@mobileaction/action-kit 1.0.13 → 1.0.14
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/dist/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
ma-track-button
|
|
8
8
|
ma-track-button--${t.variant}
|
|
9
9
|
ma-track-button--${t.size}
|
|
10
|
-
`,{"ma-track-button--tracked":t.tracked},{"ma-track-button--loading":t.loading}]),a=e.computed(()=>t.loading?"loader":t.tracked?"tick-circle-bold":"add"),n=e.computed(()=>t.size==="lg"?"sm":"xs");return(c,h)=>(e.openBlock(),e.createBlock(e.unref(g.Button),e.mergeProps(c.$attrs,{class:e.unref(o),disabled:t.disabled||t.loading,role:"button","prefix-cls":"antd-btn"}),e.createSlots({icon:e.withCtx(()=>[e.createVNode(e.Transition,{name:"fade"},{default:e.withCtx(()=>[e.createVNode(p,{spin:t.loading,name:e.unref(a),size:e.unref(n)},null,8,["spin","name","size"])]),_:1})]),default:e.withCtx(()=>[e.createTextVNode(" "+e.toDisplayString(l.keyword)+" ",1)]),_:2},[e.renderList(c.$slots,(s,f)=>({name:f,fn:e.withCtx(()=>[e.renderSlot(c.$slots,f)])}))]),1040,["class","disabled"]))}}),Af="",V4={key:0,class:"ma-toggle__titles"},H4={key:0,class:"ma-toggle__titles__title"},j4={key:1,class:"ma-toggle__titles__sub-title"},A4={name:"MaToggle"},z4=e.defineComponent({...A4,props:{size:{default:"default"},disabled:{type:Boolean},loading:{type:Boolean},checked:{type:Boolean},checkedChildren:null,unCheckedChildren:null,title:null,subTitle:null},emits:["click","change"],setup(l,{emit:t}){const o=l,a=e.computed({get(){return o.checked},set(c){t("change",c)}}),n=e.computed(()=>["ma-toggle",`ma-toggle--${o.size}`,{"ma-toggle--disabled":o.disabled}]);return(c,h)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(n))},[e.createVNode(e.unref(g.Switch),e.mergeProps({class:"ma-toggle__switch",checked:e.unref(a),"onUpdate:checked":h[0]||(h[0]=s=>e.isRef(a)?a.value=s:null)},c.$attrs,{onClick:h[1]||(h[1]=s=>c.$emit("click",s)),disabled:o.disabled,loading:o.loading,checkedChildren:o.checkedChildren,unCheckedChildren:o.unCheckedChildren,"prefix-cls":"antd-switch"}),null,16,["checked","disabled","loading","checkedChildren","unCheckedChildren"]),o.title||o.subTitle?(e.openBlock(),e.createElementBlock("div",V4,[o.title?(e.openBlock(),e.createElementBlock("span",H4,e.toDisplayString(o.title),1)):e.createCommentVNode("",!0),o.subTitle?(e.openBlock(),e.createElementBlock("span",j4,e.toDisplayString(o.subTitle),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],2))}}),zf="",O4=["aria-checked","disabled"],D4={name:"MaSwitch"},E4=e.defineComponent({...D4,props:{active:null,leftIcon:null,rightIcon:null,leftValue:null,rightValue:null,disabled:{type:Boolean},type:{default:"secondary"}},emits:["click","change"],setup(l,{emit:t}){const o=l,a=e.computed({get(){return o.active},set(h){t("change",h)}}),n=e.computed(()=>["ma-switch",`ma-switch--${o.type}`,{"ma-switch--disabled":o.disabled}]),c=h=>{o.disabled||(a.value=h)};return(h,s)=>(e.openBlock(),e.createElementBlock("button",e.mergeProps(h.$attrs,{class:e.unref(n),type:"button",role:"switch","aria-checked":e.unref(a)===o.rightValue,disabled:o.disabled}),[e.createElementVNode("span",{class:e.normalizeClass({active:o.active===o.leftValue}),onClick:s[0]||(s[0]=f=>c(o.leftValue))},[e.createVNode(p,{name:o.leftIcon},null,8,["name"])],2),e.createElementVNode("span",{class:e.normalizeClass({active:o.active===o.rightValue}),onClick:s[1]||(s[1]=f=>c(o.rightValue))},[e.createVNode(p,{name:o.rightIcon},null,8,["name"])],2)],16,O4))}}),Of="",C4={class:"ma-tooltip-overlay__content"},N4={class:"ma-tooltip-overlay__content__title"},L4={key:0,class:"ma-tooltip-overlay__content__description"},T4={name:"MaTooltip"},I4=e.defineComponent({...T4,props:{placement:{default:"top"},type:{default:"secondary"},icon:null,title:null,description:null,trigger:{default:"hover"},closable:{type:Boolean},defaultVisible:{type:Boolean,default:!1}},setup(l){const t=l,o=e.computed(()=>["ma-tooltip",`ma-tooltip--${t.type}`,`ma-tooltip--${t.placement}`]),a=e.computed(()=>["ma-tooltip-overlay",`ma-tooltip-overlay--${t.type}`,`ma-tooltip-overlay--${t.placement}`].join(" ")),n=e.ref(t.defaultVisible),c=()=>{n.value=!1};return(h,s)=>(e.openBlock(),e.createBlock(e.unref(g.Tooltip),e.mergeProps(h.$attrs,{visible:n.value,"onUpdate:visible":s[0]||(s[0]=f=>n.value=f),class:e.unref(o),placement:t.placement,trigger:t.trigger,overlayClassName:e.unref(a),"prefix-cls":"antd-tooltip"}),e.createSlots({title:e.withCtx(()=>[t.icon?(e.openBlock(),e.createBlock(p,{key:0,size:"xs",name:t.icon},null,8,["name"])):e.createCommentVNode("",!0),e.createElementVNode("div",C4,[e.createElementVNode("span",N4,e.toDisplayString(t.title),1),t?.description?(e.openBlock(),e.createElementBlock("span",L4,e.toDisplayString(t.description),1)):e.createCommentVNode("",!0)]),t.closable?(e.openBlock(),e.createBlock(p,{key:1,onClick:c,class:"ma-tooltip-overlay__close",size:"xs",name:"close"})):e.createCommentVNode("",!0)]),_:2},[e.renderList(h.$slots,(f,v)=>({name:v,fn:e.withCtx(()=>[e.renderSlot(h.$slots,v)])}))]),1040,["visible","class","placement","trigger","overlayClassName"]))}}),Df="",q4={name:"MaForm"},U4=e.defineComponent({...q4,setup(l,{expose:t}){const o=e.ref();return t({validate:()=>o.value.validate(),clearValidate:()=>o.value.clearValidate(),resetFields:()=>o.value.resetFields(),scrollToField:()=>o.value.scrollToField(),validateFields:()=>o.value.validateFields()}),(f,v)=>(e.openBlock(),e.createBlock(e.unref(g.Form),e.mergeProps(f.$attrs,{class:"ma-form","prefix-cls":"antd-form",ref_key:"form",ref:o}),e.createSlots({_:2},[e.renderList(f.$slots,(M,w)=>({name:w,fn:e.withCtx(()=>[e.renderSlot(f.$slots,w)])}))]),1040))}}),Ef="",R4={name:"MaFormItem"},G4=e.defineComponent({...R4,setup(l){return(t,o)=>(e.openBlock(),e.createBlock(e.unref(g.FormItem),e.mergeProps(t.$attrs,{class:"ma-form-item","prefix-cls":"antd-form"}),e.createSlots({_:2},[e.renderList(t.$slots,(a,n)=>({name:n,fn:e.withCtx(()=>[e.renderSlot(t.$slots,n)])}))]),1040))}});var u=(l=>(l.text="text",l.password="password",l.textarea="textarea",l.number="number",l.email="email",l.url="url",l.tel="tel",l.amount="amount",l.creditCard="creditCard",l.userInfo="userInfo",l))(u||{}),B=(l=>(l.small="small",l.medium="medium",l.large="large",l))(B||{});const J4={usd:"$",eur:"€",gbp:"£",jpy:"¥"},K4=[{label:"USD",value:"USD"},{label:"EUR",value:"EUR"},{label:"GBP",value:"GBP"},{label:"JPY",value:"JPY"}],Y4={name:"MaAvatar"},W4=e.defineComponent({...Y4,setup(l){return(t,o)=>(e.openBlock(),e.createBlock(e.unref(g.Avatar),e.normalizeProps(e.guardReactiveProps(t.$attrs)),null,16))}}),Q4={name:"MaDropdownRender"},X4=e.defineComponent({...Q4,props:{menu:{type:Object,required:!0},filter:{type:String,default:""}},emits:["update:filter"],setup(l,{emit:t}){const o=l,a=(c,{attrs:h})=>h.vnodes,n=e.computed({get(){return o.filter},set(c){t("update:filter",c)}});return(c,h)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(x,{value:e.unref(n),"onUpdate:value":h[0]||(h[0]=s=>e.isRef(n)?n.value=s:null),autofocus:"",placeholder:"Search"},null,8,["value"]),e.createVNode(a,{vnodes:l.menu},null,8,["vnodes"])],64))}}),et={key:0,class:"prefix-icon"},tt={name:"MaSelect"},b=e.defineComponent({...tt,props:{allowClear:{type:Boolean},autoClearSearchValue:{type:Boolean,default:!0},autofocus:{type:Boolean},clearIcon:null,defaultOpen:{type:Boolean},dropdownClassName:null,disabled:{type:Boolean},loading:{type:Boolean},menuItemSelectedIcon:{default:"check"},mode:null,optionFilterProp:null,optionLabelProp:null,options:null,placeholder:null,removeIcon:null,searchValue:null,showSearch:{type:Boolean},size:{default:"default"},suffixIcon:null,prefixIcon:null,open:{type:Boolean,default:!1},value:{default:""}},emits:["update:value"],setup(l,{emit:t}){const o=l,a=e.useSlots(),n=e.ref(o?.searchValue),c=e.ref(o.open),h=e.computed(()=>!o?.mode&&o?.showSearch),s=e.computed({get(){return o.value},set(r){t("update:value",r)}}),f=e.computed(()=>["ma-select",`ma-select--${o.size}`,{"ma-select--has-prefix":o.mode?!1:a?.prefixIcon||o?.prefixIcon},{"ma-select--selected":Array.isArray(s.value)?s.value.length:s.value},{"ma-select--custom-render":h}]),v=e.computed(()=>[o?.dropdownClassName,"ma-select-dropdown",!o?.mode&&(a?.prefixIcon||o?.prefixIcon)?"ma-select-dropdown--has-prefix":null].join(" ")),M=e.computed(()=>o?.loading?"loader":o?.suffixIcon),w=()=>{c.value=!0},_=r=>{c.value=r,n.value=""},$=e.computed(()=>!h.value&&o?.showSearch);return(r,d)=>(e.openBlock(),e.createBlock(e.unref(g.Select),e.mergeProps({value:e.unref(s),"onUpdate:value":d[1]||(d[1]=m=>e.isRef(s)?s.value=m:null)},r.$attrs,{class:e.unref(f),allowClear:o?.allowClear,autoClearSearchValue:o?.autoClearSearchValue,autofocus:o?.autofocus,defaultOpen:o?.defaultOpen,disabled:o?.disabled||o?.loading,dropdownClassName:e.unref(v),loading:o?.loading,optionFilterProp:o?.optionFilterProp,optionLabelProp:o?.optionLabelProp,options:o?.options,placeholder:o?.placeholder,searchValue:n.value||void 0,showSearch:e.unref($),mode:o?.mode,size:o?.size,open:c.value,onClick:w,onDropdownVisibleChange:_,"prefix-cls":"antd-select"}),e.createSlots({suffixIcon:e.withCtx(()=>[e.createVNode(p,{spin:o?.loading,name:e.unref(M)||"chevron-down"},null,8,["spin","name"]),r.$slots?.prefixIcon||o?.prefixIcon?(e.openBlock(),e.createElementBlock("div",et,[e.renderSlot(r.$slots,"prefixIcon",{},()=>[o?.prefixIcon?(e.openBlock(),e.createBlock(p,{key:0,name:o?.prefixIcon},null,8,["name"])):e.createCommentVNode("",!0)])])):e.createCommentVNode("",!0)]),removeIcon:e.withCtx(()=>[e.createVNode(p,{name:o?.removeIcon||"close"},null,8,["name"])]),_:2},[e.renderList(r.$slots,(m,Z)=>({name:Z,fn:e.withCtx(()=>[e.renderSlot(r.$slots,Z)])})),o?.clearIcon?{name:"clearIcon",fn:e.withCtx(()=>[o?.clearIcon?(e.openBlock(),e.createBlock(p,{key:0,name:o?.clearIcon},null,8,["name"])):e.createCommentVNode("",!0)]),key:"0"}:void 0,o?.menuItemSelectedIcon?{name:"menuItemSelectedIcon",fn:e.withCtx(()=>[e.createVNode(p,{name:o?.menuItemSelectedIcon},null,8,["name"])]),key:"1"}:void 0,r.$slots.notFoundContent?void 0:{name:"notFoundContent",fn:e.withCtx(()=>[e.createVNode(p,{size:"sm",name:"warning"}),e.createTextVNode(" No result found! ")]),key:"2"},e.unref(h)&&c.value?{name:"dropdownRender",fn:e.withCtx(({menuNode:m})=>[e.createVNode(X4,{filter:n.value,"onUpdate:filter":d[0]||(d[0]=Z=>n.value=Z),menu:m},null,8,["filter","menu"])]),key:"3"}:void 0]),1040,["value","class","allowClear","autoClearSearchValue","autofocus","defaultOpen","disabled","dropdownClassName","loading","optionFilterProp","optionLabelProp","options","placeholder","searchValue","showSearch","mode","size","open"]))}}),Cf="",lt={key:0,class:"ma-input__title"},ot={key:1,class:"ma-input__wrapper"},ct={key:2,class:"ma-input__textarea-wrapper"},at={key:3,class:"ma-input__hint-text"},nt={name:"MaInput"},x=e.defineComponent({...nt,props:{allowClear:{type:Boolean},type:{default:u.text},size:{default:B.small},title:null,hintText:null,hasError:{type:Boolean},placeholder:null,disabled:{type:Boolean},addonBefore:null,addonAfter:null,avatarUrl:null,value:null,amountCurrency:null,hint:null,prefixIcon:null,suffixIcon:null},emits:["change","currency-change","update:value","update:amountCurrency"],setup(l,{emit:t}){const o=l,a=e.computed(()=>[u.amount,u.creditCard].includes(o.type)?"number":o.type===u.userInfo?"text":o.type),n=e.computed(()=>[`ma-input ma-input--${o.type} ma-input--${o.size}`,{"ma-input--has-error":o.hasError},{"ma-input--disabled":o.disabled}]),c=e.computed({get(){return o.value},set(_){t("update:value",_)}}),h=e.computed(()=>o.amountCurrency?J4[o.amountCurrency.toLowerCase()]:null),s=e.computed({get(){return o.amountCurrency},set(_){t("update:amountCurrency",_)}}),f=e.computed(()=>o.type===u.password?g.InputPassword:g.Input),v=e.computed(()=>o.type===u.url?"https":o?.addonBefore),M=_=>{t("change",_)},w=_=>{t("currency-change",_)};return(_,$)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(n))},[e.renderSlot(_.$slots,"title"),o.title?(e.openBlock(),e.createElementBlock("div",lt,e.toDisplayString(o.title),1)):e.createCommentVNode("",!0),o.type!=="textarea"?(e.openBlock(),e.createElementBlock("div",ot,[e.createVNode(e.unref(g.ConfigProvider),{"prefix-cls":"antd"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(f)),e.mergeProps({value:e.unref(c),"onUpdate:value":$[1]||($[1]=r=>e.isRef(c)?c.value=r:null)},_.$attrs,{allowClear:o?.allowClear,type:e.unref(a),disabled:o?.disabled,placeholder:o?.placeholder,addonBefore:e.unref(v),addonAfter:l.addonAfter,class:"ma-input__input",onChange:M}),e.createSlots({prefix:e.withCtx(()=>[o.prefixIcon?(e.openBlock(),e.createBlock(p,{key:0,size:"xs",name:o.prefixIcon},null,8,["name"])):e.unref(h)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(e.unref(h)),1)],64)):o.type===e.unref(u).userInfo?(e.openBlock(),e.createBlock(W4,{key:2,src:o.avatarUrl,disabled:o.disabled},null,8,["src","disabled"])):e.createCommentVNode("",!0)]),suffix:e.withCtx(()=>[o.type==="amount"?(e.openBlock(),e.createBlock(b,{key:0,value:e.unref(s),"onUpdate:value":$[0]||($[0]=r=>e.isRef(s)?s.value=r:null),onChange:w,dropdownClassName:"ma-input__input__ma-select__dropdown",options:e.unref(K4),disabled:o.disabled,size:"small"},null,8,["value","options","disabled"])):e.createCommentVNode("",!0),o.suffixIcon?(e.openBlock(),e.createBlock(p,{key:1,size:"xs",name:o.suffixIcon},null,8,["name"])):e.createCommentVNode("",!0)]),_:2},[e.renderList(_.$slots,(r,d)=>({name:d,fn:e.withCtx(()=>[e.renderSlot(_.$slots,d)])}))]),1040,["value","allowClear","type","disabled","placeholder","addonBefore","addonAfter"]))]),_:3})])):(e.openBlock(),e.createElementBlock("div",ct,[e.createVNode(e.unref(g.Textarea),e.mergeProps({value:e.unref(c),"onUpdate:value":$[2]||($[2]=r=>e.isRef(c)?c.value=r:null)},_.$attrs,{class:"ma-input__input",onChange:M,rows:5,"prefix-cls":"antd-input"}),e.createSlots({_:2},[e.renderList(_.$slots,(r,d)=>({name:d,fn:e.withCtx(()=>[e.renderSlot(_.$slots,d)])}))]),1040,["value"])])),e.renderSlot(_.$slots,"hint"),o.hintText?(e.openBlock(),e.createElementBlock("div",at,e.toDisplayString(o.hintText),1)):e.createCommentVNode("",!0)],2))}}),Nf="",ht={name:"MaCheckbox"},rt=e.defineComponent({...ht,props:{hint:null,indeterminate:{type:Boolean,default:void 0},disabled:{type:Boolean}},setup(l){const t=l,o=e.computed(()=>["ma-checkbox",{"ma-checkbox--intermediate":typeof t?.indeterminate=="boolean"}]);return(a,n)=>(e.openBlock(),e.createBlock(e.unref(g.Checkbox),e.mergeProps(a.$attrs,{class:e.unref(o),disabled:t?.disabled,indeterminate:t?.indeterminate,"prefix-cls":"antd-checkbox"}),e.createSlots({_:2},[e.renderList(a.$slots,(c,h)=>({name:h,fn:e.withCtx(()=>[e.renderSlot(a.$slots,h),t.hint?(e.openBlock(),e.createElementBlock("div",{key:h,class:"ma-checkbox__hint-text"},e.toDisplayString(t.hint),1)):e.createCommentVNode("",!0)])}))]),1040,["class","disabled","indeterminate"]))}}),Lf="",st={name:"MaCheckboxGroup"},it=e.defineComponent({...st,props:{hint:null,disabled:{type:Boolean}},setup(l){const t=l;return(o,a)=>(e.openBlock(),e.createBlock(e.unref(g.CheckboxGroup),e.mergeProps(o.$attrs,{class:"ma-checkbox-group","prefix-cls":"antd-checkbox"}),e.createSlots({_:2},[e.renderList(o.$slots,(n,c)=>({name:c,fn:e.withCtx(()=>[e.renderSlot(o.$slots,c),t.hint?(e.openBlock(),e.createElementBlock("div",{key:c,class:"ma-checkbox__hint-text"},e.toDisplayString(t.hint),1)):e.createCommentVNode("",!0)])}))]),1040))}}),dt=["value"],pt=e.defineComponent({__name:"singleNumericInput",props:{value:{default:""},focus:{type:Boolean,default:!1}},emits:["update:value"],setup(l,{emit:t}){const o=l,a=e.ref(null);e.watch(()=>o.focus,c=>{c&&a.value.focus()});const n=c=>{t("update:value",c.target.value)};return(c,h)=>(e.openBlock(),e.createElementBlock("input",e.mergeProps(c.$attrs,{value:o.value,onInput:n,ref_key:"input",ref:a,type:"number",min:"0",max:"9",maxlength:"1",pattern:"[0-9]"}),null,16,dt))}}),_t={name:"MaNumericInput"},ft=e.defineComponent({..._t,props:{disabled:{type:Boolean},length:{default:6},hasError:{type:Boolean},value:{default:""},placeholderStatus:{type:Boolean,default:!0},size:{default:"medium"}},emits:["update:value"],setup(l,{emit:t}){const o=l,a=e.ref(null),n=e.ref(Array.from({length:o.length},(r,d)=>o.value[d]||null)),c=e.computed(()=>["ma-numeric-input",`ma-numeric-input--${o.size}`,{"ma-numeric-input--has-error":o?.hasError},{"ma-numeric-input--disabled":o?.disabled}]),h=e.computed(()=>o?.placeholderStatus?"0":null),s=r=>/^Digit[0-9]$/.test(r),f=r=>a.value=r,v=(r,d)=>{switch(r.code){case"Backspace":case"Delete":_("",d),w();break;case"ArrowLeft":r.preventDefault(),w();break;case"ArrowRight":r.preventDefault(),M();break;default:s(r.code)&&(r.preventDefault(),_(r.key,d),M());break}},M=()=>{a.value<o.length&&a.value++},w=()=>{o.length>=a.value&&a.value>0&&a.value--},_=(r,d)=>{n.value[d]=r},$=(r,d)=>{r.preventDefault();const m=r.clipboardData.getData("text/plain").replaceAll(" ","").slice(0,o.length);m.length===1&&m.match(/^\d+$/)?n.value[d]=m:m.match(/^\d+$/)&&(n.value=m.split(""))};return e.watch(()=>n.value,r=>{const d=r.join("");t("update:value",d)},{deep:!0}),e.watch(()=>o.value,r=>{r!==n.value.join("")&&r&&r.match(/^\d+$/)&&(n.value=r.split("").slice(0,o.length))}),(r,d)=>(e.openBlock(),e.createElementBlock("div",e.mergeProps({class:e.unref(c)},r.$attrs),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.length,m=>(e.openBlock(),e.createBlock(pt,{focus:a.value===m-1,key:m,placeholder:e.unref(h),value:n.value[m-1],disabled:o.disabled,onFocus:Z=>f(m-1),onKeydown:Z=>v(Z,m-1),onPaste:Z=>$(Z,m-1),class:"ma-numeric-input__input"},null,8,["focus","placeholder","value","disabled","onFocus","onKeydown","onPaste"]))),128))],16))}}),Tf="",gt={name:"MaRadio"},k=e.defineComponent({...gt,props:{type:{default:"button"},hint:null,disabled:{type:Boolean}},setup(l){const t=l,o=e.computed(()=>[`ma-radio ma-radio--${t.type}`]);return(a,n)=>(e.openBlock(),e.createBlock(e.unref(g.Radio),e.mergeProps(a.$attrs,{class:e.unref(o),"prefix-cls":"antd-radio"}),e.createSlots({_:2},[e.renderList(a.$slots,(c,h)=>({name:h,fn:e.withCtx(()=>[e.renderSlot(a.$slots,h),t.hint?(e.openBlock(),e.createElementBlock("div",{key:h,class:"ma-radio__hint-text"},e.toDisplayString(t.hint),1)):e.createCommentVNode("",!0)])}))]),1040,["class"]))}}),If="",mt=["aria-checked","disabled"],$t=["src","alt"],vt={class:"ma-app-track-button__text"},wt={class:"ma-app-track-button__text__title"},Zt={key:0,class:"ma-app-track-button__text__category"},ut={class:"ma-app-track-button__check"},Mt={name:"MaAppTrackButton"},Ft=e.defineComponent({...Mt,props:{checked:{type:Boolean,default:!1},appIcon:null,appName:null,appCategory:null,disabled:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},loading:{type:Boolean,default:!1}},emits:["update:checked","change"],setup(l,{emit:t}){const o=l,a=()=>{t("change",!o.checked),t("update:checked",!o.checked)},n=e.computed(()=>["ma-app-track-button",{"ma-app-track-button--multiple":o.multiple},{"ma-app-track-button--disabled":o.disabled||o.loading},{"ma-app-track-button--checked":o.checked},{"ma-app-track-button--loading":o.loading}]);return(c,h)=>(e.openBlock(),e.createElementBlock("button",e.mergeProps({class:e.unref(n),role:"switch","aria-checked":o.checked,disabled:o.disabled},c.$attrs,{onClick:a}),[e.createElementVNode("img",{src:o.appIcon,alt:o.appName,width:"40",height:"40"},null,8,$t),e.createElementVNode("span",vt,[e.createElementVNode("span",wt,e.toDisplayString(o.appName),1),o.appCategory?(e.openBlock(),e.createElementBlock("span",Zt,e.toDisplayString(o?.appCategory),1)):e.createCommentVNode("",!0)]),e.createElementVNode("span",ut,[e.createVNode(e.Transition,{name:"fade",mode:"out-in"},{default:e.withCtx(()=>[o.loading?(e.openBlock(),e.createBlock(p,{key:0,name:"loader",size:"xs",spin:""})):o.multiple||o.checked?(e.openBlock(),e.createBlock(k,{key:1,checked:o.checked,type:"check"},null,8,["checked"])):(e.openBlock(),e.createBlock(p,{key:2,name:"add-circle",size:"xs"}))]),_:1})])],16,mt))}}),qf="",Bt={class:"ma-app-icon__logo"},bt=["src"],xt={key:1,class:"ma-app-icon-platform"},kt={class:"ma-app-icon__text"},St={key:0,class:"ma-app-name"},Pt={key:1,class:"ma-app-description"},yt={name:"MaAppIcon"},Vt=e.defineComponent({...yt,props:{appIcon:null,appName:null,appDescription:null,closable:{type:Boolean,default:!0},platform:null,rounded:{type:Boolean,default:!1},size:{default:"medium"}},emits:["close"],setup(l,{emit:t}){const o=l,a=e.computed(()=>o.platform==="apple"?"apple-storefront":"android-storefront"),n=e.computed(()=>["ma-app-icon",`ma-app-icon--${o.size}`,{"ma-app-icon--rounded":o.rounded},{"ma-app-icon--only-icon":!o?.appName&&!o?.appDescription}]),c=()=>{t("close")};return(h,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(n))},[e.createElementVNode("div",Bt,[o.closable?(e.openBlock(),e.createElementBlock("span",{key:0,onClick:c,class:"ma-app-icon-closable"},[e.createVNode(p,{size:"xs",name:"close-circle"})])):e.createCommentVNode("",!0),e.createElementVNode("img",{class:"ma-app-icon-img",src:o.appIcon},null,8,bt),o?.platform?(e.openBlock(),e.createElementBlock("span",xt,[e.createVNode(p,{size:"xs",name:e.unref(a)},null,8,["name"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",kt,[o?.appName?(e.openBlock(),e.createElementBlock("span",St,e.toDisplayString(o.appName),1)):e.createCommentVNode("",!0),o?.appDescription?(e.openBlock(),e.createElementBlock("span",Pt,e.toDisplayString(o.appDescription),1)):e.createCommentVNode("",!0)])],2))}}),Uf="",Ht={name:"MaRadioGroup"},jt=e.defineComponent({...Ht,setup(l){return(t,o)=>(e.openBlock(),e.createBlock(e.unref(g.RadioGroup),e.mergeProps(t.$attrs,{"prefix-cls":"antd-radio"}),e.createSlots({_:2},[e.renderList(t.$slots,(a,n)=>({name:n,fn:e.withCtx(()=>[e.renderSlot(t.$slots,n)])}))]),1040))}}),At={name:"MaBadge"},zt=e.defineComponent({...At,props:{type:{default:"primary"},variant:{default:"dark"},size:{default:"medium"},icon:null,iconAlignment:{default:"left"}},setup(l){const t=l,o=e.computed(()=>["ma-badge",`ma-badge--${t.variant}--${t.type}`,`ma-badge--${t.size}`,{"ma-badge--icon-right":t.iconAlignment==="right"}]);return(a,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(o))},[t?.icon?(e.openBlock(),e.createBlock(p,{key:0,name:t?.icon},null,8,["name"])):e.createCommentVNode("",!0),e.renderSlot(a.$slots,"default")],2))}}),Rf="",Ot={name:"MaAlert"},Dt=e.defineComponent({...Ot,props:{variant:{default:"dark"},type:{default:"primary"},message:null,closable:{type:Boolean},showIcon:{type:Boolean},description:null},setup(l){const t=l,o=e.computed(()=>[`ma-alert ma-alert--${t.variant}--${t.type}`]);return(a,n)=>(e.openBlock(),e.createBlock(e.unref(g.Alert),e.mergeProps(a.$attrs,{class:e.unref(o),description:l.description,message:l.message,closable:l.closable,showIcon:l.showIcon,"prefix-cls":"antd-alert"}),e.createSlots({closeIcon:e.withCtx(()=>[e.createVNode(p,{name:"close"})]),message:e.withCtx(()=>[e.renderSlot(a.$slots,"default")]),_:2},[e.renderList(a.$slots,(c,h)=>({name:h,fn:e.withCtx(()=>[e.renderSlot(a.$slots,h)])}))]),1040,["class","description","message","closable","showIcon"]))}}),Gf="",Et={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ct=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M6.783 22.81A11.953 11.953 0 0 0 12 24c1.87 0 3.64-.428 5.218-1.19L18.26 12 17.218 1.19A11.952 11.952 0 0 0 12 0c-1.87 0-3.64.428-5.217 1.19L5.739 12l1.044 10.81Z"></path><path fill="#D80027" d="M17.217 22.809A12 12 0 0 0 24 12a12 12 0 0 0-6.783-10.809V22.81Z"></path><path fill="#0052B4" d="M6.782 22.809V1.191A12 12 0 0 0 0 12.001a12 12 0 0 0 6.782 10.808Z"></path><path fill="#D80027" d="M12 16.173V12h3.13v1.566c0 .271-.521 1.268-1.81 2.087-.487.31-.992.41-1.32.521Zm0-7.304H8.87v3.13H12V8.87Z"></path><path fill="#FF9811" d="M13.565 7.826A1.043 1.043 0 0 0 12 6.923a1.043 1.043 0 0 0-1.565.903H7.826v5.218c0 1.942 1.543 3.065 2.752 3.647A1.044 1.044 0 0 0 12 18.12a1.044 1.044 0 0 0 1.422-1.429c1.21-.582 2.752-1.705 2.752-3.647V7.825h-2.609Zm1.044 5.218c0 .271 0 1.099-1.288 1.918a6.32 6.32 0 0 1-1.32.623 6.32 6.32 0 0 1-1.322-.623c-1.287-.82-1.287-1.646-1.287-1.918V9.39h5.217v3.652Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function S(l,t){return e.openBlock(),e.createElementBlock("svg",Et,Ct)}const Nt=Object.freeze(Object.defineProperty({__proto__:null,default:{render:S},render:S},Symbol.toStringTag,{value:"Module"})),Lt={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Tt=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="m6.783 16.173 1.043 7.08c1.3.482 2.706.746 4.174.746 5.16 0 9.558-3.256 11.253-7.826H6.784Z"></path><path fill="#6DA544" d="M6.783 7.827 7.826.747A11.96 11.96 0 0 1 12 0c5.16 0 9.558 3.257 11.253 7.827H6.784Z"></path><path fill="#A2001D" d="M0 12c0 5.16 3.257 9.558 7.826 11.254V.746C3.256 2.442 0 6.84 0 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function P(l,t){return e.openBlock(),e.createElementBlock("svg",Lt,Tt)}const It=Object.freeze(Object.defineProperty({__proto__:null,default:{render:P},render:P},Symbol.toStringTag,{value:"Module"})),qt={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ut=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M17.217 1.19A11.953 11.953 0 0 0 12 0c-1.87 0-3.64.428-5.218 1.19L5.74 12l1.043 10.81A11.953 11.953 0 0 0 12 24c1.87 0 3.64-.428 5.217-1.19L18.261 12 17.217 1.19Z"></path><path fill="#000" d="M6.783 1.191A12 12 0 0 0 0 12.001a12 12 0 0 0 6.783 10.808V1.191Z"></path><path fill="#496E2D" d="M17.218 1.191V22.81A12 12 0 0 0 24 12a12 12 0 0 0-6.782-10.809Z"></path><path fill="#FFDA44" d="M12 7.827a4.174 4.174 0 1 0 0 8.347 4.174 4.174 0 0 0 0-8.347Zm0 6.782a2.609 2.609 0 1 1 0-5.217 2.609 2.609 0 0 1 0 5.217Z"></path><path fill="#FFDA44" d="M12 10.436c-.576 0-1.043.467-1.043 1.044v1.565h2.086V11.48c0-.577-.467-1.044-1.043-1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function y(l,t){return e.openBlock(),e.createElementBlock("svg",qt,Ut)}const Rt=Object.freeze(Object.defineProperty({__proto__:null,default:{render:y},render:y},Symbol.toStringTag,{value:"Module"})),Gt={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Jt=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M0 12c0 .821.083 1.624.24 2.4l11.76.73 11.76-.73a12.047 12.047 0 0 0 0-4.8L12 8.868l-11.76.73C.083 10.375 0 11.177 0 12Z"></path><path fill="#F0F0F0" d="M23.76 14.4H.24C1.352 19.875 6.194 24 12 24c5.805 0 10.648-4.123 11.76-9.6Z"></path><path fill="#000" d="M.24 9.6h23.52C22.648 4.123 17.805 0 12 0 6.194 0 1.352 4.123.24 9.6Z"></path><path fill="#FFDA44" d="M17.218 9.6H6.783l2.132-1.003-1.136-2.065 2.315.443.294-2.339L12 6.356l1.613-1.72.293 2.339 2.315-.443-1.135 2.065 2.132 1.002Z"></path><path fill="#A2001D" d="M0 12c0 6.628 5.373 12 12 12L2.4 4.8A11.946 11.946 0 0 0 0 12Zm12 12c6.627 0 12-5.373 12-12 0-2.702-.893-5.195-2.4-7.2L12 24Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function V(l,t){return e.openBlock(),e.createElementBlock("svg",Gt,Jt)}const Kt=Object.freeze(Object.defineProperty({__proto__:null,default:{render:V},render:V},Symbol.toStringTag,{value:"Module"})),Yt={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Wt=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.967 12H12v-.032l-.033.033Z"></path><path fill="#F0F0F0" d="M12 6.26V0h-.002C5.371.001 0 5.373 0 12h6.26V8.474L9.787 12h2.182l.032-.032V9.786L8.474 6.261H12Z"></path><path fill="#D80027" d="M6.07 1.565a12.057 12.057 0 0 0-4.505 4.506V12h3.13V4.696H12v-3.13H6.07Z"></path><path fill="#D80027" d="M12 10.525 7.735 6.26H6.26L12 12v-1.476Z"></path><path fill="#F3F3F3" d="M20.294 13.757a2.926 2.926 0 0 0 .576-1.756V6.783a2.604 2.604 0 0 1-3.652-.522 2.605 2.605 0 0 1-3.653.522v5.218c0 .702.23 1.282.576 1.756h6.153Z"></path><path fill="#FF9811" d="M19.209 11.032c.166-.405.295-.998.295-1.292 0-.474-.618-.858-.618-.858s-.617.384-.617.858c0 .294.129.887.295 1.292l-.357.805a1.798 1.798 0 0 0 1.358 0l-.357-.805Zm-2.414-2.605c-.434.059-1.011.243-1.267.39-.41.237-.434.964-.434.964s.642.343 1.052.106c.255-.148.704-.556.971-.902l.876-.094a1.802 1.802 0 0 0-.679-1.175l-.519.71Zm-1.05 3.393c.268.347.716.755.971.902.41.237 1.052-.106 1.052-.106s-.024-.726-.434-.963c-.256-.148-.833-.332-1.267-.39l-.519-.712a1.802 1.802 0 0 0-.679 1.176l.876.094Z"></path><path fill="#338AF3" d="M14.011 13.566c.975 1.563 3.206 2.086 3.206 2.086s2.231-.523 3.206-2.086H14.01Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function H(l,t){return e.openBlock(),e.createElementBlock("svg",Yt,Wt)}const Qt=Object.freeze(Object.defineProperty({__proto__:null,default:{render:H},render:H},Symbol.toStringTag,{value:"Module"})),Xt={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M18.782 8.907h-4.346A1.565 1.565 0 1 0 12 6.961a1.564 1.564 0 0 0-2.87.866c0 .42.165.8.434 1.08H5.217c0 1.153 1.004 2.087 2.157 2.087h-.07c0 1.153.935 2.087 2.087 2.087 0 .374.099.724.27 1.027l-1.73 1.73 1.327 1.329 1.884-1.884c.074.027.15.049.23.064l-1.14 2.57L12 19.827l1.767-1.91-1.139-2.57c.08-.015.156-.037.23-.064l1.883 1.884 1.329-1.328-1.732-1.731c.172-.303.27-.653.27-1.027a2.087 2.087 0 0 0 2.087-2.087h-.069c1.152 0 2.156-.934 2.156-2.087Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function j(l,t){return e.openBlock(),e.createElementBlock("svg",Xt,e7)}const t7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:j},render:j},Symbol.toStringTag,{value:"Module"})),l7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},o7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0-1.468-.264-2.874-.746-4.174L12 7.304.747 7.826A11.975 11.975 0 0 0 0 12c0 1.468.264 2.874.747 4.174L12 16.696l11.254-.522c.482-1.3.746-2.706.746-4.174Z"></path><path fill="#FF9811" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.746C2.442 20.744 6.84 24 12 24Z"></path><path fill="#D80027" d="M.746 7.826h22.508C21.558 3.256 17.159 0 12 0 6.84 0 2.442 3.256.746 7.826Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function A(l,t){return e.openBlock(),e.createElementBlock("svg",l7,o7)}const c7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:A},render:A},Symbol.toStringTag,{value:"Module"})),a7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},n7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12c-.522 0-12 1.565-12 1.565L0 12Z"></path><path fill="#000" d="M24 12c0 6.628-5.373 12-12 12-6.628 0-12-5.372-12-12"></path><path fill="#FFDA44" d="m10.354 9.544 1.017.738-.387 1.195L12 10.738l1.018.738-.39-1.195 1.017-.74-1.257.001-.39-1.195-.387 1.196h-1.257Z"></path><path fill="#FFDA44" d="M15 6.803a5.962 5.962 0 0 0-3-.802v1.565a4.405 4.405 0 0 1 2.217.593 4.44 4.44 0 0 1 1.623 6.058 4.44 4.44 0 0 1-6.058 1.623A4.406 4.406 0 0 1 8.3 14.442l-1.306.863A5.961 5.961 0 0 0 9 17.195 6.007 6.007 0 0 0 17.196 15 6.007 6.007 0 0 0 15 6.803Z"></path><path fill="#FFDA44" d="M8.54 10.956a1.565 1.565 0 0 0 .622 2.124l5.083 2.778c-.345.632-.162 1.401.47 1.747l1.373.751a1.304 1.304 0 0 0 1.77-.518l.752-1.373-10.07-5.509Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function z(l,t){return e.openBlock(),e.createElementBlock("svg",a7,n7)}const h7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:z},render:z},Symbol.toStringTag,{value:"Module"})),r7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},s7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M12-.001A12 12 0 0 0 1.19 6.782h21.62A12 12 0 0 0 12-.001Zm0 24a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12.001 24Z"></path><path fill="#FFDA44" d="m15.586 12-1.465.69.78 1.419-1.591-.305-.202 1.608L12 14.229l-1.109 1.183-.201-1.608-1.592.305.78-1.42L8.414 12l1.466-.69-.78-1.419 1.59.305.202-1.608L12 9.771l1.108-1.183.202 1.608 1.591-.305-.78 1.42 1.465.689Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function O(l,t){return e.openBlock(),e.createElementBlock("svg",r7,s7)}const i7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:O},render:O},Symbol.toStringTag,{value:"Module"})),d7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},p7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M17.822 1.505A11.945 11.945 0 0 0 12 0C5.373 0 0 5.372 0 11.999l8.348-4.173 9.474-6.32ZM0 12.002C0 18.629 5.373 24 12 24c2.112 0 4.097-.546 5.821-1.505l-9.474-6.32L0 12.001Z"></path><path fill="#D80027" d="M18.821 2.127a12.02 12.02 0 0 0-1-.622L0 11.998v.003l17.82 10.493c.345-.191.679-.399 1.001-.622L2.054 12 18.82 2.127Z"></path><path fill="#A2001D" d="M20.87 11.553h-1.43a1.135 1.135 0 0 0-.07-1.53 1.136 1.136 0 0 0 0-1.605l-.027.027c.444-.444.47-1.19.027-1.633l-6.425 6.424a1.12 1.12 0 0 0 1.594-.005l.123-.113 3.077-.28v1.323h1.043v-1.418l1.566-.142.521-1.048Z"></path><path fill="#FFDA44" d="M13.044 14.609 12 14.087l1.044-.522h6.782v1.044h-6.782Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function D(l,t){return e.openBlock(),e.createElementBlock("svg",d7,p7)}const _7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:D},render:D},Symbol.toStringTag,{value:"Module"})),f7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},g7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M23.254 16.173c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174L12 6.782.748 7.825A11.975 11.975 0 0 0 0 12c0 1.468.265 2.874.747 4.174L12 17.217l11.253-1.044Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.559-3.257 11.254-7.826H.747C2.443 20.744 6.84 24 12 24Zm0-24C6.84 0 2.442 3.256.747 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function E(l,t){return e.openBlock(),e.createElementBlock("svg",f7,g7)}const m7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:E},render:E},Symbol.toStringTag,{value:"Module"})),$7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},v7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12H12v-.032l-.032.032Z"></path><path fill="#F0F0F0" d="M12 6.262V0h-.002C5.37 0 0 5.374 0 12h6.26V8.475l3.526 3.526h2.182l.032-.032V9.787L8.474 6.262H12Z"></path><path fill="#D80027" d="M6.071 1.566A12.057 12.057 0 0 0 1.565 6.07V12h3.13V4.696H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.525 7.737 6.26H6.261l5.74 5.74v-1.476Z"></path><path fill="#F0F0F0" d="m7.238 14.086.658 1.377 1.487-.343-.666 1.373 1.196.949-1.489.335.004 1.527-1.19-.955-1.191.955.004-1.527-1.49-.335 1.197-.949-.666-1.373 1.487.344.659-1.378Zm10.729 2.609.33.689.743-.172-.333.687.598.474-.744.168.002.763-.596-.477-.595.477.002-.763-.745-.168.598-.474-.333-.687.744.172.33-.689Zm-3.064-7.304.33.69.743-.173-.333.687.598.474-.744.168.002.763-.596-.477-.595.477.002-.763-.744-.168.598-.474-.333-.687.743.172.33-.689Zm3.064-4.173.33.688.743-.172-.333.687.598.474-.744.168.002.763-.596-.477-.595.477.002-.763-.745-.168.598-.474-.333-.687.744.172.33-.688Zm2.675 3.13.33.688.743-.172-.333.687.598.474-.745.168.003.764-.596-.478-.595.478.002-.764-.745-.168.598-.474-.333-.687.744.172.33-.688ZM18.73 12l.258.797h.838l-.678.493.26.797-.679-.492-.678.492.26-.797-.679-.492h.838l.26-.798Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function C(l,t){return e.openBlock(),e.createElementBlock("svg",$7,v7)}const w7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:C},render:C},Symbol.toStringTag,{value:"Module"})),Z7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},u7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M12 24c3.637 0 6.896-1.618 9.097-4.174H2.903A11.972 11.972 0 0 0 12 24Zm12-12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 1.083.144 2.132.413 3.13h23.174A12.01 12.01 0 0 0 24 12ZM.954 16.696c.23.544.501 1.066.807 1.565h20.477c.306-.499.577-1.021.808-1.565H.954Z"></path><path fill="#F0F0F0" d="M5.499 7.569 3.154 6.534 5.5 5.5l1.035-2.345L7.568 5.5l2.345 1.034L7.568 7.57 6.534 9.914 5.499 7.569Z"></path><path fill="#D80027" d="m6.534 4.447.639 1.448 1.448.64-1.448.638-.64 1.448-.638-1.448-1.448-.639 1.448-.639.639-1.448Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function N(l,t){return e.openBlock(),e.createElementBlock("svg",Z7,u7)}const M7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:N},render:N},Symbol.toStringTag,{value:"Module"})),F7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},B7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M23.586 15.13a12.014 12.014 0 0 0 0-6.26L10.956.044a11.939 11.939 0 0 0-6.26 2.434L.412 8.869A12.013 12.013 0 0 0 0 12c0 1.077.142 2.12.408 3.114l4.287 6.407a11.94 11.94 0 0 0 6.261 2.434l12.63-8.824Z"></path><path fill="#0052B4" d="M.413 15.13a12.01 12.01 0 0 0 4.282 6.39v-6.39H.413Zm10.543 8.824c.344.03.692.046 1.043.046 5.545 0 10.21-3.76 11.587-8.87h-12.63v8.824ZM23.586 8.87C22.209 3.76 17.544 0 11.999 0c-.351 0-.7.016-1.043.046V8.87h12.63ZM4.695 2.48A12.01 12.01 0 0 0 .413 8.87h4.282V2.48Z"></path><path fill="#D80027" d="M23.899 10.434H9.392V.284c-1.11.247-2.16.645-3.13 1.175v8.975H.101a12.102 12.102 0 0 0 0 3.13h6.16v8.976c.97.53 2.02.928 3.13 1.174v-10.15h14.507a12.121 12.121 0 0 0 0-3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function L(l,t){return e.openBlock(),e.createElementBlock("svg",F7,B7)}const b7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:L},render:L},Symbol.toStringTag,{value:"Module"})),x7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},k7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M24 12a11.96 11.96 0 0 0-.747-4.174L12 7.304.746 7.826A11.975 11.975 0 0 0 0 12c0 1.468.264 2.874.746 4.174L12 16.696l11.253-.522c.483-1.3.747-2.706.747-4.174Z"></path><path fill="#6DA544" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path><path fill="#338AF3" d="M.747 7.825h22.507C21.558 3.255 17.16 0 12 0 6.84-.001 2.442 3.256.747 7.825Z"></path><path fill="#F0F0F0" d="M12.26 15.391a3.391 3.391 0 1 1 1.614-6.375 4.174 4.174 0 1 0 0 5.967c-.48.26-1.03.408-1.613.408Z"></path><path fill="#F0F0F0" d="m14.87 9.65.449 1.264 1.21-.576-.575 1.211 1.263.45-1.263.449.576 1.21-1.211-.575-.45 1.263-.449-1.263-1.21.576.575-1.211-1.263-.45 1.263-.449-.576-1.21 1.211.575.45-1.263Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function T(l,t){return e.openBlock(),e.createElementBlock("svg",x7,k7)}const S7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:T},render:T},Symbol.toStringTag,{value:"Module"})),P7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},y7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M12 0A11.99 11.99 0 0 0 1.877 5.552L18.15 22.305A11.993 11.993 0 0 0 24 11.999c0-6.627-5.373-12-12-12Z"></path><path fill="#0052B4" d="M24 12a11.96 11.96 0 0 0-3.13-8.083v16.165A11.956 11.956 0 0 0 24 11.999Zm-9.01 10.587h1.257l.388-1.197.39 1.196h.63c.386-.208.76-.435 1.12-.682L2.095 5.224c-.275.401-.525.82-.75 1.254l.147.456 1.257-.001-1.016.74.39 1.194-1.018-.738-.607.442A11.996 11.996 0 0 0 0 11.999c0 6.627 5.373 12 12 12 1.402 0 2.746-.24 3.996-.682l-1.005-.73ZM2.678 11.477l.388-1.195-1.018-.739h1.257l.388-1.196.39 1.195h1.256l-1.016.739.389 1.195-1.018-.738-1.016.74Zm2.589 2.61.387-1.197-1.017-.738h1.257l.388-1.196.389 1.195h1.257l-1.017.739.39 1.195-1.018-.738-1.016.74Zm2.588 2.608.388-1.196-1.017-.738h1.257l.387-1.197.39 1.196 1.256-.001-1.016.74.389 1.194-1.017-.738-1.017.74Zm3.605 1.87-1.016.738.388-1.195-1.018-.739h1.257l.388-1.196.389 1.195h1.257l-1.016.739.389 1.195-1.018-.738Zm1.572 3.347.388-1.195-1.017-.739h1.257l.387-1.196.39 1.195h1.257l-1.017.739.39 1.195-1.018-.738-1.017.74Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function I(l,t){return e.openBlock(),e.createElementBlock("svg",P7,y7)}const V7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:I},render:I},Symbol.toStringTag,{value:"Module"})),H7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},j7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M17.217 1.19A11.953 11.953 0 0 0 12 0c-1.87 0-3.64.428-5.218 1.19L5.74 12l1.043 10.81A11.953 11.953 0 0 0 12 24c1.87 0 3.64-.428 5.217-1.19L18.261 12 17.217 1.19Z"></path><path fill="#0052B4" d="M6.783 1.191A12 12 0 0 0 0 12.001a12 12 0 0 0 6.783 10.808V1.191Zm10.435.001v21.617A12 12 0 0 0 24 12a12 12 0 0 0-6.782-10.808Z"></path><path fill="#000" d="m15.652 7.303.7.35-.7-.35-.7-.35c-.042.085-.956 1.945-1.105 4.785h-1.064V7.303L12 6.26l-.783 1.043v4.435h-1.064c-.149-2.84-1.063-4.7-1.105-4.785l-1.4.7c.01.02.96 1.956.96 4.868v.782h2.61v4.435h1.565v-4.435h2.608v-.782c0-1.506.26-2.747.48-3.524.238-.846.48-1.34.482-1.345l-.7-.349Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function q(l,t){return e.openBlock(),e.createElementBlock("svg",H7,j7)}const A7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:q},render:q},Symbol.toStringTag,{value:"Module"})),z7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},O7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M9.391 17.218a5.217 5.217 0 1 0 0-10.435 5.217 5.217 0 0 0 0 10.434Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function U(l,t){return e.openBlock(),e.createElementBlock("svg",z7,O7)}const D7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:U},render:U},Symbol.toStringTag,{value:"Module"})),E7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},C7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M16.174.747A11.974 11.974 0 0 0 12 0a11.96 11.96 0 0 0-4.174.747L6.782 12l1.044 11.254c1.3.482 2.706.746 4.174.746 1.468 0 2.874-.264 4.174-.746L17.217 12 16.174.747Z"></path><path fill="#D80027" d="M24 12c0-5.16-3.257-9.56-7.826-11.255v22.507C20.744 21.557 24 17.159 24 11.999Z"></path><path fill="#000" d="M0 12c0 5.16 3.256 9.558 7.826 11.254V.746C3.256 2.442 0 6.84 0 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function R(l,t){return e.openBlock(),e.createElementBlock("svg",E7,C7)}const N7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:R},render:R},Symbol.toStringTag,{value:"Module"})),L7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},T7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12c-.522 0-12 1.565-12 1.565L0 12Z"></path><path fill="#6DA544" d="M24 12c0 6.628-5.373 12-12 12S0 18.629 0 12"></path><path fill="#FFDA44" d="m12 7.825.906 2.79h2.934l-2.373 1.725.906 2.79L12 13.405 9.627 15.13l.906-2.79-2.373-1.725h2.933L12 7.825Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function G(l,t){return e.openBlock(),e.createElementBlock("svg",L7,T7)}const I7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:G},render:G},Symbol.toStringTag,{value:"Module"})),q7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},U7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M24 12a11.98 11.98 0 0 0-.746-4.173L12 7.305.746 7.827A11.975 11.975 0 0 0 0 12c0 1.468.264 2.874.746 4.174L12 16.696l11.254-.521c.482-1.3.746-2.707.746-4.174Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.746C2.442 20.744 6.84 24 12 24Z"></path><path fill="#F0F0F0" d="M.746 7.825h22.508C21.558 3.255 17.159 0 12 0 6.84 0 2.442 3.256.746 7.825Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function J(l,t){return e.openBlock(),e.createElementBlock("svg",q7,U7)}const R7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:J},render:J},Symbol.toStringTag,{value:"Module"})),G7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},J7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12-.001c-2.408 0-4.65.71-6.53 1.931L8.557 4 4.696 6l3.86 2-3.86 2 3.86 2-3.86 2 3.86 2-3.86 2 3.86 2-3.086 2.069A11.942 11.942 0 0 0 12 23.998c6.628 0 12-5.373 12-12s-5.372-12-12-12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function K(l,t){return e.openBlock(),e.createElementBlock("svg",G7,J7)}const K7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:K},render:K},Symbol.toStringTag,{value:"Module"})),Y7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},W7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M19.307 2.48a12.006 12.006 0 0 0-14.613 0L12 9.787l7.307-7.307ZM12 14.214l-7.306 7.307a12.006 12.006 0 0 0 14.613 0l-7.306-7.307Z"></path><path fill="#6DA544" d="M9.787 12 2.48 4.694a12.006 12.006 0 0 0 0 14.613L9.787 12Zm4.427 0 7.307 7.307a12.006 12.006 0 0 0 0-14.613L14.214 12Z"></path><path fill="#F0F0F0" d="M12 17.218a5.217 5.217 0 1 0 0-10.435 5.217 5.217 0 0 0 0 10.435Z"></path><path fill="#D80027" d="m12 8.348.452.783h.903l-.452.782.452.783h-.903L12 11.48l-.452-.783h-.904l.452-.783-.452-.782h.904L12 8.348Zm-2.296 3.653.451.783h.904l-.452.782.452.783h-.904l-.451.782-.452-.782h-.904l.452-.783-.452-.782h.904L9.704 12Zm4.593 0 .452.783h.903l-.451.782.451.783h-.903l-.452.782-.452-.782h-.904l.452-.783-.452-.782h.904l.452-.783Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Y(l,t){return e.openBlock(),e.createElementBlock("svg",Y7,W7)}const Q7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Y},render:Y},Symbol.toStringTag,{value:"Module"})),X7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="m7.826 10.957 1.044 12.63A12.01 12.01 0 0 0 12 24c6.628 0 12-5.372 12-12L7.826 10.957Z"></path><path fill="#FFDA44" d="M7.826 12 8.87.414A12.013 12.013 0 0 1 12 0c6.628 0 12 5.373 12 12H7.826Z"></path><path fill="#6DA544" d="M0 12c0 5.544 3.76 10.21 8.87 11.586V.413C3.76 1.79 0 6.455 0 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function W(l,t){return e.openBlock(),e.createElementBlock("svg",X7,e5)}const t5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:W},render:W},Symbol.toStringTag,{value:"Module"})),l5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},o5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#ACABB1" d="M21.427 9.652h-3.948c0-.72-.584-1.304-1.305-1.304l-1.043 2.087s1.113 3.13 1.078 3.13h1.305c.72 0 1.304-.583 1.304-1.304.72 0 1.304-.584 1.304-1.304h-.043c.72 0 1.348-.584 1.348-1.305Zm-18.853 0h3.948c0-.72.584-1.304 1.304-1.304l1.044 2.087s-1.113 3.13-1.078 3.13H6.487c-.72 0-1.304-.584-1.304-1.304-.72 0-1.304-.584-1.304-1.304h.043c-.72 0-1.348-.584-1.348-1.305Z"></path><path fill="#FFDA44" d="M16.174 16.696v.521H7.826v-.521H5.739v2.087h2.087v.521h8.348v-.521h2.087v-2.087h-2.087Z"></path><path fill="#0052B4" d="M7.826 8.349v5.217C7.826 16.76 12 17.74 12 17.74s4.174-.98 4.174-4.174V8.349L12 7.827l-4.174.522Z"></path><path fill="#D80027" d="M16.174 10.434H7.826v3.13h8.348v-3.13Z"></path><path fill="#FFDA44" d="M14.087 5.739v.782l-.522.261-.522-.521V4.695h-2.087v1.566l-.521.521-.522-.26v-.783H7.826v2.608h8.348V5.74h-2.087Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Q(l,t){return e.openBlock(),e.createElementBlock("svg",l5,o5)}const c5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Q},render:Q},Symbol.toStringTag,{value:"Module"})),a5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},n5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#0052B4" d="M12 5.739v4.047L7.826 5.74H12ZM6.26 12h3.526L6.261 7.304l-.522 3.652L6.261 12Z"></path><path fill="#F0F0F0" d="M11.968 12.001H12v-.032l-.032.032Zm.031-5.74V.001h-.002C5.37 0-.001 5.374-.001 12h6.26V8.475l3.526 3.526h2.182l.032-.033V9.787L8.473 6.261H12Z"></path><path fill="#D80027" d="M6.07 1.565a12.057 12.057 0 0 0-4.505 4.506v6.45h3.13V4.697h7.826v-3.13h-6.45Z"></path><path fill="#D80027" d="m12.476 11-4.74-4.74H6.26l6.216 6.216V11Z"></path><path fill="#F3F3F3" d="M13.565 6.26v5.739c0 2.796 7.304 2.796 7.304 0v-5.74h-7.304Z"></path><path fill="#6DA544" d="M13.565 12c0 2.796 3.652 3.653 3.652 3.653S20.87 14.796 20.87 12h-7.304Z"></path><path fill="#A2001D" d="m17.218 9.704-1.696.73V12l1.696 1.044L18.913 12v-1.565l-1.695-.73Z"></path><path fill="#338AF3" d="M18.913 8.869h-3.391v1.565h3.391V8.869Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function X(l,t){return e.openBlock(),e.createElementBlock("svg",a5,n5)}const h5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:X},render:X},Symbol.toStringTag,{value:"Module"})),r5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},s5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 23.998c6.627 0 12-5.372 12-11.999C23.999 5.373 18.627.002 12 .002 5.374.001.002 5.373.002 12c0 6.627 5.372 11.999 11.998 11.999Z"></path><path fill="#000" d="M1.61 6.001A12.007 12.007 0 0 0 .402 8.918l20.066 11.585A12.008 12.008 0 0 0 22.391 18L1.61 6Z"></path><path fill="#FFDA44" d="M17.999 1.61C13.198-1.164 7.279-.24 3.532 3.496l20.065 11.585C24.96 9.969 22.8 4.38 18 1.609ZM6 22.39c4.801 2.772 10.721 1.848 14.468-1.888L.402 8.917C-.96 14.03 1.2 19.618 6 22.39Z"></path><path fill="#D80027" d="M15.39 10.696a3.39 3.39 0 1 1-6.373-1.613 4.173 4.173 0 1 0 5.966 0c.26.48.408 1.03.408 1.613Z"></path><path fill="#D80027" d="M12.783 6.784h-1.565v7.824h1.565V6.784Z"></path><path fill="#D80027" d="M14.608 8.348H9.391c0 .36.314.652.674.652h-.021c0 .36.292.652.652.652 0 .36.292.653.652.653h1.304c.36 0 .652-.292.652-.653.36 0 .652-.291.652-.652h-.022c.36 0 .674-.292.674-.652Zm1.044 6.782H8.35v1.565h7.303V15.13Z"></path><path fill="#D80027" d="M16.695 15.651h-3.13v1.565h3.13v-1.565Zm-6.26 0h-3.13v1.565h3.13v-1.565Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function e1(l,t){return e.openBlock(),e.createElementBlock("svg",r5,s5)}const i5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:e1},render:e1},Symbol.toStringTag,{value:"Module"})),d5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},p5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M24 12a11.98 11.98 0 0 0-.746-4.173L12 7.305.746 7.827A11.973 11.973 0 0 0 0 12c0 1.467.264 2.873.746 4.173L12 16.696l11.254-.522c.482-1.3.746-2.706.746-4.173Z"></path><path fill="#6DA544" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.746C2.442 20.744 6.84 24 12 24Z"></path><path fill="#D80027" d="M.746 7.826h22.508C21.557 3.256 17.159 0 12 0 6.84 0 2.442 3.257.746 7.826Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function t1(l,t){return e.openBlock(),e.createElementBlock("svg",d5,p5)}const _5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:t1},render:t1},Symbol.toStringTag,{value:"Module"})),f5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},g5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0C11.989-.007-.003 11.999 0 12 0 5.375 5.372 0 12 0Zm0 0c.011-.008 12.003 11.997 12 12 0-6.627-5.373-12-12-12Z"></path><path fill="#0052B4" d="M12 24c-.012.008-12.004-11.997-12-12 0 6.627 5.372 12 12 12Zm0-.001c.01.008 12.003-11.997 12-12 0 6.627-5.373 12-12 12Z"></path><path fill="#FFDA44" d="m12 6.26 1.295 3.986h4.19l-3.39 2.464 1.295 3.985L12 14.232l-3.39 2.463 1.295-3.985-3.39-2.464h4.19L12 6.261Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function l1(l,t){return e.openBlock(),e.createElementBlock("svg",f5,g5)}const m5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:l1},render:l1},Symbol.toStringTag,{value:"Module"})),$5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},v5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M3.515 3.514a11.973 11.973 0 0 0-3.48 9.384L12.898.033a11.972 11.972 0 0 0-9.384 3.481Z"></path><path fill="#0052B4" d="M4.285 21.19c4.715 3.967 11.763 3.732 16.2-.706 4.438-4.437 4.673-11.485.706-16.2L4.285 21.19Z"></path><path fill="#000" d="m11.957 11.517 1.034-.56-1.034-.56a3.655 3.655 0 0 0-3.05-3.05l-.56-1.034-.56 1.034a3.655 3.655 0 0 0-3.049 3.05l-1.034.56 1.034.56a3.655 3.655 0 0 0 3.05 3.049l.56 1.034.56-1.034a3.655 3.655 0 0 0 3.049-3.05Zm-3.61 1.527a2.087 2.087 0 1 1 0-4.174 2.087 2.087 0 0 1 0 4.174Z"></path><path fill="#D80027" d="m8.348 9.39.451.783h.904l-.452.783.452.783H8.8l-.452.782-.452-.782h-.904l.452-.783-.452-.783h.904l.452-.782Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function o1(l,t){return e.openBlock(),e.createElementBlock("svg",$5,v5)}const w5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:o1},render:o1},Symbol.toStringTag,{value:"Module"})),Z5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},u5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M5.237 21.913A11.944 11.944 0 0 0 12 24c2.51 0 4.838-.77 6.764-2.087L12 20.869l-6.763 1.044ZM18.764 2.087A11.944 11.944 0 0 0 12 0C9.491 0 7.163.77 5.237 2.087L12 3.131l6.764-1.044Z"></path><path fill="#D80027" d="M5.237 21.913A11.944 11.944 0 0 0 12 24c2.51 0 4.838-.77 6.764-2.087L12 20.869l-6.763 1.044ZM18.764 2.087A11.944 11.944 0 0 0 12 0C9.491 0 7.163.77 5.237 2.087L12 3.131l6.764-1.044Z"></path><path fill="#0052B4" d="M23.97 11.216c-.284-3.703-2.534-7.304-5.206-9.13H5.237a11.99 11.99 0 0 0-5.21 9.13L12 12l11.97-.783ZM.025 12.782a11.99 11.99 0 0 0 5.211 9.13h13.527a11.99 11.99 0 0 0 5.212-9.13L12 12l-11.975.782Z"></path><path fill="#D80027" d="M23.97 11.217H12.782V1.565h-1.566v9.652H.025a12.194 12.194 0 0 0 0 1.566h11.192v9.652h1.566v-9.652h11.192c.016-.26.025-.52.025-.783 0-.261-.01-.522-.03-.783Z"></path><path fill="#F0F0F0" d="M4.696 12 12 7.407 19.305 12 12 16.59 4.696 12Z"></path><path fill="#6DA544" d="M7.826 14.087h9.391l-2.087-3.13L14.087 12l-1.044-.521L12 13.044H9.913L8.869 12l-1.043 2.087Z"></path><path fill="#FFDA44" d="m12 8.869.26.797h.837l-.678.493.26.797-.679-.493-.678.493.26-.797-.679-.493h.838l.26-.797Z"></path><path fill="#D80027" d="m12 6.097-9.39 5.902L12 17.902 21.392 12 12 6.097Zm-6.45 5.902L12 7.945 18.45 12 12 16.053 5.55 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function c1(l,t){return e.openBlock(),e.createElementBlock("svg",Z5,u5)}const M5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:c1},render:c1},Symbol.toStringTag,{value:"Module"})),F5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},B5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#6DA544" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M12 4.696 21.913 12 12 19.305 2.087 12 12 4.696Z"></path><path fill="#F0F0F0" d="M12 16.174a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348Z"></path><path fill="#0052B4" d="M9.913 11.74c-.726 0-1.426.11-2.085.315a4.173 4.173 0 0 0 7.59 2.34 7.034 7.034 0 0 0-5.505-2.655Zm6.184 1.06a4.174 4.174 0 0 0-7.932-2.447 8.583 8.583 0 0 1 7.932 2.447Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function a1(l,t){return e.openBlock(),e.createElementBlock("svg",F5,B5)}const b5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:a1},render:a1},Symbol.toStringTag,{value:"Module"})),x5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},k5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M7.306 7.825h15.949C21.559 3.255 17.16 0 12 0a11.96 11.96 0 0 0-8.485 3.515l3.79 4.311Zm-.001 8.347h15.949C21.558 20.742 17.16 24 12 24a11.961 11.961 0 0 1-8.485-3.515l3.79-4.312Z"></path><path fill="#000" d="M3.514 3.514c-4.686 4.687-4.686 12.285 0 16.97L12 12 3.514 3.514Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function n1(l,t){return e.openBlock(),e.createElementBlock("svg",x5,k5)}const S5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:n1},render:n1},Symbol.toStringTag,{value:"Module"})),P5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},y5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M3.514 20.485c-4.686-4.686-4.686-12.284 0-16.97 4.687-4.686 12.285-4.686 16.97 0 0 .001 3.187 10.784-1.5 15.47-4.686 4.687-15.467 1.504-15.47 1.5Z"></path><path fill="#FF9811" d="M3.515 20.485c4.686 4.686 12.284 4.686 16.97 0 4.687-4.687 4.687-12.285 0-16.971l-16.97 16.97Z"></path><path fill="#F0F0F0" d="M18.788 6.782V4.695h-4l-.305.306c-1.087 1.087-.904 2.355-.77 3.28.123.86.138 1.188-.182 1.508-.319.32-.648.304-1.507.18-.926-.133-2.194-.316-3.28.771-1.088 1.087-.905 2.355-.771 3.28.124.86.139 1.189-.18 1.508-.32.32-.65.304-1.508.18a7.845 7.845 0 0 0-1.05-.102l-.023 2.087c.231.003.495.04.775.081.332.048.707.102 1.102.102.409 0 .84-.058 1.265-.242v1.67h3.13v-1.565H9.92v-1.044h1.043V15.13h-.834c.04-.506-.03-.991-.09-1.407-.123-.859-.138-1.188.18-1.507.32-.32.65-.305 1.508-.18.675.097 1.531.22 2.367-.141v1.67h3.13v-1.566h-1.565v-1.043h1.044V9.391h-.834c.04-.507-.03-.991-.09-1.407-.087-.6-.12-.942-.023-1.202h3.033Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function h1(l,t){return e.openBlock(),e.createElementBlock("svg",P5,y5)}const V5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:h1},render:h1},Symbol.toStringTag,{value:"Module"})),H5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},j5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M.567 8.348A11.99 11.99 0 0 0 0 12c0 1.273.2 2.5.567 3.652l11.434.522 11.433-.522a12.043 12.043 0 0 0 0-7.304L12 7.826.567 8.348Z"></path><path fill="#000" d="M24 12c0-.711-.062-1.409-.18-2.086H.181a12.064 12.064 0 0 0 0 4.174h23.637c.12-.678.182-1.376.182-2.088Z"></path><path fill="#338AF3" d="M12 24c5.354 0 9.888-3.507 11.433-8.348H.567C2.112 20.493 6.646 23.999 12 24Zm0-24C6.647 0 2.112 3.505.567 8.346h22.867C21.888 3.506 17.354-.001 12-.001Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function r1(l,t){return e.openBlock(),e.createElementBlock("svg",H5,j5)}const A5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:r1},render:r1},Symbol.toStringTag,{value:"Module"})),z5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},O5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FCFCFC" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M4.957 11.129 3.652 8.762l1.305-2.329 1.304 2.33-1.304 2.366Zm-2.609 0L1.043 8.762l1.305-2.329 1.304 2.33-1.304 2.366Zm2.609 6.435-1.305-2.366 1.305-2.33 1.304 2.33-1.304 2.366Zm-2.609 0-1.305-2.366 1.305-2.33 1.304 2.33-1.304 2.366ZM6.26 2.329l-.369-.66c-.662.393-1.283.847-1.856 1.355l.921 1.671L6.261 2.33ZM4.956 19.304l-.93 1.662c.571.51 1.192.964 1.854 1.357l.38-.69-1.304-2.329Z"></path><path fill="#6DA544" d="M7.304 15.13v7.916C8.746 23.66 10.334 24 12 24c5.16 0 9.558-3.256 11.253-7.826L7.304 15.131Z"></path><path fill="#A2001D" d="M23.253 16.174c.483-1.3.747-2.706.747-4.174 0-6.627-5.373-12-12-12-1.666 0-3.254.34-4.696.954v15.22h15.95Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function s1(l,t){return e.openBlock(),e.createElementBlock("svg",z5,O5)}const D5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:s1},render:s1},Symbol.toStringTag,{value:"Module"})),E5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},C5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0-4.119-2.076-7.752-5.237-9.913L12 1.565l-6.764.522A11.987 11.987 0 0 0 0 12c0 4.119 2.075 7.752 5.236 9.913l6.764.522 6.763-.522A11.987 11.987 0 0 0 24 12Z"></path><path fill="#A2001D" d="M18.764 2.087A11.944 11.944 0 0 0 12.001 0C9.49 0 7.163.77 5.237 2.087h13.527ZM5.236 21.913A11.943 11.943 0 0 0 12 24c2.509 0 4.837-.77 6.763-2.087H5.236Z"></path><path fill="#F0F0F0" d="M12 17.738A5.74 5.74 0 1 0 12 6.26a5.74 5.74 0 0 0 0 11.478Z"></path><path fill="#6DA544" d="M12 16.695a4.696 4.696 0 1 0 0-9.39 4.696 4.696 0 0 0 0 9.39Z"></path><path fill="#F0F0F0" d="M12 15.13a3.13 3.13 0 1 0 0-6.261 3.13 3.13 0 0 0 0 6.26Z"></path><path fill="#0052B4" d="M12 11.217 10.303 12v1.304l1.695 1.043 1.696-1.043V12L12 11.217Z"></path><path fill="#FFDA44" d="M13.695 10.436h-3.391V12h3.391v-1.565Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function i1(l,t){return e.openBlock(),e.createElementBlock("svg",E5,C5)}const N5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:i1},render:i1},Symbol.toStringTag,{value:"Module"})),L5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},T5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12.001a12 12 0 0 0-6.782-10.81v21.62A12 12 0 0 0 24.001 12ZM0 12a12 12 0 0 0 6.783 10.81V1.19A12 12 0 0 0 0 12.001Zm14.088 1.566 2.086-1.043L15.131 12v-1.043L13.044 12l1.043-2.087h-1.043L12.001 8.35l-1.044 1.565H9.914l1.043 2.087-2.087-1.043V12l-1.043.522 2.087 1.043-.522 1.044h2.087v1.565h1.043V14.61h2.087l-.521-1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function d1(l,t){return e.openBlock(),e.createElementBlock("svg",L5,T5)}const I5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:d1},render:d1},Symbol.toStringTag,{value:"Module"})),q5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},U5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#6DA544" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="m18.421 17.218.33.688.743-.171-.333.686.598.474-.744.168.002.764-.596-.478-.595.477.002-.763-.745-.168.598-.474-.333-.686.744.171.33-.688Zm-3.063-7.306.33.689.743-.172-.333.687.598.474-.745.168.002.763-.595-.478-.596.478.002-.763-.744-.168.598-.474-.333-.687.744.172.329-.689Zm3.063-4.174.33.689.743-.172-.333.687.598.474-.744.168.002.763-.596-.478-.595.478.002-.763-.744-.168.597-.474-.333-.687.744.172.33-.689Zm2.676 3.132.33.689.743-.172-.333.687.598.474-.744.168.002.763-.596-.478-.595.478.002-.763-.745-.168.598-.474-.333-.687.744.172.33-.689Zm-1.913 3.651.26.797h.837l-.678.493.26.797-.679-.492-.678.492.259-.797-.678-.493h.838l.26-.797Z"></path><path fill="#FFDA44" d="M13.305 15.391a3.391 3.391 0 1 1 1.613-6.375 4.174 4.174 0 1 0 0 5.967c-.48.26-1.03.408-1.613.408ZM7.547 4.695a2.086 2.086 0 0 0-3.614 0h3.614Zm.006.012L5.74 6.521 3.925 4.707a2.087 2.087 0 1 0 3.628 0Z"></path><path fill="#A2001D" d="M5.217 6v1.76a2.092 2.092 0 0 0 1.044 0V6H5.217Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function p1(l,t){return e.openBlock(),e.createElementBlock("svg",q5,U5)}const R5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:p1},render:p1},Symbol.toStringTag,{value:"Module"})),G5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},J5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="m6.505 22.67 8.816-7.35 7.35-8.816a12.053 12.053 0 0 0-5.169-5.172L8.68 8.679 1.333 17.5a12.052 12.052 0 0 0 5.172 5.169Z"></path><path fill="#D80027" d="M20.485 20.485c3.786-3.786 4.513-9.472 2.182-13.988l-16.17 16.17c4.517 2.33 10.202 1.604 13.988-2.182Z"></path><path fill="#6DA544" d="M3.514 3.514C-.272 7.3-.998 12.986 1.332 17.502l16.17-16.17C12.986-.998 7.3-.272 3.514 3.514Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function _1(l,t){return e.openBlock(),e.createElementBlock("svg",G5,J5)}const K5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:_1},render:_1},Symbol.toStringTag,{value:"Module"})),Y5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},W5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M22.667 6.498a11.989 11.989 0 0 0-2.182-2.983c-.9-.9-1.909-1.627-2.983-2.182L9.048 9.05l-7.716 8.454a11.992 11.992 0 0 0 2.182 2.983c.9.9 1.91 1.628 2.983 2.182l8.454-7.716 7.716-8.454Z"></path><path fill="#D80027" d="M3.515 20.485c.503.504 1.04.953 1.604 1.348L21.834 5.118a12.068 12.068 0 0 0-2.952-2.951L2.167 18.88c.395.564.844 1.101 1.348 1.604Z"></path><path fill="#338AF3" d="M3.514 3.514C-.272 7.3-.998 12.986 1.332 17.502l16.17-16.17C12.986-.997 7.3-.27 3.514 3.515Zm16.971 16.971c3.786-3.786 4.513-9.472 2.182-13.988l-16.17 16.17c4.517 2.33 10.203 1.604 13.988-2.182Z"></path><path fill="#FFDA44" d="m6.395 3.651.648 1.993h2.095L7.443 6.876l.648 1.993-1.696-1.232L4.7 8.869l.647-1.993-1.695-1.232h2.096l.647-1.993Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function f1(l,t){return e.openBlock(),e.createElementBlock("svg",Y5,W5)}const Q5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:f1},render:f1},Symbol.toStringTag,{value:"Module"})),X5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M22.54 6.26A12.027 12.027 0 0 0 15.13.412l-.522 5.848h7.933Zm-21.081 0h7.932L8.87.413a12.027 12.027 0 0 0-7.41 5.849Z"></path><path fill="#6DA544" d="M14.608 12.002v5.739h7.933A11.964 11.964 0 0 0 24 12h-9.392ZM9.391 12H0c0 2.08.529 4.035 1.459 5.74h7.932V12Z"></path><path fill="#FFDA44" d="M1.46 17.74a12.028 12.028 0 0 0 7.41 5.848l.521-5.115-7.932-.733Zm13.67 5.848a12.027 12.027 0 0 0 7.41-5.848l-7.932.734.522 5.114Z"></path><path fill="#FFDA44" d="m14.608 18.474 7.933-.734h-7.933v.734Zm-5.217-.734H1.46l7.932.733v-.733Z"></path><path fill="#D80027" d="M12 0a12.01 12.01 0 0 0-3.13.414v23.173A12.01 12.01 0 0 0 12 24a12.01 12.01 0 0 0 3.13-.413V.414A12.013 12.013 0 0 0 12 0Z"></path><path fill="#FFDA44" d="m6.454 2.61.324.996h1.048l-.848.615.324.997-.848-.616-.847.616.323-.997-.847-.615H6.13l.323-.997Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function g1(l,t){return e.openBlock(),e.createElementBlock("svg",X5,e6)}const t6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:g1},render:g1},Symbol.toStringTag,{value:"Module"})),l6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},o6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M18.26 9.913h-4.174V5.74H9.913v4.174H5.739v4.174h4.174v4.174h4.173v-4.174h4.174V9.913Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function m1(l,t){return e.openBlock(),e.createElementBlock("svg",l6,o6)}const c6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:m1},render:m1},Symbol.toStringTag,{value:"Module"})),a6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},n6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12.001H12v-.032l-.032.032Z"></path><path fill="#F0F0F0" d="M12 6.262V0h-.002C5.37.002 0 5.374 0 12.001h6.26V8.476L9.787 12h2.182l.032-.032v-2.18L8.474 6.262H12Z"></path><path fill="#D80027" d="M6.071 1.565A12.057 12.057 0 0 0 1.566 6.07V12h3.13V4.694H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.524 7.737 6.26H6.26L12 12v-1.476Z"></path><path fill="#F0F0F0" d="m16.174 12 .222.683h.718l-.581.422.222.684-.581-.422-.581.422.222-.684-.582-.422h.719l.222-.683Zm-2.951 1.223.64.326.508-.508-.113.71.64.326-.71.112-.112.71-.326-.64-.71.112.509-.508-.326-.64ZM12 16.173l.683-.222v-.718l.422.58.683-.221-.422.581.422.581-.683-.222-.422.581v-.718l-.684-.222Zm1.223 2.952.326-.64-.508-.508.71.113.325-.64.113.71.71.111-.64.327.112.71-.508-.509-.64.326Zm2.951 1.223-.222-.683h-.719l.582-.422-.222-.684.58.423.582-.423-.222.684.581.422h-.718l-.222.683Zm2.951-1.223-.64-.326-.508.508.112-.71-.64-.325.71-.113.112-.71.326.64.71-.112-.508.508.326.64Zm1.223-2.952-.683.222v.718l-.423-.58-.683.221.422-.58-.422-.582.683.222.422-.581v.718l.684.222Zm-1.223-2.95-.326.64.508.508-.71-.112-.326.64-.112-.71-.71-.112.64-.326-.112-.71.508.508.64-.326Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function $1(l,t){return e.openBlock(),e.createElementBlock("svg",a6,n6)}const h6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:$1},render:$1},Symbol.toStringTag,{value:"Module"})),r6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},s6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12c0 6.628-5.372 12-12 12-6.627 0-12-5.372-12-12 0-6.627 12 0 12 0h12Z"></path><path fill="#0052B4" d="M0 12C0 5.373 5.373 0 12 0v12H0Z"></path><path fill="#F0F0F0" d="m7.143 4.173.777 2.392h2.514L8.4 8.043l.777 2.391-2.034-1.478-2.034 1.478.777-2.391L3.85 6.565h2.515l.777-2.392Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function v1(l,t){return e.openBlock(),e.createElementBlock("svg",r6,s6)}const i6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:v1},render:v1},Symbol.toStringTag,{value:"Module"})),d6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},p6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M17.217 1.191A11.953 11.953 0 0 0 12 .001c-1.87 0-3.64.427-5.217 1.19l-1.044 10.81L6.783 22.81A11.952 11.952 0 0 0 12 24c1.87 0 3.64-.427 5.217-1.19L18.261 12 17.217 1.191Z"></path><path fill="#FFDA44" d="m12 7.825 1.036 3.189h3.353l-2.712 1.97 1.036 3.19L12 14.202l-2.712 1.97 1.036-3.188-2.712-1.971h3.352L12 7.825Z"></path><path fill="#496E2D" d="M6.783 1.192A12 12 0 0 0 0 12a12 12 0 0 0 6.783 10.808V1.192Z"></path><path fill="#FFDA44" d="M17.218 1.192v21.617A12 12 0 0 0 24 12a12 12 0 0 0-6.782-10.808Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function w1(l,t){return e.openBlock(),e.createElementBlock("svg",d6,p6)}const _6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:w1},render:w1},Symbol.toStringTag,{value:"Module"})),f6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},g6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="m6.567 7.301 1.036 3.188h3.352l-2.71 1.973 1.036 3.188-2.714-1.969-2.714 1.969 1.04-3.188L2.18 10.49h3.35L6.567 7.3Zm7.659 11.284-.792-.975-1.172.454.68-1.054-.792-.98 1.214.323.684-1.054.066 1.256 1.218.323-1.176.45.07 1.257Zm1.576-2.86.375-1.2-1.027-.726 1.256-.019.37-1.2.409 1.19 1.256-.013-1.008.75.403 1.19-1.026-.726-1.008.754Zm2.123-6.918-.553 1.13.9.876-1.242-.178-.553 1.125-.216-1.238-1.247-.178 1.116-.586-.216-1.242.9.877 1.111-.586ZM14.26 5.385l-.095 1.252 1.168.473-1.224.3-.089 1.256-.66-1.068-1.224.3.81-.961-.665-1.064 1.167.473.811-.961Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Z1(l,t){return e.openBlock(),e.createElementBlock("svg",f6,g6)}const m6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Z1},render:Z1},Symbol.toStringTag,{value:"Module"})),$6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},v6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12l-12 1.043L0 12Z"></path><path fill="#D80027" d="M1.606 18C3.68 21.587 7.558 24 12 24s8.32-2.413 10.394-6L12 17.218 1.606 18Z"></path><path fill="#0052B4" d="M22.394 18A11.945 11.945 0 0 0 24 12H0c0 2.186.584 4.235 1.605 6h20.789Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function u1(l,t){return e.openBlock(),e.createElementBlock("svg",$6,v6)}const w6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:u1},render:u1},Symbol.toStringTag,{value:"Module"})),Z6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},u6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M23.254 7.826H.746A11.974 11.974 0 0 0 0 12c0 1.468.264 2.874.746 4.174h22.508c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174Z"></path><path fill="#0052B4" d="M12.001 0a11.972 11.972 0 0 0-9.096 4.173h18.193A11.972 11.972 0 0 0 12 0Zm9.095 19.826H2.903A11.972 11.972 0 0 0 12 24c3.637 0 6.896-1.618 9.096-4.174Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function M1(l,t){return e.openBlock(),e.createElementBlock("svg",Z6,u6)}const M6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:M1},render:M1},Symbol.toStringTag,{value:"Module"})),F6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},B6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.372 12-12 0-6.627-5.373-12-12-12S0 5.373 0 12c0 6.628 5.373 12 12 12Z"></path><path fill="#0052B4" d="M12 0a11.982 11.982 0 0 0-9.6 4.8h19.2A11.981 11.981 0 0 0 12 0Zm0 24c3.925 0 7.41-1.885 9.6-4.8H2.4A11.981 11.981 0 0 0 12 24ZM0 12c0 .822.083 1.625.24 2.4h23.52a12.047 12.047 0 0 0 0-4.8H.24C.083 10.376 0 11.178 0 12Z"></path><path fill="#D80027" d="M3.515 3.515c-4.686 4.686-4.686 12.284 0 16.97L12 12 3.515 3.515Z"></path><path fill="#F0F0F0" d="m4.857 8.87.776 2.391h2.515l-2.034 1.478.777 2.391-2.034-1.478-2.035 1.478.777-2.391-2.034-1.478H4.08l.777-2.391Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function F1(l,t){return e.openBlock(),e.createElementBlock("svg",F6,B6)}const b6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:F1},render:F1},Symbol.toStringTag,{value:"Module"})),x6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},k6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M12 24c3.937 0 7.432-1.896 9.62-4.825H2.38A11.982 11.982 0 0 0 12 24Zm12-12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 1.419.247 2.78.7 4.044h22.6c.453-1.264.7-2.625.7-4.044Z"></path><path fill="#F0F0F0" d="m8.214 7.696.647 1.993h2.096L9.26 10.92l.648 1.992-1.695-1.231-1.696 1.231.648-1.992L5.47 9.688h2.095l.648-1.993ZM4.615 5.61l.388 1.195h1.258l-1.017.74.388 1.195-1.017-.739-1.017.74.388-1.197-1.017-.739h1.258l.388-1.195Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function B1(l,t){return e.openBlock(),e.createElementBlock("svg",x6,k6)}const S6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:B1},render:B1},Symbol.toStringTag,{value:"Module"})),P6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},y6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M20.486 20.486c-4.687 4.686-12.285 4.686-16.97 0-4.687-4.687-4.687-12.285 0-16.97.368.368 9.591 7.378 9.591 7.378l7.379 9.592Z"></path><path fill="#6DA544" d="M3.515 3.514c4.686-4.686 12.284-4.686 16.97 0 4.687 4.686 4.687 12.285 0 16.97"></path><path fill="#FFDA44" d="M12 15.131a3.13 3.13 0 1 0 0-6.26 3.13 3.13 0 0 0 0 6.26Z"></path><path fill="#F0F0F0" d="m4.468 17.218.33.688.743-.172-.333.687.598.474-.744.168.002.763-.596-.477-.595.477.002-.763-.745-.168.599-.474-.334-.687.744.172.33-.688Zm-2.154-5.741.33.688.743-.171-.333.686.598.475-.744.167.002.764-.596-.478-.595.478.002-.764-.744-.167.598-.475-.333-.687.743.172.33-.688Zm2.154-4.695.33.688.743-.172-.333.687.598.475-.744.167.002.764-.596-.478-.595.478.002-.764-.745-.167.598-.475-.333-.687.744.172.33-.688Zm2.676 3.653.33.688.743-.172-.333.687.598.474-.744.168.002.763-.596-.477-.595.477.002-.763-.745-.168.598-.474-.333-.687.744.172.33-.688Zm-1.913 3.13.26.797h.837l-.678.492.26.798-.679-.493-.678.492.26-.797-.679-.492h.838l.26-.797Z"></path><path fill="#6DA544" d="M12 14.087h1.043s.453-.8 0-1.565l1.044-1.044-.522-1.043h-.521s-.261.783-1.305.783c-1.043 0-1.304-.783-1.304-.783h-.522l.522 1.043-.522 1.044.522.522S10.956 12 12 12.522c0 0 .443.652 0 1.565Z"></path><path fill="#FFDA44" d="M19.789 6.573a2.088 2.088 0 0 0-1.406-2.381 3.897 3.897 0 0 1 .352 2.337 2.142 2.142 0 0 0-3.003-.655 4 4 0 0 1 1.64.78c.39.31.704.73.945 1.134l-3.186.997c3.13.522 5.739-1.565 5.739-1.565-.29-.578-.738-.675-1.081-.647Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function b1(l,t){return e.openBlock(),e.createElementBlock("svg",P6,y6)}const V6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:b1},render:b1},Symbol.toStringTag,{value:"Module"})),H6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},j6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FCFCFC" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M18.783 10.435h-1.566a5.217 5.217 0 0 1-10.434 0H5.217a6.785 6.785 0 0 0 4.931 6.526 1.736 1.736 0 0 0 .181 1.895l1.706-1.367 1.705 1.367c.45-.561.495-1.317.172-1.913a6.785 6.785 0 0 0 4.87-6.508Z"></path><path fill="#FFDA44" d="M7.826 9.913s0 2.609 2.609 2.609l.522.521H12s.522-1.565 1.565-1.565c0 0 0-1.043 1.044-1.043h1.565s-.522-2.087 2.087-3.653l-1.044-.521s-3.652 2.608-6.26 2.087V9.39H9.913l-.522-.522-1.565 1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function x1(l,t){return e.openBlock(),e.createElementBlock("svg",H6,j6)}const A6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:x1},render:x1},Symbol.toStringTag,{value:"Module"})),z6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},O6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M10.957 12s-7.435 8.486-7.442 8.485A11.963 11.963 0 0 0 12 23.999c6.628 0 12-5.372 12-12H10.957Z"></path><path fill="#0052B4" d="M3.515 3.515c-4.686 4.686-4.686 12.284 0 16.97L12.001 12 3.514 3.515Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function k1(l,t){return e.openBlock(),e.createElementBlock("svg",z6,O6)}const D6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:k1},render:k1},Symbol.toStringTag,{value:"Module"})),E6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},C6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M.746 16.175C2.442 20.745 6.84 24 12 24c5.16 0 9.558-3.257 11.254-7.826L12 15.13.746 16.175Z"></path><path fill="#000" d="M12 0C6.84 0 2.442 3.258.746 7.828L12 8.87l11.254-1.043C21.558 3.257 17.159 0 12 0Z"></path><path fill="#D80027" d="M.746 7.826A11.974 11.974 0 0 0 0 12c0 1.467.264 2.873.746 4.174h22.508c.482-1.3.746-2.707.746-4.174 0-1.468-.264-2.874-.746-4.174H.746Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function S1(l,t){return e.openBlock(),e.createElementBlock("svg",E6,C6)}const N6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:S1},render:S1},Symbol.toStringTag,{value:"Module"})),L6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},T6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M10.956 13.044s-7.435-9.53-7.442-9.529A11.962 11.962 0 0 1 12 0c6.627 0 12 5.373 12 12l-13.044 1.044Z"></path><path fill="#6DA544" d="M10.956 12s-7.435 8.486-7.442 8.485A11.963 11.963 0 0 0 12 23.999c6.627 0 12-5.372 12-12H10.956Z"></path><path fill="#F0F0F0" d="M3.514 3.515c-4.686 4.686-4.686 12.284 0 16.97L12 12 3.514 3.515Z"></path><path fill="#D80027" d="m4.856 8.87.777 2.39h2.515l-2.034 1.48.777 2.391-2.035-1.478-2.034 1.478.777-2.391-2.034-1.478h2.514l.777-2.392Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function P1(l,t){return e.openBlock(),e.createElementBlock("svg",L6,T6)}const I6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:P1},render:P1},Symbol.toStringTag,{value:"Module"})),q6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},U6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M9.392 10.435h14.507C23.132 4.547 18.097 0 12 0c-.896 0-1.768.1-2.608.285v10.15Zm-3.131.001V1.46a12.007 12.007 0 0 0-6.159 8.976h6.16Zm-.001 3.13H.103A12.007 12.007 0 0 0 6.26 22.54v-8.975Zm3.132 0v10.15c.84.185 1.713.284 2.609.284 6.096 0 11.13-4.547 11.898-10.434H9.392Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function y1(l,t){return e.openBlock(),e.createElementBlock("svg",q6,U6)}const R6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:y1},render:y1},Symbol.toStringTag,{value:"Module"})),G6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},J6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#496E2D" d="M14.348 23.77a12.013 12.013 0 0 0 9.422-9.423h-9.422v9.422ZM.23 14.347a12.013 12.013 0 0 0 9.422 9.422v-9.422H.23Zm23.54-4.695A12.013 12.013 0 0 0 14.348.23v9.422h9.422ZM9.652.23A12.013 12.013 0 0 0 .23 9.652h9.422V.23Z"></path><path fill="#FFDA44" d="M11.217 14.348H9.652v9.422c.51.101 1.033.17 1.565.204v-9.626Zm0-4.695V.027A12.04 12.04 0 0 0 9.652.23v9.422h1.566Z"></path><path fill="#000" d="M12.782.027a12.124 12.124 0 0 0-1.565 0v9.626h1.565V.027Zm-1.565 23.947a12.078 12.078 0 0 0 1.565 0v-9.626h-1.565v9.626Z"></path><path fill="#FFDA44" d="M9.652 11.218V9.653H.23a12 12 0 0 0-.204 1.565h9.626Zm4.696 0h9.626a12.004 12.004 0 0 0-.204-1.565h-9.422v1.565Z"></path><path fill="#000" d="M14.348 12.783h9.626a12.15 12.15 0 0 0 0-1.565h-9.626v1.565ZM.026 11.218a12.155 12.155 0 0 0 0 1.565h9.626v-1.565H.026Z"></path><path fill="#D80027" d="M12 17.739A5.74 5.74 0 1 0 12 6.26a5.74 5.74 0 0 0 0 11.478Z"></path><path fill="#496E2D" d="M13.307 12.64c-.427-.853-.982-1.718-.982-1.718s.014-.394.014-.629a.64.64 0 0 0-1.278-.055.505.505 0 0 0-.2.951.727.727 0 0 1 .432-.401c.031.026.065.05.102.069l.082.039s-.304.857-.304 1.318c0 1.295.853 1.694.853 1.694v.014l-.426.426h.853v-.853l.427.427c.004-.008.809-.518.427-1.281ZM12 7.304l.194.598h.628l-.508.37.194.598L12 8.5l-.509.37.194-.598-.508-.37h.628L12 7.304Zm-2.76.898.508.37.509-.37-.194.598.508.37h-.628l-.195.597-.194-.598h-.628l.508-.37-.194-.597ZM7.534 10.55h.629l.194-.599.194.598h.629l-.509.37.195.598-.51-.37-.508.37.195-.598-.509-.37Zm0 2.901.509-.37-.195-.597.509.37.508-.37-.194.598.509.37h-.63l-.194.597-.194-.598h-.629Zm1.706 2.348.194-.598-.508-.37h.628l.194-.597.195.598h.628l-.508.37.194.597-.509-.37-.508.37Zm2.76.897-.195-.597h-.628l.508-.37-.194-.598.509.37.508-.37-.194.598.508.37h-.628l-.194.597Zm2.76-.897-.508-.37-.509.37.194-.598-.508-.37h.628l.195-.597.194.598h.629l-.509.37.194.597Zm1.706-2.348h-.629l-.194.598-.194-.598h-.629l.509-.37-.195-.597.51.37.508-.37-.195.598.509.37Zm0-2.901-.509.369.195.597-.509-.37-.509.37.195-.597-.509-.37h.629l.194-.598.194.598h.629ZM14.76 8.202l-.194.598.509.37h-.629l-.194.597-.195-.598h-.628l.508-.37-.194-.597.509.37.508-.37Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function V1(l,t){return e.openBlock(),e.createElementBlock("svg",G6,J6)}const K6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:V1},render:V1},Symbol.toStringTag,{value:"Module"})),Y6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},W6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M.414 15.131a12.021 12.021 0 0 0 8.456 8.456v-8.456H.414Z"></path><path fill="#0052B4" d="M8.87.413A12.02 12.02 0 0 0 .412 8.87H8.87V.413Z"></path><path fill="#D80027" d="M23.587 8.87A12.021 12.021 0 0 0 15.13.414V8.87h8.457Z"></path><path fill="#0052B4" d="M15.13 23.587a12.021 12.021 0 0 0 8.457-8.456H15.13v8.456Z"></path><path fill="#496E2D" d="M15.13 12a3.13 3.13 0 1 1-6.26 0c0-1.73 3.13-3.13 3.13-3.13s3.13 1.4 3.13 3.13Z"></path><path fill="#0052B4" d="M8.87 12a3.13 3.13 0 0 1 6.26 0"></path><path fill="#D80027" d="M10.24 10.434v1.957a1.76 1.76 0 1 0 3.521 0v-1.957h-3.522Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function H1(l,t){return e.openBlock(),e.createElementBlock("svg",Y6,W6)}const Q6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:H1},render:H1},Symbol.toStringTag,{value:"Module"})),X6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},el=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M1.191 6.783A11.952 11.952 0 0 0 .001 12c0 1.87.427 3.64 1.19 5.217l10.81 1.044 10.809-1.044A11.953 11.953 0 0 0 24 12c0-1.87-.427-3.64-1.19-5.217L12 5.739 1.192 6.783Z"></path><path fill="#000" d="M1.191 17.217A12 12 0 0 0 12 23.999a12 12 0 0 0 10.809-6.782H1.19Z"></path><path fill="#D80027" d="M1.191 6.783h21.618A12 12 0 0 0 11.999 0 12 12 0 0 0 1.192 6.783Z"></path><path fill="#496E2D" d="M3.515 3.514c-4.686 4.686-4.686 12.284 0 16.97L12.001 12 3.514 3.514Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function j1(l,t){return e.openBlock(),e.createElementBlock("svg",X6,el)}const tl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:j1},render:j1},Symbol.toStringTag,{value:"Module"})),ll={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ol=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 0c6.628 0 12 5.373 12 12s-5.372 12-12 12c0-.522-1.565-12-1.565-12L12 0Z"></path><path fill="#496E2D" d="M12 24C5.373 24 0 18.627 0 12S5.373 0 12 0"></path><path fill="#D80027" d="m14.578 9.699-.985 1.357L12 10.537l.986 1.356-.984 1.357 1.594-.52.986 1.357-.001-1.677 1.594-.519-1.595-.517-.001-1.676Z"></path><path fill="#D80027" d="M12.995 15.392a3.391 3.391 0 1 1 1.613-6.375 4.174 4.174 0 1 0 0 5.967c-.48.26-1.029.408-1.613.408Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function A1(l,t){return e.openBlock(),e.createElementBlock("svg",ll,ol)}const cl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:A1},render:A1},Symbol.toStringTag,{value:"Module"})),al={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},nl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12l-12 1.043L0 12Z"></path><path fill="#D80027" d="M1.606 18C3.68 21.589 7.558 24 12 24s8.32-2.412 10.394-6L12 17.219l-10.394.783Z"></path><path fill="#0052B4" d="M22.394 18A11.945 11.945 0 0 0 24 12H0c0 2.186.585 4.235 1.606 6h20.788Z"></path><path fill="#FFDA44" d="M12 16.174a4.174 4.174 0 1 0 0-8.347 4.174 4.174 0 0 0 0 8.347Z"></path><path fill="#338AF3" d="M12 14.61A2.612 2.612 0 0 1 9.392 12v-1.565A2.612 2.612 0 0 1 12 7.827a2.612 2.612 0 0 1 2.609 2.608v1.566A2.612 2.612 0 0 1 12 14.609Z"></path><path fill="#000" d="M16.174 5.74h-3.13a1.044 1.044 0 0 0-2.088 0h-3.13c0 .576.502 1.043 1.078 1.043h-.035c0 .577.467 1.044 1.044 1.044 0 .576.467 1.043 1.043 1.043h2.087c.577 0 1.044-.467 1.044-1.043.576 0 1.043-.467 1.043-1.043h-.035c.577 0 1.079-.468 1.079-1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function z1(l,t){return e.openBlock(),e.createElementBlock("svg",al,nl)}const hl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:z1},render:z1},Symbol.toStringTag,{value:"Module"})),rl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},sl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#000" d="M0 12c0 1.467.264 2.873.746 4.173L12 16.695l11.253-.522c.483-1.3.747-2.706.747-4.173a11.96 11.96 0 0 0-.747-4.174L12 7.304.746 7.826A11.975 11.975 0 0 0 0 11.999Z"></path><path fill="#0052B4" d="M12 0C6.84 0 2.442 3.256.746 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path><path fill="#F0F0F0" d="M23.253 16.174H.746C2.442 20.744 6.84 24 12 24c5.16 0 9.558-3.256 11.253-7.826Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function O1(l,t){return e.openBlock(),e.createElementBlock("svg",rl,sl)}const il=Object.freeze(Object.defineProperty({__proto__:null,default:{render:O1},render:O1},Symbol.toStringTag,{value:"Module"})),dl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},pl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0C6.84 0 2.442 3.256.747 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path><path fill="#000" d="M12 24c5.16 0 9.558-3.256 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path><path fill="#FF9811" d="M16.174 10.696h-3.13a1.044 1.044 0 0 0-2.088 0h-3.13c0 .576.502 1.043 1.078 1.043H8.87c0 .576.467 1.044 1.043 1.044 0 .576.467 1.043 1.043 1.043h2.088c.576 0 1.043-.467 1.043-1.043.576 0 1.043-.468 1.043-1.044h-.034c.576 0 1.078-.467 1.078-1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function D1(l,t){return e.openBlock(),e.createElementBlock("svg",dl,pl)}const _l=Object.freeze(Object.defineProperty({__proto__:null,default:{render:D1},render:D1},Symbol.toStringTag,{value:"Module"})),fl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},gl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M1.19 6.782A11.952 11.952 0 0 0 0 11.999c0 1.87.428 3.64 1.19 5.218L12 18.26l10.81-1.043A11.953 11.953 0 0 0 24 11.999c0-1.87-.428-3.64-1.19-5.217L12 5.738 1.19 6.782Z"></path><path fill="#496E2D" d="M1.191 17.218A12 12 0 0 0 12.001 24a12 12 0 0 0 10.808-6.782H1.191Z"></path><path fill="#000" d="M1.191 6.782H22.81A12 12 0 0 0 12 0 12 12 0 0 0 1.191 6.782Z"></path><path fill="#D80027" d="M3.515 3.515c-4.687 4.686-4.687 12.284 0 16.97L12 12 3.515 3.515ZM15.13 12A3.653 3.653 0 0 1 18 8.433a3.652 3.652 0 1 0 0 7.134A3.653 3.653 0 0 1 15.13 12Z"></path><path fill="#D80027" d="m18.153 9.652.518 1.595h1.677l-1.357.985.519 1.594-1.357-.985-1.356.985.518-1.594-1.356-.986h1.676l.518-1.594Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function E1(l,t){return e.openBlock(),e.createElementBlock("svg",fl,gl)}const ml=Object.freeze(Object.defineProperty({__proto__:null,default:{render:E1},render:E1},Symbol.toStringTag,{value:"Module"})),$l={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},vl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M10.957 10.957s-7.435 9.53-7.442 9.528A11.962 11.962 0 0 0 12 24c6.628 0 12-5.373 12-12l-13.043-1.043Z"></path><path fill="#6DA544" d="M10.957 12S3.522 3.513 3.515 3.514A11.962 11.962 0 0 1 12 0c6.628 0 12 5.372 12 12H10.957Z"></path><path fill="#D80027" d="M3.514 3.515c-4.686 4.687-4.686 12.285 0 16.971A88696 88696 0 0 0 24 12.001L3.514 3.515Z"></path><path fill="#FFDA44" d="M6.26 7.043a4.179 4.179 0 0 0-4.173 4.174v1.565a4.179 4.179 0 0 0 4.173 4.174 4.179 4.179 0 0 0 4.174-4.174v-1.565A4.179 4.179 0 0 0 6.26 7.043Zm2.61 5.74a2.613 2.613 0 0 1-1.827 2.488v-1.706l1.107-1.107-1.106-1.107-.001-.394v-.522H5.478V12L4.37 13.106l1.107 1.107v1.058a2.613 2.613 0 0 1-1.826-2.489v-1.565A2.612 2.612 0 0 1 6.26 8.61a2.612 2.612 0 0 1 2.61 2.608v1.565Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function C1(l,t){return e.openBlock(),e.createElementBlock("svg",$l,vl)}const wl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:C1},render:C1},Symbol.toStringTag,{value:"Module"})),Zl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ul=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M0 12c0 1.467.264 2.873.746 4.173L12 17.217l11.254-1.044c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174L12 6.782.746 7.825A11.974 11.974 0 0 0 0 12Z"></path><path fill="#D80027" d="M23.255 7.826C21.56 3.256 17.161 0 12.002 0 6.841 0 2.443 3.256.748 7.826h22.507ZM.747 16.174C2.442 20.744 6.84 24 12 24s9.558-3.256 11.253-7.826H.747Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function N1(l,t){return e.openBlock(),e.createElementBlock("svg",Zl,ul)}const Ml=Object.freeze(Object.defineProperty({__proto__:null,default:{render:N1},render:N1},Symbol.toStringTag,{value:"Module"})),Fl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Bl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M0 12c0 1.468.264 2.874.746 4.174L12 17.217l11.253-1.043c.483-1.3.747-2.706.747-4.174 0-1.448-.257-2.836-.726-4.12L12 6.782.726 7.879A11.975 11.975 0 0 0 0 12Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.256 11.253-7.826H.746C2.442 20.744 6.84 24 12 24Z"></path><path fill="#6DA544" d="M12 0C6.84 0 2.442 3.256.746 7.826h22.508C21.558 3.256 17.159 0 12 0Z"></path><path fill="#0052B4" d="M12 17.74a5.74 5.74 0 1 0 0-11.478 5.74 5.74 0 0 0 0 11.478Z"></path><path fill="#FFDA44" d="m11.999 7.556 1.036 3.189h3.358l-2.718 1.97 1.044 3.199-2.72-1.98-2.717 1.976 1.04-3.194-2.715-1.971h3.356l1.036-3.189Z"></path><path fill="#FFDA44" d="m16.13 12.794-3.286-1.068 2.031-2.796-.844-.613L12 11.113 9.969 8.317l-.845.613 2.032 2.796-3.287 1.068.323.992 3.286-1.068v3.456h1.044v-3.456l3.286 1.068.323-.992Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function L1(l,t){return e.openBlock(),e.createElementBlock("svg",Fl,Bl)}const bl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:L1},render:L1},Symbol.toStringTag,{value:"Module"})),xl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},kl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M23.898 10.435H9.391V.285C8.282.531 7.231.93 6.261 1.46v8.976H.101a12.102 12.102 0 0 0 0 3.13h6.16v8.976c.97.53 2.021.928 3.13 1.174v-10.15h14.507a12.121 12.121 0 0 0 0-3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function T1(l,t){return e.openBlock(),e.createElementBlock("svg",xl,kl)}const Sl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:T1},render:T1},Symbol.toStringTag,{value:"Module"})),Pl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},yl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#0052B4" d="M12 5.74v4.048L7.824 5.74H12Zm-5.74 6.262h3.526L6.26 7.306l-.521 3.652.521 1.044Z"></path><path fill="#F0F0F0" d="M11.967 12H12v-.032l-.032.032Z"></path><path fill="#F0F0F0" d="M12 6.261V.001h-.002C5.37 0 0 5.374 0 12h6.26V8.475l3.526 3.526h2.182l.032-.032V9.787L8.474 6.261H12Z"></path><path fill="#D80027" d="M6.07 1.566a12.057 12.057 0 0 0-4.505 4.506V12h3.13V4.696H12v-3.13H6.07Z"></path><path fill="#D80027" d="M12 10.525 7.736 6.26H6.261L12 12.002v-1.476Z"></path><path fill="#F3F3F3" d="M13.566 7.827v4.174c0 2.796 3.652 3.652 3.652 3.652s3.652-.856 3.652-3.652V7.827l-3.652-1.043-3.652 1.043Z"></path><path fill="#D80027" d="M20.87 7.826V6.261h-7.304v1.565h3.13v3.13h-3.13V12h3.13v3.492c.315.112.522.16.522.16s.206-.048.521-.16V12h3.13v-1.043h-3.13v-3.13h3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function I1(l,t){return e.openBlock(),e.createElementBlock("svg",Pl,yl)}const Vl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:I1},render:I1},Symbol.toStringTag,{value:"Module"})),Hl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},jl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.967 12H12v-.032l-.032.032Z"></path><path fill="#F0F0F0" d="M12 6.26V0h-.002C5.37 0 0 5.373 0 12h6.26V8.474L9.786 12h2.182l.032-.032V9.786L8.474 6.261H12Z"></path><path fill="#D80027" d="M6.07 1.565A12.057 12.057 0 0 0 1.566 6.07V12h3.13V4.695H12v-3.13H6.07Z"></path><path fill="#D80027" d="M12 10.524 7.736 6.261H6.261L12 12.001v-1.477Z"></path><path fill="#FFDA44" d="M19.305 14.086v.522H15.13v-.522h-1.566v2.087h1.044v.522h5.217v-.522h1.044v-2.087h-1.565Z"></path><path fill="#338AF3" d="M13.565 6.262V12c0 2.795 3.653 3.652 3.653 3.652S20.87 14.796 20.87 12V6.26h-7.305Z"></path><path fill="#F3F3F3" d="M17.218 10.543c-.913 0-.913.835-1.826.835s-.913-.835-1.826-.835v1.46c.913 0 .913.835 1.826.835s.913-.834 1.826-.834.913.835 1.826.835.913-.835 1.826-.835v-1.461c-.913 0-.913.835-1.826.835s-.913-.835-1.826-.835Zm0-2.925c-.913 0-.913.835-1.826.835s-.913-.835-1.826-.835v1.46c.913 0 .913.836 1.826.836s.913-.835 1.826-.835.913.835 1.826.835.913-.835 1.826-.835V7.618c-.913 0-.913.835-1.826.835s-.913-.835-1.826-.835Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function q1(l,t){return e.openBlock(),e.createElementBlock("svg",Hl,jl)}const Al=Object.freeze(Object.defineProperty({__proto__:null,default:{render:q1},render:q1},Symbol.toStringTag,{value:"Module"})),zl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ol=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="m12 5.217.518 1.595h1.677l-1.357.985.519 1.594L12 8.406l-1.356.985.518-1.594-1.356-.985h1.676L12 5.217ZM5.217 12l1.595-.518V9.805l.985 1.357 1.594-.519L8.406 12l.985 1.356-1.594-.518-.985 1.356v-1.676L5.217 12ZM12 18.783l-.518-1.594H9.806l1.356-.986-.518-1.594 1.356.985 1.357-.985-.519 1.594 1.357.986h-1.677L12 18.783ZM18.783 12l-1.594.518v1.676l-.986-1.356-1.594.518.985-1.357-.985-1.356 1.594.518.986-1.356v1.677l1.594.518Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function U1(l,t){return e.openBlock(),e.createElementBlock("svg",zl,Ol)}const Dl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:U1},render:U1},Symbol.toStringTag,{value:"Module"})),El={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Cl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="m23.478 12 .42-1.565a11.995 11.995 0 0 0-.311-1.565h-12.63V.046a11.97 11.97 0 0 0-1.566.24l-2.087 1.28-1.043-.106c-.55.3-1.073.64-1.565 1.02v6.39H.413C.276 9.379.171 9.9.102 10.435L.522 12l-.42 1.565c.07.534.174 1.056.311 1.565h4.283v6.39c.492.38 1.016.72 1.565 1.02l1.565-.105 1.565 1.28c.51.112 1.033.193 1.565.24V15.13h12.63c.138-.51.242-1.032.312-1.566L23.478 12Z"></path><path fill="#D80027" d="M23.898 10.435H9.391V.285C8.282.531 7.231.93 6.261 1.46v8.976H.1a12.119 12.119 0 0 0 0 3.13h6.16v8.976c.97.53 2.021.928 3.13 1.174v-10.15h14.507a12.121 12.121 0 0 0 0-3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function R1(l,t){return e.openBlock(),e.createElementBlock("svg",El,Cl)}const Nl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:R1},render:R1},Symbol.toStringTag,{value:"Module"})),Ll={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Tl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12c0-5.16-3.257-9.558-7.826-11.254v22.508C20.744 21.558 24 17.159 24 12Z"></path><path fill="#0052B4" d="M0 12c0 5.16 3.257 9.559 7.827 11.254V.747C3.257 2.443 0 6.841 0 12.001Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function G1(l,t){return e.openBlock(),e.createElementBlock("svg",Ll,Tl)}const Il=Object.freeze(Object.defineProperty({__proto__:null,default:{render:G1},render:G1},Symbol.toStringTag,{value:"Module"})),ql={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ul=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M23.253 16.175c.483-1.3.747-2.706.747-4.174a11.96 11.96 0 0 0-.747-4.174L12 6.784.746 7.827A11.974 11.974 0 0 0 0 12.001c0 1.468.264 2.874.746 4.174L12 17.218l11.253-1.043Z"></path><path fill="#0052B4" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path><path fill="#6DA544" d="M12 0C6.84 0 2.442 3.258.747 7.828h22.507C21.558 3.257 17.16 0 12 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function J1(l,t){return e.openBlock(),e.createElementBlock("svg",ql,Ul)}const Rl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:J1},render:J1},Symbol.toStringTag,{value:"Module"})),Gl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Jl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M23.898 10.435H13.565V.102a12.12 12.12 0 0 0-3.13 0v10.333H.102a12.12 12.12 0 0 0 0 3.13h10.333v10.333a12.121 12.121 0 0 0 3.13 0V13.565h10.333a12.12 12.12 0 0 0 0-3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function K1(l,t){return e.openBlock(),e.createElementBlock("svg",Gl,Jl)}const Kl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:K1},render:K1},Symbol.toStringTag,{value:"Module"})),Yl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Wl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M2.48 4.693A11.956 11.956 0 0 0 .414 8.868h6.243L2.481 4.693Zm21.107 4.176a11.959 11.959 0 0 0-2.067-4.176L17.344 8.87h6.243ZM.413 15.13a11.956 11.956 0 0 0 2.068 4.176l4.175-4.176H.413ZM19.306 2.48A11.957 11.957 0 0 0 15.13.412v6.243l4.176-4.175ZM4.694 21.518a11.957 11.957 0 0 0 4.175 2.067v-6.243l-4.175 4.176ZM8.87.412A11.957 11.957 0 0 0 4.693 2.48l4.175 4.175V.412Zm6.26 23.173a11.957 11.957 0 0 0 4.175-2.067l-4.175-4.176v6.243Zm2.214-8.455 4.176 4.176a11.959 11.959 0 0 0 2.067-4.176h-6.243Z"></path><path fill="#D80027" d="M23.898 10.435H13.565V.102a12.12 12.12 0 0 0-3.13 0v10.333H.102a12.12 12.12 0 0 0 0 3.13h10.333v10.333a12.12 12.12 0 0 0 3.13 0V13.565h10.333a12.12 12.12 0 0 0 0-3.13Z"></path><path fill="#D80027" d="m15.13 15.131 5.355 5.355c.247-.246.481-.503.706-.77l-4.585-4.585H15.13Zm-6.26 0-5.355 5.355c.246.246.503.481.77.705l4.585-4.584V15.13Zm0-6.261v-.001L3.514 3.514c-.247.246-.482.504-.706.77L7.394 8.87h1.475Zm6.26 0 5.355-5.355a11.996 11.996 0 0 0-.77-.705L15.13 7.394V8.87Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Y1(l,t){return e.openBlock(),e.createElementBlock("svg",Yl,Wl)}const Ql=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Y1},render:Y1},Symbol.toStringTag,{value:"Module"})),Xl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M5.236 2.087A11.943 11.943 0 0 1 12 0c2.509 0 4.837.77 6.763 2.087L12 2.609l-6.764-.522Z"></path><path fill="#0052B4" d="m12 12-.765-.766-.204.364.97.401Z"></path><path fill="#496E2D" d="M3.515 3.515c-4.686 4.686-4.686 12.284 0 16.97 1.937-1.936 3.8-3.798 8.486-8.485L3.514 3.515Zm16.971.001c4.686 4.686 4.686 12.284 0 16.97L12 12.002l8.486-8.485Z"></path><path fill="#A2001D" d="M12 16.174a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348Z"></path><path fill="#FFDA44" d="m12 7.826.935 2.88h3.028l-2.45 1.78.936 2.88-2.45-1.78-2.449 1.78.936-2.88-2.45-1.78h3.028L12 7.826Z"></path><path fill="#A2001D" d="M12.004 0h-.008a11.962 11.962 0 0 0-8.48 3.514h16.969A11.962 11.962 0 0 0 12.005 0ZM3.516 20.486A11.962 11.962 0 0 0 12.001 24c3.313 0 6.313-1.343 8.484-3.514H3.516Z"></path><path fill="#FFDA44" d="m12 1.304.195.598h.628l-.508.37.194.597L12 2.5l-.508.37.194-.597-.508-.37h.628L12 1.304Zm-2.91 0 .195.598h.629l-.509.37.194.597-.508-.37-.509.37.195-.597-.51-.37h.63l.194-.598Zm5.82 0 .194.598h.629l-.509.37.195.597-.509-.37-.508.37.194-.597-.509-.37h.629l.194-.598ZM12 21.13l.195.598h.628l-.508.37.194.597-.509-.37-.508.37.194-.598-.508-.37h.628L12 21.13Zm-2.91 0 .195.598h.629l-.509.37.194.597-.508-.37-.509.37.195-.598-.51-.37h.63l.194-.597Zm5.82 0 .194.598h.629l-.509.37.195.597-.509-.37-.508.37.194-.598-.509-.37h.629l.194-.597ZM3.657 11.802a1.043 1.043 0 0 1-1.764 1.116c-.558-.881-.234-2.321-.234-2.321s1.44.323 1.998 1.205Z"></path><path fill="#A2001D" d="M3.054 13.322a.522.522 0 1 0 0-1.043.522.522 0 0 0 0 1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function W1(l,t){return e.openBlock(),e.createElementBlock("svg",Xl,e8)}const t8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:W1},render:W1},Symbol.toStringTag,{value:"Module"})),l8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},o8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M23.898 10.435H13.565V.102a12.12 12.12 0 0 0-3.13 0v10.333H.102a12.12 12.12 0 0 0 0 3.13h10.333v10.333a12.121 12.121 0 0 0 3.13 0V13.565h10.333a12.12 12.12 0 0 0 0-3.13Z"></path><path fill="#D80027" d="M7.304 5.74V4.175H5.74V5.74H4.174v1.565h1.565V8.87h1.565V7.305H8.87V5.74H7.304Zm10.956 0V4.175h-1.564V5.74H15.13v1.565h1.566V8.87h1.565V7.305h1.565V5.74h-1.565ZM7.304 16.697V15.13H5.74v1.566H4.174v1.565h1.565v1.565h1.565v-1.565H8.87v-1.565H7.304Zm10.956 0V15.13h-1.564v1.566H15.13v1.565h1.566v1.565h1.565v-1.565h1.565v-1.565h-1.565Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Q1(l,t){return e.openBlock(),e.createElementBlock("svg",l8,o8)}const c8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Q1},render:Q1},Symbol.toStringTag,{value:"Module"})),a8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},n8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M23.898 10.435H13.565V.102a12.12 12.12 0 0 0-3.13 0v10.333H.102a12.118 12.118 0 0 0 0 3.13h10.333v10.333a12.121 12.121 0 0 0 3.13 0V13.565h10.333a12.121 12.121 0 0 0 0-3.13Z"></path><path fill="#FFDA44" d="m15.392 12.522.782.522v-2.087l-.782.521h-2.87v-2.87l.522-.782h-2.087l.522.783v2.87h-2.87l-.783-.522v2.087l.783-.522h2.87v2.87l-.522.782h2.087l-.522-.782v-2.87h2.87Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function X1(l,t){return e.openBlock(),e.createElementBlock("svg",a8,n8)}const h8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:X1},render:X1},Symbol.toStringTag,{value:"Module"})),r8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},s8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M0 12c0 1.467.264 2.873.746 4.173L12 16.695l11.254-.522c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174L12 7.303.746 7.825A11.975 11.975 0 0 0 0 12Z"></path><path fill="#D80027" d="M12-.001C6.84-.001 2.442 3.256.746 7.825h22.508C21.557 3.255 17.159 0 12 0Z"></path><path fill="#496E2D" d="M23.254 16.174H.746C2.442 20.744 6.84 24 12 24c5.16 0 9.558-3.256 11.254-7.826Z"></path><path fill="#000" d="m12 7.826 1.036 3.189h3.353l-2.713 1.97 1.036 3.189L12 14.204l-2.713 1.97 1.036-3.189-2.712-1.97h3.353L12 7.826Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function e0(l,t){return e.openBlock(),e.createElementBlock("svg",r8,s8)}const i8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:e0},render:e0},Symbol.toStringTag,{value:"Module"})),d8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},p8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F9F9F9" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.256 11.253-7.825H.746C2.442 20.745 6.84 24 12 24Zm4.695-14.086V8.348h.522V7.305h-1.043v.522H15.13v-.522h-1.043v1.043h.522v1.566h-1.044V6.26h.522V5.218h-1.044v.522h-.521v-.522h-1.044v.522h-.522v-.522H9.913v1.043h.522v3.653H9.39V8.348h.522V7.305H8.869v.522H7.826v-.522H6.783v1.043h.521v1.566H6.261v4.174h11.478V9.913h-1.044Z"></path><path fill="#FFDA44" d="M12 13.565a1.565 1.565 0 0 0-.522 3.041v2.177H9.913v2.087h2.608v-4.264a1.566 1.566 0 0 0-.521-3.04Zm0 2.087a.522.522 0 1 1 0-1.043.522.522 0 0 1 0 1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function t0(l,t){return e.openBlock(),e.createElementBlock("svg",d8,p8)}const _8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:t0},render:t0},Symbol.toStringTag,{value:"Module"})),f8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},g8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12c-.522 0-12 1.565-12 1.565L0 12Z"></path><path fill="#D80027" d="M24 12c0 6.628-5.372 12-12 12-6.627 0-12-5.372-12-12"></path><path fill="#F0F0F0" d="M8.348 17.74a5.74 5.74 0 1 0 0-11.479 5.74 5.74 0 0 0 0 11.479Z"></path><path fill="#D80027" d="M2.608 12a5.74 5.74 0 0 1 11.479 0"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function l0(l,t){return e.openBlock(),e.createElementBlock("svg",f8,g8)}const m8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:l0},render:l0},Symbol.toStringTag,{value:"Module"})),$8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},v8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M12 0C7.04 0 2.782 3.012.954 7.306h22.093C21.219 3.011 16.96.001 12 .001Z"></path><path fill="#496E2D" d="M12 24c4.961 0 9.219-3.01 11.047-7.304H.954C2.782 20.99 7.04 24.001 12 24.001Z"></path><path fill="#0052B4" d="M23.587 8.87H.413A12.013 12.013 0 0 0 0 12c0 1.083.144 2.132.413 3.13h23.174a12.053 12.053 0 0 0 0-6.26Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function o0(l,t){return e.openBlock(),e.createElementBlock("svg",$8,v8)}const w8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:o0},render:o0},Symbol.toStringTag,{value:"Module"})),Z8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},u8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M16.174.746A11.974 11.974 0 0 0 12 0a11.98 11.98 0 0 0-4.173.746L7.305 12l.522 11.253c1.3.483 2.706.747 4.173.747a11.96 11.96 0 0 0 4.174-.747L16.696 12 16.174.746Z"></path><path fill="#D80027" d="M0 12c0 5.16 3.256 9.558 7.826 11.254V.747C3.256 2.442 0 6.84 0 12Z"></path><path fill="#6DA544" d="M24 12c0-5.16-3.257-9.558-7.826-11.253v22.507C20.744 21.558 24 17.16 24 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function c0(l,t){return e.openBlock(),e.createElementBlock("svg",Z8,u8)}const M8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:c0},render:c0},Symbol.toStringTag,{value:"Module"})),F8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},B8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M7.305 7.826h15.949C21.558 3.256 17.16 0 12 0a11.96 11.96 0 0 0-8.485 3.515l3.79 4.31Z"></path><path fill="#D80027" d="M7.305 16.174h15.949C21.558 20.744 17.16 24 12 24a11.961 11.961 0 0 1-8.485-3.515l3.79-4.31Z"></path><path fill="#0052B4" d="M3.515 3.515c-4.686 4.687-4.686 12.285 0 16.971l8.486-8.485-8.486-8.486Z"></path><path fill="#DEDDE0" d="M14.087 9.913v2.608c0 1.598 2.087 2.087 2.087 2.087s2.087-.49 2.087-2.087V9.913h-4.174Z"></path><path fill="#786145" d="M16.695 12.052h-1.043v1.513h1.043v-1.513Z"></path><path fill="#6DA544" d="M17.218 11.479a1.044 1.044 0 0 0-2.087 0 .522.522 0 0 0 0 1.043h2.087a.522.522 0 1 0 0-1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function a0(l,t){return e.openBlock(),e.createElementBlock("svg",F8,B8)}const b8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:a0},render:a0},Symbol.toStringTag,{value:"Module"})),x8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},k8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M12 8.87h11.586a11.932 11.932 0 0 0-1.348-3.13H12v3.13ZM4.53 21.391h14.94a12.059 12.059 0 0 0 2.77-3.13H1.761a12.062 12.062 0 0 0 2.769 3.13ZM4.174 2.904A12.059 12.059 0 0 0 1.762 5.74h2.412V2.904ZM12 12V8.87H7.304V12h-3.13V8.87H.414A12.013 12.013 0 0 0 0 12c0 1.083.144 2.132.414 3.13h23.173A12.01 12.01 0 0 0 24 12H12Z"></path><path fill="#338AF3" d="M12 0c-1.666 0-3.253.34-4.695.955V5.74H12V2.61h7.47A11.949 11.949 0 0 0 12 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function n0(l,t){return e.openBlock(),e.createElementBlock("svg",x8,k8)}const S8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:n0},render:n0},Symbol.toStringTag,{value:"Module"})),P8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},y8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M24 12a12 12 0 0 0-6.783-10.81v21.62A12 12 0 0 0 23.999 12ZM0 12a12 12 0 0 0 6.782 10.81V1.19A12 12 0 0 0 0 12Z"></path><path fill="#ACABB1" d="M15.136 14.028 13.106 12l1.932-1.931-.088-1.02-.553-.553L12 10.893 9.602 8.495l-.553.553-.088 1.02 1.932 1.931-2.03 2.03 1.108 1.106L12 13.106l2.029 2.03 1.107-1.108Z"></path><path fill="#6DA544" d="m14.952 9.049-1.107 1.107a2.609 2.609 0 1 1-3.69 0L9.05 9.049a4.174 4.174 0 1 0 5.903 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function h0(l,t){return e.openBlock(),e.createElementBlock("svg",P8,y8)}const V8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:h0},render:h0},Symbol.toStringTag,{value:"Module"})),H8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},j8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M5.236 21.912A11.944 11.944 0 0 0 12 24c2.509 0 4.837-.77 6.763-2.087L12 20.87l-6.764 1.043ZM18.764 2.087A11.944 11.944 0 0 0 12.001 0C9.49 0 7.163.77 5.237 2.087l6.764 1.043 6.763-1.043Z"></path><path fill="#0052B4" d="M24 12c0-3.97-2.378-7.958-5.237-9.913H5.236A11.987 11.987 0 0 0 0 12c0 4.119 2.075 7.752 5.236 9.913h13.527A11.987 11.987 0 0 0 24 12Z"></path><path fill="#D80027" d="M11.32 19.575c-.163-.14-4.016-3.49-4.016-7.575s3.853-7.434 4.017-7.575L12 3.843l.679.582c.164.14 4.016 3.49 4.016 7.575s-3.852 7.434-4.016 7.575l-.68.582-.678-.582Z"></path><path fill="#338AF3" d="M15.652 12C15.652 8.348 12 5.217 12 5.217S8.348 8.348 8.348 12c0 1.117.342 2.185.817 3.13h5.67c.475-.945.817-2.013.817-3.13Z"></path><path fill="#0052B4" d="M15.652 12c0 1.118-.342 2.186-.816 3.13L12 15.654l-2.835-.522c-.475-.945-.817-2.013-.817-3.13h7.304Z"></path><path fill="#FFDA44" d="M12 18.782s1.76-1.508 2.836-3.652H9.164C10.241 17.274 12 18.782 12 18.782Z"></path><path fill="#6DA544" d="M9.652 9.913h4.695L12 12.26 9.652 9.913Z"></path><path fill="#A2001D" d="M12.783 11.477h-1.566v4.696h1.566v-4.696Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function r0(l,t){return e.openBlock(),e.createElementBlock("svg",H8,j8)}const A8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:r0},render:r0},Symbol.toStringTag,{value:"Module"})),z8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},O8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 0c-1.084 0-2.133.144-3.13.413L7.825 12l1.043 11.587c.998.268 2.047.413 3.13.413 6.628 0 12-5.373 12-12 0-6.628-5.372-12-12-12Z"></path><path fill="#6DA544" d="m7.826 12 1.043 11.587c.998.27 2.047.413 3.13.413 6.628 0 12-5.372 12-12H7.827Z"></path><path fill="#D80027" d="M0 12c0 4.548 2.53 8.505 6.26 10.54V1.46A11.997 11.997 0 0 0 0 11.998Z"></path><path fill="#D80027" d="M0 12c0 5.544 3.76 10.21 8.87 11.586V.413C3.76 1.79 0 6.455 0 11.999Z"></path><path fill="#000" d="m4.535 8.868.777 2.392h2.514l-2.034 1.478.777 2.391-2.034-1.478L2.5 15.13l.777-2.391-2.034-1.478h2.515l.777-2.392Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function s0(l,t){return e.openBlock(),e.createElementBlock("svg",z8,O8)}const D8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:s0},render:s0},Symbol.toStringTag,{value:"Module"})),E8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},C8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M12-.001c-2.122 0-4.114.551-5.844 1.517v20.966A11.944 11.944 0 0 0 12 23.999c6.627 0 12-5.373 12-12s-5.373-12-12-12Z"></path><path fill="#F0F0F0" d="M6.192 1.498A12.026 12.026 0 0 0 4.285 2.81l9.19 9.19-9.19 9.191a12.123 12.123 0 0 1 1.907 1.312L24 12 6.192 1.498Z"></path><path fill="#FFDA44" d="M5.178 2.127c-.366.253-.717.526-1.052.817L12 12l-7.874 9.055c.335.291.686.564 1.052.817L21.946 12 5.178 2.127Z"></path><path fill="#000" d="M4.285 2.81c-.267.224-.524.459-.77.705L10.956 12l-7.441 8.486c.246.246.503.48.77.705l9.19-9.19-9.19-9.191Z"></path><path fill="#D80027" d="M3.515 3.514c-4.687 4.687-4.687 12.285 0 16.97L12 12 3.515 3.514Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function i0(l,t){return e.openBlock(),e.createElementBlock("svg",E8,C8)}const N8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:i0},render:i0},Symbol.toStringTag,{value:"Module"})),L8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},T8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M13.24 9.078c-.274 1.134-.758.918-.996 1.907a2.609 2.609 0 0 1 1.22-5.073c-.476 1.978.02 2.151-.225 3.166Zm-3.636.839c.995.61.64 1.004 1.507 1.536a2.609 2.609 0 0 1-4.448-2.727c1.734 1.064 2.052.646 2.941 1.191Zm-.324 3.718c.887-.758 1.152-.298 1.926-.958a2.609 2.609 0 1 1-3.968 3.387c1.547-1.321 1.248-1.752 2.042-2.43Zm3.435 1.456c-.446-1.077.073-1.187-.316-2.127a2.609 2.609 0 0 1 1.995 4.82c-.778-1.88-1.28-1.728-1.679-2.693Zm2.447-2.817c-1.163.091-1.107-.437-2.121-.357a2.609 2.609 0 0 1 5.201-.408c-2.029.16-2.04.683-3.08.765Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function d0(l,t){return e.openBlock(),e.createElementBlock("svg",L8,T8)}const I8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:d0},render:d0},Symbol.toStringTag,{value:"Module"})),q8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},U8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M12 23.999a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12 24Zm0-24A12 12 0 0 0 1.193 6.782H22.81A12 12 0 0 0 12-.001ZM7.386 7.824l.388 1.196h1.257l-1.017.74.389 1.195-1.017-.74-1.018.74.389-1.196L5.74 9.02h1.257l.389-1.196Zm0 5.219.388 1.195h1.257l-1.017.74.389 1.195-1.017-.74-1.018.74.389-1.196-1.017-.739h1.257l.389-1.195Zm9.229-5.219.389 1.196h1.257l-1.017.74.388 1.195-1.017-.74-1.017.74.388-1.196-1.017-.739h1.258l.388-1.196Zm0 5.219.389 1.195h1.257l-1.017.74.388 1.195-1.017-.74-1.017.74.388-1.196-1.017-.739h1.258l.388-1.195ZM12 10.433l.389 1.196h1.257l-1.017.74.388 1.195-1.017-.74-1.017.74.388-1.196-1.017-.739h1.258L12 10.433Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function p0(l,t){return e.openBlock(),e.createElementBlock("svg",q8,U8)}const R8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:p0},render:p0},Symbol.toStringTag,{value:"Module"})),G8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},J8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M24 12c0-1.468-.264-2.874-.746-4.174L12 7.304.746 7.826A11.974 11.974 0 0 0 0 12c0 1.468.264 2.874.746 4.174L12 16.695l11.254-.521c.482-1.3.746-2.706.746-4.174Z"></path><path fill="#0052B4" d="M12 24c5.16 0 9.558-3.257 11.254-7.827H.746C2.442 20.743 6.84 24 12 24Z"></path><path fill="#D80027" d="M.746 7.827h22.508C21.557 3.257 17.159 0 12 0 6.84 0 2.442 3.257.746 7.827Z"></path><path fill="#338AF3" d="M15.13 8.348h-2.087l.348-2.61 1.391-1.043 1.392 1.044v2.087l-1.044.522Zm-6.26 0h2.086l-.348-2.609-1.391-1.043-1.391 1.043v2.087l1.043.522Z"></path><path fill="#0052B4" d="M13.39 8.348h-2.782V5.739L12 4.696l1.392 1.043v2.609Z"></path><path fill="#F0F0F0" d="M7.826 7.826v5.739a4.17 4.17 0 0 0 1.678 3.344l.73-.183.922.927a4.181 4.181 0 0 0 1.683 0l1.052-.875.604.129a4.169 4.169 0 0 0 1.679-3.342v-5.74H7.826Z"></path><path fill="#D80027" d="M9.496 7.826h-1.67v1.67h1.67v-1.67Zm3.339 0h-1.67v1.67h1.67v-1.67Zm3.339 0h-1.67v1.67h1.67v-1.67Z"></path><path fill="#D80027" d="M11.165 9.495h-1.67v1.67h1.67v-1.67Zm3.339 0h-1.67v1.67h1.67v-1.67Z"></path><path fill="#D80027" d="M9.496 11.164h-1.67v1.67h1.67v-1.67Zm1.669 1.671h-1.67v1.67h1.67v-1.67Zm1.67-1.671h-1.67v1.67h1.67v-1.67Zm3.339 0h-1.67v1.67h1.67v-1.67Zm-1.67 1.671h-1.67v1.67h1.67v-1.67Z"></path><path fill="#D80027" d="M12.835 14.504h-1.67v1.67h1.67v-1.67Zm-3.34 0H7.934a4.16 4.16 0 0 0 .81 1.67h.751v-1.67Zm5.01 1.67h.75a4.16 4.16 0 0 0 .811-1.67h-1.561v1.67Zm-5.01-.001v.729a4.157 4.157 0 0 0 1.67.753v-1.482h-1.67Z"></path><path fill="#D80027" d="M12.835 16.173v1.482a4.155 4.155 0 0 0 1.669-.753v-.729h-1.67Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function _0(l,t){return e.openBlock(),e.createElementBlock("svg",G8,J8)}const K8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:_0},render:_0},Symbol.toStringTag,{value:"Module"})),Y8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},W8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#A2001D" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 12 0 12 0s12 5.373 12 12Z"></path><path fill="#0052B4" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path><path fill="#F0F0F0" d="M16.174 15.13 12 14.61l-4.174.521V8.87h8.348v6.26Z"></path><path fill="#0052B4" d="M12 14.608a2.087 2.087 0 1 0 0-4.174 2.087 2.087 0 0 0 0 4.174Z"></path><path fill="#A2001D" d="M12 13.565a1.044 1.044 0 1 0 0-2.087 1.044 1.044 0 0 0 0 2.087Z"></path><path fill="#6DA544" d="M10.435 9.913h3.13L12 11.48l-1.565-1.566Z"></path><path fill="#FFDA44" d="M12.522 10.956H11.48v3.13h1.043v-3.13Z"></path><path fill="#6DA544" d="M13.67 13.774h-3.34l-2.504 1.357h8.348l-2.505-1.357Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function f0(l,t){return e.openBlock(),e.createElementBlock("svg",Y8,W8)}const Q8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:f0},render:f0},Symbol.toStringTag,{value:"Module"})),X8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},eo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M.746 7.825A11.975 11.975 0 0 0 0 12c0 1.468.264 2.874.746 4.174L12 17.217l11.253-1.044c.483-1.3.747-2.706.747-4.174a11.96 11.96 0 0 0-.747-4.174L12 6.782.746 7.825Z"></path><path fill="#D80027" d="M12-.001C6.84-.001 2.442 3.256.747 7.825h22.507C21.558 3.255 17.16 0 12 0Z"></path><path fill="#6DA544" d="M12 24c5.16 0 9.558-3.257 11.254-7.827H.747C2.442 20.743 6.84 24 12 24Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function g0(l,t){return e.openBlock(),e.createElementBlock("svg",X8,eo)}const to=Object.freeze(Object.defineProperty({__proto__:null,default:{render:g0},render:g0},Symbol.toStringTag,{value:"Module"})),lo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},oo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function m0(l,t){return e.openBlock(),e.createElementBlock("svg",lo,oo)}const co=Object.freeze(Object.defineProperty({__proto__:null,default:{render:m0},render:m0},Symbol.toStringTag,{value:"Module"})),ao={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},no=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FF9811" d="M24 12c0-5.16-3.257-9.56-7.826-11.255v22.507C20.744 21.557 24 17.159 24 11.999Z"></path><path fill="#6DA544" d="M0 12c0 5.16 3.256 9.558 7.826 11.253V.746C3.256 2.442 0 6.84 0 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function $0(l,t){return e.openBlock(),e.createElementBlock("svg",ao,no)}const ho=Object.freeze(Object.defineProperty({__proto__:null,default:{render:$0},render:$0},Symbol.toStringTag,{value:"Module"})),ro={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},so=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M16.518 9.392h-3.012L12 6.783l-1.506 2.61H7.48L8.987 12l-1.506 2.61h3.013L12 17.218l1.506-2.608h3.012L15.012 12l1.506-2.608Zm-2.668 2.609-.925 1.602h-1.85l-.926-1.602.926-1.603h1.85l.925 1.603ZM12 8.796l.344.596h-.689L12 8.796Zm-2.776 1.602h.689l-.345.597-.344-.597Zm0 3.205.344-.596.345.596h-.689ZM12 15.206l-.345-.596h.689l-.344.596Zm2.775-1.603h-.688l.344-.596.344.596Zm-.688-3.205h.688l-.344.597-.344-.597ZM19.47 2.61H4.53a12.06 12.06 0 0 0-2.769 3.13h20.477a12.061 12.061 0 0 0-2.768-3.13ZM4.53 21.391h14.94a12.059 12.059 0 0 0 2.768-3.13H1.761a12.062 12.062 0 0 0 2.769 3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function v0(l,t){return e.openBlock(),e.createElementBlock("svg",ro,so)}const io=Object.freeze(Object.defineProperty({__proto__:null,default:{render:v0},render:v0},Symbol.toStringTag,{value:"Module"})),po={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},_o=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="m16.443 8.044-.848 3.027-2.545-.47-1.638-3.377-4.425 1.57-.349-.983-1.158-.143.873 2.459 3.045-.779.866 2.439-2.106 3.107 3.573 3.047-.677.794.455 1.074 1.693-1.985-2.197-2.248 1.68-1.969 3.743.27.852-4.618 1.026.19.703-.931-2.566-.474Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function w0(l,t){return e.openBlock(),e.createElementBlock("svg",po,_o)}const fo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:w0},render:w0},Symbol.toStringTag,{value:"Module"})),go={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},mo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FF9811" d="M12-.001A12 12 0 0 0 1.19 6.782h21.62A12 12 0 0 0 12-.001Z"></path><path fill="#6DA544" d="M12 24a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12 24Z"></path><path fill="#0052B4" d="M12 16.173a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348Z"></path><path fill="#F0F0F0" d="M12 14.608a2.609 2.609 0 1 0 0-5.217 2.609 2.609 0 0 0 0 5.217Z"></path><path fill="#0052B4" d="m12 8.78.805 1.826 1.983-.216L13.61 12l1.178 1.61-1.983-.216L12 15.219l-.805-1.825-1.982.216L10.39 12l-1.178-1.61 1.982.216L12 8.781Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Z0(l,t){return e.openBlock(),e.createElementBlock("svg",go,mo)}const $o=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Z0},render:Z0},Symbol.toStringTag,{value:"Module"})),vo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},wo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M22 13.436c-1 0-1-.915-2-.915s-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915c-.995 0-1-.905-1.984-.914.027.549.093 1.088.192 1.615.797.117.867.899 1.792.899 1 0 1-.915 2-.915s1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915c.925 0 .995-.782 1.792-.9.1-.526.165-1.065.192-1.614-.984.01-.99.914-1.984.914Zm-2 2.215c-1 0-1 .915-2 .915s-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915c-.737 0-.931-.496-1.382-.757a11.97 11.97 0 0 0 1.065 2.321c.094.023.198.036.317.036 1 0 1-.915 2-.915s1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915c.119 0 .223-.013.317-.036a11.97 11.97 0 0 0 1.065-2.321c-.45.26-.645.757-1.382.757-1 0-1-.915-2-.915Zm3.72-6.231c-.73.151-.823.886-1.72.886-1 0-1-.914-2-.914s-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914c-.54 0-.789.267-1.06.512v1.6c.271-.245.52-.512 1.06-.512 1 0 1 .914 2 .914s1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914c.925 0 .995-.782 1.792-.9h.167c-.045-.54-.125-1.07-.238-1.587Zm-.876-2.563a1.213 1.213 0 0 1-.844.319c-1 0-1-.915-2-.915s-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915c-.54 0-.789.267-1.06.513v1.6c.271-.246.52-.512 1.06-.512 1 0 1 .914 2 .914s1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914c.71 0 .916-.46 1.333-.727a11.925 11.925 0 0 0-.489-1.192Zm-2.759-3.724A1.575 1.575 0 0 0 20 3.13c-1 0-1 .914-2 .914s-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914c-.54 0-.789.267-1.06.512v1.6c.271-.245.52-.512 1.06-.512 1 0 1 .914 2 .914s1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914c.061 0 .119-.003.174-.01a12.056 12.056 0 0 0-2.089-2.501ZM15.067.396c-.274.247-.523.518-1.067.518-1 0-1-.914-2-.914-.518 0-.767.245-1.026.48v1.6c.259-.235.508-.48 1.026-.48 1 0 1 .914 2 .914s1-.914 2-.914 1 .914 2 .914c.42 0 .663-.16.878-.348a11.943 11.943 0 0 0-3.81-1.77ZM14 22.827c-1 0-1-.914-2-.914s-1 .914-2 .914-1-.914-2-.914c-.765 0-.945.536-1.436.787 1.354.69 2.857 1.13 4.448 1.26.246-.226.496-.447.988-.447s.742.221.988.446c1.591-.13 3.095-.57 4.45-1.259-.492-.251-.672-.787-1.438-.787-1 0-1 .914-2 .914Zm4-3.129c-1 0-1-.915-2-.915s-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915c-.72 0-.921.473-1.35.739.269.333.555.653.857.956.135-.058.294-.095.493-.095 1 0 1 .915 2 .915s1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915c.199 0 .358.037.493.095.303-.303.588-.623.857-.956-.429-.266-.63-.739-1.35-.739-1 0-1 .915-2 .915Z"></path><path fill="#F0F0F0" d="M11.967 12H12v-.033l-.033.032Z"></path><path fill="#0052B4" d="M12 6.261v3.526L7.826 5.74 12 6.26ZM6.26 12h3.526L6.26 7.306l-.521 3.652L6.26 12Z"></path><path fill="#F0F0F0" d="M12 6.26V0h-.002C5.372.001 0 5.373 0 12h6.26V8.474L9.787 12h2.182l.032-.032V9.786L8.474 6.261H12Z"></path><path fill="#D80027" d="M6.071 1.564A12.057 12.057 0 0 0 1.565 6.07v5.929h3.13V4.695H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.523 7.736 6.26H6.261L12 12v-1.477Z"></path><path fill="#6DA544" d="M15.652 6.261h4.696L18 8.609 15.652 6.26Z"></path><path fill="#A2001D" d="M18.522 8.086H17.48v2.87h1.043v-2.87Zm-.001 7.566h-1.043v2.87h1.043v-2.87Z"></path><path fill="#FFDA44" d="M21.13 14.087a1.565 1.565 0 0 0-2.608-1.166v-.92h.522v-1.044h-.522v-.522h-1.044v.522h-.521V12h.521v.921a1.565 1.565 0 0 0-2.087 2.333v.92h5.218v-.92a1.56 1.56 0 0 0 .521-1.167Z"></path><path fill="#D80027" d="M19.565 13.565a.514.514 0 0 0-.348.133l-.696.623h-1.043l-.696-.623a.522.522 0 0 0-.695.778l.347.31v.344h3.13v-.343l.348-.311a.523.523 0 0 0-.348-.91Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function u0(l,t){return e.openBlock(),e.createElementBlock("svg",vo,wo)}const Zo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:u0},render:u0},Symbol.toStringTag,{value:"Module"})),uo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Mo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M12 0C6.84 0 2.442 3.255.746 7.824h22.508C21.557 3.255 17.159 0 12 0Z"></path><path fill="#000" d="M12 24c5.16 0 9.558-3.256 11.254-7.826H.746C2.442 20.744 6.84 24.002 12 24.002Z"></path><path fill="#496E2D" d="M9.13 11.219H6.818c.116-.45.524-.783 1.01-.783V8.87a2.612 2.612 0 0 0-2.61 2.608v1.305h3.914a.26.26 0 0 1 .26.26v.522H4.174v1.566h6.783v-2.087c0-1.007-.82-1.826-1.826-1.826Zm3.914 2.347V8.87h-1.565v6.26h2.608v-1.564h-1.043Zm5.216 0V8.87h-1.565v4.696h-.521V12h-1.566v3.13h4.696v-1.564h-1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function M0(l,t){return e.openBlock(),e.createElementBlock("svg",uo,Mo)}const Fo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:M0},render:M0},Symbol.toStringTag,{value:"Module"})),Bo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},bo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M15.898 8.87h-1.57c.013.172.02.346.02.521 0 1.161-.29 2.286-.796 3.087-.156.247-.418.596-.77.831V8.87h-1.564v4.44c-.351-.235-.614-.584-.77-.83-.505-.802-.796-1.927-.796-3.088 0-.175.008-.349.02-.521h-1.57c-.01.171-.015.345-.015.521 0 3.219 1.719 5.74 3.913 5.74s3.913-2.521 3.913-5.74c0-.176-.005-.35-.015-.521Z"></path><path fill="#6DA544" d="M4.957 5.738h1.565v1.044h1.565V5.738h1.565v1.044h1.566V5.738h1.565v1.044h1.565V5.738h1.565v1.044h1.566V5.738h1.565v1.044h3.765A12 12 0 0 0 12-.001 12 12 0 0 0 1.191 6.782h3.766V5.738Z"></path><path fill="#D80027" d="M19.044 17.217v1.044h-1.565v-1.044h-1.566v1.044h-1.565v-1.044h-1.565v1.044h-1.565v-1.044H9.653v1.044H8.087v-1.044H6.522v1.044H4.957v-1.044H1.19A12 12 0 0 0 12.001 24a12 12 0 0 0 10.809-6.783h-3.766Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function F0(l,t){return e.openBlock(),e.createElementBlock("svg",Bo,bo)}const xo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:F0},render:F0},Symbol.toStringTag,{value:"Module"})),ko={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},So=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M.413 15.13a12.01 12.01 0 0 0 4.283 6.39v-6.39H.413Zm10.543 8.824c.344.03.692.046 1.044.046 5.544 0 10.21-3.76 11.586-8.87h-12.63v8.824ZM23.586 8.87C22.21 3.76 17.544 0 12 0c-.352 0-.7.016-1.044.045V8.87h12.63ZM4.696 2.48A12.01 12.01 0 0 0 .413 8.87h4.283V2.48Z"></path><path fill="#D80027" d="M23.898 10.435H9.391V.285C8.282.533 7.231.93 6.261 1.46v8.976H.1a12.102 12.102 0 0 0 0 3.13h6.16v8.976c.97.53 2.021.928 3.13 1.174v-10.15h14.507a12.121 12.121 0 0 0 0-3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function B0(l,t){return e.openBlock(),e.createElementBlock("svg",ko,So)}const Po=Object.freeze(Object.defineProperty({__proto__:null,default:{render:B0},render:B0},Symbol.toStringTag,{value:"Module"})),yo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Vo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12c0-5.16-3.257-9.56-7.826-11.255v22.507C20.744 21.557 24 17.159 24 11.999Z"></path><path fill="#6DA544" d="M0 12c0 5.16 3.256 9.558 7.826 11.253V.746C3.256 2.442 0 6.84 0 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function b0(l,t){return e.openBlock(),e.createElementBlock("svg",yo,Vo)}const Ho=Object.freeze(Object.defineProperty({__proto__:null,default:{render:b0},render:b0},Symbol.toStringTag,{value:"Module"})),jo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ao=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="m21.52 19.307-7.306-7.306 7.306-7.307a12.115 12.115 0 0 0-2.213-2.214L12 9.787 4.694 2.48A12.114 12.114 0 0 0 2.48 4.694L9.787 12 2.48 19.306a12.134 12.134 0 0 0 2.214 2.214L12 14.214l7.307 7.307a12.122 12.122 0 0 0 2.213-2.214Z"></path><path fill="#FFDA44" d="M9.913 3.653 12 4.175l2.086-.522V1.879l-.834.417L12 1.044l-1.253 1.252-.834-.417v1.774Z"></path><path fill="#D80027" d="M9.913 3.653v1.304C9.913 6.555 12 7.044 12 7.044s2.086-.49 2.086-2.087V3.653H9.913Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function x0(l,t){return e.openBlock(),e.createElementBlock("svg",jo,Ao)}const zo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:x0},render:x0},Symbol.toStringTag,{value:"Module"})),Oo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Do=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M19.306 2.48A11.946 11.946 0 0 0 12 0C9.25 0 6.718.926 4.694 2.48L12 9.788l7.306-7.306Z"></path><path fill="#000" d="M2.48 4.694A11.947 11.947 0 0 0 0 11.999c0 2.75.925 5.283 2.48 7.306L9.786 12 2.48 4.694Z"></path><path fill="#6DA544" d="M4.694 21.519A11.947 11.947 0 0 0 12 23.999c2.75 0 5.282-.925 7.306-2.48L12 14.213 4.694 21.52Z"></path><path fill="#000" d="M21.52 19.305A11.946 11.946 0 0 0 24 12c0-2.75-.925-5.282-2.48-7.305L14.214 12l7.305 7.306Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function k0(l,t){return e.openBlock(),e.createElementBlock("svg",Oo,Do)}const Eo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:k0},render:k0},Symbol.toStringTag,{value:"Module"})),Co={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},No=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M7.304 7.826h15.95C21.558 3.256 17.16 0 12 0a11.96 11.96 0 0 0-8.485 3.515l3.79 4.311Z"></path><path fill="#6DA544" d="M7.304 16.174h15.95c-1.696 4.57-6.094 7.827-11.254 7.827a11.96 11.96 0 0 1-8.485-3.516l3.79-4.31Z"></path><path fill="#D80027" d="M3.515 3.514c-4.687 4.686-4.687 12.284 0 16.97L12 12 3.515 3.514Z"></path><path fill="#F0F0F0" d="m4.763 9.392.658 1.377 1.488-.344-.666 1.374 1.196.948-1.49.336.005 1.526-1.191-.955-1.191.955.004-1.526-1.489-.336 1.196-.948-.666-1.374 1.487.344.659-1.377Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function S0(l,t){return e.openBlock(),e.createElementBlock("svg",Co,No)}const Lo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:S0},render:S0},Symbol.toStringTag,{value:"Module"})),To={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Io=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 17.218a5.217 5.217 0 1 0 0-10.435 5.217 5.217 0 0 0 0 10.435Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function P0(l,t){return e.openBlock(),e.createElementBlock("svg",To,Io)}const qo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:P0},render:P0},Symbol.toStringTag,{value:"Module"})),Uo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ro=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M12 0A12 12 0 0 0 1.191 6.781H22.81A12 12 0 0 0 12-.001Z"></path><path fill="#496E2D" d="M12 24a12 12 0 0 1-10.809-6.783H22.81A12 12 0 0 1 12 24Z"></path><path fill="#A2001D" d="M23.433 8.347H.567A11.991 11.991 0 0 0 0 12c0 1.274.2 2.5.567 3.652h22.866A11.99 11.99 0 0 0 24 12c0-1.273-.199-2.5-.567-3.652Z"></path><path fill="#F0F0F0" d="m15.737 5.545-1.421-.656L12 10.132 9.685 4.89l-1.421.656L11.138 12l-2.874 6.454 1.42.656L12 13.867l2.316 5.243 1.42-.656L12.863 12l2.875-6.455Z"></path><path fill="#F0F0F0" d="M12.965 6.163c-.55-.6-.965-.946-.965-.946s-.415.345-.965.946v11.673c.55.6.965.946.965.946s.415-.345.965-.946V6.163Z"></path><path fill="#A2001D" d="M9.392 8.402v7.196a12.585 12.585 0 0 0 1.826 2.434V5.968a12.583 12.583 0 0 0-1.826 2.434Zm5.217.001a12.586 12.586 0 0 0-1.826-2.434v12.064a12.588 12.588 0 0 0 1.826-2.434V8.403Z"></path><path fill="#000" d="M14.609 8.4v7.197c.588-1.043 1.043-2.276 1.043-3.598S15.197 9.444 14.61 8.4Zm-5.218 0v7.197c-.588-1.043-1.043-2.276-1.043-3.598S8.803 9.444 9.39 8.4Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function y0(l,t){return e.openBlock(),e.createElementBlock("svg",Uo,Ro)}const Go=Object.freeze(Object.defineProperty({__proto__:null,default:{render:y0},render:y0},Symbol.toStringTag,{value:"Module"})),Jo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ko=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="m17.868 12-2.398 1.128 1.277 2.322-2.604-.498-.33 2.63L12 15.649l-1.813 1.935-.33-2.63-2.604.497 1.277-2.322L6.131 12l2.398-1.128L7.252 8.55l2.604.498.33-2.63 1.813 1.934 1.814-1.935.33 2.63 2.604-.497-1.277 2.322L17.868 12Z"></path><path fill="#D80027" d="M12 15.651a3.652 3.652 0 1 0 0-7.304 3.652 3.652 0 0 0 0 7.304Z"></path><path fill="#FFDA44" d="M10.174 12a2.64 2.64 0 0 0-.26.013c.003.506.186.97.488 1.329a3.66 3.66 0 0 1 .706-1.168 2.593 2.593 0 0 0-.934-.174Zm1.125 1.967a2.08 2.08 0 0 0 1.403 0A2.61 2.61 0 0 0 12 12.749c-.335.33-.582.749-.701 1.218Zm2.509-3.01a2.086 2.086 0 0 0-3.615 0 3.628 3.628 0 0 1 1.808.491 3.628 3.628 0 0 1 1.807-.49Zm-.915 1.217c.303.338.544.734.705 1.168.303-.36.486-.822.489-1.328a2.594 2.594 0 0 0-1.194.16Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function V0(l,t){return e.openBlock(),e.createElementBlock("svg",Jo,Ko)}const Yo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:V0},render:V0},Symbol.toStringTag,{value:"Module"})),Wo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Qo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M0 12c0 2.08.53 4.035 1.46 5.74L12 18.784l10.541-1.044a11.946 11.946 0 0 0 1.46-5.74c0-2.078-.53-4.033-1.46-5.738l-10.54-1.044L1.458 6.262A11.946 11.946 0 0 0 0 12Z"></path><path fill="#0052B4" d="M1.46 6.261h21.08A11.997 11.997 0 0 0 12 .001 11.991 11.991 0 0 0 1.46 6.26ZM12 24c4.549 0 8.506-2.53 10.54-6.26H1.46A11.997 11.997 0 0 0 12 24Z"></path><path fill="#F0F0F0" d="M16.174 14.347v-1.565h-1.043v-2.087l-1.044-1.043-1.043 1.043V8.608L12 7.565l-1.044 1.043v2.087L9.913 9.652 8.87 10.695v2.087H7.827v1.565H6.783v1.566h10.435v-1.566h-1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function H0(l,t){return e.openBlock(),e.createElementBlock("svg",Wo,Qo)}const Xo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:H0},render:H0},Symbol.toStringTag,{value:"Module"})),ec={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},tc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path><path fill="#FFDA44" d="m16.174 11.16-1.706.802.908 1.652-1.852-.354-.234 1.87L12 13.755l-1.29 1.377-.235-1.871-1.852.354.908-1.652-1.705-.802 1.705-.802-.908-1.652 1.852.354.235-1.87L12 8.564l1.29-1.376.234 1.871 1.852-.354-.908 1.652 1.706.802ZM15.13 3.913h-2.347a.783.783 0 0 0-1.566 0H8.87c0 .432.376.783.808.783h-.026c0 .432.35.782.783.782 0 .432.35.783.782.783h1.566c.432 0 .782-.35.782-.783.432 0 .783-.35.783-.782h-.026c.432 0 .809-.35.809-.783Z"></path><path fill="#F0F0F0" d="M24 12c0 6.627-5.372 12-12 12-6.627 0-12-5.373-12-12h24Z"></path><path fill="#0052B4" d="M12 24c3.752 0 7.1-1.721 9.3-4.416-.395-.27-.609-.707-1.3-.707-1 0-1 .915-2 .915s-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915c-.69 0-.904.437-1.3.706a11.976 11.976 0 0 0 9.3 4.418Zm10-10.469c-1 0-1-.914-2-.914s-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914c-.995 0-1-.904-1.984-.914.027.55.093 1.088.192 1.615.797.117.867.9 1.792.9 1 0 1-.915 2-.915s1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914c.925 0 .995-.782 1.792-.899.1-.527.165-1.066.193-1.615-.985.01-.99.914-1.985.914Zm-2 2.217c-1 0-1 .914-2 .914s-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914c-.714 0-.918-.467-1.341-.733.281.813.648 1.588 1.089 2.311a1.4 1.4 0 0 0 .252.022c1 0 1-.914 2-.914s1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914c.092 0 .176-.008.253-.022.44-.723.807-1.498 1.089-2.311-.423.266-.627.733-1.342.733-1 0-1-.914-2-.914Z"></path><path fill="#F0F0F0" d="M23.963 11.051c-.962.023-.976.913-1.963.913-1 0-1-.914-2-.914s-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914c-.987 0-1-.89-1.963-.913a12.176 12.176 0 0 0-.019 1.6c.982.01.988.913 1.982.913 1 0 1-.914 2-.914s1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914c.994 0 1-.902 1.983-.914a12.126 12.126 0 0 0-.02-1.599Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function j0(l,t){return e.openBlock(),e.createElementBlock("svg",ec,tc)}const lc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:j0},render:j0},Symbol.toStringTag,{value:"Module"})),oc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},cc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 11.965H10.99c-2.583 2.583-4.144 4.577-5.739 6.172l6.783.61 10.525-1.043A11.946 11.946 0 0 0 24 12v-.035Z"></path><path fill="#FFDA44" d="M5.253 6.226h17.269A11.997 11.997 0 0 0 12 0a11.96 11.96 0 0 0-8.467 3.498l1.72 2.728Z"></path><path fill="#0052B4" d="M5.773 17.704c-1.078 1.079-1.495 1.983-2.276 2.763A11.962 11.962 0 0 0 12 24c4.563 0 8.53-2.547 10.56-6.296H5.773Z"></path><path fill="#6DA544" d="M3.514 3.48c-4.686 4.687-4.686 12.285 0 16.971L12 11.966 3.513 3.48Z"></path><path fill="#F0F0F0" d="M3.165 11.965a3.653 3.653 0 0 1 2.87-3.568 3.652 3.652 0 1 0 0 7.134 3.653 3.653 0 0 1-2.87-3.566Z"></path><path fill="#F0F0F0" d="m5.995 8.835.194.597h.629l-.509.37.194.598-.508-.37-.509.37.194-.598-.508-.37H5.8l.195-.597Zm0 1.565.194.598h.629l-.509.37.194.597-.508-.37-.509.37.194-.598-.508-.37H5.8l.195-.597Zm0 1.565.194.598h.629l-.509.369.194.598-.508-.37-.509.37.194-.598-.508-.37H5.8l.195-.597Z"></path><path fill="#F0F0F0" d="m5.995 13.53.194.598h.629l-.509.37.194.597-.508-.37-.509.37.194-.598-.508-.37H5.8l.195-.597Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function A0(l,t){return e.openBlock(),e.createElementBlock("svg",oc,cc)}const ac=Object.freeze(Object.defineProperty({__proto__:null,default:{render:A0},render:A0},Symbol.toStringTag,{value:"Module"})),nc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},hc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M3.515 20.485c.503.503 1.04.953 1.604 1.348L21.833 5.119a12.057 12.057 0 0 0-2.951-2.952L2.168 18.881c.395.564.844 1.1 1.347 1.604Z"></path><path fill="#6DA544" d="M3.514 3.515C-.27 7.3-.998 12.986 1.333 17.502L17.502 1.333C12.986-.997 7.3-.27 3.514 3.515Z"></path><path fill="#D80027" d="M20.485 20.485c3.786-3.786 4.513-9.472 2.182-13.988l-16.17 16.17c4.517 2.33 10.203 1.603 13.988-2.182Z"></path><path fill="#F0F0F0" d="m7.63 14.158 1.12.57.89-.889-.198 1.242 1.12.571-1.241.197-.197 1.241-.57-1.12-1.242.197.889-.89-.571-1.12Zm6.526-6.528 1.12.571.89-.889-.197 1.242 1.12.57-1.242.198-.197 1.241-.57-1.12-1.242.197.889-.89-.57-1.12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function z0(l,t){return e.openBlock(),e.createElementBlock("svg",nc,hc)}const rc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:z0},render:z0},Symbol.toStringTag,{value:"Module"})),sc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ic=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M12 0a11.972 11.972 0 0 0-9.097 4.174h18.194A11.972 11.972 0 0 0 12 0Zm9.096 19.827H2.903A11.972 11.972 0 0 0 12 24c3.637 0 6.895-1.619 9.096-4.174Z"></path><path fill="#D80027" d="M22.239 5.739H1.76A11.943 11.943 0 0 0 0 11.999c0 2.295.644 4.439 1.761 6.261H22.24A11.943 11.943 0 0 0 24 12a11.94 11.94 0 0 0-1.761-6.261Z"></path><path fill="#F0F0F0" d="M7.383 16.618a4.617 4.617 0 1 0 0-9.234 4.617 4.617 0 0 0 0 9.234Z"></path><path fill="#D80027" d="m7.382 7.384 1.036 3.188h3.358l-2.717 1.97 1.044 3.199-2.72-1.98-2.717 1.976 1.04-3.194-2.715-1.971h3.355l1.036-3.188Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function O0(l,t){return e.openBlock(),e.createElementBlock("svg",sc,ic)}const dc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:O0},render:O0},Symbol.toStringTag,{value:"Module"})),pc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},_c=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M16.174 12c0 1.043-1.869 3.652-4.174 3.652-2.305 0-4.174-2.609-4.174-3.652a4.174 4.174 0 1 1 8.348 0Z"></path><path fill="#0052B4" d="M16.174 12a4.174 4.174 0 1 1-8.348 0"></path><path fill="#000" d="m17.534 14.583-1.107 1.106.738.738 1.106-1.107-.738-.737Zm-1.846 1.844-1.106 1.107.737.737 1.107-1.106-.738-.738Zm4.059.368L18.64 17.9l.738.738 1.107-1.106-.738-.738Zm-1.844 1.845-1.107 1.108.738.737 1.107-1.106-.738-.738Zm.737-2.95-1.106 1.106.738.738 1.106-1.107-.737-.737Zm-1.844 1.844-1.107 1.107.738.738 1.107-1.107-.738-.738ZM15.69 5.358l2.95 2.952.739-.738-2.952-2.952-.738.738Zm-1.107 1.108 1.107 1.107.737-.738-1.106-1.107-.738.738Zm1.844 1.844 1.107 1.107.738-.738-1.107-1.107-.738.738Zm.368-4.058 1.107 1.107.738-.738-1.107-1.107-.738.738Zm1.845 1.846 1.108 1.106.737-.737L19.38 5.36l-.738.738ZM7.203 19.748l-2.95-2.951-.739.738 2.952 2.95.737-.737ZM8.31 18.64l-1.106-1.107-.738.738 1.107 1.107.738-.738Zm-1.844-1.844-1.107-1.107-.738.738 1.107 1.107.738-.738Zm2.952.738-2.952-2.952-.738.738 2.952 2.951.738-.737ZM4.253 7.205l2.951-2.952-.738-.738-2.951 2.952.738.738ZM5.359 8.31l2.95-2.952-.737-.737-2.951 2.95.738.739Zm1.107 1.107 2.952-2.951-.738-.738-2.951 2.951.737.738Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function D0(l,t){return e.openBlock(),e.createElementBlock("svg",pc,_c)}const fc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:D0},render:D0},Symbol.toStringTag,{value:"Module"})),gc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},mc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M23.254 16.173c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174L12 6.782.748 7.825A11.974 11.974 0 0 0 0 12c0 1.468.265 2.874.747 4.174L12 17.217l11.253-1.044Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path><path fill="#6DA544" d="M12 0C6.84 0 2.442 3.256.747 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path><path fill="#000" d="M3.515 3.515c-4.686 4.686-4.686 12.284 0 16.97l4.312-4.311V7.826L3.515 3.515Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function E0(l,t){return e.openBlock(),e.createElementBlock("svg",gc,mc)}const $c=Object.freeze(Object.defineProperty({__proto__:null,default:{render:E0},render:E0},Symbol.toStringTag,{value:"Module"})),vc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},wc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.969 12H12v-.032l-.032.032Z"></path><path fill="#F0F0F0" d="M12 6.26V0h-.002C5.372 0 0 5.373 0 12h6.261V8.474l3.526 3.525h2.181c.01-.01.022-.02.032-.032V9.786L8.475 6.26H12Z"></path><path fill="#6DA544" d="M17.217 8.87a2.087 2.087 0 1 0 0-4.175 2.087 2.087 0 0 0 0 4.174Z"></path><path fill="#D80027" d="M6.07 1.565a12.057 12.057 0 0 0-4.505 4.506v5.93h3.13V4.695H12v-3.13H6.07Z"></path><path fill="#D80027" d="M12 10.524 7.735 6.26H6.26L12 12v-1.476Zm8.87-4.264h-7.305v3.131h7.304v-3.13Z"></path><path fill="#FFDA44" d="M13.565 14.087v2.087h1.098a3.637 3.637 0 0 0 2.554 1.043 3.64 3.64 0 0 0 2.555-1.043h1.097v-2.087h-7.304Z"></path><path fill="#338AF3" d="M13.565 8.869v3.13c0 2.796 3.652 3.653 3.652 3.653S20.87 14.795 20.87 12V8.868h-7.304Z"></path><path fill="#F3F3F3" d="M17.217 10.54c-.913 0-.913.835-1.826.835s-.913-.835-1.826-.835v1.461c.913 0 .913.835 1.826.835s.913-.835 1.826-.835.913.835 1.826.835c.914 0 .913-.835 1.827-.835v-1.46c-.913 0-.913.834-1.827.834-.913 0-.913-.835-1.826-.835Zm0-2.923c-.913 0-.913.834-1.826.834s-.913-.834-1.826-.834v1.46c.913 0 .913.835 1.826.835s.913-.834 1.826-.834.913.834 1.826.834.913-.834 1.826-.834V7.617c-.913 0-.913.834-1.826.834s-.913-.834-1.826-.834Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function C0(l,t){return e.openBlock(),e.createElementBlock("svg",vc,wc)}const Zc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:C0},render:C0},Symbol.toStringTag,{value:"Module"})),uc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Mc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M18.783 12.13H5.218c0 .937.815 1.696 1.752 1.696h-.057c0 .936.76 1.695 1.696 1.695 0 .937.76 1.696 1.696 1.696h3.391c.937 0 1.696-.759 1.696-1.696.936 0 1.695-.759 1.695-1.695h-.056c.936 0 1.752-.76 1.752-1.696Z"></path><path fill="#338AF3" d="M16.696 9.913a4.696 4.696 0 1 1-9.391 0"></path><path fill="#FFDA44" d="m15.586 9.912-1.465.69.78 1.42-1.591-.305-.202 1.607L12 12.142l-1.109 1.182-.201-1.607-1.592.304.78-1.42-1.465-.689 1.466-.689-.78-1.42 1.59.305.202-1.608L12 7.683 13.108 6.5l.202 1.608 1.591-.304-.78 1.42 1.465.688Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function N0(l,t){return e.openBlock(),e.createElementBlock("svg",uc,Mc)}const Fc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:N0},render:N0},Symbol.toStringTag,{value:"Module"})),Bc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},bc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M22.81 6.782A12 12 0 0 0 12-.001 12 12 0 0 0 1.19 6.782L12 7.825l10.81-1.043ZM1.19 17.216A12 12 0 0 0 12 24a12 12 0 0 0 10.81-6.783L12 16.173 1.19 17.216Z"></path><path fill="#0052B4" d="M22.809 6.782H1.19A11.952 11.952 0 0 0 0 11.999c0 1.87.428 3.64 1.19 5.217h21.62A11.952 11.952 0 0 0 23.999 12c0-1.87-.427-3.64-1.19-5.217Z"></path><path fill="#F0F0F0" d="M12 16.174a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function L0(l,t){return e.openBlock(),e.createElementBlock("svg",Bc,bc)}const xc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:L0},render:L0},Symbol.toStringTag,{value:"Module"})),kc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Sc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0A12 12 0 0 0 1.19 6.781h21.62A12 12 0 0 0 12-.001Zm0 24a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12 23.999Z"></path><path fill="#6DA544" d="M15.13 14.086 12 8.347l-3.13 5.74h2.348v1.564h1.565v-1.565h2.348Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function T0(l,t){return e.openBlock(),e.createElementBlock("svg",kc,Sc)}const Pc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:T0},render:T0},Symbol.toStringTag,{value:"Module"})),yc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Vc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F3F3F3" d="M7.565 16.174h8.87L12 5.739 7.565 16.174Z"></path><path fill="#333" d="M9.107 15.13 12 8.55l2.894 6.581H9.107Z"></path><path fill="#FFDA44" d="M7.565 16.174h8.87L12 12.001l-4.435 4.173Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function I0(l,t){return e.openBlock(),e.createElementBlock("svg",yc,Vc)}const Hc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:I0},render:I0},Symbol.toStringTag,{value:"Module"})),jc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ac=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M24 12c0 6.627-5.372 12-12 12-6.627 0-12-5.373-12-12 .522 0 12-1.566 12-1.566L24 12Z"></path><path fill="#0052B4" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path><path fill="#FFDA44" d="M8.87 8.347a1.565 1.565 0 0 0-2.61-1.166v-.92h.522V5.216H6.26v-.522H5.218v.522h-.522V6.26h.522v.921A1.565 1.565 0 0 0 3.13 9.514v.92h5.217v-.92a1.56 1.56 0 0 0 .522-1.167Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function q0(l,t){return e.openBlock(),e.createElementBlock("svg",jc,Ac)}const zc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:q0},render:q0},Symbol.toStringTag,{value:"Module"})),Oc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Dc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FF9811" d="M9.391 2.086H5.236c-.184.126-.364.257-.54.393l-1.044 9.52 1.043 9.52c.177.136.357.267.541.393h4.155V2.086Z"></path><path fill="#6DA544" d="M0 12a11.98 11.98 0 0 0 4.696 9.521V2.481A11.98 11.98 0 0 0 0 12Z"></path><path fill="#FFDA44" d="M19.304 7.315v.3l.012.003-.012-.303Z"></path><path fill="#A2001D" d="M23.044 15.13h-2.261l-.957 1.043v2.087H17.74v-1.043h1.044V15.13h-4.696v1.304h-1.043v-2.486a1.561 1.561 0 0 1-.522-1.166V5.999c0-.864.7-1.565 1.565-1.565v9.652h2.087l.716-.597a2.495 2.495 0 0 1-.194-.968v-1.565H15.13v-3.13h3.13c0-.522.784-1.044.784-1.044s.782.522.782 1.043v3.131c.58.007 1.503-.008 2.5 0-.263-.458-.413-1-.413-1.565 0-.921.398-1.749 1.03-2.322a12.048 12.048 0 0 0-4.18-4.983h-7.807v19.826h7.808a12.027 12.027 0 0 0 4.692-6.332l-.412-.45Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function U0(l,t){return e.openBlock(),e.createElementBlock("svg",Oc,Dc)}const Ec=Object.freeze(Object.defineProperty({__proto__:null,default:{render:U0},render:U0},Symbol.toStringTag,{value:"Module"})),Cc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Nc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M2.743 4.363h18.514A12.066 12.066 0 0 0 18.9 2.181H5.1c-.88.62-1.673 1.354-2.357 2.182ZM0 12c0 .368.017.732.05 1.091h23.9a12.146 12.146 0 0 0 0-2.181H.05C.017 11.27 0 11.633 0 12Zm1.309 5.455h21.383c.353-.692.641-1.421.856-2.182H.452c.215.76.504 1.49.857 2.182ZM5.1 21.818h13.8c.88-.62 1.673-1.354 2.357-2.182H2.743A12.068 12.068 0 0 0 5.1 21.818ZM.452 8.728h23.096c-.215-.76-.503-1.49-.856-2.182H1.309a11.922 11.922 0 0 0-.857 2.182Z"></path><path fill="#D80027" d="M5.739 2.182h13.16A11.945 11.945 0 0 0 12 0c-1.566 0-4.31.808-6.26 2.182Zm5.739 4.363h11.213a12.01 12.01 0 0 0-1.434-2.181h-9.779v2.181Zm0 4.364H23.95a11.958 11.958 0 0 0-.402-2.182h-12.07v2.181ZM.451 15.274h23.097c.199-.703.334-1.433.402-2.182H.05c.067.75.203 1.479.401 2.182Zm2.292 4.363h18.514a12.018 12.018 0 0 0 1.434-2.182H1.308c.4.78.881 1.512 1.435 2.182ZM12 24c2.568 0 4.948-.807 6.9-2.181H5.098a11.945 11.945 0 0 0 6.9 2.181Z"></path><path fill="#0052B4" d="M.452 8.727a11.957 11.957 0 0 0-.402 2.182H12V-.001C6.507 0 1.877 3.69.452 8.728Z"></path><path fill="#F0F0F0" d="m7.144 3.13.777 2.392h2.514L8.401 7l.777 2.391-2.034-1.478-2.035 1.478L5.886 7 3.852 5.522h2.515l.777-2.392Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function R0(l,t){return e.openBlock(),e.createElementBlock("svg",Cc,Nc)}const Lc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:R0},render:R0},Symbol.toStringTag,{value:"Module"})),Tc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ic=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M0 12c0 1.87.428 3.64 1.19 5.217L12 17.74l10.81-.522A11.952 11.952 0 0 0 24 12c0-1.87-.428-3.64-1.19-5.217L12 6.26l-10.81.521A11.952 11.952 0 0 0 0 12Z"></path><path fill="#6DA544" d="M12 24a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12.001 24Z"></path><path fill="#0052B4" d="M12 0A12 12 0 0 0 1.191 6.781H22.81A12 12 0 0 0 12-.001Z"></path><path fill="#000" d="M12.783 11.74V8.87h-1.565v2.87l-1.89 1.89c.55.9 1.54 1.5 2.673 1.5 1.131 0 2.123-.6 2.673-1.5l-1.89-1.89Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function G0(l,t){return e.openBlock(),e.createElementBlock("svg",Tc,Ic)}const qc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:G0},render:G0},Symbol.toStringTag,{value:"Module"})),Uc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Rc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#6DA544" d="M23.254 16.174c.482-1.3.746-2.706.746-4.173 0-1.468-.264-2.874-.746-4.174L12 6.783.747 7.827A11.973 11.973 0 0 0 0 12c0 1.467.264 2.873.747 4.173L12 17.218l11.254-1.044Z"></path><path fill="#FFDA44" d="M23.254 7.826C21.558 3.256 17.16 0 12 0 6.84 0 2.442 3.256.747 7.826h22.507Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.256 11.254-7.825H.747C2.442 20.745 6.84 24 12 24Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function J0(l,t){return e.openBlock(),e.createElementBlock("svg",Uc,Rc)}const Gc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:J0},render:J0},Symbol.toStringTag,{value:"Module"})),Jc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Kc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0C6.84 0 2.442 3.256.747 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path><path fill="#338AF3" d="M12 24c5.16 0 9.558-3.256 11.254-7.825H.747C2.442 20.745 6.84 24 12 24Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function K0(l,t){return e.openBlock(),e.createElementBlock("svg",Jc,Kc)}const Yc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:K0},render:K0},Symbol.toStringTag,{value:"Module"})),Wc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Qc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M12 0C6.457 0 1.79 3.76.415 8.868h23.173c-1.377-5.11-6.042-8.87-11.586-8.87Zm0 23.999c5.545 0 10.21-3.76 11.587-8.87H.414c1.377 5.11 6.042 8.87 11.586 8.87Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Y0(l,t){return e.openBlock(),e.createElementBlock("svg",Wc,Qc)}const Xc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Y0},render:Y0},Symbol.toStringTag,{value:"Module"})),ea={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ta=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#000" d="M1.19 6.783A11.952 11.952 0 0 0 0 12c0 1.87.428 3.64 1.19 5.218L12 18.26l10.81-1.043A11.953 11.953 0 0 0 24 12c0-1.87-.428-3.64-1.19-5.217L12 5.739 1.19 6.783Z"></path><path fill="#496E2D" d="M1.191 17.217a12 12 0 0 0 10.81 6.782 12 12 0 0 0 10.808-6.782H1.191Z"></path><path fill="#D80027" d="M1.191 6.783H22.81A12 12 0 0 0 12 0 12 12 0 0 0 1.191 6.783Z"></path><path fill="#F0F0F0" d="m14.793 9.805.985 1.357 1.594-.517L16.386 12l.985 1.357-1.594-.519-.986 1.356v-1.677l-1.593-.519 1.594-.517.001-1.676Z"></path><path fill="#F0F0F0" d="M12.106 15.39a3.391 3.391 0 1 1 1.614-6.375 4.174 4.174 0 1 0 0 5.967 3.38 3.38 0 0 1-1.614.408Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function W0(l,t){return e.openBlock(),e.createElementBlock("svg",ea,ta)}const la=Object.freeze(Object.defineProperty({__proto__:null,default:{render:W0},render:W0},Symbol.toStringTag,{value:"Module"})),oa={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ca=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M19.092 9.848h-5.418L12 4.695l-1.674 5.153H4.91l4.383 3.184-1.675 5.152L12 15l4.383 3.185-1.674-5.153 4.383-3.184Zm-8.574 2.785.566-1.742h1.832l.566 1.742L12 13.71l-1.482-1.077Zm2.06-2.785h-1.155L12 8.072l.577 1.776Zm1.792 2.14-.357-1.097h1.867l-1.51 1.098Zm-4.383-1.097-.356 1.098-1.51-1.098h1.866Zm-.385 4.562.577-1.776.934.678-1.51 1.098Zm3.286-1.098.934-.678.576 1.776-1.51-1.098Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Q0(l,t){return e.openBlock(),e.createElementBlock("svg",oa,ca)}const aa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Q0},render:Q0},Symbol.toStringTag,{value:"Module"})),na={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ha=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function X0(l,t){return e.openBlock(),e.createElementBlock("svg",na,ha)}const ra=Object.freeze(Object.defineProperty({__proto__:null,default:{render:X0},render:X0},Symbol.toStringTag,{value:"Module"})),sa={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ia=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M17.217 1.191A11.952 11.952 0 0 0 12 .001c-1.87 0-3.64.427-5.218 1.19L5.74 12.001 6.782 22.81A11.953 11.953 0 0 0 12 24c1.87 0 3.64-.427 5.217-1.19L18.261 12 17.217 1.192Z"></path><path fill="#0052B4" d="M6.783 1.192A12 12 0 0 0 0 12.001 12 12 0 0 0 6.783 22.81V1.192Z"></path><path fill="#D80027" d="M17.217 1.192V22.81A12 12 0 0 0 24 12a12 12 0 0 0-6.783-10.809Z"></path><path fill="#FF9811" d="M16.174 9.442h-2.87a1.304 1.304 0 1 0-2.609 0h-2.87c0 .71.619 1.284 1.328 1.284H9.11c0 .71.575 1.285 1.284 1.285 0 .628.451 1.15 1.047 1.261l-1.012 2.285a4.161 4.161 0 0 0 3.141 0l-1.012-2.285a1.284 1.284 0 0 0 1.047-1.261c.71 0 1.284-.575 1.284-1.284h-.042c.709 0 1.327-.575 1.327-1.285Z"></path><path fill="#0052B4" d="M12 11.218 10.304 12v1.566L12 14.609l1.696-1.043V12L12 11.218Z"></path><path fill="#D80027" d="M13.696 10.434h-3.392V12h3.392v-1.565Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function e2(l,t){return e.openBlock(),e.createElementBlock("svg",sa,ia)}const da=Object.freeze(Object.defineProperty({__proto__:null,default:{render:e2},render:e2},Symbol.toStringTag,{value:"Module"})),pa={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},_a=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M24 12c0-4.119-2.075-7.752-5.236-9.913H5.237A11.987 11.987 0 0 0 0 12c0 4.118 2.076 7.752 5.237 9.913h13.527A11.986 11.986 0 0 0 24 12Z"></path><path fill="#FFDA44" d="M9.392 8.87h5.217V6.783l-1.043.522L12 5.74l-1.565 1.565-1.043-.522V8.87ZM16.696 12h-2.608a1.204 1.204 0 1 0-2.104-1.169 1.204 1.204 0 1 0-2.103 1.17H7.305c0 .797.695 1.444 1.493 1.444H8.75c0 .655.435 1.207 1.032 1.385l-1.173 1.173 1.107 1.106 1.57-1.57c.061.023.125.04.19.053l-.948 2.142a3.899 3.899 0 0 0 2.945 0l-.949-2.142a1.1 1.1 0 0 0 .191-.053l1.57 1.57 1.107-1.106-1.173-1.173a1.445 1.445 0 0 0 1.032-1.385h-.048c.798 0 1.493-.647 1.493-1.445Z"></path><path fill="#6DA544" d="m12 12.783-1.695.782v1.566L12 16.174l1.695-1.043v-1.566L12 12.783Z"></path><path fill="#0052B4" d="M13.696 12h-3.391v2.086h3.391V12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function t2(l,t){return e.openBlock(),e.createElementBlock("svg",pa,_a)}const fa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:t2},render:t2},Symbol.toStringTag,{value:"Module"})),ga={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ma=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M7.826 12v11.253c1.3.482 2.706.747 4.174.747 6.628 0 12-5.373 12-12 0-6.628-16.174 0-16.174 0Z"></path><path fill="#D80027" d="M12 0a11.96 11.96 0 0 0-4.174.747V12H24c0-6.627-5.372-12-12-12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function l2(l,t){return e.openBlock(),e.createElementBlock("svg",ga,ma)}const $a=Object.freeze(Object.defineProperty({__proto__:null,default:{render:l2},render:l2},Symbol.toStringTag,{value:"Module"})),va={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},wa=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M12 24c6.627 0 12-5.373 12-12 0-2.014-.497-3.912-1.373-5.578l-10.641 5.592 5.592-10.64A11.947 11.947 0 0 0 12 0C5.373 0 0 5.373 0 12c0 3.314 1.343 6.314 3.515 8.485A11.962 11.962 0 0 0 12 24Z"></path><path fill="#F0F0F0" d="M22.614 6.434a11.998 11.998 0 0 0-2.142-2.906 12.002 12.002 0 0 0-2.907-2.142L3.501 20.499 22.614 6.434Z"></path><path fill="#FF9811" d="M3.501 20.5 22.614 6.434a11.998 11.998 0 0 0-2.142-2.906L3.5 20.499Z"></path><path fill="#F0F0F0" d="m10.42 7.037-1.465.69.78 1.419-1.591-.305-.202 1.608-1.108-1.183-1.109 1.183-.201-1.608-1.592.305.78-1.42-1.465-.69 1.466-.688-.78-1.42 1.59.305.202-1.608 1.109 1.182 1.108-1.182.202 1.608 1.591-.305-.78 1.42 1.466.689Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function o2(l,t){return e.openBlock(),e.createElementBlock("svg",va,wa)}const Za=Object.freeze(Object.defineProperty({__proto__:null,default:{render:o2},render:o2},Symbol.toStringTag,{value:"Module"})),ua={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ma=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M13.825 23.862a11.935 11.935 0 0 0 5.271-2.185L12 12l1.825 11.862ZM10.175.138a11.937 11.937 0 0 0-5.271 2.185L12 12 10.175.138ZM4.904 21.677a11.938 11.938 0 0 0 5.271 2.186L12 12l-7.096 9.677Z"></path><path fill="#D80027" d="M2.323 4.902a11.937 11.937 0 0 0-2.185 5.272L12 11.999 2.323 4.902ZM.138 13.825a11.936 11.936 0 0 0 2.186 5.272L12 12 .138 13.825Zm23.724-3.651a11.936 11.936 0 0 0-2.185-5.271L12 11.999l11.862-1.825Z"></path><path fill="#D80027" d="M19.096 2.323a11.936 11.936 0 0 0-5.27-2.185L12 12l7.096-9.677Zm2.581 16.774a11.938 11.938 0 0 0 2.185-5.272L12 12l9.677 7.097Z"></path><path fill="#D80027" d="M12 16.174a4.174 4.174 0 1 0 0-8.347 4.174 4.174 0 0 0 0 8.347Z"></path><path fill="#FFDA44" d="M12 15.13a3.13 3.13 0 1 0 0-6.261 3.13 3.13 0 0 0 0 6.26Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function c2(l,t){return e.openBlock(),e.createElementBlock("svg",ua,Ma)}const Fa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:c2},render:c2},Symbol.toStringTag,{value:"Module"})),Ba={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ba=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M16.174.746A11.974 11.974 0 0 0 12 0c-1.467 0-2.874.264-4.174.746L6.783 12l1.043 11.253c1.3.482 2.707.747 4.174.747 1.468 0 2.874-.265 4.174-.747L17.218 12 16.174.746Z"></path><path fill="#D80027" d="M24 12c0-5.16-3.257-9.558-7.826-11.253v22.507C20.744 21.558 24 17.16 24 12Z"></path><path fill="#6DA544" d="M0 12c0 5.159 3.257 9.558 7.826 11.253V.746C3.256 2.44 0 6.84 0 11.999Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function a2(l,t){return e.openBlock(),e.createElementBlock("svg",Ba,ba)}const xa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:a2},render:a2},Symbol.toStringTag,{value:"Module"})),ka={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Sa=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#6DA544" d="M23.253 16.174c.483-1.3.747-2.706.747-4.173a11.96 11.96 0 0 0-.747-4.174L12 6.783.746 7.827A11.974 11.974 0 0 0 0 12c0 1.467.264 2.873.746 4.173L12 17.218l11.253-1.044Z"></path><path fill="#FFDA44" d="M23.254 7.826C21.558 3.256 17.159 0 12 0 6.84 0 2.442 3.256.746 7.826h22.508Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.257 11.253-7.827H.746C2.442 20.743 6.84 23.999 12 23.999Z"></path><path fill="#F0F0F0" d="M20.23 10.153h-6.287L12 4.174l-1.942 5.979H3.77l5.086 3.695-1.942 5.979L12 16.174l5.086 3.653-1.942-5.98 5.085-3.694Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function n2(l,t){return e.openBlock(),e.createElementBlock("svg",ka,Sa)}const Pa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:n2},render:n2},Symbol.toStringTag,{value:"Module"})),ya={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Va=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M12 24c1.467 0 2.874-.263 4.174-.746l.521-11.253L16.174.747A11.974 11.974 0 0 0 12 .001c-1.468 0-2.874.264-4.174.746l-.522 11.254.522 11.253c1.3.483 2.706.747 4.174.747Z"></path><path fill="#A2001D" d="M0 12c0 5.16 3.256 9.558 7.826 11.254V.746C3.256 2.442 0 6.84 0 12ZM16.174.746v22.507C20.744 21.558 24 17.16 24 12S20.743 2.44 16.174.746Z"></path><path fill="#FFDA44" d="M6.783 11.999H5.739v4.174h1.044v-4.174Zm-4.174 0H1.565v4.174H2.61v-4.174Zm1.565 2.609a1.044 1.044 0 1 0 0-2.087 1.044 1.044 0 0 0 0 2.087Zm0-4.174a.522.522 0 1 0 0-1.044.522.522 0 0 0 0 1.044Zm1.043 4.695H3.13v1.043h2.087V15.13Zm0-4.174H3.13V12h2.087v-1.044ZM4.174 6.26l.37 1.137H5.74l-.968.703.37 1.137-.968-.703-.967.703.37-1.137-.968-.703h1.196l.37-1.137Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function h2(l,t){return e.openBlock(),e.createElementBlock("svg",ya,Va)}const Ha=Object.freeze(Object.defineProperty({__proto__:null,default:{render:h2},render:h2},Symbol.toStringTag,{value:"Module"})),ja={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Aa=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M14.087 11.5c-.295 0-.574.059-.834.152.142-.317.238-.67.238-1.046C13.49 9.116 12 7.997 12 7.997s-1.49 1.118-1.49 2.609c0 .377.095.73.237 1.046a2.459 2.459 0 0 0-.834-.152c-1.49 0-2.609 1.49-2.609 1.49s1.118 1.492 2.609 1.492c.874 0 1.62-.513 2.087-.937.468.424 1.213.937 2.087.937 1.49 0 2.609-1.491 2.609-1.491s-1.119-1.49-2.61-1.49Z"></path><path fill="#FFDA44" d="m12 4.695.308.947h.997l-.806.586.307.948-.805-.586-.806.586.307-.948-.806-.586h.997L12 4.695ZM8.211 6.352l.593.533.69-.399-.324.729.592.533-.793-.083-.324.728-.166-.78-.792-.083.69-.399-.166-.78ZM5.438 9.126l.78.166.398-.69.083.792.78.166-.728.324.083.793-.533-.592-.729.324.399-.69-.533-.593ZM15.79 6.352l-.593.533-.69-.399.324.729-.592.533.792-.083.325.728.166-.78.792-.083-.69-.399.166-.78Zm2.773 2.774-.78.166-.398-.69-.084.792-.78.166.729.324-.083.793.533-.592.728.324-.398-.69.533-.593Z"></path><path fill="#F0F0F0" d="M12 18.655a5.193 5.193 0 0 0 3.15-1.06h-6.3a5.193 5.193 0 0 0 3.15 1.06Zm-4.783-3.131c.166.38.376.734.622 1.06h8.322c.246-.326.456-.68.622-1.06H7.217Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function r2(l,t){return e.openBlock(),e.createElementBlock("svg",ja,Aa)}const za=Object.freeze(Object.defineProperty({__proto__:null,default:{render:r2},render:r2},Symbol.toStringTag,{value:"Module"})),Oa={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Da=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F3F3F3" d="M11.621 19.556a.782.782 0 0 1-.696-.511.784.784 0 0 1-1.396-.36.783.783 0 0 1-1.294-.635.782.782 0 0 1-1.14-.882.781.781 0 0 1-.94-1.092.783.783 0 0 1-.702-1.26.782.782 0 0 1-.432-1.375.782.782 0 0 1-.147-1.433.783.783 0 0 1 .143-1.434.783.783 0 0 1 .43-1.376.784.784 0 0 1 .7-1.26.782.782 0 0 1 .937-1.095.782.782 0 0 1 1.137-.885.783.783 0 0 1 1.294-.637.783.783 0 0 1 1.394-.364.783.783 0 0 1 1.44-.074.783.783 0 0 1 1.425.215.783.783 0 0 1 1.352.499.783.783 0 0 1 1.224.76.783.783 0 0 1 1.046.991.783.783 0 0 1 .827 1.18.784.784 0 0 1 .572 1.324.782.782 0 0 1 .292 1.412c.28.118.477.395.478.719V12a.784.784 0 0 1-.476.72.782.782 0 0 1-.29 1.412.783.783 0 0 1-.568 1.325.783.783 0 0 1-.824 1.183.783.783 0 0 1-1.044.993.784.784 0 0 1-1.223.764.783.783 0 0 1-1.352.502.783.783 0 0 1-1.424.217.782.782 0 0 1-.743.44Z"></path><path fill="#338AF3" d="M12 17.218a5.217 5.217 0 1 0 0-10.435 5.217 5.217 0 0 0 0 10.435Z"></path><path fill="#BDBCC1" d="M13.142 10.229a1.04 1.04 0 0 0 .423-.838V8.87c0-.576-.467-1.043-1.043-1.043h-1.044c-.576 0-1.043.467-1.043 1.043v.522c0 .344.166.648.423.838l-.945 9.597s.522.522 2.087.522c1.565 0 2.087-.522 2.087-.522l-.945-9.597Z"></path><path fill="#F0F0F0" d="m12 7.826.907 2.79h2.933l-2.373 1.724.906 2.79L12 13.406 9.627 15.13l.906-2.79-2.373-1.724h2.934L12 7.826Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function s2(l,t){return e.openBlock(),e.createElementBlock("svg",Oa,Da)}const Ea=Object.freeze(Object.defineProperty({__proto__:null,default:{render:s2},render:s2},Symbol.toStringTag,{value:"Module"})),Ca={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Na=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M23.897 10.435a11.946 11.946 0 0 0-3.412-6.92 11.946 11.946 0 0 0-6.92-3.411v10.331h10.332ZM10.435.104a11.946 11.946 0 0 0-6.92 3.412 11.947 11.947 0 0 0-3.412 6.92h10.332V.104ZM.103 13.566a11.947 11.947 0 0 0 3.412 6.92 11.947 11.947 0 0 0 6.92 3.412V13.566H.103Zm13.462 10.332a11.946 11.946 0 0 0 6.92-3.412 11.946 11.946 0 0 0 3.412-6.92H13.565v10.332Z"></path><path fill="#F0F0F0" d="M16.096 7.615c0-.16.13-.29.29-.29h.62a1.78 1.78 0 0 0 1.777-1.777 1.78 1.78 0 0 0-1.777-1.777h-.59a1.224 1.224 0 0 0-.733-.233c-.594 0-1.074.385-1.074.86 0 .469.471.85 1.056.858v.003h1.34a.29.29 0 0 1 0 .579h-.62a1.778 1.778 0 0 0 .001 3.554h2.396V7.904h-2.396a.29.29 0 0 1-.29-.29Zm-9.391 0c0-.16.13-.29.29-.29h.62A1.78 1.78 0 0 0 9.39 5.55a1.78 1.78 0 0 0-1.777-1.777h-.589a1.225 1.225 0 0 0-.734-.234c-.593 0-1.074.385-1.074.86 0 .47.472.85 1.057.858v.003h1.34a.29.29 0 0 1 0 .579h-.62c-.98 0-1.777.797-1.777 1.777 0 .98.797 1.777 1.777 1.777H9.39V7.904H6.994a.29.29 0 0 1-.29-.289Zm9.391 11.071c0-.16.13-.29.29-.29h.62c.98 0 1.777-.796 1.777-1.776s-.798-1.777-1.777-1.777h-.59a1.225 1.225 0 0 0-.733-.234c-.594 0-1.074.385-1.074.86 0 .47.471.85 1.056.858v.003h1.34a.29.29 0 0 1 0 .579h-.62a1.78 1.78 0 0 0-1.776 1.777c0 .98.797 1.777 1.777 1.777h2.397v-1.488h-2.397a.29.29 0 0 1-.29-.289Zm-9.391 0c0-.16.13-.29.29-.29h.619c.98 0 1.777-.796 1.777-1.776a1.78 1.78 0 0 0-1.777-1.777h-.589a1.225 1.225 0 0 0-.734-.234c-.593 0-1.074.385-1.074.86 0 .47.472.85 1.057.858v.003h1.34a.29.29 0 0 1 0 .579h-.62c-.98 0-1.777.797-1.777 1.777 0 .98.797 1.777 1.777 1.777h2.397v-1.488H6.994a.29.29 0 0 1-.29-.289Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function i2(l,t){return e.openBlock(),e.createElementBlock("svg",Ca,Na)}const La=Object.freeze(Object.defineProperty({__proto__:null,default:{render:i2},render:i2},Symbol.toStringTag,{value:"Module"})),Ta={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ia=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M12 13.864a4.175 4.175 0 0 1-4.077-3.28 4.174 4.174 0 1 0 8.154 0A4.175 4.175 0 0 1 12 13.864Z"></path><path fill="#FFDA44" d="m12 8.348.388 1.196h1.258l-1.018.739.389 1.195L12 10.74l-1.017.74.388-1.196-1.017-.74h1.257L12 8.349Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function d2(l,t){return e.openBlock(),e.createElementBlock("svg",Ta,Ia)}const qa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:d2},render:d2},Symbol.toStringTag,{value:"Module"})),Ua={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ra=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12h.033v-.033l-.033.033Z"></path><path fill="#F0F0F0" d="M12 6.261V.001h-.002C5.372 0 0 5.373 0 12h6.261V8.474L9.787 12h2.181l.033-.032V9.787L8.475 6.26H12Z"></path><path fill="#D80027" d="M6.071 1.565a12.057 12.057 0 0 0-4.506 4.506v5.93h3.13V4.695H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.524 7.738 6.261H6.261L12.001 12v-1.476Z"></path><path fill="#338AF3" d="M13.565 6.26V12c0 2.795 3.652 3.652 3.652 3.652S20.87 14.795 20.87 12V6.26h-7.304Z"></path><path fill="#A2001D" d="M13.565 12c0 2.795 3.652 3.651 3.652 3.651S20.87 14.795 20.87 12h-7.304Z"></path><path fill="#000" d="M18.782 8.87H17.74V7.825h-1.044v1.043h-1.043v1.044h1.043v3.13h1.044v-3.13h1.043V8.869Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function p2(l,t){return e.openBlock(),e.createElementBlock("svg",Ua,Ra)}const Ga=Object.freeze(Object.defineProperty({__proto__:null,default:{render:p2},render:p2},Symbol.toStringTag,{value:"Module"})),Ja={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ka=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0c6.627 0 12 5.372 12 12 0 6.627-5.373 12-12 12"></path><path fill="#ACABB1" d="M8.347 4.696V3.131H6.782v1.565H5.217v1.566h1.565v1.565h1.565V6.262h1.566V4.696H8.347Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function _2(l,t){return e.openBlock(),e.createElementBlock("svg",Ja,Ka)}const Ya=Object.freeze(Object.defineProperty({__proto__:null,default:{render:_2},render:_2},Symbol.toStringTag,{value:"Module"})),Wa={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Qa=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="m1.459 6.26 10.54 1.044L22.541 6.26A11.997 11.997 0 0 0 11.999 0C7.451 0 3.494 2.53 1.46 6.26Z"></path><path fill="#FFDA44" d="m1.459 17.738 10.54 1.044 10.542-1.044A11.955 11.955 0 0 0 24 12l-12-1.043L0 12c0 2.08.529 4.034 1.459 5.74Z"></path><path fill="#0052B4" d="M1.459 6.261a11.946 11.946 0 0 0-1.46 5.74h24c0-2.08-.528-4.035-1.458-5.74H1.459Z"></path><path fill="#6DA544" d="M12 24c4.548 0 8.505-2.531 10.54-6.261H1.46A11.997 11.997 0 0 0 12 23.999Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function f2(l,t){return e.openBlock(),e.createElementBlock("svg",Wa,Qa)}const Xa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:f2},render:f2},Symbol.toStringTag,{value:"Module"})),e9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},t9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M19.826 6.261H4.174v11.478h15.652V6.261Z"></path><path fill="#F0F0F0" d="M13.932 15.391a3.391 3.391 0 1 1 1.613-6.375 4.174 4.174 0 1 0 0 5.967c-.48.26-1.029.408-1.613.408Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function g2(l,t){return e.openBlock(),e.createElementBlock("svg",e9,t9)}const l9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:g2},render:g2},Symbol.toStringTag,{value:"Module"})),o9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},c9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M0 12c0 1.468.264 2.874.746 4.174L12 16.695l11.253-.521c.483-1.3.747-2.706.747-4.174a11.96 11.96 0 0 0-.747-4.174L12 7.304.746 7.826A11.974 11.974 0 0 0 0 12Z"></path><path fill="#000" d="M12 0C6.84 0 2.442 3.256.746 7.826h22.508C21.557 3.256 17.159 0 12 0Z"></path><path fill="#496E2D" d="M23.253 16.175H.746C2.442 20.745 6.84 24 12 24c5.16 0 9.558-3.257 11.253-7.826Z"></path><path fill="#D80027" d="m15.586 5.74-1.465-.69.78-1.419-1.591.305-.202-1.608L12 3.51l-1.11-1.182-.201 1.608-1.592-.305.78 1.42-1.465.689h7.173Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function m2(l,t){return e.openBlock(),e.createElementBlock("svg",o9,c9)}const a9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:m2},render:m2},Symbol.toStringTag,{value:"Module"})),n9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},h9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12a12 12 0 0 0-6.783-10.81v21.62A12 12 0 0 0 24 11.999Z"></path><path fill="#6DA544" d="M0 12a12 12 0 0 0 6.782 10.809V1.19A12 12 0 0 0 0 12Zm8.87 0a3.13 3.13 0 0 0 6.26 0v-1.044H8.87v1.043Z"></path><path fill="#FF9811" d="M16.173 9.913h-3.13a1.044 1.044 0 0 0-2.087 0h-3.13c0 .577.502 1.044 1.078 1.044h-.035c0 .576.467 1.043 1.044 1.043 0 .577.467 1.044 1.043 1.044h2.087c.576 0 1.043-.467 1.043-1.044.577 0 1.044-.467 1.044-1.043h-.035c.576 0 1.078-.467 1.078-1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function $2(l,t){return e.openBlock(),e.createElementBlock("svg",n9,h9)}const r9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:$2},render:$2},Symbol.toStringTag,{value:"Module"})),s9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},i9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M11.478 12H24a12.01 12.01 0 0 0-.413-3.13H11.478V12Zm0-6.261h10.76a12.061 12.061 0 0 0-2.768-3.13h-7.992v3.13ZM12 24c2.824 0 5.42-.976 7.47-2.608H4.53A11.949 11.949 0 0 0 12 24ZM1.761 18.26H22.24a11.933 11.933 0 0 0 1.348-3.13H.414c.3 1.116.758 2.168 1.347 3.13Z"></path><path fill="#0052B4" d="M12 12V0C5.373 0 0 5.373 0 12h12Z"></path><path fill="#FFDA44" d="M7.98 10.27a2.967 2.967 0 1 1 1.412-5.577 3.652 3.652 0 1 0 0 5.221 2.95 2.95 0 0 1-1.412.357Z"></path><path fill="#FFDA44" d="m8.817 5.217.526 1.102 1.19-.275L10 7.143l.957.759-1.191.268.003 1.221-.952-.764-.953.764.003-1.22-1.191-.27.957-.758L7.1 6.044l1.19.275.527-1.102Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function v2(l,t){return e.openBlock(),e.createElementBlock("svg",s9,i9)}const d9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:v2},render:v2},Symbol.toStringTag,{value:"Module"})),p9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},_9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="m6.486 16.696-2.971 3.79A11.96 11.96 0 0 0 12 24c4.96 0 9.217-3.01 11.045-7.304H6.485Z"></path><path fill="#496E2D" d="M23.063 7.348C21.246 3.032 16.977.001 12 .001a11.96 11.96 0 0 0-8.485 3.515L6.52 7.348h16.543Z"></path><path fill="#000" d="M2.609 8.826v6.304h20.978A12.01 12.01 0 0 0 24 12c0-1.099-.148-2.163-.425-3.174H2.61Z"></path><path fill="#A2001D" d="M3.514 3.514c-4.686 4.687-4.686 12.285 0 16.97L12 12 3.514 3.514Z"></path><path fill="#FFDA44" d="m4.857 8.87.777 2.39h2.515l-2.035 1.48.777 2.391-2.034-1.478-2.034 1.478.777-2.391-2.035-1.478H4.08l.777-2.392Z"></path><path fill="#F0F0F0" d="M7.131 12H2.583v2.086h4.548V12Z"></path><path fill="#000" d="m7.992 9.607-.738-.738-2.397 2.398-2.398-2.398-.738.738 2.4 2.396-2.4 2.4.738.727 2.398-2.393 2.397 2.393.738-.728-2.4-2.4 2.4-2.395Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function w2(l,t){return e.openBlock(),e.createElementBlock("svg",p9,_9)}const f9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:w2},render:w2},Symbol.toStringTag,{value:"Module"})),g9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},m9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M3.515 20.485c.503.503 1.04.952 1.603 1.348L21.833 5.117a12.068 12.068 0 0 0-2.952-2.951L2.167 18.88c.395.563.844 1.1 1.348 1.604Z"></path><path fill="#0052B4" d="M3.515 3.515C-.271 7.3-.998 12.986 1.333 17.502l16.17-16.169C12.985-.997 7.3-.27 3.514 3.515Z"></path><path fill="#496E2D" d="M20.486 20.485c3.785-3.786 4.512-9.472 2.182-13.988l-16.17 16.17c4.516 2.33 10.202 1.603 13.988-2.182Z"></path><path fill="#FFDA44" d="m9.913 6.782-1.344.632.716 1.303-1.46-.28-.186 1.475-1.017-1.085-1.017 1.085-.185-1.475-1.46.28.716-1.303-1.344-.632 1.344-.633-.716-1.302 1.46.28.185-1.476 1.017 1.085L7.64 3.651l.185 1.475 1.46-.279L8.57 6.15l1.344.633Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Z2(l,t){return e.openBlock(),e.createElementBlock("svg",g9,m9)}const $9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Z2},render:Z2},Symbol.toStringTag,{value:"Module"})),v9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},w9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M1.19 6.782A11.953 11.953 0 0 0 0 12c0 1.87.428 3.64 1.19 5.218L12 18.26l10.809-1.043a11.952 11.952 0 0 0 1.19-5.218c0-1.87-.427-3.64-1.19-5.217L11.999 5.74 1.19 6.782Z"></path><path fill="#6DA544" d="M1.19 17.218A12 12 0 0 0 12 24.001a12 12 0 0 0 10.809-6.783H1.19Z"></path><path fill="#FF9811" d="M1.19 6.782h21.62A12 12 0 0 0 11.999 0 12 12 0 0 0 1.192 6.782ZM12 16.174a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function u2(l,t){return e.openBlock(),e.createElementBlock("svg",v9,w9)}const Z9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:u2},render:u2},Symbol.toStringTag,{value:"Module"})),u9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},M9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M17.217 1.19A11.953 11.953 0 0 0 12 0c-1.87 0-3.64.428-5.218 1.19L5.74 12l1.043 10.809A11.952 11.952 0 0 0 12 23.999c1.87 0 3.64-.427 5.218-1.19l1.043-10.81L17.217 1.19Z"></path><path fill="#6DA544" d="M6.782 1.191A12 12 0 0 0 0 12a12 12 0 0 0 6.782 10.809V1.19Zm10.435 0V22.81A12 12 0 0 0 24 12a12 12 0 0 0-6.783-10.809ZM15.13 15.652 12 5.739l-3.13 9.913h2.347v2.608h1.566v-2.608h2.347Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function M2(l,t){return e.openBlock(),e.createElementBlock("svg",u9,M9)}const F9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:M2},render:M2},Symbol.toStringTag,{value:"Module"})),B9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},b9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M0 12c0 5.16 3.256 9.558 7.826 11.254V.747C3.256 2.442 0 6.84 0 12Zm24 0c0-5.16-3.257-9.558-7.826-11.253v22.507C20.744 21.558 24 17.16 24 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function F2(l,t){return e.openBlock(),e.createElementBlock("svg",B9,b9)}const x9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:F2},render:F2},Symbol.toStringTag,{value:"Module"})),k9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},S9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M12 0A12 12 0 0 0 1.191 6.782H22.81A12 12 0 0 0 12 0Zm0 24.001a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12 24.001Z"></path><path fill="#FFDA44" d="M12 8.348a3.652 3.652 0 1 0 0 7.304 3.652 3.652 0 0 0 0-7.304Zm0 5.739a2.087 2.087 0 1 1 0-4.174 2.087 2.087 0 0 1 0 4.174Z"></path><path fill="#0052B4" d="M13.807 12.522 12 12.001l-1.808.521-.602 1.044h4.82l-.603-1.044Z"></path><path fill="#338AF3" d="m12 9.391-1.205 2.087L12 12l1.205-.522L12 9.391Z"></path><path fill="#6DA544" d="M10.192 12.521h3.615l-.602-1.043h-2.41l-.603 1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function B2(l,t){return e.openBlock(),e.createElementBlock("svg",k9,S9)}const P9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:B2},render:B2},Symbol.toStringTag,{value:"Module"})),y9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},V9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M12 0C6.84 0 2.442 3.256.747 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path><path fill="#0052B4" d="M12 24c5.16 0 9.558-3.256 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function b2(l,t){return e.openBlock(),e.createElementBlock("svg",y9,V9)}const H9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:b2},render:b2},Symbol.toStringTag,{value:"Module"})),j9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},A9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M.413 15.13a12.01 12.01 0 0 0 4.283 6.391v-6.39H.413Zm10.543 8.825c.344.03.692.045 1.044.045 5.544 0 10.21-3.76 11.586-8.87h-12.63v8.825ZM23.586 8.87C22.21 3.76 17.544 0 12 0c-.352 0-.7.017-1.044.046V8.87h12.63ZM4.696 2.48A12.01 12.01 0 0 0 .413 8.87h4.283V2.48Z"></path><path fill="#0052B4" d="M23.898 10.434H9.391V.284a11.97 11.97 0 0 0-3.13 1.176v8.975H.1a12.102 12.102 0 0 0 0 3.13h6.16v8.976c.97.53 2.021.928 3.13 1.174v-10.15h14.507a12.121 12.121 0 0 0 0-3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function x2(l,t){return e.openBlock(),e.createElementBlock("svg",j9,A9)}const z9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:x2},render:x2},Symbol.toStringTag,{value:"Module"})),O9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},D9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M23.93 13.305Zm0-.001L10.77.062c-.594.06-1.175.164-1.74.308C3.839 1.692 0 12 0 12s16.8 11.242 18.716 9.945c.384-.26.752-.54 1.102-.842l-7.8-7.799H23.93Z"></path><path fill="#D80027" d="M20.87 12 9.2.329C3.922 1.591 0 6.337 0 11.999c0 6.628 5.373 12 12 12 2.514 0 4.847-.773 6.775-2.094L8.87 11.999h12Z"></path><path fill="#F0F0F0" d="m11.413 17.717-1.466-.689.78-1.42-1.591.305-.202-1.608-1.108 1.183-1.109-1.183-.201 1.608-1.592-.304.78 1.419-1.465.69 1.466.689-.78 1.419 1.59-.304.202 1.607 1.109-1.182 1.108 1.182.202-1.607 1.591.304-.78-1.42 1.466-.689Zm-.979-11.062-1.066-.501.568-1.033-1.157.222-.147-1.17-.806.86-.807-.86-.146 1.17-1.158-.222.568 1.033-1.066.5 2.609.523 2.608-.522Z"></path><path fill="#F0F0F0" d="M10.957 6.655a3.13 3.13 0 0 1-6.261 0"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function k2(l,t){return e.openBlock(),e.createElementBlock("svg",O9,D9)}const E9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:k2},render:k2},Symbol.toStringTag,{value:"Module"})),C9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},N9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M12.001 0C5.725 0 .576 4.817.047 10.956h23.908C23.427 4.817 18.277 0 12.001 0ZM12 24c6.276 0 11.425-4.818 11.954-10.956H.046C.574 19.182 5.724 24 12 24Z"></path><path fill="#F0F0F0" d="m9.913 16.174-1.344.633.716 1.302-1.46-.28-.186 1.476-1.017-1.085-1.017 1.085-.185-1.475-1.46.28.716-1.303-1.344-.633 1.344-.632-.716-1.302 1.46.28.185-1.476 1.017 1.085 1.018-1.085.184 1.475 1.46-.28-.715 1.303 1.344.632Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function S2(l,t){return e.openBlock(),e.createElementBlock("svg",C9,N9)}const L9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:S2},render:S2},Symbol.toStringTag,{value:"Module"})),T9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},I9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#0052B4" d="M12 5.74v4.047L7.826 5.74H12ZM6.261 12h3.526L6.26 7.305l-.522 3.652L6.261 12Z"></path><path fill="#F0F0F0" d="M11.968 12h.033v-.031l-.033.032Z"></path><path fill="#F0F0F0" d="M12 6.26V0h-.002C5.371.001 0 5.373 0 12h6.26V8.474L9.787 12h2.182l.032-.032V9.786L8.474 6.261H12Z"></path><path fill="#D80027" d="M12 10.525 7.735 6.26H6.26L12 12v-1.476Z"></path><path fill="#D80027" d="M6.07 1.565c-.462.263-.905.557-1.327.877h.493l-1.302.946.497 1.53-1.301-.945-.138.1c-.54.614-1.02 1.283-1.427 1.998V12h3.13V4.696H12V1.564H6.07Z"></path><path fill="#0052B4" d="M5.126 2.164c-.13.09-.257.184-.383.28l-.809.945-.804.585-.14.101a12.06 12.06 0 0 0-.827 1.052 2.217 2.217 0 0 0 2.963-2.963Z"></path><path fill="#FFDA44" d="m2.99 4.074.14-.102 1.301.946-.497-1.53 1.301-.946h-.492A12.076 12.076 0 0 0 2.99 4.074Zm5.304-1.987.26.798h.837l-.678.492.26.797-.679-.492-.678.492.259-.797-.678-.492h.838l.26-.798ZM3.13 7.305l.26.797h.837l-.678.493.26.797L3.13 8.9l-.678.492.259-.797-.678-.493h.838l.259-.797Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function P2(l,t){return e.openBlock(),e.createElementBlock("svg",T9,I9)}const q9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:P2},render:P2},Symbol.toStringTag,{value:"Module"})),U9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},R9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12h.033v-.032a9.76 9.76 0 0 0-.033.032ZM12 6.26V0h-.002C5.372.001 0 5.373 0 12h6.261V8.474L9.787 12h2.181l.032-.032V9.786L8.475 6.261H12Z"></path><path fill="#D80027" d="M6.071 1.565A12.057 12.057 0 0 0 1.565 6.07V12h3.13V4.695H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.525 7.737 6.26H6.261l5.74 5.74v-1.476Zm8.781-1.62.26.797h.837l-.678.492.26.798-.679-.493-.678.493.259-.798-.678-.492h.838l.26-.797Zm-2.996 5.739.389 1.195h1.257l-1.018.74.39 1.195-1.018-.739-1.017.739.388-1.196-1.017-.739h1.257l.389-1.195Zm.113-9.392.324.996h1.048l-.848.616.324.997-.848-.616-.847.616.324-.997-.848-.616h1.048l.323-.996ZM15.015 8.87l.389 1.196h1.257l-1.017.739.388 1.195-1.017-.739-1.017.74.389-1.196-1.018-.74h1.258l.388-1.195Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function y2(l,t){return e.openBlock(),e.createElementBlock("svg",U9,R9)}const G9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:y2},render:y2},Symbol.toStringTag,{value:"Module"})),J9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},K9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M0 12c0 4.549 2.53 8.506 6.261 10.541V1.46A11.997 11.997 0 0 0 .001 12Z"></path><path fill="#D80027" d="M23.254 16.175c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174H.747A11.973 11.973 0 0 0 0 12.001c0 1.468.264 2.874.747 4.174L12 17.22l11.254-1.044Z"></path><path fill="#6DA544" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path><path fill="#D80027" d="M0 12c0 5.544 3.76 10.21 8.87 11.586V.413C3.76 1.79 0 6.455 0 12Z"></path><path fill="#F0F0F0" d="M7.342 5.282 6.235 4.175l-.738.738-.738-.738-1.107 1.107.738.737-.738.738L4.76 7.864l.738-.738.738.738 1.107-1.107-.738-.738.738-.737Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function V2(l,t){return e.openBlock(),e.createElementBlock("svg",J9,K9)}const Y9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:V2},render:V2},Symbol.toStringTag,{value:"Module"})),W9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Q9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M0 12c0 6.627 5.373 12 12 12V12H0Z"></path><path fill="#D80027" d="M12 0c6.627 0 12 5.373 12 12H12V0Z"></path><path fill="#0052B4" d="m7.144 4.175.777 2.391h2.514L8.401 8.044l.777 2.392-2.034-1.478-2.035 1.478.777-2.392-2.034-1.478h2.515l.777-2.391Z"></path><path fill="#D80027" d="m16.857 13.565.777 2.391h2.515l-2.035 1.478.777 2.392-2.034-1.478-2.034 1.478.777-2.392-2.035-1.478h2.515l.777-2.391Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function H2(l,t){return e.openBlock(),e.createElementBlock("svg",W9,Q9)}const X9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:H2},render:H2},Symbol.toStringTag,{value:"Module"})),en={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},tn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12.002c0-5.16-3.256-9.559-7.826-11.254v22.507C20.744 21.56 24 17.161 24 12.002ZM0 12c0 5.16 3.257 9.559 7.826 11.254V.747C3.256 2.443 0 6.841 0 12.001Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function j2(l,t){return e.openBlock(),e.createElementBlock("svg",en,tn)}const ln=Object.freeze(Object.defineProperty({__proto__:null,default:{render:j2},render:j2},Symbol.toStringTag,{value:"Module"})),on={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},cn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M1.46 6.262h21.08A11.997 11.997 0 0 0 12 0C7.452 0 3.494 2.53 1.46 6.26ZM12 24c4.548 0 8.505-2.53 10.54-6.261H1.46A11.997 11.997 0 0 0 12 23.999Z"></path><path fill="#FFDA44" d="M16.174 12c0 2.305-1.869 3.652-4.174 3.652-2.305 0-4.174-1.347-4.174-3.652a4.174 4.174 0 0 1 8.348 0Z"></path><path fill="#0052B4" d="M16.174 12a4.174 4.174 0 0 1-8.348 0"></path><path fill="#D80027" d="M10.435 10.956H9.392v2.087h1.043v-2.087Zm4.174 0h-1.044v2.087h1.044v-2.087ZM12.522 9.39h-1.043v3.653h1.043V9.391Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function A2(l,t){return e.openBlock(),e.createElementBlock("svg",on,cn)}const an=Object.freeze(Object.defineProperty({__proto__:null,default:{render:A2},render:A2},Symbol.toStringTag,{value:"Module"})),nn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},hn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#000" d="M20.485 20.486c-4.686 4.686-12.284 4.686-16.97 0-4.687-4.687-4.687-12.285 0-16.97C8.2-1.172 15.06-.435 19.747 4.252c4.687 4.686 5.425 11.546.738 16.233Z"></path><path fill="#A2001D" d="M3.515 3.515c4.686-4.687 12.284-4.687 16.97 0 4.687 4.686 4.687 12.284 0 16.97"></path><path fill="#F0F0F0" d="m9.172 16.174.194.598h.628l-.508.37.194.597-.508-.37-.51.37.195-.598-.508-.37h.628l.195-.597Zm-1.607-5.739.324.996h1.048l-.848.616.324.997-.848-.616-.848.616.324-.997-.847-.616H7.24l.324-.996Zm0 7.304.324.996h1.048l-.848.616.324.997-.848-.616-.848.616.324-.997-.847-.616H7.24l.324-.996Zm3.064-4.695.324.996H12l-.848.616.324.997-.848-.616-.848.616.324-.997-.847-.616h1.047l.324-.996Zm-6.127 0 .324.996h1.048l-.848.616.324.997-.848-.616-.847.616.323-.997-.847-.616h1.047l.324-.996Z"></path><path fill="#FFDA44" d="M20.088 8.886a3.106 3.106 0 0 0-1.982-.907l2.242-1.744a4.163 4.163 0 0 0-3.257-1.21 3.116 3.116 0 0 0-.801-1.372l-.886 1.77a1.304 1.304 0 1 0-1.77 1.77l-1.771.887c.395.395.87.662 1.372.802a4.162 4.162 0 0 0 1.21 3.256l1.959-2.518a.777.777 0 0 1 .548-.225c.21 0 .406.081.554.23a.774.774 0 0 1 .229.553.777.777 0 0 1-.23.553l.739.738c.345-.345.535-.803.535-1.291 0-.4-.128-.779-.363-1.092.343.091.666.27.934.538a2.09 2.09 0 0 1 0 2.952l.738.738a3.11 3.11 0 0 0 .917-2.214 3.11 3.11 0 0 0-.917-2.214Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function z2(l,t){return e.openBlock(),e.createElementBlock("svg",nn,hn)}const rn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:z2},render:z2},Symbol.toStringTag,{value:"Module"})),sn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},dn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0v12l-8.485 8.485A11.963 11.963 0 0 0 12 24c6.628 0 12-5.373 12-12S12 0 12 0Z"></path><path fill="#0052B4" d="M12 0a11.963 11.963 0 0 0-8.485 3.515L12 12h12c0-6.627-5.372-12-12-12Z"></path><path fill="#FFDA44" d="m8.217 12-1.465-.69.78-1.419-1.591.305-.202-1.608L4.631 9.77 3.522 8.588l-.202 1.608-1.59-.305.78 1.42L1.043 12l1.465.69-.78 1.418 1.592-.304.201 1.608 1.109-1.183 1.108 1.183.202-1.608 1.591.304-.78-1.419L8.217 12ZM3.2 4.695l.489.682.798-.253-.497.674.487.682-.795-.265-.497.674.006-.838-.795-.265.799-.253.006-.838Zm0 12.415.489.681.798-.253-.497.675.487.681-.795-.265-.497.675.006-.838-.795-.265.799-.253.006-.838Zm6.956-6.207-.487.682-.8-.253.498.674-.487.682.795-.265.498.674-.007-.838.796-.265-.8-.253-.006-.838Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function O2(l,t){return e.openBlock(),e.createElementBlock("svg",sn,dn)}const pn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:O2},render:O2},Symbol.toStringTag,{value:"Module"})),_n={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},fn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M0 12c0 4.549 2.531 8.506 6.261 10.541V1.46A11.997 11.997 0 0 0 .001 12Z"></path><path fill="#496E2D" d="M12 0C9.92 0 7.965.53 6.26 1.46v21.082C7.966 23.472 9.92 24 12 24c6.627 0 12-5.373 12-12 0-6.628-5.373-12-12-12Z"></path><path fill="#F0F0F0" d="M17.13 13.986a3.391 3.391 0 1 1-2.425-6.112 4.174 4.174 0 1 0 3.495 4.837 3.377 3.377 0 0 1-1.07 1.275Zm-.064-6.159.855.922 1.141-.529-.612 1.098.855.922-1.234-.243-.612 1.098-.15-1.248-1.234-.243 1.141-.528-.15-1.249Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function D2(l,t){return e.openBlock(),e.createElementBlock("svg",_n,fn)}const gn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:D2},render:D2},Symbol.toStringTag,{value:"Module"})),mn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},$n=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function E2(l,t){return e.openBlock(),e.createElementBlock("svg",mn,$n)}const vn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:E2},render:E2},Symbol.toStringTag,{value:"Module"})),wn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Zn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12h.033v-.032l-.033.033Z"></path><path fill="#F0F0F0" d="M12 6.261V.001h-.002C5.372 0 0 5.372 0 12h6.261V8.474L9.787 12h2.181l.033-.032V9.787L8.475 6.26H12Z"></path><path fill="#D80027" d="M6.071 1.565a12.057 12.057 0 0 0-4.506 4.506V12h3.13V4.696H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.525 7.738 6.26H6.261l5.74 5.74v-1.476Z"></path><path fill="#ACABB1" d="m18.783 7.304-1.565.522-1.565-.522L15.13 6l.522-1.305h3.13L18.261 6l.522 1.304Z"></path><path fill="#338AF3" d="M13.565 7.304v5.74c0 2.795 3.652 3.651 3.652 3.651s3.652-.856 3.652-3.652V7.304h-7.304Z"></path><path fill="#6DA544" d="M13.895 14.402c.898 1.724 3.323 2.293 3.323 2.293s2.425-.57 3.323-2.293L17.218 8.87l-3.323 5.533Z"></path><path fill="#FFDA44" d="m20.87 12.985-3.653-5.681-3.652 5.681v.058c0 .518.125.968.33 1.36l3.322-5.17 3.323 5.17c.204-.392.33-.843.33-1.36v-.058Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function C2(l,t){return e.openBlock(),e.createElementBlock("svg",wn,Zn)}const un=Object.freeze(Object.defineProperty({__proto__:null,default:{render:C2},render:C2},Symbol.toStringTag,{value:"Module"})),Mn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Fn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M11.999 0a11.982 11.982 0 0 0-9.6 4.8h19.2A11.982 11.982 0 0 0 12 0Zm0 24c3.926 0 7.411-1.886 9.6-4.8H2.4A11.981 11.981 0 0 0 12 24ZM0 12c0 .821.082 1.624.24 2.4h23.52a12.056 12.056 0 0 0 0-4.8H.24C.082 10.374 0 11.176 0 12Z"></path><path fill="#0052B4" d="M3.514 3.515c-4.686 4.687-4.686 12.285 0 16.971L12 12.001 3.514 3.515Z"></path><path fill="#F0F0F0" d="m4.857 8.869.777 2.391h2.515l-2.035 1.478.777 2.392-2.034-1.478-2.034 1.478.777-2.392-2.035-1.478H4.08l.777-2.391Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function N2(l,t){return e.openBlock(),e.createElementBlock("svg",Mn,Fn)}const Bn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:N2},render:N2},Symbol.toStringTag,{value:"Module"})),bn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},xn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M7.304 7.827h15.95C21.557 3.257 17.159.001 12 .001a11.96 11.96 0 0 0-8.485 3.515l3.79 4.311Z"></path><path fill="#6DA544" d="M7.304 16.174h15.95C21.557 20.744 17.159 24 12 24a11.961 11.961 0 0 1-8.485-3.515l3.79-4.311Z"></path><path fill="#D80027" d="M3.515 3.515c-4.687 4.686-4.687 12.284 0 16.97L12 12 3.515 3.515Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function L2(l,t){return e.openBlock(),e.createElementBlock("svg",bn,xn)}const kn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:L2},render:L2},Symbol.toStringTag,{value:"Module"})),Sn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Pn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#6DA544" d="M0 12c0 5.16 3.256 9.559 7.826 11.254l1.043-11.253L7.826.747C3.256 2.443 0 6.841 0 12.001Z"></path><path fill="#D80027" d="M24 12c0-6.627-5.372-12-12-12-1.468 0-2.874.264-4.174.746v22.508c1.3.482 2.706.746 4.174.746 6.628 0 12-5.373 12-12Z"></path><path fill="#FFDA44" d="M7.826 16.174a4.174 4.174 0 1 0 0-8.347 4.174 4.174 0 0 0 0 8.347Z"></path><path fill="#D80027" d="M5.478 9.913v2.608a2.348 2.348 0 0 0 4.695 0V9.913H5.478Z"></path><path fill="#F0F0F0" d="M7.826 13.304a.784.784 0 0 1-.782-.783v-1.043h1.565v1.043a.784.784 0 0 1-.783.783Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function T2(l,t){return e.openBlock(),e.createElementBlock("svg",Sn,Pn)}const yn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:T2},render:T2},Symbol.toStringTag,{value:"Module"})),Vn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Hn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M9.391 17.218a5.217 5.217 0 1 0 0-10.434 5.217 5.217 0 0 0 0 10.434Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function I2(l,t){return e.openBlock(),e.createElementBlock("svg",Vn,Hn)}const jn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:I2},render:I2},Symbol.toStringTag,{value:"Module"})),An={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},zn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0A12 12 0 0 0 1.191 6.783H22.81A12 12 0 0 0 12 0Z"></path><path fill="#0052B4" d="M12 24a12 12 0 0 0 10.81-6.782H1.19A12 12 0 0 0 12 24.001Z"></path><path fill="#6DA544" d="m14.951 8.527-1.107 1.106a2.609 2.609 0 1 1-3.69 0L9.05 8.527a4.174 4.174 0 1 0 5.903 0Z"></path><path fill="#FFDA44" d="m12 9.913.389 1.195h1.257l-1.018.74.39 1.195L12 12.304l-1.017.739.388-1.196-1.017-.739h1.257L12 9.913Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function q2(l,t){return e.openBlock(),e.createElementBlock("svg",An,zn)}const On=Object.freeze(Object.defineProperty({__proto__:null,default:{render:q2},render:q2},Symbol.toStringTag,{value:"Module"})),Dn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},En=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#751A46" d="M24 12c0-6.627-5.373-12-12-12-2.347 0-4.537.675-6.387 1.84l2.63 1.117-3.547 1.508 3.548 1.507L4.696 7.48l3.548 1.507-3.548 1.507L8.244 12l-3.548 1.507 3.548 1.507-3.548 1.508 3.548 1.507-3.548 1.507 3.548 1.507-2.63 1.117A11.944 11.944 0 0 0 12 24c6.627 0 12-5.373 12-12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function U2(l,t){return e.openBlock(),e.createElementBlock("svg",Dn,En)}const Cn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:U2},render:U2},Symbol.toStringTag,{value:"Module"})),Nn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ln=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M16.174.745A11.975 11.975 0 0 0 12 0c-1.468 0-2.874.264-4.174.746L6.783 12l1.043 11.254c1.3.482 2.706.746 4.174.746 1.468 0 2.874-.264 4.174-.746L17.218 12 16.174.745Z"></path><path fill="#D80027" d="M24 12c0-5.16-3.257-9.56-7.826-11.254v22.507C20.744 21.558 24 17.16 24 12Z"></path><path fill="#0052B4" d="M0 12c0 5.16 3.257 9.558 7.826 11.253V.746C3.256 2.441 0 6.84 0 11.999Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function R2(l,t){return e.openBlock(),e.createElementBlock("svg",Nn,Ln)}const Tn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:R2},render:R2},Symbol.toStringTag,{value:"Module"})),In={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},qn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M12 0C5.373 0 0 5.373 0 12c0 1.468.264 2.874.746 4.174h22.508c.482-1.3.746-2.706.746-4.174 0-6.627-5.373-12-12-12Z"></path><path fill="#D80027" d="M12 0C6.84 0 2.442 3.257.747 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path><path fill="#D80027" d="M3.103 6.783v5.986c0 3.406 4.449 4.449 4.449 4.449S12 16.175 12 12.769V6.783H3.103Z"></path><path fill="#FFDA44" d="M4.942 7.826h5.218V5.74l-1.044.522-1.565-1.565L5.986 6.26l-1.044-.52v2.087Zm6.014 5.776-3.391-3.39-3.392 3.39L5.28 14.71l2.285-2.284 2.284 2.284 1.107-1.107Z"></path><path fill="#F0F0F0" d="M10.956 10.434H9.374A1.043 1.043 0 1 0 7.55 9.42a1.043 1.043 0 1 0-1.823 1.014H4.173c0 .576.502 1.043 1.079 1.043h-.035c0 .577.467 1.044 1.043 1.044 0 .51.367.934.85 1.025l-.821 1.856a3.38 3.38 0 0 0 2.552 0l-.822-1.856c.484-.09.85-.515.85-1.025.576 0 1.044-.467 1.044-1.044h-.035c.576 0 1.078-.467 1.078-1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function G2(l,t){return e.openBlock(),e.createElementBlock("svg",In,qn)}const Un=Object.freeze(Object.defineProperty({__proto__:null,default:{render:G2},render:G2},Symbol.toStringTag,{value:"Module"})),Rn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Gn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M23.254 16.173c.482-1.3.746-2.706.746-4.173 0-1.468-.264-2.874-.746-4.174H.747A11.974 11.974 0 0 0 0 11.999c0 1.468.264 2.874.747 4.174L12 17.217l11.254-1.044Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.257 11.254-7.827H.747C2.442 20.743 6.84 24 12 24Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function J2(l,t){return e.openBlock(),e.createElementBlock("svg",Rn,Gn)}const Jn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:J2},render:J2},Symbol.toStringTag,{value:"Module"})),Kn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Yn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M0 12c0 2.078.53 4.033 1.46 5.738L12 18.782l10.541-1.044c.93-1.705 1.46-3.66 1.46-5.739l-12-1.043-12 1.043Z"></path><path fill="#338AF3" d="M22.54 6.26A11.997 11.997 0 0 0 12 0 11.997 11.997 0 0 0 0 12h24c0-2.079-.529-4.034-1.46-5.74Z"></path><path fill="#496E2D" d="M12 24c4.549 0 8.506-2.532 10.541-6.262H1.46A11.997 11.997 0 0 0 12 24Z"></path><path fill="#FFDA44" d="m13.565 7.022 1.466.69-.78 1.42 1.59-.305.202 1.607 1.109-1.182 1.108 1.182.202-1.607 1.591.304-.78-1.42 1.465-.689-1.465-.689.78-1.42-1.591.305-.202-1.607-1.108 1.182-1.109-1.182-.201 1.607-1.592-.304.78 1.42-1.465.688Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function K2(l,t){return e.openBlock(),e.createElementBlock("svg",Kn,Yn)}const Wn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:K2},render:K2},Symbol.toStringTag,{value:"Module"})),Qn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Xn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#6DA544" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M6.783 14.348c0 .864.7 1.565 1.565 1.565h4.696c0 .72.584 1.304 1.304 1.304h1.565c.72 0 1.305-.584 1.305-1.304v-1.565H6.783Zm10.564-7.565v3.652c0 .576-.468 1.044-1.043 1.044v1.565a2.612 2.612 0 0 0 2.609-2.609V6.783h-1.566ZM6.13 10.435c0 .575-.468 1.043-1.043 1.043v1.566a2.612 2.612 0 0 0 2.609-2.609V6.783H6.13v3.652Z"></path><path fill="#F0F0F0" d="M16.565 6.783H15v3.652h1.565V6.783ZM12.652 8.87a.261.261 0 0 1-.522 0V6.783h-1.565V8.87a.261.261 0 0 1-.521 0V6.783H8.477V8.87c0 1.007.82 1.826 1.826 1.826.388 0 .748-.122 1.044-.329a1.816 1.816 0 0 0 1.274.314 1.045 1.045 0 0 1-1.013.798v1.565a2.612 2.612 0 0 0 2.608-2.609V6.783h-1.565V8.87Z"></path><path fill="#F0F0F0" d="M10.826 11.478H8.478v1.565h2.348v-1.565Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Y2(l,t){return e.openBlock(),e.createElementBlock("svg",Qn,Xn)}const eh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Y2},render:Y2},Symbol.toStringTag,{value:"Module"})),th={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},lh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M20.486 20.485c4.5-4.5 4.678-11.686.535-16.4L12.001 12l-7.914 9.02c4.713 4.143 11.899 3.966 16.4-.535Z"></path><path fill="#0052B4" d="M3.515 3.514c4.5-4.5 11.686-4.678 16.4-.535L12 12l-9.02 7.914c-4.143-4.714-3.966-11.9.535-16.4Z"></path><path fill="#FFDA44" d="M19.914 2.98 2.979 19.915a12.074 12.074 0 0 0 1.107 1.106L21.021 4.087a12.127 12.127 0 0 0-1.107-1.107Z"></path><path fill="#F0F0F0" d="m5.057 4.174.259.798h.838l-.678.492.259.797-.678-.492-.678.492.259-.797-.679-.492h.839l.259-.798Zm4.28 0 .26.797h.838l-.678.492.259.798-.679-.493-.678.493.26-.798-.679-.492h.838l.26-.797ZM5.056 8.348l.26.797h.838l-.679.493.26.797-.679-.493-.678.493.26-.797-.679-.493h.838l.26-.797Zm4.281 0 .26.797h.838l-.678.493.259.797-.679-.493-.678.493.26-.797-.679-.493h.838l.26-.797Zm-2.14-2.086.26.797h.837l-.678.492.26.798-.679-.493-.678.493.259-.798L6.1 7.06h.838l.259-.797Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function W2(l,t){return e.openBlock(),e.createElementBlock("svg",th,lh)}const oh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:W2},render:W2},Symbol.toStringTag,{value:"Module"})),ch={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ah=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M20.1 3.146A11.956 11.956 0 0 0 12 0c-.511 0-1.015.033-1.51.095L4.696 6.782.38 15.005a11.926 11.926 0 0 0 1.255 3.043L12 12l8.1-8.853Z"></path><path fill="#6DA544" d="m21.99 18.648-16.789 3.24A11.943 11.943 0 0 0 12 23.999c4.168 0 7.84-2.125 9.99-5.351Z"></path><path fill="#D80027" d="M20.102 3.148 1.642 18.06a12.048 12.048 0 0 0 1.72 2.268L24 12c0-3.505-1.502-6.658-3.898-8.852Z"></path><path fill="#0052B4" d="M0 12c0 1.038.131 2.046.38 3.006L10.49.094C4.575.836 0 5.884 0 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Q2(l,t){return e.openBlock(),e.createElementBlock("svg",ch,ah)}const nh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Q2},render:Q2},Symbol.toStringTag,{value:"Module"})),hh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},rh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M9.39 10.435h14.508C23.13 4.547 18.096 0 11.999 0c-.896 0-1.768.1-2.608.285v10.15Zm-3.13 0V1.459a12.007 12.007 0 0 0-6.159 8.976h6.16Zm0 3.131H.102a12.007 12.007 0 0 0 6.16 8.975v-8.975Zm3.13 0v10.15c.84.185 1.713.284 2.61.284 6.096 0 11.13-4.547 11.898-10.434H9.39Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function X2(l,t){return e.openBlock(),e.createElementBlock("svg",hh,rh)}const sh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:X2},render:X2},Symbol.toStringTag,{value:"Module"})),ih={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},dh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path><path fill="#F0F0F0" d="M7.304 6.261a3.653 3.653 0 0 1 2.87-3.567 3.652 3.652 0 1 0 0 7.135 3.653 3.653 0 0 1-2.87-3.568ZM12 2.87l.259.797h.838l-.678.493.259.797L12 4.464l-.678.493.259-.797-.678-.493h.838L12 2.87Z"></path><path fill="#F0F0F0" d="m9.966 4.435.26.797h.837l-.678.492.26.798-.679-.493-.678.493.26-.798-.679-.492h.838l.26-.797Zm4.067 0 .259.797h.838l-.678.492.26.798-.679-.493-.678.493.259-.798-.678-.492h.838l.259-.797Zm-.783 2.348.26.798h.838l-.679.492.26.797-.678-.492-.679.492.26-.797-.679-.492h.838l.26-.798Zm-2.501 0 .259.798h.838l-.678.492.259.797-.678-.492-.678.492.259-.797-.678-.492h.838l.259-.798Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function e3(l,t){return e.openBlock(),e.createElementBlock("svg",ih,dh)}const ph=Object.freeze(Object.defineProperty({__proto__:null,default:{render:e3},render:e3},Symbol.toStringTag,{value:"Module"})),_h={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},fh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M23.254 7.826H10.435v-3.13h-6.26v3.13H.746A11.974 11.974 0 0 0 0 12c0 1.468.264 2.874.747 4.174L12 17.218l11.254-1.044c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path><path fill="#F0F0F0" d="M4.174 7.826V8.87c0 2.396 3.13 3.13 3.13 3.13s3.131-.734 3.131-3.13V7.826L9.391 8.87 7.305 7.305 5.218 8.87 4.174 7.826Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function t3(l,t){return e.openBlock(),e.createElementBlock("svg",_h,fh)}const gh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:t3},render:t3},Symbol.toStringTag,{value:"Module"})),mh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},$h=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M12 24c6.628 0 12-5.373 12-12 0-1.468-.264-2.874-.746-4.174H.747A11.974 11.974 0 0 0 0 12c0 6.627 5.373 12 12 12Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.746C2.442 20.744 6.84 24 12 24Z"></path><path fill="#F0F0F0" d="M3.103 6.782v5.986c0 3.405 4.448 4.449 4.448 4.449S12 16.173 12 12.768V6.782H3.103Z"></path><path fill="#D80027" d="M4.146 6.782v5.986c0 .4.09.777.265 1.131h6.28a2.51 2.51 0 0 0 .265-1.13V6.781h-6.81Z"></path><path fill="#F0F0F0" d="M9.639 10.956H8.073V9.913h1.044V8.869H8.073V7.826H7.03v1.043H5.987v1.044H7.03v1.043H5.465V12H7.03v1.043h1.043V12H9.64v-1.044Z"></path><path fill="#0052B4" d="M5.834 15.357a7.494 7.494 0 0 0 1.717.777 7.49 7.49 0 0 0 1.717-.777c.678-.426 1.154-.913 1.423-1.456a1.817 1.817 0 0 0-1.468-.287 1.826 1.826 0 0 0-3.344 0 1.826 1.826 0 0 0-1.468.287c.27.543.745 1.03 1.423 1.456Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function l3(l,t){return e.openBlock(),e.createElementBlock("svg",mh,$h)}const vh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:l3},render:l3},Symbol.toStringTag,{value:"Module"})),wh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Zh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M23.253 16.174c.483-1.3.747-2.706.747-4.173a11.96 11.96 0 0 0-.747-4.174L12 6.783.746 7.827A11.973 11.973 0 0 0 0 12c0 1.467.264 2.873.746 4.173L12 17.218l11.253-1.044Z"></path><path fill="#338AF3" d="M12 24c5.16 0 9.558-3.256 11.253-7.826H.746C2.442 20.744 6.84 24.001 12 24.001Z"></path><path fill="#6DA544" d="M12 0C6.84 0 2.442 3.257.746 7.826h22.508C21.557 3.256 17.159 0 12 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function o3(l,t){return e.openBlock(),e.createElementBlock("svg",wh,Zh)}const uh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:o3},render:o3},Symbol.toStringTag,{value:"Module"})),Mh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Fh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12c.522 0 12-1.565 12-1.565L24 12Z"></path><path fill="#F0F0F0" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path><path fill="#6DA544" d="M16.763 8.28 12 13.045 7.237 8.281a5.706 5.706 0 0 0-.976 3.198v1.565a5.75 5.75 0 0 0 3.878 5.43 1.734 1.734 0 0 0 .19 1.874l1.706-1.366 1.705 1.366a1.736 1.736 0 0 0 .18-1.896 5.749 5.749 0 0 0 3.819-5.408v-1.565c0-1.183-.36-2.284-.976-3.198Z"></path><path fill="#FFDA44" d="M12 17.217a4.179 4.179 0 0 1-4.174-4.173v-1.566A4.179 4.179 0 0 1 12 7.304a4.179 4.179 0 0 1 4.174 4.174v1.566A4.179 4.179 0 0 1 12 17.216Z"></path><path fill="#338AF3" d="M14.609 13.043v-1.565A2.612 2.612 0 0 0 12 8.87a2.612 2.612 0 0 0-2.609 2.61v1.564l2.61.522 2.608-.522Z"></path><path fill="#6DA544" d="M9.391 13.043a2.612 2.612 0 0 0 2.61 2.609 2.612 2.612 0 0 0 2.608-2.609H9.39Z"></path><path fill="#FFDA44" d="M15.13 7.304a1.565 1.565 0 0 0-2.608-1.166v-.92h.521V4.173h-.521v-.522h-1.044v.522h-.521v1.043h.521v.92A1.565 1.565 0 0 0 9.391 8.47v.921h5.218v-.92c.32-.287.521-.704.521-1.167Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function c3(l,t){return e.openBlock(),e.createElementBlock("svg",Mh,Fh)}const Bh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:c3},render:c3},Symbol.toStringTag,{value:"Module"})),bh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},xh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M17.217 1.19A11.953 11.953 0 0 0 12 0c-1.87 0-3.64.428-5.217 1.19L5.739 12l1.044 10.81A11.953 11.953 0 0 0 12 24c1.87 0 3.64-.428 5.217-1.19L18.261 12 17.217 1.19Z"></path><path fill="#496E2D" d="m12 7.826 1.036 3.189h3.353l-2.712 1.97 1.036 3.189L12 14.204l-2.712 1.97 1.036-3.189-2.712-1.97h3.352L12 7.825ZM6.783 1.19A12 12 0 0 0 0 12a12 12 0 0 0 6.783 10.808V1.191Z"></path><path fill="#D80027" d="M17.218 1.191V22.81A12 12 0 0 0 24 12a12 12 0 0 0-6.782-10.809Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function a3(l,t){return e.openBlock(),e.createElementBlock("svg",bh,xh)}const kh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:a3},render:a3},Symbol.toStringTag,{value:"Module"})),Sh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ph=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="m12 6.26 1.295 3.986h4.191l-3.39 2.464 1.294 3.985L12 14.232l-3.39 2.463 1.295-3.985-3.39-2.464h4.19L12 6.261Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function n3(l,t){return e.openBlock(),e.createElementBlock("svg",Sh,Ph)}const yh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:n3},render:n3},Symbol.toStringTag,{value:"Module"})),Vh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Hh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M23.253 7.827H.746A11.976 11.976 0 0 0 0 12c0 1.468.264 2.874.746 4.174h22.507c.483-1.3.747-2.706.747-4.174a11.96 11.96 0 0 0-.747-4.174Z"></path><path fill="#6DA544" d="M12.035 24.001c4.11 0 7.737-2.067 9.9-5.217h-19.8a11.986 11.986 0 0 0 9.9 5.217ZM12.034 0c4.11 0 7.737 2.067 9.9 5.218h-19.8A11.986 11.986 0 0 1 12.035 0Z"></path><path fill="#FFDA44" d="m12 7.827 1.036 3.188h3.352l-2.712 1.971 1.036 3.189L12 14.205l-2.713 1.97 1.036-3.189-2.712-1.97h3.353L12 7.825Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function h3(l,t){return e.openBlock(),e.createElementBlock("svg",Vh,Hh)}const jh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:h3},render:h3},Symbol.toStringTag,{value:"Module"})),Ah={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},zh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M23.064 7.347C21.247 3.03 16.977-.001 12-.001a11.96 11.96 0 0 0-8.485 3.515L6.52 7.347h16.544Z"></path><path fill="#496E2D" d="m6.554 16.608-3.039 3.876A11.961 11.961 0 0 0 12 23.999c4.994 0 9.275-3.051 11.082-7.391H6.554Z"></path><path fill="#A2001D" d="M2.609 8.826v6.304h20.978A12.01 12.01 0 0 0 24 12c0-1.099-.148-2.163-.425-3.174H2.61Z"></path><path fill="#0052B4" d="M3.515 3.515c-4.687 4.686-4.687 12.284 0 16.97L12 12 3.515 3.515Z"></path><path fill="#FFDA44" d="m3.909 9.016 1.464 2.044 2.397-.76-1.491 2.024 1.464 2.044-2.386-.792L3.866 15.6l.016-2.515-2.386-.793 2.396-.761.017-2.515Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function r3(l,t){return e.openBlock(),e.createElementBlock("svg",Ah,zh)}const Oh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:r3},render:r3},Symbol.toStringTag,{value:"Module"})),Dh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Eh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M7.305 7.826h15.95C21.558 3.256 17.16 0 12 0a11.96 11.96 0 0 0-8.485 3.515l3.789 4.311Zm-.001 8.349h15.95C21.557 20.745 17.158 24 12 24a11.961 11.961 0 0 1-8.485-3.515l3.79-4.311Z"></path><path fill="#D80027" d="M3.515 3.514c-4.687 4.686-4.687 12.284 0 16.97L12 12 3.515 3.514Z"></path><path fill="#000" d="m15.238 9.913.518 1.594h1.676l-1.356.986.518 1.594-1.356-.986-1.356.986.518-1.595-1.357-.985h1.677l.518-1.594Zm5.218 0 .518 1.594h1.676l-1.356.986.518 1.594-1.356-.986-1.357.986.518-1.595-1.356-.985h1.677l.518-1.594Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function s3(l,t){return e.openBlock(),e.createElementBlock("svg",Dh,Eh)}const Ch=Object.freeze(Object.defineProperty({__proto__:null,default:{render:s3},render:s3},Symbol.toStringTag,{value:"Module"})),Nh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Lh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M12-.001A12 12 0 0 0 1.19 6.782h21.62A12 12 0 0 0 12-.001Zm0 24a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12 24Z"></path><path fill="#FFDA44" d="M9.59 12.523 12 8.349l2.41 4.174H9.59Z"></path><path fill="#6DA544" d="M15.13 13.9 12 15.465 8.87 13.9v-2.087h6.26V13.9Z"></path><path fill="#FFDA44" d="m14.952 8.527-1.107 1.107a2.609 2.609 0 1 1-3.69 0L9.05 8.527a4.174 4.174 0 1 0 5.903 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function i3(l,t){return e.openBlock(),e.createElementBlock("svg",Nh,Lh)}const Th=Object.freeze(Object.defineProperty({__proto__:null,default:{render:i3},render:i3},Symbol.toStringTag,{value:"Module"})),Ih={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},qh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M10.956 13.043s-7.434-9.53-7.441-9.53A11.962 11.962 0 0 1 12 0c6.627 0 12 5.373 12 12l-13.044 1.044Z"></path><path fill="#0052B4" d="M10.956 12s-7.434 8.486-7.441 8.485A11.963 11.963 0 0 0 12 24c6.627 0 12-5.373 12-12H10.956Z"></path><path fill="#F0F0F0" d="M3.515 3.515c-4.687 4.686-4.687 12.284 0 16.97L12 12 3.515 3.515Z"></path><path fill="#FFDA44" d="M1.316 12a3.391 3.391 0 1 0 6.76 0h-6.76Zm3.38-1.566a1.044 1.044 0 1 0 0-2.087 1.044 1.044 0 0 0 0 2.087Z"></path><path fill="#D80027" d="M2.348 9.13v3.392c0 1.797 2.347 2.347 2.347 2.347s2.348-.55 2.348-2.347V9.13H2.348Z"></path><path fill="#338AF3" d="M4.697 13.778c-.436-.157-1.306-.558-1.306-1.256v-2.348h2.61v2.348c0 .7-.87 1.1-1.304 1.256Z"></path><path fill="#F3F3F3" d="M5.218 11.478v-.522l-.522-.26-.522.26v.522l-.26.26v1.044h1.565v-1.043l-.261-.261Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function d3(l,t){return e.openBlock(),e.createElementBlock("svg",Ih,qh)}const Uh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:d3},render:d3},Symbol.toStringTag,{value:"Module"})),Rh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Gh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0C6.84 0 2.442 3.255.746 7.824h22.507C21.558 3.255 17.16 0 12 0Z"></path><path fill="#000" d="M12 24c5.16 0 9.558-3.256 11.254-7.826H.746C2.442 20.744 6.84 24 12 24Z"></path><path fill="#6DA544" d="m7.17 9.13.648 1.993h2.095l-1.695 1.232.647 1.992-1.695-1.231-1.695 1.232.647-1.993-1.695-1.232h2.096L7.17 9.13Zm9.66 0 .648 1.993h2.095l-1.695 1.232.647 1.992-1.695-1.231-1.695 1.232.647-1.993-1.695-1.232h2.096l.647-1.993Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function p3(l,t){return e.openBlock(),e.createElementBlock("svg",Rh,Gh)}const Jh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:p3},render:p3},Symbol.toStringTag,{value:"Module"})),Kh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Yh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M22.809 17.216A11.951 11.951 0 0 0 23.999 12c0-1.87-.427-3.64-1.19-5.217l-10.81-.522-10.809.522A11.953 11.953 0 0 0 0 11.999c0 1.87.428 3.64 1.19 5.217l10.81.522 10.809-.521Z"></path><path fill="#000" d="M12 0A12 12 0 0 0 1.19 6.783h21.62A12 12 0 0 0 12 0Z"></path><path fill="#0052B4" d="M12 24a12 12 0 0 1-10.81-6.783h21.62A12 12 0 0 1 12 23.999Z"></path><path fill="#A2001D" d="M23.433 8.348H.566A11.99 11.99 0 0 0 0 12c0 1.274.199 2.5.566 3.652h22.867C23.801 14.501 24 13.274 24 12s-.2-2.5-.567-3.652Z"></path><path fill="#FFDA44" d="M19.826 11.479H4.174v1.044h15.652v-1.044Zm-2.087-2.088H6.261v1.044h11.478V9.39Z"></path><path fill="#F0F0F0" d="M17.813 12S15.13 15.13 12 15.13 8.87 12 8.87 12s0-3.13 3.13-3.13S17.813 12 17.813 12Z"></path><path fill="#000" d="M12 15.13C8.87 15.13 6.186 12 6.186 12S8.869 8.87 12 8.87"></path><path fill="#F0F0F0" d="M10.957 10.957H9.913v2.087h1.044v-2.087Z"></path><path fill="#000" d="M14.087 10.957h-1.044v2.087h1.044v-2.087Z"></path><path fill="#0052B4" d="M4.174 13.044a1.043 1.043 0 1 0 0-2.086 1.043 1.043 0 0 0 0 2.086Zm15.653 0a1.044 1.044 0 1 0 0-2.087 1.044 1.044 0 0 0 0 2.087Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function _3(l,t){return e.openBlock(),e.createElementBlock("svg",Kh,Yh)}const Wh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:_3},render:_3},Symbol.toStringTag,{value:"Module"})),Qh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Xh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12H12v-.033l-.032.033Z"></path><path fill="#F0F0F0" d="M12 6.261V.001h-.002C5.372 0 0 5.373 0 12h6.261V8.474L9.787 12h2.181l.033-.032V9.787L8.475 6.26H12Z"></path><path fill="#D80027" d="M6.071 1.565a12.057 12.057 0 0 0-4.506 4.506v5.93h3.13V4.695H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.524 7.738 6.261H6.261L12.001 12v-1.476Z"></path><path fill="#FFDA44" d="M13.565 6.26V12c0 2.795 3.652 3.652 3.652 3.652S20.87 14.795 20.87 12V6.26h-7.304Z"></path><path fill="#FF9811" d="M16.696 8.348c0 .576-.467 2.087-1.044 2.087-.576 0-1.043-1.511-1.043-2.087 0-.577 1.043-1.044 1.043-1.044s1.044.467 1.044 1.044Z"></path><path fill="#A2001D" d="M19.464 9.484c.169-.41.3-1.011.3-1.31 0-.48-.627-.87-.627-.87s-.626.39-.626.87c0 .299.131.9.3 1.31l-.362.816a1.825 1.825 0 0 0 1.377 0l-.362-.816Z"></path><path fill="#6DA544" d="M16.435 12s-.522 1.043-.522 2.087h2.609C18.522 13.044 18 12 18 12l-.782-.522-.783.522Z"></path><path fill="#D80027" d="M18 12v-.26a.783.783 0 0 0-1.565 0V12h1.566Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function f3(l,t){return e.openBlock(),e.createElementBlock("svg",Qh,Xh)}const er=Object.freeze(Object.defineProperty({__proto__:null,default:{render:f3},render:f3},Symbol.toStringTag,{value:"Module"})),tr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},lr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 0c-1.467 0-2.874.264-4.174.746L7.305 12l.521 11.253c1.3.482 2.707.747 4.174.747 1.468 0 2.874-.265 4.174-.747L16.696 12 16.174.746A11.975 11.975 0 0 0 12 0Z"></path><path fill="#D80027" d="M24 12c0-5.16-3.256-9.558-7.826-11.253v22.507C20.744 21.558 24 17.16 24 12Z"></path><path fill="#0052B4" d="M7.826 23.254V.747C3.256 2.442 0 6.84 0 12s3.256 9.558 7.826 11.254Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function g3(l,t){return e.openBlock(),e.createElementBlock("svg",tr,lr)}const or=Object.freeze(Object.defineProperty({__proto__:null,default:{render:g3},render:g3},Symbol.toStringTag,{value:"Module"})),cr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ar=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#496E2D" d="M12 0c-.009 0-.522 4.8-.522 4.8h10.123A11.981 11.981 0 0 0 12 0Zm0 24c3.926 0 7.411-1.885 9.6-4.8H2.4A11.981 11.981 0 0 0 12 24ZM23.76 9.6H11.478L12 14.4h11.76a12.047 12.047 0 0 0 0-4.8Z"></path><path fill="#D80027" d="M12 14.4V0C5.373 0 0 5.373 0 12c0 .822.083 1.624.24 2.4H12Z"></path><path fill="#F0F0F0" d="m6.621 5.738.777 2.392h2.515L7.878 9.608l.777 2.391-2.034-1.478L4.587 12l.777-2.391L3.33 8.13h2.514l.777-2.392Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function m3(l,t){return e.openBlock(),e.createElementBlock("svg",cr,ar)}const nr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:m3},render:m3},Symbol.toStringTag,{value:"Module"})),hr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},rr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M23.254 7.826H.747A11.973 11.973 0 0 0 0 12c0 1.468.264 2.874.747 4.174h22.507c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174Z"></path><path fill="#D80027" d="M12.001 0a11.972 11.972 0 0 0-9.096 4.173h18.193A11.972 11.972 0 0 0 12.001 0Zm9.096 19.826H2.904A11.972 11.972 0 0 0 12 24c3.637 0 6.896-1.618 9.097-4.174Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function $3(l,t){return e.openBlock(),e.createElementBlock("svg",hr,rr)}const sr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:$3},render:$3},Symbol.toStringTag,{value:"Module"})),ir={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},dr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M1.19 6.782A11.952 11.952 0 0 0 0 11.999c0 1.87.428 3.64 1.19 5.217L12 18.26l10.81-1.044A11.953 11.953 0 0 0 24 12c0-1.87-.428-3.64-1.19-5.217L12 5.738 1.19 6.782Z"></path><path fill="#6DA544" d="M1.191 17.218A12 12 0 0 0 12.001 24a12 12 0 0 0 10.808-6.782H1.191Z"></path><path fill="#D80027" d="M1.191 6.782H22.81A12 12 0 0 0 12-.001 12 12 0 0 0 1.191 6.782Z"></path><path fill="#FFDA44" d="M9.913 15.131h4.174v-1.774l-.835.418L12 12.523l-1.252 1.252-.835-.418v1.774Zm-2.388-2.087.194.598h.629l-.509.37.195.597-.51-.37-.508.37.195-.598-.509-.37h.629l.194-.597Zm.602-2.086.195.598h.628l-.508.369.194.598-.509-.37-.508.37.194-.598-.509-.37h.629l.194-.597Zm1.722-1.565.194.598h.629l-.509.37.194.597-.508-.37-.509.37.194-.598-.508-.37h.629l.194-.597Zm6.626 3.651-.194.598h-.629l.509.37-.195.597.509-.37.508.37-.194-.598.509-.37h-.629l-.194-.597Zm-.602-2.086-.195.598h-.628l.508.369-.194.598.509-.37.508.37-.194-.598.509-.37h-.629l-.194-.597Zm-1.722-1.565-.194.598h-.629l.509.37-.194.597.508-.37.509.37-.194-.598.508-.37h-.629l-.194-.597ZM12 8.61l.195.597h.628l-.508.37.194.598-.509-.37-.508.37.194-.598-.508-.37h.628L12 8.61Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function v3(l,t){return e.openBlock(),e.createElementBlock("svg",ir,dr)}const pr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:v3},render:v3},Symbol.toStringTag,{value:"Module"})),_r={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},fr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M19.304 5.74a8.008 8.008 0 0 0-.156 1.617 7.855 7.855 0 0 0 4.591 7.138c.17-.805.261-1.64.261-2.495 0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12c4.11 0 7.737-2.067 9.9-5.217H6.783v-1.566h16.026c.164-.339.313-.687.445-1.043H6.783L19.304 5.739Z"></path><path fill="#F0F0F0" d="m8.816 6.261.259.797h.838l-.678.493.259.797-.678-.492-.678.492.259-.797-.678-.493h.838l.259-.797ZM5.411 12l.324.996h1.048l-.848.616.324.997-.848-.616-.847.616.324-.997-.848-.616h1.048L5.41 12Zm0-8.348.324.997h1.048l-.848.616.324.996-.848-.616-.847.616.324-.996-.848-.616h1.048l.323-.997ZM2.802 8.348l.324.996h1.048l-.848.616.324.996-.848-.616-.847.616.324-.996-.848-.616h1.048l.323-.996Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function w3(l,t){return e.openBlock(),e.createElementBlock("svg",_r,fr)}const gr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:w3},render:w3},Symbol.toStringTag,{value:"Module"})),mr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},$r=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0a11.95 11.95 0 0 0-7.715 2.809l12.932 9.19L4.285 21.19A11.95 11.95 0 0 0 12 24c6.627 0 12-5.373 12-12 0-6.628-5.373-12-12-12Z"></path><path fill="#000" d="M3.515 3.515c-4.687 4.687-4.687 12.285 0 16.971L12 12.001 3.515 3.515Z"></path><path fill="#F0F0F0" d="m3.327 9.251 1.826 1.729 2.208-1.203-1.079 2.27 1.826 1.73-2.493-.325-1.08 2.27-.461-2.471-2.494-.325 2.209-1.203-.462-2.472Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Z3(l,t){return e.openBlock(),e.createElementBlock("svg",mr,$r)}const vr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Z3},render:Z3},Symbol.toStringTag,{value:"Module"})),wr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Zr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M12 0c-.896 0-1.769.098-2.609.285L8.87 11.999l.522 11.715c.84.186 1.713.285 2.609.285 6.627 0 12-5.372 12-12 0-6.627-5.373-12-12-12ZM3.13 3.917A11.956 11.956 0 0 0 0 12c0 3.113 1.186 5.95 3.13 8.082L3.652 12 3.13 3.917Z"></path><path fill="#F0F0F0" d="M17.551 9.052a3.653 3.653 0 0 0-1.496-4.327 3.652 3.652 0 1 1-2.41 6.715 3.653 3.653 0 0 0 3.906-2.388Zm-3.274-4.778-.513.663-.789-.283.472.693-.513.663.805-.235.471.693.026-.838.804-.235-.788-.283.025-.838Z"></path><path fill="#F0F0F0" d="m15.662 6.435-.513.663-.789-.283.472.693-.513.663.805-.235.472.693.025-.838.805-.235-.79-.283.026-.838ZM11.834 5.06l-.513.663-.789-.283.472.693-.513.663.805-.235.472.693.025-.838.805-.235-.79-.283.026-.838Zm-.056 2.475-.513.662-.789-.283.472.693-.513.663.805-.235.471.693.026-.838.804-.235-.788-.283.025-.837Zm2.354.845-.513.663-.789-.283.472.693-.513.662.805-.234.472.692.025-.838.805-.234-.79-.283.026-.838Z"></path><path fill="#D80027" d="M3.13 3.917v16.166a11.987 11.987 0 0 0 6.261 3.632V.285a11.987 11.987 0 0 0-6.26 3.632Z"></path><path fill="#F0F0F0" d="m5.52 6.318-1.05-.781V4.433l1.048-.781h1.483l1.048.78v1.105l-1.048.78H5.519Z"></path><path fill="#FF9811" d="M6.26 3.652h-.74l-1.049.78v.54h1.79v-1.32Zm0 2.665h.742l1.048-.781v-.563H6.26v1.344Z"></path><path fill="#F0F0F0" d="m5.52 20.349-1.049-.781v-1.105l1.048-.78h1.483l1.048.78v1.105l-1.048.78H5.519Z"></path><path fill="#FF9811" d="M6.26 17.683h-.74l-1.049.78v.54h1.79v-1.32Zm0 2.667h.742l1.048-.782v-.563H6.26v1.344Z"></path><path fill="#496E2D" d="m5.52 13.332-1.049-.78v-1.105l1.048-.78h1.483l1.048.78v1.105l-1.048.78H5.519Zm2.567 1.719H7.63v-.456h-.802l-.567-.567-.568.567h-.802v.456h-.456v.913h.456v.457h.802l.568.567.567-.567h.802v-.457h.457v-.913Zm0-7.015H7.63v-.457h-.802l-.567-.567-.567.567H4.89v.457h-.456v.913h.456v.457h.803l.567.567.567-.567h.802v-.457h.457v-.913Z"></path><path fill="#D80027" d="M6.782 11.48H5.74v1.043h1.043v-1.044ZM6.26 9.015a.522.522 0 1 0 0-1.044.522.522 0 0 0 0 1.044Zm0 7.015a.522.522 0 1 0 0-1.043.522.522 0 0 0 0 1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function u3(l,t){return e.openBlock(),e.createElementBlock("svg",wr,Zr)}const ur=Object.freeze(Object.defineProperty({__proto__:null,default:{render:u3},render:u3},Symbol.toStringTag,{value:"Module"})),Mr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Fr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M12 17.739A5.74 5.74 0 1 0 12 6.26a5.74 5.74 0 0 0 0 11.479Z"></path><path fill="#D80027" d="m12.707 9.805.984 1.357 1.595-.517L14.3 12l.984 1.357-1.594-.519-.986 1.356v-1.677L11.112 12l1.594-.518.002-1.676Z"></path><path fill="#D80027" d="M13.304 15.39a3.391 3.391 0 1 1 1.613-6.374 4.174 4.174 0 1 0 0 5.967c-.48.26-1.029.408-1.613.408Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function M3(l,t){return e.openBlock(),e.createElementBlock("svg",Mr,Fr)}const Br=Object.freeze(Object.defineProperty({__proto__:null,default:{render:M3},render:M3},Symbol.toStringTag,{value:"Module"})),br={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},xr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M7.826 6.261V4.696H6.261v1.565H4.696v1.566H6.26v1.565h1.565V7.827H9.39V6.26H7.826Z"></path><path fill="#D80027" d="M12 0v12H0c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function F3(l,t){return e.openBlock(),e.createElementBlock("svg",br,xr)}const kr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:F3},render:F3},Symbol.toStringTag,{value:"Module"})),Sr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Pr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="m11.509 9.805.984 1.357 1.595-.517L13.102 12l.984 1.357-1.594-.519-.986 1.356.001-1.677L9.913 12l1.595-.518V9.806Z"></path><path fill="#F0F0F0" d="M8.822 15.39a3.391 3.391 0 1 1 1.613-6.374 4.174 4.174 0 1 0 0 5.967c-.48.26-1.03.408-1.613.408Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function B3(l,t){return e.openBlock(),e.createElementBlock("svg",Sr,Pr)}const yr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:B3},render:B3},Symbol.toStringTag,{value:"Module"})),Vr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Hr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M6.498 1.332a11.993 11.993 0 0 0-2.984 2.182c-.9.9-1.627 1.909-2.181 2.983l7.716 8.454 8.454 7.716a11.995 11.995 0 0 0 2.983-2.182c.9-.9 1.627-1.909 2.182-2.983l-7.716-8.454-8.454-7.716Z"></path><path fill="#000" d="M20.485 20.486c.504-.503.953-1.04 1.348-1.604L5.118 2.167A12.07 12.07 0 0 0 2.167 5.12L18.88 21.834a12.1 12.1 0 0 0 1.604-1.348Z"></path><path fill="#D80027" d="M3.514 20.486C7.3 24.273 12.986 25 17.502 22.668L1.332 6.498c-2.33 4.517-1.604 10.203 2.182 13.988ZM20.485 3.515C16.699-.271 11.013-.998 6.497 1.333l16.17 16.17c2.33-4.517 1.604-10.202-2.182-13.988Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function b3(l,t){return e.openBlock(),e.createElementBlock("svg",Vr,Hr)}const jr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:b3},render:b3},Symbol.toStringTag,{value:"Module"})),Ar={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},zr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#0052B4" d="M5.74 12.001h4.047L6.26 7.827l-.52 1.565v2.61ZM12 9.787 7.826 5.739H12v4.048Z"></path><path fill="#F0F0F0" d="M11.968 12H12v-.033l-.032.033Z"></path><path fill="#F0F0F0" d="M12 6.261V.001h-.002C5.372 0 0 5.373 0 12h6.261V8.474L9.787 12h2.181l.033-.032V9.787L8.475 6.26H12Z"></path><path fill="#D80027" d="M6.071 1.565a12.057 12.057 0 0 0-4.506 4.506v5.93h3.13V4.695H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.524 7.738 6.261H6.261L12.001 12v-1.476Z"></path><path fill="#FFDA44" d="m13.097 19.825.26.797h.838l-.679.493.26.797-.679-.492-.678.492.26-.797-.679-.493h.838l.26-.797Zm6.676-5.215.259.796h.838l-.678.493.259.797-.678-.492-.678.492.259-.797-.678-.492h.838l.259-.798Zm1.672-7.827.26.797h.837l-.678.492.26.798-.679-.493-.678.493.259-.798-.678-.492h.838l.26-.797Zm.415 5.738.259.798h.838l-.678.492.259.797-.678-.492-.678.492.259-.797-.678-.492h.838l.259-.798Zm-7.56 5.43.746.38.593-.592-.131.828.746.38-.828.132-.13.828-.381-.747-.828.13.593-.592-.38-.747Zm0-3.129.746.38.593-.593-.131.828.746.38-.828.132-.13.828-.381-.747-.828.131.593-.593-.38-.746Zm2.608 2.005.747.38.593-.592-.132.828.747.38-.828.132-.13.827-.381-.747-.828.132.593-.593-.381-.747Zm0-6.702.747.38.593-.592-.132.828.747.38-.828.131-.13.828-.381-.747-.828.131.593-.592-.381-.747Zm2.528-.081.747.381.593-.593-.131.828.747.38-.828.132-.131.828-.38-.747-.829.131.593-.593-.38-.747Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function x3(l,t){return e.openBlock(),e.createElementBlock("svg",Ar,zr)}const Or=Object.freeze(Object.defineProperty({__proto__:null,default:{render:x3},render:x3},Symbol.toStringTag,{value:"Module"})),Dr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Er=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12L12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#0052B4" d="M12 12V0C5.373 0 0 5.373 0 12h12Z"></path><path fill="#F0F0F0" d="m10.435 7.023-1.466.69.78 1.419-1.59-.305-.202 1.608-1.109-1.182-1.108 1.182-.202-1.608-1.591.305.78-1.42-1.465-.689 1.465-.69-.78-1.419 1.591.305.202-1.608 1.108 1.183L7.957 3.61l.201 1.608 1.592-.305-.78 1.42 1.465.689Z"></path><path fill="#0052B4" d="M6.849 9.257a2.234 2.234 0 1 0 0-4.468 2.234 2.234 0 0 0 0 4.468Z"></path><path fill="#F0F0F0" d="M6.848 8.214a1.19 1.19 0 1 1 1.19-1.19c0 .656-.534 1.19-1.19 1.19Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function k3(l,t){return e.openBlock(),e.createElementBlock("svg",Dr,Er)}const Cr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:k3},render:k3},Symbol.toStringTag,{value:"Module"})),Nr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Lr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M3.515 20.486c.503.503 1.04.952 1.604 1.347L21.833 5.12a12.067 12.067 0 0 0-2.952-2.952L2.167 18.882c.395.563.844 1.1 1.348 1.604Z"></path><path fill="#6DA544" d="M3.515 3.514C-.271 7.3-.998 12.985 1.333 17.5L17.502 1.332C12.986-.998 7.3-.272 3.515 3.514Z"></path><path fill="#338AF3" d="M20.485 20.485c3.786-3.786 4.512-9.471 2.182-13.987L6.497 22.667c4.517 2.33 10.202 1.604 13.988-2.182Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function S3(l,t){return e.openBlock(),e.createElementBlock("svg",Nr,Lr)}const Tr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:S3},render:S3},Symbol.toStringTag,{value:"Module"})),Ir={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},qr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function P3(l,t){return e.openBlock(),e.createElementBlock("svg",Ir,qr)}const Ur=Object.freeze(Object.defineProperty({__proto__:null,default:{render:P3},render:P3},Symbol.toStringTag,{value:"Module"})),Rr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Gr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M20.943 20A11.954 11.954 0 0 0 24 12c0-3.074-1.157-5.877-3.057-8L12 3.13 3.056 4A11.954 11.954 0 0 0 0 12c0 3.074 1.156 5.877 3.056 8l8.944.87 8.943-.87Z"></path><path fill="#000" d="M3.057 4h17.886A11.97 11.97 0 0 0 12 0a11.97 11.97 0 0 0-8.943 4Z"></path><path fill="#D80027" d="m0 12 12 1.044 12-1.043c0-1.403-.242-2.75-.684-4H.683A11.977 11.977 0 0 0 0 12Z"></path><path fill="#000" d="M.683 16h22.633c.442-1.252.684-2.598.684-4H0c0 1.402.241 2.748.683 4Z"></path><path fill="#D80027" d="M20.944 20H3.056c2.197 2.454 5.39 4 8.943 4 3.554 0 6.746-1.546 8.944-4Z"></path><path fill="#F0F0F0" d="M16.004 12a4.004 4.004 0 1 1-8.008.001 4.004 4.004 0 0 1 8.008 0Z"></path><path fill="#000" d="M13.466 12.204 12 11.568s.343-1.14.361-1.217a.78.78 0 0 0-.209-.73l.37-.37a1.3 1.3 0 0 0-1.845 0l.368.37a.78.78 0 0 0-.195.78l-.555.555h1.01s-.418.627-.646 1.142a1.053 1.053 0 0 0 .53 1.377l.304.135.506.476v.522l-.521.522h1.043v-1.044l.476-.476h.985l.014-.03a1.044 1.044 0 0 0-.53-1.376Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function y3(l,t){return e.openBlock(),e.createElementBlock("svg",Rr,Gr)}const Jr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:y3},render:y3},Symbol.toStringTag,{value:"Module"})),Kr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Yr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M11.478 12H24a12.01 12.01 0 0 0-.414-3.13H11.478V12Zm0-6.261h10.76a12.064 12.064 0 0 0-2.768-3.13h-7.992v3.13ZM12 24c2.824 0 5.42-.976 7.47-2.609H4.53A11.949 11.949 0 0 0 12 24ZM1.761 18.26h20.477a11.927 11.927 0 0 0 1.348-3.13H.413a11.93 11.93 0 0 0 1.348 3.13Z"></path><path fill="#0052B4" d="M5.559 1.874h1.093l-1.017.739.389 1.196-1.018-.74-1.017.74.336-1.033c-.896.746-1.68 1.62-2.328 2.594h.35l-.647.47c-.1.168-.197.34-.29.513l.31.951-.578-.419C1 7.19.868 7.5.75 7.817l.34 1.048h1.258l-1.017.74.388 1.195-1.017-.739-.61.443C.033 10.994 0 11.494 0 12h12V0C9.63 0 7.42.688 5.559 1.874Zm.465 8.926-1.018-.739-1.017.739.389-1.196-1.017-.739h1.257l.388-1.195.389 1.195h1.257l-1.017.74.389 1.195Zm-.389-4.691.389 1.195-1.018-.739-1.017.74.389-1.196-1.017-.74h1.257l.388-1.195.389 1.196h1.257l-1.017.739Zm4.693 4.691-1.017-.739-1.017.739.388-1.196-1.017-.739h1.257l.389-1.195.388 1.195h1.258l-1.018.74.389 1.195Zm-.389-4.691.389 1.195-1.017-.739-1.017.74.388-1.196-1.017-.74h1.257l.389-1.195.388 1.196h1.258l-1.018.739Zm0-3.496.389 1.196-1.017-.74-1.017.74.388-1.196-1.017-.739h1.257L9.311.678l.388 1.196h1.258l-1.018.739Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function V3(l,t){return e.openBlock(),e.createElementBlock("svg",Kr,Yr)}const Wr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:V3},render:V3},Symbol.toStringTag,{value:"Module"})),Qr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Xr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M12 8.869h11.586a11.932 11.932 0 0 0-1.348-3.13H12v3.13ZM4.53 21.39h14.94a12.06 12.06 0 0 0 2.769-3.13H1.76a12.062 12.062 0 0 0 2.77 3.13ZM12 0v2.608h7.47A11.949 11.949 0 0 0 12-.001Z"></path><path fill="#338AF3" d="M12 8.869h11.586a11.932 11.932 0 0 0-1.348-3.13H12v3.13ZM0 12c0 1.083.144 2.132.414 3.13h23.173A12.01 12.01 0 0 0 24 12H0Z"></path><path fill="#FFDA44" d="m10.435 7.023-1.465.69.78 1.419-1.591-.304-.202 1.607-1.108-1.182-1.109 1.182-.202-1.607-1.59.304.78-1.42-1.466-.689 1.466-.69-.78-1.418 1.59.304.202-1.608 1.11 1.183L7.957 3.61l.203 1.61 1.591-.304-.78 1.419 1.465.69Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function H3(l,t){return e.openBlock(),e.createElementBlock("svg",Qr,Xr)}const es=Object.freeze(Object.defineProperty({__proto__:null,default:{render:H3},render:H3},Symbol.toStringTag,{value:"Module"})),ts={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ls=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M.567 8.348A11.988 11.988 0 0 0 0 12c0 1.274.2 2.5.567 3.652L12 16.174l11.434-.522C23.8 14.501 24 13.274 24 12s-.199-2.5-.566-3.652L12 7.826.567 8.348Z"></path><path fill="#D80027" d="M23.433 8.348 12 7.826.566 8.348c-.108.341-.202.69-.28 1.043h23.428a11.936 11.936 0 0 0-.28-1.043ZM.285 14.609c.079.354.172.702.281 1.043h.001L12 16.174l11.433-.521c.109-.342.203-.69.281-1.044H.285Z"></path><path fill="#6DA544" d="M12 24c5.354 0 9.889-3.506 11.434-8.347H.567C2.112 20.494 6.647 24 12 24Z"></path><path fill="#338AF3" d="M12 0C6.646 0 2.112 3.505.567 8.346h22.866C21.888 3.506 17.354 0 12 0Z"></path><path fill="#F0F0F0" d="M5.484 4.956c0-1.124.79-2.063 1.844-2.293a2.348 2.348 0 1 0 0 4.586 2.348 2.348 0 0 1-1.844-2.293Zm3.231 1.066.16.49h.514l-.416.302.158.49L8.715 7l-.416.302.16-.489-.417-.302h.514l.16-.49Zm1.643 0 .159.49h.514l-.416.302.159.49L10.358 7l-.416.302.159-.489-.417-.302h.515l.159-.49Zm1.641 0 .159.49h.514l-.416.302.159.49L11.999 7l-.416.302.159-.489-.417-.302h.515l.159-.49Zm1.642 0 .159.49h.514l-.416.302.16.49L13.64 7l-.416.302.159-.489-.416-.302h.514l.159-.49Zm1.641 0 .16.49h.514l-.417.302.16.49L15.281 7l-.416.302.16-.489-.417-.302h.514l.16-.49Zm-4.924-1.707.159.49h.514l-.416.302.159.489-.416-.303-.416.303.159-.49-.417-.302h.515l.159-.489Zm1.641 0 .159.49h.514l-.416.302.159.489-.416-.303-.416.303.159-.49-.417-.302h.515l.159-.489Zm1.642 0 .159.49h.514l-.416.302.16.489-.417-.303-.416.303.159-.49-.416-.302h.514l.159-.489Zm1.641 0 .16.49h.514l-.417.302.16.489-.417-.303-.416.303.16-.49-.417-.302h.514l.16-.489Zm-3.283-1.707.159.49h.514l-.416.302.159.489-.416-.303-.416.303.159-.49-.417-.302h.515l.159-.489Zm1.642 0 .159.49h.514l-.416.302.16.489-.417-.303-.416.303.159-.49-.416-.302h.514l.159-.489Zm1.641 0 .16.49h.514l-.417.302.16.489-.417-.303-.416.303.16-.49-.417-.302h.514l.16-.489Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function j3(l,t){return e.openBlock(),e.createElementBlock("svg",ts,ls)}const os=Object.freeze(Object.defineProperty({__proto__:null,default:{render:j3},render:j3},Symbol.toStringTag,{value:"Module"})),cs={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},as=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M17.739 1.46A11.946 11.946 0 0 0 11.999 0C9.922 0 7.967.53 6.262 1.46L5.217 12l1.044 10.541c1.705.93 3.66 1.46 5.739 1.46 2.079 0 4.034-.53 5.739-1.46l1.043-10.54L17.74 1.458Z"></path><path fill="#338AF3" d="M6.261 22.54V1.46A11.997 11.997 0 0 0 .001 12c0 4.549 2.53 8.506 6.26 10.54Z"></path><path fill="#6DA544" d="M24 12c0-4.548-2.53-8.506-6.26-10.54v21.08A11.997 11.997 0 0 0 24 12.001ZM9.392 15.13 7.305 12l2.087-3.131 2.087 3.13-2.087 3.13Zm5.218 0L12.523 12l2.087-3.131 2.087 3.13-2.087 3.13ZM12 19.304l-2.086-3.13L12 13.042l2.087 3.13L12 19.303Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function A3(l,t){return e.openBlock(),e.createElementBlock("svg",cs,as)}const ns=Object.freeze(Object.defineProperty({__proto__:null,default:{render:A3},render:A3},Symbol.toStringTag,{value:"Module"})),hs={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},rs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M22.809 17.217a11.952 11.952 0 0 0 1.19-5.218c0-1.87-.427-3.64-1.19-5.217l-10.81-1.044L1.19 6.782A11.952 11.952 0 0 0 0 11.999c0 1.87.427 3.64 1.19 5.218L12 18.26l10.809-1.043Z"></path><path fill="#D80027" d="M12 24a12 12 0 0 0 10.809-6.782H1.19A12 12 0 0 0 12 24Z"></path><path fill="#F0F0F0" d="m20.782 14.356-.634.495.275.756-.667-.45-.634.495.222-.773-.667-.45.804-.027.222-.774.275.756.804-.028Zm-1.623-2.812-.426.683.517.616-.78-.195-.427.682-.056-.802-.78-.195.745-.301-.056-.803.517.617.746-.302Zm-2.487-2.086-.167.787.697.402-.8.085-.167.786-.327-.735-.8.085.597-.539-.327-.734.697.402.598-.539Zm-3.05-1.11.112.797.792.14-.723.352.112.796-.558-.578-.723.352.377-.71-.558-.578.792.14.377-.711Zm-3.245 0 .377.71.792-.14-.558.58.377.71-.723-.353-.559.578.112-.796-.722-.353.792-.14.112-.796Zm-3.051 1.11.598.539.697-.402-.328.734.598.539-.8-.085-.327.735-.167-.787-.8-.083.697-.403-.168-.787ZM4.84 11.544l.746.302.516-.616-.055.802.745.302-.78.194-.056.802-.426-.682-.781.195.517-.616-.426-.683Zm-1.623 2.812.804.028.275-.755.222.773.803.028-.666.45.221.773-.633-.495-.667.45.275-.757-.634-.495Z"></path><path fill="#FFDA44" d="M22.809 6.782A12 12 0 0 0 11.999 0 12 12 0 0 0 1.19 6.782h21.62Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function z3(l,t){return e.openBlock(),e.createElementBlock("svg",hs,rs)}const ss=Object.freeze(Object.defineProperty({__proto__:null,default:{render:z3},render:z3},Symbol.toStringTag,{value:"Module"})),is={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ds=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12H12v-.031l-.032.032Z"></path><path fill="#F0F0F0" d="M12 6.262V0h-.002C5.37.002 0 5.374 0 12h6.26V8.475l3.526 3.526h2.182l.032-.032V9.787L8.474 6.262H12Z"></path><path fill="#D80027" d="M6.07 1.564A12.057 12.057 0 0 0 1.566 6.07v5.929h3.13V4.695H12v-3.13H6.07Z"></path><path fill="#FFDA44" d="m17.218 12-3.243 3.243a3.651 3.651 0 0 0 6.486 0L17.218 12Z"></path><path fill="#D80027" d="M12 10.524 7.736 6.261H6.261L12 12.001v-1.477Z"></path><path fill="#6DA544" d="M13.565 6.261v5.74c0 2.795 3.652 3.651 3.652 3.651S20.87 14.796 20.87 12V6.261h-7.304Z"></path><path fill="#F0F0F0" d="M18 8.87h-1.565v4.174H18V8.87Z"></path><path fill="#A2001D" d="M17.217 9.652a.783.783 0 1 0 0-1.566.783.783 0 0 0 0 1.566Z"></path><path fill="#FFDA44" d="M15.653 7.305h-1.044v1.043h1.044V7.305Zm-.001 2.347H14.61v1.043h1.043V9.652Zm0 2.348H14.61v1.044h1.043v-1.043Zm4.174-4.695h-1.043V8.35h1.043V7.305Zm0 2.347h-1.043v1.043h1.043V9.652Zm0 2.348h-1.043v1.044h1.043v-1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function O3(l,t){return e.openBlock(),e.createElementBlock("svg",is,ds)}const ps=Object.freeze(Object.defineProperty({__proto__:null,default:{render:O3},render:O3},Symbol.toStringTag,{value:"Module"})),_s={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},fs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FCFCFC" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M14.038 8.384a2.038 2.038 0 1 0-4.076 0H5.478c0 1.108.965 2.006 2.074 2.006h-.067c0 1.108.898 2.007 2.006 2.007 0 .981.705 1.796 1.636 1.97l-.005.012h1.756l-.005-.011a2.006 2.006 0 0 0 1.635-1.971 2.007 2.007 0 0 0 2.007-2.007h-.067c1.108 0 2.073-.898 2.073-2.006h-4.483Z"></path><path fill="#FFDA44" d="m11.104 14.172-1.263 2.853a5.722 5.722 0 0 0 2.16.422 5.72 5.72 0 0 0 2.159-.422l-1.264-2.853h-1.792Z"></path><path fill="#F0F0F0" d="M9.391 9.386v3.51c0 1.997 2.609 2.609 2.609 2.609s2.609-.612 2.609-2.609v-3.51H9.39Z"></path><path fill="#338AF3" d="m2.91 12.085 1.41 3.946 1.397-3.946h1.066l-2.036 5.217h-.852l-2.05-5.217H2.91Zm16.394 5.217v-5.217h1.014v5.217h-1.014Z"></path><path fill="#D80027" d="M10.434 10.52v4.254c.359.264.745.445 1.044.561V10.52h-1.044Zm3.13 0v4.254a4.592 4.592 0 0 1-1.043.561V10.52h1.043Z"></path><path fill="#0052B4" d="M14.609 9.386H9.39v1.655h5.218V9.386Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function D3(l,t){return e.openBlock(),e.createElementBlock("svg",_s,fs)}const gs=Object.freeze(Object.defineProperty({__proto__:null,default:{render:D3},render:D3},Symbol.toStringTag,{value:"Module"})),ms={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},$s=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="m12 6.261 1.295 3.986h4.191l-3.39 2.463 1.295 3.986L12 14.233l-3.39 2.463 1.295-3.986-3.39-2.463h4.19L12 6.261Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function E3(l,t){return e.openBlock(),e.createElementBlock("svg",ms,$s)}const vs=Object.freeze(Object.defineProperty({__proto__:null,default:{render:E3},render:E3},Symbol.toStringTag,{value:"Module"})),ws={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Zs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#000" d="M24 12c0-.53-.035-1.053-.101-1.565H10.435l-6.92-6.92c-4.686 4.686-4.686 12.284 0 16.97l6.92-6.92H23.9A12.12 12.12 0 0 0 24 12Z"></path><path fill="#F0F0F0" d="m23.997 12.273-.002.07.002-.07Zm-.012.327-.004.069.004-.069Zm-.017.263-.007.101.007-.1Zm-.04-2.171c.005.04.01.08.013.12l-.012-.12Zm.052.638.004.069c0-.023-.002-.046-.004-.07Zm.014.327.002.07c0-.024 0-.047-.002-.07Zm-.034-.621c.004.033.006.067.008.1l-.007-.1Z"></path><path fill="#D80027" d="m23.899 10.434.015.124C23.202 4.61 18.14 0 12 0a11.962 11.962 0 0 0-8.485 3.514l6.92 6.92h13.464Z"></path><path fill="#6DA544" d="M23.899 13.565H10.435l-6.92 6.92A11.963 11.963 0 0 0 12 24c6.14 0 11.202-4.61 11.914-10.559l-.015.124Z"></path><path fill="#F0F0F0" d="m23.941 13.188-.012.12.012-.12Z"></path><path fill="#000" d="M23.968 11.137Zm-.055-.579Zm.028.254ZM24 12Zm-.02.669Zm-.019.295Zm-.033.344Zm.069-1.581Zm-.011-.329Zm.009.944Z"></path><path fill="#FFDA44" d="M23.989 11.473H9.994L2.806 4.286a6.13 6.13 0 0 0-.64.83l6.874 6.879-6.88 6.88c.136.243.433.602.641.835l7.193-7.193h13.997a12.217 12.217 0 0 0-.002-1.044Z"></path><path fill="#FFDA44" d="M2.915 14.557v-1.005a1.821 1.821 0 0 0 1.82-1.819c0-.71-.578-1.287-1.288-1.287a.878.878 0 0 0-.876.877c0 .31.251.56.56.56a.317.317 0 0 0 .317-.316h1.005c0 .729-.593 1.322-1.322 1.322a1.568 1.568 0 0 1-1.565-1.566c0-1.037.844-1.882 1.881-1.882a2.295 2.295 0 0 1 2.293 2.292 2.827 2.827 0 0 1-2.825 2.824Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function C3(l,t){return e.openBlock(),e.createElementBlock("svg",ws,Zs)}const us=Object.freeze(Object.defineProperty({__proto__:null,default:{render:C3},render:C3},Symbol.toStringTag,{value:"Module"})),Ms={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Fs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12L12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#0052B4" d="M12 12V0C5.373 0 0 5.373 0 12h12Z"></path><path fill="#F0F0F0" d="m9.611 7.826.195.598h.628l-.508.37.194.597-.509-.37-.508.37.194-.598-.508-.369h.628l.194-.598ZM6.454 3.131l.324.997h1.048l-.848.615.324.997-.848-.616-.847.616.324-.997-.848-.615h1.048l.323-.997Zm3.131 1.044.324.997h1.048l-.848.615.324.997-.848-.616-.847.616.324-.997-.848-.615h1.048l.323-.997ZM7.11 8.349l.324.996h1.048l-.848.616.324.997-.847-.616-.848.616.324-.997-.848-.616h1.048l.324-.996ZM4.368 5.74l.323.996H5.74l-.848.616.324.996-.847-.615-.848.615.324-.996-.848-.616h1.048l.324-.996Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function N3(l,t){return e.openBlock(),e.createElementBlock("svg",Ms,Fs)}const Bs=Object.freeze(Object.defineProperty({__proto__:null,default:{render:N3},render:N3},Symbol.toStringTag,{value:"Module"})),bs={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},xs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M12 24c5.16 0 9.558-3.257 11.254-7.827H.746C2.442 20.743 6.84 23.999 12 23.999Z"></path><path fill="#D80027" d="M12 0C6.84 0 2.442 3.258.746 7.828h22.508C21.558 3.257 17.159 0 12 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function L3(l,t){return e.openBlock(),e.createElementBlock("svg",bs,xs)}const ks=Object.freeze(Object.defineProperty({__proto__:null,default:{render:L3},render:L3},Symbol.toStringTag,{value:"Module"})),Ss={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ps=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M3.514 20.485c-4.686-4.686-4.686-12.284 0-16.97L10.434 12l-6.92 8.485Z"></path><path fill="#FFDA44" d="M10.435 12 1.592 6.024c-.274.477-.516.974-.724 1.49L5.345 12 .868 16.488c.208.514.45 1.011.723 1.488L10.435 12Z"></path><path fill="#6DA544" d="M23.898 10.435H10.435l-6.92-6.92a12.047 12.047 0 0 0-1.923 2.509L7.556 12l-5.965 5.975c.53.92 1.178 1.764 1.924 2.51l6.92-6.92h13.463a12.118 12.118 0 0 0 0-3.13Z"></path><path fill="#0052B4" d="M4.694 21.518A11.947 11.947 0 0 0 12 23.998c5.544 0 10.21-3.76 11.586-8.869H11.083l-6.39 6.39Z"></path><path fill="#D80027" d="M23.586 8.869C22.21 3.759 17.544-.001 12-.001 9.25 0 6.717.925 4.694 2.48l6.388 6.39h12.504Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function T3(l,t){return e.openBlock(),e.createElementBlock("svg",Ss,Ps)}const ys=Object.freeze(Object.defineProperty({__proto__:null,default:{render:T3},render:T3},Symbol.toStringTag,{value:"Module"})),Vs={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Hs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M16.695 12H12v12a11.98 11.98 0 0 0 4-.684l.695-11.317Z"></path><path fill="#FF9811" d="M20 20.943a11.97 11.97 0 0 0 4-8.944h-4.695L20 20.943Z"></path><path fill="#000" d="M16 12v11.316a11.991 11.991 0 0 0 4-2.373v-8.944h-4Z"></path><path fill="#FF9811" d="M22.174 7.827h-3.13a1.044 1.044 0 0 0-2.088 0h-3.13c0 .576.502 1.043 1.078 1.043h-.035c0 .577.467 1.044 1.044 1.044 0 .576.467 1.043 1.043 1.043h2.087c.577 0 1.044-.467 1.044-1.043.576 0 1.043-.467 1.043-1.044h-.034c.576 0 1.078-.467 1.078-1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function I3(l,t){return e.openBlock(),e.createElementBlock("svg",Vs,Hs)}const js=Object.freeze(Object.defineProperty({__proto__:null,default:{render:I3},render:I3},Symbol.toStringTag,{value:"Module"})),As={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},zs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M22.852 6.873a12.029 12.029 0 0 0-2.447-3.437l-8.404-.827-8.405.828-.08.08 3.357 3.356L12 7.029l10.851-.156ZM3.516 20.485c.044.044.088.089.133.132l8.351.775 8.352-.775a12.031 12.031 0 0 0 2.475-3.436l-15.522-.484-3.789 3.788Z"></path><path fill="#000" d="M23.88 10.308 9.914 9.913 12 12l-2.087 2.087 13.96-.343a12.099 12.099 0 0 0 .008-3.436Z"></path><path fill="#6DA544" d="M12 0a11.96 11.96 0 0 0-8.405 3.437h16.81A11.96 11.96 0 0 0 12 0Z"></path><path fill="#D80027" d="M10.308 10.309H23.88a11.914 11.914 0 0 0-1.029-3.436H6.871l3.437 3.436ZM6.82 17.181h16.007c.511-1.067.87-2.222 1.046-3.436H10.255L6.82 17.183Z"></path><path fill="#6DA544" d="M12 24a11.96 11.96 0 0 0 8.351-3.383H3.65A11.959 11.959 0 0 0 12 24Z"></path><path fill="#000" d="M4.285 2.81c-.267.224-.524.46-.77.705L12 12.001l-8.485 8.485c.246.246.503.481.77.705l9.19-9.19-9.19-9.191Z"></path><path fill="#D80027" d="m4.825 8.87.776 2.39h2.515l-2.034 1.48.777 2.391-2.034-1.478L2.79 15.13l.777-2.392-2.034-1.477h2.515l.777-2.392Z"></path><path fill="#FFDA44" d="m6.962 12.195-2.025-.718s-.15-1.403-.158-1.45a.783.783 0 1 0-1.524.353l-.567.571h1.01c0 1.048-.783 1.048-.783 2.091l.434 1.044h2.609l.435-1.043c.043-.1.07-.204.08-.307.375-.152.49-.541.49-.541Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function q3(l,t){return e.openBlock(),e.createElementBlock("svg",As,zs)}const Os=Object.freeze(Object.defineProperty({__proto__:null,default:{render:q3},render:q3},Symbol.toStringTag,{value:"Module"})),Ds={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Es=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#060809","fill-rule":"evenodd",d:"M14.634 11.97h-1.109v-.436c0-.566.324-.728.603-.728.308 0 .547.137.547.137l.378-.863s-.383-.25-1.079-.25c-.782 0-1.672.44-1.672 1.824v.315h-1.856v-.435c0-.566.323-.728.602-.728.158 0 .371.037.548.137l.377-.863c-.225-.133-.587-.25-1.078-.25-.782 0-1.672.44-1.672 1.824v.315h-.71v.944h.71v3.336h1.223v-3.336h1.856v3.336h1.223v-3.336h1.11v-.944Zm-8.93 3.51c-.32 0-.48-.157-.48-.418 0-.483.54-.649 1.526-.753 0 .646-.436 1.172-1.045 1.172Zm.426-3.637c-.705 0-1.516.333-1.957.684l.403.847c.353-.324.924-.6 1.44-.6.489 0 .76.164.76.493 0 .222-.18.334-.519.378C4.993 13.81 4 14.159 4 15.134c0 .773.55 1.24 1.41 1.24.614 0 1.16-.34 1.42-.79v.665h1.143v-2.787c0-1.151-.8-1.619-1.843-1.619Zm11.484.126v4.28h1.224v-2.062c0-.98.593-1.268 1.007-1.268a.94.94 0 0 1 .523.154l.224-1.131a1.398 1.398 0 0 0-.55-.099c-.629 0-1.024.28-1.285.845v-.719h-1.143Zm7.27.626c.251-.369.735-.752 1.382-.752.782 0 1.43.486 1.43 1.448v2.958h-1.224v-2.571c0-.567-.34-.802-.664-.802-.405 0-.81.37-.81 1.17v2.203h-1.223v-2.563c0-.584-.321-.81-.671-.81-.387 0-.8.379-.8 1.17v2.203h-1.225v-4.28h1.18v.647c.206-.413.654-.772 1.302-.772.593 0 1.088.274 1.322.751Zm-8.297 3.654h-1.222v-4.28h1.222v4.28Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{fill:"#0FA0EA","fill-rule":"evenodd",d:"M22.493 6c-3.303 0-6.248 2.293-7.084 5.242h1.198c.698-2.196 3.067-4.123 5.886-4.123 3.427 0 6.388 2.608 6.388 6.67 0 .911-.118 1.733-.341 2.46h1.16l.012-.04c.19-.75.287-1.563.287-2.42C30 9.259 26.7 6 22.493 6Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function U3(l,t){return e.openBlock(),e.createElementBlock("svg",Ds,Es)}const Cs=Object.freeze(Object.defineProperty({__proto__:null,default:{render:U3},render:U3},Symbol.toStringTag,{value:"Module"})),Ns={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Ls=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#1677FF" d="M8.88 8.798H4.122C3.502 8.798 3 9.305 3 9.93v4.798c0 .625.502 1.131 1.122 1.131H8.88c.62 0 1.12-.506 1.12-1.13V9.928c.001-.625-.5-1.13-1.12-1.13Z"></path><path fill="#fff" d="M8.764 13.232c-.28-.095-.656-.24-1.075-.392.251-.441.453-.943.585-1.489h-1.38v-.501h1.69v-.28h-1.69v-.836h-.69c-.121 0-.121.12-.121.12v.715h-1.71v.28h1.71v.501H4.67v.28h2.738a4.95 4.95 0 0 1-.394.972c-.888-.295-1.837-.535-2.432-.387-.38.094-.626.263-.77.44-.662.812-.187 2.044 1.21 2.044.825 0 1.62-.464 2.237-1.23.92.447 2.74 1.212 2.74 1.212v-1.09c.001 0-.228-.02-1.236-.36Zm-3.872.996c-1.09 0-1.411-.865-.873-1.339.18-.16.508-.238.682-.255.647-.064 1.246.184 1.953.532-.496.654-1.13 1.062-1.762 1.062Z"></path><path fill="#1677FF" d="M18.201 9.832c0 .365.267.611.64.611.372 0 .64-.246.64-.611 0-.358-.268-.611-.64-.611-.373 0-.64.253-.64.611Z"></path><path fill="#000" d="M17.527 9.375h-1.11v5.128h1.11V9.375Zm-3.055.175h-1.49l-1.664 4.953h1.026l.28-.97h1.764l.267.97h1.313l-1.496-4.952Zm-1.616 3.176.66-2.283h.028l.625 2.283h-1.313Zm6.539-1.988h-1.11v3.765h1.11v-3.765Zm11.598.007.007-.007h-1.046l-.66 2.29h-.036l-.758-2.29h-1.244l1.496 3.78-.625 1.151v.028h.976l1.89-4.952Zm-8.837-.085c-.407 0-.723.155-1.081.45v-.372h-1.11v4.959h1.11v-1.23c.21.057.407.085.646.085.99 0 1.882-.73 1.882-2.03 0-1.166-.646-1.861-1.447-1.861Zm-.703 3.197a1.21 1.21 0 0 1-.38-.057v-2.036c.233-.162.422-.24.66-.24.415 0 .745.33.745 1.034.001.899-.484 1.299-1.025 1.299Zm5.585-.295v-1.574c0-.857-.506-1.327-1.398-1.327-.57 0-.962.098-1.679.316l.197.864c.653-.295.94-.421 1.243-.421.365 0 .527.26.527.66v.028c-1.272.239-1.665.372-1.91.618-.183.183-.26.443-.26.745 0 .723.562 1.11 1.088 1.11.393 0 .71-.148 1.138-.471l.077.393h1.11l-.133-.941Zm-1.11.028c-.294.161-.463.225-.66.225-.267 0-.435-.176-.435-.456 0-.105.021-.211.105-.295.134-.134.393-.232.99-.373v.9Z"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',6)];function R3(l,t){return e.openBlock(),e.createElementBlock("svg",Ns,Ls)}const Ts=Object.freeze(Object.defineProperty({__proto__:null,default:{render:R3},render:R3},Symbol.toStringTag,{value:"Module"})),Is={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},qs=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#000","fill-rule":"evenodd",d:"M27.293 13.948h.839a.164.164 0 0 0 .164-.163v-2.443c0-.307.016-.584.134-.862a.555.555 0 0 1 .487-.363c.536 0 .531.618.527 1.104v2.585c.01.079.072.139.148.142h.846c.08.002.15-.059.162-.142v-2.857c0-.44 0-1.051-.22-1.414-.237-.392-.605-.535-.982-.535-.581 0-.911.296-1.146.917h-.017v-.695a.16.16 0 0 0-.149-.126h-.78a.162.162 0 0 0-.162.148v4.541a.162.162 0 0 0 .15.163Zm-.79-2.382c0-1.432-.675-2.56-1.924-2.56-1.217 0-1.892 1.109-1.892 2.513 0 1.403.667 2.53 1.892 2.53 1.18 0 1.925-1.098 1.925-2.483Zm-2.575-.19c0-.555.04-1.443.66-1.443.266 0 .454.126.55.44.11.362.125.82.125 1.203 0 .582-.025 1.537-.684 1.537-.652 0-.652-1.158-.651-1.72v-.018ZM8.19 13.957h.842a.154.154 0 0 0 .113-.047.17.17 0 0 0 .049-.117V11.35c0-.523 0-1.215.58-1.215.539 0 .53.608.524 1.1l-.002.153v2.407a.163.163 0 0 0 .15.162h.842a.155.155 0 0 0 .113-.046.17.17 0 0 0 .049-.117V11.33c0-.255-.002-.6.079-.813a.56.56 0 0 1 .502-.372c.244 0 .432.086.495.392.032.147.028.487.025.713l-.001.137v2.407a.162.162 0 0 0 .149.162h.84a.155.155 0 0 0 .114-.046.171.171 0 0 0 .049-.117v-2.865l.002-.213c.007-.428.014-.883-.214-1.21a1.213 1.213 0 0 0-1.167-.484c-.444.073-.815.39-.973.832-.236-.574-.574-.84-1.092-.84-.518 0-.903.266-1.107.84h-.016V9.26a.162.162 0 0 0-.149-.156h-.784a.163.163 0 0 0-.161.162v4.54a.16.16 0 0 0 .149.15Zm-1.464.034a.167.167 0 0 1-.198.021c-.239-.208-.31-.321-.42-.494l-.062-.095c-.463.494-.79.642-1.388.642-.708 0-1.26-.46-1.26-1.378 0-.718.373-1.206.895-1.446.385-.177.898-.232 1.342-.28l.24-.027v-.18c.001-.195.003-.412-.103-.576-.102-.163-.297-.23-.472-.23-.32 0-.607.174-.677.531a.182.182 0 0 1-.149.163l-.808-.093a.148.148 0 0 1-.1-.064.163.163 0 0 1-.026-.12c.187-1.04 1.081-1.354 1.882-1.354.41 0 .944.114 1.266.44.377.371.375.858.373 1.39v1.51c0 .37.13.555.268.75l.05.07c.053.078.065.176 0 .234-.173.151-.478.43-.646.587l-.007-.001Zm-.848-2.156v.043c0 .325 0 .601-.157.896-.134.25-.346.403-.583.403-.323 0-.511-.259-.511-.642 0-.753.643-.89 1.251-.89v.19Zm12.478 1.262.049.07c.057.082.069.177-.004.231-.172.151-.477.43-.645.588a.168.168 0 0 1-.199.02 1.87 1.87 0 0 1-.422-.496 9.946 9.946 0 0 0-.06-.094c-.462.495-.791.643-1.387.643-.708 0-1.26-.46-1.26-1.378 0-.719.37-1.206.898-1.446.386-.178.903-.233 1.348-.28l.234-.026v-.178c.002-.195.004-.412-.103-.575-.1-.163-.298-.23-.472-.23-.32 0-.605.173-.676.53a.182.182 0 0 1-.15.163l-.815-.092a.147.147 0 0 1-.1-.064.163.163 0 0 1-.025-.122c.187-1.04 1.08-1.353 1.882-1.353.408 0 .943.114 1.266.44.378.37.375.852.372 1.381v1.519c0 .37.13.555.269.75Zm-2.187.075c.236 0 .45-.153.583-.402.158-.296.158-.574.158-.903v-.226c-.609 0-1.252.136-1.252.89 0 .383.189.641.511.641Zm2.948-3.922v.647c0 .044.016.087.047.118a.15.15 0 0 0 .113.046h1.448l-1.66 2.505a.815.815 0 0 0-.103.445v.662c0 .096.1.204.197.15a3.047 3.047 0 0 1 2.921-.005c.105.057.204-.053.204-.149v-.695a.298.298 0 0 0-.148-.253c-.484-.286-1.046-.37-1.578-.356l1.433-2.15c.133-.193.208-.315.208-.408V9.25a.167.167 0 0 0-.047-.117.15.15 0 0 0-.113-.046h-2.765a.145.145 0 0 0-.113.045.16.16 0 0 0-.044.118Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{fill:"#F90","fill-rule":"evenodd",d:"M20.5 16.845c.192-.5.618-1.621.416-1.893h.001c-.202-.272-1.334-.13-1.843-.065-.156.02-.18-.122-.04-.225.904-.668 2.385-.477 2.557-.251.172.225-.047 1.787-.893 2.532-.13.114-.255.053-.197-.098Zm-6.083.772c1.97 0 4.262-.654 5.842-1.879v.002c.261-.206.037-.51-.23-.391a13.62 13.62 0 0 1-5.446 1.174c-2.596 0-5.107-.748-7.14-1.99-.177-.11-.31.082-.16.222 1.955 1.856 4.5 2.876 7.134 2.862Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function G3(l,t){return e.openBlock(),e.createElementBlock("svg",Is,qs)}const Us=Object.freeze(Object.defineProperty({__proto__:null,default:{render:G3},render:G3},Symbol.toStringTag,{value:"Module"})),Rs={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Gs=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#1F72CD",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#fff","fill-rule":"evenodd",d:"m6.095 8.5-3.18 7.247h3.808l.472-1.156h1.079l.472 1.156h4.192v-.882l.373.882h2.168l.374-.9v.9h8.718l1.06-1.126.992 1.126 4.478.01-3.191-3.613L31.101 8.5h-4.408L25.66 9.605 24.7 8.5h-9.484l-.814 1.87-.834-1.87h-3.8v.852L9.345 8.5h-3.25Zm.737 1.029H8.69l2.11 4.914V9.53h2.033l1.63 3.523 1.502-3.523h2.023v5.2h-1.23l-.011-4.075-1.795 4.075H13.85l-1.805-4.075v4.075H9.512l-.48-1.166H6.438l-.48 1.165H4.602L6.833 9.53Zm17.288 0h-5.006v5.197h4.928l1.589-1.722 1.531 1.722h1.6l-2.326-2.583 2.327-2.614H27.23l-1.58 1.703-1.531-1.703Zm-16.385.88-.854 2.077h1.708l-.854-2.077Zm12.615 1.146v-.95h3.124l1.363 1.518-1.424 1.526H20.35v-1.036h2.731v-1.058H20.35Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function J3(l,t){return e.openBlock(),e.createElementBlock("svg",Rs,Gs)}const Js=Object.freeze(Object.defineProperty({__proto__:null,default:{render:J3},render:J3},Symbol.toStringTag,{value:"Module"})),Ks={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Ys=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#000","fill-rule":"evenodd",d:"M9.45 8.343c-.286.352-.743.63-1.2.59-.056-.476.167-.981.429-1.294.285-.361.784-.62 1.189-.639.047.496-.138.981-.419 1.343Zm.413.684c-.402-.024-.77.126-1.066.248-.19.078-.352.144-.475.144-.138 0-.306-.07-.495-.148-.248-.103-.53-.22-.827-.214-.68.01-1.313.411-1.66 1.05-.714 1.28-.186 3.173.504 4.213.338.516.742 1.08 1.275 1.061.234-.01.402-.084.577-.16.2-.09.41-.182.735-.182.315 0 .514.09.706.176.182.082.357.161.617.156.551-.01.899-.515 1.236-1.03.365-.554.525-1.094.55-1.176l.002-.01-.013-.006a1.853 1.853 0 0 1-1.062-1.693c-.009-1 .739-1.507.856-1.586l.014-.01c-.475-.734-1.217-.813-1.474-.833Zm3.82 6.29V7.59h2.782c1.436 0 2.44 1.03 2.44 2.537s-1.023 2.548-2.478 2.548h-1.594v2.642h-1.15Zm1.15-6.716h1.327c1 0 1.57.555 1.57 1.531 0 .977-.57 1.537-1.574 1.537h-1.323V8.6Zm7.872 5.789c-.304.604-.975.986-1.698.986-1.07 0-1.817-.664-1.817-1.665 0-.991.723-1.561 2.06-1.646l1.436-.089v-.426c0-.63-.395-.972-1.099-.972-.58 0-1.003.313-1.089.789h-1.037c.034-1.002.937-1.73 2.16-1.73 1.317 0 2.174.718 2.174 1.834v3.846h-1.066v-.927h-.024Zm-1.389.07c-.613 0-1.003-.308-1.003-.779 0-.486.376-.768 1.094-.813l1.28-.084v.436c0 .724-.59 1.24-1.37 1.24Zm6.012 1.159c-.461 1.353-.989 1.8-2.111 1.8-.086 0-.371-.01-.438-.03v-.927c.071.01.247.02.338.02.509 0 .794-.224.97-.803l.105-.343-1.95-5.625h1.203l1.355 4.565h.024L28.18 9.71h1.17l-2.022 5.908Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function K3(l,t){return e.openBlock(),e.createElementBlock("svg",Ks,Ys)}const Ws=Object.freeze(Object.defineProperty({__proto__:null,default:{render:K3},render:K3},Symbol.toStringTag,{value:"Module"})),Qs={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Xs=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#005697" d="M25.491 7.438H18.72l-.688.8-2.235 2.592-.689.8H8.425l.678-.81.32-.383.679-.809h-3.08c-.562 0-1.022.486-1.022 1.08v2.281c0 .595.46 1.081 1.023 1.081H18.81c.562 0 1.33-.36 1.707-.802l1.783-2.09 3.19-3.74Z"></path><path fill="#FBD500" d="M26.852 5c.562 0 1.023.486 1.023 1.081v2.28c0 .595-.46 1.082-1.023 1.082h-3.07l.685-.804.34-.398.684-.803H18.72l-3.612 4.195H8.383l4.822-5.62.183-.212c.378-.44 1.147-.801 1.71-.801h11.754Z"></path><path fill="#005697" fill-rule="evenodd" d="M8.305 17.948a.68.68 0 0 0-.371-.636.605.605 0 0 0 .258-.254.774.774 0 0 0 .092-.378v-.077a.873.873 0 0 0-.096-.43.73.73 0 0 0-.269-.275 1.255 1.255 0 0 0-.414-.148 2.95 2.95 0 0 0-.538-.045 5.196 5.196 0 0 0-.419.015 4.923 4.923 0 0 0-.327.032c-.08.015-.138.04-.171.078-.033.037-.05.104-.05.202v2.611c0 .098.017.165.052.202.035.038.094.063.177.078.042.008.092.015.15.021a5.56 5.56 0 0 0 .4.026c.073.003.143.004.213.004.18 0 .35-.014.51-.043.16-.028.3-.08.417-.152a.8.8 0 0 0 .282-.297.958.958 0 0 0 .104-.47v-.064Zm-.709-1.233c0 .045-.006.09-.02.13a.26.26 0 0 1-.07.108.355.355 0 0 1-.128.073.645.645 0 0 1-.207.028h-.466v-.743c.013 0 .035 0 .064-.002.03-.002.06-.003.092-.003h.16c.214 0 .364.028.448.084.085.056.127.143.127.26v.065Zm-.106 1.559a.338.338 0 0 0 .123-.28v-.046a.404.404 0 0 0-.096-.269c-.064-.076-.179-.114-.346-.114h-.466v.803h.072l.1.003.1.002h.07c.213 0 .361-.033.443-.099Zm3.1-.958c0-.157-.024-.291-.07-.402a.695.695 0 0 0-.194-.27.79.79 0 0 0-.306-.155 1.542 1.542 0 0 0-.406-.05 3.31 3.31 0 0 0-.721.09c-.053.015-.08.047-.08.095v.348c0 .029.007.05.021.06a.082.082 0 0 0 .055.018h.02l.125-.011a4.762 4.762 0 0 1 .365-.017c.068-.002.136-.002.202-.002.098 0 .174.018.23.055.055.038.083.118.083.241v.155h-.225c-.359 0-.62.058-.782.174-.162.116-.244.3-.244.552v.038a.9.9 0 0 0 .06.352.62.62 0 0 0 .161.228.597.597 0 0 0 .228.123.952.952 0 0 0 .264.036.907.907 0 0 0 .58-.193v.069c0 .022.008.043.025.06a.079.079 0 0 0 .058.026h.467a.079.079 0 0 0 .058-.026.083.083 0 0 0 .025-.06v-1.534Zm-.824 1.106a.994.994 0 0 0 .16-.066v-.473H9.69a.7.7 0 0 0-.18.02.265.265 0 0 0-.112.057.206.206 0 0 0-.058.1.514.514 0 0 0-.017.137v.038c0 .092.021.15.065.176a.393.393 0 0 0 .198.039.59.59 0 0 0 .18-.028Zm3.374.423v-1.43c0-.135-.01-.261-.031-.38a.866.866 0 0 0-.113-.31.584.584 0 0 0-.225-.208.775.775 0 0 0-.369-.077 1.13 1.13 0 0 0-.354.05 1.163 1.163 0 0 0-.325.175v-.104a.085.085 0 0 0-.025-.061.079.079 0 0 0-.059-.026h-.466a.078.078 0 0 0-.059.026.084.084 0 0 0-.025.06v2.285c0 .023.01.044.027.063a.083.083 0 0 0 .06.027h.505a.08.08 0 0 0 .059-.027.09.09 0 0 0 .025-.063v-1.688c.072-.04.14-.073.204-.099a.524.524 0 0 1 .344-.02c.04.014.071.036.093.067a.292.292 0 0 1 .046.125c.009.051.013.114.013.188v1.428a.09.09 0 0 0 .025.062.076.076 0 0 0 .058.027h.505a.083.083 0 0 0 .06-.027.088.088 0 0 0 .027-.063Zm2.05-.416v.382c0 .031-.006.054-.02.067a.165.165 0 0 1-.067.032 2.196 2.196 0 0 1-.554.064c-.295 0-.53-.093-.707-.28-.176-.185-.264-.454-.264-.807v-.36c0-.353.088-.622.264-.808.177-.186.412-.28.707-.28a2.182 2.182 0 0 1 .554.065.19.19 0 0 1 .067.032c.014.013.02.035.02.067v.382a.067.067 0 0 1-.022.054.084.084 0 0 1-.056.02h-.009a3.784 3.784 0 0 0-.508-.03.375.375 0 0 0-.134.023.251.251 0 0 0-.108.081.437.437 0 0 0-.073.155.895.895 0 0 0-.027.238v.361c0 .095.009.174.027.239a.437.437 0 0 0 .073.154.25.25 0 0 0 .108.082.373.373 0 0 0 .134.024 3.748 3.748 0 0 0 .508-.03h.008c.023 0 .041.006.057.019.015.013.023.03.023.054Zm2.314-.872c0-.172-.023-.327-.069-.464a.893.893 0 0 0-.526-.573 1.18 1.18 0 0 0-.449-.08c-.17 0-.32.026-.449.08a.912.912 0 0 0-.328.223.948.948 0 0 0-.202.35 1.458 1.458 0 0 0-.07.464v.3c0 .172.024.327.07.464a.948.948 0 0 0 .202.35c.09.096.199.17.328.224.13.053.28.08.449.08.17 0 .32-.027.45-.08a.892.892 0 0 0 .525-.574c.046-.137.07-.292.07-.464v-.3Zm-1.044.829c.246 0 .369-.177.369-.529v-.3c0-.35-.123-.525-.369-.525a.322.322 0 0 0-.278.131c-.063.088-.095.219-.095.394v.3c0 .175.032.307.095.396a.32.32 0 0 0 .278.133Zm3.524.46v-1.431c0-.135-.01-.261-.031-.38a.863.863 0 0 0-.113-.31.583.583 0 0 0-.225-.208.775.775 0 0 0-.369-.077 1.13 1.13 0 0 0-.354.05 1.161 1.161 0 0 0-.325.175v-.104a.084.084 0 0 0-.025-.061.078.078 0 0 0-.059-.026h-.466a.079.079 0 0 0-.059.026.084.084 0 0 0-.025.06v2.285c0 .023.01.044.027.063a.083.083 0 0 0 .06.027h.505a.08.08 0 0 0 .059-.027.091.091 0 0 0 .025-.063v-1.688c.072-.04.14-.073.204-.099a.523.523 0 0 1 .344-.02c.04.014.071.036.093.067a.295.295 0 0 1 .046.125c.009.051.013.114.013.188v1.428a.09.09 0 0 0 .025.062.076.076 0 0 0 .058.027h.505a.083.083 0 0 0 .06-.027.088.088 0 0 0 .027-.063Zm1.817-.323v.332c0 .048-.026.077-.079.085-.064.011-.12.02-.166.026a1.454 1.454 0 0 1-.463-.02.448.448 0 0 1-.218-.11.516.516 0 0 1-.133-.225 1.259 1.259 0 0 1-.045-.371v-1.246l-.334-.056a.146.146 0 0 1-.06-.032.074.074 0 0 1-.027-.058v-.284c0-.023.009-.044.027-.062a.083.083 0 0 1 .06-.028h.334v-.352a.07.07 0 0 1 .025-.056.142.142 0 0 1 .058-.03l.505-.09h.013c.022 0 .04.006.054.019a.07.07 0 0 1 .02.054v.455h.342c.022 0 .042.009.058.026a.085.085 0 0 1 .025.06v.351a.085.085 0 0 1-.025.061.079.079 0 0 1-.058.026h-.342v1.25c0 .086.007.141.021.165.014.025.053.037.117.037h.204c.058 0 .088.024.088.073Zm2.226-1.207a1.05 1.05 0 0 0-.069-.402.695.695 0 0 0-.193-.27.791.791 0 0 0-.307-.155 1.543 1.543 0 0 0-.406-.05 3.307 3.307 0 0 0-.721.09c-.053.015-.08.047-.08.095v.348c0 .029.008.05.021.06a.083.083 0 0 0 .055.018h.02l.126-.011a4.758 4.758 0 0 1 .364-.017c.068-.002.136-.002.202-.002.098 0 .174.018.23.055.055.038.083.118.083.241v.155h-.225c-.359 0-.619.058-.782.174-.162.116-.243.3-.243.552v.038a.9.9 0 0 0 .06.352c.04.095.094.171.16.228a.597.597 0 0 0 .228.123.951.951 0 0 0 .264.036.908.908 0 0 0 .58-.193v.069c0 .022.008.043.025.06a.078.078 0 0 0 .058.026h.467a.079.079 0 0 0 .058-.026.084.084 0 0 0 .025-.06v-1.534Zm-.823 1.106a.994.994 0 0 0 .16-.066v-.473h-.237a.7.7 0 0 0-.18.02.266.266 0 0 0-.112.057.205.205 0 0 0-.058.1.513.513 0 0 0-.017.137v.038c0 .092.022.15.065.176a.393.393 0 0 0 .198.039c.064 0 .124-.01.181-.028Zm2.874.389v-.382a.067.067 0 0 0-.023-.054.084.084 0 0 0-.056-.02h-.008a3.744 3.744 0 0 1-.509.03.372.372 0 0 1-.133-.023.249.249 0 0 1-.109-.082.437.437 0 0 1-.073-.154.892.892 0 0 1-.027-.239v-.36a.89.89 0 0 1 .027-.239.437.437 0 0 1 .073-.155.25.25 0 0 1 .109-.081.374.374 0 0 1 .133-.024 3.779 3.779 0 0 1 .509.03h.008a.08.08 0 0 0 .056-.02.066.066 0 0 0 .023-.053v-.382c0-.032-.007-.054-.02-.067a.164.164 0 0 0-.067-.032 2.183 2.183 0 0 0-.554-.064c-.296 0-.53.093-.707.279-.177.186-.265.455-.265.807v.361c0 .353.088.622.265.808.176.186.411.28.706.28a2.197 2.197 0 0 0 .555-.065.164.164 0 0 0 .066-.032c.014-.013.021-.036.021-.067Zm1.796-.288v.332c0 .048-.026.077-.079.085a4.07 4.07 0 0 1-.167.026 1.453 1.453 0 0 1-.463-.02.448.448 0 0 1-.217-.11.516.516 0 0 1-.133-.225 1.263 1.263 0 0 1-.045-.371v-1.246l-.334-.056a.146.146 0 0 1-.06-.032.074.074 0 0 1-.027-.058v-.284c0-.023.009-.044.027-.062a.083.083 0 0 1 .06-.028h.334v-.352a.07.07 0 0 1 .025-.056.141.141 0 0 1 .058-.03l.505-.09h.012c.023 0 .04.006.054.019a.07.07 0 0 1 .021.054v.455h.342a.08.08 0 0 1 .058.026.085.085 0 0 1 .025.06v.351a.085.085 0 0 1-.025.061.079.079 0 0 1-.058.026h-.342v1.25c0 .086.007.141.021.165.014.025.053.037.117.037h.204c.058 0 .087.024.087.073Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function Y3(l,t){return e.openBlock(),e.createElementBlock("svg",Qs,Xs)}const ei=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Y3},render:Y3},Symbol.toStringTag,{value:"Module"})),ti={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},li=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#F7931A","fill-rule":"evenodd",d:"M24.87 11.935a7.935 7.935 0 1 1-15.87 0 7.935 7.935 0 0 1 15.87 0Zm-6.029-2.948c1.104.379 1.912.946 1.753 2.003-.115.773-.545 1.147-1.117 1.278.784.407 1.052 1.18.803 2.113-.471 1.343-1.593 1.456-3.084 1.175l-.362 1.445-.874-.218.357-1.424a36.959 36.959 0 0 1-.697-.18l-.358 1.431-.874-.217.362-1.447-1.76-.443.434-.997s.644.17.635.158c.248.06.358-.1.401-.207l.981-3.92c.011-.184-.053-.418-.407-.506.013-.01-.635-.157-.635-.157l.232-.93 1.764.435.358-1.431.874.217-.351 1.403c.235.053.471.107.7.164l.35-1.394.873.218-.358 1.43Zm-2.091 2.387c.595.157 1.89.501 2.117-.4.23-.921-1.029-1.2-1.645-1.336l-.182-.041-.435 1.739.145.038Zm-.675 2.8c.713.188 2.273.599 2.521-.394.254-1.014-1.258-1.352-1.996-1.517-.083-.019-.155-.035-.215-.05l-.48 1.917.17.044Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function W3(l,t){return e.openBlock(),e.createElementBlock("svg",ti,li)}const oi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:W3},render:W3},Symbol.toStringTag,{value:"Module"})),ci={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},ai=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#8FC258","fill-rule":"evenodd",d:"M24.2 7.787a8.15 8.15 0 1 1-11.103-3.091A8.15 8.15 0 0 1 24.2 7.786Zm-6.88.407c1.178-.219 2.187-.119 2.578.906.288.75.092 1.302-.354 1.708.907-.033 1.536.523 1.786 1.483.256 1.44-.69 2.107-2.165 2.61l.405 1.474-.891.247-.4-1.455c-.231.064-.469.127-.715.19l.403 1.462-.891.247-.407-1.477-1.798.493-.115-1.111s.662-.173.648-.18c.252-.07.27-.27.254-.387l-1.101-4.001c-.084-.171-.26-.347-.62-.248.007-.015-.648.18-.648.18l-.262-.95 1.797-.5-.402-1.46.891-.248.395 1.432c.237-.071.475-.142.71-.207l-.392-1.422.891-.247.402 1.46Zm-.666 3.19c.612-.159 1.944-.506 1.692-1.426-.26-.94-1.526-.554-2.146-.364-.07.021-.132.04-.184.054l.49 1.776.148-.04Zm.81 2.846c.733-.192 2.335-.612 2.056-1.625-.285-1.036-1.808-.575-2.551-.35l-.217.064.538 1.957.174-.046Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function Q3(l,t){return e.openBlock(),e.createElementBlock("svg",ci,ai)}const ni=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Q3},render:Q3},Symbol.toStringTag,{value:"Module"})),hi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},ri=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#002855","fill-rule":"evenodd",d:"M6.936 13.767a1.18 1.18 0 0 1-.594.159H6.18c-.042 0-.102-.004-.276-.035l.587-2.57a.777.777 0 0 1 .36-.196c.134-.031.221-.04.305-.04.258 0 .457.078.554.246.095.169.143.403.143.703a2.17 2.17 0 0 1-.436 1.307c-.135.177-.295.32-.481.426Zm1.322-3.69a1.637 1.637 0 0 0-.746-.16c-.139 0-.267.015-.387.047a2.01 2.01 0 0 0-.353.128l.55-2.414-1.394.225-1.557 6.81c.174.087.359.156.554.206.195.05.379.087.553.112.174.025.328.04.463.042.135.004.23.005.284.005.42 0 .81-.083 1.17-.248.36-.165.671-.39.935-.675a3.273 3.273 0 0 0 .855-2.225c0-.28-.033-.543-.099-.786a1.83 1.83 0 0 0-.306-.637 1.494 1.494 0 0 0-.522-.43Zm3.69-.761.204-.898h-1.336l-.205.898h1.336Zm1.932 4.573a.886.886 0 0 1-.405-.077.433.433 0 0 1-.208-.216.703.703 0 0 1-.046-.331c.01-.128.032-.266.07-.413l.405-1.766h1.522l.276-1.172h-1.53l.35-1.488-1.43.23-.903 3.975a5.218 5.218 0 0 0-.13.931 1.76 1.76 0 0 0 .13.783c.098.227.264.406.498.537.233.132.562.197.987.197.295 0 .55-.025.765-.077l.078-.019.278-1.212a2.095 2.095 0 0 1-.278.075 2.098 2.098 0 0 1-.428.043Zm16.234-3.973h-1.336l-.777 3.404h.002l-.107.468a2.105 2.105 0 0 1-.651.1.886.886 0 0 1-.406-.077.434.434 0 0 1-.208-.216.703.703 0 0 1-.046-.331c.01-.128.032-.266.07-.413l.405-1.767.267-1.17v-.001h-1.364l-.618 2.717a5.217 5.217 0 0 0-.13.931 1.76 1.76 0 0 0 .13.783c.098.227.264.406.498.537.233.131.562.197.986.197a3.3 3.3 0 0 0 .766-.077l.025-.006v.003c-.06.28-.181.507-.376.685-.194.177-.483.266-.866.266-.163 0-.312-.01-.446-.03l-.263 1.152c.178.024.375.037.593.037.407 0 .763-.049 1.068-.145a2.11 2.11 0 0 0 .785-.44c.218-.196.4-.442.548-.737.146-.296.264-.647.354-1.052l.925-4.046-.004-.001.176-.771Zm-6.553 1.17c-.623 0-.742 0-.997.137a1.486 1.486 0 0 0-.463.417c-.132.171-.235.37-.31.594a2.2 2.2 0 0 0-.112.702c0 .299.048.536.144.71.095.175.272.263.53.263a.813.813 0 0 0 .373-.085c.11-.056.229-.15.355-.28a6.265 6.265 0 0 1 .141-.928l.008-.038.331-1.492Zm.949 1.737a3.224 3.224 0 0 0-.072 1.072c.036.358.168.908.296 1.183h-1.293c-.117-.207-.143-.332-.162-.419-.006-.03-.01-.054-.018-.077a2.383 2.383 0 0 1-.558.356c-.203.093-.431.14-.683.14-.3 0-.556-.054-.768-.163a1.46 1.46 0 0 1-.521-.44 1.793 1.793 0 0 1-.293-.646 3.33 3.33 0 0 1-.09-.79c0-.43.074-.836.22-1.217.147-.38.351-.712.612-.996.26-.284.89-.91 1.922-.91h2.072l-.664 2.907Zm-7.437 1.106c-.151 0-.278-.013-.38-.038l.647-2.805h.527c.284.002.484.102.6.29a1.3 1.3 0 0 1 .171.688c0 .276-.038.529-.113.758-.076.23-.181.425-.317.589-.135.163-.3.29-.493.381a1.487 1.487 0 0 1-.642.137Zm2.687-.712a3.5 3.5 0 0 0 .217-1.257c0-.283-.038-.548-.113-.796a1.81 1.81 0 0 0-.348-.65 1.629 1.629 0 0 0-.602-.438 2.171 2.171 0 0 0-.873-.16h-1.785l-1.554 6.81h1.34l.406-1.705c.205.038.41.057.616.057.422 0 .812-.077 1.171-.23.36-.155.667-.37.923-.646.257-.276.457-.604.602-.985ZM9.293 15.08l1.18-5.166h1.336l-1.18 5.166H9.293Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function X3(l,t){return e.openBlock(),e.createElementBlock("svg",hi,ri)}const si=Object.freeze(Object.defineProperty({__proto__:null,default:{render:X3},render:X3},Symbol.toStringTag,{value:"Module"})),ii={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},di=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#EE293D",d:"M4.379 10.808c-.235 0-.258-.076-.258-.632v-.095c0-.558.023-.633.258-.633h5.37c.235 0 .258.075.258.632v.095c0 .557-.023.632-.259.632H4.38Zm0-2.447c-.235 0-.258-.076-.258-.633v-.094c0-.559.023-.634.258-.634h5.37c.235 0 .258.076.258.634v.094c0 .557-.023.633-.259.633H4.38Zm.804 7.267c0-.92.481-1.427 1.204-1.427.273 0 .492.074.765.201.1.047.181.028.311-.26l.095-.195c.093-.236.1-.334-.013-.386-.335-.183-.854-.3-1.302-.3-1.277 0-2.243.946-2.243 2.367 0 1.422.966 2.366 2.242 2.366.449 0 .98-.115 1.316-.3.112-.05.105-.15.012-.385l-.093-.207c-.13-.288-.213-.305-.313-.26-.273.128-.503.202-.777.202-.723 0-1.202-.495-1.202-1.416h-.001Zm15.215 2.149c0 .125-.05.159-.43.159h-.038c-.4 0-.455-.017-.486-.109a1.47 1.47 0 0 1-.05-.189c-.211.236-.466.362-.854.362-.94 0-1.506-.645-1.506-1.682 0-1.121.629-1.785 1.562-1.785.263 0 .505.076.692.214V13.29c0-.097.012-.138.536-.138h.038c.485 0 .535.04.535.138v4.487Zm-1.11-2.212a.684.684 0 0 0-.229-.153.726.726 0 0 0-.275-.054c-.418 0-.616.339-.616.96 0 .357.08.584.198.702.106.123.268.163.425.163.193 0 .342-.045.41-.127.062-.063.087-.16.087-.385v-1.106Zm6.763 2.234c0 .097-.05.137-.536.137h-.038c-.523 0-.534-.04-.534-.137V13.29c0-.097.011-.138.534-.138h.037c.486 0 .536.04.536.138v4.51Zm-3.902-1.198c.062.408.336.605.766.605.331 0 .641-.069 1.003-.213.076-.029.144 0 .224.229l.057.128c.08.236.073.288-.013.333-.43.224-.879.316-1.377.316-1.102 0-1.793-.626-1.793-1.697 0-1.042.635-1.769 1.725-1.769 1.078 0 1.631.715 1.631 1.705 0 .328-.03.363-.155.363h-2.068Zm1.114-.639c-.017-.344-.166-.645-.534-.645-.319 0-.55.224-.593.645h1.127Zm4.514.639c.06.408.335.605.766.605a2.62 2.62 0 0 0 1.002-.213c.074-.029.144 0 .224.229l.057.128c.08.236.073.288-.012.333-.431.224-.88.316-1.379.316-1.102 0-1.792-.626-1.792-1.697 0-1.042.633-1.769 1.724-1.769 1.079 0 1.633.715 1.633 1.705 0 .328-.031.363-.156.363h-2.068Zm1.115-.639c-.02-.344-.169-.645-.537-.645-.317 0-.549.224-.592.645h1.129Zm-13.631-.374a.596.596 0 0 0-.212-.164.64.64 0 0 0-.268-.06c-.417 0-.616.34-.616.943 0 .513.148.893.603.893.17 0 .293-.04.38-.122.081-.08.113-.19.113-.43v-1.06Zm1.121 2.189c0 .125-.05.159-.429.159h-.051c-.398 0-.454-.017-.485-.109a1.326 1.326 0 0 1-.05-.189c-.211.236-.467.362-.854.362-.903 0-1.483-.634-1.483-1.67 0-1.15.717-1.797 1.564-1.797.343 0 .641.134.804.323l.019-.144c.005-.068.025-.114.434-.114h.045c.424 0 .485.028.485.133v3.046h.001Zm-5.2-4.152c.417 0 .442.005.442.132v.84h.717c.1 0 .13.018.13.334v.047c0 .315-.03.334-.13.334h-.716v1.508c0 .253.049.386.298.386.13 0 .243-.023.356-.057.117-.042.162.01.242.275l.02.063c.086.29.06.312-.05.363-.225.098-.524.15-.804.15-.885 0-1.134-.414-1.134-1.135v-1.553h-.417c-.106 0-.132-.02-.132-.334v-.047c0-.316.026-.333.132-.333h.467c.05-.27.137-.651.193-.841.031-.11.05-.132.386-.132Zm-2.317.973c.487 0 .53.04.53.138V17.8c0 .103-.043.137-.53.137h-.031c-.535 0-.548-.034-.548-.137v-3.063c0-.099.013-.138.548-.138h.031Zm-.031-1.497c.35 0 .605.253.605.54a.514.514 0 0 1-.182.385.62.62 0 0 1-.423.151c-.347 0-.605-.253-.605-.535 0-.289.258-.54.605-.54Z"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function ee(l,t){return e.openBlock(),e.createElementBlock("svg",ii,di)}const pi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ee},render:ee},Symbol.toStringTag,{value:"Module"})),_i={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},fi=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#0079BE","fill-rule":"evenodd",d:"M15.838 19.3h2.597c4.052 0 7.281-3.215 7.408-7.187v-.063c-.063-4.034-3.356-7.312-7.408-7.25h-2.913c-3.863.127-6.902 3.405-6.775 7.314 0 3.908 3.166 7.123 7.091 7.186Zm-5.825-7.25c0-3.278 2.723-5.988 6.015-5.988 3.293 0 6.016 2.71 6.016 5.988 0 3.278-2.723 5.99-6.016 5.99-3.292 0-6.015-2.711-6.015-5.99Zm6.965 4.035V8.079c2.216.567 3.61 2.774 3.04 4.98a4.114 4.114 0 0 1-3.04 3.026Zm-4.875-5.043a4.142 4.142 0 0 0 2.976 5.043V8.079a4.155 4.155 0 0 0-2.976 2.963Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function te(l,t){return e.openBlock(),e.createElementBlock("svg",_i,fi)}const gi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:te},render:te},Symbol.toStringTag,{value:"Module"})),mi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},$i=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#FD6020" d="m14 23 19-5.75V20a3 3 0 0 1-3 3H14Z"></path><path fill="#000" fill-rule="evenodd" d="M29.394 9.11c1.045 0 1.62.484 1.62 1.398.052.698-.418 1.29-1.045 1.397l1.41 1.988h-1.097l-1.202-1.935h-.104v1.934h-.889V9.111h1.307Zm-.418 2.204h.26c.576 0 .837-.269.837-.752 0-.43-.261-.699-.836-.699h-.261v1.45Zm-3.973 2.579h2.51v-.806h-1.621v-1.29h1.568v-.806h-1.568V9.917h1.62V9.11h-2.509v4.781Zm-2.613-1.559-1.202-3.223h-.94L22.18 14h.47l1.934-4.89h-.94l-1.255 3.225Zm-10.61-.805c0 1.343 1.046 2.471 2.352 2.471.418 0 .784-.107 1.15-.269v-1.074c-.261.322-.627.537-1.045.537-.836 0-1.516-.645-1.516-1.504v-.108a1.591 1.591 0 0 1 1.464-1.665c.418 0 .836.215 1.097.537V9.379c-.313-.214-.732-.268-1.097-.268-1.36-.108-2.405 1.02-2.405 2.418Zm-1.62-.591c-.522-.215-.68-.323-.68-.591.053-.323.314-.591.628-.538.261 0 .523.161.732.376l.47-.644c-.366-.323-.836-.538-1.306-.538-.732-.053-1.36.538-1.412 1.29v.054c0 .644.262 1.02 1.098 1.289.209.054.418.161.627.269a.568.568 0 0 1 .261.483c0 .376-.313.699-.627.699H9.9c-.418 0-.784-.269-.94-.645l-.576.59c.314.592.941.914 1.568.914.836.054 1.516-.59 1.568-1.45v-.162c-.052-.644-.313-.967-1.359-1.396Zm-3.03 2.954h.888V9.111H7.13v4.781ZM3 9.111h1.567c1.255.054 2.248 1.128 2.196 2.418 0 .698-.314 1.343-.836 1.826-.47.376-1.045.591-1.62.538H3V9.11Zm1.15 3.976c.418.053.888-.108 1.202-.377.313-.322.47-.752.47-1.235 0-.43-.157-.86-.47-1.182-.314-.269-.784-.43-1.202-.376h-.262v3.17h.262Z" clip-rule="evenodd"></path><path fill="#FD6020" fill-rule="evenodd" d="M17.948 9c-1.307 0-2.404 1.075-2.404 2.471 0 1.344 1.045 2.472 2.404 2.526 1.359.053 2.404-1.075 2.456-2.472C20.352 10.128 19.307 9 17.948 9Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function le(l,t){return e.openBlock(),e.createElementBlock("svg",mi,$i)}const vi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:le},render:le},Symbol.toStringTag,{value:"Module"})),wi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Zi=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#FECA2F" d="M7.824 9.496a2.92 2.92 0 0 1 .916-.146c1.397 0 2.563.974 2.83 2.268l1.98-.396c-.454-2.2-2.435-3.854-4.81-3.854a4.99 4.99 0 0 0-1.556.247l.64 1.88Z"></path><path fill="#1BA7DE" d="m5.467 15.868 1.186-1.531c-.53-.536-.863-1.317-.863-2.189 0-.87.333-1.652.863-2.187l-1.187-1.53C4.566 9.34 4 10.668 4 12.147c0 1.481.568 2.81 1.467 3.72Z"></path><path fill="#EC412A" d="M11.571 12.68c-.268 1.294-1.433 2.266-2.83 2.266a2.93 2.93 0 0 1-.916-.146l-.641 1.882a4.98 4.98 0 0 0 1.557.248c2.374 0 4.354-1.654 4.81-3.852l-1.98-.398Z"></path><path fill="#000" fill-rule="evenodd" d="M23.08 8.43v5.442l.976.391-.462 1.073-.966-.388a1.085 1.085 0 0 1-.475-.386 1.186 1.186 0 0 1-.187-.675V8.43h1.114Zm-7.406 4.044c.024-1.556 1.35-2.798 2.957-2.774 1.365.02 2.496.945 2.793 2.175l-5.279 2.181a2.735 2.735 0 0 1-.471-1.582Zm1.208.219a1.436 1.436 0 0 1-.01-.2c.014-.917.795-1.649 1.742-1.633a1.73 1.73 0 0 1 1.283.588l-3.015 1.245Zm2.904 1.01a1.747 1.747 0 0 1-2.112.218l-.638.982c.437.267.952.425 1.507.433a2.955 2.955 0 0 0 2.08-.802l-.837-.831Zm7.357-2.843c-.19 0-.373.03-.543.085l-.38-1.101c.29-.094.6-.145.924-.145 1.41 0 2.586.97 2.856 2.256l-1.176.232c-.159-.758-.85-1.327-1.68-1.327Zm-1.93 3.769.794-.869a1.631 1.631 0 0 1-.578-1.242c0-.495.223-.938.578-1.242l-.796-.869a2.773 2.773 0 0 0-.982 2.11c0 .841.38 1.596.983 2.112Zm1.93-.453c.83 0 1.521-.569 1.68-1.325l1.177.233c-.271 1.285-1.448 2.252-2.857 2.252a3 3 0 0 1-.925-.145l.381-1.1c.171.055.354.085.544.085Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',6)];function oe(l,t){return e.openBlock(),e.createElementBlock("svg",wi,Zi)}const ui=Object.freeze(Object.defineProperty({__proto__:null,default:{render:oe},render:oe},Symbol.toStringTag,{value:"Module"})),Mi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Fi=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><circle cx="16.935" cy="11.935" r="7.935" fill="#6481E7"></circle><path fill="#fff" fill-rule="evenodd" d="m13.468 12.258 3.56 2.104v-8.01l-3.56 5.906Z" clip-rule="evenodd"></path><path fill="#C1CCF5" fill-rule="evenodd" d="M17.028 6.352v8.01l3.56-2.104-3.56-5.906Z" clip-rule="evenodd"></path><path fill="#8299EC" fill-rule="evenodd" d="m17.028 10.64-3.56 1.618 3.56 2.104 3.56-2.104-3.56-1.618Z" clip-rule="evenodd"></path><path fill="#C1CCF5" fill-rule="evenodd" d="m17.028 10.64-3.56 1.618 3.56 2.104V10.64Z" clip-rule="evenodd"></path><path fill="#fff" fill-rule="evenodd" d="m13.469 12.933 3.559 5.016v-2.913l-3.56-2.103Z" clip-rule="evenodd"></path><path fill="#C1CCF5" fill-rule="evenodd" d="M17.028 15.036v2.913l3.562-5.016-3.562 2.103Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',9)];function ce(l,t){return e.openBlock(),e.createElementBlock("svg",Mi,Fi)}const Bi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ce},render:ce},Symbol.toStringTag,{value:"Module"})),bi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},xi=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#659AD2","fill-rule":"evenodd",d:"M14.507 10.656h-4.453C10.39 6.354 12.136 5.053 16.688 5h.538c.577.007 1.108.034 1.598.084a1.428 1.428 0 0 0-.111.007 3.782 3.782 0 0 1-.137.01c-.538.031-1.897.112-3.14 1.613-.734.889-.807 3.942-.807 3.942h-.122Zm-.324 5.235a1.6 1.6 0 0 1-1.263.598v2.61c-1.83-.738-2.654-2.277-2.869-5.117a24.158 24.158 0 0 1-.051-.891l4.63-.002-.004.275c-.005.476-.016 1.402-.015 1.433.004.135-.03.597-.428 1.094Zm6.106-10.55c2.326.62 3.334 2.169 3.574 5.35.075.987.066 1.645.066 1.645s.01.659-.066 1.646c-.327 4.33-2.073 5.638-6.637 5.69h-.538a15.801 15.801 0 0 1-2.125-.15h.008c.02 0 .038 0 .058-.002.826-.048 1.976-.684 2.66-2.166.299-.648.379-1.805.379-1.805v-2.46h2.621v-2.433h-2.621l-.002-.008v-.003a.109.109 0 0 1-.002-.006l-.003-.01v-.005l-.001-.003a.177.177 0 0 1-.005-.023l-.002-.012v-.002a.509.509 0 0 1-.005-.03l-.002-.014v-.003l-.004-.036v-.008a.163.163 0 0 0-.002-.021.625.625 0 0 1-.002-.035v-.089l.001-.01.003-.06.002-.01v-.011l.009-.073.001-.007.001-.008.016-.088v-.003a2.3 2.3 0 0 1 .33-.77c.511-.796 1.963-.759 2.242-.744l.042.002h.004V5.343Zm-5.818 14.165h.005-.005Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function ae(l,t){return e.openBlock(),e.createElementBlock("svg",bi,xi)}const ki=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ae},render:ae},Symbol.toStringTag,{value:"Module"})),Si={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Pi=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#0F3365" fill-rule="evenodd" d="M6.181 7.743c-.603 0-1.09.445-1.092.995v6.605a.916.916 0 0 0 .109.431c.176.333.55.563.983.564h11.36V7.743H6.18Zm0-.743h21.74c1.053 0 1.906.778 1.907 1.738v6.605c0 .96-.854 1.737-1.907 1.737H6.18c-1.053 0-1.906-.778-1.907-1.737V8.738C4.273 7.778 5.127 7 6.18 7Z" clip-rule="evenodd"></path><path fill="#FFFFFE" fill-rule="evenodd" d="M19.4 14.262h-.954v-3.53h.88v.454h.01c.19-.352.594-.512 1.028-.512.763 0 1.181.662 1.181 1.27 0 .744-.44 1.362-1.26 1.362-.334 0-.695-.11-.875-.41h-.01v1.366Zm.583-1.622c.36 0 .577-.276.577-.676 0-.334-.207-.623-.577-.623-.35 0-.584.28-.584.656 0 .367.266.643.584.643Zm5.217 1.622c.196.039.392.058.594.058.824 0 1.055-.546 1.305-1.138l.046-.107 1.012-2.343h-.954l-.567 1.642h-.01l-.594-1.642h-1.028l1.118 2.574a.477.477 0 0 1-.482.348c-.133 0-.25-.014-.376-.053l-.064.661Zm-.355-.932a2.821 2.821 0 0 1-.054-.594v-.937c0-.768-.609-1.043-1.314-1.043a3.09 3.09 0 0 0-1.102.179l.016.589a1.94 1.94 0 0 1 .88-.188c.344 0 .625.091.63.434a3.028 3.028 0 0 0-.445-.034c-.508 0-1.425.092-1.425.86 0 .546.487.792 1.033.792.392 0 .657-.14.874-.454h.01c0 .077.006.153.012.23.004.055.008.11.01.166h.875Zm-1.924-.797c0-.241.254-.333.577-.333.102 0 .2.005.293.01l.11.005a.59.59 0 0 1-.588.594c-.223 0-.392-.102-.392-.276Z" clip-rule="evenodd"></path><path fill="#D8232A" fill-rule="evenodd" d="M10.157 13.248h.953v-2.516h-.953v2.516Zm0-2.926h.953v-.638h-.953v.638Zm3.286.352c.111 0 .228.015.323.029l-.048.724c-.105-.028-.211-.028-.323-.028-.445 0-.694.294-.694.787v1.062h-.954v-2.516h.87v.464h.01c.164-.319.403-.522.816-.522Zm3.57 1.319c0 .83-.694 1.313-1.605 1.313-.91 0-1.605-.483-1.605-1.313 0-.836.694-1.319 1.605-1.319.912 0 1.606.483 1.606 1.319Zm-2.225 0c0 .371.18.705.62.705s.62-.334.62-.705c0-.377-.18-.71-.62-.71s-.62.333-.62.71Zm-6.153-1.26h.864v2.22c0 1.034-.552 1.367-1.664 1.367-.456 0-.832-.087-1.055-.159l.048-.686c.291.13.535.208.933.208.55 0 .847-.237.847-.73v-.135h-.01c-.228.295-.546.43-.927.43-.758 0-1.23-.521-1.23-1.265 0-.749.387-1.309 1.245-1.309.408 0 .737.203.938.512h.01v-.454Zm-.668.608c-.355 0-.54.285-.54.627 0 .391.254.614.54.614.34 0 .61-.261.61-.648 0-.28-.18-.593-.61-.593Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function ne(l,t){return e.openBlock(),e.createElementBlock("svg",Si,Pi)}const yi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ne},render:ne},Symbol.toStringTag,{value:"Module"})),Vi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Hi=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#3C4043" fill-rule="evenodd" d="M16.058 15.528v-2.935h1.515c.62 0 1.144-.208 1.571-.618l.103-.104c.78-.85.728-2.172-.103-2.958a2.162 2.162 0 0 0-1.571-.63H15.14v7.245h.917Zm0-3.825v-2.53h1.538c.33 0 .643.127.877.358.495.486.507 1.294.028 1.797a1.19 1.19 0 0 1-.905.376h-1.538Zm7.465-.745c-.393-.364-.928-.549-1.606-.549-.871 0-1.526.324-1.959.965l.809.514c.296-.439.7-.658 1.213-.658.324 0 .637.121.882.34.24.209.376.509.376.827v.213c-.353-.196-.797-.3-1.344-.3-.637 0-1.15.15-1.531.457-.382.306-.575.71-.575 1.224-.012.468.187.913.54 1.213.36.324.815.486 1.35.486.632 0 1.133-.284 1.515-.85h.04v.688h.876v-3.056c0-.641-.193-1.15-.586-1.514Zm-2.488 3.657a.753.753 0 0 1-.302-.607c0-.271.125-.496.37-.675.25-.18.564-.272.934-.272.512-.006.911.11 1.196.34 0 .394-.154.735-.456 1.023a1.446 1.446 0 0 1-1.03.434 1.11 1.11 0 0 1-.712-.243Zm5.044 3.09 3.064-7.134h-.997L26.73 14.13h-.017l-1.453-3.559h-.996l2.01 4.64-1.139 2.495h.945Z" clip-rule="evenodd"></path><path fill="#4285F4" d="M12.893 11.958c0-.283-.023-.566-.069-.844H8.959v1.6h2.215a1.928 1.928 0 0 1-.82 1.266v1.04h1.321c.775-.722 1.219-1.791 1.219-3.062Z"></path><path fill="#34A853" d="M8.958 16.025c1.105 0 2.039-.37 2.716-1.005l-1.32-1.04c-.37.254-.843.398-1.396.398-1.07 0-1.975-.733-2.3-1.715h-1.36v1.074a4.09 4.09 0 0 0 3.66 2.288Z"></path><path fill="#FBBC04" d="M6.658 12.663a2.544 2.544 0 0 1 0-1.595V10h-1.36a4.177 4.177 0 0 0 0 3.731l1.36-1.068Z"></path><path fill="#EA4335" d="M8.958 9.352a2.19 2.19 0 0 1 1.572.624l1.173-1.19a3.926 3.926 0 0 0-2.745-1.08c-1.548 0-2.966.89-3.66 2.293l1.36 1.075c.325-.988 1.23-1.722 2.3-1.722Z"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',7)];function he(l,t){return e.openBlock(),e.createElementBlock("svg",Vi,Hi)}const ji=Object.freeze(Object.defineProperty({__proto__:null,default:{render:he},render:he},Symbol.toStringTag,{value:"Module"})),Ai={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},zi=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#000","fill-rule":"evenodd",d:"M9.241 4.956h8.091c5.498 0 7.61 3.093 7.61 7.002 0 4.677-2.952 7.027-7.61 7.027h-8.09V4.955Zm.769.841v12.397h7.322c4.418 0 6.818-2.128 6.818-6.21 0-4.207-2.592-6.187-6.818-6.187H10.01Zm2.16 6.409c.81 0 1.465-.676 1.465-1.51 0-.833-.656-1.509-1.465-1.509-.808 0-1.464.676-1.464 1.51 0 .833.656 1.509 1.464 1.509Zm-1.176.643h2.353v4.305h-2.353V12.85Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{fill:"#D50072","fill-rule":"evenodd",d:"M21.485 9.31h.673v2.08h.984c-.264-3.787-3.169-4.628-5.81-4.628h-2.809v2.549h.408c.769 0 1.225.52 1.225 1.385 0 .867-.456 1.386-1.2 1.386h-.433v5.072h2.81c4.297 0 5.761-2.053 5.833-5.072h-1.68V9.311Zm-3.24 2.08v.692h-1.681V9.311h1.632v.693h-.96v.321h.912v.693h-.888v.371h.984Zm.287.692.817-2.771h.96l.816 2.771h-.696l-.144-.52h-.888l-.144.52h-.72Zm1.064-1.237h-.007v.025l.007-.025Zm0 0h.473l-.216-.767h-.024l-.233.767Zm-5.073.544v-1.385h.408c.264 0 .553.074.553.692 0 .619-.265.693-.553.693h-.408Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function re(l,t){return e.openBlock(),e.createElementBlock("svg",Ai,zi)}const Oi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:re},render:re},Symbol.toStringTag,{value:"Module"})),Di={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Ei=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#EDAA00" fill-rule="evenodd" d="M24.951 18.62a1.328 1.328 0 0 1-1.328 1.329H10.329A1.327 1.327 0 0 1 9 18.62V5.328A1.328 1.328 0 0 1 10.33 4h13.292a1.328 1.328 0 0 1 1.328 1.328l.001 13.293Z" clip-rule="evenodd"></path><path fill="#231F20" d="M17.906 12.147V9.29l.746-.177v.374s.193-.492.64-.607c.139-.034.208-.014.208-.014v.729c-.134.002-.267.03-.39.081-.277.11-.416.348-.416.71v1.577l-.788.183Zm-3.93.928s-.12-.18-.12-.824v-1.422l-.384.09v-.585l.384-.09v-.639l.793-.187v.637l.56-.133v.586l-.56.133v1.449c0 .658.175.784.175.784l-.848.201Zm1.316-1.699c0-.508.072-.878.227-1.162.185-.338.488-.557.93-.658.869-.198 1.182.317 1.17 1.007-.004.247-.003.367-.003.367l-1.532.36v.025c0 .483.101.712.407.646.264-.055.337-.22.358-.425.003-.033.005-.117.005-.117l.718-.172v.125c-.007.274-.087.954-1.084 1.19-.945.224-1.197-.353-1.197-1.186Zm1.187-1.288c-.254.058-.387.307-.392.72l.77-.184c.002-.02.002-.06.002-.125-.002-.31-.098-.475-.38-.411Zm5.703-.382c-.03-.87.196-1.56 1.166-1.78.62-.141.854.02.973.175.114.148.158.348.158.629v.052l-.76.18v-.105c0-.332-.09-.459-.332-.399-.287.073-.403.345-.403.887v.252c0 .551.076.804.406.734.288-.06.327-.311.332-.532l.002-.146.76-.179v.118c-.003.722-.384 1.177-1.097 1.343-.982.231-1.174-.337-1.205-1.229Zm-2.625 1.218c0-.662.388-.871.972-1.112.524-.217.535-.325.538-.513.002-.159-.071-.295-.332-.228-.24.06-.304.235-.317.373a1.282 1.282 0 0 0-.005.147l-.735.174a1.462 1.462 0 0 1 .05-.435c.118-.396.468-.662 1.07-.801.782-.181 1.043.163 1.044.697v1.265c0 .612.114.701.114.701l-.723.171a1.58 1.58 0 0 1-.097-.26s-.158.399-.703.527c-.573.135-.875-.22-.875-.706Zm1.505-.903c-.121.085-.25.16-.384.224-.242.119-.35.263-.35.487 0 .193.12.32.338.266.234-.058.396-.277.396-.58v-.397Zm-11.23 5.056a.458.458 0 0 1-.384-.708l.005-.006.009-.002 1.077-.255v.82l-.017.003c-.244.059-.536.126-.597.138a.426.426 0 0 1-.094.01Zm0 1.048a.458.458 0 0 1-.384-.705l.005-.008.009-.002 1.077-.254v.819l-.017.004c-.244.059-.536.127-.597.138a.488.488 0 0 1-.094.01v-.002Zm0 1.05a.458.458 0 0 1-.384-.707l.005-.009 1.087-.256v.82l-.017.003c-.258.063-.545.127-.597.14a.513.513 0 0 1-.094.008m-.127-3.1V9.492l.835-.197v4.581l-.835.198Zm2.081-.39a.515.515 0 0 0-1.031 0v4.282a1.398 1.398 0 0 0 1.395 1.395l1.458-.001v-3.78a.674.674 0 0 0-.3-.561l-1.3-.883v2.005a.11.11 0 0 1-.19.082.111.111 0 0 1-.031-.082l-.003-2.458h.002Zm.696-3.195a1.127 1.127 0 0 0-.744.574v-.321l-.752.178v2.056a.77.77 0 0 1 .791.139v-1.328c0-.318.16-.572.385-.622.17-.037.312.024.312.326v1.938l.792-.186v-2.05c0-.496-.19-.844-.785-.704Zm11.51-2.932a.49.49 0 1 1-.001-.978.49.49 0 0 1 0 .977v.001Zm0-.919a.428.428 0 1 0 0 .857.428.428 0 0 0 0-.857Z"></path><path fill="#231F20" d="M23.813 6.776h.211c.084 0 .15.042.15.153 0 .078-.034.137-.099.148.06.006.09.038.094.123 0 .037.001.084.003.12a.061.061 0 0 0 .029.052h-.108a.09.09 0 0 1-.016-.053c-.004-.036-.003-.07-.004-.113 0-.065-.022-.094-.088-.094h-.075v.26h-.096l-.001-.596Zm.172.266a.088.088 0 0 0 .095-.097c0-.064-.027-.097-.09-.097h-.08v.194h.075Z"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function se(l,t){return e.openBlock(),e.createElementBlock("svg",Di,Ei)}const Ci=Object.freeze(Object.defineProperty({__proto__:null,default:{render:se},render:se},Symbol.toStringTag,{value:"Module"})),Ni={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Li=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="url(#a)" d="M21.982 11.954c.531.012 1.065-.023 1.595.018.535.1.664.912.188 1.177-.324.175-.71.066-1.063.096h-.72v-1.29Zm1.902-1.461c.118.416-.284.79-.685.733h-1.217c.008-.393-.017-.82.012-1.191.488.013.98-.028 1.465.021a.58.58 0 0 1 .425.437Zm2.929-6.179c.022.796.003 1.634.01 2.446-.002 3.3.003 6.6-.003 9.9-.022 1.238-1.118 2.313-2.346 2.337-1.23.005-2.46.001-3.69.002v-4.99c1.34-.006 2.681.015 4.02-.01.622-.039 1.302-.449 1.331-1.132.073-.687-.574-1.162-1.189-1.237-.236-.006-.229-.069 0-.096.587-.127 1.047-.734.874-1.341-.146-.64-.853-.887-1.44-.885-1.198-.009-2.397-.002-3.595-.004.008-.931-.016-1.864.013-2.795.095-1.214 1.219-2.216 2.43-2.194h3.585Z"></path><path fill="url(#b)" d="M7.246 6.635c.031-1.235 1.132-2.3 2.359-2.319 1.225-.004 2.45 0 3.675-.001-.003 4.131.007 8.264-.005 12.395-.047 1.22-1.136 2.266-2.35 2.288-1.227.004-2.454 0-3.682.001v-5.157c1.192.281 2.443.401 3.659.214.727-.116 1.522-.474 1.768-1.228.181-.645.08-1.324.106-1.986V9.304h-2.104c-.01 1.017.019 2.036-.016 3.052-.056.624-.675 1.02-1.264 1-.73.008-2.177-.53-2.177-.53-.004-1.905.021-4.291.031-6.19Z"></path><path fill="url(#c)" d="M14.065 9.924c-.111.024-.022-.377-.05-.53.007-.96-.017-1.923.012-2.884.095-1.22 1.227-2.224 2.443-2.195h3.581c-.003 4.132.007 8.264-.005 12.396-.047 1.22-1.136 2.265-2.35 2.287-1.227.004-2.455 0-3.682.002v-5.651c.838.687 1.978.794 3.022.796.787 0 1.57-.121 2.335-.303v-1.035c-.862.43-1.875.702-2.83.455-.666-.165-1.15-.81-1.14-1.497-.076-.715.343-1.47 1.046-1.683.872-.273 1.823-.064 2.64.291.176.092.354.206.284-.087v-.814c-1.368-.325-2.824-.445-4.198-.091-.398.112-.785.282-1.108.543Z"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect><defs><linearGradient id="a" x1="20.744" x2="26.784" y1="11.343" y2="11.343" gradientUnits="userSpaceOnUse"><stop stop-color="#58B03A"></stop><stop offset="1" stop-color="#55B330"></stop></linearGradient><linearGradient id="b" x1="7.115" x2="13.181" y1="11.798" y2="11.798" gradientUnits="userSpaceOnUse"><stop stop-color="#0F6EB6"></stop><stop offset="1" stop-color="#006DBA"></stop></linearGradient><linearGradient id="c" x1="14.005" x2="20.05" y1="11.485" y2="11.485" gradientUnits="userSpaceOnUse"><stop stop-color="#DE0D3D"></stop><stop offset="1" stop-color="#E30138"></stop></linearGradient></defs>',6)];function ie(l,t){return e.openBlock(),e.createElementBlock("svg",Ni,Li)}const Ti=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ie},render:ie},Symbol.toStringTag,{value:"Module"})),Ii={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},qi=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#FEB4C7",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#17120F","fill-rule":"evenodd",d:"M5.27 15.38H3.885V9h1.383v6.38ZM8.722 9H7.37c0 1.174-.51 2.252-1.4 2.957l-.536.425 2.078 2.998H9.22l-1.912-2.76c.907-.954 1.415-2.239 1.415-3.62Zm2.207 6.378H9.623V9h1.307v6.377Zm3.947-4.411v.282a2.104 2.104 0 0 0-1.237-.404c-1.214 0-2.199 1.042-2.199 2.327 0 1.286.985 2.328 2.2 2.328.458 0 .884-.15 1.236-.404v.282h1.248v-4.411h-1.248Zm-.004 2.205c0 .627-.506 1.135-1.13 1.135a1.133 1.133 0 0 1-1.131-1.135c0-.626.506-1.134 1.13-1.134.625 0 1.131.508 1.131 1.134Zm13.17-1.923v-.282h1.247v4.41h-1.248v-.281a2.105 2.105 0 0 1-1.237.404c-1.214 0-2.199-1.042-2.199-2.328 0-1.285.985-2.327 2.2-2.327.458 0 .884.15 1.236.404Zm-1.135 3.058c.624 0 1.13-.508 1.13-1.135 0-.626-.506-1.134-1.13-1.134-.625 0-1.13.508-1.13 1.134 0 .627.505 1.135 1.13 1.135Zm2.924.335c0-.458.35-.829.783-.829.432 0 .783.371.783.83 0 .457-.35.828-.783.828-.433 0-.783-.371-.783-.829Zm-7.444-3.794c-.498 0-.97.164-1.285.616v-.497H19.86v4.41h1.258V13.06c0-.67.425-1 .937-1 .548 0 .864.347.864.99v2.328h1.246v-2.805c0-1.027-.771-1.725-1.776-1.725Zm-4.332.119v.574c.25-.344.716-.574 1.223-.574v1.284h-.015c-.494 0-1.206.373-1.206 1.068v2.059h-1.28v-4.411h1.278Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function de(l,t){return e.openBlock(),e.createElementBlock("svg",Ii,qi)}const Ui=Object.freeze(Object.defineProperty({__proto__:null,default:{render:de},render:de},Symbol.toStringTag,{value:"Module"})),Ri={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Gi=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#A5A8A9","fill-rule":"evenodd",d:"M25 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-10.172.594 1.128-4.23H18.4l-.846 3.29 1.129-.47-.283 1.034-1.128.376-.564 2.068h4.043l-.376 1.504h-6.487l.658-2.538-.94.376.282-1.034.94-.376Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function pe(l,t){return e.openBlock(),e.createElementBlock("svg",Ri,Gi)}const Ji=Object.freeze(Object.defineProperty({__proto__:null,default:{render:pe},render:pe},Symbol.toStringTag,{value:"Module"})),Ki={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Yi=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#ED0006" d="M19.258 11.706c0 3.703-2.968 6.706-6.63 6.706-3.66 0-6.628-3.003-6.628-6.706C6 8.002 8.968 5 12.629 5c3.66 0 6.629 3.002 6.629 6.706Z"></path><path fill="#0099DF" d="M27.857 11.706c0 3.703-2.968 6.706-6.629 6.706-3.66 0-6.628-3.003-6.628-6.706C14.6 8.002 17.567 5 21.228 5s6.63 3.002 6.63 6.706Z"></path><path fill="#6C6BBD" fill-rule="evenodd" d="M16.929 6.602a6.723 6.723 0 0 1 2.329 5.104 6.723 6.723 0 0 1-2.33 5.104 6.723 6.723 0 0 1-2.328-5.104 6.72 6.72 0 0 1 2.329-5.104Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function _e(l,t){return e.openBlock(),e.createElementBlock("svg",Ki,Yi)}const Wi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:_e},render:_e},Symbol.toStringTag,{value:"Module"})),Qi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Xi=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#ED0006" fill-rule="evenodd" d="M17.179 16.83a6.803 6.803 0 0 1-4.398 1.6c-3.745 0-6.781-3-6.781-6.7s3.036-6.7 6.78-6.7c1.679 0 3.215.603 4.399 1.6a6.802 6.802 0 0 1 4.398-1.6c3.745 0 6.781 3 6.781 6.7s-3.036 6.7-6.78 6.7a6.802 6.802 0 0 1-4.399-1.6Z" clip-rule="evenodd"></path><path fill="#F9A000" fill-rule="evenodd" d="M17.179 16.83a6.653 6.653 0 0 0 2.382-5.1c0-2.042-.924-3.87-2.382-5.1a6.802 6.802 0 0 1 4.398-1.6c3.745 0 6.78 3 6.78 6.7s-3.035 6.7-6.78 6.7a6.802 6.802 0 0 1-4.398-1.6Z" clip-rule="evenodd"></path><path fill="#FF5E00" fill-rule="evenodd" d="M17.179 16.83a6.653 6.653 0 0 0 2.382-5.1c0-2.042-.924-3.87-2.382-5.1a6.653 6.653 0 0 0-2.382 5.1c0 2.042.924 3.87 2.382 5.1Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function fe(l,t){return e.openBlock(),e.createElementBlock("svg",Qi,Xi)}const ed=Object.freeze(Object.defineProperty({__proto__:null,default:{render:fe},render:fe},Symbol.toStringTag,{value:"Module"})),td={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},ld=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#000","fill-rule":"evenodd",d:"m4 14.406.049-.271c.024-.137.047-.269.074-.401l.341-1.794.342-1.793c.016-.076.038-.126.113-.139.589-.088 1.18-.151 1.77-.003.512.126.871.49.93.916.124.849-.37 1.528-1.104 1.77-.387.127-.78.159-1.18.12-.095-.009-.123.017-.139.108a98.18 98.18 0 0 1-.264 1.386c-.007.038-.041.098-.063.098-.214.005-.425.004-.643.004H4Zm1.354-2.346c.061 0 .12.002.179.004.123.003.24.006.352-.007.328-.034.59-.183.737-.495.167-.354.047-.73-.268-.84-.223-.08-.453-.063-.683-.032-.028.003-.066.048-.072.076l-.134.704v.001l-.111.59ZM9.58 13.8c-.05.052-.097.104-.142.155-.099.11-.192.216-.302.3-.33.255-.708.312-1.09.135-.377-.173-.531-.511-.547-.909-.034-.836.258-1.528.96-2.008.441-.303.948-.395 1.473-.366.174.01.347.04.52.07.093.017.186.034.28.047.107.015.123.075.104.167l-.076.396c-.096.492-.191.983-.27 1.476a8.889 8.889 0 0 0-.082.858l-.01.15c-.006.1-.031.142-.135.138a9.07 9.07 0 0 0-.586 0c-.1.004-.135-.034-.125-.132.009-.108.014-.22.02-.335l.008-.142Zm.22-1.951c-.305-.085-.56-.025-.774.155a1.505 1.505 0 0 0-.551 1.31c.01.16.072.316.242.385.17.07.325.019.457-.095a1.16 1.16 0 0 0 .21-.236c.223-.34.283-.724.345-1.113.021-.135.043-.271.071-.406Zm4.46 1.768c.174.556.649.865 1.483.865.573-.016 1.143-.341 1.498-1.01.19-.36.258-.745.233-1.15-.022-.388-.176-.716-.49-.95-.331-.246-.709-.297-1.112-.252-1.347.151-1.898 1.581-1.611 2.497Zm.897-.464v-.048c.01-.363.098-.7.315-1a.66.66 0 0 1 .384-.272c.334-.076.608.117.64.48a1.67 1.67 0 0 1-.35 1.212.597.597 0 0 1-.415.24c-.312.029-.548-.183-.573-.514a1.127 1.127 0 0 1-.001-.098Zm3.066-1.967h.8c-.013.17-.025.335-.04.502a8.72 8.72 0 0 0 .084-.08 4.15 4.15 0 0 1 .173-.16c.312-.272.668-.392 1.08-.325.34.057.576.306.614.656.04.365-.027.719-.095 1.072l-.015.078-.082.428v.002c-.06.314-.12.628-.183.94-.01.04-.057.1-.088.104-.27.006-.542.003-.812 0-.01 0-.018-.005-.032-.012a.549.549 0 0 0-.018-.01 59.911 59.911 0 0 0 .352-2.011.682.682 0 0 0-.003-.212c-.025-.243-.205-.353-.438-.28-.226.072-.362.249-.472.444-.163.288-.22.607-.277.926l-.042.236c-.048.27-.096.54-.15.812-.01.04-.056.104-.088.107-.22.008-.443.007-.68.007h-.186c.208-1.087.403-2.15.598-3.224Zm4.54 2.56c-.334-.04-.558-.274-.536-.603a13 13 0 0 1 .208.002c.137.003.272.005.406-.002.324-.019.642-.072.938-.22.378-.19.554-.503.526-.91-.029-.414-.252-.713-.652-.833-.598-.18-1.149-.054-1.618.347-.57.486-.783 1.13-.702 1.866.057.52.34.893.857 1.026.554.142 1.098.066 1.624-.149.038-.015.082-.075.078-.113-.007-.154-.023-.308-.038-.462l-.012-.116h-.024c-.008-.002-.013-.002-.017 0-.034.013-.07.025-.1.038a1.942 1.942 0 0 1-.939.13Zm.487-1.398c-.192.1-.689.16-.931.11.05-.42.494-.748.868-.656.126.031.218.097.24.233.022.133-.044.243-.177.313Zm2.122.808c-.028.31.192.546.529.59a1.956 1.956 0 0 0 .995-.148l.081-.032.02.197c.014.134.027.264.034.394.003.038-.041.098-.076.114-.535.22-1.086.296-1.65.142-.506-.14-.77-.509-.833-1.014-.079-.647.088-1.231.538-1.711.485-.515 1.08-.698 1.766-.508.418.116.642.42.667.846.025.417-.164.729-.557.912-.397.183-.818.212-1.247.221-.085-.003-.173-.003-.267-.003Zm.26-.682a5.29 5.29 0 0 0 .407-.031c.126-.016.252-.054.365-.108.123-.054.183-.167.164-.306-.019-.133-.107-.196-.23-.227-.371-.101-.834.24-.875.681l.17-.009Zm1.984 1.272c-.04.215-.079.427-.12.66h.187c.242.001.473.002.704-.006.022 0 .057-.06.063-.098.032-.158.062-.316.092-.474.055-.292.11-.584.179-.87.154-.639.415-.86 1.036-.942.025-.003.066-.031.072-.053.04-.182.075-.365.112-.554L30 11.11c-.598-.063-.932.284-1.221.71l.004-.061.046-.583h-.193c-.186 0-.365-.001-.543.004-.026.003-.073.06-.076.094-.067.812-.226 1.605-.385 2.399l-.015.073Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{fill:"#FC461E","fill-rule":"evenodd",d:"m19.283 7.377-.095-.024c-.098 0-.195 0-.3.003l-.106.023-.133.028a5.178 5.178 0 0 0-1.372.48 10.528 10.528 0 0 0-2.56 1.837c-.506.486-.997.995-1.472 1.515a14.054 14.054 0 0 0-2.119 3.028c-.292.572-.557 1.156-.676 1.79-.022.117.015.253.053.37.016.047.104.082.164.1.016.007.063-.072.085-.116l.024-.053c.136-.299.321-.704.482-.972.34-.568.608-1.008.989-1.548.61-.868 1.324-1.72 2.073-2.472.708-.71 1.418-1.345 2.309-1.825.409-.218.827-.433 1.255-.61a9.703 9.703 0 0 1 2.305-.63c.085-.014.198-.08.226-.15.025-.062-.034-.182-.094-.242-.243-.25-.526-.44-.878-.496a1.533 1.533 0 0 1-.16-.036Zm-7.206 4.308c.151-.41.227-.837.236-1.279l-.011-.142a4.877 4.877 0 0 0-.027-.284c-.085-.733-.4-1.355-.9-1.888a.6.6 0 0 0-.223-.136c-.082-.032-.136.016-.13.11l.001.006c.006.08.013.164.028.244l.066.379c.078.449.156.9.242 1.348.085.451.18.9.28 1.345.035.142.092.284.161.417.053.1.13.091.198 0a.416.416 0 0 0 .079-.12Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function ge(l,t){return e.openBlock(),e.createElementBlock("svg",td,ld)}const od=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ge},render:ge},Symbol.toStringTag,{value:"Module"})),cd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},ad=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#28356A" fill-rule="evenodd" d="M14.614 18.448 14.835 17l-.492-.012h-2.348l1.632-10.693a.143.143 0 0 1 .046-.084.13.13 0 0 1 .087-.033h3.959c1.314 0 2.221.282 2.694.84.223.262.364.536.432.837.072.316.073.693.003 1.153l-.005.034v.295l.222.13c.187.102.336.22.45.354.19.224.313.508.364.845.054.347.036.76-.052 1.227a4.383 4.383 0 0 1-.486 1.389 2.821 2.821 0 0 1-.77.872 3.06 3.06 0 0 1-1.037.484 5.018 5.018 0 0 1-1.297.155h-.308a.916.916 0 0 0-.602.229.972.972 0 0 0-.314.579l-.024.13-.39 2.555-.017.093c-.005.03-.013.045-.025.055a.063.063 0 0 1-.04.015h-1.903Z" clip-rule="evenodd"></path><path fill="#298FC2" fill-rule="evenodd" d="M21.276 9.075a7.29 7.29 0 0 1-.04.24c-.523 2.77-2.31 3.727-4.59 3.727h-1.162a.57.57 0 0 0-.557.494l-.764 5.003a.304.304 0 0 0 .294.355h2.06a.501.501 0 0 0 .49-.431l.02-.109.388-2.544.025-.14a.5.5 0 0 1 .49-.432h.307c1.996 0 3.559-.838 4.016-3.261.19-1.013.091-1.859-.413-2.453a1.977 1.977 0 0 0-.564-.45Z" clip-rule="evenodd"></path><path fill="#22284F" fill-rule="evenodd" d="M20.73 8.85a3.991 3.991 0 0 0-.509-.117 6.25 6.25 0 0 0-1.023-.077h-3.103a.48.48 0 0 0-.214.05.51.51 0 0 0-.276.383l-.66 4.321-.019.126a.57.57 0 0 1 .558-.494h1.161c2.282 0 4.068-.957 4.59-3.727.016-.082.029-.162.04-.24a2.729 2.729 0 0 0-.546-.225Z" clip-rule="evenodd"></path><path fill="#28356A" fill-rule="evenodd" d="M15.605 9.089a.508.508 0 0 1 .276-.382.48.48 0 0 1 .214-.05h3.103c.367 0 .71.024 1.024.077a4.544 4.544 0 0 1 .508.116l.117.037c.154.053.297.116.429.188.155-1.024-.001-1.721-.537-2.353-.59-.695-1.656-.992-3.02-.992H13.76a.572.572 0 0 0-.56.494l-1.648 10.804a.348.348 0 0 0 .335.406h2.445l1.273-8.345Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',6)];function me(l,t){return e.openBlock(),e.createElementBlock("svg",cd,ad)}const nd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:me},render:me},Symbol.toStringTag,{value:"Module"})),hd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},rd=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#7887E6" d="M29.256 10.474a.745.745 0 1 0 0-1.489.745.745 0 0 0 0 1.49Z"></path><path fill="#FF5073" d="M29.256 12.805a.745.745 0 1 0 0-1.489.745.745 0 0 0 0 1.49Z"></path><path fill="#2D2341" fill-rule="evenodd" d="M5.896 10.916h-.723v1.804H4V7.783h1.896c1.13 0 1.667.658 1.667 1.531 0 1.008-.716 1.602-1.667 1.602ZM5.72 8.642h-.547v1.415h.594c.41 0 .68-.271.656-.76a.7.7 0 0 0-.703-.655Zm5.08 4.077H9.653v-.162a1.586 1.586 0 0 1-.803.248c-.698 0-1.228-.526-1.228-1.152 0-.642.454-1.336 2.031-1.223v-.244c0-.279-.236-.372-.5-.372-.372 0-.809.165-1.016.258l-.315-.651a3.068 3.068 0 0 1 1.61-.436c.844 0 1.366.372 1.366 1.195v2.54Zm-2.033-1.087c0 .264.193.43.48.43a.783.783 0 0 0 .45-.144v-.765c-.694-.115-.93.178-.93.479Zm13.42-2.561v-.15c0-.866.486-1.431 1.41-1.431.207 0 .386.029.543.072v.815a1.28 1.28 0 0 0-.336-.05c-.35 0-.48.229-.48.55v.194h.787v.78h-.787v2.868h-1.137V9.851h-.608v-.78h.608Zm-3.912.35a3.068 3.068 0 0 1 1.61-.436c.844 0 1.366.372 1.365 1.195v2.54h-1.145v-.162a1.587 1.587 0 0 1-.802.247c-.698 0-1.228-.526-1.228-1.152 0-.641.453-1.335 2.031-1.223v-.243c0-.28-.236-.372-.5-.372-.373 0-.809.164-1.016.257l-.315-.65Zm1.38 2.64a.786.786 0 0 0 .451-.143v-.765c-.694-.115-.93.178-.93.479 0 .264.193.43.48.43Zm-4.786-2.99-1.849 4.672h-1.089l.482-1.195L10.87 9.07h1.171l.904 2.18.787-2.18h1.137Zm12.898 1.768v.286h-2.372c.018.188.066.34.138.462v.001a.88.88 0 0 0 .061.086l.005.006.011.013a.66.66 0 0 0 .045.048l.001.001c.038.037.081.07.128.098h.002v.001a.8.8 0 0 0 .067.036l.007.003.006.004a.523.523 0 0 0 .084.032l.03.01.058.015.01.002.01.002.058.01.016.003.074.007h.018c.026.002.052.004.08.004.31 0 .657-.088 1-.282l.318.71c-.504.349-1.16.409-1.49.409-1.188 0-1.932-.738-1.932-1.89 0-1.122.787-1.93 1.803-1.93s1.764.783 1.764 1.853Zm-1.156-.316c-.043-.486-.293-.737-.608-.737s-.565.25-.608.737h1.216ZM16.09 11.975c.336 0 .536-.1.536-.3 0-.214-.273-.307-.601-.42-.495-.169-1.116-.38-1.115-1.112 0-.772.686-1.159 1.538-1.159.465 0 .923.143 1.223.293l-.322.752c-.229-.1-.544-.208-.844-.208-.286 0-.458.107-.458.28 0 .188.255.274.567.378.49.164 1.121.375 1.121 1.11 0 .787-.715 1.216-1.545 1.216-.465 0-.966-.107-1.395-.336l.365-.737c.257.129.586.243.93.243Zm4.1 3.188v-.48h-.207v-.135h.57l.022.135h-.195v.48h-.19Zm1.041 0-.023-.445-.016.06c-.034.128-.068.256-.104.385h-.168l-.12-.445-.023.445h-.17c.018-.204.035-.41.05-.615h.24l.109.437.001-.005.105-.432h.24l.049.615h-.17ZM4.005 14.73v2.746h.653v-1.003h.401c.53 0 .928-.33.928-.891 0-.486-.299-.852-.928-.852H4.005Zm1.35.875c0 .25-.148.39-.367.39h-.33v-.787h.33c.235 0 .366.163.366.397Zm1.877 1.668.036.203h.581v-1.412c0-.458-.29-.665-.76-.665a1.7 1.7 0 0 0-.895.243l.175.362c.115-.052.358-.144.565-.144.147 0 .278.052.278.207v.136c-.847-.016-1.13.274-1.13.712 0 .406.319.608.633.608.255 0 .406-.127.517-.25Zm-.162-.68c.033 0 .061.002.09.006h.001l.052.005v.425a.438.438 0 0 1-.25.08c-.16 0-.267-.091-.267-.239 0-.166.119-.278.374-.278Zm1.396 1.746.335-.863H8.61l-.221-.698c-.14-.444-.28-.888-.424-1.332h.645l.382 1.504.43-1.504h.632c-.183.53-.364 1.06-.545 1.59-.148.436-.297.87-.446 1.303h-.597Zm2.738-3.609v2.746h1.699V17h-1.047v-2.27h-.652Zm3.064 2.746-.036-.203c-.112.123-.262.25-.517.25-.314 0-.633-.202-.633-.608 0-.438.283-.728 1.13-.712v-.136c0-.155-.131-.207-.278-.207-.207 0-.45.092-.565.144l-.175-.362c.19-.12.5-.243.895-.243.47 0 .76.207.76.665v1.412h-.58Zm-.107-.877a.768.768 0 0 0-.091-.007c-.255 0-.375.112-.375.278 0 .148.108.24.267.24.1 0 .19-.037.25-.08v-.426l-.051-.005Zm1.213.323c0 .53.378.553.57.553v.002h.453v-.427h-.175c-.14 0-.215-.063-.215-.27v-.9h.39v-.433h-.39v-.605l-.633.218v.386h-.31v.434h.31v1.042Zm3.044.402c-.127.096-.458.2-.784.2-.66 0-1.074-.41-1.074-1.051 0-.625.438-1.075 1.003-1.075.433 0 .863.235.863.951v.239h-1.201c.031.334.234.47.505.47.203 0 .434-.084.51-.131l.178.397Zm-.576-1.07c0-.275-.12-.41-.287-.41-.175 0-.306.14-.33.41h.616Zm.843-.808v2.03h.636V16.16a.672.672 0 0 1 .458-.179c.04 0 .123 0 .16.008v-.593a.742.742 0 0 0-.65.418v-.37h-.604Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function $e(l,t){return e.openBlock(),e.createElementBlock("svg",hd,rd)}const sd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:$e},render:$e},Symbol.toStringTag,{value:"Module"})),id={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},dd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#F28A1A","fill-rule":"evenodd",d:"M9.714 11.567c0 3.872 3.068 7.03 6.866 7.03.466 0 .932-.042 1.468-.09.597-.054 1.28-.116 2.147-.136 1.315 0 2.739.49 4.31 1.918.145.15.364-.038.218-.226-1.57-1.992-2.994-2.368-4.418-2.706-1.753-.414-2.666-1.391-3.287-2.52-.11-.225-.183-.187-.183.114-.036.45 0 .864.073 1.278h-.219c-2.483 0-4.528-2.105-4.528-4.662 0-2.556 2.045-4.661 4.528-4.661 2.484 0 4.529 2.105 4.529 4.661 0 .15 0 .339-.037.527-.365-.076-.986-.076-1.46-.038-.183 0-.183.075-.037.113 1.46.3 2.483 1.24 2.739 2.97 0 .075.036.075.073.037a7.46 7.46 0 0 0 .95-3.609c0-3.91-3.068-7.067-6.866-7.067-3.798 0-6.866 3.195-6.866 7.067Zm11.832 2.895c.256.113.365.489.365.677.037.3-.036.45-.146.45-.11 0-.255-.112-.401-.375-.146-.263-.22-.527-.146-.677.11-.075.219-.113.328-.075Zm-1.497 1.165c.146 0 .329.075.511.226.292.263.402.564.256.79-.073.112-.256.187-.402.187a.683.683 0 0 1-.475-.188c-.292-.263-.365-.639-.182-.864.036-.075.146-.15.292-.15Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function ve(l,t){return e.openBlock(),e.createElementBlock("svg",id,dd)}const pd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ve},render:ve},Symbol.toStringTag,{value:"Module"})),_d={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},fd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#10298E","fill-rule":"evenodd",d:"M19.342 11.488h1.113c.353-.013.568-.041.645-.085.105-.06.176-.18.211-.36.023-.119.034-.297.034-.533 0-.29-.022-.504-.067-.644-.064-.196-.218-.315-.462-.359a3.505 3.505 0 0 0-.346-.01h-1.128v1.991Zm-1.786 3.353V8h3.327c.456 0 .804.038 1.044.115.547.177.914.539 1.102 1.086.097.287.145.72.145 1.296 0 .694-.053 1.193-.16 1.497-.213.6-.652.946-1.316 1.036-.078.013-.41.025-.995.035l-.297.01h-1.064v1.766h-1.786ZM8.59 10.182h1.661c.01-.15.016-.264.016-.34 0-.921-.361-1.482-1.084-1.683-.296-.081-.793-.123-1.49-.123-.443 0-.846.017-1.209.05-.436.036-.794.157-1.074.363-.191.134-.33.33-.416.59-.086.258-.129.602-.129 1.031 0 .563.08.985.239 1.263.18.327.543.543 1.087.648.206.036.575.074 1.106.113.661.046 1.032.082 1.111.108.213.066.32.25.32.55 0 .135-.013.245-.038.33a.493.493 0 0 1-.301.3c-.086.032-.285.049-.596.049h-.611a.951.951 0 0 1-.415-.093c-.166-.086-.248-.277-.248-.574v-.142H4.856c0 .557.04.954.12 1.193.143.43.44.714.888.854.366.115 1.015.172 1.945.172.557 0 .972-.026 1.243-.079.646-.124 1.062-.42 1.247-.89.102-.255.153-.658.153-1.209 0-.239-.011-.454-.034-.644a1.252 1.252 0 0 0-.359-.772c-.255-.252-.667-.408-1.235-.467-.179-.02-.627-.054-1.345-.103l-.335-.025a.76.76 0 0 1-.354-.098c-.125-.079-.187-.243-.187-.492 0-.275.07-.454.21-.536.14-.082.428-.123.862-.123.447 0 .72.071.818.214.064.096.096.284.096.565Zm-3.727 6.016.25-.026c.014.087.045.15.09.191a.27.27 0 0 0 .186.06c.083 0 .145-.017.187-.053a.163.163 0 0 0 .062-.127.122.122 0 0 0-.026-.079.21.21 0 0 0-.092-.057c-.03-.01-.098-.03-.204-.056a.682.682 0 0 1-.288-.13.344.344 0 0 1-.117-.262.342.342 0 0 1 .213-.318.62.62 0 0 1 .25-.045c.159 0 .279.036.359.108.08.072.123.168.127.288l-.257.01c-.01-.066-.034-.115-.07-.144-.036-.03-.09-.045-.163-.045a.285.285 0 0 0-.174.048.096.096 0 0 0-.04.08c0 .032.012.058.037.08.033.028.11.057.235.087a1.2 1.2 0 0 1 .276.095.36.36 0 0 1 .14.133c.034.056.05.126.05.208a.4.4 0 0 1-.06.212.366.366 0 0 1-.171.146.697.697 0 0 1-.276.047c-.16 0-.284-.038-.37-.115a.509.509 0 0 1-.154-.336Zm1.298-.519h.244v.947H6.16v-.947Zm0-.36h.244v.23H6.16v-.23Zm1.138 1.307h.244v-.59a.81.81 0 0 0-.013-.168.247.247 0 0 0-.148-.182.363.363 0 0 0-.45.132v-.139h-.226v.947h.244v-.43c0-.106.006-.178.018-.218a.19.19 0 0 1 .181-.13.14.14 0 0 1 .084.025.14.14 0 0 1 .05.07c.011.03.016.097.016.199v.484Zm.738-.494c0 .101.018.175.056.222a.17.17 0 0 0 .139.07.188.188 0 0 0 .149-.072c.04-.048.06-.12.06-.213 0-.099-.019-.172-.058-.22a.183.183 0 0 0-.147-.071.175.175 0 0 0-.143.07c-.038.047-.056.118-.056.214Zm-.219.556.277.032c.004.035.015.059.032.072.023.02.06.029.11.029a.27.27 0 0 0 .142-.03.121.121 0 0 0 .049-.063.394.394 0 0 0 .011-.115l.001-.138a.336.336 0 0 1-.567-.01.562.562 0 0 1-.085-.319c0-.159.037-.28.11-.364a.354.354 0 0 1 .278-.126c.113 0 .207.052.28.155v-.132h.227v.851a.87.87 0 0 1-.027.251.311.311 0 0 1-.075.13.33.33 0 0 1-.13.075.661.661 0 0 1-.204.027c-.156 0-.267-.028-.332-.083a.264.264 0 0 1-.098-.211l.001-.03Zm1.401-1.37h-.244v1.308h.244V15.32Zm.85.756c-.002-.074-.02-.13-.055-.168a.165.165 0 0 0-.127-.058.167.167 0 0 0-.132.06.24.24 0 0 0-.052.166h.366Zm-.013.254.242.041a.408.408 0 0 1-.148.209.426.426 0 0 1-.253.072c-.16 0-.279-.054-.356-.162a.556.556 0 0 1-.09-.328c0-.157.039-.28.119-.37.08-.09.18-.134.302-.134.137 0 .245.047.325.14.079.094.117.238.113.43H9.7a.258.258 0 0 0 .058.175.184.184 0 0 0 .142.062c.038 0 .07-.01.097-.032a.197.197 0 0 0 .06-.103Zm1.053-1.01v1.308h.963v-.22h-.707v-.356H12v-.22h-.634v-.29h.682v-.221h-.939Zm1.835 1.308v-.142a.367.367 0 0 1-.472.123.246.246 0 0 1-.106-.117.542.542 0 0 1-.033-.21v-.6h.244v.435c0 .133.004.215.013.245.01.03.025.054.049.071a.147.147 0 0 0 .09.026.186.186 0 0 0 .112-.035.178.178 0 0 0 .067-.087c.012-.035.018-.12.018-.256v-.4h.244v.947h-.226Zm.518 0h.244v-.293c0-.16.007-.267.02-.317.014-.05.033-.086.057-.105a.133.133 0 0 1 .087-.03c.035 0 .073.014.114.042l.075-.22a.302.302 0 0 0-.16-.047c-.04 0-.075.01-.106.031a.417.417 0 0 0-.104.127v-.135h-.226v.947Zm.944-.473c0 .094.022.166.065.216.043.05.097.076.16.076a.203.203 0 0 0 .16-.076c.044-.05.065-.122.065-.218a.32.32 0 0 0-.064-.215.203.203 0 0 0-.16-.075.204.204 0 0 0-.161.075.325.325 0 0 0-.065.217Zm-.249-.014c0-.083.02-.164.06-.242a.417.417 0 0 1 .169-.18.488.488 0 0 1 .244-.06.45.45 0 0 1 .342.14.493.493 0 0 1 .133.353.5.5 0 0 1-.134.358.447.447 0 0 1-.339.142.52.52 0 0 1-.241-.06.398.398 0 0 1-.174-.173.594.594 0 0 1-.06-.278Zm2-.226v-.374h.122c.093 0 .154.003.184.01a.175.175 0 0 1 .103.058c.027.03.04.07.04.118 0 .04-.01.073-.029.103a.168.168 0 0 1-.08.064.636.636 0 0 1-.201.02h-.14Zm-.257-.594v1.307h.256v-.493h.167c.116 0 .204-.006.265-.018a.364.364 0 0 0 .24-.191.438.438 0 0 0 .043-.203.415.415 0 0 0-.074-.254.332.332 0 0 0-.182-.128 1.443 1.443 0 0 0-.305-.02h-.41Zm1.737.853a1.36 1.36 0 0 1-.148.039.435.435 0 0 0-.131.044.106.106 0 0 0-.048.088.13.13 0 0 0 .135.13.205.205 0 0 0 .125-.045.157.157 0 0 0 .058-.083.517.517 0 0 0 .009-.123v-.05Zm-.327-.205-.219-.041a.356.356 0 0 1 .128-.204.457.457 0 0 1 .27-.066c.109 0 .19.013.242.04.053.026.091.06.112.1a.536.536 0 0 1 .033.226l-.003.293c0 .083.004.144.012.184a.52.52 0 0 0 .044.127h-.242a.829.829 0 0 1-.032-.102.44.44 0 0 1-.133.094.37.37 0 0 1-.15.032.307.307 0 0 1-.224-.08.269.269 0 0 1-.082-.201c0-.054.012-.101.037-.143a.247.247 0 0 1 .104-.097.803.803 0 0 1 .194-.059c.114-.021.192-.042.236-.061v-.026c0-.048-.012-.083-.035-.104-.023-.02-.067-.031-.131-.031a.171.171 0 0 0-.102.026.184.184 0 0 0-.059.093Zm1-.288h-.259l.35.95a.367.367 0 0 1-.062.132c-.028.035-.07.052-.127.052a.523.523 0 0 1-.103-.012l.023.196a.622.622 0 0 0 .262 0 .288.288 0 0 0 .093-.042.271.271 0 0 0 .066-.071c.02-.03.04-.072.061-.127l.383-1.078h-.252l-.215.673-.22-.673Zm.877 0h.224v.13a.357.357 0 0 1 .287-.153c.06 0 .11.013.154.038a.284.284 0 0 1 .106.113.431.431 0 0 1 .131-.113.313.313 0 0 1 .15-.038c.067 0 .125.014.171.043.047.028.082.07.105.124a.55.55 0 0 1 .025.197v.606h-.244v-.542c0-.094-.008-.155-.025-.182a.114.114 0 0 0-.103-.054.162.162 0 0 0-.096.032.178.178 0 0 0-.065.095.696.696 0 0 0-.02.196v.455h-.244v-.52a.744.744 0 0 0-.013-.179.113.113 0 0 0-.04-.06.125.125 0 0 0-.074-.019.173.173 0 0 0-.101.031.172.172 0 0 0-.064.09.695.695 0 0 0-.02.196v.461h-.244v-.947Zm2.139.227c.035.038.053.094.055.168h-.366a.24.24 0 0 1 .052-.165.167.167 0 0 1 .132-.061c.05 0 .092.02.127.058Zm.284.463-.242-.041a.196.196 0 0 1-.06.103.148.148 0 0 1-.096.032.184.184 0 0 1-.142-.062.259.259 0 0 1-.059-.174h.611c.004-.194-.034-.337-.113-.43a.402.402 0 0 0-.325-.14.388.388 0 0 0-.302.133.536.536 0 0 0-.12.37c0 .132.03.241.091.328.077.108.196.162.356.162a.427.427 0 0 0 .253-.072.409.409 0 0 0 .148-.209Zm1.098.257h-.244v-.484a.783.783 0 0 0-.015-.199.14.14 0 0 0-.05-.07.14.14 0 0 0-.085-.025.19.19 0 0 0-.181.13.849.849 0 0 0-.019.218v.43h-.244v-.947h.227v.14a.363.363 0 0 1 .45-.133c.044.02.077.046.1.076a.283.283 0 0 1 .048.106c.009.04.013.095.013.169v.59Zm.72-.747v-.2h-.166v-.337l-.244.148v.19h-.11v.2h.11v.413c0 .089.002.148.008.177a.236.236 0 0 0 .034.098.173.173 0 0 0 .077.059.293.293 0 0 0 .117.023.466.466 0 0 0 .191-.038l-.02-.194a.298.298 0 0 1-.097.024.066.066 0 0 1-.04-.012.055.055 0 0 1-.021-.032.984.984 0 0 1-.005-.136v-.383h.166Zm.137.48.244-.039c.01.049.031.085.063.11a.209.209 0 0 0 .133.038c.063 0 .11-.012.142-.036a.081.081 0 0 0 .032-.067.067.067 0 0 0-.018-.048.191.191 0 0 0-.082-.033c-.197-.045-.322-.086-.374-.123a.246.246 0 0 1-.11-.213c0-.083.032-.152.095-.208.063-.056.161-.084.294-.084.126 0 .22.021.281.063a.322.322 0 0 1 .128.186l-.23.044a.146.146 0 0 0-.056-.085.204.204 0 0 0-.118-.029.272.272 0 0 0-.14.028.06.06 0 0 0-.027.051c0 .018.008.033.024.046a.9.9 0 0 0 .228.07c.13.031.22.069.272.113a.236.236 0 0 1 .077.187.292.292 0 0 1-.106.225c-.07.063-.174.095-.312.095a.502.502 0 0 1-.297-.079.36.36 0 0 1-.143-.212Zm2.165-.734.178.485h-.349l.171-.485Zm.372 1.001h.276l-.512-1.307h-.27l-.49 1.307h.27l.105-.296h.511l.11.296Zm.695 0h-.244v-.947h.226v.135a.415.415 0 0 1 .105-.127.184.184 0 0 1 .105-.03.3.3 0 0 1 .16.047l-.074.219a.21.21 0 0 0-.115-.041.133.133 0 0 0-.087.029c-.024.02-.042.054-.056.105a1.52 1.52 0 0 0-.02.317v.293Zm1.002-.72c.035.038.053.094.055.168h-.366a.24.24 0 0 1 .052-.165.167.167 0 0 1 .132-.061c.05 0 .092.02.127.058Zm.283.463-.241-.041a.198.198 0 0 1-.06.103.148.148 0 0 1-.096.032.184.184 0 0 1-.142-.062.259.259 0 0 1-.06-.174h.612c.003-.194-.034-.337-.114-.43a.403.403 0 0 0-.324-.14.388.388 0 0 0-.302.133.535.535 0 0 0-.12.37c0 .132.03.241.09.328.078.108.196.162.357.162a.426.426 0 0 0 .253-.072.408.408 0 0 0 .147-.209Zm.77-.197a1.502 1.502 0 0 1-.148.039.436.436 0 0 0-.132.044.106.106 0 0 0-.048.088.13.13 0 0 0 .135.13.205.205 0 0 0 .125-.045.157.157 0 0 0 .058-.083.517.517 0 0 0 .01-.123v-.05Zm-.328-.205-.219-.041a.356.356 0 0 1 .128-.204.457.457 0 0 1 .27-.066.56.56 0 0 1 .243.04c.053.026.09.06.112.1a.557.557 0 0 1 .032.226l-.002.293c0 .083.003.144.011.184.008.04.023.082.044.127H28.9a.904.904 0 0 1-.031-.102.44.44 0 0 1-.134.094.37.37 0 0 1-.15.032.307.307 0 0 1-.224-.08.27.27 0 0 1-.082-.201c0-.054.013-.101.037-.143a.247.247 0 0 1 .105-.097.806.806 0 0 1 .193-.059c.114-.021.192-.042.236-.061v-.026c0-.048-.011-.083-.035-.104-.023-.02-.066-.031-.13-.031a.171.171 0 0 0-.103.026.184.184 0 0 0-.059.093Zm-2.73-6.606.837 2.965h-1.648l.812-2.965ZM24.6 13.659h2.387l.34 1.182h1.81L27.116 8h-2.693l-1.994 6.841h1.848l.32-1.182Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{fill:"#FFBE00","fill-rule":"evenodd",d:"M15.092 8.963c.736 0 1.393.35 1.825.897l.385-.85a3.32 3.32 0 0 0-2.325-.95c-1.407 0-2.61.877-3.104 2.117h-.75l-.444.98h.966a3.463 3.463 0 0 0 .004.608h-.485l-.443.98h1.175a3.346 3.346 0 0 0 3.081 2.058c.698 0 1.346-.216 1.882-.585v-1.2a2.317 2.317 0 0 1-1.767.827 2.335 2.335 0 0 1-1.97-1.1h2.462l.443-.98H12.76a2.558 2.558 0 0 1-.014-.608H16.3l.443-.98h-3.69a2.341 2.341 0 0 1 2.038-1.214Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function we(l,t){return e.openBlock(),e.createElementBlock("svg",_d,fd)}const gd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:we},render:we},Symbol.toStringTag,{value:"Module"})),md={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},$d=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#5A31F4",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#fff",d:"M19.27 10.974c0 1.496-1.049 2.564-2.515 2.564h-1.38a.117.117 0 0 0-.108.072.117.117 0 0 0-.008.044v1.966a.116.116 0 0 1-.116.117h-.966a.117.117 0 0 1-.117-.116V8.525a.115.115 0 0 1 .116-.116h2.586c1.46-.002 2.508 1.066 2.508 2.565Zm-1.205 0c0-.86-.587-1.489-1.382-1.489h-1.309a.116.116 0 0 0-.115.116v2.738a.116.116 0 0 0 .115.116h1.309c.795.006 1.382-.623 1.382-1.481Zm1.491 3.402a1.378 1.378 0 0 1 .577-1.182c.377-.284.966-.43 1.832-.461l.92-.033v-.272c0-.545-.364-.775-.95-.775-.587 0-.96.208-1.045.548a.112.112 0 0 1-.111.08h-.91a.115.115 0 0 1-.089-.038.114.114 0 0 1-.027-.093c.135-.806.805-1.418 2.223-1.418 1.508 0 2.052.702 2.052 2.042v2.847a.118.118 0 0 1-.118.116h-.917a.118.118 0 0 1-.082-.034.117.117 0 0 1-.034-.082v-.213a.086.086 0 0 0-.054-.082.088.088 0 0 0-.097.02c-.275.3-.72.517-1.431.517-1.047 0-1.739-.545-1.739-1.487Zm3.33-.617v-.221l-1.194.063c-.628.032-.994.293-.994.733 0 .398.335.618.921.618.797 0 1.267-.43 1.267-1.193Zm2.063 4.128v-.824a.119.119 0 0 1 .09-.113.117.117 0 0 1 .05-.002c.141.026.285.04.428.04a1.101 1.101 0 0 0 1.11-.786l.059-.19a.123.123 0 0 0 0-.079l-1.912-4.91a.118.118 0 0 1 .109-.16h.927a.118.118 0 0 1 .109.075l1.298 3.463a.118.118 0 0 0 .223 0l1.127-3.453a.118.118 0 0 1 .113-.081h.959a.118.118 0 0 1 .117.105.12.12 0 0 1-.007.056l-2.044 5.453c-.471 1.268-1.279 1.592-2.167 1.592a1.727 1.727 0 0 1-.5-.06.12.12 0 0 1-.089-.126ZM7.851 8a4.761 4.761 0 0 0-3.284 1.281.208.208 0 0 0-.025.278l.55.753a.21.21 0 0 0 .323.025 3.407 3.407 0 0 1 2.44-.997c1.89 0 2.877 1.422 2.877 2.827 0 1.527-1.037 2.601-2.527 2.623-1.152 0-2.02-.764-2.02-1.772a1.722 1.722 0 0 1 .636-1.329.208.208 0 0 0 .03-.29l-.58-.731a.212.212 0 0 0-.301-.031 3.06 3.06 0 0 0-1.14 2.38c0 1.737 1.475 3.099 3.365 3.11h.025c2.244-.03 3.866-1.691 3.866-3.963C12.086 10.147 10.601 8 7.851 8Z"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function Ze(l,t){return e.openBlock(),e.createElementBlock("svg",md,$d)}const vd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ze},render:Ze},Symbol.toStringTag,{value:"Module"})),wd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Zd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#862165","fill-rule":"evenodd",d:"M21.462 9c0-.552.438-1 .976-1 .54 0 .977.448.977 1 0 .553-.437 1-.977 1a.988.988 0 0 1-.976-1Zm2.807-.182 1.98-.363v7.786h-1.98V8.818Zm2.892 0v7.423h1.982V8.455l-1.982.363Zm-5.713 1.728v5.695h1.982v-5.695h-1.982Zm-3.877 2.492c0-1.673.93-2.515 2.76-2.575 0 0 .33-.013.526.03v1.664c-1.16.04-1.289.47-1.289 1.471v2.613h-1.997v-3.204Zm-2.615-2.498-.01.027a7.096 7.096 0 0 1-1.118 1.956V8.455l-2.044.414v7.372h2.044v-2.279c.592.91.885 2.28.885 2.28h2.448c-.242-1.032-1.301-2.933-1.301-2.933a9.276 9.276 0 0 0 1.435-2.77h-2.339Zm-7.431.222c0 .535.58.573.83.59 1.836.126 2.93 1.046 2.93 2.463 0 1.25-.978 2.51-3.16 2.51-1.013 0-1.877-.102-2.643-.309v-1.819a6.083 6.083 0 0 0 2.223.442c.792 0 1.263-.268 1.263-.725 0-.55-.571-.586-.79-.6h-.003c-2.557-.178-2.832-1.727-2.832-2.385 0-1.142.791-2.474 3.024-2.474 1.296 0 1.994.207 2.596.423l.03.009v1.767l-.023-.007c-.241-.104-.525-.207-.525-.207-.51-.156-1.222-.323-1.773-.323-.313 0-1.147 0-1.147.645Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function ue(l,t){return e.openBlock(),e.createElementBlock("svg",wd,Zd)}const ud=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ue},render:ue},Symbol.toStringTag,{value:"Module"})),Md={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Fd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#F884A1",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#fff","fill-rule":"evenodd",d:"m19.784 9.436.94-4.818a1.067 1.067 0 0 0-.719-1.243c-.581-.15-1.167.2-1.316.79l-.852 3.001-.671-2.955a1.07 1.07 0 0 0-.445-.678 1.017 1.017 0 0 0-.787-.154c-.533.117-.88.757-.747 1.339l.396 3.348c-.344-.353-.746-.462-1.212-.184l-.06.041c-.425.298-.511.906-.238 1.46a.918.918 0 0 0-.614.286l-.04.046c-.393.416-.316 1.118.173 1.621l.397.408c.044 1.882 1.532 3.201 3.286 3.201.02 0 .04-.003.06-.008 2.376-.025 3.42-1.482 3.599-3.692.056-.698-.069-1.176-.331-1.463-.146-.158-.3-.233-.416-.25l-.403-.096Zm-.425-.102.937-4.807a.621.621 0 0 0-.408-.72.647.647 0 0 0-.78.479l-1.086 3.833a.217.217 0 0 1-.27.154.22.22 0 0 1-.158-.205l-.856-3.766a.626.626 0 0 0-.259-.395.59.59 0 0 0-.456-.087c-.283.062-.493.453-.408.802l.004.025.49 4.154.307.473a.915.915 0 0 1 .56-.365 1.52 1.52 0 0 1 .685.018l.01.002 1.688.405Zm-3.136.45-.482-.74a.222.222 0 0 1-.04-.061l-.227-.349c-.279-.42-.55-.565-.873-.374l-.044.033c-.25.18-.283.603-.024 1.01l.953 1.46c.17.258.509.324.76.15l.048-.03a.519.519 0 0 0 .162-.178c-.24-.252-.299-.564-.233-.92Zm.674.728a.221.221 0 0 0-.108-.088c-.182-.18-.19-.406-.104-.7.065-.217.19-.329.388-.375.13-.029.27-.025.408 0l.04.008c.02.004.033.006.04.009l2.545.611.048.017a.41.41 0 0 1 .13.095c.17.187.266.54.218 1.123-.166 2.037-1.087 3.3-3.275 3.28a.214.214 0 0 0-.037.003c-1.326-.036-2.448-.928-2.71-2.246l.327.335a.966.966 0 0 0 1.39-.021l.044-.046c.301-.323.353-.8.157-1.177a1.02 1.02 0 0 0 .085-.053l.049-.034a.991.991 0 0 0 .273-.29c.147.08.324.149.535.207l.61.146c-.453.262-.736.748-.768 1.492a.221.221 0 0 0 .206.237.223.223 0 0 0 .23-.212c.033-.673.287-1.035.695-1.193.218-.083.456-.1.666-.079l.053.008c.278.054.367-.374.089-.44l-1.676-.387a1.895 1.895 0 0 1-.548-.23Zm-3.123-.527a.484.484 0 0 1 .637-.061l.711 1.092a.976.976 0 0 0 .831.444.57.57 0 0 1-.031.745l-.04.046a.531.531 0 0 1-.768.008l-1.211-1.234c-.335-.345-.38-.77-.17-.994l.04-.046Zm-1.616 9.18c0 .694-.525 1.168-1.211 1.168-.481 0-.893-.225-1.147-.582l.472-.486c.141.187.376.39.683.39.286 0 .484-.174.484-.457 0-.3-.234-.374-.601-.482-.675-.204-.95-.566-.95-1.035 0-.59.437-1.098 1.123-1.098.432 0 .832.208 1.01.611l-.57.37c-.109-.183-.258-.303-.46-.303-.238 0-.388.166-.388.378 0 .254.218.333.566.437.545.166.99.444.99 1.089Zm.246-.158c0 .727.59 1.326 1.317 1.326s1.316-.599 1.316-1.326c0-.728-.59-1.326-1.316-1.326-.727 0-1.317.598-1.317 1.326Zm1.317.66c.351 0 .63-.286.63-.66 0-.374-.279-.661-.63-.661-.356 0-.63.287-.63.66 0 .38.278.662.63.662Zm3.017-3.038v.665c-.384-.017-.663.183-.663.623v.27c.154-.166.372-.249.642-.249v.674c-.38.008-.642.258-.642.607v1.047h-.686v-2.39c0-.674.412-1.247 1.248-1.247h.1Zm1.498 3.704a1.325 1.325 0 0 1-1.317-1.326c0-.728.59-1.326 1.317-1.326s1.316.598 1.316 1.326c0 .727-.59 1.326-1.316 1.326Zm.63-1.326c0 .374-.275.66-.63.66-.351 0-.63-.282-.63-.66 0-.374.279-.661.63-.661s.63.287.63.66Zm1.724-.969v-.287h-.666v2.515h.687V19.12c0-.416.238-.648.65-.648v-.757c-.311-.013-.533.095-.67.324Zm1.753.328v.616c0 .44.279.636.663.623v.666h-.102c-.84 0-1.247-.574-1.247-1.248v-2.078h.686v.395c0 .34.27.598.642.607v.669c-.274 0-.488-.083-.642-.25Zm1.482 1.942a.47.47 0 0 0 .46-.474.47.47 0 0 0-.46-.474.467.467 0 0 0-.46.474c0 .262.206.474.46.474Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function Me(l,t){return e.openBlock(),e.createElementBlock("svg",Md,Fd)}const Bd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Me},render:Me},Symbol.toStringTag,{value:"Module"})),bd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},xd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#6461FC","fill-rule":"evenodd",d:"m18.268 8.142-1.727.381V7.082l1.727-.374v1.434Zm3.592.798c-.674 0-1.108.325-1.349.552l-.09-.439h-1.513v8.24l1.72-.375.007-2c.248.184.612.445 1.218.445 1.232 0 2.353-1.017 2.353-3.257-.006-2.05-1.142-3.166-2.346-3.166Zm-.413 4.869c-.406 0-.647-.148-.812-.332l-.007-2.622c.18-.205.427-.346.82-.346.625 0 1.059.72 1.059 1.646 0 .947-.427 1.654-1.06 1.654Zm8.182-1.632c0-1.81-.854-3.237-2.484-3.237-1.638 0-2.629 1.428-2.629 3.223 0 2.126 1.17 3.2 2.849 3.2.819 0 1.438-.19 1.906-.459v-1.413a3.58 3.58 0 0 1-1.686.389c-.668 0-1.26-.24-1.335-1.075h3.365l.005-.229c.004-.138.009-.302.009-.4Zm-3.4-.672c0-.798.475-1.13.909-1.13.42 0 .867.332.867 1.13h-1.776Zm-9.688-2.444h1.727v6.182h-1.727V9.061Zm-1.961 0 .11.522c.406-.763 1.211-.607 1.431-.522v1.625c-.213-.078-.901-.177-1.307.367v4.19h-1.72V9.061h1.486Zm-3.33-1.534-1.68.368-.006 5.66c0 1.045.764 1.816 1.782 1.816.564 0 .977-.107 1.204-.234v-1.434c-.22.092-1.307.417-1.307-.629v-2.508h1.307V9.06h-1.307l.006-1.533Zm-4.067 2.947c-.365 0-.585.106-.585.381 0 .301.379.434.85.598.766.267 1.774.62 1.779 1.925 0 1.265-.984 1.992-2.416 1.992-.591 0-1.238-.12-1.878-.402v-1.682c.578.325 1.307.565 1.878.565.386 0 .66-.106.66-.43 0-.334-.41-.486-.906-.67-.755-.28-1.708-.634-1.708-1.81 0-1.252.93-2 2.326-2 .571 0 1.135.091 1.706.324v1.661a3.758 3.758 0 0 0-1.706-.452Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function Fe(l,t){return e.openBlock(),e.createElementBlock("svg",bd,xd)}const kd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Fe},render:Fe},Symbol.toStringTag,{value:"Module"})),Sd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Pd=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#E21836" d="M10.518 5h5.358c.748 0 1.214.628 1.04 1.4L14.42 17.427c-.176.77-.925 1.398-1.674 1.398H7.39c-.746 0-1.213-.628-1.038-1.398L8.846 6.401c.175-.773.923-1.4 1.672-1.4Z"></path><path fill="#00447C" d="M15.43 5h6.162c.748 0 .41.628.235 1.4l-2.494 11.026c-.175.77-.12 1.397-.87 1.397H12.3c-.75 0-1.213-.628-1.037-1.398L13.758 6.4c.177-.772.924-1.4 1.672-1.4Z"></path><path fill="#007B84" d="M21.348 5h5.358c.749 0 1.214.628 1.038 1.4L25.25 17.426c-.176.77-.925 1.397-1.674 1.397H18.22c-.75 0-1.214-.628-1.039-1.398L19.676 6.4c.174-.772.922-1.4 1.672-1.4Z"></path><path fill="#FEFEFE" d="M11.917 8.533c-.55.006-.713 0-.765-.012l-.393 1.864c-.08.358-.139.612-.336.777a.588.588 0 0 1-.396.141c-.244 0-.387-.124-.41-.361l-.005-.082.074-.48s.39-1.61.46-1.823a.151.151 0 0 0 .006-.024c-.76.007-.894 0-.903-.012a3.078 3.078 0 0 0-.024.117l-.399 1.813-.034.154-.066.503c0 .15.028.271.085.374.182.327.7.376.992.376.378 0 .732-.083.971-.234.415-.252.524-.647.62-.998l.046-.18s.402-1.671.47-1.889c.003-.012.004-.018.007-.024Zm1.368 1.348c-.097 0-.274.025-.433.105-.058.03-.112.066-.17.1l.052-.193-.028-.032c-.338.07-.413.08-.725.125l-.026.018a9.73 9.73 0 0 1-.202 1.148c-.052.223-.104.45-.158.673l.015.028a7.22 7.22 0 0 1 .694-.013l.022-.025c.035-.186.04-.23.118-.606.037-.178.113-.57.15-.71a.506.506 0 0 1 .204-.066c.155 0 .137.14.13.195a7.172 7.172 0 0 1-.12.66l-.04.17c-.027.125-.056.246-.083.37l.011.025c.315-.018.411-.018.68-.013l.032-.025c.048-.29.062-.368.149-.79l.043-.195c.084-.38.126-.573.063-.73-.068-.176-.23-.219-.378-.219Zm1.528.398c-.167.034-.274.056-.38.07-.105.017-.208.033-.37.056l-.012.012-.012.01c-.017.123-.028.23-.05.357a6.69 6.69 0 0 1-.096.49 1.97 1.97 0 0 1-.077.277c-.02.058-.043.113-.084.274l.01.014.008.014c.15-.008.25-.013.351-.014.102-.004.207 0 .37.001l.014-.012.015-.013c.024-.144.027-.183.042-.254.014-.075.038-.18.099-.46.028-.13.06-.261.09-.395.03-.133.062-.265.093-.396l-.005-.016-.006-.015Zm.004-.536c-.152-.093-.42-.063-.599.064-.179.125-.2.303-.048.396.15.09.418.063.595-.065.18-.128.201-.304.052-.395Zm.919 2.139c.308 0 .623-.088.86-.346.183-.21.266-.523.295-.652.095-.426.021-.625-.071-.746-.14-.185-.388-.245-.645-.245-.155 0-.523.016-.811.29-.207.196-.302.463-.36.72-.058.26-.125.73.295.906a1.2 1.2 0 0 0 .437.073Zm-.024-.96c.07-.323.155-.594.368-.594.168 0 .18.202.105.526-.013.072-.074.34-.157.453-.057.084-.126.135-.201.135-.023 0-.156 0-.158-.204-.002-.1.018-.204.043-.316Zm1.948.918.024-.025c.034-.186.04-.23.115-.606.038-.178.116-.57.153-.71a.492.492 0 0 1 .204-.066c.155 0 .136.14.13.195a6.509 6.509 0 0 1-.122.66l-.037.17c-.028.125-.058.246-.085.37l.012.025a7.21 7.21 0 0 1 .678-.013l.033-.025c.047-.29.06-.368.149-.79l.042-.195c.085-.38.128-.573.065-.73-.07-.176-.232-.219-.379-.219a1.032 1.032 0 0 0-.602.206l.049-.193-.026-.033c-.337.07-.415.08-.726.125l-.024.018c-.037.309-.068.54-.202 1.148-.051.224-.104.45-.157.673l.014.028c.32-.018.415-.018.692-.013Zm2.32.013c.02-.1.138-.691.14-.691 0 0 .1-.434.106-.45 0 0 .031-.045.063-.063h.046c.44 0 .935 0 1.323-.294.264-.202.445-.5.525-.861.021-.089.037-.195.037-.3a.644.644 0 0 0-.105-.383c-.198-.285-.593-.29-1.048-.293l-.224.003c-.583.007-.817.005-.913-.007l-.023.121-.209.997-.523 2.217c.51-.006.718-.006.805.004Zm.387-1.769.221-.99.007-.05.003-.04.089.01.468.041c.18.072.255.258.203.5a.724.724 0 0 1-.365.497c-.148.076-.328.082-.515.082h-.12l.01-.05Zm1.382.857c-.059.257-.126.727.292.894a.794.794 0 0 0 .373.07.61.61 0 0 0 .357-.169l-.03.118.02.025c.3-.013.393-.013.719-.01l.03-.024c.047-.287.091-.567.215-1.117.06-.264.12-.525.182-.787l-.01-.03c-.336.065-.425.079-.749.126l-.024.02-.01.079a.465.465 0 0 0-.236-.2c-.144-.058-.481.017-.772.289-.204.194-.302.46-.357.716Zm.706.015c.072-.317.154-.585.369-.585.135 0 .206.129.192.348l-.039.178c-.021.094-.044.187-.067.28a.69.69 0 0 1-.08.165.366.366 0 0 1-.261.13c-.021 0-.154 0-.158-.2-.001-.1.019-.203.044-.316Zm3.687-1.047-.026-.03c-.333.07-.393.08-.699.123l-.022.023-.004.014v-.005c-.228.54-.222.424-.407.85 0-.02 0-.032-.002-.053l-.046-.922-.03-.03c-.348.07-.356.08-.678.123l-.025.023c-.003.01-.003.023-.006.036l.003.005c.04.211.03.164.07.498.02.164.044.329.063.49.032.272.05.405.088.818-.217.37-.268.51-.478.833l.002.003-.148.24c-.016.025-.032.043-.053.05a.217.217 0 0 1-.097.014h-.081l-.121.416.416.007a.51.51 0 0 0 .48-.277l.262-.461H24.6l.027-.033c.176-.39 1.516-2.755 1.516-2.755Zm-4.393 5.456h-.177l.654-2.225h.216l.07-.23.006.256c-.008.157.112.297.429.274h.365l.126-.429h-.137c-.08 0-.116-.02-.112-.064l-.006-.26h-.678v.002c-.219.004-.873.021-1.005.058-.16.042-.33.167-.33.167l.067-.23h-.634l-.132.456-.662 2.26h-.129l-.126.425h1.263l-.043.141h.622l.041-.141h.175l.137-.46Zm-.518-1.773c-.102.03-.29.117-.29.117l.168-.569h.503l-.121.414s-.156.01-.26.038Zm.01.813s-.159.02-.263.044a2.575 2.575 0 0 0-.295.133l.174-.592h.506l-.122.415Zm-.283.966h-.505l.147-.5h.503l-.145.5Zm1.217-1.38h.728l-.105.348h-.738l-.11.381h.645l-.489.709a.203.203 0 0 1-.099.085.283.283 0 0 1-.13.039h-.18l-.123.417h.468a.565.565 0 0 0 .494-.263l.335-.473.072.48c.015.09.078.142.12.163.047.024.096.065.164.072.074.003.127.005.162.005h.23l.138-.467h-.09c-.053 0-.143-.009-.158-.026-.015-.02-.015-.052-.023-.1l-.073-.48h-.3l.132-.16h.736l.113-.382h-.681l.106-.349h.68l.125-.43H22.3l-.124.43Zm-6.149 1.477.17-.582h.698l.128-.433h-.699l.107-.358h.683l.126-.42H15.53l-.124.42h.389l-.104.358h-.39l-.128.44h.388l-.227.77c-.03.102.015.14.043.188a.19.19 0 0 0 .125.094.733.733 0 0 0 .18.025h.786l.14-.48-.348.05c-.068 0-.254-.008-.234-.072Zm.08-2.786-.177.33a.382.382 0 0 1-.102.136c-.027.018-.08.025-.159.025h-.092l-.123.421h.306a.68.68 0 0 0 .315-.083c.058-.032.073-.014.118-.059l.104-.092h.958l.127-.438h-.701l.122-.24h-.696Zm1.414 2.794c-.016-.024-.005-.067.02-.156l.262-.891h.931c.136-.002.234-.004.297-.009a.598.598 0 0 0 .224-.077.425.425 0 0 0 .163-.155 1.35 1.35 0 0 0 .161-.375l.329-1.128-.966.005s-.298.046-.429.096c-.132.055-.32.21-.32.21l.087-.309h-.597l-.836 2.853c-.03.11-.05.191-.054.24-.002.052.064.103.106.142.05.039.124.032.195.039.075.005.18.01.327.01h.459l.14-.49-.41.04a.107.107 0 0 1-.089-.045Zm.45-1.65h.979l-.062.201c-.01.005-.03-.01-.13.002h-.846l.06-.203Zm.197-.672h.986l-.07.241s-.466-.004-.54.01c-.328.058-.52.238-.52.238l.144-.49Zm.742 1.545a.108.108 0 0 1-.04.062c-.02.013-.051.018-.1.018h-.138l.008-.245h-.58l-.023 1.194c-.001.087.007.137.068.177.061.05.25.056.504.056h.363l.131-.447-.316.018-.105.006a.113.113 0 0 1-.043-.028c-.014-.014-.036-.005-.032-.091l.002-.306.332-.015a.42.42 0 0 0 .32-.117c.063-.054.083-.117.107-.202l.055-.271h-.455l-.058.19Z"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',6)];function Be(l,t){return e.openBlock(),e.createElementBlock("svg",Sd,Pd)}const yd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Be},render:Be},Symbol.toStringTag,{value:"Module"})),Vd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Hd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#1A1919","fill-rule":"evenodd",d:"M14.59 10.305h1.106l.178-.91h-1.107l-.177.91Zm-.115.586h1.107l-.703 3.597c-.052.018-.21.082-.429.082-.295 0-.566-.117-.566-.531 0-.078.009-.167.028-.268l.563-2.88Zm10.99-.082c-.737 0-1.03.438-1.167.705h-.013l.043-.622h-1.094a9.162 9.162 0 0 1-.125.94s-.253 1.306-.3 1.556c-.037.19-.103.473-.103.637 0 .349.174.545.563.545.217 0 .375-.06.432-.082l.366-1.873c.1-.517.47-.856.907-.856.353 0 .522.262.522.476 0 .186-.046.392-.082.575l-.157.802c-.019.096-.059.281-.059.427 0 .354.197.531.57.531.205 0 .334-.052.426-.082l.328-1.68c.071-.379.098-.579.098-.82 0-.696-.4-1.18-1.155-1.18Zm-4.916.87c-.619 0-.962.642-.962 1.215 0 .483.215.807.703.807.552 0 .984-.477.984-1.292 0-.372-.195-.73-.725-.73Zm-.327 2.891c-1.185 0-1.752-.722-1.752-1.642 0-1.263.854-2.12 2.173-2.12 1.144 0 1.752.705 1.752 1.61 0 1.354-.912 2.152-2.173 2.152Zm-4.144-.866c-.026.13-.041.22-.041.332 0 .412.27.534.558.534.23 0 .372-.063.425-.082l.532-2.726h.86l.17-.87h-.86l.041-.215c.078-.402.264-.579.586-.579.216 0 .39.039.45.055l.162-.828a3.505 3.505 0 0 0-.858-.096c-.75 0-1.241.462-1.386 1.208l-.09.454h-.56l-.17.87h.561l-.38 1.943ZM13.53 10.81c-.556 0-.861.392-.98.705h-.014l.043-.623h-1.094c-.01.216-.054.58-.166 1.154-.113.582-.223 1.162-.336 1.726-.02.096-.028.19-.028.27 0 .296.143.529.568.529.21 0 .357-.056.427-.082l.325-1.667c.117-.638.33-1.06.949-1.06.28 0 .548.06.604.077l.187-.959a1.442 1.442 0 0 0-.485-.07Zm16.053 1.54c.06-.33-.13-.67-.556-.67-.52 0-.75.361-.852.67h1.408Zm.494 1.338c0 .5-.477.884-1.32.884-1.167 0-1.738-.738-1.738-1.642 0-.898.586-2.12 2.017-2.12.944 0 1.65.477 1.65 1.568 0 .268-.06.56-.085.676h-2.508c-.004.262.213.715 1.085.715.388 0 .828-.14.9-.175v.095ZM9.585 12.35c.06-.33-.13-.67-.556-.67-.521 0-.75.361-.852.67h1.408Zm.494 1.338c0 .5-.477.884-1.32.884-1.167 0-1.738-.738-1.738-1.642 0-.898.586-2.12 2.017-2.12.944 0 1.65.477 1.65 1.568 0 .268-.06.56-.085.676H8.095c-.004.262.213.715 1.085.715.388 0 .828-.14.9-.175v.095Zm-6.65-4.02h1.113v3.577c0 .537.263.812.686.812a.323.323 0 0 0 .077-.008c-.185.285-.426.52-.977.52-.584 0-.9-.413-.9-1.03v-3.87Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{fill:"#00A3DA","fill-rule":"evenodd",d:"M5.006 12.63a1 1 0 0 0-.154.533v.087c0 .362.193.492.403.492.215 0 .33-.148.436-.317.177-.282 2.34-3.758 2.34-3.758H6.873L5.006 12.63Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function be(l,t){return e.openBlock(),e.createElementBlock("svg",Vd,Hd)}const jd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:be},render:be},Symbol.toStringTag,{value:"Module"})),Ad={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},zd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#172B85","fill-rule":"evenodd",d:"M10.75 15.858H8.69L7.147 9.792c-.073-.279-.229-.525-.458-.642A6.573 6.573 0 0 0 4.8 8.51v-.234h3.318c.458 0 .802.35.859.758l.801 4.376 2.059-5.134h2.002l-3.089 7.583Zm4.234 0H13.04l1.602-7.583h1.945l-1.602 7.583Zm4.119-5.482c.057-.409.4-.642.801-.642a3.535 3.535 0 0 1 1.888.35l.344-1.633a4.8 4.8 0 0 0-1.774-.35c-1.888 0-3.262 1.05-3.262 2.507 0 1.11.973 1.692 1.66 2.042.743.35 1.03.584.972.934 0 .524-.572.758-1.143.758a4.788 4.788 0 0 1-2.003-.467l-.343 1.634c.687.29 1.43.408 2.117.408 2.117.058 3.432-.992 3.432-2.567 0-1.983-2.69-2.1-2.69-2.974Zm9.497 5.482-1.545-7.583h-1.659a.862.862 0 0 0-.8.583l-2.861 7h2.002l.4-1.108h2.46l.23 1.108H28.6Zm-2.917-5.54.571 2.857h-1.602l1.03-2.858Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function xe(l,t){return e.openBlock(),e.createElementBlock("svg",Ad,zd)}const Od=Object.freeze(Object.defineProperty({__proto__:null,default:{render:xe},render:xe},Symbol.toStringTag,{value:"Module"})),Dd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Ed=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#0068A3","fill-rule":"evenodd",d:"M12.543 16.154c.154-.08.416-.185.694-.185.637 0 .981.43.981 1.23 0 .935-.462 1.39-1.207 1.39-.273 0-.694-.085-1.002-.245v-3.49l.534-.126v1.426Zm-.005 2.005c.164.07.344.08.473.08.38 0 .668-.23.668-1.04 0-.635-.237-.84-.58-.84-.207 0-.355.055-.56.165v1.635Zm-5.472-2.126h.036L7.8 18.53h.555l.833-3.546h-.602l-.524 2.646h-.036l-.714-2.646h-.457l-.668 2.646H6.15l-.576-2.646H5l.832 3.546h.555l.679-2.496Zm4.398 2.326v-.38c-.282.165-.54.26-.816.26-.53 0-.781-.265-.781-.865h1.674v-.185c0-.815-.395-1.22-1.037-1.22-.771 0-1.167.55-1.167 1.31 0 .79.355 1.31 1.218 1.31.37 0 .678-.1.91-.23Zm-.41-1.32H9.876c.056-.5.298-.735.611-.735.278 0 .54.21.565.735Zm5.528.74h-.026l-1.151-2.796h-.622v3.546h.463v-2.51h.046l1.048 2.51h.329l1.048-2.57h.047v2.57h.554v-3.546h-.637l-1.1 2.796Zm2.302-.5c0-.875.493-1.31 1.171-1.31s1.172.435 1.172 1.31c0 .855-.468 1.31-1.172 1.31s-1.171-.455-1.171-1.31Zm1.803 0c0-.675-.283-.96-.632-.96-.339 0-.632.285-.632.96 0 .685.267.96.632.96s.632-.275.632-.96Zm2.338-1.31a2.68 2.68 0 0 0-1.31.37v2.19h.534v-1.98c.16-.09.421-.18.627-.18.262 0 .462.07.462.465v1.695h.534v-1.81c0-.516-.23-.75-.847-.75Zm3.452 2.01v.38c-.23.13-.539.23-.909.23-.863 0-1.218-.52-1.218-1.31 0-.76.396-1.31 1.167-1.31.642 0 1.038.405 1.038 1.22v.185H24.88c0 .6.252.865.78.865.278 0 .535-.095.817-.26Zm-1.587-.94h1.177c-.026-.526-.288-.735-.566-.735-.313 0-.554.235-.61.735Zm4.213-.986h-.55l-.585 1.84h-.031l-.658-1.84h-.565l.987 2.501c-.124.37-.34.64-.689.64v.41c.59 0 .904-.36 1.161-1.05l.93-2.5ZM16.707 4.5a4.572 4.572 0 0 1 2.254.588l-.414.361-.623-.627-1.052.913-.624-.663L14.29 6.79l1.255 1.347-.493.422 1.236 1.349-.49.421 1.767 1.915 1.049-.94.907 1.007c-.18.136-.377.265-.594.384a4.564 4.564 0 0 1-2.22.572c-2.48 0-4.503-1.97-4.503-4.383 0-2.415 2.023-4.384 4.503-4.384Zm-.82 4.106 1.07-.938.965 1.042-1.071.939-.964-1.043Zm1.832.863-1.071.939.964 1.042 1.071-.938-.964-1.043ZM15.12 6.826l1.071-.938.964 1.042-1.07.939-.965-1.043Zm2.769-1.208-.804.703.723.782.804-.704-.723-.781Zm.623 3.927.804-.704.723.782-.803.704-.724-.782Zm1.51.875-.803.704.723.782.803-.704-.723-.782Zm-.48-2.915.536-.469.482.521-.535.47-.483-.522Zm-.148-2.017-.536.469.482.52.536-.468-.482-.521Zm.833 3.566.535-.47.482.522-.535.469-.482-.521Zm-1.598-1.865-.803.704.723.782.803-.704-.723-.782Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function ke(l,t){return e.openBlock(),e.createElementBlock("svg",Dd,Ed)}const Cd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ke},render:ke},Symbol.toStringTag,{value:"Module"})),Nd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Ld=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#1AAD19",d:"M15.19 13.856a.48.48 0 0 1-.226.057.498.498 0 0 1-.437-.27l-.033-.077-1.371-3.17a.29.29 0 0 1-.024-.11c0-.147.112-.265.251-.265.056 0 .108.02.15.052l1.618 1.214a.722.722 0 0 0 .668.08L23.392 7.8C22.03 6.107 19.784 5 17.242 5c-4.157 0-7.528 2.96-7.528 6.612 0 1.992 1.014 3.785 2.601 4.997a.538.538 0 0 1 .185.6l-.34 1.333c-.015.063-.04.128-.04.194 0 .146.112.264.251.264a.274.274 0 0 0 .145-.05l1.648-1.002a.762.762 0 0 1 .4-.122c.077 0 .151.012.221.035a8.48 8.48 0 0 0 2.458.363c4.158 0 7.528-2.96 7.528-6.612a5.951 5.951 0 0 0-.857-3.064l-8.669 5.274-.055.034Z"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function Se(l,t){return e.openBlock(),e.createElementBlock("svg",Nd,Ld)}const Td=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Se},render:Se},Symbol.toStringTag,{value:"Module"})),Id={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},qd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#FD6727",d:"M23.8 10.78c-.07-.434-.456-.723-.981-.723h-.491c-.316-.036-.386.073-.386.325v3.753c0 .65-.63 1.335-1.367 1.48-2.313.54-4.627 1.046-6.94 1.587-.246.072-.526.072-.807.072-.105 0-.28-.072-.315-.18-.035-.072.07-.217.14-.289.105-.072.245-.144.386-.216.42-.145.876-.289 1.297-.433a290.005 290.005 0 0 0 5.152-1.768c.772-.253 1.192-.794 1.192-1.48.035-2.165 0-4.366 0-6.531 0-.361-.175-.65-.56-.794-.456-.18-.877-.036-1.262.144C16.404 6.918 13.985 8.11 11.53 9.3c-.7.36-1.122.866-1.122 1.587v6.17c0 .11 0 .217.036.29.245.685.876 1.118 1.717 1.118h10.271c.386 0 .701-.072.982-.325.35-.288.35-.685.35-1.046 0-1.775.035-6.315.035-6.315Zm-7.15-.65c.174-.47.56-.758 1.12-.83.386-.036.702.18.772.54.07.542-.56 1.192-1.227 1.192-.526 0-.841-.397-.666-.902Z"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function Pe(l,t){return e.openBlock(),e.createElementBlock("svg",Id,qd)}const Ud=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Pe},render:Pe},Symbol.toStringTag,{value:"Module"})),Rd={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},Gd=[e.createElementVNode("path",{fill:"#292D32",d:"M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2ZM18 12.75h-5.25V18c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5.25H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25V6c0-.41.34-.75.75-.75s.75.34.75.75v5.25H18c.41 0 .75.34.75.75s-.34.75-.75.75Z"},null,-1)];function ye(l,t){return e.openBlock(),e.createElementBlock("svg",Rd,Gd)}const Jd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ye},render:ye},Symbol.toStringTag,{value:"Module"})),Kd={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},Yd=[e.createElementVNode("path",{fill:"#292D32",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm4 10.75h-3.25V16c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.25H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.25V8c0-.41.34-.75.75-.75s.75.34.75.75v3.25H16c.41 0 .75.34.75.75s-.34.75-.75.75Z"},null,-1)];function Ve(l,t){return e.openBlock(),e.createElementBlock("svg",Kd,Yd)}const Wd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ve},render:Ve},Symbol.toStringTag,{value:"Module"})),Qd={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 16 16"},Xd=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M7.999 14.667c3.666 0 6.666-3 6.666-6.667s-3-6.667-6.666-6.667c-3.667 0-6.667 3-6.667 6.667s3 6.667 6.667 6.667ZM5.332 8h5.333M8 10.667V5.333"},null,-1)];function He(l,t){return e.openBlock(),e.createElementBlock("svg",Qd,Xd)}const ep=Object.freeze(Object.defineProperty({__proto__:null,default:{render:He},render:He},Symbol.toStringTag,{value:"Module"})),tp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},lp=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M5 10h10M10 15V5"},null,-1)];function je(l,t){return e.openBlock(),e.createElementBlock("svg",tp,lp)}const op=Object.freeze(Object.defineProperty({__proto__:null,default:{render:je},render:je},Symbol.toStringTag,{value:"Module"})),cp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"r-f",viewBox:"0 0 24 24"},ap=[e.createElementVNode("rect",{width:"23",height:"23",x:".5",y:".5",fill:"#101828",rx:"11.5"},null,-1),e.createElementVNode("path",{fill:"#FCFCFD",d:"M7.665 9.887a.716.716 0 0 0-.527.216.708.708 0 0 0-.216.52v3.1c0 .207.072.382.216.527.144.144.32.216.527.216a.705.705 0 0 0 .523-.216.723.723 0 0 0 .212-.527v-3.1a.708.708 0 0 0-.216-.52.708.708 0 0 0-.52-.216ZM13.636 7.103l.512-.944c.034-.063.022-.11-.036-.144-.063-.03-.11-.015-.144.043l-.52.952A3.545 3.545 0 0 0 12 6.707c-.51 0-.993.1-1.45.303l-.519-.952c-.033-.058-.082-.072-.144-.043-.058.033-.07.081-.036.144l.512.944c-.52.265-.933.634-1.24 1.107a2.796 2.796 0 0 0-.462 1.555h6.67c0-.563-.153-1.08-.46-1.555a3.175 3.175 0 0 0-1.234-1.107Zm-2.96 1.374a.27.27 0 0 1-.199.083.258.258 0 0 1-.194-.083.276.276 0 0 1-.08-.198c0-.077.027-.143.08-.198a.259.259 0 0 1 .194-.083c.077 0 .143.027.199.083a.27.27 0 0 1 .083.198.271.271 0 0 1-.083.198Zm3.04 0a.259.259 0 0 1-.195.083.27.27 0 0 1-.199-.083.27.27 0 0 1-.083-.198.27.27 0 0 1 .083-.198.27.27 0 0 1 .199-.083.26.26 0 0 1 .194.083c.053.055.08.121.08.198a.276.276 0 0 1-.08.198ZM8.688 14.827c0 .221.076.409.23.562.154.154.341.231.563.231h.533l.008 1.637c0 .207.072.383.216.527a.708.708 0 0 0 .52.216.716.716 0 0 0 .526-.216.716.716 0 0 0 .216-.527V15.62h.995v1.637c0 .207.072.383.216.527.145.144.32.216.527.216a.716.716 0 0 0 .526-.216.717.717 0 0 0 .216-.527V15.62h.541a.758.758 0 0 0 .556-.23.766.766 0 0 0 .23-.563v-4.803h-6.62v4.803ZM16.333 9.887a.715.715 0 0 0-.519.212.705.705 0 0 0-.216.523v3.101c0 .207.072.382.216.527a.708.708 0 0 0 .52.216.717.717 0 0 0 .526-.216.716.716 0 0 0 .216-.527v-3.1a.705.705 0 0 0-.216-.524.723.723 0 0 0-.527-.212Z"},null,-1),e.createElementVNode("rect",{width:"23",height:"23",x:".5",y:".5",stroke:"#fff",rx:"11.5"},null,-1)];function Ae(l,t){return e.openBlock(),e.createElementBlock("svg",cp,ap)}const np=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ae},render:Ae},Symbol.toStringTag,{value:"Module"})),hp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 14 16"},rp=[e.createElementVNode("path",{fill:"#292D32",d:"M1.22 5.183a.955.955 0 0 0-.701.288.944.944 0 0 0-.289.692v4.135c0 .276.097.51.289.702a.955.955 0 0 0 .702.288.94.94 0 0 0 .697-.288.964.964 0 0 0 .284-.702V6.163c0-.269-.096-.5-.289-.692a.944.944 0 0 0-.692-.288ZM9.183 1.471l.683-1.26C9.91.129 9.895.065 9.818.02 9.735-.019 9.67 0 9.626.077l-.693 1.27A4.727 4.727 0 0 0 7.001.941c-.68 0-1.324.135-1.933.404L4.376.076C4.33 0 4.266-.018 4.183.02c-.077.046-.093.11-.048.193l.683 1.259a4.216 4.216 0 0 0-1.654 1.476A3.728 3.728 0 0 0 2.55 5.02h8.894c0-.75-.205-1.44-.616-2.072a4.234 4.234 0 0 0-1.644-1.476ZM5.236 3.303a.36.36 0 0 1-.264.11.344.344 0 0 1-.26-.11.369.369 0 0 1-.106-.264.37.37 0 0 1 .106-.265.345.345 0 0 1 .26-.11c.102 0 .19.037.264.11.074.074.11.162.11.265 0 .102-.036.19-.11.264Zm4.053 0a.345.345 0 0 1-.26.11.36.36 0 0 1-.264-.11.36.36 0 0 1-.11-.264.36.36 0 0 1 .11-.265.361.361 0 0 1 .264-.11.37.37 0 0 1 .365.375c0 .102-.035.19-.105.264ZM2.586 11.77c0 .294.102.544.307.75.206.204.456.307.75.307h.712l.01 2.183c0 .275.096.51.288.702a.944.944 0 0 0 .692.288c.276 0 .51-.096.702-.288a.955.955 0 0 0 .289-.702v-2.183h1.327v2.183c0 .275.096.51.288.702a.955.955 0 0 0 .702.288c.275 0 .51-.096.702-.288a.955.955 0 0 0 .288-.702v-2.183h.721c.289 0 .535-.103.74-.308a1.02 1.02 0 0 0 .308-.75V5.365H2.586v6.404ZM12.778 5.183c-.27 0-.5.094-.693.283a.94.94 0 0 0-.288.697v4.135c0 .276.096.51.288.702a.944.944 0 0 0 .693.288c.275 0 .51-.096.701-.288a.955.955 0 0 0 .289-.702V6.163a.94.94 0 0 0-.289-.697.964.964 0 0 0-.701-.283Z"},null,-1)];function ze(l,t){return e.openBlock(),e.createElementBlock("svg",hp,rp)}const sp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ze},render:ze},Symbol.toStringTag,{value:"Module"})),ip={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"r-f",viewBox:"0 0 24 24"},dp=[e.createElementVNode("rect",{width:"23",height:"23",x:".5",y:".5",fill:"#101828",rx:"11.5"},null,-1),e.createElementVNode("path",{fill:"#fff",d:"M15.352 12.384c.017 1.859 1.63 2.477 1.648 2.485-.014.044-.258.881-.85 1.747-.512.748-1.043 1.493-1.88 1.509-.822.015-1.087-.488-2.027-.488-.94 0-1.234.472-2.012.503-.808.03-1.423-.81-1.939-1.555-1.055-1.524-1.86-4.308-.778-6.187.537-.934 1.498-1.524 2.54-1.54.794-.015 1.543.534 2.028.534.484 0 1.394-.66 2.35-.563.401.017 1.525.162 2.247 1.218-.058.036-1.341.783-1.327 2.337M13.806 7.82c.43-.519.718-1.242.639-1.96-.618.024-1.366.411-1.81.93-.396.46-.745 1.195-.65 1.9.688.053 1.392-.35 1.821-.87"},null,-1),e.createElementVNode("rect",{width:"23",height:"23",x:".5",y:".5",stroke:"#fff",rx:"11.5"},null,-1)];function Oe(l,t){return e.openBlock(),e.createElementBlock("svg",ip,dp)}const pp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Oe},render:Oe},Symbol.toStringTag,{value:"Module"})),_p={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},fp=[e.createElementVNode("path",{fill:"#000",d:"M20.843 17.145a11.957 11.957 0 0 1-1.183 2.127c-.622.886-1.131 1.5-1.524 1.841-.608.56-1.26.846-1.958.862-.501 0-1.106-.142-1.809-.432-.706-.287-1.354-.43-1.947-.43-.622 0-1.29.143-2.003.43-.714.29-1.29.44-1.73.455-.67.029-1.337-.266-2.003-.885-.425-.37-.956-1.006-1.593-1.907-.683-.961-1.245-2.076-1.685-3.347-.472-1.373-.708-2.703-.708-3.99 0-1.474.319-2.746.957-3.811A5.612 5.612 0 0 1 5.66 6.03a5.39 5.39 0 0 1 2.71-.764c.53 0 1.228.164 2.095.487.863.325 1.418.489 1.661.489.182 0 .799-.192 1.843-.576.988-.355 1.822-.502 2.505-.444 1.85.149 3.241.879 4.166 2.193-1.655 1.003-2.474 2.408-2.458 4.21.015 1.404.524 2.572 1.525 3.5.454.43.96.763 1.524 1-.122.354-.251.693-.388 1.019ZM16.598.44c0 1.1-.402 2.128-1.204 3.079-.966 1.13-2.136 1.783-3.404 1.68a3.417 3.417 0 0 1-.026-.417c0-1.056.46-2.186 1.277-3.11A4.914 4.914 0 0 1 14.796.504C15.423.198 16.015.03 16.573 0c.017.147.023.294.023.44Z"},null,-1)];function De(l,t){return e.openBlock(),e.createElementBlock("svg",_p,fp)}const gp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:De},render:De},Symbol.toStringTag,{value:"Module"})),mp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},$p=[e.createElementVNode("path",{fill:"#292D32",d:"M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2ZM18 12.75H7.81l3.01 3.01c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-4.29-4.29a.75.75 0 0 1 0-1.06l4.29-4.29c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-3.01 3.01H18c.41 0 .75.34.75.75s-.34.75-.75.75Z"},null,-1)];function Ee(l,t){return e.openBlock(),e.createElementBlock("svg",mp,$p)}const vp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ee},render:Ee},Symbol.toStringTag,{value:"Module"})),wp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},Zp=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M9.57 5.93 3.5 12l6.07 6.07M20.5 12H3.67"},null,-1)];function Ce(l,t){return e.openBlock(),e.createElementBlock("svg",wp,Zp)}const up=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ce},render:Ce},Symbol.toStringTag,{value:"Module"})),Mp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},Fp=[e.createElementVNode("path",{fill:"#292D32",d:"M16.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53-.2-2.39-1.51-4-4.21-4.25ZM20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h8c3.5 0 5-2 5-5v-6.16c0-.55-.45-1-1-1ZM9.21 18.21c-.05.04-.1.09-.15.12-.06.04-.12.07-.18.09-.06.03-.12.05-.18.06-.07.01-.13.02-.2.02-.13 0-.26-.03-.38-.08-.13-.05-.23-.12-.33-.21-.18-.19-.29-.45-.29-.71 0-.26.11-.52.29-.71.1-.09.2-.16.33-.21.18-.08.38-.1.58-.06.06.01.12.03.18.06.06.02.12.05.18.09l.15.12c.18.19.29.45.29.71 0 .26-.11.52-.29.71Zm0-3.5c-.19.18-.45.29-.71.29-.26 0-.52-.11-.71-.29-.18-.19-.29-.45-.29-.71 0-.26.11-.52.29-.71.28-.28.72-.37 1.09-.21.13.05.24.12.33.21.18.19.29.45.29.71 0 .26-.11.52-.29.71Zm3.5 3.5c-.19.18-.45.29-.71.29-.26 0-.52-.11-.71-.29-.18-.19-.29-.45-.29-.71 0-.26.11-.52.29-.71.37-.37 1.05-.37 1.42 0 .18.19.29.45.29.71 0 .26-.11.52-.29.71Zm0-3.5-.15.12c-.06.04-.12.07-.18.09-.06.03-.12.05-.18.06-.07.01-.13.02-.2.02-.26 0-.52-.11-.71-.29-.18-.19-.29-.45-.29-.71 0-.26.11-.52.29-.71.09-.09.2-.16.33-.21.37-.16.81-.07 1.09.21.18.19.29.45.29.71 0 .26-.11.52-.29.71Zm3.5 3.5c-.19.18-.45.29-.71.29-.26 0-.52-.11-.71-.29-.18-.19-.29-.45-.29-.71 0-.26.11-.52.29-.71.37-.37 1.05-.37 1.42 0 .18.19.29.45.29.71 0 .26-.11.52-.29.71Zm0-3.5-.15.12c-.06.04-.12.07-.18.09-.06.03-.12.05-.18.06-.07.01-.14.02-.2.02-.26 0-.52-.11-.71-.29-.18-.19-.29-.45-.29-.71 0-.26.11-.52.29-.71.1-.09.2-.16.33-.21.18-.08.38-.1.58-.06.06.01.12.03.18.06.06.02.12.05.18.09l.15.12c.18.19.29.45.29.71 0 .26-.11.52-.29.71Z"},null,-1)];function Ne(l,t){return e.openBlock(),e.createElementBlock("svg",Mp,Fp)}const Bp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ne},render:Ne},Symbol.toStringTag,{value:"Module"})),bp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},xp=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M8 2v3M16 2v3M3.5 9.09h17M21 8.5V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M15.694 13.7h.009M15.694 16.7h.009M11.995 13.7h.009M11.995 16.7h.009M8.295 13.7h.01M8.295 16.7h.01"},null,-1)];function Le(l,t){return e.openBlock(),e.createElementBlock("svg",bp,xp)}const kp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Le},render:Le},Symbol.toStringTag,{value:"Module"})),Sp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 25 24"},Pp=[e.createElementVNode("path",{fill:"#292D32",d:"M22.002 7.55c0 .66-.54 1.2-1.2 1.2h-17.6c-.66 0-1.2-.54-1.2-1.2v-.01c0-2.29 1.85-4.14 4.14-4.14h11.71c2.29 0 4.15 1.86 4.15 4.15ZM2.002 11.45v5.01c0 2.29 1.85 4.14 4.14 4.14h11.71c2.29 0 4.15-1.86 4.15-4.15v-5c0-.66-.54-1.2-1.2-1.2h-17.6c-.66 0-1.2.54-1.2 1.2Zm6 5.8h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75Zm6.5 0h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75Z"},null,-1)];function Te(l,t){return e.openBlock(),e.createElementBlock("svg",Sp,Pp)}const yp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Te},render:Te},Symbol.toStringTag,{value:"Module"})),Vp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},Hp=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M2 8.505h20M6 16.505h2M10.5 16.505h4"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M6.44 3.505h11.11c3.56 0 4.45.88 4.45 4.39v8.21c0 3.51-.89 4.39-4.44 4.39H6.44c-3.55.01-4.44-.87-4.44-4.38v-8.22c0-3.51.89-4.39 4.44-4.39Z"},null,-1)];function Ie(l,t){return e.openBlock(),e.createElementBlock("svg",Vp,Hp)}const jp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ie},render:Ie},Symbol.toStringTag,{value:"Module"})),Ap={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},zp=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.667",d:"m16.667 5-9.166 9.167L3.334 10"},null,-1)];function qe(l,t){return e.openBlock(),e.createElementBlock("svg",Ap,zp)}const Op=Object.freeze(Object.defineProperty({__proto__:null,default:{render:qe},render:qe},Symbol.toStringTag,{value:"Module"})),Dp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},Ep=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.667",d:"m5 7.5 5 5 5-5"},null,-1)];function Ue(l,t){return e.openBlock(),e.createElementBlock("svg",Dp,Ep)}const Cp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ue},render:Ue},Symbol.toStringTag,{value:"Module"})),Np={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},Lp=[e.createElementVNode("path",{stroke:"#101828","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m15 18-6-6 6-6"},null,-1)];function Re(l,t){return e.openBlock(),e.createElementBlock("svg",Np,Lp)}const Tp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Re},render:Re},Symbol.toStringTag,{value:"Module"})),Ip={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},qp=[e.createElementVNode("path",{stroke:"#101828","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m9 18 6-6-6-6"},null,-1)];function Ge(l,t){return e.openBlock(),e.createElementBlock("svg",Ip,qp)}const Up=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ge},render:Ge},Symbol.toStringTag,{value:"Module"})),Rp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},Gp=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.667",d:"m15 12.5-5-5-5 5"},null,-1)];function Je(l,t){return e.openBlock(),e.createElementBlock("svg",Rp,Gp)}const Jp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Je},render:Je},Symbol.toStringTag,{value:"Module"})),Kp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},Yp=[e.createElementVNode("path",{fill:"#292D32",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm3.36 12.3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.3-2.3-2.3 2.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.3-2.3-2.3-2.3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 2.3-2.3c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-2.3 2.3 2.3 2.3Z"},null,-1)];function Ke(l,t){return e.openBlock(),e.createElementBlock("svg",Kp,Yp)}const Wp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ke},render:Ke},Symbol.toStringTag,{value:"Module"})),Qp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"no-color",viewBox:"0 0 16 16"},Xp=[e.createElementVNode("rect",{width:"14.704",height:"14.704",x:".648",y:".648",fill:"#EAECF0",rx:"7.352"},null,-1),e.createElementVNode("path",{fill:"#1D2939",d:"M10.511 6.244a.534.534 0 0 0-.754-.754L8.003 7.245 6.247 5.491a.534.534 0 0 0-.755.755L7.248 8 5.494 9.756a.534.534 0 0 0 .754.755l1.755-1.756 1.755 1.754a.534.534 0 0 0 .755-.755L8.757 8l1.754-1.756Z"},null,-1),e.createElementVNode("rect",{width:"14.704",height:"14.704",x:".648",y:".648",stroke:"#fff","stroke-width":"1.295",rx:"7.352"},null,-1)];function Ye(l,t){return e.openBlock(),e.createElementBlock("svg",Qp,Xp)}const e_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ye},render:Ye},Symbol.toStringTag,{value:"Module"})),t_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 8 8"},l_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round",d:"m.5.5 7 7M.5 7.5l7-7"},null,-1)];function We(l,t){return e.openBlock(),e.createElementBlock("svg",t_,l_)}const o_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:We},render:We},Symbol.toStringTag,{value:"Module"})),c_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"c-f",viewBox:"0 0 10 10"},a_=[e.createElementVNode("circle",{cx:"5",cy:"5",r:"4",fill:"#12B76A"},null,-1)];function Qe(l,t){return e.openBlock(),e.createElementBlock("svg",c_,a_)}const n_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Qe},render:Qe},Symbol.toStringTag,{value:"Module"})),h_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},r_=[e.createElementVNode("path",{fill:"#292D32",d:"M21.25 9.15C18.94 5.52 15.56 3.43 12 3.43c-1.78 0-3.51.52-5.09 1.49-1.58.98-3 2.41-4.16 4.23-1 1.57-1 4.12 0 5.69 2.31 3.64 5.69 5.72 9.25 5.72 1.78 0 3.51-.52 5.09-1.49 1.58-.98 3-2.41 4.16-4.23 1-1.56 1-4.12 0-5.69ZM12 16.04c-2.24 0-4.04-1.81-4.04-4.04S9.76 7.96 12 7.96s4.04 1.81 4.04 4.04-1.8 4.04-4.04 4.04Z"},null,-1),e.createElementVNode("path",{fill:"#292D32",d:"M12 9.14a2.855 2.855 0 0 0 0 5.71c1.57 0 2.86-1.28 2.86-2.85S13.57 9.14 12 9.14Z"},null,-1)];function Xe(l,t){return e.openBlock(),e.createElementBlock("svg",h_,r_)}const s_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Xe},render:Xe},Symbol.toStringTag,{value:"Module"})),i_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},d_=[e.createElementVNode("path",{fill:"#292D32",d:"M21.27 9.18c-.29-.46-.6-.89-.92-1.29a1 1 0 0 0-1.49-.09l-3 3c.22.66.26 1.42.06 2.21a4.021 4.021 0 0 1-2.9 2.9c-.79.2-1.55.16-2.21-.06l-2.46 2.46c-.5.5-.34 1.38.33 1.64 1.07.41 2.18.62 3.32.62 1.78 0 3.51-.52 5.09-1.49 1.61-1 3.06-2.47 4.23-4.34.95-1.51.9-4.05-.05-5.56ZM14.02 9.98l-4.04 4.04c-.51-.52-.84-1.24-.84-2.02 0-1.57 1.28-2.86 2.86-2.86.78 0 1.5.33 2.02.84Z"},null,-1),e.createElementVNode("path",{fill:"#292D32",d:"m18.25 5.75-3.39 3.39A3.986 3.986 0 0 0 12 7.96c-2.24 0-4.04 1.81-4.04 4.04 0 1.12.45 2.13 1.18 2.86l-3.38 3.39h-.01c-1.11-.9-2.13-2.05-3-3.41-1-1.57-1-4.12 0-5.69C3.91 7.33 5.33 5.9 6.91 4.92c1.58-.96 3.31-1.49 5.09-1.49 2.23 0 4.39.82 6.25 2.32ZM14.86 12c0 1.57-1.28 2.86-2.86 2.86-.06 0-.11 0-.17-.02l3.01-3.01c.02.06.02.11.02.17Z"},null,-1),e.createElementVNode("path",{fill:"#292D32",d:"M21.77 2.23c-.3-.3-.79-.3-1.09 0L2.23 20.69c-.3.3-.3.79 0 1.09a.758.758 0 0 0 1.08-.01L21.77 3.31c.31-.3.31-.78 0-1.08Z"},null,-1)];function e4(l,t){return e.openBlock(),e.createElementBlock("svg",i_,d_)}const p_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:e4},render:e4},Symbol.toStringTag,{value:"Module"})),__={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},f_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"m14.53 9.47-5.06 5.06a3.576 3.576 0 1 1 5.06-5.06Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M17.82 5.77C16.07 4.45 14.07 3.73 12 3.73c-3.53 0-6.82 2.08-9.11 5.68-.9 1.41-.9 3.78 0 5.19.79 1.24 1.71 2.31 2.71 3.17M8.42 19.53c1.14.48 2.35.74 3.58.74 3.53 0 6.82-2.08 9.11-5.68.9-1.41.9-3.78 0-5.19-.33-.52-.69-1.01-1.06-1.47"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M15.51 12.7a3.565 3.565 0 0 1-2.82 2.82M9.47 14.53 2 22M22 2l-7.47 7.47"},null,-1)];function t4(l,t){return e.openBlock(),e.createElementBlock("svg",__,f_)}const g_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:t4},render:t4},Symbol.toStringTag,{value:"Module"})),m_={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},$_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M15.58 12c0 1.98-1.6 3.58-3.58 3.58S8.42 13.98 8.42 12s1.6-3.58 3.58-3.58 3.58 1.6 3.58 3.58Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M12 20.27c3.53 0 6.82-2.08 9.11-5.68.9-1.41.9-3.78 0-5.19-2.29-3.6-5.58-5.68-9.11-5.68-3.53 0-6.82 2.08-9.11 5.68-.9 1.41-.9 3.78 0 5.19 2.29 3.6 5.58 5.68 9.11 5.68Z"},null,-1)];function l4(l,t){return e.openBlock(),e.createElementBlock("svg",m_,$_)}const v_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:l4},render:l4},Symbol.toStringTag,{value:"Module"})),w_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"no-color",viewBox:"0 0 24 24"},Z_=[e.createElementVNode("path",{fill:"#4285F4",d:"M23.766 12.277c0-.816-.066-1.636-.207-2.439H12.24v4.621h6.482a5.554 5.554 0 0 1-2.399 3.647v2.998h3.867c2.27-2.09 3.576-5.177 3.576-8.827Z"},null,-1),e.createElementVNode("path",{fill:"#34A853",d:"M12.24 24c3.237 0 5.966-1.062 7.955-2.896l-3.867-2.998c-1.076.731-2.465 1.146-4.083 1.146-3.131 0-5.786-2.112-6.738-4.952h-3.99v3.091a12.002 12.002 0 0 0 10.723 6.61Z"},null,-1),e.createElementVNode("path",{fill:"#FBBC04",d:"M5.503 14.3a7.188 7.188 0 0 1 0-4.594V6.615H1.516a12.01 12.01 0 0 0 0 10.776l3.987-3.09Z"},null,-1),e.createElementVNode("path",{fill:"#EA4335",d:"M12.24 4.75a6.52 6.52 0 0 1 4.603 1.799l3.427-3.426A11.533 11.533 0 0 0 12.24 0 11.998 11.998 0 0 0 1.517 6.615l3.986 3.09C6.45 6.863 9.109 4.75 12.24 4.75Z"},null,-1)];function o4(l,t){return e.openBlock(),e.createElementBlock("svg",w_,Z_)}const u_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:o4},render:o4},Symbol.toStringTag,{value:"Module"})),M_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 16 16"},F_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round",d:"M14.667 5.68V2.653c0-.94-.427-1.32-1.487-1.32h-2.693c-1.06 0-1.487.38-1.487 1.32v3.02c0 .947.427 1.32 1.487 1.32h2.693c1.06.007 1.487-.373 1.487-1.313ZM14.667 13.18v-2.693C14.667 9.427 14.24 9 13.18 9h-2.693C9.427 9 9 9.427 9 10.487v2.693c0 1.06.427 1.487 1.487 1.487h2.693c1.06 0 1.487-.427 1.487-1.487ZM7 5.68V2.653c0-.94-.426-1.32-1.486-1.32H2.821c-1.06 0-1.487.38-1.487 1.32v3.02c0 .947.427 1.32 1.487 1.32h2.693C6.574 7 7.001 6.62 7.001 5.68ZM7 13.18v-2.693C7 9.427 6.575 9 5.515 9H2.821c-1.06 0-1.487.427-1.487 1.487v2.693c0 1.06.427 1.487 1.487 1.487h2.693c1.06 0 1.487-.427 1.487-1.487Z"},null,-1)];function c4(l,t){return e.openBlock(),e.createElementBlock("svg",M_,F_)}const B_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:c4},render:c4},Symbol.toStringTag,{value:"Module"})),b_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 16 16"},x_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M8 14.667c3.666 0 6.666-3 6.666-6.667s-3-6.667-6.666-6.667c-3.667 0-6.667 3-6.667 6.667s3 6.667 6.667 6.667ZM8 5.333v3.334"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M7.996 10.667h.006"},null,-1)];function a4(l,t){return e.openBlock(),e.createElementBlock("svg",b_,x_)}const k_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:a4},render:a4},Symbol.toStringTag,{value:"Module"})),S_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s p-f",viewBox:"0 0 20 20"},P_=[e.createElementVNode("path",{fill:"#292D32",stroke:"#292D32","stroke-width":".833",d:"m8.727 2.24.002-.001c.297-.134.69-.208 1.1-.208.41 0 .804.074 1.1.208h.002l4.925 2.184c.562.249.852.529 1.003.759.151.23.183.439.183.576 0 .14-.03.346-.18.574-.15.229-.44.509-1.006.762h-.001l-4.924 2.183-.003.002c-.298.135-.685.204-1.103.204-.405 0-.804-.076-1.098-.206L3.812 7.095c-.568-.254-.857-.534-1.007-.763a1.034 1.034 0 0 1-.18-.574c0-.14.03-.346.18-.573.15-.229.439-.51 1.006-.763L8.728 2.24ZM3.981 4.802l-.005.002a2.47 2.47 0 0 0-.645.407c-.075.069-.141.144-.19.225a.617.617 0 0 0-.1.321c0 .134.052.246.097.32.049.08.114.157.189.227.15.141.362.282.644.408l.001.001L8.89 8.897l.002.001c.272.12.616.167.93.167.314 0 .658-.048.93-.167h.001l4.925-2.184c.286-.126.5-.266.652-.407.075-.07.141-.147.19-.229a.622.622 0 0 0 .098-.32.622.622 0 0 0-.098-.32 1.092 1.092 0 0 0-.19-.228 2.345 2.345 0 0 0-.652-.408L10.76 2.62l-.01-.004a2.514 2.514 0 0 0-.926-.165c-.313 0-.654.044-.93.17L3.981 4.803Z"},null,-1),e.createElementVNode("path",{fill:"#292D32",stroke:"#292D32","stroke-width":".833",d:"M3.578 11.144h-.003c-.34-.15-.665-.442-.906-.813-.24-.37-.377-.789-.377-1.164 0-.112.096-.209.208-.209.112 0 .208.097.208.209 0 .332.132.669.307.939.175.27.428.526.728.664l.004.002 5.659 2.517.002.001c.375.164.802.162 1.18.002l.006-.003 5.657-2.516h.001c.305-.135.559-.394.733-.665.175-.27.307-.61.307-.941 0-.112.096-.209.208-.209.111 0 .208.097.208.209 0 .375-.136.794-.377 1.166-.241.372-.567.667-.909.82l-5.653 2.514a2.011 2.011 0 0 1-.769.158c-.258 0-.517-.054-.764-.164l-5.658-2.517Z"},null,-1),e.createElementVNode("path",{fill:"#292D32",stroke:"#292D32","stroke-width":".833",d:"M3.746 14.939h.001l5.659 2.517h.002c.375.165.802.163 1.18.003l.006-.003 5.659-2.517a1.752 1.752 0 0 0 1.039-1.606c0-.111.096-.208.208-.208.111 0 .208.097.208.208 0 .861-.503 1.637-1.286 1.986l-5.653 2.515a2.013 2.013 0 0 1-.769.158c-.258 0-.517-.055-.764-.164L3.578 15.31a2.172 2.172 0 0 1-1.286-1.986c0-.111.096-.208.208-.208a.22.22 0 0 1 .208.216c0 .688.403 1.321 1.038 1.606Z"},null,-1)];function n4(l,t){return e.openBlock(),e.createElementBlock("svg",S_,P_)}const y_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:n4},render:n4},Symbol.toStringTag,{value:"Module"})),V_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"no-color",viewBox:"0 0 24 24"},H_=[e.createElementVNode("path",{fill:"#0A66C2",d:"M22.228 0H1.772A1.772 1.772 0 0 0 0 1.772v20.456A1.772 1.772 0 0 0 1.772 24h20.456A1.772 1.772 0 0 0 24 22.228V1.772A1.772 1.772 0 0 0 22.228 0ZM7.153 20.445H3.545V8.983h3.608v11.462ZM5.347 7.395a2.072 2.072 0 1 1 2.083-2.07 2.042 2.042 0 0 1-2.083 2.07Zm15.106 13.06h-3.606v-6.262c0-1.846-.785-2.416-1.799-2.416-1.07 0-2.12.806-2.12 2.463v6.215H9.32V8.992h3.47v1.588h.047c.348-.705 1.568-1.91 3.43-1.91 2.013 0 4.188 1.195 4.188 4.695l-.002 7.09Z"},null,-1)];function h4(l,t){return e.openBlock(),e.createElementBlock("svg",V_,H_)}const j_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:h4},render:h4},Symbol.toStringTag,{value:"Module"})),A_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 16 16"},z_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M5.333 4H14M5.333 8H14m-8.667 4H14M2 4h.007M2 8h.007M2 12h.007"},null,-1)];function r4(l,t){return e.openBlock(),e.createElementBlock("svg",A_,z_)}const O_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:r4},render:r4},Symbol.toStringTag,{value:"Module"})),D_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},E_=[e.createElementVNode("g",{"clip-path":"url(#a)"},[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M10.001 1.667V5m0 10v3.333M4.11 4.108l2.358 2.359m7.067 7.066 2.358 2.359M1.668 10h3.333m10 0h3.334M4.11 15.892l2.358-2.359m7.067-7.066 2.358-2.359"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"a"},[e.createElementVNode("path",{fill:"#fff",d:"M0 0h20v20H0z"})])],-1)];function s4(l,t){return e.openBlock(),e.createElementBlock("svg",D_,E_)}const C_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:s4},render:s4},Symbol.toStringTag,{value:"Module"})),N_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 64 64"},L_=[e.createElementVNode("path",{fill:"#7C5CFC",d:"M53.333 18a7.333 7.333 0 1 0 0-14.667 7.333 7.333 0 0 0 0 14.667Z"},null,-1),e.createElementVNode("path",{fill:"#7C5CFC",d:"M53.333 21.334c-5.893 0-10.667-4.774-10.667-10.667 0-1.947.56-3.76 1.494-5.333H18.666c-7.36 0-13.333 5.946-13.333 13.28v18.613c0 7.333 5.973 13.28 13.333 13.28h4c.72 0 1.68.48 2.134 1.067l4 5.306c1.76 2.347 4.64 2.347 6.4 0l4-5.306a2.703 2.703 0 0 1 2.133-1.067h4c7.36 0 13.333-5.947 13.333-13.28V19.84c-1.573.933-3.386 1.494-5.333 1.494Z",opacity:".4"},null,-1),e.createElementVNode("path",{fill:"#7C5CFC",d:"M32 32a2.657 2.657 0 0 1-2.667-2.667c0-1.466 1.2-2.666 2.667-2.666 1.466 0 2.666 1.2 2.666 2.666A2.657 2.657 0 0 1 32 32ZM42.667 32A2.657 2.657 0 0 1 40 29.333c0-1.466 1.2-2.666 2.667-2.666 1.466 0 2.666 1.2 2.666 2.666A2.657 2.657 0 0 1 42.667 32ZM21.334 32a2.657 2.657 0 0 1-2.667-2.667c0-1.466 1.2-2.666 2.667-2.666 1.466 0 2.666 1.2 2.666 2.666A2.657 2.657 0 0 1 21.334 32Z"},null,-1)];function i4(l,t){return e.openBlock(),e.createElementBlock("svg",N_,L_)}const T_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:i4},render:i4},Symbol.toStringTag,{value:"Module"})),I_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},q_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M7.084 15.833h-.417c-3.333 0-5-.833-5-5V6.667c0-3.334 1.667-5 5-5h6.667c3.333 0 5 1.666 5 5v4.166c0 3.334-1.667 5-5 5h-.417a.845.845 0 0 0-.667.334L11 17.833c-.55.734-1.45.734-2 0l-1.25-1.666c-.133-.184-.441-.334-.666-.334Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M5.833 6.667h8.333M5.833 10.833h5"},null,-1)];function d4(l,t){return e.openBlock(),e.createElementBlock("svg",I_,q_)}const U_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:d4},render:d4},Symbol.toStringTag,{value:"Module"})),R_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 64 64"},G_=[e.createElementVNode("path",{fill:"#F29E61",d:"M40 58.667c-1.093 0-2-.907-2-2V7.333c0-1.093.907-2 2-2s2 .907 2 2v49.334c0 1.093-.907 2-2 2Z"},null,-1),e.createElementVNode("path",{fill:"#F29E61",d:"M17.334 53.333h16V10.667h-16c-5.894 0-10.667 4.773-10.667 10.666v21.334c0 5.893 4.773 10.666 10.667 10.666ZM48 53.333h-8V10.667h8c5.893 0 10.667 4.773 10.667 10.666v21.334c0 5.893-4.774 10.666-10.667 10.666Z",opacity:".4"},null,-1),e.createElementVNode("path",{fill:"#F29E61",d:"M15.334 34.667c-.347 0-.694-.08-1.014-.214a3.079 3.079 0 0 1-.88-.56 3.896 3.896 0 0 1-.586-.88A2.627 2.627 0 0 1 12.667 32c0-.693.293-1.387.773-1.893l.4-.32c.16-.107.32-.187.48-.24.16-.08.32-.134.48-.16a2.67 2.67 0 0 1 2.427.72c.48.506.773 1.2.773 1.893 0 .347-.08.693-.213 1.013-.133.32-.32.614-.56.88-.267.24-.56.427-.88.56-.32.134-.667.214-1.013.214ZM24.667 34.667c-.347 0-.694-.08-1.014-.214a3.081 3.081 0 0 1-.88-.56 2.64 2.64 0 0 1-.56-2.906c.134-.347.32-.614.56-.88.987-.987 2.774-.987 3.787 0 .48.506.773 1.2.773 1.893 0 .347-.08.693-.213 1.013-.133.32-.32.614-.56.88-.267.24-.56.427-.88.56-.32.134-.667.214-1.013.214Z"},null,-1)];function p4(l,t){return e.openBlock(),e.createElementBlock("svg",R_,G_)}const J_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:p4},render:p4},Symbol.toStringTag,{value:"Module"})),K_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},Y_=[e.createElementVNode("path",{fill:"#292D32",d:"M11.5 21a9.5 9.5 0 1 0 0-19 9.5 9.5 0 0 0 0 19ZM21.3 22c-.18 0-.36-.07-.49-.2l-1.86-1.86a.706.706 0 0 1 0-.99c.27-.27.71-.27.99 0l1.86 1.86c.27.27.27.71 0 .99-.14.13-.32.2-.5.2Z"},null,-1)];function _4(l,t){return e.openBlock(),e.createElementBlock("svg",K_,Y_)}const W_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:_4},render:_4},Symbol.toStringTag,{value:"Module"})),Q_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 16 16"},X_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M7.667 14a6.333 6.333 0 1 0 0-12.667 6.333 6.333 0 0 0 0 12.667ZM14.667 14.667l-1.333-1.334"},null,-1)];function f4(l,t){return e.openBlock(),e.createElementBlock("svg",Q_,X_)}const ef=Object.freeze(Object.defineProperty({__proto__:null,default:{render:f4},render:f4},Symbol.toStringTag,{value:"Module"})),tf={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 25 24"},lf=[e.createElementVNode("path",{fill:"#292D32",d:"M13.492 13.38h-2.49c-.3 0-.54.24-.54.54 0 .3.24.54.54.54h2.49c.3 0 .54-.24.54-.54 0-.3-.24-.54-.54-.54ZM9.442 13.38h-1.25c-.3 0-.54.24-.54.54 0 .3.24.54.54.54h1.25c.3 0 .54-.24.54-.54 0-.3-.24-.54-.54-.54Z"},null,-1),e.createElementVNode("path",{fill:"#292D32",d:"m18.542 4.22-5.5-2.06c-.57-.21-1.5-.21-2.07 0l-5.5 2.06c-1.06.4-1.92 1.64-1.92 2.77v8.1c0 .81.53 1.88 1.18 2.36l5.5 4.11c.97.73 2.56.73 3.53 0l5.5-4.11c.65-.49 1.18-1.55 1.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77Zm-.37 9.43c-.02 2.07-.59 2.59-2.74 2.59h-6.85c-2.19 0-2.74-.54-2.74-2.71V11.2c0-.28.22-.5.5-.5h11.33c.28 0 .5.22.5.5v2.45Zm0-4.54c0 .28-.22.5-.5.5H6.342c-.28 0-.5-.22-.5-.5v-.64c0-1.96.46-2.59 2.17-2.7.18 0 .37-.01.57-.01h6.85c2.19 0 2.74.54 2.74 2.71v.64Z"},null,-1)];function g4(l,t){return e.openBlock(),e.createElementBlock("svg",tf,lf)}const of=Object.freeze(Object.defineProperty({__proto__:null,default:{render:g4},render:g4},Symbol.toStringTag,{value:"Module"})),cf={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},af=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M11.74 17.75h5.92c-.09.08-.18.15-.27.23l-4.27 3.2c-1.41 1.05-3.71 1.05-5.13 0l-4.28-3.2C2.77 17.28 2 15.73 2 14.56V7.15c0-1.22.93-2.57 2.07-3l4.98-1.87c.82-.31 2.18-.31 3 0l4.97 1.87c.95.36 1.76 1.36 2.01 2.38h-7.3c-.22 0-.42.01-.61.01-1.85.11-2.33.78-2.33 2.89v5.43c.01 2.3.6 2.89 2.95 2.89Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M8.8 11.22H22"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M22 9.42v5.55c-.02 2.22-.63 2.77-2.94 2.77h-7.32c-2.35 0-2.94-.59-2.94-2.9V9.41c0-2.1.48-2.77 2.33-2.89.19 0 .39-.01.61-.01h7.32c2.35.01 2.94.59 2.94 2.91Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M11.32 15.26h1.33M14.75 15.26h3.27"},null,-1)];function m4(l,t){return e.openBlock(),e.createElementBlock("svg",cf,af)}const nf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:m4},render:m4},Symbol.toStringTag,{value:"Module"})),hf={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},rf=[e.createElementVNode("path",{fill:"#292D32",d:"M17 3.5H7c-3 0-5 1.5-5 5v7c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-7c0-3.5-2-5-5-5Zm.47 6.09-3.13 2.5c-.66.53-1.5.79-2.34.79-.84 0-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0l3.13-2.5c.32-.26.8-.21 1.05.12.26.32.21.8-.11 1.06Z"},null,-1)];function $4(l,t){return e.openBlock(),e.createElementBlock("svg",hf,rf)}const sf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:$4},render:$4},Symbol.toStringTag,{value:"Module"})),df={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},pf=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M17 20.5H7c-3 0-5-1.5-5-5v-7c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v7c0 3.5-2 5-5 5Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"m17 9-3.13 2.5c-1.03.82-2.72.82-3.75 0L7 9"},null,-1)];function v4(l,t){return e.openBlock(),e.createElementBlock("svg",df,pf)}const _f=Object.freeze(Object.defineProperty({__proto__:null,default:{render:v4},render:v4},Symbol.toStringTag,{value:"Module"})),ff={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},gf=[e.createElementVNode("path",{fill:"#292D32",d:"M12 3C6.49 3 2 7.49 2 13s4.49 10 10 10 10-4.49 10-10S17.51 3 12 3Zm4.78 7.7-5.67 5.67a.75.75 0 0 1-1.06 0l-2.83-2.83a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 5.14-5.14c.29-.29.77-.29 1.06 0 .29.29.29.76 0 1.06Z"},null,-1)];function w4(l,t){return e.openBlock(),e.createElementBlock("svg",ff,gf)}const mf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:w4},render:w4},Symbol.toStringTag,{value:"Module"})),$f={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},vf=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"m7.75 12 2.83 2.83 5.67-5.66"},null,-1)];function Z4(l,t){return e.openBlock(),e.createElementBlock("svg",$f,vf)}const wf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Z4},render:Z4},Symbol.toStringTag,{value:"Module"})),Zf={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},uf=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2.12",d:"m6 12 4 4 8.014-8"},null,-1)];function u4(l,t){return e.openBlock(),e.createElementBlock("svg",Zf,uf)}const Mf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:u4},render:u4},Symbol.toStringTag,{value:"Module"})),Ff={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},Bf=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M15.116 18.017c-.733.216-1.6.316-2.617.316h-5c-1.016 0-1.883-.1-2.616-.316.183-2.167 2.408-3.875 5.116-3.875 2.709 0 4.934 1.708 5.117 3.875Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M12.5 1.667h-5c-4.167 0-5.834 1.666-5.834 5.833v5c0 3.15.95 4.875 3.217 5.517.183-2.167 2.408-3.875 5.116-3.875 2.709 0 4.934 1.708 5.117 3.875 2.267-.642 3.217-2.367 3.217-5.517v-5c0-4.167-1.667-5.833-5.834-5.833ZM10 11.808a2.987 2.987 0 0 1-2.984-2.991 2.98 2.98 0 0 1 2.983-2.984 2.98 2.98 0 0 1 2.984 2.984 2.988 2.988 0 0 1-2.984 2.991Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M12.984 8.817a2.987 2.987 0 0 1-2.983 2.991 2.987 2.987 0 0 1-2.983-2.991A2.98 2.98 0 0 1 10 5.833a2.98 2.98 0 0 1 2.983 2.984Z"},null,-1)];function M4(l,t){return e.openBlock(),e.createElementBlock("svg",Ff,Bf)}const bf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:M4},render:M4},Symbol.toStringTag,{value:"Module"})),xf={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s r-f r-s",viewBox:"0 0 20 20"},kf=[e.createElementVNode("rect",{width:"19",height:"19",x:".5",y:".5",fill:"#F2F4F7",rx:"9.5"},null,-1),e.createElementVNode("path",{stroke:"#98A2B3","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.333",d:"M14.445 15v-1.111a2.223 2.223 0 0 0-2.222-2.222H7.78a2.222 2.222 0 0 0-2.222 2.222V15m6.666-7.778a2.222 2.222 0 1 1-4.444 0 2.222 2.222 0 0 1 4.444 0Z"},null,-1),e.createElementVNode("rect",{width:"19",height:"19",x:".5",y:".5",stroke:"#EAECF0",rx:"9.5"},null,-1)];function F4(l,t){return e.openBlock(),e.createElementBlock("svg",xf,kf)}const Sf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:F4},render:F4},Symbol.toStringTag,{value:"Module"})),Pf={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 16 16"},yf=[e.createElementVNode("path",{fill:"#292D32",d:"m13.005 3.9-3.96-2.287a2.109 2.109 0 0 0-2.1 0L2.992 3.9a2.1 2.1 0 0 0-1.047 1.82v4.56c0 .747.4 1.44 1.047 1.82l3.96 2.287a2.109 2.109 0 0 0 2.1 0l3.96-2.287a2.1 2.1 0 0 0 1.047-1.82V5.72a2.128 2.128 0 0 0-1.054-1.82ZM7.5 5.167c0-.274.226-.5.5-.5.273 0 .5.226.5.5v3.5c0 .273-.227.5-.5.5a.504.504 0 0 1-.5-.5v-3.5Zm1.113 5.92a.77.77 0 0 1-.14.22.66.66 0 0 1-.727.14.688.688 0 0 1-.22-.14.975.975 0 0 1-.146-.22.657.657 0 0 1-.047-.254c0-.173.067-.346.193-.473a.69.69 0 0 1 .22-.14.666.666 0 0 1 .727.14.69.69 0 0 1 .14.22c.033.08.053.167.053.253 0 .087-.02.174-.053.254Z"},null,-1)];function B4(l,t){return e.openBlock(),e.createElementBlock("svg",Pf,yf)}const Vf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:B4},render:B4},Symbol.toStringTag,{value:"Module"}));i.MaAlert=Dt,i.MaAppIcon=Vt,i.MaAppTrackButton=Ft,i.MaBadge=zt,i.MaButton=S4,i.MaCheckbox=rt,i.MaCheckboxGroup=it,i.MaForm=U4,i.MaFormItem=G4,i.MaIcon=p,i.MaInput=x,i.MaNumericInput=ft,i.MaRadio=k,i.MaRadioGroup=jt,i.MaSelect=b,i.MaSwitch=E4,i.MaToggle=z4,i.MaTooltip=I4,i.MaTrackButton=y4,Object.defineProperty(i,Symbol.toStringTag,{value:"Module"})});
|
|
10
|
+
`,{"ma-track-button--tracked":t.tracked},{"ma-track-button--loading":t.loading}]),a=e.computed(()=>t.loading?"loader":t.tracked?"tick-circle-bold":"add"),n=e.computed(()=>t.size==="lg"?"sm":"xs");return(c,h)=>(e.openBlock(),e.createBlock(e.unref(g.Button),e.mergeProps(c.$attrs,{class:e.unref(o),disabled:t.disabled||t.loading,role:"button","prefix-cls":"antd-btn"}),e.createSlots({icon:e.withCtx(()=>[e.createVNode(e.Transition,{name:"fade"},{default:e.withCtx(()=>[e.createVNode(p,{spin:t.loading,name:e.unref(a),size:e.unref(n)},null,8,["spin","name","size"])]),_:1})]),default:e.withCtx(()=>[e.createTextVNode(" "+e.toDisplayString(l.keyword)+" ",1)]),_:2},[e.renderList(c.$slots,(s,f)=>({name:f,fn:e.withCtx(()=>[e.renderSlot(c.$slots,f)])}))]),1040,["class","disabled"]))}}),Af="",V4={key:0,class:"ma-toggle__titles"},H4={key:0,class:"ma-toggle__titles__title"},j4={key:1,class:"ma-toggle__titles__sub-title"},A4={name:"MaToggle"},z4=e.defineComponent({...A4,props:{size:{default:"default"},disabled:{type:Boolean},loading:{type:Boolean},checked:{type:Boolean},checkedChildren:null,unCheckedChildren:null,title:null,subTitle:null},emits:["click","change"],setup(l,{emit:t}){const o=l,a=e.computed({get(){return o.checked},set(c){t("change",c)}}),n=e.computed(()=>["ma-toggle",`ma-toggle--${o.size}`,{"ma-toggle--disabled":o.disabled}]);return(c,h)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(n))},[e.createVNode(e.unref(g.Switch),e.mergeProps({class:"ma-toggle__switch",checked:e.unref(a),"onUpdate:checked":h[0]||(h[0]=s=>e.isRef(a)?a.value=s:null)},c.$attrs,{onClick:h[1]||(h[1]=s=>c.$emit("click",s)),disabled:o.disabled,loading:o.loading,checkedChildren:o.checkedChildren,unCheckedChildren:o.unCheckedChildren,"prefix-cls":"antd-switch"}),null,16,["checked","disabled","loading","checkedChildren","unCheckedChildren"]),o.title||o.subTitle?(e.openBlock(),e.createElementBlock("div",V4,[o.title?(e.openBlock(),e.createElementBlock("span",H4,e.toDisplayString(o.title),1)):e.createCommentVNode("",!0),o.subTitle?(e.openBlock(),e.createElementBlock("span",j4,e.toDisplayString(o.subTitle),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],2))}}),zf="",O4=["aria-checked","disabled"],D4={name:"MaSwitch"},E4=e.defineComponent({...D4,props:{active:null,leftIcon:null,rightIcon:null,leftValue:null,rightValue:null,disabled:{type:Boolean},type:{default:"secondary"}},emits:["click","change"],setup(l,{emit:t}){const o=l,a=e.computed({get(){return o.active},set(h){t("change",h)}}),n=e.computed(()=>["ma-switch",`ma-switch--${o.type}`,{"ma-switch--disabled":o.disabled}]),c=h=>{o.disabled||(a.value=h)};return(h,s)=>(e.openBlock(),e.createElementBlock("button",e.mergeProps(h.$attrs,{class:e.unref(n),type:"button",role:"switch","aria-checked":e.unref(a)===o.rightValue,disabled:o.disabled}),[e.createElementVNode("span",{class:e.normalizeClass({active:o.active===o.leftValue}),onClick:s[0]||(s[0]=f=>c(o.leftValue))},[e.createVNode(p,{name:o.leftIcon},null,8,["name"])],2),e.createElementVNode("span",{class:e.normalizeClass({active:o.active===o.rightValue}),onClick:s[1]||(s[1]=f=>c(o.rightValue))},[e.createVNode(p,{name:o.rightIcon},null,8,["name"])],2)],16,O4))}}),Of="",C4={class:"ma-tooltip-overlay__content"},N4={class:"ma-tooltip-overlay__content__title"},L4={key:0,class:"ma-tooltip-overlay__content__description"},T4={name:"MaTooltip"},I4=e.defineComponent({...T4,props:{placement:{default:"top"},type:{default:"secondary"},icon:null,title:null,description:null,trigger:{default:"hover"},closable:{type:Boolean},defaultVisible:{type:Boolean,default:!1}},setup(l){const t=l,o=e.computed(()=>["ma-tooltip",`ma-tooltip--${t.type}`,`ma-tooltip--${t.placement}`]),a=e.computed(()=>["ma-tooltip-overlay",`ma-tooltip-overlay--${t.type}`,`ma-tooltip-overlay--${t.placement}`].join(" ")),n=e.ref(t.defaultVisible),c=()=>{n.value=!1};return(h,s)=>(e.openBlock(),e.createBlock(e.unref(g.Tooltip),e.mergeProps(h.$attrs,{visible:n.value,"onUpdate:visible":s[0]||(s[0]=f=>n.value=f),class:e.unref(o),placement:t.placement,trigger:t.trigger,overlayClassName:e.unref(a),"prefix-cls":"antd-tooltip"}),e.createSlots({title:e.withCtx(()=>[t.icon?(e.openBlock(),e.createBlock(p,{key:0,size:"xs",name:t.icon},null,8,["name"])):e.createCommentVNode("",!0),e.createElementVNode("div",C4,[e.createElementVNode("span",N4,e.toDisplayString(t.title),1),t?.description?(e.openBlock(),e.createElementBlock("span",L4,e.toDisplayString(t.description),1)):e.createCommentVNode("",!0)]),t.closable?(e.openBlock(),e.createBlock(p,{key:1,onClick:c,class:"ma-tooltip-overlay__close",size:"xs",name:"close"})):e.createCommentVNode("",!0)]),_:2},[e.renderList(h.$slots,(f,v)=>({name:v,fn:e.withCtx(()=>[e.renderSlot(h.$slots,v)])}))]),1040,["visible","class","placement","trigger","overlayClassName"]))}}),Df="",q4={name:"MaForm"},U4=e.defineComponent({...q4,setup(l,{expose:t}){const o=e.ref();return t({validate:()=>o.value.validate(),clearValidate:()=>o.value.clearValidate(),resetFields:()=>o.value.resetFields(),scrollToField:()=>o.value.scrollToField(),validateFields:()=>o.value.validateFields()}),(f,v)=>(e.openBlock(),e.createBlock(e.unref(g.Form),e.mergeProps(f.$attrs,{class:"ma-form","prefix-cls":"antd-form",ref_key:"form",ref:o}),e.createSlots({_:2},[e.renderList(f.$slots,(M,w)=>({name:w,fn:e.withCtx(()=>[e.renderSlot(f.$slots,w)])}))]),1040))}}),Ef="",R4={name:"MaFormItem"},G4=e.defineComponent({...R4,setup(l){return(t,o)=>(e.openBlock(),e.createBlock(e.unref(g.FormItem),e.mergeProps(t.$attrs,{class:"ma-form-item","prefix-cls":"antd-form"}),e.createSlots({_:2},[e.renderList(t.$slots,(a,n)=>({name:n,fn:e.withCtx(()=>[e.renderSlot(t.$slots,n)])}))]),1040))}});var u=(l=>(l.text="text",l.password="password",l.textarea="textarea",l.number="number",l.email="email",l.url="url",l.tel="tel",l.amount="amount",l.creditCard="creditCard",l.userInfo="userInfo",l))(u||{}),B=(l=>(l.small="small",l.medium="medium",l.large="large",l))(B||{});const J4={usd:"$",eur:"€",gbp:"£",jpy:"¥"},K4=[{label:"USD",value:"USD"},{label:"EUR",value:"EUR"},{label:"GBP",value:"GBP"},{label:"JPY",value:"JPY"}],Y4={name:"MaAvatar"},W4=e.defineComponent({...Y4,setup(l){return(t,o)=>(e.openBlock(),e.createBlock(e.unref(g.Avatar),e.normalizeProps(e.guardReactiveProps(t.$attrs)),null,16))}}),Q4={name:"MaDropdownRender"},X4=e.defineComponent({...Q4,props:{menu:{type:Object,required:!0},filter:{type:String,default:""}},emits:["update:filter"],setup(l,{emit:t}){const o=l,a=(c,{attrs:h})=>h.vnodes,n=e.computed({get(){return o.filter},set(c){t("update:filter",c)}});return(c,h)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(x,{value:e.unref(n),"onUpdate:value":h[0]||(h[0]=s=>e.isRef(n)?n.value=s:null),autofocus:"",placeholder:"Search"},null,8,["value"]),e.createVNode(a,{vnodes:l.menu},null,8,["vnodes"])],64))}}),et={key:0,class:"prefix-icon"},tt={name:"MaSelect"},b=e.defineComponent({...tt,props:{allowClear:{type:Boolean},autoClearSearchValue:{type:Boolean,default:!0},autofocus:{type:Boolean},clearIcon:null,defaultOpen:{type:Boolean},dropdownClassName:null,disabled:{type:Boolean},loading:{type:Boolean},menuItemSelectedIcon:{default:"check"},mode:null,optionFilterProp:null,optionLabelProp:null,options:null,placeholder:null,removeIcon:null,searchValue:null,showSearch:{type:Boolean},size:{default:"default"},suffixIcon:null,prefixIcon:null,open:{type:Boolean,default:!1},value:{default:""}},emits:["update:value"],setup(l,{emit:t}){const o=l,a=e.useSlots(),n=e.ref(o?.searchValue),c=e.ref(o.open),h=e.computed(()=>!o?.mode&&o?.showSearch),s=e.computed({get(){return o.value},set(r){t("update:value",r)}}),f=e.computed(()=>["ma-select",`ma-select--${o.size}`,{"ma-select--has-prefix":o.mode?!1:a?.prefixIcon||o?.prefixIcon},{"ma-select--selected":Array.isArray(s.value)?s.value.length:s.value},{"ma-select--custom-render":h}]),v=e.computed(()=>[o?.dropdownClassName,"ma-select-dropdown",!o?.mode&&(a?.prefixIcon||o?.prefixIcon)?"ma-select-dropdown--has-prefix":null].join(" ")),M=e.computed(()=>o?.loading?"loader":o?.suffixIcon),w=()=>{c.value=!0},_=r=>{c.value=r,n.value=""},$=e.computed(()=>!h.value&&o?.showSearch);return(r,d)=>(e.openBlock(),e.createBlock(e.unref(g.Select),e.mergeProps({value:e.unref(s),"onUpdate:value":d[1]||(d[1]=m=>e.isRef(s)?s.value=m:null)},r.$attrs,{class:e.unref(f),allowClear:o?.allowClear,autoClearSearchValue:o?.autoClearSearchValue,autofocus:o?.autofocus,defaultOpen:o?.defaultOpen,disabled:o?.disabled||o?.loading,dropdownClassName:e.unref(v),loading:o?.loading,optionFilterProp:o?.optionFilterProp,optionLabelProp:o?.optionLabelProp,options:o?.options,placeholder:o?.placeholder,searchValue:n.value||void 0,showSearch:e.unref($),mode:o?.mode,size:o?.size,open:c.value,onClick:w,onDropdownVisibleChange:_,"prefix-cls":"antd-select"}),e.createSlots({suffixIcon:e.withCtx(()=>[e.createVNode(p,{spin:o?.loading,name:e.unref(M)||"chevron-down"},null,8,["spin","name"]),r.$slots?.prefixIcon||o?.prefixIcon?(e.openBlock(),e.createElementBlock("div",et,[e.renderSlot(r.$slots,"prefixIcon",{},()=>[o?.prefixIcon?(e.openBlock(),e.createBlock(p,{key:0,name:o?.prefixIcon},null,8,["name"])):e.createCommentVNode("",!0)])])):e.createCommentVNode("",!0)]),removeIcon:e.withCtx(()=>[e.createVNode(p,{name:o?.removeIcon||"close"},null,8,["name"])]),_:2},[e.renderList(r.$slots,(m,Z)=>({name:Z,fn:e.withCtx(()=>[e.renderSlot(r.$slots,Z)])})),o?.clearIcon?{name:"clearIcon",fn:e.withCtx(()=>[o?.clearIcon?(e.openBlock(),e.createBlock(p,{key:0,name:o?.clearIcon},null,8,["name"])):e.createCommentVNode("",!0)]),key:"0"}:void 0,o?.menuItemSelectedIcon?{name:"menuItemSelectedIcon",fn:e.withCtx(()=>[e.createVNode(p,{name:o?.menuItemSelectedIcon},null,8,["name"])]),key:"1"}:void 0,r.$slots.notFoundContent?void 0:{name:"notFoundContent",fn:e.withCtx(()=>[e.createVNode(p,{size:"sm",name:"warning"}),e.createTextVNode(" No result found! ")]),key:"2"},e.unref(h)&&c.value?{name:"dropdownRender",fn:e.withCtx(({menuNode:m})=>[e.createVNode(X4,{filter:n.value,"onUpdate:filter":d[0]||(d[0]=Z=>n.value=Z),menu:m},null,8,["filter","menu"])]),key:"3"}:void 0]),1040,["value","class","allowClear","autoClearSearchValue","autofocus","defaultOpen","disabled","dropdownClassName","loading","optionFilterProp","optionLabelProp","options","placeholder","searchValue","showSearch","mode","size","open"]))}}),Cf="",lt={key:0,class:"ma-input__title"},ot={key:1,class:"ma-input__wrapper"},ct={key:2,class:"ma-input__textarea-wrapper"},at={key:3,class:"ma-input__hint-text"},nt={name:"MaInput"},x=e.defineComponent({...nt,props:{allowClear:{type:Boolean},type:{default:u.text},size:{default:B.small},title:null,hintText:null,hasError:{type:Boolean},placeholder:null,disabled:{type:Boolean},addonBefore:null,addonAfter:null,avatarUrl:null,value:null,amountCurrency:null,hint:null,prefixIcon:null,suffixIcon:null},emits:["change","currency-change","update:value","update:amountCurrency"],setup(l,{emit:t}){const o=l,a=e.computed(()=>[u.amount,u.creditCard].includes(o.type)?"number":o.type===u.userInfo?"text":o.type),n=e.computed(()=>[`ma-input ma-input--${o.type} ma-input--${o.size}`,{"ma-input--has-error":o.hasError},{"ma-input--disabled":o.disabled}]),c=e.computed({get(){return o.value},set(_){t("update:value",_)}}),h=e.computed(()=>o.amountCurrency?J4[o.amountCurrency.toLowerCase()]:null),s=e.computed({get(){return o.amountCurrency},set(_){t("update:amountCurrency",_)}}),f=e.computed(()=>o.type===u.password?g.InputPassword:g.Input),v=e.computed(()=>o.type===u.url?"https":o?.addonBefore),M=_=>{t("change",_)},w=_=>{t("currency-change",_)};return(_,$)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(n))},[e.renderSlot(_.$slots,"title"),o.title?(e.openBlock(),e.createElementBlock("div",lt,e.toDisplayString(o.title),1)):e.createCommentVNode("",!0),o.type!=="textarea"?(e.openBlock(),e.createElementBlock("div",ot,[e.createVNode(e.unref(g.ConfigProvider),{"prefix-cls":"antd"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(f)),e.mergeProps({value:e.unref(c),"onUpdate:value":$[1]||($[1]=r=>e.isRef(c)?c.value=r:null)},_.$attrs,{allowClear:o?.allowClear,type:e.unref(a),disabled:o?.disabled,placeholder:o?.placeholder,addonBefore:e.unref(v),addonAfter:l.addonAfter,class:"ma-input__input",onChange:M}),e.createSlots({prefix:e.withCtx(()=>[o.prefixIcon?(e.openBlock(),e.createBlock(p,{key:0,size:"xs",name:o.prefixIcon},null,8,["name"])):e.unref(h)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(e.unref(h)),1)],64)):o.type===e.unref(u).userInfo?(e.openBlock(),e.createBlock(W4,{key:2,src:o.avatarUrl,disabled:o.disabled},null,8,["src","disabled"])):e.createCommentVNode("",!0)]),suffix:e.withCtx(()=>[o.type==="amount"?(e.openBlock(),e.createBlock(b,{key:0,value:e.unref(s),"onUpdate:value":$[0]||($[0]=r=>e.isRef(s)?s.value=r:null),onChange:w,dropdownClassName:"ma-input__input__ma-select__dropdown",options:e.unref(K4),disabled:o.disabled,size:"small"},null,8,["value","options","disabled"])):e.createCommentVNode("",!0),o.suffixIcon?(e.openBlock(),e.createBlock(p,{key:1,size:"xs",name:o.suffixIcon},null,8,["name"])):e.createCommentVNode("",!0)]),_:2},[e.renderList(_.$slots,(r,d)=>({name:d,fn:e.withCtx(()=>[e.renderSlot(_.$slots,d)])}))]),1040,["value","allowClear","type","disabled","placeholder","addonBefore","addonAfter"]))]),_:3})])):(e.openBlock(),e.createElementBlock("div",ct,[e.createVNode(e.unref(g.Textarea),e.mergeProps({value:e.unref(c),"onUpdate:value":$[2]||($[2]=r=>e.isRef(c)?c.value=r:null)},_.$attrs,{class:"ma-input__input",onChange:M,rows:5,"prefix-cls":"antd-input"}),e.createSlots({_:2},[e.renderList(_.$slots,(r,d)=>({name:d,fn:e.withCtx(()=>[e.renderSlot(_.$slots,d)])}))]),1040,["value"])])),e.renderSlot(_.$slots,"hint"),o.hintText?(e.openBlock(),e.createElementBlock("div",at,e.toDisplayString(o.hintText),1)):e.createCommentVNode("",!0)],2))}}),Nf="",ht={name:"MaCheckbox"},rt=e.defineComponent({...ht,props:{hint:null,indeterminate:{type:Boolean,default:void 0},disabled:{type:Boolean}},setup(l){const t=l,o=e.computed(()=>["ma-checkbox",{"ma-checkbox--intermediate":typeof t?.indeterminate=="boolean"}]);return(a,n)=>(e.openBlock(),e.createBlock(e.unref(g.Checkbox),e.mergeProps(a.$attrs,{class:e.unref(o),disabled:t?.disabled,indeterminate:t?.indeterminate,"prefix-cls":"antd-checkbox"}),e.createSlots({_:2},[e.renderList(a.$slots,(c,h)=>({name:h,fn:e.withCtx(()=>[e.renderSlot(a.$slots,h),t.hint?(e.openBlock(),e.createElementBlock("div",{key:h,class:"ma-checkbox__hint-text"},e.toDisplayString(t.hint),1)):e.createCommentVNode("",!0)])}))]),1040,["class","disabled","indeterminate"]))}}),Lf="",st={name:"MaCheckboxGroup"},it=e.defineComponent({...st,props:{hint:null,disabled:{type:Boolean}},setup(l){const t=l;return(o,a)=>(e.openBlock(),e.createBlock(e.unref(g.CheckboxGroup),e.mergeProps(o.$attrs,{class:"ma-checkbox-group","prefix-cls":"antd-checkbox"}),e.createSlots({_:2},[e.renderList(o.$slots,(n,c)=>({name:c,fn:e.withCtx(()=>[e.renderSlot(o.$slots,c),t.hint?(e.openBlock(),e.createElementBlock("div",{key:c,class:"ma-checkbox__hint-text"},e.toDisplayString(t.hint),1)):e.createCommentVNode("",!0)])}))]),1040))}}),dt=["value"],pt=e.defineComponent({__name:"singleNumericInput",props:{value:{default:""},focus:{type:Boolean,default:!1}},emits:["update:value"],setup(l,{emit:t}){const o=l,a=e.ref(null);e.watch(()=>o.focus,c=>{c&&a.value.focus()});const n=c=>{t("update:value",c.target.value)};return(c,h)=>(e.openBlock(),e.createElementBlock("input",e.mergeProps(c.$attrs,{value:o.value,onInput:n,ref_key:"input",ref:a,type:"number",min:"0",max:"9",maxlength:"1",pattern:"[0-9]",inputmode:"numeric"}),null,16,dt))}}),_t={name:"MaNumericInput"},ft=e.defineComponent({..._t,props:{disabled:{type:Boolean},length:{default:6},hasError:{type:Boolean},value:{default:""},placeholderStatus:{type:Boolean,default:!0},size:{default:"medium"}},emits:["update:value"],setup(l,{emit:t}){const o=l,a=e.ref(null),n=e.ref(Array.from({length:o.length},(r,d)=>o.value[d]||null)),c=e.computed(()=>["ma-numeric-input",`ma-numeric-input--${o.size}`,{"ma-numeric-input--has-error":o?.hasError},{"ma-numeric-input--disabled":o?.disabled}]),h=e.computed(()=>o?.placeholderStatus?"0":null),s=r=>/^Digit[0-9]$/.test(r),f=r=>a.value=r,v=(r,d)=>{switch(r.code){case"Backspace":case"Delete":_("",d),w();break;case"ArrowLeft":r.preventDefault(),w();break;case"ArrowRight":r.preventDefault(),M();break;default:s(r.code)&&(r.preventDefault(),_(r.key,d),M());break}},M=()=>{a.value<o.length&&a.value++},w=()=>{o.length>=a.value&&a.value>0&&a.value--},_=(r,d)=>{n.value[d]=r},$=(r,d)=>{r.preventDefault();const m=r.clipboardData.getData("text/plain").replaceAll(" ","").slice(0,o.length);m.length===1&&m.match(/^\d+$/)?n.value[d]=m:m.match(/^\d+$/)&&(n.value=m.split(""))};return e.watch(()=>n.value,r=>{const d=r.join("");t("update:value",d)},{deep:!0}),e.watch(()=>o.value,r=>{r!==n.value.join("")&&r&&r.match(/^\d+$/)&&(n.value=r.split("").slice(0,o.length))}),(r,d)=>(e.openBlock(),e.createElementBlock("div",e.mergeProps({class:e.unref(c)},r.$attrs),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.length,m=>(e.openBlock(),e.createBlock(pt,{focus:a.value===m-1,key:m,placeholder:e.unref(h),value:n.value[m-1],disabled:o.disabled,onFocus:Z=>f(m-1),onKeydown:Z=>v(Z,m-1),onPaste:Z=>$(Z,m-1),class:"ma-numeric-input__input"},null,8,["focus","placeholder","value","disabled","onFocus","onKeydown","onPaste"]))),128))],16))}}),Tf="",gt={name:"MaRadio"},k=e.defineComponent({...gt,props:{type:{default:"button"},hint:null,disabled:{type:Boolean}},setup(l){const t=l,o=e.computed(()=>[`ma-radio ma-radio--${t.type}`]);return(a,n)=>(e.openBlock(),e.createBlock(e.unref(g.Radio),e.mergeProps(a.$attrs,{class:e.unref(o),"prefix-cls":"antd-radio"}),e.createSlots({_:2},[e.renderList(a.$slots,(c,h)=>({name:h,fn:e.withCtx(()=>[e.renderSlot(a.$slots,h),t.hint?(e.openBlock(),e.createElementBlock("div",{key:h,class:"ma-radio__hint-text"},e.toDisplayString(t.hint),1)):e.createCommentVNode("",!0)])}))]),1040,["class"]))}}),If="",mt=["aria-checked","disabled"],$t=["src","alt"],vt={class:"ma-app-track-button__text"},wt={class:"ma-app-track-button__text__title"},Zt={key:0,class:"ma-app-track-button__text__category"},ut={class:"ma-app-track-button__check"},Mt={name:"MaAppTrackButton"},Ft=e.defineComponent({...Mt,props:{checked:{type:Boolean,default:!1},appIcon:null,appName:null,appCategory:null,disabled:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},loading:{type:Boolean,default:!1}},emits:["update:checked","change"],setup(l,{emit:t}){const o=l,a=()=>{t("change",!o.checked),t("update:checked",!o.checked)},n=e.computed(()=>["ma-app-track-button",{"ma-app-track-button--multiple":o.multiple},{"ma-app-track-button--disabled":o.disabled||o.loading},{"ma-app-track-button--checked":o.checked},{"ma-app-track-button--loading":o.loading}]);return(c,h)=>(e.openBlock(),e.createElementBlock("button",e.mergeProps({class:e.unref(n),role:"switch","aria-checked":o.checked,disabled:o.disabled},c.$attrs,{onClick:a}),[e.createElementVNode("img",{src:o.appIcon,alt:o.appName,width:"40",height:"40"},null,8,$t),e.createElementVNode("span",vt,[e.createElementVNode("span",wt,e.toDisplayString(o.appName),1),o.appCategory?(e.openBlock(),e.createElementBlock("span",Zt,e.toDisplayString(o?.appCategory),1)):e.createCommentVNode("",!0)]),e.createElementVNode("span",ut,[e.createVNode(e.Transition,{name:"fade",mode:"out-in"},{default:e.withCtx(()=>[o.loading?(e.openBlock(),e.createBlock(p,{key:0,name:"loader",size:"xs",spin:""})):o.multiple||o.checked?(e.openBlock(),e.createBlock(k,{key:1,checked:o.checked,type:"check"},null,8,["checked"])):(e.openBlock(),e.createBlock(p,{key:2,name:"add-circle",size:"xs"}))]),_:1})])],16,mt))}}),qf="",Bt={class:"ma-app-icon__logo"},bt=["src"],xt={key:1,class:"ma-app-icon-platform"},kt={class:"ma-app-icon__text"},St={key:0,class:"ma-app-name"},Pt={key:1,class:"ma-app-description"},yt={name:"MaAppIcon"},Vt=e.defineComponent({...yt,props:{appIcon:null,appName:null,appDescription:null,closable:{type:Boolean,default:!0},platform:null,rounded:{type:Boolean,default:!1},size:{default:"medium"}},emits:["close"],setup(l,{emit:t}){const o=l,a=e.computed(()=>o.platform==="apple"?"apple-storefront":"android-storefront"),n=e.computed(()=>["ma-app-icon",`ma-app-icon--${o.size}`,{"ma-app-icon--rounded":o.rounded},{"ma-app-icon--only-icon":!o?.appName&&!o?.appDescription}]),c=()=>{t("close")};return(h,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(n))},[e.createElementVNode("div",Bt,[o.closable?(e.openBlock(),e.createElementBlock("span",{key:0,onClick:c,class:"ma-app-icon-closable"},[e.createVNode(p,{size:"xs",name:"close-circle"})])):e.createCommentVNode("",!0),e.createElementVNode("img",{class:"ma-app-icon-img",src:o.appIcon},null,8,bt),o?.platform?(e.openBlock(),e.createElementBlock("span",xt,[e.createVNode(p,{size:"xs",name:e.unref(a)},null,8,["name"])])):e.createCommentVNode("",!0)]),e.createElementVNode("div",kt,[o?.appName?(e.openBlock(),e.createElementBlock("span",St,e.toDisplayString(o.appName),1)):e.createCommentVNode("",!0),o?.appDescription?(e.openBlock(),e.createElementBlock("span",Pt,e.toDisplayString(o.appDescription),1)):e.createCommentVNode("",!0)])],2))}}),Uf="",Ht={name:"MaRadioGroup"},jt=e.defineComponent({...Ht,setup(l){return(t,o)=>(e.openBlock(),e.createBlock(e.unref(g.RadioGroup),e.mergeProps(t.$attrs,{"prefix-cls":"antd-radio"}),e.createSlots({_:2},[e.renderList(t.$slots,(a,n)=>({name:n,fn:e.withCtx(()=>[e.renderSlot(t.$slots,n)])}))]),1040))}}),At={name:"MaBadge"},zt=e.defineComponent({...At,props:{type:{default:"primary"},variant:{default:"dark"},size:{default:"medium"},icon:null,iconAlignment:{default:"left"}},setup(l){const t=l,o=e.computed(()=>["ma-badge",`ma-badge--${t.variant}--${t.type}`,`ma-badge--${t.size}`,{"ma-badge--icon-right":t.iconAlignment==="right"}]);return(a,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(o))},[t?.icon?(e.openBlock(),e.createBlock(p,{key:0,name:t?.icon},null,8,["name"])):e.createCommentVNode("",!0),e.renderSlot(a.$slots,"default")],2))}}),Rf="",Ot={name:"MaAlert"},Dt=e.defineComponent({...Ot,props:{variant:{default:"dark"},type:{default:"primary"},message:null,closable:{type:Boolean},showIcon:{type:Boolean},description:null},setup(l){const t=l,o=e.computed(()=>[`ma-alert ma-alert--${t.variant}--${t.type}`]);return(a,n)=>(e.openBlock(),e.createBlock(e.unref(g.Alert),e.mergeProps(a.$attrs,{class:e.unref(o),description:l.description,message:l.message,closable:l.closable,showIcon:l.showIcon,"prefix-cls":"antd-alert"}),e.createSlots({closeIcon:e.withCtx(()=>[e.createVNode(p,{name:"close"})]),message:e.withCtx(()=>[e.renderSlot(a.$slots,"default")]),_:2},[e.renderList(a.$slots,(c,h)=>({name:h,fn:e.withCtx(()=>[e.renderSlot(a.$slots,h)])}))]),1040,["class","description","message","closable","showIcon"]))}}),Gf="",Et={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ct=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M6.783 22.81A11.953 11.953 0 0 0 12 24c1.87 0 3.64-.428 5.218-1.19L18.26 12 17.218 1.19A11.952 11.952 0 0 0 12 0c-1.87 0-3.64.428-5.217 1.19L5.739 12l1.044 10.81Z"></path><path fill="#D80027" d="M17.217 22.809A12 12 0 0 0 24 12a12 12 0 0 0-6.783-10.809V22.81Z"></path><path fill="#0052B4" d="M6.782 22.809V1.191A12 12 0 0 0 0 12.001a12 12 0 0 0 6.782 10.808Z"></path><path fill="#D80027" d="M12 16.173V12h3.13v1.566c0 .271-.521 1.268-1.81 2.087-.487.31-.992.41-1.32.521Zm0-7.304H8.87v3.13H12V8.87Z"></path><path fill="#FF9811" d="M13.565 7.826A1.043 1.043 0 0 0 12 6.923a1.043 1.043 0 0 0-1.565.903H7.826v5.218c0 1.942 1.543 3.065 2.752 3.647A1.044 1.044 0 0 0 12 18.12a1.044 1.044 0 0 0 1.422-1.429c1.21-.582 2.752-1.705 2.752-3.647V7.825h-2.609Zm1.044 5.218c0 .271 0 1.099-1.288 1.918a6.32 6.32 0 0 1-1.32.623 6.32 6.32 0 0 1-1.322-.623c-1.287-.82-1.287-1.646-1.287-1.918V9.39h5.217v3.652Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function S(l,t){return e.openBlock(),e.createElementBlock("svg",Et,Ct)}const Nt=Object.freeze(Object.defineProperty({__proto__:null,default:{render:S},render:S},Symbol.toStringTag,{value:"Module"})),Lt={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Tt=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="m6.783 16.173 1.043 7.08c1.3.482 2.706.746 4.174.746 5.16 0 9.558-3.256 11.253-7.826H6.784Z"></path><path fill="#6DA544" d="M6.783 7.827 7.826.747A11.96 11.96 0 0 1 12 0c5.16 0 9.558 3.257 11.253 7.827H6.784Z"></path><path fill="#A2001D" d="M0 12c0 5.16 3.257 9.558 7.826 11.254V.746C3.256 2.442 0 6.84 0 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function P(l,t){return e.openBlock(),e.createElementBlock("svg",Lt,Tt)}const It=Object.freeze(Object.defineProperty({__proto__:null,default:{render:P},render:P},Symbol.toStringTag,{value:"Module"})),qt={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ut=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M17.217 1.19A11.953 11.953 0 0 0 12 0c-1.87 0-3.64.428-5.218 1.19L5.74 12l1.043 10.81A11.953 11.953 0 0 0 12 24c1.87 0 3.64-.428 5.217-1.19L18.261 12 17.217 1.19Z"></path><path fill="#000" d="M6.783 1.191A12 12 0 0 0 0 12.001a12 12 0 0 0 6.783 10.808V1.191Z"></path><path fill="#496E2D" d="M17.218 1.191V22.81A12 12 0 0 0 24 12a12 12 0 0 0-6.782-10.809Z"></path><path fill="#FFDA44" d="M12 7.827a4.174 4.174 0 1 0 0 8.347 4.174 4.174 0 0 0 0-8.347Zm0 6.782a2.609 2.609 0 1 1 0-5.217 2.609 2.609 0 0 1 0 5.217Z"></path><path fill="#FFDA44" d="M12 10.436c-.576 0-1.043.467-1.043 1.044v1.565h2.086V11.48c0-.577-.467-1.044-1.043-1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function y(l,t){return e.openBlock(),e.createElementBlock("svg",qt,Ut)}const Rt=Object.freeze(Object.defineProperty({__proto__:null,default:{render:y},render:y},Symbol.toStringTag,{value:"Module"})),Gt={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Jt=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M0 12c0 .821.083 1.624.24 2.4l11.76.73 11.76-.73a12.047 12.047 0 0 0 0-4.8L12 8.868l-11.76.73C.083 10.375 0 11.177 0 12Z"></path><path fill="#F0F0F0" d="M23.76 14.4H.24C1.352 19.875 6.194 24 12 24c5.805 0 10.648-4.123 11.76-9.6Z"></path><path fill="#000" d="M.24 9.6h23.52C22.648 4.123 17.805 0 12 0 6.194 0 1.352 4.123.24 9.6Z"></path><path fill="#FFDA44" d="M17.218 9.6H6.783l2.132-1.003-1.136-2.065 2.315.443.294-2.339L12 6.356l1.613-1.72.293 2.339 2.315-.443-1.135 2.065 2.132 1.002Z"></path><path fill="#A2001D" d="M0 12c0 6.628 5.373 12 12 12L2.4 4.8A11.946 11.946 0 0 0 0 12Zm12 12c6.627 0 12-5.373 12-12 0-2.702-.893-5.195-2.4-7.2L12 24Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function V(l,t){return e.openBlock(),e.createElementBlock("svg",Gt,Jt)}const Kt=Object.freeze(Object.defineProperty({__proto__:null,default:{render:V},render:V},Symbol.toStringTag,{value:"Module"})),Yt={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Wt=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.967 12H12v-.032l-.033.033Z"></path><path fill="#F0F0F0" d="M12 6.26V0h-.002C5.371.001 0 5.373 0 12h6.26V8.474L9.787 12h2.182l.032-.032V9.786L8.474 6.261H12Z"></path><path fill="#D80027" d="M6.07 1.565a12.057 12.057 0 0 0-4.505 4.506V12h3.13V4.696H12v-3.13H6.07Z"></path><path fill="#D80027" d="M12 10.525 7.735 6.26H6.26L12 12v-1.476Z"></path><path fill="#F3F3F3" d="M20.294 13.757a2.926 2.926 0 0 0 .576-1.756V6.783a2.604 2.604 0 0 1-3.652-.522 2.605 2.605 0 0 1-3.653.522v5.218c0 .702.23 1.282.576 1.756h6.153Z"></path><path fill="#FF9811" d="M19.209 11.032c.166-.405.295-.998.295-1.292 0-.474-.618-.858-.618-.858s-.617.384-.617.858c0 .294.129.887.295 1.292l-.357.805a1.798 1.798 0 0 0 1.358 0l-.357-.805Zm-2.414-2.605c-.434.059-1.011.243-1.267.39-.41.237-.434.964-.434.964s.642.343 1.052.106c.255-.148.704-.556.971-.902l.876-.094a1.802 1.802 0 0 0-.679-1.175l-.519.71Zm-1.05 3.393c.268.347.716.755.971.902.41.237 1.052-.106 1.052-.106s-.024-.726-.434-.963c-.256-.148-.833-.332-1.267-.39l-.519-.712a1.802 1.802 0 0 0-.679 1.176l.876.094Z"></path><path fill="#338AF3" d="M14.011 13.566c.975 1.563 3.206 2.086 3.206 2.086s2.231-.523 3.206-2.086H14.01Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function H(l,t){return e.openBlock(),e.createElementBlock("svg",Yt,Wt)}const Qt=Object.freeze(Object.defineProperty({__proto__:null,default:{render:H},render:H},Symbol.toStringTag,{value:"Module"})),Xt={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M18.782 8.907h-4.346A1.565 1.565 0 1 0 12 6.961a1.564 1.564 0 0 0-2.87.866c0 .42.165.8.434 1.08H5.217c0 1.153 1.004 2.087 2.157 2.087h-.07c0 1.153.935 2.087 2.087 2.087 0 .374.099.724.27 1.027l-1.73 1.73 1.327 1.329 1.884-1.884c.074.027.15.049.23.064l-1.14 2.57L12 19.827l1.767-1.91-1.139-2.57c.08-.015.156-.037.23-.064l1.883 1.884 1.329-1.328-1.732-1.731c.172-.303.27-.653.27-1.027a2.087 2.087 0 0 0 2.087-2.087h-.069c1.152 0 2.156-.934 2.156-2.087Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function j(l,t){return e.openBlock(),e.createElementBlock("svg",Xt,e7)}const t7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:j},render:j},Symbol.toStringTag,{value:"Module"})),l7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},o7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0-1.468-.264-2.874-.746-4.174L12 7.304.747 7.826A11.975 11.975 0 0 0 0 12c0 1.468.264 2.874.747 4.174L12 16.696l11.254-.522c.482-1.3.746-2.706.746-4.174Z"></path><path fill="#FF9811" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.746C2.442 20.744 6.84 24 12 24Z"></path><path fill="#D80027" d="M.746 7.826h22.508C21.558 3.256 17.159 0 12 0 6.84 0 2.442 3.256.746 7.826Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function A(l,t){return e.openBlock(),e.createElementBlock("svg",l7,o7)}const c7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:A},render:A},Symbol.toStringTag,{value:"Module"})),a7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},n7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12c-.522 0-12 1.565-12 1.565L0 12Z"></path><path fill="#000" d="M24 12c0 6.628-5.373 12-12 12-6.628 0-12-5.372-12-12"></path><path fill="#FFDA44" d="m10.354 9.544 1.017.738-.387 1.195L12 10.738l1.018.738-.39-1.195 1.017-.74-1.257.001-.39-1.195-.387 1.196h-1.257Z"></path><path fill="#FFDA44" d="M15 6.803a5.962 5.962 0 0 0-3-.802v1.565a4.405 4.405 0 0 1 2.217.593 4.44 4.44 0 0 1 1.623 6.058 4.44 4.44 0 0 1-6.058 1.623A4.406 4.406 0 0 1 8.3 14.442l-1.306.863A5.961 5.961 0 0 0 9 17.195 6.007 6.007 0 0 0 17.196 15 6.007 6.007 0 0 0 15 6.803Z"></path><path fill="#FFDA44" d="M8.54 10.956a1.565 1.565 0 0 0 .622 2.124l5.083 2.778c-.345.632-.162 1.401.47 1.747l1.373.751a1.304 1.304 0 0 0 1.77-.518l.752-1.373-10.07-5.509Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function z(l,t){return e.openBlock(),e.createElementBlock("svg",a7,n7)}const h7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:z},render:z},Symbol.toStringTag,{value:"Module"})),r7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},s7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M12-.001A12 12 0 0 0 1.19 6.782h21.62A12 12 0 0 0 12-.001Zm0 24a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12.001 24Z"></path><path fill="#FFDA44" d="m15.586 12-1.465.69.78 1.419-1.591-.305-.202 1.608L12 14.229l-1.109 1.183-.201-1.608-1.592.305.78-1.42L8.414 12l1.466-.69-.78-1.419 1.59.305.202-1.608L12 9.771l1.108-1.183.202 1.608 1.591-.305-.78 1.42 1.465.689Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function O(l,t){return e.openBlock(),e.createElementBlock("svg",r7,s7)}const i7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:O},render:O},Symbol.toStringTag,{value:"Module"})),d7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},p7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M17.822 1.505A11.945 11.945 0 0 0 12 0C5.373 0 0 5.372 0 11.999l8.348-4.173 9.474-6.32ZM0 12.002C0 18.629 5.373 24 12 24c2.112 0 4.097-.546 5.821-1.505l-9.474-6.32L0 12.001Z"></path><path fill="#D80027" d="M18.821 2.127a12.02 12.02 0 0 0-1-.622L0 11.998v.003l17.82 10.493c.345-.191.679-.399 1.001-.622L2.054 12 18.82 2.127Z"></path><path fill="#A2001D" d="M20.87 11.553h-1.43a1.135 1.135 0 0 0-.07-1.53 1.136 1.136 0 0 0 0-1.605l-.027.027c.444-.444.47-1.19.027-1.633l-6.425 6.424a1.12 1.12 0 0 0 1.594-.005l.123-.113 3.077-.28v1.323h1.043v-1.418l1.566-.142.521-1.048Z"></path><path fill="#FFDA44" d="M13.044 14.609 12 14.087l1.044-.522h6.782v1.044h-6.782Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function D(l,t){return e.openBlock(),e.createElementBlock("svg",d7,p7)}const _7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:D},render:D},Symbol.toStringTag,{value:"Module"})),f7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},g7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M23.254 16.173c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174L12 6.782.748 7.825A11.975 11.975 0 0 0 0 12c0 1.468.265 2.874.747 4.174L12 17.217l11.253-1.044Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.559-3.257 11.254-7.826H.747C2.443 20.744 6.84 24 12 24Zm0-24C6.84 0 2.442 3.256.747 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function E(l,t){return e.openBlock(),e.createElementBlock("svg",f7,g7)}const m7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:E},render:E},Symbol.toStringTag,{value:"Module"})),$7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},v7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12H12v-.032l-.032.032Z"></path><path fill="#F0F0F0" d="M12 6.262V0h-.002C5.37 0 0 5.374 0 12h6.26V8.475l3.526 3.526h2.182l.032-.032V9.787L8.474 6.262H12Z"></path><path fill="#D80027" d="M6.071 1.566A12.057 12.057 0 0 0 1.565 6.07V12h3.13V4.696H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.525 7.737 6.26H6.261l5.74 5.74v-1.476Z"></path><path fill="#F0F0F0" d="m7.238 14.086.658 1.377 1.487-.343-.666 1.373 1.196.949-1.489.335.004 1.527-1.19-.955-1.191.955.004-1.527-1.49-.335 1.197-.949-.666-1.373 1.487.344.659-1.378Zm10.729 2.609.33.689.743-.172-.333.687.598.474-.744.168.002.763-.596-.477-.595.477.002-.763-.745-.168.598-.474-.333-.687.744.172.33-.689Zm-3.064-7.304.33.69.743-.173-.333.687.598.474-.744.168.002.763-.596-.477-.595.477.002-.763-.744-.168.598-.474-.333-.687.743.172.33-.689Zm3.064-4.173.33.688.743-.172-.333.687.598.474-.744.168.002.763-.596-.477-.595.477.002-.763-.745-.168.598-.474-.333-.687.744.172.33-.688Zm2.675 3.13.33.688.743-.172-.333.687.598.474-.745.168.003.764-.596-.478-.595.478.002-.764-.745-.168.598-.474-.333-.687.744.172.33-.688ZM18.73 12l.258.797h.838l-.678.493.26.797-.679-.492-.678.492.26-.797-.679-.492h.838l.26-.798Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function C(l,t){return e.openBlock(),e.createElementBlock("svg",$7,v7)}const w7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:C},render:C},Symbol.toStringTag,{value:"Module"})),Z7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},u7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M12 24c3.637 0 6.896-1.618 9.097-4.174H2.903A11.972 11.972 0 0 0 12 24Zm12-12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 1.083.144 2.132.413 3.13h23.174A12.01 12.01 0 0 0 24 12ZM.954 16.696c.23.544.501 1.066.807 1.565h20.477c.306-.499.577-1.021.808-1.565H.954Z"></path><path fill="#F0F0F0" d="M5.499 7.569 3.154 6.534 5.5 5.5l1.035-2.345L7.568 5.5l2.345 1.034L7.568 7.57 6.534 9.914 5.499 7.569Z"></path><path fill="#D80027" d="m6.534 4.447.639 1.448 1.448.64-1.448.638-.64 1.448-.638-1.448-1.448-.639 1.448-.639.639-1.448Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function N(l,t){return e.openBlock(),e.createElementBlock("svg",Z7,u7)}const M7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:N},render:N},Symbol.toStringTag,{value:"Module"})),F7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},B7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M23.586 15.13a12.014 12.014 0 0 0 0-6.26L10.956.044a11.939 11.939 0 0 0-6.26 2.434L.412 8.869A12.013 12.013 0 0 0 0 12c0 1.077.142 2.12.408 3.114l4.287 6.407a11.94 11.94 0 0 0 6.261 2.434l12.63-8.824Z"></path><path fill="#0052B4" d="M.413 15.13a12.01 12.01 0 0 0 4.282 6.39v-6.39H.413Zm10.543 8.824c.344.03.692.046 1.043.046 5.545 0 10.21-3.76 11.587-8.87h-12.63v8.824ZM23.586 8.87C22.209 3.76 17.544 0 11.999 0c-.351 0-.7.016-1.043.046V8.87h12.63ZM4.695 2.48A12.01 12.01 0 0 0 .413 8.87h4.282V2.48Z"></path><path fill="#D80027" d="M23.899 10.434H9.392V.284c-1.11.247-2.16.645-3.13 1.175v8.975H.101a12.102 12.102 0 0 0 0 3.13h6.16v8.976c.97.53 2.02.928 3.13 1.174v-10.15h14.507a12.121 12.121 0 0 0 0-3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function L(l,t){return e.openBlock(),e.createElementBlock("svg",F7,B7)}const b7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:L},render:L},Symbol.toStringTag,{value:"Module"})),x7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},k7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M24 12a11.96 11.96 0 0 0-.747-4.174L12 7.304.746 7.826A11.975 11.975 0 0 0 0 12c0 1.468.264 2.874.746 4.174L12 16.696l11.253-.522c.483-1.3.747-2.706.747-4.174Z"></path><path fill="#6DA544" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path><path fill="#338AF3" d="M.747 7.825h22.507C21.558 3.255 17.16 0 12 0 6.84-.001 2.442 3.256.747 7.825Z"></path><path fill="#F0F0F0" d="M12.26 15.391a3.391 3.391 0 1 1 1.614-6.375 4.174 4.174 0 1 0 0 5.967c-.48.26-1.03.408-1.613.408Z"></path><path fill="#F0F0F0" d="m14.87 9.65.449 1.264 1.21-.576-.575 1.211 1.263.45-1.263.449.576 1.21-1.211-.575-.45 1.263-.449-1.263-1.21.576.575-1.211-1.263-.45 1.263-.449-.576-1.21 1.211.575.45-1.263Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function T(l,t){return e.openBlock(),e.createElementBlock("svg",x7,k7)}const S7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:T},render:T},Symbol.toStringTag,{value:"Module"})),P7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},y7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M12 0A11.99 11.99 0 0 0 1.877 5.552L18.15 22.305A11.993 11.993 0 0 0 24 11.999c0-6.627-5.373-12-12-12Z"></path><path fill="#0052B4" d="M24 12a11.96 11.96 0 0 0-3.13-8.083v16.165A11.956 11.956 0 0 0 24 11.999Zm-9.01 10.587h1.257l.388-1.197.39 1.196h.63c.386-.208.76-.435 1.12-.682L2.095 5.224c-.275.401-.525.82-.75 1.254l.147.456 1.257-.001-1.016.74.39 1.194-1.018-.738-.607.442A11.996 11.996 0 0 0 0 11.999c0 6.627 5.373 12 12 12 1.402 0 2.746-.24 3.996-.682l-1.005-.73ZM2.678 11.477l.388-1.195-1.018-.739h1.257l.388-1.196.39 1.195h1.256l-1.016.739.389 1.195-1.018-.738-1.016.74Zm2.589 2.61.387-1.197-1.017-.738h1.257l.388-1.196.389 1.195h1.257l-1.017.739.39 1.195-1.018-.738-1.016.74Zm2.588 2.608.388-1.196-1.017-.738h1.257l.387-1.197.39 1.196 1.256-.001-1.016.74.389 1.194-1.017-.738-1.017.74Zm3.605 1.87-1.016.738.388-1.195-1.018-.739h1.257l.388-1.196.389 1.195h1.257l-1.016.739.389 1.195-1.018-.738Zm1.572 3.347.388-1.195-1.017-.739h1.257l.387-1.196.39 1.195h1.257l-1.017.739.39 1.195-1.018-.738-1.017.74Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function I(l,t){return e.openBlock(),e.createElementBlock("svg",P7,y7)}const V7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:I},render:I},Symbol.toStringTag,{value:"Module"})),H7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},j7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M17.217 1.19A11.953 11.953 0 0 0 12 0c-1.87 0-3.64.428-5.218 1.19L5.74 12l1.043 10.81A11.953 11.953 0 0 0 12 24c1.87 0 3.64-.428 5.217-1.19L18.261 12 17.217 1.19Z"></path><path fill="#0052B4" d="M6.783 1.191A12 12 0 0 0 0 12.001a12 12 0 0 0 6.783 10.808V1.191Zm10.435.001v21.617A12 12 0 0 0 24 12a12 12 0 0 0-6.782-10.808Z"></path><path fill="#000" d="m15.652 7.303.7.35-.7-.35-.7-.35c-.042.085-.956 1.945-1.105 4.785h-1.064V7.303L12 6.26l-.783 1.043v4.435h-1.064c-.149-2.84-1.063-4.7-1.105-4.785l-1.4.7c.01.02.96 1.956.96 4.868v.782h2.61v4.435h1.565v-4.435h2.608v-.782c0-1.506.26-2.747.48-3.524.238-.846.48-1.34.482-1.345l-.7-.349Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function q(l,t){return e.openBlock(),e.createElementBlock("svg",H7,j7)}const A7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:q},render:q},Symbol.toStringTag,{value:"Module"})),z7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},O7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M9.391 17.218a5.217 5.217 0 1 0 0-10.435 5.217 5.217 0 0 0 0 10.434Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function U(l,t){return e.openBlock(),e.createElementBlock("svg",z7,O7)}const D7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:U},render:U},Symbol.toStringTag,{value:"Module"})),E7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},C7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M16.174.747A11.974 11.974 0 0 0 12 0a11.96 11.96 0 0 0-4.174.747L6.782 12l1.044 11.254c1.3.482 2.706.746 4.174.746 1.468 0 2.874-.264 4.174-.746L17.217 12 16.174.747Z"></path><path fill="#D80027" d="M24 12c0-5.16-3.257-9.56-7.826-11.255v22.507C20.744 21.557 24 17.159 24 11.999Z"></path><path fill="#000" d="M0 12c0 5.16 3.256 9.558 7.826 11.254V.746C3.256 2.442 0 6.84 0 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function R(l,t){return e.openBlock(),e.createElementBlock("svg",E7,C7)}const N7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:R},render:R},Symbol.toStringTag,{value:"Module"})),L7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},T7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12c-.522 0-12 1.565-12 1.565L0 12Z"></path><path fill="#6DA544" d="M24 12c0 6.628-5.373 12-12 12S0 18.629 0 12"></path><path fill="#FFDA44" d="m12 7.825.906 2.79h2.934l-2.373 1.725.906 2.79L12 13.405 9.627 15.13l.906-2.79-2.373-1.725h2.933L12 7.825Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function G(l,t){return e.openBlock(),e.createElementBlock("svg",L7,T7)}const I7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:G},render:G},Symbol.toStringTag,{value:"Module"})),q7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},U7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M24 12a11.98 11.98 0 0 0-.746-4.173L12 7.305.746 7.827A11.975 11.975 0 0 0 0 12c0 1.468.264 2.874.746 4.174L12 16.696l11.254-.521c.482-1.3.746-2.707.746-4.174Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.746C2.442 20.744 6.84 24 12 24Z"></path><path fill="#F0F0F0" d="M.746 7.825h22.508C21.558 3.255 17.159 0 12 0 6.84 0 2.442 3.256.746 7.825Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function J(l,t){return e.openBlock(),e.createElementBlock("svg",q7,U7)}const R7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:J},render:J},Symbol.toStringTag,{value:"Module"})),G7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},J7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12-.001c-2.408 0-4.65.71-6.53 1.931L8.557 4 4.696 6l3.86 2-3.86 2 3.86 2-3.86 2 3.86 2-3.86 2 3.86 2-3.086 2.069A11.942 11.942 0 0 0 12 23.998c6.628 0 12-5.373 12-12s-5.372-12-12-12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function K(l,t){return e.openBlock(),e.createElementBlock("svg",G7,J7)}const K7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:K},render:K},Symbol.toStringTag,{value:"Module"})),Y7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},W7=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M19.307 2.48a12.006 12.006 0 0 0-14.613 0L12 9.787l7.307-7.307ZM12 14.214l-7.306 7.307a12.006 12.006 0 0 0 14.613 0l-7.306-7.307Z"></path><path fill="#6DA544" d="M9.787 12 2.48 4.694a12.006 12.006 0 0 0 0 14.613L9.787 12Zm4.427 0 7.307 7.307a12.006 12.006 0 0 0 0-14.613L14.214 12Z"></path><path fill="#F0F0F0" d="M12 17.218a5.217 5.217 0 1 0 0-10.435 5.217 5.217 0 0 0 0 10.435Z"></path><path fill="#D80027" d="m12 8.348.452.783h.903l-.452.782.452.783h-.903L12 11.48l-.452-.783h-.904l.452-.783-.452-.782h.904L12 8.348Zm-2.296 3.653.451.783h.904l-.452.782.452.783h-.904l-.451.782-.452-.782h-.904l.452-.783-.452-.782h.904L9.704 12Zm4.593 0 .452.783h.903l-.451.782.451.783h-.903l-.452.782-.452-.782h-.904l.452-.783-.452-.782h.904l.452-.783Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Y(l,t){return e.openBlock(),e.createElementBlock("svg",Y7,W7)}const Q7=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Y},render:Y},Symbol.toStringTag,{value:"Module"})),X7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="m7.826 10.957 1.044 12.63A12.01 12.01 0 0 0 12 24c6.628 0 12-5.372 12-12L7.826 10.957Z"></path><path fill="#FFDA44" d="M7.826 12 8.87.414A12.013 12.013 0 0 1 12 0c6.628 0 12 5.373 12 12H7.826Z"></path><path fill="#6DA544" d="M0 12c0 5.544 3.76 10.21 8.87 11.586V.413C3.76 1.79 0 6.455 0 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function W(l,t){return e.openBlock(),e.createElementBlock("svg",X7,e5)}const t5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:W},render:W},Symbol.toStringTag,{value:"Module"})),l5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},o5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#ACABB1" d="M21.427 9.652h-3.948c0-.72-.584-1.304-1.305-1.304l-1.043 2.087s1.113 3.13 1.078 3.13h1.305c.72 0 1.304-.583 1.304-1.304.72 0 1.304-.584 1.304-1.304h-.043c.72 0 1.348-.584 1.348-1.305Zm-18.853 0h3.948c0-.72.584-1.304 1.304-1.304l1.044 2.087s-1.113 3.13-1.078 3.13H6.487c-.72 0-1.304-.584-1.304-1.304-.72 0-1.304-.584-1.304-1.304h.043c-.72 0-1.348-.584-1.348-1.305Z"></path><path fill="#FFDA44" d="M16.174 16.696v.521H7.826v-.521H5.739v2.087h2.087v.521h8.348v-.521h2.087v-2.087h-2.087Z"></path><path fill="#0052B4" d="M7.826 8.349v5.217C7.826 16.76 12 17.74 12 17.74s4.174-.98 4.174-4.174V8.349L12 7.827l-4.174.522Z"></path><path fill="#D80027" d="M16.174 10.434H7.826v3.13h8.348v-3.13Z"></path><path fill="#FFDA44" d="M14.087 5.739v.782l-.522.261-.522-.521V4.695h-2.087v1.566l-.521.521-.522-.26v-.783H7.826v2.608h8.348V5.74h-2.087Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Q(l,t){return e.openBlock(),e.createElementBlock("svg",l5,o5)}const c5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Q},render:Q},Symbol.toStringTag,{value:"Module"})),a5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},n5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#0052B4" d="M12 5.739v4.047L7.826 5.74H12ZM6.26 12h3.526L6.261 7.304l-.522 3.652L6.261 12Z"></path><path fill="#F0F0F0" d="M11.968 12.001H12v-.032l-.032.032Zm.031-5.74V.001h-.002C5.37 0-.001 5.374-.001 12h6.26V8.475l3.526 3.526h2.182l.032-.033V9.787L8.473 6.261H12Z"></path><path fill="#D80027" d="M6.07 1.565a12.057 12.057 0 0 0-4.505 4.506v6.45h3.13V4.697h7.826v-3.13h-6.45Z"></path><path fill="#D80027" d="m12.476 11-4.74-4.74H6.26l6.216 6.216V11Z"></path><path fill="#F3F3F3" d="M13.565 6.26v5.739c0 2.796 7.304 2.796 7.304 0v-5.74h-7.304Z"></path><path fill="#6DA544" d="M13.565 12c0 2.796 3.652 3.653 3.652 3.653S20.87 14.796 20.87 12h-7.304Z"></path><path fill="#A2001D" d="m17.218 9.704-1.696.73V12l1.696 1.044L18.913 12v-1.565l-1.695-.73Z"></path><path fill="#338AF3" d="M18.913 8.869h-3.391v1.565h3.391V8.869Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function X(l,t){return e.openBlock(),e.createElementBlock("svg",a5,n5)}const h5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:X},render:X},Symbol.toStringTag,{value:"Module"})),r5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},s5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 23.998c6.627 0 12-5.372 12-11.999C23.999 5.373 18.627.002 12 .002 5.374.001.002 5.373.002 12c0 6.627 5.372 11.999 11.998 11.999Z"></path><path fill="#000" d="M1.61 6.001A12.007 12.007 0 0 0 .402 8.918l20.066 11.585A12.008 12.008 0 0 0 22.391 18L1.61 6Z"></path><path fill="#FFDA44" d="M17.999 1.61C13.198-1.164 7.279-.24 3.532 3.496l20.065 11.585C24.96 9.969 22.8 4.38 18 1.609ZM6 22.39c4.801 2.772 10.721 1.848 14.468-1.888L.402 8.917C-.96 14.03 1.2 19.618 6 22.39Z"></path><path fill="#D80027" d="M15.39 10.696a3.39 3.39 0 1 1-6.373-1.613 4.173 4.173 0 1 0 5.966 0c.26.48.408 1.03.408 1.613Z"></path><path fill="#D80027" d="M12.783 6.784h-1.565v7.824h1.565V6.784Z"></path><path fill="#D80027" d="M14.608 8.348H9.391c0 .36.314.652.674.652h-.021c0 .36.292.652.652.652 0 .36.292.653.652.653h1.304c.36 0 .652-.292.652-.653.36 0 .652-.291.652-.652h-.022c.36 0 .674-.292.674-.652Zm1.044 6.782H8.35v1.565h7.303V15.13Z"></path><path fill="#D80027" d="M16.695 15.651h-3.13v1.565h3.13v-1.565Zm-6.26 0h-3.13v1.565h3.13v-1.565Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function e1(l,t){return e.openBlock(),e.createElementBlock("svg",r5,s5)}const i5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:e1},render:e1},Symbol.toStringTag,{value:"Module"})),d5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},p5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M24 12a11.98 11.98 0 0 0-.746-4.173L12 7.305.746 7.827A11.973 11.973 0 0 0 0 12c0 1.467.264 2.873.746 4.173L12 16.696l11.254-.522c.482-1.3.746-2.706.746-4.173Z"></path><path fill="#6DA544" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.746C2.442 20.744 6.84 24 12 24Z"></path><path fill="#D80027" d="M.746 7.826h22.508C21.557 3.256 17.159 0 12 0 6.84 0 2.442 3.257.746 7.826Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function t1(l,t){return e.openBlock(),e.createElementBlock("svg",d5,p5)}const _5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:t1},render:t1},Symbol.toStringTag,{value:"Module"})),f5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},g5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0C11.989-.007-.003 11.999 0 12 0 5.375 5.372 0 12 0Zm0 0c.011-.008 12.003 11.997 12 12 0-6.627-5.373-12-12-12Z"></path><path fill="#0052B4" d="M12 24c-.012.008-12.004-11.997-12-12 0 6.627 5.372 12 12 12Zm0-.001c.01.008 12.003-11.997 12-12 0 6.627-5.373 12-12 12Z"></path><path fill="#FFDA44" d="m12 6.26 1.295 3.986h4.19l-3.39 2.464 1.295 3.985L12 14.232l-3.39 2.463 1.295-3.985-3.39-2.464h4.19L12 6.261Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function l1(l,t){return e.openBlock(),e.createElementBlock("svg",f5,g5)}const m5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:l1},render:l1},Symbol.toStringTag,{value:"Module"})),$5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},v5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M3.515 3.514a11.973 11.973 0 0 0-3.48 9.384L12.898.033a11.972 11.972 0 0 0-9.384 3.481Z"></path><path fill="#0052B4" d="M4.285 21.19c4.715 3.967 11.763 3.732 16.2-.706 4.438-4.437 4.673-11.485.706-16.2L4.285 21.19Z"></path><path fill="#000" d="m11.957 11.517 1.034-.56-1.034-.56a3.655 3.655 0 0 0-3.05-3.05l-.56-1.034-.56 1.034a3.655 3.655 0 0 0-3.049 3.05l-1.034.56 1.034.56a3.655 3.655 0 0 0 3.05 3.049l.56 1.034.56-1.034a3.655 3.655 0 0 0 3.049-3.05Zm-3.61 1.527a2.087 2.087 0 1 1 0-4.174 2.087 2.087 0 0 1 0 4.174Z"></path><path fill="#D80027" d="m8.348 9.39.451.783h.904l-.452.783.452.783H8.8l-.452.782-.452-.782h-.904l.452-.783-.452-.783h.904l.452-.782Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function o1(l,t){return e.openBlock(),e.createElementBlock("svg",$5,v5)}const w5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:o1},render:o1},Symbol.toStringTag,{value:"Module"})),Z5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},u5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M5.237 21.913A11.944 11.944 0 0 0 12 24c2.51 0 4.838-.77 6.764-2.087L12 20.869l-6.763 1.044ZM18.764 2.087A11.944 11.944 0 0 0 12 0C9.491 0 7.163.77 5.237 2.087L12 3.131l6.764-1.044Z"></path><path fill="#D80027" d="M5.237 21.913A11.944 11.944 0 0 0 12 24c2.51 0 4.838-.77 6.764-2.087L12 20.869l-6.763 1.044ZM18.764 2.087A11.944 11.944 0 0 0 12 0C9.491 0 7.163.77 5.237 2.087L12 3.131l6.764-1.044Z"></path><path fill="#0052B4" d="M23.97 11.216c-.284-3.703-2.534-7.304-5.206-9.13H5.237a11.99 11.99 0 0 0-5.21 9.13L12 12l11.97-.783ZM.025 12.782a11.99 11.99 0 0 0 5.211 9.13h13.527a11.99 11.99 0 0 0 5.212-9.13L12 12l-11.975.782Z"></path><path fill="#D80027" d="M23.97 11.217H12.782V1.565h-1.566v9.652H.025a12.194 12.194 0 0 0 0 1.566h11.192v9.652h1.566v-9.652h11.192c.016-.26.025-.52.025-.783 0-.261-.01-.522-.03-.783Z"></path><path fill="#F0F0F0" d="M4.696 12 12 7.407 19.305 12 12 16.59 4.696 12Z"></path><path fill="#6DA544" d="M7.826 14.087h9.391l-2.087-3.13L14.087 12l-1.044-.521L12 13.044H9.913L8.869 12l-1.043 2.087Z"></path><path fill="#FFDA44" d="m12 8.869.26.797h.837l-.678.493.26.797-.679-.493-.678.493.26-.797-.679-.493h.838l.26-.797Z"></path><path fill="#D80027" d="m12 6.097-9.39 5.902L12 17.902 21.392 12 12 6.097Zm-6.45 5.902L12 7.945 18.45 12 12 16.053 5.55 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function c1(l,t){return e.openBlock(),e.createElementBlock("svg",Z5,u5)}const M5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:c1},render:c1},Symbol.toStringTag,{value:"Module"})),F5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},B5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#6DA544" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M12 4.696 21.913 12 12 19.305 2.087 12 12 4.696Z"></path><path fill="#F0F0F0" d="M12 16.174a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348Z"></path><path fill="#0052B4" d="M9.913 11.74c-.726 0-1.426.11-2.085.315a4.173 4.173 0 0 0 7.59 2.34 7.034 7.034 0 0 0-5.505-2.655Zm6.184 1.06a4.174 4.174 0 0 0-7.932-2.447 8.583 8.583 0 0 1 7.932 2.447Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function a1(l,t){return e.openBlock(),e.createElementBlock("svg",F5,B5)}const b5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:a1},render:a1},Symbol.toStringTag,{value:"Module"})),x5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},k5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M7.306 7.825h15.949C21.559 3.255 17.16 0 12 0a11.96 11.96 0 0 0-8.485 3.515l3.79 4.311Zm-.001 8.347h15.949C21.558 20.742 17.16 24 12 24a11.961 11.961 0 0 1-8.485-3.515l3.79-4.312Z"></path><path fill="#000" d="M3.514 3.514c-4.686 4.687-4.686 12.285 0 16.97L12 12 3.514 3.514Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function n1(l,t){return e.openBlock(),e.createElementBlock("svg",x5,k5)}const S5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:n1},render:n1},Symbol.toStringTag,{value:"Module"})),P5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},y5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M3.514 20.485c-4.686-4.686-4.686-12.284 0-16.97 4.687-4.686 12.285-4.686 16.97 0 0 .001 3.187 10.784-1.5 15.47-4.686 4.687-15.467 1.504-15.47 1.5Z"></path><path fill="#FF9811" d="M3.515 20.485c4.686 4.686 12.284 4.686 16.97 0 4.687-4.687 4.687-12.285 0-16.971l-16.97 16.97Z"></path><path fill="#F0F0F0" d="M18.788 6.782V4.695h-4l-.305.306c-1.087 1.087-.904 2.355-.77 3.28.123.86.138 1.188-.182 1.508-.319.32-.648.304-1.507.18-.926-.133-2.194-.316-3.28.771-1.088 1.087-.905 2.355-.771 3.28.124.86.139 1.189-.18 1.508-.32.32-.65.304-1.508.18a7.845 7.845 0 0 0-1.05-.102l-.023 2.087c.231.003.495.04.775.081.332.048.707.102 1.102.102.409 0 .84-.058 1.265-.242v1.67h3.13v-1.565H9.92v-1.044h1.043V15.13h-.834c.04-.506-.03-.991-.09-1.407-.123-.859-.138-1.188.18-1.507.32-.32.65-.305 1.508-.18.675.097 1.531.22 2.367-.141v1.67h3.13v-1.566h-1.565v-1.043h1.044V9.391h-.834c.04-.507-.03-.991-.09-1.407-.087-.6-.12-.942-.023-1.202h3.033Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function h1(l,t){return e.openBlock(),e.createElementBlock("svg",P5,y5)}const V5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:h1},render:h1},Symbol.toStringTag,{value:"Module"})),H5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},j5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M.567 8.348A11.99 11.99 0 0 0 0 12c0 1.273.2 2.5.567 3.652l11.434.522 11.433-.522a12.043 12.043 0 0 0 0-7.304L12 7.826.567 8.348Z"></path><path fill="#000" d="M24 12c0-.711-.062-1.409-.18-2.086H.181a12.064 12.064 0 0 0 0 4.174h23.637c.12-.678.182-1.376.182-2.088Z"></path><path fill="#338AF3" d="M12 24c5.354 0 9.888-3.507 11.433-8.348H.567C2.112 20.493 6.646 23.999 12 24Zm0-24C6.647 0 2.112 3.505.567 8.346h22.867C21.888 3.506 17.354-.001 12-.001Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function r1(l,t){return e.openBlock(),e.createElementBlock("svg",H5,j5)}const A5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:r1},render:r1},Symbol.toStringTag,{value:"Module"})),z5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},O5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FCFCFC" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M4.957 11.129 3.652 8.762l1.305-2.329 1.304 2.33-1.304 2.366Zm-2.609 0L1.043 8.762l1.305-2.329 1.304 2.33-1.304 2.366Zm2.609 6.435-1.305-2.366 1.305-2.33 1.304 2.33-1.304 2.366Zm-2.609 0-1.305-2.366 1.305-2.33 1.304 2.33-1.304 2.366ZM6.26 2.329l-.369-.66c-.662.393-1.283.847-1.856 1.355l.921 1.671L6.261 2.33ZM4.956 19.304l-.93 1.662c.571.51 1.192.964 1.854 1.357l.38-.69-1.304-2.329Z"></path><path fill="#6DA544" d="M7.304 15.13v7.916C8.746 23.66 10.334 24 12 24c5.16 0 9.558-3.256 11.253-7.826L7.304 15.131Z"></path><path fill="#A2001D" d="M23.253 16.174c.483-1.3.747-2.706.747-4.174 0-6.627-5.373-12-12-12-1.666 0-3.254.34-4.696.954v15.22h15.95Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function s1(l,t){return e.openBlock(),e.createElementBlock("svg",z5,O5)}const D5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:s1},render:s1},Symbol.toStringTag,{value:"Module"})),E5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},C5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0-4.119-2.076-7.752-5.237-9.913L12 1.565l-6.764.522A11.987 11.987 0 0 0 0 12c0 4.119 2.075 7.752 5.236 9.913l6.764.522 6.763-.522A11.987 11.987 0 0 0 24 12Z"></path><path fill="#A2001D" d="M18.764 2.087A11.944 11.944 0 0 0 12.001 0C9.49 0 7.163.77 5.237 2.087h13.527ZM5.236 21.913A11.943 11.943 0 0 0 12 24c2.509 0 4.837-.77 6.763-2.087H5.236Z"></path><path fill="#F0F0F0" d="M12 17.738A5.74 5.74 0 1 0 12 6.26a5.74 5.74 0 0 0 0 11.478Z"></path><path fill="#6DA544" d="M12 16.695a4.696 4.696 0 1 0 0-9.39 4.696 4.696 0 0 0 0 9.39Z"></path><path fill="#F0F0F0" d="M12 15.13a3.13 3.13 0 1 0 0-6.261 3.13 3.13 0 0 0 0 6.26Z"></path><path fill="#0052B4" d="M12 11.217 10.303 12v1.304l1.695 1.043 1.696-1.043V12L12 11.217Z"></path><path fill="#FFDA44" d="M13.695 10.436h-3.391V12h3.391v-1.565Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function i1(l,t){return e.openBlock(),e.createElementBlock("svg",E5,C5)}const N5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:i1},render:i1},Symbol.toStringTag,{value:"Module"})),L5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},T5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12.001a12 12 0 0 0-6.782-10.81v21.62A12 12 0 0 0 24.001 12ZM0 12a12 12 0 0 0 6.783 10.81V1.19A12 12 0 0 0 0 12.001Zm14.088 1.566 2.086-1.043L15.131 12v-1.043L13.044 12l1.043-2.087h-1.043L12.001 8.35l-1.044 1.565H9.914l1.043 2.087-2.087-1.043V12l-1.043.522 2.087 1.043-.522 1.044h2.087v1.565h1.043V14.61h2.087l-.521-1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function d1(l,t){return e.openBlock(),e.createElementBlock("svg",L5,T5)}const I5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:d1},render:d1},Symbol.toStringTag,{value:"Module"})),q5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},U5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#6DA544" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="m18.421 17.218.33.688.743-.171-.333.686.598.474-.744.168.002.764-.596-.478-.595.477.002-.763-.745-.168.598-.474-.333-.686.744.171.33-.688Zm-3.063-7.306.33.689.743-.172-.333.687.598.474-.745.168.002.763-.595-.478-.596.478.002-.763-.744-.168.598-.474-.333-.687.744.172.329-.689Zm3.063-4.174.33.689.743-.172-.333.687.598.474-.744.168.002.763-.596-.478-.595.478.002-.763-.744-.168.597-.474-.333-.687.744.172.33-.689Zm2.676 3.132.33.689.743-.172-.333.687.598.474-.744.168.002.763-.596-.478-.595.478.002-.763-.745-.168.598-.474-.333-.687.744.172.33-.689Zm-1.913 3.651.26.797h.837l-.678.493.26.797-.679-.492-.678.492.259-.797-.678-.493h.838l.26-.797Z"></path><path fill="#FFDA44" d="M13.305 15.391a3.391 3.391 0 1 1 1.613-6.375 4.174 4.174 0 1 0 0 5.967c-.48.26-1.03.408-1.613.408ZM7.547 4.695a2.086 2.086 0 0 0-3.614 0h3.614Zm.006.012L5.74 6.521 3.925 4.707a2.087 2.087 0 1 0 3.628 0Z"></path><path fill="#A2001D" d="M5.217 6v1.76a2.092 2.092 0 0 0 1.044 0V6H5.217Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function p1(l,t){return e.openBlock(),e.createElementBlock("svg",q5,U5)}const R5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:p1},render:p1},Symbol.toStringTag,{value:"Module"})),G5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},J5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="m6.505 22.67 8.816-7.35 7.35-8.816a12.053 12.053 0 0 0-5.169-5.172L8.68 8.679 1.333 17.5a12.052 12.052 0 0 0 5.172 5.169Z"></path><path fill="#D80027" d="M20.485 20.485c3.786-3.786 4.513-9.472 2.182-13.988l-16.17 16.17c4.517 2.33 10.202 1.604 13.988-2.182Z"></path><path fill="#6DA544" d="M3.514 3.514C-.272 7.3-.998 12.986 1.332 17.502l16.17-16.17C12.986-.998 7.3-.272 3.514 3.514Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function _1(l,t){return e.openBlock(),e.createElementBlock("svg",G5,J5)}const K5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:_1},render:_1},Symbol.toStringTag,{value:"Module"})),Y5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},W5=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M22.667 6.498a11.989 11.989 0 0 0-2.182-2.983c-.9-.9-1.909-1.627-2.983-2.182L9.048 9.05l-7.716 8.454a11.992 11.992 0 0 0 2.182 2.983c.9.9 1.91 1.628 2.983 2.182l8.454-7.716 7.716-8.454Z"></path><path fill="#D80027" d="M3.515 20.485c.503.504 1.04.953 1.604 1.348L21.834 5.118a12.068 12.068 0 0 0-2.952-2.951L2.167 18.88c.395.564.844 1.101 1.348 1.604Z"></path><path fill="#338AF3" d="M3.514 3.514C-.272 7.3-.998 12.986 1.332 17.502l16.17-16.17C12.986-.997 7.3-.27 3.514 3.515Zm16.971 16.971c3.786-3.786 4.513-9.472 2.182-13.988l-16.17 16.17c4.517 2.33 10.203 1.604 13.988-2.182Z"></path><path fill="#FFDA44" d="m6.395 3.651.648 1.993h2.095L7.443 6.876l.648 1.993-1.696-1.232L4.7 8.869l.647-1.993-1.695-1.232h2.096l.647-1.993Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function f1(l,t){return e.openBlock(),e.createElementBlock("svg",Y5,W5)}const Q5=Object.freeze(Object.defineProperty({__proto__:null,default:{render:f1},render:f1},Symbol.toStringTag,{value:"Module"})),X5={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M22.54 6.26A12.027 12.027 0 0 0 15.13.412l-.522 5.848h7.933Zm-21.081 0h7.932L8.87.413a12.027 12.027 0 0 0-7.41 5.849Z"></path><path fill="#6DA544" d="M14.608 12.002v5.739h7.933A11.964 11.964 0 0 0 24 12h-9.392ZM9.391 12H0c0 2.08.529 4.035 1.459 5.74h7.932V12Z"></path><path fill="#FFDA44" d="M1.46 17.74a12.028 12.028 0 0 0 7.41 5.848l.521-5.115-7.932-.733Zm13.67 5.848a12.027 12.027 0 0 0 7.41-5.848l-7.932.734.522 5.114Z"></path><path fill="#FFDA44" d="m14.608 18.474 7.933-.734h-7.933v.734Zm-5.217-.734H1.46l7.932.733v-.733Z"></path><path fill="#D80027" d="M12 0a12.01 12.01 0 0 0-3.13.414v23.173A12.01 12.01 0 0 0 12 24a12.01 12.01 0 0 0 3.13-.413V.414A12.013 12.013 0 0 0 12 0Z"></path><path fill="#FFDA44" d="m6.454 2.61.324.996h1.048l-.848.615.324.997-.848-.616-.847.616.323-.997-.847-.615H6.13l.323-.997Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function g1(l,t){return e.openBlock(),e.createElementBlock("svg",X5,e6)}const t6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:g1},render:g1},Symbol.toStringTag,{value:"Module"})),l6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},o6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M18.26 9.913h-4.174V5.74H9.913v4.174H5.739v4.174h4.174v4.174h4.173v-4.174h4.174V9.913Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function m1(l,t){return e.openBlock(),e.createElementBlock("svg",l6,o6)}const c6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:m1},render:m1},Symbol.toStringTag,{value:"Module"})),a6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},n6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12.001H12v-.032l-.032.032Z"></path><path fill="#F0F0F0" d="M12 6.262V0h-.002C5.37.002 0 5.374 0 12.001h6.26V8.476L9.787 12h2.182l.032-.032v-2.18L8.474 6.262H12Z"></path><path fill="#D80027" d="M6.071 1.565A12.057 12.057 0 0 0 1.566 6.07V12h3.13V4.694H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.524 7.737 6.26H6.26L12 12v-1.476Z"></path><path fill="#F0F0F0" d="m16.174 12 .222.683h.718l-.581.422.222.684-.581-.422-.581.422.222-.684-.582-.422h.719l.222-.683Zm-2.951 1.223.64.326.508-.508-.113.71.64.326-.71.112-.112.71-.326-.64-.71.112.509-.508-.326-.64ZM12 16.173l.683-.222v-.718l.422.58.683-.221-.422.581.422.581-.683-.222-.422.581v-.718l-.684-.222Zm1.223 2.952.326-.64-.508-.508.71.113.325-.64.113.71.71.111-.64.327.112.71-.508-.509-.64.326Zm2.951 1.223-.222-.683h-.719l.582-.422-.222-.684.58.423.582-.423-.222.684.581.422h-.718l-.222.683Zm2.951-1.223-.64-.326-.508.508.112-.71-.64-.325.71-.113.112-.71.326.64.71-.112-.508.508.326.64Zm1.223-2.952-.683.222v.718l-.423-.58-.683.221.422-.58-.422-.582.683.222.422-.581v.718l.684.222Zm-1.223-2.95-.326.64.508.508-.71-.112-.326.64-.112-.71-.71-.112.64-.326-.112-.71.508.508.64-.326Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function $1(l,t){return e.openBlock(),e.createElementBlock("svg",a6,n6)}const h6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:$1},render:$1},Symbol.toStringTag,{value:"Module"})),r6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},s6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12c0 6.628-5.372 12-12 12-6.627 0-12-5.372-12-12 0-6.627 12 0 12 0h12Z"></path><path fill="#0052B4" d="M0 12C0 5.373 5.373 0 12 0v12H0Z"></path><path fill="#F0F0F0" d="m7.143 4.173.777 2.392h2.514L8.4 8.043l.777 2.391-2.034-1.478-2.034 1.478.777-2.391L3.85 6.565h2.515l.777-2.392Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function v1(l,t){return e.openBlock(),e.createElementBlock("svg",r6,s6)}const i6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:v1},render:v1},Symbol.toStringTag,{value:"Module"})),d6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},p6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M17.217 1.191A11.953 11.953 0 0 0 12 .001c-1.87 0-3.64.427-5.217 1.19l-1.044 10.81L6.783 22.81A11.952 11.952 0 0 0 12 24c1.87 0 3.64-.427 5.217-1.19L18.261 12 17.217 1.191Z"></path><path fill="#FFDA44" d="m12 7.825 1.036 3.189h3.353l-2.712 1.97 1.036 3.19L12 14.202l-2.712 1.97 1.036-3.188-2.712-1.971h3.352L12 7.825Z"></path><path fill="#496E2D" d="M6.783 1.192A12 12 0 0 0 0 12a12 12 0 0 0 6.783 10.808V1.192Z"></path><path fill="#FFDA44" d="M17.218 1.192v21.617A12 12 0 0 0 24 12a12 12 0 0 0-6.782-10.808Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function w1(l,t){return e.openBlock(),e.createElementBlock("svg",d6,p6)}const _6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:w1},render:w1},Symbol.toStringTag,{value:"Module"})),f6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},g6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="m6.567 7.301 1.036 3.188h3.352l-2.71 1.973 1.036 3.188-2.714-1.969-2.714 1.969 1.04-3.188L2.18 10.49h3.35L6.567 7.3Zm7.659 11.284-.792-.975-1.172.454.68-1.054-.792-.98 1.214.323.684-1.054.066 1.256 1.218.323-1.176.45.07 1.257Zm1.576-2.86.375-1.2-1.027-.726 1.256-.019.37-1.2.409 1.19 1.256-.013-1.008.75.403 1.19-1.026-.726-1.008.754Zm2.123-6.918-.553 1.13.9.876-1.242-.178-.553 1.125-.216-1.238-1.247-.178 1.116-.586-.216-1.242.9.877 1.111-.586ZM14.26 5.385l-.095 1.252 1.168.473-1.224.3-.089 1.256-.66-1.068-1.224.3.81-.961-.665-1.064 1.167.473.811-.961Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Z1(l,t){return e.openBlock(),e.createElementBlock("svg",f6,g6)}const m6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Z1},render:Z1},Symbol.toStringTag,{value:"Module"})),$6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},v6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12l-12 1.043L0 12Z"></path><path fill="#D80027" d="M1.606 18C3.68 21.587 7.558 24 12 24s8.32-2.413 10.394-6L12 17.218 1.606 18Z"></path><path fill="#0052B4" d="M22.394 18A11.945 11.945 0 0 0 24 12H0c0 2.186.584 4.235 1.605 6h20.789Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function u1(l,t){return e.openBlock(),e.createElementBlock("svg",$6,v6)}const w6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:u1},render:u1},Symbol.toStringTag,{value:"Module"})),Z6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},u6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M23.254 7.826H.746A11.974 11.974 0 0 0 0 12c0 1.468.264 2.874.746 4.174h22.508c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174Z"></path><path fill="#0052B4" d="M12.001 0a11.972 11.972 0 0 0-9.096 4.173h18.193A11.972 11.972 0 0 0 12 0Zm9.095 19.826H2.903A11.972 11.972 0 0 0 12 24c3.637 0 6.896-1.618 9.096-4.174Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function M1(l,t){return e.openBlock(),e.createElementBlock("svg",Z6,u6)}const M6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:M1},render:M1},Symbol.toStringTag,{value:"Module"})),F6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},B6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.372 12-12 0-6.627-5.373-12-12-12S0 5.373 0 12c0 6.628 5.373 12 12 12Z"></path><path fill="#0052B4" d="M12 0a11.982 11.982 0 0 0-9.6 4.8h19.2A11.981 11.981 0 0 0 12 0Zm0 24c3.925 0 7.41-1.885 9.6-4.8H2.4A11.981 11.981 0 0 0 12 24ZM0 12c0 .822.083 1.625.24 2.4h23.52a12.047 12.047 0 0 0 0-4.8H.24C.083 10.376 0 11.178 0 12Z"></path><path fill="#D80027" d="M3.515 3.515c-4.686 4.686-4.686 12.284 0 16.97L12 12 3.515 3.515Z"></path><path fill="#F0F0F0" d="m4.857 8.87.776 2.391h2.515l-2.034 1.478.777 2.391-2.034-1.478-2.035 1.478.777-2.391-2.034-1.478H4.08l.777-2.391Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function F1(l,t){return e.openBlock(),e.createElementBlock("svg",F6,B6)}const b6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:F1},render:F1},Symbol.toStringTag,{value:"Module"})),x6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},k6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M12 24c3.937 0 7.432-1.896 9.62-4.825H2.38A11.982 11.982 0 0 0 12 24Zm12-12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 1.419.247 2.78.7 4.044h22.6c.453-1.264.7-2.625.7-4.044Z"></path><path fill="#F0F0F0" d="m8.214 7.696.647 1.993h2.096L9.26 10.92l.648 1.992-1.695-1.231-1.696 1.231.648-1.992L5.47 9.688h2.095l.648-1.993ZM4.615 5.61l.388 1.195h1.258l-1.017.74.388 1.195-1.017-.739-1.017.74.388-1.197-1.017-.739h1.258l.388-1.195Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function B1(l,t){return e.openBlock(),e.createElementBlock("svg",x6,k6)}const S6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:B1},render:B1},Symbol.toStringTag,{value:"Module"})),P6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},y6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M20.486 20.486c-4.687 4.686-12.285 4.686-16.97 0-4.687-4.687-4.687-12.285 0-16.97.368.368 9.591 7.378 9.591 7.378l7.379 9.592Z"></path><path fill="#6DA544" d="M3.515 3.514c4.686-4.686 12.284-4.686 16.97 0 4.687 4.686 4.687 12.285 0 16.97"></path><path fill="#FFDA44" d="M12 15.131a3.13 3.13 0 1 0 0-6.26 3.13 3.13 0 0 0 0 6.26Z"></path><path fill="#F0F0F0" d="m4.468 17.218.33.688.743-.172-.333.687.598.474-.744.168.002.763-.596-.477-.595.477.002-.763-.745-.168.599-.474-.334-.687.744.172.33-.688Zm-2.154-5.741.33.688.743-.171-.333.686.598.475-.744.167.002.764-.596-.478-.595.478.002-.764-.744-.167.598-.475-.333-.687.743.172.33-.688Zm2.154-4.695.33.688.743-.172-.333.687.598.475-.744.167.002.764-.596-.478-.595.478.002-.764-.745-.167.598-.475-.333-.687.744.172.33-.688Zm2.676 3.653.33.688.743-.172-.333.687.598.474-.744.168.002.763-.596-.477-.595.477.002-.763-.745-.168.598-.474-.333-.687.744.172.33-.688Zm-1.913 3.13.26.797h.837l-.678.492.26.798-.679-.493-.678.492.26-.797-.679-.492h.838l.26-.797Z"></path><path fill="#6DA544" d="M12 14.087h1.043s.453-.8 0-1.565l1.044-1.044-.522-1.043h-.521s-.261.783-1.305.783c-1.043 0-1.304-.783-1.304-.783h-.522l.522 1.043-.522 1.044.522.522S10.956 12 12 12.522c0 0 .443.652 0 1.565Z"></path><path fill="#FFDA44" d="M19.789 6.573a2.088 2.088 0 0 0-1.406-2.381 3.897 3.897 0 0 1 .352 2.337 2.142 2.142 0 0 0-3.003-.655 4 4 0 0 1 1.64.78c.39.31.704.73.945 1.134l-3.186.997c3.13.522 5.739-1.565 5.739-1.565-.29-.578-.738-.675-1.081-.647Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function b1(l,t){return e.openBlock(),e.createElementBlock("svg",P6,y6)}const V6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:b1},render:b1},Symbol.toStringTag,{value:"Module"})),H6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},j6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FCFCFC" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M18.783 10.435h-1.566a5.217 5.217 0 0 1-10.434 0H5.217a6.785 6.785 0 0 0 4.931 6.526 1.736 1.736 0 0 0 .181 1.895l1.706-1.367 1.705 1.367c.45-.561.495-1.317.172-1.913a6.785 6.785 0 0 0 4.87-6.508Z"></path><path fill="#FFDA44" d="M7.826 9.913s0 2.609 2.609 2.609l.522.521H12s.522-1.565 1.565-1.565c0 0 0-1.043 1.044-1.043h1.565s-.522-2.087 2.087-3.653l-1.044-.521s-3.652 2.608-6.26 2.087V9.39H9.913l-.522-.522-1.565 1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function x1(l,t){return e.openBlock(),e.createElementBlock("svg",H6,j6)}const A6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:x1},render:x1},Symbol.toStringTag,{value:"Module"})),z6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},O6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M10.957 12s-7.435 8.486-7.442 8.485A11.963 11.963 0 0 0 12 23.999c6.628 0 12-5.372 12-12H10.957Z"></path><path fill="#0052B4" d="M3.515 3.515c-4.686 4.686-4.686 12.284 0 16.97L12.001 12 3.514 3.515Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function k1(l,t){return e.openBlock(),e.createElementBlock("svg",z6,O6)}const D6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:k1},render:k1},Symbol.toStringTag,{value:"Module"})),E6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},C6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M.746 16.175C2.442 20.745 6.84 24 12 24c5.16 0 9.558-3.257 11.254-7.826L12 15.13.746 16.175Z"></path><path fill="#000" d="M12 0C6.84 0 2.442 3.258.746 7.828L12 8.87l11.254-1.043C21.558 3.257 17.159 0 12 0Z"></path><path fill="#D80027" d="M.746 7.826A11.974 11.974 0 0 0 0 12c0 1.467.264 2.873.746 4.174h22.508c.482-1.3.746-2.707.746-4.174 0-1.468-.264-2.874-.746-4.174H.746Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function S1(l,t){return e.openBlock(),e.createElementBlock("svg",E6,C6)}const N6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:S1},render:S1},Symbol.toStringTag,{value:"Module"})),L6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},T6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M10.956 13.044s-7.435-9.53-7.442-9.529A11.962 11.962 0 0 1 12 0c6.627 0 12 5.373 12 12l-13.044 1.044Z"></path><path fill="#6DA544" d="M10.956 12s-7.435 8.486-7.442 8.485A11.963 11.963 0 0 0 12 23.999c6.627 0 12-5.372 12-12H10.956Z"></path><path fill="#F0F0F0" d="M3.514 3.515c-4.686 4.686-4.686 12.284 0 16.97L12 12 3.514 3.515Z"></path><path fill="#D80027" d="m4.856 8.87.777 2.39h2.515l-2.034 1.48.777 2.391-2.035-1.478-2.034 1.478.777-2.391-2.034-1.478h2.514l.777-2.392Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function P1(l,t){return e.openBlock(),e.createElementBlock("svg",L6,T6)}const I6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:P1},render:P1},Symbol.toStringTag,{value:"Module"})),q6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},U6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M9.392 10.435h14.507C23.132 4.547 18.097 0 12 0c-.896 0-1.768.1-2.608.285v10.15Zm-3.131.001V1.46a12.007 12.007 0 0 0-6.159 8.976h6.16Zm-.001 3.13H.103A12.007 12.007 0 0 0 6.26 22.54v-8.975Zm3.132 0v10.15c.84.185 1.713.284 2.609.284 6.096 0 11.13-4.547 11.898-10.434H9.392Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function y1(l,t){return e.openBlock(),e.createElementBlock("svg",q6,U6)}const R6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:y1},render:y1},Symbol.toStringTag,{value:"Module"})),G6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},J6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#496E2D" d="M14.348 23.77a12.013 12.013 0 0 0 9.422-9.423h-9.422v9.422ZM.23 14.347a12.013 12.013 0 0 0 9.422 9.422v-9.422H.23Zm23.54-4.695A12.013 12.013 0 0 0 14.348.23v9.422h9.422ZM9.652.23A12.013 12.013 0 0 0 .23 9.652h9.422V.23Z"></path><path fill="#FFDA44" d="M11.217 14.348H9.652v9.422c.51.101 1.033.17 1.565.204v-9.626Zm0-4.695V.027A12.04 12.04 0 0 0 9.652.23v9.422h1.566Z"></path><path fill="#000" d="M12.782.027a12.124 12.124 0 0 0-1.565 0v9.626h1.565V.027Zm-1.565 23.947a12.078 12.078 0 0 0 1.565 0v-9.626h-1.565v9.626Z"></path><path fill="#FFDA44" d="M9.652 11.218V9.653H.23a12 12 0 0 0-.204 1.565h9.626Zm4.696 0h9.626a12.004 12.004 0 0 0-.204-1.565h-9.422v1.565Z"></path><path fill="#000" d="M14.348 12.783h9.626a12.15 12.15 0 0 0 0-1.565h-9.626v1.565ZM.026 11.218a12.155 12.155 0 0 0 0 1.565h9.626v-1.565H.026Z"></path><path fill="#D80027" d="M12 17.739A5.74 5.74 0 1 0 12 6.26a5.74 5.74 0 0 0 0 11.478Z"></path><path fill="#496E2D" d="M13.307 12.64c-.427-.853-.982-1.718-.982-1.718s.014-.394.014-.629a.64.64 0 0 0-1.278-.055.505.505 0 0 0-.2.951.727.727 0 0 1 .432-.401c.031.026.065.05.102.069l.082.039s-.304.857-.304 1.318c0 1.295.853 1.694.853 1.694v.014l-.426.426h.853v-.853l.427.427c.004-.008.809-.518.427-1.281ZM12 7.304l.194.598h.628l-.508.37.194.598L12 8.5l-.509.37.194-.598-.508-.37h.628L12 7.304Zm-2.76.898.508.37.509-.37-.194.598.508.37h-.628l-.195.597-.194-.598h-.628l.508-.37-.194-.597ZM7.534 10.55h.629l.194-.599.194.598h.629l-.509.37.195.598-.51-.37-.508.37.195-.598-.509-.37Zm0 2.901.509-.37-.195-.597.509.37.508-.37-.194.598.509.37h-.63l-.194.597-.194-.598h-.629Zm1.706 2.348.194-.598-.508-.37h.628l.194-.597.195.598h.628l-.508.37.194.597-.509-.37-.508.37Zm2.76.897-.195-.597h-.628l.508-.37-.194-.598.509.37.508-.37-.194.598.508.37h-.628l-.194.597Zm2.76-.897-.508-.37-.509.37.194-.598-.508-.37h.628l.195-.597.194.598h.629l-.509.37.194.597Zm1.706-2.348h-.629l-.194.598-.194-.598h-.629l.509-.37-.195-.597.51.37.508-.37-.195.598.509.37Zm0-2.901-.509.369.195.597-.509-.37-.509.37.195-.597-.509-.37h.629l.194-.598.194.598h.629ZM14.76 8.202l-.194.598.509.37h-.629l-.194.597-.195-.598h-.628l.508-.37-.194-.597.509.37.508-.37Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function V1(l,t){return e.openBlock(),e.createElementBlock("svg",G6,J6)}const K6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:V1},render:V1},Symbol.toStringTag,{value:"Module"})),Y6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},W6=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M.414 15.131a12.021 12.021 0 0 0 8.456 8.456v-8.456H.414Z"></path><path fill="#0052B4" d="M8.87.413A12.02 12.02 0 0 0 .412 8.87H8.87V.413Z"></path><path fill="#D80027" d="M23.587 8.87A12.021 12.021 0 0 0 15.13.414V8.87h8.457Z"></path><path fill="#0052B4" d="M15.13 23.587a12.021 12.021 0 0 0 8.457-8.456H15.13v8.456Z"></path><path fill="#496E2D" d="M15.13 12a3.13 3.13 0 1 1-6.26 0c0-1.73 3.13-3.13 3.13-3.13s3.13 1.4 3.13 3.13Z"></path><path fill="#0052B4" d="M8.87 12a3.13 3.13 0 0 1 6.26 0"></path><path fill="#D80027" d="M10.24 10.434v1.957a1.76 1.76 0 1 0 3.521 0v-1.957h-3.522Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function H1(l,t){return e.openBlock(),e.createElementBlock("svg",Y6,W6)}const Q6=Object.freeze(Object.defineProperty({__proto__:null,default:{render:H1},render:H1},Symbol.toStringTag,{value:"Module"})),X6={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},el=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M1.191 6.783A11.952 11.952 0 0 0 .001 12c0 1.87.427 3.64 1.19 5.217l10.81 1.044 10.809-1.044A11.953 11.953 0 0 0 24 12c0-1.87-.427-3.64-1.19-5.217L12 5.739 1.192 6.783Z"></path><path fill="#000" d="M1.191 17.217A12 12 0 0 0 12 23.999a12 12 0 0 0 10.809-6.782H1.19Z"></path><path fill="#D80027" d="M1.191 6.783h21.618A12 12 0 0 0 11.999 0 12 12 0 0 0 1.192 6.783Z"></path><path fill="#496E2D" d="M3.515 3.514c-4.686 4.686-4.686 12.284 0 16.97L12.001 12 3.514 3.514Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function j1(l,t){return e.openBlock(),e.createElementBlock("svg",X6,el)}const tl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:j1},render:j1},Symbol.toStringTag,{value:"Module"})),ll={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ol=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 0c6.628 0 12 5.373 12 12s-5.372 12-12 12c0-.522-1.565-12-1.565-12L12 0Z"></path><path fill="#496E2D" d="M12 24C5.373 24 0 18.627 0 12S5.373 0 12 0"></path><path fill="#D80027" d="m14.578 9.699-.985 1.357L12 10.537l.986 1.356-.984 1.357 1.594-.52.986 1.357-.001-1.677 1.594-.519-1.595-.517-.001-1.676Z"></path><path fill="#D80027" d="M12.995 15.392a3.391 3.391 0 1 1 1.613-6.375 4.174 4.174 0 1 0 0 5.967c-.48.26-1.029.408-1.613.408Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function A1(l,t){return e.openBlock(),e.createElementBlock("svg",ll,ol)}const cl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:A1},render:A1},Symbol.toStringTag,{value:"Module"})),al={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},nl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12l-12 1.043L0 12Z"></path><path fill="#D80027" d="M1.606 18C3.68 21.589 7.558 24 12 24s8.32-2.412 10.394-6L12 17.219l-10.394.783Z"></path><path fill="#0052B4" d="M22.394 18A11.945 11.945 0 0 0 24 12H0c0 2.186.585 4.235 1.606 6h20.788Z"></path><path fill="#FFDA44" d="M12 16.174a4.174 4.174 0 1 0 0-8.347 4.174 4.174 0 0 0 0 8.347Z"></path><path fill="#338AF3" d="M12 14.61A2.612 2.612 0 0 1 9.392 12v-1.565A2.612 2.612 0 0 1 12 7.827a2.612 2.612 0 0 1 2.609 2.608v1.566A2.612 2.612 0 0 1 12 14.609Z"></path><path fill="#000" d="M16.174 5.74h-3.13a1.044 1.044 0 0 0-2.088 0h-3.13c0 .576.502 1.043 1.078 1.043h-.035c0 .577.467 1.044 1.044 1.044 0 .576.467 1.043 1.043 1.043h2.087c.577 0 1.044-.467 1.044-1.043.576 0 1.043-.467 1.043-1.043h-.035c.577 0 1.079-.468 1.079-1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function z1(l,t){return e.openBlock(),e.createElementBlock("svg",al,nl)}const hl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:z1},render:z1},Symbol.toStringTag,{value:"Module"})),rl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},sl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#000" d="M0 12c0 1.467.264 2.873.746 4.173L12 16.695l11.253-.522c.483-1.3.747-2.706.747-4.173a11.96 11.96 0 0 0-.747-4.174L12 7.304.746 7.826A11.975 11.975 0 0 0 0 11.999Z"></path><path fill="#0052B4" d="M12 0C6.84 0 2.442 3.256.746 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path><path fill="#F0F0F0" d="M23.253 16.174H.746C2.442 20.744 6.84 24 12 24c5.16 0 9.558-3.256 11.253-7.826Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function O1(l,t){return e.openBlock(),e.createElementBlock("svg",rl,sl)}const il=Object.freeze(Object.defineProperty({__proto__:null,default:{render:O1},render:O1},Symbol.toStringTag,{value:"Module"})),dl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},pl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0C6.84 0 2.442 3.256.747 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path><path fill="#000" d="M12 24c5.16 0 9.558-3.256 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path><path fill="#FF9811" d="M16.174 10.696h-3.13a1.044 1.044 0 0 0-2.088 0h-3.13c0 .576.502 1.043 1.078 1.043H8.87c0 .576.467 1.044 1.043 1.044 0 .576.467 1.043 1.043 1.043h2.088c.576 0 1.043-.467 1.043-1.043.576 0 1.043-.468 1.043-1.044h-.034c.576 0 1.078-.467 1.078-1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function D1(l,t){return e.openBlock(),e.createElementBlock("svg",dl,pl)}const _l=Object.freeze(Object.defineProperty({__proto__:null,default:{render:D1},render:D1},Symbol.toStringTag,{value:"Module"})),fl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},gl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M1.19 6.782A11.952 11.952 0 0 0 0 11.999c0 1.87.428 3.64 1.19 5.218L12 18.26l10.81-1.043A11.953 11.953 0 0 0 24 11.999c0-1.87-.428-3.64-1.19-5.217L12 5.738 1.19 6.782Z"></path><path fill="#496E2D" d="M1.191 17.218A12 12 0 0 0 12.001 24a12 12 0 0 0 10.808-6.782H1.191Z"></path><path fill="#000" d="M1.191 6.782H22.81A12 12 0 0 0 12 0 12 12 0 0 0 1.191 6.782Z"></path><path fill="#D80027" d="M3.515 3.515c-4.687 4.686-4.687 12.284 0 16.97L12 12 3.515 3.515ZM15.13 12A3.653 3.653 0 0 1 18 8.433a3.652 3.652 0 1 0 0 7.134A3.653 3.653 0 0 1 15.13 12Z"></path><path fill="#D80027" d="m18.153 9.652.518 1.595h1.677l-1.357.985.519 1.594-1.357-.985-1.356.985.518-1.594-1.356-.986h1.676l.518-1.594Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function E1(l,t){return e.openBlock(),e.createElementBlock("svg",fl,gl)}const ml=Object.freeze(Object.defineProperty({__proto__:null,default:{render:E1},render:E1},Symbol.toStringTag,{value:"Module"})),$l={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},vl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M10.957 10.957s-7.435 9.53-7.442 9.528A11.962 11.962 0 0 0 12 24c6.628 0 12-5.373 12-12l-13.043-1.043Z"></path><path fill="#6DA544" d="M10.957 12S3.522 3.513 3.515 3.514A11.962 11.962 0 0 1 12 0c6.628 0 12 5.372 12 12H10.957Z"></path><path fill="#D80027" d="M3.514 3.515c-4.686 4.687-4.686 12.285 0 16.971A88696 88696 0 0 0 24 12.001L3.514 3.515Z"></path><path fill="#FFDA44" d="M6.26 7.043a4.179 4.179 0 0 0-4.173 4.174v1.565a4.179 4.179 0 0 0 4.173 4.174 4.179 4.179 0 0 0 4.174-4.174v-1.565A4.179 4.179 0 0 0 6.26 7.043Zm2.61 5.74a2.613 2.613 0 0 1-1.827 2.488v-1.706l1.107-1.107-1.106-1.107-.001-.394v-.522H5.478V12L4.37 13.106l1.107 1.107v1.058a2.613 2.613 0 0 1-1.826-2.489v-1.565A2.612 2.612 0 0 1 6.26 8.61a2.612 2.612 0 0 1 2.61 2.608v1.565Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function C1(l,t){return e.openBlock(),e.createElementBlock("svg",$l,vl)}const wl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:C1},render:C1},Symbol.toStringTag,{value:"Module"})),Zl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ul=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M0 12c0 1.467.264 2.873.746 4.173L12 17.217l11.254-1.044c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174L12 6.782.746 7.825A11.974 11.974 0 0 0 0 12Z"></path><path fill="#D80027" d="M23.255 7.826C21.56 3.256 17.161 0 12.002 0 6.841 0 2.443 3.256.748 7.826h22.507ZM.747 16.174C2.442 20.744 6.84 24 12 24s9.558-3.256 11.253-7.826H.747Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function N1(l,t){return e.openBlock(),e.createElementBlock("svg",Zl,ul)}const Ml=Object.freeze(Object.defineProperty({__proto__:null,default:{render:N1},render:N1},Symbol.toStringTag,{value:"Module"})),Fl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Bl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M0 12c0 1.468.264 2.874.746 4.174L12 17.217l11.253-1.043c.483-1.3.747-2.706.747-4.174 0-1.448-.257-2.836-.726-4.12L12 6.782.726 7.879A11.975 11.975 0 0 0 0 12Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.256 11.253-7.826H.746C2.442 20.744 6.84 24 12 24Z"></path><path fill="#6DA544" d="M12 0C6.84 0 2.442 3.256.746 7.826h22.508C21.558 3.256 17.159 0 12 0Z"></path><path fill="#0052B4" d="M12 17.74a5.74 5.74 0 1 0 0-11.478 5.74 5.74 0 0 0 0 11.478Z"></path><path fill="#FFDA44" d="m11.999 7.556 1.036 3.189h3.358l-2.718 1.97 1.044 3.199-2.72-1.98-2.717 1.976 1.04-3.194-2.715-1.971h3.356l1.036-3.189Z"></path><path fill="#FFDA44" d="m16.13 12.794-3.286-1.068 2.031-2.796-.844-.613L12 11.113 9.969 8.317l-.845.613 2.032 2.796-3.287 1.068.323.992 3.286-1.068v3.456h1.044v-3.456l3.286 1.068.323-.992Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function L1(l,t){return e.openBlock(),e.createElementBlock("svg",Fl,Bl)}const bl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:L1},render:L1},Symbol.toStringTag,{value:"Module"})),xl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},kl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M23.898 10.435H9.391V.285C8.282.531 7.231.93 6.261 1.46v8.976H.101a12.102 12.102 0 0 0 0 3.13h6.16v8.976c.97.53 2.021.928 3.13 1.174v-10.15h14.507a12.121 12.121 0 0 0 0-3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function T1(l,t){return e.openBlock(),e.createElementBlock("svg",xl,kl)}const Sl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:T1},render:T1},Symbol.toStringTag,{value:"Module"})),Pl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},yl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#0052B4" d="M12 5.74v4.048L7.824 5.74H12Zm-5.74 6.262h3.526L6.26 7.306l-.521 3.652.521 1.044Z"></path><path fill="#F0F0F0" d="M11.967 12H12v-.032l-.032.032Z"></path><path fill="#F0F0F0" d="M12 6.261V.001h-.002C5.37 0 0 5.374 0 12h6.26V8.475l3.526 3.526h2.182l.032-.032V9.787L8.474 6.261H12Z"></path><path fill="#D80027" d="M6.07 1.566a12.057 12.057 0 0 0-4.505 4.506V12h3.13V4.696H12v-3.13H6.07Z"></path><path fill="#D80027" d="M12 10.525 7.736 6.26H6.261L12 12.002v-1.476Z"></path><path fill="#F3F3F3" d="M13.566 7.827v4.174c0 2.796 3.652 3.652 3.652 3.652s3.652-.856 3.652-3.652V7.827l-3.652-1.043-3.652 1.043Z"></path><path fill="#D80027" d="M20.87 7.826V6.261h-7.304v1.565h3.13v3.13h-3.13V12h3.13v3.492c.315.112.522.16.522.16s.206-.048.521-.16V12h3.13v-1.043h-3.13v-3.13h3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function I1(l,t){return e.openBlock(),e.createElementBlock("svg",Pl,yl)}const Vl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:I1},render:I1},Symbol.toStringTag,{value:"Module"})),Hl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},jl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.967 12H12v-.032l-.032.032Z"></path><path fill="#F0F0F0" d="M12 6.26V0h-.002C5.37 0 0 5.373 0 12h6.26V8.474L9.786 12h2.182l.032-.032V9.786L8.474 6.261H12Z"></path><path fill="#D80027" d="M6.07 1.565A12.057 12.057 0 0 0 1.566 6.07V12h3.13V4.695H12v-3.13H6.07Z"></path><path fill="#D80027" d="M12 10.524 7.736 6.261H6.261L12 12.001v-1.477Z"></path><path fill="#FFDA44" d="M19.305 14.086v.522H15.13v-.522h-1.566v2.087h1.044v.522h5.217v-.522h1.044v-2.087h-1.565Z"></path><path fill="#338AF3" d="M13.565 6.262V12c0 2.795 3.653 3.652 3.653 3.652S20.87 14.796 20.87 12V6.26h-7.305Z"></path><path fill="#F3F3F3" d="M17.218 10.543c-.913 0-.913.835-1.826.835s-.913-.835-1.826-.835v1.46c.913 0 .913.835 1.826.835s.913-.834 1.826-.834.913.835 1.826.835.913-.835 1.826-.835v-1.461c-.913 0-.913.835-1.826.835s-.913-.835-1.826-.835Zm0-2.925c-.913 0-.913.835-1.826.835s-.913-.835-1.826-.835v1.46c.913 0 .913.836 1.826.836s.913-.835 1.826-.835.913.835 1.826.835.913-.835 1.826-.835V7.618c-.913 0-.913.835-1.826.835s-.913-.835-1.826-.835Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function q1(l,t){return e.openBlock(),e.createElementBlock("svg",Hl,jl)}const Al=Object.freeze(Object.defineProperty({__proto__:null,default:{render:q1},render:q1},Symbol.toStringTag,{value:"Module"})),zl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ol=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="m12 5.217.518 1.595h1.677l-1.357.985.519 1.594L12 8.406l-1.356.985.518-1.594-1.356-.985h1.676L12 5.217ZM5.217 12l1.595-.518V9.805l.985 1.357 1.594-.519L8.406 12l.985 1.356-1.594-.518-.985 1.356v-1.676L5.217 12ZM12 18.783l-.518-1.594H9.806l1.356-.986-.518-1.594 1.356.985 1.357-.985-.519 1.594 1.357.986h-1.677L12 18.783ZM18.783 12l-1.594.518v1.676l-.986-1.356-1.594.518.985-1.357-.985-1.356 1.594.518.986-1.356v1.677l1.594.518Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function U1(l,t){return e.openBlock(),e.createElementBlock("svg",zl,Ol)}const Dl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:U1},render:U1},Symbol.toStringTag,{value:"Module"})),El={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Cl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="m23.478 12 .42-1.565a11.995 11.995 0 0 0-.311-1.565h-12.63V.046a11.97 11.97 0 0 0-1.566.24l-2.087 1.28-1.043-.106c-.55.3-1.073.64-1.565 1.02v6.39H.413C.276 9.379.171 9.9.102 10.435L.522 12l-.42 1.565c.07.534.174 1.056.311 1.565h4.283v6.39c.492.38 1.016.72 1.565 1.02l1.565-.105 1.565 1.28c.51.112 1.033.193 1.565.24V15.13h12.63c.138-.51.242-1.032.312-1.566L23.478 12Z"></path><path fill="#D80027" d="M23.898 10.435H9.391V.285C8.282.531 7.231.93 6.261 1.46v8.976H.1a12.119 12.119 0 0 0 0 3.13h6.16v8.976c.97.53 2.021.928 3.13 1.174v-10.15h14.507a12.121 12.121 0 0 0 0-3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function R1(l,t){return e.openBlock(),e.createElementBlock("svg",El,Cl)}const Nl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:R1},render:R1},Symbol.toStringTag,{value:"Module"})),Ll={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Tl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12c0-5.16-3.257-9.558-7.826-11.254v22.508C20.744 21.558 24 17.159 24 12Z"></path><path fill="#0052B4" d="M0 12c0 5.16 3.257 9.559 7.827 11.254V.747C3.257 2.443 0 6.841 0 12.001Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function G1(l,t){return e.openBlock(),e.createElementBlock("svg",Ll,Tl)}const Il=Object.freeze(Object.defineProperty({__proto__:null,default:{render:G1},render:G1},Symbol.toStringTag,{value:"Module"})),ql={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ul=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M23.253 16.175c.483-1.3.747-2.706.747-4.174a11.96 11.96 0 0 0-.747-4.174L12 6.784.746 7.827A11.974 11.974 0 0 0 0 12.001c0 1.468.264 2.874.746 4.174L12 17.218l11.253-1.043Z"></path><path fill="#0052B4" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path><path fill="#6DA544" d="M12 0C6.84 0 2.442 3.258.747 7.828h22.507C21.558 3.257 17.16 0 12 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function J1(l,t){return e.openBlock(),e.createElementBlock("svg",ql,Ul)}const Rl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:J1},render:J1},Symbol.toStringTag,{value:"Module"})),Gl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Jl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M23.898 10.435H13.565V.102a12.12 12.12 0 0 0-3.13 0v10.333H.102a12.12 12.12 0 0 0 0 3.13h10.333v10.333a12.121 12.121 0 0 0 3.13 0V13.565h10.333a12.12 12.12 0 0 0 0-3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function K1(l,t){return e.openBlock(),e.createElementBlock("svg",Gl,Jl)}const Kl=Object.freeze(Object.defineProperty({__proto__:null,default:{render:K1},render:K1},Symbol.toStringTag,{value:"Module"})),Yl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Wl=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M2.48 4.693A11.956 11.956 0 0 0 .414 8.868h6.243L2.481 4.693Zm21.107 4.176a11.959 11.959 0 0 0-2.067-4.176L17.344 8.87h6.243ZM.413 15.13a11.956 11.956 0 0 0 2.068 4.176l4.175-4.176H.413ZM19.306 2.48A11.957 11.957 0 0 0 15.13.412v6.243l4.176-4.175ZM4.694 21.518a11.957 11.957 0 0 0 4.175 2.067v-6.243l-4.175 4.176ZM8.87.412A11.957 11.957 0 0 0 4.693 2.48l4.175 4.175V.412Zm6.26 23.173a11.957 11.957 0 0 0 4.175-2.067l-4.175-4.176v6.243Zm2.214-8.455 4.176 4.176a11.959 11.959 0 0 0 2.067-4.176h-6.243Z"></path><path fill="#D80027" d="M23.898 10.435H13.565V.102a12.12 12.12 0 0 0-3.13 0v10.333H.102a12.12 12.12 0 0 0 0 3.13h10.333v10.333a12.12 12.12 0 0 0 3.13 0V13.565h10.333a12.12 12.12 0 0 0 0-3.13Z"></path><path fill="#D80027" d="m15.13 15.131 5.355 5.355c.247-.246.481-.503.706-.77l-4.585-4.585H15.13Zm-6.26 0-5.355 5.355c.246.246.503.481.77.705l4.585-4.584V15.13Zm0-6.261v-.001L3.514 3.514c-.247.246-.482.504-.706.77L7.394 8.87h1.475Zm6.26 0 5.355-5.355a11.996 11.996 0 0 0-.77-.705L15.13 7.394V8.87Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Y1(l,t){return e.openBlock(),e.createElementBlock("svg",Yl,Wl)}const Ql=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Y1},render:Y1},Symbol.toStringTag,{value:"Module"})),Xl={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},e8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M5.236 2.087A11.943 11.943 0 0 1 12 0c2.509 0 4.837.77 6.763 2.087L12 2.609l-6.764-.522Z"></path><path fill="#0052B4" d="m12 12-.765-.766-.204.364.97.401Z"></path><path fill="#496E2D" d="M3.515 3.515c-4.686 4.686-4.686 12.284 0 16.97 1.937-1.936 3.8-3.798 8.486-8.485L3.514 3.515Zm16.971.001c4.686 4.686 4.686 12.284 0 16.97L12 12.002l8.486-8.485Z"></path><path fill="#A2001D" d="M12 16.174a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348Z"></path><path fill="#FFDA44" d="m12 7.826.935 2.88h3.028l-2.45 1.78.936 2.88-2.45-1.78-2.449 1.78.936-2.88-2.45-1.78h3.028L12 7.826Z"></path><path fill="#A2001D" d="M12.004 0h-.008a11.962 11.962 0 0 0-8.48 3.514h16.969A11.962 11.962 0 0 0 12.005 0ZM3.516 20.486A11.962 11.962 0 0 0 12.001 24c3.313 0 6.313-1.343 8.484-3.514H3.516Z"></path><path fill="#FFDA44" d="m12 1.304.195.598h.628l-.508.37.194.597L12 2.5l-.508.37.194-.597-.508-.37h.628L12 1.304Zm-2.91 0 .195.598h.629l-.509.37.194.597-.508-.37-.509.37.195-.597-.51-.37h.63l.194-.598Zm5.82 0 .194.598h.629l-.509.37.195.597-.509-.37-.508.37.194-.597-.509-.37h.629l.194-.598ZM12 21.13l.195.598h.628l-.508.37.194.597-.509-.37-.508.37.194-.598-.508-.37h.628L12 21.13Zm-2.91 0 .195.598h.629l-.509.37.194.597-.508-.37-.509.37.195-.598-.51-.37h.63l.194-.597Zm5.82 0 .194.598h.629l-.509.37.195.597-.509-.37-.508.37.194-.598-.509-.37h.629l.194-.597ZM3.657 11.802a1.043 1.043 0 0 1-1.764 1.116c-.558-.881-.234-2.321-.234-2.321s1.44.323 1.998 1.205Z"></path><path fill="#A2001D" d="M3.054 13.322a.522.522 0 1 0 0-1.043.522.522 0 0 0 0 1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function W1(l,t){return e.openBlock(),e.createElementBlock("svg",Xl,e8)}const t8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:W1},render:W1},Symbol.toStringTag,{value:"Module"})),l8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},o8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M23.898 10.435H13.565V.102a12.12 12.12 0 0 0-3.13 0v10.333H.102a12.12 12.12 0 0 0 0 3.13h10.333v10.333a12.121 12.121 0 0 0 3.13 0V13.565h10.333a12.12 12.12 0 0 0 0-3.13Z"></path><path fill="#D80027" d="M7.304 5.74V4.175H5.74V5.74H4.174v1.565h1.565V8.87h1.565V7.305H8.87V5.74H7.304Zm10.956 0V4.175h-1.564V5.74H15.13v1.565h1.566V8.87h1.565V7.305h1.565V5.74h-1.565ZM7.304 16.697V15.13H5.74v1.566H4.174v1.565h1.565v1.565h1.565v-1.565H8.87v-1.565H7.304Zm10.956 0V15.13h-1.564v1.566H15.13v1.565h1.566v1.565h1.565v-1.565h1.565v-1.565h-1.565Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Q1(l,t){return e.openBlock(),e.createElementBlock("svg",l8,o8)}const c8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Q1},render:Q1},Symbol.toStringTag,{value:"Module"})),a8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},n8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M23.898 10.435H13.565V.102a12.12 12.12 0 0 0-3.13 0v10.333H.102a12.118 12.118 0 0 0 0 3.13h10.333v10.333a12.121 12.121 0 0 0 3.13 0V13.565h10.333a12.121 12.121 0 0 0 0-3.13Z"></path><path fill="#FFDA44" d="m15.392 12.522.782.522v-2.087l-.782.521h-2.87v-2.87l.522-.782h-2.087l.522.783v2.87h-2.87l-.783-.522v2.087l.783-.522h2.87v2.87l-.522.782h2.087l-.522-.782v-2.87h2.87Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function X1(l,t){return e.openBlock(),e.createElementBlock("svg",a8,n8)}const h8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:X1},render:X1},Symbol.toStringTag,{value:"Module"})),r8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},s8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M0 12c0 1.467.264 2.873.746 4.173L12 16.695l11.254-.522c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174L12 7.303.746 7.825A11.975 11.975 0 0 0 0 12Z"></path><path fill="#D80027" d="M12-.001C6.84-.001 2.442 3.256.746 7.825h22.508C21.557 3.255 17.159 0 12 0Z"></path><path fill="#496E2D" d="M23.254 16.174H.746C2.442 20.744 6.84 24 12 24c5.16 0 9.558-3.256 11.254-7.826Z"></path><path fill="#000" d="m12 7.826 1.036 3.189h3.353l-2.713 1.97 1.036 3.189L12 14.204l-2.713 1.97 1.036-3.189-2.712-1.97h3.353L12 7.826Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function e0(l,t){return e.openBlock(),e.createElementBlock("svg",r8,s8)}const i8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:e0},render:e0},Symbol.toStringTag,{value:"Module"})),d8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},p8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F9F9F9" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.256 11.253-7.825H.746C2.442 20.745 6.84 24 12 24Zm4.695-14.086V8.348h.522V7.305h-1.043v.522H15.13v-.522h-1.043v1.043h.522v1.566h-1.044V6.26h.522V5.218h-1.044v.522h-.521v-.522h-1.044v.522h-.522v-.522H9.913v1.043h.522v3.653H9.39V8.348h.522V7.305H8.869v.522H7.826v-.522H6.783v1.043h.521v1.566H6.261v4.174h11.478V9.913h-1.044Z"></path><path fill="#FFDA44" d="M12 13.565a1.565 1.565 0 0 0-.522 3.041v2.177H9.913v2.087h2.608v-4.264a1.566 1.566 0 0 0-.521-3.04Zm0 2.087a.522.522 0 1 1 0-1.043.522.522 0 0 1 0 1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function t0(l,t){return e.openBlock(),e.createElementBlock("svg",d8,p8)}const _8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:t0},render:t0},Symbol.toStringTag,{value:"Module"})),f8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},g8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12c-.522 0-12 1.565-12 1.565L0 12Z"></path><path fill="#D80027" d="M24 12c0 6.628-5.372 12-12 12-6.627 0-12-5.372-12-12"></path><path fill="#F0F0F0" d="M8.348 17.74a5.74 5.74 0 1 0 0-11.479 5.74 5.74 0 0 0 0 11.479Z"></path><path fill="#D80027" d="M2.608 12a5.74 5.74 0 0 1 11.479 0"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function l0(l,t){return e.openBlock(),e.createElementBlock("svg",f8,g8)}const m8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:l0},render:l0},Symbol.toStringTag,{value:"Module"})),$8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},v8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M12 0C7.04 0 2.782 3.012.954 7.306h22.093C21.219 3.011 16.96.001 12 .001Z"></path><path fill="#496E2D" d="M12 24c4.961 0 9.219-3.01 11.047-7.304H.954C2.782 20.99 7.04 24.001 12 24.001Z"></path><path fill="#0052B4" d="M23.587 8.87H.413A12.013 12.013 0 0 0 0 12c0 1.083.144 2.132.413 3.13h23.174a12.053 12.053 0 0 0 0-6.26Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function o0(l,t){return e.openBlock(),e.createElementBlock("svg",$8,v8)}const w8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:o0},render:o0},Symbol.toStringTag,{value:"Module"})),Z8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},u8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M16.174.746A11.974 11.974 0 0 0 12 0a11.98 11.98 0 0 0-4.173.746L7.305 12l.522 11.253c1.3.483 2.706.747 4.173.747a11.96 11.96 0 0 0 4.174-.747L16.696 12 16.174.746Z"></path><path fill="#D80027" d="M0 12c0 5.16 3.256 9.558 7.826 11.254V.747C3.256 2.442 0 6.84 0 12Z"></path><path fill="#6DA544" d="M24 12c0-5.16-3.257-9.558-7.826-11.253v22.507C20.744 21.558 24 17.16 24 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function c0(l,t){return e.openBlock(),e.createElementBlock("svg",Z8,u8)}const M8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:c0},render:c0},Symbol.toStringTag,{value:"Module"})),F8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},B8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M7.305 7.826h15.949C21.558 3.256 17.16 0 12 0a11.96 11.96 0 0 0-8.485 3.515l3.79 4.31Z"></path><path fill="#D80027" d="M7.305 16.174h15.949C21.558 20.744 17.16 24 12 24a11.961 11.961 0 0 1-8.485-3.515l3.79-4.31Z"></path><path fill="#0052B4" d="M3.515 3.515c-4.686 4.687-4.686 12.285 0 16.971l8.486-8.485-8.486-8.486Z"></path><path fill="#DEDDE0" d="M14.087 9.913v2.608c0 1.598 2.087 2.087 2.087 2.087s2.087-.49 2.087-2.087V9.913h-4.174Z"></path><path fill="#786145" d="M16.695 12.052h-1.043v1.513h1.043v-1.513Z"></path><path fill="#6DA544" d="M17.218 11.479a1.044 1.044 0 0 0-2.087 0 .522.522 0 0 0 0 1.043h2.087a.522.522 0 1 0 0-1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function a0(l,t){return e.openBlock(),e.createElementBlock("svg",F8,B8)}const b8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:a0},render:a0},Symbol.toStringTag,{value:"Module"})),x8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},k8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M12 8.87h11.586a11.932 11.932 0 0 0-1.348-3.13H12v3.13ZM4.53 21.391h14.94a12.059 12.059 0 0 0 2.77-3.13H1.761a12.062 12.062 0 0 0 2.769 3.13ZM4.174 2.904A12.059 12.059 0 0 0 1.762 5.74h2.412V2.904ZM12 12V8.87H7.304V12h-3.13V8.87H.414A12.013 12.013 0 0 0 0 12c0 1.083.144 2.132.414 3.13h23.173A12.01 12.01 0 0 0 24 12H12Z"></path><path fill="#338AF3" d="M12 0c-1.666 0-3.253.34-4.695.955V5.74H12V2.61h7.47A11.949 11.949 0 0 0 12 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function n0(l,t){return e.openBlock(),e.createElementBlock("svg",x8,k8)}const S8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:n0},render:n0},Symbol.toStringTag,{value:"Module"})),P8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},y8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M24 12a12 12 0 0 0-6.783-10.81v21.62A12 12 0 0 0 23.999 12ZM0 12a12 12 0 0 0 6.782 10.81V1.19A12 12 0 0 0 0 12Z"></path><path fill="#ACABB1" d="M15.136 14.028 13.106 12l1.932-1.931-.088-1.02-.553-.553L12 10.893 9.602 8.495l-.553.553-.088 1.02 1.932 1.931-2.03 2.03 1.108 1.106L12 13.106l2.029 2.03 1.107-1.108Z"></path><path fill="#6DA544" d="m14.952 9.049-1.107 1.107a2.609 2.609 0 1 1-3.69 0L9.05 9.049a4.174 4.174 0 1 0 5.903 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function h0(l,t){return e.openBlock(),e.createElementBlock("svg",P8,y8)}const V8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:h0},render:h0},Symbol.toStringTag,{value:"Module"})),H8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},j8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M5.236 21.912A11.944 11.944 0 0 0 12 24c2.509 0 4.837-.77 6.763-2.087L12 20.87l-6.764 1.043ZM18.764 2.087A11.944 11.944 0 0 0 12.001 0C9.49 0 7.163.77 5.237 2.087l6.764 1.043 6.763-1.043Z"></path><path fill="#0052B4" d="M24 12c0-3.97-2.378-7.958-5.237-9.913H5.236A11.987 11.987 0 0 0 0 12c0 4.119 2.075 7.752 5.236 9.913h13.527A11.987 11.987 0 0 0 24 12Z"></path><path fill="#D80027" d="M11.32 19.575c-.163-.14-4.016-3.49-4.016-7.575s3.853-7.434 4.017-7.575L12 3.843l.679.582c.164.14 4.016 3.49 4.016 7.575s-3.852 7.434-4.016 7.575l-.68.582-.678-.582Z"></path><path fill="#338AF3" d="M15.652 12C15.652 8.348 12 5.217 12 5.217S8.348 8.348 8.348 12c0 1.117.342 2.185.817 3.13h5.67c.475-.945.817-2.013.817-3.13Z"></path><path fill="#0052B4" d="M15.652 12c0 1.118-.342 2.186-.816 3.13L12 15.654l-2.835-.522c-.475-.945-.817-2.013-.817-3.13h7.304Z"></path><path fill="#FFDA44" d="M12 18.782s1.76-1.508 2.836-3.652H9.164C10.241 17.274 12 18.782 12 18.782Z"></path><path fill="#6DA544" d="M9.652 9.913h4.695L12 12.26 9.652 9.913Z"></path><path fill="#A2001D" d="M12.783 11.477h-1.566v4.696h1.566v-4.696Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function r0(l,t){return e.openBlock(),e.createElementBlock("svg",H8,j8)}const A8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:r0},render:r0},Symbol.toStringTag,{value:"Module"})),z8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},O8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 0c-1.084 0-2.133.144-3.13.413L7.825 12l1.043 11.587c.998.268 2.047.413 3.13.413 6.628 0 12-5.373 12-12 0-6.628-5.372-12-12-12Z"></path><path fill="#6DA544" d="m7.826 12 1.043 11.587c.998.27 2.047.413 3.13.413 6.628 0 12-5.372 12-12H7.827Z"></path><path fill="#D80027" d="M0 12c0 4.548 2.53 8.505 6.26 10.54V1.46A11.997 11.997 0 0 0 0 11.998Z"></path><path fill="#D80027" d="M0 12c0 5.544 3.76 10.21 8.87 11.586V.413C3.76 1.79 0 6.455 0 11.999Z"></path><path fill="#000" d="m4.535 8.868.777 2.392h2.514l-2.034 1.478.777 2.391-2.034-1.478L2.5 15.13l.777-2.391-2.034-1.478h2.515l.777-2.392Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function s0(l,t){return e.openBlock(),e.createElementBlock("svg",z8,O8)}const D8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:s0},render:s0},Symbol.toStringTag,{value:"Module"})),E8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},C8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M12-.001c-2.122 0-4.114.551-5.844 1.517v20.966A11.944 11.944 0 0 0 12 23.999c6.627 0 12-5.373 12-12s-5.373-12-12-12Z"></path><path fill="#F0F0F0" d="M6.192 1.498A12.026 12.026 0 0 0 4.285 2.81l9.19 9.19-9.19 9.191a12.123 12.123 0 0 1 1.907 1.312L24 12 6.192 1.498Z"></path><path fill="#FFDA44" d="M5.178 2.127c-.366.253-.717.526-1.052.817L12 12l-7.874 9.055c.335.291.686.564 1.052.817L21.946 12 5.178 2.127Z"></path><path fill="#000" d="M4.285 2.81c-.267.224-.524.459-.77.705L10.956 12l-7.441 8.486c.246.246.503.48.77.705l9.19-9.19-9.19-9.191Z"></path><path fill="#D80027" d="M3.515 3.514c-4.687 4.687-4.687 12.285 0 16.97L12 12 3.515 3.514Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function i0(l,t){return e.openBlock(),e.createElementBlock("svg",E8,C8)}const N8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:i0},render:i0},Symbol.toStringTag,{value:"Module"})),L8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},T8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M13.24 9.078c-.274 1.134-.758.918-.996 1.907a2.609 2.609 0 0 1 1.22-5.073c-.476 1.978.02 2.151-.225 3.166Zm-3.636.839c.995.61.64 1.004 1.507 1.536a2.609 2.609 0 0 1-4.448-2.727c1.734 1.064 2.052.646 2.941 1.191Zm-.324 3.718c.887-.758 1.152-.298 1.926-.958a2.609 2.609 0 1 1-3.968 3.387c1.547-1.321 1.248-1.752 2.042-2.43Zm3.435 1.456c-.446-1.077.073-1.187-.316-2.127a2.609 2.609 0 0 1 1.995 4.82c-.778-1.88-1.28-1.728-1.679-2.693Zm2.447-2.817c-1.163.091-1.107-.437-2.121-.357a2.609 2.609 0 0 1 5.201-.408c-2.029.16-2.04.683-3.08.765Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function d0(l,t){return e.openBlock(),e.createElementBlock("svg",L8,T8)}const I8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:d0},render:d0},Symbol.toStringTag,{value:"Module"})),q8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},U8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M12 23.999a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12 24Zm0-24A12 12 0 0 0 1.193 6.782H22.81A12 12 0 0 0 12-.001ZM7.386 7.824l.388 1.196h1.257l-1.017.74.389 1.195-1.017-.74-1.018.74.389-1.196L5.74 9.02h1.257l.389-1.196Zm0 5.219.388 1.195h1.257l-1.017.74.389 1.195-1.017-.74-1.018.74.389-1.196-1.017-.739h1.257l.389-1.195Zm9.229-5.219.389 1.196h1.257l-1.017.74.388 1.195-1.017-.74-1.017.74.388-1.196-1.017-.739h1.258l.388-1.196Zm0 5.219.389 1.195h1.257l-1.017.74.388 1.195-1.017-.74-1.017.74.388-1.196-1.017-.739h1.258l.388-1.195ZM12 10.433l.389 1.196h1.257l-1.017.74.388 1.195-1.017-.74-1.017.74.388-1.196-1.017-.739h1.258L12 10.433Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function p0(l,t){return e.openBlock(),e.createElementBlock("svg",q8,U8)}const R8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:p0},render:p0},Symbol.toStringTag,{value:"Module"})),G8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},J8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M24 12c0-1.468-.264-2.874-.746-4.174L12 7.304.746 7.826A11.974 11.974 0 0 0 0 12c0 1.468.264 2.874.746 4.174L12 16.695l11.254-.521c.482-1.3.746-2.706.746-4.174Z"></path><path fill="#0052B4" d="M12 24c5.16 0 9.558-3.257 11.254-7.827H.746C2.442 20.743 6.84 24 12 24Z"></path><path fill="#D80027" d="M.746 7.827h22.508C21.557 3.257 17.159 0 12 0 6.84 0 2.442 3.257.746 7.827Z"></path><path fill="#338AF3" d="M15.13 8.348h-2.087l.348-2.61 1.391-1.043 1.392 1.044v2.087l-1.044.522Zm-6.26 0h2.086l-.348-2.609-1.391-1.043-1.391 1.043v2.087l1.043.522Z"></path><path fill="#0052B4" d="M13.39 8.348h-2.782V5.739L12 4.696l1.392 1.043v2.609Z"></path><path fill="#F0F0F0" d="M7.826 7.826v5.739a4.17 4.17 0 0 0 1.678 3.344l.73-.183.922.927a4.181 4.181 0 0 0 1.683 0l1.052-.875.604.129a4.169 4.169 0 0 0 1.679-3.342v-5.74H7.826Z"></path><path fill="#D80027" d="M9.496 7.826h-1.67v1.67h1.67v-1.67Zm3.339 0h-1.67v1.67h1.67v-1.67Zm3.339 0h-1.67v1.67h1.67v-1.67Z"></path><path fill="#D80027" d="M11.165 9.495h-1.67v1.67h1.67v-1.67Zm3.339 0h-1.67v1.67h1.67v-1.67Z"></path><path fill="#D80027" d="M9.496 11.164h-1.67v1.67h1.67v-1.67Zm1.669 1.671h-1.67v1.67h1.67v-1.67Zm1.67-1.671h-1.67v1.67h1.67v-1.67Zm3.339 0h-1.67v1.67h1.67v-1.67Zm-1.67 1.671h-1.67v1.67h1.67v-1.67Z"></path><path fill="#D80027" d="M12.835 14.504h-1.67v1.67h1.67v-1.67Zm-3.34 0H7.934a4.16 4.16 0 0 0 .81 1.67h.751v-1.67Zm5.01 1.67h.75a4.16 4.16 0 0 0 .811-1.67h-1.561v1.67Zm-5.01-.001v.729a4.157 4.157 0 0 0 1.67.753v-1.482h-1.67Z"></path><path fill="#D80027" d="M12.835 16.173v1.482a4.155 4.155 0 0 0 1.669-.753v-.729h-1.67Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function _0(l,t){return e.openBlock(),e.createElementBlock("svg",G8,J8)}const K8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:_0},render:_0},Symbol.toStringTag,{value:"Module"})),Y8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},W8=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#A2001D" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 12 0 12 0s12 5.373 12 12Z"></path><path fill="#0052B4" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path><path fill="#F0F0F0" d="M16.174 15.13 12 14.61l-4.174.521V8.87h8.348v6.26Z"></path><path fill="#0052B4" d="M12 14.608a2.087 2.087 0 1 0 0-4.174 2.087 2.087 0 0 0 0 4.174Z"></path><path fill="#A2001D" d="M12 13.565a1.044 1.044 0 1 0 0-2.087 1.044 1.044 0 0 0 0 2.087Z"></path><path fill="#6DA544" d="M10.435 9.913h3.13L12 11.48l-1.565-1.566Z"></path><path fill="#FFDA44" d="M12.522 10.956H11.48v3.13h1.043v-3.13Z"></path><path fill="#6DA544" d="M13.67 13.774h-3.34l-2.504 1.357h8.348l-2.505-1.357Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function f0(l,t){return e.openBlock(),e.createElementBlock("svg",Y8,W8)}const Q8=Object.freeze(Object.defineProperty({__proto__:null,default:{render:f0},render:f0},Symbol.toStringTag,{value:"Module"})),X8={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},eo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M.746 7.825A11.975 11.975 0 0 0 0 12c0 1.468.264 2.874.746 4.174L12 17.217l11.253-1.044c.483-1.3.747-2.706.747-4.174a11.96 11.96 0 0 0-.747-4.174L12 6.782.746 7.825Z"></path><path fill="#D80027" d="M12-.001C6.84-.001 2.442 3.256.747 7.825h22.507C21.558 3.255 17.16 0 12 0Z"></path><path fill="#6DA544" d="M12 24c5.16 0 9.558-3.257 11.254-7.827H.747C2.442 20.743 6.84 24 12 24Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function g0(l,t){return e.openBlock(),e.createElementBlock("svg",X8,eo)}const to=Object.freeze(Object.defineProperty({__proto__:null,default:{render:g0},render:g0},Symbol.toStringTag,{value:"Module"})),lo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},oo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function m0(l,t){return e.openBlock(),e.createElementBlock("svg",lo,oo)}const co=Object.freeze(Object.defineProperty({__proto__:null,default:{render:m0},render:m0},Symbol.toStringTag,{value:"Module"})),ao={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},no=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FF9811" d="M24 12c0-5.16-3.257-9.56-7.826-11.255v22.507C20.744 21.557 24 17.159 24 11.999Z"></path><path fill="#6DA544" d="M0 12c0 5.16 3.256 9.558 7.826 11.253V.746C3.256 2.442 0 6.84 0 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function $0(l,t){return e.openBlock(),e.createElementBlock("svg",ao,no)}const ho=Object.freeze(Object.defineProperty({__proto__:null,default:{render:$0},render:$0},Symbol.toStringTag,{value:"Module"})),ro={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},so=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M16.518 9.392h-3.012L12 6.783l-1.506 2.61H7.48L8.987 12l-1.506 2.61h3.013L12 17.218l1.506-2.608h3.012L15.012 12l1.506-2.608Zm-2.668 2.609-.925 1.602h-1.85l-.926-1.602.926-1.603h1.85l.925 1.603ZM12 8.796l.344.596h-.689L12 8.796Zm-2.776 1.602h.689l-.345.597-.344-.597Zm0 3.205.344-.596.345.596h-.689ZM12 15.206l-.345-.596h.689l-.344.596Zm2.775-1.603h-.688l.344-.596.344.596Zm-.688-3.205h.688l-.344.597-.344-.597ZM19.47 2.61H4.53a12.06 12.06 0 0 0-2.769 3.13h20.477a12.061 12.061 0 0 0-2.768-3.13ZM4.53 21.391h14.94a12.059 12.059 0 0 0 2.768-3.13H1.761a12.062 12.062 0 0 0 2.769 3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function v0(l,t){return e.openBlock(),e.createElementBlock("svg",ro,so)}const io=Object.freeze(Object.defineProperty({__proto__:null,default:{render:v0},render:v0},Symbol.toStringTag,{value:"Module"})),po={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},_o=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="m16.443 8.044-.848 3.027-2.545-.47-1.638-3.377-4.425 1.57-.349-.983-1.158-.143.873 2.459 3.045-.779.866 2.439-2.106 3.107 3.573 3.047-.677.794.455 1.074 1.693-1.985-2.197-2.248 1.68-1.969 3.743.27.852-4.618 1.026.19.703-.931-2.566-.474Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function w0(l,t){return e.openBlock(),e.createElementBlock("svg",po,_o)}const fo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:w0},render:w0},Symbol.toStringTag,{value:"Module"})),go={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},mo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FF9811" d="M12-.001A12 12 0 0 0 1.19 6.782h21.62A12 12 0 0 0 12-.001Z"></path><path fill="#6DA544" d="M12 24a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12 24Z"></path><path fill="#0052B4" d="M12 16.173a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348Z"></path><path fill="#F0F0F0" d="M12 14.608a2.609 2.609 0 1 0 0-5.217 2.609 2.609 0 0 0 0 5.217Z"></path><path fill="#0052B4" d="m12 8.78.805 1.826 1.983-.216L13.61 12l1.178 1.61-1.983-.216L12 15.219l-.805-1.825-1.982.216L10.39 12l-1.178-1.61 1.982.216L12 8.781Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Z0(l,t){return e.openBlock(),e.createElementBlock("svg",go,mo)}const $o=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Z0},render:Z0},Symbol.toStringTag,{value:"Module"})),vo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},wo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M22 13.436c-1 0-1-.915-2-.915s-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915c-.995 0-1-.905-1.984-.914.027.549.093 1.088.192 1.615.797.117.867.899 1.792.899 1 0 1-.915 2-.915s1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915c.925 0 .995-.782 1.792-.9.1-.526.165-1.065.192-1.614-.984.01-.99.914-1.984.914Zm-2 2.215c-1 0-1 .915-2 .915s-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915c-.737 0-.931-.496-1.382-.757a11.97 11.97 0 0 0 1.065 2.321c.094.023.198.036.317.036 1 0 1-.915 2-.915s1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915c.119 0 .223-.013.317-.036a11.97 11.97 0 0 0 1.065-2.321c-.45.26-.645.757-1.382.757-1 0-1-.915-2-.915Zm3.72-6.231c-.73.151-.823.886-1.72.886-1 0-1-.914-2-.914s-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914c-.54 0-.789.267-1.06.512v1.6c.271-.245.52-.512 1.06-.512 1 0 1 .914 2 .914s1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914c.925 0 .995-.782 1.792-.9h.167c-.045-.54-.125-1.07-.238-1.587Zm-.876-2.563a1.213 1.213 0 0 1-.844.319c-1 0-1-.915-2-.915s-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915c-.54 0-.789.267-1.06.513v1.6c.271-.246.52-.512 1.06-.512 1 0 1 .914 2 .914s1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914c.71 0 .916-.46 1.333-.727a11.925 11.925 0 0 0-.489-1.192Zm-2.759-3.724A1.575 1.575 0 0 0 20 3.13c-1 0-1 .914-2 .914s-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914c-.54 0-.789.267-1.06.512v1.6c.271-.245.52-.512 1.06-.512 1 0 1 .914 2 .914s1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914c.061 0 .119-.003.174-.01a12.056 12.056 0 0 0-2.089-2.501ZM15.067.396c-.274.247-.523.518-1.067.518-1 0-1-.914-2-.914-.518 0-.767.245-1.026.48v1.6c.259-.235.508-.48 1.026-.48 1 0 1 .914 2 .914s1-.914 2-.914 1 .914 2 .914c.42 0 .663-.16.878-.348a11.943 11.943 0 0 0-3.81-1.77ZM14 22.827c-1 0-1-.914-2-.914s-1 .914-2 .914-1-.914-2-.914c-.765 0-.945.536-1.436.787 1.354.69 2.857 1.13 4.448 1.26.246-.226.496-.447.988-.447s.742.221.988.446c1.591-.13 3.095-.57 4.45-1.259-.492-.251-.672-.787-1.438-.787-1 0-1 .914-2 .914Zm4-3.129c-1 0-1-.915-2-.915s-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915c-.72 0-.921.473-1.35.739.269.333.555.653.857.956.135-.058.294-.095.493-.095 1 0 1 .915 2 .915s1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915 1 .915 2 .915 1-.915 2-.915c.199 0 .358.037.493.095.303-.303.588-.623.857-.956-.429-.266-.63-.739-1.35-.739-1 0-1 .915-2 .915Z"></path><path fill="#F0F0F0" d="M11.967 12H12v-.033l-.033.032Z"></path><path fill="#0052B4" d="M12 6.261v3.526L7.826 5.74 12 6.26ZM6.26 12h3.526L6.26 7.306l-.521 3.652L6.26 12Z"></path><path fill="#F0F0F0" d="M12 6.26V0h-.002C5.372.001 0 5.373 0 12h6.26V8.474L9.787 12h2.182l.032-.032V9.786L8.474 6.261H12Z"></path><path fill="#D80027" d="M6.071 1.564A12.057 12.057 0 0 0 1.565 6.07v5.929h3.13V4.695H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.523 7.736 6.26H6.261L12 12v-1.477Z"></path><path fill="#6DA544" d="M15.652 6.261h4.696L18 8.609 15.652 6.26Z"></path><path fill="#A2001D" d="M18.522 8.086H17.48v2.87h1.043v-2.87Zm-.001 7.566h-1.043v2.87h1.043v-2.87Z"></path><path fill="#FFDA44" d="M21.13 14.087a1.565 1.565 0 0 0-2.608-1.166v-.92h.522v-1.044h-.522v-.522h-1.044v.522h-.521V12h.521v.921a1.565 1.565 0 0 0-2.087 2.333v.92h5.218v-.92a1.56 1.56 0 0 0 .521-1.167Z"></path><path fill="#D80027" d="M19.565 13.565a.514.514 0 0 0-.348.133l-.696.623h-1.043l-.696-.623a.522.522 0 0 0-.695.778l.347.31v.344h3.13v-.343l.348-.311a.523.523 0 0 0-.348-.91Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function u0(l,t){return e.openBlock(),e.createElementBlock("svg",vo,wo)}const Zo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:u0},render:u0},Symbol.toStringTag,{value:"Module"})),uo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Mo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M12 0C6.84 0 2.442 3.255.746 7.824h22.508C21.557 3.255 17.159 0 12 0Z"></path><path fill="#000" d="M12 24c5.16 0 9.558-3.256 11.254-7.826H.746C2.442 20.744 6.84 24.002 12 24.002Z"></path><path fill="#496E2D" d="M9.13 11.219H6.818c.116-.45.524-.783 1.01-.783V8.87a2.612 2.612 0 0 0-2.61 2.608v1.305h3.914a.26.26 0 0 1 .26.26v.522H4.174v1.566h6.783v-2.087c0-1.007-.82-1.826-1.826-1.826Zm3.914 2.347V8.87h-1.565v6.26h2.608v-1.564h-1.043Zm5.216 0V8.87h-1.565v4.696h-.521V12h-1.566v3.13h4.696v-1.564h-1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function M0(l,t){return e.openBlock(),e.createElementBlock("svg",uo,Mo)}const Fo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:M0},render:M0},Symbol.toStringTag,{value:"Module"})),Bo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},bo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M15.898 8.87h-1.57c.013.172.02.346.02.521 0 1.161-.29 2.286-.796 3.087-.156.247-.418.596-.77.831V8.87h-1.564v4.44c-.351-.235-.614-.584-.77-.83-.505-.802-.796-1.927-.796-3.088 0-.175.008-.349.02-.521h-1.57c-.01.171-.015.345-.015.521 0 3.219 1.719 5.74 3.913 5.74s3.913-2.521 3.913-5.74c0-.176-.005-.35-.015-.521Z"></path><path fill="#6DA544" d="M4.957 5.738h1.565v1.044h1.565V5.738h1.565v1.044h1.566V5.738h1.565v1.044h1.565V5.738h1.565v1.044h1.566V5.738h1.565v1.044h3.765A12 12 0 0 0 12-.001 12 12 0 0 0 1.191 6.782h3.766V5.738Z"></path><path fill="#D80027" d="M19.044 17.217v1.044h-1.565v-1.044h-1.566v1.044h-1.565v-1.044h-1.565v1.044h-1.565v-1.044H9.653v1.044H8.087v-1.044H6.522v1.044H4.957v-1.044H1.19A12 12 0 0 0 12.001 24a12 12 0 0 0 10.809-6.783h-3.766Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function F0(l,t){return e.openBlock(),e.createElementBlock("svg",Bo,bo)}const xo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:F0},render:F0},Symbol.toStringTag,{value:"Module"})),ko={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},So=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M.413 15.13a12.01 12.01 0 0 0 4.283 6.39v-6.39H.413Zm10.543 8.824c.344.03.692.046 1.044.046 5.544 0 10.21-3.76 11.586-8.87h-12.63v8.824ZM23.586 8.87C22.21 3.76 17.544 0 12 0c-.352 0-.7.016-1.044.045V8.87h12.63ZM4.696 2.48A12.01 12.01 0 0 0 .413 8.87h4.283V2.48Z"></path><path fill="#D80027" d="M23.898 10.435H9.391V.285C8.282.533 7.231.93 6.261 1.46v8.976H.1a12.102 12.102 0 0 0 0 3.13h6.16v8.976c.97.53 2.021.928 3.13 1.174v-10.15h14.507a12.121 12.121 0 0 0 0-3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function B0(l,t){return e.openBlock(),e.createElementBlock("svg",ko,So)}const Po=Object.freeze(Object.defineProperty({__proto__:null,default:{render:B0},render:B0},Symbol.toStringTag,{value:"Module"})),yo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Vo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12c0-5.16-3.257-9.56-7.826-11.255v22.507C20.744 21.557 24 17.159 24 11.999Z"></path><path fill="#6DA544" d="M0 12c0 5.16 3.256 9.558 7.826 11.253V.746C3.256 2.442 0 6.84 0 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function b0(l,t){return e.openBlock(),e.createElementBlock("svg",yo,Vo)}const Ho=Object.freeze(Object.defineProperty({__proto__:null,default:{render:b0},render:b0},Symbol.toStringTag,{value:"Module"})),jo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ao=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="m21.52 19.307-7.306-7.306 7.306-7.307a12.115 12.115 0 0 0-2.213-2.214L12 9.787 4.694 2.48A12.114 12.114 0 0 0 2.48 4.694L9.787 12 2.48 19.306a12.134 12.134 0 0 0 2.214 2.214L12 14.214l7.307 7.307a12.122 12.122 0 0 0 2.213-2.214Z"></path><path fill="#FFDA44" d="M9.913 3.653 12 4.175l2.086-.522V1.879l-.834.417L12 1.044l-1.253 1.252-.834-.417v1.774Z"></path><path fill="#D80027" d="M9.913 3.653v1.304C9.913 6.555 12 7.044 12 7.044s2.086-.49 2.086-2.087V3.653H9.913Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function x0(l,t){return e.openBlock(),e.createElementBlock("svg",jo,Ao)}const zo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:x0},render:x0},Symbol.toStringTag,{value:"Module"})),Oo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Do=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M19.306 2.48A11.946 11.946 0 0 0 12 0C9.25 0 6.718.926 4.694 2.48L12 9.788l7.306-7.306Z"></path><path fill="#000" d="M2.48 4.694A11.947 11.947 0 0 0 0 11.999c0 2.75.925 5.283 2.48 7.306L9.786 12 2.48 4.694Z"></path><path fill="#6DA544" d="M4.694 21.519A11.947 11.947 0 0 0 12 23.999c2.75 0 5.282-.925 7.306-2.48L12 14.213 4.694 21.52Z"></path><path fill="#000" d="M21.52 19.305A11.946 11.946 0 0 0 24 12c0-2.75-.925-5.282-2.48-7.305L14.214 12l7.305 7.306Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function k0(l,t){return e.openBlock(),e.createElementBlock("svg",Oo,Do)}const Eo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:k0},render:k0},Symbol.toStringTag,{value:"Module"})),Co={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},No=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M7.304 7.826h15.95C21.558 3.256 17.16 0 12 0a11.96 11.96 0 0 0-8.485 3.515l3.79 4.311Z"></path><path fill="#6DA544" d="M7.304 16.174h15.95c-1.696 4.57-6.094 7.827-11.254 7.827a11.96 11.96 0 0 1-8.485-3.516l3.79-4.31Z"></path><path fill="#D80027" d="M3.515 3.514c-4.687 4.686-4.687 12.284 0 16.97L12 12 3.515 3.514Z"></path><path fill="#F0F0F0" d="m4.763 9.392.658 1.377 1.488-.344-.666 1.374 1.196.948-1.49.336.005 1.526-1.191-.955-1.191.955.004-1.526-1.489-.336 1.196-.948-.666-1.374 1.487.344.659-1.377Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function S0(l,t){return e.openBlock(),e.createElementBlock("svg",Co,No)}const Lo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:S0},render:S0},Symbol.toStringTag,{value:"Module"})),To={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Io=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 17.218a5.217 5.217 0 1 0 0-10.435 5.217 5.217 0 0 0 0 10.435Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function P0(l,t){return e.openBlock(),e.createElementBlock("svg",To,Io)}const qo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:P0},render:P0},Symbol.toStringTag,{value:"Module"})),Uo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ro=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M12 0A12 12 0 0 0 1.191 6.781H22.81A12 12 0 0 0 12-.001Z"></path><path fill="#496E2D" d="M12 24a12 12 0 0 1-10.809-6.783H22.81A12 12 0 0 1 12 24Z"></path><path fill="#A2001D" d="M23.433 8.347H.567A11.991 11.991 0 0 0 0 12c0 1.274.2 2.5.567 3.652h22.866A11.99 11.99 0 0 0 24 12c0-1.273-.199-2.5-.567-3.652Z"></path><path fill="#F0F0F0" d="m15.737 5.545-1.421-.656L12 10.132 9.685 4.89l-1.421.656L11.138 12l-2.874 6.454 1.42.656L12 13.867l2.316 5.243 1.42-.656L12.863 12l2.875-6.455Z"></path><path fill="#F0F0F0" d="M12.965 6.163c-.55-.6-.965-.946-.965-.946s-.415.345-.965.946v11.673c.55.6.965.946.965.946s.415-.345.965-.946V6.163Z"></path><path fill="#A2001D" d="M9.392 8.402v7.196a12.585 12.585 0 0 0 1.826 2.434V5.968a12.583 12.583 0 0 0-1.826 2.434Zm5.217.001a12.586 12.586 0 0 0-1.826-2.434v12.064a12.588 12.588 0 0 0 1.826-2.434V8.403Z"></path><path fill="#000" d="M14.609 8.4v7.197c.588-1.043 1.043-2.276 1.043-3.598S15.197 9.444 14.61 8.4Zm-5.218 0v7.197c-.588-1.043-1.043-2.276-1.043-3.598S8.803 9.444 9.39 8.4Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function y0(l,t){return e.openBlock(),e.createElementBlock("svg",Uo,Ro)}const Go=Object.freeze(Object.defineProperty({__proto__:null,default:{render:y0},render:y0},Symbol.toStringTag,{value:"Module"})),Jo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ko=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="m17.868 12-2.398 1.128 1.277 2.322-2.604-.498-.33 2.63L12 15.649l-1.813 1.935-.33-2.63-2.604.497 1.277-2.322L6.131 12l2.398-1.128L7.252 8.55l2.604.498.33-2.63 1.813 1.934 1.814-1.935.33 2.63 2.604-.497-1.277 2.322L17.868 12Z"></path><path fill="#D80027" d="M12 15.651a3.652 3.652 0 1 0 0-7.304 3.652 3.652 0 0 0 0 7.304Z"></path><path fill="#FFDA44" d="M10.174 12a2.64 2.64 0 0 0-.26.013c.003.506.186.97.488 1.329a3.66 3.66 0 0 1 .706-1.168 2.593 2.593 0 0 0-.934-.174Zm1.125 1.967a2.08 2.08 0 0 0 1.403 0A2.61 2.61 0 0 0 12 12.749c-.335.33-.582.749-.701 1.218Zm2.509-3.01a2.086 2.086 0 0 0-3.615 0 3.628 3.628 0 0 1 1.808.491 3.628 3.628 0 0 1 1.807-.49Zm-.915 1.217c.303.338.544.734.705 1.168.303-.36.486-.822.489-1.328a2.594 2.594 0 0 0-1.194.16Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function V0(l,t){return e.openBlock(),e.createElementBlock("svg",Jo,Ko)}const Yo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:V0},render:V0},Symbol.toStringTag,{value:"Module"})),Wo={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Qo=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M0 12c0 2.08.53 4.035 1.46 5.74L12 18.784l10.541-1.044a11.946 11.946 0 0 0 1.46-5.74c0-2.078-.53-4.033-1.46-5.738l-10.54-1.044L1.458 6.262A11.946 11.946 0 0 0 0 12Z"></path><path fill="#0052B4" d="M1.46 6.261h21.08A11.997 11.997 0 0 0 12 .001 11.991 11.991 0 0 0 1.46 6.26ZM12 24c4.549 0 8.506-2.53 10.54-6.26H1.46A11.997 11.997 0 0 0 12 24Z"></path><path fill="#F0F0F0" d="M16.174 14.347v-1.565h-1.043v-2.087l-1.044-1.043-1.043 1.043V8.608L12 7.565l-1.044 1.043v2.087L9.913 9.652 8.87 10.695v2.087H7.827v1.565H6.783v1.566h10.435v-1.566h-1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function H0(l,t){return e.openBlock(),e.createElementBlock("svg",Wo,Qo)}const Xo=Object.freeze(Object.defineProperty({__proto__:null,default:{render:H0},render:H0},Symbol.toStringTag,{value:"Module"})),ec={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},tc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path><path fill="#FFDA44" d="m16.174 11.16-1.706.802.908 1.652-1.852-.354-.234 1.87L12 13.755l-1.29 1.377-.235-1.871-1.852.354.908-1.652-1.705-.802 1.705-.802-.908-1.652 1.852.354.235-1.87L12 8.564l1.29-1.376.234 1.871 1.852-.354-.908 1.652 1.706.802ZM15.13 3.913h-2.347a.783.783 0 0 0-1.566 0H8.87c0 .432.376.783.808.783h-.026c0 .432.35.782.783.782 0 .432.35.783.782.783h1.566c.432 0 .782-.35.782-.783.432 0 .783-.35.783-.782h-.026c.432 0 .809-.35.809-.783Z"></path><path fill="#F0F0F0" d="M24 12c0 6.627-5.372 12-12 12-6.627 0-12-5.373-12-12h24Z"></path><path fill="#0052B4" d="M12 24c3.752 0 7.1-1.721 9.3-4.416-.395-.27-.609-.707-1.3-.707-1 0-1 .915-2 .915s-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915-1 .915-2 .915-1-.915-2-.915c-.69 0-.904.437-1.3.706a11.976 11.976 0 0 0 9.3 4.418Zm10-10.469c-1 0-1-.914-2-.914s-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914c-.995 0-1-.904-1.984-.914.027.55.093 1.088.192 1.615.797.117.867.9 1.792.9 1 0 1-.915 2-.915s1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914c.925 0 .995-.782 1.792-.899.1-.527.165-1.066.193-1.615-.985.01-.99.914-1.985.914Zm-2 2.217c-1 0-1 .914-2 .914s-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914c-.714 0-.918-.467-1.341-.733.281.813.648 1.588 1.089 2.311a1.4 1.4 0 0 0 .252.022c1 0 1-.914 2-.914s1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914c.092 0 .176-.008.253-.022.44-.723.807-1.498 1.089-2.311-.423.266-.627.733-1.342.733-1 0-1-.914-2-.914Z"></path><path fill="#F0F0F0" d="M23.963 11.051c-.962.023-.976.913-1.963.913-1 0-1-.914-2-.914s-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914-1-.914-2-.914-1 .914-2 .914c-.987 0-1-.89-1.963-.913a12.176 12.176 0 0 0-.019 1.6c.982.01.988.913 1.982.913 1 0 1-.914 2-.914s1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914 1-.914 2-.914 1 .914 2 .914c.994 0 1-.902 1.983-.914a12.126 12.126 0 0 0-.02-1.599Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function j0(l,t){return e.openBlock(),e.createElementBlock("svg",ec,tc)}const lc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:j0},render:j0},Symbol.toStringTag,{value:"Module"})),oc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},cc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 11.965H10.99c-2.583 2.583-4.144 4.577-5.739 6.172l6.783.61 10.525-1.043A11.946 11.946 0 0 0 24 12v-.035Z"></path><path fill="#FFDA44" d="M5.253 6.226h17.269A11.997 11.997 0 0 0 12 0a11.96 11.96 0 0 0-8.467 3.498l1.72 2.728Z"></path><path fill="#0052B4" d="M5.773 17.704c-1.078 1.079-1.495 1.983-2.276 2.763A11.962 11.962 0 0 0 12 24c4.563 0 8.53-2.547 10.56-6.296H5.773Z"></path><path fill="#6DA544" d="M3.514 3.48c-4.686 4.687-4.686 12.285 0 16.971L12 11.966 3.513 3.48Z"></path><path fill="#F0F0F0" d="M3.165 11.965a3.653 3.653 0 0 1 2.87-3.568 3.652 3.652 0 1 0 0 7.134 3.653 3.653 0 0 1-2.87-3.566Z"></path><path fill="#F0F0F0" d="m5.995 8.835.194.597h.629l-.509.37.194.598-.508-.37-.509.37.194-.598-.508-.37H5.8l.195-.597Zm0 1.565.194.598h.629l-.509.37.194.597-.508-.37-.509.37.194-.598-.508-.37H5.8l.195-.597Zm0 1.565.194.598h.629l-.509.369.194.598-.508-.37-.509.37.194-.598-.508-.37H5.8l.195-.597Z"></path><path fill="#F0F0F0" d="m5.995 13.53.194.598h.629l-.509.37.194.597-.508-.37-.509.37.194-.598-.508-.37H5.8l.195-.597Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function A0(l,t){return e.openBlock(),e.createElementBlock("svg",oc,cc)}const ac=Object.freeze(Object.defineProperty({__proto__:null,default:{render:A0},render:A0},Symbol.toStringTag,{value:"Module"})),nc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},hc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M3.515 20.485c.503.503 1.04.953 1.604 1.348L21.833 5.119a12.057 12.057 0 0 0-2.951-2.952L2.168 18.881c.395.564.844 1.1 1.347 1.604Z"></path><path fill="#6DA544" d="M3.514 3.515C-.27 7.3-.998 12.986 1.333 17.502L17.502 1.333C12.986-.997 7.3-.27 3.514 3.515Z"></path><path fill="#D80027" d="M20.485 20.485c3.786-3.786 4.513-9.472 2.182-13.988l-16.17 16.17c4.517 2.33 10.203 1.603 13.988-2.182Z"></path><path fill="#F0F0F0" d="m7.63 14.158 1.12.57.89-.889-.198 1.242 1.12.571-1.241.197-.197 1.241-.57-1.12-1.242.197.889-.89-.571-1.12Zm6.526-6.528 1.12.571.89-.889-.197 1.242 1.12.57-1.242.198-.197 1.241-.57-1.12-1.242.197.889-.89-.57-1.12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function z0(l,t){return e.openBlock(),e.createElementBlock("svg",nc,hc)}const rc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:z0},render:z0},Symbol.toStringTag,{value:"Module"})),sc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ic=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M12 0a11.972 11.972 0 0 0-9.097 4.174h18.194A11.972 11.972 0 0 0 12 0Zm9.096 19.827H2.903A11.972 11.972 0 0 0 12 24c3.637 0 6.895-1.619 9.096-4.174Z"></path><path fill="#D80027" d="M22.239 5.739H1.76A11.943 11.943 0 0 0 0 11.999c0 2.295.644 4.439 1.761 6.261H22.24A11.943 11.943 0 0 0 24 12a11.94 11.94 0 0 0-1.761-6.261Z"></path><path fill="#F0F0F0" d="M7.383 16.618a4.617 4.617 0 1 0 0-9.234 4.617 4.617 0 0 0 0 9.234Z"></path><path fill="#D80027" d="m7.382 7.384 1.036 3.188h3.358l-2.717 1.97 1.044 3.199-2.72-1.98-2.717 1.976 1.04-3.194-2.715-1.971h3.355l1.036-3.188Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function O0(l,t){return e.openBlock(),e.createElementBlock("svg",sc,ic)}const dc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:O0},render:O0},Symbol.toStringTag,{value:"Module"})),pc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},_c=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M16.174 12c0 1.043-1.869 3.652-4.174 3.652-2.305 0-4.174-2.609-4.174-3.652a4.174 4.174 0 1 1 8.348 0Z"></path><path fill="#0052B4" d="M16.174 12a4.174 4.174 0 1 1-8.348 0"></path><path fill="#000" d="m17.534 14.583-1.107 1.106.738.738 1.106-1.107-.738-.737Zm-1.846 1.844-1.106 1.107.737.737 1.107-1.106-.738-.738Zm4.059.368L18.64 17.9l.738.738 1.107-1.106-.738-.738Zm-1.844 1.845-1.107 1.108.738.737 1.107-1.106-.738-.738Zm.737-2.95-1.106 1.106.738.738 1.106-1.107-.737-.737Zm-1.844 1.844-1.107 1.107.738.738 1.107-1.107-.738-.738ZM15.69 5.358l2.95 2.952.739-.738-2.952-2.952-.738.738Zm-1.107 1.108 1.107 1.107.737-.738-1.106-1.107-.738.738Zm1.844 1.844 1.107 1.107.738-.738-1.107-1.107-.738.738Zm.368-4.058 1.107 1.107.738-.738-1.107-1.107-.738.738Zm1.845 1.846 1.108 1.106.737-.737L19.38 5.36l-.738.738ZM7.203 19.748l-2.95-2.951-.739.738 2.952 2.95.737-.737ZM8.31 18.64l-1.106-1.107-.738.738 1.107 1.107.738-.738Zm-1.844-1.844-1.107-1.107-.738.738 1.107 1.107.738-.738Zm2.952.738-2.952-2.952-.738.738 2.952 2.951.738-.737ZM4.253 7.205l2.951-2.952-.738-.738-2.951 2.952.738.738ZM5.359 8.31l2.95-2.952-.737-.737-2.951 2.95.738.739Zm1.107 1.107 2.952-2.951-.738-.738-2.951 2.951.737.738Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function D0(l,t){return e.openBlock(),e.createElementBlock("svg",pc,_c)}const fc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:D0},render:D0},Symbol.toStringTag,{value:"Module"})),gc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},mc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M23.254 16.173c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174L12 6.782.748 7.825A11.974 11.974 0 0 0 0 12c0 1.468.265 2.874.747 4.174L12 17.217l11.253-1.044Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path><path fill="#6DA544" d="M12 0C6.84 0 2.442 3.256.747 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path><path fill="#000" d="M3.515 3.515c-4.686 4.686-4.686 12.284 0 16.97l4.312-4.311V7.826L3.515 3.515Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function E0(l,t){return e.openBlock(),e.createElementBlock("svg",gc,mc)}const $c=Object.freeze(Object.defineProperty({__proto__:null,default:{render:E0},render:E0},Symbol.toStringTag,{value:"Module"})),vc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},wc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.969 12H12v-.032l-.032.032Z"></path><path fill="#F0F0F0" d="M12 6.26V0h-.002C5.372 0 0 5.373 0 12h6.261V8.474l3.526 3.525h2.181c.01-.01.022-.02.032-.032V9.786L8.475 6.26H12Z"></path><path fill="#6DA544" d="M17.217 8.87a2.087 2.087 0 1 0 0-4.175 2.087 2.087 0 0 0 0 4.174Z"></path><path fill="#D80027" d="M6.07 1.565a12.057 12.057 0 0 0-4.505 4.506v5.93h3.13V4.695H12v-3.13H6.07Z"></path><path fill="#D80027" d="M12 10.524 7.735 6.26H6.26L12 12v-1.476Zm8.87-4.264h-7.305v3.131h7.304v-3.13Z"></path><path fill="#FFDA44" d="M13.565 14.087v2.087h1.098a3.637 3.637 0 0 0 2.554 1.043 3.64 3.64 0 0 0 2.555-1.043h1.097v-2.087h-7.304Z"></path><path fill="#338AF3" d="M13.565 8.869v3.13c0 2.796 3.652 3.653 3.652 3.653S20.87 14.795 20.87 12V8.868h-7.304Z"></path><path fill="#F3F3F3" d="M17.217 10.54c-.913 0-.913.835-1.826.835s-.913-.835-1.826-.835v1.461c.913 0 .913.835 1.826.835s.913-.835 1.826-.835.913.835 1.826.835c.914 0 .913-.835 1.827-.835v-1.46c-.913 0-.913.834-1.827.834-.913 0-.913-.835-1.826-.835Zm0-2.923c-.913 0-.913.834-1.826.834s-.913-.834-1.826-.834v1.46c.913 0 .913.835 1.826.835s.913-.834 1.826-.834.913.834 1.826.834.913-.834 1.826-.834V7.617c-.913 0-.913.834-1.826.834s-.913-.834-1.826-.834Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function C0(l,t){return e.openBlock(),e.createElementBlock("svg",vc,wc)}const Zc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:C0},render:C0},Symbol.toStringTag,{value:"Module"})),uc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Mc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M18.783 12.13H5.218c0 .937.815 1.696 1.752 1.696h-.057c0 .936.76 1.695 1.696 1.695 0 .937.76 1.696 1.696 1.696h3.391c.937 0 1.696-.759 1.696-1.696.936 0 1.695-.759 1.695-1.695h-.056c.936 0 1.752-.76 1.752-1.696Z"></path><path fill="#338AF3" d="M16.696 9.913a4.696 4.696 0 1 1-9.391 0"></path><path fill="#FFDA44" d="m15.586 9.912-1.465.69.78 1.42-1.591-.305-.202 1.607L12 12.142l-1.109 1.182-.201-1.607-1.592.304.78-1.42-1.465-.689 1.466-.689-.78-1.42 1.59.305.202-1.608L12 7.683 13.108 6.5l.202 1.608 1.591-.304-.78 1.42 1.465.688Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function N0(l,t){return e.openBlock(),e.createElementBlock("svg",uc,Mc)}const Fc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:N0},render:N0},Symbol.toStringTag,{value:"Module"})),Bc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},bc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M22.81 6.782A12 12 0 0 0 12-.001 12 12 0 0 0 1.19 6.782L12 7.825l10.81-1.043ZM1.19 17.216A12 12 0 0 0 12 24a12 12 0 0 0 10.81-6.783L12 16.173 1.19 17.216Z"></path><path fill="#0052B4" d="M22.809 6.782H1.19A11.952 11.952 0 0 0 0 11.999c0 1.87.428 3.64 1.19 5.217h21.62A11.952 11.952 0 0 0 23.999 12c0-1.87-.427-3.64-1.19-5.217Z"></path><path fill="#F0F0F0" d="M12 16.174a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function L0(l,t){return e.openBlock(),e.createElementBlock("svg",Bc,bc)}const xc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:L0},render:L0},Symbol.toStringTag,{value:"Module"})),kc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Sc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0A12 12 0 0 0 1.19 6.781h21.62A12 12 0 0 0 12-.001Zm0 24a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12 23.999Z"></path><path fill="#6DA544" d="M15.13 14.086 12 8.347l-3.13 5.74h2.348v1.564h1.565v-1.565h2.348Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function T0(l,t){return e.openBlock(),e.createElementBlock("svg",kc,Sc)}const Pc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:T0},render:T0},Symbol.toStringTag,{value:"Module"})),yc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Vc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F3F3F3" d="M7.565 16.174h8.87L12 5.739 7.565 16.174Z"></path><path fill="#333" d="M9.107 15.13 12 8.55l2.894 6.581H9.107Z"></path><path fill="#FFDA44" d="M7.565 16.174h8.87L12 12.001l-4.435 4.173Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function I0(l,t){return e.openBlock(),e.createElementBlock("svg",yc,Vc)}const Hc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:I0},render:I0},Symbol.toStringTag,{value:"Module"})),jc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ac=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M24 12c0 6.627-5.372 12-12 12-6.627 0-12-5.373-12-12 .522 0 12-1.566 12-1.566L24 12Z"></path><path fill="#0052B4" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path><path fill="#FFDA44" d="M8.87 8.347a1.565 1.565 0 0 0-2.61-1.166v-.92h.522V5.216H6.26v-.522H5.218v.522h-.522V6.26h.522v.921A1.565 1.565 0 0 0 3.13 9.514v.92h5.217v-.92a1.56 1.56 0 0 0 .522-1.167Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function q0(l,t){return e.openBlock(),e.createElementBlock("svg",jc,Ac)}const zc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:q0},render:q0},Symbol.toStringTag,{value:"Module"})),Oc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Dc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FF9811" d="M9.391 2.086H5.236c-.184.126-.364.257-.54.393l-1.044 9.52 1.043 9.52c.177.136.357.267.541.393h4.155V2.086Z"></path><path fill="#6DA544" d="M0 12a11.98 11.98 0 0 0 4.696 9.521V2.481A11.98 11.98 0 0 0 0 12Z"></path><path fill="#FFDA44" d="M19.304 7.315v.3l.012.003-.012-.303Z"></path><path fill="#A2001D" d="M23.044 15.13h-2.261l-.957 1.043v2.087H17.74v-1.043h1.044V15.13h-4.696v1.304h-1.043v-2.486a1.561 1.561 0 0 1-.522-1.166V5.999c0-.864.7-1.565 1.565-1.565v9.652h2.087l.716-.597a2.495 2.495 0 0 1-.194-.968v-1.565H15.13v-3.13h3.13c0-.522.784-1.044.784-1.044s.782.522.782 1.043v3.131c.58.007 1.503-.008 2.5 0-.263-.458-.413-1-.413-1.565 0-.921.398-1.749 1.03-2.322a12.048 12.048 0 0 0-4.18-4.983h-7.807v19.826h7.808a12.027 12.027 0 0 0 4.692-6.332l-.412-.45Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function U0(l,t){return e.openBlock(),e.createElementBlock("svg",Oc,Dc)}const Ec=Object.freeze(Object.defineProperty({__proto__:null,default:{render:U0},render:U0},Symbol.toStringTag,{value:"Module"})),Cc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Nc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M2.743 4.363h18.514A12.066 12.066 0 0 0 18.9 2.181H5.1c-.88.62-1.673 1.354-2.357 2.182ZM0 12c0 .368.017.732.05 1.091h23.9a12.146 12.146 0 0 0 0-2.181H.05C.017 11.27 0 11.633 0 12Zm1.309 5.455h21.383c.353-.692.641-1.421.856-2.182H.452c.215.76.504 1.49.857 2.182ZM5.1 21.818h13.8c.88-.62 1.673-1.354 2.357-2.182H2.743A12.068 12.068 0 0 0 5.1 21.818ZM.452 8.728h23.096c-.215-.76-.503-1.49-.856-2.182H1.309a11.922 11.922 0 0 0-.857 2.182Z"></path><path fill="#D80027" d="M5.739 2.182h13.16A11.945 11.945 0 0 0 12 0c-1.566 0-4.31.808-6.26 2.182Zm5.739 4.363h11.213a12.01 12.01 0 0 0-1.434-2.181h-9.779v2.181Zm0 4.364H23.95a11.958 11.958 0 0 0-.402-2.182h-12.07v2.181ZM.451 15.274h23.097c.199-.703.334-1.433.402-2.182H.05c.067.75.203 1.479.401 2.182Zm2.292 4.363h18.514a12.018 12.018 0 0 0 1.434-2.182H1.308c.4.78.881 1.512 1.435 2.182ZM12 24c2.568 0 4.948-.807 6.9-2.181H5.098a11.945 11.945 0 0 0 6.9 2.181Z"></path><path fill="#0052B4" d="M.452 8.727a11.957 11.957 0 0 0-.402 2.182H12V-.001C6.507 0 1.877 3.69.452 8.728Z"></path><path fill="#F0F0F0" d="m7.144 3.13.777 2.392h2.514L8.401 7l.777 2.391-2.034-1.478-2.035 1.478L5.886 7 3.852 5.522h2.515l.777-2.392Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function R0(l,t){return e.openBlock(),e.createElementBlock("svg",Cc,Nc)}const Lc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:R0},render:R0},Symbol.toStringTag,{value:"Module"})),Tc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ic=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M0 12c0 1.87.428 3.64 1.19 5.217L12 17.74l10.81-.522A11.952 11.952 0 0 0 24 12c0-1.87-.428-3.64-1.19-5.217L12 6.26l-10.81.521A11.952 11.952 0 0 0 0 12Z"></path><path fill="#6DA544" d="M12 24a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12.001 24Z"></path><path fill="#0052B4" d="M12 0A12 12 0 0 0 1.191 6.781H22.81A12 12 0 0 0 12-.001Z"></path><path fill="#000" d="M12.783 11.74V8.87h-1.565v2.87l-1.89 1.89c.55.9 1.54 1.5 2.673 1.5 1.131 0 2.123-.6 2.673-1.5l-1.89-1.89Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function G0(l,t){return e.openBlock(),e.createElementBlock("svg",Tc,Ic)}const qc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:G0},render:G0},Symbol.toStringTag,{value:"Module"})),Uc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Rc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#6DA544" d="M23.254 16.174c.482-1.3.746-2.706.746-4.173 0-1.468-.264-2.874-.746-4.174L12 6.783.747 7.827A11.973 11.973 0 0 0 0 12c0 1.467.264 2.873.747 4.173L12 17.218l11.254-1.044Z"></path><path fill="#FFDA44" d="M23.254 7.826C21.558 3.256 17.16 0 12 0 6.84 0 2.442 3.256.747 7.826h22.507Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.256 11.254-7.825H.747C2.442 20.745 6.84 24 12 24Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function J0(l,t){return e.openBlock(),e.createElementBlock("svg",Uc,Rc)}const Gc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:J0},render:J0},Symbol.toStringTag,{value:"Module"})),Jc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Kc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0C6.84 0 2.442 3.256.747 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path><path fill="#338AF3" d="M12 24c5.16 0 9.558-3.256 11.254-7.825H.747C2.442 20.745 6.84 24 12 24Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function K0(l,t){return e.openBlock(),e.createElementBlock("svg",Jc,Kc)}const Yc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:K0},render:K0},Symbol.toStringTag,{value:"Module"})),Wc={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Qc=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M12 0C6.457 0 1.79 3.76.415 8.868h23.173c-1.377-5.11-6.042-8.87-11.586-8.87Zm0 23.999c5.545 0 10.21-3.76 11.587-8.87H.414c1.377 5.11 6.042 8.87 11.586 8.87Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Y0(l,t){return e.openBlock(),e.createElementBlock("svg",Wc,Qc)}const Xc=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Y0},render:Y0},Symbol.toStringTag,{value:"Module"})),ea={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ta=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#000" d="M1.19 6.783A11.952 11.952 0 0 0 0 12c0 1.87.428 3.64 1.19 5.218L12 18.26l10.81-1.043A11.953 11.953 0 0 0 24 12c0-1.87-.428-3.64-1.19-5.217L12 5.739 1.19 6.783Z"></path><path fill="#496E2D" d="M1.191 17.217a12 12 0 0 0 10.81 6.782 12 12 0 0 0 10.808-6.782H1.191Z"></path><path fill="#D80027" d="M1.191 6.783H22.81A12 12 0 0 0 12 0 12 12 0 0 0 1.191 6.783Z"></path><path fill="#F0F0F0" d="m14.793 9.805.985 1.357 1.594-.517L16.386 12l.985 1.357-1.594-.519-.986 1.356v-1.677l-1.593-.519 1.594-.517.001-1.676Z"></path><path fill="#F0F0F0" d="M12.106 15.39a3.391 3.391 0 1 1 1.614-6.375 4.174 4.174 0 1 0 0 5.967 3.38 3.38 0 0 1-1.614.408Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function W0(l,t){return e.openBlock(),e.createElementBlock("svg",ea,ta)}const la=Object.freeze(Object.defineProperty({__proto__:null,default:{render:W0},render:W0},Symbol.toStringTag,{value:"Module"})),oa={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ca=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M19.092 9.848h-5.418L12 4.695l-1.674 5.153H4.91l4.383 3.184-1.675 5.152L12 15l4.383 3.185-1.674-5.153 4.383-3.184Zm-8.574 2.785.566-1.742h1.832l.566 1.742L12 13.71l-1.482-1.077Zm2.06-2.785h-1.155L12 8.072l.577 1.776Zm1.792 2.14-.357-1.097h1.867l-1.51 1.098Zm-4.383-1.097-.356 1.098-1.51-1.098h1.866Zm-.385 4.562.577-1.776.934.678-1.51 1.098Zm3.286-1.098.934-.678.576 1.776-1.51-1.098Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Q0(l,t){return e.openBlock(),e.createElementBlock("svg",oa,ca)}const aa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Q0},render:Q0},Symbol.toStringTag,{value:"Module"})),na={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ha=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function X0(l,t){return e.openBlock(),e.createElementBlock("svg",na,ha)}const ra=Object.freeze(Object.defineProperty({__proto__:null,default:{render:X0},render:X0},Symbol.toStringTag,{value:"Module"})),sa={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ia=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M17.217 1.191A11.952 11.952 0 0 0 12 .001c-1.87 0-3.64.427-5.218 1.19L5.74 12.001 6.782 22.81A11.953 11.953 0 0 0 12 24c1.87 0 3.64-.427 5.217-1.19L18.261 12 17.217 1.192Z"></path><path fill="#0052B4" d="M6.783 1.192A12 12 0 0 0 0 12.001 12 12 0 0 0 6.783 22.81V1.192Z"></path><path fill="#D80027" d="M17.217 1.192V22.81A12 12 0 0 0 24 12a12 12 0 0 0-6.783-10.809Z"></path><path fill="#FF9811" d="M16.174 9.442h-2.87a1.304 1.304 0 1 0-2.609 0h-2.87c0 .71.619 1.284 1.328 1.284H9.11c0 .71.575 1.285 1.284 1.285 0 .628.451 1.15 1.047 1.261l-1.012 2.285a4.161 4.161 0 0 0 3.141 0l-1.012-2.285a1.284 1.284 0 0 0 1.047-1.261c.71 0 1.284-.575 1.284-1.284h-.042c.709 0 1.327-.575 1.327-1.285Z"></path><path fill="#0052B4" d="M12 11.218 10.304 12v1.566L12 14.609l1.696-1.043V12L12 11.218Z"></path><path fill="#D80027" d="M13.696 10.434h-3.392V12h3.392v-1.565Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function e2(l,t){return e.openBlock(),e.createElementBlock("svg",sa,ia)}const da=Object.freeze(Object.defineProperty({__proto__:null,default:{render:e2},render:e2},Symbol.toStringTag,{value:"Module"})),pa={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},_a=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M24 12c0-4.119-2.075-7.752-5.236-9.913H5.237A11.987 11.987 0 0 0 0 12c0 4.118 2.076 7.752 5.237 9.913h13.527A11.986 11.986 0 0 0 24 12Z"></path><path fill="#FFDA44" d="M9.392 8.87h5.217V6.783l-1.043.522L12 5.74l-1.565 1.565-1.043-.522V8.87ZM16.696 12h-2.608a1.204 1.204 0 1 0-2.104-1.169 1.204 1.204 0 1 0-2.103 1.17H7.305c0 .797.695 1.444 1.493 1.444H8.75c0 .655.435 1.207 1.032 1.385l-1.173 1.173 1.107 1.106 1.57-1.57c.061.023.125.04.19.053l-.948 2.142a3.899 3.899 0 0 0 2.945 0l-.949-2.142a1.1 1.1 0 0 0 .191-.053l1.57 1.57 1.107-1.106-1.173-1.173a1.445 1.445 0 0 0 1.032-1.385h-.048c.798 0 1.493-.647 1.493-1.445Z"></path><path fill="#6DA544" d="m12 12.783-1.695.782v1.566L12 16.174l1.695-1.043v-1.566L12 12.783Z"></path><path fill="#0052B4" d="M13.696 12h-3.391v2.086h3.391V12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function t2(l,t){return e.openBlock(),e.createElementBlock("svg",pa,_a)}const fa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:t2},render:t2},Symbol.toStringTag,{value:"Module"})),ga={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ma=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M7.826 12v11.253c1.3.482 2.706.747 4.174.747 6.628 0 12-5.373 12-12 0-6.628-16.174 0-16.174 0Z"></path><path fill="#D80027" d="M12 0a11.96 11.96 0 0 0-4.174.747V12H24c0-6.627-5.372-12-12-12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function l2(l,t){return e.openBlock(),e.createElementBlock("svg",ga,ma)}const $a=Object.freeze(Object.defineProperty({__proto__:null,default:{render:l2},render:l2},Symbol.toStringTag,{value:"Module"})),va={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},wa=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M12 24c6.627 0 12-5.373 12-12 0-2.014-.497-3.912-1.373-5.578l-10.641 5.592 5.592-10.64A11.947 11.947 0 0 0 12 0C5.373 0 0 5.373 0 12c0 3.314 1.343 6.314 3.515 8.485A11.962 11.962 0 0 0 12 24Z"></path><path fill="#F0F0F0" d="M22.614 6.434a11.998 11.998 0 0 0-2.142-2.906 12.002 12.002 0 0 0-2.907-2.142L3.501 20.499 22.614 6.434Z"></path><path fill="#FF9811" d="M3.501 20.5 22.614 6.434a11.998 11.998 0 0 0-2.142-2.906L3.5 20.499Z"></path><path fill="#F0F0F0" d="m10.42 7.037-1.465.69.78 1.419-1.591-.305-.202 1.608-1.108-1.183-1.109 1.183-.201-1.608-1.592.305.78-1.42-1.465-.69 1.466-.688-.78-1.42 1.59.305.202-1.608 1.109 1.182 1.108-1.182.202 1.608 1.591-.305-.78 1.42 1.466.689Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function o2(l,t){return e.openBlock(),e.createElementBlock("svg",va,wa)}const Za=Object.freeze(Object.defineProperty({__proto__:null,default:{render:o2},render:o2},Symbol.toStringTag,{value:"Module"})),ua={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ma=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M13.825 23.862a11.935 11.935 0 0 0 5.271-2.185L12 12l1.825 11.862ZM10.175.138a11.937 11.937 0 0 0-5.271 2.185L12 12 10.175.138ZM4.904 21.677a11.938 11.938 0 0 0 5.271 2.186L12 12l-7.096 9.677Z"></path><path fill="#D80027" d="M2.323 4.902a11.937 11.937 0 0 0-2.185 5.272L12 11.999 2.323 4.902ZM.138 13.825a11.936 11.936 0 0 0 2.186 5.272L12 12 .138 13.825Zm23.724-3.651a11.936 11.936 0 0 0-2.185-5.271L12 11.999l11.862-1.825Z"></path><path fill="#D80027" d="M19.096 2.323a11.936 11.936 0 0 0-5.27-2.185L12 12l7.096-9.677Zm2.581 16.774a11.938 11.938 0 0 0 2.185-5.272L12 12l9.677 7.097Z"></path><path fill="#D80027" d="M12 16.174a4.174 4.174 0 1 0 0-8.347 4.174 4.174 0 0 0 0 8.347Z"></path><path fill="#FFDA44" d="M12 15.13a3.13 3.13 0 1 0 0-6.261 3.13 3.13 0 0 0 0 6.26Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function c2(l,t){return e.openBlock(),e.createElementBlock("svg",ua,Ma)}const Fa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:c2},render:c2},Symbol.toStringTag,{value:"Module"})),Ba={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ba=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M16.174.746A11.974 11.974 0 0 0 12 0c-1.467 0-2.874.264-4.174.746L6.783 12l1.043 11.253c1.3.482 2.707.747 4.174.747 1.468 0 2.874-.265 4.174-.747L17.218 12 16.174.746Z"></path><path fill="#D80027" d="M24 12c0-5.16-3.257-9.558-7.826-11.253v22.507C20.744 21.558 24 17.16 24 12Z"></path><path fill="#6DA544" d="M0 12c0 5.159 3.257 9.558 7.826 11.253V.746C3.256 2.44 0 6.84 0 11.999Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function a2(l,t){return e.openBlock(),e.createElementBlock("svg",Ba,ba)}const xa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:a2},render:a2},Symbol.toStringTag,{value:"Module"})),ka={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Sa=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#6DA544" d="M23.253 16.174c.483-1.3.747-2.706.747-4.173a11.96 11.96 0 0 0-.747-4.174L12 6.783.746 7.827A11.974 11.974 0 0 0 0 12c0 1.467.264 2.873.746 4.173L12 17.218l11.253-1.044Z"></path><path fill="#FFDA44" d="M23.254 7.826C21.558 3.256 17.159 0 12 0 6.84 0 2.442 3.256.746 7.826h22.508Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.257 11.253-7.827H.746C2.442 20.743 6.84 23.999 12 23.999Z"></path><path fill="#F0F0F0" d="M20.23 10.153h-6.287L12 4.174l-1.942 5.979H3.77l5.086 3.695-1.942 5.979L12 16.174l5.086 3.653-1.942-5.98 5.085-3.694Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function n2(l,t){return e.openBlock(),e.createElementBlock("svg",ka,Sa)}const Pa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:n2},render:n2},Symbol.toStringTag,{value:"Module"})),ya={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Va=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M12 24c1.467 0 2.874-.263 4.174-.746l.521-11.253L16.174.747A11.974 11.974 0 0 0 12 .001c-1.468 0-2.874.264-4.174.746l-.522 11.254.522 11.253c1.3.483 2.706.747 4.174.747Z"></path><path fill="#A2001D" d="M0 12c0 5.16 3.256 9.558 7.826 11.254V.746C3.256 2.442 0 6.84 0 12ZM16.174.746v22.507C20.744 21.558 24 17.16 24 12S20.743 2.44 16.174.746Z"></path><path fill="#FFDA44" d="M6.783 11.999H5.739v4.174h1.044v-4.174Zm-4.174 0H1.565v4.174H2.61v-4.174Zm1.565 2.609a1.044 1.044 0 1 0 0-2.087 1.044 1.044 0 0 0 0 2.087Zm0-4.174a.522.522 0 1 0 0-1.044.522.522 0 0 0 0 1.044Zm1.043 4.695H3.13v1.043h2.087V15.13Zm0-4.174H3.13V12h2.087v-1.044ZM4.174 6.26l.37 1.137H5.74l-.968.703.37 1.137-.968-.703-.967.703.37-1.137-.968-.703h1.196l.37-1.137Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function h2(l,t){return e.openBlock(),e.createElementBlock("svg",ya,Va)}const Ha=Object.freeze(Object.defineProperty({__proto__:null,default:{render:h2},render:h2},Symbol.toStringTag,{value:"Module"})),ja={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Aa=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M14.087 11.5c-.295 0-.574.059-.834.152.142-.317.238-.67.238-1.046C13.49 9.116 12 7.997 12 7.997s-1.49 1.118-1.49 2.609c0 .377.095.73.237 1.046a2.459 2.459 0 0 0-.834-.152c-1.49 0-2.609 1.49-2.609 1.49s1.118 1.492 2.609 1.492c.874 0 1.62-.513 2.087-.937.468.424 1.213.937 2.087.937 1.49 0 2.609-1.491 2.609-1.491s-1.119-1.49-2.61-1.49Z"></path><path fill="#FFDA44" d="m12 4.695.308.947h.997l-.806.586.307.948-.805-.586-.806.586.307-.948-.806-.586h.997L12 4.695ZM8.211 6.352l.593.533.69-.399-.324.729.592.533-.793-.083-.324.728-.166-.78-.792-.083.69-.399-.166-.78ZM5.438 9.126l.78.166.398-.69.083.792.78.166-.728.324.083.793-.533-.592-.729.324.399-.69-.533-.593ZM15.79 6.352l-.593.533-.69-.399.324.729-.592.533.792-.083.325.728.166-.78.792-.083-.69-.399.166-.78Zm2.773 2.774-.78.166-.398-.69-.084.792-.78.166.729.324-.083.793.533-.592.728.324-.398-.69.533-.593Z"></path><path fill="#F0F0F0" d="M12 18.655a5.193 5.193 0 0 0 3.15-1.06h-6.3a5.193 5.193 0 0 0 3.15 1.06Zm-4.783-3.131c.166.38.376.734.622 1.06h8.322c.246-.326.456-.68.622-1.06H7.217Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function r2(l,t){return e.openBlock(),e.createElementBlock("svg",ja,Aa)}const za=Object.freeze(Object.defineProperty({__proto__:null,default:{render:r2},render:r2},Symbol.toStringTag,{value:"Module"})),Oa={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Da=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F3F3F3" d="M11.621 19.556a.782.782 0 0 1-.696-.511.784.784 0 0 1-1.396-.36.783.783 0 0 1-1.294-.635.782.782 0 0 1-1.14-.882.781.781 0 0 1-.94-1.092.783.783 0 0 1-.702-1.26.782.782 0 0 1-.432-1.375.782.782 0 0 1-.147-1.433.783.783 0 0 1 .143-1.434.783.783 0 0 1 .43-1.376.784.784 0 0 1 .7-1.26.782.782 0 0 1 .937-1.095.782.782 0 0 1 1.137-.885.783.783 0 0 1 1.294-.637.783.783 0 0 1 1.394-.364.783.783 0 0 1 1.44-.074.783.783 0 0 1 1.425.215.783.783 0 0 1 1.352.499.783.783 0 0 1 1.224.76.783.783 0 0 1 1.046.991.783.783 0 0 1 .827 1.18.784.784 0 0 1 .572 1.324.782.782 0 0 1 .292 1.412c.28.118.477.395.478.719V12a.784.784 0 0 1-.476.72.782.782 0 0 1-.29 1.412.783.783 0 0 1-.568 1.325.783.783 0 0 1-.824 1.183.783.783 0 0 1-1.044.993.784.784 0 0 1-1.223.764.783.783 0 0 1-1.352.502.783.783 0 0 1-1.424.217.782.782 0 0 1-.743.44Z"></path><path fill="#338AF3" d="M12 17.218a5.217 5.217 0 1 0 0-10.435 5.217 5.217 0 0 0 0 10.435Z"></path><path fill="#BDBCC1" d="M13.142 10.229a1.04 1.04 0 0 0 .423-.838V8.87c0-.576-.467-1.043-1.043-1.043h-1.044c-.576 0-1.043.467-1.043 1.043v.522c0 .344.166.648.423.838l-.945 9.597s.522.522 2.087.522c1.565 0 2.087-.522 2.087-.522l-.945-9.597Z"></path><path fill="#F0F0F0" d="m12 7.826.907 2.79h2.933l-2.373 1.724.906 2.79L12 13.406 9.627 15.13l.906-2.79-2.373-1.724h2.934L12 7.826Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function s2(l,t){return e.openBlock(),e.createElementBlock("svg",Oa,Da)}const Ea=Object.freeze(Object.defineProperty({__proto__:null,default:{render:s2},render:s2},Symbol.toStringTag,{value:"Module"})),Ca={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Na=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M23.897 10.435a11.946 11.946 0 0 0-3.412-6.92 11.946 11.946 0 0 0-6.92-3.411v10.331h10.332ZM10.435.104a11.946 11.946 0 0 0-6.92 3.412 11.947 11.947 0 0 0-3.412 6.92h10.332V.104ZM.103 13.566a11.947 11.947 0 0 0 3.412 6.92 11.947 11.947 0 0 0 6.92 3.412V13.566H.103Zm13.462 10.332a11.946 11.946 0 0 0 6.92-3.412 11.946 11.946 0 0 0 3.412-6.92H13.565v10.332Z"></path><path fill="#F0F0F0" d="M16.096 7.615c0-.16.13-.29.29-.29h.62a1.78 1.78 0 0 0 1.777-1.777 1.78 1.78 0 0 0-1.777-1.777h-.59a1.224 1.224 0 0 0-.733-.233c-.594 0-1.074.385-1.074.86 0 .469.471.85 1.056.858v.003h1.34a.29.29 0 0 1 0 .579h-.62a1.778 1.778 0 0 0 .001 3.554h2.396V7.904h-2.396a.29.29 0 0 1-.29-.29Zm-9.391 0c0-.16.13-.29.29-.29h.62A1.78 1.78 0 0 0 9.39 5.55a1.78 1.78 0 0 0-1.777-1.777h-.589a1.225 1.225 0 0 0-.734-.234c-.593 0-1.074.385-1.074.86 0 .47.472.85 1.057.858v.003h1.34a.29.29 0 0 1 0 .579h-.62c-.98 0-1.777.797-1.777 1.777 0 .98.797 1.777 1.777 1.777H9.39V7.904H6.994a.29.29 0 0 1-.29-.289Zm9.391 11.071c0-.16.13-.29.29-.29h.62c.98 0 1.777-.796 1.777-1.776s-.798-1.777-1.777-1.777h-.59a1.225 1.225 0 0 0-.733-.234c-.594 0-1.074.385-1.074.86 0 .47.471.85 1.056.858v.003h1.34a.29.29 0 0 1 0 .579h-.62a1.78 1.78 0 0 0-1.776 1.777c0 .98.797 1.777 1.777 1.777h2.397v-1.488h-2.397a.29.29 0 0 1-.29-.289Zm-9.391 0c0-.16.13-.29.29-.29h.619c.98 0 1.777-.796 1.777-1.776a1.78 1.78 0 0 0-1.777-1.777h-.589a1.225 1.225 0 0 0-.734-.234c-.593 0-1.074.385-1.074.86 0 .47.472.85 1.057.858v.003h1.34a.29.29 0 0 1 0 .579h-.62c-.98 0-1.777.797-1.777 1.777 0 .98.797 1.777 1.777 1.777h2.397v-1.488H6.994a.29.29 0 0 1-.29-.289Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function i2(l,t){return e.openBlock(),e.createElementBlock("svg",Ca,Na)}const La=Object.freeze(Object.defineProperty({__proto__:null,default:{render:i2},render:i2},Symbol.toStringTag,{value:"Module"})),Ta={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ia=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M12 13.864a4.175 4.175 0 0 1-4.077-3.28 4.174 4.174 0 1 0 8.154 0A4.175 4.175 0 0 1 12 13.864Z"></path><path fill="#FFDA44" d="m12 8.348.388 1.196h1.258l-1.018.739.389 1.195L12 10.74l-1.017.74.388-1.196-1.017-.74h1.257L12 8.349Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function d2(l,t){return e.openBlock(),e.createElementBlock("svg",Ta,Ia)}const qa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:d2},render:d2},Symbol.toStringTag,{value:"Module"})),Ua={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ra=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12h.033v-.033l-.033.033Z"></path><path fill="#F0F0F0" d="M12 6.261V.001h-.002C5.372 0 0 5.373 0 12h6.261V8.474L9.787 12h2.181l.033-.032V9.787L8.475 6.26H12Z"></path><path fill="#D80027" d="M6.071 1.565a12.057 12.057 0 0 0-4.506 4.506v5.93h3.13V4.695H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.524 7.738 6.261H6.261L12.001 12v-1.476Z"></path><path fill="#338AF3" d="M13.565 6.26V12c0 2.795 3.652 3.652 3.652 3.652S20.87 14.795 20.87 12V6.26h-7.304Z"></path><path fill="#A2001D" d="M13.565 12c0 2.795 3.652 3.651 3.652 3.651S20.87 14.795 20.87 12h-7.304Z"></path><path fill="#000" d="M18.782 8.87H17.74V7.825h-1.044v1.043h-1.043v1.044h1.043v3.13h1.044v-3.13h1.043V8.869Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function p2(l,t){return e.openBlock(),e.createElementBlock("svg",Ua,Ra)}const Ga=Object.freeze(Object.defineProperty({__proto__:null,default:{render:p2},render:p2},Symbol.toStringTag,{value:"Module"})),Ja={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ka=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0c6.627 0 12 5.372 12 12 0 6.627-5.373 12-12 12"></path><path fill="#ACABB1" d="M8.347 4.696V3.131H6.782v1.565H5.217v1.566h1.565v1.565h1.565V6.262h1.566V4.696H8.347Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function _2(l,t){return e.openBlock(),e.createElementBlock("svg",Ja,Ka)}const Ya=Object.freeze(Object.defineProperty({__proto__:null,default:{render:_2},render:_2},Symbol.toStringTag,{value:"Module"})),Wa={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Qa=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="m1.459 6.26 10.54 1.044L22.541 6.26A11.997 11.997 0 0 0 11.999 0C7.451 0 3.494 2.53 1.46 6.26Z"></path><path fill="#FFDA44" d="m1.459 17.738 10.54 1.044 10.542-1.044A11.955 11.955 0 0 0 24 12l-12-1.043L0 12c0 2.08.529 4.034 1.459 5.74Z"></path><path fill="#0052B4" d="M1.459 6.261a11.946 11.946 0 0 0-1.46 5.74h24c0-2.08-.528-4.035-1.458-5.74H1.459Z"></path><path fill="#6DA544" d="M12 24c4.548 0 8.505-2.531 10.54-6.261H1.46A11.997 11.997 0 0 0 12 23.999Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function f2(l,t){return e.openBlock(),e.createElementBlock("svg",Wa,Qa)}const Xa=Object.freeze(Object.defineProperty({__proto__:null,default:{render:f2},render:f2},Symbol.toStringTag,{value:"Module"})),e9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},t9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M19.826 6.261H4.174v11.478h15.652V6.261Z"></path><path fill="#F0F0F0" d="M13.932 15.391a3.391 3.391 0 1 1 1.613-6.375 4.174 4.174 0 1 0 0 5.967c-.48.26-1.029.408-1.613.408Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function g2(l,t){return e.openBlock(),e.createElementBlock("svg",e9,t9)}const l9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:g2},render:g2},Symbol.toStringTag,{value:"Module"})),o9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},c9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M0 12c0 1.468.264 2.874.746 4.174L12 16.695l11.253-.521c.483-1.3.747-2.706.747-4.174a11.96 11.96 0 0 0-.747-4.174L12 7.304.746 7.826A11.974 11.974 0 0 0 0 12Z"></path><path fill="#000" d="M12 0C6.84 0 2.442 3.256.746 7.826h22.508C21.557 3.256 17.159 0 12 0Z"></path><path fill="#496E2D" d="M23.253 16.175H.746C2.442 20.745 6.84 24 12 24c5.16 0 9.558-3.257 11.253-7.826Z"></path><path fill="#D80027" d="m15.586 5.74-1.465-.69.78-1.419-1.591.305-.202-1.608L12 3.51l-1.11-1.182-.201 1.608-1.592-.305.78 1.42-1.465.689h7.173Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function m2(l,t){return e.openBlock(),e.createElementBlock("svg",o9,c9)}const a9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:m2},render:m2},Symbol.toStringTag,{value:"Module"})),n9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},h9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12a12 12 0 0 0-6.783-10.81v21.62A12 12 0 0 0 24 11.999Z"></path><path fill="#6DA544" d="M0 12a12 12 0 0 0 6.782 10.809V1.19A12 12 0 0 0 0 12Zm8.87 0a3.13 3.13 0 0 0 6.26 0v-1.044H8.87v1.043Z"></path><path fill="#FF9811" d="M16.173 9.913h-3.13a1.044 1.044 0 0 0-2.087 0h-3.13c0 .577.502 1.044 1.078 1.044h-.035c0 .576.467 1.043 1.044 1.043 0 .577.467 1.044 1.043 1.044h2.087c.576 0 1.043-.467 1.043-1.044.577 0 1.044-.467 1.044-1.043h-.035c.576 0 1.078-.467 1.078-1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function $2(l,t){return e.openBlock(),e.createElementBlock("svg",n9,h9)}const r9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:$2},render:$2},Symbol.toStringTag,{value:"Module"})),s9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},i9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M11.478 12H24a12.01 12.01 0 0 0-.413-3.13H11.478V12Zm0-6.261h10.76a12.061 12.061 0 0 0-2.768-3.13h-7.992v3.13ZM12 24c2.824 0 5.42-.976 7.47-2.608H4.53A11.949 11.949 0 0 0 12 24ZM1.761 18.26H22.24a11.933 11.933 0 0 0 1.348-3.13H.414c.3 1.116.758 2.168 1.347 3.13Z"></path><path fill="#0052B4" d="M12 12V0C5.373 0 0 5.373 0 12h12Z"></path><path fill="#FFDA44" d="M7.98 10.27a2.967 2.967 0 1 1 1.412-5.577 3.652 3.652 0 1 0 0 5.221 2.95 2.95 0 0 1-1.412.357Z"></path><path fill="#FFDA44" d="m8.817 5.217.526 1.102 1.19-.275L10 7.143l.957.759-1.191.268.003 1.221-.952-.764-.953.764.003-1.22-1.191-.27.957-.758L7.1 6.044l1.19.275.527-1.102Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function v2(l,t){return e.openBlock(),e.createElementBlock("svg",s9,i9)}const d9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:v2},render:v2},Symbol.toStringTag,{value:"Module"})),p9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},_9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="m6.486 16.696-2.971 3.79A11.96 11.96 0 0 0 12 24c4.96 0 9.217-3.01 11.045-7.304H6.485Z"></path><path fill="#496E2D" d="M23.063 7.348C21.246 3.032 16.977.001 12 .001a11.96 11.96 0 0 0-8.485 3.515L6.52 7.348h16.543Z"></path><path fill="#000" d="M2.609 8.826v6.304h20.978A12.01 12.01 0 0 0 24 12c0-1.099-.148-2.163-.425-3.174H2.61Z"></path><path fill="#A2001D" d="M3.514 3.514c-4.686 4.687-4.686 12.285 0 16.97L12 12 3.514 3.514Z"></path><path fill="#FFDA44" d="m4.857 8.87.777 2.39h2.515l-2.035 1.48.777 2.391-2.034-1.478-2.034 1.478.777-2.391-2.035-1.478H4.08l.777-2.392Z"></path><path fill="#F0F0F0" d="M7.131 12H2.583v2.086h4.548V12Z"></path><path fill="#000" d="m7.992 9.607-.738-.738-2.397 2.398-2.398-2.398-.738.738 2.4 2.396-2.4 2.4.738.727 2.398-2.393 2.397 2.393.738-.728-2.4-2.4 2.4-2.395Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function w2(l,t){return e.openBlock(),e.createElementBlock("svg",p9,_9)}const f9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:w2},render:w2},Symbol.toStringTag,{value:"Module"})),g9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},m9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M3.515 20.485c.503.503 1.04.952 1.603 1.348L21.833 5.117a12.068 12.068 0 0 0-2.952-2.951L2.167 18.88c.395.563.844 1.1 1.348 1.604Z"></path><path fill="#0052B4" d="M3.515 3.515C-.271 7.3-.998 12.986 1.333 17.502l16.17-16.169C12.985-.997 7.3-.27 3.514 3.515Z"></path><path fill="#496E2D" d="M20.486 20.485c3.785-3.786 4.512-9.472 2.182-13.988l-16.17 16.17c4.516 2.33 10.202 1.603 13.988-2.182Z"></path><path fill="#FFDA44" d="m9.913 6.782-1.344.632.716 1.303-1.46-.28-.186 1.475-1.017-1.085-1.017 1.085-.185-1.475-1.46.28.716-1.303-1.344-.632 1.344-.633-.716-1.302 1.46.28.185-1.476 1.017 1.085L7.64 3.651l.185 1.475 1.46-.279L8.57 6.15l1.344.633Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Z2(l,t){return e.openBlock(),e.createElementBlock("svg",g9,m9)}const $9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Z2},render:Z2},Symbol.toStringTag,{value:"Module"})),v9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},w9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M1.19 6.782A11.953 11.953 0 0 0 0 12c0 1.87.428 3.64 1.19 5.218L12 18.26l10.809-1.043a11.952 11.952 0 0 0 1.19-5.218c0-1.87-.427-3.64-1.19-5.217L11.999 5.74 1.19 6.782Z"></path><path fill="#6DA544" d="M1.19 17.218A12 12 0 0 0 12 24.001a12 12 0 0 0 10.809-6.783H1.19Z"></path><path fill="#FF9811" d="M1.19 6.782h21.62A12 12 0 0 0 11.999 0 12 12 0 0 0 1.192 6.782ZM12 16.174a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function u2(l,t){return e.openBlock(),e.createElementBlock("svg",v9,w9)}const Z9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:u2},render:u2},Symbol.toStringTag,{value:"Module"})),u9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},M9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M17.217 1.19A11.953 11.953 0 0 0 12 0c-1.87 0-3.64.428-5.218 1.19L5.74 12l1.043 10.809A11.952 11.952 0 0 0 12 23.999c1.87 0 3.64-.427 5.218-1.19l1.043-10.81L17.217 1.19Z"></path><path fill="#6DA544" d="M6.782 1.191A12 12 0 0 0 0 12a12 12 0 0 0 6.782 10.809V1.19Zm10.435 0V22.81A12 12 0 0 0 24 12a12 12 0 0 0-6.783-10.809ZM15.13 15.652 12 5.739l-3.13 9.913h2.347v2.608h1.566v-2.608h2.347Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function M2(l,t){return e.openBlock(),e.createElementBlock("svg",u9,M9)}const F9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:M2},render:M2},Symbol.toStringTag,{value:"Module"})),B9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},b9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M0 12c0 5.16 3.256 9.558 7.826 11.254V.747C3.256 2.442 0 6.84 0 12Zm24 0c0-5.16-3.257-9.558-7.826-11.253v22.507C20.744 21.558 24 17.16 24 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function F2(l,t){return e.openBlock(),e.createElementBlock("svg",B9,b9)}const x9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:F2},render:F2},Symbol.toStringTag,{value:"Module"})),k9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},S9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M12 0A12 12 0 0 0 1.191 6.782H22.81A12 12 0 0 0 12 0Zm0 24.001a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12 24.001Z"></path><path fill="#FFDA44" d="M12 8.348a3.652 3.652 0 1 0 0 7.304 3.652 3.652 0 0 0 0-7.304Zm0 5.739a2.087 2.087 0 1 1 0-4.174 2.087 2.087 0 0 1 0 4.174Z"></path><path fill="#0052B4" d="M13.807 12.522 12 12.001l-1.808.521-.602 1.044h4.82l-.603-1.044Z"></path><path fill="#338AF3" d="m12 9.391-1.205 2.087L12 12l1.205-.522L12 9.391Z"></path><path fill="#6DA544" d="M10.192 12.521h3.615l-.602-1.043h-2.41l-.603 1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function B2(l,t){return e.openBlock(),e.createElementBlock("svg",k9,S9)}const P9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:B2},render:B2},Symbol.toStringTag,{value:"Module"})),y9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},V9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M12 0C6.84 0 2.442 3.256.747 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path><path fill="#0052B4" d="M12 24c5.16 0 9.558-3.256 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function b2(l,t){return e.openBlock(),e.createElementBlock("svg",y9,V9)}const H9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:b2},render:b2},Symbol.toStringTag,{value:"Module"})),j9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},A9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M.413 15.13a12.01 12.01 0 0 0 4.283 6.391v-6.39H.413Zm10.543 8.825c.344.03.692.045 1.044.045 5.544 0 10.21-3.76 11.586-8.87h-12.63v8.825ZM23.586 8.87C22.21 3.76 17.544 0 12 0c-.352 0-.7.017-1.044.046V8.87h12.63ZM4.696 2.48A12.01 12.01 0 0 0 .413 8.87h4.283V2.48Z"></path><path fill="#0052B4" d="M23.898 10.434H9.391V.284a11.97 11.97 0 0 0-3.13 1.176v8.975H.1a12.102 12.102 0 0 0 0 3.13h6.16v8.976c.97.53 2.021.928 3.13 1.174v-10.15h14.507a12.121 12.121 0 0 0 0-3.13Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function x2(l,t){return e.openBlock(),e.createElementBlock("svg",j9,A9)}const z9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:x2},render:x2},Symbol.toStringTag,{value:"Module"})),O9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},D9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M23.93 13.305Zm0-.001L10.77.062c-.594.06-1.175.164-1.74.308C3.839 1.692 0 12 0 12s16.8 11.242 18.716 9.945c.384-.26.752-.54 1.102-.842l-7.8-7.799H23.93Z"></path><path fill="#D80027" d="M20.87 12 9.2.329C3.922 1.591 0 6.337 0 11.999c0 6.628 5.373 12 12 12 2.514 0 4.847-.773 6.775-2.094L8.87 11.999h12Z"></path><path fill="#F0F0F0" d="m11.413 17.717-1.466-.689.78-1.42-1.591.305-.202-1.608-1.108 1.183-1.109-1.183-.201 1.608-1.592-.304.78 1.419-1.465.69 1.466.689-.78 1.419 1.59-.304.202 1.607 1.109-1.182 1.108 1.182.202-1.607 1.591.304-.78-1.42 1.466-.689Zm-.979-11.062-1.066-.501.568-1.033-1.157.222-.147-1.17-.806.86-.807-.86-.146 1.17-1.158-.222.568 1.033-1.066.5 2.609.523 2.608-.522Z"></path><path fill="#F0F0F0" d="M10.957 6.655a3.13 3.13 0 0 1-6.261 0"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function k2(l,t){return e.openBlock(),e.createElementBlock("svg",O9,D9)}const E9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:k2},render:k2},Symbol.toStringTag,{value:"Module"})),C9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},N9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M12.001 0C5.725 0 .576 4.817.047 10.956h23.908C23.427 4.817 18.277 0 12.001 0ZM12 24c6.276 0 11.425-4.818 11.954-10.956H.046C.574 19.182 5.724 24 12 24Z"></path><path fill="#F0F0F0" d="m9.913 16.174-1.344.633.716 1.302-1.46-.28-.186 1.476-1.017-1.085-1.017 1.085-.185-1.475-1.46.28.716-1.303-1.344-.633 1.344-.632-.716-1.302 1.46.28.185-1.476 1.017 1.085 1.018-1.085.184 1.475 1.46-.28-.715 1.303 1.344.632Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function S2(l,t){return e.openBlock(),e.createElementBlock("svg",C9,N9)}const L9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:S2},render:S2},Symbol.toStringTag,{value:"Module"})),T9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},I9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#0052B4" d="M12 5.74v4.047L7.826 5.74H12ZM6.261 12h3.526L6.26 7.305l-.522 3.652L6.261 12Z"></path><path fill="#F0F0F0" d="M11.968 12h.033v-.031l-.033.032Z"></path><path fill="#F0F0F0" d="M12 6.26V0h-.002C5.371.001 0 5.373 0 12h6.26V8.474L9.787 12h2.182l.032-.032V9.786L8.474 6.261H12Z"></path><path fill="#D80027" d="M12 10.525 7.735 6.26H6.26L12 12v-1.476Z"></path><path fill="#D80027" d="M6.07 1.565c-.462.263-.905.557-1.327.877h.493l-1.302.946.497 1.53-1.301-.945-.138.1c-.54.614-1.02 1.283-1.427 1.998V12h3.13V4.696H12V1.564H6.07Z"></path><path fill="#0052B4" d="M5.126 2.164c-.13.09-.257.184-.383.28l-.809.945-.804.585-.14.101a12.06 12.06 0 0 0-.827 1.052 2.217 2.217 0 0 0 2.963-2.963Z"></path><path fill="#FFDA44" d="m2.99 4.074.14-.102 1.301.946-.497-1.53 1.301-.946h-.492A12.076 12.076 0 0 0 2.99 4.074Zm5.304-1.987.26.798h.837l-.678.492.26.797-.679-.492-.678.492.259-.797-.678-.492h.838l.26-.798ZM3.13 7.305l.26.797h.837l-.678.493.26.797L3.13 8.9l-.678.492.259-.797-.678-.493h.838l.259-.797Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function P2(l,t){return e.openBlock(),e.createElementBlock("svg",T9,I9)}const q9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:P2},render:P2},Symbol.toStringTag,{value:"Module"})),U9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},R9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12h.033v-.032a9.76 9.76 0 0 0-.033.032ZM12 6.26V0h-.002C5.372.001 0 5.373 0 12h6.261V8.474L9.787 12h2.181l.032-.032V9.786L8.475 6.261H12Z"></path><path fill="#D80027" d="M6.071 1.565A12.057 12.057 0 0 0 1.565 6.07V12h3.13V4.695H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.525 7.737 6.26H6.261l5.74 5.74v-1.476Zm8.781-1.62.26.797h.837l-.678.492.26.798-.679-.493-.678.493.259-.798-.678-.492h.838l.26-.797Zm-2.996 5.739.389 1.195h1.257l-1.018.74.39 1.195-1.018-.739-1.017.739.388-1.196-1.017-.739h1.257l.389-1.195Zm.113-9.392.324.996h1.048l-.848.616.324.997-.848-.616-.847.616.324-.997-.848-.616h1.048l.323-.996ZM15.015 8.87l.389 1.196h1.257l-1.017.739.388 1.195-1.017-.739-1.017.74.389-1.196-1.018-.74h1.258l.388-1.195Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function y2(l,t){return e.openBlock(),e.createElementBlock("svg",U9,R9)}const G9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:y2},render:y2},Symbol.toStringTag,{value:"Module"})),J9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},K9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M0 12c0 4.549 2.53 8.506 6.261 10.541V1.46A11.997 11.997 0 0 0 .001 12Z"></path><path fill="#D80027" d="M23.254 16.175c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174H.747A11.973 11.973 0 0 0 0 12.001c0 1.468.264 2.874.747 4.174L12 17.22l11.254-1.044Z"></path><path fill="#6DA544" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path><path fill="#D80027" d="M0 12c0 5.544 3.76 10.21 8.87 11.586V.413C3.76 1.79 0 6.455 0 12Z"></path><path fill="#F0F0F0" d="M7.342 5.282 6.235 4.175l-.738.738-.738-.738-1.107 1.107.738.737-.738.738L4.76 7.864l.738-.738.738.738 1.107-1.107-.738-.738.738-.737Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function V2(l,t){return e.openBlock(),e.createElementBlock("svg",J9,K9)}const Y9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:V2},render:V2},Symbol.toStringTag,{value:"Module"})),W9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Q9=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M0 12c0 6.627 5.373 12 12 12V12H0Z"></path><path fill="#D80027" d="M12 0c6.627 0 12 5.373 12 12H12V0Z"></path><path fill="#0052B4" d="m7.144 4.175.777 2.391h2.514L8.401 8.044l.777 2.392-2.034-1.478-2.035 1.478.777-2.392-2.034-1.478h2.515l.777-2.391Z"></path><path fill="#D80027" d="m16.857 13.565.777 2.391h2.515l-2.035 1.478.777 2.392-2.034-1.478-2.034 1.478.777-2.392-2.035-1.478h2.515l.777-2.391Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function H2(l,t){return e.openBlock(),e.createElementBlock("svg",W9,Q9)}const X9=Object.freeze(Object.defineProperty({__proto__:null,default:{render:H2},render:H2},Symbol.toStringTag,{value:"Module"})),en={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},tn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12.002c0-5.16-3.256-9.559-7.826-11.254v22.507C20.744 21.56 24 17.161 24 12.002ZM0 12c0 5.16 3.257 9.559 7.826 11.254V.747C3.256 2.443 0 6.841 0 12.001Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function j2(l,t){return e.openBlock(),e.createElementBlock("svg",en,tn)}const ln=Object.freeze(Object.defineProperty({__proto__:null,default:{render:j2},render:j2},Symbol.toStringTag,{value:"Module"})),on={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},cn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M1.46 6.262h21.08A11.997 11.997 0 0 0 12 0C7.452 0 3.494 2.53 1.46 6.26ZM12 24c4.548 0 8.505-2.53 10.54-6.261H1.46A11.997 11.997 0 0 0 12 23.999Z"></path><path fill="#FFDA44" d="M16.174 12c0 2.305-1.869 3.652-4.174 3.652-2.305 0-4.174-1.347-4.174-3.652a4.174 4.174 0 0 1 8.348 0Z"></path><path fill="#0052B4" d="M16.174 12a4.174 4.174 0 0 1-8.348 0"></path><path fill="#D80027" d="M10.435 10.956H9.392v2.087h1.043v-2.087Zm4.174 0h-1.044v2.087h1.044v-2.087ZM12.522 9.39h-1.043v3.653h1.043V9.391Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function A2(l,t){return e.openBlock(),e.createElementBlock("svg",on,cn)}const an=Object.freeze(Object.defineProperty({__proto__:null,default:{render:A2},render:A2},Symbol.toStringTag,{value:"Module"})),nn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},hn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#000" d="M20.485 20.486c-4.686 4.686-12.284 4.686-16.97 0-4.687-4.687-4.687-12.285 0-16.97C8.2-1.172 15.06-.435 19.747 4.252c4.687 4.686 5.425 11.546.738 16.233Z"></path><path fill="#A2001D" d="M3.515 3.515c4.686-4.687 12.284-4.687 16.97 0 4.687 4.686 4.687 12.284 0 16.97"></path><path fill="#F0F0F0" d="m9.172 16.174.194.598h.628l-.508.37.194.597-.508-.37-.51.37.195-.598-.508-.37h.628l.195-.597Zm-1.607-5.739.324.996h1.048l-.848.616.324.997-.848-.616-.848.616.324-.997-.847-.616H7.24l.324-.996Zm0 7.304.324.996h1.048l-.848.616.324.997-.848-.616-.848.616.324-.997-.847-.616H7.24l.324-.996Zm3.064-4.695.324.996H12l-.848.616.324.997-.848-.616-.848.616.324-.997-.847-.616h1.047l.324-.996Zm-6.127 0 .324.996h1.048l-.848.616.324.997-.848-.616-.847.616.323-.997-.847-.616h1.047l.324-.996Z"></path><path fill="#FFDA44" d="M20.088 8.886a3.106 3.106 0 0 0-1.982-.907l2.242-1.744a4.163 4.163 0 0 0-3.257-1.21 3.116 3.116 0 0 0-.801-1.372l-.886 1.77a1.304 1.304 0 1 0-1.77 1.77l-1.771.887c.395.395.87.662 1.372.802a4.162 4.162 0 0 0 1.21 3.256l1.959-2.518a.777.777 0 0 1 .548-.225c.21 0 .406.081.554.23a.774.774 0 0 1 .229.553.777.777 0 0 1-.23.553l.739.738c.345-.345.535-.803.535-1.291 0-.4-.128-.779-.363-1.092.343.091.666.27.934.538a2.09 2.09 0 0 1 0 2.952l.738.738a3.11 3.11 0 0 0 .917-2.214 3.11 3.11 0 0 0-.917-2.214Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function z2(l,t){return e.openBlock(),e.createElementBlock("svg",nn,hn)}const rn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:z2},render:z2},Symbol.toStringTag,{value:"Module"})),sn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},dn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0v12l-8.485 8.485A11.963 11.963 0 0 0 12 24c6.628 0 12-5.373 12-12S12 0 12 0Z"></path><path fill="#0052B4" d="M12 0a11.963 11.963 0 0 0-8.485 3.515L12 12h12c0-6.627-5.372-12-12-12Z"></path><path fill="#FFDA44" d="m8.217 12-1.465-.69.78-1.419-1.591.305-.202-1.608L4.631 9.77 3.522 8.588l-.202 1.608-1.59-.305.78 1.42L1.043 12l1.465.69-.78 1.418 1.592-.304.201 1.608 1.109-1.183 1.108 1.183.202-1.608 1.591.304-.78-1.419L8.217 12ZM3.2 4.695l.489.682.798-.253-.497.674.487.682-.795-.265-.497.674.006-.838-.795-.265.799-.253.006-.838Zm0 12.415.489.681.798-.253-.497.675.487.681-.795-.265-.497.675.006-.838-.795-.265.799-.253.006-.838Zm6.956-6.207-.487.682-.8-.253.498.674-.487.682.795-.265.498.674-.007-.838.796-.265-.8-.253-.006-.838Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function O2(l,t){return e.openBlock(),e.createElementBlock("svg",sn,dn)}const pn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:O2},render:O2},Symbol.toStringTag,{value:"Module"})),_n={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},fn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M0 12c0 4.549 2.531 8.506 6.261 10.541V1.46A11.997 11.997 0 0 0 .001 12Z"></path><path fill="#496E2D" d="M12 0C9.92 0 7.965.53 6.26 1.46v21.082C7.966 23.472 9.92 24 12 24c6.627 0 12-5.373 12-12 0-6.628-5.373-12-12-12Z"></path><path fill="#F0F0F0" d="M17.13 13.986a3.391 3.391 0 1 1-2.425-6.112 4.174 4.174 0 1 0 3.495 4.837 3.377 3.377 0 0 1-1.07 1.275Zm-.064-6.159.855.922 1.141-.529-.612 1.098.855.922-1.234-.243-.612 1.098-.15-1.248-1.234-.243 1.141-.528-.15-1.249Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function D2(l,t){return e.openBlock(),e.createElementBlock("svg",_n,fn)}const gn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:D2},render:D2},Symbol.toStringTag,{value:"Module"})),mn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},$n=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function E2(l,t){return e.openBlock(),e.createElementBlock("svg",mn,$n)}const vn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:E2},render:E2},Symbol.toStringTag,{value:"Module"})),wn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Zn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12h.033v-.032l-.033.033Z"></path><path fill="#F0F0F0" d="M12 6.261V.001h-.002C5.372 0 0 5.372 0 12h6.261V8.474L9.787 12h2.181l.033-.032V9.787L8.475 6.26H12Z"></path><path fill="#D80027" d="M6.071 1.565a12.057 12.057 0 0 0-4.506 4.506V12h3.13V4.696H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.525 7.738 6.26H6.261l5.74 5.74v-1.476Z"></path><path fill="#ACABB1" d="m18.783 7.304-1.565.522-1.565-.522L15.13 6l.522-1.305h3.13L18.261 6l.522 1.304Z"></path><path fill="#338AF3" d="M13.565 7.304v5.74c0 2.795 3.652 3.651 3.652 3.651s3.652-.856 3.652-3.652V7.304h-7.304Z"></path><path fill="#6DA544" d="M13.895 14.402c.898 1.724 3.323 2.293 3.323 2.293s2.425-.57 3.323-2.293L17.218 8.87l-3.323 5.533Z"></path><path fill="#FFDA44" d="m20.87 12.985-3.653-5.681-3.652 5.681v.058c0 .518.125.968.33 1.36l3.322-5.17 3.323 5.17c.204-.392.33-.843.33-1.36v-.058Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function C2(l,t){return e.openBlock(),e.createElementBlock("svg",wn,Zn)}const un=Object.freeze(Object.defineProperty({__proto__:null,default:{render:C2},render:C2},Symbol.toStringTag,{value:"Module"})),Mn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Fn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M11.999 0a11.982 11.982 0 0 0-9.6 4.8h19.2A11.982 11.982 0 0 0 12 0Zm0 24c3.926 0 7.411-1.886 9.6-4.8H2.4A11.981 11.981 0 0 0 12 24ZM0 12c0 .821.082 1.624.24 2.4h23.52a12.056 12.056 0 0 0 0-4.8H.24C.082 10.374 0 11.176 0 12Z"></path><path fill="#0052B4" d="M3.514 3.515c-4.686 4.687-4.686 12.285 0 16.971L12 12.001 3.514 3.515Z"></path><path fill="#F0F0F0" d="m4.857 8.869.777 2.391h2.515l-2.035 1.478.777 2.392-2.034-1.478-2.034 1.478.777-2.392-2.035-1.478H4.08l.777-2.391Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function N2(l,t){return e.openBlock(),e.createElementBlock("svg",Mn,Fn)}const Bn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:N2},render:N2},Symbol.toStringTag,{value:"Module"})),bn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},xn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M7.304 7.827h15.95C21.557 3.257 17.159.001 12 .001a11.96 11.96 0 0 0-8.485 3.515l3.79 4.311Z"></path><path fill="#6DA544" d="M7.304 16.174h15.95C21.557 20.744 17.159 24 12 24a11.961 11.961 0 0 1-8.485-3.515l3.79-4.311Z"></path><path fill="#D80027" d="M3.515 3.515c-4.687 4.686-4.687 12.284 0 16.97L12 12 3.515 3.515Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function L2(l,t){return e.openBlock(),e.createElementBlock("svg",bn,xn)}const kn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:L2},render:L2},Symbol.toStringTag,{value:"Module"})),Sn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Pn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#6DA544" d="M0 12c0 5.16 3.256 9.559 7.826 11.254l1.043-11.253L7.826.747C3.256 2.443 0 6.841 0 12.001Z"></path><path fill="#D80027" d="M24 12c0-6.627-5.372-12-12-12-1.468 0-2.874.264-4.174.746v22.508c1.3.482 2.706.746 4.174.746 6.628 0 12-5.373 12-12Z"></path><path fill="#FFDA44" d="M7.826 16.174a4.174 4.174 0 1 0 0-8.347 4.174 4.174 0 0 0 0 8.347Z"></path><path fill="#D80027" d="M5.478 9.913v2.608a2.348 2.348 0 0 0 4.695 0V9.913H5.478Z"></path><path fill="#F0F0F0" d="M7.826 13.304a.784.784 0 0 1-.782-.783v-1.043h1.565v1.043a.784.784 0 0 1-.783.783Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function T2(l,t){return e.openBlock(),e.createElementBlock("svg",Sn,Pn)}const yn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:T2},render:T2},Symbol.toStringTag,{value:"Module"})),Vn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Hn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M9.391 17.218a5.217 5.217 0 1 0 0-10.434 5.217 5.217 0 0 0 0 10.434Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function I2(l,t){return e.openBlock(),e.createElementBlock("svg",Vn,Hn)}const jn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:I2},render:I2},Symbol.toStringTag,{value:"Module"})),An={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},zn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0A12 12 0 0 0 1.191 6.783H22.81A12 12 0 0 0 12 0Z"></path><path fill="#0052B4" d="M12 24a12 12 0 0 0 10.81-6.782H1.19A12 12 0 0 0 12 24.001Z"></path><path fill="#6DA544" d="m14.951 8.527-1.107 1.106a2.609 2.609 0 1 1-3.69 0L9.05 8.527a4.174 4.174 0 1 0 5.903 0Z"></path><path fill="#FFDA44" d="m12 9.913.389 1.195h1.257l-1.018.74.39 1.195L12 12.304l-1.017.739.388-1.196-1.017-.739h1.257L12 9.913Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function q2(l,t){return e.openBlock(),e.createElementBlock("svg",An,zn)}const On=Object.freeze(Object.defineProperty({__proto__:null,default:{render:q2},render:q2},Symbol.toStringTag,{value:"Module"})),Dn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},En=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#751A46" d="M24 12c0-6.627-5.373-12-12-12-2.347 0-4.537.675-6.387 1.84l2.63 1.117-3.547 1.508 3.548 1.507L4.696 7.48l3.548 1.507-3.548 1.507L8.244 12l-3.548 1.507 3.548 1.507-3.548 1.508 3.548 1.507-3.548 1.507 3.548 1.507-2.63 1.117A11.944 11.944 0 0 0 12 24c6.627 0 12-5.373 12-12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function U2(l,t){return e.openBlock(),e.createElementBlock("svg",Dn,En)}const Cn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:U2},render:U2},Symbol.toStringTag,{value:"Module"})),Nn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ln=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M16.174.745A11.975 11.975 0 0 0 12 0c-1.468 0-2.874.264-4.174.746L6.783 12l1.043 11.254c1.3.482 2.706.746 4.174.746 1.468 0 2.874-.264 4.174-.746L17.218 12 16.174.745Z"></path><path fill="#D80027" d="M24 12c0-5.16-3.257-9.56-7.826-11.254v22.507C20.744 21.558 24 17.16 24 12Z"></path><path fill="#0052B4" d="M0 12c0 5.16 3.257 9.558 7.826 11.253V.746C3.256 2.441 0 6.84 0 11.999Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function R2(l,t){return e.openBlock(),e.createElementBlock("svg",Nn,Ln)}const Tn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:R2},render:R2},Symbol.toStringTag,{value:"Module"})),In={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},qn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M12 0C5.373 0 0 5.373 0 12c0 1.468.264 2.874.746 4.174h22.508c.482-1.3.746-2.706.746-4.174 0-6.627-5.373-12-12-12Z"></path><path fill="#D80027" d="M12 0C6.84 0 2.442 3.257.747 7.826h22.507C21.558 3.256 17.16 0 12 0Z"></path><path fill="#D80027" d="M3.103 6.783v5.986c0 3.406 4.449 4.449 4.449 4.449S12 16.175 12 12.769V6.783H3.103Z"></path><path fill="#FFDA44" d="M4.942 7.826h5.218V5.74l-1.044.522-1.565-1.565L5.986 6.26l-1.044-.52v2.087Zm6.014 5.776-3.391-3.39-3.392 3.39L5.28 14.71l2.285-2.284 2.284 2.284 1.107-1.107Z"></path><path fill="#F0F0F0" d="M10.956 10.434H9.374A1.043 1.043 0 1 0 7.55 9.42a1.043 1.043 0 1 0-1.823 1.014H4.173c0 .576.502 1.043 1.079 1.043h-.035c0 .577.467 1.044 1.043 1.044 0 .51.367.934.85 1.025l-.821 1.856a3.38 3.38 0 0 0 2.552 0l-.822-1.856c.484-.09.85-.515.85-1.025.576 0 1.044-.467 1.044-1.044h-.035c.576 0 1.078-.467 1.078-1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function G2(l,t){return e.openBlock(),e.createElementBlock("svg",In,qn)}const Un=Object.freeze(Object.defineProperty({__proto__:null,default:{render:G2},render:G2},Symbol.toStringTag,{value:"Module"})),Rn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Gn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M23.254 16.173c.482-1.3.746-2.706.746-4.173 0-1.468-.264-2.874-.746-4.174H.747A11.974 11.974 0 0 0 0 11.999c0 1.468.264 2.874.747 4.174L12 17.217l11.254-1.044Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.257 11.254-7.827H.747C2.442 20.743 6.84 24 12 24Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function J2(l,t){return e.openBlock(),e.createElementBlock("svg",Rn,Gn)}const Jn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:J2},render:J2},Symbol.toStringTag,{value:"Module"})),Kn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Yn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M0 12c0 2.078.53 4.033 1.46 5.738L12 18.782l10.541-1.044c.93-1.705 1.46-3.66 1.46-5.739l-12-1.043-12 1.043Z"></path><path fill="#338AF3" d="M22.54 6.26A11.997 11.997 0 0 0 12 0 11.997 11.997 0 0 0 0 12h24c0-2.079-.529-4.034-1.46-5.74Z"></path><path fill="#496E2D" d="M12 24c4.549 0 8.506-2.532 10.541-6.262H1.46A11.997 11.997 0 0 0 12 24Z"></path><path fill="#FFDA44" d="m13.565 7.022 1.466.69-.78 1.42 1.59-.305.202 1.607 1.109-1.182 1.108 1.182.202-1.607 1.591.304-.78-1.42 1.465-.689-1.465-.689.78-1.42-1.591.305-.202-1.607-1.108 1.182-1.109-1.182-.201 1.607-1.592-.304.78 1.42-1.465.688Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function K2(l,t){return e.openBlock(),e.createElementBlock("svg",Kn,Yn)}const Wn=Object.freeze(Object.defineProperty({__proto__:null,default:{render:K2},render:K2},Symbol.toStringTag,{value:"Module"})),Qn={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Xn=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#6DA544" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M6.783 14.348c0 .864.7 1.565 1.565 1.565h4.696c0 .72.584 1.304 1.304 1.304h1.565c.72 0 1.305-.584 1.305-1.304v-1.565H6.783Zm10.564-7.565v3.652c0 .576-.468 1.044-1.043 1.044v1.565a2.612 2.612 0 0 0 2.609-2.609V6.783h-1.566ZM6.13 10.435c0 .575-.468 1.043-1.043 1.043v1.566a2.612 2.612 0 0 0 2.609-2.609V6.783H6.13v3.652Z"></path><path fill="#F0F0F0" d="M16.565 6.783H15v3.652h1.565V6.783ZM12.652 8.87a.261.261 0 0 1-.522 0V6.783h-1.565V8.87a.261.261 0 0 1-.521 0V6.783H8.477V8.87c0 1.007.82 1.826 1.826 1.826.388 0 .748-.122 1.044-.329a1.816 1.816 0 0 0 1.274.314 1.045 1.045 0 0 1-1.013.798v1.565a2.612 2.612 0 0 0 2.608-2.609V6.783h-1.565V8.87Z"></path><path fill="#F0F0F0" d="M10.826 11.478H8.478v1.565h2.348v-1.565Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Y2(l,t){return e.openBlock(),e.createElementBlock("svg",Qn,Xn)}const eh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Y2},render:Y2},Symbol.toStringTag,{value:"Module"})),th={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},lh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M20.486 20.485c4.5-4.5 4.678-11.686.535-16.4L12.001 12l-7.914 9.02c4.713 4.143 11.899 3.966 16.4-.535Z"></path><path fill="#0052B4" d="M3.515 3.514c4.5-4.5 11.686-4.678 16.4-.535L12 12l-9.02 7.914c-4.143-4.714-3.966-11.9.535-16.4Z"></path><path fill="#FFDA44" d="M19.914 2.98 2.979 19.915a12.074 12.074 0 0 0 1.107 1.106L21.021 4.087a12.127 12.127 0 0 0-1.107-1.107Z"></path><path fill="#F0F0F0" d="m5.057 4.174.259.798h.838l-.678.492.259.797-.678-.492-.678.492.259-.797-.679-.492h.839l.259-.798Zm4.28 0 .26.797h.838l-.678.492.259.798-.679-.493-.678.493.26-.798-.679-.492h.838l.26-.797ZM5.056 8.348l.26.797h.838l-.679.493.26.797-.679-.493-.678.493.26-.797-.679-.493h.838l.26-.797Zm4.281 0 .26.797h.838l-.678.493.259.797-.679-.493-.678.493.26-.797-.679-.493h.838l.26-.797Zm-2.14-2.086.26.797h.837l-.678.492.26.798-.679-.493-.678.493.259-.798L6.1 7.06h.838l.259-.797Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function W2(l,t){return e.openBlock(),e.createElementBlock("svg",th,lh)}const oh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:W2},render:W2},Symbol.toStringTag,{value:"Module"})),ch={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ah=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M20.1 3.146A11.956 11.956 0 0 0 12 0c-.511 0-1.015.033-1.51.095L4.696 6.782.38 15.005a11.926 11.926 0 0 0 1.255 3.043L12 12l8.1-8.853Z"></path><path fill="#6DA544" d="m21.99 18.648-16.789 3.24A11.943 11.943 0 0 0 12 23.999c4.168 0 7.84-2.125 9.99-5.351Z"></path><path fill="#D80027" d="M20.102 3.148 1.642 18.06a12.048 12.048 0 0 0 1.72 2.268L24 12c0-3.505-1.502-6.658-3.898-8.852Z"></path><path fill="#0052B4" d="M0 12c0 1.038.131 2.046.38 3.006L10.49.094C4.575.836 0 5.884 0 12Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Q2(l,t){return e.openBlock(),e.createElementBlock("svg",ch,ah)}const nh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Q2},render:Q2},Symbol.toStringTag,{value:"Module"})),hh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},rh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M9.39 10.435h14.508C23.13 4.547 18.096 0 11.999 0c-.896 0-1.768.1-2.608.285v10.15Zm-3.13 0V1.459a12.007 12.007 0 0 0-6.159 8.976h6.16Zm0 3.131H.102a12.007 12.007 0 0 0 6.16 8.975v-8.975Zm3.13 0v10.15c.84.185 1.713.284 2.61.284 6.096 0 11.13-4.547 11.898-10.434H9.39Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function X2(l,t){return e.openBlock(),e.createElementBlock("svg",hh,rh)}const sh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:X2},render:X2},Symbol.toStringTag,{value:"Module"})),ih={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},dh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path><path fill="#F0F0F0" d="M7.304 6.261a3.653 3.653 0 0 1 2.87-3.567 3.652 3.652 0 1 0 0 7.135 3.653 3.653 0 0 1-2.87-3.568ZM12 2.87l.259.797h.838l-.678.493.259.797L12 4.464l-.678.493.259-.797-.678-.493h.838L12 2.87Z"></path><path fill="#F0F0F0" d="m9.966 4.435.26.797h.837l-.678.492.26.798-.679-.493-.678.493.26-.798-.679-.492h.838l.26-.797Zm4.067 0 .259.797h.838l-.678.492.26.798-.679-.493-.678.493.259-.798-.678-.492h.838l.259-.797Zm-.783 2.348.26.798h.838l-.679.492.26.797-.678-.492-.679.492.26-.797-.679-.492h.838l.26-.798Zm-2.501 0 .259.798h.838l-.678.492.259.797-.678-.492-.678.492.259-.797-.678-.492h.838l.259-.798Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function ee(l,t){return e.openBlock(),e.createElementBlock("svg",ih,dh)}const ph=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ee},render:ee},Symbol.toStringTag,{value:"Module"})),_h={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},fh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M23.254 7.826H10.435v-3.13h-6.26v3.13H.746A11.974 11.974 0 0 0 0 12c0 1.468.264 2.874.747 4.174L12 17.218l11.254-1.044c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.747C2.442 20.744 6.84 24 12 24Z"></path><path fill="#F0F0F0" d="M4.174 7.826V8.87c0 2.396 3.13 3.13 3.13 3.13s3.131-.734 3.131-3.13V7.826L9.391 8.87 7.305 7.305 5.218 8.87 4.174 7.826Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function te(l,t){return e.openBlock(),e.createElementBlock("svg",_h,fh)}const gh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:te},render:te},Symbol.toStringTag,{value:"Module"})),mh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},$h=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M12 24c6.628 0 12-5.373 12-12 0-1.468-.264-2.874-.746-4.174H.747A11.974 11.974 0 0 0 0 12c0 6.627 5.373 12 12 12Z"></path><path fill="#D80027" d="M12 24c5.16 0 9.558-3.257 11.254-7.826H.746C2.442 20.744 6.84 24 12 24Z"></path><path fill="#F0F0F0" d="M3.103 6.782v5.986c0 3.405 4.448 4.449 4.448 4.449S12 16.173 12 12.768V6.782H3.103Z"></path><path fill="#D80027" d="M4.146 6.782v5.986c0 .4.09.777.265 1.131h6.28a2.51 2.51 0 0 0 .265-1.13V6.781h-6.81Z"></path><path fill="#F0F0F0" d="M9.639 10.956H8.073V9.913h1.044V8.869H8.073V7.826H7.03v1.043H5.987v1.044H7.03v1.043H5.465V12H7.03v1.043h1.043V12H9.64v-1.044Z"></path><path fill="#0052B4" d="M5.834 15.357a7.494 7.494 0 0 0 1.717.777 7.49 7.49 0 0 0 1.717-.777c.678-.426 1.154-.913 1.423-1.456a1.817 1.817 0 0 0-1.468-.287 1.826 1.826 0 0 0-3.344 0 1.826 1.826 0 0 0-1.468.287c.27.543.745 1.03 1.423 1.456Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function le(l,t){return e.openBlock(),e.createElementBlock("svg",mh,$h)}const vh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:le},render:le},Symbol.toStringTag,{value:"Module"})),wh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Zh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M23.253 16.174c.483-1.3.747-2.706.747-4.173a11.96 11.96 0 0 0-.747-4.174L12 6.783.746 7.827A11.973 11.973 0 0 0 0 12c0 1.467.264 2.873.746 4.173L12 17.218l11.253-1.044Z"></path><path fill="#338AF3" d="M12 24c5.16 0 9.558-3.256 11.253-7.826H.746C2.442 20.744 6.84 24.001 12 24.001Z"></path><path fill="#6DA544" d="M12 0C6.84 0 2.442 3.257.746 7.826h22.508C21.557 3.256 17.159 0 12 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function oe(l,t){return e.openBlock(),e.createElementBlock("svg",wh,Zh)}const uh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:oe},render:oe},Symbol.toStringTag,{value:"Module"})),Mh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Fh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12c.522 0 12-1.565 12-1.565L24 12Z"></path><path fill="#F0F0F0" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path><path fill="#6DA544" d="M16.763 8.28 12 13.045 7.237 8.281a5.706 5.706 0 0 0-.976 3.198v1.565a5.75 5.75 0 0 0 3.878 5.43 1.734 1.734 0 0 0 .19 1.874l1.706-1.366 1.705 1.366a1.736 1.736 0 0 0 .18-1.896 5.749 5.749 0 0 0 3.819-5.408v-1.565c0-1.183-.36-2.284-.976-3.198Z"></path><path fill="#FFDA44" d="M12 17.217a4.179 4.179 0 0 1-4.174-4.173v-1.566A4.179 4.179 0 0 1 12 7.304a4.179 4.179 0 0 1 4.174 4.174v1.566A4.179 4.179 0 0 1 12 17.216Z"></path><path fill="#338AF3" d="M14.609 13.043v-1.565A2.612 2.612 0 0 0 12 8.87a2.612 2.612 0 0 0-2.609 2.61v1.564l2.61.522 2.608-.522Z"></path><path fill="#6DA544" d="M9.391 13.043a2.612 2.612 0 0 0 2.61 2.609 2.612 2.612 0 0 0 2.608-2.609H9.39Z"></path><path fill="#FFDA44" d="M15.13 7.304a1.565 1.565 0 0 0-2.608-1.166v-.92h.521V4.173h-.521v-.522h-1.044v.522h-.521v1.043h.521v.92A1.565 1.565 0 0 0 9.391 8.47v.921h5.218v-.92c.32-.287.521-.704.521-1.167Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function ce(l,t){return e.openBlock(),e.createElementBlock("svg",Mh,Fh)}const Bh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ce},render:ce},Symbol.toStringTag,{value:"Module"})),bh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},xh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M17.217 1.19A11.953 11.953 0 0 0 12 0c-1.87 0-3.64.428-5.217 1.19L5.739 12l1.044 10.81A11.953 11.953 0 0 0 12 24c1.87 0 3.64-.428 5.217-1.19L18.261 12 17.217 1.19Z"></path><path fill="#496E2D" d="m12 7.826 1.036 3.189h3.353l-2.712 1.97 1.036 3.189L12 14.204l-2.712 1.97 1.036-3.189-2.712-1.97h3.352L12 7.825ZM6.783 1.19A12 12 0 0 0 0 12a12 12 0 0 0 6.783 10.808V1.191Z"></path><path fill="#D80027" d="M17.218 1.191V22.81A12 12 0 0 0 24 12a12 12 0 0 0-6.782-10.809Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function ae(l,t){return e.openBlock(),e.createElementBlock("svg",bh,xh)}const kh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ae},render:ae},Symbol.toStringTag,{value:"Module"})),Sh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ph=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="m12 6.26 1.295 3.986h4.191l-3.39 2.464 1.294 3.985L12 14.232l-3.39 2.463 1.295-3.985-3.39-2.464h4.19L12 6.261Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function ne(l,t){return e.openBlock(),e.createElementBlock("svg",Sh,Ph)}const yh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ne},render:ne},Symbol.toStringTag,{value:"Module"})),Vh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Hh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#A2001D" d="M23.253 7.827H.746A11.976 11.976 0 0 0 0 12c0 1.468.264 2.874.746 4.174h22.507c.483-1.3.747-2.706.747-4.174a11.96 11.96 0 0 0-.747-4.174Z"></path><path fill="#6DA544" d="M12.035 24.001c4.11 0 7.737-2.067 9.9-5.217h-19.8a11.986 11.986 0 0 0 9.9 5.217ZM12.034 0c4.11 0 7.737 2.067 9.9 5.218h-19.8A11.986 11.986 0 0 1 12.035 0Z"></path><path fill="#FFDA44" d="m12 7.827 1.036 3.188h3.352l-2.712 1.971 1.036 3.189L12 14.205l-2.713 1.97 1.036-3.189-2.712-1.97h3.353L12 7.825Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function he(l,t){return e.openBlock(),e.createElementBlock("svg",Vh,Hh)}const jh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:he},render:he},Symbol.toStringTag,{value:"Module"})),Ah={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},zh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M23.064 7.347C21.247 3.03 16.977-.001 12-.001a11.96 11.96 0 0 0-8.485 3.515L6.52 7.347h16.544Z"></path><path fill="#496E2D" d="m6.554 16.608-3.039 3.876A11.961 11.961 0 0 0 12 23.999c4.994 0 9.275-3.051 11.082-7.391H6.554Z"></path><path fill="#A2001D" d="M2.609 8.826v6.304h20.978A12.01 12.01 0 0 0 24 12c0-1.099-.148-2.163-.425-3.174H2.61Z"></path><path fill="#0052B4" d="M3.515 3.515c-4.687 4.686-4.687 12.284 0 16.97L12 12 3.515 3.515Z"></path><path fill="#FFDA44" d="m3.909 9.016 1.464 2.044 2.397-.76-1.491 2.024 1.464 2.044-2.386-.792L3.866 15.6l.016-2.515-2.386-.793 2.396-.761.017-2.515Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function re(l,t){return e.openBlock(),e.createElementBlock("svg",Ah,zh)}const Oh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:re},render:re},Symbol.toStringTag,{value:"Module"})),Dh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Eh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#6DA544" d="M7.305 7.826h15.95C21.558 3.256 17.16 0 12 0a11.96 11.96 0 0 0-8.485 3.515l3.789 4.311Zm-.001 8.349h15.95C21.557 20.745 17.158 24 12 24a11.961 11.961 0 0 1-8.485-3.515l3.79-4.311Z"></path><path fill="#D80027" d="M3.515 3.514c-4.687 4.686-4.687 12.284 0 16.97L12 12 3.515 3.514Z"></path><path fill="#000" d="m15.238 9.913.518 1.594h1.676l-1.356.986.518 1.594-1.356-.986-1.356.986.518-1.595-1.357-.985h1.677l.518-1.594Zm5.218 0 .518 1.594h1.676l-1.356.986.518 1.594-1.356-.986-1.357.986.518-1.595-1.356-.985h1.677l.518-1.594Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function se(l,t){return e.openBlock(),e.createElementBlock("svg",Dh,Eh)}const Ch=Object.freeze(Object.defineProperty({__proto__:null,default:{render:se},render:se},Symbol.toStringTag,{value:"Module"})),Nh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Lh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M12-.001A12 12 0 0 0 1.19 6.782h21.62A12 12 0 0 0 12-.001Zm0 24a12 12 0 0 0 10.81-6.783H1.19A12 12 0 0 0 12 24Z"></path><path fill="#FFDA44" d="M9.59 12.523 12 8.349l2.41 4.174H9.59Z"></path><path fill="#6DA544" d="M15.13 13.9 12 15.465 8.87 13.9v-2.087h6.26V13.9Z"></path><path fill="#FFDA44" d="m14.952 8.527-1.107 1.107a2.609 2.609 0 1 1-3.69 0L9.05 8.527a4.174 4.174 0 1 0 5.903 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function ie(l,t){return e.openBlock(),e.createElementBlock("svg",Nh,Lh)}const Th=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ie},render:ie},Symbol.toStringTag,{value:"Module"})),Ih={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},qh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M10.956 13.043s-7.434-9.53-7.441-9.53A11.962 11.962 0 0 1 12 0c6.627 0 12 5.373 12 12l-13.044 1.044Z"></path><path fill="#0052B4" d="M10.956 12s-7.434 8.486-7.441 8.485A11.963 11.963 0 0 0 12 24c6.627 0 12-5.373 12-12H10.956Z"></path><path fill="#F0F0F0" d="M3.515 3.515c-4.687 4.686-4.687 12.284 0 16.97L12 12 3.515 3.515Z"></path><path fill="#FFDA44" d="M1.316 12a3.391 3.391 0 1 0 6.76 0h-6.76Zm3.38-1.566a1.044 1.044 0 1 0 0-2.087 1.044 1.044 0 0 0 0 2.087Z"></path><path fill="#D80027" d="M2.348 9.13v3.392c0 1.797 2.347 2.347 2.347 2.347s2.348-.55 2.348-2.347V9.13H2.348Z"></path><path fill="#338AF3" d="M4.697 13.778c-.436-.157-1.306-.558-1.306-1.256v-2.348h2.61v2.348c0 .7-.87 1.1-1.304 1.256Z"></path><path fill="#F3F3F3" d="M5.218 11.478v-.522l-.522-.26-.522.26v.522l-.26.26v1.044h1.565v-1.043l-.261-.261Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function de(l,t){return e.openBlock(),e.createElementBlock("svg",Ih,qh)}const Uh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:de},render:de},Symbol.toStringTag,{value:"Module"})),Rh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Gh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0C6.84 0 2.442 3.255.746 7.824h22.507C21.558 3.255 17.16 0 12 0Z"></path><path fill="#000" d="M12 24c5.16 0 9.558-3.256 11.254-7.826H.746C2.442 20.744 6.84 24 12 24Z"></path><path fill="#6DA544" d="m7.17 9.13.648 1.993h2.095l-1.695 1.232.647 1.992-1.695-1.231-1.695 1.232.647-1.993-1.695-1.232h2.096L7.17 9.13Zm9.66 0 .648 1.993h2.095l-1.695 1.232.647 1.992-1.695-1.231-1.695 1.232.647-1.993-1.695-1.232h2.096l.647-1.993Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function pe(l,t){return e.openBlock(),e.createElementBlock("svg",Rh,Gh)}const Jh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:pe},render:pe},Symbol.toStringTag,{value:"Module"})),Kh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Yh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M22.809 17.216A11.951 11.951 0 0 0 23.999 12c0-1.87-.427-3.64-1.19-5.217l-10.81-.522-10.809.522A11.953 11.953 0 0 0 0 11.999c0 1.87.428 3.64 1.19 5.217l10.81.522 10.809-.521Z"></path><path fill="#000" d="M12 0A12 12 0 0 0 1.19 6.783h21.62A12 12 0 0 0 12 0Z"></path><path fill="#0052B4" d="M12 24a12 12 0 0 1-10.81-6.783h21.62A12 12 0 0 1 12 23.999Z"></path><path fill="#A2001D" d="M23.433 8.348H.566A11.99 11.99 0 0 0 0 12c0 1.274.199 2.5.566 3.652h22.867C23.801 14.501 24 13.274 24 12s-.2-2.5-.567-3.652Z"></path><path fill="#FFDA44" d="M19.826 11.479H4.174v1.044h15.652v-1.044Zm-2.087-2.088H6.261v1.044h11.478V9.39Z"></path><path fill="#F0F0F0" d="M17.813 12S15.13 15.13 12 15.13 8.87 12 8.87 12s0-3.13 3.13-3.13S17.813 12 17.813 12Z"></path><path fill="#000" d="M12 15.13C8.87 15.13 6.186 12 6.186 12S8.869 8.87 12 8.87"></path><path fill="#F0F0F0" d="M10.957 10.957H9.913v2.087h1.044v-2.087Z"></path><path fill="#000" d="M14.087 10.957h-1.044v2.087h1.044v-2.087Z"></path><path fill="#0052B4" d="M4.174 13.044a1.043 1.043 0 1 0 0-2.086 1.043 1.043 0 0 0 0 2.086Zm15.653 0a1.044 1.044 0 1 0 0-2.087 1.044 1.044 0 0 0 0 2.087Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function _e(l,t){return e.openBlock(),e.createElementBlock("svg",Kh,Yh)}const Wh=Object.freeze(Object.defineProperty({__proto__:null,default:{render:_e},render:_e},Symbol.toStringTag,{value:"Module"})),Qh={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Xh=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12H12v-.033l-.032.033Z"></path><path fill="#F0F0F0" d="M12 6.261V.001h-.002C5.372 0 0 5.373 0 12h6.261V8.474L9.787 12h2.181l.033-.032V9.787L8.475 6.26H12Z"></path><path fill="#D80027" d="M6.071 1.565a12.057 12.057 0 0 0-4.506 4.506v5.93h3.13V4.695H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.524 7.738 6.261H6.261L12.001 12v-1.476Z"></path><path fill="#FFDA44" d="M13.565 6.26V12c0 2.795 3.652 3.652 3.652 3.652S20.87 14.795 20.87 12V6.26h-7.304Z"></path><path fill="#FF9811" d="M16.696 8.348c0 .576-.467 2.087-1.044 2.087-.576 0-1.043-1.511-1.043-2.087 0-.577 1.043-1.044 1.043-1.044s1.044.467 1.044 1.044Z"></path><path fill="#A2001D" d="M19.464 9.484c.169-.41.3-1.011.3-1.31 0-.48-.627-.87-.627-.87s-.626.39-.626.87c0 .299.131.9.3 1.31l-.362.816a1.825 1.825 0 0 0 1.377 0l-.362-.816Z"></path><path fill="#6DA544" d="M16.435 12s-.522 1.043-.522 2.087h2.609C18.522 13.044 18 12 18 12l-.782-.522-.783.522Z"></path><path fill="#D80027" d="M18 12v-.26a.783.783 0 0 0-1.565 0V12h1.566Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function fe(l,t){return e.openBlock(),e.createElementBlock("svg",Qh,Xh)}const er=Object.freeze(Object.defineProperty({__proto__:null,default:{render:fe},render:fe},Symbol.toStringTag,{value:"Module"})),tr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},lr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 0c-1.467 0-2.874.264-4.174.746L7.305 12l.521 11.253c1.3.482 2.707.747 4.174.747 1.468 0 2.874-.265 4.174-.747L16.696 12 16.174.746A11.975 11.975 0 0 0 12 0Z"></path><path fill="#D80027" d="M24 12c0-5.16-3.256-9.558-7.826-11.253v22.507C20.744 21.558 24 17.16 24 12Z"></path><path fill="#0052B4" d="M7.826 23.254V.747C3.256 2.442 0 6.84 0 12s3.256 9.558 7.826 11.254Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function ge(l,t){return e.openBlock(),e.createElementBlock("svg",tr,lr)}const or=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ge},render:ge},Symbol.toStringTag,{value:"Module"})),cr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ar=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#496E2D" d="M12 0c-.009 0-.522 4.8-.522 4.8h10.123A11.981 11.981 0 0 0 12 0Zm0 24c3.926 0 7.411-1.885 9.6-4.8H2.4A11.981 11.981 0 0 0 12 24ZM23.76 9.6H11.478L12 14.4h11.76a12.047 12.047 0 0 0 0-4.8Z"></path><path fill="#D80027" d="M12 14.4V0C5.373 0 0 5.373 0 12c0 .822.083 1.624.24 2.4H12Z"></path><path fill="#F0F0F0" d="m6.621 5.738.777 2.392h2.515L7.878 9.608l.777 2.391-2.034-1.478L4.587 12l.777-2.391L3.33 8.13h2.514l.777-2.392Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function me(l,t){return e.openBlock(),e.createElementBlock("svg",cr,ar)}const nr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:me},render:me},Symbol.toStringTag,{value:"Module"})),hr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},rr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M23.254 7.826H.747A11.973 11.973 0 0 0 0 12c0 1.468.264 2.874.747 4.174h22.507c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174Z"></path><path fill="#D80027" d="M12.001 0a11.972 11.972 0 0 0-9.096 4.173h18.193A11.972 11.972 0 0 0 12.001 0Zm9.096 19.826H2.904A11.972 11.972 0 0 0 12 24c3.637 0 6.896-1.618 9.097-4.174Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function $e(l,t){return e.openBlock(),e.createElementBlock("svg",hr,rr)}const sr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:$e},render:$e},Symbol.toStringTag,{value:"Module"})),ir={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},dr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M1.19 6.782A11.952 11.952 0 0 0 0 11.999c0 1.87.428 3.64 1.19 5.217L12 18.26l10.81-1.044A11.953 11.953 0 0 0 24 12c0-1.87-.428-3.64-1.19-5.217L12 5.738 1.19 6.782Z"></path><path fill="#6DA544" d="M1.191 17.218A12 12 0 0 0 12.001 24a12 12 0 0 0 10.808-6.782H1.191Z"></path><path fill="#D80027" d="M1.191 6.782H22.81A12 12 0 0 0 12-.001 12 12 0 0 0 1.191 6.782Z"></path><path fill="#FFDA44" d="M9.913 15.131h4.174v-1.774l-.835.418L12 12.523l-1.252 1.252-.835-.418v1.774Zm-2.388-2.087.194.598h.629l-.509.37.195.597-.51-.37-.508.37.195-.598-.509-.37h.629l.194-.597Zm.602-2.086.195.598h.628l-.508.369.194.598-.509-.37-.508.37.194-.598-.509-.37h.629l.194-.597Zm1.722-1.565.194.598h.629l-.509.37.194.597-.508-.37-.509.37.194-.598-.508-.37h.629l.194-.597Zm6.626 3.651-.194.598h-.629l.509.37-.195.597.509-.37.508.37-.194-.598.509-.37h-.629l-.194-.597Zm-.602-2.086-.195.598h-.628l.508.369-.194.598.509-.37.508.37-.194-.598.509-.37h-.629l-.194-.597Zm-1.722-1.565-.194.598h-.629l.509.37-.194.597.508-.37.509.37-.194-.598.508-.37h-.629l-.194-.597ZM12 8.61l.195.597h.628l-.508.37.194.598-.509-.37-.508.37.194-.598-.508-.37h.628L12 8.61Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function ve(l,t){return e.openBlock(),e.createElementBlock("svg",ir,dr)}const pr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ve},render:ve},Symbol.toStringTag,{value:"Module"})),_r={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},fr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#0052B4" d="M19.304 5.74a8.008 8.008 0 0 0-.156 1.617 7.855 7.855 0 0 0 4.591 7.138c.17-.805.261-1.64.261-2.495 0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12c4.11 0 7.737-2.067 9.9-5.217H6.783v-1.566h16.026c.164-.339.313-.687.445-1.043H6.783L19.304 5.739Z"></path><path fill="#F0F0F0" d="m8.816 6.261.259.797h.838l-.678.493.259.797-.678-.492-.678.492.259-.797-.678-.493h.838l.259-.797ZM5.411 12l.324.996h1.048l-.848.616.324.997-.848-.616-.847.616.324-.997-.848-.616h1.048L5.41 12Zm0-8.348.324.997h1.048l-.848.616.324.996-.848-.616-.847.616.324-.996-.848-.616h1.048l.323-.997ZM2.802 8.348l.324.996h1.048l-.848.616.324.996-.848-.616-.847.616.324-.996-.848-.616h1.048l.323-.996Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function we(l,t){return e.openBlock(),e.createElementBlock("svg",_r,fr)}const gr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:we},render:we},Symbol.toStringTag,{value:"Module"})),mr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},$r=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M12 0a11.95 11.95 0 0 0-7.715 2.809l12.932 9.19L4.285 21.19A11.95 11.95 0 0 0 12 24c6.627 0 12-5.373 12-12 0-6.628-5.373-12-12-12Z"></path><path fill="#000" d="M3.515 3.515c-4.687 4.687-4.687 12.285 0 16.971L12 12.001 3.515 3.515Z"></path><path fill="#F0F0F0" d="m3.327 9.251 1.826 1.729 2.208-1.203-1.079 2.27 1.826 1.73-2.493-.325-1.08 2.27-.461-2.471-2.494-.325 2.209-1.203-.462-2.472Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Ze(l,t){return e.openBlock(),e.createElementBlock("svg",mr,$r)}const vr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ze},render:Ze},Symbol.toStringTag,{value:"Module"})),wr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Zr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M12 0c-.896 0-1.769.098-2.609.285L8.87 11.999l.522 11.715c.84.186 1.713.285 2.609.285 6.627 0 12-5.372 12-12 0-6.627-5.373-12-12-12ZM3.13 3.917A11.956 11.956 0 0 0 0 12c0 3.113 1.186 5.95 3.13 8.082L3.652 12 3.13 3.917Z"></path><path fill="#F0F0F0" d="M17.551 9.052a3.653 3.653 0 0 0-1.496-4.327 3.652 3.652 0 1 1-2.41 6.715 3.653 3.653 0 0 0 3.906-2.388Zm-3.274-4.778-.513.663-.789-.283.472.693-.513.663.805-.235.471.693.026-.838.804-.235-.788-.283.025-.838Z"></path><path fill="#F0F0F0" d="m15.662 6.435-.513.663-.789-.283.472.693-.513.663.805-.235.472.693.025-.838.805-.235-.79-.283.026-.838ZM11.834 5.06l-.513.663-.789-.283.472.693-.513.663.805-.235.472.693.025-.838.805-.235-.79-.283.026-.838Zm-.056 2.475-.513.662-.789-.283.472.693-.513.663.805-.235.471.693.026-.838.804-.235-.788-.283.025-.837Zm2.354.845-.513.663-.789-.283.472.693-.513.662.805-.234.472.692.025-.838.805-.234-.79-.283.026-.838Z"></path><path fill="#D80027" d="M3.13 3.917v16.166a11.987 11.987 0 0 0 6.261 3.632V.285a11.987 11.987 0 0 0-6.26 3.632Z"></path><path fill="#F0F0F0" d="m5.52 6.318-1.05-.781V4.433l1.048-.781h1.483l1.048.78v1.105l-1.048.78H5.519Z"></path><path fill="#FF9811" d="M6.26 3.652h-.74l-1.049.78v.54h1.79v-1.32Zm0 2.665h.742l1.048-.781v-.563H6.26v1.344Z"></path><path fill="#F0F0F0" d="m5.52 20.349-1.049-.781v-1.105l1.048-.78h1.483l1.048.78v1.105l-1.048.78H5.519Z"></path><path fill="#FF9811" d="M6.26 17.683h-.74l-1.049.78v.54h1.79v-1.32Zm0 2.667h.742l1.048-.782v-.563H6.26v1.344Z"></path><path fill="#496E2D" d="m5.52 13.332-1.049-.78v-1.105l1.048-.78h1.483l1.048.78v1.105l-1.048.78H5.519Zm2.567 1.719H7.63v-.456h-.802l-.567-.567-.568.567h-.802v.456h-.456v.913h.456v.457h.802l.568.567.567-.567h.802v-.457h.457v-.913Zm0-7.015H7.63v-.457h-.802l-.567-.567-.567.567H4.89v.457h-.456v.913h.456v.457h.803l.567.567.567-.567h.802v-.457h.457v-.913Z"></path><path fill="#D80027" d="M6.782 11.48H5.74v1.043h1.043v-1.044ZM6.26 9.015a.522.522 0 1 0 0-1.044.522.522 0 0 0 0 1.044Zm0 7.015a.522.522 0 1 0 0-1.043.522.522 0 0 0 0 1.044Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function ue(l,t){return e.openBlock(),e.createElementBlock("svg",wr,Zr)}const ur=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ue},render:ue},Symbol.toStringTag,{value:"Module"})),Mr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Fr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="M12 17.739A5.74 5.74 0 1 0 12 6.26a5.74 5.74 0 0 0 0 11.479Z"></path><path fill="#D80027" d="m12.707 9.805.984 1.357 1.595-.517L14.3 12l.984 1.357-1.594-.519-.986 1.356v-1.677L11.112 12l1.594-.518.002-1.676Z"></path><path fill="#D80027" d="M13.304 15.39a3.391 3.391 0 1 1 1.613-6.374 4.174 4.174 0 1 0 0 5.967c-.48.26-1.029.408-1.613.408Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Me(l,t){return e.openBlock(),e.createElementBlock("svg",Mr,Fr)}const Br=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Me},render:Me},Symbol.toStringTag,{value:"Module"})),br={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},xr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M7.826 6.261V4.696H6.261v1.565H4.696v1.566H6.26v1.565h1.565V7.827H9.39V6.26H7.826Z"></path><path fill="#D80027" d="M12 0v12H0c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Fe(l,t){return e.openBlock(),e.createElementBlock("svg",br,xr)}const kr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Fe},render:Fe},Symbol.toStringTag,{value:"Module"})),Sr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Pr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#F0F0F0" d="m11.509 9.805.984 1.357 1.595-.517L13.102 12l.984 1.357-1.594-.519-.986 1.356.001-1.677L9.913 12l1.595-.518V9.806Z"></path><path fill="#F0F0F0" d="M8.822 15.39a3.391 3.391 0 1 1 1.613-6.374 4.174 4.174 0 1 0 0 5.967c-.48.26-1.03.408-1.613.408Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Be(l,t){return e.openBlock(),e.createElementBlock("svg",Sr,Pr)}const yr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Be},render:Be},Symbol.toStringTag,{value:"Module"})),Vr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Hr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M6.498 1.332a11.993 11.993 0 0 0-2.984 2.182c-.9.9-1.627 1.909-2.181 2.983l7.716 8.454 8.454 7.716a11.995 11.995 0 0 0 2.983-2.182c.9-.9 1.627-1.909 2.182-2.983l-7.716-8.454-8.454-7.716Z"></path><path fill="#000" d="M20.485 20.486c.504-.503.953-1.04 1.348-1.604L5.118 2.167A12.07 12.07 0 0 0 2.167 5.12L18.88 21.834a12.1 12.1 0 0 0 1.604-1.348Z"></path><path fill="#D80027" d="M3.514 20.486C7.3 24.273 12.986 25 17.502 22.668L1.332 6.498c-2.33 4.517-1.604 10.203 2.182 13.988ZM20.485 3.515C16.699-.271 11.013-.998 6.497 1.333l16.17 16.17c2.33-4.517 1.604-10.202-2.182-13.988Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function be(l,t){return e.openBlock(),e.createElementBlock("svg",Vr,Hr)}const jr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:be},render:be},Symbol.toStringTag,{value:"Module"})),Ar={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},zr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#338AF3" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#0052B4" d="M5.74 12.001h4.047L6.26 7.827l-.52 1.565v2.61ZM12 9.787 7.826 5.739H12v4.048Z"></path><path fill="#F0F0F0" d="M11.968 12H12v-.033l-.032.033Z"></path><path fill="#F0F0F0" d="M12 6.261V.001h-.002C5.372 0 0 5.373 0 12h6.261V8.474L9.787 12h2.181l.033-.032V9.787L8.475 6.26H12Z"></path><path fill="#D80027" d="M6.071 1.565a12.057 12.057 0 0 0-4.506 4.506v5.93h3.13V4.695H12v-3.13H6.071Z"></path><path fill="#D80027" d="M12 10.524 7.738 6.261H6.261L12.001 12v-1.476Z"></path><path fill="#FFDA44" d="m13.097 19.825.26.797h.838l-.679.493.26.797-.679-.492-.678.492.26-.797-.679-.493h.838l.26-.797Zm6.676-5.215.259.796h.838l-.678.493.259.797-.678-.492-.678.492.259-.797-.678-.492h.838l.259-.798Zm1.672-7.827.26.797h.837l-.678.492.26.798-.679-.493-.678.493.259-.798-.678-.492h.838l.26-.797Zm.415 5.738.259.798h.838l-.678.492.259.797-.678-.492-.678.492.259-.797-.678-.492h.838l.259-.798Zm-7.56 5.43.746.38.593-.592-.131.828.746.38-.828.132-.13.828-.381-.747-.828.13.593-.592-.38-.747Zm0-3.129.746.38.593-.593-.131.828.746.38-.828.132-.13.828-.381-.747-.828.131.593-.593-.38-.746Zm2.608 2.005.747.38.593-.592-.132.828.747.38-.828.132-.13.827-.381-.747-.828.132.593-.593-.381-.747Zm0-6.702.747.38.593-.592-.132.828.747.38-.828.131-.13.828-.381-.747-.828.131.593-.592-.381-.747Zm2.528-.081.747.381.593-.593-.131.828.747.38-.828.132-.131.828-.38-.747-.829.131.593-.593-.38-.747Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function xe(l,t){return e.openBlock(),e.createElementBlock("svg",Ar,zr)}const Or=Object.freeze(Object.defineProperty({__proto__:null,default:{render:xe},render:xe},Symbol.toStringTag,{value:"Module"})),Dr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Er=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12L12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#0052B4" d="M12 12V0C5.373 0 0 5.373 0 12h12Z"></path><path fill="#F0F0F0" d="m10.435 7.023-1.466.69.78 1.419-1.59-.305-.202 1.608-1.109-1.182-1.108 1.182-.202-1.608-1.591.305.78-1.42-1.465-.689 1.465-.69-.78-1.419 1.591.305.202-1.608 1.108 1.183L7.957 3.61l.201 1.608 1.592-.305-.78 1.42 1.465.689Z"></path><path fill="#0052B4" d="M6.849 9.257a2.234 2.234 0 1 0 0-4.468 2.234 2.234 0 0 0 0 4.468Z"></path><path fill="#F0F0F0" d="M6.848 8.214a1.19 1.19 0 1 1 1.19-1.19c0 .656-.534 1.19-1.19 1.19Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function ke(l,t){return e.openBlock(),e.createElementBlock("svg",Dr,Er)}const Cr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ke},render:ke},Symbol.toStringTag,{value:"Module"})),Nr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Lr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M3.515 20.486c.503.503 1.04.952 1.604 1.347L21.833 5.12a12.067 12.067 0 0 0-2.952-2.952L2.167 18.882c.395.563.844 1.1 1.348 1.604Z"></path><path fill="#6DA544" d="M3.515 3.514C-.271 7.3-.998 12.985 1.333 17.5L17.502 1.332C12.986-.998 7.3-.272 3.515 3.514Z"></path><path fill="#338AF3" d="M20.485 20.485c3.786-3.786 4.512-9.471 2.182-13.987L6.497 22.667c4.517 2.33 10.202 1.604 13.988-2.182Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Se(l,t){return e.openBlock(),e.createElementBlock("svg",Nr,Lr)}const Tr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Se},render:Se},Symbol.toStringTag,{value:"Module"})),Ir={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},qr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Pe(l,t){return e.openBlock(),e.createElementBlock("svg",Ir,qr)}const Ur=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Pe},render:Pe},Symbol.toStringTag,{value:"Module"})),Rr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Gr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M20.943 20A11.954 11.954 0 0 0 24 12c0-3.074-1.157-5.877-3.057-8L12 3.13 3.056 4A11.954 11.954 0 0 0 0 12c0 3.074 1.156 5.877 3.056 8l8.944.87 8.943-.87Z"></path><path fill="#000" d="M3.057 4h17.886A11.97 11.97 0 0 0 12 0a11.97 11.97 0 0 0-8.943 4Z"></path><path fill="#D80027" d="m0 12 12 1.044 12-1.043c0-1.403-.242-2.75-.684-4H.683A11.977 11.977 0 0 0 0 12Z"></path><path fill="#000" d="M.683 16h22.633c.442-1.252.684-2.598.684-4H0c0 1.402.241 2.748.683 4Z"></path><path fill="#D80027" d="M20.944 20H3.056c2.197 2.454 5.39 4 8.943 4 3.554 0 6.746-1.546 8.944-4Z"></path><path fill="#F0F0F0" d="M16.004 12a4.004 4.004 0 1 1-8.008.001 4.004 4.004 0 0 1 8.008 0Z"></path><path fill="#000" d="M13.466 12.204 12 11.568s.343-1.14.361-1.217a.78.78 0 0 0-.209-.73l.37-.37a1.3 1.3 0 0 0-1.845 0l.368.37a.78.78 0 0 0-.195.78l-.555.555h1.01s-.418.627-.646 1.142a1.053 1.053 0 0 0 .53 1.377l.304.135.506.476v.522l-.521.522h1.043v-1.044l.476-.476h.985l.014-.03a1.044 1.044 0 0 0-.53-1.376Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function ye(l,t){return e.openBlock(),e.createElementBlock("svg",Rr,Gr)}const Jr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ye},render:ye},Symbol.toStringTag,{value:"Module"})),Kr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Yr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M11.478 12H24a12.01 12.01 0 0 0-.414-3.13H11.478V12Zm0-6.261h10.76a12.064 12.064 0 0 0-2.768-3.13h-7.992v3.13ZM12 24c2.824 0 5.42-.976 7.47-2.609H4.53A11.949 11.949 0 0 0 12 24ZM1.761 18.26h20.477a11.927 11.927 0 0 0 1.348-3.13H.413a11.93 11.93 0 0 0 1.348 3.13Z"></path><path fill="#0052B4" d="M5.559 1.874h1.093l-1.017.739.389 1.196-1.018-.74-1.017.74.336-1.033c-.896.746-1.68 1.62-2.328 2.594h.35l-.647.47c-.1.168-.197.34-.29.513l.31.951-.578-.419C1 7.19.868 7.5.75 7.817l.34 1.048h1.258l-1.017.74.388 1.195-1.017-.739-.61.443C.033 10.994 0 11.494 0 12h12V0C9.63 0 7.42.688 5.559 1.874Zm.465 8.926-1.018-.739-1.017.739.389-1.196-1.017-.739h1.257l.388-1.195.389 1.195h1.257l-1.017.74.389 1.195Zm-.389-4.691.389 1.195-1.018-.739-1.017.74.389-1.196-1.017-.74h1.257l.388-1.195.389 1.196h1.257l-1.017.739Zm4.693 4.691-1.017-.739-1.017.739.388-1.196-1.017-.739h1.257l.389-1.195.388 1.195h1.258l-1.018.74.389 1.195Zm-.389-4.691.389 1.195-1.017-.739-1.017.74.388-1.196-1.017-.74h1.257l.389-1.195.388 1.196h1.258l-1.018.739Zm0-3.496.389 1.196-1.017-.74-1.017.74.388-1.196-1.017-.739h1.257L9.311.678l.388 1.196h1.258l-1.018.739Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Ve(l,t){return e.openBlock(),e.createElementBlock("svg",Kr,Yr)}const Wr=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ve},render:Ve},Symbol.toStringTag,{value:"Module"})),Qr={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Xr=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#338AF3" d="M12 8.869h11.586a11.932 11.932 0 0 0-1.348-3.13H12v3.13ZM4.53 21.39h14.94a12.06 12.06 0 0 0 2.769-3.13H1.76a12.062 12.062 0 0 0 2.77 3.13ZM12 0v2.608h7.47A11.949 11.949 0 0 0 12-.001Z"></path><path fill="#338AF3" d="M12 8.869h11.586a11.932 11.932 0 0 0-1.348-3.13H12v3.13ZM0 12c0 1.083.144 2.132.414 3.13h23.173A12.01 12.01 0 0 0 24 12H0Z"></path><path fill="#FFDA44" d="m10.435 7.023-1.465.69.78 1.419-1.591-.304-.202 1.607-1.108-1.182-1.109 1.182-.202-1.607-1.59.304.78-1.42-1.466-.689 1.466-.69-.78-1.418 1.59.304.202-1.608 1.11 1.183L7.957 3.61l.203 1.61 1.591-.304-.78 1.419 1.465.69Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function He(l,t){return e.openBlock(),e.createElementBlock("svg",Qr,Xr)}const es=Object.freeze(Object.defineProperty({__proto__:null,default:{render:He},render:He},Symbol.toStringTag,{value:"Module"})),ts={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ls=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M.567 8.348A11.988 11.988 0 0 0 0 12c0 1.274.2 2.5.567 3.652L12 16.174l11.434-.522C23.8 14.501 24 13.274 24 12s-.199-2.5-.566-3.652L12 7.826.567 8.348Z"></path><path fill="#D80027" d="M23.433 8.348 12 7.826.566 8.348c-.108.341-.202.69-.28 1.043h23.428a11.936 11.936 0 0 0-.28-1.043ZM.285 14.609c.079.354.172.702.281 1.043h.001L12 16.174l11.433-.521c.109-.342.203-.69.281-1.044H.285Z"></path><path fill="#6DA544" d="M12 24c5.354 0 9.889-3.506 11.434-8.347H.567C2.112 20.494 6.647 24 12 24Z"></path><path fill="#338AF3" d="M12 0C6.646 0 2.112 3.505.567 8.346h22.866C21.888 3.506 17.354 0 12 0Z"></path><path fill="#F0F0F0" d="M5.484 4.956c0-1.124.79-2.063 1.844-2.293a2.348 2.348 0 1 0 0 4.586 2.348 2.348 0 0 1-1.844-2.293Zm3.231 1.066.16.49h.514l-.416.302.158.49L8.715 7l-.416.302.16-.489-.417-.302h.514l.16-.49Zm1.643 0 .159.49h.514l-.416.302.159.49L10.358 7l-.416.302.159-.489-.417-.302h.515l.159-.49Zm1.641 0 .159.49h.514l-.416.302.159.49L11.999 7l-.416.302.159-.489-.417-.302h.515l.159-.49Zm1.642 0 .159.49h.514l-.416.302.16.49L13.64 7l-.416.302.159-.489-.416-.302h.514l.159-.49Zm1.641 0 .16.49h.514l-.417.302.16.49L15.281 7l-.416.302.16-.489-.417-.302h.514l.16-.49Zm-4.924-1.707.159.49h.514l-.416.302.159.489-.416-.303-.416.303.159-.49-.417-.302h.515l.159-.489Zm1.641 0 .159.49h.514l-.416.302.159.489-.416-.303-.416.303.159-.49-.417-.302h.515l.159-.489Zm1.642 0 .159.49h.514l-.416.302.16.489-.417-.303-.416.303.159-.49-.416-.302h.514l.159-.489Zm1.641 0 .16.49h.514l-.417.302.16.489-.417-.303-.416.303.16-.49-.417-.302h.514l.16-.489Zm-3.283-1.707.159.49h.514l-.416.302.159.489-.416-.303-.416.303.159-.49-.417-.302h.515l.159-.489Zm1.642 0 .159.49h.514l-.416.302.16.489-.417-.303-.416.303.159-.49-.416-.302h.514l.159-.489Zm1.641 0 .16.49h.514l-.417.302.16.489-.417-.303-.416.303.16-.49-.417-.302h.514l.16-.489Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function je(l,t){return e.openBlock(),e.createElementBlock("svg",ts,ls)}const os=Object.freeze(Object.defineProperty({__proto__:null,default:{render:je},render:je},Symbol.toStringTag,{value:"Module"})),cs={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},as=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FFDA44" d="M17.739 1.46A11.946 11.946 0 0 0 11.999 0C9.922 0 7.967.53 6.262 1.46L5.217 12l1.044 10.541c1.705.93 3.66 1.46 5.739 1.46 2.079 0 4.034-.53 5.739-1.46l1.043-10.54L17.74 1.458Z"></path><path fill="#338AF3" d="M6.261 22.54V1.46A11.997 11.997 0 0 0 .001 12c0 4.549 2.53 8.506 6.26 10.54Z"></path><path fill="#6DA544" d="M24 12c0-4.548-2.53-8.506-6.26-10.54v21.08A11.997 11.997 0 0 0 24 12.001ZM9.392 15.13 7.305 12l2.087-3.131 2.087 3.13-2.087 3.13Zm5.218 0L12.523 12l2.087-3.131 2.087 3.13-2.087 3.13ZM12 19.304l-2.086-3.13L12 13.042l2.087 3.13L12 19.303Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Ae(l,t){return e.openBlock(),e.createElementBlock("svg",cs,as)}const ns=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ae},render:Ae},Symbol.toStringTag,{value:"Module"})),hs={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},rs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M22.809 17.217a11.952 11.952 0 0 0 1.19-5.218c0-1.87-.427-3.64-1.19-5.217l-10.81-1.044L1.19 6.782A11.952 11.952 0 0 0 0 11.999c0 1.87.427 3.64 1.19 5.218L12 18.26l10.809-1.043Z"></path><path fill="#D80027" d="M12 24a12 12 0 0 0 10.809-6.782H1.19A12 12 0 0 0 12 24Z"></path><path fill="#F0F0F0" d="m20.782 14.356-.634.495.275.756-.667-.45-.634.495.222-.773-.667-.45.804-.027.222-.774.275.756.804-.028Zm-1.623-2.812-.426.683.517.616-.78-.195-.427.682-.056-.802-.78-.195.745-.301-.056-.803.517.617.746-.302Zm-2.487-2.086-.167.787.697.402-.8.085-.167.786-.327-.735-.8.085.597-.539-.327-.734.697.402.598-.539Zm-3.05-1.11.112.797.792.14-.723.352.112.796-.558-.578-.723.352.377-.71-.558-.578.792.14.377-.711Zm-3.245 0 .377.71.792-.14-.558.58.377.71-.723-.353-.559.578.112-.796-.722-.353.792-.14.112-.796Zm-3.051 1.11.598.539.697-.402-.328.734.598.539-.8-.085-.327.735-.167-.787-.8-.083.697-.403-.168-.787ZM4.84 11.544l.746.302.516-.616-.055.802.745.302-.78.194-.056.802-.426-.682-.781.195.517-.616-.426-.683Zm-1.623 2.812.804.028.275-.755.222.773.803.028-.666.45.221.773-.633-.495-.667.45.275-.757-.634-.495Z"></path><path fill="#FFDA44" d="M22.809 6.782A12 12 0 0 0 11.999 0 12 12 0 0 0 1.19 6.782h21.62Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function ze(l,t){return e.openBlock(),e.createElementBlock("svg",hs,rs)}const ss=Object.freeze(Object.defineProperty({__proto__:null,default:{render:ze},render:ze},Symbol.toStringTag,{value:"Module"})),is={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ds=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#0052B4" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12C0 12.003 12 .001 12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#F0F0F0" d="M11.968 12H12v-.031l-.032.032Z"></path><path fill="#F0F0F0" d="M12 6.262V0h-.002C5.37.002 0 5.374 0 12h6.26V8.475l3.526 3.526h2.182l.032-.032V9.787L8.474 6.262H12Z"></path><path fill="#D80027" d="M6.07 1.564A12.057 12.057 0 0 0 1.566 6.07v5.929h3.13V4.695H12v-3.13H6.07Z"></path><path fill="#FFDA44" d="m17.218 12-3.243 3.243a3.651 3.651 0 0 0 6.486 0L17.218 12Z"></path><path fill="#D80027" d="M12 10.524 7.736 6.261H6.261L12 12.001v-1.477Z"></path><path fill="#6DA544" d="M13.565 6.261v5.74c0 2.795 3.652 3.651 3.652 3.651S20.87 14.796 20.87 12V6.261h-7.304Z"></path><path fill="#F0F0F0" d="M18 8.87h-1.565v4.174H18V8.87Z"></path><path fill="#A2001D" d="M17.217 9.652a.783.783 0 1 0 0-1.566.783.783 0 0 0 0 1.566Z"></path><path fill="#FFDA44" d="M15.653 7.305h-1.044v1.043h1.044V7.305Zm-.001 2.347H14.61v1.043h1.043V9.652Zm0 2.348H14.61v1.044h1.043v-1.043Zm4.174-4.695h-1.043V8.35h1.043V7.305Zm0 2.347h-1.043v1.043h1.043V9.652Zm0 2.348h-1.043v1.044h1.043v-1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Oe(l,t){return e.openBlock(),e.createElementBlock("svg",is,ds)}const ps=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Oe},render:Oe},Symbol.toStringTag,{value:"Module"})),_s={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},fs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#FCFCFC" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M14.038 8.384a2.038 2.038 0 1 0-4.076 0H5.478c0 1.108.965 2.006 2.074 2.006h-.067c0 1.108.898 2.007 2.006 2.007 0 .981.705 1.796 1.636 1.97l-.005.012h1.756l-.005-.011a2.006 2.006 0 0 0 1.635-1.971 2.007 2.007 0 0 0 2.007-2.007h-.067c1.108 0 2.073-.898 2.073-2.006h-4.483Z"></path><path fill="#FFDA44" d="m11.104 14.172-1.263 2.853a5.722 5.722 0 0 0 2.16.422 5.72 5.72 0 0 0 2.159-.422l-1.264-2.853h-1.792Z"></path><path fill="#F0F0F0" d="M9.391 9.386v3.51c0 1.997 2.609 2.609 2.609 2.609s2.609-.612 2.609-2.609v-3.51H9.39Z"></path><path fill="#338AF3" d="m2.91 12.085 1.41 3.946 1.397-3.946h1.066l-2.036 5.217h-.852l-2.05-5.217H2.91Zm16.394 5.217v-5.217h1.014v5.217h-1.014Z"></path><path fill="#D80027" d="M10.434 10.52v4.254c.359.264.745.445 1.044.561V10.52h-1.044Zm3.13 0v4.254a4.592 4.592 0 0 1-1.043.561V10.52h1.043Z"></path><path fill="#0052B4" d="M14.609 9.386H9.39v1.655h5.218V9.386Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function De(l,t){return e.openBlock(),e.createElementBlock("svg",_s,fs)}const gs=Object.freeze(Object.defineProperty({__proto__:null,default:{render:De},render:De},Symbol.toStringTag,{value:"Module"})),ms={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},$s=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="m12 6.261 1.295 3.986h4.191l-3.39 2.463 1.295 3.986L12 14.233l-3.39 2.463 1.295-3.986-3.39-2.463h4.19L12 6.261Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Ee(l,t){return e.openBlock(),e.createElementBlock("svg",ms,$s)}const vs=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ee},render:Ee},Symbol.toStringTag,{value:"Module"})),ws={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Zs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#000" d="M24 12c0-.53-.035-1.053-.101-1.565H10.435l-6.92-6.92c-4.686 4.686-4.686 12.284 0 16.97l6.92-6.92H23.9A12.12 12.12 0 0 0 24 12Z"></path><path fill="#F0F0F0" d="m23.997 12.273-.002.07.002-.07Zm-.012.327-.004.069.004-.069Zm-.017.263-.007.101.007-.1Zm-.04-2.171c.005.04.01.08.013.12l-.012-.12Zm.052.638.004.069c0-.023-.002-.046-.004-.07Zm.014.327.002.07c0-.024 0-.047-.002-.07Zm-.034-.621c.004.033.006.067.008.1l-.007-.1Z"></path><path fill="#D80027" d="m23.899 10.434.015.124C23.202 4.61 18.14 0 12 0a11.962 11.962 0 0 0-8.485 3.514l6.92 6.92h13.464Z"></path><path fill="#6DA544" d="M23.899 13.565H10.435l-6.92 6.92A11.963 11.963 0 0 0 12 24c6.14 0 11.202-4.61 11.914-10.559l-.015.124Z"></path><path fill="#F0F0F0" d="m23.941 13.188-.012.12.012-.12Z"></path><path fill="#000" d="M23.968 11.137Zm-.055-.579Zm.028.254ZM24 12Zm-.02.669Zm-.019.295Zm-.033.344Zm.069-1.581Zm-.011-.329Zm.009.944Z"></path><path fill="#FFDA44" d="M23.989 11.473H9.994L2.806 4.286a6.13 6.13 0 0 0-.64.83l6.874 6.879-6.88 6.88c.136.243.433.602.641.835l7.193-7.193h13.997a12.217 12.217 0 0 0-.002-1.044Z"></path><path fill="#FFDA44" d="M2.915 14.557v-1.005a1.821 1.821 0 0 0 1.82-1.819c0-.71-.578-1.287-1.288-1.287a.878.878 0 0 0-.876.877c0 .31.251.56.56.56a.317.317 0 0 0 .317-.316h1.005c0 .729-.593 1.322-1.322 1.322a1.568 1.568 0 0 1-1.565-1.566c0-1.037.844-1.882 1.881-1.882a2.295 2.295 0 0 1 2.293 2.292 2.827 2.827 0 0 1-2.825 2.824Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Ce(l,t){return e.openBlock(),e.createElementBlock("svg",ws,Zs)}const us=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ce},render:Ce},Symbol.toStringTag,{value:"Module"})),Ms={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Fs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#D80027" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12L12 0c6.627 0 12 5.373 12 12Z"></path><path fill="#0052B4" d="M12 12V0C5.373 0 0 5.373 0 12h12Z"></path><path fill="#F0F0F0" d="m9.611 7.826.195.598h.628l-.508.37.194.597-.509-.37-.508.37.194-.598-.508-.369h.628l.194-.598ZM6.454 3.131l.324.997h1.048l-.848.615.324.997-.848-.616-.847.616.324-.997-.848-.615h1.048l.323-.997Zm3.131 1.044.324.997h1.048l-.848.615.324.997-.848-.616-.847.616.324-.997-.848-.615h1.048l.323-.997ZM7.11 8.349l.324.996h1.048l-.848.616.324.997-.847-.616-.848.616.324-.997-.848-.616h1.048l.324-.996ZM4.368 5.74l.323.996H5.74l-.848.616.324.996-.847-.615-.848.615.324-.996-.848-.616h1.048l.324-.996Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Ne(l,t){return e.openBlock(),e.createElementBlock("svg",Ms,Fs)}const Bs=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ne},render:Ne},Symbol.toStringTag,{value:"Module"})),bs={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},xs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M12 24c5.16 0 9.558-3.257 11.254-7.827H.746C2.442 20.743 6.84 23.999 12 23.999Z"></path><path fill="#D80027" d="M12 0C6.84 0 2.442 3.258.746 7.828h22.508C21.558 3.257 17.159 0 12 0Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Le(l,t){return e.openBlock(),e.createElementBlock("svg",bs,xs)}const ks=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Le},render:Le},Symbol.toStringTag,{value:"Module"})),Ss={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Ps=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#000" d="M3.514 20.485c-4.686-4.686-4.686-12.284 0-16.97L10.434 12l-6.92 8.485Z"></path><path fill="#FFDA44" d="M10.435 12 1.592 6.024c-.274.477-.516.974-.724 1.49L5.345 12 .868 16.488c.208.514.45 1.011.723 1.488L10.435 12Z"></path><path fill="#6DA544" d="M23.898 10.435H10.435l-6.92-6.92a12.047 12.047 0 0 0-1.923 2.509L7.556 12l-5.965 5.975c.53.92 1.178 1.764 1.924 2.51l6.92-6.92h13.463a12.118 12.118 0 0 0 0-3.13Z"></path><path fill="#0052B4" d="M4.694 21.518A11.947 11.947 0 0 0 12 23.998c5.544 0 10.21-3.76 11.586-8.869H11.083l-6.39 6.39Z"></path><path fill="#D80027" d="M23.586 8.869C22.21 3.759 17.544-.001 12-.001 9.25 0 6.717.925 4.694 2.48l6.388 6.39h12.504Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Te(l,t){return e.openBlock(),e.createElementBlock("svg",Ss,Ps)}const ys=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Te},render:Te},Symbol.toStringTag,{value:"Module"})),Vs={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},Hs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#496E2D" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#D80027" d="M16.695 12H12v12a11.98 11.98 0 0 0 4-.684l.695-11.317Z"></path><path fill="#FF9811" d="M20 20.943a11.97 11.97 0 0 0 4-8.944h-4.695L20 20.943Z"></path><path fill="#000" d="M16 12v11.316a11.991 11.991 0 0 0 4-2.373v-8.944h-4Z"></path><path fill="#FF9811" d="M22.174 7.827h-3.13a1.044 1.044 0 0 0-2.088 0h-3.13c0 .576.502 1.043 1.078 1.043h-.035c0 .577.467 1.044 1.044 1.044 0 .576.467 1.043 1.043 1.043h2.087c.577 0 1.044-.467 1.044-1.043.576 0 1.043-.467 1.043-1.044h-.034c.576 0 1.078-.467 1.078-1.043Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function Ie(l,t){return e.openBlock(),e.createElementBlock("svg",Vs,Hs)}const js=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ie},render:Ie},Symbol.toStringTag,{value:"Module"})),As={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},zs=[e.createStaticVNode('<g clip-path="url(#a)"><path fill="#F0F0F0" d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"></path><path fill="#FFDA44" d="M22.852 6.873a12.029 12.029 0 0 0-2.447-3.437l-8.404-.827-8.405.828-.08.08 3.357 3.356L12 7.029l10.851-.156ZM3.516 20.485c.044.044.088.089.133.132l8.351.775 8.352-.775a12.031 12.031 0 0 0 2.475-3.436l-15.522-.484-3.789 3.788Z"></path><path fill="#000" d="M23.88 10.308 9.914 9.913 12 12l-2.087 2.087 13.96-.343a12.099 12.099 0 0 0 .008-3.436Z"></path><path fill="#6DA544" d="M12 0a11.96 11.96 0 0 0-8.405 3.437h16.81A11.96 11.96 0 0 0 12 0Z"></path><path fill="#D80027" d="M10.308 10.309H23.88a11.914 11.914 0 0 0-1.029-3.436H6.871l3.437 3.436ZM6.82 17.181h16.007c.511-1.067.87-2.222 1.046-3.436H10.255L6.82 17.183Z"></path><path fill="#6DA544" d="M12 24a11.96 11.96 0 0 0 8.351-3.383H3.65A11.959 11.959 0 0 0 12 24Z"></path><path fill="#000" d="M4.285 2.81c-.267.224-.524.46-.77.705L12 12.001l-8.485 8.485c.246.246.503.481.77.705l9.19-9.19-9.19-9.191Z"></path><path fill="#D80027" d="m4.825 8.87.776 2.39h2.515l-2.034 1.48.777 2.391-2.034-1.478L2.79 15.13l.777-2.392-2.034-1.477h2.515l.777-2.392Z"></path><path fill="#FFDA44" d="m6.962 12.195-2.025-.718s-.15-1.403-.158-1.45a.783.783 0 1 0-1.524.353l-.567.571h1.01c0 1.048-.783 1.048-.783 2.091l.434 1.044h2.609l.435-1.043c.043-.1.07-.204.08-.307.375-.152.49-.541.49-.541Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>',2)];function qe(l,t){return e.openBlock(),e.createElementBlock("svg",As,zs)}const Os=Object.freeze(Object.defineProperty({__proto__:null,default:{render:qe},render:qe},Symbol.toStringTag,{value:"Module"})),Ds={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Es=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#060809","fill-rule":"evenodd",d:"M14.634 11.97h-1.109v-.436c0-.566.324-.728.603-.728.308 0 .547.137.547.137l.378-.863s-.383-.25-1.079-.25c-.782 0-1.672.44-1.672 1.824v.315h-1.856v-.435c0-.566.323-.728.602-.728.158 0 .371.037.548.137l.377-.863c-.225-.133-.587-.25-1.078-.25-.782 0-1.672.44-1.672 1.824v.315h-.71v.944h.71v3.336h1.223v-3.336h1.856v3.336h1.223v-3.336h1.11v-.944Zm-8.93 3.51c-.32 0-.48-.157-.48-.418 0-.483.54-.649 1.526-.753 0 .646-.436 1.172-1.045 1.172Zm.426-3.637c-.705 0-1.516.333-1.957.684l.403.847c.353-.324.924-.6 1.44-.6.489 0 .76.164.76.493 0 .222-.18.334-.519.378C4.993 13.81 4 14.159 4 15.134c0 .773.55 1.24 1.41 1.24.614 0 1.16-.34 1.42-.79v.665h1.143v-2.787c0-1.151-.8-1.619-1.843-1.619Zm11.484.126v4.28h1.224v-2.062c0-.98.593-1.268 1.007-1.268a.94.94 0 0 1 .523.154l.224-1.131a1.398 1.398 0 0 0-.55-.099c-.629 0-1.024.28-1.285.845v-.719h-1.143Zm7.27.626c.251-.369.735-.752 1.382-.752.782 0 1.43.486 1.43 1.448v2.958h-1.224v-2.571c0-.567-.34-.802-.664-.802-.405 0-.81.37-.81 1.17v2.203h-1.223v-2.563c0-.584-.321-.81-.671-.81-.387 0-.8.379-.8 1.17v2.203h-1.225v-4.28h1.18v.647c.206-.413.654-.772 1.302-.772.593 0 1.088.274 1.322.751Zm-8.297 3.654h-1.222v-4.28h1.222v4.28Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{fill:"#0FA0EA","fill-rule":"evenodd",d:"M22.493 6c-3.303 0-6.248 2.293-7.084 5.242h1.198c.698-2.196 3.067-4.123 5.886-4.123 3.427 0 6.388 2.608 6.388 6.67 0 .911-.118 1.733-.341 2.46h1.16l.012-.04c.19-.75.287-1.563.287-2.42C30 9.259 26.7 6 22.493 6Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function Ue(l,t){return e.openBlock(),e.createElementBlock("svg",Ds,Es)}const Cs=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ue},render:Ue},Symbol.toStringTag,{value:"Module"})),Ns={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Ls=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#1677FF" d="M8.88 8.798H4.122C3.502 8.798 3 9.305 3 9.93v4.798c0 .625.502 1.131 1.122 1.131H8.88c.62 0 1.12-.506 1.12-1.13V9.928c.001-.625-.5-1.13-1.12-1.13Z"></path><path fill="#fff" d="M8.764 13.232c-.28-.095-.656-.24-1.075-.392.251-.441.453-.943.585-1.489h-1.38v-.501h1.69v-.28h-1.69v-.836h-.69c-.121 0-.121.12-.121.12v.715h-1.71v.28h1.71v.501H4.67v.28h2.738a4.95 4.95 0 0 1-.394.972c-.888-.295-1.837-.535-2.432-.387-.38.094-.626.263-.77.44-.662.812-.187 2.044 1.21 2.044.825 0 1.62-.464 2.237-1.23.92.447 2.74 1.212 2.74 1.212v-1.09c.001 0-.228-.02-1.236-.36Zm-3.872.996c-1.09 0-1.411-.865-.873-1.339.18-.16.508-.238.682-.255.647-.064 1.246.184 1.953.532-.496.654-1.13 1.062-1.762 1.062Z"></path><path fill="#1677FF" d="M18.201 9.832c0 .365.267.611.64.611.372 0 .64-.246.64-.611 0-.358-.268-.611-.64-.611-.373 0-.64.253-.64.611Z"></path><path fill="#000" d="M17.527 9.375h-1.11v5.128h1.11V9.375Zm-3.055.175h-1.49l-1.664 4.953h1.026l.28-.97h1.764l.267.97h1.313l-1.496-4.952Zm-1.616 3.176.66-2.283h.028l.625 2.283h-1.313Zm6.539-1.988h-1.11v3.765h1.11v-3.765Zm11.598.007.007-.007h-1.046l-.66 2.29h-.036l-.758-2.29h-1.244l1.496 3.78-.625 1.151v.028h.976l1.89-4.952Zm-8.837-.085c-.407 0-.723.155-1.081.45v-.372h-1.11v4.959h1.11v-1.23c.21.057.407.085.646.085.99 0 1.882-.73 1.882-2.03 0-1.166-.646-1.861-1.447-1.861Zm-.703 3.197a1.21 1.21 0 0 1-.38-.057v-2.036c.233-.162.422-.24.66-.24.415 0 .745.33.745 1.034.001.899-.484 1.299-1.025 1.299Zm5.585-.295v-1.574c0-.857-.506-1.327-1.398-1.327-.57 0-.962.098-1.679.316l.197.864c.653-.295.94-.421 1.243-.421.365 0 .527.26.527.66v.028c-1.272.239-1.665.372-1.91.618-.183.183-.26.443-.26.745 0 .723.562 1.11 1.088 1.11.393 0 .71-.148 1.138-.471l.077.393h1.11l-.133-.941Zm-1.11.028c-.294.161-.463.225-.66.225-.267 0-.435-.176-.435-.456 0-.105.021-.211.105-.295.134-.134.393-.232.99-.373v.9Z"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',6)];function Re(l,t){return e.openBlock(),e.createElementBlock("svg",Ns,Ls)}const Ts=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Re},render:Re},Symbol.toStringTag,{value:"Module"})),Is={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},qs=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#000","fill-rule":"evenodd",d:"M27.293 13.948h.839a.164.164 0 0 0 .164-.163v-2.443c0-.307.016-.584.134-.862a.555.555 0 0 1 .487-.363c.536 0 .531.618.527 1.104v2.585c.01.079.072.139.148.142h.846c.08.002.15-.059.162-.142v-2.857c0-.44 0-1.051-.22-1.414-.237-.392-.605-.535-.982-.535-.581 0-.911.296-1.146.917h-.017v-.695a.16.16 0 0 0-.149-.126h-.78a.162.162 0 0 0-.162.148v4.541a.162.162 0 0 0 .15.163Zm-.79-2.382c0-1.432-.675-2.56-1.924-2.56-1.217 0-1.892 1.109-1.892 2.513 0 1.403.667 2.53 1.892 2.53 1.18 0 1.925-1.098 1.925-2.483Zm-2.575-.19c0-.555.04-1.443.66-1.443.266 0 .454.126.55.44.11.362.125.82.125 1.203 0 .582-.025 1.537-.684 1.537-.652 0-.652-1.158-.651-1.72v-.018ZM8.19 13.957h.842a.154.154 0 0 0 .113-.047.17.17 0 0 0 .049-.117V11.35c0-.523 0-1.215.58-1.215.539 0 .53.608.524 1.1l-.002.153v2.407a.163.163 0 0 0 .15.162h.842a.155.155 0 0 0 .113-.046.17.17 0 0 0 .049-.117V11.33c0-.255-.002-.6.079-.813a.56.56 0 0 1 .502-.372c.244 0 .432.086.495.392.032.147.028.487.025.713l-.001.137v2.407a.162.162 0 0 0 .149.162h.84a.155.155 0 0 0 .114-.046.171.171 0 0 0 .049-.117v-2.865l.002-.213c.007-.428.014-.883-.214-1.21a1.213 1.213 0 0 0-1.167-.484c-.444.073-.815.39-.973.832-.236-.574-.574-.84-1.092-.84-.518 0-.903.266-1.107.84h-.016V9.26a.162.162 0 0 0-.149-.156h-.784a.163.163 0 0 0-.161.162v4.54a.16.16 0 0 0 .149.15Zm-1.464.034a.167.167 0 0 1-.198.021c-.239-.208-.31-.321-.42-.494l-.062-.095c-.463.494-.79.642-1.388.642-.708 0-1.26-.46-1.26-1.378 0-.718.373-1.206.895-1.446.385-.177.898-.232 1.342-.28l.24-.027v-.18c.001-.195.003-.412-.103-.576-.102-.163-.297-.23-.472-.23-.32 0-.607.174-.677.531a.182.182 0 0 1-.149.163l-.808-.093a.148.148 0 0 1-.1-.064.163.163 0 0 1-.026-.12c.187-1.04 1.081-1.354 1.882-1.354.41 0 .944.114 1.266.44.377.371.375.858.373 1.39v1.51c0 .37.13.555.268.75l.05.07c.053.078.065.176 0 .234-.173.151-.478.43-.646.587l-.007-.001Zm-.848-2.156v.043c0 .325 0 .601-.157.896-.134.25-.346.403-.583.403-.323 0-.511-.259-.511-.642 0-.753.643-.89 1.251-.89v.19Zm12.478 1.262.049.07c.057.082.069.177-.004.231-.172.151-.477.43-.645.588a.168.168 0 0 1-.199.02 1.87 1.87 0 0 1-.422-.496 9.946 9.946 0 0 0-.06-.094c-.462.495-.791.643-1.387.643-.708 0-1.26-.46-1.26-1.378 0-.719.37-1.206.898-1.446.386-.178.903-.233 1.348-.28l.234-.026v-.178c.002-.195.004-.412-.103-.575-.1-.163-.298-.23-.472-.23-.32 0-.605.173-.676.53a.182.182 0 0 1-.15.163l-.815-.092a.147.147 0 0 1-.1-.064.163.163 0 0 1-.025-.122c.187-1.04 1.08-1.353 1.882-1.353.408 0 .943.114 1.266.44.378.37.375.852.372 1.381v1.519c0 .37.13.555.269.75Zm-2.187.075c.236 0 .45-.153.583-.402.158-.296.158-.574.158-.903v-.226c-.609 0-1.252.136-1.252.89 0 .383.189.641.511.641Zm2.948-3.922v.647c0 .044.016.087.047.118a.15.15 0 0 0 .113.046h1.448l-1.66 2.505a.815.815 0 0 0-.103.445v.662c0 .096.1.204.197.15a3.047 3.047 0 0 1 2.921-.005c.105.057.204-.053.204-.149v-.695a.298.298 0 0 0-.148-.253c-.484-.286-1.046-.37-1.578-.356l1.433-2.15c.133-.193.208-.315.208-.408V9.25a.167.167 0 0 0-.047-.117.15.15 0 0 0-.113-.046h-2.765a.145.145 0 0 0-.113.045.16.16 0 0 0-.044.118Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{fill:"#F90","fill-rule":"evenodd",d:"M20.5 16.845c.192-.5.618-1.621.416-1.893h.001c-.202-.272-1.334-.13-1.843-.065-.156.02-.18-.122-.04-.225.904-.668 2.385-.477 2.557-.251.172.225-.047 1.787-.893 2.532-.13.114-.255.053-.197-.098Zm-6.083.772c1.97 0 4.262-.654 5.842-1.879v.002c.261-.206.037-.51-.23-.391a13.62 13.62 0 0 1-5.446 1.174c-2.596 0-5.107-.748-7.14-1.99-.177-.11-.31.082-.16.222 1.955 1.856 4.5 2.876 7.134 2.862Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function Ge(l,t){return e.openBlock(),e.createElementBlock("svg",Is,qs)}const Us=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ge},render:Ge},Symbol.toStringTag,{value:"Module"})),Rs={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Gs=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#1F72CD",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#fff","fill-rule":"evenodd",d:"m6.095 8.5-3.18 7.247h3.808l.472-1.156h1.079l.472 1.156h4.192v-.882l.373.882h2.168l.374-.9v.9h8.718l1.06-1.126.992 1.126 4.478.01-3.191-3.613L31.101 8.5h-4.408L25.66 9.605 24.7 8.5h-9.484l-.814 1.87-.834-1.87h-3.8v.852L9.345 8.5h-3.25Zm.737 1.029H8.69l2.11 4.914V9.53h2.033l1.63 3.523 1.502-3.523h2.023v5.2h-1.23l-.011-4.075-1.795 4.075H13.85l-1.805-4.075v4.075H9.512l-.48-1.166H6.438l-.48 1.165H4.602L6.833 9.53Zm17.288 0h-5.006v5.197h4.928l1.589-1.722 1.531 1.722h1.6l-2.326-2.583 2.327-2.614H27.23l-1.58 1.703-1.531-1.703Zm-16.385.88-.854 2.077h1.708l-.854-2.077Zm12.615 1.146v-.95h3.124l1.363 1.518-1.424 1.526H20.35v-1.036h2.731v-1.058H20.35Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function Je(l,t){return e.openBlock(),e.createElementBlock("svg",Rs,Gs)}const Js=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Je},render:Je},Symbol.toStringTag,{value:"Module"})),Ks={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Ys=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#000","fill-rule":"evenodd",d:"M9.45 8.343c-.286.352-.743.63-1.2.59-.056-.476.167-.981.429-1.294.285-.361.784-.62 1.189-.639.047.496-.138.981-.419 1.343Zm.413.684c-.402-.024-.77.126-1.066.248-.19.078-.352.144-.475.144-.138 0-.306-.07-.495-.148-.248-.103-.53-.22-.827-.214-.68.01-1.313.411-1.66 1.05-.714 1.28-.186 3.173.504 4.213.338.516.742 1.08 1.275 1.061.234-.01.402-.084.577-.16.2-.09.41-.182.735-.182.315 0 .514.09.706.176.182.082.357.161.617.156.551-.01.899-.515 1.236-1.03.365-.554.525-1.094.55-1.176l.002-.01-.013-.006a1.853 1.853 0 0 1-1.062-1.693c-.009-1 .739-1.507.856-1.586l.014-.01c-.475-.734-1.217-.813-1.474-.833Zm3.82 6.29V7.59h2.782c1.436 0 2.44 1.03 2.44 2.537s-1.023 2.548-2.478 2.548h-1.594v2.642h-1.15Zm1.15-6.716h1.327c1 0 1.57.555 1.57 1.531 0 .977-.57 1.537-1.574 1.537h-1.323V8.6Zm7.872 5.789c-.304.604-.975.986-1.698.986-1.07 0-1.817-.664-1.817-1.665 0-.991.723-1.561 2.06-1.646l1.436-.089v-.426c0-.63-.395-.972-1.099-.972-.58 0-1.003.313-1.089.789h-1.037c.034-1.002.937-1.73 2.16-1.73 1.317 0 2.174.718 2.174 1.834v3.846h-1.066v-.927h-.024Zm-1.389.07c-.613 0-1.003-.308-1.003-.779 0-.486.376-.768 1.094-.813l1.28-.084v.436c0 .724-.59 1.24-1.37 1.24Zm6.012 1.159c-.461 1.353-.989 1.8-2.111 1.8-.086 0-.371-.01-.438-.03v-.927c.071.01.247.02.338.02.509 0 .794-.224.97-.803l.105-.343-1.95-5.625h1.203l1.355 4.565h.024L28.18 9.71h1.17l-2.022 5.908Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function Ke(l,t){return e.openBlock(),e.createElementBlock("svg",Ks,Ys)}const Ws=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ke},render:Ke},Symbol.toStringTag,{value:"Module"})),Qs={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Xs=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#005697" d="M25.491 7.438H18.72l-.688.8-2.235 2.592-.689.8H8.425l.678-.81.32-.383.679-.809h-3.08c-.562 0-1.022.486-1.022 1.08v2.281c0 .595.46 1.081 1.023 1.081H18.81c.562 0 1.33-.36 1.707-.802l1.783-2.09 3.19-3.74Z"></path><path fill="#FBD500" d="M26.852 5c.562 0 1.023.486 1.023 1.081v2.28c0 .595-.46 1.082-1.023 1.082h-3.07l.685-.804.34-.398.684-.803H18.72l-3.612 4.195H8.383l4.822-5.62.183-.212c.378-.44 1.147-.801 1.71-.801h11.754Z"></path><path fill="#005697" fill-rule="evenodd" d="M8.305 17.948a.68.68 0 0 0-.371-.636.605.605 0 0 0 .258-.254.774.774 0 0 0 .092-.378v-.077a.873.873 0 0 0-.096-.43.73.73 0 0 0-.269-.275 1.255 1.255 0 0 0-.414-.148 2.95 2.95 0 0 0-.538-.045 5.196 5.196 0 0 0-.419.015 4.923 4.923 0 0 0-.327.032c-.08.015-.138.04-.171.078-.033.037-.05.104-.05.202v2.611c0 .098.017.165.052.202.035.038.094.063.177.078.042.008.092.015.15.021a5.56 5.56 0 0 0 .4.026c.073.003.143.004.213.004.18 0 .35-.014.51-.043.16-.028.3-.08.417-.152a.8.8 0 0 0 .282-.297.958.958 0 0 0 .104-.47v-.064Zm-.709-1.233c0 .045-.006.09-.02.13a.26.26 0 0 1-.07.108.355.355 0 0 1-.128.073.645.645 0 0 1-.207.028h-.466v-.743c.013 0 .035 0 .064-.002.03-.002.06-.003.092-.003h.16c.214 0 .364.028.448.084.085.056.127.143.127.26v.065Zm-.106 1.559a.338.338 0 0 0 .123-.28v-.046a.404.404 0 0 0-.096-.269c-.064-.076-.179-.114-.346-.114h-.466v.803h.072l.1.003.1.002h.07c.213 0 .361-.033.443-.099Zm3.1-.958c0-.157-.024-.291-.07-.402a.695.695 0 0 0-.194-.27.79.79 0 0 0-.306-.155 1.542 1.542 0 0 0-.406-.05 3.31 3.31 0 0 0-.721.09c-.053.015-.08.047-.08.095v.348c0 .029.007.05.021.06a.082.082 0 0 0 .055.018h.02l.125-.011a4.762 4.762 0 0 1 .365-.017c.068-.002.136-.002.202-.002.098 0 .174.018.23.055.055.038.083.118.083.241v.155h-.225c-.359 0-.62.058-.782.174-.162.116-.244.3-.244.552v.038a.9.9 0 0 0 .06.352.62.62 0 0 0 .161.228.597.597 0 0 0 .228.123.952.952 0 0 0 .264.036.907.907 0 0 0 .58-.193v.069c0 .022.008.043.025.06a.079.079 0 0 0 .058.026h.467a.079.079 0 0 0 .058-.026.083.083 0 0 0 .025-.06v-1.534Zm-.824 1.106a.994.994 0 0 0 .16-.066v-.473H9.69a.7.7 0 0 0-.18.02.265.265 0 0 0-.112.057.206.206 0 0 0-.058.1.514.514 0 0 0-.017.137v.038c0 .092.021.15.065.176a.393.393 0 0 0 .198.039.59.59 0 0 0 .18-.028Zm3.374.423v-1.43c0-.135-.01-.261-.031-.38a.866.866 0 0 0-.113-.31.584.584 0 0 0-.225-.208.775.775 0 0 0-.369-.077 1.13 1.13 0 0 0-.354.05 1.163 1.163 0 0 0-.325.175v-.104a.085.085 0 0 0-.025-.061.079.079 0 0 0-.059-.026h-.466a.078.078 0 0 0-.059.026.084.084 0 0 0-.025.06v2.285c0 .023.01.044.027.063a.083.083 0 0 0 .06.027h.505a.08.08 0 0 0 .059-.027.09.09 0 0 0 .025-.063v-1.688c.072-.04.14-.073.204-.099a.524.524 0 0 1 .344-.02c.04.014.071.036.093.067a.292.292 0 0 1 .046.125c.009.051.013.114.013.188v1.428a.09.09 0 0 0 .025.062.076.076 0 0 0 .058.027h.505a.083.083 0 0 0 .06-.027.088.088 0 0 0 .027-.063Zm2.05-.416v.382c0 .031-.006.054-.02.067a.165.165 0 0 1-.067.032 2.196 2.196 0 0 1-.554.064c-.295 0-.53-.093-.707-.28-.176-.185-.264-.454-.264-.807v-.36c0-.353.088-.622.264-.808.177-.186.412-.28.707-.28a2.182 2.182 0 0 1 .554.065.19.19 0 0 1 .067.032c.014.013.02.035.02.067v.382a.067.067 0 0 1-.022.054.084.084 0 0 1-.056.02h-.009a3.784 3.784 0 0 0-.508-.03.375.375 0 0 0-.134.023.251.251 0 0 0-.108.081.437.437 0 0 0-.073.155.895.895 0 0 0-.027.238v.361c0 .095.009.174.027.239a.437.437 0 0 0 .073.154.25.25 0 0 0 .108.082.373.373 0 0 0 .134.024 3.748 3.748 0 0 0 .508-.03h.008c.023 0 .041.006.057.019.015.013.023.03.023.054Zm2.314-.872c0-.172-.023-.327-.069-.464a.893.893 0 0 0-.526-.573 1.18 1.18 0 0 0-.449-.08c-.17 0-.32.026-.449.08a.912.912 0 0 0-.328.223.948.948 0 0 0-.202.35 1.458 1.458 0 0 0-.07.464v.3c0 .172.024.327.07.464a.948.948 0 0 0 .202.35c.09.096.199.17.328.224.13.053.28.08.449.08.17 0 .32-.027.45-.08a.892.892 0 0 0 .525-.574c.046-.137.07-.292.07-.464v-.3Zm-1.044.829c.246 0 .369-.177.369-.529v-.3c0-.35-.123-.525-.369-.525a.322.322 0 0 0-.278.131c-.063.088-.095.219-.095.394v.3c0 .175.032.307.095.396a.32.32 0 0 0 .278.133Zm3.524.46v-1.431c0-.135-.01-.261-.031-.38a.863.863 0 0 0-.113-.31.583.583 0 0 0-.225-.208.775.775 0 0 0-.369-.077 1.13 1.13 0 0 0-.354.05 1.161 1.161 0 0 0-.325.175v-.104a.084.084 0 0 0-.025-.061.078.078 0 0 0-.059-.026h-.466a.079.079 0 0 0-.059.026.084.084 0 0 0-.025.06v2.285c0 .023.01.044.027.063a.083.083 0 0 0 .06.027h.505a.08.08 0 0 0 .059-.027.091.091 0 0 0 .025-.063v-1.688c.072-.04.14-.073.204-.099a.523.523 0 0 1 .344-.02c.04.014.071.036.093.067a.295.295 0 0 1 .046.125c.009.051.013.114.013.188v1.428a.09.09 0 0 0 .025.062.076.076 0 0 0 .058.027h.505a.083.083 0 0 0 .06-.027.088.088 0 0 0 .027-.063Zm1.817-.323v.332c0 .048-.026.077-.079.085-.064.011-.12.02-.166.026a1.454 1.454 0 0 1-.463-.02.448.448 0 0 1-.218-.11.516.516 0 0 1-.133-.225 1.259 1.259 0 0 1-.045-.371v-1.246l-.334-.056a.146.146 0 0 1-.06-.032.074.074 0 0 1-.027-.058v-.284c0-.023.009-.044.027-.062a.083.083 0 0 1 .06-.028h.334v-.352a.07.07 0 0 1 .025-.056.142.142 0 0 1 .058-.03l.505-.09h.013c.022 0 .04.006.054.019a.07.07 0 0 1 .02.054v.455h.342c.022 0 .042.009.058.026a.085.085 0 0 1 .025.06v.351a.085.085 0 0 1-.025.061.079.079 0 0 1-.058.026h-.342v1.25c0 .086.007.141.021.165.014.025.053.037.117.037h.204c.058 0 .088.024.088.073Zm2.226-1.207a1.05 1.05 0 0 0-.069-.402.695.695 0 0 0-.193-.27.791.791 0 0 0-.307-.155 1.543 1.543 0 0 0-.406-.05 3.307 3.307 0 0 0-.721.09c-.053.015-.08.047-.08.095v.348c0 .029.008.05.021.06a.083.083 0 0 0 .055.018h.02l.126-.011a4.758 4.758 0 0 1 .364-.017c.068-.002.136-.002.202-.002.098 0 .174.018.23.055.055.038.083.118.083.241v.155h-.225c-.359 0-.619.058-.782.174-.162.116-.243.3-.243.552v.038a.9.9 0 0 0 .06.352c.04.095.094.171.16.228a.597.597 0 0 0 .228.123.951.951 0 0 0 .264.036.908.908 0 0 0 .58-.193v.069c0 .022.008.043.025.06a.078.078 0 0 0 .058.026h.467a.079.079 0 0 0 .058-.026.084.084 0 0 0 .025-.06v-1.534Zm-.823 1.106a.994.994 0 0 0 .16-.066v-.473h-.237a.7.7 0 0 0-.18.02.266.266 0 0 0-.112.057.205.205 0 0 0-.058.1.513.513 0 0 0-.017.137v.038c0 .092.022.15.065.176a.393.393 0 0 0 .198.039c.064 0 .124-.01.181-.028Zm2.874.389v-.382a.067.067 0 0 0-.023-.054.084.084 0 0 0-.056-.02h-.008a3.744 3.744 0 0 1-.509.03.372.372 0 0 1-.133-.023.249.249 0 0 1-.109-.082.437.437 0 0 1-.073-.154.892.892 0 0 1-.027-.239v-.36a.89.89 0 0 1 .027-.239.437.437 0 0 1 .073-.155.25.25 0 0 1 .109-.081.374.374 0 0 1 .133-.024 3.779 3.779 0 0 1 .509.03h.008a.08.08 0 0 0 .056-.02.066.066 0 0 0 .023-.053v-.382c0-.032-.007-.054-.02-.067a.164.164 0 0 0-.067-.032 2.183 2.183 0 0 0-.554-.064c-.296 0-.53.093-.707.279-.177.186-.265.455-.265.807v.361c0 .353.088.622.265.808.176.186.411.28.706.28a2.197 2.197 0 0 0 .555-.065.164.164 0 0 0 .066-.032c.014-.013.021-.036.021-.067Zm1.796-.288v.332c0 .048-.026.077-.079.085a4.07 4.07 0 0 1-.167.026 1.453 1.453 0 0 1-.463-.02.448.448 0 0 1-.217-.11.516.516 0 0 1-.133-.225 1.263 1.263 0 0 1-.045-.371v-1.246l-.334-.056a.146.146 0 0 1-.06-.032.074.074 0 0 1-.027-.058v-.284c0-.023.009-.044.027-.062a.083.083 0 0 1 .06-.028h.334v-.352a.07.07 0 0 1 .025-.056.141.141 0 0 1 .058-.03l.505-.09h.012c.023 0 .04.006.054.019a.07.07 0 0 1 .021.054v.455h.342a.08.08 0 0 1 .058.026.085.085 0 0 1 .025.06v.351a.085.085 0 0 1-.025.061.079.079 0 0 1-.058.026h-.342v1.25c0 .086.007.141.021.165.014.025.053.037.117.037h.204c.058 0 .087.024.087.073Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function Ye(l,t){return e.openBlock(),e.createElementBlock("svg",Qs,Xs)}const ei=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Ye},render:Ye},Symbol.toStringTag,{value:"Module"})),ti={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},li=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#F7931A","fill-rule":"evenodd",d:"M24.87 11.935a7.935 7.935 0 1 1-15.87 0 7.935 7.935 0 0 1 15.87 0Zm-6.029-2.948c1.104.379 1.912.946 1.753 2.003-.115.773-.545 1.147-1.117 1.278.784.407 1.052 1.18.803 2.113-.471 1.343-1.593 1.456-3.084 1.175l-.362 1.445-.874-.218.357-1.424a36.959 36.959 0 0 1-.697-.18l-.358 1.431-.874-.217.362-1.447-1.76-.443.434-.997s.644.17.635.158c.248.06.358-.1.401-.207l.981-3.92c.011-.184-.053-.418-.407-.506.013-.01-.635-.157-.635-.157l.232-.93 1.764.435.358-1.431.874.217-.351 1.403c.235.053.471.107.7.164l.35-1.394.873.218-.358 1.43Zm-2.091 2.387c.595.157 1.89.501 2.117-.4.23-.921-1.029-1.2-1.645-1.336l-.182-.041-.435 1.739.145.038Zm-.675 2.8c.713.188 2.273.599 2.521-.394.254-1.014-1.258-1.352-1.996-1.517-.083-.019-.155-.035-.215-.05l-.48 1.917.17.044Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function We(l,t){return e.openBlock(),e.createElementBlock("svg",ti,li)}const oi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:We},render:We},Symbol.toStringTag,{value:"Module"})),ci={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},ai=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#8FC258","fill-rule":"evenodd",d:"M24.2 7.787a8.15 8.15 0 1 1-11.103-3.091A8.15 8.15 0 0 1 24.2 7.786Zm-6.88.407c1.178-.219 2.187-.119 2.578.906.288.75.092 1.302-.354 1.708.907-.033 1.536.523 1.786 1.483.256 1.44-.69 2.107-2.165 2.61l.405 1.474-.891.247-.4-1.455c-.231.064-.469.127-.715.19l.403 1.462-.891.247-.407-1.477-1.798.493-.115-1.111s.662-.173.648-.18c.252-.07.27-.27.254-.387l-1.101-4.001c-.084-.171-.26-.347-.62-.248.007-.015-.648.18-.648.18l-.262-.95 1.797-.5-.402-1.46.891-.248.395 1.432c.237-.071.475-.142.71-.207l-.392-1.422.891-.247.402 1.46Zm-.666 3.19c.612-.159 1.944-.506 1.692-1.426-.26-.94-1.526-.554-2.146-.364-.07.021-.132.04-.184.054l.49 1.776.148-.04Zm.81 2.846c.733-.192 2.335-.612 2.056-1.625-.285-1.036-1.808-.575-2.551-.35l-.217.064.538 1.957.174-.046Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function Qe(l,t){return e.openBlock(),e.createElementBlock("svg",ci,ai)}const ni=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Qe},render:Qe},Symbol.toStringTag,{value:"Module"})),hi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},ri=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#002855","fill-rule":"evenodd",d:"M6.936 13.767a1.18 1.18 0 0 1-.594.159H6.18c-.042 0-.102-.004-.276-.035l.587-2.57a.777.777 0 0 1 .36-.196c.134-.031.221-.04.305-.04.258 0 .457.078.554.246.095.169.143.403.143.703a2.17 2.17 0 0 1-.436 1.307c-.135.177-.295.32-.481.426Zm1.322-3.69a1.637 1.637 0 0 0-.746-.16c-.139 0-.267.015-.387.047a2.01 2.01 0 0 0-.353.128l.55-2.414-1.394.225-1.557 6.81c.174.087.359.156.554.206.195.05.379.087.553.112.174.025.328.04.463.042.135.004.23.005.284.005.42 0 .81-.083 1.17-.248.36-.165.671-.39.935-.675a3.273 3.273 0 0 0 .855-2.225c0-.28-.033-.543-.099-.786a1.83 1.83 0 0 0-.306-.637 1.494 1.494 0 0 0-.522-.43Zm3.69-.761.204-.898h-1.336l-.205.898h1.336Zm1.932 4.573a.886.886 0 0 1-.405-.077.433.433 0 0 1-.208-.216.703.703 0 0 1-.046-.331c.01-.128.032-.266.07-.413l.405-1.766h1.522l.276-1.172h-1.53l.35-1.488-1.43.23-.903 3.975a5.218 5.218 0 0 0-.13.931 1.76 1.76 0 0 0 .13.783c.098.227.264.406.498.537.233.132.562.197.987.197.295 0 .55-.025.765-.077l.078-.019.278-1.212a2.095 2.095 0 0 1-.278.075 2.098 2.098 0 0 1-.428.043Zm16.234-3.973h-1.336l-.777 3.404h.002l-.107.468a2.105 2.105 0 0 1-.651.1.886.886 0 0 1-.406-.077.434.434 0 0 1-.208-.216.703.703 0 0 1-.046-.331c.01-.128.032-.266.07-.413l.405-1.767.267-1.17v-.001h-1.364l-.618 2.717a5.217 5.217 0 0 0-.13.931 1.76 1.76 0 0 0 .13.783c.098.227.264.406.498.537.233.131.562.197.986.197a3.3 3.3 0 0 0 .766-.077l.025-.006v.003c-.06.28-.181.507-.376.685-.194.177-.483.266-.866.266-.163 0-.312-.01-.446-.03l-.263 1.152c.178.024.375.037.593.037.407 0 .763-.049 1.068-.145a2.11 2.11 0 0 0 .785-.44c.218-.196.4-.442.548-.737.146-.296.264-.647.354-1.052l.925-4.046-.004-.001.176-.771Zm-6.553 1.17c-.623 0-.742 0-.997.137a1.486 1.486 0 0 0-.463.417c-.132.171-.235.37-.31.594a2.2 2.2 0 0 0-.112.702c0 .299.048.536.144.71.095.175.272.263.53.263a.813.813 0 0 0 .373-.085c.11-.056.229-.15.355-.28a6.265 6.265 0 0 1 .141-.928l.008-.038.331-1.492Zm.949 1.737a3.224 3.224 0 0 0-.072 1.072c.036.358.168.908.296 1.183h-1.293c-.117-.207-.143-.332-.162-.419-.006-.03-.01-.054-.018-.077a2.383 2.383 0 0 1-.558.356c-.203.093-.431.14-.683.14-.3 0-.556-.054-.768-.163a1.46 1.46 0 0 1-.521-.44 1.793 1.793 0 0 1-.293-.646 3.33 3.33 0 0 1-.09-.79c0-.43.074-.836.22-1.217.147-.38.351-.712.612-.996.26-.284.89-.91 1.922-.91h2.072l-.664 2.907Zm-7.437 1.106c-.151 0-.278-.013-.38-.038l.647-2.805h.527c.284.002.484.102.6.29a1.3 1.3 0 0 1 .171.688c0 .276-.038.529-.113.758-.076.23-.181.425-.317.589-.135.163-.3.29-.493.381a1.487 1.487 0 0 1-.642.137Zm2.687-.712a3.5 3.5 0 0 0 .217-1.257c0-.283-.038-.548-.113-.796a1.81 1.81 0 0 0-.348-.65 1.629 1.629 0 0 0-.602-.438 2.171 2.171 0 0 0-.873-.16h-1.785l-1.554 6.81h1.34l.406-1.705c.205.038.41.057.616.057.422 0 .812-.077 1.171-.23.36-.155.667-.37.923-.646.257-.276.457-.604.602-.985ZM9.293 15.08l1.18-5.166h1.336l-1.18 5.166H9.293Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function Xe(l,t){return e.openBlock(),e.createElementBlock("svg",hi,ri)}const si=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Xe},render:Xe},Symbol.toStringTag,{value:"Module"})),ii={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},di=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#EE293D",d:"M4.379 10.808c-.235 0-.258-.076-.258-.632v-.095c0-.558.023-.633.258-.633h5.37c.235 0 .258.075.258.632v.095c0 .557-.023.632-.259.632H4.38Zm0-2.447c-.235 0-.258-.076-.258-.633v-.094c0-.559.023-.634.258-.634h5.37c.235 0 .258.076.258.634v.094c0 .557-.023.633-.259.633H4.38Zm.804 7.267c0-.92.481-1.427 1.204-1.427.273 0 .492.074.765.201.1.047.181.028.311-.26l.095-.195c.093-.236.1-.334-.013-.386-.335-.183-.854-.3-1.302-.3-1.277 0-2.243.946-2.243 2.367 0 1.422.966 2.366 2.242 2.366.449 0 .98-.115 1.316-.3.112-.05.105-.15.012-.385l-.093-.207c-.13-.288-.213-.305-.313-.26-.273.128-.503.202-.777.202-.723 0-1.202-.495-1.202-1.416h-.001Zm15.215 2.149c0 .125-.05.159-.43.159h-.038c-.4 0-.455-.017-.486-.109a1.47 1.47 0 0 1-.05-.189c-.211.236-.466.362-.854.362-.94 0-1.506-.645-1.506-1.682 0-1.121.629-1.785 1.562-1.785.263 0 .505.076.692.214V13.29c0-.097.012-.138.536-.138h.038c.485 0 .535.04.535.138v4.487Zm-1.11-2.212a.684.684 0 0 0-.229-.153.726.726 0 0 0-.275-.054c-.418 0-.616.339-.616.96 0 .357.08.584.198.702.106.123.268.163.425.163.193 0 .342-.045.41-.127.062-.063.087-.16.087-.385v-1.106Zm6.763 2.234c0 .097-.05.137-.536.137h-.038c-.523 0-.534-.04-.534-.137V13.29c0-.097.011-.138.534-.138h.037c.486 0 .536.04.536.138v4.51Zm-3.902-1.198c.062.408.336.605.766.605.331 0 .641-.069 1.003-.213.076-.029.144 0 .224.229l.057.128c.08.236.073.288-.013.333-.43.224-.879.316-1.377.316-1.102 0-1.793-.626-1.793-1.697 0-1.042.635-1.769 1.725-1.769 1.078 0 1.631.715 1.631 1.705 0 .328-.03.363-.155.363h-2.068Zm1.114-.639c-.017-.344-.166-.645-.534-.645-.319 0-.55.224-.593.645h1.127Zm4.514.639c.06.408.335.605.766.605a2.62 2.62 0 0 0 1.002-.213c.074-.029.144 0 .224.229l.057.128c.08.236.073.288-.012.333-.431.224-.88.316-1.379.316-1.102 0-1.792-.626-1.792-1.697 0-1.042.633-1.769 1.724-1.769 1.079 0 1.633.715 1.633 1.705 0 .328-.031.363-.156.363h-2.068Zm1.115-.639c-.02-.344-.169-.645-.537-.645-.317 0-.549.224-.592.645h1.129Zm-13.631-.374a.596.596 0 0 0-.212-.164.64.64 0 0 0-.268-.06c-.417 0-.616.34-.616.943 0 .513.148.893.603.893.17 0 .293-.04.38-.122.081-.08.113-.19.113-.43v-1.06Zm1.121 2.189c0 .125-.05.159-.429.159h-.051c-.398 0-.454-.017-.485-.109a1.326 1.326 0 0 1-.05-.189c-.211.236-.467.362-.854.362-.903 0-1.483-.634-1.483-1.67 0-1.15.717-1.797 1.564-1.797.343 0 .641.134.804.323l.019-.144c.005-.068.025-.114.434-.114h.045c.424 0 .485.028.485.133v3.046h.001Zm-5.2-4.152c.417 0 .442.005.442.132v.84h.717c.1 0 .13.018.13.334v.047c0 .315-.03.334-.13.334h-.716v1.508c0 .253.049.386.298.386.13 0 .243-.023.356-.057.117-.042.162.01.242.275l.02.063c.086.29.06.312-.05.363-.225.098-.524.15-.804.15-.885 0-1.134-.414-1.134-1.135v-1.553h-.417c-.106 0-.132-.02-.132-.334v-.047c0-.316.026-.333.132-.333h.467c.05-.27.137-.651.193-.841.031-.11.05-.132.386-.132Zm-2.317.973c.487 0 .53.04.53.138V17.8c0 .103-.043.137-.53.137h-.031c-.535 0-.548-.034-.548-.137v-3.063c0-.099.013-.138.548-.138h.031Zm-.031-1.497c.35 0 .605.253.605.54a.514.514 0 0 1-.182.385.62.62 0 0 1-.423.151c-.347 0-.605-.253-.605-.535 0-.289.258-.54.605-.54Z"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function e3(l,t){return e.openBlock(),e.createElementBlock("svg",ii,di)}const pi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:e3},render:e3},Symbol.toStringTag,{value:"Module"})),_i={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},fi=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#0079BE","fill-rule":"evenodd",d:"M15.838 19.3h2.597c4.052 0 7.281-3.215 7.408-7.187v-.063c-.063-4.034-3.356-7.312-7.408-7.25h-2.913c-3.863.127-6.902 3.405-6.775 7.314 0 3.908 3.166 7.123 7.091 7.186Zm-5.825-7.25c0-3.278 2.723-5.988 6.015-5.988 3.293 0 6.016 2.71 6.016 5.988 0 3.278-2.723 5.99-6.016 5.99-3.292 0-6.015-2.711-6.015-5.99Zm6.965 4.035V8.079c2.216.567 3.61 2.774 3.04 4.98a4.114 4.114 0 0 1-3.04 3.026Zm-4.875-5.043a4.142 4.142 0 0 0 2.976 5.043V8.079a4.155 4.155 0 0 0-2.976 2.963Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function t3(l,t){return e.openBlock(),e.createElementBlock("svg",_i,fi)}const gi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:t3},render:t3},Symbol.toStringTag,{value:"Module"})),mi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},$i=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#FD6020" d="m14 23 19-5.75V20a3 3 0 0 1-3 3H14Z"></path><path fill="#000" fill-rule="evenodd" d="M29.394 9.11c1.045 0 1.62.484 1.62 1.398.052.698-.418 1.29-1.045 1.397l1.41 1.988h-1.097l-1.202-1.935h-.104v1.934h-.889V9.111h1.307Zm-.418 2.204h.26c.576 0 .837-.269.837-.752 0-.43-.261-.699-.836-.699h-.261v1.45Zm-3.973 2.579h2.51v-.806h-1.621v-1.29h1.568v-.806h-1.568V9.917h1.62V9.11h-2.509v4.781Zm-2.613-1.559-1.202-3.223h-.94L22.18 14h.47l1.934-4.89h-.94l-1.255 3.225Zm-10.61-.805c0 1.343 1.046 2.471 2.352 2.471.418 0 .784-.107 1.15-.269v-1.074c-.261.322-.627.537-1.045.537-.836 0-1.516-.645-1.516-1.504v-.108a1.591 1.591 0 0 1 1.464-1.665c.418 0 .836.215 1.097.537V9.379c-.313-.214-.732-.268-1.097-.268-1.36-.108-2.405 1.02-2.405 2.418Zm-1.62-.591c-.522-.215-.68-.323-.68-.591.053-.323.314-.591.628-.538.261 0 .523.161.732.376l.47-.644c-.366-.323-.836-.538-1.306-.538-.732-.053-1.36.538-1.412 1.29v.054c0 .644.262 1.02 1.098 1.289.209.054.418.161.627.269a.568.568 0 0 1 .261.483c0 .376-.313.699-.627.699H9.9c-.418 0-.784-.269-.94-.645l-.576.59c.314.592.941.914 1.568.914.836.054 1.516-.59 1.568-1.45v-.162c-.052-.644-.313-.967-1.359-1.396Zm-3.03 2.954h.888V9.111H7.13v4.781ZM3 9.111h1.567c1.255.054 2.248 1.128 2.196 2.418 0 .698-.314 1.343-.836 1.826-.47.376-1.045.591-1.62.538H3V9.11Zm1.15 3.976c.418.053.888-.108 1.202-.377.313-.322.47-.752.47-1.235 0-.43-.157-.86-.47-1.182-.314-.269-.784-.43-1.202-.376h-.262v3.17h.262Z" clip-rule="evenodd"></path><path fill="#FD6020" fill-rule="evenodd" d="M17.948 9c-1.307 0-2.404 1.075-2.404 2.471 0 1.344 1.045 2.472 2.404 2.526 1.359.053 2.404-1.075 2.456-2.472C20.352 10.128 19.307 9 17.948 9Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function l3(l,t){return e.openBlock(),e.createElementBlock("svg",mi,$i)}const vi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:l3},render:l3},Symbol.toStringTag,{value:"Module"})),wi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Zi=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#FECA2F" d="M7.824 9.496a2.92 2.92 0 0 1 .916-.146c1.397 0 2.563.974 2.83 2.268l1.98-.396c-.454-2.2-2.435-3.854-4.81-3.854a4.99 4.99 0 0 0-1.556.247l.64 1.88Z"></path><path fill="#1BA7DE" d="m5.467 15.868 1.186-1.531c-.53-.536-.863-1.317-.863-2.189 0-.87.333-1.652.863-2.187l-1.187-1.53C4.566 9.34 4 10.668 4 12.147c0 1.481.568 2.81 1.467 3.72Z"></path><path fill="#EC412A" d="M11.571 12.68c-.268 1.294-1.433 2.266-2.83 2.266a2.93 2.93 0 0 1-.916-.146l-.641 1.882a4.98 4.98 0 0 0 1.557.248c2.374 0 4.354-1.654 4.81-3.852l-1.98-.398Z"></path><path fill="#000" fill-rule="evenodd" d="M23.08 8.43v5.442l.976.391-.462 1.073-.966-.388a1.085 1.085 0 0 1-.475-.386 1.186 1.186 0 0 1-.187-.675V8.43h1.114Zm-7.406 4.044c.024-1.556 1.35-2.798 2.957-2.774 1.365.02 2.496.945 2.793 2.175l-5.279 2.181a2.735 2.735 0 0 1-.471-1.582Zm1.208.219a1.436 1.436 0 0 1-.01-.2c.014-.917.795-1.649 1.742-1.633a1.73 1.73 0 0 1 1.283.588l-3.015 1.245Zm2.904 1.01a1.747 1.747 0 0 1-2.112.218l-.638.982c.437.267.952.425 1.507.433a2.955 2.955 0 0 0 2.08-.802l-.837-.831Zm7.357-2.843c-.19 0-.373.03-.543.085l-.38-1.101c.29-.094.6-.145.924-.145 1.41 0 2.586.97 2.856 2.256l-1.176.232c-.159-.758-.85-1.327-1.68-1.327Zm-1.93 3.769.794-.869a1.631 1.631 0 0 1-.578-1.242c0-.495.223-.938.578-1.242l-.796-.869a2.773 2.773 0 0 0-.982 2.11c0 .841.38 1.596.983 2.112Zm1.93-.453c.83 0 1.521-.569 1.68-1.325l1.177.233c-.271 1.285-1.448 2.252-2.857 2.252a3 3 0 0 1-.925-.145l.381-1.1c.171.055.354.085.544.085Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',6)];function o3(l,t){return e.openBlock(),e.createElementBlock("svg",wi,Zi)}const ui=Object.freeze(Object.defineProperty({__proto__:null,default:{render:o3},render:o3},Symbol.toStringTag,{value:"Module"})),Mi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Fi=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><circle cx="16.935" cy="11.935" r="7.935" fill="#6481E7"></circle><path fill="#fff" fill-rule="evenodd" d="m13.468 12.258 3.56 2.104v-8.01l-3.56 5.906Z" clip-rule="evenodd"></path><path fill="#C1CCF5" fill-rule="evenodd" d="M17.028 6.352v8.01l3.56-2.104-3.56-5.906Z" clip-rule="evenodd"></path><path fill="#8299EC" fill-rule="evenodd" d="m17.028 10.64-3.56 1.618 3.56 2.104 3.56-2.104-3.56-1.618Z" clip-rule="evenodd"></path><path fill="#C1CCF5" fill-rule="evenodd" d="m17.028 10.64-3.56 1.618 3.56 2.104V10.64Z" clip-rule="evenodd"></path><path fill="#fff" fill-rule="evenodd" d="m13.469 12.933 3.559 5.016v-2.913l-3.56-2.103Z" clip-rule="evenodd"></path><path fill="#C1CCF5" fill-rule="evenodd" d="M17.028 15.036v2.913l3.562-5.016-3.562 2.103Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',9)];function c3(l,t){return e.openBlock(),e.createElementBlock("svg",Mi,Fi)}const Bi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:c3},render:c3},Symbol.toStringTag,{value:"Module"})),bi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},xi=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#659AD2","fill-rule":"evenodd",d:"M14.507 10.656h-4.453C10.39 6.354 12.136 5.053 16.688 5h.538c.577.007 1.108.034 1.598.084a1.428 1.428 0 0 0-.111.007 3.782 3.782 0 0 1-.137.01c-.538.031-1.897.112-3.14 1.613-.734.889-.807 3.942-.807 3.942h-.122Zm-.324 5.235a1.6 1.6 0 0 1-1.263.598v2.61c-1.83-.738-2.654-2.277-2.869-5.117a24.158 24.158 0 0 1-.051-.891l4.63-.002-.004.275c-.005.476-.016 1.402-.015 1.433.004.135-.03.597-.428 1.094Zm6.106-10.55c2.326.62 3.334 2.169 3.574 5.35.075.987.066 1.645.066 1.645s.01.659-.066 1.646c-.327 4.33-2.073 5.638-6.637 5.69h-.538a15.801 15.801 0 0 1-2.125-.15h.008c.02 0 .038 0 .058-.002.826-.048 1.976-.684 2.66-2.166.299-.648.379-1.805.379-1.805v-2.46h2.621v-2.433h-2.621l-.002-.008v-.003a.109.109 0 0 1-.002-.006l-.003-.01v-.005l-.001-.003a.177.177 0 0 1-.005-.023l-.002-.012v-.002a.509.509 0 0 1-.005-.03l-.002-.014v-.003l-.004-.036v-.008a.163.163 0 0 0-.002-.021.625.625 0 0 1-.002-.035v-.089l.001-.01.003-.06.002-.01v-.011l.009-.073.001-.007.001-.008.016-.088v-.003a2.3 2.3 0 0 1 .33-.77c.511-.796 1.963-.759 2.242-.744l.042.002h.004V5.343Zm-5.818 14.165h.005-.005Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function a3(l,t){return e.openBlock(),e.createElementBlock("svg",bi,xi)}const ki=Object.freeze(Object.defineProperty({__proto__:null,default:{render:a3},render:a3},Symbol.toStringTag,{value:"Module"})),Si={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Pi=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#0F3365" fill-rule="evenodd" d="M6.181 7.743c-.603 0-1.09.445-1.092.995v6.605a.916.916 0 0 0 .109.431c.176.333.55.563.983.564h11.36V7.743H6.18Zm0-.743h21.74c1.053 0 1.906.778 1.907 1.738v6.605c0 .96-.854 1.737-1.907 1.737H6.18c-1.053 0-1.906-.778-1.907-1.737V8.738C4.273 7.778 5.127 7 6.18 7Z" clip-rule="evenodd"></path><path fill="#FFFFFE" fill-rule="evenodd" d="M19.4 14.262h-.954v-3.53h.88v.454h.01c.19-.352.594-.512 1.028-.512.763 0 1.181.662 1.181 1.27 0 .744-.44 1.362-1.26 1.362-.334 0-.695-.11-.875-.41h-.01v1.366Zm.583-1.622c.36 0 .577-.276.577-.676 0-.334-.207-.623-.577-.623-.35 0-.584.28-.584.656 0 .367.266.643.584.643Zm5.217 1.622c.196.039.392.058.594.058.824 0 1.055-.546 1.305-1.138l.046-.107 1.012-2.343h-.954l-.567 1.642h-.01l-.594-1.642h-1.028l1.118 2.574a.477.477 0 0 1-.482.348c-.133 0-.25-.014-.376-.053l-.064.661Zm-.355-.932a2.821 2.821 0 0 1-.054-.594v-.937c0-.768-.609-1.043-1.314-1.043a3.09 3.09 0 0 0-1.102.179l.016.589a1.94 1.94 0 0 1 .88-.188c.344 0 .625.091.63.434a3.028 3.028 0 0 0-.445-.034c-.508 0-1.425.092-1.425.86 0 .546.487.792 1.033.792.392 0 .657-.14.874-.454h.01c0 .077.006.153.012.23.004.055.008.11.01.166h.875Zm-1.924-.797c0-.241.254-.333.577-.333.102 0 .2.005.293.01l.11.005a.59.59 0 0 1-.588.594c-.223 0-.392-.102-.392-.276Z" clip-rule="evenodd"></path><path fill="#D8232A" fill-rule="evenodd" d="M10.157 13.248h.953v-2.516h-.953v2.516Zm0-2.926h.953v-.638h-.953v.638Zm3.286.352c.111 0 .228.015.323.029l-.048.724c-.105-.028-.211-.028-.323-.028-.445 0-.694.294-.694.787v1.062h-.954v-2.516h.87v.464h.01c.164-.319.403-.522.816-.522Zm3.57 1.319c0 .83-.694 1.313-1.605 1.313-.91 0-1.605-.483-1.605-1.313 0-.836.694-1.319 1.605-1.319.912 0 1.606.483 1.606 1.319Zm-2.225 0c0 .371.18.705.62.705s.62-.334.62-.705c0-.377-.18-.71-.62-.71s-.62.333-.62.71Zm-6.153-1.26h.864v2.22c0 1.034-.552 1.367-1.664 1.367-.456 0-.832-.087-1.055-.159l.048-.686c.291.13.535.208.933.208.55 0 .847-.237.847-.73v-.135h-.01c-.228.295-.546.43-.927.43-.758 0-1.23-.521-1.23-1.265 0-.749.387-1.309 1.245-1.309.408 0 .737.203.938.512h.01v-.454Zm-.668.608c-.355 0-.54.285-.54.627 0 .391.254.614.54.614.34 0 .61-.261.61-.648 0-.28-.18-.593-.61-.593Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function n3(l,t){return e.openBlock(),e.createElementBlock("svg",Si,Pi)}const yi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:n3},render:n3},Symbol.toStringTag,{value:"Module"})),Vi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Hi=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#3C4043" fill-rule="evenodd" d="M16.058 15.528v-2.935h1.515c.62 0 1.144-.208 1.571-.618l.103-.104c.78-.85.728-2.172-.103-2.958a2.162 2.162 0 0 0-1.571-.63H15.14v7.245h.917Zm0-3.825v-2.53h1.538c.33 0 .643.127.877.358.495.486.507 1.294.028 1.797a1.19 1.19 0 0 1-.905.376h-1.538Zm7.465-.745c-.393-.364-.928-.549-1.606-.549-.871 0-1.526.324-1.959.965l.809.514c.296-.439.7-.658 1.213-.658.324 0 .637.121.882.34.24.209.376.509.376.827v.213c-.353-.196-.797-.3-1.344-.3-.637 0-1.15.15-1.531.457-.382.306-.575.71-.575 1.224-.012.468.187.913.54 1.213.36.324.815.486 1.35.486.632 0 1.133-.284 1.515-.85h.04v.688h.876v-3.056c0-.641-.193-1.15-.586-1.514Zm-2.488 3.657a.753.753 0 0 1-.302-.607c0-.271.125-.496.37-.675.25-.18.564-.272.934-.272.512-.006.911.11 1.196.34 0 .394-.154.735-.456 1.023a1.446 1.446 0 0 1-1.03.434 1.11 1.11 0 0 1-.712-.243Zm5.044 3.09 3.064-7.134h-.997L26.73 14.13h-.017l-1.453-3.559h-.996l2.01 4.64-1.139 2.495h.945Z" clip-rule="evenodd"></path><path fill="#4285F4" d="M12.893 11.958c0-.283-.023-.566-.069-.844H8.959v1.6h2.215a1.928 1.928 0 0 1-.82 1.266v1.04h1.321c.775-.722 1.219-1.791 1.219-3.062Z"></path><path fill="#34A853" d="M8.958 16.025c1.105 0 2.039-.37 2.716-1.005l-1.32-1.04c-.37.254-.843.398-1.396.398-1.07 0-1.975-.733-2.3-1.715h-1.36v1.074a4.09 4.09 0 0 0 3.66 2.288Z"></path><path fill="#FBBC04" d="M6.658 12.663a2.544 2.544 0 0 1 0-1.595V10h-1.36a4.177 4.177 0 0 0 0 3.731l1.36-1.068Z"></path><path fill="#EA4335" d="M8.958 9.352a2.19 2.19 0 0 1 1.572.624l1.173-1.19a3.926 3.926 0 0 0-2.745-1.08c-1.548 0-2.966.89-3.66 2.293l1.36 1.075c.325-.988 1.23-1.722 2.3-1.722Z"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',7)];function h3(l,t){return e.openBlock(),e.createElementBlock("svg",Vi,Hi)}const ji=Object.freeze(Object.defineProperty({__proto__:null,default:{render:h3},render:h3},Symbol.toStringTag,{value:"Module"})),Ai={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},zi=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#000","fill-rule":"evenodd",d:"M9.241 4.956h8.091c5.498 0 7.61 3.093 7.61 7.002 0 4.677-2.952 7.027-7.61 7.027h-8.09V4.955Zm.769.841v12.397h7.322c4.418 0 6.818-2.128 6.818-6.21 0-4.207-2.592-6.187-6.818-6.187H10.01Zm2.16 6.409c.81 0 1.465-.676 1.465-1.51 0-.833-.656-1.509-1.465-1.509-.808 0-1.464.676-1.464 1.51 0 .833.656 1.509 1.464 1.509Zm-1.176.643h2.353v4.305h-2.353V12.85Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{fill:"#D50072","fill-rule":"evenodd",d:"M21.485 9.31h.673v2.08h.984c-.264-3.787-3.169-4.628-5.81-4.628h-2.809v2.549h.408c.769 0 1.225.52 1.225 1.385 0 .867-.456 1.386-1.2 1.386h-.433v5.072h2.81c4.297 0 5.761-2.053 5.833-5.072h-1.68V9.311Zm-3.24 2.08v.692h-1.681V9.311h1.632v.693h-.96v.321h.912v.693h-.888v.371h.984Zm.287.692.817-2.771h.96l.816 2.771h-.696l-.144-.52h-.888l-.144.52h-.72Zm1.064-1.237h-.007v.025l.007-.025Zm0 0h.473l-.216-.767h-.024l-.233.767Zm-5.073.544v-1.385h.408c.264 0 .553.074.553.692 0 .619-.265.693-.553.693h-.408Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function r3(l,t){return e.openBlock(),e.createElementBlock("svg",Ai,zi)}const Oi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:r3},render:r3},Symbol.toStringTag,{value:"Module"})),Di={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Ei=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#EDAA00" fill-rule="evenodd" d="M24.951 18.62a1.328 1.328 0 0 1-1.328 1.329H10.329A1.327 1.327 0 0 1 9 18.62V5.328A1.328 1.328 0 0 1 10.33 4h13.292a1.328 1.328 0 0 1 1.328 1.328l.001 13.293Z" clip-rule="evenodd"></path><path fill="#231F20" d="M17.906 12.147V9.29l.746-.177v.374s.193-.492.64-.607c.139-.034.208-.014.208-.014v.729c-.134.002-.267.03-.39.081-.277.11-.416.348-.416.71v1.577l-.788.183Zm-3.93.928s-.12-.18-.12-.824v-1.422l-.384.09v-.585l.384-.09v-.639l.793-.187v.637l.56-.133v.586l-.56.133v1.449c0 .658.175.784.175.784l-.848.201Zm1.316-1.699c0-.508.072-.878.227-1.162.185-.338.488-.557.93-.658.869-.198 1.182.317 1.17 1.007-.004.247-.003.367-.003.367l-1.532.36v.025c0 .483.101.712.407.646.264-.055.337-.22.358-.425.003-.033.005-.117.005-.117l.718-.172v.125c-.007.274-.087.954-1.084 1.19-.945.224-1.197-.353-1.197-1.186Zm1.187-1.288c-.254.058-.387.307-.392.72l.77-.184c.002-.02.002-.06.002-.125-.002-.31-.098-.475-.38-.411Zm5.703-.382c-.03-.87.196-1.56 1.166-1.78.62-.141.854.02.973.175.114.148.158.348.158.629v.052l-.76.18v-.105c0-.332-.09-.459-.332-.399-.287.073-.403.345-.403.887v.252c0 .551.076.804.406.734.288-.06.327-.311.332-.532l.002-.146.76-.179v.118c-.003.722-.384 1.177-1.097 1.343-.982.231-1.174-.337-1.205-1.229Zm-2.625 1.218c0-.662.388-.871.972-1.112.524-.217.535-.325.538-.513.002-.159-.071-.295-.332-.228-.24.06-.304.235-.317.373a1.282 1.282 0 0 0-.005.147l-.735.174a1.462 1.462 0 0 1 .05-.435c.118-.396.468-.662 1.07-.801.782-.181 1.043.163 1.044.697v1.265c0 .612.114.701.114.701l-.723.171a1.58 1.58 0 0 1-.097-.26s-.158.399-.703.527c-.573.135-.875-.22-.875-.706Zm1.505-.903c-.121.085-.25.16-.384.224-.242.119-.35.263-.35.487 0 .193.12.32.338.266.234-.058.396-.277.396-.58v-.397Zm-11.23 5.056a.458.458 0 0 1-.384-.708l.005-.006.009-.002 1.077-.255v.82l-.017.003c-.244.059-.536.126-.597.138a.426.426 0 0 1-.094.01Zm0 1.048a.458.458 0 0 1-.384-.705l.005-.008.009-.002 1.077-.254v.819l-.017.004c-.244.059-.536.127-.597.138a.488.488 0 0 1-.094.01v-.002Zm0 1.05a.458.458 0 0 1-.384-.707l.005-.009 1.087-.256v.82l-.017.003c-.258.063-.545.127-.597.14a.513.513 0 0 1-.094.008m-.127-3.1V9.492l.835-.197v4.581l-.835.198Zm2.081-.39a.515.515 0 0 0-1.031 0v4.282a1.398 1.398 0 0 0 1.395 1.395l1.458-.001v-3.78a.674.674 0 0 0-.3-.561l-1.3-.883v2.005a.11.11 0 0 1-.19.082.111.111 0 0 1-.031-.082l-.003-2.458h.002Zm.696-3.195a1.127 1.127 0 0 0-.744.574v-.321l-.752.178v2.056a.77.77 0 0 1 .791.139v-1.328c0-.318.16-.572.385-.622.17-.037.312.024.312.326v1.938l.792-.186v-2.05c0-.496-.19-.844-.785-.704Zm11.51-2.932a.49.49 0 1 1-.001-.978.49.49 0 0 1 0 .977v.001Zm0-.919a.428.428 0 1 0 0 .857.428.428 0 0 0 0-.857Z"></path><path fill="#231F20" d="M23.813 6.776h.211c.084 0 .15.042.15.153 0 .078-.034.137-.099.148.06.006.09.038.094.123 0 .037.001.084.003.12a.061.061 0 0 0 .029.052h-.108a.09.09 0 0 1-.016-.053c-.004-.036-.003-.07-.004-.113 0-.065-.022-.094-.088-.094h-.075v.26h-.096l-.001-.596Zm.172.266a.088.088 0 0 0 .095-.097c0-.064-.027-.097-.09-.097h-.08v.194h.075Z"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function s3(l,t){return e.openBlock(),e.createElementBlock("svg",Di,Ei)}const Ci=Object.freeze(Object.defineProperty({__proto__:null,default:{render:s3},render:s3},Symbol.toStringTag,{value:"Module"})),Ni={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Li=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="url(#a)" d="M21.982 11.954c.531.012 1.065-.023 1.595.018.535.1.664.912.188 1.177-.324.175-.71.066-1.063.096h-.72v-1.29Zm1.902-1.461c.118.416-.284.79-.685.733h-1.217c.008-.393-.017-.82.012-1.191.488.013.98-.028 1.465.021a.58.58 0 0 1 .425.437Zm2.929-6.179c.022.796.003 1.634.01 2.446-.002 3.3.003 6.6-.003 9.9-.022 1.238-1.118 2.313-2.346 2.337-1.23.005-2.46.001-3.69.002v-4.99c1.34-.006 2.681.015 4.02-.01.622-.039 1.302-.449 1.331-1.132.073-.687-.574-1.162-1.189-1.237-.236-.006-.229-.069 0-.096.587-.127 1.047-.734.874-1.341-.146-.64-.853-.887-1.44-.885-1.198-.009-2.397-.002-3.595-.004.008-.931-.016-1.864.013-2.795.095-1.214 1.219-2.216 2.43-2.194h3.585Z"></path><path fill="url(#b)" d="M7.246 6.635c.031-1.235 1.132-2.3 2.359-2.319 1.225-.004 2.45 0 3.675-.001-.003 4.131.007 8.264-.005 12.395-.047 1.22-1.136 2.266-2.35 2.288-1.227.004-2.454 0-3.682.001v-5.157c1.192.281 2.443.401 3.659.214.727-.116 1.522-.474 1.768-1.228.181-.645.08-1.324.106-1.986V9.304h-2.104c-.01 1.017.019 2.036-.016 3.052-.056.624-.675 1.02-1.264 1-.73.008-2.177-.53-2.177-.53-.004-1.905.021-4.291.031-6.19Z"></path><path fill="url(#c)" d="M14.065 9.924c-.111.024-.022-.377-.05-.53.007-.96-.017-1.923.012-2.884.095-1.22 1.227-2.224 2.443-2.195h3.581c-.003 4.132.007 8.264-.005 12.396-.047 1.22-1.136 2.265-2.35 2.287-1.227.004-2.455 0-3.682.002v-5.651c.838.687 1.978.794 3.022.796.787 0 1.57-.121 2.335-.303v-1.035c-.862.43-1.875.702-2.83.455-.666-.165-1.15-.81-1.14-1.497-.076-.715.343-1.47 1.046-1.683.872-.273 1.823-.064 2.64.291.176.092.354.206.284-.087v-.814c-1.368-.325-2.824-.445-4.198-.091-.398.112-.785.282-1.108.543Z"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect><defs><linearGradient id="a" x1="20.744" x2="26.784" y1="11.343" y2="11.343" gradientUnits="userSpaceOnUse"><stop stop-color="#58B03A"></stop><stop offset="1" stop-color="#55B330"></stop></linearGradient><linearGradient id="b" x1="7.115" x2="13.181" y1="11.798" y2="11.798" gradientUnits="userSpaceOnUse"><stop stop-color="#0F6EB6"></stop><stop offset="1" stop-color="#006DBA"></stop></linearGradient><linearGradient id="c" x1="14.005" x2="20.05" y1="11.485" y2="11.485" gradientUnits="userSpaceOnUse"><stop stop-color="#DE0D3D"></stop><stop offset="1" stop-color="#E30138"></stop></linearGradient></defs>',6)];function i3(l,t){return e.openBlock(),e.createElementBlock("svg",Ni,Li)}const Ti=Object.freeze(Object.defineProperty({__proto__:null,default:{render:i3},render:i3},Symbol.toStringTag,{value:"Module"})),Ii={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},qi=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#FEB4C7",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#17120F","fill-rule":"evenodd",d:"M5.27 15.38H3.885V9h1.383v6.38ZM8.722 9H7.37c0 1.174-.51 2.252-1.4 2.957l-.536.425 2.078 2.998H9.22l-1.912-2.76c.907-.954 1.415-2.239 1.415-3.62Zm2.207 6.378H9.623V9h1.307v6.377Zm3.947-4.411v.282a2.104 2.104 0 0 0-1.237-.404c-1.214 0-2.199 1.042-2.199 2.327 0 1.286.985 2.328 2.2 2.328.458 0 .884-.15 1.236-.404v.282h1.248v-4.411h-1.248Zm-.004 2.205c0 .627-.506 1.135-1.13 1.135a1.133 1.133 0 0 1-1.131-1.135c0-.626.506-1.134 1.13-1.134.625 0 1.131.508 1.131 1.134Zm13.17-1.923v-.282h1.247v4.41h-1.248v-.281a2.105 2.105 0 0 1-1.237.404c-1.214 0-2.199-1.042-2.199-2.328 0-1.285.985-2.327 2.2-2.327.458 0 .884.15 1.236.404Zm-1.135 3.058c.624 0 1.13-.508 1.13-1.135 0-.626-.506-1.134-1.13-1.134-.625 0-1.13.508-1.13 1.134 0 .627.505 1.135 1.13 1.135Zm2.924.335c0-.458.35-.829.783-.829.432 0 .783.371.783.83 0 .457-.35.828-.783.828-.433 0-.783-.371-.783-.829Zm-7.444-3.794c-.498 0-.97.164-1.285.616v-.497H19.86v4.41h1.258V13.06c0-.67.425-1 .937-1 .548 0 .864.347.864.99v2.328h1.246v-2.805c0-1.027-.771-1.725-1.776-1.725Zm-4.332.119v.574c.25-.344.716-.574 1.223-.574v1.284h-.015c-.494 0-1.206.373-1.206 1.068v2.059h-1.28v-4.411h1.278Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function d3(l,t){return e.openBlock(),e.createElementBlock("svg",Ii,qi)}const Ui=Object.freeze(Object.defineProperty({__proto__:null,default:{render:d3},render:d3},Symbol.toStringTag,{value:"Module"})),Ri={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Gi=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#A5A8A9","fill-rule":"evenodd",d:"M25 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-10.172.594 1.128-4.23H18.4l-.846 3.29 1.129-.47-.283 1.034-1.128.376-.564 2.068h4.043l-.376 1.504h-6.487l.658-2.538-.94.376.282-1.034.94-.376Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function p3(l,t){return e.openBlock(),e.createElementBlock("svg",Ri,Gi)}const Ji=Object.freeze(Object.defineProperty({__proto__:null,default:{render:p3},render:p3},Symbol.toStringTag,{value:"Module"})),Ki={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Yi=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#ED0006" d="M19.258 11.706c0 3.703-2.968 6.706-6.63 6.706-3.66 0-6.628-3.003-6.628-6.706C6 8.002 8.968 5 12.629 5c3.66 0 6.629 3.002 6.629 6.706Z"></path><path fill="#0099DF" d="M27.857 11.706c0 3.703-2.968 6.706-6.629 6.706-3.66 0-6.628-3.003-6.628-6.706C14.6 8.002 17.567 5 21.228 5s6.63 3.002 6.63 6.706Z"></path><path fill="#6C6BBD" fill-rule="evenodd" d="M16.929 6.602a6.723 6.723 0 0 1 2.329 5.104 6.723 6.723 0 0 1-2.33 5.104 6.723 6.723 0 0 1-2.328-5.104 6.72 6.72 0 0 1 2.329-5.104Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function _3(l,t){return e.openBlock(),e.createElementBlock("svg",Ki,Yi)}const Wi=Object.freeze(Object.defineProperty({__proto__:null,default:{render:_3},render:_3},Symbol.toStringTag,{value:"Module"})),Qi={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Xi=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#ED0006" fill-rule="evenodd" d="M17.179 16.83a6.803 6.803 0 0 1-4.398 1.6c-3.745 0-6.781-3-6.781-6.7s3.036-6.7 6.78-6.7c1.679 0 3.215.603 4.399 1.6a6.802 6.802 0 0 1 4.398-1.6c3.745 0 6.781 3 6.781 6.7s-3.036 6.7-6.78 6.7a6.802 6.802 0 0 1-4.399-1.6Z" clip-rule="evenodd"></path><path fill="#F9A000" fill-rule="evenodd" d="M17.179 16.83a6.653 6.653 0 0 0 2.382-5.1c0-2.042-.924-3.87-2.382-5.1a6.802 6.802 0 0 1 4.398-1.6c3.745 0 6.78 3 6.78 6.7s-3.035 6.7-6.78 6.7a6.802 6.802 0 0 1-4.398-1.6Z" clip-rule="evenodd"></path><path fill="#FF5E00" fill-rule="evenodd" d="M17.179 16.83a6.653 6.653 0 0 0 2.382-5.1c0-2.042-.924-3.87-2.382-5.1a6.653 6.653 0 0 0-2.382 5.1c0 2.042.924 3.87 2.382 5.1Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function f3(l,t){return e.openBlock(),e.createElementBlock("svg",Qi,Xi)}const ed=Object.freeze(Object.defineProperty({__proto__:null,default:{render:f3},render:f3},Symbol.toStringTag,{value:"Module"})),td={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},ld=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#000","fill-rule":"evenodd",d:"m4 14.406.049-.271c.024-.137.047-.269.074-.401l.341-1.794.342-1.793c.016-.076.038-.126.113-.139.589-.088 1.18-.151 1.77-.003.512.126.871.49.93.916.124.849-.37 1.528-1.104 1.77-.387.127-.78.159-1.18.12-.095-.009-.123.017-.139.108a98.18 98.18 0 0 1-.264 1.386c-.007.038-.041.098-.063.098-.214.005-.425.004-.643.004H4Zm1.354-2.346c.061 0 .12.002.179.004.123.003.24.006.352-.007.328-.034.59-.183.737-.495.167-.354.047-.73-.268-.84-.223-.08-.453-.063-.683-.032-.028.003-.066.048-.072.076l-.134.704v.001l-.111.59ZM9.58 13.8c-.05.052-.097.104-.142.155-.099.11-.192.216-.302.3-.33.255-.708.312-1.09.135-.377-.173-.531-.511-.547-.909-.034-.836.258-1.528.96-2.008.441-.303.948-.395 1.473-.366.174.01.347.04.52.07.093.017.186.034.28.047.107.015.123.075.104.167l-.076.396c-.096.492-.191.983-.27 1.476a8.889 8.889 0 0 0-.082.858l-.01.15c-.006.1-.031.142-.135.138a9.07 9.07 0 0 0-.586 0c-.1.004-.135-.034-.125-.132.009-.108.014-.22.02-.335l.008-.142Zm.22-1.951c-.305-.085-.56-.025-.774.155a1.505 1.505 0 0 0-.551 1.31c.01.16.072.316.242.385.17.07.325.019.457-.095a1.16 1.16 0 0 0 .21-.236c.223-.34.283-.724.345-1.113.021-.135.043-.271.071-.406Zm4.46 1.768c.174.556.649.865 1.483.865.573-.016 1.143-.341 1.498-1.01.19-.36.258-.745.233-1.15-.022-.388-.176-.716-.49-.95-.331-.246-.709-.297-1.112-.252-1.347.151-1.898 1.581-1.611 2.497Zm.897-.464v-.048c.01-.363.098-.7.315-1a.66.66 0 0 1 .384-.272c.334-.076.608.117.64.48a1.67 1.67 0 0 1-.35 1.212.597.597 0 0 1-.415.24c-.312.029-.548-.183-.573-.514a1.127 1.127 0 0 1-.001-.098Zm3.066-1.967h.8c-.013.17-.025.335-.04.502a8.72 8.72 0 0 0 .084-.08 4.15 4.15 0 0 1 .173-.16c.312-.272.668-.392 1.08-.325.34.057.576.306.614.656.04.365-.027.719-.095 1.072l-.015.078-.082.428v.002c-.06.314-.12.628-.183.94-.01.04-.057.1-.088.104-.27.006-.542.003-.812 0-.01 0-.018-.005-.032-.012a.549.549 0 0 0-.018-.01 59.911 59.911 0 0 0 .352-2.011.682.682 0 0 0-.003-.212c-.025-.243-.205-.353-.438-.28-.226.072-.362.249-.472.444-.163.288-.22.607-.277.926l-.042.236c-.048.27-.096.54-.15.812-.01.04-.056.104-.088.107-.22.008-.443.007-.68.007h-.186c.208-1.087.403-2.15.598-3.224Zm4.54 2.56c-.334-.04-.558-.274-.536-.603a13 13 0 0 1 .208.002c.137.003.272.005.406-.002.324-.019.642-.072.938-.22.378-.19.554-.503.526-.91-.029-.414-.252-.713-.652-.833-.598-.18-1.149-.054-1.618.347-.57.486-.783 1.13-.702 1.866.057.52.34.893.857 1.026.554.142 1.098.066 1.624-.149.038-.015.082-.075.078-.113-.007-.154-.023-.308-.038-.462l-.012-.116h-.024c-.008-.002-.013-.002-.017 0-.034.013-.07.025-.1.038a1.942 1.942 0 0 1-.939.13Zm.487-1.398c-.192.1-.689.16-.931.11.05-.42.494-.748.868-.656.126.031.218.097.24.233.022.133-.044.243-.177.313Zm2.122.808c-.028.31.192.546.529.59a1.956 1.956 0 0 0 .995-.148l.081-.032.02.197c.014.134.027.264.034.394.003.038-.041.098-.076.114-.535.22-1.086.296-1.65.142-.506-.14-.77-.509-.833-1.014-.079-.647.088-1.231.538-1.711.485-.515 1.08-.698 1.766-.508.418.116.642.42.667.846.025.417-.164.729-.557.912-.397.183-.818.212-1.247.221-.085-.003-.173-.003-.267-.003Zm.26-.682a5.29 5.29 0 0 0 .407-.031c.126-.016.252-.054.365-.108.123-.054.183-.167.164-.306-.019-.133-.107-.196-.23-.227-.371-.101-.834.24-.875.681l.17-.009Zm1.984 1.272c-.04.215-.079.427-.12.66h.187c.242.001.473.002.704-.006.022 0 .057-.06.063-.098.032-.158.062-.316.092-.474.055-.292.11-.584.179-.87.154-.639.415-.86 1.036-.942.025-.003.066-.031.072-.053.04-.182.075-.365.112-.554L30 11.11c-.598-.063-.932.284-1.221.71l.004-.061.046-.583h-.193c-.186 0-.365-.001-.543.004-.026.003-.073.06-.076.094-.067.812-.226 1.605-.385 2.399l-.015.073Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{fill:"#FC461E","fill-rule":"evenodd",d:"m19.283 7.377-.095-.024c-.098 0-.195 0-.3.003l-.106.023-.133.028a5.178 5.178 0 0 0-1.372.48 10.528 10.528 0 0 0-2.56 1.837c-.506.486-.997.995-1.472 1.515a14.054 14.054 0 0 0-2.119 3.028c-.292.572-.557 1.156-.676 1.79-.022.117.015.253.053.37.016.047.104.082.164.1.016.007.063-.072.085-.116l.024-.053c.136-.299.321-.704.482-.972.34-.568.608-1.008.989-1.548.61-.868 1.324-1.72 2.073-2.472.708-.71 1.418-1.345 2.309-1.825.409-.218.827-.433 1.255-.61a9.703 9.703 0 0 1 2.305-.63c.085-.014.198-.08.226-.15.025-.062-.034-.182-.094-.242-.243-.25-.526-.44-.878-.496a1.533 1.533 0 0 1-.16-.036Zm-7.206 4.308c.151-.41.227-.837.236-1.279l-.011-.142a4.877 4.877 0 0 0-.027-.284c-.085-.733-.4-1.355-.9-1.888a.6.6 0 0 0-.223-.136c-.082-.032-.136.016-.13.11l.001.006c.006.08.013.164.028.244l.066.379c.078.449.156.9.242 1.348.085.451.18.9.28 1.345.035.142.092.284.161.417.053.1.13.091.198 0a.416.416 0 0 0 .079-.12Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function g3(l,t){return e.openBlock(),e.createElementBlock("svg",td,ld)}const od=Object.freeze(Object.defineProperty({__proto__:null,default:{render:g3},render:g3},Symbol.toStringTag,{value:"Module"})),cd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},ad=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#28356A" fill-rule="evenodd" d="M14.614 18.448 14.835 17l-.492-.012h-2.348l1.632-10.693a.143.143 0 0 1 .046-.084.13.13 0 0 1 .087-.033h3.959c1.314 0 2.221.282 2.694.84.223.262.364.536.432.837.072.316.073.693.003 1.153l-.005.034v.295l.222.13c.187.102.336.22.45.354.19.224.313.508.364.845.054.347.036.76-.052 1.227a4.383 4.383 0 0 1-.486 1.389 2.821 2.821 0 0 1-.77.872 3.06 3.06 0 0 1-1.037.484 5.018 5.018 0 0 1-1.297.155h-.308a.916.916 0 0 0-.602.229.972.972 0 0 0-.314.579l-.024.13-.39 2.555-.017.093c-.005.03-.013.045-.025.055a.063.063 0 0 1-.04.015h-1.903Z" clip-rule="evenodd"></path><path fill="#298FC2" fill-rule="evenodd" d="M21.276 9.075a7.29 7.29 0 0 1-.04.24c-.523 2.77-2.31 3.727-4.59 3.727h-1.162a.57.57 0 0 0-.557.494l-.764 5.003a.304.304 0 0 0 .294.355h2.06a.501.501 0 0 0 .49-.431l.02-.109.388-2.544.025-.14a.5.5 0 0 1 .49-.432h.307c1.996 0 3.559-.838 4.016-3.261.19-1.013.091-1.859-.413-2.453a1.977 1.977 0 0 0-.564-.45Z" clip-rule="evenodd"></path><path fill="#22284F" fill-rule="evenodd" d="M20.73 8.85a3.991 3.991 0 0 0-.509-.117 6.25 6.25 0 0 0-1.023-.077h-3.103a.48.48 0 0 0-.214.05.51.51 0 0 0-.276.383l-.66 4.321-.019.126a.57.57 0 0 1 .558-.494h1.161c2.282 0 4.068-.957 4.59-3.727.016-.082.029-.162.04-.24a2.729 2.729 0 0 0-.546-.225Z" clip-rule="evenodd"></path><path fill="#28356A" fill-rule="evenodd" d="M15.605 9.089a.508.508 0 0 1 .276-.382.48.48 0 0 1 .214-.05h3.103c.367 0 .71.024 1.024.077a4.544 4.544 0 0 1 .508.116l.117.037c.154.053.297.116.429.188.155-1.024-.001-1.721-.537-2.353-.59-.695-1.656-.992-3.02-.992H13.76a.572.572 0 0 0-.56.494l-1.648 10.804a.348.348 0 0 0 .335.406h2.445l1.273-8.345Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',6)];function m3(l,t){return e.openBlock(),e.createElementBlock("svg",cd,ad)}const nd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:m3},render:m3},Symbol.toStringTag,{value:"Module"})),hd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},rd=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#7887E6" d="M29.256 10.474a.745.745 0 1 0 0-1.489.745.745 0 0 0 0 1.49Z"></path><path fill="#FF5073" d="M29.256 12.805a.745.745 0 1 0 0-1.489.745.745 0 0 0 0 1.49Z"></path><path fill="#2D2341" fill-rule="evenodd" d="M5.896 10.916h-.723v1.804H4V7.783h1.896c1.13 0 1.667.658 1.667 1.531 0 1.008-.716 1.602-1.667 1.602ZM5.72 8.642h-.547v1.415h.594c.41 0 .68-.271.656-.76a.7.7 0 0 0-.703-.655Zm5.08 4.077H9.653v-.162a1.586 1.586 0 0 1-.803.248c-.698 0-1.228-.526-1.228-1.152 0-.642.454-1.336 2.031-1.223v-.244c0-.279-.236-.372-.5-.372-.372 0-.809.165-1.016.258l-.315-.651a3.068 3.068 0 0 1 1.61-.436c.844 0 1.366.372 1.366 1.195v2.54Zm-2.033-1.087c0 .264.193.43.48.43a.783.783 0 0 0 .45-.144v-.765c-.694-.115-.93.178-.93.479Zm13.42-2.561v-.15c0-.866.486-1.431 1.41-1.431.207 0 .386.029.543.072v.815a1.28 1.28 0 0 0-.336-.05c-.35 0-.48.229-.48.55v.194h.787v.78h-.787v2.868h-1.137V9.851h-.608v-.78h.608Zm-3.912.35a3.068 3.068 0 0 1 1.61-.436c.844 0 1.366.372 1.365 1.195v2.54h-1.145v-.162a1.587 1.587 0 0 1-.802.247c-.698 0-1.228-.526-1.228-1.152 0-.641.453-1.335 2.031-1.223v-.243c0-.28-.236-.372-.5-.372-.373 0-.809.164-1.016.257l-.315-.65Zm1.38 2.64a.786.786 0 0 0 .451-.143v-.765c-.694-.115-.93.178-.93.479 0 .264.193.43.48.43Zm-4.786-2.99-1.849 4.672h-1.089l.482-1.195L10.87 9.07h1.171l.904 2.18.787-2.18h1.137Zm12.898 1.768v.286h-2.372c.018.188.066.34.138.462v.001a.88.88 0 0 0 .061.086l.005.006.011.013a.66.66 0 0 0 .045.048l.001.001c.038.037.081.07.128.098h.002v.001a.8.8 0 0 0 .067.036l.007.003.006.004a.523.523 0 0 0 .084.032l.03.01.058.015.01.002.01.002.058.01.016.003.074.007h.018c.026.002.052.004.08.004.31 0 .657-.088 1-.282l.318.71c-.504.349-1.16.409-1.49.409-1.188 0-1.932-.738-1.932-1.89 0-1.122.787-1.93 1.803-1.93s1.764.783 1.764 1.853Zm-1.156-.316c-.043-.486-.293-.737-.608-.737s-.565.25-.608.737h1.216ZM16.09 11.975c.336 0 .536-.1.536-.3 0-.214-.273-.307-.601-.42-.495-.169-1.116-.38-1.115-1.112 0-.772.686-1.159 1.538-1.159.465 0 .923.143 1.223.293l-.322.752c-.229-.1-.544-.208-.844-.208-.286 0-.458.107-.458.28 0 .188.255.274.567.378.49.164 1.121.375 1.121 1.11 0 .787-.715 1.216-1.545 1.216-.465 0-.966-.107-1.395-.336l.365-.737c.257.129.586.243.93.243Zm4.1 3.188v-.48h-.207v-.135h.57l.022.135h-.195v.48h-.19Zm1.041 0-.023-.445-.016.06c-.034.128-.068.256-.104.385h-.168l-.12-.445-.023.445h-.17c.018-.204.035-.41.05-.615h.24l.109.437.001-.005.105-.432h.24l.049.615h-.17ZM4.005 14.73v2.746h.653v-1.003h.401c.53 0 .928-.33.928-.891 0-.486-.299-.852-.928-.852H4.005Zm1.35.875c0 .25-.148.39-.367.39h-.33v-.787h.33c.235 0 .366.163.366.397Zm1.877 1.668.036.203h.581v-1.412c0-.458-.29-.665-.76-.665a1.7 1.7 0 0 0-.895.243l.175.362c.115-.052.358-.144.565-.144.147 0 .278.052.278.207v.136c-.847-.016-1.13.274-1.13.712 0 .406.319.608.633.608.255 0 .406-.127.517-.25Zm-.162-.68c.033 0 .061.002.09.006h.001l.052.005v.425a.438.438 0 0 1-.25.08c-.16 0-.267-.091-.267-.239 0-.166.119-.278.374-.278Zm1.396 1.746.335-.863H8.61l-.221-.698c-.14-.444-.28-.888-.424-1.332h.645l.382 1.504.43-1.504h.632c-.183.53-.364 1.06-.545 1.59-.148.436-.297.87-.446 1.303h-.597Zm2.738-3.609v2.746h1.699V17h-1.047v-2.27h-.652Zm3.064 2.746-.036-.203c-.112.123-.262.25-.517.25-.314 0-.633-.202-.633-.608 0-.438.283-.728 1.13-.712v-.136c0-.155-.131-.207-.278-.207-.207 0-.45.092-.565.144l-.175-.362c.19-.12.5-.243.895-.243.47 0 .76.207.76.665v1.412h-.58Zm-.107-.877a.768.768 0 0 0-.091-.007c-.255 0-.375.112-.375.278 0 .148.108.24.267.24.1 0 .19-.037.25-.08v-.426l-.051-.005Zm1.213.323c0 .53.378.553.57.553v.002h.453v-.427h-.175c-.14 0-.215-.063-.215-.27v-.9h.39v-.433h-.39v-.605l-.633.218v.386h-.31v.434h.31v1.042Zm3.044.402c-.127.096-.458.2-.784.2-.66 0-1.074-.41-1.074-1.051 0-.625.438-1.075 1.003-1.075.433 0 .863.235.863.951v.239h-1.201c.031.334.234.47.505.47.203 0 .434-.084.51-.131l.178.397Zm-.576-1.07c0-.275-.12-.41-.287-.41-.175 0-.306.14-.33.41h.616Zm.843-.808v2.03h.636V16.16a.672.672 0 0 1 .458-.179c.04 0 .123 0 .16.008v-.593a.742.742 0 0 0-.65.418v-.37h-.604Z" clip-rule="evenodd"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',5)];function $3(l,t){return e.openBlock(),e.createElementBlock("svg",hd,rd)}const sd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:$3},render:$3},Symbol.toStringTag,{value:"Module"})),id={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},dd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#F28A1A","fill-rule":"evenodd",d:"M9.714 11.567c0 3.872 3.068 7.03 6.866 7.03.466 0 .932-.042 1.468-.09.597-.054 1.28-.116 2.147-.136 1.315 0 2.739.49 4.31 1.918.145.15.364-.038.218-.226-1.57-1.992-2.994-2.368-4.418-2.706-1.753-.414-2.666-1.391-3.287-2.52-.11-.225-.183-.187-.183.114-.036.45 0 .864.073 1.278h-.219c-2.483 0-4.528-2.105-4.528-4.662 0-2.556 2.045-4.661 4.528-4.661 2.484 0 4.529 2.105 4.529 4.661 0 .15 0 .339-.037.527-.365-.076-.986-.076-1.46-.038-.183 0-.183.075-.037.113 1.46.3 2.483 1.24 2.739 2.97 0 .075.036.075.073.037a7.46 7.46 0 0 0 .95-3.609c0-3.91-3.068-7.067-6.866-7.067-3.798 0-6.866 3.195-6.866 7.067Zm11.832 2.895c.256.113.365.489.365.677.037.3-.036.45-.146.45-.11 0-.255-.112-.401-.375-.146-.263-.22-.527-.146-.677.11-.075.219-.113.328-.075Zm-1.497 1.165c.146 0 .329.075.511.226.292.263.402.564.256.79-.073.112-.256.187-.402.187a.683.683 0 0 1-.475-.188c-.292-.263-.365-.639-.182-.864.036-.075.146-.15.292-.15Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function v3(l,t){return e.openBlock(),e.createElementBlock("svg",id,dd)}const pd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:v3},render:v3},Symbol.toStringTag,{value:"Module"})),_d={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},fd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#10298E","fill-rule":"evenodd",d:"M19.342 11.488h1.113c.353-.013.568-.041.645-.085.105-.06.176-.18.211-.36.023-.119.034-.297.034-.533 0-.29-.022-.504-.067-.644-.064-.196-.218-.315-.462-.359a3.505 3.505 0 0 0-.346-.01h-1.128v1.991Zm-1.786 3.353V8h3.327c.456 0 .804.038 1.044.115.547.177.914.539 1.102 1.086.097.287.145.72.145 1.296 0 .694-.053 1.193-.16 1.497-.213.6-.652.946-1.316 1.036-.078.013-.41.025-.995.035l-.297.01h-1.064v1.766h-1.786ZM8.59 10.182h1.661c.01-.15.016-.264.016-.34 0-.921-.361-1.482-1.084-1.683-.296-.081-.793-.123-1.49-.123-.443 0-.846.017-1.209.05-.436.036-.794.157-1.074.363-.191.134-.33.33-.416.59-.086.258-.129.602-.129 1.031 0 .563.08.985.239 1.263.18.327.543.543 1.087.648.206.036.575.074 1.106.113.661.046 1.032.082 1.111.108.213.066.32.25.32.55 0 .135-.013.245-.038.33a.493.493 0 0 1-.301.3c-.086.032-.285.049-.596.049h-.611a.951.951 0 0 1-.415-.093c-.166-.086-.248-.277-.248-.574v-.142H4.856c0 .557.04.954.12 1.193.143.43.44.714.888.854.366.115 1.015.172 1.945.172.557 0 .972-.026 1.243-.079.646-.124 1.062-.42 1.247-.89.102-.255.153-.658.153-1.209 0-.239-.011-.454-.034-.644a1.252 1.252 0 0 0-.359-.772c-.255-.252-.667-.408-1.235-.467-.179-.02-.627-.054-1.345-.103l-.335-.025a.76.76 0 0 1-.354-.098c-.125-.079-.187-.243-.187-.492 0-.275.07-.454.21-.536.14-.082.428-.123.862-.123.447 0 .72.071.818.214.064.096.096.284.096.565Zm-3.727 6.016.25-.026c.014.087.045.15.09.191a.27.27 0 0 0 .186.06c.083 0 .145-.017.187-.053a.163.163 0 0 0 .062-.127.122.122 0 0 0-.026-.079.21.21 0 0 0-.092-.057c-.03-.01-.098-.03-.204-.056a.682.682 0 0 1-.288-.13.344.344 0 0 1-.117-.262.342.342 0 0 1 .213-.318.62.62 0 0 1 .25-.045c.159 0 .279.036.359.108.08.072.123.168.127.288l-.257.01c-.01-.066-.034-.115-.07-.144-.036-.03-.09-.045-.163-.045a.285.285 0 0 0-.174.048.096.096 0 0 0-.04.08c0 .032.012.058.037.08.033.028.11.057.235.087a1.2 1.2 0 0 1 .276.095.36.36 0 0 1 .14.133c.034.056.05.126.05.208a.4.4 0 0 1-.06.212.366.366 0 0 1-.171.146.697.697 0 0 1-.276.047c-.16 0-.284-.038-.37-.115a.509.509 0 0 1-.154-.336Zm1.298-.519h.244v.947H6.16v-.947Zm0-.36h.244v.23H6.16v-.23Zm1.138 1.307h.244v-.59a.81.81 0 0 0-.013-.168.247.247 0 0 0-.148-.182.363.363 0 0 0-.45.132v-.139h-.226v.947h.244v-.43c0-.106.006-.178.018-.218a.19.19 0 0 1 .181-.13.14.14 0 0 1 .084.025.14.14 0 0 1 .05.07c.011.03.016.097.016.199v.484Zm.738-.494c0 .101.018.175.056.222a.17.17 0 0 0 .139.07.188.188 0 0 0 .149-.072c.04-.048.06-.12.06-.213 0-.099-.019-.172-.058-.22a.183.183 0 0 0-.147-.071.175.175 0 0 0-.143.07c-.038.047-.056.118-.056.214Zm-.219.556.277.032c.004.035.015.059.032.072.023.02.06.029.11.029a.27.27 0 0 0 .142-.03.121.121 0 0 0 .049-.063.394.394 0 0 0 .011-.115l.001-.138a.336.336 0 0 1-.567-.01.562.562 0 0 1-.085-.319c0-.159.037-.28.11-.364a.354.354 0 0 1 .278-.126c.113 0 .207.052.28.155v-.132h.227v.851a.87.87 0 0 1-.027.251.311.311 0 0 1-.075.13.33.33 0 0 1-.13.075.661.661 0 0 1-.204.027c-.156 0-.267-.028-.332-.083a.264.264 0 0 1-.098-.211l.001-.03Zm1.401-1.37h-.244v1.308h.244V15.32Zm.85.756c-.002-.074-.02-.13-.055-.168a.165.165 0 0 0-.127-.058.167.167 0 0 0-.132.06.24.24 0 0 0-.052.166h.366Zm-.013.254.242.041a.408.408 0 0 1-.148.209.426.426 0 0 1-.253.072c-.16 0-.279-.054-.356-.162a.556.556 0 0 1-.09-.328c0-.157.039-.28.119-.37.08-.09.18-.134.302-.134.137 0 .245.047.325.14.079.094.117.238.113.43H9.7a.258.258 0 0 0 .058.175.184.184 0 0 0 .142.062c.038 0 .07-.01.097-.032a.197.197 0 0 0 .06-.103Zm1.053-1.01v1.308h.963v-.22h-.707v-.356H12v-.22h-.634v-.29h.682v-.221h-.939Zm1.835 1.308v-.142a.367.367 0 0 1-.472.123.246.246 0 0 1-.106-.117.542.542 0 0 1-.033-.21v-.6h.244v.435c0 .133.004.215.013.245.01.03.025.054.049.071a.147.147 0 0 0 .09.026.186.186 0 0 0 .112-.035.178.178 0 0 0 .067-.087c.012-.035.018-.12.018-.256v-.4h.244v.947h-.226Zm.518 0h.244v-.293c0-.16.007-.267.02-.317.014-.05.033-.086.057-.105a.133.133 0 0 1 .087-.03c.035 0 .073.014.114.042l.075-.22a.302.302 0 0 0-.16-.047c-.04 0-.075.01-.106.031a.417.417 0 0 0-.104.127v-.135h-.226v.947Zm.944-.473c0 .094.022.166.065.216.043.05.097.076.16.076a.203.203 0 0 0 .16-.076c.044-.05.065-.122.065-.218a.32.32 0 0 0-.064-.215.203.203 0 0 0-.16-.075.204.204 0 0 0-.161.075.325.325 0 0 0-.065.217Zm-.249-.014c0-.083.02-.164.06-.242a.417.417 0 0 1 .169-.18.488.488 0 0 1 .244-.06.45.45 0 0 1 .342.14.493.493 0 0 1 .133.353.5.5 0 0 1-.134.358.447.447 0 0 1-.339.142.52.52 0 0 1-.241-.06.398.398 0 0 1-.174-.173.594.594 0 0 1-.06-.278Zm2-.226v-.374h.122c.093 0 .154.003.184.01a.175.175 0 0 1 .103.058c.027.03.04.07.04.118 0 .04-.01.073-.029.103a.168.168 0 0 1-.08.064.636.636 0 0 1-.201.02h-.14Zm-.257-.594v1.307h.256v-.493h.167c.116 0 .204-.006.265-.018a.364.364 0 0 0 .24-.191.438.438 0 0 0 .043-.203.415.415 0 0 0-.074-.254.332.332 0 0 0-.182-.128 1.443 1.443 0 0 0-.305-.02h-.41Zm1.737.853a1.36 1.36 0 0 1-.148.039.435.435 0 0 0-.131.044.106.106 0 0 0-.048.088.13.13 0 0 0 .135.13.205.205 0 0 0 .125-.045.157.157 0 0 0 .058-.083.517.517 0 0 0 .009-.123v-.05Zm-.327-.205-.219-.041a.356.356 0 0 1 .128-.204.457.457 0 0 1 .27-.066c.109 0 .19.013.242.04.053.026.091.06.112.1a.536.536 0 0 1 .033.226l-.003.293c0 .083.004.144.012.184a.52.52 0 0 0 .044.127h-.242a.829.829 0 0 1-.032-.102.44.44 0 0 1-.133.094.37.37 0 0 1-.15.032.307.307 0 0 1-.224-.08.269.269 0 0 1-.082-.201c0-.054.012-.101.037-.143a.247.247 0 0 1 .104-.097.803.803 0 0 1 .194-.059c.114-.021.192-.042.236-.061v-.026c0-.048-.012-.083-.035-.104-.023-.02-.067-.031-.131-.031a.171.171 0 0 0-.102.026.184.184 0 0 0-.059.093Zm1-.288h-.259l.35.95a.367.367 0 0 1-.062.132c-.028.035-.07.052-.127.052a.523.523 0 0 1-.103-.012l.023.196a.622.622 0 0 0 .262 0 .288.288 0 0 0 .093-.042.271.271 0 0 0 .066-.071c.02-.03.04-.072.061-.127l.383-1.078h-.252l-.215.673-.22-.673Zm.877 0h.224v.13a.357.357 0 0 1 .287-.153c.06 0 .11.013.154.038a.284.284 0 0 1 .106.113.431.431 0 0 1 .131-.113.313.313 0 0 1 .15-.038c.067 0 .125.014.171.043.047.028.082.07.105.124a.55.55 0 0 1 .025.197v.606h-.244v-.542c0-.094-.008-.155-.025-.182a.114.114 0 0 0-.103-.054.162.162 0 0 0-.096.032.178.178 0 0 0-.065.095.696.696 0 0 0-.02.196v.455h-.244v-.52a.744.744 0 0 0-.013-.179.113.113 0 0 0-.04-.06.125.125 0 0 0-.074-.019.173.173 0 0 0-.101.031.172.172 0 0 0-.064.09.695.695 0 0 0-.02.196v.461h-.244v-.947Zm2.139.227c.035.038.053.094.055.168h-.366a.24.24 0 0 1 .052-.165.167.167 0 0 1 .132-.061c.05 0 .092.02.127.058Zm.284.463-.242-.041a.196.196 0 0 1-.06.103.148.148 0 0 1-.096.032.184.184 0 0 1-.142-.062.259.259 0 0 1-.059-.174h.611c.004-.194-.034-.337-.113-.43a.402.402 0 0 0-.325-.14.388.388 0 0 0-.302.133.536.536 0 0 0-.12.37c0 .132.03.241.091.328.077.108.196.162.356.162a.427.427 0 0 0 .253-.072.409.409 0 0 0 .148-.209Zm1.098.257h-.244v-.484a.783.783 0 0 0-.015-.199.14.14 0 0 0-.05-.07.14.14 0 0 0-.085-.025.19.19 0 0 0-.181.13.849.849 0 0 0-.019.218v.43h-.244v-.947h.227v.14a.363.363 0 0 1 .45-.133c.044.02.077.046.1.076a.283.283 0 0 1 .048.106c.009.04.013.095.013.169v.59Zm.72-.747v-.2h-.166v-.337l-.244.148v.19h-.11v.2h.11v.413c0 .089.002.148.008.177a.236.236 0 0 0 .034.098.173.173 0 0 0 .077.059.293.293 0 0 0 .117.023.466.466 0 0 0 .191-.038l-.02-.194a.298.298 0 0 1-.097.024.066.066 0 0 1-.04-.012.055.055 0 0 1-.021-.032.984.984 0 0 1-.005-.136v-.383h.166Zm.137.48.244-.039c.01.049.031.085.063.11a.209.209 0 0 0 .133.038c.063 0 .11-.012.142-.036a.081.081 0 0 0 .032-.067.067.067 0 0 0-.018-.048.191.191 0 0 0-.082-.033c-.197-.045-.322-.086-.374-.123a.246.246 0 0 1-.11-.213c0-.083.032-.152.095-.208.063-.056.161-.084.294-.084.126 0 .22.021.281.063a.322.322 0 0 1 .128.186l-.23.044a.146.146 0 0 0-.056-.085.204.204 0 0 0-.118-.029.272.272 0 0 0-.14.028.06.06 0 0 0-.027.051c0 .018.008.033.024.046a.9.9 0 0 0 .228.07c.13.031.22.069.272.113a.236.236 0 0 1 .077.187.292.292 0 0 1-.106.225c-.07.063-.174.095-.312.095a.502.502 0 0 1-.297-.079.36.36 0 0 1-.143-.212Zm2.165-.734.178.485h-.349l.171-.485Zm.372 1.001h.276l-.512-1.307h-.27l-.49 1.307h.27l.105-.296h.511l.11.296Zm.695 0h-.244v-.947h.226v.135a.415.415 0 0 1 .105-.127.184.184 0 0 1 .105-.03.3.3 0 0 1 .16.047l-.074.219a.21.21 0 0 0-.115-.041.133.133 0 0 0-.087.029c-.024.02-.042.054-.056.105a1.52 1.52 0 0 0-.02.317v.293Zm1.002-.72c.035.038.053.094.055.168h-.366a.24.24 0 0 1 .052-.165.167.167 0 0 1 .132-.061c.05 0 .092.02.127.058Zm.283.463-.241-.041a.198.198 0 0 1-.06.103.148.148 0 0 1-.096.032.184.184 0 0 1-.142-.062.259.259 0 0 1-.06-.174h.612c.003-.194-.034-.337-.114-.43a.403.403 0 0 0-.324-.14.388.388 0 0 0-.302.133.535.535 0 0 0-.12.37c0 .132.03.241.09.328.078.108.196.162.357.162a.426.426 0 0 0 .253-.072.408.408 0 0 0 .147-.209Zm.77-.197a1.502 1.502 0 0 1-.148.039.436.436 0 0 0-.132.044.106.106 0 0 0-.048.088.13.13 0 0 0 .135.13.205.205 0 0 0 .125-.045.157.157 0 0 0 .058-.083.517.517 0 0 0 .01-.123v-.05Zm-.328-.205-.219-.041a.356.356 0 0 1 .128-.204.457.457 0 0 1 .27-.066.56.56 0 0 1 .243.04c.053.026.09.06.112.1a.557.557 0 0 1 .032.226l-.002.293c0 .083.003.144.011.184.008.04.023.082.044.127H28.9a.904.904 0 0 1-.031-.102.44.44 0 0 1-.134.094.37.37 0 0 1-.15.032.307.307 0 0 1-.224-.08.27.27 0 0 1-.082-.201c0-.054.013-.101.037-.143a.247.247 0 0 1 .105-.097.806.806 0 0 1 .193-.059c.114-.021.192-.042.236-.061v-.026c0-.048-.011-.083-.035-.104-.023-.02-.066-.031-.13-.031a.171.171 0 0 0-.103.026.184.184 0 0 0-.059.093Zm-2.73-6.606.837 2.965h-1.648l.812-2.965ZM24.6 13.659h2.387l.34 1.182h1.81L27.116 8h-2.693l-1.994 6.841h1.848l.32-1.182Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{fill:"#FFBE00","fill-rule":"evenodd",d:"M15.092 8.963c.736 0 1.393.35 1.825.897l.385-.85a3.32 3.32 0 0 0-2.325-.95c-1.407 0-2.61.877-3.104 2.117h-.75l-.444.98h.966a3.463 3.463 0 0 0 .004.608h-.485l-.443.98h1.175a3.346 3.346 0 0 0 3.081 2.058c.698 0 1.346-.216 1.882-.585v-1.2a2.317 2.317 0 0 1-1.767.827 2.335 2.335 0 0 1-1.97-1.1h2.462l.443-.98H12.76a2.558 2.558 0 0 1-.014-.608H16.3l.443-.98h-3.69a2.341 2.341 0 0 1 2.038-1.214Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function w3(l,t){return e.openBlock(),e.createElementBlock("svg",_d,fd)}const gd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:w3},render:w3},Symbol.toStringTag,{value:"Module"})),md={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},$d=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#5A31F4",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#fff",d:"M19.27 10.974c0 1.496-1.049 2.564-2.515 2.564h-1.38a.117.117 0 0 0-.108.072.117.117 0 0 0-.008.044v1.966a.116.116 0 0 1-.116.117h-.966a.117.117 0 0 1-.117-.116V8.525a.115.115 0 0 1 .116-.116h2.586c1.46-.002 2.508 1.066 2.508 2.565Zm-1.205 0c0-.86-.587-1.489-1.382-1.489h-1.309a.116.116 0 0 0-.115.116v2.738a.116.116 0 0 0 .115.116h1.309c.795.006 1.382-.623 1.382-1.481Zm1.491 3.402a1.378 1.378 0 0 1 .577-1.182c.377-.284.966-.43 1.832-.461l.92-.033v-.272c0-.545-.364-.775-.95-.775-.587 0-.96.208-1.045.548a.112.112 0 0 1-.111.08h-.91a.115.115 0 0 1-.089-.038.114.114 0 0 1-.027-.093c.135-.806.805-1.418 2.223-1.418 1.508 0 2.052.702 2.052 2.042v2.847a.118.118 0 0 1-.118.116h-.917a.118.118 0 0 1-.082-.034.117.117 0 0 1-.034-.082v-.213a.086.086 0 0 0-.054-.082.088.088 0 0 0-.097.02c-.275.3-.72.517-1.431.517-1.047 0-1.739-.545-1.739-1.487Zm3.33-.617v-.221l-1.194.063c-.628.032-.994.293-.994.733 0 .398.335.618.921.618.797 0 1.267-.43 1.267-1.193Zm2.063 4.128v-.824a.119.119 0 0 1 .09-.113.117.117 0 0 1 .05-.002c.141.026.285.04.428.04a1.101 1.101 0 0 0 1.11-.786l.059-.19a.123.123 0 0 0 0-.079l-1.912-4.91a.118.118 0 0 1 .109-.16h.927a.118.118 0 0 1 .109.075l1.298 3.463a.118.118 0 0 0 .223 0l1.127-3.453a.118.118 0 0 1 .113-.081h.959a.118.118 0 0 1 .117.105.12.12 0 0 1-.007.056l-2.044 5.453c-.471 1.268-1.279 1.592-2.167 1.592a1.727 1.727 0 0 1-.5-.06.12.12 0 0 1-.089-.126ZM7.851 8a4.761 4.761 0 0 0-3.284 1.281.208.208 0 0 0-.025.278l.55.753a.21.21 0 0 0 .323.025 3.407 3.407 0 0 1 2.44-.997c1.89 0 2.877 1.422 2.877 2.827 0 1.527-1.037 2.601-2.527 2.623-1.152 0-2.02-.764-2.02-1.772a1.722 1.722 0 0 1 .636-1.329.208.208 0 0 0 .03-.29l-.58-.731a.212.212 0 0 0-.301-.031 3.06 3.06 0 0 0-1.14 2.38c0 1.737 1.475 3.099 3.365 3.11h.025c2.244-.03 3.866-1.691 3.866-3.963C12.086 10.147 10.601 8 7.851 8Z"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function Z3(l,t){return e.openBlock(),e.createElementBlock("svg",md,$d)}const vd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Z3},render:Z3},Symbol.toStringTag,{value:"Module"})),wd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Zd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#862165","fill-rule":"evenodd",d:"M21.462 9c0-.552.438-1 .976-1 .54 0 .977.448.977 1 0 .553-.437 1-.977 1a.988.988 0 0 1-.976-1Zm2.807-.182 1.98-.363v7.786h-1.98V8.818Zm2.892 0v7.423h1.982V8.455l-1.982.363Zm-5.713 1.728v5.695h1.982v-5.695h-1.982Zm-3.877 2.492c0-1.673.93-2.515 2.76-2.575 0 0 .33-.013.526.03v1.664c-1.16.04-1.289.47-1.289 1.471v2.613h-1.997v-3.204Zm-2.615-2.498-.01.027a7.096 7.096 0 0 1-1.118 1.956V8.455l-2.044.414v7.372h2.044v-2.279c.592.91.885 2.28.885 2.28h2.448c-.242-1.032-1.301-2.933-1.301-2.933a9.276 9.276 0 0 0 1.435-2.77h-2.339Zm-7.431.222c0 .535.58.573.83.59 1.836.126 2.93 1.046 2.93 2.463 0 1.25-.978 2.51-3.16 2.51-1.013 0-1.877-.102-2.643-.309v-1.819a6.083 6.083 0 0 0 2.223.442c.792 0 1.263-.268 1.263-.725 0-.55-.571-.586-.79-.6h-.003c-2.557-.178-2.832-1.727-2.832-2.385 0-1.142.791-2.474 3.024-2.474 1.296 0 1.994.207 2.596.423l.03.009v1.767l-.023-.007c-.241-.104-.525-.207-.525-.207-.51-.156-1.222-.323-1.773-.323-.313 0-1.147 0-1.147.645Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function u3(l,t){return e.openBlock(),e.createElementBlock("svg",wd,Zd)}const ud=Object.freeze(Object.defineProperty({__proto__:null,default:{render:u3},render:u3},Symbol.toStringTag,{value:"Module"})),Md={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Fd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#F884A1",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#fff","fill-rule":"evenodd",d:"m19.784 9.436.94-4.818a1.067 1.067 0 0 0-.719-1.243c-.581-.15-1.167.2-1.316.79l-.852 3.001-.671-2.955a1.07 1.07 0 0 0-.445-.678 1.017 1.017 0 0 0-.787-.154c-.533.117-.88.757-.747 1.339l.396 3.348c-.344-.353-.746-.462-1.212-.184l-.06.041c-.425.298-.511.906-.238 1.46a.918.918 0 0 0-.614.286l-.04.046c-.393.416-.316 1.118.173 1.621l.397.408c.044 1.882 1.532 3.201 3.286 3.201.02 0 .04-.003.06-.008 2.376-.025 3.42-1.482 3.599-3.692.056-.698-.069-1.176-.331-1.463-.146-.158-.3-.233-.416-.25l-.403-.096Zm-.425-.102.937-4.807a.621.621 0 0 0-.408-.72.647.647 0 0 0-.78.479l-1.086 3.833a.217.217 0 0 1-.27.154.22.22 0 0 1-.158-.205l-.856-3.766a.626.626 0 0 0-.259-.395.59.59 0 0 0-.456-.087c-.283.062-.493.453-.408.802l.004.025.49 4.154.307.473a.915.915 0 0 1 .56-.365 1.52 1.52 0 0 1 .685.018l.01.002 1.688.405Zm-3.136.45-.482-.74a.222.222 0 0 1-.04-.061l-.227-.349c-.279-.42-.55-.565-.873-.374l-.044.033c-.25.18-.283.603-.024 1.01l.953 1.46c.17.258.509.324.76.15l.048-.03a.519.519 0 0 0 .162-.178c-.24-.252-.299-.564-.233-.92Zm.674.728a.221.221 0 0 0-.108-.088c-.182-.18-.19-.406-.104-.7.065-.217.19-.329.388-.375.13-.029.27-.025.408 0l.04.008c.02.004.033.006.04.009l2.545.611.048.017a.41.41 0 0 1 .13.095c.17.187.266.54.218 1.123-.166 2.037-1.087 3.3-3.275 3.28a.214.214 0 0 0-.037.003c-1.326-.036-2.448-.928-2.71-2.246l.327.335a.966.966 0 0 0 1.39-.021l.044-.046c.301-.323.353-.8.157-1.177a1.02 1.02 0 0 0 .085-.053l.049-.034a.991.991 0 0 0 .273-.29c.147.08.324.149.535.207l.61.146c-.453.262-.736.748-.768 1.492a.221.221 0 0 0 .206.237.223.223 0 0 0 .23-.212c.033-.673.287-1.035.695-1.193.218-.083.456-.1.666-.079l.053.008c.278.054.367-.374.089-.44l-1.676-.387a1.895 1.895 0 0 1-.548-.23Zm-3.123-.527a.484.484 0 0 1 .637-.061l.711 1.092a.976.976 0 0 0 .831.444.57.57 0 0 1-.031.745l-.04.046a.531.531 0 0 1-.768.008l-1.211-1.234c-.335-.345-.38-.77-.17-.994l.04-.046Zm-1.616 9.18c0 .694-.525 1.168-1.211 1.168-.481 0-.893-.225-1.147-.582l.472-.486c.141.187.376.39.683.39.286 0 .484-.174.484-.457 0-.3-.234-.374-.601-.482-.675-.204-.95-.566-.95-1.035 0-.59.437-1.098 1.123-1.098.432 0 .832.208 1.01.611l-.57.37c-.109-.183-.258-.303-.46-.303-.238 0-.388.166-.388.378 0 .254.218.333.566.437.545.166.99.444.99 1.089Zm.246-.158c0 .727.59 1.326 1.317 1.326s1.316-.599 1.316-1.326c0-.728-.59-1.326-1.316-1.326-.727 0-1.317.598-1.317 1.326Zm1.317.66c.351 0 .63-.286.63-.66 0-.374-.279-.661-.63-.661-.356 0-.63.287-.63.66 0 .38.278.662.63.662Zm3.017-3.038v.665c-.384-.017-.663.183-.663.623v.27c.154-.166.372-.249.642-.249v.674c-.38.008-.642.258-.642.607v1.047h-.686v-2.39c0-.674.412-1.247 1.248-1.247h.1Zm1.498 3.704a1.325 1.325 0 0 1-1.317-1.326c0-.728.59-1.326 1.317-1.326s1.316.598 1.316 1.326c0 .727-.59 1.326-1.316 1.326Zm.63-1.326c0 .374-.275.66-.63.66-.351 0-.63-.282-.63-.66 0-.374.279-.661.63-.661s.63.287.63.66Zm1.724-.969v-.287h-.666v2.515h.687V19.12c0-.416.238-.648.65-.648v-.757c-.311-.013-.533.095-.67.324Zm1.753.328v.616c0 .44.279.636.663.623v.666h-.102c-.84 0-1.247-.574-1.247-1.248v-2.078h.686v.395c0 .34.27.598.642.607v.669c-.274 0-.488-.083-.642-.25Zm1.482 1.942a.47.47 0 0 0 .46-.474.47.47 0 0 0-.46-.474.467.467 0 0 0-.46.474c0 .262.206.474.46.474Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function M3(l,t){return e.openBlock(),e.createElementBlock("svg",Md,Fd)}const Bd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:M3},render:M3},Symbol.toStringTag,{value:"Module"})),bd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},xd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#6461FC","fill-rule":"evenodd",d:"m18.268 8.142-1.727.381V7.082l1.727-.374v1.434Zm3.592.798c-.674 0-1.108.325-1.349.552l-.09-.439h-1.513v8.24l1.72-.375.007-2c.248.184.612.445 1.218.445 1.232 0 2.353-1.017 2.353-3.257-.006-2.05-1.142-3.166-2.346-3.166Zm-.413 4.869c-.406 0-.647-.148-.812-.332l-.007-2.622c.18-.205.427-.346.82-.346.625 0 1.059.72 1.059 1.646 0 .947-.427 1.654-1.06 1.654Zm8.182-1.632c0-1.81-.854-3.237-2.484-3.237-1.638 0-2.629 1.428-2.629 3.223 0 2.126 1.17 3.2 2.849 3.2.819 0 1.438-.19 1.906-.459v-1.413a3.58 3.58 0 0 1-1.686.389c-.668 0-1.26-.24-1.335-1.075h3.365l.005-.229c.004-.138.009-.302.009-.4Zm-3.4-.672c0-.798.475-1.13.909-1.13.42 0 .867.332.867 1.13h-1.776Zm-9.688-2.444h1.727v6.182h-1.727V9.061Zm-1.961 0 .11.522c.406-.763 1.211-.607 1.431-.522v1.625c-.213-.078-.901-.177-1.307.367v4.19h-1.72V9.061h1.486Zm-3.33-1.534-1.68.368-.006 5.66c0 1.045.764 1.816 1.782 1.816.564 0 .977-.107 1.204-.234v-1.434c-.22.092-1.307.417-1.307-.629v-2.508h1.307V9.06h-1.307l.006-1.533Zm-4.067 2.947c-.365 0-.585.106-.585.381 0 .301.379.434.85.598.766.267 1.774.62 1.779 1.925 0 1.265-.984 1.992-2.416 1.992-.591 0-1.238-.12-1.878-.402v-1.682c.578.325 1.307.565 1.878.565.386 0 .66-.106.66-.43 0-.334-.41-.486-.906-.67-.755-.28-1.708-.634-1.708-1.81 0-1.252.93-2 2.326-2 .571 0 1.135.091 1.706.324v1.661a3.758 3.758 0 0 0-1.706-.452Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function F3(l,t){return e.openBlock(),e.createElementBlock("svg",bd,xd)}const kd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:F3},render:F3},Symbol.toStringTag,{value:"Module"})),Sd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Pd=[e.createStaticVNode('<rect width="33" height="23" x=".5" y=".5" fill="#fff" rx="3.5"></rect><path fill="#E21836" d="M10.518 5h5.358c.748 0 1.214.628 1.04 1.4L14.42 17.427c-.176.77-.925 1.398-1.674 1.398H7.39c-.746 0-1.213-.628-1.038-1.398L8.846 6.401c.175-.773.923-1.4 1.672-1.4Z"></path><path fill="#00447C" d="M15.43 5h6.162c.748 0 .41.628.235 1.4l-2.494 11.026c-.175.77-.12 1.397-.87 1.397H12.3c-.75 0-1.213-.628-1.037-1.398L13.758 6.4c.177-.772.924-1.4 1.672-1.4Z"></path><path fill="#007B84" d="M21.348 5h5.358c.749 0 1.214.628 1.038 1.4L25.25 17.426c-.176.77-.925 1.397-1.674 1.397H18.22c-.75 0-1.214-.628-1.039-1.398L19.676 6.4c.174-.772.922-1.4 1.672-1.4Z"></path><path fill="#FEFEFE" d="M11.917 8.533c-.55.006-.713 0-.765-.012l-.393 1.864c-.08.358-.139.612-.336.777a.588.588 0 0 1-.396.141c-.244 0-.387-.124-.41-.361l-.005-.082.074-.48s.39-1.61.46-1.823a.151.151 0 0 0 .006-.024c-.76.007-.894 0-.903-.012a3.078 3.078 0 0 0-.024.117l-.399 1.813-.034.154-.066.503c0 .15.028.271.085.374.182.327.7.376.992.376.378 0 .732-.083.971-.234.415-.252.524-.647.62-.998l.046-.18s.402-1.671.47-1.889c.003-.012.004-.018.007-.024Zm1.368 1.348c-.097 0-.274.025-.433.105-.058.03-.112.066-.17.1l.052-.193-.028-.032c-.338.07-.413.08-.725.125l-.026.018a9.73 9.73 0 0 1-.202 1.148c-.052.223-.104.45-.158.673l.015.028a7.22 7.22 0 0 1 .694-.013l.022-.025c.035-.186.04-.23.118-.606.037-.178.113-.57.15-.71a.506.506 0 0 1 .204-.066c.155 0 .137.14.13.195a7.172 7.172 0 0 1-.12.66l-.04.17c-.027.125-.056.246-.083.37l.011.025c.315-.018.411-.018.68-.013l.032-.025c.048-.29.062-.368.149-.79l.043-.195c.084-.38.126-.573.063-.73-.068-.176-.23-.219-.378-.219Zm1.528.398c-.167.034-.274.056-.38.07-.105.017-.208.033-.37.056l-.012.012-.012.01c-.017.123-.028.23-.05.357a6.69 6.69 0 0 1-.096.49 1.97 1.97 0 0 1-.077.277c-.02.058-.043.113-.084.274l.01.014.008.014c.15-.008.25-.013.351-.014.102-.004.207 0 .37.001l.014-.012.015-.013c.024-.144.027-.183.042-.254.014-.075.038-.18.099-.46.028-.13.06-.261.09-.395.03-.133.062-.265.093-.396l-.005-.016-.006-.015Zm.004-.536c-.152-.093-.42-.063-.599.064-.179.125-.2.303-.048.396.15.09.418.063.595-.065.18-.128.201-.304.052-.395Zm.919 2.139c.308 0 .623-.088.86-.346.183-.21.266-.523.295-.652.095-.426.021-.625-.071-.746-.14-.185-.388-.245-.645-.245-.155 0-.523.016-.811.29-.207.196-.302.463-.36.72-.058.26-.125.73.295.906a1.2 1.2 0 0 0 .437.073Zm-.024-.96c.07-.323.155-.594.368-.594.168 0 .18.202.105.526-.013.072-.074.34-.157.453-.057.084-.126.135-.201.135-.023 0-.156 0-.158-.204-.002-.1.018-.204.043-.316Zm1.948.918.024-.025c.034-.186.04-.23.115-.606.038-.178.116-.57.153-.71a.492.492 0 0 1 .204-.066c.155 0 .136.14.13.195a6.509 6.509 0 0 1-.122.66l-.037.17c-.028.125-.058.246-.085.37l.012.025a7.21 7.21 0 0 1 .678-.013l.033-.025c.047-.29.06-.368.149-.79l.042-.195c.085-.38.128-.573.065-.73-.07-.176-.232-.219-.379-.219a1.032 1.032 0 0 0-.602.206l.049-.193-.026-.033c-.337.07-.415.08-.726.125l-.024.018c-.037.309-.068.54-.202 1.148-.051.224-.104.45-.157.673l.014.028c.32-.018.415-.018.692-.013Zm2.32.013c.02-.1.138-.691.14-.691 0 0 .1-.434.106-.45 0 0 .031-.045.063-.063h.046c.44 0 .935 0 1.323-.294.264-.202.445-.5.525-.861.021-.089.037-.195.037-.3a.644.644 0 0 0-.105-.383c-.198-.285-.593-.29-1.048-.293l-.224.003c-.583.007-.817.005-.913-.007l-.023.121-.209.997-.523 2.217c.51-.006.718-.006.805.004Zm.387-1.769.221-.99.007-.05.003-.04.089.01.468.041c.18.072.255.258.203.5a.724.724 0 0 1-.365.497c-.148.076-.328.082-.515.082h-.12l.01-.05Zm1.382.857c-.059.257-.126.727.292.894a.794.794 0 0 0 .373.07.61.61 0 0 0 .357-.169l-.03.118.02.025c.3-.013.393-.013.719-.01l.03-.024c.047-.287.091-.567.215-1.117.06-.264.12-.525.182-.787l-.01-.03c-.336.065-.425.079-.749.126l-.024.02-.01.079a.465.465 0 0 0-.236-.2c-.144-.058-.481.017-.772.289-.204.194-.302.46-.357.716Zm.706.015c.072-.317.154-.585.369-.585.135 0 .206.129.192.348l-.039.178c-.021.094-.044.187-.067.28a.69.69 0 0 1-.08.165.366.366 0 0 1-.261.13c-.021 0-.154 0-.158-.2-.001-.1.019-.203.044-.316Zm3.687-1.047-.026-.03c-.333.07-.393.08-.699.123l-.022.023-.004.014v-.005c-.228.54-.222.424-.407.85 0-.02 0-.032-.002-.053l-.046-.922-.03-.03c-.348.07-.356.08-.678.123l-.025.023c-.003.01-.003.023-.006.036l.003.005c.04.211.03.164.07.498.02.164.044.329.063.49.032.272.05.405.088.818-.217.37-.268.51-.478.833l.002.003-.148.24c-.016.025-.032.043-.053.05a.217.217 0 0 1-.097.014h-.081l-.121.416.416.007a.51.51 0 0 0 .48-.277l.262-.461H24.6l.027-.033c.176-.39 1.516-2.755 1.516-2.755Zm-4.393 5.456h-.177l.654-2.225h.216l.07-.23.006.256c-.008.157.112.297.429.274h.365l.126-.429h-.137c-.08 0-.116-.02-.112-.064l-.006-.26h-.678v.002c-.219.004-.873.021-1.005.058-.16.042-.33.167-.33.167l.067-.23h-.634l-.132.456-.662 2.26h-.129l-.126.425h1.263l-.043.141h.622l.041-.141h.175l.137-.46Zm-.518-1.773c-.102.03-.29.117-.29.117l.168-.569h.503l-.121.414s-.156.01-.26.038Zm.01.813s-.159.02-.263.044a2.575 2.575 0 0 0-.295.133l.174-.592h.506l-.122.415Zm-.283.966h-.505l.147-.5h.503l-.145.5Zm1.217-1.38h.728l-.105.348h-.738l-.11.381h.645l-.489.709a.203.203 0 0 1-.099.085.283.283 0 0 1-.13.039h-.18l-.123.417h.468a.565.565 0 0 0 .494-.263l.335-.473.072.48c.015.09.078.142.12.163.047.024.096.065.164.072.074.003.127.005.162.005h.23l.138-.467h-.09c-.053 0-.143-.009-.158-.026-.015-.02-.015-.052-.023-.1l-.073-.48h-.3l.132-.16h.736l.113-.382h-.681l.106-.349h.68l.125-.43H22.3l-.124.43Zm-6.149 1.477.17-.582h.698l.128-.433h-.699l.107-.358h.683l.126-.42H15.53l-.124.42h.389l-.104.358h-.39l-.128.44h.388l-.227.77c-.03.102.015.14.043.188a.19.19 0 0 0 .125.094.733.733 0 0 0 .18.025h.786l.14-.48-.348.05c-.068 0-.254-.008-.234-.072Zm.08-2.786-.177.33a.382.382 0 0 1-.102.136c-.027.018-.08.025-.159.025h-.092l-.123.421h.306a.68.68 0 0 0 .315-.083c.058-.032.073-.014.118-.059l.104-.092h.958l.127-.438h-.701l.122-.24h-.696Zm1.414 2.794c-.016-.024-.005-.067.02-.156l.262-.891h.931c.136-.002.234-.004.297-.009a.598.598 0 0 0 .224-.077.425.425 0 0 0 .163-.155 1.35 1.35 0 0 0 .161-.375l.329-1.128-.966.005s-.298.046-.429.096c-.132.055-.32.21-.32.21l.087-.309h-.597l-.836 2.853c-.03.11-.05.191-.054.24-.002.052.064.103.106.142.05.039.124.032.195.039.075.005.18.01.327.01h.459l.14-.49-.41.04a.107.107 0 0 1-.089-.045Zm.45-1.65h.979l-.062.201c-.01.005-.03-.01-.13.002h-.846l.06-.203Zm.197-.672h.986l-.07.241s-.466-.004-.54.01c-.328.058-.52.238-.52.238l.144-.49Zm.742 1.545a.108.108 0 0 1-.04.062c-.02.013-.051.018-.1.018h-.138l.008-.245h-.58l-.023 1.194c-.001.087.007.137.068.177.061.05.25.056.504.056h.363l.131-.447-.316.018-.105.006a.113.113 0 0 1-.043-.028c-.014-.014-.036-.005-.032-.091l.002-.306.332-.015a.42.42 0 0 0 .32-.117c.063-.054.083-.117.107-.202l.055-.271h-.455l-.058.19Z"></path><rect width="33" height="23" x=".5" y=".5" stroke="#F2F4F7" rx="3.5"></rect>',6)];function B3(l,t){return e.openBlock(),e.createElementBlock("svg",Sd,Pd)}const yd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:B3},render:B3},Symbol.toStringTag,{value:"Module"})),Vd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Hd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#1A1919","fill-rule":"evenodd",d:"M14.59 10.305h1.106l.178-.91h-1.107l-.177.91Zm-.115.586h1.107l-.703 3.597c-.052.018-.21.082-.429.082-.295 0-.566-.117-.566-.531 0-.078.009-.167.028-.268l.563-2.88Zm10.99-.082c-.737 0-1.03.438-1.167.705h-.013l.043-.622h-1.094a9.162 9.162 0 0 1-.125.94s-.253 1.306-.3 1.556c-.037.19-.103.473-.103.637 0 .349.174.545.563.545.217 0 .375-.06.432-.082l.366-1.873c.1-.517.47-.856.907-.856.353 0 .522.262.522.476 0 .186-.046.392-.082.575l-.157.802c-.019.096-.059.281-.059.427 0 .354.197.531.57.531.205 0 .334-.052.426-.082l.328-1.68c.071-.379.098-.579.098-.82 0-.696-.4-1.18-1.155-1.18Zm-4.916.87c-.619 0-.962.642-.962 1.215 0 .483.215.807.703.807.552 0 .984-.477.984-1.292 0-.372-.195-.73-.725-.73Zm-.327 2.891c-1.185 0-1.752-.722-1.752-1.642 0-1.263.854-2.12 2.173-2.12 1.144 0 1.752.705 1.752 1.61 0 1.354-.912 2.152-2.173 2.152Zm-4.144-.866c-.026.13-.041.22-.041.332 0 .412.27.534.558.534.23 0 .372-.063.425-.082l.532-2.726h.86l.17-.87h-.86l.041-.215c.078-.402.264-.579.586-.579.216 0 .39.039.45.055l.162-.828a3.505 3.505 0 0 0-.858-.096c-.75 0-1.241.462-1.386 1.208l-.09.454h-.56l-.17.87h.561l-.38 1.943ZM13.53 10.81c-.556 0-.861.392-.98.705h-.014l.043-.623h-1.094c-.01.216-.054.58-.166 1.154-.113.582-.223 1.162-.336 1.726-.02.096-.028.19-.028.27 0 .296.143.529.568.529.21 0 .357-.056.427-.082l.325-1.667c.117-.638.33-1.06.949-1.06.28 0 .548.06.604.077l.187-.959a1.442 1.442 0 0 0-.485-.07Zm16.053 1.54c.06-.33-.13-.67-.556-.67-.52 0-.75.361-.852.67h1.408Zm.494 1.338c0 .5-.477.884-1.32.884-1.167 0-1.738-.738-1.738-1.642 0-.898.586-2.12 2.017-2.12.944 0 1.65.477 1.65 1.568 0 .268-.06.56-.085.676h-2.508c-.004.262.213.715 1.085.715.388 0 .828-.14.9-.175v.095ZM9.585 12.35c.06-.33-.13-.67-.556-.67-.521 0-.75.361-.852.67h1.408Zm.494 1.338c0 .5-.477.884-1.32.884-1.167 0-1.738-.738-1.738-1.642 0-.898.586-2.12 2.017-2.12.944 0 1.65.477 1.65 1.568 0 .268-.06.56-.085.676H8.095c-.004.262.213.715 1.085.715.388 0 .828-.14.9-.175v.095Zm-6.65-4.02h1.113v3.577c0 .537.263.812.686.812a.323.323 0 0 0 .077-.008c-.185.285-.426.52-.977.52-.584 0-.9-.413-.9-1.03v-3.87Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("path",{fill:"#00A3DA","fill-rule":"evenodd",d:"M5.006 12.63a1 1 0 0 0-.154.533v.087c0 .362.193.492.403.492.215 0 .33-.148.436-.317.177-.282 2.34-3.758 2.34-3.758H6.873L5.006 12.63Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function b3(l,t){return e.openBlock(),e.createElementBlock("svg",Vd,Hd)}const jd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:b3},render:b3},Symbol.toStringTag,{value:"Module"})),Ad={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},zd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#172B85","fill-rule":"evenodd",d:"M10.75 15.858H8.69L7.147 9.792c-.073-.279-.229-.525-.458-.642A6.573 6.573 0 0 0 4.8 8.51v-.234h3.318c.458 0 .802.35.859.758l.801 4.376 2.059-5.134h2.002l-3.089 7.583Zm4.234 0H13.04l1.602-7.583h1.945l-1.602 7.583Zm4.119-5.482c.057-.409.4-.642.801-.642a3.535 3.535 0 0 1 1.888.35l.344-1.633a4.8 4.8 0 0 0-1.774-.35c-1.888 0-3.262 1.05-3.262 2.507 0 1.11.973 1.692 1.66 2.042.743.35 1.03.584.972.934 0 .524-.572.758-1.143.758a4.788 4.788 0 0 1-2.003-.467l-.343 1.634c.687.29 1.43.408 2.117.408 2.117.058 3.432-.992 3.432-2.567 0-1.983-2.69-2.1-2.69-2.974Zm9.497 5.482-1.545-7.583h-1.659a.862.862 0 0 0-.8.583l-2.861 7h2.002l.4-1.108h2.46l.23 1.108H28.6Zm-2.917-5.54.571 2.857h-1.602l1.03-2.858Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function x3(l,t){return e.openBlock(),e.createElementBlock("svg",Ad,zd)}const Od=Object.freeze(Object.defineProperty({__proto__:null,default:{render:x3},render:x3},Symbol.toStringTag,{value:"Module"})),Dd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Ed=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#0068A3","fill-rule":"evenodd",d:"M12.543 16.154c.154-.08.416-.185.694-.185.637 0 .981.43.981 1.23 0 .935-.462 1.39-1.207 1.39-.273 0-.694-.085-1.002-.245v-3.49l.534-.126v1.426Zm-.005 2.005c.164.07.344.08.473.08.38 0 .668-.23.668-1.04 0-.635-.237-.84-.58-.84-.207 0-.355.055-.56.165v1.635Zm-5.472-2.126h.036L7.8 18.53h.555l.833-3.546h-.602l-.524 2.646h-.036l-.714-2.646h-.457l-.668 2.646H6.15l-.576-2.646H5l.832 3.546h.555l.679-2.496Zm4.398 2.326v-.38c-.282.165-.54.26-.816.26-.53 0-.781-.265-.781-.865h1.674v-.185c0-.815-.395-1.22-1.037-1.22-.771 0-1.167.55-1.167 1.31 0 .79.355 1.31 1.218 1.31.37 0 .678-.1.91-.23Zm-.41-1.32H9.876c.056-.5.298-.735.611-.735.278 0 .54.21.565.735Zm5.528.74h-.026l-1.151-2.796h-.622v3.546h.463v-2.51h.046l1.048 2.51h.329l1.048-2.57h.047v2.57h.554v-3.546h-.637l-1.1 2.796Zm2.302-.5c0-.875.493-1.31 1.171-1.31s1.172.435 1.172 1.31c0 .855-.468 1.31-1.172 1.31s-1.171-.455-1.171-1.31Zm1.803 0c0-.675-.283-.96-.632-.96-.339 0-.632.285-.632.96 0 .685.267.96.632.96s.632-.275.632-.96Zm2.338-1.31a2.68 2.68 0 0 0-1.31.37v2.19h.534v-1.98c.16-.09.421-.18.627-.18.262 0 .462.07.462.465v1.695h.534v-1.81c0-.516-.23-.75-.847-.75Zm3.452 2.01v.38c-.23.13-.539.23-.909.23-.863 0-1.218-.52-1.218-1.31 0-.76.396-1.31 1.167-1.31.642 0 1.038.405 1.038 1.22v.185H24.88c0 .6.252.865.78.865.278 0 .535-.095.817-.26Zm-1.587-.94h1.177c-.026-.526-.288-.735-.566-.735-.313 0-.554.235-.61.735Zm4.213-.986h-.55l-.585 1.84h-.031l-.658-1.84h-.565l.987 2.501c-.124.37-.34.64-.689.64v.41c.59 0 .904-.36 1.161-1.05l.93-2.5ZM16.707 4.5a4.572 4.572 0 0 1 2.254.588l-.414.361-.623-.627-1.052.913-.624-.663L14.29 6.79l1.255 1.347-.493.422 1.236 1.349-.49.421 1.767 1.915 1.049-.94.907 1.007c-.18.136-.377.265-.594.384a4.564 4.564 0 0 1-2.22.572c-2.48 0-4.503-1.97-4.503-4.383 0-2.415 2.023-4.384 4.503-4.384Zm-.82 4.106 1.07-.938.965 1.042-1.071.939-.964-1.043Zm1.832.863-1.071.939.964 1.042 1.071-.938-.964-1.043ZM15.12 6.826l1.071-.938.964 1.042-1.07.939-.965-1.043Zm2.769-1.208-.804.703.723.782.804-.704-.723-.781Zm.623 3.927.804-.704.723.782-.803.704-.724-.782Zm1.51.875-.803.704.723.782.803-.704-.723-.782Zm-.48-2.915.536-.469.482.521-.535.47-.483-.522Zm-.148-2.017-.536.469.482.52.536-.468-.482-.521Zm.833 3.566.535-.47.482.522-.535.469-.482-.521Zm-1.598-1.865-.803.704.723.782.803-.704-.723-.782Z","clip-rule":"evenodd"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function k3(l,t){return e.openBlock(),e.createElementBlock("svg",Dd,Ed)}const Cd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:k3},render:k3},Symbol.toStringTag,{value:"Module"})),Nd={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},Ld=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#1AAD19",d:"M15.19 13.856a.48.48 0 0 1-.226.057.498.498 0 0 1-.437-.27l-.033-.077-1.371-3.17a.29.29 0 0 1-.024-.11c0-.147.112-.265.251-.265.056 0 .108.02.15.052l1.618 1.214a.722.722 0 0 0 .668.08L23.392 7.8C22.03 6.107 19.784 5 17.242 5c-4.157 0-7.528 2.96-7.528 6.612 0 1.992 1.014 3.785 2.601 4.997a.538.538 0 0 1 .185.6l-.34 1.333c-.015.063-.04.128-.04.194 0 .146.112.264.251.264a.274.274 0 0 0 .145-.05l1.648-1.002a.762.762 0 0 1 .4-.122c.077 0 .151.012.221.035a8.48 8.48 0 0 0 2.458.363c4.158 0 7.528-2.96 7.528-6.612a5.951 5.951 0 0 0-.857-3.064l-8.669 5.274-.055.034Z"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function S3(l,t){return e.openBlock(),e.createElementBlock("svg",Nd,Ld)}const Td=Object.freeze(Object.defineProperty({__proto__:null,default:{render:S3},render:S3},Symbol.toStringTag,{value:"Module"})),Id={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 34 24"},qd=[e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",fill:"#fff",rx:"3.5"},null,-1),e.createElementVNode("path",{fill:"#FD6727",d:"M23.8 10.78c-.07-.434-.456-.723-.981-.723h-.491c-.316-.036-.386.073-.386.325v3.753c0 .65-.63 1.335-1.367 1.48-2.313.54-4.627 1.046-6.94 1.587-.246.072-.526.072-.807.072-.105 0-.28-.072-.315-.18-.035-.072.07-.217.14-.289.105-.072.245-.144.386-.216.42-.145.876-.289 1.297-.433a290.005 290.005 0 0 0 5.152-1.768c.772-.253 1.192-.794 1.192-1.48.035-2.165 0-4.366 0-6.531 0-.361-.175-.65-.56-.794-.456-.18-.877-.036-1.262.144C16.404 6.918 13.985 8.11 11.53 9.3c-.7.36-1.122.866-1.122 1.587v6.17c0 .11 0 .217.036.29.245.685.876 1.118 1.717 1.118h10.271c.386 0 .701-.072.982-.325.35-.288.35-.685.35-1.046 0-1.775.035-6.315.035-6.315Zm-7.15-.65c.174-.47.56-.758 1.12-.83.386-.036.702.18.772.54.07.542-.56 1.192-1.227 1.192-.526 0-.841-.397-.666-.902Z"},null,-1),e.createElementVNode("rect",{width:"33",height:"23",x:".5",y:".5",stroke:"#F2F4F7",rx:"3.5"},null,-1)];function P3(l,t){return e.openBlock(),e.createElementBlock("svg",Id,qd)}const Ud=Object.freeze(Object.defineProperty({__proto__:null,default:{render:P3},render:P3},Symbol.toStringTag,{value:"Module"})),Rd={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},Gd=[e.createElementVNode("path",{fill:"#292D32",d:"M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2ZM18 12.75h-5.25V18c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5.25H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.25V6c0-.41.34-.75.75-.75s.75.34.75.75v5.25H18c.41 0 .75.34.75.75s-.34.75-.75.75Z"},null,-1)];function y3(l,t){return e.openBlock(),e.createElementBlock("svg",Rd,Gd)}const Jd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:y3},render:y3},Symbol.toStringTag,{value:"Module"})),Kd={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},Yd=[e.createElementVNode("path",{fill:"#292D32",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm4 10.75h-3.25V16c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.25H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.25V8c0-.41.34-.75.75-.75s.75.34.75.75v3.25H16c.41 0 .75.34.75.75s-.34.75-.75.75Z"},null,-1)];function V3(l,t){return e.openBlock(),e.createElementBlock("svg",Kd,Yd)}const Wd=Object.freeze(Object.defineProperty({__proto__:null,default:{render:V3},render:V3},Symbol.toStringTag,{value:"Module"})),Qd={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 16 16"},Xd=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M7.999 14.667c3.666 0 6.666-3 6.666-6.667s-3-6.667-6.666-6.667c-3.667 0-6.667 3-6.667 6.667s3 6.667 6.667 6.667ZM5.332 8h5.333M8 10.667V5.333"},null,-1)];function H3(l,t){return e.openBlock(),e.createElementBlock("svg",Qd,Xd)}const ep=Object.freeze(Object.defineProperty({__proto__:null,default:{render:H3},render:H3},Symbol.toStringTag,{value:"Module"})),tp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},lp=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M5 10h10M10 15V5"},null,-1)];function j3(l,t){return e.openBlock(),e.createElementBlock("svg",tp,lp)}const op=Object.freeze(Object.defineProperty({__proto__:null,default:{render:j3},render:j3},Symbol.toStringTag,{value:"Module"})),cp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"r-f",viewBox:"0 0 24 24"},ap=[e.createElementVNode("rect",{width:"23",height:"23",x:".5",y:".5",fill:"#101828",rx:"11.5"},null,-1),e.createElementVNode("path",{fill:"#FCFCFD",d:"M7.665 9.887a.716.716 0 0 0-.527.216.708.708 0 0 0-.216.52v3.1c0 .207.072.382.216.527.144.144.32.216.527.216a.705.705 0 0 0 .523-.216.723.723 0 0 0 .212-.527v-3.1a.708.708 0 0 0-.216-.52.708.708 0 0 0-.52-.216ZM13.636 7.103l.512-.944c.034-.063.022-.11-.036-.144-.063-.03-.11-.015-.144.043l-.52.952A3.545 3.545 0 0 0 12 6.707c-.51 0-.993.1-1.45.303l-.519-.952c-.033-.058-.082-.072-.144-.043-.058.033-.07.081-.036.144l.512.944c-.52.265-.933.634-1.24 1.107a2.796 2.796 0 0 0-.462 1.555h6.67c0-.563-.153-1.08-.46-1.555a3.175 3.175 0 0 0-1.234-1.107Zm-2.96 1.374a.27.27 0 0 1-.199.083.258.258 0 0 1-.194-.083.276.276 0 0 1-.08-.198c0-.077.027-.143.08-.198a.259.259 0 0 1 .194-.083c.077 0 .143.027.199.083a.27.27 0 0 1 .083.198.271.271 0 0 1-.083.198Zm3.04 0a.259.259 0 0 1-.195.083.27.27 0 0 1-.199-.083.27.27 0 0 1-.083-.198.27.27 0 0 1 .083-.198.27.27 0 0 1 .199-.083.26.26 0 0 1 .194.083c.053.055.08.121.08.198a.276.276 0 0 1-.08.198ZM8.688 14.827c0 .221.076.409.23.562.154.154.341.231.563.231h.533l.008 1.637c0 .207.072.383.216.527a.708.708 0 0 0 .52.216.716.716 0 0 0 .526-.216.716.716 0 0 0 .216-.527V15.62h.995v1.637c0 .207.072.383.216.527.145.144.32.216.527.216a.716.716 0 0 0 .526-.216.717.717 0 0 0 .216-.527V15.62h.541a.758.758 0 0 0 .556-.23.766.766 0 0 0 .23-.563v-4.803h-6.62v4.803ZM16.333 9.887a.715.715 0 0 0-.519.212.705.705 0 0 0-.216.523v3.101c0 .207.072.382.216.527a.708.708 0 0 0 .52.216.717.717 0 0 0 .526-.216.716.716 0 0 0 .216-.527v-3.1a.705.705 0 0 0-.216-.524.723.723 0 0 0-.527-.212Z"},null,-1),e.createElementVNode("rect",{width:"23",height:"23",x:".5",y:".5",stroke:"#fff",rx:"11.5"},null,-1)];function A3(l,t){return e.openBlock(),e.createElementBlock("svg",cp,ap)}const np=Object.freeze(Object.defineProperty({__proto__:null,default:{render:A3},render:A3},Symbol.toStringTag,{value:"Module"})),hp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 14 16"},rp=[e.createElementVNode("path",{fill:"#292D32",d:"M1.22 5.183a.955.955 0 0 0-.701.288.944.944 0 0 0-.289.692v4.135c0 .276.097.51.289.702a.955.955 0 0 0 .702.288.94.94 0 0 0 .697-.288.964.964 0 0 0 .284-.702V6.163c0-.269-.096-.5-.289-.692a.944.944 0 0 0-.692-.288ZM9.183 1.471l.683-1.26C9.91.129 9.895.065 9.818.02 9.735-.019 9.67 0 9.626.077l-.693 1.27A4.727 4.727 0 0 0 7.001.941c-.68 0-1.324.135-1.933.404L4.376.076C4.33 0 4.266-.018 4.183.02c-.077.046-.093.11-.048.193l.683 1.259a4.216 4.216 0 0 0-1.654 1.476A3.728 3.728 0 0 0 2.55 5.02h8.894c0-.75-.205-1.44-.616-2.072a4.234 4.234 0 0 0-1.644-1.476ZM5.236 3.303a.36.36 0 0 1-.264.11.344.344 0 0 1-.26-.11.369.369 0 0 1-.106-.264.37.37 0 0 1 .106-.265.345.345 0 0 1 .26-.11c.102 0 .19.037.264.11.074.074.11.162.11.265 0 .102-.036.19-.11.264Zm4.053 0a.345.345 0 0 1-.26.11.36.36 0 0 1-.264-.11.36.36 0 0 1-.11-.264.36.36 0 0 1 .11-.265.361.361 0 0 1 .264-.11.37.37 0 0 1 .365.375c0 .102-.035.19-.105.264ZM2.586 11.77c0 .294.102.544.307.75.206.204.456.307.75.307h.712l.01 2.183c0 .275.096.51.288.702a.944.944 0 0 0 .692.288c.276 0 .51-.096.702-.288a.955.955 0 0 0 .289-.702v-2.183h1.327v2.183c0 .275.096.51.288.702a.955.955 0 0 0 .702.288c.275 0 .51-.096.702-.288a.955.955 0 0 0 .288-.702v-2.183h.721c.289 0 .535-.103.74-.308a1.02 1.02 0 0 0 .308-.75V5.365H2.586v6.404ZM12.778 5.183c-.27 0-.5.094-.693.283a.94.94 0 0 0-.288.697v4.135c0 .276.096.51.288.702a.944.944 0 0 0 .693.288c.275 0 .51-.096.701-.288a.955.955 0 0 0 .289-.702V6.163a.94.94 0 0 0-.289-.697.964.964 0 0 0-.701-.283Z"},null,-1)];function z3(l,t){return e.openBlock(),e.createElementBlock("svg",hp,rp)}const sp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:z3},render:z3},Symbol.toStringTag,{value:"Module"})),ip={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"r-f",viewBox:"0 0 24 24"},dp=[e.createElementVNode("rect",{width:"23",height:"23",x:".5",y:".5",fill:"#101828",rx:"11.5"},null,-1),e.createElementVNode("path",{fill:"#fff",d:"M15.352 12.384c.017 1.859 1.63 2.477 1.648 2.485-.014.044-.258.881-.85 1.747-.512.748-1.043 1.493-1.88 1.509-.822.015-1.087-.488-2.027-.488-.94 0-1.234.472-2.012.503-.808.03-1.423-.81-1.939-1.555-1.055-1.524-1.86-4.308-.778-6.187.537-.934 1.498-1.524 2.54-1.54.794-.015 1.543.534 2.028.534.484 0 1.394-.66 2.35-.563.401.017 1.525.162 2.247 1.218-.058.036-1.341.783-1.327 2.337M13.806 7.82c.43-.519.718-1.242.639-1.96-.618.024-1.366.411-1.81.93-.396.46-.745 1.195-.65 1.9.688.053 1.392-.35 1.821-.87"},null,-1),e.createElementVNode("rect",{width:"23",height:"23",x:".5",y:".5",stroke:"#fff",rx:"11.5"},null,-1)];function O3(l,t){return e.openBlock(),e.createElementBlock("svg",ip,dp)}const pp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:O3},render:O3},Symbol.toStringTag,{value:"Module"})),_p={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},fp=[e.createElementVNode("path",{fill:"#000",d:"M20.843 17.145a11.957 11.957 0 0 1-1.183 2.127c-.622.886-1.131 1.5-1.524 1.841-.608.56-1.26.846-1.958.862-.501 0-1.106-.142-1.809-.432-.706-.287-1.354-.43-1.947-.43-.622 0-1.29.143-2.003.43-.714.29-1.29.44-1.73.455-.67.029-1.337-.266-2.003-.885-.425-.37-.956-1.006-1.593-1.907-.683-.961-1.245-2.076-1.685-3.347-.472-1.373-.708-2.703-.708-3.99 0-1.474.319-2.746.957-3.811A5.612 5.612 0 0 1 5.66 6.03a5.39 5.39 0 0 1 2.71-.764c.53 0 1.228.164 2.095.487.863.325 1.418.489 1.661.489.182 0 .799-.192 1.843-.576.988-.355 1.822-.502 2.505-.444 1.85.149 3.241.879 4.166 2.193-1.655 1.003-2.474 2.408-2.458 4.21.015 1.404.524 2.572 1.525 3.5.454.43.96.763 1.524 1-.122.354-.251.693-.388 1.019ZM16.598.44c0 1.1-.402 2.128-1.204 3.079-.966 1.13-2.136 1.783-3.404 1.68a3.417 3.417 0 0 1-.026-.417c0-1.056.46-2.186 1.277-3.11A4.914 4.914 0 0 1 14.796.504C15.423.198 16.015.03 16.573 0c.017.147.023.294.023.44Z"},null,-1)];function D3(l,t){return e.openBlock(),e.createElementBlock("svg",_p,fp)}const gp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:D3},render:D3},Symbol.toStringTag,{value:"Module"})),mp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},$p=[e.createElementVNode("path",{fill:"#292D32",d:"M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2ZM18 12.75H7.81l3.01 3.01c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-4.29-4.29a.75.75 0 0 1 0-1.06l4.29-4.29c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-3.01 3.01H18c.41 0 .75.34.75.75s-.34.75-.75.75Z"},null,-1)];function E3(l,t){return e.openBlock(),e.createElementBlock("svg",mp,$p)}const vp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:E3},render:E3},Symbol.toStringTag,{value:"Module"})),wp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},Zp=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M9.57 5.93 3.5 12l6.07 6.07M20.5 12H3.67"},null,-1)];function C3(l,t){return e.openBlock(),e.createElementBlock("svg",wp,Zp)}const up=Object.freeze(Object.defineProperty({__proto__:null,default:{render:C3},render:C3},Symbol.toStringTag,{value:"Module"})),Mp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},Fp=[e.createElementVNode("path",{fill:"#292D32",d:"M16.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53-.2-2.39-1.51-4-4.21-4.25ZM20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h8c3.5 0 5-2 5-5v-6.16c0-.55-.45-1-1-1ZM9.21 18.21c-.05.04-.1.09-.15.12-.06.04-.12.07-.18.09-.06.03-.12.05-.18.06-.07.01-.13.02-.2.02-.13 0-.26-.03-.38-.08-.13-.05-.23-.12-.33-.21-.18-.19-.29-.45-.29-.71 0-.26.11-.52.29-.71.1-.09.2-.16.33-.21.18-.08.38-.1.58-.06.06.01.12.03.18.06.06.02.12.05.18.09l.15.12c.18.19.29.45.29.71 0 .26-.11.52-.29.71Zm0-3.5c-.19.18-.45.29-.71.29-.26 0-.52-.11-.71-.29-.18-.19-.29-.45-.29-.71 0-.26.11-.52.29-.71.28-.28.72-.37 1.09-.21.13.05.24.12.33.21.18.19.29.45.29.71 0 .26-.11.52-.29.71Zm3.5 3.5c-.19.18-.45.29-.71.29-.26 0-.52-.11-.71-.29-.18-.19-.29-.45-.29-.71 0-.26.11-.52.29-.71.37-.37 1.05-.37 1.42 0 .18.19.29.45.29.71 0 .26-.11.52-.29.71Zm0-3.5-.15.12c-.06.04-.12.07-.18.09-.06.03-.12.05-.18.06-.07.01-.13.02-.2.02-.26 0-.52-.11-.71-.29-.18-.19-.29-.45-.29-.71 0-.26.11-.52.29-.71.09-.09.2-.16.33-.21.37-.16.81-.07 1.09.21.18.19.29.45.29.71 0 .26-.11.52-.29.71Zm3.5 3.5c-.19.18-.45.29-.71.29-.26 0-.52-.11-.71-.29-.18-.19-.29-.45-.29-.71 0-.26.11-.52.29-.71.37-.37 1.05-.37 1.42 0 .18.19.29.45.29.71 0 .26-.11.52-.29.71Zm0-3.5-.15.12c-.06.04-.12.07-.18.09-.06.03-.12.05-.18.06-.07.01-.14.02-.2.02-.26 0-.52-.11-.71-.29-.18-.19-.29-.45-.29-.71 0-.26.11-.52.29-.71.1-.09.2-.16.33-.21.18-.08.38-.1.58-.06.06.01.12.03.18.06.06.02.12.05.18.09l.15.12c.18.19.29.45.29.71 0 .26-.11.52-.29.71Z"},null,-1)];function N3(l,t){return e.openBlock(),e.createElementBlock("svg",Mp,Fp)}const Bp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:N3},render:N3},Symbol.toStringTag,{value:"Module"})),bp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},xp=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M8 2v3M16 2v3M3.5 9.09h17M21 8.5V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M15.694 13.7h.009M15.694 16.7h.009M11.995 13.7h.009M11.995 16.7h.009M8.295 13.7h.01M8.295 16.7h.01"},null,-1)];function L3(l,t){return e.openBlock(),e.createElementBlock("svg",bp,xp)}const kp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:L3},render:L3},Symbol.toStringTag,{value:"Module"})),Sp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 25 24"},Pp=[e.createElementVNode("path",{fill:"#292D32",d:"M22.002 7.55c0 .66-.54 1.2-1.2 1.2h-17.6c-.66 0-1.2-.54-1.2-1.2v-.01c0-2.29 1.85-4.14 4.14-4.14h11.71c2.29 0 4.15 1.86 4.15 4.15ZM2.002 11.45v5.01c0 2.29 1.85 4.14 4.14 4.14h11.71c2.29 0 4.15-1.86 4.15-4.15v-5c0-.66-.54-1.2-1.2-1.2h-17.6c-.66 0-1.2.54-1.2 1.2Zm6 5.8h-2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75Zm6.5 0h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75Z"},null,-1)];function T3(l,t){return e.openBlock(),e.createElementBlock("svg",Sp,Pp)}const yp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:T3},render:T3},Symbol.toStringTag,{value:"Module"})),Vp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},Hp=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M2 8.505h20M6 16.505h2M10.5 16.505h4"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M6.44 3.505h11.11c3.56 0 4.45.88 4.45 4.39v8.21c0 3.51-.89 4.39-4.44 4.39H6.44c-3.55.01-4.44-.87-4.44-4.38v-8.22c0-3.51.89-4.39 4.44-4.39Z"},null,-1)];function I3(l,t){return e.openBlock(),e.createElementBlock("svg",Vp,Hp)}const jp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:I3},render:I3},Symbol.toStringTag,{value:"Module"})),Ap={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},zp=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.667",d:"m16.667 5-9.166 9.167L3.334 10"},null,-1)];function q3(l,t){return e.openBlock(),e.createElementBlock("svg",Ap,zp)}const Op=Object.freeze(Object.defineProperty({__proto__:null,default:{render:q3},render:q3},Symbol.toStringTag,{value:"Module"})),Dp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},Ep=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.667",d:"m5 7.5 5 5 5-5"},null,-1)];function U3(l,t){return e.openBlock(),e.createElementBlock("svg",Dp,Ep)}const Cp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:U3},render:U3},Symbol.toStringTag,{value:"Module"})),Np={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},Lp=[e.createElementVNode("path",{stroke:"#101828","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m15 18-6-6 6-6"},null,-1)];function R3(l,t){return e.openBlock(),e.createElementBlock("svg",Np,Lp)}const Tp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:R3},render:R3},Symbol.toStringTag,{value:"Module"})),Ip={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},qp=[e.createElementVNode("path",{stroke:"#101828","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m9 18 6-6-6-6"},null,-1)];function G3(l,t){return e.openBlock(),e.createElementBlock("svg",Ip,qp)}const Up=Object.freeze(Object.defineProperty({__proto__:null,default:{render:G3},render:G3},Symbol.toStringTag,{value:"Module"})),Rp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},Gp=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.667",d:"m15 12.5-5-5-5 5"},null,-1)];function J3(l,t){return e.openBlock(),e.createElementBlock("svg",Rp,Gp)}const Jp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:J3},render:J3},Symbol.toStringTag,{value:"Module"})),Kp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},Yp=[e.createElementVNode("path",{fill:"#292D32",d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2Zm3.36 12.3c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.3-2.3-2.3 2.3c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.3-2.3-2.3-2.3a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 2.3-2.3c.29-.29.77-.29 1.06 0 .29.29.29.77 0 1.06l-2.3 2.3 2.3 2.3Z"},null,-1)];function K3(l,t){return e.openBlock(),e.createElementBlock("svg",Kp,Yp)}const Wp=Object.freeze(Object.defineProperty({__proto__:null,default:{render:K3},render:K3},Symbol.toStringTag,{value:"Module"})),Qp={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"no-color",viewBox:"0 0 16 16"},Xp=[e.createElementVNode("rect",{width:"14.704",height:"14.704",x:".648",y:".648",fill:"#EAECF0",rx:"7.352"},null,-1),e.createElementVNode("path",{fill:"#1D2939",d:"M10.511 6.244a.534.534 0 0 0-.754-.754L8.003 7.245 6.247 5.491a.534.534 0 0 0-.755.755L7.248 8 5.494 9.756a.534.534 0 0 0 .754.755l1.755-1.756 1.755 1.754a.534.534 0 0 0 .755-.755L8.757 8l1.754-1.756Z"},null,-1),e.createElementVNode("rect",{width:"14.704",height:"14.704",x:".648",y:".648",stroke:"#fff","stroke-width":"1.295",rx:"7.352"},null,-1)];function Y3(l,t){return e.openBlock(),e.createElementBlock("svg",Qp,Xp)}const e_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Y3},render:Y3},Symbol.toStringTag,{value:"Module"})),t_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 8 8"},l_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round",d:"m.5.5 7 7M.5 7.5l7-7"},null,-1)];function W3(l,t){return e.openBlock(),e.createElementBlock("svg",t_,l_)}const o_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:W3},render:W3},Symbol.toStringTag,{value:"Module"})),c_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"c-f",viewBox:"0 0 10 10"},a_=[e.createElementVNode("circle",{cx:"5",cy:"5",r:"4",fill:"#12B76A"},null,-1)];function Q3(l,t){return e.openBlock(),e.createElementBlock("svg",c_,a_)}const n_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Q3},render:Q3},Symbol.toStringTag,{value:"Module"})),h_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},r_=[e.createElementVNode("path",{fill:"#292D32",d:"M21.25 9.15C18.94 5.52 15.56 3.43 12 3.43c-1.78 0-3.51.52-5.09 1.49-1.58.98-3 2.41-4.16 4.23-1 1.57-1 4.12 0 5.69 2.31 3.64 5.69 5.72 9.25 5.72 1.78 0 3.51-.52 5.09-1.49 1.58-.98 3-2.41 4.16-4.23 1-1.56 1-4.12 0-5.69ZM12 16.04c-2.24 0-4.04-1.81-4.04-4.04S9.76 7.96 12 7.96s4.04 1.81 4.04 4.04-1.8 4.04-4.04 4.04Z"},null,-1),e.createElementVNode("path",{fill:"#292D32",d:"M12 9.14a2.855 2.855 0 0 0 0 5.71c1.57 0 2.86-1.28 2.86-2.85S13.57 9.14 12 9.14Z"},null,-1)];function X3(l,t){return e.openBlock(),e.createElementBlock("svg",h_,r_)}const s_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:X3},render:X3},Symbol.toStringTag,{value:"Module"})),i_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},d_=[e.createElementVNode("path",{fill:"#292D32",d:"M21.27 9.18c-.29-.46-.6-.89-.92-1.29a1 1 0 0 0-1.49-.09l-3 3c.22.66.26 1.42.06 2.21a4.021 4.021 0 0 1-2.9 2.9c-.79.2-1.55.16-2.21-.06l-2.46 2.46c-.5.5-.34 1.38.33 1.64 1.07.41 2.18.62 3.32.62 1.78 0 3.51-.52 5.09-1.49 1.61-1 3.06-2.47 4.23-4.34.95-1.51.9-4.05-.05-5.56ZM14.02 9.98l-4.04 4.04c-.51-.52-.84-1.24-.84-2.02 0-1.57 1.28-2.86 2.86-2.86.78 0 1.5.33 2.02.84Z"},null,-1),e.createElementVNode("path",{fill:"#292D32",d:"m18.25 5.75-3.39 3.39A3.986 3.986 0 0 0 12 7.96c-2.24 0-4.04 1.81-4.04 4.04 0 1.12.45 2.13 1.18 2.86l-3.38 3.39h-.01c-1.11-.9-2.13-2.05-3-3.41-1-1.57-1-4.12 0-5.69C3.91 7.33 5.33 5.9 6.91 4.92c1.58-.96 3.31-1.49 5.09-1.49 2.23 0 4.39.82 6.25 2.32ZM14.86 12c0 1.57-1.28 2.86-2.86 2.86-.06 0-.11 0-.17-.02l3.01-3.01c.02.06.02.11.02.17Z"},null,-1),e.createElementVNode("path",{fill:"#292D32",d:"M21.77 2.23c-.3-.3-.79-.3-1.09 0L2.23 20.69c-.3.3-.3.79 0 1.09a.758.758 0 0 0 1.08-.01L21.77 3.31c.31-.3.31-.78 0-1.08Z"},null,-1)];function e4(l,t){return e.openBlock(),e.createElementBlock("svg",i_,d_)}const p_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:e4},render:e4},Symbol.toStringTag,{value:"Module"})),__={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},f_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"m14.53 9.47-5.06 5.06a3.576 3.576 0 1 1 5.06-5.06Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M17.82 5.77C16.07 4.45 14.07 3.73 12 3.73c-3.53 0-6.82 2.08-9.11 5.68-.9 1.41-.9 3.78 0 5.19.79 1.24 1.71 2.31 2.71 3.17M8.42 19.53c1.14.48 2.35.74 3.58.74 3.53 0 6.82-2.08 9.11-5.68.9-1.41.9-3.78 0-5.19-.33-.52-.69-1.01-1.06-1.47"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M15.51 12.7a3.565 3.565 0 0 1-2.82 2.82M9.47 14.53 2 22M22 2l-7.47 7.47"},null,-1)];function t4(l,t){return e.openBlock(),e.createElementBlock("svg",__,f_)}const g_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:t4},render:t4},Symbol.toStringTag,{value:"Module"})),m_={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},$_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M15.58 12c0 1.98-1.6 3.58-3.58 3.58S8.42 13.98 8.42 12s1.6-3.58 3.58-3.58 3.58 1.6 3.58 3.58Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M12 20.27c3.53 0 6.82-2.08 9.11-5.68.9-1.41.9-3.78 0-5.19-2.29-3.6-5.58-5.68-9.11-5.68-3.53 0-6.82 2.08-9.11 5.68-.9 1.41-.9 3.78 0 5.19 2.29 3.6 5.58 5.68 9.11 5.68Z"},null,-1)];function l4(l,t){return e.openBlock(),e.createElementBlock("svg",m_,$_)}const v_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:l4},render:l4},Symbol.toStringTag,{value:"Module"})),w_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"no-color",viewBox:"0 0 24 24"},Z_=[e.createElementVNode("path",{fill:"#4285F4",d:"M23.766 12.277c0-.816-.066-1.636-.207-2.439H12.24v4.621h6.482a5.554 5.554 0 0 1-2.399 3.647v2.998h3.867c2.27-2.09 3.576-5.177 3.576-8.827Z"},null,-1),e.createElementVNode("path",{fill:"#34A853",d:"M12.24 24c3.237 0 5.966-1.062 7.955-2.896l-3.867-2.998c-1.076.731-2.465 1.146-4.083 1.146-3.131 0-5.786-2.112-6.738-4.952h-3.99v3.091a12.002 12.002 0 0 0 10.723 6.61Z"},null,-1),e.createElementVNode("path",{fill:"#FBBC04",d:"M5.503 14.3a7.188 7.188 0 0 1 0-4.594V6.615H1.516a12.01 12.01 0 0 0 0 10.776l3.987-3.09Z"},null,-1),e.createElementVNode("path",{fill:"#EA4335",d:"M12.24 4.75a6.52 6.52 0 0 1 4.603 1.799l3.427-3.426A11.533 11.533 0 0 0 12.24 0 11.998 11.998 0 0 0 1.517 6.615l3.986 3.09C6.45 6.863 9.109 4.75 12.24 4.75Z"},null,-1)];function o4(l,t){return e.openBlock(),e.createElementBlock("svg",w_,Z_)}const u_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:o4},render:o4},Symbol.toStringTag,{value:"Module"})),M_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 16 16"},F_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round",d:"M14.667 5.68V2.653c0-.94-.427-1.32-1.487-1.32h-2.693c-1.06 0-1.487.38-1.487 1.32v3.02c0 .947.427 1.32 1.487 1.32h2.693c1.06.007 1.487-.373 1.487-1.313ZM14.667 13.18v-2.693C14.667 9.427 14.24 9 13.18 9h-2.693C9.427 9 9 9.427 9 10.487v2.693c0 1.06.427 1.487 1.487 1.487h2.693c1.06 0 1.487-.427 1.487-1.487ZM7 5.68V2.653c0-.94-.426-1.32-1.486-1.32H2.821c-1.06 0-1.487.38-1.487 1.32v3.02c0 .947.427 1.32 1.487 1.32h2.693C6.574 7 7.001 6.62 7.001 5.68ZM7 13.18v-2.693C7 9.427 6.575 9 5.515 9H2.821c-1.06 0-1.487.427-1.487 1.487v2.693c0 1.06.427 1.487 1.487 1.487h2.693c1.06 0 1.487-.427 1.487-1.487Z"},null,-1)];function c4(l,t){return e.openBlock(),e.createElementBlock("svg",M_,F_)}const B_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:c4},render:c4},Symbol.toStringTag,{value:"Module"})),b_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 16 16"},x_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M8 14.667c3.666 0 6.666-3 6.666-6.667s-3-6.667-6.666-6.667c-3.667 0-6.667 3-6.667 6.667s3 6.667 6.667 6.667ZM8 5.333v3.334"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M7.996 10.667h.006"},null,-1)];function a4(l,t){return e.openBlock(),e.createElementBlock("svg",b_,x_)}const k_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:a4},render:a4},Symbol.toStringTag,{value:"Module"})),S_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s p-f",viewBox:"0 0 20 20"},P_=[e.createElementVNode("path",{fill:"#292D32",stroke:"#292D32","stroke-width":".833",d:"m8.727 2.24.002-.001c.297-.134.69-.208 1.1-.208.41 0 .804.074 1.1.208h.002l4.925 2.184c.562.249.852.529 1.003.759.151.23.183.439.183.576 0 .14-.03.346-.18.574-.15.229-.44.509-1.006.762h-.001l-4.924 2.183-.003.002c-.298.135-.685.204-1.103.204-.405 0-.804-.076-1.098-.206L3.812 7.095c-.568-.254-.857-.534-1.007-.763a1.034 1.034 0 0 1-.18-.574c0-.14.03-.346.18-.573.15-.229.439-.51 1.006-.763L8.728 2.24ZM3.981 4.802l-.005.002a2.47 2.47 0 0 0-.645.407c-.075.069-.141.144-.19.225a.617.617 0 0 0-.1.321c0 .134.052.246.097.32.049.08.114.157.189.227.15.141.362.282.644.408l.001.001L8.89 8.897l.002.001c.272.12.616.167.93.167.314 0 .658-.048.93-.167h.001l4.925-2.184c.286-.126.5-.266.652-.407.075-.07.141-.147.19-.229a.622.622 0 0 0 .098-.32.622.622 0 0 0-.098-.32 1.092 1.092 0 0 0-.19-.228 2.345 2.345 0 0 0-.652-.408L10.76 2.62l-.01-.004a2.514 2.514 0 0 0-.926-.165c-.313 0-.654.044-.93.17L3.981 4.803Z"},null,-1),e.createElementVNode("path",{fill:"#292D32",stroke:"#292D32","stroke-width":".833",d:"M3.578 11.144h-.003c-.34-.15-.665-.442-.906-.813-.24-.37-.377-.789-.377-1.164 0-.112.096-.209.208-.209.112 0 .208.097.208.209 0 .332.132.669.307.939.175.27.428.526.728.664l.004.002 5.659 2.517.002.001c.375.164.802.162 1.18.002l.006-.003 5.657-2.516h.001c.305-.135.559-.394.733-.665.175-.27.307-.61.307-.941 0-.112.096-.209.208-.209.111 0 .208.097.208.209 0 .375-.136.794-.377 1.166-.241.372-.567.667-.909.82l-5.653 2.514a2.011 2.011 0 0 1-.769.158c-.258 0-.517-.054-.764-.164l-5.658-2.517Z"},null,-1),e.createElementVNode("path",{fill:"#292D32",stroke:"#292D32","stroke-width":".833",d:"M3.746 14.939h.001l5.659 2.517h.002c.375.165.802.163 1.18.003l.006-.003 5.659-2.517a1.752 1.752 0 0 0 1.039-1.606c0-.111.096-.208.208-.208.111 0 .208.097.208.208 0 .861-.503 1.637-1.286 1.986l-5.653 2.515a2.013 2.013 0 0 1-.769.158c-.258 0-.517-.055-.764-.164L3.578 15.31a2.172 2.172 0 0 1-1.286-1.986c0-.111.096-.208.208-.208a.22.22 0 0 1 .208.216c0 .688.403 1.321 1.038 1.606Z"},null,-1)];function n4(l,t){return e.openBlock(),e.createElementBlock("svg",S_,P_)}const y_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:n4},render:n4},Symbol.toStringTag,{value:"Module"})),V_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"no-color",viewBox:"0 0 24 24"},H_=[e.createElementVNode("path",{fill:"#0A66C2",d:"M22.228 0H1.772A1.772 1.772 0 0 0 0 1.772v20.456A1.772 1.772 0 0 0 1.772 24h20.456A1.772 1.772 0 0 0 24 22.228V1.772A1.772 1.772 0 0 0 22.228 0ZM7.153 20.445H3.545V8.983h3.608v11.462ZM5.347 7.395a2.072 2.072 0 1 1 2.083-2.07 2.042 2.042 0 0 1-2.083 2.07Zm15.106 13.06h-3.606v-6.262c0-1.846-.785-2.416-1.799-2.416-1.07 0-2.12.806-2.12 2.463v6.215H9.32V8.992h3.47v1.588h.047c.348-.705 1.568-1.91 3.43-1.91 2.013 0 4.188 1.195 4.188 4.695l-.002 7.09Z"},null,-1)];function h4(l,t){return e.openBlock(),e.createElementBlock("svg",V_,H_)}const j_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:h4},render:h4},Symbol.toStringTag,{value:"Module"})),A_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 16 16"},z_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M5.333 4H14M5.333 8H14m-8.667 4H14M2 4h.007M2 8h.007M2 12h.007"},null,-1)];function r4(l,t){return e.openBlock(),e.createElementBlock("svg",A_,z_)}const O_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:r4},render:r4},Symbol.toStringTag,{value:"Module"})),D_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},E_=[e.createElementVNode("g",{"clip-path":"url(#a)"},[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M10.001 1.667V5m0 10v3.333M4.11 4.108l2.358 2.359m7.067 7.066 2.358 2.359M1.668 10h3.333m10 0h3.334M4.11 15.892l2.358-2.359m7.067-7.066 2.358-2.359"})],-1),e.createElementVNode("defs",null,[e.createElementVNode("clipPath",{id:"a"},[e.createElementVNode("path",{fill:"#fff",d:"M0 0h20v20H0z"})])],-1)];function s4(l,t){return e.openBlock(),e.createElementBlock("svg",D_,E_)}const C_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:s4},render:s4},Symbol.toStringTag,{value:"Module"})),N_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 64 64"},L_=[e.createElementVNode("path",{fill:"#7C5CFC",d:"M53.333 18a7.333 7.333 0 1 0 0-14.667 7.333 7.333 0 0 0 0 14.667Z"},null,-1),e.createElementVNode("path",{fill:"#7C5CFC",d:"M53.333 21.334c-5.893 0-10.667-4.774-10.667-10.667 0-1.947.56-3.76 1.494-5.333H18.666c-7.36 0-13.333 5.946-13.333 13.28v18.613c0 7.333 5.973 13.28 13.333 13.28h4c.72 0 1.68.48 2.134 1.067l4 5.306c1.76 2.347 4.64 2.347 6.4 0l4-5.306a2.703 2.703 0 0 1 2.133-1.067h4c7.36 0 13.333-5.947 13.333-13.28V19.84c-1.573.933-3.386 1.494-5.333 1.494Z",opacity:".4"},null,-1),e.createElementVNode("path",{fill:"#7C5CFC",d:"M32 32a2.657 2.657 0 0 1-2.667-2.667c0-1.466 1.2-2.666 2.667-2.666 1.466 0 2.666 1.2 2.666 2.666A2.657 2.657 0 0 1 32 32ZM42.667 32A2.657 2.657 0 0 1 40 29.333c0-1.466 1.2-2.666 2.667-2.666 1.466 0 2.666 1.2 2.666 2.666A2.657 2.657 0 0 1 42.667 32ZM21.334 32a2.657 2.657 0 0 1-2.667-2.667c0-1.466 1.2-2.666 2.667-2.666 1.466 0 2.666 1.2 2.666 2.666A2.657 2.657 0 0 1 21.334 32Z"},null,-1)];function i4(l,t){return e.openBlock(),e.createElementBlock("svg",N_,L_)}const T_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:i4},render:i4},Symbol.toStringTag,{value:"Module"})),I_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},q_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M7.084 15.833h-.417c-3.333 0-5-.833-5-5V6.667c0-3.334 1.667-5 5-5h6.667c3.333 0 5 1.666 5 5v4.166c0 3.334-1.667 5-5 5h-.417a.845.845 0 0 0-.667.334L11 17.833c-.55.734-1.45.734-2 0l-1.25-1.666c-.133-.184-.441-.334-.666-.334Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M5.833 6.667h8.333M5.833 10.833h5"},null,-1)];function d4(l,t){return e.openBlock(),e.createElementBlock("svg",I_,q_)}const U_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:d4},render:d4},Symbol.toStringTag,{value:"Module"})),R_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 64 64"},G_=[e.createElementVNode("path",{fill:"#F29E61",d:"M40 58.667c-1.093 0-2-.907-2-2V7.333c0-1.093.907-2 2-2s2 .907 2 2v49.334c0 1.093-.907 2-2 2Z"},null,-1),e.createElementVNode("path",{fill:"#F29E61",d:"M17.334 53.333h16V10.667h-16c-5.894 0-10.667 4.773-10.667 10.666v21.334c0 5.893 4.773 10.666 10.667 10.666ZM48 53.333h-8V10.667h8c5.893 0 10.667 4.773 10.667 10.666v21.334c0 5.893-4.774 10.666-10.667 10.666Z",opacity:".4"},null,-1),e.createElementVNode("path",{fill:"#F29E61",d:"M15.334 34.667c-.347 0-.694-.08-1.014-.214a3.079 3.079 0 0 1-.88-.56 3.896 3.896 0 0 1-.586-.88A2.627 2.627 0 0 1 12.667 32c0-.693.293-1.387.773-1.893l.4-.32c.16-.107.32-.187.48-.24.16-.08.32-.134.48-.16a2.67 2.67 0 0 1 2.427.72c.48.506.773 1.2.773 1.893 0 .347-.08.693-.213 1.013-.133.32-.32.614-.56.88-.267.24-.56.427-.88.56-.32.134-.667.214-1.013.214ZM24.667 34.667c-.347 0-.694-.08-1.014-.214a3.081 3.081 0 0 1-.88-.56 2.64 2.64 0 0 1-.56-2.906c.134-.347.32-.614.56-.88.987-.987 2.774-.987 3.787 0 .48.506.773 1.2.773 1.893 0 .347-.08.693-.213 1.013-.133.32-.32.614-.56.88-.267.24-.56.427-.88.56-.32.134-.667.214-1.013.214Z"},null,-1)];function p4(l,t){return e.openBlock(),e.createElementBlock("svg",R_,G_)}const J_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:p4},render:p4},Symbol.toStringTag,{value:"Module"})),K_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},Y_=[e.createElementVNode("path",{fill:"#292D32",d:"M11.5 21a9.5 9.5 0 1 0 0-19 9.5 9.5 0 0 0 0 19ZM21.3 22c-.18 0-.36-.07-.49-.2l-1.86-1.86a.706.706 0 0 1 0-.99c.27-.27.71-.27.99 0l1.86 1.86c.27.27.27.71 0 .99-.14.13-.32.2-.5.2Z"},null,-1)];function _4(l,t){return e.openBlock(),e.createElementBlock("svg",K_,Y_)}const W_=Object.freeze(Object.defineProperty({__proto__:null,default:{render:_4},render:_4},Symbol.toStringTag,{value:"Module"})),Q_={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 16 16"},X_=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M7.667 14a6.333 6.333 0 1 0 0-12.667 6.333 6.333 0 0 0 0 12.667ZM14.667 14.667l-1.333-1.334"},null,-1)];function f4(l,t){return e.openBlock(),e.createElementBlock("svg",Q_,X_)}const ef=Object.freeze(Object.defineProperty({__proto__:null,default:{render:f4},render:f4},Symbol.toStringTag,{value:"Module"})),tf={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 25 24"},lf=[e.createElementVNode("path",{fill:"#292D32",d:"M13.492 13.38h-2.49c-.3 0-.54.24-.54.54 0 .3.24.54.54.54h2.49c.3 0 .54-.24.54-.54 0-.3-.24-.54-.54-.54ZM9.442 13.38h-1.25c-.3 0-.54.24-.54.54 0 .3.24.54.54.54h1.25c.3 0 .54-.24.54-.54 0-.3-.24-.54-.54-.54Z"},null,-1),e.createElementVNode("path",{fill:"#292D32",d:"m18.542 4.22-5.5-2.06c-.57-.21-1.5-.21-2.07 0l-5.5 2.06c-1.06.4-1.92 1.64-1.92 2.77v8.1c0 .81.53 1.88 1.18 2.36l5.5 4.11c.97.73 2.56.73 3.53 0l5.5-4.11c.65-.49 1.18-1.55 1.18-2.36v-8.1c.01-1.13-.85-2.37-1.9-2.77Zm-.37 9.43c-.02 2.07-.59 2.59-2.74 2.59h-6.85c-2.19 0-2.74-.54-2.74-2.71V11.2c0-.28.22-.5.5-.5h11.33c.28 0 .5.22.5.5v2.45Zm0-4.54c0 .28-.22.5-.5.5H6.342c-.28 0-.5-.22-.5-.5v-.64c0-1.96.46-2.59 2.17-2.7.18 0 .37-.01.57-.01h6.85c2.19 0 2.74.54 2.74 2.71v.64Z"},null,-1)];function g4(l,t){return e.openBlock(),e.createElementBlock("svg",tf,lf)}const of=Object.freeze(Object.defineProperty({__proto__:null,default:{render:g4},render:g4},Symbol.toStringTag,{value:"Module"})),cf={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},af=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M11.74 17.75h5.92c-.09.08-.18.15-.27.23l-4.27 3.2c-1.41 1.05-3.71 1.05-5.13 0l-4.28-3.2C2.77 17.28 2 15.73 2 14.56V7.15c0-1.22.93-2.57 2.07-3l4.98-1.87c.82-.31 2.18-.31 3 0l4.97 1.87c.95.36 1.76 1.36 2.01 2.38h-7.3c-.22 0-.42.01-.61.01-1.85.11-2.33.78-2.33 2.89v5.43c.01 2.3.6 2.89 2.95 2.89Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M8.8 11.22H22"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M22 9.42v5.55c-.02 2.22-.63 2.77-2.94 2.77h-7.32c-2.35 0-2.94-.59-2.94-2.9V9.41c0-2.1.48-2.77 2.33-2.89.19 0 .39-.01.61-.01h7.32c2.35.01 2.94.59 2.94 2.91Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M11.32 15.26h1.33M14.75 15.26h3.27"},null,-1)];function m4(l,t){return e.openBlock(),e.createElementBlock("svg",cf,af)}const nf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:m4},render:m4},Symbol.toStringTag,{value:"Module"})),hf={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},rf=[e.createElementVNode("path",{fill:"#292D32",d:"M17 3.5H7c-3 0-5 1.5-5 5v7c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-7c0-3.5-2-5-5-5Zm.47 6.09-3.13 2.5c-.66.53-1.5.79-2.34.79-.84 0-1.69-.26-2.34-.79l-3.13-2.5a.77.77 0 0 1-.12-1.06c.26-.32.73-.38 1.05-.12l3.13 2.5c.76.61 2.05.61 2.81 0l3.13-2.5c.32-.26.8-.21 1.05.12.26.32.21.8-.11 1.06Z"},null,-1)];function $4(l,t){return e.openBlock(),e.createElementBlock("svg",hf,rf)}const sf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:$4},render:$4},Symbol.toStringTag,{value:"Module"})),df={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},pf=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"M17 20.5H7c-3 0-5-1.5-5-5v-7c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v7c0 3.5-2 5-5 5Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10","stroke-width":"1.5",d:"m17 9-3.13 2.5c-1.03.82-2.72.82-3.75 0L7 9"},null,-1)];function v4(l,t){return e.openBlock(),e.createElementBlock("svg",df,pf)}const _f=Object.freeze(Object.defineProperty({__proto__:null,default:{render:v4},render:v4},Symbol.toStringTag,{value:"Module"})),ff={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 24 24"},gf=[e.createElementVNode("path",{fill:"#292D32",d:"M12 3C6.49 3 2 7.49 2 13s4.49 10 10 10 10-4.49 10-10S17.51 3 12 3Zm4.78 7.7-5.67 5.67a.75.75 0 0 1-1.06 0l-2.83-2.83a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.3 2.3 5.14-5.14c.29-.29.77-.29 1.06 0 .29.29.29.76 0 1.06Z"},null,-1)];function w4(l,t){return e.openBlock(),e.createElementBlock("svg",ff,gf)}const mf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:w4},render:w4},Symbol.toStringTag,{value:"Module"})),$f={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},vf=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"m7.75 12 2.83 2.83 5.67-5.66"},null,-1)];function Z4(l,t){return e.openBlock(),e.createElementBlock("svg",$f,vf)}const wf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:Z4},render:Z4},Symbol.toStringTag,{value:"Module"})),Zf={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 24 24"},uf=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2.12",d:"m6 12 4 4 8.014-8"},null,-1)];function u4(l,t){return e.openBlock(),e.createElementBlock("svg",Zf,uf)}const Mf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:u4},render:u4},Symbol.toStringTag,{value:"Module"})),Ff={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s",viewBox:"0 0 20 20"},Bf=[e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M15.116 18.017c-.733.216-1.6.316-2.617.316h-5c-1.016 0-1.883-.1-2.616-.316.183-2.167 2.408-3.875 5.116-3.875 2.709 0 4.934 1.708 5.117 3.875Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M12.5 1.667h-5c-4.167 0-5.834 1.666-5.834 5.833v5c0 3.15.95 4.875 3.217 5.517.183-2.167 2.408-3.875 5.116-3.875 2.709 0 4.934 1.708 5.117 3.875 2.267-.642 3.217-2.367 3.217-5.517v-5c0-4.167-1.667-5.833-5.834-5.833ZM10 11.808a2.987 2.987 0 0 1-2.984-2.991 2.98 2.98 0 0 1 2.983-2.984 2.98 2.98 0 0 1 2.984 2.984 2.988 2.988 0 0 1-2.984 2.991Z"},null,-1),e.createElementVNode("path",{stroke:"#292D32","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M12.984 8.817a2.987 2.987 0 0 1-2.983 2.991 2.987 2.987 0 0 1-2.983-2.991A2.98 2.98 0 0 1 10 5.833a2.98 2.98 0 0 1 2.983 2.984Z"},null,-1)];function M4(l,t){return e.openBlock(),e.createElementBlock("svg",Ff,Bf)}const bf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:M4},render:M4},Symbol.toStringTag,{value:"Module"})),xf={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-s r-f r-s",viewBox:"0 0 20 20"},kf=[e.createElementVNode("rect",{width:"19",height:"19",x:".5",y:".5",fill:"#F2F4F7",rx:"9.5"},null,-1),e.createElementVNode("path",{stroke:"#98A2B3","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.333",d:"M14.445 15v-1.111a2.223 2.223 0 0 0-2.222-2.222H7.78a2.222 2.222 0 0 0-2.222 2.222V15m6.666-7.778a2.222 2.222 0 1 1-4.444 0 2.222 2.222 0 0 1 4.444 0Z"},null,-1),e.createElementVNode("rect",{width:"19",height:"19",x:".5",y:".5",stroke:"#EAECF0",rx:"9.5"},null,-1)];function F4(l,t){return e.openBlock(),e.createElementBlock("svg",xf,kf)}const Sf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:F4},render:F4},Symbol.toStringTag,{value:"Module"})),Pf={xmlns:"http://www.w3.org/2000/svg",fill:"none",class:"p-f",viewBox:"0 0 16 16"},yf=[e.createElementVNode("path",{fill:"#292D32",d:"m13.005 3.9-3.96-2.287a2.109 2.109 0 0 0-2.1 0L2.992 3.9a2.1 2.1 0 0 0-1.047 1.82v4.56c0 .747.4 1.44 1.047 1.82l3.96 2.287a2.109 2.109 0 0 0 2.1 0l3.96-2.287a2.1 2.1 0 0 0 1.047-1.82V5.72a2.128 2.128 0 0 0-1.054-1.82ZM7.5 5.167c0-.274.226-.5.5-.5.273 0 .5.226.5.5v3.5c0 .273-.227.5-.5.5a.504.504 0 0 1-.5-.5v-3.5Zm1.113 5.92a.77.77 0 0 1-.14.22.66.66 0 0 1-.727.14.688.688 0 0 1-.22-.14.975.975 0 0 1-.146-.22.657.657 0 0 1-.047-.254c0-.173.067-.346.193-.473a.69.69 0 0 1 .22-.14.666.666 0 0 1 .727.14.69.69 0 0 1 .14.22c.033.08.053.167.053.253 0 .087-.02.174-.053.254Z"},null,-1)];function B4(l,t){return e.openBlock(),e.createElementBlock("svg",Pf,yf)}const Vf=Object.freeze(Object.defineProperty({__proto__:null,default:{render:B4},render:B4},Symbol.toStringTag,{value:"Module"}));i.MaAlert=Dt,i.MaAppIcon=Vt,i.MaAppTrackButton=Ft,i.MaBadge=zt,i.MaButton=S4,i.MaCheckbox=rt,i.MaCheckboxGroup=it,i.MaForm=U4,i.MaFormItem=G4,i.MaIcon=p,i.MaInput=x,i.MaNumericInput=ft,i.MaRadio=k,i.MaRadioGroup=jt,i.MaSelect=b,i.MaSwitch=E4,i.MaToggle=z4,i.MaTooltip=I4,i.MaTrackButton=y4,Object.defineProperty(i,Symbol.toStringTag,{value:"Module"})});
|
|
11
11
|
//# sourceMappingURL=index.umd.js.map
|