@segmentify/ui 0.0.55 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/iphone-15.d.ts +2 -0
- package/dist/components/atoms/preview-single-button.d.ts +6 -0
- package/dist/components/molecules/confirmation-dialog.d.ts +24 -0
- package/dist/components/molecules/form-phone-input.d.ts +2 -2
- package/dist/components/molecules/preview-sms.d.ts +5 -0
- package/dist/components/molecules/whatsapp-message.d.ts +15 -0
- package/dist/components/organisms/form-checkbox.d.ts +1 -0
- package/dist/segmentify-ui.cjs +1 -1
- package/dist/segmentify-ui.js +1 -1
- package/package.json +2 -2
- package/dist/components/atoms/phone-inpux.d.ts +0 -7
- package/dist/hooks/use-popup-layer-z-index.d.ts +0 -1
package/dist/segmentify-ui.cjs
CHANGED
|
@@ -103,7 +103,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
103
103
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Kae(e,t){if(e){if(typeof e=="string")return z8(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?z8(e,t):void 0}}function z8(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Jae(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,o,a,s=[],u=!0,c=!1;try{if(o=(n=n.call(e)).next,t!==0)for(;!(u=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);u=!0);}catch(d){c=!0,i=d}finally{try{if(!u&&n.return!=null&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw i}}return s}}function Qae(e){if(Array.isArray(e))return e}function ese(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function tse(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,rse(r.key),r)}}function nse(e,t,n){return t&&tse(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function rse(e){var t=ise(e,"string");return gu(t)=="symbol"?t:t+""}function ise(e,t){if(gu(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(gu(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var Bs=(function(){function e(t,n){ese(this,e),this.metadata=new tn(n);var r=this.getCountryAndCallingCode(t),i=Xae(r,2),o=i[0],a=i[1];this.defaultCountry=o,this.defaultCallingCode=a,this.reset()}return nse(e,[{key:"getCountryAndCallingCode",value:function(n){var r,i;return n&&(aa(n)?(r=n.defaultCountry,i=n.defaultCallingCode):r=n),r&&!this.metadata.hasCountry(r)&&(r=void 0),[r,i]}},{key:"input",value:function(n){var r=this.parser.input(n,this.state),i=r.digits,o=r.justLeadingPlus;if(o)this.formattedOutput="+";else if(i){this.determineTheCountryIfNeeded(),this.state.nationalSignificantNumber&&this.formatter.narrowDownMatchingFormats(this.state);var a;if(this.metadata.hasSelectedNumberingPlan()&&(a=this.formatter.format(i,this.state)),a===void 0&&this.parser.reExtractNationalSignificantNumber(this.state)){this.determineTheCountryIfNeeded();var s=this.state.getNationalDigits();s&&(a=this.formatter.format(s,this.state))}this.formattedOutput=a?this.getFullNumber(a):this.getNonFormattedNumber()}return this.formattedOutput}},{key:"reset",value:function(){var n=this;return this.state=new Uoe({onCountryChange:function(i){n.country=i},onCallingCodeChange:function(i,o){n.metadata.selectNumberingPlan(o,i),n.formatter.reset(n.metadata.numberingPlan,n.state),n.parser.reset(n.metadata.numberingPlan)}}),this.formatter=new Nae({state:this.state,metadata:this.metadata}),this.parser=new Wae({defaultCountry:this.defaultCountry,defaultCallingCode:this.defaultCallingCode,metadata:this.metadata,state:this.state,onNationalSignificantNumberChange:function(){n.determineTheCountryIfNeeded(),n.formatter.reset(n.metadata.numberingPlan,n.state)}}),this.state.reset({country:this.defaultCountry,callingCode:this.defaultCallingCode}),this.formattedOutput="",this}},{key:"isInternational",value:function(){return this.state.international}},{key:"getCallingCode",value:function(){if(this.isInternational())return this.state.callingCode}},{key:"getCountryCallingCode",value:function(){return this.getCallingCode()}},{key:"getCountry",value:function(){var n=this.state.digits;if(n)return this._getCountry()}},{key:"_getCountry",value:function(){var n=this.state.country;return n}},{key:"determineTheCountryIfNeeded",value:function(){(!this.state.country||this.isCountryCallingCodeAmbiguous())&&this.determineTheCountry()}},{key:"getFullNumber",value:function(n){var r=this;if(this.isInternational()){var i=function(s){return r.formatter.getInternationalPrefixBeforeCountryCallingCode(r.state,{spacing:!!s})+s},o=this.state.callingCode;return i(o?n?"".concat(o," ").concat(n):o:"".concat(this.state.getDigitsWithoutInternationalPrefix()))}return n}},{key:"getNonFormattedNationalNumberWithPrefix",value:function(){var n=this.state,r=n.nationalSignificantNumber,i=n.prefixBeforeNationalSignificantNumberThatIsNotNationalPrefix,o=n.nationalPrefix,a=r,s=i||o;return s&&(a=s+a),a}},{key:"getNonFormattedNumber",value:function(){var n=this.state.nationalSignificantNumberIsModified;return this.getFullNumber(n?this.state.getNationalDigits():this.getNonFormattedNationalNumberWithPrefix())}},{key:"getNonFormattedTemplate",value:function(){var n=this.getNonFormattedNumber();if(n)return n.replace(/[\+\d]/g,_r)}},{key:"isCountryCallingCodeAmbiguous",value:function(){var n=this.state.callingCode,r=this.metadata.getCountryCodesForCallingCode(n);return r&&r.length>1}},{key:"determineTheCountry",value:function(){this.state.setCountry(V4(this.isInternational()?this.state.callingCode:this.defaultCallingCode,{nationalNumber:this.state.nationalSignificantNumber,metadata:this.metadata}))}},{key:"getNumberValue",value:function(){var n=this.state,r=n.digits,i=n.callingCode,o=n.country,a=n.nationalSignificantNumber;if(r){if(this.isInternational())return i?"+"+i+a:"+"+r;if(o||i){var s=o?this.metadata.countryCallingCode():i;return"+"+s+a}}}},{key:"getNumber",value:function(){var n=this.state,r=n.nationalSignificantNumber,i=n.carrierCode,o=n.callingCode,a=this._getCountry();if(r&&!(!a&&!o)){if(a&&a===this.defaultCountry){var s=new tn(this.metadata.metadata);s.selectNumberingPlan(a);var u=s.numberingPlan.callingCode(),c=this.metadata.getCountryCodesForCallingCode(u);if(c.length>1){var d=dP(r,{countries:c,metadata:this.metadata.metadata});d&&(a=d)}}var f=new bP(a||o,r,this.metadata.metadata);return i&&(f.carrierCode=i),f}}},{key:"isPossible",value:function(){var n=this.getNumber();return n?n.isPossible():!1}},{key:"isValid",value:function(){var n=this.getNumber();return n?n.isValid():!1}},{key:"getNationalNumber",value:function(){return this.state.nationalSignificantNumber}},{key:"getChars",value:function(){return(this.state.international?"+":"")+this.state.digits}},{key:"getTemplate",value:function(){return this.formatter.getTemplate(this.state)||this.getNonFormattedTemplate()||""}}])})();function k8(e){return new tn(e).getCountries()}function ose(e,t,n){return n||(n=t,t=void 0),new Bs(t,n).input(e)}function CP(e){var t=e.inputFormat,n=e.country,r=e.metadata;return t==="NATIONAL_PART_OF_INTERNATIONAL"?"+".concat(Zi(n,r)):""}function Hg(e,t){return t&&(e=e.slice(t.length),e[0]===" "&&(e=e.slice(1))),e}function ase(e,t,n){if(!(n&&n.ignoreRest)){var r=function(o){n&&o==="end"&&(n.ignoreRest=!0)};return xP(e,t,r)}}function SP(e){var t=e.onKeyDown,n=e.inputFormat;return l.useCallback(function(r){if(r.keyCode===lse&&n==="INTERNATIONAL"&&r.target instanceof HTMLInputElement&&sse(r.target)===use.length){r.preventDefault();return}t&&t(r)},[t,n])}function sse(e){return e.selectionStart}var lse=8,use="+",cse=["onKeyDown","country","inputFormat","metadata","international","withCountryCallingCode"];function Vg(){return Vg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Vg.apply(this,arguments)}function dse(e,t){if(e==null)return{};var n=fse(e,t),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)r=o[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function fse(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function hse(e){function t(n,r){var i=n.onKeyDown,o=n.country,a=n.inputFormat,s=n.metadata,u=s===void 0?e:s;n.international,n.withCountryCallingCode;var c=dse(n,cse),d=l.useCallback(function(h){var p=new Bs(o,u),g=CP({inputFormat:a,country:o,metadata:u}),b=p.input(g+h),v=p.getTemplate();return g&&(b=Hg(b,g),v&&(v=Hg(v,g))),{text:b,template:v}},[o,u]),f=SP({onKeyDown:i,inputFormat:a});return l.createElement(of,Vg({},c,{ref:r,parse:ase,format:d,onKeyDown:f}))}return t=l.forwardRef(t),t.propTypes={value:xe.string.isRequired,onChange:xe.func.isRequired,onKeyDown:xe.func,country:xe.string,inputFormat:xe.oneOf(["INTERNATIONAL","NATIONAL_PART_OF_INTERNATIONAL","NATIONAL","INTERNATIONAL_OR_NATIONAL"]).isRequired,metadata:xe.object},t}const pse=hse();var mse=["value","onChange","onKeyDown","country","inputFormat","metadata","inputComponent","international","withCountryCallingCode"];function Gg(){return Gg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Gg.apply(this,arguments)}function gse(e,t){if(e==null)return{};var n=vse(e,t),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)r=o[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function vse(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function bse(e){function t(n,r){var i=n.value,o=n.onChange,a=n.onKeyDown,s=n.country,u=n.inputFormat,c=n.metadata,d=c===void 0?e:c,f=n.inputComponent,h=f===void 0?"input":f;n.international,n.withCountryCallingCode;var p=gse(n,mse),g=CP({inputFormat:u,country:s,metadata:d}),b=l.useCallback(function(x){var w=zg(x.target.value);if(w===i){var E=L8(g,w,s,d);E.indexOf(x.target.value)===0&&(w=w.slice(0,-1))}o(w)},[g,i,o,s,d]),v=SP({onKeyDown:a,inputFormat:u});return l.createElement(h,Gg({},p,{ref:r,value:L8(g,i,s,d),onChange:b,onKeyDown:v}))}return t=l.forwardRef(t),t.propTypes={value:xe.string.isRequired,onChange:xe.func.isRequired,onKeyDown:xe.func,country:xe.string,inputFormat:xe.oneOf(["INTERNATIONAL","NATIONAL_PART_OF_INTERNATIONAL","NATIONAL","INTERNATIONAL_OR_NATIONAL"]).isRequired,metadata:xe.object,inputComponent:xe.elementType},t}const yse=bse();function L8(e,t,n,r){return Hg(ose(e+t,n,r),e)}function xse(e){return j8(e[0])+j8(e[1])}function j8(e){return String.fromCodePoint(127397+e.toUpperCase().charCodeAt(0))}var wse=["value","onChange","options","disabled","readOnly"],Ese=["value","options","className","iconComponent","getIconAspectRatio","arrowComponent","unicodeFlags"];function Cse(e,t){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=Sse(e))||t){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
104
104
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Sse(e,t){if(e){if(typeof e=="string")return B8(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return B8(e,t)}}function B8(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function lf(){return lf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},lf.apply(this,arguments)}function IP(e,t){if(e==null)return{};var n=Ise(e,t),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)r=o[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function Ise(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function AP(e){var t=e.value,n=e.onChange,r=e.options,i=e.disabled,o=e.readOnly,a=IP(e,wse),s=l.useCallback(function(u){var c=u.target.value;n(c==="ZZ"?void 0:c)},[n]);return l.useMemo(function(){return $P(r,t)},[r,t]),l.createElement("select",lf({},a,{disabled:i||o,readOnly:o,value:t||"ZZ",onChange:s}),r.map(function(u){var c=u.value,d=u.label,f=u.divider;return l.createElement("option",{key:f?"|":c||"ZZ",value:f?"|":c||"ZZ",disabled:!!f,style:f?Ase:void 0},d)}))}AP.propTypes={value:xe.string,onChange:xe.func.isRequired,options:xe.arrayOf(xe.shape({value:xe.string,label:xe.string,divider:xe.bool})).isRequired,disabled:xe.bool,readOnly:xe.bool};var Ase={fontSize:"1px",backgroundColor:"currentColor",color:"inherit"};function MP(e){var t=e.value,n=e.options,r=e.className,i=e.iconComponent;e.getIconAspectRatio;var o=e.arrowComponent,a=o===void 0?Mse:o,s=e.unicodeFlags,u=IP(e,Ese),c=l.useMemo(function(){return $P(n,t)},[n,t]);return l.createElement("div",{className:"PhoneInputCountry"},l.createElement(AP,lf({},u,{value:t,options:n,className:rf("PhoneInputCountrySelect",r)})),c&&(s&&t?l.createElement("div",{className:"PhoneInputCountryIconUnicode"},xse(t)):l.createElement(i,{"aria-hidden":!0,country:t,label:c.label,aspectRatio:s?1:void 0})),l.createElement(a,null))}MP.propTypes={iconComponent:xe.elementType,arrowComponent:xe.elementType,unicodeFlags:xe.bool};function Mse(){return l.createElement("div",{className:"PhoneInputCountrySelectArrow"})}function $P(e,t){for(var n=Cse(e),r;!(r=n()).done;){var i=r.value;if(!i.divider&&$se(i.value,t))return i}}function $se(e,t){return e==null?t==null:e===t}var Rse=["country","countryName","flags","flagUrl"];function Wg(){return Wg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Wg.apply(this,arguments)}function Nse(e,t){if(e==null)return{};var n=Pse(e,t),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)r=o[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function Pse(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function q4(e){var t=e.country,n=e.countryName,r=e.flags,i=e.flagUrl,o=Nse(e,Rse);return r&&r[t]?r[t]({title:n}):l.createElement("img",Wg({},o,{alt:n,role:n?void 0:"presentation",src:i.replace("{XX}",t).replace("{xx}",t.toLowerCase())}))}q4.propTypes={country:xe.string.isRequired,countryName:xe.string.isRequired,flags:xe.objectOf(xe.elementType),flagUrl:xe.string.isRequired};var Ose=["aspectRatio"],Tse=["title"],Fse=["title"];function uf(){return uf=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},uf.apply(this,arguments)}function U4(e,t){if(e==null)return{};var n=_se(e,t),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)r=o[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function _se(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function _1(e){var t=e.aspectRatio,n=U4(e,Ose);return t===1?l.createElement(NP,n):l.createElement(RP,n)}_1.propTypes={title:xe.string.isRequired,aspectRatio:xe.number};function RP(e){var t=e.title,n=U4(e,Tse);return l.createElement("svg",uf({},n,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 75 50"}),l.createElement("title",null,t),l.createElement("g",{className:"PhoneInputInternationalIconGlobe",stroke:"currentColor",fill:"none",strokeWidth:"2",strokeMiterlimit:"10"},l.createElement("path",{strokeLinecap:"round",d:"M47.2,36.1C48.1,36,49,36,50,36c7.4,0,14,1.7,18.5,4.3"}),l.createElement("path",{d:"M68.6,9.6C64.2,12.3,57.5,14,50,14c-7.4,0-14-1.7-18.5-4.3"}),l.createElement("line",{x1:"26",y1:"25",x2:"74",y2:"25"}),l.createElement("line",{x1:"50",y1:"1",x2:"50",y2:"49"}),l.createElement("path",{strokeLinecap:"round",d:"M46.3,48.7c1.2,0.2,2.5,0.3,3.7,0.3c13.3,0,24-10.7,24-24S63.3,1,50,1S26,11.7,26,25c0,2,0.3,3.9,0.7,5.8"}),l.createElement("path",{strokeLinecap:"round",d:"M46.8,48.2c1,0.6,2.1,0.8,3.2,0.8c6.6,0,12-10.7,12-24S56.6,1,50,1S38,11.7,38,25c0,1.4,0.1,2.7,0.2,4c0,0.1,0,0.2,0,0.2"})),l.createElement("path",{className:"PhoneInputInternationalIconPhone",stroke:"none",fill:"currentColor",d:"M12.4,17.9c2.9-2.9,5.4-4.8,0.3-11.2S4.1,5.2,1.3,8.1C-2,11.4,1.1,23.5,13.1,35.6s24.3,15.2,27.5,11.9c2.8-2.8,7.8-6.3,1.4-11.5s-8.3-2.6-11.2,0.3c-2,2-7.2-2.2-11.7-6.7S10.4,19.9,12.4,17.9z"}))}RP.propTypes={title:xe.string.isRequired};function NP(e){var t=e.title,n=U4(e,Fse);return l.createElement("svg",uf({},n,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 50 50"}),l.createElement("title",null,t),l.createElement("g",{className:"PhoneInputInternationalIconGlobe",stroke:"currentColor",fill:"none",strokeWidth:"2",strokeLinecap:"round"},l.createElement("path",{d:"M8.45,13A21.44,21.44,0,1,1,37.08,41.56"}),l.createElement("path",{d:"M19.36,35.47a36.9,36.9,0,0,1-2.28-13.24C17.08,10.39,21.88.85,27.8.85s10.72,9.54,10.72,21.38c0,6.48-1.44,12.28-3.71,16.21"}),l.createElement("path",{d:"M17.41,33.4A39,39,0,0,1,27.8,32.06c6.62,0,12.55,1.5,16.48,3.86"}),l.createElement("path",{d:"M44.29,8.53c-3.93,2.37-9.86,3.88-16.49,3.88S15.25,10.9,11.31,8.54"}),l.createElement("line",{x1:"27.8",y1:"0.85",x2:"27.8",y2:"34.61"}),l.createElement("line",{x1:"15.2",y1:"22.23",x2:"49.15",y2:"22.23"})),l.createElement("path",{className:"PhoneInputInternationalIconPhone",stroke:"transparent",fill:"currentColor",d:"M9.42,26.64c2.22-2.22,4.15-3.59.22-8.49S3.08,17,.93,19.17c-2.49,2.48-.13,11.74,9,20.89s18.41,11.5,20.89,9c2.15-2.15,5.91-4.77,1-8.71s-6.27-2-8.49.22c-1.55,1.55-5.48-1.69-8.86-5.08S7.87,28.19,9.42,26.64Z"}))}NP.propTypes={title:xe.string.isRequired};function Dse(e){if(e.length<2||e[0]!=="+")return!1;for(var t=1;t<e.length;){var n=e.charCodeAt(t);if(!(n>=48&&n<=57))return!1;t++}return!0}function PP(e){Dse(e)||console.error("[react-phone-number-input] Expected the initial `value` to be a E.164 phone number. Got",e)}function zse(e,t){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=kse(e))||t){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
105
105
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function kse(e,t){if(e){if(typeof e=="string")return H8(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return H8(e,t)}}function H8(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Lse(e,t){if(!t)return e;for(var n=[],r=[],i=n,o=function(){var c=s.value;if(c==="|")i.push({divider:!0});else if(c==="..."||c==="…")i=r;else{var d;c==="🌐"?d=void 0:d=c;var f=e.indexOf(e.filter(function(p){return p.value===d})[0]),h=e[f];e.splice(f,1),i.push(h)}},a=zse(t),s;!(s=a()).done;)o();return n.concat(e).concat(r)}function jse(e,t){if(e&&(e=e.filter(function(n){switch(n){case"🌐":case"|":case"...":case"…":return!0;default:return D1(n,t)}}),e.length>0))return e}function D1(e,t){return sP(e,t)?!0:(console.error("Country not found: ".concat(e)),!1)}function OP(e,t){return e&&(e=e.filter(function(n){return D1(n,t)}),e.length===0&&(e=void 0)),e}var Bse=["country","label","aspectRatio"];function qg(){return qg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},qg.apply(this,arguments)}function Hse(e,t){if(e==null)return{};var n=Vse(e,t),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)r=o[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function Vse(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function TP(e){var t=e.flags,n=e.flagUrl,r=e.flagComponent,i=e.internationalIcon;function o(a){var s=a.country,u=a.label,c=a.aspectRatio,d=Hse(a,Bse),f=i===_1?c:void 0;return l.createElement("div",qg({},d,{className:rf("PhoneInputCountryIcon",{"PhoneInputCountryIcon--square":f===1,"PhoneInputCountryIcon--border":s})}),s?l.createElement(r,{country:s,countryName:u,flags:t,flagUrl:n,className:"PhoneInputCountryIconImg"}):l.createElement(i,{title:u,aspectRatio:f,className:"PhoneInputCountryIconImg"}))}return o.propTypes={country:xe.string,label:xe.string.isRequired,aspectRatio:xe.number},o}TP({flagUrl:"https://purecatamphetamine.github.io/country-flag-icons/3x2/{XX}.svg",flagComponent:q4,internationalIcon:_1});function Gse(e,t){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=Wse(e))||t){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
106
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Wse(e,t){if(e){if(typeof e=="string")return V8(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return V8(e,t)}}function V8(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function qse(e,t){for(var n=Gse(e),r;!(r=n()).done;){var i=r.value;i&&Use(i,t)}}function Use(e,t){typeof e=="function"?e(t):e.current=t}var FP=xe.shape({country_calling_codes:xe.object.isRequired,countries:xe.object.isRequired}),_P=xe.objectOf(xe.string);function Li(e,t){var n="+"+Zi(e,t);return n}function Yse(e){var t=e.value,n=e.phoneNumber,r=e.defaultCountry,i=e.getAnyCountry,o=e.countries,a=e.required,s=e.metadata,u;return n&&n.country?u=n.country:r&&(!t||ps(t,r,s))&&(u=r),o&&o.indexOf(u)<0&&(u=void 0),!u&&a&&o&&o.length>0&&(u=i()),u}function Xse(e){var t=e.countries,n=e.countryNames,r=e.addInternationalOption,i=e.compareStringsLocales,o=e.compareStrings;o||(o=nle);var a=t.map(function(s){return{value:s,label:n[s]||s}});return a.sort(function(s,u){return o(s.label,u.label,i)}),r&&a.unshift({label:n.ZZ}),a}function DP(e,t){return Boe(e||"",t)}function Zse(e){return e.formatNational().replace(/\D/g,"")}function Kse(e,t){var n=t.prevCountry,r=t.newCountry,i=t.metadata,o=t.useNationalFormat;if(n===r)return e;if(!e)return o?"":r?Li(r,i):"";if(r){if(e[0]==="+"){if(o)return e.indexOf("+"+Zi(r,i))===0?rle(e,r,i):"";if(n){var a=Li(r,i);return e.indexOf(a)===0?e:a}else{var s=Li(r,i);return e.indexOf(s)===0?e:s}}}else if(e[0]!=="+")return ls(e,n,i)||"";return e}function ls(e,t,n){if(e){if(e[0]==="+"){if(e==="+")return;var r=new Bs(t,n);return r.input(e),r.getNumberValue()}if(t){var i=kP(e,t,n);return"+".concat(Zi(t,n)).concat(i||"")}}}function Jse(e,t,n){var r=kP(e,t,n);if(r){var i=r.length-Qse(t,n);if(i>0)return e.slice(0,e.length-i)}return e}function Qse(e,t){return t=new tn(t),t.selectNumberingPlan(e),t.numberingPlan.possibleLengths()[t.numberingPlan.possibleLengths().length-1]}function zP(e,t){var n=t.country,r=t.countries,i=t.defaultCountry,o=t.latestCountrySelectedByUser,a=t.required,s=t.metadata;if(e==="+")return n;var u=tle(e,s);if(u)return!r||r.indexOf(u)>=0?u:void 0;if(n){if(ps(e,n,s)){if(o&&ps(e,o,s))return o;if(i&&ps(e,i,s))return i;if(!a)return}else if(!a)return}return n}function ele(e,t){var n=t.prevPhoneDigits,r=t.country,i=t.defaultCountry,o=t.latestCountrySelectedByUser,a=t.countryRequired,s=t.getAnyCountry,u=t.countries,c=t.international,d=t.limitMaxLength,f=t.countryCallingCodeEditable,h=t.metadata;if(c&&f===!1&&r){var p=Li(r,h);if(e.indexOf(p)!==0){var g,b=e&&e[0]!=="+";return b?(e=p+e,g=ls(e,r,h)):e=p,{phoneDigits:e,value:g,country:r}}}c===!1&&r&&e&&e[0]==="+"&&(e=G8(e,r,h)),e&&r&&d&&(e=Jse(e,r,h)),e&&e[0]!=="+"&&(!r||c)&&(e="+"+e),!e&&n&&n[0]==="+"&&(c?r=void 0:r=i),e==="+"&&n&&n[0]==="+"&&n.length>1&&(r=void 0);var v;return e&&(e[0]==="+"&&(e==="+"||r&&Li(r,h).indexOf(e)===0)?v=void 0:v=ls(e,r,h)),v&&(r=zP(v,{country:r,countries:u,defaultCountry:i,latestCountrySelectedByUser:o,required:!1,metadata:h}),c===!1&&r&&e&&e[0]==="+"&&(e=G8(e,r,h),v=ls(e,r,h))),!r&&a&&(r=i||s()),{phoneDigits:e,country:r,value:v}}function G8(e,t,n){if(e.indexOf(Li(t,n))===0){var r=new Bs(t,n);r.input(e);var i=r.getNumber();return i?i.formatNational().replace(/\D/g,""):""}else return e.replace(/\D/g,"")}function tle(e,t){var n=new Bs(null,t);return n.input(e),n.getCountry()}function nle(e,t,n){return String.prototype.localeCompare?e.localeCompare(t,n):e<t?-1:e>t?1:0}function rle(e,t,n){if(t){var r="+"+Zi(t,n);if(e.length<r.length){if(r.indexOf(e)===0)return""}else if(e.indexOf(r)===0)return e.slice(r.length)}for(var i=0,o=Object.keys(n.country_calling_codes);i<o.length;i++){var a=o[i];if(e.indexOf(a)===1)return e.slice(1+a.length)}return""}function kP(e,t,n){var r=new Bs(t,n);r.input(e);var i=r.getNumber();return i&&i.nationalNumber}function ps(e,t,n){for(var r=Li(t,n),i=0;i<e.length&&i<r.length;){if(e[i]!==r[i])return!1;i++}return!0}function LP(e){var t=e.value,n=e.phoneNumber,r=e.defaultCountry,i=e.international,o=e.useNationalFormat,a=e.metadata;return(i===!1||o)&&n&&n.country?Zse(n):!t&&i&&r?Li(r,a):t}function vu(e){"@babel/helpers - typeof";return vu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},vu(e)}function W8(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function qc(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?W8(Object(n),!0).forEach(function(r){ile(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):W8(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function ile(e,t,n){return t=ole(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ole(e){var t=ale(e,"string");return vu(t)=="symbol"?t:t+""}function ale(e,t){if(vu(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(vu(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function sle(e,t,n){var r=e.metadata,i=e.countries,o=e.defaultCountry,a=e.value,s=e.reset,u=e.international,c=e.displayInitialValueAsLocalNumber,d=e.initialValueFormat,f=t.defaultCountry,h=t.value,p=t.reset;n.country;var g=n.value,b=n.hasUserSelectedACountry,v=n.latestCountrySelectedByUser,x=function($){return LP(qc(qc({},$),{},{international:u,useNationalFormat:c||d==="national",metadata:r}))};if(s!==p)return{phoneDigits:x({value:void 0,defaultCountry:o}),value:void 0,country:o,latestCountrySelectedByUser:void 0,hasUserSelectedACountry:void 0};if(o!==f){var w=!o||D1(o,r),E=!g||u&&g===x({value:void 0,defaultCountry:f}),C=!a&&E;if(!b&&w&&C)return{country:o,phoneDigits:x({value:void 0,defaultCountry:o}),value:void 0}}if(!q8(a,h)&&!q8(a,g)){var S,M;if(a){a&&PP(a),S=DP(a,r);var A=OP(i,r);S&&S.country?(!A||A.indexOf(S.country)>=0)&&(M=S.country):(M=zP(a,{country:void 0,countries:A,metadata:r}),M||o&&a.indexOf(Li(o,r))===0&&(M=o))}var R;if(a){if(v){var P=M?v===M:ps(a,v,r);P?M||(M=v):R={latestCountrySelectedByUser:void 0}}}else R={latestCountrySelectedByUser:void 0,hasUserSelectedACountry:void 0};return qc(qc({},R),{},{phoneDigits:x({phoneNumber:S,value:a,defaultCountry:o}),value:a,country:a?M:o})}}function q8(e,t){return e===null&&(e=void 0),t===null&&(t=void 0),e===t}var lle=["name","disabled","readOnly","autoComplete","style","className","inputRef","inputComponent","numberInputProps","smartCaret","countrySelectComponent","countrySelectProps","containerComponent","containerComponentProps","defaultCountry","countries","countryOptionsOrder","labels","flags","flagComponent","flagUrl","addInternationalOption","internationalIcon","displayInitialValueAsLocalNumber","initialValueFormat","onCountryChange","limitMaxLength","countryCallingCodeEditable","focusInputOnCountrySelection","reset","metadata","international","locales"];function Ps(e){"@babel/helpers - typeof";return Ps=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ps(e)}function U8(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function jP(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?U8(Object(n),!0).forEach(function(r){Tr(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):U8(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function ms(){return ms=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},ms.apply(this,arguments)}function ule(e,t){if(e==null)return{};var n=cle(e,t),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)r=o[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function cle(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function dle(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Y8(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,HP(r.key),r)}}function fle(e,t,n){return t&&Y8(e.prototype,t),n&&Y8(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function hle(e,t,n){return t=cf(t),ple(e,BP()?Reflect.construct(t,n||[],cf(e).constructor):t.apply(e,n))}function ple(e,t){if(t&&(Ps(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return mle(e)}function mle(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function BP(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(BP=function(){return!!e})()}function cf(e){return cf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(n){return n.__proto__||Object.getPrototypeOf(n)},cf(e)}function gle(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Ug(e,t)}function Ug(e,t){return Ug=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,i){return r.__proto__=i,r},Ug(e,t)}function Tr(e,t,n){return t=HP(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function HP(e){var t=vle(e,"string");return Ps(t)=="symbol"?t:t+""}function vle(e,t){if(Ps(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Ps(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var ble=(function(e){function t(n){var r;dle(this,t),r=hle(this,t,[n]),Tr(r,"setInputRef",function(v){qse([r.props.inputRef,r.inputRef],v)}),Tr(r,"isCountrySupportedWithError",function(v){var x=r.props.metadata;return D1(v,x)}),Tr(r,"onCountryChange",function(v){var x=r.props,w=x.international,E=x.metadata,C=x.onChange,S=x.focusInputOnCountrySelection,M=r.state,A=M.phoneDigits,R=M.country,P=Kse(A,{prevCountry:R,newCountry:v,metadata:E,useNationalFormat:!w}),W=ls(P,v,E);S&&r.inputRef.current.focus(),r.setState({country:v,latestCountrySelectedByUser:v,hasUserSelectedACountry:!0,phoneDigits:P,value:W},function(){C(W)})}),Tr(r,"onChange",function(v){var x=r.props,w=x.defaultCountry,E=x.onChange,C=x.addInternationalOption,S=x.international,M=x.limitMaxLength,A=x.countryCallingCodeEditable,R=x.metadata,P=r.state,W=P.countries,$=P.phoneDigits,O=P.country,N=P.latestCountrySelectedByUser,B=ele(v,{prevPhoneDigits:$,country:O,countryRequired:!C,defaultCountry:w,latestCountrySelectedByUser:N,getAnyCountry:function(){return r.getFirstSupportedCountry({countries:W})},countries:W,international:S,limitMaxLength:M,countryCallingCodeEditable:A,metadata:R}),z=B.phoneDigits,T=B.country,G=B.value,q={phoneDigits:z,value:G,country:T};N&&G&&!ps(G,N,R)&&(q.latestCountrySelectedByUser=void 0),A===!1&&!G&&z===r.state.phoneDigits&&(q.forceRerender={}),r.setState(q,function(){return E(G)})}),Tr(r,"_onFocus",function(){return r.setState({isFocused:!0})}),Tr(r,"_onBlur",function(){return r.setState({isFocused:!1})}),Tr(r,"onFocus",function(v){r._onFocus();var x=r.props.onFocus;x&&x(v)}),Tr(r,"onBlur",function(v){var x=r.props.onBlur;r._onBlur(),x&&x(v)}),Tr(r,"onCountryFocus",function(v){r._onFocus();var x=r.props.countrySelectProps;if(x){var w=x.onFocus;w&&w(v)}}),Tr(r,"onCountryBlur",function(v){r._onBlur();var x=r.props.countrySelectProps;if(x){var w=x.onBlur;w&&w(v)}}),r.inputRef=l.createRef();var i=r.props,o=i.value;i.labels;var a=i.international,s=i.addInternationalOption,u=i.displayInitialValueAsLocalNumber,c=i.initialValueFormat,d=i.metadata,f=r.props,h=f.defaultCountry,p=f.countries;h&&(r.isCountrySupportedWithError(h)||(h=void 0)),o&&PP(o),p=OP(p,d);var g=DP(o,d);r.CountryIcon=TP(r.props);var b=Yse({value:o,phoneNumber:g,defaultCountry:h,required:!s,countries:p||k8(d),getAnyCountry:function(){return r.getFirstSupportedCountry({countries:p})},metadata:d});return r.state={props:r.props,country:b,countries:p,phoneDigits:LP({value:o,phoneNumber:g,defaultCountry:h,international:a,useNationalFormat:u||c==="national",metadata:d}),value:o},r}return gle(t,e),fle(t,[{key:"componentDidMount",value:function(){var r=this.props.onCountryChange,i=this.props.defaultCountry,o=this.state.country;r&&(i&&(this.isCountrySupportedWithError(i)||(i=void 0)),o!==i&&r(o))}},{key:"componentDidUpdate",value:function(r,i){var o=this.props.onCountryChange,a=this.state.country;o&&a!==i.country&&o(a)}},{key:"getCountrySelectOptions",value:function(r){var i=r.countries,o=this.props,a=o.international,s=o.countryCallingCodeEditable,u=o.countryOptionsOrder,c=o.addInternationalOption,d=o.labels,f=o.locales,h=o.metadata;return this.useMemoCountrySelectOptions(function(){return Lse(Xse({countries:i||k8(h),countryNames:d,addInternationalOption:a&&s===!1?!1:c,compareStringsLocales:f}),jse(u,h))},[i,u,c,d,h])}},{key:"useMemoCountrySelectOptions",value:function(r,i){return(!this.countrySelectOptionsMemoDependencies||!xle(i,this.countrySelectOptionsMemoDependencies))&&(this.countrySelectOptionsMemo=r(),this.countrySelectOptionsMemoDependencies=i),this.countrySelectOptionsMemo}},{key:"getFirstSupportedCountry",value:function(r){var i=r.countries,o=this.getCountrySelectOptions({countries:i});return o[0].value}},{key:"render",value:function(){var r=this.props,i=r.name,o=r.disabled,a=r.readOnly,s=r.autoComplete,u=r.style,c=r.className;r.inputRef;var d=r.inputComponent,f=r.numberInputProps,h=r.smartCaret,p=r.countrySelectComponent,g=r.countrySelectProps,b=r.containerComponent,v=r.containerComponentProps;r.defaultCountry,r.countries,r.countryOptionsOrder;var x=r.labels;r.flags,r.flagComponent,r.flagUrl,r.addInternationalOption,r.internationalIcon,r.displayInitialValueAsLocalNumber,r.initialValueFormat,r.onCountryChange,r.limitMaxLength,r.countryCallingCodeEditable,r.focusInputOnCountrySelection,r.reset;var w=r.metadata,E=r.international;r.locales;var C=ule(r,lle),S=this.state,M=S.country,A=S.countries,R=S.phoneDigits,P=S.isFocused,W=h?pse:yse,$=this.getCountrySelectOptions({countries:A});return l.createElement(b,ms({style:u,className:rf(c,"PhoneInput",{"PhoneInput--focus":P,"PhoneInput--disabled":o,"PhoneInput--readOnly":a})},v),l.createElement(p,ms({name:i?"".concat(i,"Country"):void 0,"aria-label":x.country},g,{value:M,options:$,onChange:this.onCountryChange,onFocus:this.onCountryFocus,onBlur:this.onCountryBlur,disabled:o||g&&g.disabled,readOnly:a||g&&g.readOnly,iconComponent:this.CountryIcon})),l.createElement(W,ms({ref:this.setInputRef,type:"tel",autoComplete:s},f,C,{inputFormat:E===!0?"INTERNATIONAL":E===!1?"NATIONAL":"INTERNATIONAL_OR_NATIONAL",international:E?!0:void 0,withCountryCallingCode:E?!0:void 0,name:i,metadata:w,country:M,value:R||"",onChange:this.onChange,onFocus:this.onFocus,onBlur:this.onBlur,disabled:o,readOnly:a,inputComponent:d,className:rf("PhoneInputInput",f&&f.className,C.className)})))}}],[{key:"getDerivedStateFromProps",value:function(r,i){return jP({props:r},sle(r,i.props,i))}}])})(l.PureComponent),VP=l.forwardRef(function(e,t){return l.createElement(ble,ms({},yle(e),{inputRef:t}))});VP.propTypes={value:xe.string,onChange:xe.func.isRequired,onFocus:xe.func,onBlur:xe.func,disabled:xe.bool,readOnly:xe.bool,autoComplete:xe.string,initialValueFormat:xe.oneOf(["national"]),displayInitialValueAsLocalNumber:xe.bool,defaultCountry:xe.string,countries:xe.arrayOf(xe.string),labels:_P,locales:xe.oneOfType([xe.string,xe.arrayOf(xe.string)]),flagUrl:xe.string,flags:xe.objectOf(xe.elementType),flagComponent:xe.elementType,addInternationalOption:xe.bool,internationalIcon:xe.elementType,countryOptionsOrder:xe.arrayOf(xe.string),style:xe.object,className:xe.string,countrySelectComponent:xe.elementType,countrySelectProps:xe.object,inputComponent:xe.elementType,numberInputProps:xe.object,containerComponent:xe.elementType,containerComponentProps:xe.object,smartCaret:xe.bool,international:xe.bool,limitMaxLength:xe.bool,countryCallingCodeEditable:xe.bool,metadata:FP,onCountryChange:xe.func,focusInputOnCountrySelection:xe.bool};var X8={autoComplete:"tel",countrySelectComponent:MP,flagComponent:q4,flagUrl:"https://purecatamphetamine.github.io/country-flag-icons/3x2/{XX}.svg",internationalIcon:_1,inputComponent:"input",containerComponent:"div",reset:xe.any,smartCaret:!0,addInternationalOption:!0,countryCallingCodeEditable:!0,focusInputOnCountrySelection:!0};function yle(e){e=jP({},e);for(var t in X8)e[t]===void 0&&(e[t]=X8[t]);return e}function xle(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;){if(e[n]!==t[n])return!1;n++}return!0}const wle={ext:"ext.",country:"Phone number country",phone:"Phone",AC:"Ascension Island",AD:"Andorra",AE:"United Arab Emirates",AF:"Afghanistan",AG:"Antigua and Barbuda",AI:"Anguilla",AL:"Albania",AM:"Armenia",AO:"Angola",AQ:"Antarctica",AR:"Argentina",AS:"American Samoa",AT:"Austria",AU:"Australia",AW:"Aruba",AX:"Åland Islands",AZ:"Azerbaijan",BA:"Bosnia and Herzegovina",BB:"Barbados",BD:"Bangladesh",BE:"Belgium",BF:"Burkina Faso",BG:"Bulgaria",BH:"Bahrain",BI:"Burundi",BJ:"Benin",BL:"Saint Barthélemy",BM:"Bermuda",BN:"Brunei Darussalam",BO:"Bolivia",BQ:"Bonaire, Sint Eustatius and Saba",BR:"Brazil",BS:"Bahamas",BT:"Bhutan",BV:"Bouvet Island",BW:"Botswana",BY:"Belarus",BZ:"Belize",CA:"Canada",CC:"Cocos (Keeling) Islands",CD:"Congo, Democratic Republic of the",CF:"Central African Republic",CG:"Congo",CH:"Switzerland",CI:"Cote d'Ivoire",CK:"Cook Islands",CL:"Chile",CM:"Cameroon",CN:"China",CO:"Colombia",CR:"Costa Rica",CU:"Cuba",CV:"Cape Verde",CW:"Curaçao",CX:"Christmas Island",CY:"Cyprus",CZ:"Czech Republic",DE:"Germany",DJ:"Djibouti",DK:"Denmark",DM:"Dominica",DO:"Dominican Republic",DZ:"Algeria",EC:"Ecuador",EE:"Estonia",EG:"Egypt",EH:"Western Sahara",ER:"Eritrea",ES:"Spain",ET:"Ethiopia",FI:"Finland",FJ:"Fiji",FK:"Falkland Islands",FM:"Federated States of Micronesia",FO:"Faroe Islands",FR:"France",GA:"Gabon",GB:"United Kingdom",GD:"Grenada",GE:"Georgia",GF:"French Guiana",GG:"Guernsey",GH:"Ghana",GI:"Gibraltar",GL:"Greenland",GM:"Gambia",GN:"Guinea",GP:"Guadeloupe",GQ:"Equatorial Guinea",GR:"Greece",GS:"South Georgia and the South Sandwich Islands",GT:"Guatemala",GU:"Guam",GW:"Guinea-Bissau",GY:"Guyana",HK:"Hong Kong",HM:"Heard Island and McDonald Islands",HN:"Honduras",HR:"Croatia",HT:"Haiti",HU:"Hungary",ID:"Indonesia",IE:"Ireland",IL:"Israel",IM:"Isle of Man",IN:"India",IO:"British Indian Ocean Territory",IQ:"Iraq",IR:"Iran",IS:"Iceland",IT:"Italy",JE:"Jersey",JM:"Jamaica",JO:"Jordan",JP:"Japan",KE:"Kenya",KG:"Kyrgyzstan",KH:"Cambodia",KI:"Kiribati",KM:"Comoros",KN:"Saint Kitts and Nevis",KP:"North Korea",KR:"South Korea",KW:"Kuwait",KY:"Cayman Islands",KZ:"Kazakhstan",LA:"Laos",LB:"Lebanon",LC:"Saint Lucia",LI:"Liechtenstein",LK:"Sri Lanka",LR:"Liberia",LS:"Lesotho",LT:"Lithuania",LU:"Luxembourg",LV:"Latvia",LY:"Libya",MA:"Morocco",MC:"Monaco",MD:"Moldova",ME:"Montenegro",MF:"Saint Martin (French Part)",MG:"Madagascar",MH:"Marshall Islands",MK:"North Macedonia",ML:"Mali",MM:"Myanmar",MN:"Mongolia",MO:"Macao",MP:"Northern Mariana Islands",MQ:"Martinique",MR:"Mauritania",MS:"Montserrat",MT:"Malta",MU:"Mauritius",MV:"Maldives",MW:"Malawi",MX:"Mexico",MY:"Malaysia",MZ:"Mozambique",NA:"Namibia",NC:"New Caledonia",NE:"Niger",NF:"Norfolk Island",NG:"Nigeria",NI:"Nicaragua",NL:"Netherlands",NO:"Norway",NP:"Nepal",NR:"Nauru",NU:"Niue",NZ:"New Zealand",OM:"Oman",PA:"Panama",PE:"Peru",PF:"French Polynesia",PG:"Papua New Guinea",PH:"Philippines",PK:"Pakistan",PL:"Poland",PM:"Saint Pierre and Miquelon",PN:"Pitcairn",PR:"Puerto Rico",PS:"Palestine",PT:"Portugal",PW:"Palau",PY:"Paraguay",QA:"Qatar",RE:"Reunion",RO:"Romania",RS:"Serbia",RU:"Russia",RW:"Rwanda",SA:"Saudi Arabia",SB:"Solomon Islands",SC:"Seychelles",SD:"Sudan",SE:"Sweden",SG:"Singapore",SH:"Saint Helena",SI:"Slovenia",SJ:"Svalbard and Jan Mayen",SK:"Slovakia",SL:"Sierra Leone",SM:"San Marino",SN:"Senegal",SO:"Somalia",SR:"Suriname",SS:"South Sudan",ST:"Sao Tome and Principe",SV:"El Salvador",SX:"Sint Maarten",SY:"Syria",SZ:"Swaziland",TA:"Tristan da Cunha",TC:"Turks and Caicos Islands",TD:"Chad",TF:"French Southern Territories",TG:"Togo",TH:"Thailand",TJ:"Tajikistan",TK:"Tokelau",TL:"Timor-Leste",TM:"Turkmenistan",TN:"Tunisia",TO:"Tonga",TR:"Turkey",TT:"Trinidad and Tobago",TV:"Tuvalu",TW:"Taiwan",TZ:"Tanzania",UA:"Ukraine",UG:"Uganda",UM:"United States Minor Outlying Islands",US:"United States",UY:"Uruguay",UZ:"Uzbekistan",VA:"Holy See (Vatican City State)",VC:"Saint Vincent and the Grenadines",VE:"Venezuela",VG:"Virgin Islands, British",VI:"Virgin Islands, U.S.",VN:"Vietnam",VU:"Vanuatu",WF:"Wallis and Futuna",WS:"Samoa",XA:"Abkhazia",XK:"Kosovo",XO:"South Ossetia",YE:"Yemen",YT:"Mayotte",ZA:"South Africa",ZM:"Zambia",ZW:"Zimbabwe",ZZ:"International"};var Ele=["metadata","labels"];function Yg(){return Yg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Yg.apply(this,arguments)}function Cle(e,t){if(e==null)return{};var n=Sle(e,t),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)r=o[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function Sle(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function GP(e){var t=l.forwardRef(function(n,r){var i=n.metadata,o=i===void 0?e:i,a=n.labels,s=a===void 0?wle:a,u=Cle(n,Ele);return l.createElement(VP,Yg({},u,{ref:r,metadata:o,labels:s}))});return t.propTypes={metadata:FP,labels:_P},t}GP();function Ile(e,t){var n=Array.prototype.slice.call(t);return n.push(iP),e.apply(this,n)}const Ale=GP(iP);function Mle(){return Ile(Zi,arguments)}var $le=["title"],Rle=["title"],Nle=["title"],Ple=["title"],Ole=["title"],Tle=["title"],Fle=["title"],_le=["title"],Dle=["title"],zle=["title"],kle=["title"],Lle=["title"],jle=["title"],Ble=["title"],Hle=["title"],Vle=["title"],Gle=["title"],Wle=["title"],qle=["title"],Ule=["title"],Yle=["title"],Xle=["title"],Zle=["title"],Kle=["title"],Jle=["title"],Qle=["title"],eue=["title"],tue=["title"],nue=["title"],rue=["title"],iue=["title"],oue=["title"],aue=["title"],sue=["title"],lue=["title"],uue=["title"],cue=["title"],due=["title"],fue=["title"],hue=["title"],pue=["title"],mue=["title"],gue=["title"],vue=["title"],bue=["title"],yue=["title"],xue=["title"],wue=["title"],Eue=["title"],Cue=["title"],Sue=["title"],Iue=["title"],Aue=["title"],Mue=["title"],$ue=["title"],Rue=["title"],Nue=["title"],Pue=["title"],Oue=["title"],Tue=["title"],Fue=["title"],_ue=["title"],Due=["title"],zue=["title"],kue=["title"],Lue=["title"],jue=["title"],Bue=["title"],Hue=["title"],Vue=["title"],Gue=["title"],Wue=["title"],que=["title"],Uue=["title"],Yue=["title"],Xue=["title"],Zue=["title"],Kue=["title"],Jue=["title"],Que=["title"],ece=["title"],tce=["title"],nce=["title"],rce=["title"],ice=["title"],oce=["title"],ace=["title"],sce=["title"],lce=["title"],uce=["title"],cce=["title"],dce=["title"],fce=["title"],hce=["title"],pce=["title"],mce=["title"],gce=["title"],vce=["title"],bce=["title"],yce=["title"],xce=["title"],wce=["title"],Ece=["title"],Cce=["title"],Sce=["title"],Ice=["title"],Ace=["title"],Mce=["title"],$ce=["title"],Rce=["title"],Nce=["title"],Pce=["title"],Oce=["title"],Tce=["title"],Fce=["title"],_ce=["title"],Dce=["title"],zce=["title"],kce=["title"],Lce=["title"],jce=["title"],Bce=["title"],Hce=["title"],Vce=["title"],Gce=["title"],Wce=["title"],qce=["title"],Uce=["title"],Yce=["title"],Xce=["title"],Zce=["title"],Kce=["title"],Jce=["title"],Qce=["title"],ede=["title"],tde=["title"],nde=["title"],rde=["title"],ide=["title"],ode=["title"],ade=["title"],sde=["title"],lde=["title"],ude=["title"],cde=["title"],dde=["title"],fde=["title"],hde=["title"],pde=["title"],mde=["title"],gde=["title"],vde=["title"],bde=["title"],yde=["title"],xde=["title"],wde=["title"],Ede=["title"],Cde=["title"],Sde=["title"],Ide=["title"],Ade=["title"],Mde=["title"],$de=["title"],Rde=["title"],Nde=["title"],Pde=["title"],Ode=["title"],Tde=["title"],Fde=["title"],_de=["title"],Dde=["title"],zde=["title"],kde=["title"],Lde=["title"],jde=["title"],Bde=["title"],Hde=["title"],Vde=["title"],Gde=["title"],Wde=["title"],qde=["title"],Ude=["title"],Yde=["title"],Xde=["title"],Zde=["title"],Kde=["title"],Jde=["title"],Qde=["title"],efe=["title"],tfe=["title"],nfe=["title"],rfe=["title"],ife=["title"],ofe=["title"],afe=["title"],sfe=["title"],lfe=["title"],ufe=["title"],cfe=["title"],dfe=["title"],ffe=["title"],hfe=["title"],pfe=["title"],mfe=["title"],gfe=["title"],vfe=["title"],bfe=["title"],yfe=["title"],xfe=["title"],wfe=["title"],Efe=["title"],Cfe=["title"],Sfe=["title"],Ife=["title"],Afe=["title"],Mfe=["title"],$fe=["title"],Rfe=["title"],Nfe=["title"],Pfe=["title"],Ofe=["title"],Tfe=["title"],Ffe=["title"],_fe=["title"],Dfe=["title"],zfe=["title"],kfe=["title"],Lfe=["title"],jfe=["title"],Bfe=["title"],Hfe=["title"],Vfe=["title"],Gfe=["title"],Wfe=["title"],qfe=["title"],Ufe=["title"],Yfe=["title"],Xfe=["title"],Zfe=["title"],Kfe=["title"],Jfe=["title"],Qfe=["title"],e1e=["title"],t1e=["title"],n1e=["title"],r1e=["title"],i1e=["title"],o1e=["title"],a1e=["title"],s1e=["title"],l1e=["title"],u1e=["title"],c1e=["title"],d1e=["title"],f1e=["title"],h1e=["title"],p1e=["title"],m1e=["title"],g1e=["title"],v1e=["title"],b1e=["title"],y1e=["title"],x1e=["title"],w1e=["title"],E1e=["title"];function H(){return H=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},H.apply(this,arguments)}function V(e,t){if(e==null)return{};var n=C1e(e,t),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)r=o[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function C1e(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}var S1e=function(t){var n=t.title,r=V(t,$le);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#1B81B6",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"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#1B81B6",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"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#1B81B6",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"}),l.createElement("path",{fill:"#288549",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"}),l.createElement("path",{d:"M275.9 223.6c3.6-26.7 13.5-47.3 22.1-46.2s12.6 23.7 9 50.4-13.5 47.3-22.1 46.2c-8.6-1.2-12.6-23.7-9-50.4zm191.2-45.9c8.6-1.2 18.5 19.5 22.1 46.2s-.4 49.2-9 50.4-18.5-19.6-22.2-46.3c-3.6-26.6.5-49.2 9.1-50.3z",fill:"#F0955D"}),l.createElement("path",{d:"M296.4 162c2.4-6 7.4-9.7 11-8.2 3.7 1.5 4.7 7.5 2.3 13.5s-7.4 9.7-11 8.2c-3.6-1.5-4.7-7.5-2.3-13.5zm-8 109.2c.9-6.2 3.1-11.1 4.9-10.8s2.5 5.5 1.6 11.8c-.9 6.2-3.1 11.1-4.9 10.8s-2.5-5.5-1.6-11.8zm10.6-12.8c1.8-.1 3.6 4.7 3.9 10.8s-.9 11.1-2.7 11.2c-1.8.1-3.6-4.7-3.9-10.8-.3-6.1.9-11.1 2.7-11.2zm10.5-70c2.1-.8 6.1 4.2 8.8 11.2 2.8 7 3.3 13.4 1.2 14.2-2.1.8-6.1-4.2-8.8-11.2-2.8-7-3.3-13.4-1.2-14.2zm6.5-14.1c7-2.8 13.4-3.3 14.2-1.2.8 2.1-4.2 6.1-11.2 8.8-7 2.8-13.4 3.3-14.2 1.2-.9-2.1 4.2-6 11.2-8.8zm141.6-20.2c3.7-1.5 8.6 2.2 11 8.2 2.4 6 1.4 12.1-2.3 13.5-3.7 1.5-8.6-2.2-11-8.2-2.4-6-1.3-12.1 2.3-13.5zm14.2 106.5c1.8-.3 4 4.6 4.9 10.8.9 6.2.2 11.5-1.6 11.8-1.8.3-4-4.6-4.9-10.8-1-6.3-.2-11.5 1.6-11.8zm-9.6 8.8c.3-6.1 2.1-10.9 3.9-10.8 1.8.1 3 5.1 2.7 11.2-.3 6.1-2.1 10.9-3.9 10.8-1.8-.1-3-5.1-2.7-11.2zm-15.5-69.7c2.8-7 6.7-12.1 8.8-11.2 2.1.8 1.6 7.2-1.2 14.2-2.8 7-6.7 12.1-8.8 11.2s-1.6-7.2 1.2-14.2zm-11.8-26.5c.8-2.1 7.2-1.6 14.2 1.2 7 2.8 12.1 6.7 11.2 8.8-.8 2.1-7.2 1.6-14.2-1.2-7-2.7-12.1-6.7-11.2-8.8z",fill:"#EADFD5"}),l.createElement("path",{fill:"#B0C6CC",d:"M373.3 130.3 356.1 155l17.8 26.1H396l4.7-25.4-5.4-25.4z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},I1e=function(t){var n=t.title,r=V(t,Rle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342zM198.9 113.6H256v64.8h-57.1z"}),l.createElement("path",{d:"M267.6 113.6v64.7m16.6-64.7v64.7m16.6-64.7v64.7",stroke:"#D80027",strokeWidth:7}),l.createElement("path",{d:"M247.4 178.4v64.7m-13.3-64.7v64.7m-13.3-64.6v53.9m-13.7-53.9v47.1",stroke:"#D80027",strokeWidth:5}),l.createElement("path",{fill:"#FFDA44",d:"m199.9 146 27.6-32.4 28.5 32.3-28.1 32.4z"}),l.createElement("path",{fill:"#BC8B00",d:"M182.2 95.9v92.2c0 34.3 27.3 54.2 48.6 64.5-.8 1.4 25.1 8.3 25.1 8.3s25.9-6.9 25.1-8.3c21.4-10.3 48.6-30.1 48.6-64.5V95.9H182.2zm129.9 92.2c0 16.9-10 29.4-32.8 43.9-8.6 5.5-17.5 9-23.3 11-5.8-2-14.7-5.5-23.3-11-22.8-14.5-32.8-28-32.8-43.9v-74.5h112.2v74.5z"}),l.createElement("path",{fill:"#D80027",d:"M264.4 188.9h29.5v8.6h-29.5zm0 17.6h29.5v8.6h-29.5z"}))},A1e=function(t){var n=t.title,r=V(t,Nle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#009e49",d:"M0 0h513v114H0z"}),l.createElement("path",{d:"M0 228h513v114H0z"}),l.createElement("path",{fill:"#ce1126",d:"M0 0h171v342H0z"}))},M1e=function(t){var n=t.title,r=V(t,Ple);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#DB3E00",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#479900",d:"M331 0h182v342H331z"}),l.createElement("path",{d:"M0 0h181.8v342H0z"}),l.createElement("path",{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"}),l.createElement("path",{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"}))},$1e=function(t){var n=t.title,r=V(t,Ole);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0072c6",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"}),l.createElement("path",{fill:"#FFF",d:"M423.2 219H88.8c15.8 69.8 84.7 122.3 167.2 122.3S407.4 288.8 423.2 219z"}),l.createElement("path",{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"}),l.createElement("g",{fill:"#ce1126"},l.createElement("path",{d:"M256.5 342 0 0v342z"}),l.createElement("path",{d:"M513 342V0L256 342z"})))},R1e=function(t){var n=t.title,r=V(t,Tle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M454.8 265.38c7.94-10.93 13.24-24.27 13.24-40.42V104.89a59.754 59.754 0 0 1-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"}),l.createElement("path",{fill:"#9cf",d:"M310.23 260.98C332.65 296.96 384 309 384 309s51.35-12.04 73.77-48.02H310.23z"}),l.createElement("g",{fill:"#f90"},l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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"})),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},N1e=function(t){var n=t.title,r=V(t,Fle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ED2024",d:"M0 0h90v60H0z"}),l.createElement("path",{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"}),l.createElement("path",{d:"M26.2 25h6.4v2.5h-6.4zm0-4.1h6.4v2.7h-6.4zm0-4.2h6.4v2.6h-6.4zm0-4h6.4v2.5h-6.4zM57.4 25h6.4v2.5h-6.4zm0-4.1h6.4v2.7h-6.4zm0-4.2h6.4v2.6h-6.4zm0-4h6.4v2.5h-6.4zM53.4 36.1h6.4V38h-6.4zm-23.2 0h6.4V38h-6.4z",fill:"#212121"}))},P1e=function(t){var n=t.title,r=V(t,_le);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#FF9811",d:"M0 228h513v114H0z"}))},O1e=function(t){var n=t.title,r=V(t,Dle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 171h513v171H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v171H0z"}),l.createElement("g",{fill:"#FFDA44"},l.createElement("path",{d:"m332.7 135.6 17.5-8.6-7.4-19-18.7 6.2zm-45.6-56 5.5-18.8-19.1-7.2-8 18zm29.4 23.2 12.2-15.3-14.9-13.9-14.2 13.6zm19.4 68.9 19.5-.8v-21.3l-22.9.2zm-12.6 38.1 18.8 5.5 7.3-19-18-8zm-29 32.4 14.9 12.7 14.4-14.4-13.1-14.7zm-47-147.7 9.8 19.9 21.9 3.3-15.9 15.5 3.6 21.9-19.6-10.4-19.7 10.2 3.8-21.9-15.8-15.5 22-3.1z"}),l.createElement("path",{d:"m250.8 61.3-2.7 18.3c43.1 3.2 77 39.2 77 83.1 0 46-37.3 82.9-83.4 83.4-29.2.3-51.3-14.8-67-33.7l-13.9 12.3c15 19 40.8 39.9 80.9 39.9 56.3 0 101.9-45.6 101.9-101.9.1-53.2-40.7-96.9-92.8-101.4z"}),l.createElement("path",{fill:"#000",d:"m291.9 223.4-11.8 14s51.9 38.9 53.6 40.4c1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-2-1.5-51.8-42-51.8-42z"}),l.createElement("path",{d:"M206.1 157.2c-7.7 10.3-7.5 23.1 2.8 30.9 0 0 135.2 101.5 136.9 103 1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-1.9-1.5-149.7-121.5-149.7-121.5zm47.7 99.1 7.3 18.2 19.5-6-4.8-19.1zm-40.4-3.7-2 19.5 20.1 3.6 4.5-19.1zm-35.7-21.2L167.4 248l16.4 12.1 12.5-15.2z"})))},T1e=function(t){var n=t.title,r=V(t,zle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 744 496"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#3A7DCE",d:"M0 0h744v496H0V0z"}),l.createElement("path",{fill:"#fff",d:"m120 125 90 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"}))},F1e=function(t){var n=t.title,r=V(t,kle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h512v342H0z"}),l.createElement("path",{fill:"#338AF3",d:"M0 0h512v114H0zm0 228h512v114H0z"}),l.createElement("circle",{fill:"#FFDA44",stroke:"#d6ab00",strokeWidth:5,cx:256.5,cy:171,r:40}))},_1e=function(t){var n=t.title,r=V(t,Lle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#10338c",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M513 33 95.3 171 513 310.76V342L0 171 513 0z"}),l.createElement("path",{fill:"#FFF",d:"M513 287.18v24.58L81.72 171 513 30v24.16"}),l.createElement("path",{fill:"#A2001D",d:"m476.98 140.21-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"}),l.createElement("path",{fill:"#EFC100",stroke:"#231F20",strokeMiterlimit:10,d:"m317.89 238.41-22.24-11.11 22.24-11.11h144.46v22.22z"}))},D1e=function(t){var n=t.title,r=V(t,jle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 114h513v114H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0zm0 228h513v114H0z"}))},z1e=function(t){var n=t.title,r=V(t,Ble);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#00008b",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m188 212.6 11 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.7zm197.9 28.5 5.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.7zm-48.6-116 5.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 136zm48.6-66.2 5.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.7zm42.5 49.7 5.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",fill:"#FFF"}),l.createElement("path",{fill:"#00008b",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"red"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},k1e=function(t){var n=t.title,r=V(t,Hle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 363 242"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 0h363v242H0z"}),l.createElement("path",{fill:"#FFF",d:"M57 96.9 14.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"}),l.createElement("path",{fill:"#f30028",d:"m75.6 40.6 11.5 26.1 26.1 11.5-26.1 11.5-11.5 26.1-11.5-26.1L38 78.2l26.1-11.5z"}),l.createElement("path",{d:"M0 152.2h363v15.7H0zm0 31.4h363v15.7H0z",fill:"#FFDA44"}))},L1e=function(t){var n=t.title,r=V(t,Vle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M513 210.9H202.2V342h-79.8V210.9H0v-79.8h122.4V0h79.8v131.1H513v61.2z"}),l.createElement("path",{fill:"#D80027",d:"M513 149.7v42.6H183.7V342H141V192.3H0v-42.6h141V0h42.7v149.7z"}))},j1e=function(t){var n=t.title,r=V(t,Gle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ef3340",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#00b5e2",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#509e2f",d:"M0 228h513v114H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{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"}),l.createElement("path",{d:"m297.6 142.2 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.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"})))},B1e=function(t){var n=t.title,r=V(t,Wle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#10338C",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#F6C500",d:"M99.9 0h342v342"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M19.9 21.1 40.3 6.2 60.9 21 54 0H26.7z"}),l.createElement("path",{d:"M92.3 25.5 84.4 1.3l-7.8 24.2H51.3l20.5 14.8-7.8 24 20.4-14.8L105 64.3l-7.9-24 20.5-14.9z"}),l.createElement("path",{d:"m136.3 69.2-7.8-24-7.8 24H95.5l20.4 14.9-7.8 24 20.4-14.8 20.6 14.8-7.8-24 20.4-14.9z"}),l.createElement("path",{d:"m179.4 112.3-7.8-24.1-7.8 24.1h-25.3l20.5 14.9-7.8 24 20.4-14.8 20.6 14.8-7.9-24 20.5-15z"}),l.createElement("path",{d:"m222.5 155.3-7.8-24-7.8 24h-25.4l20.6 15-7.8 24 20.4-14.9 20.4 14.9-7.8-24 20.6-15z"}),l.createElement("path",{d:"m265.6 198.4-7.8-24-7.8 24h-25.4l20.6 14.9-7.8 24.1 20.4-14.9 20.4 14.9-7.8-24.2 20.5-14.8z"}),l.createElement("path",{d:"m308.7 241.5-7.9-24-7.8 24h-25.3l20.5 14.8-7.9 24.2 20.6-14.9 20.4 14.8-7.8-24.1 20.5-14.8z"}),l.createElement("path",{d:"m351.7 284.6-7.8-24.2-7.8 24.2h-25.3l20.4 14.8-7.8 24.1 20.5-14.9 20.5 14.9-7.8-24.1 20.4-14.8z"}),l.createElement("path",{d:"m387 303.5-7.9 24.1-25.3.1 19.8 14.3h26.6l19.9-14.4h-25.3z"})))},H1e=function(t){var n=t.title,r=V(t,qle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ffc726",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342z",fill:"#00267f"}),l.createElement("path",{d:"m325.74 101.02-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"}))},V1e=function(t){var n=t.title,r=V(t,Ule);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#2d6e41",d:"M0 85.331h513v342H0z"}),l.createElement("circle",{fill:"#F40B32",cx:218.902,cy:256.5,r:115}))},G1e=function(t){var n=t.title,r=V(t,Yle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#fdda25",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#ef3340",d:"M342 0h171v342H342z"}))},W1e=function(t){var n=t.title,r=V(t,Xle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#3d944f",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#ef2b2d",d:"M0 0h513v171H0z"}),l.createElement("path",{fill:"#FFDA44",d:"m256 102.6 16.9 52h54.7l-44.2 32.2 16.8 52-44.2-32.1-44.2 32.1 16.8-52-44.2-32.2h54.7z"}))},q1e=function(t){var n=t.title,r=V(t,Zle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#00966e",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#d62612",d:"M0 228h513v114H0z"}))},U1e=function(t){var n=t.title,r=V(t,Kle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"m222.8 34.3-85.2 34.2 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.8H0V0h137.6z"}))},Y1e=function(t){var n=t.title,r=V(t,Jle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M215.9 170.7 0 314.6V26.8zM513 26.8v287.8L297.1 170.7z",fill:"#47a644"}),l.createElement("path",{fill:"#0052B4",d:"M513 26.8 296.1 170.7 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z"}),l.createElement("path",{fill:"#FFF",d:"M513 26.8 297.1 170.7 513 314.6V342h-40L256 197.4 39 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z"}),l.createElement("circle",{fill:"#FFF",cx:251.6,cy:170.7,r:100.2}),l.createElement("path",{d:"m251.4 103.6 7.4 12.9h14.8l-7.4 12.8 7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8H244zm38.8 66.7 7.4 12.9h14.8L305 196l7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.9l7.4-12.8-7.4-12.8h14.9zm-77.2 0 7.4 12.9h14.9l-7.4 12.8 7.4 12.8h-14.9l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8h14.8z",fill:"#D80027",stroke:"#47a644",strokeWidth:3}))},X1e=function(t){var n=t.title,r=V(t,Qle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#008751",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#fcd116",d:"M197 0h316v171H197z"}),l.createElement("path",{fill:"#e8112d",d:"M197 171h316v171H197z"}))},Z1e=function(t){var n=t.title,r=V(t,eue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M157.3 199.8s-9 43.9-19.3 40.4c-10.6-3.5-17.5-18.8-17.5-18.8L106 242.6s38.2 8.5 41 5.5c1.2-1.1 8.2-15.1 10.3-26.1v-22.2zm-56.1 60.5s-2.5 20.2-1.1 22.7c1.2 2.3 39.5 11.3 39.5 11.3s-25 16.5-29.7 20.5l-18.1-29.9-.7-24.6h10.1zm11.3-165.7s39.7 41.6 40.4 45.5c.7 3.7-4.2 3.2-4.2 3.2s-44.8-37.5-49.9-41.1c-5.4-3.5 13.7-7.6 13.7-7.6zm246.7 106.7s9 42.4 19.2 38.9c10.6-3.5 17.5-18.8 17.5-18.8l14.5 21.2s-37 8.5-39.8 5.5c-1.2-1.1-9.3-13.8-11.5-24.7l.1-22.1zm56 59s2.5 20.2 1.1 22.7c-1.2 2.3-39.5 11.3-39.5 11.3s25 16.5 29.7 20.5l18.1-29.9.7-24.6h-10.1zM403.9 94.6s-39.6 41.6-40.4 45.5c-.7 3.7 4.2 3.2 4.2 3.2s44.8-37.5 49.9-41.1c5.2-3.5-13.7-7.6-13.7-7.6z",fill:"#E6BC00"}),l.createElement("path",{d:"M99.4 104.7s17-.7 16.6-11.5c-.4-10.6-11.2-14.9-19.1-12.4-8 2.3-23 13.4-13.6 35.1 9.4 21.4 23.4 29.4 26.2 47.8 0 0-5.5 9.9-19.1.4-16.9-11.8-6.2-38.2-10.4-45-4.2-7.1-41-38.9-41-38.9s-30.2 39.4-18 74.9c17 49.2 51.7 32 64.6 36.8 0 0-42.1 62-49.6 67.1 0 0 24.1 8.3 47.8-18.8 0 0 5.8 9.7 7.1 20.2h10.3c4.8-26.2 51.5-64.3 49.9-82.3-1.8-21.3-49.2-49.5-51.7-73.4zM365.1 178c-1.6 18.1 45.1 56.1 49.9 82.3h10.3c1.2-10.4 7.1-20.2 7.1-20.2 23.7 27.1 47.8 18.8 47.8 18.8-7.4-5.1-49.6-67.1-49.6-67.1 12.9-4.8 47.7 12.4 64.6-36.8 12.2-35.6-18-74.9-18-74.9s-36.7 31.8-41 38.9c-4.2 6.7 6.5 33.2-10.4 45-13.7 9.5-19.1-.4-19.1-.4 2.8-18.4 16.8-26.4 26.2-47.8 9.4-21.6-5.7-32.8-13.6-35.1-8-2.5-18.8 1.8-19.1 12.4-.4 10.8 16.6 11.5 16.6 11.5-2.5 24-49.9 52.2-51.7 73.4z",fill:"#ADADAD"}),l.createElement("path",{fill:"#125ECC",d:"M157.3 87.1h201.8v145.5c0 16.1-9.7 21.4-21.9 31.8l-45.9 39.4c-18.2 15.6-47.9 15.6-66.1 0l-46-39.4c-12.1-10.4-21.9-15.7-21.9-31.8V87.1z"}),l.createElement("path",{fill:"#FFE600",d:"M200.6 147.7c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.4 14.4 14.4-6.5 14.4-14.4 14.4zm57.6-3c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.4 14.4 14.4-6.4 14.4-14.4 14.4zm57.7 3c-8 0-14.4-6.4-14.4-14.4s6.5-14.4 14.4-14.4 14.4 6.4 14.4 14.4-6.5 14.4-14.4 14.4zM215 274.4c-8 0-14.4-6.5-14.4-14.4 0-8 6.4-14.4 14.4-14.4s14.4 6.4 14.4 14.4-6.5 14.4-14.4 14.4zm43.2 14.5c-8 0-14.4-6.5-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.5 14.4 14.4-6.4 14.4-14.4 14.4zm43.2-14.5c-8 0-14.4-6.5-14.4-14.4 0-8 6.5-14.4 14.4-14.4s14.4 6.4 14.4 14.4c.1 8-6.4 14.4-14.4 14.4z"}),l.createElement("path",{fill:"#D60537",d:"M157.3 175.4h201.8V233H157.3v-57.6z"}),l.createElement("path",{fill:"#EACE00",d:"M142.9 43.8s57.6-14.4 115.3-14.4 115.3 14.4 115.3 14.4l-14.4 57.7s-50.5-14.4-100.9-14.4-100.9 14.4-100.9 14.4l-14.4-57.7z"}),l.createElement("path",{fill:"#7A6920",d:"M258.2 72.7c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.5 14.4 14.4-6.4 14.4-14.4 14.4zm57.7 5c-8 0-14.4-6.4-14.4-14.4s6.5-14.4 14.4-14.4 14.4 6.5 14.4 14.4-6.5 14.4-14.4 14.4zm-115.3 0c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4S215 55.3 215 63.2s-6.5 14.5-14.4 14.5z"}),l.createElement("circle",{fill:"#FFF",cx:258.2,cy:204.2,r:16.9}))},K1e=function(t){var n=t.title,r=V(t,tue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#c8102e",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#fff",stroke:"#000",strokeWidth:2,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"}),l.createElement("path",{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"}),l.createElement("circle",{fill:"#65B5D2",cx:383.65,cy:214.56,r:39.88}),l.createElement("circle",{fill:"#c8102e",cx:343.77,cy:194.63,r:19.94}),l.createElement("circle",{fill:"#c8102e",cx:423.52,cy:194.63,r:19.94}),l.createElement("circle",{fill:"#c8102e",cx:383.65,cy:154.75,r:19.94}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#c8102e"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},J1e=function(t){var n=t.title,r=V(t,nue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m0 193.74 513 127.19V214.26L0 97.08z"}),l.createElement("path",{fill:"#FFF",d:"M513 234.26v-86.67L0 20.41v86.67"}),l.createElement("g",{fill:"#D80027",stroke:"#231F20",strokeWidth:3,strokeMiterlimit:10},l.createElement("path",{d:"M306.4 134.01a50.28 50.28 0 0 1 6.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"}),l.createElement("path",{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.37zm-69.22-93.63h20.88l24.93 27.26v73.45h-26.28v-68.37zm270.76 0h-20.88l-24.93 27.26v73.45h26.27v-68.37z"})))},Q1e=function(t){var n=t.title,r=V(t,rue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#d52b1e",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#f9e300",d:"M0 114h513v114H0z"}),l.createElement("path",{fill:"#007934",d:"M0 228h513v114H0z"}))},ehe=function(t){var n=t.title,r=V(t,iue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012a87",d:"M0 342h513V0z"}),l.createElement("path",{fill:"#f9d90f",d:"M250.4 0H0v166.9z"}),l.createElement("path",{fill:"#dc171d",d:"m140.4 118.3 12.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"}),l.createElement("circle",{fill:"none",stroke:"#000",strokeWidth:9,strokeMiterlimit:10,cx:140.4,cy:160.6,r:57.7}))},the=function(t){var n=t.title,r=V(t,oue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#DC171D",d:"M512 342H0V.7h512V342z"}),l.createElement("path",{fill:"#012A87",d:"M512 342H0V171.3h512V342z"}),l.createElement("path",{fill:"#FFF",d:"M256 342 0 171.3 256 .7l256 170.7L256 342z"}),l.createElement("path",{fill:"#F9D90F",d:"m199.2 249.5 21.7-66.8-56.8-41.2h70.5L256 74.7l21.7 66.8h70.2l-56.8 41.2 21.7 66.8-56.8-41.3z"}))},nhe=function(t){var n=t.title,r=V(t,aue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",width:900,height:600},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h900v600H0z",fill:"#dc171d"}),l.createElement("path",{d:"M450 168.787 215.691 300 450 431.213 684.309 300z",fill:"#fff"}),l.createElement("path",{d:"M281.477 336.852V376h69.961l290.727-52.4V376h-93.668z",fill:"#dc171f"}),l.createElement("path",{d:"M188 288H20V20h418v128zm524 0h168V20H462v128zm-524 24H20v268h418V452zm524 0h168v268H462V452z",fill:"#012a87"}),l.createElement("path",{d:"m450 199.5 8.068 24.827h26.105l-21.12 15.346 8.067 24.827L450 249.157 428.88 264.5l8.066-24.827-21.119-15.345 26.105-.001z",fill:"#f9d90f"}),l.createElement("path",{d:"M281.477 336.852c2.712-8.848 8.614-12.77 16.594-10.995 4.94-18.73 27.739-22.07 36.786-12.857l22.273 22.37c4.837 2.251 12.207 3.095 17.326 3.095 6.33.1 5.621 3.005 10.91 3.106 14.096.27 51.143.458 57.857 0 2.75-.187 64.134-67.857 64.134-67.857 5.12-6.31 18.453-8.333 25.714-3.214 6.786 6.429 13.929 7.143 18.929 2.857 4.405-6.547 14.392-7.309 20.714-3.571l69.45 53.815L548.497 376H351.438l-69.96-39.148z",fill:"#008830"}))},rhe=function(t){var n=t.title,r=V(t,sue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012a87",d:"M0 342h513V0z"}),l.createElement("path",{fill:"#f9d90f",d:"M250.4 0H0v166.9z"}),l.createElement("path",{fill:"#dc171d",d:"m140.4 118.3 12.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"}),l.createElement("circle",{fill:"none",stroke:"#000",strokeWidth:9,strokeMiterlimit:10,cx:140.4,cy:160.6,r:57.7}))},ihe=function(t){var n=t.title,r=V(t,lue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#009b3a",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#fedf00",d:"m256.5 19.3 204.9 151.4L256.5 322 50.6 170.7z"}),l.createElement("circle",{fill:"#FFF",cx:256.5,cy:171,r:80.4}),l.createElement("path",{fill:"#002776",d:"M215.9 165.7c-13.9 0-27.4 2.1-40.1 6 .6 43.9 36.3 79.3 80.3 79.3 27.2 0 51.3-13.6 65.8-34.3-24.9-31-63.2-51-106-51zm119 20.3c.9-5 1.5-10.1 1.5-15.4 0-44.4-36-80.4-80.4-80.4-33.1 0-61.5 20.1-73.9 48.6 10.9-2.2 22.1-3.4 33.6-3.4 46.8.1 89 19.5 119.2 50.6z"}))},ohe=function(t){var n=t.title,r=V(t,uue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ffc72c",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0zm0 228h513v114H0z",fill:"#00778b"}),l.createElement("path",{d:"M256 171 0 342V0z"}))},ahe=function(t){var n=t.title,r=V(t,cue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FF7415",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M513 0H0v342"}),l.createElement("path",{fill:"none",stroke:"#FFF",strokeWidth:42,strokeMiterlimit: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"}))},she=function(t){var n=t.title,r=V(t,due);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#EF2B2D",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",className:"prefix__st1",d:"M139.9 0h93.3v342h-93.3z"}),l.createElement("path",{fill:"#FFF",className:"prefix__st1",d:"M0 119h513v104.1H0z"}),l.createElement("path",{fill:"#002868",d:"M163.2 0h46.6v342h-46.6z"}),l.createElement("path",{fill:"#002868",d:"M0 145h513v52H0z"}))},lhe=function(t){var n=t.title,r=V(t,fue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 238h513v104H0zM0 0h513v104H0z",fill:"#6da9d2"}),l.createElement("path",{d:"M0 125.5h513v89.656H0z"}))},uhe=function(t){var n=t.title,r=V(t,hue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#007C30",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#CE1720",d:"M0 230h513V0H0"}),l.createElement("path",{fill:"#FFF",d:"M100 230V0H0v342h513-413z"}),l.createElement("path",{d:"M28 159.6 8.6 128.2 28 97.4l19.3 30.8zm44.6 0-19.3-31.4 19.3-30.8L92 128.2zM28 241.2 8.6 209.8 28 179l19.3 30.8zm44.6 0-19.3-31.4L72.6 179 92 209.8z",fill:"#CE1720"}),l.createElement("path",{d:"m28 73.8-16.1-26L28 22.2l16 25.6zm44.6 0-16-26 16-25.6 16.1 25.6zM28 318l-16.1-26.1L28 266.3l16 25.6zm44.6 0-16-26.1 16-25.6 16.1 25.6z",fill:"none",stroke:"#CE1720",strokeWidth:7}))},che=function(t){var n=t.title,r=V(t,pue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#003e87",d:"M0 0h513v342H0z"}),l.createElement("circle",{fill:"#FFF",cx:260.9,cy:170.9,r:118.9}),l.createElement("circle",{fill:"none",stroke:"#6DA544",strokeWidth:18,strokeMiterlimit:10,cx:261.9,cy:173.1,r:94.5}),l.createElement("g",{stroke:"#000"},l.createElement("path",{fill:"#003e87",d:"m261.9 151.5-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"}),l.createElement("path",{fill:"#FFDA44",d:"M211.3 128.1h101.3v46.7H211.3z"})),l.createElement("path",{d:"M0 0h513v35H0zm0 306h513v35H0z",fill:"#ce1127"}))},dhe=function(t){var n=t.title,r=V(t,mue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h142v342H0zm371 0h142v342H371zm-64.5 206 50.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",fill:"red"}))},fhe=function(t){var n=t.title,r=V(t,gue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"green",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m422.7 252.4 6.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.2zm-46.6-136.3 6.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 129zm37-77.8 6.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.2zm51.8 58.4 6.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.2zm-28 68.1 4.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.6zM306.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.1zm.2.4-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",fill:"#FFDA44"}),l.createElement("path",{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"}))},hhe=function(t){var n=t.title,r=V(t,vue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M513 66.9V0H411.7L0 274.4V342h100.3z"}),l.createElement("path",{fill:"#D80027",d:"M513 0v40.1L60.2 342H0v-40.8L451.8 0z"}),l.createElement("path",{fill:"#FFDA44",d:"m93.6 31.2 16.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"}))},phe=function(t){var n=t.title,r=V(t,bue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#d21034",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 171h211.5v85.3H0zm300.5 0H512v85.3H300.5z",fill:"#3a9927"}),l.createElement("path",{fill:"#003082",d:"M0 0v85.3h211.5V0h89v85.3H513V0z"}),l.createElement("path",{d:"M300.5 85.3H512v85.3H300.5zM0 85.3h211.5v85.3H0z",fill:"#FFF"}),l.createElement("path",{d:"M300.5 342h-89v-86H0v86h513v-86H300.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",fill:"#ffce00"}))},mhe=function(t){var n=t.title,r=V(t,yue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#009739",d:"M0 0h900v600H0z"}),l.createElement("path",{d:"M0 600 600 0h300v600z",fill:"#ffd100"}),l.createElement("path",{d:"M900 0v600H300z",fill:"#dc241f"}))},ghe=function(t){var n=t.title,r=V(t,xue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 768 512"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"red",d:"M0 0h768v512H0V0z"}),l.createElement("path",{fill:"#FFF",d:"M336 96h96v112h112v96H432v112h-96V304H224v-96h112V96z"}))},vhe=function(t){var n=t.title,r=V(t,wue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#009e60",d:"M342 0h171v342H342z"}),l.createElement("path",{fill:"#f77f00",d:"M0 0h171v342H0z"}))},bhe=function(t){var n=t.title,r=V(t,Eue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m384 71.4 5.3 16.2h17.1l-13.9 10.1 5.3 16.2-13.8-10-13.8 10 5.3-16.2-13.9-10.1h17.1zm-70.2 29.1 15.2 7.7 12.1-12.1-2.7 16.9 15.3 7.8-16.9 2.6-2.7 16.9-7.8-15.2-16.8 2.7 12.1-12.1zm-29.1 70.2 16.3-5.3v-17.1l10 13.8 16.3-5.3-10.1 13.9 10.1 13.8-16.3-5.3-10 13.8v-17.1zm29.1 70.2 7.7-15.3-12-12 16.8 2.6 7.8-15.2 2.7 16.9 16.9 2.7-15.3 7.7 2.7 16.9-12.1-12.1zM384 270l-5.3-16.3h-17.1l13.9-10-5.3-16.3 13.8 10 13.8-10-5.3 16.3 13.9 10h-17.1zm70.2-29.1-15.2-7.8-12.1 12.1 2.7-16.9-15.3-7.7 16.9-2.7 2.7-16.9 7.8 15.2 16.8-2.6-12.1 12zm29.1-70.2-16.3 5.2V193l-10-13.8-16.3 5.3 10.1-13.8-10.1-13.9 16.3 5.3 10-13.8v17.1zm-29.1-70.2-7.7 15.2 12 12.1-16.8-2.7-7.8 15.2-2.7-16.9-16.9-2.6 15.3-7.8-2.7-16.9 12.1 12.1z",fill:"#FFF"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},yhe=function(t){var n=t.title,r=V(t,Cue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M196 0h317v171H196z"}),l.createElement("path",{fill:"#0037A1",d:"M0 0h196v171H0z"}),l.createElement("path",{fill:"#FFF",d:"M98 24.5 113.1 71H162l-39.6 28.7 15.2 46.5L98 117.5l-39.6 28.7 15.2-46.5L34 71h48.9z"}))},xhe=function(t){var n=t.title,r=V(t,Sue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ce1126",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#007a5e",d:"M0 0h171v342H0z"}),l.createElement("path",{d:"M342 0h171v342H342zm-86 102.2 17.2 53H329L283.9 188l17.2 53-45.1-32.7-45.1 32.7 17.2-53-45.1-32.8h55.8z",fill:"#fcd116"}))},whe=function(t){var n=t.title,r=V(t,Iue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m226.8 239.2-9.7-15.6-17.9 4.4 11.9-14.1-9.7-15.6 17.1 6.9 11.8-14.1-1.3 18.4 17.1 6.9-17.9 4.4zM290.6 82l-10.1 15.4 11.6 14.3-17.7-4.8-10.1 15.5-1-18.4-17.7-4.8 17.2-6.6-1-18.4 11.6 14.3zm-54.4-56.6-2 18.3 16.8 7.6-18 3.8-2 18.3-9.2-16-17.9 3.8 12.3-13.7-9.2-15.9 16.8 7.5zm56.6 136.4-14.9 10.9 5.8 17.5-14.9-10.8-14.9 11 5.6-17.6-14.9-10.7 18.4-.1 5.6-17.6 5.8 17.5zM115 46.3l17.3 53.5h56.2l-45.4 32.9 17.3 53.5-45.4-33-45.5 33 17.4-53.5-45.5-32.9h56.3z",fill:"#FFDA44"}))},Ehe=function(t){var n=t.title,r=V(t,Aue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 256.5h513V342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 171h513v85.5H0z"}))},Che=function(t){var n=t.title,r=V(t,Mue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 114h513v114H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 285h513v57H0zM0 0h513v57H0z"}))},She=function(t){var n=t.title,r=V(t,$ue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FF9811",d:"M0-40.8v422.9-211.4z"}),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v68.3H0zm0 136.5h513v68.3H0zm0 136.6h513v68.3H0z",fill:"#0052B4"}),l.createElement("path",{fill:"#D80027",d:"M256 170.7 0 342V0z"}),l.createElement("path",{fill:"#FFF",d:"m86.5 111.4 12.7 39.2h41.3l-33.4 24.2 12.8 39.3-33.4-24.2-33.4 24.2 12.8-39.3-33.4-24.2h41.2z"}))},Ihe=function(t){var n=t.title,r=V(t,Rue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#003893",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#cf2027",d:"M0 182.2h513v41.4H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 140.8h513v41.4H0zm0 82.8h513V265H0z"}),l.createElement("path",{d:"m150.4 70 6.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.2zm0 209.7 6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-17.9-13h22.2zm-97.6-70.9 6.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.3zm-66.3 71H46l6.8-21.1 6.9 21.1h22.2l-18 13.1 6.9 21.1-18-13-17.9 13 6.8-21.1zm48.4 148.9 6.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.2zm66.4 71h-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.1zm-48.4 148.9-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",fill:"#f7d116",stroke:"#000"}))},Ahe=function(t){var n=t.title,r=V(t,Nue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#002b7f",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#f9e814",d:"M0 233.5h513v51H0z"}),l.createElement("path",{d:"m168.7 86.5 12.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.8zm-83.3-54 7.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",fill:"#FFF"}))},Mhe=function(t){var n=t.title,r=V(t,Pue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0021ad",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#1c8a42",d:"M0 0h513v342"}),l.createElement("path",{d:"m77.6 272 5.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 3zm-37.1-98.9 5.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 3zm37.1-80.9 5.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 104zm46.1 62.9 5.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 3zm-32.9 54 4.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",fill:"#FFF"}),l.createElement("circle",{fill:"#ffc639",cx:267.1,cy:170.7,r:74.5}),l.createElement("path",{fill:"#1c8a42",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"}),l.createElement("path",{fill:"#ffc639",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"}))},$he=function(t){var n=t.title,r=V(t,Oue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#DB7D00",d:"M141.7 154.7s.2 67.1 74.7 65.3l4.5 13.9h8.9s-7.4-41.1 60.1-41.5c0 0 0-27.6 27.6-27.6H359s-66-51.8 58.9-118l1.8-13.1s-129.9 71-198.9 57.2c0 0 10.7 42.5-10.8 42.5-10.8 0-9.7-8.1-32.3-8.1-18.7 0-17.3 19.7-26.3 19.5-8.9-.2-18.8-12.3-19.6-10.2-.7 2.1 9.9 20.1 9.9 20.1z"}),l.createElement("g",{fill:"#006651"},l.createElement("path",{d:"M237.2 308.1c6.9-5 13-6.6 22.4-8.3s19.4-4.4 24.6-5.8-17.7 6.6-23.5 8.3c-5.8 1.6-23.5 5.8-23.5 5.8zm37.9-14.7c-1.9-11.9 2.8-24.3 13.5-29.3 2.5 8.6-5.2 23.2-13.5 29.3zm18.2-6.2c-5.8-9.8 4-22.6 11.1-28.8 3.3 6-2.5 23.7-11.1 28.8zm16.9-7.6c-6.2-8.4 1.1-23.2 8.8-29 3.1 8.2.1 23.2-8.8 29zm16.9-10.6c-5.6-8-1.7-20.4 6.3-28.4 5.8 6.6.9 21-6.3 28.4zm13.5-10.7c-4.7-7.5 1.1-25.4 8.6-30.4 3.3 6.6.8 25.4-8.6 30.4zm10.8-2.8c-1.4-10.8 17.4-22.7 25.2-22.4-.9 8.9-8.9 18.6-25.2 22.4zm-10.5 12.2c8.8-9.1 26-9.1 32.1-7.2-1.7 5.3-21.9 16.9-32.1 7.2z"}),l.createElement("path",{d:"M328.7 276.8c12.4-3.3 20.5-6.1 27.9 1.7-5.2 6.6-25.4 4.7-27.9-1.7zm-17.7 8c11.9-6.4 26.3 3 28.5 8.6-13.3 5.5-28.7-7.2-28.5-8.6zm-16.3 9.2c10.8-4.1 23.2 1.4 28.2 7.5-5.8 2.7-21 5.7-28.2-7.5zm-14.9 4.7c12.4-1.4 24.4 8 27 13.4-15.9 1.5-22-3.2-27-13.4zm-4 9.4c-6.9-5-13-6.6-22.4-8.3-9.4-1.7-19.4-4.4-24.6-5.8-5.3-1.4 17.7 6.6 23.5 8.3 5.8 1.6 23.5 5.8 23.5 5.8zm-37.9-14.7c1.9-11.9-2.8-24.3-13.5-29.3-2.5 8.6 5.2 23.2 13.5 29.3zm-18.2-6.2c5.8-9.8-4-22.6-11.1-28.8-3.3 6 2.5 23.7 11.1 28.8zm-16.9-7.6c6.2-8.4-1.1-23.2-8.8-29-3.1 8.2-.1 23.2 8.8 29zM185.9 269c5.6-8 1.7-20.4-6.3-28.4-5.8 6.6-.9 21 6.3 28.4zm-13.5-10.7c4.7-7.5-1.1-25.4-8.6-30.4-3.3 6.6-.8 25.4 8.6 30.4zm-10.8-2.8c1.4-10.8-17.4-22.7-25.2-22.4.9 8.9 8.9 18.6 25.2 22.4zm10.5 12.2c-8.8-9.1-26-9.1-32.1-7.2 1.7 5.3 21.9 16.9 32.1 7.2z"}),l.createElement("path",{d:"M184.3 276.8c-12.4-3.3-20.5-6.1-27.9 1.7 5.2 6.6 25.4 4.7 27.9-1.7zm17.7 8c-11.9-6.4-26.3 3-28.5 8.6 13.3 5.5 28.7-7.2 28.5-8.6zm16.3 9.2c-10.8-4.1-23.2 1.4-28.2 7.5 5.8 2.7 21 5.7 28.2-7.5zm14.9 4.7c-12.4-1.4-24.4 8-27 13.4 15.9 1.5 22-3.2 27-13.4z"})))},Rhe=function(t){var n=t.title,r=V(t,Tue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#11457e",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#d7141a",d:"M513 171v171H0l256.5-171z"}),l.createElement("path",{fill:"#FFF",d:"M513 0v171H256.5L0 0z"}))},Nhe=function(t){var n=t.title,r=V(t,Fue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 228h513v114H0z"}))},Phe=function(t){var n=t.title,r=V(t,_ue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#12ad2b",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#6ab2e7",d:"M513 0v166.7L0 170.8V0z"}),l.createElement("path",{fill:"#FFF",d:"M256 170.7 0 342V0z"}),l.createElement("path",{fill:"#d7141a",d:"m89.8 92.5 17 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"}))},Ohe=function(t){var n=t.title,r=V(t,Due);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#c60c30",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M190 0h-60v140H0v60h130v142h60V200h323v-60H190z"}))},The=function(t){var n=t.title,r=V(t,zue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#496E2D",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 110.7v120h513v-120z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 110.7h513v40H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 190.7h513v40H0z"}),l.createElement("path",{d:"M196 0h120v342H196z"}),l.createElement("path",{fill:"#FFDA44",d:"M196 0h40v342h-40z"}),l.createElement("path",{fill:"#FFF",d:"M274.7 0h40v342h-40z"}),l.createElement("circle",{fill:"#D80027",cx:256,cy:170.7,r:123.1}),l.createElement("path",{d:"m256 58.6 4.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.8zm-40.7 56h15l4.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.3zm0 69.3 12.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.3zm40.7 56.1 4.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.9zm65.9 21.4-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-15zm65.9-21.4-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.8zm40.7-56.1h-15l-4.6 14.3-4.7-14.3h-15l12.2-8.8-4.7-14.3L343 191l12.1-8.8-4.6 14.3zm0-69.3-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.2zm-40.7-56-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.8zM279.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",fill:"#496E2D"}))},Fhe=function(t){var n=t.title,r=V(t,kue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 216h211v126H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 0h211v126H0z"}),l.createElement("path",{fill:"#D80027",d:"M302 0h211v126H302z"}),l.createElement("path",{fill:"#0052B4",d:"M302 216h211v126H302z"}),l.createElement("g",{stroke:"#FFF",strokeWidth:5,strokeMiterlimit:10},l.createElement("path",{fill:"#0052B4",d:"M256 130h-49.9v49.4s19.5 6 49.9 6V130z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#0052B4",d:"M256 235.3c27.5 0 49.9-22.3 49.9-49.9v-6s-19.5 6-49.9 6v49.9z"}),l.createElement("path",{fill:"#D80027",d:"M256 130v55.4c30.4 0 49.9-6 49.9-6V130H256z"})))},_he=function(t){var n=t.title,r=V(t,Lue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#41662E",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M256.5 0H513v342H256.5z"}),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"m341.5 105.3-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"}),l.createElement("path",{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"})))},Dhe=function(t){var n=t.title,r=V(t,jue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 170.7h513V256H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 256h513v85.3H0z"}),l.createElement("circle",{fill:"#FFDA44",cx:256,cy:171,r:60}),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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"}))},zhe=function(t){var n=t.title,r=V(t,Bue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#111",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#368FD8",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 228h513v114H0z"}))},khe=function(t){var n=t.title,r=V(t,Hue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{d:"M0 228h513v114H0z"}),l.createElement("path",{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"}))},Lhe=function(t){var n=t.title,r=V(t,Vue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#428823",d:"M0 228h513v114H0z"}),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M256 171 0 342V0zm53.1 0c0-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-5.1-34.6-24.2-34.6-46.8z"}),l.createElement("path",{d:"m365 129.2 10.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"})))},jhe=function(t){var n=t.title,r=V(t,Gue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#56AF35",d:"M0 0h513v171H0z"}),l.createElement("path",{fill:"#D80027",d:"m0 342 513-171L0 0v342z"}),l.createElement("g",{fill:"#ffc945"},l.createElement("path",{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"}),l.createElement("circle",{cx:119.5,cy:148.3,r:17.5}),l.createElement("circle",{cx:148.9,cy:158.5,r:17.5}),l.createElement("circle",{cx:134.7,cy:135.2,r:17.5}),l.createElement("circle",{cx:119.5,cy:172.7,r:17.5}),l.createElement("circle",{cx:149.9,cy:182.8,r:17.5}),l.createElement("circle",{cx:122.5,cy:198,r:17.5}),l.createElement("circle",{cx:145.9,cy:205.2,r:17.5})))},Bhe=function(t){var n=t.title,r=V(t,Wue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",width:810,height:540},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FCDD09",d:"M0 0h810v540H0z"}),l.createElement("path",{stroke:"#DA121A",strokeWidth:60,d:"M0 90h810m0 120H0m0 120h810m0 120H0"}))},Hhe=function(t){var n=t.title,r=V(t,que);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h22.5v15H0V0z"}),l.createElement("path",{fill:"#D03433",d:"M0 0h22.5v4H0V0zm0 11h22.5v4H0v-4z"}),l.createElement("path",{fill:"#FBCA46",d:"M0 4h22.5v7H0V4z"}),l.createElement("path",{fill:"#FFF",d:"M7.8 7h1v.5h-1V7z"}),l.createElement("path",{fill:"#A41517",d:"M7.2 8.5c0 .3.3.5.6.5s.6-.2.6-.5L8.5 7H7.1l.1 1.5zM6.6 7c0-.3.2-.5.4-.5h1.5c.3 0 .5.2.5.4V7l-.1 1.5c-.1.6-.5 1-1.1 1-.6 0-1-.4-1.1-1L6.6 7z"}),l.createElement("path",{fill:"#A41517",d:"M6.8 7.5h2V8h-.5l-.5 1-.5-1h-.5v-.5zM5.3 6h1v3.5h-1V6zm4 0h1v3.5h-1V6zm-2.5-.5c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5v.2c0 .2-.1.3-.3.3H7c-.1 0-.2-.1-.2-.2v-.3z"}))},Vhe=function(t){var n=t.title,r=V(t,Uue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#20AA46",d:"M0 0h22.5v5H0V0z"}),l.createElement("path",{fill:"#E92F3B",d:"M0 10h22.5v5H0v-5z"}),l.createElement("path",{fill:"#FADF50",d:"M0 5h22.5v5H0V5z"}),l.createElement("circle",{fill:"#205CCA",cx:11.3,cy:7.5,r:5.2}),l.createElement("g",{stroke:"#FFDB3D",fill:"none"},l.createElement("path",{d:"m11.3 8.8-2.1 1.5.8-2.4-2-1.5h2.5l.8-2.3.8 2.3h2.6l-2.1 1.5.8 2.4-2.1-1.5zm-1-2.4h1.9M9.9 7.8l1.3 1m.8-2.6.7 1.8M10 7.9l.6-1.8M11 9l1.6-1.1",strokeWidth:.5}),l.createElement("path",{d:"m8.7 3.9 1.1 1.6m4-1.7-1 1.6m-1.5 4.7V12M8.9 8.3 7.1 9m8.4 0-1.8-.7",strokeWidth:.25})))},Ghe=function(t){var n=t.title,r=V(t,Yue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 810 540"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#039",d:"M0 0h810v540H0z"}),l.createElement("path",{fill:"#FC0",d:"m404.951 59.865 6.735 20.718h21.894l-17.633 12.812 6.638 20.74-17.634-12.812-17.634 12.812 6.736-20.729-17.633-12.812h21.796zm-90 24 6.735 20.718h21.894l-17.633 12.812 6.638 20.74-17.634-12.812-17.634 12.812 6.736-20.729-17.633-12.812h21.796zm-66 66 6.735 20.718h21.894l-17.633 12.812 6.638 20.74-17.634-12.812-17.634 12.812 6.736-20.729-17.633-12.812h21.796zm-24 89.999 6.735 20.719h21.894l-17.633 12.813 6.638 20.74-17.634-12.813-17.634 12.813 6.736-20.731-17.633-12.811h21.796zm24 90.001 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm66 66 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm180-312 6.735 20.718h21.894l-17.633 12.812 6.637 20.74-17.633-12.812-17.635 12.812 6.737-20.729-17.633-12.812h21.795zm66 66 6.735 20.718h21.894l-17.633 12.812 6.637 20.74-17.633-12.812-17.635 12.812 6.737-20.729-17.633-12.812h21.795zm24 90 6.735 20.718h21.894l-17.633 12.813 6.638 20.74-17.634-12.813-17.634 12.813 6.736-20.731-17.633-12.811h21.796zm-24 90 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm-156 90 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm90-24.001 6.735 20.719h21.894l-17.633 12.812 6.639 20.74-17.635-12.812-17.633 12.812 6.735-20.73-17.633-12.811h21.797z"}))},Whe=function(t){var n=t.title,r=V(t,Xue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#2E52B2",d:"M513 129.3V212H203.7v130H121V212H0v-82.7h121V0h82.7v129.3z"}))},qhe=function(t){var n=t.title,r=V(t,Zue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#62B5E5",d:"M0 0h513v342H0z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#c8102e",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"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},Uhe=function(t){var n=t.title,r=V(t,Kue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})),l.createElement("path",{fill:"#2a7fff",d:"M311.2 190.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"}),l.createElement("path",{fill:"#FFF",d:"M311.2 190.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"}),l.createElement("path",{fill:"#3e6d1e",d:"M346.1 189.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.8s-19.1 4.8-19.1 4.8c-6.1 5.7-13.1 4-15.8-4 .1.1-5.4-16.5-5.4-16.5z"}),l.createElement("path",{fill:"#e5e5e5",d:"M356.4 175.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.1s-45.1 13.5-45.1 30.1c-.1 8.5 6.6 28.5 15 30.1z"}),l.createElement("path",{fill:"#FFF",d:"M355 266.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.5zM321.1 206c2.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"}))},Yhe=function(t){var n=t.title,r=V(t,Jue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m256 37.9 10.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.9zm132.8-132.8-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",fill:"#FFF"}))},Xhe=function(t){var n=t.title,r=V(t,Que);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0F61A5",d:"M513 214.5H206.2V342h-87.8V214.5H0v-87.7h118.4V0h87.8v126.8H513V192z"}),l.createElement("path",{fill:"#E50E3D",d:"M513 149.3V192H183.7v150H141V192H0v-42.7h141V0h42.7v149.3z"}))},Zhe=function(t){var n=t.title,r=V(t,ece);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},Khe=function(t){var n=t.title,r=V(t,tce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 228h513v114H0z"}))},Jhe=function(t){var n=t.title,r=V(t,nce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 136h513v70H0z"}),l.createElement("path",{fill:"#D80027",d:"M221.5 0h70v342h-70z"}))},Qhe=function(t){var n=t.title,r=V(t,rce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 136h513v70H0z"}),l.createElement("path",{fill:"#D80027",d:"M221.5 0h70v342h-70z"}),l.createElement("path",{fill:"#FFF",stroke:"#231F20",strokeMiterlimit:10,d:"m256.5 87.8-24 41.4h-48.8l24.7 42.1-24.7 42.1h48.8l24 42.1 24-42.1h48.8l-24.7-42.1 24.7-42.1h-48.8l-24-41.4z"}),l.createElement("path",{fill:"#D80027",d:"M258.6 130.6c-3.3 0-3.3 3.3-3.3 3.3V160h-2v-22s0-4-3.3-4c-4 0-4 4-4 4v23.4l-2 .7v-16.7s0-4-3.3-4c-4 0-4 4-4 4V174c0 6.7 3.3 13.4 8 17.4v14h24V194c6-3.3 10.7-9.4 12-16.7 0-4 1.3-7.3 2.7-10.7l2.7-9.4s.7-3.3-2.7-4.7-4.7 2-4.7 2l-5.3 12.7h-2v-31.4s0-3.3-3.3-3.3c-4 0-4 3.3-4 3.3v24h-1.3v-26.1c-.2.2-.2-3.1-4.2-3.1z"}),l.createElement("path",{fill:"#FFDA44",stroke:"#231F20",strokeMiterlimit:10,d:"M249.2 25.7V33h-7.3v14.7h7.3v14c-4-4-9.4-6-14.7-6-12.2-.1-22.1 9.6-22.3 21.8-.1 6.1 2.4 12 6.9 16.3v13.4h74.8V93.8c4-4.7 6.7-10 6.7-16-.2-12.2-10.3-21.9-22.4-21.6-5.3.1-10.4 2.1-14.3 5.6v-14h7.3V33.1h-7.3v-7.3l-14.7-.1z"}))},e0e=function(t){var n=t.title,r=V(t,ice);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#005EB8",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 302.1V342h59.9l196.6-131.1L453.1 342H513v-39.9L316.4 171 513 39.9V0h-59.9L256.5 131.1 59.9 0H0v39.9L196.7 171z"}))},t0e=function(t){var n=t.title,r=V(t,oce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v171H0z"}),l.createElement("path",{fill:"#529E3C",d:"M0 171h513v171H0z"}),l.createElement("path",{fill:"#D11C1C",d:"m201 259.8 28.2-4.8-21.8-10.3 14.9-8.4s25.2 21.2 25.2 14.4c0-7.3 23.7-4.1 22.7-14.4-1.3-14.1-26.2-1-30.6-18.7-2.5-9.9-10.3-8.6-10.3-8.6l-25.1 8.6-12.5 18.7-6.2-18.7s-14.6 11.9-19.5 18.7c-5.2 7.3-10.7 23.5-10.7 23.5l25.6 10.7-37.3-6.6-27.2 6.6-16.7 4.6 7.3-7.7-15-7.6 15-9-7.3-6.1 32.3 6.1s11.8-1.2 16.3-6.1c5.6-6.2 10.1-27.1 10.1-27.1l-14.8-8.6-11.6 21s-8-19.9-15.6-31c-5.7-8.3-24.3-27.3-24.3-27.3l-24 12.6 13.4-26.7s10.6-9.3 3.9-18.8c-6.8-9.5-12.4-30.9-12.4-30.9s14.1 24.4 19.2 22.5c7.2-2.7-9-25 0-28.9 6.5-2.9 7.6 25.5 7.6 25.5l7.3-13.9v17.3s-4.3 20.7 3 33c7.2 12.3 28.7 20.9 28.7 20.9s-5.6-12.3 0-36c3.8-16 17.2-43.4 23.6-52.1 3.3-4.6-26.7 17-26.7 17v-17l-28.6-2.9-7.3 8.3-18.3-30L104 83.1h34.6l-6.7-8.3H104s5.9-12.1 34.6-12.1l13.6-9.2s18.6.5 29 .9c9.3.4 26.1-11.5 26.1-11.5l4.7 11.5-11 17.3 11.1 11.4-4.7 7 8.1 11.5H201l11.1 17.9-11.1-6.3 6.4 17.3-6.4 17.8 28.2-9.5s0-25.6 10.3-37.2C271.1 69.2 322.6 43 322.6 43s-2.7 23.5 4.9 25.4c11.1 2.7 59.4-19.4 59.4-19.4s-29 31.3-23.1 34.1c3.2 1.5 8.5 7 8.5 7s-25.1 20.5-29.3 29.3c-4.2 8.8 6.1 19.4 6.1 19.4s-21.7 0-32.5 9.5c32.5 0 59.1 15.4 74.8 4 10.5-7.6-37.7-2.9-31.4-21.9 2.4-7.1 8.5-15.2 22.6-17.3s19.1 6.3 19.1 6.3l7.6-11.5h-22.4l40.6-39.6 5.3 51.1-13.7-11.4-6.2 19.2c14.6 44.6-52.8 54.1-52.8 54.1l41.6 27.8-14.8 4.2-4.2 41.7 19.1 15.5-25-6.6-49.2 11.2 9.8-15.3-20.6 4.1 13.7-13.1-13.7-6.1 17.6-4.9 22.1 15.2s11-14.2 12.2-21.7c1.3-7.8-4.8-24.2-4.8-24.2s-32.6-.7-44.1-3.5-18.2-11.9-18.2-11.9l-13.1 15.4s45.5 17.1 34.1 24.2c-2.6 1.7-15.7-3.2-15.7-3.2s-22.4 26.2-36.8 29.7c-6.5 1.6 18.3 10.7 18.3 10.7s-21.2-3.4-32-6.6c-11.3-3.4-44.4 6.6-44.4 6.6l-11-10.7zM383.9 138c3.1 0 5.7-2.6 5.7-5.7s-2.6-5.7-5.7-5.7-5.7 2.6-5.7 5.7 2.5 5.7 5.7 5.7z"}))},n0e=function(t){var n=t.title,r=V(t,ace);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M0 0h513v341.3H0V0z"}),l.createElement("path",{d:"M311.7 230 513 341.3v-31.5L369.3 230h-57.6zM200.3 111.3 0 0v31.5l143.7 79.8h56.6z"})),l.createElement("path",{d:"M393.8 230 513 295.7V230H393.8zm-82.1 0L513 341.3v-31.5L369.3 230h-57.6zm146.9 111.3-147-81.7v81.7h147zM90.3 230 0 280.2V230h90.3zm110 14.2v97.2H25.5l174.8-97.2zm-82.1-132.9L0 45.6v65.7h118.2zm82.1 0L0 0v31.5l143.7 79.8h56.6zM53.4 0l147 81.7V0h-147zm368.3 111.3L513 61.1v50.2h-91.3zm-110-14.2V0h174.9L311.7 97.1z",fill:"#012169"}),l.createElement("g",{fill:"#c8102e"},l.createElement("path",{d:"M288 0h-64v138.7H0v64h224v138.7h64V202.7h224v-64H288V0z"}),l.createElement("path",{d:"M311.7 230 513 341.3v-31.5L369.3 230h-57.6zm-168 0L0 309.9v31.5L200.3 230h-56.6zm56.6-118.7L0 0v31.5l143.7 79.8h56.6zm168 0L513 31.5V0L311.7 111.3h56.6z"})))},r0e=function(t){var n=t.title,r=V(t,sce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#c60a0a",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#3E8446",d:"m256.5 170.7-212 126.1V44.5z"}),l.createElement("path",{d:"m256.5 170.7 211 126.1h-423zm211-126.2-211 126.2-212-126.2z",fill:"#FFDA44"}),l.createElement("path",{fill:"#3E8446",d:"M467.5 44.5v252.3l-211-126.1z"}),l.createElement("path",{d:"m256.5 10.4 2.8 10.2H270l-8.6 6.3 3.3 10.2-8.2-6.3-9.2 6.3 3.3-10.2-8.6-6.3h10.7zm-86.4 0 3.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.7zm171.8 0 3.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.7zm-85.4 293.8 2.8 10.2H270l-8.6 6.3 3.3 10.2-8.2-6.3-9.2 6.3 3.3-10.2-8.6-6.3h10.7zm-86.4 0 3.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.7zm171.8 0 3.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",fill:"#FFDA44"}),l.createElement("circle",{fill:"#c60a0a",cx:244.5,cy:170.7,r:76.2}),l.createElement("path",{fill:"#FFDA44",d:"m244.5 110.1 13.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.8h44zm-136.8 57.7c4.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"}),l.createElement("circle",{fill:"#A2001D",cx:99.1,cy:182.1,r:7.4}))},i0e=function(t){var n=t.title,r=V(t,lce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#fff",d:"M0 0h22.5v15H0z"}),l.createElement("path",{fill:"#eb000e",d:"M9.8 6H0v3h9.8v6h3V9h9.8V6h-9.8V0h-3v6z"}),l.createElement("path",{fill:"#eb000e",d:"m17.3 2.7-.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 0-.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 9-.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 0-.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"}))},o0e=function(t){var n=t.title,r=V(t,uce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FDEB01",d:"m0 0 90 60H0z"}),l.createElement("path",{fill:"#58A846",d:"M90 0v60L0 0z"}),l.createElement("path",{fill:"#ED3D24",d:"m50.7 33.3 9.3-6.7H48.5L45 15.7l-3.5 10.9H30l9.3 6.7-3.6 11 9.3-6.7 9.3 6.7z"}))},a0e=function(t){var n=t.title,r=V(t,cce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M308 0H204v118.7H0v104h204V342h104V222.7h205v-104H308z"}),l.createElement("path",{fill:"#FFDA44",d:"m368.6 188 26 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"}))},s0e=function(t){var n=t.title,r=V(t,dce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#496E2D",d:"M0 228h513v114H0z"}),l.createElement("path",{d:"m255.9 113.8 14.1 43.4 40.4 3.2-37 26.9 19.5 40.3-37-26.9-37 26.9 14.1-43.5-36.9-26.9h45.7z"}))},l0e=function(t){var n=t.title,r=V(t,fce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 230h513v112H0z"}),l.createElement("path",{fill:"#D80027",stroke:"#000",strokeMiterlimit: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"}),l.createElement("path",{fill:"#FFDA44",stroke:"#000",strokeMiterlimit:10,d:"m264.9 235.5-24.2 18.2 19.1 14.3v31.3h-23.2v9h23v7.9h-23v9.3H270V268l19.1-14.3-24.2-18.2zm0 25.3-10.1-7.1 10.1-7.1 10.1 7.1-10.1 7.1z"}),l.createElement("path",{d:"M239.6 209.7v-27.9s.1-22.3 25-22.3c24.8 0 25.7 22 25.7 22v28.2h-50.7zm-69.1 0v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8z"}),l.createElement("path",{d:"M169.1 209.7v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zm151.8 0v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zm8.4-77.7v-15.7s.1-12.1 11.3-12.1c11.3 0 11.7 11.9 11.7 11.9V132h-23zm-78.8 0v-23.7s.1-18.3 14.3-18.3c14.2 0 14.7 18 14.7 18v24h-29zm-73 0v-15.7s.1-12.1 11.3-12.1 11.7 11.9 11.7 11.9V132h-23z"}))},u0e=function(t){var n=t.title,r=V(t,hce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M513 0v171H0V0z"}),l.createElement("circle",{fill:"#FFF",cx:185.8,cy:171.2,r:117.8}),l.createElement("path",{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"}))},c0e=function(t){var n=t.title,r=V(t,pce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#cf0d19",d:"M0 0h513v100H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 121h513v100H0z"}),l.createElement("path",{fill:"#1a7e25",d:"M0 242h513v100H0z"}))},d0e=function(t){var n=t.title,r=V(t,mce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h512v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M342 0h171v342H342z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h171v342H0z"}))},f0e=function(t){var n=t.title,r=V(t,gce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},h0e=function(t){var n=t.title,r=V(t,vce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 0h513v113.8H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 227.6h513V342H0z"}),l.createElement("path",{fill:"#0070C8",d:"M126 171 0 342V0z"}),l.createElement("path",{fill:"none",stroke:"#000",strokeMiterlimit: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"}),l.createElement("path",{fill:"#786145",d:"M264.5 179.8h9.8l4 25.8h-17.8z"}),l.createElement("path",{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"}),l.createElement("path",{d:"m230.7 120 1.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.8zm15.3 0 1.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.8zm15.3 0 1.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.8zm15.8 0 1.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.7zm16 0 1.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.7zm15 0 1.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",fill:"#FFDA00",stroke:"#000",strokeMiterlimit:10}))},p0e=function(t){var n=t.title,r=V(t,bce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("g",{fill:"#0d5eaf"},l.createElement("path",{d:"M0 0h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z"}),l.createElement("path",{d:"M0 0h190v190H0z"})),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M0 76h190v38H0z"}),l.createElement("path",{d:"M76 0h38v190H76z"})))},m0e=function(t){var n=t.title,r=V(t,yce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})),l.createElement("ellipse",{fill:"#FFF",cx:443.4,cy:233.6,rx:29,ry:43.5}),l.createElement("ellipse",{fill:"#FFCE00",cx:406.9,cy:317.7,rx:22,ry:9.3}),l.createElement("ellipse",{fill:"#FFCE00",cx:364,cy:317.7,rx:22,ry:9.3}),l.createElement("path",{fill:"#39B200",d:"m342 190.1 43.4 86.9 43.5-86.9z"}),l.createElement("ellipse",{fill:"#9B9B9B",cx:327.5,cy:233.6,rx:29,ry:43.5}),l.createElement("path",{fill:"#757575",d:"m371 175.6-14.5 14.5h57.9l-14.5-14.5 14.5-43.5s-13-29-29-29-29 29-29 29l14.6 43.5z"}),l.createElement("circle",{fill:"#C6B56F",cx:385.4,cy:67,r:29}),l.createElement("circle",{fill:"#923f00",cx:386,cy:88.7,r:29}),l.createElement("circle",{fill:"#FFF",cx:443.4,cy:117.7,r:29}),l.createElement("circle",{fill:"#0049FF",cx:342.2,cy:146.7,r:29}),l.createElement("circle",{fill:"#0041F9",cx:429.8,cy:146.7,r:29}),l.createElement("circle",{fill:"#F7D71E",cx:386,cy:233.6,r:29}),l.createElement("circle",{fill:"#CEC851",cx:457.9,cy:190.1,r:29}),l.createElement("circle",{fill:"#FFF",cx:385.4,cy:289.5,r:29}),l.createElement("path",{fill:"#7C0B29",d:"m371 135.7 14.5-3.5 14.5 3.5c0 7.5-14.5 11-14.5 11s-14.5-3.5-14.5-11z"}),l.createElement("circle",{fill:"#FFF",cx:327.5,cy:117.4,r:29}))},g0e=function(t){var n=t.title,r=V(t,xce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342z",fill:"#338AF3"}),l.createElement("circle",{fill:"#DCC26D",cx:256,cy:155.8,r:25.5}),l.createElement("path",{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"}))},v0e=function(t){var n=t.title,r=V(t,wce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M11.1 11.1h489.7v319.1H11.1z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#1C8AE6",d:"M179.8 180.7h152.6l-29.3 64.9h-95.2z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#259C7B",d:"m256 157.5-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"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#FFF",d:"m217.8 170.7 25.5 38.2h-25.5v-38.2z"}),l.createElement("path",{fill:"none",stroke:"#D80027",strokeWidth:12,strokeMiterlimit: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"}))},b0e=function(t){var n=t.title,r=V(t,Ece);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#6DA544",d:"M0 0h512v342H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 0h512v171H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h182v342H0z"}),l.createElement("path",{d:"m98.3 109.8 15.1 46.5h48.9L122.8 185l15.1 46.5-39.6-28.7-39.5 28.7L73.9 185l-39.6-28.7h48.9z"}))},y0e=function(t){var n=t.title,r=V(t,Cce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#009E49",d:"M0 0h900v600H0V0z"}),l.createElement("path",{fill:"#FFF",d:"m0 0 947 300L0 600V0z"}),l.createElement("path",{fill:"#FFD00D",d:"M0 26.1 870 300 0 573.9V26.1z"}),l.createElement("path",{fill:"#2D2D2D",d:"m0 0 450 300L0 600V0z"}),l.createElement("path",{fill:"#D3132F",d:"m0 35 397.5 265L0 565V35z"}))},x0e=function(t){var n=t.title,r=V(t,Sce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 21 14"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h21v14H0V0z"}),l.createElement("path",{fill:"#EE1C25",d:"M0 0h21v14H0V0z"}),l.createElement("path",{fill:"#FFF",d:"M12 6.7c-.8-.5-1 .4-1 0 0-.8.9-1.5 2-1.5s2 .7 2 1.5c-.9 0-1 .5-1.5.5-.6 0-.7 0-1.5-.5zm1.2-.2c.1 0 .2-.1.2-.2s0-.3-.2-.3-.2.1-.2.2.1.3.2.3zm-1.8 2c.2-.9-.7-.8-.3-.9.8-.3 1.7.4 2 1.4.3 1.1 0 2.1-.8 2.4-.3-.9-.8-.8-.9-1.3-.1-.6-.2-.7 0-1.6zm.6 1.1c0 .1.2.2.3.2.1 0 .2-.2.2-.3s-.2-.2-.3-.2c-.2 0-.2.2-.2.3zM9.6 8.5c.9-.1.6-.9.8-.6.5.7.2 1.7-.7 2.4-.9.6-2 .6-2.5 0 .8-.6.6-1 .9-1.3.4-.4.5-.5 1.5-.5zm-.9.9c-.1 0-.2.2-.1.3s.3.2.4.1.1-.3 0-.4-.2-.1-.3 0zM9 6.7c.3.9 1 .3.8.6-.5.7-1.6.7-2.5 0-.9-.6-1.2-1.7-.7-2.4.8.6 1.1.2 1.5.5.4.4.5.4.9 1.3zm-1.1-.6c-.1-.1-.3 0-.4.1s-.1.3 0 .4c.1.1.3 0 .3-.1.2-.1.2-.3.1-.4zm2.6-.5c-.7.6.1 1.1-.3 1-.8-.3-1.2-1.4-.8-2.4.3-1 1.3-1.7 2-1.4-.3.9.2 1.1 0 1.6-.1.5-.2.6-.9 1.2zm.2-1.2c0-.1 0-.3-.1-.3s-.3 0-.3.1 0 .3.2.3c0 .1.1 0 .2-.1z"}))},w0e=function(t){var n=t.title,r=V(t,Ice);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})),l.createElement("path",{d:"m189.2 212.6 11 22.9 24.7-5.7-11.1 22.8 19.9 15.8L209 274v25.4l-19.8-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zm197.9 28.5 5.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.9-2.6 9.5-7.5-5.3-10.9 11.9 2.7zm-48.6-116 5.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.6v-12.1l-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zm48.6-66.2 5.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.9 11.9 2.7zm42.4 49.7 5.3 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.5-7.6-9.4 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zm-30.3 57.9 4.1 12.7h13.3l-10.8 7.8 4.1 12.6-10.7-7.8-10.8 7.8 4.1-12.6-10.7-7.8h13.3z",fill:"#FFF"}))},E0e=function(t){var n=t.title,r=V(t,Ace);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0zm0 228h513v114H0zm203.5-110.1 6.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-1zm105 0 6.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-1zm-52.5 29.7 6.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-1zm105 0 6.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",fill:"#338AF3"}))},C0e=function(t){var n=t.title,r=V(t,Mce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 228h513v114H0z"}),l.createElement("path",{d:"M309.3 113.2v-44l17.5-14.4 17.7 14.4v44zm-105.6 0v-44l-17.3-14.4-17.9 14.4v44zm35.2 0v-44l17.6-14.4 17.6 14.4v44z",fill:"#338AF3"}),l.createElement("path",{d:"M309.3 113.2h-35.2v-44l17.5-14.4 17.7 14.4zm-70.4 0h-35.2v-44l17.5-14.4 17.7 14.4z",fill:"#0052B4"}),l.createElement("path",{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"}),l.createElement("path",{d:"M168.5 113.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm35.2 35.2h35.2V254h-35.2zm35.2-35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-35.2 35.2h35.2V254h-35.2zm35.2 55.5c8.6-5.4 16.2-12.3 22-20.3h-22v20.3zM181.7 254c5.8 8 13.3 14.9 22 20.4V254h-22zm57.2 0v33.7c7.2 1.2 13.3 1.5 17.6 1.5 4.3 0 10.4-.3 17.6-1.6V254h-35.2z",fill:"#D80027"}))},S0e=function(t){var n=t.title,r=V(t,$ce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#A2001D",d:"M0 0h513v172H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 172h513v172H0z"}),l.createElement("path",{fill:"#FFF",d:"m381.4 251.5-110.7-13.8-110.8 13.8V85.4h221.5z"}),l.createElement("circle",{fill:"#0052B4",cx:270.7,cy:182.3,r:55.4}),l.createElement("circle",{fill:"#A2001D",cx:270.7,cy:182.3,r:27.7}),l.createElement("path",{fill:"#6DA544",d:"M229.1 113.1h83.1l-41.5 41.5z"}),l.createElement("path",{fill:"#FFDA44",d:"M256.8 140.8h27.7v83h-27.7z"}),l.createElement("path",{fill:"#6DA544",d:"M314.9 215.5h-88.5l-66.5 36h221.5z"}))},I0e=function(t){var n=t.title,r=V(t,Rce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 228h513v114H0z"}))},A0e=function(t){var n=t.title,r=V(t,Nce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 300 200"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#fc0",d:"M0 0h300v200H0z"}),l.createElement("path",{fill:"#0768a9",d:"M0 0h200v200H0z"}),l.createElement("path",{fill:"#fff",d:"M0 0h100v200H0z"}))},M0e=function(t){var n=t.title,r=V(t,Pce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#E00",d:"M0 0h513v171H0z"}))},$0e=function(t){var n=t.title,r=V(t,Oce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#FF9811",d:"M342 0h171v342H342z"}))},R0e=function(t){var n=t.title,r=V(t,Tce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{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 171 276 204.2h-38.9L219.8 171l17.2-33.2h38.9l17.3 33.2zm-36.7-71.8 11.9 23.3h-23.9l12-23.3zm-58.3 38.6h23.9l-10.8 21-13.1-21zm0 66.4 13-22.1 11.9 22.1h-24.9zm58.3 37.5-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 256h512V320H0z",fill:"#2E52B2"}))},N0e=function(t){var n=t.title,r=V(t,Fce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#E52D42",d:"M0 0h513v342H0z"}),l.createElement("path",{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"}),l.createElement("path",{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"}))},P0e=function(t){var n=t.title,r=V(t,_ce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ff6820",d:"M0 0h513v114H0V0z"}),l.createElement("path",{fill:"#FFF",d:"M0 114h513v114H0V114z"}),l.createElement("path",{fill:"#046a38",d:"M0 228h513v114H0V228z"}),l.createElement("path",{fill:"none",stroke:"#07038d",strokeWidth:4,d:"M256.5 136.8c18.9 0 34.2 15.3 34.2 34.2s-15.3 34.2-34.2 34.2-34.2-15.3-34.2-34.2 15.3-34.2 34.2-34.2z"}),l.createElement("path",{d:"m265.3 138.2-17.6 65.7m17.6-65.7-17.6 65.7m25.8-62.3-34 58.9m41-53.5-48 48m53.4-41L227 188m62.3-25.8-65.7 17.6m66.9-8.8h-68m66.8 8.8-65.7-17.6m62.3 25.8L227 154m53.5 41-48-48m41 53.4-34-58.9m25.8 62.3-17.6-65.7m8.8 66.9v-68m-8.8 66.8 17.6-65.7m-25.8 62.3 34-58.9m-41 53.5 48.1-48.1M227.1 188l58.9-34m-62.3 25.8 65.7-17.6m-66.9 8.8h68m-66.8-8.8 65.7 17.6M227.1 154l58.9 34m-53.5-41 48.1 48.1m-41.1-53.5 34 58.9m-25.8-62.3 17.6 65.7",stroke:"#07038d",strokeWidth:2}))},O0e=function(t){var n=t.title,r=V(t,Dce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0-.3h513V342H0V-.3z"}),l.createElement("path",{fill:"#012169",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"}),l.createElement("g",{strokeWidth:2,strokeMiterlimit:10},l.createElement("path",{d:"M389.8 119.9H408v78.8h-18.3l.1-78.8zm0 117.8H408v75.1h-18.3l.1-75.1z",fill:"#a24300",stroke:"#000"}),l.createElement("path",{fill:"#006d00",stroke:"#004100",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"}),l.createElement("path",{fill:"#fed100",stroke:"#525625",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"})),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},T0e=function(t){var n=t.title,r=V(t,zce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#CE1126",d:"M0 0h513v114H0z"}),l.createElement("path",{d:"M0 228h513v114H0z"}),l.createElement("path",{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.1zm49.6 29.8v-59.6H249v79.5h33.1v-19.9zm66.2 0v-59.6h-19.8v59.6h-6.6v-19.8h-19.9v39.7h59.6v-19.9z",fill:"#547C31"}))},F0e=function(t){var n=t.title,r=V(t,kce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h512v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 0h513v114H0z"}),l.createElement("path",{d:"M0 227.9h513v114H0zm278.8-93.1c.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",fill:"#D80027"}),l.createElement("path",{d:"M44.6 98.9h22.3v24.4H44.6zM0 98.9h22.3v24.4H0zm89.2 0h22.3v24.4H89.2zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4H223zm44.7 0H290v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0H513v24.4h-22.3zm-446.1 118h22.3v25.5H44.6zm-44.6 0h22.3v25.5H0zm89.2 0h22.3v25.5H89.2zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5H223zm44.7 0H290v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0H513v25.5h-22.3z",fill:"#FFF",opacity:.5}))},_0e=function(t){var n=t.title,r=V(t,Lce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M513 210.6H202.2v130.7h-79.8V210.6H0v-79.8h122.4V0h79.8v130.8H513v18.5l-1 42.7z"}),l.createElement("path",{fill:"#D80027",d:"M513 149.3V192H183.7v149.3H141V192H0v-42.7h141V0h42.7v149.3z"}))},D0e=function(t){var n=t.title,r=V(t,jce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#F4F5F0",d:"M342 0H0v341.3h512V0z"}),l.createElement("path",{fill:"#008C45",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#CD212A",d:"M342 0h171v342H342z"}))},z0e=function(t){var n=t.title,r=V(t,Bce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M301.8 171 513 30.2V0h-45.3L256.5 140.8 45.3 0H0v30.2L211.2 171 0 311.8V342h45.3l211.2-140.8L467.7 342H513v-30.2z"}),l.createElement("path",{fill:"#FFDA44",d:"m233.7 44.6 22.3 5.6 22.3-5.6 4-20.9-14.9 6.5L256 14.8l-11.4 15.4-14.9-6.5z"}),l.createElement("path",{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"}))},k0e=function(t){var n=t.title,r=V(t,Hce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#6DA544",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M215.9 171 0 314.6V26.8zM513 26.8v287.8L296.1 171z"}),l.createElement("path",{fill:"#0052B4",d:"M513 26.8 296.1 171 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4L215.9 171 0 26.8V0h40.1L256 143.9 471.9 0H513z"}),l.createElement("path",{fill:"#FFDA44",d:"M513 26.8 296.1 171 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4L215.9 171 0 26.8V0h40.1L256 143.9 471.9 0H513z"}))},L0e=function(t){var n=t.title,r=V(t,Vce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 228h513v114H0z"}),l.createElement("path",{fill:"#D80027",d:"M256.5 170.7 0 341.3V0z"}),l.createElement("path",{fill:"#FFF",d:"m77.9 139.5 7.9 16.4 17.8-4.1-8 16.5 14.3 11.3-17.8 4 .1 18.3-14.3-11.5-14.2 11.5v-18.3l-17.8-4 14.3-11.3-7.9-16.5 17.7 4.1z"}))},j0e=function(t){var n=t.title,r=V(t,Gce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h512v342H0z"}),l.createElement("circle",{fill:"#D80027",cx:256.5,cy:171,r:96}))},B0e=function(t){var n=t.title,r=V(t,Wce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h512v90.579H0z"}),l.createElement("path",{fill:"#496E2D",d:"M0 251h513v91H0z"}),l.createElement("path",{fill:"#A2001D",d:"M0 114h513v114H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"m323.3 54.5-25.6-11.8L256 137l-41.7-94.3-25.6 11.8 51.8 116.2-51.8 116.2 25.6 11.8 41.7-94.4 41.7 94.4 25.6-11.8-51.8-116.2z"}),l.createElement("path",{d:"M273.4 65.6c-9.9-10.8-17.4-17-17.4-17s-7.5 6.2-17.4 17v210.1c9.9 10.8 17.4 17 17.4 17s7.5-6.2 17.4-17V65.6z"})),l.createElement("path",{d:"M209 105.9v129.5c10.5 18.5 23.3 33.7 32.9 43.8V62.1c-9.6 10.1-22.4 25.3-32.9 43.8zm94 0c-10.5-18.5-23.3-33.7-32.9-43.8v217.2c9.6-10.1 22.4-25.3 32.9-43.8V105.9z",fill:"#A2001D"}),l.createElement("path",{d:"M303 105.9v129.5c10.6-18.8 18.8-41 18.8-64.8s-8.2-45.9-18.8-64.7zm-94 0v129.5c-10.6-18.8-18.8-41-18.8-64.8s8.2-45.9 18.8-64.7z"}))},H0e=function(t){var n=t.title,r=V(t,qce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M0 0h513v342H0z"}),l.createElement("circle",{cx:256,cy:171,r:171})),l.createElement("path",{fill:"#FFDA44",d:"M382.4 170.7 330.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"}),l.createElement("circle",{fill:"#D80027",cx:257.4,cy:170.7,r:71.6}),l.createElement("path",{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.1zm26.6 46.5c5.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.8zm59.4-71.2c-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.6zm-21.7 28.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",fill:"#FFDA44"}))},V0e=function(t){var n=t.title,r=V(t,Uce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0zm0 228h513v114H0z",fill:"#0052B4"}),l.createElement("path",{fill:"#FFF",d:"M303.5 196.6v-17.8h-11.9v-23.7l-11.9-11.9-11.8 11.9v-23.8L256 119.5l-11.9 11.8v23.8l-11.8-11.9-11.9 11.9v23.7h-11.9v17.8h-11.9v17.8h118.8v-17.8z"}))},G0e=function(t){var n=t.title,r=V(t,Yce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 450 300"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#CE1126",d:"M0 0h450v300H0V0z"}),l.createElement("g",{fill:"#FCD116"},l.createElement("circle",{cx:227.6,cy:161.2,r:56.2}),l.createElement("path",{d:"m254.1 73.4-23.7 26 28.6 6.5zm-51.5.2-4.8 33.1 28.5-8zm94.3 26.7-34.7 8.5 20.1 23.7zm-138.3-1.8 15.5 32.7 20.2-22.7zm159 45.3-34.4-9.9 5.6 29.5zm-182-2.6 31.9 19.8 5.2-27.7z"})),l.createElement("path",{fill:"#003F87",d:"M0 175h450v125H0V175z"}),l.createElement("path",{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"}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",fill:"#FCD116",d:"m183.2 48.3-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"}))},W0e=function(t){var n=t.title,r=V(t,Xce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v85.5H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 85.5h513V171H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 171h513v85.5H0z"}),l.createElement("path",{fill:"#6DA544",d:"M256.5 171 0 342V0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M68.6 170.7c0-24.9 17.5-45.6 40.8-50.7-3.6-.8-7.3-1.2-11.1-1.2-28.7 0-51.9 23.3-51.9 51.9s23.3 51.9 51.9 51.9c3.8 0 7.5-.4 11.1-1.2-23.3-5.1-40.8-25.9-40.8-50.7z"}),l.createElement("path",{d:"m108.9 126.1 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.2-7.3 5.2 2.8-8.5-7.2-5.3h8.9zm0 22.3 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.3-7.3 5.3 2.8-8.5-7.2-5.3h8.9z"}),l.createElement("path",{d:"m108.9 170.7 2.7 8.5h9l-7.3 5.2 2.8 8.5-7.2-5.2-7.3 5.2 2.8-8.5-7.2-5.2h8.9zm0 22.2 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.3-7.3 5.3 2.8-8.5-7.2-5.3h8.9z"})))},q0e=function(t){var n=t.title,r=V(t,Zce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M512 0H0v342"}),l.createElement("path",{fill:"#FFDA44",d:"M307.7 0 0 194.5V342h206.9L513 148.5V0z"}),l.createElement("path",{d:"M513 0H385.2L0 249.4V341l126.2 1L513 91.6z"}),l.createElement("path",{d:"m141.1 187 31.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",fill:"#FFF"}))},U0e=function(t){var n=t.title,r=V(t,Kce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#91DC5A",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v57.188H0zm0 284.1h513v57.177H0z",fill:"#0052B4"}),l.createElement("path",{fill:"#D80027",d:"M0 79.9h513v181.582H0z"}),l.createElement("circle",{fill:"#FFF",cx:190.33,cy:171,r:65.668}),l.createElement("path",{fill:"#D80027",d:"m190.3 105 14.8 45.3h47.7l-38.6 28.1 14.8 45.5-38.7-28.2-38.6 28.1 14.8-45.4-38.6-28.1h47.7z"}))},Y0e=function(t){var n=t.title,r=V(t,Jce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M84.6 107.8 132 36.6m-29.7 83 47.4-71.1m-29.6 83 47.4-71.1m177.9 221.3 47.4-71.1m-29.6 82.9 47.4-71.1m-29.6 83 47.4-71.1M132 305.4l-47.4-71.1m65.2 59.2-47.4-71.1m65.2 59.3-47.4-71.1m272.6-79.1-47.4-71.1m65.2 59.2-47.4-71.1m65.2 59.3L381 36.6",stroke:"#000",strokeWidth:14.25}),l.createElement("path",{d:"m357.3 238.2 59.3 39.5m-299.4-13.8L135 252m222.3-148.2L378 90m17.8-11.9 17.8-11.9",stroke:"#FFF",strokeWidth:12.5}),l.createElement("circle",{fill:"#CA163A",cx:256.5,cy:171,r:85.5}),l.createElement("path",{fill:"#0E4896",d:"M185.3 123.6c-13.1 19.6-7.8 46.2 11.9 59.3s46.2 7.8 59.3-11.9 39.6-24.9 59.3-11.9c19.6 13.1 24.9 39.6 11.9 59.3-26.2 39.3-79.3 49.9-118.6 23.7s-49.9-79.3-23.8-118.5z"}))},X0e=function(t){var n=t.title,r=V(t,Qce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 228h513v114H0z"}),l.createElement("path",{d:"M167 227.6 0 341.3V0l167 113.8z"}))},Z0e=function(t){var n=t.title,r=V(t,ede);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("g",{stroke:"#fff"},l.createElement("circle",{fill:"#059334",cx:384,cy:96.5,r:29.7}),l.createElement("path",{fill:"#c8102e",d:"M332.1 89H436v44.5H332.1z"}),l.createElement("path",{fill:"#fcea83",d:"M332.1 200.3V230h15.6c9.4 9.2 22.2 14.8 36.3 14.8 14.1 0 27-5.7 36.3-14.8h15.6v-29.7H332.1z"}),l.createElement("path",{fill:"#004b9e",d:"M332.1 126.1v44.5c0 39.8 51.9 51.9 51.9 51.9s51.9-12.2 51.9-51.9v-44.5H332.1z"}),l.createElement("path",{d:"M384 149.9c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9v20.8c13 0 13 11.9 26 11.9s13-11.9 26-11.9 13 11.9 26 11.9 13-11.9 26-11.9v-20.8c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9zm0-41.6c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9v20.8c13 0 13 11.9 26 11.9s13-11.9 26-11.9 13 11.9 26 11.9 13-11.9 26-11.9v-20.8c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9z",fill:"#F3F3F3"})),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},K0e=function(t){var n=t.title,r=V(t,tde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#36B6CC",d:"M0 0h513v342H0V0z"}),l.createElement("circle",{fill:"#FFD400",cx:256.5,cy:170.9,r:68.4}),l.createElement("path",{fill:"#FFD400",d:"m256.5 251.5-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.6V28.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-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.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-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.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V96.8zm0-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"}))},J0e=function(t){var n=t.title,r=V(t,nde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 .1h513v90.7H0zm0 251.2h513V342H0z",fill:"#D80027"}),l.createElement("circle",{fill:"#FFF",cx:256.5,cy:171,r:65.9}))},Q0e=function(t){var n=t.title,r=V(t,rde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 .2h513v90.7H0zm.5 251.1H513V342H.5z",fill:"#D80027"}),l.createElement("path",{fill:"#6DA544",d:"M290.3 193.5 256 130.7l-34.3 62.8h25.7v17.2h17.2v-17.2z"}),l.createElement("path",{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"}))},epe=function(t){var n=t.title,r=V(t,ide);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#55B2FF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#F3F3F3",d:"M148.5 298.1h216l-108-254.2z"}),l.createElement("path",{fill:"#333",d:"m186 272.7 70.5-160.3L327 272.7z"}),l.createElement("path",{fill:"#FFDA44",d:"M148.5 298.1h216l-108-101.7z"}))},tpe=function(t){var n=t.title,r=V(t,ode);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v171H0z"}),l.createElement("path",{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"}))},npe=function(t){var n=t.title,r=V(t,ade);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#A2001D",d:"M222.6 22.3h267.1v296.8H222.6z"}),l.createElement("path",{fill:"#D80027",d:"M22.3 22.3h200.3v296.8H22.3z"}),l.createElement("path",{fill:"#FFDA44",d:"M200.3 0h22.3v342h-22.3z"}),l.createElement("path",{fill:"#6DA544",d:"M22.3 22.3h89v296.8h-89z"}),l.createElement("path",{fill:"#FF9811",d:"M111.3 22.3h89v296.8h-89z"}),l.createElement("path",{fill:"#FFDA44",d:"M368.2 156.8c-1.4-2 0-37.9 0-37.9.9-7.4.1-8.4 1-11.4.9-2.9 5.4-11.6 5.4-11.6s-6-2.3-10.3-.6c-4.3 1.7-24.7-7.5-31.2 3.4-4.4 7-23.6 16.2-24.6 14-1-2.2-5.9-5-6.9-2.9s-.7 13.9 0 16c.8 2.6 9.8 2 12.3 3.1 3.7 1.8 12.2 8.2 11.9 10.7-.3 2.5-22.5-6-24.2-4.5-1.4 1.2-1.9 13.2-.4 15 1.8 2.1 23.4 5.6 25 7.5 1.6 1.9-13.1 7.4-12.3 25 .7 14.7 8 17.4 8 17.4s-2.4 3.6-7.8 3.1c-6.2-.6-27.4-17.7-27.4-17.7s-3.5-109 3.6-121.4c4.9-8.5-22.7 10.1-22.7 50.8V151c0 6.6-1.4 22.4 2.6 34 0 0-.4 46.9 1.5 49.6s12.7 2.2 14.8 0 0-30 0-30c7.7.2 18.3 17.5 32.5 16.4 20.6-1.6 28.7-9.9 34.3-5 8.1 7.1 5.5 23.2.4 31.5-2.2 3.5-14.3 4.7-15.7 7.6-1.4 2.9.5 5.4.5 5.4h29.7s1.4-20.5 2.7-26.1c1.3-5.7-.6-10.7 5.9-10.4 23.5 1.1 39.8-15.3 45.5-8 3.2 4.1 5.6 29.9 3.3 33.3-2.2 3.4-13.8 2.8-15.2 6.7-1.4 4 .8 4.4.8 4.4h29.7s-.4-21.2 2.5-27.7 4.9-10.4 9.3-17.2c4.4-6.8 11.3-15.7 11.3-36.2 0-14.2-8.1-22.8-8.1-22.8H417c-14.1.2-47.4 2.3-48.8.3zm-136-124.5c10.7-10.6 20.2-2.7 22.2 2.1 1.9 4.8 2.1 8.2 2.8 13.6.9 6.9 4.9 14 4.9 14s-7.1-3.8-14.7-4.2c-4.7-.3-9-.6-13.6-2.5-5.7-2.3-11.7-12.9-1.6-23zm248.4-.1c10.7 10.6 2.8 20.2-2 22.2s-8.2 2.1-13.6 2.8c-6.9.9-14 5-14 5s3.7-7.1 4.2-14.7c.3-4.7.6-9.1 2.4-13.6 2.2-5.7 12.8-11.8 23-1.7zm.1 276.9c-10.7 10.6-20.2 2.6-22.2-2.2-1.9-4.8-2.1-8.2-2.7-13.6-.8-6.9-4.9-14.1-4.9-14.1s7 3.8 14.7 4.3c4.7.3 9 .6 13.6 2.5 5.7 2.4 11.7 13.1 1.5 23.1zm-248.2-.1c-10.6-10.7-2.7-20.2 2.1-22.2 4.8-1.9 8.2-2.1 13.6-2.8 6.9-.9 14-4.9 14-4.9s-3.8 7.1-4.2 14.7c-.3 4.7-.6 9-2.5 13.6-2.3 5.7-12.9 11.8-23 1.6z"}),l.createElement("path",{fill:"none",stroke:"#FFDA44",strokeWidth:6,strokeMiterlimit:10,d:"M446.9 162.4s7.5-2.6 8.4-16.1c.6-8.6-19.8-16-39-11.5-19.7 4.6-34-3.1-34-14.6 0-22.9 29.7-16.2 38.9-11.3 9.1 4.9 29.7 23.5 35.1 9.4"}))},rpe=function(t){var n=t.title,r=V(t,sde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v31.1H0zm0 62.2h513v31.1H0zm0 62.3h513v31.1H0zm0 62.3h513v31.1H0zm0 62.5h513v31.1H0zm0 61.6h513V342H0z",fill:"#bf0a30"}),l.createElement("path",{fill:"#002868",d:"M0 0h155.6v155.6H0z"}),l.createElement("path",{fill:"#FFF",d:"m77.8 30.2 10.7 32.9h34.6l-28 20.4 10.7 32.9-28-20.3-28 20.3 10.7-32.9-28-20.4h34.6z"}))},ipe=function(t){var n=t.title,r=V(t,lde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 227.6h513v114H0z"}),l.createElement("path",{d:"m245.2 171 7.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"}),l.createElement("path",{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"}))},ope=function(t){var n=t.title,r=V(t,ude);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#6DA544",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 228h513v114H0z"}))},ape=function(t){var n=t.title,r=V(t,cde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#338AF3",d:"M0 228h513v114H0z"}))},spe=function(t){var n=t.title,r=V(t,dde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{className:"prefix__st1",d:"M0 0h513v127.6H0zm0 214.4h513V342H0z",fill:"#A2001D"}))},lpe=function(t){var n=t.title,r=V(t,fde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#496E2D",d:"M0 228h513v114H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"m281.4 150.7 9 12.3 14.5-4.7-9 12.4 9 12.3-14.5-4.7-9 12.3v-15.2l-14.5-4.7 14.5-4.7z"}),l.createElement("path",{d:"M257 201.5c-17 0-30.9-13.8-30.9-30.9s13.8-30.9 30.9-30.9c5.3 0 10.3 1.3 14.7 3.7-6.9-6.7-16.2-10.8-26.6-10.8-21 0-38 17-38 38s17 38 38 38c10.3 0 19.7-4.1 26.6-10.8-4.4 2.4-9.4 3.7-14.7 3.7z"})))},upe=function(t){var n=t.title,r=V(t,hde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#d12a46",d:"M0 .3V342h513V.3z"}),l.createElement("path",{fill:"#316525",d:"M359.8 148.9h-73.3l-22.7-69.7-22.7 69.7h-73.3l59.3 43.1-22.7 69.7 59.3-43.1 59.3 43.1-22.5-69.7 59.3-43.1zm-116.1 37.7 7.7-23.6h24.8l7.7 23.6-20.1 14.6-20.1-14.6zm27.9-37.7H256l7.8-24 7.8 24zm24.3 29-4.8-14.9h25.3l-20.5 14.9zM236.6 163l-4.8 14.9-20.5-14.9h25.3zm-5.3 61.8 7.8-24 12.6 9.2-20.4 14.8zm44.5-14.9 12.6-9.2 7.8 24-20.4-14.8z"}))},cpe=function(t){var n=t.title,r=V(t,pde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 171h513v171H0z"}),l.createElement("path",{fill:"#ce1126",d:"M0 0h513v171H0z"}))},dpe=function(t){var n=t.title,r=V(t,mde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}),l.createElement("path",{fill:"#0052B4",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#AF7F59",stroke:"#231F20",strokeWidth:3,strokeMiterlimit:10,d:"m240.4 105.7 9.7 11.6-7.5 17.4-26.1-24.3-12.7 13.2v106.1l24.6-36 20.6 12.4-18 27.8 25.2 15.8 26.5-15.8-19.7-27.8 22.3-12.4 23.9 33.8v-106l-12.4-12-26.8 24.7-6.5-16.5 3.5-12.3-11.7-7.5z"}))},fpe=function(t){var n=t.title,r=V(t,gde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ffc000",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#e30000",d:"M20 20h473v302H20z"}),l.createElement("path",{fill:"#ffc000",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.2c3-1 6.9-7.5 10.8-7.5 3.9 0 7.8 6.5 10.8 7.5l12.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.9l-6.8-6.8z"}),l.createElement("path",{fill:"#0371ba",d:"M275 201.3h-37c-4.9 0-8.8-3.9-8.8-8.8v-34.2c0-4.9 3.9-8.8 8.8-8.8h37c4.9 0 8.8 3.9 8.8 8.8v34.2c0 4.8-3.9 8.8-8.8 8.8z"}),l.createElement("path",{fill:"#39B54A",d:"m230.8 212.8 24.4 17.9c.8.6 1.8.6 2.6 0l24.4-17.9c2.1-1.6 1.2-5.4-1.3-5.4h-48.8c-2.5 0-3.4 3.9-1.3 5.4z"}),l.createElement("path",{fill:"#ffc000",d:"M262.8 186.5h-12.5c-3.3 0-5.9-2.6-5.9-5.9V170c0-3.3 2.6-5.9 5.9-5.9h12.5c3.3 0 5.9 2.6 5.9 5.9v10.6c-.1 3.3-2.7 5.9-5.9 5.9z"}))},hpe=function(t){var n=t.title,r=V(t,vde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 108 72"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h108v72H0z",fill:"#003787"}),l.createElement("path",{d:"M0 0h108L60 48v24H48V48z",fill:"#fff"}),l.createElement("circle",{cx:54,cy:30,r:8,fill:"#f9d90f"}),l.createElement("path",{d:"M44 30h20L54 48z",fill:"#fff"}),l.createElement("path",{d:"M54 48 38 33h32z",fill:"#cf142b"}))},ppe=function(t){var n=t.title,r=V(t,bde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#f9423a",d:"M0 0h513v171H0z"}),l.createElement("path",{fill:"#00843d",d:"M0 171h513v171H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 0h171v342H0z"}))},mpe=function(t){var n=t.title,r=V(t,yde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#1E509C",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M513 176.1V81.3L0 342l513-165.9z"}),l.createElement("path",{fill:"#F18D36",d:"M513 0v81.3L0 342 513 0z"}),l.createElement("path",{fill:"#FFF",d:"m126.7 99.3-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"}))},gpe=function(t){var n=t.title,r=V(t,xde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M384.6 342 256.5 167.3 283.4 342zM133.8 0l122.7 167.3L230.8 0zm95.8 342 26.9-174.7L128.4 342zM0 0v127.8l256.5 39.5L28.4 0zm0 342h18.2l238.3-174.7L0 206.7zm256.5-174.7L513 127.8V0h-28.4zM282.2 0l-25.7 167.3L379.2 0z"}),l.createElement("path",{d:"M513 342V206.7l-256.5-39.4L494.8 342z"}),l.createElement("circle",{cx:256.5,cy:171,r:59.5})),l.createElement("circle",{fill:"#FFDA44",cx:256.5,cy:171,r:44.5}))},vpe=function(t){var n=t.title,r=V(t,wde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#14b53a",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#fcd116",d:"M171 0h171v342H171z"}),l.createElement("path",{fill:"#ce1126",d:"M342 0h171v342H342z"}))},bpe=function(t){var n=t.title,r=V(t,Ede);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#fecb00",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#34b233",d:"M0 114h513v114H0z"}),l.createElement("path",{fill:"#ea2839",d:"M0 228h513v114H0z"}),l.createElement("path",{fill:"#FFF",d:"M384.8 142.2h-98L256.5 49l-30.3 93.2h-98l79.3 57.6-30.3 93.2 79.3-56.9 79.3 56.9-30.3-93.2 79.3-57.6z"}))},ype=function(t){var n=t.title,r=V(t,Cde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0066b2",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M342 0h171v342H342zM0 0h171v342H0z",fill:"#da2031"}),l.createElement("g",{fill:"#ffd300"},l.createElement("path",{d:"M108.3 166.3h14.8v74.2h-14.8zm-59.4 0h14.8v74.2H48.9z"}),l.createElement("circle",{cx:86,cy:203.4,r:14.8}),l.createElement("path",{d:"M71.2 225.7h29.7v14.8H71.2zm0-59.4h29.7v14.8H71.2z"}),l.createElement("circle",{cx:86,cy:144,r:14.8}),l.createElement("path",{d:"M76.3 123.9h19.5L86 108.3z"})))},xpe=function(t){var n=t.title,r=V(t,Sde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0F7562",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M286.2 168.5c-4.2 0-8.2.8-11.9 2.2 2-4.5 3.4-9.5 3.4-14.9 0-21.2-21.2-37.1-21.2-37.1s-21.2 15.9-21.2 37.1c0 5.4 1.4 10.4 3.4 14.9-3.7-1.3-7.7-2.2-11.9-2.2-25.6 0-37.1 11.2-37.1 11.2s15.9 31.2 37.1 31.2c12.4 0 23-7.3 29.7-13.3 6.6 6 17.3 13.3 29.7 13.3 21.2 0 37.1-31.2 37.1-31.2s-10.8-11.2-37.1-11.2zm-29.7-96.8 4.4 13.5h14.2l-11.5 8.3L268 107l-11.5-8.3L245 107l4.4-13.5-11.5-8.3h14.2zm-53.9 23.6 8.4 7.6 9.9-5.7-4.7 10.4 8.5 7.6-11.3-1.2-4.6 10.3-2.4-11.1-11.3-1.1 9.9-5.7zm-39.4 39.5 11.1 2.3 5.6-9.8 1.2 11.3 11.1 2.3-10.4 4.6 1.2 11.3-7.6-8.4-10.3 4.6 5.6-9.8zm147.2-39.5-8.4 7.6-9.9-5.7 4.7 10.4-8.5 7.6 11.3-1.2 4.6 10.3 2.4-11.1 11.3-1.1-9.9-5.7zm39.4 39.5-11.1 2.3-5.6-9.8-1.2 11.3-11.1 2.3 10.4 4.6-1.2 11.3 7.6-8.4 10.3 4.6-5.6-9.8z",fill:"#FFDA44"}),l.createElement("path",{d:"M256.5 270.3c16.8 0 32.4-5.6 44.8-15.1h-89.6c12.4 9.4 28 15.1 44.8 15.1zm-68-44.6c2.4 5.4 5.3 10.4 8.9 15.1H238c13.9 0 18.5-7 18.5-7s5.3 7 18.6 7h40.6c3.5-4.6 6.5-9.7 8.9-15.1h-49.5c-15.5 0-18.6-10-18.6-10s-5.3 10-18.5 10h-49.5z",fill:"#FFF"}))},wpe=function(t){var n=t.title,r=V(t,Ide);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 750 500"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0071BC",d:"M0 0h750v500H0V0z"}),l.createElement("g",{fill:"#FFF",stroke:"#000",strokeWidth:1.9},l.createElement("circle",{cx:375,cy:245,r:225,fill:"#fff"}),l.createElement("circle",{cx:375,cy:245,r:165,fill:"#0071BC"})),l.createElement("g",{stroke:"#000"},l.createElement("path",{fill:"#8C8A8C",strokeWidth: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"}),l.createElement("path",{fill:"#FFF",strokeWidth:2,strokeLinejoin:"round",d:"m373 114 30 93h97l-78 56 29 92-78-56-78 57 30-93-79-57h97l30-92z"})))},Epe=function(t){var n=t.title,r=V(t,Ade);return l.createElement("svg",H({viewBox:"0 0 900 600",xmlns:"http://www.w3.org/2000/svg"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#231f1e",d:"M0 0h900v600H0z"}),l.createElement("path",{fill:"#00a650",d:"M0 0h900v300H0z"}),l.createElement("path",{fill:"#ef1923",d:"m0 0 450 300L0 600z"}))},Cpe=function(t){var n=t.title,r=V(t,Mde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#00a95c",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#d01c1f",d:"M0 0h513v46H0zm0 296h513v46H0z"}),l.createElement("path",{fill:"gold",d:"M256 213.9c-46 0-84.3-32.3-93.8-75.4-1.4 6.6-2.2 13.5-2.2 20.6 0 53 43 96 96 96s96-43 96-96c0-7.1-.8-13.9-2.2-20.6-9.5 43.1-47.8 75.4-93.8 75.4z"}),l.createElement("path",{fill:"gold",d:"m256 87 8.9 27.5h29l-23.4 17 8.9 27.5-23.4-17-23.4 17 8.9-27.5-23.4-17h29z"}))},Spe=function(t){var n=t.title,r=V(t,$de);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#00A2B8",stroke:"#FFF",strokeWidth: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"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#510",d:"M415.1 155.1h-19.4v-19.4h-19.4v19.4H357v19.4h19.3v58.1h19.4v-58.1h19.4z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},Ipe=function(t){var n=t.title,r=V(t,Rde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#cf142b",d:"M256 0h256.5v342H256z"}),l.createElement("path",{stroke:"#cf142b",strokeWidth:10,d:"M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z"}),l.createElement("path",{fill:"#fff",stroke:"#acacac",strokeWidth:5,d:"M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z"}),l.createElement("circle",{cx:85,cy:85,r:26,fill:"none",stroke:"#acacac",strokeWidth:5}),l.createElement("circle",{cx:85,cy:85,r:18,fill:"#dedede",stroke:"#acacac",strokeWidth:5}))},Ape=function(t){var n=t.title,r=V(t,Nde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#d01c1f",d:"M0 0h513v85.5H0z"}),l.createElement("path",{fill:"#2d3359",d:"M0 85.5h513V171H0z"}),l.createElement("path",{fill:"#f7b718",d:"M0 171h513v85.5H0z"}),l.createElement("path",{fill:"#008658",d:"M0 256.5h513V342H0z"}))},Mpe=function(t){var n=t.title,r=V(t,Pde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 720 480"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#007E3A",stroke:"#D21034",strokeWidth:120,d:"M60 60h600v360H60z"}),l.createElement("circle",{fill:"#FFF",cx:390,cy:240,r:80}),l.createElement("circle",{fill:"#007E3A",cx:420,cy:240,r:80}))},$pe=function(t){var n=t.title,r=V(t,Ode);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#ce1126",d:"M0 114h513v114H0z"}),l.createElement("path",{fill:"#339e35",d:"M0 228h513v114H0z"}),l.createElement("circle",{fill:"#ce1126",cx:256.5,cy:125,r:95}),l.createElement("path",{d:"M0 100h513v14H0z"}))},Rpe=function(t){var n=t.title,r=V(t,Tde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#dc2339",d:"M342 0H0v341.3h513V0z"}),l.createElement("path",{fill:"#11865d",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M171 0h171v342H171z"}),l.createElement("path",{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"}),l.createElement("ellipse",{fill:"#C59262",cx:256.5,cy:159.1,rx:24.3,ry:36.4}))},Npe=function(t){var n=t.title,r=V(t,Fde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0zm0 48.9h513V171H0zm0 48.8h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0z",fill:"#c00"}),l.createElement("path",{fill:"#006",d:"M0 0h256.5v195.4H0z"}),l.createElement("path",{d:"M153.3 42.1C122.6 30.7 88.5 46.3 77.1 77s4.2 64.8 34.9 76.2c13.3 5 28 5 41.4 0-30.7 24.5-75.4 19.6-100-11.1s-19.6-75.4 11.1-100c26-20.7 62.9-20.7 88.8 0zm26.7 75-20.6 23.3 5.4-30.6-31-1.6 27.3-14.9L143 68l28.6 12 8.4-29.9 8.4 29.9L217 68l-18 25.4 27.3 14.9-31 1.6 5.4 30.6-20.7-23.4z",fill:"#fc0"}))},Ppe=function(t){var n=t.title,r=V(t,_de);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#006d66",d:"M0 0h513v104H0z"}),l.createElement("path",{d:"M0 119h513v104H0z"}),l.createElement("path",{fill:"#f4d900",d:"M0 238h513v104H0z"}),l.createElement("path",{fill:"#cb0f31",d:"M256 171 0 342V0z"}),l.createElement("path",{fill:"#f4d900",d:"m83.5 109.8 15.1 46.5h48.9L107.9 185l15.1 46.5-39.5-28.7-39.6 28.7L59 185l-39.5-28.7h48.9z"}))},Ope=function(t){var n=t.title,r=V(t,Dde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#009a44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#002f6c",d:"M0 342V0h513"}),l.createElement("path",{fill:"#FFF",d:"M513 67V0H412.5L0 275v67h100.5z"}),l.createElement("path",{fill:"#c8102e",d:"M513 0v40.2L60.3 342H0v-40.2L452.7 0z"}),l.createElement("path",{fill:"#ffcd00",d:"m188.1 104.1-22.8 10.7 12.2 22.1-24.8-4.8-3.1 25-17.3-18.4-17.2 18.4-3.1-25-24.8 4.8 12.2-22.1-22.8-10.7 22.8-10.7-12.2-22.1L112 76l3.1-25 17.2 18.4L149.6 51l3.1 25 24.8-4.7-12.2 22.1z"}))},Tpe=function(t){var n=t.title,r=V(t,zde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#009543",d:"M0 234.8h513V342H0V234.8z"}),l.createElement("path",{fill:"#ED4135",d:"M0 105.8h513v129.3H0V105.8z"}),l.createElement("path",{fill:"#0035AD",d:"M0 0h513v106.8H0V0z"}),l.createElement("circle",{fill:"#FAE600",stroke:"#000",strokeWidth:5.3,cx:192.4,cy:171,r:126.1}),l.createElement("path",{d:"m246.8 284.1-25.5 9.6-28.9 3.4-30.3-1.9-28.8-12.4s22.9-23.5 32.6-26.9c6.9-2.4 18-3 18-3V97.8l-.2-52.9h13.5l-.4 54.1v153.7s12.3 1 17.7 3.3c9 3.8 32.3 28.1 32.3 28.1z"}),l.createElement("path",{d:"m168.3 80.8 39.5-19.7 5.1 10.3-39.5 19.7-5.1-10.3z"}),l.createElement("ellipse",{cx:190.6,cy:224.8,rx:13.5,ry:21.2}),l.createElement("circle",{cx:190.3,cy:114.9,r:16.8}),l.createElement("ellipse",{cx:191.1,cy:169.2,rx:16,ry:9.7}),l.createElement("path",{d:"M171.4 146.7h37.7v8h-37.7zm0 36h37.7v8h-37.7z"}),l.createElement("g",{fill:"none",stroke:"#000",strokeWidth:10,strokeMiterlimit:10},l.createElement("path",{d:"M163.4 112.2s.8 26.8 27.3 26.8 26.5-26.8 26.5-26.8"}),l.createElement("path",{className:"prefix__st4",d:"M163.4 224.8s1.9-26.6 27.3-26.6 26.5 26.6 26.5 26.6"})))},Fpe=function(t){var n=t.title,r=V(t,kde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#e05206",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#0db02b",d:"M0 228h513v114H0z"}),l.createElement("circle",{fill:"#e05206",cx:256.5,cy:171,r:32}))},_pe=function(t){var n=t.title,r=V(t,Lde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342zm-38 227L256 75l-48 152h41v40h14v-40z",fill:"#007934"}))},Dpe=function(t){var n=t.title,r=V(t,jde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342z",fill:"#008751"}))},zpe=function(t){var n=t.title,r=V(t,Bde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0zm0 228h513v114H0z",fill:"#0067c6"}),l.createElement("circle",{fill:"none",stroke:"#FFDA44",strokeWidth:5,cx:256.5,cy:171,r:50}),l.createElement("path",{fill:"#0a47a5",d:"M285.7 176.7h-58.4l-9.8 16.9h78z"}),l.createElement("path",{fill:"#6fd8f3",d:"m256.5 126.1-29.2 50.6h58.4z"}),l.createElement("path",{fill:"#97c924",d:"M221.7 186.4h69.6l-8-13.9h-53.6z"}),l.createElement("circle",{fill:"red",cx:256.5,cy:161,r:5}))},kpe=function(t){var n=t.title,r=V(t,Hde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 114h513v114H0z"}),l.createElement("path",{fill:"#cd1f2a",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#1d4185",d:"M0 228h513v114H0z"}))},Lpe=function(t){var n=t.title,r=V(t,Vde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M513 211H202.6v131h-79.9V211H0v-80h122.7V0h79.9v131H513v61.4z"}),l.createElement("path",{fill:"#1f3f7a",d:"M513 149.6v42.8H184V342h-42.7V192.4H0v-42.8h141.3V0H184v149.6z"}))},jpe=function(t){var n=t.title,r=V(t,Gde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 342V-.2L281.1 175H87.8l184 167z"}),l.createElement("path",{fill:"#D80027",d:"M243.4 164.8 9.2 19.3v313.5h235.2l-184.1-168z"}),l.createElement("path",{fill:"#FFF",d:"m62.4 204.1 7.9 16.2 14.9-10.1-1.3 18 18-1.3-10.1 14.9 16.2 7.9-16.2 7.8 10.1 15-18-1.3 1.3 17.9L70.3 279l-7.9 16.2-7.8-16.2-14.9 10.1 1.3-17.9-18 1.3 10.1-15-16.2-7.8 16.2-7.9L23 226.9l18 1.3-1.3-18 14.9 10.1zm-5.3-103.7 5.3 7.7 5.4-7.7 2 9.1 7.9-5-1.7 9.2 9.3-1.7-5.1 7.9 9.2 2-7.8 5.4 7.8 5.3-9.2 2 5.1 7.9-9.3-1.7 1.7 9.3-7.9-5.1-2 9.2-5.4-7.7-5.3 7.7-2-9.2-7.9 5.1 1.7-9.3-9.3 1.7 5.1-7.9-9.2-2 7.7-5.3-7.7-5.4 9.2-2-5.1-7.9 9.3 1.7-1.7-9.2 7.9 5z"}),l.createElement("path",{fill:"#FFF",d:"M18.5 108.7s4.8 27.7 44 27.7 44-27.7 44-27.7c0 9.4-6 46.5-44 46.5s-44-38.2-44-46.5z"}))},Bpe=function(t){var n=t.title,r=V(t,Wde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#ffc72c",d:"M0 155h513v32H0z"}),l.createElement("path",{fill:"#FFF",d:"m164.2 189 7.9 27.7 20.7-20-7 27.9 28-7-20.1 20.7 27.8 7.9-27.8 7.9 20.1 20.7-28-7 7 28-20.7-20.1-7.9 27.8-7.9-27.8-20.7 20.1 7-28-27.9 7 20-20.7-27.7-7.9 27.7-7.9-20-20.7 27.9 7-7-27.9 20.7 20z"}))},Hpe=function(t){var n=t.title,r=V(t,qde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#fedd00",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})),l.createElement("circle",{fill:"#012169",cx:126.8,cy:85.7,r:29.9}),l.createElement("path",{d:"m128.3 128.6 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm-.1-115.4 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm76.4 58.1 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H201zm-151.8.1 3.6 10.9h11.4l-9.3 6.8 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.8-9.3-6.8h11.5zm74-15.6 6.7 20.7h21.8l-17.7 12.8 6.8 20.6-17.6-12.7-17.7 12.7 6.8-20.6-17.6-12.8H120z",fill:"#fedd00"}))},Vpe=function(t){var n=t.title,r=V(t,Ude);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m448.9 107.7 4.2 13.1h13.8l-11.1 8.1L460 142l-11.1-8.1-11.1 8.1 4.2-13.1-11.1-8.1h13.7zm-64.2 145.9 5.1 15.6h16.4l-13.2 9.7 5 15.6-13.3-9.7-13.2 9.7 5-15.6-13.3-9.7h16.5zm.1-210.2 4.7 14.6h15.3l-12.4 8.9 4.7 14.6-12.3-9-12.4 9 4.7-14.6-12.3-8.9H380zm-64.2 86 4.7 14.5h15.3l-12.3 9 4.7 14.5-12.4-8.9-12.3 8.9 4.7-14.5-12.4-9h15.3z",fill:"#D80027",stroke:"#FFF",strokeWidth:2,strokeMiterlimit:10}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},Gpe=function(t){var n=t.title,r=V(t,Yde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M138 0h377v114H138z"}),l.createElement("path",{fill:"#4A7C3A",d:"M138 230h377v114H138z"}),l.createElement("g",{fill:"none",stroke:"#FFF",strokeWidth:10,strokeMiterlimit:2},l.createElement("path",{d:"M40.3 35.2s37.1 48 50.8 54.5c13.7 6.5 17.1 5.7 17.1 5.7"}),l.createElement("path",{d:"M100 35.2S62.9 80.6 53.3 87.6c-9.6 7-18.7 7.8-18.7 7.8m17.1-30.1h37.9M70.7 35.2v30.1"})))},Wpe=function(t){var n=t.title,r=V(t,Xde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#da121a",d:"M256.5 0H513v171H256.5z"}),l.createElement("path",{fill:"#072357",d:"M0 171h256.5v171H0zM128 37.9l11.8 36.4h38.3l-31 22.4 11.9 36.4-31-22.5-31 22.5 11.9-36.4-31-22.4h38.3z"}),l.createElement("path",{fill:"#da121a",d:"m384 208.9 11.8 36.4h38.3l-31 22.4 11.9 36.4-31-22.5-31 22.5 11.9-36.4-31-22.4h38.3z"}))},qpe=function(t){var n=t.title,r=V(t,Zde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342z",fill:"#D80027"}),l.createElement("path",{fill:"#00A854",d:"M224.3 119c4.3 7.6-17.1 71.9-6.5 87.8s21.9 22.4 38.2 22.4c16.3 0 30.7-6.8 39.6-24.7s-14.2-76.3-6.8-85.4c7.4-9.1 29.3 8.5 35.5 35.2 6.2 26.7-8.4 60.2-20.7 70-12.3 9.7-20.3 9.7-47.6 9.7s-32.4-1.4-45-10.7c-12.5-9.4-28.9-35.8-22.7-67.3 6.2-31.7 31.7-44.6 36-37z"}),l.createElement("path",{fill:"#D91023",stroke:"#E7CA00",strokeWidth:2,d:"M272.6 218.9H240c-7.5 0-13.6-6.1-13.6-13.6v-45c0-7.5 6.1-13.6 13.6-13.6h32.6c7.5 0 13.6 6.1 13.6 13.6v45c.1 7.5-6 13.6-13.6 13.6z"}),l.createElement("ellipse",{fill:"#E7CA00",cx:256.4,cy:200.9,rx:25,ry:13.2}),l.createElement("path",{fill:"#FFF",d:"M256.4 147.6v35.1h28.9c0-38.3 3.9-35.1-28.9-35.1z"}),l.createElement("path",{fill:"#007EA8",d:"M256.4 147.6v35.1h-28.9c0-37.9-3.7-35.1 28.9-35.1z"}),l.createElement("path",{fill:"#947245",d:"M270.1 158.1h1.6v21.5h-1.6z"}),l.createElement("circle",{fill:"#D18219",stroke:"#FFF",cx:241.8,cy:165.2,r:8.1}),l.createElement("ellipse",{fill:"none",stroke:"#00A854",strokeWidth:6,cx:256.4,cy:122.2,rx:20.5,ry:16.5}),l.createElement("ellipse",{fill:"none",stroke:"#E7CA00",strokeWidth:3,cx:256.4,cy:122.2,rx:20.5,ry:16.5}),l.createElement("circle",{fill:"#E7CA00",cx:270.9,cy:163.1,r:8.9}))},Upe=function(t){var n=t.title,r=V(t,Kde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v85H0zm0 257h513v85H0z",fill:"#D80027"}),l.createElement("path",{fill:"#1481DB",d:"M329.5 171c0 40.3-32.7 73-73 73s-73-32.7-73-73"}),l.createElement("path",{fill:"#FFAB50",d:"M256.5 98c-40.3 0-73 32.7-73 73h146c0-40.3-32.7-73-73-73z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M181.9 169.3h150.5v4.5H181.9z"}),l.createElement("path",{d:"M222.4 162.9h66.5v10.9h-66.5z"})),l.createElement("path",{d:"M212.8 131.1H223s-1.6 55.5.1 57.4c11.9 13.5 25.3 0 25.3 0s-2.7 18.9-17.8 18.9-17.8-18.7-17.8-18.7v-57.6zm85.6 0h-10.2s1.6 55.5-.1 57.4c-11.9 13.5-25.3 0-25.3 0s2.7 18.9 17.8 18.9c15.1 0 17.8-18.7 17.8-18.7v-57.6zM242.6 156l25.9 6.9v-36.4s-14-3.8-14-16.8 14-9.6 14-9.6-25.9-4.6-25.9 8.1V156z",fill:"#D80027",stroke:"#630810",strokeWidth:2}))},Ype=function(t){var n=t.title,r=V(t,Jde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#C8102E",d:"M0 0h513v342"}),l.createElement("path",{d:"m153.7 225 2.7 8.5h9l-7.2 5.2 2.7 8.6-7.2-5.3-7.3 5.3 2.8-8.6-7.3-5.2h9zm-25.3-120 5.2 16h16.8l-13.6 9.9 5.2 16-13.6-9.9-13.6 9.9 5.2-16-13.6-9.9h16.8zm0 160.3 5.2 16h16.8l-13.6 9.9 5.2 16-13.6-9.9-13.6 9.9 5.2-16-13.6-9.9h16.8zm50.7-96.1 5.2 16h16.8l-13.6 9.9 5.2 16-13.6-9.9-13.6 9.9 5.2-16-13.6-9.9h16.8zm-107.3 4.1 5.2 16h16.8l-13.6 9.9 5.2 15.9-13.6-9.8-13.6 9.8 5.2-15.9-13.6-9.9h16.8z",fill:"#FFF"}),l.createElement("g",{fill:"#FFCD00"},l.createElement("path",{d:"M288 79.9s33 13.8 30 19.7c-2.9 5.9-17.4-7.1-30-3.5-12.7 3.5-28.6 32.4-28.6 32.4s18.6 2.7 34.2 1.5c15.6-1.2 19.7-7.4 19.7-7.4s.7 15.3 12.7 24.3c18.2 13.6 56.2 22.3 56.2 22.3s.6-6.5-2.7-20.7-8-21.4-8-21.4 55.7 38.3 51.2 59.3-30.1 19.6-30.1 19.6 28.4 12.5 37.4-13.5c12.4-35.6-42.4-65.2-42.4-65.2s6.5 3.1 17.1 4.6 20.3-.3 20.3-.3-13.8-43.6-29.2-52.1c-15.3-8.5-37.1-.9-37.1-.9s9.1-5.9 10-15.9c.9-10-3.5-24.1-3.5-24.1-50.1 21.2-21.2 41.2-33 49.2-2 1.4-9.5-9.9-18.8-8.2-11.5 1.8-25.4.3-25.4.3z"}),l.createElement("path",{d:"M404.7 131.8s15.3 17.7 8.2 35.9c-7.1 18.3-37.7 13.5-37.7 13.5s24.7 13.9 40.6-5.3-2.4-43.6-2.4-43.6l-8.7-.5z"})))},Xpe=function(t){var n=t.title,r=V(t,Qde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0038A8",d:"M513 0v171H256.5L0 0z"}),l.createElement("path",{fill:"#CE1126",d:"M513 171v171H0l256.5-171z"}),l.createElement("g",{fill:"#FCD116"},l.createElement("path",{d:"m22.1 33.8 8.5 11.9 13.8-4.5-8.6 11.7 8.5 11.8-13.8-4.6-8.6 11.7V57.2L8.2 52.7 22 48.4zm0 236.4 8.5 11.8 13.8-4.4-8.6 11.7 8.5 11.8-13.8-4.6-8.6 11.7v-14.6l-13.7-4.5 13.8-4.3zM210.5 152l-8.5 11.8-13.8-4.4 8.6 11.7-8.4 11.8 13.7-4.6 8.6 11.7v-14.6l13.7-4.5-13.8-4.3z"}),l.createElement("circle",{cx:95,cy:171,r:32}),l.createElement("path",{d:"m95 171 11.2 56.5-3.4 3.4-3.7 3.5-4.2 4.2-4.2-4.2-3.7-3.5-3.4-3.4L95 171zm0 0-11.2-56.5 3.4-3.4 3.7-3.5 4.2-4.2 4.2 4.2 3.7 3.5 3.4 3.4L95 171zm0 0 56.5-11.2 3.4 3.4 3.5 3.7 4.2 4.2-4.2 4.2-3.5 3.7-3.4 3.4L95 171zm0 0-56.5 11.2-3.4-3.4-3.5-3.7-4.2-4.2 4.2-4.2 3.5-3.7 3.4-3.4L95 171zm0 0 32-47.9h4.8l5.1.2h5.9v5.9l.2 5.1v4.8L95 171zm0 0-32 47.9h-4.8l-5.1-.2h-5.9v-5.9l-.2-5.1v-4.8L95 171zm0 0 47.9 32v4.8l-.2 5.1v5.9h-5.9l-5.1.2h-4.8L95 171zm0 0-47.9-32v-4.8l.2-5.1v-5.9h5.9l5.1-.2h4.8L95 171z"})))},Zpe=function(t){var n=t.title,r=V(t,efe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h900v600H0z"}),l.createElement("path",{fill:"#01411C",d:"M225 0h675v600H225z"}),l.createElement("path",{fill:"#FFF",d:"M562.5 120c99.4 0 180 80.6 180 180s-80.6 180-180 180-180-80.6-180-180 80.6-180 180-180z"}),l.createElement("path",{fill:"#01411C",d:"M498.9 135.8c68.1-60.5 172.4-54.4 232.9 13.7s54.4 172.4-13.7 232.9-172.4 54.4-232.9-13.7-54.4-172.4 13.7-232.9z"}),l.createElement("path",{fill:"#FFF",d:"m628.1 165.3 75.8 85.3-111.5-24.4L697 180.4l-57.7 98.5-11.2-113.6z"}))},Kpe=function(t){var n=t.title,r=V(t,tfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#dc143c",d:"M0 171h513v171H0z"}))},Jpe=function(t){var n=t.title,r=V(t,nfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},Qpe=function(t){var n=t.title,r=V(t,rfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("g",{stroke:"#000"},l.createElement("path",{fill:"#96877d",d:"m400.7 134.5-16.7 5.6-16.7-5.6-5.6-13.9 5.6-13.9h33.4l-5.6 13.9z"}),l.createElement("path",{fill:"#006ec7",d:"M345 134.5v61.2c0 29.8 39 39 39 39s39-9.1 39-39v-61.2h-78z"}),l.createElement("path",{fill:"#337321",d:"M348.6 210.2c9.6 18.4 35.4 24.5 35.4 24.5s25.9-6.1 35.4-24.5l-35.4-59-35.4 59z"}),l.createElement("path",{fill:"#f7e017",d:"m423 195.1-39-60.6-39 60.6v.6c0 5.5 1.3 10.3 3.5 14.5l35.4-55.1 35.4 55.1c2.2-4.2 3.5-9 3.5-14.5v-.6z"})),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})),l.createElement("path",{fill:"#f7e017",d:"M375 189.5h18.3l.1 5.5h-5.8v25.2l12.3-6.1 3 5-18.9 9.7-18.4-9.8 2.9-5.1 12.6 6.3V195H375z"}))},e2e=function(t){var n=t.title,r=V(t,ife);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v68.4H0zm0 136.8h513v68.4H0zm0 136.8h513V342H0z",fill:"#E00"}),l.createElement("path",{fill:"#04F",d:"M256.5 171 0 342V0z"}),l.createElement("path",{fill:"#FFF",d:"m84 110.1 15.1 46.5H148l-39.6 28.8 15.1 46.5L84 203.1l-39.6 28.8 15.1-46.5L20 156.6h48.9z"}))},t2e=function(t){var n=t.title,r=V(t,ofe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#007A3D",d:"M0 228h513v114H0z"}),l.createElement("path",{fill:"#CE1126",d:"M256.5 171 0 342V0z"}))},n2e=function(t){var n=t.title,r=V(t,afe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"red",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#060",d:"M197 0v342H0V0z"}),l.createElement("circle",{fill:"#FF0",cx:197.1,cy:171,r:64}),l.createElement("path",{fill:"red",d:"M161.1 139v40c0 19.9 16.1 36 36 36s36-16.1 36-36v-40h-72z"}),l.createElement("path",{fill:"#FFF",d:"M197.1 191c-6.6 0-12-5.4-12-12v-16h24v16c0 6.6-5.3 12-12 12z"}))},r2e=function(t){var n=t.title,r=V(t,sfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#09f",d:"M0 0h513v342H0z"}),l.createElement("circle",{fill:"#ff0",cx:220,cy:171,r:74}))},i2e=function(t){var n=t.title,r=V(t,lfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D52B1E",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#0038A8",d:"M0 228h513v114H0z"}),l.createElement("path",{fill:"#009B3A",d:"m279.7 148-8.7 8.7c3.7 3.7 6 8.8 6 14.5 0 11.3-9.2 20.5-20.5 20.5s-20.5-9.2-20.5-20.5c0-5.7 2.3-10.8 6-14.5l-8.7-8.7c-5.9 5.9-9.6 14.1-9.6 23.2 0 18.1 14.7 32.8 32.8 32.8s32.8-14.7 32.8-32.8c0-9.1-3.7-17.3-9.6-23.2z"}),l.createElement("path",{fill:"#FEDF00",stroke:"#000",d:"m256.5 157.2 3.2 9.9h10.5l-8.5 6.2 3.2 9.9-8.4-6.2-8.4 6.2 3.2-9.9-8.5-6.2h10.5z"}),l.createElement("circle",{fill:"none",stroke:"#000",strokeWidth:2,cx:256.5,cy:171,r:45}))},o2e=function(t){var n=t.title,r=V(t,ufe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#751A46",d:"M0 0h512v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 0v342h150.3l37.7-19.6-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19 37.7-18.9-37.7-19 37.7-19-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19L188 57l-37.7-19L188 19.1 150.3 0z"}))},a2e=function(t){var n=t.title,r=V(t,cfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},s2e=function(t){var n=t.title,r=V(t,dfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}),l.createElement("path",{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}))},l2e=function(t){var n=t.title,r=V(t,ffe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 85.331h512v113.775H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 312.882h512v113.775H0z"}),l.createElement("path",{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"}),l.createElement("path",{d:"M155.634 196.634h74.201v-29.681l-14.841 7.42-22.261-22.26-22.259 22.26-14.84-7.42zm85.526 82.148-48.231-48.231-48.231 48.231 15.741 15.74 32.49-32.49 32.49 32.49z",fill:"#FFDA44"}),l.createElement("path",{fill:"#FFF",d:"M241.16 233.734h-22.504a14.74 14.74 0 0 0 2.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 0 0 18.149 3.544 48.079 48.079 0 0 0 18.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"}))},u2e=function(t){var n=t.title,r=V(t,hfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.33v341.332h512V85.33z"}),l.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 85.333h512v113.775H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 312.884h512v113.775H0z"}))},c2e=function(t){var n=t.title,r=V(t,pfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 255.994h512v81.619H0z"}),l.createElement("path",{fill:"#496E2D",d:"M0 337.614h512v89.043H0z"}),l.createElement("path",{fill:"#FFDA44",d:"m278.261 185.209 20.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"}))},d2e=function(t){var n=t.title,r=V(t,mfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h513v342H0z",fill:"#fff"}),l.createElement("g",{fill:"#055e1c"},l.createElement("path",{d:"M0 0v342h513V0zm218 76q1 2-2 5-3 2-1 4 3 4 0 6-2 1-5-1-6-6 0-14 6-4 8 0m-102 2 1 6q0 4-2 4-5 1-5-6l2-4zm39 1 1 2q-1 4-5 4-5 0-6-4c0-4 7-6 10-2m47 2q3 4 2 9c-1 2-22 19-24 19q-3 0-4-4l6-6 6-5v-3c-5-10 7-18 14-10m35-3q3 1 0 7-2 8-6 6c-3-1-3 14 0 19q2 4 7-1c2-3 2-5 2-15 0-12 0-13 2-13q5-2 5 13 1 11 3 13 3 6 6 3 3-2-1-12-3-12 1-16h9q2-2 9 1l6 2 1-2q4-4 6-1l3 17c3 16 3 16 7 24l15 30q1 6-4 5l-8-14-6-12 1 20c1 21 1 23-4 23q-4 2-4-15l-1-27-1-16-9-13c-8-12-8-13-11-13q-6-1-2 6l2 7q0 4 3 2 6-2 6 3-1 4-8 5l-5 2-5 2q-6 0-10-3-2-3-5 1-5 5-12 2-5-1-7-10l-1-3-1 3q-3 7-9 8-7 0-9-11-3-10 2-10 4-1 5 7l2 6q1 0 4-7 6-17 13-12h1c-1-1 2-10 4-11zm-97 10 2 16 1 9h4q5 2 6-1c2-1 2-2-1-11l-3-12 3-1 11 5V82q4-2 6 1l3 23 1 20h2q5 0 5 5 1 6 3 0 3-9 8-2 1 3 2 0 3-7 4-6c5 0 6 7 1 13q-3 3-7 3l-6 1q-5 4-10 0l-2-2v5c0 21-16 42-33 42q-21-1-23-21 0-5 2-6 4-1 6 6 1 12 12 13 14 2 24-15 6-11 1-5-12 18-28 11-7-5-9-17-2-6 1-7 5-3 6 6 1 12 10 12 7 0 13-8 5-8-1-7-11-1-8-12 8-11 17-5l3 2-1-12-4-22q-3 1 0 7c2 6 2 6 0 10l-5 5q-3 3-7 1h-5l-1 16c-1 19-1 20-4 21-4 1-4-2-4-19l1-15-3 1q-3 1-6-2c-2-2-2-2-3-14l-1-12q-2-1-2 10l-1 13q-3 6-8 4c-3-2-4-4-7-15q-4-15 2-14 4-1 5 8l1 5 1-6q0-13 9-12l6 2c2 3 2 4 2 14l1 11 2-1 1-8-2-16q-3-12 2-11 3-1 5 7m163-3q4 10 1 13-4 3-7-7-3-11 2-10zm12-3 3 7q2 6 1 8v16l2 27c2 22 2 21 6 21h3l-1-5-2-23-3-33c-2-16-1-19 3-19 3 0 8 14 6 16v24c5 47 5 48 0 47q-3-2-1 4l2 6q2 1 5-9 7-18 10-16 3 0 7 5 4 7 7 7 4-1 1-33l-1-21-10-12-9-15q0-5 8-1 5 2 6 6l2 6q3 4 1-4 0-10 3-10c4 0 9 10 7 13l-1 8q1 8 4 12l3 3-2-15c-2-16-2-19 1-20q3 0 5 4l4 5h2q6-4 8 9 0 8-4 8-3 0-4-6 1-8-3-5c-1 2-1 3 1 19l2 17 5 7c6 10 12 21 11 22q-2 3-5 2l-5-8-5-8 1 8c0 11 0 11-3 11q-5 3-5-7l-1-16c0-8-1-10-4-15l-4-5v19c1 21 0 25-5 28q-6 5-13-3l-4-5-4 9q-6 14-11 15-9-1-11-16-1-8-5-1c-3 5-12 13-19 17q-8 4-8-2-1-2 6-6c9-5 17-14 17-18l-5-78q2-4 5-1m89 5 4 6q1 1-2 3l-2 2 4 24q4 25 4 35c0 10 0 11-3 17q-7 13-19 14-8 0-7-2-2-4 7-6 15-2 14-23a708 708 0 0 0-8-75c3-2 3-1 8 5m-211 19 1 4q0 3 2 2 5 0 5 4c0 4-9 6-13 2-4-5 0-17 5-12m108 1h2l4-1q4 2 0 7-7 6-11-1v-5q3-2 5 0m55 2q3 4-1 6-2 0-1 5t-1 6q-1 2-10-6-8-7-6-9 3-4 7 0l2 2 2-3q5-3 8-1m-131 13c3 2 6 14 6 17q-1 6 6 1l10-4q5-1 7-4 4-9 10-12 10 0 11 9 0 7-16 13l-2 1 13 1c16 0 16 0 13 9q-2 7-4 7l-10 2q-19 3-17 9 1 2 4 3 6 3 3 7l-7 1q-13-2-21-10l-3-3-2 3q-7 10-19 13-10 2-15-10l-5 2q-18 10-19 8l-2-3c0-2 1-2 15-11l9-6q1-3 5-4c3 1 10-5 12-9q3-6-1-15l-2-8q1-5 6-6c3 0 8 5 8 7q-1 4-4 3v1l1 10c1 9-1 13-10 21l-7 6 2 3q5 9 15-2 10-8 10-23 0-10-6-24v-4q3-4 6 1m17 2q2 3 4 0 11-3 5 5c-4 5-12 5-15-1v-4zm118 5 1 2q1 2-7 8c-8 6-9 7-11 5q-5-4 6-10c8-6 8-6 11-5m-229 3q3 2-10 10-12 8-13 3-5-3 9-10 13-8 14-3m229 10c3 2 4 9 3 11q-3 3-6 1c-2-2-3-11-1-13q1-2 4 1m-172 7q3 3 2 7 1 5-3 5-3 1-3-3l-2-4q-3-3-1-6 4-2 7 1m-79 9 1 8q0 9 3 6 4-1 4 3-1 7-7 7-7-1-7-14-1-9 2-10zm168 12q0 4 3 2t4 3q-2 6-8 8l-4-2q-3-3-4-2-4 0-5-4l5-6q7-6 7-4 3 1 2 5m102 3q4 4 1 9-7 7-7-4t6-5m-42 73c0 2 1 2 12 2q24-1 22 11 0 7-6 10c-4 1-31 2-34 0q-2-1-2-6v-4h-82l-74-1c-16 0-28-10-28-10h92c91 0 92-1 92-2q-1-3 4-5c5-2 4 4 4 5"}),l.createElement("path",{d:"m195 86 1 1 1-1-1-1q-2 0-1 1m84 5q-2 2 1 5l3 3-1-4-1-5zm-125 45q-3 3-1 4 5-1 6-4zm110-7q-4 5 0 3 6-4 2-4zm-31 30q0 6 4 8l5 4q3 2 2-3 0-3 4-7 4-3 2-4l-13-3h-5zm104 101q-1 3 13 2c11 0 13 0 14-2l-13-1z"})))},f2e=function(t){var n=t.title,r=V(t,gfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#496E2D",d:"M0 85.334h512v341.337H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 426.663V85.329h512"}),l.createElement("path",{fill:"#FFDA44",d:"M0 396.494v30.169h45.255L512 115.499v-30.17h-45.255z"}),l.createElement("path",{d:"m85.688 108.787 5.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.567zm84.624 0 5.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.566zm-84.624 82.502 5.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.567zm84.624 0 5.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",fill:"#FFF"}))},h2e=function(t){var n=t.title,r=V(t,vfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M235.454 85.337 0 426.663 427.345 85.337z"}),l.createElement("path",{fill:"#6DA544",d:"M512 329.393 0 426.663h512z"}),l.createElement("path",{fill:"#D80027",d:"M512 85.337h-84.655L0 426.663l512-204.512z"}),l.createElement("path",{fill:"#0052B4",d:"M0 85.337v341.326L235.454 85.337z"}))},p2e=function(t){var n=t.title,r=V(t,bfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),l.createElement("path",{d:"M0 312.888h512v113.775H0z"}),l.createElement("path",{fill:"#496E2D",d:"M0 426.668V85.331l256 170.675z"}))},m2e=function(t){var n=t.title,r=V(t,yfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M192 85.33h-64v138.666H0v64h128v138.666h64V287.996h320v-64H192z"}))},g2e=function(t){var n=t.title,r=V(t,xfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512V256H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M83.478 170.666c0-24.865 17.476-45.637 40.812-50.734a52.059 52.059 0 0 0-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.733zm66.783-48.231 3.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"}),l.createElement("path",{d:"m121.344 144.696 3.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.921zm57.834 0 3.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.921zm-11.131 33.391 3.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.92zm-35.573 0 3.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"})))},v2e=function(t){var n=t.title,r=V(t,wfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#5f7dbd",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"}),l.createElement("path",{fill:"#f2d049",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"}),l.createElement("path",{fill:"#b38c79",d:"m369.5 204.5.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"}),l.createElement("path",{fill:"#5c5568",d:"m436.6 192.5-8.6 18.3h-47l-29.2-19.5 25.7 10.5h25.1l3.7-6.5 7.2.2 2-3z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},b2e=function(t){var n=t.title,r=V(t,Efe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 199.112h512v113.775H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 312.888h512v113.775H0z"}),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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"}))},y2e=function(t){var n=t.title,r=V(t,Cfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.334h512v341.337H0z"}),l.createElement("path",{fill:"#FFF",d:"M512 295.883H202.195v130.783h-79.76V295.883H0v-79.772h122.435V85.329h79.76v130.782H512v61.218z"}),l.createElement("path",{fill:"#2E52B2",d:"M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z"}))},x2e=function(t){var n=t.title,r=V(t,Sfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 196.641h512v118.717H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 315.359h512v111.304H0z"}),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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 0 0-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 0 0-5.682-.657 24.88 24.88 0 0 0-14.418 4.583c3.691 7.433 10.198 14.106 19.48 19.939z"}))},w2e=function(t){var n=t.title,r=V(t,Ife);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 85.337h512v113.775H0z"}),l.createElement("path",{fill:"#338AF3",d:"M0 312.888h512v113.775H0z"}))},E2e=function(t){var n=t.title,r=V(t,Afe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 85.34h512v341.326H0z"}),l.createElement("path",{fill:"#FFF",d:"M512 85.334v166.69L0 256.175V85.334z"}),l.createElement("path",{fill:"#6DA544",d:"M323.744 203.099 256 270.843l-67.744-67.744a81.156 81.156 0 0 0-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 0 0-13.881-45.483z"}),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#FFDA44",d:"M300.522 189.22c0-12.295-9.966-22.261-22.261-22.261a22.173 22.173 0 0 0-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 0 0-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"}))},C2e=function(t){var n=t.title,r=V(t,Mfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}),l.createElement("path",{fill:"#D80027",d:"M330.207 85.331H512v341.337H330.207z"}),l.createElement("path",{d:"M0 85.331h181.793v341.337H0zm255.999 111.301 14.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",fill:"#496E2D"}))},S2e=function(t){var n=t.title,r=V(t,$fe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#FFF",d:"m256 157.273 22.663 69.748H352l-59.332 43.106 22.664 69.749L256 296.769l-59.332 43.107 22.664-69.749L160 227.021h73.337z"}))},I2e=function(t){var n=t.title,r=V(t,Rfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#A2001D",d:"M0 196.636h512v118.728H0z"}),l.createElement("path",{d:"M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z",fill:"#6DA544"}),l.createElement("path",{fill:"#FFDA44",d:"m256.742 218.003 9.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"}))},A2e=function(t){var n=t.title,r=V(t,Nfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#496E2D",d:"M0 322.783h512v103.88H0z"}),l.createElement("path",{d:"M0 85.337h512v104.515H0z"}),l.createElement("path",{fill:"#A2001D",d:"M0 210.877h512v89.656H0z"}),l.createElement("path",{fill:"#0052B4",d:"M256 256.006 0 426.668V85.331z"}),l.createElement("path",{fill:"#FFDA44",d:"m73.178 209.188 20.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"}))},M2e=function(t){var n=t.title,r=V(t,Pfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{d:"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z",fill:"#6DA544"}),l.createElement("path",{fill:"#D80027",d:"M256 256.006 0 426.668V85.331z"}),l.createElement("path",{d:"m302.049 226.318 7.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.842zm74.203 0 7.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"}))},$2e=function(t){var n=t.title,r=V(t,Ofe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{d:"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z",fill:"#0052B4"}),l.createElement("path",{fill:"#FFDA44",d:"M228.582 261.936 256 214.447l27.418 47.489z"}),l.createElement("path",{fill:"#6DA544",d:"M291.616 277.616 256 295.425l-35.616-17.809v-23.744h71.232z"}),l.createElement("path",{fill:"#FFDA44",d:"m289.579 216.485-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"}))},R2e=function(t){var n=t.title,r=V(t,Tfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#D80027",d:"M512 85.331v166.69L0 256.173V85.331z"}),l.createElement("path",{fill:"#FFF",d:"M256 256.006 0 426.668V85.331z"}),l.createElement("g",{fill:"#FFDA44"},l.createElement("path",{d:"M59.621 256a59.546 59.546 0 0 0-.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"}),l.createElement("circle",{cx:118.862,cy:210.287,r:18.286})),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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"}))},N2e=function(t){var n=t.title,r=V(t,Ffe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h900v600H0z",fill:"#0f0f0f"}),l.createElement("path",{d:"M0 0h900v400H0z",fill:"#fff"}),l.createElement("path",{d:"M0 0h900v200H0z",fill:"#047a3f"}),l.createElement("path",{d:"m176.26 375 48.738-150 48.738 150-127.6-92.705h157.72M626.256 375l48.738-150 48.738 150-127.6-92.705h157.72M401.252 375l48.738-150 48.738 150-127.6-92.705h157.72",fill:"#ce1126"}))},P2e=function(t){var n=t.title,r=V(t,_fe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#2B5DEA",d:"M0 0h900v600H0V0z"}),l.createElement("path",{fill:"#FFDF29",d:"M0 100h900v400H0V100z"}),l.createElement("path",{fill:"#D70000",d:"M0 150h900v300H0V150z"}),l.createElement("path",{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"}),l.createElement("path",{d:"M450 171.4c-100 0-171.4 85.7-214.3 128.6C278.6 342.9 350 428.6 450 428.6V171.4z"}),l.createElement("path",{fill:"#FFF",d:"M346.3 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z"}),l.createElement("path",{d:"M477.8 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z"}))},O2e=function(t){var n=t.title,r=V(t,Dfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})),l.createElement("path",{fill:"#1799f8",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"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#1799f8",d:"m385.4 251.7-22.9-43h45.8z"}),l.createElement("path",{fill:"#FFF",d:"m385.4 165.8-22.9 42.9h45.8z"}),l.createElement("ellipse",{fill:"#dcb072",cx:474.8,cy:236.8,rx:16.8,ry:43.3}),l.createElement("ellipse",{fill:"#dcb072",cx:295.3,cy:236.8,rx:16.8,ry:43.3}),l.createElement("path",{fill:"#FFF",d:"m385.4 31.5-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"}),l.createElement("ellipse",{fill:"#A5A5A5",cx:386.3,cy:104.3,rx:34.3,ry:23.3}))},T2e=function(t){var n=t.title,r=V(t,zfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFDA44",stroke:"#fff",strokeWidth:4,d:"M332.1 106.7v78.2c0 38.1 51.9 49.8 51.9 49.8s51.9-11.7 51.9-49.8v-78.2H332.1z"}),l.createElement("path",{fill:"#fcad56",d:"M376.6 135.1c0 7.9-6.6 28.4-14.8 28.4S347 142.9 347 135.1c0-7.9 14.8-14.2 14.8-14.2s14.8 6.4 14.8 14.2z"}),l.createElement("path",{fill:"#9e540a",d:"M416 150.6c2.4-5.6 4.3-13.8 4.3-17.9 0-6.5-8.9-11.9-8.9-11.9s-8.9 5.3-8.9 11.9c0 4.1 1.9 12.3 4.3 17.9l-5.1 11.1c3 1.2 6.3 1.8 9.8 1.8 3.5 0 6.8-.7 9.8-1.8l-5.3-11.1z"}),l.createElement("path",{fill:"#009e49",d:"M372.9 184.9s-7.4 14.2-7.4 28.4h37.1c0-14.2-7.4-28.4-7.4-28.4l-11.1-7.1-11.2 7.1z"}),l.createElement("path",{fill:"#ce1126",d:"M395.1 184.9v-3.6c0-5.9-5-10.7-11.1-10.7s-11.1 4.8-11.1 10.7v3.6h22.2z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},F2e=function(t){var n=t.title,r=V(t,kfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}),l.createElement("path",{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}))},_2e=function(t){var n=t.title,r=V(t,Lfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h21v15H0V0z"}),l.createElement("path",{fill:"#0A388A",d:"M0 0h22.5v15H0V0z"}),l.createElement("path",{fill:"#FFF",d:"M0 0h11.3v7.5H0V0z"}),l.createElement("path",{fill:"#D80027",d:"M7.1 0h3.6v7H7.1V0z"}),l.createElement("path",{fill:"#0A388A",d:"M0 0h3.6v7H0V0z"}),l.createElement("path",{fill:"#FFF",d:"M3.6 0h3.6v7H3.6V0zm10.9 6h5L19 7h-1.5v.5h1l-.5 1h-.5V10h-1V7H15l-.5-1zm4 2.5 1 1.5h-2l1-1.5zm-3 0 1 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"}))},D2e=function(t){var n=t.title,r=V(t,jfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{d:"M0 85.337h512V153.6H0zM0 358.4h512v68.263H0zm0-136.537h512v68.263H0z",fill:"#496E2D"}),l.createElement("path",{fill:"#D80027",d:"M0 85.337h204.054v204.054H0z"}),l.createElement("path",{fill:"#FFF",d:"m102.026 133.938 13.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"}))},z2e=function(t){var n=t.title,r=V(t,Bfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.334h512V426.66H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 194.056h512v123.882H0z"}),l.createElement("path",{d:"M0 85.334h512v54.522H0zm0 286.809h512v54.522H0z",fill:"#D80027"}))},k2e=function(t){var n=t.title,r=V(t,Hfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 312.888h512v113.775H0z"}),l.createElement("path",{d:"M226.318 300.522h59.364v-25.23l-11.873 5.937L256 263.421l-17.809 17.808-11.873-5.937zm-33.963-29.682 2.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.94zm8.566-29.68 2.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.94zm24.488-22.261 2.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.94zm94.236 51.941-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.94zm-8.566-29.68-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.94zm-24.488-22.261-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",fill:"#FFDA44"}))},L2e=function(t){var n=t.title,r=V(t,Vfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{d:"m210.715 174.377 3.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.921zm-93.899 107.594 4.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.899zm27.88-162.292 4.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.9zm-75.157 55.652 4.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",fill:"#FFF"}),l.createElement("path",{d:"M483.386 354.503H117.801s109.234-88.562 310.593-220.938c.001 0-88.443 128.935 54.992 220.938zm-365.585 11.586c-11.177 0-11.195 17.37 0 17.37h365.585c11.177 0 11.195-17.37 0-17.37H117.801z",fill:"#FFDA44"}))},j2e=function(t){var n=t.title,r=V(t,Gfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M256 256 0 90.691v44.242L155.826 256 0 377.067v44.242z"}),l.createElement("path",{d:"M0 90.691v330.618L189.217 256z"}),l.createElement("path",{fill:"#FFF",d:"m44.184 213.36 24.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"}))},B2e=function(t){var n=t.title,r=V(t,Wfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#496E2D",d:"M0 85.337h512v341.326H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M357.208 183.679c8.397-23.404-1.036-48.858-21.281-61.536a52.131 52.131 0 0 1 10.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 0 1-10.069-4.895c23.686 3.084 47.15-10.566 55.547-33.971zm-46.571-67.95-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"}),l.createElement("path",{d:"m330.338 146.448-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.027zm-.799 35.189-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.026zm33.484 12.013-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"})),l.createElement("path",{fill:"#D80027",d:"M83.478 85.337h89.043v341.326H83.478z"}),l.createElement("path",{fill:"#FFF",d:"m117.458 175.191-14.908-11.105v-15.705l14.908-11.105h21.084l14.908 11.105v15.705l-14.908 11.105z"}),l.createElement("path",{d:"M128 137.276h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.105v-8.012H128z",fill:"#FF9811"}),l.createElement("path",{fill:"#FFF",d:"m117.458 374.725-14.908-11.106v-15.704l14.908-11.105h21.084l14.908 11.105v15.704l-14.908 11.106z"}),l.createElement("path",{d:"M128 336.81h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.106v-8.011H128z",fill:"#FF9811"}),l.createElement("path",{d:"m117.458 274.957-14.908-11.105v-15.703l14.908-11.106h21.084l14.908 11.106v15.703l-14.908 11.105zm36.513 24.434h-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.493zm0-99.768h-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",fill:"#496E2D"}),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M120.576 248.576h14.84v14.84h-14.84z"}),l.createElement("circle",{cx:128,cy:206.113,r:7.421}),l.createElement("circle",{cx:128,cy:305.887,r:7.421})))},H2e=function(t){var n=t.title,r=V(t,qfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}),l.createElement("circle",{fill:"#FFF",cx:256,cy:255.994,r:96}),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"m267.826 219.291 16.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"}),l.createElement("path",{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"})))},V2e=function(t){var n=t.title,r=V(t,Ufe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 85.331h256v170.663H0z"}),l.createElement("path",{fill:"#D80027",d:"M141.357 157.303V130.59h-26.714v26.713H87.93v26.713h26.713v26.713h26.714v-26.713h26.713v-26.713z"}))},G2e=function(t){var n=t.title,r=V(t,Yfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#E30A17",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M259.7 118.6c-13.1-9.5-29-14.6-45.3-14.5-40.8 0-73.8 30.8-73.8 68.9s33.1 68.9 73.8 68.9c17.1 0 32.9-5.4 45.3-14.5-30 38.6-85.7 45.6-124.3 15.5s-45.6-85.7-15.5-124.3 85.7-45.6 124.3-15.5c5.8 4.5 11 9.8 15.5 15.5zm39.9 65.8-18.1 21.9 1.2-28.4-26.4-10.4 27.3-7.6 1.8-28.3 15.6 23.7 27.5-7.1-17.5 22 15.3 23.9-26.7-9.7z"}))},W2e=function(t){var n=t.title,r=V(t,Xfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#FFF",d:"m6.066 85.337 207.961 212.636 131.584 128.69h160.323L297.973 214.027 166.389 85.337z"}),l.createElement("path",{d:"M43.364 85.337 384.69 426.663h83.946L127.31 85.337z"}))},q2e=function(t){var n=t.title,r=V(t,Zfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#00B2EE",d:"M0 171h256.5V0H513v342H0V171z"}),l.createElement("path",{d:"m196.8 274.1 16.8 51.6-43.9-31.9H224l-43.9 31.9 16.7-51.6zm205.8-80.3 16.8 51.6-43.9-31.9h54.3l-43.9 31.9 16.7-51.6zm60.7-44.7 16.8 51.6-43.9-31.9h54.3l-43.9 31.9 16.7-51.6zm0-127.8L480.1 73l-44-32h54.3l-43.9 32 16.8-51.7zm-53 53.7 16.8 51.6-43.9-31.9h54.3l-43.9 31.9L410.3 75zm-77.4 32 16.8 51.6-43.9-31.9H360l-43.9 31.9 16.8-51.6zM350 245.4l16.8 51.6-43.9-31.9h54.3L333.3 297l16.7-51.6zm-71.8-56.2 16.8 51.6-44-31.8h54.3l-43.9 31.9 16.8-51.7zm0 75.3 16.8 51.6-44-31.9h54.3l-43.9 31.9 16.8-51.6z",fill:"#FFDA44"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},U2e=function(t){var n=t.title,r=V(t,Kfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 85.337h256V256H0z"}),l.createElement("path",{fill:"#FFF",d:"M186.435 170.669 162.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"}),l.createElement("circle",{fill:"#0052B4",cx:128,cy:170.674,r:29.006}),l.createElement("path",{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"}))},Y2e=function(t){var n=t.title,r=V(t,Jfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 426.663V85.337h512"}),l.createElement("path",{fill:"#FFDA44",d:"M512 152.222V85.337H411.67L0 359.778v66.885h100.33z"}),l.createElement("path",{d:"M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z"}))},X2e=function(t){var n=t.title,r=V(t,Qfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#338AF3",d:"M0 85.337h512V256H0z"}))},Z2e=function(t){var n=t.title,r=V(t,e1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#232323",d:"M0 0h512v341.3H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 56.9h512v56.9H0z"}),l.createElement("path",{fill:"#D32300",d:"M0 113.8h512v56.9H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 227.6h512v56.9H0z"}),l.createElement("path",{fill:"#D32300",d:"M0 284.4h512v56.9H0z"}),l.createElement("circle",{fill:"#FFF",cx:256,cy:170.7,r:80.7}),l.createElement("path",{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"}))},K2e=function(t){var n=t.title,r=V(t,t1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.7h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513V342H0z",fill:"#D80027"}),l.createElement("path",{fill:"#2E52B2",d:"M0 0h256.5v184.1H0z"}),l.createElement("path",{d:"m47.8 138.9-4-12.8-4.4 12.8H26.2l10.7 7.7-4 12.8 10.9-7.9 10.6 7.9-4.1-12.8 10.9-7.7zm56.3 0-4.1-12.8-4.2 12.8H82.6l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4-12.8 10.7-7.7zm56.5 0-4.3-12.8-4 12.8h-13.5l11 7.7-4.2 12.8 10.7-7.9 11 7.9-4.2-12.8 10.7-7.7zm56.2 0-4-12.8-4.2 12.8h-13.3l10.8 7.7-4 12.8 10.7-7.9 10.8 7.9-4.3-12.8 11-7.7zM100 75.3l-4.2 12.8H82.6L93.3 96l-4 12.6 10.7-7.8 10.8 7.8-4-12.6 10.7-7.9h-13.4zm-56.2 0-4.4 12.8H26.2L36.9 96l-4 12.6 10.9-7.8 10.6 7.8L50.3 96l10.9-7.9H47.8zm112.5 0-4 12.8h-13.5l11 7.9-4.2 12.6 10.7-7.8 11 7.8-4.2-12.6 10.7-7.9h-13.2zm56.5 0-4.2 12.8h-13.3l10.8 7.9-4 12.6 10.7-7.8 10.8 7.8-4.3-12.6 11-7.9h-13.5zm-169-50.6-4.4 12.6H26.2l10.7 7.9-4 12.7L43.8 50l10.6 7.9-4.1-12.7 10.9-7.9H47.8zm56.2 0-4.2 12.6H82.6l10.7 7.9-4 12.7L100 50l10.8 7.9-4-12.7 10.7-7.9h-13.4zm56.3 0-4 12.6h-13.5l11 7.9-4.2 12.7 10.7-7.9 11 7.9-4.2-12.7 10.7-7.9h-13.2zm56.5 0-4.2 12.6h-13.3l10.8 7.9-4 12.7 10.7-7.9 10.8 7.9-4.3-12.7 11-7.9h-13.5z",fill:"#FFF"}))},J2e=function(t){var n=t.title,r=V(t,n1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.7h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513V342H0z",fill:"#D80027"}),l.createElement("path",{fill:"#2E52B2",d:"M0 0h256.5v184.1H0z"}),l.createElement("path",{d:"m47.8 138.9-4-12.8-4.4 12.8H26.2l10.7 7.7-4 12.8 10.9-7.9 10.6 7.9-4.1-12.8 10.9-7.7zm56.3 0-4.1-12.8-4.2 12.8H82.6l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4-12.8 10.7-7.7zm56.5 0-4.3-12.8-4 12.8h-13.5l11 7.7-4.2 12.8 10.7-7.9 11 7.9-4.2-12.8 10.7-7.7zm56.2 0-4-12.8-4.2 12.8h-13.3l10.8 7.7-4 12.8 10.7-7.9 10.8 7.9-4.3-12.8 11-7.7zM100 75.3l-4.2 12.8H82.6L93.3 96l-4 12.6 10.7-7.8 10.8 7.8-4-12.6 10.7-7.9h-13.4zm-56.2 0-4.4 12.8H26.2L36.9 96l-4 12.6 10.9-7.8 10.6 7.8L50.3 96l10.9-7.9H47.8zm112.5 0-4 12.8h-13.5l11 7.9-4.2 12.6 10.7-7.8 11 7.8-4.2-12.6 10.7-7.9h-13.2zm56.5 0-4.2 12.8h-13.3l10.8 7.9-4 12.6 10.7-7.8 10.8 7.8-4.3-12.6 11-7.9h-13.5zm-169-50.6-4.4 12.6H26.2l10.7 7.9-4 12.7L43.8 50l10.6 7.9-4.1-12.7 10.9-7.9H47.8zm56.2 0-4.2 12.6H82.6l10.7 7.9-4 12.7L100 50l10.8 7.9-4-12.7 10.7-7.9h-13.4zm56.3 0-4 12.6h-13.5l11 7.9-4.2 12.7 10.7-7.9 11 7.9-4.2-12.7 10.7-7.9h-13.2zm56.5 0-4.2 12.6h-13.3l10.8 7.9-4 12.7 10.7-7.9 10.8 7.9-4.3-12.7 11-7.9h-13.5z",fill:"#FFF"}))},Q2e=function(t){var n=t.title,r=V(t,r1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 38h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z",fill:"#0038a8"}),l.createElement("path",{fill:"#FFF",d:"M0 0h256.5v190H0z"}),l.createElement("path",{fill:"#FED443",d:"m128.3 138.7-15.1 22.6-3.8-26.9L86 148.2l8.2-25.9-27.2 2.2 18.6-19.8L60.3 95l25.4-9.7L67 65.5l27.1 2.3-8.2-25.9 23.4 13.8 3.9-26.9 15.1 22.6 15.1-22.6 3.8 26.9 23.4-13.8-8.2 25.9 27.1-2.2-18.6 19.8 25.4 9.7-25.4 9.7 18.6 19.8-27.1-2.2 8.2 25.9-23.4-13.8-3.9 26.9-15-22.7zm0-.5c23.9.9 44-17.6 44.9-41.5.9-23.9-17.6-44-41.5-44.9h-3.4c-23.9.8-42.6 20.8-41.8 44.6.6 22.8 19 41.1 41.8 41.8zm0-10.6c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.3 34-34 34z"}))},eme=function(t){var n=t.title,r=V(t,i1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#3081f7",d:"M0 0h513v108H0z"}),l.createElement("path",{fill:"#ee162e",d:"M0 108h513v9H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 117h513v108H0z"}),l.createElement("path",{fill:"#ee162e",d:"M0 225h513v9H0z"}),l.createElement("path",{fill:"#308738",d:"M0 233h513v108H0z"}),l.createElement("path",{d:"M53.5 54c0-23.1 16.4-35 34.3-38.9-2.7-.6-5.6-.9-8.5-.9-22 0-39.8 17.8-39.8 39.8s17.8 39.8 39.8 39.8c2.9 0 5.8-.3 8.5-.9C69.9 89 53.5 77.1 53.5 54zm57.9 21.3 1.8 5.9h6.2l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.9h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.9h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm27.9 0 1.9 5.9h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.9h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm-83.5-28.9 1.9 5.8h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.8h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm27.9 0 1.9 5.8h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.8h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm-55.7-29 1.9 5.8h6.1l-4.9 3.6 1.9 5.9-5-3.6-4.9 3.6 1.9-5.9-5-3.6h6.1zm27.9 0 1.9 5.8h6.1l-5 3.6 1.9 5.9-4.9-3.6-5 3.6 1.9-5.9-4.9-3.6h6.1zm27.8 0 1.9 5.8h6.1l-4.9 3.6 1.9 5.9-5-3.6-4.9 3.6 1.9-5.9-5-3.6h6.1z",fill:"#FFF"}))},tme=function(t){var n=t.title,r=V(t,o1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}),l.createElement("path",{fill:"#FFF",d:"M256 85.331h256v341.337H256z"}),l.createElement("path",{fill:"#ACABB1",d:"m321.353 233.837 32.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 1 1 8.95 11.84 7.421 7.421 0 0 1-8.95-11.84z"}),l.createElement("path",{fill:"#FFDA44",d:"m376.367 247.24 17.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 1 1-11.84-8.95 7.42 7.42 0 0 1 11.84 8.95z"}))},nme=function(t){var n=t.title,r=V(t,a1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#338AF3",d:"M0 85.331h170.663v341.337H0z"}),l.createElement("path",{d:"M341.337 85.331H512v341.337H341.337zM214.261 283.82l-33.393-50.086 33.392-50.087 33.392 50.087zm83.478 0-33.391-50.086 33.391-50.087 33.393 50.087zM256 350.603l-33.391-50.087L256 250.429l33.391 50.087z",fill:"#6DA544"}))},rme=function(t){var n=t.title,r=V(t,s1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFCE00",d:"M0 0h22.5v5H0z"}),l.createElement("path",{fill:"#203899",d:"M0 5h22.5v5H0z"}),l.createElement("path",{fill:"#D82B2B",d:"M0 10h22.5v5H0z"}),l.createElement("path",{fill:"#FFF",d:"m12.13 5.38.14.46.45.14-.39.27.01.48-.38-.29-.45.15.15-.44-.28-.38h.47zm-1.77 0 .27.39h.47l-.28.38.15.45-.45-.16-.38.28.01-.47-.39-.28.45-.13zm3.44.56-.01.48.39.27-.46.14-.14.45-.27-.38h-.48l.29-.38-.15-.45.45.16zm-5.11.02.4.27.44-.18-.13.46.3.36-.47.02-.26.4-.16-.44-.46-.12.37-.3zm6.55 1.17-.2.44.25.4-.47-.05-.31.36-.1-.46-.43-.18.41-.24.03-.47.35.31zm.19 1.12.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-.06zm.31-1.15.45.14.38-.29v.48l.39.26-.45.15-.13.46-.28-.38-.47.01.27-.38z"}))},ime=function(t){var n=t.title,r=V(t,l1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#ffc72c",d:"m384.8 174.7-46.2 46.2c8.7 16.7 26.1 28.1 46.2 28.1s37.6-11.4 46.2-28.1l-46.2-46.2z"}),l.createElement("path",{fill:"#006129",stroke:"#fff",strokeWidth:3,d:"M332.7 93v81.8c0 39.8 52 52 52 52s52-12.2 52-52V93h-104z"}),l.createElement("path",{fill:"#FFF",d:"M373.6 130.1h22.3v59.5h-22.3z"}),l.createElement("circle",{fill:"#9c4c00",cx:384.8,cy:130.1,r:11.2}),l.createElement("path",{d:"M347.6 107.8h14.9v14.9h-14.9zm0 33.5h14.9v14.9h-14.9zm0 33.4h14.9v14.9h-14.9zm59.5-66.9H422v14.9h-14.9zm0 33.5H422v14.9h-14.9zm0 33.4H422v14.9h-14.9z",fill:"#ffc72c"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},ome=function(t){var n=t.title,r=V(t,u1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h512v341.3H0z"}),l.createElement("path",{fill:"#1583C4",d:"m397.7 166.3-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"}),l.createElement("path",{fill:"#1583C4",d:"m404.9 188-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"}),l.createElement("path",{fill:"#1583C4",d:"m379 181.3-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"}),l.createElement("path",{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"}),l.createElement("g",{fill:"#FFD836",stroke:"#231F20",strokeMiterlimit:10},l.createElement("path",{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"}),l.createElement("path",{d:"m466.1 48.4-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"})),l.createElement("path",{fill:"#FFF",stroke:"#231F20",strokeMiterlimit: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.3z"}),l.createElement("path",{d:"M225.2 137.7V235c8.2 6 17 10.2 23.9 12.9V137.7h-23.9zm71.6 0V235c-8.2 6-17 10.2-23.9 12.9V137.7h23.9z",fill:"#D80027"}),l.createElement("path",{fill:"#0052B4",d:"M201.3 111.8h119.4v37.9H201.3z"}),l.createElement("path",{fill:"#1583C4",d:"m60.1 210.5-21.9-58.1H15.7l31.8 80.8h25.2l31.5-80.8H81.7zm391.4-58.6h18.9v81.7h-18.9z"}))},ame=function(t){var n=t.title,r=V(t,c1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M196.641 85.337H0v341.326h512V85.337z"}),l.createElement("path",{fill:"#FFDA44",d:"m256 157.279 22.663 69.747H352l-59.332 43.106 22.664 69.749L256 296.774l-59.332 43.107 22.664-69.749L160 227.026h73.337z"}))},sme=function(t){var n=t.title,r=V(t,d1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#6DA544",d:"M512 256v170.663H0L215.185 256z"}),l.createElement("path",{fill:"#D80027",d:"M512 85.337V256H215.185L0 85.337z"}),l.createElement("path",{d:"M221.001 239.304 26.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"}),l.createElement("g",{fill:"#FFDA44"},l.createElement("path",{d:"M8.956 85.337H0v7.103L206.229 256 0 419.559v7.104h8.956l208.168-165.098H512v-11.13H217.124z"}),l.createElement("path",{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 0 0 4.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"})))},lme=function(t){var n=t.title,r=V(t,f1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 100"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80B30",d:"M0 0h150v100H0z"}),l.createElement("path",{fill:"#00318A",d:"M0 0h20v44.33H0z"}),l.createElement("path",{fill:"#FFF",d:"M20 0h20v44.33H20z"}),l.createElement("path",{fill:"none",stroke:"#FFF",strokeWidth:3,d:"M0 44.33h62.75V0"}),l.createElement("path",{fill:"#FFF",d:"M108.08 43.29 87.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.71 20.13-20.13v40.25L114.79 50z"}))},ume=function(t){var n=t.title,r=V(t,h1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 85.331h256v170.663H0z"}),l.createElement("path",{d:"m165.483 181.79 2.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.94zm-44.904-66.783 4.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.901zm44.522 14.841 4.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.9zm-35.192 59.363 4.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.9zm-39.01-37.103 4.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",fill:"#FFF"}))},cme=function(t){var n=t.title,r=V(t,p1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v48.8H0zm0 97.5h513v48.8H0zM0 195h513v48.8H0zm0 97.6h513v48.8H0z",fill:"#6DA544"}),l.createElement("path",{fill:"#D80027",d:"M0 0h256.5v146.3H0z"}),l.createElement("path",{fill:"#FFF",d:"m116.9 114.4-7.5-14.8V69.9L128 59l18.6 10.9v22.3l7.4-7.4 4.2 3-4.2 11.8-14.9 14.8z"}),l.createElement("circle",{fill:"#FFF",cx:82,cy:82.8,r:5.4}),l.createElement("circle",{fill:"#FFF",cx:90.8,cy:61.7,r:5.4}),l.createElement("circle",{fill:"#FFF",cx:106.6,cy:46.2,r:5.4}),l.createElement("circle",{fill:"#FFF",cx:128,cy:40.8,r:5.4}),l.createElement("circle",{fill:"#FFF",cx:149.4,cy:46.2,r:5.4}),l.createElement("circle",{fill:"#FFF",cx:165.2,cy:61.7,r:5.4}),l.createElement("circle",{fill:"#FFF",cx:174,cy:82.8,r:5.4}))},dme=function(t){var n=t.title,r=V(t,m1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600",fill:"#e30a17"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h900v600H0z",fill:"#fff"}),l.createElement("circle",{cx:300,cy:300,r:150}),l.createElement("circle",{cx:337.5,cy:300,r:120,fill:"#fff"}),l.createElement("path",{d:"M0 60h900v60H0zm0 420h900v60H0zm417.5-180 135.676-44.084-83.852 115.413V228.671l83.852 115.413z"}))},fme=function(t){var n=t.title,r=V(t,g1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.33"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 0h512v341.34H0z"}),l.createElement("path",{d:"m220.72 42.63 7.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.58zm70.56-.06 7.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.59zm62.08 11.36 7.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.58zm63.01 18.3 7.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.59zm-257.73-18.3 7.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.58zm-63.01 18.3 7.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",fill:"#FFF"}),l.createElement("path",{fill:"#FFDA44",d:"m217.53 259.33-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"}))},hme=function(t){var n=t.title,r=V(t,v1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 450 300"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h450v300H0z"}),l.createElement("path",{fill:"red",d:"M0 100h450v200H0z"}),l.createElement("path",{fill:"#FFDF00",d:"M0 200h450v100H0z"}))},pme=function(t){var n=t.title,r=V(t,b1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),l.createElement("path",{d:"M0 312.888h512v113.775H0z"}))},mme=function(t){var n=t.title,r=V(t,y1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h90v60H0z"}),l.createElement("path",{stroke:"#7f7f7f",strokeWidth:.25,fill:"#ABABAB",d:"M75.6 39.6c-1.1.7 0 1.8-.6 1.9-.6.1-1.5-1.4-.2-2.5 1.6-1.5 5.8 0 5.9 4.3 0 2.2-.9 6.8-7.2 6.8-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.2s5.7-2.4 5.8-4.9c.1-3.9-3-4.4-3.7-4zm-64.9 4c.1 2.5 1.8 4.7 5.8 4.9s8.2-2.2 8.5-5.2c.8-7.5-9.7-11.3-10.3-12-.7-.7-.5 3.9-.5 3.9s-1.8-2.1-4.8-3.9c-3.2-2-3.2-7.3-3.2-7.3s6.2 1.6 4.3-1c-2.9-4-.6-11.7 7-11.7 2.1 0 1.8 3.9 3 5.5 1.1 1.5 4 3.5 4 4.6s-3.5.3-6.6-1.4c-1.9-1-3.3-1.4-3.3-.9.1 1.5 3.7 3.8 6.8 5 2.8 1.1 6.5 9.8 6.5 14.6 0 5.7-3.8 11.4-11.4 11.4-6.3 0-7.2-4.6-7.2-6.8.1-4.3 4.3-5.8 5.9-4.3 1.2 1.1.4 2.7-.2 2.5-.6-.1.6-1.2-.6-1.9-.6-.4-3.7.1-3.7 4z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#3951A3",d:"M31 13.1h28v15.7H31z"}),l.createElement("path",{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"}),l.createElement("circle",{fill:"#FEE05F",cx:39.1,cy:36.5,r:3}),l.createElement("circle",{fill:"#FEE05F",cx:50.9,cy:36.5,r:3}))},gme=function(t){var n=t.title,r=V(t,x1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{d:"M114.024 256.001 0 141.926v228.17z"}),l.createElement("path",{fill:"#ffb915",d:"M161.192 256 0 94.7v47.226l114.024 114.075L0 370.096v47.138z"}),l.createElement("path",{fill:"#007847",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"}),l.createElement("path",{fill:"#000c8a",d:"M503.181 322.783H236.433l-103.881 103.88H512v-103.88z"}),l.createElement("path",{fill:"#e1392d",d:"M503.181 189.217H512V85.337H132.552l103.881 103.88z"}))},vme=function(t){var n=t.title,r=V(t,w1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#496E2D",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#D80027",d:"M341.337 255.994h56.888v170.663h-56.888z"}),l.createElement("path",{fill:"#FF9811",d:"M455.112 255.994H512v170.663h-56.888z"}),l.createElement("path",{d:"M398.225 255.994h56.888v170.663h-56.888z"}))},bme=function(t){var n=t.title,r=V(t,E1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 85.333h512V426.67H0z"}),l.createElement("path",{d:"M0 134.196h512v48.868H0zm0 195.472h512v48.868H0z",fill:"#FFDA44"}),l.createElement("path",{fill:"#057f44",d:"M0 85.333h512v48.868H0z"}),l.createElement("path",{d:"M0 183.069h512v48.868H0zm0 97.737h512v48.868H0z",fill:"#D80027"}),l.createElement("path",{fill:"#057f44",d:"M0 378.542h512v48.128H0z"}),l.createElement("path",{fill:"#FFF",d:"M276.992 255.996 106.329 426.659H0V85.333h106.329z"}),l.createElement("path",{d:"M256 255.996 85.334 426.662h20.987l170.667-170.666L106.321 85.33H85.334z"}),l.createElement("path",{fill:"#D80027",d:"m102.465 202.57 13.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"}),l.createElement("path",{fill:"#FFDA44",d:"m138.94 259.335-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 0 0 1.381-5.231c6.397-2.589 8.342-9.24 8.342-9.24z"}))};const yme={AC:S1e,AD:I1e,AE:A1e,AF:M1e,AG:$1e,AI:R1e,AL:N1e,AM:P1e,AO:O1e,AQ:T1e,AR:F1e,AS:_1e,AT:D1e,AU:z1e,AW:k1e,AX:L1e,AZ:j1e,BA:B1e,BB:H1e,BD:V1e,BE:G1e,BF:W1e,BG:q1e,BH:U1e,BI:Y1e,BJ:X1e,BL:Z1e,BM:K1e,BN:J1e,BO:Q1e,BQ_BO:ehe,BQ_SA:the,BQ_SE:nhe,BQ:rhe,BR:ihe,BS:ohe,BT:ahe,BV:she,BW:lhe,BY:uhe,BZ:che,CA:dhe,CC:fhe,CD:hhe,CF:phe,CG:mhe,CH:ghe,CI:vhe,CK:bhe,CL:yhe,CM:xhe,CN:whe,CO:Ehe,CR:Che,CU:She,CV:Ihe,CW:Ahe,CX:Mhe,CY:$he,CZ:Rhe,DE:Nhe,DJ:Phe,DK:Ohe,DM:The,DO:Fhe,DZ:_he,EC:Dhe,EE:zhe,EG:khe,EH:Lhe,ER:jhe,ES_CT:Bhe,ES:Hhe,ET:Vhe,EU:Ghe,FI:Whe,FJ:qhe,FK:Uhe,FM:Yhe,FO:Xhe,FR:Zhe,GA:Khe,GB_ENG:Jhe,GB_NIR:Qhe,GB_SCT:e0e,GB_WLS:t0e,GB:n0e,GD:r0e,GE:i0e,GF:o0e,GG:a0e,GH:s0e,GI:l0e,GL:u0e,GM:c0e,GN:d0e,GP:f0e,GQ:h0e,GR:p0e,GS:m0e,GT:g0e,GU:v0e,GW:b0e,GY:y0e,HK:x0e,HM:w0e,HN:E0e,HR:C0e,HT:S0e,HU:I0e,IC:A0e,ID:M0e,IE:$0e,IL:R0e,IM:N0e,IN:P0e,IO:O0e,IQ:T0e,IR:F0e,IS:_0e,IT:D0e,JE:z0e,JM:k0e,JO:L0e,JP:j0e,KE:B0e,KG:H0e,KH:V0e,KI:G0e,KM:W0e,KN:q0e,KP:U0e,KR:Y0e,KW:X0e,KY:Z0e,KZ:K0e,LA:J0e,LB:Q0e,LC:epe,LI:tpe,LK:npe,LR:rpe,LS:ipe,LT:ope,LU:ape,LV:spe,LY:lpe,MA:upe,MC:cpe,MD:dpe,ME:fpe,MF:hpe,MG:ppe,MH:mpe,MK:gpe,ML:vpe,MM:bpe,MN:ype,MO:xpe,MP:wpe,MQ:Epe,MR:Cpe,MS:Spe,MT:Ipe,MU:Ape,MV:Mpe,MW:$pe,MX:Rpe,MY:Npe,MZ:Ppe,NA:Ope,NC:Tpe,NE:Fpe,NF:_pe,NG:Dpe,NI:zpe,NL:kpe,NO:Lpe,NP:jpe,NR:Bpe,NU:Hpe,NZ:Vpe,OM:Gpe,PA:Wpe,PE:qpe,PF:Upe,PG:Ype,PH:Xpe,PK:Zpe,PL:Kpe,PM:Jpe,PN:Qpe,PR:e2e,PS:t2e,PT:n2e,PW:r2e,PY:i2e,QA:o2e,RE:a2e,RO:s2e,RS:l2e,RU:u2e,RW:c2e,SA:d2e,SB:f2e,SC:h2e,SD:p2e,SE:m2e,SG:g2e,SH:v2e,SI:b2e,SJ:y2e,SK:x2e,SL:w2e,SM:E2e,SN:C2e,SO:S2e,SR:I2e,SS:A2e,ST:M2e,SV:$2e,SX:R2e,SY:N2e,SZ:P2e,TA:O2e,TC:T2e,TD:F2e,TF:_2e,TG:D2e,TH:z2e,TJ:k2e,TK:L2e,TL:j2e,TM:B2e,TN:H2e,TO:V2e,TR:G2e,TT:W2e,TV:q2e,TW:U2e,TZ:Y2e,UA:X2e,UG:Z2e,UM:K2e,US:J2e,UY:Q2e,UZ:eme,VA:tme,VC:nme,VE:rme,VG:ime,VI:ome,VN:ame,VU:sme,WF:lme,WS:ume,XA:cme,XC:dme,XK:fme,XO:hme,YE:pme,YT:mme,ZA:gme,ZM:vme,ZW:bme};function WP({className:e,children:t,...n}){return m.jsxs(pH,{"data-slot":"scroll-area",className:L("ui:relative",e),...n,children:[m.jsx(mH,{"data-slot":"scroll-area-viewport",className:"ui:focus-visible:ring-ring/50 ui:size-full ui:rounded-[inherit] ui:transition-[color,box-shadow] ui:outline-none ui:focus-visible:ring-[3px] ui:focus-visible:outline-1",children:t}),m.jsx(qP,{}),m.jsx(gH,{})]})}function qP({className:e,orientation:t="vertical",...n}){return m.jsx(RI,{"data-slot":"scroll-area-scrollbar",orientation:t,className:L("ui:flex ui:touch-none ui:p-px ui:transition-colors ui:select-none",t==="vertical"&&"ui:h-full ui:w-2.5 ui:border-l ui:border-l-transparent",t==="horizontal"&&"ui:h-2.5 ui:flex-col ui:border-t ui:border-t-transparent",e),...n,children:m.jsx(TI,{"data-slot":"scroll-area-thumb",className:"ui:bg-border ui:relative ui:flex-1 ui:rounded-full"})})}const Y4=y.forwardRef(({className:e,onChange:t,value:n,...r},i)=>m.jsx(Ale,{ref:i,className:L("ui:flex ui:items-center",e),flagComponent:X4,countrySelectComponent:xme,inputComponent:UP,smartCaret:!1,value:n||void 0,onChange:o=>t?.(o||""),...r}));Y4.displayName="PhoneInput";const UP=y.forwardRef(({className:e,...t},n)=>m.jsx(ko,{className:L("ui:box-border ui:rounded-e-lg ui:rounded-s-none ui:h-10",e),...t,ref:n}));UP.displayName="InputComponent";const xme=({disabled:e,value:t,options:n,onChange:r})=>{const i=y.useRef(null),[o,a]=y.useState(""),[s,u]=y.useState(!1);return y.useEffect(()=>{if(!s)return;const c=i.current?.querySelector("[data-radix-scroll-area-viewport]");c instanceof HTMLElement&&(c.scrollTop=0)},[o,s]),m.jsxs(M1,{open:s,modal:!0,onOpenChange:c=>{u(c),c&&a("")},children:[m.jsx(ec,{asChild:!0,children:m.jsxs(qt,{type:"button",variant:"outline",className:"ui:flex ui:gap-1 ui:rounded-e-none ui:rounded-s-lg ui:border-r-0 ui:px-3 ui:focus-visible:z-10 ui:h-10",disabled:e,children:[m.jsx(X4,{country:t,countryName:t}),m.jsx(Re.ChevronsUpDown,{className:L("ui:-mr-2 ui:size-4 ui:opacity-50",e?"ui:hidden":"ui:opacity-100")})]})}),m.jsx(tc,{className:"ui:w-[300px] ui:p-0",children:m.jsxs(r4,{children:[m.jsx(G$,{value:o,onValueChange:a,placeholder:"Search country..."}),m.jsx(W$,{children:m.jsxs(WP,{ref:i,className:"ui:h-72",children:[m.jsx(q$,{children:"No country found."}),m.jsx(U$,{children:n.map(({value:c,label:d})=>c?m.jsx(wme,{country:c,countryName:d,selectedCountry:t,onChange:r,onSelectComplete:()=>u(!1)},c):null)})]})})]})})]})},wme=({country:e,countryName:t,selectedCountry:n,onChange:r,onSelectComplete:i})=>{const o=()=>{r(e),i()};return m.jsxs(Y$,{className:"ui:gap-2",onSelect:o,children:[m.jsx(X4,{country:e,countryName:t}),m.jsx("span",{className:"ui:flex-1 ui:text-sm",children:t}),m.jsx("span",{className:"ui:text-sm ui:text-foreground/50",children:`+${Mle(e)}`}),m.jsx(Re.CheckIcon,{className:L("ui:ml-auto ui:size-4",e===n?"ui:opacity-100":"ui:opacity-0")})]})},X4=({country:e,countryName:t})=>{const n=yme[e];return m.jsx("span",{className:"ui:flex ui:h-4 ui:w-6 ui:overflow-hidden ui:rounded-sm ui:bg-foreground/20 ui:[&_svg:not([class*='size-'])]:size-full",children:n&&m.jsx(n,{title:t})})},Eme=({label:e,name:t,description:n,showErrorPlaceholder:r=!1,errorClassName:i,containerClassName:o,labelClassName:a,mainLanguage:s,...u})=>{const{control:c}=On.useFormContext();if(!c)throw new Error("FormPhoneInput must be used within a FormProvider or receive a control prop");return m.jsx(Fn,{control:c,name:t,render:({field:d})=>m.jsxs(An,{className:L("ui:w-full",o),children:[m.jsx(Qn,{className:a,children:e}),m.jsx(Bn,{children:m.jsx(Y4,{...d,...u,defaultCountry:s||void 0})}),m.jsx(In,{children:m.jsx(Ht,{condition:!!n,children:m.jsx(nr,{className:"ui:text-xs",children:n})})}),m.jsx(_n,{showErrorPlaceholder:r,className:i})]})})};function Cme({...e}){return m.jsx(NB,{"data-slot":"hover-card",...e})}function Sme({...e}){return m.jsx(PB,{"data-slot":"hover-card-trigger",...e})}function Ime({className:e,align:t="center",sideOffset:n=4,...r}){return m.jsx(OB,{"data-slot":"hover-card-portal",children:m.jsx(TB,{"data-slot":"hover-card-content",align:t,sideOffset:n,className:L("ui:bg-popover ui:text-popover-foreground ui:data-[state=open]:animate-in ui:data-[state=closed]:animate-out ui:data-[state=closed]:fade-out-0 ui:data-[state=open]:fade-in-0 ui:data-[state=closed]:zoom-out-95 ui:data-[state=open]:zoom-in-95 ui:data-[side=bottom]:slide-in-from-top-2 ui:data-[side=left]:slide-in-from-right-2 ui:data-[side=right]:slide-in-from-left-2 ui:data-[side=top]:slide-in-from-bottom-2 ui:z-50 ui:w-64 ui:origin-(--radix-hover-card-content-transform-origin) ui:rounded-md ui:border ui:p-4 ui:shadow-md ui:outline-hidden",e),...r})})}function Ame({name:e,className:t,...n}){return m.jsx("i",{className:L(`icon-${e}`,t),...n,children:m.jsxs("span",{className:"ui:for-screenreader-only",children:[e," icon"]})})}var Mme=Object.defineProperty,$me=Object.defineProperties,Rme=Object.getOwnPropertyDescriptors,df=Object.getOwnPropertySymbols,YP=Object.prototype.hasOwnProperty,XP=Object.prototype.propertyIsEnumerable,Z8=(e,t,n)=>t in e?Mme(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Nme=(e,t)=>{for(var n in t||(t={}))YP.call(t,n)&&Z8(e,n,t[n]);if(df)for(var n of df(t))XP.call(t,n)&&Z8(e,n,t[n]);return e},Pme=(e,t)=>$me(e,Rme(t)),Ome=(e,t)=>{var n={};for(var r in e)YP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&df)for(var r of df(e))t.indexOf(r)<0&&XP.call(e,r)&&(n[r]=e[r]);return n};function Tme(e){let t=setTimeout(e,0),n=setTimeout(e,10),r=setTimeout(e,50);return[t,n,r]}function Fme(e){let t=y.useRef();return y.useEffect(()=>{t.current=e}),t.current}var _me=18,ZP=40,Dme=`${ZP}px`,zme=["[data-lastpass-icon-root]","com-1password-button","[data-dashlanecreated]",'[style$="2147483647 !important;"]'].join(",");function kme({containerRef:e,inputRef:t,pushPasswordManagerStrategy:n,isFocused:r}){let[i,o]=y.useState(!1),[a,s]=y.useState(!1),[u,c]=y.useState(!1),d=y.useMemo(()=>n==="none"?!1:(n==="increase-width"||n==="experimental-no-flickering")&&i&&a,[i,a,n]),f=y.useCallback(()=>{let h=e.current,p=t.current;if(!h||!p||u||n==="none")return;let g=h,b=g.getBoundingClientRect().left+g.offsetWidth,v=g.getBoundingClientRect().top+g.offsetHeight/2,x=b-_me,w=v;document.querySelectorAll(zme).length===0&&document.elementFromPoint(x,w)===h||(o(!0),c(!0))},[e,t,u,n]);return y.useEffect(()=>{let h=e.current;if(!h||n==="none")return;function p(){let b=window.innerWidth-h.getBoundingClientRect().right;s(b>=ZP)}p();let g=setInterval(p,1e3);return()=>{clearInterval(g)}},[e,n]),y.useEffect(()=>{let h=r||document.activeElement===t.current;if(n==="none"||!h)return;let p=setTimeout(f,0),g=setTimeout(f,2e3),b=setTimeout(f,5e3),v=setTimeout(()=>{c(!0)},6e3);return()=>{clearTimeout(p),clearTimeout(g),clearTimeout(b),clearTimeout(v)}},[t,r,n,f]),{hasPWMBadge:i,willPushPWMBadge:d,PWM_BADGE_SPACE_WIDTH:Dme}}var Lme=y.createContext({}),KP=y.forwardRef((e,t)=>{var n=e,{value:r,onChange:i,maxLength:o,textAlign:a="left",pattern:s,placeholder:u,inputMode:c="numeric",onComplete:d,pushPasswordManagerStrategy:f="increase-width",pasteTransformer:h,containerClassName:p,noScriptCSSFallback:g=jme,render:b,children:v}=n,x=Ome(n,["value","onChange","maxLength","textAlign","pattern","placeholder","inputMode","onComplete","pushPasswordManagerStrategy","pasteTransformer","containerClassName","noScriptCSSFallback","render","children"]),w,E,C,S,M;let[A,R]=y.useState(typeof x.defaultValue=="string"?x.defaultValue:""),P=r??A,W=Fme(P),$=y.useCallback(k=>{i?.(k),R(k)},[i]),O=y.useMemo(()=>s?typeof s=="string"?new RegExp(s):s:null,[s]),N=y.useRef(null),B=y.useRef(null),z=y.useRef({value:P,onChange:$,isIOS:typeof window<"u"&&((E=(w=window?.CSS)==null?void 0:w.supports)==null?void 0:E.call(w,"-webkit-touch-callout","none"))}),T=y.useRef({prev:[(C=N.current)==null?void 0:C.selectionStart,(S=N.current)==null?void 0:S.selectionEnd,(M=N.current)==null?void 0:M.selectionDirection]});y.useImperativeHandle(t,()=>N.current,[]),y.useEffect(()=>{let k=N.current,ue=B.current;if(!k||!ue)return;z.current.value!==k.value&&z.current.onChange(k.value),T.current.prev=[k.selectionStart,k.selectionEnd,k.selectionDirection];function ee(){if(document.activeElement!==k){j(null),K(null);return}let le=k.selectionStart,pe=k.selectionEnd,he=k.selectionDirection,we=k.maxLength,Se=k.value,Ae=T.current.prev,Ke=-1,ct=-1,Je;if(Se.length!==0&&le!==null&&pe!==null){let bt=le===pe,ht=le===Se.length&&Se.length<we;if(bt&&!ht){let st=le;if(st===0)Ke=0,ct=1,Je="forward";else if(st===we)Ke=st-1,ct=st,Je="backward";else if(we>1&&Se.length>1){let yt=0;if(Ae[0]!==null&&Ae[1]!==null){Je=st<Ae[1]?"backward":"forward";let Tt=Ae[0]===Ae[1]&&Ae[0]<we;Je==="backward"&&!Tt&&(yt=-1)}Ke=yt+st,ct=yt+st+1}}Ke!==-1&&ct!==-1&&Ke!==ct&&N.current.setSelectionRange(Ke,ct,Je)}let Ze=Ke!==-1?Ke:le,at=ct!==-1?ct:pe,rt=Je??he;j(Ze),K(at),T.current.prev=[Ze,at,rt]}if(document.addEventListener("selectionchange",ee,{capture:!0}),ee(),document.activeElement===k&&_(!0),!document.getElementById("input-otp-style")){let le=document.createElement("style");if(le.id="input-otp-style",document.head.appendChild(le),le.sheet){let pe="background: transparent !important; color: transparent !important; border-color: transparent !important; opacity: 0 !important; box-shadow: none !important; -webkit-box-shadow: none !important; -webkit-text-fill-color: transparent !important;";fl(le.sheet,"[data-input-otp]::selection { background: transparent !important; color: transparent !important; }"),fl(le.sheet,`[data-input-otp]:autofill { ${pe} }`),fl(le.sheet,`[data-input-otp]:-webkit-autofill { ${pe} }`),fl(le.sheet,"@supports (-webkit-touch-callout: none) { [data-input-otp] { letter-spacing: -.6em !important; font-weight: 100 !important; font-stretch: ultra-condensed; font-optical-sizing: none !important; left: -1px !important; right: 1px !important; } }"),fl(le.sheet,"[data-input-otp] + * { pointer-events: all !important; }")}}let ce=()=>{ue&&ue.style.setProperty("--root-height",`${k.clientHeight}px`)};ce();let me=new ResizeObserver(ce);return me.observe(k),()=>{document.removeEventListener("selectionchange",ee,{capture:!0}),me.disconnect()}},[]);let[G,q]=y.useState(!1),[U,_]=y.useState(!1),[Q,j]=y.useState(null),[J,K]=y.useState(null);y.useEffect(()=>{Tme(()=>{var k,ue,ee,ce;(k=N.current)==null||k.dispatchEvent(new Event("input"));let me=(ue=N.current)==null?void 0:ue.selectionStart,le=(ee=N.current)==null?void 0:ee.selectionEnd,pe=(ce=N.current)==null?void 0:ce.selectionDirection;me!==null&&le!==null&&(j(me),K(le),T.current.prev=[me,le,pe])})},[P,U]),y.useEffect(()=>{W!==void 0&&P!==W&&W.length<o&&P.length===o&&d?.(P)},[o,d,W,P]);let Y=kme({containerRef:B,inputRef:N,pushPasswordManagerStrategy:f,isFocused:U}),ie=y.useCallback(k=>{let ue=k.currentTarget.value.slice(0,o);if(ue.length>0&&O&&!O.test(ue)){k.preventDefault();return}typeof W=="string"&&ue.length<W.length&&document.dispatchEvent(new Event("selectionchange")),$(ue)},[o,$,W,O]),X=y.useCallback(()=>{var k;if(N.current){let ue=Math.min(N.current.value.length,o-1),ee=N.current.value.length;(k=N.current)==null||k.setSelectionRange(ue,ee),j(ue),K(ee)}_(!0)},[o]),re=y.useCallback(k=>{var ue,ee;let ce=N.current;if(!h&&(!z.current.isIOS||!k.clipboardData||!ce))return;let me=k.clipboardData.getData("text/plain"),le=h?h(me):me;k.preventDefault();let pe=(ue=N.current)==null?void 0:ue.selectionStart,he=(ee=N.current)==null?void 0:ee.selectionEnd,we=(pe!==he?P.slice(0,pe)+le+P.slice(he):P.slice(0,pe)+le+P.slice(pe)).slice(0,o);if(we.length>0&&O&&!O.test(we))return;ce.value=we,$(we);let Se=Math.min(we.length,o-1),Ae=we.length;ce.setSelectionRange(Se,Ae),j(Se),K(Ae)},[o,$,O,P]),te=y.useMemo(()=>({position:"relative",cursor:x.disabled?"default":"text",userSelect:"none",WebkitUserSelect:"none",pointerEvents:"none"}),[x.disabled]),oe=y.useMemo(()=>({position:"absolute",inset:0,width:Y.willPushPWMBadge?`calc(100% + ${Y.PWM_BADGE_SPACE_WIDTH})`:"100%",clipPath:Y.willPushPWMBadge?`inset(0 ${Y.PWM_BADGE_SPACE_WIDTH} 0 0)`:void 0,height:"100%",display:"flex",textAlign:a,opacity:"1",color:"transparent",pointerEvents:"all",background:"transparent",caretColor:"transparent",border:"0 solid transparent",outline:"0 solid transparent",boxShadow:"none",lineHeight:"1",letterSpacing:"-.5em",fontSize:"var(--root-height)",fontFamily:"monospace",fontVariantNumeric:"tabular-nums"}),[Y.PWM_BADGE_SPACE_WIDTH,Y.willPushPWMBadge,a]),se=y.useMemo(()=>y.createElement("input",Pme(Nme({autoComplete:x.autoComplete||"one-time-code"},x),{"data-input-otp":!0,"data-input-otp-placeholder-shown":P.length===0||void 0,"data-input-otp-mss":Q,"data-input-otp-mse":J,inputMode:c,pattern:O?.source,"aria-placeholder":u,style:oe,maxLength:o,value:P,ref:N,onPaste:k=>{var ue;re(k),(ue=x.onPaste)==null||ue.call(x,k)},onChange:ie,onMouseOver:k=>{var ue;q(!0),(ue=x.onMouseOver)==null||ue.call(x,k)},onMouseLeave:k=>{var ue;q(!1),(ue=x.onMouseLeave)==null||ue.call(x,k)},onFocus:k=>{var ue;X(),(ue=x.onFocus)==null||ue.call(x,k)},onBlur:k=>{var ue;_(!1),(ue=x.onBlur)==null||ue.call(x,k)}})),[ie,X,re,c,oe,o,J,Q,x,O?.source,P]),D=y.useMemo(()=>({slots:Array.from({length:o}).map((k,ue)=>{var ee;let ce=U&&Q!==null&&J!==null&&(Q===J&&ue===Q||ue>=Q&&ue<J),me=P[ue]!==void 0?P[ue]:null,le=P[0]!==void 0?null:(ee=u?.[ue])!=null?ee:null;return{char:me,placeholderChar:le,isActive:ce,hasFakeCaret:ce&&me===null}}),isFocused:U,isHovering:!x.disabled&&G}),[U,G,o,J,Q,x.disabled,P]),ne=y.useMemo(()=>b?b(D):y.createElement(Lme.Provider,{value:D},v),[v,D,b]);return y.createElement(y.Fragment,null,g!==null&&y.createElement("noscript",null,y.createElement("style",null,g)),y.createElement("div",{ref:B,"data-input-otp-container":!0,style:te,className:p},ne,y.createElement("div",{style:{position:"absolute",inset:0,pointerEvents:"none"}},se)))});KP.displayName="Input";function fl(e,t){try{e.insertRule(t)}catch{console.error("input-otp could not insert CSS rule:",t)}}var jme=`
|
|
106
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Wse(e,t){if(e){if(typeof e=="string")return V8(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return V8(e,t)}}function V8(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function qse(e,t){for(var n=Gse(e),r;!(r=n()).done;){var i=r.value;i&&Use(i,t)}}function Use(e,t){typeof e=="function"?e(t):e.current=t}var FP=xe.shape({country_calling_codes:xe.object.isRequired,countries:xe.object.isRequired}),_P=xe.objectOf(xe.string);function Li(e,t){var n="+"+Zi(e,t);return n}function Yse(e){var t=e.value,n=e.phoneNumber,r=e.defaultCountry,i=e.getAnyCountry,o=e.countries,a=e.required,s=e.metadata,u;return n&&n.country?u=n.country:r&&(!t||ps(t,r,s))&&(u=r),o&&o.indexOf(u)<0&&(u=void 0),!u&&a&&o&&o.length>0&&(u=i()),u}function Xse(e){var t=e.countries,n=e.countryNames,r=e.addInternationalOption,i=e.compareStringsLocales,o=e.compareStrings;o||(o=nle);var a=t.map(function(s){return{value:s,label:n[s]||s}});return a.sort(function(s,u){return o(s.label,u.label,i)}),r&&a.unshift({label:n.ZZ}),a}function DP(e,t){return Boe(e||"",t)}function Zse(e){return e.formatNational().replace(/\D/g,"")}function Kse(e,t){var n=t.prevCountry,r=t.newCountry,i=t.metadata,o=t.useNationalFormat;if(n===r)return e;if(!e)return o?"":r?Li(r,i):"";if(r){if(e[0]==="+"){if(o)return e.indexOf("+"+Zi(r,i))===0?rle(e,r,i):"";if(n){var a=Li(r,i);return e.indexOf(a)===0?e:a}else{var s=Li(r,i);return e.indexOf(s)===0?e:s}}}else if(e[0]!=="+")return ls(e,n,i)||"";return e}function ls(e,t,n){if(e){if(e[0]==="+"){if(e==="+")return;var r=new Bs(t,n);return r.input(e),r.getNumberValue()}if(t){var i=kP(e,t,n);return"+".concat(Zi(t,n)).concat(i||"")}}}function Jse(e,t,n){var r=kP(e,t,n);if(r){var i=r.length-Qse(t,n);if(i>0)return e.slice(0,e.length-i)}return e}function Qse(e,t){return t=new tn(t),t.selectNumberingPlan(e),t.numberingPlan.possibleLengths()[t.numberingPlan.possibleLengths().length-1]}function zP(e,t){var n=t.country,r=t.countries,i=t.defaultCountry,o=t.latestCountrySelectedByUser,a=t.required,s=t.metadata;if(e==="+")return n;var u=tle(e,s);if(u)return!r||r.indexOf(u)>=0?u:void 0;if(n){if(ps(e,n,s)){if(o&&ps(e,o,s))return o;if(i&&ps(e,i,s))return i;if(!a)return}else if(!a)return}return n}function ele(e,t){var n=t.prevPhoneDigits,r=t.country,i=t.defaultCountry,o=t.latestCountrySelectedByUser,a=t.countryRequired,s=t.getAnyCountry,u=t.countries,c=t.international,d=t.limitMaxLength,f=t.countryCallingCodeEditable,h=t.metadata;if(c&&f===!1&&r){var p=Li(r,h);if(e.indexOf(p)!==0){var g,b=e&&e[0]!=="+";return b?(e=p+e,g=ls(e,r,h)):e=p,{phoneDigits:e,value:g,country:r}}}c===!1&&r&&e&&e[0]==="+"&&(e=G8(e,r,h)),e&&r&&d&&(e=Jse(e,r,h)),e&&e[0]!=="+"&&(!r||c)&&(e="+"+e),!e&&n&&n[0]==="+"&&(c?r=void 0:r=i),e==="+"&&n&&n[0]==="+"&&n.length>1&&(r=void 0);var v;return e&&(e[0]==="+"&&(e==="+"||r&&Li(r,h).indexOf(e)===0)?v=void 0:v=ls(e,r,h)),v&&(r=zP(v,{country:r,countries:u,defaultCountry:i,latestCountrySelectedByUser:o,required:!1,metadata:h}),c===!1&&r&&e&&e[0]==="+"&&(e=G8(e,r,h),v=ls(e,r,h))),!r&&a&&(r=i||s()),{phoneDigits:e,country:r,value:v}}function G8(e,t,n){if(e.indexOf(Li(t,n))===0){var r=new Bs(t,n);r.input(e);var i=r.getNumber();return i?i.formatNational().replace(/\D/g,""):""}else return e.replace(/\D/g,"")}function tle(e,t){var n=new Bs(null,t);return n.input(e),n.getCountry()}function nle(e,t,n){return String.prototype.localeCompare?e.localeCompare(t,n):e<t?-1:e>t?1:0}function rle(e,t,n){if(t){var r="+"+Zi(t,n);if(e.length<r.length){if(r.indexOf(e)===0)return""}else if(e.indexOf(r)===0)return e.slice(r.length)}for(var i=0,o=Object.keys(n.country_calling_codes);i<o.length;i++){var a=o[i];if(e.indexOf(a)===1)return e.slice(1+a.length)}return""}function kP(e,t,n){var r=new Bs(t,n);r.input(e);var i=r.getNumber();return i&&i.nationalNumber}function ps(e,t,n){for(var r=Li(t,n),i=0;i<e.length&&i<r.length;){if(e[i]!==r[i])return!1;i++}return!0}function LP(e){var t=e.value,n=e.phoneNumber,r=e.defaultCountry,i=e.international,o=e.useNationalFormat,a=e.metadata;return(i===!1||o)&&n&&n.country?Zse(n):!t&&i&&r?Li(r,a):t}function vu(e){"@babel/helpers - typeof";return vu=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},vu(e)}function W8(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function qc(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?W8(Object(n),!0).forEach(function(r){ile(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):W8(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function ile(e,t,n){return t=ole(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ole(e){var t=ale(e,"string");return vu(t)=="symbol"?t:t+""}function ale(e,t){if(vu(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(vu(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function sle(e,t,n){var r=e.metadata,i=e.countries,o=e.defaultCountry,a=e.value,s=e.reset,u=e.international,c=e.displayInitialValueAsLocalNumber,d=e.initialValueFormat,f=t.defaultCountry,h=t.value,p=t.reset;n.country;var g=n.value,b=n.hasUserSelectedACountry,v=n.latestCountrySelectedByUser,x=function($){return LP(qc(qc({},$),{},{international:u,useNationalFormat:c||d==="national",metadata:r}))};if(s!==p)return{phoneDigits:x({value:void 0,defaultCountry:o}),value:void 0,country:o,latestCountrySelectedByUser:void 0,hasUserSelectedACountry:void 0};if(o!==f){var w=!o||D1(o,r),E=!g||u&&g===x({value:void 0,defaultCountry:f}),C=!a&&E;if(!b&&w&&C)return{country:o,phoneDigits:x({value:void 0,defaultCountry:o}),value:void 0}}if(!q8(a,h)&&!q8(a,g)){var S,M;if(a){a&&PP(a),S=DP(a,r);var A=OP(i,r);S&&S.country?(!A||A.indexOf(S.country)>=0)&&(M=S.country):(M=zP(a,{country:void 0,countries:A,metadata:r}),M||o&&a.indexOf(Li(o,r))===0&&(M=o))}var R;if(a){if(v){var P=M?v===M:ps(a,v,r);P?M||(M=v):R={latestCountrySelectedByUser:void 0}}}else R={latestCountrySelectedByUser:void 0,hasUserSelectedACountry:void 0};return qc(qc({},R),{},{phoneDigits:x({phoneNumber:S,value:a,defaultCountry:o}),value:a,country:a?M:o})}}function q8(e,t){return e===null&&(e=void 0),t===null&&(t=void 0),e===t}var lle=["name","disabled","readOnly","autoComplete","style","className","inputRef","inputComponent","numberInputProps","smartCaret","countrySelectComponent","countrySelectProps","containerComponent","containerComponentProps","defaultCountry","countries","countryOptionsOrder","labels","flags","flagComponent","flagUrl","addInternationalOption","internationalIcon","displayInitialValueAsLocalNumber","initialValueFormat","onCountryChange","limitMaxLength","countryCallingCodeEditable","focusInputOnCountrySelection","reset","metadata","international","locales"];function Ps(e){"@babel/helpers - typeof";return Ps=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ps(e)}function U8(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function jP(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?U8(Object(n),!0).forEach(function(r){Tr(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):U8(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function ms(){return ms=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},ms.apply(this,arguments)}function ule(e,t){if(e==null)return{};var n=cle(e,t),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)r=o[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function cle(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function dle(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Y8(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,HP(r.key),r)}}function fle(e,t,n){return t&&Y8(e.prototype,t),n&&Y8(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function hle(e,t,n){return t=cf(t),ple(e,BP()?Reflect.construct(t,n||[],cf(e).constructor):t.apply(e,n))}function ple(e,t){if(t&&(Ps(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return mle(e)}function mle(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function BP(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(BP=function(){return!!e})()}function cf(e){return cf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(n){return n.__proto__||Object.getPrototypeOf(n)},cf(e)}function gle(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Ug(e,t)}function Ug(e,t){return Ug=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,i){return r.__proto__=i,r},Ug(e,t)}function Tr(e,t,n){return t=HP(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function HP(e){var t=vle(e,"string");return Ps(t)=="symbol"?t:t+""}function vle(e,t){if(Ps(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Ps(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var ble=(function(e){function t(n){var r;dle(this,t),r=hle(this,t,[n]),Tr(r,"setInputRef",function(v){qse([r.props.inputRef,r.inputRef],v)}),Tr(r,"isCountrySupportedWithError",function(v){var x=r.props.metadata;return D1(v,x)}),Tr(r,"onCountryChange",function(v){var x=r.props,w=x.international,E=x.metadata,C=x.onChange,S=x.focusInputOnCountrySelection,M=r.state,A=M.phoneDigits,R=M.country,P=Kse(A,{prevCountry:R,newCountry:v,metadata:E,useNationalFormat:!w}),W=ls(P,v,E);S&&r.inputRef.current.focus(),r.setState({country:v,latestCountrySelectedByUser:v,hasUserSelectedACountry:!0,phoneDigits:P,value:W},function(){C(W)})}),Tr(r,"onChange",function(v){var x=r.props,w=x.defaultCountry,E=x.onChange,C=x.addInternationalOption,S=x.international,M=x.limitMaxLength,A=x.countryCallingCodeEditable,R=x.metadata,P=r.state,W=P.countries,$=P.phoneDigits,O=P.country,N=P.latestCountrySelectedByUser,B=ele(v,{prevPhoneDigits:$,country:O,countryRequired:!C,defaultCountry:w,latestCountrySelectedByUser:N,getAnyCountry:function(){return r.getFirstSupportedCountry({countries:W})},countries:W,international:S,limitMaxLength:M,countryCallingCodeEditable:A,metadata:R}),z=B.phoneDigits,T=B.country,G=B.value,q={phoneDigits:z,value:G,country:T};N&&G&&!ps(G,N,R)&&(q.latestCountrySelectedByUser=void 0),A===!1&&!G&&z===r.state.phoneDigits&&(q.forceRerender={}),r.setState(q,function(){return E(G)})}),Tr(r,"_onFocus",function(){return r.setState({isFocused:!0})}),Tr(r,"_onBlur",function(){return r.setState({isFocused:!1})}),Tr(r,"onFocus",function(v){r._onFocus();var x=r.props.onFocus;x&&x(v)}),Tr(r,"onBlur",function(v){var x=r.props.onBlur;r._onBlur(),x&&x(v)}),Tr(r,"onCountryFocus",function(v){r._onFocus();var x=r.props.countrySelectProps;if(x){var w=x.onFocus;w&&w(v)}}),Tr(r,"onCountryBlur",function(v){r._onBlur();var x=r.props.countrySelectProps;if(x){var w=x.onBlur;w&&w(v)}}),r.inputRef=l.createRef();var i=r.props,o=i.value;i.labels;var a=i.international,s=i.addInternationalOption,u=i.displayInitialValueAsLocalNumber,c=i.initialValueFormat,d=i.metadata,f=r.props,h=f.defaultCountry,p=f.countries;h&&(r.isCountrySupportedWithError(h)||(h=void 0)),o&&PP(o),p=OP(p,d);var g=DP(o,d);r.CountryIcon=TP(r.props);var b=Yse({value:o,phoneNumber:g,defaultCountry:h,required:!s,countries:p||k8(d),getAnyCountry:function(){return r.getFirstSupportedCountry({countries:p})},metadata:d});return r.state={props:r.props,country:b,countries:p,phoneDigits:LP({value:o,phoneNumber:g,defaultCountry:h,international:a,useNationalFormat:u||c==="national",metadata:d}),value:o},r}return gle(t,e),fle(t,[{key:"componentDidMount",value:function(){var r=this.props.onCountryChange,i=this.props.defaultCountry,o=this.state.country;r&&(i&&(this.isCountrySupportedWithError(i)||(i=void 0)),o!==i&&r(o))}},{key:"componentDidUpdate",value:function(r,i){var o=this.props.onCountryChange,a=this.state.country;o&&a!==i.country&&o(a)}},{key:"getCountrySelectOptions",value:function(r){var i=r.countries,o=this.props,a=o.international,s=o.countryCallingCodeEditable,u=o.countryOptionsOrder,c=o.addInternationalOption,d=o.labels,f=o.locales,h=o.metadata;return this.useMemoCountrySelectOptions(function(){return Lse(Xse({countries:i||k8(h),countryNames:d,addInternationalOption:a&&s===!1?!1:c,compareStringsLocales:f}),jse(u,h))},[i,u,c,d,h])}},{key:"useMemoCountrySelectOptions",value:function(r,i){return(!this.countrySelectOptionsMemoDependencies||!xle(i,this.countrySelectOptionsMemoDependencies))&&(this.countrySelectOptionsMemo=r(),this.countrySelectOptionsMemoDependencies=i),this.countrySelectOptionsMemo}},{key:"getFirstSupportedCountry",value:function(r){var i=r.countries,o=this.getCountrySelectOptions({countries:i});return o[0].value}},{key:"render",value:function(){var r=this.props,i=r.name,o=r.disabled,a=r.readOnly,s=r.autoComplete,u=r.style,c=r.className;r.inputRef;var d=r.inputComponent,f=r.numberInputProps,h=r.smartCaret,p=r.countrySelectComponent,g=r.countrySelectProps,b=r.containerComponent,v=r.containerComponentProps;r.defaultCountry,r.countries,r.countryOptionsOrder;var x=r.labels;r.flags,r.flagComponent,r.flagUrl,r.addInternationalOption,r.internationalIcon,r.displayInitialValueAsLocalNumber,r.initialValueFormat,r.onCountryChange,r.limitMaxLength,r.countryCallingCodeEditable,r.focusInputOnCountrySelection,r.reset;var w=r.metadata,E=r.international;r.locales;var C=ule(r,lle),S=this.state,M=S.country,A=S.countries,R=S.phoneDigits,P=S.isFocused,W=h?pse:yse,$=this.getCountrySelectOptions({countries:A});return l.createElement(b,ms({style:u,className:rf(c,"PhoneInput",{"PhoneInput--focus":P,"PhoneInput--disabled":o,"PhoneInput--readOnly":a})},v),l.createElement(p,ms({name:i?"".concat(i,"Country"):void 0,"aria-label":x.country},g,{value:M,options:$,onChange:this.onCountryChange,onFocus:this.onCountryFocus,onBlur:this.onCountryBlur,disabled:o||g&&g.disabled,readOnly:a||g&&g.readOnly,iconComponent:this.CountryIcon})),l.createElement(W,ms({ref:this.setInputRef,type:"tel",autoComplete:s},f,C,{inputFormat:E===!0?"INTERNATIONAL":E===!1?"NATIONAL":"INTERNATIONAL_OR_NATIONAL",international:E?!0:void 0,withCountryCallingCode:E?!0:void 0,name:i,metadata:w,country:M,value:R||"",onChange:this.onChange,onFocus:this.onFocus,onBlur:this.onBlur,disabled:o,readOnly:a,inputComponent:d,className:rf("PhoneInputInput",f&&f.className,C.className)})))}}],[{key:"getDerivedStateFromProps",value:function(r,i){return jP({props:r},sle(r,i.props,i))}}])})(l.PureComponent),VP=l.forwardRef(function(e,t){return l.createElement(ble,ms({},yle(e),{inputRef:t}))});VP.propTypes={value:xe.string,onChange:xe.func.isRequired,onFocus:xe.func,onBlur:xe.func,disabled:xe.bool,readOnly:xe.bool,autoComplete:xe.string,initialValueFormat:xe.oneOf(["national"]),displayInitialValueAsLocalNumber:xe.bool,defaultCountry:xe.string,countries:xe.arrayOf(xe.string),labels:_P,locales:xe.oneOfType([xe.string,xe.arrayOf(xe.string)]),flagUrl:xe.string,flags:xe.objectOf(xe.elementType),flagComponent:xe.elementType,addInternationalOption:xe.bool,internationalIcon:xe.elementType,countryOptionsOrder:xe.arrayOf(xe.string),style:xe.object,className:xe.string,countrySelectComponent:xe.elementType,countrySelectProps:xe.object,inputComponent:xe.elementType,numberInputProps:xe.object,containerComponent:xe.elementType,containerComponentProps:xe.object,smartCaret:xe.bool,international:xe.bool,limitMaxLength:xe.bool,countryCallingCodeEditable:xe.bool,metadata:FP,onCountryChange:xe.func,focusInputOnCountrySelection:xe.bool};var X8={autoComplete:"tel",countrySelectComponent:MP,flagComponent:q4,flagUrl:"https://purecatamphetamine.github.io/country-flag-icons/3x2/{XX}.svg",internationalIcon:_1,inputComponent:"input",containerComponent:"div",reset:xe.any,smartCaret:!0,addInternationalOption:!0,countryCallingCodeEditable:!0,focusInputOnCountrySelection:!0};function yle(e){e=jP({},e);for(var t in X8)e[t]===void 0&&(e[t]=X8[t]);return e}function xle(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;){if(e[n]!==t[n])return!1;n++}return!0}const wle={ext:"ext.",country:"Phone number country",phone:"Phone",AC:"Ascension Island",AD:"Andorra",AE:"United Arab Emirates",AF:"Afghanistan",AG:"Antigua and Barbuda",AI:"Anguilla",AL:"Albania",AM:"Armenia",AO:"Angola",AQ:"Antarctica",AR:"Argentina",AS:"American Samoa",AT:"Austria",AU:"Australia",AW:"Aruba",AX:"Åland Islands",AZ:"Azerbaijan",BA:"Bosnia and Herzegovina",BB:"Barbados",BD:"Bangladesh",BE:"Belgium",BF:"Burkina Faso",BG:"Bulgaria",BH:"Bahrain",BI:"Burundi",BJ:"Benin",BL:"Saint Barthélemy",BM:"Bermuda",BN:"Brunei Darussalam",BO:"Bolivia",BQ:"Bonaire, Sint Eustatius and Saba",BR:"Brazil",BS:"Bahamas",BT:"Bhutan",BV:"Bouvet Island",BW:"Botswana",BY:"Belarus",BZ:"Belize",CA:"Canada",CC:"Cocos (Keeling) Islands",CD:"Congo, Democratic Republic of the",CF:"Central African Republic",CG:"Congo",CH:"Switzerland",CI:"Cote d'Ivoire",CK:"Cook Islands",CL:"Chile",CM:"Cameroon",CN:"China",CO:"Colombia",CR:"Costa Rica",CU:"Cuba",CV:"Cape Verde",CW:"Curaçao",CX:"Christmas Island",CY:"Cyprus",CZ:"Czech Republic",DE:"Germany",DJ:"Djibouti",DK:"Denmark",DM:"Dominica",DO:"Dominican Republic",DZ:"Algeria",EC:"Ecuador",EE:"Estonia",EG:"Egypt",EH:"Western Sahara",ER:"Eritrea",ES:"Spain",ET:"Ethiopia",FI:"Finland",FJ:"Fiji",FK:"Falkland Islands",FM:"Federated States of Micronesia",FO:"Faroe Islands",FR:"France",GA:"Gabon",GB:"United Kingdom",GD:"Grenada",GE:"Georgia",GF:"French Guiana",GG:"Guernsey",GH:"Ghana",GI:"Gibraltar",GL:"Greenland",GM:"Gambia",GN:"Guinea",GP:"Guadeloupe",GQ:"Equatorial Guinea",GR:"Greece",GS:"South Georgia and the South Sandwich Islands",GT:"Guatemala",GU:"Guam",GW:"Guinea-Bissau",GY:"Guyana",HK:"Hong Kong",HM:"Heard Island and McDonald Islands",HN:"Honduras",HR:"Croatia",HT:"Haiti",HU:"Hungary",ID:"Indonesia",IE:"Ireland",IL:"Israel",IM:"Isle of Man",IN:"India",IO:"British Indian Ocean Territory",IQ:"Iraq",IR:"Iran",IS:"Iceland",IT:"Italy",JE:"Jersey",JM:"Jamaica",JO:"Jordan",JP:"Japan",KE:"Kenya",KG:"Kyrgyzstan",KH:"Cambodia",KI:"Kiribati",KM:"Comoros",KN:"Saint Kitts and Nevis",KP:"North Korea",KR:"South Korea",KW:"Kuwait",KY:"Cayman Islands",KZ:"Kazakhstan",LA:"Laos",LB:"Lebanon",LC:"Saint Lucia",LI:"Liechtenstein",LK:"Sri Lanka",LR:"Liberia",LS:"Lesotho",LT:"Lithuania",LU:"Luxembourg",LV:"Latvia",LY:"Libya",MA:"Morocco",MC:"Monaco",MD:"Moldova",ME:"Montenegro",MF:"Saint Martin (French Part)",MG:"Madagascar",MH:"Marshall Islands",MK:"North Macedonia",ML:"Mali",MM:"Myanmar",MN:"Mongolia",MO:"Macao",MP:"Northern Mariana Islands",MQ:"Martinique",MR:"Mauritania",MS:"Montserrat",MT:"Malta",MU:"Mauritius",MV:"Maldives",MW:"Malawi",MX:"Mexico",MY:"Malaysia",MZ:"Mozambique",NA:"Namibia",NC:"New Caledonia",NE:"Niger",NF:"Norfolk Island",NG:"Nigeria",NI:"Nicaragua",NL:"Netherlands",NO:"Norway",NP:"Nepal",NR:"Nauru",NU:"Niue",NZ:"New Zealand",OM:"Oman",PA:"Panama",PE:"Peru",PF:"French Polynesia",PG:"Papua New Guinea",PH:"Philippines",PK:"Pakistan",PL:"Poland",PM:"Saint Pierre and Miquelon",PN:"Pitcairn",PR:"Puerto Rico",PS:"Palestine",PT:"Portugal",PW:"Palau",PY:"Paraguay",QA:"Qatar",RE:"Reunion",RO:"Romania",RS:"Serbia",RU:"Russia",RW:"Rwanda",SA:"Saudi Arabia",SB:"Solomon Islands",SC:"Seychelles",SD:"Sudan",SE:"Sweden",SG:"Singapore",SH:"Saint Helena",SI:"Slovenia",SJ:"Svalbard and Jan Mayen",SK:"Slovakia",SL:"Sierra Leone",SM:"San Marino",SN:"Senegal",SO:"Somalia",SR:"Suriname",SS:"South Sudan",ST:"Sao Tome and Principe",SV:"El Salvador",SX:"Sint Maarten",SY:"Syria",SZ:"Swaziland",TA:"Tristan da Cunha",TC:"Turks and Caicos Islands",TD:"Chad",TF:"French Southern Territories",TG:"Togo",TH:"Thailand",TJ:"Tajikistan",TK:"Tokelau",TL:"Timor-Leste",TM:"Turkmenistan",TN:"Tunisia",TO:"Tonga",TR:"Turkey",TT:"Trinidad and Tobago",TV:"Tuvalu",TW:"Taiwan",TZ:"Tanzania",UA:"Ukraine",UG:"Uganda",UM:"United States Minor Outlying Islands",US:"United States",UY:"Uruguay",UZ:"Uzbekistan",VA:"Holy See (Vatican City State)",VC:"Saint Vincent and the Grenadines",VE:"Venezuela",VG:"Virgin Islands, British",VI:"Virgin Islands, U.S.",VN:"Vietnam",VU:"Vanuatu",WF:"Wallis and Futuna",WS:"Samoa",XA:"Abkhazia",XK:"Kosovo",XO:"South Ossetia",YE:"Yemen",YT:"Mayotte",ZA:"South Africa",ZM:"Zambia",ZW:"Zimbabwe",ZZ:"International"};var Ele=["metadata","labels"];function Yg(){return Yg=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Yg.apply(this,arguments)}function Cle(e,t){if(e==null)return{};var n=Sle(e,t),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)r=o[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function Sle(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function GP(e){var t=l.forwardRef(function(n,r){var i=n.metadata,o=i===void 0?e:i,a=n.labels,s=a===void 0?wle:a,u=Cle(n,Ele);return l.createElement(VP,Yg({},u,{ref:r,metadata:o,labels:s}))});return t.propTypes={metadata:FP,labels:_P},t}GP();function Ile(e,t){var n=Array.prototype.slice.call(t);return n.push(iP),e.apply(this,n)}const Ale=GP(iP);function Mle(){return Ile(Zi,arguments)}var $le=["title"],Rle=["title"],Nle=["title"],Ple=["title"],Ole=["title"],Tle=["title"],Fle=["title"],_le=["title"],Dle=["title"],zle=["title"],kle=["title"],Lle=["title"],jle=["title"],Ble=["title"],Hle=["title"],Vle=["title"],Gle=["title"],Wle=["title"],qle=["title"],Ule=["title"],Yle=["title"],Xle=["title"],Zle=["title"],Kle=["title"],Jle=["title"],Qle=["title"],eue=["title"],tue=["title"],nue=["title"],rue=["title"],iue=["title"],oue=["title"],aue=["title"],sue=["title"],lue=["title"],uue=["title"],cue=["title"],due=["title"],fue=["title"],hue=["title"],pue=["title"],mue=["title"],gue=["title"],vue=["title"],bue=["title"],yue=["title"],xue=["title"],wue=["title"],Eue=["title"],Cue=["title"],Sue=["title"],Iue=["title"],Aue=["title"],Mue=["title"],$ue=["title"],Rue=["title"],Nue=["title"],Pue=["title"],Oue=["title"],Tue=["title"],Fue=["title"],_ue=["title"],Due=["title"],zue=["title"],kue=["title"],Lue=["title"],jue=["title"],Bue=["title"],Hue=["title"],Vue=["title"],Gue=["title"],Wue=["title"],que=["title"],Uue=["title"],Yue=["title"],Xue=["title"],Zue=["title"],Kue=["title"],Jue=["title"],Que=["title"],ece=["title"],tce=["title"],nce=["title"],rce=["title"],ice=["title"],oce=["title"],ace=["title"],sce=["title"],lce=["title"],uce=["title"],cce=["title"],dce=["title"],fce=["title"],hce=["title"],pce=["title"],mce=["title"],gce=["title"],vce=["title"],bce=["title"],yce=["title"],xce=["title"],wce=["title"],Ece=["title"],Cce=["title"],Sce=["title"],Ice=["title"],Ace=["title"],Mce=["title"],$ce=["title"],Rce=["title"],Nce=["title"],Pce=["title"],Oce=["title"],Tce=["title"],Fce=["title"],_ce=["title"],Dce=["title"],zce=["title"],kce=["title"],Lce=["title"],jce=["title"],Bce=["title"],Hce=["title"],Vce=["title"],Gce=["title"],Wce=["title"],qce=["title"],Uce=["title"],Yce=["title"],Xce=["title"],Zce=["title"],Kce=["title"],Jce=["title"],Qce=["title"],ede=["title"],tde=["title"],nde=["title"],rde=["title"],ide=["title"],ode=["title"],ade=["title"],sde=["title"],lde=["title"],ude=["title"],cde=["title"],dde=["title"],fde=["title"],hde=["title"],pde=["title"],mde=["title"],gde=["title"],vde=["title"],bde=["title"],yde=["title"],xde=["title"],wde=["title"],Ede=["title"],Cde=["title"],Sde=["title"],Ide=["title"],Ade=["title"],Mde=["title"],$de=["title"],Rde=["title"],Nde=["title"],Pde=["title"],Ode=["title"],Tde=["title"],Fde=["title"],_de=["title"],Dde=["title"],zde=["title"],kde=["title"],Lde=["title"],jde=["title"],Bde=["title"],Hde=["title"],Vde=["title"],Gde=["title"],Wde=["title"],qde=["title"],Ude=["title"],Yde=["title"],Xde=["title"],Zde=["title"],Kde=["title"],Jde=["title"],Qde=["title"],efe=["title"],tfe=["title"],nfe=["title"],rfe=["title"],ife=["title"],ofe=["title"],afe=["title"],sfe=["title"],lfe=["title"],ufe=["title"],cfe=["title"],dfe=["title"],ffe=["title"],hfe=["title"],pfe=["title"],mfe=["title"],gfe=["title"],vfe=["title"],bfe=["title"],yfe=["title"],xfe=["title"],wfe=["title"],Efe=["title"],Cfe=["title"],Sfe=["title"],Ife=["title"],Afe=["title"],Mfe=["title"],$fe=["title"],Rfe=["title"],Nfe=["title"],Pfe=["title"],Ofe=["title"],Tfe=["title"],Ffe=["title"],_fe=["title"],Dfe=["title"],zfe=["title"],kfe=["title"],Lfe=["title"],jfe=["title"],Bfe=["title"],Hfe=["title"],Vfe=["title"],Gfe=["title"],Wfe=["title"],qfe=["title"],Ufe=["title"],Yfe=["title"],Xfe=["title"],Zfe=["title"],Kfe=["title"],Jfe=["title"],Qfe=["title"],e1e=["title"],t1e=["title"],n1e=["title"],r1e=["title"],i1e=["title"],o1e=["title"],a1e=["title"],s1e=["title"],l1e=["title"],u1e=["title"],c1e=["title"],d1e=["title"],f1e=["title"],h1e=["title"],p1e=["title"],m1e=["title"],g1e=["title"],v1e=["title"],b1e=["title"],y1e=["title"],x1e=["title"],w1e=["title"],E1e=["title"];function H(){return H=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},H.apply(this,arguments)}function V(e,t){if(e==null)return{};var n=C1e(e,t),r,i;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(i=0;i<o.length;i++)r=o[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function C1e(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}var S1e=function(t){var n=t.title,r=V(t,$le);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#1B81B6",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"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#1B81B6",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"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#1B81B6",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"}),l.createElement("path",{fill:"#288549",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"}),l.createElement("path",{d:"M275.9 223.6c3.6-26.7 13.5-47.3 22.1-46.2s12.6 23.7 9 50.4-13.5 47.3-22.1 46.2c-8.6-1.2-12.6-23.7-9-50.4zm191.2-45.9c8.6-1.2 18.5 19.5 22.1 46.2s-.4 49.2-9 50.4-18.5-19.6-22.2-46.3c-3.6-26.6.5-49.2 9.1-50.3z",fill:"#F0955D"}),l.createElement("path",{d:"M296.4 162c2.4-6 7.4-9.7 11-8.2 3.7 1.5 4.7 7.5 2.3 13.5s-7.4 9.7-11 8.2c-3.6-1.5-4.7-7.5-2.3-13.5zm-8 109.2c.9-6.2 3.1-11.1 4.9-10.8s2.5 5.5 1.6 11.8c-.9 6.2-3.1 11.1-4.9 10.8s-2.5-5.5-1.6-11.8zm10.6-12.8c1.8-.1 3.6 4.7 3.9 10.8s-.9 11.1-2.7 11.2c-1.8.1-3.6-4.7-3.9-10.8-.3-6.1.9-11.1 2.7-11.2zm10.5-70c2.1-.8 6.1 4.2 8.8 11.2 2.8 7 3.3 13.4 1.2 14.2-2.1.8-6.1-4.2-8.8-11.2-2.8-7-3.3-13.4-1.2-14.2zm6.5-14.1c7-2.8 13.4-3.3 14.2-1.2.8 2.1-4.2 6.1-11.2 8.8-7 2.8-13.4 3.3-14.2 1.2-.9-2.1 4.2-6 11.2-8.8zm141.6-20.2c3.7-1.5 8.6 2.2 11 8.2 2.4 6 1.4 12.1-2.3 13.5-3.7 1.5-8.6-2.2-11-8.2-2.4-6-1.3-12.1 2.3-13.5zm14.2 106.5c1.8-.3 4 4.6 4.9 10.8.9 6.2.2 11.5-1.6 11.8-1.8.3-4-4.6-4.9-10.8-1-6.3-.2-11.5 1.6-11.8zm-9.6 8.8c.3-6.1 2.1-10.9 3.9-10.8 1.8.1 3 5.1 2.7 11.2-.3 6.1-2.1 10.9-3.9 10.8-1.8-.1-3-5.1-2.7-11.2zm-15.5-69.7c2.8-7 6.7-12.1 8.8-11.2 2.1.8 1.6 7.2-1.2 14.2-2.8 7-6.7 12.1-8.8 11.2s-1.6-7.2 1.2-14.2zm-11.8-26.5c.8-2.1 7.2-1.6 14.2 1.2 7 2.8 12.1 6.7 11.2 8.8-.8 2.1-7.2 1.6-14.2-1.2-7-2.7-12.1-6.7-11.2-8.8z",fill:"#EADFD5"}),l.createElement("path",{fill:"#B0C6CC",d:"M373.3 130.3 356.1 155l17.8 26.1H396l4.7-25.4-5.4-25.4z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},I1e=function(t){var n=t.title,r=V(t,Rle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342zM198.9 113.6H256v64.8h-57.1z"}),l.createElement("path",{d:"M267.6 113.6v64.7m16.6-64.7v64.7m16.6-64.7v64.7",stroke:"#D80027",strokeWidth:7}),l.createElement("path",{d:"M247.4 178.4v64.7m-13.3-64.7v64.7m-13.3-64.6v53.9m-13.7-53.9v47.1",stroke:"#D80027",strokeWidth:5}),l.createElement("path",{fill:"#FFDA44",d:"m199.9 146 27.6-32.4 28.5 32.3-28.1 32.4z"}),l.createElement("path",{fill:"#BC8B00",d:"M182.2 95.9v92.2c0 34.3 27.3 54.2 48.6 64.5-.8 1.4 25.1 8.3 25.1 8.3s25.9-6.9 25.1-8.3c21.4-10.3 48.6-30.1 48.6-64.5V95.9H182.2zm129.9 92.2c0 16.9-10 29.4-32.8 43.9-8.6 5.5-17.5 9-23.3 11-5.8-2-14.7-5.5-23.3-11-22.8-14.5-32.8-28-32.8-43.9v-74.5h112.2v74.5z"}),l.createElement("path",{fill:"#D80027",d:"M264.4 188.9h29.5v8.6h-29.5zm0 17.6h29.5v8.6h-29.5z"}))},A1e=function(t){var n=t.title,r=V(t,Nle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#009e49",d:"M0 0h513v114H0z"}),l.createElement("path",{d:"M0 228h513v114H0z"}),l.createElement("path",{fill:"#ce1126",d:"M0 0h171v342H0z"}))},M1e=function(t){var n=t.title,r=V(t,Ple);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#DB3E00",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#479900",d:"M331 0h182v342H331z"}),l.createElement("path",{d:"M0 0h181.8v342H0z"}),l.createElement("path",{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"}),l.createElement("path",{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"}))},$1e=function(t){var n=t.title,r=V(t,Ole);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0072c6",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"}),l.createElement("path",{fill:"#FFF",d:"M423.2 219H88.8c15.8 69.8 84.7 122.3 167.2 122.3S407.4 288.8 423.2 219z"}),l.createElement("path",{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"}),l.createElement("g",{fill:"#ce1126"},l.createElement("path",{d:"M256.5 342 0 0v342z"}),l.createElement("path",{d:"M513 342V0L256 342z"})))},R1e=function(t){var n=t.title,r=V(t,Tle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M454.8 265.38c7.94-10.93 13.24-24.27 13.24-40.42V104.89a59.754 59.754 0 0 1-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"}),l.createElement("path",{fill:"#9cf",d:"M310.23 260.98C332.65 296.96 384 309 384 309s51.35-12.04 73.77-48.02H310.23z"}),l.createElement("g",{fill:"#f90"},l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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"})),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},N1e=function(t){var n=t.title,r=V(t,Fle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ED2024",d:"M0 0h90v60H0z"}),l.createElement("path",{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"}),l.createElement("path",{d:"M26.2 25h6.4v2.5h-6.4zm0-4.1h6.4v2.7h-6.4zm0-4.2h6.4v2.6h-6.4zm0-4h6.4v2.5h-6.4zM57.4 25h6.4v2.5h-6.4zm0-4.1h6.4v2.7h-6.4zm0-4.2h6.4v2.6h-6.4zm0-4h6.4v2.5h-6.4zM53.4 36.1h6.4V38h-6.4zm-23.2 0h6.4V38h-6.4z",fill:"#212121"}))},P1e=function(t){var n=t.title,r=V(t,_le);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#FF9811",d:"M0 228h513v114H0z"}))},O1e=function(t){var n=t.title,r=V(t,Dle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 171h513v171H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v171H0z"}),l.createElement("g",{fill:"#FFDA44"},l.createElement("path",{d:"m332.7 135.6 17.5-8.6-7.4-19-18.7 6.2zm-45.6-56 5.5-18.8-19.1-7.2-8 18zm29.4 23.2 12.2-15.3-14.9-13.9-14.2 13.6zm19.4 68.9 19.5-.8v-21.3l-22.9.2zm-12.6 38.1 18.8 5.5 7.3-19-18-8zm-29 32.4 14.9 12.7 14.4-14.4-13.1-14.7zm-47-147.7 9.8 19.9 21.9 3.3-15.9 15.5 3.6 21.9-19.6-10.4-19.7 10.2 3.8-21.9-15.8-15.5 22-3.1z"}),l.createElement("path",{d:"m250.8 61.3-2.7 18.3c43.1 3.2 77 39.2 77 83.1 0 46-37.3 82.9-83.4 83.4-29.2.3-51.3-14.8-67-33.7l-13.9 12.3c15 19 40.8 39.9 80.9 39.9 56.3 0 101.9-45.6 101.9-101.9.1-53.2-40.7-96.9-92.8-101.4z"}),l.createElement("path",{fill:"#000",d:"m291.9 223.4-11.8 14s51.9 38.9 53.6 40.4c1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-2-1.5-51.8-42-51.8-42z"}),l.createElement("path",{d:"M206.1 157.2c-7.7 10.3-7.5 23.1 2.8 30.9 0 0 135.2 101.5 136.9 103 1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-1.9-1.5-149.7-121.5-149.7-121.5zm47.7 99.1 7.3 18.2 19.5-6-4.8-19.1zm-40.4-3.7-2 19.5 20.1 3.6 4.5-19.1zm-35.7-21.2L167.4 248l16.4 12.1 12.5-15.2z"})))},T1e=function(t){var n=t.title,r=V(t,zle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 744 496"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#3A7DCE",d:"M0 0h744v496H0V0z"}),l.createElement("path",{fill:"#fff",d:"m120 125 90 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"}))},F1e=function(t){var n=t.title,r=V(t,kle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h512v342H0z"}),l.createElement("path",{fill:"#338AF3",d:"M0 0h512v114H0zm0 228h512v114H0z"}),l.createElement("circle",{fill:"#FFDA44",stroke:"#d6ab00",strokeWidth:5,cx:256.5,cy:171,r:40}))},_1e=function(t){var n=t.title,r=V(t,Lle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#10338c",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M513 33 95.3 171 513 310.76V342L0 171 513 0z"}),l.createElement("path",{fill:"#FFF",d:"M513 287.18v24.58L81.72 171 513 30v24.16"}),l.createElement("path",{fill:"#A2001D",d:"m476.98 140.21-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"}),l.createElement("path",{fill:"#EFC100",stroke:"#231F20",strokeMiterlimit:10,d:"m317.89 238.41-22.24-11.11 22.24-11.11h144.46v22.22z"}))},D1e=function(t){var n=t.title,r=V(t,jle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 114h513v114H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0zm0 228h513v114H0z"}))},z1e=function(t){var n=t.title,r=V(t,Ble);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#00008b",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m188 212.6 11 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.7zm197.9 28.5 5.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.7zm-48.6-116 5.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 136zm48.6-66.2 5.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.7zm42.5 49.7 5.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",fill:"#FFF"}),l.createElement("path",{fill:"#00008b",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"red"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},k1e=function(t){var n=t.title,r=V(t,Hle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 363 242"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 0h363v242H0z"}),l.createElement("path",{fill:"#FFF",d:"M57 96.9 14.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"}),l.createElement("path",{fill:"#f30028",d:"m75.6 40.6 11.5 26.1 26.1 11.5-26.1 11.5-11.5 26.1-11.5-26.1L38 78.2l26.1-11.5z"}),l.createElement("path",{d:"M0 152.2h363v15.7H0zm0 31.4h363v15.7H0z",fill:"#FFDA44"}))},L1e=function(t){var n=t.title,r=V(t,Vle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M513 210.9H202.2V342h-79.8V210.9H0v-79.8h122.4V0h79.8v131.1H513v61.2z"}),l.createElement("path",{fill:"#D80027",d:"M513 149.7v42.6H183.7V342H141V192.3H0v-42.6h141V0h42.7v149.7z"}))},j1e=function(t){var n=t.title,r=V(t,Gle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ef3340",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#00b5e2",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#509e2f",d:"M0 228h513v114H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{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"}),l.createElement("path",{d:"m297.6 142.2 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.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"})))},B1e=function(t){var n=t.title,r=V(t,Wle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#10338C",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#F6C500",d:"M99.9 0h342v342"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M19.9 21.1 40.3 6.2 60.9 21 54 0H26.7z"}),l.createElement("path",{d:"M92.3 25.5 84.4 1.3l-7.8 24.2H51.3l20.5 14.8-7.8 24 20.4-14.8L105 64.3l-7.9-24 20.5-14.9z"}),l.createElement("path",{d:"m136.3 69.2-7.8-24-7.8 24H95.5l20.4 14.9-7.8 24 20.4-14.8 20.6 14.8-7.8-24 20.4-14.9z"}),l.createElement("path",{d:"m179.4 112.3-7.8-24.1-7.8 24.1h-25.3l20.5 14.9-7.8 24 20.4-14.8 20.6 14.8-7.9-24 20.5-15z"}),l.createElement("path",{d:"m222.5 155.3-7.8-24-7.8 24h-25.4l20.6 15-7.8 24 20.4-14.9 20.4 14.9-7.8-24 20.6-15z"}),l.createElement("path",{d:"m265.6 198.4-7.8-24-7.8 24h-25.4l20.6 14.9-7.8 24.1 20.4-14.9 20.4 14.9-7.8-24.2 20.5-14.8z"}),l.createElement("path",{d:"m308.7 241.5-7.9-24-7.8 24h-25.3l20.5 14.8-7.9 24.2 20.6-14.9 20.4 14.8-7.8-24.1 20.5-14.8z"}),l.createElement("path",{d:"m351.7 284.6-7.8-24.2-7.8 24.2h-25.3l20.4 14.8-7.8 24.1 20.5-14.9 20.5 14.9-7.8-24.1 20.4-14.8z"}),l.createElement("path",{d:"m387 303.5-7.9 24.1-25.3.1 19.8 14.3h26.6l19.9-14.4h-25.3z"})))},H1e=function(t){var n=t.title,r=V(t,qle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ffc726",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342z",fill:"#00267f"}),l.createElement("path",{d:"m325.74 101.02-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"}))},V1e=function(t){var n=t.title,r=V(t,Ule);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#2d6e41",d:"M0 85.331h513v342H0z"}),l.createElement("circle",{fill:"#F40B32",cx:218.902,cy:256.5,r:115}))},G1e=function(t){var n=t.title,r=V(t,Yle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#fdda25",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#ef3340",d:"M342 0h171v342H342z"}))},W1e=function(t){var n=t.title,r=V(t,Xle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#3d944f",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#ef2b2d",d:"M0 0h513v171H0z"}),l.createElement("path",{fill:"#FFDA44",d:"m256 102.6 16.9 52h54.7l-44.2 32.2 16.8 52-44.2-32.1-44.2 32.1 16.8-52-44.2-32.2h54.7z"}))},q1e=function(t){var n=t.title,r=V(t,Zle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#00966e",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#d62612",d:"M0 228h513v114H0z"}))},U1e=function(t){var n=t.title,r=V(t,Kle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"m222.8 34.3-85.2 34.2 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.8H0V0h137.6z"}))},Y1e=function(t){var n=t.title,r=V(t,Jle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M215.9 170.7 0 314.6V26.8zM513 26.8v287.8L297.1 170.7z",fill:"#47a644"}),l.createElement("path",{fill:"#0052B4",d:"M513 26.8 296.1 170.7 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z"}),l.createElement("path",{fill:"#FFF",d:"M513 26.8 297.1 170.7 513 314.6V342h-40L256 197.4 39 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z"}),l.createElement("circle",{fill:"#FFF",cx:251.6,cy:170.7,r:100.2}),l.createElement("path",{d:"m251.4 103.6 7.4 12.9h14.8l-7.4 12.8 7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8H244zm38.8 66.7 7.4 12.9h14.8L305 196l7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.9l7.4-12.8-7.4-12.8h14.9zm-77.2 0 7.4 12.9h14.9l-7.4 12.8 7.4 12.8h-14.9l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8h14.8z",fill:"#D80027",stroke:"#47a644",strokeWidth:3}))},X1e=function(t){var n=t.title,r=V(t,Qle);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#008751",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#fcd116",d:"M197 0h316v171H197z"}),l.createElement("path",{fill:"#e8112d",d:"M197 171h316v171H197z"}))},Z1e=function(t){var n=t.title,r=V(t,eue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M157.3 199.8s-9 43.9-19.3 40.4c-10.6-3.5-17.5-18.8-17.5-18.8L106 242.6s38.2 8.5 41 5.5c1.2-1.1 8.2-15.1 10.3-26.1v-22.2zm-56.1 60.5s-2.5 20.2-1.1 22.7c1.2 2.3 39.5 11.3 39.5 11.3s-25 16.5-29.7 20.5l-18.1-29.9-.7-24.6h10.1zm11.3-165.7s39.7 41.6 40.4 45.5c.7 3.7-4.2 3.2-4.2 3.2s-44.8-37.5-49.9-41.1c-5.4-3.5 13.7-7.6 13.7-7.6zm246.7 106.7s9 42.4 19.2 38.9c10.6-3.5 17.5-18.8 17.5-18.8l14.5 21.2s-37 8.5-39.8 5.5c-1.2-1.1-9.3-13.8-11.5-24.7l.1-22.1zm56 59s2.5 20.2 1.1 22.7c-1.2 2.3-39.5 11.3-39.5 11.3s25 16.5 29.7 20.5l18.1-29.9.7-24.6h-10.1zM403.9 94.6s-39.6 41.6-40.4 45.5c-.7 3.7 4.2 3.2 4.2 3.2s44.8-37.5 49.9-41.1c5.2-3.5-13.7-7.6-13.7-7.6z",fill:"#E6BC00"}),l.createElement("path",{d:"M99.4 104.7s17-.7 16.6-11.5c-.4-10.6-11.2-14.9-19.1-12.4-8 2.3-23 13.4-13.6 35.1 9.4 21.4 23.4 29.4 26.2 47.8 0 0-5.5 9.9-19.1.4-16.9-11.8-6.2-38.2-10.4-45-4.2-7.1-41-38.9-41-38.9s-30.2 39.4-18 74.9c17 49.2 51.7 32 64.6 36.8 0 0-42.1 62-49.6 67.1 0 0 24.1 8.3 47.8-18.8 0 0 5.8 9.7 7.1 20.2h10.3c4.8-26.2 51.5-64.3 49.9-82.3-1.8-21.3-49.2-49.5-51.7-73.4zM365.1 178c-1.6 18.1 45.1 56.1 49.9 82.3h10.3c1.2-10.4 7.1-20.2 7.1-20.2 23.7 27.1 47.8 18.8 47.8 18.8-7.4-5.1-49.6-67.1-49.6-67.1 12.9-4.8 47.7 12.4 64.6-36.8 12.2-35.6-18-74.9-18-74.9s-36.7 31.8-41 38.9c-4.2 6.7 6.5 33.2-10.4 45-13.7 9.5-19.1-.4-19.1-.4 2.8-18.4 16.8-26.4 26.2-47.8 9.4-21.6-5.7-32.8-13.6-35.1-8-2.5-18.8 1.8-19.1 12.4-.4 10.8 16.6 11.5 16.6 11.5-2.5 24-49.9 52.2-51.7 73.4z",fill:"#ADADAD"}),l.createElement("path",{fill:"#125ECC",d:"M157.3 87.1h201.8v145.5c0 16.1-9.7 21.4-21.9 31.8l-45.9 39.4c-18.2 15.6-47.9 15.6-66.1 0l-46-39.4c-12.1-10.4-21.9-15.7-21.9-31.8V87.1z"}),l.createElement("path",{fill:"#FFE600",d:"M200.6 147.7c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.4 14.4 14.4-6.5 14.4-14.4 14.4zm57.6-3c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.4 14.4 14.4-6.4 14.4-14.4 14.4zm57.7 3c-8 0-14.4-6.4-14.4-14.4s6.5-14.4 14.4-14.4 14.4 6.4 14.4 14.4-6.5 14.4-14.4 14.4zM215 274.4c-8 0-14.4-6.5-14.4-14.4 0-8 6.4-14.4 14.4-14.4s14.4 6.4 14.4 14.4-6.5 14.4-14.4 14.4zm43.2 14.5c-8 0-14.4-6.5-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.5 14.4 14.4-6.4 14.4-14.4 14.4zm43.2-14.5c-8 0-14.4-6.5-14.4-14.4 0-8 6.5-14.4 14.4-14.4s14.4 6.4 14.4 14.4c.1 8-6.4 14.4-14.4 14.4z"}),l.createElement("path",{fill:"#D60537",d:"M157.3 175.4h201.8V233H157.3v-57.6z"}),l.createElement("path",{fill:"#EACE00",d:"M142.9 43.8s57.6-14.4 115.3-14.4 115.3 14.4 115.3 14.4l-14.4 57.7s-50.5-14.4-100.9-14.4-100.9 14.4-100.9 14.4l-14.4-57.7z"}),l.createElement("path",{fill:"#7A6920",d:"M258.2 72.7c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4 14.4 6.5 14.4 14.4-6.4 14.4-14.4 14.4zm57.7 5c-8 0-14.4-6.4-14.4-14.4s6.5-14.4 14.4-14.4 14.4 6.5 14.4 14.4-6.5 14.4-14.4 14.4zm-115.3 0c-8 0-14.4-6.4-14.4-14.4s6.4-14.4 14.4-14.4S215 55.3 215 63.2s-6.5 14.5-14.4 14.5z"}),l.createElement("circle",{fill:"#FFF",cx:258.2,cy:204.2,r:16.9}))},K1e=function(t){var n=t.title,r=V(t,tue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#c8102e",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#fff",stroke:"#000",strokeWidth:2,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"}),l.createElement("path",{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"}),l.createElement("circle",{fill:"#65B5D2",cx:383.65,cy:214.56,r:39.88}),l.createElement("circle",{fill:"#c8102e",cx:343.77,cy:194.63,r:19.94}),l.createElement("circle",{fill:"#c8102e",cx:423.52,cy:194.63,r:19.94}),l.createElement("circle",{fill:"#c8102e",cx:383.65,cy:154.75,r:19.94}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#c8102e"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},J1e=function(t){var n=t.title,r=V(t,nue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m0 193.74 513 127.19V214.26L0 97.08z"}),l.createElement("path",{fill:"#FFF",d:"M513 234.26v-86.67L0 20.41v86.67"}),l.createElement("g",{fill:"#D80027",stroke:"#231F20",strokeWidth:3,strokeMiterlimit:10},l.createElement("path",{d:"M306.4 134.01a50.28 50.28 0 0 1 6.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"}),l.createElement("path",{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.37zm-69.22-93.63h20.88l24.93 27.26v73.45h-26.28v-68.37zm270.76 0h-20.88l-24.93 27.26v73.45h26.27v-68.37z"})))},Q1e=function(t){var n=t.title,r=V(t,rue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#d52b1e",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#f9e300",d:"M0 114h513v114H0z"}),l.createElement("path",{fill:"#007934",d:"M0 228h513v114H0z"}))},ehe=function(t){var n=t.title,r=V(t,iue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012a87",d:"M0 342h513V0z"}),l.createElement("path",{fill:"#f9d90f",d:"M250.4 0H0v166.9z"}),l.createElement("path",{fill:"#dc171d",d:"m140.4 118.3 12.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"}),l.createElement("circle",{fill:"none",stroke:"#000",strokeWidth:9,strokeMiterlimit:10,cx:140.4,cy:160.6,r:57.7}))},the=function(t){var n=t.title,r=V(t,oue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#DC171D",d:"M512 342H0V.7h512V342z"}),l.createElement("path",{fill:"#012A87",d:"M512 342H0V171.3h512V342z"}),l.createElement("path",{fill:"#FFF",d:"M256 342 0 171.3 256 .7l256 170.7L256 342z"}),l.createElement("path",{fill:"#F9D90F",d:"m199.2 249.5 21.7-66.8-56.8-41.2h70.5L256 74.7l21.7 66.8h70.2l-56.8 41.2 21.7 66.8-56.8-41.3z"}))},nhe=function(t){var n=t.title,r=V(t,aue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",width:900,height:600},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h900v600H0z",fill:"#dc171d"}),l.createElement("path",{d:"M450 168.787 215.691 300 450 431.213 684.309 300z",fill:"#fff"}),l.createElement("path",{d:"M281.477 336.852V376h69.961l290.727-52.4V376h-93.668z",fill:"#dc171f"}),l.createElement("path",{d:"M188 288H20V20h418v128zm524 0h168V20H462v128zm-524 24H20v268h418V452zm524 0h168v268H462V452z",fill:"#012a87"}),l.createElement("path",{d:"m450 199.5 8.068 24.827h26.105l-21.12 15.346 8.067 24.827L450 249.157 428.88 264.5l8.066-24.827-21.119-15.345 26.105-.001z",fill:"#f9d90f"}),l.createElement("path",{d:"M281.477 336.852c2.712-8.848 8.614-12.77 16.594-10.995 4.94-18.73 27.739-22.07 36.786-12.857l22.273 22.37c4.837 2.251 12.207 3.095 17.326 3.095 6.33.1 5.621 3.005 10.91 3.106 14.096.27 51.143.458 57.857 0 2.75-.187 64.134-67.857 64.134-67.857 5.12-6.31 18.453-8.333 25.714-3.214 6.786 6.429 13.929 7.143 18.929 2.857 4.405-6.547 14.392-7.309 20.714-3.571l69.45 53.815L548.497 376H351.438l-69.96-39.148z",fill:"#008830"}))},rhe=function(t){var n=t.title,r=V(t,sue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012a87",d:"M0 342h513V0z"}),l.createElement("path",{fill:"#f9d90f",d:"M250.4 0H0v166.9z"}),l.createElement("path",{fill:"#dc171d",d:"m140.4 118.3 12.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"}),l.createElement("circle",{fill:"none",stroke:"#000",strokeWidth:9,strokeMiterlimit:10,cx:140.4,cy:160.6,r:57.7}))},ihe=function(t){var n=t.title,r=V(t,lue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#009b3a",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#fedf00",d:"m256.5 19.3 204.9 151.4L256.5 322 50.6 170.7z"}),l.createElement("circle",{fill:"#FFF",cx:256.5,cy:171,r:80.4}),l.createElement("path",{fill:"#002776",d:"M215.9 165.7c-13.9 0-27.4 2.1-40.1 6 .6 43.9 36.3 79.3 80.3 79.3 27.2 0 51.3-13.6 65.8-34.3-24.9-31-63.2-51-106-51zm119 20.3c.9-5 1.5-10.1 1.5-15.4 0-44.4-36-80.4-80.4-80.4-33.1 0-61.5 20.1-73.9 48.6 10.9-2.2 22.1-3.4 33.6-3.4 46.8.1 89 19.5 119.2 50.6z"}))},ohe=function(t){var n=t.title,r=V(t,uue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ffc72c",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0zm0 228h513v114H0z",fill:"#00778b"}),l.createElement("path",{d:"M256 171 0 342V0z"}))},ahe=function(t){var n=t.title,r=V(t,cue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FF7415",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M513 0H0v342"}),l.createElement("path",{fill:"none",stroke:"#FFF",strokeWidth:42,strokeMiterlimit: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"}))},she=function(t){var n=t.title,r=V(t,due);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#EF2B2D",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",className:"prefix__st1",d:"M139.9 0h93.3v342h-93.3z"}),l.createElement("path",{fill:"#FFF",className:"prefix__st1",d:"M0 119h513v104.1H0z"}),l.createElement("path",{fill:"#002868",d:"M163.2 0h46.6v342h-46.6z"}),l.createElement("path",{fill:"#002868",d:"M0 145h513v52H0z"}))},lhe=function(t){var n=t.title,r=V(t,fue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 238h513v104H0zM0 0h513v104H0z",fill:"#6da9d2"}),l.createElement("path",{d:"M0 125.5h513v89.656H0z"}))},uhe=function(t){var n=t.title,r=V(t,hue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#007C30",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#CE1720",d:"M0 230h513V0H0"}),l.createElement("path",{fill:"#FFF",d:"M100 230V0H0v342h513-413z"}),l.createElement("path",{d:"M28 159.6 8.6 128.2 28 97.4l19.3 30.8zm44.6 0-19.3-31.4 19.3-30.8L92 128.2zM28 241.2 8.6 209.8 28 179l19.3 30.8zm44.6 0-19.3-31.4L72.6 179 92 209.8z",fill:"#CE1720"}),l.createElement("path",{d:"m28 73.8-16.1-26L28 22.2l16 25.6zm44.6 0-16-26 16-25.6 16.1 25.6zM28 318l-16.1-26.1L28 266.3l16 25.6zm44.6 0-16-26.1 16-25.6 16.1 25.6z",fill:"none",stroke:"#CE1720",strokeWidth:7}))},che=function(t){var n=t.title,r=V(t,pue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#003e87",d:"M0 0h513v342H0z"}),l.createElement("circle",{fill:"#FFF",cx:260.9,cy:170.9,r:118.9}),l.createElement("circle",{fill:"none",stroke:"#6DA544",strokeWidth:18,strokeMiterlimit:10,cx:261.9,cy:173.1,r:94.5}),l.createElement("g",{stroke:"#000"},l.createElement("path",{fill:"#003e87",d:"m261.9 151.5-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"}),l.createElement("path",{fill:"#FFDA44",d:"M211.3 128.1h101.3v46.7H211.3z"})),l.createElement("path",{d:"M0 0h513v35H0zm0 306h513v35H0z",fill:"#ce1127"}))},dhe=function(t){var n=t.title,r=V(t,mue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h142v342H0zm371 0h142v342H371zm-64.5 206 50.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",fill:"red"}))},fhe=function(t){var n=t.title,r=V(t,gue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"green",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m422.7 252.4 6.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.2zm-46.6-136.3 6.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 129zm37-77.8 6.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.2zm51.8 58.4 6.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.2zm-28 68.1 4.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.6zM306.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.1zm.2.4-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",fill:"#FFDA44"}),l.createElement("path",{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"}))},hhe=function(t){var n=t.title,r=V(t,vue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M513 66.9V0H411.7L0 274.4V342h100.3z"}),l.createElement("path",{fill:"#D80027",d:"M513 0v40.1L60.2 342H0v-40.8L451.8 0z"}),l.createElement("path",{fill:"#FFDA44",d:"m93.6 31.2 16.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"}))},phe=function(t){var n=t.title,r=V(t,bue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#d21034",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 171h211.5v85.3H0zm300.5 0H512v85.3H300.5z",fill:"#3a9927"}),l.createElement("path",{fill:"#003082",d:"M0 0v85.3h211.5V0h89v85.3H513V0z"}),l.createElement("path",{d:"M300.5 85.3H512v85.3H300.5zM0 85.3h211.5v85.3H0z",fill:"#FFF"}),l.createElement("path",{d:"M300.5 342h-89v-86H0v86h513v-86H300.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",fill:"#ffce00"}))},mhe=function(t){var n=t.title,r=V(t,yue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#009739",d:"M0 0h900v600H0z"}),l.createElement("path",{d:"M0 600 600 0h300v600z",fill:"#ffd100"}),l.createElement("path",{d:"M900 0v600H300z",fill:"#dc241f"}))},ghe=function(t){var n=t.title,r=V(t,xue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 768 512"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"red",d:"M0 0h768v512H0V0z"}),l.createElement("path",{fill:"#FFF",d:"M336 96h96v112h112v96H432v112h-96V304H224v-96h112V96z"}))},vhe=function(t){var n=t.title,r=V(t,wue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#009e60",d:"M342 0h171v342H342z"}),l.createElement("path",{fill:"#f77f00",d:"M0 0h171v342H0z"}))},bhe=function(t){var n=t.title,r=V(t,Eue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m384 71.4 5.3 16.2h17.1l-13.9 10.1 5.3 16.2-13.8-10-13.8 10 5.3-16.2-13.9-10.1h17.1zm-70.2 29.1 15.2 7.7 12.1-12.1-2.7 16.9 15.3 7.8-16.9 2.6-2.7 16.9-7.8-15.2-16.8 2.7 12.1-12.1zm-29.1 70.2 16.3-5.3v-17.1l10 13.8 16.3-5.3-10.1 13.9 10.1 13.8-16.3-5.3-10 13.8v-17.1zm29.1 70.2 7.7-15.3-12-12 16.8 2.6 7.8-15.2 2.7 16.9 16.9 2.7-15.3 7.7 2.7 16.9-12.1-12.1zM384 270l-5.3-16.3h-17.1l13.9-10-5.3-16.3 13.8 10 13.8-10-5.3 16.3 13.9 10h-17.1zm70.2-29.1-15.2-7.8-12.1 12.1 2.7-16.9-15.3-7.7 16.9-2.7 2.7-16.9 7.8 15.2 16.8-2.6-12.1 12zm29.1-70.2-16.3 5.2V193l-10-13.8-16.3 5.3 10.1-13.8-10.1-13.9 16.3 5.3 10-13.8v17.1zm-29.1-70.2-7.7 15.2 12 12.1-16.8-2.7-7.8 15.2-2.7-16.9-16.9-2.6 15.3-7.8-2.7-16.9 12.1 12.1z",fill:"#FFF"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},yhe=function(t){var n=t.title,r=V(t,Cue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M196 0h317v171H196z"}),l.createElement("path",{fill:"#0037A1",d:"M0 0h196v171H0z"}),l.createElement("path",{fill:"#FFF",d:"M98 24.5 113.1 71H162l-39.6 28.7 15.2 46.5L98 117.5l-39.6 28.7 15.2-46.5L34 71h48.9z"}))},xhe=function(t){var n=t.title,r=V(t,Sue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ce1126",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#007a5e",d:"M0 0h171v342H0z"}),l.createElement("path",{d:"M342 0h171v342H342zm-86 102.2 17.2 53H329L283.9 188l17.2 53-45.1-32.7-45.1 32.7 17.2-53-45.1-32.8h55.8z",fill:"#fcd116"}))},whe=function(t){var n=t.title,r=V(t,Iue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m226.8 239.2-9.7-15.6-17.9 4.4 11.9-14.1-9.7-15.6 17.1 6.9 11.8-14.1-1.3 18.4 17.1 6.9-17.9 4.4zM290.6 82l-10.1 15.4 11.6 14.3-17.7-4.8-10.1 15.5-1-18.4-17.7-4.8 17.2-6.6-1-18.4 11.6 14.3zm-54.4-56.6-2 18.3 16.8 7.6-18 3.8-2 18.3-9.2-16-17.9 3.8 12.3-13.7-9.2-15.9 16.8 7.5zm56.6 136.4-14.9 10.9 5.8 17.5-14.9-10.8-14.9 11 5.6-17.6-14.9-10.7 18.4-.1 5.6-17.6 5.8 17.5zM115 46.3l17.3 53.5h56.2l-45.4 32.9 17.3 53.5-45.4-33-45.5 33 17.4-53.5-45.5-32.9h56.3z",fill:"#FFDA44"}))},Ehe=function(t){var n=t.title,r=V(t,Aue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 256.5h513V342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 171h513v85.5H0z"}))},Che=function(t){var n=t.title,r=V(t,Mue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 114h513v114H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 285h513v57H0zM0 0h513v57H0z"}))},She=function(t){var n=t.title,r=V(t,$ue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FF9811",d:"M0-40.8v422.9-211.4z"}),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v68.3H0zm0 136.5h513v68.3H0zm0 136.6h513v68.3H0z",fill:"#0052B4"}),l.createElement("path",{fill:"#D80027",d:"M256 170.7 0 342V0z"}),l.createElement("path",{fill:"#FFF",d:"m86.5 111.4 12.7 39.2h41.3l-33.4 24.2 12.8 39.3-33.4-24.2-33.4 24.2 12.8-39.3-33.4-24.2h41.2z"}))},Ihe=function(t){var n=t.title,r=V(t,Rue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#003893",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#cf2027",d:"M0 182.2h513v41.4H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 140.8h513v41.4H0zm0 82.8h513V265H0z"}),l.createElement("path",{d:"m150.4 70 6.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.2zm0 209.7 6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-17.9-13h22.2zm-97.6-70.9 6.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.3zm-66.3 71H46l6.8-21.1 6.9 21.1h22.2l-18 13.1 6.9 21.1-18-13-17.9 13 6.8-21.1zm48.4 148.9 6.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.2zm66.4 71h-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.1zm-48.4 148.9-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",fill:"#f7d116",stroke:"#000"}))},Ahe=function(t){var n=t.title,r=V(t,Nue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#002b7f",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#f9e814",d:"M0 233.5h513v51H0z"}),l.createElement("path",{d:"m168.7 86.5 12.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.8zm-83.3-54 7.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",fill:"#FFF"}))},Mhe=function(t){var n=t.title,r=V(t,Pue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0021ad",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#1c8a42",d:"M0 0h513v342"}),l.createElement("path",{d:"m77.6 272 5.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 3zm-37.1-98.9 5.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 3zm37.1-80.9 5.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 104zm46.1 62.9 5.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 3zm-32.9 54 4.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",fill:"#FFF"}),l.createElement("circle",{fill:"#ffc639",cx:267.1,cy:170.7,r:74.5}),l.createElement("path",{fill:"#1c8a42",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"}),l.createElement("path",{fill:"#ffc639",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"}))},$he=function(t){var n=t.title,r=V(t,Oue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#DB7D00",d:"M141.7 154.7s.2 67.1 74.7 65.3l4.5 13.9h8.9s-7.4-41.1 60.1-41.5c0 0 0-27.6 27.6-27.6H359s-66-51.8 58.9-118l1.8-13.1s-129.9 71-198.9 57.2c0 0 10.7 42.5-10.8 42.5-10.8 0-9.7-8.1-32.3-8.1-18.7 0-17.3 19.7-26.3 19.5-8.9-.2-18.8-12.3-19.6-10.2-.7 2.1 9.9 20.1 9.9 20.1z"}),l.createElement("g",{fill:"#006651"},l.createElement("path",{d:"M237.2 308.1c6.9-5 13-6.6 22.4-8.3s19.4-4.4 24.6-5.8-17.7 6.6-23.5 8.3c-5.8 1.6-23.5 5.8-23.5 5.8zm37.9-14.7c-1.9-11.9 2.8-24.3 13.5-29.3 2.5 8.6-5.2 23.2-13.5 29.3zm18.2-6.2c-5.8-9.8 4-22.6 11.1-28.8 3.3 6-2.5 23.7-11.1 28.8zm16.9-7.6c-6.2-8.4 1.1-23.2 8.8-29 3.1 8.2.1 23.2-8.8 29zm16.9-10.6c-5.6-8-1.7-20.4 6.3-28.4 5.8 6.6.9 21-6.3 28.4zm13.5-10.7c-4.7-7.5 1.1-25.4 8.6-30.4 3.3 6.6.8 25.4-8.6 30.4zm10.8-2.8c-1.4-10.8 17.4-22.7 25.2-22.4-.9 8.9-8.9 18.6-25.2 22.4zm-10.5 12.2c8.8-9.1 26-9.1 32.1-7.2-1.7 5.3-21.9 16.9-32.1 7.2z"}),l.createElement("path",{d:"M328.7 276.8c12.4-3.3 20.5-6.1 27.9 1.7-5.2 6.6-25.4 4.7-27.9-1.7zm-17.7 8c11.9-6.4 26.3 3 28.5 8.6-13.3 5.5-28.7-7.2-28.5-8.6zm-16.3 9.2c10.8-4.1 23.2 1.4 28.2 7.5-5.8 2.7-21 5.7-28.2-7.5zm-14.9 4.7c12.4-1.4 24.4 8 27 13.4-15.9 1.5-22-3.2-27-13.4zm-4 9.4c-6.9-5-13-6.6-22.4-8.3-9.4-1.7-19.4-4.4-24.6-5.8-5.3-1.4 17.7 6.6 23.5 8.3 5.8 1.6 23.5 5.8 23.5 5.8zm-37.9-14.7c1.9-11.9-2.8-24.3-13.5-29.3-2.5 8.6 5.2 23.2 13.5 29.3zm-18.2-6.2c5.8-9.8-4-22.6-11.1-28.8-3.3 6 2.5 23.7 11.1 28.8zm-16.9-7.6c6.2-8.4-1.1-23.2-8.8-29-3.1 8.2-.1 23.2 8.8 29zM185.9 269c5.6-8 1.7-20.4-6.3-28.4-5.8 6.6-.9 21 6.3 28.4zm-13.5-10.7c4.7-7.5-1.1-25.4-8.6-30.4-3.3 6.6-.8 25.4 8.6 30.4zm-10.8-2.8c1.4-10.8-17.4-22.7-25.2-22.4.9 8.9 8.9 18.6 25.2 22.4zm10.5 12.2c-8.8-9.1-26-9.1-32.1-7.2 1.7 5.3 21.9 16.9 32.1 7.2z"}),l.createElement("path",{d:"M184.3 276.8c-12.4-3.3-20.5-6.1-27.9 1.7 5.2 6.6 25.4 4.7 27.9-1.7zm17.7 8c-11.9-6.4-26.3 3-28.5 8.6 13.3 5.5 28.7-7.2 28.5-8.6zm16.3 9.2c-10.8-4.1-23.2 1.4-28.2 7.5 5.8 2.7 21 5.7 28.2-7.5zm14.9 4.7c-12.4-1.4-24.4 8-27 13.4 15.9 1.5 22-3.2 27-13.4z"})))},Rhe=function(t){var n=t.title,r=V(t,Tue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#11457e",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#d7141a",d:"M513 171v171H0l256.5-171z"}),l.createElement("path",{fill:"#FFF",d:"M513 0v171H256.5L0 0z"}))},Nhe=function(t){var n=t.title,r=V(t,Fue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 228h513v114H0z"}))},Phe=function(t){var n=t.title,r=V(t,_ue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#12ad2b",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#6ab2e7",d:"M513 0v166.7L0 170.8V0z"}),l.createElement("path",{fill:"#FFF",d:"M256 170.7 0 342V0z"}),l.createElement("path",{fill:"#d7141a",d:"m89.8 92.5 17 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"}))},Ohe=function(t){var n=t.title,r=V(t,Due);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#c60c30",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M190 0h-60v140H0v60h130v142h60V200h323v-60H190z"}))},The=function(t){var n=t.title,r=V(t,zue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#496E2D",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 110.7v120h513v-120z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 110.7h513v40H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 190.7h513v40H0z"}),l.createElement("path",{d:"M196 0h120v342H196z"}),l.createElement("path",{fill:"#FFDA44",d:"M196 0h40v342h-40z"}),l.createElement("path",{fill:"#FFF",d:"M274.7 0h40v342h-40z"}),l.createElement("circle",{fill:"#D80027",cx:256,cy:170.7,r:123.1}),l.createElement("path",{d:"m256 58.6 4.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.8zm-40.7 56h15l4.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.3zm0 69.3 12.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.3zm40.7 56.1 4.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.9zm65.9 21.4-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-15zm65.9-21.4-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.8zm40.7-56.1h-15l-4.6 14.3-4.7-14.3h-15l12.2-8.8-4.7-14.3L343 191l12.1-8.8-4.6 14.3zm0-69.3-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.2zm-40.7-56-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.8zM279.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",fill:"#496E2D"}))},Fhe=function(t){var n=t.title,r=V(t,kue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 216h211v126H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 0h211v126H0z"}),l.createElement("path",{fill:"#D80027",d:"M302 0h211v126H302z"}),l.createElement("path",{fill:"#0052B4",d:"M302 216h211v126H302z"}),l.createElement("g",{stroke:"#FFF",strokeWidth:5,strokeMiterlimit:10},l.createElement("path",{fill:"#0052B4",d:"M256 130h-49.9v49.4s19.5 6 49.9 6V130z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#0052B4",d:"M256 235.3c27.5 0 49.9-22.3 49.9-49.9v-6s-19.5 6-49.9 6v49.9z"}),l.createElement("path",{fill:"#D80027",d:"M256 130v55.4c30.4 0 49.9-6 49.9-6V130H256z"})))},_he=function(t){var n=t.title,r=V(t,Lue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#41662E",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M256.5 0H513v342H256.5z"}),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"m341.5 105.3-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"}),l.createElement("path",{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"})))},Dhe=function(t){var n=t.title,r=V(t,jue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 170.7h513V256H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 256h513v85.3H0z"}),l.createElement("circle",{fill:"#FFDA44",cx:256,cy:171,r:60}),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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"}))},zhe=function(t){var n=t.title,r=V(t,Bue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#111",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#368FD8",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 228h513v114H0z"}))},khe=function(t){var n=t.title,r=V(t,Hue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{d:"M0 228h513v114H0z"}),l.createElement("path",{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"}))},Lhe=function(t){var n=t.title,r=V(t,Vue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#428823",d:"M0 228h513v114H0z"}),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M256 171 0 342V0zm53.1 0c0-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-5.1-34.6-24.2-34.6-46.8z"}),l.createElement("path",{d:"m365 129.2 10.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"})))},jhe=function(t){var n=t.title,r=V(t,Gue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#56AF35",d:"M0 0h513v171H0z"}),l.createElement("path",{fill:"#D80027",d:"m0 342 513-171L0 0v342z"}),l.createElement("g",{fill:"#ffc945"},l.createElement("path",{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"}),l.createElement("circle",{cx:119.5,cy:148.3,r:17.5}),l.createElement("circle",{cx:148.9,cy:158.5,r:17.5}),l.createElement("circle",{cx:134.7,cy:135.2,r:17.5}),l.createElement("circle",{cx:119.5,cy:172.7,r:17.5}),l.createElement("circle",{cx:149.9,cy:182.8,r:17.5}),l.createElement("circle",{cx:122.5,cy:198,r:17.5}),l.createElement("circle",{cx:145.9,cy:205.2,r:17.5})))},Bhe=function(t){var n=t.title,r=V(t,Wue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",width:810,height:540},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FCDD09",d:"M0 0h810v540H0z"}),l.createElement("path",{stroke:"#DA121A",strokeWidth:60,d:"M0 90h810m0 120H0m0 120h810m0 120H0"}))},Hhe=function(t){var n=t.title,r=V(t,que);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h22.5v15H0V0z"}),l.createElement("path",{fill:"#D03433",d:"M0 0h22.5v4H0V0zm0 11h22.5v4H0v-4z"}),l.createElement("path",{fill:"#FBCA46",d:"M0 4h22.5v7H0V4z"}),l.createElement("path",{fill:"#FFF",d:"M7.8 7h1v.5h-1V7z"}),l.createElement("path",{fill:"#A41517",d:"M7.2 8.5c0 .3.3.5.6.5s.6-.2.6-.5L8.5 7H7.1l.1 1.5zM6.6 7c0-.3.2-.5.4-.5h1.5c.3 0 .5.2.5.4V7l-.1 1.5c-.1.6-.5 1-1.1 1-.6 0-1-.4-1.1-1L6.6 7z"}),l.createElement("path",{fill:"#A41517",d:"M6.8 7.5h2V8h-.5l-.5 1-.5-1h-.5v-.5zM5.3 6h1v3.5h-1V6zm4 0h1v3.5h-1V6zm-2.5-.5c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5v.2c0 .2-.1.3-.3.3H7c-.1 0-.2-.1-.2-.2v-.3z"}))},Vhe=function(t){var n=t.title,r=V(t,Uue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#20AA46",d:"M0 0h22.5v5H0V0z"}),l.createElement("path",{fill:"#E92F3B",d:"M0 10h22.5v5H0v-5z"}),l.createElement("path",{fill:"#FADF50",d:"M0 5h22.5v5H0V5z"}),l.createElement("circle",{fill:"#205CCA",cx:11.3,cy:7.5,r:5.2}),l.createElement("g",{stroke:"#FFDB3D",fill:"none"},l.createElement("path",{d:"m11.3 8.8-2.1 1.5.8-2.4-2-1.5h2.5l.8-2.3.8 2.3h2.6l-2.1 1.5.8 2.4-2.1-1.5zm-1-2.4h1.9M9.9 7.8l1.3 1m.8-2.6.7 1.8M10 7.9l.6-1.8M11 9l1.6-1.1",strokeWidth:.5}),l.createElement("path",{d:"m8.7 3.9 1.1 1.6m4-1.7-1 1.6m-1.5 4.7V12M8.9 8.3 7.1 9m8.4 0-1.8-.7",strokeWidth:.25})))},Ghe=function(t){var n=t.title,r=V(t,Yue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 810 540"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#039",d:"M0 0h810v540H0z"}),l.createElement("path",{fill:"#FC0",d:"m404.951 59.865 6.735 20.718h21.894l-17.633 12.812 6.638 20.74-17.634-12.812-17.634 12.812 6.736-20.729-17.633-12.812h21.796zm-90 24 6.735 20.718h21.894l-17.633 12.812 6.638 20.74-17.634-12.812-17.634 12.812 6.736-20.729-17.633-12.812h21.796zm-66 66 6.735 20.718h21.894l-17.633 12.812 6.638 20.74-17.634-12.812-17.634 12.812 6.736-20.729-17.633-12.812h21.796zm-24 89.999 6.735 20.719h21.894l-17.633 12.813 6.638 20.74-17.634-12.813-17.634 12.813 6.736-20.731-17.633-12.811h21.796zm24 90.001 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm66 66 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm180-312 6.735 20.718h21.894l-17.633 12.812 6.637 20.74-17.633-12.812-17.635 12.812 6.737-20.729-17.633-12.812h21.795zm66 66 6.735 20.718h21.894l-17.633 12.812 6.637 20.74-17.633-12.812-17.635 12.812 6.737-20.729-17.633-12.812h21.795zm24 90 6.735 20.718h21.894l-17.633 12.813 6.638 20.74-17.634-12.813-17.634 12.813 6.736-20.731-17.633-12.811h21.796zm-24 90 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm-156 90 6.735 20.719h21.894l-17.633 12.811 6.638 20.74-17.634-12.811-17.634 12.811 6.736-20.729-17.633-12.812h21.796zm90-24.001 6.735 20.719h21.894l-17.633 12.812 6.639 20.74-17.635-12.812-17.633 12.812 6.735-20.73-17.633-12.811h21.797z"}))},Whe=function(t){var n=t.title,r=V(t,Xue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#2E52B2",d:"M513 129.3V212H203.7v130H121V212H0v-82.7h121V0h82.7v129.3z"}))},qhe=function(t){var n=t.title,r=V(t,Zue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#62B5E5",d:"M0 0h513v342H0z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#c8102e",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"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},Uhe=function(t){var n=t.title,r=V(t,Kue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})),l.createElement("path",{fill:"#2a7fff",d:"M311.2 190.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"}),l.createElement("path",{fill:"#FFF",d:"M311.2 190.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"}),l.createElement("path",{fill:"#3e6d1e",d:"M346.1 189.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.8s-19.1 4.8-19.1 4.8c-6.1 5.7-13.1 4-15.8-4 .1.1-5.4-16.5-5.4-16.5z"}),l.createElement("path",{fill:"#e5e5e5",d:"M356.4 175.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.1s-45.1 13.5-45.1 30.1c-.1 8.5 6.6 28.5 15 30.1z"}),l.createElement("path",{fill:"#FFF",d:"M355 266.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.5zM321.1 206c2.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"}))},Yhe=function(t){var n=t.title,r=V(t,Jue);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m256 37.9 10.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.9zm132.8-132.8-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",fill:"#FFF"}))},Xhe=function(t){var n=t.title,r=V(t,Que);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0F61A5",d:"M513 214.5H206.2V342h-87.8V214.5H0v-87.7h118.4V0h87.8v126.8H513V192z"}),l.createElement("path",{fill:"#E50E3D",d:"M513 149.3V192H183.7v150H141V192H0v-42.7h141V0h42.7v149.3z"}))},Zhe=function(t){var n=t.title,r=V(t,ece);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},Khe=function(t){var n=t.title,r=V(t,tce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 228h513v114H0z"}))},Jhe=function(t){var n=t.title,r=V(t,nce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 136h513v70H0z"}),l.createElement("path",{fill:"#D80027",d:"M221.5 0h70v342h-70z"}))},Qhe=function(t){var n=t.title,r=V(t,rce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 136h513v70H0z"}),l.createElement("path",{fill:"#D80027",d:"M221.5 0h70v342h-70z"}),l.createElement("path",{fill:"#FFF",stroke:"#231F20",strokeMiterlimit:10,d:"m256.5 87.8-24 41.4h-48.8l24.7 42.1-24.7 42.1h48.8l24 42.1 24-42.1h48.8l-24.7-42.1 24.7-42.1h-48.8l-24-41.4z"}),l.createElement("path",{fill:"#D80027",d:"M258.6 130.6c-3.3 0-3.3 3.3-3.3 3.3V160h-2v-22s0-4-3.3-4c-4 0-4 4-4 4v23.4l-2 .7v-16.7s0-4-3.3-4c-4 0-4 4-4 4V174c0 6.7 3.3 13.4 8 17.4v14h24V194c6-3.3 10.7-9.4 12-16.7 0-4 1.3-7.3 2.7-10.7l2.7-9.4s.7-3.3-2.7-4.7-4.7 2-4.7 2l-5.3 12.7h-2v-31.4s0-3.3-3.3-3.3c-4 0-4 3.3-4 3.3v24h-1.3v-26.1c-.2.2-.2-3.1-4.2-3.1z"}),l.createElement("path",{fill:"#FFDA44",stroke:"#231F20",strokeMiterlimit:10,d:"M249.2 25.7V33h-7.3v14.7h7.3v14c-4-4-9.4-6-14.7-6-12.2-.1-22.1 9.6-22.3 21.8-.1 6.1 2.4 12 6.9 16.3v13.4h74.8V93.8c4-4.7 6.7-10 6.7-16-.2-12.2-10.3-21.9-22.4-21.6-5.3.1-10.4 2.1-14.3 5.6v-14h7.3V33.1h-7.3v-7.3l-14.7-.1z"}))},e0e=function(t){var n=t.title,r=V(t,ice);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#005EB8",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 302.1V342h59.9l196.6-131.1L453.1 342H513v-39.9L316.4 171 513 39.9V0h-59.9L256.5 131.1 59.9 0H0v39.9L196.7 171z"}))},t0e=function(t){var n=t.title,r=V(t,oce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v171H0z"}),l.createElement("path",{fill:"#529E3C",d:"M0 171h513v171H0z"}),l.createElement("path",{fill:"#D11C1C",d:"m201 259.8 28.2-4.8-21.8-10.3 14.9-8.4s25.2 21.2 25.2 14.4c0-7.3 23.7-4.1 22.7-14.4-1.3-14.1-26.2-1-30.6-18.7-2.5-9.9-10.3-8.6-10.3-8.6l-25.1 8.6-12.5 18.7-6.2-18.7s-14.6 11.9-19.5 18.7c-5.2 7.3-10.7 23.5-10.7 23.5l25.6 10.7-37.3-6.6-27.2 6.6-16.7 4.6 7.3-7.7-15-7.6 15-9-7.3-6.1 32.3 6.1s11.8-1.2 16.3-6.1c5.6-6.2 10.1-27.1 10.1-27.1l-14.8-8.6-11.6 21s-8-19.9-15.6-31c-5.7-8.3-24.3-27.3-24.3-27.3l-24 12.6 13.4-26.7s10.6-9.3 3.9-18.8c-6.8-9.5-12.4-30.9-12.4-30.9s14.1 24.4 19.2 22.5c7.2-2.7-9-25 0-28.9 6.5-2.9 7.6 25.5 7.6 25.5l7.3-13.9v17.3s-4.3 20.7 3 33c7.2 12.3 28.7 20.9 28.7 20.9s-5.6-12.3 0-36c3.8-16 17.2-43.4 23.6-52.1 3.3-4.6-26.7 17-26.7 17v-17l-28.6-2.9-7.3 8.3-18.3-30L104 83.1h34.6l-6.7-8.3H104s5.9-12.1 34.6-12.1l13.6-9.2s18.6.5 29 .9c9.3.4 26.1-11.5 26.1-11.5l4.7 11.5-11 17.3 11.1 11.4-4.7 7 8.1 11.5H201l11.1 17.9-11.1-6.3 6.4 17.3-6.4 17.8 28.2-9.5s0-25.6 10.3-37.2C271.1 69.2 322.6 43 322.6 43s-2.7 23.5 4.9 25.4c11.1 2.7 59.4-19.4 59.4-19.4s-29 31.3-23.1 34.1c3.2 1.5 8.5 7 8.5 7s-25.1 20.5-29.3 29.3c-4.2 8.8 6.1 19.4 6.1 19.4s-21.7 0-32.5 9.5c32.5 0 59.1 15.4 74.8 4 10.5-7.6-37.7-2.9-31.4-21.9 2.4-7.1 8.5-15.2 22.6-17.3s19.1 6.3 19.1 6.3l7.6-11.5h-22.4l40.6-39.6 5.3 51.1-13.7-11.4-6.2 19.2c14.6 44.6-52.8 54.1-52.8 54.1l41.6 27.8-14.8 4.2-4.2 41.7 19.1 15.5-25-6.6-49.2 11.2 9.8-15.3-20.6 4.1 13.7-13.1-13.7-6.1 17.6-4.9 22.1 15.2s11-14.2 12.2-21.7c1.3-7.8-4.8-24.2-4.8-24.2s-32.6-.7-44.1-3.5-18.2-11.9-18.2-11.9l-13.1 15.4s45.5 17.1 34.1 24.2c-2.6 1.7-15.7-3.2-15.7-3.2s-22.4 26.2-36.8 29.7c-6.5 1.6 18.3 10.7 18.3 10.7s-21.2-3.4-32-6.6c-11.3-3.4-44.4 6.6-44.4 6.6l-11-10.7zM383.9 138c3.1 0 5.7-2.6 5.7-5.7s-2.6-5.7-5.7-5.7-5.7 2.6-5.7 5.7 2.5 5.7 5.7 5.7z"}))},n0e=function(t){var n=t.title,r=V(t,ace);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M0 0h513v341.3H0V0z"}),l.createElement("path",{d:"M311.7 230 513 341.3v-31.5L369.3 230h-57.6zM200.3 111.3 0 0v31.5l143.7 79.8h56.6z"})),l.createElement("path",{d:"M393.8 230 513 295.7V230H393.8zm-82.1 0L513 341.3v-31.5L369.3 230h-57.6zm146.9 111.3-147-81.7v81.7h147zM90.3 230 0 280.2V230h90.3zm110 14.2v97.2H25.5l174.8-97.2zm-82.1-132.9L0 45.6v65.7h118.2zm82.1 0L0 0v31.5l143.7 79.8h56.6zM53.4 0l147 81.7V0h-147zm368.3 111.3L513 61.1v50.2h-91.3zm-110-14.2V0h174.9L311.7 97.1z",fill:"#012169"}),l.createElement("g",{fill:"#c8102e"},l.createElement("path",{d:"M288 0h-64v138.7H0v64h224v138.7h64V202.7h224v-64H288V0z"}),l.createElement("path",{d:"M311.7 230 513 341.3v-31.5L369.3 230h-57.6zm-168 0L0 309.9v31.5L200.3 230h-56.6zm56.6-118.7L0 0v31.5l143.7 79.8h56.6zm168 0L513 31.5V0L311.7 111.3h56.6z"})))},r0e=function(t){var n=t.title,r=V(t,sce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#c60a0a",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#3E8446",d:"m256.5 170.7-212 126.1V44.5z"}),l.createElement("path",{d:"m256.5 170.7 211 126.1h-423zm211-126.2-211 126.2-212-126.2z",fill:"#FFDA44"}),l.createElement("path",{fill:"#3E8446",d:"M467.5 44.5v252.3l-211-126.1z"}),l.createElement("path",{d:"m256.5 10.4 2.8 10.2H270l-8.6 6.3 3.3 10.2-8.2-6.3-9.2 6.3 3.3-10.2-8.6-6.3h10.7zm-86.4 0 3.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.7zm171.8 0 3.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.7zm-85.4 293.8 2.8 10.2H270l-8.6 6.3 3.3 10.2-8.2-6.3-9.2 6.3 3.3-10.2-8.6-6.3h10.7zm-86.4 0 3.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.7zm171.8 0 3.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",fill:"#FFDA44"}),l.createElement("circle",{fill:"#c60a0a",cx:244.5,cy:170.7,r:76.2}),l.createElement("path",{fill:"#FFDA44",d:"m244.5 110.1 13.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.8h44zm-136.8 57.7c4.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"}),l.createElement("circle",{fill:"#A2001D",cx:99.1,cy:182.1,r:7.4}))},i0e=function(t){var n=t.title,r=V(t,lce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#fff",d:"M0 0h22.5v15H0z"}),l.createElement("path",{fill:"#eb000e",d:"M9.8 6H0v3h9.8v6h3V9h9.8V6h-9.8V0h-3v6z"}),l.createElement("path",{fill:"#eb000e",d:"m17.3 2.7-.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 0-.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 9-.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 0-.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"}))},o0e=function(t){var n=t.title,r=V(t,uce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FDEB01",d:"m0 0 90 60H0z"}),l.createElement("path",{fill:"#58A846",d:"M90 0v60L0 0z"}),l.createElement("path",{fill:"#ED3D24",d:"m50.7 33.3 9.3-6.7H48.5L45 15.7l-3.5 10.9H30l9.3 6.7-3.6 11 9.3-6.7 9.3 6.7z"}))},a0e=function(t){var n=t.title,r=V(t,cce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M308 0H204v118.7H0v104h204V342h104V222.7h205v-104H308z"}),l.createElement("path",{fill:"#FFDA44",d:"m368.6 188 26 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"}))},s0e=function(t){var n=t.title,r=V(t,dce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#496E2D",d:"M0 228h513v114H0z"}),l.createElement("path",{d:"m255.9 113.8 14.1 43.4 40.4 3.2-37 26.9 19.5 40.3-37-26.9-37 26.9 14.1-43.5-36.9-26.9h45.7z"}))},l0e=function(t){var n=t.title,r=V(t,fce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 230h513v112H0z"}),l.createElement("path",{fill:"#D80027",stroke:"#000",strokeMiterlimit: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"}),l.createElement("path",{fill:"#FFDA44",stroke:"#000",strokeMiterlimit:10,d:"m264.9 235.5-24.2 18.2 19.1 14.3v31.3h-23.2v9h23v7.9h-23v9.3H270V268l19.1-14.3-24.2-18.2zm0 25.3-10.1-7.1 10.1-7.1 10.1 7.1-10.1 7.1z"}),l.createElement("path",{d:"M239.6 209.7v-27.9s.1-22.3 25-22.3c24.8 0 25.7 22 25.7 22v28.2h-50.7zm-69.1 0v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8z"}),l.createElement("path",{d:"M169.1 209.7v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zm151.8 0v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zm8.4-77.7v-15.7s.1-12.1 11.3-12.1c11.3 0 11.7 11.9 11.7 11.9V132h-23zm-78.8 0v-23.7s.1-18.3 14.3-18.3c14.2 0 14.7 18 14.7 18v24h-29zm-73 0v-15.7s.1-12.1 11.3-12.1 11.7 11.9 11.7 11.9V132h-23z"}))},u0e=function(t){var n=t.title,r=V(t,hce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M513 0v171H0V0z"}),l.createElement("circle",{fill:"#FFF",cx:185.8,cy:171.2,r:117.8}),l.createElement("path",{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"}))},c0e=function(t){var n=t.title,r=V(t,pce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#cf0d19",d:"M0 0h513v100H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 121h513v100H0z"}),l.createElement("path",{fill:"#1a7e25",d:"M0 242h513v100H0z"}))},d0e=function(t){var n=t.title,r=V(t,mce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h512v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M342 0h171v342H342z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h171v342H0z"}))},f0e=function(t){var n=t.title,r=V(t,gce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},h0e=function(t){var n=t.title,r=V(t,vce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 0h513v113.8H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 227.6h513V342H0z"}),l.createElement("path",{fill:"#0070C8",d:"M126 171 0 342V0z"}),l.createElement("path",{fill:"none",stroke:"#000",strokeMiterlimit: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"}),l.createElement("path",{fill:"#786145",d:"M264.5 179.8h9.8l4 25.8h-17.8z"}),l.createElement("path",{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"}),l.createElement("path",{d:"m230.7 120 1.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.8zm15.3 0 1.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.8zm15.3 0 1.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.8zm15.8 0 1.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.7zm16 0 1.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.7zm15 0 1.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",fill:"#FFDA00",stroke:"#000",strokeMiterlimit:10}))},p0e=function(t){var n=t.title,r=V(t,bce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("g",{fill:"#0d5eaf"},l.createElement("path",{d:"M0 0h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z"}),l.createElement("path",{d:"M0 0h190v190H0z"})),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M0 76h190v38H0z"}),l.createElement("path",{d:"M76 0h38v190H76z"})))},m0e=function(t){var n=t.title,r=V(t,yce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})),l.createElement("ellipse",{fill:"#FFF",cx:443.4,cy:233.6,rx:29,ry:43.5}),l.createElement("ellipse",{fill:"#FFCE00",cx:406.9,cy:317.7,rx:22,ry:9.3}),l.createElement("ellipse",{fill:"#FFCE00",cx:364,cy:317.7,rx:22,ry:9.3}),l.createElement("path",{fill:"#39B200",d:"m342 190.1 43.4 86.9 43.5-86.9z"}),l.createElement("ellipse",{fill:"#9B9B9B",cx:327.5,cy:233.6,rx:29,ry:43.5}),l.createElement("path",{fill:"#757575",d:"m371 175.6-14.5 14.5h57.9l-14.5-14.5 14.5-43.5s-13-29-29-29-29 29-29 29l14.6 43.5z"}),l.createElement("circle",{fill:"#C6B56F",cx:385.4,cy:67,r:29}),l.createElement("circle",{fill:"#923f00",cx:386,cy:88.7,r:29}),l.createElement("circle",{fill:"#FFF",cx:443.4,cy:117.7,r:29}),l.createElement("circle",{fill:"#0049FF",cx:342.2,cy:146.7,r:29}),l.createElement("circle",{fill:"#0041F9",cx:429.8,cy:146.7,r:29}),l.createElement("circle",{fill:"#F7D71E",cx:386,cy:233.6,r:29}),l.createElement("circle",{fill:"#CEC851",cx:457.9,cy:190.1,r:29}),l.createElement("circle",{fill:"#FFF",cx:385.4,cy:289.5,r:29}),l.createElement("path",{fill:"#7C0B29",d:"m371 135.7 14.5-3.5 14.5 3.5c0 7.5-14.5 11-14.5 11s-14.5-3.5-14.5-11z"}),l.createElement("circle",{fill:"#FFF",cx:327.5,cy:117.4,r:29}))},g0e=function(t){var n=t.title,r=V(t,xce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342z",fill:"#338AF3"}),l.createElement("circle",{fill:"#DCC26D",cx:256,cy:155.8,r:25.5}),l.createElement("path",{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"}))},v0e=function(t){var n=t.title,r=V(t,wce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M11.1 11.1h489.7v319.1H11.1z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#1C8AE6",d:"M179.8 180.7h152.6l-29.3 64.9h-95.2z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#259C7B",d:"m256 157.5-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"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#FFF",d:"m217.8 170.7 25.5 38.2h-25.5v-38.2z"}),l.createElement("path",{fill:"none",stroke:"#D80027",strokeWidth:12,strokeMiterlimit: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"}))},b0e=function(t){var n=t.title,r=V(t,Ece);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#6DA544",d:"M0 0h512v342H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 0h512v171H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h182v342H0z"}),l.createElement("path",{d:"m98.3 109.8 15.1 46.5h48.9L122.8 185l15.1 46.5-39.6-28.7-39.5 28.7L73.9 185l-39.6-28.7h48.9z"}))},y0e=function(t){var n=t.title,r=V(t,Cce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#009E49",d:"M0 0h900v600H0V0z"}),l.createElement("path",{fill:"#FFF",d:"m0 0 947 300L0 600V0z"}),l.createElement("path",{fill:"#FFD00D",d:"M0 26.1 870 300 0 573.9V26.1z"}),l.createElement("path",{fill:"#2D2D2D",d:"m0 0 450 300L0 600V0z"}),l.createElement("path",{fill:"#D3132F",d:"m0 35 397.5 265L0 565V35z"}))},x0e=function(t){var n=t.title,r=V(t,Sce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 21 14"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h21v14H0V0z"}),l.createElement("path",{fill:"#EE1C25",d:"M0 0h21v14H0V0z"}),l.createElement("path",{fill:"#FFF",d:"M12 6.7c-.8-.5-1 .4-1 0 0-.8.9-1.5 2-1.5s2 .7 2 1.5c-.9 0-1 .5-1.5.5-.6 0-.7 0-1.5-.5zm1.2-.2c.1 0 .2-.1.2-.2s0-.3-.2-.3-.2.1-.2.2.1.3.2.3zm-1.8 2c.2-.9-.7-.8-.3-.9.8-.3 1.7.4 2 1.4.3 1.1 0 2.1-.8 2.4-.3-.9-.8-.8-.9-1.3-.1-.6-.2-.7 0-1.6zm.6 1.1c0 .1.2.2.3.2.1 0 .2-.2.2-.3s-.2-.2-.3-.2c-.2 0-.2.2-.2.3zM9.6 8.5c.9-.1.6-.9.8-.6.5.7.2 1.7-.7 2.4-.9.6-2 .6-2.5 0 .8-.6.6-1 .9-1.3.4-.4.5-.5 1.5-.5zm-.9.9c-.1 0-.2.2-.1.3s.3.2.4.1.1-.3 0-.4-.2-.1-.3 0zM9 6.7c.3.9 1 .3.8.6-.5.7-1.6.7-2.5 0-.9-.6-1.2-1.7-.7-2.4.8.6 1.1.2 1.5.5.4.4.5.4.9 1.3zm-1.1-.6c-.1-.1-.3 0-.4.1s-.1.3 0 .4c.1.1.3 0 .3-.1.2-.1.2-.3.1-.4zm2.6-.5c-.7.6.1 1.1-.3 1-.8-.3-1.2-1.4-.8-2.4.3-1 1.3-1.7 2-1.4-.3.9.2 1.1 0 1.6-.1.5-.2.6-.9 1.2zm.2-1.2c0-.1 0-.3-.1-.3s-.3 0-.3.1 0 .3.2.3c0 .1.1 0 .2-.1z"}))},w0e=function(t){var n=t.title,r=V(t,Ice);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})),l.createElement("path",{d:"m189.2 212.6 11 22.9 24.7-5.7-11.1 22.8 19.9 15.8L209 274v25.4l-19.8-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zm197.9 28.5 5.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.9-2.6 9.5-7.5-5.3-10.9 11.9 2.7zm-48.6-116 5.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.6v-12.1l-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zm48.6-66.2 5.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.9 11.9 2.7zm42.4 49.7 5.3 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.5-7.6-9.4 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zm-30.3 57.9 4.1 12.7h13.3l-10.8 7.8 4.1 12.6-10.7-7.8-10.8 7.8 4.1-12.6-10.7-7.8h13.3z",fill:"#FFF"}))},E0e=function(t){var n=t.title,r=V(t,Ace);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0zm0 228h513v114H0zm203.5-110.1 6.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-1zm105 0 6.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-1zm-52.5 29.7 6.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-1zm105 0 6.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",fill:"#338AF3"}))},C0e=function(t){var n=t.title,r=V(t,Mce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 228h513v114H0z"}),l.createElement("path",{d:"M309.3 113.2v-44l17.5-14.4 17.7 14.4v44zm-105.6 0v-44l-17.3-14.4-17.9 14.4v44zm35.2 0v-44l17.6-14.4 17.6 14.4v44z",fill:"#338AF3"}),l.createElement("path",{d:"M309.3 113.2h-35.2v-44l17.5-14.4 17.7 14.4zm-70.4 0h-35.2v-44l17.5-14.4 17.7 14.4z",fill:"#0052B4"}),l.createElement("path",{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"}),l.createElement("path",{d:"M168.5 113.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm35.2 35.2h35.2V254h-35.2zm35.2-35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-35.2 35.2h35.2V254h-35.2zm35.2 55.5c8.6-5.4 16.2-12.3 22-20.3h-22v20.3zM181.7 254c5.8 8 13.3 14.9 22 20.4V254h-22zm57.2 0v33.7c7.2 1.2 13.3 1.5 17.6 1.5 4.3 0 10.4-.3 17.6-1.6V254h-35.2z",fill:"#D80027"}))},S0e=function(t){var n=t.title,r=V(t,$ce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#A2001D",d:"M0 0h513v172H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 172h513v172H0z"}),l.createElement("path",{fill:"#FFF",d:"m381.4 251.5-110.7-13.8-110.8 13.8V85.4h221.5z"}),l.createElement("circle",{fill:"#0052B4",cx:270.7,cy:182.3,r:55.4}),l.createElement("circle",{fill:"#A2001D",cx:270.7,cy:182.3,r:27.7}),l.createElement("path",{fill:"#6DA544",d:"M229.1 113.1h83.1l-41.5 41.5z"}),l.createElement("path",{fill:"#FFDA44",d:"M256.8 140.8h27.7v83h-27.7z"}),l.createElement("path",{fill:"#6DA544",d:"M314.9 215.5h-88.5l-66.5 36h221.5z"}))},I0e=function(t){var n=t.title,r=V(t,Rce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 228h513v114H0z"}))},A0e=function(t){var n=t.title,r=V(t,Nce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 300 200"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#fc0",d:"M0 0h300v200H0z"}),l.createElement("path",{fill:"#0768a9",d:"M0 0h200v200H0z"}),l.createElement("path",{fill:"#fff",d:"M0 0h100v200H0z"}))},M0e=function(t){var n=t.title,r=V(t,Pce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#E00",d:"M0 0h513v171H0z"}))},$0e=function(t){var n=t.title,r=V(t,Oce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#FF9811",d:"M342 0h171v342H342z"}))},R0e=function(t){var n=t.title,r=V(t,Tce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{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 171 276 204.2h-38.9L219.8 171l17.2-33.2h38.9l17.3 33.2zm-36.7-71.8 11.9 23.3h-23.9l12-23.3zm-58.3 38.6h23.9l-10.8 21-13.1-21zm0 66.4 13-22.1 11.9 22.1h-24.9zm58.3 37.5-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 256h512V320H0z",fill:"#2E52B2"}))},N0e=function(t){var n=t.title,r=V(t,Fce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#E52D42",d:"M0 0h513v342H0z"}),l.createElement("path",{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"}),l.createElement("path",{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"}))},P0e=function(t){var n=t.title,r=V(t,_ce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ff6820",d:"M0 0h513v114H0V0z"}),l.createElement("path",{fill:"#FFF",d:"M0 114h513v114H0V114z"}),l.createElement("path",{fill:"#046a38",d:"M0 228h513v114H0V228z"}),l.createElement("path",{fill:"none",stroke:"#07038d",strokeWidth:4,d:"M256.5 136.8c18.9 0 34.2 15.3 34.2 34.2s-15.3 34.2-34.2 34.2-34.2-15.3-34.2-34.2 15.3-34.2 34.2-34.2z"}),l.createElement("path",{d:"m265.3 138.2-17.6 65.7m17.6-65.7-17.6 65.7m25.8-62.3-34 58.9m41-53.5-48 48m53.4-41L227 188m62.3-25.8-65.7 17.6m66.9-8.8h-68m66.8 8.8-65.7-17.6m62.3 25.8L227 154m53.5 41-48-48m41 53.4-34-58.9m25.8 62.3-17.6-65.7m8.8 66.9v-68m-8.8 66.8 17.6-65.7m-25.8 62.3 34-58.9m-41 53.5 48.1-48.1M227.1 188l58.9-34m-62.3 25.8 65.7-17.6m-66.9 8.8h68m-66.8-8.8 65.7 17.6M227.1 154l58.9 34m-53.5-41 48.1 48.1m-41.1-53.5 34 58.9m-25.8-62.3 17.6 65.7",stroke:"#07038d",strokeWidth:2}))},O0e=function(t){var n=t.title,r=V(t,Dce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0-.3h513V342H0V-.3z"}),l.createElement("path",{fill:"#012169",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"}),l.createElement("g",{strokeWidth:2,strokeMiterlimit:10},l.createElement("path",{d:"M389.8 119.9H408v78.8h-18.3l.1-78.8zm0 117.8H408v75.1h-18.3l.1-75.1z",fill:"#a24300",stroke:"#000"}),l.createElement("path",{fill:"#006d00",stroke:"#004100",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"}),l.createElement("path",{fill:"#fed100",stroke:"#525625",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"})),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},T0e=function(t){var n=t.title,r=V(t,zce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#CE1126",d:"M0 0h513v114H0z"}),l.createElement("path",{d:"M0 228h513v114H0z"}),l.createElement("path",{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.1zm49.6 29.8v-59.6H249v79.5h33.1v-19.9zm66.2 0v-59.6h-19.8v59.6h-6.6v-19.8h-19.9v39.7h59.6v-19.9z",fill:"#547C31"}))},F0e=function(t){var n=t.title,r=V(t,kce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h512v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 0h513v114H0z"}),l.createElement("path",{d:"M0 227.9h513v114H0zm278.8-93.1c.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",fill:"#D80027"}),l.createElement("path",{d:"M44.6 98.9h22.3v24.4H44.6zM0 98.9h22.3v24.4H0zm89.2 0h22.3v24.4H89.2zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4H223zm44.7 0H290v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0H513v24.4h-22.3zm-446.1 118h22.3v25.5H44.6zm-44.6 0h22.3v25.5H0zm89.2 0h22.3v25.5H89.2zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5H223zm44.7 0H290v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0H513v25.5h-22.3z",fill:"#FFF",opacity:.5}))},_0e=function(t){var n=t.title,r=V(t,Lce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M513 210.6H202.2v130.7h-79.8V210.6H0v-79.8h122.4V0h79.8v130.8H513v18.5l-1 42.7z"}),l.createElement("path",{fill:"#D80027",d:"M513 149.3V192H183.7v149.3H141V192H0v-42.7h141V0h42.7v149.3z"}))},D0e=function(t){var n=t.title,r=V(t,jce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#F4F5F0",d:"M342 0H0v341.3h512V0z"}),l.createElement("path",{fill:"#008C45",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#CD212A",d:"M342 0h171v342H342z"}))},z0e=function(t){var n=t.title,r=V(t,Bce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M301.8 171 513 30.2V0h-45.3L256.5 140.8 45.3 0H0v30.2L211.2 171 0 311.8V342h45.3l211.2-140.8L467.7 342H513v-30.2z"}),l.createElement("path",{fill:"#FFDA44",d:"m233.7 44.6 22.3 5.6 22.3-5.6 4-20.9-14.9 6.5L256 14.8l-11.4 15.4-14.9-6.5z"}),l.createElement("path",{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"}))},k0e=function(t){var n=t.title,r=V(t,Hce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#6DA544",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M215.9 171 0 314.6V26.8zM513 26.8v287.8L296.1 171z"}),l.createElement("path",{fill:"#0052B4",d:"M513 26.8 296.1 171 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4L215.9 171 0 26.8V0h40.1L256 143.9 471.9 0H513z"}),l.createElement("path",{fill:"#FFDA44",d:"M513 26.8 296.1 171 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4L215.9 171 0 26.8V0h40.1L256 143.9 471.9 0H513z"}))},L0e=function(t){var n=t.title,r=V(t,Vce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 228h513v114H0z"}),l.createElement("path",{fill:"#D80027",d:"M256.5 170.7 0 341.3V0z"}),l.createElement("path",{fill:"#FFF",d:"m77.9 139.5 7.9 16.4 17.8-4.1-8 16.5 14.3 11.3-17.8 4 .1 18.3-14.3-11.5-14.2 11.5v-18.3l-17.8-4 14.3-11.3-7.9-16.5 17.7 4.1z"}))},j0e=function(t){var n=t.title,r=V(t,Gce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h512v342H0z"}),l.createElement("circle",{fill:"#D80027",cx:256.5,cy:171,r:96}))},B0e=function(t){var n=t.title,r=V(t,Wce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h512v90.579H0z"}),l.createElement("path",{fill:"#496E2D",d:"M0 251h513v91H0z"}),l.createElement("path",{fill:"#A2001D",d:"M0 114h513v114H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"m323.3 54.5-25.6-11.8L256 137l-41.7-94.3-25.6 11.8 51.8 116.2-51.8 116.2 25.6 11.8 41.7-94.4 41.7 94.4 25.6-11.8-51.8-116.2z"}),l.createElement("path",{d:"M273.4 65.6c-9.9-10.8-17.4-17-17.4-17s-7.5 6.2-17.4 17v210.1c9.9 10.8 17.4 17 17.4 17s7.5-6.2 17.4-17V65.6z"})),l.createElement("path",{d:"M209 105.9v129.5c10.5 18.5 23.3 33.7 32.9 43.8V62.1c-9.6 10.1-22.4 25.3-32.9 43.8zm94 0c-10.5-18.5-23.3-33.7-32.9-43.8v217.2c9.6-10.1 22.4-25.3 32.9-43.8V105.9z",fill:"#A2001D"}),l.createElement("path",{d:"M303 105.9v129.5c10.6-18.8 18.8-41 18.8-64.8s-8.2-45.9-18.8-64.7zm-94 0v129.5c-10.6-18.8-18.8-41-18.8-64.8s8.2-45.9 18.8-64.7z"}))},H0e=function(t){var n=t.title,r=V(t,qce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M0 0h513v342H0z"}),l.createElement("circle",{cx:256,cy:171,r:171})),l.createElement("path",{fill:"#FFDA44",d:"M382.4 170.7 330.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"}),l.createElement("circle",{fill:"#D80027",cx:257.4,cy:170.7,r:71.6}),l.createElement("path",{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.1zm26.6 46.5c5.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.8zm59.4-71.2c-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.6zm-21.7 28.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",fill:"#FFDA44"}))},V0e=function(t){var n=t.title,r=V(t,Uce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0zm0 228h513v114H0z",fill:"#0052B4"}),l.createElement("path",{fill:"#FFF",d:"M303.5 196.6v-17.8h-11.9v-23.7l-11.9-11.9-11.8 11.9v-23.8L256 119.5l-11.9 11.8v23.8l-11.8-11.9-11.9 11.9v23.7h-11.9v17.8h-11.9v17.8h118.8v-17.8z"}))},G0e=function(t){var n=t.title,r=V(t,Yce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 450 300"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#CE1126",d:"M0 0h450v300H0V0z"}),l.createElement("g",{fill:"#FCD116"},l.createElement("circle",{cx:227.6,cy:161.2,r:56.2}),l.createElement("path",{d:"m254.1 73.4-23.7 26 28.6 6.5zm-51.5.2-4.8 33.1 28.5-8zm94.3 26.7-34.7 8.5 20.1 23.7zm-138.3-1.8 15.5 32.7 20.2-22.7zm159 45.3-34.4-9.9 5.6 29.5zm-182-2.6 31.9 19.8 5.2-27.7z"})),l.createElement("path",{fill:"#003F87",d:"M0 175h450v125H0V175z"}),l.createElement("path",{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"}),l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",fill:"#FCD116",d:"m183.2 48.3-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"}))},W0e=function(t){var n=t.title,r=V(t,Xce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v85.5H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 85.5h513V171H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 171h513v85.5H0z"}),l.createElement("path",{fill:"#6DA544",d:"M256.5 171 0 342V0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M68.6 170.7c0-24.9 17.5-45.6 40.8-50.7-3.6-.8-7.3-1.2-11.1-1.2-28.7 0-51.9 23.3-51.9 51.9s23.3 51.9 51.9 51.9c3.8 0 7.5-.4 11.1-1.2-23.3-5.1-40.8-25.9-40.8-50.7z"}),l.createElement("path",{d:"m108.9 126.1 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.2-7.3 5.2 2.8-8.5-7.2-5.3h8.9zm0 22.3 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.3-7.3 5.3 2.8-8.5-7.2-5.3h8.9z"}),l.createElement("path",{d:"m108.9 170.7 2.7 8.5h9l-7.3 5.2 2.8 8.5-7.2-5.2-7.3 5.2 2.8-8.5-7.2-5.2h8.9zm0 22.2 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.3-7.3 5.3 2.8-8.5-7.2-5.3h8.9z"})))},q0e=function(t){var n=t.title,r=V(t,Zce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M512 0H0v342"}),l.createElement("path",{fill:"#FFDA44",d:"M307.7 0 0 194.5V342h206.9L513 148.5V0z"}),l.createElement("path",{d:"M513 0H385.2L0 249.4V341l126.2 1L513 91.6z"}),l.createElement("path",{d:"m141.1 187 31.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",fill:"#FFF"}))},U0e=function(t){var n=t.title,r=V(t,Kce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#91DC5A",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v57.188H0zm0 284.1h513v57.177H0z",fill:"#0052B4"}),l.createElement("path",{fill:"#D80027",d:"M0 79.9h513v181.582H0z"}),l.createElement("circle",{fill:"#FFF",cx:190.33,cy:171,r:65.668}),l.createElement("path",{fill:"#D80027",d:"m190.3 105 14.8 45.3h47.7l-38.6 28.1 14.8 45.5-38.7-28.2-38.6 28.1 14.8-45.4-38.6-28.1h47.7z"}))},Y0e=function(t){var n=t.title,r=V(t,Jce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M84.6 107.8 132 36.6m-29.7 83 47.4-71.1m-29.6 83 47.4-71.1m177.9 221.3 47.4-71.1m-29.6 82.9 47.4-71.1m-29.6 83 47.4-71.1M132 305.4l-47.4-71.1m65.2 59.2-47.4-71.1m65.2 59.3-47.4-71.1m272.6-79.1-47.4-71.1m65.2 59.2-47.4-71.1m65.2 59.3L381 36.6",stroke:"#000",strokeWidth:14.25}),l.createElement("path",{d:"m357.3 238.2 59.3 39.5m-299.4-13.8L135 252m222.3-148.2L378 90m17.8-11.9 17.8-11.9",stroke:"#FFF",strokeWidth:12.5}),l.createElement("circle",{fill:"#CA163A",cx:256.5,cy:171,r:85.5}),l.createElement("path",{fill:"#0E4896",d:"M185.3 123.6c-13.1 19.6-7.8 46.2 11.9 59.3s46.2 7.8 59.3-11.9 39.6-24.9 59.3-11.9c19.6 13.1 24.9 39.6 11.9 59.3-26.2 39.3-79.3 49.9-118.6 23.7s-49.9-79.3-23.8-118.5z"}))},X0e=function(t){var n=t.title,r=V(t,Qce);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 228h513v114H0z"}),l.createElement("path",{d:"M167 227.6 0 341.3V0l167 113.8z"}))},Z0e=function(t){var n=t.title,r=V(t,ede);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("g",{stroke:"#fff"},l.createElement("circle",{fill:"#059334",cx:384,cy:96.5,r:29.7}),l.createElement("path",{fill:"#c8102e",d:"M332.1 89H436v44.5H332.1z"}),l.createElement("path",{fill:"#fcea83",d:"M332.1 200.3V230h15.6c9.4 9.2 22.2 14.8 36.3 14.8 14.1 0 27-5.7 36.3-14.8h15.6v-29.7H332.1z"}),l.createElement("path",{fill:"#004b9e",d:"M332.1 126.1v44.5c0 39.8 51.9 51.9 51.9 51.9s51.9-12.2 51.9-51.9v-44.5H332.1z"}),l.createElement("path",{d:"M384 149.9c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9v20.8c13 0 13 11.9 26 11.9s13-11.9 26-11.9 13 11.9 26 11.9 13-11.9 26-11.9v-20.8c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9zm0-41.6c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9v20.8c13 0 13 11.9 26 11.9s13-11.9 26-11.9 13 11.9 26 11.9 13-11.9 26-11.9v-20.8c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9z",fill:"#F3F3F3"})),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},K0e=function(t){var n=t.title,r=V(t,tde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#36B6CC",d:"M0 0h513v342H0V0z"}),l.createElement("circle",{fill:"#FFD400",cx:256.5,cy:170.9,r:68.4}),l.createElement("path",{fill:"#FFD400",d:"m256.5 251.5-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.6V28.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-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.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-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.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V96.8zm0-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"}))},J0e=function(t){var n=t.title,r=V(t,nde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 .1h513v90.7H0zm0 251.2h513V342H0z",fill:"#D80027"}),l.createElement("circle",{fill:"#FFF",cx:256.5,cy:171,r:65.9}))},Q0e=function(t){var n=t.title,r=V(t,rde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 .2h513v90.7H0zm.5 251.1H513V342H.5z",fill:"#D80027"}),l.createElement("path",{fill:"#6DA544",d:"M290.3 193.5 256 130.7l-34.3 62.8h25.7v17.2h17.2v-17.2z"}),l.createElement("path",{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"}))},epe=function(t){var n=t.title,r=V(t,ide);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#55B2FF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#F3F3F3",d:"M148.5 298.1h216l-108-254.2z"}),l.createElement("path",{fill:"#333",d:"m186 272.7 70.5-160.3L327 272.7z"}),l.createElement("path",{fill:"#FFDA44",d:"M148.5 298.1h216l-108-101.7z"}))},tpe=function(t){var n=t.title,r=V(t,ode);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v171H0z"}),l.createElement("path",{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"}))},npe=function(t){var n=t.title,r=V(t,ade);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#A2001D",d:"M222.6 22.3h267.1v296.8H222.6z"}),l.createElement("path",{fill:"#D80027",d:"M22.3 22.3h200.3v296.8H22.3z"}),l.createElement("path",{fill:"#FFDA44",d:"M200.3 0h22.3v342h-22.3z"}),l.createElement("path",{fill:"#6DA544",d:"M22.3 22.3h89v296.8h-89z"}),l.createElement("path",{fill:"#FF9811",d:"M111.3 22.3h89v296.8h-89z"}),l.createElement("path",{fill:"#FFDA44",d:"M368.2 156.8c-1.4-2 0-37.9 0-37.9.9-7.4.1-8.4 1-11.4.9-2.9 5.4-11.6 5.4-11.6s-6-2.3-10.3-.6c-4.3 1.7-24.7-7.5-31.2 3.4-4.4 7-23.6 16.2-24.6 14-1-2.2-5.9-5-6.9-2.9s-.7 13.9 0 16c.8 2.6 9.8 2 12.3 3.1 3.7 1.8 12.2 8.2 11.9 10.7-.3 2.5-22.5-6-24.2-4.5-1.4 1.2-1.9 13.2-.4 15 1.8 2.1 23.4 5.6 25 7.5 1.6 1.9-13.1 7.4-12.3 25 .7 14.7 8 17.4 8 17.4s-2.4 3.6-7.8 3.1c-6.2-.6-27.4-17.7-27.4-17.7s-3.5-109 3.6-121.4c4.9-8.5-22.7 10.1-22.7 50.8V151c0 6.6-1.4 22.4 2.6 34 0 0-.4 46.9 1.5 49.6s12.7 2.2 14.8 0 0-30 0-30c7.7.2 18.3 17.5 32.5 16.4 20.6-1.6 28.7-9.9 34.3-5 8.1 7.1 5.5 23.2.4 31.5-2.2 3.5-14.3 4.7-15.7 7.6-1.4 2.9.5 5.4.5 5.4h29.7s1.4-20.5 2.7-26.1c1.3-5.7-.6-10.7 5.9-10.4 23.5 1.1 39.8-15.3 45.5-8 3.2 4.1 5.6 29.9 3.3 33.3-2.2 3.4-13.8 2.8-15.2 6.7-1.4 4 .8 4.4.8 4.4h29.7s-.4-21.2 2.5-27.7 4.9-10.4 9.3-17.2c4.4-6.8 11.3-15.7 11.3-36.2 0-14.2-8.1-22.8-8.1-22.8H417c-14.1.2-47.4 2.3-48.8.3zm-136-124.5c10.7-10.6 20.2-2.7 22.2 2.1 1.9 4.8 2.1 8.2 2.8 13.6.9 6.9 4.9 14 4.9 14s-7.1-3.8-14.7-4.2c-4.7-.3-9-.6-13.6-2.5-5.7-2.3-11.7-12.9-1.6-23zm248.4-.1c10.7 10.6 2.8 20.2-2 22.2s-8.2 2.1-13.6 2.8c-6.9.9-14 5-14 5s3.7-7.1 4.2-14.7c.3-4.7.6-9.1 2.4-13.6 2.2-5.7 12.8-11.8 23-1.7zm.1 276.9c-10.7 10.6-20.2 2.6-22.2-2.2-1.9-4.8-2.1-8.2-2.7-13.6-.8-6.9-4.9-14.1-4.9-14.1s7 3.8 14.7 4.3c4.7.3 9 .6 13.6 2.5 5.7 2.4 11.7 13.1 1.5 23.1zm-248.2-.1c-10.6-10.7-2.7-20.2 2.1-22.2 4.8-1.9 8.2-2.1 13.6-2.8 6.9-.9 14-4.9 14-4.9s-3.8 7.1-4.2 14.7c-.3 4.7-.6 9-2.5 13.6-2.3 5.7-12.9 11.8-23 1.6z"}),l.createElement("path",{fill:"none",stroke:"#FFDA44",strokeWidth:6,strokeMiterlimit:10,d:"M446.9 162.4s7.5-2.6 8.4-16.1c.6-8.6-19.8-16-39-11.5-19.7 4.6-34-3.1-34-14.6 0-22.9 29.7-16.2 38.9-11.3 9.1 4.9 29.7 23.5 35.1 9.4"}))},rpe=function(t){var n=t.title,r=V(t,sde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v31.1H0zm0 62.2h513v31.1H0zm0 62.3h513v31.1H0zm0 62.3h513v31.1H0zm0 62.5h513v31.1H0zm0 61.6h513V342H0z",fill:"#bf0a30"}),l.createElement("path",{fill:"#002868",d:"M0 0h155.6v155.6H0z"}),l.createElement("path",{fill:"#FFF",d:"m77.8 30.2 10.7 32.9h34.6l-28 20.4 10.7 32.9-28-20.3-28 20.3 10.7-32.9-28-20.4h34.6z"}))},ipe=function(t){var n=t.title,r=V(t,lde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 227.6h513v114H0z"}),l.createElement("path",{d:"m245.2 171 7.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"}),l.createElement("path",{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"}))},ope=function(t){var n=t.title,r=V(t,ude);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#6DA544",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 228h513v114H0z"}))},ape=function(t){var n=t.title,r=V(t,cde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#338AF3",d:"M0 228h513v114H0z"}))},spe=function(t){var n=t.title,r=V(t,dde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{className:"prefix__st1",d:"M0 0h513v127.6H0zm0 214.4h513V342H0z",fill:"#A2001D"}))},lpe=function(t){var n=t.title,r=V(t,fde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#496E2D",d:"M0 228h513v114H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"m281.4 150.7 9 12.3 14.5-4.7-9 12.4 9 12.3-14.5-4.7-9 12.3v-15.2l-14.5-4.7 14.5-4.7z"}),l.createElement("path",{d:"M257 201.5c-17 0-30.9-13.8-30.9-30.9s13.8-30.9 30.9-30.9c5.3 0 10.3 1.3 14.7 3.7-6.9-6.7-16.2-10.8-26.6-10.8-21 0-38 17-38 38s17 38 38 38c10.3 0 19.7-4.1 26.6-10.8-4.4 2.4-9.4 3.7-14.7 3.7z"})))},upe=function(t){var n=t.title,r=V(t,hde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#d12a46",d:"M0 .3V342h513V.3z"}),l.createElement("path",{fill:"#316525",d:"M359.8 148.9h-73.3l-22.7-69.7-22.7 69.7h-73.3l59.3 43.1-22.7 69.7 59.3-43.1 59.3 43.1-22.5-69.7 59.3-43.1zm-116.1 37.7 7.7-23.6h24.8l7.7 23.6-20.1 14.6-20.1-14.6zm27.9-37.7H256l7.8-24 7.8 24zm24.3 29-4.8-14.9h25.3l-20.5 14.9zM236.6 163l-4.8 14.9-20.5-14.9h25.3zm-5.3 61.8 7.8-24 12.6 9.2-20.4 14.8zm44.5-14.9 12.6-9.2 7.8 24-20.4-14.8z"}))},cpe=function(t){var n=t.title,r=V(t,pde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 171h513v171H0z"}),l.createElement("path",{fill:"#ce1126",d:"M0 0h513v171H0z"}))},dpe=function(t){var n=t.title,r=V(t,mde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}),l.createElement("path",{fill:"#0052B4",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#AF7F59",stroke:"#231F20",strokeWidth:3,strokeMiterlimit:10,d:"m240.4 105.7 9.7 11.6-7.5 17.4-26.1-24.3-12.7 13.2v106.1l24.6-36 20.6 12.4-18 27.8 25.2 15.8 26.5-15.8-19.7-27.8 22.3-12.4 23.9 33.8v-106l-12.4-12-26.8 24.7-6.5-16.5 3.5-12.3-11.7-7.5z"}))},fpe=function(t){var n=t.title,r=V(t,gde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#ffc000",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#e30000",d:"M20 20h473v302H20z"}),l.createElement("path",{fill:"#ffc000",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.2c3-1 6.9-7.5 10.8-7.5 3.9 0 7.8 6.5 10.8 7.5l12.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.9l-6.8-6.8z"}),l.createElement("path",{fill:"#0371ba",d:"M275 201.3h-37c-4.9 0-8.8-3.9-8.8-8.8v-34.2c0-4.9 3.9-8.8 8.8-8.8h37c4.9 0 8.8 3.9 8.8 8.8v34.2c0 4.8-3.9 8.8-8.8 8.8z"}),l.createElement("path",{fill:"#39B54A",d:"m230.8 212.8 24.4 17.9c.8.6 1.8.6 2.6 0l24.4-17.9c2.1-1.6 1.2-5.4-1.3-5.4h-48.8c-2.5 0-3.4 3.9-1.3 5.4z"}),l.createElement("path",{fill:"#ffc000",d:"M262.8 186.5h-12.5c-3.3 0-5.9-2.6-5.9-5.9V170c0-3.3 2.6-5.9 5.9-5.9h12.5c3.3 0 5.9 2.6 5.9 5.9v10.6c-.1 3.3-2.7 5.9-5.9 5.9z"}))},hpe=function(t){var n=t.title,r=V(t,vde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 108 72"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h108v72H0z",fill:"#003787"}),l.createElement("path",{d:"M0 0h108L60 48v24H48V48z",fill:"#fff"}),l.createElement("circle",{cx:54,cy:30,r:8,fill:"#f9d90f"}),l.createElement("path",{d:"M44 30h20L54 48z",fill:"#fff"}),l.createElement("path",{d:"M54 48 38 33h32z",fill:"#cf142b"}))},ppe=function(t){var n=t.title,r=V(t,bde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#f9423a",d:"M0 0h513v171H0z"}),l.createElement("path",{fill:"#00843d",d:"M0 171h513v171H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 0h171v342H0z"}))},mpe=function(t){var n=t.title,r=V(t,yde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#1E509C",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M513 176.1V81.3L0 342l513-165.9z"}),l.createElement("path",{fill:"#F18D36",d:"M513 0v81.3L0 342 513 0z"}),l.createElement("path",{fill:"#FFF",d:"m126.7 99.3-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"}))},gpe=function(t){var n=t.title,r=V(t,xde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M384.6 342 256.5 167.3 283.4 342zM133.8 0l122.7 167.3L230.8 0zm95.8 342 26.9-174.7L128.4 342zM0 0v127.8l256.5 39.5L28.4 0zm0 342h18.2l238.3-174.7L0 206.7zm256.5-174.7L513 127.8V0h-28.4zM282.2 0l-25.7 167.3L379.2 0z"}),l.createElement("path",{d:"M513 342V206.7l-256.5-39.4L494.8 342z"}),l.createElement("circle",{cx:256.5,cy:171,r:59.5})),l.createElement("circle",{fill:"#FFDA44",cx:256.5,cy:171,r:44.5}))},vpe=function(t){var n=t.title,r=V(t,wde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#14b53a",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#fcd116",d:"M171 0h171v342H171z"}),l.createElement("path",{fill:"#ce1126",d:"M342 0h171v342H342z"}))},bpe=function(t){var n=t.title,r=V(t,Ede);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#fecb00",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#34b233",d:"M0 114h513v114H0z"}),l.createElement("path",{fill:"#ea2839",d:"M0 228h513v114H0z"}),l.createElement("path",{fill:"#FFF",d:"M384.8 142.2h-98L256.5 49l-30.3 93.2h-98l79.3 57.6-30.3 93.2 79.3-56.9 79.3 56.9-30.3-93.2 79.3-57.6z"}))},ype=function(t){var n=t.title,r=V(t,Cde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0066b2",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M342 0h171v342H342zM0 0h171v342H0z",fill:"#da2031"}),l.createElement("g",{fill:"#ffd300"},l.createElement("path",{d:"M108.3 166.3h14.8v74.2h-14.8zm-59.4 0h14.8v74.2H48.9z"}),l.createElement("circle",{cx:86,cy:203.4,r:14.8}),l.createElement("path",{d:"M71.2 225.7h29.7v14.8H71.2zm0-59.4h29.7v14.8H71.2z"}),l.createElement("circle",{cx:86,cy:144,r:14.8}),l.createElement("path",{d:"M76.3 123.9h19.5L86 108.3z"})))},xpe=function(t){var n=t.title,r=V(t,Sde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0F7562",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M286.2 168.5c-4.2 0-8.2.8-11.9 2.2 2-4.5 3.4-9.5 3.4-14.9 0-21.2-21.2-37.1-21.2-37.1s-21.2 15.9-21.2 37.1c0 5.4 1.4 10.4 3.4 14.9-3.7-1.3-7.7-2.2-11.9-2.2-25.6 0-37.1 11.2-37.1 11.2s15.9 31.2 37.1 31.2c12.4 0 23-7.3 29.7-13.3 6.6 6 17.3 13.3 29.7 13.3 21.2 0 37.1-31.2 37.1-31.2s-10.8-11.2-37.1-11.2zm-29.7-96.8 4.4 13.5h14.2l-11.5 8.3L268 107l-11.5-8.3L245 107l4.4-13.5-11.5-8.3h14.2zm-53.9 23.6 8.4 7.6 9.9-5.7-4.7 10.4 8.5 7.6-11.3-1.2-4.6 10.3-2.4-11.1-11.3-1.1 9.9-5.7zm-39.4 39.5 11.1 2.3 5.6-9.8 1.2 11.3 11.1 2.3-10.4 4.6 1.2 11.3-7.6-8.4-10.3 4.6 5.6-9.8zm147.2-39.5-8.4 7.6-9.9-5.7 4.7 10.4-8.5 7.6 11.3-1.2 4.6 10.3 2.4-11.1 11.3-1.1-9.9-5.7zm39.4 39.5-11.1 2.3-5.6-9.8-1.2 11.3-11.1 2.3 10.4 4.6-1.2 11.3 7.6-8.4 10.3 4.6-5.6-9.8z",fill:"#FFDA44"}),l.createElement("path",{d:"M256.5 270.3c16.8 0 32.4-5.6 44.8-15.1h-89.6c12.4 9.4 28 15.1 44.8 15.1zm-68-44.6c2.4 5.4 5.3 10.4 8.9 15.1H238c13.9 0 18.5-7 18.5-7s5.3 7 18.6 7h40.6c3.5-4.6 6.5-9.7 8.9-15.1h-49.5c-15.5 0-18.6-10-18.6-10s-5.3 10-18.5 10h-49.5z",fill:"#FFF"}))},wpe=function(t){var n=t.title,r=V(t,Ide);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 750 500"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0071BC",d:"M0 0h750v500H0V0z"}),l.createElement("g",{fill:"#FFF",stroke:"#000",strokeWidth:1.9},l.createElement("circle",{cx:375,cy:245,r:225,fill:"#fff"}),l.createElement("circle",{cx:375,cy:245,r:165,fill:"#0071BC"})),l.createElement("g",{stroke:"#000"},l.createElement("path",{fill:"#8C8A8C",strokeWidth: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"}),l.createElement("path",{fill:"#FFF",strokeWidth:2,strokeLinejoin:"round",d:"m373 114 30 93h97l-78 56 29 92-78-56-78 57 30-93-79-57h97l30-92z"})))},Epe=function(t){var n=t.title,r=V(t,Ade);return l.createElement("svg",H({viewBox:"0 0 900 600",xmlns:"http://www.w3.org/2000/svg"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#231f1e",d:"M0 0h900v600H0z"}),l.createElement("path",{fill:"#00a650",d:"M0 0h900v300H0z"}),l.createElement("path",{fill:"#ef1923",d:"m0 0 450 300L0 600z"}))},Cpe=function(t){var n=t.title,r=V(t,Mde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#00a95c",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#d01c1f",d:"M0 0h513v46H0zm0 296h513v46H0z"}),l.createElement("path",{fill:"gold",d:"M256 213.9c-46 0-84.3-32.3-93.8-75.4-1.4 6.6-2.2 13.5-2.2 20.6 0 53 43 96 96 96s96-43 96-96c0-7.1-.8-13.9-2.2-20.6-9.5 43.1-47.8 75.4-93.8 75.4z"}),l.createElement("path",{fill:"gold",d:"m256 87 8.9 27.5h29l-23.4 17 8.9 27.5-23.4-17-23.4 17 8.9-27.5-23.4-17h29z"}))},Spe=function(t){var n=t.title,r=V(t,$de);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#00A2B8",stroke:"#FFF",strokeWidth: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"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#510",d:"M415.1 155.1h-19.4v-19.4h-19.4v19.4H357v19.4h19.3v58.1h19.4v-58.1h19.4z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},Ipe=function(t){var n=t.title,r=V(t,Rde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#cf142b",d:"M256 0h256.5v342H256z"}),l.createElement("path",{stroke:"#cf142b",strokeWidth:10,d:"M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z"}),l.createElement("path",{fill:"#fff",stroke:"#acacac",strokeWidth:5,d:"M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z"}),l.createElement("circle",{cx:85,cy:85,r:26,fill:"none",stroke:"#acacac",strokeWidth:5}),l.createElement("circle",{cx:85,cy:85,r:18,fill:"#dedede",stroke:"#acacac",strokeWidth:5}))},Ape=function(t){var n=t.title,r=V(t,Nde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#d01c1f",d:"M0 0h513v85.5H0z"}),l.createElement("path",{fill:"#2d3359",d:"M0 85.5h513V171H0z"}),l.createElement("path",{fill:"#f7b718",d:"M0 171h513v85.5H0z"}),l.createElement("path",{fill:"#008658",d:"M0 256.5h513V342H0z"}))},Mpe=function(t){var n=t.title,r=V(t,Pde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 720 480"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#007E3A",stroke:"#D21034",strokeWidth:120,d:"M60 60h600v360H60z"}),l.createElement("circle",{fill:"#FFF",cx:390,cy:240,r:80}),l.createElement("circle",{fill:"#007E3A",cx:420,cy:240,r:80}))},$pe=function(t){var n=t.title,r=V(t,Ode);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#ce1126",d:"M0 114h513v114H0z"}),l.createElement("path",{fill:"#339e35",d:"M0 228h513v114H0z"}),l.createElement("circle",{fill:"#ce1126",cx:256.5,cy:125,r:95}),l.createElement("path",{d:"M0 100h513v14H0z"}))},Rpe=function(t){var n=t.title,r=V(t,Tde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#dc2339",d:"M342 0H0v341.3h513V0z"}),l.createElement("path",{fill:"#11865d",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M171 0h171v342H171z"}),l.createElement("path",{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"}),l.createElement("ellipse",{fill:"#C59262",cx:256.5,cy:159.1,rx:24.3,ry:36.4}))},Npe=function(t){var n=t.title,r=V(t,Fde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0zm0 48.9h513V171H0zm0 48.8h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0z",fill:"#c00"}),l.createElement("path",{fill:"#006",d:"M0 0h256.5v195.4H0z"}),l.createElement("path",{d:"M153.3 42.1C122.6 30.7 88.5 46.3 77.1 77s4.2 64.8 34.9 76.2c13.3 5 28 5 41.4 0-30.7 24.5-75.4 19.6-100-11.1s-19.6-75.4 11.1-100c26-20.7 62.9-20.7 88.8 0zm26.7 75-20.6 23.3 5.4-30.6-31-1.6 27.3-14.9L143 68l28.6 12 8.4-29.9 8.4 29.9L217 68l-18 25.4 27.3 14.9-31 1.6 5.4 30.6-20.7-23.4z",fill:"#fc0"}))},Ppe=function(t){var n=t.title,r=V(t,_de);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#006d66",d:"M0 0h513v104H0z"}),l.createElement("path",{d:"M0 119h513v104H0z"}),l.createElement("path",{fill:"#f4d900",d:"M0 238h513v104H0z"}),l.createElement("path",{fill:"#cb0f31",d:"M256 171 0 342V0z"}),l.createElement("path",{fill:"#f4d900",d:"m83.5 109.8 15.1 46.5h48.9L107.9 185l15.1 46.5-39.5-28.7-39.6 28.7L59 185l-39.5-28.7h48.9z"}))},Ope=function(t){var n=t.title,r=V(t,Dde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#009a44",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#002f6c",d:"M0 342V0h513"}),l.createElement("path",{fill:"#FFF",d:"M513 67V0H412.5L0 275v67h100.5z"}),l.createElement("path",{fill:"#c8102e",d:"M513 0v40.2L60.3 342H0v-40.2L452.7 0z"}),l.createElement("path",{fill:"#ffcd00",d:"m188.1 104.1-22.8 10.7 12.2 22.1-24.8-4.8-3.1 25-17.3-18.4-17.2 18.4-3.1-25-24.8 4.8 12.2-22.1-22.8-10.7 22.8-10.7-12.2-22.1L112 76l3.1-25 17.2 18.4L149.6 51l3.1 25 24.8-4.7-12.2 22.1z"}))},Tpe=function(t){var n=t.title,r=V(t,zde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#009543",d:"M0 234.8h513V342H0V234.8z"}),l.createElement("path",{fill:"#ED4135",d:"M0 105.8h513v129.3H0V105.8z"}),l.createElement("path",{fill:"#0035AD",d:"M0 0h513v106.8H0V0z"}),l.createElement("circle",{fill:"#FAE600",stroke:"#000",strokeWidth:5.3,cx:192.4,cy:171,r:126.1}),l.createElement("path",{d:"m246.8 284.1-25.5 9.6-28.9 3.4-30.3-1.9-28.8-12.4s22.9-23.5 32.6-26.9c6.9-2.4 18-3 18-3V97.8l-.2-52.9h13.5l-.4 54.1v153.7s12.3 1 17.7 3.3c9 3.8 32.3 28.1 32.3 28.1z"}),l.createElement("path",{d:"m168.3 80.8 39.5-19.7 5.1 10.3-39.5 19.7-5.1-10.3z"}),l.createElement("ellipse",{cx:190.6,cy:224.8,rx:13.5,ry:21.2}),l.createElement("circle",{cx:190.3,cy:114.9,r:16.8}),l.createElement("ellipse",{cx:191.1,cy:169.2,rx:16,ry:9.7}),l.createElement("path",{d:"M171.4 146.7h37.7v8h-37.7zm0 36h37.7v8h-37.7z"}),l.createElement("g",{fill:"none",stroke:"#000",strokeWidth:10,strokeMiterlimit:10},l.createElement("path",{d:"M163.4 112.2s.8 26.8 27.3 26.8 26.5-26.8 26.5-26.8"}),l.createElement("path",{className:"prefix__st4",d:"M163.4 224.8s1.9-26.6 27.3-26.6 26.5 26.6 26.5 26.6"})))},Fpe=function(t){var n=t.title,r=V(t,kde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#e05206",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#0db02b",d:"M0 228h513v114H0z"}),l.createElement("circle",{fill:"#e05206",cx:256.5,cy:171,r:32}))},_pe=function(t){var n=t.title,r=V(t,Lde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342zm-38 227L256 75l-48 152h41v40h14v-40z",fill:"#007934"}))},Dpe=function(t){var n=t.title,r=V(t,jde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342z",fill:"#008751"}))},zpe=function(t){var n=t.title,r=V(t,Bde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0zm0 228h513v114H0z",fill:"#0067c6"}),l.createElement("circle",{fill:"none",stroke:"#FFDA44",strokeWidth:5,cx:256.5,cy:171,r:50}),l.createElement("path",{fill:"#0a47a5",d:"M285.7 176.7h-58.4l-9.8 16.9h78z"}),l.createElement("path",{fill:"#6fd8f3",d:"m256.5 126.1-29.2 50.6h58.4z"}),l.createElement("path",{fill:"#97c924",d:"M221.7 186.4h69.6l-8-13.9h-53.6z"}),l.createElement("circle",{fill:"red",cx:256.5,cy:161,r:5}))},kpe=function(t){var n=t.title,r=V(t,Hde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 114h513v114H0z"}),l.createElement("path",{fill:"#cd1f2a",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#1d4185",d:"M0 228h513v114H0z"}))},Lpe=function(t){var n=t.title,r=V(t,Vde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M513 211H202.6v131h-79.9V211H0v-80h122.7V0h79.9v131H513v61.4z"}),l.createElement("path",{fill:"#1f3f7a",d:"M513 149.6v42.8H184V342h-42.7V192.4H0v-42.8h141.3V0H184v149.6z"}))},jpe=function(t){var n=t.title,r=V(t,Gde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 342V-.2L281.1 175H87.8l184 167z"}),l.createElement("path",{fill:"#D80027",d:"M243.4 164.8 9.2 19.3v313.5h235.2l-184.1-168z"}),l.createElement("path",{fill:"#FFF",d:"m62.4 204.1 7.9 16.2 14.9-10.1-1.3 18 18-1.3-10.1 14.9 16.2 7.9-16.2 7.8 10.1 15-18-1.3 1.3 17.9L70.3 279l-7.9 16.2-7.8-16.2-14.9 10.1 1.3-17.9-18 1.3 10.1-15-16.2-7.8 16.2-7.9L23 226.9l18 1.3-1.3-18 14.9 10.1zm-5.3-103.7 5.3 7.7 5.4-7.7 2 9.1 7.9-5-1.7 9.2 9.3-1.7-5.1 7.9 9.2 2-7.8 5.4 7.8 5.3-9.2 2 5.1 7.9-9.3-1.7 1.7 9.3-7.9-5.1-2 9.2-5.4-7.7-5.3 7.7-2-9.2-7.9 5.1 1.7-9.3-9.3 1.7 5.1-7.9-9.2-2 7.7-5.3-7.7-5.4 9.2-2-5.1-7.9 9.3 1.7-1.7-9.2 7.9 5z"}),l.createElement("path",{fill:"#FFF",d:"M18.5 108.7s4.8 27.7 44 27.7 44-27.7 44-27.7c0 9.4-6 46.5-44 46.5s-44-38.2-44-46.5z"}))},Bpe=function(t){var n=t.title,r=V(t,Wde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#ffc72c",d:"M0 155h513v32H0z"}),l.createElement("path",{fill:"#FFF",d:"m164.2 189 7.9 27.7 20.7-20-7 27.9 28-7-20.1 20.7 27.8 7.9-27.8 7.9 20.1 20.7-28-7 7 28-20.7-20.1-7.9 27.8-7.9-27.8-20.7 20.1 7-28-27.9 7 20-20.7-27.7-7.9 27.7-7.9-20-20.7 27.9 7-7-27.9 20.7 20z"}))},Hpe=function(t){var n=t.title,r=V(t,qde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#fedd00",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})),l.createElement("circle",{fill:"#012169",cx:126.8,cy:85.7,r:29.9}),l.createElement("path",{d:"m128.3 128.6 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7h11.4zm-.1-115.4 3.6 10.9h11.4l-9.2 6.7 3.5 10.9-9.3-6.7-9.2 6.7 3.5-10.9-9.3-6.7h11.5zm76.4 58.1 3.5 10.9h11.5l-9.3 6.7 3.5 10.9-9.2-6.7-9.3 6.7 3.5-10.9-9.2-6.7H201zm-151.8.1 3.6 10.9h11.4l-9.3 6.8 3.6 10.8-9.3-6.7-9.3 6.7 3.6-10.8-9.3-6.8h11.5zm74-15.6 6.7 20.7h21.8l-17.7 12.8 6.8 20.6-17.6-12.7-17.7 12.7 6.8-20.6-17.6-12.8H120z",fill:"#fedd00"}))},Vpe=function(t){var n=t.title,r=V(t,Ude);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"m448.9 107.7 4.2 13.1h13.8l-11.1 8.1L460 142l-11.1-8.1-11.1 8.1 4.2-13.1-11.1-8.1h13.7zm-64.2 145.9 5.1 15.6h16.4l-13.2 9.7 5 15.6-13.3-9.7-13.2 9.7 5-15.6-13.3-9.7h16.5zm.1-210.2 4.7 14.6h15.3l-12.4 8.9 4.7 14.6-12.3-9-12.4 9 4.7-14.6-12.3-8.9H380zm-64.2 86 4.7 14.5h15.3l-12.3 9 4.7 14.5-12.4-8.9-12.3 8.9 4.7-14.5-12.4-9h15.3z",fill:"#D80027",stroke:"#FFF",strokeWidth:2,strokeMiterlimit:10}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},Gpe=function(t){var n=t.title,r=V(t,Yde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M138 0h377v114H138z"}),l.createElement("path",{fill:"#4A7C3A",d:"M138 230h377v114H138z"}),l.createElement("g",{fill:"none",stroke:"#FFF",strokeWidth:10,strokeMiterlimit:2},l.createElement("path",{d:"M40.3 35.2s37.1 48 50.8 54.5c13.7 6.5 17.1 5.7 17.1 5.7"}),l.createElement("path",{d:"M100 35.2S62.9 80.6 53.3 87.6c-9.6 7-18.7 7.8-18.7 7.8m17.1-30.1h37.9M70.7 35.2v30.1"})))},Wpe=function(t){var n=t.title,r=V(t,Xde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#da121a",d:"M256.5 0H513v171H256.5z"}),l.createElement("path",{fill:"#072357",d:"M0 171h256.5v171H0zM128 37.9l11.8 36.4h38.3l-31 22.4 11.9 36.4-31-22.5-31 22.5 11.9-36.4-31-22.4h38.3z"}),l.createElement("path",{fill:"#da121a",d:"m384 208.9 11.8 36.4h38.3l-31 22.4 11.9 36.4-31-22.5-31 22.5 11.9-36.4-31-22.4h38.3z"}))},qpe=function(t){var n=t.title,r=V(t,Zde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342z",fill:"#D80027"}),l.createElement("path",{fill:"#00A854",d:"M224.3 119c4.3 7.6-17.1 71.9-6.5 87.8s21.9 22.4 38.2 22.4c16.3 0 30.7-6.8 39.6-24.7s-14.2-76.3-6.8-85.4c7.4-9.1 29.3 8.5 35.5 35.2 6.2 26.7-8.4 60.2-20.7 70-12.3 9.7-20.3 9.7-47.6 9.7s-32.4-1.4-45-10.7c-12.5-9.4-28.9-35.8-22.7-67.3 6.2-31.7 31.7-44.6 36-37z"}),l.createElement("path",{fill:"#D91023",stroke:"#E7CA00",strokeWidth:2,d:"M272.6 218.9H240c-7.5 0-13.6-6.1-13.6-13.6v-45c0-7.5 6.1-13.6 13.6-13.6h32.6c7.5 0 13.6 6.1 13.6 13.6v45c.1 7.5-6 13.6-13.6 13.6z"}),l.createElement("ellipse",{fill:"#E7CA00",cx:256.4,cy:200.9,rx:25,ry:13.2}),l.createElement("path",{fill:"#FFF",d:"M256.4 147.6v35.1h28.9c0-38.3 3.9-35.1-28.9-35.1z"}),l.createElement("path",{fill:"#007EA8",d:"M256.4 147.6v35.1h-28.9c0-37.9-3.7-35.1 28.9-35.1z"}),l.createElement("path",{fill:"#947245",d:"M270.1 158.1h1.6v21.5h-1.6z"}),l.createElement("circle",{fill:"#D18219",stroke:"#FFF",cx:241.8,cy:165.2,r:8.1}),l.createElement("ellipse",{fill:"none",stroke:"#00A854",strokeWidth:6,cx:256.4,cy:122.2,rx:20.5,ry:16.5}),l.createElement("ellipse",{fill:"none",stroke:"#E7CA00",strokeWidth:3,cx:256.4,cy:122.2,rx:20.5,ry:16.5}),l.createElement("circle",{fill:"#E7CA00",cx:270.9,cy:163.1,r:8.9}))},Upe=function(t){var n=t.title,r=V(t,Kde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v85H0zm0 257h513v85H0z",fill:"#D80027"}),l.createElement("path",{fill:"#1481DB",d:"M329.5 171c0 40.3-32.7 73-73 73s-73-32.7-73-73"}),l.createElement("path",{fill:"#FFAB50",d:"M256.5 98c-40.3 0-73 32.7-73 73h146c0-40.3-32.7-73-73-73z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M181.9 169.3h150.5v4.5H181.9z"}),l.createElement("path",{d:"M222.4 162.9h66.5v10.9h-66.5z"})),l.createElement("path",{d:"M212.8 131.1H223s-1.6 55.5.1 57.4c11.9 13.5 25.3 0 25.3 0s-2.7 18.9-17.8 18.9-17.8-18.7-17.8-18.7v-57.6zm85.6 0h-10.2s1.6 55.5-.1 57.4c-11.9 13.5-25.3 0-25.3 0s2.7 18.9 17.8 18.9c15.1 0 17.8-18.7 17.8-18.7v-57.6zM242.6 156l25.9 6.9v-36.4s-14-3.8-14-16.8 14-9.6 14-9.6-25.9-4.6-25.9 8.1V156z",fill:"#D80027",stroke:"#630810",strokeWidth:2}))},Ype=function(t){var n=t.title,r=V(t,Jde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#C8102E",d:"M0 0h513v342"}),l.createElement("path",{d:"m153.7 225 2.7 8.5h9l-7.2 5.2 2.7 8.6-7.2-5.3-7.3 5.3 2.8-8.6-7.3-5.2h9zm-25.3-120 5.2 16h16.8l-13.6 9.9 5.2 16-13.6-9.9-13.6 9.9 5.2-16-13.6-9.9h16.8zm0 160.3 5.2 16h16.8l-13.6 9.9 5.2 16-13.6-9.9-13.6 9.9 5.2-16-13.6-9.9h16.8zm50.7-96.1 5.2 16h16.8l-13.6 9.9 5.2 16-13.6-9.9-13.6 9.9 5.2-16-13.6-9.9h16.8zm-107.3 4.1 5.2 16h16.8l-13.6 9.9 5.2 15.9-13.6-9.8-13.6 9.8 5.2-15.9-13.6-9.9h16.8z",fill:"#FFF"}),l.createElement("g",{fill:"#FFCD00"},l.createElement("path",{d:"M288 79.9s33 13.8 30 19.7c-2.9 5.9-17.4-7.1-30-3.5-12.7 3.5-28.6 32.4-28.6 32.4s18.6 2.7 34.2 1.5c15.6-1.2 19.7-7.4 19.7-7.4s.7 15.3 12.7 24.3c18.2 13.6 56.2 22.3 56.2 22.3s.6-6.5-2.7-20.7-8-21.4-8-21.4 55.7 38.3 51.2 59.3-30.1 19.6-30.1 19.6 28.4 12.5 37.4-13.5c12.4-35.6-42.4-65.2-42.4-65.2s6.5 3.1 17.1 4.6 20.3-.3 20.3-.3-13.8-43.6-29.2-52.1c-15.3-8.5-37.1-.9-37.1-.9s9.1-5.9 10-15.9c.9-10-3.5-24.1-3.5-24.1-50.1 21.2-21.2 41.2-33 49.2-2 1.4-9.5-9.9-18.8-8.2-11.5 1.8-25.4.3-25.4.3z"}),l.createElement("path",{d:"M404.7 131.8s15.3 17.7 8.2 35.9c-7.1 18.3-37.7 13.5-37.7 13.5s24.7 13.9 40.6-5.3-2.4-43.6-2.4-43.6l-8.7-.5z"})))},Xpe=function(t){var n=t.title,r=V(t,Qde);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#0038A8",d:"M513 0v171H256.5L0 0z"}),l.createElement("path",{fill:"#CE1126",d:"M513 171v171H0l256.5-171z"}),l.createElement("g",{fill:"#FCD116"},l.createElement("path",{d:"m22.1 33.8 8.5 11.9 13.8-4.5-8.6 11.7 8.5 11.8-13.8-4.6-8.6 11.7V57.2L8.2 52.7 22 48.4zm0 236.4 8.5 11.8 13.8-4.4-8.6 11.7 8.5 11.8-13.8-4.6-8.6 11.7v-14.6l-13.7-4.5 13.8-4.3zM210.5 152l-8.5 11.8-13.8-4.4 8.6 11.7-8.4 11.8 13.7-4.6 8.6 11.7v-14.6l13.7-4.5-13.8-4.3z"}),l.createElement("circle",{cx:95,cy:171,r:32}),l.createElement("path",{d:"m95 171 11.2 56.5-3.4 3.4-3.7 3.5-4.2 4.2-4.2-4.2-3.7-3.5-3.4-3.4L95 171zm0 0-11.2-56.5 3.4-3.4 3.7-3.5 4.2-4.2 4.2 4.2 3.7 3.5 3.4 3.4L95 171zm0 0 56.5-11.2 3.4 3.4 3.5 3.7 4.2 4.2-4.2 4.2-3.5 3.7-3.4 3.4L95 171zm0 0-56.5 11.2-3.4-3.4-3.5-3.7-4.2-4.2 4.2-4.2 3.5-3.7 3.4-3.4L95 171zm0 0 32-47.9h4.8l5.1.2h5.9v5.9l.2 5.1v4.8L95 171zm0 0-32 47.9h-4.8l-5.1-.2h-5.9v-5.9l-.2-5.1v-4.8L95 171zm0 0 47.9 32v4.8l-.2 5.1v5.9h-5.9l-5.1.2h-4.8L95 171zm0 0-47.9-32v-4.8l.2-5.1v-5.9h5.9l5.1-.2h4.8L95 171z"})))},Zpe=function(t){var n=t.title,r=V(t,efe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h900v600H0z"}),l.createElement("path",{fill:"#01411C",d:"M225 0h675v600H225z"}),l.createElement("path",{fill:"#FFF",d:"M562.5 120c99.4 0 180 80.6 180 180s-80.6 180-180 180-180-80.6-180-180 80.6-180 180-180z"}),l.createElement("path",{fill:"#01411C",d:"M498.9 135.8c68.1-60.5 172.4-54.4 232.9 13.7s54.4 172.4-13.7 232.9-172.4 54.4-232.9-13.7-54.4-172.4 13.7-232.9z"}),l.createElement("path",{fill:"#FFF",d:"m628.1 165.3 75.8 85.3-111.5-24.4L697 180.4l-57.7 98.5-11.2-113.6z"}))},Kpe=function(t){var n=t.title,r=V(t,tfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#dc143c",d:"M0 171h513v171H0z"}))},Jpe=function(t){var n=t.title,r=V(t,nfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},Qpe=function(t){var n=t.title,r=V(t,rfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("g",{stroke:"#000"},l.createElement("path",{fill:"#96877d",d:"m400.7 134.5-16.7 5.6-16.7-5.6-5.6-13.9 5.6-13.9h33.4l-5.6 13.9z"}),l.createElement("path",{fill:"#006ec7",d:"M345 134.5v61.2c0 29.8 39 39 39 39s39-9.1 39-39v-61.2h-78z"}),l.createElement("path",{fill:"#337321",d:"M348.6 210.2c9.6 18.4 35.4 24.5 35.4 24.5s25.9-6.1 35.4-24.5l-35.4-59-35.4 59z"}),l.createElement("path",{fill:"#f7e017",d:"m423 195.1-39-60.6-39 60.6v.6c0 5.5 1.3 10.3 3.5 14.5l35.4-55.1 35.4 55.1c2.2-4.2 3.5-9 3.5-14.5v-.6z"})),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})),l.createElement("path",{fill:"#f7e017",d:"M375 189.5h18.3l.1 5.5h-5.8v25.2l12.3-6.1 3 5-18.9 9.7-18.4-9.8 2.9-5.1 12.6 6.3V195H375z"}))},e2e=function(t){var n=t.title,r=V(t,ife);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v68.4H0zm0 136.8h513v68.4H0zm0 136.8h513V342H0z",fill:"#E00"}),l.createElement("path",{fill:"#04F",d:"M256.5 171 0 342V0z"}),l.createElement("path",{fill:"#FFF",d:"m84 110.1 15.1 46.5H148l-39.6 28.8 15.1 46.5L84 203.1l-39.6 28.8 15.1-46.5L20 156.6h48.9z"}))},t2e=function(t){var n=t.title,r=V(t,ofe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#007A3D",d:"M0 228h513v114H0z"}),l.createElement("path",{fill:"#CE1126",d:"M256.5 171 0 342V0z"}))},n2e=function(t){var n=t.title,r=V(t,afe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"red",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#060",d:"M197 0v342H0V0z"}),l.createElement("circle",{fill:"#FF0",cx:197.1,cy:171,r:64}),l.createElement("path",{fill:"red",d:"M161.1 139v40c0 19.9 16.1 36 36 36s36-16.1 36-36v-40h-72z"}),l.createElement("path",{fill:"#FFF",d:"M197.1 191c-6.6 0-12-5.4-12-12v-16h24v16c0 6.6-5.3 12-12 12z"}))},r2e=function(t){var n=t.title,r=V(t,sfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#09f",d:"M0 0h513v342H0z"}),l.createElement("circle",{fill:"#ff0",cx:220,cy:171,r:74}))},i2e=function(t){var n=t.title,r=V(t,lfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#D52B1E",d:"M0 0h513v114H0z"}),l.createElement("path",{fill:"#0038A8",d:"M0 228h513v114H0z"}),l.createElement("path",{fill:"#009B3A",d:"m279.7 148-8.7 8.7c3.7 3.7 6 8.8 6 14.5 0 11.3-9.2 20.5-20.5 20.5s-20.5-9.2-20.5-20.5c0-5.7 2.3-10.8 6-14.5l-8.7-8.7c-5.9 5.9-9.6 14.1-9.6 23.2 0 18.1 14.7 32.8 32.8 32.8s32.8-14.7 32.8-32.8c0-9.1-3.7-17.3-9.6-23.2z"}),l.createElement("path",{fill:"#FEDF00",stroke:"#000",d:"m256.5 157.2 3.2 9.9h10.5l-8.5 6.2 3.2 9.9-8.4-6.2-8.4 6.2 3.2-9.9-8.5-6.2h10.5z"}),l.createElement("circle",{fill:"none",stroke:"#000",strokeWidth:2,cx:256.5,cy:171,r:45}))},o2e=function(t){var n=t.title,r=V(t,ufe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#751A46",d:"M0 0h512v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 0v342h150.3l37.7-19.6-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19 37.7-18.9-37.7-19 37.7-19-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19L188 57l-37.7-19L188 19.1 150.3 0z"}))},a2e=function(t){var n=t.title,r=V(t,cfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),l.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},s2e=function(t){var n=t.title,r=V(t,dfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}),l.createElement("path",{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}))},l2e=function(t){var n=t.title,r=V(t,ffe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 85.331h512v113.775H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 312.882h512v113.775H0z"}),l.createElement("path",{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"}),l.createElement("path",{d:"M155.634 196.634h74.201v-29.681l-14.841 7.42-22.261-22.26-22.259 22.26-14.84-7.42zm85.526 82.148-48.231-48.231-48.231 48.231 15.741 15.74 32.49-32.49 32.49 32.49z",fill:"#FFDA44"}),l.createElement("path",{fill:"#FFF",d:"M241.16 233.734h-22.504a14.74 14.74 0 0 0 2.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 0 0 18.149 3.544 48.079 48.079 0 0 0 18.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"}))},u2e=function(t){var n=t.title,r=V(t,hfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.33v341.332h512V85.33z"}),l.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 85.333h512v113.775H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 312.884h512v113.775H0z"}))},c2e=function(t){var n=t.title,r=V(t,pfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 255.994h512v81.619H0z"}),l.createElement("path",{fill:"#496E2D",d:"M0 337.614h512v89.043H0z"}),l.createElement("path",{fill:"#FFDA44",d:"m278.261 185.209 20.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"}))},d2e=function(t){var n=t.title,r=V(t,mfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h513v342H0z",fill:"#fff"}),l.createElement("g",{fill:"#055e1c"},l.createElement("path",{d:"M0 0v342h513V0zm218 76q1 2-2 5-3 2-1 4 3 4 0 6-2 1-5-1-6-6 0-14 6-4 8 0m-102 2 1 6q0 4-2 4-5 1-5-6l2-4zm39 1 1 2q-1 4-5 4-5 0-6-4c0-4 7-6 10-2m47 2q3 4 2 9c-1 2-22 19-24 19q-3 0-4-4l6-6 6-5v-3c-5-10 7-18 14-10m35-3q3 1 0 7-2 8-6 6c-3-1-3 14 0 19q2 4 7-1c2-3 2-5 2-15 0-12 0-13 2-13q5-2 5 13 1 11 3 13 3 6 6 3 3-2-1-12-3-12 1-16h9q2-2 9 1l6 2 1-2q4-4 6-1l3 17c3 16 3 16 7 24l15 30q1 6-4 5l-8-14-6-12 1 20c1 21 1 23-4 23q-4 2-4-15l-1-27-1-16-9-13c-8-12-8-13-11-13q-6-1-2 6l2 7q0 4 3 2 6-2 6 3-1 4-8 5l-5 2-5 2q-6 0-10-3-2-3-5 1-5 5-12 2-5-1-7-10l-1-3-1 3q-3 7-9 8-7 0-9-11-3-10 2-10 4-1 5 7l2 6q1 0 4-7 6-17 13-12h1c-1-1 2-10 4-11zm-97 10 2 16 1 9h4q5 2 6-1c2-1 2-2-1-11l-3-12 3-1 11 5V82q4-2 6 1l3 23 1 20h2q5 0 5 5 1 6 3 0 3-9 8-2 1 3 2 0 3-7 4-6c5 0 6 7 1 13q-3 3-7 3l-6 1q-5 4-10 0l-2-2v5c0 21-16 42-33 42q-21-1-23-21 0-5 2-6 4-1 6 6 1 12 12 13 14 2 24-15 6-11 1-5-12 18-28 11-7-5-9-17-2-6 1-7 5-3 6 6 1 12 10 12 7 0 13-8 5-8-1-7-11-1-8-12 8-11 17-5l3 2-1-12-4-22q-3 1 0 7c2 6 2 6 0 10l-5 5q-3 3-7 1h-5l-1 16c-1 19-1 20-4 21-4 1-4-2-4-19l1-15-3 1q-3 1-6-2c-2-2-2-2-3-14l-1-12q-2-1-2 10l-1 13q-3 6-8 4c-3-2-4-4-7-15q-4-15 2-14 4-1 5 8l1 5 1-6q0-13 9-12l6 2c2 3 2 4 2 14l1 11 2-1 1-8-2-16q-3-12 2-11 3-1 5 7m163-3q4 10 1 13-4 3-7-7-3-11 2-10zm12-3 3 7q2 6 1 8v16l2 27c2 22 2 21 6 21h3l-1-5-2-23-3-33c-2-16-1-19 3-19 3 0 8 14 6 16v24c5 47 5 48 0 47q-3-2-1 4l2 6q2 1 5-9 7-18 10-16 3 0 7 5 4 7 7 7 4-1 1-33l-1-21-10-12-9-15q0-5 8-1 5 2 6 6l2 6q3 4 1-4 0-10 3-10c4 0 9 10 7 13l-1 8q1 8 4 12l3 3-2-15c-2-16-2-19 1-20q3 0 5 4l4 5h2q6-4 8 9 0 8-4 8-3 0-4-6 1-8-3-5c-1 2-1 3 1 19l2 17 5 7c6 10 12 21 11 22q-2 3-5 2l-5-8-5-8 1 8c0 11 0 11-3 11q-5 3-5-7l-1-16c0-8-1-10-4-15l-4-5v19c1 21 0 25-5 28q-6 5-13-3l-4-5-4 9q-6 14-11 15-9-1-11-16-1-8-5-1c-3 5-12 13-19 17q-8 4-8-2-1-2 6-6c9-5 17-14 17-18l-5-78q2-4 5-1m89 5 4 6q1 1-2 3l-2 2 4 24q4 25 4 35c0 10 0 11-3 17q-7 13-19 14-8 0-7-2-2-4 7-6 15-2 14-23a708 708 0 0 0-8-75c3-2 3-1 8 5m-211 19 1 4q0 3 2 2 5 0 5 4c0 4-9 6-13 2-4-5 0-17 5-12m108 1h2l4-1q4 2 0 7-7 6-11-1v-5q3-2 5 0m55 2q3 4-1 6-2 0-1 5t-1 6q-1 2-10-6-8-7-6-9 3-4 7 0l2 2 2-3q5-3 8-1m-131 13c3 2 6 14 6 17q-1 6 6 1l10-4q5-1 7-4 4-9 10-12 10 0 11 9 0 7-16 13l-2 1 13 1c16 0 16 0 13 9q-2 7-4 7l-10 2q-19 3-17 9 1 2 4 3 6 3 3 7l-7 1q-13-2-21-10l-3-3-2 3q-7 10-19 13-10 2-15-10l-5 2q-18 10-19 8l-2-3c0-2 1-2 15-11l9-6q1-3 5-4c3 1 10-5 12-9q3-6-1-15l-2-8q1-5 6-6c3 0 8 5 8 7q-1 4-4 3v1l1 10c1 9-1 13-10 21l-7 6 2 3q5 9 15-2 10-8 10-23 0-10-6-24v-4q3-4 6 1m17 2q2 3 4 0 11-3 5 5c-4 5-12 5-15-1v-4zm118 5 1 2q1 2-7 8c-8 6-9 7-11 5q-5-4 6-10c8-6 8-6 11-5m-229 3q3 2-10 10-12 8-13 3-5-3 9-10 13-8 14-3m229 10c3 2 4 9 3 11q-3 3-6 1c-2-2-3-11-1-13q1-2 4 1m-172 7q3 3 2 7 1 5-3 5-3 1-3-3l-2-4q-3-3-1-6 4-2 7 1m-79 9 1 8q0 9 3 6 4-1 4 3-1 7-7 7-7-1-7-14-1-9 2-10zm168 12q0 4 3 2t4 3q-2 6-8 8l-4-2q-3-3-4-2-4 0-5-4l5-6q7-6 7-4 3 1 2 5m102 3q4 4 1 9-7 7-7-4t6-5m-42 73c0 2 1 2 12 2q24-1 22 11 0 7-6 10c-4 1-31 2-34 0q-2-1-2-6v-4h-82l-74-1c-16 0-28-10-28-10h92c91 0 92-1 92-2q-1-3 4-5c5-2 4 4 4 5"}),l.createElement("path",{d:"m195 86 1 1 1-1-1-1q-2 0-1 1m84 5q-2 2 1 5l3 3-1-4-1-5zm-125 45q-3 3-1 4 5-1 6-4zm110-7q-4 5 0 3 6-4 2-4zm-31 30q0 6 4 8l5 4q3 2 2-3 0-3 4-7 4-3 2-4l-13-3h-5zm104 101q-1 3 13 2c11 0 13 0 14-2l-13-1z"})))},f2e=function(t){var n=t.title,r=V(t,gfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#496E2D",d:"M0 85.334h512v341.337H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 426.663V85.329h512"}),l.createElement("path",{fill:"#FFDA44",d:"M0 396.494v30.169h45.255L512 115.499v-30.17h-45.255z"}),l.createElement("path",{d:"m85.688 108.787 5.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.567zm84.624 0 5.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.566zm-84.624 82.502 5.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.567zm84.624 0 5.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",fill:"#FFF"}))},h2e=function(t){var n=t.title,r=V(t,vfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M235.454 85.337 0 426.663 427.345 85.337z"}),l.createElement("path",{fill:"#6DA544",d:"M512 329.393 0 426.663h512z"}),l.createElement("path",{fill:"#D80027",d:"M512 85.337h-84.655L0 426.663l512-204.512z"}),l.createElement("path",{fill:"#0052B4",d:"M0 85.337v341.326L235.454 85.337z"}))},p2e=function(t){var n=t.title,r=V(t,bfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),l.createElement("path",{d:"M0 312.888h512v113.775H0z"}),l.createElement("path",{fill:"#496E2D",d:"M0 426.668V85.331l256 170.675z"}))},m2e=function(t){var n=t.title,r=V(t,yfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M192 85.33h-64v138.666H0v64h128v138.666h64V287.996h320v-64H192z"}))},g2e=function(t){var n=t.title,r=V(t,xfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512V256H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M83.478 170.666c0-24.865 17.476-45.637 40.812-50.734a52.059 52.059 0 0 0-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.733zm66.783-48.231 3.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"}),l.createElement("path",{d:"m121.344 144.696 3.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.921zm57.834 0 3.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.921zm-11.131 33.391 3.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.92zm-35.573 0 3.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"})))},v2e=function(t){var n=t.title,r=V(t,wfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#5f7dbd",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"}),l.createElement("path",{fill:"#f2d049",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"}),l.createElement("path",{fill:"#b38c79",d:"m369.5 204.5.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"}),l.createElement("path",{fill:"#5c5568",d:"m436.6 192.5-8.6 18.3h-47l-29.2-19.5 25.7 10.5h25.1l3.7-6.5 7.2.2 2-3z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},b2e=function(t){var n=t.title,r=V(t,Efe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 199.112h512v113.775H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 312.888h512v113.775H0z"}),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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"}))},y2e=function(t){var n=t.title,r=V(t,Cfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.334h512v341.337H0z"}),l.createElement("path",{fill:"#FFF",d:"M512 295.883H202.195v130.783h-79.76V295.883H0v-79.772h122.435V85.329h79.76v130.782H512v61.218z"}),l.createElement("path",{fill:"#2E52B2",d:"M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z"}))},x2e=function(t){var n=t.title,r=V(t,Sfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 196.641h512v118.717H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 315.359h512v111.304H0z"}),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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 0 0-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 0 0-5.682-.657 24.88 24.88 0 0 0-14.418 4.583c3.691 7.433 10.198 14.106 19.48 19.939z"}))},w2e=function(t){var n=t.title,r=V(t,Ife);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 85.337h512v113.775H0z"}),l.createElement("path",{fill:"#338AF3",d:"M0 312.888h512v113.775H0z"}))},E2e=function(t){var n=t.title,r=V(t,Afe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 85.34h512v341.326H0z"}),l.createElement("path",{fill:"#FFF",d:"M512 85.334v166.69L0 256.175V85.334z"}),l.createElement("path",{fill:"#6DA544",d:"M323.744 203.099 256 270.843l-67.744-67.744a81.156 81.156 0 0 0-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 0 0-13.881-45.483z"}),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#FFDA44",d:"M300.522 189.22c0-12.295-9.966-22.261-22.261-22.261a22.173 22.173 0 0 0-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 0 0-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"}))},C2e=function(t){var n=t.title,r=V(t,Mfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}),l.createElement("path",{fill:"#D80027",d:"M330.207 85.331H512v341.337H330.207z"}),l.createElement("path",{d:"M0 85.331h181.793v341.337H0zm255.999 111.301 14.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",fill:"#496E2D"}))},S2e=function(t){var n=t.title,r=V(t,$fe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#FFF",d:"m256 157.273 22.663 69.748H352l-59.332 43.106 22.664 69.749L256 296.769l-59.332 43.107 22.664-69.749L160 227.021h73.337z"}))},I2e=function(t){var n=t.title,r=V(t,Rfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#A2001D",d:"M0 196.636h512v118.728H0z"}),l.createElement("path",{d:"M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z",fill:"#6DA544"}),l.createElement("path",{fill:"#FFDA44",d:"m256.742 218.003 9.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"}))},A2e=function(t){var n=t.title,r=V(t,Nfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#496E2D",d:"M0 322.783h512v103.88H0z"}),l.createElement("path",{d:"M0 85.337h512v104.515H0z"}),l.createElement("path",{fill:"#A2001D",d:"M0 210.877h512v89.656H0z"}),l.createElement("path",{fill:"#0052B4",d:"M256 256.006 0 426.668V85.331z"}),l.createElement("path",{fill:"#FFDA44",d:"m73.178 209.188 20.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"}))},M2e=function(t){var n=t.title,r=V(t,Pfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{d:"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z",fill:"#6DA544"}),l.createElement("path",{fill:"#D80027",d:"M256 256.006 0 426.668V85.331z"}),l.createElement("path",{d:"m302.049 226.318 7.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.842zm74.203 0 7.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"}))},$2e=function(t){var n=t.title,r=V(t,Ofe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{d:"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z",fill:"#0052B4"}),l.createElement("path",{fill:"#FFDA44",d:"M228.582 261.936 256 214.447l27.418 47.489z"}),l.createElement("path",{fill:"#6DA544",d:"M291.616 277.616 256 295.425l-35.616-17.809v-23.744h71.232z"}),l.createElement("path",{fill:"#FFDA44",d:"m289.579 216.485-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"}))},R2e=function(t){var n=t.title,r=V(t,Tfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#D80027",d:"M512 85.331v166.69L0 256.173V85.331z"}),l.createElement("path",{fill:"#FFF",d:"M256 256.006 0 426.668V85.331z"}),l.createElement("g",{fill:"#FFDA44"},l.createElement("path",{d:"M59.621 256a59.546 59.546 0 0 0-.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"}),l.createElement("circle",{cx:118.862,cy:210.287,r:18.286})),l.createElement("path",{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"}),l.createElement("path",{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"}),l.createElement("path",{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"}))},N2e=function(t){var n=t.title,r=V(t,Ffe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h900v600H0z",fill:"#0f0f0f"}),l.createElement("path",{d:"M0 0h900v400H0z",fill:"#fff"}),l.createElement("path",{d:"M0 0h900v200H0z",fill:"#047a3f"}),l.createElement("path",{d:"m176.26 375 48.738-150 48.738 150-127.6-92.705h157.72M626.256 375l48.738-150 48.738 150-127.6-92.705h157.72M401.252 375l48.738-150 48.738 150-127.6-92.705h157.72",fill:"#ce1126"}))},P2e=function(t){var n=t.title,r=V(t,_fe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#2B5DEA",d:"M0 0h900v600H0V0z"}),l.createElement("path",{fill:"#FFDF29",d:"M0 100h900v400H0V100z"}),l.createElement("path",{fill:"#D70000",d:"M0 150h900v300H0V150z"}),l.createElement("path",{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"}),l.createElement("path",{d:"M450 171.4c-100 0-171.4 85.7-214.3 128.6C278.6 342.9 350 428.6 450 428.6V171.4z"}),l.createElement("path",{fill:"#FFF",d:"M346.3 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z"}),l.createElement("path",{d:"M477.8 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z"}))},O2e=function(t){var n=t.title,r=V(t,Dfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})),l.createElement("path",{fill:"#1799f8",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"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#1799f8",d:"m385.4 251.7-22.9-43h45.8z"}),l.createElement("path",{fill:"#FFF",d:"m385.4 165.8-22.9 42.9h45.8z"}),l.createElement("ellipse",{fill:"#dcb072",cx:474.8,cy:236.8,rx:16.8,ry:43.3}),l.createElement("ellipse",{fill:"#dcb072",cx:295.3,cy:236.8,rx:16.8,ry:43.3}),l.createElement("path",{fill:"#FFF",d:"m385.4 31.5-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"}),l.createElement("ellipse",{fill:"#A5A5A5",cx:386.3,cy:104.3,rx:34.3,ry:23.3}))},T2e=function(t){var n=t.title,r=V(t,zfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFDA44",stroke:"#fff",strokeWidth:4,d:"M332.1 106.7v78.2c0 38.1 51.9 49.8 51.9 49.8s51.9-11.7 51.9-49.8v-78.2H332.1z"}),l.createElement("path",{fill:"#fcad56",d:"M376.6 135.1c0 7.9-6.6 28.4-14.8 28.4S347 142.9 347 135.1c0-7.9 14.8-14.2 14.8-14.2s14.8 6.4 14.8 14.2z"}),l.createElement("path",{fill:"#9e540a",d:"M416 150.6c2.4-5.6 4.3-13.8 4.3-17.9 0-6.5-8.9-11.9-8.9-11.9s-8.9 5.3-8.9 11.9c0 4.1 1.9 12.3 4.3 17.9l-5.1 11.1c3 1.2 6.3 1.8 9.8 1.8 3.5 0 6.8-.7 9.8-1.8l-5.3-11.1z"}),l.createElement("path",{fill:"#009e49",d:"M372.9 184.9s-7.4 14.2-7.4 28.4h37.1c0-14.2-7.4-28.4-7.4-28.4l-11.1-7.1-11.2 7.1z"}),l.createElement("path",{fill:"#ce1126",d:"M395.1 184.9v-3.6c0-5.9-5-10.7-11.1-10.7s-11.1 4.8-11.1 10.7v3.6h22.2z"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},F2e=function(t){var n=t.title,r=V(t,kfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}),l.createElement("path",{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}))},_2e=function(t){var n=t.title,r=V(t,Lfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h21v15H0V0z"}),l.createElement("path",{fill:"#0A388A",d:"M0 0h22.5v15H0V0z"}),l.createElement("path",{fill:"#FFF",d:"M0 0h11.3v7.5H0V0z"}),l.createElement("path",{fill:"#D80027",d:"M7.1 0h3.6v7H7.1V0z"}),l.createElement("path",{fill:"#0A388A",d:"M0 0h3.6v7H0V0z"}),l.createElement("path",{fill:"#FFF",d:"M3.6 0h3.6v7H3.6V0zm10.9 6h5L19 7h-1.5v.5h1l-.5 1h-.5V10h-1V7H15l-.5-1zm4 2.5 1 1.5h-2l1-1.5zm-3 0 1 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"}))},D2e=function(t){var n=t.title,r=V(t,jfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{d:"M0 85.337h512V153.6H0zM0 358.4h512v68.263H0zm0-136.537h512v68.263H0z",fill:"#496E2D"}),l.createElement("path",{fill:"#D80027",d:"M0 85.337h204.054v204.054H0z"}),l.createElement("path",{fill:"#FFF",d:"m102.026 133.938 13.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"}))},z2e=function(t){var n=t.title,r=V(t,Bfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.334h512V426.66H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 194.056h512v123.882H0z"}),l.createElement("path",{d:"M0 85.334h512v54.522H0zm0 286.809h512v54.522H0z",fill:"#D80027"}))},k2e=function(t){var n=t.title,r=V(t,Hfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 312.888h512v113.775H0z"}),l.createElement("path",{d:"M226.318 300.522h59.364v-25.23l-11.873 5.937L256 263.421l-17.809 17.808-11.873-5.937zm-33.963-29.682 2.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.94zm8.566-29.68 2.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.94zm24.488-22.261 2.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.94zm94.236 51.941-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.94zm-8.566-29.68-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.94zm-24.488-22.261-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",fill:"#FFDA44"}))},L2e=function(t){var n=t.title,r=V(t,Vfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{d:"m210.715 174.377 3.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.921zm-93.899 107.594 4.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.899zm27.88-162.292 4.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.9zm-75.157 55.652 4.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",fill:"#FFF"}),l.createElement("path",{d:"M483.386 354.503H117.801s109.234-88.562 310.593-220.938c.001 0-88.443 128.935 54.992 220.938zm-365.585 11.586c-11.177 0-11.195 17.37 0 17.37h365.585c11.177 0 11.195-17.37 0-17.37H117.801z",fill:"#FFDA44"}))},j2e=function(t){var n=t.title,r=V(t,Gfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M256 256 0 90.691v44.242L155.826 256 0 377.067v44.242z"}),l.createElement("path",{d:"M0 90.691v330.618L189.217 256z"}),l.createElement("path",{fill:"#FFF",d:"m44.184 213.36 24.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"}))},B2e=function(t){var n=t.title,r=V(t,Wfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#496E2D",d:"M0 85.337h512v341.326H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M357.208 183.679c8.397-23.404-1.036-48.858-21.281-61.536a52.131 52.131 0 0 1 10.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 0 1-10.069-4.895c23.686 3.084 47.15-10.566 55.547-33.971zm-46.571-67.95-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"}),l.createElement("path",{d:"m330.338 146.448-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.027zm-.799 35.189-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.026zm33.484 12.013-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"})),l.createElement("path",{fill:"#D80027",d:"M83.478 85.337h89.043v341.326H83.478z"}),l.createElement("path",{fill:"#FFF",d:"m117.458 175.191-14.908-11.105v-15.705l14.908-11.105h21.084l14.908 11.105v15.705l-14.908 11.105z"}),l.createElement("path",{d:"M128 137.276h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.105v-8.012H128z",fill:"#FF9811"}),l.createElement("path",{fill:"#FFF",d:"m117.458 374.725-14.908-11.106v-15.704l14.908-11.105h21.084l14.908 11.105v15.704l-14.908 11.106z"}),l.createElement("path",{d:"M128 336.81h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.106v-8.011H128z",fill:"#FF9811"}),l.createElement("path",{d:"m117.458 274.957-14.908-11.105v-15.703l14.908-11.106h21.084l14.908 11.106v15.703l-14.908 11.105zm36.513 24.434h-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.493zm0-99.768h-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",fill:"#496E2D"}),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M120.576 248.576h14.84v14.84h-14.84z"}),l.createElement("circle",{cx:128,cy:206.113,r:7.421}),l.createElement("circle",{cx:128,cy:305.887,r:7.421})))},H2e=function(t){var n=t.title,r=V(t,qfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}),l.createElement("circle",{fill:"#FFF",cx:256,cy:255.994,r:96}),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"m267.826 219.291 16.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"}),l.createElement("path",{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"})))},V2e=function(t){var n=t.title,r=V(t,Ufe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 85.331h256v170.663H0z"}),l.createElement("path",{fill:"#D80027",d:"M141.357 157.303V130.59h-26.714v26.713H87.93v26.713h26.713v26.713h26.714v-26.713h26.713v-26.713z"}))},G2e=function(t){var n=t.title,r=V(t,Yfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#E30A17",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#FFF",d:"M259.7 118.6c-13.1-9.5-29-14.6-45.3-14.5-40.8 0-73.8 30.8-73.8 68.9s33.1 68.9 73.8 68.9c17.1 0 32.9-5.4 45.3-14.5-30 38.6-85.7 45.6-124.3 15.5s-45.6-85.7-15.5-124.3 85.7-45.6 124.3-15.5c5.8 4.5 11 9.8 15.5 15.5zm39.9 65.8-18.1 21.9 1.2-28.4-26.4-10.4 27.3-7.6 1.8-28.3 15.6 23.7 27.5-7.1-17.5 22 15.3 23.9-26.7-9.7z"}))},W2e=function(t){var n=t.title,r=V(t,Xfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#FFF",d:"m6.066 85.337 207.961 212.636 131.584 128.69h160.323L297.973 214.027 166.389 85.337z"}),l.createElement("path",{d:"M43.364 85.337 384.69 426.663h83.946L127.31 85.337z"}))},q2e=function(t){var n=t.title,r=V(t,Zfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#00B2EE",d:"M0 171h256.5V0H513v342H0V171z"}),l.createElement("path",{d:"m196.8 274.1 16.8 51.6-43.9-31.9H224l-43.9 31.9 16.7-51.6zm205.8-80.3 16.8 51.6-43.9-31.9h54.3l-43.9 31.9 16.7-51.6zm60.7-44.7 16.8 51.6-43.9-31.9h54.3l-43.9 31.9 16.7-51.6zm0-127.8L480.1 73l-44-32h54.3l-43.9 32 16.8-51.7zm-53 53.7 16.8 51.6-43.9-31.9h54.3l-43.9 31.9L410.3 75zm-77.4 32 16.8 51.6-43.9-31.9H360l-43.9 31.9 16.8-51.6zM350 245.4l16.8 51.6-43.9-31.9h54.3L333.3 297l16.7-51.6zm-71.8-56.2 16.8 51.6-44-31.8h54.3l-43.9 31.9 16.8-51.7zm0 75.3 16.8 51.6-44-31.9h54.3l-43.9 31.9 16.8-51.6z",fill:"#FFDA44"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},U2e=function(t){var n=t.title,r=V(t,Kfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 85.337h256V256H0z"}),l.createElement("path",{fill:"#FFF",d:"M186.435 170.669 162.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"}),l.createElement("circle",{fill:"#0052B4",cx:128,cy:170.674,r:29.006}),l.createElement("path",{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"}))},Y2e=function(t){var n=t.title,r=V(t,Jfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#338AF3",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#6DA544",d:"M0 426.663V85.337h512"}),l.createElement("path",{fill:"#FFDA44",d:"M512 152.222V85.337H411.67L0 359.778v66.885h100.33z"}),l.createElement("path",{d:"M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z"}))},X2e=function(t){var n=t.title,r=V(t,Qfe);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#338AF3",d:"M0 85.337h512V256H0z"}))},Z2e=function(t){var n=t.title,r=V(t,e1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#232323",d:"M0 0h512v341.3H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 56.9h512v56.9H0z"}),l.createElement("path",{fill:"#D32300",d:"M0 113.8h512v56.9H0z"}),l.createElement("path",{fill:"#FFDA44",d:"M0 227.6h512v56.9H0z"}),l.createElement("path",{fill:"#D32300",d:"M0 284.4h512v56.9H0z"}),l.createElement("circle",{fill:"#FFF",cx:256,cy:170.7,r:80.7}),l.createElement("path",{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"}))},K2e=function(t){var n=t.title,r=V(t,t1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.7h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513V342H0z",fill:"#D80027"}),l.createElement("path",{fill:"#2E52B2",d:"M0 0h256.5v184.1H0z"}),l.createElement("path",{d:"m47.8 138.9-4-12.8-4.4 12.8H26.2l10.7 7.7-4 12.8 10.9-7.9 10.6 7.9-4.1-12.8 10.9-7.7zm56.3 0-4.1-12.8-4.2 12.8H82.6l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4-12.8 10.7-7.7zm56.5 0-4.3-12.8-4 12.8h-13.5l11 7.7-4.2 12.8 10.7-7.9 11 7.9-4.2-12.8 10.7-7.7zm56.2 0-4-12.8-4.2 12.8h-13.3l10.8 7.7-4 12.8 10.7-7.9 10.8 7.9-4.3-12.8 11-7.7zM100 75.3l-4.2 12.8H82.6L93.3 96l-4 12.6 10.7-7.8 10.8 7.8-4-12.6 10.7-7.9h-13.4zm-56.2 0-4.4 12.8H26.2L36.9 96l-4 12.6 10.9-7.8 10.6 7.8L50.3 96l10.9-7.9H47.8zm112.5 0-4 12.8h-13.5l11 7.9-4.2 12.6 10.7-7.8 11 7.8-4.2-12.6 10.7-7.9h-13.2zm56.5 0-4.2 12.8h-13.3l10.8 7.9-4 12.6 10.7-7.8 10.8 7.8-4.3-12.6 11-7.9h-13.5zm-169-50.6-4.4 12.6H26.2l10.7 7.9-4 12.7L43.8 50l10.6 7.9-4.1-12.7 10.9-7.9H47.8zm56.2 0-4.2 12.6H82.6l10.7 7.9-4 12.7L100 50l10.8 7.9-4-12.7 10.7-7.9h-13.4zm56.3 0-4 12.6h-13.5l11 7.9-4.2 12.7 10.7-7.9 11 7.9-4.2-12.7 10.7-7.9h-13.2zm56.5 0-4.2 12.6h-13.3l10.8 7.9-4 12.7 10.7-7.9 10.8 7.9-4.3-12.7 11-7.9h-13.5z",fill:"#FFF"}))},J2e=function(t){var n=t.title,r=V(t,n1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.7h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513V342H0z",fill:"#D80027"}),l.createElement("path",{fill:"#2E52B2",d:"M0 0h256.5v184.1H0z"}),l.createElement("path",{d:"m47.8 138.9-4-12.8-4.4 12.8H26.2l10.7 7.7-4 12.8 10.9-7.9 10.6 7.9-4.1-12.8 10.9-7.7zm56.3 0-4.1-12.8-4.2 12.8H82.6l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4-12.8 10.7-7.7zm56.5 0-4.3-12.8-4 12.8h-13.5l11 7.7-4.2 12.8 10.7-7.9 11 7.9-4.2-12.8 10.7-7.7zm56.2 0-4-12.8-4.2 12.8h-13.3l10.8 7.7-4 12.8 10.7-7.9 10.8 7.9-4.3-12.8 11-7.7zM100 75.3l-4.2 12.8H82.6L93.3 96l-4 12.6 10.7-7.8 10.8 7.8-4-12.6 10.7-7.9h-13.4zm-56.2 0-4.4 12.8H26.2L36.9 96l-4 12.6 10.9-7.8 10.6 7.8L50.3 96l10.9-7.9H47.8zm112.5 0-4 12.8h-13.5l11 7.9-4.2 12.6 10.7-7.8 11 7.8-4.2-12.6 10.7-7.9h-13.2zm56.5 0-4.2 12.8h-13.3l10.8 7.9-4 12.6 10.7-7.8 10.8 7.8-4.3-12.6 11-7.9h-13.5zm-169-50.6-4.4 12.6H26.2l10.7 7.9-4 12.7L43.8 50l10.6 7.9-4.1-12.7 10.9-7.9H47.8zm56.2 0-4.2 12.6H82.6l10.7 7.9-4 12.7L100 50l10.8 7.9-4-12.7 10.7-7.9h-13.4zm56.3 0-4 12.6h-13.5l11 7.9-4.2 12.7 10.7-7.9 11 7.9-4.2-12.7 10.7-7.9h-13.2zm56.5 0-4.2 12.6h-13.3l10.8 7.9-4 12.7 10.7-7.9 10.8 7.9-4.3-12.7 11-7.9h-13.5z",fill:"#FFF"}))},Q2e=function(t){var n=t.title,r=V(t,r1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 38h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z",fill:"#0038a8"}),l.createElement("path",{fill:"#FFF",d:"M0 0h256.5v190H0z"}),l.createElement("path",{fill:"#FED443",d:"m128.3 138.7-15.1 22.6-3.8-26.9L86 148.2l8.2-25.9-27.2 2.2 18.6-19.8L60.3 95l25.4-9.7L67 65.5l27.1 2.3-8.2-25.9 23.4 13.8 3.9-26.9 15.1 22.6 15.1-22.6 3.8 26.9 23.4-13.8-8.2 25.9 27.1-2.2-18.6 19.8 25.4 9.7-25.4 9.7 18.6 19.8-27.1-2.2 8.2 25.9-23.4-13.8-3.9 26.9-15-22.7zm0-.5c23.9.9 44-17.6 44.9-41.5.9-23.9-17.6-44-41.5-44.9h-3.4c-23.9.8-42.6 20.8-41.8 44.6.6 22.8 19 41.1 41.8 41.8zm0-10.6c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.3 34-34 34z"}))},eme=function(t){var n=t.title,r=V(t,i1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#3081f7",d:"M0 0h513v108H0z"}),l.createElement("path",{fill:"#ee162e",d:"M0 108h513v9H0z"}),l.createElement("path",{fill:"#FFF",d:"M0 117h513v108H0z"}),l.createElement("path",{fill:"#ee162e",d:"M0 225h513v9H0z"}),l.createElement("path",{fill:"#308738",d:"M0 233h513v108H0z"}),l.createElement("path",{d:"M53.5 54c0-23.1 16.4-35 34.3-38.9-2.7-.6-5.6-.9-8.5-.9-22 0-39.8 17.8-39.8 39.8s17.8 39.8 39.8 39.8c2.9 0 5.8-.3 8.5-.9C69.9 89 53.5 77.1 53.5 54zm57.9 21.3 1.8 5.9h6.2l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.9h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.9h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm27.9 0 1.9 5.9h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.9h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm-83.5-28.9 1.9 5.8h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.8h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm27.9 0 1.9 5.8h6.1l-5 3.6 1.9 5.8-4.9-3.6-5 3.6 1.9-5.8-4.9-3.6h6.1zm27.8 0 1.9 5.8h6.1l-4.9 3.6 1.9 5.8-5-3.6-4.9 3.6 1.9-5.8-5-3.6h6.1zm-55.7-29 1.9 5.8h6.1l-4.9 3.6 1.9 5.9-5-3.6-4.9 3.6 1.9-5.9-5-3.6h6.1zm27.9 0 1.9 5.8h6.1l-5 3.6 1.9 5.9-4.9-3.6-5 3.6 1.9-5.9-4.9-3.6h6.1zm27.8 0 1.9 5.8h6.1l-4.9 3.6 1.9 5.9-5-3.6-4.9 3.6 1.9-5.9-5-3.6h6.1z",fill:"#FFF"}))},tme=function(t){var n=t.title,r=V(t,o1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}),l.createElement("path",{fill:"#FFF",d:"M256 85.331h256v341.337H256z"}),l.createElement("path",{fill:"#ACABB1",d:"m321.353 233.837 32.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 1 1 8.95 11.84 7.421 7.421 0 0 1-8.95-11.84z"}),l.createElement("path",{fill:"#FFDA44",d:"m376.367 247.24 17.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 1 1-11.84-8.95 7.42 7.42 0 0 1 11.84 8.95z"}))},nme=function(t){var n=t.title,r=V(t,a1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#338AF3",d:"M0 85.331h170.663v341.337H0z"}),l.createElement("path",{d:"M341.337 85.331H512v341.337H341.337zM214.261 283.82l-33.393-50.086 33.392-50.087 33.392 50.087zm83.478 0-33.391-50.086 33.391-50.087 33.393 50.087zM256 350.603l-33.391-50.087L256 250.429l33.391 50.087z",fill:"#6DA544"}))},rme=function(t){var n=t.title,r=V(t,s1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFCE00",d:"M0 0h22.5v5H0z"}),l.createElement("path",{fill:"#203899",d:"M0 5h22.5v5H0z"}),l.createElement("path",{fill:"#D82B2B",d:"M0 10h22.5v5H0z"}),l.createElement("path",{fill:"#FFF",d:"m12.13 5.38.14.46.45.14-.39.27.01.48-.38-.29-.45.15.15-.44-.28-.38h.47zm-1.77 0 .27.39h.47l-.28.38.15.45-.45-.16-.38.28.01-.47-.39-.28.45-.13zm3.44.56-.01.48.39.27-.46.14-.14.45-.27-.38h-.48l.29-.38-.15-.45.45.16zm-5.11.02.4.27.44-.18-.13.46.3.36-.47.02-.26.4-.16-.44-.46-.12.37-.3zm6.55 1.17-.2.44.25.4-.47-.05-.31.36-.1-.46-.43-.18.41-.24.03-.47.35.31zm.19 1.12.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-.06zm.31-1.15.45.14.38-.29v.48l.39.26-.45.15-.13.46-.28-.38-.47.01.27-.38z"}))},ime=function(t){var n=t.title,r=V(t,l1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#012169",d:"M0 0h513v342H0z"}),l.createElement("path",{fill:"#ffc72c",d:"m384.8 174.7-46.2 46.2c8.7 16.7 26.1 28.1 46.2 28.1s37.6-11.4 46.2-28.1l-46.2-46.2z"}),l.createElement("path",{fill:"#006129",stroke:"#fff",strokeWidth:3,d:"M332.7 93v81.8c0 39.8 52 52 52 52s52-12.2 52-52V93h-104z"}),l.createElement("path",{fill:"#FFF",d:"M373.6 130.1h22.3v59.5h-22.3z"}),l.createElement("circle",{fill:"#9c4c00",cx:384.8,cy:130.1,r:11.2}),l.createElement("path",{d:"M347.6 107.8h14.9v14.9h-14.9zm0 33.5h14.9v14.9h-14.9zm0 33.4h14.9v14.9h-14.9zm59.5-66.9H422v14.9h-14.9zm0 33.5H422v14.9h-14.9zm0 33.4H422v14.9h-14.9z",fill:"#ffc72c"}),l.createElement("path",{fill:"#012169",d:"M0 0h256.5v171H0z"}),l.createElement("g",{fill:"#FFF"},l.createElement("path",{d:"M256.5 0v30.6l-45.3 25.2h45.3v59.4h-59.2l59.2 32.9V171h-26.7l-73.7-40.9V171h-55.7v-48.7L12.8 171H0v-30.6l45.3-25.2H0V55.8h59.2L0 22.9V0h26.7l73.7 40.9V0h55.7v48.7L243.7 0z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-55.7-59.4L0 0v15.8l72 40z"})),l.createElement("g",{fill:"#D80027"},l.createElement("path",{d:"M144.3 0h-32.1v69.5H0v32h112.2V171h32.1v-69.5h112.2v-32H144.3z"}),l.createElement("path",{d:"M156.1 115.2 256.5 171v-15.8l-72-40zm-84.1 0-72 40V171l100.4-55.8zm28.4-59.4L0 0v15.8l72 40zm84.1 0 72-40V0L156.1 55.8z"})))},ome=function(t){var n=t.title,r=V(t,u1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h512v341.3H0z"}),l.createElement("path",{fill:"#1583C4",d:"m397.7 166.3-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"}),l.createElement("path",{fill:"#1583C4",d:"m404.9 188-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"}),l.createElement("path",{fill:"#1583C4",d:"m379 181.3-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"}),l.createElement("path",{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"}),l.createElement("g",{fill:"#FFD836",stroke:"#231F20",strokeMiterlimit:10},l.createElement("path",{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"}),l.createElement("path",{d:"m466.1 48.4-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"})),l.createElement("path",{fill:"#FFF",stroke:"#231F20",strokeMiterlimit: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.3z"}),l.createElement("path",{d:"M225.2 137.7V235c8.2 6 17 10.2 23.9 12.9V137.7h-23.9zm71.6 0V235c-8.2 6-17 10.2-23.9 12.9V137.7h23.9z",fill:"#D80027"}),l.createElement("path",{fill:"#0052B4",d:"M201.3 111.8h119.4v37.9H201.3z"}),l.createElement("path",{fill:"#1583C4",d:"m60.1 210.5-21.9-58.1H15.7l31.8 80.8h25.2l31.5-80.8H81.7zm391.4-58.6h18.9v81.7h-18.9z"}))},ame=function(t){var n=t.title,r=V(t,c1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M196.641 85.337H0v341.326h512V85.337z"}),l.createElement("path",{fill:"#FFDA44",d:"m256 157.279 22.663 69.747H352l-59.332 43.106 22.664 69.749L256 296.774l-59.332 43.107 22.664-69.749L160 227.026h73.337z"}))},sme=function(t){var n=t.title,r=V(t,d1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#6DA544",d:"M512 256v170.663H0L215.185 256z"}),l.createElement("path",{fill:"#D80027",d:"M512 85.337V256H215.185L0 85.337z"}),l.createElement("path",{d:"M221.001 239.304 26.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"}),l.createElement("g",{fill:"#FFDA44"},l.createElement("path",{d:"M8.956 85.337H0v7.103L206.229 256 0 419.559v7.104h8.956l208.168-165.098H512v-11.13H217.124z"}),l.createElement("path",{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 0 0 4.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"})))},lme=function(t){var n=t.title,r=V(t,f1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 100"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80B30",d:"M0 0h150v100H0z"}),l.createElement("path",{fill:"#00318A",d:"M0 0h20v44.33H0z"}),l.createElement("path",{fill:"#FFF",d:"M20 0h20v44.33H20z"}),l.createElement("path",{fill:"none",stroke:"#FFF",strokeWidth:3,d:"M0 44.33h62.75V0"}),l.createElement("path",{fill:"#FFF",d:"M108.08 43.29 87.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.71 20.13-20.13v40.25L114.79 50z"}))},ume=function(t){var n=t.title,r=V(t,h1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{fill:"#0052B4",d:"M0 85.331h256v170.663H0z"}),l.createElement("path",{d:"m165.483 181.79 2.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.94zm-44.904-66.783 4.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.901zm44.522 14.841 4.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.9zm-35.192 59.363 4.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.9zm-39.01-37.103 4.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",fill:"#FFF"}))},cme=function(t){var n=t.title,r=V(t,p1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),l.createElement("path",{d:"M0 0h513v48.8H0zm0 97.5h513v48.8H0zM0 195h513v48.8H0zm0 97.6h513v48.8H0z",fill:"#6DA544"}),l.createElement("path",{fill:"#D80027",d:"M0 0h256.5v146.3H0z"}),l.createElement("path",{fill:"#FFF",d:"m116.9 114.4-7.5-14.8V69.9L128 59l18.6 10.9v22.3l7.4-7.4 4.2 3-4.2 11.8-14.9 14.8z"}),l.createElement("circle",{fill:"#FFF",cx:82,cy:82.8,r:5.4}),l.createElement("circle",{fill:"#FFF",cx:90.8,cy:61.7,r:5.4}),l.createElement("circle",{fill:"#FFF",cx:106.6,cy:46.2,r:5.4}),l.createElement("circle",{fill:"#FFF",cx:128,cy:40.8,r:5.4}),l.createElement("circle",{fill:"#FFF",cx:149.4,cy:46.2,r:5.4}),l.createElement("circle",{fill:"#FFF",cx:165.2,cy:61.7,r:5.4}),l.createElement("circle",{fill:"#FFF",cx:174,cy:82.8,r:5.4}))},dme=function(t){var n=t.title,r=V(t,m1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600",fill:"#e30a17"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 0h900v600H0z",fill:"#fff"}),l.createElement("circle",{cx:300,cy:300,r:150}),l.createElement("circle",{cx:337.5,cy:300,r:120,fill:"#fff"}),l.createElement("path",{d:"M0 60h900v60H0zm0 420h900v60H0zm417.5-180 135.676-44.084-83.852 115.413V228.671l83.852 115.413z"}))},fme=function(t){var n=t.title,r=V(t,g1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.33"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#0052B4",d:"M0 0h512v341.34H0z"}),l.createElement("path",{d:"m220.72 42.63 7.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.58zm70.56-.06 7.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.59zm62.08 11.36 7.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.58zm63.01 18.3 7.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.59zm-257.73-18.3 7.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.58zm-63.01 18.3 7.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",fill:"#FFF"}),l.createElement("path",{fill:"#FFDA44",d:"m217.53 259.33-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"}))},hme=function(t){var n=t.title,r=V(t,v1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 450 300"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h450v300H0z"}),l.createElement("path",{fill:"red",d:"M0 100h450v200H0z"}),l.createElement("path",{fill:"#FFDF00",d:"M0 200h450v100H0z"}))},pme=function(t){var n=t.title,r=V(t,b1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),l.createElement("path",{d:"M0 312.888h512v113.775H0z"}))},mme=function(t){var n=t.title,r=V(t,y1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 0h90v60H0z"}),l.createElement("path",{stroke:"#7f7f7f",strokeWidth:.25,fill:"#ABABAB",d:"M75.6 39.6c-1.1.7 0 1.8-.6 1.9-.6.1-1.5-1.4-.2-2.5 1.6-1.5 5.8 0 5.9 4.3 0 2.2-.9 6.8-7.2 6.8-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.2s5.7-2.4 5.8-4.9c.1-3.9-3-4.4-3.7-4zm-64.9 4c.1 2.5 1.8 4.7 5.8 4.9s8.2-2.2 8.5-5.2c.8-7.5-9.7-11.3-10.3-12-.7-.7-.5 3.9-.5 3.9s-1.8-2.1-4.8-3.9c-3.2-2-3.2-7.3-3.2-7.3s6.2 1.6 4.3-1c-2.9-4-.6-11.7 7-11.7 2.1 0 1.8 3.9 3 5.5 1.1 1.5 4 3.5 4 4.6s-3.5.3-6.6-1.4c-1.9-1-3.3-1.4-3.3-.9.1 1.5 3.7 3.8 6.8 5 2.8 1.1 6.5 9.8 6.5 14.6 0 5.7-3.8 11.4-11.4 11.4-6.3 0-7.2-4.6-7.2-6.8.1-4.3 4.3-5.8 5.9-4.3 1.2 1.1.4 2.7-.2 2.5-.6-.1.6-1.2-.6-1.9-.6-.4-3.7.1-3.7 4z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#3951A3",d:"M31 13.1h28v15.7H31z"}),l.createElement("path",{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"}),l.createElement("circle",{fill:"#FEE05F",cx:39.1,cy:36.5,r:3}),l.createElement("circle",{fill:"#FEE05F",cx:50.9,cy:36.5,r:3}))},gme=function(t){var n=t.title,r=V(t,x1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),l.createElement("path",{d:"M114.024 256.001 0 141.926v228.17z"}),l.createElement("path",{fill:"#ffb915",d:"M161.192 256 0 94.7v47.226l114.024 114.075L0 370.096v47.138z"}),l.createElement("path",{fill:"#007847",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"}),l.createElement("path",{fill:"#000c8a",d:"M503.181 322.783H236.433l-103.881 103.88H512v-103.88z"}),l.createElement("path",{fill:"#e1392d",d:"M503.181 189.217H512V85.337H132.552l103.881 103.88z"}))},vme=function(t){var n=t.title,r=V(t,w1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{fill:"#496E2D",d:"M0 85.331h512v341.337H0z"}),l.createElement("path",{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"}),l.createElement("path",{fill:"#D80027",d:"M341.337 255.994h56.888v170.663h-56.888z"}),l.createElement("path",{fill:"#FF9811",d:"M455.112 255.994H512v170.663h-56.888z"}),l.createElement("path",{d:"M398.225 255.994h56.888v170.663h-56.888z"}))},bme=function(t){var n=t.title,r=V(t,E1e);return l.createElement("svg",H({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&l.createElement("title",null,n),l.createElement("path",{d:"M0 85.333h512V426.67H0z"}),l.createElement("path",{d:"M0 134.196h512v48.868H0zm0 195.472h512v48.868H0z",fill:"#FFDA44"}),l.createElement("path",{fill:"#057f44",d:"M0 85.333h512v48.868H0z"}),l.createElement("path",{d:"M0 183.069h512v48.868H0zm0 97.737h512v48.868H0z",fill:"#D80027"}),l.createElement("path",{fill:"#057f44",d:"M0 378.542h512v48.128H0z"}),l.createElement("path",{fill:"#FFF",d:"M276.992 255.996 106.329 426.659H0V85.333h106.329z"}),l.createElement("path",{d:"M256 255.996 85.334 426.662h20.987l170.667-170.666L106.321 85.33H85.334z"}),l.createElement("path",{fill:"#D80027",d:"m102.465 202.57 13.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"}),l.createElement("path",{fill:"#FFDA44",d:"m138.94 259.335-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 0 0 1.381-5.231c6.397-2.589 8.342-9.24 8.342-9.24z"}))};const yme={AC:S1e,AD:I1e,AE:A1e,AF:M1e,AG:$1e,AI:R1e,AL:N1e,AM:P1e,AO:O1e,AQ:T1e,AR:F1e,AS:_1e,AT:D1e,AU:z1e,AW:k1e,AX:L1e,AZ:j1e,BA:B1e,BB:H1e,BD:V1e,BE:G1e,BF:W1e,BG:q1e,BH:U1e,BI:Y1e,BJ:X1e,BL:Z1e,BM:K1e,BN:J1e,BO:Q1e,BQ_BO:ehe,BQ_SA:the,BQ_SE:nhe,BQ:rhe,BR:ihe,BS:ohe,BT:ahe,BV:she,BW:lhe,BY:uhe,BZ:che,CA:dhe,CC:fhe,CD:hhe,CF:phe,CG:mhe,CH:ghe,CI:vhe,CK:bhe,CL:yhe,CM:xhe,CN:whe,CO:Ehe,CR:Che,CU:She,CV:Ihe,CW:Ahe,CX:Mhe,CY:$he,CZ:Rhe,DE:Nhe,DJ:Phe,DK:Ohe,DM:The,DO:Fhe,DZ:_he,EC:Dhe,EE:zhe,EG:khe,EH:Lhe,ER:jhe,ES_CT:Bhe,ES:Hhe,ET:Vhe,EU:Ghe,FI:Whe,FJ:qhe,FK:Uhe,FM:Yhe,FO:Xhe,FR:Zhe,GA:Khe,GB_ENG:Jhe,GB_NIR:Qhe,GB_SCT:e0e,GB_WLS:t0e,GB:n0e,GD:r0e,GE:i0e,GF:o0e,GG:a0e,GH:s0e,GI:l0e,GL:u0e,GM:c0e,GN:d0e,GP:f0e,GQ:h0e,GR:p0e,GS:m0e,GT:g0e,GU:v0e,GW:b0e,GY:y0e,HK:x0e,HM:w0e,HN:E0e,HR:C0e,HT:S0e,HU:I0e,IC:A0e,ID:M0e,IE:$0e,IL:R0e,IM:N0e,IN:P0e,IO:O0e,IQ:T0e,IR:F0e,IS:_0e,IT:D0e,JE:z0e,JM:k0e,JO:L0e,JP:j0e,KE:B0e,KG:H0e,KH:V0e,KI:G0e,KM:W0e,KN:q0e,KP:U0e,KR:Y0e,KW:X0e,KY:Z0e,KZ:K0e,LA:J0e,LB:Q0e,LC:epe,LI:tpe,LK:npe,LR:rpe,LS:ipe,LT:ope,LU:ape,LV:spe,LY:lpe,MA:upe,MC:cpe,MD:dpe,ME:fpe,MF:hpe,MG:ppe,MH:mpe,MK:gpe,ML:vpe,MM:bpe,MN:ype,MO:xpe,MP:wpe,MQ:Epe,MR:Cpe,MS:Spe,MT:Ipe,MU:Ape,MV:Mpe,MW:$pe,MX:Rpe,MY:Npe,MZ:Ppe,NA:Ope,NC:Tpe,NE:Fpe,NF:_pe,NG:Dpe,NI:zpe,NL:kpe,NO:Lpe,NP:jpe,NR:Bpe,NU:Hpe,NZ:Vpe,OM:Gpe,PA:Wpe,PE:qpe,PF:Upe,PG:Ype,PH:Xpe,PK:Zpe,PL:Kpe,PM:Jpe,PN:Qpe,PR:e2e,PS:t2e,PT:n2e,PW:r2e,PY:i2e,QA:o2e,RE:a2e,RO:s2e,RS:l2e,RU:u2e,RW:c2e,SA:d2e,SB:f2e,SC:h2e,SD:p2e,SE:m2e,SG:g2e,SH:v2e,SI:b2e,SJ:y2e,SK:x2e,SL:w2e,SM:E2e,SN:C2e,SO:S2e,SR:I2e,SS:A2e,ST:M2e,SV:$2e,SX:R2e,SY:N2e,SZ:P2e,TA:O2e,TC:T2e,TD:F2e,TF:_2e,TG:D2e,TH:z2e,TJ:k2e,TK:L2e,TL:j2e,TM:B2e,TN:H2e,TO:V2e,TR:G2e,TT:W2e,TV:q2e,TW:U2e,TZ:Y2e,UA:X2e,UG:Z2e,UM:K2e,US:J2e,UY:Q2e,UZ:eme,VA:tme,VC:nme,VE:rme,VG:ime,VI:ome,VN:ame,VU:sme,WF:lme,WS:ume,XA:cme,XC:dme,XK:fme,XO:hme,YE:pme,YT:mme,ZA:gme,ZM:vme,ZW:bme};function WP({className:e,children:t,...n}){return m.jsxs(pH,{"data-slot":"scroll-area",className:L("ui:relative",e),...n,children:[m.jsx(mH,{"data-slot":"scroll-area-viewport",className:"ui:focus-visible:ring-ring/50 ui:size-full ui:rounded-[inherit] ui:transition-[color,box-shadow] ui:outline-none ui:focus-visible:ring-[3px] ui:focus-visible:outline-1",children:t}),m.jsx(qP,{}),m.jsx(gH,{})]})}function qP({className:e,orientation:t="vertical",...n}){return m.jsx(RI,{"data-slot":"scroll-area-scrollbar",orientation:t,className:L("ui:flex ui:touch-none ui:p-px ui:transition-colors ui:select-none",t==="vertical"&&"ui:h-full ui:w-2.5 ui:border-l ui:border-l-transparent",t==="horizontal"&&"ui:h-2.5 ui:flex-col ui:border-t ui:border-t-transparent",e),...n,children:m.jsx(TI,{"data-slot":"scroll-area-thumb",className:"ui:bg-border ui:relative ui:flex-1 ui:rounded-full"})})}const Y4=y.forwardRef(({className:e,onChange:t,value:n,...r},i)=>m.jsx(Ale,{ref:i,className:L("ui:flex ui:items-center",e),flagComponent:X4,countrySelectComponent:xme,inputComponent:UP,smartCaret:!1,value:n||void 0,onChange:o=>t?.(o||""),...r}));Y4.displayName="PhoneInput";const UP=y.forwardRef(({className:e,...t},n)=>m.jsx(ko,{className:L("ui:box-border ui:rounded-e-lg ui:rounded-s-none ui:h-10",e),...t,ref:n}));UP.displayName="InputComponent";const xme=({disabled:e,value:t,options:n,onChange:r})=>{const i=y.useRef(null),[o,a]=y.useState(""),[s,u]=y.useState(!1);return y.useEffect(()=>{if(!s)return;const c=i.current?.querySelector("[data-radix-scroll-area-viewport]");c instanceof HTMLElement&&(c.scrollTop=0)},[o,s]),m.jsxs(M1,{open:s,modal:!0,onOpenChange:c=>{u(c),c&&a("")},children:[m.jsx(ec,{asChild:!0,children:m.jsxs(qt,{type:"button",variant:"outline",className:"ui:flex ui:gap-1 ui:rounded-e-none ui:rounded-s-lg ui:border-r-0 ui:px-3 ui:focus-visible:z-10 ui:h-10",disabled:e,children:[m.jsx(X4,{country:t,countryName:t}),m.jsx(Re.ChevronsUpDown,{className:L("ui:-mr-2 ui:size-4 ui:opacity-50",e?"ui:hidden":"ui:opacity-100")})]})}),m.jsx(tc,{className:"ui:w-[300px] ui:p-0",children:m.jsxs(r4,{children:[m.jsx(G$,{value:o,onValueChange:a,placeholder:"Search country..."}),m.jsx(W$,{children:m.jsxs(WP,{ref:i,className:"ui:h-72",children:[m.jsx(q$,{children:"No country found."}),m.jsx(U$,{children:n.filter(c=>o?c.label.toLowerCase().includes(o.toLowerCase()):!0).map(({value:c,label:d})=>c?m.jsx(wme,{country:c,countryName:d,selectedCountry:t,onChange:r,onSelectComplete:()=>u(!1)},c):null)})]})})]})})]})},wme=({country:e,countryName:t,selectedCountry:n,onChange:r,onSelectComplete:i})=>{const o=()=>{r(e),i()};return m.jsxs(Y$,{className:"ui:gap-2",onSelect:o,children:[m.jsx(X4,{country:e,countryName:t}),m.jsx("span",{className:"ui:flex-1 ui:text-sm",children:t}),m.jsx("span",{className:"ui:text-sm ui:text-foreground/50",children:`+${Mle(e)}`}),m.jsx(Re.CheckIcon,{className:L("ui:ml-auto ui:size-4",e===n?"ui:opacity-100":"ui:opacity-0")})]})},X4=({country:e,countryName:t})=>{const n=yme[e];return m.jsx("span",{className:"ui:flex ui:h-4 ui:w-6 ui:overflow-hidden ui:rounded-sm ui:bg-foreground/20 ui:[&_svg:not([class*='size-'])]:size-full",children:n&&m.jsx(n,{title:t})})},Eme=({label:e,name:t,description:n,showErrorPlaceholder:r=!1,errorClassName:i,containerClassName:o,labelClassName:a,mainLanguage:s,...u})=>{const{control:c}=On.useFormContext();if(!c)throw new Error("FormPhoneInput must be used within a FormProvider or receive a control prop");return m.jsx(Fn,{control:c,name:t,render:({field:d})=>m.jsxs(An,{className:L("ui:w-full",o),children:[m.jsx(Qn,{className:a,children:e}),m.jsx(Bn,{children:m.jsx(Y4,{...d,...u,defaultCountry:s||void 0})}),m.jsx(In,{children:m.jsx(Ht,{condition:!!n,children:m.jsx(nr,{className:"ui:text-xs",children:n})})}),m.jsx(_n,{showErrorPlaceholder:r,className:i})]})})};function Cme({...e}){return m.jsx(NB,{"data-slot":"hover-card",...e})}function Sme({...e}){return m.jsx(PB,{"data-slot":"hover-card-trigger",...e})}function Ime({className:e,align:t="center",sideOffset:n=4,...r}){return m.jsx(OB,{"data-slot":"hover-card-portal",children:m.jsx(TB,{"data-slot":"hover-card-content",align:t,sideOffset:n,className:L("ui:bg-popover ui:text-popover-foreground ui:data-[state=open]:animate-in ui:data-[state=closed]:animate-out ui:data-[state=closed]:fade-out-0 ui:data-[state=open]:fade-in-0 ui:data-[state=closed]:zoom-out-95 ui:data-[state=open]:zoom-in-95 ui:data-[side=bottom]:slide-in-from-top-2 ui:data-[side=left]:slide-in-from-right-2 ui:data-[side=right]:slide-in-from-left-2 ui:data-[side=top]:slide-in-from-bottom-2 ui:z-50 ui:w-64 ui:origin-(--radix-hover-card-content-transform-origin) ui:rounded-md ui:border ui:p-4 ui:shadow-md ui:outline-hidden",e),...r})})}function Ame({name:e,className:t,...n}){return m.jsx("i",{className:L(`icon-${e}`,t),...n,children:m.jsxs("span",{className:"ui:for-screenreader-only",children:[e," icon"]})})}var Mme=Object.defineProperty,$me=Object.defineProperties,Rme=Object.getOwnPropertyDescriptors,df=Object.getOwnPropertySymbols,YP=Object.prototype.hasOwnProperty,XP=Object.prototype.propertyIsEnumerable,Z8=(e,t,n)=>t in e?Mme(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Nme=(e,t)=>{for(var n in t||(t={}))YP.call(t,n)&&Z8(e,n,t[n]);if(df)for(var n of df(t))XP.call(t,n)&&Z8(e,n,t[n]);return e},Pme=(e,t)=>$me(e,Rme(t)),Ome=(e,t)=>{var n={};for(var r in e)YP.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&df)for(var r of df(e))t.indexOf(r)<0&&XP.call(e,r)&&(n[r]=e[r]);return n};function Tme(e){let t=setTimeout(e,0),n=setTimeout(e,10),r=setTimeout(e,50);return[t,n,r]}function Fme(e){let t=y.useRef();return y.useEffect(()=>{t.current=e}),t.current}var _me=18,ZP=40,Dme=`${ZP}px`,zme=["[data-lastpass-icon-root]","com-1password-button","[data-dashlanecreated]",'[style$="2147483647 !important;"]'].join(",");function kme({containerRef:e,inputRef:t,pushPasswordManagerStrategy:n,isFocused:r}){let[i,o]=y.useState(!1),[a,s]=y.useState(!1),[u,c]=y.useState(!1),d=y.useMemo(()=>n==="none"?!1:(n==="increase-width"||n==="experimental-no-flickering")&&i&&a,[i,a,n]),f=y.useCallback(()=>{let h=e.current,p=t.current;if(!h||!p||u||n==="none")return;let g=h,b=g.getBoundingClientRect().left+g.offsetWidth,v=g.getBoundingClientRect().top+g.offsetHeight/2,x=b-_me,w=v;document.querySelectorAll(zme).length===0&&document.elementFromPoint(x,w)===h||(o(!0),c(!0))},[e,t,u,n]);return y.useEffect(()=>{let h=e.current;if(!h||n==="none")return;function p(){let b=window.innerWidth-h.getBoundingClientRect().right;s(b>=ZP)}p();let g=setInterval(p,1e3);return()=>{clearInterval(g)}},[e,n]),y.useEffect(()=>{let h=r||document.activeElement===t.current;if(n==="none"||!h)return;let p=setTimeout(f,0),g=setTimeout(f,2e3),b=setTimeout(f,5e3),v=setTimeout(()=>{c(!0)},6e3);return()=>{clearTimeout(p),clearTimeout(g),clearTimeout(b),clearTimeout(v)}},[t,r,n,f]),{hasPWMBadge:i,willPushPWMBadge:d,PWM_BADGE_SPACE_WIDTH:Dme}}var Lme=y.createContext({}),KP=y.forwardRef((e,t)=>{var n=e,{value:r,onChange:i,maxLength:o,textAlign:a="left",pattern:s,placeholder:u,inputMode:c="numeric",onComplete:d,pushPasswordManagerStrategy:f="increase-width",pasteTransformer:h,containerClassName:p,noScriptCSSFallback:g=jme,render:b,children:v}=n,x=Ome(n,["value","onChange","maxLength","textAlign","pattern","placeholder","inputMode","onComplete","pushPasswordManagerStrategy","pasteTransformer","containerClassName","noScriptCSSFallback","render","children"]),w,E,C,S,M;let[A,R]=y.useState(typeof x.defaultValue=="string"?x.defaultValue:""),P=r??A,W=Fme(P),$=y.useCallback(k=>{i?.(k),R(k)},[i]),O=y.useMemo(()=>s?typeof s=="string"?new RegExp(s):s:null,[s]),N=y.useRef(null),B=y.useRef(null),z=y.useRef({value:P,onChange:$,isIOS:typeof window<"u"&&((E=(w=window?.CSS)==null?void 0:w.supports)==null?void 0:E.call(w,"-webkit-touch-callout","none"))}),T=y.useRef({prev:[(C=N.current)==null?void 0:C.selectionStart,(S=N.current)==null?void 0:S.selectionEnd,(M=N.current)==null?void 0:M.selectionDirection]});y.useImperativeHandle(t,()=>N.current,[]),y.useEffect(()=>{let k=N.current,ue=B.current;if(!k||!ue)return;z.current.value!==k.value&&z.current.onChange(k.value),T.current.prev=[k.selectionStart,k.selectionEnd,k.selectionDirection];function ee(){if(document.activeElement!==k){j(null),K(null);return}let le=k.selectionStart,pe=k.selectionEnd,he=k.selectionDirection,we=k.maxLength,Se=k.value,Ae=T.current.prev,Ke=-1,ct=-1,Je;if(Se.length!==0&&le!==null&&pe!==null){let bt=le===pe,ht=le===Se.length&&Se.length<we;if(bt&&!ht){let st=le;if(st===0)Ke=0,ct=1,Je="forward";else if(st===we)Ke=st-1,ct=st,Je="backward";else if(we>1&&Se.length>1){let yt=0;if(Ae[0]!==null&&Ae[1]!==null){Je=st<Ae[1]?"backward":"forward";let Tt=Ae[0]===Ae[1]&&Ae[0]<we;Je==="backward"&&!Tt&&(yt=-1)}Ke=yt+st,ct=yt+st+1}}Ke!==-1&&ct!==-1&&Ke!==ct&&N.current.setSelectionRange(Ke,ct,Je)}let Ze=Ke!==-1?Ke:le,at=ct!==-1?ct:pe,rt=Je??he;j(Ze),K(at),T.current.prev=[Ze,at,rt]}if(document.addEventListener("selectionchange",ee,{capture:!0}),ee(),document.activeElement===k&&_(!0),!document.getElementById("input-otp-style")){let le=document.createElement("style");if(le.id="input-otp-style",document.head.appendChild(le),le.sheet){let pe="background: transparent !important; color: transparent !important; border-color: transparent !important; opacity: 0 !important; box-shadow: none !important; -webkit-box-shadow: none !important; -webkit-text-fill-color: transparent !important;";fl(le.sheet,"[data-input-otp]::selection { background: transparent !important; color: transparent !important; }"),fl(le.sheet,`[data-input-otp]:autofill { ${pe} }`),fl(le.sheet,`[data-input-otp]:-webkit-autofill { ${pe} }`),fl(le.sheet,"@supports (-webkit-touch-callout: none) { [data-input-otp] { letter-spacing: -.6em !important; font-weight: 100 !important; font-stretch: ultra-condensed; font-optical-sizing: none !important; left: -1px !important; right: 1px !important; } }"),fl(le.sheet,"[data-input-otp] + * { pointer-events: all !important; }")}}let ce=()=>{ue&&ue.style.setProperty("--root-height",`${k.clientHeight}px`)};ce();let me=new ResizeObserver(ce);return me.observe(k),()=>{document.removeEventListener("selectionchange",ee,{capture:!0}),me.disconnect()}},[]);let[G,q]=y.useState(!1),[U,_]=y.useState(!1),[Q,j]=y.useState(null),[J,K]=y.useState(null);y.useEffect(()=>{Tme(()=>{var k,ue,ee,ce;(k=N.current)==null||k.dispatchEvent(new Event("input"));let me=(ue=N.current)==null?void 0:ue.selectionStart,le=(ee=N.current)==null?void 0:ee.selectionEnd,pe=(ce=N.current)==null?void 0:ce.selectionDirection;me!==null&&le!==null&&(j(me),K(le),T.current.prev=[me,le,pe])})},[P,U]),y.useEffect(()=>{W!==void 0&&P!==W&&W.length<o&&P.length===o&&d?.(P)},[o,d,W,P]);let Y=kme({containerRef:B,inputRef:N,pushPasswordManagerStrategy:f,isFocused:U}),ie=y.useCallback(k=>{let ue=k.currentTarget.value.slice(0,o);if(ue.length>0&&O&&!O.test(ue)){k.preventDefault();return}typeof W=="string"&&ue.length<W.length&&document.dispatchEvent(new Event("selectionchange")),$(ue)},[o,$,W,O]),X=y.useCallback(()=>{var k;if(N.current){let ue=Math.min(N.current.value.length,o-1),ee=N.current.value.length;(k=N.current)==null||k.setSelectionRange(ue,ee),j(ue),K(ee)}_(!0)},[o]),re=y.useCallback(k=>{var ue,ee;let ce=N.current;if(!h&&(!z.current.isIOS||!k.clipboardData||!ce))return;let me=k.clipboardData.getData("text/plain"),le=h?h(me):me;k.preventDefault();let pe=(ue=N.current)==null?void 0:ue.selectionStart,he=(ee=N.current)==null?void 0:ee.selectionEnd,we=(pe!==he?P.slice(0,pe)+le+P.slice(he):P.slice(0,pe)+le+P.slice(pe)).slice(0,o);if(we.length>0&&O&&!O.test(we))return;ce.value=we,$(we);let Se=Math.min(we.length,o-1),Ae=we.length;ce.setSelectionRange(Se,Ae),j(Se),K(Ae)},[o,$,O,P]),te=y.useMemo(()=>({position:"relative",cursor:x.disabled?"default":"text",userSelect:"none",WebkitUserSelect:"none",pointerEvents:"none"}),[x.disabled]),oe=y.useMemo(()=>({position:"absolute",inset:0,width:Y.willPushPWMBadge?`calc(100% + ${Y.PWM_BADGE_SPACE_WIDTH})`:"100%",clipPath:Y.willPushPWMBadge?`inset(0 ${Y.PWM_BADGE_SPACE_WIDTH} 0 0)`:void 0,height:"100%",display:"flex",textAlign:a,opacity:"1",color:"transparent",pointerEvents:"all",background:"transparent",caretColor:"transparent",border:"0 solid transparent",outline:"0 solid transparent",boxShadow:"none",lineHeight:"1",letterSpacing:"-.5em",fontSize:"var(--root-height)",fontFamily:"monospace",fontVariantNumeric:"tabular-nums"}),[Y.PWM_BADGE_SPACE_WIDTH,Y.willPushPWMBadge,a]),se=y.useMemo(()=>y.createElement("input",Pme(Nme({autoComplete:x.autoComplete||"one-time-code"},x),{"data-input-otp":!0,"data-input-otp-placeholder-shown":P.length===0||void 0,"data-input-otp-mss":Q,"data-input-otp-mse":J,inputMode:c,pattern:O?.source,"aria-placeholder":u,style:oe,maxLength:o,value:P,ref:N,onPaste:k=>{var ue;re(k),(ue=x.onPaste)==null||ue.call(x,k)},onChange:ie,onMouseOver:k=>{var ue;q(!0),(ue=x.onMouseOver)==null||ue.call(x,k)},onMouseLeave:k=>{var ue;q(!1),(ue=x.onMouseLeave)==null||ue.call(x,k)},onFocus:k=>{var ue;X(),(ue=x.onFocus)==null||ue.call(x,k)},onBlur:k=>{var ue;_(!1),(ue=x.onBlur)==null||ue.call(x,k)}})),[ie,X,re,c,oe,o,J,Q,x,O?.source,P]),D=y.useMemo(()=>({slots:Array.from({length:o}).map((k,ue)=>{var ee;let ce=U&&Q!==null&&J!==null&&(Q===J&&ue===Q||ue>=Q&&ue<J),me=P[ue]!==void 0?P[ue]:null,le=P[0]!==void 0?null:(ee=u?.[ue])!=null?ee:null;return{char:me,placeholderChar:le,isActive:ce,hasFakeCaret:ce&&me===null}}),isFocused:U,isHovering:!x.disabled&&G}),[U,G,o,J,Q,x.disabled,P]),ne=y.useMemo(()=>b?b(D):y.createElement(Lme.Provider,{value:D},v),[v,D,b]);return y.createElement(y.Fragment,null,g!==null&&y.createElement("noscript",null,y.createElement("style",null,g)),y.createElement("div",{ref:B,"data-input-otp-container":!0,style:te,className:p},ne,y.createElement("div",{style:{position:"absolute",inset:0,pointerEvents:"none"}},se)))});KP.displayName="Input";function fl(e,t){try{e.insertRule(t)}catch{console.error("input-otp could not insert CSS rule:",t)}}var jme=`
|
|
107
107
|
[data-input-otp] {
|
|
108
108
|
--nojs-bg: white !important;
|
|
109
109
|
--nojs-fg: black !important;
|