youtopia-ui 0.1.7 → 0.1.8
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/assets/{index-RlueGXGH.js → index-Br_R11qu.js} +1 -1
- package/dist/components/file-badge.d.ts.map +1 -1
- package/dist/components/image-upload-v2.d.ts.map +1 -1
- package/dist/index.html +1 -1
- package/dist/youtopia-ui.cjs +4 -4
- package/dist/youtopia-ui.css +1 -1
- package/dist/youtopia-ui.js +197 -200
- package/package.json +1 -1
|
@@ -175,7 +175,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
175
175
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function dB(e,t){if(e){if(typeof e=="string")return C7(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)?C7(e,t):void 0}}function C7(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 fB(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,l,o,u,h=[],m=!0,p=!1;try{if(o=(n=n.call(e)).next,t!==0)for(;!(m=(r=o.call(n)).done)&&(h.push(r.value),h.length!==t);m=!0);}catch(g){p=!0,l=g}finally{try{if(!m&&n.return!=null&&(u=n.return(),Object(u)!==u))return}finally{if(p)throw l}}return h}}function hB(e){if(Array.isArray(e))return e}function mB(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function pB(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,gB(r.key),r)}}function vB(e,t,n){return t&&pB(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function gB(e){var t=yB(e,"string");return Vc(t)=="symbol"?t:t+""}function yB(e,t){if(Vc(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Vc(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}var ls=(function(){function e(t,n){mB(this,e),this.metadata=new dn(n);var r=this.getCountryAndCallingCode(t),l=cB(r,2),o=l[0],u=l[1];this.defaultCountry=o,this.defaultCallingCode=u,this.reset()}return vB(e,[{key:"getCountryAndCallingCode",value:function(n){var r,l;return n&&(di(n)?(r=n.defaultCountry,l=n.defaultCallingCode):r=n),r&&!this.metadata.hasCountry(r)&&(r=void 0),[r,l]}},{key:"input",value:function(n){var r=this.parser.input(n,this.state),l=r.digits,o=r.justLeadingPlus;if(o)this.formattedOutput="+";else if(l){this.determineTheCountryIfNeeded(),this.state.nationalSignificantNumber&&this.formatter.narrowDownMatchingFormats(this.state);var u;if(this.metadata.hasSelectedNumberingPlan()&&(u=this.formatter.format(l,this.state)),u===void 0&&this.parser.reExtractNationalSignificantNumber(this.state)){this.determineTheCountryIfNeeded();var h=this.state.getNationalDigits();h&&(u=this.formatter.format(h,this.state))}this.formattedOutput=u?this.getFullNumber(u):this.getNonFormattedNumber()}return this.formattedOutput}},{key:"reset",value:function(){var n=this;return this.state=new oI({onCountryChange:function(l){n.country=l},onCallingCodeChange:function(l,o){n.metadata.selectNumberingPlan(o,l),n.formatter.reset(n.metadata.numberingPlan,n.state),n.parser.reset(n.metadata.numberingPlan)}}),this.formatter=new UI({state:this.state,metadata:this.metadata}),this.parser=new lB({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 l=function(h){return r.formatter.getInternationalPrefixBeforeCountryCallingCode(r.state,{spacing:!!h})+h},o=this.state.callingCode;return l(o?n?"".concat(o," ").concat(n):o:"".concat(this.state.getDigitsWithoutInternationalPrefix()))}return n}},{key:"getNonFormattedNationalNumberWithPrefix",value:function(){var n=this.state,r=n.nationalSignificantNumber,l=n.complexPrefixBeforeNationalSignificantNumber,o=n.nationalPrefix,u=r,h=l||o;return h&&(u=h+u),u}},{key:"getNonFormattedNumber",value:function(){var n=this.state.nationalSignificantNumberMatchesInput;return this.getFullNumber(n?this.getNonFormattedNationalNumberWithPrefix():this.state.getNationalDigits())}},{key:"getNonFormattedTemplate",value:function(){var n=this.getNonFormattedNumber();if(n)return n.replace(/[\+\d]/g,Ar)}},{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(Hb(this.isInternational()?this.state.callingCode:this.defaultCallingCode,{nationalNumber:this.state.nationalSignificantNumber,defaultCountry:this.defaultCountry,metadata:this.metadata}))}},{key:"getNumberValue",value:function(){var n=this.state,r=n.digits,l=n.callingCode,o=n.country,u=n.nationalSignificantNumber;if(r){if(this.isInternational())return l?"+"+l+u:"+"+r;if(o||l){var h=o?this.metadata.countryCallingCode():l;return"+"+h+u}}}},{key:"getNumber",value:function(){var n=this.state,r=n.nationalSignificantNumber,l=n.carrierCode,o=n.callingCode,u=this._getCountry();if(r&&!(!u&&!o)){if(u&&u===this.defaultCountry){var h=new dn(this.metadata.metadata);h.selectNumberingPlan(u);var m=h.numberingPlan.callingCode(),p=this.metadata.getCountryCodesForCallingCode(m);if(p.length>1){var g=_b(r,{countries:p,defaultCountry:this.defaultCountry,metadata:this.metadata.metadata});g&&(u=g)}}var x=new jb(u||o,r,this.metadata.metadata);return l&&(x.carrierCode=l),x}}},{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 S7(e){return new dn(e).getCountries()}function xB(e,t,n){return n||(n=t,t=void 0),new ls(t,n).input(e)}function Ib(e){var t=e.inputFormat,n=e.country,r=e.metadata;return t==="NATIONAL_PART_OF_INTERNATIONAL"?"+".concat(Wa(n,r)):""}function Th(e,t){return t&&(e=e.slice(t.length),e[0]===" "&&(e=e.slice(1))),e}function wB(e,t,n){if(!(n&&n.ignoreRest)){var r=function(o){if(n)switch(o){case"end":n.ignoreRest=!0;break}};return kb(e,t,r)}}function Bb(e){var t=e.onKeyDown,n=e.inputFormat;return w.useCallback(function(r){if(r.keyCode===EB&&n==="INTERNATIONAL"&&r.target instanceof HTMLInputElement&&bB(r.target)===CB.length){r.preventDefault();return}t&&t(r)},[t,n])}function bB(e){return e.selectionStart}var EB=8,CB="+",SB=["onKeyDown","country","inputFormat","metadata","international","withCountryCallingCode"];function Oh(){return Oh=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},Oh.apply(this,arguments)}function MB(e,t){if(e==null)return{};var n=$B(e,t),r,l;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(l=0;l<o.length;l++)r=o[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function $B(e,t){if(e==null)return{};var n={},r=Object.keys(e),l,o;for(o=0;o<r.length;o++)l=r[o],!(t.indexOf(l)>=0)&&(n[l]=e[l]);return n}function NB(e){function t(n,r){var l=n.onKeyDown,o=n.country,u=n.inputFormat,h=n.metadata,m=h===void 0?e:h;n.international,n.withCountryCallingCode;var p=MB(n,SB),g=w.useCallback(function(b){var E=new ls(o,m),S=Ib({inputFormat:u,country:o,metadata:m}),C=E.input(S+b),M=E.getTemplate();return S&&(C=Th(C,S),M&&(M=Th(M,S))),{text:C,template:M}},[o,m]),x=Bb({onKeyDown:l,inputFormat:u});return c.createElement(Nd,Oh({},p,{ref:r,parse:wB,format:g,onKeyDown:x}))}return t=c.forwardRef(t),t.propTypes={value:we.string.isRequired,onChange:we.func.isRequired,onKeyDown:we.func,country:we.string,inputFormat:we.oneOf(["INTERNATIONAL","NATIONAL_PART_OF_INTERNATIONAL","NATIONAL","INTERNATIONAL_OR_NATIONAL"]).isRequired,metadata:we.object},t}const zB=NB();var DB=["value","onChange","onKeyDown","country","inputFormat","metadata","inputComponent","international","withCountryCallingCode"];function Fh(){return Fh=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},Fh.apply(this,arguments)}function TB(e,t){if(e==null)return{};var n=OB(e,t),r,l;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(l=0;l<o.length;l++)r=o[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function OB(e,t){if(e==null)return{};var n={},r=Object.keys(e),l,o;for(o=0;o<r.length;o++)l=r[o],!(t.indexOf(l)>=0)&&(n[l]=e[l]);return n}function FB(e){function t(n,r){var l=n.value,o=n.onChange,u=n.onKeyDown,h=n.country,m=n.inputFormat,p=n.metadata,g=p===void 0?e:p,x=n.inputComponent,b=x===void 0?"input":x;n.international,n.withCountryCallingCode;var E=TB(n,DB),S=Ib({inputFormat:m,country:h,metadata:g}),C=w.useCallback(function($){var z=Mh($.target.value);if(z===l){var O=M7(S,z,h,g);O.indexOf($.target.value)===0&&(z=z.slice(0,-1))}o(z)},[S,l,o,h,g]),M=Bb({onKeyDown:u,inputFormat:m});return c.createElement(b,Fh({},E,{ref:r,value:M7(S,l,h,g),onChange:C,onKeyDown:M}))}return t=c.forwardRef(t),t.propTypes={value:we.string.isRequired,onChange:we.func.isRequired,onKeyDown:we.func,country:we.string,inputFormat:we.oneOf(["INTERNATIONAL","NATIONAL_PART_OF_INTERNATIONAL","NATIONAL","INTERNATIONAL_OR_NATIONAL"]).isRequired,metadata:we.object,inputComponent:we.elementType},t}const AB=FB();function M7(e,t,n,r){return Th(xB(e+t,n,r),e)}function jB(e){return $7(e[0])+$7(e[1])}function $7(e){return String.fromCodePoint(127397+e.toUpperCase().charCodeAt(0))}var RB=["value","onChange","options","disabled","readOnly"],kB=["value","options","className","iconComponent","getIconAspectRatio","arrowComponent","unicodeFlags"];function _B(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=HB(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.
|
|
176
176
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function HB(e,t){if(e){if(typeof e=="string")return N7(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 N7(e,t)}}function N7(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 Td(){return Td=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},Td.apply(this,arguments)}function Vb(e,t){if(e==null)return{};var n=LB(e,t),r,l;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(l=0;l<o.length;l++)r=o[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function LB(e,t){if(e==null)return{};var n={},r=Object.keys(e),l,o;for(o=0;o<r.length;o++)l=r[o],!(t.indexOf(l)>=0)&&(n[l]=e[l]);return n}function Ub(e){var t=e.value,n=e.onChange,r=e.options,l=e.disabled,o=e.readOnly,u=Vb(e,RB),h=w.useCallback(function(m){var p=m.target.value;n(p==="ZZ"?void 0:p)},[n]);return w.useMemo(function(){return Wb(r,t)},[r,t]),c.createElement("select",Td({},u,{disabled:l||o,readOnly:o,value:t||"ZZ",onChange:h}),r.map(function(m){var p=m.value,g=m.label,x=m.divider;return c.createElement("option",{key:x?"|":p||"ZZ",value:x?"|":p||"ZZ",disabled:!!x,style:x?PB:void 0},g)}))}Ub.propTypes={value:we.string,onChange:we.func.isRequired,options:we.arrayOf(we.shape({value:we.string,label:we.string,divider:we.bool})).isRequired,disabled:we.bool,readOnly:we.bool};var PB={fontSize:"1px",backgroundColor:"currentColor",color:"inherit"};function Gb(e){var t=e.value,n=e.options,r=e.className,l=e.iconComponent;e.getIconAspectRatio;var o=e.arrowComponent,u=o===void 0?IB:o,h=e.unicodeFlags,m=Vb(e,kB),p=w.useMemo(function(){return Wb(n,t)},[n,t]);return c.createElement("div",{className:"PhoneInputCountry"},c.createElement(Ub,Td({},m,{value:t,options:n,className:$d("PhoneInputCountrySelect",r)})),p&&(h&&t?c.createElement("div",{className:"PhoneInputCountryIconUnicode"},jB(t)):c.createElement(l,{"aria-hidden":!0,country:t,label:p.label,aspectRatio:h?1:void 0})),c.createElement(u,null))}Gb.propTypes={iconComponent:we.elementType,arrowComponent:we.elementType,unicodeFlags:we.bool};function IB(){return c.createElement("div",{className:"PhoneInputCountrySelectArrow"})}function Wb(e,t){for(var n=_B(e),r;!(r=n()).done;){var l=r.value;if(!l.divider&&BB(l.value,t))return l}}function BB(e,t){return e==null?t==null:e===t}var VB=["country","countryName","flags","flagUrl"];function Ah(){return Ah=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},Ah.apply(this,arguments)}function UB(e,t){if(e==null)return{};var n=GB(e,t),r,l;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(l=0;l<o.length;l++)r=o[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function GB(e,t){if(e==null)return{};var n={},r=Object.keys(e),l,o;for(o=0;o<r.length;o++)l=r[o],!(t.indexOf(l)>=0)&&(n[l]=e[l]);return n}function Jm(e){var t=e.country,n=e.countryName,r=e.flags,l=e.flagUrl,o=UB(e,VB);return r&&r[t]?r[t]({title:n}):c.createElement("img",Ah({},o,{alt:n,role:n?void 0:"presentation",src:l.replace("{XX}",t).replace("{xx}",t.toLowerCase())}))}Jm.propTypes={country:we.string.isRequired,countryName:we.string.isRequired,flags:we.objectOf(we.elementType),flagUrl:we.string.isRequired};var WB=["aspectRatio"],qB=["title"],YB=["title"];function Od(){return Od=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},Od.apply(this,arguments)}function e4(e,t){if(e==null)return{};var n=KB(e,t),r,l;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(l=0;l<o.length;l++)r=o[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function KB(e,t){if(e==null)return{};var n={},r=Object.keys(e),l,o;for(o=0;o<r.length;o++)l=r[o],!(t.indexOf(l)>=0)&&(n[l]=e[l]);return n}function w2(e){var t=e.aspectRatio,n=e4(e,WB);return t===1?c.createElement(Yb,n):c.createElement(qb,n)}w2.propTypes={title:we.string.isRequired,aspectRatio:we.number};function qb(e){var t=e.title,n=e4(e,qB);return c.createElement("svg",Od({},n,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 75 50"}),c.createElement("title",null,t),c.createElement("g",{className:"PhoneInputInternationalIconGlobe",stroke:"currentColor",fill:"none",strokeWidth:"2",strokeMiterlimit:"10"},c.createElement("path",{strokeLinecap:"round",d:"M47.2,36.1C48.1,36,49,36,50,36c7.4,0,14,1.7,18.5,4.3"}),c.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"}),c.createElement("line",{x1:"26",y1:"25",x2:"74",y2:"25"}),c.createElement("line",{x1:"50",y1:"1",x2:"50",y2:"49"}),c.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"}),c.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"})),c.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"}))}qb.propTypes={title:we.string.isRequired};function Yb(e){var t=e.title,n=e4(e,YB);return c.createElement("svg",Od({},n,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 50 50"}),c.createElement("title",null,t),c.createElement("g",{className:"PhoneInputInternationalIconGlobe",stroke:"currentColor",fill:"none",strokeWidth:"2",strokeLinecap:"round"},c.createElement("path",{d:"M8.45,13A21.44,21.44,0,1,1,37.08,41.56"}),c.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"}),c.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"}),c.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"}),c.createElement("line",{x1:"27.8",y1:"0.85",x2:"27.8",y2:"34.61"}),c.createElement("line",{x1:"15.2",y1:"22.23",x2:"49.15",y2:"22.23"})),c.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"}))}Yb.propTypes={title:we.string.isRequired};function ZB(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 Kb(e){ZB(e)||console.error("[react-phone-number-input] Expected the initial `value` to be a E.164 phone number. Got",e)}function XB(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=QB(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.
|
|
177
177
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function QB(e,t){if(e){if(typeof e=="string")return z7(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 z7(e,t)}}function z7(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 JB(e,t){if(!t)return e;for(var n=[],r=[],l=n,o=function(){var p=h.value;if(p==="|")l.push({divider:!0});else if(p==="..."||p==="…")l=r;else{var g;p==="🌐"?g=void 0:g=p;var x=e.indexOf(e.filter(function(E){return E.value===g})[0]),b=e[x];e.splice(x,1),l.push(b)}},u=XB(t),h;!(h=u()).done;)o();return n.concat(e).concat(r)}function eV(e,t){if(e&&(e=e.filter(function(n){switch(n){case"🌐":case"|":case"...":case"…":return!0;default:return b2(n,t)}}),e.length>0))return e}function b2(e,t){return Sb(e,t)?!0:(console.error("Country not found: ".concat(e)),!1)}function Zb(e,t){return e&&(e=e.filter(function(n){return b2(n,t)}),e.length===0&&(e=void 0)),e}var tV=["country","label","aspectRatio"];function jh(){return jh=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},jh.apply(this,arguments)}function nV(e,t){if(e==null)return{};var n=rV(e,t),r,l;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(l=0;l<o.length;l++)r=o[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function rV(e,t){if(e==null)return{};var n={},r=Object.keys(e),l,o;for(o=0;o<r.length;o++)l=r[o],!(t.indexOf(l)>=0)&&(n[l]=e[l]);return n}function Xb(e){var t=e.flags,n=e.flagUrl,r=e.flagComponent,l=e.internationalIcon;function o(u){var h=u.country,m=u.label,p=u.aspectRatio,g=nV(u,tV),x=l===w2?p:void 0;return c.createElement("div",jh({},g,{className:$d("PhoneInputCountryIcon",{"PhoneInputCountryIcon--square":x===1,"PhoneInputCountryIcon--border":h})}),h?c.createElement(r,{country:h,countryName:m,flags:t,flagUrl:n,className:"PhoneInputCountryIconImg"}):c.createElement(l,{title:m,aspectRatio:x,className:"PhoneInputCountryIconImg"}))}return o.propTypes={country:we.string,label:we.string.isRequired,aspectRatio:we.number},o}Xb({flagUrl:"https://purecatamphetamine.github.io/country-flag-icons/3x2/{XX}.svg",flagComponent:Jm,internationalIcon:w2});function aV(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=lV(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.
|
|
178
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function lV(e,t){if(e){if(typeof e=="string")return D7(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 D7(e,t)}}function D7(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 iV(e,t){for(var n=aV(e),r;!(r=n()).done;){var l=r.value;l&&oV(l,t)}}function oV(e,t){typeof e=="function"?e(t):e.current=t}var Qb=we.shape({country_calling_codes:we.object.isRequired,countries:we.object.isRequired}),Jb=we.objectOf(we.string);function Pa(e,t){var n="+"+Wa(e,t);return n}function sV(e){var t=e.value,n=e.phoneNumber,r=e.defaultCountry,l=e.getAnyCountry,o=e.countries,u=e.required,h=e.metadata,m;return n&&n.country?m=n.country:r&&(!t||No(t,r,h))&&(m=r),o&&o.indexOf(m)<0&&(m=void 0),!m&&u&&o&&o.length>0&&(m=l()),m}function cV(e){var t=e.countries,n=e.countryNames,r=e.addInternationalOption,l=e.compareStringsLocales,o=e.compareStrings;o||(o=vV);var u=t.map(function(h){return{value:h,label:n[h]||h}});return u.sort(function(h,m){return o(h.label,m.label,l)}),r&&u.unshift({label:n.ZZ}),u}function eE(e,t){return tI(e||"",t)}function uV(e){return e.formatNational().replace(/\D/g,"")}function dV(e,t){var n=t.prevCountry,r=t.newCountry,l=t.metadata,o=t.useNationalFormat;if(n===r)return e;if(!e)return o?"":r?Pa(r,l):"";if(r){if(e[0]==="+"){if(o)return e.indexOf("+"+Wa(r,l))===0?gV(e,r,l):"";if(n){var u=Pa(r,l);return e.indexOf(u)===0?e:u}else{var h=Pa(r,l);return e.indexOf(h)===0?e:h}}}else if(e[0]!=="+")return bo(e,n,l)||"";return e}function bo(e,t,n){if(e){if(e[0]==="+"){if(e==="+")return;var r=new ls(t,n);return r.input(e),r.getNumberValue()}if(t){var l=nE(e,t,n);return"+".concat(Wa(t,n)).concat(l||"")}}}function fV(e,t,n){var r=nE(e,t,n);if(r){var l=r.length-hV(t,n);if(l>0)return e.slice(0,e.length-l)}return e}function hV(e,t){return t=new dn(t),t.selectNumberingPlan(e),t.numberingPlan.possibleLengths()[t.numberingPlan.possibleLengths().length-1]}function tE(e,t){var n=t.country,r=t.countries,l=t.defaultCountry,o=t.latestCountrySelectedByUser,u=t.required,h=t.metadata;if(e==="+")return n;var m=pV(e,h);if(m)return!r||r.indexOf(m)>=0?m:void 0;if(n){if(No(e,n,h)){if(o&&No(e,o,h))return o;if(l&&No(e,l,h))return l;if(!u)return}else if(!u)return}return n}function mV(e,t){var n=t.prevPhoneDigits,r=t.country,l=t.defaultCountry,o=t.latestCountrySelectedByUser,u=t.countryRequired,h=t.getAnyCountry,m=t.countries,p=t.international,g=t.limitMaxLength,x=t.countryCallingCodeEditable,b=t.metadata;if(p&&x===!1&&r){var E=Pa(r,b);if(e.indexOf(E)!==0){var S,C=e&&e[0]!=="+";return C?(e=E+e,S=bo(e,r,b)):e=E,{phoneDigits:e,value:S,country:r}}}p===!1&&r&&e&&e[0]==="+"&&(e=T7(e,r,b)),e&&r&&g&&(e=fV(e,r,b)),e&&e[0]!=="+"&&(!r||p)&&(e="+"+e),!e&&n&&n[0]==="+"&&(p?r=void 0:r=l),e==="+"&&n&&n[0]==="+"&&n.length>1&&(r=void 0);var M;return e&&(e[0]==="+"&&(e==="+"||r&&Pa(r,b).indexOf(e)===0)?M=void 0:M=bo(e,r,b)),M&&(r=tE(M,{country:r,countries:m,defaultCountry:l,latestCountrySelectedByUser:o,required:!1,metadata:b}),p===!1&&r&&e&&e[0]==="+"&&(e=T7(e,r,b),M=bo(e,r,b))),!r&&u&&(r=l||h()),{phoneDigits:e,country:r,value:M}}function T7(e,t,n){if(e.indexOf(Pa(t,n))===0){var r=new ls(t,n);r.input(e);var l=r.getNumber();return l?l.formatNational().replace(/\D/g,""):""}else return e.replace(/\D/g,"")}function pV(e,t){var n=new ls(null,t);return n.input(e),n.getCountry()}function vV(e,t,n){return String.prototype.localeCompare?e.localeCompare(t,n):e<t?-1:e>t?1:0}function gV(e,t,n){if(t){var r="+"+Wa(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 l=0,o=Object.keys(n.country_calling_codes);l<o.length;l++){var u=o[l];if(e.indexOf(u)===1)return e.slice(1+u.length)}return""}function nE(e,t,n){var r=new ls(t,n);r.input(e);var l=r.getNumber();return l&&l.nationalNumber}function No(e,t,n){for(var r=Pa(t,n),l=0;l<e.length&&l<r.length;){if(e[l]!==r[l])return!1;l++}return!0}function rE(e){var t=e.value,n=e.phoneNumber,r=e.defaultCountry,l=e.international,o=e.useNationalFormat,u=e.metadata;return(l===!1||o)&&n&&n.country?uV(n):!t&&l&&r?Pa(r,u):t}function Uc(e){"@babel/helpers - typeof";return Uc=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},Uc(e)}function O7(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),n.push.apply(n,r)}return n}function B1(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?O7(Object(n),!0).forEach(function(r){yV(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):O7(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function yV(e,t,n){return t=xV(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function xV(e){var t=wV(e,"string");return Uc(t)=="symbol"?t:t+""}function wV(e,t){if(Uc(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Uc(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function bV(e,t,n){var r=e.metadata,l=e.countries,o=e.defaultCountry,u=e.value,h=e.reset,m=e.international,p=e.displayInitialValueAsLocalNumber,g=e.initialValueFormat,x=t.defaultCountry,b=t.value,E=t.reset;n.country;var S=n.value,C=n.hasUserSelectedACountry,M=n.latestCountrySelectedByUser,$=function(fe){return rE(B1(B1({},fe),{},{international:m,useNationalFormat:p||g==="national",metadata:r}))};if(h!==E)return{phoneDigits:$({value:void 0,defaultCountry:o}),value:void 0,country:o,latestCountrySelectedByUser:void 0,hasUserSelectedACountry:void 0};if(o!==x){var z=!o||b2(o,r),O=!S||m&&S===$({value:void 0,defaultCountry:x}),L=!u&&O;if(!C&&z&&L)return{country:o,phoneDigits:$({value:void 0,defaultCountry:o}),value:void 0}}if(!F7(u,b)&&!F7(u,S)){var F,D;if(u){u&&Kb(u),F=eE(u,r);var A=Zb(l,r);F&&F.country?(!A||A.indexOf(F.country)>=0)&&(D=F.country):(D=tE(u,{country:void 0,countries:A,metadata:r}),D||o&&u.indexOf(Pa(o,r))===0&&(D=o))}var R;if(u){if(M){var Q=D?M===D:No(u,M,r);Q?D||(D=M):R={latestCountrySelectedByUser:void 0}}}else R={latestCountrySelectedByUser:void 0,hasUserSelectedACountry:void 0};return B1(B1({},R),{},{phoneDigits:$({phoneNumber:F,value:u,defaultCountry:o}),value:u,country:u?D:o})}}function F7(e,t){return e===null&&(e=void 0),t===null&&(t=void 0),e===t}var EV=["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 Lo(e){"@babel/helpers - typeof";return Lo=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},Lo(e)}function A7(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),n.push.apply(n,r)}return n}function aE(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?A7(Object(n),!0).forEach(function(r){Or(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):A7(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function zo(){return zo=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},zo.apply(this,arguments)}function CV(e,t){if(e==null)return{};var n=SV(e,t),r,l;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(l=0;l<o.length;l++)r=o[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function SV(e,t){if(e==null)return{};var n={},r=Object.keys(e),l,o;for(o=0;o<r.length;o++)l=r[o],!(t.indexOf(l)>=0)&&(n[l]=e[l]);return n}function MV(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function j7(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,iE(r.key),r)}}function $V(e,t,n){return t&&j7(e.prototype,t),n&&j7(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function NV(e,t,n){return t=Fd(t),zV(e,lE()?Reflect.construct(t,n||[],Fd(e).constructor):t.apply(e,n))}function zV(e,t){if(t&&(Lo(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return DV(e)}function DV(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function lE(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(lE=function(){return!!e})()}function Fd(e){return Fd=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(n){return n.__proto__||Object.getPrototypeOf(n)},Fd(e)}function TV(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&&Rh(e,t)}function Rh(e,t){return Rh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,l){return r.__proto__=l,r},Rh(e,t)}function Or(e,t,n){return t=iE(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function iE(e){var t=OV(e,"string");return Lo(t)=="symbol"?t:t+""}function OV(e,t){if(Lo(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Lo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var FV=(function(e){function t(n){var r;MV(this,t),r=NV(this,t,[n]),Or(r,"setInputRef",function(M){iV([r.props.inputRef,r.inputRef],M)}),Or(r,"isCountrySupportedWithError",function(M){var $=r.props.metadata;return b2(M,$)}),Or(r,"onCountryChange",function(M){var $=r.props,z=$.international,O=$.metadata,L=$.onChange,F=$.focusInputOnCountrySelection,D=r.state,A=D.phoneDigits,R=D.country,Q=dV(A,{prevCountry:R,newCountry:M,metadata:O,useNationalFormat:!z}),le=bo(Q,M,O);F&&r.inputRef.current.focus(),r.setState({country:M,latestCountrySelectedByUser:M,hasUserSelectedACountry:!0,phoneDigits:Q,value:le},function(){L(le)})}),Or(r,"onChange",function(M){var $=r.props,z=$.defaultCountry,O=$.onChange,L=$.addInternationalOption,F=$.international,D=$.limitMaxLength,A=$.countryCallingCodeEditable,R=$.metadata,Q=r.state,le=Q.countries,fe=Q.phoneDigits,ye=Q.country,ve=Q.latestCountrySelectedByUser,se=mV(M,{prevPhoneDigits:fe,country:ye,countryRequired:!L,defaultCountry:z,latestCountrySelectedByUser:ve,getAnyCountry:function(){return r.getFirstSupportedCountry({countries:le})},countries:le,international:F,limitMaxLength:D,countryCallingCodeEditable:A,metadata:R}),ge=se.phoneDigits,k=se.country,W=se.value,V={phoneDigits:ge,value:W,country:k};ve&&W&&!No(W,ve,R)&&(V.latestCountrySelectedByUser=void 0),A===!1&&!W&&ge===r.state.phoneDigits&&(V.forceRerender={}),r.setState(V,function(){return O(W)})}),Or(r,"_onFocus",function(){return r.setState({isFocused:!0})}),Or(r,"_onBlur",function(){return r.setState({isFocused:!1})}),Or(r,"onFocus",function(M){r._onFocus();var $=r.props.onFocus;$&&$(M)}),Or(r,"onBlur",function(M){var $=r.props.onBlur;r._onBlur(),$&&$(M)}),Or(r,"onCountryFocus",function(M){r._onFocus();var $=r.props.countrySelectProps;if($){var z=$.onFocus;z&&z(M)}}),Or(r,"onCountryBlur",function(M){r._onBlur();var $=r.props.countrySelectProps;if($){var z=$.onBlur;z&&z(M)}}),r.inputRef=c.createRef();var l=r.props,o=l.value;l.labels;var u=l.international,h=l.addInternationalOption,m=l.displayInitialValueAsLocalNumber,p=l.initialValueFormat,g=l.metadata,x=r.props,b=x.defaultCountry,E=x.countries;b&&(r.isCountrySupportedWithError(b)||(b=void 0)),o&&Kb(o),E=Zb(E,g);var S=eE(o,g);r.CountryIcon=Xb(r.props);var C=sV({value:o,phoneNumber:S,defaultCountry:b,required:!h,countries:E||S7(g),getAnyCountry:function(){return r.getFirstSupportedCountry({countries:E})},metadata:g});return r.state={props:r.props,country:C,countries:E,phoneDigits:rE({value:o,phoneNumber:S,defaultCountry:b,international:u,useNationalFormat:m||p==="national",metadata:g}),value:o},r}return TV(t,e),$V(t,[{key:"componentDidMount",value:function(){var r=this.props.onCountryChange,l=this.props.defaultCountry,o=this.state.country;r&&(l&&(this.isCountrySupportedWithError(l)||(l=void 0)),o!==l&&r(o))}},{key:"componentDidUpdate",value:function(r,l){var o=this.props.onCountryChange,u=this.state.country;o&&u!==l.country&&o(u)}},{key:"getCountrySelectOptions",value:function(r){var l=r.countries,o=this.props,u=o.international,h=o.countryCallingCodeEditable,m=o.countryOptionsOrder,p=o.addInternationalOption,g=o.labels,x=o.locales,b=o.metadata;return this.useMemoCountrySelectOptions(function(){return JB(cV({countries:l||S7(b),countryNames:g,addInternationalOption:u&&h===!1?!1:p,compareStringsLocales:x}),eV(m,b))},[l,m,p,g,b])}},{key:"useMemoCountrySelectOptions",value:function(r,l){return(!this.countrySelectOptionsMemoDependencies||!jV(l,this.countrySelectOptionsMemoDependencies))&&(this.countrySelectOptionsMemo=r(),this.countrySelectOptionsMemoDependencies=l),this.countrySelectOptionsMemo}},{key:"getFirstSupportedCountry",value:function(r){var l=r.countries,o=this.getCountrySelectOptions({countries:l});return o[0].value}},{key:"render",value:function(){var r=this.props,l=r.name,o=r.disabled,u=r.readOnly,h=r.autoComplete,m=r.style,p=r.className;r.inputRef;var g=r.inputComponent,x=r.numberInputProps,b=r.smartCaret,E=r.countrySelectComponent,S=r.countrySelectProps,C=r.containerComponent,M=r.containerComponentProps;r.defaultCountry,r.countries,r.countryOptionsOrder;var $=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 z=r.metadata,O=r.international;r.locales;var L=CV(r,EV),F=this.state,D=F.country,A=F.countries,R=F.phoneDigits,Q=F.isFocused,le=b?zB:AB,fe=this.getCountrySelectOptions({countries:A});return c.createElement(C,zo({style:m,className:$d(p,"PhoneInput",{"PhoneInput--focus":Q,"PhoneInput--disabled":o,"PhoneInput--readOnly":u})},M),c.createElement(E,zo({name:l?"".concat(l,"Country"):void 0,"aria-label":$.country},S,{value:D,options:fe,onChange:this.onCountryChange,onFocus:this.onCountryFocus,onBlur:this.onCountryBlur,disabled:o||S&&S.disabled,readOnly:u||S&&S.readOnly,iconComponent:this.CountryIcon})),c.createElement(le,zo({ref:this.setInputRef,type:"tel",autoComplete:h},x,L,{inputFormat:O===!0?"INTERNATIONAL":O===!1?"NATIONAL":"INTERNATIONAL_OR_NATIONAL",international:O?!0:void 0,withCountryCallingCode:O?!0:void 0,name:l,metadata:z,country:D,value:R||"",onChange:this.onChange,onFocus:this.onFocus,onBlur:this.onBlur,disabled:o,readOnly:u,inputComponent:g,className:$d("PhoneInputInput",x&&x.className,L.className)})))}}],[{key:"getDerivedStateFromProps",value:function(r,l){return aE({props:r},bV(r,l.props,l))}}])})(c.PureComponent),oE=c.forwardRef(function(e,t){return c.createElement(FV,zo({},AV(e),{inputRef:t}))});oE.propTypes={value:we.string,onChange:we.func.isRequired,onFocus:we.func,onBlur:we.func,disabled:we.bool,readOnly:we.bool,autoComplete:we.string,initialValueFormat:we.oneOf(["national"]),displayInitialValueAsLocalNumber:we.bool,defaultCountry:we.string,countries:we.arrayOf(we.string),labels:Jb,locales:we.oneOfType([we.string,we.arrayOf(we.string)]),flagUrl:we.string,flags:we.objectOf(we.elementType),flagComponent:we.elementType,addInternationalOption:we.bool,internationalIcon:we.elementType,countryOptionsOrder:we.arrayOf(we.string),style:we.object,className:we.string,countrySelectComponent:we.elementType,countrySelectProps:we.object,inputComponent:we.elementType,numberInputProps:we.object,containerComponent:we.elementType,containerComponentProps:we.object,smartCaret:we.bool,international:we.bool,limitMaxLength:we.bool,countryCallingCodeEditable:we.bool,metadata:Qb,onCountryChange:we.func,focusInputOnCountrySelection:we.bool};var R7={autoComplete:"tel",countrySelectComponent:Gb,flagComponent:Jm,flagUrl:"https://purecatamphetamine.github.io/country-flag-icons/3x2/{XX}.svg",internationalIcon:w2,inputComponent:"input",containerComponent:"div",reset:we.any,smartCaret:!0,addInternationalOption:!0,countryCallingCodeEditable:!0,focusInputOnCountrySelection:!0};function AV(e){e=aE({},e);for(var t in R7)e[t]===void 0&&(e[t]=R7[t]);return e}function jV(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 RV={ext:"ext.",country:"Phone number country",phone:"Phone",AB:"Abkhazia",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",OS:"South Ossetia",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",XK:"Kosovo",YE:"Yemen",YT:"Mayotte",ZA:"South Africa",ZM:"Zambia",ZW:"Zimbabwe",ZZ:"International"};var kV=["metadata","labels"];function kh(){return kh=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},kh.apply(this,arguments)}function _V(e,t){if(e==null)return{};var n=HV(e,t),r,l;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(l=0;l<o.length;l++)r=o[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function HV(e,t){if(e==null)return{};var n={},r=Object.keys(e),l,o;for(o=0;o<r.length;o++)l=r[o],!(t.indexOf(l)>=0)&&(n[l]=e[l]);return n}function sE(e){var t=c.forwardRef(function(n,r){var l=n.metadata,o=l===void 0?e:l,u=n.labels,h=u===void 0?RV:u,m=_V(n,kV);return c.createElement(oE,kh({},m,{ref:r,metadata:o,labels:h}))});return t.propTypes={metadata:Qb,labels:Jb},t}sE();function LV(e,t){var n=Array.prototype.slice.call(t);return n.push(bb),e.apply(this,n)}const PV=sE(bb);function k7(){return LV(Wa,arguments)}var IV=["title"],BV=["title"],VV=["title"],UV=["title"],GV=["title"],WV=["title"],qV=["title"],YV=["title"],KV=["title"],ZV=["title"],XV=["title"],QV=["title"],JV=["title"],eU=["title"],tU=["title"],nU=["title"],rU=["title"],aU=["title"],lU=["title"],iU=["title"],oU=["title"],sU=["title"],cU=["title"],uU=["title"],dU=["title"],fU=["title"],hU=["title"],mU=["title"],pU=["title"],vU=["title"],gU=["title"],yU=["title"],xU=["title"],wU=["title"],bU=["title"],EU=["title"],CU=["title"],SU=["title"],MU=["title"],$U=["title"],NU=["title"],zU=["title"],DU=["title"],TU=["title"],OU=["title"],FU=["title"],AU=["title"],jU=["title"],RU=["title"],kU=["title"],_U=["title"],HU=["title"],LU=["title"],PU=["title"],IU=["title"],BU=["title"],VU=["title"],UU=["title"],GU=["title"],WU=["title"],qU=["title"],YU=["title"],KU=["title"],ZU=["title"],XU=["title"],QU=["title"],JU=["title"],eG=["title"],tG=["title"],nG=["title"],rG=["title"],aG=["title"],lG=["title"],iG=["title"],oG=["title"],sG=["title"],cG=["title"],uG=["title"],dG=["title"],fG=["title"],hG=["title"],mG=["title"],pG=["title"],vG=["title"],gG=["title"],yG=["title"],xG=["title"],wG=["title"],bG=["title"],EG=["title"],CG=["title"],SG=["title"],MG=["title"],$G=["title"],NG=["title"],zG=["title"],DG=["title"],TG=["title"],OG=["title"],FG=["title"],AG=["title"],jG=["title"],RG=["title"],kG=["title"],_G=["title"],HG=["title"],LG=["title"],PG=["title"],IG=["title"],BG=["title"],VG=["title"],UG=["title"],GG=["title"],WG=["title"],qG=["title"],YG=["title"],KG=["title"],ZG=["title"],XG=["title"],QG=["title"],JG=["title"],eW=["title"],tW=["title"],nW=["title"],rW=["title"],aW=["title"],lW=["title"],iW=["title"],oW=["title"],sW=["title"],cW=["title"],uW=["title"],dW=["title"],fW=["title"],hW=["title"],mW=["title"],pW=["title"],vW=["title"],gW=["title"],yW=["title"],xW=["title"],wW=["title"],bW=["title"],EW=["title"],CW=["title"],SW=["title"],MW=["title"],$W=["title"],NW=["title"],zW=["title"],DW=["title"],TW=["title"],OW=["title"],FW=["title"],AW=["title"],jW=["title"],RW=["title"],kW=["title"],_W=["title"],HW=["title"],LW=["title"],PW=["title"],IW=["title"],BW=["title"],VW=["title"],UW=["title"],GW=["title"],WW=["title"],qW=["title"],YW=["title"],KW=["title"],ZW=["title"],XW=["title"],QW=["title"],JW=["title"],eq=["title"],tq=["title"],nq=["title"],rq=["title"],aq=["title"],lq=["title"],iq=["title"],oq=["title"],sq=["title"],cq=["title"],uq=["title"],dq=["title"],fq=["title"],hq=["title"],mq=["title"],pq=["title"],vq=["title"],gq=["title"],yq=["title"],xq=["title"],wq=["title"],bq=["title"],Eq=["title"],Cq=["title"],Sq=["title"],Mq=["title"],$q=["title"],Nq=["title"],zq=["title"],Dq=["title"],Tq=["title"],Oq=["title"],Fq=["title"],Aq=["title"],jq=["title"],Rq=["title"],kq=["title"],_q=["title"],Hq=["title"],Lq=["title"],Pq=["title"],Iq=["title"],Bq=["title"],Vq=["title"],Uq=["title"],Gq=["title"],Wq=["title"],qq=["title"],Yq=["title"],Kq=["title"],Zq=["title"],Xq=["title"],Qq=["title"],Jq=["title"],eY=["title"],tY=["title"],nY=["title"],rY=["title"],aY=["title"],lY=["title"],iY=["title"],oY=["title"],sY=["title"],cY=["title"],uY=["title"],dY=["title"],fY=["title"],hY=["title"],mY=["title"],pY=["title"],vY=["title"],gY=["title"],yY=["title"],xY=["title"],wY=["title"],bY=["title"],EY=["title"],CY=["title"],SY=["title"];function _(){return _=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},_.apply(this,arguments)}function H(e,t){if(e==null)return{};var n=MY(e,t),r,l;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(l=0;l<o.length;l++)r=o[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function MY(e,t){if(e==null)return{};var n={},r=Object.keys(e),l,o;for(o=0;o<r.length;o++)l=r[o],!(t.indexOf(l)>=0)&&(n[l]=e[l]);return n}var $Y=function(t){var n=t.title,r=H(t,IV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("path",{fill:"#29DBFF",d:"M439.6 197.7c-2.8 34.9-12.4 67.4-57 85-44.4-17.6-54.5-51.2-56.9-84.9"}),c.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"}),c.createElement("path",{fill:"#29DBFF",d:"M434.2 230.3c-5.7 17.7-19.3 39.4-51.3 52.8-32-12.6-45.2-33.8-51.4-53"}),c.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"}),c.createElement("path",{fill:"#29DBFF",d:"M412.4 265.1c-8.1 7.2-12 11.2-29.6 17.9-20.1-7.9-22.6-11.6-29.2-17.5"}),c.createElement("path",{fill:"#5CC85C",d:"M383.3 231.6c-.2-.2-27.9 35.7-27.9 35.7-1.8-1.3-10-9.5-13.3-15l41.3-50.1 40.2 49.7c-3.9 6.5-11.4 13.6-13.2 15M382.6 85.3l-26.5 45h53z"}),c.createElement("ellipse",{transform:"rotate(-82.3 291.431 225.686)",fill:"#F7A226",cx:291.4,cy:225.7,rx:48.7,ry:15.7}),c.createElement("ellipse",{transform:"rotate(-68.099 303.087 164.67)",fill:"#DDC7AB",cx:303.1,cy:164.7,rx:11.7,ry:7.2}),c.createElement("ellipse",{transform:"rotate(-81.738 291.697 271.697)",fill:"#DDC7AB",cx:291.7,cy:271.7,rx:11.4,ry:3.3}),c.createElement("ellipse",{transform:"matrix(.9986 -.05353 .05353 .9986 -13.992 16.424)",fill:"#DDC7AB",cx:299.6,cy:269.4,rx:3.3,ry:11}),c.createElement("ellipse",{transform:"rotate(-21.518 314.54 201.06)",fill:"#DDC7AB",cx:314.5,cy:201.1,rx:4.1,ry:13.7}),c.createElement("ellipse",{transform:"rotate(-21.518 317.511 178.077)",fill:"#DDC7AB",cx:317.5,cy:178.1,rx:13.7,ry:4.1}),c.createElement("ellipse",{transform:"rotate(-7.7 473.781 225.857)",fill:"#F7A226",cx:473.6,cy:225.9,rx:15.7,ry:48.7}),c.createElement("ellipse",{transform:"rotate(-21.901 462.057 164.866)",fill:"#DDC7AB",cx:462,cy:164.9,rx:7.2,ry:11.7}),c.createElement("ellipse",{transform:"rotate(-8.27 473.27 271.908)",fill:"#DDC7AB",cx:473.4,cy:271.9,rx:3.3,ry:11.4}),c.createElement("ellipse",{transform:"matrix(.05353 -.9986 .9986 .05353 171.34 719.998)",fill:"#DDC7AB",cx:465.5,cy:269.6,rx:11,ry:3.3}),c.createElement("ellipse",{transform:"rotate(-68.482 450.552 201.247)",fill:"#DDC7AB",cx:450.6,cy:201.2,rx:13.7,ry:4.1}),c.createElement("ellipse",{transform:"rotate(-68.482 447.58 178.265)",fill:"#DDC7AB",cx:447.6,cy:178.3,rx:4.1,ry:13.7}),c.createElement("path",{fill:"#B0C6CC",d:"M373.3 130.3 356.1 155l17.8 26.1H396l4.7-25.4-5.4-25.4z"}),c.createElement("path",{fill:"#FFF",d:"M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z"}),c.createElement("path",{fill:"#D80027",d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}),c.createElement("path",{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}),c.createElement("path",{fill:"#D80027",d:"M0 170.7v-11l62.5-42.3h22.6L7.3 170.7zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zm-7.3 170.6-77.8-53.3h22.6l62.5 42.3v11z"}))},NY=function(t){var n=t.title,r=H(t,BV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342zM198.9 113.6H256v64.8h-57.1z"}),c.createElement("path",{d:"M267.6 113.6v64.7m16.6-64.7v64.7m16.6-64.7v64.7",stroke:"#D80027",strokeWidth:7}),c.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}),c.createElement("path",{fill:"#FFDA44",d:"m199.9 146 27.6-32.4 28.5 32.3-28.1 32.4z"}),c.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"}),c.createElement("path",{fill:"#D80027",d:"M264.4 188.9h29.5v8.6h-29.5zm0 17.6h29.5v8.6h-29.5z"}))},zY=function(t){var n=t.title,r=H(t,VV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#009e49",d:"M0 0h513v114H0z"}),c.createElement("path",{d:"M0 228h513v114H0z"}),c.createElement("path",{fill:"#ce1126",d:"M0 0h171v342H0z"}))},DY=function(t){var n=t.title,r=H(t,UV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#DB3E00",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#479900",d:"M331 0h182v342H331z"}),c.createElement("path",{d:"M0 0h181.8v342H0z"}),c.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"}),c.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"}))},TY=function(t){var n=t.title,r=H(t,GV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 0h513v342H0z"}),c.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"}),c.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"}),c.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"}),c.createElement("g",{fill:"#ce1126"},c.createElement("path",{d:"M256.5 342 0 0v342z"}),c.createElement("path",{d:"M513 342V0L256 342z"})))},OY=function(t){var n=t.title,r=H(t,WV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#00318b",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("path",{fill:"#8DCCFF",d:"M310.23 260.98C332.65 296.96 384 309 384 309s51.35-12.04 73.77-48.02H310.23z"}),c.createElement("path",{fill:"#D87B00",d:"M396.66 172.21c.32 1.42 8.72 10.17 17.56 20.15 1.39 1.57-8.74 12.63-6.91 12.59 4.75-.12 19.27-17.26 19.34 6.65.05 15.94-30 27.51-30 27.51h17.47l.65 14.96s4.97-13.34 7.59-16.57c8.1-9.97 20.18-30.07 34.59-27.1 14.41 2.97-13.66-13.92-13.66-13.92s-5.2-15.19-16.63-16.97c-10.06-1.57-14.29-2.51-26.64-7.3-1.68-.65-3.88-2.32-3.36 0z"}),c.createElement("path",{fill:"#D87B00",d:"M359.69 198.69c1.07-.99 4.46-12.63 8.69-25.28.67-1.99 15.31 1.27 14.35-.3-2.47-4.06-24.58-8.08-3.9-20.08 13.79-8 38.82 12.27 38.82 12.27l-8.72-15.14 12.64-8.03s-14.05 2.35-18.14 1.69c-12.68-2.04-36.13-2.48-40.75-16.45-4.62-13.97-5.25 18.79-5.25 18.79s-10.56 12.08-6.4 22.88c3.66 9.5 4.96 13.64 6.97 26.73.29 1.79-.06 4.53 1.69 2.92z"}),c.createElement("path",{fill:"#D87B00",d:"M395.67 219.87c-1.39-.43-13.16 2.49-26.22 5.18-2.06.42-6.59-13.88-7.47-12.26-2.27 4.17 5.36 25.31-15.41 13.45-13.84-7.91-8.89-39.73-8.89-39.73l-8.71 15.14-13.29-6.9s9.09 10.96 10.57 14.84c4.6 11.99 16 32.49 6.24 43.49-9.76 11.01 18.88-4.9 18.88-4.9s15.76 3.07 23-5.96c6.38-7.94 9.3-11.14 19.61-19.45 1.43-1.12 3.97-2.19 1.69-2.9z"}),c.createElement("path",{fill:"#FFF",d:"M256.5 0h-23.1L160 48.9V0H96v48.9L22.6 0H0v22.7l46.1 30.7H0v64h46.1L0 148.1V171h22.6L96 121.8V171h64v-49.2l73.4 49.2h23.1v-22.9l-46.6-30.7h46.6v-64h-46.6l46.6-30.7z"}),c.createElement("path",{fill:"#D80027",d:"M144 0h-32v69.4H0v32h112V171h32v-69.6h112.5v-32H144z"}),c.createElement("path",{fill:"#D80027",d:"M0 171v-11.3l62.5-42.3h22.6L7.3 171zM7.3.1l77.8 53.2H62.5L0 11.1V.1zm249.2 0v11l-63 42.3h-22.6L248.7.1zM248.7 171l-77.8-53.6h22.6l63 42.3V171z"}))},FY=function(t){var n=t.title,r=H(t,qV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#ED2024",d:"M0 0h90v60H0z"}),c.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"}),c.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"}))},AY=function(t){var n=t.title,r=H(t,YV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#FF9811",d:"M0 228h513v114H0z"}))},jY=function(t){var n=t.title,r=H(t,KV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 171h513v171H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v171H0z"}),c.createElement("g",{fill:"#FFDA44"},c.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"}),c.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"}),c.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"}),c.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"})))},RY=function(t){var n=t.title,r=H(t,ZV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 744 496"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#3A7DCE",d:"M0 0h744v496H0V0z"}),c.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"}))},kY=function(t){var n=t.title,r=H(t,XV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h512v342H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 0h512v114H0zm0 228h512v114H0z"}),c.createElement("circle",{fill:"#FFDA44",stroke:"#d6ab00",strokeWidth:5,cx:256.5,cy:171,r:40}))},_Y=function(t){var n=t.title,r=H(t,QV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#10338c",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M513 33 95.3 171 513 310.76V342L0 171 513 0z"}),c.createElement("path",{fill:"#FFF",d:"M513 287.18v24.58L81.72 171 513 30v24.16"}),c.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"}),c.createElement("path",{fill:"#EFC100",stroke:"#231F20",strokeMiterlimit:10,d:"m317.89 238.41-22.24-11.11 22.24-11.11h144.46v22.22z"}))},HY=function(t){var n=t.title,r=H(t,JV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 114h513v114H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0zm0 228h513v114H0z"}))},LY=function(t){var n=t.title,r=H(t,eU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#10338c",d:"M0 0h513v342H0z"}),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M222.2 170.7c.3-.3.5-.6.8-.9-.2.3-.5.6-.8.9zM188 212.6l11 22.9 24.7-5.7-11 22.8 19.9 15.8-24.8 5.6.1 25.4-19.9-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.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"}),c.createElement("path",{d:"M254.8 0v30.6l-45.1 25.1h45.1V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9H99v-48.6l-87.4 48.6H-1.2v-30.6L44 115H-1.2V55.7h59.1L-1.2 22.8V0h26.7L99 40.8V0h55.6v48.6L242.1 0z"})),c.createElement("path",{fill:"#D80027",d:"M142.8 0h-32v69.3h-112v32h112v69.4h32v-69.4h112v-32h-112z"}),c.createElement("path",{fill:"#0052B4",d:"m154.6 115 100.2 55.7v-15.8L183 115z"}),c.createElement("path",{fill:"#FFF",d:"m154.6 115 100.2 55.7v-15.8L183 115z"}),c.createElement("path",{d:"m154.6 115 100.2 55.7v-15.8L183 115zm-83.9 0-71.9 39.9v15.8L99 115z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M99 55.7-1.2 0v15.7l71.9 40z"}),c.createElement("path",{fill:"#FFF",d:"M99 55.7-1.2 0v15.7l71.9 40z"}),c.createElement("path",{d:"M99 55.7-1.2 0v15.7l71.9 40zm84 0 71.8-40V0L154.6 55.7z",fill:"#D80027"}))},PY=function(t){var n=t.title,r=H(t,tU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 363 242"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 0h363v242H0z"}),c.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"}),c.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"}),c.createElement("path",{d:"M0 152.2h363v15.7H0zm0 31.4h363v15.7H0z",fill:"#FFDA44"}))},IY=function(t){var n=t.title,r=H(t,nU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M513 210.9H202.2V342h-79.8V210.9H0v-79.8h122.4V0h79.8v131.1H513v61.2z"}),c.createElement("path",{fill:"#D80027",d:"M513 149.7v42.6H183.7V342H141V192.3H0v-42.6h141V0h42.7v149.7z"}))},BY=function(t){var n=t.title,r=H(t,rU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#ef3340",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#00b5e2",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#509e2f",d:"M0 228h513v114H0z"}),c.createElement("g",{fill:"#FFF"},c.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"}),c.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"})))},VY=function(t){var n=t.title,r=H(t,aU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#10338C",d:"M0 0h513.1v342H0z"}),c.createElement("path",{fill:"#F6C500",d:"M99.9 0h342v342"}),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M19.9 21.1 40.3 6.2 60.9 21 54 0H26.7z"}),c.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"}),c.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"}),c.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"}),c.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"}),c.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"}),c.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"}),c.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"}),c.createElement("path",{d:"m387 303.5-7.9 24.1-25.3.1 19.8 14.3h26.6l19.9-14.4h-25.3z"})))},UY=function(t){var n=t.title,r=H(t,lU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#ffc726",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342z",fill:"#00267f"}),c.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"}))},GY=function(t){var n=t.title,r=H(t,iU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#2d6e41",d:"M0 85.331h513v342H0z"}),c.createElement("circle",{fill:"#F40B32",cx:218.902,cy:256.5,r:115}))},WY=function(t){var n=t.title,r=H(t,oU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#fdda25",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#ef3340",d:"M342 0h171v342H342z"}))},qY=function(t){var n=t.title,r=H(t,sU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#3d944f",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#ef2b2d",d:"M0 0h513v171H0z"}),c.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"}))},YY=function(t){var n=t.title,r=H(t,cU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#00966e",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#d62612",d:"M0 228h513v114H0z"}))},KY=function(t){var n=t.title,r=H(t,uU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.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"}))},ZY=function(t){var n=t.title,r=H(t,dU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M215.9 170.7 0 314.6V26.8zM513 26.8v287.8L297.1 170.7z",fill:"#47a644"}),c.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"}),c.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"}),c.createElement("circle",{fill:"#FFF",cx:251.6,cy:170.7,r:100.2}),c.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}))},XY=function(t){var n=t.title,r=H(t,fU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#008751",d:"M0 85.333h513v342H0z"}),c.createElement("path",{fill:"#fcd116",d:"M196.666 85.333H513v171H196.666z"}),c.createElement("path",{fill:"#e8112d",d:"M196.666 256H513v171H196.666z"}))},QY=function(t){var n=t.title,r=H(t,hU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#E6BC00",d:"M157.31 199.76s-9.04 43.93-19.31 40.39c-10.62-3.54-17.53-18.76-17.53-18.76l-14.52 21.24s38.18 8.48 41.01 5.47c1.22-1.14 8.21-15.1 10.34-26.05v-22.29zm-56.13 60.57s-2.48 20.18-1.06 22.66c1.24 2.3 39.48 11.33 39.48 11.33s-24.96 16.46-29.74 20.54L91.8 284.94l-.71-24.61h10.09zm11.33-165.69s39.65 41.6 40.36 45.5c.71 3.72-4.25 3.19-4.25 3.19s-44.79-37.53-49.92-41.07c-5.31-3.55 13.81-7.62 13.81-7.62z"}),c.createElement("path",{fill:"#ADADAD",d:"M99.41 104.73s16.99-.71 16.64-11.51c-.35-10.62-11.15-14.87-19.12-12.39-7.97 2.3-23.01 13.45-13.63 35.05 9.38 21.42 23.37 29.39 26.2 47.8 0 0-5.46 9.86-19.12.35-16.9-11.77-6.2-38.24-10.44-44.96-4.25-7.08-40.95-38.92-40.95-38.92s-30.24 39.37-18 74.92c16.95 49.21 51.74 31.98 64.61 36.76 0 0-42.13 61.96-49.57 67.09 0 0 24.08 8.32 47.8-18.76 0 0 5.84 9.74 7.08 20.18h10.27c4.78-26.2 51.51-64.26 49.92-82.32-1.77-21.25-49.21-49.39-51.69-73.29z"}),c.createElement("path",{fill:"#E6BC00",d:"M359.17 201.27s8.96 42.43 19.23 38.89c10.62-3.54 17.53-18.76 17.53-18.76l14.52 21.24s-37 8.48-39.83 5.47c-1.21-1.14-9.32-13.79-11.52-24.66l.07-22.18zm56.05 59.06s2.48 20.18 1.06 22.66c-1.24 2.3-39.48 11.33-39.48 11.33s24.96 16.46 29.74 20.54l18.06-29.92.71-24.61h-10.09zM403.89 94.64s-39.65 41.6-40.36 45.5c-.71 3.72 4.25 3.19 4.25 3.19s44.79-37.53 49.92-41.07c5.14-3.55-13.81-7.62-13.81-7.62z"}),c.createElement("path",{fill:"#125ECC",d:"M157.31 87.06H359.1v145.46c0 16.06-9.69 21.39-21.91 31.85l-45.92 39.41c-18.25 15.62-47.91 15.57-66.07 0l-46.01-39.43c-12.08-10.35-21.88-15.71-21.88-31.82V87.06z"}),c.createElement("path",{fill:"#FFE600",d:"M200.55 147.71c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65-3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zM214.96 274.43c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c.01 7.96-6.45 14.41-14.41 14.41zm43.24 14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c0 7.95-6.45 14.41-14.41 14.41zm43.24-14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"}),c.createElement("path",{fill:"#D60537",d:"M157.31 175.36H359.1v57.65H157.31v-57.65z"}),c.createElement("path",{fill:"#EACE00",d:"M142.9 43.82s57.65-14.41 115.31-14.41 115.31 14.41 115.31 14.41l-14.41 57.65s-50.45-14.41-100.89-14.41-100.89 14.41-100.89 14.41L142.9 43.82z"}),c.createElement("path",{fill:"#7A6920",d:"M258.2 72.65c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 5c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm-115.3 0c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"}),c.createElement("path",{fill:"#ADADAD",d:"M365.08 178.02c-1.59 18.06 45.14 56.12 49.92 82.32h10.27c1.24-10.44 7.08-20.18 7.08-20.18 23.72 27.09 47.8 18.76 47.8 18.76-7.44-5.13-49.57-67.09-49.57-67.09 12.88-4.78 47.67 12.45 64.61-36.76 12.24-35.55-18-74.92-18-74.92s-36.7 31.84-40.95 38.92c-4.25 6.73 6.46 33.2-10.44 44.96-13.66 9.51-19.12-.35-19.12-.35 2.83-18.41 16.82-26.38 26.2-47.8 9.38-21.6-5.66-32.75-13.63-35.05-7.97-2.48-18.76 1.77-19.12 12.39-.35 10.8 16.64 11.51 16.64 11.51-2.48 23.9-49.92 52.04-51.69 73.29z"}),c.createElement("circle",{fill:"#FFF",cx:258.2,cy:204.19,r:16.93}))},JY=function(t){var n=t.title,r=H(t,mU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#c8102e",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#012169",d:"M0 .1h256.5v171H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 0h-22.6L160 48.9V0H96v48.9L22.6 0H0v22.7l46.1 30.7H0v64h46.1L0 148.1v22.6h22.6L96 121.8v48.9h64v-48.9l73.4 48.9H256v-22.6l-46.1-30.7H256v-64h-46.1L256 22.7z"}),c.createElement("path",{fill:"#c8102e",d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}),c.createElement("path",{fill:"#c8102e",d:"M0 170.7v-11l62.5-42.3h22.6L7.3 170.7zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zm-7.3 170.6-77.8-53.3h22.6l62.5 42.3v11z"}),c.createElement("g",{transform:"translate(13 5)"},c.createElement("path",{fill:"#fff",d:"M303.9 94.94v99.69c0 59.81 79.75 99.69 79.75 99.69s79.75-39.88 79.75-99.69V94.94H303.9z"}),c.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"}),c.createElement("circle",{fill:"#65B5D2",cx:383.65,cy:214.56,r:39.88}),c.createElement("circle",{fill:"#c8102e",cx:343.77,cy:194.63,r:19.94}),c.createElement("circle",{fill:"#c8102e",cx:423.52,cy:194.63,r:19.94}),c.createElement("circle",{fill:"#c8102e",cx:383.65,cy:154.75,r:19.94})))},eK=function(t){var n=t.title,r=H(t,pU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"m0 193.74 513 127.19V214.26L0 97.08z"}),c.createElement("path",{fill:"#FFF",d:"M513 234.26v-86.67L0 20.41v86.67"}),c.createElement("g",{fill:"#D80027",stroke:"#231F20",strokeWidth:3,strokeMiterlimit:10},c.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"}),c.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"})))},tK=function(t){var n=t.title,r=H(t,vU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#d52b1e",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#f9e300",d:"M0 114h513v114H0z"}),c.createElement("path",{fill:"#007934",d:"M0 228h513v114H0z"}))},nK=function(t){var n=t.title,r=H(t,gU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#012a87",d:"M0 342h513V0z"}),c.createElement("path",{fill:"#f9d90f",d:"M250.4 0H0v166.9z"}),c.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"}),c.createElement("circle",{fill:"none",stroke:"#000",strokeWidth:9,strokeMiterlimit:10,cx:140.4,cy:160.6,r:57.7}))},rK=function(t){var n=t.title,r=H(t,yU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#009b3a",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#fedf00",d:"m256.5 19.3 204.9 151.4L256.5 322 50.6 170.7z"}),c.createElement("circle",{fill:"#FFF",cx:256.5,cy:171,r:80.4}),c.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"}))},aK=function(t){var n=t.title,r=H(t,xU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#ffc72c",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v114H0zm0 228h513v114H0z",fill:"#00778b"}),c.createElement("path",{d:"M256 171 0 342V0z"}))},lK=function(t){var n=t.title,r=H(t,wU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FF7415",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M513 0H0v342"}),c.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"}))},iK=function(t){var n=t.title,r=H(t,bU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 33.333 1100 733.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#ef2b2d",d:"M0 0h1100v800H0z"}),c.createElement("path",{fill:"#fff",d:"M300 0h200v800H300z"}),c.createElement("path",{fill:"#fff",d:"M0 300h1100v200H0z"}),c.createElement("path",{fill:"#002868",d:"M350 0h100v800H350z"}),c.createElement("path",{fill:"#002868",d:"M0 350h1100v100H0z"}))},oK=function(t){var n=t.title,r=H(t,EU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 238h513v104H0zM0 0h513v104H0z",fill:"#6da9d2"}),c.createElement("path",{d:"M0 125.5h513v89.656H0z"}))},sK=function(t){var n=t.title,r=H(t,CU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#007C30",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#CE1720",d:"M0 230h513V0H0"}),c.createElement("path",{fill:"#FFF",d:"M100 230V0H0v342h513-413z"}),c.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"}),c.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}))},cK=function(t){var n=t.title,r=H(t,SU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#003e87",d:"M0 0h513v342H0z"}),c.createElement("circle",{fill:"#FFF",cx:260.9,cy:170.9,r:118.9}),c.createElement("circle",{fill:"none",stroke:"#6DA544",strokeWidth:18,strokeMiterlimit:10,cx:261.9,cy:173.1,r:94.5}),c.createElement("g",{stroke:"#000"},c.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"}),c.createElement("path",{fill:"#FFDA44",d:"M211.3 128.1h101.3v46.7H211.3z"})),c.createElement("path",{d:"M0 0h513v35H0zm0 306h513v35H0z",fill:"#ce1127"}))},uK=function(t){var n=t.title,r=H(t,MU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}))},dK=function(t){var n=t.title,r=H(t,$U);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"green",d:"M0 0h513v342H0z"}),c.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"}),c.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"}))},fK=function(t){var n=t.title,r=H(t,NU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M513 66.9V0H411.7L0 274.4V342h100.3z"}),c.createElement("path",{fill:"#D80027",d:"M513 0v40.1L60.2 342H0v-40.8L451.8 0z"}),c.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"}))},hK=function(t){var n=t.title,r=H(t,zU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#d21034",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 171h211.5v85.3H0zm300.5 0H512v85.3H300.5z",fill:"#3a9927"}),c.createElement("path",{fill:"#003082",d:"M0 0v85.3h211.5V0h89v85.3H513V0z"}),c.createElement("path",{d:"M300.5 85.3H512v85.3H300.5zM0 85.3h211.5v85.3H0z",fill:"#FFF"}),c.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"}))},mK=function(t){var n=t.title,r=H(t,DU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#da1a35",d:"M0 85.331h513v342H0z"}),c.createElement("path",{fill:"#009543",d:"M443.726 85.331 102.4 426.657H0V85.331z"}),c.createElement("path",{fill:"#fbde4a",d:"M500.124 85.331 158.798 426.657H11.876L353.202 85.331z"}))},pK=function(t){var n=t.title,r=H(t,TU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"red",d:"M0 85.337h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M356.174 222.609h-66.783v-66.783h-66.782v66.783h-66.783v66.782h66.783v66.783h66.782v-66.783h66.783z"}))},vK=function(t){var n=t.title,r=H(t,OU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#009e60",d:"M342 0h171v342H342z"}),c.createElement("path",{fill:"#f77f00",d:"M0 0h171v342H0z"}))},gK=function(t){var n=t.title,r=H(t,FU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#01237a",d:"M0 85.332h513v342H0z"}),c.createElement("path",{d:"m384 156.705 5.283 16.254h17.089l-13.826 10.045 5.281 16.254L384 189.211l-13.825 10.047 5.28-16.254-13.825-10.045h17.089zm-70.209 29.081 15.228 7.758 12.084-12.083-2.673 16.879 15.227 7.759-16.879 2.673-2.674 16.88-7.76-15.227-16.878 2.673 12.086-12.084zm-29.081 70.209 16.254-5.281.001-17.089 10.044 13.825 16.254-5.282-10.046 13.827 10.046 13.826-16.254-5.28-10.044 13.825v-17.09zm29.081 70.209 7.759-15.229-12.084-12.084 16.881 2.674 7.757-15.227 2.674 16.879 16.879 2.672-15.227 7.759 2.673 16.882-12.084-12.087zM384 355.284l-5.281-16.253h-17.091l13.827-10.045-5.28-16.254L384 322.776l13.827-10.044-5.281 16.254 13.826 10.045h-17.089zm70.209-29.08-15.229-7.758-12.083 12.084 2.673-16.882-15.227-7.756 16.879-2.675 2.675-16.879 7.756 15.227 16.881-2.674-12.086 12.085zm29.081-70.209-16.254 5.281v17.09l-10.045-13.826-16.254 5.281 10.046-13.826-10.046-13.827 16.254 5.282 10.045-13.825v17.089zm-29.081-70.207-7.757 15.226 12.082 12.084-16.881-2.673-7.756 15.227-2.675-16.88-16.879-2.675 15.227-7.757-2.673-16.878 12.084 12.082zM0 186.665v16h46.069L0 233.377v7.539l57.377-38.252H80L0 255.998h112v-69.334H0zm96 69.331H22.628L96 207.083v48.913zm80-117.331 80-53.334H144v69.334h112v-16h-46.069L256 107.951v-7.539l-57.377 38.251H176v.002zm-16-53.332h73.372L160 134.246V85.333zm-16 170.665h112l-80-53.334h22.623L256 240.917v-7.539l-46.069-30.713H256v-16H144v69.333zm16-48.915 73.372 48.913H160v-48.913zM112 85.331H0l80 53.334H57.377L0 100.413v7.539l46.069 30.712H0v16h112V85.331zm-16 48.915L22.628 85.333H96v48.913z",fill:"#FFF"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144 85.331h-32v69.334H0v32h112v69.333h32v-69.333h112v-32H144z"}),c.createElement("path",{d:"M80 138.665 0 85.331v15.082l57.377 38.252zm96 0h22.623L256 100.413V85.331zm-118.623 64L0 240.917v15.081l80-53.333zm118.623 0 80 53.333v-15.081l-57.377-38.252z"})))},yK=function(t){var n=t.title,r=H(t,AU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M196 0h317v171H196z"}),c.createElement("path",{fill:"#0037A1",d:"M0 0h196v171H0z"}),c.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"}))},xK=function(t){var n=t.title,r=H(t,jU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#ce1126",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#007a5e",d:"M0 0h171v342H0z"}),c.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"}))},wK=function(t){var n=t.title,r=H(t,RU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.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"}))},bK=function(t){var n=t.title,r=H(t,kU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 256.5h513V342H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 171h513v85.5H0z"}))},EK=function(t){var n=t.title,r=H(t,_U);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 114h513v114H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 285h513v57H0zM0 0h513v57H0z"}))},CK=function(t){var n=t.title,r=H(t,HU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FF9811",d:"M0-40.8v422.9-211.4z"}),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v68.3H0zm0 136.5h513v68.3H0zm0 136.6h513v68.3H0z",fill:"#0052B4"}),c.createElement("path",{fill:"#D80027",d:"M256 170.7 0 342V0z"}),c.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"}))},SK=function(t){var n=t.title,r=H(t,LU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#003893",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#cf2027",d:"M0 182.2h513v41.4H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 140.8h513v41.4H0zm0 82.8h513V265H0z"}),c.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"}))},MK=function(t){var n=t.title,r=H(t,PU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#002b7f",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#f9e814",d:"M0 233.5h513v51H0z"}),c.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"}))},$K=function(t){var n=t.title,r=H(t,IU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0021ad",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#1c8a42",d:"M0 0h513v342"}),c.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"}),c.createElement("circle",{fill:"#ffc639",cx:267.1,cy:170.7,r:74.5}),c.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"}),c.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"}))},NK=function(t){var n=t.title,r=H(t,BU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("g",{fill:"#006651"},c.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"}),c.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"}),c.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"})))},zK=function(t){var n=t.title,r=H(t,VU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#11457e",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#d7141a",d:"M513 171v171H0l256.5-171z"}),c.createElement("path",{fill:"#FFF",d:"M513 0v171H256.5L0 0z"}))},DK=function(t){var n=t.title,r=H(t,UU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 228h513v114H0z"}))},TK=function(t){var n=t.title,r=H(t,GU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#12ad2b",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#6ab2e7",d:"M513 0v166.7L0 170.8V0z"}),c.createElement("path",{fill:"#FFF",d:"M256 170.7 0 342V0z"}),c.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"}))},OK=function(t){var n=t.title,r=H(t,WU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#c60c30",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M190 0h-60v140H0v60h130v142h60V200h323v-60H190z"}))},FK=function(t){var n=t.title,r=H(t,qU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#496E2D",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 110.7v120h513v-120z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 110.7h513v40H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 190.7h513v40H0z"}),c.createElement("path",{d:"M196 0h120v342H196z"}),c.createElement("path",{fill:"#FFDA44",d:"M196 0h40v342h-40z"}),c.createElement("path",{fill:"#FFF",d:"M274.7 0h40v342h-40z"}),c.createElement("circle",{fill:"#D80027",cx:256,cy:170.7,r:123.1}),c.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"}))},AK=function(t){var n=t.title,r=H(t,YU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 215.2h211.5v126.1H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 0h211.5v126.2H0z"}),c.createElement("path",{fill:"#D80027",d:"M300.5 0H512v126.2H300.5z"}),c.createElement("path",{fill:"#0052B4",d:"M300.5 215.2H512v126.1H300.5z"}),c.createElement("g",{stroke:"#FFF",strokeWidth:5,strokeMiterlimit:10},c.createElement("path",{fill:"#0052B4",d:"M256 130h-49.9v49.4s19.5 6 49.9 6V130z"}),c.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"}),c.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"}),c.createElement("path",{fill:"#D80027",d:"M256 130v55.4c30.4 0 49.9-6 49.9-6V130H256z"})))},jK=function(t){var n=t.title,r=H(t,KU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#41662E",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M256.5 0H513v342H256.5z"}),c.createElement("g",{fill:"#D80027"},c.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"}),c.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"})))},RK=function(t){var n=t.title,r=H(t,ZU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 170.7h513V256H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 256h513v85.3H0z"}),c.createElement("circle",{fill:"#FFDA44",cx:256,cy:171,r:60}),c.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"}),c.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"}),c.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"}))},kK=function(t){var n=t.title,r=H(t,XU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#111",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#368FD8",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 228h513v114H0z"}))},_K=function(t){var n=t.title,r=H(t,QU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{d:"M0 228h513v114H0z"}),c.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"}))},HK=function(t){var n=t.title,r=H(t,JU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#428823",d:"M0 228h513v114H0z"}),c.createElement("g",{fill:"#D80027"},c.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"}),c.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"})))},LK=function(t){var n=t.title,r=H(t,eG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#56AF35",d:"M0 0h513v171H0z"}),c.createElement("path",{fill:"#D80027",d:"m0 342 513-171L0 0v342z"}),c.createElement("g",{fill:"#ffc945"},c.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"}),c.createElement("circle",{cx:119.5,cy:148.3,r:17.5}),c.createElement("circle",{cx:148.9,cy:158.5,r:17.5}),c.createElement("circle",{cx:134.7,cy:135.2,r:17.5}),c.createElement("circle",{cx:119.5,cy:172.7,r:17.5}),c.createElement("circle",{cx:149.9,cy:182.8,r:17.5}),c.createElement("circle",{cx:122.5,cy:198,r:17.5}),c.createElement("circle",{cx:145.9,cy:205.2,r:17.5})))},PK=function(t){var n=t.title,r=H(t,tG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h22.5v15H0V0z"}),c.createElement("path",{fill:"#D03433",d:"M0 0h22.5v4H0V0zm0 11h22.5v4H0v-4z"}),c.createElement("path",{fill:"#FBCA46",d:"M0 4h22.5v7H0V4z"}),c.createElement("path",{fill:"#FFF",d:"M7.8 7h1v.5h-1V7z"}),c.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"}),c.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"}))},IK=function(t){var n=t.title,r=H(t,nG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#20AA46",d:"M0 0h22.5v5H0V0z"}),c.createElement("path",{fill:"#E92F3B",d:"M0 10h22.5v5H0v-5z"}),c.createElement("path",{fill:"#FADF50",d:"M0 5h22.5v5H0V5z"}),c.createElement("circle",{fill:"#205CCA",cx:11.3,cy:7.5,r:5.2}),c.createElement("g",{stroke:"#FFDB3D",fill:"none"},c.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}),c.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})))},BK=function(t){var n=t.title,r=H(t,rG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 810 540"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#039",d:"M0 0h810v540H0z"}),c.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"}))},VK=function(t){var n=t.title,r=H(t,aG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#2E52B2",d:"M513 129.3V212H203.7v130H121V212H0v-82.7h121V0h82.7v129.3z"}))},UK=function(t){var n=t.title,r=H(t,lG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#62B5E5",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("path",{fill:"#D80027",d:"M468 132.8V98.3H307.1v34.5h69v69h-69v23h69V296c6.9 2.5 11.5 3.5 11.5 3.5s4.6-1.1 11.5-3.5v-71.2h69v-23h-69v-69H468z"}),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M0 0h256.5v170.6H0V0z"}),c.createElement("path",{d:"m155.9 115 100.6 55.6v-15.8L184.6 115h-28.7zm-55.7-59.3L0 0v15.8l71.8 39.9h28.4z"})),c.createElement("path",{d:"m196.9 115 59.6 32.9V115h-59.6zm-41 0 100.6 55.6v-15.8L184.6 115h-28.7zm73.4 55.6-73.5-40.9v40.9h73.5zM45.2 115 0 140.1V115h45.2zm55 7.1v48.6H12.8l87.4-48.6zM59.1 55.7 0 22.8v32.8s59.1 0 59.1.1zm41.1 0L0 0v15.8l71.8 39.9h28.4zM26.7 0l73.5 40.8V0H26.7zm184.2 55.7 45.6-25.1v25.1h-45.6zm-55-7.2V0h87.4l-87.4 48.5z",fill:"#0052B4"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144.3-.2h-32.1v69.5H0v32.1h112.2v69.5h32.1v-69.5h112.2V69.3H144.3V-.2z"}),c.createElement("path",{d:"m155.9 115 100.6 55.6v-15.8L184.6 115h-28.7zm-84.1 0L0 154.9v15.8L100.2 115H71.8zm28.4-59.3L0 0v15.8l71.8 39.9h28.4zm83.9 0 72.4-39.9V0L155.9 55.7h28.2z"})))},GK=function(t){var n=t.title,r=H(t,iG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z"}),c.createElement("path",{fill:"#D80027",d:"M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"}),c.createElement("path",{fill:"#0052B4",d:"M155.8 115 256 170.7v-15.8L184.2 115z"}),c.createElement("path",{fill:"#FFF",d:"M155.8 115 256 170.7v-15.8L184.2 115z"}),c.createElement("path",{d:"M155.8 115 256 170.7v-15.8L184.2 115zm-84 0L0 154.9v15.8L100.2 115z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M100.2 55.6 0 0v15.7l71.8 39.9z"}),c.createElement("path",{fill:"#FFF",d:"M100.2 55.6 0 0v15.7l71.8 39.9z"}),c.createElement("path",{d:"M100.2 55.6 0 0v15.7l71.8 39.9zm84 0L256 15.7V0L155.8 55.6z",fill:"#D80027"}),c.createElement("path",{fill:"#1F8BDE",d:"M312.2 194.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3z"}),c.createElement("path",{fill:"#FFF",d:"M312.2 194.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3zm79.6 86.3c7.9-4.5 15.9-10 23.2-16.7 20.5-18.5 32.6-41.4 32.6-69.7v-90c0-.3-120.4-.3-120.4-.3v90.3c0 28.3 12.1 51.2 32.6 69.7 8.3 7.5 17.6 13.9 27.6 19 1.4-.6 2.8-1.4 4.4-2.3z"}),c.createElement("path",{fill:"#187536",d:"M347.1 193.4c-2.6-7.9 1.7-14.3 10.1-14.3h60.5c8.2 0 12.8 6.3 10.1 14.3l-5.5 16.5c-2.6 7.9-8.9 9.2-15.8 4 0 0 2.6-4.8-19.1-4.8-21.7 0-19.1 4.8-19.1 4.8-6.1 5.7-13.1 4-15.8-4 .1.1-5.4-16.5-5.4-16.5z"}),c.createElement("path",{fill:"#FFF",d:"M357.4 179.1c8.1 1.6 17.8-15 30.1-15 13.1 0 21.8 17.1 30.1 15 7.4-1.8 15-22.2 15-30.1 0-16.6-20.2-30.1-45.1-30.1-24.9 0-45.1 13.5-45.1 30.1-.1 8.5 6.6 28.5 15 30.1zm-1.4 91.6c6.2.4 12.5-1.8 17.2-6.5l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c4.7 4.7 11 6.9 17.1 6.5 5.3-.3 32.5-33.5 25.7-32.6-4.6.6-9.1 2.8-12.7 6.3l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-3.5-3.5-7.8-5.6-12.3-6.3-6.7-1.1 20.1 32.2 25.3 32.5zM322.1 210c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0 0 0 5.5-14.8 2.5-15.9-7.9-2.9-17.2-1.2-23.5 5.2l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-6.2-6.2-15.1-8-22.8-5.5-3.1 1.1 1.9 16.1 1.9 16.1z"}))},WK=function(t){var n=t.title,r=H(t,oG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 0h513v342H0z"}),c.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"}))},qK=function(t){var n=t.title,r=H(t,sG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#0F61A5",d:"M513 214.5H206.2V342h-87.8V214.5H0v-87.7h118.4V0h87.8v126.8H513V192z"}),c.createElement("path",{fill:"#E50E3D",d:"M513 149.3V192H183.7v150H141V192H0v-42.7h141V0h42.7v149.3z"}))},YK=function(t){var n=t.title,r=H(t,cG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},KK=function(t){var n=t.title,r=H(t,uG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 228h513v114H0z"}))},ZK=function(t){var n=t.title,r=H(t,dG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M0 0h513v341.3H0V0z"}),c.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"})),c.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:"#0052B4"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M288 0h-64v138.7H0v64h224v138.7h64V202.7h224v-64H288V0z"}),c.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"})))},XK=function(t){var n=t.title,r=H(t,fG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#c60a0a",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#3E8446",d:"m256.5 170.7-212 126.1V44.5z"}),c.createElement("path",{d:"m256.5 170.7 211 126.1h-423zm211-126.2-211 126.2-212-126.2z",fill:"#FFDA44"}),c.createElement("path",{fill:"#3E8446",d:"M467.5 44.5v252.3l-211-126.1z"}),c.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"}),c.createElement("circle",{fill:"#c60a0a",cx:244.5,cy:170.7,r:76.2}),c.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"}),c.createElement("circle",{fill:"#A2001D",cx:99.1,cy:182.1,r:7.4}))},QK=function(t){var n=t.title,r=H(t,hG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#fff",d:"M0 0h22.5v15H0z"}),c.createElement("path",{fill:"#eb000e",d:"M9.8 6H0v3h9.8v6h3V9h9.8V6h-9.8V0h-3v6z"}),c.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"}))},JK=function(t){var n=t.title,r=H(t,mG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FDEB01",d:"m0 0 90 60H0z"}),c.createElement("path",{fill:"#58A846",d:"M90 0v60L0 0z"}),c.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"}))},eZ=function(t){var n=t.title,r=H(t,pG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M308 0H204v118.7H0v104h204V342h104V222.7h205v-104H308z"}),c.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"}))},tZ=function(t){var n=t.title,r=H(t,vG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#496E2D",d:"M0 228h513v114H0z"}),c.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"}))},nZ=function(t){var n=t.title,r=H(t,gG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 230h513v112H0z"}),c.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"}),c.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"}),c.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"}),c.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"}))},rZ=function(t){var n=t.title,r=H(t,yG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M513 0v171H0V0z"}),c.createElement("circle",{fill:"#FFF",cx:185.8,cy:171.2,r:117.8}),c.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"}))},aZ=function(t){var n=t.title,r=H(t,xG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#cf0d19",d:"M0 0h513v100H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 121h513v100H0z"}),c.createElement("path",{fill:"#1a7e25",d:"M0 242h513v100H0z"}))},lZ=function(t){var n=t.title,r=H(t,wG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h512v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M342 0h171v342H342z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h171v342H0z"}))},iZ=function(t){var n=t.title,r=H(t,bG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},oZ=function(t){var n=t.title,r=H(t,EG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 0h513v113.8H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 227.6h513V342H0z"}),c.createElement("path",{fill:"#0070C8",d:"M126 171 0 342V0z"}),c.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"}),c.createElement("path",{fill:"#786145",d:"M264.5 179.8h9.8l4 25.8h-17.8z"}),c.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"}),c.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}))},sZ=function(t){var n=t.title,r=H(t,CG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("g",{fill:"#0d5eaf"},c.createElement("path",{d:"M0 0h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z"}),c.createElement("path",{d:"M0 0h190v190H0z"})),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M0 76h190v38H0z"}),c.createElement("path",{d:"M76 0h38v190H76z"})))},cZ=function(t){var n=t.title,r=H(t,SG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z"}),c.createElement("path",{fill:"#D80027",d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}),c.createElement("path",{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}),c.createElement("path",{fill:"#D80027",d:"M0 170.7v-11l62.5-42.3h22.6L7.3 170.7zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zm-7.3 170.6-77.8-53.3h22.6l62.5 42.3v11z"}),c.createElement("ellipse",{fill:"#FFF",cx:443.4,cy:233.6,rx:29,ry:43.5}),c.createElement("ellipse",{fill:"#FFCE00",cx:406.9,cy:317.7,rx:22,ry:9.3}),c.createElement("ellipse",{fill:"#FFCE00",cx:364,cy:317.7,rx:22,ry:9.3}),c.createElement("path",{fill:"#39B200",d:"m342 190.1 43.4 86.9 43.5-86.9z"}),c.createElement("ellipse",{fill:"#9B9B9B",cx:327.5,cy:233.6,rx:29,ry:43.5}),c.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"}),c.createElement("circle",{fill:"#C6B56F",cx:385.4,cy:67,r:29}),c.createElement("circle",{fill:"#A54A00",cx:386,cy:88.7,r:29}),c.createElement("circle",{fill:"#FFF",cx:443.4,cy:117.7,r:29}),c.createElement("circle",{fill:"#0049FF",cx:342.2,cy:146.7,r:29}),c.createElement("circle",{fill:"#0041F9",cx:429.8,cy:146.7,r:29}),c.createElement("circle",{fill:"#F7D71E",cx:386,cy:233.6,r:29}),c.createElement("circle",{fill:"#CEC851",cx:457.9,cy:190.1,r:29}),c.createElement("circle",{fill:"#FFF",cx:385.4,cy:289.5,r:29}),c.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"}),c.createElement("circle",{fill:"#FFF",cx:327.5,cy:117.4,r:29}))},uZ=function(t){var n=t.title,r=H(t,MG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342z",fill:"#338AF3"}),c.createElement("circle",{fill:"#DCC26D",cx:256,cy:155.8,r:25.5}),c.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"}))},dZ=function(t){var n=t.title,r=H(t,$G);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#0052B4",d:"M11.1 11.1h489.7v319.1H11.1z"}),c.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"}),c.createElement("path",{fill:"#1C8AE6",d:"M179.8 180.7h152.6l-29.3 64.9h-95.2z"}),c.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"}),c.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"}),c.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"}),c.createElement("path",{fill:"#FFF",d:"m217.8 170.7 25.5 38.2h-25.5v-38.2z"}),c.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"}))},fZ=function(t){var n=t.title,r=H(t,NG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#6DA544",d:"M0 0h512v342H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 0h512v171H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h182v342H0z"}),c.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"}))},hZ=function(t){var n=t.title,r=H(t,zG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#009E49",d:"M0 0h900v600H0V0z"}),c.createElement("path",{fill:"#FFF",d:"m0 0 947 300L0 600V0z"}),c.createElement("path",{fill:"#FFD00D",d:"M0 26.1 870 300 0 573.9V26.1z"}),c.createElement("path",{fill:"#2D2D2D",d:"m0 0 450 300L0 600V0z"}),c.createElement("path",{fill:"#D3132F",d:"m0 35 397.5 265L0 565V35z"}))},mZ=function(t){var n=t.title,r=H(t,DG);return c.createElement("svg",_({viewBox:"0 0.5 21 14",xmlns:"http://www.w3.org/2000/svg"},r),n&&c.createElement("title",null,n),c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("path",{fill:"#FFF",d:"M0 0h21v15H0z"}),c.createElement("path",{fill:"#ee1c25",d:"M0 0h21v15H0z"}),c.createElement("path",{d:"M12 7.19c-.798-.5-1 .409-1 0 0-.828.895-1.5 2-1.5s2 .672 2 1.5c-.949 0-1.044.5-1.5.5-.56 0-.702 0-1.5-.5zM13.25 7a.25.25 0 1 0 0-.5.25.25 0 0 0 0 .5zm-1.81 1.962c.228-.913-.698-.824-.31-.95.788-.257 1.703.387 2.045 1.438.341 1.05-.021 2.11-.809 2.366-.293-.903-.798-.838-.939-1.272-.173-.533-.217-.668.012-1.582zm.566 1.13a.25.25 0 1 0 .476-.154.25.25 0 0 0-.476.154zM9.58 8.977c.94-.065.57-.919.81-.588.486.67.157 1.74-.737 2.389-.894.65-2.013.632-2.5-.038.768-.558.55-1.018.92-1.286.453-.33.568-.413 1.507-.477zm-.899.888a.25.25 0 1 0 .294.405.25.25 0 0 0-.294-.405zm.312-2.652c.351.874 1.049.258.809.588-.487.67-1.606.687-2.5.038-.894-.65-1.223-1.719-.736-2.39.767.559 1.138.21 1.507.478.453.33.568.413.92 1.286zm-1.124-.58a.25.25 0 1 0-.293.404.25.25 0 0 0 .293-.404zm2.619-.524c-.722.605.08 1.078-.309.951-.788-.256-1.15-1.315-.809-2.365.342-1.05 1.257-1.695 2.045-1.439-.293.903.153 1.147.012 1.581-.173.533-.217.668-.939 1.272zm.205-1.247a.25.25 0 1 0-.475-.155.25.25 0 0 0 .475.155z",fill:"#FFF"})))},pZ=function(t){var n=t.title,r=H(t,TG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M223.4 170.7c.3-.3.5-.6.8-.9-.3.3-.5.6-.8.9zm-34.2 41.9 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"}),c.createElement("path",{d:"M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z"})),c.createElement("path",{fill:"#D80027",d:"M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"}),c.createElement("path",{fill:"#0052B4",d:"M155.8 115 256 170.7v-15.8L184.2 115z"}),c.createElement("path",{fill:"#FFF",d:"M155.8 115 256 170.7v-15.8L184.2 115z"}),c.createElement("path",{d:"M155.8 115 256 170.7v-15.8L184.2 115zm-84 0L0 154.9v15.8L100.2 115z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M100.2 55.6 0 0v15.7l71.8 39.9z"}),c.createElement("path",{fill:"#FFF",d:"M100.2 55.6 0 0v15.7l71.8 39.9z"}),c.createElement("path",{d:"M100.2 55.6 0 0v15.7l71.8 39.9zm84 0L256 15.7V0L155.8 55.6z",fill:"#D80027"}))},vZ=function(t){var n=t.title,r=H(t,OG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}))},gZ=function(t){var n=t.title,r=H(t,FG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 228h513v114H0z"}),c.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"}),c.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"}),c.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"}),c.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"}))},yZ=function(t){var n=t.title,r=H(t,AG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#A2001D",d:"M0 0h513v172H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 172h513v172H0z"}),c.createElement("path",{fill:"#FFF",d:"m381.4 251.5-110.7-13.8-110.8 13.8V85.4h221.5z"}),c.createElement("circle",{fill:"#0052B4",cx:270.7,cy:182.3,r:55.4}),c.createElement("circle",{fill:"#A2001D",cx:270.7,cy:182.3,r:27.7}),c.createElement("path",{fill:"#6DA544",d:"M229.1 113.1h83.1l-41.5 41.5z"}),c.createElement("path",{fill:"#FFDA44",d:"M256.8 140.8h27.7v83h-27.7z"}),c.createElement("path",{fill:"#6DA544",d:"M314.9 215.5h-88.5l-66.5 36h221.5z"}))},xZ=function(t){var n=t.title,r=H(t,jG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 228h513v114H0z"}))},wZ=function(t){var n=t.title,r=H(t,RG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 300 200"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#fc0",d:"M0 0h300v200H0z"}),c.createElement("path",{fill:"#0768a9",d:"M0 0h200v200H0z"}),c.createElement("path",{fill:"#fff",d:"M0 0h100v200H0z"}))},bZ=function(t){var n=t.title,r=H(t,kG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#E00",d:"M0 0h513v171H0z"}))},EZ=function(t){var n=t.title,r=H(t,_G);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#FF9811",d:"M342 0h171v342H342z"}))},CZ=function(t){var n=t.title,r=H(t,HG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}))},SZ=function(t){var n=t.title,r=H(t,LG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#E52D42",d:"M0 0h513v342H0z"}),c.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"}),c.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"}))},MZ=function(t){var n=t.title,r=H(t,PG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#F93",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#fff",d:"M0 114h513v114H0z"}),c.createElement("path",{fill:"#138808",d:"M0 228h513v114H0z"}),c.createElement("circle",{cx:256.5,cy:171,r:34.2,stroke:"navy",strokeWidth:4,fill:"none"}),c.createElement("circle",{cx:256.5,cy:171,r:3.42,fill:"navy"}),c.createElement("path",{d:"m265.3 138.159-17.6 65.682m17.6-65.682-17.6 65.682m25.8-62.286-34 58.89m41.042-53.487-48.084 48.084M285.945 154l-58.89 34m62.286-25.8-65.682 17.6M290.5 171h-68m66.841 8.8-65.682-17.6m62.286 25.8-58.89-34m53.487 41.042-48.084-48.084m41.042 53.487-34-58.89m25.8 62.286-17.6-65.682M256.5 205v-68m-8.8 66.841 17.6-65.682m-25.8 62.286 34-58.89m-41.042 53.487 48.084-48.084M227.055 188l58.89-34m-62.286 25.8 65.682-17.6M222.5 171h68m-66.841-8.8 65.682 17.6M227.055 154l58.89 34m-53.487-41.042 48.084 48.084M239.5 141.555l34 58.89m-25.8-62.286 17.6 65.682",stroke:"navy",strokeWidth:2}))},$Z=function(t){var n=t.title,r=H(t,IG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0-.3h513V342H0V-.3z"}),c.createElement("path",{fill:"#0052B4",d:"M462.9 198.1c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zM0 31.7l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 1-20 6-30.1 12-7 4-16 9-20 9s-14-5-21-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-11-30.1-12v22zm462.9 55.2c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 3.9-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 1 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-8 19-9v-23zm-50.1 133.3c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 0 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-9 19-9v-23z"}),c.createElement("path",{fill:"#FFF",d:"M0-.3h256v171H0V-.3z"}),c.createElement("path",{d:"M389.8 119.9H408v78.8h-18.3l.1-78.8zm0 117.8H408v75.1h-18.3l.1-75.1z",fill:"#A2001D"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144-.3h-32v70H0v32h112v69h32v-69h112v-32H144v-70z"}),c.createElement("path",{d:"M0-.3v15l57 39h23L0-.3zm256 0v15l-57 39h-23l80-54z"}),c.createElement("path",{d:"M0-.3v15l57 39h23L0-.3zm256 0v15l-57 39h-23l80-54zM0 170.7v-15l57-38h23l-80 53zm256 0v-15l-57-38h-23l80 53z"})),c.createElement("g",{fill:"#2E52B2"},c.createElement("path",{d:"M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zm160 23v31h-46l46-31zm-96-23v49l73-49h-73z"}),c.createElement("path",{d:"M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zm160 23v31h-46l46-31zm-96-23v49l73-49h-73zM0 147.7v-30h46l-46 30zm96 23v-49l-73 49h73zm160-23v-30h-46l46 30zm-96 23v-49l73 49h-73z"})),c.createElement("path",{fill:"#5DA51E",stroke:"#45602C",strokeWidth:4,strokeMiterlimit:10,d:"M462.8 91.5h-29.1l25.7-25.7c4.5-4.4 4.5-11.4 0-15.8l-3.4-3.4c-4.4-4.4-11.4-4.4-15.8 0l-25.9 25.9V37.4c0-6.2-5.1-11.3-11.3-11.3h-4.7c-6.2 0-11.3 5.1-11.3 11.3v31.7l-23.5-23.8c-4.7-4.7-12.2-4.7-16.9 0l-3.6 3.6c-4.7 4.7-4.7 12.4 0 17.2l25 25.4h-30.6c-6 0-10.9 4.9-10.9 10.9v4.6c0 6 4.9 10.9 10.9 10.9H369l-20.7 20.7c-4.4 4.4-4.4 11.4 0 15.8l3.4 3.4c4.4 4.4 11.4 4.4 15.8 0l19.6-19.6V167c0 6.1 5.1 11.1 11.3 11.3h4.7c6.2 0 11.3-5.1 11.3-11.3v-28.3l22.2 22.6c4.7 4.7 12.4 4.7 17.1 0l3.6-3.6c4.7-4.7 4.7-12.4 0-17.2L435.2 118h27.6c5.9 0 10.7-4.9 10.9-10.9v-4.6c0-6.1-4.9-11-10.9-11z"}),c.createElement("path",{fill:"#E2DD24",stroke:"#525625",strokeWidth:4,strokeMiterlimit:10,d:"M439.2 249.1h-79.8s-.9-13.4-6-21.8c-6.2-10.4-13.9-28.1-1.4-36.7 15.9-10.9 33.7.8 48.2.8 11.8.1 26.9-14 45-.8 12.2 8.9 3.9 28.2-1.3 36.7-7 11.5-4.7 21.8-4.7 21.8z"}))},NZ=function(t){var n=t.title,r=H(t,BG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#CE1126",d:"M0 0h513v114H0z"}),c.createElement("path",{d:"M0 228h513v114H0z"}),c.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"}))},zZ=function(t){var n=t.title,r=H(t,VG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h512v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 0h513v114H0z"}),c.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"}),c.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}))},DZ=function(t){var n=t.title,r=H(t,UG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M513 210.6H202.2v130.7h-79.8V210.6H0v-79.8h122.4V0h79.8v130.8H513v18.5l-1 42.7z"}),c.createElement("path",{fill:"#D80027",d:"M513 149.3V192H183.7v149.3H141V192H0v-42.7h141V0h42.7v149.3z"}))},TZ=function(t){var n=t.title,r=H(t,GG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#F4F5F0",d:"M342 0H0v341.3h512V0z"}),c.createElement("path",{fill:"#008C45",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#CD212A",d:"M342 0h171v342H342z"}))},OZ=function(t){var n=t.title,r=H(t,WG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}),c.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"}),c.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"}))},FZ=function(t){var n=t.title,r=H(t,qG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#6DA544",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M215.9 171 0 314.6V26.8zM513 26.8v287.8L296.1 171z"}),c.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"}),c.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"}))},AZ=function(t){var n=t.title,r=H(t,YG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 228h513v114H0z"}),c.createElement("path",{fill:"#D80027",d:"M256.5 170.7 0 341.3V0z"}),c.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"}))},jZ=function(t){var n=t.title,r=H(t,KG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h512v342H0z"}),c.createElement("circle",{fill:"#D80027",cx:256.5,cy:171,r:96}))},RZ=function(t){var n=t.title,r=H(t,ZG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h512v90.579H0z"}),c.createElement("path",{fill:"#496E2D",d:"M0 251h513v91H0z"}),c.createElement("path",{fill:"#A2001D",d:"M0 114h513v114H0z"}),c.createElement("g",{fill:"#FFF"},c.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"}),c.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"})),c.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"}),c.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"}))},kZ=function(t){var n=t.title,r=H(t,XG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 342"},r),n&&c.createElement("title",null,n),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M0 0h513v342H0z"}),c.createElement("circle",{cx:256,cy:170.7,r:170.7})),c.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"}),c.createElement("circle",{fill:"#D80027",cx:257.4,cy:170.7,r:71.6}),c.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"}))},_Z=function(t){var n=t.title,r=H(t,QG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v114H0zm0 228h513v114H0z",fill:"#0052B4"}),c.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"}))},HZ=function(t){var n=t.title,r=H(t,JG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 450 300"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#CE1126",d:"M0 0h450v300H0V0z"}),c.createElement("g",{fill:"#FCD116"},c.createElement("circle",{cx:227.6,cy:161.2,r:56.2}),c.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"})),c.createElement("path",{fill:"#003F87",d:"M0 175h450v125H0V175z"}),c.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"}),c.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"}))},LZ=function(t){var n=t.title,r=H(t,eW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v85.5H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 85.5h513V171H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 171h513v85.5H0z"}),c.createElement("path",{fill:"#6DA544",d:"M256.5 171 0 342V0z"}),c.createElement("g",{fill:"#FFF"},c.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"}),c.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"}),c.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"})))},PZ=function(t){var n=t.title,r=H(t,tW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M512 0H0v342"}),c.createElement("path",{fill:"#FFDA44",d:"M307.7 0 0 194.5V342h206.9L513 148.5V0z"}),c.createElement("path",{d:"M513 0H385.2L0 249.4V341l126.2 1L513 91.6z"}),c.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"}))},IZ=function(t){var n=t.title,r=H(t,nW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#91DC5A",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v57.188H0zm0 284.1h513v57.177H0z",fill:"#0052B4"}),c.createElement("path",{fill:"#D80027",d:"M0 79.9h513v181.582H0z"}),c.createElement("circle",{fill:"#FFF",cx:190.33,cy:171,r:65.668}),c.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"}))},BZ=function(t){var n=t.title,r=H(t,rW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h900v600H0z"}),c.createElement("g",{transform:"rotate(-56.31)"},c.createElement("path",{d:"M-75 228.3H75m-150 37.5H75m-150 37.5H75m-150 475H75m-150 37.5H75m-150 37.5H75",stroke:"#000",strokeWidth:25}),c.createElement("path",{stroke:"#FFF",strokeWidth:12.5,d:"M0 753.3v125"}),c.createElement("circle",{fill:"#ca163a",cy:540.8,r:150}),c.createElement("path",{fill:"#0e4896",d:"M0 390.8c-41.4 0-75 33.6-75 75s33.6 75 75 75 75 33.6 75 75-33.6 75-75 75c-82.8 0-150-67.2-150-150s67.2-150 150-150z"})),c.createElement("path",{d:"m231.56 535.73-83.205-124.808M262.76 514.928l-83.205-124.807m114.407 104.006-83.205-124.808m478.43-138.675-83.205-124.807M720.39 209.843 637.184 85.036m114.407 104.006L668.386 64.234",stroke:"#000",strokeWidth:25}),c.createElement("path",{stroke:"#FFF",strokeWidth:12.5,d:"m205.6 462.897 31.202-20.8m389.981-259.989 36.444-24.296m31.202-20.801 31.202-20.801"}))},VZ=function(t){var n=t.title,r=H(t,aW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 228h513v114H0z"}),c.createElement("path",{d:"M167 227.6 0 341.3V0l167 113.8z"}))},UZ=function(t){var n=t.title,r=H(t,lW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("circle",{fill:"#6DA544",cx:384,cy:96.5,r:29.7}),c.createElement("path",{fill:"#D80027",d:"M332.1 89H436v44.5H332.1z"}),c.createElement("path",{fill:"#496E2D",d:"M435.9 170.7z"}),c.createElement("path",{fill:"#FFDA44",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"}),c.createElement("path",{fill:"#338AF3",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"}),c.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"}),c.createElement("path",{fill:"#FFF",d:"M256 0v22.6l-46.1 30.7H256v64h-46.1L256 148v22.7h-22.6l-73.4-49v49H96v-49l-73.4 49H0V148l46.1-30.7H0v-64h46.1L0 22.6V0h22.6L96 48.9V0h64v48.9L233.4 0z"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"}),c.createElement("path",{d:"M0 0v15.1l57.4 38.2H80zm256 0v15.1l-57.4 38.2H176z"}),c.createElement("path",{d:"M0 0v15.1l57.4 38.2H80zm256 0v15.1l-57.4 38.2H176zM0 170.7v-15.1l57.4-38.3H80zm256 0v-15.1l-57.4-38.3H176z"})))},GZ=function(t){var n=t.title,r=H(t,iW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#36B6CC",d:"M0 0h513v342H0V0z"}),c.createElement("circle",{fill:"#FFD400",cx:256.5,cy:170.9,r:68.4}),c.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"}))},WZ=function(t){var n=t.title,r=H(t,oW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 .1h513v90.7H0zm0 251.2h513V342H0z",fill:"#D80027"}),c.createElement("circle",{fill:"#FFF",cx:256.5,cy:171,r:65.9}))},qZ=function(t){var n=t.title,r=H(t,sW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 .2h513v90.7H0zm.5 251.1H513V342H.5z",fill:"#D80027"}),c.createElement("path",{fill:"#6DA544",d:"M290.3 193.5 256 130.7l-34.3 62.8h25.7v17.2h17.2v-17.2z"}),c.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"}))},YZ=function(t){var n=t.title,r=H(t,cW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#55B2FF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#F3F3F3",d:"M148.5 298.1h216l-108-254.2z"}),c.createElement("path",{fill:"#333",d:"m186 272.7 70.5-160.3L327 272.7z"}),c.createElement("path",{fill:"#FFDA44",d:"M148.5 298.1h216l-108-101.7z"}))},KZ=function(t){var n=t.title,r=H(t,uW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v171H0z"}),c.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"}))},ZZ=function(t){var n=t.title,r=H(t,dW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#A2001D",d:"M222.6 22.3h267.1v296.8H222.6z"}),c.createElement("path",{fill:"#D80027",d:"M22.3 22.3h200.3v296.8H22.3z"}),c.createElement("path",{fill:"#FFDA44",d:"M200.3 0h22.3v342h-22.3z"}),c.createElement("path",{fill:"#6DA544",d:"M22.3 22.3h89v296.8h-89z"}),c.createElement("path",{fill:"#FF9811",d:"M111.3 22.3h89v296.8h-89z"}),c.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"}),c.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"}))},XZ=function(t){var n=t.title,r=H(t,fW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v31.1H0zm0 62.2h513v31.1H0zm0 62.3h513v31.1H0zm0 62.3h513v31.1H0zm0 62.5h513v31.1H0zm0 61.6h513V342H0z",fill:"#bf0a30"}),c.createElement("path",{fill:"#002868",d:"M0 0h155.6v155.6H0z"}),c.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"}))},QZ=function(t){var n=t.title,r=H(t,hW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 227.6h513v114H0z"}),c.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"}),c.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"}))},JZ=function(t){var n=t.title,r=H(t,mW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#6DA544",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 228h513v114H0z"}))},eX=function(t){var n=t.title,r=H(t,pW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 228h513v114H0z"}))},tX=function(t){var n=t.title,r=H(t,vW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{className:"prefix__st1",d:"M0 0h513v127.6H0zm0 214.4h513V342H0z",fill:"#A2001D"}))},nX=function(t){var n=t.title,r=H(t,gW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#496E2D",d:"M0 228h513v114H0z"}),c.createElement("g",{fill:"#FFF"},c.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"}),c.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"})))},rX=function(t){var n=t.title,r=H(t,yW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 .3V342h513V.3z"}),c.createElement("path",{fill:"#20661B",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"}))},aX=function(t){var n=t.title,r=H(t,xW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.333h512v341.333H0z"}),c.createElement("path",{fill:"#c70000",d:"M0 85.333h512V256H0z"}))},lX=function(t){var n=t.title,r=H(t,wW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}),c.createElement("path",{fill:"#0052B4",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#AF7F59",d:"M206.2 129.1h33.2L256 79.3l16.6 49.8h33.2v99.6L256 262l-49.8-33.2v-99.7zm33.2 33.3v49.8h33.2v-49.8h-33.2z"}))},iX=function(t){var n=t.title,r=H(t,bW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#E6BE53",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#E01D24",d:"M20 20h473v302H20z"}),c.createElement("path",{fill:"#E6BE53",d:"M248.5 112.9c4.4 4.4 11.6 4.4 16 0l-4.7 4.7 22.7-22.7c4.9-4.5 12.1-5.6 18.2-2.8l2.1 1c5.7 2.9 6.7 8.7 2.3 13.1l4.7-4.7-22.8 22.8c-4.5 4.9-5.6 12.1-2.8 18.2l1 2.1c2.9 5.7 5.1 15.4 5.1 21.6v-11.3c0 6.2 4.4 9.1 10.2 6.2l2.1-1c5.7-2.9 6.7-8.7 2.3-13.1l4.7 4.7c-4.4-4.4-4.4-11.6 0-16l-4.7 4.7c5.2-5.5 9.6-11.6 13.1-18.2l1-2.1c2.9-5.7 6.3-15.1 7.9-21.2l5.8-23.3c1.5-6 5.9-6.8 9.6-1.8l20.2 26.9c3.8 5.1 6.9 14 6.9 20.6v22.4c0 6.3-2.2 15.8-5.1 21.7l-1 2.1c-3.5 6.6-7.9 12.7-13.1 18.2l-6.8 6.8c-5.4 5.2-11.5 9.6-18.2 13.1l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.2 0-6.9 2.2-1.1 5.1l2.1 1c5.7 2.9 13.8 8.7 18.2 13.1l-4.7-4.7c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L339 226c4.6 4.9 5.7 12.1 2.9 18.2l-1 2.1c-2.9 5.7-10.4 10.2-16.4 10.2-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.5-3.6-11.8-8.9-15.4-15.4l-1-2.1c-2.9-5.7-8.7-6.7-13.1-2.3l4.7-4.7c-4.4 4.7-5.2 11.8-1.8 17.3l10.3 15.4c3.4 5.1 2 12.1-3.1 15.5L266 284.4c-5.7 3.4-12.8 3.4-18.6 0L232 274.1c-5.1-3.4-6.5-10.3-3.1-15.5l10.3-15.4c3.4-5.5 2.6-12.6-1.8-17.3l4.7 4.7c-4.4-4.4-10.2-3.6-13.1 2.3l-1 2.1c-2.9 5.7-9.5 12.4-15.4 15.4l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.9-.3-13.1-4.2-16.4-10.2l-1-2.1c-2.8-6.1-1.6-13.3 2.9-18.2l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L181 226c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c5.5-5.2 11.6-9.6 18.2-13.1l2.1-1c5.7-2.9 5-5.1-1.1-5.1-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.6-3.5-12.7-7.9-18.2-13.1l-6.8-6.8c-5.2-5.4-9.6-11.5-13.1-18.2l-1-2.1c-3.1-6.8-4.9-14.2-5.1-21.7V121c0-6.3 3.1-15.6 6.9-20.6l20.2-26.9c3.8-5.1 8.1-4.3 9.6 1.8l5.8 23.3c2 7.3 4.6 14.4 7.9 21.2l1 2.1c2.9 5.7 8.7 13.8 13.1 18.2l-4.7-4.7c4.4 4.4 4.4 11.6 0 16l4.7-4.7c-4.4 4.4-3.6 10.2 2.3 13.1l2.1 1c5.7 2.9 10.2 0 10.2-6.2v11.3c0-6.2 2.2-15.7 5.1-21.6l1-2.1c2.8-6.1 1.7-13.2-2.8-18.2l-22.7-22.7 4.7 4.7c-4.4-4.4-3.6-10.2 2.3-13.1l2.1-1c6.1-2.8 13.2-1.7 18.2 2.8l22.7 22.7-4.8-4.5zm-18-40.7c-4.4-4.4-3.2-9.5 2.8-11.5l12.4-4.2c6-2 15.5-2 21.5 0l12.4 4.2c6 2 7.2 7.1 2.8 11.5l-6.8 6.8c-5.3 4.7-12.1 7.5-19.2 7.9-6.2 0-14.8-3.5-19.2-7.9.1 0-6.7-6.8-6.7-6.8z"}),c.createElement("path",{fill:"#215F90",d:"M233.9 200.2c0 6.2 1.7 6.4 4.2.5 0 0 7.1-23.2 18.4-23.2 11.3 0 18.6 23.6 18.6 23.6 2.2 5.7 4 5.3 4-1.1v-11.2c0-18.7-10.1-33.9-22.6-33.9-12.5 0-22.6 15.2-22.6 33.9v11.4z"}))},oX=function(t){var n=t.title,r=H(t,EW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 108 72"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 0h108v72H0z",fill:"#003787"}),c.createElement("path",{d:"M0 0h108L60 48v24H48V48z",fill:"#fff"}),c.createElement("circle",{cx:54,cy:30,r:8,fill:"#f9d90f"}),c.createElement("path",{d:"M44 30h20L54 48z",fill:"#fff"}),c.createElement("path",{d:"M54 48 38 33h32z",fill:"#cf142b"}))},sX=function(t){var n=t.title,r=H(t,CW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#6DA544",d:"M512 426.666V85.329H0v341.337h512z"}),c.createElement("path",{fill:"#D80027",d:"M512 85.331H0v170.666h512V85.331z"}),c.createElement("path",{fill:"#FFF",d:"M0 85.334h181.793v341.337H0z"}))},cX=function(t){var n=t.title,r=H(t,SW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#1E509C",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M513 176.1V81.3L0 342l513-165.9z"}),c.createElement("path",{fill:"#F18D36",d:"M513 0v81.3L0 342 513 0z"}),c.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"}))},uX=function(t){var n=t.title,r=H(t,MW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.333h512V426.67H0z"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M383.875 426.662 256 252.286l26.827 174.376zM133.565 85.33 256 252.286 230.314 85.33zm95.606 341.332L256 252.286 128.124 426.662zM0 85.33V212.9l256 39.386L28.333 85.33zm0 341.332h18.212L256 252.286 0 291.67zm256-174.376L512 212.9V85.33h-28.331zM281.686 85.33 256 252.286 378.434 85.33zM512 426.662V291.671l-256-39.385 237.787 174.376z"}),c.createElement("circle",{cx:256,cy:252.29,r:59.359})),c.createElement("circle",{fill:"#FFDA44",cx:256,cy:252.29,r:44.522}))},dX=function(t){var n=t.title,r=H(t,$W);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 85.331h170.663v341.337H0z"}),c.createElement("path",{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}))},fX=function(t){var n=t.title,r=H(t,NW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#6DA544",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 312.888h512v113.775H0z"}),c.createElement("path",{fill:"#FFF",d:"M384 227.261h-97.783L256 134.265l-30.217 92.997H128l79.108 57.475-30.217 92.998L256 320.925l79.108 56.81-30.217-92.998L384 227.261z"}))},hX=function(t){var n=t.title,r=H(t,zW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#095FAD",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M342 0h171v342H342zM0 0h171v342H0z",fill:"#BE1229"}),c.createElement("g",{fill:"#FFDA44"},c.createElement("path",{d:"M108.3 166.3h14.8v74.2h-14.8zm-59.4 0h14.8v74.2H48.9z"}),c.createElement("circle",{cx:86,cy:203.4,r:14.8}),c.createElement("path",{d:"M71.2 225.7h29.7v14.8H71.2zm0-59.4h29.7v14.8H71.2z"}),c.createElement("circle",{cx:86,cy:144,r:14.8}),c.createElement("path",{d:"M76.3 123.9h19.5L86 108.3z"})))},mX=function(t){var n=t.title,r=H(t,DW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#00745a",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#FFF",d:"M285.682 248.878c-4.19 0-8.166.836-11.861 2.164 2.023-4.509 3.379-9.527 3.379-14.885 0-21.201-21.201-37.101-21.201-37.101s-21.201 15.901-21.201 37.101c0 5.357 1.356 10.375 3.379 14.885-3.693-1.328-7.671-2.164-11.861-2.164-21.201 0-37.101 21.201-37.101 21.201s15.901 21.201 37.101 21.201c12.429 0 23.031-7.286 29.682-13.315 6.65 6.03 17.251 13.315 29.682 13.315 21.201 0 37.101-21.201 37.101-21.201s-15.899-21.201-37.099-21.201z"}),c.createElement("path",{d:"m256 152.111 4.38 13.476h14.171l-11.464 8.332 4.376 13.476-11.463-8.33-11.463 8.33 4.376-13.476-11.464-8.332h14.171zm-53.888 23.572 8.425 7.585 9.818-5.667-4.61 10.355 8.423 7.588-11.274-1.185-4.611 10.355-2.358-11.088-11.275-1.185 9.818-5.669zm-39.45 39.449 11.09 2.358 5.668-9.818 1.186 11.274 11.089 2.358-10.357 4.61 1.186 11.274-7.587-8.423-10.357 4.61 5.669-9.818zm147.227-39.449-8.425 7.585-9.818-5.667 4.611 10.355-8.425 7.588 11.275-1.185 4.61 10.355 2.359-11.088 11.275-1.185-9.818-5.669zm39.449 39.449-11.089 2.358-5.669-9.818-1.186 11.274-11.088 2.358 10.357 4.61-1.185 11.274 7.586-8.423 10.357 4.61-5.669-9.818z",fill:"#FFDA44"}),c.createElement("path",{d:"M256 350.642c16.84 0 32.363-5.619 44.816-15.073h-89.63c12.451 9.454 27.974 15.073 44.814 15.073zm-68.023-44.522a74.138 74.138 0 0 0 8.85 15.073h118.345a74.13 74.13 0 0 0 8.85-15.073H187.977z",fill:"#FFF"}))},pX=function(t){var n=t.title,r=H(t,TW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 750 500"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0071BC",d:"M0 0h750v500H0V0z"}),c.createElement("g",{fill:"#FFF",stroke:"#000",strokeWidth:1.9},c.createElement("circle",{cx:375,cy:245,r:225,fill:"#fff"}),c.createElement("circle",{cx:375,cy:245,r:165,fill:"#0071BC"})),c.createElement("g",{stroke:"#000"},c.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"}),c.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"})))},vX=function(t){var n=t.title,r=H(t,OW);return c.createElement("svg",_({viewBox:"0 0 900 600",xmlns:"http://www.w3.org/2000/svg"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#231f1e",d:"M0 0h900v600H0z"}),c.createElement("path",{fill:"#00a650",d:"M0 0h900v300H0z"}),c.createElement("path",{fill:"#ef1923",d:"m0 0 450 300L0 600z"}))},gX=function(t){var n=t.title,r=H(t,FW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 100 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#006233",d:"M0 100h513v342H0z"}),c.createElement("path",{fill:"#cd2a3e",d:"M0 100h513v46H0zm0 296h513v46H0z"}),c.createElement("path",{fill:"#ffc400",d:"M256 298.851c-45.956 0-84.348-32.298-93.767-75.429A96.288 96.288 0 0 0 160 243.994c0 53.02 42.979 96 96 96s96-42.98 96-96c0-7.066-.785-13.942-2.233-20.572-9.419 43.131-47.811 75.429-93.767 75.429z"}),c.createElement("path",{fill:"#ffc400",d:"m255.999 171.994 8.935 27.502h28.918l-23.394 16.996 8.936 27.503-23.395-16.998-23.394 16.998 8.937-27.503-23.394-16.996h28.915z"}))},yX=function(t){var n=t.title,r=H(t,AW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#1B4991",d:"M0 0h513v342H0z"}),c.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"}),c.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"}),c.createElement("path",{d:"M415.1 155.1h-19.4v-19.4h-19.4v19.4H357v19.4h19.3v58.1h19.4v-58.1h19.4z"}),c.createElement("path",{fill:"#FFF",d:"M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z"}),c.createElement("path",{fill:"#D80027",d:"M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"}),c.createElement("path",{fill:"#0052B4",d:"M155.8 115 256 170.7v-15.8L184.2 115z"}),c.createElement("path",{fill:"#FFF",d:"M155.8 115 256 170.7v-15.8L184.2 115z"}),c.createElement("path",{fill:"#D80027",d:"M155.8 115 256 170.7v-15.8L184.2 115zm-84 0L0 154.9v15.8L100.2 115z"}),c.createElement("path",{fill:"#0052B4",d:"M100.2 55.6 0 0v15.7l71.8 39.9z"}),c.createElement("path",{fill:"#FFF",d:"M100.2 55.6 0 0v15.7l71.8 39.9z"}),c.createElement("path",{fill:"#D80027",d:"M100.2 55.6 0 0v15.7l71.8 39.9zm84 0L256 15.7V0L155.8 55.6z"}))},xX=function(t){var n=t.title,r=H(t,jW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#C31B28",d:"M256 0h256.5v342H256z"}),c.createElement("path",{fill:"#ACABB1",stroke:"#C31B28",strokeWidth:2,d:"M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z"}))},wX=function(t){var n=t.title,r=H(t,RW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#f7ce00",d:"M0 85.331h512v341.326H0z"}),c.createElement("path",{fill:"#e32737",d:"M0 85.331h512v85.337H0z"}),c.createElement("path",{fill:"#191f6a",d:"M0 170.657h512v85.337H0z"}),c.createElement("path",{fill:"#00a04e",d:"M0 341.331h512v85.337H0z"}))},bX=function(t){var n=t.title,r=H(t,kW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#d01920",d:"M0 85.331h512v341.333H0z"}),c.createElement("path",{fill:"#017c3b",d:"M144.696 174.375h222.609v163.25H144.696z"}),c.createElement("path",{fill:"#FFF",d:"M283.484 304.226c-26.637 0-48.232-21.594-48.232-48.232s21.594-48.232 48.232-48.232c8.306 0 16.12 2.1 22.943 5.797-10.703-10.467-25.341-16.927-41.494-16.927-32.784 0-59.362 26.577-59.362 59.362s26.578 59.362 59.362 59.362c16.154 0 30.791-6.461 41.494-16.927-6.822 3.698-14.636 5.797-22.943 5.797z"}))},EX=function(t){var n=t.title,r=H(t,_W);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#272727",d:"M0 0h512v114H0z"}),c.createElement("path",{fill:"#e40112",d:"M0 114h512v114H0z"}),c.createElement("path",{fill:"#07893f",d:"M0 228h512v114H0z"}),c.createElement("circle",{fill:"#e40112",cx:256,cy:125,r:95}))},CX=function(t){var n=t.title,r=H(t,HW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#dc2339",d:"M342 0H0v341.3h513V0z"}),c.createElement("path",{fill:"#11865d",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M171 0h171v342H171z"}),c.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"}),c.createElement("ellipse",{fill:"#C59262",cx:256.5,cy:159.1,rx:24.3,ry:36.4}))},SX=function(t){var n=t.title,r=H(t,LW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("path",{fill:"#006",d:"M0 0h256.5v195.4H0z"}),c.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"}))},MX=function(t){var n=t.title,r=H(t,PW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.333h513v342H0z"}),c.createElement("path",{fill:"#f4d900",d:"M0 323.333h513v104H0z"}),c.createElement("path",{fill:"#006d66",d:"M0 85.333h513v104H0z"}),c.createElement("path",{d:"M0 204.333h513v104H0z"}),c.createElement("path",{fill:"#cb0f31",d:"M256 256.006 0 426.668V85.331z"}),c.createElement("path",{fill:"#f4d900",d:"m83.477 195.132 15.107 46.498h48.894l-39.554 28.739 15.107 46.499-39.554-28.738-39.555 28.738 15.11-46.499-39.554-28.739H68.37z"}))},$X=function(t){var n=t.title,r=H(t,IW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#496E2D",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 426.663V85.337h512"}),c.createElement("path",{fill:"#FFF",d:"M512 152.222V85.337H411.67L0 359.778v66.885h100.33z"}),c.createElement("path",{fill:"#A2001D",d:"M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z"}),c.createElement("path",{fill:"#FFDA44",d:"m187.737 189.212-22.741 10.696 12.11 22.024-24.693-4.724-3.129 24.945-17.199-18.347-17.2 18.347-3.129-24.945-24.693 4.723 12.109-22.023-22.739-10.696 22.74-10.697-12.11-22.022 24.693 4.722 3.13-24.944 17.199 18.347 17.2-18.347 3.128 24.944 24.693-4.722-12.108 22.024z"}))},NX=function(t){var n=t.title,r=H(t,BW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 426.7"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#009543",d:"M0 293h640v133.7H0V293z"}),c.createElement("path",{fill:"#ED4135",d:"M0 132h640v161.3H0V132z"}),c.createElement("path",{fill:"#0035AD",d:"M0 0h640v133.3H0V0z"}),c.createElement("circle",{fill:"#FAE600",stroke:"#000",strokeWidth:5.3,cx:240,cy:213.3,r:157.3}),c.createElement("path",{d:"m307.9 354.5-31.8 12-36.1 4.2-37.8-2.4-35.9-15.5s28.6-29.3 40.7-33.5c8.6-3 22.4-3.7 22.4-3.7V122l-.3-66H246l-.5 67.5v191.7s15.3 1.2 22.1 4.1c11.3 4.9 40.3 35.2 40.3 35.2z"}),c.createElement("path",{d:"m212.727 102.375 42.955-21.418 5.577 11.187-42.955 21.417z"}),c.createElement("ellipse",{cx:237.8,cy:280.5,rx:16.8,ry:26.5}),c.createElement("circle",{cx:237.4,cy:143.4,r:20.9}),c.createElement("ellipse",{cx:238.4,cy:211.1,rx:19.9,ry:12.1}),c.createElement("path",{d:"M213.8 177h47v10h-47zm0 57h47v10h-47z"}))},zX=function(t){var n=t.title,r=H(t,VW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#e05206",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{fill:"#0db02b",d:"M0 312.888h512v113.775H0z"}),c.createElement("circle",{fill:"#e05206",cx:256,cy:256,r:32}))},DX=function(t){var n=t.title,r=H(t,UW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.5 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.5h513v342H0z"}),c.createElement("path",{d:"M0 85.5h171v342H0zm342 0h171v342H342zm-38 226.495-48-152.001-48 152.001h36v39.999h24v-39.999z",fill:"#007b23"}))},TX=function(t){var n=t.title,r=H(t,GW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.5 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.5h513v342H0z"}),c.createElement("path",{d:"M0 85.5h171v342H0zm342 0h171v342H342z",fill:"#007b23"}))},OX=function(t){var n=t.title,r=H(t,WW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z",fill:"#338AF3"}),c.createElement("path",{fill:"#FFDA44",d:"M256 214.447c-22.949 0-41.553 18.603-41.553 41.553S233.05 297.553 256 297.553c22.949 0 41.553-18.603 41.553-41.553S278.949 214.447 256 214.447zm0 65.298c-13.114 0-23.745-10.631-23.745-23.745s10.631-23.745 23.745-23.745 23.745 10.631 23.745 23.745-10.631 23.745-23.745 23.745z"}),c.createElement("path",{fill:"#0052B4",d:"M276.563 261.936 256 256l-20.563 5.936-6.855 11.873h54.836z"}),c.createElement("path",{fill:"#338AF3",d:"m256 226.32-13.709 23.744L256 256l13.709-5.936z"}),c.createElement("path",{fill:"#6DA544",d:"M235.437 261.936h41.126l-6.854-11.872h-27.418z"}))},FX=function(t){var n=t.title,r=H(t,qW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 114h513v114H0z"}),c.createElement("path",{fill:"#cd1f2a",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#1d4185",d:"M0 228h513v114H0z"}))},AX=function(t){var n=t.title,r=H(t,YW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.334h512v341.337H0z"}),c.createElement("path",{fill:"#FFF",d:"M512 295.883H202.195v130.783h-79.76V295.883H0v-79.772h122.435V85.329h79.76v130.782H512v61.218z"}),c.createElement("path",{fill:"#2E52B2",d:"M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z"}))},jX=function(t){var n=t.title,r=H(t,KW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 426.663V85.337l280.419 174.75H87.61l183.576 166.576z"}),c.createElement("path",{fill:"#D80027",d:"M244.769 249.888 10.199 103.71v312.754h234.57L61.193 249.888z"}),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"m98.003 324.433-14.589-6.863 7.77-14.13-15.844 3.03-2.008-16.005-11.035 11.772-11.036-11.772-2.008 16.005-15.843-3.031 7.77 14.131-14.591 6.863 14.591 6.862-7.77 14.13 15.844-3.029 2.007 16.004 11.036-11.772L73.332 358.4l2.008-16.004 15.843 3.03-7.769-14.13zm-9.735-132.771-10.612-4.991 5.651-10.278-11.523 2.205-1.461-11.641-8.026 8.561-8.026-8.561-1.46 11.641-11.525-2.205 5.652 10.278-10.613 4.991 25.972 5.194z"}),c.createElement("path",{d:"M93.462 191.662c0 17.212-13.953 31.165-31.165 31.165s-31.165-13.953-31.165-31.165"})))},RX=function(t){var n=t.title,r=H(t,ZW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 239.994h512v32H0z"}),c.createElement("path",{fill:"#FFF",d:"m174.802 341.329-19.124 8.996 10.184 18.521-20.767-3.973-2.631 20.978L128 370.422l-14.465 15.429-2.63-20.978-20.767 3.973 10.183-18.521-19.123-8.996 19.124-8.995-10.184-18.52 20.766 3.971 2.632-20.978L128 312.236l14.465-15.429 2.63 20.978 20.767-3.971-10.183 18.521z"}))},kX=function(t){var n=t.title,r=H(t,XW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.334h512v341.337H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 85.334h256v170.663H0z"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144 85.33h-32v69.333H0v32h112v69.334h32v-69.334h112v-32H144z"}),c.createElement("path",{d:"M0 85.329v15.083l57.377 38.251H80z"})),c.createElement("path",{d:"M0 107.951v30.712h46.069zm96-22.62v48.913L22.628 85.331z",fill:"#2E52B2"}),c.createElement("path",{fill:"#D80027",d:"M256 85.329v15.083l-57.377 38.251H176z"}),c.createElement("path",{d:"M256 107.951v30.712h-46.069zm-96-22.62v48.913l73.372-48.913z",fill:"#2E52B2"}),c.createElement("path",{fill:"#D80027",d:"M0 85.329v15.083l57.377 38.251H80z"}),c.createElement("path",{d:"M0 107.951v30.712h46.069zm96-22.62v48.913L22.628 85.331z",fill:"#2E52B2"}),c.createElement("path",{fill:"#D80027",d:"M256 85.329v15.083l-57.377 38.251H176z"}),c.createElement("path",{d:"M256 107.951v30.712h-46.069zm-96-22.62v48.913l73.372-48.913z",fill:"#2E52B2"}),c.createElement("path",{fill:"#D80027",d:"M0 255.997v-15.082l57.377-38.252H80z"}),c.createElement("path",{d:"M0 233.376v-30.713h46.069zm96 22.618v-48.912l-73.372 48.912z",fill:"#2E52B2"}),c.createElement("path",{fill:"#D80027",d:"M256 255.997v-15.082l-57.377-38.252H176z"}),c.createElement("g",{fill:"#2E52B2"},c.createElement("path",{d:"M256 233.376v-30.713h-46.069zm-96 22.618v-48.912l73.372 48.912z"}),c.createElement("circle",{cx:128,cy:170.66,r:22.627})),c.createElement("path",{d:"m128 154.663 3.97 12.222h12.854l-10.398 7.556 3.971 12.222L128 179.109l-10.398 7.554 3.972-12.222-10.398-7.556h12.853zm0 65.14 2.364 7.278h7.653l-6.19 4.498 2.364 7.278-6.191-4.498-6.191 4.498 2.364-7.278-6.19-4.498h7.652zm0-117.334 2.364 7.278h7.653l-6.19 4.498 2.364 7.278-6.191-4.498-6.191 4.498 2.364-7.278-6.19-4.498h7.652zm69.931 58.667 2.365 7.277h7.653l-6.192 4.499 2.365 7.279-6.191-4.498-6.191 4.498 2.365-7.279-6.191-4.499h7.652zm-139.862 0 2.364 7.277h7.653l-6.191 4.499 2.364 7.279-6.19-4.498-6.191 4.498 2.365-7.279-6.192-4.499h7.653z",fill:"#FFDA44"}))},_X=function(t){var n=t.title,r=H(t,QW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.334h512v341.337H0z"}),c.createElement("path",{d:"m425.301 233.745 3.388 10.428h10.963l-8.87 6.444 3.388 10.427-8.869-6.444-8.871 6.444 3.388-10.427-8.87-6.444h10.963zm-39.194 75.072 5.083 15.642h16.445l-13.305 9.667 5.082 15.64-13.305-9.667-13.305 9.667 5.083-15.64-13.305-9.667h16.445zm1.481-122.846 4.236 13.036h13.704l-11.088 8.054 4.235 13.034-11.087-8.056-11.088 8.056 4.235-13.034-11.087-8.054h13.704zm-37.712 47.32 5.082 15.641h16.446l-13.306 9.666 5.084 15.641-13.306-9.666-13.305 9.666 5.082-15.641-13.305-9.666h16.445z",fill:"#D80027"}),c.createElement("path",{fill:"#FFF",d:"M256.003 85.329v30.564l-45.178 25.088h45.178v59.359H196.89l59.113 32.846v22.806h-26.69l-73.484-40.826v40.826h-55.652v-48.573l-87.429 48.573H.003v-30.553l45.168-25.099H.003v-59.359h59.103L.003 108.147V85.329h26.68l73.494 40.838V85.329h55.652v48.573l87.43-48.573z"}),c.createElement("path",{fill:"#D80027",d:"M144 85.33h-32v69.334H0v32h112v69.334h32v-69.334h112v-32H144z"}),c.createElement("path",{fill:"#0052B4",d:"M155.826 200.344 256 255.998v-15.739l-71.847-39.915z"}),c.createElement("path",{fill:"#FFF",d:"M155.826 200.344 256 255.998v-15.739l-71.847-39.915z"}),c.createElement("path",{d:"M155.826 200.344 256 255.998v-15.739l-71.847-39.915zm-83.98 0L0 240.259v15.739l100.174-55.654z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M100.174 140.983 0 85.33v15.738l71.847 39.915z"}),c.createElement("path",{fill:"#FFF",d:"M100.174 140.983 0 85.33v15.738l71.847 39.915z"}),c.createElement("path",{d:"M100.174 140.983 0 85.33v15.738l71.847 39.915zm83.98 0L256 101.068V85.33l-100.174 55.653z",fill:"#D80027"}))},HX=function(t){var n=t.title,r=H(t,JW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M138 0h377v114H138z"}),c.createElement("path",{fill:"#4A7C3A",d:"M138 230h377v114H138z"}),c.createElement("g",{fill:"none",stroke:"#FFF",strokeWidth:10,strokeMiterlimit:2},c.createElement("path",{d:"M40.3 35.2s37.1 48 50.8 54.5c13.7 6.5 17.1 5.7 17.1 5.7"}),c.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"})))},LX=function(t){var n=t.title,r=H(t,eq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M256 256v170.663H0V256h256z"}),c.createElement("path",{fill:"#D80027",d:"M512 85.337V256H256V85.337h256z"}),c.createElement("path",{fill:"#0052B4",d:"m128 123.034 11.824 36.389h38.263l-30.955 22.491 11.823 36.389L128 195.813l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z"}),c.createElement("path",{fill:"#D80027",d:"m384 293.697 11.824 36.389h38.263l-30.955 22.491 11.823 36.389L384 366.476l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z"}))},PX=function(t){var n=t.title,r=H(t,tq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.331h512v341.326H0z"}),c.createElement("path",{d:"M0 85.331h170.663v341.337H0zm341.337 0H512v341.337H341.337z",fill:"#D80027"}))},IX=function(t){var n=t.title,r=H(t,nq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z",fill:"#D80027"}),c.createElement("path",{fill:"#FFDA44",d:"M293.991 256c0 20.982-17.01 33.243-37.992 33.243S218.008 276.982 218.008 256s17.01-37.992 37.992-37.992 37.991 17.01 37.991 37.992z"}),c.createElement("path",{fill:"#0052B4",d:"M293.991 256c0 20.982-17.01 37.992-37.992 37.992s-37.992-17.01-37.992-37.992"}),c.createElement("path",{d:"M232.259 246.506h9.498v19h-9.498zm37.988 0h9.498v19h-9.498zm-19-14.247h9.498v33.243h-9.498z",fill:"#D80027"}))},BX=function(t){var n=t.title,r=H(t,rq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 85.333h512V426.67H0z"}),c.createElement("path",{fill:"#A2001D",d:"M0 85.33h512v341.332"}),c.createElement("path",{d:"m204.631 326.488 2.762 8.504h8.941l-7.233 5.255 2.763 8.502-7.233-5.254-7.233 5.254 2.762-8.502-7.233-5.255h8.94zm-22.834-81.622 4.605 14.172h14.901l-12.056 8.757 4.605 14.172-12.055-8.759-12.055 8.759 4.606-14.172-12.056-8.757h14.901zm0 103.883 4.604 14.173h14.902l-12.057 8.757 4.606 14.173-12.055-8.759-12.055 8.759 4.604-14.173-12.054-8.757h14.899zm43.566-66.782 4.606 14.172h14.901l-12.056 8.758 4.605 14.172-12.056-8.759-12.054 8.759 4.606-14.172-12.056-8.758h14.901zm-87.133 0 4.606 14.172h14.899l-12.054 8.758 4.603 14.172-12.054-8.759-12.055 8.759 4.605-14.172-12.055-8.758h14.9z",fill:"#FFF"}),c.createElement("path",{fill:"#FFDA44",d:"M376.526 204.163c-7.628-7.628-17.538-12.133-28.189-12.908l31.88-24.795c-12.698-12.698-29.714-18.431-46.319-17.218a44.31 44.31 0 0 0-11.396-19.511l-12.593 25.186a18.47 18.47 0 0 0-3.148-4.197c-7.245-7.245-18.991-7.244-26.234 0s-7.245 18.99 0 26.234a18.536 18.536 0 0 0 4.197 3.148l-25.186 12.593a44.303 44.303 0 0 0 19.519 11.399c-1.217 16.606 4.511 33.619 17.209 46.317L324.12 214.6a11.053 11.053 0 0 1 7.807-3.202c2.973 0 5.768 1.158 7.87 3.26a11.055 11.055 0 0 1 3.26 7.87c0 2.974-1.158 5.768-3.26 7.87l10.494 10.494c4.905-4.905 7.607-11.428 7.607-18.364 0-5.675-1.81-11.071-5.153-15.534a29.492 29.492 0 0 1 13.288 7.662c11.573 11.572 11.573 30.403 0 41.975l10.494 10.494c8.409-8.409 13.039-19.59 13.039-31.481-.001-11.892-4.632-23.072-13.04-31.481z"}))},VX=function(t){var n=t.title,r=H(t,aq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M512 85.337V256H256L0 85.337z"}),c.createElement("path",{fill:"#D80027",d:"M512 256v170.663H0L256 256z"}),c.createElement("path",{d:"m161.908 256-27.288-12.835 14.532-26.428-29.632 5.668-3.755-29.933-20.64 22.015-20.639-22.015-3.755 29.933-29.631-5.669 14.531 26.428L28.343 256l27.288 12.835L41.1 295.263l29.633-5.668 3.753 29.933 20.639-22.015 20.64 22.015 3.755-29.933 29.631 5.669-14.532-26.427zM21.789 117.607l9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.694-14.809-4.932-9.268 12.559.117-15.608-14.809-4.934 14.88-4.712zm0 235.923 9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.695-14.809-4.933-9.268 12.558.117-15.607-14.809-4.934 14.88-4.712zm188.606-117.961-9.081 12.695-14.879-4.713 9.268 12.559-9.081 12.696 14.809-4.933 9.268 12.558-.117-15.607 14.809-4.934-14.88-4.713z",fill:"#FFDA44"}))},UX=function(t){var n=t.title,r=H(t,lq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"m393.508 170.516 17.512 18.875 23.363-10.821-12.541 22.487 17.513 18.876-25.263-4.978-12.539 22.488-3.073-25.564-25.263-4.978 23.363-10.82z"}),c.createElement("path",{d:"M0 85.343h512v341.326H0z"})),c.createElement("path",{fill:"#01411c",d:"M128 85.331h384v341.337H128z"}),c.createElement("path",{d:"M361.909 298.793c-31.037 22.426-74.378 15.446-96.804-15.592-22.427-31.038-15.446-74.379 15.593-96.804 9.677-6.992 20.55-11.125 31.613-12.563-21.283-3.183-43.777 1.613-62.598 15.211-38.2 27.602-46.792 80.944-19.191 119.145 27.601 38.199 80.944 46.792 119.145 19.189 18.82-13.598 30.436-33.448 34.096-54.655-4.839 10.05-12.176 19.076-21.854 26.069zm-1.329-125.904 17.484 18.842 23.322-10.802-12.519 22.447 17.483 18.844-25.219-4.968-12.519 22.45-3.067-25.521-25.22-4.969 23.323-10.802z",fill:"#FFF"}))},GX=function(t){var n=t.title,r=H(t,iq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512V256H0z"})),c.createElement("path",{fill:"#D80027",d:"M0 256h512v170.663H0z"}))},WX=function(t){var n=t.title,r=H(t,oq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},qX=function(t){var n=t.title,r=H(t,sq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),c.createElement("path",{fill:"#ACABB1",d:"M400.696 219.822 384 225.387l-16.696-5.565-5.565-13.913 5.565-13.913h33.392l-5.566 13.913z"}),c.createElement("path",{fill:"#338AF3",d:"M345.043 219.822v61.217c0 29.821 38.957 38.957 38.957 38.957s38.957-9.137 38.957-38.957v-61.217h-77.914z"}),c.createElement("path",{fill:"#6DA544",d:"M348.555 295.541C358.131 313.927 384 319.996 384 319.996s25.869-6.069 35.445-24.455L384 236.518l-35.445 59.023z"}),c.createElement("path",{fill:"#FFDA44",d:"M422.957 280.421 384 219.822l-38.957 60.599v.618c0 5.518 1.337 10.328 3.512 14.503L384 240.405l35.445 55.137c2.175-4.175 3.512-8.983 3.512-14.503v-.618z"}),c.createElement("path",{fill:"#FFF",d:"M256 85.333v30.553l-45.167 25.099H256v59.359h-59.103L256 233.179v22.817h-26.68l-73.494-40.826v40.826h-55.652v-48.573l-87.43 48.573H0v-30.554l45.167-25.098H0v-59.359h59.103L0 108.139V85.333h26.68l73.494 40.825V85.333h55.652v48.572l87.43-48.572z"}),c.createElement("path",{fill:"#D80027",d:"M144 85.33h-32v69.332H0v32h112v69.334h32v-69.334h112v-32H144z"}),c.createElement("path",{fill:"#0052B4",d:"M155.826 200.344 256 255.996v-15.737l-71.847-39.915z"}),c.createElement("path",{fill:"#FFF",d:"M155.826 200.344 256 255.996v-15.737l-71.847-39.915z"}),c.createElement("path",{d:"M155.826 200.344 256 255.996v-15.737l-71.847-39.915zm-83.98 0L0 240.259v15.737l100.174-55.652z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M100.174 140.982 0 85.33v15.737l71.847 39.915z"}),c.createElement("path",{fill:"#FFF",d:"M100.174 140.982 0 85.33v15.737l71.847 39.915z"}),c.createElement("path",{d:"M100.174 140.982 0 85.33v15.737l71.847 39.915zm83.98 0L256 101.067V85.33l-100.174 55.652z",fill:"#D80027"}))},YX=function(t){var n=t.title,r=H(t,cq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512V153.6H0zm0 136.526h512v68.263H0zM0 358.4h512v68.263H0z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M256 256.006 0 426.668V85.331z"}),c.createElement("path",{fill:"#FFF",d:"m83.477 195.132 15.107 46.498h48.894l-39.554 28.739 15.107 46.499-39.554-28.738-39.555 28.738 15.11-46.499-39.554-28.739H68.37z"}))},KX=function(t){var n=t.title,r=H(t,uq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{fill:"#268024",d:"M0 312.888h512v113.775H0z"}),c.createElement("path",{fill:"#e4312b",d:"M256 256.006 0 426.668V85.331z"}))},ZX=function(t){var n=t.title,r=H(t,dq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#6DA544",d:"M196.641 85.337v341.326H0V85.337z"}),c.createElement("circle",{fill:"#FFDA44",cx:196.641,cy:256,r:64}),c.createElement("path",{fill:"#D80027",d:"M160.638 224v40.001c0 19.882 16.118 36 36 36s36-16.118 36-36V224h-72z"}),c.createElement("path",{fill:"#FFF",d:"M196.638 276c-6.617 0-12-5.383-12-12v-16h24.001v16c-.001 6.616-5.385 12-12.001 12z"}))},XX=function(t){var n=t.title,r=H(t,fq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 85.331h512v341.337H0z"}),c.createElement("circle",{fill:"#FFDA44",cx:218.902,cy:255.994,r:74.207}))},QX=function(t){var n=t.title,r=H(t,hq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 312.888h512v113.775H0z"}),c.createElement("path",{fill:"#6DA544",d:"m289.579 216.738-12.592 12.592c5.37 5.372 8.693 12.792 8.693 20.988 0 16.392-13.289 29.68-29.68 29.68-16.392 0-29.68-13.289-29.68-29.68 0-8.195 3.322-15.616 8.693-20.988l-12.592-12.592c-8.594 8.594-13.91 20.466-13.91 33.579 0 26.228 21.261 47.489 47.489 47.489s47.489-21.261 47.489-47.489c0-13.112-5.316-24.985-13.91-33.579z"}),c.createElement("path",{fill:"#FFDA44",d:"m256 232.51 4.421 13.605h14.304l-11.573 8.408 4.421 13.604L256 259.719l-11.573 8.408 4.421-13.604-11.573-8.408h14.304z"}))},JX=function(t){var n=t.title,r=H(t,mq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#751A46",d:"M0 0h512v342H0z"}),c.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"}))},eQ=function(t){var n=t.title,r=H(t,pq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},tQ=function(t){var n=t.title,r=H(t,vq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}),c.createElement("path",{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}))},nQ=function(t){var n=t.title,r=H(t,gq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 85.331h512v113.775H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 312.882h512v113.775H0z"}),c.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"}),c.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"}),c.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"}))},rQ=function(t){var n=t.title,r=H(t,yq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.33v341.332h512V85.33z"}),c.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 85.333h512v113.775H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 312.884h512v113.775H0z"}))},aQ=function(t){var n=t.title,r=H(t,xq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 255.994h512v81.619H0z"}),c.createElement("path",{fill:"#496E2D",d:"M0 337.614h512v89.043H0z"}),c.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"}))},lQ=function(t){var n=t.title,r=H(t,wq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#055e1c",d:"M0 85.333h512v341.333H0z"}),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M183.548 289.386c0 12.295 9.731 22.261 21.736 22.261h65.208c0 10.244 8.11 18.551 18.114 18.551h21.736c10.004 0 18.114-8.306 18.114-18.551v-22.261H183.548zm146.716-107.595v51.942c0 8.183-6.5 14.84-14.491 14.84v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.942h-21.735zm-155.773 51.943c0 8.183-6.5 14.84-14.491 14.84v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.942H174.49v51.942z"}),c.createElement("path",{d:"M297.661 181.788h21.736v51.942h-21.736zm-32.604 29.685c0 2.046-1.625 3.71-3.623 3.71-1.998 0-3.623-1.664-3.623-3.71v-29.682h-21.736v29.682c0 2.046-1.625 3.71-3.623 3.71s-3.623-1.664-3.623-3.71v-29.682h-21.736v29.682c0 14.32 11.376 25.971 25.358 25.971 5.385 0 10.38-1.733 14.491-4.677 4.11 2.944 9.106 4.677 14.491 4.677 1.084 0 2.15-.078 3.2-.215-1.54 6.499-7.255 11.345-14.068 11.345v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.943h-21.736l.002 29.682z"}),c.createElement("path",{d:"M207.093 248.57h32.601v22.261h-32.601z"})))},iQ=function(t){var n=t.title,r=H(t,bq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#496E2D",d:"M0 85.334h512v341.337H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 426.663V85.329h512"}),c.createElement("path",{fill:"#FFDA44",d:"M0 396.494v30.169h45.255L512 115.499v-30.17h-45.255z"}),c.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"}))},oQ=function(t){var n=t.title,r=H(t,Eq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M235.454 85.337 0 426.663 427.345 85.337z"}),c.createElement("path",{fill:"#6DA544",d:"M512 329.393 0 426.663h512z"}),c.createElement("path",{fill:"#D80027",d:"M512 85.337h-84.655L0 426.663l512-204.512z"}),c.createElement("path",{fill:"#0052B4",d:"M0 85.337v341.326L235.454 85.337z"}))},sQ=function(t){var n=t.title,r=H(t,Cq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{d:"M0 312.888h512v113.775H0z"}),c.createElement("path",{fill:"#496E2D",d:"M0 426.668V85.331l256 170.675z"}))},cQ=function(t){var n=t.title,r=H(t,Sq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M192 85.33h-64v138.666H0v64h128v138.666h64V287.996h320v-64H192z"}))},uQ=function(t){var n=t.title,r=H(t,Mq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512V256H0z"}),c.createElement("g",{fill:"#FFF"},c.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"}),c.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"})))},dQ=function(t){var n=t.title,r=H(t,$q);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h512v341.3H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}),c.createElement("path",{d:"M0 0v15.1l57.4 38.3H80zm256 0v15.1l-57.4 38.3H176z"})),c.createElement("path",{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}),c.createElement("path",{d:"M0 0v15.1l57.4 38.3H80zm256 0v15.1l-57.4 38.3H176z",fill:"#D80027"}),c.createElement("path",{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}),c.createElement("path",{d:"M0 170.7v-15.1l57.4-38.2H80zm256 0v-15.1l-57.4-38.2H176z",fill:"#D80027"}),c.createElement("path",{fill:"#29DBFF",d:"M449 139.7c-.1 44.4-7.2 92.1-65 114.9-57.8-22.8-64.9-70.5-65-114.9h130z"}),c.createElement("path",{fill:"#ffda44",d:"M449 139.7c0-16.7-.9-32.9-.5-47.1C426.9 83 398.4 81 383.9 81s-42.9 2-64.6 11.6c.4 14.2-.5 30.4-.5 47.1H449z"}),c.createElement("path",{fill:"#BF521B",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"}),c.createElement("path",{fill:"#474747",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"}))},fQ=function(t){var n=t.title,r=H(t,Nq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 199.112h512v113.775H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 312.888h512v113.775H0z"}),c.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"}),c.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"}),c.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"}))},hQ=function(t){var n=t.title,r=H(t,zq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.334h512v341.337H0z"}),c.createElement("path",{fill:"#FFF",d:"M512 295.883H202.195v130.783h-79.76V295.883H0v-79.772h122.435V85.329h79.76v130.782H512v61.218z"}),c.createElement("path",{fill:"#2E52B2",d:"M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z"}))},mQ=function(t){var n=t.title,r=H(t,Dq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 196.641h512v118.717H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 315.359h512v111.304H0z"}),c.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"}),c.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"}),c.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"}),c.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"}))},pQ=function(t){var n=t.title,r=H(t,Tq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 312.888h512v113.775H0z"}))},vQ=function(t){var n=t.title,r=H(t,Oq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 85.34h512v341.326H0z"}),c.createElement("path",{fill:"#FFF",d:"M512 85.334v166.69L0 256.175V85.334z"}),c.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"}),c.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"}),c.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"}),c.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"}),c.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"}))},gQ=function(t){var n=t.title,r=H(t,Fq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M330.207 85.331H512v341.337H330.207z"}),c.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"}))},yQ=function(t){var n=t.title,r=H(t,Aq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 85.331h512v341.337H0z"}),c.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"}))},xQ=function(t){var n=t.title,r=H(t,jq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#A2001D",d:"M0 196.636h512v118.728H0z"}),c.createElement("path",{d:"M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z",fill:"#6DA544"}),c.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"}))},wQ=function(t){var n=t.title,r=H(t,Rq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#496E2D",d:"M0 322.783h512v103.88H0z"}),c.createElement("path",{d:"M0 85.337h512v104.515H0z"}),c.createElement("path",{fill:"#A2001D",d:"M0 210.877h512v89.656H0z"}),c.createElement("path",{fill:"#0052B4",d:"M256 256.006 0 426.668V85.331z"}),c.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"}))},bQ=function(t){var n=t.title,r=H(t,kq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z",fill:"#6DA544"}),c.createElement("path",{fill:"#D80027",d:"M256 256.006 0 426.668V85.331z"}),c.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"}))},EQ=function(t){var n=t.title,r=H(t,_q);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z",fill:"#0052B4"}),c.createElement("path",{fill:"#FFDA44",d:"M228.582 261.936 256 214.447l27.418 47.489z"}),c.createElement("path",{fill:"#6DA544",d:"M291.616 277.616 256 295.425l-35.616-17.809v-23.744h71.232z"}),c.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"}))},CQ=function(t){var n=t.title,r=H(t,Hq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M512 85.331v166.69L0 256.173V85.331z"}),c.createElement("path",{fill:"#FFF",d:"M256 256.006 0 426.668V85.331z"}),c.createElement("g",{fill:"#FFDA44"},c.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"}),c.createElement("circle",{cx:118.862,cy:210.287,r:18.286})),c.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"}),c.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"}),c.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"}))},SQ=function(t){var n=t.title,r=H(t,Lq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 0h900v600H0z",fill:"#0f0f0f"}),c.createElement("path",{d:"M0 0h900v400H0z",fill:"#fff"}),c.createElement("path",{d:"M0 0h900v200H0z",fill:"#047a3f"}),c.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"}))},MQ=function(t){var n=t.title,r=H(t,Pq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#2B5DEA",d:"M0 0h900v600H0V0z"}),c.createElement("path",{fill:"#FFDF29",d:"M0 100h900v400H0V100z"}),c.createElement("path",{fill:"#D70000",d:"M0 150h900v300H0V150z"}),c.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"}),c.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"}),c.createElement("path",{fill:"#FFF",d:"M346.3 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z"}),c.createElement("path",{d:"M477.8 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z"}))},$Q=function(t){var n=t.title,r=H(t,Iq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h512v341.3H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}),c.createElement("path",{d:"M0 0v15.1l57.4 38.3H80zm256 0v15.1l-57.4 38.3H176z"})),c.createElement("path",{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}),c.createElement("path",{d:"M0 0v15.1l57.4 38.3H80zm256 0v15.1l-57.4 38.3H176z",fill:"#D80027"}),c.createElement("path",{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}),c.createElement("path",{d:"M0 170.7v-15.1l57.4-38.2H80zm256 0v-15.1l-57.4-38.2H176z",fill:"#D80027"}),c.createElement("path",{fill:"#29DBFF",d:"M448.9 169.5c0 9.6-.3 29.6-1.4 39.2-4.1 34.9-23.5 68.8-62.1 85.9-45.3-17.9-60.8-51-64.9-85.9-1.1-9.6-1.5-19.4-1.5-29l.3-47.1h129.2l.4 36.9z"}),c.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"}),c.createElement("path",{fill:"#29DBFF",d:"m385.4 251.7-22.9-43h45.8z"}),c.createElement("path",{fill:"#FFF",d:"m385.4 165.8-22.9 42.9h45.8z"}),c.createElement("ellipse",{fill:"#FFBE57",cx:474.8,cy:236.8,rx:16.8,ry:43.3}),c.createElement("ellipse",{fill:"#FFBE57",cx:295.3,cy:236.8,rx:16.8,ry:43.3}),c.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"}),c.createElement("ellipse",{fill:"#A5A5A5",cx:386.3,cy:104.3,rx:34.3,ry:23.3}))},NQ=function(t){var n=t.title,r=H(t,Bq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M332.058 191.996v78.221c0 38.103 51.942 49.779 51.942 49.779s51.942-11.675 51.942-49.779v-78.221H332.058z"}),c.createElement("path",{fill:"#FF9811",d:"M376.579 220.44c0 7.855-6.644 28.445-14.84 28.445s-14.84-20.589-14.84-28.445c0-7.856 14.84-14.222 14.84-14.222s14.84 6.367 14.84 14.222z"}),c.createElement("path",{fill:"#A2001D",d:"M415.961 235.93c2.394-5.6 4.257-13.785 4.257-17.86 0-6.546-8.904-11.852-8.904-11.852s-8.904 5.306-8.904 11.852c0 4.075 1.862 12.26 4.257 17.86l-5.141 11.123a26.898 26.898 0 0 0 9.788 1.831c3.463 0 6.766-.654 9.788-1.831l-5.141-11.123z"}),c.createElement("path",{fill:"#6DA544",d:"M372.87 270.217s-7.421 14.222-7.421 28.445h37.101c0-14.222-7.421-28.445-7.421-28.445l-11.13-7.111-11.129 7.111z"}),c.createElement("path",{fill:"#D80027",d:"M395.13 270.217v-3.555c0-5.891-4.983-10.666-11.13-10.666-6.147 0-11.13 4.776-11.13 10.666v3.555h22.26z"}),c.createElement("path",{fill:"#FFF",d:"M256 85.333v30.553l-45.167 25.099H256v59.359h-59.103L256 233.179v22.817h-26.68l-73.494-40.826v40.826h-55.652v-48.573l-87.43 48.573H0v-30.554l45.167-25.098H0v-59.359h59.103L0 108.139V85.333h26.68l73.494 40.825V85.333h55.652v48.572l87.43-48.572z"}),c.createElement("path",{fill:"#D80027",d:"M144 85.33h-32v69.332H0v32h112v69.334h32v-69.334h112v-32H144z"}),c.createElement("path",{fill:"#0052B4",d:"M155.826 200.344 256 255.996v-15.737l-71.847-39.915z"}),c.createElement("path",{fill:"#FFF",d:"M155.826 200.344 256 255.996v-15.737l-71.847-39.915z"}),c.createElement("path",{d:"M155.826 200.344 256 255.996v-15.737l-71.847-39.915zm-83.98 0L0 240.259v15.737l100.174-55.652z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M100.174 140.982 0 85.33v15.737l71.847 39.915z"}),c.createElement("path",{fill:"#FFF",d:"M100.174 140.982 0 85.33v15.737l71.847 39.915z"}),c.createElement("path",{d:"M100.174 140.982 0 85.33v15.737l71.847 39.915zm83.98 0L256 101.067V85.33l-100.174 55.652z",fill:"#D80027"}))},zQ=function(t){var n=t.title,r=H(t,Vq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}),c.createElement("path",{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}))},DQ=function(t){var n=t.title,r=H(t,Uq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h21v15H0V0z"}),c.createElement("path",{fill:"#0A388A",d:"M0 0h22.5v15H0V0z"}),c.createElement("path",{fill:"#FFF",d:"M0 0h11.3v7.5H0V0z"}),c.createElement("path",{fill:"#D80027",d:"M7.1 0h3.6v7H7.1V0z"}),c.createElement("path",{fill:"#0A388A",d:"M0 0h3.6v7H0V0z"}),c.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"}))},TQ=function(t){var n=t.title,r=H(t,Gq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512V153.6H0zM0 358.4h512v68.263H0zm0-136.537h512v68.263H0z",fill:"#496E2D"}),c.createElement("path",{fill:"#D80027",d:"M0 85.337h204.054v204.054H0z"}),c.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"}))},OQ=function(t){var n=t.title,r=H(t,Wq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.334h512V426.66H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 194.056h512v123.882H0z"}),c.createElement("path",{d:"M0 85.334h512v54.522H0zm0 286.809h512v54.522H0z",fill:"#D80027"}))},FQ=function(t){var n=t.title,r=H(t,qq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 312.888h512v113.775H0z"}),c.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"}))},AQ=function(t){var n=t.title,r=H(t,Yq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}),c.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"}),c.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"}))},jQ=function(t){var n=t.title,r=H(t,Kq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M256 256 0 90.691v44.242L155.826 256 0 377.067v44.242z"}),c.createElement("path",{d:"M0 90.691v330.618L189.217 256z"}),c.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"}))},RQ=function(t){var n=t.title,r=H(t,Zq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#496E2D",d:"M0 85.337h512v341.326H0z"}),c.createElement("g",{fill:"#FFF"},c.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"}),c.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"})),c.createElement("path",{fill:"#D80027",d:"M83.478 85.337h89.043v341.326H83.478z"}),c.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"}),c.createElement("path",{d:"M128 137.276h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.105v-8.012H128z",fill:"#FF9811"}),c.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"}),c.createElement("path",{d:"M128 336.81h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.106v-8.011H128z",fill:"#FF9811"}),c.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"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M120.576 248.576h14.84v14.84h-14.84z"}),c.createElement("circle",{cx:128,cy:206.113,r:7.421}),c.createElement("circle",{cx:128,cy:305.887,r:7.421})))},kQ=function(t){var n=t.title,r=H(t,Xq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}),c.createElement("circle",{fill:"#FFF",cx:256,cy:255.994,r:96}),c.createElement("g",{fill:"#D80027"},c.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"}),c.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"})))},_Q=function(t){var n=t.title,r=H(t,Qq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 85.331h256v170.663H0z"}),c.createElement("path",{fill:"#D80027",d:"M141.357 157.303V130.59h-26.714v26.713H87.93v26.713h26.713v26.713h26.714v-26.713h26.713v-26.713z"}))},HQ=function(t){var n=t.title,r=H(t,Jq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#E30A17",d:"M0 0h513v342H0z"}),c.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"}))},LQ=function(t){var n=t.title,r=H(t,eY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),c.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"}),c.createElement("path",{d:"M43.364 85.337 384.69 426.663h83.946L127.31 85.337z"}))},PQ=function(t){var n=t.title,r=H(t,tY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h900v600H0z"}),c.createElement("path",{fill:"#00B2EE",d:"M0 300h450V0h450v600H0V300z"}),c.createElement("path",{fill:"#FFDA44",d:"m345.3 480.9 29.4 90.6-77.1-56H393l-77.1 56 29.4-90.6zM706.4 340l29.4 90.6-77.1-56H754l-77.1 56 29.5-90.6zm106.4-78.5 29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zm0-224.1 29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6z"}),c.createElement("path",{fill:"#FFF",d:"M449.9 0v206.3h-81l81 54V300h-39.7l-129-85.9V300H168.7v-85.9L39.7 300H0v-39.7l81-54H0V93.8h81L0 39.9V0h39.7l129 85.9V0h112.5v85.9L410.2 0z"}),c.createElement("path",{fill:"#D80027",d:"M253.1 0h-56.3v122H0v56.2h196.8V300h56.3V178.2h196.8V122H253.1z"}),c.createElement("path",{fill:"#2E52B2",d:"M449.9 39.9v53.9h-81z"}),c.createElement("path",{fill:"#D80027",d:"M0 300v-19.3l109.9-74.4h39.7L12.8 300zM12.8.1l136.8 93.7h-39.7L0 19.4V.1zm437.1.1v19.3L340 93.8h-39.7L437.1.2zM437.1 300l-136.8-93.7H340l109.9 74.4V300z"}),c.createElement("path",{fill:"#FFDA44",d:"m719.9 131.6 29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM584 187.7l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zm30 242.9 29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM488 332l29.4 90.6-77.1-56h95.3l-77.1 56L488 332zm0 132 29.4 90.6-77.1-56h95.3l-77.1 56L488 464z"}))},IQ=function(t){var n=t.title,r=H(t,nY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 85.337h256V256H0z"}),c.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"}),c.createElement("circle",{fill:"#0052B4",cx:128,cy:170.674,r:29.006}),c.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"}))},BQ=function(t){var n=t.title,r=H(t,rY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 426.663V85.337h512"}),c.createElement("path",{fill:"#FFDA44",d:"M512 152.222V85.337H411.67L0 359.778v66.885h100.33z"}),c.createElement("path",{d:"M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z"}))},VQ=function(t){var n=t.title,r=H(t,aY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 85.337h512V256H0z"}))},UQ=function(t){var n=t.title,r=H(t,lY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#232323",d:"M0 0h512v341.3H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 56.9h512v56.9H0z"}),c.createElement("path",{fill:"#D32300",d:"M0 113.8h512v56.9H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 227.6h512v56.9H0z"}),c.createElement("path",{fill:"#D32300",d:"M0 284.4h512v56.9H0z"}),c.createElement("circle",{fill:"#FFF",cx:256,cy:170.7,r:80.7}),c.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"}))},GQ=function(t){var n=t.title,r=H(t,iY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("path",{fill:"#2E52B2",d:"M0 0h256.5v184.1H0z"}),c.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"}))},WQ=function(t){var n=t.title,r=H(t,oY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("path",{fill:"#2E52B2",d:"M0 0h256.5v184.1H0z"}),c.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"}))},qQ=function(t){var n=t.title,r=H(t,sY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 38h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z",fill:"#0038a8"}),c.createElement("path",{fill:"#FFF",d:"M0 0h256.5v190H0z"}),c.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"}))},YQ=function(t){var n=t.title,r=H(t,cY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 322.783h512v103.88H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 85.337h512v104.515H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 210.877h512v89.656H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 85.337h512v104.515H0z"}),c.createElement("path",{d:"M188.688 137.589c0-15.984 11.234-29.339 26.236-32.614a33.531 33.531 0 0 0-7.155-.777c-18.442 0-33.391 14.949-33.391 33.391s14.949 33.391 33.391 33.391c2.458 0 4.85-.273 7.155-.777-15.002-3.275-26.236-16.63-26.236-32.614zm45.97 15.177 2.261 6.957h7.315l-5.918 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.261-6.956-5.918-4.301h7.315zm23.348 0 2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zm23.347 0 2.26 6.957h7.315l-5.917 4.301 2.26 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.918-4.301h7.315zm23.347 0 2.262 6.957h7.315l-5.919 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.262-6.956-5.919-4.301h7.314zm23.348 0 2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zm-70.042-24.284 2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zm23.347 0 2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.918-4.3h7.315zm23.347 0 2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.299-5.918 4.299 2.262-6.957-5.919-4.3h7.314zm23.348 0 2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zm-46.695-24.284 2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.918-4.3h7.315zm23.347 0 2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.3-5.918 4.3 2.262-6.957-5.919-4.3h7.314zm23.348 0 2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.917-4.3h7.314z",fill:"#FFF"}))},KQ=function(t){var n=t.title,r=H(t,uY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 85.331h256v341.337H256z"}),c.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"}),c.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"}))},ZQ=function(t){var n=t.title,r=H(t,dY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 85.331h170.663v341.337H0z"}),c.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"}))},XQ=function(t){var n=t.title,r=H(t,fY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFCE00",d:"M0 0h22.5v5H0z"}),c.createElement("path",{fill:"#203899",d:"M0 5h22.5v5H0z"}),c.createElement("path",{fill:"#D82B2B",d:"M0 10h22.5v5H0z"}),c.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"}))},QQ=function(t){var n=t.title,r=H(t,hY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.334h512v341.337H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 85.334V202.66h-46.069L256 233.38v22.617h-22.628L160 207.078v48.919H96v-48.919l-73.372 48.919H0V233.38l46.069-30.72H0v-64h46.069L0 107.951V85.334h22.628L96 134.241V85.334h64v48.907l73.372-48.907z"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144 85.33h-32v69.333H0v32h112v69.334h32v-69.334h112v-32H144z"}),c.createElement("path",{d:"M0 85.329v15.083l57.377 38.251H80zm256 0v15.083l-57.377 38.251H176z"})),c.createElement("path",{fill:"#2E52B2",d:"M256 107.951v30.712h-46.069z"}),c.createElement("path",{d:"M0 85.329v15.083l57.377 38.251H80zm256 0v15.083l-57.377 38.251H176z",fill:"#D80027"}),c.createElement("path",{fill:"#2E52B2",d:"M256 107.951v30.712h-46.069z"}),c.createElement("path",{d:"M0 255.997v-15.082l57.377-38.252H80zm256 0v-15.082l-57.377-38.252H176z",fill:"#D80027"}),c.createElement("path",{fill:"#FFDA44",d:"m384 259.706-46.129 46.129c8.645 16.675 26.051 28.074 46.129 28.074s37.484-11.4 46.129-28.074L384 259.706z"}),c.createElement("path",{fill:"#6DA544",d:"M332.058 178.084v81.624c.001 39.759 51.942 51.941 51.942 51.941s51.941-12.182 51.942-51.942v-81.623H332.058z"}),c.createElement("path",{fill:"#FFF",d:"M372.87 215.181h22.261v59.359H372.87z"}),c.createElement("circle",{fill:"#A2001D",cx:384,cy:215.181,r:11.13}),c.createElement("path",{d:"M346.902 192.92h14.84v14.84h-14.84zm0 33.392h14.84v14.84h-14.84zm0 33.391h14.84v14.84h-14.84zm59.359-66.783h14.84v14.84h-14.84zm0 33.392h14.84v14.84h-14.84zm0 33.391h14.84v14.84h-14.84z",fill:"#FFDA44"}))},JQ=function(t){var n=t.title,r=H(t,mY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h512v341.3H0z"}),c.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"}),c.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"}),c.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"}),c.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"}),c.createElement("g",{fill:"#FFD836",stroke:"#231F20",strokeMiterlimit:10},c.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"}),c.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"})),c.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"}),c.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"}),c.createElement("path",{fill:"#0052B4",d:"M201.3 111.8h119.4v37.9H201.3z"}),c.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"}))},eJ=function(t){var n=t.title,r=H(t,pY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M196.641 85.337H0v341.326h512V85.337z"}),c.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"}))},tJ=function(t){var n=t.title,r=H(t,vY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#6DA544",d:"M512 256v170.663H0L215.185 256z"}),c.createElement("path",{fill:"#D80027",d:"M512 85.337V256H215.185L0 85.337z"}),c.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"}),c.createElement("g",{fill:"#FFDA44"},c.createElement("path",{d:"M8.956 85.337H0v7.103L206.229 256 0 419.559v7.104h8.956l208.168-165.098H512v-11.13H217.124z"}),c.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"})))},nJ=function(t){var n=t.title,r=H(t,gY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 100"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80B30",d:"M0 0h150v100H0z"}),c.createElement("path",{fill:"#00318A",d:"M0 0h20v44.33H0z"}),c.createElement("path",{fill:"#FFF",d:"M20 0h20v44.33H20z"}),c.createElement("path",{fill:"none",stroke:"#FFF",strokeWidth:3,d:"M0 44.33h62.75V0"}),c.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"}))},rJ=function(t){var n=t.title,r=H(t,yY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 85.331h256v170.663H0z"}),c.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"}))},aJ=function(t){var n=t.title,r=H(t,xY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.33"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h512v341.34H0z"}),c.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"}),c.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"}))},lJ=function(t){var n=t.title,r=H(t,wY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{d:"M0 312.888h512v113.775H0z"}))},iJ=function(t){var n=t.title,r=H(t,bY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h90v60H0z"}),c.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"}),c.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"}),c.createElement("path",{fill:"#3951A3",d:"M31 13.1h28v15.7H31z"}),c.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"}),c.createElement("circle",{fill:"#FEE05F",cx:39.1,cy:36.5,r:3}),c.createElement("circle",{fill:"#FEE05F",cx:50.9,cy:36.5,r:3}))},oJ=function(t){var n=t.title,r=H(t,EY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M114.024 256.001 0 141.926v228.17z"}),c.createElement("path",{fill:"#ffb915",d:"M161.192 256 0 94.7v47.226l114.024 114.075L0 370.096v47.138z"}),c.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"}),c.createElement("path",{fill:"#000c8a",d:"M503.181 322.783H236.433l-103.881 103.88H512v-103.88z"}),c.createElement("path",{fill:"#e1392d",d:"M503.181 189.217H512V85.337H132.552l103.881 103.88z"}))},sJ=function(t){var n=t.title,r=H(t,CY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#496E2D",d:"M0 85.331h512v341.337H0z"}),c.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"}),c.createElement("path",{fill:"#D80027",d:"M341.337 255.994h56.888v170.663h-56.888z"}),c.createElement("path",{fill:"#FF9811",d:"M455.112 255.994H512v170.663h-56.888z"}),c.createElement("path",{d:"M398.225 255.994h56.888v170.663h-56.888z"}))},cJ=function(t){var n=t.title,r=H(t,SY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 85.333h512V426.67H0z"}),c.createElement("path",{d:"M0 134.196h512v48.868H0zm0 195.472h512v48.868H0z",fill:"#FFDA44"}),c.createElement("path",{fill:"#057f44",d:"M0 85.333h512v48.868H0z"}),c.createElement("path",{d:"M0 183.069h512v48.868H0zm0 97.737h512v48.868H0z",fill:"#D80027"}),c.createElement("path",{fill:"#057f44",d:"M0 378.542h512v48.128H0z"}),c.createElement("path",{fill:"#FFF",d:"M276.992 255.996 106.329 426.659H0V85.333h106.329z"}),c.createElement("path",{d:"M256 255.996 85.334 426.662h20.987l170.667-170.666L106.321 85.33H85.334z"}),c.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"}),c.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 uJ={AC:$Y,AD:NY,AE:zY,AF:DY,AG:TY,AI:OY,AL:FY,AM:AY,AO:jY,AQ:RY,AR:kY,AS:_Y,AT:HY,AU:LY,AW:PY,AX:IY,AZ:BY,BA:VY,BB:UY,BD:GY,BE:WY,BF:qY,BG:YY,BH:KY,BI:ZY,BJ:XY,BL:QY,BM:JY,BN:eK,BO:tK,BQ:nK,BR:rK,BS:aK,BT:lK,BV:iK,BW:oK,BY:sK,BZ:cK,CA:uK,CC:dK,CD:fK,CF:hK,CG:mK,CH:pK,CI:vK,CK:gK,CL:yK,CM:xK,CN:wK,CO:bK,CR:EK,CU:CK,CV:SK,CW:MK,CX:$K,CY:NK,CZ:zK,DE:DK,DJ:TK,DK:OK,DM:FK,DO:AK,DZ:jK,EC:RK,EE:kK,EG:_K,EH:HK,ER:LK,ES:PK,ET:IK,EU:BK,FI:VK,FJ:UK,FK:GK,FM:WK,FO:qK,FR:YK,GA:KK,GB:ZK,GD:XK,GE:QK,GF:JK,GG:eZ,GH:tZ,GI:nZ,GL:rZ,GM:aZ,GN:lZ,GP:iZ,GQ:oZ,GR:sZ,GS:cZ,GT:uZ,GU:dZ,GW:fZ,GY:hZ,HK:mZ,HM:pZ,HN:vZ,HR:gZ,HT:yZ,HU:xZ,IC:wZ,ID:bZ,IE:EZ,IL:CZ,IM:SZ,IN:MZ,IO:$Z,IQ:NZ,IR:zZ,IS:DZ,IT:TZ,JE:OZ,JM:FZ,JO:AZ,JP:jZ,KE:RZ,KG:kZ,KH:_Z,KI:HZ,KM:LZ,KN:PZ,KP:IZ,KR:BZ,KW:VZ,KY:UZ,KZ:GZ,LA:WZ,LB:qZ,LC:YZ,LI:KZ,LK:ZZ,LR:XZ,LS:QZ,LT:JZ,LU:eX,LV:tX,LY:nX,MA:rX,MC:aX,MD:lX,ME:iX,MF:oX,MG:sX,MH:cX,MK:uX,ML:dX,MM:fX,MN:hX,MO:mX,MP:pX,MQ:vX,MR:gX,MS:yX,MT:xX,MU:wX,MV:bX,MW:EX,MX:CX,MY:SX,MZ:MX,NA:$X,NC:NX,NE:zX,NF:DX,NG:TX,NI:OX,NL:FX,NO:AX,NP:jX,NR:RX,NU:kX,NZ:_X,OM:HX,PA:LX,PE:PX,PF:IX,PG:BX,PH:VX,PK:UX,PL:GX,PM:WX,PN:qX,PR:YX,PS:KX,PT:ZX,PW:XX,PY:QX,QA:JX,RE:eQ,RO:tQ,RS:nQ,RU:rQ,RW:aQ,SA:lQ,SB:iQ,SC:oQ,SD:sQ,SE:cQ,SG:uQ,SH:dQ,SI:fQ,SJ:hQ,SK:mQ,SL:pQ,SM:vQ,SN:gQ,SO:yQ,SR:xQ,SS:wQ,ST:bQ,SV:EQ,SX:CQ,SY:SQ,SZ:MQ,TA:$Q,TC:NQ,TD:zQ,TF:DQ,TG:TQ,TH:OQ,TJ:FQ,TK:AQ,TL:jQ,TM:RQ,TN:kQ,TO:_Q,TR:HQ,TT:LQ,TV:PQ,TW:IQ,TZ:BQ,UA:VQ,UG:UQ,UM:GQ,US:WQ,UY:qQ,UZ:YQ,VA:KQ,VC:ZQ,VE:XQ,VG:QQ,VI:JQ,VN:eJ,VU:tJ,WF:nJ,WS:rJ,XK:aJ,YE:lJ,YT:iJ,ZA:oJ,ZM:sJ,ZW:cJ};function _h(){return _h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},_h.apply(null,arguments)}function _7(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Hh(e,t){return Hh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},Hh(e,t)}function dJ(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Hh(e,t)}var H7=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function fJ(e,t){return!!(e===t||H7(e)&&H7(t))}function hJ(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!fJ(e[n],t[n]))return!1;return!0}function w3(e,t){t===void 0&&(t=hJ);var n,r=[],l,o=!1;function u(){for(var h=[],m=0;m<arguments.length;m++)h[m]=arguments[m];return o&&n===this&&t(h,r)||(l=e.apply(this,h),o=!0,n=this,r=h),l}return u}var mJ=typeof performance=="object"&&typeof performance.now=="function",L7=mJ?function(){return performance.now()}:function(){return Date.now()};function P7(e){cancelAnimationFrame(e.id)}function pJ(e,t){var n=L7();function r(){L7()-n>=t?e.call(null):l.id=requestAnimationFrame(r)}var l={id:requestAnimationFrame(r)};return l}var b3=-1;function I7(e){if(e===void 0&&(e=!1),b3===-1||e){var t=document.createElement("div"),n=t.style;n.width="50px",n.height="50px",n.overflow="scroll",document.body.appendChild(t),b3=t.offsetWidth-t.clientWidth,document.body.removeChild(t)}return b3}var po=null;function B7(e){if(e===void 0&&(e=!1),po===null||e){var t=document.createElement("div"),n=t.style;n.width="50px",n.height="50px",n.overflow="scroll",n.direction="rtl";var r=document.createElement("div"),l=r.style;return l.width="100px",l.height="100px",t.appendChild(r),document.body.appendChild(t),t.scrollLeft>0?po="positive-descending":(t.scrollLeft=1,t.scrollLeft===0?po="negative":po="positive-ascending"),document.body.removeChild(t),po}return po}var vJ=150,gJ=function(t,n){return t};function yJ(e){var t,n=e.getItemOffset,r=e.getEstimatedTotalSize,l=e.getItemSize,o=e.getOffsetForIndexAndAlignment,u=e.getStartIndexForOffset,h=e.getStopIndexForStartIndex,m=e.initInstanceProps,p=e.shouldResetStyleCacheOnItemSizeChange,g=e.validateProps;return t=(function(x){dJ(b,x);function b(S){var C;return C=x.call(this,S)||this,C._instanceProps=m(C.props,_7(C)),C._outerRef=void 0,C._resetIsScrollingTimeoutId=null,C.state={instance:_7(C),isScrolling:!1,scrollDirection:"forward",scrollOffset:typeof C.props.initialScrollOffset=="number"?C.props.initialScrollOffset:0,scrollUpdateWasRequested:!1},C._callOnItemsRendered=void 0,C._callOnItemsRendered=w3(function(M,$,z,O){return C.props.onItemsRendered({overscanStartIndex:M,overscanStopIndex:$,visibleStartIndex:z,visibleStopIndex:O})}),C._callOnScroll=void 0,C._callOnScroll=w3(function(M,$,z){return C.props.onScroll({scrollDirection:M,scrollOffset:$,scrollUpdateWasRequested:z})}),C._getItemStyle=void 0,C._getItemStyle=function(M){var $=C.props,z=$.direction,O=$.itemSize,L=$.layout,F=C._getItemStyleCache(p&&O,p&&L,p&&z),D;if(F.hasOwnProperty(M))D=F[M];else{var A=n(C.props,M,C._instanceProps),R=l(C.props,M,C._instanceProps),Q=z==="horizontal"||L==="horizontal",le=z==="rtl",fe=Q?A:0;F[M]=D={position:"absolute",left:le?void 0:fe,right:le?fe:void 0,top:Q?0:A,height:Q?"100%":R,width:Q?R:"100%"}}return D},C._getItemStyleCache=void 0,C._getItemStyleCache=w3(function(M,$,z){return{}}),C._onScrollHorizontal=function(M){var $=M.currentTarget,z=$.clientWidth,O=$.scrollLeft,L=$.scrollWidth;C.setState(function(F){if(F.scrollOffset===O)return null;var D=C.props.direction,A=O;if(D==="rtl")switch(B7()){case"negative":A=-O;break;case"positive-descending":A=L-z-O;break}return A=Math.max(0,Math.min(A,L-z)),{isScrolling:!0,scrollDirection:F.scrollOffset<A?"forward":"backward",scrollOffset:A,scrollUpdateWasRequested:!1}},C._resetIsScrollingDebounced)},C._onScrollVertical=function(M){var $=M.currentTarget,z=$.clientHeight,O=$.scrollHeight,L=$.scrollTop;C.setState(function(F){if(F.scrollOffset===L)return null;var D=Math.max(0,Math.min(L,O-z));return{isScrolling:!0,scrollDirection:F.scrollOffset<D?"forward":"backward",scrollOffset:D,scrollUpdateWasRequested:!1}},C._resetIsScrollingDebounced)},C._outerRefSetter=function(M){var $=C.props.outerRef;C._outerRef=M,typeof $=="function"?$(M):$!=null&&typeof $=="object"&&$.hasOwnProperty("current")&&($.current=M)},C._resetIsScrollingDebounced=function(){C._resetIsScrollingTimeoutId!==null&&P7(C._resetIsScrollingTimeoutId),C._resetIsScrollingTimeoutId=pJ(C._resetIsScrolling,vJ)},C._resetIsScrolling=function(){C._resetIsScrollingTimeoutId=null,C.setState({isScrolling:!1},function(){C._getItemStyleCache(-1,null)})},C}b.getDerivedStateFromProps=function(C,M){return xJ(C,M),g(C),null};var E=b.prototype;return E.scrollTo=function(C){C=Math.max(0,C),this.setState(function(M){return M.scrollOffset===C?null:{scrollDirection:M.scrollOffset<C?"forward":"backward",scrollOffset:C,scrollUpdateWasRequested:!0}},this._resetIsScrollingDebounced)},E.scrollToItem=function(C,M){M===void 0&&(M="auto");var $=this.props,z=$.itemCount,O=$.layout,L=this.state.scrollOffset;C=Math.max(0,Math.min(C,z-1));var F=0;if(this._outerRef){var D=this._outerRef;O==="vertical"?F=D.scrollWidth>D.clientWidth?I7():0:F=D.scrollHeight>D.clientHeight?I7():0}this.scrollTo(o(this.props,C,M,L,this._instanceProps,F))},E.componentDidMount=function(){var C=this.props,M=C.direction,$=C.initialScrollOffset,z=C.layout;if(typeof $=="number"&&this._outerRef!=null){var O=this._outerRef;M==="horizontal"||z==="horizontal"?O.scrollLeft=$:O.scrollTop=$}this._callPropsCallbacks()},E.componentDidUpdate=function(){var C=this.props,M=C.direction,$=C.layout,z=this.state,O=z.scrollOffset,L=z.scrollUpdateWasRequested;if(L&&this._outerRef!=null){var F=this._outerRef;if(M==="horizontal"||$==="horizontal")if(M==="rtl")switch(B7()){case"negative":F.scrollLeft=-O;break;case"positive-ascending":F.scrollLeft=O;break;default:var D=F.clientWidth,A=F.scrollWidth;F.scrollLeft=A-D-O;break}else F.scrollLeft=O;else F.scrollTop=O}this._callPropsCallbacks()},E.componentWillUnmount=function(){this._resetIsScrollingTimeoutId!==null&&P7(this._resetIsScrollingTimeoutId)},E.render=function(){var C=this.props,M=C.children,$=C.className,z=C.direction,O=C.height,L=C.innerRef,F=C.innerElementType,D=C.innerTagName,A=C.itemCount,R=C.itemData,Q=C.itemKey,le=Q===void 0?gJ:Q,fe=C.layout,ye=C.outerElementType,ve=C.outerTagName,se=C.style,ge=C.useIsScrolling,k=C.width,W=this.state.isScrolling,V=z==="horizontal"||fe==="horizontal",ne=V?this._onScrollHorizontal:this._onScrollVertical,j=this._getRangeToRender(),Y=j[0],U=j[1],K=[];if(A>0)for(var ae=Y;ae<=U;ae++)K.push(w.createElement(M,{data:R,key:le(ae,R),index:ae,isScrolling:ge?W:void 0,style:this._getItemStyle(ae)}));var ue=r(this.props,this._instanceProps);return w.createElement(ye||ve||"div",{className:$,onScroll:ne,ref:this._outerRefSetter,style:_h({position:"relative",height:O,width:k,overflow:"auto",WebkitOverflowScrolling:"touch",willChange:"transform",direction:z},se)},w.createElement(F||D||"div",{children:K,ref:L,style:{height:V?"100%":ue,pointerEvents:W?"none":void 0,width:V?ue:"100%"}}))},E._callPropsCallbacks=function(){if(typeof this.props.onItemsRendered=="function"){var C=this.props.itemCount;if(C>0){var M=this._getRangeToRender(),$=M[0],z=M[1],O=M[2],L=M[3];this._callOnItemsRendered($,z,O,L)}}if(typeof this.props.onScroll=="function"){var F=this.state,D=F.scrollDirection,A=F.scrollOffset,R=F.scrollUpdateWasRequested;this._callOnScroll(D,A,R)}},E._getRangeToRender=function(){var C=this.props,M=C.itemCount,$=C.overscanCount,z=this.state,O=z.isScrolling,L=z.scrollDirection,F=z.scrollOffset;if(M===0)return[0,0,0,0];var D=u(this.props,F,this._instanceProps),A=h(this.props,D,F,this._instanceProps),R=!O||L==="backward"?Math.max(1,$):1,Q=!O||L==="forward"?Math.max(1,$):1;return[Math.max(0,D-R),Math.max(0,Math.min(M-1,A+Q)),D,A]},b})(w.PureComponent),t.defaultProps={direction:"ltr",itemData:void 0,layout:"vertical",overscanCount:2,useIsScrolling:!1},t}var xJ=function(t,n){t.children,t.direction,t.height,t.layout,t.innerTagName,t.outerTagName,t.width,n.instance},wJ=yJ({getItemOffset:function(t,n){var r=t.itemSize;return n*r},getItemSize:function(t,n){var r=t.itemSize;return r},getEstimatedTotalSize:function(t){var n=t.itemCount,r=t.itemSize;return r*n},getOffsetForIndexAndAlignment:function(t,n,r,l,o,u){var h=t.direction,m=t.height,p=t.itemCount,g=t.itemSize,x=t.layout,b=t.width,E=h==="horizontal"||x==="horizontal",S=E?b:m,C=Math.max(0,p*g-S),M=Math.min(C,n*g),$=Math.max(0,n*g-S+g+u);switch(r==="smart"&&(l>=$-S&&l<=M+S?r="auto":r="center"),r){case"start":return M;case"end":return $;case"center":{var z=Math.round($+(M-$)/2);return z<Math.ceil(S/2)?0:z>C+Math.floor(S/2)?C:z}case"auto":default:return l>=$&&l<=M?l:l<$?$:M}},getStartIndexForOffset:function(t,n){var r=t.itemCount,l=t.itemSize;return Math.max(0,Math.min(r-1,Math.floor(n/l)))},getStopIndexForStartIndex:function(t,n,r){var l=t.direction,o=t.height,u=t.itemCount,h=t.itemSize,m=t.layout,p=t.width,g=l==="horizontal"||m==="horizontal",x=n*h,b=g?p:o,E=Math.ceil((b+r-x)/h);return Math.max(0,Math.min(u-1,n+E-1))},initInstanceProps:function(t){},shouldResetStyleCacheOnItemSizeChange:!0,validateProps:function(t){t.itemSize}});const xc=w.forwardRef(({className:e,onChange:t,error:n,disabled:r,value:l,required:o,info:u,id:h="mobile-number",label:m="Mobile No.",...p},g)=>d.jsxs("div",{className:"flex flex-col gap-3 w-full",children:[d.jsx(rr,{label:m,required:o,info:u,disabled:r,htmlFor:h}),d.jsx(PV,{ref:g,className:B("flex items-stretch relative group",r&&"pointer-events-none",n?"pointer-input-error":"phone-input",e),flagComponent:Lh,countrySelectComponent:x=>d.jsx(bJ,{...x,error:n,disabled:r}),inputComponent:x=>d.jsx(cE,{...x,error:n,disabled:r,id:h}),smartCaret:!1,defaultCountry:"MT",value:l||void 0,onChange:x=>t?.(x||""),...p}),n&&d.jsx("p",{className:"text-warning-5 self-end",children:n})," "]}));xc.displayName="PhoneInput";const cE=w.forwardRef(({className:e,error:t,disabled:n,...r},l)=>d.jsx(Ci,{className:B("rounded-e-[0.625rem] rounded-s-none h-auto py-[0.375rem] z-10 phone-input-number","group-hover:ring-[1px] group-hover:border-primary-5 group-focus-visible:ring-0 group-focus-visible:border-ring",e),"aria-invalid":!!t,ref:l,disabled:n,placeholder:"0000 0000",...r}));cE.displayName="InputComponent";function bJ({value:e,options:t,onChange:n,disabled:r,error:l}){const[o,u]=w.useState(""),[h,m]=w.useState(!e),[p,g]=w.useState(!1),x=w.useRef(null),b=w.useMemo(()=>{const S=o.toLowerCase().trim();return t.filter(({label:C,value:M})=>{if(!M)return!1;const $=k7(M);return C.toLowerCase().includes(S)||M.toLowerCase().includes(S)||$.includes(S)})},[t,o]);du(x,()=>g(!1));const E=({index:S,style:C})=>{const M=b[S];return M?.value?d.jsx("div",{style:C,children:d.jsxs(f2,{className:"gap-[0.625rem] px-4 data-[selected=true]:bg-auxiliary-1 data-[selected=true]:text-primary",onSelect:()=>{n(M.value),m(!1),u(""),m(!1),g(!1)},children:[d.jsx(Lh,{country:M.value,countryName:M.label}),d.jsx("span",{className:B(be.t1,"flex-1"),children:M.label})]},M.value)}):null};return d.jsxs("div",{className:"phone-input-country w-full max-w-[9.375rem] bg-auxiliary-1 h-full border-none","data-open":p,children:[h?d.jsxs(o2,{className:"p-0 overflow-visible",shouldFilter:!1,children:[d.jsx("div",{className:"relative",children:d.jsx(s2,{showSearchIcon:!1,autoFocus:!0,value:o,onValueChange:S=>{u(S),g(S!=="")},onClick:()=>g(!0),className:B(be.t1,"phone-input-country-search py-2 px-4 h-auto z-10 border border-r-0 rounded-none border-support-5 rounded-l-[0.625rem] ring-ring group-hover:ring-[1px] group-hover:border-primary-5 focus-visible:ring-0 focus-visible:border-ring transition-[color,box-shadow] aria-invalid:ring-warning-5 dark:aria-invalid:ring-warning-5 aria-invalid:border-warning-5"),containerClassName:"h-auto border-0 px-0","aria-invalid":!!l,disabled:r})}),p&&d.jsx("div",{className:"absolute right-0 left-0 w-full top-[2.625rem] z-50 group-none",ref:x,children:d.jsx(c2,{className:"phone-input-country-list overflow-hidden bg-auxiliary-1",children:b.length===0?d.jsx(u2,{className:"py-4 text-support-7 text-center border-b border-x border-border rounded-b-[0.625rem] overflow-hidden",children:"No country found."}):d.jsx(d2,{className:"p-0 border-b border-x border-border rounded-b-[0.625rem] overflow-hidden pt-2",children:d.jsx(wJ,{height:288,itemCount:b.length,itemSize:40,width:"100%",children:E})})})})]}):d.jsxs("button",{type:"button",onClick:()=>{m(!0),g(!0)},className:"phone-input-country-button disabled:opacity-50 flex gap-1 items-center border border-r-0 rounded-l-[0.625rem] px-4 py-[0.625rem] w-full ring-ring group-hover:ring-[1px] group-hover:border-primary-5 focus-visible:ring-0 focus-visible:border-ring transition-[color,box-shadow]",disabled:r,"aria-invalid":!!l,children:[d.jsx(Lh,{country:e,countryName:e}),d.jsxs("span",{className:B(be.t1,"ml-2 text-support-7"),children:["+",k7(e)]})]}),d.jsx(rs,{className:B("size-3 text-support-7 absolute duration-200 top-1/2 left-[8.125rem] transition-all -translate-y-1/2",r&&"opacity-50",p&&"rotate-180 text-primary-5")})]})}const Lh=({country:e,countryName:t})=>{const n=uJ[e];return d.jsx("span",{className:"flex h-5 w-[1.875rem] overflow-hidden rounded-[0.188rem] bg-foreground/20 [&_svg:not([class*='size-'])]:size-full",children:n&&d.jsx(n,{title:t})})},EJ=()=>d.jsxs("div",{className:"flex flex-col gap-10",children:[d.jsx(ft,{title:"F50 - Tel",description:"Single Select Field allows users to choose a single option from a list of mutually exclusive choices. Optionally, such inputs can use the type-ahead (autocomplete) feature in order to quickly filter through a list of options."}),d.jsx(me,{title:"Normal",description:"Hover, Active, Focus and Populated states are shown as user interactions",children:d.jsx("div",{className:"py-10 max-w-sm",children:d.jsx(xc,{info:"This is a Tooltip",required:!0})})}),d.jsx(me,{title:"Disabled",children:d.jsx("div",{className:"py-10 max-w-sm",children:d.jsx(xc,{info:"This is a Tooltip",disabled:!0})})}),d.jsx(me,{title:"Error",children:d.jsx("div",{className:"py-10 max-w-sm",children:d.jsx(xc,{info:"This is a Tooltip",error:"This field is required"})})})]});function CJ(e,t,n="long"){return new Intl.DateTimeFormat("en-US",{hour:"numeric",timeZone:e,timeZoneName:n}).format(t).split(/\s/g).slice(2).join(" ")}const SJ={},gc={};function ui(e,t){try{const r=(SJ[e]||=new Intl.DateTimeFormat("en-US",{timeZone:e,timeZoneName:"longOffset"}).format)(t).split("GMT")[1];return r in gc?gc[r]:V7(r,r.split(":"))}catch{if(e in gc)return gc[e];const n=e?.match(MJ);return n?V7(e,n.slice(1)):NaN}}const MJ=/([+-]\d\d):?(\d\d)?/;function V7(e,t){const n=+(t[0]||0),r=+(t[1]||0),l=+(t[2]||0)/60;return gc[e]=n*60+r>0?n*60+r+l:n*60-r-l}class ra extends Date{constructor(...t){super(),t.length>1&&typeof t[t.length-1]=="string"&&(this.timeZone=t.pop()),this.internal=new Date,isNaN(ui(this.timeZone,this))?this.setTime(NaN):t.length?typeof t[0]=="number"&&(t.length===1||t.length===2&&typeof t[1]!="number")?this.setTime(t[0]):typeof t[0]=="string"?this.setTime(+new Date(t[0])):t[0]instanceof Date?this.setTime(+t[0]):(this.setTime(+new Date(...t)),uE(this),Ph(this)):this.setTime(Date.now())}static tz(t,...n){return n.length?new ra(...n,t):new ra(Date.now(),t)}withTimeZone(t){return new ra(+this,t)}getTimezoneOffset(){const t=-ui(this.timeZone,this);return t>0?Math.floor(t):Math.ceil(t)}setTime(t){return Date.prototype.setTime.apply(this,arguments),Ph(this),+this}[Symbol.for("constructDateFrom")](t){return new ra(+new Date(t),this.timeZone)}}const U7=/^(get|set)(?!UTC)/;Object.getOwnPropertyNames(Date.prototype).forEach(e=>{if(!U7.test(e))return;const t=e.replace(U7,"$1UTC");ra.prototype[t]&&(e.startsWith("get")?ra.prototype[e]=function(){return this.internal[t]()}:(ra.prototype[e]=function(){return Date.prototype[t].apply(this.internal,arguments),$J(this),+this},ra.prototype[t]=function(){return Date.prototype[t].apply(this,arguments),Ph(this),+this}))});function Ph(e){e.internal.setTime(+e),e.internal.setUTCSeconds(e.internal.getUTCSeconds()-Math.round(-ui(e.timeZone,e)*60))}function $J(e){Date.prototype.setFullYear.call(e,e.internal.getUTCFullYear(),e.internal.getUTCMonth(),e.internal.getUTCDate()),Date.prototype.setHours.call(e,e.internal.getUTCHours(),e.internal.getUTCMinutes(),e.internal.getUTCSeconds(),e.internal.getUTCMilliseconds()),uE(e)}function uE(e){const t=ui(e.timeZone,e),n=t>0?Math.floor(t):Math.ceil(t),r=new Date(+e);r.setUTCHours(r.getUTCHours()-1);const l=-new Date(+e).getTimezoneOffset(),o=-new Date(+r).getTimezoneOffset(),u=l-o,h=Date.prototype.getHours.apply(e)!==e.internal.getUTCHours();u&&h&&e.internal.setUTCMinutes(e.internal.getUTCMinutes()+u);const m=l-n;m&&Date.prototype.setUTCMinutes.call(e,Date.prototype.getUTCMinutes.call(e)+m);const p=new Date(+e);p.setUTCSeconds(0);const g=l>0?p.getSeconds():(p.getSeconds()-60)%60,x=Math.round(-(ui(e.timeZone,e)*60))%60;(x||g)&&(e.internal.setUTCSeconds(e.internal.getUTCSeconds()+x),Date.prototype.setUTCSeconds.call(e,Date.prototype.getUTCSeconds.call(e)+x+g));const b=ui(e.timeZone,e),E=b>0?Math.floor(b):Math.ceil(b),C=-new Date(+e).getTimezoneOffset()-E,M=E!==n,$=C-m;if(M&&$){Date.prototype.setUTCMinutes.call(e,Date.prototype.getUTCMinutes.call(e)+$);const z=ui(e.timeZone,e),O=z>0?Math.floor(z):Math.ceil(z),L=E-O;L&&(e.internal.setUTCMinutes(e.internal.getUTCMinutes()+L),Date.prototype.setUTCMinutes.call(e,Date.prototype.getUTCMinutes.call(e)+L))}}class Mn extends ra{static tz(t,...n){return n.length?new Mn(...n,t):new Mn(Date.now(),t)}toISOString(){const[t,n,r]=this.tzComponents(),l=`${t}${n}:${r}`;return this.internal.toISOString().slice(0,-1)+l}toString(){return`${this.toDateString()} ${this.toTimeString()}`}toDateString(){const[t,n,r,l]=this.internal.toUTCString().split(" ");return`${t?.slice(0,-1)} ${r} ${n} ${l}`}toTimeString(){const t=this.internal.toUTCString().split(" ")[4],[n,r,l]=this.tzComponents();return`${t} GMT${n}${r}${l} (${CJ(this.timeZone,this)})`}toLocaleString(t,n){return Date.prototype.toLocaleString.call(this,t,{...n,timeZone:n?.timeZone||this.timeZone})}toLocaleDateString(t,n){return Date.prototype.toLocaleDateString.call(this,t,{...n,timeZone:n?.timeZone||this.timeZone})}toLocaleTimeString(t,n){return Date.prototype.toLocaleTimeString.call(this,t,{...n,timeZone:n?.timeZone||this.timeZone})}tzComponents(){const t=this.getTimezoneOffset(),n=t>0?"-":"+",r=String(Math.floor(Math.abs(t)/60)).padStart(2,"0"),l=String(Math.abs(t)%60).padStart(2,"0");return[n,r,l]}withTimeZone(t){return new Mn(+this,t)}[Symbol.for("constructDateFrom")](t){return new Mn(+new Date(t),this.timeZone)}}const dE=6048e5,NJ=864e5,G7=Symbol.for("constructDateFrom");function fn(e,t){return typeof e=="function"?e(t):e&&typeof e=="object"&&G7 in e?e[G7](t):e instanceof Date?new e.constructor(t):new Date(t)}function jt(e,t){return fn(t||e,e)}function fE(e,t,n){const r=jt(e,n?.in);return isNaN(t)?fn(e,NaN):(t&&r.setDate(r.getDate()+t),r)}function hE(e,t,n){const r=jt(e,n?.in);if(isNaN(t))return fn(e,NaN);if(!t)return r;const l=r.getDate(),o=fn(e,r.getTime());o.setMonth(r.getMonth()+t+1,0);const u=o.getDate();return l>=u?o:(r.setFullYear(o.getFullYear(),o.getMonth(),l),r)}let zJ={};function fu(){return zJ}function Po(e,t){const n=fu(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,l=jt(e,t?.in),o=l.getDay(),u=(o<r?7:0)+o-r;return l.setDate(l.getDate()-u),l.setHours(0,0,0,0),l}function Gc(e,t){return Po(e,{...t,weekStartsOn:1})}function mE(e,t){const n=jt(e,t?.in),r=n.getFullYear(),l=fn(n,0);l.setFullYear(r+1,0,4),l.setHours(0,0,0,0);const o=Gc(l),u=fn(n,0);u.setFullYear(r,0,4),u.setHours(0,0,0,0);const h=Gc(u);return n.getTime()>=o.getTime()?r+1:n.getTime()>=h.getTime()?r:r-1}function W7(e){const t=jt(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+e-+n}function is(e,...t){const n=fn.bind(null,t.find(r=>typeof r=="object"));return t.map(n)}function Wc(e,t){const n=jt(e,t?.in);return n.setHours(0,0,0,0),n}function pE(e,t,n){const[r,l]=is(n?.in,e,t),o=Wc(r),u=Wc(l),h=+o-W7(o),m=+u-W7(u);return Math.round((h-m)/NJ)}function DJ(e,t){const n=mE(e,t),r=fn(e,0);return r.setFullYear(n,0,4),r.setHours(0,0,0,0),Gc(r)}function TJ(e,t,n){return fE(e,t*7,n)}function OJ(e,t,n){return hE(e,t*12,n)}function FJ(e,t){let n,r=t?.in;return e.forEach(l=>{!r&&typeof l=="object"&&(r=fn.bind(null,l));const o=jt(l,r);(!n||n<o||isNaN(+o))&&(n=o)}),fn(r,n||NaN)}function AJ(e,t){let n,r=t?.in;return e.forEach(l=>{!r&&typeof l=="object"&&(r=fn.bind(null,l));const o=jt(l,r);(!n||n>o||isNaN(+o))&&(n=o)}),fn(r,n||NaN)}function jJ(e,t,n){const[r,l]=is(n?.in,e,t);return+Wc(r)==+Wc(l)}function vE(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function RJ(e){return!(!vE(e)&&typeof e!="number"||isNaN(+jt(e)))}function kJ(e,t,n){const[r,l]=is(n?.in,e,t),o=r.getFullYear()-l.getFullYear(),u=r.getMonth()-l.getMonth();return o*12+u}function _J(e,t){const n=jt(e,t?.in),r=n.getMonth();return n.setFullYear(n.getFullYear(),r+1,0),n.setHours(23,59,59,999),n}function HJ(e,t){const[n,r]=is(e,t.start,t.end);return{start:n,end:r}}function LJ(e,t){const{start:n,end:r}=HJ(t?.in,e);let l=+n>+r;const o=l?+n:+r,u=l?r:n;u.setHours(0,0,0,0),u.setDate(1);let h=1;const m=[];for(;+u<=o;)m.push(fn(n,u)),u.setMonth(u.getMonth()+h);return l?m.reverse():m}function PJ(e,t){const n=jt(e,t?.in);return n.setDate(1),n.setHours(0,0,0,0),n}function IJ(e,t){const n=jt(e,t?.in),r=n.getFullYear();return n.setFullYear(r+1,0,0),n.setHours(23,59,59,999),n}function gE(e,t){const n=jt(e,t?.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}function yE(e,t){const n=fu(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,l=jt(e,t?.in),o=l.getDay(),u=(o<r?-7:0)+6-(o-r);return l.setDate(l.getDate()+u),l.setHours(23,59,59,999),l}function BJ(e,t){return yE(e,{...t,weekStartsOn:1})}const VJ={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},UJ=(e,t,n)=>{let r;const l=VJ[e];return typeof l=="string"?r=l:t===1?r=l.one:r=l.other.replace("{{count}}",t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?"in "+r:r+" ago":r};function E3(e){return(t={})=>{const n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}const GJ={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},WJ={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},qJ={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},YJ={date:E3({formats:GJ,defaultWidth:"full"}),time:E3({formats:WJ,defaultWidth:"full"}),dateTime:E3({formats:qJ,defaultWidth:"full"})},KJ={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},ZJ=(e,t,n,r)=>KJ[e];function oc(e){return(t,n)=>{const r=n?.context?String(n.context):"standalone";let l;if(r==="formatting"&&e.formattingValues){const u=e.defaultFormattingWidth||e.defaultWidth,h=n?.width?String(n.width):u;l=e.formattingValues[h]||e.formattingValues[u]}else{const u=e.defaultWidth,h=n?.width?String(n.width):e.defaultWidth;l=e.values[h]||e.values[u]}const o=e.argumentCallback?e.argumentCallback(t):t;return l[o]}}const XJ={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},QJ={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},JJ={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},eee={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},tee={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},nee={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},ree=(e,t)=>{const n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},aee={ordinalNumber:ree,era:oc({values:XJ,defaultWidth:"wide"}),quarter:oc({values:QJ,defaultWidth:"wide",argumentCallback:e=>e-1}),month:oc({values:JJ,defaultWidth:"wide"}),day:oc({values:eee,defaultWidth:"wide"}),dayPeriod:oc({values:tee,defaultWidth:"wide",formattingValues:nee,defaultFormattingWidth:"wide"})};function sc(e){return(t,n={})=>{const r=n.width,l=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],o=t.match(l);if(!o)return null;const u=o[0],h=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],m=Array.isArray(h)?iee(h,x=>x.test(u)):lee(h,x=>x.test(u));let p;p=e.valueCallback?e.valueCallback(m):m,p=n.valueCallback?n.valueCallback(p):p;const g=t.slice(u.length);return{value:p,rest:g}}}function lee(e,t){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function iee(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}function oee(e){return(t,n={})=>{const r=t.match(e.matchPattern);if(!r)return null;const l=r[0],o=t.match(e.parsePattern);if(!o)return null;let u=e.valueCallback?e.valueCallback(o[0]):o[0];u=n.valueCallback?n.valueCallback(u):u;const h=t.slice(l.length);return{value:u,rest:h}}}const see=/^(\d+)(th|st|nd|rd)?/i,cee=/\d+/i,uee={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},dee={any:[/^b/i,/^(a|c)/i]},fee={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},hee={any:[/1/i,/2/i,/3/i,/4/i]},mee={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},pee={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},vee={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},gee={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},yee={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},xee={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},wee={ordinalNumber:oee({matchPattern:see,parsePattern:cee,valueCallback:e=>parseInt(e,10)}),era:sc({matchPatterns:uee,defaultMatchWidth:"wide",parsePatterns:dee,defaultParseWidth:"any"}),quarter:sc({matchPatterns:fee,defaultMatchWidth:"wide",parsePatterns:hee,defaultParseWidth:"any",valueCallback:e=>e+1}),month:sc({matchPatterns:mee,defaultMatchWidth:"wide",parsePatterns:pee,defaultParseWidth:"any"}),day:sc({matchPatterns:vee,defaultMatchWidth:"wide",parsePatterns:gee,defaultParseWidth:"any"}),dayPeriod:sc({matchPatterns:yee,defaultMatchWidth:"any",parsePatterns:xee,defaultParseWidth:"any"})},t4={code:"en-US",formatDistance:UJ,formatLong:YJ,formatRelative:ZJ,localize:aee,match:wee,options:{weekStartsOn:0,firstWeekContainsDate:1}};function bee(e,t){const n=jt(e,t?.in);return pE(n,gE(n))+1}function xE(e,t){const n=jt(e,t?.in),r=+Gc(n)-+DJ(n);return Math.round(r/dE)+1}function wE(e,t){const n=jt(e,t?.in),r=n.getFullYear(),l=fu(),o=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??l.firstWeekContainsDate??l.locale?.options?.firstWeekContainsDate??1,u=fn(t?.in||e,0);u.setFullYear(r+1,0,o),u.setHours(0,0,0,0);const h=Po(u,t),m=fn(t?.in||e,0);m.setFullYear(r,0,o),m.setHours(0,0,0,0);const p=Po(m,t);return+n>=+h?r+1:+n>=+p?r:r-1}function Eee(e,t){const n=fu(),r=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,l=wE(e,t),o=fn(t?.in||e,0);return o.setFullYear(l,0,r),o.setHours(0,0,0,0),Po(o,t)}function bE(e,t){const n=jt(e,t?.in),r=+Po(n,t)-+Eee(n,t);return Math.round(r/dE)+1}function Dt(e,t){const n=e<0?"-":"",r=Math.abs(e).toString().padStart(t,"0");return n+r}const wl={y(e,t){const n=e.getFullYear(),r=n>0?n:1-n;return Dt(t==="yy"?r%100:r,t.length)},M(e,t){const n=e.getMonth();return t==="M"?String(n+1):Dt(n+1,2)},d(e,t){return Dt(e.getDate(),t.length)},a(e,t){const n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h(e,t){return Dt(e.getHours()%12||12,t.length)},H(e,t){return Dt(e.getHours(),t.length)},m(e,t){return Dt(e.getMinutes(),t.length)},s(e,t){return Dt(e.getSeconds(),t.length)},S(e,t){const n=t.length,r=e.getMilliseconds(),l=Math.trunc(r*Math.pow(10,n-3));return Dt(l,t.length)}},vo={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},q7={G:function(e,t,n){const r=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(r,{width:"abbreviated"});case"GGGGG":return n.era(r,{width:"narrow"});case"GGGG":default:return n.era(r,{width:"wide"})}},y:function(e,t,n){if(t==="yo"){const r=e.getFullYear(),l=r>0?r:1-r;return n.ordinalNumber(l,{unit:"year"})}return wl.y(e,t)},Y:function(e,t,n,r){const l=wE(e,r),o=l>0?l:1-l;if(t==="YY"){const u=o%100;return Dt(u,2)}return t==="Yo"?n.ordinalNumber(o,{unit:"year"}):Dt(o,t.length)},R:function(e,t){const n=mE(e);return Dt(n,t.length)},u:function(e,t){const n=e.getFullYear();return Dt(n,t.length)},Q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(r);case"QQ":return Dt(r,2);case"Qo":return n.ordinalNumber(r,{unit:"quarter"});case"QQQ":return n.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(r,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(r,{width:"wide",context:"formatting"})}},q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(r);case"qq":return Dt(r,2);case"qo":return n.ordinalNumber(r,{unit:"quarter"});case"qqq":return n.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(r,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(r,{width:"wide",context:"standalone"})}},M:function(e,t,n){const r=e.getMonth();switch(t){case"M":case"MM":return wl.M(e,t);case"Mo":return n.ordinalNumber(r+1,{unit:"month"});case"MMM":return n.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(r,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(r,{width:"wide",context:"formatting"})}},L:function(e,t,n){const r=e.getMonth();switch(t){case"L":return String(r+1);case"LL":return Dt(r+1,2);case"Lo":return n.ordinalNumber(r+1,{unit:"month"});case"LLL":return n.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(r,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(r,{width:"wide",context:"standalone"})}},w:function(e,t,n,r){const l=bE(e,r);return t==="wo"?n.ordinalNumber(l,{unit:"week"}):Dt(l,t.length)},I:function(e,t,n){const r=xE(e);return t==="Io"?n.ordinalNumber(r,{unit:"week"}):Dt(r,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getDate(),{unit:"date"}):wl.d(e,t)},D:function(e,t,n){const r=bee(e);return t==="Do"?n.ordinalNumber(r,{unit:"dayOfYear"}):Dt(r,t.length)},E:function(e,t,n){const r=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(r,{width:"short",context:"formatting"});case"EEEE":default:return n.day(r,{width:"wide",context:"formatting"})}},e:function(e,t,n,r){const l=e.getDay(),o=(l-r.weekStartsOn+8)%7||7;switch(t){case"e":return String(o);case"ee":return Dt(o,2);case"eo":return n.ordinalNumber(o,{unit:"day"});case"eee":return n.day(l,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(l,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(l,{width:"short",context:"formatting"});case"eeee":default:return n.day(l,{width:"wide",context:"formatting"})}},c:function(e,t,n,r){const l=e.getDay(),o=(l-r.weekStartsOn+8)%7||7;switch(t){case"c":return String(o);case"cc":return Dt(o,t.length);case"co":return n.ordinalNumber(o,{unit:"day"});case"ccc":return n.day(l,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(l,{width:"narrow",context:"standalone"});case"cccccc":return n.day(l,{width:"short",context:"standalone"});case"cccc":default:return n.day(l,{width:"wide",context:"standalone"})}},i:function(e,t,n){const r=e.getDay(),l=r===0?7:r;switch(t){case"i":return String(l);case"ii":return Dt(l,t.length);case"io":return n.ordinalNumber(l,{unit:"day"});case"iii":return n.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(r,{width:"short",context:"formatting"});case"iiii":default:return n.day(r,{width:"wide",context:"formatting"})}},a:function(e,t,n){const l=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(l,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(l,{width:"wide",context:"formatting"})}},b:function(e,t,n){const r=e.getHours();let l;switch(r===12?l=vo.noon:r===0?l=vo.midnight:l=r/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(l,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(l,{width:"wide",context:"formatting"})}},B:function(e,t,n){const r=e.getHours();let l;switch(r>=17?l=vo.evening:r>=12?l=vo.afternoon:r>=4?l=vo.morning:l=vo.night,t){case"B":case"BB":case"BBB":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(l,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(l,{width:"wide",context:"formatting"})}},h:function(e,t,n){if(t==="ho"){let r=e.getHours()%12;return r===0&&(r=12),n.ordinalNumber(r,{unit:"hour"})}return wl.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getHours(),{unit:"hour"}):wl.H(e,t)},K:function(e,t,n){const r=e.getHours()%12;return t==="Ko"?n.ordinalNumber(r,{unit:"hour"}):Dt(r,t.length)},k:function(e,t,n){let r=e.getHours();return r===0&&(r=24),t==="ko"?n.ordinalNumber(r,{unit:"hour"}):Dt(r,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):wl.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getSeconds(),{unit:"second"}):wl.s(e,t)},S:function(e,t){return wl.S(e,t)},X:function(e,t,n){const r=e.getTimezoneOffset();if(r===0)return"Z";switch(t){case"X":return K7(r);case"XXXX":case"XX":return ii(r);case"XXXXX":case"XXX":default:return ii(r,":")}},x:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"x":return K7(r);case"xxxx":case"xx":return ii(r);case"xxxxx":case"xxx":default:return ii(r,":")}},O:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+Y7(r,":");case"OOOO":default:return"GMT"+ii(r,":")}},z:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+Y7(r,":");case"zzzz":default:return"GMT"+ii(r,":")}},t:function(e,t,n){const r=Math.trunc(+e/1e3);return Dt(r,t.length)},T:function(e,t,n){return Dt(+e,t.length)}};function Y7(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),l=Math.trunc(r/60),o=r%60;return o===0?n+String(l):n+String(l)+t+Dt(o,2)}function K7(e,t){return e%60===0?(e>0?"-":"+")+Dt(Math.abs(e)/60,2):ii(e,t)}function ii(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),l=Dt(Math.trunc(r/60),2),o=Dt(r%60,2);return n+l+t+o}const Z7=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},EE=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},Cee=(e,t)=>{const n=e.match(/(P+)(p+)?/)||[],r=n[1],l=n[2];if(!l)return Z7(e,t);let o;switch(r){case"P":o=t.dateTime({width:"short"});break;case"PP":o=t.dateTime({width:"medium"});break;case"PPP":o=t.dateTime({width:"long"});break;case"PPPP":default:o=t.dateTime({width:"full"});break}return o.replace("{{date}}",Z7(r,t)).replace("{{time}}",EE(l,t))},See={p:EE,P:Cee},Mee=/^D+$/,$ee=/^Y+$/,Nee=["D","DD","YY","YYYY"];function zee(e){return Mee.test(e)}function Dee(e){return $ee.test(e)}function Tee(e,t,n){const r=Oee(e,t,n);if(console.warn(r),Nee.includes(e))throw new RangeError(r)}function Oee(e,t,n){const r=e[0]==="Y"?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const Fee=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Aee=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,jee=/^'([^]*?)'?$/,Ree=/''/g,kee=/[a-zA-Z]/;function _ee(e,t,n){const r=fu(),l=n?.locale??r.locale??t4,o=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,u=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??r.weekStartsOn??r.locale?.options?.weekStartsOn??0,h=jt(e,n?.in);if(!RJ(h))throw new RangeError("Invalid time value");let m=t.match(Aee).map(g=>{const x=g[0];if(x==="p"||x==="P"){const b=See[x];return b(g,l.formatLong)}return g}).join("").match(Fee).map(g=>{if(g==="''")return{isToken:!1,value:"'"};const x=g[0];if(x==="'")return{isToken:!1,value:Hee(g)};if(q7[x])return{isToken:!0,value:g};if(x.match(kee))throw new RangeError("Format string contains an unescaped latin alphabet character `"+x+"`");return{isToken:!1,value:g}});l.localize.preprocessor&&(m=l.localize.preprocessor(h,m));const p={firstWeekContainsDate:o,weekStartsOn:u,locale:l};return m.map(g=>{if(!g.isToken)return g.value;const x=g.value;(!n?.useAdditionalWeekYearTokens&&Dee(x)||!n?.useAdditionalDayOfYearTokens&&zee(x))&&Tee(x,t,String(e));const b=q7[x[0]];return b(h,x,l.localize,p)}).join("")}function Hee(e){const t=e.match(jee);return t?t[1].replace(Ree,"'"):e}function Lee(e,t){const n=jt(e,t?.in),r=n.getFullYear(),l=n.getMonth(),o=fn(n,0);return o.setFullYear(r,l+1,0),o.setHours(0,0,0,0),o.getDate()}function Pee(e,t){return jt(e,t?.in).getMonth()}function Iee(e,t){return jt(e,t?.in).getFullYear()}function Bee(e,t){return+jt(e)>+jt(t)}function Vee(e,t){return+jt(e)<+jt(t)}function Uee(e,t,n){const[r,l]=is(n?.in,e,t);return r.getFullYear()===l.getFullYear()&&r.getMonth()===l.getMonth()}function Gee(e,t,n){const[r,l]=is(n?.in,e,t);return r.getFullYear()===l.getFullYear()}function Wee(e,t,n){const r=jt(e,n?.in),l=r.getFullYear(),o=r.getDate(),u=fn(e,0);u.setFullYear(l,t,15),u.setHours(0,0,0,0);const h=Lee(u);return r.setMonth(t,Math.min(o,h)),r}function qee(e,t,n){const r=jt(e,n?.in);return isNaN(+r)?fn(e,NaN):(r.setFullYear(t),r)}const X7=5,Yee=4;function Kee(e,t){const n=t.startOfMonth(e),r=n.getDay()>0?n.getDay():7,l=t.addDays(e,-r+1),o=t.addDays(l,X7*7-1);return t.getMonth(e)===t.getMonth(o)?X7:Yee}function CE(e,t){const n=t.startOfMonth(e),r=n.getDay();return r===1?n:r===0?t.addDays(n,-6):t.addDays(n,-1*(r-1))}function Zee(e,t){const n=CE(e,t),r=Kee(e,t);return t.addDays(n,r*7-1)}class qa{constructor(t,n){this.Date=Date,this.today=()=>this.overrides?.today?this.overrides.today():this.options.timeZone?Mn.tz(this.options.timeZone):new this.Date,this.newDate=(r,l,o)=>this.overrides?.newDate?this.overrides.newDate(r,l,o):this.options.timeZone?new Mn(r,l,o,this.options.timeZone):new Date(r,l,o),this.addDays=(r,l)=>this.overrides?.addDays?this.overrides.addDays(r,l):fE(r,l),this.addMonths=(r,l)=>this.overrides?.addMonths?this.overrides.addMonths(r,l):hE(r,l),this.addWeeks=(r,l)=>this.overrides?.addWeeks?this.overrides.addWeeks(r,l):TJ(r,l),this.addYears=(r,l)=>this.overrides?.addYears?this.overrides.addYears(r,l):OJ(r,l),this.differenceInCalendarDays=(r,l)=>this.overrides?.differenceInCalendarDays?this.overrides.differenceInCalendarDays(r,l):pE(r,l),this.differenceInCalendarMonths=(r,l)=>this.overrides?.differenceInCalendarMonths?this.overrides.differenceInCalendarMonths(r,l):kJ(r,l),this.eachMonthOfInterval=r=>this.overrides?.eachMonthOfInterval?this.overrides.eachMonthOfInterval(r):LJ(r),this.endOfBroadcastWeek=r=>this.overrides?.endOfBroadcastWeek?this.overrides.endOfBroadcastWeek(r):Zee(r,this),this.endOfISOWeek=r=>this.overrides?.endOfISOWeek?this.overrides.endOfISOWeek(r):BJ(r),this.endOfMonth=r=>this.overrides?.endOfMonth?this.overrides.endOfMonth(r):_J(r),this.endOfWeek=(r,l)=>this.overrides?.endOfWeek?this.overrides.endOfWeek(r,l):yE(r,this.options),this.endOfYear=r=>this.overrides?.endOfYear?this.overrides.endOfYear(r):IJ(r),this.format=(r,l,o)=>{const u=this.overrides?.format?this.overrides.format(r,l,this.options):_ee(r,l,this.options);return this.options.numerals&&this.options.numerals!=="latn"?this.replaceDigits(u):u},this.getISOWeek=r=>this.overrides?.getISOWeek?this.overrides.getISOWeek(r):xE(r),this.getMonth=(r,l)=>this.overrides?.getMonth?this.overrides.getMonth(r,this.options):Pee(r,this.options),this.getYear=(r,l)=>this.overrides?.getYear?this.overrides.getYear(r,this.options):Iee(r,this.options),this.getWeek=(r,l)=>this.overrides?.getWeek?this.overrides.getWeek(r,this.options):bE(r,this.options),this.isAfter=(r,l)=>this.overrides?.isAfter?this.overrides.isAfter(r,l):Bee(r,l),this.isBefore=(r,l)=>this.overrides?.isBefore?this.overrides.isBefore(r,l):Vee(r,l),this.isDate=r=>this.overrides?.isDate?this.overrides.isDate(r):vE(r),this.isSameDay=(r,l)=>this.overrides?.isSameDay?this.overrides.isSameDay(r,l):jJ(r,l),this.isSameMonth=(r,l)=>this.overrides?.isSameMonth?this.overrides.isSameMonth(r,l):Uee(r,l),this.isSameYear=(r,l)=>this.overrides?.isSameYear?this.overrides.isSameYear(r,l):Gee(r,l),this.max=r=>this.overrides?.max?this.overrides.max(r):FJ(r),this.min=r=>this.overrides?.min?this.overrides.min(r):AJ(r),this.setMonth=(r,l)=>this.overrides?.setMonth?this.overrides.setMonth(r,l):Wee(r,l),this.setYear=(r,l)=>this.overrides?.setYear?this.overrides.setYear(r,l):qee(r,l),this.startOfBroadcastWeek=(r,l)=>this.overrides?.startOfBroadcastWeek?this.overrides.startOfBroadcastWeek(r,this):CE(r,this),this.startOfDay=r=>this.overrides?.startOfDay?this.overrides.startOfDay(r):Wc(r),this.startOfISOWeek=r=>this.overrides?.startOfISOWeek?this.overrides.startOfISOWeek(r):Gc(r),this.startOfMonth=r=>this.overrides?.startOfMonth?this.overrides.startOfMonth(r):PJ(r),this.startOfWeek=(r,l)=>this.overrides?.startOfWeek?this.overrides.startOfWeek(r,this.options):Po(r,this.options),this.startOfYear=r=>this.overrides?.startOfYear?this.overrides.startOfYear(r):gE(r),this.options={locale:t4,...t},this.overrides=n}getDigitMap(){const{numerals:t="latn"}=this.options,n=new Intl.NumberFormat("en-US",{numberingSystem:t}),r={};for(let l=0;l<10;l++)r[l.toString()]=n.format(l);return r}replaceDigits(t){const n=this.getDigitMap();return t.replace(/\d/g,r=>n[r]||r)}formatNumber(t){return this.replaceDigits(t.toString())}}const ua=new qa;class SE{constructor(t,n,r=ua){this.date=t,this.displayMonth=n,this.outside=!!(n&&!r.isSameMonth(t,n)),this.dateLib=r}isEqualTo(t){return this.dateLib.isSameDay(t.date,this.date)&&this.dateLib.isSameMonth(t.displayMonth,this.displayMonth)}}class Xee{constructor(t,n){this.date=t,this.weeks=n}}class Qee{constructor(t,n){this.days=n,this.weekNumber=t}}function Jee(e){return c.createElement("button",{...e})}function ete(e){return c.createElement("span",{...e})}function tte(e){const{size:t=24,orientation:n="left",className:r}=e;return c.createElement("svg",{className:r,width:t,height:t,viewBox:"0 0 24 24"},n==="up"&&c.createElement("polygon",{points:"6.77 17 12.5 11.43 18.24 17 20 15.28 12.5 8 5 15.28"}),n==="down"&&c.createElement("polygon",{points:"6.77 8 12.5 13.57 18.24 8 20 9.72 12.5 17 5 9.72"}),n==="left"&&c.createElement("polygon",{points:"16 18.112 9.81111111 12 16 5.87733333 14.0888889 4 6 12 14.0888889 20"}),n==="right"&&c.createElement("polygon",{points:"8 18.112 14.18888889 12 8 5.87733333 9.91111111 4 18 12 9.91111111 20"}))}function nte(e){const{day:t,modifiers:n,...r}=e;return c.createElement("td",{...r})}function rte(e){const{day:t,modifiers:n,...r}=e,l=c.useRef(null);return c.useEffect(()=>{n.focused&&l.current?.focus()},[n.focused]),c.createElement("button",{ref:l,...r})}var Ie;(function(e){e.Root="root",e.Chevron="chevron",e.Day="day",e.DayButton="day_button",e.CaptionLabel="caption_label",e.Dropdowns="dropdowns",e.Dropdown="dropdown",e.DropdownRoot="dropdown_root",e.Footer="footer",e.MonthGrid="month_grid",e.MonthCaption="month_caption",e.MonthsDropdown="months_dropdown",e.Month="month",e.Months="months",e.Nav="nav",e.NextMonthButton="button_next",e.PreviousMonthButton="button_previous",e.Week="week",e.Weeks="weeks",e.Weekday="weekday",e.Weekdays="weekdays",e.WeekNumber="week_number",e.WeekNumberHeader="week_number_header",e.YearsDropdown="years_dropdown"})(Ie||(Ie={}));var Ut;(function(e){e.disabled="disabled",e.hidden="hidden",e.outside="outside",e.focused="focused",e.today="today"})(Ut||(Ut={}));var Rr;(function(e){e.range_end="range_end",e.range_middle="range_middle",e.range_start="range_start",e.selected="selected"})(Rr||(Rr={}));var Kn;(function(e){e.weeks_before_enter="weeks_before_enter",e.weeks_before_exit="weeks_before_exit",e.weeks_after_enter="weeks_after_enter",e.weeks_after_exit="weeks_after_exit",e.caption_after_enter="caption_after_enter",e.caption_after_exit="caption_after_exit",e.caption_before_enter="caption_before_enter",e.caption_before_exit="caption_before_exit"})(Kn||(Kn={}));function ate(e){const{options:t,className:n,components:r,classNames:l,...o}=e,u=[l[Ie.Dropdown],n].join(" "),h=t?.find(({value:m})=>m===o.value);return c.createElement("span",{"data-disabled":o.disabled,className:l[Ie.DropdownRoot]},c.createElement(r.Select,{className:u,...o},t?.map(({value:m,label:p,disabled:g})=>c.createElement(r.Option,{key:m,value:m,disabled:g},p))),c.createElement("span",{className:l[Ie.CaptionLabel],"aria-hidden":!0},h?.label,c.createElement(r.Chevron,{orientation:"down",size:18,className:l[Ie.Chevron]})))}function lte(e){return c.createElement("div",{...e})}function ite(e){return c.createElement("div",{...e})}function ote(e){const{calendarMonth:t,displayIndex:n,...r}=e;return c.createElement("div",{...r},e.children)}function ste(e){const{calendarMonth:t,displayIndex:n,...r}=e;return c.createElement("div",{...r})}function cte(e){return c.createElement("table",{...e})}function ute(e){return c.createElement("div",{...e})}const ME=w.createContext(void 0);function hu(){const e=w.useContext(ME);if(e===void 0)throw new Error("useDayPicker() must be used within a custom component.");return e}function dte(e){const{components:t}=hu();return c.createElement(t.Dropdown,{...e})}function fte(e){const{onPreviousClick:t,onNextClick:n,previousMonth:r,nextMonth:l,...o}=e,{components:u,classNames:h,labels:{labelPrevious:m,labelNext:p}}=hu(),g=w.useCallback(b=>{l&&n?.(b)},[l,n]),x=w.useCallback(b=>{r&&t?.(b)},[r,t]);return c.createElement("nav",{...o},c.createElement(u.PreviousMonthButton,{type:"button",className:h[Ie.PreviousMonthButton],tabIndex:r?void 0:-1,"aria-disabled":r?void 0:!0,"aria-label":m(r),onClick:x},c.createElement(u.Chevron,{disabled:r?void 0:!0,className:h[Ie.Chevron],orientation:"left"})),c.createElement(u.NextMonthButton,{type:"button",className:h[Ie.NextMonthButton],tabIndex:l?void 0:-1,"aria-disabled":l?void 0:!0,"aria-label":p(l),onClick:g},c.createElement(u.Chevron,{disabled:l?void 0:!0,orientation:"right",className:h[Ie.Chevron]})))}function hte(e){const{components:t}=hu();return c.createElement(t.Button,{...e})}function mte(e){return c.createElement("option",{...e})}function pte(e){const{components:t}=hu();return c.createElement(t.Button,{...e})}function vte(e){const{rootRef:t,...n}=e;return c.createElement("div",{...n,ref:t})}function gte(e){return c.createElement("select",{...e})}function yte(e){const{week:t,...n}=e;return c.createElement("tr",{...n})}function xte(e){return c.createElement("th",{...e})}function wte(e){return c.createElement("thead",{"aria-hidden":!0},c.createElement("tr",{...e}))}function bte(e){const{week:t,...n}=e;return c.createElement("th",{...n})}function Ete(e){return c.createElement("th",{...e})}function Cte(e){return c.createElement("tbody",{...e})}function Ste(e){const{components:t}=hu();return c.createElement(t.Dropdown,{...e})}const Mte=Object.freeze(Object.defineProperty({__proto__:null,Button:Jee,CaptionLabel:ete,Chevron:tte,Day:nte,DayButton:rte,Dropdown:ate,DropdownNav:lte,Footer:ite,Month:ote,MonthCaption:ste,MonthGrid:cte,Months:ute,MonthsDropdown:dte,Nav:fte,NextMonthButton:hte,Option:mte,PreviousMonthButton:pte,Root:vte,Select:gte,Week:yte,WeekNumber:bte,WeekNumberHeader:Ete,Weekday:xte,Weekdays:wte,Weeks:Cte,YearsDropdown:Ste},Symbol.toStringTag,{value:"Module"}));function Ha(e,t,n=!1,r=ua){let{from:l,to:o}=e;const{differenceInCalendarDays:u,isSameDay:h}=r;return l&&o?(u(o,l)<0&&([l,o]=[o,l]),u(t,l)>=(n?1:0)&&u(o,t)>=(n?1:0)):!n&&o?h(o,t):!n&&l?h(l,t):!1}function $E(e){return!!(e&&typeof e=="object"&&"before"in e&&"after"in e)}function n4(e){return!!(e&&typeof e=="object"&&"from"in e)}function NE(e){return!!(e&&typeof e=="object"&&"after"in e)}function zE(e){return!!(e&&typeof e=="object"&&"before"in e)}function DE(e){return!!(e&&typeof e=="object"&&"dayOfWeek"in e)}function TE(e,t){return Array.isArray(e)&&e.every(t.isDate)}function La(e,t,n=ua){const r=Array.isArray(t)?t:[t],{isSameDay:l,differenceInCalendarDays:o,isAfter:u}=n;return r.some(h=>{if(typeof h=="boolean")return h;if(n.isDate(h))return l(e,h);if(TE(h,n))return h.includes(e);if(n4(h))return Ha(h,e,!1,n);if(DE(h))return Array.isArray(h.dayOfWeek)?h.dayOfWeek.includes(e.getDay()):h.dayOfWeek===e.getDay();if($E(h)){const m=o(h.before,e),p=o(h.after,e),g=m>0,x=p<0;return u(h.before,h.after)?x&&g:g||x}return NE(h)?o(e,h.after)>0:zE(h)?o(h.before,e)>0:typeof h=="function"?h(e):!1})}function $te(e,t,n,r,l){const{disabled:o,hidden:u,modifiers:h,showOutsideDays:m,broadcastCalendar:p,today:g}=t,{isSameDay:x,isSameMonth:b,startOfMonth:E,isBefore:S,endOfMonth:C,isAfter:M}=l,$=n&&E(n),z=r&&C(r),O={[Ut.focused]:[],[Ut.outside]:[],[Ut.disabled]:[],[Ut.hidden]:[],[Ut.today]:[]},L={};for(const F of e){const{date:D,displayMonth:A}=F,R=!!(A&&!b(D,A)),Q=!!($&&S(D,$)),le=!!(z&&M(D,z)),fe=!!(o&&La(D,o,l)),ye=!!(u&&La(D,u,l))||Q||le||!p&&!m&&R||p&&m===!1&&R,ve=x(D,g??l.today());R&&O.outside.push(F),fe&&O.disabled.push(F),ye&&O.hidden.push(F),ve&&O.today.push(F),h&&Object.keys(h).forEach(se=>{const ge=h?.[se];ge&&La(D,ge,l)&&(L[se]?L[se].push(F):L[se]=[F])})}return F=>{const D={[Ut.focused]:!1,[Ut.disabled]:!1,[Ut.hidden]:!1,[Ut.outside]:!1,[Ut.today]:!1},A={};for(const R in O){const Q=O[R];D[R]=Q.some(le=>le===F)}for(const R in L)A[R]=L[R].some(Q=>Q===F);return{...D,...A}}}function Nte(e,t,n={}){return Object.entries(e).filter(([,l])=>l===!0).reduce((l,[o])=>(n[o]?l.push(n[o]):t[Ut[o]]?l.push(t[Ut[o]]):t[Rr[o]]&&l.push(t[Rr[o]]),l),[t[Ie.Day]])}function zte(e){return{...Mte,...e}}function Dte(e){const t={"data-mode":e.mode??void 0,"data-required":"required"in e?e.required:void 0,"data-multiple-months":e.numberOfMonths&&e.numberOfMonths>1||void 0,"data-week-numbers":e.showWeekNumber||void 0,"data-broadcast-calendar":e.broadcastCalendar||void 0,"data-nav-layout":e.navLayout||void 0};return Object.entries(e).forEach(([n,r])=>{n.startsWith("data-")&&(t[n]=r)}),t}function r4(){const e={};for(const t in Ie)e[Ie[t]]=`rdp-${Ie[t]}`;for(const t in Ut)e[Ut[t]]=`rdp-${Ut[t]}`;for(const t in Rr)e[Rr[t]]=`rdp-${Rr[t]}`;for(const t in Kn)e[Kn[t]]=`rdp-${Kn[t]}`;return e}function OE(e,t,n){return(n??new qa(t)).format(e,"LLLL y")}const Tte=OE;function Ote(e,t,n){return(n??new qa(t)).format(e,"d")}function Fte(e,t=ua){return t.format(e,"LLLL")}function Ate(e,t,n){return(n??new qa(t)).format(e,"cccccc")}function jte(e,t=ua){return e<10?t.formatNumber(`0${e.toLocaleString()}`):t.formatNumber(`${e.toLocaleString()}`)}function Rte(){return""}function FE(e,t=ua){return t.format(e,"yyyy")}const kte=FE,_te=Object.freeze(Object.defineProperty({__proto__:null,formatCaption:OE,formatDay:Ote,formatMonthCaption:Tte,formatMonthDropdown:Fte,formatWeekNumber:jte,formatWeekNumberHeader:Rte,formatWeekdayName:Ate,formatYearCaption:kte,formatYearDropdown:FE},Symbol.toStringTag,{value:"Module"}));function Hte(e){return e?.formatMonthCaption&&!e.formatCaption&&(e.formatCaption=e.formatMonthCaption),e?.formatYearCaption&&!e.formatYearDropdown&&(e.formatYearDropdown=e.formatYearCaption),{..._te,...e}}function Lte(e,t,n,r,l){const{startOfMonth:o,startOfYear:u,endOfYear:h,eachMonthOfInterval:m,getMonth:p}=l;return m({start:u(e),end:h(e)}).map(b=>{const E=r.formatMonthDropdown(b,l),S=p(b),C=t&&b<o(t)||n&&b>o(n)||!1;return{value:S,label:E,disabled:C}})}function Pte(e,t={},n={}){let r={...t?.[Ie.Day]};return Object.entries(e).filter(([,l])=>l===!0).forEach(([l])=>{r={...r,...n?.[l]}}),r}function Ite(e,t,n){const r=e.today(),l=t?e.startOfISOWeek(r):e.startOfWeek(r),o=[];for(let u=0;u<7;u++){const h=e.addDays(l,u);o.push(h)}return o}function Bte(e,t,n,r,l=!1){if(!e||!t)return;const{startOfYear:o,endOfYear:u,addYears:h,getYear:m,isBefore:p,isSameYear:g}=r,x=o(e),b=u(t),E=[];let S=x;for(;p(S,b)||g(S,b);)E.push(S),S=h(S,1);return l&&E.reverse(),E.map(C=>{const M=n.formatYearDropdown(C,r);return{value:m(C),label:M,disabled:!1}})}function AE(e,t,n,r){let l=(r??new qa(n)).format(e,"PPPP");return t.today&&(l=`Today, ${l}`),t.selected&&(l=`${l}, selected`),l}const Vte=AE;function jE(e,t,n){return(n??new qa(t)).format(e,"LLLL y")}const Ute=jE;function Gte(e,t,n,r){let l=(r??new qa(n)).format(e,"PPPP");return t?.today&&(l=`Today, ${l}`),l}function Wte(e){return"Choose the Month"}function qte(){return""}function Yte(e){return"Go to the Next Month"}function Kte(e){return"Go to the Previous Month"}function Zte(e,t,n){return(n??new qa(t)).format(e,"cccc")}function Xte(e,t){return`Week ${e}`}function Qte(e){return"Week Number"}function Jte(e){return"Choose the Year"}const ene=Object.freeze(Object.defineProperty({__proto__:null,labelCaption:Ute,labelDay:Vte,labelDayButton:AE,labelGrid:jE,labelGridcell:Gte,labelMonthDropdown:Wte,labelNav:qte,labelNext:Yte,labelPrevious:Kte,labelWeekNumber:Xte,labelWeekNumberHeader:Qte,labelWeekday:Zte,labelYearDropdown:Jte},Symbol.toStringTag,{value:"Module"})),mu=e=>e instanceof HTMLElement?e:null,C3=e=>[...e.querySelectorAll("[data-animated-month]")??[]],tne=e=>mu(e.querySelector("[data-animated-month]")),S3=e=>mu(e.querySelector("[data-animated-caption]")),M3=e=>mu(e.querySelector("[data-animated-weeks]")),nne=e=>mu(e.querySelector("[data-animated-nav]")),rne=e=>mu(e.querySelector("[data-animated-weekdays]"));function ane(e,t,{classNames:n,months:r,focused:l,dateLib:o}){const u=w.useRef(null),h=w.useRef(r),m=w.useRef(!1);w.useLayoutEffect(()=>{const p=h.current;if(h.current=r,!t||!e.current||!(e.current instanceof HTMLElement)||r.length===0||p.length===0||r.length!==p.length)return;const g=o.isSameMonth(r[0].date,p[0].date),x=o.isAfter(r[0].date,p[0].date),b=x?n[Kn.caption_after_enter]:n[Kn.caption_before_enter],E=x?n[Kn.weeks_after_enter]:n[Kn.weeks_before_enter],S=u.current,C=e.current.cloneNode(!0);if(C instanceof HTMLElement?(C3(C).forEach(O=>{if(!(O instanceof HTMLElement))return;const L=tne(O);L&&O.contains(L)&&O.removeChild(L);const F=S3(O);F&&F.classList.remove(b);const D=M3(O);D&&D.classList.remove(E)}),u.current=C):u.current=null,m.current||g||l)return;const M=S instanceof HTMLElement?C3(S):[],$=C3(e.current);if($?.every(z=>z instanceof HTMLElement)&&M&&M.every(z=>z instanceof HTMLElement)){m.current=!0,e.current.style.isolation="isolate";const z=nne(e.current);z&&(z.style.zIndex="1"),$.forEach((O,L)=>{const F=M[L];if(!F)return;O.style.position="relative",O.style.overflow="hidden";const D=S3(O);D&&D.classList.add(b);const A=M3(O);A&&A.classList.add(E);const R=()=>{m.current=!1,e.current&&(e.current.style.isolation=""),z&&(z.style.zIndex=""),D&&D.classList.remove(b),A&&A.classList.remove(E),O.style.position="",O.style.overflow="",O.contains(F)&&O.removeChild(F)};F.style.pointerEvents="none",F.style.position="absolute",F.style.overflow="hidden",F.setAttribute("aria-hidden","true");const Q=rne(F);Q&&(Q.style.opacity="0");const le=S3(F);le&&(le.classList.add(x?n[Kn.caption_before_exit]:n[Kn.caption_after_exit]),le.addEventListener("animationend",R));const fe=M3(F);fe&&fe.classList.add(x?n[Kn.weeks_before_exit]:n[Kn.weeks_after_exit]),O.insertBefore(F,O.firstChild)})}})}function lne(e,t,n,r){const l=e[0],o=e[e.length-1],{ISOWeek:u,fixedWeeks:h,broadcastCalendar:m}=n??{},{addDays:p,differenceInCalendarDays:g,differenceInCalendarMonths:x,endOfBroadcastWeek:b,endOfISOWeek:E,endOfMonth:S,endOfWeek:C,isAfter:M,startOfBroadcastWeek:$,startOfISOWeek:z,startOfWeek:O}=r,L=m?$(l,r):u?z(l):O(l),F=m?b(o):u?E(S(o)):C(S(o)),D=g(F,L),A=x(o,l)+1,R=[];for(let fe=0;fe<=D;fe++){const ye=p(L,fe);if(t&&M(ye,t))break;R.push(ye)}const le=(m?35:42)*A;if(h&&R.length<le){const fe=le-R.length;for(let ye=0;ye<fe;ye++){const ve=p(R[R.length-1],1);R.push(ve)}}return R}function ine(e){const t=[];return e.reduce((n,r)=>{const l=r.weeks.reduce((o,u)=>o.concat(u.days.slice()),t.slice());return n.concat(l.slice())},t.slice())}function one(e,t,n,r){const{numberOfMonths:l=1}=n,o=[];for(let u=0;u<l;u++){const h=r.addMonths(e,u);if(t&&h>t)break;o.push(h)}return o}function Q7(e,t,n,r){const{month:l,defaultMonth:o,today:u=r.today(),numberOfMonths:h=1}=e;let m=l||o||u;const{differenceInCalendarMonths:p,addMonths:g,startOfMonth:x}=r;if(n&&p(n,m)<h-1){const b=-1*(h-1);m=g(n,b)}return t&&p(m,t)<0&&(m=t),x(m)}function sne(e,t,n,r){const{addDays:l,endOfBroadcastWeek:o,endOfISOWeek:u,endOfMonth:h,endOfWeek:m,getISOWeek:p,getWeek:g,startOfBroadcastWeek:x,startOfISOWeek:b,startOfWeek:E}=r,S=e.reduce((C,M)=>{const $=n.broadcastCalendar?x(M,r):n.ISOWeek?b(M):E(M),z=n.broadcastCalendar?o(M):n.ISOWeek?u(h(M)):m(h(M)),O=t.filter(A=>A>=$&&A<=z),L=n.broadcastCalendar?35:42;if(n.fixedWeeks&&O.length<L){const A=t.filter(R=>{const Q=L-O.length;return R>z&&R<=l(z,Q)});O.push(...A)}const F=O.reduce((A,R)=>{const Q=n.ISOWeek?p(R):g(R),le=A.find(ye=>ye.weekNumber===Q),fe=new SE(R,M,r);return le?le.days.push(fe):A.push(new Qee(Q,[fe])),A},[]),D=new Xee(M,F);return C.push(D),C},[]);return n.reverseMonths?S.reverse():S}function cne(e,t){let{startMonth:n,endMonth:r}=e;const{startOfYear:l,startOfDay:o,startOfMonth:u,endOfMonth:h,addYears:m,endOfYear:p,newDate:g,today:x}=t,{fromYear:b,toYear:E,fromMonth:S,toMonth:C}=e;!n&&S&&(n=S),!n&&b&&(n=t.newDate(b,0,1)),!r&&C&&(r=C),!r&&E&&(r=g(E,11,31));const M=e.captionLayout==="dropdown"||e.captionLayout==="dropdown-years";return n?n=u(n):b?n=g(b,0,1):!n&&M&&(n=l(m(e.today??x(),-100))),r?r=h(r):E?r=g(E,11,31):!r&&M&&(r=p(e.today??x())),[n&&o(n),r&&o(r)]}function une(e,t,n,r){if(n.disableNavigation)return;const{pagedNavigation:l,numberOfMonths:o=1}=n,{startOfMonth:u,addMonths:h,differenceInCalendarMonths:m}=r,p=l?o:1,g=u(e);if(!t)return h(g,p);if(!(m(t,e)<o))return h(g,p)}function dne(e,t,n,r){if(n.disableNavigation)return;const{pagedNavigation:l,numberOfMonths:o}=n,{startOfMonth:u,addMonths:h,differenceInCalendarMonths:m}=r,p=l?o??1:1,g=u(e);if(!t)return h(g,-p);if(!(m(g,t)<=0))return h(g,-p)}function fne(e){const t=[];return e.reduce((n,r)=>n.concat(r.weeks.slice()),t.slice())}function E2(e,t){const[n,r]=w.useState(e);return[t===void 0?n:t,r]}function hne(e,t){const[n,r]=cne(e,t),{startOfMonth:l,endOfMonth:o}=t,u=Q7(e,n,r,t),[h,m]=E2(u,e.month?u:void 0);w.useEffect(()=>{const D=Q7(e,n,r,t);m(D)},[e.timeZone]);const p=one(h,r,e,t),g=lne(p,e.endMonth?o(e.endMonth):void 0,e,t),x=sne(p,g,e,t),b=fne(x),E=ine(x),S=dne(h,n,e,t),C=une(h,r,e,t),{disableNavigation:M,onMonthChange:$}=e,z=D=>b.some(A=>A.days.some(R=>R.isEqualTo(D))),O=D=>{if(M)return;let A=l(D);n&&A<l(n)&&(A=l(n)),r&&A>l(r)&&(A=l(r)),m(A),$?.(A)};return{months:x,weeks:b,days:E,navStart:n,navEnd:r,previousMonth:S,nextMonth:C,goToMonth:O,goToDay:D=>{z(D)||O(D.date)}}}var ea;(function(e){e[e.Today=0]="Today",e[e.Selected=1]="Selected",e[e.LastFocused=2]="LastFocused",e[e.FocusedModifier=3]="FocusedModifier"})(ea||(ea={}));function J7(e){return!e[Ut.disabled]&&!e[Ut.hidden]&&!e[Ut.outside]}function mne(e,t,n,r){let l,o=-1;for(const u of e){const h=t(u);J7(h)&&(h[Ut.focused]&&o<ea.FocusedModifier?(l=u,o=ea.FocusedModifier):r?.isEqualTo(u)&&o<ea.LastFocused?(l=u,o=ea.LastFocused):n(u.date)&&o<ea.Selected?(l=u,o=ea.Selected):h[Ut.today]&&o<ea.Today&&(l=u,o=ea.Today))}return l||(l=e.find(u=>J7(t(u)))),l}function pne(e,t,n,r,l,o,u){const{ISOWeek:h,broadcastCalendar:m}=o,{addDays:p,addMonths:g,addWeeks:x,addYears:b,endOfBroadcastWeek:E,endOfISOWeek:S,endOfWeek:C,max:M,min:$,startOfBroadcastWeek:z,startOfISOWeek:O,startOfWeek:L}=u;let D={day:p,week:x,month:g,year:b,startOfWeek:A=>m?z(A,u):h?O(A):L(A),endOfWeek:A=>m?E(A):h?S(A):C(A)}[e](n,t==="after"?1:-1);return t==="before"&&r?D=M([r,D]):t==="after"&&l&&(D=$([l,D])),D}function RE(e,t,n,r,l,o,u,h=0){if(h>365)return;const m=pne(e,t,n.date,r,l,o,u),p=!!(o.disabled&&La(m,o.disabled,u)),g=!!(o.hidden&&La(m,o.hidden,u)),x=m,b=new SE(m,x,u);return!p&&!g?b:RE(e,t,b,r,l,o,u,h+1)}function vne(e,t,n,r,l){const{autoFocus:o}=e,[u,h]=w.useState(),m=mne(t.days,n,r||(()=>!1),u),[p,g]=w.useState(o?m:void 0);return{isFocusTarget:C=>!!m?.isEqualTo(C),setFocused:g,focused:p,blur:()=>{h(p),g(void 0)},moveFocus:(C,M)=>{if(!p)return;const $=RE(C,M,p,t.navStart,t.navEnd,e,l);$&&(t.goToDay($),g($))}}}function gne(e,t){const{selected:n,required:r,onSelect:l}=e,[o,u]=E2(n,l?n:void 0),h=l?n:o,{isSameDay:m}=t,p=E=>h?.some(S=>m(S,E))??!1,{min:g,max:x}=e;return{selected:h,select:(E,S,C)=>{let M=[...h??[]];if(p(E)){if(h?.length===g||r&&h?.length===1)return;M=h?.filter($=>!m($,E))}else h?.length===x?M=[E]:M=[...M,E];return l||u(M),l?.(M,E,S,C),M},isSelected:p}}function yne(e,t,n=0,r=0,l=!1,o=ua){const{from:u,to:h}=t||{},{isSameDay:m,isAfter:p,isBefore:g}=o;let x;if(!u&&!h)x={from:e,to:n>0?void 0:e};else if(u&&!h)m(u,e)?n===0?x={from:u,to:e}:l?x={from:u,to:void 0}:x=void 0:g(e,u)?x={from:e,to:u}:x={from:u,to:e};else if(u&&h)if(m(u,e)&&m(h,e))l?x={from:u,to:h}:x=void 0;else if(m(u,e))x={from:u,to:n>0?void 0:e};else if(m(h,e))x={from:e,to:n>0?void 0:e};else if(g(e,u))x={from:e,to:h};else if(p(e,u))x={from:u,to:e};else if(p(e,h))x={from:u,to:e};else throw new Error("Invalid range");if(x?.from&&x?.to){const b=o.differenceInCalendarDays(x.to,x.from);r>0&&b>r?x={from:e,to:void 0}:n>1&&b<n&&(x={from:e,to:void 0})}return x}function xne(e,t,n=ua){const r=Array.isArray(t)?t:[t];let l=e.from;const o=n.differenceInCalendarDays(e.to,e.from),u=Math.min(o,6);for(let h=0;h<=u;h++){if(r.includes(l.getDay()))return!0;l=n.addDays(l,1)}return!1}function eg(e,t,n=ua){return Ha(e,t.from,!1,n)||Ha(e,t.to,!1,n)||Ha(t,e.from,!1,n)||Ha(t,e.to,!1,n)}function wne(e,t,n=ua){const r=Array.isArray(t)?t:[t];if(r.filter(h=>typeof h!="function").some(h=>typeof h=="boolean"?h:n.isDate(h)?Ha(e,h,!1,n):TE(h,n)?h.some(m=>Ha(e,m,!1,n)):n4(h)?h.from&&h.to?eg(e,{from:h.from,to:h.to},n):!1:DE(h)?xne(e,h.dayOfWeek,n):$E(h)?n.isAfter(h.before,h.after)?eg(e,{from:n.addDays(h.after,1),to:n.addDays(h.before,-1)},n):La(e.from,h,n)||La(e.to,h,n):NE(h)||zE(h)?La(e.from,h,n)||La(e.to,h,n):!1))return!0;const u=r.filter(h=>typeof h=="function");if(u.length){let h=e.from;const m=n.differenceInCalendarDays(e.to,e.from);for(let p=0;p<=m;p++){if(u.some(g=>g(h)))return!0;h=n.addDays(h,1)}}return!1}function bne(e,t){const{disabled:n,excludeDisabled:r,selected:l,required:o,onSelect:u}=e,[h,m]=E2(l,u?l:void 0),p=u?l:h;return{selected:p,select:(b,E,S)=>{const{min:C,max:M}=e,$=b?yne(b,p,C,M,o,t):void 0;return r&&n&&$?.from&&$.to&&wne({from:$.from,to:$.to},n,t)&&($.from=b,$.to=void 0),u||m($),u?.($,b,E,S),$},isSelected:b=>p&&Ha(p,b,!1,t)}}function Ene(e,t){const{selected:n,required:r,onSelect:l}=e,[o,u]=E2(n,l?n:void 0),h=l?n:o,{isSameDay:m}=t;return{selected:h,select:(x,b,E)=>{let S=x;return!r&&h&&h&&m(x,h)&&(S=void 0),l||u(S),l?.(S,x,b,E),S},isSelected:x=>h?m(h,x):!1}}function Cne(e,t){const n=Ene(e,t),r=gne(e,t),l=bne(e,t);switch(e.mode){case"single":return n;case"multiple":return r;case"range":return l;default:return}}function Sne(e){let t=e;t.timeZone&&(t={...e},t.today&&(t.today=new Mn(t.today,t.timeZone)),t.month&&(t.month=new Mn(t.month,t.timeZone)),t.defaultMonth&&(t.defaultMonth=new Mn(t.defaultMonth,t.timeZone)),t.startMonth&&(t.startMonth=new Mn(t.startMonth,t.timeZone)),t.endMonth&&(t.endMonth=new Mn(t.endMonth,t.timeZone)),t.mode==="single"&&t.selected?t.selected=new Mn(t.selected,t.timeZone):t.mode==="multiple"&&t.selected?t.selected=t.selected?.map(Je=>new Mn(Je,t.timeZone)):t.mode==="range"&&t.selected&&(t.selected={from:t.selected.from?new Mn(t.selected.from,t.timeZone):void 0,to:t.selected.to?new Mn(t.selected.to,t.timeZone):void 0}));const{components:n,formatters:r,labels:l,dateLib:o,locale:u,classNames:h}=w.useMemo(()=>{const Je={...t4,...t.locale};return{dateLib:new qa({locale:Je,weekStartsOn:t.broadcastCalendar?1:t.weekStartsOn,firstWeekContainsDate:t.firstWeekContainsDate,useAdditionalWeekYearTokens:t.useAdditionalWeekYearTokens,useAdditionalDayOfYearTokens:t.useAdditionalDayOfYearTokens,timeZone:t.timeZone,numerals:t.numerals},t.dateLib),components:zte(t.components),formatters:Hte(t.formatters),labels:{...ene,...t.labels},locale:Je,classNames:{...r4(),...t.classNames}}},[t.locale,t.broadcastCalendar,t.weekStartsOn,t.firstWeekContainsDate,t.useAdditionalWeekYearTokens,t.useAdditionalDayOfYearTokens,t.timeZone,t.numerals,t.dateLib,t.components,t.formatters,t.labels,t.classNames]),{captionLayout:m,mode:p,navLayout:g,numberOfMonths:x=1,onDayBlur:b,onDayClick:E,onDayFocus:S,onDayKeyDown:C,onDayMouseEnter:M,onDayMouseLeave:$,onNextClick:z,onPrevClick:O,showWeekNumber:L,styles:F}=t,{formatCaption:D,formatDay:A,formatMonthDropdown:R,formatWeekNumber:Q,formatWeekNumberHeader:le,formatWeekdayName:fe,formatYearDropdown:ye}=r,ve=hne(t,o),{days:se,months:ge,navStart:k,navEnd:W,previousMonth:V,nextMonth:ne,goToMonth:j}=ve,Y=$te(se,t,k,W,o),{isSelected:U,select:K,selected:ae}=Cne(t,o)??{},{blur:ue,focused:pe,isFocusTarget:ie,moveFocus:Se,setFocused:Be}=vne(t,ve,Y,U??(()=>!1),o),{labelDayButton:je,labelGridcell:Xe,labelGrid:ht,labelMonthDropdown:Gt,labelNav:Ht,labelPrevious:ar,labelNext:Sr,labelWeekday:Ce,labelWeekNumber:Oe,labelWeekNumberHeader:Ze,labelYearDropdown:xt}=l,It=w.useMemo(()=>Ite(o,t.ISOWeek),[o,t.ISOWeek]),ct=p!==void 0||E!==void 0,rt=w.useCallback(()=>{V&&(j(V),O?.(V))},[V,j,O]),hn=w.useCallback(()=>{ne&&(j(ne),z?.(ne))},[j,ne,z]),bn=w.useCallback((Je,wt)=>Qe=>{Qe.preventDefault(),Qe.stopPropagation(),Be(Je),K?.(Je.date,wt,Qe),E?.(Je.date,wt,Qe)},[K,E,Be]),_t=w.useCallback((Je,wt)=>Qe=>{Be(Je),S?.(Je.date,wt,Qe)},[S,Be]),$t=w.useCallback((Je,wt)=>Qe=>{ue(),b?.(Je.date,wt,Qe)},[ue,b]),Pn=w.useCallback((Je,wt)=>Qe=>{const St={ArrowLeft:[Qe.shiftKey?"month":"day",t.dir==="rtl"?"after":"before"],ArrowRight:[Qe.shiftKey?"month":"day",t.dir==="rtl"?"before":"after"],ArrowDown:[Qe.shiftKey?"year":"week","after"],ArrowUp:[Qe.shiftKey?"year":"week","before"],PageUp:[Qe.shiftKey?"year":"month","before"],PageDown:[Qe.shiftKey?"year":"month","after"],Home:["startOfWeek","before"],End:["endOfWeek","after"]};if(St[Qe.key]){Qe.preventDefault(),Qe.stopPropagation();const[en,mt]=St[Qe.key];Se(en,mt)}C?.(Je.date,wt,Qe)},[Se,C,t.dir]),ln=w.useCallback((Je,wt)=>Qe=>{M?.(Je.date,wt,Qe)},[M]),os=w.useCallback((Je,wt)=>Qe=>{$?.(Je.date,wt,Qe)},[$]),lr=w.useCallback(Je=>wt=>{const Qe=Number(wt.target.value),St=o.setMonth(o.startOfMonth(Je),Qe);j(St)},[o,j]),Si=w.useCallback(Je=>wt=>{const Qe=Number(wt.target.value),St=o.setYear(o.startOfMonth(Je),Qe);j(St)},[o,j]),{className:da,style:fa}=w.useMemo(()=>({className:[h[Ie.Root],t.className].filter(Boolean).join(" "),style:{...F?.[Ie.Root],...t.style}}),[h,t.className,t.style,F]),Mr=Dte(t),qr=w.useRef(null);ane(qr,!!t.animate,{classNames:h,months:ge,focused:pe,dateLib:o});const ir={dayPickerProps:t,selected:ae,select:K,isSelected:U,months:ge,nextMonth:ne,previousMonth:V,goToMonth:j,getModifiers:Y,components:n,classNames:h,styles:F,labels:l,formatters:r};return c.createElement(ME.Provider,{value:ir},c.createElement(n.Root,{rootRef:t.animate?qr:void 0,className:da,style:fa,dir:t.dir,id:t.id,lang:t.lang,nonce:t.nonce,title:t.title,role:t.role,"aria-label":t["aria-label"],...Mr},c.createElement(n.Months,{className:h[Ie.Months],style:F?.[Ie.Months]},!t.hideNavigation&&!g&&c.createElement(n.Nav,{"data-animated-nav":t.animate?"true":void 0,className:h[Ie.Nav],style:F?.[Ie.Nav],"aria-label":Ht(),onPreviousClick:rt,onNextClick:hn,previousMonth:V,nextMonth:ne}),ge.map((Je,wt)=>c.createElement(n.Month,{"data-animated-month":t.animate?"true":void 0,className:h[Ie.Month],style:F?.[Ie.Month],key:wt,displayIndex:wt,calendarMonth:Je},g==="around"&&!t.hideNavigation&&wt===0&&c.createElement(n.PreviousMonthButton,{type:"button",className:h[Ie.PreviousMonthButton],tabIndex:V?void 0:-1,"aria-disabled":V?void 0:!0,"aria-label":ar(V),onClick:rt,"data-animated-button":t.animate?"true":void 0},c.createElement(n.Chevron,{disabled:V?void 0:!0,className:h[Ie.Chevron],orientation:t.dir==="rtl"?"right":"left"})),c.createElement(n.MonthCaption,{"data-animated-caption":t.animate?"true":void 0,className:h[Ie.MonthCaption],style:F?.[Ie.MonthCaption],calendarMonth:Je,displayIndex:wt},m?.startsWith("dropdown")?c.createElement(n.DropdownNav,{className:h[Ie.Dropdowns],style:F?.[Ie.Dropdowns]},m==="dropdown"||m==="dropdown-months"?c.createElement(n.MonthsDropdown,{className:h[Ie.MonthsDropdown],"aria-label":Gt(),classNames:h,components:n,disabled:!!t.disableNavigation,onChange:lr(Je.date),options:Lte(Je.date,k,W,r,o),style:F?.[Ie.Dropdown],value:o.getMonth(Je.date)}):c.createElement("span",null,R(Je.date,o)),m==="dropdown"||m==="dropdown-years"?c.createElement(n.YearsDropdown,{className:h[Ie.YearsDropdown],"aria-label":xt(o.options),classNames:h,components:n,disabled:!!t.disableNavigation,onChange:Si(Je.date),options:Bte(k,W,r,o,!!t.reverseYears),style:F?.[Ie.Dropdown],value:o.getYear(Je.date)}):c.createElement("span",null,ye(Je.date,o)),c.createElement("span",{role:"status","aria-live":"polite",style:{border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap",wordWrap:"normal"}},D(Je.date,o.options,o))):c.createElement(n.CaptionLabel,{className:h[Ie.CaptionLabel],role:"status","aria-live":"polite"},D(Je.date,o.options,o))),g==="around"&&!t.hideNavigation&&wt===x-1&&c.createElement(n.NextMonthButton,{type:"button",className:h[Ie.NextMonthButton],tabIndex:ne?void 0:-1,"aria-disabled":ne?void 0:!0,"aria-label":Sr(ne),onClick:hn,"data-animated-button":t.animate?"true":void 0},c.createElement(n.Chevron,{disabled:ne?void 0:!0,className:h[Ie.Chevron],orientation:t.dir==="rtl"?"left":"right"})),wt===x-1&&g==="after"&&!t.hideNavigation&&c.createElement(n.Nav,{"data-animated-nav":t.animate?"true":void 0,className:h[Ie.Nav],style:F?.[Ie.Nav],"aria-label":Ht(),onPreviousClick:rt,onNextClick:hn,previousMonth:V,nextMonth:ne}),c.createElement(n.MonthGrid,{role:"grid","aria-multiselectable":p==="multiple"||p==="range","aria-label":ht(Je.date,o.options,o)||void 0,className:h[Ie.MonthGrid],style:F?.[Ie.MonthGrid]},!t.hideWeekdays&&c.createElement(n.Weekdays,{"data-animated-weekdays":t.animate?"true":void 0,className:h[Ie.Weekdays],style:F?.[Ie.Weekdays]},L&&c.createElement(n.WeekNumberHeader,{"aria-label":Ze(o.options),className:h[Ie.WeekNumberHeader],style:F?.[Ie.WeekNumberHeader],scope:"col"},le()),It.map(Qe=>c.createElement(n.Weekday,{"aria-label":Ce(Qe,o.options,o),className:h[Ie.Weekday],key:String(Qe),style:F?.[Ie.Weekday],scope:"col"},fe(Qe,o.options,o)))),c.createElement(n.Weeks,{"data-animated-weeks":t.animate?"true":void 0,className:h[Ie.Weeks],style:F?.[Ie.Weeks]},Je.weeks.map(Qe=>c.createElement(n.Week,{className:h[Ie.Week],key:Qe.weekNumber,style:F?.[Ie.Week],week:Qe},L&&c.createElement(n.WeekNumber,{week:Qe,style:F?.[Ie.WeekNumber],"aria-label":Oe(Qe.weekNumber,{locale:u}),className:h[Ie.WeekNumber],scope:"row",role:"rowheader"},Q(Qe.weekNumber,o)),Qe.days.map(St=>{const{date:en}=St,mt=Y(St);if(mt[Ut.focused]=!mt.hidden&&!!pe?.isEqualTo(St),mt[Rr.selected]=U?.(en)||mt.selected,n4(ae)){const{from:pa,to:I}=ae;mt[Rr.range_start]=!!(pa&&I&&o.isSameDay(en,pa)),mt[Rr.range_end]=!!(pa&&I&&o.isSameDay(en,I)),mt[Rr.range_middle]=Ha(ae,en,!0,o)}const ha=Pte(mt,F,t.modifiersStyles),ma=Nte(mt,h,t.modifiersClassNames),Pl=!ct&&!mt.hidden?Xe(en,mt,o.options,o):void 0;return c.createElement(n.Day,{key:`${o.format(en,"yyyy-MM-dd")}_${o.format(St.displayMonth,"yyyy-MM")}`,day:St,modifiers:mt,className:ma.join(" "),style:ha,role:"gridcell","aria-selected":mt.selected||void 0,"aria-label":Pl,"data-day":o.format(en,"yyyy-MM-dd"),"data-month":St.outside?o.format(en,"yyyy-MM"):void 0,"data-selected":mt.selected||void 0,"data-disabled":mt.disabled||void 0,"data-hidden":mt.hidden||void 0,"data-outside":St.outside||void 0,"data-focused":mt.focused||void 0,"data-today":mt.today||void 0},!mt.hidden&&ct?c.createElement(n.DayButton,{className:h[Ie.DayButton],style:F?.[Ie.DayButton],type:"button",day:St,modifiers:mt,disabled:mt.disabled||void 0,tabIndex:ie(St)?0:-1,"aria-label":je(en,mt,o.options,o),onClick:bn(St,mt),onBlur:$t(St,mt),onFocus:_t(St,mt),onKeyDown:Pn(St,mt),onMouseEnter:ln(St,mt),onMouseLeave:os(St,mt)},A(en,o.options,o)):!mt.hidden&&A(St.date,o.options,o))})))))))),t.footer&&c.createElement(n.Footer,{className:h[Ie.Footer],style:F?.[Ie.Footer],role:"status","aria-live":"polite"},t.footer)))}function Mne({className:e,classNames:t,showOutsideDays:n=!0,captionLayout:r="label",buttonVariant:l="ghost",formatters:o,components:u,...h}){const m=r4();return d.jsx(Sne,{showOutsideDays:n,className:B("group/calendar p-3 [--cell-size:--spacing(8)] bg-auxiliary-1 w-[17.75rem] [[data-slot=card-content]_&]:bg-transparent [[data-slot=popover-content]_&]:bg-transparent",String.raw`rtl:**:[.rdp-button\_next>svg]:rotate-180`,String.raw`rtl:**:[.rdp-button\_previous>svg]:rotate-180`,e),captionLayout:r,formatters:{formatMonthDropdown:p=>He.fromJSDate(p).toFormat("MMM"),formatWeekdayName:p=>He.fromJSDate(p).toFormat("ccc"),...o},classNames:{root:B("w-fit",m.root),months:B("flex gap-4 flex-col md:flex-row relative",m.months),month:B("flex flex-col w-full gap-3",m.month),nav:B("flex items-center gap-1 w-full absolute top-0 inset-x-0 justify-between",m.nav),button_previous:B(bc({variant:l}),"size-(--cell-size) aria-disabled:opacity-50 p-0 select-none text-support-6 hover:bg-transparent",m.button_previous),button_next:B(bc({variant:l}),"size-(--cell-size) aria-disabled:opacity-50 p-0 select-none text-support-6 hover:bg-transparent",m.button_next),month_caption:B("flex items-center justify-center h-(--cell-size) w-full px-(--cell-size)",m.month_caption),dropdowns:B("w-full flex items-center text-sm font-medium justify-center h-(--cell-size)",m.dropdowns),dropdown_root:B("relative has-focus:border-ring border-input has-focus:ring-ring/50 has-focus:ring-[3px] rounded-md",m.dropdown_root),dropdown:B("absolute bg-popover inset-0 opacity-0",m.dropdown),caption_label:B("select-none font-medium",r==="label"?"text-sm":"rounded-md pl-2 pr-1 flex items-center gap-1 text-sm h-8 [&>svg]:text-muted-foreground [&>svg]:size-3.5",m.caption_label),table:"w-full border-collapse",weekdays:B("flex",m.weekdays),weekday:B("text-support-6 rounded-md flex-1 font-normal text-[0.688rem] font-semibold select-none mb-2",m.weekday),week:B("flex w-full",m.week),week_number_header:B("select-none w-(--cell-size)",m.week_number_header),week_number:B("text-[0.8rem] select-none text-muted-foreground",m.week_number),day:B("relative w-full h-full text-center [&:first-child[data-selected=true]_button]:rounded-l-md [&:last-child[data-selected=true]_button]:rounded-r-md group/day aspect-square select-none",m.day),range_start:B("rounded-l-md bg-accent",m.range_start),range_middle:B("rounded-none",m.range_middle),range_end:B("rounded-r-md bg-accent",m.range_end),today:B("bg-primary-5 rounded-lg [&>button]:text-auxiliary-1 data-[selected=true]:rounded-none",m.today),outside:B("[&>button]:text-support-5 aria-selected:text-muted-foreground",m.outside),disabled:B("text-muted-foreground opacity-50",m.disabled),hidden:B("invisible",m.hidden),...t},components:{Root:({className:p,rootRef:g,...x})=>d.jsx("div",{"data-slot":"calendar",ref:g,className:B(p),...x}),Chevron:({className:p,orientation:g,...x})=>g==="left"?d.jsx(lA,{className:B("size-4",p),...x}):g==="right"?d.jsx(oA,{className:B("size-4",p),...x}):d.jsx(My,{className:B("size-4",p),...x}),DayButton:$ne,WeekNumber:({children:p,...g})=>d.jsx("td",{...g,children:d.jsx("div",{className:"flex size-(--cell-size) items-center justify-center text-center",children:p})}),...u},...h})}function $ne({className:e,day:t,modifiers:n,...r}){const l=r4(),o=w.useRef(null);return w.useEffect(()=>{n.focused&&o.current?.focus()},[n.focused]),d.jsx(Ee,{ref:o,variant:"ghost",size:"icon","data-day":He.fromJSDate(t.date).toISODate(),"data-selected-single":n.selected&&!n.range_start&&!n.range_end&&!n.range_middle,"data-range-start":n.range_start,"data-range-end":n.range_end,"data-range-middle":n.range_middle,className:B("data-[selected-single=true]:text-primary-5 text-support-7 hover:rounded-lg !p-0 data-[selected-single=true]:font-semibold hover:bg-primary-5 hover:font-semibold hover:!text-auxiliary-1 text-[0.938rem] data-[range-middle=true]:bg-accent data-[range-middle=true]:text-accent-foreground data-[range-start=true]:bg-primary-5 data-[range-start=true]:text-primary-foreground data-[range-end=true]:bg-primary-5 data-[range-end=true]:text-primary-foreground group-data-[focused=true]/day:border-ring group-data-[focused=true]/day:ring-ring/50 dark:hover:text-accent-foreground flex aspect-square size-auto w-full min-w-(--cell-size) flex-col gap-1 leading-none font-normal group-data-[focused=true]/day:relative group-data-[focused=true]/day:z-10 group-data-[focused=true]/day:ring-[3px] data-[range-end=true]:rounded-md data-[range-end=true]:rounded-r-md data-[range-middle=true]:rounded-none data-[range-start=true]:rounded-md data-[range-start=true]:rounded-l-md [&>span]:text-xs [&>span]:opacity-70",l.day,e),...r})}const ad=({error:e,disabled:t,value:n,onValueChange:r,label:l="Date of Birth",required:o=!1,info:u,id:h})=>{const m=w.useRef(null),[p,g]=w.useState(!1),[x,b]=w.useState(n);du(m,()=>g(!1)),w.useEffect(()=>{n!==void 0&&b(n)},[n]);const E=S=>{b(S),r&&r(S)};return d.jsxs("div",{className:"flex flex-col gap-3 relative",children:[d.jsx(rr,{label:l,info:u,required:o,disabled:t,htmlFor:h}),d.jsxs("div",{className:"relative flex gap-6",children:[d.jsx(Ci,{id:h,type:"date",className:B(be.t1,"flex-1 max-w-3xs bg-background appearance-none py-3 px-4 [&::-webkit-calendar-picker-indicator]:hidden",!x&&"text-support-5"),disabled:t,value:x?He.fromJSDate(x).toISODate()??"":"",onChange:S=>E(S.target.valueAsDate??void 0),"aria-invalid":!!e}),d.jsxs(Ee,{variant:"outline",size:"icon",className:B("flex-none active:ring-0 active:border-primary-5 hover:border-primary-5 hover:ring-[1px] focus-visible:ring-1 hover:focus-visible:ring-2 ring-primary-5 aria-invalid:ring-warning-5",p&&"border-primary-5 ring-primary-5",t&&"opacity-50"),onClick:()=>g(!p),"aria-invalid":!!e,disabled:t,children:[d.jsx(Dm,{className:"size-6"}),d.jsx("span",{className:"sr-only",children:"Select date"})]}),p&&d.jsx("div",{ref:m,className:"absolute inset-full start-0 z-10",children:d.jsx(Mne,{mode:"single",selected:x,defaultMonth:x,captionLayout:"dropdown-years",onSelect:S=>{E(S),g(!1)},className:"shadow-none border border-border rounded-2xl",required:!0})})]}),e&&d.jsx("p",{className:B(be.t3,"self-end text-warning-5"),children:e})]})},Nne=()=>d.jsxs("div",{className:"flex flex-col gap-10",children:[d.jsx(ft,{title:"F60 - Dates",description:"Date pickers allow users to select past, present, or future dates. The kind of date you are requesting from the user will determine which date picker (simple or calendar) is best to use. A time picker helps users select a specific time. You can customize the time picker's format depending on location or need."}),d.jsx(me,{title:"Normal",description:"Hover, Active, Focus and Populated states are shown as user interactions",children:d.jsx("div",{className:"py-10 max-w-xs",children:d.jsx(ad,{label:"Birth Date",info:"Select your date of birth"})})}),d.jsx(me,{title:"Disabled",children:d.jsx("div",{className:"py-10 max-w-xs",children:d.jsx(ad,{disabled:!0,label:"Disabled Date"})})}),d.jsx(me,{title:"Error",children:d.jsx("div",{className:"py-10 max-w-xs",children:d.jsx(ad,{label:"Future Date",error:"Date is in the future"})})})]}),zne=({error:e})=>e?d.jsx("p",{className:B(be.t3,"text-warning-5 text-right"),children:e}):null,Tl=({label:e,required:t=!1,info:n,id:r,type:l="text",error:o,disabled:u,...h})=>d.jsxs("div",{className:"space-y-3 w-full",children:[e&&d.jsx(rr,{label:e,required:t,info:n,htmlFor:r,disabled:u}),d.jsx(Ci,{id:r,type:l,disabled:u,"aria-invalid":!!o,...h}),d.jsx(zne,{error:o})]}),Dne=()=>d.jsxs("div",{className:"flex flex-col gap-10",children:[d.jsx(ft,{title:"F11 - Email",description:"Email is a type of the input form element for the user to submit a single-line text data."}),d.jsx(me,{title:"Normal",description:"Hover, Active, Focus and Populated states are shown as user interactions",children:d.jsx("div",{className:"py-10",children:d.jsx(Tl,{type:"email",id:"input-email",label:"Lorem Ipsum",info:"Please provide a detailed description.",placeholder:"Insert Email",required:!0})})}),d.jsx(me,{title:"Disabled",children:d.jsx("div",{className:"py-10",children:d.jsx(Tl,{type:"email",id:"input-email-disabled",label:"Lorem Ipsum",info:"Please provide a detailed description.",placeholder:"Insert Email",required:!0,disabled:!0})})}),d.jsx(me,{title:"Error",children:d.jsx("div",{className:"py-10",children:d.jsx(Tl,{type:"email",id:"input-email-error",label:"Lorem Ipsum",info:"Please provide a detailed description.",placeholder:"Insert Email",required:!0,error:"This error will come from Zod validation"})})})]}),kE=({...e})=>d.jsxs("svg",{viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",height:"1em",width:"1em",strokeWidth:"1",...e,children:[d.jsx("path",{d:"M3.07918 8.33398C3.02702 8.71482 3 9.1044 3 9.50065C3 13.9189 6.35787 17.5007 10.5 17.5007C14.6422 17.5007 18 13.9189 18 9.50065C18 9.1044 17.973 8.71482 17.9208 8.33398",stroke:"currentColor",strokeLinecap:"round"}),d.jsx("path",{d:"M10.4993 2.5V10.8333M10.4993 2.5C9.91585 2.5 8.82562 4.16192 8.41602 4.58333M10.4993 2.5C11.0828 2.5 12.1731 4.16192 12.5827 4.58333",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]});function ld({id:e,label:t="File",required:n,disabled:r,error:l,info:o}){const[u,h]=w.useState(null),m=w.useRef(null),p=x=>{x.target.files&&x.target.files[0]&&h(x.target.files[0])},g=()=>{h(null),m.current&&(m.current.value="")};return d.jsxs("div",{className:"space-y-3 w-full",children:[d.jsx(rr,{label:t,info:o,htmlFor:e,disabled:r,required:n}),d.jsxs("div",{className:"flex items-center justify-between w-full gap-3",children:[d.jsxs("label",{className:B("bg-auxiliary-1 flex items-center flex-1 justify-between rounded-md border border-border border-dashed px-3 py-[0.688rem] cursor-pointer transition-colors",!r&&"hover:border-primary-5 ring-primary-5 hover:ring-[1px] focus-within:border-primary-5",r&&"cursor-not-allowed",l&&"border-warning-5 ring-warning-5 hover:border-warning-5"),children:[d.jsx("input",{ref:m,id:e,type:"file",className:"hidden",disabled:r,onChange:p}),d.jsx("span",{className:B(be.t1,"text-primary-6 truncate"),children:u?.name}),d.jsx("div",{className:"flex items-center gap-1",children:d.jsx(kE,{className:"size-5 text-muted-foreground"})})]}),u&&d.jsx("button",{type:"button",onClick:g,className:"rounded-full group cursor-pointer",children:d.jsx(ts,{className:"size-6 group-hover:text-warning-5 text-muted-foreground"})})]}),l&&d.jsx("p",{className:B(be.t3,"ml-auto w-fit text-warning-5"),children:l})]})}const _E=({fileName:e,onRemove:t})=>d.jsxs(au,{size:"sm",className:"flex items-center gap-3",children:[d.jsx("span",{children:e}),d.jsx(Ee,{variant:"ghost",className:"size-4.5 rounded-full p-0",onClick:t,children:d.jsx(ts,{className:"size-4.5"})})]}),Tne=({...e})=>d.jsxs("svg",{viewBox:"0 0 33 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",height:"1em",width:"1em",...e,children:[d.jsx("path",{d:"M19.166 12H24.4993",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),d.jsx("path",{d:"M19.166 16.666H23.166",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),d.jsx("path",{d:"M23.166 4H9.83268C6.15078 4 3.16602 6.98477 3.16602 10.6667V21.3333C3.16602 25.0152 6.15078 28 9.83268 28H23.166C26.8479 28 29.8327 25.0152 29.8327 21.3333V10.6667C29.8327 6.98477 26.8479 4 23.166 4Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),d.jsx("path",{d:"M7.16602 21.3327C8.7771 17.8912 14.7823 17.6648 16.4993 21.3327",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),d.jsx("path",{d:"M14.4993 12.0007C14.4993 13.4733 13.3054 14.6673 11.8327 14.6673C10.3599 14.6673 9.16602 13.4733 9.16602 12.0007C9.16602 10.5279 10.3599 9.33398 11.8327 9.33398C13.3054 9.33398 14.4993 10.5279 14.4993 12.0007Z",stroke:"currentColor",strokeWidth:"1.5"})]}),tg=["image/png","image/jpeg"],HE=({label:e="Profile Photo",file:t,onFileSelect:n,disabled:r=!1})=>{const l=t?URL.createObjectURL(t):null,o=w.useRef(null),[u,h]=w.useState(!1),m=!!t,p=b=>{const E=b.target.files?.[0]??null;n(E),b.target.value=""},g=b=>{b.preventDefault(),h(!1);const E=b.dataTransfer.files?.[0];if(E){if(!tg.includes(E.type)){console.warn("Invalid file type:",E.type);return}n(E)}},x=()=>n(null);return w.useEffect(()=>()=>{l&&URL.revokeObjectURL(l)},[l]),d.jsxs("div",{className:"w-full flex flex-col gap-6",children:[d.jsx(Ko,{className:B("py-0 max-w-[27.188rem] border-support-5","aria-invalid:ring-warning-5 aria-disabled:border-support-5",u&&"border-primary-5 bg-auxiliary-7"),"aria-disabled":r,children:d.jsx(Zo,{className:"w-full gap-6 p-0",children:d.jsxs("label",{tabIndex:0,className:"outline-primary-5 focus:outline-1 rounded-xl group flex items-center py-9 px-6 gap-6 transition cursor-pointer",onDragOver:b=>{b.preventDefault(),h(!0)},onDragLeave:()=>h(!1),onDrop:g,onKeyDown:b=>{(b.key==="Enter"||b.key===" ")&&(b.preventDefault(),o.current?.click())},"aria-label":"Upload image file",role:"button",children:[d.jsx("input",{type:"file",accept:tg.join(","),className:"hidden",onChange:p,disabled:r,ref:o}),d.jsx("div",{className:B("relative size-[6.25rem] aspect-square flex justify-center items-center rounded-3xl overflow-hidden bg-auxiliary-7 outline-auxiliary-1",!l&&"outline -outline-offset-8"),children:l?d.jsx("img",{src:l,alt:"Preview",className:"object-cover size-full"}):d.jsx(Tne,{className:"text-primary-5 size-12 group-hover:text-primary-6"})}),d.jsxs("div",{className:"flex flex-col gap-3",children:[d.jsx("p",{className:B(be.t1,"text-auxiliary-4 select-none"),children:e}),d.jsx("p",{className:B(be.t4,"text-primary-5 group-hover:text-primary-6 select-none",m&&"text-primary-6"),children:"Upload Image"})]})]})})}),t&&d.jsx(_E,{fileName:t.name,onRemove:x})]})},ng=["image/png","image/jpeg"],LE=({label:e,description:t,maxFileSizeInMB:n,required:r,disabled:l,file:o,onFileSelect:u})=>{const h=o?URL.createObjectURL(o):null,m=b=>{b.preventDefault();const E=b.dataTransfer.files?.[0];if(E){if(!ng.includes(E.type)){console.warn("Invalid file type:",E.type);return}g(E)}},p=b=>{const E=b.target.files?.[0];E&&g(E)},g=b=>{if(b.size/1048576>n){console.warn(`File size exceeds the limit of ${n}MB`);return}u(b)},x=()=>u(null);return w.useEffect(()=>()=>{h&&URL.revokeObjectURL(h)},[h]),d.jsxs("div",{className:"flex flex-col gap-8 [&>div>label]:text-support-7",children:[e&&d.jsx(rr,{label:e,required:r,disabled:l}),d.jsxs("div",{className:"flex items-center gap-8",children:[d.jsxs("label",{className:B("size-38 flex items-center justify-center rounded-lg bg-auxiliary-1 cursor-pointer overflow-hidden","border border-support-5 border-dashed","hover:border-primary"),onDragOver:b=>b.preventDefault(),onDrop:m,"aria-label":"Upload image file",role:"button",onKeyDown:b=>b.key==="Enter"&&b.preventDefault(),children:[h?d.jsx("img",{src:h,alt:"Preview",className:"size-full object-cover"}):d.jsx(kE,{className:"size-12"}),d.jsx("input",{type:"file",className:"hidden",onChange:p,accept:ng.join(","),onClick:b=>b.stopPropagation(),onKeyDown:b=>b.key==="Enter"&&b.preventDefault()},o?.name??"empty")]}),d.jsxs("div",{className:B(be.p1),children:[t&&d.jsx("p",{className:"text-auxiliary-4",children:t}),d.jsxs("span",{className:"text-support-7",children:["Maximum file size: ",n,"MB"]})]})]}),o&&d.jsx(_E,{fileName:o.name,onRemove:x})]})};function PE(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var l=0,r=Object.getOwnPropertySymbols(e);l<r.length;l++)t.indexOf(r[l])<0&&Object.prototype.propertyIsEnumerable.call(e,r[l])&&(n[r[l]]=e[r[l]]);return n}var qc;(function(e){e.event="event",e.props="prop"})(qc||(qc={}));function Nl(){}function One(e){var t,n=void 0;return function(){for(var r=[],l=arguments.length;l--;)r[l]=arguments[l];return t&&r.length===t.length&&r.every(function(o,u){return o===t[u]})||(t=r,n=e.apply(void 0,r)),n}}function Yc(e){return!!(e||"").match(/\d/)}function Do(e){return e==null}function Fne(e){return typeof e=="number"&&isNaN(e)}function IE(e){return Do(e)||Fne(e)||typeof e=="number"&&!isFinite(e)}function BE(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function Ane(e){switch(e){case"lakh":return/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/g;case"wan":return/(\d)(?=(\d{4})+(?!\d))/g;case"thousand":default:return/(\d)(?=(\d{3})+(?!\d))/g}}function jne(e,t,n){var r=Ane(n),l=e.search(/[1-9]/);return l=l===-1?e.length:l,e.substring(0,l)+e.substring(l,e.length).replace(r,"$1"+t)}function Rne(e){var t=w.useRef(e);t.current=e;var n=w.useRef(function(){for(var r=[],l=arguments.length;l--;)r[l]=arguments[l];return t.current.apply(t,r)});return n.current}function a4(e,t){t===void 0&&(t=!0);var n=e[0]==="-",r=n&&t;e=e.replace("-","");var l=e.split("."),o=l[0],u=l[1]||"";return{beforeDecimal:o,afterDecimal:u,hasNegation:n,addNegation:r}}function kne(e){if(!e)return e;var t=e[0]==="-";t&&(e=e.substring(1,e.length));var n=e.split("."),r=n[0].replace(/^0+/,"")||"0",l=n[1]||"";return(t?"-":"")+r+(l?"."+l:"")}function VE(e,t,n){for(var r="",l=n?"0":"",o=0;o<=t-1;o++)r+=e[o]||l;return r}function rg(e,t){return Array(t+1).join(e)}function UE(e){var t=e+"",n=t[0]==="-"?"-":"";n&&(t=t.substring(1));var r=t.split(/[eE]/g),l=r[0],o=r[1];if(o=Number(o),!o)return n+l;l=l.replace(".","");var u=1+o,h=l.length;return u<0?l="0."+rg("0",Math.abs(u))+l:u>=h?l=l+rg("0",u-h):l=(l.substring(0,u)||"0")+"."+l.substring(u),n+l}function ag(e,t,n){if(["","-"].indexOf(e)!==-1)return e;var r=(e.indexOf(".")!==-1||n)&&t,l=a4(e),o=l.beforeDecimal,u=l.afterDecimal,h=l.hasNegation,m=parseFloat("0."+(u||"0")),p=u.length<=t?"0."+u:m.toFixed(t),g=p.split("."),x=o;o&&Number(g[0])&&(x=o.split("").reverse().reduce(function(C,M,$){return C.length>$?(Number(C[0])+Number(M)).toString()+C.substring(1,C.length):M+C},g[0]));var b=VE(g[1]||"",t,n),E=h?"-":"",S=r?".":"";return""+E+x+S+b}function oi(e,t){if(e.value=e.value,e!==null){if(e.createTextRange){var n=e.createTextRange();return n.move("character",t),n.select(),!0}return e.selectionStart||e.selectionStart===0?(e.focus(),e.setSelectionRange(t,t),!0):(e.focus(),!1)}}var GE=One(function(e,t){for(var n=0,r=0,l=e.length,o=t.length;e[n]===t[n]&&n<l;)n++;for(;e[l-1-r]===t[o-1-r]&&o-r>n&&l-r>n;)r++;return{from:{start:n,end:l-r},to:{start:n,end:o-r}}}),_ne=function(e,t){var n=Math.min(e.selectionStart,t);return{from:{start:n,end:e.selectionEnd},to:{start:n,end:t}}};function Hne(e,t,n){return Math.min(Math.max(e,t),n)}function $3(e){return Math.max(e.selectionStart,e.selectionEnd)}function Lne(){return typeof navigator<"u"&&!(navigator.platform&&/iPhone|iPod/.test(navigator.platform))}function Pne(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function Ine(e){var t=e.currentValue,n=e.formattedValue,r=e.currentValueIndex,l=e.formattedValueIndex;return t[r]===n[l]}function Bne(e,t,n,r,l,o,u){u===void 0&&(u=Ine);var h=l.findIndex(function(L){return L}),m=e.slice(0,h);!t&&!n.startsWith(m)&&(t=m,n=m+n,r=r+m.length);for(var p=n.length,g=e.length,x={},b=new Array(p),E=0;E<p;E++){b[E]=-1;for(var S=0,C=g;S<C;S++){var M=u({currentValue:n,lastValue:t,formattedValue:e,currentValueIndex:E,formattedValueIndex:S});if(M&&x[S]!==!0){b[E]=S,x[S]=!0;break}}}for(var $=r;$<p&&(b[$]===-1||!o(n[$]));)$++;var z=$===p||b[$]===-1?g:b[$];for($=r-1;$>0&&b[$]===-1;)$--;var O=$===-1||b[$]===-1?0:b[$]+1;return O>z?z:r-O<z-r?O:z}function lg(e,t,n,r){var l=e.length;if(t=Hne(t,0,l),r==="left"){for(;t>=0&&!n[t];)t--;t===-1&&(t=n.indexOf(!0))}else{for(;t<=l&&!n[t];)t++;t>l&&(t=n.lastIndexOf(!0))}return t===-1&&(t=l),t}function Vne(e){for(var t=Array.from({length:e.length+1}).map(function(){return!0}),n=0,r=t.length;n<r;n++)t[n]=!!(Yc(e[n])||Yc(e[n-1]));return t}function WE(e,t,n,r,l,o){o===void 0&&(o=Nl);var u=Rne(function(S,C){var M,$;return IE(S)?($="",M=""):typeof S=="number"||C?($=typeof S=="number"?UE(S):S,M=r($)):($=l(S,void 0),M=r($)),{formattedValue:M,numAsString:$}}),h=w.useState(function(){return u(Do(e)?t:e,n)}),m=h[0],p=h[1],g=function(S,C){S.formattedValue!==m.formattedValue&&p({formattedValue:S.formattedValue,numAsString:S.value}),o(S,C)},x=e,b=n;Do(e)&&(x=m.numAsString,b=!0);var E=u(x,b);return w.useMemo(function(){p(E)},[E.formattedValue]),[m,g]}function Une(e){return e.replace(/[^0-9]/g,"")}function Gne(e){return e}function Wne(e){var t=e.type;t===void 0&&(t="text");var n=e.displayType;n===void 0&&(n="input");var r=e.customInput,l=e.renderText,o=e.getInputRef,u=e.format;u===void 0&&(u=Gne);var h=e.removeFormatting;h===void 0&&(h=Une);var m=e.defaultValue,p=e.valueIsNumericString,g=e.onValueChange,x=e.isAllowed,b=e.onChange;b===void 0&&(b=Nl);var E=e.onKeyDown;E===void 0&&(E=Nl);var S=e.onMouseUp;S===void 0&&(S=Nl);var C=e.onFocus;C===void 0&&(C=Nl);var M=e.onBlur;M===void 0&&(M=Nl);var $=e.value,z=e.getCaretBoundary;z===void 0&&(z=Vne);var O=e.isValidInputCharacter;O===void 0&&(O=Yc);var L=e.isCharacterSame,F=PE(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),D=WE($,m,!!p,u,h,g),A=D[0],R=A.formattedValue,Q=A.numAsString,le=D[1],fe=w.useRef(),ye=w.useRef({formattedValue:R,numAsString:Q}),ve=function(Ce,Oe){ye.current={formattedValue:Ce.formattedValue,numAsString:Ce.value},le(Ce,Oe)},se=w.useState(!1),ge=se[0],k=se[1],W=w.useRef(null),V=w.useRef({setCaretTimeout:null,focusTimeout:null});w.useEffect(function(){return k(!0),function(){clearTimeout(V.current.setCaretTimeout),clearTimeout(V.current.focusTimeout)}},[]);var ne=u,j=function(Ce,Oe){var Ze=parseFloat(Oe);return{formattedValue:Ce,value:Oe,floatValue:isNaN(Ze)?void 0:Ze}},Y=function(Ce,Oe,Ze){Ce.selectionStart===0&&Ce.selectionEnd===Ce.value.length||(oi(Ce,Oe),V.current.setCaretTimeout=setTimeout(function(){Ce.value===Ze&&Ce.selectionStart!==Oe&&oi(Ce,Oe)},0))},U=function(Ce,Oe,Ze){return lg(Ce,Oe,z(Ce),Ze)},K=function(Ce,Oe,Ze){var xt=z(Oe),It=Bne(Oe,R,Ce,Ze,xt,O,L);return It=lg(Oe,It,xt),It},ae=function(Ce){var Oe=Ce.formattedValue;Oe===void 0&&(Oe="");var Ze=Ce.input,xt=Ce.source,It=Ce.event,ct=Ce.numAsString,rt;if(Ze){var hn=Ce.inputValue||Ze.value,bn=$3(Ze);Ze.value=Oe,rt=K(hn,Oe,bn),rt!==void 0&&Y(Ze,rt,Oe)}Oe!==R&&ve(j(Oe,ct),{event:It,source:xt})};w.useEffect(function(){var Ce=ye.current,Oe=Ce.formattedValue,Ze=Ce.numAsString;(R!==Oe||Q!==Ze)&&ve(j(R,Q),{event:void 0,source:qc.props})},[R,Q]);var ue=W.current?$3(W.current):void 0,pe=typeof window<"u"?w.useLayoutEffect:w.useEffect;pe(function(){var Ce=W.current;if(R!==ye.current.formattedValue&&Ce){var Oe=K(ye.current.formattedValue,R,ue);Ce.value=R,Y(Ce,Oe,R)}},[R]);var ie=function(Ce,Oe,Ze){var xt=Oe.target,It=fe.current?_ne(fe.current,xt.selectionEnd):GE(R,Ce),ct=Object.assign(Object.assign({},It),{lastValue:R}),rt=h(Ce,ct),hn=ne(rt);if(rt=h(hn,void 0),x&&!x(j(hn,rt))){var bn=Oe.target,_t=$3(bn),$t=K(Ce,R,_t);return bn.value=R,Y(bn,$t,R),!1}return ae({formattedValue:hn,numAsString:rt,inputValue:Ce,event:Oe,source:Ze,input:Oe.target}),!0},Se=function(Ce,Oe){Oe===void 0&&(Oe=0);var Ze=Ce.selectionStart,xt=Ce.selectionEnd;fe.current={selectionStart:Ze,selectionEnd:xt+Oe}},Be=function(Ce){var Oe=Ce.target,Ze=Oe.value,xt=ie(Ze,Ce,qc.event);xt&&b(Ce),fe.current=void 0},je=function(Ce){var Oe=Ce.target,Ze=Ce.key,xt=Oe.selectionStart,It=Oe.selectionEnd,ct=Oe.value;ct===void 0&&(ct="");var rt;Ze==="ArrowLeft"||Ze==="Backspace"?rt=Math.max(xt-1,0):Ze==="ArrowRight"?rt=Math.min(xt+1,ct.length):Ze==="Delete"&&(rt=xt);var hn=0;Ze==="Delete"&&xt===It&&(hn=1);var bn=Ze==="ArrowLeft"||Ze==="ArrowRight";if(rt===void 0||xt!==It&&!bn){E(Ce),Se(Oe,hn);return}var _t=rt;if(bn){var $t=Ze==="ArrowLeft"?"left":"right";_t=U(ct,rt,$t),_t!==rt&&Ce.preventDefault()}else Ze==="Delete"&&!O(ct[rt])?_t=U(ct,rt,"right"):Ze==="Backspace"&&!O(ct[rt])&&(_t=U(ct,rt,"left"));_t!==rt&&Y(Oe,_t,ct),E(Ce),Se(Oe,hn)},Xe=function(Ce){var Oe=Ce.target,Ze=function(){var xt=Oe.selectionStart,It=Oe.selectionEnd,ct=Oe.value;if(ct===void 0&&(ct=""),xt===It){var rt=U(ct,xt);rt!==xt&&Y(Oe,rt,ct)}};Ze(),requestAnimationFrame(function(){Ze()}),S(Ce),Se(Oe)},ht=function(Ce){Ce.persist&&Ce.persist();var Oe=Ce.target,Ze=Ce.currentTarget;W.current=Oe,V.current.focusTimeout=setTimeout(function(){var xt=Oe.selectionStart,It=Oe.selectionEnd,ct=Oe.value;ct===void 0&&(ct="");var rt=U(ct,xt);rt!==xt&&!(xt===0&&It===ct.length)&&Y(Oe,rt,ct),C(Object.assign(Object.assign({},Ce),{currentTarget:Ze}))},0)},Gt=function(Ce){W.current=null,clearTimeout(V.current.focusTimeout),clearTimeout(V.current.setCaretTimeout),M(Ce)},Ht=ge&&Lne()?"numeric":void 0,ar=Object.assign({inputMode:Ht},F,{type:t,value:R,onChange:Be,onKeyDown:je,onMouseUp:Xe,onFocus:ht,onBlur:Gt});if(n==="text")return l?c.createElement(c.Fragment,null,l(R,F)||null):c.createElement("span",Object.assign({},F,{ref:o}),R);if(r){var Sr=r;return c.createElement(Sr,Object.assign({},ar,{ref:o}))}return c.createElement("input",Object.assign({},ar,{ref:o}))}function ig(e,t){var n=t.decimalScale,r=t.fixedDecimalScale,l=t.prefix;l===void 0&&(l="");var o=t.suffix;o===void 0&&(o="");var u=t.allowNegative,h=t.thousandsGroupStyle;if(h===void 0&&(h="thousand"),e===""||e==="-")return e;var m=C2(t),p=m.thousandSeparator,g=m.decimalSeparator,x=n!==0&&e.indexOf(".")!==-1||n&&r,b=a4(e,u),E=b.beforeDecimal,S=b.afterDecimal,C=b.addNegation;return n!==void 0&&(S=VE(S,n,!!r)),p&&(E=jne(E,p,h)),l&&(E=l+E),o&&(S=S+o),C&&(E="-"+E),e=E+(x&&g||"")+S,e}function C2(e){var t=e.decimalSeparator;t===void 0&&(t=".");var n=e.thousandSeparator,r=e.allowedDecimalSeparators;return n===!0&&(n=","),r||(r=[t,"."]),{decimalSeparator:t,thousandSeparator:n,allowedDecimalSeparators:r}}function qne(e,t){e===void 0&&(e="");var n=new RegExp("(-)"),r=new RegExp("(-)(.)*(-)"),l=n.test(e),o=r.test(e);return e=e.replace(/-/g,""),l&&!o&&t&&(e="-"+e),e}function Yne(e,t){return new RegExp("(^-)|[0-9]|"+BE(e),"g")}function Kne(e,t,n){return e===""?!0:!t?.match(/\d/)&&!n?.match(/\d/)&&typeof e=="string"&&!isNaN(Number(e))}function Zne(e,t,n){var r;t===void 0&&(t=Pne(e));var l=n.allowNegative,o=n.prefix;o===void 0&&(o="");var u=n.suffix;u===void 0&&(u="");var h=n.decimalScale,m=t.from,p=t.to,g=p.start,x=p.end,b=C2(n),E=b.allowedDecimalSeparators,S=b.decimalSeparator,C=e[x]===S;if(Yc(e)&&(e===o||e===u)&&t.lastValue==="")return e;if(x-g===1&&E.indexOf(e[g])!==-1){var M=h===0?"":S;e=e.substring(0,g)+M+e.substring(g+1,e.length)}var $=function(W,V,ne){var j=!1,Y=!1;o.startsWith("-")?j=!1:W.startsWith("--")?(j=!1,Y=!0):u.startsWith("-")&&W.length===u.length?j=!1:W[0]==="-"&&(j=!0);var U=j?1:0;return Y&&(U=2),U&&(W=W.substring(U),V-=U,ne-=U),{value:W,start:V,end:ne,hasNegation:j}},z=$(e,g,x),O=z.hasNegation;r=z,e=r.value,g=r.start,x=r.end;var L=$(t.lastValue,m.start,m.end),F=L.start,D=L.end,A=L.value,R=e.substring(g,x);e.length&&A.length&&(F>A.length-u.length||D<o.length)&&!(R&&u.startsWith(R))&&(e=A);var Q=0;e.startsWith(o)?Q+=o.length:g<o.length&&(Q=g),e=e.substring(Q),x-=Q;var le=e.length,fe=e.length-u.length;e.endsWith(u)?le=fe:(x>fe||x>e.length-u.length)&&(le=x),e=e.substring(0,le),e=qne(O?"-"+e:e,l),e=(e.match(Yne(S))||[]).join("");var ye=e.indexOf(S);e=e.replace(new RegExp(BE(S),"g"),function(W,V){return V===ye?".":""});var ve=a4(e,l),se=ve.beforeDecimal,ge=ve.afterDecimal,k=ve.addNegation;return p.end-p.start<m.end-m.start&&se===""&&C&&!parseFloat(ge)&&(e=k?"-":""),e}function Xne(e,t){var n=t.prefix;n===void 0&&(n="");var r=t.suffix;r===void 0&&(r="");var l=Array.from({length:e.length+1}).map(function(){return!0}),o=e[0]==="-";l.fill(!1,0,n.length+(o?1:0));var u=e.length;return l.fill(!1,u-r.length+1,u+1),l}function Qne(e){var t=C2(e),n=t.thousandSeparator,r=t.decimalSeparator,l=e.prefix;l===void 0&&(l="");var o=e.allowNegative;if(o===void 0&&(o=!0),n===r)throw new Error(`
|
|
178
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function lV(e,t){if(e){if(typeof e=="string")return D7(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 D7(e,t)}}function D7(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 iV(e,t){for(var n=aV(e),r;!(r=n()).done;){var l=r.value;l&&oV(l,t)}}function oV(e,t){typeof e=="function"?e(t):e.current=t}var Qb=we.shape({country_calling_codes:we.object.isRequired,countries:we.object.isRequired}),Jb=we.objectOf(we.string);function Pa(e,t){var n="+"+Wa(e,t);return n}function sV(e){var t=e.value,n=e.phoneNumber,r=e.defaultCountry,l=e.getAnyCountry,o=e.countries,u=e.required,h=e.metadata,m;return n&&n.country?m=n.country:r&&(!t||No(t,r,h))&&(m=r),o&&o.indexOf(m)<0&&(m=void 0),!m&&u&&o&&o.length>0&&(m=l()),m}function cV(e){var t=e.countries,n=e.countryNames,r=e.addInternationalOption,l=e.compareStringsLocales,o=e.compareStrings;o||(o=vV);var u=t.map(function(h){return{value:h,label:n[h]||h}});return u.sort(function(h,m){return o(h.label,m.label,l)}),r&&u.unshift({label:n.ZZ}),u}function eE(e,t){return tI(e||"",t)}function uV(e){return e.formatNational().replace(/\D/g,"")}function dV(e,t){var n=t.prevCountry,r=t.newCountry,l=t.metadata,o=t.useNationalFormat;if(n===r)return e;if(!e)return o?"":r?Pa(r,l):"";if(r){if(e[0]==="+"){if(o)return e.indexOf("+"+Wa(r,l))===0?gV(e,r,l):"";if(n){var u=Pa(r,l);return e.indexOf(u)===0?e:u}else{var h=Pa(r,l);return e.indexOf(h)===0?e:h}}}else if(e[0]!=="+")return bo(e,n,l)||"";return e}function bo(e,t,n){if(e){if(e[0]==="+"){if(e==="+")return;var r=new ls(t,n);return r.input(e),r.getNumberValue()}if(t){var l=nE(e,t,n);return"+".concat(Wa(t,n)).concat(l||"")}}}function fV(e,t,n){var r=nE(e,t,n);if(r){var l=r.length-hV(t,n);if(l>0)return e.slice(0,e.length-l)}return e}function hV(e,t){return t=new dn(t),t.selectNumberingPlan(e),t.numberingPlan.possibleLengths()[t.numberingPlan.possibleLengths().length-1]}function tE(e,t){var n=t.country,r=t.countries,l=t.defaultCountry,o=t.latestCountrySelectedByUser,u=t.required,h=t.metadata;if(e==="+")return n;var m=pV(e,h);if(m)return!r||r.indexOf(m)>=0?m:void 0;if(n){if(No(e,n,h)){if(o&&No(e,o,h))return o;if(l&&No(e,l,h))return l;if(!u)return}else if(!u)return}return n}function mV(e,t){var n=t.prevPhoneDigits,r=t.country,l=t.defaultCountry,o=t.latestCountrySelectedByUser,u=t.countryRequired,h=t.getAnyCountry,m=t.countries,p=t.international,g=t.limitMaxLength,x=t.countryCallingCodeEditable,b=t.metadata;if(p&&x===!1&&r){var E=Pa(r,b);if(e.indexOf(E)!==0){var S,C=e&&e[0]!=="+";return C?(e=E+e,S=bo(e,r,b)):e=E,{phoneDigits:e,value:S,country:r}}}p===!1&&r&&e&&e[0]==="+"&&(e=T7(e,r,b)),e&&r&&g&&(e=fV(e,r,b)),e&&e[0]!=="+"&&(!r||p)&&(e="+"+e),!e&&n&&n[0]==="+"&&(p?r=void 0:r=l),e==="+"&&n&&n[0]==="+"&&n.length>1&&(r=void 0);var M;return e&&(e[0]==="+"&&(e==="+"||r&&Pa(r,b).indexOf(e)===0)?M=void 0:M=bo(e,r,b)),M&&(r=tE(M,{country:r,countries:m,defaultCountry:l,latestCountrySelectedByUser:o,required:!1,metadata:b}),p===!1&&r&&e&&e[0]==="+"&&(e=T7(e,r,b),M=bo(e,r,b))),!r&&u&&(r=l||h()),{phoneDigits:e,country:r,value:M}}function T7(e,t,n){if(e.indexOf(Pa(t,n))===0){var r=new ls(t,n);r.input(e);var l=r.getNumber();return l?l.formatNational().replace(/\D/g,""):""}else return e.replace(/\D/g,"")}function pV(e,t){var n=new ls(null,t);return n.input(e),n.getCountry()}function vV(e,t,n){return String.prototype.localeCompare?e.localeCompare(t,n):e<t?-1:e>t?1:0}function gV(e,t,n){if(t){var r="+"+Wa(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 l=0,o=Object.keys(n.country_calling_codes);l<o.length;l++){var u=o[l];if(e.indexOf(u)===1)return e.slice(1+u.length)}return""}function nE(e,t,n){var r=new ls(t,n);r.input(e);var l=r.getNumber();return l&&l.nationalNumber}function No(e,t,n){for(var r=Pa(t,n),l=0;l<e.length&&l<r.length;){if(e[l]!==r[l])return!1;l++}return!0}function rE(e){var t=e.value,n=e.phoneNumber,r=e.defaultCountry,l=e.international,o=e.useNationalFormat,u=e.metadata;return(l===!1||o)&&n&&n.country?uV(n):!t&&l&&r?Pa(r,u):t}function Uc(e){"@babel/helpers - typeof";return Uc=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},Uc(e)}function O7(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),n.push.apply(n,r)}return n}function B1(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?O7(Object(n),!0).forEach(function(r){yV(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):O7(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function yV(e,t,n){return t=xV(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function xV(e){var t=wV(e,"string");return Uc(t)=="symbol"?t:t+""}function wV(e,t){if(Uc(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Uc(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function bV(e,t,n){var r=e.metadata,l=e.countries,o=e.defaultCountry,u=e.value,h=e.reset,m=e.international,p=e.displayInitialValueAsLocalNumber,g=e.initialValueFormat,x=t.defaultCountry,b=t.value,E=t.reset;n.country;var S=n.value,C=n.hasUserSelectedACountry,M=n.latestCountrySelectedByUser,$=function(fe){return rE(B1(B1({},fe),{},{international:m,useNationalFormat:p||g==="national",metadata:r}))};if(h!==E)return{phoneDigits:$({value:void 0,defaultCountry:o}),value:void 0,country:o,latestCountrySelectedByUser:void 0,hasUserSelectedACountry:void 0};if(o!==x){var z=!o||b2(o,r),O=!S||m&&S===$({value:void 0,defaultCountry:x}),L=!u&&O;if(!C&&z&&L)return{country:o,phoneDigits:$({value:void 0,defaultCountry:o}),value:void 0}}if(!F7(u,b)&&!F7(u,S)){var F,D;if(u){u&&Kb(u),F=eE(u,r);var A=Zb(l,r);F&&F.country?(!A||A.indexOf(F.country)>=0)&&(D=F.country):(D=tE(u,{country:void 0,countries:A,metadata:r}),D||o&&u.indexOf(Pa(o,r))===0&&(D=o))}var R;if(u){if(M){var Q=D?M===D:No(u,M,r);Q?D||(D=M):R={latestCountrySelectedByUser:void 0}}}else R={latestCountrySelectedByUser:void 0,hasUserSelectedACountry:void 0};return B1(B1({},R),{},{phoneDigits:$({phoneNumber:F,value:u,defaultCountry:o}),value:u,country:u?D:o})}}function F7(e,t){return e===null&&(e=void 0),t===null&&(t=void 0),e===t}var EV=["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 Lo(e){"@babel/helpers - typeof";return Lo=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},Lo(e)}function A7(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(l){return Object.getOwnPropertyDescriptor(e,l).enumerable})),n.push.apply(n,r)}return n}function aE(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?A7(Object(n),!0).forEach(function(r){Or(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):A7(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function zo(){return zo=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},zo.apply(this,arguments)}function CV(e,t){if(e==null)return{};var n=SV(e,t),r,l;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(l=0;l<o.length;l++)r=o[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function SV(e,t){if(e==null)return{};var n={},r=Object.keys(e),l,o;for(o=0;o<r.length;o++)l=r[o],!(t.indexOf(l)>=0)&&(n[l]=e[l]);return n}function MV(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function j7(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,iE(r.key),r)}}function $V(e,t,n){return t&&j7(e.prototype,t),n&&j7(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function NV(e,t,n){return t=Fd(t),zV(e,lE()?Reflect.construct(t,n||[],Fd(e).constructor):t.apply(e,n))}function zV(e,t){if(t&&(Lo(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return DV(e)}function DV(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function lE(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(lE=function(){return!!e})()}function Fd(e){return Fd=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(n){return n.__proto__||Object.getPrototypeOf(n)},Fd(e)}function TV(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&&Rh(e,t)}function Rh(e,t){return Rh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,l){return r.__proto__=l,r},Rh(e,t)}function Or(e,t,n){return t=iE(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function iE(e){var t=OV(e,"string");return Lo(t)=="symbol"?t:t+""}function OV(e,t){if(Lo(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(Lo(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var FV=(function(e){function t(n){var r;MV(this,t),r=NV(this,t,[n]),Or(r,"setInputRef",function(M){iV([r.props.inputRef,r.inputRef],M)}),Or(r,"isCountrySupportedWithError",function(M){var $=r.props.metadata;return b2(M,$)}),Or(r,"onCountryChange",function(M){var $=r.props,z=$.international,O=$.metadata,L=$.onChange,F=$.focusInputOnCountrySelection,D=r.state,A=D.phoneDigits,R=D.country,Q=dV(A,{prevCountry:R,newCountry:M,metadata:O,useNationalFormat:!z}),le=bo(Q,M,O);F&&r.inputRef.current.focus(),r.setState({country:M,latestCountrySelectedByUser:M,hasUserSelectedACountry:!0,phoneDigits:Q,value:le},function(){L(le)})}),Or(r,"onChange",function(M){var $=r.props,z=$.defaultCountry,O=$.onChange,L=$.addInternationalOption,F=$.international,D=$.limitMaxLength,A=$.countryCallingCodeEditable,R=$.metadata,Q=r.state,le=Q.countries,fe=Q.phoneDigits,ye=Q.country,ve=Q.latestCountrySelectedByUser,se=mV(M,{prevPhoneDigits:fe,country:ye,countryRequired:!L,defaultCountry:z,latestCountrySelectedByUser:ve,getAnyCountry:function(){return r.getFirstSupportedCountry({countries:le})},countries:le,international:F,limitMaxLength:D,countryCallingCodeEditable:A,metadata:R}),ge=se.phoneDigits,k=se.country,W=se.value,V={phoneDigits:ge,value:W,country:k};ve&&W&&!No(W,ve,R)&&(V.latestCountrySelectedByUser=void 0),A===!1&&!W&&ge===r.state.phoneDigits&&(V.forceRerender={}),r.setState(V,function(){return O(W)})}),Or(r,"_onFocus",function(){return r.setState({isFocused:!0})}),Or(r,"_onBlur",function(){return r.setState({isFocused:!1})}),Or(r,"onFocus",function(M){r._onFocus();var $=r.props.onFocus;$&&$(M)}),Or(r,"onBlur",function(M){var $=r.props.onBlur;r._onBlur(),$&&$(M)}),Or(r,"onCountryFocus",function(M){r._onFocus();var $=r.props.countrySelectProps;if($){var z=$.onFocus;z&&z(M)}}),Or(r,"onCountryBlur",function(M){r._onBlur();var $=r.props.countrySelectProps;if($){var z=$.onBlur;z&&z(M)}}),r.inputRef=c.createRef();var l=r.props,o=l.value;l.labels;var u=l.international,h=l.addInternationalOption,m=l.displayInitialValueAsLocalNumber,p=l.initialValueFormat,g=l.metadata,x=r.props,b=x.defaultCountry,E=x.countries;b&&(r.isCountrySupportedWithError(b)||(b=void 0)),o&&Kb(o),E=Zb(E,g);var S=eE(o,g);r.CountryIcon=Xb(r.props);var C=sV({value:o,phoneNumber:S,defaultCountry:b,required:!h,countries:E||S7(g),getAnyCountry:function(){return r.getFirstSupportedCountry({countries:E})},metadata:g});return r.state={props:r.props,country:C,countries:E,phoneDigits:rE({value:o,phoneNumber:S,defaultCountry:b,international:u,useNationalFormat:m||p==="national",metadata:g}),value:o},r}return TV(t,e),$V(t,[{key:"componentDidMount",value:function(){var r=this.props.onCountryChange,l=this.props.defaultCountry,o=this.state.country;r&&(l&&(this.isCountrySupportedWithError(l)||(l=void 0)),o!==l&&r(o))}},{key:"componentDidUpdate",value:function(r,l){var o=this.props.onCountryChange,u=this.state.country;o&&u!==l.country&&o(u)}},{key:"getCountrySelectOptions",value:function(r){var l=r.countries,o=this.props,u=o.international,h=o.countryCallingCodeEditable,m=o.countryOptionsOrder,p=o.addInternationalOption,g=o.labels,x=o.locales,b=o.metadata;return this.useMemoCountrySelectOptions(function(){return JB(cV({countries:l||S7(b),countryNames:g,addInternationalOption:u&&h===!1?!1:p,compareStringsLocales:x}),eV(m,b))},[l,m,p,g,b])}},{key:"useMemoCountrySelectOptions",value:function(r,l){return(!this.countrySelectOptionsMemoDependencies||!jV(l,this.countrySelectOptionsMemoDependencies))&&(this.countrySelectOptionsMemo=r(),this.countrySelectOptionsMemoDependencies=l),this.countrySelectOptionsMemo}},{key:"getFirstSupportedCountry",value:function(r){var l=r.countries,o=this.getCountrySelectOptions({countries:l});return o[0].value}},{key:"render",value:function(){var r=this.props,l=r.name,o=r.disabled,u=r.readOnly,h=r.autoComplete,m=r.style,p=r.className;r.inputRef;var g=r.inputComponent,x=r.numberInputProps,b=r.smartCaret,E=r.countrySelectComponent,S=r.countrySelectProps,C=r.containerComponent,M=r.containerComponentProps;r.defaultCountry,r.countries,r.countryOptionsOrder;var $=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 z=r.metadata,O=r.international;r.locales;var L=CV(r,EV),F=this.state,D=F.country,A=F.countries,R=F.phoneDigits,Q=F.isFocused,le=b?zB:AB,fe=this.getCountrySelectOptions({countries:A});return c.createElement(C,zo({style:m,className:$d(p,"PhoneInput",{"PhoneInput--focus":Q,"PhoneInput--disabled":o,"PhoneInput--readOnly":u})},M),c.createElement(E,zo({name:l?"".concat(l,"Country"):void 0,"aria-label":$.country},S,{value:D,options:fe,onChange:this.onCountryChange,onFocus:this.onCountryFocus,onBlur:this.onCountryBlur,disabled:o||S&&S.disabled,readOnly:u||S&&S.readOnly,iconComponent:this.CountryIcon})),c.createElement(le,zo({ref:this.setInputRef,type:"tel",autoComplete:h},x,L,{inputFormat:O===!0?"INTERNATIONAL":O===!1?"NATIONAL":"INTERNATIONAL_OR_NATIONAL",international:O?!0:void 0,withCountryCallingCode:O?!0:void 0,name:l,metadata:z,country:D,value:R||"",onChange:this.onChange,onFocus:this.onFocus,onBlur:this.onBlur,disabled:o,readOnly:u,inputComponent:g,className:$d("PhoneInputInput",x&&x.className,L.className)})))}}],[{key:"getDerivedStateFromProps",value:function(r,l){return aE({props:r},bV(r,l.props,l))}}])})(c.PureComponent),oE=c.forwardRef(function(e,t){return c.createElement(FV,zo({},AV(e),{inputRef:t}))});oE.propTypes={value:we.string,onChange:we.func.isRequired,onFocus:we.func,onBlur:we.func,disabled:we.bool,readOnly:we.bool,autoComplete:we.string,initialValueFormat:we.oneOf(["national"]),displayInitialValueAsLocalNumber:we.bool,defaultCountry:we.string,countries:we.arrayOf(we.string),labels:Jb,locales:we.oneOfType([we.string,we.arrayOf(we.string)]),flagUrl:we.string,flags:we.objectOf(we.elementType),flagComponent:we.elementType,addInternationalOption:we.bool,internationalIcon:we.elementType,countryOptionsOrder:we.arrayOf(we.string),style:we.object,className:we.string,countrySelectComponent:we.elementType,countrySelectProps:we.object,inputComponent:we.elementType,numberInputProps:we.object,containerComponent:we.elementType,containerComponentProps:we.object,smartCaret:we.bool,international:we.bool,limitMaxLength:we.bool,countryCallingCodeEditable:we.bool,metadata:Qb,onCountryChange:we.func,focusInputOnCountrySelection:we.bool};var R7={autoComplete:"tel",countrySelectComponent:Gb,flagComponent:Jm,flagUrl:"https://purecatamphetamine.github.io/country-flag-icons/3x2/{XX}.svg",internationalIcon:w2,inputComponent:"input",containerComponent:"div",reset:we.any,smartCaret:!0,addInternationalOption:!0,countryCallingCodeEditable:!0,focusInputOnCountrySelection:!0};function AV(e){e=aE({},e);for(var t in R7)e[t]===void 0&&(e[t]=R7[t]);return e}function jV(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 RV={ext:"ext.",country:"Phone number country",phone:"Phone",AB:"Abkhazia",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",OS:"South Ossetia",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",XK:"Kosovo",YE:"Yemen",YT:"Mayotte",ZA:"South Africa",ZM:"Zambia",ZW:"Zimbabwe",ZZ:"International"};var kV=["metadata","labels"];function kh(){return kh=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},kh.apply(this,arguments)}function _V(e,t){if(e==null)return{};var n=HV(e,t),r,l;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(l=0;l<o.length;l++)r=o[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function HV(e,t){if(e==null)return{};var n={},r=Object.keys(e),l,o;for(o=0;o<r.length;o++)l=r[o],!(t.indexOf(l)>=0)&&(n[l]=e[l]);return n}function sE(e){var t=c.forwardRef(function(n,r){var l=n.metadata,o=l===void 0?e:l,u=n.labels,h=u===void 0?RV:u,m=_V(n,kV);return c.createElement(oE,kh({},m,{ref:r,metadata:o,labels:h}))});return t.propTypes={metadata:Qb,labels:Jb},t}sE();function LV(e,t){var n=Array.prototype.slice.call(t);return n.push(bb),e.apply(this,n)}const PV=sE(bb);function k7(){return LV(Wa,arguments)}var IV=["title"],BV=["title"],VV=["title"],UV=["title"],GV=["title"],WV=["title"],qV=["title"],YV=["title"],KV=["title"],ZV=["title"],XV=["title"],QV=["title"],JV=["title"],eU=["title"],tU=["title"],nU=["title"],rU=["title"],aU=["title"],lU=["title"],iU=["title"],oU=["title"],sU=["title"],cU=["title"],uU=["title"],dU=["title"],fU=["title"],hU=["title"],mU=["title"],pU=["title"],vU=["title"],gU=["title"],yU=["title"],xU=["title"],wU=["title"],bU=["title"],EU=["title"],CU=["title"],SU=["title"],MU=["title"],$U=["title"],NU=["title"],zU=["title"],DU=["title"],TU=["title"],OU=["title"],FU=["title"],AU=["title"],jU=["title"],RU=["title"],kU=["title"],_U=["title"],HU=["title"],LU=["title"],PU=["title"],IU=["title"],BU=["title"],VU=["title"],UU=["title"],GU=["title"],WU=["title"],qU=["title"],YU=["title"],KU=["title"],ZU=["title"],XU=["title"],QU=["title"],JU=["title"],eG=["title"],tG=["title"],nG=["title"],rG=["title"],aG=["title"],lG=["title"],iG=["title"],oG=["title"],sG=["title"],cG=["title"],uG=["title"],dG=["title"],fG=["title"],hG=["title"],mG=["title"],pG=["title"],vG=["title"],gG=["title"],yG=["title"],xG=["title"],wG=["title"],bG=["title"],EG=["title"],CG=["title"],SG=["title"],MG=["title"],$G=["title"],NG=["title"],zG=["title"],DG=["title"],TG=["title"],OG=["title"],FG=["title"],AG=["title"],jG=["title"],RG=["title"],kG=["title"],_G=["title"],HG=["title"],LG=["title"],PG=["title"],IG=["title"],BG=["title"],VG=["title"],UG=["title"],GG=["title"],WG=["title"],qG=["title"],YG=["title"],KG=["title"],ZG=["title"],XG=["title"],QG=["title"],JG=["title"],eW=["title"],tW=["title"],nW=["title"],rW=["title"],aW=["title"],lW=["title"],iW=["title"],oW=["title"],sW=["title"],cW=["title"],uW=["title"],dW=["title"],fW=["title"],hW=["title"],mW=["title"],pW=["title"],vW=["title"],gW=["title"],yW=["title"],xW=["title"],wW=["title"],bW=["title"],EW=["title"],CW=["title"],SW=["title"],MW=["title"],$W=["title"],NW=["title"],zW=["title"],DW=["title"],TW=["title"],OW=["title"],FW=["title"],AW=["title"],jW=["title"],RW=["title"],kW=["title"],_W=["title"],HW=["title"],LW=["title"],PW=["title"],IW=["title"],BW=["title"],VW=["title"],UW=["title"],GW=["title"],WW=["title"],qW=["title"],YW=["title"],KW=["title"],ZW=["title"],XW=["title"],QW=["title"],JW=["title"],eq=["title"],tq=["title"],nq=["title"],rq=["title"],aq=["title"],lq=["title"],iq=["title"],oq=["title"],sq=["title"],cq=["title"],uq=["title"],dq=["title"],fq=["title"],hq=["title"],mq=["title"],pq=["title"],vq=["title"],gq=["title"],yq=["title"],xq=["title"],wq=["title"],bq=["title"],Eq=["title"],Cq=["title"],Sq=["title"],Mq=["title"],$q=["title"],Nq=["title"],zq=["title"],Dq=["title"],Tq=["title"],Oq=["title"],Fq=["title"],Aq=["title"],jq=["title"],Rq=["title"],kq=["title"],_q=["title"],Hq=["title"],Lq=["title"],Pq=["title"],Iq=["title"],Bq=["title"],Vq=["title"],Uq=["title"],Gq=["title"],Wq=["title"],qq=["title"],Yq=["title"],Kq=["title"],Zq=["title"],Xq=["title"],Qq=["title"],Jq=["title"],eY=["title"],tY=["title"],nY=["title"],rY=["title"],aY=["title"],lY=["title"],iY=["title"],oY=["title"],sY=["title"],cY=["title"],uY=["title"],dY=["title"],fY=["title"],hY=["title"],mY=["title"],pY=["title"],vY=["title"],gY=["title"],yY=["title"],xY=["title"],wY=["title"],bY=["title"],EY=["title"],CY=["title"],SY=["title"];function _(){return _=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},_.apply(this,arguments)}function H(e,t){if(e==null)return{};var n=MY(e,t),r,l;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(l=0;l<o.length;l++)r=o[l],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function MY(e,t){if(e==null)return{};var n={},r=Object.keys(e),l,o;for(o=0;o<r.length;o++)l=r[o],!(t.indexOf(l)>=0)&&(n[l]=e[l]);return n}var $Y=function(t){var n=t.title,r=H(t,IV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("path",{fill:"#29DBFF",d:"M439.6 197.7c-2.8 34.9-12.4 67.4-57 85-44.4-17.6-54.5-51.2-56.9-84.9"}),c.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"}),c.createElement("path",{fill:"#29DBFF",d:"M434.2 230.3c-5.7 17.7-19.3 39.4-51.3 52.8-32-12.6-45.2-33.8-51.4-53"}),c.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"}),c.createElement("path",{fill:"#29DBFF",d:"M412.4 265.1c-8.1 7.2-12 11.2-29.6 17.9-20.1-7.9-22.6-11.6-29.2-17.5"}),c.createElement("path",{fill:"#5CC85C",d:"M383.3 231.6c-.2-.2-27.9 35.7-27.9 35.7-1.8-1.3-10-9.5-13.3-15l41.3-50.1 40.2 49.7c-3.9 6.5-11.4 13.6-13.2 15M382.6 85.3l-26.5 45h53z"}),c.createElement("ellipse",{transform:"rotate(-82.3 291.431 225.686)",fill:"#F7A226",cx:291.4,cy:225.7,rx:48.7,ry:15.7}),c.createElement("ellipse",{transform:"rotate(-68.099 303.087 164.67)",fill:"#DDC7AB",cx:303.1,cy:164.7,rx:11.7,ry:7.2}),c.createElement("ellipse",{transform:"rotate(-81.738 291.697 271.697)",fill:"#DDC7AB",cx:291.7,cy:271.7,rx:11.4,ry:3.3}),c.createElement("ellipse",{transform:"matrix(.9986 -.05353 .05353 .9986 -13.992 16.424)",fill:"#DDC7AB",cx:299.6,cy:269.4,rx:3.3,ry:11}),c.createElement("ellipse",{transform:"rotate(-21.518 314.54 201.06)",fill:"#DDC7AB",cx:314.5,cy:201.1,rx:4.1,ry:13.7}),c.createElement("ellipse",{transform:"rotate(-21.518 317.511 178.077)",fill:"#DDC7AB",cx:317.5,cy:178.1,rx:13.7,ry:4.1}),c.createElement("ellipse",{transform:"rotate(-7.7 473.781 225.857)",fill:"#F7A226",cx:473.6,cy:225.9,rx:15.7,ry:48.7}),c.createElement("ellipse",{transform:"rotate(-21.901 462.057 164.866)",fill:"#DDC7AB",cx:462,cy:164.9,rx:7.2,ry:11.7}),c.createElement("ellipse",{transform:"rotate(-8.27 473.27 271.908)",fill:"#DDC7AB",cx:473.4,cy:271.9,rx:3.3,ry:11.4}),c.createElement("ellipse",{transform:"matrix(.05353 -.9986 .9986 .05353 171.34 719.998)",fill:"#DDC7AB",cx:465.5,cy:269.6,rx:11,ry:3.3}),c.createElement("ellipse",{transform:"rotate(-68.482 450.552 201.247)",fill:"#DDC7AB",cx:450.6,cy:201.2,rx:13.7,ry:4.1}),c.createElement("ellipse",{transform:"rotate(-68.482 447.58 178.265)",fill:"#DDC7AB",cx:447.6,cy:178.3,rx:4.1,ry:13.7}),c.createElement("path",{fill:"#B0C6CC",d:"M373.3 130.3 356.1 155l17.8 26.1H396l4.7-25.4-5.4-25.4z"}),c.createElement("path",{fill:"#FFF",d:"M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z"}),c.createElement("path",{fill:"#D80027",d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}),c.createElement("path",{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}),c.createElement("path",{fill:"#D80027",d:"M0 170.7v-11l62.5-42.3h22.6L7.3 170.7zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zm-7.3 170.6-77.8-53.3h22.6l62.5 42.3v11z"}))},NY=function(t){var n=t.title,r=H(t,BV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342zM198.9 113.6H256v64.8h-57.1z"}),c.createElement("path",{d:"M267.6 113.6v64.7m16.6-64.7v64.7m16.6-64.7v64.7",stroke:"#D80027",strokeWidth:7}),c.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}),c.createElement("path",{fill:"#FFDA44",d:"m199.9 146 27.6-32.4 28.5 32.3-28.1 32.4z"}),c.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"}),c.createElement("path",{fill:"#D80027",d:"M264.4 188.9h29.5v8.6h-29.5zm0 17.6h29.5v8.6h-29.5z"}))},zY=function(t){var n=t.title,r=H(t,VV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#009e49",d:"M0 0h513v114H0z"}),c.createElement("path",{d:"M0 228h513v114H0z"}),c.createElement("path",{fill:"#ce1126",d:"M0 0h171v342H0z"}))},DY=function(t){var n=t.title,r=H(t,UV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#DB3E00",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#479900",d:"M331 0h182v342H331z"}),c.createElement("path",{d:"M0 0h181.8v342H0z"}),c.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"}),c.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"}))},TY=function(t){var n=t.title,r=H(t,GV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 0h513v342H0z"}),c.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"}),c.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"}),c.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"}),c.createElement("g",{fill:"#ce1126"},c.createElement("path",{d:"M256.5 342 0 0v342z"}),c.createElement("path",{d:"M513 342V0L256 342z"})))},OY=function(t){var n=t.title,r=H(t,WV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#00318b",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("path",{fill:"#8DCCFF",d:"M310.23 260.98C332.65 296.96 384 309 384 309s51.35-12.04 73.77-48.02H310.23z"}),c.createElement("path",{fill:"#D87B00",d:"M396.66 172.21c.32 1.42 8.72 10.17 17.56 20.15 1.39 1.57-8.74 12.63-6.91 12.59 4.75-.12 19.27-17.26 19.34 6.65.05 15.94-30 27.51-30 27.51h17.47l.65 14.96s4.97-13.34 7.59-16.57c8.1-9.97 20.18-30.07 34.59-27.1 14.41 2.97-13.66-13.92-13.66-13.92s-5.2-15.19-16.63-16.97c-10.06-1.57-14.29-2.51-26.64-7.3-1.68-.65-3.88-2.32-3.36 0z"}),c.createElement("path",{fill:"#D87B00",d:"M359.69 198.69c1.07-.99 4.46-12.63 8.69-25.28.67-1.99 15.31 1.27 14.35-.3-2.47-4.06-24.58-8.08-3.9-20.08 13.79-8 38.82 12.27 38.82 12.27l-8.72-15.14 12.64-8.03s-14.05 2.35-18.14 1.69c-12.68-2.04-36.13-2.48-40.75-16.45-4.62-13.97-5.25 18.79-5.25 18.79s-10.56 12.08-6.4 22.88c3.66 9.5 4.96 13.64 6.97 26.73.29 1.79-.06 4.53 1.69 2.92z"}),c.createElement("path",{fill:"#D87B00",d:"M395.67 219.87c-1.39-.43-13.16 2.49-26.22 5.18-2.06.42-6.59-13.88-7.47-12.26-2.27 4.17 5.36 25.31-15.41 13.45-13.84-7.91-8.89-39.73-8.89-39.73l-8.71 15.14-13.29-6.9s9.09 10.96 10.57 14.84c4.6 11.99 16 32.49 6.24 43.49-9.76 11.01 18.88-4.9 18.88-4.9s15.76 3.07 23-5.96c6.38-7.94 9.3-11.14 19.61-19.45 1.43-1.12 3.97-2.19 1.69-2.9z"}),c.createElement("path",{fill:"#FFF",d:"M256.5 0h-23.1L160 48.9V0H96v48.9L22.6 0H0v22.7l46.1 30.7H0v64h46.1L0 148.1V171h22.6L96 121.8V171h64v-49.2l73.4 49.2h23.1v-22.9l-46.6-30.7h46.6v-64h-46.6l46.6-30.7z"}),c.createElement("path",{fill:"#D80027",d:"M144 0h-32v69.4H0v32h112V171h32v-69.6h112.5v-32H144z"}),c.createElement("path",{fill:"#D80027",d:"M0 171v-11.3l62.5-42.3h22.6L7.3 171zM7.3.1l77.8 53.2H62.5L0 11.1V.1zm249.2 0v11l-63 42.3h-22.6L248.7.1zM248.7 171l-77.8-53.6h22.6l63 42.3V171z"}))},FY=function(t){var n=t.title,r=H(t,qV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#ED2024",d:"M0 0h90v60H0z"}),c.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"}),c.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"}))},AY=function(t){var n=t.title,r=H(t,YV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#FF9811",d:"M0 228h513v114H0z"}))},jY=function(t){var n=t.title,r=H(t,KV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 171h513v171H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v171H0z"}),c.createElement("g",{fill:"#FFDA44"},c.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"}),c.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"}),c.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"}),c.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"})))},RY=function(t){var n=t.title,r=H(t,ZV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 744 496"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#3A7DCE",d:"M0 0h744v496H0V0z"}),c.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"}))},kY=function(t){var n=t.title,r=H(t,XV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h512v342H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 0h512v114H0zm0 228h512v114H0z"}),c.createElement("circle",{fill:"#FFDA44",stroke:"#d6ab00",strokeWidth:5,cx:256.5,cy:171,r:40}))},_Y=function(t){var n=t.title,r=H(t,QV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#10338c",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M513 33 95.3 171 513 310.76V342L0 171 513 0z"}),c.createElement("path",{fill:"#FFF",d:"M513 287.18v24.58L81.72 171 513 30v24.16"}),c.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"}),c.createElement("path",{fill:"#EFC100",stroke:"#231F20",strokeMiterlimit:10,d:"m317.89 238.41-22.24-11.11 22.24-11.11h144.46v22.22z"}))},HY=function(t){var n=t.title,r=H(t,JV);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 114h513v114H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0zm0 228h513v114H0z"}))},LY=function(t){var n=t.title,r=H(t,eU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#10338c",d:"M0 0h513v342H0z"}),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M222.2 170.7c.3-.3.5-.6.8-.9-.2.3-.5.6-.8.9zM188 212.6l11 22.9 24.7-5.7-11 22.8 19.9 15.8-24.8 5.6.1 25.4-19.9-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.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"}),c.createElement("path",{d:"M254.8 0v30.6l-45.1 25.1h45.1V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9H99v-48.6l-87.4 48.6H-1.2v-30.6L44 115H-1.2V55.7h59.1L-1.2 22.8V0h26.7L99 40.8V0h55.6v48.6L242.1 0z"})),c.createElement("path",{fill:"#D80027",d:"M142.8 0h-32v69.3h-112v32h112v69.4h32v-69.4h112v-32h-112z"}),c.createElement("path",{fill:"#0052B4",d:"m154.6 115 100.2 55.7v-15.8L183 115z"}),c.createElement("path",{fill:"#FFF",d:"m154.6 115 100.2 55.7v-15.8L183 115z"}),c.createElement("path",{d:"m154.6 115 100.2 55.7v-15.8L183 115zm-83.9 0-71.9 39.9v15.8L99 115z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M99 55.7-1.2 0v15.7l71.9 40z"}),c.createElement("path",{fill:"#FFF",d:"M99 55.7-1.2 0v15.7l71.9 40z"}),c.createElement("path",{d:"M99 55.7-1.2 0v15.7l71.9 40zm84 0 71.8-40V0L154.6 55.7z",fill:"#D80027"}))},PY=function(t){var n=t.title,r=H(t,tU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 363 242"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 0h363v242H0z"}),c.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"}),c.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"}),c.createElement("path",{d:"M0 152.2h363v15.7H0zm0 31.4h363v15.7H0z",fill:"#FFDA44"}))},IY=function(t){var n=t.title,r=H(t,nU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M513 210.9H202.2V342h-79.8V210.9H0v-79.8h122.4V0h79.8v131.1H513v61.2z"}),c.createElement("path",{fill:"#D80027",d:"M513 149.7v42.6H183.7V342H141V192.3H0v-42.6h141V0h42.7v149.7z"}))},BY=function(t){var n=t.title,r=H(t,rU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#ef3340",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#00b5e2",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#509e2f",d:"M0 228h513v114H0z"}),c.createElement("g",{fill:"#FFF"},c.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"}),c.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"})))},VY=function(t){var n=t.title,r=H(t,aU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#10338C",d:"M0 0h513.1v342H0z"}),c.createElement("path",{fill:"#F6C500",d:"M99.9 0h342v342"}),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M19.9 21.1 40.3 6.2 60.9 21 54 0H26.7z"}),c.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"}),c.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"}),c.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"}),c.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"}),c.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"}),c.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"}),c.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"}),c.createElement("path",{d:"m387 303.5-7.9 24.1-25.3.1 19.8 14.3h26.6l19.9-14.4h-25.3z"})))},UY=function(t){var n=t.title,r=H(t,lU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#ffc726",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342z",fill:"#00267f"}),c.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"}))},GY=function(t){var n=t.title,r=H(t,iU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#2d6e41",d:"M0 85.331h513v342H0z"}),c.createElement("circle",{fill:"#F40B32",cx:218.902,cy:256.5,r:115}))},WY=function(t){var n=t.title,r=H(t,oU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#fdda25",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#ef3340",d:"M342 0h171v342H342z"}))},qY=function(t){var n=t.title,r=H(t,sU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#3d944f",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#ef2b2d",d:"M0 0h513v171H0z"}),c.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"}))},YY=function(t){var n=t.title,r=H(t,cU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#00966e",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#d62612",d:"M0 228h513v114H0z"}))},KY=function(t){var n=t.title,r=H(t,uU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.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"}))},ZY=function(t){var n=t.title,r=H(t,dU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M215.9 170.7 0 314.6V26.8zM513 26.8v287.8L297.1 170.7z",fill:"#47a644"}),c.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"}),c.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"}),c.createElement("circle",{fill:"#FFF",cx:251.6,cy:170.7,r:100.2}),c.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}))},XY=function(t){var n=t.title,r=H(t,fU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#008751",d:"M0 85.333h513v342H0z"}),c.createElement("path",{fill:"#fcd116",d:"M196.666 85.333H513v171H196.666z"}),c.createElement("path",{fill:"#e8112d",d:"M196.666 256H513v171H196.666z"}))},QY=function(t){var n=t.title,r=H(t,hU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#E6BC00",d:"M157.31 199.76s-9.04 43.93-19.31 40.39c-10.62-3.54-17.53-18.76-17.53-18.76l-14.52 21.24s38.18 8.48 41.01 5.47c1.22-1.14 8.21-15.1 10.34-26.05v-22.29zm-56.13 60.57s-2.48 20.18-1.06 22.66c1.24 2.3 39.48 11.33 39.48 11.33s-24.96 16.46-29.74 20.54L91.8 284.94l-.71-24.61h10.09zm11.33-165.69s39.65 41.6 40.36 45.5c.71 3.72-4.25 3.19-4.25 3.19s-44.79-37.53-49.92-41.07c-5.31-3.55 13.81-7.62 13.81-7.62z"}),c.createElement("path",{fill:"#ADADAD",d:"M99.41 104.73s16.99-.71 16.64-11.51c-.35-10.62-11.15-14.87-19.12-12.39-7.97 2.3-23.01 13.45-13.63 35.05 9.38 21.42 23.37 29.39 26.2 47.8 0 0-5.46 9.86-19.12.35-16.9-11.77-6.2-38.24-10.44-44.96-4.25-7.08-40.95-38.92-40.95-38.92s-30.24 39.37-18 74.92c16.95 49.21 51.74 31.98 64.61 36.76 0 0-42.13 61.96-49.57 67.09 0 0 24.08 8.32 47.8-18.76 0 0 5.84 9.74 7.08 20.18h10.27c4.78-26.2 51.51-64.26 49.92-82.32-1.77-21.25-49.21-49.39-51.69-73.29z"}),c.createElement("path",{fill:"#E6BC00",d:"M359.17 201.27s8.96 42.43 19.23 38.89c10.62-3.54 17.53-18.76 17.53-18.76l14.52 21.24s-37 8.48-39.83 5.47c-1.21-1.14-9.32-13.79-11.52-24.66l.07-22.18zm56.05 59.06s2.48 20.18 1.06 22.66c-1.24 2.3-39.48 11.33-39.48 11.33s24.96 16.46 29.74 20.54l18.06-29.92.71-24.61h-10.09zM403.89 94.64s-39.65 41.6-40.36 45.5c-.71 3.72 4.25 3.19 4.25 3.19s44.79-37.53 49.92-41.07c5.14-3.55-13.81-7.62-13.81-7.62z"}),c.createElement("path",{fill:"#125ECC",d:"M157.31 87.06H359.1v145.46c0 16.06-9.69 21.39-21.91 31.85l-45.92 39.41c-18.25 15.62-47.91 15.57-66.07 0l-46.01-39.43c-12.08-10.35-21.88-15.71-21.88-31.82V87.06z"}),c.createElement("path",{fill:"#FFE600",d:"M200.55 147.71c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65-3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zM214.96 274.43c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c.01 7.96-6.45 14.41-14.41 14.41zm43.24 14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c0 7.95-6.45 14.41-14.41 14.41zm43.24-14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"}),c.createElement("path",{fill:"#D60537",d:"M157.31 175.36H359.1v57.65H157.31v-57.65z"}),c.createElement("path",{fill:"#EACE00",d:"M142.9 43.82s57.65-14.41 115.31-14.41 115.31 14.41 115.31 14.41l-14.41 57.65s-50.45-14.41-100.89-14.41-100.89 14.41-100.89 14.41L142.9 43.82z"}),c.createElement("path",{fill:"#7A6920",d:"M258.2 72.65c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 5c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm-115.3 0c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z"}),c.createElement("path",{fill:"#ADADAD",d:"M365.08 178.02c-1.59 18.06 45.14 56.12 49.92 82.32h10.27c1.24-10.44 7.08-20.18 7.08-20.18 23.72 27.09 47.8 18.76 47.8 18.76-7.44-5.13-49.57-67.09-49.57-67.09 12.88-4.78 47.67 12.45 64.61-36.76 12.24-35.55-18-74.92-18-74.92s-36.7 31.84-40.95 38.92c-4.25 6.73 6.46 33.2-10.44 44.96-13.66 9.51-19.12-.35-19.12-.35 2.83-18.41 16.82-26.38 26.2-47.8 9.38-21.6-5.66-32.75-13.63-35.05-7.97-2.48-18.76 1.77-19.12 12.39-.35 10.8 16.64 11.51 16.64 11.51-2.48 23.9-49.92 52.04-51.69 73.29z"}),c.createElement("circle",{fill:"#FFF",cx:258.2,cy:204.19,r:16.93}))},JY=function(t){var n=t.title,r=H(t,mU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#c8102e",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#012169",d:"M0 .1h256.5v171H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 0h-22.6L160 48.9V0H96v48.9L22.6 0H0v22.7l46.1 30.7H0v64h46.1L0 148.1v22.6h22.6L96 121.8v48.9h64v-48.9l73.4 48.9H256v-22.6l-46.1-30.7H256v-64h-46.1L256 22.7z"}),c.createElement("path",{fill:"#c8102e",d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}),c.createElement("path",{fill:"#c8102e",d:"M0 170.7v-11l62.5-42.3h22.6L7.3 170.7zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zm-7.3 170.6-77.8-53.3h22.6l62.5 42.3v11z"}),c.createElement("g",{transform:"translate(13 5)"},c.createElement("path",{fill:"#fff",d:"M303.9 94.94v99.69c0 59.81 79.75 99.69 79.75 99.69s79.75-39.88 79.75-99.69V94.94H303.9z"}),c.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"}),c.createElement("circle",{fill:"#65B5D2",cx:383.65,cy:214.56,r:39.88}),c.createElement("circle",{fill:"#c8102e",cx:343.77,cy:194.63,r:19.94}),c.createElement("circle",{fill:"#c8102e",cx:423.52,cy:194.63,r:19.94}),c.createElement("circle",{fill:"#c8102e",cx:383.65,cy:154.75,r:19.94})))},eK=function(t){var n=t.title,r=H(t,pU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"m0 193.74 513 127.19V214.26L0 97.08z"}),c.createElement("path",{fill:"#FFF",d:"M513 234.26v-86.67L0 20.41v86.67"}),c.createElement("g",{fill:"#D80027",stroke:"#231F20",strokeWidth:3,strokeMiterlimit:10},c.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"}),c.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"})))},tK=function(t){var n=t.title,r=H(t,vU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#d52b1e",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#f9e300",d:"M0 114h513v114H0z"}),c.createElement("path",{fill:"#007934",d:"M0 228h513v114H0z"}))},nK=function(t){var n=t.title,r=H(t,gU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#012a87",d:"M0 342h513V0z"}),c.createElement("path",{fill:"#f9d90f",d:"M250.4 0H0v166.9z"}),c.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"}),c.createElement("circle",{fill:"none",stroke:"#000",strokeWidth:9,strokeMiterlimit:10,cx:140.4,cy:160.6,r:57.7}))},rK=function(t){var n=t.title,r=H(t,yU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#009b3a",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#fedf00",d:"m256.5 19.3 204.9 151.4L256.5 322 50.6 170.7z"}),c.createElement("circle",{fill:"#FFF",cx:256.5,cy:171,r:80.4}),c.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"}))},aK=function(t){var n=t.title,r=H(t,xU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#ffc72c",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v114H0zm0 228h513v114H0z",fill:"#00778b"}),c.createElement("path",{d:"M256 171 0 342V0z"}))},lK=function(t){var n=t.title,r=H(t,wU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FF7415",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M513 0H0v342"}),c.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"}))},iK=function(t){var n=t.title,r=H(t,bU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 33.333 1100 733.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#ef2b2d",d:"M0 0h1100v800H0z"}),c.createElement("path",{fill:"#fff",d:"M300 0h200v800H300z"}),c.createElement("path",{fill:"#fff",d:"M0 300h1100v200H0z"}),c.createElement("path",{fill:"#002868",d:"M350 0h100v800H350z"}),c.createElement("path",{fill:"#002868",d:"M0 350h1100v100H0z"}))},oK=function(t){var n=t.title,r=H(t,EU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 238h513v104H0zM0 0h513v104H0z",fill:"#6da9d2"}),c.createElement("path",{d:"M0 125.5h513v89.656H0z"}))},sK=function(t){var n=t.title,r=H(t,CU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#007C30",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#CE1720",d:"M0 230h513V0H0"}),c.createElement("path",{fill:"#FFF",d:"M100 230V0H0v342h513-413z"}),c.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"}),c.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}))},cK=function(t){var n=t.title,r=H(t,SU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#003e87",d:"M0 0h513v342H0z"}),c.createElement("circle",{fill:"#FFF",cx:260.9,cy:170.9,r:118.9}),c.createElement("circle",{fill:"none",stroke:"#6DA544",strokeWidth:18,strokeMiterlimit:10,cx:261.9,cy:173.1,r:94.5}),c.createElement("g",{stroke:"#000"},c.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"}),c.createElement("path",{fill:"#FFDA44",d:"M211.3 128.1h101.3v46.7H211.3z"})),c.createElement("path",{d:"M0 0h513v35H0zm0 306h513v35H0z",fill:"#ce1127"}))},uK=function(t){var n=t.title,r=H(t,MU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}))},dK=function(t){var n=t.title,r=H(t,$U);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"green",d:"M0 0h513v342H0z"}),c.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"}),c.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"}))},fK=function(t){var n=t.title,r=H(t,NU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M513 66.9V0H411.7L0 274.4V342h100.3z"}),c.createElement("path",{fill:"#D80027",d:"M513 0v40.1L60.2 342H0v-40.8L451.8 0z"}),c.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"}))},hK=function(t){var n=t.title,r=H(t,zU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#d21034",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 171h211.5v85.3H0zm300.5 0H512v85.3H300.5z",fill:"#3a9927"}),c.createElement("path",{fill:"#003082",d:"M0 0v85.3h211.5V0h89v85.3H513V0z"}),c.createElement("path",{d:"M300.5 85.3H512v85.3H300.5zM0 85.3h211.5v85.3H0z",fill:"#FFF"}),c.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"}))},mK=function(t){var n=t.title,r=H(t,DU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#da1a35",d:"M0 85.331h513v342H0z"}),c.createElement("path",{fill:"#009543",d:"M443.726 85.331 102.4 426.657H0V85.331z"}),c.createElement("path",{fill:"#fbde4a",d:"M500.124 85.331 158.798 426.657H11.876L353.202 85.331z"}))},pK=function(t){var n=t.title,r=H(t,TU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"red",d:"M0 85.337h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M356.174 222.609h-66.783v-66.783h-66.782v66.783h-66.783v66.782h66.783v66.783h66.782v-66.783h66.783z"}))},vK=function(t){var n=t.title,r=H(t,OU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#009e60",d:"M342 0h171v342H342z"}),c.createElement("path",{fill:"#f77f00",d:"M0 0h171v342H0z"}))},gK=function(t){var n=t.title,r=H(t,FU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#01237a",d:"M0 85.332h513v342H0z"}),c.createElement("path",{d:"m384 156.705 5.283 16.254h17.089l-13.826 10.045 5.281 16.254L384 189.211l-13.825 10.047 5.28-16.254-13.825-10.045h17.089zm-70.209 29.081 15.228 7.758 12.084-12.083-2.673 16.879 15.227 7.759-16.879 2.673-2.674 16.88-7.76-15.227-16.878 2.673 12.086-12.084zm-29.081 70.209 16.254-5.281.001-17.089 10.044 13.825 16.254-5.282-10.046 13.827 10.046 13.826-16.254-5.28-10.044 13.825v-17.09zm29.081 70.209 7.759-15.229-12.084-12.084 16.881 2.674 7.757-15.227 2.674 16.879 16.879 2.672-15.227 7.759 2.673 16.882-12.084-12.087zM384 355.284l-5.281-16.253h-17.091l13.827-10.045-5.28-16.254L384 322.776l13.827-10.044-5.281 16.254 13.826 10.045h-17.089zm70.209-29.08-15.229-7.758-12.083 12.084 2.673-16.882-15.227-7.756 16.879-2.675 2.675-16.879 7.756 15.227 16.881-2.674-12.086 12.085zm29.081-70.209-16.254 5.281v17.09l-10.045-13.826-16.254 5.281 10.046-13.826-10.046-13.827 16.254 5.282 10.045-13.825v17.089zm-29.081-70.207-7.757 15.226 12.082 12.084-16.881-2.673-7.756 15.227-2.675-16.88-16.879-2.675 15.227-7.757-2.673-16.878 12.084 12.082zM0 186.665v16h46.069L0 233.377v7.539l57.377-38.252H80L0 255.998h112v-69.334H0zm96 69.331H22.628L96 207.083v48.913zm80-117.331 80-53.334H144v69.334h112v-16h-46.069L256 107.951v-7.539l-57.377 38.251H176v.002zm-16-53.332h73.372L160 134.246V85.333zm-16 170.665h112l-80-53.334h22.623L256 240.917v-7.539l-46.069-30.713H256v-16H144v69.333zm16-48.915 73.372 48.913H160v-48.913zM112 85.331H0l80 53.334H57.377L0 100.413v7.539l46.069 30.712H0v16h112V85.331zm-16 48.915L22.628 85.333H96v48.913z",fill:"#FFF"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144 85.331h-32v69.334H0v32h112v69.333h32v-69.333h112v-32H144z"}),c.createElement("path",{d:"M80 138.665 0 85.331v15.082l57.377 38.252zm96 0h22.623L256 100.413V85.331zm-118.623 64L0 240.917v15.081l80-53.333zm118.623 0 80 53.333v-15.081l-57.377-38.252z"})))},yK=function(t){var n=t.title,r=H(t,AU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M196 0h317v171H196z"}),c.createElement("path",{fill:"#0037A1",d:"M0 0h196v171H0z"}),c.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"}))},xK=function(t){var n=t.title,r=H(t,jU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#ce1126",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#007a5e",d:"M0 0h171v342H0z"}),c.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"}))},wK=function(t){var n=t.title,r=H(t,RU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.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"}))},bK=function(t){var n=t.title,r=H(t,kU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 256.5h513V342H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 171h513v85.5H0z"}))},EK=function(t){var n=t.title,r=H(t,_U);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 114h513v114H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 285h513v57H0zM0 0h513v57H0z"}))},CK=function(t){var n=t.title,r=H(t,HU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FF9811",d:"M0-40.8v422.9-211.4z"}),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v68.3H0zm0 136.5h513v68.3H0zm0 136.6h513v68.3H0z",fill:"#0052B4"}),c.createElement("path",{fill:"#D80027",d:"M256 170.7 0 342V0z"}),c.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"}))},SK=function(t){var n=t.title,r=H(t,LU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#003893",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#cf2027",d:"M0 182.2h513v41.4H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 140.8h513v41.4H0zm0 82.8h513V265H0z"}),c.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"}))},MK=function(t){var n=t.title,r=H(t,PU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#002b7f",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#f9e814",d:"M0 233.5h513v51H0z"}),c.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"}))},$K=function(t){var n=t.title,r=H(t,IU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0021ad",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#1c8a42",d:"M0 0h513v342"}),c.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"}),c.createElement("circle",{fill:"#ffc639",cx:267.1,cy:170.7,r:74.5}),c.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"}),c.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"}))},NK=function(t){var n=t.title,r=H(t,BU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("g",{fill:"#006651"},c.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"}),c.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"}),c.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"})))},zK=function(t){var n=t.title,r=H(t,VU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#11457e",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#d7141a",d:"M513 171v171H0l256.5-171z"}),c.createElement("path",{fill:"#FFF",d:"M513 0v171H256.5L0 0z"}))},DK=function(t){var n=t.title,r=H(t,UU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 228h513v114H0z"}))},TK=function(t){var n=t.title,r=H(t,GU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#12ad2b",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#6ab2e7",d:"M513 0v166.7L0 170.8V0z"}),c.createElement("path",{fill:"#FFF",d:"M256 170.7 0 342V0z"}),c.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"}))},OK=function(t){var n=t.title,r=H(t,WU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#c60c30",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M190 0h-60v140H0v60h130v142h60V200h323v-60H190z"}))},FK=function(t){var n=t.title,r=H(t,qU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#496E2D",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 110.7v120h513v-120z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 110.7h513v40H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 190.7h513v40H0z"}),c.createElement("path",{d:"M196 0h120v342H196z"}),c.createElement("path",{fill:"#FFDA44",d:"M196 0h40v342h-40z"}),c.createElement("path",{fill:"#FFF",d:"M274.7 0h40v342h-40z"}),c.createElement("circle",{fill:"#D80027",cx:256,cy:170.7,r:123.1}),c.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"}))},AK=function(t){var n=t.title,r=H(t,YU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 215.2h211.5v126.1H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 0h211.5v126.2H0z"}),c.createElement("path",{fill:"#D80027",d:"M300.5 0H512v126.2H300.5z"}),c.createElement("path",{fill:"#0052B4",d:"M300.5 215.2H512v126.1H300.5z"}),c.createElement("g",{stroke:"#FFF",strokeWidth:5,strokeMiterlimit:10},c.createElement("path",{fill:"#0052B4",d:"M256 130h-49.9v49.4s19.5 6 49.9 6V130z"}),c.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"}),c.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"}),c.createElement("path",{fill:"#D80027",d:"M256 130v55.4c30.4 0 49.9-6 49.9-6V130H256z"})))},jK=function(t){var n=t.title,r=H(t,KU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#41662E",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M256.5 0H513v342H256.5z"}),c.createElement("g",{fill:"#D80027"},c.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"}),c.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"})))},RK=function(t){var n=t.title,r=H(t,ZU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 170.7h513V256H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 256h513v85.3H0z"}),c.createElement("circle",{fill:"#FFDA44",cx:256,cy:171,r:60}),c.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"}),c.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"}),c.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"}))},kK=function(t){var n=t.title,r=H(t,XU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#111",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#368FD8",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 228h513v114H0z"}))},_K=function(t){var n=t.title,r=H(t,QU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{d:"M0 228h513v114H0z"}),c.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"}))},HK=function(t){var n=t.title,r=H(t,JU);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#428823",d:"M0 228h513v114H0z"}),c.createElement("g",{fill:"#D80027"},c.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"}),c.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"})))},LK=function(t){var n=t.title,r=H(t,eG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#56AF35",d:"M0 0h513v171H0z"}),c.createElement("path",{fill:"#D80027",d:"m0 342 513-171L0 0v342z"}),c.createElement("g",{fill:"#ffc945"},c.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"}),c.createElement("circle",{cx:119.5,cy:148.3,r:17.5}),c.createElement("circle",{cx:148.9,cy:158.5,r:17.5}),c.createElement("circle",{cx:134.7,cy:135.2,r:17.5}),c.createElement("circle",{cx:119.5,cy:172.7,r:17.5}),c.createElement("circle",{cx:149.9,cy:182.8,r:17.5}),c.createElement("circle",{cx:122.5,cy:198,r:17.5}),c.createElement("circle",{cx:145.9,cy:205.2,r:17.5})))},PK=function(t){var n=t.title,r=H(t,tG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h22.5v15H0V0z"}),c.createElement("path",{fill:"#D03433",d:"M0 0h22.5v4H0V0zm0 11h22.5v4H0v-4z"}),c.createElement("path",{fill:"#FBCA46",d:"M0 4h22.5v7H0V4z"}),c.createElement("path",{fill:"#FFF",d:"M7.8 7h1v.5h-1V7z"}),c.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"}),c.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"}))},IK=function(t){var n=t.title,r=H(t,nG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#20AA46",d:"M0 0h22.5v5H0V0z"}),c.createElement("path",{fill:"#E92F3B",d:"M0 10h22.5v5H0v-5z"}),c.createElement("path",{fill:"#FADF50",d:"M0 5h22.5v5H0V5z"}),c.createElement("circle",{fill:"#205CCA",cx:11.3,cy:7.5,r:5.2}),c.createElement("g",{stroke:"#FFDB3D",fill:"none"},c.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}),c.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})))},BK=function(t){var n=t.title,r=H(t,rG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 810 540"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#039",d:"M0 0h810v540H0z"}),c.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"}))},VK=function(t){var n=t.title,r=H(t,aG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#2E52B2",d:"M513 129.3V212H203.7v130H121V212H0v-82.7h121V0h82.7v129.3z"}))},UK=function(t){var n=t.title,r=H(t,lG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#62B5E5",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("path",{fill:"#D80027",d:"M468 132.8V98.3H307.1v34.5h69v69h-69v23h69V296c6.9 2.5 11.5 3.5 11.5 3.5s4.6-1.1 11.5-3.5v-71.2h69v-23h-69v-69H468z"}),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M0 0h256.5v170.6H0V0z"}),c.createElement("path",{d:"m155.9 115 100.6 55.6v-15.8L184.6 115h-28.7zm-55.7-59.3L0 0v15.8l71.8 39.9h28.4z"})),c.createElement("path",{d:"m196.9 115 59.6 32.9V115h-59.6zm-41 0 100.6 55.6v-15.8L184.6 115h-28.7zm73.4 55.6-73.5-40.9v40.9h73.5zM45.2 115 0 140.1V115h45.2zm55 7.1v48.6H12.8l87.4-48.6zM59.1 55.7 0 22.8v32.8s59.1 0 59.1.1zm41.1 0L0 0v15.8l71.8 39.9h28.4zM26.7 0l73.5 40.8V0H26.7zm184.2 55.7 45.6-25.1v25.1h-45.6zm-55-7.2V0h87.4l-87.4 48.5z",fill:"#0052B4"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144.3-.2h-32.1v69.5H0v32.1h112.2v69.5h32.1v-69.5h112.2V69.3H144.3V-.2z"}),c.createElement("path",{d:"m155.9 115 100.6 55.6v-15.8L184.6 115h-28.7zm-84.1 0L0 154.9v15.8L100.2 115H71.8zm28.4-59.3L0 0v15.8l71.8 39.9h28.4zm83.9 0 72.4-39.9V0L155.9 55.7h28.2z"})))},GK=function(t){var n=t.title,r=H(t,iG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z"}),c.createElement("path",{fill:"#D80027",d:"M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"}),c.createElement("path",{fill:"#0052B4",d:"M155.8 115 256 170.7v-15.8L184.2 115z"}),c.createElement("path",{fill:"#FFF",d:"M155.8 115 256 170.7v-15.8L184.2 115z"}),c.createElement("path",{d:"M155.8 115 256 170.7v-15.8L184.2 115zm-84 0L0 154.9v15.8L100.2 115z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M100.2 55.6 0 0v15.7l71.8 39.9z"}),c.createElement("path",{fill:"#FFF",d:"M100.2 55.6 0 0v15.7l71.8 39.9z"}),c.createElement("path",{d:"M100.2 55.6 0 0v15.7l71.8 39.9zm84 0L256 15.7V0L155.8 55.6z",fill:"#D80027"}),c.createElement("path",{fill:"#1F8BDE",d:"M312.2 194.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3z"}),c.createElement("path",{fill:"#FFF",d:"M312.2 194.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3zm79.6 86.3c7.9-4.5 15.9-10 23.2-16.7 20.5-18.5 32.6-41.4 32.6-69.7v-90c0-.3-120.4-.3-120.4-.3v90.3c0 28.3 12.1 51.2 32.6 69.7 8.3 7.5 17.6 13.9 27.6 19 1.4-.6 2.8-1.4 4.4-2.3z"}),c.createElement("path",{fill:"#187536",d:"M347.1 193.4c-2.6-7.9 1.7-14.3 10.1-14.3h60.5c8.2 0 12.8 6.3 10.1 14.3l-5.5 16.5c-2.6 7.9-8.9 9.2-15.8 4 0 0 2.6-4.8-19.1-4.8-21.7 0-19.1 4.8-19.1 4.8-6.1 5.7-13.1 4-15.8-4 .1.1-5.4-16.5-5.4-16.5z"}),c.createElement("path",{fill:"#FFF",d:"M357.4 179.1c8.1 1.6 17.8-15 30.1-15 13.1 0 21.8 17.1 30.1 15 7.4-1.8 15-22.2 15-30.1 0-16.6-20.2-30.1-45.1-30.1-24.9 0-45.1 13.5-45.1 30.1-.1 8.5 6.6 28.5 15 30.1zm-1.4 91.6c6.2.4 12.5-1.8 17.2-6.5l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c4.7 4.7 11 6.9 17.1 6.5 5.3-.3 32.5-33.5 25.7-32.6-4.6.6-9.1 2.8-12.7 6.3l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-3.5-3.5-7.8-5.6-12.3-6.3-6.7-1.1 20.1 32.2 25.3 32.5zM322.1 210c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0 0 0 5.5-14.8 2.5-15.9-7.9-2.9-17.2-1.2-23.5 5.2l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-6.2-6.2-15.1-8-22.8-5.5-3.1 1.1 1.9 16.1 1.9 16.1z"}))},WK=function(t){var n=t.title,r=H(t,oG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 0h513v342H0z"}),c.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"}))},qK=function(t){var n=t.title,r=H(t,sG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#0F61A5",d:"M513 214.5H206.2V342h-87.8V214.5H0v-87.7h118.4V0h87.8v126.8H513V192z"}),c.createElement("path",{fill:"#E50E3D",d:"M513 149.3V192H183.7v150H141V192H0v-42.7h141V0h42.7v149.3z"}))},YK=function(t){var n=t.title,r=H(t,cG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},KK=function(t){var n=t.title,r=H(t,uG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 228h513v114H0z"}))},ZK=function(t){var n=t.title,r=H(t,dG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M0 0h513v341.3H0V0z"}),c.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"})),c.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:"#0052B4"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M288 0h-64v138.7H0v64h224v138.7h64V202.7h224v-64H288V0z"}),c.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"})))},XK=function(t){var n=t.title,r=H(t,fG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#c60a0a",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#3E8446",d:"m256.5 170.7-212 126.1V44.5z"}),c.createElement("path",{d:"m256.5 170.7 211 126.1h-423zm211-126.2-211 126.2-212-126.2z",fill:"#FFDA44"}),c.createElement("path",{fill:"#3E8446",d:"M467.5 44.5v252.3l-211-126.1z"}),c.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"}),c.createElement("circle",{fill:"#c60a0a",cx:244.5,cy:170.7,r:76.2}),c.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"}),c.createElement("circle",{fill:"#A2001D",cx:99.1,cy:182.1,r:7.4}))},QK=function(t){var n=t.title,r=H(t,hG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#fff",d:"M0 0h22.5v15H0z"}),c.createElement("path",{fill:"#eb000e",d:"M9.8 6H0v3h9.8v6h3V9h9.8V6h-9.8V0h-3v6z"}),c.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"}))},JK=function(t){var n=t.title,r=H(t,mG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FDEB01",d:"m0 0 90 60H0z"}),c.createElement("path",{fill:"#58A846",d:"M90 0v60L0 0z"}),c.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"}))},eZ=function(t){var n=t.title,r=H(t,pG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M308 0H204v118.7H0v104h204V342h104V222.7h205v-104H308z"}),c.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"}))},tZ=function(t){var n=t.title,r=H(t,vG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#496E2D",d:"M0 228h513v114H0z"}),c.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"}))},nZ=function(t){var n=t.title,r=H(t,gG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 230h513v112H0z"}),c.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"}),c.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"}),c.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"}),c.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"}))},rZ=function(t){var n=t.title,r=H(t,yG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M513 0v171H0V0z"}),c.createElement("circle",{fill:"#FFF",cx:185.8,cy:171.2,r:117.8}),c.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"}))},aZ=function(t){var n=t.title,r=H(t,xG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#cf0d19",d:"M0 0h513v100H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 121h513v100H0z"}),c.createElement("path",{fill:"#1a7e25",d:"M0 242h513v100H0z"}))},lZ=function(t){var n=t.title,r=H(t,wG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h512v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M342 0h171v342H342z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h171v342H0z"}))},iZ=function(t){var n=t.title,r=H(t,bG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},oZ=function(t){var n=t.title,r=H(t,EG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 0h513v113.8H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 227.6h513V342H0z"}),c.createElement("path",{fill:"#0070C8",d:"M126 171 0 342V0z"}),c.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"}),c.createElement("path",{fill:"#786145",d:"M264.5 179.8h9.8l4 25.8h-17.8z"}),c.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"}),c.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}))},sZ=function(t){var n=t.title,r=H(t,CG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("g",{fill:"#0d5eaf"},c.createElement("path",{d:"M0 0h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z"}),c.createElement("path",{d:"M0 0h190v190H0z"})),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M0 76h190v38H0z"}),c.createElement("path",{d:"M76 0h38v190H76z"})))},cZ=function(t){var n=t.title,r=H(t,SG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z"}),c.createElement("path",{fill:"#D80027",d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}),c.createElement("path",{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}),c.createElement("path",{fill:"#D80027",d:"M0 170.7v-11l62.5-42.3h22.6L7.3 170.7zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zm-7.3 170.6-77.8-53.3h22.6l62.5 42.3v11z"}),c.createElement("ellipse",{fill:"#FFF",cx:443.4,cy:233.6,rx:29,ry:43.5}),c.createElement("ellipse",{fill:"#FFCE00",cx:406.9,cy:317.7,rx:22,ry:9.3}),c.createElement("ellipse",{fill:"#FFCE00",cx:364,cy:317.7,rx:22,ry:9.3}),c.createElement("path",{fill:"#39B200",d:"m342 190.1 43.4 86.9 43.5-86.9z"}),c.createElement("ellipse",{fill:"#9B9B9B",cx:327.5,cy:233.6,rx:29,ry:43.5}),c.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"}),c.createElement("circle",{fill:"#C6B56F",cx:385.4,cy:67,r:29}),c.createElement("circle",{fill:"#A54A00",cx:386,cy:88.7,r:29}),c.createElement("circle",{fill:"#FFF",cx:443.4,cy:117.7,r:29}),c.createElement("circle",{fill:"#0049FF",cx:342.2,cy:146.7,r:29}),c.createElement("circle",{fill:"#0041F9",cx:429.8,cy:146.7,r:29}),c.createElement("circle",{fill:"#F7D71E",cx:386,cy:233.6,r:29}),c.createElement("circle",{fill:"#CEC851",cx:457.9,cy:190.1,r:29}),c.createElement("circle",{fill:"#FFF",cx:385.4,cy:289.5,r:29}),c.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"}),c.createElement("circle",{fill:"#FFF",cx:327.5,cy:117.4,r:29}))},uZ=function(t){var n=t.title,r=H(t,MG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h171v342H0zm342 0h171v342H342z",fill:"#338AF3"}),c.createElement("circle",{fill:"#DCC26D",cx:256,cy:155.8,r:25.5}),c.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"}))},dZ=function(t){var n=t.title,r=H(t,$G);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#0052B4",d:"M11.1 11.1h489.7v319.1H11.1z"}),c.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"}),c.createElement("path",{fill:"#1C8AE6",d:"M179.8 180.7h152.6l-29.3 64.9h-95.2z"}),c.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"}),c.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"}),c.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"}),c.createElement("path",{fill:"#FFF",d:"m217.8 170.7 25.5 38.2h-25.5v-38.2z"}),c.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"}))},fZ=function(t){var n=t.title,r=H(t,NG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#6DA544",d:"M0 0h512v342H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 0h512v171H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h182v342H0z"}),c.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"}))},hZ=function(t){var n=t.title,r=H(t,zG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#009E49",d:"M0 0h900v600H0V0z"}),c.createElement("path",{fill:"#FFF",d:"m0 0 947 300L0 600V0z"}),c.createElement("path",{fill:"#FFD00D",d:"M0 26.1 870 300 0 573.9V26.1z"}),c.createElement("path",{fill:"#2D2D2D",d:"m0 0 450 300L0 600V0z"}),c.createElement("path",{fill:"#D3132F",d:"m0 35 397.5 265L0 565V35z"}))},mZ=function(t){var n=t.title,r=H(t,DG);return c.createElement("svg",_({viewBox:"0 0.5 21 14",xmlns:"http://www.w3.org/2000/svg"},r),n&&c.createElement("title",null,n),c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("path",{fill:"#FFF",d:"M0 0h21v15H0z"}),c.createElement("path",{fill:"#ee1c25",d:"M0 0h21v15H0z"}),c.createElement("path",{d:"M12 7.19c-.798-.5-1 .409-1 0 0-.828.895-1.5 2-1.5s2 .672 2 1.5c-.949 0-1.044.5-1.5.5-.56 0-.702 0-1.5-.5zM13.25 7a.25.25 0 1 0 0-.5.25.25 0 0 0 0 .5zm-1.81 1.962c.228-.913-.698-.824-.31-.95.788-.257 1.703.387 2.045 1.438.341 1.05-.021 2.11-.809 2.366-.293-.903-.798-.838-.939-1.272-.173-.533-.217-.668.012-1.582zm.566 1.13a.25.25 0 1 0 .476-.154.25.25 0 0 0-.476.154zM9.58 8.977c.94-.065.57-.919.81-.588.486.67.157 1.74-.737 2.389-.894.65-2.013.632-2.5-.038.768-.558.55-1.018.92-1.286.453-.33.568-.413 1.507-.477zm-.899.888a.25.25 0 1 0 .294.405.25.25 0 0 0-.294-.405zm.312-2.652c.351.874 1.049.258.809.588-.487.67-1.606.687-2.5.038-.894-.65-1.223-1.719-.736-2.39.767.559 1.138.21 1.507.478.453.33.568.413.92 1.286zm-1.124-.58a.25.25 0 1 0-.293.404.25.25 0 0 0 .293-.404zm2.619-.524c-.722.605.08 1.078-.309.951-.788-.256-1.15-1.315-.809-2.365.342-1.05 1.257-1.695 2.045-1.439-.293.903.153 1.147.012 1.581-.173.533-.217.668-.939 1.272zm.205-1.247a.25.25 0 1 0-.475-.155.25.25 0 0 0 .475.155z",fill:"#FFF"})))},pZ=function(t){var n=t.title,r=H(t,TG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M223.4 170.7c.3-.3.5-.6.8-.9-.3.3-.5.6-.8.9zm-34.2 41.9 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"}),c.createElement("path",{d:"M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z"})),c.createElement("path",{fill:"#D80027",d:"M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"}),c.createElement("path",{fill:"#0052B4",d:"M155.8 115 256 170.7v-15.8L184.2 115z"}),c.createElement("path",{fill:"#FFF",d:"M155.8 115 256 170.7v-15.8L184.2 115z"}),c.createElement("path",{d:"M155.8 115 256 170.7v-15.8L184.2 115zm-84 0L0 154.9v15.8L100.2 115z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M100.2 55.6 0 0v15.7l71.8 39.9z"}),c.createElement("path",{fill:"#FFF",d:"M100.2 55.6 0 0v15.7l71.8 39.9z"}),c.createElement("path",{d:"M100.2 55.6 0 0v15.7l71.8 39.9zm84 0L256 15.7V0L155.8 55.6z",fill:"#D80027"}))},vZ=function(t){var n=t.title,r=H(t,OG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}))},gZ=function(t){var n=t.title,r=H(t,FG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 228h513v114H0z"}),c.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"}),c.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"}),c.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"}),c.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"}))},yZ=function(t){var n=t.title,r=H(t,AG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#A2001D",d:"M0 0h513v172H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 172h513v172H0z"}),c.createElement("path",{fill:"#FFF",d:"m381.4 251.5-110.7-13.8-110.8 13.8V85.4h221.5z"}),c.createElement("circle",{fill:"#0052B4",cx:270.7,cy:182.3,r:55.4}),c.createElement("circle",{fill:"#A2001D",cx:270.7,cy:182.3,r:27.7}),c.createElement("path",{fill:"#6DA544",d:"M229.1 113.1h83.1l-41.5 41.5z"}),c.createElement("path",{fill:"#FFDA44",d:"M256.8 140.8h27.7v83h-27.7z"}),c.createElement("path",{fill:"#6DA544",d:"M314.9 215.5h-88.5l-66.5 36h221.5z"}))},xZ=function(t){var n=t.title,r=H(t,jG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 228h513v114H0z"}))},wZ=function(t){var n=t.title,r=H(t,RG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 300 200"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#fc0",d:"M0 0h300v200H0z"}),c.createElement("path",{fill:"#0768a9",d:"M0 0h200v200H0z"}),c.createElement("path",{fill:"#fff",d:"M0 0h100v200H0z"}))},bZ=function(t){var n=t.title,r=H(t,kG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#E00",d:"M0 0h513v171H0z"}))},EZ=function(t){var n=t.title,r=H(t,_G);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#FF9811",d:"M342 0h171v342H342z"}))},CZ=function(t){var n=t.title,r=H(t,HG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}))},SZ=function(t){var n=t.title,r=H(t,LG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#E52D42",d:"M0 0h513v342H0z"}),c.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"}),c.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"}))},MZ=function(t){var n=t.title,r=H(t,PG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#F93",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#fff",d:"M0 114h513v114H0z"}),c.createElement("path",{fill:"#138808",d:"M0 228h513v114H0z"}),c.createElement("circle",{cx:256.5,cy:171,r:34.2,stroke:"navy",strokeWidth:4,fill:"none"}),c.createElement("circle",{cx:256.5,cy:171,r:3.42,fill:"navy"}),c.createElement("path",{d:"m265.3 138.159-17.6 65.682m17.6-65.682-17.6 65.682m25.8-62.286-34 58.89m41.042-53.487-48.084 48.084M285.945 154l-58.89 34m62.286-25.8-65.682 17.6M290.5 171h-68m66.841 8.8-65.682-17.6m62.286 25.8-58.89-34m53.487 41.042-48.084-48.084m41.042 53.487-34-58.89m25.8 62.286-17.6-65.682M256.5 205v-68m-8.8 66.841 17.6-65.682m-25.8 62.286 34-58.89m-41.042 53.487 48.084-48.084M227.055 188l58.89-34m-62.286 25.8 65.682-17.6M222.5 171h68m-66.841-8.8 65.682 17.6M227.055 154l58.89 34m-53.487-41.042 48.084 48.084M239.5 141.555l34 58.89m-25.8-62.286 17.6 65.682",stroke:"navy",strokeWidth:2}))},$Z=function(t){var n=t.title,r=H(t,IG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0-.3h513V342H0V-.3z"}),c.createElement("path",{fill:"#0052B4",d:"M462.9 198.1c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zM0 31.7l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 1-20 6-30.1 12-7 4-16 9-20 9s-14-5-21-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-11-30.1-12v22zm462.9 55.2c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 3.9-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 1 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-8 19-9v-23zm-50.1 133.3c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 0 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-9 19-9v-23z"}),c.createElement("path",{fill:"#FFF",d:"M0-.3h256v171H0V-.3z"}),c.createElement("path",{d:"M389.8 119.9H408v78.8h-18.3l.1-78.8zm0 117.8H408v75.1h-18.3l.1-75.1z",fill:"#A2001D"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144-.3h-32v70H0v32h112v69h32v-69h112v-32H144v-70z"}),c.createElement("path",{d:"M0-.3v15l57 39h23L0-.3zm256 0v15l-57 39h-23l80-54z"}),c.createElement("path",{d:"M0-.3v15l57 39h23L0-.3zm256 0v15l-57 39h-23l80-54zM0 170.7v-15l57-38h23l-80 53zm256 0v-15l-57-38h-23l80 53z"})),c.createElement("g",{fill:"#2E52B2"},c.createElement("path",{d:"M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zm160 23v31h-46l46-31zm-96-23v49l73-49h-73z"}),c.createElement("path",{d:"M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zm160 23v31h-46l46-31zm-96-23v49l73-49h-73zM0 147.7v-30h46l-46 30zm96 23v-49l-73 49h73zm160-23v-30h-46l46 30zm-96 23v-49l73 49h-73z"})),c.createElement("path",{fill:"#5DA51E",stroke:"#45602C",strokeWidth:4,strokeMiterlimit:10,d:"M462.8 91.5h-29.1l25.7-25.7c4.5-4.4 4.5-11.4 0-15.8l-3.4-3.4c-4.4-4.4-11.4-4.4-15.8 0l-25.9 25.9V37.4c0-6.2-5.1-11.3-11.3-11.3h-4.7c-6.2 0-11.3 5.1-11.3 11.3v31.7l-23.5-23.8c-4.7-4.7-12.2-4.7-16.9 0l-3.6 3.6c-4.7 4.7-4.7 12.4 0 17.2l25 25.4h-30.6c-6 0-10.9 4.9-10.9 10.9v4.6c0 6 4.9 10.9 10.9 10.9H369l-20.7 20.7c-4.4 4.4-4.4 11.4 0 15.8l3.4 3.4c4.4 4.4 11.4 4.4 15.8 0l19.6-19.6V167c0 6.1 5.1 11.1 11.3 11.3h4.7c6.2 0 11.3-5.1 11.3-11.3v-28.3l22.2 22.6c4.7 4.7 12.4 4.7 17.1 0l3.6-3.6c4.7-4.7 4.7-12.4 0-17.2L435.2 118h27.6c5.9 0 10.7-4.9 10.9-10.9v-4.6c0-6.1-4.9-11-10.9-11z"}),c.createElement("path",{fill:"#E2DD24",stroke:"#525625",strokeWidth:4,strokeMiterlimit:10,d:"M439.2 249.1h-79.8s-.9-13.4-6-21.8c-6.2-10.4-13.9-28.1-1.4-36.7 15.9-10.9 33.7.8 48.2.8 11.8.1 26.9-14 45-.8 12.2 8.9 3.9 28.2-1.3 36.7-7 11.5-4.7 21.8-4.7 21.8z"}))},NZ=function(t){var n=t.title,r=H(t,BG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#CE1126",d:"M0 0h513v114H0z"}),c.createElement("path",{d:"M0 228h513v114H0z"}),c.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"}))},zZ=function(t){var n=t.title,r=H(t,VG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h512v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 0h513v114H0z"}),c.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"}),c.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}))},DZ=function(t){var n=t.title,r=H(t,UG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M513 210.6H202.2v130.7h-79.8V210.6H0v-79.8h122.4V0h79.8v130.8H513v18.5l-1 42.7z"}),c.createElement("path",{fill:"#D80027",d:"M513 149.3V192H183.7v149.3H141V192H0v-42.7h141V0h42.7v149.3z"}))},TZ=function(t){var n=t.title,r=H(t,GG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#F4F5F0",d:"M342 0H0v341.3h512V0z"}),c.createElement("path",{fill:"#008C45",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#CD212A",d:"M342 0h171v342H342z"}))},OZ=function(t){var n=t.title,r=H(t,WG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}),c.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"}),c.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"}))},FZ=function(t){var n=t.title,r=H(t,qG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#6DA544",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M215.9 171 0 314.6V26.8zM513 26.8v287.8L296.1 171z"}),c.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"}),c.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"}))},AZ=function(t){var n=t.title,r=H(t,YG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 228h513v114H0z"}),c.createElement("path",{fill:"#D80027",d:"M256.5 170.7 0 341.3V0z"}),c.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"}))},jZ=function(t){var n=t.title,r=H(t,KG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h512v342H0z"}),c.createElement("circle",{fill:"#D80027",cx:256.5,cy:171,r:96}))},RZ=function(t){var n=t.title,r=H(t,ZG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h512v90.579H0z"}),c.createElement("path",{fill:"#496E2D",d:"M0 251h513v91H0z"}),c.createElement("path",{fill:"#A2001D",d:"M0 114h513v114H0z"}),c.createElement("g",{fill:"#FFF"},c.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"}),c.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"})),c.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"}),c.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"}))},kZ=function(t){var n=t.title,r=H(t,XG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 342"},r),n&&c.createElement("title",null,n),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M0 0h513v342H0z"}),c.createElement("circle",{cx:256,cy:170.7,r:170.7})),c.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"}),c.createElement("circle",{fill:"#D80027",cx:257.4,cy:170.7,r:71.6}),c.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"}))},_Z=function(t){var n=t.title,r=H(t,QG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v114H0zm0 228h513v114H0z",fill:"#0052B4"}),c.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"}))},HZ=function(t){var n=t.title,r=H(t,JG);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 450 300"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#CE1126",d:"M0 0h450v300H0V0z"}),c.createElement("g",{fill:"#FCD116"},c.createElement("circle",{cx:227.6,cy:161.2,r:56.2}),c.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"})),c.createElement("path",{fill:"#003F87",d:"M0 175h450v125H0V175z"}),c.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"}),c.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"}))},LZ=function(t){var n=t.title,r=H(t,eW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v85.5H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 85.5h513V171H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 171h513v85.5H0z"}),c.createElement("path",{fill:"#6DA544",d:"M256.5 171 0 342V0z"}),c.createElement("g",{fill:"#FFF"},c.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"}),c.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"}),c.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"})))},PZ=function(t){var n=t.title,r=H(t,tW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M512 0H0v342"}),c.createElement("path",{fill:"#FFDA44",d:"M307.7 0 0 194.5V342h206.9L513 148.5V0z"}),c.createElement("path",{d:"M513 0H385.2L0 249.4V341l126.2 1L513 91.6z"}),c.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"}))},IZ=function(t){var n=t.title,r=H(t,nW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#91DC5A",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v57.188H0zm0 284.1h513v57.177H0z",fill:"#0052B4"}),c.createElement("path",{fill:"#D80027",d:"M0 79.9h513v181.582H0z"}),c.createElement("circle",{fill:"#FFF",cx:190.33,cy:171,r:65.668}),c.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"}))},BZ=function(t){var n=t.title,r=H(t,rW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h900v600H0z"}),c.createElement("g",{transform:"rotate(-56.31)"},c.createElement("path",{d:"M-75 228.3H75m-150 37.5H75m-150 37.5H75m-150 475H75m-150 37.5H75m-150 37.5H75",stroke:"#000",strokeWidth:25}),c.createElement("path",{stroke:"#FFF",strokeWidth:12.5,d:"M0 753.3v125"}),c.createElement("circle",{fill:"#ca163a",cy:540.8,r:150}),c.createElement("path",{fill:"#0e4896",d:"M0 390.8c-41.4 0-75 33.6-75 75s33.6 75 75 75 75 33.6 75 75-33.6 75-75 75c-82.8 0-150-67.2-150-150s67.2-150 150-150z"})),c.createElement("path",{d:"m231.56 535.73-83.205-124.808M262.76 514.928l-83.205-124.807m114.407 104.006-83.205-124.808m478.43-138.675-83.205-124.807M720.39 209.843 637.184 85.036m114.407 104.006L668.386 64.234",stroke:"#000",strokeWidth:25}),c.createElement("path",{stroke:"#FFF",strokeWidth:12.5,d:"m205.6 462.897 31.202-20.8m389.981-259.989 36.444-24.296m31.202-20.801 31.202-20.801"}))},VZ=function(t){var n=t.title,r=H(t,aW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 228h513v114H0z"}),c.createElement("path",{d:"M167 227.6 0 341.3V0l167 113.8z"}))},UZ=function(t){var n=t.title,r=H(t,lW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("circle",{fill:"#6DA544",cx:384,cy:96.5,r:29.7}),c.createElement("path",{fill:"#D80027",d:"M332.1 89H436v44.5H332.1z"}),c.createElement("path",{fill:"#496E2D",d:"M435.9 170.7z"}),c.createElement("path",{fill:"#FFDA44",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"}),c.createElement("path",{fill:"#338AF3",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"}),c.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"}),c.createElement("path",{fill:"#FFF",d:"M256 0v22.6l-46.1 30.7H256v64h-46.1L256 148v22.7h-22.6l-73.4-49v49H96v-49l-73.4 49H0V148l46.1-30.7H0v-64h46.1L0 22.6V0h22.6L96 48.9V0h64v48.9L233.4 0z"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"}),c.createElement("path",{d:"M0 0v15.1l57.4 38.2H80zm256 0v15.1l-57.4 38.2H176z"}),c.createElement("path",{d:"M0 0v15.1l57.4 38.2H80zm256 0v15.1l-57.4 38.2H176zM0 170.7v-15.1l57.4-38.3H80zm256 0v-15.1l-57.4-38.3H176z"})))},GZ=function(t){var n=t.title,r=H(t,iW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#36B6CC",d:"M0 0h513v342H0V0z"}),c.createElement("circle",{fill:"#FFD400",cx:256.5,cy:170.9,r:68.4}),c.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"}))},WZ=function(t){var n=t.title,r=H(t,oW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 .1h513v90.7H0zm0 251.2h513V342H0z",fill:"#D80027"}),c.createElement("circle",{fill:"#FFF",cx:256.5,cy:171,r:65.9}))},qZ=function(t){var n=t.title,r=H(t,sW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 .2h513v90.7H0zm.5 251.1H513V342H.5z",fill:"#D80027"}),c.createElement("path",{fill:"#6DA544",d:"M290.3 193.5 256 130.7l-34.3 62.8h25.7v17.2h17.2v-17.2z"}),c.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"}))},YZ=function(t){var n=t.title,r=H(t,cW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#55B2FF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#F3F3F3",d:"M148.5 298.1h216l-108-254.2z"}),c.createElement("path",{fill:"#333",d:"m186 272.7 70.5-160.3L327 272.7z"}),c.createElement("path",{fill:"#FFDA44",d:"M148.5 298.1h216l-108-101.7z"}))},KZ=function(t){var n=t.title,r=H(t,uW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v171H0z"}),c.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"}))},ZZ=function(t){var n=t.title,r=H(t,dW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#A2001D",d:"M222.6 22.3h267.1v296.8H222.6z"}),c.createElement("path",{fill:"#D80027",d:"M22.3 22.3h200.3v296.8H22.3z"}),c.createElement("path",{fill:"#FFDA44",d:"M200.3 0h22.3v342h-22.3z"}),c.createElement("path",{fill:"#6DA544",d:"M22.3 22.3h89v296.8h-89z"}),c.createElement("path",{fill:"#FF9811",d:"M111.3 22.3h89v296.8h-89z"}),c.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"}),c.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"}))},XZ=function(t){var n=t.title,r=H(t,fW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 0h513v31.1H0zm0 62.2h513v31.1H0zm0 62.3h513v31.1H0zm0 62.3h513v31.1H0zm0 62.5h513v31.1H0zm0 61.6h513V342H0z",fill:"#bf0a30"}),c.createElement("path",{fill:"#002868",d:"M0 0h155.6v155.6H0z"}),c.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"}))},QZ=function(t){var n=t.title,r=H(t,hW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 227.6h513v114H0z"}),c.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"}),c.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"}))},JZ=function(t){var n=t.title,r=H(t,mW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#6DA544",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 228h513v114H0z"}))},eX=function(t){var n=t.title,r=H(t,pW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 228h513v114H0z"}))},tX=function(t){var n=t.title,r=H(t,vW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{className:"prefix__st1",d:"M0 0h513v127.6H0zm0 214.4h513V342H0z",fill:"#A2001D"}))},nX=function(t){var n=t.title,r=H(t,gW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#496E2D",d:"M0 228h513v114H0z"}),c.createElement("g",{fill:"#FFF"},c.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"}),c.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"})))},rX=function(t){var n=t.title,r=H(t,yW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 .3V342h513V.3z"}),c.createElement("path",{fill:"#20661B",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"}))},aX=function(t){var n=t.title,r=H(t,xW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.333h512v341.333H0z"}),c.createElement("path",{fill:"#c70000",d:"M0 85.333h512V256H0z"}))},lX=function(t){var n=t.title,r=H(t,wW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}),c.createElement("path",{fill:"#0052B4",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#AF7F59",d:"M206.2 129.1h33.2L256 79.3l16.6 49.8h33.2v99.6L256 262l-49.8-33.2v-99.7zm33.2 33.3v49.8h33.2v-49.8h-33.2z"}))},iX=function(t){var n=t.title,r=H(t,bW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#E6BE53",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#E01D24",d:"M20 20h473v302H20z"}),c.createElement("path",{fill:"#E6BE53",d:"M248.5 112.9c4.4 4.4 11.6 4.4 16 0l-4.7 4.7 22.7-22.7c4.9-4.5 12.1-5.6 18.2-2.8l2.1 1c5.7 2.9 6.7 8.7 2.3 13.1l4.7-4.7-22.8 22.8c-4.5 4.9-5.6 12.1-2.8 18.2l1 2.1c2.9 5.7 5.1 15.4 5.1 21.6v-11.3c0 6.2 4.4 9.1 10.2 6.2l2.1-1c5.7-2.9 6.7-8.7 2.3-13.1l4.7 4.7c-4.4-4.4-4.4-11.6 0-16l-4.7 4.7c5.2-5.5 9.6-11.6 13.1-18.2l1-2.1c2.9-5.7 6.3-15.1 7.9-21.2l5.8-23.3c1.5-6 5.9-6.8 9.6-1.8l20.2 26.9c3.8 5.1 6.9 14 6.9 20.6v22.4c0 6.3-2.2 15.8-5.1 21.7l-1 2.1c-3.5 6.6-7.9 12.7-13.1 18.2l-6.8 6.8c-5.4 5.2-11.5 9.6-18.2 13.1l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.2 0-6.9 2.2-1.1 5.1l2.1 1c5.7 2.9 13.8 8.7 18.2 13.1l-4.7-4.7c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L339 226c4.6 4.9 5.7 12.1 2.9 18.2l-1 2.1c-2.9 5.7-10.4 10.2-16.4 10.2-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.5-3.6-11.8-8.9-15.4-15.4l-1-2.1c-2.9-5.7-8.7-6.7-13.1-2.3l4.7-4.7c-4.4 4.7-5.2 11.8-1.8 17.3l10.3 15.4c3.4 5.1 2 12.1-3.1 15.5L266 284.4c-5.7 3.4-12.8 3.4-18.6 0L232 274.1c-5.1-3.4-6.5-10.3-3.1-15.5l10.3-15.4c3.4-5.5 2.6-12.6-1.8-17.3l4.7 4.7c-4.4-4.4-10.2-3.6-13.1 2.3l-1 2.1c-2.9 5.7-9.5 12.4-15.4 15.4l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.9-.3-13.1-4.2-16.4-10.2l-1-2.1c-2.8-6.1-1.6-13.3 2.9-18.2l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L181 226c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c5.5-5.2 11.6-9.6 18.2-13.1l2.1-1c5.7-2.9 5-5.1-1.1-5.1-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.6-3.5-12.7-7.9-18.2-13.1l-6.8-6.8c-5.2-5.4-9.6-11.5-13.1-18.2l-1-2.1c-3.1-6.8-4.9-14.2-5.1-21.7V121c0-6.3 3.1-15.6 6.9-20.6l20.2-26.9c3.8-5.1 8.1-4.3 9.6 1.8l5.8 23.3c2 7.3 4.6 14.4 7.9 21.2l1 2.1c2.9 5.7 8.7 13.8 13.1 18.2l-4.7-4.7c4.4 4.4 4.4 11.6 0 16l4.7-4.7c-4.4 4.4-3.6 10.2 2.3 13.1l2.1 1c5.7 2.9 10.2 0 10.2-6.2v11.3c0-6.2 2.2-15.7 5.1-21.6l1-2.1c2.8-6.1 1.7-13.2-2.8-18.2l-22.7-22.7 4.7 4.7c-4.4-4.4-3.6-10.2 2.3-13.1l2.1-1c6.1-2.8 13.2-1.7 18.2 2.8l22.7 22.7-4.8-4.5zm-18-40.7c-4.4-4.4-3.2-9.5 2.8-11.5l12.4-4.2c6-2 15.5-2 21.5 0l12.4 4.2c6 2 7.2 7.1 2.8 11.5l-6.8 6.8c-5.3 4.7-12.1 7.5-19.2 7.9-6.2 0-14.8-3.5-19.2-7.9.1 0-6.7-6.8-6.7-6.8z"}),c.createElement("path",{fill:"#215F90",d:"M233.9 200.2c0 6.2 1.7 6.4 4.2.5 0 0 7.1-23.2 18.4-23.2 11.3 0 18.6 23.6 18.6 23.6 2.2 5.7 4 5.3 4-1.1v-11.2c0-18.7-10.1-33.9-22.6-33.9-12.5 0-22.6 15.2-22.6 33.9v11.4z"}))},oX=function(t){var n=t.title,r=H(t,EW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 108 72"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 0h108v72H0z",fill:"#003787"}),c.createElement("path",{d:"M0 0h108L60 48v24H48V48z",fill:"#fff"}),c.createElement("circle",{cx:54,cy:30,r:8,fill:"#f9d90f"}),c.createElement("path",{d:"M44 30h20L54 48z",fill:"#fff"}),c.createElement("path",{d:"M54 48 38 33h32z",fill:"#cf142b"}))},sX=function(t){var n=t.title,r=H(t,CW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#6DA544",d:"M512 426.666V85.329H0v341.337h512z"}),c.createElement("path",{fill:"#D80027",d:"M512 85.331H0v170.666h512V85.331z"}),c.createElement("path",{fill:"#FFF",d:"M0 85.334h181.793v341.337H0z"}))},cX=function(t){var n=t.title,r=H(t,SW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#1E509C",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M513 176.1V81.3L0 342l513-165.9z"}),c.createElement("path",{fill:"#F18D36",d:"M513 0v81.3L0 342 513 0z"}),c.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"}))},uX=function(t){var n=t.title,r=H(t,MW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.333h512V426.67H0z"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M383.875 426.662 256 252.286l26.827 174.376zM133.565 85.33 256 252.286 230.314 85.33zm95.606 341.332L256 252.286 128.124 426.662zM0 85.33V212.9l256 39.386L28.333 85.33zm0 341.332h18.212L256 252.286 0 291.67zm256-174.376L512 212.9V85.33h-28.331zM281.686 85.33 256 252.286 378.434 85.33zM512 426.662V291.671l-256-39.385 237.787 174.376z"}),c.createElement("circle",{cx:256,cy:252.29,r:59.359})),c.createElement("circle",{fill:"#FFDA44",cx:256,cy:252.29,r:44.522}))},dX=function(t){var n=t.title,r=H(t,$W);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 85.331h170.663v341.337H0z"}),c.createElement("path",{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}))},fX=function(t){var n=t.title,r=H(t,NW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#6DA544",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 312.888h512v113.775H0z"}),c.createElement("path",{fill:"#FFF",d:"M384 227.261h-97.783L256 134.265l-30.217 92.997H128l79.108 57.475-30.217 92.998L256 320.925l79.108 56.81-30.217-92.998L384 227.261z"}))},hX=function(t){var n=t.title,r=H(t,zW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#095FAD",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M342 0h171v342H342zM0 0h171v342H0z",fill:"#BE1229"}),c.createElement("g",{fill:"#FFDA44"},c.createElement("path",{d:"M108.3 166.3h14.8v74.2h-14.8zm-59.4 0h14.8v74.2H48.9z"}),c.createElement("circle",{cx:86,cy:203.4,r:14.8}),c.createElement("path",{d:"M71.2 225.7h29.7v14.8H71.2zm0-59.4h29.7v14.8H71.2z"}),c.createElement("circle",{cx:86,cy:144,r:14.8}),c.createElement("path",{d:"M76.3 123.9h19.5L86 108.3z"})))},mX=function(t){var n=t.title,r=H(t,DW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#00745a",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#FFF",d:"M285.682 248.878c-4.19 0-8.166.836-11.861 2.164 2.023-4.509 3.379-9.527 3.379-14.885 0-21.201-21.201-37.101-21.201-37.101s-21.201 15.901-21.201 37.101c0 5.357 1.356 10.375 3.379 14.885-3.693-1.328-7.671-2.164-11.861-2.164-21.201 0-37.101 21.201-37.101 21.201s15.901 21.201 37.101 21.201c12.429 0 23.031-7.286 29.682-13.315 6.65 6.03 17.251 13.315 29.682 13.315 21.201 0 37.101-21.201 37.101-21.201s-15.899-21.201-37.099-21.201z"}),c.createElement("path",{d:"m256 152.111 4.38 13.476h14.171l-11.464 8.332 4.376 13.476-11.463-8.33-11.463 8.33 4.376-13.476-11.464-8.332h14.171zm-53.888 23.572 8.425 7.585 9.818-5.667-4.61 10.355 8.423 7.588-11.274-1.185-4.611 10.355-2.358-11.088-11.275-1.185 9.818-5.669zm-39.45 39.449 11.09 2.358 5.668-9.818 1.186 11.274 11.089 2.358-10.357 4.61 1.186 11.274-7.587-8.423-10.357 4.61 5.669-9.818zm147.227-39.449-8.425 7.585-9.818-5.667 4.611 10.355-8.425 7.588 11.275-1.185 4.61 10.355 2.359-11.088 11.275-1.185-9.818-5.669zm39.449 39.449-11.089 2.358-5.669-9.818-1.186 11.274-11.088 2.358 10.357 4.61-1.185 11.274 7.586-8.423 10.357 4.61-5.669-9.818z",fill:"#FFDA44"}),c.createElement("path",{d:"M256 350.642c16.84 0 32.363-5.619 44.816-15.073h-89.63c12.451 9.454 27.974 15.073 44.814 15.073zm-68.023-44.522a74.138 74.138 0 0 0 8.85 15.073h118.345a74.13 74.13 0 0 0 8.85-15.073H187.977z",fill:"#FFF"}))},pX=function(t){var n=t.title,r=H(t,TW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 750 500"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0071BC",d:"M0 0h750v500H0V0z"}),c.createElement("g",{fill:"#FFF",stroke:"#000",strokeWidth:1.9},c.createElement("circle",{cx:375,cy:245,r:225,fill:"#fff"}),c.createElement("circle",{cx:375,cy:245,r:165,fill:"#0071BC"})),c.createElement("g",{stroke:"#000"},c.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"}),c.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"})))},vX=function(t){var n=t.title,r=H(t,OW);return c.createElement("svg",_({viewBox:"0 0 900 600",xmlns:"http://www.w3.org/2000/svg"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#231f1e",d:"M0 0h900v600H0z"}),c.createElement("path",{fill:"#00a650",d:"M0 0h900v300H0z"}),c.createElement("path",{fill:"#ef1923",d:"m0 0 450 300L0 600z"}))},gX=function(t){var n=t.title,r=H(t,FW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 100 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#006233",d:"M0 100h513v342H0z"}),c.createElement("path",{fill:"#cd2a3e",d:"M0 100h513v46H0zm0 296h513v46H0z"}),c.createElement("path",{fill:"#ffc400",d:"M256 298.851c-45.956 0-84.348-32.298-93.767-75.429A96.288 96.288 0 0 0 160 243.994c0 53.02 42.979 96 96 96s96-42.98 96-96c0-7.066-.785-13.942-2.233-20.572-9.419 43.131-47.811 75.429-93.767 75.429z"}),c.createElement("path",{fill:"#ffc400",d:"m255.999 171.994 8.935 27.502h28.918l-23.394 16.996 8.936 27.503-23.395-16.998-23.394 16.998 8.937-27.503-23.394-16.996h28.915z"}))},yX=function(t){var n=t.title,r=H(t,AW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#1B4991",d:"M0 0h513v342H0z"}),c.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"}),c.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"}),c.createElement("path",{d:"M415.1 155.1h-19.4v-19.4h-19.4v19.4H357v19.4h19.3v58.1h19.4v-58.1h19.4z"}),c.createElement("path",{fill:"#FFF",d:"M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z"}),c.createElement("path",{fill:"#D80027",d:"M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"}),c.createElement("path",{fill:"#0052B4",d:"M155.8 115 256 170.7v-15.8L184.2 115z"}),c.createElement("path",{fill:"#FFF",d:"M155.8 115 256 170.7v-15.8L184.2 115z"}),c.createElement("path",{fill:"#D80027",d:"M155.8 115 256 170.7v-15.8L184.2 115zm-84 0L0 154.9v15.8L100.2 115z"}),c.createElement("path",{fill:"#0052B4",d:"M100.2 55.6 0 0v15.7l71.8 39.9z"}),c.createElement("path",{fill:"#FFF",d:"M100.2 55.6 0 0v15.7l71.8 39.9z"}),c.createElement("path",{fill:"#D80027",d:"M100.2 55.6 0 0v15.7l71.8 39.9zm84 0L256 15.7V0L155.8 55.6z"}))},xX=function(t){var n=t.title,r=H(t,jW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#C31B28",d:"M256 0h256.5v342H256z"}),c.createElement("path",{fill:"#ACABB1",stroke:"#C31B28",strokeWidth:2,d:"M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z"}))},wX=function(t){var n=t.title,r=H(t,RW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#f7ce00",d:"M0 85.331h512v341.326H0z"}),c.createElement("path",{fill:"#e32737",d:"M0 85.331h512v85.337H0z"}),c.createElement("path",{fill:"#191f6a",d:"M0 170.657h512v85.337H0z"}),c.createElement("path",{fill:"#00a04e",d:"M0 341.331h512v85.337H0z"}))},bX=function(t){var n=t.title,r=H(t,kW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#d01920",d:"M0 85.331h512v341.333H0z"}),c.createElement("path",{fill:"#017c3b",d:"M144.696 174.375h222.609v163.25H144.696z"}),c.createElement("path",{fill:"#FFF",d:"M283.484 304.226c-26.637 0-48.232-21.594-48.232-48.232s21.594-48.232 48.232-48.232c8.306 0 16.12 2.1 22.943 5.797-10.703-10.467-25.341-16.927-41.494-16.927-32.784 0-59.362 26.577-59.362 59.362s26.578 59.362 59.362 59.362c16.154 0 30.791-6.461 41.494-16.927-6.822 3.698-14.636 5.797-22.943 5.797z"}))},EX=function(t){var n=t.title,r=H(t,_W);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#272727",d:"M0 0h512v114H0z"}),c.createElement("path",{fill:"#e40112",d:"M0 114h512v114H0z"}),c.createElement("path",{fill:"#07893f",d:"M0 228h512v114H0z"}),c.createElement("circle",{fill:"#e40112",cx:256,cy:125,r:95}))},CX=function(t){var n=t.title,r=H(t,HW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#dc2339",d:"M342 0H0v341.3h513V0z"}),c.createElement("path",{fill:"#11865d",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M171 0h171v342H171z"}),c.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"}),c.createElement("ellipse",{fill:"#C59262",cx:256.5,cy:159.1,rx:24.3,ry:36.4}))},SX=function(t){var n=t.title,r=H(t,LW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("path",{fill:"#006",d:"M0 0h256.5v195.4H0z"}),c.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"}))},MX=function(t){var n=t.title,r=H(t,PW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.333h513v342H0z"}),c.createElement("path",{fill:"#f4d900",d:"M0 323.333h513v104H0z"}),c.createElement("path",{fill:"#006d66",d:"M0 85.333h513v104H0z"}),c.createElement("path",{d:"M0 204.333h513v104H0z"}),c.createElement("path",{fill:"#cb0f31",d:"M256 256.006 0 426.668V85.331z"}),c.createElement("path",{fill:"#f4d900",d:"m83.477 195.132 15.107 46.498h48.894l-39.554 28.739 15.107 46.499-39.554-28.738-39.555 28.738 15.11-46.499-39.554-28.739H68.37z"}))},$X=function(t){var n=t.title,r=H(t,IW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#496E2D",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 426.663V85.337h512"}),c.createElement("path",{fill:"#FFF",d:"M512 152.222V85.337H411.67L0 359.778v66.885h100.33z"}),c.createElement("path",{fill:"#A2001D",d:"M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z"}),c.createElement("path",{fill:"#FFDA44",d:"m187.737 189.212-22.741 10.696 12.11 22.024-24.693-4.724-3.129 24.945-17.199-18.347-17.2 18.347-3.129-24.945-24.693 4.723 12.109-22.023-22.739-10.696 22.74-10.697-12.11-22.022 24.693 4.722 3.13-24.944 17.199 18.347 17.2-18.347 3.128 24.944 24.693-4.722-12.108 22.024z"}))},NX=function(t){var n=t.title,r=H(t,BW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 426.7"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#009543",d:"M0 293h640v133.7H0V293z"}),c.createElement("path",{fill:"#ED4135",d:"M0 132h640v161.3H0V132z"}),c.createElement("path",{fill:"#0035AD",d:"M0 0h640v133.3H0V0z"}),c.createElement("circle",{fill:"#FAE600",stroke:"#000",strokeWidth:5.3,cx:240,cy:213.3,r:157.3}),c.createElement("path",{d:"m307.9 354.5-31.8 12-36.1 4.2-37.8-2.4-35.9-15.5s28.6-29.3 40.7-33.5c8.6-3 22.4-3.7 22.4-3.7V122l-.3-66H246l-.5 67.5v191.7s15.3 1.2 22.1 4.1c11.3 4.9 40.3 35.2 40.3 35.2z"}),c.createElement("path",{d:"m212.727 102.375 42.955-21.418 5.577 11.187-42.955 21.417z"}),c.createElement("ellipse",{cx:237.8,cy:280.5,rx:16.8,ry:26.5}),c.createElement("circle",{cx:237.4,cy:143.4,r:20.9}),c.createElement("ellipse",{cx:238.4,cy:211.1,rx:19.9,ry:12.1}),c.createElement("path",{d:"M213.8 177h47v10h-47zm0 57h47v10h-47z"}))},zX=function(t){var n=t.title,r=H(t,VW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#e05206",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{fill:"#0db02b",d:"M0 312.888h512v113.775H0z"}),c.createElement("circle",{fill:"#e05206",cx:256,cy:256,r:32}))},DX=function(t){var n=t.title,r=H(t,UW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.5 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.5h513v342H0z"}),c.createElement("path",{d:"M0 85.5h171v342H0zm342 0h171v342H342zm-38 226.495-48-152.001-48 152.001h36v39.999h24v-39.999z",fill:"#007b23"}))},TX=function(t){var n=t.title,r=H(t,GW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.5 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.5h513v342H0z"}),c.createElement("path",{d:"M0 85.5h171v342H0zm342 0h171v342H342z",fill:"#007b23"}))},OX=function(t){var n=t.title,r=H(t,WW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z",fill:"#338AF3"}),c.createElement("path",{fill:"#FFDA44",d:"M256 214.447c-22.949 0-41.553 18.603-41.553 41.553S233.05 297.553 256 297.553c22.949 0 41.553-18.603 41.553-41.553S278.949 214.447 256 214.447zm0 65.298c-13.114 0-23.745-10.631-23.745-23.745s10.631-23.745 23.745-23.745 23.745 10.631 23.745 23.745-10.631 23.745-23.745 23.745z"}),c.createElement("path",{fill:"#0052B4",d:"M276.563 261.936 256 256l-20.563 5.936-6.855 11.873h54.836z"}),c.createElement("path",{fill:"#338AF3",d:"m256 226.32-13.709 23.744L256 256l13.709-5.936z"}),c.createElement("path",{fill:"#6DA544",d:"M235.437 261.936h41.126l-6.854-11.872h-27.418z"}))},FX=function(t){var n=t.title,r=H(t,qW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 114h513v114H0z"}),c.createElement("path",{fill:"#cd1f2a",d:"M0 0h513v114H0z"}),c.createElement("path",{fill:"#1d4185",d:"M0 228h513v114H0z"}))},AX=function(t){var n=t.title,r=H(t,YW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.334h512v341.337H0z"}),c.createElement("path",{fill:"#FFF",d:"M512 295.883H202.195v130.783h-79.76V295.883H0v-79.772h122.435V85.329h79.76v130.782H512v61.218z"}),c.createElement("path",{fill:"#2E52B2",d:"M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z"}))},jX=function(t){var n=t.title,r=H(t,KW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 426.663V85.337l280.419 174.75H87.61l183.576 166.576z"}),c.createElement("path",{fill:"#D80027",d:"M244.769 249.888 10.199 103.71v312.754h234.57L61.193 249.888z"}),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"m98.003 324.433-14.589-6.863 7.77-14.13-15.844 3.03-2.008-16.005-11.035 11.772-11.036-11.772-2.008 16.005-15.843-3.031 7.77 14.131-14.591 6.863 14.591 6.862-7.77 14.13 15.844-3.029 2.007 16.004 11.036-11.772L73.332 358.4l2.008-16.004 15.843 3.03-7.769-14.13zm-9.735-132.771-10.612-4.991 5.651-10.278-11.523 2.205-1.461-11.641-8.026 8.561-8.026-8.561-1.46 11.641-11.525-2.205 5.652 10.278-10.613 4.991 25.972 5.194z"}),c.createElement("path",{d:"M93.462 191.662c0 17.212-13.953 31.165-31.165 31.165s-31.165-13.953-31.165-31.165"})))},RX=function(t){var n=t.title,r=H(t,ZW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 239.994h512v32H0z"}),c.createElement("path",{fill:"#FFF",d:"m174.802 341.329-19.124 8.996 10.184 18.521-20.767-3.973-2.631 20.978L128 370.422l-14.465 15.429-2.63-20.978-20.767 3.973 10.183-18.521-19.123-8.996 19.124-8.995-10.184-18.52 20.766 3.971 2.632-20.978L128 312.236l14.465-15.429 2.63 20.978 20.767-3.971-10.183 18.521z"}))},kX=function(t){var n=t.title,r=H(t,XW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.334h512v341.337H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 85.334h256v170.663H0z"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144 85.33h-32v69.333H0v32h112v69.334h32v-69.334h112v-32H144z"}),c.createElement("path",{d:"M0 85.329v15.083l57.377 38.251H80z"})),c.createElement("path",{d:"M0 107.951v30.712h46.069zm96-22.62v48.913L22.628 85.331z",fill:"#2E52B2"}),c.createElement("path",{fill:"#D80027",d:"M256 85.329v15.083l-57.377 38.251H176z"}),c.createElement("path",{d:"M256 107.951v30.712h-46.069zm-96-22.62v48.913l73.372-48.913z",fill:"#2E52B2"}),c.createElement("path",{fill:"#D80027",d:"M0 85.329v15.083l57.377 38.251H80z"}),c.createElement("path",{d:"M0 107.951v30.712h46.069zm96-22.62v48.913L22.628 85.331z",fill:"#2E52B2"}),c.createElement("path",{fill:"#D80027",d:"M256 85.329v15.083l-57.377 38.251H176z"}),c.createElement("path",{d:"M256 107.951v30.712h-46.069zm-96-22.62v48.913l73.372-48.913z",fill:"#2E52B2"}),c.createElement("path",{fill:"#D80027",d:"M0 255.997v-15.082l57.377-38.252H80z"}),c.createElement("path",{d:"M0 233.376v-30.713h46.069zm96 22.618v-48.912l-73.372 48.912z",fill:"#2E52B2"}),c.createElement("path",{fill:"#D80027",d:"M256 255.997v-15.082l-57.377-38.252H176z"}),c.createElement("g",{fill:"#2E52B2"},c.createElement("path",{d:"M256 233.376v-30.713h-46.069zm-96 22.618v-48.912l73.372 48.912z"}),c.createElement("circle",{cx:128,cy:170.66,r:22.627})),c.createElement("path",{d:"m128 154.663 3.97 12.222h12.854l-10.398 7.556 3.971 12.222L128 179.109l-10.398 7.554 3.972-12.222-10.398-7.556h12.853zm0 65.14 2.364 7.278h7.653l-6.19 4.498 2.364 7.278-6.191-4.498-6.191 4.498 2.364-7.278-6.19-4.498h7.652zm0-117.334 2.364 7.278h7.653l-6.19 4.498 2.364 7.278-6.191-4.498-6.191 4.498 2.364-7.278-6.19-4.498h7.652zm69.931 58.667 2.365 7.277h7.653l-6.192 4.499 2.365 7.279-6.191-4.498-6.191 4.498 2.365-7.279-6.191-4.499h7.652zm-139.862 0 2.364 7.277h7.653l-6.191 4.499 2.364 7.279-6.19-4.498-6.191 4.498 2.365-7.279-6.192-4.499h7.653z",fill:"#FFDA44"}))},_X=function(t){var n=t.title,r=H(t,QW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.334h512v341.337H0z"}),c.createElement("path",{d:"m425.301 233.745 3.388 10.428h10.963l-8.87 6.444 3.388 10.427-8.869-6.444-8.871 6.444 3.388-10.427-8.87-6.444h10.963zm-39.194 75.072 5.083 15.642h16.445l-13.305 9.667 5.082 15.64-13.305-9.667-13.305 9.667 5.083-15.64-13.305-9.667h16.445zm1.481-122.846 4.236 13.036h13.704l-11.088 8.054 4.235 13.034-11.087-8.056-11.088 8.056 4.235-13.034-11.087-8.054h13.704zm-37.712 47.32 5.082 15.641h16.446l-13.306 9.666 5.084 15.641-13.306-9.666-13.305 9.666 5.082-15.641-13.305-9.666h16.445z",fill:"#D80027"}),c.createElement("path",{fill:"#FFF",d:"M256.003 85.329v30.564l-45.178 25.088h45.178v59.359H196.89l59.113 32.846v22.806h-26.69l-73.484-40.826v40.826h-55.652v-48.573l-87.429 48.573H.003v-30.553l45.168-25.099H.003v-59.359h59.103L.003 108.147V85.329h26.68l73.494 40.838V85.329h55.652v48.573l87.43-48.573z"}),c.createElement("path",{fill:"#D80027",d:"M144 85.33h-32v69.334H0v32h112v69.334h32v-69.334h112v-32H144z"}),c.createElement("path",{fill:"#0052B4",d:"M155.826 200.344 256 255.998v-15.739l-71.847-39.915z"}),c.createElement("path",{fill:"#FFF",d:"M155.826 200.344 256 255.998v-15.739l-71.847-39.915z"}),c.createElement("path",{d:"M155.826 200.344 256 255.998v-15.739l-71.847-39.915zm-83.98 0L0 240.259v15.739l100.174-55.654z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M100.174 140.983 0 85.33v15.738l71.847 39.915z"}),c.createElement("path",{fill:"#FFF",d:"M100.174 140.983 0 85.33v15.738l71.847 39.915z"}),c.createElement("path",{d:"M100.174 140.983 0 85.33v15.738l71.847 39.915zm83.98 0L256 101.068V85.33l-100.174 55.653z",fill:"#D80027"}))},HX=function(t){var n=t.title,r=H(t,JW);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#FFF",d:"M138 0h377v114H138z"}),c.createElement("path",{fill:"#4A7C3A",d:"M138 230h377v114H138z"}),c.createElement("g",{fill:"none",stroke:"#FFF",strokeWidth:10,strokeMiterlimit:2},c.createElement("path",{d:"M40.3 35.2s37.1 48 50.8 54.5c13.7 6.5 17.1 5.7 17.1 5.7"}),c.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"})))},LX=function(t){var n=t.title,r=H(t,eq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M256 256v170.663H0V256h256z"}),c.createElement("path",{fill:"#D80027",d:"M512 85.337V256H256V85.337h256z"}),c.createElement("path",{fill:"#0052B4",d:"m128 123.034 11.824 36.389h38.263l-30.955 22.491 11.823 36.389L128 195.813l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z"}),c.createElement("path",{fill:"#D80027",d:"m384 293.697 11.824 36.389h38.263l-30.955 22.491 11.823 36.389L384 366.476l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z"}))},PX=function(t){var n=t.title,r=H(t,tq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.331h512v341.326H0z"}),c.createElement("path",{d:"M0 85.331h170.663v341.337H0zm341.337 0H512v341.337H341.337z",fill:"#D80027"}))},IX=function(t){var n=t.title,r=H(t,nq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z",fill:"#D80027"}),c.createElement("path",{fill:"#FFDA44",d:"M293.991 256c0 20.982-17.01 33.243-37.992 33.243S218.008 276.982 218.008 256s17.01-37.992 37.992-37.992 37.991 17.01 37.991 37.992z"}),c.createElement("path",{fill:"#0052B4",d:"M293.991 256c0 20.982-17.01 37.992-37.992 37.992s-37.992-17.01-37.992-37.992"}),c.createElement("path",{d:"M232.259 246.506h9.498v19h-9.498zm37.988 0h9.498v19h-9.498zm-19-14.247h9.498v33.243h-9.498z",fill:"#D80027"}))},BX=function(t){var n=t.title,r=H(t,rq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 85.333h512V426.67H0z"}),c.createElement("path",{fill:"#A2001D",d:"M0 85.33h512v341.332"}),c.createElement("path",{d:"m204.631 326.488 2.762 8.504h8.941l-7.233 5.255 2.763 8.502-7.233-5.254-7.233 5.254 2.762-8.502-7.233-5.255h8.94zm-22.834-81.622 4.605 14.172h14.901l-12.056 8.757 4.605 14.172-12.055-8.759-12.055 8.759 4.606-14.172-12.056-8.757h14.901zm0 103.883 4.604 14.173h14.902l-12.057 8.757 4.606 14.173-12.055-8.759-12.055 8.759 4.604-14.173-12.054-8.757h14.899zm43.566-66.782 4.606 14.172h14.901l-12.056 8.758 4.605 14.172-12.056-8.759-12.054 8.759 4.606-14.172-12.056-8.758h14.901zm-87.133 0 4.606 14.172h14.899l-12.054 8.758 4.603 14.172-12.054-8.759-12.055 8.759 4.605-14.172-12.055-8.758h14.9z",fill:"#FFF"}),c.createElement("path",{fill:"#FFDA44",d:"M376.526 204.163c-7.628-7.628-17.538-12.133-28.189-12.908l31.88-24.795c-12.698-12.698-29.714-18.431-46.319-17.218a44.31 44.31 0 0 0-11.396-19.511l-12.593 25.186a18.47 18.47 0 0 0-3.148-4.197c-7.245-7.245-18.991-7.244-26.234 0s-7.245 18.99 0 26.234a18.536 18.536 0 0 0 4.197 3.148l-25.186 12.593a44.303 44.303 0 0 0 19.519 11.399c-1.217 16.606 4.511 33.619 17.209 46.317L324.12 214.6a11.053 11.053 0 0 1 7.807-3.202c2.973 0 5.768 1.158 7.87 3.26a11.055 11.055 0 0 1 3.26 7.87c0 2.974-1.158 5.768-3.26 7.87l10.494 10.494c4.905-4.905 7.607-11.428 7.607-18.364 0-5.675-1.81-11.071-5.153-15.534a29.492 29.492 0 0 1 13.288 7.662c11.573 11.572 11.573 30.403 0 41.975l10.494 10.494c8.409-8.409 13.039-19.59 13.039-31.481-.001-11.892-4.632-23.072-13.04-31.481z"}))},VX=function(t){var n=t.title,r=H(t,aq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M512 85.337V256H256L0 85.337z"}),c.createElement("path",{fill:"#D80027",d:"M512 256v170.663H0L256 256z"}),c.createElement("path",{d:"m161.908 256-27.288-12.835 14.532-26.428-29.632 5.668-3.755-29.933-20.64 22.015-20.639-22.015-3.755 29.933-29.631-5.669 14.531 26.428L28.343 256l27.288 12.835L41.1 295.263l29.633-5.668 3.753 29.933 20.639-22.015 20.64 22.015 3.755-29.933 29.631 5.669-14.532-26.427zM21.789 117.607l9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.694-14.809-4.932-9.268 12.559.117-15.608-14.809-4.934 14.88-4.712zm0 235.923 9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.695-14.809-4.933-9.268 12.558.117-15.607-14.809-4.934 14.88-4.712zm188.606-117.961-9.081 12.695-14.879-4.713 9.268 12.559-9.081 12.696 14.809-4.933 9.268 12.558-.117-15.607 14.809-4.934-14.88-4.713z",fill:"#FFDA44"}))},UX=function(t){var n=t.title,r=H(t,lq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"m393.508 170.516 17.512 18.875 23.363-10.821-12.541 22.487 17.513 18.876-25.263-4.978-12.539 22.488-3.073-25.564-25.263-4.978 23.363-10.82z"}),c.createElement("path",{d:"M0 85.343h512v341.326H0z"})),c.createElement("path",{fill:"#01411c",d:"M128 85.331h384v341.337H128z"}),c.createElement("path",{d:"M361.909 298.793c-31.037 22.426-74.378 15.446-96.804-15.592-22.427-31.038-15.446-74.379 15.593-96.804 9.677-6.992 20.55-11.125 31.613-12.563-21.283-3.183-43.777 1.613-62.598 15.211-38.2 27.602-46.792 80.944-19.191 119.145 27.601 38.199 80.944 46.792 119.145 19.189 18.82-13.598 30.436-33.448 34.096-54.655-4.839 10.05-12.176 19.076-21.854 26.069zm-1.329-125.904 17.484 18.842 23.322-10.802-12.519 22.447 17.483 18.844-25.219-4.968-12.519 22.45-3.067-25.521-25.22-4.969 23.323-10.802z",fill:"#FFF"}))},GX=function(t){var n=t.title,r=H(t,iq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512V256H0z"})),c.createElement("path",{fill:"#D80027",d:"M0 256h512v170.663H0z"}))},WX=function(t){var n=t.title,r=H(t,oq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},qX=function(t){var n=t.title,r=H(t,sq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),c.createElement("path",{fill:"#ACABB1",d:"M400.696 219.822 384 225.387l-16.696-5.565-5.565-13.913 5.565-13.913h33.392l-5.566 13.913z"}),c.createElement("path",{fill:"#338AF3",d:"M345.043 219.822v61.217c0 29.821 38.957 38.957 38.957 38.957s38.957-9.137 38.957-38.957v-61.217h-77.914z"}),c.createElement("path",{fill:"#6DA544",d:"M348.555 295.541C358.131 313.927 384 319.996 384 319.996s25.869-6.069 35.445-24.455L384 236.518l-35.445 59.023z"}),c.createElement("path",{fill:"#FFDA44",d:"M422.957 280.421 384 219.822l-38.957 60.599v.618c0 5.518 1.337 10.328 3.512 14.503L384 240.405l35.445 55.137c2.175-4.175 3.512-8.983 3.512-14.503v-.618z"}),c.createElement("path",{fill:"#FFF",d:"M256 85.333v30.553l-45.167 25.099H256v59.359h-59.103L256 233.179v22.817h-26.68l-73.494-40.826v40.826h-55.652v-48.573l-87.43 48.573H0v-30.554l45.167-25.098H0v-59.359h59.103L0 108.139V85.333h26.68l73.494 40.825V85.333h55.652v48.572l87.43-48.572z"}),c.createElement("path",{fill:"#D80027",d:"M144 85.33h-32v69.332H0v32h112v69.334h32v-69.334h112v-32H144z"}),c.createElement("path",{fill:"#0052B4",d:"M155.826 200.344 256 255.996v-15.737l-71.847-39.915z"}),c.createElement("path",{fill:"#FFF",d:"M155.826 200.344 256 255.996v-15.737l-71.847-39.915z"}),c.createElement("path",{d:"M155.826 200.344 256 255.996v-15.737l-71.847-39.915zm-83.98 0L0 240.259v15.737l100.174-55.652z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M100.174 140.982 0 85.33v15.737l71.847 39.915z"}),c.createElement("path",{fill:"#FFF",d:"M100.174 140.982 0 85.33v15.737l71.847 39.915z"}),c.createElement("path",{d:"M100.174 140.982 0 85.33v15.737l71.847 39.915zm83.98 0L256 101.067V85.33l-100.174 55.652z",fill:"#D80027"}))},YX=function(t){var n=t.title,r=H(t,cq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512V153.6H0zm0 136.526h512v68.263H0zM0 358.4h512v68.263H0z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M256 256.006 0 426.668V85.331z"}),c.createElement("path",{fill:"#FFF",d:"m83.477 195.132 15.107 46.498h48.894l-39.554 28.739 15.107 46.499-39.554-28.738-39.555 28.738 15.11-46.499-39.554-28.739H68.37z"}))},KX=function(t){var n=t.title,r=H(t,uq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{fill:"#268024",d:"M0 312.888h512v113.775H0z"}),c.createElement("path",{fill:"#e4312b",d:"M256 256.006 0 426.668V85.331z"}))},ZX=function(t){var n=t.title,r=H(t,dq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#6DA544",d:"M196.641 85.337v341.326H0V85.337z"}),c.createElement("circle",{fill:"#FFDA44",cx:196.641,cy:256,r:64}),c.createElement("path",{fill:"#D80027",d:"M160.638 224v40.001c0 19.882 16.118 36 36 36s36-16.118 36-36V224h-72z"}),c.createElement("path",{fill:"#FFF",d:"M196.638 276c-6.617 0-12-5.383-12-12v-16h24.001v16c-.001 6.616-5.385 12-12.001 12z"}))},XX=function(t){var n=t.title,r=H(t,fq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 85.331h512v341.337H0z"}),c.createElement("circle",{fill:"#FFDA44",cx:218.902,cy:255.994,r:74.207}))},QX=function(t){var n=t.title,r=H(t,hq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 312.888h512v113.775H0z"}),c.createElement("path",{fill:"#6DA544",d:"m289.579 216.738-12.592 12.592c5.37 5.372 8.693 12.792 8.693 20.988 0 16.392-13.289 29.68-29.68 29.68-16.392 0-29.68-13.289-29.68-29.68 0-8.195 3.322-15.616 8.693-20.988l-12.592-12.592c-8.594 8.594-13.91 20.466-13.91 33.579 0 26.228 21.261 47.489 47.489 47.489s47.489-21.261 47.489-47.489c0-13.112-5.316-24.985-13.91-33.579z"}),c.createElement("path",{fill:"#FFDA44",d:"m256 232.51 4.421 13.605h14.304l-11.573 8.408 4.421 13.604L256 259.719l-11.573 8.408 4.421-13.604-11.573-8.408h14.304z"}))},JX=function(t){var n=t.title,r=H(t,mq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#751A46",d:"M0 0h512v342H0z"}),c.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"}))},eQ=function(t){var n=t.title,r=H(t,pq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{fill:"#00318A",d:"M0 0h171v342H0z"}),c.createElement("path",{fill:"#D80027",d:"M342 0h171v342H342z"}))},tQ=function(t){var n=t.title,r=H(t,vq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}),c.createElement("path",{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}))},nQ=function(t){var n=t.title,r=H(t,gq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 85.331h512v113.775H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 312.882h512v113.775H0z"}),c.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"}),c.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"}),c.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"}))},rQ=function(t){var n=t.title,r=H(t,yq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.33v341.332h512V85.33z"}),c.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 85.333h512v113.775H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 312.884h512v113.775H0z"}))},aQ=function(t){var n=t.title,r=H(t,xq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 255.994h512v81.619H0z"}),c.createElement("path",{fill:"#496E2D",d:"M0 337.614h512v89.043H0z"}),c.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"}))},lQ=function(t){var n=t.title,r=H(t,wq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#055e1c",d:"M0 85.333h512v341.333H0z"}),c.createElement("g",{fill:"#FFF"},c.createElement("path",{d:"M183.548 289.386c0 12.295 9.731 22.261 21.736 22.261h65.208c0 10.244 8.11 18.551 18.114 18.551h21.736c10.004 0 18.114-8.306 18.114-18.551v-22.261H183.548zm146.716-107.595v51.942c0 8.183-6.5 14.84-14.491 14.84v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.942h-21.735zm-155.773 51.943c0 8.183-6.5 14.84-14.491 14.84v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.942H174.49v51.942z"}),c.createElement("path",{d:"M297.661 181.788h21.736v51.942h-21.736zm-32.604 29.685c0 2.046-1.625 3.71-3.623 3.71-1.998 0-3.623-1.664-3.623-3.71v-29.682h-21.736v29.682c0 2.046-1.625 3.71-3.623 3.71s-3.623-1.664-3.623-3.71v-29.682h-21.736v29.682c0 14.32 11.376 25.971 25.358 25.971 5.385 0 10.38-1.733 14.491-4.677 4.11 2.944 9.106 4.677 14.491 4.677 1.084 0 2.15-.078 3.2-.215-1.54 6.499-7.255 11.345-14.068 11.345v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.943h-21.736l.002 29.682z"}),c.createElement("path",{d:"M207.093 248.57h32.601v22.261h-32.601z"})))},iQ=function(t){var n=t.title,r=H(t,bq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#496E2D",d:"M0 85.334h512v341.337H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 426.663V85.329h512"}),c.createElement("path",{fill:"#FFDA44",d:"M0 396.494v30.169h45.255L512 115.499v-30.17h-45.255z"}),c.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"}))},oQ=function(t){var n=t.title,r=H(t,Eq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M235.454 85.337 0 426.663 427.345 85.337z"}),c.createElement("path",{fill:"#6DA544",d:"M512 329.393 0 426.663h512z"}),c.createElement("path",{fill:"#D80027",d:"M512 85.337h-84.655L0 426.663l512-204.512z"}),c.createElement("path",{fill:"#0052B4",d:"M0 85.337v341.326L235.454 85.337z"}))},sQ=function(t){var n=t.title,r=H(t,Cq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{d:"M0 312.888h512v113.775H0z"}),c.createElement("path",{fill:"#496E2D",d:"M0 426.668V85.331l256 170.675z"}))},cQ=function(t){var n=t.title,r=H(t,Sq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M192 85.33h-64v138.666H0v64h128v138.666h64V287.996h320v-64H192z"}))},uQ=function(t){var n=t.title,r=H(t,Mq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512V256H0z"}),c.createElement("g",{fill:"#FFF"},c.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"}),c.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"})))},dQ=function(t){var n=t.title,r=H(t,$q);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h512v341.3H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}),c.createElement("path",{d:"M0 0v15.1l57.4 38.3H80zm256 0v15.1l-57.4 38.3H176z"})),c.createElement("path",{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}),c.createElement("path",{d:"M0 0v15.1l57.4 38.3H80zm256 0v15.1l-57.4 38.3H176z",fill:"#D80027"}),c.createElement("path",{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}),c.createElement("path",{d:"M0 170.7v-15.1l57.4-38.2H80zm256 0v-15.1l-57.4-38.2H176z",fill:"#D80027"}),c.createElement("path",{fill:"#29DBFF",d:"M449 139.7c-.1 44.4-7.2 92.1-65 114.9-57.8-22.8-64.9-70.5-65-114.9h130z"}),c.createElement("path",{fill:"#ffda44",d:"M449 139.7c0-16.7-.9-32.9-.5-47.1C426.9 83 398.4 81 383.9 81s-42.9 2-64.6 11.6c.4 14.2-.5 30.4-.5 47.1H449z"}),c.createElement("path",{fill:"#BF521B",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"}),c.createElement("path",{fill:"#474747",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"}))},fQ=function(t){var n=t.title,r=H(t,Nq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 199.112h512v113.775H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 312.888h512v113.775H0z"}),c.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"}),c.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"}),c.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"}))},hQ=function(t){var n=t.title,r=H(t,zq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.334h512v341.337H0z"}),c.createElement("path",{fill:"#FFF",d:"M512 295.883H202.195v130.783h-79.76V295.883H0v-79.772h122.435V85.329h79.76v130.782H512v61.218z"}),c.createElement("path",{fill:"#2E52B2",d:"M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z"}))},mQ=function(t){var n=t.title,r=H(t,Dq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 196.641h512v118.717H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 315.359h512v111.304H0z"}),c.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"}),c.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"}),c.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"}),c.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"}))},pQ=function(t){var n=t.title,r=H(t,Tq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 312.888h512v113.775H0z"}))},vQ=function(t){var n=t.title,r=H(t,Oq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 85.34h512v341.326H0z"}),c.createElement("path",{fill:"#FFF",d:"M512 85.334v166.69L0 256.175V85.334z"}),c.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"}),c.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"}),c.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"}),c.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"}),c.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"}))},gQ=function(t){var n=t.title,r=H(t,Fq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M330.207 85.331H512v341.337H330.207z"}),c.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"}))},yQ=function(t){var n=t.title,r=H(t,Aq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 85.331h512v341.337H0z"}),c.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"}))},xQ=function(t){var n=t.title,r=H(t,jq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#A2001D",d:"M0 196.636h512v118.728H0z"}),c.createElement("path",{d:"M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z",fill:"#6DA544"}),c.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"}))},wQ=function(t){var n=t.title,r=H(t,Rq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#496E2D",d:"M0 322.783h512v103.88H0z"}),c.createElement("path",{d:"M0 85.337h512v104.515H0z"}),c.createElement("path",{fill:"#A2001D",d:"M0 210.877h512v89.656H0z"}),c.createElement("path",{fill:"#0052B4",d:"M256 256.006 0 426.668V85.331z"}),c.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"}))},bQ=function(t){var n=t.title,r=H(t,kq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z",fill:"#6DA544"}),c.createElement("path",{fill:"#D80027",d:"M256 256.006 0 426.668V85.331z"}),c.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"}))},EQ=function(t){var n=t.title,r=H(t,_q);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z",fill:"#0052B4"}),c.createElement("path",{fill:"#FFDA44",d:"M228.582 261.936 256 214.447l27.418 47.489z"}),c.createElement("path",{fill:"#6DA544",d:"M291.616 277.616 256 295.425l-35.616-17.809v-23.744h71.232z"}),c.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"}))},CQ=function(t){var n=t.title,r=H(t,Hq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M512 85.331v166.69L0 256.173V85.331z"}),c.createElement("path",{fill:"#FFF",d:"M256 256.006 0 426.668V85.331z"}),c.createElement("g",{fill:"#FFDA44"},c.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"}),c.createElement("circle",{cx:118.862,cy:210.287,r:18.286})),c.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"}),c.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"}),c.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"}))},SQ=function(t){var n=t.title,r=H(t,Lq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 0h900v600H0z",fill:"#0f0f0f"}),c.createElement("path",{d:"M0 0h900v400H0z",fill:"#fff"}),c.createElement("path",{d:"M0 0h900v200H0z",fill:"#047a3f"}),c.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"}))},MQ=function(t){var n=t.title,r=H(t,Pq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#2B5DEA",d:"M0 0h900v600H0V0z"}),c.createElement("path",{fill:"#FFDF29",d:"M0 100h900v400H0V100z"}),c.createElement("path",{fill:"#D70000",d:"M0 150h900v300H0V150z"}),c.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"}),c.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"}),c.createElement("path",{fill:"#FFF",d:"M346.3 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z"}),c.createElement("path",{d:"M477.8 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z"}))},$Q=function(t){var n=t.title,r=H(t,Iq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h512v341.3H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z"}),c.createElement("path",{d:"M0 0v15.1l57.4 38.3H80zm256 0v15.1l-57.4 38.3H176z"})),c.createElement("path",{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}),c.createElement("path",{d:"M0 0v15.1l57.4 38.3H80zm256 0v15.1l-57.4 38.3H176z",fill:"#D80027"}),c.createElement("path",{fill:"#2E52B2",d:"M256 22.7v30.7h-46.1z"}),c.createElement("path",{d:"M0 170.7v-15.1l57.4-38.2H80zm256 0v-15.1l-57.4-38.2H176z",fill:"#D80027"}),c.createElement("path",{fill:"#29DBFF",d:"M448.9 169.5c0 9.6-.3 29.6-1.4 39.2-4.1 34.9-23.5 68.8-62.1 85.9-45.3-17.9-60.8-51-64.9-85.9-1.1-9.6-1.5-19.4-1.5-29l.3-47.1h129.2l.4 36.9z"}),c.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"}),c.createElement("path",{fill:"#29DBFF",d:"m385.4 251.7-22.9-43h45.8z"}),c.createElement("path",{fill:"#FFF",d:"m385.4 165.8-22.9 42.9h45.8z"}),c.createElement("ellipse",{fill:"#FFBE57",cx:474.8,cy:236.8,rx:16.8,ry:43.3}),c.createElement("ellipse",{fill:"#FFBE57",cx:295.3,cy:236.8,rx:16.8,ry:43.3}),c.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"}),c.createElement("ellipse",{fill:"#A5A5A5",cx:386.3,cy:104.3,rx:34.3,ry:23.3}))},NQ=function(t){var n=t.title,r=H(t,Bq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.333h512V426.67H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M332.058 191.996v78.221c0 38.103 51.942 49.779 51.942 49.779s51.942-11.675 51.942-49.779v-78.221H332.058z"}),c.createElement("path",{fill:"#FF9811",d:"M376.579 220.44c0 7.855-6.644 28.445-14.84 28.445s-14.84-20.589-14.84-28.445c0-7.856 14.84-14.222 14.84-14.222s14.84 6.367 14.84 14.222z"}),c.createElement("path",{fill:"#A2001D",d:"M415.961 235.93c2.394-5.6 4.257-13.785 4.257-17.86 0-6.546-8.904-11.852-8.904-11.852s-8.904 5.306-8.904 11.852c0 4.075 1.862 12.26 4.257 17.86l-5.141 11.123a26.898 26.898 0 0 0 9.788 1.831c3.463 0 6.766-.654 9.788-1.831l-5.141-11.123z"}),c.createElement("path",{fill:"#6DA544",d:"M372.87 270.217s-7.421 14.222-7.421 28.445h37.101c0-14.222-7.421-28.445-7.421-28.445l-11.13-7.111-11.129 7.111z"}),c.createElement("path",{fill:"#D80027",d:"M395.13 270.217v-3.555c0-5.891-4.983-10.666-11.13-10.666-6.147 0-11.13 4.776-11.13 10.666v3.555h22.26z"}),c.createElement("path",{fill:"#FFF",d:"M256 85.333v30.553l-45.167 25.099H256v59.359h-59.103L256 233.179v22.817h-26.68l-73.494-40.826v40.826h-55.652v-48.573l-87.43 48.573H0v-30.554l45.167-25.098H0v-59.359h59.103L0 108.139V85.333h26.68l73.494 40.825V85.333h55.652v48.572l87.43-48.572z"}),c.createElement("path",{fill:"#D80027",d:"M144 85.33h-32v69.332H0v32h112v69.334h32v-69.334h112v-32H144z"}),c.createElement("path",{fill:"#0052B4",d:"M155.826 200.344 256 255.996v-15.737l-71.847-39.915z"}),c.createElement("path",{fill:"#FFF",d:"M155.826 200.344 256 255.996v-15.737l-71.847-39.915z"}),c.createElement("path",{d:"M155.826 200.344 256 255.996v-15.737l-71.847-39.915zm-83.98 0L0 240.259v15.737l100.174-55.652z",fill:"#D80027"}),c.createElement("path",{fill:"#0052B4",d:"M100.174 140.982 0 85.33v15.737l71.847 39.915z"}),c.createElement("path",{fill:"#FFF",d:"M100.174 140.982 0 85.33v15.737l71.847 39.915z"}),c.createElement("path",{d:"M100.174 140.982 0 85.33v15.737l71.847 39.915zm83.98 0L256 101.067V85.33l-100.174 55.652z",fill:"#D80027"}))},zQ=function(t){var n=t.title,r=H(t,Vq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 85.331h170.663v341.337H0z"}),c.createElement("path",{fill:"#D80027",d:"M341.337 85.331H512v341.337H341.337z"}))},DQ=function(t){var n=t.title,r=H(t,Uq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h21v15H0V0z"}),c.createElement("path",{fill:"#0A388A",d:"M0 0h22.5v15H0V0z"}),c.createElement("path",{fill:"#FFF",d:"M0 0h11.3v7.5H0V0z"}),c.createElement("path",{fill:"#D80027",d:"M7.1 0h3.6v7H7.1V0z"}),c.createElement("path",{fill:"#0A388A",d:"M0 0h3.6v7H0V0z"}),c.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"}))},TQ=function(t){var n=t.title,r=H(t,Gq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M0 85.337h512V153.6H0zM0 358.4h512v68.263H0zm0-136.537h512v68.263H0z",fill:"#496E2D"}),c.createElement("path",{fill:"#D80027",d:"M0 85.337h204.054v204.054H0z"}),c.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"}))},OQ=function(t){var n=t.title,r=H(t,Wq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.334h512V426.66H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 194.056h512v123.882H0z"}),c.createElement("path",{d:"M0 85.334h512v54.522H0zm0 286.809h512v54.522H0z",fill:"#D80027"}))},FQ=function(t){var n=t.title,r=H(t,qq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 312.888h512v113.775H0z"}),c.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"}))},AQ=function(t){var n=t.title,r=H(t,Yq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.337h512v341.326H0z"}),c.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"}),c.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"}))},jQ=function(t){var n=t.title,r=H(t,Kq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M256 256 0 90.691v44.242L155.826 256 0 377.067v44.242z"}),c.createElement("path",{d:"M0 90.691v330.618L189.217 256z"}),c.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"}))},RQ=function(t){var n=t.title,r=H(t,Zq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#496E2D",d:"M0 85.337h512v341.326H0z"}),c.createElement("g",{fill:"#FFF"},c.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"}),c.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"})),c.createElement("path",{fill:"#D80027",d:"M83.478 85.337h89.043v341.326H83.478z"}),c.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"}),c.createElement("path",{d:"M128 137.276h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.105v-8.012H128z",fill:"#FF9811"}),c.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"}),c.createElement("path",{d:"M128 336.81h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.106v-8.011H128z",fill:"#FF9811"}),c.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"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M120.576 248.576h14.84v14.84h-14.84z"}),c.createElement("circle",{cx:128,cy:206.113,r:7.421}),c.createElement("circle",{cx:128,cy:305.887,r:7.421})))},kQ=function(t){var n=t.title,r=H(t,Xq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}),c.createElement("circle",{fill:"#FFF",cx:256,cy:255.994,r:96}),c.createElement("g",{fill:"#D80027"},c.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"}),c.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"})))},_Q=function(t){var n=t.title,r=H(t,Qq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 85.331h256v170.663H0z"}),c.createElement("path",{fill:"#D80027",d:"M141.357 157.303V130.59h-26.714v26.713H87.93v26.713h26.713v26.713h26.714v-26.713h26.713v-26.713z"}))},HQ=function(t){var n=t.title,r=H(t,Jq);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#E30A17",d:"M0 0h513v342H0z"}),c.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"}))},LQ=function(t){var n=t.title,r=H(t,eY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),c.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"}),c.createElement("path",{d:"M43.364 85.337 384.69 426.663h83.946L127.31 85.337z"}))},PQ=function(t){var n=t.title,r=H(t,tY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 900 600"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h900v600H0z"}),c.createElement("path",{fill:"#00B2EE",d:"M0 300h450V0h450v600H0V300z"}),c.createElement("path",{fill:"#FFDA44",d:"m345.3 480.9 29.4 90.6-77.1-56H393l-77.1 56 29.4-90.6zM706.4 340l29.4 90.6-77.1-56H754l-77.1 56 29.5-90.6zm106.4-78.5 29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zm0-224.1 29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6z"}),c.createElement("path",{fill:"#FFF",d:"M449.9 0v206.3h-81l81 54V300h-39.7l-129-85.9V300H168.7v-85.9L39.7 300H0v-39.7l81-54H0V93.8h81L0 39.9V0h39.7l129 85.9V0h112.5v85.9L410.2 0z"}),c.createElement("path",{fill:"#D80027",d:"M253.1 0h-56.3v122H0v56.2h196.8V300h56.3V178.2h196.8V122H253.1z"}),c.createElement("path",{fill:"#2E52B2",d:"M449.9 39.9v53.9h-81z"}),c.createElement("path",{fill:"#D80027",d:"M0 300v-19.3l109.9-74.4h39.7L12.8 300zM12.8.1l136.8 93.7h-39.7L0 19.4V.1zm437.1.1v19.3L340 93.8h-39.7L437.1.2zM437.1 300l-136.8-93.7H340l109.9 74.4V300z"}),c.createElement("path",{fill:"#FFDA44",d:"m719.9 131.6 29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM584 187.7l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zm30 242.9 29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM488 332l29.4 90.6-77.1-56h95.3l-77.1 56L488 332zm0 132 29.4 90.6-77.1-56h95.3l-77.1 56L488 464z"}))},IQ=function(t){var n=t.title,r=H(t,nY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 85.337h256V256H0z"}),c.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"}),c.createElement("circle",{fill:"#0052B4",cx:128,cy:170.674,r:29.006}),c.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"}))},BQ=function(t){var n=t.title,r=H(t,rY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#338AF3",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 426.663V85.337h512"}),c.createElement("path",{fill:"#FFDA44",d:"M512 152.222V85.337H411.67L0 359.778v66.885h100.33z"}),c.createElement("path",{d:"M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z"}))},VQ=function(t){var n=t.title,r=H(t,aY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 85.337h512V256H0z"}))},UQ=function(t){var n=t.title,r=H(t,lY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#232323",d:"M0 0h512v341.3H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 56.9h512v56.9H0z"}),c.createElement("path",{fill:"#D32300",d:"M0 113.8h512v56.9H0z"}),c.createElement("path",{fill:"#FFDA44",d:"M0 227.6h512v56.9H0z"}),c.createElement("path",{fill:"#D32300",d:"M0 284.4h512v56.9H0z"}),c.createElement("circle",{fill:"#FFF",cx:256,cy:170.7,r:80.7}),c.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"}))},GQ=function(t){var n=t.title,r=H(t,iY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("path",{fill:"#2E52B2",d:"M0 0h256.5v184.1H0z"}),c.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"}))},WQ=function(t){var n=t.title,r=H(t,oY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.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"}),c.createElement("path",{fill:"#2E52B2",d:"M0 0h256.5v184.1H0z"}),c.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"}))},qQ=function(t){var n=t.title,r=H(t,sY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 513 342"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h513v342H0z"}),c.createElement("path",{d:"M0 38h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z",fill:"#0038a8"}),c.createElement("path",{fill:"#FFF",d:"M0 0h256.5v190H0z"}),c.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"}))},YQ=function(t){var n=t.title,r=H(t,cY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#6DA544",d:"M0 322.783h512v103.88H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 85.337h512v104.515H0z"}),c.createElement("path",{fill:"#FFF",d:"M0 210.877h512v89.656H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 85.337h512v104.515H0z"}),c.createElement("path",{d:"M188.688 137.589c0-15.984 11.234-29.339 26.236-32.614a33.531 33.531 0 0 0-7.155-.777c-18.442 0-33.391 14.949-33.391 33.391s14.949 33.391 33.391 33.391c2.458 0 4.85-.273 7.155-.777-15.002-3.275-26.236-16.63-26.236-32.614zm45.97 15.177 2.261 6.957h7.315l-5.918 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.261-6.956-5.918-4.301h7.315zm23.348 0 2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zm23.347 0 2.26 6.957h7.315l-5.917 4.301 2.26 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.918-4.301h7.315zm23.347 0 2.262 6.957h7.315l-5.919 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.262-6.956-5.919-4.301h7.314zm23.348 0 2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zm-70.042-24.284 2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zm23.347 0 2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.918-4.3h7.315zm23.347 0 2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.299-5.918 4.299 2.262-6.957-5.919-4.3h7.314zm23.348 0 2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zm-46.695-24.284 2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.918-4.3h7.315zm23.347 0 2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.3-5.918 4.3 2.262-6.957-5.919-4.3h7.314zm23.348 0 2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.917-4.3h7.314z",fill:"#FFF"}))},KQ=function(t){var n=t.title,r=H(t,uY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.326H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 85.331h256v341.337H256z"}),c.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"}),c.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"}))},ZQ=function(t){var n=t.title,r=H(t,dY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFDA44",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#338AF3",d:"M0 85.331h170.663v341.337H0z"}),c.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"}))},XQ=function(t){var n=t.title,r=H(t,fY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22.5 15"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFCE00",d:"M0 0h22.5v5H0z"}),c.createElement("path",{fill:"#203899",d:"M0 5h22.5v5H0z"}),c.createElement("path",{fill:"#D82B2B",d:"M0 10h22.5v5H0z"}),c.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"}))},QQ=function(t){var n=t.title,r=H(t,hY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 85.334h512v341.337H0z"}),c.createElement("path",{fill:"#FFF",d:"M256 85.334V202.66h-46.069L256 233.38v22.617h-22.628L160 207.078v48.919H96v-48.919l-73.372 48.919H0V233.38l46.069-30.72H0v-64h46.069L0 107.951V85.334h22.628L96 134.241V85.334h64v48.907l73.372-48.907z"}),c.createElement("g",{fill:"#D80027"},c.createElement("path",{d:"M144 85.33h-32v69.333H0v32h112v69.334h32v-69.334h112v-32H144z"}),c.createElement("path",{d:"M0 85.329v15.083l57.377 38.251H80zm256 0v15.083l-57.377 38.251H176z"})),c.createElement("path",{fill:"#2E52B2",d:"M256 107.951v30.712h-46.069z"}),c.createElement("path",{d:"M0 85.329v15.083l57.377 38.251H80zm256 0v15.083l-57.377 38.251H176z",fill:"#D80027"}),c.createElement("path",{fill:"#2E52B2",d:"M256 107.951v30.712h-46.069z"}),c.createElement("path",{d:"M0 255.997v-15.082l57.377-38.252H80zm256 0v-15.082l-57.377-38.252H176z",fill:"#D80027"}),c.createElement("path",{fill:"#FFDA44",d:"m384 259.706-46.129 46.129c8.645 16.675 26.051 28.074 46.129 28.074s37.484-11.4 46.129-28.074L384 259.706z"}),c.createElement("path",{fill:"#6DA544",d:"M332.058 178.084v81.624c.001 39.759 51.942 51.941 51.942 51.941s51.941-12.182 51.942-51.942v-81.623H332.058z"}),c.createElement("path",{fill:"#FFF",d:"M372.87 215.181h22.261v59.359H372.87z"}),c.createElement("circle",{fill:"#A2001D",cx:384,cy:215.181,r:11.13}),c.createElement("path",{d:"M346.902 192.92h14.84v14.84h-14.84zm0 33.392h14.84v14.84h-14.84zm0 33.391h14.84v14.84h-14.84zm59.359-66.783h14.84v14.84h-14.84zm0 33.392h14.84v14.84h-14.84zm0 33.391h14.84v14.84h-14.84z",fill:"#FFDA44"}))},JQ=function(t){var n=t.title,r=H(t,mY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.3"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h512v341.3H0z"}),c.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"}),c.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"}),c.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"}),c.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"}),c.createElement("g",{fill:"#FFD836",stroke:"#231F20",strokeMiterlimit:10},c.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"}),c.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"})),c.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"}),c.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"}),c.createElement("path",{fill:"#0052B4",d:"M201.3 111.8h119.4v37.9H201.3z"}),c.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"}))},eJ=function(t){var n=t.title,r=H(t,pY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M196.641 85.337H0v341.326h512V85.337z"}),c.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"}))},tJ=function(t){var n=t.title,r=H(t,vY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#6DA544",d:"M512 256v170.663H0L215.185 256z"}),c.createElement("path",{fill:"#D80027",d:"M512 85.337V256H215.185L0 85.337z"}),c.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"}),c.createElement("g",{fill:"#FFDA44"},c.createElement("path",{d:"M8.956 85.337H0v7.103L206.229 256 0 419.559v7.104h8.956l208.168-165.098H512v-11.13H217.124z"}),c.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"})))},nJ=function(t){var n=t.title,r=H(t,gY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 150 100"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80B30",d:"M0 0h150v100H0z"}),c.createElement("path",{fill:"#00318A",d:"M0 0h20v44.33H0z"}),c.createElement("path",{fill:"#FFF",d:"M20 0h20v44.33H20z"}),c.createElement("path",{fill:"none",stroke:"#FFF",strokeWidth:3,d:"M0 44.33h62.75V0"}),c.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"}))},rJ=function(t){var n=t.title,r=H(t,yY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#D80027",d:"M0 85.331h512v341.337H0z"}),c.createElement("path",{fill:"#0052B4",d:"M0 85.331h256v170.663H0z"}),c.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"}))},aJ=function(t){var n=t.title,r=H(t,xY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 341.33"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#0052B4",d:"M0 0h512v341.34H0z"}),c.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"}),c.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"}))},lJ=function(t){var n=t.title,r=H(t,wY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{fill:"#D80027",d:"M0 85.337h512v113.775H0z"}),c.createElement("path",{d:"M0 312.888h512v113.775H0z"}))},iJ=function(t){var n=t.title,r=H(t,bY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 90 60"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 0h90v60H0z"}),c.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"}),c.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"}),c.createElement("path",{fill:"#3951A3",d:"M31 13.1h28v15.7H31z"}),c.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"}),c.createElement("circle",{fill:"#FEE05F",cx:39.1,cy:36.5,r:3}),c.createElement("circle",{fill:"#FEE05F",cx:50.9,cy:36.5,r:3}))},oJ=function(t){var n=t.title,r=H(t,EY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#FFF",d:"M0 85.337h512v341.326H0z"}),c.createElement("path",{d:"M114.024 256.001 0 141.926v228.17z"}),c.createElement("path",{fill:"#ffb915",d:"M161.192 256 0 94.7v47.226l114.024 114.075L0 370.096v47.138z"}),c.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"}),c.createElement("path",{fill:"#000c8a",d:"M503.181 322.783H236.433l-103.881 103.88H512v-103.88z"}),c.createElement("path",{fill:"#e1392d",d:"M503.181 189.217H512V85.337H132.552l103.881 103.88z"}))},sJ=function(t){var n=t.title,r=H(t,CY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{fill:"#496E2D",d:"M0 85.331h512v341.337H0z"}),c.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"}),c.createElement("path",{fill:"#D80027",d:"M341.337 255.994h56.888v170.663h-56.888z"}),c.createElement("path",{fill:"#FF9811",d:"M455.112 255.994H512v170.663h-56.888z"}),c.createElement("path",{d:"M398.225 255.994h56.888v170.663h-56.888z"}))},cJ=function(t){var n=t.title,r=H(t,SY);return c.createElement("svg",_({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 85.333 512 341.333"},r),n&&c.createElement("title",null,n),c.createElement("path",{d:"M0 85.333h512V426.67H0z"}),c.createElement("path",{d:"M0 134.196h512v48.868H0zm0 195.472h512v48.868H0z",fill:"#FFDA44"}),c.createElement("path",{fill:"#057f44",d:"M0 85.333h512v48.868H0z"}),c.createElement("path",{d:"M0 183.069h512v48.868H0zm0 97.737h512v48.868H0z",fill:"#D80027"}),c.createElement("path",{fill:"#057f44",d:"M0 378.542h512v48.128H0z"}),c.createElement("path",{fill:"#FFF",d:"M276.992 255.996 106.329 426.659H0V85.333h106.329z"}),c.createElement("path",{d:"M256 255.996 85.334 426.662h20.987l170.667-170.666L106.321 85.33H85.334z"}),c.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"}),c.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 uJ={AC:$Y,AD:NY,AE:zY,AF:DY,AG:TY,AI:OY,AL:FY,AM:AY,AO:jY,AQ:RY,AR:kY,AS:_Y,AT:HY,AU:LY,AW:PY,AX:IY,AZ:BY,BA:VY,BB:UY,BD:GY,BE:WY,BF:qY,BG:YY,BH:KY,BI:ZY,BJ:XY,BL:QY,BM:JY,BN:eK,BO:tK,BQ:nK,BR:rK,BS:aK,BT:lK,BV:iK,BW:oK,BY:sK,BZ:cK,CA:uK,CC:dK,CD:fK,CF:hK,CG:mK,CH:pK,CI:vK,CK:gK,CL:yK,CM:xK,CN:wK,CO:bK,CR:EK,CU:CK,CV:SK,CW:MK,CX:$K,CY:NK,CZ:zK,DE:DK,DJ:TK,DK:OK,DM:FK,DO:AK,DZ:jK,EC:RK,EE:kK,EG:_K,EH:HK,ER:LK,ES:PK,ET:IK,EU:BK,FI:VK,FJ:UK,FK:GK,FM:WK,FO:qK,FR:YK,GA:KK,GB:ZK,GD:XK,GE:QK,GF:JK,GG:eZ,GH:tZ,GI:nZ,GL:rZ,GM:aZ,GN:lZ,GP:iZ,GQ:oZ,GR:sZ,GS:cZ,GT:uZ,GU:dZ,GW:fZ,GY:hZ,HK:mZ,HM:pZ,HN:vZ,HR:gZ,HT:yZ,HU:xZ,IC:wZ,ID:bZ,IE:EZ,IL:CZ,IM:SZ,IN:MZ,IO:$Z,IQ:NZ,IR:zZ,IS:DZ,IT:TZ,JE:OZ,JM:FZ,JO:AZ,JP:jZ,KE:RZ,KG:kZ,KH:_Z,KI:HZ,KM:LZ,KN:PZ,KP:IZ,KR:BZ,KW:VZ,KY:UZ,KZ:GZ,LA:WZ,LB:qZ,LC:YZ,LI:KZ,LK:ZZ,LR:XZ,LS:QZ,LT:JZ,LU:eX,LV:tX,LY:nX,MA:rX,MC:aX,MD:lX,ME:iX,MF:oX,MG:sX,MH:cX,MK:uX,ML:dX,MM:fX,MN:hX,MO:mX,MP:pX,MQ:vX,MR:gX,MS:yX,MT:xX,MU:wX,MV:bX,MW:EX,MX:CX,MY:SX,MZ:MX,NA:$X,NC:NX,NE:zX,NF:DX,NG:TX,NI:OX,NL:FX,NO:AX,NP:jX,NR:RX,NU:kX,NZ:_X,OM:HX,PA:LX,PE:PX,PF:IX,PG:BX,PH:VX,PK:UX,PL:GX,PM:WX,PN:qX,PR:YX,PS:KX,PT:ZX,PW:XX,PY:QX,QA:JX,RE:eQ,RO:tQ,RS:nQ,RU:rQ,RW:aQ,SA:lQ,SB:iQ,SC:oQ,SD:sQ,SE:cQ,SG:uQ,SH:dQ,SI:fQ,SJ:hQ,SK:mQ,SL:pQ,SM:vQ,SN:gQ,SO:yQ,SR:xQ,SS:wQ,ST:bQ,SV:EQ,SX:CQ,SY:SQ,SZ:MQ,TA:$Q,TC:NQ,TD:zQ,TF:DQ,TG:TQ,TH:OQ,TJ:FQ,TK:AQ,TL:jQ,TM:RQ,TN:kQ,TO:_Q,TR:HQ,TT:LQ,TV:PQ,TW:IQ,TZ:BQ,UA:VQ,UG:UQ,UM:GQ,US:WQ,UY:qQ,UZ:YQ,VA:KQ,VC:ZQ,VE:XQ,VG:QQ,VI:JQ,VN:eJ,VU:tJ,WF:nJ,WS:rJ,XK:aJ,YE:lJ,YT:iJ,ZA:oJ,ZM:sJ,ZW:cJ};function _h(){return _h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},_h.apply(null,arguments)}function _7(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Hh(e,t){return Hh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},Hh(e,t)}function dJ(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Hh(e,t)}var H7=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function fJ(e,t){return!!(e===t||H7(e)&&H7(t))}function hJ(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!fJ(e[n],t[n]))return!1;return!0}function w3(e,t){t===void 0&&(t=hJ);var n,r=[],l,o=!1;function u(){for(var h=[],m=0;m<arguments.length;m++)h[m]=arguments[m];return o&&n===this&&t(h,r)||(l=e.apply(this,h),o=!0,n=this,r=h),l}return u}var mJ=typeof performance=="object"&&typeof performance.now=="function",L7=mJ?function(){return performance.now()}:function(){return Date.now()};function P7(e){cancelAnimationFrame(e.id)}function pJ(e,t){var n=L7();function r(){L7()-n>=t?e.call(null):l.id=requestAnimationFrame(r)}var l={id:requestAnimationFrame(r)};return l}var b3=-1;function I7(e){if(e===void 0&&(e=!1),b3===-1||e){var t=document.createElement("div"),n=t.style;n.width="50px",n.height="50px",n.overflow="scroll",document.body.appendChild(t),b3=t.offsetWidth-t.clientWidth,document.body.removeChild(t)}return b3}var po=null;function B7(e){if(e===void 0&&(e=!1),po===null||e){var t=document.createElement("div"),n=t.style;n.width="50px",n.height="50px",n.overflow="scroll",n.direction="rtl";var r=document.createElement("div"),l=r.style;return l.width="100px",l.height="100px",t.appendChild(r),document.body.appendChild(t),t.scrollLeft>0?po="positive-descending":(t.scrollLeft=1,t.scrollLeft===0?po="negative":po="positive-ascending"),document.body.removeChild(t),po}return po}var vJ=150,gJ=function(t,n){return t};function yJ(e){var t,n=e.getItemOffset,r=e.getEstimatedTotalSize,l=e.getItemSize,o=e.getOffsetForIndexAndAlignment,u=e.getStartIndexForOffset,h=e.getStopIndexForStartIndex,m=e.initInstanceProps,p=e.shouldResetStyleCacheOnItemSizeChange,g=e.validateProps;return t=(function(x){dJ(b,x);function b(S){var C;return C=x.call(this,S)||this,C._instanceProps=m(C.props,_7(C)),C._outerRef=void 0,C._resetIsScrollingTimeoutId=null,C.state={instance:_7(C),isScrolling:!1,scrollDirection:"forward",scrollOffset:typeof C.props.initialScrollOffset=="number"?C.props.initialScrollOffset:0,scrollUpdateWasRequested:!1},C._callOnItemsRendered=void 0,C._callOnItemsRendered=w3(function(M,$,z,O){return C.props.onItemsRendered({overscanStartIndex:M,overscanStopIndex:$,visibleStartIndex:z,visibleStopIndex:O})}),C._callOnScroll=void 0,C._callOnScroll=w3(function(M,$,z){return C.props.onScroll({scrollDirection:M,scrollOffset:$,scrollUpdateWasRequested:z})}),C._getItemStyle=void 0,C._getItemStyle=function(M){var $=C.props,z=$.direction,O=$.itemSize,L=$.layout,F=C._getItemStyleCache(p&&O,p&&L,p&&z),D;if(F.hasOwnProperty(M))D=F[M];else{var A=n(C.props,M,C._instanceProps),R=l(C.props,M,C._instanceProps),Q=z==="horizontal"||L==="horizontal",le=z==="rtl",fe=Q?A:0;F[M]=D={position:"absolute",left:le?void 0:fe,right:le?fe:void 0,top:Q?0:A,height:Q?"100%":R,width:Q?R:"100%"}}return D},C._getItemStyleCache=void 0,C._getItemStyleCache=w3(function(M,$,z){return{}}),C._onScrollHorizontal=function(M){var $=M.currentTarget,z=$.clientWidth,O=$.scrollLeft,L=$.scrollWidth;C.setState(function(F){if(F.scrollOffset===O)return null;var D=C.props.direction,A=O;if(D==="rtl")switch(B7()){case"negative":A=-O;break;case"positive-descending":A=L-z-O;break}return A=Math.max(0,Math.min(A,L-z)),{isScrolling:!0,scrollDirection:F.scrollOffset<A?"forward":"backward",scrollOffset:A,scrollUpdateWasRequested:!1}},C._resetIsScrollingDebounced)},C._onScrollVertical=function(M){var $=M.currentTarget,z=$.clientHeight,O=$.scrollHeight,L=$.scrollTop;C.setState(function(F){if(F.scrollOffset===L)return null;var D=Math.max(0,Math.min(L,O-z));return{isScrolling:!0,scrollDirection:F.scrollOffset<D?"forward":"backward",scrollOffset:D,scrollUpdateWasRequested:!1}},C._resetIsScrollingDebounced)},C._outerRefSetter=function(M){var $=C.props.outerRef;C._outerRef=M,typeof $=="function"?$(M):$!=null&&typeof $=="object"&&$.hasOwnProperty("current")&&($.current=M)},C._resetIsScrollingDebounced=function(){C._resetIsScrollingTimeoutId!==null&&P7(C._resetIsScrollingTimeoutId),C._resetIsScrollingTimeoutId=pJ(C._resetIsScrolling,vJ)},C._resetIsScrolling=function(){C._resetIsScrollingTimeoutId=null,C.setState({isScrolling:!1},function(){C._getItemStyleCache(-1,null)})},C}b.getDerivedStateFromProps=function(C,M){return xJ(C,M),g(C),null};var E=b.prototype;return E.scrollTo=function(C){C=Math.max(0,C),this.setState(function(M){return M.scrollOffset===C?null:{scrollDirection:M.scrollOffset<C?"forward":"backward",scrollOffset:C,scrollUpdateWasRequested:!0}},this._resetIsScrollingDebounced)},E.scrollToItem=function(C,M){M===void 0&&(M="auto");var $=this.props,z=$.itemCount,O=$.layout,L=this.state.scrollOffset;C=Math.max(0,Math.min(C,z-1));var F=0;if(this._outerRef){var D=this._outerRef;O==="vertical"?F=D.scrollWidth>D.clientWidth?I7():0:F=D.scrollHeight>D.clientHeight?I7():0}this.scrollTo(o(this.props,C,M,L,this._instanceProps,F))},E.componentDidMount=function(){var C=this.props,M=C.direction,$=C.initialScrollOffset,z=C.layout;if(typeof $=="number"&&this._outerRef!=null){var O=this._outerRef;M==="horizontal"||z==="horizontal"?O.scrollLeft=$:O.scrollTop=$}this._callPropsCallbacks()},E.componentDidUpdate=function(){var C=this.props,M=C.direction,$=C.layout,z=this.state,O=z.scrollOffset,L=z.scrollUpdateWasRequested;if(L&&this._outerRef!=null){var F=this._outerRef;if(M==="horizontal"||$==="horizontal")if(M==="rtl")switch(B7()){case"negative":F.scrollLeft=-O;break;case"positive-ascending":F.scrollLeft=O;break;default:var D=F.clientWidth,A=F.scrollWidth;F.scrollLeft=A-D-O;break}else F.scrollLeft=O;else F.scrollTop=O}this._callPropsCallbacks()},E.componentWillUnmount=function(){this._resetIsScrollingTimeoutId!==null&&P7(this._resetIsScrollingTimeoutId)},E.render=function(){var C=this.props,M=C.children,$=C.className,z=C.direction,O=C.height,L=C.innerRef,F=C.innerElementType,D=C.innerTagName,A=C.itemCount,R=C.itemData,Q=C.itemKey,le=Q===void 0?gJ:Q,fe=C.layout,ye=C.outerElementType,ve=C.outerTagName,se=C.style,ge=C.useIsScrolling,k=C.width,W=this.state.isScrolling,V=z==="horizontal"||fe==="horizontal",ne=V?this._onScrollHorizontal:this._onScrollVertical,j=this._getRangeToRender(),Y=j[0],U=j[1],K=[];if(A>0)for(var ae=Y;ae<=U;ae++)K.push(w.createElement(M,{data:R,key:le(ae,R),index:ae,isScrolling:ge?W:void 0,style:this._getItemStyle(ae)}));var ue=r(this.props,this._instanceProps);return w.createElement(ye||ve||"div",{className:$,onScroll:ne,ref:this._outerRefSetter,style:_h({position:"relative",height:O,width:k,overflow:"auto",WebkitOverflowScrolling:"touch",willChange:"transform",direction:z},se)},w.createElement(F||D||"div",{children:K,ref:L,style:{height:V?"100%":ue,pointerEvents:W?"none":void 0,width:V?ue:"100%"}}))},E._callPropsCallbacks=function(){if(typeof this.props.onItemsRendered=="function"){var C=this.props.itemCount;if(C>0){var M=this._getRangeToRender(),$=M[0],z=M[1],O=M[2],L=M[3];this._callOnItemsRendered($,z,O,L)}}if(typeof this.props.onScroll=="function"){var F=this.state,D=F.scrollDirection,A=F.scrollOffset,R=F.scrollUpdateWasRequested;this._callOnScroll(D,A,R)}},E._getRangeToRender=function(){var C=this.props,M=C.itemCount,$=C.overscanCount,z=this.state,O=z.isScrolling,L=z.scrollDirection,F=z.scrollOffset;if(M===0)return[0,0,0,0];var D=u(this.props,F,this._instanceProps),A=h(this.props,D,F,this._instanceProps),R=!O||L==="backward"?Math.max(1,$):1,Q=!O||L==="forward"?Math.max(1,$):1;return[Math.max(0,D-R),Math.max(0,Math.min(M-1,A+Q)),D,A]},b})(w.PureComponent),t.defaultProps={direction:"ltr",itemData:void 0,layout:"vertical",overscanCount:2,useIsScrolling:!1},t}var xJ=function(t,n){t.children,t.direction,t.height,t.layout,t.innerTagName,t.outerTagName,t.width,n.instance},wJ=yJ({getItemOffset:function(t,n){var r=t.itemSize;return n*r},getItemSize:function(t,n){var r=t.itemSize;return r},getEstimatedTotalSize:function(t){var n=t.itemCount,r=t.itemSize;return r*n},getOffsetForIndexAndAlignment:function(t,n,r,l,o,u){var h=t.direction,m=t.height,p=t.itemCount,g=t.itemSize,x=t.layout,b=t.width,E=h==="horizontal"||x==="horizontal",S=E?b:m,C=Math.max(0,p*g-S),M=Math.min(C,n*g),$=Math.max(0,n*g-S+g+u);switch(r==="smart"&&(l>=$-S&&l<=M+S?r="auto":r="center"),r){case"start":return M;case"end":return $;case"center":{var z=Math.round($+(M-$)/2);return z<Math.ceil(S/2)?0:z>C+Math.floor(S/2)?C:z}case"auto":default:return l>=$&&l<=M?l:l<$?$:M}},getStartIndexForOffset:function(t,n){var r=t.itemCount,l=t.itemSize;return Math.max(0,Math.min(r-1,Math.floor(n/l)))},getStopIndexForStartIndex:function(t,n,r){var l=t.direction,o=t.height,u=t.itemCount,h=t.itemSize,m=t.layout,p=t.width,g=l==="horizontal"||m==="horizontal",x=n*h,b=g?p:o,E=Math.ceil((b+r-x)/h);return Math.max(0,Math.min(u-1,n+E-1))},initInstanceProps:function(t){},shouldResetStyleCacheOnItemSizeChange:!0,validateProps:function(t){t.itemSize}});const xc=w.forwardRef(({className:e,onChange:t,error:n,disabled:r,value:l,required:o,info:u,id:h="mobile-number",label:m="Mobile No.",...p},g)=>d.jsxs("div",{className:"flex flex-col gap-3 w-full",children:[d.jsx(rr,{label:m,required:o,info:u,disabled:r,htmlFor:h}),d.jsx(PV,{ref:g,className:B("flex items-stretch relative group",r&&"pointer-events-none",n?"pointer-input-error":"phone-input",e),flagComponent:Lh,countrySelectComponent:x=>d.jsx(bJ,{...x,error:n,disabled:r}),inputComponent:x=>d.jsx(cE,{...x,error:n,disabled:r,id:h}),smartCaret:!1,defaultCountry:"MT",value:l||void 0,onChange:x=>t?.(x||""),...p}),n&&d.jsx("p",{className:"text-warning-5 self-end",children:n})," "]}));xc.displayName="PhoneInput";const cE=w.forwardRef(({className:e,error:t,disabled:n,...r},l)=>d.jsx(Ci,{className:B("rounded-e-[0.625rem] rounded-s-none h-auto py-[0.375rem] z-10 phone-input-number","group-hover:ring-[1px] group-hover:border-primary-5 group-focus-visible:ring-0 group-focus-visible:border-ring",e),"aria-invalid":!!t,ref:l,disabled:n,placeholder:"0000 0000",...r}));cE.displayName="InputComponent";function bJ({value:e,options:t,onChange:n,disabled:r,error:l}){const[o,u]=w.useState(""),[h,m]=w.useState(!e),[p,g]=w.useState(!1),x=w.useRef(null),b=w.useMemo(()=>{const S=o.toLowerCase().trim();return t.filter(({label:C,value:M})=>{if(!M)return!1;const $=k7(M);return C.toLowerCase().includes(S)||M.toLowerCase().includes(S)||$.includes(S)})},[t,o]);du(x,()=>g(!1));const E=({index:S,style:C})=>{const M=b[S];return M?.value?d.jsx("div",{style:C,children:d.jsxs(f2,{className:"gap-[0.625rem] px-4 data-[selected=true]:bg-auxiliary-1 data-[selected=true]:text-primary",onSelect:()=>{n(M.value),m(!1),u(""),m(!1),g(!1)},children:[d.jsx(Lh,{country:M.value,countryName:M.label}),d.jsx("span",{className:B(be.t1,"flex-1"),children:M.label})]},M.value)}):null};return d.jsxs("div",{className:"phone-input-country w-full max-w-[9.375rem] bg-auxiliary-1 h-full border-none","data-open":p,children:[h?d.jsxs(o2,{className:"p-0 overflow-visible",shouldFilter:!1,children:[d.jsx("div",{className:"relative",children:d.jsx(s2,{showSearchIcon:!1,autoFocus:!0,value:o,onValueChange:S=>{u(S),g(S!=="")},onClick:()=>g(!0),className:B(be.t1,"phone-input-country-search py-2 px-4 h-auto z-10 border border-r-0 rounded-none border-support-5 rounded-l-[0.625rem] ring-ring group-hover:ring-[1px] group-hover:border-primary-5 focus-visible:ring-0 focus-visible:border-ring transition-[color,box-shadow] aria-invalid:ring-warning-5 dark:aria-invalid:ring-warning-5 aria-invalid:border-warning-5"),containerClassName:"h-auto border-0 px-0","aria-invalid":!!l,disabled:r})}),p&&d.jsx("div",{className:"absolute right-0 left-0 w-full top-[2.625rem] z-50 group-none",ref:x,children:d.jsx(c2,{className:"phone-input-country-list overflow-hidden bg-auxiliary-1",children:b.length===0?d.jsx(u2,{className:"py-4 text-support-7 text-center border-b border-x border-border rounded-b-[0.625rem] overflow-hidden",children:"No country found."}):d.jsx(d2,{className:"p-0 border-b border-x border-border rounded-b-[0.625rem] overflow-hidden pt-2",children:d.jsx(wJ,{height:288,itemCount:b.length,itemSize:40,width:"100%",children:E})})})})]}):d.jsxs("button",{type:"button",onClick:()=>{m(!0),g(!0)},className:"phone-input-country-button disabled:opacity-50 flex gap-1 items-center border border-r-0 rounded-l-[0.625rem] px-4 py-[0.625rem] w-full ring-ring group-hover:ring-[1px] group-hover:border-primary-5 focus-visible:ring-0 focus-visible:border-ring transition-[color,box-shadow]",disabled:r,"aria-invalid":!!l,children:[d.jsx(Lh,{country:e,countryName:e}),d.jsxs("span",{className:B(be.t1,"ml-2 text-support-7"),children:["+",k7(e)]})]}),d.jsx(rs,{className:B("size-3 text-support-7 absolute duration-200 top-1/2 left-[8.125rem] transition-all -translate-y-1/2",r&&"opacity-50",p&&"rotate-180 text-primary-5")})]})}const Lh=({country:e,countryName:t})=>{const n=uJ[e];return d.jsx("span",{className:"flex h-5 w-[1.875rem] overflow-hidden rounded-[0.188rem] bg-foreground/20 [&_svg:not([class*='size-'])]:size-full",children:n&&d.jsx(n,{title:t})})},EJ=()=>d.jsxs("div",{className:"flex flex-col gap-10",children:[d.jsx(ft,{title:"F50 - Tel",description:"Single Select Field allows users to choose a single option from a list of mutually exclusive choices. Optionally, such inputs can use the type-ahead (autocomplete) feature in order to quickly filter through a list of options."}),d.jsx(me,{title:"Normal",description:"Hover, Active, Focus and Populated states are shown as user interactions",children:d.jsx("div",{className:"py-10 max-w-sm",children:d.jsx(xc,{info:"This is a Tooltip",required:!0})})}),d.jsx(me,{title:"Disabled",children:d.jsx("div",{className:"py-10 max-w-sm",children:d.jsx(xc,{info:"This is a Tooltip",disabled:!0})})}),d.jsx(me,{title:"Error",children:d.jsx("div",{className:"py-10 max-w-sm",children:d.jsx(xc,{info:"This is a Tooltip",error:"This field is required"})})})]});function CJ(e,t,n="long"){return new Intl.DateTimeFormat("en-US",{hour:"numeric",timeZone:e,timeZoneName:n}).format(t).split(/\s/g).slice(2).join(" ")}const SJ={},gc={};function ui(e,t){try{const r=(SJ[e]||=new Intl.DateTimeFormat("en-US",{timeZone:e,timeZoneName:"longOffset"}).format)(t).split("GMT")[1];return r in gc?gc[r]:V7(r,r.split(":"))}catch{if(e in gc)return gc[e];const n=e?.match(MJ);return n?V7(e,n.slice(1)):NaN}}const MJ=/([+-]\d\d):?(\d\d)?/;function V7(e,t){const n=+(t[0]||0),r=+(t[1]||0),l=+(t[2]||0)/60;return gc[e]=n*60+r>0?n*60+r+l:n*60-r-l}class ra extends Date{constructor(...t){super(),t.length>1&&typeof t[t.length-1]=="string"&&(this.timeZone=t.pop()),this.internal=new Date,isNaN(ui(this.timeZone,this))?this.setTime(NaN):t.length?typeof t[0]=="number"&&(t.length===1||t.length===2&&typeof t[1]!="number")?this.setTime(t[0]):typeof t[0]=="string"?this.setTime(+new Date(t[0])):t[0]instanceof Date?this.setTime(+t[0]):(this.setTime(+new Date(...t)),uE(this),Ph(this)):this.setTime(Date.now())}static tz(t,...n){return n.length?new ra(...n,t):new ra(Date.now(),t)}withTimeZone(t){return new ra(+this,t)}getTimezoneOffset(){const t=-ui(this.timeZone,this);return t>0?Math.floor(t):Math.ceil(t)}setTime(t){return Date.prototype.setTime.apply(this,arguments),Ph(this),+this}[Symbol.for("constructDateFrom")](t){return new ra(+new Date(t),this.timeZone)}}const U7=/^(get|set)(?!UTC)/;Object.getOwnPropertyNames(Date.prototype).forEach(e=>{if(!U7.test(e))return;const t=e.replace(U7,"$1UTC");ra.prototype[t]&&(e.startsWith("get")?ra.prototype[e]=function(){return this.internal[t]()}:(ra.prototype[e]=function(){return Date.prototype[t].apply(this.internal,arguments),$J(this),+this},ra.prototype[t]=function(){return Date.prototype[t].apply(this,arguments),Ph(this),+this}))});function Ph(e){e.internal.setTime(+e),e.internal.setUTCSeconds(e.internal.getUTCSeconds()-Math.round(-ui(e.timeZone,e)*60))}function $J(e){Date.prototype.setFullYear.call(e,e.internal.getUTCFullYear(),e.internal.getUTCMonth(),e.internal.getUTCDate()),Date.prototype.setHours.call(e,e.internal.getUTCHours(),e.internal.getUTCMinutes(),e.internal.getUTCSeconds(),e.internal.getUTCMilliseconds()),uE(e)}function uE(e){const t=ui(e.timeZone,e),n=t>0?Math.floor(t):Math.ceil(t),r=new Date(+e);r.setUTCHours(r.getUTCHours()-1);const l=-new Date(+e).getTimezoneOffset(),o=-new Date(+r).getTimezoneOffset(),u=l-o,h=Date.prototype.getHours.apply(e)!==e.internal.getUTCHours();u&&h&&e.internal.setUTCMinutes(e.internal.getUTCMinutes()+u);const m=l-n;m&&Date.prototype.setUTCMinutes.call(e,Date.prototype.getUTCMinutes.call(e)+m);const p=new Date(+e);p.setUTCSeconds(0);const g=l>0?p.getSeconds():(p.getSeconds()-60)%60,x=Math.round(-(ui(e.timeZone,e)*60))%60;(x||g)&&(e.internal.setUTCSeconds(e.internal.getUTCSeconds()+x),Date.prototype.setUTCSeconds.call(e,Date.prototype.getUTCSeconds.call(e)+x+g));const b=ui(e.timeZone,e),E=b>0?Math.floor(b):Math.ceil(b),C=-new Date(+e).getTimezoneOffset()-E,M=E!==n,$=C-m;if(M&&$){Date.prototype.setUTCMinutes.call(e,Date.prototype.getUTCMinutes.call(e)+$);const z=ui(e.timeZone,e),O=z>0?Math.floor(z):Math.ceil(z),L=E-O;L&&(e.internal.setUTCMinutes(e.internal.getUTCMinutes()+L),Date.prototype.setUTCMinutes.call(e,Date.prototype.getUTCMinutes.call(e)+L))}}class Mn extends ra{static tz(t,...n){return n.length?new Mn(...n,t):new Mn(Date.now(),t)}toISOString(){const[t,n,r]=this.tzComponents(),l=`${t}${n}:${r}`;return this.internal.toISOString().slice(0,-1)+l}toString(){return`${this.toDateString()} ${this.toTimeString()}`}toDateString(){const[t,n,r,l]=this.internal.toUTCString().split(" ");return`${t?.slice(0,-1)} ${r} ${n} ${l}`}toTimeString(){const t=this.internal.toUTCString().split(" ")[4],[n,r,l]=this.tzComponents();return`${t} GMT${n}${r}${l} (${CJ(this.timeZone,this)})`}toLocaleString(t,n){return Date.prototype.toLocaleString.call(this,t,{...n,timeZone:n?.timeZone||this.timeZone})}toLocaleDateString(t,n){return Date.prototype.toLocaleDateString.call(this,t,{...n,timeZone:n?.timeZone||this.timeZone})}toLocaleTimeString(t,n){return Date.prototype.toLocaleTimeString.call(this,t,{...n,timeZone:n?.timeZone||this.timeZone})}tzComponents(){const t=this.getTimezoneOffset(),n=t>0?"-":"+",r=String(Math.floor(Math.abs(t)/60)).padStart(2,"0"),l=String(Math.abs(t)%60).padStart(2,"0");return[n,r,l]}withTimeZone(t){return new Mn(+this,t)}[Symbol.for("constructDateFrom")](t){return new Mn(+new Date(t),this.timeZone)}}const dE=6048e5,NJ=864e5,G7=Symbol.for("constructDateFrom");function fn(e,t){return typeof e=="function"?e(t):e&&typeof e=="object"&&G7 in e?e[G7](t):e instanceof Date?new e.constructor(t):new Date(t)}function jt(e,t){return fn(t||e,e)}function fE(e,t,n){const r=jt(e,n?.in);return isNaN(t)?fn(e,NaN):(t&&r.setDate(r.getDate()+t),r)}function hE(e,t,n){const r=jt(e,n?.in);if(isNaN(t))return fn(e,NaN);if(!t)return r;const l=r.getDate(),o=fn(e,r.getTime());o.setMonth(r.getMonth()+t+1,0);const u=o.getDate();return l>=u?o:(r.setFullYear(o.getFullYear(),o.getMonth(),l),r)}let zJ={};function fu(){return zJ}function Po(e,t){const n=fu(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,l=jt(e,t?.in),o=l.getDay(),u=(o<r?7:0)+o-r;return l.setDate(l.getDate()-u),l.setHours(0,0,0,0),l}function Gc(e,t){return Po(e,{...t,weekStartsOn:1})}function mE(e,t){const n=jt(e,t?.in),r=n.getFullYear(),l=fn(n,0);l.setFullYear(r+1,0,4),l.setHours(0,0,0,0);const o=Gc(l),u=fn(n,0);u.setFullYear(r,0,4),u.setHours(0,0,0,0);const h=Gc(u);return n.getTime()>=o.getTime()?r+1:n.getTime()>=h.getTime()?r:r-1}function W7(e){const t=jt(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+e-+n}function is(e,...t){const n=fn.bind(null,t.find(r=>typeof r=="object"));return t.map(n)}function Wc(e,t){const n=jt(e,t?.in);return n.setHours(0,0,0,0),n}function pE(e,t,n){const[r,l]=is(n?.in,e,t),o=Wc(r),u=Wc(l),h=+o-W7(o),m=+u-W7(u);return Math.round((h-m)/NJ)}function DJ(e,t){const n=mE(e,t),r=fn(e,0);return r.setFullYear(n,0,4),r.setHours(0,0,0,0),Gc(r)}function TJ(e,t,n){return fE(e,t*7,n)}function OJ(e,t,n){return hE(e,t*12,n)}function FJ(e,t){let n,r=t?.in;return e.forEach(l=>{!r&&typeof l=="object"&&(r=fn.bind(null,l));const o=jt(l,r);(!n||n<o||isNaN(+o))&&(n=o)}),fn(r,n||NaN)}function AJ(e,t){let n,r=t?.in;return e.forEach(l=>{!r&&typeof l=="object"&&(r=fn.bind(null,l));const o=jt(l,r);(!n||n>o||isNaN(+o))&&(n=o)}),fn(r,n||NaN)}function jJ(e,t,n){const[r,l]=is(n?.in,e,t);return+Wc(r)==+Wc(l)}function vE(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function RJ(e){return!(!vE(e)&&typeof e!="number"||isNaN(+jt(e)))}function kJ(e,t,n){const[r,l]=is(n?.in,e,t),o=r.getFullYear()-l.getFullYear(),u=r.getMonth()-l.getMonth();return o*12+u}function _J(e,t){const n=jt(e,t?.in),r=n.getMonth();return n.setFullYear(n.getFullYear(),r+1,0),n.setHours(23,59,59,999),n}function HJ(e,t){const[n,r]=is(e,t.start,t.end);return{start:n,end:r}}function LJ(e,t){const{start:n,end:r}=HJ(t?.in,e);let l=+n>+r;const o=l?+n:+r,u=l?r:n;u.setHours(0,0,0,0),u.setDate(1);let h=1;const m=[];for(;+u<=o;)m.push(fn(n,u)),u.setMonth(u.getMonth()+h);return l?m.reverse():m}function PJ(e,t){const n=jt(e,t?.in);return n.setDate(1),n.setHours(0,0,0,0),n}function IJ(e,t){const n=jt(e,t?.in),r=n.getFullYear();return n.setFullYear(r+1,0,0),n.setHours(23,59,59,999),n}function gE(e,t){const n=jt(e,t?.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}function yE(e,t){const n=fu(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,l=jt(e,t?.in),o=l.getDay(),u=(o<r?-7:0)+6-(o-r);return l.setDate(l.getDate()+u),l.setHours(23,59,59,999),l}function BJ(e,t){return yE(e,{...t,weekStartsOn:1})}const VJ={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},UJ=(e,t,n)=>{let r;const l=VJ[e];return typeof l=="string"?r=l:t===1?r=l.one:r=l.other.replace("{{count}}",t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?"in "+r:r+" ago":r};function E3(e){return(t={})=>{const n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}const GJ={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},WJ={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},qJ={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},YJ={date:E3({formats:GJ,defaultWidth:"full"}),time:E3({formats:WJ,defaultWidth:"full"}),dateTime:E3({formats:qJ,defaultWidth:"full"})},KJ={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},ZJ=(e,t,n,r)=>KJ[e];function oc(e){return(t,n)=>{const r=n?.context?String(n.context):"standalone";let l;if(r==="formatting"&&e.formattingValues){const u=e.defaultFormattingWidth||e.defaultWidth,h=n?.width?String(n.width):u;l=e.formattingValues[h]||e.formattingValues[u]}else{const u=e.defaultWidth,h=n?.width?String(n.width):e.defaultWidth;l=e.values[h]||e.values[u]}const o=e.argumentCallback?e.argumentCallback(t):t;return l[o]}}const XJ={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},QJ={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},JJ={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},eee={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},tee={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},nee={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},ree=(e,t)=>{const n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},aee={ordinalNumber:ree,era:oc({values:XJ,defaultWidth:"wide"}),quarter:oc({values:QJ,defaultWidth:"wide",argumentCallback:e=>e-1}),month:oc({values:JJ,defaultWidth:"wide"}),day:oc({values:eee,defaultWidth:"wide"}),dayPeriod:oc({values:tee,defaultWidth:"wide",formattingValues:nee,defaultFormattingWidth:"wide"})};function sc(e){return(t,n={})=>{const r=n.width,l=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],o=t.match(l);if(!o)return null;const u=o[0],h=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],m=Array.isArray(h)?iee(h,x=>x.test(u)):lee(h,x=>x.test(u));let p;p=e.valueCallback?e.valueCallback(m):m,p=n.valueCallback?n.valueCallback(p):p;const g=t.slice(u.length);return{value:p,rest:g}}}function lee(e,t){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function iee(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}function oee(e){return(t,n={})=>{const r=t.match(e.matchPattern);if(!r)return null;const l=r[0],o=t.match(e.parsePattern);if(!o)return null;let u=e.valueCallback?e.valueCallback(o[0]):o[0];u=n.valueCallback?n.valueCallback(u):u;const h=t.slice(l.length);return{value:u,rest:h}}}const see=/^(\d+)(th|st|nd|rd)?/i,cee=/\d+/i,uee={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},dee={any:[/^b/i,/^(a|c)/i]},fee={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},hee={any:[/1/i,/2/i,/3/i,/4/i]},mee={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},pee={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},vee={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},gee={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},yee={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},xee={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},wee={ordinalNumber:oee({matchPattern:see,parsePattern:cee,valueCallback:e=>parseInt(e,10)}),era:sc({matchPatterns:uee,defaultMatchWidth:"wide",parsePatterns:dee,defaultParseWidth:"any"}),quarter:sc({matchPatterns:fee,defaultMatchWidth:"wide",parsePatterns:hee,defaultParseWidth:"any",valueCallback:e=>e+1}),month:sc({matchPatterns:mee,defaultMatchWidth:"wide",parsePatterns:pee,defaultParseWidth:"any"}),day:sc({matchPatterns:vee,defaultMatchWidth:"wide",parsePatterns:gee,defaultParseWidth:"any"}),dayPeriod:sc({matchPatterns:yee,defaultMatchWidth:"any",parsePatterns:xee,defaultParseWidth:"any"})},t4={code:"en-US",formatDistance:UJ,formatLong:YJ,formatRelative:ZJ,localize:aee,match:wee,options:{weekStartsOn:0,firstWeekContainsDate:1}};function bee(e,t){const n=jt(e,t?.in);return pE(n,gE(n))+1}function xE(e,t){const n=jt(e,t?.in),r=+Gc(n)-+DJ(n);return Math.round(r/dE)+1}function wE(e,t){const n=jt(e,t?.in),r=n.getFullYear(),l=fu(),o=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??l.firstWeekContainsDate??l.locale?.options?.firstWeekContainsDate??1,u=fn(t?.in||e,0);u.setFullYear(r+1,0,o),u.setHours(0,0,0,0);const h=Po(u,t),m=fn(t?.in||e,0);m.setFullYear(r,0,o),m.setHours(0,0,0,0);const p=Po(m,t);return+n>=+h?r+1:+n>=+p?r:r-1}function Eee(e,t){const n=fu(),r=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,l=wE(e,t),o=fn(t?.in||e,0);return o.setFullYear(l,0,r),o.setHours(0,0,0,0),Po(o,t)}function bE(e,t){const n=jt(e,t?.in),r=+Po(n,t)-+Eee(n,t);return Math.round(r/dE)+1}function Dt(e,t){const n=e<0?"-":"",r=Math.abs(e).toString().padStart(t,"0");return n+r}const wl={y(e,t){const n=e.getFullYear(),r=n>0?n:1-n;return Dt(t==="yy"?r%100:r,t.length)},M(e,t){const n=e.getMonth();return t==="M"?String(n+1):Dt(n+1,2)},d(e,t){return Dt(e.getDate(),t.length)},a(e,t){const n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h(e,t){return Dt(e.getHours()%12||12,t.length)},H(e,t){return Dt(e.getHours(),t.length)},m(e,t){return Dt(e.getMinutes(),t.length)},s(e,t){return Dt(e.getSeconds(),t.length)},S(e,t){const n=t.length,r=e.getMilliseconds(),l=Math.trunc(r*Math.pow(10,n-3));return Dt(l,t.length)}},vo={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},q7={G:function(e,t,n){const r=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(r,{width:"abbreviated"});case"GGGGG":return n.era(r,{width:"narrow"});case"GGGG":default:return n.era(r,{width:"wide"})}},y:function(e,t,n){if(t==="yo"){const r=e.getFullYear(),l=r>0?r:1-r;return n.ordinalNumber(l,{unit:"year"})}return wl.y(e,t)},Y:function(e,t,n,r){const l=wE(e,r),o=l>0?l:1-l;if(t==="YY"){const u=o%100;return Dt(u,2)}return t==="Yo"?n.ordinalNumber(o,{unit:"year"}):Dt(o,t.length)},R:function(e,t){const n=mE(e);return Dt(n,t.length)},u:function(e,t){const n=e.getFullYear();return Dt(n,t.length)},Q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(r);case"QQ":return Dt(r,2);case"Qo":return n.ordinalNumber(r,{unit:"quarter"});case"QQQ":return n.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(r,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(r,{width:"wide",context:"formatting"})}},q:function(e,t,n){const r=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(r);case"qq":return Dt(r,2);case"qo":return n.ordinalNumber(r,{unit:"quarter"});case"qqq":return n.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(r,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(r,{width:"wide",context:"standalone"})}},M:function(e,t,n){const r=e.getMonth();switch(t){case"M":case"MM":return wl.M(e,t);case"Mo":return n.ordinalNumber(r+1,{unit:"month"});case"MMM":return n.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(r,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(r,{width:"wide",context:"formatting"})}},L:function(e,t,n){const r=e.getMonth();switch(t){case"L":return String(r+1);case"LL":return Dt(r+1,2);case"Lo":return n.ordinalNumber(r+1,{unit:"month"});case"LLL":return n.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(r,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(r,{width:"wide",context:"standalone"})}},w:function(e,t,n,r){const l=bE(e,r);return t==="wo"?n.ordinalNumber(l,{unit:"week"}):Dt(l,t.length)},I:function(e,t,n){const r=xE(e);return t==="Io"?n.ordinalNumber(r,{unit:"week"}):Dt(r,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getDate(),{unit:"date"}):wl.d(e,t)},D:function(e,t,n){const r=bee(e);return t==="Do"?n.ordinalNumber(r,{unit:"dayOfYear"}):Dt(r,t.length)},E:function(e,t,n){const r=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(r,{width:"short",context:"formatting"});case"EEEE":default:return n.day(r,{width:"wide",context:"formatting"})}},e:function(e,t,n,r){const l=e.getDay(),o=(l-r.weekStartsOn+8)%7||7;switch(t){case"e":return String(o);case"ee":return Dt(o,2);case"eo":return n.ordinalNumber(o,{unit:"day"});case"eee":return n.day(l,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(l,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(l,{width:"short",context:"formatting"});case"eeee":default:return n.day(l,{width:"wide",context:"formatting"})}},c:function(e,t,n,r){const l=e.getDay(),o=(l-r.weekStartsOn+8)%7||7;switch(t){case"c":return String(o);case"cc":return Dt(o,t.length);case"co":return n.ordinalNumber(o,{unit:"day"});case"ccc":return n.day(l,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(l,{width:"narrow",context:"standalone"});case"cccccc":return n.day(l,{width:"short",context:"standalone"});case"cccc":default:return n.day(l,{width:"wide",context:"standalone"})}},i:function(e,t,n){const r=e.getDay(),l=r===0?7:r;switch(t){case"i":return String(l);case"ii":return Dt(l,t.length);case"io":return n.ordinalNumber(l,{unit:"day"});case"iii":return n.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(r,{width:"short",context:"formatting"});case"iiii":default:return n.day(r,{width:"wide",context:"formatting"})}},a:function(e,t,n){const l=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(l,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(l,{width:"wide",context:"formatting"})}},b:function(e,t,n){const r=e.getHours();let l;switch(r===12?l=vo.noon:r===0?l=vo.midnight:l=r/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(l,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(l,{width:"wide",context:"formatting"})}},B:function(e,t,n){const r=e.getHours();let l;switch(r>=17?l=vo.evening:r>=12?l=vo.afternoon:r>=4?l=vo.morning:l=vo.night,t){case"B":case"BB":case"BBB":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(l,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(l,{width:"wide",context:"formatting"})}},h:function(e,t,n){if(t==="ho"){let r=e.getHours()%12;return r===0&&(r=12),n.ordinalNumber(r,{unit:"hour"})}return wl.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getHours(),{unit:"hour"}):wl.H(e,t)},K:function(e,t,n){const r=e.getHours()%12;return t==="Ko"?n.ordinalNumber(r,{unit:"hour"}):Dt(r,t.length)},k:function(e,t,n){let r=e.getHours();return r===0&&(r=24),t==="ko"?n.ordinalNumber(r,{unit:"hour"}):Dt(r,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):wl.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getSeconds(),{unit:"second"}):wl.s(e,t)},S:function(e,t){return wl.S(e,t)},X:function(e,t,n){const r=e.getTimezoneOffset();if(r===0)return"Z";switch(t){case"X":return K7(r);case"XXXX":case"XX":return ii(r);case"XXXXX":case"XXX":default:return ii(r,":")}},x:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"x":return K7(r);case"xxxx":case"xx":return ii(r);case"xxxxx":case"xxx":default:return ii(r,":")}},O:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+Y7(r,":");case"OOOO":default:return"GMT"+ii(r,":")}},z:function(e,t,n){const r=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+Y7(r,":");case"zzzz":default:return"GMT"+ii(r,":")}},t:function(e,t,n){const r=Math.trunc(+e/1e3);return Dt(r,t.length)},T:function(e,t,n){return Dt(+e,t.length)}};function Y7(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),l=Math.trunc(r/60),o=r%60;return o===0?n+String(l):n+String(l)+t+Dt(o,2)}function K7(e,t){return e%60===0?(e>0?"-":"+")+Dt(Math.abs(e)/60,2):ii(e,t)}function ii(e,t=""){const n=e>0?"-":"+",r=Math.abs(e),l=Dt(Math.trunc(r/60),2),o=Dt(r%60,2);return n+l+t+o}const Z7=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},EE=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},Cee=(e,t)=>{const n=e.match(/(P+)(p+)?/)||[],r=n[1],l=n[2];if(!l)return Z7(e,t);let o;switch(r){case"P":o=t.dateTime({width:"short"});break;case"PP":o=t.dateTime({width:"medium"});break;case"PPP":o=t.dateTime({width:"long"});break;case"PPPP":default:o=t.dateTime({width:"full"});break}return o.replace("{{date}}",Z7(r,t)).replace("{{time}}",EE(l,t))},See={p:EE,P:Cee},Mee=/^D+$/,$ee=/^Y+$/,Nee=["D","DD","YY","YYYY"];function zee(e){return Mee.test(e)}function Dee(e){return $ee.test(e)}function Tee(e,t,n){const r=Oee(e,t,n);if(console.warn(r),Nee.includes(e))throw new RangeError(r)}function Oee(e,t,n){const r=e[0]==="Y"?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const Fee=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Aee=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,jee=/^'([^]*?)'?$/,Ree=/''/g,kee=/[a-zA-Z]/;function _ee(e,t,n){const r=fu(),l=n?.locale??r.locale??t4,o=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,u=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??r.weekStartsOn??r.locale?.options?.weekStartsOn??0,h=jt(e,n?.in);if(!RJ(h))throw new RangeError("Invalid time value");let m=t.match(Aee).map(g=>{const x=g[0];if(x==="p"||x==="P"){const b=See[x];return b(g,l.formatLong)}return g}).join("").match(Fee).map(g=>{if(g==="''")return{isToken:!1,value:"'"};const x=g[0];if(x==="'")return{isToken:!1,value:Hee(g)};if(q7[x])return{isToken:!0,value:g};if(x.match(kee))throw new RangeError("Format string contains an unescaped latin alphabet character `"+x+"`");return{isToken:!1,value:g}});l.localize.preprocessor&&(m=l.localize.preprocessor(h,m));const p={firstWeekContainsDate:o,weekStartsOn:u,locale:l};return m.map(g=>{if(!g.isToken)return g.value;const x=g.value;(!n?.useAdditionalWeekYearTokens&&Dee(x)||!n?.useAdditionalDayOfYearTokens&&zee(x))&&Tee(x,t,String(e));const b=q7[x[0]];return b(h,x,l.localize,p)}).join("")}function Hee(e){const t=e.match(jee);return t?t[1].replace(Ree,"'"):e}function Lee(e,t){const n=jt(e,t?.in),r=n.getFullYear(),l=n.getMonth(),o=fn(n,0);return o.setFullYear(r,l+1,0),o.setHours(0,0,0,0),o.getDate()}function Pee(e,t){return jt(e,t?.in).getMonth()}function Iee(e,t){return jt(e,t?.in).getFullYear()}function Bee(e,t){return+jt(e)>+jt(t)}function Vee(e,t){return+jt(e)<+jt(t)}function Uee(e,t,n){const[r,l]=is(n?.in,e,t);return r.getFullYear()===l.getFullYear()&&r.getMonth()===l.getMonth()}function Gee(e,t,n){const[r,l]=is(n?.in,e,t);return r.getFullYear()===l.getFullYear()}function Wee(e,t,n){const r=jt(e,n?.in),l=r.getFullYear(),o=r.getDate(),u=fn(e,0);u.setFullYear(l,t,15),u.setHours(0,0,0,0);const h=Lee(u);return r.setMonth(t,Math.min(o,h)),r}function qee(e,t,n){const r=jt(e,n?.in);return isNaN(+r)?fn(e,NaN):(r.setFullYear(t),r)}const X7=5,Yee=4;function Kee(e,t){const n=t.startOfMonth(e),r=n.getDay()>0?n.getDay():7,l=t.addDays(e,-r+1),o=t.addDays(l,X7*7-1);return t.getMonth(e)===t.getMonth(o)?X7:Yee}function CE(e,t){const n=t.startOfMonth(e),r=n.getDay();return r===1?n:r===0?t.addDays(n,-6):t.addDays(n,-1*(r-1))}function Zee(e,t){const n=CE(e,t),r=Kee(e,t);return t.addDays(n,r*7-1)}class qa{constructor(t,n){this.Date=Date,this.today=()=>this.overrides?.today?this.overrides.today():this.options.timeZone?Mn.tz(this.options.timeZone):new this.Date,this.newDate=(r,l,o)=>this.overrides?.newDate?this.overrides.newDate(r,l,o):this.options.timeZone?new Mn(r,l,o,this.options.timeZone):new Date(r,l,o),this.addDays=(r,l)=>this.overrides?.addDays?this.overrides.addDays(r,l):fE(r,l),this.addMonths=(r,l)=>this.overrides?.addMonths?this.overrides.addMonths(r,l):hE(r,l),this.addWeeks=(r,l)=>this.overrides?.addWeeks?this.overrides.addWeeks(r,l):TJ(r,l),this.addYears=(r,l)=>this.overrides?.addYears?this.overrides.addYears(r,l):OJ(r,l),this.differenceInCalendarDays=(r,l)=>this.overrides?.differenceInCalendarDays?this.overrides.differenceInCalendarDays(r,l):pE(r,l),this.differenceInCalendarMonths=(r,l)=>this.overrides?.differenceInCalendarMonths?this.overrides.differenceInCalendarMonths(r,l):kJ(r,l),this.eachMonthOfInterval=r=>this.overrides?.eachMonthOfInterval?this.overrides.eachMonthOfInterval(r):LJ(r),this.endOfBroadcastWeek=r=>this.overrides?.endOfBroadcastWeek?this.overrides.endOfBroadcastWeek(r):Zee(r,this),this.endOfISOWeek=r=>this.overrides?.endOfISOWeek?this.overrides.endOfISOWeek(r):BJ(r),this.endOfMonth=r=>this.overrides?.endOfMonth?this.overrides.endOfMonth(r):_J(r),this.endOfWeek=(r,l)=>this.overrides?.endOfWeek?this.overrides.endOfWeek(r,l):yE(r,this.options),this.endOfYear=r=>this.overrides?.endOfYear?this.overrides.endOfYear(r):IJ(r),this.format=(r,l,o)=>{const u=this.overrides?.format?this.overrides.format(r,l,this.options):_ee(r,l,this.options);return this.options.numerals&&this.options.numerals!=="latn"?this.replaceDigits(u):u},this.getISOWeek=r=>this.overrides?.getISOWeek?this.overrides.getISOWeek(r):xE(r),this.getMonth=(r,l)=>this.overrides?.getMonth?this.overrides.getMonth(r,this.options):Pee(r,this.options),this.getYear=(r,l)=>this.overrides?.getYear?this.overrides.getYear(r,this.options):Iee(r,this.options),this.getWeek=(r,l)=>this.overrides?.getWeek?this.overrides.getWeek(r,this.options):bE(r,this.options),this.isAfter=(r,l)=>this.overrides?.isAfter?this.overrides.isAfter(r,l):Bee(r,l),this.isBefore=(r,l)=>this.overrides?.isBefore?this.overrides.isBefore(r,l):Vee(r,l),this.isDate=r=>this.overrides?.isDate?this.overrides.isDate(r):vE(r),this.isSameDay=(r,l)=>this.overrides?.isSameDay?this.overrides.isSameDay(r,l):jJ(r,l),this.isSameMonth=(r,l)=>this.overrides?.isSameMonth?this.overrides.isSameMonth(r,l):Uee(r,l),this.isSameYear=(r,l)=>this.overrides?.isSameYear?this.overrides.isSameYear(r,l):Gee(r,l),this.max=r=>this.overrides?.max?this.overrides.max(r):FJ(r),this.min=r=>this.overrides?.min?this.overrides.min(r):AJ(r),this.setMonth=(r,l)=>this.overrides?.setMonth?this.overrides.setMonth(r,l):Wee(r,l),this.setYear=(r,l)=>this.overrides?.setYear?this.overrides.setYear(r,l):qee(r,l),this.startOfBroadcastWeek=(r,l)=>this.overrides?.startOfBroadcastWeek?this.overrides.startOfBroadcastWeek(r,this):CE(r,this),this.startOfDay=r=>this.overrides?.startOfDay?this.overrides.startOfDay(r):Wc(r),this.startOfISOWeek=r=>this.overrides?.startOfISOWeek?this.overrides.startOfISOWeek(r):Gc(r),this.startOfMonth=r=>this.overrides?.startOfMonth?this.overrides.startOfMonth(r):PJ(r),this.startOfWeek=(r,l)=>this.overrides?.startOfWeek?this.overrides.startOfWeek(r,this.options):Po(r,this.options),this.startOfYear=r=>this.overrides?.startOfYear?this.overrides.startOfYear(r):gE(r),this.options={locale:t4,...t},this.overrides=n}getDigitMap(){const{numerals:t="latn"}=this.options,n=new Intl.NumberFormat("en-US",{numberingSystem:t}),r={};for(let l=0;l<10;l++)r[l.toString()]=n.format(l);return r}replaceDigits(t){const n=this.getDigitMap();return t.replace(/\d/g,r=>n[r]||r)}formatNumber(t){return this.replaceDigits(t.toString())}}const ua=new qa;class SE{constructor(t,n,r=ua){this.date=t,this.displayMonth=n,this.outside=!!(n&&!r.isSameMonth(t,n)),this.dateLib=r}isEqualTo(t){return this.dateLib.isSameDay(t.date,this.date)&&this.dateLib.isSameMonth(t.displayMonth,this.displayMonth)}}class Xee{constructor(t,n){this.date=t,this.weeks=n}}class Qee{constructor(t,n){this.days=n,this.weekNumber=t}}function Jee(e){return c.createElement("button",{...e})}function ete(e){return c.createElement("span",{...e})}function tte(e){const{size:t=24,orientation:n="left",className:r}=e;return c.createElement("svg",{className:r,width:t,height:t,viewBox:"0 0 24 24"},n==="up"&&c.createElement("polygon",{points:"6.77 17 12.5 11.43 18.24 17 20 15.28 12.5 8 5 15.28"}),n==="down"&&c.createElement("polygon",{points:"6.77 8 12.5 13.57 18.24 8 20 9.72 12.5 17 5 9.72"}),n==="left"&&c.createElement("polygon",{points:"16 18.112 9.81111111 12 16 5.87733333 14.0888889 4 6 12 14.0888889 20"}),n==="right"&&c.createElement("polygon",{points:"8 18.112 14.18888889 12 8 5.87733333 9.91111111 4 18 12 9.91111111 20"}))}function nte(e){const{day:t,modifiers:n,...r}=e;return c.createElement("td",{...r})}function rte(e){const{day:t,modifiers:n,...r}=e,l=c.useRef(null);return c.useEffect(()=>{n.focused&&l.current?.focus()},[n.focused]),c.createElement("button",{ref:l,...r})}var Ie;(function(e){e.Root="root",e.Chevron="chevron",e.Day="day",e.DayButton="day_button",e.CaptionLabel="caption_label",e.Dropdowns="dropdowns",e.Dropdown="dropdown",e.DropdownRoot="dropdown_root",e.Footer="footer",e.MonthGrid="month_grid",e.MonthCaption="month_caption",e.MonthsDropdown="months_dropdown",e.Month="month",e.Months="months",e.Nav="nav",e.NextMonthButton="button_next",e.PreviousMonthButton="button_previous",e.Week="week",e.Weeks="weeks",e.Weekday="weekday",e.Weekdays="weekdays",e.WeekNumber="week_number",e.WeekNumberHeader="week_number_header",e.YearsDropdown="years_dropdown"})(Ie||(Ie={}));var Ut;(function(e){e.disabled="disabled",e.hidden="hidden",e.outside="outside",e.focused="focused",e.today="today"})(Ut||(Ut={}));var Rr;(function(e){e.range_end="range_end",e.range_middle="range_middle",e.range_start="range_start",e.selected="selected"})(Rr||(Rr={}));var Kn;(function(e){e.weeks_before_enter="weeks_before_enter",e.weeks_before_exit="weeks_before_exit",e.weeks_after_enter="weeks_after_enter",e.weeks_after_exit="weeks_after_exit",e.caption_after_enter="caption_after_enter",e.caption_after_exit="caption_after_exit",e.caption_before_enter="caption_before_enter",e.caption_before_exit="caption_before_exit"})(Kn||(Kn={}));function ate(e){const{options:t,className:n,components:r,classNames:l,...o}=e,u=[l[Ie.Dropdown],n].join(" "),h=t?.find(({value:m})=>m===o.value);return c.createElement("span",{"data-disabled":o.disabled,className:l[Ie.DropdownRoot]},c.createElement(r.Select,{className:u,...o},t?.map(({value:m,label:p,disabled:g})=>c.createElement(r.Option,{key:m,value:m,disabled:g},p))),c.createElement("span",{className:l[Ie.CaptionLabel],"aria-hidden":!0},h?.label,c.createElement(r.Chevron,{orientation:"down",size:18,className:l[Ie.Chevron]})))}function lte(e){return c.createElement("div",{...e})}function ite(e){return c.createElement("div",{...e})}function ote(e){const{calendarMonth:t,displayIndex:n,...r}=e;return c.createElement("div",{...r},e.children)}function ste(e){const{calendarMonth:t,displayIndex:n,...r}=e;return c.createElement("div",{...r})}function cte(e){return c.createElement("table",{...e})}function ute(e){return c.createElement("div",{...e})}const ME=w.createContext(void 0);function hu(){const e=w.useContext(ME);if(e===void 0)throw new Error("useDayPicker() must be used within a custom component.");return e}function dte(e){const{components:t}=hu();return c.createElement(t.Dropdown,{...e})}function fte(e){const{onPreviousClick:t,onNextClick:n,previousMonth:r,nextMonth:l,...o}=e,{components:u,classNames:h,labels:{labelPrevious:m,labelNext:p}}=hu(),g=w.useCallback(b=>{l&&n?.(b)},[l,n]),x=w.useCallback(b=>{r&&t?.(b)},[r,t]);return c.createElement("nav",{...o},c.createElement(u.PreviousMonthButton,{type:"button",className:h[Ie.PreviousMonthButton],tabIndex:r?void 0:-1,"aria-disabled":r?void 0:!0,"aria-label":m(r),onClick:x},c.createElement(u.Chevron,{disabled:r?void 0:!0,className:h[Ie.Chevron],orientation:"left"})),c.createElement(u.NextMonthButton,{type:"button",className:h[Ie.NextMonthButton],tabIndex:l?void 0:-1,"aria-disabled":l?void 0:!0,"aria-label":p(l),onClick:g},c.createElement(u.Chevron,{disabled:l?void 0:!0,orientation:"right",className:h[Ie.Chevron]})))}function hte(e){const{components:t}=hu();return c.createElement(t.Button,{...e})}function mte(e){return c.createElement("option",{...e})}function pte(e){const{components:t}=hu();return c.createElement(t.Button,{...e})}function vte(e){const{rootRef:t,...n}=e;return c.createElement("div",{...n,ref:t})}function gte(e){return c.createElement("select",{...e})}function yte(e){const{week:t,...n}=e;return c.createElement("tr",{...n})}function xte(e){return c.createElement("th",{...e})}function wte(e){return c.createElement("thead",{"aria-hidden":!0},c.createElement("tr",{...e}))}function bte(e){const{week:t,...n}=e;return c.createElement("th",{...n})}function Ete(e){return c.createElement("th",{...e})}function Cte(e){return c.createElement("tbody",{...e})}function Ste(e){const{components:t}=hu();return c.createElement(t.Dropdown,{...e})}const Mte=Object.freeze(Object.defineProperty({__proto__:null,Button:Jee,CaptionLabel:ete,Chevron:tte,Day:nte,DayButton:rte,Dropdown:ate,DropdownNav:lte,Footer:ite,Month:ote,MonthCaption:ste,MonthGrid:cte,Months:ute,MonthsDropdown:dte,Nav:fte,NextMonthButton:hte,Option:mte,PreviousMonthButton:pte,Root:vte,Select:gte,Week:yte,WeekNumber:bte,WeekNumberHeader:Ete,Weekday:xte,Weekdays:wte,Weeks:Cte,YearsDropdown:Ste},Symbol.toStringTag,{value:"Module"}));function Ha(e,t,n=!1,r=ua){let{from:l,to:o}=e;const{differenceInCalendarDays:u,isSameDay:h}=r;return l&&o?(u(o,l)<0&&([l,o]=[o,l]),u(t,l)>=(n?1:0)&&u(o,t)>=(n?1:0)):!n&&o?h(o,t):!n&&l?h(l,t):!1}function $E(e){return!!(e&&typeof e=="object"&&"before"in e&&"after"in e)}function n4(e){return!!(e&&typeof e=="object"&&"from"in e)}function NE(e){return!!(e&&typeof e=="object"&&"after"in e)}function zE(e){return!!(e&&typeof e=="object"&&"before"in e)}function DE(e){return!!(e&&typeof e=="object"&&"dayOfWeek"in e)}function TE(e,t){return Array.isArray(e)&&e.every(t.isDate)}function La(e,t,n=ua){const r=Array.isArray(t)?t:[t],{isSameDay:l,differenceInCalendarDays:o,isAfter:u}=n;return r.some(h=>{if(typeof h=="boolean")return h;if(n.isDate(h))return l(e,h);if(TE(h,n))return h.includes(e);if(n4(h))return Ha(h,e,!1,n);if(DE(h))return Array.isArray(h.dayOfWeek)?h.dayOfWeek.includes(e.getDay()):h.dayOfWeek===e.getDay();if($E(h)){const m=o(h.before,e),p=o(h.after,e),g=m>0,x=p<0;return u(h.before,h.after)?x&&g:g||x}return NE(h)?o(e,h.after)>0:zE(h)?o(h.before,e)>0:typeof h=="function"?h(e):!1})}function $te(e,t,n,r,l){const{disabled:o,hidden:u,modifiers:h,showOutsideDays:m,broadcastCalendar:p,today:g}=t,{isSameDay:x,isSameMonth:b,startOfMonth:E,isBefore:S,endOfMonth:C,isAfter:M}=l,$=n&&E(n),z=r&&C(r),O={[Ut.focused]:[],[Ut.outside]:[],[Ut.disabled]:[],[Ut.hidden]:[],[Ut.today]:[]},L={};for(const F of e){const{date:D,displayMonth:A}=F,R=!!(A&&!b(D,A)),Q=!!($&&S(D,$)),le=!!(z&&M(D,z)),fe=!!(o&&La(D,o,l)),ye=!!(u&&La(D,u,l))||Q||le||!p&&!m&&R||p&&m===!1&&R,ve=x(D,g??l.today());R&&O.outside.push(F),fe&&O.disabled.push(F),ye&&O.hidden.push(F),ve&&O.today.push(F),h&&Object.keys(h).forEach(se=>{const ge=h?.[se];ge&&La(D,ge,l)&&(L[se]?L[se].push(F):L[se]=[F])})}return F=>{const D={[Ut.focused]:!1,[Ut.disabled]:!1,[Ut.hidden]:!1,[Ut.outside]:!1,[Ut.today]:!1},A={};for(const R in O){const Q=O[R];D[R]=Q.some(le=>le===F)}for(const R in L)A[R]=L[R].some(Q=>Q===F);return{...D,...A}}}function Nte(e,t,n={}){return Object.entries(e).filter(([,l])=>l===!0).reduce((l,[o])=>(n[o]?l.push(n[o]):t[Ut[o]]?l.push(t[Ut[o]]):t[Rr[o]]&&l.push(t[Rr[o]]),l),[t[Ie.Day]])}function zte(e){return{...Mte,...e}}function Dte(e){const t={"data-mode":e.mode??void 0,"data-required":"required"in e?e.required:void 0,"data-multiple-months":e.numberOfMonths&&e.numberOfMonths>1||void 0,"data-week-numbers":e.showWeekNumber||void 0,"data-broadcast-calendar":e.broadcastCalendar||void 0,"data-nav-layout":e.navLayout||void 0};return Object.entries(e).forEach(([n,r])=>{n.startsWith("data-")&&(t[n]=r)}),t}function r4(){const e={};for(const t in Ie)e[Ie[t]]=`rdp-${Ie[t]}`;for(const t in Ut)e[Ut[t]]=`rdp-${Ut[t]}`;for(const t in Rr)e[Rr[t]]=`rdp-${Rr[t]}`;for(const t in Kn)e[Kn[t]]=`rdp-${Kn[t]}`;return e}function OE(e,t,n){return(n??new qa(t)).format(e,"LLLL y")}const Tte=OE;function Ote(e,t,n){return(n??new qa(t)).format(e,"d")}function Fte(e,t=ua){return t.format(e,"LLLL")}function Ate(e,t,n){return(n??new qa(t)).format(e,"cccccc")}function jte(e,t=ua){return e<10?t.formatNumber(`0${e.toLocaleString()}`):t.formatNumber(`${e.toLocaleString()}`)}function Rte(){return""}function FE(e,t=ua){return t.format(e,"yyyy")}const kte=FE,_te=Object.freeze(Object.defineProperty({__proto__:null,formatCaption:OE,formatDay:Ote,formatMonthCaption:Tte,formatMonthDropdown:Fte,formatWeekNumber:jte,formatWeekNumberHeader:Rte,formatWeekdayName:Ate,formatYearCaption:kte,formatYearDropdown:FE},Symbol.toStringTag,{value:"Module"}));function Hte(e){return e?.formatMonthCaption&&!e.formatCaption&&(e.formatCaption=e.formatMonthCaption),e?.formatYearCaption&&!e.formatYearDropdown&&(e.formatYearDropdown=e.formatYearCaption),{..._te,...e}}function Lte(e,t,n,r,l){const{startOfMonth:o,startOfYear:u,endOfYear:h,eachMonthOfInterval:m,getMonth:p}=l;return m({start:u(e),end:h(e)}).map(b=>{const E=r.formatMonthDropdown(b,l),S=p(b),C=t&&b<o(t)||n&&b>o(n)||!1;return{value:S,label:E,disabled:C}})}function Pte(e,t={},n={}){let r={...t?.[Ie.Day]};return Object.entries(e).filter(([,l])=>l===!0).forEach(([l])=>{r={...r,...n?.[l]}}),r}function Ite(e,t,n){const r=e.today(),l=t?e.startOfISOWeek(r):e.startOfWeek(r),o=[];for(let u=0;u<7;u++){const h=e.addDays(l,u);o.push(h)}return o}function Bte(e,t,n,r,l=!1){if(!e||!t)return;const{startOfYear:o,endOfYear:u,addYears:h,getYear:m,isBefore:p,isSameYear:g}=r,x=o(e),b=u(t),E=[];let S=x;for(;p(S,b)||g(S,b);)E.push(S),S=h(S,1);return l&&E.reverse(),E.map(C=>{const M=n.formatYearDropdown(C,r);return{value:m(C),label:M,disabled:!1}})}function AE(e,t,n,r){let l=(r??new qa(n)).format(e,"PPPP");return t.today&&(l=`Today, ${l}`),t.selected&&(l=`${l}, selected`),l}const Vte=AE;function jE(e,t,n){return(n??new qa(t)).format(e,"LLLL y")}const Ute=jE;function Gte(e,t,n,r){let l=(r??new qa(n)).format(e,"PPPP");return t?.today&&(l=`Today, ${l}`),l}function Wte(e){return"Choose the Month"}function qte(){return""}function Yte(e){return"Go to the Next Month"}function Kte(e){return"Go to the Previous Month"}function Zte(e,t,n){return(n??new qa(t)).format(e,"cccc")}function Xte(e,t){return`Week ${e}`}function Qte(e){return"Week Number"}function Jte(e){return"Choose the Year"}const ene=Object.freeze(Object.defineProperty({__proto__:null,labelCaption:Ute,labelDay:Vte,labelDayButton:AE,labelGrid:jE,labelGridcell:Gte,labelMonthDropdown:Wte,labelNav:qte,labelNext:Yte,labelPrevious:Kte,labelWeekNumber:Xte,labelWeekNumberHeader:Qte,labelWeekday:Zte,labelYearDropdown:Jte},Symbol.toStringTag,{value:"Module"})),mu=e=>e instanceof HTMLElement?e:null,C3=e=>[...e.querySelectorAll("[data-animated-month]")??[]],tne=e=>mu(e.querySelector("[data-animated-month]")),S3=e=>mu(e.querySelector("[data-animated-caption]")),M3=e=>mu(e.querySelector("[data-animated-weeks]")),nne=e=>mu(e.querySelector("[data-animated-nav]")),rne=e=>mu(e.querySelector("[data-animated-weekdays]"));function ane(e,t,{classNames:n,months:r,focused:l,dateLib:o}){const u=w.useRef(null),h=w.useRef(r),m=w.useRef(!1);w.useLayoutEffect(()=>{const p=h.current;if(h.current=r,!t||!e.current||!(e.current instanceof HTMLElement)||r.length===0||p.length===0||r.length!==p.length)return;const g=o.isSameMonth(r[0].date,p[0].date),x=o.isAfter(r[0].date,p[0].date),b=x?n[Kn.caption_after_enter]:n[Kn.caption_before_enter],E=x?n[Kn.weeks_after_enter]:n[Kn.weeks_before_enter],S=u.current,C=e.current.cloneNode(!0);if(C instanceof HTMLElement?(C3(C).forEach(O=>{if(!(O instanceof HTMLElement))return;const L=tne(O);L&&O.contains(L)&&O.removeChild(L);const F=S3(O);F&&F.classList.remove(b);const D=M3(O);D&&D.classList.remove(E)}),u.current=C):u.current=null,m.current||g||l)return;const M=S instanceof HTMLElement?C3(S):[],$=C3(e.current);if($?.every(z=>z instanceof HTMLElement)&&M&&M.every(z=>z instanceof HTMLElement)){m.current=!0,e.current.style.isolation="isolate";const z=nne(e.current);z&&(z.style.zIndex="1"),$.forEach((O,L)=>{const F=M[L];if(!F)return;O.style.position="relative",O.style.overflow="hidden";const D=S3(O);D&&D.classList.add(b);const A=M3(O);A&&A.classList.add(E);const R=()=>{m.current=!1,e.current&&(e.current.style.isolation=""),z&&(z.style.zIndex=""),D&&D.classList.remove(b),A&&A.classList.remove(E),O.style.position="",O.style.overflow="",O.contains(F)&&O.removeChild(F)};F.style.pointerEvents="none",F.style.position="absolute",F.style.overflow="hidden",F.setAttribute("aria-hidden","true");const Q=rne(F);Q&&(Q.style.opacity="0");const le=S3(F);le&&(le.classList.add(x?n[Kn.caption_before_exit]:n[Kn.caption_after_exit]),le.addEventListener("animationend",R));const fe=M3(F);fe&&fe.classList.add(x?n[Kn.weeks_before_exit]:n[Kn.weeks_after_exit]),O.insertBefore(F,O.firstChild)})}})}function lne(e,t,n,r){const l=e[0],o=e[e.length-1],{ISOWeek:u,fixedWeeks:h,broadcastCalendar:m}=n??{},{addDays:p,differenceInCalendarDays:g,differenceInCalendarMonths:x,endOfBroadcastWeek:b,endOfISOWeek:E,endOfMonth:S,endOfWeek:C,isAfter:M,startOfBroadcastWeek:$,startOfISOWeek:z,startOfWeek:O}=r,L=m?$(l,r):u?z(l):O(l),F=m?b(o):u?E(S(o)):C(S(o)),D=g(F,L),A=x(o,l)+1,R=[];for(let fe=0;fe<=D;fe++){const ye=p(L,fe);if(t&&M(ye,t))break;R.push(ye)}const le=(m?35:42)*A;if(h&&R.length<le){const fe=le-R.length;for(let ye=0;ye<fe;ye++){const ve=p(R[R.length-1],1);R.push(ve)}}return R}function ine(e){const t=[];return e.reduce((n,r)=>{const l=r.weeks.reduce((o,u)=>o.concat(u.days.slice()),t.slice());return n.concat(l.slice())},t.slice())}function one(e,t,n,r){const{numberOfMonths:l=1}=n,o=[];for(let u=0;u<l;u++){const h=r.addMonths(e,u);if(t&&h>t)break;o.push(h)}return o}function Q7(e,t,n,r){const{month:l,defaultMonth:o,today:u=r.today(),numberOfMonths:h=1}=e;let m=l||o||u;const{differenceInCalendarMonths:p,addMonths:g,startOfMonth:x}=r;if(n&&p(n,m)<h-1){const b=-1*(h-1);m=g(n,b)}return t&&p(m,t)<0&&(m=t),x(m)}function sne(e,t,n,r){const{addDays:l,endOfBroadcastWeek:o,endOfISOWeek:u,endOfMonth:h,endOfWeek:m,getISOWeek:p,getWeek:g,startOfBroadcastWeek:x,startOfISOWeek:b,startOfWeek:E}=r,S=e.reduce((C,M)=>{const $=n.broadcastCalendar?x(M,r):n.ISOWeek?b(M):E(M),z=n.broadcastCalendar?o(M):n.ISOWeek?u(h(M)):m(h(M)),O=t.filter(A=>A>=$&&A<=z),L=n.broadcastCalendar?35:42;if(n.fixedWeeks&&O.length<L){const A=t.filter(R=>{const Q=L-O.length;return R>z&&R<=l(z,Q)});O.push(...A)}const F=O.reduce((A,R)=>{const Q=n.ISOWeek?p(R):g(R),le=A.find(ye=>ye.weekNumber===Q),fe=new SE(R,M,r);return le?le.days.push(fe):A.push(new Qee(Q,[fe])),A},[]),D=new Xee(M,F);return C.push(D),C},[]);return n.reverseMonths?S.reverse():S}function cne(e,t){let{startMonth:n,endMonth:r}=e;const{startOfYear:l,startOfDay:o,startOfMonth:u,endOfMonth:h,addYears:m,endOfYear:p,newDate:g,today:x}=t,{fromYear:b,toYear:E,fromMonth:S,toMonth:C}=e;!n&&S&&(n=S),!n&&b&&(n=t.newDate(b,0,1)),!r&&C&&(r=C),!r&&E&&(r=g(E,11,31));const M=e.captionLayout==="dropdown"||e.captionLayout==="dropdown-years";return n?n=u(n):b?n=g(b,0,1):!n&&M&&(n=l(m(e.today??x(),-100))),r?r=h(r):E?r=g(E,11,31):!r&&M&&(r=p(e.today??x())),[n&&o(n),r&&o(r)]}function une(e,t,n,r){if(n.disableNavigation)return;const{pagedNavigation:l,numberOfMonths:o=1}=n,{startOfMonth:u,addMonths:h,differenceInCalendarMonths:m}=r,p=l?o:1,g=u(e);if(!t)return h(g,p);if(!(m(t,e)<o))return h(g,p)}function dne(e,t,n,r){if(n.disableNavigation)return;const{pagedNavigation:l,numberOfMonths:o}=n,{startOfMonth:u,addMonths:h,differenceInCalendarMonths:m}=r,p=l?o??1:1,g=u(e);if(!t)return h(g,-p);if(!(m(g,t)<=0))return h(g,-p)}function fne(e){const t=[];return e.reduce((n,r)=>n.concat(r.weeks.slice()),t.slice())}function E2(e,t){const[n,r]=w.useState(e);return[t===void 0?n:t,r]}function hne(e,t){const[n,r]=cne(e,t),{startOfMonth:l,endOfMonth:o}=t,u=Q7(e,n,r,t),[h,m]=E2(u,e.month?u:void 0);w.useEffect(()=>{const D=Q7(e,n,r,t);m(D)},[e.timeZone]);const p=one(h,r,e,t),g=lne(p,e.endMonth?o(e.endMonth):void 0,e,t),x=sne(p,g,e,t),b=fne(x),E=ine(x),S=dne(h,n,e,t),C=une(h,r,e,t),{disableNavigation:M,onMonthChange:$}=e,z=D=>b.some(A=>A.days.some(R=>R.isEqualTo(D))),O=D=>{if(M)return;let A=l(D);n&&A<l(n)&&(A=l(n)),r&&A>l(r)&&(A=l(r)),m(A),$?.(A)};return{months:x,weeks:b,days:E,navStart:n,navEnd:r,previousMonth:S,nextMonth:C,goToMonth:O,goToDay:D=>{z(D)||O(D.date)}}}var ea;(function(e){e[e.Today=0]="Today",e[e.Selected=1]="Selected",e[e.LastFocused=2]="LastFocused",e[e.FocusedModifier=3]="FocusedModifier"})(ea||(ea={}));function J7(e){return!e[Ut.disabled]&&!e[Ut.hidden]&&!e[Ut.outside]}function mne(e,t,n,r){let l,o=-1;for(const u of e){const h=t(u);J7(h)&&(h[Ut.focused]&&o<ea.FocusedModifier?(l=u,o=ea.FocusedModifier):r?.isEqualTo(u)&&o<ea.LastFocused?(l=u,o=ea.LastFocused):n(u.date)&&o<ea.Selected?(l=u,o=ea.Selected):h[Ut.today]&&o<ea.Today&&(l=u,o=ea.Today))}return l||(l=e.find(u=>J7(t(u)))),l}function pne(e,t,n,r,l,o,u){const{ISOWeek:h,broadcastCalendar:m}=o,{addDays:p,addMonths:g,addWeeks:x,addYears:b,endOfBroadcastWeek:E,endOfISOWeek:S,endOfWeek:C,max:M,min:$,startOfBroadcastWeek:z,startOfISOWeek:O,startOfWeek:L}=u;let D={day:p,week:x,month:g,year:b,startOfWeek:A=>m?z(A,u):h?O(A):L(A),endOfWeek:A=>m?E(A):h?S(A):C(A)}[e](n,t==="after"?1:-1);return t==="before"&&r?D=M([r,D]):t==="after"&&l&&(D=$([l,D])),D}function RE(e,t,n,r,l,o,u,h=0){if(h>365)return;const m=pne(e,t,n.date,r,l,o,u),p=!!(o.disabled&&La(m,o.disabled,u)),g=!!(o.hidden&&La(m,o.hidden,u)),x=m,b=new SE(m,x,u);return!p&&!g?b:RE(e,t,b,r,l,o,u,h+1)}function vne(e,t,n,r,l){const{autoFocus:o}=e,[u,h]=w.useState(),m=mne(t.days,n,r||(()=>!1),u),[p,g]=w.useState(o?m:void 0);return{isFocusTarget:C=>!!m?.isEqualTo(C),setFocused:g,focused:p,blur:()=>{h(p),g(void 0)},moveFocus:(C,M)=>{if(!p)return;const $=RE(C,M,p,t.navStart,t.navEnd,e,l);$&&(t.goToDay($),g($))}}}function gne(e,t){const{selected:n,required:r,onSelect:l}=e,[o,u]=E2(n,l?n:void 0),h=l?n:o,{isSameDay:m}=t,p=E=>h?.some(S=>m(S,E))??!1,{min:g,max:x}=e;return{selected:h,select:(E,S,C)=>{let M=[...h??[]];if(p(E)){if(h?.length===g||r&&h?.length===1)return;M=h?.filter($=>!m($,E))}else h?.length===x?M=[E]:M=[...M,E];return l||u(M),l?.(M,E,S,C),M},isSelected:p}}function yne(e,t,n=0,r=0,l=!1,o=ua){const{from:u,to:h}=t||{},{isSameDay:m,isAfter:p,isBefore:g}=o;let x;if(!u&&!h)x={from:e,to:n>0?void 0:e};else if(u&&!h)m(u,e)?n===0?x={from:u,to:e}:l?x={from:u,to:void 0}:x=void 0:g(e,u)?x={from:e,to:u}:x={from:u,to:e};else if(u&&h)if(m(u,e)&&m(h,e))l?x={from:u,to:h}:x=void 0;else if(m(u,e))x={from:u,to:n>0?void 0:e};else if(m(h,e))x={from:e,to:n>0?void 0:e};else if(g(e,u))x={from:e,to:h};else if(p(e,u))x={from:u,to:e};else if(p(e,h))x={from:u,to:e};else throw new Error("Invalid range");if(x?.from&&x?.to){const b=o.differenceInCalendarDays(x.to,x.from);r>0&&b>r?x={from:e,to:void 0}:n>1&&b<n&&(x={from:e,to:void 0})}return x}function xne(e,t,n=ua){const r=Array.isArray(t)?t:[t];let l=e.from;const o=n.differenceInCalendarDays(e.to,e.from),u=Math.min(o,6);for(let h=0;h<=u;h++){if(r.includes(l.getDay()))return!0;l=n.addDays(l,1)}return!1}function eg(e,t,n=ua){return Ha(e,t.from,!1,n)||Ha(e,t.to,!1,n)||Ha(t,e.from,!1,n)||Ha(t,e.to,!1,n)}function wne(e,t,n=ua){const r=Array.isArray(t)?t:[t];if(r.filter(h=>typeof h!="function").some(h=>typeof h=="boolean"?h:n.isDate(h)?Ha(e,h,!1,n):TE(h,n)?h.some(m=>Ha(e,m,!1,n)):n4(h)?h.from&&h.to?eg(e,{from:h.from,to:h.to},n):!1:DE(h)?xne(e,h.dayOfWeek,n):$E(h)?n.isAfter(h.before,h.after)?eg(e,{from:n.addDays(h.after,1),to:n.addDays(h.before,-1)},n):La(e.from,h,n)||La(e.to,h,n):NE(h)||zE(h)?La(e.from,h,n)||La(e.to,h,n):!1))return!0;const u=r.filter(h=>typeof h=="function");if(u.length){let h=e.from;const m=n.differenceInCalendarDays(e.to,e.from);for(let p=0;p<=m;p++){if(u.some(g=>g(h)))return!0;h=n.addDays(h,1)}}return!1}function bne(e,t){const{disabled:n,excludeDisabled:r,selected:l,required:o,onSelect:u}=e,[h,m]=E2(l,u?l:void 0),p=u?l:h;return{selected:p,select:(b,E,S)=>{const{min:C,max:M}=e,$=b?yne(b,p,C,M,o,t):void 0;return r&&n&&$?.from&&$.to&&wne({from:$.from,to:$.to},n,t)&&($.from=b,$.to=void 0),u||m($),u?.($,b,E,S),$},isSelected:b=>p&&Ha(p,b,!1,t)}}function Ene(e,t){const{selected:n,required:r,onSelect:l}=e,[o,u]=E2(n,l?n:void 0),h=l?n:o,{isSameDay:m}=t;return{selected:h,select:(x,b,E)=>{let S=x;return!r&&h&&h&&m(x,h)&&(S=void 0),l||u(S),l?.(S,x,b,E),S},isSelected:x=>h?m(h,x):!1}}function Cne(e,t){const n=Ene(e,t),r=gne(e,t),l=bne(e,t);switch(e.mode){case"single":return n;case"multiple":return r;case"range":return l;default:return}}function Sne(e){let t=e;t.timeZone&&(t={...e},t.today&&(t.today=new Mn(t.today,t.timeZone)),t.month&&(t.month=new Mn(t.month,t.timeZone)),t.defaultMonth&&(t.defaultMonth=new Mn(t.defaultMonth,t.timeZone)),t.startMonth&&(t.startMonth=new Mn(t.startMonth,t.timeZone)),t.endMonth&&(t.endMonth=new Mn(t.endMonth,t.timeZone)),t.mode==="single"&&t.selected?t.selected=new Mn(t.selected,t.timeZone):t.mode==="multiple"&&t.selected?t.selected=t.selected?.map(Je=>new Mn(Je,t.timeZone)):t.mode==="range"&&t.selected&&(t.selected={from:t.selected.from?new Mn(t.selected.from,t.timeZone):void 0,to:t.selected.to?new Mn(t.selected.to,t.timeZone):void 0}));const{components:n,formatters:r,labels:l,dateLib:o,locale:u,classNames:h}=w.useMemo(()=>{const Je={...t4,...t.locale};return{dateLib:new qa({locale:Je,weekStartsOn:t.broadcastCalendar?1:t.weekStartsOn,firstWeekContainsDate:t.firstWeekContainsDate,useAdditionalWeekYearTokens:t.useAdditionalWeekYearTokens,useAdditionalDayOfYearTokens:t.useAdditionalDayOfYearTokens,timeZone:t.timeZone,numerals:t.numerals},t.dateLib),components:zte(t.components),formatters:Hte(t.formatters),labels:{...ene,...t.labels},locale:Je,classNames:{...r4(),...t.classNames}}},[t.locale,t.broadcastCalendar,t.weekStartsOn,t.firstWeekContainsDate,t.useAdditionalWeekYearTokens,t.useAdditionalDayOfYearTokens,t.timeZone,t.numerals,t.dateLib,t.components,t.formatters,t.labels,t.classNames]),{captionLayout:m,mode:p,navLayout:g,numberOfMonths:x=1,onDayBlur:b,onDayClick:E,onDayFocus:S,onDayKeyDown:C,onDayMouseEnter:M,onDayMouseLeave:$,onNextClick:z,onPrevClick:O,showWeekNumber:L,styles:F}=t,{formatCaption:D,formatDay:A,formatMonthDropdown:R,formatWeekNumber:Q,formatWeekNumberHeader:le,formatWeekdayName:fe,formatYearDropdown:ye}=r,ve=hne(t,o),{days:se,months:ge,navStart:k,navEnd:W,previousMonth:V,nextMonth:ne,goToMonth:j}=ve,Y=$te(se,t,k,W,o),{isSelected:U,select:K,selected:ae}=Cne(t,o)??{},{blur:ue,focused:pe,isFocusTarget:ie,moveFocus:Se,setFocused:Be}=vne(t,ve,Y,U??(()=>!1),o),{labelDayButton:je,labelGridcell:Xe,labelGrid:ht,labelMonthDropdown:Gt,labelNav:Ht,labelPrevious:ar,labelNext:Sr,labelWeekday:Ce,labelWeekNumber:Oe,labelWeekNumberHeader:Ze,labelYearDropdown:xt}=l,It=w.useMemo(()=>Ite(o,t.ISOWeek),[o,t.ISOWeek]),ct=p!==void 0||E!==void 0,rt=w.useCallback(()=>{V&&(j(V),O?.(V))},[V,j,O]),hn=w.useCallback(()=>{ne&&(j(ne),z?.(ne))},[j,ne,z]),bn=w.useCallback((Je,wt)=>Qe=>{Qe.preventDefault(),Qe.stopPropagation(),Be(Je),K?.(Je.date,wt,Qe),E?.(Je.date,wt,Qe)},[K,E,Be]),_t=w.useCallback((Je,wt)=>Qe=>{Be(Je),S?.(Je.date,wt,Qe)},[S,Be]),$t=w.useCallback((Je,wt)=>Qe=>{ue(),b?.(Je.date,wt,Qe)},[ue,b]),Pn=w.useCallback((Je,wt)=>Qe=>{const St={ArrowLeft:[Qe.shiftKey?"month":"day",t.dir==="rtl"?"after":"before"],ArrowRight:[Qe.shiftKey?"month":"day",t.dir==="rtl"?"before":"after"],ArrowDown:[Qe.shiftKey?"year":"week","after"],ArrowUp:[Qe.shiftKey?"year":"week","before"],PageUp:[Qe.shiftKey?"year":"month","before"],PageDown:[Qe.shiftKey?"year":"month","after"],Home:["startOfWeek","before"],End:["endOfWeek","after"]};if(St[Qe.key]){Qe.preventDefault(),Qe.stopPropagation();const[en,mt]=St[Qe.key];Se(en,mt)}C?.(Je.date,wt,Qe)},[Se,C,t.dir]),ln=w.useCallback((Je,wt)=>Qe=>{M?.(Je.date,wt,Qe)},[M]),os=w.useCallback((Je,wt)=>Qe=>{$?.(Je.date,wt,Qe)},[$]),lr=w.useCallback(Je=>wt=>{const Qe=Number(wt.target.value),St=o.setMonth(o.startOfMonth(Je),Qe);j(St)},[o,j]),Si=w.useCallback(Je=>wt=>{const Qe=Number(wt.target.value),St=o.setYear(o.startOfMonth(Je),Qe);j(St)},[o,j]),{className:da,style:fa}=w.useMemo(()=>({className:[h[Ie.Root],t.className].filter(Boolean).join(" "),style:{...F?.[Ie.Root],...t.style}}),[h,t.className,t.style,F]),Mr=Dte(t),qr=w.useRef(null);ane(qr,!!t.animate,{classNames:h,months:ge,focused:pe,dateLib:o});const ir={dayPickerProps:t,selected:ae,select:K,isSelected:U,months:ge,nextMonth:ne,previousMonth:V,goToMonth:j,getModifiers:Y,components:n,classNames:h,styles:F,labels:l,formatters:r};return c.createElement(ME.Provider,{value:ir},c.createElement(n.Root,{rootRef:t.animate?qr:void 0,className:da,style:fa,dir:t.dir,id:t.id,lang:t.lang,nonce:t.nonce,title:t.title,role:t.role,"aria-label":t["aria-label"],...Mr},c.createElement(n.Months,{className:h[Ie.Months],style:F?.[Ie.Months]},!t.hideNavigation&&!g&&c.createElement(n.Nav,{"data-animated-nav":t.animate?"true":void 0,className:h[Ie.Nav],style:F?.[Ie.Nav],"aria-label":Ht(),onPreviousClick:rt,onNextClick:hn,previousMonth:V,nextMonth:ne}),ge.map((Je,wt)=>c.createElement(n.Month,{"data-animated-month":t.animate?"true":void 0,className:h[Ie.Month],style:F?.[Ie.Month],key:wt,displayIndex:wt,calendarMonth:Je},g==="around"&&!t.hideNavigation&&wt===0&&c.createElement(n.PreviousMonthButton,{type:"button",className:h[Ie.PreviousMonthButton],tabIndex:V?void 0:-1,"aria-disabled":V?void 0:!0,"aria-label":ar(V),onClick:rt,"data-animated-button":t.animate?"true":void 0},c.createElement(n.Chevron,{disabled:V?void 0:!0,className:h[Ie.Chevron],orientation:t.dir==="rtl"?"right":"left"})),c.createElement(n.MonthCaption,{"data-animated-caption":t.animate?"true":void 0,className:h[Ie.MonthCaption],style:F?.[Ie.MonthCaption],calendarMonth:Je,displayIndex:wt},m?.startsWith("dropdown")?c.createElement(n.DropdownNav,{className:h[Ie.Dropdowns],style:F?.[Ie.Dropdowns]},m==="dropdown"||m==="dropdown-months"?c.createElement(n.MonthsDropdown,{className:h[Ie.MonthsDropdown],"aria-label":Gt(),classNames:h,components:n,disabled:!!t.disableNavigation,onChange:lr(Je.date),options:Lte(Je.date,k,W,r,o),style:F?.[Ie.Dropdown],value:o.getMonth(Je.date)}):c.createElement("span",null,R(Je.date,o)),m==="dropdown"||m==="dropdown-years"?c.createElement(n.YearsDropdown,{className:h[Ie.YearsDropdown],"aria-label":xt(o.options),classNames:h,components:n,disabled:!!t.disableNavigation,onChange:Si(Je.date),options:Bte(k,W,r,o,!!t.reverseYears),style:F?.[Ie.Dropdown],value:o.getYear(Je.date)}):c.createElement("span",null,ye(Je.date,o)),c.createElement("span",{role:"status","aria-live":"polite",style:{border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap",wordWrap:"normal"}},D(Je.date,o.options,o))):c.createElement(n.CaptionLabel,{className:h[Ie.CaptionLabel],role:"status","aria-live":"polite"},D(Je.date,o.options,o))),g==="around"&&!t.hideNavigation&&wt===x-1&&c.createElement(n.NextMonthButton,{type:"button",className:h[Ie.NextMonthButton],tabIndex:ne?void 0:-1,"aria-disabled":ne?void 0:!0,"aria-label":Sr(ne),onClick:hn,"data-animated-button":t.animate?"true":void 0},c.createElement(n.Chevron,{disabled:ne?void 0:!0,className:h[Ie.Chevron],orientation:t.dir==="rtl"?"left":"right"})),wt===x-1&&g==="after"&&!t.hideNavigation&&c.createElement(n.Nav,{"data-animated-nav":t.animate?"true":void 0,className:h[Ie.Nav],style:F?.[Ie.Nav],"aria-label":Ht(),onPreviousClick:rt,onNextClick:hn,previousMonth:V,nextMonth:ne}),c.createElement(n.MonthGrid,{role:"grid","aria-multiselectable":p==="multiple"||p==="range","aria-label":ht(Je.date,o.options,o)||void 0,className:h[Ie.MonthGrid],style:F?.[Ie.MonthGrid]},!t.hideWeekdays&&c.createElement(n.Weekdays,{"data-animated-weekdays":t.animate?"true":void 0,className:h[Ie.Weekdays],style:F?.[Ie.Weekdays]},L&&c.createElement(n.WeekNumberHeader,{"aria-label":Ze(o.options),className:h[Ie.WeekNumberHeader],style:F?.[Ie.WeekNumberHeader],scope:"col"},le()),It.map(Qe=>c.createElement(n.Weekday,{"aria-label":Ce(Qe,o.options,o),className:h[Ie.Weekday],key:String(Qe),style:F?.[Ie.Weekday],scope:"col"},fe(Qe,o.options,o)))),c.createElement(n.Weeks,{"data-animated-weeks":t.animate?"true":void 0,className:h[Ie.Weeks],style:F?.[Ie.Weeks]},Je.weeks.map(Qe=>c.createElement(n.Week,{className:h[Ie.Week],key:Qe.weekNumber,style:F?.[Ie.Week],week:Qe},L&&c.createElement(n.WeekNumber,{week:Qe,style:F?.[Ie.WeekNumber],"aria-label":Oe(Qe.weekNumber,{locale:u}),className:h[Ie.WeekNumber],scope:"row",role:"rowheader"},Q(Qe.weekNumber,o)),Qe.days.map(St=>{const{date:en}=St,mt=Y(St);if(mt[Ut.focused]=!mt.hidden&&!!pe?.isEqualTo(St),mt[Rr.selected]=U?.(en)||mt.selected,n4(ae)){const{from:pa,to:I}=ae;mt[Rr.range_start]=!!(pa&&I&&o.isSameDay(en,pa)),mt[Rr.range_end]=!!(pa&&I&&o.isSameDay(en,I)),mt[Rr.range_middle]=Ha(ae,en,!0,o)}const ha=Pte(mt,F,t.modifiersStyles),ma=Nte(mt,h,t.modifiersClassNames),Pl=!ct&&!mt.hidden?Xe(en,mt,o.options,o):void 0;return c.createElement(n.Day,{key:`${o.format(en,"yyyy-MM-dd")}_${o.format(St.displayMonth,"yyyy-MM")}`,day:St,modifiers:mt,className:ma.join(" "),style:ha,role:"gridcell","aria-selected":mt.selected||void 0,"aria-label":Pl,"data-day":o.format(en,"yyyy-MM-dd"),"data-month":St.outside?o.format(en,"yyyy-MM"):void 0,"data-selected":mt.selected||void 0,"data-disabled":mt.disabled||void 0,"data-hidden":mt.hidden||void 0,"data-outside":St.outside||void 0,"data-focused":mt.focused||void 0,"data-today":mt.today||void 0},!mt.hidden&&ct?c.createElement(n.DayButton,{className:h[Ie.DayButton],style:F?.[Ie.DayButton],type:"button",day:St,modifiers:mt,disabled:mt.disabled||void 0,tabIndex:ie(St)?0:-1,"aria-label":je(en,mt,o.options,o),onClick:bn(St,mt),onBlur:$t(St,mt),onFocus:_t(St,mt),onKeyDown:Pn(St,mt),onMouseEnter:ln(St,mt),onMouseLeave:os(St,mt)},A(en,o.options,o)):!mt.hidden&&A(St.date,o.options,o))})))))))),t.footer&&c.createElement(n.Footer,{className:h[Ie.Footer],style:F?.[Ie.Footer],role:"status","aria-live":"polite"},t.footer)))}function Mne({className:e,classNames:t,showOutsideDays:n=!0,captionLayout:r="label",buttonVariant:l="ghost",formatters:o,components:u,...h}){const m=r4();return d.jsx(Sne,{showOutsideDays:n,className:B("group/calendar p-3 [--cell-size:--spacing(8)] bg-auxiliary-1 w-[17.75rem] [[data-slot=card-content]_&]:bg-transparent [[data-slot=popover-content]_&]:bg-transparent",String.raw`rtl:**:[.rdp-button\_next>svg]:rotate-180`,String.raw`rtl:**:[.rdp-button\_previous>svg]:rotate-180`,e),captionLayout:r,formatters:{formatMonthDropdown:p=>He.fromJSDate(p).toFormat("MMM"),formatWeekdayName:p=>He.fromJSDate(p).toFormat("ccc"),...o},classNames:{root:B("w-fit",m.root),months:B("flex gap-4 flex-col md:flex-row relative",m.months),month:B("flex flex-col w-full gap-3",m.month),nav:B("flex items-center gap-1 w-full absolute top-0 inset-x-0 justify-between",m.nav),button_previous:B(bc({variant:l}),"size-(--cell-size) aria-disabled:opacity-50 p-0 select-none text-support-6 hover:bg-transparent",m.button_previous),button_next:B(bc({variant:l}),"size-(--cell-size) aria-disabled:opacity-50 p-0 select-none text-support-6 hover:bg-transparent",m.button_next),month_caption:B("flex items-center justify-center h-(--cell-size) w-full px-(--cell-size)",m.month_caption),dropdowns:B("w-full flex items-center text-sm font-medium justify-center h-(--cell-size)",m.dropdowns),dropdown_root:B("relative has-focus:border-ring border-input has-focus:ring-ring/50 has-focus:ring-[3px] rounded-md",m.dropdown_root),dropdown:B("absolute bg-popover inset-0 opacity-0",m.dropdown),caption_label:B("select-none font-medium",r==="label"?"text-sm":"rounded-md pl-2 pr-1 flex items-center gap-1 text-sm h-8 [&>svg]:text-muted-foreground [&>svg]:size-3.5",m.caption_label),table:"w-full border-collapse",weekdays:B("flex",m.weekdays),weekday:B("text-support-6 rounded-md flex-1 font-normal text-[0.688rem] font-semibold select-none mb-2",m.weekday),week:B("flex w-full",m.week),week_number_header:B("select-none w-(--cell-size)",m.week_number_header),week_number:B("text-[0.8rem] select-none text-muted-foreground",m.week_number),day:B("relative w-full h-full text-center [&:first-child[data-selected=true]_button]:rounded-l-md [&:last-child[data-selected=true]_button]:rounded-r-md group/day aspect-square select-none",m.day),range_start:B("rounded-l-md bg-accent",m.range_start),range_middle:B("rounded-none",m.range_middle),range_end:B("rounded-r-md bg-accent",m.range_end),today:B("bg-primary-5 rounded-lg [&>button]:text-auxiliary-1 data-[selected=true]:rounded-none",m.today),outside:B("[&>button]:text-support-5 aria-selected:text-muted-foreground",m.outside),disabled:B("text-muted-foreground opacity-50",m.disabled),hidden:B("invisible",m.hidden),...t},components:{Root:({className:p,rootRef:g,...x})=>d.jsx("div",{"data-slot":"calendar",ref:g,className:B(p),...x}),Chevron:({className:p,orientation:g,...x})=>g==="left"?d.jsx(lA,{className:B("size-4",p),...x}):g==="right"?d.jsx(oA,{className:B("size-4",p),...x}):d.jsx(My,{className:B("size-4",p),...x}),DayButton:$ne,WeekNumber:({children:p,...g})=>d.jsx("td",{...g,children:d.jsx("div",{className:"flex size-(--cell-size) items-center justify-center text-center",children:p})}),...u},...h})}function $ne({className:e,day:t,modifiers:n,...r}){const l=r4(),o=w.useRef(null);return w.useEffect(()=>{n.focused&&o.current?.focus()},[n.focused]),d.jsx(Ee,{ref:o,variant:"ghost",size:"icon","data-day":He.fromJSDate(t.date).toISODate(),"data-selected-single":n.selected&&!n.range_start&&!n.range_end&&!n.range_middle,"data-range-start":n.range_start,"data-range-end":n.range_end,"data-range-middle":n.range_middle,className:B("data-[selected-single=true]:text-primary-5 text-support-7 hover:rounded-lg !p-0 data-[selected-single=true]:font-semibold hover:bg-primary-5 hover:font-semibold hover:!text-auxiliary-1 text-[0.938rem] data-[range-middle=true]:bg-accent data-[range-middle=true]:text-accent-foreground data-[range-start=true]:bg-primary-5 data-[range-start=true]:text-primary-foreground data-[range-end=true]:bg-primary-5 data-[range-end=true]:text-primary-foreground group-data-[focused=true]/day:border-ring group-data-[focused=true]/day:ring-ring/50 dark:hover:text-accent-foreground flex aspect-square size-auto w-full min-w-(--cell-size) flex-col gap-1 leading-none font-normal group-data-[focused=true]/day:relative group-data-[focused=true]/day:z-10 group-data-[focused=true]/day:ring-[3px] data-[range-end=true]:rounded-md data-[range-end=true]:rounded-r-md data-[range-middle=true]:rounded-none data-[range-start=true]:rounded-md data-[range-start=true]:rounded-l-md [&>span]:text-xs [&>span]:opacity-70",l.day,e),...r})}const ad=({error:e,disabled:t,value:n,onValueChange:r,label:l="Date of Birth",required:o=!1,info:u,id:h})=>{const m=w.useRef(null),[p,g]=w.useState(!1),[x,b]=w.useState(n);du(m,()=>g(!1)),w.useEffect(()=>{n!==void 0&&b(n)},[n]);const E=S=>{b(S),r&&r(S)};return d.jsxs("div",{className:"flex flex-col gap-3 relative",children:[d.jsx(rr,{label:l,info:u,required:o,disabled:t,htmlFor:h}),d.jsxs("div",{className:"relative flex gap-6",children:[d.jsx(Ci,{id:h,type:"date",className:B(be.t1,"flex-1 max-w-3xs bg-background appearance-none py-3 px-4 [&::-webkit-calendar-picker-indicator]:hidden",!x&&"text-support-5"),disabled:t,value:x?He.fromJSDate(x).toISODate()??"":"",onChange:S=>E(S.target.valueAsDate??void 0),"aria-invalid":!!e}),d.jsxs(Ee,{variant:"outline",size:"icon",className:B("flex-none active:ring-0 active:border-primary-5 hover:border-primary-5 hover:ring-[1px] focus-visible:ring-1 hover:focus-visible:ring-2 ring-primary-5 aria-invalid:ring-warning-5",p&&"border-primary-5 ring-primary-5",t&&"opacity-50"),onClick:()=>g(!p),"aria-invalid":!!e,disabled:t,children:[d.jsx(Dm,{className:"size-6"}),d.jsx("span",{className:"sr-only",children:"Select date"})]}),p&&d.jsx("div",{ref:m,className:"absolute inset-full start-0 z-10",children:d.jsx(Mne,{mode:"single",selected:x,defaultMonth:x,captionLayout:"dropdown-years",onSelect:S=>{E(S),g(!1)},className:"shadow-none border border-border rounded-2xl",required:!0})})]}),e&&d.jsx("p",{className:B(be.t3,"self-end text-warning-5"),children:e})]})},Nne=()=>d.jsxs("div",{className:"flex flex-col gap-10",children:[d.jsx(ft,{title:"F60 - Dates",description:"Date pickers allow users to select past, present, or future dates. The kind of date you are requesting from the user will determine which date picker (simple or calendar) is best to use. A time picker helps users select a specific time. You can customize the time picker's format depending on location or need."}),d.jsx(me,{title:"Normal",description:"Hover, Active, Focus and Populated states are shown as user interactions",children:d.jsx("div",{className:"py-10 max-w-xs",children:d.jsx(ad,{label:"Birth Date",info:"Select your date of birth"})})}),d.jsx(me,{title:"Disabled",children:d.jsx("div",{className:"py-10 max-w-xs",children:d.jsx(ad,{disabled:!0,label:"Disabled Date"})})}),d.jsx(me,{title:"Error",children:d.jsx("div",{className:"py-10 max-w-xs",children:d.jsx(ad,{label:"Future Date",error:"Date is in the future"})})})]}),zne=({error:e})=>e?d.jsx("p",{className:B(be.t3,"text-warning-5 text-right"),children:e}):null,Tl=({label:e,required:t=!1,info:n,id:r,type:l="text",error:o,disabled:u,...h})=>d.jsxs("div",{className:"space-y-3 w-full",children:[e&&d.jsx(rr,{label:e,required:t,info:n,htmlFor:r,disabled:u}),d.jsx(Ci,{id:r,type:l,disabled:u,"aria-invalid":!!o,...h}),d.jsx(zne,{error:o})]}),Dne=()=>d.jsxs("div",{className:"flex flex-col gap-10",children:[d.jsx(ft,{title:"F11 - Email",description:"Email is a type of the input form element for the user to submit a single-line text data."}),d.jsx(me,{title:"Normal",description:"Hover, Active, Focus and Populated states are shown as user interactions",children:d.jsx("div",{className:"py-10",children:d.jsx(Tl,{type:"email",id:"input-email",label:"Lorem Ipsum",info:"Please provide a detailed description.",placeholder:"Insert Email",required:!0})})}),d.jsx(me,{title:"Disabled",children:d.jsx("div",{className:"py-10",children:d.jsx(Tl,{type:"email",id:"input-email-disabled",label:"Lorem Ipsum",info:"Please provide a detailed description.",placeholder:"Insert Email",required:!0,disabled:!0})})}),d.jsx(me,{title:"Error",children:d.jsx("div",{className:"py-10",children:d.jsx(Tl,{type:"email",id:"input-email-error",label:"Lorem Ipsum",info:"Please provide a detailed description.",placeholder:"Insert Email",required:!0,error:"This error will come from Zod validation"})})})]}),kE=({...e})=>d.jsxs("svg",{viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",height:"1em",width:"1em",strokeWidth:"1",...e,children:[d.jsx("path",{d:"M3.07918 8.33398C3.02702 8.71482 3 9.1044 3 9.50065C3 13.9189 6.35787 17.5007 10.5 17.5007C14.6422 17.5007 18 13.9189 18 9.50065C18 9.1044 17.973 8.71482 17.9208 8.33398",stroke:"currentColor",strokeLinecap:"round"}),d.jsx("path",{d:"M10.4993 2.5V10.8333M10.4993 2.5C9.91585 2.5 8.82562 4.16192 8.41602 4.58333M10.4993 2.5C11.0828 2.5 12.1731 4.16192 12.5827 4.58333",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})]});function ld({id:e,label:t="File",required:n,disabled:r,error:l,info:o}){const[u,h]=w.useState(null),m=w.useRef(null),p=x=>{x.target.files&&x.target.files[0]&&h(x.target.files[0])},g=()=>{h(null),m.current&&(m.current.value="")};return d.jsxs("div",{className:"space-y-3 w-full",children:[d.jsx(rr,{label:t,info:o,htmlFor:e,disabled:r,required:n}),d.jsxs("div",{className:"flex items-center justify-between w-full gap-3",children:[d.jsxs("label",{className:B("bg-auxiliary-1 flex items-center flex-1 justify-between rounded-md border border-border border-dashed px-3 py-[0.688rem] cursor-pointer transition-colors",!r&&"hover:border-primary-5 ring-primary-5 hover:ring-[1px] focus-within:border-primary-5",r&&"cursor-not-allowed",l&&"border-warning-5 ring-warning-5 hover:border-warning-5"),children:[d.jsx("input",{ref:m,id:e,type:"file",className:"hidden",disabled:r,onChange:p}),d.jsx("span",{className:B(be.t1,"text-primary-6 truncate"),children:u?.name}),d.jsx("div",{className:"flex items-center gap-1",children:d.jsx(kE,{className:"size-5 text-muted-foreground"})})]}),u&&d.jsx("button",{type:"button",onClick:g,className:"rounded-full group cursor-pointer",children:d.jsx(ts,{className:"size-6 group-hover:text-warning-5 text-muted-foreground"})})]}),l&&d.jsx("p",{className:B(be.t3,"ml-auto w-fit text-warning-5"),children:l})]})}const _E=({fileName:e,onRemove:t})=>d.jsxs(au,{size:"sm",className:"flex items-center gap-3",children:[d.jsx("span",{children:e}),d.jsx(Ee,{type:"button",variant:"ghost",className:"size-4.5 rounded-full p-0",onClick:t,children:d.jsx(ts,{className:"size-4.5"})})]}),Tne=({...e})=>d.jsxs("svg",{viewBox:"0 0 33 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",height:"1em",width:"1em",...e,children:[d.jsx("path",{d:"M19.166 12H24.4993",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),d.jsx("path",{d:"M19.166 16.666H23.166",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),d.jsx("path",{d:"M23.166 4H9.83268C6.15078 4 3.16602 6.98477 3.16602 10.6667V21.3333C3.16602 25.0152 6.15078 28 9.83268 28H23.166C26.8479 28 29.8327 25.0152 29.8327 21.3333V10.6667C29.8327 6.98477 26.8479 4 23.166 4Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),d.jsx("path",{d:"M7.16602 21.3327C8.7771 17.8912 14.7823 17.6648 16.4993 21.3327",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),d.jsx("path",{d:"M14.4993 12.0007C14.4993 13.4733 13.3054 14.6673 11.8327 14.6673C10.3599 14.6673 9.16602 13.4733 9.16602 12.0007C9.16602 10.5279 10.3599 9.33398 11.8327 9.33398C13.3054 9.33398 14.4993 10.5279 14.4993 12.0007Z",stroke:"currentColor",strokeWidth:"1.5"})]}),tg=["image/png","image/jpeg"],HE=({label:e="Profile Photo",file:t,onFileSelect:n,disabled:r=!1})=>{const l=t?URL.createObjectURL(t):null,o=w.useRef(null),[u,h]=w.useState(!1),m=!!t,p=b=>{const E=b.target.files?.[0]??null;n(E),b.target.value=""},g=b=>{b.preventDefault(),h(!1);const E=b.dataTransfer.files?.[0];if(E){if(!tg.includes(E.type)){console.warn("Invalid file type:",E.type);return}n(E)}},x=()=>n(null);return w.useEffect(()=>()=>{l&&URL.revokeObjectURL(l)},[l]),d.jsxs("div",{className:"w-full flex flex-col gap-6",children:[d.jsx(Ko,{className:B("py-0 max-w-[27.188rem] border-support-5","aria-invalid:ring-warning-5 aria-disabled:border-support-5",u&&"border-primary-5 bg-auxiliary-7"),"aria-disabled":r,children:d.jsx(Zo,{className:"w-full gap-6 p-0",children:d.jsxs("label",{tabIndex:0,className:"outline-primary-5 focus:outline-1 rounded-xl group flex items-center py-9 px-6 gap-6 transition cursor-pointer",onDragOver:b=>{b.preventDefault(),h(!0)},onDragLeave:()=>h(!1),onDrop:g,onKeyDown:b=>{(b.key==="Enter"||b.key===" ")&&(b.preventDefault(),o.current?.click())},"aria-label":"Upload image file",role:"button",children:[d.jsx("input",{type:"file",accept:tg.join(","),className:"hidden",onChange:p,disabled:r,ref:o}),d.jsx("div",{className:B("relative size-[6.25rem] aspect-square flex justify-center items-center rounded-3xl overflow-hidden bg-auxiliary-7 outline-auxiliary-1",!l&&"outline -outline-offset-8"),children:l?d.jsx("img",{src:l,alt:"Preview",className:"object-cover size-full"}):d.jsx(Tne,{className:"text-primary-5 size-12 group-hover:text-primary-6"})}),d.jsxs("div",{className:"flex flex-col gap-3",children:[d.jsx("p",{className:B(be.t1,"text-auxiliary-4 select-none"),children:e}),d.jsx("p",{className:B(be.t4,"text-primary-5 group-hover:text-primary-6 select-none",m&&"text-primary-6"),children:"Upload Image"})]})]})})}),t&&d.jsx(_E,{fileName:t.name,onRemove:x})]})},ng=["image/png","image/jpeg"],LE=({label:e,description:t,maxFileSizeInMB:n,required:r,disabled:l,file:o,onFileSelect:u})=>{const h=o?URL.createObjectURL(o):null,m=b=>{b.preventDefault();const E=b.dataTransfer.files?.[0];if(E){if(!ng.includes(E.type)){console.warn("Invalid file type:",E.type);return}g(E)}},p=b=>{const E=b.target.files?.[0];E&&g(E)},g=b=>{if(b.size/1048576>n){console.warn(`File size exceeds the limit of ${n}MB`);return}u(b)},x=()=>u(null);return w.useEffect(()=>()=>{h&&URL.revokeObjectURL(h)},[h]),d.jsxs("div",{className:"flex flex-col gap-8 [&>div>label]:text-support-7",children:[e&&d.jsx(rr,{label:e,required:r,disabled:l}),d.jsxs("div",{className:"flex items-center gap-8",children:[d.jsxs("label",{className:B("size-38 flex items-center justify-center rounded-lg bg-auxiliary-1 cursor-pointer overflow-hidden","border border-support-5 border-dashed","hover:border-primary"),onDragOver:b=>b.preventDefault(),onDrop:m,"aria-label":"Upload image file",role:"button",children:[h?d.jsx("img",{src:h,alt:"Preview",className:"size-full object-cover"}):d.jsx(kE,{className:"size-12"}),d.jsx("input",{type:"file",className:"hidden",onChange:p,accept:ng.join(",")})]}),d.jsxs("div",{className:B(be.p1),children:[t&&d.jsx("p",{className:"text-auxiliary-4",children:t}),d.jsxs("span",{className:"text-support-7",children:["Maximum file size: ",n,"MB"]})]})]}),o&&d.jsx(_E,{fileName:o.name,onRemove:x})]})};function PE(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var l=0,r=Object.getOwnPropertySymbols(e);l<r.length;l++)t.indexOf(r[l])<0&&Object.prototype.propertyIsEnumerable.call(e,r[l])&&(n[r[l]]=e[r[l]]);return n}var qc;(function(e){e.event="event",e.props="prop"})(qc||(qc={}));function Nl(){}function One(e){var t,n=void 0;return function(){for(var r=[],l=arguments.length;l--;)r[l]=arguments[l];return t&&r.length===t.length&&r.every(function(o,u){return o===t[u]})||(t=r,n=e.apply(void 0,r)),n}}function Yc(e){return!!(e||"").match(/\d/)}function Do(e){return e==null}function Fne(e){return typeof e=="number"&&isNaN(e)}function IE(e){return Do(e)||Fne(e)||typeof e=="number"&&!isFinite(e)}function BE(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function Ane(e){switch(e){case"lakh":return/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/g;case"wan":return/(\d)(?=(\d{4})+(?!\d))/g;case"thousand":default:return/(\d)(?=(\d{3})+(?!\d))/g}}function jne(e,t,n){var r=Ane(n),l=e.search(/[1-9]/);return l=l===-1?e.length:l,e.substring(0,l)+e.substring(l,e.length).replace(r,"$1"+t)}function Rne(e){var t=w.useRef(e);t.current=e;var n=w.useRef(function(){for(var r=[],l=arguments.length;l--;)r[l]=arguments[l];return t.current.apply(t,r)});return n.current}function a4(e,t){t===void 0&&(t=!0);var n=e[0]==="-",r=n&&t;e=e.replace("-","");var l=e.split("."),o=l[0],u=l[1]||"";return{beforeDecimal:o,afterDecimal:u,hasNegation:n,addNegation:r}}function kne(e){if(!e)return e;var t=e[0]==="-";t&&(e=e.substring(1,e.length));var n=e.split("."),r=n[0].replace(/^0+/,"")||"0",l=n[1]||"";return(t?"-":"")+r+(l?"."+l:"")}function VE(e,t,n){for(var r="",l=n?"0":"",o=0;o<=t-1;o++)r+=e[o]||l;return r}function rg(e,t){return Array(t+1).join(e)}function UE(e){var t=e+"",n=t[0]==="-"?"-":"";n&&(t=t.substring(1));var r=t.split(/[eE]/g),l=r[0],o=r[1];if(o=Number(o),!o)return n+l;l=l.replace(".","");var u=1+o,h=l.length;return u<0?l="0."+rg("0",Math.abs(u))+l:u>=h?l=l+rg("0",u-h):l=(l.substring(0,u)||"0")+"."+l.substring(u),n+l}function ag(e,t,n){if(["","-"].indexOf(e)!==-1)return e;var r=(e.indexOf(".")!==-1||n)&&t,l=a4(e),o=l.beforeDecimal,u=l.afterDecimal,h=l.hasNegation,m=parseFloat("0."+(u||"0")),p=u.length<=t?"0."+u:m.toFixed(t),g=p.split("."),x=o;o&&Number(g[0])&&(x=o.split("").reverse().reduce(function(C,M,$){return C.length>$?(Number(C[0])+Number(M)).toString()+C.substring(1,C.length):M+C},g[0]));var b=VE(g[1]||"",t,n),E=h?"-":"",S=r?".":"";return""+E+x+S+b}function oi(e,t){if(e.value=e.value,e!==null){if(e.createTextRange){var n=e.createTextRange();return n.move("character",t),n.select(),!0}return e.selectionStart||e.selectionStart===0?(e.focus(),e.setSelectionRange(t,t),!0):(e.focus(),!1)}}var GE=One(function(e,t){for(var n=0,r=0,l=e.length,o=t.length;e[n]===t[n]&&n<l;)n++;for(;e[l-1-r]===t[o-1-r]&&o-r>n&&l-r>n;)r++;return{from:{start:n,end:l-r},to:{start:n,end:o-r}}}),_ne=function(e,t){var n=Math.min(e.selectionStart,t);return{from:{start:n,end:e.selectionEnd},to:{start:n,end:t}}};function Hne(e,t,n){return Math.min(Math.max(e,t),n)}function $3(e){return Math.max(e.selectionStart,e.selectionEnd)}function Lne(){return typeof navigator<"u"&&!(navigator.platform&&/iPhone|iPod/.test(navigator.platform))}function Pne(e){return{from:{start:0,end:0},to:{start:0,end:e.length},lastValue:""}}function Ine(e){var t=e.currentValue,n=e.formattedValue,r=e.currentValueIndex,l=e.formattedValueIndex;return t[r]===n[l]}function Bne(e,t,n,r,l,o,u){u===void 0&&(u=Ine);var h=l.findIndex(function(L){return L}),m=e.slice(0,h);!t&&!n.startsWith(m)&&(t=m,n=m+n,r=r+m.length);for(var p=n.length,g=e.length,x={},b=new Array(p),E=0;E<p;E++){b[E]=-1;for(var S=0,C=g;S<C;S++){var M=u({currentValue:n,lastValue:t,formattedValue:e,currentValueIndex:E,formattedValueIndex:S});if(M&&x[S]!==!0){b[E]=S,x[S]=!0;break}}}for(var $=r;$<p&&(b[$]===-1||!o(n[$]));)$++;var z=$===p||b[$]===-1?g:b[$];for($=r-1;$>0&&b[$]===-1;)$--;var O=$===-1||b[$]===-1?0:b[$]+1;return O>z?z:r-O<z-r?O:z}function lg(e,t,n,r){var l=e.length;if(t=Hne(t,0,l),r==="left"){for(;t>=0&&!n[t];)t--;t===-1&&(t=n.indexOf(!0))}else{for(;t<=l&&!n[t];)t++;t>l&&(t=n.lastIndexOf(!0))}return t===-1&&(t=l),t}function Vne(e){for(var t=Array.from({length:e.length+1}).map(function(){return!0}),n=0,r=t.length;n<r;n++)t[n]=!!(Yc(e[n])||Yc(e[n-1]));return t}function WE(e,t,n,r,l,o){o===void 0&&(o=Nl);var u=Rne(function(S,C){var M,$;return IE(S)?($="",M=""):typeof S=="number"||C?($=typeof S=="number"?UE(S):S,M=r($)):($=l(S,void 0),M=r($)),{formattedValue:M,numAsString:$}}),h=w.useState(function(){return u(Do(e)?t:e,n)}),m=h[0],p=h[1],g=function(S,C){S.formattedValue!==m.formattedValue&&p({formattedValue:S.formattedValue,numAsString:S.value}),o(S,C)},x=e,b=n;Do(e)&&(x=m.numAsString,b=!0);var E=u(x,b);return w.useMemo(function(){p(E)},[E.formattedValue]),[m,g]}function Une(e){return e.replace(/[^0-9]/g,"")}function Gne(e){return e}function Wne(e){var t=e.type;t===void 0&&(t="text");var n=e.displayType;n===void 0&&(n="input");var r=e.customInput,l=e.renderText,o=e.getInputRef,u=e.format;u===void 0&&(u=Gne);var h=e.removeFormatting;h===void 0&&(h=Une);var m=e.defaultValue,p=e.valueIsNumericString,g=e.onValueChange,x=e.isAllowed,b=e.onChange;b===void 0&&(b=Nl);var E=e.onKeyDown;E===void 0&&(E=Nl);var S=e.onMouseUp;S===void 0&&(S=Nl);var C=e.onFocus;C===void 0&&(C=Nl);var M=e.onBlur;M===void 0&&(M=Nl);var $=e.value,z=e.getCaretBoundary;z===void 0&&(z=Vne);var O=e.isValidInputCharacter;O===void 0&&(O=Yc);var L=e.isCharacterSame,F=PE(e,["type","displayType","customInput","renderText","getInputRef","format","removeFormatting","defaultValue","valueIsNumericString","onValueChange","isAllowed","onChange","onKeyDown","onMouseUp","onFocus","onBlur","value","getCaretBoundary","isValidInputCharacter","isCharacterSame"]),D=WE($,m,!!p,u,h,g),A=D[0],R=A.formattedValue,Q=A.numAsString,le=D[1],fe=w.useRef(),ye=w.useRef({formattedValue:R,numAsString:Q}),ve=function(Ce,Oe){ye.current={formattedValue:Ce.formattedValue,numAsString:Ce.value},le(Ce,Oe)},se=w.useState(!1),ge=se[0],k=se[1],W=w.useRef(null),V=w.useRef({setCaretTimeout:null,focusTimeout:null});w.useEffect(function(){return k(!0),function(){clearTimeout(V.current.setCaretTimeout),clearTimeout(V.current.focusTimeout)}},[]);var ne=u,j=function(Ce,Oe){var Ze=parseFloat(Oe);return{formattedValue:Ce,value:Oe,floatValue:isNaN(Ze)?void 0:Ze}},Y=function(Ce,Oe,Ze){Ce.selectionStart===0&&Ce.selectionEnd===Ce.value.length||(oi(Ce,Oe),V.current.setCaretTimeout=setTimeout(function(){Ce.value===Ze&&Ce.selectionStart!==Oe&&oi(Ce,Oe)},0))},U=function(Ce,Oe,Ze){return lg(Ce,Oe,z(Ce),Ze)},K=function(Ce,Oe,Ze){var xt=z(Oe),It=Bne(Oe,R,Ce,Ze,xt,O,L);return It=lg(Oe,It,xt),It},ae=function(Ce){var Oe=Ce.formattedValue;Oe===void 0&&(Oe="");var Ze=Ce.input,xt=Ce.source,It=Ce.event,ct=Ce.numAsString,rt;if(Ze){var hn=Ce.inputValue||Ze.value,bn=$3(Ze);Ze.value=Oe,rt=K(hn,Oe,bn),rt!==void 0&&Y(Ze,rt,Oe)}Oe!==R&&ve(j(Oe,ct),{event:It,source:xt})};w.useEffect(function(){var Ce=ye.current,Oe=Ce.formattedValue,Ze=Ce.numAsString;(R!==Oe||Q!==Ze)&&ve(j(R,Q),{event:void 0,source:qc.props})},[R,Q]);var ue=W.current?$3(W.current):void 0,pe=typeof window<"u"?w.useLayoutEffect:w.useEffect;pe(function(){var Ce=W.current;if(R!==ye.current.formattedValue&&Ce){var Oe=K(ye.current.formattedValue,R,ue);Ce.value=R,Y(Ce,Oe,R)}},[R]);var ie=function(Ce,Oe,Ze){var xt=Oe.target,It=fe.current?_ne(fe.current,xt.selectionEnd):GE(R,Ce),ct=Object.assign(Object.assign({},It),{lastValue:R}),rt=h(Ce,ct),hn=ne(rt);if(rt=h(hn,void 0),x&&!x(j(hn,rt))){var bn=Oe.target,_t=$3(bn),$t=K(Ce,R,_t);return bn.value=R,Y(bn,$t,R),!1}return ae({formattedValue:hn,numAsString:rt,inputValue:Ce,event:Oe,source:Ze,input:Oe.target}),!0},Se=function(Ce,Oe){Oe===void 0&&(Oe=0);var Ze=Ce.selectionStart,xt=Ce.selectionEnd;fe.current={selectionStart:Ze,selectionEnd:xt+Oe}},Be=function(Ce){var Oe=Ce.target,Ze=Oe.value,xt=ie(Ze,Ce,qc.event);xt&&b(Ce),fe.current=void 0},je=function(Ce){var Oe=Ce.target,Ze=Ce.key,xt=Oe.selectionStart,It=Oe.selectionEnd,ct=Oe.value;ct===void 0&&(ct="");var rt;Ze==="ArrowLeft"||Ze==="Backspace"?rt=Math.max(xt-1,0):Ze==="ArrowRight"?rt=Math.min(xt+1,ct.length):Ze==="Delete"&&(rt=xt);var hn=0;Ze==="Delete"&&xt===It&&(hn=1);var bn=Ze==="ArrowLeft"||Ze==="ArrowRight";if(rt===void 0||xt!==It&&!bn){E(Ce),Se(Oe,hn);return}var _t=rt;if(bn){var $t=Ze==="ArrowLeft"?"left":"right";_t=U(ct,rt,$t),_t!==rt&&Ce.preventDefault()}else Ze==="Delete"&&!O(ct[rt])?_t=U(ct,rt,"right"):Ze==="Backspace"&&!O(ct[rt])&&(_t=U(ct,rt,"left"));_t!==rt&&Y(Oe,_t,ct),E(Ce),Se(Oe,hn)},Xe=function(Ce){var Oe=Ce.target,Ze=function(){var xt=Oe.selectionStart,It=Oe.selectionEnd,ct=Oe.value;if(ct===void 0&&(ct=""),xt===It){var rt=U(ct,xt);rt!==xt&&Y(Oe,rt,ct)}};Ze(),requestAnimationFrame(function(){Ze()}),S(Ce),Se(Oe)},ht=function(Ce){Ce.persist&&Ce.persist();var Oe=Ce.target,Ze=Ce.currentTarget;W.current=Oe,V.current.focusTimeout=setTimeout(function(){var xt=Oe.selectionStart,It=Oe.selectionEnd,ct=Oe.value;ct===void 0&&(ct="");var rt=U(ct,xt);rt!==xt&&!(xt===0&&It===ct.length)&&Y(Oe,rt,ct),C(Object.assign(Object.assign({},Ce),{currentTarget:Ze}))},0)},Gt=function(Ce){W.current=null,clearTimeout(V.current.focusTimeout),clearTimeout(V.current.setCaretTimeout),M(Ce)},Ht=ge&&Lne()?"numeric":void 0,ar=Object.assign({inputMode:Ht},F,{type:t,value:R,onChange:Be,onKeyDown:je,onMouseUp:Xe,onFocus:ht,onBlur:Gt});if(n==="text")return l?c.createElement(c.Fragment,null,l(R,F)||null):c.createElement("span",Object.assign({},F,{ref:o}),R);if(r){var Sr=r;return c.createElement(Sr,Object.assign({},ar,{ref:o}))}return c.createElement("input",Object.assign({},ar,{ref:o}))}function ig(e,t){var n=t.decimalScale,r=t.fixedDecimalScale,l=t.prefix;l===void 0&&(l="");var o=t.suffix;o===void 0&&(o="");var u=t.allowNegative,h=t.thousandsGroupStyle;if(h===void 0&&(h="thousand"),e===""||e==="-")return e;var m=C2(t),p=m.thousandSeparator,g=m.decimalSeparator,x=n!==0&&e.indexOf(".")!==-1||n&&r,b=a4(e,u),E=b.beforeDecimal,S=b.afterDecimal,C=b.addNegation;return n!==void 0&&(S=VE(S,n,!!r)),p&&(E=jne(E,p,h)),l&&(E=l+E),o&&(S=S+o),C&&(E="-"+E),e=E+(x&&g||"")+S,e}function C2(e){var t=e.decimalSeparator;t===void 0&&(t=".");var n=e.thousandSeparator,r=e.allowedDecimalSeparators;return n===!0&&(n=","),r||(r=[t,"."]),{decimalSeparator:t,thousandSeparator:n,allowedDecimalSeparators:r}}function qne(e,t){e===void 0&&(e="");var n=new RegExp("(-)"),r=new RegExp("(-)(.)*(-)"),l=n.test(e),o=r.test(e);return e=e.replace(/-/g,""),l&&!o&&t&&(e="-"+e),e}function Yne(e,t){return new RegExp("(^-)|[0-9]|"+BE(e),"g")}function Kne(e,t,n){return e===""?!0:!t?.match(/\d/)&&!n?.match(/\d/)&&typeof e=="string"&&!isNaN(Number(e))}function Zne(e,t,n){var r;t===void 0&&(t=Pne(e));var l=n.allowNegative,o=n.prefix;o===void 0&&(o="");var u=n.suffix;u===void 0&&(u="");var h=n.decimalScale,m=t.from,p=t.to,g=p.start,x=p.end,b=C2(n),E=b.allowedDecimalSeparators,S=b.decimalSeparator,C=e[x]===S;if(Yc(e)&&(e===o||e===u)&&t.lastValue==="")return e;if(x-g===1&&E.indexOf(e[g])!==-1){var M=h===0?"":S;e=e.substring(0,g)+M+e.substring(g+1,e.length)}var $=function(W,V,ne){var j=!1,Y=!1;o.startsWith("-")?j=!1:W.startsWith("--")?(j=!1,Y=!0):u.startsWith("-")&&W.length===u.length?j=!1:W[0]==="-"&&(j=!0);var U=j?1:0;return Y&&(U=2),U&&(W=W.substring(U),V-=U,ne-=U),{value:W,start:V,end:ne,hasNegation:j}},z=$(e,g,x),O=z.hasNegation;r=z,e=r.value,g=r.start,x=r.end;var L=$(t.lastValue,m.start,m.end),F=L.start,D=L.end,A=L.value,R=e.substring(g,x);e.length&&A.length&&(F>A.length-u.length||D<o.length)&&!(R&&u.startsWith(R))&&(e=A);var Q=0;e.startsWith(o)?Q+=o.length:g<o.length&&(Q=g),e=e.substring(Q),x-=Q;var le=e.length,fe=e.length-u.length;e.endsWith(u)?le=fe:(x>fe||x>e.length-u.length)&&(le=x),e=e.substring(0,le),e=qne(O?"-"+e:e,l),e=(e.match(Yne(S))||[]).join("");var ye=e.indexOf(S);e=e.replace(new RegExp(BE(S),"g"),function(W,V){return V===ye?".":""});var ve=a4(e,l),se=ve.beforeDecimal,ge=ve.afterDecimal,k=ve.addNegation;return p.end-p.start<m.end-m.start&&se===""&&C&&!parseFloat(ge)&&(e=k?"-":""),e}function Xne(e,t){var n=t.prefix;n===void 0&&(n="");var r=t.suffix;r===void 0&&(r="");var l=Array.from({length:e.length+1}).map(function(){return!0}),o=e[0]==="-";l.fill(!1,0,n.length+(o?1:0));var u=e.length;return l.fill(!1,u-r.length+1,u+1),l}function Qne(e){var t=C2(e),n=t.thousandSeparator,r=t.decimalSeparator,l=e.prefix;l===void 0&&(l="");var o=e.allowNegative;if(o===void 0&&(o=!0),n===r)throw new Error(`
|
|
179
179
|
Decimal separator can't be same as thousand separator.
|
|
180
180
|
thousandSeparator: `+n+` (thousandSeparator = {true} is same as thousandSeparator = ",")
|
|
181
181
|
decimalSeparator: `+r+` (default value for decimalSeparator is .)
|