@eid-easy/eideasy-widget 2.172.1 → 2.172.2

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.
@@ -0,0 +1,14 @@
1
+ (function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e(require("vue")):"function"===typeof define&&define.amd?define([],e):"object"===typeof exports?exports["eideasy-widget"]=e(require("vue")):t["eideasy-widget"]=e(t["Vue"])})("undefined"!==typeof self?self:this,(function(t){return function(){var e={5875:function(t){
2
+ /*! For license information please see eideasy-browser-client.js.LICENSE.txt */
3
+ !function(e,a){t.exports=a()}(self,(function(){return function(){var t,e,a={9669:function(t,e,a){t.exports=a(1609)},5448:function(t,e,a){"use strict";var n=a(4867),s=a(6026),i=a(4372),r=a(5327),o=a(4097),l=a(4109),c=a(7985),u=a(5061);t.exports=function(t){return new Promise((function(e,a){var d=t.data,h=t.headers,p=t.responseType;n.isFormData(d)&&delete h["Content-Type"];var f=new XMLHttpRequest;if(t.auth){var g=t.auth.username||"",v=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";h.Authorization="Basic "+btoa(g+":"+v)}var m=o(t.baseURL,t.url);function y(){if(f){var n="getAllResponseHeaders"in f?l(f.getAllResponseHeaders()):null,i={data:p&&"text"!==p&&"json"!==p?f.response:f.responseText,status:f.status,statusText:f.statusText,headers:n,config:t,request:f};s(e,a,i),f=null}}if(f.open(t.method.toUpperCase(),r(m,t.params,t.paramsSerializer),!0),f.timeout=t.timeout,"onloadend"in f?f.onloadend=y:f.onreadystatechange=function(){f&&4===f.readyState&&(0!==f.status||f.responseURL&&0===f.responseURL.indexOf("file:"))&&setTimeout(y)},f.onabort=function(){f&&(a(u("Request aborted",t,"ECONNABORTED",f)),f=null)},f.onerror=function(){a(u("Network Error",t,null,f)),f=null},f.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),a(u(e,t,t.transitional&&t.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",f)),f=null},n.isStandardBrowserEnv()){var M=(t.withCredentials||c(m))&&t.xsrfCookieName?i.read(t.xsrfCookieName):void 0;M&&(h[t.xsrfHeaderName]=M)}"setRequestHeader"in f&&n.forEach(h,(function(t,e){void 0===d&&"content-type"===e.toLowerCase()?delete h[e]:f.setRequestHeader(e,t)})),n.isUndefined(t.withCredentials)||(f.withCredentials=!!t.withCredentials),p&&"json"!==p&&(f.responseType=t.responseType),"function"==typeof t.onDownloadProgress&&f.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&f.upload&&f.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){f&&(f.abort(),a(t),f=null)})),d||(d=null),f.send(d)}))}},1609:function(t,e,a){"use strict";var n=a(4867),s=a(1849),i=a(321),r=a(7185);function o(t){var e=new i(t),a=s(i.prototype.request,e);return n.extend(a,i.prototype,e),n.extend(a,e),a}var l=o(a(5655));l.Axios=i,l.create=function(t){return o(r(l.defaults,t))},l.Cancel=a(5263),l.CancelToken=a(4972),l.isCancel=a(6502),l.all=function(t){return Promise.all(t)},l.spread=a(8713),l.isAxiosError=a(6268),t.exports=l,t.exports.default=l},5263:function(t){"use strict";function e(t){this.message=t}e.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},e.prototype.__CANCEL__=!0,t.exports=e},4972:function(t,e,a){"use strict";var n=a(5263);function s(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var a=this;t((function(t){a.reason||(a.reason=new n(t),e(a.reason))}))}s.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},s.source=function(){var t;return{token:new s((function(e){t=e})),cancel:t}},t.exports=s},6502:function(t){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},321:function(t,e,a){"use strict";var n=a(4867),s=a(5327),i=a(782),r=a(3572),o=a(7185),l=a(4875),c=l.validators;function u(t){this.defaults=t,this.interceptors={request:new i,response:new i}}u.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=o(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=t.transitional;void 0!==e&&l.assertOptions(e,{silentJSONParsing:c.transitional(c.boolean,"1.0.0"),forcedJSONParsing:c.transitional(c.boolean,"1.0.0"),clarifyTimeoutError:c.transitional(c.boolean,"1.0.0")},!1);var a=[],n=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(n=n&&e.synchronous,a.unshift(e.fulfilled,e.rejected))}));var s,i=[];if(this.interceptors.response.forEach((function(t){i.push(t.fulfilled,t.rejected)})),!n){var u=[r,void 0];for(Array.prototype.unshift.apply(u,a),u=u.concat(i),s=Promise.resolve(t);u.length;)s=s.then(u.shift(),u.shift());return s}for(var d=t;a.length;){var h=a.shift(),p=a.shift();try{d=h(d)}catch(t){p(t);break}}try{s=r(d)}catch(t){return Promise.reject(t)}for(;i.length;)s=s.then(i.shift(),i.shift());return s},u.prototype.getUri=function(t){return t=o(this.defaults,t),s(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},n.forEach(["delete","get","head","options"],(function(t){u.prototype[t]=function(e,a){return this.request(o(a||{},{method:t,url:e,data:(a||{}).data}))}})),n.forEach(["post","put","patch"],(function(t){u.prototype[t]=function(e,a,n){return this.request(o(n||{},{method:t,url:e,data:a}))}})),t.exports=u},782:function(t,e,a){"use strict";var n=a(4867);function s(){this.handlers=[]}s.prototype.use=function(t,e,a){return this.handlers.push({fulfilled:t,rejected:e,synchronous:!!a&&a.synchronous,runWhen:a?a.runWhen:null}),this.handlers.length-1},s.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},s.prototype.forEach=function(t){n.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=s},4097:function(t,e,a){"use strict";var n=a(1793),s=a(7303);t.exports=function(t,e){return t&&!n(e)?s(t,e):e}},5061:function(t,e,a){"use strict";var n=a(481);t.exports=function(t,e,a,s,i){var r=new Error(t);return n(r,e,a,s,i)}},3572:function(t,e,a){"use strict";var n=a(4867),s=a(8527),i=a(6502),r=a(5655);function o(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return o(t),t.headers=t.headers||{},t.data=s.call(t,t.data,t.headers,t.transformRequest),t.headers=n.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),n.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||r.adapter)(t).then((function(e){return o(t),e.data=s.call(t,e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(o(t),e&&e.response&&(e.response.data=s.call(t,e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},481:function(t){"use strict";t.exports=function(t,e,a,n,s){return t.config=e,a&&(t.code=a),t.request=n,t.response=s,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},7185:function(t,e,a){"use strict";var n=a(4867);t.exports=function(t,e){e=e||{};var a={},s=["url","method","data"],i=["headers","auth","proxy","params"],r=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],o=["validateStatus"];function l(t,e){return n.isPlainObject(t)&&n.isPlainObject(e)?n.merge(t,e):n.isPlainObject(e)?n.merge({},e):n.isArray(e)?e.slice():e}function c(s){n.isUndefined(e[s])?n.isUndefined(t[s])||(a[s]=l(void 0,t[s])):a[s]=l(t[s],e[s])}n.forEach(s,(function(t){n.isUndefined(e[t])||(a[t]=l(void 0,e[t]))})),n.forEach(i,c),n.forEach(r,(function(s){n.isUndefined(e[s])?n.isUndefined(t[s])||(a[s]=l(void 0,t[s])):a[s]=l(void 0,e[s])})),n.forEach(o,(function(n){n in e?a[n]=l(t[n],e[n]):n in t&&(a[n]=l(void 0,t[n]))}));var u=s.concat(i).concat(r).concat(o),d=Object.keys(t).concat(Object.keys(e)).filter((function(t){return-1===u.indexOf(t)}));return n.forEach(d,c),a}},6026:function(t,e,a){"use strict";var n=a(5061);t.exports=function(t,e,a){var s=a.config.validateStatus;a.status&&s&&!s(a.status)?e(n("Request failed with status code "+a.status,a.config,null,a.request,a)):t(a)}},8527:function(t,e,a){"use strict";var n=a(4867),s=a(5655);t.exports=function(t,e,a){var i=this||s;return n.forEach(a,(function(a){t=a.call(i,t,e)})),t}},5655:function(t,e,a){"use strict";var n=a(4867),s=a(6016),i=a(481),r={"Content-Type":"application/x-www-form-urlencoded"};function o(t,e){!n.isUndefined(t)&&n.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var l,c={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:(("undefined"!=typeof XMLHttpRequest||"undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(l=a(5448)),l),transformRequest:[function(t,e){return s(e,"Accept"),s(e,"Content-Type"),n.isFormData(t)||n.isArrayBuffer(t)||n.isBuffer(t)||n.isStream(t)||n.isFile(t)||n.isBlob(t)?t:n.isArrayBufferView(t)?t.buffer:n.isURLSearchParams(t)?(o(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):n.isObject(t)||e&&"application/json"===e["Content-Type"]?(o(e,"application/json"),function(t,e,a){if(n.isString(t))try{return(0,JSON.parse)(t),n.trim(t)}catch(t){if("SyntaxError"!==t.name)throw t}return(0,JSON.stringify)(t)}(t)):t}],transformResponse:[function(t){var e=this.transitional,a=e&&e.silentJSONParsing,s=e&&e.forcedJSONParsing,r=!a&&"json"===this.responseType;if(r||s&&n.isString(t)&&t.length)try{return JSON.parse(t)}catch(t){if(r){if("SyntaxError"===t.name)throw i(t,this,"E_JSON_PARSE");throw t}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};n.forEach(["delete","get","head"],(function(t){c.headers[t]={}})),n.forEach(["post","put","patch"],(function(t){c.headers[t]=n.merge(r)})),t.exports=c},1849:function(t){"use strict";t.exports=function(t,e){return function(){for(var a=new Array(arguments.length),n=0;n<a.length;n++)a[n]=arguments[n];return t.apply(e,a)}}},5327:function(t,e,a){"use strict";var n=a(4867);function s(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,a){if(!e)return t;var i;if(a)i=a(e);else if(n.isURLSearchParams(e))i=e.toString();else{var r=[];n.forEach(e,(function(t,e){null!=t&&(n.isArray(t)?e+="[]":t=[t],n.forEach(t,(function(t){n.isDate(t)?t=t.toISOString():n.isObject(t)&&(t=JSON.stringify(t)),r.push(s(e)+"="+s(t))})))})),i=r.join("&")}if(i){var o=t.indexOf("#");-1!==o&&(t=t.slice(0,o)),t+=(-1===t.indexOf("?")?"?":"&")+i}return t}},7303:function(t){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},4372:function(t,e,a){"use strict";var n=a(4867);t.exports=n.isStandardBrowserEnv()?{write:function(t,e,a,s,i,r){var o=[];o.push(t+"="+encodeURIComponent(e)),n.isNumber(a)&&o.push("expires="+new Date(a).toGMTString()),n.isString(s)&&o.push("path="+s),n.isString(i)&&o.push("domain="+i),!0===r&&o.push("secure"),document.cookie=o.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},1793:function(t){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},6268:function(t){"use strict";t.exports=function(t){return"object"==typeof t&&!0===t.isAxiosError}},7985:function(t,e,a){"use strict";var n=a(4867);t.exports=n.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),a=document.createElement("a");function s(t){var n=t;return e&&(a.setAttribute("href",n),n=a.href),a.setAttribute("href",n),{href:a.href,protocol:a.protocol?a.protocol.replace(/:$/,""):"",host:a.host,search:a.search?a.search.replace(/^\?/,""):"",hash:a.hash?a.hash.replace(/^#/,""):"",hostname:a.hostname,port:a.port,pathname:"/"===a.pathname.charAt(0)?a.pathname:"/"+a.pathname}}return t=s(window.location.href),function(e){var a=n.isString(e)?s(e):e;return a.protocol===t.protocol&&a.host===t.host}}():function(){return!0}},6016:function(t,e,a){"use strict";var n=a(4867);t.exports=function(t,e){n.forEach(t,(function(a,n){n!==e&&n.toUpperCase()===e.toUpperCase()&&(t[e]=a,delete t[n])}))}},4109:function(t,e,a){"use strict";var n=a(4867),s=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,a,i,r={};return t?(n.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=n.trim(t.substr(0,i)).toLowerCase(),a=n.trim(t.substr(i+1)),e){if(r[e]&&s.indexOf(e)>=0)return;r[e]="set-cookie"===e?(r[e]?r[e]:[]).concat([a]):r[e]?r[e]+", "+a:a}})),r):r}},8713:function(t){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},4875:function(t,e,a){"use strict";var n=a(8593),s={};["object","boolean","number","function","string","symbol"].forEach((function(t,e){s[t]=function(a){return typeof a===t||"a"+(e<1?"n ":" ")+t}}));var i={},r=n.version.split(".");function o(t,e){for(var a=e?e.split("."):r,n=t.split("."),s=0;s<3;s++){if(a[s]>n[s])return!0;if(a[s]<n[s])return!1}return!1}s.transitional=function(t,e,a){var s=e&&o(e);function r(t,e){return"[Axios v"+n.version+"] Transitional option '"+t+"'"+e+(a?". "+a:"")}return function(a,n,o){if(!1===t)throw new Error(r(n," has been removed in "+e));return s&&!i[n]&&(i[n]=!0,console.warn(r(n," has been deprecated since v"+e+" and will be removed in the near future"))),!t||t(a,n,o)}},t.exports={isOlderVersion:o,assertOptions:function(t,e,a){if("object"!=typeof t)throw new TypeError("options must be an object");for(var n=Object.keys(t),s=n.length;s-- >0;){var i=n[s],r=e[i];if(r){var o=t[i],l=void 0===o||r(o,i,t);if(!0!==l)throw new TypeError("option "+i+" must be "+l)}else if(!0!==a)throw Error("Unknown option "+i)}},validators:s}},4867:function(t,e,a){"use strict";var n=a(1849),s=Object.prototype.toString;function i(t){return"[object Array]"===s.call(t)}function r(t){return void 0===t}function o(t){return null!==t&&"object"==typeof t}function l(t){if("[object Object]"!==s.call(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}function c(t){return"[object Function]"===s.call(t)}function u(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),i(t))for(var a=0,n=t.length;a<n;a++)e.call(null,t[a],a,t);else for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&e.call(null,t[s],s,t)}t.exports={isArray:i,isArrayBuffer:function(t){return"[object ArrayBuffer]"===s.call(t)},isBuffer:function(t){return null!==t&&!r(t)&&null!==t.constructor&&!r(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){return"undefined"!=typeof FormData&&t instanceof FormData},isArrayBufferView:function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer},isString:function(t){return"string"==typeof t},isNumber:function(t){return"number"==typeof t},isObject:o,isPlainObject:l,isUndefined:r,isDate:function(t){return"[object Date]"===s.call(t)},isFile:function(t){return"[object File]"===s.call(t)},isBlob:function(t){return"[object Blob]"===s.call(t)},isFunction:c,isStream:function(t){return o(t)&&c(t.pipe)},isURLSearchParams:function(t){return"undefined"!=typeof URLSearchParams&&t instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:u,merge:function t(){var e={};function a(a,n){l(e[n])&&l(a)?e[n]=t(e[n],a):l(a)?e[n]=t({},a):i(a)?e[n]=a.slice():e[n]=a}for(var n=0,s=arguments.length;n<s;n++)u(arguments[n],a);return e},extend:function(t,e,a){return u(e,(function(e,s){t[s]=a&&"function"==typeof e?n(e,a):e})),t},trim:function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")},stripBOM:function(t){return 65279===t.charCodeAt(0)&&(t=t.slice(1)),t}}},8552:function(t,e,a){var n=a(852)(a(5639),"DataView");t.exports=n},1989:function(t,e,a){var n=a(1789),s=a(401),i=a(7667),r=a(1327),o=a(1866);function l(t){var e=-1,a=null==t?0:t.length;for(this.clear();++e<a;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=s,l.prototype.get=i,l.prototype.has=r,l.prototype.set=o,t.exports=l},8407:function(t,e,a){var n=a(7040),s=a(4125),i=a(2117),r=a(7518),o=a(4705);function l(t){var e=-1,a=null==t?0:t.length;for(this.clear();++e<a;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=s,l.prototype.get=i,l.prototype.has=r,l.prototype.set=o,t.exports=l},7071:function(t,e,a){var n=a(852)(a(5639),"Map");t.exports=n},3369:function(t,e,a){var n=a(4785),s=a(1285),i=a(6e3),r=a(9916),o=a(5265);function l(t){var e=-1,a=null==t?0:t.length;for(this.clear();++e<a;){var n=t[e];this.set(n[0],n[1])}}l.prototype.clear=n,l.prototype.delete=s,l.prototype.get=i,l.prototype.has=r,l.prototype.set=o,t.exports=l},3818:function(t,e,a){var n=a(852)(a(5639),"Promise");t.exports=n},8525:function(t,e,a){var n=a(852)(a(5639),"Set");t.exports=n},6384:function(t,e,a){var n=a(8407),s=a(7465),i=a(3779),r=a(7599),o=a(4758),l=a(4309);function c(t){var e=this.__data__=new n(t);this.size=e.size}c.prototype.clear=s,c.prototype.delete=i,c.prototype.get=r,c.prototype.has=o,c.prototype.set=l,t.exports=c},2705:function(t,e,a){var n=a(5639).Symbol;t.exports=n},1149:function(t,e,a){var n=a(5639).Uint8Array;t.exports=n},577:function(t,e,a){var n=a(852)(a(5639),"WeakMap");t.exports=n},6874:function(t){t.exports=function(t,e,a){switch(a.length){case 0:return t.call(e);case 1:return t.call(e,a[0]);case 2:return t.call(e,a[0],a[1]);case 3:return t.call(e,a[0],a[1],a[2])}return t.apply(e,a)}},7412:function(t){t.exports=function(t,e){for(var a=-1,n=null==t?0:t.length;++a<n&&!1!==e(t[a],a,t););return t}},4963:function(t){t.exports=function(t,e){for(var a=-1,n=null==t?0:t.length,s=0,i=[];++a<n;){var r=t[a];e(r,a,t)&&(i[s++]=r)}return i}},4636:function(t,e,a){var n=a(2545),s=a(5694),i=a(1469),r=a(4144),o=a(5776),l=a(6719),c=Object.prototype.hasOwnProperty;t.exports=function(t,e){var a=i(t),u=!a&&s(t),d=!a&&!u&&r(t),h=!a&&!u&&!d&&l(t),p=a||u||d||h,f=p?n(t.length,String):[],g=f.length;for(var v in t)!e&&!c.call(t,v)||p&&("length"==v||d&&("offset"==v||"parent"==v)||h&&("buffer"==v||"byteLength"==v||"byteOffset"==v)||o(v,g))||f.push(v);return f}},2488:function(t){t.exports=function(t,e){for(var a=-1,n=e.length,s=t.length;++a<n;)t[s+a]=e[a];return t}},6556:function(t,e,a){var n=a(9465),s=a(7813);t.exports=function(t,e,a){(void 0!==a&&!s(t[e],a)||void 0===a&&!(e in t))&&n(t,e,a)}},4865:function(t,e,a){var n=a(9465),s=a(7813),i=Object.prototype.hasOwnProperty;t.exports=function(t,e,a){var r=t[e];i.call(t,e)&&s(r,a)&&(void 0!==a||e in t)||n(t,e,a)}},8470:function(t,e,a){var n=a(7813);t.exports=function(t,e){for(var a=t.length;a--;)if(n(t[a][0],e))return a;return-1}},4037:function(t,e,a){var n=a(8363),s=a(3674);t.exports=function(t,e){return t&&n(e,s(e),t)}},3886:function(t,e,a){var n=a(8363),s=a(1704);t.exports=function(t,e){return t&&n(e,s(e),t)}},9465:function(t,e,a){var n=a(8777);t.exports=function(t,e,a){"__proto__"==e&&n?n(t,e,{configurable:!0,enumerable:!0,value:a,writable:!0}):t[e]=a}},5990:function(t,e,a){var n=a(6384),s=a(7412),i=a(4865),r=a(4037),o=a(3886),l=a(4626),c=a(278),u=a(8805),d=a(1911),h=a(8234),p=a(6904),f=a(4160),g=a(3824),v=a(9148),m=a(8517),y=a(1469),M=a(4144),S=a(6688),_=a(3218),b=a(2928),w=a(3674),I=a(1704),z="[object Arguments]",C="[object Function]",x="[object Object]",A={};A[z]=A["[object Array]"]=A["[object ArrayBuffer]"]=A["[object DataView]"]=A["[object Boolean]"]=A["[object Date]"]=A["[object Float32Array]"]=A["[object Float64Array]"]=A["[object Int8Array]"]=A["[object Int16Array]"]=A["[object Int32Array]"]=A["[object Map]"]=A["[object Number]"]=A[x]=A["[object RegExp]"]=A["[object Set]"]=A["[object String]"]=A["[object Symbol]"]=A["[object Uint8Array]"]=A["[object Uint8ClampedArray]"]=A["[object Uint16Array]"]=A["[object Uint32Array]"]=!0,A["[object Error]"]=A[C]=A["[object WeakMap]"]=!1,t.exports=function t(e,a,k,E,F,B){var T,D=1&a,N=2&a,O=4&a;if(k&&(T=F?k(e,E,F,B):k(e)),void 0!==T)return T;if(!_(e))return e;var L=y(e);if(L){if(T=g(e),!D)return c(e,T)}else{var H=f(e),j=H==C||"[object GeneratorFunction]"==H;if(M(e))return l(e,D);if(H==x||H==z||j&&!F){if(T=N||j?{}:m(e),!D)return N?d(e,o(T,e)):u(e,r(T,e))}else{if(!A[H])return F?e:{};T=v(e,H,D)}}B||(B=new n);var P=B.get(e);if(P)return P;B.set(e,T),b(e)?e.forEach((function(n){T.add(t(n,a,k,n,e,B))})):S(e)&&e.forEach((function(n,s){T.set(s,t(n,a,k,s,e,B))}));var V=L?void 0:(O?N?p:h:N?I:w)(e);return s(V||e,(function(n,s){V&&(n=e[s=n]),i(T,s,t(n,a,k,s,e,B))})),T}},3118:function(t,e,a){var n=a(3218),s=Object.create,i=function(){function t(){}return function(e){if(!n(e))return{};if(s)return s(e);t.prototype=e;var a=new t;return t.prototype=void 0,a}}();t.exports=i},8483:function(t,e,a){var n=a(5063)();t.exports=n},8866:function(t,e,a){var n=a(2488),s=a(1469);t.exports=function(t,e,a){var i=e(t);return s(t)?i:n(i,a(t))}},4239:function(t,e,a){var n=a(2705),s=a(9607),i=a(2333),r=n?n.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":r&&r in Object(t)?s(t):i(t)}},9454:function(t,e,a){var n=a(4239),s=a(7005);t.exports=function(t){return s(t)&&"[object Arguments]"==n(t)}},5588:function(t,e,a){var n=a(4160),s=a(7005);t.exports=function(t){return s(t)&&"[object Map]"==n(t)}},8458:function(t,e,a){var n=a(3560),s=a(5346),i=a(3218),r=a(346),o=/^\[object .+?Constructor\]$/,l=Function.prototype,c=Object.prototype,u=l.toString,d=c.hasOwnProperty,h=RegExp("^"+u.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!i(t)||s(t))&&(n(t)?h:o).test(r(t))}},9221:function(t,e,a){var n=a(4160),s=a(7005);t.exports=function(t){return s(t)&&"[object Set]"==n(t)}},8749:function(t,e,a){var n=a(4239),s=a(1780),i=a(7005),r={};r["[object Float32Array]"]=r["[object Float64Array]"]=r["[object Int8Array]"]=r["[object Int16Array]"]=r["[object Int32Array]"]=r["[object Uint8Array]"]=r["[object Uint8ClampedArray]"]=r["[object Uint16Array]"]=r["[object Uint32Array]"]=!0,r["[object Arguments]"]=r["[object Array]"]=r["[object ArrayBuffer]"]=r["[object Boolean]"]=r["[object DataView]"]=r["[object Date]"]=r["[object Error]"]=r["[object Function]"]=r["[object Map]"]=r["[object Number]"]=r["[object Object]"]=r["[object RegExp]"]=r["[object Set]"]=r["[object String]"]=r["[object WeakMap]"]=!1,t.exports=function(t){return i(t)&&s(t.length)&&!!r[n(t)]}},280:function(t,e,a){var n=a(5726),s=a(6916),i=Object.prototype.hasOwnProperty;t.exports=function(t){if(!n(t))return s(t);var e=[];for(var a in Object(t))i.call(t,a)&&"constructor"!=a&&e.push(a);return e}},313:function(t,e,a){var n=a(3218),s=a(5726),i=a(3498),r=Object.prototype.hasOwnProperty;t.exports=function(t){if(!n(t))return i(t);var e=s(t),a=[];for(var o in t)("constructor"!=o||!e&&r.call(t,o))&&a.push(o);return a}},2980:function(t,e,a){var n=a(6384),s=a(6556),i=a(8483),r=a(9783),o=a(3218),l=a(1704),c=a(6390);t.exports=function t(e,a,u,d,h){e!==a&&i(a,(function(i,l){if(h||(h=new n),o(i))r(e,a,l,u,t,d,h);else{var p=d?d(c(e,l),i,l+"",e,a,h):void 0;void 0===p&&(p=i),s(e,l,p)}}),l)}},9783:function(t,e,a){var n=a(6556),s=a(4626),i=a(7133),r=a(278),o=a(8517),l=a(5694),c=a(1469),u=a(9246),d=a(4144),h=a(3560),p=a(3218),f=a(8630),g=a(6719),v=a(6390),m=a(9881);t.exports=function(t,e,a,y,M,S,_){var b=v(t,a),w=v(e,a),I=_.get(w);if(I)n(t,a,I);else{var z=S?S(b,w,a+"",t,e,_):void 0,C=void 0===z;if(C){var x=c(w),A=!x&&d(w),k=!x&&!A&&g(w);z=w,x||A||k?c(b)?z=b:u(b)?z=r(b):A?(C=!1,z=s(w,!0)):k?(C=!1,z=i(w,!0)):z=[]:f(w)||l(w)?(z=b,l(b)?z=m(b):p(b)&&!h(b)||(z=o(w))):C=!1}C&&(_.set(w,z),M(z,w,y,S,_),_.delete(w)),n(t,a,z)}}},5976:function(t,e,a){var n=a(6557),s=a(5357),i=a(61);t.exports=function(t,e){return i(s(t,e,n),t+"")}},6560:function(t,e,a){var n=a(5703),s=a(8777),i=a(6557),r=s?function(t,e){return s(t,"toString",{configurable:!0,enumerable:!1,value:n(e),writable:!0})}:i;t.exports=r},2545:function(t){t.exports=function(t,e){for(var a=-1,n=Array(t);++a<t;)n[a]=e(a);return n}},1717:function(t){t.exports=function(t){return function(e){return t(e)}}},4318:function(t,e,a){var n=a(1149);t.exports=function(t){var e=new t.constructor(t.byteLength);return new n(e).set(new n(t)),e}},4626:function(t,e,a){t=a.nmd(t);var n=a(5639),s=e&&!e.nodeType&&e,i=s&&t&&!t.nodeType&&t,r=i&&i.exports===s?n.Buffer:void 0,o=r?r.allocUnsafe:void 0;t.exports=function(t,e){if(e)return t.slice();var a=t.length,n=o?o(a):new t.constructor(a);return t.copy(n),n}},7157:function(t,e,a){var n=a(4318);t.exports=function(t,e){var a=e?n(t.buffer):t.buffer;return new t.constructor(a,t.byteOffset,t.byteLength)}},3147:function(t){var e=/\w*$/;t.exports=function(t){var a=new t.constructor(t.source,e.exec(t));return a.lastIndex=t.lastIndex,a}},419:function(t,e,a){var n=a(2705),s=n?n.prototype:void 0,i=s?s.valueOf:void 0;t.exports=function(t){return i?Object(i.call(t)):{}}},7133:function(t,e,a){var n=a(4318);t.exports=function(t,e){var a=e?n(t.buffer):t.buffer;return new t.constructor(a,t.byteOffset,t.length)}},278:function(t){t.exports=function(t,e){var a=-1,n=t.length;for(e||(e=Array(n));++a<n;)e[a]=t[a];return e}},8363:function(t,e,a){var n=a(4865),s=a(9465);t.exports=function(t,e,a,i){var r=!a;a||(a={});for(var o=-1,l=e.length;++o<l;){var c=e[o],u=i?i(a[c],t[c],c,a,t):void 0;void 0===u&&(u=t[c]),r?s(a,c,u):n(a,c,u)}return a}},8805:function(t,e,a){var n=a(8363),s=a(9551);t.exports=function(t,e){return n(t,s(t),e)}},1911:function(t,e,a){var n=a(8363),s=a(1442);t.exports=function(t,e){return n(t,s(t),e)}},4429:function(t,e,a){var n=a(5639)["__core-js_shared__"];t.exports=n},1463:function(t,e,a){var n=a(5976),s=a(6612);t.exports=function(t){return n((function(e,a){var n=-1,i=a.length,r=i>1?a[i-1]:void 0,o=i>2?a[2]:void 0;for(r=t.length>3&&"function"==typeof r?(i--,r):void 0,o&&s(a[0],a[1],o)&&(r=i<3?void 0:r,i=1),e=Object(e);++n<i;){var l=a[n];l&&t(e,l,n,r)}return e}))}},5063:function(t){t.exports=function(t){return function(e,a,n){for(var s=-1,i=Object(e),r=n(e),o=r.length;o--;){var l=r[t?o:++s];if(!1===a(i[l],l,i))break}return e}}},8777:function(t,e,a){var n=a(852),s=function(){try{var t=n(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=s},1957:function(t,e,a){var n="object"==typeof a.g&&a.g&&a.g.Object===Object&&a.g;t.exports=n},8234:function(t,e,a){var n=a(8866),s=a(9551),i=a(3674);t.exports=function(t){return n(t,i,s)}},6904:function(t,e,a){var n=a(8866),s=a(1442),i=a(1704);t.exports=function(t){return n(t,i,s)}},5050:function(t,e,a){var n=a(7019);t.exports=function(t,e){var a=t.__data__;return n(e)?a["string"==typeof e?"string":"hash"]:a.map}},852:function(t,e,a){var n=a(8458),s=a(7801);t.exports=function(t,e){var a=s(t,e);return n(a)?a:void 0}},5924:function(t,e,a){var n=a(5569)(Object.getPrototypeOf,Object);t.exports=n},9607:function(t,e,a){var n=a(2705),s=Object.prototype,i=s.hasOwnProperty,r=s.toString,o=n?n.toStringTag:void 0;t.exports=function(t){var e=i.call(t,o),a=t[o];try{t[o]=void 0;var n=!0}catch(t){}var s=r.call(t);return n&&(e?t[o]=a:delete t[o]),s}},9551:function(t,e,a){var n=a(4963),s=a(479),i=Object.prototype.propertyIsEnumerable,r=Object.getOwnPropertySymbols,o=r?function(t){return null==t?[]:(t=Object(t),n(r(t),(function(e){return i.call(t,e)})))}:s;t.exports=o},1442:function(t,e,a){var n=a(2488),s=a(5924),i=a(9551),r=a(479),o=Object.getOwnPropertySymbols?function(t){for(var e=[];t;)n(e,i(t)),t=s(t);return e}:r;t.exports=o},4160:function(t,e,a){var n=a(8552),s=a(7071),i=a(3818),r=a(8525),o=a(577),l=a(4239),c=a(346),u="[object Map]",d="[object Promise]",h="[object Set]",p="[object WeakMap]",f="[object DataView]",g=c(n),v=c(s),m=c(i),y=c(r),M=c(o),S=l;(n&&S(new n(new ArrayBuffer(1)))!=f||s&&S(new s)!=u||i&&S(i.resolve())!=d||r&&S(new r)!=h||o&&S(new o)!=p)&&(S=function(t){var e=l(t),a="[object Object]"==e?t.constructor:void 0,n=a?c(a):"";if(n)switch(n){case g:return f;case v:return u;case m:return d;case y:return h;case M:return p}return e}),t.exports=S},7801:function(t){t.exports=function(t,e){return null==t?void 0:t[e]}},1789:function(t,e,a){var n=a(4536);t.exports=function(){this.__data__=n?n(null):{},this.size=0}},401:function(t){t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},7667:function(t,e,a){var n=a(4536),s=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(n){var a=e[t];return"__lodash_hash_undefined__"===a?void 0:a}return s.call(e,t)?e[t]:void 0}},1327:function(t,e,a){var n=a(4536),s=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return n?void 0!==e[t]:s.call(e,t)}},1866:function(t,e,a){var n=a(4536);t.exports=function(t,e){var a=this.__data__;return this.size+=this.has(t)?0:1,a[t]=n&&void 0===e?"__lodash_hash_undefined__":e,this}},3824:function(t){var e=Object.prototype.hasOwnProperty;t.exports=function(t){var a=t.length,n=new t.constructor(a);return a&&"string"==typeof t[0]&&e.call(t,"index")&&(n.index=t.index,n.input=t.input),n}},9148:function(t,e,a){var n=a(4318),s=a(7157),i=a(3147),r=a(419),o=a(7133);t.exports=function(t,e,a){var l=t.constructor;switch(e){case"[object ArrayBuffer]":return n(t);case"[object Boolean]":case"[object Date]":return new l(+t);case"[object DataView]":return s(t,a);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return o(t,a);case"[object Map]":case"[object Set]":return new l;case"[object Number]":case"[object String]":return new l(t);case"[object RegExp]":return i(t);case"[object Symbol]":return r(t)}}},8517:function(t,e,a){var n=a(3118),s=a(5924),i=a(5726);t.exports=function(t){return"function"!=typeof t.constructor||i(t)?{}:n(s(t))}},5776:function(t){var e=/^(?:0|[1-9]\d*)$/;t.exports=function(t,a){var n=typeof t;return!!(a=null==a?9007199254740991:a)&&("number"==n||"symbol"!=n&&e.test(t))&&t>-1&&t%1==0&&t<a}},6612:function(t,e,a){var n=a(7813),s=a(8612),i=a(5776),r=a(3218);t.exports=function(t,e,a){if(!r(a))return!1;var o=typeof e;return!!("number"==o?s(a)&&i(e,a.length):"string"==o&&e in a)&&n(a[e],t)}},7019:function(t){t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},5346:function(t,e,a){var n,s=a(4429),i=(n=/[^.]+$/.exec(s&&s.keys&&s.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";t.exports=function(t){return!!i&&i in t}},5726:function(t){var e=Object.prototype;t.exports=function(t){var a=t&&t.constructor;return t===("function"==typeof a&&a.prototype||e)}},7040:function(t){t.exports=function(){this.__data__=[],this.size=0}},4125:function(t,e,a){var n=a(8470),s=Array.prototype.splice;t.exports=function(t){var e=this.__data__,a=n(e,t);return!(a<0||(a==e.length-1?e.pop():s.call(e,a,1),--this.size,0))}},2117:function(t,e,a){var n=a(8470);t.exports=function(t){var e=this.__data__,a=n(e,t);return a<0?void 0:e[a][1]}},7518:function(t,e,a){var n=a(8470);t.exports=function(t){return n(this.__data__,t)>-1}},4705:function(t,e,a){var n=a(8470);t.exports=function(t,e){var a=this.__data__,s=n(a,t);return s<0?(++this.size,a.push([t,e])):a[s][1]=e,this}},4785:function(t,e,a){var n=a(1989),s=a(8407),i=a(7071);t.exports=function(){this.size=0,this.__data__={hash:new n,map:new(i||s),string:new n}}},1285:function(t,e,a){var n=a(5050);t.exports=function(t){var e=n(this,t).delete(t);return this.size-=e?1:0,e}},6e3:function(t,e,a){var n=a(5050);t.exports=function(t){return n(this,t).get(t)}},9916:function(t,e,a){var n=a(5050);t.exports=function(t){return n(this,t).has(t)}},5265:function(t,e,a){var n=a(5050);t.exports=function(t,e){var a=n(this,t),s=a.size;return a.set(t,e),this.size+=a.size==s?0:1,this}},4536:function(t,e,a){var n=a(852)(Object,"create");t.exports=n},6916:function(t,e,a){var n=a(5569)(Object.keys,Object);t.exports=n},3498:function(t){t.exports=function(t){var e=[];if(null!=t)for(var a in Object(t))e.push(a);return e}},1167:function(t,e,a){t=a.nmd(t);var n=a(1957),s=e&&!e.nodeType&&e,i=s&&t&&!t.nodeType&&t,r=i&&i.exports===s&&n.process,o=function(){try{return i&&i.require&&i.require("util").types||r&&r.binding&&r.binding("util")}catch(t){}}();t.exports=o},2333:function(t){var e=Object.prototype.toString;t.exports=function(t){return e.call(t)}},5569:function(t){t.exports=function(t,e){return function(a){return t(e(a))}}},5357:function(t,e,a){var n=a(6874),s=Math.max;t.exports=function(t,e,a){return e=s(void 0===e?t.length-1:e,0),function(){for(var i=arguments,r=-1,o=s(i.length-e,0),l=Array(o);++r<o;)l[r]=i[e+r];r=-1;for(var c=Array(e+1);++r<e;)c[r]=i[r];return c[e]=a(l),n(t,this,c)}}},5639:function(t,e,a){var n=a(1957),s="object"==typeof self&&self&&self.Object===Object&&self,i=n||s||Function("return this")();t.exports=i},6390:function(t){t.exports=function(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}},61:function(t,e,a){var n=a(6560),s=a(1275)(n);t.exports=s},1275:function(t){var e=Date.now;t.exports=function(t){var a=0,n=0;return function(){var s=e(),i=16-(s-n);if(n=s,i>0){if(++a>=800)return arguments[0]}else a=0;return t.apply(void 0,arguments)}}},7465:function(t,e,a){var n=a(8407);t.exports=function(){this.__data__=new n,this.size=0}},3779:function(t){t.exports=function(t){var e=this.__data__,a=e.delete(t);return this.size=e.size,a}},7599:function(t){t.exports=function(t){return this.__data__.get(t)}},4758:function(t){t.exports=function(t){return this.__data__.has(t)}},4309:function(t,e,a){var n=a(8407),s=a(7071),i=a(3369);t.exports=function(t,e){var a=this.__data__;if(a instanceof n){var r=a.__data__;if(!s||r.length<199)return r.push([t,e]),this.size=++a.size,this;a=this.__data__=new i(r)}return a.set(t,e),this.size=a.size,this}},346:function(t){var e=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return e.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},361:function(t,e,a){var n=a(5990);t.exports=function(t){return n(t,5)}},5703:function(t){t.exports=function(t){return function(){return t}}},7813:function(t){t.exports=function(t,e){return t===e||t!=t&&e!=e}},6557:function(t){t.exports=function(t){return t}},5694:function(t,e,a){var n=a(9454),s=a(7005),i=Object.prototype,r=i.hasOwnProperty,o=i.propertyIsEnumerable,l=n(function(){return arguments}())?n:function(t){return s(t)&&r.call(t,"callee")&&!o.call(t,"callee")};t.exports=l},1469:function(t){var e=Array.isArray;t.exports=e},8612:function(t,e,a){var n=a(3560),s=a(1780);t.exports=function(t){return null!=t&&s(t.length)&&!n(t)}},9246:function(t,e,a){var n=a(8612),s=a(7005);t.exports=function(t){return s(t)&&n(t)}},4144:function(t,e,a){t=a.nmd(t);var n=a(5639),s=a(5062),i=e&&!e.nodeType&&e,r=i&&t&&!t.nodeType&&t,o=r&&r.exports===i?n.Buffer:void 0,l=(o?o.isBuffer:void 0)||s;t.exports=l},3560:function(t,e,a){var n=a(4239),s=a(3218);t.exports=function(t){if(!s(t))return!1;var e=n(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},1780:function(t){t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},6688:function(t,e,a){var n=a(5588),s=a(1717),i=a(1167),r=i&&i.isMap,o=r?s(r):n;t.exports=o},3218:function(t){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},7005:function(t){t.exports=function(t){return null!=t&&"object"==typeof t}},8630:function(t,e,a){var n=a(4239),s=a(5924),i=a(7005),r=Function.prototype,o=Object.prototype,l=r.toString,c=o.hasOwnProperty,u=l.call(Object);t.exports=function(t){if(!i(t)||"[object Object]"!=n(t))return!1;var e=s(t);if(null===e)return!0;var a=c.call(e,"constructor")&&e.constructor;return"function"==typeof a&&a instanceof a&&l.call(a)==u}},2928:function(t,e,a){var n=a(9221),s=a(1717),i=a(1167),r=i&&i.isSet,o=r?s(r):n;t.exports=o},6719:function(t,e,a){var n=a(8749),s=a(1717),i=a(1167),r=i&&i.isTypedArray,o=r?s(r):n;t.exports=o},3674:function(t,e,a){var n=a(4636),s=a(280),i=a(8612);t.exports=function(t){return i(t)?n(t):s(t)}},1704:function(t,e,a){var n=a(4636),s=a(313),i=a(8612);t.exports=function(t){return i(t)?n(t,!0):s(t)}},2492:function(t,e,a){var n=a(2980),s=a(1463)((function(t,e,a){n(t,e,a)}));t.exports=s},479:function(t){t.exports=function(){return[]}},5062:function(t){t.exports=function(){return!1}},9881:function(t,e,a){var n=a(8363),s=a(1704);t.exports=function(t){return n(t,s(t))}},7061:function(t,e,a){var n=a(8698).default;function s(){"use strict";t.exports=s=function(){return e},t.exports.__esModule=!0,t.exports.default=t.exports;var e={},a=Object.prototype,i=a.hasOwnProperty,r=Object.defineProperty||function(t,e,a){t[e]=a.value},o="function"==typeof Symbol?Symbol:{},l=o.iterator||"@@iterator",c=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function d(t,e,a){return Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{d({},"")}catch(t){d=function(t,e,a){return t[e]=a}}function h(t,e,a,n){var s=e&&e.prototype instanceof g?e:g,i=Object.create(s.prototype),o=new A(n||[]);return r(i,"_invoke",{value:I(t,a,o)}),i}function p(t,e,a){try{return{type:"normal",arg:t.call(e,a)}}catch(t){return{type:"throw",arg:t}}}e.wrap=h;var f={};function g(){}function v(){}function m(){}var y={};d(y,l,(function(){return this}));var M=Object.getPrototypeOf,S=M&&M(M(k([])));S&&S!==a&&i.call(S,l)&&(y=S);var _=m.prototype=g.prototype=Object.create(y);function b(t){["next","throw","return"].forEach((function(e){d(t,e,(function(t){return this._invoke(e,t)}))}))}function w(t,e){function a(s,r,o,l){var c=p(t[s],t,r);if("throw"!==c.type){var u=c.arg,d=u.value;return d&&"object"==n(d)&&i.call(d,"__await")?e.resolve(d.__await).then((function(t){a("next",t,o,l)}),(function(t){a("throw",t,o,l)})):e.resolve(d).then((function(t){u.value=t,o(u)}),(function(t){return a("throw",t,o,l)}))}l(c.arg)}var s;r(this,"_invoke",{value:function(t,n){function i(){return new e((function(e,s){a(t,n,e,s)}))}return s=s?s.then(i,i):i()}})}function I(t,e,a){var n="suspendedStart";return function(s,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===s)throw i;return{value:void 0,done:!0}}for(a.method=s,a.arg=i;;){var r=a.delegate;if(r){var o=z(r,a);if(o){if(o===f)continue;return o}}if("next"===a.method)a.sent=a._sent=a.arg;else if("throw"===a.method){if("suspendedStart"===n)throw n="completed",a.arg;a.dispatchException(a.arg)}else"return"===a.method&&a.abrupt("return",a.arg);n="executing";var l=p(t,e,a);if("normal"===l.type){if(n=a.done?"completed":"suspendedYield",l.arg===f)continue;return{value:l.arg,done:a.done}}"throw"===l.type&&(n="completed",a.method="throw",a.arg=l.arg)}}}function z(t,e){var a=e.method,n=t.iterator[a];if(void 0===n)return e.delegate=null,"throw"===a&&t.iterator.return&&(e.method="return",e.arg=void 0,z(t,e),"throw"===e.method)||"return"!==a&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+a+"' method")),f;var s=p(n,t.iterator,e.arg);if("throw"===s.type)return e.method="throw",e.arg=s.arg,e.delegate=null,f;var i=s.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,f):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,f)}function C(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function x(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function A(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(C,this),this.reset(!0)}function k(t){if(t){var e=t[l];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var a=-1,n=function e(){for(;++a<t.length;)if(i.call(t,a))return e.value=t[a],e.done=!1,e;return e.value=void 0,e.done=!0,e};return n.next=n}}return{next:E}}function E(){return{value:void 0,done:!0}}return v.prototype=m,r(_,"constructor",{value:m,configurable:!0}),r(m,"constructor",{value:v,configurable:!0}),v.displayName=d(m,u,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===v||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,d(t,u,"GeneratorFunction")),t.prototype=Object.create(_),t},e.awrap=function(t){return{__await:t}},b(w.prototype),d(w.prototype,c,(function(){return this})),e.AsyncIterator=w,e.async=function(t,a,n,s,i){void 0===i&&(i=Promise);var r=new w(h(t,a,n,s),i);return e.isGeneratorFunction(a)?r:r.next().then((function(t){return t.done?t.value:r.next()}))},b(_),d(_,u,"Generator"),d(_,l,(function(){return this})),d(_,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),a=[];for(var n in e)a.push(n);return a.reverse(),function t(){for(;a.length;){var n=a.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=k,A.prototype={constructor:A,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(x),!t)for(var e in this)"t"===e.charAt(0)&&i.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function a(a,n){return r.type="throw",r.arg=t,e.next=a,n&&(e.method="next",e.arg=void 0),!!n}for(var n=this.tryEntries.length-1;n>=0;--n){var s=this.tryEntries[n],r=s.completion;if("root"===s.tryLoc)return a("end");if(s.tryLoc<=this.prev){var o=i.call(s,"catchLoc"),l=i.call(s,"finallyLoc");if(o&&l){if(this.prev<s.catchLoc)return a(s.catchLoc,!0);if(this.prev<s.finallyLoc)return a(s.finallyLoc)}else if(o){if(this.prev<s.catchLoc)return a(s.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<s.finallyLoc)return a(s.finallyLoc)}}}},abrupt:function(t,e){for(var a=this.tryEntries.length-1;a>=0;--a){var n=this.tryEntries[a];if(n.tryLoc<=this.prev&&i.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var s=n;break}}s&&("break"===t||"continue"===t)&&s.tryLoc<=e&&e<=s.finallyLoc&&(s=null);var r=s?s.completion:{};return r.type=t,r.arg=e,s?(this.method="next",this.next=s.finallyLoc,f):this.complete(r)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),f},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var a=this.tryEntries[e];if(a.finallyLoc===t)return this.complete(a.completion,a.afterLoc),x(a),f}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var a=this.tryEntries[e];if(a.tryLoc===t){var n=a.completion;if("throw"===n.type){var s=n.arg;x(a)}return s}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,a){return this.delegate={iterator:k(t),resultName:e,nextLoc:a},"next"===this.method&&(this.arg=void 0),f}},e}t.exports=s,t.exports.__esModule=!0,t.exports.default=t.exports},8698:function(t){function e(a){return t.exports=e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,e(a)}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports},4687:function(t,e,a){var n=a(7061)();t.exports=n;try{regeneratorRuntime=n}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},8593:function(t){"use strict";t.exports=JSON.parse('{"name":"axios","version":"0.21.4","description":"Promise based HTTP client for the browser and node.js","main":"index.js","scripts":{"test":"grunt test","start":"node ./sandbox/server.js","build":"NODE_ENV=production grunt build","preversion":"npm test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json","postversion":"git push && git push --tags","examples":"node ./examples/server.js","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","fix":"eslint --fix lib/**/*.js"},"repository":{"type":"git","url":"https://github.com/axios/axios.git"},"keywords":["xhr","http","ajax","promise","node"],"author":"Matt Zabriskie","license":"MIT","bugs":{"url":"https://github.com/axios/axios/issues"},"homepage":"https://axios-http.com","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"browser":{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},"jsdelivr":"dist/axios.min.js","unpkg":"dist/axios.min.js","typings":"./index.d.ts","dependencies":{"follow-redirects":"^1.14.0"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}]}')}},n={};function s(t){var e=n[t];if(void 0!==e)return e.exports;var i=n[t]={id:t,loaded:!1,exports:{}};return a[t](i,i.exports,s),i.loaded=!0,i.exports}s.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return s.d(e,{a:e}),e},e=Object.getPrototypeOf?function(t){return Object.getPrototypeOf(t)}:function(t){return t.__proto__},s.t=function(a,n){if(1&n&&(a=this(a)),8&n)return a;if("object"==typeof a&&a){if(4&n&&a.__esModule)return a;if(16&n&&"function"==typeof a.then)return a}var i=Object.create(null);s.r(i);var r={};t=t||[null,e({}),e([]),e(e)];for(var o=2&n&&a;"object"==typeof o&&!~t.indexOf(o);o=e(o))Object.getOwnPropertyNames(o).forEach((function(t){r[t]=function(){return a[t]}}));return r.default=function(){return a},s.d(i,r),i},s.d=function(t,e){for(var a in e)s.o(e,a)&&!s.o(t,a)&&Object.defineProperty(t,a,{enumerable:!0,get:e[a]})},s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),s.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},s.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},s.nmd=function(t){return t.paths=[],t.children||(t.children=[]),t};var i={};return function(){"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(e,a,n){return(a=function(e){var a=function(e,a){if("object"!==t(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var s=n.call(e,"string");if("object"!==t(s))return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===t(a)?a:String(a)}(a))in e?Object.defineProperty(e,a,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[a]=n,e}var a;s.r(i),s.d(i,{allMethods:function(){return l},createClient:function(){return bi},default:function(){return wi},getMethodByHandlingModule:function(){return c},methodActionTypes:function(){return r},methodTypes:function(){return n},moduleNames:function(){return o}});var n={IDENTIFICATION:"identification",SIGNATURE:"signature"},r={BE_ID_LOGIN:"be-id-login",EE_ID_LOGIN:"ee-id-login",FI_ID_LOGIN:"fi-id-login",PT_ID_LOGIN:"pt-id-login",LV_ID_LOGIN:"lv-id-login",LT_ID_LOGIN:"lt-id-login",RS_ID_LOGIN:"rs-id-login",EE_MOBILE_ID:"mid-login",LV_EPARAKSTS_MOBILE_LOGIN:"lv-eparaksts-mobile-login",LV_EPARAKSTS_ID_LOGIN:"lv-eparaksts-id-login",LT_MOBILE_ID:"lt-mobile-id",SMART_ID:"smartid",FREJA_EID_LOGIN:"freja-eid-login",ZEALID_LOGIN:"zealid-login",CZ_MOJEID:"mojeid",EDOAPP_EID_LOGIN:"edoapp-eid-login",AT_HANDY_SIGNATUR_LOGIN:"at-handy-signatur-login",FI_FTN_LOGIN:"finnish-ftn-login",ITSME_LOGIN:"itsme-login",ITSME_LOGIN_BASIC:"itsme-login-basic",ITSME_LOGIN_STANDARD:"itsme-login-standard",SE_BANKID_LOGIN:"swedish-bankid-login",IDIN_LOGIN:"idin-login",VERIFAI_LOGIN:"verifai-login",YOONIK_LOGIN:"yoonik-login",PL_MOJEID_LOGIN:"pl-mojeid-login",MIT_ID_LOGIN:"mit-id-login",NORWEGIAN_BANKID_LOGIN:"norwegian-bankid-login",FTN_LOGIN:"ftn-login",ZEAL_ID_SIGNATURE:"zealid-signature",EE_IDCARD_SIGNATURE:"id-signature",EE_MOBILEID_SIGNATURE:"mid-signature",LT_MOBILEID_SIGNATURE:"lt-mid-signature",SMARTID_SIGNATURE:"smart-id-signature",BE_IDCARD_SIGNATURE:"be-id-signature",LV_IDCARD_SIGNATURE:"lv-id-signature",LT_IDCARD_SIGNATURE:"lt-id-signature",FI_IDCARD_SIGNATURE:"fi-id-signature",LU_IDCARD_SIGNATURE:"lu-id-signature",PT_IDCARD_SIGNATURE:"pt-id-signature",HR_IDCARD_SIGNATURE:"hr-id-signature",CERTEUROPE_USB_TOKEN_SIGNATURE:"certeurope-usb-token-signature",CERTSIGN_USB_TOKEN_SIGNATURE:"certsign-usb-token-signature",LV_EPARAKSTS_MOBILE_SIGNATURE:"lv-eparaksts-mobile-signature",AT_HANDY_SIGNATUR_SIGNATURE:"at-handy-signatur-signature",REGISTRU_CENTRAS_SIGNATURE:"registru-centras-signature",OTP_EMAIL:"otp-email-non-qualified",FI_FTN_ADVANCED_FULL_SIGNATURE:"fi-ftn-advanced-full-signature",FI_FTN_ADVANCED_SIGNATURE:"fi-ftn-advanced-signature",FI_FTN_QUALIFIED_SIGNATURE:"fi-ftn-qes-signature",EVROTRUST_SIGNATURE:"evrotrust-signature",CZ_MOJEID_ADVANCED_SIGNATURE:"cz-mojeid-advanced-signature",GOOGLE_SIGNATURE:"google-signature",SE_BANKID_SIGNATURE:"swedish-bankid-signature",D_TRUST_SIGN_ME_QUALIFIED_SIGNATURE:"d-trust-sign-me-qes-signature",CHAVE_MOVEL_QUALIFIED_SIGNATURE:"chave-movel-qes-signature",MIT_ID_SIMPLE_SIGNATURE:"mit-id-simple-signature",DK_MITID_ADVANCED_SIGNATURE:"dk-mitid-advanced-signature",DK_MITID_QES_SIGNATURE:"dk-mitid-qes-signature",SE_BANK_ID_ADVANCED_SIGNATURE:"se-bankid-advanced-signature",SE_BANK_ID_QES_SIGNATURE:"se-bankid-qes-signature",NORWEGIAN_BANKID_ADVANCED_SIGNATURE:"norwegian-bankid-adv-signature",IDIN_SIMPLE_SIGNATURE:"idin-simple-signature",VERIFAI_SIMPLE_SIGNATURE:"verifai-simple-signature",SPID_QUALIFIED_SIGNATURE:"spid-qes-signature",FREJA_SIMPLE_SIGNATURE:"freja-simple-signature",AUDKENNI_QUALIFIED_SIGNATURE:"audkenni-qes-signature",YES_COM_QUALIFIED_SIGNATURE:"yes-com-qes-signature",SIMPLY_SIGN_QES_SIGNATURE:"simply-sign-qes-signature",UANATACA_QUALIFIED_SIGNATURE:"uanataca-qes-signature",CERTSIGN_WEBAPI_QUALIFIED_SIGNATURE:"certsign-webapi-qes-signature",HALCOM_QUALIFIED_SIGNATURE:"halcom-qes-signature",SWISS_ID_QUALIFIED_SIGNATURE:"swiss-id-qes-signature",SWISS_COM_QUALIFIED_SIGNATURE:"swiss-com-qes-signature",SE_FREJA_EID_ADVANCED_SIGNATURE:"se-frejaeid-advanced-signature",SE_FREJA_EID_QES_SIGNATURE:"se-frejaeid-qes-signature",ITSME_QES_SIGNATURE:"itsme-qes-signature"},o={idCard:"idCard",mobileId:"mobileId",eParakstsMobile:"eParakstsMobile",eParakstsSmartCard:"eParakstsSmartCard",smartId:"smartId",frejaEid:"frejaEid",zealId:"zealId",mojeId:"mojeId",edoAppEid:"edoAppEid",finnishTrustNetwork:"finnishTrustNetwork",atHandy:"atHandy",itsme:"itsme",itsmeBasic:"itsmeBasic",itsmeStandard:"itsmeStandard",seBankId:"seBankId",idin:"idin",verifai:"verifai",yoonik:"yoonik",plMojeId:"plMojeId",mitId:"mitId",norwegianBankId:"norwegianBankId",ftn:"ftn",idCardSignature:"idCardSignature",certEuropeUsbTokenSignature:"certEuropeUsbTokenSignature",certSignUsbTokenSignature:"certSignUsbTokenSignature",mobileIdSignature:"mobileIdSignature",smartIdSignature:"smartIdSignature",evroTrustSignature:"evroTrustSignature",otpSignature:"otpSignature",eParakstsMobileSignature:"eParakstsMobileSignature",ftnAdvancedFullSignature:"ftnAdvancedFullSignature",mitIdAdvancedSignature:"mitIdAdvancedSignature",mitIdQesSignature:"mitIdQesSignature",seBankIdAdvancedSignature:"seBankIdAdvancedSignature",seBankIdQesSignature:"seBankIdQesSignature",ftnSignature:"ftnSignature",ftnQesSignature:"ftnQesSignature",atHandySignature:"atHandySignature",zealIdSignature:"zealIdSignature",mojeIdSignature:"mojeIdSignature",googleSignature:"googleSignature",seBankIdSignature:"seBankIdSignature",dTrustSignMeSignature:"dTrustSignMeSignature",chaveMovelSignature:"chaveMovelSignature",mitIdSignature:"mitIdSignature",noBankIdAdvSignature:"noBankIdAdvSignature",idinSignature:"idinSignature",verifaiSignature:"verifaiSignature",spidQesSignature:"spidQesSignature",frejaSimpleSignature:"frejaSimpleSignature",audkenniQesSignature:"audkenniQesSignature",yesComQesSignature:"yesComQesSignature",simplySignQesSignature:"simplySignQesSignature",uanatacaQesSignature:"uanatacaQesSignature",certsignWebapiQesSignature:"certsignWebapiQesSignature",halcomQesSignature:"halcomQesSignature",swissIdQesSignature:"swissIdQesSignature",swissComQesSignature:"swissComQesSignature",frejaAdvancedSignature:"frejaAdvancedSignature",frejaQesSignature:"frejaQesSignature",itsmeQesSignature:"itsmeQesSignature"},l=Object.freeze((e(a={},n.IDENTIFICATION,[{actionType:r.BE_ID_LOGIN,handlingModule:o.idCard,supportedCountries:["BE"]},{actionType:r.EE_ID_LOGIN,handlingModule:o.idCard,supportedCountries:["EE"]},{actionType:r.FI_ID_LOGIN,handlingModule:o.idCard,supportedCountries:["FI"]},{actionType:r.LV_ID_LOGIN,handlingModule:o.idCard,supportedCountries:["LV"]},{actionType:r.LT_ID_LOGIN,handlingModule:o.idCard,supportedCountries:["LT"]},{actionType:r.PT_ID_LOGIN,handlingModule:o.idCard,supportedCountries:["PT"]},{actionType:r.RS_ID_LOGIN,handlingModule:o.idCard,supportedCountries:["RS"]},{actionType:r.LV_EPARAKSTS_MOBILE_LOGIN,handlingModule:o.eParakstsMobile,supportedCountries:["LV"]},{actionType:r.LV_EPARAKSTS_ID_LOGIN,handlingModule:o.eParakstsSmartCard,supportedCountries:["LV"]},{actionType:r.LT_MOBILE_ID,handlingModule:o.mobileId,supportedCountries:["LT"]},{actionType:r.EE_MOBILE_ID,handlingModule:o.mobileId,supportedCountries:["EE"]},{actionType:r.SMART_ID,handlingModule:o.smartId,supportedCountries:["EE","LV","LT"]},{actionType:r.FREJA_EID_LOGIN,handlingModule:o.frejaEid,supportedCountries:["FI","SE","NO","DK"]},{actionType:r.ZEALID_LOGIN,handlingModule:o.zealId,supportedCountries:["AT","BE","BG","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IT","LV","LT","NL","NO","PL","PT","RO","RS","SE","SI","SK"]},{actionType:r.CZ_MOJEID,handlingModule:o.mojeId,supportedCountries:["CZ"]},{actionType:r.EDOAPP_EID_LOGIN,handlingModule:o.edoAppEid,supportedCountries:["PL"]},{actionType:r.FI_FTN_LOGIN,handlingModule:o.finnishTrustNetwork,supportedCountries:["FI"]},{actionType:r.AT_HANDY_SIGNATUR_LOGIN,handlingModule:o.atHandy,supportedCountries:["AT"]},{actionType:r.ITSME_LOGIN,handlingModule:o.itsme,supportedCountries:["BE"]},{actionType:r.ITSME_LOGIN_BASIC,handlingModule:o.itsmeBasic,supportedCountries:["BE"]},{actionType:r.ITSME_LOGIN_STANDARD,handlingModule:o.itsmeStandard,supportedCountries:["BE"]},{actionType:r.SE_BANKID_LOGIN,handlingModule:o.seBankId,supportedCountries:["SE"]},{actionType:r.IDIN_LOGIN,handlingModule:o.idin,supportedCountries:["NL"]},{actionType:r.VERIFAI_LOGIN,handlingModule:o.verifai,supportedCountries:["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BV","BR","IO","BN","BG","BF","BI","CV","KH","CM","CA","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","ER","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","GH","GI","GR","GL","GD","GP","GU","GT","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","KP","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","GS","KR","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","GB","UM","US","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},{actionType:r.YOONIK_LOGIN,handlingModule:o.yoonik,supportedCountries:["WORLD"]},{actionType:r.PL_MOJEID_LOGIN,handlingModule:o.plMojeId,supportedCountries:["PL"]},{actionType:r.MIT_ID_LOGIN,handlingModule:o.mitId,supportedCountries:["DK"]},{actionType:r.NORWEGIAN_BANKID_LOGIN,handlingModule:o.norwegianBankId,supportedCountries:["NO"]},{actionType:r.FTN_LOGIN,handlingModule:o.ftn,supportedCountries:["FI"]}]),e(a,n.SIGNATURE,[{actionType:r.EE_IDCARD_SIGNATURE,handlingModule:o.idCardSignature,supportedCountries:["EE"]},{actionType:r.LV_IDCARD_SIGNATURE,handlingModule:o.idCardSignature,supportedCountries:["LV"]},{actionType:r.LT_IDCARD_SIGNATURE,handlingModule:o.idCardSignature,supportedCountries:["LT"]},{actionType:r.FI_IDCARD_SIGNATURE,handlingModule:o.idCardSignature,supportedCountries:["FI","AX"]},{actionType:r.PT_IDCARD_SIGNATURE,handlingModule:o.idCardSignature,supportedCountries:["PT"]},{actionType:r.BE_IDCARD_SIGNATURE,handlingModule:o.idCardSignature,supportedCountries:["BE"]},{actionType:r.HR_IDCARD_SIGNATURE,handlingModule:o.idCardSignature,supportedCountries:["HR"]},{actionType:r.CERTEUROPE_USB_TOKEN_SIGNATURE,handlingModule:o.certEuropeUsbTokenSignature,supportedCountries:["FR"]},{actionType:r.CERTSIGN_USB_TOKEN_SIGNATURE,handlingModule:o.certSignUsbTokenSignature,supportedCountries:["RO"]},{actionType:r.EE_MOBILEID_SIGNATURE,handlingModule:o.mobileIdSignature,supportedCountries:["EE"]},{actionType:r.LT_MOBILEID_SIGNATURE,handlingModule:o.mobileIdSignature,supportedCountries:["LT"]},{actionType:r.SMARTID_SIGNATURE,handlingModule:o.smartIdSignature,supportedCountries:["EE","LV","LT"]},{actionType:r.EVROTRUST_SIGNATURE,handlingModule:o.evroTrustSignature,supportedCountries:["AL","AD","AM","AU","AT","AZ","BY","BE","BA","BG","CA","HR","CY","CZ","DK","EE","FI","FR","GE","DE","GR","HU","IS","IE","IT","IL","KZ","KE","XK","LV","LI","LT","LU","MT","MD","MC","ME","NL","NZ","NO","MK","PL","PT","RO","RU","SM","RS","SK","SI","ES","SE","CH","TW","TR","UA","GB","US","VA","AX"]},{actionType:r.ITSME_QES_SIGNATURE,handlingModule:o.itsmeQesSignature,supportedCountries:["BE"]},{actionType:r.OTP_EMAIL,handlingModule:o.otpSignature,supportedCountries:["WORLD"]},{actionType:r.LV_EPARAKSTS_MOBILE_SIGNATURE,handlingModule:o.eParakstsMobileSignature,supportedCountries:["LV"]},{actionType:r.FI_FTN_ADVANCED_SIGNATURE,handlingModule:o.ftnSignature,supportedCountries:["FI","AX"]},{actionType:r.FI_FTN_ADVANCED_FULL_SIGNATURE,handlingModule:o.ftnAdvancedFullSignature,supportedCountries:["FI","AX"]},{actionType:r.FI_FTN_QUALIFIED_SIGNATURE,handlingModule:o.ftnQesSignature,supportedCountries:["FI","AX"]},{actionType:r.AT_HANDY_SIGNATUR_SIGNATURE,handlingModule:o.atHandySignature,supportedCountries:["AT"]},{actionType:r.ZEAL_ID_SIGNATURE,handlingModule:o.zealIdSignature,supportedCountries:["AT","BE","BG","CZ","DE","DK","EE","ES","FI","FR","GB","GR","HR","HU","IE","IT","LV","LT","NL","NO","PL","PT","RO","RS","SE","SI","SK"]},{actionType:r.CZ_MOJEID_ADVANCED_SIGNATURE,handlingModule:o.mojeIdSignature,supportedCountries:["CZ"]},{actionType:r.GOOGLE_SIGNATURE,handlingModule:o.googleSignature,supportedCountries:["WORLD"]},{actionType:r.SE_BANKID_SIGNATURE,handlingModule:o.seBankIdSignature,supportedCountries:["SE"]},{actionType:r.D_TRUST_SIGN_ME_QUALIFIED_SIGNATURE,handlingModule:o.dTrustSignMeSignature,supportedCountries:["DE","CA","ZA","GR","NL","BE","FR","ES","PT","LU","IE","IS","MT","CY","AX","FI","US","BG","HU","LT","LV","EE","HR","SI","IT","RO","CH","CZ","SK","LI","AT","GG","DK","SE","NO","PL","MX","AR","BR","CL","AU","ID","PH","SG","RU","JP","KR","CN","TR","IN","SA","AE","QA"]},{actionType:r.CHAVE_MOVEL_QUALIFIED_SIGNATURE,handlingModule:o.chaveMovelSignature,supportedCountries:["PT"]},{actionType:r.NORWEGIAN_BANKID_ADVANCED_SIGNATURE,handlingModule:o.noBankIdAdvSignature,supportedCountries:["NO"]},{actionType:r.MIT_ID_SIMPLE_SIGNATURE,handlingModule:o.mitIdSignature,supportedCountries:["DK","GL"]},{actionType:r.IDIN_SIMPLE_SIGNATURE,handlingModule:o.idinSignature,supportedCountries:["NL"]},{actionType:r.SPID_QUALIFIED_SIGNATURE,handlingModule:o.spidQesSignature,supportedCountries:["IT"]},{actionType:r.VERIFAI_SIMPLE_SIGNATURE,handlingModule:o.verifaiSignature,supportedCountries:["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BV","BR","IO","BN","BG","BF","BI","CV","KH","CM","CA","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","ER","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","GH","GI","GR","GL","GD","GP","GU","GT","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","NC","NZ","NI","NE","NG","NU","NF","KP","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","GS","KR","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","GB","UM","US","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},{actionType:r.FREJA_SIMPLE_SIGNATURE,handlingModule:o.frejaSimpleSignature,supportedCountries:["DK","EE","FI","LV","LT","NO","PL","RO","SK","SE","GL","AX"]},{actionType:r.AUDKENNI_QUALIFIED_SIGNATURE,handlingModule:o.audkenniQesSignature,supportedCountries:["IS"]},{actionType:r.YES_COM_QUALIFIED_SIGNATURE,handlingModule:o.yesComQesSignature,supportedCountries:["DE"]},{actionType:r.SIMPLY_SIGN_QES_SIGNATURE,handlingModule:o.simplySignQesSignature,supportedCountries:["PL"]},{actionType:r.UANATACA_QUALIFIED_SIGNATURE,handlingModule:o.uanatacaQesSignature,supportedCountries:["ES"]},{actionType:r.CERTSIGN_WEBAPI_QUALIFIED_SIGNATURE,handlingModule:o.certsignWebapiQesSignature,supportedCountries:["RO"]},{actionType:r.HALCOM_QUALIFIED_SIGNATURE,handlingModule:o.halcomQesSignature,supportedCountries:["SI"]},{actionType:r.SWISS_ID_QUALIFIED_SIGNATURE,handlingModule:o.swissIdQesSignature,supportedCountries:["CH"]},{actionType:r.SWISS_COM_QUALIFIED_SIGNATURE,handlingModule:o.swissComQesSignature,supportedCountries:["CH"]},{actionType:r.DK_MITID_ADVANCED_SIGNATURE,handlingModule:o.mitIdAdvancedSignature,supportedCountries:["DK"]},{actionType:r.DK_MITID_QES_SIGNATURE,handlingModule:o.mitIdQesSignature,supportedCountries:["DK"]},{actionType:r.SE_BANK_ID_ADVANCED_SIGNATURE,handlingModule:o.seBankIdAdvancedSignature,supportedCountries:["SE"]},{actionType:r.SE_BANK_ID_QES_SIGNATURE,handlingModule:o.seBankIdQesSignature,supportedCountries:["SE"]},{actionType:r.SE_FREJA_EID_ADVANCED_SIGNATURE,handlingModule:o.frejaAdvancedSignature,supportedCountries:["SE"]},{actionType:r.SE_FREJA_EID_QES_SIGNATURE,handlingModule:o.frejaQesSignature,supportedCountries:["SE"]}]),a)),c=function(t,e,a){var n=l[t];if(e&&a){var s=n.find((function(t){return t.handlingModule===e&&(t.supportedCountries.includes(a)||t.supportedCountries.includes("WORLD"))}));if(!s){if(0===n.filter((function(t){return t.handlingModule===e})).length)throw new Error("Could not find matching method configuration for ".concat(t,' module "').concat(e,'"'));throw new Error('Country "'.concat(a,'" is not supported for ').concat(t,'\n module "').concat(e,'".'))}return s}return n.find((function(t){return t.handlingModule===e}))},u=s(2492),d=s.n(u),h=s(9669),p=s.n(h),f=p().CancelToken,g=p().isCancel;p().Cancel,p().interceptors.response.use((function(t){return(e=t.data)&&["error","No ID or basic level only","USER_CANCELLED","USER_REFUSED","refused","TIMEOUT","NOT_MID_CLIENT","ERROR"].includes(e.status)?Promise.reject(function(t){var e=t.message,a=t.config,n=t.code,s=t.request,i=t.response,r=new Error(e);return r.config=a,n&&(r.code=n),r.request=s,r.response=i,r.isRequestError=!0,r}({message:"Request failed with status code ".concat(t.status),config:t.config,request:t.request,response:t})):t;var e}));var v=function(t){return p()(t)};function m(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function y(t){for(var a=1;a<arguments.length;a++){var n=null!=arguments[a]?arguments[a]:{};a%2?m(Object(n),!0).forEach((function(a){e(t,a,n[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var M=function(t,e){var a,n=e.modifyRequestSettings,s=t;return"function"==typeof n&&(a=n(s)),a&&(s=d()(s,a)),s},S=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return v(M(y({method:"get",withCredentials:!0,headers:{"Content-Type":"application/json",Accept:"application/json","Cache-Control":"no-cache"}},e),t))},a=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return v(M(y({method:"post",cache:"no-cache",withCredentials:!0,headers:{"Content-Type":"application/json",Accept:"application/json","Cache-Control":"no-cache"}},e),t))};return Object.freeze({get:e,post:a,CancelToken:f})};function _(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function b(t){for(var a=1;a<arguments.length;a++){var n=null!=arguments[a]?arguments[a]:{};a%2?_(Object(n),!0).forEach((function(a){e(t,a,n[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):_(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var w=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.identificationModules,a=void 0===e?[]:e,n=t.signingModules,s=void 0===n?[]:n,i=t.settings,r=void 0===i?{}:i,o=t.i18n,c=t.apiEndpoints,u=t.monitoringService,d=b({},r);d.apiEndpoints=c,o.setLanguage(d.language);var h=function(t){d.countryCode=t},p=function(){return d.countryCode},f=function(){return l},g={};a.forEach((function(t){var e=t({coreContext:{config:d,i18n:o,monitoringService:u},apiClient:S({modifyRequestSettings:d.modifyRequestSettings})});g[e.MODULE_NAME]=e}));var v={};return s.forEach((function(t){var e=t({coreContext:{config:d,i18n:o,monitoringService:u},apiClient:S({modifyRequestSettings:d.modifyRequestSettings})});v[e.MODULE_NAME]=e})),Object.freeze({identification:b({},g),signature:b({},v),getAllMethods:f,setLanguage:o.setLanguage,setCountryCode:h,getCountryCode:p})};function I(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}var z=function(a){var n=a.rawSettings,s=a.schema,i=function(t){for(var a=1;a<arguments.length;a++){var n=null!=arguments[a]?arguments[a]:{};a%2?I(Object(n),!0).forEach((function(a){e(t,a,n[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):I(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({},n);return Object.keys(s).forEach((function(e){var a=s[e],r=n[e];if(a.required&&void 0===r)throw new Error('Missing required setting "'.concat(e,'"'));if(void 0===r&&(i[e]=a.default),void 0!==i[e]&&void 0!==a.type&&a.type!==t(i[e]))throw new Error('Expected "'.concat(e,'" to be type of "').concat(a.type,'", but received "').concat(t(i[e]),'"'))})),i},C={countryCode:{type:"string"},sandbox:{default:!1,type:"boolean"},clientId:{required:!0,type:"string"},redirectUri:{type:"string"},docId:{type:"string"},contractId:{type:"string"},apiEndpoints:{type:"object"},modifyRequestSettings:{type:"function"},language:{default:"en",type:"string"},success:{default:function(){},type:"function"},fail:{default:function(){},type:"function"},finished:{default:function(){},type:"function"},started:{default:function(){},type:"function"},redirect:{default:function(t){var e=t.data&&t.data.redirect_uri;return e?(window.location!==window.top.location?window.top.location.href=e:window.location.href=e,new Promise((function(){}))):t},type:"function"},remoteMonitoringEnabled:{default:!1},oauthParamState:{type:"string"}},x=JSON.parse('{"id-card-read-timeout":"Das Auslesen des Ausweises hat zu lange gedauert. Bitte schließen Sie alle geöffneten Browserfenster und versuchen Sie es erneut.","no_certificates":"Zertifikate konnten nicht gelesen werden. Stellen Sie sicher, dass sich die Karte im Lesegerät befindet und das Lesegerät richtig funktioniert."}'),A=s.t(x,2),k=JSON.parse('{"id-card-read-timeout":"Reading the ID card took too long. Please close all the open browser windows and then try again.","no_certificates":"Could not read certificates. Make sure that the card is in the reader and the reader is working properly."}'),E=s.t(k,2),F=JSON.parse('{"id-card-read-timeout":"ID kaardi lugemine võttis liiga kaua aega. Palun sulge kõik brauseri aknad ja proovi uuesti.","no_certificates":"Sertfikaatide lugemine ebaõnnestus. Veendu, et ID kaart on lugejas ning lugeja on arvutiga ühendatud."}'),B=s.t(F,2),T=JSON.parse('{"id-card-read-timeout":"Perskaityti asmens tapatybės kortelę užtruko per ilgai. Uždarykite visus atidarytus naršyklės langus ir bandykite dar kartą.","no_certificates":"Nepavyko perskaityti sertifikatų. Įsitikinkite, kad kortelė yra skaitytuve ir skaitytuvas veikia tinkamai."}'),D=s.t(T,2),N=JSON.parse('{"id-card-read-timeout":"ID kartes lasīšana aizņēma pārāk ilgu laiku. Lūdzu, aizveriet visus atvērtos pārlūkprogrammas logus un pēc tam mēģiniet vēlreiz.","no_certificates":"Nevarēja nolasīt sertifikātus. Pārliecinieties, vai karte ir lasītājā un lasītājs darbojas pareizi."}'),O=s.t(N,2),L=JSON.parse('{"id-card-read-timeout":"Чтение удостоверения личности заняло слишком много времени. Закройте все открытые окна браузера и повторите попытку.","no_certificates":"Не удалось прочитать сертификаты. Убедитесь, что карта находится в считывателе и считыватель работает исправно."}'),H={de:A,en:E,et:B,lt:D,lv:O,ru:s.t(L,2)},j=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.currentLanguage,a=void 0===e?"en":e,n=t.locales,s=void 0===n?H:n,i={currentLanguage:a},r="en",o=function(t){i.currentLanguage=t},l=function(){return i.currentLanguage},c=function(t){var e=s[i.currentLanguage];e||(e=s[r]);var a=e[t]||s[r][t];return a||(a=t),a};return Object.freeze({setLanguage:o,t:c,getCurrentLanguage:l})},P=function(t){var e=t.clientId,a=t.remoteMonitoringEnabled,n=t.apiEndpoints;return{dispatch:function(t){var s=t.message;a&&v({url:n.inCurrentMode.eideasyMonitoring(),method:"post",cache:"no-cache",withCredentials:!1,data:{client_id:e,source:"browser-client",message:s}})}}};function V(t,e,a,n,s,i,r){try{var o=t[i](r),l=o.value}catch(t){return void a(t)}o.done?e(l):Promise.resolve(l).then(n,s)}function G(t){return function(){var e=this,a=arguments;return new Promise((function(n,s){var i=t.apply(e,a);function r(t){V(i,n,s,r,o,"next",t)}function o(t){V(i,n,s,r,o,"throw",t)}r(void 0)}))}}var R=s(4687),$=s.n(R),U=s(361),K=s.n(U)(),Y=function(t){var e=t;return g(t)&&(e.isCancel=!0),e.response&&e.response.data&&(e.response.data.message&&(e.userMessage=e.response.data.message),e.response.data.errors&&(e.userDetails=e.response.data.errors)),e},Z=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.data,a=t.message,n=K({message:a});if(e)n.data=e;else{if(!t.result||!t.result.data)throw new Error('Formatting the result failed.\n The function provided to createStep must return an object that has a "data" property.\n You provided: '.concat(JSON.stringify(n),"\n Set shouldFormatResult to false if you wish to disable autoformatting"));n.data=t.result.data}return n},q=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t.error},W=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=e.shouldFormatResult,n=void 0===a||a;return function(){var e=G($().mark((function e(){var a,s,i=arguments;return $().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.apply(void 0,i);case 2:if(a=e.sent,!(s=q(a))){e.next=6;break}throw Y(s);case 6:return e.abrupt("return",n?Z(a):a);case 7:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()};class Q extends Error{name="NonError";constructor(t){super(Q._prepareSuperMessage(t))}static _prepareSuperMessage(t){try{return JSON.stringify(t)}catch{return String(t)}}}const J=[{property:"name",enumerable:!1},{property:"message",enumerable:!1},{property:"stack",enumerable:!1},{property:"code",enumerable:!0}],X=Symbol(".toJSON was called"),tt=({from:t,seen:e,to_:a,forceEnumerable:n,maxDepth:s,depth:i})=>{const r=a||(Array.isArray(t)?[]:{});if(e.push(t),i>=s)return r;if("function"==typeof t.toJSON&&!0!==t[X])return(t=>{t[X]=!0;const e=t.toJSON();return delete t[X],e})(t);for(const[o,l]of Object.entries(t))"function"==typeof Buffer&&Buffer.isBuffer(l)?r[o]="[object Buffer]":null===l||"object"!=typeof l||"function"!=typeof l.pipe?"function"!=typeof l&&(l&&"object"==typeof l?e.includes(t[o])?r[o]="[Circular]":(i++,r[o]=tt({from:t[o],seen:[...e],forceEnumerable:n,maxDepth:s,depth:i})):r[o]=l):r[o]="[object Stream]";for(const{property:o,enumerable:l}of J)"string"==typeof t[o]&&Object.defineProperty(r,o,{value:t[o],enumerable:!!n||l,configurable:!0,writable:!0});return r};function et(t,e={}){const{maxDepth:a=Number.POSITIVE_INFINITY}=e;return"object"==typeof t&&null!==t?tt({from:t,seen:[],forceEnumerable:!0,maxDepth:a,depth:0}):"function"==typeof t?`[Function: ${t.name||"anonymous"}]`:t}function at(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function nt(t){for(var a=1;a<arguments.length;a++){var n=null!=arguments[a]?arguments[a]:{};a%2?at(Object(n),!0).forEach((function(a){e(t,a,n[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):at(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var st=function(t,e){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return function(n){var s=n.coreContext,i=n.apiClient,r=s.i18n,o=s.config,l=s.monitoringService;return Object.freeze({MODULE_NAME:t,start:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=nt(nt({},C),a),s=nt(nt({},o),t),c=z({rawSettings:s,schema:n}),u=c.success,d=c.fail,h=c.finished,p=t.language||r.getCurrentLanguage(),f=i.CancelToken.source(),g=f.token,v={onCancelByUser:function(){}},m=function(t){v.onCancelByUser=t},y=function(){f.cancel()},M=function(){v.onCancelByUser(),y()},S=function(){var t=G($().mark((function t(){return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,e(nt(nt({},c),{},{language:p,i18n:r,monitoringService:l,cancelToken:g,cancel:y,setOnCancelByUser:m,apiClient:i})).then((function(t){u(t)})).catch((function(t){console&&console.error&&console.error(t),l.dispatch({message:JSON.stringify(et(t))}),d(Y(t))})).finally(h);case 2:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}();return S().catch(console.error),Object.freeze({cancel:M})}})}};function it(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function rt(t){for(var a=1;a<arguments.length;a++){var n=null!=arguments[a]?arguments[a]:{};a%2?it(Object(n),!0).forEach((function(a){e(t,a,n[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):it(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var ot=o.idCard,lt=function(){var t=G($().mark((function t(e){var a,s,i,r,o,l,u;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.cancelToken,s=e.language,i=e.apiClient,r=e.i18n,o=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.apiEndpoints.inCurrentMode.readCard({countryCode:t.countryCode,clientId:t.clientId});return t.nonce&&(e+="?nonce=".concat(t.nonce)),i.get({url:e,cancelToken:t.cancelToken})},l=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=c(n.IDENTIFICATION,ot,t.countryCode);return i.post({url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,country:t.countryCode,method:e.actionType,lang:t.language},cancelToken:t.cancelToken})},t.next=5,W(o)(rt(rt({},e),{},{language:s,cancelToken:a})).catch((function(t){throw"ECONNABORTED"===t.code&&(t.userMessage=r.t("id-card-read-timeout")),t}));case 5:return u=t.sent,t.next=8,W(l)(rt(rt({},e),{},{cancelToken:a,language:s,data:u.data}));case 8:return u=t.sent,t.abrupt("return",u);case 10:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ct=st(ot,lt,{countryCode:{type:"string",required:!0}}),ut=function(){var t=G((function(t){var e=t.fn,a=t.shouldContinue,n=t.interval;return $().mark((function t(){var s,i;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return s=0,i=function(){var t=G($().mark((function t(r,o){var l,c;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return s+=1,t.prev=1,t.next=4,e();case 4:l=t.sent,c=void 0,t.next=12;break;case 8:t.prev=8,t.t0=t.catch(1),l=void 0,c=t.t0;case 12:if(!a({result:l,attempts:s,error:c})){t.next=14;break}return t.abrupt("return",setTimeout(i,n,r,o));case 14:return t.abrupt("return",r({result:l,error:c}));case 15:case"end":return t.stop()}}),t,null,[[1,8]])})));return function(e,a){return t.apply(this,arguments)}}(),t.abrupt("return",new Promise(i));case 3:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),dt=ut;function ht(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function pt(t){for(var a=1;a<arguments.length;a++){var n=null!=arguments[a]?arguments[a]:{};a%2?ht(Object(n),!0).forEach((function(a){e(t,a,n[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):ht(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var ft=o.smartId,gt=function(){var t=G($().mark((function t(e){var a,s,i,r,o,l,u,d,h,p,f,v;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.started,s=void 0===a?function(){}:a,i=e.idcode,r=e.pollInterval,o=void 0===r?1e3:r,l=e.cancelToken,u=e.language,d=e.apiClient,h=function(t){var e=c(n.IDENTIFICATION,ft);return d.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityStart(),data:{idcode:t.idcode,country:t.countryCode,method:e.actionType,lang:t.language}})},p=function(t){var e=c(n.IDENTIFICATION,ft);return d.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,method:e.actionType,timeout:2,lang:t.language}})},f=function(t){var e=1e5/t.pollInterval,a=0;return dt({fn:function(){return p(pt(pt({},t.config),{},{data:t.data,cancelToken:t.cancelToken,language:t.language}))},shouldContinue:function(t){var n=t.result,s=n&&n.data&&n.data.status,i=g(t.error),r=t.error&&!t.error.response&&!i;r&&(a+=1);var o=!1;return t.attempts<e&&a<3&&(o=r||"RUNNING"===s),o},interval:2e3})},t.next=6,W(h)(pt(pt({},e),{},{cancelToken:l,language:u,idcode:i}));case 6:return v=t.sent,s(v),t.next=10,W(f)({config:e,data:pt({},v.data),cancelToken:l,pollInterval:o,language:u});case 10:return v=t.sent,t.abrupt("return",v);case 12:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),vt=st(ft,gt,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0}});function mt(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function yt(t){for(var a=1;a<arguments.length;a++){var n=null!=arguments[a]?arguments[a]:{};a%2?mt(Object(n),!0).forEach((function(a){e(t,a,n[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):mt(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var Mt=o.mobileId,St=function(){var t=G($().mark((function t(e){var a,s,i,r,o,l,u,d,h,p,f,v,m;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.cancelToken,s=e.language,i=e.apiClient,r=e.started,o=void 0===r?function(){}:r,l=e.idcode,u=e.phone,d=e.pollInterval,h=void 0===d?1e3:d,p=function(t){var e=c(n.IDENTIFICATION,Mt,t.countryCode);return i.post({url:t.apiEndpoints.inCurrentMode.identityStart(),data:{idcode:t.idcode,phone:t.phone,country:t.countryCode,method:e.actionType,lang:t.language},cancelToken:t.cancelToken})},f=function(t){var e=c(n.IDENTIFICATION,Mt,t.countryCode);return i.post({url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,method:e.actionType,timeout:2,lang:t.language},cancelToken:t.cancelToken})},v=function(t){var e=12e4/h,a=0;return dt({fn:function(){return f(yt(yt({},t.config),{},{data:t.data,cancelToken:t.cancelToken,language:t.language}))},shouldContinue:function(t){var n=t.result,s=n&&n.data&&n.data.status,i=g(t.error),r=t.error&&!t.error.response&&!i;r&&(a+=1);var o=!1;return t.attempts<e&&a<3&&(o=r||"RUNNING"===s),o},interval:1e3})},t.next=6,W(p)(yt(yt({},e),{},{cancelToken:a,language:s,idcode:l,phone:u}));case 6:return m=t.sent,o(m),t.next=10,W(v)({config:e,data:m.data,cancelToken:a,language:s,pollInterval:h});case 10:return m=t.sent,t.abrupt("return",m);case 12:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),_t=st(Mt,St,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},phone:{type:"string",required:!0}}),bt=o.eParakstsMobile,wt=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.eParakstsMobile({clientId:a,redirectUri:n})}}},It=function(){var t=G($().mark((function t(e){var a,n,s,i,r;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,t.next=3,W(wt)({apiEndpoints:n,clientId:s,redirectUri:i});case 3:return r=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(r));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),zt=st(bt,It);function Ct(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function xt(t){for(var a=1;a<arguments.length;a++){var n=null!=arguments[a]?arguments[a]:{};a%2?Ct(Object(n),!0).forEach((function(a){e(t,a,n[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Ct(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var At=o.frejaEid,kt=function(){var t=G($().mark((function t(e){var a,s,i,r,o,l,u,d,h,p,f,v;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.started,s=void 0===a?function(){}:a,i=e.idcode,r=e.pollInterval,o=void 0===r?1e3:r,l=e.cancelToken,u=e.language,d=e.apiClient,h=function(t){var e=c(n.IDENTIFICATION,At);return d.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityStart(),data:{idcode:t.idcode,country:t.countryCode,method:e.actionType,lang:t.language}})},p=function(t){var e=c(n.IDENTIFICATION,At);return d.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{token:t.data.token,method:e.actionType,lang:t.language,timeout:2}})},f=function(t){var e=1e5/t.pollInterval,a=0;return dt({fn:function(){return p(xt(xt({},t.config),{},{data:t.data,language:t.language,cancelToken:t.cancelToken}))},shouldContinue:function(t){var n=t.result,s=n&&n.data&&n.data.status,i=g(t.error),r=t.error&&!t.error.response&&!i;r&&(a+=1);var o=!1;return t.attempts<e&&a<3&&(o=r||"RUNNING"===s),o},interval:2e3})},t.next=6,W(h)(xt(xt({},e),{},{cancelToken:l,language:u,idcode:i}));case 6:return v=t.sent,s(v),t.next=10,W(f)({config:e,data:xt({},v.data),cancelToken:l,language:u,pollInterval:o});case 10:return v=t.sent,t.abrupt("return",v);case 12:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Et=st(At,kt,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0}});function Ft(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function Bt(t){for(var a=1;a<arguments.length;a++){var n=null!=arguments[a]?arguments[a]:{};a%2?Ft(Object(n),!0).forEach((function(a){e(t,a,n[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Ft(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var Tt=o.zealId,Dt=function(){var t=G($().mark((function t(e){var a,s,i,r,o,l,u;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.cancelToken,s=e.apiClient,i=e.language,r=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return s.get({withCredentials:!1,cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.zealIdIframeUrl({clientId:t.clientId})})},o=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.iframeHolder,a=document.createElement("iframe"),n=t.iframeUrl;a.setAttribute("src",n),a.setAttribute("referrerpolicy","origin"),a.style.border="0",e.innerHTML="";var s=function(t,e,a){var n=new URL(t.data),s=n.searchParams.get("error"),i=n.searchParams.get("code");s?a(s):i?e({data:{code:i}}):a(t.data)},i=new Promise((function(t,e){window.addEventListener("message",(function(a){var i=new URL(n);a.origin===i.origin&&(window.removeEventListener("message",s),s(a,t,e))}))}));return e.appendChild(a),i},l=function(t){var e=c(n.IDENTIFICATION,Tt);return s.post({cancelToken:t.cancelToken,url:t.apiEndpoints.inCurrentMode.identityFinish(),data:{method:e.actionType,code:t.data.code,lang:t.language}})},t.next=6,W(r)(Bt(Bt({},e),{},{cancelToken:a}));case 6:return u=t.sent,t.next=9,W(o)(Bt(Bt({},e),{},{cancelToken:a,iframeUrl:u.data.url}));case 9:return u=t.sent,t.next=12,W(l)(Bt(Bt({},e),{},{cancelToken:a,language:i},u));case 12:return u=t.sent,t.abrupt("return",u);case 14:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Nt=st(Tt,Dt,{countryCode:{type:"string",required:!0},iframeHolder:{type:"object",required:!0}}),Ot=o.mojeId,Lt=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.mojeId({clientId:a,redirectUri:n})}}},Ht=function(){var t=G($().mark((function t(e){var a,n,s,i,r;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,t.next=3,W(Lt)({apiEndpoints:n,clientId:s,redirectUri:i});case 3:return r=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(r));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),jt=st(Ot,Ht),Pt=o.edoAppEid,Vt=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.edoAppEid({clientId:a,redirectUri:n})}}},Gt=function(){var t=G($().mark((function t(e){var a,n,s,i,r;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,t.next=3,W(Vt)({apiEndpoints:n,clientId:s,redirectUri:i});case 3:return r=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(r));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Rt=st(Pt,Gt),$t=o.finnishTrustNetwork,Ut=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri,s=t.language;return{data:{redirect_uri:e.inCurrentMode.finnishTrustNetwork({clientId:a,redirectUri:n,language:s})}}},Kt=function(){var t=G($().mark((function t(e){var a,n,s,i,r,o;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,r=e.language,t.next=3,W(Ut)({apiEndpoints:n,clientId:s,redirectUri:i,language:r});case 3:return o=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(o));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Yt=st($t,Kt),Zt=o.atHandy,qt=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.atHandy({clientId:a,redirectUri:n})}}},Wt=function(){var t=G($().mark((function t(e){var a,n,s,i,r;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,t.next=3,W(qt)({apiEndpoints:n,clientId:s,redirectUri:i});case 3:return r=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(r));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Qt=st(Zt,Wt),Jt=o.itsme,Xt=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri,s=t.language;return{data:{redirect_uri:e.inCurrentMode.itsme({clientId:a,redirectUri:n,language:s})}}},te=function(){var t=G($().mark((function t(e){var a,n,s,i,r,o;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,r=e.language,t.next=3,W(Xt)({apiEndpoints:n,clientId:s,redirectUri:i,language:r});case 3:return o=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(o));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ee=st(Jt,te),ae=o.itsmeBasic,ne=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri,s=t.language;return{data:{redirect_uri:e.inCurrentMode.itsmeBasic({clientId:a,redirectUri:n,language:s})}}},se=function(){var t=G($().mark((function t(e){var a,n,s,i,r,o;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,r=e.language,t.next=3,W(ne)({apiEndpoints:n,clientId:s,redirectUri:i,language:r});case 3:return o=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(o));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ie=st(ae,se),re=o.itsmeStandard,oe=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri,s=t.language;return{data:{redirect_uri:e.inCurrentMode.itsmeStandard({clientId:a,redirectUri:n,language:s})}}},le=function(){var t=G($().mark((function t(e){var a,n,s,i,r,o;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,r=e.language,t.next=3,W(oe)({apiEndpoints:n,clientId:s,redirectUri:i,language:r});case 3:return o=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(o));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ce=st(re,le),ue=o.seBankId,de=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri,s=t.language;return{data:{redirect_uri:e.inCurrentMode.seBankId({clientId:a,redirectUri:n,language:s})}}},he=function(){var t=G($().mark((function t(e){var a,n,s,i,r,o;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,r=e.language,t.next=3,W(de)({apiEndpoints:n,clientId:s,redirectUri:i,language:r});case 3:return o=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(o));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),pe=st(ue,he),fe=o.idin,ge=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri,s=t.language;return{data:{redirect_uri:e.inCurrentMode.idin({clientId:a,redirectUri:n,language:s})}}},ve=function(){var t=G($().mark((function t(e){var a,n,s,i,r,o;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,r=e.language,t.next=3,W(ge)({apiEndpoints:n,clientId:s,redirectUri:i,language:r});case 3:return o=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(o));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),me=st(fe,ve),ye=o.verifai,Me=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri,s=t.language;return{data:{redirect_uri:e.inCurrentMode.verifai({clientId:a,redirectUri:n,language:s})}}},Se=function(){var t=G($().mark((function t(e){var a,n,s,i,r,o;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,r=e.language,t.next=3,W(Me)({apiEndpoints:n,clientId:s,redirectUri:i,language:r});case 3:return o=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(o));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),_e=st(ye,Se),be=o.yoonik,we=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri,s=t.language;return{data:{redirect_uri:e.inCurrentMode.yoonik({clientId:a,redirectUri:n,language:s})}}},Ie=function(){var t=G($().mark((function t(e){var a,n,s,i,r,o;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,r=e.language,t.next=3,W(we)({apiEndpoints:n,clientId:s,redirectUri:i,language:r});case 3:return o=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(o));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ze=st(be,Ie),Ce=o.plMojeId,xe=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.plMojeId({clientId:a,redirectUri:n})}}},Ae=function(){var t=G($().mark((function t(e){var a,n,s,i,r;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,t.next=3,W(xe)({apiEndpoints:n,clientId:s,redirectUri:i});case 3:return r=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(r));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),ke=st(Ce,Ae),Ee=o.mitId,Fe=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri,s=t.language;return{data:{redirect_uri:e.inCurrentMode.mitId({clientId:a,redirectUri:n,language:s})}}},Be=function(){var t=G($().mark((function t(e){var a,n,s,i,r,o;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,r=e.language,t.next=3,W(Fe)({apiEndpoints:n,clientId:s,redirectUri:i,language:r});case 3:return o=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(o));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Te=st(Ee,Be),De=o.norwegianBankId,Ne=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri,s=t.language;return{data:{redirect_uri:e.inCurrentMode.norwegianBankId({clientId:a,redirectUri:n,language:s})}}},Oe=function(){var t=G($().mark((function t(e){var a,n,s,i,r,o;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,r=e.language,t.next=3,W(Ne)({apiEndpoints:n,clientId:s,redirectUri:i,language:r});case 3:return o=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(o));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Le=st(De,Oe),He=o.ftn,je=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri,s=t.language;return{data:{redirect_uri:e.inCurrentMode.ftn({clientId:a,redirectUri:n,language:s})}}},Pe=function(){var t=G($().mark((function t(e){var a,n,s,i,r,o;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,r=e.language,t.next=3,W(je)({apiEndpoints:n,clientId:s,redirectUri:i,language:r});case 3:return o=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(o));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Ve=st(He,Pe),Ge=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.message,a=void 0===e?"":e,n=t.userMessage,s=void 0===n?"":n,i=t.details,r=void 0===i?{}:i;this.message=a,this.userMessage=s,this.details=r,this.stack=(new Error).stack};(Ge.prototype=new Error).name="MethodException";var Re=Ge,$e={iframeHolder:{type:"object"},docId:{type:"string",required:!0}},Ue=function(t){var e=t.monitoringService,a=t.moduleName;return Object.freeze({log:function(t){e.dispatch({message:"".concat(a,": ").concat(t)})},logError:function(t,n){var s=JSON.stringify(et(n));e.dispatch({message:"".concat(a,": ").concat(t,", reason: ").concat(s)})}})},Ke=function(t){var e=t.moduleName,a=t.createModuleCreator,s=function(t){var e=t.iframe,a=new URL(e.src);return{post:function(t){e.contentWindow.postMessage(t,a.origin)}}},i=function(t){return t.data&&"EIDEASY_ID_CARD_INTEGRATION"===t.data.sender},r=function(t){var a=t.countryCode,s=t.clientId,i=t.apiEndpoints,r=c(n.SIGNATURE,e,a);return i.inCurrentMode.idCardIframe({clientId:s,actionType:r.actionType})},o=function(t,e){if(t instanceof Error)throw t;var a;throw"no_certificates"===t.result&&(a=e.t("no_certificates")),new Re({userMessage:a,message:t.message,details:t})},l=function(t){var e=t.iframeHolder,a=t.iframeUrl,n=t.i18n,s=t.monitor,r=document.createElement("iframe");r.setAttribute("src",a),r.setAttribute("referrerpolicy","origin"),r.style.width="0",r.style.height="0",r.style.position="absolute",r.style.border="0",e.innerHTML="";var o={resolve:null,reject:null};function l(t){if(!i(t))return!1;var e=t.data,a=e.operation,n=e.error,s=e.status;n||"ready"!==a&&"welcome"!==a||"OK"!==s?o.reject(t.data):o.resolve(r),window.removeEventListener("message",l,!1)}s.log("Trying to create iframe with src: ".concat(a));var c=new Promise((function(t,e){o.resolve=t,o.reject=function(t){e(t),s.logError("Iframe creation failed",t)},window.addEventListener("message",l,!1),window.setTimeout((function(){return e({message:n.t("createIframeTimeout")})}),3e4)}));return e.appendChild(r),c},u=function(t){var e=t.messenger,a=t.monitor,n={resolve:null,reject:null};function s(t){if(!i(t))return!1;var e=t.data.certificate||t.data.cert;if(e)n.resolve({data:{certificate:e}}),a.log("Got certificate: ".concat(e));else{var r={};!t.data||"user_cancel"!==t.data.result&&"user_cancel"!==t.data.message?r=t.data:r.isCancel=!0,n.reject(r)}window.removeEventListener("message",s,!1)}var r=new Promise((function(t,e){n.resolve=t,n.reject=function(t){e(t),a.logError("Failed to get the certificate",t)},window.addEventListener("message",s,!1)}));return e.post({operation:"getCertificate"}),r},d=function(t){var e=t.certificate,a=t.clientId,n=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=(t.monitor,i.inCurrentMode.startSigning());return r.post({url:o,withCredentials:!1,data:{client_id:a,doc_id:n,sign_type:"id-card",certificate:e},cancelToken:s})},h=function(t){var e=t.messenger,a=t.hexDigest,n=t.monitor,s={resolve:null,reject:null};function r(t){if(!i(t))return!1;var e=t.data.signature_value||t.data.signature;if(e)s.resolve({signature:e});else{var a={};!t.data||"user_cancel"!==t.data.result&&"user_cancel"!==t.data.message?a=t.data:a.isCancel=!0,s.reject(a)}window.removeEventListener("message",r,!1)}n.log("Trying to sign the hexDigest: ".concat(a));var o=new Promise((function(t,e){s.resolve=t,s.reject=function(t){e(t),n.logError("Failed to sign the hexdigest",t)},window.addEventListener("message",r,!1)}));return e.post({operation:"getSignature",hexDigest:a}),o},p=function(t){var e=t.signature,a=t.clientId,n=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=i.inCurrentMode.completeSignatureIdCard();return r.post({url:o,withCredentials:!1,data:{client_id:a,doc_id:n,signature_value:e},cancelToken:s})},f=function(t){var e=t.certificate,a=t.country,n=t.cancelToken,s=t.apiEndpoints,i=t.apiClient,r=s.inCurrentMode.cscApiAuthorizeCredential();return i.post({url:r,withCredentials:!1,data:{sign_type:"id-card",certificate:e,country:a},cancelToken:n})},g=function(){var t=G((function(t){var a=t.countryCode,n=t.clientId,i=t.apiEndpoints,c=t.iframeHolder,g=t.i18n,v=t.docId,m=t.cancelToken,y=t.apiClient,M=t.monitoringService,S=t.action,_=t.redirect;return $().mark((function t(){var b,w,I,z,C,x,A,k;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return b=Ue({monitoringService:M,moduleName:e}),t.next=3,W(r,{shouldFormatResult:!1})({countryCode:a,clientId:n,apiEndpoints:i});case 3:return w=t.sent,t.next=6,W(l,{shouldFormatResult:!1})({iframeUrl:w,iframeHolder:c,i18n:g,monitor:b}).catch((function(t){return o(t,g)}));case 6:return I=t.sent,t.next=9,W(s,{shouldFormatResult:!1})({iframe:I});case 9:return z=t.sent,t.next=12,W(u)({messenger:z,monitor:b}).catch((function(t){return o(t,g)}));case 12:if(C=t.sent,"cscApiAuthorizeCredential"!==S){t.next=18;break}return t.next=16,W(f)({certificate:C.data.certificate,actionType:"id-card",country:a,cancelToken:m,apiEndpoints:i,apiClient:y});case 16:return x=t.sent,t.abrupt("return",W(_,{shouldFormatResult:!1})(x));case 18:return t.next=20,W(d)({certificate:C.data.certificate,clientId:n,docId:v,cancelToken:m,apiEndpoints:i,apiClient:y,monitor:b});case 20:return A=t.sent,t.next=23,W(h,{shouldFormatResult:!1})({messenger:z,hexDigest:A.data.hexDigest,monitor:b}).catch((function(t){return o(t,g)}));case 23:return k=t.sent,t.abrupt("return",W(p)({signature:k.signature,clientId:n,docId:v,cancelToken:m,apiEndpoints:i,apiClient:y}));case 25:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}();return a(e,g,$e)},Ye=Ke({moduleName:o.idCardSignature,createModuleCreator:st});function Ze(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,n=new Array(e);a<e;a++)n[a]=t[a];return n}var qe=function(t){var e,a=t.pollInterval,n=void 0===a?2e3:a,s=t.maxPollDuration,i=t.fn,r=t.fnArgs;s&&(e=s/n);var o=0;return{start:function(){return dt({fn:function(){return i.apply(void 0,function(t){if(Array.isArray(t))return Ze(t)}(t=r)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return Ze(t,e);var a=Object.prototype.toString.call(t).slice(8,-1);return"Object"===a&&t.constructor&&(a=t.constructor.name),"Map"===a||"Set"===a?Array.from(t):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?Ze(t,e):void 0}}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}());var t},shouldContinue:function(t){var a=t.result,n=a&&a.data&&a.data.status,s=g(t.error),i=t.error&&!t.error.response&&!s;i&&(o+=1);var r,l,c=!1;return r=t.attempts,(!(l=e)||r<l)&&o<3&&(c=i||"RUNNING"===n),c},interval:n})}}},We=o.mobileIdSignature,Qe=function(t){var e=t.phone,a=t.idcode,n=t.clientId,s=t.docId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.countryCode,c=t.language,u=r.inCurrentMode.startSigning();return o.post({url:u,withCredentials:!1,data:{doc_id:s,client_id:n,sign_type:"mobile-id",phone:e,idcode:a,country:l,lang:c},cancelToken:i})},Je=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return a.post({url:n.inCurrentMode.completeSignatureMobileId(),withCredentials:!1,data:{token:e.token,doc_id:r,timeout:2,lang:s,client_id:o},cancelToken:i})},Xe=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return qe({pollInterval:2e3,maxPollDuration:12e4,fn:Je,fnArgs:[{data:e,apiClient:a,apiEndpoints:n,language:s,cancelToken:i,docId:r,clientId:o}]}).start()},ta=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.monitoringService,l=t.language,u=t.idcode,d=t.phone,h=t.countryCode,p=t.started;return $().mark((function t(){var f,g;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return f=c(n.SIGNATURE,We,h),o.dispatch({message:"".concat(f.actionType,": signing started")}),t.next=4,W(Qe)({clientId:e,docId:a,cancelToken:s,apiEndpoints:i,apiClient:r,language:l,idcode:u,phone:d,countryCode:h});case 4:return g=t.sent,p(g),t.abrupt("return",W(Xe)({data:g.data,apiClient:r,apiEndpoints:i,language:l,cancelToken:s,docId:a,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),ea=st(We,ta,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},phone:{type:"string",required:!0},docId:{type:"string",required:!0}}),aa=o.smartIdSignature,na=function(t){var e=t.contractId,a=t.idcode,n=t.clientId,s=t.docId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.countryCode,c=t.language,u=r.inCurrentMode.startSigning();return o.post({url:u,withCredentials:!1,data:{doc_id:s,contract_id:e,client_id:n,sign_type:"smart-id",idcode:a,country:l,lang:c},cancelToken:i})},sa=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return a.post({url:n.inCurrentMode.completeSignatureSmartId(),withCredentials:!1,data:{token:e.token,doc_id:r,lang:s,client_id:o,timeout:2},cancelToken:i})},ia=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return qe({pollInterval:2e3,maxPollDuration:12e4,fn:sa,fnArgs:[{data:e,apiClient:a,apiEndpoints:n,language:s,cancelToken:i,docId:r,clientId:o}]}).start()},ra=function(t){var e=t.country,a=t.cancelToken,n=t.apiEndpoints,s=t.apiClient,i=t.idcode,r=n.inCurrentMode.cscApiAuthorizeCredential();return s.post({url:r,withCredentials:!1,data:{sign_type:"smart-id-signature",country:e,idcode:i},cancelToken:a})},oa=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.contractId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.monitoringService,u=t.language,d=t.idcode,h=t.countryCode,p=t.started,f=t.action,g=t.redirect;return $().mark((function t(){var v,m,y;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(v=c(n.SIGNATURE,aa,h),"cscApiAuthorizeCredential"!==f){t.next=6;break}return t.next=4,W(ra)({country:h,idcode:d,cancelToken:i,apiEndpoints:r,apiClient:o});case 4:return m=t.sent,t.abrupt("return",W(g,{shouldFormatResult:!1})(m));case 6:return l.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=9,W(na)({clientId:e,docId:a,cancelToken:i,apiEndpoints:r,apiClient:o,language:u,idcode:d,countryCode:h,contractId:s});case 9:return y=t.sent,p(y),t.abrupt("return",W(ia)({data:y.data,apiClient:o,apiEndpoints:r,language:u,cancelToken:i,docId:a,clientId:e}));case 12:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),la=st(aa,oa,{countryCode:{type:"string",required:!0},idcode:{type:"string",required:!0},docId:{type:"string",required:!0}}),ca=o.evroTrustSignature,ua=function(t){var e=t.contractId,a=t.idcode,n=t.clientId,s=t.docId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.countryCode,c=t.language,u=t.email,d=t.phone,h=t.actionType,p=r.inCurrentMode.startSigning();return o.post({url:p,withCredentials:!1,data:{doc_id:s,contract_id:e,client_id:n,sign_type:h,idcode:a,email:u,phone:d,country:l,lang:c},cancelToken:i})},da=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return a.post({url:n.inCurrentMode.completeSignatureEvrotrust(),withCredentials:!1,data:{token:e.token,doc_id:r,lang:s,client_id:o},cancelToken:i})},ha=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return qe({pollInterval:2e3,fn:da,fnArgs:[{data:e,apiClient:a,apiEndpoints:n,language:s,cancelToken:i,docId:r,clientId:o}]}).start()},pa=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.contractId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.monitoringService,u=t.language,d=t.idcode,h=t.phone,p=t.email,f=t.countryCode,g=t.started;return $().mark((function t(){var v,m;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return v=c(n.SIGNATURE,ca,f),l.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=4,W(ua)({clientId:e,docId:a,cancelToken:i,apiEndpoints:r,apiClient:o,language:u,idcode:d,phone:h,email:p,countryCode:f,contractId:s,actionType:v.actionType});case 4:return m=t.sent,g(m),t.abrupt("return",W(ha)({data:m.data,apiClient:o,apiEndpoints:r,language:u,cancelToken:i,docId:a,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),fa=st(ca,pa,{countryCode:{type:"string",required:!0},idcode:{type:"string"},email:{type:"string"},phone:{type:"string"},docId:{type:"string",required:!0}}),ga=o.otpSignature,va=function(){var t=G((function(t){var e=t.language,a=t.clientId,n=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.actionType;return $().mark((function t(){var l;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return l=i.inCurrentMode.startSigning(),t.abrupt("return",r.post({url:l,withCredentials:!1,data:{doc_id:n,client_id:a,sign_type:o,lang:e},cancelToken:s}));case 2:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),ma=function(t){var e=t.startSigningResult,a=t.confirmationCodeRequest,n=t.setOnCancelByUser;return new Promise((function(t,s){n((function(){var t=new Error("USER_REFUSED");t.isCancel=!0,s(t)})),a({data:e.data},t,s)}))},ya=function(t){var e=t.apiClient,a=t.apiEndpoints,n=t.language,s=t.cancelToken,i=t.docId,r=t.clientId,o=t.emailToken,l=t.smsToken,c=t.handwrittenSignatureData,u=t.handwrittenSignatureDataUrl;return e.post({url:a.inCurrentMode.completeOtp(),withCredentials:!1,data:{doc_id:i,timeout:2,lang:n,client_id:r,email_token:o,sms_token:l,handwritten_signature_data:c,handwritten_signature_data_url:u},cancelToken:s})},Ma=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.monitoringService,l=t.language,u=t.countryCode,d=t.emailToken,h=t.smsToken,p=t.handwrittenSignatureData,f=t.handwrittenSignatureDataUrl,g=t.started,v=t.confirmationCodeRequest,m=t.setOnCancelByUser;return $().mark((function t(){var y,M,S;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(y=c(n.SIGNATURE,ga,u),console.log(y),o.dispatch({message:"".concat(y.actionType,": signing started")}),h||d){t.next=13;break}return t.next=6,W(va)({clientId:e,docId:a,cancelToken:s,apiEndpoints:i,apiClient:r,language:l,actionType:y.actionType});case 6:return M=t.sent,g(M),t.next=10,W(ma,{shouldFormatResult:!1})({startSigningResult:M,confirmationCodeRequest:v,setOnCancelByUser:m});case 10:S=t.sent,h=S.smsToken,d=S.emailToken;case 13:return t.abrupt("return",W(ya)({apiClient:r,apiEndpoints:i,language:l,cancelToken:s,docId:a,clientId:e,emailToken:d,smsToken:h,handwrittenSignatureData:p,handwrittenSignatureDataUrl:f}));case 14:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Sa=st(ga,Ma,{docId:{type:"string",required:!0},emailToken:{type:"string"},smsToken:{type:"string"}}),_a={docId:{type:"string",required:!0},confirmedBySigner:{validator:function(t){return[null,!0,!1].includes(t)}}},ba=function(t){var e=t.moduleName,a=t.createModuleCreator,s=function(t){var e=t.contractId,a=t.clientId,n=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.language,l=t.actionType,c=t.confirmedBySigner,u=i.inCurrentMode.startSigning();return r.post({url:u,withCredentials:!1,data:{doc_id:n,contract_id:e,client_id:a,sign_type:l,lang:o,confirmed_by_signer:c},cancelToken:s})},i=function(){var t=G((function(t){var a=t.clientId,i=t.docId,r=t.contractId,o=t.cancelToken,l=t.apiEndpoints,u=t.apiClient,d=t.monitoringService,h=t.language,p=t.countryCode,f=t.redirect,g=t.confirmedBySigner;return $().mark((function t(){var v,m;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return v=c(n.SIGNATURE,e,p),d.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=4,W(s)({contractId:r,clientId:a,docId:i,cancelToken:o,apiEndpoints:l,apiClient:u,language:h,actionType:v.actionType,confirmedBySigner:g});case 4:return m=t.sent,t.abrupt("return",W(f,{shouldFormatResult:!1})(m));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}();return a(e,i,_a)},wa=ba({moduleName:o.eParakstsMobileSignature,createModuleCreator:st}),Ia=ba({moduleName:o.ftnAdvancedFullSignature,createModuleCreator:st}),za=ba({moduleName:o.ftnSignature,createModuleCreator:st}),Ca=ba({moduleName:o.atHandySignature,createModuleCreator:st}),xa=o.zealIdSignature,Aa=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.docId;return{data:{redirect_uri:e.inCurrentMode.startZealIdSignature({clientId:a,docId:n})}}},ka=function(){var t=G($().mark((function t(e){var a,n,s,i,r;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.docId,t.next=3,W(Aa)({apiEndpoints:n,clientId:s,docId:i});case 3:return r=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(r));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Ea=st(xa,ka),Fa=ba({moduleName:o.mojeIdSignature,createModuleCreator:st}),Ba=ba({moduleName:o.googleSignature,createModuleCreator:st}),Ta=ba({moduleName:o.seBankIdSignature,createModuleCreator:st}),Da=o.dTrustSignMeSignature,Na=function(t){var e=t.contractId,a=t.clientId,n=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.language,l=t.actionType,c=t.username,u=i.inCurrentMode.startSigning();return r.post({url:u,withCredentials:!1,data:{doc_id:n,contract_id:e,client_id:a,sign_type:l,lang:o,username:c},cancelToken:s})},Oa=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.contractId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.monitoringService,u=t.language,d=t.countryCode,h=t.username,p=t.redirect;return $().mark((function t(){var f,g;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return f=c(n.SIGNATURE,Da,d),l.dispatch({message:"".concat(f.actionType,": signing started")}),t.next=4,W(Na)({contractId:s,clientId:e,docId:a,cancelToken:i,apiEndpoints:r,apiClient:o,language:u,username:h,actionType:f.actionType});case 4:return g=t.sent,t.abrupt("return",W(p,{shouldFormatResult:!1})(g));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),La=st(Da,Oa,{username:{type:"string",required:!0}});function Ha(t){return"0123456789abcdefghijklmnopqrstuvwxyz".charAt(t)}function ja(t,e){return t&e}function Pa(t,e){return t|e}function Va(t,e){return t^e}function Ga(t,e){return t&~e}function Ra(t){if(0==t)return-1;var e=0;return 0==(65535&t)&&(t>>=16,e+=16),0==(255&t)&&(t>>=8,e+=8),0==(15&t)&&(t>>=4,e+=4),0==(3&t)&&(t>>=2,e+=2),0==(1&t)&&++e,e}function $a(t){for(var e=0;0!=t;)t&=t-1,++e;return e}var Ua,Ka="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function Ya(t){var e,a,n="";for(e=0;e+3<=t.length;e+=3)a=parseInt(t.substring(e,e+3),16),n+=Ka.charAt(a>>6)+Ka.charAt(63&a);for(e+1==t.length?(a=parseInt(t.substring(e,e+1),16),n+=Ka.charAt(a<<2)):e+2==t.length&&(a=parseInt(t.substring(e,e+2),16),n+=Ka.charAt(a>>2)+Ka.charAt((3&a)<<4));(3&n.length)>0;)n+="=";return n}function Za(t){var e,a="",n=0,s=0;for(e=0;e<t.length&&"="!=t.charAt(e);++e){var i=Ka.indexOf(t.charAt(e));i<0||(0==n?(a+=Ha(i>>2),s=3&i,n=1):1==n?(a+=Ha(s<<2|i>>4),s=15&i,n=2):2==n?(a+=Ha(s),a+=Ha(i>>2),s=3&i,n=3):(a+=Ha(s<<2|i>>4),a+=Ha(15&i),n=0))}return 1==n&&(a+=Ha(s<<2)),a}var qa,Wa={decode:function(t){var e;if(void 0===qa){var a="= \f\n\r\t \u2028\u2029";for(qa=Object.create(null),e=0;e<64;++e)qa["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)]=e;for(qa["-"]=62,qa._=63,e=0;e<a.length;++e)qa[a.charAt(e)]=-1}var n=[],s=0,i=0;for(e=0;e<t.length;++e){var r=t.charAt(e);if("="==r)break;if(-1!=(r=qa[r])){if(void 0===r)throw new Error("Illegal character at offset "+e);s|=r,++i>=4?(n[n.length]=s>>16,n[n.length]=s>>8&255,n[n.length]=255&s,s=0,i=0):s<<=6}}switch(i){case 1:throw new Error("Base64 encoding incomplete: at least 2 bits missing");case 2:n[n.length]=s>>10;break;case 3:n[n.length]=s>>16,n[n.length]=s>>8&255}return n},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/,unarmor:function(t){var e=Wa.re.exec(t);if(e)if(e[1])t=e[1];else{if(!e[2])throw new Error("RegExp out of sync");t=e[2]}return Wa.decode(t)}},Qa=1e13,Ja=function(){function t(t){this.buf=[+t||0]}return t.prototype.mulAdd=function(t,e){var a,n,s=this.buf,i=s.length;for(a=0;a<i;++a)(n=s[a]*t+e)<Qa?e=0:n-=(e=0|n/Qa)*Qa,s[a]=n;e>0&&(s[a]=e)},t.prototype.sub=function(t){var e,a,n=this.buf,s=n.length;for(e=0;e<s;++e)(a=n[e]-t)<0?(a+=Qa,t=1):t=0,n[e]=a;for(;0===n[n.length-1];)n.pop()},t.prototype.toString=function(t){if(10!=(t||10))throw new Error("only base 10 is supported");for(var e=this.buf,a=e[e.length-1].toString(),n=e.length-2;n>=0;--n)a+=(Qa+e[n]).toString().substring(1);return a},t.prototype.valueOf=function(){for(var t=this.buf,e=0,a=t.length-1;a>=0;--a)e=e*Qa+t[a];return e},t.prototype.simplify=function(){var t=this.buf;return 1==t.length?t[0]:this},t}(),Xa=/^(\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/,tn=/^(\d\d\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/;function en(t,e){return t.length>e&&(t=t.substring(0,e)+"…"),t}var an,nn=function(){function t(e,a){this.hexDigits="0123456789ABCDEF",e instanceof t?(this.enc=e.enc,this.pos=e.pos):(this.enc=e,this.pos=a)}return t.prototype.get=function(t){if(void 0===t&&(t=this.pos++),t>=this.enc.length)throw new Error("Requesting byte offset "+t+" on a stream of length "+this.enc.length);return"string"==typeof this.enc?this.enc.charCodeAt(t):this.enc[t]},t.prototype.hexByte=function(t){return this.hexDigits.charAt(t>>4&15)+this.hexDigits.charAt(15&t)},t.prototype.hexDump=function(t,e,a){for(var n="",s=t;s<e;++s)if(n+=this.hexByte(this.get(s)),!0!==a)switch(15&s){case 7:n+=" ";break;case 15:n+="\n";break;default:n+=" "}return n},t.prototype.isASCII=function(t,e){for(var a=t;a<e;++a){var n=this.get(a);if(n<32||n>176)return!1}return!0},t.prototype.parseStringISO=function(t,e){for(var a="",n=t;n<e;++n)a+=String.fromCharCode(this.get(n));return a},t.prototype.parseStringUTF=function(t,e){for(var a="",n=t;n<e;){var s=this.get(n++);a+=s<128?String.fromCharCode(s):s>191&&s<224?String.fromCharCode((31&s)<<6|63&this.get(n++)):String.fromCharCode((15&s)<<12|(63&this.get(n++))<<6|63&this.get(n++))}return a},t.prototype.parseStringBMP=function(t,e){for(var a,n,s="",i=t;i<e;)a=this.get(i++),n=this.get(i++),s+=String.fromCharCode(a<<8|n);return s},t.prototype.parseTime=function(t,e,a){var n=this.parseStringISO(t,e),s=(a?Xa:tn).exec(n);return s?(a&&(s[1]=+s[1],s[1]+=+s[1]<70?2e3:1900),n=s[1]+"-"+s[2]+"-"+s[3]+" "+s[4],s[5]&&(n+=":"+s[5],s[6]&&(n+=":"+s[6],s[7]&&(n+="."+s[7]))),s[8]&&(n+=" UTC","Z"!=s[8]&&(n+=s[8],s[9]&&(n+=":"+s[9]))),n):"Unrecognized time: "+n},t.prototype.parseInteger=function(t,e){for(var a,n=this.get(t),s=n>127,i=s?255:0,r="";n==i&&++t<e;)n=this.get(t);if(0==(a=e-t))return s?-1:0;if(a>4){for(r=n,a<<=3;0==(128&(+r^i));)r=+r<<1,--a;r="("+a+" bit)\n"}s&&(n-=256);for(var o=new Ja(n),l=t+1;l<e;++l)o.mulAdd(256,this.get(l));return r+o.toString()},t.prototype.parseBitString=function(t,e,a){for(var n=this.get(t),s="("+((e-t-1<<3)-n)+" bit)\n",i="",r=t+1;r<e;++r){for(var o=this.get(r),l=r==e-1?n:0,c=7;c>=l;--c)i+=o>>c&1?"1":"0";if(i.length>a)return s+en(i,a)}return s+i},t.prototype.parseOctetString=function(t,e,a){if(this.isASCII(t,e))return en(this.parseStringISO(t,e),a);var n=e-t,s="("+n+" byte)\n";n>(a/=2)&&(e=t+a);for(var i=t;i<e;++i)s+=this.hexByte(this.get(i));return n>a&&(s+="…"),s},t.prototype.parseOID=function(t,e,a){for(var n="",s=new Ja,i=0,r=t;r<e;++r){var o=this.get(r);if(s.mulAdd(128,127&o),i+=7,!(128&o)){if(""===n)if((s=s.simplify())instanceof Ja)s.sub(80),n="2."+s.toString();else{var l=s<80?s<40?0:1:2;n=l+"."+(s-40*l)}else n+="."+s.toString();if(n.length>a)return en(n,a);s=new Ja,i=0}}return i>0&&(n+=".incomplete"),n},t}(),sn=function(){function t(t,e,a,n,s){if(!(n instanceof rn))throw new Error("Invalid tag value.");this.stream=t,this.header=e,this.length=a,this.tag=n,this.sub=s}return t.prototype.typeName=function(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return"EOC";case 1:return"BOOLEAN";case 2:return"INTEGER";case 3:return"BIT_STRING";case 4:return"OCTET_STRING";case 5:return"NULL";case 6:return"OBJECT_IDENTIFIER";case 7:return"ObjectDescriptor";case 8:return"EXTERNAL";case 9:return"REAL";case 10:return"ENUMERATED";case 11:return"EMBEDDED_PDV";case 12:return"UTF8String";case 16:return"SEQUENCE";case 17:return"SET";case 18:return"NumericString";case 19:return"PrintableString";case 20:return"TeletexString";case 21:return"VideotexString";case 22:return"IA5String";case 23:return"UTCTime";case 24:return"GeneralizedTime";case 25:return"GraphicString";case 26:return"VisibleString";case 27:return"GeneralString";case 28:return"UniversalString";case 30:return"BMPString"}return"Universal_"+this.tag.tagNumber.toString();case 1:return"Application_"+this.tag.tagNumber.toString();case 2:return"["+this.tag.tagNumber.toString()+"]";case 3:return"Private_"+this.tag.tagNumber.toString()}},t.prototype.content=function(t){if(void 0===this.tag)return null;void 0===t&&(t=1/0);var e=this.posContent(),a=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+a,t);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(e)?"false":"true";case 2:return this.stream.parseInteger(e,e+a);case 3:return this.sub?"("+this.sub.length+" elem)":this.stream.parseBitString(e,e+a,t);case 4:return this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(e,e+a,t);case 6:return this.stream.parseOID(e,e+a,t);case 16:case 17:return null!==this.sub?"("+this.sub.length+" elem)":"(no elem)";case 12:return en(this.stream.parseStringUTF(e,e+a),t);case 18:case 19:case 20:case 21:case 22:case 26:return en(this.stream.parseStringISO(e,e+a),t);case 30:return en(this.stream.parseStringBMP(e,e+a),t);case 23:case 24:return this.stream.parseTime(e,e+a,23==this.tag.tagNumber)}return null},t.prototype.toString=function(){return this.typeName()+"@"+this.stream.pos+"[header:"+this.header+",length:"+this.length+",sub:"+(null===this.sub?"null":this.sub.length)+"]"},t.prototype.toPrettyString=function(t){void 0===t&&(t="");var e=t+this.typeName()+" @"+this.stream.pos;if(this.length>=0&&(e+="+"),e+=this.length,this.tag.tagConstructed?e+=" (constructed)":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(e+=" (encapsulates)"),e+="\n",null!==this.sub){t+=" ";for(var a=0,n=this.sub.length;a<n;++a)e+=this.sub[a].toPrettyString(t)}return e},t.prototype.posStart=function(){return this.stream.pos},t.prototype.posContent=function(){return this.stream.pos+this.header},t.prototype.posEnd=function(){return this.stream.pos+this.header+Math.abs(this.length)},t.prototype.toHexString=function(){return this.stream.hexDump(this.posStart(),this.posEnd(),!0)},t.decodeLength=function(t){var e=t.get(),a=127&e;if(a==e)return a;if(a>6)throw new Error("Length over 48 bits not supported at position "+(t.pos-1));if(0===a)return null;e=0;for(var n=0;n<a;++n)e=256*e+t.get();return e},t.prototype.getHexStringValue=function(){var t=this.toHexString(),e=2*this.header,a=2*this.length;return t.substr(e,a)},t.decode=function(e){var a;a=e instanceof nn?e:new nn(e,0);var n=new nn(a),s=new rn(a),i=t.decodeLength(a),r=a.pos,o=r-n.pos,l=null,c=function(){var e=[];if(null!==i){for(var n=r+i;a.pos<n;)e[e.length]=t.decode(a);if(a.pos!=n)throw new Error("Content size is not correct for container starting at offset "+r)}else try{for(;;){var s=t.decode(a);if(s.tag.isEOC())break;e[e.length]=s}i=r-a.pos}catch(t){throw new Error("Exception while decoding undefined length content: "+t)}return e};if(s.tagConstructed)l=c();else if(s.isUniversal()&&(3==s.tagNumber||4==s.tagNumber))try{if(3==s.tagNumber&&0!=a.get())throw new Error("BIT STRINGs with unused bits cannot encapsulate.");l=c();for(var u=0;u<l.length;++u)if(l[u].tag.isEOC())throw new Error("EOC is not supposed to be actual content.")}catch(t){l=null}if(null===l){if(null===i)throw new Error("We can't skip over an invalid tag with undefined length at offset "+r);a.pos=r+Math.abs(i)}return new t(n,o,i,s,l)},t}(),rn=function(){function t(t){var e=t.get();if(this.tagClass=e>>6,this.tagConstructed=0!=(32&e),this.tagNumber=31&e,31==this.tagNumber){var a=new Ja;do{e=t.get(),a.mulAdd(128,127&e)}while(128&e);this.tagNumber=a.simplify()}}return t.prototype.isUniversal=function(){return 0===this.tagClass},t.prototype.isEOC=function(){return 0===this.tagClass&&0===this.tagNumber},t}(),on=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],ln=(1<<26)/on[on.length-1],cn=function(){function t(t,e,a){null!=t&&("number"==typeof t?this.fromNumber(t,e,a):null==e&&"string"!=typeof t?this.fromString(t,256):this.fromString(t,e))}return t.prototype.toString=function(t){if(this.s<0)return"-"+this.negate().toString(t);var e;if(16==t)e=4;else if(8==t)e=3;else if(2==t)e=1;else if(32==t)e=5;else{if(4!=t)return this.toRadix(t);e=2}var a,n=(1<<e)-1,s=!1,i="",r=this.t,o=this.DB-r*this.DB%e;if(r-- >0)for(o<this.DB&&(a=this[r]>>o)>0&&(s=!0,i=Ha(a));r>=0;)o<e?(a=(this[r]&(1<<o)-1)<<e-o,a|=this[--r]>>(o+=this.DB-e)):(a=this[r]>>(o-=e)&n,o<=0&&(o+=this.DB,--r)),a>0&&(s=!0),s&&(i+=Ha(a));return s?i:"0"},t.prototype.negate=function(){var e=fn();return t.ZERO.subTo(this,e),e},t.prototype.abs=function(){return this.s<0?this.negate():this},t.prototype.compareTo=function(t){var e=this.s-t.s;if(0!=e)return e;var a=this.t;if(0!=(e=a-t.t))return this.s<0?-e:e;for(;--a>=0;)if(0!=(e=this[a]-t[a]))return e;return 0},t.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+bn(this[this.t-1]^this.s&this.DM)},t.prototype.mod=function(e){var a=fn();return this.abs().divRemTo(e,null,a),this.s<0&&a.compareTo(t.ZERO)>0&&e.subTo(a,a),a},t.prototype.modPowInt=function(t,e){var a;return a=t<256||e.isEven()?new dn(e):new hn(e),this.exp(t,a)},t.prototype.clone=function(){var t=fn();return this.copyTo(t),t},t.prototype.intValue=function(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]},t.prototype.byteValue=function(){return 0==this.t?this.s:this[0]<<24>>24},t.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},t.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},t.prototype.toByteArray=function(){var t=this.t,e=[];e[0]=this.s;var a,n=this.DB-t*this.DB%8,s=0;if(t-- >0)for(n<this.DB&&(a=this[t]>>n)!=(this.s&this.DM)>>n&&(e[s++]=a|this.s<<this.DB-n);t>=0;)n<8?(a=(this[t]&(1<<n)-1)<<8-n,a|=this[--t]>>(n+=this.DB-8)):(a=this[t]>>(n-=8)&255,n<=0&&(n+=this.DB,--t)),0!=(128&a)&&(a|=-256),0==s&&(128&this.s)!=(128&a)&&++s,(s>0||a!=this.s)&&(e[s++]=a);return e},t.prototype.equals=function(t){return 0==this.compareTo(t)},t.prototype.min=function(t){return this.compareTo(t)<0?this:t},t.prototype.max=function(t){return this.compareTo(t)>0?this:t},t.prototype.and=function(t){var e=fn();return this.bitwiseTo(t,ja,e),e},t.prototype.or=function(t){var e=fn();return this.bitwiseTo(t,Pa,e),e},t.prototype.xor=function(t){var e=fn();return this.bitwiseTo(t,Va,e),e},t.prototype.andNot=function(t){var e=fn();return this.bitwiseTo(t,Ga,e),e},t.prototype.not=function(){for(var t=fn(),e=0;e<this.t;++e)t[e]=this.DM&~this[e];return t.t=this.t,t.s=~this.s,t},t.prototype.shiftLeft=function(t){var e=fn();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e},t.prototype.shiftRight=function(t){var e=fn();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e},t.prototype.getLowestSetBit=function(){for(var t=0;t<this.t;++t)if(0!=this[t])return t*this.DB+Ra(this[t]);return this.s<0?this.t*this.DB:-1},t.prototype.bitCount=function(){for(var t=0,e=this.s&this.DM,a=0;a<this.t;++a)t+=$a(this[a]^e);return t},t.prototype.testBit=function(t){var e=Math.floor(t/this.DB);return e>=this.t?0!=this.s:0!=(this[e]&1<<t%this.DB)},t.prototype.setBit=function(t){return this.changeBit(t,Pa)},t.prototype.clearBit=function(t){return this.changeBit(t,Ga)},t.prototype.flipBit=function(t){return this.changeBit(t,Va)},t.prototype.add=function(t){var e=fn();return this.addTo(t,e),e},t.prototype.subtract=function(t){var e=fn();return this.subTo(t,e),e},t.prototype.multiply=function(t){var e=fn();return this.multiplyTo(t,e),e},t.prototype.divide=function(t){var e=fn();return this.divRemTo(t,e,null),e},t.prototype.remainder=function(t){var e=fn();return this.divRemTo(t,null,e),e},t.prototype.divideAndRemainder=function(t){var e=fn(),a=fn();return this.divRemTo(t,e,a),[e,a]},t.prototype.modPow=function(t,e){var a,n,s=t.bitLength(),i=_n(1);if(s<=0)return i;a=s<18?1:s<48?3:s<144?4:s<768?5:6,n=s<8?new dn(e):e.isEven()?new pn(e):new hn(e);var r=[],o=3,l=a-1,c=(1<<a)-1;if(r[1]=n.convert(this),a>1){var u=fn();for(n.sqrTo(r[1],u);o<=c;)r[o]=fn(),n.mulTo(u,r[o-2],r[o]),o+=2}var d,h,p=t.t-1,f=!0,g=fn();for(s=bn(t[p])-1;p>=0;){for(s>=l?d=t[p]>>s-l&c:(d=(t[p]&(1<<s+1)-1)<<l-s,p>0&&(d|=t[p-1]>>this.DB+s-l)),o=a;0==(1&d);)d>>=1,--o;if((s-=o)<0&&(s+=this.DB,--p),f)r[d].copyTo(i),f=!1;else{for(;o>1;)n.sqrTo(i,g),n.sqrTo(g,i),o-=2;o>0?n.sqrTo(i,g):(h=i,i=g,g=h),n.mulTo(g,r[d],i)}for(;p>=0&&0==(t[p]&1<<s);)n.sqrTo(i,g),h=i,i=g,g=h,--s<0&&(s=this.DB-1,--p)}return n.revert(i)},t.prototype.modInverse=function(e){var a=e.isEven();if(this.isEven()&&a||0==e.signum())return t.ZERO;for(var n=e.clone(),s=this.clone(),i=_n(1),r=_n(0),o=_n(0),l=_n(1);0!=n.signum();){for(;n.isEven();)n.rShiftTo(1,n),a?(i.isEven()&&r.isEven()||(i.addTo(this,i),r.subTo(e,r)),i.rShiftTo(1,i)):r.isEven()||r.subTo(e,r),r.rShiftTo(1,r);for(;s.isEven();)s.rShiftTo(1,s),a?(o.isEven()&&l.isEven()||(o.addTo(this,o),l.subTo(e,l)),o.rShiftTo(1,o)):l.isEven()||l.subTo(e,l),l.rShiftTo(1,l);n.compareTo(s)>=0?(n.subTo(s,n),a&&i.subTo(o,i),r.subTo(l,r)):(s.subTo(n,s),a&&o.subTo(i,o),l.subTo(r,l))}return 0!=s.compareTo(t.ONE)?t.ZERO:l.compareTo(e)>=0?l.subtract(e):l.signum()<0?(l.addTo(e,l),l.signum()<0?l.add(e):l):l},t.prototype.pow=function(t){return this.exp(t,new un)},t.prototype.gcd=function(t){var e=this.s<0?this.negate():this.clone(),a=t.s<0?t.negate():t.clone();if(e.compareTo(a)<0){var n=e;e=a,a=n}var s=e.getLowestSetBit(),i=a.getLowestSetBit();if(i<0)return e;for(s<i&&(i=s),i>0&&(e.rShiftTo(i,e),a.rShiftTo(i,a));e.signum()>0;)(s=e.getLowestSetBit())>0&&e.rShiftTo(s,e),(s=a.getLowestSetBit())>0&&a.rShiftTo(s,a),e.compareTo(a)>=0?(e.subTo(a,e),e.rShiftTo(1,e)):(a.subTo(e,a),a.rShiftTo(1,a));return i>0&&a.lShiftTo(i,a),a},t.prototype.isProbablePrime=function(t){var e,a=this.abs();if(1==a.t&&a[0]<=on[on.length-1]){for(e=0;e<on.length;++e)if(a[0]==on[e])return!0;return!1}if(a.isEven())return!1;for(e=1;e<on.length;){for(var n=on[e],s=e+1;s<on.length&&n<ln;)n*=on[s++];for(n=a.modInt(n);e<s;)if(n%on[e++]==0)return!1}return a.millerRabin(t)},t.prototype.copyTo=function(t){for(var e=this.t-1;e>=0;--e)t[e]=this[e];t.t=this.t,t.s=this.s},t.prototype.fromInt=function(t){this.t=1,this.s=t<0?-1:0,t>0?this[0]=t:t<-1?this[0]=t+this.DV:this.t=0},t.prototype.fromString=function(e,a){var n;if(16==a)n=4;else if(8==a)n=3;else if(256==a)n=8;else if(2==a)n=1;else if(32==a)n=5;else{if(4!=a)return void this.fromRadix(e,a);n=2}this.t=0,this.s=0;for(var s=e.length,i=!1,r=0;--s>=0;){var o=8==n?255&+e[s]:Sn(e,s);o<0?"-"==e.charAt(s)&&(i=!0):(i=!1,0==r?this[this.t++]=o:r+n>this.DB?(this[this.t-1]|=(o&(1<<this.DB-r)-1)<<r,this[this.t++]=o>>this.DB-r):this[this.t-1]|=o<<r,(r+=n)>=this.DB&&(r-=this.DB))}8==n&&0!=(128&+e[0])&&(this.s=-1,r>0&&(this[this.t-1]|=(1<<this.DB-r)-1<<r)),this.clamp(),i&&t.ZERO.subTo(this,this)},t.prototype.clamp=function(){for(var t=this.s&this.DM;this.t>0&&this[this.t-1]==t;)--this.t},t.prototype.dlShiftTo=function(t,e){var a;for(a=this.t-1;a>=0;--a)e[a+t]=this[a];for(a=t-1;a>=0;--a)e[a]=0;e.t=this.t+t,e.s=this.s},t.prototype.drShiftTo=function(t,e){for(var a=t;a<this.t;++a)e[a-t]=this[a];e.t=Math.max(this.t-t,0),e.s=this.s},t.prototype.lShiftTo=function(t,e){for(var a=t%this.DB,n=this.DB-a,s=(1<<n)-1,i=Math.floor(t/this.DB),r=this.s<<a&this.DM,o=this.t-1;o>=0;--o)e[o+i+1]=this[o]>>n|r,r=(this[o]&s)<<a;for(o=i-1;o>=0;--o)e[o]=0;e[i]=r,e.t=this.t+i+1,e.s=this.s,e.clamp()},t.prototype.rShiftTo=function(t,e){e.s=this.s;var a=Math.floor(t/this.DB);if(a>=this.t)e.t=0;else{var n=t%this.DB,s=this.DB-n,i=(1<<n)-1;e[0]=this[a]>>n;for(var r=a+1;r<this.t;++r)e[r-a-1]|=(this[r]&i)<<s,e[r-a]=this[r]>>n;n>0&&(e[this.t-a-1]|=(this.s&i)<<s),e.t=this.t-a,e.clamp()}},t.prototype.subTo=function(t,e){for(var a=0,n=0,s=Math.min(t.t,this.t);a<s;)n+=this[a]-t[a],e[a++]=n&this.DM,n>>=this.DB;if(t.t<this.t){for(n-=t.s;a<this.t;)n+=this[a],e[a++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;a<t.t;)n-=t[a],e[a++]=n&this.DM,n>>=this.DB;n-=t.s}e.s=n<0?-1:0,n<-1?e[a++]=this.DV+n:n>0&&(e[a++]=n),e.t=a,e.clamp()},t.prototype.multiplyTo=function(e,a){var n=this.abs(),s=e.abs(),i=n.t;for(a.t=i+s.t;--i>=0;)a[i]=0;for(i=0;i<s.t;++i)a[i+n.t]=n.am(0,s[i],a,i,0,n.t);a.s=0,a.clamp(),this.s!=e.s&&t.ZERO.subTo(a,a)},t.prototype.squareTo=function(t){for(var e=this.abs(),a=t.t=2*e.t;--a>=0;)t[a]=0;for(a=0;a<e.t-1;++a){var n=e.am(a,e[a],t,2*a,0,1);(t[a+e.t]+=e.am(a+1,2*e[a],t,2*a+1,n,e.t-a-1))>=e.DV&&(t[a+e.t]-=e.DV,t[a+e.t+1]=1)}t.t>0&&(t[t.t-1]+=e.am(a,e[a],t,2*a,0,1)),t.s=0,t.clamp()},t.prototype.divRemTo=function(e,a,n){var s=e.abs();if(!(s.t<=0)){var i=this.abs();if(i.t<s.t)return null!=a&&a.fromInt(0),void(null!=n&&this.copyTo(n));null==n&&(n=fn());var r=fn(),o=this.s,l=e.s,c=this.DB-bn(s[s.t-1]);c>0?(s.lShiftTo(c,r),i.lShiftTo(c,n)):(s.copyTo(r),i.copyTo(n));var u=r.t,d=r[u-1];if(0!=d){var h=d*(1<<this.F1)+(u>1?r[u-2]>>this.F2:0),p=this.FV/h,f=(1<<this.F1)/h,g=1<<this.F2,v=n.t,m=v-u,y=null==a?fn():a;for(r.dlShiftTo(m,y),n.compareTo(y)>=0&&(n[n.t++]=1,n.subTo(y,n)),t.ONE.dlShiftTo(u,y),y.subTo(r,r);r.t<u;)r[r.t++]=0;for(;--m>=0;){var M=n[--v]==d?this.DM:Math.floor(n[v]*p+(n[v-1]+g)*f);if((n[v]+=r.am(0,M,n,m,0,u))<M)for(r.dlShiftTo(m,y),n.subTo(y,n);n[v]<--M;)n.subTo(y,n)}null!=a&&(n.drShiftTo(u,a),o!=l&&t.ZERO.subTo(a,a)),n.t=u,n.clamp(),c>0&&n.rShiftTo(c,n),o<0&&t.ZERO.subTo(n,n)}}},t.prototype.invDigit=function(){if(this.t<1)return 0;var t=this[0];if(0==(1&t))return 0;var e=3&t;return(e=(e=(e=(e=e*(2-(15&t)*e)&15)*(2-(255&t)*e)&255)*(2-((65535&t)*e&65535))&65535)*(2-t*e%this.DV)%this.DV)>0?this.DV-e:-e},t.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},t.prototype.exp=function(e,a){if(e>4294967295||e<1)return t.ONE;var n=fn(),s=fn(),i=a.convert(this),r=bn(e)-1;for(i.copyTo(n);--r>=0;)if(a.sqrTo(n,s),(e&1<<r)>0)a.mulTo(s,i,n);else{var o=n;n=s,s=o}return a.revert(n)},t.prototype.chunkSize=function(t){return Math.floor(Math.LN2*this.DB/Math.log(t))},t.prototype.toRadix=function(t){if(null==t&&(t=10),0==this.signum()||t<2||t>36)return"0";var e=this.chunkSize(t),a=Math.pow(t,e),n=_n(a),s=fn(),i=fn(),r="";for(this.divRemTo(n,s,i);s.signum()>0;)r=(a+i.intValue()).toString(t).substr(1)+r,s.divRemTo(n,s,i);return i.intValue().toString(t)+r},t.prototype.fromRadix=function(e,a){this.fromInt(0),null==a&&(a=10);for(var n=this.chunkSize(a),s=Math.pow(a,n),i=!1,r=0,o=0,l=0;l<e.length;++l){var c=Sn(e,l);c<0?"-"==e.charAt(l)&&0==this.signum()&&(i=!0):(o=a*o+c,++r>=n&&(this.dMultiply(s),this.dAddOffset(o,0),r=0,o=0))}r>0&&(this.dMultiply(Math.pow(a,r)),this.dAddOffset(o,0)),i&&t.ZERO.subTo(this,this)},t.prototype.fromNumber=function(e,a,n){if("number"==typeof a)if(e<2)this.fromInt(1);else for(this.fromNumber(e,n),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),Pa,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(a);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(t.ONE.shiftLeft(e-1),this);else{var s=[],i=7&e;s.length=1+(e>>3),a.nextBytes(s),i>0?s[0]&=(1<<i)-1:s[0]=0,this.fromString(s,256)}},t.prototype.bitwiseTo=function(t,e,a){var n,s,i=Math.min(t.t,this.t);for(n=0;n<i;++n)a[n]=e(this[n],t[n]);if(t.t<this.t){for(s=t.s&this.DM,n=i;n<this.t;++n)a[n]=e(this[n],s);a.t=this.t}else{for(s=this.s&this.DM,n=i;n<t.t;++n)a[n]=e(s,t[n]);a.t=t.t}a.s=e(this.s,t.s),a.clamp()},t.prototype.changeBit=function(e,a){var n=t.ONE.shiftLeft(e);return this.bitwiseTo(n,a,n),n},t.prototype.addTo=function(t,e){for(var a=0,n=0,s=Math.min(t.t,this.t);a<s;)n+=this[a]+t[a],e[a++]=n&this.DM,n>>=this.DB;if(t.t<this.t){for(n+=t.s;a<this.t;)n+=this[a],e[a++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;a<t.t;)n+=t[a],e[a++]=n&this.DM,n>>=this.DB;n+=t.s}e.s=n<0?-1:0,n>0?e[a++]=n:n<-1&&(e[a++]=this.DV+n),e.t=a,e.clamp()},t.prototype.dMultiply=function(t){this[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()},t.prototype.dAddOffset=function(t,e){if(0!=t){for(;this.t<=e;)this[this.t++]=0;for(this[e]+=t;this[e]>=this.DV;)this[e]-=this.DV,++e>=this.t&&(this[this.t++]=0),++this[e]}},t.prototype.multiplyLowerTo=function(t,e,a){var n=Math.min(this.t+t.t,e);for(a.s=0,a.t=n;n>0;)a[--n]=0;for(var s=a.t-this.t;n<s;++n)a[n+this.t]=this.am(0,t[n],a,n,0,this.t);for(s=Math.min(t.t,e);n<s;++n)this.am(0,t[n],a,n,0,e-n);a.clamp()},t.prototype.multiplyUpperTo=function(t,e,a){--e;var n=a.t=this.t+t.t-e;for(a.s=0;--n>=0;)a[n]=0;for(n=Math.max(e-this.t,0);n<t.t;++n)a[this.t+n-e]=this.am(e-n,t[n],a,0,0,this.t+n-e);a.clamp(),a.drShiftTo(1,a)},t.prototype.modInt=function(t){if(t<=0)return 0;var e=this.DV%t,a=this.s<0?t-1:0;if(this.t>0)if(0==e)a=this[0]%t;else for(var n=this.t-1;n>=0;--n)a=(e*a+this[n])%t;return a},t.prototype.millerRabin=function(e){var a=this.subtract(t.ONE),n=a.getLowestSetBit();if(n<=0)return!1;var s=a.shiftRight(n);(e=e+1>>1)>on.length&&(e=on.length);for(var i=fn(),r=0;r<e;++r){i.fromInt(on[Math.floor(Math.random()*on.length)]);var o=i.modPow(s,this);if(0!=o.compareTo(t.ONE)&&0!=o.compareTo(a)){for(var l=1;l++<n&&0!=o.compareTo(a);)if(0==(o=o.modPowInt(2,this)).compareTo(t.ONE))return!1;if(0!=o.compareTo(a))return!1}}return!0},t.prototype.square=function(){var t=fn();return this.squareTo(t),t},t.prototype.gcda=function(t,e){var a=this.s<0?this.negate():this.clone(),n=t.s<0?t.negate():t.clone();if(a.compareTo(n)<0){var s=a;a=n,n=s}var i=a.getLowestSetBit(),r=n.getLowestSetBit();if(r<0)e(a);else{i<r&&(r=i),r>0&&(a.rShiftTo(r,a),n.rShiftTo(r,n));var o=function(){(i=a.getLowestSetBit())>0&&a.rShiftTo(i,a),(i=n.getLowestSetBit())>0&&n.rShiftTo(i,n),a.compareTo(n)>=0?(a.subTo(n,a),a.rShiftTo(1,a)):(n.subTo(a,n),n.rShiftTo(1,n)),a.signum()>0?setTimeout(o,0):(r>0&&n.lShiftTo(r,n),setTimeout((function(){e(n)}),0))};setTimeout(o,10)}},t.prototype.fromNumberAsync=function(e,a,n,s){if("number"==typeof a)if(e<2)this.fromInt(1);else{this.fromNumber(e,n),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),Pa,this),this.isEven()&&this.dAddOffset(1,0);var i=this,r=function(){i.dAddOffset(2,0),i.bitLength()>e&&i.subTo(t.ONE.shiftLeft(e-1),i),i.isProbablePrime(a)?setTimeout((function(){s()}),0):setTimeout(r,0)};setTimeout(r,0)}else{var o=[],l=7&e;o.length=1+(e>>3),a.nextBytes(o),l>0?o[0]&=(1<<l)-1:o[0]=0,this.fromString(o,256)}},t}(),un=function(){function t(){}return t.prototype.convert=function(t){return t},t.prototype.revert=function(t){return t},t.prototype.mulTo=function(t,e,a){t.multiplyTo(e,a)},t.prototype.sqrTo=function(t,e){t.squareTo(e)},t}(),dn=function(){function t(t){this.m=t}return t.prototype.convert=function(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){t.divRemTo(this.m,null,t)},t.prototype.mulTo=function(t,e,a){t.multiplyTo(e,a),this.reduce(a)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),hn=function(){function t(t){this.m=t,this.mp=t.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<t.DB-15)-1,this.mt2=2*t.t}return t.prototype.convert=function(t){var e=fn();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(cn.ZERO)>0&&this.m.subTo(e,e),e},t.prototype.revert=function(t){var e=fn();return t.copyTo(e),this.reduce(e),e},t.prototype.reduce=function(t){for(;t.t<=this.mt2;)t[t.t++]=0;for(var e=0;e<this.m.t;++e){var a=32767&t[e],n=a*this.mpl+((a*this.mph+(t[e]>>15)*this.mpl&this.um)<<15)&t.DM;for(t[a=e+this.m.t]+=this.m.am(0,n,t,e,0,this.m.t);t[a]>=t.DV;)t[a]-=t.DV,t[++a]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,a){t.multiplyTo(e,a),this.reduce(a)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),pn=function(){function t(t){this.m=t,this.r2=fn(),this.q3=fn(),cn.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t)}return t.prototype.convert=function(t){if(t.s<0||t.t>2*this.m.t)return t.mod(this.m);if(t.compareTo(this.m)<0)return t;var e=fn();return t.copyTo(e),this.reduce(e),e},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){for(t.drShiftTo(this.m.t-1,this.r2),t.t>this.m.t+1&&(t.t=this.m.t+1,t.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);t.compareTo(this.r2)<0;)t.dAddOffset(1,this.m.t+1);for(t.subTo(this.r2,t);t.compareTo(this.m)>=0;)t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,a){t.multiplyTo(e,a),this.reduce(a)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}();function fn(){return new cn(null)}function gn(t,e){return new cn(t,e)}var vn="undefined"!=typeof navigator;vn&&"Microsoft Internet Explorer"==navigator.appName?(cn.prototype.am=function(t,e,a,n,s,i){for(var r=32767&e,o=e>>15;--i>=0;){var l=32767&this[t],c=this[t++]>>15,u=o*l+c*r;s=((l=r*l+((32767&u)<<15)+a[n]+(1073741823&s))>>>30)+(u>>>15)+o*c+(s>>>30),a[n++]=1073741823&l}return s},an=30):vn&&"Netscape"!=navigator.appName?(cn.prototype.am=function(t,e,a,n,s,i){for(;--i>=0;){var r=e*this[t++]+a[n]+s;s=Math.floor(r/67108864),a[n++]=67108863&r}return s},an=26):(cn.prototype.am=function(t,e,a,n,s,i){for(var r=16383&e,o=e>>14;--i>=0;){var l=16383&this[t],c=this[t++]>>14,u=o*l+c*r;s=((l=r*l+((16383&u)<<14)+a[n]+s)>>28)+(u>>14)+o*c,a[n++]=268435455&l}return s},an=28),cn.prototype.DB=an,cn.prototype.DM=(1<<an)-1,cn.prototype.DV=1<<an,cn.prototype.FV=Math.pow(2,52),cn.prototype.F1=52-an,cn.prototype.F2=2*an-52;var mn,yn,Mn=[];for(mn="0".charCodeAt(0),yn=0;yn<=9;++yn)Mn[mn++]=yn;for(mn="a".charCodeAt(0),yn=10;yn<36;++yn)Mn[mn++]=yn;for(mn="A".charCodeAt(0),yn=10;yn<36;++yn)Mn[mn++]=yn;function Sn(t,e){var a=Mn[t.charCodeAt(e)];return null==a?-1:a}function _n(t){var e=fn();return e.fromInt(t),e}function bn(t){var e,a=1;return 0!=(e=t>>>16)&&(t=e,a+=16),0!=(e=t>>8)&&(t=e,a+=8),0!=(e=t>>4)&&(t=e,a+=4),0!=(e=t>>2)&&(t=e,a+=2),0!=(e=t>>1)&&(t=e,a+=1),a}cn.ZERO=_n(0),cn.ONE=_n(1);var wn,In,zn=function(){function t(){this.i=0,this.j=0,this.S=[]}return t.prototype.init=function(t){var e,a,n;for(e=0;e<256;++e)this.S[e]=e;for(a=0,e=0;e<256;++e)a=a+this.S[e]+t[e%t.length]&255,n=this.S[e],this.S[e]=this.S[a],this.S[a]=n;this.i=0,this.j=0},t.prototype.next=function(){var t;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,t=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=t,this.S[t+this.S[this.i]&255]},t}(),Cn=null;if(null==Cn){Cn=[],In=0;var xn=void 0;if(window.crypto&&window.crypto.getRandomValues){var An=new Uint32Array(256);for(window.crypto.getRandomValues(An),xn=0;xn<An.length;++xn)Cn[In++]=255&An[xn]}var kn=0,En=function(t){if((kn=kn||0)>=256||In>=256)window.removeEventListener?window.removeEventListener("mousemove",En,!1):window.detachEvent&&window.detachEvent("onmousemove",En);else try{var e=t.x+t.y;Cn[In++]=255&e,kn+=1}catch(t){}};window.addEventListener?window.addEventListener("mousemove",En,!1):window.attachEvent&&window.attachEvent("onmousemove",En)}function Fn(){if(null==wn){for(wn=new zn;In<256;){var t=Math.floor(65536*Math.random());Cn[In++]=255&t}for(wn.init(Cn),In=0;In<Cn.length;++In)Cn[In]=0;In=0}return wn.next()}var Bn=function(){function t(){}return t.prototype.nextBytes=function(t){for(var e=0;e<t.length;++e)t[e]=Fn()},t}(),Tn=function(){function t(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}return t.prototype.doPublic=function(t){return t.modPowInt(this.e,this.n)},t.prototype.doPrivate=function(t){if(null==this.p||null==this.q)return t.modPow(this.d,this.n);for(var e=t.mod(this.p).modPow(this.dmp1,this.p),a=t.mod(this.q).modPow(this.dmq1,this.q);e.compareTo(a)<0;)e=e.add(this.p);return e.subtract(a).multiply(this.coeff).mod(this.p).multiply(this.q).add(a)},t.prototype.setPublic=function(t,e){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=gn(t,16),this.e=parseInt(e,16)):console.error("Invalid RSA public key")},t.prototype.encrypt=function(t){var e=this.n.bitLength()+7>>3,a=function(t,e){if(e<t.length+11)return console.error("Message too long for RSA"),null;for(var a=[],n=t.length-1;n>=0&&e>0;){var s=t.charCodeAt(n--);s<128?a[--e]=s:s>127&&s<2048?(a[--e]=63&s|128,a[--e]=s>>6|192):(a[--e]=63&s|128,a[--e]=s>>6&63|128,a[--e]=s>>12|224)}a[--e]=0;for(var i=new Bn,r=[];e>2;){for(r[0]=0;0==r[0];)i.nextBytes(r);a[--e]=r[0]}return a[--e]=2,a[--e]=0,new cn(a)}(t,e);if(null==a)return null;var n=this.doPublic(a);if(null==n)return null;for(var s=n.toString(16),i=s.length,r=0;r<2*e-i;r++)s="0"+s;return s},t.prototype.setPrivate=function(t,e,a){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=gn(t,16),this.e=parseInt(e,16),this.d=gn(a,16)):console.error("Invalid RSA private key")},t.prototype.setPrivateEx=function(t,e,a,n,s,i,r,o){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=gn(t,16),this.e=parseInt(e,16),this.d=gn(a,16),this.p=gn(n,16),this.q=gn(s,16),this.dmp1=gn(i,16),this.dmq1=gn(r,16),this.coeff=gn(o,16)):console.error("Invalid RSA private key")},t.prototype.generate=function(t,e){var a=new Bn,n=t>>1;this.e=parseInt(e,16);for(var s=new cn(e,16);;){for(;this.p=new cn(t-n,1,a),0!=this.p.subtract(cn.ONE).gcd(s).compareTo(cn.ONE)||!this.p.isProbablePrime(10););for(;this.q=new cn(n,1,a),0!=this.q.subtract(cn.ONE).gcd(s).compareTo(cn.ONE)||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var i=this.p;this.p=this.q,this.q=i}var r=this.p.subtract(cn.ONE),o=this.q.subtract(cn.ONE),l=r.multiply(o);if(0==l.gcd(s).compareTo(cn.ONE)){this.n=this.p.multiply(this.q),this.d=s.modInverse(l),this.dmp1=this.d.mod(r),this.dmq1=this.d.mod(o),this.coeff=this.q.modInverse(this.p);break}}},t.prototype.decrypt=function(t){var e=gn(t,16),a=this.doPrivate(e);return null==a?null:function(t,e){for(var a=t.toByteArray(),n=0;n<a.length&&0==a[n];)++n;if(a.length-n!=e-1||2!=a[n])return null;for(++n;0!=a[n];)if(++n>=a.length)return null;for(var s="";++n<a.length;){var i=255&a[n];i<128?s+=String.fromCharCode(i):i>191&&i<224?(s+=String.fromCharCode((31&i)<<6|63&a[n+1]),++n):(s+=String.fromCharCode((15&i)<<12|(63&a[n+1])<<6|63&a[n+2]),n+=2)}return s}(a,this.n.bitLength()+7>>3)},t.prototype.generateAsync=function(t,e,a){var n=new Bn,s=t>>1;this.e=parseInt(e,16);var i=new cn(e,16),r=this,o=function(){var e=function(){if(r.p.compareTo(r.q)<=0){var t=r.p;r.p=r.q,r.q=t}var e=r.p.subtract(cn.ONE),n=r.q.subtract(cn.ONE),s=e.multiply(n);0==s.gcd(i).compareTo(cn.ONE)?(r.n=r.p.multiply(r.q),r.d=i.modInverse(s),r.dmp1=r.d.mod(e),r.dmq1=r.d.mod(n),r.coeff=r.q.modInverse(r.p),setTimeout((function(){a()}),0)):setTimeout(o,0)},l=function(){r.q=fn(),r.q.fromNumberAsync(s,1,n,(function(){r.q.subtract(cn.ONE).gcda(i,(function(t){0==t.compareTo(cn.ONE)&&r.q.isProbablePrime(10)?setTimeout(e,0):setTimeout(l,0)}))}))},c=function(){r.p=fn(),r.p.fromNumberAsync(t-s,1,n,(function(){r.p.subtract(cn.ONE).gcda(i,(function(t){0==t.compareTo(cn.ONE)&&r.p.isProbablePrime(10)?setTimeout(l,0):setTimeout(c,0)}))}))};setTimeout(c,0)};setTimeout(o,0)},t.prototype.sign=function(t,e,a){var n=function(t,e){if(e<t.length+22)return console.error("Message too long for RSA"),null;for(var a=e-t.length-6,n="",s=0;s<a;s+=2)n+="ff";return gn("0001"+n+"00"+t,16)}((Dn[a]||"")+e(t).toString(),this.n.bitLength()/4);if(null==n)return null;var s=this.doPrivate(n);if(null==s)return null;var i=s.toString(16);return 0==(1&i.length)?i:"0"+i},t.prototype.verify=function(t,e,a){var n=gn(e,16),s=this.doPublic(n);return null==s?null:function(t){for(var e in Dn)if(Dn.hasOwnProperty(e)){var a=Dn[e],n=a.length;if(t.substr(0,n)==a)return t.substr(n)}return t}(s.toString(16).replace(/^1f+00/,""))==a(t).toString()},t}(),Dn={md2:"3020300c06082a864886f70d020205000410",md5:"3020300c06082a864886f70d020505000410",sha1:"3021300906052b0e03021a05000414",sha224:"302d300d06096086480165030402040500041c",sha256:"3031300d060960864801650304020105000420",sha384:"3041300d060960864801650304020205000430",sha512:"3051300d060960864801650304020305000440",ripemd160:"3021300906052b2403020105000414"},Nn={};Nn.lang={extend:function(t,e,a){if(!e||!t)throw new Error("YAHOO.lang.extend failed, please check that all dependencies are included.");var n=function(){};if(n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t,t.superclass=e.prototype,e.prototype.constructor==Object.prototype.constructor&&(e.prototype.constructor=e),a){var s;for(s in a)t.prototype[s]=a[s];var i=function(){},r=["toString","valueOf"];try{/MSIE/.test(navigator.userAgent)&&(i=function(t,e){for(s=0;s<r.length;s+=1){var a=r[s],n=e[a];"function"==typeof n&&n!=Object.prototype[a]&&(t[a]=n)}})}catch(t){}i(t.prototype,a)}}};var On={};void 0!==On.asn1&&On.asn1||(On.asn1={}),On.asn1.ASN1Util=new function(){this.integerToByteHex=function(t){var e=t.toString(16);return e.length%2==1&&(e="0"+e),e},this.bigIntToMinTwosComplementsHex=function(t){var e=t.toString(16);if("-"!=e.substr(0,1))e.length%2==1?e="0"+e:e.match(/^[0-7]/)||(e="00"+e);else{var a=e.substr(1).length;a%2==1?a+=1:e.match(/^[0-7]/)||(a+=2);for(var n="",s=0;s<a;s++)n+="f";e=new cn(n,16).xor(t).add(cn.ONE).toString(16).replace(/^-/,"")}return e},this.getPEMStringFromHex=function(t,e){return hextopem(t,e)},this.newObject=function(t){var e=On.asn1,a=e.DERBoolean,n=e.DERInteger,s=e.DERBitString,i=e.DEROctetString,r=e.DERNull,o=e.DERObjectIdentifier,l=e.DEREnumerated,c=e.DERUTF8String,u=e.DERNumericString,d=e.DERPrintableString,h=e.DERTeletexString,p=e.DERIA5String,f=e.DERUTCTime,g=e.DERGeneralizedTime,v=e.DERSequence,m=e.DERSet,y=e.DERTaggedObject,M=e.ASN1Util.newObject,S=Object.keys(t);if(1!=S.length)throw"key of param shall be only one.";var _=S[0];if(-1==":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:".indexOf(":"+_+":"))throw"undefined key: "+_;if("bool"==_)return new a(t[_]);if("int"==_)return new n(t[_]);if("bitstr"==_)return new s(t[_]);if("octstr"==_)return new i(t[_]);if("null"==_)return new r(t[_]);if("oid"==_)return new o(t[_]);if("enum"==_)return new l(t[_]);if("utf8str"==_)return new c(t[_]);if("numstr"==_)return new u(t[_]);if("prnstr"==_)return new d(t[_]);if("telstr"==_)return new h(t[_]);if("ia5str"==_)return new p(t[_]);if("utctime"==_)return new f(t[_]);if("gentime"==_)return new g(t[_]);if("seq"==_){for(var b=t[_],w=[],I=0;I<b.length;I++){var z=M(b[I]);w.push(z)}return new v({array:w})}if("set"==_){for(b=t[_],w=[],I=0;I<b.length;I++)z=M(b[I]),w.push(z);return new m({array:w})}if("tag"==_){var C=t[_];if("[object Array]"===Object.prototype.toString.call(C)&&3==C.length){var x=M(C[2]);return new y({tag:C[0],explicit:C[1],obj:x})}var A={};if(void 0!==C.explicit&&(A.explicit=C.explicit),void 0!==C.tag&&(A.tag=C.tag),void 0===C.obj)throw"obj shall be specified for 'tag'.";return A.obj=M(C.obj),new y(A)}},this.jsonToASN1HEX=function(t){return this.newObject(t).getEncodedHex()}},On.asn1.ASN1Util.oidHexToInt=function(t){for(var e="",a=parseInt(t.substr(0,2),16),n=(e=Math.floor(a/40)+"."+a%40,""),s=2;s<t.length;s+=2){var i=("00000000"+parseInt(t.substr(s,2),16).toString(2)).slice(-8);n+=i.substr(1,7),"0"==i.substr(0,1)&&(e=e+"."+new cn(n,2).toString(10),n="")}return e},On.asn1.ASN1Util.oidIntToHex=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e="0"+e),e},a=function(t){var a="",n=new cn(t,10).toString(2),s=7-n.length%7;7==s&&(s=0);for(var i="",r=0;r<s;r++)i+="0";for(n=i+n,r=0;r<n.length-1;r+=7){var o=n.substr(r,7);r!=n.length-7&&(o="1"+o),a+=e(parseInt(o,2))}return a};if(!t.match(/^[0-9.]+$/))throw"malformed oid string: "+t;var n="",s=t.split("."),i=40*parseInt(s[0])+parseInt(s[1]);n+=e(i),s.splice(0,2);for(var r=0;r<s.length;r++)n+=a(s[r]);return n},On.asn1.ASN1Object=function(){this.getLengthHexFromValue=function(){if(void 0===this.hV||null==this.hV)throw"this.hV is null or undefined.";if(this.hV.length%2==1)throw"value hex must be even length: n="+"".length+",v="+this.hV;var t=this.hV.length/2,e=t.toString(16);if(e.length%2==1&&(e="0"+e),t<128)return e;var a=e.length/2;if(a>15)throw"ASN.1 length too long to represent by 8x: n = "+t.toString(16);return(128+a).toString(16)+e},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return""}},On.asn1.DERAbstractString=function(t){On.asn1.DERAbstractString.superclass.constructor.call(this),this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(this.s)},this.setStringHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&("string"==typeof t?this.setString(t):void 0!==t.str?this.setString(t.str):void 0!==t.hex&&this.setStringHex(t.hex))},Nn.lang.extend(On.asn1.DERAbstractString,On.asn1.ASN1Object),On.asn1.DERAbstractTime=function(t){On.asn1.DERAbstractTime.superclass.constructor.call(this),this.localDateToUTC=function(t){return utc=t.getTime()+6e4*t.getTimezoneOffset(),new Date(utc)},this.formatDate=function(t,e,a){var n=this.zeroPadding,s=this.localDateToUTC(t),i=String(s.getFullYear());"utc"==e&&(i=i.substr(2,2));var r=i+n(String(s.getMonth()+1),2)+n(String(s.getDate()),2)+n(String(s.getHours()),2)+n(String(s.getMinutes()),2)+n(String(s.getSeconds()),2);if(!0===a){var o=s.getMilliseconds();if(0!=o){var l=n(String(o),3);r=r+"."+(l=l.replace(/[0]+$/,""))}}return r+"Z"},this.zeroPadding=function(t,e){return t.length>=e?t:new Array(e-t.length+1).join("0")+t},this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(t)},this.setByDateValue=function(t,e,a,n,s,i){var r=new Date(Date.UTC(t,e-1,a,n,s,i,0));this.setByDate(r)},this.getFreshValueHex=function(){return this.hV}},Nn.lang.extend(On.asn1.DERAbstractTime,On.asn1.ASN1Object),On.asn1.DERAbstractStructured=function(t){On.asn1.DERAbstractString.superclass.constructor.call(this),this.setByASN1ObjectArray=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array=t},this.appendASN1Object=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array.push(t)},this.asn1Array=new Array,void 0!==t&&void 0!==t.array&&(this.asn1Array=t.array)},Nn.lang.extend(On.asn1.DERAbstractStructured,On.asn1.ASN1Object),On.asn1.DERBoolean=function(){On.asn1.DERBoolean.superclass.constructor.call(this),this.hT="01",this.hTLV="0101ff"},Nn.lang.extend(On.asn1.DERBoolean,On.asn1.ASN1Object),On.asn1.DERInteger=function(t){On.asn1.DERInteger.superclass.constructor.call(this),this.hT="02",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=On.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new cn(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.bigint?this.setByBigInteger(t.bigint):void 0!==t.int?this.setByInteger(t.int):"number"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},Nn.lang.extend(On.asn1.DERInteger,On.asn1.ASN1Object),On.asn1.DERBitString=function(t){if(void 0!==t&&void 0!==t.obj){var e=On.asn1.ASN1Util.newObject(t.obj);t.hex="00"+e.getEncodedHex()}On.asn1.DERBitString.superclass.constructor.call(this),this.hT="03",this.setHexValueIncludingUnusedBits=function(t){this.hTLV=null,this.isModified=!0,this.hV=t},this.setUnusedBitsAndHexValue=function(t,e){if(t<0||7<t)throw"unused bits shall be from 0 to 7: u = "+t;var a="0"+t;this.hTLV=null,this.isModified=!0,this.hV=a+e},this.setByBinaryString=function(t){var e=8-(t=t.replace(/0+$/,"")).length%8;8==e&&(e=0);for(var a=0;a<=e;a++)t+="0";var n="";for(a=0;a<t.length-1;a+=8){var s=t.substr(a,8),i=parseInt(s,2).toString(16);1==i.length&&(i="0"+i),n+=i}this.hTLV=null,this.isModified=!0,this.hV="0"+e+n},this.setByBooleanArray=function(t){for(var e="",a=0;a<t.length;a++)1==t[a]?e+="1":e+="0";this.setByBinaryString(e)},this.newFalseArray=function(t){for(var e=new Array(t),a=0;a<t;a++)e[a]=!1;return e},this.getFreshValueHex=function(){return this.hV},void 0!==t&&("string"==typeof t&&t.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(t):void 0!==t.hex?this.setHexValueIncludingUnusedBits(t.hex):void 0!==t.bin?this.setByBinaryString(t.bin):void 0!==t.array&&this.setByBooleanArray(t.array))},Nn.lang.extend(On.asn1.DERBitString,On.asn1.ASN1Object),On.asn1.DEROctetString=function(t){if(void 0!==t&&void 0!==t.obj){var e=On.asn1.ASN1Util.newObject(t.obj);t.hex=e.getEncodedHex()}On.asn1.DEROctetString.superclass.constructor.call(this,t),this.hT="04"},Nn.lang.extend(On.asn1.DEROctetString,On.asn1.DERAbstractString),On.asn1.DERNull=function(){On.asn1.DERNull.superclass.constructor.call(this),this.hT="05",this.hTLV="0500"},Nn.lang.extend(On.asn1.DERNull,On.asn1.ASN1Object),On.asn1.DERObjectIdentifier=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e="0"+e),e},a=function(t){var a="",n=new cn(t,10).toString(2),s=7-n.length%7;7==s&&(s=0);for(var i="",r=0;r<s;r++)i+="0";for(n=i+n,r=0;r<n.length-1;r+=7){var o=n.substr(r,7);r!=n.length-7&&(o="1"+o),a+=e(parseInt(o,2))}return a};On.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT="06",this.setValueHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.setValueOidString=function(t){if(!t.match(/^[0-9.]+$/))throw"malformed oid string: "+t;var n="",s=t.split("."),i=40*parseInt(s[0])+parseInt(s[1]);n+=e(i),s.splice(0,2);for(var r=0;r<s.length;r++)n+=a(s[r]);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=n},this.setValueName=function(t){var e=On.asn1.x509.OID.name2oid(t);if(""===e)throw"DERObjectIdentifier oidName undefined: "+t;this.setValueOidString(e)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&("string"==typeof t?t.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(t):this.setValueName(t):void 0!==t.oid?this.setValueOidString(t.oid):void 0!==t.hex?this.setValueHex(t.hex):void 0!==t.name&&this.setValueName(t.name))},Nn.lang.extend(On.asn1.DERObjectIdentifier,On.asn1.ASN1Object),On.asn1.DEREnumerated=function(t){On.asn1.DEREnumerated.superclass.constructor.call(this),this.hT="0a",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=On.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new cn(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.int?this.setByInteger(t.int):"number"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},Nn.lang.extend(On.asn1.DEREnumerated,On.asn1.ASN1Object),On.asn1.DERUTF8String=function(t){On.asn1.DERUTF8String.superclass.constructor.call(this,t),this.hT="0c"},Nn.lang.extend(On.asn1.DERUTF8String,On.asn1.DERAbstractString),On.asn1.DERNumericString=function(t){On.asn1.DERNumericString.superclass.constructor.call(this,t),this.hT="12"},Nn.lang.extend(On.asn1.DERNumericString,On.asn1.DERAbstractString),On.asn1.DERPrintableString=function(t){On.asn1.DERPrintableString.superclass.constructor.call(this,t),this.hT="13"},Nn.lang.extend(On.asn1.DERPrintableString,On.asn1.DERAbstractString),On.asn1.DERTeletexString=function(t){On.asn1.DERTeletexString.superclass.constructor.call(this,t),this.hT="14"},Nn.lang.extend(On.asn1.DERTeletexString,On.asn1.DERAbstractString),On.asn1.DERIA5String=function(t){On.asn1.DERIA5String.superclass.constructor.call(this,t),this.hT="16"},Nn.lang.extend(On.asn1.DERIA5String,On.asn1.DERAbstractString),On.asn1.DERUTCTime=function(t){On.asn1.DERUTCTime.superclass.constructor.call(this,t),this.hT="17",this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):"string"==typeof t&&t.match(/^[0-9]{12}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date))},Nn.lang.extend(On.asn1.DERUTCTime,On.asn1.DERAbstractTime),On.asn1.DERGeneralizedTime=function(t){On.asn1.DERGeneralizedTime.superclass.constructor.call(this,t),this.hT="18",this.withMillis=!1,this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):"string"==typeof t&&t.match(/^[0-9]{14}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date),!0===t.millis&&(this.withMillis=!0))},Nn.lang.extend(On.asn1.DERGeneralizedTime,On.asn1.DERAbstractTime),On.asn1.DERSequence=function(t){On.asn1.DERSequence.superclass.constructor.call(this,t),this.hT="30",this.getFreshValueHex=function(){for(var t="",e=0;e<this.asn1Array.length;e++)t+=this.asn1Array[e].getEncodedHex();return this.hV=t,this.hV}},Nn.lang.extend(On.asn1.DERSequence,On.asn1.DERAbstractStructured),On.asn1.DERSet=function(t){On.asn1.DERSet.superclass.constructor.call(this,t),this.hT="31",this.sortFlag=!0,this.getFreshValueHex=function(){for(var t=new Array,e=0;e<this.asn1Array.length;e++){var a=this.asn1Array[e];t.push(a.getEncodedHex())}return 1==this.sortFlag&&t.sort(),this.hV=t.join(""),this.hV},void 0!==t&&void 0!==t.sortflag&&0==t.sortflag&&(this.sortFlag=!1)},Nn.lang.extend(On.asn1.DERSet,On.asn1.DERAbstractStructured),On.asn1.DERTaggedObject=function(t){On.asn1.DERTaggedObject.superclass.constructor.call(this),this.hT="a0",this.hV="",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(t,e,a){this.hT=e,this.isExplicit=t,this.asn1Object=a,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=a.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,e),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.tag&&(this.hT=t.tag),void 0!==t.explicit&&(this.isExplicit=t.explicit),void 0!==t.obj&&(this.asn1Object=t.obj,this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},Nn.lang.extend(On.asn1.DERTaggedObject,On.asn1.ASN1Object);var Ln,Hn=(Ln=function(t,e){return Ln=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&(t[a]=e[a])},Ln(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function a(){this.constructor=t}Ln(t,e),t.prototype=null===e?Object.create(e):(a.prototype=e.prototype,new a)}),jn=function(t){function e(a){var n=t.call(this)||this;return a&&("string"==typeof a?n.parseKey(a):(e.hasPrivateKeyProperty(a)||e.hasPublicKeyProperty(a))&&n.parsePropertiesFrom(a)),n}return Hn(e,t),e.prototype.parseKey=function(t){try{var e=0,a=0,n=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/.test(t)?function(t){var e;if(void 0===Ua){var a="0123456789ABCDEF",n=" \f\n\r\t \u2028\u2029";for(Ua={},e=0;e<16;++e)Ua[a.charAt(e)]=e;for(a=a.toLowerCase(),e=10;e<16;++e)Ua[a.charAt(e)]=e;for(e=0;e<n.length;++e)Ua[n.charAt(e)]=-1}var s=[],i=0,r=0;for(e=0;e<t.length;++e){var o=t.charAt(e);if("="==o)break;if(-1!=(o=Ua[o])){if(void 0===o)throw new Error("Illegal character at offset "+e);i|=o,++r>=2?(s[s.length]=i,i=0,r=0):i<<=4}}if(r)throw new Error("Hex encoding incomplete: 4 bits missing");return s}(t):Wa.unarmor(t),s=sn.decode(n);if(3===s.sub.length&&(s=s.sub[2].sub[0]),9===s.sub.length){e=s.sub[1].getHexStringValue(),this.n=gn(e,16),a=s.sub[2].getHexStringValue(),this.e=parseInt(a,16);var i=s.sub[3].getHexStringValue();this.d=gn(i,16);var r=s.sub[4].getHexStringValue();this.p=gn(r,16);var o=s.sub[5].getHexStringValue();this.q=gn(o,16);var l=s.sub[6].getHexStringValue();this.dmp1=gn(l,16);var c=s.sub[7].getHexStringValue();this.dmq1=gn(c,16);var u=s.sub[8].getHexStringValue();this.coeff=gn(u,16)}else{if(2!==s.sub.length)return!1;var d=s.sub[1].sub[0];e=d.sub[0].getHexStringValue(),this.n=gn(e,16),a=d.sub[1].getHexStringValue(),this.e=parseInt(a,16)}return!0}catch(t){return!1}},e.prototype.getPrivateBaseKey=function(){var t={array:[new On.asn1.DERInteger({int:0}),new On.asn1.DERInteger({bigint:this.n}),new On.asn1.DERInteger({int:this.e}),new On.asn1.DERInteger({bigint:this.d}),new On.asn1.DERInteger({bigint:this.p}),new On.asn1.DERInteger({bigint:this.q}),new On.asn1.DERInteger({bigint:this.dmp1}),new On.asn1.DERInteger({bigint:this.dmq1}),new On.asn1.DERInteger({bigint:this.coeff})]};return new On.asn1.DERSequence(t).getEncodedHex()},e.prototype.getPrivateBaseKeyB64=function(){return Ya(this.getPrivateBaseKey())},e.prototype.getPublicBaseKey=function(){var t=new On.asn1.DERSequence({array:[new On.asn1.DERObjectIdentifier({oid:"1.2.840.113549.1.1.1"}),new On.asn1.DERNull]}),e=new On.asn1.DERSequence({array:[new On.asn1.DERInteger({bigint:this.n}),new On.asn1.DERInteger({int:this.e})]}),a=new On.asn1.DERBitString({hex:"00"+e.getEncodedHex()});return new On.asn1.DERSequence({array:[t,a]}).getEncodedHex()},e.prototype.getPublicBaseKeyB64=function(){return Ya(this.getPublicBaseKey())},e.wordwrap=function(t,e){if(!t)return t;var a="(.{1,"+(e=e||64)+"})( +|$\n?)|(.{1,"+e+"})";return t.match(RegExp(a,"g")).join("\n")},e.prototype.getPrivateKey=function(){var t="-----BEGIN RSA PRIVATE KEY-----\n";return(t+=e.wordwrap(this.getPrivateBaseKeyB64())+"\n")+"-----END RSA PRIVATE KEY-----"},e.prototype.getPublicKey=function(){var t="-----BEGIN PUBLIC KEY-----\n";return(t+=e.wordwrap(this.getPublicBaseKeyB64())+"\n")+"-----END PUBLIC KEY-----"},e.hasPublicKeyProperty=function(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")},e.hasPrivateKeyProperty=function(t){return(t=t||{}).hasOwnProperty("n")&&t.hasOwnProperty("e")&&t.hasOwnProperty("d")&&t.hasOwnProperty("p")&&t.hasOwnProperty("q")&&t.hasOwnProperty("dmp1")&&t.hasOwnProperty("dmq1")&&t.hasOwnProperty("coeff")},e.prototype.parsePropertiesFrom=function(t){this.n=t.n,this.e=t.e,t.hasOwnProperty("d")&&(this.d=t.d,this.p=t.p,this.q=t.q,this.dmp1=t.dmp1,this.dmq1=t.dmq1,this.coeff=t.coeff)},e}(Tn),Pn=function(){function t(t){void 0===t&&(t={}),t=t||{},this.default_key_size=t.default_key_size?parseInt(t.default_key_size,10):1024,this.default_public_exponent=t.default_public_exponent||"010001",this.log=t.log||!1,this.key=null}return t.prototype.setKey=function(t){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new jn(t)},t.prototype.setPrivateKey=function(t){this.setKey(t)},t.prototype.setPublicKey=function(t){this.setKey(t)},t.prototype.decrypt=function(t){try{return this.getKey().decrypt(Za(t))}catch(t){return!1}},t.prototype.encrypt=function(t){try{return Ya(this.getKey().encrypt(t))}catch(t){return!1}},t.prototype.sign=function(t,e,a){try{return Ya(this.getKey().sign(t,e,a))}catch(t){return!1}},t.prototype.verify=function(t,e,a){try{return this.getKey().verify(t,Za(e),a)}catch(t){return!1}},t.prototype.getKey=function(t){if(!this.key){if(this.key=new jn,t&&"[object Function]"==={}.toString.call(t))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},t.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},t.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},t.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},t.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},t.version="3.2.1",t}(),Vn=o.chaveMovelSignature,Gn={publicKey:null},Rn=function(){var t=G((function(t){var e=t.apiClient,a=t.apiEndpoints,n=t.cancelToken;return $().mark((function t(){var s,i,r;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return s=a.inCurrentMode.getChaveMovelPublicKey(),t.next=3,e.get({url:s,withCredentials:!1,cancelToken:n});case 3:if((i=t.sent).data.publicKey){t.next=6;break}return t.abrupt("return",{});case 6:return r=atob(i.data.publicKey),Gn.publicKey=r,t.abrupt("return",r);case 9:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),$n=function(){var t=G((function(t){var e=t.signingPin,a=t.phone,n=t.language,s=t.clientId,i=t.docId,r=t.cancelToken,o=t.apiEndpoints,l=t.apiClient,c=t.actionType;return $().mark((function t(){var u,d,h;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return u=o.inCurrentMode.startSigning(),t.next=3,Rn({apiClient:l,apiEndpoints:o,cancelToken:r});case 3:return d=t.sent,(h=new Pn).setPublicKey(d),t.abrupt("return",l.post({url:u,withCredentials:!1,data:{doc_id:i,client_id:s,sign_type:c,lang:n,signing_pin:h.encrypt(e),phone:h.encrypt(a)},cancelToken:r}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Un=function(t){var e=t.startSigningResult,a=t.confirmationCodeRequest,n=t.setOnCancelByUser;return new Promise((function(t,s){n((function(){var t=new Error("USER_REFUSED");t.isCancel=!0,s(t)})),a({data:e.data},t,s)}))},Kn=function(t){var e=t.token,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId,l=t.confirmationCode,c=new Pn;return c.setPublicKey(Gn.publicKey),a.post({url:n.inCurrentMode.completeSignatureChaveMovel(),withCredentials:!1,data:{token:e,doc_id:r,lang:s,client_id:o,confirmation_code:c.encrypt(l)},cancelToken:i})},Yn=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.monitoringService,l=t.countryCode,u=t.language,d=t.started,h=t.confirmationCodeRequest,p=t.signingPin,f=t.phone,g=t.setOnCancelByUser;return $().mark((function t(){var v,m,y;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return v=c(n.SIGNATURE,Vn,l),o.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=4,W($n)({clientId:e,docId:a,cancelToken:s,apiEndpoints:i,apiClient:r,language:u,actionType:v.actionType,signingPin:p,phone:f});case 4:return m=t.sent,d(m),t.next=8,W(Un,{shouldFormatResult:!1})({startSigningResult:m,confirmationCodeRequest:h,setOnCancelByUser:g});case 8:return y=t.sent,t.abrupt("return",W(Kn)({token:m.data.token,apiClient:r,apiEndpoints:i,language:u,cancelToken:s,docId:a,clientId:e,confirmationCode:y}));case 10:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Zn=st(Vn,Yn,{pin:{type:"string"},phone:{type:"string"},docId:{type:"string",required:!0}}),qn=ba({moduleName:o.mitIdSignature,createModuleCreator:st}),Wn=o.ftnQesSignature,Qn=function(t){var e=t.contractId,a=t.clientId,n=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.language,l=t.actionType,c=t.phone,u=t.email,d=i.inCurrentMode.startSigning();return r.post({url:d,withCredentials:!1,data:{doc_id:n,contract_id:e,client_id:a,sign_type:l,lang:o,phone:c,email:u},cancelToken:s})},Jn=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.contractId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.monitoringService,u=t.language,d=t.countryCode,h=t.phone,p=t.email,f=t.redirect;return $().mark((function t(){var g,v;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return g=c(n.SIGNATURE,Wn,d),l.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=4,W(Qn)({contractId:s,clientId:e,docId:a,cancelToken:i,apiEndpoints:r,apiClient:o,language:u,phone:h,email:p,actionType:g.actionType});case 4:return v=t.sent,t.abrupt("return",W(f,{shouldFormatResult:!1})(v));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Xn=st(Wn,Jn,{phone:{type:"string",required:!0},email:{type:"string",required:!0}}),ts=o.noBankIdAdvSignature,es=function(t){var e=t.contractId,a=t.clientId,n=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.language,l=t.actionType,c=t.name,u=i.inCurrentMode.startSigning();return r.post({url:u,withCredentials:!1,data:{doc_id:n,contract_id:e,client_id:a,sign_type:l,lang:o,name:c},cancelToken:s})},as=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.contractId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.monitoringService,u=t.language,d=t.countryCode,h=t.name,p=t.redirect;return $().mark((function t(){var f,g;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return f=c(n.SIGNATURE,ts,d),l.dispatch({message:"".concat(f.actionType,": signing started")}),t.next=4,W(es)({contractId:s,clientId:e,docId:a,cancelToken:i,apiEndpoints:r,apiClient:o,language:u,name:h,actionType:f.actionType});case 4:return g=t.sent,t.abrupt("return",W(p,{shouldFormatResult:!1})(g));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),ns=st(ts,as,{name:{type:"string",required:!0}}),ss=Ke({moduleName:o.certEuropeUsbTokenSignature,createModuleCreator:st}),is=Ke({moduleName:o.certSignUsbTokenSignature,createModuleCreator:st}),rs=ba({moduleName:o.idinSignature,createModuleCreator:st}),os=ba({moduleName:o.verifaiSignature,createModuleCreator:st}),ls=o.spidQesSignature,cs=function(t){var e=t.contractId,a=t.clientId,n=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.language,l=t.actionType,c=t.phone,u=t.email,d=i.inCurrentMode.startSigning();return r.post({url:d,withCredentials:!1,data:{doc_id:n,contract_id:e,client_id:a,sign_type:l,lang:o,phone:c,email:u},cancelToken:s})},us=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.contractId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.monitoringService,u=t.language,d=t.countryCode,h=t.phone,p=t.email,f=t.redirect;return $().mark((function t(){var g,v;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return g=c(n.SIGNATURE,ls,d),l.dispatch({message:"".concat(g.actionType,": signing started")}),t.next=4,W(cs)({contractId:s,clientId:e,docId:a,cancelToken:i,apiEndpoints:r,apiClient:o,language:u,phone:h,email:p,actionType:g.actionType});case 4:return v=t.sent,t.abrupt("return",W(f,{shouldFormatResult:!1})(v));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),ds=st(ls,us,{email:{type:"string",required:!0},phone:{type:"string",required:!0}}),hs=o.frejaSimpleSignature,ps=function(t){var e=t.idcode,a=t.language,n=t.clientId,s=t.docId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.actionType,c=t.countryCode,u=r.inCurrentMode.startSigning();return o.post({url:u,withCredentials:!1,data:{doc_id:s,client_id:n,sign_type:l,lang:a,country:c,idcode:e},cancelToken:i})},fs=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return a.post({url:n.inCurrentMode.completeSignatureFrejaSimple(),withCredentials:!1,data:{token:e.token,doc_id:r,lang:s,client_id:o},cancelToken:i})},gs=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return qe({pollInterval:2e3,fn:fs,fnArgs:[{data:e,apiClient:a,apiEndpoints:n,language:s,cancelToken:i,docId:r,clientId:o}]}).start()},vs=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.monitoringService,l=t.idcode,u=t.countryCode,d=t.language,h=t.started;return $().mark((function t(){var p,f;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return p=c(n.SIGNATURE,hs,u),o.dispatch({message:"".concat(p.actionType,": signing started")}),t.next=4,W(ps)({clientId:e,docId:a,cancelToken:s,apiEndpoints:i,apiClient:r,idcode:l,language:d,actionType:p.actionType,countryCode:u});case 4:return f=t.sent,h(f),t.abrupt("return",W(gs)({data:f.data,apiClient:r,apiEndpoints:i,language:d,cancelToken:s,docId:a,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),ms=st(hs,vs,{idcode:{type:"string",required:!0},countryCode:{type:"string",required:!0},docId:{type:"string",required:!0}}),ys=o.audkenniQesSignature,Ms=function(t){var e=t.idcode,a=t.language,n=t.clientId,s=t.docId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.actionType,c=t.countryCode,u=r.inCurrentMode.startSigning();return o.post({url:u,withCredentials:!1,data:{doc_id:s,client_id:n,sign_type:l,lang:a,country:c,idcode:e},cancelToken:i})},Ss=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return a.post({url:n.inCurrentMode.continueSignatureAudkenni(),withCredentials:!1,data:{token:e.token,doc_id:r,lang:s,client_id:o},cancelToken:i})},_s=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return a.post({url:n.inCurrentMode.completeSignatureAudkenni(),withCredentials:!1,data:{token:e.token,doc_id:r,lang:s,client_id:o},cancelToken:i})},bs=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return qe({pollInterval:2e3,fn:Ss,fnArgs:[{data:e,apiClient:a,apiEndpoints:n,language:s,cancelToken:i,docId:r,clientId:o}]}).start()},ws=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return qe({pollInterval:2e3,fn:_s,fnArgs:[{data:e,apiClient:a,apiEndpoints:n,language:s,cancelToken:i,docId:r,clientId:o}]}).start()},Is=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.monitoringService,l=t.idcode,u=t.countryCode,d=t.language,h=t.started;return $().mark((function t(){var p,f,g;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return p=c(n.SIGNATURE,ys,u),o.dispatch({message:"".concat(p.actionType,": signing started")}),t.next=4,W(Ms)({clientId:e,docId:a,cancelToken:s,apiEndpoints:i,apiClient:r,idcode:l,language:d,actionType:p.actionType,countryCode:u});case 4:return f=t.sent,t.next=7,W(bs)({data:f.data,apiClient:r,apiEndpoints:i,language:d,cancelToken:s,docId:a,clientId:e});case 7:return g=t.sent,h(g),t.abrupt("return",W(ws)({data:g.data,apiClient:r,apiEndpoints:i,language:d,cancelToken:s,docId:a,clientId:e}));case 10:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),zs=st(ys,Is,{idcode:{type:"string",required:!0},countryCode:{type:"string",required:!0},docId:{type:"string",required:!0}}),Cs=ba({moduleName:o.yesComQesSignature,createModuleCreator:st}),xs=ba({moduleName:o.simplySignQesSignature,createModuleCreator:st}),As=o.uanatacaQesSignature,ks=function(t){var e=t.contractId,a=t.clientId,n=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.language,l=t.actionType,c=t.username,u=t.password,d=t.pin,h=i.inCurrentMode.startSigning();return r.post({url:h,withCredentials:!1,data:{doc_id:n,contract_id:e,client_id:a,sign_type:l,lang:o,username:c,password:u,pin:d},cancelToken:s})},Es=function(t){var e=t.startSigningResult,a=t.confirmationCodeRequest,n=t.setOnCancelByUser;return new Promise((function(t,s){n((function(){var t=new Error("USER_REFUSED");t.isCancel=!0,s(t)})),a({data:e.data},t,s)}))},Fs=function(t){var e=t.token,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId,l=t.confirmationCode;return a.post({url:n.inCurrentMode.completeSignatureUanataca(),withCredentials:!1,data:{token:e,doc_id:r,lang:s,client_id:o,confirmation_code:l},cancelToken:i})},Bs=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.contractId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.monitoringService,u=t.language,d=t.countryCode,h=t.username,p=t.password,f=t.pin,g=t.confirmationCodeRequest,v=t.setOnCancelByUser,m=t.started;return $().mark((function t(){var y,M,S;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return y=c(n.SIGNATURE,As,d),l.dispatch({message:"".concat(y.actionType,": signing started")}),t.next=4,W(ks)({contractId:s,clientId:e,docId:a,cancelToken:i,apiEndpoints:r,apiClient:o,language:u,username:h,password:p,pin:f,actionType:y.actionType});case 4:return M=t.sent,m(M),t.next=8,W(Es,{shouldFormatResult:!1})({startSigningResult:M,confirmationCodeRequest:g,setOnCancelByUser:v});case 8:return S=t.sent,t.abrupt("return",W(Fs)({token:M.data.token,apiClient:o,apiEndpoints:r,language:u,cancelToken:i,docId:a,clientId:e,confirmationCode:S}));case 10:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Ts=st(As,Bs,{username:{type:"string",required:!0},password:{type:"string",required:!0},pin:{type:"string",required:!0}}),Ds=ba({moduleName:o.certsignWebapiQesSignature,createModuleCreator:st}),Ns=o.halcomQesSignature,Os=function(t){var e=t.contractId,a=t.username,n=t.clientId,s=t.docId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.countryCode,c=t.language,u=t.email,d=t.phone,h=t.actionType,p=r.inCurrentMode.startSigning();return o.post({url:p,withCredentials:!1,data:{doc_id:s,contract_id:e,client_id:n,sign_type:h,username:a,email:u,phone:d,country:l,lang:c},cancelToken:i})},Ls=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return a.post({url:n.inCurrentMode.completeSignatureHalcom(),withCredentials:!1,data:{token:e.token,doc_id:r,lang:s,client_id:o},cancelToken:i})},Hs=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return qe({pollInterval:2e3,fn:Ls,fnArgs:[{data:e,apiClient:a,apiEndpoints:n,language:s,cancelToken:i,docId:r,clientId:o}]}).start()},js=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.contractId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.monitoringService,u=t.language,d=t.username,h=t.phone,p=t.email,f=t.countryCode,g=t.started;return $().mark((function t(){var v,m;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return v=c(n.SIGNATURE,Ns,f),l.dispatch({message:"".concat(v.actionType,": signing started")}),t.next=4,W(Os)({clientId:e,docId:a,cancelToken:i,apiEndpoints:r,apiClient:o,language:u,username:d,phone:h,email:p,countryCode:f,contractId:s,actionType:v.actionType});case 4:return m=t.sent,g(m),t.abrupt("return",W(Hs)({data:m.data,apiClient:o,apiEndpoints:r,language:u,cancelToken:i,docId:a,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Ps=st(Ns,js,{countryCode:{type:"string",required:!0},username:{type:"string"},email:{type:"string"},phone:{type:"string"},docId:{type:"string",required:!0}}),Vs=o.swissIdQesSignature,Gs=function(t){var e=t.contractId,a=t.clientId,n=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.countryCode,l=t.language,c=t.email,u=t.actionType,d=i.inCurrentMode.startSigning();return r.post({url:d,withCredentials:!1,data:{doc_id:n,contract_id:e,client_id:a,sign_type:u,email:c,country:o,lang:l},cancelToken:s})},Rs=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return a.post({url:n.inCurrentMode.completeSignatureSwissId(),withCredentials:!1,data:{token:e.token,doc_id:r,lang:s,client_id:o},cancelToken:i})},$s=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return qe({pollInterval:2e3,fn:Rs,fnArgs:[{data:e,apiClient:a,apiEndpoints:n,language:s,cancelToken:i,docId:r,clientId:o}]}).start()},Us=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.contractId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.monitoringService,u=t.language,d=t.email,h=t.countryCode,p=t.started;return $().mark((function t(){var f,g;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return f=c(n.SIGNATURE,Vs,h),l.dispatch({message:"".concat(f.actionType,": signing started")}),t.next=4,W(Gs)({clientId:e,docId:a,cancelToken:i,apiEndpoints:r,apiClient:o,language:u,email:d,countryCode:h,contractId:s,actionType:f.actionType});case 4:return g=t.sent,p(g),t.abrupt("return",W($s)({data:g.data,apiClient:o,apiEndpoints:r,language:u,cancelToken:i,docId:a,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Ks=st(Vs,Us,{countryCode:{type:"string",required:!0},email:{type:"string",required:!0},docId:{type:"string",required:!0}}),Ys=o.swissComQesSignature,Zs=function(t){var e=t.contractId,a=t.clientId,n=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.countryCode,l=t.language,c=t.phone,u=t.actionType,d=i.inCurrentMode.startSigning();return r.post({url:d,withCredentials:!1,data:{doc_id:n,contract_id:e,client_id:a,sign_type:u,phone:c,country:o,lang:l},cancelToken:s})},qs=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return a.post({url:n.inCurrentMode.completeSignatureSwissCom(),withCredentials:!1,data:{token:e.token,doc_id:r,lang:s,client_id:o},cancelToken:i})},Ws=function(t){var e=t.data,a=t.apiClient,n=t.apiEndpoints,s=t.language,i=t.cancelToken,r=t.docId,o=t.clientId;return qe({pollInterval:2e3,fn:qs,fnArgs:[{data:e,apiClient:a,apiEndpoints:n,language:s,cancelToken:i,docId:r,clientId:o}]}).start()},Qs=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.contractId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.monitoringService,u=t.language,d=t.phone,h=t.countryCode,p=t.started;return $().mark((function t(){var f,g;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return f=c(n.SIGNATURE,Ys,h),l.dispatch({message:"".concat(f.actionType,": signing started")}),t.next=4,W(Zs)({clientId:e,docId:a,cancelToken:i,apiEndpoints:r,apiClient:o,language:u,phone:d,countryCode:h,contractId:s,actionType:f.actionType});case 4:return g=t.sent,p(g),t.abrupt("return",W(Ws)({data:g.data,apiClient:o,apiEndpoints:r,language:u,cancelToken:i,docId:a,clientId:e}));case 7:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),Js=st(Ys,Qs,{countryCode:{type:"string",required:!0},phone:{type:"string",required:!0},docId:{type:"string",required:!0}}),Xs=ba({moduleName:o.mitIdAdvancedSignature,createModuleCreator:st}),ti=ba({moduleName:o.mitIdQesSignature,createModuleCreator:st}),ei=ba({moduleName:o.seBankIdAdvancedSignature,createModuleCreator:st}),ai=ba({moduleName:o.seBankIdQesSignature,createModuleCreator:st}),ni=o.frejaAdvancedSignature,si=function(t){var e=t.idcode,a=t.language,n=t.clientId,s=t.docId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.actionType,c=t.countryCode,u=r.inCurrentMode.startSigning();return o.post({url:u,withCredentials:!1,data:{doc_id:s,client_id:n,sign_type:l,lang:a,country:c,idcode:e},cancelToken:i})},ii=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.monitoringService,l=t.idcode,u=t.countryCode,d=t.language,h=t.redirect;return $().mark((function t(){var p,f;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return p=c(n.SIGNATURE,ni,u),o.dispatch({message:"".concat(p.actionType,": signing started")}),t.next=4,W(si)({clientId:e,docId:a,cancelToken:s,apiEndpoints:i,apiClient:r,idcode:l,language:d,actionType:p.actionType,countryCode:u});case 4:return f=t.sent,t.abrupt("return",W(h,{shouldFormatResult:!1})(f));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),ri=st(ni,ii,{idcode:{type:"string",required:!0},countryCode:{type:"string",required:!0},docId:{type:"string",required:!0}}),oi=o.frejaQesSignature,li=function(t){var e=t.idcode,a=t.language,n=t.clientId,s=t.docId,i=t.cancelToken,r=t.apiEndpoints,o=t.apiClient,l=t.actionType,c=t.countryCode,u=r.inCurrentMode.startSigning();return o.post({url:u,withCredentials:!1,data:{doc_id:s,client_id:n,sign_type:l,lang:a,country:c,idcode:e},cancelToken:i})},ci=function(){var t=G((function(t){var e=t.clientId,a=t.docId,s=t.cancelToken,i=t.apiEndpoints,r=t.apiClient,o=t.monitoringService,l=t.idcode,u=t.countryCode,d=t.language,h=t.redirect;return $().mark((function t(){var p,f;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return p=c(n.SIGNATURE,oi,u),o.dispatch({message:"".concat(p.actionType,": signing started")}),t.next=4,W(li)({clientId:e,docId:a,cancelToken:s,apiEndpoints:i,apiClient:r,idcode:l,language:d,actionType:p.actionType,countryCode:u});case 4:return f=t.sent,t.abrupt("return",W(h,{shouldFormatResult:!1})(f));case 6:case"end":return t.stop()}}),t)}))()}));return function(e){return t.apply(this,arguments)}}(),ui=st(oi,ci,{idcode:{type:"string",required:!0},countryCode:{type:"string",required:!0},docId:{type:"string",required:!0}}),di=Object.freeze({sandbox:"sandbox",production:"production"});function hi(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function pi(t){for(var a=1;a<arguments.length;a++){var n=null!=arguments[a]?arguments[a]:{};a%2?hi(Object(n),!0).forEach((function(a){e(t,a,n[a])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):hi(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var fi=function(t,e,a){var n={};return Object.keys(t).forEach((function(s){n[s]=function(t,e,a){return function(n){var s=pi(pi({},e),n);return a?a(t(s)):t(s)}}(t[s],e,a)})),n},gi=function(t){var e=t.method,a=t.baseUrl,n=t.clientId,s=t.redirectUri,i=t.state,r=t.language,o="".concat(a,"/oauth/start/").concat(e,"?client_id=").concat(n,"&redirect_uri=").concat(s,"&response_type=code");return r&&(o+="&lang=".concat(r)),i&&(o+="&state=".concat(i)),o},vi=function(){var t,a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},s=pi({base:function(t){return t.baseUrl},readCard:function(t){var e=t.countryCode,n=void 0===e?a.countryCode.toLowerCase():e,s=t.clientId,i="eideasy.com";return a.sandbox&&["EE","BE"].includes(n)&&(i="test.eideasy.com"),"https://".concat(n,".").concat(i,"/api/identity/").concat(s,"/read-card")},zealIdIframeUrl:function(t){var e=t.baseUrl,a=t.clientId;return"".concat(e,"/api/identity/").concat(a,"/zealid/get_iframe_url")},eParakstsMobile:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"lv-eparaksts-mobile-login",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},eParakstsSmartCard:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"lv-eparaksts-id-login",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},mojeId:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"mojeid",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},edoAppEid:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"edoapp-eid-login",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},itsme:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"itsme-login",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},itsmeBasic:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"itsme-login-basic",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},itsmeStandard:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"itsme-login-standard",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},seBankId:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"swedish-bankid-login",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},finnishTrustNetwork:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"finnish-ftn-login",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},idin:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"idin-login",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},verifai:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"verifai-login",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},yoonik:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"yoonik-login",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},plMojeId:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"pl-mojeid-login",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},mitId:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"mit-id-login",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},norwegianBankId:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"norwegian-bankid-login",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},atHandy:function(t){var e=t.baseUrl,a=t.clientId,n=t.redirectUri,s=t.state,i="".concat(e,"/oauth/authorize?client_id=").concat(a,"&redirect_uri=").concat(n,"&response_type=code&method=at-handy-signatur-login");return s&&(i+="&state=".concat(s)),i},ftn:function(t){var e=t.baseUrl,a=t.state,n=t.clientId,s=t.redirectUri,i=t.language;return gi({method:"ftn-login",baseUrl:e,state:a,clientId:n,redirectUri:s,language:i})},idCardIframe:function(t){var e=t.baseUrl,a=t.clientId,n=t.actionType;return"".concat(e,"/signatures/integration/").concat(a,"/").concat(n)},startSigning:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/start-signing")},completeSignatureIdCard:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/id-card/complete")},completeSignatureMobileId:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/sk-mobile-id/complete")},completeSignatureSmartId:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/sk-smart-id/complete")},completeSignatureEvrotrust:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/evrotrust-signature/complete")},completeSignatureHalcom:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/halcom-qes-signature/complete")},completeSignatureSwissId:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/swiss-id-qes-signature/complete")},completeSignatureSwissCom:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/swiss-com-qes-signature/complete")},completeSignatureDTrustSignMe:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/d-trust-sign-me-qes-signature/complete")},completeSignatureFrejaSimple:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/freja-simple-signature/complete")},continueSignatureAudkenni:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/audkenni-qes-signature/continue")},completeSignatureAudkenni:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/audkenni-qes-signature/complete")},completeSignatureChaveMovel:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/chave-movel-qes-signature/complete")},completeSignatureUanataca:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/uanataca-qes-signature/complete")},completeOtp:function(t){var e=t.baseUrl;return"".concat(e,"/api/signatures/non-qualified/complete")},eideasyMonitoring:function(t){var e=t.baseUrl;return"".concat(e,"/api/monitor")},startZealIdSignature:function(t){var e=t.baseUrl,a=t.clientId,n=t.docId;return"".concat(e,"/zealid/signature/start?client_id=").concat(a,"&doc_id=").concat(n)},getChaveMovelPublicKey:function(t){var e=t.baseUrl;return"".concat(e,"/api/chave-movel-public-key")},cscApiAuthorizeCredential:function(t){var e=t.baseUrl;return"".concat(e,"/csc/authorize-credential")}},n),i=(e(t={},di.production,pi({},fi(s,{baseUrl:n.base?n.base():"https://id.eideasy.com",state:a.state},a.modifyEndpointUrl))),e(t,di.sandbox,pi({},fi(s,{baseUrl:n.base?n.base():"https://test.eideasy.com",state:a.state},a.modifyEndpointUrl))),t);return{get inCurrentMode(){var t=a.sandbox?di.sandbox:di.production;return i[t]}}},mi=o.eParakstsSmartCard,yi=function(t){var e=t.apiEndpoints,a=t.clientId,n=t.redirectUri;return{data:{redirect_uri:e.inCurrentMode.eParakstsSmartCard({clientId:a,redirectUri:n})}}},Mi=function(){var t=G($().mark((function t(e){var a,n,s,i,r;return $().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=e.redirect,n=e.apiEndpoints,s=e.clientId,i=e.redirectUri,t.next=3,W(yi)({apiEndpoints:n,clientId:s,redirectUri:i});case 3:return r=t.sent,t.abrupt("return",W(a,{shouldFormatResult:!1})(r));case 5:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),Si=st(mi,Mi),_i=ba({moduleName:o.itsmeQesSignature,createModuleCreator:st}),bi=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=z({rawSettings:t,schema:C}),a=j({currentLanguage:"en"}),n=vi({countryCode:e.countryCode,sandbox:e.sandbox,modifyEndpointUrl:e.modifyEndpointUrl,state:e.oauthParamState},e.apiEndpoints),s=P({clientId:e.clientId,remoteMonitoringEnabled:e.remoteMonitoringEnabled,apiEndpoints:n});return w({settings:e,i18n:a,monitoringService:s,apiEndpoints:n,identificationModules:[ct,vt,_t,zt,Si,Et,Nt,jt,Rt,Yt,Qt,ee,ie,ce,pe,me,_e,ze,ke,Te,Le,Ve],signingModules:[Ye,ea,la,fa,Sa,wa,Ia,za,Xn,Ca,Ea,Fa,Ba,Ta,La,Zn,qn,ns,ss,is,rs,os,ds,ms,zs,Cs,xs,Ts,Ds,Ps,Ks,Js,Xs,ti,ei,ai,ri,ui,_i]})},wi=bi}(),i}()}))},34729:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M440.1 181.1c-.1 39.2-6.4 81.4-57.4 101.5-51.1-20.1-57.3-62.3-57.4-101.5h114.8z"}}),a("path",{attrs:{fill:"#29DBFF",d:"M439.6 197.7c-2.8 34.9-12.4 67.4-57 85-44.4-17.6-54.5-51.2-56.9-84.9"}}),a("path",{attrs:{fill:"#FFF",d:"M437.8 214.1c-3.2 24.3-16.7 53.5-55.1 68.6-38.4-15.1-50.5-42.5-55.1-68.4"}}),a("path",{attrs:{fill:"#29DBFF",d:"M434.2 230.3c-5.7 17.7-19.3 39.4-51.3 52.8-32-12.6-45.2-33.8-51.4-53"}}),a("path",{attrs:{fill:"#FFF",d:"M426.7 246.9c-6.5 11.3-17.7 25.4-44 35.9-27.5-11.5-37.4-25.3-44-36.1"}}),a("path",{attrs:{fill:"#29DBFF",d:"M412.4 265.1c-8.1 7.2-12 11.2-29.6 17.9-20.1-7.9-22.6-11.6-29.2-17.5"}}),a("path",{attrs:{fill:"#5CC85C",d:"M383.3 231.6c-.2-.2-27.9 35.7-27.9 35.7-1.8-1.3-10-9.5-13.3-15l41.3-50.1 40.2 49.7c-3.9 6.5-11.4 13.6-13.2 15M382.6 85.3l-26.5 45h53z"}}),a("ellipse",{attrs:{transform:"rotate(-82.3 291.431 225.686)",fill:"#F7A226",cx:"291.4",cy:"225.7",rx:"48.7",ry:"15.7"}}),a("ellipse",{attrs:{transform:"rotate(-68.099 303.087 164.67)",fill:"#DDC7AB",cx:"303.1",cy:"164.7",rx:"11.7",ry:"7.2"}}),a("ellipse",{attrs:{transform:"rotate(-81.738 291.697 271.697)",fill:"#DDC7AB",cx:"291.7",cy:"271.7",rx:"11.4",ry:"3.3"}}),a("ellipse",{attrs:{transform:"matrix(.9986 -.05353 .05353 .9986 -13.992 16.424)",fill:"#DDC7AB",cx:"299.6",cy:"269.4",rx:"3.3",ry:"11"}}),a("ellipse",{attrs:{transform:"rotate(-21.518 314.54 201.06)",fill:"#DDC7AB",cx:"314.5",cy:"201.1",rx:"4.1",ry:"13.7"}}),a("ellipse",{attrs:{transform:"rotate(-21.518 317.511 178.077)",fill:"#DDC7AB",cx:"317.5",cy:"178.1",rx:"13.7",ry:"4.1"}}),a("ellipse",{attrs:{transform:"rotate(-7.7 473.781 225.857)",fill:"#F7A226",cx:"473.6",cy:"225.9",rx:"15.7",ry:"48.7"}}),a("ellipse",{attrs:{transform:"rotate(-21.901 462.057 164.866)",fill:"#DDC7AB",cx:"462",cy:"164.9",rx:"7.2",ry:"11.7"}}),a("ellipse",{attrs:{transform:"rotate(-8.27 473.27 271.908)",fill:"#DDC7AB",cx:"473.4",cy:"271.9",rx:"3.3",ry:"11.4"}}),a("ellipse",{attrs:{transform:"matrix(.05353 -.9986 .9986 .05353 171.34 719.998)",fill:"#DDC7AB",cx:"465.5",cy:"269.6",rx:"11",ry:"3.3"}}),a("ellipse",{attrs:{transform:"rotate(-68.482 450.552 201.247)",fill:"#DDC7AB",cx:"450.6",cy:"201.2",rx:"13.7",ry:"4.1"}}),a("ellipse",{attrs:{transform:"rotate(-68.482 447.58 178.265)",fill:"#DDC7AB",cx:"447.6",cy:"178.3",rx:"4.1",ry:"13.7"}}),a("path",{attrs:{fill:"#B0C6CC",d:"M373.3 130.3L356.1 155l17.8 26.1H396l4.7-25.4-5.4-25.4z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z"}}),a("path",{attrs:{fill:"#D80027",d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}}),a("path",{attrs:{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}}),a("g",[a("path",{attrs:{fill:"#D80027",d:"M0 170.7v-11l62.5-42.3h22.6L7.3 170.7z"}})]),a("path",{attrs:{fill:"#D80027",d:"M7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zM248.7 170.7l-77.8-53.3h22.6l62.5 42.3v11z"}})]))}}},36904:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 0h171v342H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M342 0h171v342H342zM198.92 113.58H256v64.8h-57.08zM309.16 228.68L256 243.18v-64.8h57.08z"}}),a("path",{attrs:{fill:"#BC8B00",d:"M182.24 95.92v92.2c0 34.32 27.26 54.17 48.63 64.46-.8 1.37 25.13 8.26 25.13 8.26s25.93-6.9 25.13-8.26c21.38-10.29 48.63-30.14 48.63-64.46v-92.2H182.24zm129.86 92.2c0 16.88-10 29.43-32.76 43.9-8.62 5.48-17.54 9.03-23.34 11.01-5.8-1.98-14.72-5.53-23.34-11.01-22.76-14.47-32.76-28.02-32.76-43.9v-74.54h112.2v74.54z"}})]))}}},58248:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 0h513v114H0z"}}),a("path",{attrs:{d:"M0 228h513v114H0z"}}),a("path",{attrs:{fill:"#dd0d12",d:"M0 0h171v342H0z"}})]))}}},32843:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#DB3E00",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#479900",d:"M331 0h182v342H331z"}}),a("path",{attrs:{d:"M0 0h181.8v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 126.7c-19.4 0-35.2 15.8-35.2 35.2v52.8h70.4v-52.8c0-19.5-15.8-35.2-35.2-35.2z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 84.3c-47.7 0-86.4 38.7-86.4 86.4S208.3 257 256 257s86.4-38.7 86.4-86.4-38.7-86.3-86.4-86.3zm0 157.7c-39.4 0-71.4-32-71.4-71.4 0-39.4 32-71.4 71.4-71.4 39.4 0 71.4 32 71.4 71.4 0 39.5-32 71.4-71.4 71.4z"}})]))}}},58437:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#186DD2",d:"M88.8 136.5c-2.2 12.9-3.4 26.2-3.4 39.8 0 13.6 1.2 27 3.4 39.8L256 228.3l167.2-12.1c2.2-12.9 3.4-26.2 3.4-39.8s-1.2-27-3.4-39.8"}}),a("path",{attrs:{fill:"#FFF",d:"M423.2 219H88.8c15.8 69.8 84.7 122.3 167.2 122.3S407.4 288.8 423.2 219z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M365.9 136.5H146.1l44.9-21.1-23.9-43.5 48.8 9.4L222 32l34 36.2L290 32l6.1 49.3 48.8-9.4-23.9 43.5z"}}),a("g",{attrs:{fill:"#C32500"}},[a("path",{attrs:{d:"M256.5 342L0 0v342z"}}),a("path",{attrs:{d:"M513 342V0L256 342z"}})])]))}}},86561:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M454.8 265.38c7.94-10.93 13.24-24.27 13.24-40.42V104.89a59.754 59.754 0 01-36.02 12.01c-19.64 0-37.07-9.43-48.03-24.01-10.95 14.58-28.39 24.01-48.03 24.01-13.52 0-25.99-4.47-36.02-12v120.06c0 16.16 5.3 29.5 13.24 40.42H454.8z"}}),a("path",{attrs:{fill:"#8DCCFF",d:"M310.23 260.98C332.65 296.96 384 309 384 309s51.35-12.04 73.77-48.02H310.23z"}}),a("path",{attrs:{fill:"#D87B00",d:"M396.66 172.21c.32 1.42 8.72 10.17 17.56 20.15 1.39 1.57-8.74 12.63-6.91 12.59 4.75-.12 19.27-17.26 19.34 6.65.05 15.94-30 27.51-30 27.51h17.47l.65 14.96s4.97-13.34 7.59-16.57c8.1-9.97 20.18-30.07 34.59-27.1 14.41 2.97-13.66-13.92-13.66-13.92s-5.2-15.19-16.63-16.97c-10.06-1.57-14.29-2.51-26.64-7.3-1.68-.65-3.88-2.32-3.36 0z"}}),a("path",{attrs:{fill:"#D87B00",d:"M359.69 198.69c1.07-.99 4.46-12.63 8.69-25.28.67-1.99 15.31 1.27 14.35-.3-2.47-4.06-24.58-8.08-3.9-20.08 13.79-8 38.82 12.27 38.82 12.27l-8.72-15.14 12.64-8.03s-14.05 2.35-18.14 1.69c-12.68-2.04-36.13-2.48-40.75-16.45-4.62-13.97-5.25 18.79-5.25 18.79s-10.56 12.08-6.4 22.88c3.66 9.5 4.96 13.64 6.97 26.73.29 1.79-.06 4.53 1.69 2.92z"}}),a("path",{attrs:{fill:"#D87B00",d:"M395.67 219.87c-1.39-.43-13.16 2.49-26.22 5.18-2.06.42-6.59-13.88-7.47-12.26-2.27 4.17 5.36 25.31-15.41 13.45-13.84-7.91-8.89-39.73-8.89-39.73l-8.71 15.14-13.29-6.9s9.09 10.96 10.57 14.84c4.6 11.99 16 32.49 6.24 43.49-9.76 11.01 18.88-4.9 18.88-4.9s15.76 3.07 23-5.96c6.38-7.94 9.3-11.14 19.61-19.45 1.43-1.12 3.97-2.19 1.69-2.9z"}}),a("path",{attrs:{fill:"#FFF",d:"M256.5 0h-23.1L160 48.9V0H96v48.9L22.6 0H0v22.7l46.1 30.7H0v64h46.1L0 148.1V171h22.6L96 121.8V171h64v-49.2l73.4 49.2h23.1v-22.9l-46.6-30.7h46.6v-64h-46.6l46.6-30.7z"}}),a("path",{attrs:{fill:"#D80027",d:"M144 0h-32v69.4H0v32h112V171h32v-69.6h112.5v-32H144z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 171v-11.3l62.5-42.3h22.6L7.3 171zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256.5.1v11l-63 42.3h-22.6L248.7.1zM248.7 171l-77.8-53.6h22.6l63 42.3V171z"}})]))}}},86665:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},u),...d},i.concat([a("path",{attrs:{fill:"#ED2024",d:"M0 0h90v60H0z"}}),a("path",{attrs:{fill:"#212121",d:"M32.5 12.2v16l7.1 2.5-5 4.9 2.4 3 5.3-5.5 1.2 2.3-3 4.9 3.6 5.6-1.8 2.6 2.8 3.6 2.7-3.7-1.5-2.6 3-5.8-2.7-4.6 1.2-2.3 5.2 5.5 2.5-2.9-5.2-5.1 7.2-2.6V12.2l-5.2 1.9-.1 3.8-3.3.3v-2.6l1.7-2.3 5.6-2.2-2.3-.4 1.4-1.2.9.4-.8-1.4L54 9l-1-1.1L47.5 9l1.4 1.1-3.8 4.9-3.8-4.8 1.3-1.1-5-1.2L36.2 9l-1.5-.4-.8 1.4.9-.6 1.6 1.1-2.3.5 5.5 2 1.6 2.3v2.9l-3.3-.3v-3.6z"}}),a("g",{attrs:{fill:"#212121"}},[a("path",{attrs:{d:"M26.2 25h6.4v2.5h-6.4zM26.2 20.9h6.4v2.7h-6.4zM26.2 16.7h6.4v2.6h-6.4zM26.2 12.7h6.4v2.5h-6.4z"}})]),a("g",{attrs:{fill:"#212121"}},[a("path",{attrs:{d:"M57.4 25h6.4v2.5h-6.4zM57.4 20.9h6.4v2.7h-6.4zM57.4 16.7h6.4v2.6h-6.4zM57.4 12.7h6.4v2.5h-6.4z"}})]),a("path",{attrs:{fill:"#212121",d:"M53.4 36.1h6.4V38h-6.4zM30.2 36.1h6.4V38h-6.4z"}})]))}}},85994:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 0h513v114H0z"}}),a("path",{attrs:{fill:"#FF9811",d:"M0 228h513v114H0z"}})]))}}},31930:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{d:"M0 171h513v171H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 0h513v171H0z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M197.01 139.81c-9.32 12.37-9 27.81 3.37 37.12 0 0 162.62 122.13 164.64 123.93 2.02 1.8 6.3 2.38 11-3.27 4.46-5.36 3.31-9.78 1.04-11.63S197.01 139.81 197.01 139.81zM264.42 79.12l11.72 24.03 26.45 3.96-19.23 18.58 4.4 26.38-23.61-12.55-23.73 12.33 4.64-26.33L226 106.77l26.47-3.73z"}}),a("path",{attrs:{d:"M268.67 39.2l-3.2 22.04c51.81 3.9 92.64 47.18 92.64 99.99 0 55.38-44.9 100.28-100.28 100.28-40.82 0-75.94-24.39-91.59-59.4l-18.4 13.11c19.96 40.59 61.71 68.52 110 68.52 67.66 0 122.51-54.85 122.51-122.51-.01-64.01-49.1-116.54-111.68-122.03z"}})])]))}}},32126:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 744 496"},u),...d},i.concat([a("path",{attrs:{fill:"#3A7DCE",d:"M0 0h744v496H0V0z"}}),a("path",{attrs:{fill:"#fff",d:"M120 125l90 63 54-14 23-81 61-36 92 14 105 55 6 90 34 12v92l-65 115-78 24-72-17 18-30-8-32-10 9-162-25-49-85 20-46-49-62z"}})]))}}},86521:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v342H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 0h512v114H0zM0 228h512v114H0z"}}),a("circle",{attrs:{fill:"#FFDA44",stroke:"#d6ab00","stroke-width":"5",cx:"256.5",cy:"171",r:"40"}})]))}}},42160:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M513 33L95.3 171 513 310.76v30.57L0 171 513 0z"}}),a("path",{attrs:{fill:"#FFF",d:"M513 287.18v24.58L81.72 171 513 30v24.16"}}),a("path",{attrs:{fill:"#A2001D",d:"M476.98 140.21l-21.89 10.68-3.18-15.32 31.19-29.77s-9.42-40.65-13.75-44.98l-112.32 55.82-6.84 36.76-31.9 28.59-.4 34.2 34.29-22.76 67.23-2.66-1.51 38.11h22.23l11.9-44.64 31.55-24.61-6.6-19.42z"}}),a("path",{attrs:{fill:"#EFC100",stroke:"#231F20","stroke-miterlimit":"10",d:"M317.89 238.41l-22.24-11.11 22.24-11.11h144.46v22.22z"}})]))}}},12879:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 114h513v114H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 0h513v114H0zM0 228h513v114H0z"}})]))}}},34480:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M222.2 170.7c.3-.3.5-.6.8-.9-.2.3-.5.6-.8.9zM188 212.6l11 22.9 24.7-5.7-11 22.8 19.9 15.8-24.8 5.6.1 25.4-19.9-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zM385.9 241.1l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6v12.2l-9.4-7.6-9.5 7.6.1-12.2-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zM337.3 125.1l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.9-2.7 9.5-7.5-5.3-10.9L332 136zM385.9 58.9l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zM428.4 108.6l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.4-7.6-9.5 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zM398 166.5l4.1 12.7h13.3l-10.8 7.8 4.2 12.7-10.8-7.9-10.8 7.9 4.1-12.7-10.7-7.8h13.3z"}}),a("path",{attrs:{d:"M254.8 0v30.6l-45.1 25.1h45.1V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9H99v-48.6l-87.4 48.6H-1.2v-30.6L44 115H-1.2V55.7h59.1L-1.2 22.8V0h26.7L99 40.8V0h55.6v48.6L242.1 0z"}})]),a("path",{attrs:{fill:"#D80027",d:"M142.8 0h-32v69.3h-112v32h112v69.4h32v-69.4h112v-32h-112z"}}),a("path",{attrs:{fill:"#0052B4",d:"M154.6 115l100.2 55.7v-15.8L183 115z"}}),a("path",{attrs:{fill:"#FFF",d:"M154.6 115l100.2 55.7v-15.8L183 115z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M154.6 115l100.2 55.7v-15.8L183 115zM70.7 115l-71.9 39.9v15.8L99 115z"}})]),a("path",{attrs:{fill:"#0052B4",d:"M99 55.7L-1.2 0v15.7l71.9 40z"}}),a("path",{attrs:{fill:"#FFF",d:"M99 55.7L-1.2 0v15.7l71.9 40z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M99 55.7L-1.2 0v15.7l71.9 40zM183 55.7l71.8-40V0L154.6 55.7z"}})])]))}}},61183:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 363 242"},u),...d},i.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 0h363v242H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M57 96.9L14.7 78.2 57 59.6l18.6-42.2 18.6 42.2 42.3 18.6-42.3 18.7-18.6 42.2z"}}),a("path",{attrs:{fill:"#D80027",d:"M75.6 40.6l11.5 26.1 26.1 11.5-26.1 11.5-11.5 26.1-11.5-26.1L38 78.2l26.1-11.5z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M0 152.2h363v15.7H0zM0 183.6h363v15.7H0z"}})])]))}}},20413:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M513 210.9H202.2V342h-79.8V210.9H0V131.1h122.4V0h79.8v131.1H513v61.2z"}}),a("path",{attrs:{fill:"#D80027",d:"M513 149.7v42.6H183.7V342H141V192.3H0v-42.6h141V0h42.7v149.7z"}})]))}}},30615:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 0h513v114H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 228h513v114H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M265.6 212.6c-23 0-41.6-18.6-41.6-41.6s18.6-41.6 41.6-41.6c7.2 0 13.9 1.8 19.8 5-9.2-9-21.9-14.6-35.8-14.6-28.3 0-51.2 22.9-51.2 51.2s22.9 51.2 51.2 51.2c13.9 0 26.6-5.6 35.8-14.6-5.9 3.2-12.6 5-19.8 5z"}}),a("path",{attrs:{d:"M297.6 142.2l5.5 15.5 14.9-7.1-7.1 14.9 15.5 5.5-15.5 5.5 7.1 14.9-14.9-7.1-5.5 15.5-5.5-15.5-14.9 7.1 7.1-14.9-15.5-5.5 15.5-5.5-7.1-14.9 14.9 7.1z"}})])]))}}},56165:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.334h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M99.905 85.329h341.333v341.334"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M36.561 100.645l14.843-10.807 14.867 10.794-4.979-15.302H41.525z"}}),a("path",{attrs:{d:"M88.332 103.632L82.649 86.16l-5.672 17.472-18.365.012 14.867 10.796-5.661 17.461 14.843-10.806 14.866 10.795-5.684-17.474 14.854-10.795z"}}),a("path",{attrs:{d:"M119.59 134.89l-5.684-17.474-5.673 17.474-18.365.011 14.867 10.795-5.661 17.462 14.844-10.807 14.866 10.796-5.685-17.474 14.856-10.794z"}}),a("path",{attrs:{d:"M150.846 166.146l-5.683-17.473-5.673 17.473-18.364.011 14.866 10.796-5.661 17.461 14.843-10.806 14.866 10.795-5.683-17.474 14.855-10.794z"}}),a("path",{attrs:{d:"M182.103 197.403l-5.683-17.474-5.672 17.474-18.366.011 14.866 10.795-5.66 17.462 14.843-10.807 14.866 10.796-5.684-17.473 14.855-10.795z"}}),a("path",{attrs:{d:"M213.359 228.659l-5.683-17.472-5.672 17.472-18.365.012 14.866 10.795-5.66 17.462 14.842-10.806 14.866 10.794-5.683-17.473 14.855-10.795z"}}),a("path",{attrs:{d:"M244.616 259.916l-5.683-17.473-5.672 17.473-18.366.012 14.867 10.795-5.661 17.462 14.844-10.807 14.866 10.794-5.685-17.472 14.855-10.794z"}}),a("path",{attrs:{d:"M275.872 291.173L270.19 273.7l-5.673 17.473-18.365.011 14.867 10.796-5.661 17.461 14.843-10.806 14.866 10.795-5.683-17.474 14.853-10.794z"}}),a("path",{attrs:{d:"M307.13 322.43l-5.683-17.474-5.674 17.474-18.364.011 14.866 10.795-5.661 17.462 14.844-10.807 14.866 10.796-5.684-17.474 14.855-10.794z"}}),a("path",{attrs:{d:"M338.386 353.686l-5.683-17.472-5.672 17.472-18.365.012 14.866 10.795-5.661 17.462 14.843-10.807 14.866 10.795-5.683-17.472 14.855-10.796z"}}),a("path",{attrs:{d:"M369.643 384.943l-5.683-17.473-5.672 17.473-18.366.012 14.866 10.794-5.66 17.463 14.843-10.807 14.866 10.795-5.684-17.473 14.855-10.795z"}}),a("path",{attrs:{d:"M395.216 398.727l-5.672 17.472-18.365.012 14.394 10.453h19.278l14.414-10.476-18.366.011z"}})])]))}}},57177:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.33"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 0h512v341.34H0z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M0 0h170.66v341.34H0zM341.34 0H512v341.34H341.34z"}})]),a("path",{attrs:{d:"M325.74 101.02l-31.97 12.4c-.68 1.35-5.79 7.54-8.18 53.06h-17.05v-60.42L256 78.68l-12.54 27v60.8H226.4c-2.39-45.53-7.8-52.48-8.47-53.84l-31.68-11.63c.15.31 15.4 31.34 15.4 78.01v12.54h41.81v71.07h25.08v-71.07h41.81v-12.54c0-24.13 4.17-44.02 7.68-56.46 3.82-13.57 7.7-21.49 7.74-21.57l-.03.03z"}})]))}}},92462:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#496E2D",d:"M0 85.331h512v341.337H0z"}}),a("circle",{attrs:{fill:"#F40B32",cx:"218.902",cy:"255.994",r:"115"}})]))}}},26910:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{d:"M0 85.331h170.663v341.337H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}})]))}}},58611:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 0h512v170.7H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M256 66.9l25.8 79.3h83.3l-67.4 49 25.7 79.3-67.4-49-67.4 49 25.7-79.3-67.4-49h83.3z"}})]))}}},45051:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#496E2D",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 312.888h512v113.775H0z"}})]))}}},86842:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M2.216 86.076H512v339.848H2.216z"}}),a("path",{attrs:{fill:"#FFF",d:"M209.455 154.969l-50.236 25.267 50.236 25.257-50.236 25.267 50.236 25.257-50.236 25.266 50.236 25.257-50.236 25.268 50.236 25.257-50.236 25.267 50.236 25.268-36.45 18.33H0V86.07h172.939l36.516 18.364-50.236 25.267z"}})]))}}},15254:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h512v341.3H0z"}}),a("g",{attrs:{fill:"#6DA544"}},[a("path",{attrs:{d:"M215.9 170.7L0 314.6V26.8zM512 26.8v287.8L296.1 170.7z"}})]),a("path",{attrs:{fill:"#0052B4",d:"M512 26.8L296.1 170.7 512 314.6v26.7h-40.1L256 197.4 40.1 341.3H0v-26.7l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H512z"}}),a("path",{attrs:{fill:"#FFF",d:"M512 26.8L296.1 170.7 512 314.6v26.7h-40.1L256 197.4 40.1 341.3H0v-26.7l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H512z"}}),a("circle",{attrs:{fill:"#FFF",cx:"251.6",cy:"170.7",r:"100.2"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M251.6 93.3l10.1 17.5h20.2l-10.1 17.5 10.1 17.5h-20.2l-10.1 17.5-10.1-17.5h-20.2l10.1-17.5-10.1-17.5h20.2zM210.3 163.4l10.1 17.5h20.3l-10.1 17.5 10.1 17.5h-20.3l-10.1 17.5-10.1-17.5H180l10.1-17.5-10.1-17.5h20.2zM292.8 163.4l10.1 17.5h20.2L313 198.4l10.1 17.5h-20.2l-10.1 17.5-10.1-17.5h-20.2l10.1-17.5-10.1-17.5h20.2z"}})])]))}}},4122:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M196.641 85.337H512V256H196.641z"}}),a("path",{attrs:{fill:"#D80027",d:"M196.641 256H512v170.663H196.641z"}})]))}}},57629:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.33"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.33H0z"}}),a("path",{attrs:{fill:"#E6BC00",d:"M157.31 199.76s-9.04 43.93-19.31 40.39c-10.62-3.54-17.53-18.76-17.53-18.76l-14.52 21.24s38.18 8.48 41.01 5.47c1.22-1.14 8.21-15.1 10.34-26.05v-22.29zm-56.13 60.57s-2.48 20.18-1.06 22.66c1.24 2.3 39.48 11.33 39.48 11.33s-24.96 16.46-29.74 20.54L91.8 284.94l-.71-24.61h10.09zM112.51 94.64s39.65 41.6 40.36 45.5c.71 3.72-4.25 3.19-4.25 3.19s-44.79-37.53-49.92-41.07c-5.31-3.55 13.81-7.62 13.81-7.62z"}}),a("path",{attrs:{fill:"#ADADAD",d:"M99.41 104.73s16.99-.71 16.64-11.51c-.35-10.62-11.15-14.87-19.12-12.39-7.97 2.3-23.01 13.45-13.63 35.05 9.38 21.42 23.37 29.39 26.2 47.8 0 0-5.46 9.86-19.12.35-16.9-11.77-6.2-38.24-10.44-44.96-4.25-7.08-40.95-38.92-40.95-38.92s-30.24 39.37-18 74.92c16.95 49.21 51.74 31.98 64.61 36.76 0 0-42.13 61.96-49.57 67.09 0 0 24.08 8.32 47.8-18.76 0 0 5.84 9.74 7.08 20.18h10.27c4.78-26.2 51.51-64.26 49.92-82.32-1.77-21.25-49.21-49.39-51.69-73.29z"}}),a("path",{attrs:{fill:"#E6BC00",d:"M359.17 201.27s8.96 42.43 19.23 38.89c10.62-3.54 17.53-18.76 17.53-18.76l14.52 21.24s-37 8.48-39.83 5.47c-1.21-1.14-9.32-13.79-11.52-24.66l.07-22.18zm56.05 59.06s2.48 20.18 1.06 22.66c-1.24 2.3-39.48 11.33-39.48 11.33s24.96 16.46 29.74 20.54l18.06-29.92.71-24.61h-10.09zM403.89 94.64s-39.65 41.6-40.36 45.5c-.71 3.72 4.25 3.19 4.25 3.19s44.79-37.53 49.92-41.07c5.14-3.55-13.81-7.62-13.81-7.62z"}}),a("path",{attrs:{fill:"#125ECC",d:"M157.31 87.06H359.1v145.46c0 16.06-9.69 21.39-21.91 31.85l-45.92 39.41c-18.25 15.62-47.91 15.57-66.07 0l-46.01-39.43c-12.08-10.35-21.88-15.71-21.88-31.82V87.06z"}}),a("path",{attrs:{fill:"#FFE600",d:"M200.55 147.71c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65-3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zM214.96 274.43c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c.01 7.96-6.45 14.41-14.41 14.41zm43.24 14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c0 7.95-6.45 14.41-14.41 14.41zm43.24-14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"}}),a("path",{attrs:{fill:"#D60537",d:"M157.31 175.36H359.1v57.65H157.31v-57.65z"}}),a("path",{attrs:{fill:"#EACE00",d:"M142.9 43.82s57.65-14.41 115.31-14.41 115.31 14.41 115.31 14.41l-14.41 57.65s-50.45-14.41-100.89-14.41-100.89 14.41-100.89 14.41L142.9 43.82z"}}),a("path",{attrs:{fill:"#7A6920",d:"M258.2 72.65c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 5c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm-115.3 0c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"}}),a("path",{attrs:{fill:"#ADADAD",d:"M365.08 178.02c-1.59 18.06 45.14 56.12 49.92 82.32h10.27c1.24-10.44 7.08-20.18 7.08-20.18 23.72 27.09 47.8 18.76 47.8 18.76-7.44-5.13-49.57-67.09-49.57-67.09 12.88-4.78 47.67 12.45 64.61-36.76 12.24-35.55-18-74.92-18-74.92s-36.7 31.84-40.95 38.92c-4.25 6.73 6.46 33.2-10.44 44.96-13.66 9.51-19.12-.35-19.12-.35 2.83-18.41 16.82-26.38 26.2-47.8 9.38-21.6-5.66-32.75-13.63-35.05-7.97-2.48-18.76 1.77-19.12 12.39-.35 10.8 16.64 11.51 16.64 11.51-2.48 23.9-49.92 52.04-51.69 73.29z"}}),a("circle",{attrs:{fill:"#FFF",cx:"258.2",cy:"204.19",r:"16.93"}})]))}}},93918:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.33"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h512v341.34H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 .1h256v170.6H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 0h-22.6L160 48.9V0H96v48.9L22.6 0H0v22.7l46.1 30.7H0v64h46.1L0 148.1v22.6h22.6L96 121.8v48.9h64v-48.9l73.4 48.9H256v-22.6l-46.1-30.7H256v-64h-46.1L256 22.7z"}}),a("path",{attrs:{fill:"#D80027",d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 170.7v-11l62.5-42.3h22.6L7.3 170.7zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zM248.7 170.7l-77.8-53.3h22.6l62.5 42.3v11z"}}),a("g",{attrs:{transform:"translate(13 5)"}},[a("path",{attrs:{fill:"#fff",d:"M303.9 94.94v99.69c0 59.81 79.75 99.69 79.75 99.69s79.75-39.88 79.75-99.69V94.94H303.9z"}}),a("path",{attrs:{fill:"#2F8F22",d:"M436.37 254.44H330.93c23.13 25.08 52.72 39.88 52.72 39.88s29.59-14.8 52.72-39.88z"}}),a("circle",{attrs:{fill:"#65B5D2",cx:"383.65",cy:"214.56",r:"39.88"}}),a("circle",{attrs:{fill:"#D80027",cx:"343.77",cy:"194.63",r:"19.94"}}),a("circle",{attrs:{fill:"#D80027",cx:"423.52",cy:"194.63",r:"19.94"}}),a("circle",{attrs:{fill:"#D80027",cx:"383.65",cy:"154.75",r:"19.94"}})])]))}}},72268:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.33"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 0h512v341.33H0z"}}),a("path",{attrs:{d:"M0 193.74l512 127.19V214.26L0 97.08z"}}),a("path",{attrs:{fill:"#FFF",d:"M512 234.26v-86.67L0 20.41v86.67"}}),a("g",{attrs:{fill:"#D80027",stroke:"#231F20","stroke-width":"3","stroke-miterlimit":"10"}},[a("path",{attrs:{d:"M306.4 134.01a50.28 50.28 0 016.07 24.02c0 21.55-13.51 39.94-32.52 47.19v-59.51c5.7-1.19 10-6.37 10-12.59 6.9 0 12.5-5.75 12.5-12.85h-.42c6.9 0 12.91-5.75 12.91-12.85h-34.99V76.58l-14.99-27.71-15 27.71v30.84h-34.99c0 7.1 6.01 12.85 12.91 12.85h-.42c0 7.1 5.6 12.85 12.5 12.85 0 6.22 4.29 11.4 9.99 12.59v61.37c-22.09-5.39-38.48-25.3-38.48-49.05 0-8.7 2.2-16.88 6.07-24.02-10.96 11.21-17.72 26.53-17.72 43.44 0 34.32 27.82 62.15 62.15 62.15s62.15-27.83 62.15-62.15c0-16.91-6.77-32.24-17.72-43.44z"}}),a("path",{attrs:{d:"M198.46 226.81s20.69 27.71 66.5 27.71 66.5-27.71 66.5-27.71l13.47 28.37s-21.03 27.71-79.97 27.71-79.97-27.71-79.97-27.71l13.47-28.37zM129.24 133.18h20.88l24.93 27.26v73.45h-26.28v-68.37zM400 133.18h-20.88l-24.93 27.26v73.45h26.27v-68.37z"}})])]))}}},42446:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 312.888h512v113.775H0z"}})]))}}},83386:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 341.3h512V0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M250.4 0H0v166.9z"}}),a("path",{attrs:{fill:"#D80027",d:"M140.4 118.3l12.2 21.2h24.5l-12.3 21.1 12.3 21.2h-24.5L140.4 203l-12.2-21.2h-24.5l12.3-21.2-12.3-21.1h24.5z"}}),a("circle",{attrs:{fill:"none",stroke:"#000","stroke-width":"9","stroke-miterlimit":"10",cx:"140.4",cy:"160.6",r:"57.7"}})]))}}},93156:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M256 19.3l205.4 151.4L256 322 50.6 170.7z"}}),a("circle",{attrs:{fill:"#FFF",cx:"256",cy:"170.7",r:"86.5"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M212.8 165.3c-15 0-29.5 2.3-43.2 6.5.6 47.2 39.1 85.3 86.4 85.3 29.3 0 55.2-14.6 70.8-36.9-26.7-33.4-67.9-54.9-114-54.9zM340.9 187.2c1-5.4 1.6-10.9 1.6-16.6 0-47.8-38.7-86.5-86.5-86.5-35.6 0-66.2 21.6-79.5 52.3 11.7-2.4 23.8-3.7 36.2-3.7 50.3.1 95.7 21 128.2 54.5z"}})])]))}}},75720:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#338AF3"}},[a("path",{attrs:{d:"M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z"}})]),a("path",{attrs:{d:"M256 256.006L0 426.668V85.331z"}})]))}}},37002:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FF7415",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M512 0H0v341.3"}}),a("path",{attrs:{fill:"none",stroke:"#FFF","stroke-width":"42","stroke-miterlimit":"10",d:"M128.7 255.5s35 54 67.3 32.4c56.9-37.9-68.9-108.6-2.9-152.6 58.3-38.8 76.6 103.5 137.6 62.8 59-39.3-64.7-111.4-9.2-148.4 33.4-22.2 67.1 32.6 67.1 32.6"}})]))}}},89992:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 33.333 1100 733.333"},u),...d},i.concat([a("path",{attrs:{fill:"#ef2b2d",d:"M0 0h1100v800H0z"}}),a("path",{attrs:{fill:"#fff",d:"M300 0h200v800H300z"}}),a("path",{attrs:{fill:"#fff",d:"M0 300h1100v200H0z"}}),a("path",{attrs:{fill:"#002868",d:"M350 0h100v800H350z"}}),a("path",{attrs:{fill:"#002868",d:"M0 350h1100v100H0z"}})]))}}},5843:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#338AF3"}},[a("path",{attrs:{d:"M0 322.783h512v103.88H0zM0 85.337h512v104.515H0z"}})]),a("path",{attrs:{d:"M0 210.877h512v89.656H0z"}})]))}}},74200:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#75AF2B",d:"M.6.2H512v341H.6z"}}),a("path",{attrs:{fill:"#D32424",d:"M0 230h512V.2H0"}}),a("path",{attrs:{fill:"#FFF",d:"M100.1 230V.2H0v340.9h511.4-411.3z"}}),a("path",{attrs:{fill:"#D32424",d:"M51.6 218l-38-47.7 38-46.9 38 46.9zM51.6 113.4l-38-47.7 38-46.9 38 46.9zM51.6 322.6l-38-47.7 38-46.9 38 46.9z"}})]))}}},23845:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h512v341.3H0z"}}),a("circle",{attrs:{fill:"#FFF",cx:"260.9",cy:"170.9",r:"118.9"}}),a("circle",{attrs:{fill:"none",stroke:"#6DA544","stroke-width":"18","stroke-miterlimit":"10",cx:"261.9",cy:"173.1",r:"94.5"}}),a("g",{attrs:{stroke:"#000"}},[a("path",{attrs:{fill:"#0052B4",d:"M261.9 151.5l-50.6 23.4v20c0 11.8 6.1 22.8 16.2 28.9L262 239l34.5-15.2c10-6.2 16.2-17.1 16.2-28.9v-20l-50.8-23.4z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M211.3 128.1h101.3v46.7H211.3z"}})]),a("g",{attrs:{fill:"#BC0029"}},[a("path",{attrs:{d:"M0 0h512v35H0zM0 306h512v35H0z"}})])]))}}},27973:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 0h142v341.3H0zM370 0h142v341.3H370zM306.5 206l50.4-25.2-25.2-12.6V143l-50.4 25.2 25.2-50.4h-25.2L256.1 80l-25.2 37.8h-25.2l25.2 50.4-50.4-25.2v25.2l-25.2 12.6 50.4 25.2-12.6 25.2h50.4V269h25.2v-37.8h50.4z"}})])]))}}},9194:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 0h512v341.3H0z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M422.7 252.4l6.2 12.8 13.8-3.2-6.2 12.8 11.2 8.8-13.9 3.2V301l-11.1-8.9-11.1 8.9v-14.2l-13.8-3.2 11.1-8.8-6.2-12.8 13.9 3.2zM376.1 116.1l6.2 12.9 13.8-3.2-6.2 12.8 11.2 8.8-13.9 3.1v14.3l-11.1-8.9-11.1 8.9.1-14.3-13.9-3.1 11.1-8.8-6.2-12.8L370 129zM413.1 38.3l6.2 12.8 13.8-3.2-6.2 12.8 11.2 8.9-13.9 3.1v14.2L413.1 78 402 86.9l.1-14.2-13.9-3.1 11.1-8.9-6.2-12.8 13.9 3.2zM464.9 96.7l6.2 12.8 13.9-3.2-6.3 12.8 11.2 8.9-13.9 3.1.1 14.2-11.2-8.9-11.1 8.9.1-14.2L440 128l11.2-8.9-6.3-12.8 13.9 3.2zM436.9 164.8l4.9 14.8h15.6l-12.6 9.2 4.8 14.9-12.7-9.2-12.6 9.2 4.8-14.9-12.6-9.2h15.6z"}})]),a("path",{attrs:{fill:"#FFDA44",d:"M306.8 254.7c-49.2 0-89.1-39.9-89.1-89.1s39.9-89.1 89.1-89.1c15.3 0 29.8 3.9 42.4 10.7C329.4 67.9 302.3 56 272.5 56c-60.5 0-109.6 49.1-109.6 109.6S212 275.3 272.5 275.3c29.8 0 56.9-11.9 76.6-31.3-12.6 6.8-27 10.7-42.3 10.7zM140.4 59.5C129.7 41 109.7 28.6 86.8 28.6S44 41 33.3 59.5h107.1zM140.6 59.9l-53.8 53.8-53.7-53.8C28 68.9 25 79.3 25 90.5c0 34.2 27.7 61.9 61.9 61.9s61.9-27.7 61.9-61.9c-.1-11.2-3.1-21.6-8.2-30.6z"}}),a("path",{attrs:{fill:"#A2001D",d:"M71.4 98.2v52.2c4.9 1.3 10.1 1.9 15.5 1.9s10.5-.7 15.5-1.9V98.2h-31z"}})]))}}},92370:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M512 66.9V0H411.7L0 274.4v66.9h100.3z"}}),a("path",{attrs:{fill:"#D80027",d:"M512 0v40.1L60.2 341.3H0v-40.1L451.8 0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M93.6 31.2l16.3 50.4H163l-42.9 31.2 16.4 50.5-42.9-31.2-43 31.2L67 112.8 24.1 81.6h53.1z"}})]))}}},30444:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h512v341.3H0z"}}),a("g",{attrs:{fill:"#6DA544"}},[a("path",{attrs:{d:"M0 170.7h211.5V256H0zM300.5 170.7H512V256H300.5z"}})]),a("path",{attrs:{fill:"#0052B4",d:"M0 0v85.3h211.5V0h89v85.3H512V0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M300.5 85.3H512v85.3H300.5zM0 85.3h211.5v85.3H0z"}})]),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M300.5 341.3h-89V256H0v85.3h512V256H300.5zM105.7 8.6l8.6 26.2h27.5L119.5 51l8.6 26.2L105.7 61 83.4 77.2 91.9 51 69.6 34.8h27.6z"}})])]))}}},21916:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M443.726 85.331L102.4 426.657H0V85.331z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M500.124 85.331L158.798 426.657H11.876L353.202 85.331z"}})]))}}},36515:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M356.174 222.609h-66.783v-66.783h-66.782v66.783h-66.783v66.782h66.783v66.783h66.782v-66.783h66.783z"}})]))}}},99611:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M330.207 85.331H512v341.337H330.207z"}}),a("path",{attrs:{fill:"#FF9811",d:"M0 85.331h181.793v341.337H0z"}})]))}}},50236:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.332h512v341.337H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M384 156.705l5.283 16.254h17.089l-13.826 10.045 5.281 16.254L384 189.211l-13.825 10.047 5.28-16.254-13.825-10.045h17.089zM313.791 185.786l15.228 7.758 12.084-12.083-2.673 16.879 15.227 7.759-16.879 2.673-2.674 16.88-7.76-15.227-16.878 2.673 12.086-12.084zM284.71 255.995l16.254-5.281.001-17.089 10.044 13.825 16.254-5.282-10.046 13.827 10.046 13.826-16.254-5.28-10.044 13.825v-17.09zM313.791 326.204l7.759-15.229-12.084-12.084 16.881 2.674 7.757-15.227 2.674 16.879 16.879 2.672-15.227 7.759 2.673 16.882-12.084-12.087zM384 355.284l-5.281-16.253h-17.091l13.827-10.045-5.28-16.254L384 322.776l13.827-10.044-5.281 16.254 13.826 10.045h-17.089zM454.209 326.204l-15.229-7.758-12.083 12.084 2.673-16.882-15.227-7.756 16.879-2.675 2.675-16.879 7.756 15.227 16.881-2.674-12.086 12.085zM483.29 255.995l-16.254 5.281v17.09l-10.045-13.826-16.254 5.281 10.046-13.826-10.046-13.827 16.254 5.282 10.045-13.825v17.089zM454.209 185.788l-7.757 15.226 12.082 12.084-16.881-2.673-7.756 15.227-2.675-16.88-16.879-2.675 15.227-7.757-2.673-16.878 12.084 12.082zM0 186.665v16h46.069L0 233.377v7.539l57.377-38.252H80L0 255.998h112v-69.334H0zm96 69.331H22.628L96 207.083v48.913zM176 138.665l80-53.334H144v69.334h112v-16h-46.069L256 107.951v-7.539l-57.377 38.251H176v.002zm-16-53.332h73.372L160 134.246V85.333zM144 255.998h112l-80-53.334h22.623L256 240.917v-7.539l-46.069-30.713H256v-16H144v69.333zm16-48.915l73.372 48.913H160v-48.913zM112 85.331H0l80 53.334H57.377L0 100.413v7.539l46.069 30.712H0v16h112V85.331zm-16 48.915L22.628 85.333H96v48.913z"}})]),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M144 85.331h-32v69.334H0v32h112v69.333h32v-69.333h112v-32H144z"}}),a("path",{attrs:{d:"M80 138.665L0 85.331v15.082l57.377 38.252zM176 138.665h22.623L256 100.413V85.331zM57.377 202.665L0 240.917v15.081l80-53.333zM176 202.665l80 53.333v-15.081l-57.377-38.252z"}})])]))}}},75347:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 85.337h256V256H256z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.337h256V256H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M128 109.801l15.108 46.498H192l-39.554 28.739 15.108 46.498L128 202.799l-39.554 28.737 15.108-46.498L64 156.299h48.892z"}})]))}}},23844:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#496E2D",d:"M0 0h170.7v341.3H0z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M341.3 0H512v341.3H341.3zM256 102.2l17.2 53H329L283.9 188l17.2 53-45.1-32.7-45.1 32.7 17.2-53-45.1-32.8h55.8z"}})])]))}}},52673:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h512v341.3H0z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M352.3 312.6L328 294.9l-24.4 17.7 9.3-28.6-24.3-17.7h30.1l9.3-28.6 9.3 28.6h30.1L343 284zM415.9 120.9l-24.4 17.7 9.3 28.6-24.3-17.7-24.4 17.7 9.3-28.6-24.3-17.7h30.1l9.3-28.6 9.3 28.6zM367.4 57.4L343 75l9.3 28.7L328 86l-24.4 17.7 9.3-28.7-24.3-17.6h30.1l9.3-28.7 9.3 28.7zM415.9 204.4L391.5 222l9.3 28.7-24.3-17.7-24.4 17.7 9.3-28.7-24.3-17.6h30.1l9.3-28.7 9.3 28.7z"}})]),a("path",{attrs:{fill:"#FFDA44",d:"M167.6 64.4l26 80.3h84.5l-68.3 49.6 26.1 80.4-68.3-49.7-68.4 49.7 26.1-80.4L57 144.7h84.5z"}})]))}}},91947:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 343.096h512v83.567H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 256h512v87.096H0z"}})]))}}},90369:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 211.473h512v89.043H0z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z"}})])]))}}},54829:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FF9811",d:"M0-40.8v422.9-211.4z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M0 0h512v68.3H0zM0 136.5h512v68.3H0zM0 273.1h512v68.3H0z"}})]),a("path",{attrs:{fill:"#D80027",d:"M256 170.7L0 341.3V0z"}}),a("path",{attrs:{fill:"#FFF",d:"M81.5 94.8l16.9 51.9H153l-44.2 32.1 16.9 52-44.2-32.1-44.2 32.1 16.9-52L10 146.7h54.6z"}})]))}}},93077:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 182.2h512v41.4H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 140.8h512v41.4H0zM0 223.6h512V265H0z"}}),a("g",{attrs:{fill:"#FFDA44",stroke:"#000","stroke-miterlimit":"10"}},[a("path",{attrs:{d:"M150.4 70l6.9 21.1h22.2l-18 13.1 6.9 21.1-18-13.1-17.9 13.1 6.8-21.1-17.9-13.1h22.2zM150.4 279.7l6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-17.9-13h22.2zM52.8 208.8l6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-17.9-13H46zM90.1 91l6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-18-13h22.3zM23.8 162H46l6.8-21.1 6.9 21.1h22.2l-18 13.1 6.9 21.1-18-13-17.9 13 6.8-21.1zM72.2 310.9l6.8-21.1-18-13h22.3l6.8-21.2 6.9 21.2h22.2l-18 13 6.9 21.1-18-13zM248 208.8l-6.9 21.1h-22.2l18 13-6.9 21.2 18-13.1 18 13.1-6.9-21.2 18-13h-22.2zM210.7 91l-6.8 21.1h-22.2l17.9 13-6.8 21.2 17.9-13.1 18 13.1-6.9-21.2 18-13h-22.2zM277.1 162h-22.2l-6.9-21.1-6.9 21.1h-22.2l18 13.1-6.9 21.1 18-13 18 13-6.9-21.1zM228.7 310.9l-6.9-21.1 18-13h-22.2l-6.9-21.2-6.8 21.2h-22.2l17.9 13-6.8 21.1 17.9-13z"}})])]))}}},8554:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 233.5h512v51H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M168.7 86.5l12.9 39.8h41.8l-33.8 24.5 12.9 39.7-33.8-24.5-33.8 24.5 12.9-39.7-33.8-24.5h41.8zM85.4 32.5l7.8 23.9h25L97.9 71.1l7.8 23.8-20.3-14.7-20.3 14.7 7.8-23.8-20.3-14.7h25.1z"}})])]))}}},94769:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 0h512v341.3"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M77.6 272l5.7 11.9 12.8-3-5.7 11.9 10.3 8.1-12.8 2.9V317l-10.3-8.3-10.2 8.3v-13.2l-12.8-2.9 10.3-8.1-5.8-11.9 12.9 3zM40.5 173.1l5.7 11.9 12.8-3-5.7 11.8 10.3 8.2-12.9 2.9.1 13.2-10.3-8.3-10.3 8.3.1-13.2-12.9-2.9 10.4-8.2L22 182l12.8 3zM77.6 92.2l5.7 11.8 12.8-2.9-5.7 11.8 10.3 8.2-12.8 2.9v13.1l-10.3-8.2-10.2 8.2V124l-12.8-2.9 10.3-8.2-5.8-11.8L72 104zM123.7 155.1l5.7 11.9 12.8-3-5.7 11.9 10.3 8.1-12.8 2.9v13.2l-10.3-8.2-10.2 8.2v-13.2l-12.8-2.9 10.3-8.1-5.7-11.9 12.8 3zM90.8 209.1l4.4 13.7h14.5L98 231.3l4.5 13.7-11.7-8.4-11.7 8.4 4.5-13.7-11.7-8.5h14.4z"}})]),a("circle",{attrs:{fill:"#FFDA44",cx:"267.1",cy:"170.7",r:"74.5"}}),a("path",{attrs:{fill:"#6DA544",d:"M267.1 220.3h24.8s10.8-19 0-37.2l24.8-24.8-12.4-24.8h-12.4s-6.2 18.6-31 18.6-31-18.6-31-18.6h-12.4l12.4 24.8-12.4 24.8 12.4 12.4s12.4-24.8 37.2-12.4c0 0 10.5 15.5 0 37.2z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M464.4 92.2c.6-2.9-.2-17.6-.2-20.7 0-21.3-13.9-39.4-33.2-45.7 5.9 12 9.2 25.4 9.2 39.7 0 4.8-.4 9.5-1.1 14.1-2.9-4.7-6.6-8.9-11.2-12.6-17.1-13.6-40.6-14-57.9-2.5 13.4 2.9 26.3 8.9 37.7 18 9 7.1 16.2 16.8 21.7 26.1 0 0-17.8 10.9-31 15.1s-42.3 7.9-42.3 7.9c72 12 132-36 132-36-6.5-13.4-15.8-4-23.7-3.4z"}})]))}}},58484:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M371.5 275.9l-11.1-15c-22.4 16.1-67.7 35.8-104.3 35.8-35.8 0-79.6-17.1-104.3-35.8l-11.1 15c10 10.3 46.9 27 88.4 38.4-3.9 6-1.6 6.1 2.6 10.8 8.5-6.6 17.4-1.5 24.9-7.3 7.5 5.8 16.3.7 24.9 7.3 5.4-5.6 5.4-5.6 2.5-11.1 41-11.7 77-27.6 87.5-38.1z"}}),a("path",{attrs:{fill:"#DB7D00",d:"M113.7 168.7s.2 79.9 89 77.8L208 263h10.6s-8.9-49 71.7-49.4c0 0 0-32.9 32.9-32.9h49.4S294 119 442.8 40.1l2.2-15.6s-154.8 84.6-237 68.1c0 0 12.7 50.7-12.9 50.7-12.8 0-11.6-9.6-38.4-9.6-22.3 0-20.6 23.5-31.3 23.2S103 142.3 102 144.8s11.7 23.9 11.7 23.9z"}})]))}}},13912:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M512 256v170.663H0L215.185 256z"}}),a("path",{attrs:{fill:"#FFF",d:"M512 85.337V256H215.185L0 85.337z"}})]))}}},92849:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{d:"M0 85.331h512v113.775H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 312.882h512v113.775H0z"}})]))}}},24636:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M512 0v166.7L0 170.8V0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 170.7L0 341.3V0z"}}),a("path",{attrs:{fill:"#D80027",d:"M89.8 92.5l17 52.4H162l-44.6 32.5 17 52.4-44.6-32.4-44.6 32.4 17-52.4-44.6-32.5h55.2z"}})]))}}},50557:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M190 0h-60v140H0v60h130v142h60V200h323v-60H190z"}})]))}}},38365:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#496E2D",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{d:"M0 110.7v120h512v-120z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 110.7h512v40H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 190.7h512v40H0z"}}),a("path",{attrs:{d:"M196 0h120v341.3H196z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M196 0h40v341.3h-40z"}}),a("path",{attrs:{fill:"#FFF",d:"M274.7 0h40v341.3h-40z"}}),a("circle",{attrs:{fill:"#D80027",cx:"256",cy:"170.7",r:"123.1"}}),a("g",{attrs:{fill:"#496E2D"}},[a("path",{attrs:{d:"M256 58.6l4.6 14.2h15l-12.1 8.9 4.6 14.2-12.1-8.8-12.1 8.8 4.6-14.2-12.1-8.9h15zM190.1 80l12.2 8.8 12.1-8.8-4.6 14.3 12.1 8.8h-15l-4.6 14.2-4.7-14.2h-15l12.1-8.8zM149.4 136h15l4.6-14.2 4.7 14.2h15l-12.2 8.8 4.7 14.3-12.2-8.8-12.1 8.8 4.6-14.3zM149.4 205.3l12.1-8.8-4.6-14.3L169 191l12.2-8.8-4.7 14.3 12.2 8.8h-15l-4.7 14.3-4.6-14.3zM190.1 261.4l4.6-14.3-12.1-8.8h15l4.7-14.3 4.6 14.3h15l-12.1 8.8 4.6 14.3-12.1-8.9zM256 282.8l-4.6-14.3h-15l12.1-8.8-4.6-14.3 12.1 8.8 12.1-8.8-4.6 14.3 12.1 8.8h-15zM321.9 261.4l-12.2-8.9-12.1 8.9 4.6-14.3-12.1-8.8h15l4.6-14.3 4.7 14.3h15l-12.1 8.8zM362.6 205.3h-15l-4.6 14.3-4.7-14.3h-15l12.2-8.8-4.7-14.3L343 191l12.1-8.8-4.6 14.3zM362.6 136l-12.1 8.8 4.6 14.3-12.1-8.8-12.2 8.8 4.7-14.3-12.2-8.8h15l4.7-14.2 4.6 14.2zM321.9 80l-4.6 14.3 12.1 8.8h-15l-4.7 14.2-4.6-14.2h-15l12.1-8.8-4.6-14.3 12.1 8.8z"}})]),a("path",{attrs:{fill:"#496E2D",d:"M279.3 168.7c-11-21.1-14.5-25.1-14.5-25.1s.4-9.7.4-15.6c0-8.8-7.4-15.8-16.5-15.8-8.6 0-15.7 2.9-16.5 11-4.2.9-8.6 4.1-8.6 10.7 0 4.8 1 7.3 5.2 9.3 2.1-4.6 4.3-4.8 9.3-6.4.8.6 1.7 3 2.6 3.4l.3 1s-13.3 6.6-13.3 30.9c0 29.5 22 45.4 22 45.4l-1.8.3-1.9 7.1h22v-7.2l11 17.5c.3-.3 10.2-47.6.3-66.5z"}})]))}}},48320:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 215.2h211.5v126.1H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 0h211.5v126.2H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M300.5 0H512v126.2H300.5z"}}),a("path",{attrs:{fill:"#0052B4",d:"M300.5 215.2H512v126.1H300.5z"}}),a("g",{attrs:{stroke:"#FFF","stroke-width":"5","stroke-miterlimit":"10"}},[a("path",{attrs:{fill:"#0052B4",d:"M256 130h-49.9v49.4s19.5 6 49.9 6V130z"}}),a("path",{attrs:{fill:"#D80027",d:"M206.1 179.4v6c0 27.5 22.3 49.9 49.9 49.9v-49.9c-30.4 0-49.9-6-49.9-6z"}}),a("path",{attrs:{fill:"#0052B4",d:"M256 235.3c27.5 0 49.9-22.3 49.9-49.9v-6s-19.5 6-49.9 6v49.9z"}}),a("path",{attrs:{fill:"#D80027",d:"M256 130v55.4c30.4 0 49.9-6 49.9-6V130H256z"}})])]))}}},82720:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#41662E",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 0h256v341.3H256z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M341.5 105.3l-29.4 40.4-47.5-15.4 29.4 40.4-29.4 40.4 47.5-15.4 29.4 40.4v-50l47.5-15.5-47.5-15.4z"}}),a("path",{attrs:{d:"M309.9 276.7c-58.5 0-106-47.5-106-106s47.5-106 106-106c18.3 0 35.4 4.6 50.4 12.7-23.5-23-55.7-37.2-91.2-37.2-72 0-130.4 58.4-130.4 130.4S197.1 301 269.1 301c35.5 0 67.7-14.2 91.2-37.2-14.9 8.2-32.1 12.9-50.4 12.9z"}})])]))}}},12350:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 170.7h512V256H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 256h512v85.3H0z"}}),a("circle",{attrs:{fill:"#FFDA44",cx:"256",cy:"170.7",r:"59.4"}}),a("path",{attrs:{fill:"#4C1F00",d:"M369.2 79.9s-27.2-13.8-33.9-16c-6.7-2.2-49.1-13.2-49.1-7 0 10.3-13.5 12-15.5 12s-2-5.3-14.8-5.3-13.7 4.8-15.8 4.8c-2.2 0-14.5-1-14.5-11.5 0-5.2-42.9 4-49.1 7-6.1 3.1-33.9 16-33.9 16s45.8 2.7 53.9 6.2 43.8 16.5 43.8 16.5l-2.8 13.3h37.8l-3.8-13.3s35.1-12.7 43.8-16.5 53.9-6.2 53.9-6.2z"}}),a("path",{attrs:{fill:"#57BA17",d:"M217.7 171.7c0 21.1 17.2 38.3 38.3 38.3 21.1 0 38.3-17.2 38.3-38.3v-11.5h-76.5v11.5z"}}),a("path",{attrs:{fill:"#338AF3",d:"M256 110.5c-21.1 0-38.3 17.2-38.3 38.3v11.5h76.5v-11.5c.1-21.1-17.1-38.3-38.2-38.3z"}})]))}}},11373:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#111",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#368FD8",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 312.888h512v113.775H0z"}})]))}}},67708:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 0h512v113.8H0z"}}),a("path",{attrs:{d:"M0 227.6h512v113.8H0z"}}),a("path",{attrs:{fill:"#C09300",d:"M220.3 204.4s0-58.4 4.5-64.7c3.1-4.3 16.8 5.2 22.7 4.5 0 0 4.2-7.5 4.5-12 .3-4.6-1.1-7.6-4.9-6.2 0 0-1.2-2.1.5-3.3 1.6-1.2 5.6.1 5.6.1s-.5-1 1.6-.9c2.9.2 7.2 1.4 7.4 5.6.2 3.1.3 7.7.4 8.7.7 6.8 2.7 8.7 2.7 8.7s18.4-9.2 22-5.2c3.3 3.8 4.5 64.7 4.5 64.7l-18.1-16.8 12.1 29.5s-14.4 2.4-28.9 2.4c-14.5 0-31.1-4.2-31.1-4.2l13.8-28.2-19.3 17.3z"}})]))}}},1923:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{d:"M0 0h512v113.8H0z"}}),a("path",{attrs:{fill:"#428823",d:"M0 227.6h512v113.8H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M256 170.7L0 341.3V0zM309.1 170.7c0-22.9 13.1-42.1 34.6-46.8-3.3-.7-6.7-1.1-10.3-1.1-26.4 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9c3.5 0 7-.4 10.3-1.1-21.5-4.8-34.6-23.9-34.6-46.8z"}}),a("path",{attrs:{d:"M365 129.2l10.3 31.7h33.3l-27 19.6 10.3 31.7-26.9-19.6-27 19.6 10.3-31.7-27-19.6h33.4z"}})])]))}}},27915:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#56AF35",d:"M0 0h512v170.7H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 341.3l512-170.7L0 0v341.3z"}}),a("g",{attrs:{fill:"#ffc945"}},[a("path",{attrs:{d:"M134.7 231.5c33.6 0 60.8-27.2 60.8-60.8s-27.2-60.8-60.8-60.8-60.8 27.2-60.8 60.8 27.2 60.8 60.8 60.8zm0 24.3c-47 0-85.2-38.1-85.2-85.2s38.1-85.2 85.2-85.2 85.2 38.1 85.2 85.2-38.2 85.2-85.2 85.2z"}}),a("circle",{attrs:{cx:"119.5",cy:"148.3",r:"17.5"}}),a("circle",{attrs:{cx:"148.9",cy:"158.5",r:"17.5"}}),a("circle",{attrs:{cx:"134.7",cy:"135.2",r:"17.5"}}),a("circle",{attrs:{cx:"119.5",cy:"172.7",r:"17.5"}}),a("circle",{attrs:{cx:"149.9",cy:"182.8",r:"17.5"}}),a("circle",{attrs:{cx:"122.5",cy:"198",r:"17.5"}}),a("circle",{attrs:{cx:"145.9",cy:"205.2",r:"17.5"}})])]))}}},68102:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 85.331h512v113.775H0zM0 312.882h512v113.775H0z"}})])]))}}},38545:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},u),...d},i.concat([a("path",{attrs:{fill:"#20AA46",d:"M0 0h22.5v5H0V0z"}}),a("path",{attrs:{fill:"#E92F3B",d:"M0 10h22.5v5H0v-5z"}}),a("path",{attrs:{fill:"#FADF50",d:"M0 5h22.5v5H0V5z"}}),a("circle",{attrs:{fill:"#205CCA",cx:"11.3",cy:"7.5",r:"5.2"}}),a("path",{attrs:{fill:"#FFDB3D",d:"M11.2 9.2L8.8 11l.9-2.9-2.4-1.8h3l1-2.8 1 2.9h3l-2.4 1.8.9 2.9-2.6-1.9zm0-1l.9.6-.3-1.1.9-.7h-1.1l-.4-1.1-.4 1.1H9.7l.9.7-.3 1.1c0 .1.9-.6.9-.6z"}})]))}}},95672:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#2E52B2",d:"M512 129.3V212H203.7v129.3H121V212H0v-82.7h121V0h82.7v129.3z"}})]))}}},38341:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#2E52B2",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 0v22.6l-46.1 30.7H256v64h-46.1L256 148v22.7h-22.6l-73.4-49v49H96v-49l-73.4 49H0V148l46.1-30.7H0v-64h46.1L0 22.6V0h22.6L96 48.9V0h64v48.9L233.4 0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"}}),a("path",{attrs:{d:"M0 0v15.1l57.4 38.2H80zM256 0v15.1l-57.4 38.2H176z"}}),a("path",{attrs:{d:"M0 0v15.1l57.4 38.2H80zM256 0v15.1l-57.4 38.2H176zM0 170.7v-15.1l57.4-38.3H80zM256 170.7v-15.1l-57.4-38.3H176z"}})]),a("path",{attrs:{fill:"#F3F3F3",d:"M307.1 127.1v92c0 61.6 80.5 80.5 80.5 80.5s80.4-19 80.4-80.6v-92l-80.5-23-80.4 23.1z"}}),a("path",{attrs:{fill:"#D80027",d:"M468 132.8V98.3H307.1v34.5h69v69h-69v23h69V296c6.9 2.5 11.5 3.5 11.5 3.5s4.6-1.1 11.5-3.5v-71.2h69v-23h-69v-69H468z"}})]))}}},63473:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z"}}),a("path",{attrs:{fill:"#D80027",d:"M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"}}),a("path",{attrs:{fill:"#0052B4",d:"M155.8 115L256 170.7v-15.8L184.2 115z"}}),a("path",{attrs:{fill:"#FFF",d:"M155.8 115L256 170.7v-15.8L184.2 115z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M155.8 115L256 170.7v-15.8L184.2 115zM71.8 115L0 154.9v15.8L100.2 115z"}})]),a("path",{attrs:{fill:"#0052B4",d:"M100.2 55.6L0 0v15.7l71.8 39.9z"}}),a("path",{attrs:{fill:"#FFF",d:"M100.2 55.6L0 0v15.7l71.8 39.9z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M100.2 55.6L0 0v15.7l71.8 39.9zM184.2 55.6L256 15.7V0L155.8 55.6z"}})]),a("path",{attrs:{fill:"#1F8BDE",d:"M312.2 194.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3z"}}),a("path",{attrs:{fill:"#FFF",d:"M312.2 194.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3zm79.6 86.3c7.9-4.5 15.9-10 23.2-16.7 20.5-18.5 32.6-41.4 32.6-69.7v-90c0-.3-120.4-.3-120.4-.3v90.3c0 28.3 12.1 51.2 32.6 69.7 8.3 7.5 17.6 13.9 27.6 19 1.4-.6 2.8-1.4 4.4-2.3z"}}),a("path",{attrs:{fill:"#187536",d:"M347.1 193.4c-2.6-7.9 1.7-14.3 10.1-14.3h60.5c8.2 0 12.8 6.3 10.1 14.3l-5.5 16.5c-2.6 7.9-8.9 9.2-15.8 4 0 0 2.6-4.8-19.1-4.8-21.7 0-19.1 4.8-19.1 4.8-6.1 5.7-13.1 4-15.8-4 .1.1-5.4-16.5-5.4-16.5z"}}),a("path",{attrs:{fill:"#FFF",d:"M357.4 179.1c8.1 1.6 17.8-15 30.1-15 13.1 0 21.8 17.1 30.1 15 7.4-1.8 15-22.2 15-30.1 0-16.6-20.2-30.1-45.1-30.1-24.9 0-45.1 13.5-45.1 30.1-.1 8.5 6.6 28.5 15 30.1zM356 270.7c6.2.4 12.5-1.8 17.2-6.5l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c4.7 4.7 11 6.9 17.1 6.5 5.3-.3 32.5-33.5 25.7-32.6-4.6.6-9.1 2.8-12.7 6.3l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-3.5-3.5-7.8-5.6-12.3-6.3-6.7-1.1 20.1 32.2 25.3 32.5zM322.1 210c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0 0 0 5.5-14.8 2.5-15.9-7.9-2.9-17.2-1.2-23.5 5.2l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-6.2-6.2-15.1-8-22.8-5.5-3.1 1.1 1.9 16.1 1.9 16.1z"}})]))}}},4384:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 0h512v341.3H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M256 37.9l10.1 31.2H299l-26.6 19.3 10.2 31.2-26.6-19.3-26.6 19.3 10.2-31.2L213 69.1h32.9zM123.2 170.7l31.2-10.2v-32.8l19.3 26.6 31.2-10.2-19.3 26.6 19.3 26.5-31.2-10.1-19.3 26.5v-32.8zM256 303.5l-10.1-31.2H213l26.6-19.3-10.2-31.3L256 241l26.6-19.3-10.2 31.3 26.6 19.3h-32.9zM388.8 170.7l-31.2 10.1v32.8l-19.3-26.5-31.2 10.1 19.3-26.5-19.3-26.6 31.2 10.2 19.3-26.6v32.8z"}})])]))}}},45413:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#0F61A5",d:"M512 214.5H206.2v126.8H118.4V214.5H0v-87.7h118.4V0H206.2v126.8H512V192z"}}),a("path",{attrs:{fill:"#E50E3D",d:"M512 149.3V192H183.7v149.3H141V192H0v-42.7h141V0h42.7v149.3z"}})]))}}},16006:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}})]))}}},31701:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 312.888h512v113.775H0z"}})]))}}},70107:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.333h512V426.67H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M288 85.33h-64v138.666H0v64h224v138.666h64V287.996h224v-64H288z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M393.785 315.358L512 381.034v-65.676zM311.652 315.358L512 426.662v-31.474l-143.693-79.83zM458.634 426.662l-146.982-81.664v81.664z"}})]),a("path",{attrs:{fill:"#FFF",d:"M311.652 315.358L512 426.662v-31.474l-143.693-79.83z"}}),a("path",{attrs:{fill:"#D80027",d:"M311.652 315.358L512 426.662v-31.474l-143.693-79.83z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M90.341 315.356L0 365.546v-50.19zM200.348 329.51v97.151H25.491z"}})]),a("path",{attrs:{fill:"#D80027",d:"M143.693 315.358L0 395.188v31.474l200.348-111.304z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M118.215 196.634L0 130.958v65.676zM200.348 196.634L0 85.33v31.474l143.693 79.83zM53.366 85.33l146.982 81.664V85.33z"}})]),a("path",{attrs:{fill:"#FFF",d:"M200.348 196.634L0 85.33v31.474l143.693 79.83z"}}),a("path",{attrs:{fill:"#D80027",d:"M200.348 196.634L0 85.33v31.474l143.693 79.83z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M421.659 196.636L512 146.446v50.19zM311.652 182.482V85.331h174.857z"}})]),a("path",{attrs:{fill:"#D80027",d:"M368.307 196.634L512 116.804V85.33L311.652 196.634z"}})]))}}},46145:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#c60a0a",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#3E8446",d:"M256 170.7L44.5 296.8V44.5z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M256 170.7l211.5 126.1h-423zM467.5 44.5L256 170.7 44.5 44.5z"}})]),a("path",{attrs:{fill:"#3E8446",d:"M467.5 44.5v252.3L256 170.7z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M256 10.4l3.3 10.2H270l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM170.1 10.4l3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM341.9 10.4l3.3 10.2H356l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM256 304.2l3.3 10.2H270l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM170.1 304.2l3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM341.9 304.2l3.3 10.2H356l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7z"}})]),a("circle",{attrs:{fill:"#c60a0a",cx:"244.5",cy:"170.7",r:"76.2"}}),a("path",{attrs:{fill:"#FFDA44",d:"M244.5 110.1l13.6 41.8h44l-35.6 25.8 13.6 41.8-35.6-25.8-35.5 25.8 13.6-41.8-35.6-25.8h44zM107.7 167.8c4.4 6.9 2.3 16.1-4.6 20.5s-16.1 2.3-20.5-4.6c-7.9-12.5-3.3-33-3.3-33s20.4 4.6 28.4 17.1z"}}),a("circle",{attrs:{fill:"#A2001D",cx:"99.1",cy:"182.1",r:"7.4"}})]))}}},73853:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("g",{attrs:{fill:"#6DA544"}},[a("path",{attrs:{d:"M0 0h512v48.8H0zM0 97.5h512v48.8H0zM0 195h512v48.8H0zM0 292.6h512v48.8H0z"}})]),a("path",{attrs:{fill:"#D80027",d:"M0 0h256v146.3H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M116.9 114.4l-7.5-14.8V69.9L128 59l18.6 10.9v22.3l7.4-7.4 4.2 3-4.2 11.8-14.9 14.8z"}}),a("circle",{attrs:{fill:"#FFF",cx:"82",cy:"82.8",r:"5.4"}}),a("circle",{attrs:{fill:"#FFF",cx:"90.8",cy:"61.7",r:"5.4"}}),a("circle",{attrs:{fill:"#FFF",cx:"106.6",cy:"46.2",r:"5.4"}}),a("circle",{attrs:{fill:"#FFF",cx:"128",cy:"40.8",r:"5.4"}}),a("circle",{attrs:{fill:"#FFF",cx:"149.4",cy:"46.2",r:"5.4"}}),a("circle",{attrs:{fill:"#FFF",cx:"165.2",cy:"61.7",r:"5.4"}}),a("circle",{attrs:{fill:"#FFF",cx:"174",cy:"82.8",r:"5.4"}})]))}}},56030:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 450 300"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h450v300H0z"}}),a("path",{attrs:{fill:"red",d:"M0 100h450v200H0z"}}),a("path",{attrs:{fill:"#FFDF00",d:"M0 200h450v100H0z"}})]))}}},86919:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M.8 0h21v15H.8V0z"}}),a("path",{attrs:{fill:"#eb000e",d:"M9.8 6H0v3h9.8v6h3V9h9.8V6h-9.8V0h-3v6z"}}),a("path",{attrs:{fill:"#eb000e",d:"M17.3 2.7l-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm-12.7 0l-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm0 9l-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm12.7 0l-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2z"}})]))}}},30396:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},u),...d},i.concat([a("path",{attrs:{fill:"#FDEB01",d:"M0 0l90 60H0z"}}),a("path",{attrs:{fill:"#58A846",d:"M90 0v60L0 0z"}}),a("path",{attrs:{fill:"#ED3D24",stroke:"#A02021","stroke-miterlimit":"10",d:"M54.1 35.3l14.7-10.7H50.6L45 7.3l-5.6 17.3H21.2l14.7 10.7-5.6 17.4L45 42l14.7 10.7z"}})]))}}},41742:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M308 0H204v118.7H0v104h204V342h104V222.7h205v-104H308z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M368.6 188l26 17.3V136l-26 17.3h-95.3V58.1l17.3-26h-69.2l17.3 26v95.2h-95.3l-26-17.3v69.3l26-17.3h95.3v95.2l-17.3 26h69.2l-17.3-26V188z"}})]))}}},55710:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#496E2D",d:"M0 312.888h512v113.775H0z"}}),a("path",{attrs:{d:"M255.883 199.111l14.119 43.458 40.366 3.2-36.969 26.861 19.453 40.259-36.969-26.859-36.97 26.859 14.123-43.459-36.969-26.861h45.696z"}})]))}}},17156:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 230h513v112H0z"}}),a("path",{attrs:{fill:"#D80027",stroke:"#000","stroke-miterlimit":"10",d:"M363.1 131.8V99.1H374V77.3h-21.9v10.9h-21.8V77.3h-21.8v21.8h10.9v32.7h-21.8V55.5h10.9V33.7h-21.8v10.9h-10.9V33.7H254v10.9h-10.9V33.7h-21.8v21.8h10.9v76.3h-21.8V99.1h10.9V77.3h-21.8v10.9h-21.8V77.3h-21.8v21.8h10.9v32.7H145V219h239.9v-87.2z"}}),a("path",{attrs:{fill:"#FFDA44",stroke:"#000","stroke-miterlimit":"10",d:"M264.9 235.5l-24.2 18.2 19.1 14.3v31.3h-23.2v9h23v7.9h-23v9.3H270V268l19.1-14.3-24.2-18.2zm0 25.3l-10.1-7.1 10.1-7.1 10.1 7.1-10.1 7.1z"}}),a("path",{attrs:{d:"M239.6 209.7v-27.9s.1-22.3 25-22.3c24.8 0 25.7 22 25.7 22v28.2h-50.7zM170.5 209.7v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8z"}}),a("path",{attrs:{d:"M169.1 209.7v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zM320.9 209.7v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zM329.3 132v-15.7s.1-12.1 11.3-12.1c11.3 0 11.7 11.9 11.7 11.9V132h-23zM250.5 132v-23.7s.1-18.3 14.3-18.3c14.2 0 14.7 18 14.7 18v24h-29zM177.5 132v-15.7s.1-12.1 11.3-12.1 11.7 11.9 11.7 11.9V132h-23z"}})]))}}},85271:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M513 0v171H0V0z"}}),a("circle",{attrs:{fill:"#FFF",cx:"185.8",cy:"171.2",r:"117.8"}}),a("path",{attrs:{fill:"#D80027",d:"M68 171c0-65.1 52.8-117.8 117.8-117.8 65.1 0 117.8 52.8 117.8 117.8"}})]))}}},8502:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#1a7e25",d:"M0 322.783h512v103.88H0z"}}),a("path",{attrs:{fill:"#cf0d19",d:"M0 85.337h512v104.515H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 210.877h512v89.656H0z"}})]))}}},61799:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 0h512v342H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M342 0h171v342H342z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 0h171v342H0z"}})]))}}},71626:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}})]))}}},99197:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 0h513v113.8H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 227.6h513V342H0z"}}),a("path",{attrs:{fill:"#0070C8",d:"M126 170.7L0 341.3V0z"}}),a("path",{attrs:{fill:"none",stroke:"#000","stroke-miterlimit":"10",d:"M233.8 139.4v40.4c0 35.6 35.6 35.6 35.6 35.6s35.6 0 35.6-35.6v-40.4h-71.2z"}}),a("path",{attrs:{fill:"#786145",d:"M264.5 179.8h9.8l4 25.8h-17.8z"}}),a("path",{attrs:{fill:"#6DA544",d:"M287.2 162c0-9.8-8-14.8-17.8-14.8s-17.8 5-17.8 14.8c-4.9 0-8.9 4-8.9 8.9s4 8.9 8.9 8.9h35.6c4.9 0 8.9-4 8.9-8.9s-4-8.9-8.9-8.9z"}}),a("g",{attrs:{fill:"#FFDA00",stroke:"#000","stroke-miterlimit":"10"}},[a("path",{attrs:{d:"M230.7 120l1.9 3.3h3.8l-1.9 3.3 1.9 3.2h-3.8l-1.9 3.3-1.9-3.3H225l1.9-3.2-1.9-3.3h3.8zM246 120l1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zM261.3 120l1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zM277.1 120l1.9 3.3h3.8l-1.9 3.3 1.9 3.2H279l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zM293.1 120l1.9 3.3h3.8l-1.9 3.3 1.9 3.2H295l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zM308.1 120l1.9 3.3h3.7l-1.9 3.3 1.9 3.2H310l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8z"}})])]))}}},34016:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#1571CC"}},[a("path",{attrs:{d:"M0 0h513v38H0zM0 76h513v38H0zM0 152h513v38H0zM0 228h513v38H0zM0 304h513v38H0z"}})]),a("path",{attrs:{fill:"#1571CC",d:"M0 0h190v190H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M0 76h190v38H0z"}}),a("path",{attrs:{d:"M76 0h38v190H76z"}})])]))}}},78674:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z"}}),a("path",{attrs:{fill:"#D80027",d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}}),a("path",{attrs:{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 170.7v-11l62.5-42.3h22.6L7.3 170.7zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zM248.7 170.7l-77.8-53.3h22.6l62.5 42.3v11z"}}),a("g",[a("ellipse",{attrs:{fill:"#FFF",cx:"443.4",cy:"233.6",rx:"29",ry:"43.5"}}),a("ellipse",{attrs:{fill:"#FFCE00",cx:"406.9",cy:"317.7",rx:"22",ry:"9.3"}}),a("ellipse",{attrs:{fill:"#FFCE00",cx:"364",cy:"317.7",rx:"22",ry:"9.3"}}),a("path",{attrs:{fill:"#39B200",d:"M342 190.1l43.4 86.9 43.5-86.9z"}}),a("ellipse",{attrs:{fill:"#9B9B9B",cx:"327.5",cy:"233.6",rx:"29",ry:"43.5"}}),a("path",{attrs:{fill:"#757575",d:"M371 175.6l-14.5 14.5h57.9l-14.5-14.5 14.5-43.5s-13-29-29-29-29 29-29 29l14.6 43.5z"}}),a("circle",{attrs:{fill:"#C6B56F",cx:"385.4",cy:"67",r:"29"}}),a("circle",{attrs:{fill:"#A54A00",cx:"386",cy:"88.7",r:"29"}}),a("circle",{attrs:{fill:"#FFF",cx:"443.4",cy:"117.7",r:"29"}}),a("circle",{attrs:{fill:"#0049FF",cx:"342.2",cy:"146.7",r:"29"}}),a("circle",{attrs:{fill:"#0041F9",cx:"429.8",cy:"146.7",r:"29"}}),a("circle",{attrs:{fill:"#F7D71E",cx:"386",cy:"233.6",r:"29"}}),a("circle",{attrs:{fill:"#CEC851",cx:"457.9",cy:"190.1",r:"29"}}),a("circle",{attrs:{fill:"#FFF",cx:"385.4",cy:"289.5",r:"29"}}),a("path",{attrs:{fill:"#7C0B29",d:"M371 135.7l14.5-3.5 14.5 3.5c0 7.5-14.5 11-14.5 11s-14.5-3.5-14.5-11z"}}),a("circle",{attrs:{fill:"#FFF",cx:"327.5",cy:"117.4",r:"29"}})])]))}}},46770:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#338AF3"}},[a("path",{attrs:{d:"M0 0h171v342H0zM342 0h171v342H342z"}})]),a("circle",{attrs:{fill:"#DCC26D",cx:"256",cy:"155.8",r:"25.5"}}),a("path",{attrs:{fill:"#628A40",d:"M194.2 155.9c0 22.1 11.8 42.5 30.8 53.5 5.9 3.4 13.5 1.4 16.9-4.5 3.4-5.9 1.4-13.5-4.5-16.9-11.5-6.6-18.5-18.9-18.5-32.1 0-6.8-5.5-12.4-12.4-12.4s-12.3 5.5-12.3 12.4zm95.1 52.1c17.8-11.4 28.6-31 28.5-52.1 0-6.8-5.5-12.4-12.4-12.4-6.8 0-12.4 5.5-12.4 12.4 0 12.7-6.5 24.5-17.1 31.3-5.8 3.6-7.7 11.2-4.1 17 3.6 5.8 11.2 7.7 17 4.1.2-.1.3-.2.5-.3z"}})]))}}},27031:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M11.1 11.1h489.7v319.1H11.1z"}}),a("path",{attrs:{fill:"#7DBEF1",d:"M256 285.3s76.4-51.3 76.4-114.6S256 56 256 56s-76.4 51.3-76.4 114.6S256 285.3 256 285.3z"}}),a("path",{attrs:{fill:"#1C8AE6",d:"M179.8 180.7h152.6l-29.3 64.9h-95.2z"}}),a("path",{attrs:{fill:"#FFF042",d:"M192.3 205.9s40.5 38.2 51 38.2c12.4 0 12.6-18.4 25.5-25.5 20.2-11.1 51-12.7 51-12.7L297 248.7l-41 36.6-46.8-39.7-16.9-39.7z"}}),a("path",{attrs:{fill:"#259C7B",d:"M256 157.5l-22.5 15.6 7.9-26.2-21.8-16.5 27.4-.5 9-25.9 9 25.9 27.4.5-21.8 16.6 7.9 26.2-22.5-15.7z"}}),a("path",{attrs:{fill:"#8E5715",d:"M249.7 144.6c-.9 9.2-1.5 18.4-1.7 27.6-.3 11.9.3 20.7 2 26 2.2 6.6 7.2 12.9 14.2 18.9 5.3 4.6 10.6 8.1 14.2 10.1 3.1 1.7 7 .6 8.7-2.4 1.7-3.1.6-7-2.4-8.7-4.3-2.5-8.4-5.4-12.2-8.7-5.4-4.6-9.1-9.2-10.4-13.3-1.1-3.4-1.6-11.3-1.4-21.7.2-8.9.8-17.8 1.7-26.6.4-3.5-2.2-6.6-5.7-7-3.6-.3-6.7 2.3-7 5.8z"}}),a("path",{attrs:{fill:"#FFF",d:"M217.8 170.7l25.5 38.2h-25.5v-38.2z"}}),a("path",{attrs:{fill:"none",stroke:"#D80027","stroke-width":"12","stroke-miterlimit":"10",d:"M256 285.3s76.4-51.3 76.4-114.6S256 56 256 56s-76.4 51.3-76.4 114.6S256 285.3 256 285.3z"}})]))}}},37684:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v170.663H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.331h181.793v341.337H0z"}}),a("path",{attrs:{d:"M98.32 195.127l15.107 46.497h48.894l-39.555 28.74 15.108 46.498-39.554-28.737-39.556 28.737 15.111-46.498-39.554-28.74h48.891z"}})]))}}},91196:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},u),...d},i.concat([a("path",{attrs:{fill:"#009E49",d:"M0 0h900v600H0V0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 0l947 300L0 600V0z"}}),a("path",{attrs:{fill:"#FFD00D",d:"M0 26.1L870 300 0 573.9V26.1z"}}),a("path",{attrs:{fill:"#2D2D2D",d:"M0 0l450 300L0 600V0z"}}),a("path",{attrs:{fill:"#D3132F",d:"M0 35l397.5 265L0 565V35z"}})]))}}},57015:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M274.2 119.8c-5.1 21.1-14.1 17.1-18.5 35.5-26.1-6.3-42.1-32.5-35.9-58.6 6.3-26.1 32.5-42.1 58.5-35.9-8.7 36.9.5 40.1-4.1 59zM206.6 135.4c18.5 11.3 11.9 18.7 28 28.6-14 22.9-43.9 30-66.8 16s-30-43.9-16-66.8c32.3 19.8 38.2 12.1 54.8 22.2zM200.6 204.6c16.5-14.1 21.4-5.5 35.8-17.8 17.4 20.4 15 51-5.4 68.4-20.4 17.4-51 15-68.4-5.4 28.7-24.6 23.2-32.6 38-45.2zM264.5 231.7c-8.3-20.1 1.4-22.1-5.9-39.6 24.8-10.3 53.2 1.5 63.4 26.3 10.3 24.8-1.5 53.2-26.3 63.4-14.5-35-23.8-32.2-31.2-50.1zM310 179.3c-21.6 1.7-20.6-8.1-39.5-6.6-2.1-26.7 17.9-50.1 44.6-52.2 26.7-2.1 50.1 17.9 52.2 44.6-37.7 2.9-37.9 12.7-57.3 14.2z"}})])]))}}},31490:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M223.397 255.996c.273-.304.543-.609.813-.916-.27.308-.546.61-.82.916h.007zM189.217 297.923l10.958 22.913 24.747-5.718-11.083 22.853 19.9 15.781-24.776 5.585.069 25.398-19.815-15.89-19.814 15.89.069-25.398-24.776-5.585 19.9-15.781-11.083-22.853 24.746 5.718zM387.076 326.387l5.227 10.929 11.803-2.728-5.286 10.9 9.492 7.528-11.818 2.663.032 12.114-9.45-7.578-9.45 7.578.032-12.114-11.817-2.663 9.491-7.528-5.285-10.9 11.803 2.728zM338.453 210.448l5.227 10.93 11.803-2.729-5.286 10.901 9.491 7.528-11.817 2.663.032 12.115-9.45-7.58-9.451 7.58.033-12.115-11.818-2.663 9.491-7.528-5.284-10.901 11.802 2.729zM387.076 144.198l5.227 10.93 11.803-2.73-5.286 10.902 9.491 7.527-11.817 2.664.032 12.114-9.45-7.58-9.45 7.58.032-12.114-11.817-2.664 9.491-7.527-5.285-10.902 11.803 2.73zM429.547 193.886l5.227 10.929 11.802-2.728-5.284 10.9 9.491 7.527-11.818 2.664.033 12.114-9.451-7.578-9.45 7.578.032-12.114-11.817-2.664 9.491-7.527-5.286-10.9 11.803 2.728zM399.179 251.856l4.11 12.652h13.304l-10.763 7.82 4.112 12.652-10.763-7.819-10.765 7.819 4.112-12.652-10.763-7.82h13.304z"}}),a("path",{attrs:{d:"M256 85.333v30.553l-45.167 25.099H256v59.359h-59.103L256 233.179v22.817h-26.68l-73.494-40.826v40.826h-55.652v-48.573l-87.43 48.573H0v-30.553l45.167-25.099H0v-59.359h59.103L0 108.139V85.333h26.68l73.494 40.827V85.333h55.652v48.573l87.43-48.573z"}})]),a("path",{attrs:{fill:"#D80027",d:"M144 85.33h-32v69.332H0v32h112v69.334h32v-69.334h112v-32H144z"}}),a("path",{attrs:{fill:"#0052B4",d:"M155.826 200.344L256 255.996v-15.737l-71.847-39.915z"}}),a("path",{attrs:{fill:"#FFF",d:"M155.826 200.344L256 255.996v-15.737l-71.847-39.915z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M155.826 200.344L256 255.996v-15.737l-71.847-39.915zM71.846 200.344L0 240.259v15.737l100.174-55.652z"}})]),a("path",{attrs:{fill:"#0052B4",d:"M100.174 140.982L0 85.33v15.737l71.847 39.915z"}}),a("path",{attrs:{fill:"#FFF",d:"M100.174 140.982L0 85.33v15.737l71.847 39.915z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M100.174 140.982L0 85.33v15.737l71.847 39.915zM184.154 140.982L256 101.067V85.33l-100.174 55.652z"}})])]))}}},8914:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#338AF3"}},[a("path",{attrs:{d:"M0 0h513v114H0zM0 228h513v114H0zM203.5 117.9l6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zM308.5 117.9l6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zM256 147.6l6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zM203.5 177.3l6.7 16.6 17.6 1-14 10.9 4.7 17.6-15-9.9-15 9.9 4.7-17.6-14-10.9 17.6-1zM308.5 177.3l6.7 16.6 17.6 1-14 10.9 4.7 17.6-15-9.9-15 9.9 4.7-17.6-14-10.9 17.6-1z"}})])]))}}},90865:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 0h513v114H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 228h513v114H0z"}}),a("g",{attrs:{fill:"#338AF3"}},[a("path",{attrs:{d:"M309.3 113.2v-44l17.5-14.4 17.7 14.4v44zM203.7 113.2v-44l-17.3-14.4-17.9 14.4v44zM238.9 113.2v-44l17.6-14.4 17.6 14.4v44z"}})]),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M309.3 113.2h-35.2v-44l17.5-14.4 17.7 14.4zM238.9 113.2h-35.2v-44l17.5-14.4 17.7 14.4z"}})]),a("path",{attrs:{stroke:"#D80027",fill:"#FFF",d:"M168.5 113.2v101.9c0 24.3 14.4 46.2 35.4 59.4 21.3 13.4 42.1 14.7 52.6 14.7s31.4-1.7 52.6-14.8c21-13 35.4-35.1 35.4-59.3V113.2h-176z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M168.5 113.2h35.2v35.2h-35.2zM238.9 113.2h35.2v35.2h-35.2zM309.3 113.2h35.2v35.2h-35.2zM203.7 148.4h35.2v35.2h-35.2zM274.1 148.4h35.2v35.2h-35.2zM168.5 183.6h35.2v35.2h-35.2zM203.7 218.8h35.2V254h-35.2zM238.9 183.6h35.2v35.2h-35.2zM309.3 183.6h35.2v35.2h-35.2zM274.1 218.8h35.2V254h-35.2zM309.3 274.3c8.6-5.4 16.2-12.3 22-20.3h-22v20.3zM181.7 254c5.8 8 13.3 14.9 22 20.4V254h-22zM238.9 254v33.7c7.2 1.2 13.3 1.5 17.6 1.5 4.3 0 10.4-.3 17.6-1.6V254h-35.2z"}})])]))}}},57174:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#A2001D",d:"M0 0h513v172H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 172h513v172H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M381.4 251.5l-110.7-13.8-110.8 13.8V85.4h221.5z"}}),a("circle",{attrs:{fill:"#0052B4",cx:"270.7",cy:"182.3",r:"55.4"}}),a("circle",{attrs:{fill:"#A2001D",cx:"270.7",cy:"182.3",r:"27.7"}}),a("path",{attrs:{fill:"#6DA544",d:"M229.1 113.1h83.1l-41.5 41.5z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M256.8 140.8h27.7v83h-27.7z"}}),a("path",{attrs:{fill:"#6DA544",d:"M314.9 215.5h-88.5l-66.5 36h221.5z"}})]))}}},51617:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 312.888h512v113.775H0z"}})]))}}},80730:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#A2001D",d:"M0 85.337h512V256H0z"}})]))}}},76801:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 85.331h170.663v341.337H0z"}}),a("path",{attrs:{fill:"#FF9811",d:"M341.337 85.331H512v341.337H341.337z"}})]))}}},55951:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#2E52B2"}},[a("path",{attrs:{d:"M340.6 122.4h-56.1l-28-48.6-28 48.6h-56.1l28 48.6-28 48.6h56.1l28 48.6 28-48.6h56.1l-28-48.6 28-48.6zM293.2 171L276 204.2h-38.9L219.8 171l17.2-33.2h38.9l17.3 33.2zm-36.7-71.8l11.9 23.3h-23.9l12-23.3zm-58.3 38.6h23.9l-10.8 21-13.1-21zm0 66.4l13-22.1 11.9 22.1h-24.9zm58.3 37.5l-11.9-22.1h23.9l-12 22.1zm59.4-37.5h-25l11.9-22.1 13.1 22.1zm-26.1-66.4h26.1l-13 22.1-13.1-22.1zM0 21.3h512V64H0zM0 277.3h512V320H0z"}})])]))}}},74005:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#E52D42",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M393.3 68.2h-45.8l-33.8 80.2-34.4-22.9s-24.7-59.1-34.4-68.2c-9.7-9.7-18.7-.6-48.9 7.8-29.6 8.4-30.8 18.7-42.2 18.7-4.8 0-19.9-17.5-27.7-22.3-12.1-7.8-16.9-4.2-13.9 7.2 1.2 4.8 10.9 10.9 16.9 19.9 7.8 11.5 12.7 25.9 12.7 25.9s10.9-10.3 16.9-12.1c9-2.4 19.3 1.8 31.4 0 15.1-2.4 31.4-10.9 31.4-10.9l4.2 43.4s-54.3 50.7-49.5 70.6 56.1 44.6 68.2 62.7c12.1 17.5-7.2 24.1-7.2 32.6s-1.8 19.9 7.2 16.3c9-3.6 10.3-18.1 18.7-31.4 6-9 10.3-13.9 11.5-17.5 1.8-9-23.5-32-37.4-48.9-6.6-7.8-19.9-18.7-19.9-18.7l39.2-29.6s67.6 27.7 82.6 18.7c15.1-9 19.3-98.3 19.3-98.3l47-11.5-12.1-11.7z"}}),a("path",{attrs:{fill:"#F8DD4E",d:"M279.3 262.4c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.8-182.8c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm0 91.1c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6 0 11.5 4.8 11.5 11.5-.6 6.7-5.5 11.5-11.5 11.5zm-136.9 45.8c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.2-136.9c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-4.8 11.5-11.5 11.5zm22.9 91.1c-6 0-11.5-10.3-11.5-22.9s4.8-22.9 11.5-22.9c6 0 11.5 10.3 11.5 22.9s-4.8 22.9-11.5 22.9zm-114-45.2c-6 0-11.5-4.8-11.5-11.5 0-6.6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5 0 6.6-4.8 11.5-11.5 11.5z"}})]))}}},12751:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#181A93",d:"M17.3 0h478.4v342H17.3V0z"}}),a("path",{attrs:{fill:"#FFA44A",d:"M0 0h513v114H0V0z"}}),a("path",{attrs:{fill:"#1A9F0B",d:"M0 228h513v114H0V228z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 114h513v114H0V114z"}}),a("circle",{attrs:{fill:"#FFF",cx:"256.5",cy:"171",r:"34.2"}}),a("path",{attrs:{fill:"#181A93",d:"M256.5 216.6c-25.1 0-45.6-20.5-45.6-45.6s20.5-45.6 45.6-45.6 45.6 20.5 45.6 45.6-20.5 45.6-45.6 45.6zm0-11.4c18.2 0 34.2-16 34.2-34.2s-15.9-34.2-34.2-34.2-34.2 16-34.2 34.2 16 34.2 34.2 34.2z"}}),a("circle",{attrs:{fill:"#181A93",cx:"256.5",cy:"171",r:"22.8"}})]))}}},65012:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0-.3h513V342H0V-.3z"}}),a("path",{attrs:{fill:"#0052B4",d:"M462.9 198.1c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zM0 31.7l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 1-20 6-30.1 12-7 4-16 9-20 9s-14-5-21-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-11-30.1-12v22zm462.9 55.2c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 3.9-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 1 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-8 19-9v-23zm-50.1 133.3c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 0 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-9 19-9v-23z"}}),a("path",{attrs:{fill:"#FFF",d:"M0-.3h256v171H0V-.3z"}}),a("path",{attrs:{d:"M389.8 119.9H408v78.8h-18.3l.1-78.8zm0 117.8H408v75.1h-18.3l.1-75.1z",fill:"#A2001D"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M144-.3h-32v70H0v32h112v69h32v-69h112v-32H144v-70z"}}),a("path",{attrs:{d:"M0-.3v15l57 39h23L0-.3zM256-.3v15l-57 39h-23l80-54z"}}),a("path",{attrs:{d:"M0-.3v15l57 39h23L0-.3zM256-.3v15l-57 39h-23l80-54zM0 170.7v-15l57-38h23l-80 53zM256 170.7v-15l-57-38h-23l80 53z"}})]),a("g",{attrs:{fill:"#2E52B2"}},[a("path",{attrs:{d:"M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zM256 22.7v31h-46l46-31zm-96-23v49l73-49h-73z"}}),a("path",{attrs:{d:"M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zM256 22.7v31h-46l46-31zm-96-23v49l73-49h-73zM0 147.7v-30h46l-46 30zm96 23v-49l-73 49h73zM256 147.7v-30h-46l46 30zm-96 23v-49l73 49h-73z"}})]),a("path",{attrs:{fill:"#5DA51E",stroke:"#45602C","stroke-width":"4","stroke-miterlimit":"10",d:"M462.8 91.5h-29.1l25.7-25.7c4.5-4.4 4.5-11.4 0-15.8l-3.4-3.4c-4.4-4.4-11.4-4.4-15.8 0l-25.9 25.9V37.4c0-6.2-5.1-11.3-11.3-11.3h-4.7c-6.2 0-11.3 5.1-11.3 11.3v31.7l-23.5-23.8c-4.7-4.7-12.2-4.7-16.9 0l-3.6 3.6c-4.7 4.7-4.7 12.4 0 17.2l25 25.4h-30.6c-6 0-10.9 4.9-10.9 10.9v4.6c0 6 4.9 10.9 10.9 10.9H369l-20.7 20.7c-4.4 4.4-4.4 11.4 0 15.8l3.4 3.4c4.4 4.4 11.4 4.4 15.8 0l19.6-19.6V167c0 6.1 5.1 11.1 11.3 11.3h4.7c6.2 0 11.3-5.1 11.3-11.3v-28.3l22.2 22.6c4.7 4.7 12.4 4.7 17.1 0l3.6-3.6c4.7-4.7 4.7-12.4 0-17.2L435.2 118h27.6c5.9 0 10.7-4.9 10.9-10.9v-4.6c0-6.1-4.9-11-10.9-11z"}}),a("path",{attrs:{fill:"#E2DD24",stroke:"#525625","stroke-width":"4","stroke-miterlimit":"10",d:"M439.2 249.1h-79.8s-.9-13.4-6-21.8c-6.2-10.4-13.9-28.1-1.4-36.7 15.9-10.9 33.7.8 48.2.8 11.8.1 26.9-14 45-.8 12.2 8.9 3.9 28.2-1.3 36.7-7 11.5-4.7 21.8-4.7 21.8z"}})]))}}},90383:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#CE1126",d:"M0 0h513v114H0z"}}),a("path",{attrs:{d:"M0 228h513v114H0z"}}),a("g",{attrs:{fill:"#547C31"}},[a("path",{attrs:{d:"M219.2 160.7h-29.3c1.5-5.7 6.6-9.9 12.8-9.9v-19.9c-18.3 0-33.1 14.9-33.1 33.1v16.5h49.6c1.8 0 3.3 1.5 3.3 3.3v6.6h-66.2v19.9h86.1v-26.5c0-12.7-10.4-23.1-23.2-23.1zM268.8 190.5v-59.6H249v79.5h33.1v-19.9zM335 190.5v-59.6h-19.8v59.6h-6.6v-19.8h-19.9v39.7h59.6v-19.9z"}})])]))}}},80901:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v342H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 0h513v114H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 227.9h513v114H0zM278.8 134.8c.1 2 8.7 26.2 4.4 39.4-6.6 20.3-15.8 21.8-19.8 24.5V134l-6.9-4.2-6.9 4.2v64.7c-4-2.7-12.4-2.4-19.8-24.5-4.3-12.7 5.7-37.3 5.8-39.2 0 0-9.5 8.1-15.8 24-5.9 14.8 1.9 49.6 29.5 54.8 2.3.4 4.7 5.6 7.2 5.6 2.1 0 4.1-5.2 6-5.5 28.4-4.6 35-41.7 29.9-55.6-5.4-14.6-13.6-23.5-13.6-23.5z"}})]),a("g",{attrs:{fill:"#FFF",opacity:".5"}},[a("path",{attrs:{d:"M44.6 98.9h22.3v24.4H44.6zM0 98.9h22.3v24.4H0zM89.2 98.9h22.3v24.4H89.2zM133.8 98.9h22.3v24.4h-22.3zM178.4 98.9h22.3v24.4h-22.3zM223 98.9h22.3v24.4H223zM267.7 98.9H290v24.4h-22.3zM312.3 98.9h22.3v24.4h-22.3zM356.9 98.9h22.3v24.4h-22.3zM401.5 98.9h22.3v24.4h-22.3zM446.1 98.9h22.3v24.4h-22.3zM490.7 98.9H513v24.4h-22.3zM44.6 216.9h22.3v25.5H44.6zM0 216.9h22.3v25.5H0zM89.2 216.9h22.3v25.5H89.2zM133.8 216.9h22.3v25.5h-22.3zM178.4 216.9h22.3v25.5h-22.3zM223 216.9h22.3v25.5H223zM267.7 216.9H290v25.5h-22.3zM312.3 216.9h22.3v25.5h-22.3zM356.9 216.9h22.3v25.5h-22.3zM401.5 216.9h22.3v25.5h-22.3zM446.1 216.9h22.3v25.5h-22.3zM490.7 216.9H513v25.5h-22.3z"}})])]))}}},61716:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.334h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M512 295.883H202.195v130.783H122.435V295.883H0V216.111h122.435V85.329H202.195v130.782H512V277.329z"}}),a("path",{attrs:{fill:"#D80027",d:"M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z"}})]))}}},75921:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M341.334 85.33H0v341.332h512V85.33z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 85.333h170.663V426.67H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M341.337 85.333H512V426.67H341.337z"}})]))}}},61661:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M301.8 171L513 30.2V0h-45.3L256.5 140.8 45.3 0H0v30.2L211.2 171 0 311.8V342h45.3l211.2-140.8L467.7 342H513v-30.2z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M233.7 44.6l22.3 5.6 22.3-5.6 4-20.9-14.9 6.5L256 14.8l-11.4 15.4-14.9-6.5z"}}),a("path",{attrs:{fill:"#D80027",d:"M233.7 44.6s-4 12.9-4 29.9c0 27.9 26.3 41.3 26.3 41.3s26.3-15.5 26.3-41.3c0-15.4-4-29.9-4-29.9s-8.1-5-22.3-5-22.3 5-22.3 5z"}})]))}}},57437:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{d:"M215.864 256.006L0 399.911V112.089zM512 112.089v287.822L296.136 256.006z"}}),a("path",{attrs:{fill:"#0052B4",d:"M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z"}})]))}}},39004:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.339h512v341.326H0z"}}),a("path",{attrs:{d:"M0 85.339h512v113.775H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 312.89h512v113.775H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M256 256.006L0 426.669V85.331z"}}),a("path",{attrs:{fill:"#FFF",d:"M77.913 224.802l7.876 16.469 17.786-4.11-7.965 16.426 14.303 11.343-17.808 4.014.049 18.255-14.241-11.421-14.241 11.421.05-18.255-17.809-4.014 14.303-11.343-7.965-16.426 17.786 4.11z"}})]))}}},10134:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.337H0z"}}),a("circle",{attrs:{fill:"#D80027",cx:"256",cy:"255.994",r:"96"}})]))}}},30418:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{d:"M0 85.331h512v90.579H0z"}}),a("path",{attrs:{fill:"#496E2D",d:"M0 336.089h512v90.568H0z"}}),a("path",{attrs:{fill:"#A2001D",d:"M0 198.606h512v114.799H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M323.265 139.803l-25.583-11.809L256 222.376l-41.682-94.382-25.583 11.809 51.749 116.191-51.749 116.192 25.583 11.808L256 289.613l41.682 94.381 25.583-11.808-51.749-116.192z"}}),a("path",{attrs:{d:"M273.376 150.931C263.472 140.115 256 133.898 256 133.898s-7.472 6.216-17.376 17.032v210.127C248.528 371.873 256 378.091 256 378.091s7.472-6.216 17.376-17.033V150.931z"}})]),a("g",{attrs:{fill:"#A2001D"}},[a("path",{attrs:{d:"M209.04 191.226v129.535c10.465 18.542 23.274 33.742 32.872 43.818V147.408c-9.599 10.076-22.408 25.275-32.872 43.818zM302.96 191.226c-10.465-18.543-23.274-33.742-32.872-43.818V364.58c9.599-10.077 22.407-25.276 32.872-43.818V191.226z"}})]),a("path",{attrs:{d:"M302.96 191.226v129.535c10.594-18.774 18.784-40.973 18.784-64.767s-8.19-45.993-18.784-64.768zM209.04 191.226v129.535c-10.594-18.774-18.784-40.973-18.784-64.767s8.19-45.993 18.784-64.768z"}})]))}}},54561:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 342"},u),...d},i.concat([a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 0h513v342H0z"}}),a("circle",{attrs:{cx:"256",cy:"170.7",r:"170.7"}})]),a("path",{attrs:{fill:"#FFDA44",d:"M382.4 170.7L330.8 195l27.5 50-56.1-10.7-7.1 56.6-39.1-41.7-39.1 41.7-7.1-56.6-56.1 10.7 27.5-50-51.6-24.3 51.6-24.3-27.5-50.1 56.1 10.8 7.1-56.7L256 92.1l39.1-41.7 7.1 56.7 56.1-10.8-27.5 50.1z"}}),a("circle",{attrs:{fill:"#D80027",cx:"257.4",cy:"170.7",r:"71.6"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M214.2 170.7c-2.1 0-4.1.1-6.2.3.1 12 4.4 22.9 11.6 31.5 3.8-10.3 9.5-19.6 16.7-27.7-6.9-2.7-14.3-4.1-22.1-4.1zM240.8 217.2c5.2 1.9 10.8 2.9 16.6 2.9 5.8 0 11.4-1 16.6-2.9-2.8-11.1-8.7-21-16.6-28.8-7.9 7.8-13.8 17.7-16.6 28.8zM300.2 146c-8.5-14.8-24.5-24.7-42.8-24.7-18.3 0-34.2 9.9-42.8 24.7 15.6.1 30.2 4.3 42.8 11.6 12.6-7.3 27.2-11.6 42.8-11.6zM278.5 174.8c7.2 8 12.9 17.4 16.7 27.7 7.2-8.5 11.5-19.5 11.6-31.5-2-.2-4.1-.3-6.2-.3-7.7 0-15.2 1.4-22.1 4.1z"}})])]))}}},98920:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z"}})]),a("path",{attrs:{fill:"#FFF",d:"M303.49 281.971v-17.809h-11.873v-23.745l-11.872-11.872-11.872 11.872v-23.744L256 204.8l-11.873 11.873v23.744l-11.872-11.872-11.872 11.872v23.745H208.51v17.809h-11.872v17.808h118.724v-17.808z"}})]))}}},69143:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 450 300"},u),...d},i.concat([a("path",{attrs:{fill:"#CE1126",d:"M0 0h450v300H0V0z"}}),a("g",{attrs:{fill:"#FCD116"}},[a("circle",{attrs:{cx:"227.6",cy:"161.2",r:"56.2"}}),a("path",{attrs:{d:"M254.1 73.4l-23.7 26 28.6 6.5zM202.6 73.6l-4.8 33.1 28.5-8zM296.9 100.3l-34.7 8.5 20.1 23.7zM158.6 98.5l15.5 32.7 20.2-22.7zM317.6 143.8l-34.4-9.9 5.6 29.5zM135.6 141.2l31.9 19.8 5.2-27.7z"}})]),a("path",{attrs:{fill:"#003F87",d:"M0 175h450v125H0V175z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 267c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21zm0-43c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21zm0-43c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21z"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#FCD116",d:"M183.2 48.3l-1.1-5.3 22.4-3.7s-30.1-7.1-40-10.7c-14.3-5.1-16.3-12.1-16.3-12.1s44.7 11 64.8 11c4.3 0 12.8 10.7 12.8 10.7s14.8-14.9 21.9-15.4c32.1-2.3 66.6-6.4 66.6-6.4s-10 6.7-16 8.5c-16.2 4.9-50.6 11.7-50.6 11.7l-4.8 7.5H277l-14.4 4.3 7.4 6.9s-7.8-4.1-18.1-2.1c-7.1 1.3-15.4 6-22.9 8-18.7 4.8-29.9-12.8-29.9-12.8l-15.9-.1z"}})]))}}},58167:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v85.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 170.663h512V256H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 256h512v85.337H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M256 256.006L0 426.668V85.331z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M68.638 256c0-24.865 17.476-45.638 40.812-50.734a52.059 52.059 0 00-11.13-1.208c-28.688 0-51.942 23.255-51.942 51.942s23.255 51.942 51.942 51.942c3.822 0 7.543-.425 11.13-1.208-23.337-5.096-40.812-25.869-40.812-50.734z"}}),a("path",{attrs:{d:"M108.877 211.478l2.762 8.503h8.94l-7.232 5.256 2.762 8.502-7.232-5.255-7.234 5.255 2.764-8.502-7.234-5.256h8.94zM108.877 233.739l2.762 8.503h8.94l-7.232 5.255 2.762 8.503-7.232-5.255-7.234 5.255 2.764-8.503-7.234-5.255h8.94zM108.877 256l2.762 8.503h8.94l-7.232 5.255 2.762 8.503-7.232-5.255-7.234 5.255 2.764-8.503-7.234-5.255h8.94zM108.877 278.261l2.762 8.502h8.94l-7.232 5.256 2.762 8.503-7.232-5.255-7.234 5.255 2.764-8.503-7.234-5.256h8.94z"}})])]))}}},83784:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M512 0H0v342"}}),a("path",{attrs:{fill:"#FFDA44",d:"M307.7 0L0 194.5V342h206.9L513 148.5V0z"}}),a("path",{attrs:{d:"M513 0H385.2L0 249.4V341l126.2 1L513 91.6z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M141.1 187l31.2 24 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.3-22.2zM310.6 70.8l31.2 23.9 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.4-22.2z"}})])]))}}},24149:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#91DC5A",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.337H0z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M0 85.331h512v57.188H0zM0 369.48h512v57.177H0z"}})]),a("path",{attrs:{fill:"#D80027",d:"M0 165.215h512v181.582H0z"}}),a("circle",{attrs:{fill:"#FFF",cx:"190.33",cy:"255.994",r:"65.668"}}),a("path",{attrs:{fill:"#D80027",d:"M190.332 190.332l14.734 45.346h47.757l-38.65 28.028 14.849 45.481-38.69-28.16-38.631 28.107 14.79-45.428-38.616-28.028h47.722z"}})]))}}},87731:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h900v600H0z"}}),a("g",{attrs:{transform:"rotate(-56.31)"}},[a("g",{attrs:{stroke:"#000","stroke-width":"25"}},[a("path",{attrs:{d:"M-75 228.3H75m-150 37.5H75m-150 37.5H75M-75 778.3H75m-150 37.5H75m-150 37.5H75"}})]),a("path",{attrs:{stroke:"#FFF","stroke-width":"12.5",d:"M0 753.3v125"}}),a("circle",{attrs:{fill:"#ca163a",cy:"540.8",r:"150"}}),a("path",{attrs:{fill:"#0e4896",d:"M0 390.8c-41.4 0-75 33.6-75 75s33.6 75 75 75 75 33.6 75 75-33.6 75-75 75c-82.8 0-150-67.2-150-150s67.2-150 150-150z"}})]),a("g",{attrs:{stroke:"#000","stroke-width":"25"}},[a("path",{attrs:{d:"M231.56 535.73l-83.205-124.808M262.76 514.928l-83.205-124.807m114.407 104.006l-83.205-124.808M689.187 230.644l-83.205-124.807M720.39 209.843L637.184 85.036m114.407 104.006L668.386 64.234"}})]),a("path",{attrs:{stroke:"#FFF","stroke-width":"12.5",d:"M205.6 462.897l31.202-20.8m389.981-259.989l36.444-24.296m31.202-20.801l31.202-20.801"}})]))}}},28871:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 312.888h512v113.775H0z"}}),a("path",{attrs:{d:"M166.957 312.889L0 426.663V85.337l166.957 113.774z"}})]))}}},7121:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.334h512v341.337H0z"}}),a("circle",{attrs:{fill:"#6DA544",cx:"384",cy:"181.79",r:"29.682"}}),a("path",{attrs:{fill:"#D80027",d:"M332.054 174.377h103.88v44.522h-103.88z"}}),a("path",{attrs:{fill:"#496E2D",d:"M435.942 255.997v-.001.001z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M332.058 285.678v29.682h15.616c9.364 9.176 22.18 14.84 36.326 14.84 14.147 0 26.962-5.664 36.326-14.84h15.616v-29.682H332.058z"}}),a("path",{attrs:{fill:"#338AF3",d:"M332.058 211.475v44.522c0 39.759 51.942 51.942 51.942 51.942s51.942-12.182 51.942-51.942v-44.522H332.058z"}}),a("g",{attrs:{fill:"#F3F3F3"}},[a("path",{attrs:{d:"M383.997 235.256c-12.985 0-12.985 11.873-25.97 11.873s-12.985-11.873-25.97-11.873v20.777c12.985 0 12.985 11.873 25.97 11.873s12.985-11.873 25.97-11.873c12.986 0 12.986 11.873 25.973 11.873 12.986 0 12.986-11.873 25.973-11.873v-20.777c-12.986 0-12.986 11.873-25.973 11.873-12.986-.001-12.986-11.873-25.973-11.873zM383.997 193.666c-12.985 0-12.985 11.873-25.97 11.873s-12.985-11.873-25.97-11.873v20.777c12.985 0 12.985 11.873 25.97 11.873s12.985-11.873 25.97-11.873c12.986 0 12.986 11.873 25.973 11.873 12.986 0 12.986-11.873 25.973-11.873v-20.777c-12.986 0-12.986 11.873-25.973 11.873-12.986 0-12.986-11.873-25.973-11.873z"}})]),a("path",{attrs:{fill:"#FFF",d:"M256 85.334v22.617l-46.069 30.709H256v64h-46.069L256 233.38v22.617h-22.628L160 207.078v48.919H96v-48.919l-73.372 48.919H0V233.38l46.069-30.72H0v-64h46.069L0 107.951V85.334h22.628L96 134.241V85.334h64v48.907l73.372-48.907z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M144 85.329h-32v69.334H0v32h112v69.334h32v-69.334h112v-32H144z"}}),a("path",{attrs:{d:"M0 85.329v15.082l57.377 38.252H80zM256 85.329v15.082l-57.377 38.252H176z"}}),a("path",{attrs:{d:"M0 85.329v15.082l57.377 38.252H80zM256 85.329v15.082l-57.377 38.252H176zM0 255.997v-15.082l57.377-38.252H80zM256 255.997v-15.082l-57.377-38.252H176z"}})])]))}}},92248:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#36B6CC",d:"M0 0h513v342H0V0z"}}),a("circle",{attrs:{fill:"#FFD400",cx:"256.5",cy:"170.9",r:"68.4"}}),a("path",{attrs:{fill:"#FFD400",d:"M256.5 251.5l-27.9 41.7-7.1-49.7-43.2 25.5 15.2-47.8-50 4.2 34.4-36.5-46.9-18 46.8-18-34.4-36.5 50 4.2-15.2-47.8 43.2 25.4 7.1-49.7 27.9 41.7 27.9-41.7 7.1 49.7 43.2-25.4-15.2 47.8 50-4.2-34.3 36.6 46.8 17.9-46.8 18 34.4 36.5-50-4.2 15.2 47.8-43.2-25.4-7.1 49.7c0-.1-27.9-41.8-27.9-41.8zm0-.8c44.1 0 79.9-35.8 79.9-79.9S300.6 91 256.5 91s-79.9 35.8-79.9 79.9 35.8 79.8 79.9 79.8zM22.8 28.3c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V74zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm22.8-22.8c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7V245c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V188zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-.1-11.3zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V51.2z"}})]))}}},18882:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 .1h513v90.7H0zM0 251.3h513V342H0z"}})]),a("circle",{attrs:{fill:"#FFF",cx:"256.5",cy:"171",r:"65.9"}})]))}}},59366:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 .2h513v90.7H0zM.5 251.3H513V342H.5z"}})]),a("path",{attrs:{fill:"#6DA544",d:"M290.3 193.5L256 130.7l-34.3 62.8h25.7v17.2h17.2v-17.2z"}}),a("path",{attrs:{fill:"#14AF5A",d:"M241.3 213.1c4.4-4.4 4.4-11.6-.1-16l4.7 4.7c-5.2-4.7-12.2-6.6-19.1-5.3l-23.5 5.9c-6.1 1.5-6.8-.4-1.8-4.2l27.1-20.3c5.1-3.8 4.2-6.9-2.3-6.9h-11c-6.4 0-7-2.3-1.5-5.1l25.3-12.7c5.6-2.8 5.1-5.1-1.5-5.1h-11c-6.4 0-7.4-3.1-2.3-6.9l27.1-20.3c5.6-3.8 12.9-3.8 18.5 0l27.1 20.3c5.1 3.8 4.2 6.9-2.3 6.9h-11c-6.4 0-7 2.3-1.5 5.1l25.3 12.7c5.6 2.8 5.1 5.1-1.5 5.1h-11c-6.4 0-7.4 3.1-2.3 6.9l27.1 20.3c5.1 3.8 4.4 5.7-1.8 4.2l-23.5-5.9c-6.8-1.3-13.9.6-19.1 5.3l4.7-4.7c-4.4 4.4-4.5 11.5-.1 16l6.8 6.8c4.4 4.4 3.1 8-3.3 8h-45.8c-6.2 0-7.7-3.6-3.3-8 .1.1 6.9-6.8 6.9-6.8z"}})]))}}},54062:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#55B2FF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#F3F3F3",d:"M148.5 298.1h216l-108-254.2z"}}),a("path",{attrs:{fill:"#333",d:"M186 272.7l70.5-160.3L327 272.7z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M148.5 298.1h216l-108-101.7z"}})]))}}},92315:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v171H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M149.3 98.1c0-14-11.3-25.3-25.3-25.3-6.5 0-12.4 2.4-16.9 6.4V64.4h8.4V47.5h-8.4v-8.4H90.3v8.4h-8.4v16.9h8.4v14.9c-4.5-4-10.4-6.4-16.9-6.4-14 0-25.3 11.3-25.3 25.3 0 7.5 3.3 14.2 8.4 18.8v14.9h84.3V117c5.3-4.7 8.5-11.5 8.5-18.9z"}})]))}}},15066:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.329v341.337h512V85.329H0zm489.739 319.076h-267.13V107.59h267.13v296.815z"}}),a("path",{attrs:{fill:"#A2001D",d:"M222.609 107.595h267.13V404.41h-267.13z"}}),a("path",{attrs:{fill:"#D80027",d:"M22.261 107.595h200.348V404.41H22.261z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M200.348 85.334h22.261v341.337h-22.261z"}}),a("path",{attrs:{fill:"#6DA544",d:"M22.261 107.595h89.043V404.41H22.261z"}}),a("path",{attrs:{fill:"#FF9811",d:"M111.304 107.595h89.043V404.41h-89.043z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M358.675 250.438v-44.522c0-7.424-11.13-14.848-11.13-14.848s-11.13 7.424-11.13 14.848h-44.522v44.522h22.261v22.261c0 4.875.979 9.539 2.76 13.768l-10.184 8.493h-29.674V157.677c-12.299 0-22.261 9.973-22.261 22.261v96.467a22.19 22.19 0 007.413 16.584v35.361h14.848v-18.554h66.783v29.685H328.99v14.837h29.685v-29.685l13.601-14.837h44.288v29.685h-14.848v14.837h29.685v-29.685l13.601-14.837 12.552-40.259-11.038-19.1h-38.945c-14.169-.122-40.637.09-48.896.001z"}}),a("path",{attrs:{d:"M370.551 211.844v25.229h71.513v13.365h4.452v-17.817h-71.513v-16.325h75.965v-4.452zM222.609 107.595h22.261v22.261h-22.261zM467.478 107.595h22.261v22.261h-22.261zM222.609 382.138h22.261v22.261h-22.261zM467.478 382.138h22.261v22.261h-22.261z"}})])]))}}},13112:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 91.476h512v341.337H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 91.476h512v31.031H0zM0 153.539h512v31.031H0zM0 215.603h512v31.031H0zM0 277.666h512v31.031H0zM0 339.729h512v31.031H0zM0 401.793h512v31.031H0z"}})]),a("path",{attrs:{fill:"#0052B4",d:"M0 79.177h256v167.457H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M127.999 118.382l11.05 34.01h35.764l-28.932 21.021 11.05 34.012-28.932-21.021-28.933 21.021 11.053-34.012-28.932-21.021h35.762z"}})]))}}},97084:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v114H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 227.6h513v114H0z"}}),a("path",{attrs:{d:"M245.2 171l7.7-23.1c2-5.9 5.1-6 7.1 0l7.7 23.1 19.4 29.1c1.7 2.6 1.3 6.3-1.2 8 0 0-6.9 8-29.5 8s-29.5-8-29.5-8c-2.4-2-2.9-5.4-1.2-8l19.5-29.1z"}}),a("path",{attrs:{d:"M256.5 171c-12.5 0-22.6-10.1-22.6-22.6 0-12.5 10.1-22.6 22.6-22.6s22.6 10.1 22.6 22.6c0 12.5-10.2 22.6-22.6 22.6zm0 0c6.2 0 11.3-16.3 11.3-22.6 0-6.2-5.1-11.3-11.3-11.3-6.2 0-11.3 5.1-11.3 11.3 0 6.3 5 22.6 11.3 22.6z"}})]))}}},99711:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 312.888h512v113.775H0z"}})]))}}},15275:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 312.888h512v113.775H0z"}})]))}}},54717:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#A2001D"}},[a("path",{staticClass:"st1",attrs:{d:"M0 0h513v127.6H0zM0 214.4h513V342H0z"}})])]))}}},6037:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#496E2D",d:"M0 312.888h512v113.775H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M281.424 236.026l8.962 12.35 14.513-4.706-8.975 12.339 8.961 12.349-14.509-4.724-8.976 12.34.01-15.258-14.51-4.725 14.514-4.706z"}}),a("path",{attrs:{d:"M256.965 286.868c-17.048 0-30.868-13.821-30.868-30.868s13.821-30.868 30.868-30.868a30.742 30.742 0 0114.684 3.71c-6.851-6.698-16.218-10.833-26.556-10.833-20.982 0-37.992 17.01-37.992 37.992s17.01 37.992 37.992 37.992c10.338 0 19.706-4.135 26.556-10.833a30.738 30.738 0 01-14.684 3.708z"}})])]))}}},77832:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.337v341.326h512V85.337z"}}),a("path",{attrs:{fill:"#20661b",d:"M352 226.484h-73.337L256 156.738l-22.663 69.748H160l59.331 43.107-22.663 69.749L256 296.232l59.332 43.107-22.663-69.749L352 226.484zm-116.063 37.711l7.663-23.585h24.8l7.663 23.585v.001L256 278.772l-20.063-14.577zm27.873-37.711h-15.619L256 202.447l7.81 24.037zm24.269 28.982l-4.827-14.856h25.274l-20.447 14.856zm-59.331-14.856l-4.827 14.856-20.447-14.856h25.274zm-5.211 61.748l7.81-24.036 12.636 9.181-20.446 14.855zm44.479-14.856l12.636-9.181 7.81 24.036-20.446-14.855z"}})]))}}},55044:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.34h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M512 85.334v166.69L0 256.175V85.334z"}})]))}}},64618:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M342 0h171v342H342z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 0h171v342H0z"}}),a("path",{attrs:{fill:"#AF7F59",d:"M206.2 129.1h33.2L256 79.3l16.6 49.8h33.2v99.6L256 262l-49.8-33.2v-99.7zm33.2 33.3v49.8h33.2v-49.8h-33.2z"}})]))}}},85683:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#E6BE53",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#E01D24",d:"M20 20h473v302H20z"}}),a("path",{attrs:{fill:"#E6BE53",d:"M248.5 112.9c4.4 4.4 11.6 4.4 16 0l-4.7 4.7 22.7-22.7c4.9-4.5 12.1-5.6 18.2-2.8l2.1 1c5.7 2.9 6.7 8.7 2.3 13.1l4.7-4.7-22.8 22.8c-4.5 4.9-5.6 12.1-2.8 18.2l1 2.1c2.9 5.7 5.1 15.4 5.1 21.6v-11.3c0 6.2 4.4 9.1 10.2 6.2l2.1-1c5.7-2.9 6.7-8.7 2.3-13.1l4.7 4.7c-4.4-4.4-4.4-11.6 0-16l-4.7 4.7c5.2-5.5 9.6-11.6 13.1-18.2l1-2.1c2.9-5.7 6.3-15.1 7.9-21.2l5.8-23.3c1.5-6 5.9-6.8 9.6-1.8l20.2 26.9c3.8 5.1 6.9 14 6.9 20.6v22.4c0 6.3-2.2 15.8-5.1 21.7l-1 2.1c-3.5 6.6-7.9 12.7-13.1 18.2l-6.8 6.8c-5.4 5.2-11.5 9.6-18.2 13.1l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.2 0-6.9 2.2-1.1 5.1l2.1 1c5.7 2.9 13.8 8.7 18.2 13.1l-4.7-4.7c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L339 226c4.6 4.9 5.7 12.1 2.9 18.2l-1 2.1c-2.9 5.7-10.4 10.2-16.4 10.2-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.5-3.6-11.8-8.9-15.4-15.4l-1-2.1c-2.9-5.7-8.7-6.7-13.1-2.3l4.7-4.7c-4.4 4.7-5.2 11.8-1.8 17.3l10.3 15.4c3.4 5.1 2 12.1-3.1 15.5L266 284.4c-5.7 3.4-12.8 3.4-18.6 0L232 274.1c-5.1-3.4-6.5-10.3-3.1-15.5l10.3-15.4c3.4-5.5 2.6-12.6-1.8-17.3l4.7 4.7c-4.4-4.4-10.2-3.6-13.1 2.3l-1 2.1c-2.9 5.7-9.5 12.4-15.4 15.4l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.9-.3-13.1-4.2-16.4-10.2l-1-2.1c-2.8-6.1-1.6-13.3 2.9-18.2l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L181 226c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c5.5-5.2 11.6-9.6 18.2-13.1l2.1-1c5.7-2.9 5-5.1-1.1-5.1-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.6-3.5-12.7-7.9-18.2-13.1l-6.8-6.8c-5.2-5.4-9.6-11.5-13.1-18.2l-1-2.1c-3.1-6.8-4.9-14.2-5.1-21.7V121c0-6.3 3.1-15.6 6.9-20.6l20.2-26.9c3.8-5.1 8.1-4.3 9.6 1.8l5.8 23.3c2 7.3 4.6 14.4 7.9 21.2l1 2.1c2.9 5.7 8.7 13.8 13.1 18.2l-4.7-4.7c4.4 4.4 4.4 11.6 0 16l4.7-4.7c-4.4 4.4-3.6 10.2 2.3 13.1l2.1 1c5.7 2.9 10.2 0 10.2-6.2v11.3c0-6.2 2.2-15.7 5.1-21.6l1-2.1c2.8-6.1 1.7-13.2-2.8-18.2l-22.7-22.7 4.7 4.7c-4.4-4.4-3.6-10.2 2.3-13.1l2.1-1c6.1-2.8 13.2-1.7 18.2 2.8l22.7 22.7-4.8-4.5zm-18-40.7c-4.4-4.4-3.2-9.5 2.8-11.5l12.4-4.2c6-2 15.5-2 21.5 0l12.4 4.2c6 2 7.2 7.1 2.8 11.5l-6.8 6.8c-5.3 4.7-12.1 7.5-19.2 7.9-6.2 0-14.8-3.5-19.2-7.9.1 0-6.7-6.8-6.7-6.8z"}}),a("path",{attrs:{fill:"#215F90",d:"M233.9 200.2c0 6.2 1.7 6.4 4.2.5 0 0 7.1-23.2 18.4-23.2 11.3 0 18.6 23.6 18.6 23.6 2.2 5.7 4 5.3 4-1.1v-11.2c0-18.7-10.1-33.9-22.6-33.9-12.5 0-22.6 15.2-22.6 33.9v11.4z"}})]))}}},57895:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 108 72"},u),...d},i.concat([a("path",{attrs:{d:"M0 0h108v72H0z",fill:"#003787"}}),a("path",{attrs:{d:"M0 0h108L60 48v24H48V48z",fill:"#fff"}}),a("circle",{attrs:{cx:"54",cy:"30",r:"8",fill:"#f9d90f"}}),a("path",{attrs:{d:"M44 30h20L54 48z",fill:"#fff"}}),a("path",{attrs:{d:"M54 48L38 33h32z",fill:"#cf142b"}})]))}}},22766:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#6DA544",d:"M512 426.666V85.329H0v341.337h512z"}}),a("path",{attrs:{fill:"#D80027",d:"M512 85.331H0v170.666h512V85.331z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 85.334h181.793v341.337H0z"}})]))}}},47758:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#1E509C",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M513 176.1V81.3L0 342l513-165.9z"}}),a("path",{attrs:{fill:"#F18D36",d:"M513 0v81.3L0 342 513 0z"}}),a("path",{attrs:{fill:"#FFF",d:"M126.7 99.3l-7.8-54.1-7.7 54.1-20.8-23.7 10.7 31.6-31.5-10.7 23.6 20.8-54.1 7.7 54.1 7.7-23.6 20.8 31.5-10.7-10.7 31.6 20.8-23.7 7.7 54.1 7.8-54.1 20.7 23.7-10.6-31.6 31.5 10.7-23.6-20.8 54-7.7-54-7.7 23.6-20.8-31.5 10.7 10.6-31.6z"}})]))}}},28472:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.333h512V426.67H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M383.875 426.662L256 252.286l26.827 174.376zM133.565 85.33L256 252.286 230.314 85.33zM229.171 426.662L256 252.286 128.124 426.662zM0 85.33V212.9l256 39.386L28.333 85.33zM0 426.662h18.212L256 252.286 0 291.67zM256 252.286L512 212.9V85.33h-28.331zM281.686 85.33L256 252.286 378.434 85.33zM512 426.662V291.671l-256-39.385 237.787 174.376z"}}),a("circle",{attrs:{cx:"256",cy:"252.29",r:"59.359"}})]),a("circle",{attrs:{fill:"#FFDA44",cx:"256",cy:"252.29",r:"44.522"}})]))}}},16790:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 85.331h170.663v341.337H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}})]))}}},49410:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#6DA544",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 312.888h512v113.775H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M384 227.261h-97.783L256 134.265l-30.217 92.997H128l79.108 57.475-30.217 92.998L256 320.925l79.108 56.81-30.217-92.998L384 227.261z"}})]))}}},16188:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#095FAD",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#BE1229"}},[a("path",{attrs:{d:"M342 0h171v342H342zM0 0h171v342H0z"}})]),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M108.3 166.3h14.8v74.2h-14.8zM48.9 166.3h14.8v74.2H48.9z"}}),a("circle",{attrs:{cx:"86",cy:"203.4",r:"14.8"}}),a("path",{attrs:{d:"M71.2 225.7h29.7v14.8H71.2zM71.2 166.3h29.7v14.8H71.2z"}}),a("circle",{attrs:{cx:"86",cy:"144",r:"14.8"}}),a("path",{attrs:{d:"M76.3 123.9h19.5L86 108.3z"}})])]))}}},80876:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#00745a",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M285.682 248.878c-4.19 0-8.166.836-11.861 2.164 2.023-4.509 3.379-9.527 3.379-14.885 0-21.201-21.201-37.101-21.201-37.101s-21.201 15.901-21.201 37.101c0 5.357 1.356 10.375 3.379 14.885-3.693-1.328-7.671-2.164-11.861-2.164-21.201 0-37.101 21.201-37.101 21.201s15.901 21.201 37.101 21.201c12.429 0 23.031-7.286 29.682-13.315 6.65 6.03 17.251 13.315 29.682 13.315 21.201 0 37.101-21.201 37.101-21.201s-15.899-21.201-37.099-21.201z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M256 152.111l4.38 13.476h14.171l-11.464 8.332 4.376 13.476-11.463-8.33-11.463 8.33 4.376-13.476-11.464-8.332h14.171zM202.112 175.683l8.425 7.585 9.818-5.667-4.61 10.355 8.423 7.588-11.274-1.185-4.611 10.355-2.358-11.088-11.275-1.185 9.818-5.669zM162.662 215.132l11.09 2.358 5.668-9.818 1.186 11.274 11.089 2.358-10.357 4.61 1.186 11.274-7.587-8.423-10.357 4.61 5.669-9.818zM309.889 175.683l-8.425 7.585-9.818-5.667 4.611 10.355-8.425 7.588 11.275-1.185 4.61 10.355 2.359-11.088 11.275-1.185-9.818-5.669zM349.338 215.132l-11.089 2.358-5.669-9.818-1.186 11.274-11.088 2.358 10.357 4.61-1.185 11.274 7.586-8.423 10.357 4.61-5.669-9.818z"}})]),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M256 350.642c16.84 0 32.363-5.619 44.816-15.073h-89.63c12.451 9.454 27.974 15.073 44.814 15.073zM187.977 306.12a74.138 74.138 0 008.85 15.073h118.345a74.13 74.13 0 008.85-15.073H187.977z"}})])]))}}},9157:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 750 500"},u),...d},i.concat([a("path",{attrs:{fill:"#0071BC",d:"M0 0h750v500H0V0z"}}),a("g",{attrs:{fill:"#FFF",stroke:"#000","stroke-width":"1.9"}},[a("circle",{attrs:{cx:"375",cy:"245",r:"225",fill:"#fff"}}),a("circle",{attrs:{cx:"375",cy:"245",r:"165",fill:"#0071BC"}})]),a("g",{attrs:{stroke:"#000"}},[a("path",{attrs:{fill:"#8C8A8C","stroke-width":"1.9",d:"M444.7 450c.7 11-7.8 20-18.8 20H323.6c-11 0-19.5-9-19-20l16.7-325c.6-11 10-20 21-20h61.4c11 0 20.5 9 21.2 20l19.8 325z"}}),a("path",{attrs:{fill:"#FFF","stroke-width":"2","stroke-linejoin":"round",d:"M373 114l30 93h97l-78 56 29 92-78-56-78 57 30-93-79-57h97l30-92z"}})])]))}}},27711:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#fff"}},[a("path",{attrs:{d:"M512 148.4v44.5H278.3v148.4h-44.6V192.9H0v-44.5h233.7V0h44.6v148.4z"}}),a("path",{attrs:{d:"M101 36.1c4.2-.2 8.3-.1 12.5.2 5.5.4 9.4 1.6 9.1.5-.5-1.8-.1-2.2-.8-1.8-1.3 1 .7-.2-7.4 4.4-11.8 6.7-16.9 11.8-14.3 21 2.3 8.1 8.2 10.3 22.3 12.5l1.9.3c5.6.9 8.1 1.4 9.8 2.2.4.2-.3-1-.1-1.7-.2.6-3.9 2.1-13.3 3.9l-4.7.9c-18.1 3.7-27.1 8.5-28.5 21-1.5 13.7 12.7 23.3 30.6 25.6 18.2 2.4 34.1-3.6 35.7-18.4 1-9.4-5.5-15-15.9-17.1-7-1.4-16.3-1.4-27.4-.3-12.4 1.3-24.7 3.4-36.9 6.3-3.6.7-5.9 4.2-5.2 7.8.7 3.6 4.2 5.9 7.8 5.2.2 0 .3-.1.5-.1 11.6-2.7 23.3-4.7 35.1-5.9 9.9-1 18-1 23.4.1 4.4.9 5.3 1.7 5.2 2.6-.5 5.1-8.9 8.2-20.7 6.7-11.6-1.5-19.5-6.8-19.1-11 .5-4.3 5.3-6.8 17.9-9.4l4.6-.9c15.5-3 21.1-5.3 23.5-13.2 1.9-6.5-1.3-11.6-7.2-14.2-3.2-1.4-6.3-2.1-13.2-3.1l-1.8-.3c-8-1.3-11.4-2.6-11.5-3-.1-.4 1.8-2.3 8.1-5.9l4.4-2.5c1.5-.8 2.9-1.8 4.3-2.7 4.6-3.4 7.2-7.1 5.8-12.3-1.9-7.3-9-9.5-20.9-10.4-4.7-.3-9.3-.4-14-.3l-2 .1c-3.7.2-6.5 3.4-6.3 7 .2 3.7 3.4 6.5 7 6.3l1.7-.1zM385 36.1c4.2-.2 8.3-.1 12.5.2 5.5.4 9.4 1.6 9.1.5-.5-1.8-.1-2.2-.8-1.8-1.3 1 .7-.2-7.4 4.4-11.8 6.7-16.9 11.8-14.3 21 2.3 8.1 8.2 10.3 22.3 12.5l1.9.3c5.6.9 8.1 1.4 9.8 2.2.4.2-.3-1-.1-1.7-.2.6-3.9 2.1-13.3 3.9l-4.7.9c-18.1 3.7-27.1 8.5-28.5 21-1.5 13.7 12.7 23.3 30.6 25.6 18.2 2.4 34.1-3.6 35.7-18.4 1-9.4-5.5-15-15.9-17.1-7-1.4-16.3-1.4-27.4-.3-12.4 1.3-24.7 3.4-36.9 6.3-3.6.7-5.9 4.2-5.2 7.8.7 3.6 4.2 5.9 7.8 5.2.2 0 .3-.1.5-.1 11.6-2.7 23.3-4.7 35.1-5.9 9.9-1 18-1 23.4.1 4.4.9 5.3 1.7 5.2 2.6-.5 5.1-8.9 8.2-20.7 6.7-11.6-1.5-19.5-6.8-19.1-11 .5-4.3 5.3-6.8 17.9-9.4l4.6-.9c15.5-3 21.1-5.3 23.5-13.2 1.9-6.5-1.3-11.6-7.2-14.2-3.2-1.4-6.3-2.1-13.2-3.1l-1.8-.3c-8-1.3-11.4-2.6-11.5-3-.1-.4 1.8-2.3 8.1-5.9l4.4-2.5c1.5-.8 2.9-1.8 4.3-2.7 4.6-3.4 7.2-7.1 5.8-12.3-1.9-7.3-9-9.5-20.9-10.4-4.7-.3-9.3-.4-14-.3l-2 .1c-3.7.2-6.5 3.4-6.3 7 .2 3.7 3.4 6.5 7 6.3l1.7-.1zM379.6 235.1c4.2-.2 8.3-.1 12.5.2 5.5.4 9.4 1.6 9.1.5-.5-1.8-.1-2.2-.8-1.8-1.3 1 .7-.2-7.4 4.4-11.8 6.7-16.9 11.8-14.3 21 2.3 8.1 8.2 10.3 22.3 12.5l1.9.3c5.6.9 8.1 1.4 9.8 2.2.4.2-.3-1-.1-1.7-.2.6-3.9 2.1-13.3 3.9l-4.7.9c-18.1 3.7-27.1 8.5-28.5 21-1.5 13.7 12.7 23.3 30.6 25.6 18.2 2.4 34.1-3.6 35.7-18.4 1-9.4-5.5-15-15.9-17.1-7-1.4-16.3-1.4-27.4-.3-12.4 1.3-24.7 3.4-36.9 6.3-3.6.7-5.9 4.2-5.2 7.8.7 3.6 4.2 5.9 7.8 5.2.2 0 .3-.1.5-.1 11.6-2.7 23.3-4.7 35.1-5.9 9.9-1 18-1 23.4.1 4.4.9 5.3 1.7 5.2 2.6-.5 5.1-8.9 8.2-20.7 6.7-11.6-1.5-19.5-6.8-19.1-11 .5-4.3 5.3-6.8 17.9-9.4l4.6-.9c15.5-3 21.1-5.3 23.5-13.2 1.9-6.5-1.3-11.6-7.2-14.2-3.2-1.4-6.3-2.1-13.2-3.1l-1.8-.3c-8-1.3-11.4-2.6-11.5-3-.1-.4 1.8-2.3 8.1-5.9l4.4-2.5c1.5-.8 2.9-1.8 4.3-2.7 4.6-3.4 7.2-7.1 5.8-12.3-1.9-7.3-9-9.5-20.9-10.4-4.7-.3-9.3-.4-14-.3l-2 .1c-3.7.2-6.5 3.4-6.3 7s3.4 6.5 7 6.3l1.7-.1zM101 235.1c4.2-.2 8.3-.1 12.5.2 5.5.4 9.4 1.6 9.1.5-.5-1.8-.1-2.2-.8-1.8-1.3 1 .7-.2-7.4 4.4-11.8 6.7-16.9 11.8-14.3 21 2.3 8.1 8.2 10.3 22.3 12.5l1.9.3c5.6.9 8.1 1.4 9.8 2.2.4.2-.3-1-.1-1.7-.2.6-3.9 2.1-13.3 3.9l-4.7.9c-18.1 3.7-27.1 8.5-28.5 21-1.5 13.7 12.7 23.3 30.6 25.6 18.2 2.4 34.1-3.6 35.7-18.4 1-9.4-5.5-15-15.9-17.1-7-1.4-16.3-1.4-27.4-.3-12.4 1.3-24.7 3.4-36.9 6.3-3.6.7-5.9 4.2-5.2 7.8s4.2 5.9 7.8 5.2c.2 0 .3-.1.5-.1 11.6-2.7 23.3-4.7 35.1-5.9 9.9-1 18-1 23.4.1 4.4.9 5.3 1.7 5.2 2.6-.5 5.1-8.9 8.2-20.7 6.7-11.6-1.5-19.5-6.8-19.1-11 .5-4.3 5.3-6.8 17.9-9.4l4.6-.9c15.5-3 21.1-5.3 23.5-13.2 1.9-6.5-1.3-11.6-7.2-14.2-3.2-1.4-6.3-2.1-13.2-3.1l-1.8-.3c-8-1.3-11.4-2.6-11.5-3-.1-.4 1.8-2.3 8.1-5.9l4.4-2.5c1.5-.8 2.9-1.8 4.3-2.7 4.6-3.4 7.2-7.1 5.8-12.3-1.9-7.3-9-9.5-20.9-10.4-4.7-.3-9.3-.4-14-.3l-2 .1c-3.7.2-6.5 3.4-6.3 7 .2 3.7 3.4 6.5 7 6.3l1.7-.1z"}})])]))}}},48766:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#496E2D",d:"M0 85.331h512v341.337H0z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M256 298.851c-45.956 0-84.348-32.298-93.767-75.429A96.288 96.288 0 00160 243.994c0 53.02 42.979 96 96 96s96-42.98 96-96c0-7.066-.785-13.942-2.233-20.572-9.419 43.131-47.811 75.429-93.767 75.429z"}}),a("path",{attrs:{d:"M255.999 171.994l8.935 27.502h28.918l-23.394 16.996 8.936 27.503-23.395-16.998-23.394 16.998 8.937-27.503-23.394-16.996h28.915z"}})])]))}}},58585:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#1B4991",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#00A2B8",stroke:"#FFF","stroke-width":"3",d:"M318.2 106.7v106.5c0 51.9 67.8 67.8 67.8 67.8s67.8-15.9 67.8-67.8V106.7H318.2z"}}),a("path",{attrs:{fill:"#A35023",d:"M319.7 212.7c0 50.8 66.3 66.3 66.3 66.3s66.3-15.6 66.3-66.3H319.7z"}}),a("path",{attrs:{d:"M415.1 155.1h-19.4v-19.4h-19.4v19.4H357v19.4h19.3v58.1h19.4v-58.1h19.4z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z"}}),a("path",{attrs:{fill:"#D80027",d:"M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"}}),a("path",{attrs:{fill:"#0052B4",d:"M155.8 115L256 170.7v-15.8L184.2 115z"}}),a("path",{attrs:{fill:"#FFF",d:"M155.8 115L256 170.7v-15.8L184.2 115z"}}),a("path",{attrs:{fill:"#D80027",d:"M155.8 115L256 170.7v-15.8L184.2 115zM71.8 115L0 154.9v15.8L100.2 115z"}}),a("path",{attrs:{fill:"#0052B4",d:"M100.2 55.6L0 0v15.7l71.8 39.9z"}}),a("path",{attrs:{fill:"#FFF",d:"M100.2 55.6L0 0v15.7l71.8 39.9z"}}),a("path",{attrs:{fill:"#D80027",d:"M100.2 55.6L0 0v15.7l71.8 39.9zM184.2 55.6L256 15.7V0L155.8 55.6z"}})]))}}},97953:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("path",{attrs:{fill:"#C31B28",d:"M256 0h256.5v342H256z"}}),a("path",{attrs:{fill:"#ACABB1",stroke:"#C31B28","stroke-width":"2",d:"M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z"}})]))}}},10146:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#f7ce00",d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{fill:"#e32737",d:"M0 85.331h512v85.337H0z"}}),a("path",{attrs:{fill:"#191f6a",d:"M0 170.657h512v85.337H0z"}}),a("path",{attrs:{fill:"#00a04e",d:"M0 341.331h512v85.337H0z"}})]))}}},32298:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#d01920",d:"M0 85.331h512v341.333H0z"}}),a("path",{attrs:{fill:"#017c3b",d:"M144.696 174.375h222.609v163.25H144.696z"}}),a("path",{attrs:{fill:"#FFF",d:"M283.484 304.226c-26.637 0-48.232-21.594-48.232-48.232s21.594-48.232 48.232-48.232c8.306 0 16.12 2.1 22.943 5.797-10.703-10.467-25.341-16.927-41.494-16.927-32.784 0-59.362 26.577-59.362 59.362s26.578 59.362 59.362 59.362c16.154 0 30.791-6.461 41.494-16.927-6.822 3.698-14.636 5.797-22.943 5.797z"}})]))}}},75882:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 342"},u),...d},i.concat([a("path",{attrs:{fill:"#272727",d:"M0 0h512v114H0z"}}),a("path",{attrs:{fill:"#e40112",d:"M0 114h512v114H0z"}}),a("path",{attrs:{fill:"#07893f",d:"M0 228h512v114H0z"}}),a("circle",{attrs:{fill:"#e40112",cx:"256",cy:"125",r:"95"}})]))}}},11594:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#dc2339",d:"M342 0H0v341.3h513V0z"}}),a("path",{attrs:{fill:"#11865d",d:"M0 0h171v342H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M171 0h171v342H171z"}}),a("path",{attrs:{fill:"#8C9157",d:"M195.8 171.2c0 21.6 11.5 41.7 30.3 52.5 5.8 3.4 13.2 1.4 16.6-4.4 3.4-5.8 1.4-13.2-4.4-16.6-11.3-6.5-18.2-18.5-18.2-31.5 0-6.7-5.4-12.1-12.1-12.1-6.7 0-12.2 5.4-12.2 12.1zm93.4 51.1c17.5-11.1 28-30.4 28-51.1 0-6.7-5.4-12.1-12.1-12.1s-12.1 5.4-12.1 12.1c0 12.4-6.3 24-16.8 30.7-5.7 3.5-7.5 10.9-4.1 16.7s10.9 7.5 16.7 4.1c0-.2.2-.3.4-.4z"}}),a("ellipse",{attrs:{fill:"#C59262",cx:"256.5",cy:"159.1",rx:"24.3",ry:"36.4"}})]))}}},93098:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 42.7h512v42.7H0zM0 128h512v42.7H0zM0 213.3h512V256H0zM0 298.7h512v42.7H0z"}})]),a("path",{attrs:{fill:"#0052B4",d:"M0 0h256v170.7H0z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M141.1 134.8c-28 0-45.9-24.8-45.9-49.5 0-24.8 17.9-49.5 45.9-49.5 8.7 0 18.1 1 25.3 4.9-11.2-11-26.6-17.8-43.6-17.8-34.4 0-62.4 27.9-62.4 62.4s27.9 62.4 62.4 62.4c17 0 32.3-6.8 43.6-17.8-7.1 3.9-16.5 4.9-25.3 4.9z"}}),a("path",{attrs:{d:"M171 49.7l9 18.8 20.3-4.7-9.1 18.8 16.4 12.9-20.4 4.6.1 20.9-16.3-13.1-16.2 13.1v-20.9l-20.3-4.6 16.3-12.9-9.1-18.8 20.3 4.7z"}})])]))}}},81205:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.333h513v342H0z"}}),a("path",{attrs:{fill:"#f4d900",d:"M0 323.333h513v104H0z"}}),a("path",{attrs:{fill:"#006d66",d:"M0 85.333h513v104H0z"}}),a("path",{attrs:{d:"M0 204.333h513v104H0z"}}),a("path",{attrs:{fill:"#cb0f31",d:"M256 256.006L0 426.668V85.331z"}}),a("path",{attrs:{fill:"#f4d900",d:"M83.477 195.132l15.107 46.498h48.894l-39.554 28.739 15.107 46.499-39.554-28.738-39.555 28.738 15.11-46.499-39.554-28.739H68.37z"}})]))}}},35172:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#496E2D",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 426.663V85.337h512"}}),a("path",{attrs:{fill:"#FFF",d:"M512 152.222V85.337H411.67L0 359.778v66.885h100.33z"}}),a("path",{attrs:{fill:"#A2001D",d:"M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M187.737 189.212l-22.741 10.696 12.11 22.024-24.693-4.724-3.129 24.945-17.199-18.347-17.2 18.347-3.129-24.945-24.693 4.723 12.109-22.023-22.739-10.696 22.74-10.697-12.11-22.022 24.693 4.722 3.13-24.944 17.199 18.347 17.2-18.347 3.128 24.944 24.693-4.722-12.108 22.024z"}})]))}}},67943:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 426.7"},u),...d},i.concat([a("path",{attrs:{fill:"#009543",d:"M0 293h640v133.7H0V293z"}}),a("path",{attrs:{fill:"#ED4135",d:"M0 132h640v161.3H0V132z"}}),a("path",{attrs:{fill:"#0035AD",d:"M0 0h640v133.3H0V0z"}}),a("circle",{attrs:{fill:"#FAE600",stroke:"#000","stroke-width":"5.3",cx:"240",cy:"213.3",r:"157.3"}}),a("path",{attrs:{d:"M307.9 354.5l-31.8 12-36.1 4.2-37.8-2.4-35.9-15.5s28.6-29.3 40.7-33.5c8.6-3 22.4-3.7 22.4-3.7V122l-.3-66H246l-.5 67.5v191.7s15.3 1.2 22.1 4.1c11.3 4.9 40.3 35.2 40.3 35.2z"}}),a("path",{attrs:{d:"M212.727 102.375l42.955-21.418 5.577 11.187-42.955 21.417z"}}),a("ellipse",{attrs:{cx:"237.8",cy:"280.5",rx:"16.8",ry:"26.5"}}),a("circle",{attrs:{cx:"237.4",cy:"143.4",r:"20.9"}}),a("ellipse",{attrs:{cx:"238.4",cy:"211.1",rx:"19.9",ry:"12.1"}}),a("path",{attrs:{d:"M213.8 177h47v10h-47zM213.8 234h47v10h-47z"}})]))}}},4009:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FF9811",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 312.888h512v113.775H0z"}}),a("circle",{attrs:{fill:"#FF9811",cx:"256",cy:"256",r:"32"}})]))}}},46699:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.337H0z"}}),a("g",{attrs:{fill:"#6DA544"}},[a("path",{attrs:{d:"M0 85.331h170.663v341.337H0zM341.337 85.331H512v341.337H341.337zM304 311.995l-48-152.001-48 152.001h36v39.999h24v-39.999z"}})])]))}}},55483:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.337H0z"}}),a("g",{attrs:{fill:"#6DA544"}},[a("path",{attrs:{d:"M0 85.331h170.663v341.337H0zM341.337 85.331H512v341.337H341.337z"}})])]))}}},23169:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#338AF3"}},[a("path",{attrs:{d:"M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z"}})]),a("path",{attrs:{fill:"#FFDA44",d:"M256 214.447c-22.949 0-41.553 18.603-41.553 41.553S233.05 297.553 256 297.553c22.949 0 41.553-18.603 41.553-41.553S278.949 214.447 256 214.447zm0 65.298c-13.114 0-23.745-10.631-23.745-23.745s10.631-23.745 23.745-23.745 23.745 10.631 23.745 23.745-10.631 23.745-23.745 23.745z"}}),a("path",{attrs:{fill:"#0052B4",d:"M276.563 261.936L256 256l-20.563 5.936-6.855 11.873h54.836z"}}),a("path",{attrs:{fill:"#338AF3",d:"M256 226.32l-13.709 23.744L256 256l13.709-5.936z"}}),a("path",{attrs:{fill:"#6DA544",d:"M235.437 261.936h41.126l-6.854-11.872h-27.418z"}})]))}}},34832:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#A2001D",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 312.888h512v113.775H0z"}})]))}}},21561:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.334h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M512 295.883H202.195v130.783H122.435V295.883H0V216.111h122.435V85.329H202.195v130.782H512V277.329z"}}),a("path",{attrs:{fill:"#2E52B2",d:"M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z"}})]))}}},57807:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 426.663V85.337l280.419 174.75H87.61l183.576 166.576z"}}),a("path",{attrs:{fill:"#D80027",d:"M244.769 249.888L10.199 103.71v312.754h234.57L61.193 249.888z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M98.003 324.433l-14.589-6.863 7.77-14.13-15.844 3.03-2.008-16.005-11.035 11.772-11.036-11.772-2.008 16.005-15.843-3.031 7.77 14.131-14.591 6.863 14.591 6.862-7.77 14.13 15.844-3.029 2.007 16.004 11.036-11.772L73.332 358.4l2.008-16.004 15.843 3.03-7.769-14.13zM88.268 191.662l-10.612-4.991 5.651-10.278-11.523 2.205-1.461-11.641-8.026 8.561-8.026-8.561-1.46 11.641-11.525-2.205 5.652 10.278-10.613 4.991 25.972 5.194z"}}),a("path",{attrs:{d:"M93.462 191.662c0 17.212-13.953 31.165-31.165 31.165s-31.165-13.953-31.165-31.165"}})])]))}}},53840:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 239.994h512v32H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M174.802 341.329l-19.124 8.996 10.184 18.521-20.767-3.973-2.631 20.978L128 370.422l-14.465 15.429-2.63-20.978-20.767 3.973 10.183-18.521-19.123-8.996 19.124-8.995-10.184-18.52 20.766 3.971 2.632-20.978L128 312.236l14.465-15.429 2.63 20.978 20.767-3.971-10.183 18.521z"}})]))}}},28960:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.334h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 85.334h256v170.663H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M144 85.33h-32v69.333H0v32h112v69.334h32v-69.334h112v-32H144z"}}),a("path",{attrs:{d:"M0 85.329v15.083l57.377 38.251H80z"}})]),a("g",{attrs:{fill:"#2E52B2"}},[a("path",{attrs:{d:"M0 107.951v30.712h46.069zM96 85.331v48.913L22.628 85.331z"}})]),a("path",{attrs:{fill:"#D80027",d:"M256 85.329v15.083l-57.377 38.251H176z"}}),a("g",{attrs:{fill:"#2E52B2"}},[a("path",{attrs:{d:"M256 107.951v30.712h-46.069zM160 85.331v48.913l73.372-48.913z"}})]),a("path",{attrs:{fill:"#D80027",d:"M0 85.329v15.083l57.377 38.251H80z"}}),a("g",{attrs:{fill:"#2E52B2"}},[a("path",{attrs:{d:"M0 107.951v30.712h46.069zM96 85.331v48.913L22.628 85.331z"}})]),a("path",{attrs:{fill:"#D80027",d:"M256 85.329v15.083l-57.377 38.251H176z"}}),a("g",{attrs:{fill:"#2E52B2"}},[a("path",{attrs:{d:"M256 107.951v30.712h-46.069zM160 85.331v48.913l73.372-48.913z"}})]),a("path",{attrs:{fill:"#D80027",d:"M0 255.997v-15.082l57.377-38.252H80z"}}),a("g",{attrs:{fill:"#2E52B2"}},[a("path",{attrs:{d:"M0 233.376v-30.713h46.069zM96 255.994v-48.912l-73.372 48.912z"}})]),a("path",{attrs:{fill:"#D80027",d:"M256 255.997v-15.082l-57.377-38.252H176z"}}),a("g",{attrs:{fill:"#2E52B2"}},[a("path",{attrs:{d:"M256 233.376v-30.713h-46.069zM160 255.994v-48.912l73.372 48.912z"}}),a("circle",{attrs:{cx:"128",cy:"170.66",r:"22.627"}})]),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M128 154.663l3.97 12.222h12.854l-10.398 7.556 3.971 12.222L128 179.109l-10.398 7.554 3.972-12.222-10.398-7.556h12.853zM128 219.803l2.364 7.278h7.653l-6.19 4.498 2.364 7.278-6.191-4.498-6.191 4.498 2.364-7.278-6.19-4.498h7.652zM128 102.469l2.364 7.278h7.653l-6.19 4.498 2.364 7.278-6.191-4.498-6.191 4.498 2.364-7.278-6.19-4.498h7.652zM197.931 161.136l2.365 7.277h7.653l-6.192 4.499 2.365 7.279-6.191-4.498-6.191 4.498 2.365-7.279-6.191-4.499h7.652zM58.069 161.136l2.364 7.277h7.653l-6.191 4.499 2.364 7.279-6.19-4.498-6.191 4.498 2.365-7.279-6.192-4.499h7.653z"}})])]))}}},60466:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.334h512v341.337H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M425.301 233.745l3.388 10.428h10.963l-8.87 6.444 3.388 10.427-8.869-6.444-8.871 6.444 3.388-10.427-8.87-6.444h10.963zM386.107 308.817l5.083 15.642h16.445l-13.305 9.667 5.082 15.64-13.305-9.667-13.305 9.667 5.083-15.64-13.305-9.667h16.445zM387.588 185.971l4.236 13.036h13.704l-11.088 8.054 4.235 13.034-11.087-8.056-11.088 8.056 4.235-13.034-11.087-8.054h13.704zM349.876 233.291l5.082 15.641h16.446l-13.306 9.666 5.084 15.641-13.306-9.666-13.305 9.666 5.082-15.641-13.305-9.666h16.445z"}})]),a("path",{attrs:{fill:"#FFF",d:"M256.003 85.329v30.564l-45.178 25.088h45.178v59.359H196.89l59.113 32.846v22.806h-26.69l-73.484-40.826v40.826h-55.652v-48.573l-87.429 48.573H.003v-30.553l45.168-25.099H.003v-59.359h59.103L.003 108.147V85.329h26.68l73.494 40.838V85.329h55.652v48.573l87.43-48.573z"}}),a("path",{attrs:{fill:"#D80027",d:"M144 85.33h-32v69.334H0v32h112v69.334h32v-69.334h112v-32H144z"}}),a("path",{attrs:{fill:"#0052B4",d:"M155.826 200.344L256 255.998v-15.739l-71.847-39.915z"}}),a("path",{attrs:{fill:"#FFF",d:"M155.826 200.344L256 255.998v-15.739l-71.847-39.915z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M155.826 200.344L256 255.998v-15.739l-71.847-39.915zM71.846 200.344L0 240.259v15.739l100.174-55.654z"}})]),a("path",{attrs:{fill:"#0052B4",d:"M100.174 140.983L0 85.33v15.738l71.847 39.915z"}}),a("path",{attrs:{fill:"#FFF",d:"M100.174 140.983L0 85.33v15.738l71.847 39.915z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M100.174 140.983L0 85.33v15.738l71.847 39.915zM184.154 140.983L256 101.068V85.33l-100.174 55.653z"}})])]))}}},64536:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{d:"M0 85.331h512v341.337H0z"}})]),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M189.746 160.439l-15.739-15.741-10.494 10.494-10.493-10.494-15.741 15.741 10.494 10.493-10.495 10.494 15.74 15.741 10.494-10.494 10.495 10.494 15.739-15.741-10.494-10.494zM211.478 85.331H512v111.315H211.478z"}})]),a("path",{attrs:{fill:"#6DA544",d:"M211.478 315.353H512v111.304H211.478z"}})]))}}},40994:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M256 256v170.663H0V256h256z"}}),a("path",{attrs:{fill:"#D80027",d:"M512 85.337V256H256V85.337h256z"}}),a("path",{attrs:{fill:"#0052B4",d:"M128 123.034l11.824 36.389h38.263l-30.955 22.491 11.823 36.389L128 195.813l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z"}}),a("path",{attrs:{fill:"#D80027",d:"M384 293.697l11.824 36.389h38.263l-30.955 22.491 11.823 36.389L384 366.476l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z"}})]))}}},97460:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.326H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 85.331h170.663v341.337H0zM341.337 85.331H512v341.337H341.337z"}})])]))}}},47564:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z"}})]),a("path",{attrs:{fill:"#FFDA44",d:"M293.991 256c0 20.982-17.01 33.243-37.992 33.243S218.008 276.982 218.008 256s17.01-37.992 37.992-37.992 37.991 17.01 37.991 37.992z"}}),a("path",{attrs:{fill:"#0052B4",d:"M293.991 256c0 20.982-17.01 37.992-37.992 37.992s-37.992-17.01-37.992-37.992"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M232.259 246.506h9.498v19h-9.498zM270.247 246.506h9.498v19h-9.498zM251.247 232.259h9.498v33.243h-9.498z"}})])]))}}},36635:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{d:"M0 85.333h512V426.67H0z"}}),a("path",{attrs:{fill:"#A2001D",d:"M0 85.33h512v341.332"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M204.631 326.488l2.762 8.504h8.941l-7.233 5.255 2.763 8.502-7.233-5.254-7.233 5.254 2.762-8.502-7.233-5.255h8.94zM181.797 244.866l4.605 14.172h14.901l-12.056 8.757 4.605 14.172-12.055-8.759-12.055 8.759 4.606-14.172-12.056-8.757h14.901zM181.797 348.749l4.604 14.173h14.902l-12.057 8.757 4.606 14.173-12.055-8.759-12.055 8.759 4.604-14.173-12.054-8.757h14.899zM225.363 281.967l4.606 14.172h14.901l-12.056 8.758 4.605 14.172-12.056-8.759-12.054 8.759 4.606-14.172-12.056-8.758h14.901zM138.23 281.967l4.606 14.172h14.899l-12.054 8.758 4.603 14.172-12.054-8.759-12.055 8.759 4.605-14.172-12.055-8.758h14.9z"}})]),a("path",{attrs:{fill:"#FFDA44",d:"M376.526 204.163c-7.628-7.628-17.538-12.133-28.189-12.908l31.88-24.795c-12.698-12.698-29.714-18.431-46.319-17.218a44.31 44.31 0 00-11.396-19.511l-12.593 25.186a18.47 18.47 0 00-3.148-4.197c-7.245-7.245-18.991-7.244-26.234 0s-7.245 18.99 0 26.234a18.536 18.536 0 004.197 3.148l-25.186 12.593a44.303 44.303 0 0019.519 11.399c-1.217 16.606 4.511 33.619 17.209 46.317L324.12 214.6a11.053 11.053 0 017.807-3.202c2.973 0 5.768 1.158 7.87 3.26a11.055 11.055 0 013.26 7.87c0 2.974-1.158 5.768-3.26 7.87l10.494 10.494c4.905-4.905 7.607-11.428 7.607-18.364 0-5.675-1.81-11.071-5.153-15.534a29.492 29.492 0 0113.288 7.662c11.573 11.572 11.573 30.403 0 41.975l10.494 10.494c8.409-8.409 13.039-19.59 13.039-31.481-.001-11.892-4.632-23.072-13.04-31.481z"}})]))}}},33283:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M512 85.337V256H256L0 85.337z"}}),a("path",{attrs:{fill:"#D80027",d:"M512 256v170.663H0L256 256z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M161.908 256l-27.288-12.835 14.532-26.428-29.632 5.668-3.755-29.933-20.64 22.015-20.639-22.015-3.755 29.933-29.631-5.669 14.531 26.428L28.343 256l27.288 12.835L41.1 295.263l29.633-5.668 3.753 29.933 20.639-22.015 20.64 22.015 3.755-29.933 29.631 5.669-14.532-26.427zM21.789 117.607l9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.694-14.809-4.932-9.268 12.559.117-15.608-14.809-4.934 14.88-4.712zM21.789 353.53l9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.695-14.809-4.933-9.268 12.558.117-15.607-14.809-4.934 14.88-4.712zM210.395 235.569l-9.081 12.695-14.879-4.713 9.268 12.559-9.081 12.696 14.809-4.933 9.268 12.558-.117-15.607 14.809-4.934-14.88-4.713z"}})])]))}}},28704:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M393.508 170.516l17.512 18.875 23.363-10.821-12.541 22.487 17.513 18.876-25.263-4.978-12.539 22.488-3.073-25.564-25.263-4.978 23.363-10.82z"}}),a("path",{attrs:{d:"M0 85.343h512v341.326H0z"}})]),a("path",{attrs:{fill:"#496E2D",d:"M128 85.331h384v341.337H128z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M361.909 298.793c-31.037 22.426-74.378 15.446-96.804-15.592-22.427-31.038-15.446-74.379 15.593-96.804 9.677-6.992 20.55-11.125 31.613-12.563-21.283-3.183-43.777 1.613-62.598 15.211-38.2 27.602-46.792 80.944-19.191 119.145 27.601 38.199 80.944 46.792 119.145 19.189 18.82-13.598 30.436-33.448 34.096-54.655-4.839 10.05-12.176 19.076-21.854 26.069zM360.58 172.889l17.484 18.842 23.322-10.802-12.519 22.447 17.483 18.844-25.219-4.968-12.519 22.45-3.067-25.521-25.22-4.969 23.323-10.802z"}})])]))}}},28160:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{d:"M0 85.337h512V256H0z"}})]),a("path",{attrs:{fill:"#D80027",d:"M0 256h512v170.663H0z"}})]))}}},41154:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 26.666 640 426.666"},u),...d},i.concat([a("g",{attrs:{"fill-rule":"evenodd","stroke-width":"1pt"}},[a("path",{attrs:{fill:"#fff",d:"M0 0h640v480H0z"}}),a("path",{attrs:{fill:"#00267f",d:"M0 0h213.3v480H0z"}}),a("path",{attrs:{fill:"#f31830",d:"M426.7 0H640v480H426.7z"}})])]))}}},66576:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}}),a("path",{attrs:{fill:"#ACABB1",d:"M400.696 219.822L384 225.387l-16.696-5.565-5.565-13.913 5.565-13.913h33.392l-5.566 13.913z"}}),a("path",{attrs:{fill:"#338AF3",d:"M345.043 219.822v61.217c0 29.821 38.957 38.957 38.957 38.957s38.957-9.137 38.957-38.957v-61.217h-77.914z"}}),a("path",{attrs:{fill:"#6DA544",d:"M348.555 295.541C358.131 313.927 384 319.996 384 319.996s25.869-6.069 35.445-24.455L384 236.518l-35.445 59.023z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M422.957 280.421L384 219.822l-38.957 60.599v.618c0 5.518 1.337 10.328 3.512 14.503L384 240.405l35.445 55.137c2.175-4.175 3.512-8.983 3.512-14.503v-.618z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 85.333v30.553l-45.167 25.099H256v59.359h-59.103L256 233.179v22.817h-26.68l-73.494-40.826v40.826h-55.652v-48.573l-87.43 48.573H0v-30.554l45.167-25.098H0v-59.359h59.103L0 108.139V85.333h26.68l73.494 40.825V85.333h55.652v48.572l87.43-48.572z"}}),a("path",{attrs:{fill:"#D80027",d:"M144 85.33h-32v69.332H0v32h112v69.334h32v-69.334h112v-32H144z"}}),a("path",{attrs:{fill:"#0052B4",d:"M155.826 200.344L256 255.996v-15.737l-71.847-39.915z"}}),a("path",{attrs:{fill:"#FFF",d:"M155.826 200.344L256 255.996v-15.737l-71.847-39.915z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M155.826 200.344L256 255.996v-15.737l-71.847-39.915zM71.846 200.344L0 240.259v15.737l100.174-55.652z"}})]),a("path",{attrs:{fill:"#0052B4",d:"M100.174 140.982L0 85.33v15.737l71.847 39.915z"}}),a("path",{attrs:{fill:"#FFF",d:"M100.174 140.982L0 85.33v15.737l71.847 39.915z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M100.174 140.982L0 85.33v15.737l71.847 39.915zM184.154 140.982L256 101.067V85.33l-100.174 55.652z"}})])]))}}},79445:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 85.337h512V153.6H0zM0 221.863h512v68.263H0zM0 358.4h512v68.263H0z"}})]),a("path",{attrs:{fill:"#0052B4",d:"M256 256.006L0 426.668V85.331z"}}),a("path",{attrs:{fill:"#FFF",d:"M83.477 195.132l15.107 46.498h48.894l-39.554 28.739 15.107 46.499-39.554-28.738-39.555 28.738 15.11-46.499-39.554-28.739H68.37z"}})]))}}},80304:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 312.888h512v113.775H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M256 256.006L0 426.668V85.331z"}})]))}}},35666:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M196.641 85.337v341.326H0V85.337z"}}),a("circle",{attrs:{fill:"#FFDA44",cx:"196.641",cy:"256",r:"64"}}),a("path",{attrs:{fill:"#D80027",d:"M160.638 224v40.001c0 19.882 16.118 36 36 36s36-16.118 36-36V224h-72z"}}),a("path",{attrs:{fill:"#FFF",d:"M196.638 276c-6.617 0-12-5.383-12-12v-16h24.001v16c-.001 6.616-5.385 12-12.001 12z"}})]))}}},53106:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 85.331h512v341.337H0z"}}),a("circle",{attrs:{fill:"#FFDA44",cx:"218.902",cy:"255.994",r:"74.207"}})]))}}},83827:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 312.888h512v113.775H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M289.579 216.738l-12.592 12.592c5.37 5.372 8.693 12.792 8.693 20.988 0 16.392-13.289 29.68-29.68 29.68-16.392 0-29.68-13.289-29.68-29.68 0-8.195 3.322-15.616 8.693-20.988l-12.592-12.592c-8.594 8.594-13.91 20.466-13.91 33.579 0 26.228 21.261 47.489 47.489 47.489s47.489-21.261 47.489-47.489c0-13.112-5.316-24.985-13.91-33.579z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M256 232.51l4.421 13.605h14.304l-11.573 8.408 4.421 13.604L256 259.719l-11.573 8.408 4.421-13.604-11.573-8.408h14.304z"}})]))}}},45279:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#751A46",d:"M2.216 86.076H512v339.848H2.216z"}}),a("path",{attrs:{fill:"#FFF",d:"M209.455 154.969l-50.236 25.267 50.236 25.257-50.236 25.267 50.236 25.257-50.236 25.266 50.236 25.257-50.236 25.268 50.236 25.257-50.236 25.267 50.236 25.268-36.45 18.33H0V86.07h172.939l36.516 18.364-50.236 25.267z"}})]))}}},63081:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 26.666 640 426.666"},u),...d},i.concat([a("g",{attrs:{"fill-rule":"evenodd","stroke-width":"1pt"}},[a("path",{attrs:{fill:"#fff",d:"M0 0h640v480H0z"}}),a("path",{attrs:{fill:"#00267f",d:"M0 0h213.3v480H0z"}}),a("path",{attrs:{fill:"#f31830",d:"M426.7 0H640v480H426.7z"}})])]))}}},32274:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}})]))}}},20718:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.331h512v113.775H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 312.882h512v113.775H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M129.468 181.793v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.356 256 266.929v-85.136H129.468z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M155.634 196.634h74.201v-29.681l-14.841 7.42-22.261-22.26-22.259 22.26-14.84-7.42zM241.16 278.782l-48.231-48.231-48.231 48.231 15.741 15.74 32.49-32.49 32.49 32.49z"}})]),a("path",{attrs:{fill:"#FFF",d:"M241.16 233.734h-22.504a14.74 14.74 0 002.001-7.418c0-8.196-6.645-14.84-14.84-14.84-5.663 0-10.581 3.172-13.083 7.836-2.502-4.663-7.421-7.836-13.083-7.836-8.195 0-14.84 6.644-14.84 14.84 0 2.706.736 5.235 2.001 7.418h-22.114c0 8.196 7.139 14.84 15.334 14.84h-.494c0 8.196 6.644 14.84 14.84 14.84 0 7.257 5.211 13.286 12.094 14.576l-11.694 26.401a48.075 48.075 0 0018.149 3.544 48.079 48.079 0 0018.149-3.544l-11.694-26.401c6.883-1.29 12.094-7.319 12.094-14.576 8.196 0 14.84-6.644 14.84-14.84h-.494c8.199 0 15.338-6.644 15.338-14.84z"}})]))}}},29717:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.33v341.332h512V85.33z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 85.333h512v113.775H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 312.884h512v113.775H0z"}})]))}}},35117:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 255.994h512v81.619H0z"}}),a("path",{attrs:{fill:"#496E2D",d:"M0 337.614h512v89.043H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M278.261 185.209l20.844 9.804-11.099 20.186 22.632-4.33 2.868 22.865 15.765-16.816 15.766 16.816 2.867-22.865 22.633 4.33-11.099-20.186 20.843-9.804-20.844-9.805 11.1-20.185-22.633 4.329-2.868-22.864-15.765 16.816-15.766-16.816-2.867 22.864-22.634-4.329 11.1 20.187z"}})]))}}},40643:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#055e1c",d:"M0 85.333h512v341.333H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M183.548 289.386c0 12.295 9.731 22.261 21.736 22.261h65.208c0 10.244 8.11 18.551 18.114 18.551h21.736c10.004 0 18.114-8.306 18.114-18.551v-22.261H183.548zM330.264 181.791v51.942c0 8.183-6.5 14.84-14.491 14.84v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.942h-21.735zM174.491 233.734c0 8.183-6.5 14.84-14.491 14.84v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.942H174.49v51.942z"}}),a("path",{attrs:{d:"M297.661 181.788h21.736v51.942h-21.736zM265.057 211.473c0 2.046-1.625 3.71-3.623 3.71-1.998 0-3.623-1.664-3.623-3.71v-29.682h-21.736v29.682c0 2.046-1.625 3.71-3.623 3.71s-3.623-1.664-3.623-3.71v-29.682h-21.736v29.682c0 14.32 11.376 25.971 25.358 25.971 5.385 0 10.38-1.733 14.491-4.677 4.11 2.944 9.106 4.677 14.491 4.677 1.084 0 2.15-.078 3.2-.215-1.54 6.499-7.255 11.345-14.068 11.345v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.943h-21.736l.002 29.682z"}}),a("path",{attrs:{d:"M207.093 248.57h32.601v22.261h-32.601z"}})])]))}}},45297:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#496E2D",d:"M0 85.334h512v341.337H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 426.663V85.329h512"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 396.494v30.169h45.255L512 115.499v-30.17h-45.255z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M85.688 108.787l5.12 15.756h16.566l-13.403 9.737 5.12 15.757-13.403-9.738-13.405 9.738 5.12-15.757L64 124.543h16.567zM170.312 108.787l5.121 15.756H192l-13.403 9.737 5.12 15.757-13.405-9.738-13.403 9.738 5.12-15.757-13.403-9.737h16.566zM85.688 191.289l5.12 15.756h16.566l-13.403 9.738 5.12 15.757-13.403-9.739-13.405 9.739 5.12-15.757L64 207.045h16.567zM170.312 191.289l5.121 15.756H192l-13.403 9.738 5.12 15.757-13.405-9.739-13.403 9.739 5.12-15.757-13.403-9.738h16.566zM128 150.037l5.12 15.756h16.568l-13.405 9.738 5.12 15.758L128 181.55l-13.403 9.739 5.12-15.758-13.405-9.738h16.568z"}})])]))}}},52259:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M235.454 85.337L0 426.663 427.345 85.337z"}}),a("path",{attrs:{fill:"#6DA544",d:"M512 329.393L0 426.663h512z"}}),a("path",{attrs:{fill:"#D80027",d:"M512 85.337h-84.655L0 426.663l512-204.512z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.337v341.326L235.454 85.337z"}})]))}}},41659:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{d:"M0 312.888h512v113.775H0z"}}),a("path",{attrs:{fill:"#496E2D",d:"M0 426.668V85.331l256 170.675z"}})]))}}},57877:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M192 85.33h-64v138.666H0v64h128v138.666h64V287.996h320v-64H192z"}})]))}}},87419:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512V256H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M83.478 170.666c0-24.865 17.476-45.637 40.812-50.734a52.059 52.059 0 00-11.13-1.208c-28.688 0-51.942 23.254-51.942 51.941s23.255 51.942 51.942 51.942c3.822 0 7.543-.425 11.13-1.208-23.336-5.095-40.812-25.867-40.812-50.733zM150.261 122.435l3.684 11.337h11.921l-9.645 7.007 3.684 11.337-9.644-7.006-9.645 7.006 3.685-11.337-9.645-7.007h11.921z"}}),a("path",{attrs:{d:"M121.344 144.696l3.683 11.337h11.921l-9.645 7.007 3.684 11.337-9.643-7.006-9.645 7.006 3.685-11.337-9.645-7.007h11.921zM179.178 144.696l3.684 11.337h11.921l-9.645 7.007 3.684 11.337-9.644-7.006-9.644 7.006 3.685-11.337-9.645-7.007h11.921zM168.047 178.087l3.684 11.337h11.921l-9.644 7.007 3.684 11.337-9.645-7.006-9.643 7.006 3.684-11.337-9.644-7.007h11.92zM132.474 178.087l3.683 11.337h11.921l-9.644 7.007 3.684 11.337-9.644-7.006-9.644 7.006 3.684-11.337-9.644-7.007h11.92z"}})])]))}}},98708:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}}),a("path",{attrs:{d:"M0 0v15.1l57.4 38.3H80zM256 0v15.1l-57.4 38.3H176z"}})]),a("path",{attrs:{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 0v15.1l57.4 38.3H80zM256 0v15.1l-57.4 38.3H176z"}})]),a("path",{attrs:{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 170.7v-15.1l57.4-38.2H80zM256 170.7v-15.1l-57.4-38.2H176z"}})]),a("path",{attrs:{fill:"#29DBFF",d:"M449 139.7c-.1 44.4-7.2 92.1-65 114.9-57.8-22.8-64.9-70.5-65-114.9h130z"}}),a("path",{attrs:{fill:"#ffda44",d:"M449 139.7c0-16.7-.9-32.9-.5-47.1C426.9 83 398.4 81 383.9 81s-42.9 2-64.6 11.6c.4 14.2-.5 30.4-.5 47.1H449z"}}),a("path",{attrs:{fill:"#BF521B",d:"M369.5 204.5l.3 10.3-12.8.2 4.9 13.2h-17.3c-18-20.2-23.4-42.4-24.9-68.1l9.1-9.7 8.3 14.3 10.8-12.8 7 7.8.8 15.7 13.8 29.1z"}}),a("path",{attrs:{fill:"#474747",d:"M436.6 192.5l-8.6 18.3h-47l-29.2-19.5 25.7 10.5h25.1l3.7-6.5 7.2.2 2-3z"}})]))}}},89885:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 199.112h512v113.775H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 312.888h512v113.775H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l-.145-44.188 89.043-.266.146 44.454z"}}),a("path",{attrs:{fill:"#0052B4",d:"M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l-.145-44.188 89.043-.266.146 44.454z"}}),a("path",{attrs:{fill:"#FFF",d:"M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l14.848 14.837 29.674-22.261 29.685 22.261 14.837-14.837z"}})]))}}},25395:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.334h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M512 295.883H202.195v130.783H122.435V295.883H0V216.111h122.435V85.329H202.195v130.782H512V277.329z"}}),a("path",{attrs:{fill:"#2E52B2",d:"M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z"}})]))}}},72069:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 196.641h512v118.717H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 315.359h512v111.304H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M129.468 181.799v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.362 256 266.935v-85.136H129.468z"}}),a("path",{attrs:{fill:"#D80027",d:"M146.126 184.294v81.941c0 5.472 1.215 10.64 3.623 15.485h85.97c2.408-4.844 3.623-10.012 3.623-15.485v-81.941h-93.216z"}}),a("path",{attrs:{fill:"#FFF",d:"M221.301 241.427h-21.425v-14.283h14.284v-14.283h-14.284v-14.284h-14.283v14.284h-14.282v14.283h14.282v14.283h-21.426v14.284h21.426v14.283h14.283v-14.283h21.425z"}}),a("path",{attrs:{fill:"#0052B4",d:"M169.232 301.658c9.204 5.783 18.66 9.143 23.502 10.636 4.842-1.494 14.298-4.852 23.502-10.636 9.282-5.833 15.79-12.506 19.484-19.939a24.878 24.878 0 00-14.418-4.583c-1.956 0-3.856.232-5.682.657-3.871-8.796-12.658-14.94-22.884-14.94-10.227 0-19.013 6.144-22.884 14.94a25.048 25.048 0 00-5.682-.657 24.88 24.88 0 00-14.418 4.583c3.691 7.433 10.198 14.106 19.48 19.939z"}})]))}}},51103:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 312.888h512v113.775H0z"}})]))}}},11232:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 85.34h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M512 85.334v166.69L0 256.175V85.334z"}}),a("path",{attrs:{fill:"#6DA544",d:"M323.744 203.099L256 270.843l-67.744-67.744a81.156 81.156 0 00-13.879 45.483v22.261c0 35.744 23.097 66.193 55.148 77.213-4.277 8.385-3.556 18.848 2.712 26.671l24.258-19.439 24.258 19.439c6.342-7.915 7.011-18.534 2.564-26.968 31.614-11.261 54.308-41.485 54.308-76.916v-22.261a81.174 81.174 0 00-13.881-45.483z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M256 330.206c-32.732 0-59.362-26.63-59.362-59.362v-22.261c0-32.733 26.63-59.363 59.362-59.363s59.362 26.63 59.362 59.362v22.261c0 32.733-26.63 59.363-59.362 59.363z"}}),a("path",{attrs:{fill:"#338AF3",d:"M293.101 270.843v-22.261c0-20.458-16.643-37.101-37.101-37.101s-37.101 16.643-37.101 37.101v22.261L256 278.264l37.101-7.421z"}}),a("path",{attrs:{fill:"#6DA544",d:"M218.899 270.843c0 20.458 16.643 37.101 37.101 37.101s37.101-16.643 37.101-37.101h-74.202z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M300.522 189.22c0-12.295-9.966-22.261-22.261-22.261a22.173 22.173 0 00-14.84 5.672v-13.093h7.421v-14.84h-7.421v-7.421h-14.84v7.421h-7.421v14.84h7.421v13.093a22.177 22.177 0 00-14.841-5.672c-12.295 0-22.261 9.966-22.261 22.261 0 6.591 2.867 12.512 7.421 16.589v13.093h74.203v-13.093c4.552-4.077 7.419-9.997 7.419-16.589z"}})]))}}},9657:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M330.207 85.331H512v341.337H330.207z"}}),a("g",{attrs:{fill:"#496E2D"}},[a("path",{attrs:{d:"M0 85.331h181.793v341.337H0zM255.999 196.632l14.733 45.347h47.685l-38.576 28.029 14.734 45.348-38.576-28.026-38.577 28.026 14.737-45.348-38.576-28.029h47.681z"}})])]))}}},63020:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 157.273l22.663 69.748H352l-59.332 43.106 22.664 69.749L256 296.769l-59.332 43.107 22.664-69.749L160 227.021h73.337z"}})]))}}},38859:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#A2001D",d:"M0 196.636h512v118.728H0z"}}),a("g",{attrs:{fill:"#6DA544"}},[a("path",{attrs:{d:"M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z"}})]),a("path",{attrs:{fill:"#FFDA44",d:"M256.742 218.003l9.43 29.021h30.518L272 264.963l9.431 29.023-24.689-17.937-24.689 17.937 9.431-29.023-24.69-17.939h30.518z"}})]))}}},78430:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#496E2D",d:"M0 322.783h512v103.88H0z"}}),a("path",{attrs:{d:"M0 85.337h512v104.515H0z"}}),a("path",{attrs:{fill:"#A2001D",d:"M0 210.877h512v89.656H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M256 256.006L0 426.668V85.331z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M73.178 209.188l20.831 29.067 34.084-10.83-21.207 28.795 20.83 29.069-33.939-11.271-21.208 28.794.234-35.762-33.94-11.273 34.083-10.83z"}})]))}}},85354:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#6DA544"}},[a("path",{attrs:{d:"M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z"}})]),a("path",{attrs:{fill:"#D80027",d:"M256 256.006L0 426.668V85.331z"}}),a("path",{attrs:{d:"M302.049 226.318l7.368 22.674h23.842l-19.288 14.016 7.366 22.674-19.288-14.015-19.287 14.015 7.366-22.674-19.288-14.016h23.842zM376.252 226.318l7.367 22.674h23.842l-19.288 14.016 7.367 22.674-19.288-14.015-19.288 14.015 7.367-22.674-19.288-14.016h23.842z"}})]))}}},69740:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#0052B4"}},[a("path",{attrs:{d:"M0 85.337h512v113.775H0zM0 312.888h512v113.775H0z"}})]),a("path",{attrs:{fill:"#FFDA44",d:"M228.582 261.936L256 214.447l27.418 47.489z"}}),a("path",{attrs:{fill:"#6DA544",d:"M291.616 277.616L256 295.425l-35.616-17.809v-23.744h71.232z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M289.579 216.485l-12.592 12.592c5.37 5.372 8.693 12.791 8.693 20.988 0 16.392-13.289 29.68-29.68 29.68-16.392 0-29.68-13.289-29.68-29.68 0-8.195 3.322-15.616 8.693-20.988l-12.592-12.592c-8.594 8.594-13.91 20.466-13.91 33.579 0 26.228 21.261 47.489 47.489 47.489s47.489-21.261 47.489-47.489c0-13.114-5.316-24.987-13.91-33.579z"}})]))}}},47067:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M512 85.331v166.69L0 256.173V85.331z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 256.006L0 426.668V85.331z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M59.621 256a59.546 59.546 0 00-.193 4.57c0 32.821 26.607 59.429 59.429 59.429s59.429-26.607 59.429-59.429c0-1.539-.078-3.061-.193-4.57H59.621z"}}),a("circle",{attrs:{cx:"118.862",cy:"210.287",r:"18.286"}})]),a("path",{attrs:{fill:"#D80027",d:"M77.715 205.714v59.429c0 31.494 41.144 41.143 41.144 41.143s41.144-9.649 41.144-41.143v-59.429H77.715z"}}),a("path",{attrs:{fill:"#338AF3",d:"M118.877 287.148c-7.632-2.746-22.876-9.767-22.876-22.006v-41.144h45.715v41.144c-.001 12.28-15.244 19.283-22.839 22.006z"}}),a("path",{attrs:{fill:"#F3F3F3",d:"M128.001 246.856v-9.142l-9.144-4.571-9.142 4.571v9.142l-4.571 4.573v18.285h27.428v-18.285z"}})]))}}},62411:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.331h512v113.775H0z"}}),a("path",{attrs:{d:"M0 312.882h512v113.775H0z"}}),a("g",{attrs:{fill:"#6DA544"}},[a("path",{attrs:{d:"M187.31 215.184l9.208 28.341h29.802l-24.11 17.518 9.209 28.342-24.109-17.516-24.11 17.516 9.209-28.342-24.109-17.518h29.801zM324.69 215.184l9.209 28.341H363.7l-24.109 17.518 9.209 28.342-24.11-17.516-24.109 17.516 9.209-28.342-24.11-17.518h29.802z"}})])]))}}},26590:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},u),...d},i.concat([a("path",{attrs:{fill:"#2B5DEA",d:"M0 0h900v600H0V0z"}}),a("path",{attrs:{fill:"#FFDF29",d:"M0 100h900v400H0V100z"}}),a("path",{attrs:{fill:"#D70000",d:"M0 150h900v300H0V150z"}}),a("path",{attrs:{fill:"#FFF",d:"M450 171.4v257.2c114.3 0 171.4-85.7 214.3-128.6-42.9-42.9-100-128.6-214.3-128.6z"}}),a("path",{attrs:{d:"M450 171.4c-100 0-171.4 85.7-214.3 128.6C278.6 342.9 350 428.6 450 428.6V171.4z"}}),a("path",{attrs:{fill:"#FFF",d:"M346.3 254.3h21v91.3h-21zM398.2 254.3h21v91.3h-21z"}}),a("path",{attrs:{d:"M477.8 254.3h21v91.3h-21zM529.7 254.3h21v91.3h-21z"}})]))}}},90500:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}}),a("path",{attrs:{d:"M0 0v15.1l57.4 38.3H80zM256 0v15.1l-57.4 38.3H176z"}})]),a("path",{attrs:{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 0v15.1l57.4 38.3H80zM256 0v15.1l-57.4 38.3H176z"}})]),a("path",{attrs:{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 170.7v-15.1l57.4-38.2H80zM256 170.7v-15.1l-57.4-38.2H176z"}})]),a("path",{attrs:{fill:"#29DBFF",d:"M448.9 169.5c0 9.6-.3 29.6-1.4 39.2-4.1 34.9-23.5 68.8-62.1 85.9-45.3-17.9-60.8-51-64.9-85.9-1.1-9.6-1.5-19.4-1.5-29l.3-47.1h129.2l.4 36.9z"}}),a("path",{attrs:{fill:"#FFF",d:"M447.5 208.7c-.2 1.6-.4 3.3-.6 4.9-4.8 33.1-22.9 65.4-61.5 81-43.2-17-59.4-47.9-64.2-81-.2-1.6-.4-3.2-.6-4.9"}}),a("path",{attrs:{fill:"#29DBFF",d:"M385.4 251.7l-22.9-43h45.8z"}}),a("path",{attrs:{fill:"#FFF",d:"M385.4 165.8l-22.9 42.9h45.8z"}}),a("ellipse",{attrs:{fill:"#FFBE57",cx:"474.8",cy:"236.8",rx:"16.8",ry:"43.3"}}),a("ellipse",{attrs:{fill:"#FFBE57",cx:"295.3",cy:"236.8",rx:"16.8",ry:"43.3"}}),a("path",{attrs:{fill:"#FFF",d:"M385.4 31.5l-33.4 44h68.5zM315.5 280s33.8 29.5 69.9 29.5 67.1-29.5 67.1-29.5l8.5 14.6S439.2 326 385.4 326 307 294.6 307 294.6l8.5-14.6z"}}),a("ellipse",{attrs:{fill:"#A5A5A5",cx:"386.3",cy:"104.3",rx:"34.3",ry:"23.3"}})]))}}},86288:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M332.058 191.996v78.221c0 38.103 51.942 49.779 51.942 49.779s51.942-11.675 51.942-49.779v-78.221H332.058z"}}),a("path",{attrs:{fill:"#FF9811",d:"M376.579 220.44c0 7.855-6.644 28.445-14.84 28.445s-14.84-20.589-14.84-28.445c0-7.856 14.84-14.222 14.84-14.222s14.84 6.367 14.84 14.222z"}}),a("path",{attrs:{fill:"#A2001D",d:"M415.961 235.93c2.394-5.6 4.257-13.785 4.257-17.86 0-6.546-8.904-11.852-8.904-11.852s-8.904 5.306-8.904 11.852c0 4.075 1.862 12.26 4.257 17.86l-5.141 11.123a26.898 26.898 0 009.788 1.831c3.463 0 6.766-.654 9.788-1.831l-5.141-11.123z"}}),a("path",{attrs:{fill:"#6DA544",d:"M372.87 270.217s-7.421 14.222-7.421 28.445h37.101c0-14.222-7.421-28.445-7.421-28.445l-11.13-7.111-11.129 7.111z"}}),a("path",{attrs:{fill:"#D80027",d:"M395.13 270.217v-3.555c0-5.891-4.983-10.666-11.13-10.666-6.147 0-11.13 4.776-11.13 10.666v3.555h22.26z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 85.333v30.553l-45.167 25.099H256v59.359h-59.103L256 233.179v22.817h-26.68l-73.494-40.826v40.826h-55.652v-48.573l-87.43 48.573H0v-30.554l45.167-25.098H0v-59.359h59.103L0 108.139V85.333h26.68l73.494 40.825V85.333h55.652v48.572l87.43-48.572z"}}),a("path",{attrs:{fill:"#D80027",d:"M144 85.33h-32v69.332H0v32h112v69.334h32v-69.334h112v-32H144z"}}),a("path",{attrs:{fill:"#0052B4",d:"M155.826 200.344L256 255.996v-15.737l-71.847-39.915z"}}),a("path",{attrs:{fill:"#FFF",d:"M155.826 200.344L256 255.996v-15.737l-71.847-39.915z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M155.826 200.344L256 255.996v-15.737l-71.847-39.915zM71.846 200.344L0 240.259v15.737l100.174-55.652z"}})]),a("path",{attrs:{fill:"#0052B4",d:"M100.174 140.982L0 85.33v15.737l71.847 39.915z"}}),a("path",{attrs:{fill:"#FFF",d:"M100.174 140.982L0 85.33v15.737l71.847 39.915z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M100.174 140.982L0 85.33v15.737l71.847 39.915zM184.154 140.982L256 101.067V85.33l-100.174 55.652z"}})])]))}}},22749:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}})]))}}},53610:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h21v15H0V0z"}}),a("path",{attrs:{fill:"#073AB6",d:"M0 0h22.5v15H0V0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 0h11.3v7.5H0V0z"}}),a("path",{attrs:{fill:"#F44653",d:"M7.1 0h3.6v7H7.1V0z"}}),a("path",{attrs:{fill:"#1035BB",d:"M0 0h3.6v7H0V0z"}}),a("path",{attrs:{fill:"#FFF",d:"M3.6 0h3.6v7H3.6V0zM14.5 6h5L19 7h-1.5v.5h1l-.5 1h-.5V10h-1V7H15l-.5-1zm4 2.5l1 1.5h-2l1-1.5zm-3 0l1 1.5h-2l1-1.5zm1.5 3L16 10h2l-1 1.5zM20 8c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm-6 0c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm1 4c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm4 0c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm-2 1c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5z"}})]))}}},88219:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#496E2D"}},[a("path",{attrs:{d:"M0 85.337h512V153.6H0zM0 358.4h512v68.263H0zM0 221.863h512v68.263H0z"}})]),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h204.054v204.054H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M102.026 133.938l13.26 40.812h42.916l-34.718 25.226 13.26 40.814-34.718-25.224-34.719 25.224 13.263-40.814-34.718-25.226h42.913z"}})]))}}},59859:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.334h512V426.66H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 194.056h512v123.882H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 85.334h512v54.522H0zM0 372.143h512v54.522H0z"}})])]))}}},34355:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 312.888h512v113.775H0z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M226.318 300.522h59.364v-25.23l-11.873 5.937L256 263.421l-17.809 17.808-11.873-5.937zM192.355 270.84l2.763 8.504h8.94l-7.233 5.255 2.763 8.502-7.233-5.255-7.234 5.255 2.763-8.502-7.233-5.255h8.94zM200.921 241.16l2.763 8.502h8.94l-7.233 5.255 2.763 8.504-7.233-5.256-7.234 5.256 2.763-8.504-7.233-5.255h8.94zM225.409 218.899l2.763 8.502h8.94l-7.233 5.255 2.763 8.504-7.233-5.256-7.234 5.256 2.763-8.504-7.233-5.255h8.94zM319.645 270.84l-2.763 8.504h-8.94l7.233 5.255-2.763 8.502 7.233-5.255 7.234 5.255-2.763-8.502 7.233-5.255h-8.94zM311.079 241.16l-2.763 8.502h-8.94l7.233 5.255-2.763 8.504 7.233-5.256 7.234 5.256-2.763-8.504 7.233-5.255h-8.94zM286.591 218.899l-2.763 8.502h-8.94l7.233 5.255-2.763 8.504 7.233-5.256 7.234 5.256-2.763-8.504 7.233-5.255h-8.94zM256 207.767l2.763 8.503h8.941l-7.234 5.256 2.763 8.502-7.233-5.254-7.233 5.254 2.763-8.502-7.234-5.256h8.941z"}})])]))}}},56608:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M210.715 174.377l3.684 11.338h11.919l-9.643 7.006 3.684 11.337-9.644-7.007-9.644 7.007 3.684-11.337-9.645-7.006h11.921zM116.816 281.971l4.605 14.172h14.9l-12.055 8.757 4.606 14.173-12.056-8.76-12.055 8.76 4.604-14.173-12.054-8.757h14.899zM144.696 119.679l4.604 14.172h14.901l-12.056 8.758 4.606 14.171-12.055-8.759-12.056 8.759 4.606-14.171-12.055-8.758h14.9zM69.539 175.331l4.604 14.172h14.9l-12.055 8.758 4.606 14.171-12.055-8.758-12.056 8.758 4.606-14.171-12.055-8.758h14.9z"}})]),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M483.386 354.503H117.801s109.234-88.562 310.593-220.938c.001 0-88.443 128.935 54.992 220.938zM117.801 366.089c-11.177 0-11.195 17.37 0 17.37h365.585c11.177 0 11.195-17.37 0-17.37H117.801z"}})])]))}}},8690:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M256 256L0 90.691v44.242L155.826 256 0 377.067v44.242z"}}),a("path",{attrs:{d:"M0 90.691v330.618L189.217 256z"}}),a("path",{attrs:{fill:"#FFF",d:"M44.184 213.36l24.912 23.577 30.121-16.41-14.723 30.98 24.911 23.575-34.012-4.43L60.67 301.63l-6.296-33.716-34.012-4.43 30.119-16.408z"}})]))}}},67881:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#496E2D",d:"M0 85.337h512v341.326H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M357.208 183.679c8.397-23.404-1.036-48.858-21.281-61.536a52.131 52.131 0 0110.884 2.621c27.002 9.688 41.038 39.428 31.35 66.431s-39.428 41.038-66.431 31.35a52.182 52.182 0 01-10.069-4.895c23.686 3.084 47.15-10.566 55.547-33.971zM310.637 115.729l-7.297 9.427-11.22-4.026 6.712 9.852-7.296 9.427 11.443-3.338 6.712 9.852.361-11.914 11.444-3.339-11.221-4.025z"}}),a("path",{attrs:{d:"M330.338 146.448l-7.296 9.427-11.221-4.026 6.712 9.852-7.296 9.427 11.443-3.339 6.712 9.853.36-11.915 11.445-3.34-11.221-4.024zM275.9 126.916l-7.296 9.427-11.219-4.024 6.711 9.851-7.296 9.426 11.443-3.338 6.712 9.852.361-11.915 11.444-3.337-11.221-4.027zM275.101 162.105l-7.296 9.427-11.221-4.026 6.712 9.852-7.296 9.427 11.444-3.338 6.711 9.852.362-11.915 11.443-3.338-11.22-4.026zM308.585 174.118l-7.296 9.427-11.22-4.026 6.712 9.853-7.297 9.426 11.444-3.338 6.712 9.852.36-11.915 11.443-3.338-11.219-4.025z"}})]),a("path",{attrs:{fill:"#D80027",d:"M83.478 85.337h89.043v341.326H83.478z"}}),a("path",{attrs:{fill:"#FFF",d:"M117.458 175.191l-14.908-11.105v-15.705l14.908-11.105h21.084l14.908 11.105v15.705l-14.908 11.105z"}}),a("g",{attrs:{fill:"#FF9811"}},[a("path",{attrs:{d:"M128 137.276h-10.542l-14.908 11.105v7.678H128zM128 175.191h10.542l14.908-11.105v-8.012H128z"}})]),a("path",{attrs:{fill:"#FFF",d:"M117.458 374.725l-14.908-11.106v-15.704l14.908-11.105h21.084l14.908 11.105v15.704l-14.908 11.106z"}}),a("g",{attrs:{fill:"#FF9811"}},[a("path",{attrs:{d:"M128 336.81h-10.542l-14.908 11.105v7.678H128zM128 374.725h10.542l14.908-11.106v-8.011H128z"}})]),a("g",{attrs:{fill:"#496E2D"}},[a("path",{attrs:{d:"M117.458 274.957l-14.908-11.105v-15.703l14.908-11.106h21.084l14.908 11.106v15.703l-14.908 11.105zM153.971 299.391h-6.493v-6.493h-11.411l-8.068-8.068-8.067 8.068h-11.41v6.493h-6.493v12.986h6.493v6.492h11.41l8.068 8.069 8.068-8.069h11.41v-6.492h6.493zM153.971 199.623h-6.493v-6.492h-11.411l-8.068-8.069-8.067 8.069h-11.41v6.492h-6.493v12.986h6.493v6.492h11.41l8.068 8.07 8.068-8.07h11.41v-6.492h6.493z"}})]),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M120.576 248.576h14.84v14.84h-14.84z"}}),a("circle",{attrs:{cx:"128",cy:"206.113",r:"7.421"}}),a("circle",{attrs:{cx:"128",cy:"305.887",r:"7.421"}})])]))}}},22533:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}}),a("circle",{attrs:{fill:"#FFF",cx:"256",cy:"255.994",r:"96"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M267.826 219.291l16.47 22.695 26.673-8.649-16.496 22.676 16.468 22.695-26.664-8.681-16.495 22.676.017-28.04-26.664-8.682 26.674-8.648z"}}),a("path",{attrs:{d:"M277.818 312.724c-31.33 0-56.727-25.397-56.727-56.727s25.397-56.727 56.727-56.727c9.769 0 18.96 2.47 26.985 6.819-12.589-12.31-29.804-19.909-48.803-19.909-38.558 0-69.818 31.259-69.818 69.818s31.26 69.818 69.818 69.818c18.999 0 36.215-7.599 48.803-19.909-8.026 4.347-17.216 6.817-26.985 6.817z"}})])]))}}},87549:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 85.331h256v170.663H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M141.357 157.303V130.59h-26.714v26.713H87.93v26.713h26.713v26.713h26.714v-26.713h26.713v-26.713z"}})]))}}},72074:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 450 300"},u),...d},i.concat([a("path",{attrs:{fill:"#d80027",d:"M0 150V0h450v300H0V150z"}}),a("path",{attrs:{fill:"#FFF",d:"M247.3 118.3l35.2 5.8L307.4 99l5.1 32.8L344 150l-31.5 18.2-4.9 33.5-25.1-25.9-35.2 5.8L263 150z"}}),a("path",{attrs:{fill:"#FFF",d:"M240.6 228.6c-43.3 0-78.3-35.1-78.3-78.3S197.4 72 240.6 72c8.1 0 15.8 1.2 23.2 3.5-17.3-15-39.8-24-64.5-24-54.4 0-98.6 44.1-98.6 98.6s44.1 98.6 98.6 98.6c24.2 0 46.3-8.7 63.4-23.1-7 1.9-14.4 3-22.1 3z"}})]))}}},47662:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M6.066 85.337l207.961 212.636 131.584 128.69h160.323L297.973 214.027 166.389 85.337z"}}),a("path",{attrs:{d:"M43.364 85.337L384.69 426.663h83.946L127.31 85.337z"}})]))}}},32937:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h900v600H0z"}}),a("path",{attrs:{fill:"#00B2EE",d:"M0 300h450V0h450v600H0V300z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M345.3 480.9l29.4 90.6-77.1-56H393l-77.1 56 29.4-90.6zM706.4 340l29.4 90.6-77.1-56H754l-77.1 56 29.5-90.6zM812.8 261.5l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM812.8 37.4l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6z"}}),a("path",{attrs:{fill:"#FFF",d:"M449.9 0v206.3h-81l81 54V300h-39.7l-129-85.9V300H168.7v-85.9L39.7 300H0v-39.7l81-54H0V93.8h81L0 39.9V0h39.7l129 85.9V0h112.5v85.9L410.2 0z"}}),a("path",{attrs:{fill:"#D80027",d:"M253.1 0h-56.3v122H0v56.2h196.8V300h56.3V178.2h196.8V122H253.1z"}}),a("path",{attrs:{fill:"#2E52B2",d:"M449.9 39.9v53.9h-81z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 300v-19.3l109.9-74.4h39.7L12.8 300zM12.8.1l136.8 93.7h-39.7L0 19.4V.1zM449.9.2v19.3L340 93.8h-39.7L437.1.2zM437.1 300l-136.8-93.7H340l109.9 74.4V300z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M719.9 131.6l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM584 187.7l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM614 430.6l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM488 332l29.4 90.6-77.1-56h95.3l-77.1 56L488 332zM488 464l29.4 90.6-77.1-56h95.3l-77.1 56L488 464z"}})]))}}},75733:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.337h256V256H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M186.435 170.669L162.558 181.9l12.714 23.125-25.927-4.961-3.286 26.192L128 206.993l-18.06 19.263-3.285-26.192-25.927 4.96 12.714-23.125-23.877-11.23 23.877-11.231-12.714-23.125 25.927 4.96 3.286-26.192L128 134.344l18.06-19.263 3.285 26.192 25.928-4.96-12.715 23.125z"}}),a("circle",{attrs:{fill:"#0052B4",cx:"128",cy:"170.674",r:"29.006"}}),a("path",{attrs:{fill:"#FFF",d:"M128 190.06c-10.692 0-19.391-8.7-19.391-19.391 0-10.692 8.7-19.391 19.391-19.391 10.692 0 19.391 8.7 19.391 19.391 0 10.691-8.699 19.391-19.391 19.391z"}})]))}}},35390:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#338AF3",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 426.663V85.337h512"}}),a("path",{attrs:{fill:"#FFDA44",d:"M512 152.222V85.337H411.67L0 359.778v66.885h100.33z"}}),a("path",{attrs:{d:"M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z"}})]))}}},50574:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 85.337h512V256H0z"}})]))}}},23297:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#232323",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 56.9h512v56.9H0z"}}),a("path",{attrs:{fill:"#D32300",d:"M0 113.8h512v56.9H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M0 227.6h512v56.9H0z"}}),a("path",{attrs:{fill:"#D32300",d:"M0 284.4h512v56.9H0z"}}),a("circle",{attrs:{fill:"#FFF",cx:"256",cy:"170.7",r:"80.7"}}),a("path",{attrs:{d:"M234.5 127.5c.9-1.4-19.6-2-19.6-2 1.7-2.5 18.4-10.5 18.4-10.5s-.9-6 2.7-9.8l-4.5-9.8s7-3.4 18.4-3.4 19.9 7 21 13.1l-6.4 3.4c-.1 4.7 1.7 11.6-4.3 17.3-5.9 5.7-8.3 6.9-8.5 18.8 0 3.9 2.3 8.2 8.8 11.7 17.4 9.3 38.6 28.2 44.6 33.9 6.1 5.7 5.1 19.2 2.6 25.2s-12.1 14.3-14.3 13.6c-2.2-.6 1.2-9.2-3.5-11.6 0 0-8.9-7.6-16.8.6s-.2 25.2 3.9 28c4.1 2.8 1.7 5-1.9 5H247c-3.8 0-5.4-2.3-1.9-5 7.6-3.8 12.4-15.3 7.4-20.3-4.9-4.9-18.3 1.5-21.5 6.3-2.8 2.8-8.8 3.6-12.9-1.4s-4.1-10.4-1.1-12.5c7-4.8 0 0 .1-.1 0 0 11.9-8.6 29.9-9 3.9 0 4.8-2.2 2.2-4.8 0 0-30.9-27.4-28.1-44.2 3-18.3 20-26.3 13.4-32.5-1.3-1.8 0 0 0 0z"}})]))}}},77793:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 0h513v38H0zM0 76h513v38H0zM0 152h513v38H0zM0 228h513v38H0zM0 304h513v38H0z"}})]),a("path",{attrs:{fill:"#2E52B2",d:"M0 0h256.5v190H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M47.8 141.9l-4-12.8-4.3 12.8H26.3l10.7 7.7-4 12.8 10.8-7.9 10.7 7.9-4.2-12.8 10.9-7.7zM104.2 141.9l-4.1-12.8-4.2 12.8H82.7l10.7 7.7-4.1 12.8 10.8-7.9 10.7 7.9-4-12.8 10.8-7.7zM160.6 141.9l-4.2-12.8-4 12.8h-13.5l10.9 7.7-4.2 12.8 10.8-7.9 10.9 7.9-4.2-12.8 10.8-7.7zM216.9 141.9l-4.1-12.8-4.2 12.8h-13.2l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4.2-12.8 10.9-7.7zM100.1 78.3l-4.2 12.8H82.7L93.4 99l-4.1 12.6 10.8-7.8 10.7 7.8-4-12.6 10.8-7.9h-13.4zM43.8 78.3l-4.3 12.8H26.3L37 99l-4 12.6 10.8-7.8 10.7 7.8L50.3 99l10.9-7.9H47.8zM156.4 78.3l-4 12.8h-13.5l10.9 7.9-4.2 12.6 10.8-7.8 10.9 7.8-4.2-12.6 10.8-7.9h-13.3zM212.8 78.3l-4.2 12.8h-13.2l10.7 7.9-4 12.6 10.7-7.8 10.8 7.8-4.2-12.6 10.9-7.9h-13.4zM43.8 27.7l-4.3 12.6H26.3L37 48.2l-4 12.7L43.8 53l10.7 7.9-4.2-12.7 10.9-7.9H47.8zM100.1 27.7l-4.2 12.6H82.7l10.7 7.9-4.1 12.7 10.8-7.9 10.7 7.9-4-12.7 10.8-7.9h-13.4zM156.4 27.7l-4 12.6h-13.5l10.9 7.9-4.2 12.7 10.8-7.9 10.9 7.9-4.2-12.7 10.8-7.9h-13.3zM212.8 27.7l-4.2 12.6h-13.2l10.7 7.9-4 12.7 10.7-7.9 10.8 7.9-4.2-12.7 10.9-7.9h-13.4z"}})])]))}}},89811:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h513v342H0z"}}),a("g",{attrs:{fill:"#338AF3"}},[a("path",{attrs:{d:"M0 38h513v38H0zM0 114h513v38H0zM0 190h513v38H0zM0 266h513v38H0z"}})]),a("path",{attrs:{fill:"#FFF",d:"M0 0h256.5v190H0z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M192 95l-26.2 12.3 14 25.3-28.4-5.4-3.6 28.7-19.8-21.1-19.8 21.1-3.6-28.7-28.4 5.4 14-25.3L64 95l26.2-12.3-14-25.3 28.4 5.4 3.6-28.7L128 55.2l19.8-21.1 3.6 28.7 28.4-5.4-14 25.3z"}})]))}}},96225:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M0 322.783h512v103.88H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 85.337h512v104.515H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M0 210.877h512v89.656H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 85.337h512v104.515H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M188.688 137.589c0-15.984 11.234-29.339 26.236-32.614a33.531 33.531 0 00-7.155-.777c-18.442 0-33.391 14.949-33.391 33.391s14.949 33.391 33.391 33.391c2.458 0 4.85-.273 7.155-.777-15.002-3.275-26.236-16.63-26.236-32.614zM234.658 152.766l2.261 6.957h7.315l-5.918 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.261-6.956-5.918-4.301h7.315zM258.006 152.766l2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zM281.353 152.766l2.26 6.957h7.315l-5.917 4.301 2.26 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.918-4.301h7.315zM304.7 152.766l2.262 6.957h7.315l-5.919 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.262-6.956-5.919-4.301h7.314zM328.048 152.766l2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zM258.006 128.482l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zM281.353 128.482l2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.918-4.3h7.315zM304.7 128.482l2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.299-5.918 4.299 2.262-6.957-5.919-4.3h7.314zM328.048 128.482l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zM281.353 104.198l2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.918-4.3h7.315zM304.7 104.198l2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.3-5.918 4.3 2.262-6.957-5.919-4.3h7.314zM328.048 104.198l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.917-4.3h7.314z"}})])]))}}},27178:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 85.331h256v341.337H256z"}}),a("path",{attrs:{fill:"#ACABB1",d:"M321.353 233.837l32.073 42.43c-5.053 7.651-5.026 17.961.817 25.692 7.414 9.807 21.374 11.748 31.182 4.335 9.807-7.414 11.748-21.374 4.334-31.182-5.843-7.731-15.756-10.568-24.495-7.795l-49.988-66.129-11.838 8.949-17.759 13.424 17.899 23.677 17.775-13.401zm46.175 48.78a7.421 7.421 0 118.95 11.84 7.421 7.421 0 01-8.95-11.84z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M376.367 247.24l17.899-23.677-17.759-13.424-11.838-8.949-49.988 66.129c-8.74-2.775-18.651.063-24.495 7.795-7.414 9.808-5.473 23.768 4.334 31.182 9.808 7.414 23.768 5.473 31.182-4.335 5.845-7.731 5.871-18.041.817-25.692l32.073-42.43 17.775 13.401zm-62.504 45.771a7.42 7.42 0 11-11.84-8.95 7.42 7.42 0 0111.84 8.95z"}})]))}}},19344:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#338AF3",d:"M0 85.331h170.663v341.337H0z"}}),a("g",{attrs:{fill:"#6DA544"}},[a("path",{attrs:{d:"M341.337 85.331H512v341.337H341.337zM214.261 283.82l-33.393-50.086 33.392-50.087 33.392 50.087zM297.739 283.82l-33.391-50.086 33.391-50.087 33.393 50.087zM256 350.603l-33.391-50.087L256 250.429l33.391 50.087z"}})])]))}}},69047:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},u),...d},i.concat([a("path",{attrs:{fill:"#FFCE00",d:"M0 0h22.5v5H0z"}}),a("path",{attrs:{fill:"#203899",d:"M0 5h22.5v5H0z"}}),a("path",{attrs:{fill:"#D82B2B",d:"M0 10h22.5v5H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M12.13 5.38l.14.46.45.14-.39.27.01.48-.38-.29-.45.15.15-.44-.28-.38h.47zM10.36 5.38l.27.39h.47l-.28.38.15.45-.45-.16-.38.28.01-.47-.39-.28.45-.13zM13.8 5.94l-.01.48.39.27-.46.14-.14.45-.27-.38h-.48l.29-.38-.15-.45.45.16zM8.69 5.96l.4.27.44-.18-.13.46.3.36-.47.02-.26.4-.16-.44-.46-.12.37-.3zM15.24 7.13l-.2.44.25.4-.47-.05-.31.36-.1-.46-.43-.18.41-.24.03-.47.35.31zM15.43 8.25l.21.43.47.07-.34.33.08.46-.42-.22-.42.22.08-.46-.34-.33.47-.07zM7 8.2l.21.43.47.06-.34.33.08.47L7 9.27l-.42.22.08-.47-.34-.33.47-.06zM7.31 7.05l.45.14.38-.29v.48l.39.26-.45.15-.13.46-.28-.38-.47.01.27-.38z"}})]))}}},6015:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 85.334h512v341.337H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M256 85.334V202.66h-46.069L256 233.38v22.617h-22.628L160 207.078v48.919H96v-48.919l-73.372 48.919H0V233.38l46.069-30.72H0v-64h46.069L0 107.951V85.334h22.628L96 134.241V85.334h64v48.907l73.372-48.907z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M144 85.33h-32v69.333H0v32h112v69.334h32v-69.334h112v-32H144z"}}),a("path",{attrs:{d:"M0 85.329v15.083l57.377 38.251H80zM256 85.329v15.083l-57.377 38.251H176z"}})]),a("path",{attrs:{fill:"#2E52B2",d:"M256 107.951v30.712h-46.069z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 85.329v15.083l57.377 38.251H80zM256 85.329v15.083l-57.377 38.251H176z"}})]),a("path",{attrs:{fill:"#2E52B2",d:"M256 107.951v30.712h-46.069z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 255.997v-15.082l57.377-38.252H80zM256 255.997v-15.082l-57.377-38.252H176z"}})]),a("path",{attrs:{fill:"#FFDA44",d:"M384 259.706l-46.129 46.129c8.645 16.675 26.051 28.074 46.129 28.074s37.484-11.4 46.129-28.074L384 259.706z"}}),a("path",{attrs:{fill:"#6DA544",d:"M332.058 178.084V259.708c.001 39.759 51.942 51.941 51.942 51.941s51.941-12.182 51.942-51.942v-81.623H332.058z"}}),a("path",{attrs:{fill:"#FFF",d:"M372.87 215.181h22.261v59.359H372.87z"}}),a("circle",{attrs:{fill:"#A2001D",cx:"384",cy:"215.181",r:"11.13"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M346.902 192.92h14.84v14.84h-14.84zM346.902 226.312h14.84v14.84h-14.84zM346.902 259.703h14.84v14.84h-14.84zM406.261 192.92h14.84v14.84h-14.84zM406.261 226.312h14.84v14.84h-14.84zM406.261 259.703h14.84v14.84h-14.84z"}})])]))}}},20414:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h512v341.3H0z"}}),a("path",{attrs:{fill:"#1583C4",d:"M397.7 166.3l-51 97.7c-1.1 2-.3 4.5 1.8 5.6 2 1.1 4.5.3 5.6-1.8l51-97.7c1-2.1.1-4.6-2-5.5-2-.9-4.3-.2-5.4 1.7z"}}),a("path",{attrs:{fill:"#1583C4",d:"M404.9 188l-57.8 75.4c-1.3 1.9-.8 4.5 1.1 5.8 1.7 1.2 4.1.9 5.5-.7l57.8-75.4c1.4-1.8 1.1-4.4-.8-5.8-1.8-1.5-4.4-1.1-5.8.7z"}}),a("path",{attrs:{fill:"#1583C4",d:"M379 181.3l-32.5 83.1c-.8 2.1.2 4.6 2.4 5.4 2.1.8 4.6-.2 5.4-2.4l32.5-83.1c.7-2.2-.4-4.5-2.6-5.3-2.1-.6-4.3.4-5.2 2.3z"}}),a("path",{attrs:{fill:"#409347",d:"M122.1 171.9c.4 1.7 1.2 4.7 2.2 8.5 1.7 6.4 3.6 12.8 5.6 18.7 2.3 6.9 14.7 31.4 20.2 39.1 6.9 9.7 14.1 19.3 21.5 28.6 1.6 1.9 4.5 2.1 6.4.5 1.8-1.6 2.1-4.3.7-6.2-7.3-9.2-14.4-18.6-21.2-28.2-4.2-5.8-17.2-31.1-19-36.7-2.9-8.7-5.4-17.6-7.6-26.5-.5-2.4-2.9-4-5.3-3.5s-4 2.9-3.5 5.3c-.1.2 0 .3 0 .4z"}}),a("g",{attrs:{fill:"#FFD836",stroke:"#231F20","stroke-miterlimit":"10"}},[a("path",{attrs:{d:"M297.1 114.9S279.5 42.8 261 42.8c-6.9 0-11.9-.6-15.4 6.4-.9 1.7-20.7-1.6-19.1 20.8.5 6.9 1.1-9.8 14.9-3.4 6.3 3-16.4 48.2-16.4 48.2h72.1z"}}),a("path",{attrs:{d:"M466.1 48.4l-90.9 22c-75.3 18.3-42.1 44.4-42.1 44.4l-72.1 12-72.1-12s33.2-26.1-42.1-44.4l-90.9-22C43.1 45.3 38.1 51.8 45.3 63c0 0 106.6 104 126.8 112 20.2 8.1 40.8 0 40.8 0s-14.9 8.7-24 24c-9.2 15.3-4.6 34.7-38.9 40.2-5.5 6.6-5 14 2.9 19.9 7.9 5.8 72.1-48.1 72.1-48.1s-24 24.4-24 36.1c0 5.1 44.1 53.8 60.1 53.8s60.1-48.7 60.1-53.8c0-11.7-24-36.1-24-36.1s64.2 53.9 72.1 48.1 11.4-19.3 2.8-19.9c-28-1.8-29.7-24.9-38.9-40.2-9.2-15.3-24-24-24-24s20.6 8.1 40.8 0S476.7 63 476.7 63c7.2-11.2 2.3-17.7-10.6-14.6z"}})]),a("path",{attrs:{fill:"#FFF",stroke:"#231F20","stroke-miterlimit":"10",d:"M201.3 111.8v80.3c0 45.7 59.7 59.7 59.7 59.7s59.7-14 59.7-59.7v-80.3H201.3h0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M225.2 137.7V235c8.2 6 17 10.2 23.9 12.9V137.7h-23.9zM296.8 137.7V235c-8.2 6-17 10.2-23.9 12.9V137.7h23.9z"}})]),a("path",{attrs:{fill:"#0052B4",d:"M201.3 111.8h119.4v37.9H201.3z"}}),a("path",{attrs:{fill:"#1583C4",d:"M60.1 210.5l-21.9-58.1H15.7l31.8 80.8h25.2l31.5-80.8H81.7zM451.5 151.9h18.9v81.7h-18.9z"}})]))}}},86156:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M196.641 85.337H0v341.326h512V85.337z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M256 157.279l22.663 69.747H352l-59.332 43.106 22.664 69.749L256 296.774l-59.332 43.107 22.664-69.749L160 227.026h73.337z"}})]))}}},91936:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#6DA544",d:"M512 256v170.663H0L215.185 256z"}}),a("path",{attrs:{fill:"#D80027",d:"M512 85.337V256H215.185L0 85.337z"}}),a("path",{attrs:{d:"M221.001 239.304L26.868 85.337H8.956l208.168 165.098H512v-11.131zM8.956 426.663h17.912l194.133-153.967H512v-11.131H217.124zM0 92.44v14.206L188.317 256 0 405.354v14.205L206.229 256z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M8.956 85.337H0v7.103L206.229 256 0 419.559v7.104h8.956l208.168-165.098H512v-11.13H217.124z"}}),a("path",{attrs:{d:"M63.718 292.382v-14.295c14.265 0 25.87-11.606 25.87-25.869 0-10.092-8.211-18.303-18.304-18.303-6.875 0-12.469 5.593-12.469 12.469 0 4.397 3.577 7.974 7.974 7.974a4.514 4.514 0 004.508-4.508h14.295c0 10.368-8.435 18.804-18.802 18.804-12.279-.002-22.269-9.993-22.269-22.271 0-14.758 12.006-26.764 26.764-26.764 17.975 0 32.599 14.623 32.599 32.599 0 22.145-18.018 40.164-40.166 40.164z"}})])]))}}},65799:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 100"},u),...d},i.concat([a("path",{attrs:{fill:"#ED2939",d:"M0 0h150v100H0z"}}),a("path",{attrs:{fill:"#002395",d:"M0 0h20v44.33H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M20 0h20v44.33H20z"}}),a("path",{attrs:{fill:"none",stroke:"#FFF","stroke-width":"3",d:"M0 44.33h62.75V0"}}),a("path",{attrs:{fill:"#FFF",d:"M108.08 43.29L87.96 23.17h40.25l-20.13 20.12zm-6.7 6.71L81.25 29.88v40.25L101.38 50zm6.7 6.71L87.96 76.83h40.25l-20.13-20.12zm6.71-6.71l20.13-20.13v40.25L114.79 50z"}})]))}}},83121:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},u),...d},i.concat([a("path",{attrs:{d:"M256.7 1.1c-93.4 0-169.3 76-169.3 169.3s76 169.3 169.3 169.3S426 263.8 426 170.4 350 1.1 256.7 1.1zm125.9 249.5c-17-8.1-38.4-14.3-62.5-18.2 2.6-16.4 4.2-33.9 4.6-51.9h81c-1.8 25.6-10 49.6-23.1 70.1zm-125.9 64.6c-10.7 0-22.6-14.5-31.7-38.8-3.1-8.2-5.8-17.2-8-26.9 12.8-1.3 26.1-2 39.7-2s26.9.7 39.7 2c-2.2 9.7-4.9 18.7-8 26.9-9.2 24.3-21 38.8-31.7 38.8zm0-87.7c-15 0-29.6.8-43.6 2.2-2.5-15.5-4-32.1-4.4-49.3h95.9c-.4 17.2-1.9 33.8-4.4 49.3-13.9-1.5-28.5-2.2-43.5-2.2zm-149-47h81c.4 18 2 35.5 4.6 51.9-24.1 3.9-45.5 10.1-62.5 18.2-13.2-20.5-21.4-44.5-23.1-70.1zm23-90.2c17 8.1 38.4 14.3 62.5 18.2-2.6 16.4-4.2 33.9-4.6 51.9h-81c1.8-25.7 10-49.6 23.1-70.1zm126-64.6c10.7 0 22.6 14.5 31.7 38.8 3.1 8.2 5.8 17.2 8 26.9-12.8 1.3-26.1 2-39.7 2s-26.9-.7-39.7-2c2.2-9.7 4.9-18.7 8-26.9 9.1-24.3 20.9-38.8 31.7-38.8zm0 87.7c15 0 29.6-.8 43.6-2.2 2.5 15.5 4 32.1 4.4 49.3h-95.9c.4-17.2 1.9-33.8 4.4-49.3 13.8 1.5 28.5 2.2 43.5 2.2zm68 47c-.4-18-2-35.5-4.6-51.9 24.1-3.9 45.5-10.1 62.5-18.2 13.1 20.5 21.3 44.5 23 70.1h-80.9zm45.7-86.6c-14.8 6.5-33.3 11.6-54.1 14.9-2.5-11.2-5.6-21.8-9.2-31.3-5-13.4-10.9-24.3-17.4-32.7 32 7.4 60.1 24.9 80.7 49.1zm-146.8-49c-6.5 8.3-12.4 19.3-17.4 32.7-3.6 9.5-6.7 20.1-9.2 31.3-20.7-3.4-39.3-8.4-54.1-14.9 20.6-24.3 48.7-41.8 80.7-49.1zm-80.7 242.3c14.8-6.5 33.3-11.6 54.1-14.9 2.5 11.2 5.6 21.8 9.2 31.3 5 13.4 10.9 24.3 17.4 32.7-32-7.4-60.1-25-80.7-49.1zm146.8 49c6.5-8.3 12.4-19.3 17.4-32.7 3.6-9.5 6.7-20.1 9.2-31.3 20.7 3.4 39.3 8.4 54.1 14.9-20.6 24.2-48.7 41.8-80.7 49.1z"}})]))}}},21594:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#0052B4",d:"M0 85.331h256v170.663H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M165.483 181.79l2.764 8.504h8.939l-7.232 5.254 2.763 8.503-7.234-5.255-7.233 5.255 2.763-8.503-7.233-5.254h8.94zM120.579 115.007l4.606 14.173h14.9l-12.055 8.757 4.605 14.171-12.056-8.758-12.054 8.758 4.605-14.171-12.056-8.757h14.901zM165.101 129.848l4.606 14.172h14.9l-12.055 8.757 4.604 14.173-12.055-8.76-12.054 8.76 4.604-14.173-12.055-8.757h14.9zM129.909 189.211l4.606 14.172h14.9l-12.055 8.758 4.604 14.171-12.055-8.759-12.054 8.759 4.604-14.171-12.055-8.758h14.9zM90.899 152.108l4.605 14.173h14.9l-12.055 8.757 4.604 14.173-12.054-8.76-12.055 8.76 4.604-14.173-12.055-8.757h14.9z"}})])]))}}},49823:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.33"},u),...d},i.concat([a("path",{attrs:{fill:"#0052B4",d:"M0 0h512v341.34H0z"}}),a("g",{attrs:{fill:"#FFF"}},[a("path",{attrs:{d:"M220.72 42.63l7.95 16.11 17.77 2.58-12.86 12.54 3.04 17.7-15.9-8.36-15.9 8.36 3.03-17.7-12.86-12.54 17.78-2.58zM291.28 42.57l7.95 16.1 17.78 2.59-12.86 12.53 3.03 17.71-15.9-8.36-15.9 8.36 3.04-17.71-12.86-12.53 17.77-2.59zM353.36 53.93l7.95 16.11 17.77 2.58-12.86 12.54 3.04 17.7-15.9-8.35-15.9 8.35 3.04-17.7-12.87-12.54 17.78-2.58zM416.37 72.23l7.95 16.11 17.77 2.59-12.86 12.53 3.04 17.71-15.9-8.36-15.9 8.36 3.03-17.71-12.86-12.53 17.78-2.59zM158.64 53.93l7.95 16.11 17.78 2.58-12.87 12.54 3.04 17.7-15.9-8.35-15.9 8.35 3.04-17.7-12.86-12.54 17.77-2.58zM95.63 72.23l7.95 16.11 17.78 2.59-12.86 12.53 3.03 17.71-15.9-8.36-15.9 8.36 3.04-17.71-12.86-12.53 17.77-2.59z"}})]),a("path",{attrs:{fill:"#FFDA44",d:"M217.53 259.33l-27.22-13.61-27.22-54.43h27.22l27.22-27.22 13.61-27.22 27.22-13.61 13.61 13.61 27.22 13.61v13.61l13.61 13.61 40.83 27.22L340 245.73l-40.83 40.83-13.61-27.22-40.83 27.22v27.22l-13.61-13.61-13.59-40.84z"}})]))}}},95600:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}}),a("path",{attrs:{d:"M0 312.888h512v113.775H0z"}})]))}}},32622:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 0h90v60H0z"}}),a("path",{attrs:{stroke:"#7f7f7f","stroke-width":".25",fill:"#ABABAB",d:"M12.8 38.5s4 1.6 1.2-.5c-2.4-1.7-5 2.4-5 5.1s1.2 7 7.5 7c7.6 0 11.4-5.7 11.4-11.4 0-4.8-3.7-13.5-6.5-14.6-3.1-1.2-6.7-3.5-6.8-5 0-.5 1.4-.1 3.3.9 3.1 1.7 6.6 2.5 6.6 1.4s-2.9-3.1-4-4.6c-1.2-1.6-.9-5.5-3-5.5-7.6 0-9.9 7.7-7 11.7 1.9 2.6-4.3 1-4.3 1s0 5.3 3.2 7.3c3 1.8 4.8 3.9 4.8 3.9s-.2-4.6.5-3.9c.6.7 11.1 4.5 10.3 12-.3 3-4.5 5.4-8.5 5.2-4-.2-6.8-2.4-6.4-5.4.2-4.2 2.7-4.6 2.7-4.6zM77.2 38.5s-4 1.6-1.2-.5c2.4-1.8 5.1 2.3 5.1 5.1s-1.2 7-7.5 7c-7.6 0-11.4-5.7-11.4-11.4 0-4.8 3.7-13.5 6.5-14.6 3.1-1.2 6.7-3.5 6.8-5 0-.5-1.4-.1-3.3.9-3.1 1.7-6.6 2.5-6.6 1.4s2.9-3.1 4-4.6c1.2-1.6.9-5.5 3-5.5 7.6 0 9.9 7.7 7 11.7-1.9 2.6 4.3 1 4.3 1s0 5.3-3.2 7.3c-3 1.8-4.8 3.9-4.8 3.9s.2-4.6-.5-3.9c-.6.7-11.1 4.5-10.3 12 .3 3 4.5 5.4 8.5 5.2 4-.2 6.8-2.4 6.4-5.4-.3-4.2-2.8-4.6-2.8-4.6z"}}),a("path",{attrs:{fill:"#DE393A",d:"M31 28.8v14c0 1.9 2.1 1.6 2.1 1.6h9.3c1.2 0 2.6 2.3 2.6 2.3s1.4-2.3 2.5-2.3h9.6s2 .2 2-1.8V28.7H31z"}}),a("path",{attrs:{fill:"#3951A3",d:"M31 13.1h28v15.7H31z"}}),a("path",{attrs:{fill:"#FFF",d:"M50.1 16.5c-.4 2.4-2.5 4.2-5.1 4.2-2.5 0-4.6-1.8-5.1-4.2-.5.9-.8 1.9-.8 3 0 3.3 2.6 5.9 5.9 5.9 3.3 0 5.9-2.6 5.9-5.9 0-1.1-.3-2.1-.8-3z"}}),a("circle",{attrs:{fill:"#FEE05F",cx:"39.1",cy:"36.5",r:"3"}}),a("circle",{attrs:{fill:"#FEE05F",cx:"50.9",cy:"36.5",r:"3"}})]))}}},30319:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}}),a("path",{attrs:{d:"M114.024 256.001L0 141.926v228.17z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M161.192 256L0 94.7v47.226l114.024 114.075L0 370.096v47.138z"}}),a("path",{attrs:{fill:"#6DA544",d:"M509.833 289.391c.058-.44.804-.878 2.167-1.318v-65.464H222.602L85.33 85.337H0V94.7L161.192 256 0 417.234v9.429h85.33l137.272-137.272h287.231z"}}),a("path",{attrs:{fill:"#0052B4",d:"M503.181 322.783H236.433l-103.881 103.88H512v-103.88z"}}),a("path",{attrs:{fill:"#D80027",d:"M503.181 189.217H512V85.337H132.552l103.881 103.88z"}})]))}}},17467:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{fill:"#496E2D",d:"M0 85.331h512v341.337H0z"}}),a("path",{attrs:{fill:"#FF9811",d:"M490.668 195.476h-48c0-8.836-7.164-16-16-16s-16 7.164-16 16h-48c0 8.836 7.697 16 16.533 16h-.533c0 8.836 7.162 16 16 16 0 8.836 7.162 16 16 16h32c8.836 0 16-7.164 16-16 8.836 0 16-7.164 16-16h-.533c8.837 0 16.533-7.164 16.533-16z"}}),a("path",{attrs:{fill:"#D80027",d:"M341.337 255.994h56.888v170.663h-56.888z"}}),a("path",{attrs:{fill:"#FF9811",d:"M455.112 255.994H512v170.663h-56.888z"}}),a("path",{attrs:{d:"M398.225 255.994h56.888v170.663h-56.888z"}})]))}}},72143:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},u),...d},i.concat([a("path",{attrs:{d:"M0 85.333h512V426.67H0z"}}),a("g",{attrs:{fill:"#FFDA44"}},[a("path",{attrs:{d:"M0 134.196h512v48.868H0zM0 329.668h512v48.868H0z"}})]),a("path",{attrs:{fill:"#6DA544",d:"M0 85.333h512v48.868H0z"}}),a("g",{attrs:{fill:"#D80027"}},[a("path",{attrs:{d:"M0 183.069h512v48.868H0zM0 280.806h512v48.868H0z"}})]),a("path",{attrs:{fill:"#6DA544",d:"M0 378.542h512v48.128H0z"}}),a("path",{attrs:{fill:"#FFF",d:"M276.992 255.996L106.329 426.659H0V85.333h106.329z"}}),a("path",{attrs:{d:"M256 255.996L85.334 426.662h20.987l170.667-170.666L106.321 85.33H85.334z"}}),a("path",{attrs:{fill:"#D80027",d:"M102.465 202.57l13.259 40.812h42.917l-34.718 25.226 13.26 40.814-34.718-25.224-34.72 25.224 13.262-40.814-34.718-25.226h42.915z"}}),a("path",{attrs:{fill:"#FFDA44",d:"M138.94 259.335l-34.559-12.243s-2.553-23.955-2.708-24.766c-1.173-6.18-6.603-10.851-13.123-10.851-7.376 0-13.357 5.98-13.357 13.357 0 1.223.178 2.402.486 3.528l-9.689 9.755h17.229c0 17.882-13.344 17.882-13.344 35.691l7.402 17.809h44.522l7.422-17.809h-.004a17.782 17.782 0 001.381-5.231c6.397-2.589 8.342-9.24 8.342-9.24z"}})]))}}},80925:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({version:"1.0",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 443 695"},u),...d},i.concat([a("path",{attrs:{d:"M32 1.4C16.8 5.5 6.3 16 1.6 31.9.1 36.9 0 65.2 0 347.6 0 648.6.1 658 1.9 663.9c4.7 15.1 15.7 25.8 30.6 29.7 7.4 2 370.6 2 378 0 19.7-5.2 32.5-22.4 32.5-43.5 0-8.6-1.1-11.1-5.9-13.1-4.3-1.7-9.5-.5-12.4 2.9-1.8 2.2-2.5 4.6-3 9.5-.8 8.4-3.3 14.2-8 18.3-7.6 6.7 4.5 6.3-192.2 6.3-197.8 0-184.7.4-192.5-6.6-2.1-2-4.7-5.6-5.7-8.2-1.7-4.5-1.8-17.9-1.8-311.7s.1-307.2 1.8-311.7c1-2.6 3.6-6.2 5.7-8.2 7.8-7-5.3-6.6 192.5-6.6 196.7 0 184.6-.4 192.2 6.3 2 1.8 4.6 5.2 5.7 7.7l2.1 4.5.3 272.8.2 272.7H79V109h285.1l-.4 120.2c-.3 132.3.1 122.6-6.4 143.3-2.9 9.3-11.2 28.5-12.2 28.5-.4 0-1.3-2.8-1.9-6.2-2-10.7-5.4-20.7-7.9-23.2-3-3.1-6.8-3.7-11.7-2.1-3.4 1.2-4.1 1.1-7-.6-8.1-4.9-14.3-1-41.8 26.6L254.4 416l2.2-19.9c1.2-11 1.9-21.1 1.7-22.5-.3-1.4-1.7-3.7-3-5.1-2-2-3.6-2.5-7.4-2.5-4.7 0-5.1.3-22.8 14.9-9.9 8.2-18.4 15.2-18.9 15.5-.6.4-3.5-5.6-6.8-13.9-3.8-9.8-6.5-15.2-8.2-16.5-2.8-2.3-8.5-2.6-11.8-.7-1.9 1-65.7 60.1-73.6 68.2-2.2 2.2-2.8 3.7-2.8 7.2 0 5.5 1.2 7.8 5 9.8 3.5 1.8 7.7 1.9 10.6.2 1.2-.7 14.9-13.1 30.5-27.7 15.7-14.6 29.1-27 30-27.7 1.3-1 2 .1 4.8 7.8l3.3 8.9-4.6 5c-4.9 5.3-9.6 13.9-9.6 17.8 0 3.4 2.4 8.4 5.4 11.2 2.2 2 4 2.5 9.6 2.8 8.8.5 12.9-.9 17.8-6.2 4.2-4.6 6.7-12.1 6.1-19-.3-3.1.3-3.8 10.5-12 6-4.8 11-8.6 11.2-8.4.2.2-.3 6.1-1.1 13.2-1.4 12.7-1 20 1.5 24.5 1.6 3 5.9 6 9.7 6.7 6.7 1.3 10.8-1 22.4-12.3l10.7-10.5 2.2 4.9c2.6 5.8 6.1 9.8 11.5 12.6 3.3 1.8 5.6 2.2 13 2.1 5.7 0 10.6-.6 13.2-1.6 5.3-1.9 5.9-3.1-10.1 19.2-16.7 23.2-21 32.3-23.6 49.6-3.5 22.7 5.2 37.9 21.5 37.7 16.9-.1 26.7-13.7 35.5-48.8 4.4-17.5 6.6-31.3 7.6-48l.7-12 5.5-9c13.3-21.8 24.2-48.2 29.3-71l2.3-10 .4-121.5c.2-89.4 0-122.9-.8-126.8-.7-3.3-2.3-6.6-4.1-8.7-6.2-7 4.9-6.6-160-6.3l-148.6.3-4.8 3c-3.2 2-5.6 4.5-7.2 7.4l-2.3 4.4.2 245.3.3 245.2 3 4.4c1.8 2.5 4.9 5.2 7.5 6.6l4.4 2.2h177.3c157.4 0 177.8-.2 181-1.5 4.8-2 7.1-4.1 9.4-8.7 1.9-3.6 1.9-10.9 1.9-281.1 0-303.8.4-281-5.6-292.9-4.8-9.5-16.3-18.1-27.5-20.7C403-.5 37.9-.2 32 1.4zm288 396.5c1.4 11.6.7 15.1-4.3 19.9-3.8 3.6-7.5 5.2-12.3 5.2-2.8 0-3.6-.5-4.5-2.7-2-5.3.4-10.4 11.8-25.1 3.5-4.5 6.8-8 7.3-7.7.4.2 1.3 4.9 2 10.4zm.9 88.8c-5.3 24.4-13.3 44.4-16.1 40.1-2.4-3.9.1-18.6 5.2-29.5 2.4-5.3 11.5-19.3 12.5-19.3.2 0-.6 3.9-1.6 8.7z"}})]))}}},13400:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({version:"1.0",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 277 40"},u),...d},i.concat([a("g",{attrs:{fill:"#326a94"}},[a("path",{attrs:{d:"M20.2 1.7c-.7.3-2.5 2.8-4 5.6-2.2 4.3-2.7 6.5-2.7 12.7 0 6.5.4 8.3 3 13 1.7 3 3.8 5.6 4.8 5.8 1.5.3 1.3-.4-1.2-3.8-6.3-8.7-6.3-21.2 0-29.9 2.8-4 2.8-4.5.1-3.4z"}}),a("path",{attrs:{d:"M23.4 4.2c-1.5 1.8-3.3 4.7-4.1 6.5-1.7 4.2-1.7 14.4 0 18.6 2 4.7 6.6 9.7 8.9 9.7 1.6 0 1.4-.5-1.6-3.4C22.1 31.4 20 26.5 20 20s2.1-11.4 6.6-15.6c3-2.9 3.2-3.4 1.6-3.4-1.1 0-3.3 1.5-4.8 3.2z"}}),a("path",{attrs:{d:"M29.8 4.5C25.4 7.5 22 14.2 22 20c0 9.5 7.4 18.1 15.5 17.9 4-.1 4-.1.9-.9C30.2 35.1 24 27.7 24 20c0-7.4 5.8-14.6 13.8-17 2.6-.8 2.6-.8-.8-.9-2.2-.1-4.9.8-7.2 2.4zM12 6.2c-3.8 6.2-4 20.8-.3 27 2.8 4.8 4.4 4.5 1.9-.4-3-6.1-3-19.5 0-25.6 2.5-4.9 1.3-5.7-1.6-1z"}}),a("path",{attrs:{d:"M36.6 6c-11.2 3.5-13.1 20-3 26.6 3.7 2.5 11.6 2.4 15.1-.2 4.9-3.7 6.7-7 6.7-12.4 0-9.8-9.5-16.9-18.8-14zM48 9.9c3.6 2.5 6.3 8.4 5.5 12.1-1.6 7.2-9 11.8-15.9 9.9-8.2-2.3-11.6-13.2-6-19.8C35.8 7 42.5 6.2 48 9.9z"}}),a("path",{attrs:{d:"M34.5 12.4C27.8 19.1 31.8 30 41 30c9.1 0 13.5-10.6 7.1-17.1-3.9-3.8-10-4.1-13.6-.5zm12 2.1C51.5 19.4 48 28 41 28c-4.1 0-8-3.9-8-8s3.9-8 8-8c1.9 0 4 .9 5.5 2.5z"}}),a("path",{attrs:{d:"M37.5 16.4c-3.1 3.1-3.1 4.1 0 7.1 2.9 3 4.9 3.1 7.5.5 3.4-3.4 2-8-2.7-9.5-1.7-.4-2.9.1-4.8 1.9zm5.9 1.2c.9.8 1.6 1.9 1.6 2.4 0 1-2.9 4-3.9 4-1.3 0-3.1-2.4-3.1-4s1.8-4 3.1-4c.4 0 1.5.7 2.3 1.6zM7.1 7.4c-3.4 4.1-3.1 22.1.5 25.5 1.5 1.5 1.6 1.4 1-.6C6.3 24.7 6.3 15 8.5 8c.7-2.3.2-2.6-1.4-.6zM1 16c-.8 2.9-.8 5.1 0 8 .6 2.2 1.2 4 1.4 4 .2 0 .3-3.6.3-8s-.1-8-.3-8c-.2 0-.8 1.8-1.4 4zM69 20.9c-2.2 3.8-4 7.2-4 7.5 0 1.3 3.1.5 3.6-.9.9-2.2 11-2.1 12.2.1.5.9 1.6 1.4 2.4 1.3 2.2-.5-6-14.9-8.4-14.9-1.1 0-3.2 2.6-5.8 6.9zm7.5-.9l1.6 3h-7.2l1.6-3c.9-1.7 1.8-3 2-3 .2 0 1.1 1.3 2 3zM95.2 21.2l.3 7.3h16l.3-7.3c.2-5.9 0-7.2-1.3-7.2-1.2 0-1.5 1.3-1.5 6v6H98v-6c0-4.7-.3-6-1.5-6-1.3 0-1.5 1.3-1.3 7.2zM125 17c0 2-.5 3-1.5 3-.8 0-1.5.4-1.5 1 0 .5.7 1 1.5 1 1.1 0 1.5 1.1 1.5 3.6v3.6l7.6-.4c8.7-.4 10.4-1.7 10.4-7.9 0-5.3-2.6-6.9-11.2-6.9H125v3zm13.4.6c1.9 1.8 2.1 5.5.4 7.2-.7.7-3.4 1.2-6.1 1.2-4.1 0-4.8-.3-4.5-1.8.2-1 1.4-1.8 3.1-2 3.4-.4 3.6-2.2.3-2.2-2.7 0-4.1-1.4-3.1-3 1-1.6 8.2-1.2 9.9.6zM155 21.5c0 6.8.2 7.5 2 7.5 1.6 0 2-.7 2-3 0-1.7.3-3 .6-3s2.3 1.3 4.4 3c2.2 1.7 5 3 6.6 3 2.6 0 2.5-.2-2.4-3.6-2.9-2-5.2-4-5.2-4.4 0-.4 1.9-2 4.2-3.6 3.7-2.6 3.9-2.9 2-3.2-1.4-.2-3.8.9-6.2 2.8l-4 3.2v-3.1c0-2.4-.4-3.1-2-3.1-1.8 0-2 .7-2 7.5zM184 21.5V29h8c6.4 0 8-.3 8-1.5s-1.4-1.5-6.6-1.5c-5.7 0-6.5-.2-6.2-1.8.2-1.1 1.4-1.8 3.6-2 4.4-.4 4.1-2.2-.4-2.2-2.8 0-3.5-.3-3.2-1.8.2-1.3 1.5-1.8 6.1-2 8.4-.4 7-2.2-1.8-2.2H184v7.5zM212 21.5c0 4.3.4 7.5 1 7.5s1-2.3 1-5c0-2.8.3-5 .6-5s3.3 2.2 6.6 5c3.3 2.7 6.4 5 6.9 5s.9-3.4.9-7.5c0-4.3-.4-7.5-1-7.5-.5 0-1 2.2-1 5 0 2.7-.3 5-.6 5-.4 0-3.2-2.3-6.4-5-3.2-2.8-6.3-5-6.9-5-.7 0-1.1 2.7-1.1 7.5zM243 21.5c0 4.3.4 7.5 1 7.5s1-2.3 1-5c0-2.8.3-5 .6-5s3.3 2.2 6.6 5c3.3 2.7 6.4 5 6.9 5s.9-3.4.9-7.5c0-6.2-.3-7.5-1.6-7.5s-1.5.9-1.2 5c.1 2.8.1 5-.1 5s-2.9-2.3-6.1-5c-3.2-2.8-6.3-5-6.9-5-.7 0-1.1 2.7-1.1 7.5zM274 21.5c0 6 .3 7.5 1.5 7.5s1.5-1.5 1.5-7.5-.3-7.5-1.5-7.5-1.5 1.5-1.5 7.5z"}})])]))}}},51439:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({version:"1.1",id:"Lager_1",xmlns:"http://www.w3.org/2000/svg",x:"0",y:"0",viewBox:"0 0 315.9 298.8","xml:space":"preserve"},u),...d},i.concat([a("path",{staticClass:"bankid-st0",attrs:{d:"M99.7 156l13.2-83.2H98.8c-6.6 0-15.1-3.7-17.6-10.5-.8-2.3-2.7-10.2 8.2-17.9 3.9-2.7 6.4-5.7 6.9-8 .5-2.4-.1-4.5-1.8-6.1-2.4-2.3-7.1-3.6-13.1-3.6-10.1 0-17.2 5.8-17.9 10-.5 3.1 1.9 5.6 4 7.2 6.3 4.7 7.8 11.5 3.9 17.9-4 6.6-12.7 10.9-22 11H35c-1.2 8.1-20.8 132.3-22.3 142.1h77.8c.7-4.4 4.3-27.8 9.2-58.9zM8.4 243.6h31.9c13.6 0 16.9 6.9 15.9 13.2-.8 5.1-4.3 8.9-10.3 11.4 7.6 2.9 10.6 7.4 9.5 14.5-1.4 8.9-9.1 15.5-19.2 15.5H0l8.4-54.6zm21.1 22.6c6.2 0 9.1-3.3 9.7-7.2.6-4.2-1.3-7.1-7.5-7.1h-5.5L24 266.2h5.5zm-3.4 23.6c6.4 0 10.1-2.6 11-7.9.7-4.6-1.9-7.3-8.1-7.3h-6.2l-2.4 15.3h5.7zM100.1 298.6c-8.3.6-12.3-.3-14.3-3.9-4.4 2.7-9.3 4.1-14.5 4.1-9.4 0-12.7-4.9-11.8-10.3.4-2.6 1.9-5.1 4.3-7.2 5.2-4.5 18-5.1 23-8.5.4-3.8-1.1-5.2-5.8-5.2-5.5 0-10.1 1.8-18 7.2l1.9-12.4c6.8-4.9 13.4-7.2 21-7.2 9.7 0 18.3 4 16.7 14.6l-1.9 12c-.7 4.2-.5 5.5 4.2 5.6l-4.8 11.2zm-14.4-18.8c-4.4 2.8-12.6 2.3-13.5 8.1-.4 2.7 1.3 4.7 4 4.7 2.6 0 5.8-1.1 8.4-2.9-.2-1-.1-2 .2-3.9l.9-6zM115.7 255.9h16.6l-.9 5.5c5.3-4.5 9.3-6.2 14.5-6.2 9.3 0 13.6 5.7 12.1 15l-4.3 27.9h-16.6l3.6-23.1c.7-4.2-.6-6.2-3.8-6.2-2.6 0-5 1.4-7.3 4.5l-3.8 24.7h-16.6l6.5-42.1zM170.9 243.6h16.6l-4.2 26.8 15.9-14.5h20.5l-20.4 18 16.4 24.2h-20.9l-12.6-19.5h-.2l-3 19.5h-16.6l8.5-54.5zM229.7 243.6h19.1l-8.4 54.5h-19.1l8.4-54.5zM258.1 243.6h27.3c21.1 0 27.2 15.3 25.2 28-1.9 12.4-11.7 26.5-30.2 26.5h-30.8l8.5-54.5zm17.7 41.5c9.3 0 14.4-4.6 15.9-14.3 1.1-7.2-1.1-14.3-11.4-14.3h-5.1l-4.4 28.6h5zM204.2 0h-79.5l-10.6 67.3h13.5c7.4 0 14.4-3.4 17.4-8.3 1-1.6 1.4-3 1.4-4.3 0-2.8-1.9-4.9-3.8-6.3-5.2-3.9-6.3-8-6.3-10.9 0-.6 0-1.1.1-1.6 1.1-7.1 10.7-14.8 23.4-14.8 7.6 0 13.4 1.8 16.9 5.1 3.1 2.9 4.3 7 3.4 11.3-1.1 5.1-6.2 9.3-9.1 11.4-7.7 5.4-6.7 10.1-6.2 11.5 1.6 4.2 7.7 6.9 12.4 6.9h20.6v.1c28 .2 43 13.1 38.3 43.1-4.4 27.9-25.8 39.9-51.3 40.1L174.7 215h14.9c62.9 0 114.3-40.4 124.4-104.2C326.5 31.7 276.3 0 204.2 0z"}})]))}}},38705:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 154.1 110.94"},u),...d},i.concat([a("defs"),a("g",{attrs:{id:"Layer_2","data-name":"Layer 2"}},[a("g",{attrs:{id:"Layer_1-2","data-name":"Layer 1"}},[a("rect",{attrs:{y:"15.33",width:"138.05",height:"79.93",rx:"23.75",fill:"#87cea3"}}),a("circle",{attrs:{id:"path4138",cx:"21.16",cy:"72.21",r:"3.6"}}),a("path",{attrs:{id:"path4144",d:"M26 74.52V33.79h6.88v14.38c10.29-2.89 14.85 1.15 17.87 7 4.94-12.13 24.68-11.8 23.67 8.48H56.69c1.23 9.49 11.51 7.62 14.83 5l2 4.58c-12.12 7.94-20.93.61-23.14-5.21-2.84 3.75-8.53 12.17-24.38 6.5z","fill-rule":"evenodd"}}),a("path",{attrs:{id:"path4146",d:"M32.92 54.07c16.43-6.41 15.84 21.12 0 16.26z",fill:"#f9e819","fill-rule":"evenodd"}}),a("path",{attrs:{id:"path4150",d:"M56.28 58.94c0-9.06 11.24-8.69 11.24 0z",fill:"#e2141a","fill-rule":"evenodd"}}),a("path",{staticClass:"belgian-eid-5",attrs:{d:"M81.83 33.79h6.8v43h-6.8zM91.31 33.79h12.1c12.14 0 17.09 7 17.09 20.53 0 14.55-4.65 22.47-17.8 22.47H91.31zM98 71.27h4.59c7.56 0 11.09-5.11 11.09-16.87 0-10.41-3.52-15-11-15H98z"}}),a("path",{attrs:{d:"M115.39 0H99.28v12h16.11a26.75 26.75 0 0126.71 26.72v33.5a26.75 26.75 0 01-26.71 26.72H99.28v12h16.11a38.76 38.76 0 0038.71-38.72v-33.5A38.76 38.76 0 00115.39 0z"}})])])]))}}},40508:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 58.4 58.4"},u),...d},i.concat([a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#3C5DBC",d:"M51.4 58.4H7c-3.9 0-7-3.1-7-7V7c0-3.9 3.1-7 7-7h44.4c3.9 0 7 3.1 7 7v44.4c0 3.9-3.1 7-7 7z"}}),a("g",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#FFF"}},[a("path",{attrs:{d:"M32.4 52.7h-.3C18.8 52.7 8 42.2 8 29.2S18.8 5.7 32.1 5.7h.3v9.2h-.3c-8.1 0-14.6 6.4-14.6 14.3s6.6 14.3 14.6 14.3h.3v9.2zM36 32.6c-.3.1-.5.2-1 .2-2.5 0-2.6-2.4-2.6-2.4v-4l.1-.5h5.1v4c-.1 0-.2 2.1-1.6 2.7zM48.9 32.6c-.3.1-.5.2-1 .2-2.4 0-2.6-2.4-2.6-2.4v-4l.1-.5h5.1v4c-.1 0-.2 2.1-1.6 2.7zM42.1 40.7c-.2.1-.4.1-.7.1-2.4 0-2.6-2.3-2.6-2.3v-4 .4H44v4c0-.1-.2 1.3-1.9 1.8zM42.4 32.6c-.3.1-.5.2-1 .2-2.4 0-2.6-2.4-2.6-2.4v-4.5H44v4s-.2 2.1-1.6 2.7zM42.1 24.7c-.2.1-.4.1-.7.1-2.4 0-2.6-2.4-2.6-2.4v-4.1H44v4s-.2 2-1.9 2.4z"}})])]))}}},7417:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg","data-name":"Layer 1",viewBox:"0 0 312.98 62.51"},u),...d},i.concat([a("path",{attrs:{fill:"#d9291b","fill-rule":"evenodd",d:"M0 0h71.39v62.51H0V0z"}}),a("path",{attrs:{d:"M50.32 12.03S33.25 2.85 30.11 24.86c-.7 4.76-.13 14.08-.25 15.84 0 0-.38 10.31-9.8 7.67l.76 2.77s19.71 7.67 20.71-15.22l-.13-12.2s0-11.31 9.92-8.92l-1-2.77z",fill:"#fff","fill-rule":"evenodd"}}),a("path",{attrs:{d:"M115.63 48.1l-.46-2.26a.64.64 0 00-.7-.55h-.3a24.86 24.86 0 01-6.28 1c-5.63 0-7.35-2.42-7.35-9.61s1.72-9.66 7.35-9.66a25.34 25.34 0 016.28 1 .63.63 0 00.3 0 .64.64 0 00.7-.55l.46-2.37a.45.45 0 00.06-.25c0-.45-.26-.6-.56-.76a24.46 24.46 0 00-8.14-1.3c-9.67 0-12.28 4.52-12.28 13.83s2.61 13.78 12.28 13.78a23.9 23.9 0 008.14-1.31c.3-.15.56-.29.56-.7a.59.59 0 00-.06-.31zM142.15 36.16c0-3.92-.44-7.1-2.06-9.35-1.75-2.62-4.83-4-10-4-9.85 0-12.17 4.82-12.17 13.93 0 9.6 3.53 13.78 13.38 13.78a25.57 25.57 0 009-1.56.79.79 0 00.54-.69.41.41 0 000-.22l-.61-2.31c-.15-.45-.35-.6-.66-.6a.57.57 0 00-.25.05 24.3 24.3 0 01-7.19 1.21c-3 0-5.07-.45-6.48-1.81-1.21-1.16-1.81-2.57-1.87-5h17.5a.9.9 0 00.86-1v-2.41zm-5.78-.61l-12.63.06a22.54 22.54 0 01.47-4.93c.64-2.82 2.26-3.82 5.92-3.82 3.38 0 5 1 5.79 3.91a18.94 18.94 0 01.45 4.78zM159.81 26.55v-2.87a.66.66 0 00-.55-.74 3 3 0 00-1.15-.11h-.85a29.26 29.26 0 00-8.51 1.41c-2.16.75-3.06 1.36-3.06 3.43V49.1c0 .46.64.75.8.75h4.18a.7.7 0 00.75-.75v-21a31.23 31.23 0 017.69-.81c.6 0 .7-.35.7-.75zM178.63 48.53l-.5-2.46c-.12-.3-.3-.5-.61-.5h-.16a20.48 20.48 0 01-4.13.55c-2.6 0-3.7-.86-3.7-3.28V27.7h7.64a.7.7 0 00.75-.75v-2.76a.72.72 0 00-.75-.77h-7.64v-8.13a.67.67 0 00-.66-.75h-.21l-4.07.85c-.55.1-.81.3-.81.86v26.54c0 5.39 2.73 7.56 8.1 7.56a21.53 21.53 0 006.25-.92.8.8 0 00.54-.71.44.44 0 000-.19zM210.16 39.1c0-9.26-6.84-10-12.78-10.76-4.62-.72-9.16-1.42-9.16-6s4.39-5.38 8.31-5.38a45.33 45.33 0 0110.72 1.56h.09a.83.83 0 00.8-.56l.66-2.92v-.25a1 1 0 00-.8-.94 42.83 42.83 0 00-11.72-1.75c-7.44 0-14.14 2.16-14.14 10.83 0 8.49 7.06 9.89 12.63 10.66 5.18.75 9.15 1.26 9.15 5.93s-4.12 6.08-8.4 6.08a51.51 51.51 0 01-11.26-1.66.4.4 0 00-.25-.06.81.81 0 00-.8.61l-.62 2.91a.59.59 0 000 .21 1 1 0 00.75 1 41 41 0 0012.21 1.81c7.4 0 14.64-2.46 14.64-11.31zM221.38 49.1V12.73a.64.64 0 00-.61-.71h-.1l-4.74.65c-.39.1-.69.25-.69.71V49.1a.83.83 0 00.87.75h4.47a.78.78 0 00.8-.75zM258.76 15.39v-.4c0-.45-.31-.72-.85-.92a43.05 43.05 0 00-13.33-2.05c-13.43 0-17.56 6.23-17.56 19.26 0 14.17 4.63 19.21 18.51 19.21a39.87 39.87 0 0010.23-1.31c2.42-.75 2.71-2 2.71-4.77v-15.4a.67.67 0 00-.7-.75h-11.62a.62.62 0 00-.65.55v3.43c0 .3.31.5.61.55l6.34.75V45.1a32.81 32.81 0 01-6.7.75c-9.62 0-12.42-3.42-12.42-14.48 0-10.91 2.87-14.53 12.07-14.53a44.39 44.39 0 0111.47 1.76 1.78 1.78 0 00.51.1.7.7 0 00.74-.61l.62-2.71zM298.3 49.1V13.47c0-.5-.3-.74-.86-.74h-4.33c-.5 0-.85.19-.85.74l.21 32.4h-.62l-14.78-32.4a1.2 1.2 0 00-1-.74h-10.43a.82.82 0 00-.84.74V49.1a.82.82 0 00.84.75h4.45c.45 0 .86-.34.79-.75l-.25-31.59h1.72l14.68 31.53c.21.41.51.81 1 .81h9.52a.78.78 0 00.8-.75zM305.66 47.88V41.1h1.67a4.1 4.1 0 011.83.31 1.58 1.58 0 01.82 1.54 1.47 1.47 0 01-.39 1 1.86 1.86 0 01-1 .53 1.21 1.21 0 01.67.68l1.29 2.72h-1.12l-1-2.37a1.19 1.19 0 00-.49-.59 2 2 0 00-.66-.07h-.58v3zm1-6v2.08h.83a1.8 1.8 0 001.08-.29.91.91 0 00.39-.78c0-.67-.45-1-1.36-1z",fill:"#da291c","fill-rule":"evenodd"}}),a("path",{attrs:{d:"M307.86 49.69a5.12 5.12 0 115.11-5.12 5.12 5.12 0 01-5.11 5.12zm0-9.6a4.48 4.48 0 104.47 4.48 4.49 4.49 0 00-4.47-4.47z",fill:"#da291c"}})]))}}},66260:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 153.9 153.9"},u),...d},i.concat([a("path",{attrs:{fill:"#405051",d:"M30.8 61.5h61.5V123H30.8V61.5z"}}),a("path",{attrs:{fill:"#23353B",d:"M61.6 61.5h30.8v30.8H61.6V61.5z"}}),a("path",{attrs:{fill:"#009DC8",d:"M92.3 61.5h30.8v30.8H92.3V61.5zM123.1 30.8h30.8v30.8h-30.8V30.8zM30.8 0h30.8v30.8H30.8V0z"}}),a("path",{attrs:{fill:"#50C6DF",d:"M92.3 0h30.8v61.5H92.3V0z"}}),a("path",{attrs:{fill:"#A36CAB",d:"M61.6 123.1h30.8v30.8H61.6v-30.8z"}}),a("path",{attrs:{fill:"#009DC8",d:"M61.6 30.8h30.8v30.8H61.6V30.8z"}}),a("path",{attrs:{fill:"#405051",d:"M0 123.1h30.8v30.8H0v-30.8z"}}),a("path",{attrs:{fill:"#091718",d:"M61.6 92.3h30.8v30.8H61.6V92.3z"}}),a("path",{attrs:{fill:"#E15A26",d:"M92.3 92.3h30.8v30.8H92.3V92.3z"}})]))}}},87494:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 168 61"},u),...d},i.concat([a("g",{attrs:{"data-name":"Group 3"}},[a("g",{attrs:{fill:"#c81224","data-name":"Group 1"}},[a("path",{attrs:{d:"M13.2 57.3A17.8 17.8 0 012.2 41v-5.3a1.1 1.1 0 00-2.2 0V41a20 20 0 0012.3 18.5 1.1 1.1 0 00.9-2z","data-name":"Path 1"}}),a("path",{attrs:{d:"M32.2 54a17.7 17.7 0 01-12.1 4.7h-1.8a1.1 1.1 0 00-.2 2.2l2 .1a20 20 0 0013.7-5.4 1.1 1.1 0 10-1.6-1.7z","data-name":"Path 2"}}),a("path",{attrs:{d:"M39 28.5a1.1 1.1 0 00-1.1 1.2v11.2a17.8 17.8 0 01-2.4 8.9 1.1 1.1 0 102 1 20 20 0 002.6-9.9V29.7a1.1 1.1 0 00-1.1-1.2z","data-name":"Path 3"}}),a("path",{attrs:{d:"M27.7 36.1a1.1 1.1 0 001.1-1.1v-5a1.1 1.1 0 00-2.3 0v5a1.1 1.1 0 001.2 1.1z","data-name":"Path 4"}}),a("path",{attrs:{d:"M12.5 29a1.1 1.1 0 00-1.2 1.1v10.8a8.8 8.8 0 00.2 1.5 8.7 8.7 0 002.5 4.8 1.1 1.1 0 001.6-1.6 6.5 6.5 0 01-2-3.6 6.6 6.6 0 010-1V30a1.1 1.1 0 00-1.1-1.1z","data-name":"Path 5"}}),a("path",{attrs:{d:"M26.3 14a8.7 8.7 0 00-6.1-2.7 1.1 1.1 0 000 2.3A6.5 6.5 0 0124.3 25a1.1 1.1 0 001.5 1.7 8.7 8.7 0 00.5-12.7z","data-name":"Path 6"}}),a("path",{attrs:{d:"M5.7 42.5a14.4 14.4 0 0019.5 12l.1-.1.2-.1a1.1 1.1 0 10-.8-2.2l-.2.1h-.1A12.1 12.1 0 018 42.3a1.1 1.1 0 00-2.3.2z","data-name":"Path 7"}}),a("path",{attrs:{d:"M5.7 36.6a1.1 1.1 0 102.2 0v-12a1.1 1.1 0 00-2.2 0z","data-name":"Path 8"}}),a("path",{attrs:{d:"M18.2 8a12.4 12.4 0 011.5 0 1.1 1.1 0 000-2.3A14.4 14.4 0 007 14a14.3 14.3 0 00-1.3 4.7 1.1 1.1 0 001 1.2H7a1.1 1.1 0 001-1A12.1 12.1 0 0118.3 8z","data-name":"Path 9"}}),a("path",{attrs:{d:"M31.8 17l.1.4a1.1 1.1 0 002.2-.4v-.5a14.3 14.3 0 00-1.4-3.3 14.5 14.5 0 00-7-6.4 1.1 1.1 0 00-1 2 12.2 12.2 0 016 5.5 12 12 0 011.1 2.8z","data-name":"Path 10"}}),a("path",{attrs:{d:"M33.3 21.8a1.1 1.1 0 00-1.1 1v7.3a1.1 1.1 0 002.3 0V23a1.1 1.1 0 00-1.2-1.1z","data-name":"Path 11"}}),a("path",{attrs:{d:"M33.3 34.6a1.1 1.1 0 00-1.1 1.2v5.1a12.1 12.1 0 01-3.2 8.3 1.1 1.1 0 101.6 1.5 14.4 14.4 0 003.9-9.8v-5.1a1.1 1.1 0 00-1.2-1.2z","data-name":"Path 12"}}),a("path",{attrs:{d:"M25.4 40.6a1.1 1.1 0 000-2.3h-4.2V27.7a1.1 1.1 0 00-1.1-1.2 6.5 6.5 0 01-4.4-11.2 1.1 1.1 0 10-1.5-1.7 8.7 8.7 0 004.7 15.1v19.8a1.1 1.1 0 002.3 0v-2.2h4.2a1.1 1.1 0 000-2.3h-4.2v-3.4z","data-name":"Path 13"}}),a("path",{attrs:{d:"M31.3 3.5a1.1 1.1 0 10-1.2 1.8 17.8 17.8 0 017.8 14.8V24a1.1 1.1 0 002.2 0v-4a20 20 0 00-8.8-16.5z","data-name":"Path 14"}}),a("path",{attrs:{d:"M14.9 3a18 18 0 0110.4 0 1.1 1.1 0 00.6-2.1 20.2 20.2 0 00-11.7 0A1.1 1.1 0 1015 3z","data-name":"Path 15"}}),a("path",{attrs:{d:"M1.1 31.1A1.1 1.1 0 002.3 30V20A17.8 17.8 0 0110 5.4a1.1 1.1 0 00-1.3-1.9A20 20 0 000 20.1V30a1.1 1.1 0 001.1 1z","data-name":"Path 16"}})]),a("g",{attrs:{fill:"#282e6f","data-name":"Group 2"}},[a("path",{attrs:{d:"M56.4 25a7 7 0 00-5.4 2.4 8 8 0 00-2.1 5.6 7.7 7.7 0 007.8 8 8.3 8.3 0 003.7-.8 7.9 7.9 0 002.6-2l-2-1.9a5.9 5.9 0 01-4.2 1.8q-3.8 0-4.4-3.9h11.3v-1a8.9 8.9 0 00-1.8-5.7 6.8 6.8 0 00-5.5-2.5zm-4 7q.5-4.1 4-4.1A3.5 3.5 0 0159 29a4.9 4.9 0 011.1 2.8z","data-name":"Path 17"}}),a("path",{attrs:{d:"M73.2 20.3h-7.6v3.3h7.6a7 7 0 015.1 2 6.7 6.7 0 012 4.9 6.6 6.6 0 01-2 5 7 7 0 01-5 2h-4.1V26.7h-3.6v13.9h7.6a10.9 10.9 0 007.8-3 9.6 9.6 0 003-7.2 9.6 9.6 0 00-3-7.3 11 11 0 00-7.8-2.9z","data-name":"Path 18"}}),a("path",{attrs:{d:"M96.4 20a10.3 10.3 0 00-7.7 3.1 10.2 10.2 0 00-3 7.4 10.1 10.1 0 003 7.4 10.7 10.7 0 0018.3-7.4 10.1 10.1 0 00-3-7.4 10.3 10.3 0 00-7.6-3.1zm6.8 10.6a7 7 0 01-2 5 6.8 6.8 0 01-9.8 0 7.1 7.1 0 01-2-5.1 7.2 7.2 0 012-5.1 6.9 6.9 0 019.9 0 7.2 7.2 0 012 5.1z","data-name":"Path 19"}}),a("path",{attrs:{d:"M120.2 20.2l-9 20.5h3.7l2.1-5h9.6l2.1 5h3.8l-9-20.5zm-1.9 12.4l3.5-8.1 3.5 8z","data-name":"Path 20"}}),a("path",{attrs:{d:"M142.5 25a5.9 5.9 0 00-3 .9 7.4 7.4 0 00-2.2 2v-2.6h-3.5v20h3.5v-7a7.2 7.2 0 002.1 1.9 6.1 6.1 0 003.1.8 6.7 6.7 0 005-2 8 8 0 002.2-6 8 8 0 00-2.2-6 6.7 6.7 0 00-5-2zm3.6 8a5 5 0 01-1.3 3.6 4 4 0 01-3 1.3 4.2 4.2 0 01-3.2-1.3 5 5 0 01-1.3-3.6 5 5 0 011.3-3.6 4.2 4.2 0 013.1-1.3 4 4 0 013.1 1.3 5 5 0 011.3 3.6z","data-name":"Path 21"}}),a("path",{attrs:{d:"M165.2 27a6.7 6.7 0 00-5-2 5.9 5.9 0 00-3 .9 7.4 7.4 0 00-2.1 2v-2.6h-3.6v20h3.6v-7a7.2 7.2 0 002 1.9 6.1 6.1 0 003.2.8 6.7 6.7 0 004.9-2 8 8 0 002.2-6 8 8 0 00-2.2-6zm-1.4 6a5 5 0 01-1.3 3.6 4 4 0 01-3 1.3 4.2 4.2 0 01-3.2-1.3A5 5 0 01155 33a5 5 0 011.3-3.6 4.2 4.2 0 013.1-1.3 4 4 0 013.1 1.3 5 5 0 011.3 3.6z","data-name":"Path 22"}})])])]))}}},47111:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 66 66"},u),...d},i.concat([a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#22353B",d:"M22 44h22V22H22z"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#009CC8",d:"M44 44h22V22H44zM0 44h22V22H0z"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#4FC6DF",d:"M44 22h22V0H44z"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#009CC8",d:"M22 22h22V0H22z"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#A36CAB",d:"M0 22h22V0H0z"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#405152",d:"M0 66h22V44H0z"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#0A1718",d:"M22 66h22V44H22z"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",fill:"#E05B25",d:"M44 66h22V44H44z"}}),a("path",{attrs:{fill:"#FFF",stroke:"#FFF",d:"M43.5 22.5v21h-2.1V26.2l-7.9 14.1h-1l-7.9-14v17.2h-2.1v-21h1.8L33 37.6l8.7-15.1z"}}),a("path",{attrs:{fill:"none",stroke:"#FFF","stroke-width":"3",d:"M9 9h48v48H9z"}})]))}}},71502:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 189.1 59.5"},u),...d},i.concat([a("path",{attrs:{fill:"#EC1C24",d:"M43.2 21.6c0 .4.2-.4 0 0zm-.2 0c-.2 0-.4.7-.2.4 0 0 .3-.6 0-.4h.2zm-1.2 3.7v-.5.5zm3-5.7s-.2.2 0 .3v-.3zm-1 .8v.3c-.2 0-.4.7-.3.7l.4-.6s0-.2-.2-.2l.1-.2zm.8-.8c-.2.5.2-.3 0 0zm.1-1c0 .3 0 .3-.2.4 0 .3.3-.3.2-.3v-.1zm-.7 1.7c0-.3.3-.4.3-.6 0 .3 0 .2 0 0-.2 0 0 0 0-.2l-.3.4v.4zm.4-.5c0 .5.2-.3 0 0zm-2.6 4.5c0 .2-.3.8 0 .5-.2 0 0-.5 0-.5zm3.2-5.5c0 .4.2-.3 0 0zm-.2-.2c0 .6.2 0 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M45 18.8c-.2.2-.3.8 0 0zm0-.2c0-.4 0 0 0 0l.4-.6c0 .2-.2.5-.2.3v-.7l-.2 1c0-.3 0 0 0 0zm-1 2c0 .4.2-.4 0 0zM67 3.1c.2-.2 0 0 0 0zm0 0c-.2 0 0 .2 0 0zm-1.5 1.7c-.3.2.2 0 0 0zm0 .1c-.2.2.2 0 0 0zM65 3.3s-.5.2 0 0zm0 .3c-.4 0 0-.2 0 0zm0 1.6c-.2.2.2 0 0 0zm0 .4c-.3 0 0-.2 0 0zm-.4-2.3c-.2.2.3 0 0 0zm0 .6c-.2 0 .2 0 0 0zm0 1.7c-.2 0 .2-.2 0 0zm-.2-1.7c-.2 0 .2 0 0 0zm0 1.3c-.3 0 .3 0 0 0zm-.2-1.8c-.2 0 .2 0 0 0zM47.8 16.6l-.2.4c0 .3.3-.3.2-.4zm2.2-5l.2-.4c-.2.6-1 1.6-1 2-.3.3-.8 1.4-1.3 2.3l2.6-4.7c-.4.3-.5.6-.6.7l.1.1zm.6-1v.2-.2zM48 16.1c-.3.3 0 0 0 0zm0-.5c.2 0 .4-.3.3-.5l-.2.6-.1-.1zm.6 0c0-.2.2-.3 0-.4 0 .2-.2.6 0 .4zm-.8 0l-.3.7.3-.6v-.1zm-.3-.4c0 .3-.6 1-.5 1l.5-1zm2.9-4c0 .4.2-.2 0 0zm.4.8c.3-.4 0-.4 0 0zM52 9.9c-.2.3.2-.2 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M52 9.8l-.3.4c.2 0 .2-.2.2-.4h.1zm.4-.5c-.3.4.2-.2 0 0zM49 14.2l-.5 1v.2s0-.3.3-.5l.2-.4c-.2 0 0-.4 0-.3zm4-5.6c0-.3 0-.2.2-.5 0 0 0 .2 0 0v-.3l.5-.4c-.2 0 0-.3 0-.4l-1.2 2s.7-.5.5-.4zm-4.7 7v-.2c.2-.5-.2.5 0 .2zm5.2-10c-.2.4.2 0 0 0zm-3.7 6l1.4-2.5-1.4 2.5zm.6-.8c0 .2-.3.3-.2.5 0-.3.2-.2.3-.3v-.2h-.1zm1.1-1.9c0 .4.2-.2 0 0zm2.7-3.8c0 .3.3-.2 0 0zm.1-.5l.7-.8c-.2.2-.6.5-.7.8zm-.6.7zM51 10.6c-.3.3 0-.3 0 0zm-2.7 3.8c0 .4.2-.3 0 0zm3.1-4.5c-.2.4.2-.3 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M51.3 9.3c0 .2 0 .4-.3.7 0 0 0-.2 0 0l-.3.5c0-.2 0 0 0 0l1.4-2.2c0 .2-.4.6-.8 1 .1-.2.1-.3 0 0zm-.5 1.3c-.2.3.2-.2 0 0zm-1.4 1.6v.2H49v.4l.2-.6h.2zm-.8 1.7c-.2.3.2-.3 0 0zm.4-.6c-.3.4.2-.3 0 0zm-.5.3c-.2.3.2 0 0 0zm1.2-2l-.2.4c.2 0 .2-.3.2-.4zM53.4 6s0 .2 0 0 0 .2-.2.2c0 0-.2.4 0 .5L54.4 5c-.3 0-.8 1-1 1zM49.4 11.9s-.2.4 0 .2v-.2zM53 6.6c-1.4 1.8-2 2.7-3.4 5 .7-1 2.4-4 3-4.6l.3-.5.1.1zm-.3.3c0 .4-.2 0 0 0zm-2.5 5.9l.3-.3c0-.4-.3 0-.3.3zm-2.6 4c-.2.4.2-.3 0 0zM60 8.6c-.3.2 0 0 0 0zm-1 1c0 .3.3 0 0 0zm.7-3.6c-.3.2.2-.2 0 0zm-.1.6c.2-.3 0-.3 0 0zm.7 2c-.2 0 .2-.2 0 0zm-5.6-1.8s-.4.5-.2.4c0 0 .4-.5.2-.4zm6.1 1.3c-.3.2 0 .2 0 0zm-1.2-1.5c-.3 0 0 0 0 0zm1.2 1.5c.2 0 0 0 0 0zm-10.6 4.7l-.5.7s.4-.7.5-.6v-.2.1zm8.3-6.9c-.2.2.2-.2 0 0zm-.2-.5c-.2.3.2 0 0 0zm.2-.4c-.2.3.2-.2 0 0zM58 7.1s0-.2.2 0H58l1-1-.7.8c0-.2-.3 0-.3.2zm.6-.9c-.2.2.2-.2 0 0zm.4.9c-.4.3 0-.2 0 0zm.2-.9s-.3.2-.3.4l.2-.4h.1zm-4.7 1.4c-.5.5 0-.2 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M58.6 5h-.2c0 .4.3 0 .2 0zm.7 1.3zm-5.1 2.3v-.2.2zm-3.7 4.2c-.2.3 0 0 0 0zm-.9 1.5c.3-.4 0-.2 0 0zm.7-1.1V13v.2zm-.3.4c.2-.3-.4.5 0 0zm.3-1c0 .4.3-.2 0 0zm-.7 1.7c-.4.6 0 .4 0 0zm-.6 1c.3-.4 0 0 0 0zm.3-1l-.2.4.3-.3-.1-.1zm1.4-2c0 .3-.3.6-.5 1 0-.2.7-1 .5-1zm1.8-2.7c-.2.4.2-.2 0 0zm2-2h-.2.2z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M52.5 9.6s.2 0 .2-.2v-.2l-.2.4zm1.3-.5c-.2.4.2 0 0 0zm-1.4.5l-1.2 2c.2 0 .6-1.2 1-1.2-.2 0 0-.3 0-.3 0-.2.3-.4.2-.5zM51 11.4c0 .3 0 .2 0 0zm-.2.8c.2 0-.2.4 0 .4 0-.2.3-.7 0-.4l.3-.3s.2-.3 0-.3l-.2.6h-.1zm.8-1.6s0-.5 0 0zm-.6.6l.6-.8-.6 1s0-.2.2 0v-.2H51zm8.5-6.3v-.3.3zm0-.3c.3 0 0 0 0 0zm.1 1c-.2.2.2 0 0 0zm.6-.8c-.2.2.2 0 0 0zm-1.2.6c0 .2.3 0 0 0zm.7-.2c-.2.2 0 0 0 0zm.1.4s0-.2 0 0zm1.5 2.2l-.4.2s.4 0 .4-.3v.1zm-2-2.7l-.3.2c0 .2.3 0 .3-.2zm-2.3.5c-.4.3.2-.2 0 0zm-2.6 1l.2-.3-.2.3zm5.6-4c-.3.3 0 0 0 0zm-1.3 4c-.4.3.3-.3 0 0zm.9-2.6c-.2.3.2 0 0 0zm-.1.4c-.2.3.2 0 0 0zm-.3 0c-.3.2.3 0 0 0zm.8.4l-.3.2.3-.2zm-.7.8v-.2.2zm-.1.6s.2-.3 0-.4c0 .2 0 0-.2.3l.2.1zM49 12.1h-.2.2zm-3 5.5l-.2.3v-.3h.2zM58.3 4.9l-.3.2s.2 0 .3-.2zm2.7-.3c-.2 0 .2 0 0 0zM49.2 14c.2-.3 0 0 0 0zm6.3-10.8c-.2.2 0 0 0 0zM53 7.6c0-.2-.2 0-.3.2.3 0 .4-.2.3-.3v.1zm-4.6 5.5c0-.2 0 0 0 0zm8.4-6.8s.4-.4.3-.5c0 0 0 .3-.2.5h-.1zm.2-.7h.3c0-.3-.2 0-.2 0H57zm1-2s.4-.2.2-.2v.2H58zm-6.2 6.2c-.4.3.2-.3 0 0zm1.2-.9c0 .3 0 .2 0 0zm1-3.1c-.2.3.2-.2 0 0zM46 18c-.2.4 0-.3 0 0zm3.3-4.6c0 .4.2-.3 0 0zm.1-.4c-.2.3.2-.3 0 0zm.1-.4c0 .5.2 0 0 0zm.2 0c-.2.3.2-.4 0 0zm-3 4.5zm-.3 1.9l.3-.6-.3.6zm5.1-8.9c-.2.4.2-.2 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M45.7 18.2v.2l.3-1c0 .5-.3.6-.3.8zm.6-1.6c-.2.3.2 0 0 0zm.2 1.5c0 .3.2-.3 0 0zm-.2-2.1zm.5-.4c-.2.2.2-.4 0 0zm5.6-7.5l.2-.3-.2.3zm-5.8 7.7c-.4.6 0-.3 0 0zM53 7.1c0 .3.3-.2 0 0zm1.7-2.2zm.3-.3c-.2.3.2-.2 0 0zm-5 7.3c-.2.4.2-.2 0 0zm4-6h-.2v.3s.2-.2 0-.3h.2zm-7.8 10.3V16l-.3.7s0-.3.2-.4l.1-.1zm-.5 1.7v.2c-.2.3 0 0 0-.2zm0-.8c.2-.4-.2.5 0 0zm0-.2l-.3.7v-.2l.3-.5zm15.6-9.3l.2-.4s-.4.4-.2.4zm-3.9 1c.2-.3-.3.2 0 0zm-2-2.2c-.2.3.2-.2 0 0zm1.9 4.7c-.2 0 0 .2 0 0zm0-4c-.2.3.2-.2 0 0zm-.3 4.1c0 .3.3 0 0 0zm1-.9c.2 0 0 0 0 0zm.4-.3c-.3.3.2-.2 0 0zm-.6.3v.2s-.2 0 0 0c-.2 0-.4 0-.3.2.2-.2.2 0 0 0 .2 0 .2 0 .3-.2l.2-.3c-.3.4 0-.3-.2.1zm-2.1-.2l.8-1-.8 1zm.1-3.5c0-.2-.5.4 0 0zm1.2 4.5s0 .2 0 0zm-1.3-4.9s-.5.4 0 0zm1.1 2.4c0 .3 0 .2-.2.3v.3l.4-.6c-.2.2 0 0-.2 0zm-.5 1s.3-.3 0 0zm.2.4c-.2.2.2 0 0 0zm2-.4c0 .2-.4.5-.2.4l.2-.3v-.1zM60.8 7c-.2 0 0 0 0 0zm-.6.6s.2 0 .2-.2h-.2v.2zM60 6.4c.2 0-.4.2 0 0zm1.3 0c-.2.2-.4.3-.4.5.2 0 .2-.3.4-.5zm-6.5-.8v-.2.2zm7.9-.8s.2 0 0 0zm-3.9 4.8c0 .2.2-.2 0 0zm-.3-2c-.2.2-.3.3-.3.5 0 0 .3-.3.3-.5zm.5-1c0 .2.3 0 0 0zm.8 0c-.3.2 0 .2 0 0zm-1.3 3c.2-.3.6-.7.5-.8 0 .2-.5.5-.5.7v.1z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M59.6 7h.2v-.4c0 .2 0 .2-.2.2V7zm-1 2.9c.2-.2-.3.2 0 0zm.8-2.7l.2-.3-.2.3zm-.1 1.4s.4-.2.3-.3c0 0-.3 0-.3.3zm-2.1.6l-.2.2c0 .2.3 0 .2-.2zm.6-2.2l.2-.3-.2.3zm-2.6.8v-.2.2zm2.3 0c.2-.3.4-.3.5-.6-.2.2-.5.4-.5.6zm0-1.2c-.2.3.2 0 0 0zm.1-.4c-.2.3.2 0 0 0zm.1-.6c0-.2.3-.2.3-.4-.3.3-.8.7-.7 1 .3-.2 0-.4.4-.6zM58 6.6c-.3 0 0 .3 0 0zm-.4.2s.2 0 .2-.3c0 0-.2 0-.2.2v.1zm.1 1.8c.2-.3 0-.2 0 0zm0-.8l.8-1c0 .2-.7.8-.8 1zm.3-.2c-.4.4 0 0 0 0zm0 2.5c-.2.3.3-.2 0 0zm.4-1.9c-.2.3.2 0 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M58.2 9.8l-.2.2c0 .2.3-.2.2-.2zM57 6.6l.2-.4s-.2 0-.3.4h.1zm.6-.2zm.4 1.7c.2 0 .3-.2.3-.3l-.2.3H58zm0-.5c0 .4.3 0 0 0zm-.6 0l.2-.4h-.3v.3l.1.1zm-1.4-1c0 .4.3 0 0 0zm0-.8c.2-.3.3 0 .3-.3v-.4l-.3.7zm1 1.6v.5c0-.2.2-.4 0-.5zm-1.2-1.8c-.2 0-.8.7-.8 1l.8-1zm.2 1.6l-.2.3c0-.3.2-.4.2-.3zm0-1.8v.2c0 .2.2-.4 0-.2zm0 .4c-.7.7-.2.3 0 0zm-.3 1.5l.2-.4c-.2 0-.3.3-.3.4h.1zm.3 2c0 .3.3 0 0 0zm1-3.2zm-.5.3s.2 0 .3-.2c0-.3-.3 0-.3.2zm.3.2c-.2.3.2 0 0 0zm-.1-.4v-.1.1z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M56 6.9l.4-.4c.2 0 0 0 0-.2 0 .2-.4.3-.4.6zm.2-.1c0 .3 0 .2 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M65.7 3.3c-.2.3-1.3.8-1.5.8s-.5.3-.5.3v-.2c-.7 0-2 1.4-2.6 1.5 0 .2-.2.5 0 .2l-.6.5s0-.2 0 0l1-1.2c-.2.3-.8 1-1.2 1l.8-.7c-.4.2-1.7 1.5-2 1.6l1.2-1.2.6-.5-.3.2s-.5.4-.7.3c0-.2.2 0 .3-.3 0 0-.5.6-.7.6l1-1c-.3.2-.3.2-.4 0l-.7.5v.5H59c0-.3.3-.2.4-.4l1.7-1.5c0 .4.4-.2.4-.2v-.5.2c.3 0 0-.2.2-.3-.5.3-1 .8-1.5 1l-.2.2.3-.2s.2-.3 0 0c-.2 0-.2.4-.6.6v-.4l1-.6c0-.2-1 .7-.4 0l-.2.2s-.2.2-.2 0l1-.8s-.6.6-.7.5c0 0 .5-.4.3-.4 0 .2-.4.5-.4.3l1-.8c.3-.3.4-.2.5-.5l.5-.4c-1.1.4-2.1 1.4-3.4 2.4 0-.2 0 0-.2 0l-.3.4s-.2.3-.3.2l.3-.3c.7-1 0 0-.4.3 1-1.4-1 1-1 .8 0 0 .4-.3.3-.4l-.3.3c.2 0 0 .5-.3.5 0-.2.2-.3 0-.4h.3c0-.2.2-.5.2-.3.2-.3.5-.5.7-1 .2 0 .4-.5.8-.8 0-.2-.3 0-.4 0 .3-.2.5-.6.7-.5 0 .2-.2.2 0 .4.4-.4 1-.7 1.2-1 0-.2.2-.3.2-.3-.4.3-.5.2-1 .7.2 0 .3-.3.3 0 0 0-.3.2-.3 0-.7.5-1.6 1.6-2.2 2l.8-1c0-.3.4-.4 0 0 .6-.8 1.3-1 1.8-1.8 0 .2.3 0 .3-.3-.7.5-1 1-1.8 1.4H58v.1l-1 1c0-.3.4-.5.5-.8l-1 1c.2-.2.6-.6.7-1l-1.4 1.5c.6-.7 1.2-1.2 1.6-2 .4-.2.8-.8 1.4-1v-.2c-1.3 1-2.2 2-3.2 3.3 0 0-.2 0-.3.2l-.2.3-.2.3s0 .2-.2.3v-.2c-.5 1-1.4 1.8-1.8 2.6 0 .2-.2.3 0 0 0 0-.3.6-.3.4v-.2c.3-.7 1-1.2 1.2-1.7 0-.6 1-1.3 1.2-2 0 .3.2 0 .2-.2l-.6.4c-.2.2-1 1-1 1.3 0-.3.6-.8.7-1l-2.2 3c0 .2.2 0 0 .3 0-.4-.6 1-.8 1 .2-.5.6-.8.7-1l-1.7 2.7 1-1.8c-.2.4 0 .2 0 .5-.3.3-.7 1-1 1.7V12c-.3.2-.4.6-.4.6-.3.3-.4.4-.6 1 0 0 0-.4.2-.3l-.2.4v-.2l-.3.4c.3-.5 0 .2 0 0l.2-.2v-.1s.2-.3 0 0l.5-.8c-.2 0-1 1.7-1 1.5v-.4l.3-.3s.4-.6.2 0l.3-.8s.2 0 .2-.4c0-.5.8-1 1-1.6l.8-1.5c.2 0 .4-1 .8-1l-.2.3.4-.5c-.3.4.4-1 .3-.5l.2-.2h-.2s.2-.3.3-.2v.3c.2-.2.3-1 .3-.5 1-1.5 1.3-2.3 2.3-3-.3.3-.4.3-.6.7.2-.3.4-.5.6-.5 0-.3.3-.5.6-.7 0-.3-.4.5-.5.3.4-.6.8-.7 1-1l-.6.4.7-.7c-1.5 1.4-3.2 3.6-4.5 5.5 0-.2-.2 0-.3.2 0-.2.2-.5.4-.6 0 .2-.2.5 0 .3 0 0 .4-.5.4-.8-.2 0-.3.5-.4.4l.3-.6c.2 0 .6-1 1.3-1.8h.2l1-1.4c.2-.3 1-1 .8-1l-1.7 1.9c.6-.8 1-1 1.2-1.5 0 .2.6-.5.4-.4-.2.3-.3.4-.4.3 0 0 .2-.2 0-.3l-.5.6c0 .2.2.2.2.3H55c-.3.2-.8.6-1 1l-.4.8c-.2 0 0-.3-.2 0 0 .3-.2.3-.2.4-.3.2-.5 1-1 1.2-.6 1.2-1.6 2.2-2 3.3l.6-1c0 .3-1.3 2-1 2-.8 1-1.5 2.3-2.2 3.6.4-1 1.3-2.3 1.7-3.2L47.5 15c.8-1.8 1.7-3 2.7-4.8l.2-.5-2 3.4s0-.2 0 0c0 .3 0 0-.2.3l-.4 1c0-.5-.3.4-.3.5v.2l-.8 1.4c0-.4.6-1 .7-1.5-.3 0-.5 1-.6 1l1-2-.6 1.2c0-.3.3-.6.3-.7 0 .3 0 .5-.3.5v.4H47c0 .6-.8 1.2-1 2 0-.2 0 0 0 0v.3s0 .2-.2.3v-.4l-.4 1 .4-1c0 .2-.2.2-.3.4l.5-1v.2l.3-.5c0 .3-.4.8-.3 1l1.4-3c-.4.8-.7 1.2-1 1.4.3-.3.3-.3.4-.7-.8 1.2-1.2 2.3-2 3.4 0 .2 0 0 0 0 0 .3-.2.6-.4 1 .4-1 .8-1.7 1-2.5v.2c-.2 0-.3.3-.2.2-.3.4-.7 1.7-.6 1l-1.3 2.6.2-.5c-1.4 3-2.7 6-4 9.4l-1.2 3-.5 1.6c-1 2.7-2 5.4-2.7 8.2 0 .3 0 .6-.2.8 0-.4-.3-.8-.4-1.2L33 38.1l-1-2.5-.3-1c-.4-1.4-1-3-1-4l-.3-.6-1-4c-.2.3-.2.5-.3.2 0 1-.7.5-.6 2 0-.3 0-.5-.2-.8 0 0 .2.7 0 .7-.2.3-.3.3-.3 1.2-.2-.2-.2-.2-.2 0 0-.3 0-.5-.2-.6v.7c0-.5-.2 0-.3-.3v.8l-.2-.8v.7-.2.7c-.3-.6-.3.3-.6-.3 0 .5-.3 1-.5 1 0 .3-.2 0 0 .6-.3-.5-.3-.3-.3 0 0-.2-.2-.4-.2-.3v1l-.5-.7c0 1.5.4 3.7 1.2 6.2l1.2 3.7s0 .3.2.5l2.4 7.6.3 1 .7 2c.6 1.6 1 3 2 5.3.7 1 1.5 2.5 3.3 1 1.8-2.3 1-2 1.5-2.6l1-2.6c1.4-5 3-9.8 5-14.2.6-1.7 1.2-3.3 2-5 1-2.6 2.2-5.2 3.4-7.6 1-2 2.2-4.8 3.3-6.7l2.2-3.7.3-.4c0-.3.4-.5.6-1 0-.3.8-.8.8-1.3.3 0 .5-.5.7-.8h.2c0-.2.2-.3.3-.5 0 0 .6-.5.3-.4.6-.7 1-1.5 1.8-2 0-.3.3-.6 0-.2.3 0 .3-.3.4-.2 0-.2.2-.3.2-.2H60s.3-.2.3 0v-.3c0 .2.3-.4.3 0 .2-.2 0-.3.2-.4.2 0 0 0 0-.2h.3l1-1 .6-.6c-.2 0-.3.3-.5.3v-.2l-.2.3s-.2 0-.5.3c0 .3-.3.2-.4.3 0 0 0-.2.3-.2v-.2l.7-.5s-.4.2 0-.2c-.3.2-.4.4-.4.5 0-.3-.4.3-.6.3 0 .4-.4.5-.7.7l.3-.3s-.2 0-.3.2v-.2l-.4.5h-.2c-.2 0-.2 0-.2.2-.2 0-.2 0 0 0-.3 0-.3.2-.3.3-.2.2-.3.3-.5.3L60 7.6l.7-.6 1-1s0-.2.2-.2c0-.4.3-.5.5-.6 0-.4.4-.4.5-.5.4 0 .8-.4 1.3-.7.8-.4 1.7-1 2.5-1-.3 0-.8.4-1 .3zm-6 2.2c0-.2 0 0 0 0zm0 0s-.3.2 0 0zm.5-.8c.2 0-.2.2 0 0zm-.6.4s0 .2 0 0zm-.5.2c.3 0 0 .2 0 0zm.5-.7s.3 0 0 0c.2 0 .2 0 0 0v.2-.2zm0-.6c.3 0 0 .3 0 0zm0 .4c.2 0-.2.3 0 0zm-.3 0c.3 0-.3.2 0 0zm0 .7s-.2.4-.2.2c0 0 .2 0 .3-.2h-.1zm.7-2.5s-.3.3 0 0zm-3 2.8c.2-.2-.4.3 0 0zm-2.4.7c.2-.2 0 .2-.2.3-.2.2 0-.2.2-.3zm-2.8 3.5c.2-.3-.4.3 0 0zm-.3.3c.2-.2-.2.4 0 0zM55 4.6c.2-.2-.2.3 0 0zm-.3.3zm-.7 1c.2-.3-.2.2 0 0zm-.2.2c.2 0 0 0 0 .2v-.2zm-.7 1c.3-.2 0 .3 0 0zm-.4.7c.2-.2 0 .2-.2.3 0 .2.2-.2.2-.3zm-5.9 7.8c.2-.4-.2.2 0 0zm-.2.2c0-.3-.4.6 0 0zm-.4.3c.2-.4 0 .3 0 .2 0 0 0 .3-.3.5 0-.2 0-.6.2-.7h.1zm-.5 1c-.2.5.2-.4 0 0zm0-.2s-.2.5 0 .5l-.2.2c0-.2 0-.4.2-.7zM31.3 33.6c-.2-.5 0-.7 0 0zM45.7 18v.2-.2zm-.4-.3v.3l-.2.8c.2 0 .2-.4 0 0 0-.4 0-.6.3-1l-.1-.1zm-.3 1.2c.2-.3 0 .4 0 0zm-.2 0c.2-.3 0 .4 0 0zm0 0c.2 0 .2 0 0 0 0 .8 0 .2 0 0zm-.7 1.8c.2-.4 0 .4 0 0zm.8-1v.3c-.2 0 0-.2 0-.4v.1zm-.2 0c.2-.3-.2.5 0 0zm0-1v.1-.1zm-.2 1.2c.2-.3 0 .5 0 0zm-.3 0c0-.2.2-.4.3-.5v.2s0 .3 0 0c0 .2 0 .4-.2.6 0 0 .2-.3 0-.3v-.3l-.1.3zm-.3 1v-.4c.2 0 .2 0 .2.3l-.5.7s0-.8.3-.6zm-.5.8c.2-.4 0 .4 0 0zm-.3 0c0-.3-.2.3-.2.4-.2.3 0-.2 0-.4h.2zm-1.2 2.7s-.2.4 0 .5c-.3.2-.2-.3 0-.5zm0 .5zm4-6.8c.3-.3 0 .4 0 0zm-.2.5v-.3c0-.2.3-.3.4-.6l-.4 1v-.1zm1-1.5zm0 1c0-.3-.2.3 0 0zm-.3-1.4c.2 0-.2.3 0 0zm0 2.4l.4-.6c0 .2 0 .3-.4.6zm3-5.6c.2-.3 0 .4 0 0zm0-.4c.3-.3 0 .3 0 0zm.2-.3c.2 0 0 .5 0 0zm.2 0c.2-.4-.2.3 0 0zm.3-.7c.2-.2-.2.4 0 0zm.4-.7c.2-.2 0 .4 0 0zm.4-.6c.2-.2-.2.3 0 0zm0 0c.3-.3 0 .3 0 0zm.6-.7c.2-.3-.2.4 0 0zm.6-1.5l-1.5 2s0-.2 0 0l.3-.7.2-.6c.4-.3.7-.7.8-1l.2.3zm-1.5 2.5l-.3.3c0-.2.2-.2.2-.5v.3l.1-.1zm-.7.7c.4-1 1-2 1.4-2.5l-1.5 2.3.1.2zm1.7-2.7c.2-.2 0 .4 0 0zm3.5-5l-.7.7c0-.3.5-.6.7-.8v.1zm-.8 1.2c.3-.2 0 .3 0 0zm-.5.2zm-.2.4c.2 0-.2.4 0 0zm-.3.6s.2-.4.2-.2c.2-.2.8-1.3 1-1.2-.5.4-.8 1-1.4 1.8l.2-.4zm-.3.3s-.4.4-.2.4c-.8.6-2.5 3.4-3 4.6 1-2.3 1.8-3.3 3-5h.2zm-3.3 5l-.2.4.2-.4zm-.3.3v.2c-.2.3 0 0 0-.2zm-.2.5l.2-.2-.3.6.1-.4zm-.2 1c.2-.4-.3.3 0 0zm-.4.5c.2-.3-.2.3 0 0zm0-.2s-.3.3 0 0zm-.3.8c.2-.3 0 .4 0 0zM47 16.6l.5-1-.5 1zm.8-.6l-.3.7c0-.3 0-.2.3-.6V16zm-.2 1.2c.2-.3-.2.4 0 0zm0 .2c0-.3.2-.2.2-.4 0 0-.2.7-.2.4zm1.5-3.8c0-.4 1-1.4 1-2v.4l.5-.7v-.7.4l-2.8 4.6 1.3-2.4v.4zm-1 3s-.3.2 0 0zm0-.5s.3-.3.3-.5c0 .2 0 .6-.2.6l-.1-.1zm.7 0c-.3.2 0-.3 0-.4v.4zm0-.8c-.2.2-.2.7-.3.5v.2c-.3.2 0-.7 0-.3v-.3l.5-1s-.3.6 0 .4c0 .3-.2.7-.3.4l.1.1zm5-7.7c.2.2-.2.4 0 .4l-.4.3v.4c-.2 0 0 0 0 0-.3.2-.2 0-.4.4.2 0-.4.4-.5.5l1.3-2zm-1.3 2.2c.2-.2-.3.4 0 0zm-.4.6c.2-.2-.2.3 0 0zm0 0c-.2 0 0 0-.3.3l.2-.4.1.1zm-1.2 2c0-.3.3-.3 0 0zm0 0h-.2.2zm-.6 1c0-.3.3-.6.3-.4-.2 0-.3 0-.3.2v.2s-.3.6-.5.5l.5-.8v.3zm0-.3c.4-.2 0 .4 0 0zm-1 2.7c-.2 0 0-.4 0 0zm0-.6c-.3.3 0-.2 0-.3.3-.2 0 .3 0 .4v-.1zm.4-.3c0 .4-.4.6 0 0 0-.2.3-.4 0 0zm.4-.8c-.4.5.2-.3 0 0zm.6-1v-.2c.2 0-.4.7-.5 1l.6-1-.1.2zm-.3.6v-.2.2zm.2-.4s-.2.3 0 0zm.6-1l-.2.4c.2-.2 0 .2 0 .4-.2 0 0-.4 0-.4l.4-.6v.3l-.2-.1zm0-.4c0 .2 0 .3 0 0 0 0 0 .2 0 0 0-.3.3-1 .5-1 .2-.3 0 .2 0 0l-.5 1c.2-.2.3-.3 0 0zm1.2-1c-.3 0-.7 1-1 1 .5-.6.8-1 1.3-2v.5c-.2 0-.4.3-.3.4v.1zm.3-.7c.2-.2-.2.4 0 0zm0-.2c.2.2 0 0 0 0l.2-.2v.2h-.2zm2-2l-.2.3.2-.3zM54 9.7c.2 0-.2.4 0 0zm.4-.5V9v.2zm.3-1c0-.2-.5.5 0 0zm0-.4l.2-.4c.2 0 0 .3-.2.4zm7 0l-.2.3c-.2 0 0-.3.2-.3zm-.7 1c0-.2.2-.2 0 0 0 0-.3 0 0 0zm-.5.3c.2-.2-.2 0 0 0zm-.4 0s-.3.2 0 0zm-1 1c.3 0 0 .3 0 0zm.7-3.6c.2-.2-.3.2 0 0zm0 .5c0-.3 0-.3 0 0zm-.5-.4L59 7l.2-.4h.1zm-.3 1c0-.3-.4.2 0 0zm-.4-1c.2-.2-.2.2 0 0zm0-1.2s-.2.3-.2 0h.2zm0 0c0-.2-.3.3 0 0zm0 1c0-.3-.3 0 0 0zm-.3-.6c.2 0-.2.3 0 0zm0 1.5c0-.3.4-.6.6-.8l-1 1 .2-.2h.2zm.4-.4c.3-.3-.4.3 0 0zm-.5 1.5l.3-.5c0 .2-.2.4-.3.5zm.2 0c.2 0-.2.4 0 0zm-.3 2c.3-.2-.2.3 0 0zm0-2.5s-.4.4 0 0zm0 2.3l.2-.2c0 .2-.2.6-.2.2zm.2-2l-.2.2.2-.3v.1zm0-.2s-.2.4 0 0zm-.5.2c0-.2.7-.8.8-1l-.8 1zm0-1.3v-.3V6.9zm0 0zm0-.4s-.3.3 0 0zm-.2.5c.2 0-.2.3 0 0zm0 .6l-.2.3v-.3s.2-.2.2 0zm.5 0c0 .3-.3.3-.5.6 0-.2.3-.4.5-.6zm0-.5v.4h-.2c0-.2 0-.2.2-.4zm0 0c0 .3-.3 0 0 0zm-.3 2c0-.2.2-.3 0 0zm.3-3.4c0 .2-.2.3-.3.5-.3.2 0 .4-.4.6 0-.3.4-.7.7-1v-.1zm-.8 1c0 .2-.2.3-.3.4 0-.3 0-.4.2-.4h.1zm0 1.2l-.3.5v-.5h.3zm0-1.3l-.2.2v-.2h.2zm-.4.5c.2 0-.2.3 0 0zm-.2 0v-.4.4zm.2-.5l-.3.2v.3-.2l-.5.5c0-.2.3-.3.5-.6 0 0 .3-.4.3-.2zm-.6.7c0 .2 0 .3 0 0zm-.2 2.5c.3 0 0 .3 0 0zm0-2.6c.3 0 0 .4 0 0zm.3-1.4V6c0 .3 0 0-.3.4 0-.2 0-.4.3-.6zm-1.4.8c0-.3.6-.8.8-1v-.2c.3-.2 0 .4 0 .2l-.8 1zm1 .3l-.2.4s0-.3.2-.4zm0-1c-.2.2-.7.6 0 0zm0 1.3s0 .2-.2.3c0-.3 0-.4.2-.3zm-.8.6v-.2c.2 0 0 .2 0 .2zm.2-1.4c.2-.2-.2.3 0 0zm.3-.2c-.5.4 0 0 0 0zm0 .4c-.4.4.2-.2 0 0zm0 2.4v.2V9zm0 1l.8-1c-.3.6-.6 1-.8 1zm.6-.5c.3-.3 0 0 0 0zm.2.4c.2 0-.2.2 0 0zm0-.8v-.3s.3 0 .2-.2c0 0 0 .2.2 0l-.4.6v-.1zm.5.2v-.2c.3 0 0 .4 0 .2zm0 1.7c0 .2 0 0 0 0zm0 0c.3 0 0 .4 0 0zm.3-4c.2-.2-.2.3 0 0zm0 4c0 .2-.2 0 0 0zm0-2.6c-.2.2.3-.3 0 0zm0 2.3c.2 0 .2 0 0 0zm.5-.2l-.2.2s0-.2 0 0v-.1h.2v-.3c.2-.3 0 .4.2.2h-.2zm.3-.3s.2 0 0 0zm.4-.3c.2-.2-.3.3 0 0zm-.2 0c-.2.2.2 0 .2-.2.2-.2 0 .2-.2.2zm.6-.4c.2-.2 0 .2 0 0zm-.2.3c-.3.2.2-.2 0 0zm0-.4c0-.3.3-.6.4-.8 0 0-.2.5-.5.7l.1.1zm.5-3c.3 0 0 .2 0 0zm.8 0c0 .2-.3.2 0 0zm-.5 2s0-.2.3-.3c0 0-.2 0-.3.3zm.5-1.6c-.2 0-.2.2-.3.3 0 0 0-.2.2-.3l.2-.2-.2.2h.1zm.2-.6c-.4.2.2 0 0 0zm.2 1h.2s-.3.2-.2 0zm.6-.4s-.2 0 0 0zm0 0l.5-.6c0 .2 0 .4-.4.5l-.1.1z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M64 4l-.2.2s.4 0 .3-.2H64zm0 1.6c.3 0-.2 0 0 0zm-.5-1.8s.5-.2.3-.2c0 0-.5.2-.3.2zm-.1-.2s.4-.3.2-.3c0 0-.4.2-.2.2v.1zm.1-.6c.3 0-.6 0 0 0zm0 .9c.2 0-.3 0 0 0zm.3 1.9c-.2 0 .2 0 0 0zm-.1.1c-.2.2.2 0 0 0zm-.3-1.7V4v.2zm-.7-.3c.3 0 .4 0 .6-.3-.2 0-.6 0-.6.3zm.7 1.9s.2-.2 0 0zm.1.1c-.5 0 0 0 0 0zM63 3.2c0 .2.3 0 0 0zm.4 2.9c-.3 0 .2 0 0 0zm0-.3s-.2.2 0 0zm-.7-3.7c.2 0 0-.2 0 0zm.3.5h-.2.2zm.3 3.8c0 .2.3 0 0 0zM63 3.2c-.3.2 0 0 0 0zm.2 2.4H63h.2zM63 4.2c-.3.2.2 0 0 0zm.2 1.8c-.2.2.2 0 0 0zm0-.1c-.2 0-.4.3 0 0zm-.5-3c-.2 0 0 .2 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M62 3.3c0-.2.7-.4.6-.4-.2 0-.6.2-.6.4zm.7-.1s-.2 0-.2.2c0-.2.2 0 .2-.2zm0 .4c.2 0-.4 0 0 0zm.3 2.2c-.2.2.2 0 0 0zm-.3-1.5c-.2 0-.7.4-.6.4.3 0 .8-.2.6-.4zm.3 2.3s-.4.2-.2.2c0 0 .4-.2.2-.2zm-.4-3s0-.2 0 0zm.4 2.6c-.4 0-.2.3 0 0zm-1-6c-.3 0 .3 0 0 0zm.3 1.6c-.3.2.2 0 0 0zm.3 2.4c-.5.2.2 0 0 0zm.4 2.4c-.3 0 0 0 0 0zm-.8-4.5c-.2.2.3 0 0 0zm-.7 2.5c0 .3-.4.2-.6.6.3-.2 1-1 1.6-1.3-.5 0-.8.8-1 .7zm.7-2.3c0 .2.2 0 0 0zm.2 1.3c-.2 0 0 0 0 0zm.4 2.5c-.2.2.2 0 0 0zM62 .8c-.3.2.2 0 0 0zm.4 2.8c-.4.3.2 0 0 0zM62 2.4c-.2.2.3 0 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M62 3.8c.2 0 .3 0 .3-.2 0 0-.2 0-.2.2H62zm.6 2.4c-.2.2.2 0 0 0zM62 2.3c-.2 0-.6.4-.5.3l.5-.3zm0 1.3c-.2 0 .2-.2 0 0zm.5 3l-.4.3c.2 0 .6-.4.4-.3zM61.6.8c-.3.2.2-.2 0 0zm.2 1.8h-.2c0 .3.3 0 .2 0zm.2 1.2s-.6.3-.3.4c0-.2.3-.2.3-.4zm0 .2c-.2.2.2 0 0 0zm0 .6c0 .2.3 0 0 0zm0 .3c0 .2.3 0 0 0zm-.6-3.6c.3-.2 0-.2 0 0zm.4 2.3c-.2 0 0 0 0 0zm.5 3c0-.2 0-.2 0 0zm-1-6.4c-.4.2-1 .6-1.5 1.2-.3.2-.2.4-.6.5v.2l.6-.5L61.3.2zm.1.4c-.2 0-.6.3-.7.5.3-.2.4-.2.7-.5zm-.4.6c-.2.3.4-.2.4-.3 0 0-.4.4-.4.3zm.8 2.4c.2 0-.4.3 0 0zm.5 3.3c-.2.2.2 0 0 0zm-1.1-5.6c0 .2.2 0 .2 0H61h.2zm-.2.3c0 .2 0 .2-.2.3l.6-.5-.4.2zm.6 2c.2 0 0-.2 0 0zM62 6c0 .2.3 0 0 0zm-.4-2.9l-.7.6c0 .2-.4.3-.4.5l.6-.6H61c.2-.2.7-.3.6-.5z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M61 1c.3-.2 0-.2 0 0zm.6 2.6c-.2.2 0 .2 0 0zm-.1-.2s-.2.3 0 0zm.2 1.5c-.3.2.2-.2 0 0zM61 1.6c.2-.2 0-.2 0 0zm.3 1.4s0-.3 0 0zm.3 1.4c-.2.2.2 0 0 0zm.4 1.8c-.3.2 0 0 0 0zm-.7-3c-.2.3.3 0 0 0zm.1 1.1c0 .2.3-.2 0 0zm-.4-1l.3-.3c-.2 0-.3.2-.3.3zM60.7 0c-.5.2.2-.2 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M61.2 2.9c-.2.2.2 0 0 0zm.2 1.7c-.3 0 .2-.2 0 0zm-.4-3c-.3.2 0 0 0 0zm-.5 3.7l.3-.3c0-.3.4-.3.5-.6 0-.2-.2 0-.3 0 0 0 .2-.2 0 0 0 .3-.5.5-.8 1 .3-.2.3-.3.5-.3l-.2.2zm.5-.7c.2 0-.2 0 0 0zm.4.6c-.2 0 .2 0 0 0zm0 1.4c.2 0 .3-.4 0 0zm-1-2.7l-.3.4 1-.8c-.2 0-.5.5-.6.3l-.1.1zm1.3 3.7c-.3.3.2 0 0 0zM60.4.2c-.3.2.2-.2 0 0zm.3 1.7s-.2.2 0 0zm.1.1c-.3.2 0 .2 0 0zm.2 1.1c-.3.2 0 .2 0 0zm-.2-.5c-.2.3.2 0 0 0zm.2.4c-.2 0 0 0 0 0zm-.8-1.1c.2 0 .2-.2.3-.2 0-.2-.3.2-.3.3v-.1zm.6 1.5c-.2.3.2 0 0 0zm.5 3.6c.3 0 0-.4 0 0zm-.9-2.8l.5-.5c-.3.3-.6.4-.6.6l.1-.1zm-.1-1.9c.2 0 .4-.3 0 0zm.4 1c-.3.2.2-.2 0 0zm.8 4.6c-.3.2.2 0 0 0zm-1.2-6.5c-.2.2.2 0 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M60.6 3.6c-.2.4.2 0 0 0zm.2 1s-.3 0-.3.2c.2-.2.3 0 .3-.3v.1zm-.1-.4h-.2c0 .3.2 0 .2 0zm.3 2.9c0 .2.3 0 0 0zm-1-5.5c-.2 0 0 0 0 0zm.4 2c-.2.2.2-.2 0 0zM60 1.8c.3-.2-.3.2 0 0zm.2 1.2c-.5.3.2 0 0 0zm0 .1c.2 0-.4.3 0 0zM59.8 2c.3-.2-.3.2 0 0zm-.1-.2c-.2.3.3 0 0 0zm.5 2.8c.2-.3-.2 0 0 0zm.1.3l-.3.3s.5-.3.3-.3zm0 .2c-.2.2.2-.2 0 0zM60 3.4c-.3.2 0 0 0 0zm0 2.2s.4 0 .3-.2c0 0-.2 0-.2.2H60zm.7 2c-.2.3.2 0 0 0zm-.1 0s.2 0 0 0zM59.5 2c-.2.2.2 0 0 0zm.5 2.4s0-.3 0 0zm-.3-1c-.5.3.2 0 0 0zm-.3 0c.4 0 .2-.3 0 0zm-.1-1c-.2.2.3 0 0 0zm1.1 5.2l-.5.5.4-.4.1-.1zm-.9-3.8c-.3.2.3 0 0 0zm.2 1c-.2.2.3 0 0 0zM59 2.6c0-.2.2 0 .2-.3-.2 0-.2 0-.2.2v.1zm.2 1.6s.3-.2.2-.3c0 0-.4.4-.2.3zm-.2-.6c.3 0-.2.3 0 0zm-.4-1c-.2.4.3 0 0 0zM59 4c-.3.2 0-.2 0 0zm0 .2c-.3.2.2 0 0 0zm1 5.2c-.2.2.2 0 0 0zm-1.5-6.6c-.3 0-.6.7-1 1 0 0 1-.8 1-1zm.3 1.2c-.4 0-.2.3 0 0zm0 .3c-.2.2.2 0 0 0zM60 9.4c-.2 0 0 0 0 0zm-1.7-7.1c-.2.2.2-.2 0 0zM58.7 4.2l-.2.3c0-.2.3-.3.2-.3zm-.4-1.6c.2-.2-.4.2 0 0zm-.6-1c-.2.2.2-.3 0 0zm0 .2c-.2.3.2 0 0 0zm-.4.1c.3 0 .2-.3 0 0zm.2.7l.2-.2h-.2v.2zm.5 2.2c-.2.3.2-.2 0 0zm-.7-2.7c-.2.3.2-.2 0 0zm-.1.2v.3l.2-.3c0-.2 0 0-.2 0zm-.2-.7c0-.2 0-.5 0 0zm.4 1c-.2 0 0 .3 0 0zm1.6 7.8c0 .2.3-.2 0 0zm-2-8s.3-.4 0-.3c0 0-.3.5 0 .3zm.4.8c-.3.3.2-.2 0 0zm.1 2c.2 0 .2-.2.2-.3h-.2v.3zM57 1.6c-.2 0 0 0 0 0zm0 .2s0-.3 0 0zm0 .1c-.6.5-.2.3 0 0zm0 .7c-.3.2.2-.3 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M56.8 1.9l-.2.2c0 .2.2 0 .2-.2zm.2 1.7c0 .2.3-.2 0 0zm1.7 7.2c-.2.3.2 0 0 0zm-2.1-7.9c-.2.3.3-.2 0 0zm-.1.3c.2 0 .3-.4 0 0zm-.1-1.1c.2-.2-.4.3 0 0zm.2 2.1s.4-.4.2-.3l-.2.3zm-.3-1.8c.2-.2-.4.4 0 0zm2.1 8.9l-.2.2.2-.2zM56 2.6v-.2.2zm-.3-.8c-.2.3.2-.2 0 0zm0 .3c.2-.2-.4.3 0 0zm.5 2.1c-.2.2.2-.2 0 0zm-.5-1.8c-.2.2.2-.2 0 0zm.3.8c-.3.3 0-.2 0 0zM55.5 2c-.4.4.2-.2 0 0zm0 2.6c.2 0 .5-.3.6-.7l-.5.8-.1-.1zm.5 0c0 .2.4-.3 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M56.2 4.6H56c0 .3.3 0 .2 0zm-.6-2c.2 0-.5.5 0 0zm0 1c0 .2.4-.4.2-.2l-.2.2zm-.4-1.3l-.6.7c.2-.2.8-.7.6-.7zm.1.3c-.2.2.2-.2 0 0zm.5 2c-.5.4.2-.2 0 0zm-.3.3c-.2 0 0 .4 0 0zm.1.2c-.4.3 0 .2 0 0zm-.2-.3l-.5.6c0-.3.3-.4.4-.5l.1-.1zm0 1s-.2.3 0 0zm-.8-2.2c.2 0-.4.5 0 0zm.4 2.5c.2 0 0 0 0 0zm-.7-2.7s.2-.2 0 0zm.4 1.9l.2-.3-.3.3h.1z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M55 5.4l-.5.4h.2l.2-.3c-.2 0-.2-.2 0-.2l.1.1zM54.4 4c-.2.3.2-.2 0 0zm.2 2l.2-.2s-.2 0-.2.2zM54 3.8c0 .3.3-.2 0 0zm.3 2.1c0-.2.3-.4.3-.5 0 0-.3.3-.3.5zM54 3.6c-.5.7 0 0 0 0zm0 .5l-.3.3c0-.2.3 0 .2-.3h.1z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M54 4.3c-.3.3 0-.2 0 0zm-.3-.1c-.2 0-.6.7-.8 1 0-.2.4-.5.7-1h.1zm-.1.4c0 .2 0 .2 0 0zm.4 2s.3-.3.2-.4L53 7.9c.2 0 .6-.7 1-1.2v-.1zm0-1c-.2 0-.3.2-.2.2.2 0 0-.2 0-.3l.2.1zm-.7-1.5c-.2.4.2-.2 0 0zm.7 2.2c-.3.4 0-.2 0 0zm-.7-1c0 .4.2-.2 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M53.3 5.4c0 .3.3-.2 0 0zm.2.7l-.2.3.2-.3zm.2.5c-.2.3.2-.2 0 0zm-.5-1s-.5.6 0 0zm.2.4c0 .2 0 0 0 0zm0 .4c-.4.5.2-.2 0 0zm-.8-1.8c-.2.2.2-.3 0 0zM52.5 6l.4-.6c-.3 0-.6.5-.4.6zm1.1 2c.2-.2-.4.5 0 0zm-.9-2.2c-.2.3.2-.3 0 0zm.6 2.6c.2-.3-.3.4 0 0zm-.7-2.2c-.2.4.2-.2 0 0zm.1.7c-.2 0 0 .4 0 0zm-.2-.3c-.2.4.2-.2 0 0zm-.1 0c-.2.3.2-.2 0 0zm.6 2.3c.2-.2 0 0 0 0zm-1-3.5c0-.2-.5.5 0 0zm1 2.8c0-.3-.3.2 0 0zm-1-1.3c.5-.8 0 0 0 0zm.2-.3c-.3.5.2 0 0 0zm.8 2.3c-.2.4 0-.2 0 0zM52.2 7c0 .2-.6.8-.4.7 0 0 .6-.7.4-.7zm.4 1.6c.2-.4 0-.3 0 0zm.1 0v-.2.2zM52 6.9s.2-.4 0 0zm0-.3l-1.4 2c0-.2.5-.7.2-.5l-.3.6v.2c.4-.8 1-1.4 1.5-2.2v-.1zm0 2.5c0 .3.4-.2.5-.4l-.2.4H52zm-.2-1.9c-.3.2 0 0 0 0zm-.1.1c-.2.3.3-.2 0 0zm.3 1.8c-.3.4.2-.3 0 0zM51.2 7c-.2.4.2-.2 0 0zm.3 1.1v-.2.2zm-.3.5c-.7 1 0 .2.2-.3-.2 0-.2 0-.2.2v.1zm-.2-.4v.2c-.7 1-.2.5 0-.2 0 .2 0 0 0 0zm-.7-.8l-.7 1.2c.3-.3.8-1.2.7-1.2zm.4 1.9c-.2.4.2-.3 0 0zm-.7.3c.3-.4.4-.4.5-.8l-.3.2-.2.7v-.1zm.5-.6c.2-.2-.4.6 0 0zm-.1.6c-.2.3.2-.4 0 0zm-.1-.2c-.2.4.2-.3 0 0zm-.3.4c0 .4.2-.3 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M49.3 11.2c.2-.3 1.3-2.2.2-.4l-.2.4zm.3-2.6l-.2.5c0-.2.2 0 .2-.4v-.1zm-.3 2.3c0-.7.5-.5.6-1-.3 0-.5.4-.8 1h.2zm.9 1.5c.4-.5 0-.3 0 0zm-.8-1.5c.4-.6.2-.4 0 0zm-1.8 1.3L49 9.6l-1.4 2.6zm2.6.1c-.2.3.2-.3 0 0zm-.2.3s.2-.2 0 0zm-2-1c.4-.4 1-1.4 1-1.6l-1 1.6zm2 .8c-.2.4.2-.2 0 0zm0 .2l-.4.6.4-.7v.1zm-.8-1.2c0 .3.2-.3 0 0zm.1.2c.2-.4-.3.3 0 0zm-.3-.5v.2c-.4.7.2-.3 0-.2z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M49 11.2c0 .4.3-.3 0 0zm.8 1.8c-.2.3.2-.3 0 0zm-.8-1.2v-.4.4zm-.4-.4c0 .2.3-.3.3-.4l-.3.4zm.4 0c0 .3-.2.3-.4.6.2-.4 0 0-.2.2v.4c0-.3.5-1 .6-1.2zm0 .7s-.2.2-.2 0c.2-.2.3-.2.3-.4l-.4.8s.3 0 .3-.3v-.1zm-.2-.2c-.2.4.2-.3 0 0zm.6 1.9c-.3.4.2-.3 0 0zM48 12.4c.3-.3.5-.6.5-1l-.5 1zm.5-.5c-.2.4.2-.3 0 0zm.1.5s-.2.5 0 0zm0 .2c.2-.3-.3.4 0 0zm-.6-.8l-.2.4.2-.4zm.4 1l-.2.4.2-.4zm-.4.3l.2-.6-.2.5v.1zm0-.5c0 .3.3-.3 0 0zm.3.5c.2-.3-.4.6 0 0zm-.3-.5c-.2.3 0-.4 0 0zm.7 2c-.2.2 0 0 0 0zm-.7-1.7c-.4.5 0 .3 0 0zm-.3.1l-.5 1 .5-1zm.1.6c0 .2 0-.3 0 0zm.2.2c-.2.4 0-.3 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M48 13.9c0-.4-.3.5 0 0zm-.2-.3l-.2.3v-.3h.2zm-.8-.2c0-.2 0-.3.3-.7l-.7 1.3c-.2.3-.2.6 0 0l.4-.6zm.6 0c-.2.4.2-.3 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M47.6 13.6c-.4.6 0-.3 0 0zm0 .4c-.2 0-.3.6 0 0zm-.9.4l.3-.6-.3.6zm-.4.2c-.3.6.2-.2 0 0zm0 .4c-.2.4.2-.3 0 0zm-.1 0c.2-.2-.4.7 0 0zm.2.3c.2-.3-.3.5 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M46 15.6l.2-.6c-.2.2-.3.3-.3.5-1 1.3-.4.6 0 0l.1.1z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M46.2 15.2l-.6 1.3.6-1.4v.1zm-.2.7c.2-.3-.2.5 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M45.8 16.2c-.3.5 0-.3 0 0zm-.1.4c.2-.4-.2.4 0 0zm.3.4c-.3.3 0 0 0 0zm-.6-.4c0 .3.2-.4 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M45.5 16.6c-.2.5 0-.2 0 0zm-.2 0c-.6 1-1.3 2.6-1.7 3.6l1.7-3.6zm-.3 1.2c.3-.4-.2.5 0 0z"}}),a("path",{attrs:{fill:"#EC1C24",d:"M45 18c-.2.4 0-.4 0 0zm0 .2zm-.3-.2c-.2.2 0 .4 0 0zm-.7 1.6c.2 0 0 0 0 0z"}}),a("path",{attrs:{fill:"#020202",d:"M12 52.8c-1.7 0-3.3-.3-4.7-1-1.4-.5-2.7-1.3-3.8-2.3-1-1-2-2.3-2.5-3.6-.6-1.3-1-2.8-1-4.3 0-1.7.4-3.4 1-5 .6-1.4 1.4-2.8 2.4-4 1-1 2.3-2 3.8-2.5 1.5-.6 3-1 5-1 1.5 0 3 .4 4.3 1 1.3.4 2.5 1 3.4 2 .8 1 1.6 2 2 3 .6 1.2 1 2.4 1 3.6H4.5c0 1.6.2 3 .6 4.3s1 2.4 1.8 3.4 1.7 1.7 2.7 2.2c1 .4 2.2.7 3.4.7 1.2 0 2.2-.2 3-.5 1-.3 2-.7 2.7-1.2.8-.5 1.4-1 2-1.8.5-.7 1-1.4 1.2-2l1.3.5c-.3 1.2-1 2.3-1.7 3.3-.8 1-1.7 2-2.7 2.7-1 .8-2.3 1.4-3.5 1.8-1.2.5-2.4.7-3.6.7h.3zm4.7-16c0-.8-.2-1.6-.5-2.3-.3-.8-.8-1.5-1.3-2-.7-.5-1.3-1-2-1.3-1-.3-1.7-.5-2.5-.5-.7 0-1.4.2-2 .5-.8.3-1.4.7-2 1.3l-1.2 2c-.3.6-.5 1.4-.6 2.3h12.1zm35.7-7.2h4.8V34l1.5-1.8c.5-.6 1-1 1.7-1.5l1.8-1c.6-.2 1.3-.3 2-.3.4 0 1 0 1.4.2.5 0 .8.2 1.2.5.3.2.6.5.8 1 .2.2.3.6.3 1 0 .6-.3 1.2-.8 1.6-.5.5-1.2.7-2 .7-.5 0-1 0-1.3-.2-.4 0-.7-.2-1-.4-.3 0-.5-.2-.8-.3l-1-.2c-.3 0-.6 0-1 .3l-1 .7-1 1-1 1.5v15.7h-4.8V29.6h.2zm28 23.2c-1.8 0-3.6-.3-5-1-1.7-.5-3-1.3-4.2-2.4-1-1-2-2.3-2.7-3.7-.6-1.3-1-2.8-1-4.4 0-1.7.3-3.2 1-4.7.6-1.6 1.5-2.8 2.7-4 1-1 2.5-2 4-2.5 1.7-.6 3.4-1 5.2-1 1.8 0 3.6.4 5 1 1.7.6 3 1.4 4 2.4 1.2 1 2 2 2.8 3.4.6 1.4 1 2.8 1 4.4 0 1.7-.3 3.3-1 4.8-.6 1.5-1.5 2.8-2.7 4-1 1-2.5 2-4 2.7-1.5.6-3.2 1-5 1h-.1zm1-1.7c.8 0 1.7-.2 2.5-.7.7-.5 1.4-1 2-1.8s1-1.7 1.3-2.7.5-2 .5-3.2c0-1.5-.2-3-.5-4.5-.3-1.4-.8-2.7-1.5-3.7s-1.6-2-2.6-2.5c-1-.6-2.4-1-4-1-.8 0-1.6.3-2.3.8-1 .5-1.5 1-2 2-.7.7-1 1.5-1.5 2.6-.3 1-.5 2-.5 3.2 0 1.6.2 3.2.6 4.6.4 1.4 1 2.7 1.6 3.8.7 1 1.6 2 2.6 2.6 1 .4 2.2.7 3.5.7l.3-.2zm27.6-1.7c-.6 1-1.5 2-2.6 2.5-1 .6-2.4 1-4 1-.7 0-1.4-.2-2-.5l-1.5-1c-.5-.6-.8-1-1-1.8-.2-.6-.3-1.4-.3-2.2V31.6h-4.2v-1c1.4 0 2.5-.3 3.3-.8 1-.5 1.6-1 2-2 .7-.7 1-1.6 1.4-2.6.3-1 .6-2 .8-3.3h1.4v7.7h5.4v2h-5.4v16c0 .3 0 .7.2 1 0 .2.3.5.6.7l.8.5 1 .2c.5 0 1 0 1.5-.4.4-.2.8-.6 1.2-1l1.4.8zm3-19.8h4.7V34l1.5-1.8c.5-.6 1-1 1.7-1.5l1.7-1c.6-.2 1.3-.3 2-.3.4 0 1 0 1.4.2.6 0 1 .2 1.3.5.3.2.6.5.8 1 .3.2.4.6.4 1 0 .6-.2 1.2-.7 1.6-.5.5-1.2.7-2 .7-.5 0-1 0-1.3-.2-.3 0-.6-.2-1-.4l-.7-.3-1-.2c-.3 0-.6 0-1 .3l-1 .7-1 1-1 1.5v15.7H112V29.6zm23.2 0v16.2c0 .6 0 1 .4 1.6l1 1.3c.6.5 1 .8 1.8 1 .6.2 1.3.3 2 .3.6 0 1 0 1.6-.3l1.6-.8 1.4-1.3c.6-.4 1-1 1.2-1.4V29.6h4.8v22.7h-4.8v-4.2c-.4.6-1 1.3-1.6 1.8-.6.6-1.3 1-2 1.5-.8.4-1.6.8-2.4 1-.8.2-1.5.4-2.2.4-1 0-2-.2-3-.6-1-.4-1.7-1-2.4-1.5s-1.2-1.3-1.6-2c-.4-1-.6-2-.6-2.8v-16h4.8v-.3zm28.4 21.6c.7 0 1.3 0 1.8-.3l1.4-.7 1-1 .2-1.3c0-.7-.2-1.3-.6-1.8l-1.4-1.5-2.2-1-2.4-1-2.4-1.2c-.8-.4-1.5-1-2-1.4-.7-.5-1.2-1.2-1.6-2-.4-.6-.6-1.4-.6-2.4s.2-1.8.6-2.5c.4-.8 1-1.4 1.7-2 .8-.6 1.7-1 2.7-1.3s2-.5 3.3-.5c.8 0 1.5 0 2.3.2.7 0 1.4.2 2 .5.8.3 1.4.7 2 1.3.8.5 1.5 1.3 2.2 2.2l-1.8 1.5c-1-1.4-2-2.5-3-3-1.2-.8-2.4-1-3.7-1h-2l-1.4.8-1 1-.2 1.2c0 .7.2 1.3.6 1.8.4.5 1 1 1.6 1.4.7.4 1.4.8 2.3 1l2.5 1.2 2.6 1c1 .4 1.7 1 2.4 1.4.7.5 1.2 1.2 1.6 2 .4.6.6 1.4.6 2.4s-.2 2-.6 2.7c-.4.8-1 1.6-1.7 2.2-.8.6-1.7 1-3 1.4-1 .5-2.4.6-4 .6-.7 0-1.4 0-2.2-.2-.6 0-1.4-.3-2.2-.6s-1.5-.7-2.3-1.3c-.8-.5-1.5-1.3-2.2-2l2-1.8c.6.8 1 1.4 1.7 2 .5.5 1 1 1.6 1.3.5.3 1 .6 1.7.8 1-.3 1.6-.2 2.3-.2l-.2.1zm25.4-1.8c-.7 1-1.6 2-2.7 2.5-1 .6-2.4 1-4 1-.7 0-1.4-.2-2-.5l-1.5-1c-.4-.6-.7-1-1-1.8l-.2-2.2V31.6h-4.2v-1c1.4 0 2.5-.3 3.3-.8 1-.5 1.6-1 2-2 .7-.7 1-1.6 1.4-2.6l1-3.3h1.3v7.7h5.4v2h-5.4v16c0 .3 0 .7.2 1 0 .2.3.5.6.7l1 .5 1 .2c.4 0 1 0 1.4-.4.4-.2.8-.6 1.2-1l1.3.8h-.1z"}})]))}}},71505:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 45 74"},u),...d},i.concat([a("image",{attrs:{overflow:"visible",width:"45",height:"74","xlink:href":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAABKCAYAAAAv6914AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdp bj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6 eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRh YmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0i aHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3Jp cHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8x LjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jl c291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBN TTpEb2N1bWVudElEPSJ4bXAuZGlkOjhCMzAyMThGMzY4QzExRUM5NDQ2RDk1MDJDM0VFOEIyIiB4 bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhCMzAyMThFMzY4QzExRUM5NDQ2RDk1MDJDM0VFOEIy IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi41IChXaW5kb3dzKSI+IDx4bXBN TTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjBFMDZDMkJGMzY4QzExRUM5 Qjc0RDk3MjY4RDAzRUY1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBFMDZDMkMwMzY4QzEx RUM5Qjc0RDk3MjY4RDAzRUY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4 bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+G4hu9QAAC9RJREFUeNrMm1uIHFkZx79TVX2byeSi D4KXRVhlFXGfVkFFEV/E68KuKIIXhPVhWUV8ySLoi6C4Cj5I8EFXWC8PC7K4CN4fVmEVNCw6ySSb mE12M0lnMp3MpTPT3TPdXef4nWt959Sp6s4mcbfhpC5d0/Wrf/2//zl1CTv4lR8BCIEN9Efof+Qq EMWy+x4/+3tTaLcz+NiD74DDh9uwh8szPoexPY7tJ9j+THclcEccp7LlOJ/bKTb5q1OcTkyT8/vY Erjzn3diO4ntQWx/wvaFW/3BOw39CWz/wfZGsu7n2B57tUJ/Hdtvw30YaxzF9ntsnVcT9I+x/TBc Kfz5jxjbvO2Vhm5j+yO2h6uABSlAbHfj/AlcvP+Vgn4LaIAP1wGDBTbLmBoNbE/j/Df+39AfMMBv nUths477679rivTOQTOmG36+iO1vYVGJiMLgK1w6EC7jUIhncfa1tx1adTzAoNFMf4UzT8wouJIl RBzYtvfh5BS2d91W6EYjWdzpj45d7d7odxYafSFEJbACigHLntD0hrndxi4L8Tqc/gtnP3dboPGH X59myTIk7JHnjncfGQ7G97Ra2QVR4V9zWjxbWFhnEwKfk24dt/slTr7HbhH6vYyxFQS++8CRDr++ tvOm0yd760sHW/fijp8J7RAWGy8nhzf24AF8rucfxW2fRvDGzUELU3AM/g4pO8JSBixhorHU5CdW 1mBzYzTodBofwv08HvqU+rXk3wiwN28GTgh+P/7dsonVeaCFrLlvI+wTLE1AAWNDtWFxqQXbmyNY WVmHhYUmCAZfRrKjswou9HNOIDkd6dERnxBv5zpWP5rMkW2/QMhvWVgJLoFBgWPOHWrD6bM96PV2 YbHTkBb+AcJ9lvs9X1xRao/CDsUBBQeA4B1c/7ukdgzM4B9og8+zJJF2MKAaXC7L9ZgesDsYw8rp dWi1UnlW5OdJbO/Gnfd4YAevGA2Mm/qADnjqKz6tgr4XO44VVPY9ygqqGVDtZ2cR2ZZQ7bPnN6G7 tgNLB5o2MI7LsTSCPBcmROjfPCy+yFRdEOj5URIpuAdQrmVU8w1OXQPqTVXTVdHEq5i9cQ4rZ67h sTF1LObTw3Yfgv26quByqnrg6aktRNImkSuXo7jmKZZZGxBljR3sMv6D2+gm8LQcwsuu8xe34OKl PqrdAiG83/00gnwnj0VaOA3mp8FlVx6kx08R6DFbaMxYAoifWVJYQqpcHAyDrCHhsf89dx1yziFN /S4Bl76Jx/GlvIgxlxrOt9bLVGUCzPXvKOhDOPMMQj7krEAsYRNDrwPPz0WiGG8fbMHq1R14cXUb lhabQLt3ppscp7wfd74VJgQnFphSH5sD4LRHxB/6Jyr6QVdo1gZW0URHm10PRF0IGnbvkKLiz1/Y hPH+FBYaKTTQOqkZDhovP4tA92Eb5hWZTBWeEoXtJ8Od3aNUZUzZVI03JRQzh8TAeNifZyz4JfOR 6XF9awhn0N93vfkIbO3vO1/yYiwtxyo3EGyBU7sQT1u1RWQ3GZ7aHYRb0pBGYQPkYO1BeAcGUWq5 JkMR1ob7kE4nsJfn9ue0MOayDGGyPJLPKiHMNLoHoaATDcCYA2YWiqzzgM33rGq8m6WQoVWEKLYR ZBBllz1L0JgjAoTAUvvMWkNDWmBGIM06eiDWOlXQ+JsyBqeCO4DIEDfsoqP+pYN0a67MASfMAVsr KDVZoXSxbA6oariCv6GUFMVpjnFMA4VFpboeuVE6ZgVWFCW1jDuIGqXl73D82t5/q4KmCosaO4SK ZwpYFWAIa5eLonPqpqagGKuwh+5oJsSfsQtNm8M3AyxtpQvRpUVRaF7kEXU9u9RcqnMDxGfY42aB bU5H1C1Ov5fRNOrq0gN7TmUPXg0NMxLChw08rdVNSkVXqA7FQdHlGk/bMxRenc+CpQkRquvmVSEm CelIgkKjcefBk2m0EBOzsQA25zVomBBVwEUhel208S74cNE0qdLRWGeGM+byr/ve3o2QhaiSI5rL kegD8GxTKXVSfRZuCdhsndGxhOfpwAr+slW6xtNyI1FjangZwIXSLF5oYfTZ025h5yhEfdtAzHNP xQF6aSGKg7Ce1jmdVBeaF4UQdOlsRo7NaQ/yQM1f8IALPwuVHs4agbqhFajPgdWDJax8v7dm4BTa wbdGIb+zB0ugGNUx//Q6K1SpXZkebK74iPoXfKVDPwvr6erCA783dDfS6tPDbmrvLs2VIBZYUODC Hti1qu2UPRjJXt8KzPkz9HLBy6rveuO2M3M6tAEBt0+MhfBV1p5OiKeBVXsZyl6fq9BETQ3SZIDI Adhe0KpeRF5ESaKylyzgF+SsUZCYoxIdMC9Hm1Xcqs7NQhF5UE6JKlg2b6zxGZ2Ls0QZ2J8333Fb iDWF5oCTosKcwDPG0xqC1wttgbko4tlT187z4jsuTCEyKI83IEgTT93ZY4sCospBwgcDUmzcxpyG 9AvReHqWb1noYXv5NcPTXIjaQqQJ4SLSAnNRTo6yPeawQqh6DbNgeNXCq5+POGVBeGoXBRhAG8WN PfzC863A/MsM70DqH+fqnfPKywBqh6qCo+tUulhPQ8IiVghsAiEsmwktk0PtiM2RHhQ4UNnB+ulR U2iM+Hae1CDbqkuuPDd+ZZXXWJ4NeBnYU95CR28JsIgVgu+j9z3MLYGskcHe/thcCMQ7GD8tggPg dL48TUreNfc2WBCDHjB5BSG0RftAGwY3RnB1eRWGOM1aGVEv0kwHxHkAjFXsAZOW0QE9o4P7Weqy 8h2j1mILdrcHsPZ8F2BvDP1LG+oxxsLhBZiMJv7fRZSFmLLWJm49R6VL9/GK8bX/bgerHSw1DyBw fwjdE5fQy0hxsKPANi9cg8HWsFCcR4BCYNIrFttzPBtcnRF9s6DOCvQAWOwtFQYtBB5sj6C7fAlU OLcbqnigmaltti5cx+8RvBlYhZNRnGcFC8tJKw448QdIdAwdjvbKr9TI/UngXQW8aoCbRd8tLDjA 9osbBbgD0MpxHvpWg/JcuO85WZ9AqGRYaBUel1jtxSYf3EBLLF/UlqDA9DUcA96/uAHD/kiCc9fD GXXV0y46DYsw100eSBKmQqW64NumgwpjOqxd/jcqPEXgTrN6dBSAj/qjMUuTPHbqy8vmoKTyuhCX stKAiEUu9sh6uaqNKbGzMWCXT64+icCDWmAK3kgB9nPoX+knR+56zZKK8RyCHAYvKXgJXhzXFwGl Xg9Kyko/yOeEzU4DNrtbYv3MWoLrPlOvcAAt9A18WaT5JFfPHItMNqPCwO/OPrk6A7/BX/hUNo+6 6hIHT2/aTOHqCz2xdb7HlGoYY1HgGKwdi+LOsYvnkgZPeSpy7sMGnQmXg65crf8+/sKj+qY6q4E1 O22imrKD7q50xe7lTabUzdJ64BDWvuiRk9EdZ8anMWBiDSEewr/6WfHENmYFskZ2GuPRRHRXLsMY fQzoZ5U4pZSoUZdblc0jL9NtJ6xccM7LKu74DfMe6l+9J7YhJR3VteQ4YmsoZC/HR/sM8ACit/dn qWuGl/pxFtevW0goxsvKChNtnJ81761eDE9mVgbGYXuaQnOhCdtrfXH11GW5U1S4XaOuCN9jK09z Cy3H2Fx1RFwkZSvoeflG+yexjWP1ndHxvHqEiwWXNRvQO98Tmy+sg3pVJkyIeaxgFeYEWE7HWmlu vuMkl1VCCHEMt/xqXXpm9Nl1s91Uj4e7p7piZ3UDYRvlgptlBZME5im9bhZcqjzGlmhQlxi5s4aE PTbrGiOzN+xbCy2Y7E/EFSy4vWs7OJ5s6feXhIi8BE3tIHyVubBvVxXQCpgbpXMljAQVaE6lbi72 EPkB/Ks/zPNcSRWi7OEG/aG4cvIS5Luy4NquQ6m1AlU3jyicE4UltJzucZU+mA6JscQ5/IuPY/vv vO+OZu3F9tL2+jasneoymKJEB9o+XAmWAgegPAJrVZ6Y5b1cQieqF8zhLybSRjfzwmvWe6l3ZuPc +kEVmtIS4X/UiapLIoyCcgpKFJbAEzMd5vox9JQ/Be3kay/nVej/CTAAGzPAIjmTKakAAAAASUVO RK5CYII="}})]))}}},32149:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 314.1 68"},u),...d},i.concat([a("g",{attrs:{fill:"#3E3A94"}},[a("path",{attrs:{d:"M272.1 30.9c1.8 2.3 2.5 5.3 2.3 8.3h-17.2c0 2.1.9 3.9 2.5 5.3 1.4 1.4 3.4 2.1 5.3 2.1 1.1 0 2.5-.2 3.7-.7 1.1-.5 2.1-1.1 3-2.1l1.6 1.4c-.9 1.1-2.3 1.8-3.7 2.5-1.4.7-3 .9-4.6.9-1.8 0-3.7-.5-5.3-1.4-1.6-.9-2.8-2.1-3.7-3.7-1.8-3.4-1.8-7.3 0-10.8.9-1.6 2.1-2.8 3.7-3.7 1.6-.9 3.4-1.4 5.3-1.4 2.5-.1 5.3 1 7.1 3.3zm0 6.2c0-1.8-.9-3.7-2.1-5.1-1.4-1.4-3.2-2.1-5.1-1.8-1.8 0-3.9.7-5.3 1.8-1.4 1.4-2.3 3.2-2.5 5.1h15zM280.4 21h2.8v27.6h-2.8V21zM307 22.6c6.7 3.7 9 11.9 5.5 18.6-1.1 2.3-3.2 4.1-5.5 5.5-2.3 1.1-4.8 1.8-7.3 1.8h-11V21h11c2.5-.2 5 .5 7.3 1.6zm-1.3 21.9c5.5-3 7.3-10.1 4.1-15.4-.9-1.8-2.5-3.2-4.1-4.1-1.8-.9-3.7-1.6-5.7-1.6h-8.3v22.7h8.5c1.8 0 3.6-.5 5.5-1.6zM96 48.4V20.1h19.5v5.3h-13.7v6.7h10.3v5.2h-10.3v11.1zM142.4 48.4l-5.1-8.3h-6.9v8.3h-5.7V20.1h11.5c7.3 0 11.5 3.7 11.5 9.9.2 3.9-1.8 7.3-5.3 9l6.4 9.4h-6.4zm-6-13.4c4.1 0 6-1.6 6-4.8s-2.1-4.8-6-4.8h-6V35h6zM157.3 48.4V20.1h20.5v5.3h-14.7v6.2h12.4v5.3h-12.4v6.4h15.1v5.1zM195 48.6c-3.2.2-6.2-1.1-8.3-3.7l-.2-.2 2.8-4.4.5.5c1.4 1.4 3.2 2.3 5.3 2.3 2.8 0 3.4-2.1 3.4-3.7v-14H190v-5.3h14.2v19.3c.5 4.6-3 8.7-7.6 9.2H195zM232.9 48.4l-2.5-6.2h-13.1l-2.5 6.2h-6l12.4-28.2h5.5l12.4 28.2h-6.2zm-4.8-11.3L223.7 27l-4.4 10.1h8.8zM43.3 37.9H28.7c-3.4 0-6.2-2.8-6.3-6.2V16.5c0-2.2 1.8-3.9 3.9-3.9 2.2 0 3.9 1.8 3.9 3.9v12c0 .9.7 1.6 1.6 1.6h11.5c5.8 0 10.5-4.7 10.5-10.5 0-6.5-5.3-11.8-11.8-11.8h-3.1C36.7 7.8 35 6 35 3.9 35 1.7 36.8 0 38.9 0H42c10.8 0 19.6 8.8 19.6 19.6 0 10.1-8.2 18.3-18.3 18.3z"}}),a("circle",{attrs:{cx:"26.3",cy:"3.9",r:"3.9"}}),a("circle",{attrs:{cx:"3.7",cy:"26",r:"3.7"}}),a("circle",{attrs:{cx:"3.7",cy:"42.7",r:"3.6"}}),a("circle",{attrs:{cx:"12.6",cy:"11.9",r:"3.9"}}),a("circle",{attrs:{cx:"12.2",cy:"56.9",r:"3.5"}}),a("circle",{attrs:{cx:"58.6",cy:"56.9",r:"2.7"}}),a("circle",{attrs:{cx:"26.5",cy:"64.8",r:"3.2"}}),a("circle",{attrs:{cx:"43.8",cy:"64.6",r:"3"}})])]))}}},13393:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},u),...d},i.concat([a("path",{attrs:{fill:"#4285F4",d:"M23.745 12.27c0-.79-.07-1.54-.19-2.27h-11.3v4.51h6.47c-.29 1.48-1.14 2.73-2.4 3.58v3h3.86c2.26-2.09 3.56-5.17 3.56-8.82z"}}),a("path",{attrs:{fill:"#34A853",d:"M12.255 24c3.24 0 5.95-1.08 7.93-2.91l-3.86-3c-1.08.72-2.45 1.16-4.07 1.16-3.13 0-5.78-2.11-6.73-4.96h-3.98v3.09C3.515 21.3 7.565 24 12.255 24z"}}),a("path",{attrs:{fill:"#FBBC05",d:"M5.525 14.29c-.25-.72-.38-1.49-.38-2.29s.14-1.57.38-2.29V6.62h-3.98a11.86 11.86 0 000 10.76l3.98-3.09z"}}),a("path",{attrs:{fill:"#EA4335",d:"M12.255 4.75c1.77 0 3.35.61 4.6 1.8l3.42-3.42C18.205 1.19 15.495 0 12.255 0c-4.69 0-8.74 2.7-10.71 6.62l3.98 3.09c.95-2.85 3.6-4.96 6.73-4.96z"}})]))}}},33889:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 31 20",xmlns:"http://www.w3.org/2000/svg"},u),...d},i.concat([a("path",{attrs:{d:"M27.776 19.938H3.167A3.17 3.17 0 010 16.77V3.167A3.17 3.17 0 013.167 0h24.61a3.17 3.17 0 013.167 3.167V16.77a3.17 3.17 0 01-3.168 3.168zM3.167 1.084A2.088 2.088 0 001.081 3.17v13.603a2.088 2.088 0 002.086 2.086h24.61a2.09 2.09 0 002.085-2.086V3.167a2.089 2.089 0 00-2.086-2.086l-24.609.003z"}}),a("path",{attrs:{d:"M16.614 17.576h-1.081v-5.733a1.076 1.076 0 00-1.075-1.075H6.58a1.076 1.076 0 00-1.075 1.075v3.168H4.425v-3.168A2.159 2.159 0 016.58 9.687h7.877a2.159 2.159 0 012.156 2.156v5.733zM10.52 8.739a2.917 2.917 0 110-5.834 2.917 2.917 0 010 5.834zm0-4.751a1.834 1.834 0 100 3.669 1.834 1.834 0 000-3.67zM26.385 4.683h-7.887v1.08h7.887v-1.08zM26.385 7.533h-7.887v1.081h7.887v-1.08z"}})]))}}},98688:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 177.7 35.1"},u),...d},i.concat([a("path",{attrs:{fill:"#FFF",d:"M42.8 0H4.6C2 0 0 2 0 4.4v26.3c0 2.4 2 4.4 4.6 4.4h38.2c2.5 0 4.6-2 4.6-4.4V4.4C47.3 2 45.3 0 42.8 0z"}}),a("path",{attrs:{fill:"#003168",d:"M30.4 5.2H18.1c-.6 0-1 .5-1 1v22.6c0 .6.5 1 1 1h11.6c11.5 0 12.4-9 12.4-11.5v-1.9c-.4-9.8-8.4-11.2-11.7-11.2zm-1.8 18H25V12h3.8s5.3-.4 5.3 5.4c-.1 5.9-5.5 5.8-5.5 5.8z"}}),a("path",{attrs:{fill:"#F04E23",d:"M14.3 11V6.2c0-.6-.5-1-1-1H7.5c-.6 0-1 .5-1 1v7.9l7.8-3.1z"}}),a("path",{attrs:{fill:"#003168",d:"M6.5 17v11.9c0 .6.5 1 1 1h5.8c.6 0 1-.5 1-1v-15L6.5 17z"}}),a("path",{attrs:{fill:"#003168",d:"M42.8 1.3c1.8 0 3.3 1.4 3.3 3.1v26.3c0 1.7-1.5 3.1-3.3 3.1H4.6c-1.8 0-3.3-1.4-3.3-3.1V4.4c0-1.7 1.5-3.1 3.3-3.1h38.2m0-1.3H4.6C2 0 0 2 0 4.4v26.3c0 2.4 2 4.4 4.6 4.4h38.2c2.5 0 4.6-2 4.6-4.4V4.4C47.3 2 45.3 0 42.8 0z"}}),a("g",[a("g",{attrs:{fill:"#003168"}},[a("path",{attrs:{d:"M55.9 29.9V5h4.8v11.9L71.5 5h5v.8L66 16.8 76.6 29v.8h-5.2L60.6 17.1v12.8h-4.7zM88.1 5h6l9.4 23.9v.9h-4.7L96.1 23H85.9l-2.6 6.9h-4.6V29l9.4-24zm-.8 14.3h7.4L91.5 11 91 9.7h-.2l-.4 1.3-3.1 8.3zM115 5h6l9.4 23.9v.9h-4.7L123 23h-10.3l-2.6 6.9h-4.6V29L115 5zm-.8 14.3h7.4l-3.2-8.3-.4-1.4h-.2l-.4 1.4-3.2 8.3zM133.8 29.9V5h11c5 0 8.2 3.3 8.2 7.2 0 3.8-2.5 6.1-5.5 6.8 1.4.5 2.5 1.9 3.4 3.8l2.5 6v.9h-4.7l-2.7-6.1c-1-2.3-2.5-3.6-5.1-3.6h-2.3v9.7h-4.8zm4.7-21v7.5h4.9c2.5 0 4.3-1.4 4.3-3.7 0-2.2-1.5-3.8-4.4-3.8h-4.8zM164.2 29.9V9h-8.7V5h22.2v4H169v20.8h-4.8z"}})])])]))}}},64876:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 306.09 269.83"},u),...d},i.concat([a("path",{attrs:{fill:"#fff",d:"M0 20v229.83a20 20 0 0020 20h137.32c103.77 0 148.77-58.12 148.77-135.18C306.09 57.89 261.09 0 157.32 0H20A20 20 0 000 20z"}}),a("path",{attrs:{d:"M157.29 251.46H37.86a19.22 19.22 0 01-19.2-19.2V37.57a19.22 19.22 0 0119.2-19.2h119.43c113.27 0 130.19 72.85 130.19 116.28 0 75.35-46.24 116.81-130.19 116.81zM37.86 24.77a12.82 12.82 0 00-12.81 12.8v194.69a12.82 12.82 0 0012.81 12.8h119.43c79.82 0 123.79-39.21 123.79-110.41 0-95.6-77.56-109.88-123.79-109.88z"}}),a("path",{attrs:{fill:"#00b0f0",d:"M91.88 56.43V226.2h73.9c67.14 0 96.25-37.94 96.25-91.46 0-51.27-29.11-91.11-96.25-91.11h-61.1a12.8 12.8 0 00-12.8 12.8z"}}),a("path",{attrs:{fill:"#fff",d:"M168.27 111.86l16.93 27.21h.11v-27.21h8.35v40.55h-8.92l-16.87-27.15h-.11v27.15h-8.35v-40.55h8.86zM142.51 111.86h8.92v40.55h-8.92zM134.91 123.11a17.26 17.26 0 00-3.87-6.25 15.64 15.64 0 00-5.85-3.75 20.9 20.9 0 00-7.29-1.25h-17.5v40.55h17.5a19.43 19.43 0 008.09-1.56 16.14 16.14 0 005.74-4.29 18 18 0 003.43-6.47 28 28 0 001.14-8.18 25.44 25.44 0 00-1.39-8.8zm-8.38 15.33a10.52 10.52 0 01-2.27 3.78 8.28 8.28 0 01-3.24 2.07 11.36 11.36 0 01-3.75.63h-8v-25.56h6.36a14.51 14.51 0 015.54.93 8.83 8.83 0 013.61 2.7 11 11 0 012 4.23 24.14 24.14 0 01.59 5.54 16.54 16.54 0 01-.84 5.68z"}}),a("path",{attrs:{d:"M58.48 161.57a14.17 14.17 0 0114.17 14.17v50.46a28.35 28.35 0 01-28.35-28.35v-22.11a14.17 14.17 0 0114.18-14.17z"}}),a("circle",{attrs:{cx:"58.48",cy:"132.1",r:"18.71"}})]))}}},60652:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 416.979 416.979"},u),...d},i.concat([a("path",{attrs:{d:"M356.004 61.156c-81.37-81.47-213.377-81.551-294.848-.182-81.47 81.371-81.552 213.379-.181 294.85 81.369 81.47 213.378 81.551 294.849.181 81.469-81.369 81.551-213.379.18-294.849zM237.6 340.786a5.821 5.821 0 01-5.822 5.822h-46.576a5.821 5.821 0 01-5.822-5.822V167.885a5.821 5.821 0 015.822-5.822h46.576a5.82 5.82 0 015.822 5.822v172.901zm-29.11-202.885c-18.618 0-33.766-15.146-33.766-33.765 0-18.617 15.147-33.766 33.766-33.766s33.766 15.148 33.766 33.766c0 18.619-15.149 33.765-33.766 33.765z"}})]))}}},8378:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:["Icon_icon__svg__unUkd",r,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 80 80",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},i.concat([a("path",{attrs:{d:"M4.28 57.34C.91 53.97-.837 47.446.396 42.844l6.728-25.108c1.233-4.603 6.01-9.38 10.613-10.613L42.844.395C47.446-.838 53.97.91 57.34 4.28l18.38 18.38c3.37 3.362 5.116 9.893 3.894 14.495l-6.737 25.108c-1.233 4.603-6.01 9.38-10.613 10.613l-25.108 6.737C32.554 80.847 26.03 79.1 22.66 75.73L4.28 57.34z",fill:"#ff4612"}}),a("path",{attrs:{d:"M49.094 28.807c-2.389-.816-3.906-1.13-3.798-2.545.084-1.103.92-1.67 2.453-1.544 1.118.086 1.795.549 2.136 1.246a2.647 2.647 0 002.323 1.473c2.227.049 3.584-2.538 2.188-4.276-1.255-1.562-3.32-2.618-6.23-2.84-5.11-.393-8.33 1.892-8.63 5.782-.32 4.166 2.48 5.293 6.72 6.724 2.895.933 3.612 1.385 3.528 2.602-.09 1.18-1.125 1.765-2.697 1.652-1.31-.101-2.115-.62-2.494-1.398-.426-.882-1.38-1.37-2.354-1.39a2.617 2.617 0 00-1.947.786s-1.102 1.233-3.253 1.233c-1.563-.042-2.948-.883-2.948-3.072l.053-7.322a3.138 3.138 0 101.632-5.81 3.056 3.056 0 00-1.597.464l.004-2.689a1.717 1.717 0 00-1.715-1.726h-2.33a1.716 1.716 0 00-1.715 1.707l-.102 15.72c-.152 1.956-1.504 2.708-3.017 2.719-1.605 0-3.047-.84-3.047-3.072l.108-9.925a1.134 1.134 0 00-1.134-1.142h-3.487a1.134 1.134 0 00-1.133 1.125l-.11 11.327c-.04 4.721 3.68 6.845 8.803 6.845 2.144 0 3.615-.864 4.632-2.066 1.3 1.404 3.332 2.066 5.791 2.066 2.459 0 4.298-.322 6.124-1.358 1.27.747 2.89 1.215 4.852 1.365 5.306.408 8.535-1.985 8.853-6.122.277-3.69-2.495-5.17-6.462-6.54zM19.628 19.65a3.138 3.138 0 10-3.127-3.11 3.13 3.13 0 003.127 3.11zm36.84 23.117c-5.142 0-9.002 2.893-10.065 7.778-.29-4.576-3.209-7.32-7.511-7.32-3.002 0-4.965 1.348-6.118 3.156-1.31-2.03-3.502-3.156-6.235-3.156-2.536 0-10.544-.308-10.544 9.98v7.489a2.81 2.81 0 105.618 0v-8.226c0-2.386 1.347-4 3.579-4 2.04 0 3.23 1.422 3.23 3.97v8.271a2.81 2.81 0 005.62 0v-8.933c.22-2 1.462-3.309 3.462-3.309 2.155 0 3.309 1.423 3.309 3.97v8.273a2.81 2.81 0 105.617 0v-4.398c1.102 4.794 4.962 7.666 10.193 7.666 2.459 0 4.792-.752 6.488-1.985.06-.042.115-.084.172-.126.057-.041.133-.092.194-.143 0 0 0-.018.014-.024.092-.075.191-.148.28-.22 1.645-1.505.699-4.268-1.511-4.56a2.646 2.646 0 00-2.52 1.103c-.643.838-1.752 1.31-3.27 1.31-2.602 0-4.139-1.616-4.258-4.14h12.163a1.833 1.833 0 001.832-1.832v-.454c0-6.354-3.863-10.14-9.738-10.14zm-4.258 8.6c.157-2.602 1.764-4.1 4.219-4.1 2.602 0 3.864 1.617 3.983 4.1H52.21z",fill:"#fff"}})]))}}},55183:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 234 62"},u),...d},i.concat([a("path",{attrs:{d:"M188.917.941h10.045C223.578.941 234 14.317 234 31.051c0 16.733-10.422 30.11-35.038 30.11h-10.045V.94zm-7.513 60.22h-52.597c1.5-18.57 12.62-26.347 26.298-26.347 13.678 0 24.8 7.777 26.299 26.346zm-11.74-46.576c0 8.054-6.519 14.584-14.559 14.584s-14.558-6.53-14.558-14.584C140.547 6.53 147.065 0 155.105 0s14.558 6.53 14.558 14.585zM28.49 48.674l-16.698-24.95V61.15H0V3.12h11.227l17.547 27.407L46.227 3.12h11.038v58.03H45.378V23.724l-16.51 24.95h-.377zM79.533 61.15H67.835V18.902h11.698V61.15zM92.27 28.354h-6.415v-9.451h6.415V7.467h11.604v11.436h9.245v9.451h-9.245v18.524c0 3.308 1.792 4.82 4.811 4.82 1.793 0 3.774-.566 5.095-1.417v10.396c-1.605.851-4.435 1.323-7.548 1.323-8.585 0-13.962-4.253-13.962-13.61V28.354zM80.618 6.947c0 3.837-3.104 6.947-6.934 6.947s-6.934-3.11-6.934-6.947S69.854 0 73.684 0s6.934 3.11 6.934 6.947z",fill:"#0060E6","fill-rule":"evenodd"}})]))}}},54859:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 1289 394",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},i.concat([a("g",{attrs:{"clip-path":"url(#clip0_1201_1261)"}},[a("path",{attrs:{d:"M196.92 393.91c108.76 0 196.92-88.17 196.92-196.96S305.68 0 196.92 0C88.16 0 0 88.17 0 196.96s88.17 196.96 196.92 196.96v-.01z",fill:"#076CE3"}}),a("path",{attrs:{d:"M209.58 316.91c65.71-1.43 117-52.93 118.52-111.1 1.26-48.07-31.67-94.06-81.7-111.14",stroke:"#fff","stroke-width":"13.39","stroke-miterlimit":"10","stroke-linecap":"round"}}),a("path",{attrs:{d:"M208.07 213.54c4.75 0 8.6-3.86 8.6-8.6s-3.85-8.6-8.6-8.6-8.6 3.84-8.6 8.6 3.85 8.6 8.6 8.6z",fill:"#fff",stroke:"#fff","stroke-width":"1.91","stroke-miterlimit":"10","stroke-linecap":"round"}}),a("path",{attrs:{d:"M102.33 94.73c10.06 15.39 52.23 68.57 52.23 68.57s47.41-58 53.16-68.57",stroke:"#fff","stroke-width":"13.39","stroke-miterlimit":"10","stroke-linecap":"round"}}),a("path",{attrs:{d:"M102.33 269.98V94.73M208.99 177.28V94.73M207.72 316.97v-82.55",stroke:"#fff","stroke-width":"13.39","stroke-linecap":"round","stroke-linejoin":"round"}}),a("path",{attrs:{d:"M574.49 235.64l-32.48-41.74v82.89H516.3V140.97h16.34l45.84 62.72 41.65-62.72h15.75v135.82h-26.11v-78.3l-25.31 35.76-9.96 1.4-.01-.01zm134.84 43.54c-15.28 0-27.24-4.59-35.87-13.79-8.5-9.31-12.75-21.76-12.75-37.35s4.45-27.77 13.35-36.96c9.03-9.18 21.32-13.77 36.87-13.77 15.55 0 28.5 4.78 37.27 14.38 8.9 9.45 13.35 21.89 13.35 37.35s-4.78 27.71-14.35 36.75c-9.56 8.93-22.19 13.39-37.87 13.39zm25.51-50.14c0-9.18-2.06-16.37-6.18-21.57-3.99-5.34-9.7-7.99-17.14-7.99-7.44 0-13.48 2.33-17.74 7-4.25 4.67-6.38 11.78-6.38 21.36s1.79 16.85 5.38 21.78c3.72 4.93 9.37 7.4 16.94 7.4 7.57 0 13.48-2.2 18.14-6.6 4.65-4.53 6.98-11.66 6.98-21.38zm74.5-93.28v47.14a57.39 57.39 0 0112.16-4.99c4.38-1.2 8.3-1.8 11.76-1.8 14.22 0 25.11 4.93 32.68 14.78S877.3 213 877.3 227.64s-3.92 26.9-11.76 36.75c-7.71 9.85-18.47 14.78-32.29 14.78-4.52 0-9.56-.94-15.15-2.79-5.58-1.87-10.56-4.47-14.95-7.8l-6.38 8.2h-13.15V137.97l25.71-2.2.01-.01zm17.14 121.25c8.9 0 15.14-3.21 18.73-9.6 3.59-6.52 5.38-13.12 5.38-19.77 0-7.59-1.59-14.38-4.78-20.37-3.19-6-9.63-9.01-19.33-9.01-2.79 0-5.71.54-8.77 1.61-2.92.94-5.71 2.26-8.37 4v47.54c2.66 1.61 5.45 2.93 8.37 4 3.06 1.07 5.98 1.61 8.77 1.61v-.01zm84.51-120.05c4.12 0 7.57 1.4 10.36 4.19 2.92 2.79 4.38 6.25 4.38 10.38 0 4.13-1.46 7.59-4.38 10.38-2.79 2.81-6.25 4.21-10.36 4.21-4.11 0-7.37-1.4-10.16-4.21-2.79-2.79-4.19-6.25-4.19-10.38 0-4.13 1.4-7.59 4.19-10.38 2.79-2.79 6.18-4.19 10.16-4.19zm12.96 42.93v96.89h-25.91v-96.89h25.91zm38.03-42.93c4.12 0 7.57 1.4 10.36 4.19 2.92 2.79 4.38 6.25 4.38 10.38 0 4.13-1.46 7.59-4.38 10.38-2.79 2.81-6.25 4.21-10.36 4.21-4.11 0-7.37-1.4-10.16-4.21-2.79-2.79-4.18-6.25-4.18-10.38 0-4.13 1.39-7.59 4.18-10.38 2.79-2.79 6.18-4.19 10.16-4.19zm12.96 42.93v96.89h-25.91v-96.89h25.91zm52.18-44.13v141.03h-25.71V137.97l25.71-2.2v-.01zm70.87 96.47h-52.01l-2.19-20.36H1096l1.99 20.36zm45.58-91.27v135.82h-25.71V140.97h25.71v-.01zm82.88 135.82h-49.42V140.97h50.22c20.86 0 36.34 6.31 46.43 18.97 10.1 12.64 15.15 28.7 15.15 48.13 0 21.05-5.45 37.77-16.34 50.14-10.89 12.39-26.24 18.59-46.04 18.59v-.02zm1-113.85h-24.71V255h23.32c10.89 0 19.6-3.59 26.11-10.78 6.64-7.19 9.96-19.24 9.96-36.16 0-14.11-2.79-25.16-8.37-33.16-5.58-7.97-14.35-11.97-26.31-11.97z",fill:"#076CE3"}})]),a("defs",[a("clipPath",{attrs:{id:"clip0_1201_1261"}},[a("path",{attrs:{fill:"#fff",d:"M0 0h1288.83v393.91H0z"}})])])]))}}},45634:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 1345 394",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},i.concat([a("g",{attrs:{"clip-path":"url(#clip0_1201_1321)"}},[a("path",{attrs:{d:"M196.92 393.91c108.76 0 196.92-88.17 196.92-196.96S305.68 0 196.92 0C88.16 0 0 88.17 0 196.96s88.17 196.96 196.92 196.96v-.01z",fill:"#076CE3"}}),a("path",{attrs:{d:"M209.58 316.91c65.71-1.43 117-52.93 118.52-111.1 1.26-48.07-31.67-94.06-81.7-111.14",stroke:"#fff","stroke-width":"13.39","stroke-miterlimit":"10","stroke-linecap":"round"}}),a("path",{attrs:{d:"M208.07 213.54c4.75 0 8.6-3.86 8.6-8.6s-3.85-8.6-8.6-8.6-8.6 3.84-8.6 8.6 3.85 8.6 8.6 8.6z",fill:"#fff",stroke:"#fff","stroke-width":"1.91","stroke-miterlimit":"10","stroke-linecap":"round"}}),a("path",{attrs:{d:"M102.33 94.73c10.06 15.39 52.23 68.57 52.23 68.57s47.41-58 53.16-68.57",stroke:"#fff","stroke-width":"13.39","stroke-miterlimit":"10","stroke-linecap":"round"}}),a("path",{attrs:{d:"M102.33 269.98V94.73M208.99 177.28V94.73M207.72 316.97v-82.55",stroke:"#fff","stroke-width":"13.39","stroke-linecap":"round","stroke-linejoin":"round"}}),a("path",{attrs:{d:"M574.36 234.4l-32.42-41.57v82.53h-25.65V140.13h16.31l45.74 62.45 41.56-62.45h15.71v135.23h-26.05V197.4l-25.26 35.61-9.94 1.4v-.01zm134.56 43.35c-15.25 0-27.18-4.57-35.8-13.73-8.49-9.27-12.73-21.67-12.73-37.19 0-15.52 4.44-27.63 13.32-36.79 9.01-9.14 21.28-13.71 36.79-13.71 15.51 0 28.44 4.76 37.19 14.32 8.88 9.41 13.32 21.8 13.32 37.17 0 15.37-4.77 27.59-14.32 36.6-9.55 8.89-22.14 13.33-37.79 13.33h.02zm25.46-49.93c0-9.14-2.06-16.29-6.16-21.47-3.98-5.3-9.68-7.95-17.1-7.95-7.42 0-13.46 2.33-17.7 6.96-4.24 4.65-6.36 11.74-6.36 21.28 0 9.54 1.79 16.77 5.37 21.68 3.71 4.89 9.35 7.34 16.9 7.34 7.55 0 13.46-2.18 18.1-6.56 4.64-4.51 6.96-11.59 6.96-21.28h-.01zm74.34-92.86v46.93c3.85-2.12 7.89-3.79 12.13-4.97 4.38-1.19 8.29-1.8 11.73-1.8 14.19 0 25.06 4.91 32.61 14.72 7.56 9.81 11.34 22.01 11.34 36.6s-3.91 26.77-11.73 36.58c-7.69 9.81-18.43 14.72-32.22 14.72-4.51 0-9.55-.94-15.11-2.79-5.57-1.85-10.54-4.44-14.92-7.74l-6.36 8.15h-13.13V137.14l25.65-2.18h.01zm17.1 120.7c8.88 0 15.11-3.17 18.69-9.54 3.58-6.5 5.37-13.06 5.37-19.68 0-7.57-1.59-14.32-4.77-20.29-3.18-5.97-9.61-8.95-19.29-8.95-2.78 0-5.7.54-8.75 1.59-2.92.94-5.7 2.26-8.35 3.98v47.33a47.7 47.7 0 008.35 3.98c3.05 1.07 5.97 1.59 8.75 1.59v-.01zm84.33-119.51c4.11 0 7.56 1.4 10.34 4.17 2.92 2.79 4.38 6.23 4.38 10.35 0 4.12-1.46 7.55-4.38 10.34-2.78 2.79-6.23 4.17-10.34 4.17-4.11 0-7.36-1.38-10.14-4.17-2.78-2.79-4.18-6.23-4.18-10.34 0-4.11 1.39-7.55 4.18-10.35 2.78-2.77 6.16-4.17 10.14-4.17zm12.93 42.76v96.45h-25.85v-96.45h25.85zm52.08-43.94v140.39h-25.65V137.14l25.65-2.18v.01zm75.69 142.78c-16.7 0-29.9-4.57-39.57-13.73-9.55-9.14-14.32-21.42-14.32-36.79 0-15.37 4.31-27.71 12.93-36.98 8.75-9.29 20.62-13.92 35.6-13.92s26.19 5.03 33.21 15.11c7.16 9.94 10.74 21.74 10.74 35.39v7.95h-65.03c1.19 6.37 4.11 11.47 8.75 15.32 4.64 3.71 10.74 5.56 18.3 5.56 4.38 0 8.29-.52 11.73-1.59 3.58-1.19 7.69-2.85 12.33-4.97l7.56 18.7c-4.51 3.44-10.01 5.97-16.51 7.55-6.36 1.59-11.6 2.39-15.71 2.39l-.01.01zm14.12-60.25c-1.33-6.5-3.71-11.28-7.16-14.32-3.45-3.19-7.76-4.78-12.93-4.78s-9.74 1.66-13.32 4.97c-3.58 3.19-5.9 7.9-6.96 14.13h40.37zm89.28 13.52h-51.9l-2.19-20.29h52.1l1.99 20.29zm45.48-90.89v135.23h-25.65V140.13h25.65zm82.7 135.23h-49.32V140.13h50.12c20.82 0 36.26 6.29 46.34 18.89 10.08 12.6 15.11 28.57 15.11 47.92 0 20.96-5.43 37.59-16.31 49.93-10.87 12.33-26.18 18.49-45.94 18.49zm.99-113.36h-24.66v91.67h23.27c10.87 0 19.56-3.58 26.05-10.73 6.63-7.17 9.94-19.16 9.94-36.01 0-14.05-2.78-25.05-8.35-33-5.57-7.95-14.32-11.93-26.25-11.93z",fill:"#076CE3"}})]),a("defs",[a("clipPath",{attrs:{id:"clip0_1201_1321"}},[a("path",{attrs:{fill:"#fff",d:"M0 0h1344.68v393.91H0z"}})])])]))}}},59786:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 44"},u),...d},i.concat([a("defs",[a("linearGradient",{attrs:{id:"id-3a",x1:"124.883",y1:"17.983",x2:"117.483",y2:"2.113",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:".006","stop-color":"#bfbfbd"}}),a("stop",{attrs:{offset:".046","stop-color":"#c7c7c5"}}),a("stop",{attrs:{offset:".276","stop-color":"#efefef"}}),a("stop",{attrs:{offset:".393","stop-color":"#fff"}})]),a("linearGradient",{attrs:{id:"id-4b",x1:"116.71",y1:"31.343",x2:"102.594",y2:"14.521",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#df8200"}}),a("stop",{attrs:{offset:".392","stop-color":"#f0a800"}}),a("stop",{attrs:{offset:".713","stop-color":"#ffcb00"}}),a("stop",{attrs:{offset:"1","stop-color":"#ffcb00"}})]),a("linearGradient",{attrs:{id:"id-5c",x1:"106.335",y1:"23.516",x2:"140.192",y2:"23.516",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#fcc200"}}),a("stop",{attrs:{offset:"1","stop-color":"#ffcb00"}})])]),a("path",{attrs:{d:"M133.293 1.094h-13.627v19.322a42.906 42.906 0 016.919-4.057V8.011h6.708v.013a9.777 9.777 0 010 19.555v.006h-6.708v-6.037c0-.173-.157-.171-.236-.113a31.892 31.892 0 00-6.683 6.25v6.825h13.627a16.707 16.707 0 000-33.415z",fill:"#fff"}}),a("path",{attrs:{fill:"url(#id-3a)",d:"M126.585 16.359l-6.919 4.057V1.094l6.919 6.917v8.348z"}}),a("path",{attrs:{fill:"url(#id-4b)",d:"M106.335 11.382h6.634v23.101h-6.634z"}}),a("path",{attrs:{d:"M140.191 13.257a.789.789 0 00-.2-.505.935.935 0 00-.82-.191 42.336 42.336 0 00-32.84 21.922h6.634c7.037-12.392 17.369-17.99 26.691-20.609.416-.138.544-.391.535-.617z",fill:"url(#id-5c)"}}),a("path",{attrs:{d:"M6.362 11.314v2.906a6.654 6.654 0 016.362-3.707 6.411 6.411 0 016.313 3.858 7.37 7.37 0 017.013-3.858 7.432 7.432 0 015.611 2.154c1.4 1.5 1.854 3.107 1.854 6.664v15.178h-6.363V20.532c0-3.157-1.152-4.659-3.558-4.659-2.353 0-3.706 1.7-3.706 4.659v13.977h-6.362V20.733c0-3.207-1.2-4.86-3.507-4.86-2.4 0-3.657 1.7-3.657 4.86v13.776H0v-23.2zM62.4 23.137c0 6.813-5.562 12.174-12.676 12.174-7.313 0-12.573-5.16-12.573-12.375 0-7.313 5.209-12.423 12.674-12.423A12.171 12.171 0 0162.4 23.137zm-18.837-.2c0 4.008 2.5 6.714 6.212 6.714 3.657 0 6.211-2.756 6.211-6.613 0-4.158-2.4-6.813-6.162-6.813s-6.258 2.704-6.258 6.711zM72.943 33.4c0 3.507-.7 5.862-2.205 7.414-1.553 1.653-4.129 2.5-7.085 2.5-.351 0-1 0-1.7-.049v-5.81h.947c2.155 0 3.407-1.5 3.407-4.058V11.314h6.635zM95.522 26.677l-.121-.033a6.191 6.191 0 01-11.422-2.205h18.135c.05-.45.05-1.1.05-1.251 0-7.464-5.16-12.674-12.524-12.674-7.215 0-12.27 5.111-12.27 12.374 0 7.214 5.256 12.424 12.621 12.424a12.147 12.147 0 0010.4-5.574zm-5.831-10.8a5.654 5.654 0 015.91 4.909H83.979c.602-3.16 2.657-4.913 5.712-4.913z",fill:"#fff"}}),a("path",{attrs:{d:"M109.652.685a3.969 3.969 0 11-3.969 3.968 3.971 3.971 0 013.969-3.968z",fill:"#ffcb00"}}),a("path",{attrs:{d:"M69.625.685a3.969 3.969 0 11-3.968 3.968A3.972 3.972 0 0169.625.685z",fill:"#fff"}})]))}}},31342:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 92 15"},u),...d},i.concat([a("g",{attrs:{fill:"#555"}},[a("path",{attrs:{d:"M57.87 5H51.2c-.1 0-.2.1-.2.3v9.4c0 .2.1.3.3.3h1.4c.1 0 .3-.1.3-.3V7h4.6s.65.05 1 .4c.35.35.4 1 .4 1v6.3c0 .2.1.3.3.3h1.4c.1 0 .3-.1.3-.3V8.5c0-1-.4-1.9-1-2.5-.6-.6-1.22-1-2.13-1zM48 6c.7.7.99 1.5.99 2.4v6c0 .3-.3.6-.6.6H42c-1.68 0-3-1.4-3-3.1 0-1.7 1.32-2.9 3-2.9h5v-.6s-.05-.65-.4-1c-.35-.35-1-.4-1-.4h-5.3c-.2 0-.3-.1-.3-.3V5.3c0-.2.1-.3.3-.3h5.33c.9 0 1.69.3 2.38 1zm-.99 5H42a1 1 0 00-1 1c0 .5.5 1 1 1h5.02v-2zM78.7 1h-1.4c-.2 0-.3.1-.3.3v13.4c0 .2.1.3.3.3h1.4c.2 0 .3-.1.3-.3V1.3c0-.2-.1-.3-.3-.3zM92 6.5v2.9c0 3.6-1.9 5.6-5.3 5.6h-5.4c-.1 0-.3-.1-.3-.3V1.3c0-.2.1-.3.3-.3h5.4C90 1 92 3 92 6.5zm-2-.1C90 4.2 88.9 3 86.8 3H83v10h3.8c2.1 0 3.2-1.2 3.2-3.4V6.4zM37 6c.7.7 1 1.5 1 2.4v3.1c0 1-.3 1.8-1 2.5s-1.5 1-2.4 1h-6.3c-.2 0-.3-.1-.3-.3V1.3c0-.2.1-.3.3-.3h1.4c.2 0 .3.1.3.3v3.6s0 .1.1.1h4.4c1 0 1.8.3 2.5 1zm-1 2.5c0-.4-.1-.8-.4-1.1-.3-.3-.6-.4-1-.4H30v6h4.5c.4 0 .8-.1 1.1-.4.3-.3.4-.6.4-1V8.5zm29.3.5H65V1.3c0-.2-.1-.3-.3-.3h-1.4c-.1 0-.3.1-.3.3v13.4c0 .2.1.3.3.3h1.4c.1 0 .3-.1.3-.3V11h.4l4.7 3.9c.1 0 .1.1.2.1H72c.1 0 .3-.1.3-.3 0-.1 0-.2-.1-.2L67 10.2V10l5.2-4.5c.1 0 .1-.1.1-.2 0-.2-.1-.3-.3-.3h-1.8c-.1 0-.1 0-.2.1L65.3 9zM21.7 13h-5.4c-.2 0-.3.1-.3.3v1.4c0 .2.1.3.3.3h5.4c.2 0 .3-.1.3-.3v-1.4c0-.2-.1-.3-.3-.3zm-16 0H.3c-.2 0-.3.1-.3.3v1.4c0 .2.1.3.3.3h5.4c.2 0 .3-.1.3-.3v-1.4c0-.2-.1-.3-.3-.3zm8-4H8.3c-.2 0-.3.1-.3.3v1.4c0 .2.1.3.3.3h5.4c.2 0 .3-.1.3-.3V9.3c0-.2-.1-.3-.3-.3zm-8 0H.3c-.2 0-.3.1-.3.3v1.4c0 .2.1.3.3.3h5.4c.2 0 .3-.1.3-.3V9.3c0-.2-.1-.3-.3-.3zm16-4h-5.4c-.2 0-.3.1-.3.3v1.4c0 .2.1.3.3.3h5.4c.2 0 .3-.1.3-.3V5.3c0-.1-.1-.3-.3-.3zm-8 0H8.3c-.2 0-.3.1-.3.3v1.4c0 .2.1.3.3.3h5.4c.2 0 .3-.1.3-.3V5.3c0-.1-.1-.3-.3-.3zm8-4h-5.4c-.2 0-.3.1-.3.3v1.4c0 .2.1.3.3.3h5.4c.2 0 .3-.1.3-.3V1.3c0-.2-.1-.3-.3-.3zm-16 0H.3c-.2 0-.3.1-.3.3v1.4c0 .2.1.3.3.3h5.4c.2 0 .3-.1.3-.3V1.3c0-.2-.1-.3-.3-.3z"}})])]))}}},22578:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 1962 527",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},i.concat([a("path",{attrs:{d:"M1484.85 363.975c-24.34 0-39.87-19.177-39.87-42.975v-.584c0-22.928 15.82-42.378 38.11-42.378 15.83 0 25.8 6.669 35.76 17.134l27.28-29.046C1531.47 249.88 1513 240 1483.39 240c-48.09 0-82.39 36.597-82.39 81v.59c0 44.409 34.59 80.41 81.79 80.41 31.38 0 48.97-11.899 64.21-28.455l-26.09-26.12c-10.84 10.166-21.11 16.55-36.06 16.55z",fill:"#E13629"}}),a("path",{attrs:{d:"M1383 194h-44v204h44V194z",fill:"#003671"}}),a("path",{attrs:{d:"M1636.28 240c-47.23 0-82.28 36.293-82.28 81v.584c0 44.707 34.78 80.416 81.72 80.416 47.22 0 82.28-36.293 82.28-81v-.578c.01-44.713-34.79-80.422-81.72-80.422zm39.31 81.578c0 22.934-14.7 42.391-39.31 42.391-23.75 0-39.87-20.041-39.87-42.975v-.578c0-22.94 14.7-42.385 39.31-42.385 23.75 0 39.87 20.041 39.87 42.963v.584z",fill:"#E13629"}}),a("path",{attrs:{d:"M1299.61 273.852c-10.68-14.774-35.19-33.852-67.84-33.852-47.51 0-82.77 36.293-82.77 81v.584c0 44.707 34.98 80.416 82.2 80.416 14.91 0 28.61-3.577 40.4-9.868v6.39h42.37V319.95c.16-5.825-.25-14.78-3.58-25.052 0-.006-3.6-11.116-10.78-21.046zm-28.31 47.726c0 22.928-14.79 42.378-39.53 42.378-23.89 0-40.11-20.028-40.11-42.962v-.578c0-22.94 14.79-42.391 39.54-42.391 23.89 0 40.1 20.041 40.1 42.969v.584zM1060.59 236.682c-14.54.773-27.42 8.61-35.54 18.013v-60.694H982v204h43.05v-90.35c0-15.197 17.92-27.559 35.54-27.559 17.61 0 28.35 12.362 28.35 27.559v90.35H1132v-91.694h-.08c0-40.606-22.31-72.244-71.33-69.625z",fill:"#003671"}}),a("path",{attrs:{d:"M1961.99 307.744v-1.248h-.06c-.68-38.443-30.6-69.496-67.32-69.496-17.6 0-33.6 7.179-45.6 18.832-12.03-11.653-28.02-18.832-45.62-18.832-36.72 0-66.63 31.053-67.32 69.496h-.07V398h43.58v-90.182c0-15.162 10.68-27.5 23.81-27.5 13.13 0 23.83 12.338 23.83 27.5V398h43.57v-90.182c0-15.162 10.69-27.5 23.82-27.5 13.1 0 23.77 12.295 23.81 27.42V398h43.57v-90.182h.01c0-.024-.01-.049-.01-.074z",fill:"#E13629"}}),a("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M880 346.073c0 98.168-78.603 177.945-176.275 179.912v.153h-504.43c-2.558 0-5.173-.077-7.731-.153C85.054 521.917 0 434.253 0 326.706c0-79.699 46.727-148.456 114.316-180.351C149.189 60.486 233.271 0 331.534 0c64.879 0 123.688 26.414 166.139 69.12a171.071 171.071 0 0122.505-1.51c69.231 0 128.937 40.987 156.252 99.964a175.23 175.23 0 0123.63-1.585c99.39.038 179.94 80.636 179.94 180.084z",fill:"#397CA2"}}),a("path",{attrs:{d:"M302.605 430.904c-27.65 26.992-61.707 40.488-102.152 40.488s-74.502-13.496-102.152-40.488c-27.65-26.991-41.494-60.578-41.494-100.741 0-40.164 13.825-73.751 41.494-100.742 27.65-26.992 61.707-40.487 102.152-40.487s74.483 13.495 102.152 40.487c27.65 26.991 41.494 60.578 41.494 100.742-.019 40.163-13.844 73.75-41.494 100.741zm-20.747-100.551c0-24.38-7.818-45.195-23.473-62.408-15.656-17.213-34.896-25.829-57.722-25.829-22.825 0-42.066 8.616-57.721 25.829-15.656 17.213-23.474 38.009-23.474 62.408s7.818 45.12 23.474 62.199c15.655 17.079 34.896 25.619 57.721 25.619 22.826 0 42.066-8.54 57.722-25.619 15.636-17.06 23.473-37.8 23.473-62.199zM434.486 351.283v117.364h-58.713V258.185h58.713v23.465c17.734-17.994 37.699-26.991 59.876-26.991s40.769 7.815 55.777 23.465c15.007 15.65 22.501 36.522 22.501 62.599v127.924h-58.713V349.72c0-32.329-11.88-48.512-35.621-48.512-11.746 0-21.986 4.25-30.72 12.714-8.733 8.482-13.1 20.93-13.1 37.361zM796.509 438.148c-23.741 22.436-51.601 33.644-83.56 33.644-31.96 0-58.389-9.836-79.251-29.546-20.88-19.691-31.311-46.091-31.311-79.221 0-33.129 10.622-59.473 31.903-79.03 21.261-19.558 46.375-29.336 75.341-29.336 28.965 0 53.545 8.749 73.777 26.21 20.213 17.479 30.339 41.478 30.339 71.977v31.3H660.319c1.83 11.475 7.818 20.872 18.001 28.173 10.182 7.301 21.662 10.961 34.438 10.961 20.614 0 37.566-6.901 50.876-20.74l32.875 35.608zM740.16 313.331c-8.085-6.786-17.944-10.179-29.557-10.179s-22.253 3.526-31.902 10.56c-9.649 7.034-15.255 16.565-16.838 28.555h92.37c-1.297-12.505-5.988-22.15-14.073-28.936z",fill:"#fff"}})]))}}},61229:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 939 297",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},i.concat([a("path",{attrs:{d:"M452.8 1.468c-11.067 3.466-16.267 17.6-10.133 27.6 3.333 5.6 9.066 8.4 16.8 8.4 5.333 0 6.8-.667 11.2-5.067 6.666-6.667 7.866-12.533 4.266-20.667C471.2 3.334 461.6-1.199 452.8 1.468zM699.867 3.868l-4.534 4v211.2l4.4 3.866c8.4 7.6 21.2 4.134 24.267-6.533 1.467-5.333 2-196.667.533-203.867-1.466-7.333-5.866-11.333-13.466-12-6-.666-7.067-.266-11.2 3.334zM765.867 2.268c-2.267 1.067-4.8 3.467-5.734 5.333-1.066 2.4-1.466 32.667-1.466 107.334v104.133l4 4 4 3.867 42.266-.4 42.4-.4 12.534-4.4c47.066-16.4 74.8-56.667 74.8-108.667 0-13.467-3.734-34-8.267-45.067-14.8-35.866-43.6-59.066-82.267-65.866-16.133-2.934-76.4-2.8-82.266.133zm77.066 26c25.6 5.067 46.267 20.667 56.934 42.8C912.533 97.6 912.667 129.6 900 156c-6.933 14.534-21.6 29.6-34.8 35.867-15.067 7.2-22.133 8.533-50.8 9.2l-26.4.8V26.801h24c13.067 0 27.067.667 30.933 1.467zM451.2 68.801c-2.267 1.2-4.8 3.6-5.733 5.467-1.067 2.4-1.467 32.8-1.467 107.6 0 100.4.133 104.4 2.533 108.4 3.734 6.133 10.8 8.267 17.334 5.2 9.333-4.133 8.8 2.8 9.2-110.667.266-68.533 0-104.266-.934-107.466-.8-2.667-2.666-5.867-4-7.067-3.6-3.333-11.866-4-16.933-1.467zM568.667 68.134c-39.333 8.4-62.667 38.4-62.4 80 .267 32 15.867 57.467 43.6 70.534 14.133 6.8 22.133 8.533 38.933 8.4 11.6-.134 15.6-.8 25.867-4.267 27.2-9.067 36.667-19.467 26.8-29.467-5.733-5.6-12.267-5.6-21.467.134-22.666 14.266-52.266 11.6-72.133-6.267-5.6-5.067-14.533-21.467-14.533-26.533v-3.067l58.133-.4 58.133-.4 3.334-4c3.333-3.733 3.333-4.4 2.666-16-2.533-41.467-28.533-67.867-68.266-69.333-7.334-.267-15.734 0-18.667.666zm31.6 26c7.067 2.4 14.933 8 19.2 13.734 4.533 5.866 9.733 18.4 9.867 23.2v3.733h-96.267l.8-4.4c2.533-13.067 13.867-28 25.867-33.733 11.866-5.734 28.4-6.8 40.533-2.534zM49.467 71.335C44.8 73.068 38.4 76.4 35.2 78.8l-5.733 4.133-.934-3.466c-1.333-5.334-7.866-10-14.133-10-4.267 0-6.267.933-9.867 4.533L0 78.534v68.801c0 73.6.133 74.666 6.533 78.133 3.334 1.733 12.934 1.733 16.267 0 6.133-3.333 6.533-6.267 6.533-55.067 0-51.467.534-55.067 8.8-64.667 12.267-14.4 33.867-16.266 47.6-4.133 10.8 9.333 10.8 9.6 11.6 67.334.667 55.6.4 53.866 8.934 57.333 4.533 1.867 10.4 1.333 13.733-1.2 6-4.8 6-4.267 6.667-56.8.666-48.534.8-50.267 3.6-55.6 14-26.134 51.6-25.067 61.2 1.733 1.333 3.867 1.733 16.4 1.866 52.667 0 26.267.534 49.067 1.2 50.8 3.067 7.867 11.6 11.6 19.334 8.4 8.933-3.733 8.8-2.667 8.8-57.733 0-31.067-.534-52.267-1.467-56.667-3.733-17.733-14.933-32.4-30.267-39.467-10.8-4.933-30.8-5.733-43.866-1.867-9.867 3.067-19.867 8.8-26.8 15.334L116 90l-7.067-6.8C105.067 79.335 98.4 74.668 94 72.535c-6.8-3.067-10-3.734-22-4-12.133-.4-15.067 0-22.533 2.8z",fill:"#291F6C"}}),a("path",{attrs:{d:"M316.4 70.135c-30.4 5.466-56 30.8-62.4 61.733-2.533 12.4-2.533 19.2.133 32 3.6 17.867 15.867 37.2 29.867 47.333 24.8 18 58.533 20.4 85.733 6 23.867-12.666 40.934-41.6 40.934-69.2-.134-50-44.667-86.8-94.267-77.866zm36 31.733c14.533 6.667 24.8 19.333 28.4 35.333 4 17.467-1.733 34.667-15.333 47.2-12.8 11.734-29.067 16.4-44 12.534-17.067-4.4-28.267-13.2-35.067-27.334-13.2-27.6.533-60.133 29.333-69.733 10.667-3.467 26.667-2.667 36.667 2zM322 240.401c-20 1.6-36.667 7.467-54.133 19.067-19.734 13.2-24.4 23.067-15.334 32.133 7.467 7.467 12.8 6.4 26-5.066 7.2-6.267 21.867-13.6 32.8-16.4 10.4-2.8 28.4-2.8 39.6-.134 12 2.8 25.2 9.6 36.4 18.667 10.534 8.667 13.6 9.733 19.067 6.933 9.733-5.066 11.2-14.933 3.333-23.6-19.466-21.466-55.2-34.4-87.733-31.6z",fill:"#0092BD"}})]))}}},25151:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 630.5 198.46"},u),...d},i.concat([a("g",{attrs:{"data-name":"Ebene 2"}},[a("g",{attrs:{"data-name":"Ebene 1","fill-rule":"evenodd"}},[a("path",{attrs:{fill:"#008bd2",d:"M480.41 162.34h-13.27v-57.78h12.51v8.2l.48.13c.43-.52.87-1 1.29-1.57 4.77-6 11-9.16 18.72-9a35.28 35.28 0 016.66.63 15.68 15.68 0 0110.59 8l1.39 2.45c.73-.8 1.31-1.42 1.87-2.06 4-4.49 8.73-7.79 14.79-8.68 5-.74 10.06-.69 14.79 1.63a14.82 14.82 0 018.77 12.8c.15 1.75.23 3.52.23 5.27v38.15c0 .55 0 1.11-.09 1.81H545.8v-2.68c0-10.72 0-21.44-.17-32.15a32.68 32.68 0 00-1-6.87c-1-4.33-3.39-6.37-7.87-6.79a24.3 24.3 0 00-6.2.2 10.57 10.57 0 00-8.54 7.21 36.08 36.08 0 00-1.95 12.49c0 8.64 0 17.28-.06 25.91v2.71h-13.4c0-.82-.11-1.66-.11-2.49 0-8.32.07-16.64 0-25a87.78 87.78 0 00-.74-11.47c-1.09-7.54-5.38-10.61-12.94-9.63a13.4 13.4 0 00-12 12.39 93.65 93.65 0 00-.41 8.38c-.05 8.32 0 16.64 0 25z"}}),a("path",{attrs:{fill:"#004f82",d:"M194 0l17.82 9.47q-31.36 59-62.69 117.9l-17.82-9.48z"}}),a("path",{attrs:{fill:"#b2b2b2",d:"M11.46 186.76h37.85c.16 3.92.06 7.62 0 11.5H0V51c1.65-.52 45.55-.69 49.2-.18v11.32H11.46z"}}),a("path",{attrs:{fill:"#004f82",d:"M352.71 115.5v-9h9.46c.05.58.15 1.19.15 1.8v55.89c0 2.23-.23 4.47-.43 6.69-.51 5.61-3.32 9.91-7.67 13.3a26.45 26.45 0 01-13.18 5.3c-6.81.87-13.57.76-20.11-1.66-8.32-3.08-13.51-10.09-13.86-18.65 0-.47 0-.94.07-1.48h10.67c.07.71.16 1.33.2 2 .34 4.87 2.85 8.18 7.26 10.13a23.66 23.66 0 0011 1.58 28.05 28.05 0 004.74-.68c6.5-1.54 10.77-6 11.45-12.56.49-4.75.28-9.58.36-14.37 0-.11-.16-.22-.4-.54-.39.52-.75 1-1.1 1.47-5.52 7.57-13.06 10.41-22.2 9.47-12.82-1.33-21.1-11-23-23.13a40 40 0 011.43-19.42c4.33-12.49 15.12-18.51 28.05-17a21 21 0 0116 10.18c.19.31.42.59.64.89zm-37 18.43h.25c.07 1.35.09 2.71.22 4.06 1 10.11 7.07 16.23 16.87 16.92 10.29.72 17.51-4.7 19.33-14.82a34.67 34.67 0 00.27-8.58c-.85-11.52-9.52-18.71-21-17.58-7.34.73-12.65 5.06-14.61 12.21a76.76 76.76 0 00-1.3 7.79z"}}),a("path",{attrs:{fill:"#008bd2",d:"M618.66 141.41l11.05 6.09c-.32.65-.53 1.23-.84 1.74-6.39 10.38-15.59 15.76-27.87 15.66a37 37 0 01-11.12-1.44 26.29 26.29 0 01-17.18-15.58 36.18 36.18 0 01-.69-26.26 28.77 28.77 0 0126.66-19.28 41.65 41.65 0 0111 .88c10.9 2.68 17.37 9.66 19.87 20.44a41.45 41.45 0 01.92 11.74c-2.58.12-5.11 0-7.63 0h-38.58c-.81 7.83 5 15.71 12.46 16.78a30 30 0 008.57-.12 16 16 0 0010.81-6.93c.84-1.13 1.61-2.3 2.57-3.72zm-33.8-15.09h31.4a12.64 12.64 0 00-9-11.83 21 21 0 00-12.26-.06c-5.83 1.78-8.62 6.17-10.14 11.89z"}}),a("path",{attrs:{fill:"#b2b2b2",d:"M187 68.88v129.17c-1.86.48-46.49.58-49.27.1v-11.21c6.24-.33 12.52-.09 18.79-.13s12.46 0 19 0c.05-1.07.13-2 .13-2.91v-71.74-20.87a6.24 6.24 0 01.5-2.77c3.45-6.59 7-13.13 10.48-19.68z"}}),a("path",{attrs:{fill:"#004f82",d:"M427.76 162.32a6.32 6.32 0 01-1 .2h-8.92v-2.67c0-10.08.05-20.15 0-30.23a33.15 33.15 0 00-.81-6.87c-1.19-5.4-4.59-8.67-10.1-9.51-6.24-.95-11.95.14-16.55 4.85a12.62 12.62 0 00-3.61 7.66 67.31 67.31 0 00-.42 6.94v29.66h-9.48v-56h9.33v8.21a13.2 13.2 0 001.09-1c5.86-7.6 13.82-9.92 23-8.91a24.68 24.68 0 016.92 1.79c6 2.58 9.29 7.35 10.32 13.72a28.63 28.63 0 01.36 4.53v35.74c-.04.57-.09 1.21-.13 1.89zM227.54 153l8.13-5.42 1.41 2.13c4.19 6.16 10.51 7.59 16.61 6.26a10.42 10.42 0 004.54-2.49 7 7 0 00-.9-11.15 41.64 41.64 0 00-6.27-2.92c-3.52-1.51-7.14-2.81-10.57-4.49a32.28 32.28 0 01-6-4c-7-5.65-5.57-14.06-2.07-18.94a17.16 17.16 0 019.49-6.57 27.37 27.37 0 0118.1.89 16.71 16.71 0 019.56 9.29l-7.77 4.73c-.43-.68-.75-1.21-1.09-1.73a13.74 13.74 0 00-15.28-5.59 8 8 0 00-5.77 5.86 5.12 5.12 0 001.6 5.66 24.4 24.4 0 005.25 3.27c2.24 1 4.68 1.61 7 2.48 2.76 1 5.53 2.09 8.21 3.31 11.81 5.36 9.9 20.36 3.38 26.06a20.29 20.29 0 01-10.92 5.07 33.14 33.14 0 01-13.79-.9A20.82 20.82 0 01227.54 153z"}}),a("path",{attrs:{fill:"#008bd2",d:"M126.87 153.83v8.83h-66.1v-8.83z"}}),a("path",{attrs:{fill:"#004f82",d:"M282.69 106.42h9.68v56c-.62 0-1.17.13-1.71.13h-8zM461.5 139.36h-28.56V130h28.56z"}}),a("path",{attrs:{fill:"#b2b2b2",d:"M137.66 62.13V50.69h22.62c-.64 1.28-1.16 2.33-1.71 3.37-1.19 2.26-2.36 4.53-3.64 6.75-.32.55-1 1.26-1.5 1.27-5.18.09-10.37.05-15.77.05z"}}),a("path",{attrs:{fill:"#004f82",d:"M129.6 142.37c-.25-6.94-.47-13.43-.72-20.39l18.05 9.58zM287.42 86.52a7.15 7.15 0 117.13-7.1 7 7 0 01-7.13 7.1z"}})])])]))}}},52251:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 374 91",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},i.concat([a("path",{attrs:{d:"M65.94 86.26a2.35 2.35 0 002.3-2.6 2.378 2.378 0 00-2.28-2.64 2.64 2.64 0 000 5.23m-3.83-9.43h1.61v4a3.001 3.001 0 012.49-1.23c2.2 0 3.66 1.68 3.66 4.05a3.74 3.74 0 01-3.76 4 3.09 3.09 0 01-2.47-1.19v1h-1.52l-.01-10.63zM72.78 90.12l1.09-2.77-3.05-7.56h1.72l2.08 5.6 2.05-5.6h1.68l-4.02 10.33h-1.55z",fill:"#00A4E0"}}),a("path",{attrs:{d:"M134.26 76.97a.923.923 0 00-.603-.95.922.922 0 00-.397-.05h-4.36c-2.34 0-3.35 1-3.35 3.36v4.69c0 .93-.41 1.34-1.37 1.34h-5.67a.999.999 0 00-1 1 .922.922 0 00.605.945.932.932 0 00.395.055h5.69c2.33 0 3.38-1 3.38-3.35v-4.69c0-1 .36-1.34 1.34-1.34h4.36a.922.922 0 001-1M99.38 75.96H89.32a3.171 3.171 0 00-3.35 3.35V84a3.17 3.17 0 003.35 3.35h8a1.44 1.44 0 001.34-1.34v-2.34a1 1 0 10-2 0v1.68h-7.38a1.44 1.44 0 01-1.34-1.34v-4.69a1.45 1.45 0 011.34-1.34h10.06a1.443 1.443 0 011.34 1.34v7a.998.998 0 001 1 .932.932 0 001-1v-7a3.182 3.182 0 00-2.045-3.152 3.168 3.168 0 00-1.315-.198M136.27 84.01c0 2.35 1 3.35 3.35 3.35h12.41a1 1 0 001-1 .916.916 0 00-.055-.395.927.927 0 00-.945-.605h-12.41c-1 0-1.34-.36-1.34-1.34v-4.69c0-1 .37-1.34 1.34-1.34h10.06c.94 0 1.34.35 1.34 1.34 0 .99-.35 1.34-1.34 1.34h-8.38a.886.886 0 00-.961.597.89.89 0 00-.039.403.916.916 0 00.262.738.899.899 0 00.738.262h8.38c2.37 0 3.35-1 3.35-3.36s-1-3.36-3.35-3.36h-10.06c-2.41 0-3.35 1-3.35 3.36v4.7zM155.05 84.01c0 2.35 1 3.35 3.36 3.35h11.27a.94.94 0 001-1 .923.923 0 00-.603-.949.922.922 0 00-.397-.051h-11.27c-1 0-1.35-.36-1.35-1.34v-4.69c0-1 .34-1.33 1.35-1.34h11.25a1 1 0 100-2h-11.25c-2.37 0-3.36 1-3.36 3.36v4.66zM176.25 85.35c-1 0-1.34-.38-1.34-1.36V79.3c0-1 .34-1.31 1.34-1.33h10.06c1 0 1.34.36 1.34 1.34v4.68c0 1-.34 1.34-1.34 1.36h-10.06zm-3.35-1.36c0 2.35 1 3.37 3.35 3.37h10.06c2.37 0 3.36-1 3.36-3.37V79.3c0-2.35-1-3.34-3.36-3.34h-10.06c-2.36 0-3.35 1-3.35 3.34v4.69zM121.55 76.97a.923.923 0 00-.603-.95.922.922 0 00-.397-.05h-4.4c-2.35 0-3.36 1-3.36 3.36v4.69c0 .93-.41 1.34-1.37 1.34h-5.71a.999.999 0 100 2h5.71c2.33 0 3.38-1 3.38-3.35v-4.69c0-1 .36-1.34 1.34-1.34h4.41a.922.922 0 001-1",fill:"#1D1D1B"}}),a("path",{attrs:{d:"M18.55 30.1l-2.56 2.89a4.24 4.24 0 00-1 2l4.56-3.32a12.511 12.511 0 005.07 1.12 5.2 5.2 0 003.27-1 4.561 4.561 0 01-2.46-3.07 43.721 43.721 0 005 1.37c4.37-3.06 6.56-9.52 6.56-9.52-.425.129-.866.2-1.31.21a5.6 5.6 0 01-3.54-1.26l5.77-1.39c1.84-4 1.88-10.92 1.88-10.92L22.48 23.29a13.06 13.06 0 00-3.93 6.81z",fill:"#000"}}),a("path",{attrs:{d:"M18.55 30.1l-2.56 2.89a4.24 4.24 0 00-1 2l4.56-3.32a12.511 12.511 0 005.07 1.12 5.2 5.2 0 003.27-1 4.561 4.561 0 01-2.46-3.07 43.721 43.721 0 005 1.37c4.37-3.06 6.56-9.52 6.56-9.52-.425.129-.866.2-1.31.21a5.6 5.6 0 01-3.54-1.26l5.77-1.39c1.84-4 1.88-10.92 1.88-10.92L22.48 23.29a13.06 13.06 0 00-3.93 6.81zM17.62 53.38a1.56 1.56 0 100-3.12 1.56 1.56 0 000 3.12z",fill:"#00A4E0"}}),a("path",{attrs:{d:"M31.93 32.3c-.07 0-.15.07-.22.11v11.63H3.55V11.43h27.8l3.9-3.62v-.55A7.27 7.27 0 0027.99 0H7.26A7.27 7.27 0 000 7.26v45a7.27 7.27 0 007.26 7.26h20.72a7.27 7.27 0 007.26-7.26V29.12a16.38 16.38 0 01-3.31 3.18zM3.55 7.26a3.73 3.73 0 013.72-3.72h20.71a3.73 3.73 0 013.72 3.72v.63H3.55v-.63zm28.17 45A3.73 3.73 0 0128 55.98H7.26a3.73 3.73 0 01-3.71-3.72v-4.68h28.16l.01 4.68z",fill:"#00A4E0"}}),a("path",{attrs:{d:"M67.35 46.53c1.23 3.25 3.9 6.44 8.91 6.44 4.09 0 6.83-2.28 6.83-6.11 0-9.62-20.48-7.48-20.48-22.1 0-7.08 5.26-12.29 13.65-12.29a13.78 13.78 0 0113.46 9.3l-6 2.67c-1-2.21-3.12-5.33-7.6-5.33-4 0-6.31 2.47-6.31 5.59 0 9 20.61 7.35 20.61 21.65 0 7.61-5.53 13.33-14.5 13.33-9.3 0-13.33-6.24-14.69-10.27l6.12-2.88zM100.31 12.08a4.422 4.422 0 014.335 5.282 4.417 4.417 0 01-8.01 1.593 4.42 4.42 0 01-.745-2.455 4.377 4.377 0 014.42-4.42zM96.8 24.89h7.09v33.93H96.8V24.89zM159.72 58.82h-7V38.47c0-5.27-2.28-8.06-6.5-8.06-4 0-6.89 2.93-6.89 8.13v20.28h-7.08v-21c0-4.62-2.47-7.41-6.5-7.41-3.83 0-6.83 3.12-6.83 8v20.41h-7.09V24.89h7v4.42a10.088 10.088 0 019.17-5.27c4.75 0 8.13 2.21 9.75 5.66 2-3.58 5.79-5.66 10.47-5.66 7.67 0 11.57 5.27 11.57 12.61l-.07 22.17zM167.38 24.89h6.7v4.48A13.428 13.428 0 01185 24.04c9.69 0 16.58 7.41 16.58 17.75-.03 10.53-6.44 17.88-16.13 17.88a13.27 13.27 0 01-11-5.33v16.63h-7.09l.02-46.08zm17 28.47c5.92 0 10.08-4.75 10.08-11.57s-4.35-11.44-10.14-11.44c-6.24 0-10.08 5.2-10.08 11.44-.03 7.34 4.45 11.57 10.11 11.57h.03zM207.49 11.82h7.06v47h-7.09l.03-47zM227.55 70.45l4.81-12.22-13.43-33.34h7.62l9.17 24.7 9-24.7h7.41l-17.75 45.57-6.83-.01zM260.55 46.53c1.23 3.25 3.9 6.44 8.91 6.44 4.09 0 6.83-2.28 6.83-6.11 0-9.62-20.48-7.48-20.48-22.1 0-7.08 5.26-12.29 13.65-12.29a13.777 13.777 0 0113.46 9.3l-6 2.67c-1-2.21-3.12-5.33-7.6-5.33-4 0-6.31 2.47-6.31 5.59 0 9 20.61 7.35 20.61 21.65 0 7.61-5.53 13.33-14.5 13.33-9.3 0-13.33-6.24-14.69-10.27l6.12-2.88zM293.48 12.08a4.422 4.422 0 014.335 5.282 4.417 4.417 0 01-8.01 1.593 4.417 4.417 0 01-.745-2.455 4.372 4.372 0 011.283-3.137 4.379 4.379 0 013.137-1.283zm-3.51 12.81h7.09v33.93h-7.09V24.89zM309.41 62.59a21.399 21.399 0 009.95 2.6c5.66 0 10.66-2.08 10.66-8.52V54.4a13.142 13.142 0 01-10.86 5.27c-9.75 0-16.25-7.35-16.25-17.75s6.76-17.88 16.38-17.88a13.418 13.418 0 0111.05 5.4v-4.55h6.7v29.44c0 12.74-7.74 17-17.62 17a26 26 0 01-12.29-3.25l2.28-5.49zm10.66-32.24c-5.85 0-10.08 4.68-10.08 11.51s4.35 11.51 10.14 11.51c6.11 0 10.08-4.81 10.08-11.51 0-6.96-4.29-11.51-10.14-11.51zM373.04 38.41v20.41h-7v-21c0-4.68-2.92-7.41-6.83-7.41-4.49 0-7.41 3.32-7.41 7.93v20.48h-7.09V24.89h7v4.42a10.997 10.997 0 019.56-5.27c8.72 0 11.77 6.96 11.77 14.37z",fill:"#1D1D1B"}})]))}}},23416:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 99 25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},i.concat([a("g",{attrs:{"clip-path":"url(#clip0)",fill:"#00AFAA"}},[a("path",{attrs:{d:"M15.723 7.835a.888.888 0 01-.897.902.888.888 0 01-.897-.902c0-.507.393-.902.897-.902.505 0 .897.395.897.902z"}}),a("path",{attrs:{d:"M19.479 22.717a.787.787 0 01-.589-.282.754.754 0 01.14-1.014 11.115 11.115 0 004.513-8.935C23.57 6.398 18.61 1.409 12.5 1.409c-.533 0-1.065.028-1.598.113v15.67c0 .395-.308.705-.728.705-.393 0-.729-.31-.729-.704V.902c0-.338.252-.648.589-.705A12.01 12.01 0 0112.5-.056c6.895 0 12.5 5.608 12.5 12.514 0 3.974-1.906 7.75-5.1 10.09-.141.14-.281.169-.421.169z"}}),a("path",{attrs:{d:"M12.5 25.028C5.605 25.028 0 19.391 0 12.514c0-3.974 1.906-7.75 5.1-10.09a.71.71 0 011.01.14.754.754 0 01-.14 1.015C3.11 5.637 1.43 8.991 1.43 12.514c0 6.116 4.96 11.077 11.07 11.077.533 0 1.065-.028 1.598-.113V13.19c0-.394.308-.704.728-.704.393 0 .729.31.729.704v10.88a.723.723 0 01-.589.704 12.01 12.01 0 01-2.466.254z"}})]),a("g",{attrs:{"clip-path":"url(#clip1)",fill:"#00AFAA"}},[a("path",{attrs:{d:"M32.036 15.18h1.583c.108.904.468 1.663 1.98 1.663.97 0 1.69-.542 1.69-1.373 0-.832-.395-1.12-1.87-1.374-2.124-.289-3.167-.94-3.167-2.602 0-1.446 1.26-2.566 3.094-2.566 1.908 0 3.059.867 3.239 2.602h-1.511c-.18-.94-.684-1.337-1.728-1.337-1.007 0-1.547.47-1.547 1.156 0 .723.288 1.085 1.835 1.302 2.087.289 3.203.903 3.203 2.674 0 1.555-1.296 2.747-3.275 2.747-2.375 0-3.382-1.192-3.526-2.891zM42.04 9.036h2.23l2.339 6.072 2.303-6.072h2.195v8.928h-1.655v-6.76l-2.663 6.76h-.54l-2.735-6.76v6.76H42.04V9.036zM76.223 10.337H73.74v-1.3h6.657v1.3h-2.483v7.627h-1.691v-7.627zM84.067 13.229h-3.346v1.301h3.346V13.23zM62.082 17.964L59.13 9.036h-2.195l-2.986 8.928h1.583l2.41-7.59 1.224 3.867h-1.08l-.395 1.301h1.87l.793 2.422h1.727zM88.025 9.036h-1.691v8.928h1.691V9.036zM94.322 9.036h-2.698v8.928h1.655v-7.627h.971c2.087 0 2.987 1.157 2.987 3.073v.108c0 1.663-.684 2.747-2.087 3.036v1.374c2.59-.29 3.85-2.024 3.85-4.41v-.108c-.036-2.603-1.547-4.374-4.678-4.374zM69.278 14.096c1.116-.289 1.98-1.012 1.98-2.385v-.072C71.257 9.83 69.89 9 67.91 9h-2.987v8.928h1.655V10.3h1.332c1.08 0 1.691.362 1.691 1.374v.036c0 .94-.576 1.41-1.691 1.41h-.288v1.192l2.339 3.615h1.799l-2.483-3.832z"}})]),a("defs",[a("clipPath",{attrs:{id:"clip0"}},[a("path",{attrs:{fill:"#fff",d:"M0 0h25v25H0z"}})]),a("clipPath",{attrs:{id:"clip1"}},[a("path",{attrs:{fill:"#fff",transform:"translate(32 9)",d:"M0 0h67v9H0z"}})])])]))}}},38286:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 139 69.098"},u),...d},i.concat([a("g",{attrs:{fill:"#06c","fill-rule":"evenodd"}},[a("path",{attrs:{d:"M28.542 24.7a116.572 116.572 0 00-12.862-1.2q-3.671 0-4.746.677a2.352 2.352 0 00-1.074 2.142 2.04 2.04 0 001.446 2.032 55.742 55.742 0 007.413 1.656q5.967 1.092 8.489 3.575t2.521 8.055q0 12.2-14.9 12.195a63.78 63.78 0 01-11.864-1.355l-2.372-.452.3-8.43a116.258 116.258 0 0012.788 1.2 11.347 11.347 0 004.893-.714 2.311 2.311 0 001.3-2.146 2.22 2.22 0 00-1.374-2.104 34.956 34.956 0 00-7.117-1.657q-5.749-.976-8.566-3.312T0 26.544q0-5.982 4-9.033a16.528 16.528 0 0110.308-3.049 68.307 68.307 0 0111.935 1.431l2.447.451zM36.96 69.098V15.37h10.108v2.044q4.94-2.952 8.665-2.952 7.675 0 11.324 4.579t3.649 15.55q0 10.974-4.029 15.248t-13.225 4.275a34.856 34.856 0 01-5.4-.454l-.912-.152v15.59zm16.8-45.555a15.513 15.513 0 00-5.7 1.135l-.912.378v19.827a44.126 44.126 0 005.548.454q4.407 0 6.043-2.573t1.634-8.778q0-10.442-6.613-10.443zM139 0v52.924h-10v-1.587a21.937 21.937 0 01-9.093 2.5q-8.194 0-11.424-4.763t-3.229-15.089q0-10.32 3.871-15.046t11.687-4.725a41.244 41.244 0 016.689.756l1.428.3V0zm-11.124 43.852l1.053-.226V23.741a41.461 41.461 0 00-7.366-.756q-6.087 0-6.087 10.887 0 5.9 1.352 8.392a4.69 4.69 0 004.472 2.5 25.9 25.9 0 006.576-.908zM88.481 36.96a9.979 9.979 0 01-7.571-3.134 10.836 10.836 0 01-2.974-7.771 10.7 10.7 0 012.956-7.714 10.037 10.037 0 017.566-3.075 9.662 9.662 0 017.484 3.149 11.1 11.1 0 012.883 7.774 10.819 10.819 0 01-2.883 7.7 9.751 9.751 0 01-7.462 3.074M77.936 52.891a11.2 11.2 0 012.956-7.945 9.893 9.893 0 017.566-3.166 9.532 9.532 0 017.485 3.241 11.636 11.636 0 012.883 8.008"}})])]))}}},98165:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 451.47 175.72"},u),...d},i.concat([a("defs",[a("radialGradient",{attrs:{id:"id-11b",cx:"70.69",cy:"120.71",r:"20.17",gradientTransform:"matrix(1 0 0 -1 0 177)",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#003789"}}),a("stop",{attrs:{offset:"1","stop-color":"#5fc7ff","stop-opacity":".98"}})]),a("radialGradient",{attrs:{id:"id-12c",cx:"84.22",cy:"123.44",r:"24.08",gradientTransform:"matrix(1 0 0 -1 0 177)",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#ec0a1c"}}),a("stop",{attrs:{offset:"1","stop-color":"#bb0e15"}})]),a("radialGradient",{attrs:{id:"id-13d",cx:"106.44",cy:"89.14",r:"41.36",gradientTransform:"matrix(1 0 0 -1 0 177)",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#5bc0ff","stop-opacity":".98"}}),a("stop",{attrs:{offset:"1","stop-color":"#003789"}})]),a("radialGradient",{attrs:{id:"id-14e",cx:"53.82",cy:"72.57",r:"27.02",gradientTransform:"matrix(1 0 0 -1 0 177)",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#42b4f3","stop-opacity":".98"}}),a("stop",{attrs:{offset:"1","stop-color":"#003a80"}})]),a("radialGradient",{attrs:{id:"id-15f",cx:"88.49",cy:"104.89",r:"47.74",gradientTransform:"matrix(1 0 0 -1 0 177)",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#5fc7ff"}}),a("stop",{attrs:{offset:"1","stop-color":"#003785","stop-opacity":".98"}})]),a("radialGradient",{attrs:{id:"id-16g",cx:"47.21",cy:"114.1",r:"55.18",gradientTransform:"matrix(1 0 0 -1 0 177)",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#ec0a1c"}}),a("stop",{attrs:{offset:"1","stop-color":"#9e0d18"}})]),a("linearGradient",{attrs:{id:"id-10a",x1:"69.55",y1:"48.21",x2:"60.12",y2:"84.19",gradientTransform:"matrix(1 0 0 -1 0 177)",gradientUnits:"userSpaceOnUse"}},[a("stop",{attrs:{offset:"0","stop-color":"#350706"}}),a("stop",{attrs:{offset:".36","stop-color":"#3f0808"}}),a("stop",{attrs:{offset:".98","stop-color":"#5b0c0e"}}),a("stop",{attrs:{offset:"1","stop-color":"#5c0c0e"}})])]),a("path",{attrs:{fill:"none",d:"M451.47 0v175.72H0V0z"}}),a("path",{attrs:{d:"M284.56 77.55a24.28 24.28 0 00-7.62-1.55c-2.9 0-5.17.76-5.17 3.4 0 6.24 16.06 2.4 16.06 15.24 0 8.69-7.05 12-15 12a37.13 37.13 0 01-10.65-1.58l.63-7.62a36 36 0 009.64 1.77c3.08 0 5.6-1 5.6-3.65 0-6.68-16.05-2.4-16.05-15.18 0-8 6.73-11.27 14.16-11.27a30.63 30.63 0 0110.08 1.58zm-29.35 0A24.51 24.51 0 00247.6 76c-2.9 0-5.23.76-5.23 3.4 0 6.24 16.12 2.4 16.12 15.24 0 8.69-7.11 12-15 12a38.6 38.6 0 01-10.77-1.58l.69-7.62a36.66 36.66 0 009.7 1.77c3 0 5.54-1 5.54-3.65 0-6.68-16.12-2.4-16.12-15.18 0-8 6.8-11.27 14.16-11.27a31.89 31.89 0 0110.21 1.58zm148.35-8.5c7 0 11.08 3.78 11.08 12v24.81h-9.32V83c0-3.71-1.07-6.17-5-6.17s-7.43 3.46-7.43 9.69v19.4h-9.12V83c0-3.46-1.14-6.17-5.11-6.17-4.15 0-7.36 3.84-7.36 10.07v19h-9.44V69.81c6.16-.76 8.49 1.76 8.75 5.79a12.45 12.45 0 0111.27-6.55c6.48 0 9.06 3.59 10 7 1.57-3.58 5.6-7 11.71-7zm-189.84.76c-2 10.7-7.18 27.58-10.45 36.08h-9.82l-6.93-24h-.12l-6.93 24h-9.76c-3.15-8.38-8.82-25.82-10.45-36.08h9.25l6.11 24.81h.13l7.3-24.81h9.26l7.11 24.62h.13l6.17-24.62zm-60 7.74A24.28 24.28 0 00146.1 76c-2.9 0-5.1.76-5.1 3.4 0 6.24 16 2.4 16 15.24 0 8.69-7.05 12-15 12a37 37 0 01-10.64-1.58l.56-7.62a36.66 36.66 0 009.7 1.77c3.08 0 5.6-1 5.6-3.65 0-6.68-16-2.4-16-15.18 0-8 6.73-11.27 14.16-11.27a30.93 30.93 0 0110.08 1.58zm185.11 29.09c-10.26 0-17.44-5.6-17.44-18.19 0-11.27 7.56-19.4 18.51-19.4 10.2 0 16.81 5.74 16.81 18 0 11.78-7.17 19.58-17.88 19.58zm.38-29.64c-4.15 0-8.12 3.08-8.12 11 0 6.86 2.58 10.7 8 10.7 4.6 0 8.13-3.71 8.13-11 0-7-2.52-10.7-8-10.7zm-121.27 28.9h9.26V69.81c-4.35-.44-9.26.76-9.26 7.56zM223 65.28a5.8 5.8 0 006-5.73 5.83 5.83 0 00-11.65 0 5.79 5.79 0 005.65 5.73zm86.39 41.24c-10.71 0-17.7-5.35-17.7-18.13 0-10.84 6-19.21 19.14-19.21a26.8 26.8 0 018.82 1.51l-2 7.56a19.06 19.06 0 00-6.54-1.32c-6.74 0-9.51 4.4-9.51 11 0 6.43 2.52 10.71 9.13 10.71a18.39 18.39 0 007.3-1.58l1.07 7.43c-1.8 1.15-5.64 2.03-9.67 2.03z",fill:"#015"}}),a("path",{attrs:{d:"M70.91 63.05a6.38 6.38 0 00-5.19 4c-.92 2.05-1.42 4.31-2.77 6.15-2.8 3.84-10.06 2.94-11.17 8.21-1.63 7.74 8.44 9.37 11.43 14.76 2.19 4 1.12 10.15 5.26 12.94a7.07 7.07 0 002.06.92 3 3 0 00.39.08l-.01-47.06z",fill:"#fff"}}),a("path",{attrs:{d:"M70.92 110.13l-.39-.08a7.12 7.12 0 01-2.07-.92c-4.14-2.79-3.07-9-5.25-12.94a11.37 11.37 0 00-3-3.28l-.11-.09c-.48.48-1.19 1.23-2.34 2.38a32 32 0 00-2.51 2.89 35.66 35.66 0 016.6 9.2c2 4.49 2.54 9.38 4.1 14a17.94 17.94 0 002.32 4.88 6.09 6.09 0 002.66 2.21v-18.3z",fill:"url(#id-10a)"}}),a("path",{attrs:{d:"M66 53.19c.44.48 1 1.06 1.5 1.58s1.18 1.22 1.91 1.92c.45.43 1 1 1.47 1.4V36.94a5.66 5.66 0 00-1.49-.1 12.91 12.91 0 00-3.69.76 9.5 9.5 0 00-2.91 1.64 5.53 5.53 0 00-1.92 3.12 8 8 0 00.84 5 18.86 18.86 0 001.77 3s.5.61.78.92c.57.58 1.16 1.24 1.74 1.91z",fill:"url(#id-11b)"}}),a("path",{attrs:{d:"M99.75 69.55a27.37 27.37 0 00-2.39-9.26 23.91 23.91 0 00-4.74-6.78c-.19-.19-.39-.39-.59-.57a25 25 0 00-3.56-2.77 25.86 25.86 0 00-3.93-2.07 23.36 23.36 0 00-7.07-1.75 12.66 12.66 0 00-6.56 1v10.7c1.2 1.1 2.64 2.42 3.37 3.07.51.45 1 .88 1.51 1.32l1.49 1.25L78.83 65c.64.54 2.94 2.4 3.21 2.63l.45.36 5.81 4.71.13.1c.78.63 4.79 3.86 6.76 5.55s3.45 3 3.59 3.15a48.15 48.15 0 00.87-5.32 37.1 37.1 0 00.1-6.63z",fill:"url(#id-12c)"}}),a("path",{attrs:{d:"M112.35 100.58a26.08 26.08 0 00-3.28-7.42 50.76 50.76 0 00-7.27-8.8c-1-1-2-1.9-3-2.85-.1.45-.35 1.52-.85 3.15-.26.85-.73 2.25-.91 2.78-.27.77-.79 2.15-1.14 3-.48 1.25-1.24 3-1.92 4.46C93 97 92.45 98 91.36 100c-.49.89-.91 1.74-1.52 2.8-.21.36-.43.74-.69 1.16-.11.17-1.37 2.21-1.5 2.44-.25.39-.53.84-.7 1.09-1.51 2.31-1.64 2.42-1.88 2.76-.56.76.2-.28-.86 1.21L81.7 115c-.37.51-1.62 2.15-3 3.86s-2.8 3.58-3.43 4.33l-4.41 5.2v10.45c1.86-.15 3.8-.41 5.79-.77a66.86 66.86 0 007.54-1.87 62.31 62.31 0 006.38-2.38 54.74 54.74 0 005.46-2.76 44.25 44.25 0 006.42-4.51 32.83 32.83 0 005.91-6.52 26.15 26.15 0 003.78-8.35 25.76 25.76 0 00.76-5.21 20.55 20.55 0 00-.55-5.89z",fill:"url(#id-13d)"}}),a("path",{attrs:{d:"M68.26 126.22a17.94 17.94 0 01-2.32-4.88c-1.56-4.66-2.06-9.55-4.1-14a35.73 35.73 0 00-6.59-9.2 27.3 27.3 0 00-1.93 2.86 16.66 16.66 0 00-1.32 2.85 14.29 14.29 0 00-.44 1.71 12 12 0 00-.2 1.8 12.3 12.3 0 00.14 2.33 14.14 14.14 0 00.64 2.5 17.21 17.21 0 001.42 3l.25.41a24.12 24.12 0 004.26 5.11 32.86 32.86 0 002.93 2.41c.69.49 1.39 1 2.11 1.41 1 .6 1.95 1.16 2.95 1.68 1.36.7 3.5 1.67 4.87 2.22a6.09 6.09 0 01-2.67-2.21z",fill:"url(#id-14e)"}}),a("path",{attrs:{d:"M98.78 81.5c-.14-.13-1.75-1.58-3.59-3.15s-6-4.92-6.76-5.55l-.13-.1-5.81-4.7c-.22-.17-.37-.3-.45-.37-.27-.22-2.57-2.08-3.21-2.62l-1.55-1.3-1.48-1.23c-.54-.44-1-.87-1.52-1.33-.73-.64-2.17-2-3.37-3.06-.46-.43-1-1-1.46-1.39-.73-.7-1.29-1.26-1.91-1.92s-1.06-1.1-1.5-1.58c-.62-.67-1.21-1.33-1.74-1.95l-.6-.7c.35.57 1.08 1.62 1.45 2.14 1 1.48.81 1.17 1.81 2.67.68 1 1.83 2.86 2.46 3.92a4.1 4.1 0 01.22.41 16.8 16.8 0 011 2.25 4.12 4.12 0 01.25 1.1v65.38l4.41-5.2c.63-.75 2.07-2.58 3.43-4.33s2.58-3.35 3-3.86l2.51-3.58c1.06-1.49.3-.45.86-1.21.24-.34.37-.45 1.88-2.76l.7-1.09c.13-.23 1.39-2.27 1.5-2.45.26-.41.48-.79.69-1.15.61-1.06 1-1.91 1.52-2.8 1.09-2 1.62-3 2.6-5.08.68-1.48 1.44-3.22 1.92-4.46.35-.87.87-2.26 1.13-3 .19-.54.66-1.93.92-2.78.5-1.64.75-2.71.85-3.16z",fill:"url(#id-15f)"}}),a("path",{attrs:{d:"M55.24 98.09a32 32 0 012.51-2.89c1.15-1.15 1.86-1.89 2.34-2.38-4-3.15-9.55-5.51-8.31-11.39 1.11-5.27 8.37-4.37 11.17-8.21 1.35-1.84 1.85-4.1 2.77-6.15a6.38 6.38 0 015.19-4 4.11 4.11 0 00-.25-1.11 16.13 16.13 0 00-1-2.24 3.36 3.36 0 00-.22-.42c-.63-1.05-1.78-2.89-2.46-3.92-1-1.5-.78-1.19-1.81-2.66-.37-.53-1.1-1.58-1.45-2.15a1.89 1.89 0 01-.18-.22 18.47 18.47 0 01-1.77-3l-.26-.63-3.24 2.4c-2.56 1.88-5.14 3.74-7.63 5.71-1.64 1.29-3.25 2.63-4.79 4a44.59 44.59 0 00-4.27 4.4c-2.47 3-4.42 6.36-4.7 10.2a13.06 13.06 0 000 1.88 13.62 13.62 0 00.26 2 15.73 15.73 0 002.94 6.4 36.68 36.68 0 005.5 5.65l1 .89c2.35 2 4.74 4 7 6.2.64.6 1.25 1.23 1.86 1.87l-.19-.21z",fill:"url(#id-16g)"}})]))}}},69958:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1249.4 283.5"},u),...d},i.concat([a("path",{attrs:{fill:"red",d:"M274.6 283.5H8.9c-4.9 0-8.9-4-8.9-8.9V8.9C0 4 4 0 8.9 0h265.7c4.9 0 8.9 4 8.9 8.9v265.7c0 4.9-4 8.9-8.9 8.9z"}}),a("path",{attrs:{d:"M1029.9 53.4h35.6v178h-35.6zM1134.7 86.2v112.5h23.3c8.2 0 16.8-1.5 23.2-4.5 6.4-3 13-6.9 17.4-12 4.4-5 8.2-10.7 10.6-17 2.3-6.4 3.8-15.8 3.8-22.8 0-6.8-1.5-16.2-3.8-22.7-2.3-6.4-6.2-12.2-10.6-17.2-4.4-5-11-9-17.4-12-6.4-3-15-4.4-23.2-4.4h-23.3zm23.4-32.8c14.5 0 27.4 2.5 38.7 7.5 11.3 5 20.8 11.7 28.6 20 7.8 8.3 13.7 17.8 17.8 28.5 4.1 10.7 6.1 21.7 6.1 33.1 0 11.4-2 22.4-6 33.1-4 10.7-9.9 20.2-17.7 28.5-7.8 8.3-17.3 15-28.7 20-11.4 5-24.3 7.5-38.9 7.5h-59v-178h59.1zM451.7 50.8c34.5 0 54.5 20.5 63.3 36.3l-31 18.4c-4.1-8.9-14.3-22.8-32.7-22.8-16.4 0-27.8 9-27.8 20.1 0 10.4 6.5 17.7 19.8 20.1l23.9 4.9c34.9 7 51.4 24.2 51.4 51.5 0 26.8-23.2 55.4-67.8 55.4-32.2 0-57.8-15.1-70.1-39.2l31.1-18.9c4.3 8.7 16.6 26.1 38.6 26.1 17.8 0 30-8.8 30-20.5 0-10.6-7.4-17.9-21.9-20.7l-25-5c-29.9-6.2-47.4-25.7-47.4-51.6.1-31.2 26.9-54.1 65.6-54.1M637.7 108l21.8 78.1 21.3-78.1h34.8l-38.2 123.5h-32.8l-24.5-81-25.4 81h-31.6L524.4 108h37.1l21.3 77.8 22-77.8h32.9zM748.5 49.7c11.7 0 21.2 9.3 21.2 20.7s-9.5 20.7-21.2 20.7c-11.2 0-20.7-9.3-20.7-20.7s9.4-20.7 20.7-20.7zm-16.9 181.7V108h34.2v123.5h-34.2zM860.4 145c-3.7-6.9-11-13.5-21.5-13.5-9.2 0-17 4.1-17 11.2 0 6.7 5.9 9.3 12.2 10.5l18.8 4c23.3 4.7 36.3 18.2 36.3 36 0 20.6-18.4 41.7-51.5 41.7-29.5 0-43.3-14.8-50.2-25.4l26.4-16.9c3.5 7.9 12.1 14.8 23.3 14.8 10.9 0 17.8-5.7 17.8-11.2 0-5.8-4-9-14-11.2l-17-3.6c-25.4-5.7-35-20.2-35-37.2 0-22 20.2-39.3 49.6-39.3 25.6 0 40.7 12.8 48.2 23.5L860.4 145zM974.9 145c-3.7-6.9-11-13.5-21.5-13.5-9.2 0-17 4.1-17 11.2 0 6.7 5.9 9.3 12.2 10.5l18.8 4c23.3 4.7 36.3 18.2 36.3 36 0 20.6-18.4 41.7-51.5 41.7-29.5 0-43.3-14.8-50.2-25.4l26.4-16.9c3.5 7.9 12.1 14.8 23.3 14.8 10.9 0 17.8-5.7 17.8-11.2 0-5.8-4-9-14-11.2l-17-3.6c-25.4-5.7-35-20.2-35-37.2 0-22 20.2-39.3 49.6-39.3 25.6 0 40.7 12.8 48.2 23.5L974.9 145z"}}),a("circle",{attrs:{fill:"#FFF",cx:"73.1",cy:"141.7",r:"24.4"}}),a("circle",{attrs:{fill:"#FFF",cx:"141.7",cy:"141.7",r:"24.4"}}),a("circle",{attrs:{fill:"#FFF",cx:"141.7",cy:"73.1",r:"24.4"}}),a("circle",{attrs:{fill:"#FFF",cx:"141.7",cy:"210.4",r:"24.4"}}),a("circle",{attrs:{fill:"#FFF",cx:"210.4",cy:"141.7",r:"24.4"}})]))}}},13696:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 190 46"},u),...d},i.concat([a("defs",[a("path",{attrs:{id:"id-6a",d:"M.18.059h26.722v9.069H.18z"}}),a("path",{attrs:{id:"id-8c",d:"M0 .04h44.355v37.372H0z"}})]),a("g",{attrs:{fill:"none","fill-rule":"evenodd"}},[a("path",{attrs:{fill:"#D70F16",d:"M171.95 30.204c-1.999 1.959-4.095 2.723-6.641 2.723-4.995 0-9.147-2.997-9.147-9.108 0-6.112 4.152-9.109 9.147-9.109 2.448 0 4.329.705 6.21 2.547l-2.684 2.82c-1.019-.9-2.272-1.351-3.448-1.351-2.86 0-4.955 2.096-4.955 5.093 0 3.27 2.233 5.034 4.877 5.034 1.371 0 2.723-.373 3.78-1.43l2.86 2.781zm-31.498-6.425c0 3.761 2.978 5.779 6.366 5.113 5.328-1.058 5.308-9.167-.02-10.186-3.388-.646-6.346 1.313-6.346 5.073zm12.713-8.579h1.704v14.377a2.842 2.842 0 01-2.84 2.84h-1.391V29.91c-.98 2.018-3.663 2.997-5.583 3.036-5.092.04-8.873-3.114-8.873-9.147 0-5.935 3.937-9.05 8.971-9.01 2.312 0 4.505 1.077 5.485 2.8a2.52 2.52 0 012.527-2.389zm-26.561 11.126c0 4.29 2.448 6.425 6.19 6.287 1.292-.039 2.31-.254 3.525-.744l-1.195-3.624c-.626.314-1.39.53-2.056.53-1.332 0-2.233-.804-2.233-2.45v-7.443h4.78V15.22h-4.741v-4.427h-1.43a2.842 2.842 0 00-2.84 2.84v12.693zm-15.69-2.547c0 3.761 2.977 5.779 6.366 5.113 5.328-1.058 5.308-9.167-.02-10.186-3.388-.646-6.346 1.313-6.346 5.073zm12.712-8.579h1.705v14.397a2.821 2.821 0 01-2.821 2.82h-1.39V29.91c-.98 2.018-3.664 2.997-5.583 3.036-5.093.04-8.873-3.114-8.873-9.147 0-5.935 3.937-9.05 8.97-9.01 2.312 0 4.506 1.077 5.485 2.8a2.502 2.502 0 012.507-2.389zm-22.29 17.198v-9.245c0-2.116-1.489-4.094-3.604-4.33-2.703-.313-4.956 2.018-4.956 4.702v8.893h-4.23V18a2.821 2.821 0 012.82-2.82h1.253v2.33c1.744-1.704 3.487-2.585 5.661-2.585 4.055 0 7.287 3.036 7.287 8.442v6.21a2.842 2.842 0 01-2.84 2.84l-1.391-.02zm-29.03-8.619c0 3.761 2.978 5.779 6.367 5.113 5.328-1.058 5.308-9.167-.02-10.186-3.388-.646-6.346 1.313-6.346 5.073zM85.02 15.2h1.704v14.377a2.842 2.842 0 01-2.84 2.84h-1.39V29.91c-.98 2.018-3.663 2.997-5.583 3.036-5.093.04-8.873-3.114-8.873-9.147 0-5.935 3.937-9.05 8.97-9.01 2.312 0 4.506 1.077 5.485 2.8A2.533 2.533 0 0185.02 15.2z"}}),a("path",{attrs:{fill:"#D70F16",d:"M53.522 15.533v9.206c0 2.116 1.489 4.055 3.585 4.31 2.703.313 4.916-1.998 4.916-4.662v-6.033a2.821 2.821 0 012.821-2.821h1.39v14.338a2.8 2.8 0 01-2.8 2.801H62.16v-2.33c-1.762 1.743-3.408 2.565-5.797 2.565-4.094 0-7.091-3.095-7.091-8.403v-6.17a2.821 2.821 0 012.82-2.82h1.43v.019zm121.973 8.246c0 3.761 2.977 5.779 6.365 5.113 5.328-1.058 5.309-9.167-.02-10.186-3.388-.646-6.345 1.313-6.345 5.073zm12.712-8.579h1.704v14.377a2.821 2.821 0 01-2.82 2.821H185.7v-2.507c-.98 2.017-3.663 2.997-5.583 3.036-5.093.039-8.873-3.115-8.873-9.148 0-5.935 3.937-9.05 8.971-9.01 2.311 0 4.505 1.077 5.485 2.801.058-1.332 1.155-2.37 2.507-2.37z"}}),a("g",{attrs:{transform:"translate(8.619 .137)"}},[a("mask",{attrs:{id:"id-7b",fill:"#fff"}},[a("use",{attrs:{"xlink:href":"#id-6a"}})]),a("path",{attrs:{fill:"#D70F16",d:"M25.786.059c-3.251 2.918-7.541 4.72-12.262 4.72-4.7 0-8.99-1.782-12.222-4.7-1.724 1.723-1.43 4.622.666 5.876a22.548 22.548 0 0011.576 3.173c4.23 0 8.207-1.175 11.596-3.193 2.076-1.234 2.35-4.153.646-5.876",mask:"url(#id-7b)"}})]),a("g",{attrs:{transform:"translate(0 8.364)"}},[a("mask",{attrs:{id:"id-9d",fill:"#fff"}},[a("use",{attrs:{"xlink:href":"#id-8c"}})]),a("path",{attrs:{fill:"#58595B",d:"M38.93.705L38.342.04l-.627.627c-1.822 1.822-2.233 4.623-.999 6.954 1.508 2.86 2.116 6.091 1.783 9.343-.784 7.6-6.876 13.711-14.456 14.554a15.12 15.12 0 01-1.88.097c-9.05.02-16.415-7.345-16.415-16.394 0-2.645.647-5.27 1.861-7.58 1.214-2.332.823-5.133-.999-6.954L5.983.059l-.587.685A22.086 22.086 0 00.009 15.866c.313 11.42 9.5 20.88 20.9 21.507.43.02.842.04 1.273.04 12.223 0 22.173-9.951 22.173-22.193A22.22 22.22 0 0038.93.705",mask:"url(#id-9d)"}})]),a("path",{attrs:{fill:"#D70F16",d:"M31.486 23.348a9.32 9.32 0 00-9.323-9.323 9.32 9.32 0 00-9.324 9.323 9.32 9.32 0 009.324 9.324 9.32 9.32 0 009.323-9.324"}}),a("path",{attrs:{fill:"#58595B",d:"M186.836 37.099l.098.627c.411-.666.98-.764 1.508-.764.548 0 1.097.215 1.39.509l-.607 1.156c-.274-.235-.528-.353-.96-.353-.704 0-1.331.372-1.331 1.371v2.84h-1.332V37.12h1.234v-.02zm-3.526 2.076c-.078-.705-.627-1.038-1.39-1.038-.725 0-1.313.353-1.509 1.038h2.899zm-2.938 1.097c.078.666.666 1.136 1.606 1.136.49 0 1.136-.176 1.45-.51l.842.843c-.568.588-1.489.882-2.312.882-1.86 0-2.957-1.137-2.957-2.86 0-1.626 1.116-2.82 2.86-2.82 1.802 0 2.918 1.116 2.722 3.33h-4.211zm-6.915-.49c0 .94.666 1.587 1.528 1.587.843 0 1.567-.607 1.567-1.586 0-.94-.724-1.567-1.567-1.567-.842 0-1.528.607-1.528 1.567zm4.506-4.916v7.62h-1.234l-.098-.745c-.412.647-1.078.862-1.724.862-1.587 0-2.762-1.038-2.762-2.82 0-1.861 1.175-2.821 2.742-2.821.568 0 1.45.313 1.763.862v-2.978l1.313.02zm-8.11 7.62h1.332v-5.407h-1.332v5.407zm1.45-6.895c0 1.038-1.567 1.038-1.567 0s1.567-1.038 1.567 0zm-2.096 1.508l-2.292 5.406h-1.45l-2.291-5.406h1.45l.744 1.782.822 2.253.823-2.233.744-1.802h1.45zm-10.656 2.703c0 .823.49 1.587 1.47 1.587.96 0 1.468-.764 1.468-1.587 0-.803-.568-1.586-1.469-1.586-.96 0-1.469.783-1.469 1.586zm4.27 0c0 1.548-1.057 2.801-2.8 2.801-1.744 0-2.782-1.253-2.782-2.8 0-1.529 1.077-2.802 2.781-2.802 1.704 0 2.801 1.273 2.801 2.801zm-8.853-2.703l.098.627c.411-.666.98-.764 1.508-.764.548 0 1.097.215 1.39.509l-.587 1.156c-.274-.235-.529-.353-.96-.353-.705 0-1.332.372-1.332 1.371v2.84h-1.332V37.12h1.215v-.02zm-3.546 2.703c0-.842-.568-1.528-1.527-1.528-.96 0-1.528.686-1.528 1.528s.627 1.528 1.528 1.528c.9 0 1.527-.686 1.527-1.528zm-4.505 4.936v-7.62h1.234l.079.745c.41-.607 1.136-.862 1.743-.862 1.665 0 2.762 1.234 2.762 2.82 0 1.568-1 2.821-2.723 2.821-.568 0-1.41-.176-1.782-.764v2.88l-1.313-.02zm-4.799-5.563c-.078-.705-.627-1.038-1.39-1.038-.725 0-1.313.353-1.509 1.038h2.9zm-2.918 1.097c.078.666.666 1.136 1.606 1.136.49 0 1.136-.176 1.45-.51l.842.843c-.568.588-1.489.882-2.312.882-1.86 0-2.957-1.137-2.957-2.86 0-1.626 1.116-2.82 2.86-2.82 1.801 0 2.918 1.116 2.722 3.33H138.2zm-2.116 1.528c-.627.607-1.273.842-2.076.842-1.567 0-2.86-.94-2.86-2.84s1.293-2.84 2.86-2.84c.764 0 1.351.215 1.94.803l-.843.881c-.314-.274-.705-.43-1.077-.43-.902 0-1.548.646-1.548 1.586 0 1.019.705 1.567 1.528 1.567.43 0 .842-.117 1.175-.45l.901.881zm-7.306.686h1.332v-5.407h-1.332v5.407zm1.45-6.895c0 1.038-1.567 1.038-1.567 0s1.567-1.038 1.567 0zm-2.273 1.508l-2.272 5.406h-1.45l-2.291-5.406h1.45l.744 1.782.822 2.253.823-2.233.725-1.802h1.45zm-9.558 0l.098.627c.41-.666.979-.764 1.508-.764.548 0 1.097.215 1.39.509l-.607 1.156c-.274-.235-.529-.353-.96-.353-.705 0-1.331.372-1.331 1.371v2.84h-1.332V37.12h1.234v-.02zm-3.702 2.076c-.079-.705-.627-1.038-1.391-1.038-.725 0-1.313.353-1.508 1.038h2.899zm-2.939 1.097c.079.666.666 1.136 1.607 1.136.49 0 1.136-.176 1.45-.51l.841.843c-.568.588-1.488.882-2.311.882-1.86 0-2.958-1.137-2.958-2.86 0-1.626 1.117-2.82 2.86-2.82 1.802 0 2.919 1.116 2.723 3.33h-4.212zm-3.134-1.743c-.372-.353-.822-.47-1.332-.47-.626 0-.979.195-.979.529 0 .352.313.548.999.587 1.019.059 2.292.294 2.292 1.724 0 .94-.784 1.763-2.312 1.763-.842 0-1.704-.137-2.487-.96l.646-.94c.372.43 1.254.744 1.861.744.51.02.98-.254.98-.646 0-.372-.314-.529-1.078-.568-1.018-.079-2.233-.45-2.233-1.665 0-1.234 1.293-1.685 2.272-1.685.843 0 1.47.157 2.096.705l-.725.882zm-8.951-2.938v1.528h1.488v1.135h-1.488v2.332c0 .509.294.764.705.764.215 0 .45-.06.646-.157l.373 1.136a3.057 3.057 0 01-1.097.235c-1.176.04-1.92-.627-1.92-1.959v-2.33h-.999v-1.137h.999v-1.39l1.293-.157zm-3.722 2.938c-.372-.353-.823-.47-1.332-.47-.627 0-.98.195-.98.529 0 .352.314.548 1 .587 1.018.059 2.292.294 2.292 1.724 0 .94-.784 1.763-2.312 1.763-.842 0-1.704-.137-2.487-.96l.646-.94c.372.43 1.254.744 1.86.744.51.02.98-.254.98-.646 0-.372-.313-.529-1.077-.568-1.019-.079-2.233-.45-2.233-1.665 0-1.234 1.293-1.685 2.272-1.685.842 0 1.47.157 2.096.705l-.725.882zm-8.697-1.43v2.82c0 .823.45 1.43 1.293 1.43.823 0 1.371-.685 1.371-1.508V37.1h1.313v5.387h-1.195l-.059-.725c-.549.548-1.077.803-1.822.803-1.292 0-2.233-.98-2.233-2.645V37.1h1.332zm-4.975 0l.098.627c.411-.666.98-.764 1.508-.764.549 0 1.097.215 1.39.509l-.587 1.156c-.274-.235-.529-.353-.96-.353-.705 0-1.331.372-1.331 1.371v2.84h-1.332V37.12h1.214v-.02zm-3.702-1.508v1.528h1.489v1.135h-1.489v2.332c0 .509.294.764.705.764.216 0 .45-.06.646-.157l.373 1.136a3.057 3.057 0 01-1.097.235c-1.176.04-1.92-.627-1.92-1.959v-2.33h-.999v-1.137h1v-1.39l1.292-.157z"}})])]))}}},11952:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({"data-name":"Layer 1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 511.95 117.5"},u),...d},i.concat([a("path",{attrs:{fill:"#ff576d",d:"M58.88 117.5H30.37a3.87 3.87 0 01-4.18-3.5L.24 3.85Q-.93 0 3.59 0h15.73q3.35 0 4 3.51l20.89 92.23h.67L65.74 3.51Q66.41 0 69.76 0h15.73q4.18 0 3.35 3.85L62.9 114q-.84 3.51-4 3.51M157.75 117.5H103q-3.51 0-3.51-3.51V3.51Q99.5 0 103 0h54.73q3.35 0 3.35 3.51V14.9q0 3.51-3.35 3.51h-35q-2 0-2 1.84v35.68c0 1.23.67 1.84 2 1.84h22q3.51 0 3.51 3.52v11q0 3.52-3.51 3.52h-22q-2 0-2 1.84v19.6q0 1.84 2 1.84h35q3.35 0 3.35 3.51V114q0 3.51-3.35 3.51M191.38 117.5h-14.22q-3.52 0-3.52-3.51V3.52q0-3.51 3.52-3.52H217q13 0 20.41 7.2t7.36 20.25v19.64q0 18.92-14.9 25.11v.67l17.91 40.62q1.51 4-2.84 4h-13.55a10.36 10.36 0 01-4.35-.67 5 5 0 01-2.18-2.84L208.12 76h-11.21q-2 0-2 1.84V114q0 3.51-3.52 3.51M196.74 58h16.4q5.35 0 7.86-2.26t2.51-7.28V28.29q0-5.18-2.51-7.53t-7.86-2.34h-16.4a1.63 1.63 0 00-1.84 1.84v35.9a1.63 1.63 0 001.84 1.84M280.7 3.52V114q0 3.51-3.52 3.51H263q-3.52 0-3.52-3.51V3.52Q259.45 0 263 0h14.22q3.52 0 3.52 3.52M313.9 117.5h-14.23q-3.51 0-3.51-3.51V3.51q0-3.51 3.51-3.51h53.39q3.35 0 3.34 3.51V14.9q0 3.51-3.34 3.51h-33.64q-2 0-2 1.84v35.26a1.77 1.77 0 002 2h22Q345 57.52 345 61v11.25q0 3.68-3.51 3.68h-22q-2 0-2 1.84V114q0 3.51-3.52 3.51M477.86 3.52V114q0 3.51-3.52 3.51h-14.22q-3.51 0-3.51-3.51V3.52q0-3.51 3.51-3.52h14.23q3.52 0 3.52 3.52M512 100.2v13.44q0 3.86-3.86 3.86h-13.58q-3.86 0-3.86-3.86V100.2q0-3.86 3.86-3.86h13.54q3.86 0 3.86 3.86M443.53 113.65L417.58 3.51A3.87 3.87 0 00413.4 0h-28.52q-3.17 0-4 3.51l-25.95 110.14q-.83 3.85 3.35 3.85H374q3.35 0 4-3.51l6.1-27h30.2l6.1 27q.67 3.51 4 3.51h15.73q4.52 0 3.35-3.85m-55.29-44.59l10.7-47.3h.67l10.7 47.3z"}})]))}}},50479:function(t){t.exports={functional:!0,render(t,e){const{_c:a,_v:n,data:s,children:i=[]}=e,{class:r,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=s;return a("svg",{class:[r,o],style:[l,c],attrs:Object.assign({xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 286 99"},u),...d},i.concat([a("defs",[a("linearGradient",{attrs:{id:"id-0a",x1:"45.313%",x2:"33.822%",y1:"69.296%",y2:"31.188%"}},[a("stop",{attrs:{offset:"0%","stop-color":"#6A2545"}}),a("stop",{attrs:{offset:"100%","stop-color":"#B03B6F"}})]),a("linearGradient",{attrs:{id:"id-2c",x1:"17.248%",x2:"58.688%",y1:"34.281%",y2:"89.871%"}},[a("stop",{attrs:{offset:"0%","stop-color":"#712849"}}),a("stop",{attrs:{offset:"100%","stop-color":"#B03B6F"}})]),a("path",{attrs:{id:"id-1b",d:"M75.617 68.105a21.83 21.83 0 002.601 5.096c9.291 13.456 23.041 10.092 28.616 9.344 5.574-.747 13.007-1.121 17.094 2.243 4.088 3.364 6.352 6.033 14.441 8.532 2.602.373 1.911 1.185.796 1.933-8.547 5.606-15.608 3.737-24.527 0-8.92-3.738-12.264-.748-18.21 0-19.325 2.99-35.676 1.121-49.055-5.606a46.935 46.935 0 01-2.198-1.804c-3.08 3.497-5.197 5.593-6.35 6.289-1.857 1.12-8.546 4.11-17.094 4.11-5.698 0-10.53-.622-14.493-1.868-3.634-1.163-5.616-1.91-5.946-2.242-.744-.748-1.292-2.03 2.742-2.435 14.52-1.922 27.079-6.737 32.47-14.862-2.721-5.544-3.682-11.738-2.88-18.584C35.38 43.895 40.09 42 51.232 30.431c7.665-8.521 1.458-17.002-1.547-20.327a304.822 304.822 0 01-1.301-1.454c-1.174-1.359-1.17-1.35-2.76-.563a299.293 299.293 0 01-4.228 2.039c-.25.117-.938.46-.842.097.214-.822 6.12-3.842 6.014-4.07-.106-.23-7.504 1.596-7.67 1.608-.165.013-.315-.439-.108-.51.206-.076 2.191-.754 3.292-1.119 1.094-.362 3.5-1.141 3.283-1.262-.216-.124-8.341-.632-8.458-.64-.03-.002-.052-.028-.067-.066v-.297c.015-.038.039-.066.07-.073 1.92-.462 8.359-.207 8.507-.363.148-.157-.193-1.103-.231-1.657-.069-1.026.35-1.762 1.12-1.774h.04c.092.001.19.013.292.036 1.866.41 3.704 1.01 5.535 1.605 1.665.54 2.59.639 3.883.313 1.292-.326 2.034-.737 3.231-.651 4.516.009 9.529 2.096 14.536 6s12.49 16.84 9.198 25.28c-4.97 12.74-5.177 10.025-7.662 17.126-.18.814-.354 1.581-.517 2.312-.919 4.871-1.048 10.056.381 14.88.044.117.09.234.136.352.12.309.206.593.257.852z"}})]),a("g",{attrs:{fill:"none","fill-rule":"evenodd"}},[a("path",{attrs:{fill:"#6D2345",d:"M11.01 74.552c5.379.506 9.413-.127 12.103-1.9a458.683 458.683 0 019.563-6.111c.27 2.164.538 3.787.807 4.869.403 2.029.807 2.434 1.614 5.274-.807.812-3.631 4.87-8.875 5.275-5.783.474-13.782-2.626-16.54-4.463-2.841-1.992-2.399-2.973 1.327-2.944zm108.939 7.419c.716-1.631 2.553-2.582 5.511-2.852 3.228-.406 5.46.79 7.262.406 1.626-.347 6.05-2.435 7.664-1.623.807.811-2.294 5.238-5.244 6.897-3.424 1.926-6.456 2.787-6.858 2.435-.402-.353-3.371-2.99-5.244-4.058-.647-.369-1.678-.77-3.091-1.205z"}}),a("use",{attrs:{fill:"url(#id-0a)","xlink:href":"#id-1b"}}),a("path",{attrs:{fill:"url(#id-2c)",d:"M140.16 94.148c-9.194 1.408-11.705 1.1-14.296-.017-5.142-2.01-9.086-7.663-25.24-5.574-16.152 2.089-46.802-2.089-54.671-15.873-5.247-9.19-.586-18.872 13.981-29.046 5.452-3.472 9.006-9.315 10.663-17.53C72.25 17.904 64.062 9.215 46.03.039A1.13 1.13 0 0146.308 0h.038c.093.001.19.013.293.036 1.866.41 3.704 1.01 5.535 1.605 1.665.54 2.59.639 3.883.313 1.292-.326 2.034-.737 3.231-.651 4.516.009 9.529 2.096 14.536 6s12.49 16.84 9.198 25.28c-4.97 12.74-5.177 10.025-7.662 17.126-.18.814-.354 1.581-.517 2.312-.919 4.871-1.048 10.056.381 14.88.044.117.09.234.136.352.12.309.206.593.257.852a21.83 21.83 0 002.601 5.096c9.291 13.456 23.041 10.092 28.616 9.344 5.574-.747 13.007-1.121 17.094 2.243 4.088 3.364 6.352 6.033 14.441 8.532 1.303.187 1.78.484 1.792.828z"}}),a("g",{attrs:{"fill-rule":"nonzero"}},[a("path",{attrs:{fill:"#9B9B9B",d:"M131.303 61.382c.828 0 1.472.205 1.933.616.46.411.69.982.69 1.712 0 .776-.23 1.37-.69 1.78-.46.412-1.105.617-1.933.617h-30.857c-.828 0-1.484-.228-1.967-.685-.483-.456-.725-1.027-.725-1.712s.253-1.392.76-2.123l27.611-39.035h-25.679c-.828 0-1.472-.205-1.933-.616-.46-.41-.69-.981-.69-1.712 0-.776.23-1.37.69-1.78.46-.411 1.105-.617 1.933-.617h30.097c.829 0 1.485.229 1.968.685.483.457.725 1.027.725 1.712 0 .64-.254 1.324-.76 2.055l-27.68 39.103h26.507zm34.967-3.013c.506 0 .943.205 1.312.616.368.41.552.936.552 1.575 0 1.141-.806 2.192-2.416 3.15a20.989 20.989 0 01-5.247 2.157c-1.84.48-3.635.72-5.384.72-5.2 0-9.307-1.53-12.322-4.589-3.014-3.059-4.521-7.282-4.521-12.669 0-3.424.667-6.449 2.002-9.074 1.334-2.625 3.21-4.668 5.626-6.129 2.416-1.461 5.165-2.191 8.249-2.191 4.372 0 7.846 1.415 10.423 4.245 2.577 2.831 3.866 6.666 3.866 11.505 0 .914-.184 1.576-.552 1.986-.369.411-.967.617-1.795.617h-22.228c.414 7.852 4.165 11.779 11.252 11.779 1.795 0 3.337-.24 4.625-.72 1.289-.479 2.67-1.13 4.142-1.951 1.196-.685 2.002-1.027 2.416-1.027zm-12.08-22.12c-2.946 0-5.304.913-7.076 2.74-1.772 1.825-2.819 4.405-3.14 7.738h19.535c-.092-3.379-.944-5.97-2.554-7.773-1.611-1.803-3.866-2.705-6.765-2.705zm35.732-4.314c8.422 0 12.632 4.382 12.632 13.148V63.71c0 .822-.241 1.484-.724 1.986-.484.502-1.14.754-1.968.754-.828 0-1.495-.252-2.002-.754-.506-.502-.759-1.164-.759-1.986v-3.287c-.874 1.963-2.209 3.481-4.004 4.554-1.794 1.073-3.865 1.61-6.212 1.61-2.163 0-4.154-.434-5.971-1.302-1.818-.867-3.256-2.077-4.315-3.63a8.92 8.92 0 01-1.587-5.135c0-2.511.644-4.463 1.932-5.856 1.289-1.392 3.406-2.396 6.351-3.013 2.945-.616 7.041-.924 12.287-.924h1.52v-2.26c0-2.74-.565-4.748-1.692-6.027-1.128-1.278-2.957-1.917-5.488-1.917-3.13 0-6.305.844-9.526 2.534-1.243.776-2.117 1.164-2.623 1.164a1.777 1.777 0 01-1.38-.616c-.37-.411-.553-.936-.553-1.576 0-.639.195-1.198.587-1.677.39-.48 1.024-.97 1.898-1.473 1.61-.913 3.44-1.632 5.488-2.157a24.52 24.52 0 016.109-.787zm-2.278 30.269c2.761 0 5.028-.925 6.8-2.774 1.771-1.849 2.657-4.234 2.657-7.156v-1.986h-1.242c-4.05 0-7.134.171-9.25.513-2.117.343-3.625.913-4.522 1.712-.897.8-1.346 1.975-1.346 3.527 0 1.78.656 3.253 1.967 4.417 1.312 1.165 2.957 1.747 4.936 1.747zm27.518 4.246c-.829 0-1.507-.24-2.037-.72-.529-.479-.794-1.152-.794-2.02V20.224c0-.867.265-1.54.794-2.02.53-.48 1.208-.72 2.037-.72.782 0 1.438.24 1.967.72.53.48.794 1.153.794 2.02V63.71c0 .868-.265 1.541-.794 2.02-.53.48-1.185.72-1.967.72z"}}),a("path",{attrs:{fill:"#B03B6F",d:"M230.737 66.45c-.828 0-1.507-.24-2.036-.72-.53-.479-.794-1.152-.794-2.02v-28.9c0-.867.265-1.54.794-2.02.53-.479 1.208-.718 2.036-.718.829 0 1.496.24 2.002.719.506.479.76 1.152.76 2.02v28.9c0 .912-.254 1.597-.76 2.054-.506.456-1.173.685-2.002.685zm0-41.57c-1.104 0-2.002-.319-2.692-.958-.69-.639-1.035-1.484-1.035-2.534 0-1.004.345-1.826 1.035-2.465.69-.64 1.588-.959 2.692-.959 1.105 0 2.002.32 2.692.959.69.64 1.036 1.46 1.036 2.465 0 1.05-.345 1.895-1.036 2.534-.69.64-1.587.959-2.692.959zm16.473 41.227c-.874 0-1.576-.251-2.105-.753-.53-.502-.794-1.164-.794-1.986V20.567c0-.822.265-1.484.794-1.986.529-.503 1.23-.754 2.105-.754h13.461c7.777 0 13.795 2.089 18.051 6.266 4.257 4.178 6.386 10.124 6.386 17.84 0 7.716-2.14 13.674-6.42 17.874-4.28 4.2-10.286 6.3-18.017 6.3h-13.46zm13.116-4.794c12.61 0 18.914-6.46 18.914-19.38 0-12.875-6.305-19.312-18.914-19.312H249.97v38.692h10.355z"}})])])]))}}},19662:function(t,e,a){var n=a(60614),s=a(66330),i=TypeError;t.exports=function(t){if(n(t))return t;throw i(s(t)+" is not a function")}},19670:function(t,e,a){var n=a(70111),s=String,i=TypeError;t.exports=function(t){if(n(t))return t;throw i(s(t)+" is not an object")}},41318:function(t,e,a){var n=a(45656),s=a(51400),i=a(26244),r=function(t){return function(e,a,r){var o,l=n(e),c=i(l),u=s(r,c);if(t&&a!=a){while(c>u)if(o=l[u++],o!=o)return!0}else for(;c>u;u++)if((t||u in l)&&l[u]===a)return t||u||0;return!t&&-1}};t.exports={includes:r(!0),indexOf:r(!1)}},83658:function(t,e,a){"use strict";var n=a(19781),s=a(43157),i=TypeError,r=Object.getOwnPropertyDescriptor,o=n&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}();t.exports=o?function(t,e){if(s(t)&&!r(t,"length").writable)throw i("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e}},84326:function(t,e,a){var n=a(1702),s=n({}.toString),i=n("".slice);t.exports=function(t){return i(s(t),8,-1)}},99920:function(t,e,a){var n=a(92597),s=a(53887),i=a(31236),r=a(3070);t.exports=function(t,e,a){for(var o=s(e),l=r.f,c=i.f,u=0;u<o.length;u++){var d=o[u];n(t,d)||a&&n(a,d)||l(t,d,c(e,d))}}},68880:function(t,e,a){var n=a(19781),s=a(3070),i=a(79114);t.exports=n?function(t,e,a){return s.f(t,e,i(1,a))}:function(t,e,a){return t[e]=a,t}},79114:function(t){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},98052:function(t,e,a){var n=a(60614),s=a(3070),i=a(56339),r=a(13072);t.exports=function(t,e,a,o){o||(o={});var l=o.enumerable,c=void 0!==o.name?o.name:e;if(n(a)&&i(a,c,o),o.global)l?t[e]=a:r(e,a);else{try{o.unsafe?t[e]&&(l=!0):delete t[e]}catch(u){}l?t[e]=a:s.f(t,e,{value:a,enumerable:!1,configurable:!o.nonConfigurable,writable:!o.nonWritable})}return t}},13072:function(t,e,a){var n=a(17854),s=Object.defineProperty;t.exports=function(t,e){try{s(n,t,{value:e,configurable:!0,writable:!0})}catch(a){n[t]=e}return e}},19781:function(t,e,a){var n=a(47293);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},4154:function(t){var e="object"==typeof document&&document.all,a="undefined"==typeof e&&void 0!==e;t.exports={all:e,IS_HTMLDDA:a}},80317:function(t,e,a){var n=a(17854),s=a(70111),i=n.document,r=s(i)&&s(i.createElement);t.exports=function(t){return r?i.createElement(t):{}}},7207:function(t){var e=TypeError,a=9007199254740991;t.exports=function(t){if(t>a)throw e("Maximum allowed index exceeded");return t}},88113:function(t,e,a){var n=a(35005);t.exports=n("navigator","userAgent")||""},7392:function(t,e,a){var n,s,i=a(17854),r=a(88113),o=i.process,l=i.Deno,c=o&&o.versions||l&&l.version,u=c&&c.v8;u&&(n=u.split("."),s=n[0]>0&&n[0]<4?1:+(n[0]+n[1])),!s&&r&&(n=r.match(/Edge\/(\d+)/),(!n||n[1]>=74)&&(n=r.match(/Chrome\/(\d+)/),n&&(s=+n[1]))),t.exports=s},80748:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},82109:function(t,e,a){var n=a(17854),s=a(31236).f,i=a(68880),r=a(98052),o=a(13072),l=a(99920),c=a(54705);t.exports=function(t,e){var a,u,d,h,p,f,g=t.target,v=t.global,m=t.stat;if(u=v?n:m?n[g]||o(g,{}):(n[g]||{}).prototype,u)for(d in e){if(p=e[d],t.dontCallGetSet?(f=s(u,d),h=f&&f.value):h=u[d],a=c(v?d:g+(m?".":"#")+d,t.forced),!a&&void 0!==h){if(typeof p==typeof h)continue;l(p,h)}(t.sham||h&&h.sham)&&i(p,"sham",!0),r(u,d,p,t)}}},47293:function(t){t.exports=function(t){try{return!!t()}catch(e){return!0}}},34374:function(t,e,a){var n=a(47293);t.exports=!n((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},46916:function(t,e,a){var n=a(34374),s=Function.prototype.call;t.exports=n?s.bind(s):function(){return s.apply(s,arguments)}},76530:function(t,e,a){var n=a(19781),s=a(92597),i=Function.prototype,r=n&&Object.getOwnPropertyDescriptor,o=s(i,"name"),l=o&&"something"===function(){}.name,c=o&&(!n||n&&r(i,"name").configurable);t.exports={EXISTS:o,PROPER:l,CONFIGURABLE:c}},1702:function(t,e,a){var n=a(34374),s=Function.prototype,i=s.call,r=n&&s.bind.bind(i,i);t.exports=n?r:function(t){return function(){return i.apply(t,arguments)}}},35005:function(t,e,a){var n=a(17854),s=a(60614),i=function(t){return s(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?i(n[t]):n[t]&&n[t][e]}},58173:function(t,e,a){var n=a(19662),s=a(68554);t.exports=function(t,e){var a=t[e];return s(a)?void 0:n(a)}},17854:function(t,e,a){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof a.g&&a.g)||function(){return this}()||Function("return this")()},92597:function(t,e,a){var n=a(1702),s=a(47908),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(s(t),e)}},3501:function(t){t.exports={}},64664:function(t,e,a){var n=a(19781),s=a(47293),i=a(80317);t.exports=!n&&!s((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},68361:function(t,e,a){var n=a(1702),s=a(47293),i=a(84326),r=Object,o=n("".split);t.exports=s((function(){return!r("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?o(t,""):r(t)}:r},42788:function(t,e,a){var n=a(1702),s=a(60614),i=a(5465),r=n(Function.toString);s(i.inspectSource)||(i.inspectSource=function(t){return r(t)}),t.exports=i.inspectSource},29909:function(t,e,a){var n,s,i,r=a(94811),o=a(17854),l=a(70111),c=a(68880),u=a(92597),d=a(5465),h=a(6200),p=a(3501),f="Object already initialized",g=o.TypeError,v=o.WeakMap,m=function(t){return i(t)?s(t):n(t,{})},y=function(t){return function(e){var a;if(!l(e)||(a=s(e)).type!==t)throw g("Incompatible receiver, "+t+" required");return a}};if(r||d.state){var M=d.state||(d.state=new v);M.get=M.get,M.has=M.has,M.set=M.set,n=function(t,e){if(M.has(t))throw g(f);return e.facade=t,M.set(t,e),e},s=function(t){return M.get(t)||{}},i=function(t){return M.has(t)}}else{var S=h("state");p[S]=!0,n=function(t,e){if(u(t,S))throw g(f);return e.facade=t,c(t,S,e),e},s=function(t){return u(t,S)?t[S]:{}},i=function(t){return u(t,S)}}t.exports={set:n,get:s,has:i,enforce:m,getterFor:y}},43157:function(t,e,a){var n=a(84326);t.exports=Array.isArray||function(t){return"Array"==n(t)}},60614:function(t,e,a){var n=a(4154),s=n.all;t.exports=n.IS_HTMLDDA?function(t){return"function"==typeof t||t===s}:function(t){return"function"==typeof t}},54705:function(t,e,a){var n=a(47293),s=a(60614),i=/#|\.prototype\./,r=function(t,e){var a=l[o(t)];return a==u||a!=c&&(s(e)?n(e):!!e)},o=r.normalize=function(t){return String(t).replace(i,".").toLowerCase()},l=r.data={},c=r.NATIVE="N",u=r.POLYFILL="P";t.exports=r},68554:function(t){t.exports=function(t){return null===t||void 0===t}},70111:function(t,e,a){var n=a(60614),s=a(4154),i=s.all;t.exports=s.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:n(t)||t===i}:function(t){return"object"==typeof t?null!==t:n(t)}},31913:function(t){t.exports=!1},52190:function(t,e,a){var n=a(35005),s=a(60614),i=a(47976),r=a(43307),o=Object;t.exports=r?function(t){return"symbol"==typeof t}:function(t){var e=n("Symbol");return s(e)&&i(e.prototype,o(t))}},26244:function(t,e,a){var n=a(17466);t.exports=function(t){return n(t.length)}},56339:function(t,e,a){var n=a(47293),s=a(60614),i=a(92597),r=a(19781),o=a(76530).CONFIGURABLE,l=a(42788),c=a(29909),u=c.enforce,d=c.get,h=Object.defineProperty,p=r&&!n((function(){return 8!==h((function(){}),"length",{value:8}).length})),f=String(String).split("String"),g=t.exports=function(t,e,a){"Symbol("===String(e).slice(0,7)&&(e="["+String(e).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),a&&a.getter&&(e="get "+e),a&&a.setter&&(e="set "+e),(!i(t,"name")||o&&t.name!==e)&&(r?h(t,"name",{value:e,configurable:!0}):t.name=e),p&&a&&i(a,"arity")&&t.length!==a.arity&&h(t,"length",{value:a.arity});try{a&&i(a,"constructor")&&a.constructor?r&&h(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(s){}var n=u(t);return i(n,"source")||(n.source=f.join("string"==typeof e?e:"")),t};Function.prototype.toString=g((function(){return s(this)&&d(this).source||l(this)}),"toString")},74758:function(t){var e=Math.ceil,a=Math.floor;t.exports=Math.trunc||function(t){var n=+t;return(n>0?a:e)(n)}},3070:function(t,e,a){var n=a(19781),s=a(64664),i=a(3353),r=a(19670),o=a(34948),l=TypeError,c=Object.defineProperty,u=Object.getOwnPropertyDescriptor,d="enumerable",h="configurable",p="writable";e.f=n?i?function(t,e,a){if(r(t),e=o(e),r(a),"function"===typeof t&&"prototype"===e&&"value"in a&&p in a&&!a[p]){var n=u(t,e);n&&n[p]&&(t[e]=a.value,a={configurable:h in a?a[h]:n[h],enumerable:d in a?a[d]:n[d],writable:!1})}return c(t,e,a)}:c:function(t,e,a){if(r(t),e=o(e),r(a),s)try{return c(t,e,a)}catch(n){}if("get"in a||"set"in a)throw l("Accessors not supported");return"value"in a&&(t[e]=a.value),t}},31236:function(t,e,a){var n=a(19781),s=a(46916),i=a(55296),r=a(79114),o=a(45656),l=a(34948),c=a(92597),u=a(64664),d=Object.getOwnPropertyDescriptor;e.f=n?d:function(t,e){if(t=o(t),e=l(e),u)try{return d(t,e)}catch(a){}if(c(t,e))return r(!s(i.f,t,e),t[e])}},8006:function(t,e,a){var n=a(16324),s=a(80748),i=s.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,i)}},25181:function(t,e){e.f=Object.getOwnPropertySymbols},47976:function(t,e,a){var n=a(1702);t.exports=n({}.isPrototypeOf)},16324:function(t,e,a){var n=a(1702),s=a(92597),i=a(45656),r=a(41318).indexOf,o=a(3501),l=n([].push);t.exports=function(t,e){var a,n=i(t),c=0,u=[];for(a in n)!s(o,a)&&s(n,a)&&l(u,a);while(e.length>c)s(n,a=e[c++])&&(~r(u,a)||l(u,a));return u}},55296:function(t,e){"use strict";var a={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,s=n&&!a.call({1:2},1);e.f=s?function(t){var e=n(this,t);return!!e&&e.enumerable}:a},92140:function(t,e,a){var n=a(46916),s=a(60614),i=a(70111),r=TypeError;t.exports=function(t,e){var a,o;if("string"===e&&s(a=t.toString)&&!i(o=n(a,t)))return o;if(s(a=t.valueOf)&&!i(o=n(a,t)))return o;if("string"!==e&&s(a=t.toString)&&!i(o=n(a,t)))return o;throw r("Can't convert object to primitive value")}},53887:function(t,e,a){var n=a(35005),s=a(1702),i=a(8006),r=a(25181),o=a(19670),l=s([].concat);t.exports=n("Reflect","ownKeys")||function(t){var e=i.f(o(t)),a=r.f;return a?l(e,a(t)):e}},84488:function(t,e,a){var n=a(68554),s=TypeError;t.exports=function(t){if(n(t))throw s("Can't call method on "+t);return t}},6200:function(t,e,a){var n=a(72309),s=a(69711),i=n("keys");t.exports=function(t){return i[t]||(i[t]=s(t))}},5465:function(t,e,a){var n=a(17854),s=a(13072),i="__core-js_shared__",r=n[i]||s(i,{});t.exports=r},72309:function(t,e,a){var n=a(31913),s=a(5465);(t.exports=function(t,e){return s[t]||(s[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.27.0",mode:n?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.27.0/LICENSE",source:"https://github.com/zloirock/core-js"})},36293:function(t,e,a){var n=a(7392),s=a(47293);t.exports=!!Object.getOwnPropertySymbols&&!s((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},51400:function(t,e,a){var n=a(19303),s=Math.max,i=Math.min;t.exports=function(t,e){var a=n(t);return a<0?s(a+e,0):i(a,e)}},45656:function(t,e,a){var n=a(68361),s=a(84488);t.exports=function(t){return n(s(t))}},19303:function(t,e,a){var n=a(74758);t.exports=function(t){var e=+t;return e!==e||0===e?0:n(e)}},17466:function(t,e,a){var n=a(19303),s=Math.min;t.exports=function(t){return t>0?s(n(t),9007199254740991):0}},47908:function(t,e,a){var n=a(84488),s=Object;t.exports=function(t){return s(n(t))}},57593:function(t,e,a){var n=a(46916),s=a(70111),i=a(52190),r=a(58173),o=a(92140),l=a(5112),c=TypeError,u=l("toPrimitive");t.exports=function(t,e){if(!s(t)||i(t))return t;var a,l=r(t,u);if(l){if(void 0===e&&(e="default"),a=n(l,t,e),!s(a)||i(a))return a;throw c("Can't convert object to primitive value")}return void 0===e&&(e="number"),o(t,e)}},34948:function(t,e,a){var n=a(57593),s=a(52190);t.exports=function(t){var e=n(t,"string");return s(e)?e:e+""}},66330:function(t){var e=String;t.exports=function(t){try{return e(t)}catch(a){return"Object"}}},69711:function(t,e,a){var n=a(1702),s=0,i=Math.random(),r=n(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+r(++s+i,36)}},43307:function(t,e,a){var n=a(36293);t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3353:function(t,e,a){var n=a(19781),s=a(47293);t.exports=n&&s((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},94811:function(t,e,a){var n=a(17854),s=a(60614),i=n.WeakMap;t.exports=s(i)&&/native code/.test(String(i))},5112:function(t,e,a){var n=a(17854),s=a(72309),i=a(92597),r=a(69711),o=a(36293),l=a(43307),c=s("wks"),u=n.Symbol,d=u&&u["for"],h=l?u:u&&u.withoutSetter||r;t.exports=function(t){if(!i(c,t)||!o&&"string"!=typeof c[t]){var e="Symbol."+t;o&&i(u,t)?c[t]=u[t]:c[t]=l&&d?d(e):h(e)}return c[t]}},57658:function(t,e,a){"use strict";var n=a(82109),s=a(47908),i=a(26244),r=a(83658),o=a(7207),l=a(47293),c=l((function(){return 4294967297!==[].push.call({length:4294967296},1)})),u=!function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}}();n({target:"Array",proto:!0,arity:1,forced:c||u},{push:function(t){var e=s(this),a=i(e),n=arguments.length;o(a+n);for(var l=0;l<n;l++)e[a]=arguments[l],a++;return r(e,a),a}})},94896:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".App_reset-list_IaXBs{margin:0;padding:0;list-style:none;display:block}.App_uppercase-sm_QAYrE{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.App_app_E8ecA{font-family:Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.4;min-width:260px}.App_app_E8ecA *{box-sizing:border-box}",""]),o.locals={"reset-list":"App_reset-list_IaXBs","uppercase-sm":"App_uppercase-sm_QAYrE",app:"App_app_E8ecA"},e["default"]=o},58647:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".AppAlert_reset-list_YSbhR{margin:0;padding:0;list-style:none;display:block}.AppAlert_uppercase-sm_JS5l6{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AppAlert_alert_DqBiA{font-size:14px;position:relative;padding:8px 12px;margin-bottom:16px;border:1px solid transparent;border-radius:6px;line-height:1.4}.AppAlert_primary_aKOao{color:#001d3e;background-color:#ccd6e1;border-color:#b3c1d2}.AppAlert_primary_aKOao .AppAlert_alert-link_lUYn3{color:#001732}.AppAlert_success_X734Z{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.AppAlert_success_X734Z .AppAlert_alert-link_lUYn3{color:#0c4128}.AppAlert_info__7_Bp{color:#055160;background-color:#cff4fc;border-color:#b6effb}.AppAlert_info__7_Bp .AppAlert_alert-link_lUYn3{color:#04414d}.AppAlert_warning_hk3Ul{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.AppAlert_warning_hk3Ul .AppAlert_alert-link_lUYn3{color:#523e02}.AppAlert_danger_PEqay{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.AppAlert_danger_PEqay .AppAlert_alert-link_lUYn3{color:#6a1a21}.AppAlert_alert_DqBiA+.AppAlert_alert_DqBiA{margin-top:12px}",""]),o.locals={"reset-list":"AppAlert_reset-list_YSbhR","uppercase-sm":"AppAlert_uppercase-sm_JS5l6",alert:"AppAlert_alert_DqBiA",primary:"AppAlert_primary_aKOao","alert-link":"AppAlert_alert-link_lUYn3",success:"AppAlert_success_X734Z",info:"AppAlert_info__7_Bp",warning:"AppAlert_warning_hk3Ul",danger:"AppAlert_danger_PEqay"},e["default"]=o},45122:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".AppButton_reset-list_nOL24{margin:0;padding:0;list-style:none;display:block}.AppButton_uppercase-sm_LdE5X{font-size:12px;letter-spacing:.03667em}.AppButton_button_nIn8R,.AppButton_uppercase-sm_LdE5X{text-transform:uppercase}.AppButton_button_nIn8R{color:#f7fbff;background-color:#6683a4;width:100%;display:block;padding:16px 16px;cursor:pointer;transition:background-color .2s;border-radius:4px;border:1px solid rgba(0,49,104,.3);outline:none;box-shadow:none;font-size:14px;letter-spacing:.01071em;line-height:1.45}.AppButton_button_nIn8R:focus,.AppButton_button_nIn8R:hover{background-color:#547193;outline:none}.AppButton_button_nIn8R:active{transform:translateY(1px)}.AppButton_secondary_voJgX{color:#fff;background-color:#6c696a;border-color:#6c696a}.AppButton_secondary_voJgX:focus,.AppButton_secondary_voJgX:hover{background-color:#574f52;border-color:#574f52}",""]),o.locals={"reset-list":"AppButton_reset-list_nOL24","uppercase-sm":"AppButton_uppercase-sm_LdE5X",button:"AppButton_button_nIn8R",secondary:"AppButton_secondary_voJgX"},e["default"]=o},78244:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".AppCheckbox_reset-list_Aard3{margin:0;padding:0;list-style:none;display:block}.AppCheckbox_uppercase-sm_zu65n{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AppCheckbox_checkboxWrap_mVcPX{display:block;position:relative;padding-left:30px}.AppCheckbox_checkbox__5_2b{position:absolute;left:0;top:0;color:#3a3a3a;font-size:16px;border-radius:4px;border:1px solid rgba(0,49,104,.2)}.AppCheckbox_checkbox__5_2b:focus{border-color:#003168;box-shadow:0 0 0 2px rgba(0,49,104,.2)}.AppCheckbox_error_con7z,.AppCheckbox_error_con7z:focus{border-color:#dc3545}.AppCheckbox_error_con7z:focus{box-shadow:0 0 0 2px rgba(220,53,69,.2)}",""]),o.locals={"reset-list":"AppCheckbox_reset-list_Aard3","uppercase-sm":"AppCheckbox_uppercase-sm_zu65n",checkboxWrap:"AppCheckbox_checkboxWrap_mVcPX",checkbox:"AppCheckbox_checkbox__5_2b",error:"AppCheckbox_error_con7z"},e["default"]=o},78849:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".AppFooter_reset-list_mYfYb{margin:0;padding:0;list-style:none;display:block}.AppFooter_uppercase-sm_DO4QC{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AppFooter_footer_gKUIv{border-top:1px solid #d9d9d9;padding:12px 0;margin:0 40px;font-size:10px}.AppFooter_text_uDCUR{color:#9ca6b1;text-align:center;line-height:1.4}",""]),o.locals={"reset-list":"AppFooter_reset-list_mYfYb","uppercase-sm":"AppFooter_uppercase-sm_DO4QC",footer:"AppFooter_footer_gKUIv",text:"AppFooter_text_uDCUR"},e["default"]=o},27920:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".AppForm_reset-list_Glogv{margin:0;padding:0;list-style:none;display:block}.AppForm_uppercase-sm_culH7{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AppForm_formElement_eTwx8{display:block}.AppForm_formElement_eTwx8+.AppForm_formElement_eTwx8{margin-top:24px}.AppForm_formElement_eTwx8+.AppForm_formElementSpacer_vMit_{margin-top:12px;margin-bottom:-20px}",""]),o.locals={"reset-list":"AppForm_reset-list_Glogv","uppercase-sm":"AppForm_uppercase-sm_culH7",formElement:"AppForm_formElement_eTwx8",formElementSpacer:"AppForm_formElementSpacer_vMit_"},e["default"]=o},71045:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".AppHeader_reset-list_XzFqu{margin:0;padding:0;list-style:none;display:block}.AppHeader_uppercase-sm_yHCp2{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AppHeader_header_mgiwB{border-bottom:1px solid #d9d9d9;min-height:71px;padding:8px 24px;background-color:#f7f7f7;border-top-left-radius:6px;border-top-right-radius:6px}",""]),o.locals={"reset-list":"AppHeader_reset-list_XzFqu","uppercase-sm":"AppHeader_uppercase-sm_yHCp2",header:"AppHeader_header_mgiwB"},e["default"]=o},70265:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".AppInput_reset-list_tyHF5{margin:0;padding:0;list-style:none;display:block}.AppInput_uppercase-sm_pg9aD{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AppInput_input_zxF0k{color:#3a3a3a;font-size:16px;width:100%;display:block;border-radius:4px;-webkit-appearance:none;outline:none;border:1px solid rgba(0,49,104,.2);line-height:1.2;padding:16px 16px;letter-spacing:.0275em}.AppInput_input_zxF0k:focus{border-color:#003168;box-shadow:0 0 0 2px rgba(0,49,104,.2)}.AppInput_error_muSuG,.AppInput_error_muSuG:focus{border-color:#dc3545}.AppInput_error_muSuG:focus{box-shadow:0 0 0 2px rgba(220,53,69,.2)}.AppInput_hasPrefix_ggDPv{display:flex;align-items:center}.AppInput_hasPrefix_prefix_hD9JL{color:#3a3a3a;font-size:16px;display:block;border-radius:4px;-webkit-appearance:none;outline:none;border:1px solid rgba(0,49,104,.2);line-height:1.2;padding:16px 8px;letter-spacing:.0275em;margin-right:5px}",""]),o.locals={"reset-list":"AppInput_reset-list_tyHF5","uppercase-sm":"AppInput_uppercase-sm_pg9aD",input:"AppInput_input_zxF0k",error:"AppInput_error_muSuG",hasPrefix:"AppInput_hasPrefix_ggDPv",hasPrefix_prefix:"AppInput_hasPrefix_prefix_hD9JL"},e["default"]=o},25081:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".AppLayout_reset-list_o_ZEN{margin:0;padding:0;list-style:none;display:block}.AppLayout_uppercase-sm_iAH48{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AppLayout_layout_Lx3ZO{background-color:#fdfcfc;border-radius:6px;border:1px solid #d9d9d9}.AppLayout_main_Vi0wA{position:relative;padding:24px 24px}.AppLayout_fade_Eu7TF-enter-active,.AppLayout_fade_Eu7TF-leave-active{transition:opacity .2s}.AppLayout_fade_Eu7TF-enter,.AppLayout_fade_Eu7TF-leave-to{opacity:0}.AppLayout_eidEasyLink_XKhXY{text-decoration:none;color:currentColor;transition:.2s}.AppLayout_eidEasyLink_XKhXY:focus,.AppLayout_eidEasyLink_XKhXY:hover{text-decoration:none;color:#003168}",""]),o.locals={"reset-list":"AppLayout_reset-list_o_ZEN","uppercase-sm":"AppLayout_uppercase-sm_iAH48",layout:"AppLayout_layout_Lx3ZO",main:"AppLayout_main_Vi0wA",fade:"AppLayout_fade_Eu7TF",eidEasyLink:"AppLayout_eidEasyLink_XKhXY"},e["default"]=o},40674:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".AppSpinner_reset-list_W_GPQ{margin:0;padding:0;list-style:none;display:block}.AppSpinner_uppercase-sm_L7LmV{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AppSpinner_spinner_Xb0AI{color:#003168;font-size:1em;width:4.375em;height:4.375em;border:.3125em solid currentColor;border-top-color:transparent;border-radius:50%;animation:AppSpinner_spin_gjlcz 1s linear infinite;margin-left:auto;margin-right:auto}.AppSpinner_secondary_ZUq2e{color:#34a853}@keyframes AppSpinner_spin_gjlcz{to{transform:rotate(1turn)}}",""]),o.locals={"reset-list":"AppSpinner_reset-list_W_GPQ","uppercase-sm":"AppSpinner_uppercase-sm_L7LmV",spinner:"AppSpinner_spinner_Xb0AI",spin:"AppSpinner_spin_gjlcz",secondary:"AppSpinner_secondary_ZUq2e"},e["default"]=o},7574:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".BackButton_reset-list_Az4bu{margin:0;padding:0;list-style:none;display:block}.BackButton_text_tocW7,.BackButton_uppercase-sm_p3pue{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.BackButton_button_aOe3d{display:flex;align-items:center;text-decoration:none;color:#3a3a3a;transition:.2s}.BackButton_button_aOe3d:focus,.BackButton_button_aOe3d:hover{text-decoration:none;color:#003168}.BackButton_backIcon_oVFvn{position:relative;margin-right:8px;font-size:16px;border:1px solid currentColor;width:1.5em;height:1.5em;border-radius:1.5em}.BackButton_backCaret_Ep_wJ{position:absolute;left:.5625em;top:50%;margin-top:-.1875em;display:block;width:.375em;height:.375em;border-left:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg)}.BackButton_disabled_l8wSR{color:#939393}.BackButton_disabled_l8wSR:focus,.BackButton_disabled_l8wSR:hover{text-decoration:none;color:#939393}",""]),o.locals={"reset-list":"BackButton_reset-list_Az4bu",text:"BackButton_text_tocW7","uppercase-sm":"BackButton_uppercase-sm_p3pue",button:"BackButton_button_aOe3d",backIcon:"BackButton_backIcon_oVFvn",backCaret:"BackButton_backCaret_Ep_wJ",disabled:"BackButton_disabled_l8wSR"},e["default"]=o},47711:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".ChallengeLoader_reset-list_QVKw9{margin:0;padding:0;list-style:none;display:block}.ChallengeLoader_uppercase-sm_smdxz{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.ChallengeLoader_challenge_yQ93h{text-align:center;color:#003168}.ChallengeLoader_loader_i_4IU{font-size:14px;display:block;margin-left:auto;margin-right:auto;margin-bottom:24px}.ChallengeLoader_challengeTitle_BD69F{text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.03667em}.ChallengeLoader_challengeCode_QQWjd{font-size:28px;font-weight:700;letter-spacing:.005357em}.ChallengeLoader_challengeCode_QQWjd,.ChallengeLoader_userInstructions_dycJC{margin-bottom:16px}",""]),o.locals={"reset-list":"ChallengeLoader_reset-list_QVKw9","uppercase-sm":"ChallengeLoader_uppercase-sm_smdxz",challenge:"ChallengeLoader_challenge_yQ93h",loader:"ChallengeLoader_loader_i_4IU",challengeTitle:"ChallengeLoader_challengeTitle_BD69F",challengeCode:"ChallengeLoader_challengeCode_QQWjd",userInstructions:"ChallengeLoader_userInstructions_dycJC"},e["default"]=o},27378:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".ConfirmationStep_reset-list_upH0R{margin:0;padding:0;list-style:none;display:block}.ConfirmationStep_uppercase-sm_sUfCV{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.ConfirmationStep_mb4_WhASz{margin-bottom:16px}",""]),o.locals={"reset-list":"ConfirmationStep_reset-list_upH0R","uppercase-sm":"ConfirmationStep_uppercase-sm_sUfCV",mb4:"ConfirmationStep_mb4_WhASz"},e["default"]=o},75293:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".CountrySelect_reset-list_oKWEP{margin:0;padding:0;list-style:none;display:block}.CountrySelect_uppercase-sm_KAE4C{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.CountrySelect_select_m6vXt{position:relative;font-family:inherit;width:100%}.CountrySelect_caretDown_OJoKu{color:rgba(0,0,0,.6);width:8px;height:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}.CountrySelect_noOptions_YTzoT{padding-left:10px;padding-right:10px}.CountrySelect_select_m6vXt .vs--searchable .vs__dropdown-toggle{cursor:text}.CountrySelect_select_m6vXt .vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:12px 0;background:#fdfcfc;border:1px solid rgba(0,49,104,.2);border-radius:4px;white-space:normal}.CountrySelect_select_m6vXt .vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 6px;position:relative;width:calc(100% - 31px)}.CountrySelect_select_m6vXt .vs__dropdown-option{line-height:1.42857143;display:block;padding:6px 12px;clear:both;color:#292a2b}.CountrySelect_select_m6vXt .vs__dropdown-option--highlight{background:rgba(0,49,104,.2);color:#fff}.CountrySelect_select_m6vXt .vs__dropdown-option:hover{cursor:pointer}.CountrySelect_select_m6vXt .vs__search,.CountrySelect_select_m6vXt .vs__search:focus{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;line-height:1.4;font-size:1em;border:1px solid transparent!important;outline:none!important;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1;position:absolute;height:auto!important;min-height:0!important}.CountrySelect_select_m6vXt .vs__search::-webkit-search-cancel-button,.CountrySelect_select_m6vXt .vs__search::-webkit-search-decoration,.CountrySelect_select_m6vXt .vs__search::-webkit-search-results-button,.CountrySelect_select_m6vXt .vs__search::-webkit-search-results-decoration{-webkit-appearance:none!important}.CountrySelect_select_m6vXt .vs__actions{display:flex;align-items:center;padding:0 19px 0 4px}.CountrySelect_select_m6vXt .vs__clear{fill:rgba(60,60,60,.5);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.CountrySelect_select_m6vXt .vs__open-indicator{fill:rgba(60,60,60,.5);transform:scale(1);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.CountrySelect_select_m6vXt .vs__dropdown-menu{display:block;position:absolute;top:calc(100% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fdfcfc}.CountrySelect_select_m6vXt .vs__selected{display:flex;align-items:center;background-color:rgba(0,49,104,.2);border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0;padding:0 .25em;z-index:0;width:100%}.CountrySelect_select_m6vXt.vs--single .vs__selected{background-color:transparent;border-color:transparent}.CountrySelect_select_m6vXt.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.CountrySelect_select_m6vXt.vs--single.vs--searching .vs__selected{display:none}.CountrySelect_select_m6vXt.vs--single.vs--open .vs__search,.CountrySelect_select_m6vXt.vs--single.vs--searching .vs__search{position:static}",""]),o.locals={"reset-list":"CountrySelect_reset-list_oKWEP","uppercase-sm":"CountrySelect_uppercase-sm_KAE4C",select:"CountrySelect_select_m6vXt",caretDown:"CountrySelect_caretDown_OJoKu",noOptions:"CountrySelect_noOptions_YTzoT"},e["default"]=o},50854:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".CountrySelectOption_reset-list_pf3ZV{margin:0;padding:0;list-style:none;display:block}.CountrySelectOption_uppercase-sm_Wh2uO{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.CountrySelectOption_option_CBWGy{display:flex;width:100%}.CountrySelectOption_optionText_F5XfN{font-size:16px;color:#292a2b;letter-spacing:.009375em;margin-left:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.CountrySelectOption_option_CBWGy svg{display:block;width:26px;height:22px}",""]),o.locals={"reset-list":"CountrySelectOption_reset-list_pf3ZV","uppercase-sm":"CountrySelectOption_uppercase-sm_Wh2uO",option:"CountrySelectOption_option_CBWGy",optionText:"CountrySelectOption_optionText_F5XfN"},e["default"]=o},30047:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".FormCheckbox_reset-list_S3xNM,.FormCheckbox_validationContainer_bNMLk,.FormCheckbox_validationMessage_rMSTz{margin:0;padding:0;list-style:none;display:block}.FormCheckbox_uppercase-sm_wlqul{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.FormCheckbox_validationContainer_bNMLk{margin-top:8px}.FormCheckbox_validationMessage_rMSTz{font-size:12px;color:#dc3545}.FormCheckbox_validationMessage_rMSTz+.FormCheckbox_validationMessage_rMSTz{margin-top:4px}.FormCheckbox_instructions_yJb07{margin-bottom:16px}.FormCheckbox_hidden_ECB7J{display:none}",""]),o.locals={"reset-list":"FormCheckbox_reset-list_S3xNM",validationContainer:"FormCheckbox_validationContainer_bNMLk",validationMessage:"FormCheckbox_validationMessage_rMSTz","uppercase-sm":"FormCheckbox_uppercase-sm_wlqul",instructions:"FormCheckbox_instructions_yJb07",hidden:"FormCheckbox_hidden_ECB7J"},e["default"]=o},4964:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".FormField_reset-list_GuEQm,.FormField_validationContainer_l4DYO,.FormField_validationMessage_aNNYy{margin:0;padding:0;list-style:none;display:block}.FormField_uppercase-sm_jdvyC{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.FormField_validationContainer_l4DYO{margin-top:8px}.FormField_validationMessage_aNNYy{font-size:12px;padding-left:16px;color:#dc3545}.FormField_validationMessage_aNNYy+.FormField_validationMessage_aNNYy{margin-top:4px}.FormField_instructions_Vn7EX{margin-bottom:16px}.FormField_hidden_me1Pt{display:none}",""]),o.locals={"reset-list":"FormField_reset-list_GuEQm",validationContainer:"FormField_validationContainer_l4DYO",validationMessage:"FormField_validationMessage_aNNYy","uppercase-sm":"FormField_uppercase-sm_jdvyC",instructions:"FormField_instructions_Vn7EX",hidden:"FormField_hidden_me1Pt"},e["default"]=o},12162:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".FormFieldLabel_reset-list_YXSsg{margin:0;padding:0;list-style:none;display:block}.FormFieldLabel_uppercase-sm_FpMmW{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.FormFieldLabel_label_aXkR1{display:block;font-size:14px;color:#3a3a3a;line-height:1.1429;margin-bottom:8px;padding-left:16px;letter-spacing:.028571em;font-weight:400}.FormFieldLabel_label_aXkR1:first-letter{text-transform:uppercase}",""]),o.locals={"reset-list":"FormFieldLabel_reset-list_YXSsg","uppercase-sm":"FormFieldLabel_uppercase-sm_FpMmW",label:"FormFieldLabel_label_aXkR1"},e["default"]=o},53459:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".FormSectionSpacer_reset-list_Eh5gi{margin:0;padding:0;list-style:none;display:block}.FormSectionSpacer_uppercase-sm_YxJND{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.FormSectionSpacer_spacer_a03aQ{position:relative;text-align:center}.FormSectionSpacer_spacerText_IPJ8e{display:inline-block;vertical-align:top;color:#3a3a3a}",""]),o.locals={"reset-list":"FormSectionSpacer_reset-list_Eh5gi","uppercase-sm":"FormSectionSpacer_uppercase-sm_YxJND",spacer:"FormSectionSpacer_spacer_a03aQ",spacerText:"FormSectionSpacer_spacerText_IPJ8e"},e["default"]=o},70357:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".FormText_reset-list_ElrYK{margin:0;padding:0;list-style:none;display:block}.FormText_uppercase-sm_ToncA{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.FormText_textSection_TGAk3{position:relative;text-align:center}.FormText_textSectionText_G0EGE{display:inline-block;vertical-align:top;color:#3a3a3a;font-size:14px}",""]),o.locals={"reset-list":"FormText_reset-list_ElrYK","uppercase-sm":"FormText_uppercase-sm_ToncA",textSection:"FormText_textSection_TGAk3",textSectionText:"FormText_textSectionText_G0EGE"},e["default"]=o},83777:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".HeaderContentCountry_reset-list_uBfzL{margin:0;padding:0;list-style:none;display:block}.HeaderContentCountry_regionTitle_GwAir,.HeaderContentCountry_uppercase-sm_JrTAL{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.HeaderContentCountry_headerRow_tbUlD{display:flex;align-items:center;height:100%;flex-wrap:wrap;justify-content:space-between}.HeaderContentCountry_left_k_5Ny{padding:4px 8px 4px 0;flex-shrink:0}.HeaderContentCountry_right_n2X7M{width:100%;max-width:263px;min-width:0}.HeaderContentCountry_regionTitle_GwAir{color:#3a3a3a}",""]),o.locals={"reset-list":"HeaderContentCountry_reset-list_uBfzL",regionTitle:"HeaderContentCountry_regionTitle_GwAir","uppercase-sm":"HeaderContentCountry_uppercase-sm_JrTAL",headerRow:"HeaderContentCountry_headerRow_tbUlD",left:"HeaderContentCountry_left_k_5Ny",right:"HeaderContentCountry_right_n2X7M"},e["default"]=o},89417:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".HeaderContentSubView_reset-list_X6bAv{margin:0;padding:0;list-style:none;display:block}.HeaderContentSubView_uppercase-sm_F_x88,.HeaderContentSubView_viewTitle_Sbd0E{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.HeaderContentSubView_headerRow_tCDTX{display:flex;align-items:center;height:100%;min-height:54px}.HeaderContentSubView_right_OMYvh{margin-left:auto}.HeaderContentSubView_titleGroup_hjZ_o{display:flex;justify-content:flex-end;align-items:center}.HeaderContentSubView_viewTitle_Sbd0E{text-align:right;letter-spacing:.03667em;color:#003168}.HeaderContentSubView_flagIcon_sNUTQ{margin-left:10px}.HeaderContentSubView_flagIcon_sNUTQ svg{display:block;width:26px;height:22px}",""]),o.locals={"reset-list":"HeaderContentSubView_reset-list_X6bAv","uppercase-sm":"HeaderContentSubView_uppercase-sm_F_x88",viewTitle:"HeaderContentSubView_viewTitle_Sbd0E",headerRow:"HeaderContentSubView_headerRow_tCDTX",right:"HeaderContentSubView_right_OMYvh",titleGroup:"HeaderContentSubView_titleGroup_hjZ_o",flagIcon:"HeaderContentSubView_flagIcon_sNUTQ"},e["default"]=o},7644:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".LoadingOverlay_reset-list_KZ7la{margin:0;padding:0;list-style:none;display:block}.LoadingOverlay_uppercase-sm_wYNMI{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.LoadingOverlay_loadingOverlay_DbTpV{position:absolute;width:100%;height:100%;left:0;top:0;background-color:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:900}.LoadingOverlay_spinnerHolder_NImXV{position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}",""]),o.locals={"reset-list":"LoadingOverlay_reset-list_KZ7la","uppercase-sm":"LoadingOverlay_uppercase-sm_wYNMI",loadingOverlay:"LoadingOverlay_loadingOverlay_DbTpV",spinnerHolder:"LoadingOverlay_spinnerHolder_NImXV"},e["default"]=o},24268:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignaturePad_reset-list_H4imV,.SignaturePad_validationContainer_m8cAu,.SignaturePad_validationMessage_s9gzZ{margin:0;padding:0;list-style:none;display:block}.SignaturePad_uppercase-sm_vjfJX{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignaturePad_container_TPIaM{max-width:263px;margin:0 auto}.SignaturePad_canvasWrap_Zjl1o{position:relative;width:100%;height:150px;max-width:440px}.SignaturePad_canvas_XkoYH{position:absolute;width:100%;height:100%;top:0;left:0;border-radius:4px;border:1px solid rgba(0,49,104,.2)}.SignaturePad_clearButton_s4pxX{margin-top:16px;margin-bottom:24px}.SignaturePad_validationContainer_m8cAu{margin-top:8px}.SignaturePad_validationMessage_s9gzZ{font-size:12px;padding-left:16px;color:#dc3545}.SignaturePad_validationMessage_s9gzZ+.SignaturePad_validationMessage_s9gzZ{margin-top:4px}.SignaturePad_error_dTYBJ,.SignaturePad_error_dTYBJ:focus{border-color:#dc3545}.SignaturePad_error_dTYBJ:focus{box-shadow:0 0 0 2px rgba(220,53,69,.2)}",""]),o.locals={"reset-list":"SignaturePad_reset-list_H4imV",validationContainer:"SignaturePad_validationContainer_m8cAu",validationMessage:"SignaturePad_validationMessage_s9gzZ","uppercase-sm":"SignaturePad_uppercase-sm_vjfJX",container:"SignaturePad_container_TPIaM",canvasWrap:"SignaturePad_canvasWrap_Zjl1o",canvas:"SignaturePad_canvas_XkoYH",clearButton:"SignaturePad_clearButton_s4pxX",error:"SignaturePad_error_dTYBJ"},e["default"]=o},62142:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SubLoader_reset-list_A1hpD{margin:0;padding:0;list-style:none;display:block}.SubLoader_uppercase-sm_HgNeZ{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SubLoader_challenge_f8V0E{text-align:center;color:#003168}.SubLoader_loader_WVQjE{font-size:14px;margin-left:auto;margin-right:auto;margin-bottom:24px}.SubLoader_content_JcOx8,.SubLoader_loader_WVQjE{display:block}",""]),o.locals={"reset-list":"SubLoader_reset-list_A1hpD","uppercase-sm":"SubLoader_uppercase-sm_HgNeZ",challenge:"SubLoader_challenge_f8V0E",loader:"SubLoader_loader_WVQjE",content:"SubLoader_content_JcOx8"},e["default"]=o},96369:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".AtHandyButton_reset-list_GxyNC{margin:0;padding:0;list-style:none;display:block}.AtHandyButton_uppercase-sm_L_9V_{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AtHandyButton_icon_h4jja{display:block;width:20px;height:auto;margin-right:8px;fill:#ce161e}",""]),o.locals={"reset-list":"AtHandyButton_reset-list_GxyNC","uppercase-sm":"AtHandyButton_uppercase-sm_L_9V_",icon:"AtHandyButton_icon_h4jja"},e["default"]=o},54721:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".AudkenniButton_reset-list_xYunk{margin:0;padding:0;list-style:none;display:block}.AudkenniButton_uppercase-sm_b5B2L{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.AudkenniButton_icon_xqvNd{display:block;width:151px;height:auto}",""]),o.locals={"reset-list":"AudkenniButton_reset-list_xYunk","uppercase-sm":"AudkenniButton_uppercase-sm_b5B2L",icon:"AudkenniButton_icon_xqvNd"},e["default"]=o},71261:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".BankIdButton_reset-list_h9ElC{margin:0;padding:0;list-style:none;display:block}.BankIdButton_uppercase-sm_WUu1m{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.BankIdButton_icon_eIwIl{display:block;width:30px;height:auto;margin-right:10px;fill:#193e4f}",""]),o.locals={"reset-list":"BankIdButton_reset-list_h9ElC","uppercase-sm":"BankIdButton_uppercase-sm_WUu1m",icon:"BankIdButton_icon_eIwIl"},e["default"]=o},58580:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".CertSignUsbButton_reset-list_m3IlI{margin:0;padding:0;list-style:none;display:block}.CertSignUsbButton_uppercase-sm_mxUuI{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.CertSignUsbButton_icon_z3XG0{display:block;width:104px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"CertSignUsbButton_reset-list_m3IlI","uppercase-sm":"CertSignUsbButton_uppercase-sm_mxUuI",icon:"CertSignUsbButton_icon_z3XG0"},e["default"]=o},32032:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".CertSignWebApiButton_reset-list_MRCH0{margin:0;padding:0;list-style:none;display:block}.CertSignWebApiButton_uppercase-sm_k_O_9{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.CertSignWebApiButton_icon_iBfuV{display:block;width:104px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"CertSignWebApiButton_reset-list_MRCH0","uppercase-sm":"CertSignWebApiButton_uppercase-sm_k_O_9",icon:"CertSignWebApiButton_icon_iBfuV"},e["default"]=o},15920:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".ChaveMovelButton_reset-list_XZQtW{margin:0;padding:0;list-style:none;display:block}.ChaveMovelButton_uppercase-sm_IRakm{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.ChaveMovelButton_icon_zzyH3{display:block;width:27px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"ChaveMovelButton_reset-list_XZQtW","uppercase-sm":"ChaveMovelButton_uppercase-sm_IRakm",icon:"ChaveMovelButton_icon_zzyH3"},e["default"]=o},98621:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".DTrustSignMeButton_reset-list_vgWz7{margin:0;padding:0;list-style:none;display:block}.DTrustSignMeButton_uppercase-sm_GosD0{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.DTrustSignMeButton_icon_FvLzu{display:block;width:102px;height:auto;margin-top:-5px}",""]),o.locals={"reset-list":"DTrustSignMeButton_reset-list_vgWz7","uppercase-sm":"DTrustSignMeButton_uppercase-sm_GosD0",icon:"DTrustSignMeButton_icon_FvLzu"},e["default"]=o},26134:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".EdoAppEidButton_reset-list_wcY_I{margin:0;padding:0;list-style:none;display:block}.EdoAppEidButton_uppercase-sm_FCo65{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.EdoAppEidButton_icon_L7atD{display:block;width:118px;height:33px;margin-right:8px}",""]),o.locals={"reset-list":"EdoAppEidButton_reset-list_wcY_I","uppercase-sm":"EdoAppEidButton_uppercase-sm_FCo65",icon:"EdoAppEidButton_icon_L7atD"},e["default"]=o},83226:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".EparakstsMobileButton_reset-list_HElnP{margin:0;padding:0;list-style:none;display:block}.EparakstsMobileButton_uppercase-sm_xbnBc{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.EparakstsMobileButton_icon_wRGBg{display:block;width:28px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"EparakstsMobileButton_reset-list_HElnP","uppercase-sm":"EparakstsMobileButton_uppercase-sm_xbnBc",icon:"EparakstsMobileButton_icon_wRGBg"},e["default"]=o},59080:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".EparakstsSmartCardButton_reset-list_sB9Zu{margin:0;padding:0;list-style:none;display:block}.EparakstsSmartCardButton_uppercase-sm_HRp82{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.EparakstsSmartCardButton_icon_lnCmP{display:block;width:28px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"EparakstsSmartCardButton_reset-list_sB9Zu","uppercase-sm":"EparakstsSmartCardButton_uppercase-sm_HRp82",icon:"EparakstsSmartCardButton_icon_lnCmP"},e["default"]=o},20687:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".EvrotrustButton_reset-list_DJeZH{margin:0;padding:0;list-style:none;display:block}.EvrotrustButton_uppercase-sm_yXTTC{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.EvrotrustButton_icon_IWY1d{display:block;width:102px;height:auto;margin-top:-5px}",""]),o.locals={"reset-list":"EvrotrustButton_reset-list_DJeZH","uppercase-sm":"EvrotrustButton_uppercase-sm_yXTTC",icon:"EvrotrustButton_icon_IWY1d"},e["default"]=o},99913:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".FrejaEidButton_reset-list_zNbIi{margin:0;padding:0;list-style:none;display:block}.FrejaEidButton_uppercase-sm_VJn9Y{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.FrejaEidButton_icon_mdLrU{display:block;width:112px;height:auto}",""]),o.locals={"reset-list":"FrejaEidButton_reset-list_zNbIi","uppercase-sm":"FrejaEidButton_uppercase-sm_VJn9Y",icon:"FrejaEidButton_icon_mdLrU"},e["default"]=o},4232:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".GoogleButton_reset-list_KpVKT{margin:0;padding:0;list-style:none;display:block}.GoogleButton_uppercase-sm_P4NfH{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.GoogleButton_icon_fbJ6X{display:block;width:22px;height:auto;margin-right:10px;fill:#ce161e}",""]),o.locals={"reset-list":"GoogleButton_reset-list_KpVKT","uppercase-sm":"GoogleButton_uppercase-sm_P4NfH",icon:"GoogleButton_icon_fbJ6X"},e["default"]=o},54180:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".HalcomButton_reset-list_LgyOI{margin:0;padding:0;list-style:none;display:block}.HalcomButton_uppercase-sm_vyFuP{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.HalcomButton_icon_sk_6f{display:block;width:100px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"HalcomButton_reset-list_LgyOI","uppercase-sm":"HalcomButton_uppercase-sm_vyFuP",icon:"HalcomButton_icon_sk_6f"},e["default"]=o},50350:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".IdCardButton_reset-list_PjdKk{margin:0;padding:0;list-style:none;display:block}.IdCardButton_uppercase-sm_AvvLI{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdCardButton_icon_anPl6{display:block;width:35px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"IdCardButton_reset-list_PjdKk","uppercase-sm":"IdCardButton_uppercase-sm_AvvLI",icon:"IdCardButton_icon_anPl6"},e["default"]=o},70652:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".IdCardButtonBe_reset-list_wqhFH{margin:0;padding:0;list-style:none;display:block}.IdCardButtonBe_uppercase-sm_p4s0A{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdCardButtonBe_icon_HN7Mv{display:block;width:39px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"IdCardButtonBe_reset-list_wqhFH","uppercase-sm":"IdCardButtonBe_uppercase-sm_p4s0A",icon:"IdCardButtonBe_icon_HN7Mv"},e["default"]=o},44473:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".IdCardButtonEE_reset-list_zSnk9{margin:0;padding:0;list-style:none;display:block}.IdCardButtonEE_uppercase-sm_KZsJ5{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdCardButtonEE_icon_cq2Q0{display:block;width:112px;height:auto}",""]),o.locals={"reset-list":"IdCardButtonEE_reset-list_zSnk9","uppercase-sm":"IdCardButtonEE_uppercase-sm_KZsJ5",icon:"IdCardButtonEE_icon_cq2Q0"},e["default"]=o},53755:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".IdCardButtonFi_reset-list_JoZxg{margin:0;padding:0;list-style:none;display:block}.IdCardButtonFi_uppercase-sm_HtUly{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdCardButtonFi_icon_HMlai{display:block;width:17px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"IdCardButtonFi_reset-list_JoZxg","uppercase-sm":"IdCardButtonFi_uppercase-sm_HtUly",icon:"IdCardButtonFi_icon_HMlai"},e["default"]=o},3096:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".IdCardButtonLv_reset-list_FVvL9{margin:0;padding:0;list-style:none;display:block}.IdCardButtonLv_uppercase-sm_rz1RG{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdCardButtonLv_icon_XKW1u{display:block;width:27px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"IdCardButtonLv_reset-list_FVvL9","uppercase-sm":"IdCardButtonLv_uppercase-sm_rz1RG",icon:"IdCardButtonLv_icon_XKW1u"},e["default"]=o},68087:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".IdCardButtonPt_reset-list_qMeUR{margin:0;padding:0;list-style:none;display:block}.IdCardButtonPt_uppercase-sm_n0Eiv{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdCardButtonPt_icon_UYlGP{display:block;width:27px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"IdCardButtonPt_reset-list_qMeUR","uppercase-sm":"IdCardButtonPt_uppercase-sm_n0Eiv",icon:"IdCardButtonPt_icon_UYlGP"},e["default"]=o},65794:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".IdinButton_reset-list_UBBpy{margin:0;padding:0;list-style:none;display:block}.IdinButton_uppercase-sm_dPIOJ{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdinButton_icon_KQhdd{display:block;width:34px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"IdinButton_reset-list_UBBpy","uppercase-sm":"IdinButton_uppercase-sm_dPIOJ",icon:"IdinButton_icon_KQhdd"},e["default"]=o},34026:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".ItsmeButton_reset-list_QESEe{margin:0;padding:0;list-style:none;display:block}.ItsmeButton_uppercase-sm__9USU{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.ItsmeButton_icon_dt_TL{display:block;width:29px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"ItsmeButton_reset-list_QESEe","uppercase-sm":"ItsmeButton_uppercase-sm__9USU",icon:"ItsmeButton_icon_dt_TL"},e["default"]=o},90560:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".MethodButton_reset-list_OIH1g{margin:0;padding:0;list-style:none;display:block}.MethodButton_uppercase-sm_TNOPG{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.MethodButton_methodButton_hU8xd{display:block;font-size:16px;width:100%;color:#3a3a3a;text-decoration:none;outline:none;text-align:center;cursor:pointer;transform:translateY(0);transition:.1s;border:1px solid #d9d9d9;border-radius:6px;height:43px;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#fff;min-width:211px;overflow:hidden}.MethodButton_methodButton_hU8xd:focus,.MethodButton_methodButton_hU8xd:hover{text-decoration:none;outline:none;border-color:#6683a4;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#3a3a3a}.MethodButton_methodButton_hU8xd:active{transform:translateY(1px);color:#3a3a3a}.MethodButton_row_wD1j8{height:100%;display:flex;justify-content:center;align-items:center}",""]),o.locals={"reset-list":"MethodButton_reset-list_OIH1g","uppercase-sm":"MethodButton_uppercase-sm_TNOPG",methodButton:"MethodButton_methodButton_hU8xd",row:"MethodButton_row_wD1j8"},e["default"]=o},64189:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".MethodButtonBase_reset-list_GqX4J{margin:0;padding:0;list-style:none;display:block}.MethodButtonBase_uppercase-sm_Ss0p6{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.MethodButtonBase_row_J38dq{height:100%;display:flex;justify-content:center;align-items:center;padding:0 10px}",""]),o.locals={"reset-list":"MethodButtonBase_reset-list_GqX4J","uppercase-sm":"MethodButtonBase_uppercase-sm_Ss0p6",row:"MethodButtonBase_row_J38dq"},e["default"]=o},79841:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".MitIdButton_reset-list_Xv7JD{margin:0;padding:0;list-style:none;display:block}.MitIdButton_uppercase-sm_g6Mu6{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.MitIdButton_icon_WCTiw{display:block;width:78px;height:auto}",""]),o.locals={"reset-list":"MitIdButton_reset-list_Xv7JD","uppercase-sm":"MitIdButton_uppercase-sm_g6Mu6",icon:"MitIdButton_icon_WCTiw"},e["default"]=o},22758:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".MitIdLoginButton_reset-list_EJAhq{margin:0;padding:0;list-style:none;display:block}.MitIdLoginButton_uppercase-sm_hR90C{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.MitIdLoginButton_icon_hzH52{width:44px;height:15px;filter:invert(100%) sepia(200%) saturate(0) hue-rotate(150deg) brightness(107%) contrast(200%)}.MitIdLoginButton_methodButton_hyoGH{display:flex;height:100%;justify-content:center;align-items:center;background:#0060e6;color:#fff;border-radius:4px;padding:10px 10px 10px 10px}.MitIdLoginButton_logoText_bQ6J4,.MitIdLoginButton_methodButton_hyoGH{font-family:IBM Plex Sans,Helvetica,Arial,sans-serif}.MitIdLoginButton_logoText_bQ6J4{font-size:13px}",""]),o.locals={"reset-list":"MitIdLoginButton_reset-list_EJAhq","uppercase-sm":"MitIdLoginButton_uppercase-sm_hR90C",icon:"MitIdLoginButton_icon_hzH52",methodButton:"MitIdLoginButton_methodButton_hyoGH",logoText:"MitIdLoginButton_logoText_bQ6J4"},e["default"]=o},18619:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".MitIdSignButton_reset-list_iYtKL{margin:0;padding:0;list-style:none;display:block}.MitIdSignButton_uppercase-sm_Pwd4f{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.MitIdSignButton_icon_YTZQY{width:44px;height:15px;filter:invert(100%) sepia(200%) saturate(0) hue-rotate(150deg) brightness(107%) contrast(200%)}.MitIdSignButton_methodButton_aSSIt{display:flex;height:100%;justify-content:center;align-items:center;background:#0060e6;color:#fff;border-radius:4px;padding:10px 10px 10px 10px}.MitIdSignButton_logoText_BpIg7,.MitIdSignButton_methodButton_aSSIt{font-family:IBM Plex Sans,Helvetica,Arial,sans-serif}.MitIdSignButton_logoText_BpIg7{font-size:13px}",""]),o.locals={"reset-list":"MitIdSignButton_reset-list_iYtKL","uppercase-sm":"MitIdSignButton_uppercase-sm_Pwd4f",icon:"MitIdSignButton_icon_YTZQY",methodButton:"MitIdSignButton_methodButton_aSSIt",logoText:"MitIdSignButton_logoText_BpIg7"},e["default"]=o},51286:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".MobileIdButton_reset-list_xcGMv{margin:0;padding:0;list-style:none;display:block}.MobileIdButton_uppercase-sm_fULY2{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.MobileIdButton_icon_nCNWU{display:block;width:112px;height:auto}",""]),o.locals={"reset-list":"MobileIdButton_reset-list_xcGMv","uppercase-sm":"MobileIdButton_uppercase-sm_fULY2",icon:"MobileIdButton_icon_nCNWU"},e["default"]=o},31413:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".MobileIdButtonEE_reset-list_L0Hlg{margin:0;padding:0;list-style:none;display:block}.MobileIdButtonEE_uppercase-sm_Y2wva{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.MobileIdButtonEE_icon_mlPPi{display:block;width:112px;height:auto}",""]),o.locals={"reset-list":"MobileIdButtonEE_reset-list_L0Hlg","uppercase-sm":"MobileIdButtonEE_uppercase-sm_Y2wva",icon:"MobileIdButtonEE_icon_mlPPi"},e["default"]=o},33288:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".MojeIdButton_reset-list_zE_C0{margin:0;padding:0;list-style:none;display:block}.MojeIdButton_uppercase-sm_Cii4o{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.MojeIdButton_base_fM3bs{background:linear-gradient(180deg,#565656,#151515)}.MojeIdButton_icon_LxxDa{display:block;width:80px;height:auto}",""]),o.locals={"reset-list":"MojeIdButton_reset-list_zE_C0","uppercase-sm":"MojeIdButton_uppercase-sm_Cii4o",base:"MojeIdButton_base_fM3bs",icon:"MojeIdButton_icon_LxxDa"},e["default"]=o},64548:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".NoBankIdButton_reset-list_skQbo{margin:0;padding:0;list-style:none;display:block}.NoBankIdButton_uppercase-sm_tGkmv{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.NoBankIdButton_icon_yaP5s{display:block;width:102px;height:auto;margin-top:-1px}",""]),o.locals={"reset-list":"NoBankIdButton_reset-list_skQbo","uppercase-sm":"NoBankIdButton_uppercase-sm_tGkmv",icon:"NoBankIdButton_icon_yaP5s"},e["default"]=o},15149:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".PlMojeIdButton_reset-list_wHoyV{margin:0;padding:0;list-style:none;display:block}.PlMojeIdButton_uppercase-sm_shJSo{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.PlMojeIdButton_icon_ERe3s{display:block;width:84px;height:auto}",""]),o.locals={"reset-list":"PlMojeIdButton_reset-list_wHoyV","uppercase-sm":"PlMojeIdButton_uppercase-sm_shJSo",icon:"PlMojeIdButton_icon_ERe3s"},e["default"]=o},7885:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SimplySignButton_reset-list_GoOng{margin:0;padding:0;list-style:none;display:block}.SimplySignButton_uppercase-sm_HLFrS{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SimplySignButton_icon_tznmg{display:block;width:125px;height:auto}",""]),o.locals={"reset-list":"SimplySignButton_reset-list_GoOng","uppercase-sm":"SimplySignButton_uppercase-sm_HLFrS",icon:"SimplySignButton_icon_tznmg"},e["default"]=o},83360:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SmartIdButton_reset-list_bMtZx{margin:0;padding:0;list-style:none;display:block}.SmartIdButton_uppercase-sm_iSQXb{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SmartIdButton_icon_uZ2V3{display:block;width:112px;height:auto}",""]),o.locals={"reset-list":"SmartIdButton_reset-list_bMtZx","uppercase-sm":"SmartIdButton_uppercase-sm_iSQXb",icon:"SmartIdButton_icon_uZ2V3"},e["default"]=o},47915:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SpidButton_reset-list_qUMPc{margin:0;padding:0;list-style:none;display:block}.SpidButton_uppercase-sm_GV_yj{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SpidButton_icon_EsgcS{display:block;width:63px;height:auto}",""]),o.locals={"reset-list":"SpidButton_reset-list_qUMPc","uppercase-sm":"SpidButton_uppercase-sm_GV_yj",icon:"SpidButton_icon_EsgcS"},e["default"]=o},21341:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SwissComButton_reset-list_jY8WI{margin:0;padding:0;list-style:none;display:block}.SwissComButton_uppercase-sm_z665f{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SwissComButton_icon_CaAWE{display:block;width:130px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"SwissComButton_reset-list_jY8WI","uppercase-sm":"SwissComButton_uppercase-sm_z665f",icon:"SwissComButton_icon_CaAWE"},e["default"]=o},20827:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SwissIdButton_reset-list_RGyQW{margin:0;padding:0;list-style:none;display:block}.SwissIdButton_uppercase-sm_Iu0Jk{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SwissIdButton_icon_NyLg0{display:block;width:100px;height:auto;margin-right:8px}",""]),o.locals={"reset-list":"SwissIdButton_reset-list_RGyQW","uppercase-sm":"SwissIdButton_uppercase-sm_Iu0Jk",icon:"SwissIdButton_icon_NyLg0"},e["default"]=o},14130:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".UanatacaButton_reset-list_lP51E{margin:0;padding:0;list-style:none;display:block}.UanatacaButton_uppercase-sm_WDlE4{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.UanatacaButton_icon_SHr2e{display:block;width:120px;height:auto}",""]),o.locals={"reset-list":"UanatacaButton_reset-list_lP51E","uppercase-sm":"UanatacaButton_uppercase-sm_WDlE4",icon:"UanatacaButton_icon_SHr2e"},e["default"]=o},8900:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".VerifaiButton_reset-list_W3SHJ{margin:0;padding:0;list-style:none;display:block}.VerifaiButton_uppercase-sm_tmMps{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.VerifaiButton_icon_duv9_{display:block;width:71px;height:auto}",""]),o.locals={"reset-list":"VerifaiButton_reset-list_W3SHJ","uppercase-sm":"VerifaiButton_uppercase-sm_tmMps",icon:"VerifaiButton_icon_duv9_"},e["default"]=o},97866:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".YesComButton_reset-list_d7iJX{margin:0;padding:0;list-style:none;display:block}.YesComButton_uppercase-sm_dIPc_{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.YesComButton_text_Ij6Kg{font-size:18px}",""]),o.locals={"reset-list":"YesComButton_reset-list_d7iJX","uppercase-sm":"YesComButton_uppercase-sm_dIPc_",text:"YesComButton_text_Ij6Kg"},e["default"]=o},16166:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".ZealIdButton_reset-list_OxXf6{margin:0;padding:0;list-style:none;display:block}.ZealIdButton_uppercase-sm_Glbel{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.ZealIdButton_icon_Sh1Ts{display:block;width:80px;height:auto}",""]),o.locals={"reset-list":"ZealIdButton_reset-list_OxXf6","uppercase-sm":"ZealIdButton_uppercase-sm_Glbel",icon:"ZealIdButton_icon_Sh1Ts"},e["default"]=o},36344:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".IdentificationFrejaId_reset-list_zpyBh{margin:0;padding:0;list-style:none;display:block}.IdentificationFrejaId_uppercase-sm_LPiar{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdentificationFrejaId_formContainer_MCOVD{max-width:263px;margin:0 auto}",""]),o.locals={"reset-list":"IdentificationFrejaId_reset-list_zpyBh","uppercase-sm":"IdentificationFrejaId_uppercase-sm_LPiar",formContainer:"IdentificationFrejaId_formContainer_MCOVD"},e["default"]=o},27843:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".IdentificationMitId_reset-list_rhbnh{margin:0;padding:0;list-style:none;display:block}.IdentificationMitId_uppercase-sm_wlCVc{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdentificationMitId_formContainer_JnX9v{max-width:263px;margin:0 auto}.IdentificationMitId_note_Cn7Be{margin-bottom:20px;text-align:center}",""]),o.locals={"reset-list":"IdentificationMitId_reset-list_rhbnh","uppercase-sm":"IdentificationMitId_uppercase-sm_wlCVc",formContainer:"IdentificationMitId_formContainer_JnX9v",note:"IdentificationMitId_note_Cn7Be"},e["default"]=o},19014:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".IdentificationZealId_reset-list_Th3lT{margin:0;padding:0;list-style:none;display:block}.IdentificationZealId_uppercase-sm_bQUmR{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.IdentificationZealId_formContainer_f9PHs{width:100%}.IdentificationZealId_iframeHolder__PTFw iframe{width:100%;height:1200px}.IdentificationZealId_hidden_L9XOG{display:none}.IdentificationZealId_buttonHolder_La2Qi{max-width:263px;margin:0 auto}",""]),o.locals={"reset-list":"IdentificationZealId_reset-list_Th3lT","uppercase-sm":"IdentificationZealId_uppercase-sm_bQUmR",formContainer:"IdentificationZealId_formContainer_f9PHs",iframeHolder:"IdentificationZealId_iframeHolder__PTFw",hidden:"IdentificationZealId_hidden_L9XOG",buttonHolder:"IdentificationZealId_buttonHolder_La2Qi"},e["default"]=o},56112:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".MethodSelection_reset-list_lvcrM{margin:0;padding:0;list-style:none;display:block}.MethodSelection_uppercase-sm_QUj7g{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.MethodSelection_methodSelection_ibEdE{max-width:510px;margin:0 auto}.MethodSelection_methodSelectionThin_yhAfZ{max-width:348px;margin:0 auto}.MethodSelection_row_aRipe{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}.MethodSelection_unit_YOCoQ{padding:8px 8px;flex-grow:1;flex-basis:0}.MethodSelection_buttonInstructions_aCgn1{text-align:center;padding-bottom:4px;color:#3a3a3a;font-size:14px}",""]),o.locals={"reset-list":"MethodSelection_reset-list_lvcrM","uppercase-sm":"MethodSelection_uppercase-sm_QUj7g",methodSelection:"MethodSelection_methodSelection_ibEdE",methodSelectionThin:"MethodSelection_methodSelectionThin_yhAfZ",row:"MethodSelection_row_aRipe",unit:"MethodSelection_unit_YOCoQ",buttonInstructions:"MethodSelection_buttonInstructions_aCgn1"},e["default"]=o},27289:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".MobileIdAuth_reset-list_Gzv8P{margin:0;padding:0;list-style:none;display:block}.MobileIdAuth_uppercase-sm_GYbAT{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.MobileIdAuth_formContainer_IBU9k{max-width:263px;margin:0 auto}",""]),o.locals={"reset-list":"MobileIdAuth_reset-list_Gzv8P","uppercase-sm":"MobileIdAuth_uppercase-sm_GYbAT",formContainer:"MobileIdAuth_formContainer_IBU9k"},e["default"]=o},26339:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureAudkenni_reset-list_BusJF{margin:0;padding:0;list-style:none;display:block}.SignatureAudkenni_uppercase-sm_JLNBY{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureAudkenni_formContainer_fCZuQ{max-width:263px;margin:0 auto}",""]),o.locals={"reset-list":"SignatureAudkenni_reset-list_BusJF","uppercase-sm":"SignatureAudkenni_uppercase-sm_JLNBY",formContainer:"SignatureAudkenni_formContainer_fCZuQ"},e["default"]=o},548:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureChaveMovel_reset-list_gKA2e{margin:0;padding:0;list-style:none;display:block}.SignatureChaveMovel_uppercase-sm_x2JZL{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureChaveMovel_formContainer_G04mM{max-width:263px;margin:0 auto}.SignatureChaveMovel_label_WK6Gm{color:#9ca6b1;margin-top:24px}.SignatureChaveMovel_highlight_LiLck{font-weight:700;font-size:20px}",""]),o.locals={"reset-list":"SignatureChaveMovel_reset-list_gKA2e","uppercase-sm":"SignatureChaveMovel_uppercase-sm_x2JZL",formContainer:"SignatureChaveMovel_formContainer_G04mM",label:"SignatureChaveMovel_label_WK6Gm",highlight:"SignatureChaveMovel_highlight_LiLck"},e["default"]=o},67482:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureDTrustSignMe_reset-list_LRmpT{margin:0;padding:0;list-style:none;display:block}.SignatureDTrustSignMe_uppercase-sm_LTELK{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureDTrustSignMe_formContainer_PYOoC{max-width:263px;margin:0 auto}.SignatureDTrustSignMe_label_QN6Wm{color:#9ca6b1;margin-top:24px}.SignatureDTrustSignMe_highlight_FY25W{font-weight:700;font-size:20px}",""]),o.locals={"reset-list":"SignatureDTrustSignMe_reset-list_LRmpT","uppercase-sm":"SignatureDTrustSignMe_uppercase-sm_LTELK",formContainer:"SignatureDTrustSignMe_formContainer_PYOoC",label:"SignatureDTrustSignMe_label_QN6Wm",highlight:"SignatureDTrustSignMe_highlight_FY25W"},e["default"]=o},47038:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureEvrotrust_reset-list_Q7LH_{margin:0;padding:0;list-style:none;display:block}.SignatureEvrotrust_uppercase-sm_wupNv{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureEvrotrust_formContainer_Qbtd1{max-width:263px;margin:0 auto}.SignatureEvrotrust_label_s_dpd{color:#9ca6b1;margin-top:24px}.SignatureEvrotrust_highlight_EdFLv{font-weight:700;font-size:20px}",""]),o.locals={"reset-list":"SignatureEvrotrust_reset-list_Q7LH_","uppercase-sm":"SignatureEvrotrust_uppercase-sm_wupNv",formContainer:"SignatureEvrotrust_formContainer_Qbtd1",label:"SignatureEvrotrust_label_s_dpd",highlight:"SignatureEvrotrust_highlight_EdFLv"},e["default"]=o},67478:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureFrejaId_reset-list_mHo1T{margin:0;padding:0;list-style:none;display:block}.SignatureFrejaId_uppercase-sm_lovcH{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureFrejaId_formContainer_NKarc{max-width:263px;margin:0 auto}",""]),o.locals={"reset-list":"SignatureFrejaId_reset-list_mHo1T","uppercase-sm":"SignatureFrejaId_uppercase-sm_lovcH",formContainer:"SignatureFrejaId_formContainer_NKarc"},e["default"]=o},60094:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureFrejaIdAdvanced_reset-list_RHRh7{margin:0;padding:0;list-style:none;display:block}.SignatureFrejaIdAdvanced_uppercase-sm_hMz9N{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureFrejaIdAdvanced_formContainer_EpFI9{max-width:263px;margin:0 auto}.SignatureFrejaIdAdvanced_note__fAe4{margin-bottom:20px;text-align:center}",""]),o.locals={"reset-list":"SignatureFrejaIdAdvanced_reset-list_RHRh7","uppercase-sm":"SignatureFrejaIdAdvanced_uppercase-sm_hMz9N",formContainer:"SignatureFrejaIdAdvanced_formContainer_EpFI9",note:"SignatureFrejaIdAdvanced_note__fAe4"},e["default"]=o},57217:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureFrejaIdQes_reset-list_RzM20{margin:0;padding:0;list-style:none;display:block}.SignatureFrejaIdQes_uppercase-sm_Rh9qJ{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureFrejaIdQes_formContainer_S5ulO{max-width:263px;margin:0 auto}.SignatureFrejaIdQes_note_j9htL{margin-bottom:20px;text-align:center}",""]),o.locals={"reset-list":"SignatureFrejaIdQes_reset-list_RzM20","uppercase-sm":"SignatureFrejaIdQes_uppercase-sm_Rh9qJ",formContainer:"SignatureFrejaIdQes_formContainer_S5ulO",note:"SignatureFrejaIdQes_note_j9htL"},e["default"]=o},84071:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureFtn_reset-list_UozsB{margin:0;padding:0;list-style:none;display:block}.SignatureFtn_uppercase-sm_r5y60{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureFtn_formContainer_FdEKb{max-width:263px;margin:0 auto}.SignatureFtn_note_C7AGa{margin-bottom:20px;text-align:center}",""]),o.locals={"reset-list":"SignatureFtn_reset-list_UozsB","uppercase-sm":"SignatureFtn_uppercase-sm_r5y60",formContainer:"SignatureFtn_formContainer_FdEKb",note:"SignatureFtn_note_C7AGa"},e["default"]=o},45871:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureFtnAdvancedFull_reset-list_IFg7y{margin:0;padding:0;list-style:none;display:block}.SignatureFtnAdvancedFull_uppercase-sm_um6F_{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureFtnAdvancedFull_formContainer_Gmysf{max-width:263px;margin:0 auto}.SignatureFtnAdvancedFull_label_OWrcW{color:#9ca6b1;margin-top:24px}.SignatureFtnAdvancedFull_highlight_CIZbK{font-weight:700;font-size:20px}",""]),o.locals={"reset-list":"SignatureFtnAdvancedFull_reset-list_IFg7y","uppercase-sm":"SignatureFtnAdvancedFull_uppercase-sm_um6F_",formContainer:"SignatureFtnAdvancedFull_formContainer_Gmysf",label:"SignatureFtnAdvancedFull_label_OWrcW",highlight:"SignatureFtnAdvancedFull_highlight_CIZbK"},e["default"]=o},7010:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureHalcomQes_reset-list_hm2Hk{margin:0;padding:0;list-style:none;display:block}.SignatureHalcomQes_uppercase-sm_HZLNw{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureHalcomQes_formContainer_v2r71{max-width:263px;margin:0 auto}.SignatureHalcomQes_label_bUGrM{color:#9ca6b1;margin-top:24px}.SignatureHalcomQes_highlight_S5fFn{font-weight:700;font-size:20px}",""]),o.locals={"reset-list":"SignatureHalcomQes_reset-list_hm2Hk","uppercase-sm":"SignatureHalcomQes_uppercase-sm_HZLNw",formContainer:"SignatureHalcomQes_formContainer_v2r71",label:"SignatureHalcomQes_label_bUGrM",highlight:"SignatureHalcomQes_highlight_S5fFn"},e["default"]=o},12928:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureItsmeQes_reset-list_XZXqY,.SignatureItsmeQes_textDanger_cPg14{margin:0;padding:0;list-style:none;display:block}.SignatureItsmeQes_uppercase-sm_U8cd7{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureItsmeQes_formContainer_ooirF{max-width:263px;margin:0 auto}.SignatureItsmeQes_label_yfQjc{color:#9ca6b1;margin-top:24px}.SignatureItsmeQes_highlight_nTYam{font-weight:700;font-size:20px}.SignatureItsmeQes_note_g6bhM{margin-bottom:20px;text-align:center}.SignatureItsmeQes_confirmationSection_UeDHj{margin:10px 0 10px 0}.SignatureItsmeQes_mt4_mUTT8{margin-top:16px}.SignatureItsmeQes_mb4_Vzr8S{margin-bottom:16px}.SignatureItsmeQes_confirmationText_XKreF{margin-bottom:4px;text-align:center}.SignatureItsmeQes_textDanger_cPg14{color:#dc3545}.SignatureItsmeQes_infoIcon_bCL_T{width:15px;height:15px;margin-left:5px}.SignatureItsmeQes_infoSection_SGig5{margin-top:20px;text-align:left;position:relative;padding-left:30px}.SignatureItsmeQes_iconWrap_xhMgK{position:absolute;left:0;top:3px}.SignatureItsmeQes_infoLink_tF7Rr{color:currentColor}",""]),o.locals={"reset-list":"SignatureItsmeQes_reset-list_XZXqY",textDanger:"SignatureItsmeQes_textDanger_cPg14","uppercase-sm":"SignatureItsmeQes_uppercase-sm_U8cd7",formContainer:"SignatureItsmeQes_formContainer_ooirF",label:"SignatureItsmeQes_label_yfQjc",highlight:"SignatureItsmeQes_highlight_nTYam",note:"SignatureItsmeQes_note_g6bhM",confirmationSection:"SignatureItsmeQes_confirmationSection_UeDHj",mt4:"SignatureItsmeQes_mt4_mUTT8",mb4:"SignatureItsmeQes_mb4_Vzr8S",confirmationText:"SignatureItsmeQes_confirmationText_XKreF",infoIcon:"SignatureItsmeQes_infoIcon_bCL_T",infoSection:"SignatureItsmeQes_infoSection_SGig5",iconWrap:"SignatureItsmeQes_iconWrap_xhMgK",infoLink:"SignatureItsmeQes_infoLink_tF7Rr"},e["default"]=o},67844:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureMitIdAdvanced_reset-list_xQhxJ{margin:0;padding:0;list-style:none;display:block}.SignatureMitIdAdvanced_uppercase-sm_krooS{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureMitIdAdvanced_formContainer_v4ggq{max-width:263px;margin:0 auto}.SignatureMitIdAdvanced_label_UlZDP{color:#9ca6b1;margin-top:24px}.SignatureMitIdAdvanced_highlight_u4eBx{font-weight:700;font-size:20px}",""]),o.locals={"reset-list":"SignatureMitIdAdvanced_reset-list_xQhxJ","uppercase-sm":"SignatureMitIdAdvanced_uppercase-sm_krooS",formContainer:"SignatureMitIdAdvanced_formContainer_v4ggq",label:"SignatureMitIdAdvanced_label_UlZDP",highlight:"SignatureMitIdAdvanced_highlight_u4eBx"},e["default"]=o},96135:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureMitIdQes_reset-list_nz08d{margin:0;padding:0;list-style:none;display:block}.SignatureMitIdQes_uppercase-sm_bhu8s{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureMitIdQes_formContainer_gzsTs{max-width:263px;margin:0 auto}.SignatureMitIdQes_label_vuPCf{color:#9ca6b1;margin-top:24px}.SignatureMitIdQes_highlight_t_9Mj{font-weight:700;font-size:20px}",""]),o.locals={"reset-list":"SignatureMitIdQes_reset-list_nz08d","uppercase-sm":"SignatureMitIdQes_uppercase-sm_bhu8s",formContainer:"SignatureMitIdQes_formContainer_gzsTs",label:"SignatureMitIdQes_label_vuPCf",highlight:"SignatureMitIdQes_highlight_t_9Mj"},e["default"]=o},14964:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureMobileId_reset-list_PWJU3{margin:0;padding:0;list-style:none;display:block}.SignatureMobileId_uppercase-sm_IU3gi{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureMobileId_formContainer_Rtwbt{max-width:263px;margin:0 auto}",""]),o.locals={"reset-list":"SignatureMobileId_reset-list_PWJU3","uppercase-sm":"SignatureMobileId_uppercase-sm_IU3gi",formContainer:"SignatureMobileId_formContainer_Rtwbt"},e["default"]=o},23430:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureNoBankId_reset-list_c2Vt6{margin:0;padding:0;list-style:none;display:block}.SignatureNoBankId_uppercase-sm_zGZHn{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureNoBankId_formContainer_yJNg9{max-width:263px;margin:0 auto}.SignatureNoBankId_label_r3z26{color:#9ca6b1;margin-top:24px}.SignatureNoBankId_highlight_Og4Gn{font-weight:700;font-size:20px}",""]),o.locals={"reset-list":"SignatureNoBankId_reset-list_c2Vt6","uppercase-sm":"SignatureNoBankId_uppercase-sm_zGZHn",formContainer:"SignatureNoBankId_formContainer_yJNg9",label:"SignatureNoBankId_label_r3z26",highlight:"SignatureNoBankId_highlight_Og4Gn"},e["default"]=o},1716:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureOtp_reset-list_C9OjM{margin:0;padding:0;list-style:none;display:block}.SignatureOtp_uppercase-sm_lYdDb{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureOtp_container_IvotZ{max-width:263px;margin:0 auto}.SignatureOtp_line_xxUvc{margin-bottom:12px}.SignatureOtp_mb4_Rv7kv{margin-bottom:16px}",""]),o.locals={"reset-list":"SignatureOtp_reset-list_C9OjM","uppercase-sm":"SignatureOtp_uppercase-sm_lYdDb",container:"SignatureOtp_container_IvotZ",line:"SignatureOtp_line_xxUvc",mb4:"SignatureOtp_mb4_Rv7kv"},e["default"]=o},13233:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureSeBankIdAdvanced_reset-list_NZZFW{margin:0;padding:0;list-style:none;display:block}.SignatureSeBankIdAdvanced_uppercase-sm_ELocK{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureSeBankIdAdvanced_formContainer_jnG1I{max-width:263px;margin:0 auto}.SignatureSeBankIdAdvanced_label_oJc7w{color:#9ca6b1;margin-top:24px}.SignatureSeBankIdAdvanced_highlight_pnKzN{font-weight:700;font-size:20px}.SignatureSeBankIdAdvanced_note_qtAEw{margin-bottom:20px;text-align:center}",""]),o.locals={"reset-list":"SignatureSeBankIdAdvanced_reset-list_NZZFW","uppercase-sm":"SignatureSeBankIdAdvanced_uppercase-sm_ELocK",formContainer:"SignatureSeBankIdAdvanced_formContainer_jnG1I",label:"SignatureSeBankIdAdvanced_label_oJc7w",highlight:"SignatureSeBankIdAdvanced_highlight_pnKzN",note:"SignatureSeBankIdAdvanced_note_qtAEw"},e["default"]=o},42931:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureSeBankIdQes_reset-list_aUmOA{margin:0;padding:0;list-style:none;display:block}.SignatureSeBankIdQes_uppercase-sm_HYPrv{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureSeBankIdQes_formContainer_YAShQ{max-width:263px;margin:0 auto}.SignatureSeBankIdQes_label_tLV3v{color:#9ca6b1;margin-top:24px}.SignatureSeBankIdQes_highlight_vPCsk{font-weight:700;font-size:20px}.SignatureSeBankIdQes_note_Z_LDZ{margin-bottom:20px;text-align:center}",""]),o.locals={"reset-list":"SignatureSeBankIdQes_reset-list_aUmOA","uppercase-sm":"SignatureSeBankIdQes_uppercase-sm_HYPrv",formContainer:"SignatureSeBankIdQes_formContainer_YAShQ",label:"SignatureSeBankIdQes_label_tLV3v",highlight:"SignatureSeBankIdQes_highlight_vPCsk",note:"SignatureSeBankIdQes_note_Z_LDZ"},e["default"]=o},85642:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureSmartId_reset-list_N5Qqf{margin:0;padding:0;list-style:none;display:block}.SignatureSmartId_uppercase-sm_J7mLY{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureSmartId_formContainer_DoPPA{max-width:263px;margin:0 auto}",""]),o.locals={"reset-list":"SignatureSmartId_reset-list_N5Qqf","uppercase-sm":"SignatureSmartId_uppercase-sm_J7mLY",formContainer:"SignatureSmartId_formContainer_DoPPA"},e["default"]=o},56155:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureSpidQes_reset-list_DK85W{margin:0;padding:0;list-style:none;display:block}.SignatureSpidQes_uppercase-sm_W73HZ{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureSpidQes_formContainer_R5HNA{max-width:263px;margin:0 auto}.SignatureSpidQes_label_DzUgE{color:#9ca6b1;margin-top:24px}.SignatureSpidQes_highlight_GTlMu{font-weight:700;font-size:20px}",""]),o.locals={"reset-list":"SignatureSpidQes_reset-list_DK85W","uppercase-sm":"SignatureSpidQes_uppercase-sm_W73HZ",formContainer:"SignatureSpidQes_formContainer_R5HNA",label:"SignatureSpidQes_label_DzUgE",highlight:"SignatureSpidQes_highlight_GTlMu"},e["default"]=o},99308:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureSwissComQes_reset-list_lskTb{margin:0;padding:0;list-style:none;display:block}.SignatureSwissComQes_uppercase-sm__3nZI{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureSwissComQes_formContainer_dRn89{max-width:263px;margin:0 auto}.SignatureSwissComQes_label_fXS8I{color:#9ca6b1;margin-top:24px}.SignatureSwissComQes_highlight_lwMG4{font-weight:700;font-size:20px}",""]),o.locals={"reset-list":"SignatureSwissComQes_reset-list_lskTb","uppercase-sm":"SignatureSwissComQes_uppercase-sm__3nZI",formContainer:"SignatureSwissComQes_formContainer_dRn89",label:"SignatureSwissComQes_label_fXS8I",highlight:"SignatureSwissComQes_highlight_lwMG4"},e["default"]=o},91701:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureSwissIdQes_reset-list_JE6ng{margin:0;padding:0;list-style:none;display:block}.SignatureSwissIdQes_uppercase-sm_Kj8gP{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureSwissIdQes_formContainer_ZSmGM{max-width:263px;margin:0 auto}",""]),o.locals={"reset-list":"SignatureSwissIdQes_reset-list_JE6ng","uppercase-sm":"SignatureSwissIdQes_uppercase-sm_Kj8gP",formContainer:"SignatureSwissIdQes_formContainer_ZSmGM"},e["default"]=o},11850:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SignatureUanatacaQes_reset-list_aSA_0{margin:0;padding:0;list-style:none;display:block}.SignatureUanatacaQes_uppercase-sm_Q6W5J{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SignatureUanatacaQes_formContainer_bXUWE{max-width:263px;margin:0 auto}.SignatureUanatacaQes_label_vPexr{color:#9ca6b1;margin-top:24px}.SignatureUanatacaQes_highlight_LcO9g{font-weight:700;font-size:20px}",""]),o.locals={"reset-list":"SignatureUanatacaQes_reset-list_aSA_0","uppercase-sm":"SignatureUanatacaQes_uppercase-sm_Q6W5J",formContainer:"SignatureUanatacaQes_formContainer_bXUWE",label:"SignatureUanatacaQes_label_vPexr",highlight:"SignatureUanatacaQes_highlight_LcO9g"},e["default"]=o},45395:function(t,e,a){"use strict";a.r(e);var n=a(8081),s=a.n(n),i=a(23645),r=a.n(i),o=r()(s());o.push([t.id,".SmartIdAuth_reset-list_YCuLG{margin:0;padding:0;list-style:none;display:block}.SmartIdAuth_uppercase-sm_iIc7j{font-size:12px;text-transform:uppercase;letter-spacing:.03667em}.SmartIdAuth_formContainer_aZqhc{max-width:263px;margin:0 auto}",""]),o.locals={"reset-list":"SmartIdAuth_reset-list_YCuLG","uppercase-sm":"SmartIdAuth_uppercase-sm_iIc7j",formContainer:"SmartIdAuth_formContainer_aZqhc"},e["default"]=o},23645:function(t){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var a="",n="undefined"!==typeof e[5];return e[4]&&(a+="@supports (".concat(e[4],") {")),e[2]&&(a+="@media ".concat(e[2]," {")),n&&(a+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),a+=t(e),n&&(a+="}"),e[2]&&(a+="}"),e[4]&&(a+="}"),a})).join("")},e.i=function(t,a,n,s,i){"string"===typeof t&&(t=[[null,t,void 0]]);var r={};if(n)for(var o=0;o<this.length;o++){var l=this[o][0];null!=l&&(r[l]=!0)}for(var c=0;c<t.length;c++){var u=[].concat(t[c]);n&&r[u[0]]||("undefined"!==typeof i&&("undefined"===typeof u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=i),a&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=a):u[2]=a),s&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=s):u[4]="".concat(s)),e.push(u))}},e}},8081:function(t){"use strict";t.exports=function(t){return t[1]}},5804:function(t,e){e.Od=o;for(var a=[{base:" ",chars:" "},{base:"0",chars:"߀"},{base:"A",chars:"ⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",chars:"Ꜳ"},{base:"AE",chars:"ÆǼǢ"},{base:"AO",chars:"Ꜵ"},{base:"AU",chars:"Ꜷ"},{base:"AV",chars:"ꜸꜺ"},{base:"AY",chars:"Ꜽ"},{base:"B",chars:"ⒷBḂḄḆɃƁ"},{base:"C",chars:"ⒸCꜾḈĆCĈĊČÇƇȻ"},{base:"D",chars:"ⒹDḊĎḌḐḒḎĐƊƉᴅꝹ"},{base:"Dh",chars:"Ð"},{base:"DZ",chars:"DZDŽ"},{base:"Dz",chars:"DzDž"},{base:"E",chars:"ɛⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎᴇ"},{base:"F",chars:"ꝼⒻFḞƑꝻ"},{base:"G",chars:"ⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾɢ"},{base:"H",chars:"ⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",chars:"ⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",chars:"ⒿJĴɈȷ"},{base:"K",chars:"ⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",chars:"ⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",chars:"LJ"},{base:"Lj",chars:"Lj"},{base:"M",chars:"ⓂMḾṀṂⱮƜϻ"},{base:"N",chars:"ꞤȠⓃNǸŃÑṄŇṆŅṊṈƝꞐᴎ"},{base:"NJ",chars:"NJ"},{base:"Nj",chars:"Nj"},{base:"O",chars:"ⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OE",chars:"Œ"},{base:"OI",chars:"Ƣ"},{base:"OO",chars:"Ꝏ"},{base:"OU",chars:"Ȣ"},{base:"P",chars:"ⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",chars:"ⓆQꝖꝘɊ"},{base:"R",chars:"ⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",chars:"ⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",chars:"ⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"Th",chars:"Þ"},{base:"TZ",chars:"Ꜩ"},{base:"U",chars:"ⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",chars:"ⓋVṼṾƲꝞɅ"},{base:"VY",chars:"Ꝡ"},{base:"W",chars:"ⓌWẀẂŴẆẄẈⱲ"},{base:"X",chars:"ⓍXẊẌ"},{base:"Y",chars:"ⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",chars:"ⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",chars:"ⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐɑ"},{base:"aa",chars:"ꜳ"},{base:"ae",chars:"æǽǣ"},{base:"ao",chars:"ꜵ"},{base:"au",chars:"ꜷ"},{base:"av",chars:"ꜹꜻ"},{base:"ay",chars:"ꜽ"},{base:"b",chars:"ⓑbḃḅḇƀƃɓƂ"},{base:"c",chars:"cⓒćĉċčçḉƈȼꜿↄ"},{base:"d",chars:"ⓓdḋďḍḑḓḏđƌɖɗƋᏧԁꞪ"},{base:"dh",chars:"ð"},{base:"dz",chars:"dzdž"},{base:"e",chars:"ⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇǝ"},{base:"f",chars:"ⓕfḟƒ"},{base:"ff",chars:"ff"},{base:"fi",chars:"fi"},{base:"fl",chars:"fl"},{base:"ffi",chars:"ffi"},{base:"ffl",chars:"ffl"},{base:"g",chars:"ⓖgǵĝḡğġǧģǥɠꞡꝿᵹ"},{base:"h",chars:"ⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",chars:"ƕ"},{base:"i",chars:"ⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",chars:"ⓙjĵǰɉ"},{base:"k",chars:"ⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",chars:"ⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇɭ"},{base:"lj",chars:"lj"},{base:"m",chars:"ⓜmḿṁṃɱɯ"},{base:"n",chars:"ⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥлԉ"},{base:"nj",chars:"nj"},{base:"o",chars:"ⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿꝋꝍɵɔᴑ"},{base:"oe",chars:"œ"},{base:"oi",chars:"ƣ"},{base:"oo",chars:"ꝏ"},{base:"ou",chars:"ȣ"},{base:"p",chars:"ⓟpṕṗƥᵽꝑꝓꝕρ"},{base:"q",chars:"ⓠqɋꝗꝙ"},{base:"r",chars:"ⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",chars:"ⓢsśṥŝṡšṧṣṩșşȿꞩꞅẛʂ"},{base:"ss",chars:"ß"},{base:"t",chars:"ⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"th",chars:"þ"},{base:"tz",chars:"ꜩ"},{base:"u",chars:"ⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",chars:"ⓥvṽṿʋꝟʌ"},{base:"vy",chars:"ꝡ"},{base:"w",chars:"ⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",chars:"ⓧxẋẍ"},{base:"y",chars:"ⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",chars:"ⓩzźẑżžẓẕƶȥɀⱬꝣ"}],n={},s=0;s<a.length;s+=1)for(var i=a[s].chars,r=0;r<i.length;r+=1)n[i[r]]=a[s].base;function o(t){return t.replace(/[^\u0000-\u007e]/g,(function(t){return n[t]||t}))}},18975:function(t,e,a){"use strict";const n=a(59498),s=a(5804).Od,i={},r={},o={},l={},c={};function u(t){return String("000"+(t||"")).slice(-3)}function d(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function h(t,e){return Object.keys(t).reduce((function(a,n){const s=t[n];return a[n]=e(s,n),a}),{})}function p(t,e){switch(t){case"official":return Array.isArray(e)?e[0]:e;case"all":return"string"===typeof e?[e]:e;case"alias":return Array.isArray(e)?e[1]||e[0]:e;default:throw new TypeError("LocaleNameType must be one of these: all, official, alias!")}}function f(t){return o[t]}function g(t){return r[t]}function v(t){return c[f(t)]}function m(t){return c[t]}function y(t){const e=u(t);return g(l[e])}function M(t){const e=u(t);return l[e]}function S(t){if("string"===typeof t){if(/^[0-9]*$/.test(t))return y(t);if(2===t.length)return g(t.toUpperCase());if(3===t.length)return t.toUpperCase()}if("number"===typeof t)return y(t)}function _(t){if("string"===typeof t){if(/^[0-9]*$/.test(t))return M(t);if(2===t.length)return t.toUpperCase();if(3===t.length)return f(t.toUpperCase())}if("number"===typeof t)return M(t)}n.forEach((function(t){const e=t;r[e[0]]=e[1],o[e[1]]=e[0],l[e[2]]=e[0],c[e[0]]=e[2]})),e.registerLocale=function(t){if(!t.locale)throw new TypeError("Missing localeData.locale");if(!t.countries)throw new TypeError("Missing localeData.countries");i[t.locale]=t.countries},e.alpha3ToAlpha2=f,e.alpha2ToAlpha3=g,e.alpha3ToNumeric=v,e.alpha2ToNumeric=m,e.numericToAlpha3=y,e.numericToAlpha2=M,e.toAlpha3=S,e.toAlpha2=_,e.getName=function(t,e,a={}){"select"in a||(a.select="official");try{const n=i[e.toLowerCase()],s=n[_(t)];return p(a.select,s)}catch(n){return}},e.getNames=function(t,e={}){"select"in e||(e.select="official");const a=i[t.toLowerCase()];return void 0===a?{}:h(a,(function(t){return p(e.select,t)}))},e.getAlpha2Code=function(t,e){const a=t=>t.toLowerCase(),n=(t,e)=>a(t)===a(e);try{const a=i[e.toLowerCase()];for(const e in a)if(d(a,e)){if("string"===typeof a[e]&&n(a[e],t))return e;if(Array.isArray(a[e]))for(const s of a[e])if(n(s,t))return e}return}catch(s){return}},e.getSimpleAlpha2Code=function(t,e){const a=t=>s(t.toLowerCase()),n=(t,e)=>a(t)===a(e);try{const a=i[e.toLowerCase()];for(const e in a)if(d(a,e)){if("string"===typeof a[e]&&n(a[e],t))return e;if(Array.isArray(a[e]))for(const s of a[e])if(n(s,t))return e}return}catch(r){return}},e.getAlpha2Codes=function(){return r},e.getAlpha3Code=function(t,a){const n=e.getAlpha2Code(t,a);return n?e.toAlpha3(n):void 0},e.getSimpleAlpha3Code=function(t,a){const n=e.getSimpleAlpha2Code(t,a);return n?e.toAlpha3(n):void 0},e.getAlpha3Codes=function(){return o},e.getNumericCodes=function(){return l},e.langs=function(){return Object.keys(i)},e.isValid=function(t){if(!t)return!1;const e=t.toString().toUpperCase();return d(o,e)||d(r,e)||d(l,e)}},19938:function(t){!function(e,a){t.exports=a()}("undefined"!=typeof self&&self,(function(){return function(t){var e={};function a(n){if(e[n])return e[n].exports;var s=e[n]={i:n,l:!1,exports:{}};return t[n].call(s.exports,s,s.exports,a),s.l=!0,s.exports}return a.m=t,a.c=e,a.d=function(t,e,n){a.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},a.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.t=function(t,e){if(1&e&&(t=a(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(a.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var s in t)a.d(n,s,function(e){return t[e]}.bind(null,s));return n},a.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return a.d(e,"a",e),e},a.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},a.p="/",a(a.s=8)}([function(t,e,a){var n=a(4),s=a(5),i=a(6);t.exports=function(t){return n(t)||s(t)||i()}},function(t,e){function a(e){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?t.exports=a=function(t){return typeof t}:t.exports=a=function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},a(e)}t.exports=a},function(t,e,a){},function(t,e){t.exports=function(t,e,a){return e in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}},function(t,e){t.exports=function(t){if(Array.isArray(t)){for(var e=0,a=new Array(t.length);e<t.length;e++)a[e]=t[e];return a}}},function(t,e){t.exports=function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}},function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}},function(t,e,a){"use strict";var n=a(2);a.n(n).a},function(t,e,a){"use strict";a.r(e);var n=a(0),s=a.n(n),i=a(1),r=a.n(i),o=a(3),l=a.n(o),c={props:{autoscroll:{type:Boolean,default:!0}},watch:{typeAheadPointer:function(){this.autoscroll&&this.maybeAdjustScroll()}},methods:{maybeAdjustScroll:function(){var t,e=(null===(t=this.$refs.dropdownMenu)||void 0===t?void 0:t.children[this.typeAheadPointer])||!1;if(e){var a=this.getDropdownViewport(),n=e.getBoundingClientRect(),s=n.top,i=n.bottom,r=n.height;if(s<a.top)return this.$refs.dropdownMenu.scrollTop=e.offsetTop;if(i>a.bottom)return this.$refs.dropdownMenu.scrollTop=e.offsetTop-(a.height-r)}},getDropdownViewport:function(){return this.$refs.dropdownMenu?this.$refs.dropdownMenu.getBoundingClientRect():{height:0,top:0,bottom:0}}}},u={data:function(){return{typeAheadPointer:-1}},watch:{filteredOptions:function(){for(var t=0;t<this.filteredOptions.length;t++)if(this.selectable(this.filteredOptions[t])){this.typeAheadPointer=t;break}}},methods:{typeAheadUp:function(){for(var t=this.typeAheadPointer-1;t>=0;t--)if(this.selectable(this.filteredOptions[t])){this.typeAheadPointer=t;break}},typeAheadDown:function(){for(var t=this.typeAheadPointer+1;t<this.filteredOptions.length;t++)if(this.selectable(this.filteredOptions[t])){this.typeAheadPointer=t;break}},typeAheadSelect:function(){var t=this.filteredOptions[this.typeAheadPointer];t&&this.select(t)}}},d={props:{loading:{type:Boolean,default:!1}},data:function(){return{mutableLoading:!1}},watch:{search:function(){this.$emit("search",this.search,this.toggleLoading)},loading:function(t){this.mutableLoading=t}},methods:{toggleLoading:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return this.mutableLoading=null==t?!this.mutableLoading:t}}};function h(t,e,a,n,s,i,r,o){var l,c="function"==typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=a,c._compiled=!0),n&&(c.functional=!0),i&&(c._scopeId="data-v-"+i),r?(l=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),s&&s.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(r)},c._ssrRegister=l):s&&(l=o?function(){s.call(this,this.$root.$options.shadowRoot)}:s),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(t,e){return l.call(e),u(t,e)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:t,options:c}}var p={Deselect:h({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"}},[e("path",{attrs:{d:"M6.895455 5l2.842897-2.842898c.348864-.348863.348864-.914488 0-1.263636L9.106534.261648c-.348864-.348864-.914489-.348864-1.263636 0L5 3.104545 2.157102.261648c-.348863-.348864-.914488-.348864-1.263636 0L.261648.893466c-.348864.348864-.348864.914489 0 1.263636L3.104545 5 .261648 7.842898c-.348864.348863-.348864.914488 0 1.263636l.631818.631818c.348864.348864.914773.348864 1.263636 0L5 6.895455l2.842898 2.842897c.348863.348864.914772.348864 1.263636 0l.631818-.631818c.348864-.348864.348864-.914489 0-1.263636L6.895455 5z"}})])}),[],!1,null,null,null).exports,OpenIndicator:h({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"}},[e("path",{attrs:{d:"M9.211364 7.59931l4.48338-4.867229c.407008-.441854.407008-1.158247 0-1.60046l-.73712-.80023c-.407008-.441854-1.066904-.441854-1.474243 0L7 5.198617 2.51662.33139c-.407008-.441853-1.066904-.441853-1.474243 0l-.737121.80023c-.407008.441854-.407008 1.158248 0 1.600461l4.48338 4.867228L7 10l2.211364-2.40069z"}})])}),[],!1,null,null,null).exports},f={inserted:function(t,e,a){var n=a.context;if(n.appendToBody){var s=n.$refs.toggle.getBoundingClientRect(),i=s.height,r=s.top,o=s.left,l=s.width,c=window.scrollX||window.pageXOffset,u=window.scrollY||window.pageYOffset;t.unbindPosition=n.calculatePosition(t,n,{width:l+"px",left:c+o+"px",top:u+r+i+"px"}),document.body.appendChild(t)}},unbind:function(t,e,a){a.context.appendToBody&&(t.unbindPosition&&"function"==typeof t.unbindPosition&&t.unbindPosition(),t.parentNode&&t.parentNode.removeChild(t))}},g=function(t){var e={};return Object.keys(t).sort().forEach((function(a){e[a]=t[a]})),JSON.stringify(e)},v=0,m=function(){return++v};function y(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function M(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?y(Object(a),!0).forEach((function(e){l()(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):y(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}var S={components:M({},p),mixins:[c,u,d],directives:{appendToBody:f},props:{value:{},components:{type:Object,default:function(){return{}}},options:{type:Array,default:function(){return[]}},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},searchable:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},placeholder:{type:String,default:""},transition:{type:String,default:"vs__fade"},clearSearchOnSelect:{type:Boolean,default:!0},closeOnSelect:{type:Boolean,default:!0},label:{type:String,default:"label"},autocomplete:{type:String,default:"off"},reduce:{type:Function,default:function(t){return t}},selectable:{type:Function,default:function(t){return!0}},getOptionLabel:{type:Function,default:function(t){return"object"===r()(t)?t.hasOwnProperty(this.label)?t[this.label]:console.warn('[vue-select warn]: Label key "option.'.concat(this.label,'" does not')+" exist in options object ".concat(JSON.stringify(t),".\n")+"https://vue-select.org/api/props.html#getoptionlabel"):t}},getOptionKey:{type:Function,default:function(t){if("object"!==r()(t))return t;try{return t.hasOwnProperty("id")?t.id:g(t)}catch(e){return console.warn("[vue-select warn]: Could not stringify this option to generate unique key. Please provide'getOptionKey' prop to return a unique key for each option.\nhttps://vue-select.org/api/props.html#getoptionkey",t,e)}}},onTab:{type:Function,default:function(){this.selectOnTab&&!this.isComposing&&this.typeAheadSelect()}},taggable:{type:Boolean,default:!1},tabindex:{type:Number,default:null},pushTags:{type:Boolean,default:!1},filterable:{type:Boolean,default:!0},filterBy:{type:Function,default:function(t,e,a){return(e||"").toLowerCase().indexOf(a.toLowerCase())>-1}},filter:{type:Function,default:function(t,e){var a=this;return t.filter((function(t){var n=a.getOptionLabel(t);return"number"==typeof n&&(n=n.toString()),a.filterBy(t,n,e)}))}},createOption:{type:Function,default:function(t){return"object"===r()(this.optionList[0])?l()({},this.label,t):t}},resetOnOptionsChange:{default:!1,validator:function(t){return["function","boolean"].includes(r()(t))}},clearSearchOnBlur:{type:Function,default:function(t){var e=t.clearSearchOnSelect,a=t.multiple;return e&&!a}},noDrop:{type:Boolean,default:!1},inputId:{type:String},dir:{type:String,default:"auto"},selectOnTab:{type:Boolean,default:!1},selectOnKeyCodes:{type:Array,default:function(){return[13]}},searchInputQuerySelector:{type:String,default:"[type=search]"},mapKeydown:{type:Function,default:function(t,e){return t}},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default:function(t,e,a){var n=a.width,s=a.top,i=a.left;t.style.top=s,t.style.left=i,t.style.width=n}}},data:function(){return{uid:m(),search:"",open:!1,isComposing:!1,pushedTags:[],_value:[]}},watch:{options:function(t,e){var a=this;!this.taggable&&("function"==typeof a.resetOnOptionsChange?a.resetOnOptionsChange(t,e,a.selectedValue):a.resetOnOptionsChange)&&this.clearSelection(),this.value&&this.isTrackingValues&&this.setInternalValueFromOptions(this.value)},value:function(t){this.isTrackingValues&&this.setInternalValueFromOptions(t)},multiple:function(){this.clearSelection()},open:function(t){this.$emit(t?"open":"close")}},created:function(){this.mutableLoading=this.loading,void 0!==this.value&&this.isTrackingValues&&this.setInternalValueFromOptions(this.value),this.$on("option:created",this.pushTag)},methods:{setInternalValueFromOptions:function(t){var e=this;Array.isArray(t)?this.$data._value=t.map((function(t){return e.findOptionFromReducedValue(t)})):this.$data._value=this.findOptionFromReducedValue(t)},select:function(t){this.$emit("option:selecting",t),this.isOptionSelected(t)||(this.taggable&&!this.optionExists(t)&&this.$emit("option:created",t),this.multiple&&(t=this.selectedValue.concat(t)),this.updateValue(t),this.$emit("option:selected",t)),this.onAfterSelect(t)},deselect:function(t){var e=this;this.$emit("option:deselecting",t),this.updateValue(this.selectedValue.filter((function(a){return!e.optionComparator(a,t)}))),this.$emit("option:deselected",t)},clearSelection:function(){this.updateValue(this.multiple?[]:null)},onAfterSelect:function(t){this.closeOnSelect&&(this.open=!this.open,this.searchEl.blur()),this.clearSearchOnSelect&&(this.search="")},updateValue:function(t){var e=this;void 0===this.value&&(this.$data._value=t),null!==t&&(t=Array.isArray(t)?t.map((function(t){return e.reduce(t)})):this.reduce(t)),this.$emit("input",t)},toggleDropdown:function(t){var e=t.target!==this.searchEl;e&&t.preventDefault();var a=[].concat(s()(this.$refs.deselectButtons||[]),s()([this.$refs.clearButton]||0));void 0===this.searchEl||a.filter(Boolean).some((function(e){return e.contains(t.target)||e===t.target}))?t.preventDefault():this.open&&e?this.searchEl.blur():this.disabled||(this.open=!0,this.searchEl.focus())},isOptionSelected:function(t){var e=this;return this.selectedValue.some((function(a){return e.optionComparator(a,t)}))},optionComparator:function(t,e){return this.getOptionKey(t)===this.getOptionKey(e)},findOptionFromReducedValue:function(t){var e=this,a=[].concat(s()(this.options),s()(this.pushedTags)).filter((function(a){return JSON.stringify(e.reduce(a))===JSON.stringify(t)}));return 1===a.length?a[0]:a.find((function(t){return e.optionComparator(t,e.$data._value)}))||t},closeSearchOptions:function(){this.open=!1,this.$emit("search:blur")},maybeDeleteValue:function(){if(!this.searchEl.value.length&&this.selectedValue&&this.selectedValue.length&&this.clearable){var t=null;this.multiple&&(t=s()(this.selectedValue.slice(0,this.selectedValue.length-1))),this.updateValue(t)}},optionExists:function(t){var e=this;return this.optionList.some((function(a){return e.optionComparator(a,t)}))},normalizeOptionForSlot:function(t){return"object"===r()(t)?t:l()({},this.label,t)},pushTag:function(t){this.pushedTags.push(t)},onEscape:function(){this.search.length?this.search="":this.searchEl.blur()},onSearchBlur:function(){if(!this.mousedown||this.searching){var t=this.clearSearchOnSelect,e=this.multiple;return this.clearSearchOnBlur({clearSearchOnSelect:t,multiple:e})&&(this.search=""),void this.closeSearchOptions()}this.mousedown=!1,0!==this.search.length||0!==this.options.length||this.closeSearchOptions()},onSearchFocus:function(){this.open=!0,this.$emit("search:focus")},onMousedown:function(){this.mousedown=!0},onMouseUp:function(){this.mousedown=!1},onSearchKeyDown:function(t){var e=this,a=function(t){return t.preventDefault(),!e.isComposing&&e.typeAheadSelect()},n={8:function(t){return e.maybeDeleteValue()},9:function(t){return e.onTab()},27:function(t){return e.onEscape()},38:function(t){return t.preventDefault(),e.typeAheadUp()},40:function(t){return t.preventDefault(),e.typeAheadDown()}};this.selectOnKeyCodes.forEach((function(t){return n[t]=a}));var s=this.mapKeydown(n,this);if("function"==typeof s[t.keyCode])return s[t.keyCode](t)}},computed:{isTrackingValues:function(){return void 0===this.value||this.$options.propsData.hasOwnProperty("reduce")},selectedValue:function(){var t=this.value;return this.isTrackingValues&&(t=this.$data._value),t?[].concat(t):[]},optionList:function(){return this.options.concat(this.pushTags?this.pushedTags:[])},searchEl:function(){return this.$scopedSlots.search?this.$refs.selectedOptions.querySelector(this.searchInputQuerySelector):this.$refs.search},scope:function(){var t=this,e={search:this.search,loading:this.loading,searching:this.searching,filteredOptions:this.filteredOptions};return{search:{attributes:M({disabled:this.disabled,placeholder:this.searchPlaceholder,tabindex:this.tabindex,readonly:!this.searchable,id:this.inputId,"aria-autocomplete":"list","aria-labelledby":"vs".concat(this.uid,"__combobox"),"aria-controls":"vs".concat(this.uid,"__listbox"),ref:"search",type:"search",autocomplete:this.autocomplete,value:this.search},this.dropdownOpen&&this.filteredOptions[this.typeAheadPointer]?{"aria-activedescendant":"vs".concat(this.uid,"__option-").concat(this.typeAheadPointer)}:{}),events:{compositionstart:function(){return t.isComposing=!0},compositionend:function(){return t.isComposing=!1},keydown:this.onSearchKeyDown,blur:this.onSearchBlur,focus:this.onSearchFocus,input:function(e){return t.search=e.target.value}}},spinner:{loading:this.mutableLoading},noOptions:{search:this.search,loading:this.loading,searching:this.searching},openIndicator:{attributes:{ref:"openIndicator",role:"presentation",class:"vs__open-indicator"}},listHeader:e,listFooter:e,header:M({},e,{deselect:this.deselect}),footer:M({},e,{deselect:this.deselect})}},childComponents:function(){return M({},p,{},this.components)},stateClasses:function(){return{"vs--open":this.dropdownOpen,"vs--single":!this.multiple,"vs--searching":this.searching&&!this.noDrop,"vs--searchable":this.searchable&&!this.noDrop,"vs--unsearchable":!this.searchable,"vs--loading":this.mutableLoading,"vs--disabled":this.disabled}},searching:function(){return!!this.search},dropdownOpen:function(){return!this.noDrop&&this.open&&!this.mutableLoading},searchPlaceholder:function(){if(this.isValueEmpty&&this.placeholder)return this.placeholder},filteredOptions:function(){var t=[].concat(this.optionList);if(!this.filterable&&!this.taggable)return t;var e=this.search.length?this.filter(t,this.search,this):t;if(this.taggable&&this.search.length){var a=this.createOption(this.search);this.optionExists(a)||e.unshift(a)}return e},isValueEmpty:function(){return 0===this.selectedValue.length},showClearButton:function(){return!this.multiple&&this.clearable&&!this.open&&!this.isValueEmpty}}},_=(a(7),h(S,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"v-select",class:t.stateClasses,attrs:{dir:t.dir}},[t._t("header",null,null,t.scope.header),t._v(" "),a("div",{ref:"toggle",staticClass:"vs__dropdown-toggle",attrs:{id:"vs"+t.uid+"__combobox",role:"combobox","aria-expanded":t.dropdownOpen.toString(),"aria-owns":"vs"+t.uid+"__listbox","aria-label":"Search for option"},on:{mousedown:function(e){return t.toggleDropdown(e)}}},[a("div",{ref:"selectedOptions",staticClass:"vs__selected-options"},[t._l(t.selectedValue,(function(e){return t._t("selected-option-container",[a("span",{key:t.getOptionKey(e),staticClass:"vs__selected"},[t._t("selected-option",[t._v("\n "+t._s(t.getOptionLabel(e))+"\n ")],null,t.normalizeOptionForSlot(e)),t._v(" "),t.multiple?a("button",{ref:"deselectButtons",refInFor:!0,staticClass:"vs__deselect",attrs:{disabled:t.disabled,type:"button",title:"Deselect "+t.getOptionLabel(e),"aria-label":"Deselect "+t.getOptionLabel(e)},on:{click:function(a){return t.deselect(e)}}},[a(t.childComponents.Deselect,{tag:"component"})],1):t._e()],2)],{option:t.normalizeOptionForSlot(e),deselect:t.deselect,multiple:t.multiple,disabled:t.disabled})})),t._v(" "),t._t("search",[a("input",t._g(t._b({staticClass:"vs__search"},"input",t.scope.search.attributes,!1),t.scope.search.events))],null,t.scope.search)],2),t._v(" "),a("div",{ref:"actions",staticClass:"vs__actions"},[a("button",{directives:[{name:"show",rawName:"v-show",value:t.showClearButton,expression:"showClearButton"}],ref:"clearButton",staticClass:"vs__clear",attrs:{disabled:t.disabled,type:"button",title:"Clear Selected","aria-label":"Clear Selected"},on:{click:t.clearSelection}},[a(t.childComponents.Deselect,{tag:"component"})],1),t._v(" "),t._t("open-indicator",[t.noDrop?t._e():a(t.childComponents.OpenIndicator,t._b({tag:"component"},"component",t.scope.openIndicator.attributes,!1))],null,t.scope.openIndicator),t._v(" "),t._t("spinner",[a("div",{directives:[{name:"show",rawName:"v-show",value:t.mutableLoading,expression:"mutableLoading"}],staticClass:"vs__spinner"},[t._v("Loading...")])],null,t.scope.spinner)],2)]),t._v(" "),a("transition",{attrs:{name:t.transition}},[t.dropdownOpen?a("ul",{directives:[{name:"append-to-body",rawName:"v-append-to-body"}],key:"vs"+t.uid+"__listbox",ref:"dropdownMenu",staticClass:"vs__dropdown-menu",attrs:{id:"vs"+t.uid+"__listbox",role:"listbox",tabindex:"-1"},on:{mousedown:function(e){return e.preventDefault(),t.onMousedown(e)},mouseup:t.onMouseUp}},[t._t("list-header",null,null,t.scope.listHeader),t._v(" "),t._l(t.filteredOptions,(function(e,n){return a("li",{key:t.getOptionKey(e),staticClass:"vs__dropdown-option",class:{"vs__dropdown-option--selected":t.isOptionSelected(e),"vs__dropdown-option--highlight":n===t.typeAheadPointer,"vs__dropdown-option--disabled":!t.selectable(e)},attrs:{role:"option",id:"vs"+t.uid+"__option-"+n,"aria-selected":n===t.typeAheadPointer||null},on:{mouseover:function(a){t.selectable(e)&&(t.typeAheadPointer=n)},mousedown:function(a){a.preventDefault(),a.stopPropagation(),t.selectable(e)&&t.select(e)}}},[t._t("option",[t._v("\n "+t._s(t.getOptionLabel(e))+"\n ")],null,t.normalizeOptionForSlot(e))],2)})),t._v(" "),0===t.filteredOptions.length?a("li",{staticClass:"vs__no-options"},[t._t("no-options",[t._v("Sorry, no matching options.")],null,t.scope.noOptions)],2):t._e(),t._v(" "),t._t("list-footer",null,null,t.scope.listFooter)],2):a("ul",{staticStyle:{display:"none",visibility:"hidden"},attrs:{id:"vs"+t.uid+"__listbox",role:"listbox"}})]),t._v(" "),t._t("footer",null,null,t.scope.footer)],2)}),[],!1,null,null,null).exports),b={ajax:d,pointer:u,pointerScroll:c};a.d(e,"VueSelect",(function(){return _})),a.d(e,"mixins",(function(){return b})),e.default=_}])}))},25892:function(t,e,a){var n=a(94896);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("754be4a0",n,!0,{sourceMap:!1,shadowMode:!1})},9837:function(t,e,a){var n=a(58647);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("fca10162",n,!0,{sourceMap:!1,shadowMode:!1})},84380:function(t,e,a){var n=a(45122);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("2691b7eb",n,!0,{sourceMap:!1,shadowMode:!1})},75896:function(t,e,a){var n=a(78244);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("f3142082",n,!0,{sourceMap:!1,shadowMode:!1})},93833:function(t,e,a){var n=a(78849);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("e0bdff50",n,!0,{sourceMap:!1,shadowMode:!1})},32430:function(t,e,a){var n=a(27920);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("9ade4a4c",n,!0,{sourceMap:!1,shadowMode:!1})},81193:function(t,e,a){var n=a(71045);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("251ce708",n,!0,{sourceMap:!1,shadowMode:!1})},80867:function(t,e,a){var n=a(70265);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("17d6099b",n,!0,{sourceMap:!1,shadowMode:!1})},32570:function(t,e,a){var n=a(25081);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("571f6182",n,!0,{sourceMap:!1,shadowMode:!1})},98431:function(t,e,a){var n=a(40674);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("4ec2e321",n,!0,{sourceMap:!1,shadowMode:!1})},44202:function(t,e,a){var n=a(7574);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("4a4c4ed6",n,!0,{sourceMap:!1,shadowMode:!1})},13323:function(t,e,a){var n=a(47711);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("4f6d1f05",n,!0,{sourceMap:!1,shadowMode:!1})},13527:function(t,e,a){var n=a(27378);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("49b03efc",n,!0,{sourceMap:!1,shadowMode:!1})},32403:function(t,e,a){var n=a(75293);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("a15299b8",n,!0,{sourceMap:!1,shadowMode:!1})},77255:function(t,e,a){var n=a(50854);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("e647a2a6",n,!0,{sourceMap:!1,shadowMode:!1})},17122:function(t,e,a){var n=a(30047);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("c9e11e08",n,!0,{sourceMap:!1,shadowMode:!1})},368:function(t,e,a){var n=a(4964);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("6654088a",n,!0,{sourceMap:!1,shadowMode:!1})},58686:function(t,e,a){var n=a(12162);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("86a74058",n,!0,{sourceMap:!1,shadowMode:!1})},89590:function(t,e,a){var n=a(53459);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("17d0ad28",n,!0,{sourceMap:!1,shadowMode:!1})},76926:function(t,e,a){var n=a(70357);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("3eaade8a",n,!0,{sourceMap:!1,shadowMode:!1})},88108:function(t,e,a){var n=a(83777);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("45b07a17",n,!0,{sourceMap:!1,shadowMode:!1})},91041:function(t,e,a){var n=a(89417);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("011b2f4f",n,!0,{sourceMap:!1,shadowMode:!1})},3979:function(t,e,a){var n=a(7644);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("441af901",n,!0,{sourceMap:!1,shadowMode:!1})},52005:function(t,e,a){var n=a(24268);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("5c157d54",n,!0,{sourceMap:!1,shadowMode:!1})},53126:function(t,e,a){var n=a(62142);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("74ed631e",n,!0,{sourceMap:!1,shadowMode:!1})},94006:function(t,e,a){var n=a(96369);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("4aa99b59",n,!0,{sourceMap:!1,shadowMode:!1})},44655:function(t,e,a){var n=a(54721);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("7170f5c8",n,!0,{sourceMap:!1,shadowMode:!1})},55771:function(t,e,a){var n=a(71261);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("69622790",n,!0,{sourceMap:!1,shadowMode:!1})},88455:function(t,e,a){var n=a(58580);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("f28268e6",n,!0,{sourceMap:!1,shadowMode:!1})},29360:function(t,e,a){var n=a(32032);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("2d57df75",n,!0,{sourceMap:!1,shadowMode:!1})},75213:function(t,e,a){var n=a(15920);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("1505a414",n,!0,{sourceMap:!1,shadowMode:!1})},90218:function(t,e,a){var n=a(98621);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("2c7973df",n,!0,{sourceMap:!1,shadowMode:!1})},20588:function(t,e,a){var n=a(26134);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("56fa92db",n,!0,{sourceMap:!1,shadowMode:!1})},45659:function(t,e,a){var n=a(83226);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("296f559c",n,!0,{sourceMap:!1,shadowMode:!1})},25842:function(t,e,a){var n=a(59080);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("8f983714",n,!0,{sourceMap:!1,shadowMode:!1})},51720:function(t,e,a){var n=a(20687);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("7ef1906a",n,!0,{sourceMap:!1,shadowMode:!1})},77747:function(t,e,a){var n=a(99913);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("44861328",n,!0,{sourceMap:!1,shadowMode:!1})},91316:function(t,e,a){var n=a(4232);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("78961fad",n,!0,{sourceMap:!1,shadowMode:!1})},78542:function(t,e,a){var n=a(54180);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("ef5718da",n,!0,{sourceMap:!1,shadowMode:!1})},17294:function(t,e,a){var n=a(50350);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("8cd7bbda",n,!0,{sourceMap:!1,shadowMode:!1})},78133:function(t,e,a){var n=a(70652);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("130f4aec",n,!0,{sourceMap:!1,shadowMode:!1})},98232:function(t,e,a){var n=a(44473);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("5b128fa0",n,!0,{sourceMap:!1,shadowMode:!1})},37465:function(t,e,a){var n=a(53755);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("66db85b6",n,!0,{sourceMap:!1,shadowMode:!1})},27732:function(t,e,a){var n=a(3096);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("4e470cd8",n,!0,{sourceMap:!1,shadowMode:!1})},6819:function(t,e,a){var n=a(68087);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("8b309cba",n,!0,{sourceMap:!1,shadowMode:!1})},15059:function(t,e,a){var n=a(65794);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("6d6df13c",n,!0,{sourceMap:!1,shadowMode:!1})},96916:function(t,e,a){var n=a(34026);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("08117332",n,!0,{sourceMap:!1,shadowMode:!1})},14298:function(t,e,a){var n=a(90560);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("105f7df0",n,!0,{sourceMap:!1,shadowMode:!1})},64581:function(t,e,a){var n=a(64189);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("58123719",n,!0,{sourceMap:!1,shadowMode:!1})},71720:function(t,e,a){var n=a(79841);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("82b2a6f0",n,!0,{sourceMap:!1,shadowMode:!1})},45163:function(t,e,a){var n=a(22758);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("5288181f",n,!0,{sourceMap:!1,shadowMode:!1})},46465:function(t,e,a){var n=a(18619);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("c780373c",n,!0,{sourceMap:!1,shadowMode:!1})},35484:function(t,e,a){var n=a(51286);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("3f874637",n,!0,{sourceMap:!1,shadowMode:!1})},94379:function(t,e,a){var n=a(31413);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("0e179524",n,!0,{sourceMap:!1,shadowMode:!1})},45711:function(t,e,a){var n=a(33288);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("19b3c18d",n,!0,{sourceMap:!1,shadowMode:!1})},80221:function(t,e,a){var n=a(64548);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("3c3d16cb",n,!0,{sourceMap:!1,shadowMode:!1})},18203:function(t,e,a){var n=a(15149);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("0a9c55a3",n,!0,{sourceMap:!1,shadowMode:!1})},76189:function(t,e,a){var n=a(7885);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("160bd1fe",n,!0,{sourceMap:!1,shadowMode:!1})},86615:function(t,e,a){var n=a(83360);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("9c2b93b2",n,!0,{sourceMap:!1,shadowMode:!1})},31491:function(t,e,a){var n=a(47915);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("795de836",n,!0,{sourceMap:!1,shadowMode:!1})},38913:function(t,e,a){var n=a(21341);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("754da4e8",n,!0,{sourceMap:!1,shadowMode:!1})},50340:function(t,e,a){var n=a(20827);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("d2d05408",n,!0,{sourceMap:!1,shadowMode:!1})},61901:function(t,e,a){var n=a(14130);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("c1cc9d42",n,!0,{sourceMap:!1,shadowMode:!1})},46664:function(t,e,a){var n=a(8900);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("2b13311b",n,!0,{sourceMap:!1,shadowMode:!1})},92406:function(t,e,a){var n=a(97866);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("352e087e",n,!0,{sourceMap:!1,shadowMode:!1})},80547:function(t,e,a){var n=a(16166);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("1e3a459e",n,!0,{sourceMap:!1,shadowMode:!1})},34094:function(t,e,a){var n=a(36344);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("31ee738a",n,!0,{sourceMap:!1,shadowMode:!1})},85481:function(t,e,a){var n=a(27843);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("1dc673de",n,!0,{sourceMap:!1,shadowMode:!1})},14312:function(t,e,a){var n=a(19014);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("459dc91c",n,!0,{sourceMap:!1,shadowMode:!1})},78461:function(t,e,a){var n=a(56112);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("6465d574",n,!0,{sourceMap:!1,shadowMode:!1})},64337:function(t,e,a){var n=a(27289);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("20f45440",n,!0,{sourceMap:!1,shadowMode:!1})},49610:function(t,e,a){var n=a(26339);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("7a1d0f9e",n,!0,{sourceMap:!1,shadowMode:!1})},288:function(t,e,a){var n=a(548);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("77cf8876",n,!0,{sourceMap:!1,shadowMode:!1})},96001:function(t,e,a){var n=a(67482);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("1a1bbb33",n,!0,{sourceMap:!1,shadowMode:!1})},28358:function(t,e,a){var n=a(47038);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("098f95d6",n,!0,{sourceMap:!1,shadowMode:!1})},7029:function(t,e,a){var n=a(67478);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("327c0cef",n,!0,{sourceMap:!1,shadowMode:!1})},75743:function(t,e,a){var n=a(60094);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("66c8bd28",n,!0,{sourceMap:!1,shadowMode:!1})},41887:function(t,e,a){var n=a(57217);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("754be187",n,!0,{sourceMap:!1,shadowMode:!1})},75938:function(t,e,a){var n=a(84071);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("13821210",n,!0,{sourceMap:!1,shadowMode:!1})},22545:function(t,e,a){var n=a(45871);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("5e68f4a9",n,!0,{sourceMap:!1,shadowMode:!1})},97626:function(t,e,a){var n=a(7010);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("591d898c",n,!0,{sourceMap:!1,shadowMode:!1})},28111:function(t,e,a){var n=a(12928);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("7dbb2846",n,!0,{sourceMap:!1,shadowMode:!1})},62286:function(t,e,a){var n=a(67844);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("4d89f26d",n,!0,{sourceMap:!1,shadowMode:!1})},63894:function(t,e,a){var n=a(96135);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("6f543612",n,!0,{sourceMap:!1,shadowMode:!1})},36273:function(t,e,a){var n=a(14964);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("25eb44ea",n,!0,{sourceMap:!1,shadowMode:!1})},84368:function(t,e,a){var n=a(23430);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("7334f7a8",n,!0,{sourceMap:!1,shadowMode:!1})},97164:function(t,e,a){var n=a(1716);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("9077bdc8",n,!0,{sourceMap:!1,shadowMode:!1})},76079:function(t,e,a){var n=a(13233);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("7335a822",n,!0,{sourceMap:!1,shadowMode:!1})},54528:function(t,e,a){var n=a(42931);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("d6c94ab2",n,!0,{sourceMap:!1,shadowMode:!1})},57702:function(t,e,a){var n=a(85642);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("4724c882",n,!0,{sourceMap:!1,shadowMode:!1})},20763:function(t,e,a){var n=a(56155);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("b62f4166",n,!0,{sourceMap:!1,shadowMode:!1})},17431:function(t,e,a){var n=a(99308);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("514ee92e",n,!0,{sourceMap:!1,shadowMode:!1})},20775:function(t,e,a){var n=a(91701);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("2cdb34c0",n,!0,{sourceMap:!1,shadowMode:!1})},68369:function(t,e,a){var n=a(11850);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("3440046e",n,!0,{sourceMap:!1,shadowMode:!1})},38832:function(t,e,a){var n=a(45395);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var s=a(54402).Z;s("3f2a7011",n,!0,{sourceMap:!1,shadowMode:!1})},54402:function(t,e,a){"use strict";function n(t,e){for(var a=[],n={},s=0;s<e.length;s++){var i=e[s],r=i[0],o=i[1],l=i[2],c=i[3],u={id:t+":"+s,css:o,media:l,sourceMap:c};n[r]?n[r].parts.push(u):a.push(n[r]={id:r,parts:[u]})}return a}a.d(e,{Z:function(){return f}});var s="undefined"!==typeof document;if("undefined"!==typeof DEBUG&&DEBUG&&!s)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var i={},r=s&&(document.head||document.getElementsByTagName("head")[0]),o=null,l=0,c=!1,u=function(){},d=null,h="data-vue-ssr-id",p="undefined"!==typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function f(t,e,a,s){c=a,d=s||{};var r=n(t,e);return g(r),function(e){for(var a=[],s=0;s<r.length;s++){var o=r[s],l=i[o.id];l.refs--,a.push(l)}e?(r=n(t,e),g(r)):r=[];for(s=0;s<a.length;s++){l=a[s];if(0===l.refs){for(var c=0;c<l.parts.length;c++)l.parts[c]();delete i[l.id]}}}}function g(t){for(var e=0;e<t.length;e++){var a=t[e],n=i[a.id];if(n){n.refs++;for(var s=0;s<n.parts.length;s++)n.parts[s](a.parts[s]);for(;s<a.parts.length;s++)n.parts.push(m(a.parts[s]));n.parts.length>a.parts.length&&(n.parts.length=a.parts.length)}else{var r=[];for(s=0;s<a.parts.length;s++)r.push(m(a.parts[s]));i[a.id]={id:a.id,refs:1,parts:r}}}}function v(){var t=document.createElement("style");return t.type="text/css",r.appendChild(t),t}function m(t){var e,a,n=document.querySelector("style["+h+'~="'+t.id+'"]');if(n){if(c)return u;n.parentNode.removeChild(n)}if(p){var s=l++;n=o||(o=v()),e=M.bind(null,n,s,!1),a=M.bind(null,n,s,!0)}else n=v(),e=S.bind(null,n),a=function(){n.parentNode.removeChild(n)};return e(t),function(n){if(n){if(n.css===t.css&&n.media===t.media&&n.sourceMap===t.sourceMap)return;e(t=n)}else a()}}var y=function(){var t=[];return function(e,a){return t[e]=a,t.filter(Boolean).join("\n")}}();function M(t,e,a,n){var s=a?"":n.css;if(t.styleSheet)t.styleSheet.cssText=y(e,s);else{var i=document.createTextNode(s),r=t.childNodes;r[e]&&t.removeChild(r[e]),r.length?t.insertBefore(i,r[e]):t.appendChild(i)}}function S(t,e){var a=e.css,n=e.media,s=e.sourceMap;if(n&&t.setAttribute("media",n),d.ssrId&&t.setAttribute(h,e.id),s&&(a+="\n/*# sourceURL="+s.sources[0]+" */",a+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(s))))+" */"),t.styleSheet)t.styleSheet.cssText=a;else{while(t.firstChild)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(a))}}},61404:function(t,e,a){var n={"./AC.svg":34729,"./AD.svg":36904,"./AE.svg":58248,"./AF.svg":32843,"./AG.svg":58437,"./AI.svg":86561,"./AL.svg":86665,"./AM.svg":85994,"./AO.svg":31930,"./AQ.svg":32126,"./AR.svg":86521,"./AS.svg":42160,"./AT.svg":12879,"./AU.svg":34480,"./AW.svg":61183,"./AX.svg":20413,"./AZ.svg":30615,"./BA.svg":56165,"./BB.svg":57177,"./BD.svg":92462,"./BE.svg":26910,"./BF.svg":58611,"./BG.svg":45051,"./BH.svg":86842,"./BI.svg":15254,"./BJ.svg":4122,"./BL.svg":57629,"./BM.svg":93918,"./BN.svg":72268,"./BO.svg":42446,"./BQ.svg":83386,"./BR.svg":93156,"./BS.svg":75720,"./BT.svg":37002,"./BV.svg":89992,"./BW.svg":5843,"./BY.svg":74200,"./BZ.svg":23845,"./CA.svg":27973,"./CC.svg":9194,"./CD.svg":92370,"./CF.svg":30444,"./CG.svg":21916,"./CH.svg":36515,"./CI.svg":99611,"./CK.svg":50236,"./CL.svg":75347,"./CM.svg":23844,"./CN.svg":52673,"./CO.svg":91947,"./CR.svg":90369,"./CU.svg":54829,"./CV.svg":93077,"./CW.svg":8554,"./CX.svg":94769,"./CY.svg":58484,"./CZ.svg":13912,"./DE.svg":92849,"./DJ.svg":24636,"./DK.svg":50557,"./DM.svg":38365,"./DO.svg":48320,"./DZ.svg":82720,"./EC.svg":12350,"./EE.svg":11373,"./EG.svg":67708,"./EH.svg":1923,"./ER.svg":27915,"./ES.svg":68102,"./ET.svg":38545,"./FI.svg":95672,"./FJ.svg":38341,"./FK.svg":63473,"./FM.svg":4384,"./FO.svg":45413,"./FR.svg":16006,"./GA.svg":31701,"./GB.svg":70107,"./GD.svg":46145,"./GE-AB.svg":73853,"./GE-OS.svg":56030,"./GE.svg":86919,"./GF.svg":30396,"./GG.svg":41742,"./GH.svg":55710,"./GI.svg":17156,"./GL.svg":85271,"./GM.svg":8502,"./GN.svg":61799,"./GP.svg":71626,"./GQ.svg":99197,"./GR.svg":34016,"./GS.svg":78674,"./GT.svg":46770,"./GU.svg":27031,"./GW.svg":37684,"./GY.svg":91196,"./HK.svg":57015,"./HM.svg":31490,"./HN.svg":8914,"./HR.svg":90865,"./HT.svg":57174,"./HU.svg":51617,"./ID.svg":80730,"./IE.svg":76801,"./IL.svg":55951,"./IM.svg":74005,"./IN.svg":12751,"./IO.svg":65012,"./IQ.svg":90383,"./IR.svg":80901,"./IS.svg":61716,"./IT.svg":75921,"./JE.svg":61661,"./JM.svg":57437,"./JO.svg":39004,"./JP.svg":10134,"./KE.svg":30418,"./KG.svg":54561,"./KH.svg":98920,"./KI.svg":69143,"./KM.svg":58167,"./KN.svg":83784,"./KP.svg":24149,"./KR.svg":87731,"./KW.svg":28871,"./KY.svg":7121,"./KZ.svg":92248,"./LA.svg":18882,"./LB.svg":59366,"./LC.svg":54062,"./LI.svg":92315,"./LK.svg":15066,"./LR.svg":13112,"./LS.svg":97084,"./LT.svg":99711,"./LU.svg":15275,"./LV.svg":54717,"./LY.svg":6037,"./MA.svg":77832,"./MC.svg":55044,"./MD.svg":64618,"./ME.svg":85683,"./MF.svg":57895,"./MG.svg":22766,"./MH.svg":47758,"./MK.svg":28472,"./ML.svg":16790,"./MM.svg":49410,"./MN.svg":16188,"./MO.svg":80876,"./MP.svg":9157,"./MQ.svg":27711,"./MR.svg":48766,"./MS.svg":58585,"./MT.svg":97953,"./MU.svg":10146,"./MV.svg":32298,"./MW.svg":75882,"./MX.svg":11594,"./MY.svg":93098,"./MZ.svg":81205,"./NA.svg":35172,"./NC.svg":67943,"./NE.svg":4009,"./NF.svg":46699,"./NG.svg":55483,"./NI.svg":23169,"./NL.svg":34832,"./NO.svg":21561,"./NP.svg":57807,"./NR.svg":53840,"./NU.svg":28960,"./NZ.svg":60466,"./OM.svg":64536,"./PA.svg":40994,"./PE.svg":97460,"./PF.svg":47564,"./PG.svg":36635,"./PH.svg":33283,"./PK.svg":28704,"./PL.svg":28160,"./PM.svg":41154,"./PN.svg":66576,"./PR.svg":79445,"./PS.svg":80304,"./PT.svg":35666,"./PW.svg":53106,"./PY.svg":83827,"./QA.svg":45279,"./RE.svg":63081,"./RO.svg":32274,"./RS.svg":20718,"./RU.svg":29717,"./RW.svg":35117,"./SA.svg":40643,"./SB.svg":45297,"./SC.svg":52259,"./SD.svg":41659,"./SE.svg":57877,"./SG.svg":87419,"./SH.svg":98708,"./SI.svg":89885,"./SJ.svg":25395,"./SK.svg":72069,"./SL.svg":51103,"./SM.svg":11232,"./SN.svg":9657,"./SO.svg":63020,"./SR.svg":38859,"./SS.svg":78430,"./ST.svg":85354,"./SV.svg":69740,"./SX.svg":47067,"./SY.svg":62411,"./SZ.svg":26590,"./TA.svg":90500,"./TC.svg":86288,"./TD.svg":22749,"./TF.svg":53610,"./TG.svg":88219,"./TH.svg":59859,"./TJ.svg":34355,"./TK.svg":56608,"./TL.svg":8690,"./TM.svg":67881,"./TN.svg":22533,"./TO.svg":87549,"./TR.svg":72074,"./TT.svg":47662,"./TV.svg":32937,"./TW.svg":75733,"./TZ.svg":35390,"./UA.svg":50574,"./UG.svg":23297,"./US.svg":77793,"./UY.svg":89811,"./UZ.svg":96225,"./VA.svg":27178,"./VC.svg":19344,"./VE.svg":69047,"./VG.svg":6015,"./VI.svg":20414,"./VN.svg":86156,"./VU.svg":91936,"./WF.svg":65799,"./WORLD.svg":83121,"./WS.svg":21594,"./XK.svg":49823,"./YE.svg":95600,"./YT.svg":32622,"./ZA.svg":30319,"./ZM.svg":17467,"./ZW.svg":72143};function s(t){var e=i(t);return a(e)}function i(t){if(!a.o(n,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return n[t]}s.keys=function(){return Object.keys(n)},s.resolve=i,t.exports=s,s.id=61404},48011:function(t,e,a){var n={"./cs.json":50863,"./de.json":532,"./en.json":81005,"./es.json":83458,"./et.json":23451,"./fi.json":39554,"./fr.json":71822,"./it.json":65744,"./lt.json":18102,"./lv.json":36048,"./pt.json":86709,"./ru.json":88809,"./sv.json":30840};function s(t){var e=i(t);return a(e)}function i(t){if(!a.o(n,t)){var e=new Error("Cannot find module '"+t+"'");throw e.code="MODULE_NOT_FOUND",e}return n[t]}s.keys=function(){return Object.keys(n)},s.resolve=i,t.exports=s,s.id=48011},77203:function(e){"use strict";e.exports=t},59498:function(t){"use strict";t.exports=JSON.parse('[["AF","AFG","004","ISO 3166-2:AF"],["AL","ALB","008","ISO 3166-2:AL"],["DZ","DZA","012","ISO 3166-2:DZ"],["AS","ASM","016","ISO 3166-2:AS"],["AD","AND","020","ISO 3166-2:AD"],["AO","AGO","024","ISO 3166-2:AO"],["AI","AIA","660","ISO 3166-2:AI"],["AQ","ATA","010","ISO 3166-2:AQ"],["AG","ATG","028","ISO 3166-2:AG"],["AR","ARG","032","ISO 3166-2:AR"],["AM","ARM","051","ISO 3166-2:AM"],["AW","ABW","533","ISO 3166-2:AW"],["AU","AUS","036","ISO 3166-2:AU"],["AT","AUT","040","ISO 3166-2:AT"],["AZ","AZE","031","ISO 3166-2:AZ"],["BS","BHS","044","ISO 3166-2:BS"],["BH","BHR","048","ISO 3166-2:BH"],["BD","BGD","050","ISO 3166-2:BD"],["BB","BRB","052","ISO 3166-2:BB"],["BY","BLR","112","ISO 3166-2:BY"],["BE","BEL","056","ISO 3166-2:BE"],["BZ","BLZ","084","ISO 3166-2:BZ"],["BJ","BEN","204","ISO 3166-2:BJ"],["BM","BMU","060","ISO 3166-2:BM"],["BT","BTN","064","ISO 3166-2:BT"],["BO","BOL","068","ISO 3166-2:BO"],["BA","BIH","070","ISO 3166-2:BA"],["BW","BWA","072","ISO 3166-2:BW"],["BV","BVT","074","ISO 3166-2:BV"],["BR","BRA","076","ISO 3166-2:BR"],["IO","IOT","086","ISO 3166-2:IO"],["BN","BRN","096","ISO 3166-2:BN"],["BG","BGR","100","ISO 3166-2:BG"],["BF","BFA","854","ISO 3166-2:BF"],["BI","BDI","108","ISO 3166-2:BI"],["KH","KHM","116","ISO 3166-2:KH"],["CM","CMR","120","ISO 3166-2:CM"],["CA","CAN","124","ISO 3166-2:CA"],["CV","CPV","132","ISO 3166-2:CV"],["KY","CYM","136","ISO 3166-2:KY"],["CF","CAF","140","ISO 3166-2:CF"],["TD","TCD","148","ISO 3166-2:TD"],["CL","CHL","152","ISO 3166-2:CL"],["CN","CHN","156","ISO 3166-2:CN"],["CX","CXR","162","ISO 3166-2:CX"],["CC","CCK","166","ISO 3166-2:CC"],["CO","COL","170","ISO 3166-2:CO"],["KM","COM","174","ISO 3166-2:KM"],["CG","COG","178","ISO 3166-2:CG"],["CD","COD","180","ISO 3166-2:CD"],["CK","COK","184","ISO 3166-2:CK"],["CR","CRI","188","ISO 3166-2:CR"],["CI","CIV","384","ISO 3166-2:CI"],["HR","HRV","191","ISO 3166-2:HR"],["CU","CUB","192","ISO 3166-2:CU"],["CY","CYP","196","ISO 3166-2:CY"],["CZ","CZE","203","ISO 3166-2:CZ"],["DK","DNK","208","ISO 3166-2:DK"],["DJ","DJI","262","ISO 3166-2:DJ"],["DM","DMA","212","ISO 3166-2:DM"],["DO","DOM","214","ISO 3166-2:DO"],["EC","ECU","218","ISO 3166-2:EC"],["EG","EGY","818","ISO 3166-2:EG"],["SV","SLV","222","ISO 3166-2:SV"],["GQ","GNQ","226","ISO 3166-2:GQ"],["ER","ERI","232","ISO 3166-2:ER"],["EE","EST","233","ISO 3166-2:EE"],["ET","ETH","231","ISO 3166-2:ET"],["FK","FLK","238","ISO 3166-2:FK"],["FO","FRO","234","ISO 3166-2:FO"],["FJ","FJI","242","ISO 3166-2:FJ"],["FI","FIN","246","ISO 3166-2:FI"],["FR","FRA","250","ISO 3166-2:FR"],["GF","GUF","254","ISO 3166-2:GF"],["PF","PYF","258","ISO 3166-2:PF"],["TF","ATF","260","ISO 3166-2:TF"],["GA","GAB","266","ISO 3166-2:GA"],["GM","GMB","270","ISO 3166-2:GM"],["GE","GEO","268","ISO 3166-2:GE"],["DE","DEU","276","ISO 3166-2:DE"],["GH","GHA","288","ISO 3166-2:GH"],["GI","GIB","292","ISO 3166-2:GI"],["GR","GRC","300","ISO 3166-2:GR"],["GL","GRL","304","ISO 3166-2:GL"],["GD","GRD","308","ISO 3166-2:GD"],["GP","GLP","312","ISO 3166-2:GP"],["GU","GUM","316","ISO 3166-2:GU"],["GT","GTM","320","ISO 3166-2:GT"],["GN","GIN","324","ISO 3166-2:GN"],["GW","GNB","624","ISO 3166-2:GW"],["GY","GUY","328","ISO 3166-2:GY"],["HT","HTI","332","ISO 3166-2:HT"],["HM","HMD","334","ISO 3166-2:HM"],["VA","VAT","336","ISO 3166-2:VA"],["HN","HND","340","ISO 3166-2:HN"],["HK","HKG","344","ISO 3166-2:HK"],["HU","HUN","348","ISO 3166-2:HU"],["IS","ISL","352","ISO 3166-2:IS"],["IN","IND","356","ISO 3166-2:IN"],["ID","IDN","360","ISO 3166-2:ID"],["IR","IRN","364","ISO 3166-2:IR"],["IQ","IRQ","368","ISO 3166-2:IQ"],["IE","IRL","372","ISO 3166-2:IE"],["IL","ISR","376","ISO 3166-2:IL"],["IT","ITA","380","ISO 3166-2:IT"],["JM","JAM","388","ISO 3166-2:JM"],["JP","JPN","392","ISO 3166-2:JP"],["JO","JOR","400","ISO 3166-2:JO"],["KZ","KAZ","398","ISO 3166-2:KZ"],["KE","KEN","404","ISO 3166-2:KE"],["KI","KIR","296","ISO 3166-2:KI"],["KP","PRK","408","ISO 3166-2:KP"],["KR","KOR","410","ISO 3166-2:KR"],["KW","KWT","414","ISO 3166-2:KW"],["KG","KGZ","417","ISO 3166-2:KG"],["LA","LAO","418","ISO 3166-2:LA"],["LV","LVA","428","ISO 3166-2:LV"],["LB","LBN","422","ISO 3166-2:LB"],["LS","LSO","426","ISO 3166-2:LS"],["LR","LBR","430","ISO 3166-2:LR"],["LY","LBY","434","ISO 3166-2:LY"],["LI","LIE","438","ISO 3166-2:LI"],["LT","LTU","440","ISO 3166-2:LT"],["LU","LUX","442","ISO 3166-2:LU"],["MO","MAC","446","ISO 3166-2:MO"],["MG","MDG","450","ISO 3166-2:MG"],["MW","MWI","454","ISO 3166-2:MW"],["MY","MYS","458","ISO 3166-2:MY"],["MV","MDV","462","ISO 3166-2:MV"],["ML","MLI","466","ISO 3166-2:ML"],["MT","MLT","470","ISO 3166-2:MT"],["MH","MHL","584","ISO 3166-2:MH"],["MQ","MTQ","474","ISO 3166-2:MQ"],["MR","MRT","478","ISO 3166-2:MR"],["MU","MUS","480","ISO 3166-2:MU"],["YT","MYT","175","ISO 3166-2:YT"],["MX","MEX","484","ISO 3166-2:MX"],["FM","FSM","583","ISO 3166-2:FM"],["MD","MDA","498","ISO 3166-2:MD"],["MC","MCO","492","ISO 3166-2:MC"],["MN","MNG","496","ISO 3166-2:MN"],["MS","MSR","500","ISO 3166-2:MS"],["MA","MAR","504","ISO 3166-2:MA"],["MZ","MOZ","508","ISO 3166-2:MZ"],["MM","MMR","104","ISO 3166-2:MM"],["NA","NAM","516","ISO 3166-2:NA"],["NR","NRU","520","ISO 3166-2:NR"],["NP","NPL","524","ISO 3166-2:NP"],["NL","NLD","528","ISO 3166-2:NL"],["NC","NCL","540","ISO 3166-2:NC"],["NZ","NZL","554","ISO 3166-2:NZ"],["NI","NIC","558","ISO 3166-2:NI"],["NE","NER","562","ISO 3166-2:NE"],["NG","NGA","566","ISO 3166-2:NG"],["NU","NIU","570","ISO 3166-2:NU"],["NF","NFK","574","ISO 3166-2:NF"],["MP","MNP","580","ISO 3166-2:MP"],["MK","MKD","807","ISO 3166-2:MK"],["NO","NOR","578","ISO 3166-2:NO"],["OM","OMN","512","ISO 3166-2:OM"],["PK","PAK","586","ISO 3166-2:PK"],["PW","PLW","585","ISO 3166-2:PW"],["PS","PSE","275","ISO 3166-2:PS"],["PA","PAN","591","ISO 3166-2:PA"],["PG","PNG","598","ISO 3166-2:PG"],["PY","PRY","600","ISO 3166-2:PY"],["PE","PER","604","ISO 3166-2:PE"],["PH","PHL","608","ISO 3166-2:PH"],["PN","PCN","612","ISO 3166-2:PN"],["PL","POL","616","ISO 3166-2:PL"],["PT","PRT","620","ISO 3166-2:PT"],["PR","PRI","630","ISO 3166-2:PR"],["QA","QAT","634","ISO 3166-2:QA"],["RE","REU","638","ISO 3166-2:RE"],["RO","ROU","642","ISO 3166-2:RO"],["RU","RUS","643","ISO 3166-2:RU"],["RW","RWA","646","ISO 3166-2:RW"],["SH","SHN","654","ISO 3166-2:SH"],["KN","KNA","659","ISO 3166-2:KN"],["LC","LCA","662","ISO 3166-2:LC"],["PM","SPM","666","ISO 3166-2:PM"],["VC","VCT","670","ISO 3166-2:VC"],["WS","WSM","882","ISO 3166-2:WS"],["SM","SMR","674","ISO 3166-2:SM"],["ST","STP","678","ISO 3166-2:ST"],["SA","SAU","682","ISO 3166-2:SA"],["SN","SEN","686","ISO 3166-2:SN"],["SC","SYC","690","ISO 3166-2:SC"],["SL","SLE","694","ISO 3166-2:SL"],["SG","SGP","702","ISO 3166-2:SG"],["SK","SVK","703","ISO 3166-2:SK"],["SI","SVN","705","ISO 3166-2:SI"],["SB","SLB","090","ISO 3166-2:SB"],["SO","SOM","706","ISO 3166-2:SO"],["ZA","ZAF","710","ISO 3166-2:ZA"],["GS","SGS","239","ISO 3166-2:GS"],["ES","ESP","724","ISO 3166-2:ES"],["LK","LKA","144","ISO 3166-2:LK"],["SD","SDN","729","ISO 3166-2:SD"],["SR","SUR","740","ISO 3166-2:SR"],["SJ","SJM","744","ISO 3166-2:SJ"],["SZ","SWZ","748","ISO 3166-2:SZ"],["SE","SWE","752","ISO 3166-2:SE"],["CH","CHE","756","ISO 3166-2:CH"],["SY","SYR","760","ISO 3166-2:SY"],["TW","TWN","158","ISO 3166-2:TW"],["TJ","TJK","762","ISO 3166-2:TJ"],["TZ","TZA","834","ISO 3166-2:TZ"],["TH","THA","764","ISO 3166-2:TH"],["TL","TLS","626","ISO 3166-2:TL"],["TG","TGO","768","ISO 3166-2:TG"],["TK","TKL","772","ISO 3166-2:TK"],["TO","TON","776","ISO 3166-2:TO"],["TT","TTO","780","ISO 3166-2:TT"],["TN","TUN","788","ISO 3166-2:TN"],["TR","TUR","792","ISO 3166-2:TR"],["TM","TKM","795","ISO 3166-2:TM"],["TC","TCA","796","ISO 3166-2:TC"],["TV","TUV","798","ISO 3166-2:TV"],["UG","UGA","800","ISO 3166-2:UG"],["UA","UKR","804","ISO 3166-2:UA"],["AE","ARE","784","ISO 3166-2:AE"],["GB","GBR","826","ISO 3166-2:GB"],["US","USA","840","ISO 3166-2:US"],["UM","UMI","581","ISO 3166-2:UM"],["UY","URY","858","ISO 3166-2:UY"],["UZ","UZB","860","ISO 3166-2:UZ"],["VU","VUT","548","ISO 3166-2:VU"],["VE","VEN","862","ISO 3166-2:VE"],["VN","VNM","704","ISO 3166-2:VN"],["VG","VGB","092","ISO 3166-2:VG"],["VI","VIR","850","ISO 3166-2:VI"],["WF","WLF","876","ISO 3166-2:WF"],["EH","ESH","732","ISO 3166-2:EH"],["YE","YEM","887","ISO 3166-2:YE"],["ZM","ZMB","894","ISO 3166-2:ZM"],["ZW","ZWE","716","ISO 3166-2:ZW"],["AX","ALA","248","ISO 3166-2:AX"],["BQ","BES","535","ISO 3166-2:BQ"],["CW","CUW","531","ISO 3166-2:CW"],["GG","GGY","831","ISO 3166-2:GG"],["IM","IMN","833","ISO 3166-2:IM"],["JE","JEY","832","ISO 3166-2:JE"],["ME","MNE","499","ISO 3166-2:ME"],["BL","BLM","652","ISO 3166-2:BL"],["MF","MAF","663","ISO 3166-2:MF"],["RS","SRB","688","ISO 3166-2:RS"],["SX","SXM","534","ISO 3166-2:SX"],["SS","SSD","728","ISO 3166-2:SS"],["XK","XKX","983","ISO 3166-2:XK"]]')},76611:function(t){"use strict";t.exports=JSON.parse('{"locale":"cs","countries":{"AF":"Afghánistán","AX":"Ålandy","AL":"Albánie","DZ":"Alžírsko","AS":"Americká Samoa","VI":"Americké Panenské ostrovy","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Antarktida","AG":"Antigua a Barbuda","AR":"Argentina","AM":"Arménie","AW":"Aruba","AU":"Austrálie","AZ":"Ázerbájdžán","BS":"Bahamy","BH":"Bahrajn","BD":"Bangladéš","BB":"Barbados","BE":"Belgie","BZ":"Belize","BY":"Bělorusko","BJ":"Benin","BM":"Bermudy","BT":"Bhútán","BO":"Bolívie","BQ":"Bonaire, Svatý Eustach a Saba","BA":"Bosna a Hercegovina","BW":"Botswana","BV":"Bouvetův ostrov","BR":"Brazílie","IO":"Britské indickooceánské území","VG":"Britské Panenské ostrovy","BN":"Brunej","BG":"Bulharsko","BF":"Burkina Faso","BI":"Burundi","CK":"Cookovy ostrovy","CW":"Curaçao","TD":"Čad","ME":"Černá Hora","CZ":"Česká republika","CN":"Čína","DK":"Dánsko","CD":"Demokratická republika Kongo","DM":"Dominika","DO":"Dominikánská republika","DJ":"Džibutsko","EG":"Egypt","EC":"Ekvádor","ER":"Eritrea","EE":"Estonsko","ET":"Etiopie","FO":"Faerské ostrovy","FK":"Falklandy (Malvíny)","FJ":"Fidži","PH":"Filipíny","FI":"Finsko","FR":"Francie","GF":"Francouzská Guyana","TF":"Francouzská jižní a antarktická území","PF":"Francouzská Polynésie","GA":"Gabon","GM":"Gambie","GH":"Ghana","GI":"Gibraltar","GD":"Grenada","GL":"Grónsko","GE":"Gruzie","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GN":"Guinea","GW":"Guinea-Bissau","GG":"Guernsey","GY":"Guyana","HT":"Haiti","HM":"Heardův ostrov a McDonaldovy ostrovy","HN":"Honduras","HK":"Hongkong","CL":"Chile","HR":"Chorvatsko","IN":"Indie","ID":"Indonésie","IQ":"Irák","IR":"Írán","IE":"Irsko","IS":"Island","IT":"Itálie","IL":"Izrael","JM":"Jamajka","JP":"Japonsko","YE":"Jemen","JE":"Jersey","ZA":"Jihoafrická republika","GS":"Jižní Georgie a Jižní Sandwichovy ostrovy","KR":"Jižní Korea","SS":"Jižní Súdán","JO":"Jordánsko","KY":"Kajmanské ostrovy","KH":"Kambodža","CM":"Kamerun","CA":"Kanada","CV":"Kapverdy","QA":"Katar","KZ":"Kazachstán","KE":"Keňa","KI":"Kiribati","CC":"Kokosové ostrovy","CO":"Kolumbie","KM":"Komory","CG":"Kongo","CR":"Kostarika","CU":"Kuba","KW":"Kuvajt","CY":"Kypr","KG":"Kyrgyzstán","LA":"Laos","LS":"Lesotho","LB":"Libanon","LR":"Libérie","LY":"Libye","LI":"Lichtenštejnsko","LT":"Litva","LV":"Lotyšsko","LU":"Lucembursko","MO":"Macao","MG":"Madagaskar","HU":"Maďarsko","MY":"Malajsie","MW":"Malawi","MV":"Maledivy","ML":"Mali","MT":"Malta","IM":"Ostrov Man","MA":"Maroko","MH":"Marshallovy ostrovy","MQ":"Martinik","MU":"Mauricius","MR":"Mauritánie","YT":"Mayotte","UM":"Menší odlehlé ostrovy USA","MX":"Mexiko","FM":"Mikronésie","MD":"Moldavsko","MC":"Monako","MN":"Mongolsko","MS":"Montserrat","MZ":"Mosambik","MM":"Myanmar","NA":"Namibie","NR":"Nauru","DE":"Německo","NP":"Nepál","NE":"Niger","NG":"Nigérie","NI":"Nikaragua","NU":"Niue","NL":"Nizozemsko","NF":"Norfolk","NO":"Norsko","NC":"Nová Kaledonie","NZ":"Nový Zéland","OM":"Omán","PK":"Pákistán","PW":"Palau","PS":"Palestinská autonomie","PA":"Panama","PG":"Papua-Nová Guinea","PY":"Paraguay","PE":"Peru","PN":"Pitcairnovy ostrovy","CI":"Pobřeží slonoviny","PL":"Polsko","PR":"Portoriko","PT":"Portugalsko","AT":"Rakousko","RE":"Réunion","GQ":"Rovníková Guinea","RO":"Rumunsko","RU":"Rusko","RW":"Rwanda","GR":"Řecko","PM":"Saint-Pierre a Miquelon","SV":"Salvador","WS":"Samoa","SM":"San Marino","SA":"Saúdská Arábie","SN":"Senegal","KP":"Severní Korea","MK":"Severní Makedonie","MP":"Severní Mariany","SC":"Seychely","SL":"Sierra Leone","SG":"Singapur","SK":"Slovensko","SI":"Slovinsko","SO":"Somálsko","AE":"Spojené arabské emiráty","GB":"Spojené království","US":"Spojené státy americké","RS":"Srbsko","CF":"Středoafrická republika","SD":"Súdán","SR":"Surinam","SH":"Svatá Helena, Ascension a Tristan da Cunha","LC":"Svatá Lucie","BL":"Svatý Bartoloměj","KN":"Svatý Kryštof a Nevis","MF":"Svatý Martin (francouzská část)","SX":"Svatý Martin (nizozemská část)","ST":"Svatý Tomáš a Princův ostrov","VC":"Svatý Vincenc a Grenadiny","SZ":"Svazijsko","SY":"Sýrie","SB":"Šalamounovy ostrovy","ES":"Španělsko","SJ":"Špicberky a Jan Mayen","LK":"Šrí Lanka","SE":"Švédsko","CH":"Švýcarsko","TJ":"Tádžikistán","TZ":"Tanzanie","TH":"Thajsko","TW":"Tchaj-wan","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad a Tobago","TN":"Tunisko","TR":"Turecko","TM":"Turkmenistán","TC":"Turks a Caicos","TV":"Tuvalu","UG":"Uganda","UA":"Ukrajina","UY":"Uruguay","UZ":"Uzbekistán","CX":"Vánoční ostrov","VU":"Vanuatu","VA":"Vatikán","VE":"Venezuela","VN":"Vietnam","TL":"Východní Timor","WF":"Wallis a Futuna","ZM":"Zambie","EH":"Západní Sahara","ZW":"Zimbabwe","XK":"Kosovo"}}')},48491:function(t){"use strict";t.exports=JSON.parse('{"locale":"de","countries":{"AF":"Afghanistan","EG":"Ägypten","AX":"Åland","AL":"Albanien","DZ":"Algerien","AS":"Amerikanisch-Samoa","VI":"Amerikanische Jungferninseln","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Antarktis","AG":"Antigua und Barbuda","GQ":"Äquatorialguinea","AR":"Argentinien","AM":"Armenien","AW":"Aruba","AZ":"Aserbaidschan","ET":"Äthiopien","AU":"Australien","BS":"Bahamas","BH":"Bahrain","BD":"Bangladesch","BB":"Barbados","BY":"Belarus","BE":"Belgien","BZ":"Belize","BJ":"Benin","BM":"Bermuda","BT":"Bhutan","BO":"Bolivien","BQ":"Bonaire","BA":"Bosnien und Herzegowina","BW":"Botswana","BV":"Bouvetinsel","BR":"Brasilien","VG":"Britische Jungferninseln","IO":"Britisches Territorium im Indischen Ozean","BN":"Brunei Darussalam","BG":"Bulgarien","BF":"Burkina Faso","BI":"Burundi","CL":"Chile","CN":"China","CK":"Cookinseln","CR":"Costa Rica","CI":"Elfenbeinküste","CW":"Curaçao","DK":"Dänemark","DE":"Deutschland","DM":"Dominica","DO":"Dominikanische Republik","DJ":"Dschibuti","EC":"Ecuador","SV":"El Salvador","ER":"Eritrea","EE":"Estland","FK":"Falklandinseln","FO":"Färöer","FJ":"Fidschi","FI":"Finnland","FR":"Frankreich","GF":"Französisch-Guayana","PF":"Französisch-Polynesien","TF":"Französische Süd- und Antarktisgebiete","GA":"Gabun","GM":"Gambia","GE":"Georgien","GH":"Ghana","GI":"Gibraltar","GD":"Grenada","GR":"Griechenland","GL":"Grönland","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GG":"Guernsey","GN":"Guinea","GW":"Guinea-Bissau","GY":"Guyana","HT":"Haiti","HM":"Heard und McDonaldinseln","HN":"Honduras","HK":"Hongkong","IN":"Indien","ID":"Indonesien","IM":"Insel Man","IQ":"Irak","IR":"Iran","IE":"Irland","IS":"Island","IL":"Israel","IT":"Italien","JM":"Jamaika","JP":"Japan","YE":"Jemen","JE":"Jersey","JO":"Jordanien","KY":"Kaimaninseln","KH":"Kambodscha","CM":"Kamerun","CA":"Kanada","CV":"Kap Verde","KZ":"Kasachstan","QA":"Katar","KE":"Kenia","KG":"Kirgisistan","KI":"Kiribati","CC":"Kokosinseln","CO":"Kolumbien","KM":"Komoren","CD":"Kongo","KP":"Nordkorea","KR":"Südkorea","HR":"Kroatien","CU":"Kuba","KW":"Kuwait","LA":"Laos","LS":"Lesotho","LV":"Lettland","LB":"Libanon","LR":"Liberia","LY":"Libyen","LI":"Liechtenstein","LT":"Litauen","LU":"Luxemburg","MO":"Macao","MG":"Madagaskar","MW":"Malawi","MY":"Malaysia","MV":"Malediven","ML":"Mali","MT":"Malta","MA":"Marokko","MH":"Marshallinseln","MQ":"Martinique","MR":"Mauretanien","MU":"Mauritius","YT":"Mayotte","MX":"Mexiko","FM":"Mikronesien","MD":"Moldawien","MC":"Monaco","MN":"Mongolei","ME":"Montenegro","MS":"Montserrat","MZ":"Mosambik","MM":"Myanmar","NA":"Namibia","NR":"Nauru","NP":"Nepal","NC":"Neukaledonien","NZ":"Neuseeland","NI":"Nicaragua","NL":"Niederlande","NE":"Niger","NG":"Nigeria","NU":"Niue","MK":"Nordmazedonien","MP":"Nördliche Marianen","NF":"Norfolkinsel","NO":"Norwegen","OM":"Oman","AT":"Österreich","TL":"Osttimor","PK":"Pakistan","PS":"Staat Palästina","PW":"Palau","PA":"Panama","PG":"Papua-Neuguinea","PY":"Paraguay","PE":"Peru","PH":"Philippinen","PN":"Pitcairninseln","PL":"Polen","PT":"Portugal","PR":"Puerto Rico","TW":"Taiwan","CG":"Republik Kongo","RE":"Réunion","RW":"Ruanda","RO":"Rumänien","RU":"Russische Föderation","BL":"Saint-Barthélemy","MF":"Saint-Martin","SB":"Salomonen","ZM":"Sambia","WS":"Samoa","SM":"San Marino","ST":"São Tomé und Príncipe","SA":"Saudi-Arabien","SE":"Schweden","CH":"Schweiz","SN":"Senegal","RS":"Serbien","SC":"Seychellen","SL":"Sierra Leone","ZW":"Simbabwe","SG":"Singapur","SX":"Sint Maarten","SK":"Slowakei","SI":"Slowenien","SO":"Somalia","ES":"Spanien","LK":"Sri Lanka","SH":"St. Helena","KN":"St. Kitts und Nevis","LC":"St. Lucia","PM":"Saint-Pierre und Miquelon","VC":"St. Vincent und die Grenadinen","ZA":"Südafrika","SD":"Sudan","GS":"Südgeorgien und die Südlichen Sandwichinseln","SS":"Südsudan","SR":"Suriname","SJ":"Svalbard und Jan Mayen","SZ":"Swasiland","SY":"Syrien, Arabische Republik","TJ":"Tadschikistan","TZ":"Tansania, Vereinigte Republik","TH":"Thailand","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad und Tobago","TD":"Tschad","CZ":"Tschechische Republik","TN":"Tunesien","TR":"Türkei","TM":"Turkmenistan","TC":"Turks- und Caicosinseln","TV":"Tuvalu","UG":"Uganda","UA":"Ukraine","HU":"Ungarn","UM":"United States Minor Outlying Islands","UY":"Uruguay","UZ":"Usbekistan","VU":"Vanuatu","VA":"Vatikanstadt","VE":"Venezuela","AE":"Vereinigte Arabische Emirate","US":["Vereinigte Staaten von Amerika","Vereinigte Staaten","USA"],"GB":["Vereinigtes Königreich","Großbritannien"],"VN":"Vietnam","WF":"Wallis und Futuna","CX":"Weihnachtsinsel","EH":"Westsahara","CF":"Zentralafrikanische Republik","CY":"Zypern","XK":"Kosovo"}}')},41086:function(t){"use strict";t.exports=JSON.parse('{"locale":"en","countries":{"AF":"Afghanistan","AL":"Albania","DZ":"Algeria","AS":"American Samoa","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Antarctica","AG":"Antigua and Barbuda","AR":"Argentina","AM":"Armenia","AW":"Aruba","AU":"Australia","AT":"Austria","AZ":"Azerbaijan","BS":"Bahamas","BH":"Bahrain","BD":"Bangladesh","BB":"Barbados","BY":"Belarus","BE":"Belgium","BZ":"Belize","BJ":"Benin","BM":"Bermuda","BT":"Bhutan","BO":"Bolivia","BA":"Bosnia and Herzegovina","BW":"Botswana","BV":"Bouvet Island","BR":"Brazil","IO":"British Indian Ocean Territory","BN":"Brunei Darussalam","BG":"Bulgaria","BF":"Burkina Faso","BI":"Burundi","KH":"Cambodia","CM":"Cameroon","CA":"Canada","CV":"Cape Verde","KY":"Cayman Islands","CF":"Central African Republic","TD":"Chad","CL":"Chile","CN":"China","CX":"Christmas Island","CC":"Cocos (Keeling) Islands","CO":"Colombia","KM":"Comoros","CG":"Congo","CD":"Congo, the Democratic Republic of the","CK":"Cook Islands","CR":"Costa Rica","CI":"Cote D\'Ivoire","HR":"Croatia","CU":"Cuba","CY":"Cyprus","CZ":"Czech Republic","DK":"Denmark","DJ":"Djibouti","DM":"Dominica","DO":"Dominican Republic","EC":"Ecuador","EG":"Egypt","SV":"El Salvador","GQ":"Equatorial Guinea","ER":"Eritrea","EE":"Estonia","ET":"Ethiopia","FK":"Falkland Islands (Malvinas)","FO":"Faroe Islands","FJ":"Fiji","FI":"Finland","FR":"France","GF":"French Guiana","PF":"French Polynesia","TF":"French Southern Territories","GA":"Gabon","GM":"Gambia","GE":"Georgia","DE":"Germany","GH":"Ghana","GI":"Gibraltar","GR":"Greece","GL":"Greenland","GD":"Grenada","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GN":"Guinea","GW":"Guinea-Bissau","GY":"Guyana","HT":"Haiti","HM":"Heard Island and McDonald Islands","VA":"Holy See (Vatican City State)","HN":"Honduras","HK":"Hong Kong","HU":"Hungary","IS":"Iceland","IN":"India","ID":"Indonesia","IR":"Iran, Islamic Republic of","IQ":"Iraq","IE":"Ireland","IL":"Israel","IT":"Italy","JM":"Jamaica","JP":"Japan","JO":"Jordan","KZ":"Kazakhstan","KE":"Kenya","KI":"Kiribati","KP":"North Korea","KR":"South Korea","KW":"Kuwait","KG":"Kyrgyzstan","LA":"Lao People\'s Democratic Republic","LV":"Latvia","LB":"Lebanon","LS":"Lesotho","LR":"Liberia","LY":"Libya","LI":"Liechtenstein","LT":"Lithuania","LU":"Luxembourg","MO":"Macao","MG":"Madagascar","MW":"Malawi","MY":"Malaysia","MV":"Maldives","ML":"Mali","MT":"Malta","MH":"Marshall Islands","MQ":"Martinique","MR":"Mauritania","MU":"Mauritius","YT":"Mayotte","MX":"Mexico","FM":"Micronesia, Federated States of","MD":"Moldova, Republic of","MC":"Monaco","MN":"Mongolia","MS":"Montserrat","MA":"Morocco","MZ":"Mozambique","MM":"Myanmar","NA":"Namibia","NR":"Nauru","NP":"Nepal","NL":"Netherlands","NC":"New Caledonia","NZ":"New Zealand","NI":"Nicaragua","NE":"Niger","NG":"Nigeria","NU":"Niue","NF":"Norfolk Island","MK":"North Macedonia, Republic of","MP":"Northern Mariana Islands","NO":"Norway","OM":"Oman","PK":"Pakistan","PW":"Palau","PS":["State of Palestine","Palestine"],"PA":"Panama","PG":"Papua New Guinea","PY":"Paraguay","PE":"Peru","PH":"Philippines","PN":"Pitcairn","PL":"Poland","PT":"Portugal","PR":"Puerto Rico","QA":"Qatar","RE":"Reunion","RO":"Romania","RU":["Russian Federation","Russia"],"RW":"Rwanda","SH":"Saint Helena","KN":"Saint Kitts and Nevis","LC":"Saint Lucia","PM":"Saint Pierre and Miquelon","VC":"Saint Vincent and the Grenadines","WS":"Samoa","SM":"San Marino","ST":"Sao Tome and Principe","SA":"Saudi Arabia","SN":"Senegal","SC":"Seychelles","SL":"Sierra Leone","SG":"Singapore","SK":"Slovakia","SI":"Slovenia","SB":"Solomon Islands","SO":"Somalia","ZA":"South Africa","GS":"South Georgia and the South Sandwich Islands","ES":"Spain","LK":"Sri Lanka","SD":"Sudan","SR":"Suriname","SJ":"Svalbard and Jan Mayen","SZ":"Eswatini","SE":"Sweden","CH":"Switzerland","SY":"Syrian Arab Republic","TW":["Taiwan, Province of China","Taiwan"],"TJ":"Tajikistan","TZ":"Tanzania, United Republic of","TH":"Thailand","TL":"Timor-Leste","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad and Tobago","TN":"Tunisia","TR":"Turkey","TM":"Turkmenistan","TC":"Turks and Caicos Islands","TV":"Tuvalu","UG":"Uganda","UA":"Ukraine","AE":"United Arab Emirates","GB":["United Kingdom","UK","Great Britain"],"US":["United States of America","USA"],"UM":"United States Minor Outlying Islands","UY":"Uruguay","UZ":"Uzbekistan","VU":"Vanuatu","VE":"Venezuela","VN":"Vietnam","VG":"Virgin Islands, British","VI":"Virgin Islands, U.S.","WF":"Wallis and Futuna","EH":"Western Sahara","YE":"Yemen","ZM":"Zambia","ZW":"Zimbabwe","AX":"Åland Islands","BQ":"Bonaire, Sint Eustatius and Saba","CW":"Curaçao","GG":"Guernsey","IM":"Isle of Man","JE":"Jersey","ME":"Montenegro","BL":"Saint Barthélemy","MF":"Saint Martin (French part)","RS":"Serbia","SX":"Sint Maarten (Dutch part)","SS":"South Sudan","XK":"Kosovo"}}')},6655:function(t){"use strict";t.exports=JSON.parse('{"locale":"es","countries":{"AF":"Afganistán","AL":"Albania","DZ":"Argelia","AS":"Samoa Americana","AD":"Andorra","AO":"Angola","AI":"Anguila","AQ":"Antártida","AG":"Antigua y Barbuda","AR":"Argentina","AM":"Armenia","AW":"Aruba","AU":"Australia","AT":"Austria","AZ":"Azerbaiyán","BS":"Bahamas","BH":"Bahrein","BD":"Bangladesh","BB":"Barbados","BY":"Belarús","BE":"Bélgica","BZ":"Belice","BJ":"Benin","BM":"Bermudas","BT":"Bhután","BO":"Bolivia","BA":"Bosnia y Herzegovina","BW":"Botswana","BV":"Isla Bouvet","BR":"Brasil","IO":"Territorio Británico del Océano Índico","BN":"Brunei Darussalam","BG":"Bulgaria","BF":"Burkina Faso","BI":"Burundi","KH":"Camboya","CM":"Camerún","CA":"Canadá","CV":"Cabo Verde","KY":"Islas Caimán","CF":"República Centroafricana","TD":"Chad","CL":"Chile","CN":"China","CX":"Isla de Navidad","CC":"Islas Cocos (Keeling)","CO":"Colombia","KM":"Comoras","CG":"Congo","CD":"Congo (República Democrática del)","CK":"Islas Cook","CR":"Costa Rica","CI":"Costa de Marfil","HR":"Croacia","CU":"Cuba","CY":"Chipre","CZ":"República Checa","DK":"Dinamarca","DJ":"Djibouti","DM":"Dominica","DO":"República Dominicana","EC":"Ecuador","EG":"Egipto","SV":"El Salvador","GQ":"Guinea Ecuatorial","ER":"Eritrea","EE":"Estonia","ET":"Etiopía","FK":"Islas Malvinas","FO":"Islas Feroe","FJ":"Fiji","FI":"Finlandia","FR":"Francia","GF":"Guayana Francesa","PF":"Polinesia Francesa","TF":"Tierras Australes Francesas","GA":"Gabón","GM":"Gambia","GE":"Georgia","DE":"Alemania","GH":"Ghana","GI":"Gibraltar","GR":"Grecia","GL":"Groenlandia","GD":"Granada","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GN":"Guinea","GW":"Guinea Bissau","GY":"Guyana","HT":"Haití","HM":"Heard e Islas McDonald","VA":"Santa Sede","HN":"Honduras","HK":"Hong Kong","HU":"Hungría","IS":"Islandia","IN":"India","ID":"Indonesia","IR":"Irán (República Islámica de)","IQ":"Iraq","IE":"Irlanda","IL":"Israel","IT":"Italia","JM":"Jamaica","JP":"Japón","JO":"Jordania","KZ":"Kazajstán","KE":"Kenya","KI":"Kiribati","KP":"República Popular Democrática de Corea","KR":"República de Corea","KW":"Kuwait","KG":"Kirguistán","LA":"República Democrática Popular de Lao","LV":"Letonia","LB":"Líbano","LS":"Lesotho","LR":"Liberia","LY":"Libia","LI":"Liechtenstein","LT":"Lituania","LU":"Luxemburgo","MO":"Macao","MK":"Macedonia del Norte","MG":"Madagascar","MW":"Malawi","MY":"Malasia","MV":"Maldivas","ML":"Malí","MT":"Malta","MH":"Islas Marshall","MQ":"Martinique","MR":"Mauritania","MU":"Mauricio","YT":"Mayotte","MX":"México","FM":"Micronesia","MD":"Moldavia","MC":"Mónaco","MN":"Mongolia","MS":"Montserrat","MA":"Marruecos","MZ":"Mozambique","MM":"Myanmar","NA":"Namibia","NR":"Nauru","NP":"Nepal","NL":"Países Bajos","NC":"Nueva Caledonia","NZ":"Nueva Zelanda","NI":"Nicaragua","NE":"Níger","NG":"Nigeria","NU":"Niue","NF":"Isla Norfolk","MP":"Isla Marianas del Norte","NO":"Noruega","OM":"Omán","PK":"Pakistán","PW":"Palau","PS":"Palestina","PA":"Panamá","PG":"Papua Nueva Guinea","PY":"Paraguay","PE":"Perú","PH":"Filipinas","PN":"Pitcairn","PL":"Polonia","PT":"Portugal","PR":"Puerto Rico","QA":"Qatar","RE":"Reunión","RO":"Rumania","RU":"Rusia","RW":"Rwanda","SH":"Santa Helena, Ascensión y Tristán de Acuña","KN":"Saint Kitts y Nevis","LC":"Santa Lucía","PM":"San Pedro y Miquelón","VC":"San Vicente y las Granadinas","WS":"Samoa","SM":"San Marino","ST":"Santo Tomé y Príncipe","SA":"Arabia Saudita","SN":"Senegal","SC":"Seychelles","SL":"Sierra Leona","SG":"Singapur","SK":"Eslovaquia","SI":"Eslovenia","SB":"Islas Salomón","SO":"Somalia","ZA":"Sudáfrica","GS":"Georgia del Sur y las Islas Sandwich del Sur","ES":"España","LK":"Sri Lanka","SD":"Sudan","SR":"Suriname","SJ":"Svalbard y Jan Mayen","SZ":"Swazilandia","SE":"Suecia","CH":"Suiza","SY":"República Árabe Siria","TW":"Taiwán","TJ":"Tayikistán","TZ":"Tanzania","TH":"Tailandia","TL":"Timor-Leste","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad y Tobago","TN":"Túnez","TR":"Turquía","TM":"Turkmenistán","TC":"Islas Turcas y Caicos","TV":"Tuvalu","UG":"Uganda","UA":"Ucrania","AE":"Emiratos Árabes Unidos","GB":"Reino Unido","US":"Estados Unidos","UM":"Islas Ultramarinas Menores de los Estados Unidos","UY":"Uruguay","UZ":"Uzbekistán","VU":"Vanuatu","VE":"Venezuela","VN":"Vietnam","VG":"Islas Vírgenes británicas","VI":"Islas Vírgenes de los Estados Unidos","WF":"Wallis y Futuna","EH":"Sahara Occidental","YE":"Yemen","ZM":"Zambia","ZW":"Zimbabwe","AX":"Islas Åland","BQ":"Bonaire, San Eustaquio y Saba","CW":"Curaçao","GG":"Guernsey","IM":"Isla de Man","JE":"Jersey","ME":"Montenegro","BL":"Saint Barthélemy","MF":"Saint Martin (francesa)","RS":"Serbia","SX":"Sint Maarten (neerlandesa)","SS":"Sudán del Sur","XK":"Kosovo"}}')},20843:function(t){"use strict";t.exports=JSON.parse('{"locale":"et","countries":{"AF":"Afganistan","AX":"Ahvenamaa","AL":"Albaania","DZ":"Alžeeria","AS":"Ameerika Samoa","US":"Ameerika Ühendriigid","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Antarktis","AG":"Antigua ja Barbuda","MO":"Aomen - Hiina erihalduspiirkond","AE":"Araabia Ühendemiraadid","AR":"Argentina","AM":"Armeenia","AW":"Aruba","AZ":"Aserbaidžaan","AU":"Austraalia","AT":"Austria","BS":"Bahama","BH":"Bahrein","BD":"Bangladesh","BB":"Barbados","PW":"Belau","BE":"Belgia","BZ":"Belize","BJ":"Benin","BM":"Bermuda","BT":"Bhutan","BO":"Boliivia","BA":"Bosnia ja Hertsegoviina","BW":"Botswana","BV":"Bouvet’i saar","BR":"Brasiilia","BQ":"Bonaire, Sint Eustatius ja Saba","IO":"Briti India ookeani ala","VG":"Briti Neitsisaared","BN":"Brunei","BG":"Bulgaaria","BF":"Burkina Faso","BI":"Burundi","CO":"Colombia","CK":"Cooki saared","CR":"Costa Rica","CI":"Côte d\'Ivoire","CW":"Curaçao","DJ":"Djibouti","DM":"Dominica","DO":"Dominikaani Vabariik","EC":"Ecuador","EE":"Eesti","EG":"Egiptus","GQ":"Ekvatoriaal-Guinea","SV":"El Salvador","ER":"Eritrea","ET":"Etioopia","FK":"Falklandi saared","FJ":"Fidži","PH":"Filipiinid","FO":"Fääri saared","GA":"Gabon","GM":"Gambia","GH":"Ghana","GI":"Gibraltar","GD":"Grenada","GE":"Gruusia","GL":"Gröönimaa","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GG":"Guernsey","GN":"Guinea","GW":"Guinea-Bissau","GY":"Guyana","HT":"Haiti","HM":"Heard ja McDonald saared","CN":"Hiina","ES":"Hispaania","NL":"Holland","HN":"Honduras","HK":"Hongkong - Hiina erihalduspiirkond","HR":"Horvaatia","TL":"Ida-Timor","IE":"Iirimaa","IL":"Iisrael","IN":"India","ID":"Indoneesia","IQ":"Iraak","IR":"Iraan","IS":"Island","IT":"Itaalia","JP":"Jaapan","JM":"Jamaica","YE":"Jeemen","JE":"Jersey","JO":"Jordaania","CX":"Jõulusaar","KY":"Kaimanisaared","KH":"Kambodža","CM":"Kamerun","CA":"Kanada","KZ":"Kasahstan","QA":"Katar","KE":"Kenya","CF":"Kesk-Aafrika Vabariik","KI":"Kiribati","KM":"Komoorid","CD":"Kongo DV","CG":"Kongo-Brazzaville","CC":"Kookossaared","GR":"Kreeka","CU":"Kuuba","KW":"Kuveit","KG":"Kõrgõzstan","CY":"Küpros","LA":"Laos","LT":"Leedu","LS":"Lesotho","LR":"Libeeria","LI":"Liechtenstein","LB":"Liibanon","LY":"Liibüa","LU":"Luksemburg","ZA":"Lõuna-Aafrika Vabariik","GS":"Lõuna-Georgia ja Lõuna-Sandwichi saared","KR":"Lõuna-Korea","LV":"Läti","EH":"Lääne-Sahara","MG":"Madagaskar","MY":"Malaisia","MW":"Malawi","MV":"Maldiivid","ML":"Mali","MT":"Malta","IM":"Mani saar","MA":"Maroko","MH":"Marshalli saared","MQ":"Martinique","MR":"Mauritaania","MU":"Mauritius","YT":"Mayotte","MX":"Mehhiko","FM":"Mikroneesia Liiduriigid","MD":"Moldova","MC":"Monaco","MN":"Mongoolia","ME":"Montenegro","MS":"Montserrat","MZ":"Mosambiik","MM":"Myanmar","NA":"Namiibia","NR":"Nauru","NP":"Nepal","NI":"Nicaragua","NG":"Nigeeria","NE":"Niger","NU":"Niue","NF":"Norfolk","NO":"Norra","OM":"Omaan","PG":"Paapua Uus-Guinea","PK":"Pakistan","PS":"Palestiina ala","PA":"Panama","PY":"Paraguay","PE":"Peruu","PN":"Pitcairn","PL":"Poola","PT":"Portugal","GF":"Prantsuse Guajaana","TF":"Prantsuse Lõunaalad","PF":"Prantsuse Polüneesia","FR":"Prantsusmaa","PR":"Puerto Rico","KP":"Põhja-Korea","MK":"Põhja-Makedoonia","MP":"Põhja-Mariaanid","RE":"Réunion","CV":"Roheneemesaared","SE":"Rootsi","SX":"Sint Maarten","RO":"Rumeenia","RW":"Rwanda","SB":"Saalomoni Saared","BL":"Saint Barthélemy","SH":"Saint Helena","KN":"Saint Kitts ja Nevis","LC":"Saint Lucia","MF":"Saint Martin","PM":"Saint Pierre ja Miquelon","VC":"Saint Vincent ja Grenadiinid","DE":"Saksamaa","ZM":"Sambia","WS":"Samoa","SM":"San Marino","ST":"São Tomé ja Príncipe","SA":"Saudi Araabia","SC":"Seišellid","SN":"Senegal","RS":"Serbia","SL":"Sierra Leone","SG":"Singapur","SK":"Slovakkia","SI":"Sloveenia","SO":"Somaalia","FI":"Soome","LK":"Sri Lanka","SD":"Sudaan","SS":"Lõuna-Sudaan","SR":"Suriname","GB":"Suurbritannia","SZ":"Svaasimaa","SJ":"Svalbard ja Jan Mayen","SY":"Süüria","CH":"Šveits","ZW":"Zimbabwe","DK":"Taani","TJ":"Tadžikistan","TH":"Tai","TW":"Taiwan","TZ":"Tansaania","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad ja Tobago","TD":"Tšaad","CZ":"Tšehhi","CL":"Tšiili","TN":"Tuneesia","TC":"Turks ja Caicos","TV":"Tuvalu","TR":"Türgi","TM":"Türkmenistan","UG":"Uganda","UA":"Ukraina","HU":"Ungari","UY":"Uruguay","VI":"USA Neitsisaared","UZ":"Usbekistan","NC":"Uus-Kaledoonia","NZ":"Uus-Meremaa","BY":"Valgevene","WF":"Wallis ja Futuna","VU":"Vanuatu","VA":"Vatikan","RU":"Venemaa","VE":"Venezuela","VN":"Vietnam","UM":"Ühendriikide hajasaared","XK":"Kosovo"}}')},13772:function(t){"use strict";t.exports=JSON.parse('{"locale":"fi","countries":{"AF":"Afganistan","AX":"Ahvenanmaa","NL":"Alankomaat","AL":"Albania","DZ":"Algeria","AS":"Amerikan Samoa","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Antarktis","AG":"Antigua ja Barbuda","AE":"Arabiemiirikunnat","AR":"Argentiina","AM":"Armenia","AW":"Aruba","AU":"Australia","AZ":"Azerbaidžan","BS":"Bahama","BH":"Bahrain","BD":"Bangladesh","BB":"Barbados","BE":"Belgia","BZ":"Belize","BJ":"Benin","BM":"Bermuda","BT":"Bhutan","BO":"Bolivia","BQ":"Bonaire, Sint Eustatius ja Saba","BA":"Bosnia ja Hertsegovina","BW":"Botswana","BV":"Bouvet’nsaari","BR":"Brasilia","IO":"Brittiläinen Intian valtameren alue","VG":"Brittiläiset Neitsytsaaret","BN":"Brunei","BG":"Bulgaria","BF":"Burkina Faso","BI":"Burundi","KY":"Caymansaaret","CL":"Chile","CK":"Cookinsaaret","CR":"Costa Rica","CW":"Curaçao","DJ":"Djibouti","DM":"Dominica","DO":"Dominikaaninen tasavalta","EC":"Ecuador","EG":"Egypti","SV":"El Salvador","ER":"Eritrea","ES":"Espanja","ET":"Etiopia","ZA":"Etelä-Afrikka","GS":"Etelä-Georgia ja Eteläiset Sandwichsaaret","SS":"Etelä-Sudan","FK":"Falklandinsaaret","FO":"Färsaaret","FJ":"Fidži","PH":"Filippiinit","GA":"Gabon","GM":"Gambia","GE":"Georgia","GH":"Ghana","GI":"Gibraltar","GD":"Grenada","GL":"Grönlanti","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GG":"Guernsey","GN":"Guinea","GW":"Guinea-Bissau","GY":"Guyana","HT":"Haiti","HM":"Heard ja McDonaldinsaaret","HN":"Honduras","HK":"Hongkong","ID":"Indonesia","IN":"Intia","IQ":"Irak","IR":"Iran","IE":"Irlanti","IS":"Islanti","IL":"Israel","IT":"Italia","TL":"Itä-Timor","AT":"Itävalta","JM":"Jamaika","JP":"Japani","YE":"Jemen","JE":"Jersey","JO":"Jordania","CX":"Joulusaari","KH":"Kambodža","CM":"Kamerun","CA":"Kanada","CV":"Kap Verde","KZ":"Kazakstan","KE":"Kenia","CF":"Keski-Afrikan tasavalta","CN":"Kiina","KG":"Kirgisia","KI":"Kiribati","CO":"Kolumbia","KM":"Komorit","CD":"Kongon demokraattinen tasavalta","CG":"Kongon tasavalta","CC":"Kookossaaret","KP":"Korean demokraattinen kansantasavalta","KR":"Korean tasavalta","GR":"Kreikka","HR":"Kroatia","CU":"Kuuba","KW":"Kuwait","CY":"Kypros","LA":"Laos","LV":"Latvia","LS":"Lesotho","LB":"Libanon","LR":"Liberia","LY":"Libya","LI":"Liechtenstein","LT":"Liettua","LU":"Luxemburg","EH":"Länsi-Sahara","MO":"Macao","MG":"Madagaskar","MW":"Malawi","MV":"Malediivit","MY":"Malesia","ML":"Mali","MT":"Malta","IM":"Mansaari","MA":"Marokko","MH":"Marshallinsaaret","MQ":"Martinique","MR":"Mauritania","MU":"Mauritius","YT":"Mayotte","MX":"Meksiko","FM":"Mikronesian liittovaltio","MD":"Moldova","MC":"Monaco","MN":"Mongolia","ME":"Montenegro","MS":"Montserrat","MZ":"Mosambik","MM":"Myanmar","NA":"Namibia","NR":"Nauru","NP":"Nepal","NI":"Nicaragua","NE":"Niger","NG":"Nigeria","NU":"Niue","NF":"Norfolkinsaari","NO":"Norja","CI":"Norsunluurannikko","OM":"Oman","PK":"Pakistan","PW":"Palau","PS":"Palestiina","PA":"Panama","PG":"Papua-Uusi-Guinea","PY":"Paraguay","PE":"Peru","MK":"Pohjois-Makedonia","MP":"Pohjois-Mariaanit","PN":"Pitcairn","PT":"Portugali","PR":"Puerto Rico","PL":"Puola","GQ":"Päiväntasaajan Guinea","QA":"Qatar","FR":"Ranska","TF":"Ranskan eteläiset alueet","GF":"Ranskan Guayana","PF":"Ranskan Polynesia","RE":"Réunion","RO":"Romania","RW":"Ruanda","SE":"Ruotsi","BL":"Saint-Barthélemy","SH":"Saint Helena","KN":"Saint Kitts ja Nevis","LC":"Saint Lucia","MF":"Saint-Martin","PM":"Saint-Pierre ja Miquelon","VC":"Saint Vincent ja Grenadiinit","DE":"Saksa","SB":"Salomonsaaret","ZM":"Sambia","WS":"Samoa","SM":"San Marino","ST":"São Tomé ja Príncipe","SA":"Saudi-Arabia","SN":"Senegal","RS":"Serbia","SC":"Seychellit","SL":"Sierra Leone","SG":"Singapore","SX":"Sint Maarten","SK":"Slovakia","SI":"Slovenia","SO":"Somalia","LK":"Sri Lanka","SD":"Sudan","FI":"Suomi","SR":"Suriname","SJ":"Svalbard ja Jan Mayen","SZ":"Swazimaa","CH":"Sveitsi","SY":"Syyria","TJ":"Tadžikistan","TW":"Taiwan","TZ":"Tansania","DK":"Tanska","TH":"Thaimaa","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad ja Tobago","TD":"Tšad","CZ":"Tšekki","TN":"Tunisia","TR":"Turkki","TM":"Turkmenistan","TC":"Turks- ja Caicossaaret","TV":"Tuvalu","UG":"Uganda","UA":"Ukraina","HU":"Unkari","UY":"Uruguay","NC":"Uusi-Kaledonia","NZ":"Uusi-Seelanti","UZ":"Uzbekistan","BY":"Valko-Venäjä","VU":"Vanuatu","VA":"Vatikaanivaltio","VE":"Venezuela","RU":"Venäjä","VN":"Vietnam","EE":"Viro","WF":"Wallis ja Futunasaaret","GB":"Yhdistynyt kuningaskunta","US":"Yhdysvallat","VI":"Yhdysvaltain Neitsytsaaret","UM":"Yhdysvaltain pienet erillissaaret","ZW":"Zimbabwe","XK":"Kosovo"}}')},40924:function(t){"use strict";t.exports=JSON.parse('{"locale":"fr","countries":{"AF":"Afghanistan","AL":"Albanie","DZ":"Algérie","AS":"Samoa américaine","AD":"Andorre","AO":"Angola","AI":"Anguilla","AQ":"Antarctique","AG":"Antigua et Barbuda","AR":"Argentine","AM":"Arménie","AW":"Aruba","AU":"Australie","AT":"Autriche","AZ":"Azerbaïdjan","BS":"Bahamas","BH":"Bahrein","BD":"Bangladesh","BB":"Barbade","BY":"Bielorussie","BE":"Belgique","BZ":"Belize","BJ":"Bénin","BM":"Bermudes","BT":"Bhoutan","BO":"Bolivie","BA":"Bosnie-Herzégovine","BW":"Botswana","BV":"Île Bouvet","BR":"Brésil","IO":"Océan Indien Britannique","BN":"Brunei Darussalam","BG":"Bulgarie","BF":"Burkina Faso","BI":"Burundi","KH":"Cambodge","CM":"Cameroun","CA":"Canada","CV":"Cap-Vert","KY":"Caïmanes","CF":"Centrafricaine, République","TD":"Tchad","CL":"Chili","CN":"Chine","CX":"Île Christmas","CC":"Cocos","CO":"Colombie","KM":"Comores","CG":"République du Congo","CD":"Congo, République démocratique","CK":"Îles Cook","CR":"Costa Rica","CI":"Côte-d\'Ivoire","HR":"Croatie","CU":"Cuba","CY":"Chypre","CZ":"République Tchèque","DK":"Danemark","DJ":"Djibouti","DM":"Dominique","DO":"République Dominicaine","EC":"Équateur","EG":"Égypte","SV":"El Salvador","GQ":"Guinée équatoriale","ER":"Érythrée","EE":"Estonie","ET":"Éthiopie","FK":"Îles Malouines","FO":"Îles Féroé","FJ":"Fidji","FI":"Finlande","FR":"France","GF":"Guyane française","PF":"Polynésie française","TF":"Terres australes françaises","GA":"Gabon","GM":"Gambie","GE":"Géorgie","DE":"Allemagne","GH":"Ghana","GI":"Gibraltar","GR":"Grèce","GL":"Groenland","GD":"Grenada","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GN":"Guinée","GW":"Guinée-Bissau","GY":"Guyana","HT":"Haïti","HM":"Îles Heard-et-MacDonald","VA":"Saint-Siège","HN":"Honduras","HK":"Hong Kong","HU":"Hongrie","IS":"Islande","IN":"Inde","ID":"Indonésie","IR":"Iran","IQ":"Irak","IE":"Irlande","IL":"Israël","IT":"Italie","JM":"Jamaïque","JP":"Japon","JO":"Jordanie","KZ":"Kazakhstan","KE":"Kenya","KI":"Kiribati","KP":"Corée du Nord, République populaire démocratique","KR":"Corée du Sud, République","KW":"Koweit","KG":"Kirghistan","LA":"Laos","LV":"Lettonie","LB":"Liban","LS":"Lesotho","LR":"Libéria","LY":"Libye","LI":"Liechtenstein","LT":"Lituanie","LU":"Luxembourg","MO":"Macao","MK":"Macédoine du Nord","MG":"Madagascar","MW":"Malawi","MY":"Malaisie","MV":"Maldives","ML":"Mali","MT":"Malte","MH":"Îles Marshall","MQ":"Martinique","MR":"Mauritanie","MU":"Maurice","YT":"Mayotte","MX":"Mexique","FM":"Micronésie","MD":"Moldavie","MC":"Monaco","MN":"Mongolie","MS":"Montserrat","MA":"Maroc","MZ":"Mozambique","MM":"Myanmar","NA":"Namibie","NR":"Nauru","NP":"Népal","NL":"Pays-Bas","NC":"Nouvelle-Calédonie","NZ":"Nouvelle-Zélande","NI":"Nicaragua","NE":"Niger","NG":"Nigéria","NU":"Niué","NF":"Île Norfolk","MP":"Mariannes du Nord","NO":"Norvège","OM":"Oman","PK":"Pakistan","PW":"Palau","PS":"Palestine","PA":"Panama","PG":"Papouasie-Nouvelle-Guinée","PY":"Paraguay","PE":"Pérou","PH":"Philippines","PN":"Pitcairn","PL":"Pologne","PT":"Portugal","PR":"Porto Rico","QA":"Qatar","RE":"Réunion","RO":"Roumanie","RU":"Russie","RW":"Rwanda","SH":"Sainte-Hélène","KN":"Saint-Christophe-et-Niévès","LC":"Sainte-Lucie","PM":"Saint Pierre and Miquelon","VC":"Saint-Vincent et les Grenadines","WS":"Samoa","SM":"Saint-Marin","ST":"São Tomé et Principe","SA":"Arabie Saoudite","SN":"Sénégal","SC":"Seychelles","SL":"Sierra Leone","SG":"Singapour","SK":"Slovaquie","SI":"Slovénie","SB":"Salomon","SO":"Somalie","ZA":"Afrique du Sud","GS":"Géorgie du Sud-et-les Îles Sandwich du Sud","ES":"Espagne","LK":"Sri Lanka","SD":"Soudan","SR":"Suriname","SJ":"Svalbard et Île Jan Mayen","SZ":"Ngwane, Royaume d\'Eswatini","SE":"Suède","CH":"Suisse","SY":"Syrie","TW":"Taïwan","TJ":"Tadjikistan","TZ":"Tanzanie, République unie","TH":"Thaïlande","TL":"Timor Leste","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad et Tobago","TN":"Tunisie","TR":"Turquie","TM":"Turkménistan","TC":"Îles Turques-et-Caïques","TV":"Tuvalu","UG":"Ouganda","UA":"Ukraine","AE":"Émirats Arabes Unis","GB":"Royaume-Uni","US":"États-Unis d\'Amérique","UM":"Îles mineures éloignées des États-Unis","UY":"Uruguay","UZ":"Ouzbékistan","VU":"Vanuatu","VE":"Venezuela","VN":"Vietnam","VG":"Îles vierges britanniques","VI":"Îles vierges américaines","WF":"Wallis et Futuna","EH":"Sahara occidental","YE":"Yémen","ZM":"Zambie","ZW":"Zimbabwe","AX":"Åland","BQ":"Bonaire, Saint-Eustache et Saba","CW":"Curaçao","GG":"Guernesey","IM":"Île de Man","JE":"Jersey","ME":"Monténégro","BL":"Saint-Barthélemy","MF":"Saint-Martin (partie française)","RS":"Serbie","SX":"Saint-Martin (partie néerlandaise)","SS":"Sud-Soudan","XK":"Kosovo"}}')},47384:function(t){"use strict";t.exports=JSON.parse('{"locale":"it","countries":{"AD":"Andorra","AE":"Emirati Arabi Uniti","AF":"Afghanistan","AG":"Antigua e Barbuda","AI":"Anguilla","AL":"Albania","AM":"Armenia","AO":"Angola","AQ":"Antartide","AR":"Argentina","AS":"Samoa Americane","AT":"Austria","AU":"Australia","AW":"Aruba","AX":"Isole Åland","AZ":"Azerbaigian","BA":"Bosnia ed Erzegovina","BB":"Barbados","BD":"Bangladesh","BE":"Belgio","BF":"Burkina Faso","BG":"Bulgaria","BH":"Bahrain","BI":"Burundi","BJ":"Benin","BL":"Saint-Barthélemy","BM":"Bermuda","BN":"Brunei","BO":"Bolivia","BQ":"Isole BES","BR":"Brasile","BS":"Bahamas","BT":"Bhutan","BV":"Isola Bouvet","BW":"Botswana","BY":"Bielorussia","BZ":"Belize","CA":"Canada","CC":"Isole Cocos e Keeling","CD":"Repubblica Democratica del Congo","CF":"Repubblica Centrafricana","CG":"Repubblica del Congo","CH":"Svizzera","CI":"Costa d\'Avorio","CK":"Isole Cook","CL":"Cile","CM":"Camerun","CN":"Cina","CO":"Colombia","CR":"Costa Rica","CU":"Cuba","CV":"Capo Verde","CW":"Curaçao","CX":"Isola del Natale","CY":"Cipro","CZ":"Repubblica Ceca","DE":"Germania","DJ":"Gibuti","DK":"Danimarca","DM":"Dominica","DO":"Repubblica Dominicana","DZ":"Algeria","EC":"Ecuador","EE":"Estonia","EG":"Egitto","EH":"Sahara Occidentale","ER":"Eritrea","ES":"Spagna","ET":"Etiopia","FI":"Finlandia","FJ":"Figi","FK":"Isole Falkland","FM":"Stati Federati di Micronesia","FO":"Isole Fær Øer","FR":"Francia","GA":"Gabon","GB":"Regno Unito","GD":"Grenada","GE":"Georgia","GF":"Guyana Francese","GG":"Guernsey","GH":"Ghana","GI":"Gibilterra","GL":"Groenlandia","GM":"Gambia","GN":"Guinea","GP":"Guadalupa","GQ":"Guinea Equatoriale","GR":"Grecia","GS":"Georgia del Sud e isole Sandwich meridionali","GT":"Guatemala","GU":"Guam","GW":"Guinea-Bissau","GY":"Guyana","HK":"Hong Kong","HM":"Isole Heard e McDonald","HN":"Honduras","HR":"Croazia","HT":"Haiti","HU":"Ungheria","ID":"Indonesia","IE":"Irlanda","IL":"Israele","IM":"Isola di Man","IN":"India","IO":"Territori Britannici dell\'Oceano Indiano","IQ":"Iraq","IR":"Iran","IS":"Islanda","IT":"Italia","JE":"Jersey","JM":"Giamaica","JO":"Giordania","JP":"Giappone","KE":"Kenya","KG":"Kirghizistan","KH":"Cambogia","KI":"Kiribati","KM":"Comore","KN":"Saint Kitts e Nevis","KP":"Corea del Nord","KR":"Corea del Sud","KW":"Kuwait","KY":"Isole Cayman","KZ":"Kazakistan","LA":"Laos","LB":"Libano","LC":"Santa Lucia","LI":"Liechtenstein","LK":"Sri Lanka","LR":"Liberia","LS":"Lesotho","LT":"Lituania","LU":"Lussemburgo","LV":"Lettonia","LY":"Libia","MA":"Marocco","MC":"Monaco","MD":"Moldavia","ME":"Montenegro","MF":"Saint-Martin","MG":"Madagascar","MH":"Isole Marshall","MK":"Macedonia del Nord","ML":"Mali","MM":"Birmania Myanmar","MN":"Mongolia","MO":"Macao","MP":"Isole Marianne Settentrionali","MQ":"Martinica","MR":"Mauritania","MS":"Montserrat","MT":"Malta","MU":"Mauritius","MV":"Maldive","MW":"Malawi","MX":"Messico","MY":"Malesia","MZ":"Mozambico","NA":"Namibia","NC":"Nuova Caledonia","NE":"Niger","NF":"Isola Norfolk","NG":"Nigeria","NI":"Nicaragua","NL":"Paesi Bassi","NO":"Norvegia","NP":"Nepal","NR":"Nauru","NU":"Niue","NZ":"Nuova Zelanda","OM":"Oman","PA":"Panamá","PE":"Perù","PF":"Polinesia Francese","PG":"Papua Nuova Guinea","PH":"Filippine","PK":"Pakistan","PL":"Polonia","PM":"Saint Pierre e Miquelon","PN":"Isole Pitcairn","PR":"Porto Rico","PS":"Stato di Palestina","PT":"Portogallo","PW":"Palau","PY":"Paraguay","QA":"Qatar","RE":"Réunion","RO":"Romania","RS":"Serbia","RU":"Russia","RW":"Ruanda","SA":"Arabia Saudita","SB":"Isole Salomone","SC":"Seychelles","SD":"Sudan","SE":"Svezia","SG":"Singapore","SH":"Sant\'Elena, Isola di Ascensione e Tristan da Cunha","SI":"Slovenia","SJ":"Svalbard e Jan Mayen","SK":"Slovacchia","SL":"Sierra Leone","SM":"San Marino","SN":"Senegal","SO":"Somalia","SR":"Suriname","SS":"Sudan del Sud","ST":"São Tomé e Príncipe","SV":"El Salvador","SX":"Sint Maarten","SY":"Siria","SZ":"Eswatini","TC":"Isole Turks e Caicos","TD":"Ciad","TF":"Territori Francesi del Sud","TG":"Togo","TH":"Thailandia","TJ":"Tagikistan","TK":"Tokelau","TL":"Timor Est","TM":"Turkmenistan","TN":"Tunisia","TO":"Tonga","TR":"Turchia","TT":"Trinidad e Tobago","TV":"Tuvalu","TW":"Repubblica di Cina","TZ":"Tanzania","UA":"Ucraina","UG":"Uganda","UM":"Isole minori esterne degli Stati Uniti","US":"Stati Uniti d\'America","UY":"Uruguay","UZ":"Uzbekistan","VA":"Città del Vaticano","VC":"Saint Vincent e Grenadine","VE":"Venezuela","VG":"Isole Vergini Britanniche","VI":"Isole Vergini Americane","VN":"Vietnam","VU":"Vanuatu","WF":"Wallis e Futuna","WS":"Samoa","YE":"Yemen","YT":"Mayotte","ZA":"Sudafrica","ZM":"Zambia","ZW":"Zimbabwe","XK":"Kosovo"}}')},52416:function(t){"use strict";t.exports=JSON.parse('{"locale":"lt","countries":{"AD":"Andora","AE":"Jungtiniai Arabų Emyratai","AF":"Afganistanas","AG":"Antigva ir Barbuda","AI":"Angilija","AL":"Albanija","AM":"Armėnija","AO":"Angola","AQ":"Antarktida","AR":"Argentina","AS":"Amerikos Samoa","AT":"Austrija","AU":"Australija","AW":"Aruba","AX":"Alandų Salos","AZ":"Azerbaidžanas","BA":"Bosnija ir Hercegovina","BB":"Barbadosas","BD":"Bangladešas","BE":"Belgija","BF":"Burkina Fasas","BG":"Bulgarija","BH":"Bahreinas","BI":"Burundis","BJ":"Beninas","BL":"Sen Bartelemi","BM":"Bermuda","BN":"Brunėjus","BO":"Bolivija","BQ":"Karibų Nyderlandai","BR":"Brazilija","BS":"Bahamos","BT":"Butanas","BV":"Buvė Sala","BW":"Botsvana","BY":"Baltarusija","BZ":"Belizas","CA":"Kanada","CC":"Kokosų (Kilingo) Salos","CD":"Kongas-Kinšasa","CF":"Centrinės Afrikos Respublika","CG":"Kongas-Brazavilis","CH":"Šveicarija","CI":"Dramblio Kaulo Krantas","CK":"Kuko Salos","CL":"Čilė","CM":"Kamerūnas","CN":"Kinija","CO":"Kolumbija","CR":"Kosta Rika","CU":"Kuba","CV":"Žaliasis Kyšulys","CW":"Kiurasao","CX":"Kalėdų Sala","CY":"Kipras","CZ":"Čekija","DE":"Vokietija","DJ":"Džibutis","DK":"Danija","DM":"Dominika","DO":"Dominikos Respublika","DZ":"Alžyras","EC":"Ekvadoras","EE":"Estija","EG":"Egiptas","EH":"Vakarų Sachara","ER":"Eritrėja","ES":"Ispanija","ET":"Etiopija","FI":"Suomija","FJ":"Fidžis","FK":"Folklando Salos","FM":"Mikronezija","FO":"Farerų Salos","FR":"Prancūzija","GA":"Gabonas","GB":"Jungtinė Karalystė","GD":"Grenada","GE":"Gruzija","GF":"Prancūzijos Gviana","GG":"Gernsis","GH":"Gana","GI":"Gibraltaras","GL":"Grenlandija","GM":"Gambija","GN":"Gvinėja","GP":"Gvadelupa","GQ":"Pusiaujo Gvinėja","GR":"Graikija","GS":"Pietų Džordžija ir Pietų Sandvičo salos","GT":"Gvatemala","GU":"Guamas","GW":"Bisau Gvinėja","GY":"Gajana","HK":"Honkongas","HM":"Herdo ir Makdonaldo Salos","HN":"Hondūras","HR":"Kroatija","HT":"Haitis","HU":"Vengrija","ID":"Indonezija","IE":"Airija","IL":"Izraelis","IM":"Meno Sala","IN":"Indija","IO":"Indijos Vandenyno Britų Sritis","IQ":"Irakas","IR":"Iranas","IS":"Islandija","IT":"Italija","JE":"Džersis","JM":"Jamaika","JO":"Jordanija","JP":"Japonija","KE":"Kenija","KG":"Kirgizija","KH":"Kambodža","KI":"Kiribatis","KM":"Komorai","KN":"Sent Kitsas ir Nevis","KP":"Šiaurės Korėja","KR":"Pietų Korėja","KW":"Kuveitas","KY":"Kaimanų Salos","KZ":"Kazachstanas","LA":"Laosas","LB":"Libanas","LC":"Sent Lusija","LI":"Lichtenšteinas","LK":"Šri Lanka","LR":"Liberija","LS":"Lesotas","LT":"Lietuva","LU":"Liuksemburgas","LV":"Latvija","LY":"Libija","MA":"Marokas","MC":"Monakas","MD":"Moldova","ME":"Juodkalnija","MF":"Sen Martenas","MG":"Madagaskaras","MH":"Maršalo Salos","MK":"Šiaurės Makedonija","ML":"Malis","MM":"Mianmaras (Birma)","MN":"Mongolija","MO":"Makao","MP":"Marianos Šiaurinės Salos","MQ":"Martinika","MR":"Mauritanija","MS":"Montseratas","MT":"Malta","MU":"Mauricijus","MV":"Maldyvai","MW":"Malavis","MX":"Meksika","MY":"Malaizija","MZ":"Mozambikas","NA":"Namibija","NC":"Naujoji Kaledonija","NE":"Nigeris","NF":"Norfolko sala","NG":"Nigerija","NI":"Nikaragva","NL":"Nyderlandai","NO":"Norvegija","NP":"Nepalas","NR":"Nauru","NU":"Niujė","NZ":"Naujoji Zelandija","OM":"Omanas","PA":"Panama","PE":"Peru","PF":"Prancūzijos Polinezija","PG":"Papua Naujoji Gvinėja","PH":"Filipinai","PK":"Pakistanas","PL":"Lenkija","PM":"Sen Pjeras ir Mikelonas","PN":"Pitkerno salos","PR":"Puerto Rikas","PS":"Palestinos teritorija","PT":"Portugalija","PW":"Palau","PY":"Paragvajus","QA":"Kataras","RE":"Reunjonas","RO":"Rumunija","RS":"Serbija","RU":"Rusija","RW":"Ruanda","SA":"Saudo Arabija","SB":"Saliamono Salos","SC":"Seišeliai","SD":"Sudanas","SE":"Švedija","SG":"Singapūras","SH":"Šv. Elenos Sala","SI":"Slovėnija","SJ":"Svalbardas ir Janas Majenas","SK":"Slovakija","SL":"Siera Leonė","SM":"San Marinas","SN":"Senegalas","SO":"Somalis","SR":"Surinamas","SS":"Pietų Sudanas","ST":"San Tomė ir Prinsipė","SV":"Salvadoras","SX":"Sint Martenas","SY":"Sirija","SZ":"Svazilandas","TC":"Terkso ir Kaikoso Salos","TD":"Čadas","TF":"Prancūzijos Pietų sritys","TG":"Togas","TH":"Tailandas","TJ":"Tadžikija","TK":"Tokelau","TL":"Rytų Timoras","TM":"Turkmėnistanas","TN":"Tunisas","TO":"Tonga","TR":"Turkija","TT":"Trinidadas ir Tobagas","TV":"Tuvalu","TW":"Taivanas","TZ":"Tanzanija","UA":"Ukraina","UG":"Uganda","UM":"Jungtinių Valstijų Mažosios Tolimosios Salos","US":"Jungtinės Valstijos","UY":"Urugvajus","UZ":"Uzbekistanas","VA":"Vatikano Miesto Valstybė","VC":"Šventasis Vincentas ir Grenadinai","VE":"Venesuela","VG":"Didžiosios Britanijos Mergelių Salos","VI":"Jungtinių Valstijų Mergelių Salos","VN":"Vietnamas","VU":"Vanuatu","WF":"Volisas ir Futūna","WS":"Samoa","XK":"Kosovas","YE":"Jemenas","YT":"Majotas","ZA":"Pietų Afrika","ZM":"Zambija","ZW":"Zimbabvė"}}')},61757:function(t){"use strict";t.exports=JSON.parse('{"locale":"lv","countries":{"AD":"Andora","AE":"Apvienotie Arābu Emirāti","AF":"Afganistāna","AG":"Antigva un Barbuda","AI":"Angilja","AL":"Albānija","AM":"Armēnija","AO":"Angola","AQ":"Antarktika","AR":"Argentīna","AS":"ASV Samoa","AT":"Austrija","AU":"Austrālija","AW":"Aruba","AX":"Olandes salas","AZ":"Azerbaidžāna","BA":"Bosnija un Hercegovina","BB":"Barbadosa","BD":"Bangladeša","BE":"Beļģija","BF":"Burkinafaso","BG":"Bulgārija","BH":"Bahreina","BI":"Burundija","BJ":"Benina","BL":"Senbartelmī","BM":"Bermudu salas","BN":"Bruneja","BO":"Bolīvija","BQ":"Nīderlandes Karību salas","BR":"Brazīlija","BS":"Bahamu salas","BT":"Butāna","BV":"Buvē sala","BW":"Botsvāna","BY":"Baltkrievija","BZ":"Beliza","CA":"Kanāda","CC":"Kokosu (Kīlinga) salas","CD":"Kongo (Kinšasa)","CF":"Centrālāfrikas Republika","CG":"Kongo (Brazavila)","CH":"Šveice","CI":"Kotdivuāra","CK":"Kuka salas","CL":"Čīle","CM":"Kamerūna","CN":"Ķīna","CO":"Kolumbija","CR":"Kostarika","CU":"Kuba","CV":"Kaboverde","CW":"Kirasao","CX":"Ziemsvētku sala","CY":"Kipra","CZ":"Čehija","DE":"Vācija","DJ":"Džibutija","DK":"Dānija","DM":"Dominika","DO":"Dominikāna","DZ":"Alžīrija","EC":"Ekvadora","EE":"Igaunija","EG":"Ēģipte","EH":"Rietumsahāra","ER":"Eritreja","ES":"Spānija","ET":"Etiopija","FI":"Somija","FJ":"Fidži","FK":"Folklenda salas","FM":"Mikronēzija","FO":"Fēru salas","FR":"Francija","GA":"Gabona","GB":"Lielbritānija","GD":"Grenāda","GE":"Gruzija","GF":"Francijas Gviāna","GG":"Gērnsija","GH":"Gana","GI":"Gibraltārs","GL":"Grenlande","GM":"Gambija","GN":"Gvineja","GP":"Gvadelupa","GQ":"Ekvatoriālā Gvineja","GR":"Grieķija","GS":"Dienviddžordžija un Dienvidsendviču salas","GT":"Gvatemala","GU":"Guama","GW":"Gvineja-Bisava","GY":"Gajāna","HK":"Ķīnas īpašās pārvaldes apgabals Honkonga","HM":"Hērda sala un Makdonalda salas","HN":"Hondurasa","HR":"Horvātija","HT":"Haiti","HU":"Ungārija","ID":"Indonēzija","IE":"Īrija","IL":"Izraēla","IM":"Mena","IN":"Indija","IO":"Indijas okeāna Britu teritorija","IQ":"Irāka","IR":"Irāna","IS":"Islande","IT":"Itālija","JE":"Džērsija","JM":"Jamaika","JO":"Jordānija","JP":"Japāna","KE":"Kenija","KG":"Kirgizstāna","KH":"Kambodža","KI":"Kiribati","KM":"Komoru salas","KN":"Sentkitsa un Nevisa","KP":"Ziemeļkoreja","KR":"Dienvidkoreja","KW":"Kuveita","KY":"Kaimanu salas","KZ":"Kazahstāna","LA":"Laosa","LB":"Libāna","LC":"Sentlūsija","LI":"Lihtenšteina","LK":"Šrilanka","LR":"Libērija","LS":"Lesoto","LT":"Lietuva","LU":"Luksemburga","LV":"Latvija","LY":"Lībija","MA":"Maroka","MC":"Monako","MD":"Moldova","ME":"Melnkalne","MF":"Senmartēna","MG":"Madagaskara","MH":"Māršala salas","MK":"Ziemeļmaķedonija","ML":"Mali","MM":"Mjanma (Birma)","MN":"Mongolija","MO":"Ķīnas īpašās pārvaldes apgabals Makao","MP":"Ziemeļu Marianas salas","MQ":"Martinika","MR":"Mauritānija","MS":"Montserrata","MT":"Malta","MU":"Maurīcija","MV":"Maldīvija","MW":"Malāvija","MX":"Meksika","MY":"Malaizija","MZ":"Mozambika","NA":"Namībija","NC":"Jaunkaledonija","NE":"Nigēra","NF":"Norfolkas sala","NG":"Nigērija","NI":"Nikaragva","NL":"Nīderlande","NO":"Norvēģija","NP":"Nepāla","NR":"Nauru","NU":"Niue","NZ":"Jaunzēlande","OM":"Omāna","PA":"Panama","PE":"Peru","PF":"Francijas Polinēzija","PG":"Papua-Jaungvineja","PH":"Filipīnas","PK":"Pakistāna","PL":"Polija","PM":"Senpjēra un Mikelona","PN":"Pitkērnas salas","PR":"Puertoriko","PS":"Palestīna","PT":"Portugāle","PW":"Palau","PY":"Paragvaja","QA":"Katara","RE":"Reinjona","RO":"Rumānija","RS":"Serbija","RU":"Krievija","RW":"Ruanda","SA":"Saūda Arābija","SB":"Zālamana salas","SC":"Seišelu salas","SD":"Sudāna","SE":"Zviedrija","SG":"Singapūra","SH":"Sv.Helēnas sala","SI":"Slovēnija","SJ":"Svalbāra un Jana Majena sala","SK":"Slovākija","SL":"Sjerraleone","SM":"Sanmarīno","SN":"Senegāla","SO":"Somālija","SR":"Surinama","SS":"Dienvidsudāna","ST":"Santome un Prinsipi","SV":"Salvadora","SX":"Sintmārtena","SY":"Sīrija","SZ":"Svazilenda","TC":"Tērksas un Kaikosas salas","TD":"Čada","TF":"Francijas Dienvidjūru teritorija","TG":"Togo","TH":"Taizeme","TJ":"Tadžikistāna","TK":"Tokelau","TL":"Austrumtimora","TM":"Turkmenistāna","TN":"Tunisija","TO":"Tonga","TR":"Turcija","TT":"Trinidāda un Tobāgo","TV":"Tuvalu","TW":"Taivāna","TZ":"Tanzānija","UA":"Ukraina","UG":"Uganda","UM":"ASV Mazās Aizjūras salas","US":"Amerikas Savienotās Valstis","UY":"Urugvaja","UZ":"Uzbekistāna","VA":"Vatikāns","VC":"Sentvinsenta un Grenadīnas","VE":"Venecuēla","VG":"Britu Virdžīnas","VI":"ASV Virdžīnas","VN":"Vjetnama","VU":"Vanuatu","WF":"Volisa un Futunas salas","WS":"Samoa","XK":"Kosova","YE":"Jemena","YT":"Majota","ZA":"Dienvidāfrikas Republika","ZM":"Zambija","ZW":"Zimbabve"}}')},39562:function(t){"use strict";t.exports=JSON.parse('{"locale":"pt","countries":{"AF":"Afeganistão","ZA":"África do Sul","AL":"Albânia","DE":"Alemanha","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Antártida","AG":"Antígua e Barbuda","SA":"Arábia Saudita","DZ":"Argélia","AR":"Argentina","AM":"Armênia","AW":"Aruba","AU":"Austrália","AT":"Áustria","AZ":"Azerbaijão","BS":"Bahamas","BH":"Bahrein","BD":"Bangladesh","BB":"Barbados","BE":"Bélgica","BZ":"Belize","BJ":"Benin","BM":"Bermudas","BY":"Bielorrússia","BO":"Bolívia","BA":"Bósnia e Herzegovina","BW":"Botsuana","BR":"Brasil","BN":"Brunei","BG":"Bulgária","BF":"Burquina Faso","BI":"Burundi","BT":"Butão","CV":"Cabo Verde","KH":"Camboja","CA":"Canadá","QA":"Catar","KZ":"Cazaquistão","TD":"Chade","CL":"Chile","CN":"China","CY":"Chipre","VA":"Cidade do Vaticano","SG":["Singapura","Cingapura"],"CO":"Colômbia","KM":"Comores","CG":"Congo - Brazzaville","CD":"Congo - Kinshasa","KP":"Coreia do Norte","KR":"Coreia do Sul","CI":"Costa do Marfim","CR":"Costa Rica","HR":"Croácia","CU":"Cuba","CW":"Curaçao","DK":"Dinamarca","DJ":"Djibuti","DM":"Dominica","EG":"Egito","SV":"El Salvador","AE":"Emirados Árabes Unidos","EC":"Equador","ER":"Eritreia","SK":"Eslováquia","SI":"Eslovênia","ES":"Espanha","US":["Estados Unidos","Estados Unidos da América"],"EE":"Estônia","ET":"Etiópia","FJ":"Fiji","PH":"Filipinas","FI":"Finlândia","FR":"França","GA":"Gabão","GM":"Gâmbia","GH":"Gana","GE":"Geórgia","GS":"Geórgia do Sul e Ilhas Sandwich do Sul","GI":"Gibraltar","GD":"Granada","GR":"Grécia","GL":"Groenlândia","GP":"Guadalupe","GU":"Guam","GT":"Guatemala","GG":"Guernsey","GY":"Guiana","GF":"Guiana Francesa","GN":"Guiné","GW":"Guiné Bissau","GQ":"Guiné Equatorial","HT":"Haiti","NL":"Holanda","HN":"Honduras","HK":"Hong Kong, RAE da China","HU":"Hungria","YE":"Iêmen","BV":"Ilhas Bouvet","CX":"Ilha Christmas","IM":"Ilha de Man","NF":"Ilha Norfolk","AX":"Ilhas Åland","KY":"Ilhas Caiman","CC":"Ilhas Cocos (Keeling)","CK":"Ilhas Cook","UM":"Ilhas Distantes dos EUA","HM":"Ilha Heard e Ilha McDonald","FO":"Ilhas Faroe","FK":"Ilhas Malvinas","MP":"Ilhas Marianas do Norte","MH":"Ilhas Marshall","PN":"Ilhas Pitcairn","SB":"Ilhas Salomão","TC":"Ilhas Turks e Caicos","VG":"Ilhas Virgens Britânicas","VI":"Ilhas Virgens dos EUA","IN":"Índia","ID":"Indonésia","IR":"Irã","IQ":"Iraque","IE":"Irlanda","IS":"Islândia","IL":"Israel","IT":"Itália","JM":"Jamaica","JP":"Japão","JE":"Jersey","JO":"Jordânia","KW":"Kuwait","LA":"Laos","LS":"Lesoto","LV":"Letônia","LB":"Líbano","LR":"Libéria","LY":"Líbia","LI":"Liechtenstein","LT":"Lituânia","LU":"Luxemburgo","MO":"Macau, RAE da China","MK":"Macedônia do Norte","MG":"Madagascar","MY":"Malásia","MW":"Malawi","MV":"Maldivas","ML":"Mali","MT":"Malta","MA":"Marrocos","MQ":"Martinica","MU":"Maurício","MR":"Mauritânia","YT":"Mayotte","MX":"México","MM":"Mianmar (Birmânia)","FM":"Micronésia","MZ":"Moçambique","MD":"Moldávia","MC":"Mônaco","MN":"Mongólia","ME":"Montenegro","MS":"Montserrat","NA":"Namíbia","NR":"Nauru","NP":"Nepal","NI":"Nicarágua","NE":"Níger","NG":"Nigéria","NU":"Niue","NO":"Noruega","NC":"Nova Caledônia","NZ":"Nova Zelândia","OM":"Omã","BQ":"Países Baixos Caribenhos","PW":"Palau","PA":"Panamá","PG":"Papua-Nova Guiné","PK":"Paquistão","PY":"Paraguai","PE":"Peru","PF":"Polinésia Francesa","PL":"Polônia","PR":"Porto Rico","PT":"Portugal","KE":"Quênia","KG":"Quirguistão","KI":"Quiribati","GB":"Reino Unido","CF":"República Centro-Africana","DO":"República Dominicana","CM":"República dos Camarões","CZ":"República Tcheca","RE":"Reunião","RO":"Romênia","RW":"Ruanda","RU":"Rússia","EH":"Saara Ocidental","PM":"Saint Pierre e Miquelon","WS":"Samoa","AS":"Samoa Americana","SM":"San Marino","SH":"Santa Helena","LC":"Santa Lúcia","BL":"São Bartolomeu","KN":"São Cristóvão e Nevis","MF":"São Martinho","ST":"São Tomé e Príncipe","VC":"São Vicente e Granadinas","SN":"Senegal","SL":"Serra Leoa","RS":"Sérvia","SC":"Seychelles","SX":"Sint Maarten","SY":"Síria","SO":"Somália","LK":"Sri Lanka","SZ":"Suazilândia","SD":"Sudão","SS":"Sudão do Sul","SE":"Suécia","CH":"Suíça","SR":"Suriname","SJ":"Svalbard e Jan Mayen","TH":"Tailândia","TW":"Taiwan","TJ":"Tajiquistão","TZ":"Tanzânia","IO":"Território Britânico do Oceano Índico","TF":"Territórios Franceses do Sul","PS":"Territórios palestinos","TL":"Timor-Leste","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad e Tobago","TN":"Tunísia","TM":"Turcomenistão","TR":"Turquia","TV":"Tuvalu","UA":"Ucrânia","UG":"Uganda","UY":"Uruguai","UZ":"Uzbequistão","VU":"Vanuatu","VE":"Venezuela","VN":"Vietnã","WF":"Wallis e Futuna","ZM":"Zâmbia","ZW":"Zimbábue","XK":"Kosovo"}}')},71963:function(t){"use strict";t.exports=JSON.parse('{"locale":"ru","countries":{"AU":"Австралия","AT":"Австрия","AZ":"Азербайджан","AX":"Аландские острова","AL":"Албания","DZ":"Алжир","VI":"Виргинские Острова (США)","AS":"Американское Самоа","AI":"Ангилья","AO":"Ангола","AD":"Андорра","AQ":"Антарктида","AG":"Антигуа и Барбуда","AR":"Аргентина","AM":"Армения","AW":"Аруба","AF":"Афганистан","BS":"Багамы","BD":"Бангладеш","BB":"Барбадос","BH":"Бахрейн","BZ":"Белиз","BY":"Беларусь","BE":"Бельгия","BJ":"Бенин","BM":"Бермуды","BG":"Болгария","BO":"Боливия","BQ":"Бонэйр, Синт-Эстатиус и Саба","BA":"Босния и Герцеговина","BW":"Ботсвана","BR":"Бразилия","IO":"Британская территория в Индийском океане","VG":"Виргинские Острова (Великобритания)","BN":"Бруней","BF":"Буркина-Фасо","BI":"Бурунди","BT":"Бутан","VU":"Вануату","VA":"Ватикан","GB":"Великобритания","HU":"Венгрия","VE":"Венесуэла","UM":"Внешние малые острова (США)","TL":"Восточный Тимор","VN":"Вьетнам","GA":"Габон","HT":"Гаити","GY":"Гайана","GM":"Гамбия","GH":"Гана","GP":"Гваделупа","GT":"Гватемала","GF":"Гвиана","GN":"Гвинея","GW":"Гвинея-Бисау","DE":"Германия","GG":"Гернси","GI":"Гибралтар","HN":"Гондурас","HK":"Гонконг","GD":"Гренада","GL":"Гренландия","GR":"Греция","GE":"Грузия","GU":"Гуам","DK":"Дания","JE":"Джерси","DJ":"Джибути","DM":"Доминика","DO":"Доминиканская Республика","CD":"Демократическая Республика Конго","EG":"Египет","ZM":"Замбия","EH":"САДР","ZW":"Зимбабве","IL":"Израиль","IN":"Индия","ID":"Индонезия","JO":"Иордания","IQ":"Ирак","IR":"Иран","IE":"Ирландия","IS":"Исландия","ES":"Испания","IT":"Италия","YE":"Йемен","CV":"Кабо-Верде","KZ":"Казахстан","KY":"Острова Кайман","KH":"Камбоджа","CM":"Камерун","CA":"Канада","QA":"Катар","KE":"Кения","CY":"Кипр","KG":"Киргизия","KI":"Кирибати","TW":"Китайская Республика","KP":"КНДР (Корейская Народно-Демократическая Республика)","CN":"КНР (Китайская Народная Республика)","CC":"Кокосовые острова","CO":"Колумбия","KM":"Коморы","CR":"Коста-Рика","CI":"Кот-д’Ивуар","CU":"Куба","KW":"Кувейт","CW":"Кюрасао","LA":"Лаос","LV":"Латвия","LS":"Лесото","LR":"Либерия","LB":"Ливан","LY":"Ливия","LT":"Литва","LI":"Лихтенштейн","LU":"Люксембург","MU":"Маврикий","MR":"Мавритания","MG":"Мадагаскар","YT":"Майотта","MO":"Макао","MW":"Малави","MY":"Малайзия","ML":"Мали","MV":"Мальдивы","MT":"Мальта","MA":"Марокко","MQ":"Мартиника","MH":"Маршалловы Острова","MX":"Мексика","FM":"Микронезия","MZ":"Мозамбик","MD":"Молдавия","MC":"Монако","MN":"Монголия","MS":"Монтсеррат","MM":"Мьянма","NA":"Намибия","NR":"Науру","NP":"Непал","NE":"Нигер","NG":"Нигерия","NL":"Нидерланды","NI":"Никарагуа","NU":"Ниуэ","NZ":"Новая Зеландия","NC":"Новая Каледония","NO":"Норвегия","AE":"ОАЭ","OM":"Оман","BV":"Остров Буве","IM":"Остров Мэн","CK":"Острова Кука","NF":"Остров Норфолк","CX":"Остров Рождества","PN":"Острова Питкэрн","SH":"Острова Святой Елены, Вознесения и Тристан-да-Кунья","PK":"Пакистан","PW":"Палау","PS":"Государство Палестина","PA":"Панама","PG":"Папуа — Новая Гвинея","PY":"Парагвай","PE":"Перу","PL":"Польша","PT":"Португалия","PR":"Пуэрто-Рико","CG":"Республика Конго","KR":"Республика Корея","RE":"Реюньон","RU":"Российская Федерация","RW":"Руанда","RO":"Румыния","SV":"Сальвадор","WS":"Самоа","SM":"Сан-Марино","ST":"Сан-Томе и Принсипи","SA":"Саудовская Аравия","SZ":"Свазиленд","MK":"Северная Македония","MP":"Северные Марианские Острова","SC":"Сейшельские Острова","BL":"Сен-Бартелеми","MF":"Сен-Мартен","PM":"Сен-Пьер и Микелон","SN":"Сенегал","VC":"Сент-Винсент и Гренадины","KN":"Сент-Китс и Невис","LC":"Сент-Люсия","RS":"Сербия","SG":"Сингапур","SX":"Синт-Мартен","SY":"Сирия","SK":"Словакия","SI":"Словения","SB":"Соломоновы Острова","SO":"Сомали","SD":"Судан","SR":"Суринам","US":"США","SL":"Сьерра-Леоне","TJ":"Таджикистан","TH":"Таиланд","TZ":"Танзания","TC":"Теркс и Кайкос","TG":"Того","TK":"Токелау","TO":"Тонга","TT":"Тринидад и Тобаго","TV":"Тувалу","TN":"Тунис","TM":"Туркмения","TR":"Турция","UG":"Уганда","UZ":"Узбекистан","UA":"Украина","WF":"Уоллис и Футуна","UY":"Уругвай","FO":"Фареры","FJ":"Фиджи","PH":"Филиппины","FI":"Финляндия","FK":"Фолклендские острова","FR":"Франция","PF":"Французская Полинезия","TF":"Французские Южные и Антарктические Территории","HM":"Херд и Макдональд","HR":"Хорватия","CF":"ЦАР","TD":"Чад","ME":"Черногория","CZ":"Чехия","CL":"Чили","CH":"Швейцария","SE":"Швеция","SJ":"Шпицберген и Ян-Майен","LK":"Шри-Ланка","EC":"Эквадор","GQ":"Экваториальная Гвинея","ER":"Эритрея","EE":"Эстония","ET":"Эфиопия","ZA":"ЮАР","GS":"Южная Георгия и Южные Сандвичевы Острова","SS":"Южный Судан","JM":"Ямайка","JP":"Япония","XK":"Косово"}}')},62552:function(t){"use strict";t.exports=JSON.parse('{"locale":"sv","countries":{"AD":"Andorra","AE":"Förenade Arabemiraten","AF":"Afghanistan","AG":"Antigua och Barbuda","AI":"Anguilla","AL":"Albanien","AM":"Armenien","AO":"Angola","AQ":"Antarktis","AR":"Argentina","AS":"Amerikanska Samoa","AT":"Österrike","AU":"Australien","AW":"Aruba","AX":"Åland","AZ":"Azerbajdzjan","BA":"Bosnien och Hercegovina","BB":"Barbados","BD":"Bangladesh","BE":"Belgien","BF":"Burkina Faso","BG":"Bulgarien","BH":"Bahrain","BI":"Burundi","BJ":"Benin","BL":"Saint-Barthélemy","BM":"Bermuda","BN":"Brunei","BO":"Bolivia","BQ":"Bonaire, Saint Eustatius och Saba","BR":"Brasilien","BS":"Bahamas","BT":"Bhutan","BV":"Bouvetön","BW":"Botswana","BY":"Belarus","BZ":"Belize","CA":"Kanada","CC":"Kokosöarna","CD":"Demokratiska republiken Kongo","CF":"Centralafrikanska republiken","CG":"Kongo-Brazzaville","CH":"Schweiz","CI":"Elfenbenskusten","CK":"Cooköarna","CL":"Chile","CM":"Kamerun","CN":"Kina","CO":"Colombia","CR":"Costa Rica","CU":"Kuba","CV":"Kap Verde","CW":"Curacao","CX":"Julön","CY":"Cypern","CZ":"Tjeckien","DE":"Tyskland","DJ":"Djibouti","DK":"Danmark","DM":"Dominica","DO":"Dominikanska republiken","DZ":"Algeriet","EC":"Ecuador","EE":"Estland","EG":"Egypten","EH":"Västsahara","ER":"Eritrea","ES":"Spanien","ET":"Etiopien","FI":"Finland","FJ":"Fiji","FK":"Falklandsöarna","FM":"Mikronesiska federationen","FO":"Färöarna","FR":"Frankrike","GA":"Gabon","GB":"Storbritannien","GD":"Grenada","GE":"Georgien","GF":"Franska Guyana","GG":"Guernsey","GH":"Ghana","GI":"Gibraltar","GL":"Grönland","GM":"Gambia","GN":"Guinea","GP":"Guadeloupe","GQ":"Ekvatorialguinea","GR":"Grekland","GS":"Sydgeorgien och Sydsandwichöarna","GT":"Guatemala","GU":"Guam","GW":"Guinea Bissau","GY":"Guyana","HK":"Hongkong","HM":"Heard- och McDonaldsöarna","HN":"Honduras","HR":"Kroatien","HT":"Haiti","HU":"Ungern","ID":"Indonesien","IE":"Irland","IL":"Israel","IM":"Isle of Man","IN":"Indien","IO":"Brittiska territoriet i Indiska Oceanen","IQ":"Irak","IR":"Iran","IS":"Island","IT":"Italien","JE":"Jersey","JM":"Jamaica","JO":"Jordanien","JP":"Japan","KE":"Kenya","KG":"Kirgizistan","KH":"Kambodja","KI":"Kiribati","KM":"Komorerna","KN":"Saint Kitts och Nevis","KP":"Nordkorea","KR":"Sydkorea","KW":"Kuwait","KY":"Caymanöarna","KZ":"Kazakstan","LA":"Laos","LB":"Libanon","LC":"Saint Lucia","LI":"Liechtenstein","LK":"Sri Lanka","LR":"Liberia","LS":"Lesotho","LT":"Litauen","LU":"Luxemburg","LV":"Lettland","LY":"Libyen","MA":"Marocko","MC":"Monaco","MD":"Moldavien","ME":"Montenegro","MF":"Saint Martin (franska delen)","MG":"Madagaskar","MH":"Marshallöarna","MK":"Nordmakedonien","ML":"Mali","MM":"Burma","MN":"Mongoliet","MO":"Macau","MP":"Nordmarianerna","MQ":"Martinique","MR":"Mauretanien","MS":"Montserrat","MT":"Malta","MU":"Mauritius","MV":"Maldiverna","MW":"Malawi","MX":"Mexiko","MY":"Malaysia","MZ":"Moçambique","NA":"Namibia","NC":"Nya Kaledonien","NE":"Niger","NF":"Norfolkön","NG":"Nigeria","NI":"Nicaragua","NL":"Nederländerna","NO":"Norge","NP":"Nepal","NR":"Nauru","NU":"Niue","NZ":"Nya Zeeland","OM":"Oman","PA":"Panama","PE":"Peru","PF":"Franska Polynesien","PG":"Papua Nya Guinea","PH":"Filippinerna","PK":"Pakistan","PL":"Polen","PM":"Saint-Pierre och Miquelon","PN":"Pitcairnöarna","PR":"Puerto Rico","PS":"Palestinska territoriet, ockuperade","PT":"Portugal","PW":"Palau","PY":"Paraguay","QA":"Qatar","RE":"Réunion","RO":"Rumänien","RS":"Serbien","RU":"Ryssland","RW":"Rwanda","SA":"Saudiarabien","SB":"Salomonöarna","SC":"Seychellerna","SD":"Sudan","SE":"Sverige","SG":"Singapore","SH":"Sankta Helena","SI":"Slovenien","SJ":"Svalbard och Jan Mayen","SK":"Slovakien","SL":"Sierra Leone","SM":"San Marino","SN":"Senegal","SO":"Somalia","SR":"Surinam","SS":"Sydsudan","ST":"São Tomé och Príncipe","SV":"El Salvador","SX":"Sint Maarten (nederländska delen)","SY":"Syrien","SZ":"Eswatini","TC":"Turks- och Caicosöarna","TD":"Tchad","TF":"Franska södra territorierna","TG":"Togo","TH":"Thailand","TJ":"Tadzjikistan","TK":"Tokelauöarna","TL":"Östtimor","TM":"Turkmenistan","TN":"Tunisien","TO":"Tonga","TR":"Turkiet","TT":"Trinidad och Tobago","TV":"Tuvalu","TW":"Taiwan","TZ":"Tanzania","UA":"Ukraina","UG":"Uganda","UM":"USA:s yttre öar","US":"USA","UY":"Uruguay","UZ":"Uzbekistan","VA":"Vatikanstaten","VC":"Saint Vincent och Grenadinerna","VE":"Venezuela","VG":"Brittiska Jungfruöarna","VI":"Amerikanska Jungfruöarna","VN":"Vietnam","VU":"Vanuatu","WF":"Wallis- och Futunaöarna","WS":"Samoa","YE":"Jemen","YT":"Mayotte","ZA":"Sydafrika","ZM":"Zambia","ZW":"Zimbabwe","XK":"Kosovo"}}')},50863:function(t){"use strict";t.exports=JSON.parse('{"no-ee-id-card":"Občanský průkaz se nepodařilo nalézt. Zkontrolujte, zda je karta zasunutá ve čtečce, a restartujte prohlížeč. Software lze nainstalovat ze stránky www.id.ee.","yes":"Ano","no":"Ne","phone-number":"telefonní číslo","idcode":"osobní identifikační kód","country":"Stát","Sign":"Zaregistrovat se","USER_REFUSED":"Uživatel nechtěl pokračovat a zrušil akci","mobile-id":"ID mobilního telefonu","id-card":"Průkaz totožnosti","smart-id":"Smart-ID","no-lv-id-card":"Nebyl nalezen žádný lotyšský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software ze stránky https://www.eparaksts.lv/en/Downloads. V případě, že chcete soubory podepsat, tak se prosím ujistěte, že je nainstalován a aktivován plugin eParaksts pro prohlížeč.","no-lt-id-card":"Nebyl nalezen žádný litevský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software ze stránky http://www.nsc.vrm.lt/downloads.htm. Pro podpisy je také potřeba plugin prohlížeče z https://github.com/open-eid/chrome-token-signing/releases.","no-pt-id-card":"Nebyl nalezen portugalský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software z https://www.autenticacao.gov.pt/cc-aplicacao.","no-rs-id-card":"Nebyl nalezen srbský průkaz totožnosti. Ujistěte se, že máte vložený průkaz a nainstalovaný software z http://ca.mup.gov.rs/download-lat.html.","no-fi-id-card":"Nebyl nalezen finský průkaz totožnosti. Podívejte se prosím na pokyny k instalaci softwaru na: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Nebyl nalezen belgický průkaz totožnosti. Ujistěte se, že máte vloženoý průkaz a nainstalovaný software z https://eid.belgium.be.","confirm-doc-check-and-sign":"Rozumíte obsahu dokumentu a jste připraveni finalizovat podpis?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Od společnosti eIDEasy","log-in":"Přihlásit se","this-field-is-required":"Toto pole je povinné","your-verification-code":"Váš ověřovací kód:","cancel":"Zrušit","no-response-error":"Něco se pokazilo. Ujistěte se, že máte připojení k internetu, a zkuste to znovu.","back":"Zpět","no-matching-countries":"Žádný odpovídající stát","id-card-read-timeout":"Čtení identifikační karty trvalo příliš dlouhou dobu. Zavřete prosím všechna otevřená okna prohlížeče a zkuste to znovu.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"RRRRMMDDXXXX","approve-id-request-on-freja-app":"Schvalte žádost o identifikaci v aplikaci FREJA eID.","try-again":"Zkusit znovu","pre-sign-confirmation":"Poté, co kliknete na tlačítko \\"Podepsat\\", vás identifikujeme pomocí {method} a vytvoříme právně závazný podpis.","login-method":"Způsob přihlášení:","finnish-online-bank":"Finská online banka","online-bank":"Online banka","or":"nebo","transaction-id":"ID transakce","sign-in-evrotrust-app":"Podepište tento dokument v aplikaci Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Ostatní země","email-sms":"E-mail/SMS","email-code-sent":"E-mail s kódem byl zaslán na adresu","sms-code-sent":"SMS s kódem byla zaslána na adresu","your-code":"Váš kód","signature-method":"Metoda podpisu","username-or-email":"Uživatelské jméno nebo email","cell-phone":"mobilní telefon","including-calling-code":"s kódem země včetně „+“, příklad +35112345678","enter-temp-security-code":"Zadejte dočasný bezpečnostní kód","mobile-key-signing-info":"Další informace o procesu podepisování mobilního klíče naleznete na https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Tato akce je definitivní a nevratná.","you-have-5-minutes-to-enter-the-code":"Máte 5 minut na zadání kódu, než vyprší jeho platnost.","confirm":"potvrdit","after-confirmation-following-docs-will-be-signed":"Po potvrzení budou podepsány následující dokumenty:","code-by-sms":"Kód SMS zprávou","confirmation-code-will-be-sent-to":"Potvrzovací kód bude zaslán:","continue":"Pokračovat","name":"Název","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digitální podpis pin","approve-sign-request-on-freja-app":"Schvalte žádost o podpis v aplikaci FREJA eID","no-required-software":"K dokončení této akce nemáte nainstalovaný potřebný software. Postupujte podle pokynů na adrese https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Podepište s mou bankou","card-number":"číslo karty","your-sms-otp-code":"Váš sms otp kód","sign-in-halcom-app":"Podepište prosím tento dokument ve své aplikaci Halcom.","sign-in-swiss-id-app":"Podepište prosím tento dokument ve své aplikaci SwissID.","sign-in-app":"Podepište prosím tento dokument ve své aplikaci {name.}","be-id-card-signature-cancel-and-help":"Akce byla zrušena.\\nZrušili jste, protože nefunguje belgické podepisování průkazu totožnosti?\\nUjistěte se, že k vašemu zařízení nejsou připojeny žádné jiné USB tokeny nebo čipové karty kromě samotné belgické ID karty.\\nPoté se podívejte do následujícího průvodce, abyste se ujistili, že máte nainstalovaný veškerý potřebný software: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Chybí požadovaný software. Podívejte se na následující průvodce, jak nainstalovat požadované softwarové komponenty: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"Společnost {websiteName} {companyName} žádá o přístup k vašemu jménu a osobním ID. Chcete-li povolit eID Easy, klepněte na tlačítko níže.","method-setup-info":"{method} informace o nastavení na {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document.","sign-with-mitid":"Sign with MitID","log-on-with-mitid":"Log on with MitID"}')},532:function(t){"use strict";t.exports=JSON.parse('{"no-ee-id-card":"Ausweis nicht gefunden. Bitte überprüfen Sie, ob sich die Karte im Lesegerät befindet und starten Sie den Browser neu. Die Software kann von der Seite www.id.ee installiert werden.","yes":"Ja","no":"Nein","phone-number":"Telefonnummer","idcode":"persönlicher Identitätscode","country":"Land","Sign":"Signieren","USER_REFUSED":"Der Benutzer wollte nicht fortfahren und hat die Aktion abgebrochen","mobile-id":"Handy-ID","id-card":"Ausweis","smart-id":"Smart-ID","no-lv-id-card":"Kein lettischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://www.eparaksts.lv/en/Downloads installiert haben. Für Signaturen stellen Sie bitte sicher, dass das eParaksts-Plugin für Browser installiert und aktiviert ist.","no-lt-id-card":"Kein litauischer Personalausweis gefunden. Bitte stellen Sie sicher, dass die Karte eingelegt und die Software von http://www.nsc.vrm.lt/downloads.htm installiert ist. Für Signaturen wird auch ein Browser-Plugin von https://github.com/open-eid/chrome-token-signing/releases benötigt","no-pt-id-card":"Kein portugiesischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://www.autenticacao.gov.pt/cc-aplicacao installiert ist","no-rs-id-card":"Kein serbischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von http://ca.mup.gov.rs/download-lat.html installiert haben","no-fi-id-card":"Kein finnischer Personalausweis gefunden. Bitte beachten Sie die Anweisungen zur Softwareinstallation von: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Kein belgischer Personalausweis gefunden. Bitte stellen Sie sicher, dass Sie die Karte eingelegt und die Software von https://eid.belgium.be installiert haben. Für Signaturen wird auch ein Browser-Plugin von https://github.com/open-eid/chrome-token-signing/releases benötigt","confirm-doc-check-and-sign":"Haben Sie den Inhalt des Dokuments verstanden und sind bereit, die Signatur abzuschließen?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Unterstützt von eIDEasy","log-in":"Einloggen","this-field-is-required":"Dieses Feld wird benötigt","your-verification-code":"Ihr Bestätigungscode:","cancel":"Stornieren","no-response-error":"Etwas ist schief gelaufen. Stellen Sie sicher, dass Sie mit dem Internet verbunden sind, und versuchen Sie es dann erneut.","back":"Zurück ","no-matching-countries":"Keine passenden Länder","id-card-read-timeout":"Das Auslesen des Ausweises hat zu lange gedauert. Bitte schließen Sie alle geöffneten Browserfenster und versuchen Sie es erneut.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"JJJJMMTTXXXX","approve-id-request-on-freja-app":"Genehmigen Sie die Identifizierungsanfrage in Ihrer FREJA eID-App","try-again":"Versuchen Sie es noch Einmal","pre-sign-confirmation":"Nach dem Klick auf \\"Signieren\\" identifizieren wir Sie Ihre {method} und erstellen eine rechtsverbindliche Unterschrift.","login-method":"Login-Methode:","finnish-online-bank":"Finnische Online-Bank","online-bank":"Online-Bank","or":"oder","transaction-id":"Transaktions-ID","sign-in-evrotrust-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer Evrotrust-App.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Andere Länder","email-sms":"E-Mail/SMS","email-code-sent":"Eine E-Mail mit dem Code wurde gesendet an","sms-code-sent":"Eine SMS mit dem Code wurde gesendet an","your-code":"Dein Code","signature-method":"Signaturmethode","username-or-email":"Nutzername oder E-Mail","cell-phone":"Mobiltelefon","including-calling-code":"mit Ländervorwahl inklusive \\"+\\", Beispiel +35112345678","enter-temp-security-code":"Geben Sie den temporären Sicherheitscode ein","mobile-key-signing-info":"Weitere Informationen zum Signaturprozess für mobile Schlüssel finden Sie unter https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Diese Aktion ist endgültig und unumkehrbar.","you-have-5-minutes-to-enter-the-code":"Sie haben 5 Minuten Zeit, um den Code einzugeben, bevor er abläuft.","confirm":"bestätigen Sie","after-confirmation-following-docs-will-be-signed":"Nach der Bestätigung werden die folgenden Dokumente unterzeichnet:","code-by-sms":"Code über SMS","confirmation-code-will-be-sent-to":"Ein Bestätigungscode wird gesendet an:","continue":"Fortsetzen","name":"Name","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Pin für digitale Signatur","approve-sign-request-on-freja-app":"Die Unterschreibungsanfrage auf Ihrer FREJA eID-App genehmigen","no-required-software":"Sie haben nicht die erforderliche Software installiert, um diese Aktion auszuführen. Bitte folgen Sie den Anweisungen auf https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Unterschreiben Sie bei meiner Bank","card-number":"Kartennummer","your-sms-otp-code":"Ihr SMS-OTP-Code","sign-in-halcom-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer Halcom App.","sign-in-swiss-id-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer SwissID App.","sign-in-app":"Bitte unterschreiben Sie dieses Dokument in Ihrer {name} App.","be-id-card-signature-cancel-and-help":"Die Aktion wurde abgebrochen.\\nHaben Sie gekündigt, weil die Unterzeichnung des belgischen Personalausweises nicht funktioniert?\\nStellen Sie sicher, dass außer dem belgischen Personalausweis selbst keine anderen USB-Token oder Smartcards an Ihr Gerät angeschlossen sind.\\nSehen Sie sich dann die folgende Anleitung an, um sicherzustellen, dass Sie die gesamte erforderliche Software installiert haben: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Erforderliche Software fehlt. Siehe folgende Anleitung zur Installation der erforderlichen Softwarekomponenten: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{siteName} {companyName} fordert den Zugriff auf Ihren Namen und Ihre persönlichen ID-Daten. Um eID Einfach zu senden, klicken Sie bitte auf die Schaltfläche unten.","method-setup-info":"{method} setup Informationen unter {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document.","sign-with-mitid":"Sign with MitID","log-on-with-mitid":"Log on with MitID"}')},81005:function(t){"use strict";t.exports=JSON.parse('{"no-ee-id-card":"ID card not found. Please check if the card is in the reader and restart the browser. The software can be installed from the page www.id.ee.","yes":"Yes","no":"No","phone-number":"phone number","idcode":"personal identity code","country":"Country","Sign":"Sign","USER_REFUSED":"User did not wish to proceed and canceled the action","mobile-id":"Mobile ID","id-card":"ID card","smart-id":"Smart-ID","no-lv-id-card":"No Latvian ID card found. Please make sure you have card inserted and software installed from https://www.eparaksts.lv/en/Downloads. For signatures please make sure the eParaksts plugin for browser is installed and activated.","no-lt-id-card":"No Lithuanian ID card found. Please make sure you have card inserted and software installed from http://www.nsc.vrm.lt/downloads.htm. For signatures is also needed browser plugin from https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"No Portugal ID card found. Please make sure you have card inserted and software installed from https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"No Serbian ID card found. Please make sure you have card inserted and software installed from http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"No Finnish ID card found. Please see software installation instructions from: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"No Belgium ID card found. Please make sure you have card inserted and software installed from https://eid.belgium.be. Please restart the browser if the error persists.","confirm-doc-check-and-sign":"Did you understand the document contents and are ready to finalize the signature?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Log In","this-field-is-required":"This field is required","your-verification-code":"Your verification code:","cancel":"Cancel","no-response-error":"Something went wrong. Make sure you\'re connected to the Internet, then try again.","back":"Back","no-matching-countries":"No matching countries","id-card-read-timeout":"Reading the ID card took too long. Please close all the open browser windows and then try again.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Approve the identification request on your FREJA eID app","try-again":"Try Again","pre-sign-confirmation":"After clicking \\"Sign\\" we will identify you using {method} and create a legally binding signature.\\n","login-method":"Login method:","finnish-online-bank":"Finnish Online Bank","online-bank":"Online Bank","or":"or","transaction-id":"Transaction ID","sign-in-evrotrust-app":"Please sign this document in your Evrotrust app.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Other countries","email-sms":"Email/SMS","email-code-sent":"An email with the code has been sent to","sms-code-sent":"An SMS with the code has been sent to","your-code":"Your code","signature-method":"Signature method","username-or-email":"Username or email","cell-phone":"Cell phone","including-calling-code":"with country code including \\"+\\", example +35112345678","enter-temp-security-code":"Enter temporary security code","mobile-key-signing-info":"You can find more information about the mobile key signing process at https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"This action is definitive and irreversible.","you-have-5-minutes-to-enter-the-code":"You have 5 minutes to enter the code before it expires.","confirm":"Confirm","after-confirmation-following-docs-will-be-signed":"After confirmation, the following documents will be signed:","code-by-sms":"Code by SMS","confirmation-code-will-be-sent-to":"A confirmation code will be sent to:","continue":"Continue","name":"Name","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digital signature pin","approve-sign-request-on-freja-app":"Approve the signing request on your FREJA eID app","no-required-software":"You do not have the necessary software installed to complete this action. Please follow the instructions at https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Sign with my bank","card-number":"card number","your-sms-otp-code":"Your sms otp code","sign-in-halcom-app":"Please sign this document in your Halcom app.","sign-in-swiss-id-app":"Please sign this document in your SwissID app.","sign-in-app":"Please sign this document in your {name} app.","be-id-card-signature-cancel-and-help":"The action was canceled.\\nDid you cancel because the Belgian ID card signing is not working?\\nMake sure that there are no other USB tokens or smart cards connected to your device except for the Belgian ID card itself.\\nThen see the following guide to make sure that you have all the necessary software installed: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Required software is missing. See the following guide on how to install the required software components: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} is requesting to access your name and personal ID data. To authorize eID Easy forward this data please click the button below.","method-setup-info":"You can find more info on how to get started with {method} here:","i-accept-and-approve-this-doc":"I accept and approve the contents of this document.","sign-with-mitid":"Sign with MitID","log-on-with-mitid":"Log on with MitID"}')},83458:function(t){"use strict";t.exports=JSON.parse('{"no-ee-id-card":"No se ha encontrado la tarjeta de identificación. Por favor, compruebe que la tarjeta está insertada en el lector y reinicie el navegador. El software se puede instalar a través de la página www.id.ee.","yes":"Sí","no":"No","phone-number":"número de teléfono","idcode":"código de identidad personal","country":"País","Sign":"Firmar","USER_REFUSED":"El usuario no quiso continuar y canceló la acción","mobile-id":"Mobile ID","id-card":"Tarjeta de identificación","smart-id":"Smart-ID","no-lv-id-card":"No se ha encontrado ninguna tarjeta de identificación letona. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de https://www.eparaksts.lv/en/Downloads. Para las firmas, por favor asegúrese de que el plugin eParaksts para el navegador está instalado y activado.","no-lt-id-card":"No se ha encontrado ninguna tarjeta de identificación lituana. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de http://www.nsc.vrm.lt/downloads.htm. Para las firmas también es necesario el plugin del navegador de https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"No se ha encontrado ninguna tarjeta de identificación portuguesa. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado desde https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"No se ha encontrado ninguna tarjeta de identificación serbia. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"No se ha encontrado ninguna tarjeta de de identidad finlandesa. Por favor, consulte las instrucciones de instalación del software en: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"No se ha encontrado ninguna tarjeta de identificación belga. Por favor, asegúrese de que tiene la tarjeta insertada y el software instalado de https://eid.belgium.be. Para las firmas también es necesario el plugin del navegador de https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"¿Ha entendido el contenido del documento y está dispuesto a firmarlo?","eparaksts-mobile":"eParaksts Mobile","powered-by-eideasy":"Con tecnología eIDEasy","log-in":"Acceder","this-field-is-required":"Este campo es obligatorio","your-verification-code":"Su código de verificación:","cancel":"Cancelar","no-response-error":"Algo ha ido mal. Asegúrese de que está conectado a internet e inténtelo de nuevo.","back":"Volver","no-matching-countries":"No hay países coincidentes","id-card-read-timeout":"La lectura de la tarjeta de identificación tardó demasiado. Por favor, cierre todas las ventanas abiertas del navegador e inténtelo de nuevo.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Apruebe la petición de identificación en su app FREJA eID","try-again":"Inténtelo de nuevo","pre-sign-confirmation":"Tras hacer clic en \\"Acceder\\" le identificaremos utilizando {method} y crearemos una firma vinculante legalmente.","login-method":"Método de acceso:","finnish-online-bank":"Banco online finlandés","online-bank":"Banco online","or":"o","transaction-id":"ID de la transacción","sign-in-evrotrust-app":"Por favor, firme este documento en su app Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Otros países","email-sms":"Email/SMS","email-code-sent":"Se ha enviado un email con el código a","sms-code-sent":"Se ha enviado un SMS con el código a","your-code":"Su código","signature-method":"Método de firma","username-or-email":"Nombre de usuario o correo electrónico","cell-phone":"Teléfono móvil","including-calling-code":"con código de país que incluye \\"+\\", ejemplo +35112345678","enter-temp-security-code":"Ingrese el código de seguridad temporal","mobile-key-signing-info":"Puede encontrar más información sobre el proceso de firma de claves móviles en https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Esta acción es definitiva e irreversible.","you-have-5-minutes-to-enter-the-code":"Tienes 5 minutos para ingresar el código antes de que caduque.","confirm":"Confirmar","after-confirmation-following-docs-will-be-signed":"Después de la confirmación, se firmarán los siguientes documentos:","code-by-sms":"Código via SMS","confirmation-code-will-be-sent-to":"Un código de confirmación fue enviado a:","continue":"Continuar","name":"Nombre","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Pin de firma digital","approve-sign-request-on-freja-app":"Apruebe la solicitud de firma en su app FREJA eID","no-required-software":"No tiene instalado el software necesario para completar esta acción. Siga las instrucciones en https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Firmar con mi banco","card-number":"número de tarjeta","your-sms-otp-code":"Su código otp sms","sign-in-halcom-app":"Firme este documento en su aplicación Halcom.","sign-in-swiss-id-app":"Firme este documento en su aplicación SwissID.","sign-in-app":"Firme este documento en su aplicación {name.}","be-id-card-signature-cancel-and-help":"La acción fue cancelada.\\n¿Canceló porque la firma de la tarjeta de identificación belga no funciona?\\nAsegúrese de que no haya otros tokens USB o tarjetas inteligentes conectados a su dispositivo, excepto la propia tarjeta de identificación belga.\\nLuego, consulte la siguiente guía para asegurarse de que tiene todo el software necesario instalado: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Falta el software necesario. Consulte la siguiente guía sobre cómo instalar los componentes de software necesarios: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} solicita acceder a su nombre y datos de identificación personal. Para autorizar eID Easy reenviar estos datos, haga clic en el botón a continuación.","method-setup-info":"{method} información de configuración en {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document.","sign-with-mitid":"Sign with MitID","log-on-with-mitid":"Log on with MitID"}')},23451:function(t){"use strict";t.exports=JSON.parse('{"no-ee-id-card":"ID kaarti ei leitud. Palun kontrolli kas kaart on korralikult lugejas ja taaskäivita oma browser. Tarkvara saab installida www.id.ee lehelt.","yes":"Jah","no":"Ei","phone-number":"mobiili number","idcode":"isikukood","country":"Riik","Sign":"Allkirjasta","USER_REFUSED":"Kasutaja ei soovinud jätkata ja tühistas tegevuse.","mobile-id":"Mobiil-ID","id-card":"ID kaart","smart-id":"Smart-ID","no-lv-id-card":"Läti ID kaarti ei leitud. Palun vaata, et ID kaart oleks lugejas ja tarkvara installitud aadressilt https://www.eparaksts.lv/en/Downloads","no-lt-id-card":"Leedu ID kaarti ei leitud. Palun vaata, et ID kaart oleks lugejas ja tarkvara installitud aadressilt http://www.nsc.vrm.lt/downloads.htm","no-pt-id-card":"Portugali ID kaarti ei leitud. Palun vaata, et kaart oleks lugejas ja tarkvara installitud aadressilt https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Serbia ID kaarti ei leitud. Palun vaata, et kaart oleks lugejas ja tarkvara installitud aadressilt http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Soome ID kaarti ei leitud. Palun kontrolli, et kaart oleks lugejas ja leia tarkvara seadistamise juhised aadressilt: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Belgia ID kaarti ei leitud. Palun kontrolli, et kaart oleks lugejas ja tarkvara installitud aadressilt https://eid.belgium.be","confirm-doc-check-and-sign":"Kas dokumendi sisu on arusaadav ja soovid allkirjastamisega jätkata?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Logi sisse","this-field-is-required":"See on kohustuslik väli","your-verification-code":"Kontrollkood:","cancel":"Tühista","no-response-error":"Toiming ebaõnnestus. Palun kontrolli kas internetiühendus on olemas, sulge kõik brauseriaknad ja proovi seejärel uuesti","back":"Tagasi","no-matching-countries":"Sobivat riiki ei leitud","id-card-read-timeout":"ID kaardi lugemine võttis liiga kaua aega. Palun sulge kõik brauseri aknad ja proovi uuesti.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXX","approve-id-request-on-freja-app":"Järgiga oma FREJA EID rakenduse juhiseid","try-again":"Proovi uuesti","pre-sign-confirmation":"Pärast klikkimist nupul \\"Allkirjasta\\" identifitseeritakse teid meetodiga {method} ning seejärel luuakse õiguslikult siduv allkiri.","login-method":"Sisselogimismeetod:","finnish-online-bank":"Soome Internetipank","online-bank":"Internetipank","or":"või","transaction-id":"Tehingu ID","sign-in-evrotrust-app":"Palun allkirjasta käesolev dokument oma Evrotrusti rakenduses.","eparaksts-eid":"Läti eParaksts","varmennekortti":"Soome Varmennekortti","other-countries":"Ülejäänud riigid","email-sms":"E-Mail / SMS","email-code-sent":"E-mail koodiga on saadetud aadressile","sms-code-sent":"SMS koodiga on saadetud numbrile","your-code":"Kood","signature-method":"Allkirjastamise meetod","username-or-email":"Kasutajanimi või email","cell-phone":"mobiiltelefon","including-calling-code":"riigikoodiga, mis sisaldab \\"+\\", näiteks +35112345678","enter-temp-security-code":"Sisestage ajutine turvakood","mobile-key-signing-info":"Lisateavet mobiilivõtme allkirjastamise protsessi kohta leiate aadressilt https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"See toiming on lõplik ja pöördumatu.","you-have-5-minutes-to-enter-the-code":"Teil on 5 minutit aega koodi sisestamiseks, enne kui see aegub.","confirm":"kinnita","after-confirmation-following-docs-will-be-signed":"Pärast kinnitamist allkirjastatakse järgmised dokumendid:","code-by-sms":"Kood SMSiga","confirmation-code-will-be-sent-to":"Kinnituskood saadetakse:","continue":"Edasi","name":"Nimi","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digitaalallkirja pin","approve-sign-request-on-freja-app":"Kinnitage allkirjastamine FREJA eID rakenduses","no-required-software":"Teil pole selle toimingu tegemiseks tarkvara installitud. Järgige juhiseid aadressil https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":"eParaksts kiipkaart","sign-with-my-bank":"Allkirjasta minu pangaga","card-number":"kaardi number","your-sms-otp-code":"Teie SMS-i OTP-kood","sign-in-halcom-app":"Palun allkirjastage see dokument oma Halcomi rakenduses.","sign-in-swiss-id-app":"Palun allkirjastage see dokument oma SwissID rakenduses.","sign-in-app":"Palun allkirjastage see dokument oma {name} rakenduses.","be-id-card-signature-cancel-and-help":"Toiming katkestati. Kas katkestasite sest Teie Belgia ID kaardiga allkirjastamine ei toiminud? Palun veenduge, et arvutisse ei oleks ühendatud teisi digiallkirjastamise vahendeid.","be-id-signature-no-implementation":"Vajalik tarkvara puudub. Palun leidke installeerimise õpetus siit: https://eideasy.com/belgian-id-software-inst","client-request-data-confirmation":"{websiteName} {companyName} taotleb juurdepääsu Teie nimele ja isikukoodi andmetele. Selleks, et anda eID Easy-le õigus antud andmed edastada, palun klõpsake allolevale nupule.","method-setup-info":"{method} seadistusinfo {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document.","sign-with-mitid":"Sign with MitID","log-on-with-mitid":"Log on with MitID"}')},39554:function(t){"use strict";t.exports=JSON.parse('{"no-ee-id-card":"Henkilökorttia ei löydy. Tarkista, että kortti on lukijassa ja käynnistä selain uudelleen. Ohjelmiston voi asentaa sivulta www.id.ee.","yes":"Kyllä","no":"Ei","phone-number":"puhelinnumero","idcode":"henkilötunnus","country":"Maa","Sign":"Allekirjoita","USER_REFUSED":"Käyttäjä ei halunnut jatkaa ja peruutti toiminnon.","mobile-id":"Mobiilitunnus","id-card":"Henkilökortti","smart-id":"Smart-ID","no-lv-id-card":"Latvian henkilökorttia ei löydetty. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta https://www.eparaksts.lv/en/Downloads. Varmista allekirjoituksia varten, että selaimen eParaksts-lisäosa on asennettu ja aktivoitu.","no-lt-id-card":"Liettualaista henkilökorttia ei löytynyt. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta http://www.nsc.vrm.lt/downloads.htm. Allekirjoituksia varten tarvitaan myös selainlaajennus osoitteesta https://github.com/open-eid/chrome-token-signing/releases.","no-pt-id-card":"Portugalin henkilökorttia ei löytynyt. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta https://www.autenticacao.gov.pt/cc-aplicacao.","no-rs-id-card":"Serbialaista henkilökorttia ei löytynyt. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta http://ca.mup.gov.rs/download-lat.html.","no-fi-id-card":"Suomalaista henkilökorttia ei löytynyt. Katso ohjelmiston asennusohjeet osoitteesta: https://dvv.fi/kansalaisvarmenne-kortinlukijaohjelmisto","no-be-id-card":"Belgian henkilökorttia ei löytynyt. Varmista, että kortti on asetettu ja ohjelmisto asennettu osoitteesta https://eid.belgium.be.","confirm-doc-check-and-sign":"Ymmärsitkö asiakirjan sisällön ja oletko valmis viimeistelemään allekirjoituksen?","eparaksts-mobile":"eParaksts mobiili","powered-by-eideasy":"eIDEasyn palvelu","log-in":"Kirjaudu sisään","this-field-is-required":"Tämä kenttä on pakollinen","your-verification-code":"Vahvistuskoodisi:","cancel":"Peruuta","no-response-error":"Jokin meni pieleen. Varmista, että olet yhteydessä Internetiin, ja yritä sitten uudelleen.","back":"Takaisin","no-matching-countries":"Ei vastaavaa maata","id-card-read-timeout":"Henkilökortin lukeminen kesti liian kauan. Sulje kaikki avoimet selainikkunat ja yritä sitten uudelleen.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Hyväksy tunnistuspyyntö FREJA eID -sovelluksessa.","try-again":"Yritä uudelleen","pre-sign-confirmation":"Kun olet klikannut \\"Allekirjoita\\", tunnistamme sinut valitsemaasi metodia käyttäen ( {method} ) ja luomme oikeudellisesti sitovan allekirjoituksen.","login-method":"Kirjautumismenetelmä:","finnish-online-bank":"Suomalainen verkkopankki tai mobiilivarmenne","online-bank":"Verkkopankki","or":"tai\\n","transaction-id":"Tapahtuman tunnus","sign-in-evrotrust-app":"Allekirjoita tämä asiakirja Evrotrust -sovelluksessasi.\\n","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Muut maat","email-sms":"Sähköposti/SMS","email-code-sent":"Koodin sisältävä sähköposti on lähetetty osoitteeseen","sms-code-sent":"Tekstiviesti koodilla on lähetetty osoitteeseen","your-code":"Koodisi","signature-method":"Allekirjoitustapa","username-or-email":"Käyttäjätunnus tai sähköpostiosoite","cell-phone":"kännykkä","including-calling-code":"maakoodilla, joka sisältää \\"+\\", esimerkiksi +35112345678","enter-temp-security-code":"Syötä väliaikainen suojakoodi","mobile-key-signing-info":"Lisätietoja mobiiliavaimen allekirjoitusprosessista on osoitteessa https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Tämä toimenpide on lopullinen ja peruuttamaton.","you-have-5-minutes-to-enter-the-code":"Sinulla on 5 minuuttia aikaa syöttää koodi ennen kuin se vanhenee.","confirm":"vahvistaa","after-confirmation-following-docs-will-be-signed":"Vahvistuksen jälkeen allekirjoitetaan seuraavat asiakirjat:","code-by-sms":"SMS-koodi","confirmation-code-will-be-sent-to":"Vahvistuskoodi lähetetetään tälle vastaanottajalle:","continue":"Jatka","name":"Nimi","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Sähköisen allekirjoituksen PIN-koodi","approve-sign-request-on-freja-app":"Hyväksy allekirjoituspyyntö Freja eID-sovelluksessasi","no-required-software":"Sinulla ei ole asennettuna ohjelmistoa tämän toiminnon suorittamiseen. Seuraa ohjeita osoitteessa https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Allekirjoita pankissani","card-number":"kortin numero","your-sms-otp-code":"SMS OTP-koodisi","sign-in-halcom-app":"Allekirjoita tämä asiakirja Halcom-sovelluksessasi.","sign-in-swiss-id-app":"Vänligen underteckna detta dokument i din SwissID-app.","sign-in-app":"Allekirjoita tämä asiakirja {name-sovelluksessasi.}","be-id-card-signature-cancel-and-help":"Toiminta peruttiin.\\nPeruutitko, koska Belgian henkilökortin allekirjoitus ei toimi?\\nVarmista, että laitteeseen ei ole liitetty muita USB-tunnuksia tai älykortteja, paitsi itse belgialainen henkilökortti.\\nKatso sitten seuraava opas varmistaaksesi, että sinulla on kaikki tarvittavat ohjelmistot asennettuna: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Vaadittu ohjelmisto puuttuu. Katso seuraava opas tarvittavien ohjelmistokomponenttien asentamisesta: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} pyytää pääsyä nimesi ja tunnustietoihisi. Voit valtuuttaa eID Easyn välittämään nämä tiedot napsauttamalla alla olevaa painiketta.","method-setup-info":"{method} asetustiedot osoitteessa {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document.","sign-with-mitid":"Sign with MitID","log-on-with-mitid":"Log on with MitID"}')},71822:function(t){"use strict";t.exports=JSON.parse('{"no-ee-id-card":"Carte d\'identité introuvable. Veuillez vérifier si la carte est dans le lecteur et redémarrer le navigateur. Le logiciel peut être installé depuis la page www.id.ee.","yes":"Oui","no":"Non","phone-number":"numéro de téléphone","idcode":"code d\'identité personnel","country":"Pays","Sign":"Signer","USER_REFUSED":"L\'utilisateur n\'a pas souhaité continuer et a annulé l\'action","mobile-id":"Mobile ID","id-card":"Carte d\'identité","smart-id":"Smart-ID","no-lv-id-card":"Aucune carte d\'identité lettone n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site https://www.eparaksts.lv/en/Downloads est installé. Pour les signatures, assurez-vous que le plugin eParaksts pour navigateur est installé et activé.","no-lt-id-card":"Aucune carte d\'identité lituanienne n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site http://www.nsc.vrm.lt/downloads.htm est installé. Pour les signatures, il est également nécessaire d\'installer le plugin de navigateur trouvable ici https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Aucune carte d\'identité portugaise n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site https://www.autenticacao.gov.pt/cc-aplicacao est installé.","no-rs-id-card":"Aucune carte d\'identité serbe n\'a été trouvée. Veuillez vous assurer que la carte est insérée et que le logiciel trouvable sur ce site http://ca.mup.gov.rs/download-lat.html est installé.","no-fi-id-card":"Aucune carte d\'identité finlandaise n\'a été trouvée. Veuillez consulter les instructions d\'installation logicielle sur : https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Aucune carte d\'identité belge trouvée. Assurez-vous d\'avoir inséré la carte et installé le logiciel depuis https://eid.belgium.be. Veuillez redémarrer le navigateur si l\'erreur persiste.","confirm-doc-check-and-sign":"Avez-vous compris le contenu du document et êtes-vous prêt à finaliser la signature ?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Alimenté par eIDEasy","log-in":"Se connecter","this-field-is-required":"Ce champ est obligatoire","your-verification-code":"Votre code de vérification :","cancel":"Annuler","no-response-error":"Quelque chose a dysfonctionné. Assurez-vous d\'être connecté à Internet, puis réessayez.","back":"Retour","no-matching-countries":"Aucun pays correspondant","id-card-read-timeout":"La lecture de la carte d\'identité a pris trop de temps. Veuillez fermer toutes les fenêtres ouvertes du navigateur, puis réessayer.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Validez la demande d\'identification sur votre application FREJA eID","try-again":"Veuillez réessayer","pre-sign-confirmation":"Après avoir cliqué sur \\"Signer\\", nous vous identifierons à l\'aide de {method} et créerons une signature juridiquement contraignante.","login-method":"Méthode de connexion :","finnish-online-bank":"Banque en ligne finlandaise","online-bank":"Banque en ligne","or":"ou","transaction-id":"ID de transaction","sign-in-evrotrust-app":"Veuillez signer ce document dans votre application Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Autres pays","email-sms":"E-mail / SMS","email-code-sent":"Un e-mail avec le code a été envoyé à","sms-code-sent":"Un SMS avec le code a été envoyé à","your-code":"Votre code","signature-method":"Méthode de signature","username-or-email":"Nom d\'utilisateur ou email","cell-phone":"téléphone portable","including-calling-code":"avec code pays incluant \\"+\\", exemple +35112345678","enter-temp-security-code":"Entrez le code de sécurité temporaire","mobile-key-signing-info":"Vous pouvez trouver plus d\'informations sur le processus de signature de clé mobile sur https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Cette action est définitive et irréversible.","you-have-5-minutes-to-enter-the-code":"Vous avez 5 minutes pour entrer le code avant qu\'il n\'expire.","confirm":"confirmer","after-confirmation-following-docs-will-be-signed":"Après confirmation, les documents suivants seront signés :","code-by-sms":"Code par SMS","confirmation-code-will-be-sent-to":"Un code de confirmation sera envoyé à {}","continue":"Continuer","name":"Nom","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Broche de signature numérique","approve-sign-request-on-freja-app":"Approuver la demande de signature sur votre application FREJA eID","no-required-software":"Vous n\'avez pas installé le logiciel nécessaire pour effectuer cette action. Veuillez suivre les instructions sur https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Signer avec ma banque","card-number":"numéro de carte","your-sms-otp-code":"Votre code sms otp","sign-in-halcom-app":"Veuillez signer ce document dans votre application Halcom.","sign-in-swiss-id-app":"Veuillez signer ce document dans votre application SwissID.","sign-in-app":"Veuillez signer ce document dans votre application {name.}","be-id-card-signature-cancel-and-help":"L\'action a été annulée.\\nVous avez annulé parce que la signature de la carte d\'identité belge ne fonctionne pas ?\\nAssurez-vous qu\'aucun autre jeton USB ou carte à puce n\'est connecté à votre appareil, à l\'exception de la carte d\'identité belge elle-même.\\nConsultez ensuite le guide suivant pour vous assurer que tous les logiciels nécessaires sont installés {} https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Le logiciel requis est manquant. Consultez le guide suivant pour savoir comment installer les composants logiciels requis {} https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} demande l\'accès à vos données de nom et d\'identité personnelle. Pour autoriser l\'identification électronique à transférer facilement ces données, veuillez cliquer sur le bouton ci-dessous.","method-setup-info":"Des informations de configuration de la {method} à l\'adresse {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document.","sign-with-mitid":"Sign with MitID","log-on-with-mitid":"Log on with MitID"}')},65744:function(t){"use strict";t.exports=JSON.parse('{"no-ee-id-card":"Carta d\'identità non trovata. Si prega di verificare se la carta è nel lettore e riavviare il browser. Il software può essere installato dalla pagina www.id.ee.","yes":"Sì","no":"No","phone-number":"numero di telefono","idcode":"codice di identità personale","country":"Nazione","Sign":"Firma","USER_REFUSED":"L\'utente non ha voluto procedere e ha annullato l\'azione","mobile-id":"Mobile ID","id-card":"Carta d\'identità","smart-id":"Smart-ID","no-lv-id-card":"Nessuna carta d\'identità lettone trovata. Assicurati di avere la scheda inserita e il software installato da https://www.eparaksts.lv/en/Downloads. Per le firme, assicurati che il plug-in eParaksts per il browser sia installato e attivato.","no-lt-id-card":"Nessuna carta d\'identità lituana trovata. Assicurati di avere la scheda inserita e il software installato da http://www.nsc.vrm.lt/downloads.htm. Per le firme è necessario anche il plug-in del browser da https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Nessuna carta d\'identità portoghese trovata. Assicurati di avere la scheda inserita e il software installato da https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Nessuna carta d\'identità serba trovata. Assicurati di avere la scheda inserita e il software installato da http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Non è stata trovata alcuna carta d\'identità finlandese. Consulta le istruzioni per l\'installazione del software su: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Non è stata trovata alcuna carta d\'identità belga. Assicurati di aver inserito la carta e di aver installato il software da https://eid.belgium.be. Se l\'errore persiste, riavvia il browser.","confirm-doc-check-and-sign":"Comprendi i contenuti del documento e sei pronto a finalizzare la firma?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Log In","this-field-is-required":"Questo campo è richiesto","your-verification-code":"Il tuo codice di verifica:","cancel":"Annulla","no-response-error":"Qualcosa è andato storto. Assicurati di essere connesso ad Internet, quindi prova ancora.","back":"Indietro","no-matching-countries":"Nessun paese corrispondente","id-card-read-timeout":"La lettura della carta di identità ha richiesto troppo. Ti preghiamo di chiudere tutte le finestre aperte del browser e riprovare.","zeal-id":"ZealiD","freja-eid":"eID Freja","se-freja-id-code-placeholder":"AAAAMMGGXXXX","approve-id-request-on-freja-app":"Approva la richiesta di identificazione sulla tua app FREJA eID","try-again":"Prova ancora","pre-sign-confirmation":"Dopo aver cliccato \\"Firma\\" ti identificheremo usando {method} e creeremo una firma legalmente vincolante.","login-method":"Metodo di login:","finnish-online-bank":"Banca Online finlandese","online-bank":"Banca Online","or":"oppure","transaction-id":"ID Transazione","sign-in-evrotrust-app":"Per piacere firma questo documento nella tua app Evrotrust.","eparaksts-eid":"eID eParaksts","varmennekortti":"Varmennekortti","other-countries":"Altri paesi","email-sms":"E-mail/SMS","email-code-sent":"Una email con il codice è stata inviata a","sms-code-sent":"Un SMS con il codice è stato inviato a","your-code":"Il tuo codice","signature-method":"Metodo di firma","username-or-email":"Nome utente o email","cell-phone":"cellulare","including-calling-code":"con prefisso internazionale comprensivo di \\"+\\", esempio +35112345678","enter-temp-security-code":"Inserisci il codice di sicurezza temporaneo","mobile-key-signing-info":"Puoi trovare maggiori informazioni sul processo di firma della chiave mobile su https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Questa azione è definitiva e irreversibile.\\n","you-have-5-minutes-to-enter-the-code":"Hai 5 minuti per inserire il codice prima che scada.\\n","confirm":"Confermare","after-confirmation-following-docs-will-be-signed":"Dopo la conferma, verranno firmati i seguenti documenti:","code-by-sms":"Codice per SMS","confirmation-code-will-be-sent-to":"Un codice di conferma verrà inviato a:","continue":"Continua\\n","name":"Nome","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Spilla per firma digitale","approve-sign-request-on-freja-app":"Approva la richiesta di firma sulla tua applicazione FREJA eID","no-required-software":"Non hai installato il software necessario per completare questa azione. Segui le istruzioni di https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Firma con la mia banca","card-number":"numero di carta","your-sms-otp-code":"Il tuo codice sms otp","sign-in-halcom-app":"Firma questo documento nella tua app Halcom.","sign-in-swiss-id-app":"Firma questo documento nella tua app SwissID.","sign-in-app":"Firma questo documento nella tua app {name.}","be-id-card-signature-cancel-and-help":"L\'azione è stata annullata.\\nHai annullato perché la firma della carta d\'identità belga non funziona?\\nAssicurati che non ci siano altri token USB o smart card collegati al tuo dispositivo ad eccezione della stessa carta d\'identità belga.\\nQuindi consulta la seguente guida per assicurarti di aver installato tutto il software necessario: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Manca il software richiesto. Consulta la seguente guida su come installare i componenti software richiesti: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} richiede di accedere al tuo nome e ai dati personali. Per autorizzare eID Facile inoltrare questi dati, fare clic sul pulsante qui sotto.","method-setup-info":"{method} setup informazioni su {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document.","sign-with-mitid":"Sign with MitID","log-on-with-mitid":"Log on with MitID"}')},18102:function(t){"use strict";t.exports=JSON.parse('{"no-ee-id-card":"Nepavyko rasti prijungtos asmens tapatybės kortelės. Įsitikinkite, kad kortelė tinkamai prijungta prie skaitytuvo, o šis – prie kompiuterio ir iš naujo paleiskite naršyklę. Programinę įrangą galite rasti www.id.ee","yes":"Taip","no":"Ne","phone-number":"telefono numeris","idcode":"asmens kodas","country":"Šalis","Sign":"Pasirašyti","USER_REFUSED":"Vartotojas šį veiksmą nutraukė.","mobile-id":"M. parašas","id-card":"Asmens tapatybės kortelė","smart-id":"Smart-ID","no-lv-id-card":"Latvijos asmens tapatybės kortelės nerasta. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš https://www.eparaksts.lv/en/Downloads. Norėdami pasirašyti, įsitikinkite, kad naršyklės įskiepis \\"eParaksts\\" yra įdiegtas ir aktyvuotas.","no-lt-id-card":"Nerasta asmens tapatybės kortelė. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš http://www.nsc.vrm.lt/downloads.htm","no-pt-id-card":"Portugalijos asmens tapatybės kortelės nerasta. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Serbijos asmens tapatybės kortelės nerasta. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Suomijos asmens tapatybės kortelės nerasta. Žiūrėkite programinės įrangos diegimo instrukcijas iš: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Belgijos asmens tapatybės kortelės nerasta. Įsitikinkite, kad kortelė įdėta ir programinė įranga įdiegta iš https://eid.belgium.be. Parašams taip pat reikalingas naršyklės įskiepis iš https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Ar supratote dokumento turinį ir esate pasirengę pasirašyti?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Powered by eIDEasy","log-in":"Prisijungti","this-field-is-required":"Šį lauką būtina užpildyti","your-verification-code":"Jūsų patvirtinimo kodas:","cancel":"Atšaukti","no-response-error":"Kažkas ne taip. Įsitikinkite, kad esate prisijungę prie interneto, tada bandykite dar kartą.","back":"Atgal","no-matching-countries":"Nėra atitinkamų šalių","id-card-read-timeout":"Perskaityti asmens tapatybės kortelę užtruko per ilgai. Uždarykite visus atidarytus naršyklės langus ir bandykite dar kartą.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Patvirtinkite identifikavimo prašymą savo FREJA eID programėlėje","try-again":"Bandykite dar kartą","pre-sign-confirmation":"Spustelėję „Pasirašyti“ mes identifikuosime jus naudodami: {method} ir sukursime teisiškai privalomą parašą.","login-method":"Prisijungimo būdas:","finnish-online-bank":"Suomijos interneto bankas","online-bank":"Interneto bankas","or":"arba","transaction-id":"Sandorio ID","sign-in-evrotrust-app":"Pasirašykite šį dokumentą savo „Evrotrust“ programėlėje.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Kitos šalys","email-sms":"El. paštas/SMS žinutė","email-code-sent":"El. laiškas su kodu išsiųstas ","sms-code-sent":"Buvo išsiųsta SMS žinutė su kodu","your-code":"Jūsų kodas","signature-method":"Pasirašymo būdas","username-or-email":"Vartotojo vardas arba el. pašto adresas","cell-phone":"Mobilusis telefonas","including-calling-code":"su šalies kodu, įskaitant „+“, pavyzdžiui, +35112345678","enter-temp-security-code":"Įveskite laikiną apsaugos kodą","mobile-key-signing-info":"Daugiau informacijos apie mobiliojo rakto pasirašymo procesą galite rasti adresu https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Šis veiksmas yra galutinis ir negrįžtamas.","you-have-5-minutes-to-enter-the-code":"Turite 5 minutes įvesti kodą, kol jis pasibaigs.","confirm":"patvirtinti","after-confirmation-following-docs-will-be-signed":"Po patvirtinimo bus pasirašyti šie dokumentai:","code-by-sms":"SMS kodas","confirmation-code-will-be-sent-to":"Patvirtinimo kodas bus išsiųstas:","continue":"Tęsti","name":"Vardas","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Skaitmeninio parašo PIN kodas","approve-sign-request-on-freja-app":"Patvirtinkite pasirašymo prašymą savo FREJA eID programėlėje","no-required-software":"Neturite įdiegtos programinės įrangos, reikalingos šiam veiksmui atlikti. Vykdykite instrukcijas adresu https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Pasirašykite su mano banku","card-number":"kortelės numeris","your-sms-otp-code":"Jūsų sms otp kodas","sign-in-halcom-app":"Pasirašykite šį dokumentą savo „Halcom“ programėlėje.","sign-in-swiss-id-app":"Pasirašykite šį dokumentą savo SwissID programėlėje.","sign-in-app":"Pasirašykite šį dokumentą savo {name} programėlėje.","be-id-card-signature-cancel-and-help":"Akcija buvo atšaukta.\\nAr atšaukėte, nes neveikia Belgijos asmens tapatybės kortelės pasirašymas?\\nĮsitikinkite, kad prie jūsų įrenginio nėra prijungtų kitų USB žetonų ar intelektualiųjų kortelių, išskyrus pačią Belgijos asmens tapatybės kortelę.\\nTada peržiūrėkite šį vadovą, kad įsitikintumėte, jog įdiegta visa reikalinga programinė įranga: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Trūksta reikiamos programinės įrangos. Žr. šį vadovą, kaip įdiegti reikiamus programinės įrangos komponentus: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} prašo prieigos prie jūsų vardo ir asmens ID duomenų. Norėdami įgalioti „eID Easy“ persiųsti šiuos duomenis, spustelėkite toliau esantį mygtuką.","method-setup-info":"{method} nustatymo informacija adresu {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document.","sign-with-mitid":"Sign with MitID","log-on-with-mitid":"Log on with MitID"}')},36048:function(t){"use strict";t.exports=JSON.parse('{"no-ee-id-card":"ID karte nav atrasta. Lūdzu, pārbaudiet, vai karte ir lasītājā, un restartējiet pārlūkprogrammu. Programmatūru var instalēt no vietnes www.id.ee.","yes":"Jā","no":"Nē","phone-number":"telefona numurs","idcode":"personas kods","country":"Valsts","Sign":"Parakstīties","USER_REFUSED":"Lietotājs nevēlējās turpināt un atcēla darbību","mobile-id":"Mobilais ID","id-card":"ID karte","smart-id":"Smart-ID","no-lv-id-card":"Latvijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://www.eparaksts.lv/lv/lejupielades. Parakstiem, lūdzu, pārliecinieties, vai ir instalēts un aktivizēts eParaksts pārlūka spraudnis.","no-lt-id-card":"Lietuvas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes http://www.nsc.vrm.lt/downloads.htm. Parakstiem ir nepieciešams arī pārlūkprogrammas spraudnis no https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Portugāles ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Serbijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Somijas ID karte nav atrasta. Lūdzu, sk. programmatūras instalēšanas instrukciju: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Beļģijas ID karte nav atrasta. Lūdzu, pārliecinieties, vai esat ievietojis karti un instalēta programmatūra no vietnes https://eid.belgium.be. Parakstiem ir nepieciešams arī pārlūkprogrammas spraudnis no vietnes https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Vai sapratāt dokumenta saturu un esat gatavs pabeigt parakstu?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Nodrošina eIDEasy","log-in":"Pieslēgties","this-field-is-required":"Šis lauks ir obligāts","your-verification-code":"Jūsu verifikācijas kods:","cancel":"Atcelt","no-response-error":"Kaut kas nogāja greizi. Pārliecinieties, vai ir izveidots savienojums ar internetu, un tad mēģiniet vēlreiz.","back":"Atpakaļ","no-matching-countries":"Nav atbilstošu valstu","id-card-read-timeout":"ID kartes lasīšana aizņēma pārāk ilgu laiku. Lūdzu, aizveriet visus atvērtos pārlūkprogrammas logus un pēc tam mēģiniet vēlreiz.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"GGGGMMDDXXXX","approve-id-request-on-freja-app":"Apstipriniet identifikācijas pieprasījumu savā FREJA eID lietotnē","try-again":"Mēģiniet vēlreiz","pre-sign-confirmation":"Pēc noklikšķināšanas uz \\"Parakstīt\\" mēs identificēsim jūs, izmantojot: {method,} un izveidosim juridiski saistošu parakstu.","login-method":"Pieslēgšanās metode:","finnish-online-bank":"Somijas internetbanka","online-bank":"Internetbanka","or":"vai","transaction-id":"Darījuma ID","sign-in-evrotrust-app":"Lūdzu, parakstiet šo dokumentu savā Evrotrust lietotnē.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Citas valstis","email-sms":"E-pasts/ SMS","email-code-sent":"E-pasts ar kodu ir nosūtīts uz","sms-code-sent":"SMS ar kodu ir nosūtīta uz","your-code":"Jūsu kods","signature-method":"Parakstīšanās metode","username-or-email":"Lietotājvārds vai e-pasts","cell-phone":"Mobilais telefons","including-calling-code":"ar valsts kodu, tostarp \\"+\\", piemēram, +35112345678","enter-temp-security-code":"Ievadiet pagaidu drošības kodu","mobile-key-signing-info":"Plašāku informāciju par mobilās atslēgas parakstīšanas procesu varat atrast vietnē https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Šī darbība ir galīga un neatgriezeniska.","you-have-5-minutes-to-enter-the-code":"Jums ir 5 minūtes, lai ievadītu kodu, pirms tas beidzas.","confirm":"Apstiprināt","after-confirmation-following-docs-will-be-signed":"Pēc apstiprināšanas tiks parakstīti šādi dokumenti:","code-by-sms":"Kods pa SMS","confirmation-code-will-be-sent-to":"Apstiprināšanas kods tiks nosūtīts uz:","continue":"Turpināt","name":"Vārds","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digitālā paraksta pin","approve-sign-request-on-freja-app":"Apstipriniet parakstīšanas lūgumu jūsu FREJA eID aplikācijā","no-required-software":"Jums nav instalēta nepieciešamā programmatūra, lai pabeigtu šo darbību. Lūdzu, izpildiet norādījumus vietnē https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts karte","sign-with-my-bank":"Parakstīties ar manu banku","card-number":"kartes numurs","your-sms-otp-code":"Jūsu SMS OTP kods","sign-in-halcom-app":"Lūdzu, parakstiet šo dokumentu savā Halcom lietotnē.","sign-in-swiss-id-app":"Lūdzu, parakstiet šo dokumentu savā SwissID lietotnē.","sign-in-app":"Lūdzu, parakstiet šo dokumentu savā {name} lietotnē.","be-id-card-signature-cancel-and-help":"Akcija tika atcelta.\\nVai atcēlāt, jo Beļģijas ID kartes parakstīšana nedarbojas?\\nPārliecinieties, vai ierīcei nav pievienoti citi USB marķieri vai viedkartes, izņemot pašu Beļģijas ID karti.\\nPēc tam skatiet šo rokasgrāmatu, lai pārliecinātos, ka jums ir instalēta visa nepieciešamā programmatūra: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Trūkst vajadzīgās programmatūras. Skatiet šo rokasgrāmatu par nepieciešamo programmatūras komponentu instalēšanu: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} pieprasa piekļuvi jūsu vārdam un personas ID datiem. Lai autorizētu eID Easy pārsūtīt šos datus, lūdzu, noklikšķiniet uz tālāk esošās pogas.","method-setup-info":"{method} iestatīšanas informācija vietnē {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document.","sign-with-mitid":"Sign with MitID","log-on-with-mitid":"Log on with MitID"}')},86709:function(t){"use strict";t.exports=JSON.parse('{"no-ee-id-card":"Cartão de identificação não encontrado. Verifique se o cartão está no leitor e reinicie o navegador. O software pode ser instalado a partir da página www.id.ee.","yes":"Sim","no":"Não","phone-number":"número de telefone","idcode":"Código de identificação pessoal","country":"Pais","Sign":"Assinar","USER_REFUSED":"O usuário não deseja continuar e cancelou a ação","mobile-id":"Mobile ID","id-card":"Cartão de Cidadão","smart-id":"Smart-ID","no-lv-id-card":"Nenhum cartão de identificação letão encontrado. Certifique-se de inserir o cartão e instalar o software em https://www.eparaksts.lv/en/Downloads. Para assinaturas, certifique-se de que o plugin eParaksts para o navegador esteja instalado e ativado.","no-lt-id-card":"Nenhum cartão de identificação lituano encontrado. Certifique-se de inserir o cartão e instalar o software em http://www.nsc.vrm.lt/downloads.htm. Para assinaturas também é necessário o plug-in do navegador em https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Nenhum cartão de identidade de Portugal encontrado. Certifique-se de que inseriu o cartão e instalou o software a partir de https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Nenhum cartão de identificação sérvio encontrado. Certifique-se de ter o cartão inserido e o software instalado de http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Nenhum cartão de identificação finlandês encontrado. Consulte as instruções de instalação do software em: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Nenhum cartão de identificação da Bélgica encontrado. Certifique-se de inserir o cartão e instalar o software em https://eid.belgium.be. Para assinaturas também é necessário o plug-in do navegador em https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Você entendeu o conteúdo do documento e está pronto para finalizar a assinatura?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Distribuído por eIDEasy","log-in":"Entrar","this-field-is-required":"Campo obrigatório","your-verification-code":"O seu código de verificação","cancel":"Cancelar","no-response-error":"Ocorreu um erro. Certifique-se de que você esteja conectado à Internet e tente novamente.","back":"Voltar","no-matching-countries":"Não existem países","id-card-read-timeout":"A leitura do Cartão demorou demasiado tempo. Por favor feche o browser e tente de novo","zeal-id":"ZealID","freja-eid":"Freja eID","se-freja-id-code-placeholder":"YYYYMMDDXXXX","approve-id-request-on-freja-app":"Aprovar o pedido de identificação no sua aplicação FREJA eID","try-again":"Tente novamente","pre-sign-confirmation":"Depois de clicar em \\"Assinar\\", iremos identificá-lo usando o {method} e criaremos uma assinatura juridicamente vinculativa.","login-method":"Método de login:","finnish-online-bank":"Banco online finlandês","online-bank":"Banco Online","or":"ou","transaction-id":"id de transação","sign-in-evrotrust-app":"Assine este documento em seu aplicativo Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Outros países","email-sms":"Email/SMS","email-code-sent":"Um e-mail com o código foi enviado para","sms-code-sent":"Um SMS com o código foi enviado para","your-code":"O seu código","signature-method":"Método de assinatura","username-or-email":"Nome de usuário ou email","cell-phone":"Telemóvel","including-calling-code":"com código do país incluindo \\"+\\", exemplo +35112345678","enter-temp-security-code":"Inserir código de segurança temporário","mobile-key-signing-info":"Pode encontrar mais informação sobre o processo de assinatura com a chave móvel em https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Esta ação é definitiva e irreversível.","you-have-5-minutes-to-enter-the-code":"Tem 5 minutos para introduzir o código antes que expire","confirm":"confirme","after-confirmation-following-docs-will-be-signed":"Após a confirmação, os seguintes documentos serão assinados:","code-by-sms":"Código por SMS","confirmation-code-will-be-sent-to":"Um código de confirmação será enviado para:","continue":"Continue","name":"Nome","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"PIN de assinatura da CMD","approve-sign-request-on-freja-app":"Aprove a solicitação de assinatura na sua aplicação FREJA eID","no-required-software":"Você não tem o software necessário instalado para concluir esta ação. Siga as instruções em https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Assine com meu banco","card-number":"número do cartão","your-sms-otp-code":"Seu código sms otp","sign-in-halcom-app":"Assine este documento em seu aplicativo Halcom.","sign-in-swiss-id-app":"Por favor, assine este documento em seu aplicativo SwissID.","sign-in-app":"Por favor, assine este documento em seu aplicativo {name.}","be-id-card-signature-cancel-and-help":"A ação foi cancelada.\\nVocê cancelou porque a assinatura da carteira de identidade belga não está funcionando?\\nCertifique-se de que não há outros tokens USB ou cartões inteligentes conectados ao seu dispositivo, exceto o próprio cartão de identificação belga.\\nEm seguida, consulte o guia a seguir para garantir que você tenha todo o software necessário instalado: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"O software necessário está ausente. Consulte o seguinte guia sobre como instalar os componentes de software necessários: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} está solicitando o acesso ao seu nome e dados de identificação pessoal. Para autorizar o eID Fácil encaminhar esses dados, clique no botão abaixo.","method-setup-info":"{method} setup informação em {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document.","sign-with-mitid":"Sign with MitID","log-on-with-mitid":"Log on with MitID"}')},88809:function(t){"use strict";t.exports=JSON.parse('{"no-ee-id-card":"ID-картa не найдена. Пожалуйста, проверьте, есть ли карта в считывателе и перезапустите браузер. Программное обеспечение можно установить со страницы www.id.ee.","yes":"Да","no":"Нет","phone-number":"номер телефона","idcode":"персональный код","country":"Страна","Sign":"Подпись","USER_REFUSED":"Пользователь отменил действие","mobile-id":"Мобильный ID","id-card":"ID-карта","smart-id":"Smart-ID","no-lv-id-card":"Не найдена Латвийская ID-карта. Убедитесь, что ​​карта вставлена и установлено программное обеспечение с https://www.eparaksts.lv/en/Downloads. Для подписей убедитесь, что плагин eParaksts для браузера установлен и активирован.","no-lt-id-card":"Не найдена Литовская ID-карта. Убедитесь, что ​​карта вставлена и установлено программное обеспечение с http://www.nsc.vrm.lt/downloads.htm. Для подписей также необходим плагин браузера с https://github.com/open-eid/chrome-token-signing/releases","no-pt-id-card":"Не найдена Португальская ID-карта. Убедитесь, что карта вставлена и установлено программное обеспечение с https://www.autenticacao.gov.pt/cc-aplicacao","no-rs-id-card":"Не найдена Сербская ID-карта. Убедитесь, что карта вставлена и установлено программное обеспечение с http://ca.mup.gov.rs/download-lat.html","no-fi-id-card":"Не найдена Финская ID-карта. См. инструкции по установке программного обеспечения здесь: https://dvv.fi/en/download-card-reader-software","no-be-id-card":"Не найдена Бельгийская ID-карта. Убедитесь, что карта вставлена и установлено программное обеспечение с https://eid.belgium.be. Для подписей также необходим плагин браузера с https://github.com/open-eid/chrome-token-signing/releases","confirm-doc-check-and-sign":"Поняли ли вы содержание документа и готовы ли завершить подписание?","eparaksts-mobile":"eParaksts mobile","powered-by-eideasy":"Создано eIDEasy","log-in":"Войти","this-field-is-required":"Это поле обязательно к заполнению","your-verification-code":"Ваш проверочный код:","cancel":"Отмена","no-response-error":"Что-то пошло не так. Убедитесь, что вы подключены к Интернету, затем повторите попытку.","back":"Назад","no-matching-countries":"Нет подходящих стран","id-card-read-timeout":"Чтение удостоверения личности заняло слишком много времени. Закройте все открытые окна браузера и повторите попытку.","zeal-id":"ZealiD","freja-eid":"Freja eID","se-freja-id-code-placeholder":"ГГГГMMДДXXXX","approve-id-request-on-freja-app":"Одобрить запрос на идентификацию в вашем приложении FREJA eID","try-again":"Повторите попытку","pre-sign-confirmation":"После нажатия кнопки «Подписать» мы идентифицируем вас с помощью {method} и создадим юридически обязательную подпись.","login-method":"Способ входа:","finnish-online-bank":"Финский интернет-банк","online-bank":"Интернет-банк","or":"или","transaction-id":"ID транзакции","sign-in-evrotrust-app":"Пожалуйста, подпишите этот документ в своем приложении Evrotrust.","eparaksts-eid":"eParaksts eID","varmennekortti":"Varmennekortti","other-countries":"Другие страны","email-sms":"Электронная почта/SMS","email-code-sent":"Письмо с кодом было отправлено на адрес","sms-code-sent":"SMS с кодом отправлено на","your-code":"Ваш код","signature-method":"Метод подписи","username-or-email":"Имя пользователя или адрес электронной почты","cell-phone":"сотовый телефон","including-calling-code":"с кодом страны, включая \\"+\\", пример +35112345678","enter-temp-security-code":"Введите временный защитный код","mobile-key-signing-info":"Дополнительную информацию о процессе подписания мобильного ключа можно найти на странице https://www.autenticacao.gov.pt/cmd-assinatura.","signature-confirmation-irreversible-note":"Это действие является окончательным и необратимым.","you-have-5-minutes-to-enter-the-code":"У вас есть 5 минут, чтобы ввести код до истечения срока его действия.","confirm":"подтверждать","after-confirmation-following-docs-will-be-signed":"После подтверждения будут подписаны следующие документы:","code-by-sms":"Код по СМС","confirmation-code-will-be-sent-to":"Код подтверждения будет отправлен:","continue":"Продолжить","name":"Имя","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Чаве Мовель","digital-signature-pin":"Пин-код цифровой подписи","approve-sign-request-on-freja-app":"Подтвердите запрос на подпись в приложении FREJA eID.","no-required-software":"У вас не установлено необходимое программное обеспечение для выполнения этого действия. Следуйте инструкциям по адресу: https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Подписать с моим банком","card-number":"номер карты","your-sms-otp-code":"Ваш смс код отп","sign-in-halcom-app":"Подпишите этот документ в приложении Halcom.","sign-in-swiss-id-app":"Подпишите этот документ в приложении SwissID.","sign-in-app":"Пожалуйста, подпишите этот документ в вашем приложении {name.}","be-id-card-signature-cancel-and-help":"Действие было отменено.\\nВы отменили подписку, потому что бельгийское удостоверение личности не работает?\\nУбедитесь, что к вашему устройству не подключены другие USB-токены или смарт-карты, кроме самого бельгийского удостоверения личности.\\nЗатем см. следующее руководство, чтобы убедиться, что у вас установлено все необходимое программное обеспечение: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Необходимое программное обеспечение отсутствует. См. следующее руководство по установке необходимых программных компонентов: https://eideasy.com/belgian-id-software-installation/","client-request-data-confirmation":"{websiteName} {companyName} запрашивает доступ к вашему имени и персональные данные. Чтобы авторизовать eID Easy вперед эти данные, пожалуйста, нажмите кнопку ниже.","method-setup-info":"{method} настройки информации на {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document.","sign-with-mitid":"Sign with MitID","log-on-with-mitid":"Log on with MitID"}')},30840:function(t){"use strict";t.exports=JSON.parse('{"no-ee-id-card":"ID-kortet har inte hittats. Kontrollera om kortet finns i läsaren och starta om webbläsaren. Programvaran kan installeras från sidan www.id.ee.","yes":"Ja","no":"Nej","phone-number":"telefonnummer","idcode":"kod för personlig identitet","country":"Land","Sign":"Underteckna","USER_REFUSED":"Användaren ville inte fortsätta och avbröt åtgärden.","mobile-id":"Mobil-ID\\n","id-card":"ID-kort","smart-id":"Smart-ID","no-lv-id-card":"Inget lettiskt ID-kort hittades. Kontrollera att kortet är insatt och att programvaran är installerad från https://www.eparaksts.lv/en/Downloads. För underteckningar ska du se till att eParaksts insticksprogram för webbläsaren är installerat och aktiverat.","no-lt-id-card":"Inget litauiskt ID-kort hittades. Kontrollera att kortet är insatt och att programvaran är installerad från http://www.nsc.vrm.lt/downloads.htm. För underteckningar behövs också en webbläsarplugin från https://github.com/open-eid/chrome-token-signing/releases.","no-pt-id-card":"Inget portugisiskt ID-kort hittades. Kontrollera att kortet är insatt och att programvaran är installerad från https://www.autenticacao.gov.pt/cc-aplicacao.","no-rs-id-card":"Inget serbiskt ID-kort hittades. Kontrollera att du har kortet insatt och programvaran installerad från http://ca.mup.gov.rs/download-lat.html.","no-fi-id-card":"Inget finskt ID-kort hittades. Se instruktionerna för installation av programvaran från: https://dvv.fi/sv/medborgarcertifikat-kortlasarprogram","no-be-id-card":"Inget belgiskt ID-kort hittades. Kontrollera att kortet är insatt och att programvaran är installerad från https://eid.belgium.be. För underteckningar behövs också en webbläsarplugin från https://github.com/open-eid/chrome-token-signing/releases.","confirm-doc-check-and-sign":"Har du förstått dokumentets innehåll och är redo att underteckna det?","eparaksts-mobile":"eParaksts mobil","powered-by-eideasy":"Drivs av eIDEasy","log-in":"Logga in\\n","this-field-is-required":"Detta fält är obligatoriskt","your-verification-code":"Din verifieringskod:","cancel":"Avbryt","no-response-error":"Något gick fel. Kontrollera att du är ansluten till Internet och försök sedan igen.","back":"Tillbaka","no-matching-countries":"Inga matchande länder","id-card-read-timeout":"Det tog för lång tid att läsa ID-kortet. Stäng alla öppna webbläsarfönster och försök igen.","zeal-id":"ZealiD\\n","freja-eid":"Freja eID","se-freja-id-code-placeholder":"ÅÅÅÅMMDDXXXX\\n","approve-id-request-on-freja-app":"Godkänn begäran om identifiering i din FREJA eID-app.","try-again":"Försök igen\\n","pre-sign-confirmation":"När du har klickat på \\" Underteckna \\" kommer vi att identifiera dig med hjälp av {-metoden} och skapa en juridiskt bindande namnunderskrift.","login-method":"Inloggningsmetod:\\n","finnish-online-bank":"Finska nätbanken\\n","online-bank":"Online-bank\\n","or":"eller\\n","transaction-id":"Transaktions ID\\n","sign-in-evrotrust-app":"Underteckna det här dokumentet i din Evrotrust-app.","eparaksts-eid":"eParaksts eID","varmennekortti":"Certifikatkort","other-countries":"Andra länder\\n","email-sms":"E-post/SMS","email-code-sent":"Ett mejl med koden har skickats till\\n","sms-code-sent":"Ett SMS med koden har skickats till\\n","your-code":"Din kod\\n","signature-method":"Underteckningsmetod","username-or-email":"Användarnamn eller e-mail","cell-phone":"mobiltelefon","including-calling-code":"med landskod inklusive \\"+\\", exempel +35112345678","enter-temp-security-code":"Ange tillfällig säkerhetskod","mobile-key-signing-info":"Du kan hitta mer information om processen för mobilnyckelsignering på https://www.autenticacao.gov.pt/cmd-assinatura","signature-confirmation-irreversible-note":"Denna åtgärd är definitiv och oåterkallelig.","you-have-5-minutes-to-enter-the-code":"Du har 5 minuter på dig att ange koden innan den löper ut.","confirm":"bekräfta","after-confirmation-following-docs-will-be-signed":"Efter bekräftelse kommer följande dokument att undertecknas:","code-by-sms":"Kod via SMS","confirmation-code-will-be-sent-to":"Bekräftelsekod sänds till:","continue":"Fortsätt","name":"Namn","fi-freja-id-code-placeholder":"YYMMDD-XXXXX","no-freja-id-code-placeholder":"DDMMYYYYXXX","dk-freja-id-code-placeholder":"DDMMYYXXXX","chave-movel":"Chave Móvel","digital-signature-pin":"Digital signaturstift","approve-sign-request-on-freja-app":"Godkänn signeringsförfrågan i din Freja eID app","no-required-software":"Du har inte den nödvändiga programvaran installerad för att slutföra denna åtgärd. Vänligen följ instruktionerna på https://eideasy.com/how-to-install-token-signing-extension-for-google-chrome/","ee-freja-id-code-placeholder":"GYYMMDDNNNC","lv-freja-id-code-placeholder":"DDMMYY-XNNNC","lt-freja-id-code-placeholder":"GYYMMDDNNNC","ro-freja-id-code-placeholder":"GYYMMDDZZNNNC","sk-freja-id-code-placeholder":"YYMMDD/NNNC","pl-freja-id-code-placeholder":"YYMMDDNNNGC","gl-freja-id-code-placeholder":"DDMMYY-SSSS","gb-freja-id-code-placeholder":"PP-NNNNNN-S","eparaksts-smart-card":" eParaksts smart card","sign-with-my-bank":"Signera med min bank","card-number":"kortnummer","your-sms-otp-code":"Din sms otp-kod","sign-in-halcom-app":"Vänligen signera detta dokument i din Halcom-app.","sign-in-swiss-id-app":"Vänligen underteckna detta dokument i din SwissID-app.","sign-in-app":"Vänligen underteckna detta dokument i din {name} app.","be-id-card-signature-cancel-and-help":"Åtgärden avbröts.\\nAvbröt du för att signeringen av det belgiska ID-kortet inte fungerar?\\nSe till att det inte finns några andra USB-tokens eller smartkort anslutna till din enhet förutom själva det belgiska ID-kortet.\\nSe sedan följande guide för att se till att du har all nödvändig programvara installerad: https://eideasy.com/belgian-id-software-installation","be-id-signature-no-implementation":"Nödvändig programvara saknas. Se följande guide om hur du installerar de nödvändiga programvarukomponenterna: https://eideasy.com/belgian-id-software-installation","client-request-data-confirmation":"{websiteName} {companyName} begär åtkomst till ditt namn och personlig information. Klicka på knappen nedan för att godkänna eID Easy vidarebefordran av denna data.","method-setup-info":"{method} inställningsinformation på {link}","i-accept-and-approve-this-doc":"I accept and approve the contents of this document.","sign-with-mitid":"Sign with MitID","log-on-with-mitid":"Log on with MitID"}')}},a={};function n(t){var s=a[t];if(void 0!==s)return s.exports;var i=a[t]={id:t,exports:{}};return e[t].call(i.exports,i,i.exports,n),i.exports}!function(){n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,{a:e}),e}}(),function(){n.d=function(t,e){for(var a in e)n.o(e,a)&&!n.o(t,a)&&Object.defineProperty(t,a,{enumerable:!0,get:e[a]})}}(),function(){n.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"===typeof window)return window}}()}(),function(){n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}}(),function(){n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}}(),function(){n.p=""}();var s={};return function(){"use strict";if(n.r(s),"undefined"!==typeof window){var t=window.document.currentScript,e=t&&t.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);e&&(n.p=e[1])}var a=n(77203),i=n.n(a),r=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.app},[t.initErrors.length?e("div",t._l(t.initErrors,(function(a){return e("AppAlert",{key:a.text,attrs:{scheme:"danger"}},[t._v(" "+t._s(a.text)+" ")])})),1):e("AppLayout")],1)},o=[];n(57658);const l=Object.freeze({AF:"+93",AX:"+358",AL:"+355",DZ:"+213",AS:"+1684",AD:"+376",AO:"+244",AI:"+1264",AQ:"+672",AG:"+1268",AR:"+54",AM:"+374",AW:"+297",AU:"+61",AT:"+43",AZ:"+994",BS:"+1242",BH:"+973",BD:"+880",BB:"+1246",BY:"+375",BE:"+32",BZ:"+501",BJ:"+229",BM:"+1441",BT:"+975",BO:"+591",BA:"+387",BW:"+267",BR:"+55",IO:"+246",BN:"+673",BG:"+359",BF:"+226",BI:"+257",KH:"+855",CM:"+237",CA:"+1",CV:"+238",KY:"+ 345",CF:"+236",TD:"+235",CL:"+56",CN:"+86",CX:"+61",CC:"+61",CO:"+57",KM:"+269",CG:"+242",CD:"+243",CK:"+682",CR:"+506",CI:"+225",HR:"+385",CU:"+53",CY:"+357",CZ:"+420",DK:"+45",DJ:"+253",DM:"+1767",DO:"+1849",EC:"+593",EG:"+20",SV:"+503",GQ:"+240",ER:"+291",EE:"+372",ET:"+251",FK:"+500",FO:"+298",FJ:"+679",FI:"+358",FR:"+33",GF:"+594",PF:"+689",GA:"+241",GM:"+220",GE:"+995",DE:"+49",GH:"+233",GI:"+350",GR:"+30",GL:"+299",GD:"+1473",GP:"+590",GU:"+1671",GT:"+502",GG:"+44",GN:"+224",GW:"+245",GY:"+595",HT:"+509",VA:"+379",HN:"+504",HK:"+852",HU:"+36",IS:"+354",IN:"+91",ID:"+62",IR:"+98",IQ:"+964",IE:"+353",IM:"+44",IL:"+972",IT:"+39",JM:"+1876",JP:"+81",JE:"+44",JO:"+962",KZ:"+77",KE:"+254",KI:"+686",KP:"+850",KR:"+82",KW:"+965",KG:"+996",LA:"+856",LV:"+371",LB:"+961",LS:"+266",LR:"+231",LY:"+218",LI:"+423",LT:"+370",LU:"+352",MO:"+853",MK:"+389",MG:"+261",MW:"+265",MY:"+60",MV:"+960",ML:"+223",MT:"+356",MH:"+692",MQ:"+596",MR:"+222",MU:"+230",YT:"+262",MX:"+52",FM:"+691",MD:"+373",MC:"+377",MN:"+976",ME:"+382",MS:"+1664",MA:"+212",MZ:"+258",MM:"+95",NA:"+264",NR:"+674",NP:"+977",NL:"+31",AN:"+599",NC:"+687",NZ:"+64",NI:"+505",NE:"+227",NG:"+234",NU:"+683",NF:"+672",MP:"+1670",NO:"+47",OM:"+968",PK:"+92",PW:"+680",PS:"+970",PA:"+507",PG:"+675",PY:"+595",PE:"+51",PH:"+63",PN:"+872",PL:"+48",PT:"+351",PR:"+1939",QA:"+974",RO:"+40",RU:"+7",RW:"+250",RE:"+262",BL:"+590",SH:"+290",KN:"+1869",LC:"+1758",MF:"+590",PM:"+508",VC:"+1784",WS:"+685",SM:"+378",ST:"+239",SA:"+966",SN:"+221",RS:"+381",SC:"+248",SL:"+232",SG:"+65",SK:"+421",SI:"+386",SB:"+677",SO:"+252",ZA:"+27",SS:"+211",GS:"+500",ES:"+34",LK:"+94",SD:"+249",SR:"+597",SJ:"+47",SZ:"+268",SE:"+46",CH:"+41",SY:"+963",TW:"+886",TJ:"+992",TZ:"+255",TH:"+66",TL:"+670",TG:"+228",TK:"+690",TO:"+676",TT:"+1868",TN:"+216",TR:"+90",TM:"+993",TC:"+1649",TV:"+688",UG:"+256",UA:"+380",AE:"+971",GB:"+44",US:"+1",UY:"+598",UZ:"+998",VU:"+678",VE:"+58",VN:"+84",VG:"+1284",VI:"+1340",WF:"+681",YE:"+967",ZM:"+260",ZW:"+263"});var c=l;const u=function(t){const e=[];Object.keys(c).forEach((t=>e.push(c[t])));let a=t;for(let n=0;n<e.length;n++)a=a.replace(e[n],"");return a};var d=u,h=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.layout},["MethodSelection"!==t.currentView?e("AppHeader",[e("HeaderContentSubView")],1):t.showCountrySelect?e("AppHeader",[e("HeaderContentCountry")],1):t._e(),e("div",{class:t.$style.main},[e("FlashMessages",{attrs:{messages:t.flashMessages}}),e("transition",{attrs:{name:t.$style.fade}},[e("LoadingOverlay",{directives:[{name:"show",rawName:"v-show",value:t.isLoading,expression:"isLoading"}]})],1),e(t.currentView,{tag:"component"})],1),e("AppFooter",[e("a",{class:t.$style.eidEasyLink,attrs:{href:"https://eideasy.com",target:"_blank"}},[t._v(" "+t._s(t.$t("powered-by-eideasy"))+" ")])])],1)},p=[],f=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.footer},[e("div",{class:t.$style.text},[t._t("default")],2)])},g=[],v={name:"AppFooter"},m=v,y=n(93833),M=n.n(y);function S(t,e,a,n,s,i,r,o){var l,c="function"===typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=a,c._compiled=!0),n&&(c.functional=!0),i&&(c._scopeId="data-v-"+i),r?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),s&&s.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(r)},c._ssrRegister=l):s&&(l=o?function(){s.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:s),l)if(c.functional){c._injectStyles=l;var u=c.render;c.render=function(t,e){return l.call(e),u(t,e)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:t,options:c}}function _(t){this["$style"]=M().locals||M()}var b=S(m,f,g,!1,_,null,null),w=b.exports,I=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.header},[t._t("default")],2)},z=[],C={name:"AppHeader"},x=C,A=n(81193),k=n.n(A);function E(t){this["$style"]=k().locals||k()}var F=S(x,I,z,!1,E,null,null),B=F.exports,T=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.loadingOverlay},[e("div",{class:t.$style.spinnerHolder},[e("AppSpinner")],1)])},D=[],N=function(){var t=this,e=t._self._c;return e("div",{class:[t.$style.spinner,t.schemeClassName]})},O=[];const L=function(t){return{props:{scheme:{validator:function(e){return-1!==[...t].indexOf(e)}}},computed:{schemeClassName(){return this.$style[this.scheme]}}}};var H=L,j={name:"AppSpinner",mixins:[H(["primary","secondary"])]},P=j,V=n(98431),G=n.n(V);function R(t){this["$style"]=G().locals||G()}var $=S(P,N,O,!1,R,null,null),U=$.exports,K={name:"LoadingOverlay",components:{AppSpinner:U}},Y=K,Z=n(3979),q=n.n(Z);function W(t){this["$style"]=q().locals||q()}var Q=S(Y,T,D,!1,W,null,null),J=Q.exports,X=function(){var t=this,e=t._self._c;return e("div",t._l(t.flashMessages,(function(a){return e("AppAlert",{key:a.text,attrs:{scheme:a.scheme}},[t._v(" "+t._s(a.text)+" ")])})),1)},tt=[],et=function(){var t=this,e=t._self._c;return e("div",{class:[t.$style.alert,t.schemeClassName]},[t._t("header"),t._t("default")],2)},at=[],nt={name:"AppAlert",props:{scheme:{validator:function(t){return-1!==["success","danger","warning","info","primary"].indexOf(t)}}},computed:{schemeClassName(){return this.$style[this.scheme]}}},st=nt,it=n(9837),rt=n.n(it);function ot(t){this["$style"]=rt().locals||rt()}var lt=S(st,et,at,!1,ot,null,null),ct=lt.exports,ut={name:"FlashMessages",components:{AppAlert:ct},props:{messages:Array},computed:{flashMessages(){const t=this.$t.bind(this),e=this.$root.$options.eidEasyFormatFlashMessage;return this.messages.map((function(a){return a.translationKey&&(a.text=t(a.translationKey)),"function"===typeof e?e(a):a}))}}},dt=ut,ht=S(dt,X,tt,!1,null,null,null),pt=ht.exports,ft=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.headerRow},[e("div",{class:[t.$style.left,t.$style.regionTitle]},[t._v(" "+t._s(t.$t("country"))+" ")]),e("div",{class:t.$style.right},[e("CountrySelect",{attrs:{"selected-country":t.countryCode,"available-countries":t.availableCountries,"on-input":e=>t.changeCountry(e.countryCode)}})],1)])},gt=[],vt=function(){var t=this,e=t._self._c;return e("v-select",{class:t.$style.select,attrs:{value:t.value,options:t.options,clearable:!1},on:{input:t.onInput},scopedSlots:t._u([{key:"option",fn:function(t){return[e("CountrySelectOption",{attrs:{option:t}})]}},{key:"selected-option-container",fn:function({option:t}){return[e("div",{staticClass:"vs__selected"},[e("CountrySelectOption",{attrs:{option:t}})],1)]}},{key:"open-indicator",fn:function({attributes:a}){return[e("span",t._b({class:t.$style.caretDown},"span",a,!1))]}}])},[e("template",{slot:"no-options"},[e("div",{class:t.$style.noOptions},[t._v(" "+t._s(t.$t("no-matching-countries"))+" ")])])],2)},mt=[],yt=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.option},[e(t.dynamicIcon,{tag:"component"}),e("div",{class:t.$style.optionText},[t._v(" "+t._s(t.option.label)+" ")])],1)},Mt=[];function St(t){let e={};return t.keys().map((a=>{e[a.replace("./","")]=t(a)})),e}const _t=St(n(61404));var bt=_t,wt={name:"CountrySelectOption",props:{option:{type:Object,required:!0}},computed:{dynamicIcon(){return bt[`${this.option.countryCode}.svg`]}}},It=wt,zt=n(77255),Ct=n.n(zt);function xt(t){this["$style"]=Ct().locals||Ct()}var At=S(It,yt,Mt,!1,xt,null,null),kt=At.exports,Et=n(18975);Et.registerLocale(n(48491)),Et.registerLocale(n(41086)),Et.registerLocale(n(20843)),Et.registerLocale(n(61757)),Et.registerLocale(n(52416)),Et.registerLocale(n(71963)),Et.registerLocale(n(6655)),Et.registerLocale(n(13772)),Et.registerLocale(n(40924)),Et.registerLocale(n(39562)),Et.registerLocale(n(62552)),Et.registerLocale(n(76611)),Et.registerLocale(n(47384));var Ft=Et,Bt={name:"CountrySelect",components:{CountrySelectOption:kt},props:{onInput:Function,availableCountries:Array,selectedCountry:String},computed:{value(){const{selectedCountry:t}=this,e=this.getCountryName(t);return{label:e,countryCode:t}},options(){const{getCountryName:t}=this;return this.availableCountries.map((e=>({label:t(e),countryCode:e}))).sort(((t,e)=>"WORLD"===t.countryCode?-1:"WORLD"===e.countryCode?1:t.label.localeCompare(e.label)))}},methods:{getCountryName(t){return"WORLD"===t?this.$t("other-countries"):Ft.getName(t,this.$i18n.locale,{select:"official"})||Ft.getName(t,"en",{select:"official"})}}},Tt=Bt,Dt=n(32403),Nt=n.n(Dt);function Ot(t){this["$style"]=Nt().locals||Nt()}var Lt=S(Tt,vt,mt,!1,Ot,null,null),Ht=Lt.exports,jt={name:"HeaderContentCountry",components:{CountrySelect:Ht},computed:{countryCode(){return this.$root.$options.storeGetters.countryCode()},availableCountries(){return this.$root.$options.storeGetters.availableCountries()}},methods:{changeCountry(t){try{window.localStorage.setItem("eideasySelectedCountry",t)}catch(e){console.error(e)}return this.$root.$options.storeActions.changeCountry(t)}}},Pt=jt,Vt=n(88108),Gt=n.n(Vt);function Rt(t){this["$style"]=Gt().locals||Gt()}var $t=S(Pt,ft,gt,!1,Rt,null,null),Ut=$t.exports,Kt=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.headerRow},[e("div",{class:t.$style.left},[t.showBackButton?e("BackButton",{attrs:{"on-click":()=>t.changeView(t.viewNames.MethodSelection),disabled:!t.userActionsEnabled}}):t._e()],1),e("div",{class:t.$style.right},[e("div",{class:t.$style.titleGroup},[e("div",{class:t.$style.viewTitle},[t._v(" "+t._s(t.$t(t.currentViewTitleKey))+" ")]),e("div",{class:t.$style.flagIcon,attrs:{"aria-label":t.$t("country")+": "+t.currentCountryName}},[e(t.currentFlagIcon,{tag:"component"})],1)])])])},Yt=[],Zt=function(){var t=this,e=t._self._c;return e("a",{class:[t.$style.button,{[t.$style.disabled]:t.disabled}],attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.handleClick.apply(null,arguments)}}},[e("div",{class:t.$style.backIcon},[e("div",{class:t.$style.backCaret})]),e("div",{class:t.$style.text},[t._v(" "+t._s(t.$t("back"))+" ")])])},qt=[],Wt={name:"BackButton",props:{onClick:Function,disabled:Boolean},methods:{handleClick(t){!this.disabled&&this.onClick&&this.onClick(t)}}},Qt=Wt,Jt=n(44202),Xt=n.n(Jt);function te(t){this["$style"]=Xt().locals||Xt()}var ee=S(Qt,Zt,qt,!1,te,null,null),ae=ee.exports;const ne={MethodSelection:"MethodSelection",SmartIdAuth:"SmartIdAuth",MobileIdAuth:"MobileIdAuth",IdentificationFrejaId:"IdentificationFrejaId",IdentificationMitId:"IdentificationMitId",IdentificationZealId:"IdentificationZealId",SignatureSmartId:"SignatureSmartId",SignatureMobileId:"SignatureMobileId",SignatureFtn:"SignatureFtn",SignatureFtnAdvancedFull:"SignatureFtnAdvancedFull",SignatureOtp:"SignatureOtp",SignatureEvrotrust:"SignatureEvrotrust",SignatureDTrustSignMe:"SignatureDTrustSignMe",SignatureChaveMovel:"SignatureChaveMovel",SignatureNoBankId:"SignatureNoBankId",SignatureSpidQes:"SignatureSpidQes",SignatureFrejaId:"SignatureFrejaId",SignatureAudkenni:"SignatureAudkenni",SignatureUanatacaQes:"SignatureUanatacaQes",SignatureHalcomQes:"SignatureHalcomQes",SignatureSwissIdQes:"SignatureSwissIdQes",SignatureSwissComQes:"SignatureSwissComQes",SignatureMitIdAdvanced:"SignatureMitIdAdvanced",SignatureMitIdQes:"SignatureMitIdQes",SignatureSeBankIdAdvanced:"SignatureSeBankIdAdvanced",SignatureSeBankIdQes:"SignatureSeBankIdQes",SignatureFrejaIdAdvanced:"SignatureFrejaIdAdvanced",SignatureFrejaIdQes:"SignatureFrejaIdQes",SignatureItsmeQes:"SignatureItsmeQes"};var se=ne,ie={name:"HeaderContentSubView",components:{BackButton:ae},data(){return{viewNames:se}},computed:{countryCode(){return this.$root.$options.storeGetters.countryCode()},currentViewTitleKey(){return this.$root.$options.storeGetters.currentViewTitleKey()},currentFlagIcon(){return bt[`${this.countryCode}.svg`]},currentCountryName(){return Ft.getName(this.countryCode,this.$i18n.locale,{select:"official"})},userActionsEnabled(){return this.$root.$options.storeGetters.userActionsEnabled()},showBackButton(){return this.$root.$options.storeGetters.showBackButton()}},methods:{changeView(t){return this.$root.$options.storeActions.changeView(t)}}},re=ie,oe=n(91041),le=n.n(oe);function ce(t){this["$style"]=le().locals||le()}var ue=S(re,Kt,Yt,!1,ce,null,null),de=ue.exports,he=function(){var t=this,e=t._self._c;return e("div",{class:[t.$style.methodSelection,{[t.$style.methodSelectionThin]:t.isThinLayout}]},[e("div",{class:t.$style.row},t._l(t.identificationMethodsInCurrentCountry,(function(a){return e("div",{key:a.actionType,class:t.$style.unit},[e("MethodButton",{attrs:{"button-name":a.buttonName,disabled:t.isLoading,"on-click":()=>t.selectMethod(a.actionType),"aria-label":t.$t("login-method")+" "+t.$t(a.translationKeys.title)}})],1)})),0),e("div",{class:t.$style.row},t._l(t.signingMethodsInCurrentCountry,(function(a){return e("div",{key:a.actionType,class:t.$style.unit},[a.buttonInstructions?e("div",{class:t.$style.buttonInstructions},[t._v(" "+t._s(t.$t(a.buttonInstructions))+" ")]):t._e(),e("MethodButton",{attrs:{"button-name":a.buttonName,disabled:t.isLoading,"on-click":()=>t.selectMethod(a.actionType),"aria-label":t.$t("signature-method")+" "+t.$t(a.translationKeys.title)}})],1)})),0),e("div",{ref:"iframeHolder"})])},pe=[],fe=function(){var t=this,e=t._self._c;return e("a",{class:t.$style.methodButton,attrs:{href:"#",role:"button",disabled:t.disabled},on:{click:function(e){return e.preventDefault(),t.handleClick.apply(null,arguments)}}},[e(t.buttonName,{tag:"Component"})],1)},ge=[],ve=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconIdCard",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("id-card"))+" ")]},proxy:!0}])})},me=[],ye=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.row},[e("div",{class:t.$style.unit},[t._t("slot1")],2),e("div",{class:t.$style.unit},[t._t("slot2")],2)])},Me=[],Se={name:"MethodButtonBase"},_e=Se,be=n(64581),we=n.n(be);function Ie(t){this["$style"]=we().locals||we()}var ze=S(_e,ye,Me,!1,Ie,null,null),Ce=ze.exports,xe=n(33889),Ae=n.n(xe),ke={name:"MobileIdButton",components:{MethodButtonBase:Ce,IconIdCard:Ae()}},Ee=ke,Fe=n(17294),Be=n.n(Fe);function Te(t){this["$style"]=Be().locals||Be()}var De=S(Ee,ve,me,!1,Te,null,null),Ne=De.exports,Oe=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconIdCardEE",{class:t.$style.icon})]},proxy:!0}])})},Le=[],He=n(98688),je=n.n(He),Pe={name:"IdCardButtonEE",components:{MethodButtonBase:Ce,IconIdCardEE:je()}},Ve=Pe,Ge=n(98232),Re=n.n(Ge);function $e(t){this["$style"]=Re().locals||Re()}var Ue=S(Ve,Oe,Le,!1,$e,null,null),Ke=Ue.exports,Ye=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconSmartId",{class:t.$style.icon})]},proxy:!0}])})},Ze=[],qe=n(23416),We=n.n(qe),Qe={name:"SmartIdButton",components:{MethodButtonBase:Ce,IconSmartId:We()}},Je=Qe,Xe=n(86615),ta=n.n(Xe);function ea(t){this["$style"]=ta().locals||ta()}var aa=S(Je,Ye,Ze,!1,ea,null,null),na=aa.exports,sa=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconMobileId",{class:t.$style.icon})]},proxy:!0}])})},ia=[],ra=n(45634),oa=n.n(ra),la={name:"MobileIdButton",components:{MethodButtonBase:Ce,IconMobileId:oa()}},ca=la,ua=n(35484),da=n.n(ua);function ha(t){this["$style"]=da().locals||da()}var pa=S(ca,sa,ia,!1,ha,null,null),fa=pa.exports,ga=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconMobiilId",{class:t.$style.icon})]},proxy:!0}])})},va=[],ma=n(54859),ya=n.n(ma),Ma={name:"MobileIdButtonEE",components:{MethodButtonBase:Ce,IconMobiilId:ya()}},Sa=Ma,_a=n(94379),ba=n.n(_a);function wa(t){this["$style"]=ba().locals||ba()}var Ia=S(Sa,ga,va,!1,wa,null,null),za=Ia.exports,Ca=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("EparakstsMobileIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("eparaksts-mobile"))+" ")]},proxy:!0}])})},xa=[],Aa=n(47111),ka=n.n(Aa),Ea={name:"EparakstsMobileButton",components:{MethodButtonBase:Ce,EparakstsMobileIcon:ka()}},Fa=Ea,Ba=n(45659),Ta=n.n(Ba);function Da(t){this["$style"]=Ta().locals||Ta()}var Na=S(Fa,Ca,xa,!1,Da,null,null),Oa=Na.exports,La=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("EparakstsMarkIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("eparaksts-smart-card"))+" ")]},proxy:!0}])})},Ha=[],ja=n(66260),Pa=n.n(ja),Va={name:"EparakstsSmartCardButton",components:{MethodButtonBase:Ce,EparakstsMarkIcon:Pa()}},Ga=Va,Ra=n(25842),$a=n.n(Ra);function Ua(t){this["$style"]=$a().locals||$a()}var Ka=S(Ga,La,Ha,!1,Ua,null,null),Ya=Ka.exports,Za=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconFrejaEid",{class:t.$style.icon})]},proxy:!0}])})},qa=[],Wa=n(32149),Qa=n.n(Wa),Ja={name:"FrejaEidButton",components:{MethodButtonBase:Ce,IconFrejaEid:Qa()}},Xa=Ja,tn=n(77747),en=n.n(tn);function an(t){this["$style"]=en().locals||en()}var nn=S(Xa,Za,qa,!1,an,null,null),sn=nn.exports,rn=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconZealId",{class:t.$style.icon})]},proxy:!0}])})},on=[],ln=n(50479),cn=n.n(ln),un={name:"ZealIdButton",components:{MethodButtonBase:Ce,IconZealId:cn()}},dn=un,hn=n(80547),pn=n.n(hn);function fn(t){this["$style"]=pn().locals||pn()}var gn=S(dn,rn,on,!1,fn,null,null),vn=gn.exports,mn=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("BelgianEidIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("id-card"))+" ")]},proxy:!0}])})},yn=[],Mn=n(38705),Sn=n.n(Mn),_n={name:"IdCardButtonBe",components:{MethodButtonBase:Ce,BelgianEidIcon:Sn()}},bn=_n,wn=n(78133),In=n.n(wn);function zn(t){this["$style"]=In().locals||In()}var Cn=S(bn,mn,yn,!1,zn,null,null),xn=Cn.exports,An=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{class:t.$style.base,scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconMojeId",{class:t.$style.icon})]},proxy:!0}])})},kn=[],En=n(59786),Fn=n.n(En),Bn={name:"MojeIdButton",components:{MethodButtonBase:Ce,IconMojeId:Fn()}},Tn=Bn,Dn=n(45711),Nn=n.n(Dn);function On(t){this["$style"]=Nn().locals||Nn()}var Ln=S(Tn,An,kn,!1,On,null,null),Hn=Ln.exports,jn=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("online-bank"))+" ")]},proxy:!0}])})},Pn=[],Vn={name:"FinnishTrustNetworkButton",components:{MethodButtonBase:Ce}},Gn=Vn,Rn=S(Gn,jn,Pn,!1,null,null,null),$n=Rn.exports,Un=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconAtHandy",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" Handy-Signatur ")]},proxy:!0}])})},Kn=[],Yn=n(80925),Zn=n.n(Yn),qn={name:"AtHandyButton",components:{MethodButtonBase:Ce,IconAtHandy:Zn()}},Wn=qn,Qn=n(94006),Jn=n.n(Qn);function Xn(t){this["$style"]=Jn().locals||Jn()}var ts=S(Wn,Un,Kn,!1,Xn,null,null),es=ts.exports,as=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("FiIdIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("varmennekortti"))+" ")]},proxy:!0}])})},ns=[],ss=n(71505),is=n.n(ss),rs={name:"IdCardButtonFi",components:{MethodButtonBase:Ce,FiIdIcon:is()}},os=rs,ls=n(37465),cs=n.n(ls);function us(t){this["$style"]=cs().locals||cs()}var ds=S(os,as,ns,!1,us,null,null),hs=ds.exports,ps=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("LvIdIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("eparaksts-eid"))+" ")]},proxy:!0}])})},fs=[],gs={name:"IdCardButtonLv",components:{MethodButtonBase:Ce,LvIdIcon:Pa()}},vs=gs,ms=n(27732),ys=n.n(ms);function Ms(t){this["$style"]=ys().locals||ys()}var Ss=S(vs,ps,fs,!1,Ms,null,null),_s=Ss.exports,bs=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("PtIdIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("id-card"))+" ")]},proxy:!0}])})},ws=[],Is=n(40508),zs=n.n(Is),Cs={name:"IdCardButtonPt",components:{MethodButtonBase:Ce,PtIdIcon:zs()}},xs=Cs,As=n(6819),ks=n.n(As);function Es(t){this["$style"]=ks().locals||ks()}var Fs=S(xs,bs,ws,!1,Es,null,null),Bs=Fs.exports,Ts=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("email-sms"))+" ")]},proxy:!0}])})},Ds=[],Ns={name:"OtpButton",components:{MethodButtonBase:Ce}},Os=Ns,Ls=S(Os,Ts,Ds,!1,null,null,null),Hs=Ls.exports,js=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconGoogle",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" Google ")]},proxy:!0}])})},Ps=[],Vs=n(13393),Gs=n.n(Vs),Rs={name:"AtHandyButton",components:{MethodButtonBase:Ce,IconGoogle:Gs()}},$s=Rs,Us=n(91316),Ks=n.n(Us);function Ys(t){this["$style"]=Ks().locals||Ks()}var Zs=S($s,js,Ps,!1,Ys,null,null),qs=Zs.exports,Ws=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconEvro",{class:t.$style.icon})]},proxy:!0}])})},Qs=[],Js=n(71502),Xs=n.n(Js),ti={name:"EvrotrustButton",components:{MethodButtonBase:Ce,IconEvro:Xs()}},ei=ti,ai=n(51720),ni=n.n(ai);function si(t){this["$style"]=ni().locals||ni()}var ii=S(ei,Ws,Qs,!1,si,null,null),ri=ii.exports,oi=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconBankId",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" BankID ")]},proxy:!0}])})},li=[],ci=n(51439),ui=n.n(ci),di={name:"BankIdButton",components:{MethodButtonBase:Ce,IconBankId:ui()}},hi=di,pi=n(55771),fi=n.n(pi);function gi(t){this["$style"]=fi().locals||fi()}var vi=S(hi,oi,li,!1,gi,null,null),mi=vi.exports,yi=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("SingMeLogo",{class:t.$style.icon})]},proxy:!0}])})},Mi=[],Si=n(25151),_i=n.n(Si),bi={name:"DTrustSignMeButton",components:{MethodButtonBase:Ce,SingMeLogo:_i()}},wi=bi,Ii=n(90218),zi=n.n(Ii);function Ci(t){this["$style"]=zi().locals||zi()}var xi=S(wi,yi,Mi,!1,Ci,null,null),Ai=xi.exports,ki=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("MitIdLogo",{class:t.$style.icon})]},proxy:!0}])})},Ei=[],Fi=n(55183),Bi=n.n(Fi),Ti={name:"MitIdButton",components:{MethodButtonBase:Ce,MitIdLogo:Bi()}},Di=Ti,Ni=n(71720),Oi=n.n(Ni);function Li(t){this["$style"]=Oi().locals||Oi()}var Hi=S(Di,ki,Ei,!1,Li,null,null),ji=Hi.exports,Pi=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{class:t.$style.methodButton,scopedSlots:t._u([{key:"slot1",fn:function(){return[e("MitIdLogo",{class:t.$style.icon}),t._v(" "),e("span",{class:t.$style.logoText},[t._v(t._s(t.$t("log-on-with-mitid")))])]},proxy:!0}])})},Vi=[],Gi={name:"MitIdLoginButton",components:{MethodButtonBase:Ce,MitIdLogo:Bi()}},Ri=Gi,$i=n(45163),Ui=n.n($i);function Ki(t){this["$style"]=Ui().locals||Ui()}var Yi=S(Ri,Pi,Vi,!1,Ki,null,null),Zi=Yi.exports,qi=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{class:t.$style.methodButton,scopedSlots:t._u([{key:"slot1",fn:function(){return[e("MitIdLogo",{class:t.$style.icon}),t._v(" "),e("span",{class:t.$style.logoText},[t._v(t._s(t.$t("sign-with-mitid")))])]},proxy:!0}])})},Wi=[],Qi={name:"MitIdSignButton",components:{MethodButtonBase:Ce,MitIdLogo:Bi()}},Ji=Qi,Xi=n(46465),tr=n.n(Xi);function er(t){this["$style"]=tr().locals||tr()}var ar=S(Ji,qi,Wi,!1,er,null,null),nr=ar.exports,sr=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("PtIdIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("chave-movel"))+" ")]},proxy:!0}])})},ir=[],rr={name:"ChaveMovelButton",components:{MethodButtonBase:Ce,PtIdIcon:zs()}},or=rr,lr=n(75213),cr=n.n(lr);function ur(t){this["$style"]=cr().locals||cr()}var dr=S(or,sr,ir,!1,ur,null,null),hr=dr.exports,pr=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconBankId",{class:t.$style.icon})]},proxy:!0}])})},fr=[],gr=n(31342),vr=n.n(gr),mr={name:"NoBankIdButton",components:{MethodButtonBase:Ce,IconBankId:vr()}},yr=mr,Mr=n(80221),Sr=n.n(Mr);function _r(t){this["$style"]=Sr().locals||Sr()}var br=S(yr,pr,fr,!1,_r,null,null),wr=br.exports,Ir=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("ItsmeIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("itsme"))+" ")]},proxy:!0}])})},zr=[],Cr=n(8378),xr=n.n(Cr),Ar={name:"ItsmeButton",components:{MethodButtonBase:Ce,ItsmeIcon:xr()}},kr=Ar,Er=n(96916),Fr=n.n(Er);function Br(t){this["$style"]=Fr().locals||Fr()}var Tr=S(kr,Ir,zr,!1,Br,null,null),Dr=Tr.exports,Nr=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("CertEurope USB"))+" ")]},proxy:!0}])})},Or=[],Lr={name:"CertEuropeUsbButton",components:{MethodButtonBase:Ce}},Hr=Lr,jr=S(Hr,Nr,Or,!1,null,null,null),Pr=jr.exports,Vr=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconCertSign",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("USB"))+" ")]},proxy:!0}])})},Gr=[],Rr=n(7417),$r=n.n(Rr),Ur={name:"CertSignUsbButton",components:{MethodButtonBase:Ce,IconCertSign:$r()}},Kr=Ur,Yr=n(88455),Zr=n.n(Yr);function qr(t){this["$style"]=Zr().locals||Zr()}var Wr=S(Kr,Vr,Gr,!1,qr,null,null),Qr=Wr.exports,Jr=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconCertSign",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("webSIGN"))+" ")]},proxy:!0}])})},Xr=[],to={name:"CertSignWebApiButton",components:{MethodButtonBase:Ce,IconCertSign:$r()}},eo=to,ao=n(29360),no=n.n(ao);function so(t){this["$style"]=no().locals||no()}var io=S(eo,Jr,Xr,!1,so,null,null),ro=io.exports,oo=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IdinIcon",{class:t.$style.icon})]},proxy:!0},{key:"slot2",fn:function(){return[t._v(" "+t._s(t.$t("iDIN"))+" ")]},proxy:!0}])})},lo=[],co=n(64876),uo=n.n(co),ho={name:"IdinButton",components:{MethodButtonBase:Ce,IdinIcon:uo()}},po=ho,fo=n(15059),go=n.n(fo);function vo(t){this["$style"]=go().locals||go()}var mo=S(po,oo,lo,!1,vo,null,null),yo=mo.exports,Mo=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("VerifaiIcon",{class:t.$style.icon})]},proxy:!0}])})},So=[],_o=n(11952),bo=n.n(_o),wo={name:"VerifaiButton",components:{MethodButtonBase:Ce,VerifaiIcon:bo()}},Io=wo,zo=n(46664),Co=n.n(zo);function xo(t){this["$style"]=Co().locals||Co()}var Ao=S(Io,Mo,So,!1,xo,null,null),ko=Ao.exports,Eo=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconSpid",{class:t.$style.icon})]},proxy:!0}])})},Fo=[],Bo=n(38286),To=n.n(Bo),Do={name:"SpidButton",components:{MethodButtonBase:Ce,IconSpid:To()}},No=Do,Oo=n(31491),Lo=n.n(Oo);function Ho(t){this["$style"]=Lo().locals||Lo()}var jo=S(No,Eo,Fo,!1,Ho,null,null),Po=jo.exports,Vo=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("online-bank"))+" ")]},proxy:!0}])})},Go=[],Ro={name:"FinnishTrustNetworkAdvancedFullButton",components:{MethodButtonBase:Ce}},$o=Ro,Uo=S($o,Vo,Go,!1,null,null,null),Ko=Uo.exports,Yo=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("AudkenniIcon",{class:t.$style.icon})]},proxy:!0}])})},Zo=[],qo=n(13400),Wo=n.n(qo),Qo={name:"AudkenniButton",components:{MethodButtonBase:Ce,AudkenniIcon:Wo()}},Jo=Qo,Xo=n(44655),tl=n.n(Xo);function el(t){this["$style"]=tl().locals||tl()}var al=S(Jo,Yo,Zo,!1,el,null,null),nl=al.exports,sl=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("div",{class:t.$style.text},[t._v(" yes® ")])]},proxy:!0}])})},il=[],rl={name:"YesComButton",components:{MethodButtonBase:Ce}},ol=rl,ll=n(92406),cl=n.n(ll);function ul(t){this["$style"]=cl().locals||cl()}var dl=S(ol,sl,il,!1,ul,null,null),hl=dl.exports,pl=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("EdoAppLogo",{class:t.$style.icon})]},proxy:!0}])})},fl=[],gl=n(87494),vl=n.n(gl),ml={name:"EdoAppEidButton",components:{MethodButtonBase:Ce,EdoAppLogo:vl()}},yl=ml,Ml=n(20588),Sl=n.n(Ml);function _l(t){this["$style"]=Sl().locals||Sl()}var bl=S(yl,pl,fl,!1,_l,null,null),wl=bl.exports,Il=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconSimplySign",{class:t.$style.icon})]},proxy:!0}])})},zl=[],Cl=n(52251),xl=n.n(Cl),Al={name:"SimplySignButton",components:{MethodButtonBase:Ce,IconSimplySign:xl()}},kl=Al,El=n(76189),Fl=n.n(El);function Bl(t){this["$style"]=Fl().locals||Fl()}var Tl=S(kl,Il,zl,!1,Bl,null,null),Dl=Tl.exports,Nl=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconUanataca",{class:t.$style.icon})]},proxy:!0}])})},Ol=[],Ll=n(13696),Hl=n.n(Ll),jl={name:"UanatacaButton",components:{MethodButtonBase:Ce,IconUanataca:Hl()}},Pl=jl,Vl=n(61901),Gl=n.n(Vl);function Rl(t){this["$style"]=Gl().locals||Gl()}var $l=S(Pl,Nl,Ol,!1,Rl,null,null),Ul=$l.exports,Kl=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[t._v(" "+t._s(t.$t("Scan document"))+" ")]},proxy:!0}])})},Yl=[],Zl={name:"ScanDocumentButton",components:{MethodButtonBase:Ce}},ql=Zl,Wl=S(ql,Kl,Yl,!1,null,null,null),Ql=Wl.exports,Jl=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("VerifaiIcon",{class:t.$style.icon})]},proxy:!0}])})},Xl=[],tc=n(61229),ec=n.n(tc),ac={name:"PlMojeIdButton",components:{MethodButtonBase:Ce,VerifaiIcon:ec()}},nc=ac,sc=n(18203),ic=n.n(sc);function rc(t){this["$style"]=ic().locals||ic()}var oc=S(nc,Jl,Xl,!1,rc,null,null),lc=oc.exports,cc=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IconHalcom",{class:t.$style.icon})]},proxy:!0}])})},uc=[],dc=n(22578),hc=n.n(dc),pc={name:"HalcomButton",components:{MethodButtonBase:Ce,IconHalcom:hc()}},fc=pc,gc=n(78542),vc=n.n(gc);function mc(t){this["$style"]=vc().locals||vc()}var yc=S(fc,cc,uc,!1,mc,null,null),Mc=yc.exports,Sc=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("IdinIcon",{class:t.$style.icon})]},proxy:!0}])})},_c=[],bc=n(69958),wc=n.n(bc),Ic={name:"SwissIdButton",components:{MethodButtonBase:Ce,IdinIcon:wc()}},zc=Ic,Cc=n(50340),xc=n.n(Cc);function Ac(t){this["$style"]=xc().locals||xc()}var kc=S(zc,Sc,_c,!1,Ac,null,null),Ec=kc.exports,Fc=function(){var t=this,e=t._self._c;return e("MethodButtonBase",{scopedSlots:t._u([{key:"slot1",fn:function(){return[e("SwissComIcon",{class:t.$style.icon})]},proxy:!0}])})},Bc=[],Tc=n(98165),Dc=n.n(Tc),Nc={name:"SwissComButton",components:{MethodButtonBase:Ce,SwissComIcon:Dc()}},Oc=Nc,Lc=n(38913),Hc=n.n(Lc);function jc(t){this["$style"]=Hc().locals||Hc()}var Pc=S(Oc,Fc,Bc,!1,jc,null,null),Vc=Pc.exports;const Gc=Object.freeze({IdCardButton:Ne,IdCardButtonEE:Ke,SmartIdButton:na,MobileIdButton:fa,MobileIdButtonEE:za,EparakstsMobileButton:Oa,FrejaEidButton:sn,ZealIdButton:vn,IdCardButtonBe:xn,MojeIdButton:Hn,FinnishTrustNetworkButton:$n,FinnishTrustNetworkAdvancedFullButton:Ko,AtHandyButton:es,IdCardButtonFi:hs,IdCardButtonLv:_s,IdCardButtonPt:Bs,OtpButton:Hs,GoogleButton:qs,EvrotrustButton:ri,BankIdButton:mi,DTrustSignMeButton:Ai,MitIdButton:ji,MitIdLoginButton:Zi,MitIdSignButton:nr,ChaveMovelButton:hr,NoBankIdButton:wr,ItsmeButton:Dr,CertEuropeUsbButton:Pr,CertSignUsbButton:Qr,CertSignWebApiButton:ro,IdinButton:yo,VerifaiButton:ko,SpidButton:Po,AudkenniButton:nl,EparakstsSmartCardButton:Ya,YesComButton:hl,EdoAppEidButton:wl,SimplySignButton:Dl,UanatacaButton:Ul,ScanDocumentButton:Ql,PlMojeIdButton:lc,HalcomButton:Mc,SwissIdButton:Ec,SwissComButton:Vc});var Rc=Gc,$c={name:"MethodButton",components:{...Rc},props:{buttonName:String,onClick:Function,disabled:Boolean},methods:{handleClick(t){this.disabled||this.onClick(t)}}},Uc=$c,Kc=n(14298),Yc=n.n(Kc);function Zc(t){this["$style"]=Yc().locals||Yc()}var qc=S(Uc,fe,ge,!1,Zc,null,null),Wc=qc.exports,Qc={name:"MethodSelection",components:{MethodButton:Wc},computed:{identificationMethodsInCurrentCountry(){return this.$root.$options.storeGetters.identificationMethodsInCurrentCountry()},signingMethodsInCurrentCountry(){return this.$root.$options.storeGetters.signingMethodsInCurrentCountry()},isLoading(){return this.$root.$options.storeGetters.isLoading()},currentMethod(){return this.$root.$options.storeGetters.currentMethod()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},isThinLayout(){return this.identificationMethodsInCurrentCountry.length%2!==0||this.signingMethodsInCurrentCountry.length%2!==0},methodsByActionType(){return this.$root.$options.eidEasyMethodsConfig.methodsByActionType},mode(){return this.$root.$options.storeGetters.mode()}},watch:{currentMethod:{handler(t){if(!t)return;const e=this.methodsByActionType[t.actionType];e.viewName||(this.loadingStart(),this.clearFlashMessages(),this.startMethod(e.methodType,e.handlingModule))},immediate:!0}},methods:{async selectMethod(t){this.loadingStart();const e=await this.$root.$options.eidEasyBeforeMethodSelection({actionType:t});if(this.loadingEnd(),!1!==e)return e&&e.additionalMethodConfig&&this.changeAdditionalMethodConfig(e.additionalMethodConfig),this.$root.$options.storeActions.selectMethod(t)},loadingStart(){return this.$root.$options.storeActions.loadingStart()},clearFlashMessages(){return this.$root.$options.storeActions.clearFlashMessages()},loadingEnd(){return this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){return this.$root.$options.storeActions.addFlashMessage(t)},changeAdditionalMethodConfig(t){return this.$root.$options.storeActions.changeAdditionalMethodConfig(t)},failHandler(t,e,a){this.addFlashMessage({...t,methodType:e,moduleName:a}),this.loadingEnd(),this.$root.$options.eidEasyOnFail(t)},successHandler(t){this.$root.$options.eidEasyOnSuccess(t)},finishedHandler(){this.loadingEnd()},startMethod(t,e){const a=this.additionalMethodConfig||{};this.$root.$options.eidEasyClient[t][e].start({action:this.mode,iframeHolder:this.$refs.iframeHolder,fail:a=>this.failHandler(a,t,e),success:a=>this.successHandler(a,t,e),finished:a=>this.finishedHandler(a,t,e),...a})}}},Jc=Qc,Xc=n(78461),tu=n.n(Xc);function eu(t){this["$style"]=tu().locals||tu()}var au=S(Jc,he,pe,!1,eu,null,null),nu=au.exports,su=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.challenge?e("div",{class:t.$style.challenge},[e("ChallengeLoader",{attrs:{challenge:t.challenge}}),e("AppButton",{attrs:{scheme:"secondary","on-click":()=>t.cancel()}},[t._v(" "+t._s(t.$t("cancel"))+" ")])],1):e("div",[e("AppForm",{attrs:{id:"smartIdForm",schema:t.schema,"on-submit":t.authenticate,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},iu=[],ru=function(){var t=this,e=t._self._c;return e("form",{attrs:{id:t.id},on:{submit:function(e){return e.preventDefault(),t.handleSubmit.apply(null,arguments)}}},t._l(t.schema,(function(a,n){return e("div",{key:a.name+a.label||n,class:t.formElementClasses(a.type)},[e(t.formComponentsByType[a.type],t._b({tag:"Component",on:{input:e=>t.handleInput(a.name,e)}},"Component",{...a,id:t.formComponentId(a.name),value:t.formValue[a.name],callingCode:a.callingCode,errors:t.fieldErrors(a.name),autocomplete:t.autocomplete},!1))],1)})),0)},ou=[],lu=function(){var t=this,e=t._self._c;return e("AppButton",{attrs:{type:t.type}},[t._v(" "+t._s(t.label)+" ")])},cu=[],uu=function(){var t=this,e=t._self._c;return e("button",{class:[t.$style.button,t.schemeClassName],attrs:{type:t.type},on:{click:t.handleClick}},[t._t("default")],2)},du=[],hu={name:"AppButton",mixins:[H(["primary","secondary"])],props:{type:String,onClick:Function},methods:{handleClick(t){!this.disabled&&this.onClick&&this.onClick(t)}}},pu=hu,fu=n(84380),gu=n.n(fu);function vu(t){this["$style"]=gu().locals||gu()}var mu=S(pu,uu,du,!1,vu,null,null),yu=mu.exports,Mu={name:"FormButton",components:{AppButton:yu},props:{label:String,type:String}},Su=Mu,_u=S(Su,lu,cu,!1,null,null,null),bu=_u.exports,wu=function(){var t=this,e=t._self._c;return e("div",{class:[t.$style.formField,{[t.$style.hidden]:"hidden"===t.type}]},[t.instructions?e("div",{class:t.$style.instructions},[t._v(" "+t._s(t.instructions)+" ")]):t._e(),e("FormFieldLabel",{attrs:{"for-field":t.id}},[t._v(" "+t._s(t.label)+" ")]),e("AppInput",t._b({on:{input:t.handleInput}},"AppInput",{type:t.type,name:t.name,placeholder:t.placeholder,id:t.id,value:t.value,hasErrors:t.hasErrors,callingCode:t.callingCode,min:t.min,autocomplete:t.autocomplete},!1)),t.hasErrors?e("ul",{class:t.$style.validationContainer},t._l(t.errors,(function(a){return e("li",{key:a,class:t.$style.validationMessage},[t._v(" "+t._s(a)+" ")])})),0):t._e()],1)},Iu=[],zu=function(){var t=this,e=t._self._c;return t.callingCode?e("div",{class:t.$style.hasPrefix},[e("div",{class:t.$style.hasPrefix_prefix},[t._v(" "+t._s(t.callingCode)+" ")]),e("div",{class:t.$style.hasPrefix_inputWrap},[e("input",t._b({class:[t.$style.input,{[t.$style.error]:t.hasErrors}],attrs:{autocomplete:t.autocomplete},domProps:{value:t.value},on:{input:t.handleInput}},"input",{type:t.type,name:t.name,placeholder:t.placeholder,id:t.id},!1))])]):e("input",t._b({class:[t.$style.input,{[t.$style.error]:t.hasErrors}],attrs:{autocomplete:t.autocomplete},domProps:{value:t.value},on:{input:t.handleInput}},"input",{type:t.type,name:t.name,placeholder:t.placeholder,id:t.id},!1))},Cu=[],xu={name:"AppInput",props:{type:String,name:String,placeholder:String,id:String,value:[Number,String,Array,Object],hasErrors:Boolean,callingCode:String,onInput:{type:Function,default:()=>{}},autocomplete:String},methods:{handleInput(t){this.$emit("input",t.target.value)}}},Au=xu,ku=n(80867),Eu=n.n(ku);function Fu(t){this["$style"]=Eu().locals||Eu()}var Bu=S(Au,zu,Cu,!1,Fu,null,null),Tu=Bu.exports,Du=function(){var t=this,e=t._self._c;return e("label",{class:t.$style.label,attrs:{for:t.forField}},[t._t("default")],2)},Nu=[],Ou={name:"FormFieldLabel",props:{forField:String}},Lu=Ou,Hu=n(58686),ju=n.n(Hu);function Pu(t){this["$style"]=ju().locals||ju()}var Vu=S(Lu,Du,Nu,!1,Pu,null,null),Gu=Vu.exports,Ru={name:"FormField",components:{AppInput:Tu,FormFieldLabel:Gu},props:{type:String,name:String,placeholder:String,id:String,label:String,callingCode:String,min:Number,instructions:String,errors:{type:Array,default:()=>[]},value:[Number,String,Array,Object],autocomplete:String},computed:{hasErrors(){return this.errors.length>0}},methods:{handleInput(t){this.$emit("input",t)}}},$u=Ru,Uu=n(368),Ku=n.n(Uu);function Yu(t){this["$style"]=Ku().locals||Ku()}var Zu=S($u,wu,Iu,!1,Yu,null,null),qu=Zu.exports,Wu=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.textSection},[e("div",{class:t.$style.textSectionText},[t._v(" "+t._s(t.text)+" ")])])},Qu=[],Ju={name:"FormText",props:{text:String}},Xu=Ju,td=n(76926),ed=n.n(td);function ad(t){this["$style"]=ed().locals||ed()}var nd=S(Xu,Wu,Qu,!1,ad,null,null),sd=nd.exports,id=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.spacer},[e("div",{class:t.$style.spacerText},[t._v(" "+t._s(t.text)+" ")])])},rd=[],od={name:"FormSectionSpacer",props:{text:String}},ld=od,cd=n(89590),ud=n.n(cd);function dd(t){this["$style"]=ud().locals||ud()}var hd=S(ld,id,rd,!1,dd,null,null),pd=hd.exports,fd=function(){var t=this,e=t._self._c;return e("div",{class:[t.$style.formField]},[t.instructions?e("div",{class:t.$style.instructions},[t._v(" "+t._s(t.instructions)+" ")]):t._e(),e("AppCheckbox",t._b({attrs:{checked:t.value},on:{input:t.handleInput}},"AppCheckbox",{name:t.name,id:t.id,hasErrors:t.hasErrors},!1),[t._v(" "+t._s(t.label)+" ")]),t.hasErrors?e("ul",{class:t.$style.validationContainer},t._l(t.errors,(function(a){return e("li",{key:a,class:t.$style.validationMessage},[t._v(" "+t._s(a)+" ")])})),0):t._e()],1)},gd=[],vd=function(){var t=this,e=t._self._c;return e("label",{class:t.$style.checkboxWrap},[e("input",t._b({class:[t.$style.checkbox,{[t.$style.error]:t.hasErrors}],attrs:{type:"checkbox"},domProps:{checked:t.checked},on:{input:t.handleInput}},"input",{name:t.name,id:t.id},!1)),e("span",[t._t("default")],2)])},md=[],yd={name:"AppCheckbox",props:{name:String,id:String,checked:{type:Boolean,default:!1},hasErrors:Boolean,onInput:{type:Function,default:()=>{}}},methods:{handleInput(t){this.$emit("input",t.target.checked)}}},Md=yd,Sd=n(75896),_d=n.n(Sd);function bd(t){this["$style"]=_d().locals||_d()}var wd=S(Md,vd,md,!1,bd,null,null),Id=wd.exports,zd={name:"FormCheckbox",components:{AppCheckbox:Id},props:{type:String,name:String,placeholder:String,id:String,label:String,callingCode:String,min:Number,instructions:String,errors:{type:Array,default:()=>[]},value:Boolean,autocomplete:String},computed:{hasErrors(){return this.errors.length>0}},methods:{handleInput(t){this.$emit("input",t)}}},Cd=zd,xd=n(17122),Ad=n.n(xd);function kd(t){this["$style"]=Ad().locals||Ad()}var Ed=S(Cd,fd,gd,!1,kd,null,null),Fd=Ed.exports;const Bd={submit:"FormButton",text:"FormField",number:"FormField",tel:"FormField",email:"FormField",hidden:"FormField",password:"FormField",sectionSpacer:"FormSectionSpacer",textSection:"FormText",checkbox:"FormCheckbox"};var Td={name:"AppForm",components:{FormField:qu,FormButton:bu,FormSectionSpacer:pd,FormText:sd,FormCheckbox:Fd},model:{prop:"formValue",event:"input"},props:{id:{type:String,required:!0},schema:{required:!0,type:Array},formValue:{type:Object,default:()=>({})},onSubmit:{type:Function,default:()=>{}},errors:{type:Object,default:()=>({})}},data(){return{formComponentsByType:Bd,validationErrors:{}}},computed:{hasFixableErrors(){return Object.keys(this.validationErrors).length>0},autocomplete(){return this.$root.$options.storeGetters.fieldAutocomplete()?"":"off"}},watch:{formValue:{handler(){this.validate()},immediate:!1}},methods:{formComponentId(t){if(t)return this.id+"_"+t},fieldErrors(t){const e=this.validationErrors[t]||[],a=this.errors[t]||[];return[...e,...a]},handleInput(t,e){this.formValue[t]=e,this.$emit("input",{...this.formValue,[t]:e})},handleSubmit(){this.validate({force:!0}),this.hasFixableErrors||this.onSubmit()},validate(t={}){const e={...this.validationErrors};this.schema.forEach((({name:a,validation:n})=>{const s=this.formValue[a];if(!n)return;if(!t.force&&void 0===s)return;const i=this.validateField(s,n);i.length?e[a]=i:delete e[a]})),this.validationErrors=e},validateRule(t,e){if("required"===e&&!t)return this.$t("this-field-is-required")},validateField(t,e){return e.reduce(((e,a)=>{const n=this.validateRule(t,a);return n&&e.push(n),e}),[])},formElementClasses(t){const e=[this.$style.formElement];return"sectionSpacer"===t&&e.push(this.$style.formElementSpacer),e}}},Dd=Td,Nd=n(32430),Od=n.n(Nd);function Ld(t){this["$style"]=Od().locals||Od()}var Hd=S(Dd,ru,ou,!1,Ld,null,null),jd=Hd.exports;const Pd=function(t){let e={};return t.userDetails&&(e=t.userDetails),e};var Vd=Pd,Gd=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.challenge},[e("div",{class:t.$style.loader},[e("AppSpinner",{attrs:{scheme:"secondary"}})],1),t.userInstructions?e("div",{class:t.$style.userInstructions},[t._v(" "+t._s(t.userInstructions)+" ")]):t._e(),t.challenge?e("div",[e("div",{class:t.$style.challengeTitle},[t._v(" "+t._s(t.$t("your-verification-code"))+" ")]),e("div",{class:t.$style.challengeCode},[t._v(" "+t._s(t.challenge)+" ")])]):t._e()])},Rd=[],$d={name:"ChallengeLoader",components:{AppSpinner:U},props:{challenge:String,userInstructions:String}},Ud=$d,Kd=n(13323),Yd=n.n(Kd);function Zd(t){this["$style"]=Yd().locals||Yd()}var qd=S(Ud,Gd,Rd,!1,Zd,null,null),Wd=qd.exports,Qd={name:"SmartIdAuth",components:{AppForm:jd,AppButton:yu,ChallengeLoader:Wd},data(){return{fieldErrors:{},challenge:void 0,authProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("log-in")}]},formValue:{get(){return{idcode:this.inputValues.idcode}},set(t){this.updateInputValues(t)}}},beforeDestroy(){this.cancel()},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.authProcess;t&&t()},authenticate(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.identification.smartId.start({...this.formValue,started:t=>{t.data&&t.data.challenge&&(this.challenge=t.data.challenge,this.loadingEnd())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.challenge=void 0,this.loadingEnd()},...t})}}},Jd=Qd,Xd=n(38832),th=n.n(Xd);function eh(t){this["$style"]=th().locals||th()}var ah=S(Jd,su,iu,!1,eh,null,null),nh=ah.exports,sh=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.challenge?e("div",{class:t.$style.challenge},[e("ChallengeLoader",{attrs:{challenge:t.challenge}}),e("AppButton",{attrs:{scheme:"secondary","on-click":()=>t.cancel()}},[t._v(" "+t._s(t.$t("cancel"))+" ")])],1):e("div",[e("AppForm",{attrs:{id:"mobileIdForm",schema:t.schema,"on-submit":t.authenticate,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},ih=[],rh={name:"MobileIdAuth",components:{AppForm:jd,AppButton:yu,ChallengeLoader:Wd},data(){return{fieldErrors:{},challenge:void 0,authProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},callingCode(){return this.$root.$options.storeGetters.callingCode()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"tel",name:"phone",label:this.$t("phone-number"),validation:["required"],callingCode:this.callingCode},{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("log-in")}]},formValue:{get(){return{phone:this.inputValues.phone,idcode:this.inputValues.idcode}},set(t){this.updateInputValues(t)}}},beforeDestroy(){this.cancel()},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.authProcess;t&&t()},authenticate(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue};t.phone=this.callingCode+t.phone;const e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.identification.mobileId.start({...t,started:t=>{t.data&&t.data.challenge&&(this.challenge=t.data.challenge,this.loadingEnd())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.challenge=void 0,this.loadingEnd()},...e})}}},oh=rh,lh=n(64337),ch=n.n(lh);function uh(t){this["$style"]=ch().locals||ch()}var dh=S(oh,sh,ih,!1,uh,null,null),hh=dh.exports,ph=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.userInstructions?e("div",{class:t.$style.userInstructions},[e("ChallengeLoader",{attrs:{"user-instructions":t.userInstructions}}),e("AppButton",{attrs:{scheme:"secondary","on-click":()=>t.cancel()}},[t._v(" "+t._s(t.$t("cancel"))+" ")])],1):e("div",[e("AppForm",{attrs:{id:"frejaIdForm",schema:t.schema,"on-submit":t.authenticate,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},fh=[],gh={name:"IdentificationFrejaId",components:{AppForm:jd,AppButton:yu,ChallengeLoader:Wd},data(){return{fieldErrors:{},userInstructions:void 0,authProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},countryCode(){return this.$root.$options.storeGetters.countryCode()},schema(){return[{type:"text",name:"idcode",label:this.$t("idcode"),placeholder:this.$t(this.countryCode.toLowerCase()+"-freja-id-code-placeholder"),validation:["required"]},{type:"submit",label:this.$t("log-in")}]},formValue:{get(){return{idcode:this.inputValues.idcode}},set(t){this.updateInputValues(t)}}},beforeDestroy(){this.cancel()},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.authProcess;t&&t()},authenticate(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.identification.frejaEid.start({...this.formValue,started:t=>{t.data&&(this.userInstructions=this.$t("approve-id-request-on-freja-app"),this.loadingEnd())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.userInstructions=void 0,this.loadingEnd()},...t})}}},vh=gh,mh=n(34094),yh=n.n(mh);function Mh(t){this["$style"]=yh().locals||yh()}var Sh=S(vh,ph,fh,!1,Mh,null,null),_h=Sh.exports,bh=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.error?e("div",{class:t.$style.buttonHolder},[e("AppButton",{attrs:{"on-click":()=>t.startIdentification()}},[t._v(" "+t._s(t.$t("try-again"))+" ")])],1):t._e(),e("div",{ref:"iframeHolder",class:[t.$style.iframeHolder,{[t.$style.hidden]:t.error}]})])},wh=[],Ih={name:"IdentificationZealId",components:{AppButton:yu},data(){return{identificationProcess:{},error:null}},computed:{additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()}},mounted(){this.$nextTick((function(){this.startIdentification()}))},beforeDestroy(){this.cancel()},methods:{loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},cancel(){const{cancel:t}=this.identificationProcess;t&&t()},startIdentification(){this.error=null,this.clearFlashMessages();const t=this.additionalMethodConfig||{};this.identificationProcess=this.$root.$options.eidEasyClient.identification.zealId.start({iframeHolder:this.$refs.iframeHolder,fail:t=>{t.isCancel||(this.addFlashMessage(t),this.$refs.iframeHolder.innerHTML=""),this.error=t,this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.loadingEnd()},...t})}}},zh=Ih,Ch=n(14312),xh=n.n(Ch);function Ah(t){this["$style"]=xh().locals||xh()}var kh=S(zh,bh,wh,!1,Ah,null,null),Eh=kh.exports,Fh=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.challenge?e("div",{class:t.$style.challenge},[e("ChallengeLoader",{attrs:{challenge:t.challenge}})],1):e("div",[e("AppForm",{attrs:{id:"smartIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Bh=[],Th={name:"SignatureSmartId",components:{AppForm:jd,ChallengeLoader:Wd},data(){return{fieldErrors:{},challenge:void 0,authProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},mode(){return this.$root.$options.storeGetters.mode()},schema(){return[{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{idcode:this.inputValues.idcode}},set(t){this.updateInputValues(t)}}},created:function(){"cscApiSign"===this.mode&&this.sign()},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.authProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.smartIdSignature.start({...this.formValue,action:this.mode,started:t=>{t.data&&t.data.challenge&&(this.challenge=t.data.challenge,this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.challenge=void 0,this.endSignatureProcessing(),this.loadingEnd()},...t})}}},Dh=Th,Nh=n(57702),Oh=n.n(Nh);function Lh(t){this["$style"]=Oh().locals||Oh()}var Hh=S(Dh,Fh,Bh,!1,Lh,null,null),jh=Hh.exports,Ph=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.challenge?e("div",{class:t.$style.challenge},[e("ChallengeLoader",{attrs:{challenge:t.challenge}})],1):e("div",[e("AppForm",{attrs:{id:"mobileIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Vh=[],Gh={name:"SignatureMobileId",components:{AppForm:jd,ChallengeLoader:Wd},data(){return{fieldErrors:{},challenge:void 0,signingProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},callingCode(){return this.$root.$options.storeGetters.callingCode()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"tel",name:"phone",label:this.$t("phone-number"),validation:["required"],callingCode:this.callingCode},{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{phone:this.inputValues.phone,idcode:this.inputValues.idcode}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue};t.phone=this.callingCode+t.phone;const e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.mobileIdSignature.start({...t,started:t=>{t.data&&t.data.challenge&&(this.challenge=t.data.challenge,this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.challenge=void 0,this.loadingEnd(),this.endSignatureProcessing()},...e})}}},Rh=Gh,$h=n(36273),Uh=n.n($h);function Kh(t){this["$style"]=Uh().locals||Uh()}var Yh=S(Rh,Ph,Vh,!1,Kh,null,null),Zh=Yh.exports,qh=function(){var t=this,e=t._self._c;return e("div",[e("div",{class:t.$style.note},[t._v(" "+t._s(t.$t("pre-sign-confirmation",{method:t.$t("finnish-online-bank")}))+" ")]),e("div",{class:t.$style.formContainer},[e("AppButton",{attrs:{"on-click":t.sign}},[t._v(" "+t._s(t.$t("Sign"))+" ")])],1)])},Wh=[],Qh={name:"SignatureFtn",components:{AppButton:yu},data(){return{signingProcess:{}}},computed:{additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()}},methods:{loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},sign(){this.loadingStart(),this.clearFlashMessages();const t=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.ftnSignature.start({fail:t=>{t.isCancel||this.addFlashMessage(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.loadingEnd()},...t})}}},Jh=Qh,Xh=n(75938),tp=n.n(Xh);function ep(t){this["$style"]=tp().locals||tp()}var ap=S(Jh,qh,Wh,!1,ep,null,null),np=ap.exports,sp=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.signatureIsProcessing?e("div",{class:t.$style.challenge},[e("SubLoader")],1):e("div",[e("div",{class:t.$style.note},[t._v(" "+t._s(t.$t("pre-sign-confirmation",{method:t.$t("finnish-online-bank")}))+" ")]),e("br"),e("AppForm",{attrs:{id:"ftnAdvancedFullSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},ip=[],rp=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.challenge},[e("div",{class:t.$style.loader},[e("AppSpinner",{attrs:{scheme:"secondary"}})],1),e("div",{class:t.$style.content},[t._t("default")],2)])},op=[],lp={name:"SubLoader",components:{AppSpinner:U},props:{challenge:String,userInstructions:String}},cp=lp,up=n(53126),dp=n.n(up);function hp(t){this["$style"]=dp().locals||dp()}var pp=S(cp,rp,op,!1,hp,null,null),fp=pp.exports,gp={name:"SignatureAdvancedFullButton",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.signingProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue},e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.ftnAdvancedFullSignature.start({...t,started:t=>{t.data&&t.data.transaction_id&&(this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.endSignatureProcessing(),this.loadingEnd()},...e})}}},vp=gp,mp=n(22545),yp=n.n(mp);function Mp(t){this["$style"]=yp().locals||yp()}var Sp=S(vp,sp,ip,!1,Mp,null,null),_p=Sp.exports,bp=function(){var t=this,e=t._self._c;return e("div",[t.otpPhone||t.otpEmail?t.step===t.STEP_CONFIRM?e("div",{class:t.$style.container},[e("ConfirmationStep",{attrs:{"on-approve-confirm":t.approveConfirm,"on-reject-confirm":t.rejectConfirm}})],1):t.step===t.STEP_REQUEST_CODE?e("div",{class:t.$style.container},[e("AppForm",{attrs:{id:"requestCodeForm",schema:t.requestCodeSchema,"on-submit":t.startSigning,errors:t.fieldErrors}})],1):e("div",[t.emailToken?e("div",{class:t.$style.container},[t.otpPhone?e("div",{class:t.$style.mb4},[t._v(" Phone: "+t._s(t.otpPhone)+" ")]):t._e(),t.otpEmail?e("div",{class:t.$style.mb4},[t._v(" Email: "),e("b",[t._v(t._s(t.otpEmail))])]):t._e()]):t._e(),t.confirmationFormSchema.length?e("div",[t.requireHandwrittenSignature?e("SignaturePad",{ref:"signaturePad"}):t._e(),e("div",{class:t.$style.container},[e("AppForm",{attrs:{id:"otpSignatureForm",schema:t.confirmationFormSchema,"on-submit":t.startConfirm,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)],1):t._e()]):e("div",[e("div",{class:t.$style.container},[e("AppAlert",{attrs:{scheme:"danger"}},[t._v(" Missing otpEmail or otpPhone ")])],1)])])},wp=[],Ip=function(){var t=this,e=t._self._c;return e("div",[e("div",{class:t.$style.mb4},[t._v(" "+t._s(t.$t("confirm-doc-check-and-sign"))+" ")]),e("AppButton",{class:t.$style.mb4,attrs:{"on-click":t.onApproveConfirm}},[t._v(" "+t._s(t.$t("yes"))+" ")]),e("AppButton",{class:t.$style.mb4,attrs:{scheme:"secondary","on-click":t.onRejectConfirm}},[t._v(" "+t._s(t.$t("no"))+" ")])],1)},zp=[],Cp={name:"ConfirmationStep",components:{AppButton:yu},props:{onApproveConfirm:{type:Function,default:()=>{}},onRejectConfirm:{type:Function,default:()=>{}}}},xp=Cp,Ap=n(13527),kp=n.n(Ap);function Ep(t){this["$style"]=kp().locals||kp()}var Fp=S(xp,Ip,zp,!1,Ep,null,null),Bp=Fp.exports,Tp=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.signaturePad},[e("FormFieldLabel",[t._v(" "+t._s(t.$t("Draw signature"))+" ")]),e("div",{class:t.$style.canvasWrap},[e("canvas",{ref:"canvas",class:[t.$style.canvas,{[t.$style.error]:t.hasErrors}],on:{click:t.validate}})]),t.hasErrors?e("ul",{class:t.$style.validationContainer},t._l(t.errors,(function(a){return e("li",{key:a,class:t.$style.validationMessage},[t._v(" "+t._s(a)+" ")])})),0):t._e(),e("div",{class:t.$style.container},[e("AppButton",{class:t.$style.clearButton,attrs:{scheme:"secondary","on-click":t.clear}},[t._v(" "+t._s(t.$t("clear"))+" ")])],1)],1)},Dp=[];
4
+ /*!
5
+ * Signature Pad v4.1.4 | https://github.com/szimek/signature_pad
6
+ * (c) 2022 Szymon Nowak | Released under the MIT license
7
+ */
8
+ class Np{constructor(t,e,a,n){if(isNaN(t)||isNaN(e))throw new Error(`Point is invalid: (${t}, ${e})`);this.x=+t,this.y=+e,this.pressure=a||0,this.time=n||Date.now()}distanceTo(t){return Math.sqrt(Math.pow(this.x-t.x,2)+Math.pow(this.y-t.y,2))}equals(t){return this.x===t.x&&this.y===t.y&&this.pressure===t.pressure&&this.time===t.time}velocityFrom(t){return this.time!==t.time?this.distanceTo(t)/(this.time-t.time):0}}class Op{constructor(t,e,a,n,s,i){this.startPoint=t,this.control2=e,this.control1=a,this.endPoint=n,this.startWidth=s,this.endWidth=i}static fromPoints(t,e){const a=this.calculateControlPoints(t[0],t[1],t[2]).c2,n=this.calculateControlPoints(t[1],t[2],t[3]).c1;return new Op(t[1],a,n,t[2],e.start,e.end)}static calculateControlPoints(t,e,a){const n=t.x-e.x,s=t.y-e.y,i=e.x-a.x,r=e.y-a.y,o={x:(t.x+e.x)/2,y:(t.y+e.y)/2},l={x:(e.x+a.x)/2,y:(e.y+a.y)/2},c=Math.sqrt(n*n+s*s),u=Math.sqrt(i*i+r*r),d=o.x-l.x,h=o.y-l.y,p=u/(c+u),f={x:l.x+d*p,y:l.y+h*p},g=e.x-f.x,v=e.y-f.y;return{c1:new Np(o.x+g,o.y+v),c2:new Np(l.x+g,l.y+v)}}length(){const t=10;let e,a,n=0;for(let s=0;s<=t;s+=1){const i=s/t,r=this.point(i,this.startPoint.x,this.control1.x,this.control2.x,this.endPoint.x),o=this.point(i,this.startPoint.y,this.control1.y,this.control2.y,this.endPoint.y);if(s>0){const t=r-e,s=o-a;n+=Math.sqrt(t*t+s*s)}e=r,a=o}return n}point(t,e,a,n,s){return e*(1-t)*(1-t)*(1-t)+3*a*(1-t)*(1-t)*t+3*n*(1-t)*t*t+s*t*t*t}}class Lp{constructor(){try{this._et=new EventTarget}catch(cy){this._et=document}}addEventListener(t,e,a){this._et.addEventListener(t,e,a)}dispatchEvent(t){return this._et.dispatchEvent(t)}removeEventListener(t,e,a){this._et.removeEventListener(t,e,a)}}function Hp(t,e=250){let a,n,s,i=0,r=null;const o=()=>{i=Date.now(),r=null,a=t.apply(n,s),r||(n=null,s=[])};return function(...l){const c=Date.now(),u=e-(c-i);return n=this,s=l,u<=0||u>e?(r&&(clearTimeout(r),r=null),i=c,a=t.apply(n,s),r||(n=null,s=[])):r||(r=window.setTimeout(o,u)),a}}class jp extends Lp{constructor(t,e={}){super(),this.canvas=t,this._handleMouseDown=t=>{1===t.buttons&&(this._drawningStroke=!0,this._strokeBegin(t))},this._handleMouseMove=t=>{this._drawningStroke&&this._strokeMoveUpdate(t)},this._handleMouseUp=t=>{1===t.buttons&&this._drawningStroke&&(this._drawningStroke=!1,this._strokeEnd(t))},this._handleTouchStart=t=>{if(t.cancelable&&t.preventDefault(),1===t.targetTouches.length){const e=t.changedTouches[0];this._strokeBegin(e)}},this._handleTouchMove=t=>{t.cancelable&&t.preventDefault();const e=t.targetTouches[0];this._strokeMoveUpdate(e)},this._handleTouchEnd=t=>{const e=t.target===this.canvas;if(e){t.cancelable&&t.preventDefault();const e=t.changedTouches[0];this._strokeEnd(e)}},this._handlePointerStart=t=>{this._drawningStroke=!0,t.preventDefault(),this._strokeBegin(t)},this._handlePointerMove=t=>{this._drawningStroke&&(t.preventDefault(),this._strokeMoveUpdate(t))},this._handlePointerEnd=t=>{this._drawningStroke&&(t.preventDefault(),this._drawningStroke=!1,this._strokeEnd(t))},this.velocityFilterWeight=e.velocityFilterWeight||.7,this.minWidth=e.minWidth||.5,this.maxWidth=e.maxWidth||2.5,this.throttle="throttle"in e?e.throttle:16,this.minDistance="minDistance"in e?e.minDistance:5,this.dotSize=e.dotSize||0,this.penColor=e.penColor||"black",this.backgroundColor=e.backgroundColor||"rgba(0,0,0,0)",this._strokeMoveUpdate=this.throttle?Hp(jp.prototype._strokeUpdate,this.throttle):jp.prototype._strokeUpdate,this._ctx=t.getContext("2d"),this.clear(),this.on()}clear(){const{_ctx:t,canvas:e}=this;t.fillStyle=this.backgroundColor,t.clearRect(0,0,e.width,e.height),t.fillRect(0,0,e.width,e.height),this._data=[],this._reset(this._getPointGroupOptions()),this._isEmpty=!0}fromDataURL(t,e={}){return new Promise(((a,n)=>{const s=new Image,i=e.ratio||window.devicePixelRatio||1,r=e.width||this.canvas.width/i,o=e.height||this.canvas.height/i,l=e.xOffset||0,c=e.yOffset||0;this._reset(this._getPointGroupOptions()),s.onload=()=>{this._ctx.drawImage(s,l,c,r,o),a()},s.onerror=t=>{n(t)},s.crossOrigin="anonymous",s.src=t,this._isEmpty=!1}))}toDataURL(t="image/png",e){switch(t){case"image/svg+xml":return"object"!==typeof e&&(e=void 0),`data:image/svg+xml;base64,${btoa(this.toSVG(e))}`;default:return"number"!==typeof e&&(e=void 0),this.canvas.toDataURL(t,e)}}on(){this.canvas.style.touchAction="none",this.canvas.style.msTouchAction="none",this.canvas.style.userSelect="none";const t=/Macintosh/.test(navigator.userAgent)&&"ontouchstart"in document;window.PointerEvent&&!t?this._handlePointerEvents():(this._handleMouseEvents(),"ontouchstart"in window&&this._handleTouchEvents())}off(){this.canvas.style.touchAction="auto",this.canvas.style.msTouchAction="auto",this.canvas.style.userSelect="auto",this.canvas.removeEventListener("pointerdown",this._handlePointerStart),this.canvas.removeEventListener("pointermove",this._handlePointerMove),this.canvas.ownerDocument.removeEventListener("pointerup",this._handlePointerEnd),this.canvas.removeEventListener("mousedown",this._handleMouseDown),this.canvas.removeEventListener("mousemove",this._handleMouseMove),this.canvas.ownerDocument.removeEventListener("mouseup",this._handleMouseUp),this.canvas.removeEventListener("touchstart",this._handleTouchStart),this.canvas.removeEventListener("touchmove",this._handleTouchMove),this.canvas.removeEventListener("touchend",this._handleTouchEnd)}isEmpty(){return this._isEmpty}fromData(t,{clear:e=!0}={}){e&&this.clear(),this._fromData(t,this._drawCurve.bind(this),this._drawDot.bind(this)),this._data=this._data.concat(t)}toData(){return this._data}_getPointGroupOptions(t){return{penColor:t&&"penColor"in t?t.penColor:this.penColor,dotSize:t&&"dotSize"in t?t.dotSize:this.dotSize,minWidth:t&&"minWidth"in t?t.minWidth:this.minWidth,maxWidth:t&&"maxWidth"in t?t.maxWidth:this.maxWidth,velocityFilterWeight:t&&"velocityFilterWeight"in t?t.velocityFilterWeight:this.velocityFilterWeight}}_strokeBegin(t){this.dispatchEvent(new CustomEvent("beginStroke",{detail:t}));const e=this._getPointGroupOptions(),a=Object.assign(Object.assign({},e),{points:[]});this._data.push(a),this._reset(e),this._strokeUpdate(t)}_strokeUpdate(t){if(0===this._data.length)return void this._strokeBegin(t);this.dispatchEvent(new CustomEvent("beforeUpdateStroke",{detail:t}));const e=t.clientX,a=t.clientY,n=void 0!==t.pressure?t.pressure:void 0!==t.force?t.force:0,s=this._createPoint(e,a,n),i=this._data[this._data.length-1],r=i.points,o=r.length>0&&r[r.length-1],l=!!o&&s.distanceTo(o)<=this.minDistance,c=this._getPointGroupOptions(i);if(!o||!o||!l){const t=this._addPoint(s,c);o?t&&this._drawCurve(t,c):this._drawDot(s,c),r.push({time:s.time,x:s.x,y:s.y,pressure:s.pressure})}this.dispatchEvent(new CustomEvent("afterUpdateStroke",{detail:t}))}_strokeEnd(t){this._strokeUpdate(t),this.dispatchEvent(new CustomEvent("endStroke",{detail:t}))}_handlePointerEvents(){this._drawningStroke=!1,this.canvas.addEventListener("pointerdown",this._handlePointerStart),this.canvas.addEventListener("pointermove",this._handlePointerMove),this.canvas.ownerDocument.addEventListener("pointerup",this._handlePointerEnd)}_handleMouseEvents(){this._drawningStroke=!1,this.canvas.addEventListener("mousedown",this._handleMouseDown),this.canvas.addEventListener("mousemove",this._handleMouseMove),this.canvas.ownerDocument.addEventListener("mouseup",this._handleMouseUp)}_handleTouchEvents(){this.canvas.addEventListener("touchstart",this._handleTouchStart),this.canvas.addEventListener("touchmove",this._handleTouchMove),this.canvas.addEventListener("touchend",this._handleTouchEnd)}_reset(t){this._lastPoints=[],this._lastVelocity=0,this._lastWidth=(t.minWidth+t.maxWidth)/2,this._ctx.fillStyle=t.penColor}_createPoint(t,e,a){const n=this.canvas.getBoundingClientRect();return new Np(t-n.left,e-n.top,a,(new Date).getTime())}_addPoint(t,e){const{_lastPoints:a}=this;if(a.push(t),a.length>2){3===a.length&&a.unshift(a[0]);const t=this._calculateCurveWidths(a[1],a[2],e),n=Op.fromPoints(a,t);return a.shift(),n}return null}_calculateCurveWidths(t,e,a){const n=a.velocityFilterWeight*e.velocityFrom(t)+(1-a.velocityFilterWeight)*this._lastVelocity,s=this._strokeWidth(n,a),i={end:s,start:this._lastWidth};return this._lastVelocity=n,this._lastWidth=s,i}_strokeWidth(t,e){return Math.max(e.maxWidth/(t+1),e.minWidth)}_drawCurveSegment(t,e,a){const n=this._ctx;n.moveTo(t,e),n.arc(t,e,a,0,2*Math.PI,!1),this._isEmpty=!1}_drawCurve(t,e){const a=this._ctx,n=t.endWidth-t.startWidth,s=2*Math.ceil(t.length());a.beginPath(),a.fillStyle=e.penColor;for(let i=0;i<s;i+=1){const a=i/s,r=a*a,o=r*a,l=1-a,c=l*l,u=c*l;let d=u*t.startPoint.x;d+=3*c*a*t.control1.x,d+=3*l*r*t.control2.x,d+=o*t.endPoint.x;let h=u*t.startPoint.y;h+=3*c*a*t.control1.y,h+=3*l*r*t.control2.y,h+=o*t.endPoint.y;const p=Math.min(t.startWidth+o*n,e.maxWidth);this._drawCurveSegment(d,h,p)}a.closePath(),a.fill()}_drawDot(t,e){const a=this._ctx,n=e.dotSize>0?e.dotSize:(e.minWidth+e.maxWidth)/2;a.beginPath(),this._drawCurveSegment(t.x,t.y,n),a.closePath(),a.fillStyle=e.penColor,a.fill()}_fromData(t,e,a){for(const n of t){const{points:t}=n,s=this._getPointGroupOptions(n);if(t.length>1)for(let a=0;a<t.length;a+=1){const n=t[a],i=new Np(n.x,n.y,n.pressure,n.time);0===a&&this._reset(s);const r=this._addPoint(i,s);r&&e(r,s)}else this._reset(s),a(t[0],s)}}toSVG({includeBackgroundColor:t=!1}={}){const e=this._data,a=Math.max(window.devicePixelRatio||1,1),n=0,s=0,i=this.canvas.width/a,r=this.canvas.height/a,o=document.createElementNS("http://www.w3.org/2000/svg","svg");if(o.setAttribute("xmlns","http://www.w3.org/2000/svg"),o.setAttribute("xmlns:xlink","http://www.w3.org/1999/xlink"),o.setAttribute("viewBox",`${n} ${s} ${i} ${r}`),o.setAttribute("width",i.toString()),o.setAttribute("height",r.toString()),t&&this.backgroundColor){const t=document.createElement("rect");t.setAttribute("width","100%"),t.setAttribute("height","100%"),t.setAttribute("fill",this.backgroundColor),o.appendChild(t)}return this._fromData(e,((t,{penColor:e})=>{const a=document.createElement("path");if(!isNaN(t.control1.x)&&!isNaN(t.control1.y)&&!isNaN(t.control2.x)&&!isNaN(t.control2.y)){const n=`M ${t.startPoint.x.toFixed(3)},${t.startPoint.y.toFixed(3)} C ${t.control1.x.toFixed(3)},${t.control1.y.toFixed(3)} ${t.control2.x.toFixed(3)},${t.control2.y.toFixed(3)} ${t.endPoint.x.toFixed(3)},${t.endPoint.y.toFixed(3)}`;a.setAttribute("d",n),a.setAttribute("stroke-width",(2.25*t.endWidth).toFixed(3)),a.setAttribute("stroke",e),a.setAttribute("fill","none"),a.setAttribute("stroke-linecap","round"),o.appendChild(a)}}),((t,{penColor:e,dotSize:a,minWidth:n,maxWidth:s})=>{const i=document.createElement("circle"),r=a>0?a:(n+s)/2;i.setAttribute("r",r.toString()),i.setAttribute("cx",t.x.toString()),i.setAttribute("cy",t.y.toString()),i.setAttribute("fill",e),o.appendChild(i)})),o.outerHTML}}var Pp={name:"SignaturePad",components:{AppButton:yu,FormFieldLabel:Gu},data(){return{signaturePad:null,errors:[]}},computed:{hasErrors(){return this.errors.length>0}},mounted(){this.initSignaturePad(),window.addEventListener("resize",this.resizeCanvas),this.resizeCanvas()},unmounted(){window.removeEventListener("resize",this.resizeCanvas)},methods:{initSignaturePad(){this.signaturePad=new jp(this.$refs.canvas,{backgroundColor:"rgb(255, 255, 255)"})},resizeCanvas(){const t=this.$refs.canvas,e=Math.max(window.devicePixelRatio||1,1);t.width=t.offsetWidth*e,t.height=t.offsetHeight*e,t.getContext("2d").scale(e,e),this.signaturePad.fromData(this.signaturePad.toData())},clear(){this.signaturePad.clear()},toDataURL(t){return this.signaturePad.toDataURL(t)},toData(){return this.signaturePad.toData()},isEmpty(){return this.signaturePad.isEmpty()},validate(){return this.errors=[],!this.signaturePad.isEmpty()||(this.errors.push(this.$t("this-field-is-required")),!1)}}},Vp=Pp,Gp=n(52005),Rp=n.n(Gp);function $p(t){this["$style"]=Rp().locals||Rp()}var Up=S(Vp,Tp,Dp,!1,$p,null,null),Kp=Up.exports,Yp={name:"SignatureOtp",components:{AppForm:jd,AppAlert:ct,ConfirmationStep:Bp,SignaturePad:Kp},data(){return{fieldErrors:{},challenge:void 0,authProcess:{},step:null,prevStep:null,handwrittenSignatureDataUrl:null,handwrittenSignatureData:null}},computed:{signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},inputValues(){return this.$root.$options.storeGetters.inputValues()},otpEmail(){return this.$root.$options.storeGetters.otpEmail()},otpPhone(){return this.$root.$options.storeGetters.otpPhone()},emailToken(){return this.$root.$options.storeGetters.emailToken()},isOtpSent(){return this.$root.$options.storeGetters.isOtpSent()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},requestCodeSchema(){const t=[];return this.otpPhone&&t.push(this.otpPhone),this.otpEmail&&t.push(this.otpEmail),[{type:"textSection",text:this.$t("confirmation-code-will-be-sent-to")+" "+t.join(" & ")},{type:"submit",label:this.$t("continue")}]},confirmationFormSchema(){const t=[];return this.otpEmail&&t.push({type:this.emailToken?"hidden":"text",name:"email_token",instructions:this.$t("email-code-sent")+" "+this.otpEmail,label:this.$t("your-code"),validation:["required"]}),this.otpPhone&&t.push({type:"text",name:"sms_token",instructions:this.$t("sms-code-sent")+" "+this.otpPhone,label:this.$t("your-code"),validation:["required"]}),t.length&&t.push({type:"submit",label:this.$t("Sign")}),t},formValue:{get(){return{email_token:this.inputValues.email_token,sms_token:this.inputValues.sms_token}},set(t){this.updateInputValues(t)}},requireHandwrittenSignature(){return this.$root.$options.storeGetters.requireHandwrittenSignature()}},beforeDestroy(){this.cancel()},created(){this.STEP_REQUEST_CODE="STEP_REQUEST_CODE",this.STEP_ENTER_CODE="STEP_ENTER_CODE",this.STEP_CONFIRM="STEP_CONFIRM",this.goToStartingStep()},methods:{getStartingStep(){return this.isOtpSent?this.STEP_ENTER_CODE:this.STEP_REQUEST_CODE},goToStartingStep(){this.goToStep(this.getStartingStep())},goToStep(t){this.prevStep=this.step,this.step=t},stepBack(){this.goToStep(this.prevStep)},updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.authProcess;t&&t()},startConfirm(){if(this.requireHandwrittenSignature){if(!this.$refs.signaturePad.validate())return;this.handwrittenSignatureData=this.$refs.signaturePad.toData(),this.handwrittenSignatureDataUrl=this.$refs.signaturePad.toDataURL()}this.goToStep(this.STEP_CONFIRM)},rejectConfirm(){this.stepBack()},approveConfirm(){this.startSigning()},startSigning(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.otpSignature.start({emailToken:this.formValue.email_token,smsToken:this.formValue.sms_token,handwrittenSignatureData:this.handwrittenSignatureData,handwrittenSignatureDataUrl:this.handwrittenSignatureDataUrl,started:t=>{t.data&&t.data.token&&(this.loadingEnd(),this.goToStep(this.STEP_ENTER_CODE))},confirmationCodeRequest:(t,e)=>{this.resolveConfirmation=e},fail:t=>{t.isCancel||(this.addFlashMessage(t),this.updateInputValues({sms_token:"",email_token:""})),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.goToStartingStep(),this.endSignatureProcessing(),this.loadingEnd()},...t})}}},Zp=Yp,qp=n(97164),Wp=n.n(qp);function Qp(t){this["$style"]=Wp().locals||Wp()}var Jp=S(Zp,bp,wp,!1,Qp,null,null),Xp=Jp.exports,tf=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.evroTransactionId?e("div",{class:t.$style.challenge},[e("SubLoader",[e("div",[t._v(t._s(t.$t("sign-in-evrotrust-app")))]),e("div",{class:t.$style.label},[t._v(" "+t._s(t.$t("transaction-id"))+" ")]),e("div",{class:t.$style.highlight},[t._v(" "+t._s(t.evroTransactionId)+" ")])])],1):e("div",[e("AppForm",{attrs:{id:"smartIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},ef=[],af={name:"SignatureEvrotrust",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},evroTransactionId:null,authProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},callingCode(){return this.$root.$options.storeGetters.callingCode()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"text",name:"idcode",label:this.$t("idcode")},{type:"sectionSpacer",text:this.$t("or")+":"},{type:"tel",name:"phone",label:this.$t("phone-number"),callingCode:this.callingCode},{type:"sectionSpacer",text:this.$t("or")+":"},{type:"email",name:"email",label:this.$t("email")},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{idcode:this.inputValues.idcode,email:this.inputValues.email,phone:this.inputValues.phone}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.authProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue};t.phone=t.phone?this.callingCode+t.phone:"";const e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.evroTrustSignature.start({...t,started:t=>{t.data&&t.data.transaction_id&&(this.evroTransactionId=t.data.transaction_id,this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.evroTransactionId=void 0,this.endSignatureProcessing(),this.loadingEnd()},...e})}}},nf=af,sf=n(28358),rf=n.n(sf);function of(t){this["$style"]=rf().locals||rf()}var lf=S(nf,tf,ef,!1,of,null,null),cf=lf.exports,uf=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.signatureIsProcessing?e("div",{class:t.$style.challenge},[e("SubLoader")],1):e("div",[e("AppForm",{attrs:{id:"dTrustSignMeSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},df=[],hf={name:"SignatureDTrustSignMe",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"text",name:"username",label:this.$t("username-or-email"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{username:this.inputValues.username}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.signingProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue},e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.dTrustSignMeSignature.start({...t,started:t=>{t.data&&t.data.transaction_id&&(this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.endSignatureProcessing(),this.loadingEnd()},...e})}}},pf=hf,ff=n(96001),gf=n.n(ff);function vf(t){this["$style"]=gf().locals||gf()}var mf=S(pf,uf,df,!1,vf,null,null),yf=mf.exports,Mf=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.signatureIsProcessing?e("div",{class:t.$style.challenge},[e("SubLoader")],1):t.step===t.STEP_START?e("div",[e("AppForm",{attrs:{id:"chaveMovelUserCredentialsForm",schema:t.userCredentialsSchema,"on-submit":t.startSigning,errors:t.fieldErrors},model:{value:t.userCredentialsFormValue,callback:function(e){t.userCredentialsFormValue=e},expression:"userCredentialsFormValue"}})],1):t.step===t.STEP_CONFIRM?e("div",[e("AppForm",{attrs:{id:"chaveMovelConfirmationForm",schema:t.confirmationFormSchema,"on-submit":t.confirm,errors:t.fieldErrors},model:{value:t.confirmationFormValue,callback:function(e){t.confirmationFormValue=e},expression:"confirmationFormValue"}})],1):t._e()])},Sf=[],_f={name:"SignatureChaveMovel",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},signingProcess:{},filesToBeSigned:[],step:null}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},userCredentialsSchema(){return[{type:"tel",name:"phone",label:this.$t("phone-number")+", "+this.$t("including-calling-code"),validation:["required"]},{type:"password",name:"signingPin",label:this.$t("digital-signature-pin"),validation:["required"]},{type:"textSection",text:this.$t("mobile-key-signing-info")},{type:"submit",label:this.$t("Sign")}]},confirmationFormSchema(){return[{type:"password",name:"confirmationCode",label:this.$t("enter-temp-security-code"),validation:["required"]},{type:"textSection",text:this.$t("you-have-5-minutes-to-enter-the-code")},{type:"textSection",text:this.$t("after-confirmation-following-docs-will-be-signed")+" "+this.filesToBeSigned.map((t=>t.fileName)).join(", ")+". "+this.$t("signature-confirmation-irreversible-note")},{type:"textSection",text:this.$t("mobile-key-signing-info")},{type:"submit",label:this.$t("confirm")}]},userCredentialsFormValue:{get(){return{phone:this.inputValues.phone,signingPin:this.inputValues.signingPin}},set(t){this.updateInputValues(t)}},confirmationFormValue:{get(){return{confirmationCode:this.inputValues.confirmationCode}},set(t){this.updateInputValues(t)}}},created(){this.STEP_START="STEP_START",this.STEP_CONFIRM="STEP_CONFIRM",this.step=this.STEP_START},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.signingProcess;t&&t()},startSigning(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.userCredentialsFormValue},e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.chaveMovelSignature.start({...t,started:t=>{t.data&&t.data.token&&(this.loadingEnd(),this.filesToBeSigned=t.data.files,this.step=this.STEP_CONFIRM)},confirmationCodeRequest:(t,e)=>{this.resolveConfirmation=e},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.step=this.STEP_START,this.updateInputValues({confirmationCode:""}),this.endSignatureProcessing(),this.loadingEnd()},...e})},confirm(){this.loadingStart(),this.resolveConfirmation(this.confirmationFormValue.confirmationCode)}}},bf=_f,wf=n(288),If=n.n(wf);function zf(t){this["$style"]=If().locals||If()}var Cf=S(bf,Mf,Sf,!1,zf,null,null),xf=Cf.exports,Af=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.signatureIsProcessing?e("div",{class:t.$style.challenge},[e("SubLoader")],1):e("div",[e("AppForm",{attrs:{id:"noBankIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},kf=[],Ef={name:"SignatureNoBankId",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"text",name:"name",validation:["required"],label:this.$t("name")},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{name:this.inputValues.name}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.signingProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue},e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.noBankIdAdvSignature.start({...t,fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.endSignatureProcessing(),this.loadingEnd()},...e})}}},Ff=Ef,Bf=n(84368),Tf=n.n(Bf);function Df(t){this["$style"]=Tf().locals||Tf()}var Nf=S(Ff,Af,kf,!1,Df,null,null),Of=Nf.exports,Lf=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.signatureIsProcessing?e("div",{class:t.$style.challenge},[e("SubLoader")],1):e("div",[e("AppForm",{attrs:{id:"spidQesSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Hf=[],jf={name:"SignatureSpidQes",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"email",name:"email",label:this.$t("email"),validation:["required"]},{type:"text",name:"phone",label:this.$t("phone-number")+", "+this.$t("including-calling-code"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{email:this.inputValues.email,phone:this.inputValues.phone}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.signingProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue},e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.spidQesSignature.start({...t,started:t=>{t.data&&t.data.transaction_id&&(this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.endSignatureProcessing(),this.loadingEnd()},...e})}}},Pf=jf,Vf=n(20763),Gf=n.n(Vf);function Rf(t){this["$style"]=Gf().locals||Gf()}var $f=S(Pf,Lf,Hf,!1,Rf,null,null),Uf=$f.exports,Kf=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.userInstructions?e("div",{class:t.$style.userInstructions},[e("ChallengeLoader",{attrs:{"user-instructions":t.userInstructions}})],1):e("div",[e("AppForm",{attrs:{id:"frejaSignatureIdForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Yf=[],Zf={name:"SignatureFrejaId",components:{AppForm:jd,ChallengeLoader:Wd},data(){return{fieldErrors:{},userInstructions:void 0,signingProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},countryCode(){return this.$root.$options.storeGetters.countryCode()},schema(){return[{type:"text",name:"idcode",label:this.$t("idcode"),placeholder:this.$t(this.countryCode.toLowerCase()+"-freja-id-code-placeholder"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{idcode:this.inputValues.idcode}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.signingProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue},e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.frejaSimpleSignature.start({...t,started:()=>{this.userInstructions=this.$t("approve-sign-request-on-freja-app"),this.startSignatureProcessing(),this.loadingEnd()},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.userInstructions=void 0,this.endSignatureProcessing(),this.loadingEnd()},...e})}}},qf=Zf,Wf=n(7029),Qf=n.n(Wf);function Jf(t){this["$style"]=Qf().locals||Qf()}var Xf=S(qf,Kf,Yf,!1,Jf,null,null),tg=Xf.exports,eg=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.challenge?e("div",{class:t.$style.challenge},[e("ChallengeLoader",{attrs:{challenge:t.challenge}})],1):e("div",[e("AppForm",{attrs:{id:"smartIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},ag=[],ng={name:"SignatureAudkenni",components:{AppForm:jd,ChallengeLoader:Wd},data(){return{fieldErrors:{},challenge:void 0,authProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"text",name:"idcode",label:this.$t("idcode"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{idcode:this.inputValues.idcode}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.authProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.audkenniQesSignature.start({...this.formValue,started:t=>{t.data&&t.data.challenge&&(this.challenge=t.data.challenge,this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.challenge=void 0,this.endSignatureProcessing(),this.loadingEnd()},...t})}}},sg=ng,ig=n(49610),rg=n.n(ig);function og(t){this["$style"]=rg().locals||rg()}var lg=S(sg,eg,ag,!1,og,null,null),cg=lg.exports,ug=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.signatureIsProcessing?e("div",{class:t.$style.challenge},[e("SubLoader")],1):t.step===t.STEP_START?e("div",[e("AppForm",{attrs:{id:"uanatacaQesSignatureForm",schema:t.schema,"on-submit":t.startSigning,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1):t.step===t.STEP_CONFIRM?e("div",[e("AppForm",{attrs:{id:"uanatacaQesSignatureConfirmationForm",schema:t.confirmationFormSchema,"on-submit":t.confirm,errors:t.fieldErrors},model:{value:t.confirmationFormValue,callback:function(e){t.confirmationFormValue=e},expression:"confirmationFormValue"}})],1):t._e()])},dg=[],hg={name:"SignatureUanatacaQes",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},signingProcess:{},step:null}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"text",name:"username",label:this.$t("username"),validation:["required"]},{type:"password",name:"password",label:this.$t("password"),validation:["required"]},{type:"password",name:"pin",label:this.$t("pin"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{username:this.inputValues.username??"",password:this.inputValues.password??"",pin:this.inputValues.pin??""}},set(t){this.updateInputValues(t)}},confirmationFormSchema(){return[{type:"password",name:"confirmationCode",label:this.$t("your-sms-otp-code"),validation:["required"]},{type:"submit",label:this.$t("confirm")}]},confirmationFormValue:{get(){return{confirmationCode:this.inputValues.confirmationCode}},set(t){this.updateInputValues(t)}}},created(){this.STEP_START="STEP_START",this.STEP_CONFIRM="STEP_CONFIRM",this.step=this.STEP_START},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.signingProcess;t&&t()},startSigning(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue},e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.uanatacaQesSignature.start({...t,started:t=>{t.data&&t.data.token&&(this.loadingEnd(),this.step=this.STEP_CONFIRM)},confirmationCodeRequest:(t,e)=>{this.resolveConfirmation=e},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.step=this.STEP_START,this.updateInputValues({confirmationCode:""}),this.endSignatureProcessing(),this.loadingEnd()},...e})},confirm(){this.loadingStart(),this.resolveConfirmation(this.confirmationFormValue.confirmationCode)}}},pg=hg,fg=n(68369),gg=n.n(fg);function vg(t){this["$style"]=gg().locals||gg()}var mg=S(pg,ug,dg,!1,vg,null,null),yg=mg.exports,Mg=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.challenge?e("div",{class:t.$style.challenge},[e("SubLoader",[e("div",[t._v(t._s(t.$t("sign-in-halcom-app")))]),e("div",{class:t.$style.label},[t._v(" "+t._s(t.$t("transaction-id"))+" ")]),e("div",{class:t.$style.highlight},[t._v(" "+t._s(t.challenge)+" ")])])],1):e("div",[e("AppForm",{attrs:{id:"halcomSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Sg=[],_g={name:"SignatureHalcomQes",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},challenge:void 0,authProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},callingCode(){return this.$root.$options.storeGetters.callingCode()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"text",name:"username",label:this.$t("username")},{type:"sectionSpacer",text:this.$t("or")+":"},{type:"tel",name:"phone",label:this.$t("phone-number"),callingCode:this.callingCode},{type:"sectionSpacer",text:this.$t("or")+":"},{type:"email",name:"email",label:this.$t("email")},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{username:this.inputValues.username,email:this.inputValues.email,phone:this.inputValues.phone}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.authProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue};t.phone=t.phone?this.callingCode+t.phone:"";const e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.halcomQesSignature.start({...t,started:t=>{t.data&&t.data.challenge&&(this.challenge=t.data.challenge,this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.challenge=void 0,this.endSignatureProcessing(),this.loadingEnd()},...e})}}},bg=_g,wg=n(97626),Ig=n.n(wg);function zg(t){this["$style"]=Ig().locals||Ig()}var Cg=S(bg,Mg,Sg,!1,zg,null,null),xg=Cg.exports,Ag=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.swissIdToken?e("div",{class:t.$style.challenge},[e("SubLoader",[e("div",[t._v(t._s(t.$t("sign-in-swiss-id-app")))])])],1):e("div",[e("AppForm",{attrs:{id:"swissIdSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},kg=[],Eg={name:"SignatureSwissIdQes",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},swissIdToken:null,authProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},callingCode(){return this.$root.$options.storeGetters.callingCode()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"email",name:"email",label:this.$t("email")},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{email:this.inputValues.email}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.authProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue};t.phone=t.phone?this.callingCode+t.phone:"";const e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.swissIdQesSignature.start({...t,started:t=>{t.data&&t.data.token&&(this.swissIdToken=t.data.token,this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.swissIdToken=void 0,this.endSignatureProcessing(),this.loadingEnd()},...e})}}},Fg=Eg,Bg=n(20775),Tg=n.n(Bg);function Dg(t){this["$style"]=Tg().locals||Tg()}var Ng=S(Fg,Ag,kg,!1,Dg,null,null),Og=Ng.exports,Lg=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.challenge?e("div",{class:t.$style.challenge},[e("SubLoader",[e("div",[t._v(t._s(t.$t("sign-in-app",{name:"Swisscom"})))]),e("div",{class:t.$style.label},[t._v(" "+t._s(t.$t("transaction-id"))+" ")]),e("div",{class:t.$style.highlight},[t._v(" "+t._s(t.challenge)+" ")])])],1):e("div",[e("AppForm",{attrs:{id:"swissComSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Hg=[],jg={name:"SignatureSwissComQes",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},challenge:null,authProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},callingCode(){return this.$root.$options.storeGetters.callingCode()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"tel",name:"phone",label:this.$t("phone-number"),validation:["required"]},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{phone:this.inputValues.phone}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.authProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue},e=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.signature.swissComQesSignature.start({...t,started:t=>{t.data&&t.data.challenge&&(this.challenge=t.data.challenge,this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.challenge=void 0,this.endSignatureProcessing(),this.loadingEnd()},...e})}}},Pg=jg,Vg=n(17431),Gg=n.n(Vg);function Rg(t){this["$style"]=Gg().locals||Gg()}var $g=S(Pg,Lg,Hg,!1,Rg,null,null),Ug=$g.exports,Kg=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.signatureIsProcessing?e("div",{class:t.$style.challenge},[e("SubLoader")],1):e("div",[e("div",{class:t.$style.note},[t._v(" "+t._s(t.$t("pre-sign-confirmation",{method:t.$t("MitID")}))+" ")]),e("br"),e("AppForm",{attrs:{id:"mitIdAdvancedSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Yg=[],Zg={name:"SignatureMitIdAdvanced",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.signingProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue},e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.mitIdAdvancedSignature.start({...t,started:t=>{t.data&&t.data.transaction_id&&(this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.endSignatureProcessing(),this.loadingEnd()},...e})}}},qg=Zg,Wg=n(62286),Qg=n.n(Wg);function Jg(t){this["$style"]=Qg().locals||Qg()}var Xg=S(qg,Kg,Yg,!1,Jg,null,null),tv=Xg.exports,ev=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.signatureIsProcessing?e("div",{class:t.$style.challenge},[e("SubLoader")],1):e("div",[e("div",{class:t.$style.note},[t._v(" "+t._s(t.$t("pre-sign-confirmation",{method:t.$t("MitID")}))+" ")]),e("br"),e("AppForm",{attrs:{id:"mitIdQesSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},av=[],nv={name:"SignatureMitIdQes",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.signingProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue},e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.mitIdQesSignature.start({...t,started:t=>{t.data&&t.data.transaction_id&&(this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.endSignatureProcessing(),this.loadingEnd()},...e})}}},sv=nv,iv=n(63894),rv=n.n(iv);function ov(t){this["$style"]=rv().locals||rv()}var lv=S(sv,ev,av,!1,ov,null,null),cv=lv.exports,uv=function(){var t=this,e=t._self._c;return t.signatureIsProcessing?e("div",{class:t.$style.challenge},[e("SubLoader")],1):e("div",[e("div",{class:t.$style.note},[t._v(" "+t._s(t.$t("pre-sign-confirmation",{method:t.$t("BankID")}))+" ")]),e("div",{class:t.$style.formContainer},[e("AppForm",{attrs:{id:"seBankIdAdvancedSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},dv=[],hv={name:"SignatureSeBankIdAdvanced",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.signingProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue},e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.seBankIdAdvancedSignature.start({...t,started:t=>{t.data&&t.data.transaction_id&&(this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.endSignatureProcessing(),this.loadingEnd()},...e})}}},pv=hv,fv=n(76079),gv=n.n(fv);function vv(t){this["$style"]=gv().locals||gv()}var mv=S(pv,uv,dv,!1,vv,null,null),yv=mv.exports,Mv=function(){var t=this,e=t._self._c;return t.signatureIsProcessing?e("div",{class:t.$style.challenge},[e("SubLoader")],1):e("div",[e("div",{class:t.$style.note},[t._v(" "+t._s(t.$t("pre-sign-confirmation",{method:t.$t("BankID")}))+" ")]),e("div",{class:t.$style.formContainer},[e("AppForm",{attrs:{id:"seBankIdQesSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Sv=[],_v={name:"SignatureSeBankIdQes",components:{AppForm:jd,SubLoader:fp},data(){return{fieldErrors:{},signingProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.signingProcess;t&&t()},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t={...this.formValue},e=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.seBankIdQesSignature.start({...t,started:t=>{t.data&&t.data.transaction_id&&(this.loadingEnd(),this.startSignatureProcessing())},fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.endSignatureProcessing(),this.loadingEnd()},...e})}}},bv=_v,wv=n(54528),Iv=n.n(wv);function zv(t){this["$style"]=Iv().locals||Iv()}var Cv=S(bv,Mv,Sv,!1,zv,null,null),xv=Cv.exports,Av=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.userInstructions?e("div",{class:t.$style.userInstructions},[e("ChallengeLoader",{attrs:{"user-instructions":t.userInstructions}})],1):e("div",[e("AppForm",{attrs:{id:"frejaSignatureIdForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},kv=[],Ev={name:"SignatureFrejaIdAdvanced",components:{AppForm:jd,ChallengeLoader:Wd},data(){return{fieldErrors:{},userInstructions:void 0,signingProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},countryCode(){return this.$root.$options.storeGetters.countryCode()},schema(){return[{type:"text",name:"idcode",label:this.$t("idcode"),placeholder:this.$t(this.countryCode.toLowerCase()+"-freja-id-code-placeholder"),validation:["required"]},{type:"textSection",text:this.$t("pre-sign-confirmation",{method:this.$t("FREJA EID")})},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{idcode:this.inputValues.idcode}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.signingProcess;t&&t()},sign(){this.clearFlashMessages(),this.clearErrors();const t={...this.formValue},e=this.additionalMethodConfig||{};this.userInstructions=this.$t("approve-sign-request-on-freja-app"),this.signingProcess=this.$root.$options.eidEasyClient.signature.frejaAdvancedSignature.start({...t,started:()=>{this.startSignatureProcessing()},fail:t=>{this.userInstructions=void 0,t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.userInstructions=void 0,this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.userInstructions=void 0,this.endSignatureProcessing(),this.loadingEnd()},...e})}}},Fv=Ev,Bv=n(75743),Tv=n.n(Bv);function Dv(t){this["$style"]=Tv().locals||Tv()}var Nv=S(Fv,Av,kv,!1,Dv,null,null),Ov=Nv.exports,Lv=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[t.userInstructions?e("div",{class:t.$style.userInstructions},[e("ChallengeLoader",{attrs:{"user-instructions":t.userInstructions}})],1):e("div",[e("AppForm",{attrs:{id:"frejaSignatureIdForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}})],1)])},Hv=[],jv={name:"SignatureFrejaIdQes",components:{AppForm:jd,ChallengeLoader:Wd},data(){return{fieldErrors:{},userInstructions:void 0,signingProcess:{}}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},countryCode(){return this.$root.$options.storeGetters.countryCode()},schema(){return[{type:"text",name:"idcode",label:this.$t("idcode"),placeholder:this.$t(this.countryCode.toLowerCase()+"-freja-id-code-placeholder"),validation:["required"]},{type:"textSection",text:this.$t("pre-sign-confirmation",{method:this.$t("FREJA EID")})},{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{idcode:this.inputValues.idcode}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},startSignatureProcessing(){this.$root.$options.storeActions.startSignatureProcessing()},endSignatureProcessing(){this.$root.$options.storeActions.endSignatureProcessing()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.signingProcess;t&&t()},sign(){this.clearFlashMessages(),this.clearErrors();const t={...this.formValue},e=this.additionalMethodConfig||{};this.userInstructions=this.$t("approve-sign-request-on-freja-app"),this.signingProcess=this.$root.$options.eidEasyClient.signature.frejaQesSignature.start({...t,started:()=>{this.startSignatureProcessing()},fail:t=>{this.userInstructions=void 0,t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.userInstructions=void 0,this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.userInstructions=void 0,this.endSignatureProcessing(),this.loadingEnd()},...e})}}},Pv=jv,Vv=n(41887),Gv=n.n(Vv);function Rv(t){this["$style"]=Gv().locals||Gv()}var $v=S(Pv,Lv,Hv,!1,Rv,null,null),Uv=$v.exports,Kv=function(){var t=this,e=t._self._c;return e("div",[e("div",{class:t.$style.note},[t._v(" "+t._s(t.$t("client-request-data-confirmation",{websiteName:t.clientInfo.websiteName,companyName:`(${t.clientInfo.companyName})`}))+" ")]),e("br"),e("AppForm",{class:t.$style.formContainer,attrs:{id:"mitIdForm",schema:t.schema,"on-submit":t.authenticate,errors:t.fieldErrors}})],1)},Yv=[],Zv={name:"IdentificationMitId",components:{AppForm:jd},data(){return{fieldErrors:{},authProcess:{}}},computed:{clientInfo(){return this.$root.$options.storeGetters.clientInfo()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},countryCode(){return this.$root.$options.storeGetters.countryCode()},schema(){return[{type:"submit",label:this.$t("log-in")}]}},beforeDestroy(){this.cancel()},methods:{loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors(){this.fieldErrors={}},cancel(){const{cancel:t}=this.authProcess;t&&t()},authenticate(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t=this.additionalMethodConfig||{};this.authProcess=this.$root.$options.eidEasyClient.identification.mitId.start({fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.userInstructions=void 0,this.loadingEnd()},...t})}}},qv=Zv,Wv=n(85481),Qv=n.n(Wv);function Jv(t){this["$style"]=Qv().locals||Qv()}var Xv=S(qv,Kv,Yv,!1,Jv,null,null),tm=Xv.exports,em=function(){var t=this,e=t._self._c;return e("div",{class:t.$style.formContainer},[e("div",{class:t.$style.mb4},[t._v(" "+t._s(t.$t("i-accept-and-approve-this-doc"))+" ")]),e("AppForm",{attrs:{id:"itsmeQesSignatureForm",schema:t.schema,"on-submit":t.sign,errors:t.fieldErrors},model:{value:t.formValue,callback:function(e){t.formValue=e},expression:"formValue"}}),e("div",{class:t.$style.mt4},[e("AppButton",{attrs:{scheme:"secondary","on-click":t.cancel}},[t._v(" "+t._s(t.$t("cancel"))+" ")])],1),e("div",{class:t.$style.infoSection},[e("div",{class:t.$style.iconWrap},[e("InfoIcon",{class:t.$style.infoIcon})],1),e("small",[t._v(" "+t._s(t.$t("method-setup-info",{method:"Itsme"}))+" "),e("a",{class:t.$style.infoLink,attrs:{href:"https://www.itsme-id.com/get-started",target:"_blank",rel:"noopener noreferrer"}},[t._v(" https://www.itsme-id.com/get-started ")])])])],1)},am=[],nm=n(60652),sm=n.n(nm),im={name:"SignatureItsmeQes",components:{AppForm:jd,AppButton:yu,InfoIcon:sm()},data(){return{fieldErrors:{},signingProcess:{},viewNames:se}},computed:{inputValues(){return this.$root.$options.storeGetters.inputValues()},signatureIsProcessing(){return this.$root.$options.storeGetters.signatureIsProcessing()},additionalMethodConfig(){return this.$root.$options.storeGetters.additionalMethodConfig()},schema(){return[{type:"submit",label:this.$t("Sign")}]},formValue:{get(){return{}},set(t){this.updateInputValues(t)}}},methods:{updateInputValues(t){this.$root.$options.storeActions.updateInputValues(t)},loadingStart(){this.$root.$options.storeActions.loadingStart()},loadingEnd(){this.$root.$options.storeActions.loadingEnd()},addFlashMessage(t){this.$root.$options.storeActions.addFlashMessage(t)},clearFlashMessages(){this.$root.$options.storeActions.clearFlashMessages()},clearErrors(){this.fieldErrors={}},changeView(t){return this.$root.$options.storeActions.changeView(t)},cancel(){const{cancel:t}=this.signingProcess;t&&t(),this.changeView(se.MethodSelection)},sign(){this.loadingStart(),this.clearFlashMessages(),this.clearErrors();const t=this.additionalMethodConfig||{};this.signingProcess=this.$root.$options.eidEasyClient.signature.itsmeQesSignature.start({confirmedBySigner:!0,fail:t=>{t.isCancel||this.addFlashMessage(t),this.fieldErrors=Vd(t),this.$root.$options.eidEasyOnFail(t)},success:t=>{this.$root.$options.eidEasyOnSuccess(t)},finished:()=>{this.loadingEnd()},...t})}}},rm=im,om=n(28111),lm=n.n(om);function cm(t){this["$style"]=lm().locals||lm()}var um=S(rm,em,am,!1,cm,null,null),dm=um.exports;const hm=Object.freeze({MethodSelection:nu,SmartIdAuth:nh,MobileIdAuth:hh,IdentificationFrejaId:_h,IdentificationZealId:Eh,SignatureSmartId:jh,SignatureMobileId:Zh,SignatureFtn:np,SignatureOtp:Xp,SignatureEvrotrust:cf,SignatureDTrustSignMe:yf,SignatureChaveMovel:xf,SignatureFtnAdvancedFull:_p,SignatureNoBankId:Of,SignatureSpidQes:Uf,SignatureFrejaId:tg,SignatureAudkenni:cg,SignatureUanatacaQes:yg,SignatureHalcomQes:xg,SignatureSwissIdQes:Og,SignatureSwissComQes:Ug,SignatureMitIdAdvanced:tv,SignatureMitIdQes:cv,SignatureSeBankIdAdvanced:yv,SignatureSeBankIdQes:xv,SignatureFrejaIdAdvanced:Ov,SignatureFrejaIdQes:Uv,IdentificationMitId:tm,SignatureItsmeQes:dm});var pm=hm,fm={name:"AppLayout",components:{AppFooter:w,AppHeader:B,LoadingOverlay:J,FlashMessages:pt,HeaderContentCountry:Ut,HeaderContentSubView:de,...pm},computed:{currentView(){return this.$root.$options.storeGetters.currentView()},flashMessages(){return this.$root.$options.storeGetters.flashMessages()},isLoading(){return this.$root.$options.storeGetters.isLoading()},showCountrySelect(){return this.$root.$options.storeGetters.showCountrySelect()}}},gm=fm,vm=n(32570),mm=n.n(vm);function ym(t){this["$style"]=mm().locals||mm()}var Mm=S(gm,h,p,!1,ym,null,null),Sm=Mm.exports,_m=n(5875),bm=n.n(_m);const wm={START_AT_METHOD_SELECTION:"start-at-method-selection",START_AT_OTP_VIEW:"start-at-otp-view"};var Im=wm,zm={name:"App",components:{AppLayout:Sm,AppAlert:ct},props:{language:{type:String,default:"en"},countryCode:{type:String,default:"EE"},clientId:{type:String,required:!0},docId:{type:String},redirectUri:{type:String,required:!1},sandbox:Boolean,translations:{type:Object,default:()=>({})},enabledMethods:{type:[Object,String,Number],default:()=>({}),required:!0},enabledCountries:{type:[Array,String],default:()=>"all"},selectedMethod:{type:String},inputValues:{type:Object},clientInfo:{type:Object},modifyRequestSettings:{type:Function},formatFlashMessage:{type:Function},beforeMethodSelection:{type:Function,default:()=>{}},onSuccess:{type:Function,default:()=>{}},onFail:{type:Function,default:()=>{}},apiEndpoints:{type:Object,required:!0},otpEmail:{type:String},otpPhone:{type:String},isOtpSent:{type:Boolean,default:!1},emailToken:{type:String},debug:{type:Boolean,default:!1},remoteMonitoringEnabled:{type:Boolean,default:!1},methodsConfigFilter:{type:Function},modifyEndpointUrl:{type:Function},oauthParamState:{type:String},showBackButton:{type:Boolean,default:!0},showCountrySelect:{type:Boolean,default:!0},mode:{type:String,default:null},requireHandwrittenSignature:{type:Boolean,default:!1},otpFlow:{type:String,default:null},fieldAutocomplete:{type:Boolean,default:!1},allowMethodChange:{type:Boolean,default:!0}},data(){return{initErrors:[]}},computed:{countryCodeFromStore(){return this.$root.$options.storeGetters.countryCode()},shouldStartAtOtpView(){return(this.otpPhone||this.otpEmail)&&this.isOtpSent&&this.otpFlow!==Im.START_AT_METHOD_SELECTION}},watch:{countryCodeFromStore:{handler(t){this.$root.$options.eidEasyClient.setCountryCode(t)},immediate:!0},language:{handler(t){this.$i18n.locale=t,this.$root.$options.eidEasyClient.setLanguage(t)},immediate:!0}},created:function(){this.updateClientInfo({...this.clientInfo});const{translations:t,$i18n:e}=this;if(this.changeCountry(this.countryCode),this.changeMethods(this.enabledMethods),this.updateEnabledCountries(this.enabledCountries),this.inputValues){const t={...this.inputValues};t.phone&&(t.phone=d(t.phone)),this.updateInputValues(t)}if(t&&Object.keys(t).forEach((a=>{const n=e.messages[a]||{};e.setLocaleMessage(a,{...n,...t[a]})})),this.updateOtpEmail(this.otpEmail),this.updateOtpPhone(this.otpPhone),this.updateIsOtpSent(this.isOtpSent),this.updateEmailToken(this.emailToken),this.updateShowBackButton(this.showBackButton),this.updateShowCountrySelect(this.showCountrySelect),this.updateMode(this.mode),this.updateRequireHandwrittenSignature(this.requireHandwrittenSignature),this.updateOtpFlow(this.otpFlow),this.updateFieldAutocomplete(this.fieldAutocomplete),!this.allowMethodChange){if(!this.selectedMethod||!this.countryCode)throw this.initErrors.push({text:"If allowMethodChange is set to false, then the following Widget parameters are required: selectedMethod, countryCode"}),new Error("If allowMethodChange is set to false, then the following Widget parameters are required: selectedMethod, countryCode");this.updateShowBackButton(!1),this.updateShowCountrySelect(!1),this.changeMethods({signature:[this.selectedMethod],identification:[this.selectedMethod]})}this.updateAllowMethodChange(this.allowMethodChange),this.emailToken&&this.updateInputValues({email_token:this.emailToken}),this.debug&&(console.log("----------- Settings ----------"),console.log("language:",this.language),console.log("countryCode:",this.countryCode),console.log("clientId:",this.clientId),console.log("redirectUri:",this.redirectUri),console.log("sandbox:",this.sandbox),console.log("translations:",this.translations),console.log("enabledMethods:",this.enabledMethods),console.log("onSuccess:",this.onSuccess),console.log("onFail:",this.onFail),console.log("apiEndpoints:",this.apiEndpoints),console.log("oauthParamState:",this.oauthParamState),console.log("fieldAutocomplete:",this.fieldAutocomplete),console.log("----------- /Settings ----------"))},mounted(){let t,e=this.countryCode.toUpperCase();if(this.selectedMethod?t=this.selectedMethod:this.shouldStartAtOtpView&&(t=_m.methodActionTypes.OTP_EMAIL),t||(e=this.getCountryFromLocalStorage()||e),t){this.selectMethod(t);const{supportedCountries:a}=this.$root.$options.eidEasyMethodsConfig.methodsByActionType[t];Array.isArray(a)&&!a.includes(e)&&(e=a[0].toUpperCase())}else this.shouldStartAtOtpView&&this.selectMethod(_m.methodActionTypes.OTP_EMAIL);this.changeCountry(e)},methods:{selectMethod(t){return this.$root.$options.storeActions.selectMethod(t)},changeCountry(t){return this.$root.$options.storeActions.changeCountry(t)},changeMethods(t){return this.$root.$options.storeActions.changeMethods(t)},updateEnabledCountries(t){return this.$root.$options.storeActions.updateEnabledCountries(t)},updateInputValues(t){return this.$root.$options.storeActions.updateInputValues(t)},updateClientInfo(t){return this.$root.$options.storeActions.updateClientInfo(t)},updateOtpEmail(t){return this.$root.$options.storeActions.updateOtpEmail(t)},updateOtpPhone(t){return this.$root.$options.storeActions.updateOtpPhone(t)},updateIsOtpSent(t){return this.$root.$options.storeActions.updateIsOtpSent(t)},updateEmailToken(t){return this.$root.$options.storeActions.updateEmailToken(t)},updateShowBackButton(t){return this.$root.$options.storeActions.updateShowBackButton(t)},updateShowCountrySelect(t){return this.$root.$options.storeActions.updateShowCountrySelect(t)},updateMode(t){return this.$root.$options.storeActions.updateMode(t)},updateRequireHandwrittenSignature(t){return this.$root.$options.storeActions.updateRequireHandwrittenSignature(t)},getCountryFromLocalStorage(){let t=null;try{t=window.localStorage.getItem("eideasySelectedCountry")}catch(e){console.error(e)}return t},updateOtpFlow(t){return this.$root.$options.storeActions.updateOtpFlow(t)},updateFieldAutocomplete(t){return this.$root.$options.storeActions.updateFieldAutocomplete(t)},updateAllowMethodChange(t){return this.$root.$options.storeActions.updateAllowMethodChange(t)}}},Cm=zm,xm=n(25892),Am=n.n(xm);function km(t){this["$style"]=Am().locals||Am()}var Em=S(Cm,r,o,!1,km,null,null),Fm=Em.exports;function Bm(t,e){return t.__proto__=e,t}
9
+ /**
10
+ * vue-custom-element v3.2.14
11
+ * (c) 2020 Karol Fabjańczuk
12
+ * @license MIT
13
+ */
14
+ Object.setPrototypeOf=Object.setPrototypeOf||Bm;Bm.bind(Object);function Tm(){return"undefined"!==typeof Symbol&&"undefined"!==typeof Reflect&&"undefined"!==typeof Proxy&&!Object.isSealed(Proxy)}var Dm=Tm(),Nm=function(){function t(t,e){for(var a=0;a<e.length;a++){var n=e[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,a,n){return a&&t(e.prototype,a),n&&t(e,n),e}}();function Om(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Lm(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function Hm(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function jm(){return Reflect.construct(HTMLElement,[],this.__proto__.constructor)}function Pm(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("undefined"!==typeof customElements){if(Dm){var a=function(t){function a(t){var e;Om(this,a);var n=Lm(this,(a.__proto__||Object.getPrototypeOf(a)).call(this)),i=t?HTMLElement.call(t):n;return s.call(i),e=i,Lm(n,e)}return Hm(a,t),Nm(a,null,[{key:"observedAttributes",get:function(){return e.observedAttributes||[]}}]),a}(jm);return a.prototype.connectedCallback=i,a.prototype.disconnectedCallback=r,a.prototype.attributeChangedCallback=o,l(t,a),a}var n=function(t){var e=t?HTMLElement.call(t):this;return s.call(e),e};return n.observedAttributes=e.observedAttributes||[],n.prototype=Object.create(HTMLElement.prototype,{constructor:{configurable:!0,writable:!0,value:n}}),n.prototype.connectedCallback=i,n.prototype.disconnectedCallback=r,n.prototype.attributeChangedCallback=o,l(t,n),n}function s(){!0===e.shadow&&HTMLElement.prototype.attachShadow&&this.attachShadow({mode:"open"}),"function"===typeof e.constructorCallback&&e.constructorCallback.call(this)}function i(){"function"===typeof e.connectedCallback&&e.connectedCallback.call(this)}function r(){"function"===typeof e.disconnectedCallback&&e.disconnectedCallback.call(this)}function o(t,a,n){"function"===typeof e.attributeChangedCallback&&e.attributeChangedCallback.call(this,t,a,n)}function l(t,e){var a=customElements.get(t);return"undefined"!==typeof a?a:customElements.define(t,e)}}Object.setPrototypeOf(jm.prototype,HTMLElement.prototype),Object.setPrototypeOf(jm,HTMLElement);var Vm=/-(\w)/g,Gm=function(t){return t.replace(Vm,(function(t,e){return e?e.toUpperCase():""}))},Rm=/([^-])([A-Z])/g,$m=function(t){return t.replace(Rm,"$1-$2").replace(Rm,"$1-$2").toLowerCase()};function Um(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,a=t.length-e,n=new Array(a);while(a--)n[a]=t[a+e];return n}var Km="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};function Ym(t,e){if(null===t||void 0===t)return e!==Boolean&&void 0;var a=t,n=["true","false"].indexOf(t)>-1,s=parseFloat(a,10),i=!isNaN(s)&&isFinite(a)&&"string"===typeof a&&!a.match(/^0+[^.]\d*$/g);return e&&e!==Boolean&&("undefined"===typeof a?"undefined":Km(a))!==e?a=e(t):n||e===Boolean?a=""===a||("true"===a||!0===a):i&&(a=s),a}function Zm(t,e){if(t&&t.length)t.forEach((function(t){var a=Gm(t);-1===e.camelCase.indexOf(a)&&e.camelCase.push(a)}));else if(t&&"object"===("undefined"===typeof t?"undefined":Km(t)))for(var a in t){var n=Gm(a);-1===e.camelCase.indexOf(n)&&e.camelCase.push(n),t[n]&&t[n].type&&(e.types[a]=[].concat(t[n].type)[0])}}function qm(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e={camelCase:[],hyphenate:[],types:{}};if(t.mixins&&t.mixins.forEach((function(t){Zm(t.props,e)})),t.extends&&t.extends.props){var a=t.extends.props;Zm(a,e)}return Zm(t.props,e),e.camelCase.forEach((function(t){e.hyphenate.push($m(t))})),e}function Wm(t,e){e.camelCase.forEach((function(a,n){Object.defineProperty(t,a,{get:function(){return this.__vue_custom_element__[a]},set:function(t){if("object"!==("undefined"===typeof t?"undefined":Km(t))&&"function"!==typeof t||!this.__vue_custom_element__){var a=e.types[e.camelCase[n]];this.setAttribute(e.hyphenate[n],Ym(t,a))}else{var s=e.camelCase[n];this.__vue_custom_element__[s]=t}}})}))}function Qm(t,e,a){var n=e.propsData||{};return a.hyphenate.forEach((function(e,s){var i=a.camelCase[s],r=t.attributes[e]||t[i],o=null;a.types[i]&&(o=a.types[i]),r instanceof Attr?n[i]=Ym(r.value,o):"undefined"!==typeof r&&(n[i]=r)})),n}function Jm(t){var e={};return Um(t.attributes).forEach((function(t){e["vue-slot"===t.nodeName?"slot":t.nodeName]=t.nodeValue})),e}function Xm(t){if(t.childNodes.length)return t.childNodes;if(t.content&&t.content.childNodes&&t.content.childNodes.length)return t.content.childNodes;var e=document.createElement("div");return e.innerHTML=t.innerHTML,e.childNodes}function ty(t,e,a){var n=Xm(e),s=Um(n).map((function(e){return"#text"===e.nodeName?e.nodeValue:t(e.tagName,{attrs:Jm(e),domProps:{innerHTML:e.innerHTML}})}));return a.slot=e.id,t("template",a,s)}function ey(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments[1],a=[];return Um(t).forEach((function(t){if("#text"===t.nodeName)t.nodeValue.trim()&&a.push(e("span",t.nodeValue));else if("#comment"!==t.nodeName){var n=Jm(t),s={attrs:n,domProps:{innerHTML:""===t.innerHTML?t.innerText:t.innerHTML}};n.slot&&(s.slot=n.slot,n.slot=void 0);var i="TEMPLATE"===t.tagName?ty(e,t,s):e(t.tagName,s);a.push(i)}})),a}function ay(t,e){var a={bubbles:!1,cancelable:!1,detail:e},n=void 0;return"function"===typeof window.CustomEvent?n=new CustomEvent(t,a):(n=document.createEvent("CustomEvent"),n.initCustomEvent(t,a.bubbles,a.cancelable,a.detail)),n}function ny(t,e){for(var a=arguments.length,n=Array(a>2?a-2:0),s=2;s<a;s++)n[s-2]=arguments[s];var i=ay(e,[].concat(n));t.dispatchEvent(i)}function sy(t,e,a,n,s){if(!t.__vue_custom_element__){var i=function(){this.$emit=function(){for(var e,a=arguments.length,n=Array(a),s=0;s<a;s++)n[s]=arguments[s];ny.apply(void 0,[t].concat(n)),this.__proto__&&(e=this.__proto__.$emit).call.apply(e,[this].concat(n))}},r=e.util.extend({},a),o=Qm(t,r,n),l=e.version&&parseInt(e.version.split(".")[0],10)||0;if(r.beforeCreate=[].concat(r.beforeCreate||[],i),r._compiled){var c={},u=r._Ctor;u&&(c=Object.keys(u).map((function(t){return u[t]}))[0].options),c.beforeCreate=r.beforeCreate}var d=void 0;if(l>=2){var h=t.cloneNode(!0).childNodes;d={propsData:o,props:n.camelCase,computed:{reactiveProps:function(){var t=this,e={};return n.camelCase.forEach((function(a){"undefined"!==typeof t[a]&&(e[a]=t[a])})),e}},render:function(t){var e={props:this.reactiveProps};return t(r,e,ey(h,t))}}}else if(1===l)d=r,d.propsData=o;else{d=r;var p={};Object.keys(o).forEach((function(t){p[t]={default:o[t]}})),d.props=p}var f=l>=2?"<div></div>":("<div>"+t.innerHTML+"</div>").replace(/vue-slot=/g,"slot=");if(s.shadow&&t.shadowRoot?(t.shadowRoot.innerHTML=f,d.el=t.shadowRoot.children[0]):(t.innerHTML=f,d.el=t.children[0]),Wm(t,n),"function"===typeof s.beforeCreateVueInstance&&(d=s.beforeCreateVueInstance(d)||d),t.__vue_custom_element__=new e(d),t.__vue_custom_element_props__=n,t.getVueInstance=function(){var e=t.__vue_custom_element__;return e.$children.length?e.$children[0]:e},s.shadow&&s.shadowCss&&t.shadowRoot){var g=document.createElement("style");g.type="text/css",g.appendChild(document.createTextNode(s.shadowCss)),t.shadowRoot.appendChild(g)}t.removeAttribute("vce-cloak"),t.setAttribute("vce-ready",""),ny(t,"vce-ready")}}function iy(t){t.customElement=function(e,a){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s="function"===typeof a,i=s&&{props:n.props||[]},r=qm(s?i:a),o=Pm(e,{constructorCallback:function(){"function"===typeof n.constructorCallback&&n.constructorCallback.call(this)},connectedCallback:function(){var i=this,o=s&&a(),l=o&&o.then&&"function"===typeof o.then;if("function"===typeof n.connectedCallback&&n.connectedCallback.call(this),s&&!l)throw new Error("Async component "+e+" do not returns Promise");this.__detached__||(l?o.then((function(e){var a=qm(e);sy(i,t,e,a,n),"function"===typeof n.vueInstanceCreatedCallback&&n.vueInstanceCreatedCallback.call(i)})):(sy(this,t,a,r,n),"function"===typeof n.vueInstanceCreatedCallback&&n.vueInstanceCreatedCallback.call(this))),this.__detached__=!1},disconnectedCallback:function(){var t=this;this.__detached__=!0,"function"===typeof n.disconnectedCallback&&n.disconnectedCallback.call(this),null!==n.destroyTimeout&&setTimeout((function(){t.__detached__&&t.__vue_custom_element__&&(t.__detached__=!1,t.__vue_custom_element__.$destroy(!0),delete t.__vue_custom_element__,delete t.__vue_custom_element_props__)}),n.destroyTimeout||3e3)},attributeChangedCallback:function(t,e,a){if(this.__vue_custom_element__&&"undefined"!==typeof a){var s=Gm(t);"function"===typeof n.attributeChangedCallback&&n.attributeChangedCallback.call(this,t,e,a);var i=this.__vue_custom_element_props__.types[s];this.__vue_custom_element__[s]=Ym(a,i)}},observedAttributes:r.hyphenate,shadow:!!n.shadow&&!!HTMLElement.prototype.attachShadow});return o}}"undefined"!==typeof window&&window.Vue&&(window.Vue.use(iy),iy.installed&&(iy.installed=!1));var ry=iy,oy=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"];function ly(t,e){"undefined"!==typeof console&&(console.warn("[vue-i18n] "+t),e&&console.warn(e.stack))}function cy(t,e){"undefined"!==typeof console&&(console.error("[vue-i18n] "+t),e&&console.error(e.stack))}var uy=Array.isArray;function dy(t){return null!==t&&"object"===typeof t}function hy(t){return"boolean"===typeof t}function py(t){return"string"===typeof t}var fy=Object.prototype.toString,gy="[object Object]";function vy(t){return fy.call(t)===gy}function my(t){return null===t||void 0===t}function yy(t){return"function"===typeof t}function My(){var t=[],e=arguments.length;while(e--)t[e]=arguments[e];var a=null,n=null;return 1===t.length?dy(t[0])||uy(t[0])?n=t[0]:"string"===typeof t[0]&&(a=t[0]):2===t.length&&("string"===typeof t[0]&&(a=t[0]),(dy(t[1])||uy(t[1]))&&(n=t[1])),{locale:a,params:n}}function Sy(t){return JSON.parse(JSON.stringify(t))}function _y(t,e){if(t.length){var a=t.indexOf(e);if(a>-1)return t.splice(a,1)}}function by(t,e){return!!~t.indexOf(e)}var wy=Object.prototype.hasOwnProperty;function Iy(t,e){return wy.call(t,e)}function zy(t){for(var e=arguments,a=Object(t),n=1;n<arguments.length;n++){var s=e[n];if(void 0!==s&&null!==s){var i=void 0;for(i in s)Iy(s,i)&&(dy(s[i])?a[i]=zy(a[i],s[i]):a[i]=s[i])}}return a}function Cy(t,e){if(t===e)return!0;var a=dy(t),n=dy(e);if(!a||!n)return!a&&!n&&String(t)===String(e);try{var s=uy(t),i=uy(e);if(s&&i)return t.length===e.length&&t.every((function(t,a){return Cy(t,e[a])}));if(s||i)return!1;var r=Object.keys(t),o=Object.keys(e);return r.length===o.length&&r.every((function(a){return Cy(t[a],e[a])}))}catch(l){return!1}}function xy(t){return t.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}function Ay(t){return null!=t&&Object.keys(t).forEach((function(e){"string"==typeof t[e]&&(t[e]=xy(t[e]))})),t}function ky(t){t.prototype.hasOwnProperty("$i18n")||Object.defineProperty(t.prototype,"$i18n",{get:function(){return this._i18n}}),t.prototype.$t=function(t){var e=[],a=arguments.length-1;while(a-- >0)e[a]=arguments[a+1];var n=this.$i18n;return n._t.apply(n,[t,n.locale,n._getMessages(),this].concat(e))},t.prototype.$tc=function(t,e){var a=[],n=arguments.length-2;while(n-- >0)a[n]=arguments[n+2];var s=this.$i18n;return s._tc.apply(s,[t,s.locale,s._getMessages(),this,e].concat(a))},t.prototype.$te=function(t,e){var a=this.$i18n;return a._te(t,a.locale,a._getMessages(),e)},t.prototype.$d=function(t){var e,a=[],n=arguments.length-1;while(n-- >0)a[n]=arguments[n+1];return(e=this.$i18n).d.apply(e,[t].concat(a))},t.prototype.$n=function(t){var e,a=[],n=arguments.length-1;while(n-- >0)a[n]=arguments[n+1];return(e=this.$i18n).n.apply(e,[t].concat(a))}}var Ey={beforeCreate:function(){var t=this.$options;if(t.i18n=t.i18n||(t.__i18n?{}:null),t.i18n)if(t.i18n instanceof AM){if(t.__i18n)try{var e=t.i18n&&t.i18n.messages?t.i18n.messages:{};t.__i18n.forEach((function(t){e=zy(e,JSON.parse(t))})),Object.keys(e).forEach((function(a){t.i18n.mergeLocaleMessage(a,e[a])}))}catch(r){0}this._i18n=t.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(vy(t.i18n)){var a=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof AM?this.$root.$i18n:null;if(a&&(t.i18n.root=this.$root,t.i18n.formatter=a.formatter,t.i18n.fallbackLocale=a.fallbackLocale,t.i18n.formatFallbackMessages=a.formatFallbackMessages,t.i18n.silentTranslationWarn=a.silentTranslationWarn,t.i18n.silentFallbackWarn=a.silentFallbackWarn,t.i18n.pluralizationRules=a.pluralizationRules,t.i18n.preserveDirectiveContent=a.preserveDirectiveContent),t.__i18n)try{var n=t.i18n&&t.i18n.messages?t.i18n.messages:{};t.__i18n.forEach((function(t){n=zy(n,JSON.parse(t))})),t.i18n.messages=n}catch(r){0}var s=t.i18n,i=s.sharedMessages;i&&vy(i)&&(t.i18n.messages=zy(t.i18n.messages,i)),this._i18n=new AM(t.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===t.i18n.sync||t.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),a&&a.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof AM?this._i18n=this.$root.$i18n:t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof AM&&(this._i18n=t.parent.$i18n)},beforeMount:function(){var t=this.$options;t.i18n=t.i18n||(t.__i18n?{}:null),t.i18n?(t.i18n instanceof AM||vy(t.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof AM||t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof AM)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},beforeDestroy:function(){if(this._i18n){var t=this;this.$nextTick((function(){t._subscribing&&(t._i18n.unsubscribeDataChanging(t),delete t._subscribing),t._i18nWatcher&&(t._i18nWatcher(),t._i18n.destroyVM(),delete t._i18nWatcher),t._localeWatcher&&(t._localeWatcher(),delete t._localeWatcher)}))}}},Fy={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(t,e){var a=e.data,n=e.parent,s=e.props,i=e.slots,r=n.$i18n;if(r){var o=s.path,l=s.locale,c=s.places,u=i(),d=r.i(o,l,By(u)||c?Ty(u.default,c):u),h=s.tag&&!0!==s.tag||!1===s.tag?s.tag:"span";return h?t(h,a,d):d}}};function By(t){var e;for(e in t)if("default"!==e)return!1;return Boolean(e)}function Ty(t,e){var a=e?Dy(e):{};if(!t)return a;t=t.filter((function(t){return t.tag||""!==t.text.trim()}));var n=t.every(Ly);return t.reduce(n?Ny:Oy,a)}function Dy(t){return Array.isArray(t)?t.reduce(Oy,{}):Object.assign({},t)}function Ny(t,e){return e.data&&e.data.attrs&&e.data.attrs.place&&(t[e.data.attrs.place]=e),t}function Oy(t,e,a){return t[a]=e,t}function Ly(t){return Boolean(t.data&&t.data.attrs&&t.data.attrs.place)}var Hy,jy={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(t,e){var a=e.props,n=e.parent,s=e.data,i=n.$i18n;if(!i)return null;var r=null,o=null;py(a.format)?r=a.format:dy(a.format)&&(a.format.key&&(r=a.format.key),o=Object.keys(a.format).reduce((function(t,e){var n;return by(oy,e)?Object.assign({},t,(n={},n[e]=a.format[e],n)):t}),null));var l=a.locale||i.locale,c=i._ntp(a.value,l,r,o),u=c.map((function(t,e){var a,n=s.scopedSlots&&s.scopedSlots[t.type];return n?n((a={},a[t.type]=t.value,a.index=e,a.parts=c,a)):t.value})),d=a.tag&&!0!==a.tag||!1===a.tag?a.tag:"span";return d?t(d,{attrs:s.attrs,class:s["class"],staticClass:s.staticClass},u):u}};function Py(t,e,a){Ry(t,a)&&Uy(t,e,a)}function Vy(t,e,a,n){if(Ry(t,a)){var s=a.context.$i18n;$y(t,a)&&Cy(e.value,e.oldValue)&&Cy(t._localeMessage,s.getLocaleMessage(s.locale))||Uy(t,e,a)}}function Gy(t,e,a,n){var s=a.context;if(s){var i=a.context.$i18n||{};e.modifiers.preserve||i.preserveDirectiveContent||(t.textContent=""),t._vt=void 0,delete t["_vt"],t._locale=void 0,delete t["_locale"],t._localeMessage=void 0,delete t["_localeMessage"]}else ly("Vue instance does not exists in VNode context")}function Ry(t,e){var a=e.context;return a?!!a.$i18n||(ly("VueI18n instance does not exists in Vue instance"),!1):(ly("Vue instance does not exists in VNode context"),!1)}function $y(t,e){var a=e.context;return t._locale===a.$i18n.locale}function Uy(t,e,a){var n,s,i=e.value,r=Ky(i),o=r.path,l=r.locale,c=r.args,u=r.choice;if(o||l||c)if(o){var d=a.context;t._vt=t.textContent=null!=u?(n=d.$i18n).tc.apply(n,[o,u].concat(Yy(l,c))):(s=d.$i18n).t.apply(s,[o].concat(Yy(l,c))),t._locale=d.$i18n.locale,t._localeMessage=d.$i18n.getLocaleMessage(d.$i18n.locale)}else ly("`path` is required in v-t directive");else ly("value type not supported")}function Ky(t){var e,a,n,s;return py(t)?e=t:vy(t)&&(e=t.path,a=t.locale,n=t.args,s=t.choice),{path:e,locale:a,args:n,choice:s}}function Yy(t,e){var a=[];return t&&a.push(t),e&&(Array.isArray(e)||vy(e))&&a.push(e),a}function Zy(t){Zy.installed=!0,Hy=t;Hy.version&&Number(Hy.version.split(".")[0]);ky(Hy),Hy.mixin(Ey),Hy.directive("t",{bind:Py,update:Vy,unbind:Gy}),Hy.component(Fy.name,Fy),Hy.component(jy.name,jy);var e=Hy.config.optionMergeStrategies;e.i18n=function(t,e){return void 0===e?t:e}}var qy=function(){this._caches=Object.create(null)};qy.prototype.interpolate=function(t,e){if(!e)return[t];var a=this._caches[t];return a||(a=Jy(t),this._caches[t]=a),Xy(a,e)};var Wy=/^(?:\d)+/,Qy=/^(?:\w)+/;function Jy(t){var e=[],a=0,n="";while(a<t.length){var s=t[a++];if("{"===s){n&&e.push({type:"text",value:n}),n="";var i="";s=t[a++];while(void 0!==s&&"}"!==s)i+=s,s=t[a++];var r="}"===s,o=Wy.test(i)?"list":r&&Qy.test(i)?"named":"unknown";e.push({value:i,type:o})}else"%"===s?"{"!==t[a]&&(n+=s):n+=s}return n&&e.push({type:"text",value:n}),e}function Xy(t,e){var a=[],n=0,s=Array.isArray(e)?"list":dy(e)?"named":"unknown";if("unknown"===s)return a;while(n<t.length){var i=t[n];switch(i.type){case"text":a.push(i.value);break;case"list":a.push(e[parseInt(i.value,10)]);break;case"named":"named"===s&&a.push(e[i.value]);break;case"unknown":0;break}n++}return a}var tM=0,eM=1,aM=2,nM=3,sM=0,iM=1,rM=2,oM=3,lM=4,cM=5,uM=6,dM=7,hM=8,pM=[];pM[sM]={ws:[sM],ident:[oM,tM],"[":[lM],eof:[dM]},pM[iM]={ws:[iM],".":[rM],"[":[lM],eof:[dM]},pM[rM]={ws:[rM],ident:[oM,tM],0:[oM,tM],number:[oM,tM]},pM[oM]={ident:[oM,tM],0:[oM,tM],number:[oM,tM],ws:[iM,eM],".":[rM,eM],"[":[lM,eM],eof:[dM,eM]},pM[lM]={"'":[cM,tM],'"':[uM,tM],"[":[lM,aM],"]":[iM,nM],eof:hM,else:[lM,tM]},pM[cM]={"'":[lM,tM],eof:hM,else:[cM,tM]},pM[uM]={'"':[lM,tM],eof:hM,else:[uM,tM]};var fM=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function gM(t){return fM.test(t)}function vM(t){var e=t.charCodeAt(0),a=t.charCodeAt(t.length-1);return e!==a||34!==e&&39!==e?t:t.slice(1,-1)}function mM(t){if(void 0===t||null===t)return"eof";var e=t.charCodeAt(0);switch(e){case 91:case 93:case 46:case 34:case 39:return t;case 95:case 36:case 45:return"ident";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return"ident"}function yM(t){var e=t.trim();return("0"!==t.charAt(0)||!isNaN(t))&&(gM(e)?vM(e):"*"+e)}function MM(t){var e,a,n,s,i,r,o,l=[],c=-1,u=sM,d=0,h=[];function p(){var e=t[c+1];if(u===cM&&"'"===e||u===uM&&'"'===e)return c++,n="\\"+e,h[tM](),!0}h[eM]=function(){void 0!==a&&(l.push(a),a=void 0)},h[tM]=function(){void 0===a?a=n:a+=n},h[aM]=function(){h[tM](),d++},h[nM]=function(){if(d>0)d--,u=lM,h[tM]();else{if(d=0,void 0===a)return!1;if(a=yM(a),!1===a)return!1;h[eM]()}};while(null!==u)if(c++,e=t[c],"\\"!==e||!p()){if(s=mM(e),o=pM[u],i=o[s]||o["else"]||hM,i===hM)return;if(u=i[0],r=h[i[1]],r&&(n=i[2],n=void 0===n?e:n,!1===r()))return;if(u===dM)return l}}var SM=function(){this._cache=Object.create(null)};SM.prototype.parsePath=function(t){var e=this._cache[t];return e||(e=MM(t),e&&(this._cache[t]=e)),e||[]},SM.prototype.getPathValue=function(t,e){if(!dy(t))return null;var a=this.parsePath(e);if(0===a.length)return null;var n=a.length,s=t,i=0;while(i<n){var r=s[a[i]];if(void 0===r)return null;s=r,i++}return s};var _M,bM=/<\/?[\w\s="/.':;#-\/]+>/,wM=/(?:@(?:\.[a-z]+)?:(?:[\w\-_|.]+|\([\w\-_|.]+\)))/g,IM=/^@(?:\.([a-z]+))?:/,zM=/[()]/g,CM={upper:function(t){return t.toLocaleUpperCase()},lower:function(t){return t.toLocaleLowerCase()},capitalize:function(t){return""+t.charAt(0).toLocaleUpperCase()+t.substr(1)}},xM=new qy,AM=function(t){var e=this;void 0===t&&(t={}),!Hy&&"undefined"!==typeof window&&window.Vue&&Zy(window.Vue);var a=t.locale||"en-US",n=!1!==t.fallbackLocale&&(t.fallbackLocale||"en-US"),s=t.messages||{},i=t.dateTimeFormats||{},r=t.numberFormats||{};this._vm=null,this._formatter=t.formatter||xM,this._modifiers=t.modifiers||{},this._missing=t.missing||null,this._root=t.root||null,this._sync=void 0===t.sync||!!t.sync,this._fallbackRoot=void 0===t.fallbackRoot||!!t.fallbackRoot,this._formatFallbackMessages=void 0!==t.formatFallbackMessages&&!!t.formatFallbackMessages,this._silentTranslationWarn=void 0!==t.silentTranslationWarn&&t.silentTranslationWarn,this._silentFallbackWarn=void 0!==t.silentFallbackWarn&&!!t.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new SM,this._dataListeners=[],this._componentInstanceCreatedListener=t.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==t.preserveDirectiveContent&&!!t.preserveDirectiveContent,this.pluralizationRules=t.pluralizationRules||{},this._warnHtmlInMessage=t.warnHtmlInMessage||"off",this._postTranslation=t.postTranslation||null,this._escapeParameterHtml=t.escapeParameterHtml||!1,this.getChoiceIndex=function(t,a){var n=Object.getPrototypeOf(e);if(n&&n.getChoiceIndex){var s=n.getChoiceIndex;return s.call(e,t,a)}var i=function(t,e){return t=Math.abs(t),2===e?t?t>1?1:0:1:t?Math.min(t,2):0};return e.locale in e.pluralizationRules?e.pluralizationRules[e.locale].apply(e,[t,a]):i(t,a)},this._exist=function(t,a){return!(!t||!a)&&(!my(e._path.getPathValue(t,a))||!!t[a])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(s).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,s[t])})),this._initVM({locale:a,fallbackLocale:n,messages:s,dateTimeFormats:i,numberFormats:r})},kM={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0}};AM.prototype._checkLocaleMessage=function(t,e,a){var n=[],s=function(t,e,a,n){if(vy(a))Object.keys(a).forEach((function(i){var r=a[i];vy(r)?(n.push(i),n.push("."),s(t,e,r,n),n.pop(),n.pop()):(n.push(i),s(t,e,r,n),n.pop())}));else if(uy(a))a.forEach((function(a,i){vy(a)?(n.push("["+i+"]"),n.push("."),s(t,e,a,n),n.pop(),n.pop()):(n.push("["+i+"]"),s(t,e,a,n),n.pop())}));else if(py(a)){var i=bM.test(a);if(i){var r="Detected HTML in message '"+a+"' of keypath '"+n.join("")+"' at '"+e+"'. Consider component interpolation with '<i18n>' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===t?ly(r):"error"===t&&cy(r)}}};s(e,t,a,n)},AM.prototype._initVM=function(t){var e=Hy.config.silent;Hy.config.silent=!0,this._vm=new Hy({data:t}),Hy.config.silent=e},AM.prototype.destroyVM=function(){this._vm.$destroy()},AM.prototype.subscribeDataChanging=function(t){this._dataListeners.push(t)},AM.prototype.unsubscribeDataChanging=function(t){_y(this._dataListeners,t)},AM.prototype.watchI18nData=function(){var t=this;return this._vm.$watch("$data",(function(){var e=t._dataListeners.length;while(e--)Hy.nextTick((function(){t._dataListeners[e]&&t._dataListeners[e].$forceUpdate()}))}),{deep:!0})},AM.prototype.watchLocale=function(){if(!this._sync||!this._root)return null;var t=this._vm;return this._root.$i18n.vm.$watch("locale",(function(e){t.$set(t,"locale",e),t.$forceUpdate()}),{immediate:!0})},AM.prototype.onComponentInstanceCreated=function(t){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(t,this)},kM.vm.get=function(){return this._vm},kM.messages.get=function(){return Sy(this._getMessages())},kM.dateTimeFormats.get=function(){return Sy(this._getDateTimeFormats())},kM.numberFormats.get=function(){return Sy(this._getNumberFormats())},kM.availableLocales.get=function(){return Object.keys(this.messages).sort()},kM.locale.get=function(){return this._vm.locale},kM.locale.set=function(t){this._vm.$set(this._vm,"locale",t)},kM.fallbackLocale.get=function(){return this._vm.fallbackLocale},kM.fallbackLocale.set=function(t){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",t)},kM.formatFallbackMessages.get=function(){return this._formatFallbackMessages},kM.formatFallbackMessages.set=function(t){this._formatFallbackMessages=t},kM.missing.get=function(){return this._missing},kM.missing.set=function(t){this._missing=t},kM.formatter.get=function(){return this._formatter},kM.formatter.set=function(t){this._formatter=t},kM.silentTranslationWarn.get=function(){return this._silentTranslationWarn},kM.silentTranslationWarn.set=function(t){this._silentTranslationWarn=t},kM.silentFallbackWarn.get=function(){return this._silentFallbackWarn},kM.silentFallbackWarn.set=function(t){this._silentFallbackWarn=t},kM.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},kM.preserveDirectiveContent.set=function(t){this._preserveDirectiveContent=t},kM.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},kM.warnHtmlInMessage.set=function(t){var e=this,a=this._warnHtmlInMessage;if(this._warnHtmlInMessage=t,a!==t&&("warn"===t||"error"===t)){var n=this._getMessages();Object.keys(n).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,n[t])}))}},kM.postTranslation.get=function(){return this._postTranslation},kM.postTranslation.set=function(t){this._postTranslation=t},AM.prototype._getMessages=function(){return this._vm.messages},AM.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},AM.prototype._getNumberFormats=function(){return this._vm.numberFormats},AM.prototype._warnDefault=function(t,e,a,n,s,i){if(!my(a))return a;if(this._missing){var r=this._missing.apply(null,[t,e,n,s]);if(py(r))return r}else 0;if(this._formatFallbackMessages){var o=My.apply(void 0,s);return this._render(e,i,o.params,e)}return e},AM.prototype._isFallbackRoot=function(t){return!t&&!my(this._root)&&this._fallbackRoot},AM.prototype._isSilentFallbackWarn=function(t){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(t):this._silentFallbackWarn},AM.prototype._isSilentFallback=function(t,e){return this._isSilentFallbackWarn(e)&&(this._isFallbackRoot()||t!==this.fallbackLocale)},AM.prototype._isSilentTranslationWarn=function(t){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(t):this._silentTranslationWarn},AM.prototype._interpolate=function(t,e,a,n,s,i,r){if(!e)return null;var o,l=this._path.getPathValue(e,a);if(uy(l)||vy(l))return l;if(my(l)){if(!vy(e))return null;if(o=e[a],!py(o)&&!yy(o))return null}else{if(!py(l)&&!yy(l))return null;o=l}return py(o)&&(o.indexOf("@:")>=0||o.indexOf("@.")>=0)&&(o=this._link(t,e,o,n,"raw",i,r)),this._render(o,s,i,a)},AM.prototype._link=function(t,e,a,n,s,i,r){var o=a,l=o.match(wM);for(var c in l)if(l.hasOwnProperty(c)){var u=l[c],d=u.match(IM),h=d[0],p=d[1],f=u.replace(h,"").replace(zM,"");if(by(r,f))return o;r.push(f);var g=this._interpolate(t,e,f,n,"raw"===s?"string":s,"raw"===s?void 0:i,r);if(this._isFallbackRoot(g)){if(!this._root)throw Error("unexpected error");var v=this._root.$i18n;g=v._translate(v._getMessages(),v.locale,v.fallbackLocale,f,n,s,i)}g=this._warnDefault(t,f,g,n,uy(i)?i:[i],s),this._modifiers.hasOwnProperty(p)?g=this._modifiers[p](g):CM.hasOwnProperty(p)&&(g=CM[p](g)),r.pop(),o=g?o.replace(u,g):o}return o},AM.prototype._createMessageContext=function(t){var e=uy(t)?t:[],a=dy(t)?t:{},n=function(t){return e[t]},s=function(t){return a[t]};return{list:n,named:s}},AM.prototype._render=function(t,e,a,n){if(yy(t))return t(this._createMessageContext(a));var s=this._formatter.interpolate(t,a,n);return s||(s=xM.interpolate(t,a,n)),"string"!==e||py(s)?s:s.join("")},AM.prototype._appendItemToChain=function(t,e,a){var n=!1;return by(t,e)||(n=!0,e&&(n="!"!==e[e.length-1],e=e.replace(/!/g,""),t.push(e),a&&a[e]&&(n=a[e]))),n},AM.prototype._appendLocaleToChain=function(t,e,a){var n,s=e.split("-");do{var i=s.join("-");n=this._appendItemToChain(t,i,a),s.splice(-1,1)}while(s.length&&!0===n);return n},AM.prototype._appendBlockToChain=function(t,e,a){for(var n=!0,s=0;s<e.length&&hy(n);s++){var i=e[s];py(i)&&(n=this._appendLocaleToChain(t,i,a))}return n},AM.prototype._getLocaleChain=function(t,e){if(""===t)return[];this._localeChainCache||(this._localeChainCache={});var a=this._localeChainCache[t];if(!a){e||(e=this.fallbackLocale),a=[];var n,s=[t];while(uy(s))s=this._appendBlockToChain(a,s,e);n=uy(e)?e:dy(e)?e["default"]?e["default"]:null:e,s=py(n)?[n]:n,s&&this._appendBlockToChain(a,s,null),this._localeChainCache[t]=a}return a},AM.prototype._translate=function(t,e,a,n,s,i,r){for(var o,l=this._getLocaleChain(e,a),c=0;c<l.length;c++){var u=l[c];if(o=this._interpolate(u,t[u],n,s,i,r,[n]),!my(o))return o}return null},AM.prototype._t=function(t,e,a,n){var s,i=[],r=arguments.length-4;while(r-- >0)i[r]=arguments[r+4];if(!t)return"";var o=My.apply(void 0,i);this._escapeParameterHtml&&(o.params=Ay(o.params));var l=o.locale||e,c=this._translate(a,l,this.fallbackLocale,t,n,"string",o.params);if(this._isFallbackRoot(c)){if(!this._root)throw Error("unexpected error");return(s=this._root).$t.apply(s,[t].concat(i))}return c=this._warnDefault(l,t,c,n,i,"string"),this._postTranslation&&null!==c&&void 0!==c&&(c=this._postTranslation(c,t)),c},AM.prototype.t=function(t){var e,a=[],n=arguments.length-1;while(n-- >0)a[n]=arguments[n+1];return(e=this)._t.apply(e,[t,this.locale,this._getMessages(),null].concat(a))},AM.prototype._i=function(t,e,a,n,s){var i=this._translate(a,e,this.fallbackLocale,t,n,"raw",s);if(this._isFallbackRoot(i)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(t,e,s)}return this._warnDefault(e,t,i,n,[s],"raw")},AM.prototype.i=function(t,e,a){return t?(py(e)||(e=this.locale),this._i(t,e,this._getMessages(),null,a)):""},AM.prototype._tc=function(t,e,a,n,s){var i,r=[],o=arguments.length-5;while(o-- >0)r[o]=arguments[o+5];if(!t)return"";void 0===s&&(s=1);var l={count:s,n:s},c=My.apply(void 0,r);return c.params=Object.assign(l,c.params),r=null===c.locale?[c.params]:[c.locale,c.params],this.fetchChoice((i=this)._t.apply(i,[t,e,a,n].concat(r)),s)},AM.prototype.fetchChoice=function(t,e){if(!t||!py(t))return null;var a=t.split("|");return e=this.getChoiceIndex(e,a.length),a[e]?a[e].trim():t},AM.prototype.tc=function(t,e){var a,n=[],s=arguments.length-2;while(s-- >0)n[s]=arguments[s+2];return(a=this)._tc.apply(a,[t,this.locale,this._getMessages(),null,e].concat(n))},AM.prototype._te=function(t,e,a){var n=[],s=arguments.length-3;while(s-- >0)n[s]=arguments[s+3];var i=My.apply(void 0,n).locale||e;return this._exist(a[i],t)},AM.prototype.te=function(t,e){return this._te(t,this.locale,this._getMessages(),e)},AM.prototype.getLocaleMessage=function(t){return Sy(this._vm.messages[t]||{})},AM.prototype.setLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,e)},AM.prototype.mergeLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,zy("undefined"!==typeof this._vm.messages[t]&&Object.keys(this._vm.messages[t]).length?this._vm.messages[t]:{},e))},AM.prototype.getDateTimeFormat=function(t){return Sy(this._vm.dateTimeFormats[t]||{})},AM.prototype.setDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,e),this._clearDateTimeFormat(t,e)},AM.prototype.mergeDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,zy(this._vm.dateTimeFormats[t]||{},e)),this._clearDateTimeFormat(t,e)},AM.prototype._clearDateTimeFormat=function(t,e){for(var a in e){var n=t+"__"+a;this._dateTimeFormatters.hasOwnProperty(n)&&delete this._dateTimeFormatters[n]}},AM.prototype._localizeDateTime=function(t,e,a,n,s){for(var i=e,r=n[i],o=this._getLocaleChain(e,a),l=0;l<o.length;l++){var c=o[l];if(r=n[c],i=c,!my(r)&&!my(r[s]))break}if(my(r)||my(r[s]))return null;var u=r[s],d=i+"__"+s,h=this._dateTimeFormatters[d];return h||(h=this._dateTimeFormatters[d]=new Intl.DateTimeFormat(i,u)),h.format(t)},AM.prototype._d=function(t,e,a){if(!a)return new Intl.DateTimeFormat(e).format(t);var n=this._localizeDateTime(t,e,this.fallbackLocale,this._getDateTimeFormats(),a);if(this._isFallbackRoot(n)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.d(t,a,e)}return n||""},AM.prototype.d=function(t){var e=[],a=arguments.length-1;while(a-- >0)e[a]=arguments[a+1];var n=this.locale,s=null;return 1===e.length?py(e[0])?s=e[0]:dy(e[0])&&(e[0].locale&&(n=e[0].locale),e[0].key&&(s=e[0].key)):2===e.length&&(py(e[0])&&(s=e[0]),py(e[1])&&(n=e[1])),this._d(t,n,s)},AM.prototype.getNumberFormat=function(t){return Sy(this._vm.numberFormats[t]||{})},AM.prototype.setNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,e),this._clearNumberFormat(t,e)},AM.prototype.mergeNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,zy(this._vm.numberFormats[t]||{},e)),this._clearNumberFormat(t,e)},AM.prototype._clearNumberFormat=function(t,e){for(var a in e){var n=t+"__"+a;this._numberFormatters.hasOwnProperty(n)&&delete this._numberFormatters[n]}},AM.prototype._getNumberFormatter=function(t,e,a,n,s,i){for(var r=e,o=n[r],l=this._getLocaleChain(e,a),c=0;c<l.length;c++){var u=l[c];if(o=n[u],r=u,!my(o)&&!my(o[s]))break}if(my(o)||my(o[s]))return null;var d,h=o[s];if(i)d=new Intl.NumberFormat(r,Object.assign({},h,i));else{var p=r+"__"+s;d=this._numberFormatters[p],d||(d=this._numberFormatters[p]=new Intl.NumberFormat(r,h))}return d},AM.prototype._n=function(t,e,a,n){if(!AM.availabilities.numberFormat)return"";if(!a){var s=n?new Intl.NumberFormat(e,n):new Intl.NumberFormat(e);return s.format(t)}var i=this._getNumberFormatter(t,e,this.fallbackLocale,this._getNumberFormats(),a,n),r=i&&i.format(t);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.n(t,Object.assign({},{key:a,locale:e},n))}return r||""},AM.prototype.n=function(t){var e=[],a=arguments.length-1;while(a-- >0)e[a]=arguments[a+1];var n=this.locale,s=null,i=null;return 1===e.length?py(e[0])?s=e[0]:dy(e[0])&&(e[0].locale&&(n=e[0].locale),e[0].key&&(s=e[0].key),i=Object.keys(e[0]).reduce((function(t,a){var n;return by(oy,a)?Object.assign({},t,(n={},n[a]=e[0][a],n)):t}),null)):2===e.length&&(py(e[0])&&(s=e[0]),py(e[1])&&(n=e[1])),this._n(t,n,s,i)},AM.prototype._ntp=function(t,e,a,n){if(!AM.availabilities.numberFormat)return[];if(!a){var s=n?new Intl.NumberFormat(e,n):new Intl.NumberFormat(e);return s.formatToParts(t)}var i=this._getNumberFormatter(t,e,this.fallbackLocale,this._getNumberFormats(),a,n),r=i&&i.formatToParts(t);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(t,e,a,n)}return r||[]},Object.defineProperties(AM.prototype,kM),Object.defineProperty(AM,"availabilities",{get:function(){if(!_M){var t="undefined"!==typeof Intl;_M={dateTimeFormat:t&&"undefined"!==typeof Intl.DateTimeFormat,numberFormat:t&&"undefined"!==typeof Intl.NumberFormat}}return _M}}),AM.install=Zy,AM.version="8.23.0";var EM=AM;function FM(){const t=n(48011),e={};return t.keys().forEach((a=>{const n=a.match(/([A-Za-z0-9-_]+)\./i);if(n&&n.length>1){const s=n[1];e[s]=t(a)}})),e}i().use(EM);var BM=new EM({locale:"en",fallbackLocale:"en",messages:FM(),silentTranslationWarn:!0}),TM=n(19938),DM=n.n(TM);const NM={EE:{no_implementation:"no-ee-id-card"},LV:{no_implementation:"no-lv-id-card"},LT:{no_implementation:"no-lt-id-card"},PT:{no_implementation:"no-pt-id-card"},RS:{no_implementation:"no-rs-id-card"},FI:{no_implementation:"no-fi-id-card"},BE:{no_implementation:"no-be-id-card",signature_cancel_and_help:"be-id-card-signature-cancel-and-help",signature_no_implementation:"be-id-signature-no-implementation"}};var OM=NM;const LM=function({methodsConfig:t}){const{availableMethods:e,methodsByActionType:a}=t,n=i().observable({countryCode:"EE",currentView:se.MethodSelection,currentMethod:null,currentViewTitleTranslationKey:"",isLoading:!1,flashMessages:[],signingMethods:e[_m.methodTypes.SIGNATURE],identificationMethods:e[_m.methodTypes.IDENTIFICATION],enabledCountries:"all",inputValues:{},clientInfo:{},otpEmail:null,otpPhone:null,isOtpSent:!1,additionalMethodConfig:{},signatureIsProcessing:!1,showCountrySelect:!0,showBackButton:!0,mode:null,requireHandwrittenSignature:!1,otpFlow:null,fieldAutocomplete:!1,allowMethodChange:!0}),s=function(t,e){return t.filter((t=>t.supportedCountries.includes(e)||t.supportedCountries.includes("WORLD")))},r={countryCode:()=>{const t=r.availableCountries();let e=n.countryCode;return t.includes(e)||(e=t[0]),e},currentView:()=>n.currentView,currentMethod:()=>n.currentMethod,currentViewTitleKey:()=>{const t=n.currentMethod&&n.currentMethod.actionType;return a[t].translationKeys&&a[t].translationKeys.title},isLoading:()=>n.isLoading,flashMessages:()=>n.flashMessages,identificationMethods:()=>n.identificationMethods,identificationMethodsInCurrentCountry:()=>s(n.identificationMethods,n.countryCode),signingMethods:()=>n.signingMethods,signingMethodsInCurrentCountry:()=>s(n.signingMethods,n.countryCode),availableCountries:()=>{const t=[...n.signingMethods,...n.identificationMethods];let{enabledCountries:e}=n,a=t.map((t=>t.supportedCountries)).flat();return"all"!==e&&Array.isArray(e)&&(e=e.map((t=>t.toUpperCase())),a=a.filter((t=>e.includes(t)))),[...new Set(a)].map((t=>t.toUpperCase()))},callingCode:()=>c[n.countryCode],inputValues:()=>n.inputValues,clientInfo:()=>n.clientInfo,otpEmail:()=>n.otpEmail,otpPhone:()=>n.otpPhone,isOtpSent:()=>n.isOtpSent,emailToken:()=>n.emailToken,additionalMethodConfig:()=>n.additionalMethodConfig,signatureIsProcessing:()=>n.signatureIsProcessing,userActionsEnabled:()=>!n.signatureIsProcessing&&!n.isLoading,showCountrySelect:()=>n.showCountrySelect,showBackButton:()=>n.showBackButton,mode:()=>n.mode,requireHandwrittenSignature:()=>n.requireHandwrittenSignature,otpFlow:()=>n.otpFlow,fieldAutocomplete:()=>n.fieldAutocomplete,allowMethodChange:()=>n.allowMethodChange},o={setCountryCode(t){n.countryCode=t},setCurrentView(t){n.currentView=t},setCurrentMethod(t){n.currentMethod=t},setIsLoading(t){n.isLoading=t},addFlashMessage(t){n.flashMessages.push(t)},clearFlashMessages(){n.flashMessages=[]},setIdentificationMethods(t){n.identificationMethods=t},setSigningMethods(t){n.signingMethods=t},setEnabledCountries(t){n.enabledCountries=t},setInputValues(t){n.inputValues=t},setClientInfo(t){n.clientInfo=t},setOtpEmail(t){n.otpEmail=t},setOtpPhone(t){n.otpPhone=t},setIsOtpSent(t){n.isOtpSent=t},setEmailToken(t){n.emailToken=t},setAdditionalMethodConfig(t){n.additionalMethodConfig=t},setSignatureIsProcessing(t){n.signatureIsProcessing=t},setShowBackButton(t){n.showBackButton=t},setShowCountrySelect(t){n.showCountrySelect=t},setMode(t){n.mode=t},setRequireHandwrittenSignature(t){n.requireHandwrittenSignature=t},setOtpFlow(t){n.otpFlow=t},setFieldAutocomplete(t){n.fieldAutocomplete=t},setAllowMethodChange(t){n.allowMethodChange=t}},l={loadingStart(){o.setIsLoading(!0)},loadingEnd(){o.setIsLoading(!1)},changeCountry(t){let e=t.toUpperCase();const a=r.availableCountries();-1!==a.indexOf(e)?o.setCountryCode(e):o.setCountryCode(a[0])},selectMethod(t){const e=Date.now(),{viewName:n}=a[t];o.clearFlashMessages(),o.setCurrentMethod({actionType:t,timestamp:e}),n&&l.changeView(n)},changeView(t){o.clearFlashMessages(),o.setCurrentView(t)},addFlashMessage(t){const e={text:"",scheme:"info"};if(t.details&&"no_implementation"===t.details.message){e.scheme="danger";const{no_implementation:a="no-required-software"}=OM[n.countryCode]||{};t.methodType===_m.methodTypes.SIGNATURE&&(e.translationKey=OM[n.countryCode].signature_no_implementation),e.translationKey=e.translationKey||a}else if((t.userMessage||t.message)&&(t instanceof Error||t.isAxiosError)){e.scheme="danger",e.text=t.userMessage||t.message;const{userDetails:a}=t;if(a)for(const t in a){const n=a[t];Array.isArray(n)?n.forEach((a=>{e.text+=` ${t}: ${a}`})):"string"===typeof n&&(e.text+=n)}}else t.details&&t.details.isCancel?(e.scheme="info",t.methodType===_m.methodTypes.SIGNATURE&&(e.translationKey=OM[n.countryCode].signature_cancel_and_help),e.translationKey=e.translationKey||"USER_REFUSED"):(e.scheme=t.scheme||"danger",e.translationKey=t.translationKey||"no-response-error");t.response&&(e.response=t.response),o.addFlashMessage(e)},clearFlashMessages(){o.clearFlashMessages()},updateEnabledCountries(t){o.setEnabledCountries(t)},changeMethods(t){const a=function(t,e){let a=[];return e?("all"===e||!0===e?a=t:Array.isArray(e)&&e.forEach((e=>{const n=t.find((t=>t.actionType===e));n&&a.push(n)})),a):a};let n=a(e[_m.methodTypes.IDENTIFICATION],t[_m.methodTypes.IDENTIFICATION]),s=a(e[_m.methodTypes.SIGNATURE],t[_m.methodTypes.SIGNATURE]);n&&o.setIdentificationMethods(n),s&&o.setSigningMethods(s)},updateInputValues(t){const e=r.inputValues();o.setInputValues({...e,...t})},updateClientInfo(t){o.setClientInfo(t)},updateOtpEmail(t){o.setOtpEmail(t)},updateOtpPhone(t){o.setOtpPhone(t)},updateIsOtpSent(t){o.setIsOtpSent(t)},updateEmailToken(t){o.setEmailToken(t)},changeAdditionalMethodConfig(t){o.setAdditionalMethodConfig(t)},startSignatureProcessing(){o.setSignatureIsProcessing(!0)},endSignatureProcessing(){o.setSignatureIsProcessing(!1)},updateShowBackButton(t){o.setShowBackButton(t)},updateShowCountrySelect(t){o.setShowCountrySelect(t)},updateMode(t){o.setMode(t)},updateRequireHandwrittenSignature(t){o.setRequireHandwrittenSignature(t)},updateOtpFlow(t){o.setOtpFlow(t)},updateFieldAutocomplete(t){o.setFieldAutocomplete(t)},updateAllowMethodChange(t){o.setAllowMethodChange(t)}};return{store:n,actions:l,getters:r}};var HM=LM;const jM={IdCardButton:"IdCardButton",IdCardButtonEE:"IdCardButtonEE",IdCardButtonFi:"IdCardButtonFi",IdCardButtonBe:"IdCardButtonBe",SmartIdButton:"SmartIdButton",MobileIdButton:"MobileIdButton",MobileIdButtonEE:"MobileIdButtonEE",EparakstsMobileButton:"EparakstsMobileButton",EparakstsSmartCardButton:"EparakstsSmartCardButton",FrejaEidButton:"FrejaEidButton",ZealIdButton:"ZealIdButton",MojeIdButton:"MojeIdButton",FinnishTrustNetworkButton:"FinnishTrustNetworkButton",FinnishTrustNetworkAdvancedFullButton:"FinnishTrustNetworkAdvancedFullButton",AtHandyButton:"AtHandyButton",IdCardButtonLv:"IdCardButtonLv",IdCardButtonPt:"IdCardButtonPt",OtpButton:"OtpButton",GoogleButton:"GoogleButton",EvrotrustButton:"EvrotrustButton",BankIdButton:"BankIdButton",DTrustSignMeButton:"DTrustSignMeButton",MitIdButton:"MitIdButton",MitIdLoginButton:"MitIdLoginButton",MitIdSignButton:"MitIdSignButton",ChaveMovelButton:"ChaveMovelButton",NoBankIdButton:"NoBankIdButton",ItsmeButton:"ItsmeButton",CertEuropeUsbButton:"CertEuropeUsbButton",CertSignUsbButton:"CertSignUsbButton",CertSignWebApiButton:"CertSignWebApiButton",IdinButton:"IdinButton",VerifaiButton:"VerifaiButton",SpidButton:"SpidButton",AudkenniButton:"AudkenniButton",YesComButton:"YesComButton",EdoAppEidButton:"EdoAppEidButton",SimplySignButton:"SimplySignButton",UanatacaButton:"UanatacaButton",ScanDocumentButton:"ScanDocumentButton",PlMojeIdButton:"PlMojeIdButton",HalcomButton:"HalcomButton",SwissIdButton:"SwissIdButton",SwissComButton:"SwissComButton"};var PM=jM;const VM=Object.freeze({[_m.methodTypes.IDENTIFICATION]:[{actionType:_m.methodActionTypes.BE_ID_LOGIN,buttonName:PM.IdCardButtonBe,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.EE_ID_LOGIN,buttonName:PM.IdCardButtonEE,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.FI_ID_LOGIN,buttonName:PM.IdCardButtonFi,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.LV_ID_LOGIN,buttonName:PM.IdCardButtonLv,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.LT_ID_LOGIN,buttonName:PM.IdCardButton,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.PT_ID_LOGIN,buttonName:PM.IdCardButtonPt,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.RS_ID_LOGIN,buttonName:PM.IdCardButton,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.EE_MOBILE_ID,buttonName:PM.MobileIdButtonEE,viewName:se.MobileIdAuth,translationKeys:{title:"mobile-id"}},{actionType:_m.methodActionTypes.LV_EPARAKSTS_MOBILE_LOGIN,buttonName:PM.EparakstsMobileButton,translationKeys:{title:"eparaksts-mobile"}},{actionType:_m.methodActionTypes.LT_MOBILE_ID,buttonName:PM.MobileIdButton,viewName:se.MobileIdAuth,translationKeys:{title:"mobile-id"}},{actionType:_m.methodActionTypes.SMART_ID,buttonName:PM.SmartIdButton,viewName:se.SmartIdAuth,translationKeys:{title:"smart-id"}},{actionType:_m.methodActionTypes.FREJA_EID_LOGIN,buttonName:PM.FrejaEidButton,viewName:se.IdentificationFrejaId,translationKeys:{title:"freja-eid"}},{actionType:_m.methodActionTypes.ZEALID_LOGIN,buttonName:PM.ZealIdButton,viewName:se.IdentificationZealId,translationKeys:{title:"zeal-id"}},{actionType:_m.methodActionTypes.CZ_MOJEID,buttonName:PM.MojeIdButton,translationKeys:{title:"moje-id"}},{actionType:_m.methodActionTypes.FI_FTN_LOGIN,buttonName:PM.FinnishTrustNetworkButton,translationKeys:{title:"finnish-online-bank"}},{actionType:_m.methodActionTypes.AT_HANDY_SIGNATUR_LOGIN,buttonName:PM.AtHandyButton,translationKeys:{title:"austrian-handy-signatur"}},{actionType:_m.methodActionTypes.ITSME_LOGIN,buttonName:PM.ItsmeButton,translationKeys:{title:"itsme"}},{actionType:_m.methodActionTypes.ITSME_LOGIN_BASIC,buttonName:PM.ItsmeButton,translationKeys:{title:"itsme"}},{actionType:_m.methodActionTypes.ITSME_LOGIN_STANDARD,buttonName:PM.ItsmeButton,translationKeys:{title:"itsme"}},{actionType:_m.methodActionTypes.SE_BANKID_LOGIN,buttonName:PM.BankIdButton,translationKeys:{title:"bankid"}},{actionType:_m.methodActionTypes.IDIN_LOGIN,buttonName:PM.IdinButton,translationKeys:{title:"iDIN"}},{actionType:_m.methodActionTypes.LV_EPARAKSTS_ID_LOGIN,buttonName:PM.EparakstsSmartCardButton,translationKeys:{title:"eparaksts-smart-card"}},{actionType:_m.methodActionTypes.EDOAPP_EID_LOGIN,buttonName:PM.EdoAppEidButton,translationKeys:{title:"edoapp-eid"}},{actionType:_m.methodActionTypes.VERIFAI_LOGIN,buttonName:PM.VerifaiButton,translationKeys:{title:"Verifai"}},{actionType:_m.methodActionTypes.YOONIK_LOGIN,buttonName:PM.ScanDocumentButton,translationKeys:{title:"Yoonik"}},{actionType:_m.methodActionTypes.PL_MOJEID_LOGIN,buttonName:PM.PlMojeIdButton,translationKeys:{title:"pl-mojeid"}},{actionType:_m.methodActionTypes.MIT_ID_LOGIN,buttonName:PM.MitIdLoginButton,viewName:se.IdentificationMitId,translationKeys:{title:"MitID"}},{actionType:_m.methodActionTypes.NORWEGIAN_BANKID_LOGIN,buttonName:PM.NoBankIdButton,translationKeys:{title:"bankid"}},{actionType:_m.methodActionTypes.FTN_LOGIN,buttonName:PM.FinnishTrustNetworkButton,translationKeys:{title:"FTN"}}],[_m.methodTypes.SIGNATURE]:[{actionType:_m.methodActionTypes.BE_IDCARD_SIGNATURE,buttonName:PM.IdCardButtonBe,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.EE_IDCARD_SIGNATURE,buttonName:PM.IdCardButtonEE,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.FI_IDCARD_SIGNATURE,buttonName:PM.IdCardButtonFi,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.LV_IDCARD_SIGNATURE,buttonName:PM.IdCardButtonLv,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.LT_IDCARD_SIGNATURE,buttonName:PM.IdCardButton,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.HR_IDCARD_SIGNATURE,buttonName:PM.IdCardButton,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.PT_IDCARD_SIGNATURE,buttonName:PM.IdCardButtonPt,translationKeys:{title:"id-card"}},{actionType:_m.methodActionTypes.SMARTID_SIGNATURE,buttonName:PM.SmartIdButton,viewName:se.SignatureSmartId,translationKeys:{title:"smart-id"}},{actionType:_m.methodActionTypes.EE_MOBILEID_SIGNATURE,buttonName:PM.MobileIdButtonEE,viewName:se.SignatureMobileId,translationKeys:{title:"mobile-id"}},{actionType:_m.methodActionTypes.LT_MOBILEID_SIGNATURE,buttonName:PM.MobileIdButton,viewName:se.SignatureMobileId,translationKeys:{title:"mobile-id"}},{actionType:_m.methodActionTypes.LV_EPARAKSTS_MOBILE_SIGNATURE,buttonName:PM.EparakstsMobileButton,translationKeys:{title:"eparaksts-mobile"}},{actionType:_m.methodActionTypes.FI_FTN_ADVANCED_SIGNATURE,buttonName:PM.FinnishTrustNetworkButton,viewName:se.SignatureFtn,translationKeys:{title:"finnish-online-bank"}},{actionType:_m.methodActionTypes.FI_FTN_ADVANCED_FULL_SIGNATURE,buttonName:PM.FinnishTrustNetworkAdvancedFullButton,viewName:se.SignatureFtnAdvancedFull,translationKeys:{title:"finnish-online-bank"}},{actionType:_m.methodActionTypes.OTP_EMAIL,buttonName:PM.OtpButton,viewName:se.SignatureOtp,translationKeys:{title:"email-sms"}},{actionType:_m.methodActionTypes.AT_HANDY_SIGNATUR_SIGNATURE,buttonName:PM.AtHandyButton,translationKeys:{title:"austrian-handy-signatur"}},{actionType:_m.methodActionTypes.ZEAL_ID_SIGNATURE,buttonName:PM.ZealIdButton,translationKeys:{title:"zeal-id"}},{actionType:_m.methodActionTypes.CZ_MOJEID_ADVANCED_SIGNATURE,buttonName:PM.MojeIdButton,translationKeys:{title:"moje-id"}},{actionType:_m.methodActionTypes.GOOGLE_SIGNATURE,buttonName:PM.GoogleButton,translationKeys:{title:"google"}},{actionType:_m.methodActionTypes.EVROTRUST_SIGNATURE,buttonName:PM.EvrotrustButton,viewName:se.SignatureEvrotrust,translationKeys:{title:"evrotrust"}},{actionType:_m.methodActionTypes.SE_BANKID_SIGNATURE,buttonName:PM.BankIdButton,translationKeys:{title:"bankid"}},{actionType:_m.methodActionTypes.D_TRUST_SIGN_ME_QUALIFIED_SIGNATURE,buttonName:PM.DTrustSignMeButton,viewName:se.SignatureDTrustSignMe,translationKeys:{title:"D-Trust sign-me"}},{actionType:_m.methodActionTypes.MIT_ID_SIMPLE_SIGNATURE,buttonName:PM.MitIdSignButton,translationKeys:{title:"MitID"}},{actionType:_m.methodActionTypes.CHAVE_MOVEL_QUALIFIED_SIGNATURE,buttonName:PM.ChaveMovelButton,viewName:se.SignatureChaveMovel,translationKeys:{title:"Chave Movel"}},{actionType:_m.methodActionTypes.NORWEGIAN_BANKID_ADVANCED_SIGNATURE,buttonName:PM.NoBankIdButton,viewName:se.SignatureNoBankId,translationKeys:{title:"bankid"}},{actionType:_m.methodActionTypes.CERTEUROPE_USB_TOKEN_SIGNATURE,buttonName:PM.CertEuropeUsbButton,translationKeys:{title:"CertEurope USB"}},{actionType:_m.methodActionTypes.CERTSIGN_USB_TOKEN_SIGNATURE,buttonName:PM.CertSignUsbButton,translationKeys:{title:"certSIGN USB"}},{actionType:_m.methodActionTypes.IDIN_SIMPLE_SIGNATURE,buttonName:PM.IdinButton,translationKeys:{title:"iDIN"}},{actionType:_m.methodActionTypes.VERIFAI_SIMPLE_SIGNATURE,buttonName:PM.VerifaiButton,translationKeys:{title:"Verifai"}},{actionType:_m.methodActionTypes.SPID_QUALIFIED_SIGNATURE,buttonName:PM.SpidButton,viewName:se.SignatureSpidQes,translationKeys:{title:"SPID"}},{actionType:_m.methodActionTypes.FREJA_SIMPLE_SIGNATURE,buttonName:PM.FrejaEidButton,viewName:se.SignatureFrejaId,translationKeys:{title:"freja-eid-signature"}},{actionType:_m.methodActionTypes.AUDKENNI_QUALIFIED_SIGNATURE,buttonName:PM.AudkenniButton,viewName:se.SignatureAudkenni,translationKeys:{title:"audkenni"}},{actionType:_m.methodActionTypes.YES_COM_QUALIFIED_SIGNATURE,buttonName:PM.YesComButton,buttonInstructions:"sign-with-my-bank",translationKeys:{title:"yes-com"}},{actionType:_m.methodActionTypes.SIMPLY_SIGN_QES_SIGNATURE,buttonName:PM.SimplySignButton,translationKeys:{title:"SimplySign"}},{actionType:_m.methodActionTypes.UANATACA_QUALIFIED_SIGNATURE,buttonName:PM.UanatacaButton,viewName:se.SignatureUanatacaQes,translationKeys:{title:"Uanataca"}},{actionType:_m.methodActionTypes.HALCOM_QUALIFIED_SIGNATURE,buttonName:PM.HalcomButton,viewName:se.SignatureHalcomQes,translationKeys:{title:"Halcom"}},{actionType:_m.methodActionTypes.CERTSIGN_WEBAPI_QUALIFIED_SIGNATURE,buttonName:PM.CertSignWebApiButton,translationKeys:{title:"CertSign-Webapi"}},{actionType:_m.methodActionTypes.SWISS_ID_QUALIFIED_SIGNATURE,buttonName:PM.SwissIdButton,viewName:se.SignatureSwissIdQes,translationKeys:{title:"SwissID"}},{actionType:_m.methodActionTypes.SWISS_COM_QUALIFIED_SIGNATURE,buttonName:PM.SwissComButton,viewName:se.SignatureSwissComQes,translationKeys:{title:"Swisscom"}},{actionType:_m.methodActionTypes.DK_MITID_ADVANCED_SIGNATURE,buttonName:PM.MitIdSignButton,viewName:se.SignatureMitIdAdvanced,translationKeys:{title:"MitID"}},{actionType:_m.methodActionTypes.DK_MITID_QES_SIGNATURE,buttonName:PM.MitIdSignButton,viewName:se.SignatureMitIdQes,translationKeys:{title:"MitID"}},{actionType:_m.methodActionTypes.SE_BANK_ID_ADVANCED_SIGNATURE,buttonName:PM.BankIdButton,viewName:se.SignatureSeBankIdAdvanced,translationKeys:{title:"BankID"}},{actionType:_m.methodActionTypes.SE_BANK_ID_QES_SIGNATURE,buttonName:PM.BankIdButton,viewName:se.SignatureSeBankIdQes,translationKeys:{title:"BankID"}},{actionType:_m.methodActionTypes.SE_FREJA_EID_ADVANCED_SIGNATURE,buttonName:PM.FrejaEidButton,viewName:se.SignatureFrejaIdAdvanced,translationKeys:{title:"freja-eid"}},{actionType:_m.methodActionTypes.SE_FREJA_EID_QES_SIGNATURE,buttonName:PM.FrejaEidButton,viewName:se.SignatureFrejaIdQes,translationKeys:{title:"freja-eid"}},{actionType:_m.methodActionTypes.ITSME_QES_SIGNATURE,buttonName:PM.ItsmeButton,viewName:se.SignatureItsmeQes,translationKeys:{title:"itsme"}}]}),GM=function(t,e){const a=[];return e.forEach((e=>{const n=t.find((t=>t.actionType===e.actionType));n&&a.push({...n,...e})})),a},RM=function(t){const e=t[_m.methodTypes.IDENTIFICATION].map((t=>(t.methodType=_m.methodTypes.IDENTIFICATION,t))),a=t[_m.methodTypes.SIGNATURE].map((t=>(t.methodType=_m.methodTypes.SIGNATURE,t))),n=[...e,...a],s={};return n.forEach((t=>s[t.actionType]=t)),s},$M={[_m.methodTypes.IDENTIFICATION]:GM(_m.allMethods[_m.methodTypes.IDENTIFICATION],VM[_m.methodTypes.IDENTIFICATION]),[_m.methodTypes.SIGNATURE]:GM(_m.allMethods[_m.methodTypes.SIGNATURE],VM[_m.methodTypes.SIGNATURE])},UM=function({methodsConfigFilter:t=null}){let e=$M;t&&"function"===typeof t&&(e=t($M));const a=RM(e);return Object.freeze({availableMethods:e,methodsByActionType:a,methodActionTypes:_m.methodActionTypes,methodTypes:_m.methodTypes,moduleNames:_m.moduleNames})};var KM=UM;i().use(ry),i().config.productionTip=!1,i().customElement("eideasy-widget",Fm,{beforeCreateVueInstance:t=>{const{propsData:e}=t;i().component("v-select",DM()),t.i18n=BM;const a=KM({methodsConfigFilter:e.methodsConfigFilter}),{store:n,actions:s,getters:r}=HM({methodsConfig:a});t.store=n,t.storeActions=s,t.storeGetters=r;const o=bm()(e),l=t=>{if(e.onSuccess&&"function"===typeof e.onSuccess)return e.onSuccess(t)},c=t=>{if(e.onFail&&"function"===typeof e.onFail)return e.onFail(t)},u=t=>{if(e.beforeMethodSelection&&"function"===typeof e.beforeMethodSelection)return e.beforeMethodSelection(t)},d=t=>e.formatFlashMessage&&"function"===typeof e.formatFlashMessage?e.formatFlashMessage(t):t;return t.eidEasyClient=o,t.eidEasyOnSuccess=l,t.eidEasyOnFail=c,t.eidEasyBeforeMethodSelection=u,t.eidEasyFormatFlashMessage=d,t.eidEasyMethodsConfig=a,t},attributeChangedCallback(t,e,a){console.info("attributeChangedCallback",t,e,a)}})}(),s}()}));