@everymatrix/casino-wagering-detail-controller 1.34.3 → 1.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).app=t()}(this,(function(){"use strict";function e(){}function t(e,t){
|
|
2
2
|
// @ts-ignore
|
|
3
|
-
for(const l in t)e[l]=t[l];return e}function l(e){return e()}function n(){return Object.create(null)}function i(e){e.forEach(l)}function r(e){return"function"==typeof e}function o(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let a;function d(e,t){return a||(a=document.createElement("a")),a.href=t,e===a.href}function c(t,...l){if(null==t)return e;const n=t.subscribe(...l);return n.unsubscribe?()=>n.unsubscribe():n}const s=["",!0,1,"true","contenteditable"],p="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:global;function u(e,t){e.appendChild(t)}function f(e,t,l){e.insertBefore(t,l||null)}function
|
|
3
|
+
for(const l in t)e[l]=t[l];return e}function l(e){return e()}function n(){return Object.create(null)}function i(e){e.forEach(l)}function r(e){return"function"==typeof e}function o(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let a;function d(e,t){return a||(a=document.createElement("a")),a.href=t,e===a.href}function c(t,...l){if(null==t)return e;const n=t.subscribe(...l);return n.unsubscribe?()=>n.unsubscribe():n}const s=["",!0,1,"true","contenteditable"],p="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:global;function u(e,t){e.appendChild(t)}function f(e,t,l){e.insertBefore(t,l||null)}function h(e){e.parentNode&&e.parentNode.removeChild(e)}function C(e,t){for(let l=0;l<e.length;l+=1)e[l]&&e[l].d(t)}function v(e){return document.createElement(e)}function _(e){return document.createTextNode(e)}function L(){return _(" ")}function g(){return _("")}function y(e,t,l,n){return e.addEventListener(t,l,n),()=>e.removeEventListener(t,l,n)}function E(e,t,l){null==l?e.removeAttribute(t):e.getAttribute(t)!==l&&e.setAttribute(t,l)}
|
|
4
4
|
/**
|
|
5
5
|
* List of attributes that should always be set through the attr method,
|
|
6
6
|
* because updating them through the property setter doesn't work reliably.
|
|
@@ -9,7 +9,7 @@ for(const l in t)e[l]=t[l];return e}function l(e){return e()}function n(){return
|
|
|
9
9
|
* If this list becomes too big, rethink this approach.
|
|
10
10
|
*/const m=["width","height"];function M(e,t){
|
|
11
11
|
// @ts-ignore
|
|
12
|
-
const l=Object.getOwnPropertyDescriptors(e.__proto__);for(const n in t)null==t[n]?e.removeAttribute(n):"style"===n?e.style.cssText=t[n]:"__value"===n?e.value=e[n]=t[n]:l[n]&&l[n].set&&-1===m.indexOf(n)?e[n]=t[n]:E(e,n,t[n])}function b(e,t,l){t in e?e[t]="boolean"==typeof e[t]&&""===l||l:E(e,t,l)}function F(e,t){t=""+t,e.data!==t&&(e.data=t)}function Z(e,t,l){~s.indexOf(l)?function(e,t){t=""+t,e.wholeText!==t&&(e.data=t)}(e,t):F(e,t)}function x(e,t,l){e.classList[l?"add":"remove"](t)}function A(e){const t={};for(const l of e)t[l.name]=l.value;return t}let G;function
|
|
12
|
+
const l=Object.getOwnPropertyDescriptors(e.__proto__);for(const n in t)null==t[n]?e.removeAttribute(n):"style"===n?e.style.cssText=t[n]:"__value"===n?e.value=e[n]=t[n]:l[n]&&l[n].set&&-1===m.indexOf(n)?e[n]=t[n]:E(e,n,t[n])}function b(e,t,l){t in e?e[t]="boolean"==typeof e[t]&&""===l||l:E(e,t,l)}function F(e,t){t=""+t,e.data!==t&&(e.data=t)}function Z(e,t,l){~s.indexOf(l)?function(e,t){t=""+t,e.wholeText!==t&&(e.data=t)}(e,t):F(e,t)}function x(e,t,l){e.classList[l?"add":"remove"](t)}function A(e){const t={};for(const l of e)t[l.name]=l.value;return t}let G;function B(e){G=e}
|
|
13
13
|
/**
|
|
14
14
|
* The `onMount` function schedules a callback to run as soon as the component has been mounted to the DOM.
|
|
15
15
|
* It must be called during the component's initialisation (but doesn't need to live *inside* the component;
|
|
@@ -19,7 +19,7 @@ const l=Object.getOwnPropertyDescriptors(e.__proto__);for(const n in t)null==t[n
|
|
|
19
19
|
*
|
|
20
20
|
* https://svelte.dev/docs#run-time-svelte-onmount
|
|
21
21
|
*/
|
|
22
|
-
function
|
|
22
|
+
function S(e){(function(){if(!G)throw new Error("Function called outside component initialization");return G})().$$.on_mount.push(e)}const T=[],U=[];let w=[];const D=[],H=Promise.resolve();let O=!1;function P(e){w.push(e)}
|
|
23
23
|
// flush() calls callbacks in this order:
|
|
24
24
|
// 1. All beforeUpdate callbacks, in order: parents before children
|
|
25
25
|
// 2. All bind:this callbacks, in reverse order: children before parents.
|
|
@@ -38,41 +38,41 @@ function T(e){(function(){if(!G)throw new Error("Function called outside compone
|
|
|
38
38
|
// 3. During afterUpdate, any updated components will NOT have their afterUpdate
|
|
39
39
|
// callback called a second time; the seen_callbacks set, outside the flush()
|
|
40
40
|
// function, guarantees this behavior.
|
|
41
|
-
const
|
|
41
|
+
const N=new Set;let R=0;// Do *not* move this inside the flush() function
|
|
42
42
|
function I(){
|
|
43
43
|
// Do not reenter flush while dirty components are updated, as this can
|
|
44
44
|
// result in an infinite loop. Instead, let the inner flush handle it.
|
|
45
45
|
// Reentrancy is ok afterwards for bindings etc.
|
|
46
|
-
if(0!==
|
|
46
|
+
if(0!==R)return;const e=G;do{
|
|
47
47
|
// first, call beforeUpdate functions
|
|
48
48
|
// and update components
|
|
49
|
-
try{for(;
|
|
49
|
+
try{for(;R<T.length;){const e=T[R];R++,B(e),$(e.$$)}}catch(e){
|
|
50
50
|
// reset dirty state to not end up in a deadlocked state and then rethrow
|
|
51
|
-
throw
|
|
51
|
+
throw T.length=0,R=0,e}for(B(null),T.length=0,R=0;U.length;)U.pop()();
|
|
52
52
|
// then, once components are updated, call
|
|
53
53
|
// afterUpdate functions. This may cause
|
|
54
54
|
// subsequent updates...
|
|
55
|
-
for(let e=0;e<w.length;e+=1){const t=w[e];
|
|
55
|
+
for(let e=0;e<w.length;e+=1){const t=w[e];N.has(t)||(
|
|
56
56
|
// ...so guard against infinite loops
|
|
57
|
-
|
|
57
|
+
N.add(t),t())}w.length=0}while(T.length);for(;D.length;)D.pop()();O=!1,N.clear(),B(e)}function $(e){if(null!==e.fragment){e.update(),i(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(P)}}
|
|
58
58
|
/**
|
|
59
59
|
* Useful for example to execute remaining `afterUpdate` callbacks before executing `destroy`.
|
|
60
60
|
*/const k=new Set;function j(e,t){const l=e.$$;null!==l.fragment&&(!function(e){const t=[],l=[];w.forEach((n=>-1===e.indexOf(n)?t.push(n):l.push(n))),l.forEach((e=>e())),w=t}(l.after_update),i(l.on_destroy),l.fragment&&l.fragment.d(t),
|
|
61
61
|
// TODO null out other refs, including component.$$ (but need to
|
|
62
62
|
// preserve final state?)
|
|
63
|
-
l.on_destroy=l.fragment=null,l.ctx=[])}function
|
|
63
|
+
l.on_destroy=l.fragment=null,l.ctx=[])}function K(e,t){-1===e.$$.dirty[0]&&(T.push(e),O||(O=!0,H.then(I)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function V(t,o,a,d,c,s,p,u=[-1]){const f=G;B(t);const C=t.$$={fragment:null,ctx:[],
|
|
64
64
|
// state
|
|
65
65
|
props:s,update:e,not_equal:c,bound:n(),
|
|
66
66
|
// lifecycle
|
|
67
67
|
on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(o.context||(f?f.$$.context:[])),
|
|
68
68
|
// everything else
|
|
69
|
-
callbacks:n(),dirty:u,skip_bound:!1,root:o.target||f.$$.root};p&&p(
|
|
69
|
+
callbacks:n(),dirty:u,skip_bound:!1,root:o.target||f.$$.root};p&&p(C.root);let v=!1;if(C.ctx=a?a(t,o.props||{},((e,l,...n)=>{const i=n.length?n[0]:l;return C.ctx&&c(C.ctx[e],C.ctx[e]=i)&&(!C.skip_bound&&C.bound[e]&&C.bound[e](i),v&&K(t,e)),l})):[],C.update(),v=!0,i(C.before_update),
|
|
70
70
|
// `false` as a special case of no DOM component
|
|
71
|
-
|
|
71
|
+
C.fragment=!!d&&d(C.ctx),o.target){if(o.hydrate){const e=function(e){return Array.from(e.childNodes)}(o.target);
|
|
72
72
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
73
|
-
|
|
73
|
+
C.fragment&&C.fragment.l(e),e.forEach(h)}else
|
|
74
74
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
75
|
-
|
|
75
|
+
C.fragment&&C.fragment.c();o.intro&&((_=t.$$.fragment)&&_.i&&(k.delete(_),_.i(L))),function(e,t,n,o){const{fragment:a,after_update:d}=e.$$;a&&a.m(t,n),o||
|
|
76
76
|
// onMount happens before the initial afterUpdate
|
|
77
77
|
P((()=>{const t=e.$$.on_mount.map(l).filter(r);
|
|
78
78
|
// if the component was destroyed immediately
|
|
@@ -81,17 +81,17 @@ P((()=>{const t=e.$$.on_mount.map(l).filter(r);
|
|
|
81
81
|
e.$$.on_destroy?e.$$.on_destroy.push(...t):
|
|
82
82
|
// Edge case - component was destroyed immediately,
|
|
83
83
|
// most likely as a result of a binding initialising
|
|
84
|
-
i(t),e.$$.on_mount=[]})),d.forEach(P)}(t,o.target,o.anchor,o.customElement),I()}var _,L;
|
|
84
|
+
i(t),e.$$.on_mount=[]})),d.forEach(P)}(t,o.target,o.anchor,o.customElement),I()}var _,L;B(f)}let X;
|
|
85
85
|
/* ../general-animation-loading/src/GeneralAnimationLoading.svelte generated by Svelte v3.59.2 */
|
|
86
|
-
function
|
|
87
|
-
/*div5_binding*/t[3](l)},p:e,i:e,o:e,d(e){e&&
|
|
88
|
-
/*div5_binding*/,t[3](null)}}}function
|
|
86
|
+
function Y(t){let l;return{c(){l=v("div"),l.innerHTML='<section class="LoaderContainer" part="LoaderContainer"><div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div></section>',this.c=e},m(e,n){f(e,l,n),
|
|
87
|
+
/*div5_binding*/t[3](l)},p:e,i:e,o:e,d(e){e&&h(l)
|
|
88
|
+
/*div5_binding*/,t[3](null)}}}function W(e,t,l){let n,{clientstyling:i=""}=t,{clientstylingurl:r=""}=t;return e.$$set=e=>{"clientstyling"in e&&l(1,i=e.clientstyling),"clientstylingurl"in e&&l(2,r=e.clientstylingurl)},e.$$.update=()=>{/*clientstyling, customStylingContainer*/3&e.$$.dirty&&i&&n&&(()=>{let e=document.createElement("style");e.innerHTML=i,n.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/5&e.$$.dirty&&r&&n&&(()=>{let e=new URL(r),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{n.appendChild(t)}),1),setTimeout((()=>{}),500)}))})()},[n,i,r,function(e){U[e?"unshift":"push"]((()=>{n=e,l(0,n)}))}]}"function"==typeof HTMLElement&&(X=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:e}=this.$$;this.$$.on_disconnect=e.map(l).filter(r);
|
|
89
89
|
// @ts-ignore todo: improve typings
|
|
90
90
|
for(const e in this.$$.slotted)
|
|
91
91
|
// @ts-ignore todo: improve typings
|
|
92
92
|
this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,l){this[e]=l}disconnectedCallback(){i(this.$$.on_disconnect)}$destroy(){j(this,1),this.$destroy=e}$on(t,l){
|
|
93
93
|
// TODO should this delegate to addEventListener?
|
|
94
|
-
if(!r(l))return e;const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(l),()=>{const e=n.indexOf(l);-1!==e&&n.splice(e,1)}}$set(e){var t;this.$$set&&(t=e,0!==Object.keys(t).length)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}});!customElements.get("general-animation-loading")&&customElements.define("general-animation-loading",class extends X{constructor(e){super();const t=document.createElement("style");t.textContent=".LoaderContainer{display:flex;justify-content:center}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#d1d1d1;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 0.6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 0.6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}",this.shadowRoot.appendChild(t),
|
|
94
|
+
if(!r(l))return e;const n=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return n.push(l),()=>{const e=n.indexOf(l);-1!==e&&n.splice(e,1)}}$set(e){var t;this.$$set&&(t=e,0!==Object.keys(t).length)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}});!customElements.get("general-animation-loading")&&customElements.define("general-animation-loading",class extends X{constructor(e){super();const t=document.createElement("style");t.textContent=".LoaderContainer{display:flex;justify-content:center}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#d1d1d1;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 0.6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 0.6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 0.6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}",this.shadowRoot.appendChild(t),V(this,{target:this.shadowRoot,props:A(this.attributes),customElement:!0},W,Y,o,{clientstyling:1,clientstylingurl:2},null),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),I()))}static get observedAttributes(){return["clientstyling","clientstylingurl"]}get clientstyling(){return this.$$.ctx[1]}set clientstyling(e){this.$$set({clientstyling:e}),I()}get clientstylingurl(){return this.$$.ctx[2]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),I()}});const z=e=>J[e]
|
|
95
95
|
/* eslint-disable quote-props */,J={AED:"د.إ",AFN:"؋",ALL:"L",AMD:"֏",ANG:"ƒ",AOA:"Kz",ARS:"$",AUD:"$",AWG:"ƒ",AZN:"ман",BAM:"KM",BBD:"$",BDT:"৳",BGN:"лв",BHD:".د.ب",BIF:"FBu",BMD:"$",BND:"$",BOB:"$b",BRL:"R$",BSD:"$",BTC:"฿",BTN:"Nu.",BWP:"P",BYR:"p.",BZD:"BZ$",CAD:"$",CDF:"FC",CHF:"CHF",CLP:"$",CNY:"¥",COP:"$",CRC:"₡",CUC:"$",CUP:"₱",CVE:"$",CZK:"Kč",DJF:"Fdj",DKK:"kr",DOP:"RD$",DZD:"دج",EEK:"kr",EGP:"£",ERN:"Nfk",ETB:"Br",ETH:"Ξ",EUR:"€",FJD:"$",FKP:"£",GBP:"£",GEL:"₾",GGP:"£",GHC:"₵",GHS:"GH₵",GIP:"£",GMD:"D",GNF:"FG",GTQ:"Q",GYD:"$",HKD:"$",HNL:"L",HRK:"kn",HTG:"G",HUF:"Ft",IDR:"Rp",ILS:"₪",IMP:"£",INR:"₹",IQD:"ع.د",IRR:"﷼",ISK:"kr",JEP:"£",JMD:"J$",JOD:"JD",JPY:"¥",KES:"KSh",KGS:"лв",KHR:"៛",KMF:"CF",KPW:"₩",KRW:"₩",KWD:"KD",KYD:"$",KZT:"лв",LAK:"₭",LBP:"£",LKR:"₨",LRD:"$",LSL:"M",LTC:"Ł",LTL:"Lt",LVL:"Ls",LYD:"LD",MAD:"MAD",MDL:"lei",MGA:"Ar",MKD:"ден",MMK:"K",MNT:"₮",MOP:"MOP$",MRO:"UM",MUR:"₨",MVR:"Rf",MWK:"MK",MXN:"$",MYR:"RM",MZN:"MT",NAD:"$",NGN:"₦",NIO:"C$",NOK:"kr",NPR:"₨",NZD:"$",OMR:"﷼",PAB:"B/.",PEN:"S/.",PGK:"K",PHP:"₱",PKR:"₨",PLN:"zł",PYG:"Gs",QAR:"﷼",RMB:"¥",RON:"lei",RSD:"Дин.",RUB:"₽",RWF:"R₣",SAR:"﷼",SBD:"$",SCR:"₨",SDG:"ج.س.",SEK:"kr",SGD:"$",SHP:"£",SLL:"Le",SOS:"S",SRD:"$",SSP:"£",STD:"Db",SVC:"$",SYP:"£",SZL:"E",THB:"฿",TJS:"SM",TMT:"T",TND:"د.ت",TOP:"T$",TRL:"₤",TRY:"₺",TTD:"TT$",TVD:"$",TWD:"NT$",TZS:"TSh",UAH:"₴",UGX:"USh",USD:"$",UYU:"$U",UZS:"лв",VEF:"Bs",VND:"₫",VUV:"VT",WST:"WS$",XAF:"FCFA",XBT:"Ƀ",XCD:"$",XOF:"CFA",XPF:"₣",YER:"﷼",ZAR:"R",ZWD:"Z$"};
|
|
96
96
|
/******************************************************************************
|
|
97
97
|
Copyright (c) Microsoft Corporation.
|
|
@@ -116,7 +116,7 @@ var q=function(e,t){return q=Object.setPrototypeOf||{__proto__:[]}instanceof Arr
|
|
|
116
116
|
*/
|
|
117
117
|
/*jslint indent: 2, vars: true, plusplus: true */
|
|
118
118
|
/*global setTimeout, clearTimeout */
|
|
119
|
-
!function(l){var n=l.setTimeout,i=l.clearTimeout,r=l.XMLHttpRequest,o=l.XDomainRequest,a=l.ActiveXObject,d=l.EventSource,c=l.document,s=l.Promise,p=l.fetch,u=l.Response,f=l.TextDecoder,
|
|
119
|
+
!function(l){var n=l.setTimeout,i=l.clearTimeout,r=l.XMLHttpRequest,o=l.XDomainRequest,a=l.ActiveXObject,d=l.EventSource,c=l.document,s=l.Promise,p=l.fetch,u=l.Response,f=l.TextDecoder,h=l.TextEncoder,C=l.AbortController;
|
|
120
120
|
// see #118 (Promise#finally with polyfilled Promise)
|
|
121
121
|
// see #123 (data URLs crash Edge)
|
|
122
122
|
// see #125 (CSP violations)
|
|
@@ -124,11 +124,11 @@ var q=function(e,t){return q=Object.setPrototypeOf||{__proto__:[]}instanceof Arr
|
|
|
124
124
|
// => No way to polyfill Promise#finally
|
|
125
125
|
if("undefined"==typeof window||void 0===c||"readyState"in c||null!=c.body||(// Firefox 2
|
|
126
126
|
c.readyState="loading",window.addEventListener("load",(function(e){c.readyState="complete"}),!1)),null==r&&null!=a&&(// https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest_in_IE6
|
|
127
|
-
r=function(){return new a("Microsoft.XMLHTTP")}),null==Object.create&&(Object.create=function(e){function t(){}return t.prototype=e,new t}),Date.now||(Date.now=function(){return(new Date).getTime()}),null==
|
|
127
|
+
r=function(){return new a("Microsoft.XMLHTTP")}),null==Object.create&&(Object.create=function(e){function t(){}return t.prototype=e,new t}),Date.now||(Date.now=function(){return(new Date).getTime()}),null==C){var v=p;p=function(e,t){var l=t.signal;return v(e,{headers:t.headers,credentials:t.credentials,cache:t.cache}).then((function(e){var t=e.body.getReader();return l._reader=t,l._aborted&&l._reader.cancel(),{status:e.status,statusText:e.statusText,headers:e.headers,body:{getReader:function(){return t}}}}))},C=function(){this.signal={_reader:null,_aborted:!1},this.abort=function(){null!=this.signal._reader&&this.signal._reader.cancel(),this.signal._aborted=!0}}}function _(){this.bitsNeeded=0,this.codePoint=0}_.prototype.decode=function(e){function t(e,t,l){if(1===l)return e>=128>>t&&e<<t<=2047;if(2===l)return e>=2048>>t&&e<<t<=55295||e>=57344>>t&&e<<t<=65535;if(3===l)return e>=65536>>t&&e<<t<=1114111;throw new Error}function l(e,t){if(6===e)return t>>6>15?3:t>31?2:1;if(12===e)return t>15?3:2;if(18===e)return 3;throw new Error}for(var n=65533,i="",r=this.bitsNeeded,o=this.codePoint,a=0;a<e.length;a+=1){var d=e[a];0!==r&&(d<128||d>191||!t(o<<6|63&d,r-6,l(r,o)))&&(r=0,o=n,i+=String.fromCharCode(o)),0===r?(d>=0&&d<=127?(r=0,o=d):d>=192&&d<=223?(r=6,o=31&d):d>=224&&d<=239?(r=12,o=15&d):d>=240&&d<=247?(r=18,o=7&d):(r=0,o=n),0===r||t(o,r,l(r,o))||(r=0,o=n)):(r-=6,o=o<<6|63&d),0===r&&(o<=65535?i+=String.fromCharCode(o):(i+=String.fromCharCode(55296+(o-65535-1>>10)),i+=String.fromCharCode(56320+(o-65535-1&1023))))}return this.bitsNeeded=r,this.codePoint=o,i};
|
|
128
128
|
// IE, Edge
|
|
129
|
-
null!=f&&null!=
|
|
129
|
+
null!=f&&null!=h&&function(){try{return"test"===(new f).decode((new h).encode("test"),{stream:!0})}catch(e){console.debug("TextDecoder does not support streaming option. Using polyfill instead: "+e)}return!1}()||(f=_);var L=function(){};function g(e){this.withCredentials=!1,this.readyState=0,this.status=0,this.statusText="",this.responseText="",this.onprogress=L,this.onload=L,this.onerror=L,this.onreadystatechange=L,this._contentType="",this._xhr=e,this._sendTimeout=0,this._abort=L}function y(e){return e.replace(/[A-Z]/g,(function(e){return String.fromCharCode(e.charCodeAt(0)+32)}))}function E(e){for(
|
|
130
130
|
// Get headers: implemented according to mozilla's example code: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/getAllResponseHeaders#Example
|
|
131
|
-
var t=Object.create(null),l=e.split("\r\n"),n=0;n<l.length;n+=1){var i=l[n].split(": "),r=i.shift(),o=i.join(": ");t[y(r)]=o}this._map=t}function m(){}function M(e){this._headers=e}function b(){}function F(){this._listeners=Object.create(null)}function Z(e){n((function(){throw e}),0)}function x(e){this.type=e,this.target=void 0}function A(e,t){x.call(this,e),this.data=t.data,this.lastEventId=t.lastEventId}function G(e,t){x.call(this,e),this.status=t.status,this.statusText=t.statusText,this.headers=t.headers}function
|
|
131
|
+
var t=Object.create(null),l=e.split("\r\n"),n=0;n<l.length;n+=1){var i=l[n].split(": "),r=i.shift(),o=i.join(": ");t[y(r)]=o}this._map=t}function m(){}function M(e){this._headers=e}function b(){}function F(){this._listeners=Object.create(null)}function Z(e){n((function(){throw e}),0)}function x(e){this.type=e,this.target=void 0}function A(e,t){x.call(this,e),this.data=t.data,this.lastEventId=t.lastEventId}function G(e,t){x.call(this,e),this.status=t.status,this.statusText=t.statusText,this.headers=t.headers}function B(e,t){x.call(this,e),this.error=t.error}g.prototype.open=function(e,t){this._abort(!0);var l=this,o=this._xhr,a=1,d=0;this._abort=function(e){0!==l._sendTimeout&&(i(l._sendTimeout),l._sendTimeout=0),1!==a&&2!==a&&3!==a||(a=4,o.onload=L,o.onerror=L,o.onabort=L,o.onprogress=L,o.onreadystatechange=L,
|
|
132
132
|
// IE 8 - 9: XDomainRequest#abort() does not fire any event
|
|
133
133
|
// Opera < 10: XMLHttpRequest#abort() does not fire any event
|
|
134
134
|
o.abort(),0!==d&&(i(d),d=0),e||(l.readyState=4,l.onabort(null),l.onreadystatechange())),a=0};var c=function(){if(1===a){
|
|
@@ -175,46 +175,46 @@ if("ontimeout"in r.prototype&&("sendAsBinary"in r.prototype||"mozAnon"in r.proto
|
|
|
175
175
|
e.send(void 0)}catch(e){
|
|
176
176
|
// Safari 5.1.7, Opera 12
|
|
177
177
|
throw e}}else{var t=this;t._sendTimeout=n((function(){t._sendTimeout=0,t.send()}),4)}},E.prototype.get=function(e){return this._map[y(e)]},null!=r&&null==r.HEADERS_RECEIVED&&(// IE < 9, Firefox 3.6
|
|
178
|
-
r.HEADERS_RECEIVED=2),m.prototype.open=function(e,t,l,n,i,o,a){e.open("GET",i);var d=0;for(var c in e.onprogress=function(){var t=e.responseText.slice(d);d+=t.length,l(t)},e.onerror=function(e){e.preventDefault(),n(new Error("NetworkError"))},e.onload=function(){n(null)},e.onabort=function(){n(null)},e.onreadystatechange=function(){if(e.readyState===r.HEADERS_RECEIVED){var l=e.status,n=e.statusText,i=e.getResponseHeader("Content-Type"),o=e.getAllResponseHeaders();t(l,n,i,new E(o))}},e.withCredentials=o,a)Object.prototype.hasOwnProperty.call(a,c)&&e.setRequestHeader(c,a[c]);return e.send(),e},M.prototype.get=function(e){return this._headers.get(e)},b.prototype.open=function(e,t,l,n,i,r,o){var a=null,d=new
|
|
178
|
+
r.HEADERS_RECEIVED=2),m.prototype.open=function(e,t,l,n,i,o,a){e.open("GET",i);var d=0;for(var c in e.onprogress=function(){var t=e.responseText.slice(d);d+=t.length,l(t)},e.onerror=function(e){e.preventDefault(),n(new Error("NetworkError"))},e.onload=function(){n(null)},e.onabort=function(){n(null)},e.onreadystatechange=function(){if(e.readyState===r.HEADERS_RECEIVED){var l=e.status,n=e.statusText,i=e.getResponseHeader("Content-Type"),o=e.getAllResponseHeaders();t(l,n,i,new E(o))}},e.withCredentials=o,a)Object.prototype.hasOwnProperty.call(a,c)&&e.setRequestHeader(c,a[c]);return e.send(),e},M.prototype.get=function(e){return this._headers.get(e)},b.prototype.open=function(e,t,l,n,i,r,o){var a=null,d=new C,c=d.signal,u=new f;return p(i,{headers:o,credentials:r?"include":"same-origin",signal:c,cache:"no-store"}).then((function(e){
|
|
179
179
|
// see https://github.com/promises-aplus/promises-spec/issues/179
|
|
180
180
|
return a=e.body.getReader(),t(e.status,e.statusText,e.headers.get("Content-Type"),new M(e.headers)),new s((function(e,t){var n=function(){a.read().then((function(t){if(t.done)
|
|
181
181
|
//Note: bytes in textDecoder are ignored
|
|
182
|
-
e(void 0);else{var i=u.decode(t.value,{stream:!0});l(i),n()}})).catch((function(e){t(e)}))};n()}))})).catch((function(e){return"AbortError"===e.name?void 0:e})).then((function(e){n(e)})),{abort:function(){null!=a&&a.cancel(),d.abort()}}},F.prototype.dispatchEvent=function(e){e.target=this;var t=this._listeners[e.type];if(null!=t)for(var l=t.length,n=0;n<l;n+=1){var i=t[n];try{"function"==typeof i.handleEvent?i.handleEvent(e):i.call(this,e)}catch(e){Z(e)}}},F.prototype.addEventListener=function(e,t){e=String(e);var l=this._listeners,n=l[e];null==n&&(n=[],l[e]=n);for(var i=!1,r=0;r<n.length;r+=1)n[r]===t&&(i=!0);i||n.push(t)},F.prototype.removeEventListener=function(e,t){e=String(e);var l=this._listeners,n=l[e];if(null!=n){for(var i=[],r=0;r<n.length;r+=1)n[r]!==t&&i.push(n[r]);0===i.length?delete l[e]:l[e]=i}},A.prototype=Object.create(x.prototype),G.prototype=Object.create(x.prototype),
|
|
182
|
+
e(void 0);else{var i=u.decode(t.value,{stream:!0});l(i),n()}})).catch((function(e){t(e)}))};n()}))})).catch((function(e){return"AbortError"===e.name?void 0:e})).then((function(e){n(e)})),{abort:function(){null!=a&&a.cancel(),d.abort()}}},F.prototype.dispatchEvent=function(e){e.target=this;var t=this._listeners[e.type];if(null!=t)for(var l=t.length,n=0;n<l;n+=1){var i=t[n];try{"function"==typeof i.handleEvent?i.handleEvent(e):i.call(this,e)}catch(e){Z(e)}}},F.prototype.addEventListener=function(e,t){e=String(e);var l=this._listeners,n=l[e];null==n&&(n=[],l[e]=n);for(var i=!1,r=0;r<n.length;r+=1)n[r]===t&&(i=!0);i||n.push(t)},F.prototype.removeEventListener=function(e,t){e=String(e);var l=this._listeners,n=l[e];if(null!=n){for(var i=[],r=0;r<n.length;r+=1)n[r]!==t&&i.push(n[r]);0===i.length?delete l[e]:l[e]=i}},A.prototype=Object.create(x.prototype),G.prototype=Object.create(x.prototype),B.prototype=Object.create(x.prototype);var S=-1,T=0,U=1,w=2,D=-1,H=0,O=1,P=2,N=3,R=/^text\/event\-stream(;.*)?$/i,I=function(e,t){var l=null==e?t:parseInt(e,10);return l!=l&&(l=t),$(l)},$=function(e){return Math.min(Math.max(e,1e3),18e6)},k=function(e,t,l){try{"function"==typeof t&&t.call(e,l)}catch(e){Z(e)}};function j(e,t){F.call(this),t=t||{},this.onopen=void 0,this.onmessage=void 0,this.onerror=void 0,this.url=void 0,this.readyState=void 0,this.withCredentials=void 0,this.headers=void 0,this._close=void 0,function(e,t,l){t=String(t);var a=Boolean(l.withCredentials),d=l.lastEventIdQueryParameterName||"lastEventId",c=$(1e3),s=I(l.heartbeatTimeout,45e3),p="",u=c,f=!1,h=0,C=l.headers||{},v=l.Transport,_=K&&null==v?void 0:new g(null!=v?new v:null!=r&&"withCredentials"in r.prototype||null==o?new r:new o),L=null!=v&&"string"!=typeof v?new v:null==_?new b:new m,y=void 0,E=0,M=S,F="",Z="",x="",j="",V=H,X=0,Y=0,W=function(t,l,n,i){if(M===T)if(200===t&&null!=n&&R.test(n)){M=U,f=Date.now(),u=c,e.readyState=U;var r=new G("open",{status:t,statusText:l,headers:i});e.dispatchEvent(r),k(e,e.onopen,r)}else{var o="";200!==t?(l&&(l=l.replace(/\s+/g," ")),o="EventSource's response has a status "+t+" "+l+" that is not 200. Aborting the connection."):o="EventSource's response has a Content-Type specifying an unsupported type: "+(null==n?"-":n.replace(/\s+/g," "))+". Aborting the connection.",q();r=new G("error",{status:t,statusText:l,headers:i});e.dispatchEvent(r),k(e,e.onerror,r),console.error(o)}},z=function(t){if(M===U){for(var l=-1,r=0;r<t.length;r+=1){(d=t.charCodeAt(r))!=="\n".charCodeAt(0)&&d!=="\r".charCodeAt(0)||(l=r)}var o=(-1!==l?j:"")+t.slice(0,l+1);j=(-1===l?j:"")+t.slice(l+1),""!==t&&(f=Date.now(),h+=t.length);for(var a=0;a<o.length;a+=1){var d=o.charCodeAt(a);if(V===D&&d==="\n".charCodeAt(0))V=H;else if(V===D&&(V=H),d==="\r".charCodeAt(0)||d==="\n".charCodeAt(0)){if(V!==H){V===O&&(Y=a+1);var C=o.slice(X,Y-1),v=o.slice(Y+(Y<a&&o.charCodeAt(Y)===" ".charCodeAt(0)?1:0),a);"data"===C?(F+="\n",F+=v):"id"===C?Z=v:"event"===C?x=v:"retry"===C?(c=I(v,c),u=c):"heartbeatTimeout"===C&&(s=I(v,s),0!==E&&(i(E),E=n((function(){Q()}),s)))}if(V===H){if(""!==F){p=Z,""===x&&(x="message");var _=new A(x,{data:F.slice(1),lastEventId:Z});if(e.dispatchEvent(_),"open"===x?k(e,e.onopen,_):"message"===x?k(e,e.onmessage,_):"error"===x&&k(e,e.onerror,_),M===w)return}F="",x=""}V=d==="\r".charCodeAt(0)?D:H}else V===H&&(X=a,V=O),V===O?d===":".charCodeAt(0)&&(Y=a+1,V=P):V===P&&(V=N)}}},J=function(t){if(M===U||M===T){M=S,0!==E&&(i(E),E=0),E=n((function(){Q()}),u),u=$(Math.min(16*c,2*u)),e.readyState=T;var l=new B("error",{error:t});e.dispatchEvent(l),k(e,e.onerror,l),null!=t&&console.error(t)}},q=function(){M=w,null!=y&&(y.abort(),y=void 0),0!==E&&(i(E),E=0),e.readyState=w},Q=function(){if(E=0,M===S){f=!1,h=0,E=n((function(){Q()}),s),M=T,F="",x="",Z=p,j="",X=0,Y=0,V=H;
|
|
183
183
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=428916
|
|
184
184
|
// Request header field Last-Event-ID is not allowed by Access-Control-Allow-Headers.
|
|
185
185
|
var l=t;if("data:"!==t.slice(0,5)&&"blob:"!==t.slice(0,5)&&""!==p){
|
|
186
186
|
// Remove the lastEventId parameter if it's already part of the request URL.
|
|
187
187
|
var i=t.indexOf("?");l=-1===i?t:t.slice(0,i+1)+t.slice(i+1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g,(function(e,t){return t===d?"":e})),
|
|
188
188
|
// Append the current lastEventId to the request URL.
|
|
189
|
-
l+=(-1===t.indexOf("?")?"?":"&")+d+"="+encodeURIComponent(p)}var r=e.withCredentials,o={Accept:"text/event-stream"},a=e.headers;if(null!=a)for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(o[c]=a[c]);try{y=L.open(_,
|
|
189
|
+
l+=(-1===t.indexOf("?")?"?":"&")+d+"="+encodeURIComponent(p)}var r=e.withCredentials,o={Accept:"text/event-stream"},a=e.headers;if(null!=a)for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(o[c]=a[c]);try{y=L.open(_,W,z,J,l,r,o)}catch(e){throw q(),e}}else if(f||null==y){var u=Math.max((f||Date.now())+s-Date.now(),1);f=!1,E=n((function(){Q()}),u)}else J(new Error("No activity within "+s+" milliseconds. "+(M===T?"No response received.":h+" chars received.")+" Reconnecting.")),null!=y&&(y.abort(),y=void 0)};e.url=t,e.readyState=T,e.withCredentials=a,e.headers=C,e._close=q,Q()}(this,e,t)}var K=null!=p&&null!=u&&"body"in u.prototype;j.prototype=Object.create(F.prototype),j.prototype.CONNECTING=T,j.prototype.OPEN=U,j.prototype.CLOSED=w,j.prototype.close=function(){this._close()},j.CONNECTING=T,j.OPEN=U,j.CLOSED=w,j.prototype.withCredentials=void 0;var V,X=d;null==r||null!=d&&"withCredentials"in d.prototype||(
|
|
190
190
|
// Why replace a native EventSource ?
|
|
191
191
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=444328
|
|
192
192
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=831392
|
|
193
193
|
// https://code.google.com/p/chromium/issues/detail?id=260144
|
|
194
194
|
// https://code.google.com/p/chromium/issues/detail?id=225654
|
|
195
195
|
// ...
|
|
196
|
-
X=j),
|
|
197
|
-
/* src/private.tabs.svelte generated by Svelte v3.59.2 */function
|
|
196
|
+
X=j),V=function(e){e.EventSourcePolyfill=j,e.NativeEventSource=d,e.EventSource=X}(t),void 0!==V&&(e.exports=V)}("undefined"==typeof globalThis?"undefined"!=typeof window?window:"undefined"!=typeof self?self:se:globalThis)}));const pe=async(e,t,l,n={})=>{const{limit:i,lang:r,status:o}=n,a=te(n,["limit","lang","status"]),d=Object.assign(Object.assign({type:"wagering",pagination:`limit=${i||50},offset=0`,language:r},o&&o!==re.claimable?{status:o}:{}),a),c=o===re.claimable?"claimable":"granted",s=new URL(`${t}/v1/bonus/${c}`);return Object.keys(d).map((e=>{s.searchParams.append(e,d[e])})),await ie(e,s,{headers:Object.assign({},l?{"x-SessionId":l}:{})})},ue=(e,t,l)=>{switch(t.type){case ae.standard:case ae.freeBet:const n=Object.assign(Object.assign({},t),{currency:z(Object.keys(e.increment)[0])});return"percentage"===t.mode&&(n.bonusAmount=100*n.bonusAmount),"freeBet"===t.type&&"fixed"===t.mode&&(n.currency=""),l(`reward.${t.mode}`,n)+" "+l(`reward.${t.type}`);default:return l(`reward.${t.type}`,t)}};var fe;!function(e){e.locked="locked",e.inProgress="inProgress",e.completed="completed"}(fe||(fe={}));const he=(e,t,l)=>((e,t)=>{switch(e){case re.completed:case re.released:return t.completed();case re.active:case re.expired:case re.closed:case re.forfeited:return t.current();default:throw new Error(`unknown Bonus Status: ${e}`)}})(e.status,{completed:()=>fe.completed,current:()=>{if("number"==typeof l){if(t<Number(l))return fe.completed;if(t===Number(l))return fe.inProgress;if(t>Number(l))return fe.locked}return fe.locked}});
|
|
197
|
+
/* src/private.tabs.svelte generated by Svelte v3.59.2 */function Ce(e,t,l){const n=e.slice();return n[7]=t[l],n[9]=l,n}function ve(e,t,l){const n=e.slice();return n[7]=t[l],n[9]=l,n}
|
|
198
198
|
// (20:0) {#if isMobileView}
|
|
199
|
-
function _e(e){let l,n=/*_tabs*/e[2],i=[];for(let t=0;t<n.length;t+=1)i[t]=Le(ve(e,n,t));let r=[ne("Tabs")],o={};for(let e=0;e<r.length;e+=1)o=t(o,r[e]);return{c(){l=v("div");for(let e=0;e<i.length;e+=1)i[e].c();M(l,o)},m(e,t){f(e,l,t);for(let e=0;e<i.length;e+=1)i[e]&&i[e].m(l,null)},p(e,t){if(/*classWithPart, tab, _tabs*/5&t){let r;for(n=/*_tabs*/e[2],r=0;r<n.length;r+=1){const o=ve(e,n,r);i[r]?i[r].p(o,t):(i[r]=Le(o),i[r].c(),i[r].m(l,null))}for(;r<i.length;r+=1)i[r].d(1);i.length=n.length}},d(e){e&&
|
|
199
|
+
function _e(e){let l,n=/*_tabs*/e[2],i=[];for(let t=0;t<n.length;t+=1)i[t]=Le(ve(e,n,t));let r=[ne("Tabs")],o={};for(let e=0;e<r.length;e+=1)o=t(o,r[e]);return{c(){l=v("div");for(let e=0;e<i.length;e+=1)i[e].c();M(l,o)},m(e,t){f(e,l,t);for(let e=0;e<i.length;e+=1)i[e]&&i[e].m(l,null)},p(e,t){if(/*classWithPart, tab, _tabs*/5&t){let r;for(n=/*_tabs*/e[2],r=0;r<n.length;r+=1){const o=ve(e,n,r);i[r]?i[r].p(o,t):(i[r]=Le(o),i[r].c(),i[r].m(l,null))}for(;r<i.length;r+=1)i[r].d(1);i.length=n.length}},d(e){e&&h(l),C(i,e)}}}
|
|
200
200
|
// (22:2) {#each _tabs as _tab, index}
|
|
201
201
|
function Le(e){let l,n,i,r,o,a=/*_tab*/e[7]+"",d=[ne("Tab")],c={};for(let e=0;e<d.length;e+=1)c=t(c,d[e]);function s(){/*click_handler*/
|
|
202
|
-
return e[6](/*_tab*/e[7])}return{c(){l=v("div"),n=_(a),i=L(),M(l,c),x(l,"active",/*tab*/e[0]===/*_tab*/e[7])},m(e,t){f(e,l,t),u(l,n),u(l,i),r||(o=y(l,"click",s),r=!0)},p(t,i){e=t,/*_tabs*/4&i&&a!==(a=/*_tab*/e[7]+"")&&Z(n,a,c.contenteditable),/*tab, _tabs*/5&i&&x(l,"active",/*tab*/e[0]===/*_tab*/e[7])},d(e){e&&
|
|
202
|
+
return e[6](/*_tab*/e[7])}return{c(){l=v("div"),n=_(a),i=L(),M(l,c),x(l,"active",/*tab*/e[0]===/*_tab*/e[7])},m(e,t){f(e,l,t),u(l,n),u(l,i),r||(o=y(l,"click",s),r=!0)},p(t,i){e=t,/*_tabs*/4&i&&a!==(a=/*_tab*/e[7]+"")&&Z(n,a,c.contenteditable),/*tab, _tabs*/5&i&&x(l,"active",/*tab*/e[0]===/*_tab*/e[7])},d(e){e&&h(l),r=!1,o()}}}
|
|
203
203
|
// (35:2) {#if tab === _tab}
|
|
204
|
-
function ge(e){let t,l;return{c(){t=v("slot"),E(t,"name",l=/*_tab*/e[7])},m(e,l){f(e,t,l)},p(e,n){/*_tabs*/4&n&&l!==(l=/*_tab*/e[7])&&E(t,"name",l)},d(e){e&&
|
|
204
|
+
function ge(e){let t,l;return{c(){t=v("slot"),E(t,"name",l=/*_tab*/e[7])},m(e,l){f(e,t,l)},p(e,n){/*_tabs*/4&n&&l!==(l=/*_tab*/e[7])&&E(t,"name",l)},d(e){e&&h(t)}}}
|
|
205
205
|
// (34:0) {#each _tabs as _tab, index}
|
|
206
|
-
function ye(e){let t,l=/*tab*/e[0]===/*_tab*/e[7]&&ge(e);return{c(){l&&l.c(),t=g()},m(e,n){l&&l.m(e,n),f(e,t,n)},p(e,n){/*tab*/e[0]===/*_tab*/e[7]?l?l.p(e,n):(l=ge(e),l.c(),l.m(t.parentNode,t)):l&&(l.d(1),l=null)},d(e){l&&l.d(e),e&&C(t)}}}function Ee(t){let l,n,i,r;P(/*onwindowresize*/t[5]);let o=/*isMobileView*/t[3]&&_e(t),a=/*_tabs*/t[2],d=[];for(let e=0;e<a.length;e+=1)d[e]=ye(he(t,a,e));return{c(){o&&o.c(),l=L();for(let e=0;e<d.length;e+=1)d[e].c();n=g(),this.c=e},m(e,a){o&&o.m(e,a),f(e,l,a);for(let t=0;t<d.length;t+=1)d[t]&&d[t].m(e,a);f(e,n,a),i||(r=y(window,"resize",/*onwindowresize*/t[5]),i=!0)},p(e,[t]){if(/*isMobileView*/e[3]?o?o.p(e,t):(o=_e(e),o.c(),o.m(l.parentNode,l)):o&&(o.d(1),o=null),/*_tabs, tab*/5&t){let l;for(a=/*_tabs*/e[2],l=0;l<a.length;l+=1){const i=he(e,a,l);d[l]?d[l].p(i,t):(d[l]=ye(i),d[l].c(),d[l].m(n.parentNode,n))}for(;l<d.length;l+=1)d[l].d(1);d.length=a.length}},i:e,o:e,d(e){o&&o.d(e),e&&C(l),h(d,e),e&&C(n),i=!1,r()}}}function me(e,t,l){let n,i,r,{tab:o=""}=t,{tabs:a=""}=t;return e.$$set=e=>{"tab"in e&&l(0,o=e.tab),"tabs"in e&&l(4,a=e.tabs)},e.$$.update=()=>{/*innerWidth*/2&e.$$.dirty&&l(3,n=r<=576),/*tabs*/16&e.$$.dirty&&l(2,i=a.split(",")),/*isMobileView*/8&e.$$.dirty&&console.log("isMobileView",n),/*isMobileView, _tabs*/12&e.$$.dirty&&!n&&l(0,o=i[0])},[o,r,i,n,a,function(){l(1,r=window.innerWidth)},e=>l(0,o=e)]}customElements.define("casino-wagering-detail-controller-private-tabs",class extends X{constructor(e){super();const t=document.createElement("style");t.textContent=':host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.Tabs{display:flex;flex-direction:row;justify-content:space-around;margin-bottom:5px}.Tabs .Tab{color:#FFFFFF;font-style:normal;font-weight:600;font-size:14px;line-height:22px;padding:8px 0;width:100%;text-align:center;border-bottom:1px #424242 solid}.Tabs .Tab.active{color:#FF8364;border-bottom-color:#FF8364;border-bottom-width:2px}',this.shadowRoot.appendChild(t),K(this,{target:this.shadowRoot,props:A(this.attributes),customElement:!0},me,Ee,o,{tab:0,tabs:4},null),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),I()))}static get observedAttributes(){return["tab","tabs"]}get tab(){return this.$$.ctx[0]}set tab(e){this.$$set({tab:e}),I()}get tabs(){return this.$$.ctx[4]}set tabs(e){this.$$set({tabs:e}),I()}});var Me="data:image/svg+xml,%3csvg width='78' height='75' viewBox='0 0 78 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23clip0_2591_747)'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.2702 8.80957C35.9002 11.7796 39.5302 14.7496 43.1502 17.7196C46.7802 20.6896 50.4102 23.6696 54.0402 26.6396C51.9002 31.0996 49.7402 35.5796 47.5802 40.0696C45.4102 44.5796 43.2302 49.1096 41.0402 53.6596C37.3602 50.6496 33.6902 47.6396 30.0102 44.6296C26.3402 41.6196 22.6602 38.6096 18.9902 35.5996C21.2202 31.0896 23.4502 26.5996 25.6702 22.1296C27.8802 17.6696 30.0802 13.2296 32.2702 8.80957Z' fill='url(%23paint0_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1396 35.5897C22.5696 28.5497 25.9996 21.5097 29.4196 14.4697C31.1796 23.6497 24.2696 32.7097 19.1396 35.5897Z' fill='%23CD284D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1699 35.5295C22.5799 28.5295 25.9899 21.5195 29.3999 14.5195C31.0099 23.6295 24.1599 32.6495 19.1699 35.5295Z' fill='%23CE274D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1895 35.4801C22.5795 28.5101 25.9795 21.5401 29.3695 14.5801C30.8395 23.6101 24.0395 32.5901 19.1895 35.4801Z' fill='%23CF274D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2197 35.4201C22.5997 28.4901 25.9697 21.5601 29.3397 14.6201C30.6697 23.6001 23.9297 32.5201 19.2197 35.4201Z' fill='%23D1264E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.25 35.3697C22.61 28.4797 25.97 21.5797 29.32 14.6797C30.5 23.5797 23.82 32.4597 19.25 35.3697Z' fill='%23D2254E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2695 35.3193C22.6095 28.4593 25.9495 21.5993 29.2895 14.7393C30.3295 23.5593 23.7095 32.3993 19.2695 35.3193Z' fill='%23D4254E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2998 35.26C22.6198 28.44 25.9398 21.61 29.2598 14.79C30.1498 23.54 23.5898 32.34 19.2998 35.26Z' fill='%23D5244E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3301 35.2096C22.6301 28.4196 25.9401 21.6396 29.2401 14.8496C29.9801 23.5196 23.4801 32.2796 19.3301 35.2096Z' fill='%23D7234E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3496 35.1494C22.6396 28.3994 25.9196 21.6494 29.2096 14.8994C29.8096 23.4994 23.3696 32.2194 19.3496 35.1494Z' fill='%23D8234E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3799 35.1C22.6499 28.39 25.9199 21.67 29.1899 14.96C29.6399 23.48 23.2599 32.16 19.3799 35.1Z' fill='%23DA224F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4092 35.0398C22.6592 28.3598 25.9092 21.6898 29.1592 15.0098C29.4692 23.4598 23.1392 32.0898 19.4092 35.0398Z' fill='%23DB214F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4297 34.9893C22.6597 28.3493 25.8997 21.7093 29.1297 15.0693C29.2997 23.4393 23.0297 32.0293 19.4297 34.9893Z' fill='%23DC214F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.46 34.9294C22.68 28.3294 25.89 21.7194 29.11 15.1094C29.13 23.4194 22.92 31.9694 19.46 34.9294Z' fill='%23DE204F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4795 34.8799C22.6795 28.3099 25.8795 21.7399 29.0695 15.1699C28.9495 23.3999 22.7995 31.9099 19.4795 34.8799Z' fill='%23DF1F4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5098 34.8295C22.6898 28.2995 25.8698 21.7695 29.0498 15.2295C28.7798 23.3895 22.6898 31.8495 19.5098 34.8295Z' fill='%23E11E50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.54 34.7693C22.7 28.2693 25.87 21.7793 29.03 15.2793C28.61 23.3693 22.58 31.7893 19.54 34.7693Z' fill='%23E21D50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5596 34.7198C22.7096 28.2598 25.8496 21.7998 28.9896 15.3398C28.4396 23.3498 22.4696 31.7298 19.5596 34.7198Z' fill='%23E41C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5898 34.6596C22.7198 28.2396 25.8498 21.8096 28.9698 15.3896C28.2698 23.3296 22.3498 31.6696 19.5898 34.6596Z' fill='%23E51C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6201 34.6102C22.7301 28.2202 25.8401 21.8402 28.9501 15.4502C28.1001 23.3102 22.2401 31.6002 19.6201 34.6102Z' fill='%23E71A50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6396 34.55C22.7296 28.2 25.8196 21.85 28.9196 15.5C27.9196 23.29 22.1296 31.54 19.6396 34.55Z' fill='%23E91951'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6699 34.4996C22.7499 28.1896 25.8199 21.8696 28.8899 15.5596C27.7499 23.2696 22.0199 31.4796 19.6699 34.4996Z' fill='%23EB1851'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6992 34.4396C22.7592 28.1596 25.8092 21.8796 28.8692 15.5996C27.5792 23.2496 21.8992 31.4196 19.6992 34.4396Z' fill='%23ED1651'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.79 34.2498C22.78 28.0998 25.78 21.9498 28.77 15.7998C27.49 23.2898 21.93 31.2898 19.79 34.2498Z' fill='%23EE2654'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.8896 34.06C22.8196 28.04 25.7496 22.02 28.6796 16C27.3896 23.33 21.9596 31.16 19.8896 34.06Z' fill='%23EE3257'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.9795 33.8595C22.8495 27.9695 25.7195 22.0795 28.5795 16.1895C27.2995 23.3595 21.9895 31.0295 19.9795 33.8595Z' fill='%23EF3C5B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0693 33.6696C22.8793 27.9096 25.6793 22.1496 28.4793 16.3896C27.2093 23.3996 22.0193 30.8996 20.0693 33.6696Z' fill='%23EF455E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.1699 33.4693C22.9099 27.8393 25.6499 22.2093 28.3899 16.5693C27.1099 23.4393 22.0499 30.7593 20.1699 33.4693Z' fill='%23F04D62'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.2598 33.2795C22.9398 27.7795 25.6198 22.2795 28.2998 16.7695C27.0198 23.4695 22.0798 30.6295 20.2598 33.2795Z' fill='%23F05465'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.3594 33.0897C22.9794 27.7197 25.5894 22.3397 28.2094 16.9697C26.9194 23.5097 22.0994 30.4997 20.3594 33.0897Z' fill='%23F15C69'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4492 32.8902C22.9992 27.6502 25.5592 22.4002 28.1092 17.1602C26.8292 23.5502 22.1292 30.3702 20.4492 32.8902Z' fill='%23F1626D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5498 32.6994C23.0398 27.5894 25.5298 22.4694 28.0198 17.3594C26.7298 23.5894 22.1598 30.2394 20.5498 32.6994Z' fill='%23F26971'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.6396 32.5C23.0696 27.52 25.4896 22.53 27.9196 17.54C26.6396 23.62 22.1896 30.11 20.6396 32.5Z' fill='%23F26F75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.7393 32.3093C23.0993 27.4493 25.4693 22.5993 27.8293 17.7393C26.5493 23.6593 22.2193 29.9793 20.7393 32.3093Z' fill='%23F37579'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.8301 32.1195C23.1301 27.3895 25.4301 22.6695 27.7301 17.9395C26.4501 23.6995 22.2501 29.8495 20.8301 32.1195Z' fill='%23F37B7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9199 31.9199C23.1599 27.3199 25.3999 22.7299 27.6299 18.1299C26.3599 23.7399 22.2799 29.7099 20.9199 31.9199Z' fill='%23F48082'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.0195 31.7301C23.1995 27.2601 25.3695 22.8001 27.5395 18.3301C26.2595 23.7701 22.3095 29.5801 21.0195 31.7301Z' fill='%23F48686'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.1094 31.5298C23.2194 27.1898 25.3294 22.8498 27.4494 18.5098C26.1694 23.8098 22.3294 29.4498 21.1094 31.5298Z' fill='%23F58C8B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.21 31.34C23.26 27.13 25.31 22.92 27.36 18.71C26.08 23.85 22.36 29.32 21.21 31.34Z' fill='%23F5918F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2998 31.1502C23.2898 27.0702 25.2698 22.9902 27.2598 18.9102C25.9798 23.8802 22.3898 29.1902 21.2998 31.1502Z' fill='%23F69694'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.3994 30.9496C23.3194 26.9996 25.2494 23.0496 27.1694 19.0996C25.8894 23.9196 22.4194 29.0596 21.3994 30.9496Z' fill='%23F69C99'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.4893 30.7598C23.3493 26.9398 25.2093 23.1198 27.0693 19.2998C25.7893 23.9598 22.4493 28.9298 21.4893 30.7598Z' fill='%23F7A19E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5898 30.5595C23.3898 26.8695 25.1898 23.1795 26.9798 19.4795C25.6998 23.9995 22.4798 28.7995 21.5898 30.5595Z' fill='%23F7A7A3'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6797 30.3697C23.4097 26.8097 25.1497 23.2497 26.8797 19.6797C25.6097 24.0297 22.5097 28.6597 21.6797 30.3697Z' fill='%23F8ADA8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.2704 8.80957L32.6104 9.08957L32.7804 9.22957L33.1204 9.50957C36.4804 12.2596 39.8304 15.0096 43.1804 17.7496L45.0204 19.2596L45.0504 19.2796L45.1904 19.3996L45.2204 19.4196L45.3604 19.5396L45.3904 19.5596L45.5304 19.6796L45.5604 19.6996L45.7004 19.8196L46.0404 20.0996L46.0604 20.1196L46.2104 20.2396L46.2304 20.2596L46.3804 20.3796L46.4004 20.3996L46.5504 20.5196L46.5704 20.5396L46.7204 20.6596L46.7404 20.6796L46.8904 20.7996L46.9104 20.8196L47.0604 20.9396L47.0804 20.9596L47.2304 21.0796L47.2504 21.0996L47.4004 21.2196L47.4204 21.2396L47.5704 21.3596L47.5904 21.3796L47.7404 21.4996L47.7604 21.5196L48.2504 21.9196L48.2704 21.9396L48.4204 22.0596L48.4404 22.0796L53.0204 25.8296L53.5304 26.2396L53.7004 26.3796L53.8704 26.5196L54.0404 26.6596C50.6104 27.2496 47.1904 27.8396 43.8004 28.4196C40.4204 28.9996 37.0504 29.5796 33.7004 30.1596L25.1504 23.1896L25.6704 22.1396C27.8804 17.6696 30.0804 13.2296 32.2704 8.80957Z' fill='url(%23paint1_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1498 12.5696C15.3798 11.9696 18.6598 11.3496 21.9898 10.7296C25.3598 10.0996 28.7898 9.45957 32.2698 8.80957C30.0298 13.3396 27.7898 17.8496 25.5798 22.3196C23.3698 26.7696 21.1798 31.1996 18.9998 35.5996C15.6798 36.0496 12.3998 36.4796 9.16977 36.9196C5.98977 37.3496 2.84977 37.7696 -0.240234 38.1796C1.79977 33.9696 3.84977 29.7396 5.90977 25.4796C7.96976 21.1996 10.0598 16.8896 12.1498 12.5696Z' fill='url(%23paint2_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.25 38.1696C2.8 37.7596 5.91 37.3496 9.09 36.9196C12.32 36.4896 15.63 36.0496 18.99 35.5996C22.61 38.5696 26.26 41.5596 29.92 44.5596C33.6 47.5796 37.31 50.6096 41.04 53.6596C37.39 53.9396 33.81 54.1996 30.31 54.4696C26.88 54.7296 23.51 54.9796 20.21 55.2296C16.76 52.3496 13.32 49.4896 9.9 46.6296C6.5 43.7996 3.12 40.9796 -0.25 38.1696Z' fill='url(%23paint3_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.17 42.2998L29.93 44.5598C33.57 47.5398 37.23 50.5398 40.92 53.5598L30.35 54.4198C26.88 54.6998 23.5 54.9698 20.21 55.2398C22.59 50.7998 24.91 46.4898 27.17 42.2998Z' fill='url(%23paint4_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.209961 37.3603C4.25996 29.0803 8.29996 20.8103 12.35 12.5303C14.71 23.8303 6.42996 34.2803 0.209961 37.3603Z' fill='%23E41A50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.240234 37.2998C4.27023 29.0698 8.29023 20.8298 12.3202 12.5898C14.5002 23.7898 6.29023 34.1898 0.240234 37.2998Z' fill='%23E51D50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.269531 37.2402C4.27953 29.0502 8.27953 20.8602 12.2795 12.6602C14.2895 23.7602 6.14953 34.1102 0.269531 37.2402Z' fill='%23E52051'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.299805 37.1707C4.2798 29.0207 8.2698 20.8707 12.2498 12.7207C14.0798 23.7207 6.0098 34.0307 0.299805 37.1707Z' fill='%23E62352'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.330078 37.11C4.29008 29 8.26008 20.9 12.2201 12.79C13.8701 23.68 5.88008 33.94 0.330078 37.11Z' fill='%23E62653'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.360352 37.0406C4.30035 28.9806 8.25035 20.9106 12.1804 12.8506C13.6604 23.6406 5.74035 33.8606 0.360352 37.0406Z' fill='%23E62853'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.389648 36.9802C4.30965 28.9602 8.22965 20.9402 12.1496 12.9102C13.4496 23.6102 5.59965 33.7702 0.389648 36.9802Z' fill='%23E72B54'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.419922 36.9205C4.31992 28.9405 8.21992 20.9605 12.1199 12.9805C13.2399 23.5705 5.45992 33.6905 0.419922 36.9205Z' fill='%23E72D55'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.459961 36.85C4.33996 28.92 8.21996 20.98 12.1 13.04C13.03 23.53 5.31996 33.61 0.459961 36.85Z' fill='%23E83056'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.490234 36.7904C4.35023 28.9004 8.21024 21.0004 12.0602 13.1104C12.8202 23.5004 5.18023 33.5204 0.490234 36.7904Z' fill='%23E83256'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.519531 36.7199C4.35953 28.8699 8.19953 21.0199 12.0295 13.1699C12.5995 23.4599 5.03953 33.4399 0.519531 36.7199Z' fill='%23E93457'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.549805 36.6602C4.3698 28.8502 8.1898 21.0502 11.9998 13.2402C12.3898 23.4202 4.8998 33.3602 0.549805 36.6602Z' fill='%23E93658'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.580078 36.5998C4.38008 28.8398 8.17008 21.0698 11.9701 13.2998C12.1801 23.3898 4.76008 33.2698 0.580078 36.5998Z' fill='%23EA3859'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.610352 36.5303C4.39035 28.8104 8.16035 21.0904 11.9304 13.3604C11.9704 23.3504 4.62035 33.1903 0.610352 36.5303Z' fill='%23EA3A5A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.639648 36.4707C4.39965 28.7907 8.14965 21.1107 11.8996 13.4307C11.7596 23.3107 4.47965 33.1107 0.639648 36.4707Z' fill='%23EB3C5A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.669922 36.4002C4.39992 28.7602 8.13992 21.1302 11.8699 13.4902C11.5499 23.2802 4.33992 33.0202 0.669922 36.4002Z' fill='%23EB3E5B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.709961 36.3405C4.41996 28.7505 8.13996 21.1505 11.85 13.5605C11.34 23.2405 4.19996 32.9405 0.709961 36.3405Z' fill='%23EC405C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.740234 36.2801C4.43023 28.7301 8.12023 21.1801 11.8102 13.6201C11.1302 23.2001 4.06023 32.8601 0.740234 36.2801Z' fill='%23ED425D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.769531 36.2107C4.43953 28.7007 8.10953 21.1907 11.7795 13.6807C10.9195 23.1707 3.91953 32.7707 0.769531 36.2107Z' fill='%23ED435E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.799805 36.15C4.4498 28.68 8.0998 21.22 11.7498 13.75C10.7098 23.13 3.7798 32.69 0.799805 36.15Z' fill='%23EE455E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.830078 36.0805C4.46008 28.6605 8.09008 21.2305 11.7201 13.8105C10.4901 23.0905 3.64008 32.6105 0.830078 36.0805Z' fill='%23EF475F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.860352 36.0199C4.47035 28.6399 8.08035 21.2599 11.6804 13.8799C10.2804 23.0599 3.50035 32.5199 0.860352 36.0199Z' fill='%23EF4960'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969727 35.7906C4.49973 28.5606 8.03973 21.3306 11.5697 14.1006C10.1697 23.0906 3.53973 32.3706 0.969727 35.7906Z' fill='%23F04F63'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.08984 35.5601C4.54984 28.4801 8.00984 21.4101 11.4698 14.3301C10.0498 23.1301 3.56984 32.2101 1.08984 35.5601Z' fill='%23F05566'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.2002 35.3405C4.5902 28.4205 7.9702 21.4905 11.3502 14.5605C9.9402 23.1705 3.6002 32.0505 1.2002 35.3405Z' fill='%23F15A69'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.30957 35.11C4.61957 28.34 7.92957 21.56 11.2396 14.79C9.82957 23.21 3.62957 31.9 1.30957 35.11Z' fill='%23F1606C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.41992 34.8805C4.65992 28.2605 7.88992 21.6405 11.1299 15.0205C9.70992 23.2405 3.65992 31.7405 1.41992 34.8805Z' fill='%23F1656F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.53027 34.6502C4.69027 28.1802 7.86027 21.7102 11.0203 15.2402C9.60027 23.2802 3.70027 31.5802 1.53027 34.6502Z' fill='%23F26A72'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.63965 34.4207C4.72965 28.1007 7.81965 21.7907 10.8996 15.4707C9.47965 23.3207 3.72965 31.4207 1.63965 34.4207Z' fill='%23F26F75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.75 34.2C4.76 28.04 7.78 21.87 10.79 15.71C9.37 23.36 3.76 31.27 1.75 34.2Z' fill='%23F37479'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.87012 33.9707C4.81012 27.9607 7.75012 21.9507 10.6901 15.9307C9.25012 23.3907 3.79012 31.1107 1.87012 33.9707Z' fill='%23F3787C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.97949 33.7402C4.84949 27.8802 7.70949 22.0202 10.5695 16.1602C9.13949 23.4302 3.81949 30.9502 1.97949 33.7402Z' fill='%23F37D7F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.08984 33.5099C4.87984 27.7999 7.66984 22.0899 10.4598 16.3799C9.01984 23.4699 3.85984 30.7999 2.08984 33.5099Z' fill='%23F48183'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.2002 33.2803C4.9202 27.7204 7.6302 22.1704 10.3502 16.6104C8.9102 23.5104 3.8902 30.6403 2.2002 33.2803Z' fill='%23F48686'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.30957 33.0606C4.94957 27.6606 7.58957 22.2506 10.2296 16.8506C8.78957 23.5506 3.91957 30.4806 2.30957 33.0606Z' fill='%23F58A8A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.41992 32.8303C4.98992 27.5803 7.55992 22.3303 10.1199 17.0703C8.67992 23.5803 3.94992 30.3203 2.41992 32.8303Z' fill='%23F58E8D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.54004 32.5998C5.03004 27.4998 7.53004 22.3998 10.02 17.2998C8.56004 23.6198 3.99004 30.1698 2.54004 32.5998Z' fill='%23F59291'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.65039 32.3705C5.07039 27.4205 7.49039 22.4705 9.91039 17.5205C8.45039 23.6605 4.02039 30.0105 2.65039 32.3705Z' fill='%23F69795'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.75977 32.14C5.10977 27.34 7.44977 22.55 9.78977 17.75C8.33977 23.7 4.04977 29.85 2.75977 32.14Z' fill='%23F69B98'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.87012 31.9105C5.14012 27.2705 7.41012 22.6205 9.68012 17.9805C8.22012 23.7305 4.08012 29.7005 2.87012 31.9105Z' fill='%23F79F9C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.97949 31.69C5.17949 27.2 7.36949 22.71 9.56949 18.21C8.10949 23.77 4.10949 29.54 2.97949 31.69Z' fill='%23F7A4A0'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.08984 31.4604C5.20984 27.1204 7.32984 22.7804 9.44984 18.4404C7.98984 23.8104 4.14984 29.3804 3.08984 31.4604Z' fill='%23F8A8A4'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2002 31.2299C5.2502 27.0399 7.3002 22.8599 9.3402 18.6699C7.8802 23.8499 4.1802 29.2299 3.2002 31.2299Z' fill='%23F8ADA8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.71 28.6397C29.01 29.7497 29.42 31.9797 28.62 33.6097C27.82 35.2397 26.13 35.6597 24.83 34.5497C23.53 33.4397 23.11 31.2197 23.91 29.5797C24.7 27.9497 26.41 27.5297 27.71 28.6397ZM7.53 33.6297C8.86 34.7497 9.28 36.9797 8.49 38.6197C7.69 40.2597 5.98 40.6897 4.65 39.5797C3.32 38.4697 2.88 36.2297 3.68 34.5897C4.48 32.9397 6.2 32.5097 7.53 33.6297ZM17.65 31.1297C18.96 32.2497 19.38 34.4697 18.58 36.0997C17.79 37.7297 16.08 38.1597 14.76 37.0497C13.44 35.9397 13.02 33.7097 13.81 32.0697C14.62 30.4297 16.34 30.0097 17.65 31.1297Z' fill='url(%23paint5_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1504 12.5696L12.3004 12.5396L12.4504 12.5096H12.4604L12.6004 12.4796H12.6104L12.7504 12.4496H12.7704L12.9104 12.4196H12.9304L13.0604 12.3996H13.0804L13.2104 12.3796L13.2404 12.3696L13.3704 12.3496L13.4004 12.3396L13.5204 12.3196L13.5504 12.3096L13.6704 12.2896L13.7104 12.2796L13.8304 12.2596L13.8704 12.2496L13.9804 12.2296L14.0204 12.2196L14.1304 12.1996L14.1804 12.1896L14.2904 12.1696L14.3404 12.1596L14.4404 12.1396L14.4904 12.1296L14.5904 12.1096L14.6504 12.0996L14.7504 12.0796L14.8104 12.0696L14.9004 12.0496L14.9604 12.0396L15.0504 12.0196L15.1204 12.0096L15.1904 11.9996L15.2604 11.9896L15.3504 11.9696L15.5804 11.9296L15.6604 11.9096L15.7404 11.8996L15.8204 11.8896L15.9004 11.8696L16.0604 11.8396L16.1304 11.8296L16.2104 11.8096L16.2804 11.7996L16.3704 11.7796L16.4404 11.7696L16.5304 11.7496L16.5904 11.7396L16.6804 11.7196L16.7404 11.7096L16.8304 11.6896L16.8904 11.6796L16.9904 11.6596L17.0504 11.6496L17.1504 11.6296L17.2004 11.6196L17.3004 11.5996L17.3504 11.5896L17.6104 11.5396L17.6604 11.5296L17.7704 11.5096L17.8204 11.4996L17.9304 11.4796L17.9704 11.4696L18.0804 11.4496L18.1204 11.4396L18.2304 11.4196L18.2704 11.4096L18.3904 11.3896L18.4304 11.3796L19.3304 11.2096L19.3604 11.1996L19.4904 11.1796H19.5204L19.6504 11.1596H19.6704L19.8004 11.1396H19.8204L19.9504 11.1196H19.9704L20.1104 11.0896H20.1304L20.2704 11.0596H20.2904L20.4304 11.0296H20.4504L20.5904 10.9996H20.6104L20.7504 10.9696H20.7604L20.9004 10.9396H20.9104L21.0504 10.9096H21.0604L21.2104 10.8796H21.2204L21.3704 10.8496H21.3804L21.5304 10.8196H21.5404L21.6904 10.7896H21.7004L21.8504 10.7596H21.8604L22.0104 10.7296H22.0204L22.1704 10.6996H22.1804L22.3304 10.6696H22.3404L22.4904 10.6396H22.5004L22.6504 10.6096H22.6604L22.8104 10.5796H22.8204L22.9704 10.5496H22.9804L23.1304 10.5196H23.1404L23.2804 10.4896H23.2904L23.4304 10.4596H23.4504L23.5904 10.4296H23.6104L23.7504 10.3996H23.7704L23.9104 10.3696H23.9304L24.0704 10.3396H24.0904L24.2304 10.3096H24.2504L24.3904 10.2796H24.4104L24.5404 10.2596L24.5704 10.2496L24.7004 10.2296L24.7304 10.2196L24.8604 10.1996L24.8904 10.1896L25.0204 10.1696L25.0504 10.1596L25.1804 10.1396L25.2104 10.1296L25.3404 10.1096L25.3704 10.0996L25.4904 10.0796L25.5304 10.0696L25.6504 10.0496L25.6904 10.0396H25.7104L26.0104 9.97957L26.1304 9.95957L26.1704 9.94957L26.2804 9.92957L26.3304 9.91957L26.4004 9.89957L26.4504 9.88957L26.5604 9.86957L26.6104 9.85957L26.7204 9.83957L26.7704 9.82957L26.8804 9.80957L26.9404 9.79957L27.0404 9.77957L27.1004 9.76957L27.2004 9.74957L27.2604 9.73957L27.3604 9.71957L27.4204 9.70957L27.5204 9.68957L27.5804 9.67957L27.6704 9.65957L27.7404 9.64957L27.8304 9.62957L27.9004 9.61957L27.9904 9.59957L28.0604 9.58957L28.1504 9.56957L28.2204 9.55957L28.3004 9.53957L28.3804 9.52957L28.4604 9.50957L28.5404 9.49957L28.6204 9.48957L28.7004 9.46957L28.7704 9.45957L28.8604 9.43957L28.9304 9.42957L29.0204 9.40957L29.0904 9.39957L29.1804 9.37957L29.2504 9.36957L29.3504 9.34957L29.4104 9.33957L29.5104 9.31957L29.5704 9.30957L29.6704 9.28957L29.7304 9.27957L29.8404 9.25957L29.8904 9.24957L30.0004 9.22957L30.0504 9.21957L30.1604 9.19957L30.2104 9.18957L30.3204 9.16957L30.3604 9.15957L30.4804 9.13957L30.5204 9.12957L30.6404 9.10957L30.6804 9.09957L30.8104 9.07957L30.8404 9.06957L30.9704 9.04957L31.0004 9.03957L31.1304 9.01957H31.1604L31.3004 8.98957H31.3204L31.4604 8.95957H31.4804L31.6204 8.92957H31.6404L31.7904 8.89957H31.8004L31.9504 8.86957H31.9604L32.1104 8.83957L32.2704 8.80957C30.0304 13.3396 27.7904 17.8496 25.5804 22.3196L25.1604 23.1696L22.9604 21.3696C19.3604 18.4496 15.7504 15.5096 12.1504 12.5696Z' fill='url(%23paint6_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6001 13.1896C18.8901 12.9496 21.0701 13.6796 22.4701 14.8196C23.8701 15.9596 23.9501 17.0796 22.6601 17.3096C21.3701 17.5496 19.2001 16.8196 17.8101 15.6796C16.4001 14.5396 16.3101 13.4296 17.6001 13.1896ZM30.0001 10.8796C31.3101 10.6396 33.5101 11.3696 34.9201 12.5296C36.3301 13.6796 36.4001 14.8096 35.0801 15.0396C33.7701 15.2796 31.5701 14.5396 30.1701 13.3996C28.7801 12.2496 28.6901 11.1296 30.0001 10.8796ZM30.9201 24.0496C32.2201 23.8196 34.4001 24.5596 35.7901 25.6896C37.1801 26.8296 37.2501 27.9296 35.9501 28.1496C34.6501 28.3796 32.4801 27.6396 31.0901 26.5096C29.7001 25.3896 29.6201 24.2796 30.9201 24.0496ZM43.4001 21.8496C44.7201 21.6196 46.9301 22.3596 48.3201 23.5096C49.7201 24.6596 49.7801 25.7696 48.4601 25.9996C47.1401 26.2296 44.9401 25.4896 43.5501 24.3496C42.1601 23.1996 42.0901 22.0796 43.4001 21.8496ZM30.4701 17.4996C31.7701 17.2696 33.9601 17.9996 35.3601 19.1396C36.7601 20.2796 36.8301 21.3996 35.5301 21.6296C34.2201 21.8596 32.0401 21.1296 30.6401 19.9896C29.2401 18.8496 29.1601 17.7396 30.4701 17.4996Z' fill='url(%23paint7_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6001 13.1898C18.8901 12.9498 21.0701 13.6798 22.4701 14.8198C23.8701 15.9598 23.9501 17.0798 22.6601 17.3098C21.3701 17.5498 19.2001 16.8198 17.8101 15.6798C16.4001 14.5398 16.3101 13.4298 17.6001 13.1898ZM31.2401 10.8898L30.0501 13.2898C28.7701 12.1798 28.7401 11.1198 30.0001 10.8798C30.3601 10.8198 30.7801 10.8198 31.2401 10.8898Z' fill='%23E53758'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.7099 30.1399C36.8899 29.5899 40.1599 29.0299 43.4999 28.4499C46.9199 27.8599 50.4399 27.2499 54.0499 26.6299C52.0899 30.7799 50.1299 35.0899 47.9899 39.4599L41.0499 53.6499C37.3699 50.6399 33.5699 47.5299 29.9299 44.5499L27.1699 42.2899L27.2399 42.1499C29.4499 38.0499 31.6099 34.0399 33.7099 30.1399Z' fill='url(%23paint8_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9104 13.8497C16.1704 13.6197 16.5304 14.8097 15.7004 16.4997C14.8804 18.1897 13.1904 19.7297 11.9504 19.9397C10.7104 20.1497 10.3604 18.9697 11.1704 17.2997C11.9904 15.6197 13.6604 14.0797 14.9104 13.8497ZM27.2604 11.5897C28.5904 11.3497 28.9804 12.5697 28.1204 14.2997C27.2604 16.0397 25.4904 17.6297 24.1804 17.8497C22.8704 18.0697 22.5004 16.8697 23.3404 15.1397C24.1904 13.4197 25.9404 11.8297 27.2604 11.5897ZM7.15039 29.8197C8.37039 29.6397 8.72039 30.8297 7.91039 32.4897C7.10039 34.1497 5.46039 35.6197 4.25039 35.7897C3.04039 35.9597 2.71039 34.7697 3.50039 33.1297C4.30039 31.4897 5.92039 29.9997 7.15039 29.8197ZM19.1604 28.0097C20.4504 27.8197 20.8204 29.0397 19.9804 30.7497C19.1404 32.4497 17.4104 33.9697 16.1304 34.1497C14.8504 34.3297 14.5004 33.1097 15.3304 31.4197C16.1704 29.7397 17.8704 28.2097 19.1604 28.0097ZM11.0104 21.8697C12.2504 21.6597 12.6004 22.8597 11.7904 24.5297C10.9704 26.1997 9.31039 27.7097 8.08039 27.8997C6.85039 28.0897 6.51039 26.9097 7.32039 25.2497C8.12039 23.5897 9.77039 22.0797 11.0104 21.8697ZM23.1904 19.8497C24.5004 19.6297 24.8804 20.8497 24.0304 22.5697C23.1804 24.2897 21.4304 25.8497 20.1404 26.0397C18.8504 26.2397 18.4804 25.0297 19.3204 23.3197C20.1604 21.6197 21.8804 20.0597 23.1904 19.8497Z' fill='%23E5E4E6'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.7199 37.8804C40.0499 37.6904 40.4799 38.8704 39.6399 40.5504C38.7999 42.2304 36.9999 43.7604 35.6599 43.9204C34.3199 44.0804 33.9599 42.8304 34.8099 41.1804C35.6599 39.5204 37.3899 38.0604 38.7199 37.8804Z' fill='%23932E37'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.170898 38.1901C6.2191 37.3301 12.6191 36.4801 19.0091 35.6201C22.3391 45.2601 3.4891 38.7501 -0.170898 38.1901Z' fill='url(%23paint9_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.170898 38.1903C6.1191 37.3503 12.7191 36.4604 19.0091 35.6104C21.9891 44.9404 3.4291 38.7403 -0.170898 38.1903Z' fill='url(%23paint10_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.170898 38.1903C6.0191 37.3603 12.8191 36.4404 19.0091 35.6104C21.6491 44.6104 3.3691 38.7303 -0.170898 38.1903Z' fill='url(%23paint11_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.110352 38.2296C5.97965 37.4096 12.9896 36.4596 19.0696 35.6396C21.3696 44.3096 3.37965 38.7596 -0.110352 38.2296Z' fill='url(%23paint12_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0908203 38.2397C5.89918 37.4397 13.1092 36.4496 19.0992 35.6396C21.0492 43.9996 3.33918 38.7597 -0.0908203 38.2397Z' fill='url(%23paint13_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0800781 38.2504C5.80992 37.4604 13.2199 36.4404 19.1099 35.6504C20.7199 43.6804 3.28992 38.7704 -0.0800781 38.2504Z' fill='url(%23paint14_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0703125 38.2702C5.70969 37.5002 13.3397 36.4402 19.1197 35.6602C20.3797 43.3602 3.23969 38.7702 -0.0703125 38.2702Z' fill='url(%23paint15_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0703125 38.2799C5.60969 37.5199 13.4397 36.4299 19.1197 35.6699C20.0497 43.0399 3.18969 38.7699 -0.0703125 38.2799Z' fill='url(%23paint16_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0605469 38.2899C5.51945 37.5399 13.5495 36.4199 19.1295 35.6699C19.7095 42.7199 3.12945 38.7799 -0.0605469 38.2899Z' fill='url(%23paint17_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0703125 38.2999C5.40969 37.5699 13.6497 36.4099 19.1297 35.6699C19.3597 42.3999 3.06969 38.7799 -0.0703125 38.2999Z' fill='url(%23paint18_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0800781 38.3097C5.29992 37.5897 13.7399 36.3997 19.1199 35.6797C19.0099 42.0797 2.99992 38.7797 -0.0800781 38.3097Z' fill='url(%23paint19_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0908203 38.3197C5.18918 37.6097 13.8392 36.3897 19.1092 35.6797C18.6592 41.7597 2.92918 38.7797 -0.0908203 38.3197Z' fill='url(%23paint20_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.100586 38.3197C5.07941 37.6297 13.9294 36.3697 19.0994 35.6797C18.2994 41.4397 2.86941 38.7797 -0.100586 38.3197Z' fill='url(%23paint21_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.110352 38.3297C4.95965 37.6497 14.0196 36.3597 19.0996 35.6797C17.9496 41.1097 2.79965 38.7697 -0.110352 38.3297Z' fill='url(%23paint22_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.120117 38.3299C4.84988 37.6599 14.1199 36.3399 19.0899 35.6699C17.5999 40.7899 2.72988 38.7699 -0.120117 38.3299Z' fill='url(%23paint23_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.130859 38.3299C4.73914 37.6799 14.2091 36.3199 19.0791 35.6699C17.2491 40.4599 2.65914 38.7599 -0.130859 38.3299Z' fill='url(%23paint24_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.140625 38.3302C4.62937 37.6902 14.2994 36.3002 19.0694 35.6602C16.8894 40.1302 2.58938 38.7502 -0.140625 38.3302Z' fill='url(%23paint25_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.150391 38.3204C4.51961 37.7004 14.3996 36.2704 19.0596 35.6504C16.5396 39.7904 2.51961 38.7304 -0.150391 38.3204Z' fill='url(%23paint26_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.160156 38.3099C4.40984 37.6999 14.4898 36.2499 19.0598 35.6299C16.1898 39.4499 2.45984 38.7099 -0.160156 38.3099Z' fill='url(%23paint27_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.170898 38.2896C4.2891 37.6896 14.5791 36.2096 19.0491 35.5996C15.8391 39.0996 2.3891 38.6796 -0.170898 38.2896Z' fill='url(%23paint28_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.19043 38.2398C4.16957 37.6598 14.6696 36.1398 19.0296 35.5498C15.4696 38.7098 2.30957 38.6198 -0.19043 38.2398Z' fill='url(%23paint29_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.19043 38.24C4.06957 37.67 14.7696 36.12 19.0296 35.54C15.1296 38.38 2.24957 38.61 -0.19043 38.24Z' fill='%23ED1651'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.180664 38.23C3.98934 37.67 14.8493 36.1 19.0193 35.54C15.1893 38.29 2.18934 38.57 -0.180664 38.23Z' fill='%23EE2153'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.170898 38.2298C3.8991 37.6898 14.9291 36.0998 18.9991 35.5498C15.2491 38.1998 2.1291 38.5298 -0.170898 38.2298Z' fill='%23EE2A55'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.170898 38.2296C3.7991 37.6996 15.0091 36.0896 18.9791 35.5596C15.3091 38.1096 2.0691 38.4896 -0.170898 38.2296Z' fill='%23EE3257'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.160156 38.2196C3.71984 37.6996 15.0898 36.0796 18.9698 35.5596C15.3698 38.0196 2.00984 38.4496 -0.160156 38.2196Z' fill='%23EF3859'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.150391 38.2203C3.62961 37.7103 15.1696 36.0803 18.9496 35.5703C15.4296 37.9303 1.94961 38.4103 -0.150391 38.2203Z' fill='%23EF3F5C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.140625 38.2201C3.53938 37.7301 15.2594 36.0701 18.9394 35.5801C15.4794 37.8401 1.89937 38.3701 -0.140625 38.2201Z' fill='%23EF445E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.130859 38.2103C3.45914 37.7303 15.3391 36.0603 18.9291 35.5703C15.5391 37.7503 1.83914 38.3303 -0.130859 38.2103Z' fill='%23EF4960'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.130859 38.2101C3.35914 37.7401 15.4091 36.0501 18.8991 35.5801C15.5991 37.6601 1.77914 38.2901 -0.130859 38.2101Z' fill='%23F04F63'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.120117 38.2098C3.26988 37.7598 15.4899 36.0498 18.8899 35.5898C15.6599 37.5698 1.71988 38.2598 -0.120117 38.2098Z' fill='%23F05465'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.110352 38.1998C3.18965 37.7598 15.5796 36.0298 18.8696 35.5898C15.7197 37.4798 1.65965 38.2198 -0.110352 38.1998Z' fill='%23F05968'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.100586 38.1996C3.09941 37.7696 15.6594 36.0296 18.8594 35.5996C15.7794 37.3896 1.59941 38.1796 -0.100586 38.1996Z' fill='%23F15D6A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0908203 38.2004C3.00918 37.7804 15.7392 36.0304 18.8492 35.6104C15.8392 37.3004 1.53918 38.1404 -0.0908203 38.2004Z' fill='%23F1616D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0800781 38.1903C2.92992 37.7903 15.8199 36.0104 18.8299 35.6104C15.8999 37.2104 1.47992 38.1003 -0.0800781 38.1903Z' fill='%23F1666F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0800781 38.1901C2.82992 37.8001 15.8999 36.0101 18.8099 35.6201C15.9499 37.1201 1.41992 38.0601 -0.0800781 38.1901Z' fill='%23F26A72'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0703125 38.1901C2.74969 37.8101 15.9797 36.0001 18.7997 35.6201C16.0097 37.0301 1.35969 38.0201 -0.0703125 38.1901Z' fill='%23F26E75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0605469 38.1801C2.65945 37.8201 16.0595 35.9901 18.7795 35.6201C16.0695 36.9401 1.29945 37.9801 -0.0605469 38.1801Z' fill='%23F27277'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0507812 38.1799C2.56922 37.8299 16.1492 35.9899 18.7692 35.6299C16.1292 36.8499 1.23922 37.9399 -0.0507812 38.1799Z' fill='%23F3767A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0400391 38.1796C2.48996 37.8396 16.23 35.9796 18.75 35.6396C16.19 36.7596 1.17996 37.8996 -0.0400391 38.1796Z' fill='%23F37A7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0400391 38.1696C2.38996 37.8496 16.3 35.9696 18.73 35.6396C16.25 36.6696 1.11996 37.8596 -0.0400391 38.1696Z' fill='%23F37E80'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0302734 38.1704C2.29973 37.8604 16.3797 35.9604 18.7097 35.6504C16.3097 36.5804 1.05973 37.8204 -0.0302734 38.1704Z' fill='%23F48183'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0205078 38.1702C2.21949 37.8702 16.4695 35.9602 18.6995 35.6602C16.3595 36.4902 0.999492 37.7802 -0.0205078 38.1702Z' fill='%23F48586'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.45996 37.6799L8.87996 36.9499C8.85996 37.5299 8.72996 38.0999 8.47996 38.6199C7.67996 40.2599 5.96996 40.6899 4.63996 39.5799C4.07996 39.0999 3.67996 38.4299 3.45996 37.6799ZM14.09 36.2599L18.78 35.6299C18.73 35.7899 18.66 35.9499 18.59 36.0999C17.8 37.7299 16.09 38.1599 14.77 37.0499C14.51 36.8299 14.28 36.5599 14.09 36.2599Z' fill='url(%23paint30_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7299 37.44C18.0199 37.27 20.2099 38.06 21.6099 39.21C23.0099 40.36 23.0599 41.41 21.7399 41.57C20.4199 41.72 18.2499 40.92 16.8799 39.79C15.5099 38.66 15.4399 37.61 16.7299 37.44ZM17.5399 49.56C18.7999 49.44 20.9399 50.26 22.2999 51.39C23.6599 52.52 23.7099 53.52 22.4299 53.63C21.1399 53.73 19.0299 52.9 17.6899 51.79C16.3499 50.68 16.2799 49.68 17.5399 49.56Z' fill='%23B3B2B8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.6901 27.3203C50.6201 33.7103 44.1301 47.0903 41.0601 53.4803C37.5101 46.0803 46.3101 33.6203 53.6901 27.3203Z' fill='%23ED1651'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.5301 27.6406C50.5301 33.8906 44.2701 46.7806 41.2801 53.0306C37.9201 45.8106 46.4401 33.7306 53.5301 27.6406Z' fill='%23EE2654'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.3699 27.9707C50.4399 34.0707 44.4099 46.4907 41.4899 52.6007C38.3399 45.5407 46.5799 33.8307 53.3699 27.9707Z' fill='%23EE3257'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.2098 28.29C50.3498 34.25 44.5598 46.19 41.6998 52.15C38.7498 45.27 46.7198 33.94 53.2098 28.29Z' fill='%23EF3C5B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.0503 28.6201C50.2603 34.4301 44.7003 45.9001 41.9103 51.7101C39.1703 45.0001 46.8603 34.0501 53.0503 28.6201Z' fill='%23EF455E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.8897 28.9502C50.1697 34.6202 44.8397 45.6102 42.1197 51.2802C39.5797 44.7302 46.9897 34.1502 52.8897 28.9502Z' fill='%23F04D62'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.7305 29.2705C50.0805 34.7905 44.9805 45.3005 42.3305 50.8305C40.0005 44.4605 47.1305 34.2605 52.7305 29.2705Z' fill='%23F05465'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.5698 29.6006C49.9898 34.9806 45.1198 45.0106 42.5398 50.3906C40.4098 44.1906 47.2698 34.3606 52.5698 29.6006Z' fill='%23F15C69'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.4101 29.9199C49.9001 35.1599 45.2701 44.7099 42.7501 49.9499C40.8301 43.9199 47.4001 34.4699 52.4101 29.9199Z' fill='%23F1626D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.2506 30.25C49.8106 35.34 45.4106 44.42 42.9706 49.51C41.2406 43.65 47.5406 34.58 52.2506 30.25Z' fill='%23F26971'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.0906 30.5703C49.7206 35.5203 45.5506 44.1203 43.1806 49.0603C41.6606 43.3803 47.6806 34.6803 52.0906 30.5703Z' fill='%23F26F75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.9302 30.9004C49.6202 35.7004 45.6901 43.8204 43.3901 48.6304C42.0701 43.1104 47.8102 34.7904 51.9302 30.9004Z' fill='%23F37579'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.7701 31.2305C49.5301 35.8905 45.8301 43.5305 43.6001 48.1905C42.4901 42.8405 47.9501 34.9005 51.7701 31.2305Z' fill='%23F37B7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.6104 31.5508C49.4404 36.0608 45.9804 43.2308 43.8104 47.7408C42.9004 42.5608 48.0904 35.0008 51.6104 31.5508Z' fill='%23F48082'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.4602 31.8799C49.3602 36.2499 46.1302 42.9399 44.0302 47.3099C43.3202 42.2899 48.2302 35.1099 51.4602 31.8799Z' fill='%23F48686'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.3 32.2002C49.27 36.4202 46.27 42.6402 44.24 46.8602C43.73 42.0202 48.36 35.2202 51.3 32.2002Z' fill='%23F58C8B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.14 32.5303C49.18 36.6103 46.41 42.3503 44.46 46.4203C44.15 41.7503 48.5 35.3203 51.14 32.5303Z' fill='%23F5918F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.9801 32.8506C49.0901 36.7806 46.5501 42.0406 44.6701 45.9806C44.5601 41.4806 48.6401 35.4306 50.9801 32.8506Z' fill='%23F69694'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.8199 33.1807C48.9999 36.9707 46.6899 41.7507 44.8799 45.5407C44.9799 41.2107 48.7699 35.5307 50.8199 33.1807Z' fill='%23F69C99'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.6598 33.5107C48.9098 37.1507 46.8398 41.4607 45.0898 45.1007C45.3898 40.9407 48.9098 35.6407 50.6598 33.5107Z' fill='%23F7A19E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.4998 33.8301C48.8198 37.3301 46.9798 41.1601 45.2998 44.6601C45.7998 40.6701 49.0498 35.7501 50.4998 33.8301Z' fill='%23F7A7A3'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.3398 34.1602C48.7298 37.5102 47.1198 40.8702 45.5098 44.2202C46.2198 40.4002 49.1798 35.8502 50.3398 34.1602Z' fill='%23F8ADA8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.7203 28.0703L48.2803 38.4603L46.0003 43.2003C46.7003 36.9603 42.9103 33.2203 39.0303 29.2303L43.5003 28.4603L45.7203 28.0703Z' fill='url(%23paint31_linear_2591_747)'/%3e %3cpath d='M19.0401 35.4695C18.9801 35.4195 18.9001 35.4295 18.8601 35.4895C18.8101 35.5495 18.8201 35.6295 18.8801 35.6695L40.8401 53.6595C40.9001 53.7095 40.9801 53.6995 41.0201 53.6395C41.0701 53.5795 41.0601 53.4995 41.0001 53.4595L19.0401 35.4695Z' fill='url(%23paint32_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.1797 23.1897L26.8897 19.6797C26.5297 20.9197 26.0097 22.1897 25.4497 23.3997L25.1797 23.1897Z' fill='%23F5908E'/%3e %3cpath d='M32.3403 8.99991C32.3703 8.93991 32.3503 8.85991 32.2803 8.82991C32.2203 8.79991 32.1403 8.81991 32.1103 8.88991L18.9503 35.4199L-0.0496892 37.9999C-0.119689 38.0099 -0.249689 38.1099 -0.239689 38.1799C-0.229689 38.2499 -0.0796892 38.2699 -0.00968918 38.2599L19.0603 35.6699C19.1003 35.6599 19.1403 35.6399 19.1603 35.5999L32.3403 8.99991Z' fill='url(%23paint33_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.4605 14.2299C36.8605 15.3799 37.3205 17.6999 36.4805 19.4199C35.6405 21.1399 33.8105 21.5999 32.4005 20.4499C30.9905 19.2999 30.5405 16.9699 31.3905 15.2499C32.2305 13.5299 34.0605 13.0799 35.4605 14.2299ZM48.8905 25.2299C50.2905 26.3799 50.7605 28.7099 49.9305 30.4299C49.1005 32.1599 47.2805 32.6299 45.8705 31.4799C44.4605 30.3299 44.0005 27.9899 44.8405 26.2599C45.6705 24.5399 47.4805 24.0799 48.8905 25.2299ZM27.3405 30.7199C28.7605 31.8799 29.2105 34.2299 28.3505 35.9699C27.4905 37.7199 25.6505 38.1899 24.2305 37.0299C22.8105 35.8699 22.3605 33.5099 23.2205 31.7699C24.0805 30.0199 25.9205 29.5599 27.3405 30.7199ZM40.8705 41.7999C42.2905 42.9599 42.7505 45.3199 41.9005 47.0699C41.0505 48.8199 39.2205 49.3099 37.8005 48.1399C36.3805 46.9799 35.9205 44.6099 36.7705 42.8599C37.6205 41.1099 39.4505 40.6399 40.8705 41.7999Z' fill='%23E5E4E6'/%3e %3cpath d='M54.01 26.5401C54.04 26.5701 54.09 26.5601 54.11 26.5301C54.14 26.5001 54.13 26.4501 54.1 26.4301L32.29 8.85015C32.26 8.82015 32.21 8.83014 32.19 8.86014C32.16 8.89014 32.17 8.94015 32.2 8.96015L54.01 26.5401Z' fill='url(%23paint34_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.8598 19.3701C40.2298 22.3401 36.5998 25.3101 32.9798 28.2801C29.3498 31.2501 25.7198 34.2301 22.0898 37.2001C24.2298 41.6601 26.3898 46.1401 28.5498 50.6301C30.7198 55.1401 32.8998 59.6701 35.0898 64.2201C38.7698 61.2101 42.4398 58.2001 46.1198 55.1901C49.7898 52.1801 53.4698 49.1701 57.1398 46.1601C54.9098 41.6501 52.6798 37.1601 50.4598 32.6901C48.2498 28.2401 46.0498 23.8001 43.8598 19.3701Z' fill='url(%23paint35_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.9897 46.16C53.5597 39.12 50.1297 32.08 46.7097 25.04C44.9497 34.22 51.8597 43.28 56.9897 46.16Z' fill='%23CD284D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.9595 46.0998C53.5495 39.0998 50.1395 32.0898 46.7295 25.0898C45.1195 34.1998 51.9795 43.2198 56.9595 46.0998Z' fill='%23CE274D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.9395 46.0504C53.5495 39.0804 50.1495 32.1104 46.7595 25.1504C45.2895 34.1804 52.0895 43.1504 56.9395 46.0504Z' fill='%23CF274D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.9097 45.9904C53.5297 39.0604 50.1597 32.1304 46.7897 25.1904C45.4597 34.1604 52.1997 43.0904 56.9097 45.9904Z' fill='%23D1264E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.8893 45.94C53.5293 39.05 50.1693 32.15 46.8193 25.25C45.6293 34.15 52.3093 43.03 56.8893 45.94Z' fill='%23D2254E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.8595 45.8798C53.5195 39.0198 50.1795 32.1598 46.8395 25.2998C45.7995 34.1298 52.4295 42.9698 56.8595 45.8798Z' fill='%23D4254E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.83 45.8304C53.51 39.0104 50.19 32.1904 46.87 25.3604C45.98 34.1104 52.54 42.9104 56.83 45.8304Z' fill='%23D5244E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.8094 45.7799C53.5094 38.9899 50.1994 32.2099 46.8994 25.4199C46.1494 34.0899 52.6494 42.8499 56.8094 45.7799Z' fill='%23D7234E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.78 45.7197C53.49 38.9697 50.21 32.2197 46.92 25.4697C46.32 34.0697 52.76 42.7897 56.78 45.7197Z' fill='%23D8234E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.7495 45.6703C53.4795 38.9603 50.2095 32.2403 46.9395 25.5303C46.4895 34.0503 52.8795 42.7203 56.7495 45.6703Z' fill='%23DA224F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.7295 45.6101C53.4795 38.9301 50.2295 32.2601 46.9795 25.5801C46.6595 34.0301 52.9895 42.6601 56.7295 45.6101Z' fill='%23DB214F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.6995 45.5597C53.4695 38.9197 50.2295 32.2796 46.9995 25.6396C46.8295 34.0096 53.0995 42.5997 56.6995 45.5597Z' fill='%23DC214F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.6695 45.4997C53.4495 38.8997 50.2395 32.2897 47.0195 25.6797C47.0095 33.9897 53.2095 42.5397 56.6695 45.4997Z' fill='%23DE204F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.6496 45.4502C53.4496 38.8802 50.2496 32.3102 47.0596 25.7402C47.1796 33.9702 53.3296 42.4802 56.6496 45.4502Z' fill='%23DF1F4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.6201 45.39C53.4401 38.86 50.2601 32.33 47.0801 25.79C47.3501 33.95 53.4401 42.42 56.6201 45.39Z' fill='%23E11E50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.5896 45.3396C53.4296 38.8396 50.2596 32.3496 47.0996 25.8496C47.5196 33.9296 53.5496 42.3596 56.5896 45.3396Z' fill='%23E21D50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.5696 45.2902C53.4196 38.8302 50.2796 32.3702 47.1396 25.9102C47.6896 33.9202 53.6596 42.3002 56.5696 45.2902Z' fill='%23E41C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.5402 45.23C53.4102 38.81 50.2802 32.38 47.1602 25.96C47.8602 33.9 53.7802 42.23 56.5402 45.23Z' fill='%23E51C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.5097 45.1805C53.3997 38.7905 50.2897 32.4105 47.1797 26.0205C48.0297 33.8805 53.8897 42.1705 56.5097 45.1805Z' fill='%23E71A50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.49 45.1203C53.4 38.7703 50.31 32.4203 47.21 26.0703C48.21 33.8603 54 42.1103 56.49 45.1203Z' fill='%23E91951'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.4593 45.0699C53.3793 38.7599 50.3093 32.4399 47.2393 26.1299C48.3793 33.8399 54.1093 42.0499 56.4593 45.0699Z' fill='%23EB1851'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.4298 45.0099C53.3698 38.7299 50.3198 32.4499 47.2598 26.1699C48.5498 33.8199 54.2298 41.9899 56.4298 45.0099Z' fill='%23ED1651'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.3394 44.8201C53.3494 38.6701 50.3494 32.5201 47.3594 26.3701C48.6394 33.8601 54.1994 41.8601 56.3394 44.8201Z' fill='%23EE2654'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.25 44.6303C53.32 38.6103 50.39 32.5903 47.46 26.5703C48.74 33.8903 54.17 41.7303 56.25 44.6303Z' fill='%23EE3257'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.1498 44.4298C53.2798 38.5398 50.4098 32.6498 47.5498 26.7598C48.8298 33.9298 54.1398 41.5998 56.1498 44.4298Z' fill='%23EF3C5B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.0594 44.24C53.2494 38.48 50.4494 32.72 47.6494 26.96C48.9294 33.97 54.1094 41.46 56.0594 44.24Z' fill='%23EF455E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.9593 44.0396C53.2193 38.4096 50.4793 32.7796 47.7393 27.1396C49.0193 34.0096 54.0793 41.3296 55.9593 44.0396Z' fill='%23F04D62'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.8701 43.8498C53.1901 38.3498 50.5101 32.8498 47.8301 27.3398C49.1101 34.0398 54.0601 41.1998 55.8701 43.8498Z' fill='%23F05465'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.7699 43.66C53.1499 38.29 50.5399 32.91 47.9199 27.54C49.2099 34.08 54.0299 41.07 55.7699 43.66Z' fill='%23F15C69'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.6795 43.4605C53.1295 38.2205 50.5695 32.9705 48.0195 27.7305C49.2995 34.1205 53.9995 40.9405 55.6795 43.4605Z' fill='%23F1626D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.5794 43.2697C53.0894 38.1597 50.5994 33.0397 48.1094 27.9297C49.3994 34.1597 53.9694 40.8097 55.5794 43.2697Z' fill='%23F26971'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.49 43.0704C53.06 38.0904 50.64 33.1004 48.21 28.1104C49.49 34.1904 53.94 40.6804 55.49 43.0704Z' fill='%23F26F75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.3996 42.8796C53.0396 38.0196 50.6696 33.1696 48.3096 28.3096C49.5796 34.2296 53.9096 40.5496 55.3996 42.8796Z' fill='%23F37579'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.2994 42.6898C52.9994 37.9598 50.6994 33.2398 48.3994 28.5098C49.6794 34.2698 53.8794 40.4098 55.2994 42.6898Z' fill='%23F37B7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.21 42.4902C52.97 37.8902 50.73 33.3002 48.5 28.7002C49.77 34.3002 53.85 40.2802 55.21 42.4902Z' fill='%23F48082'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.1098 42.3004C52.9298 37.8304 50.7598 33.3704 48.5898 28.9004C49.8698 34.3404 53.8298 40.1504 55.1098 42.3004Z' fill='%23F48686'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.0197 42.1001C52.9097 37.7601 50.7997 33.4201 48.6797 29.0801C49.9597 34.3801 53.7997 40.0201 55.0197 42.1001Z' fill='%23F58C8B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.9195 41.9103C52.8695 37.7003 50.8195 33.4903 48.7695 29.2803C50.0595 34.4203 53.7695 39.8903 54.9195 41.9103Z' fill='%23F5918F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.8301 41.7205C52.8401 37.6405 50.8601 33.5605 48.8701 29.4805C50.1501 34.4505 53.7401 39.7605 54.8301 41.7205Z' fill='%23F69694'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.73 41.5199C52.81 37.5699 50.88 33.6199 48.96 29.6699C50.24 34.4899 53.71 39.6299 54.73 41.5199Z' fill='%23F69C99'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.6396 41.3301C52.7796 37.5101 50.9196 33.6901 49.0596 29.8701C50.3396 34.5301 53.6796 39.5001 54.6396 41.3301Z' fill='%23F7A19E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.5502 41.1298C52.7502 37.4398 50.9602 33.7498 49.1602 30.0498C50.4302 34.5598 53.6502 39.3698 54.5502 41.1298Z' fill='%23F7A7A3'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.45 40.94C52.72 37.38 50.98 33.82 49.25 30.25C50.53 34.6 53.63 39.23 54.45 40.94Z' fill='%23F8ADA8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.8601 19.3701L43.5201 19.6501L43.3501 19.7901L43.0101 20.0701C39.6501 22.8201 36.3001 25.5701 32.9501 28.3101L31.1101 29.8201L31.0801 29.8401L30.9401 29.9601L30.9101 29.9801L30.7701 30.1001L30.7401 30.1201L30.6001 30.2401L30.5701 30.2601L30.4301 30.3801L30.0901 30.6601L30.0601 30.6801L29.9101 30.8001L29.8901 30.8201L29.7401 30.9401L29.7201 30.9601L29.5701 31.0801L29.5501 31.1001L29.4001 31.2201L29.3801 31.2401L29.2301 31.3601L29.2101 31.3801L29.0601 31.5001L29.0401 31.5201L28.8901 31.6401L28.8701 31.6601L28.7201 31.7801L28.7001 31.8001L28.5501 31.9201L28.5301 31.9401L28.3801 32.0601L28.3601 32.0801L27.8701 32.4801L27.8501 32.5001L27.7001 32.6201L27.6801 32.6401L23.1001 36.3901L22.5901 36.8001L22.4201 36.9401L22.2501 37.0801L22.0801 37.2201C25.5101 37.8101 28.9301 38.4001 32.3201 38.9801C35.7001 39.5601 39.0701 40.1401 42.4201 40.7201L50.9701 33.7501L50.4501 32.7001C48.2501 28.2401 46.0501 23.8001 43.8601 19.3701Z' fill='url(%23paint36_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.9804 23.1399C60.7504 22.5399 57.4704 21.9199 54.1404 21.2999C50.7704 20.6699 47.3404 20.0299 43.8604 19.3799C46.1004 23.9099 48.3404 28.4199 50.5504 32.8899C52.7604 37.3399 54.9504 41.7699 57.1304 46.1699C60.4504 46.6199 63.7304 47.0499 66.9604 47.4899C70.1404 47.9199 73.2804 48.3399 76.3704 48.7499C74.3304 44.5399 72.2804 40.3099 70.2204 36.0499C68.1604 31.7699 66.0804 27.4599 63.9804 23.1399Z' fill='url(%23paint37_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3796 48.7402C73.3296 48.3302 70.2196 47.9202 67.0496 47.4902C63.8196 47.0602 60.5096 46.6202 57.1496 46.1602C53.5296 49.1302 49.8796 52.1202 46.2196 55.1202C42.5396 58.1402 38.8296 61.1702 35.0996 64.2202C38.7496 64.5002 42.3296 64.7702 45.8296 65.0302C49.2596 65.2902 52.6296 65.5402 55.9296 65.7902C59.3796 62.9102 62.8196 60.0402 66.2396 57.1902C69.6296 54.3702 73.0096 51.5502 76.3796 48.7402Z' fill='url(%23paint38_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.96 52.8701L46.2 55.1301C42.56 58.1101 38.9 61.1101 35.21 64.1301L45.78 64.9901C49.25 65.2701 52.63 65.5401 55.92 65.8101C53.54 61.3701 51.22 57.0601 48.96 52.8701Z' fill='url(%23paint39_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.9301 47.9296C71.8801 39.6496 67.8401 31.3796 63.7901 23.0996C61.4201 34.3996 69.7001 44.8396 75.9301 47.9296Z' fill='%23E41A50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.8903 47.8699C71.8603 39.6399 67.8403 31.3999 63.8103 23.1699C61.6303 34.3599 69.8403 44.7599 75.8903 47.8699Z' fill='%23E51D50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.8599 47.8095C71.8499 39.6195 67.8499 31.4295 63.8499 23.2295C61.8399 34.3195 69.9799 44.6795 75.8599 47.8095Z' fill='%23E52051'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.8305 47.74C71.8505 39.59 67.8605 31.44 63.8805 23.29C62.0505 34.29 70.1205 44.59 75.8305 47.74Z' fill='%23E62352'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.8003 47.6794C71.8403 39.5694 67.8703 31.4694 63.9103 23.3594C62.2603 34.2494 70.2603 44.5094 75.8003 47.6794Z' fill='%23E62653'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.7703 47.6099C71.8303 39.5499 67.8803 31.4799 63.9403 23.4199C62.4703 34.2099 70.4003 44.4299 75.7703 47.6099Z' fill='%23E62853'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.74 47.5493C71.82 39.5293 67.9 31.5093 63.98 23.4893C62.68 34.1793 70.53 44.3393 75.74 47.5493Z' fill='%23E72B54'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.7102 47.4898C71.8102 39.5098 67.9102 31.5298 64.0102 23.5498C62.8902 34.1398 70.6702 44.2598 75.7102 47.4898Z' fill='%23E72D55'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.6805 47.4194C71.8005 39.4794 67.9205 31.5494 64.0405 23.6094C63.1005 34.0994 70.8105 44.1794 75.6805 47.4194Z' fill='%23E83056'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.64 47.3597C71.78 39.4697 67.92 31.5697 64.07 23.6797C63.32 34.0697 70.95 44.0897 75.64 47.3597Z' fill='%23E83256'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.6098 47.2893C71.7698 39.4393 67.9298 31.5893 64.0998 23.7393C63.5298 34.0293 71.0898 44.0093 75.6098 47.2893Z' fill='%23E93457'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.5799 47.2296C71.7599 39.4196 67.9399 31.6196 64.1299 23.8096C63.7399 33.9896 71.2299 43.9296 75.5799 47.2296Z' fill='%23E93658'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.5496 47.1691C71.7496 39.4091 67.9596 31.6391 64.1596 23.8691C63.9496 33.9591 71.3696 43.8391 75.5496 47.1691Z' fill='%23EA3859'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.5204 47.0997C71.7404 39.3797 67.9704 31.6597 64.2004 23.9297C64.1604 33.9197 71.5104 43.7597 75.5204 47.0997Z' fill='%23EA3A5A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.4905 47.04C71.7305 39.36 67.9805 31.68 64.2305 24C64.3705 33.88 71.6505 43.68 75.4905 47.04Z' fill='%23EB3C5A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.4598 46.9696C71.7298 39.3296 67.9898 31.6996 64.2598 24.0596C64.5798 33.8396 71.7898 43.5896 75.4598 46.9696Z' fill='%23EB3E5B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.42 46.9099C71.71 39.3199 68 31.7199 64.29 24.1299C64.79 33.8099 71.93 43.5099 75.42 46.9099Z' fill='%23EC405C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.3903 46.8495C71.7003 39.2995 68.0103 31.7495 64.3203 24.1895C65.0003 33.7695 72.0703 43.4295 75.3903 46.8495Z' fill='%23ED425D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.3596 46.78C71.6896 39.27 68.0196 31.76 64.3496 24.25C65.2096 33.73 72.2096 43.34 75.3596 46.78Z' fill='%23ED435E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.3299 46.7193C71.6799 39.2493 68.0299 31.7893 64.3799 24.3193C65.4299 33.6993 72.3499 43.2593 75.3299 46.7193Z' fill='%23EE455E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.3002 46.6499C71.6702 39.2299 68.0402 31.7999 64.4102 24.3799C65.6402 33.6599 72.4902 43.1799 75.3002 46.6499Z' fill='%23EF475F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.2702 46.5892C71.6602 39.2092 68.0502 31.8292 64.4502 24.4492C65.8502 33.6192 72.6302 43.0892 75.2702 46.5892Z' fill='%23EF4960'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.1606 46.3599C71.6306 39.1299 68.0905 31.8999 64.5605 24.6699C65.9605 33.6599 72.6006 42.9399 75.1606 46.3599Z' fill='%23F04F63'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.0499 46.1294C71.5899 39.0494 68.1299 31.9794 64.6699 24.8994C66.0799 33.6994 72.5599 42.7794 75.0499 46.1294Z' fill='%23F05566'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.9303 45.9099C71.5403 38.9899 68.1603 32.0599 64.7803 25.1299C66.1903 33.7399 72.5303 42.6199 74.9303 45.9099Z' fill='%23F15A69'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.8196 45.6794C71.5096 38.9094 68.1996 32.1294 64.8896 25.3594C66.3096 33.7694 72.4996 42.4594 74.8196 45.6794Z' fill='%23F1606C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.71 45.4498C71.47 38.8298 68.24 32.2098 65 25.5898C66.42 33.8098 72.47 42.3098 74.71 45.4498Z' fill='%23F1656F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.6003 45.2196C71.4403 38.7496 68.2704 32.2796 65.1104 25.8096C66.5304 33.8496 72.4403 42.1496 74.6003 45.2196Z' fill='%23F26A72'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.4905 44.99C71.4005 38.67 68.3105 32.36 65.2305 26.04C66.6505 33.89 72.4005 41.99 74.4905 44.99Z' fill='%23F26F75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.3798 44.7595C71.3698 38.5995 68.3498 32.4295 65.3398 26.2695C66.7598 33.9295 72.3698 41.8395 74.3798 44.7595Z' fill='%23F37479'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.2604 44.54C71.3204 38.53 68.3804 32.52 65.4404 26.5C66.8804 33.96 72.3404 41.68 74.2604 44.54Z' fill='%23F3787C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.1506 44.3095C71.2806 38.4495 68.4205 32.5895 65.5605 26.7295C66.9905 33.9995 72.3106 41.5195 74.1506 44.3095Z' fill='%23F37D7F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.0399 44.0792C71.2499 38.3692 68.4599 32.6592 65.6699 26.9492C67.1099 34.0392 72.2699 41.3592 74.0399 44.0792Z' fill='%23F48183'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.9303 43.8497C71.2103 38.2897 68.5003 32.7397 65.7803 27.1797C67.2203 34.0797 72.2403 41.2097 73.9303 43.8497Z' fill='%23F48686'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.8204 43.6192C71.1804 38.2192 68.5404 32.8092 65.9004 27.4092C67.3404 34.1092 72.2104 41.0492 73.8204 43.6192Z' fill='%23F58A8A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.7098 43.3997C71.1398 38.1497 68.5698 32.8996 66.0098 27.6396C67.4498 34.1496 72.1798 40.8897 73.7098 43.3997Z' fill='%23F58E8D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.6001 43.1691C71.1101 38.0691 68.6101 32.9691 66.1201 27.8691C67.5701 34.1891 72.1501 40.7391 73.6001 43.1691Z' fill='%23F59291'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.4797 42.9398C71.0597 37.9898 68.6397 33.0398 66.2197 28.0898C67.6797 34.2298 72.1097 40.5798 73.4797 42.9398Z' fill='%23F69795'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.3699 42.7093C71.0199 37.9093 68.6798 33.1193 66.3398 28.3193C67.7998 34.2593 72.0799 40.4193 73.3699 42.7093Z' fill='%23F69B98'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.2602 42.4798C70.9902 37.8398 68.7202 33.1898 66.4502 28.5498C67.9102 34.2998 72.0502 40.2598 73.2602 42.4798Z' fill='%23F79F9C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.1506 42.2593C70.9506 37.7693 68.7605 33.2793 66.5605 28.7793C68.0205 34.3393 72.0206 40.1093 73.1506 42.2593Z' fill='%23F7A4A0'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.0397 42.0298C70.9197 37.6898 68.7997 33.3498 66.6797 29.0098C68.1397 34.3798 71.9797 39.9498 73.0397 42.0298Z' fill='%23F8A8A4'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M72.93 41.7993C70.88 37.6093 68.83 33.4293 66.79 29.2393C68.25 34.4193 71.95 39.7893 72.93 41.7993Z' fill='%23F8ADA8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.4197 39.2102C47.1197 40.3202 46.7097 42.5502 47.5097 44.1802C48.3097 45.8102 49.9997 46.2302 51.2997 45.1202C52.5997 44.0102 53.0197 41.7902 52.2197 40.1502C51.4297 38.5102 49.7197 38.0902 48.4197 39.2102ZM68.5997 44.2002C67.2697 45.3202 66.8497 47.5502 67.6397 49.1902C68.4397 50.8302 70.1497 51.2602 71.4797 50.1502C72.8097 49.0402 73.2497 46.8002 72.4497 45.1602C71.6497 43.5102 69.9297 43.0802 68.5997 44.2002ZM58.4797 41.7002C57.1697 42.8202 56.7497 45.0402 57.5497 46.6702C58.3397 48.3002 60.0497 48.7302 61.3697 47.6202C62.6897 46.5102 63.1097 44.2802 62.3197 42.6402C61.5097 41.0002 59.7897 40.5802 58.4797 41.7002Z' fill='url(%23paint40_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.9804 23.1401L63.8304 23.1101L63.6804 23.0801H63.6703L63.5303 23.0501H63.5204L63.3804 23.0201H63.3604L63.2204 22.9901H63.2004L63.0704 22.9601H63.0504L62.9203 22.9401H62.8904L62.7603 22.9201L62.7304 22.9101L62.6104 22.8901L62.5804 22.8801L62.4604 22.8601L62.4203 22.8501L62.3004 22.8301L62.2603 22.8201L62.1504 22.8001L62.1104 22.7901L62.0004 22.7701L61.9504 22.7601L61.8404 22.7401L61.7904 22.7301L61.6903 22.7101L61.6404 22.7001L61.5404 22.6801L61.4804 22.6701L61.3804 22.6501L61.3204 22.6401L61.2304 22.6201L61.1703 22.6101L61.0804 22.5901L61.0204 22.5801L60.9304 22.5601L60.8604 22.5501L60.7704 22.5301L60.5404 22.4901L60.4604 22.4701L60.3804 22.4601L60.3004 22.4501L60.2204 22.4401L60.0604 22.4101L59.9904 22.4001L59.9104 22.3801L59.8404 22.3701L59.7504 22.3501L59.6804 22.3401L59.5904 22.3201L59.5303 22.3101L59.4403 22.2901L59.3804 22.2801L59.2904 22.2601L59.2304 22.2501L59.1304 22.2301L59.0704 22.2201L59.0004 22.2001L58.9504 22.1901L58.8503 22.1701L58.8004 22.1601L58.5404 22.1101L58.4904 22.1001L58.3804 22.0801L58.3304 22.0701L58.2204 22.0501L58.1804 22.0401L58.0704 22.0201L58.0303 22.0101L57.9104 22.0001L57.8703 21.9901L57.7504 21.9701L57.7104 21.9601L56.8104 21.7901L56.7803 21.7801L56.6504 21.7601H56.6203L56.4904 21.7401H56.4704L56.3404 21.7201H56.3204L56.1903 21.6901H56.1703L56.0303 21.6601H56.0103L55.8703 21.6301H55.8503L55.7104 21.6001H55.6903L55.5504 21.5701H55.5303L55.3904 21.5401H55.3804L55.2404 21.5101H55.2304L55.0904 21.4801H55.0804L54.9403 21.4501H54.9304L54.7803 21.4201H54.7704L54.6203 21.3901H54.6104L54.4604 21.3601H54.4504L54.3004 21.3301H54.2904L54.1404 21.3001H54.1304L53.9804 21.2701H53.9704L53.8204 21.2401H53.8104L53.6604 21.2101H53.6504L53.5004 21.1801H53.4904L53.3404 21.1501H53.3304L53.1804 21.1201H53.1703L53.0204 21.0901H53.0103L52.8703 21.0601H52.8604L52.7204 21.0301H52.7004L52.5804 21.0001H52.5604L52.4203 20.9701H52.4004L52.2603 20.9401H52.2404L52.1003 20.9101H52.0804L51.9403 20.8801H51.9203L51.7803 20.8501H51.7603L51.6304 20.8201H51.6003L51.4704 20.8001L51.4403 20.7901L51.3104 20.7701L51.2803 20.7601L51.1504 20.7401L51.1203 20.7301L51.0004 20.7101L50.9704 20.7001L50.8404 20.6801L50.8104 20.6701L50.6903 20.6501L50.6504 20.6401L50.5303 20.6201L50.4904 20.6101H50.4704L50.1703 20.5501L50.0504 20.5301L50.0103 20.5201L49.9004 20.5001L49.8503 20.4901L49.7404 20.4701L49.6903 20.4601L49.5804 20.4401L49.5303 20.4301L49.4203 20.4101L49.3703 20.4001L49.2603 20.3801L49.2104 20.3701L49.1104 20.3501L49.0504 20.3401L48.9504 20.3201L48.8904 20.3101L48.7904 20.2901L48.7304 20.2801L48.6304 20.2601L48.5704 20.2501L48.4804 20.2301L48.4104 20.2201L48.3204 20.2001L48.2504 20.1901L48.1604 20.1701L48.0904 20.1601L48.0004 20.1401L47.9203 20.1301L47.8404 20.1101L47.7603 20.1001L47.6804 20.0901L47.6003 20.0701L47.5204 20.0601L47.4403 20.0401L47.3604 20.0301L47.2704 20.0101L47.2004 20.0001L47.1104 19.9801L47.0404 19.9701L46.9504 19.9501L46.8804 19.9401L46.7803 19.9201L46.7204 19.9101L46.6203 19.8901L46.5604 19.8801L46.4604 19.8601L46.4004 19.8501L46.3004 19.8301L46.2504 19.8201L46.1404 19.8001L46.0904 19.7901L45.9804 19.7701L45.9304 19.7601L45.8204 19.7401L45.7803 19.7301L45.6604 19.7101L45.6203 19.7001L45.5004 19.6801L45.4604 19.6701L45.3304 19.6501L45.3004 19.6401L45.1703 19.6201L45.1404 19.6101L45.0004 19.5901L44.9704 19.5801L44.8304 19.5501H44.8104L44.6703 19.5201H44.6504L44.5103 19.4901H44.4904L44.3404 19.4601H44.3304L44.1804 19.4301H44.1703L44.0204 19.4001L43.8604 19.3701C46.1004 23.9001 48.3404 28.4101 50.5504 32.8801L50.9704 33.7301L53.1703 31.9301C56.7703 29.0101 60.3804 26.0801 63.9804 23.1401Z' fill='url(%23paint41_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.5301 23.7599C57.2401 23.5199 55.0601 24.2499 53.6601 25.3899C52.2601 26.5299 52.1801 27.6499 53.4701 27.8799C54.7601 28.1199 56.9301 27.3899 58.3201 26.2499C59.7301 25.1099 59.8201 23.9999 58.5301 23.7599ZM46.1301 21.4499C44.8201 21.2099 42.6201 21.9399 41.2101 23.0899C39.8001 24.2399 39.7301 25.3699 41.0501 25.5999C42.3601 25.8399 44.5601 25.0999 45.9601 23.9599C47.3501 22.8199 47.4401 21.6899 46.1301 21.4499ZM45.2101 34.6199C43.9101 34.3899 41.7301 35.1299 40.3401 36.2599C38.9501 37.3999 38.8801 38.4999 40.1801 38.7199C41.4801 38.9399 43.6501 38.2099 45.0401 37.0799C46.4301 35.9599 46.5101 34.8499 45.2101 34.6199ZM32.7301 32.4199C31.4101 32.1899 29.2001 32.9299 27.8101 34.0799C26.4101 35.2299 26.3501 36.3399 27.6701 36.5699C28.9901 36.7999 31.1901 36.0599 32.5801 34.9199C33.9701 33.7699 34.0401 32.6499 32.7301 32.4199ZM45.6701 28.0699C44.3701 27.8299 42.1801 28.5699 40.7801 29.7099C39.3801 30.8499 39.3101 31.9699 40.6101 32.1999C41.9201 32.4299 44.1001 31.6999 45.5001 30.5599C46.8901 29.4199 46.9701 28.3099 45.6701 28.0699Z' fill='url(%23paint42_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.5296 23.7601C57.2396 23.5201 55.0596 24.2501 53.6596 25.3901C52.2596 26.5301 52.1797 27.6501 53.4697 27.8801C54.7597 28.1201 56.9296 27.3901 58.3196 26.2501C59.7296 25.1101 59.8196 24.0001 58.5296 23.7601ZM44.8896 21.4601L46.0797 23.8601C47.3597 22.7501 47.3897 21.6901 46.1297 21.4501C45.7697 21.3901 45.3496 21.3901 44.8896 21.4601Z' fill='%23E53758'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.4298 40.7102C39.2498 40.1602 35.9898 39.6002 32.6398 39.0202C29.2198 38.4302 25.6998 37.8202 22.0898 37.2002C24.0498 41.3502 26.0098 45.6602 28.1498 50.0302L35.0898 64.2202C38.7698 61.2102 42.5698 58.1002 46.2098 55.1202L48.9698 52.8602L48.8998 52.7302C46.6798 48.6202 44.5198 44.6102 42.4298 40.7102Z' fill='url(%23paint43_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M61.22 24.4103C59.96 24.1803 59.6 25.3703 60.43 27.0603C61.25 28.7503 62.94 30.2903 64.18 30.5003C65.42 30.7103 65.77 29.5303 64.96 27.8603C64.14 26.1903 62.48 24.6403 61.22 24.4103ZM48.87 22.1503C47.54 21.9103 47.15 23.1303 48.01 24.8603C48.87 26.6003 50.64 28.1903 51.95 28.4103C53.26 28.6303 53.63 27.4303 52.79 25.7103C51.95 23.9903 50.2 22.4003 48.87 22.1503ZM68.98 40.3903C67.76 40.2103 67.41 41.4103 68.22 43.0603C69.03 44.7203 70.67 46.1903 71.88 46.3603C73.09 46.5303 73.42 45.3403 72.62 43.7003C71.83 42.0503 70.21 40.5703 68.98 40.3903ZM56.97 38.5803C55.68 38.3903 55.31 39.6203 56.15 41.3203C56.99 43.0203 58.72 44.5403 60 44.7203C61.28 44.9003 61.63 43.6803 60.8 41.9903C59.97 40.3103 58.26 38.7703 56.97 38.5803ZM65.12 32.4403C63.88 32.2303 63.53 33.4303 64.34 35.1003C65.16 36.7703 66.82 38.2803 68.05 38.4703C69.28 38.6603 69.62 37.4803 68.81 35.8203C68.01 34.1603 66.36 32.6503 65.12 32.4403ZM52.94 30.4103C51.63 30.1903 51.25 31.4103 52.1 33.1303C52.95 34.8503 54.7 36.4003 55.99 36.6003C57.28 36.8003 57.65 35.5903 56.81 33.8803C55.98 32.1903 54.25 30.6303 52.94 30.4103Z' fill='%23E5E4E6'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.4097 48.4498C36.0797 48.2598 35.6497 49.4397 36.4897 51.1197C37.3297 52.7997 39.1297 54.3298 40.4697 54.4898C41.8097 54.6498 42.1697 53.3997 41.3197 51.7497C40.4697 50.0897 38.7397 48.6298 37.4097 48.4498Z' fill='%23932E37'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2999 48.7604C69.91 47.9004 63.5099 47.0504 57.1199 46.1904C53.7999 55.8304 72.6399 49.3104 76.2999 48.7604Z' fill='url(%23paint44_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3004 48.7607C70.0104 47.9207 63.4103 47.0307 57.1203 46.1807C54.1403 55.5007 72.7003 49.3107 76.3004 48.7607Z' fill='url(%23paint45_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3097 48.7607C70.1197 47.9307 63.3197 47.0107 57.1297 46.1807C54.4797 55.1807 72.7597 49.3007 76.3097 48.7607Z' fill='url(%23paint46_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2398 48.8C70.1498 47.98 63.1398 47.03 57.0598 46.21C54.7598 54.88 72.7498 49.33 76.2398 48.8Z' fill='url(%23paint47_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2204 48.81C70.2304 48.01 63.0203 47.02 57.0304 46.21C55.0803 54.57 72.7904 49.33 76.2204 48.81Z' fill='url(%23paint48_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2098 48.8207C70.3198 48.0307 62.9098 47.0107 57.0198 46.2207C55.4098 54.2507 72.8398 49.3407 76.2098 48.8207Z' fill='url(%23paint49_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2004 48.8307C70.4204 48.0607 62.7904 47.0007 57.0104 46.2207C55.7504 53.9307 72.8904 49.3407 76.2004 48.8307Z' fill='url(%23paint50_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2001 48.8505C70.5101 48.0905 62.6901 47.0005 57.0001 46.2305C56.0801 53.6105 72.9401 49.3405 76.2001 48.8505Z' fill='url(%23paint51_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2 48.8602C70.62 48.1102 62.59 46.9902 57.01 46.2402C56.43 53.2902 73 49.3402 76.2 48.8602Z' fill='url(%23paint52_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1995 48.8702C70.7195 48.1402 62.4795 46.9802 56.9995 46.2402C56.7695 52.9702 73.0595 49.3502 76.1995 48.8702Z' fill='url(%23paint53_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2098 48.88C70.8298 48.16 62.3898 46.97 57.0098 46.25C57.1198 52.65 73.1298 49.35 76.2098 48.88Z' fill='url(%23paint54_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2195 48.8802C70.9395 48.1702 62.2895 46.9502 57.0195 46.2402C57.4795 52.3302 73.1995 49.3502 76.2195 48.8802Z' fill='url(%23paint55_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2303 48.89C71.0503 48.2 62.2003 46.94 57.0303 46.25C57.8303 52.01 73.2703 49.34 76.2303 48.89Z' fill='url(%23paint56_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2403 48.9C71.1703 48.22 62.1103 46.93 57.0303 46.25C58.1803 51.68 73.3303 49.34 76.2403 48.9Z' fill='url(%23paint57_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.25 48.9002C71.28 48.2302 62.01 46.9102 57.04 46.2402C58.53 51.3602 73.4 49.3302 76.25 48.9002Z' fill='url(%23paint58_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2598 48.9002C71.3898 48.2502 61.9198 46.8902 57.0498 46.2402C58.8898 51.0302 73.4698 49.3302 76.2598 48.9002Z' fill='url(%23paint59_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2696 48.9005C71.4996 48.2605 61.8296 46.8705 57.0596 46.2305C59.2396 50.6905 73.5396 49.3205 76.2696 48.9005Z' fill='url(%23paint60_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2803 48.8907C71.6103 48.2707 61.7303 46.8407 57.0703 46.2207C59.5903 50.3607 73.6103 49.3007 76.2803 48.8907Z' fill='url(%23paint61_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2903 48.8802C71.7203 48.2702 61.6403 46.8202 57.0703 46.2002C59.9403 50.0202 73.6703 49.2802 76.2903 48.8802Z' fill='url(%23paint62_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3001 48.8599C71.8301 48.2599 61.5501 46.7799 57.0801 46.1699C60.2901 49.6699 73.7401 49.2499 76.3001 48.8599Z' fill='url(%23paint63_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3196 48.8004C71.9596 48.2204 61.4596 46.7004 57.0996 46.1104C60.6596 49.2804 73.8196 49.1904 76.3196 48.8004Z' fill='url(%23paint64_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3196 48.8104C72.0596 48.2404 61.3596 46.6904 57.0996 46.1104C60.9996 48.9504 73.8796 49.1804 76.3196 48.8104Z' fill='%23ED1651'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3103 48.8004C72.1403 48.2404 61.2804 46.6704 57.1104 46.1104C60.9404 48.8604 73.9403 49.1404 76.3103 48.8004Z' fill='%23EE2153'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2999 48.8001C72.2299 48.2601 61.1899 46.6701 57.1299 46.1201C60.8799 48.7701 73.9999 49.1001 76.2999 48.8001Z' fill='%23EE2A55'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3004 48.7999C72.3304 48.2699 61.1204 46.6599 57.1504 46.1299C60.8204 48.6799 74.0604 49.0599 76.3004 48.7999Z' fill='%23EE3257'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2902 48.7899C72.4102 48.2699 61.0402 46.6499 57.1602 46.1299C60.7602 48.5899 74.1202 49.0199 76.2902 48.7899Z' fill='%23EF3859'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2797 48.7906C72.4997 48.2806 60.9597 46.6506 57.1797 46.1406C60.7097 48.5006 74.1797 48.9806 76.2797 48.7906Z' fill='%23EF3F5C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2704 48.7904C72.5904 48.3004 60.8704 46.6404 57.1904 46.1504C60.6504 48.4104 74.2404 48.9404 76.2704 48.7904Z' fill='%23EF445E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2602 48.7806C72.6702 48.3006 60.7902 46.6306 57.2002 46.1406C60.5902 48.3206 74.3002 48.9006 76.2602 48.7806Z' fill='%23EF4960'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2595 48.7804C72.7695 48.3104 60.7195 46.6204 57.2295 46.1504C60.5295 48.2304 74.3495 48.8604 76.2595 48.7804Z' fill='%23F04F63'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2502 48.7802C72.8602 48.3302 60.6402 46.6202 57.2402 46.1602C60.4702 48.1402 74.4102 48.8202 76.2502 48.7802Z' fill='%23F05465'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2398 48.7702C72.9398 48.3302 60.5498 46.6002 57.2598 46.1602C60.4098 48.0502 74.4698 48.7802 76.2398 48.7702Z' fill='%23F05968'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2295 48.7699C73.0295 48.3399 60.4695 46.5999 57.2695 46.1699C60.3495 47.9599 74.5295 48.7499 76.2295 48.7699Z' fill='%23F15D6A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2203 48.7707C73.1203 48.3507 60.3903 46.6007 57.2803 46.1807C60.2903 47.8707 74.5903 48.7107 76.2203 48.7707Z' fill='%23F1616D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2196 48.7607C73.2096 48.3607 60.3196 46.5807 57.3096 46.1807C60.2396 47.7807 74.6496 48.6707 76.2196 48.7607Z' fill='%23F1666F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2103 48.7604C73.3003 48.3704 60.2303 46.5804 57.3203 46.1904C60.1803 47.6904 74.7103 48.6304 76.2103 48.7604Z' fill='%23F26A72'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1998 48.7602C73.3898 48.3802 60.1498 46.5702 57.3398 46.2002C60.1198 47.6002 74.7698 48.5902 76.1998 48.7602Z' fill='%23F26E75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1896 48.7504C73.4696 48.3904 60.0696 46.5604 57.3496 46.1904C60.0596 47.5104 74.8296 48.5504 76.1896 48.7504Z' fill='%23F27277'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1804 48.7502C73.5604 48.4002 59.9804 46.5602 57.3604 46.2002C60.0004 47.4202 74.8904 48.5102 76.1804 48.7502Z' fill='%23F3767A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1796 48.75C73.6596 48.41 59.9096 46.55 57.3896 46.21C59.9396 47.33 74.9496 48.47 76.1796 48.75Z' fill='%23F37A7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1704 48.74C73.7404 48.42 59.8304 46.54 57.4004 46.21C59.8804 47.24 75.0104 48.43 76.1704 48.74Z' fill='%23F37E80'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1599 48.7407C73.8299 48.4307 59.7499 46.5307 57.4199 46.2207C59.8299 47.1507 75.0699 48.3907 76.1599 48.7407Z' fill='%23F48183'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1497 48.7405C73.9097 48.4405 59.6597 46.5305 57.4297 46.2305C59.7697 47.0605 75.1297 48.3505 76.1497 48.7405Z' fill='%23F48586'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M72.6703 48.2502L67.2504 47.5202C67.2704 48.1002 67.4004 48.6702 67.6504 49.1902C68.4504 50.8302 70.1603 51.2602 71.4903 50.1502C72.0503 49.6702 72.4503 48.9902 72.6703 48.2502ZM62.0504 46.8302L57.3604 46.2002C57.4104 46.3602 57.4804 46.5202 57.5504 46.6702C58.3404 48.3002 60.0503 48.7302 61.3703 47.6202C61.6304 47.4002 61.8504 47.1302 62.0504 46.8302Z' fill='url(%23paint65_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M59.3996 48.0103C58.1096 47.8403 55.9196 48.6303 54.5196 49.7803C53.1196 50.9303 53.0696 51.9903 54.3896 52.1403C55.7096 52.2903 57.8796 51.4903 59.2496 50.3603C60.6196 49.2303 60.6896 48.1803 59.3996 48.0103ZM58.5896 60.1303C57.3296 60.0103 55.1896 60.8303 53.8296 61.9603C52.4696 63.0903 52.4196 64.0903 53.6996 64.2003C54.9896 64.3003 57.0996 63.4703 58.4396 62.3603C59.7796 61.2503 59.8496 60.2503 58.5896 60.1303Z' fill='%23B3B2B8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.4404 37.8896C25.5104 44.2796 32.0004 57.6597 35.0704 64.0497C38.6204 56.6497 29.8204 44.1896 22.4404 37.8896Z' fill='%23ED1651'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.6006 38.21C25.6006 44.46 31.8606 57.35 34.8506 63.6C38.2106 56.38 29.6906 44.3 22.6006 38.21Z' fill='%23EE2654'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7607 38.54C25.6907 44.64 31.7107 57.06 34.6407 63.17C37.8007 56.11 29.5507 44.4 22.7607 38.54Z' fill='%23EE3257'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9209 38.8594C25.7809 44.8194 31.5709 56.7594 34.4309 62.7194C37.3809 55.8394 29.4109 44.5094 22.9209 38.8594Z' fill='%23EF3C5B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0801 39.1895C25.8701 44.9995 31.4301 56.4695 34.2201 62.2795C36.9701 55.5695 29.2801 44.6095 23.0801 39.1895Z' fill='%23EF455E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2402 39.5098C25.9602 45.1798 31.2902 56.1698 34.0102 61.8398C36.5502 55.2998 29.1402 44.7198 23.2402 39.5098Z' fill='%23F04D62'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4004 39.8398C26.0504 45.3598 31.1504 55.8698 33.8004 61.3998C36.1404 55.0298 29.0004 44.8298 23.4004 39.8398Z' fill='%23F05465'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5605 40.1699C26.1405 45.5499 31.0105 55.5799 33.5905 60.9599C35.7205 54.7499 28.8605 44.9299 23.5605 40.1699Z' fill='%23F15C69'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7207 40.4893C26.2307 45.7193 30.8607 55.2793 33.3807 60.5193C35.3107 54.4793 28.7307 45.0393 23.7207 40.4893Z' fill='%23F1626D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.8809 40.8193C26.3209 45.9093 30.7209 54.9893 33.1609 60.0793C34.8909 54.2093 28.5909 45.1493 23.8809 40.8193Z' fill='%23F26971'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.04 41.1396C26.41 46.0896 30.58 54.6896 32.95 59.6297C34.48 53.9396 28.45 45.2496 24.04 41.1396Z' fill='%23F26F75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.2002 41.4697C26.5002 46.2697 30.4402 54.3897 32.7402 59.1997C34.0602 53.6697 28.3202 45.3597 24.2002 41.4697Z' fill='%23F37579'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.3604 41.79C26.6004 46.45 30.3003 54.09 32.5303 58.75C33.6503 53.4 28.1804 45.46 24.3604 41.79Z' fill='%23F37B7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.5205 42.1201C26.6905 46.6301 30.1505 53.8001 32.3205 58.3101C33.2305 53.1301 28.0405 45.5701 24.5205 42.1201Z' fill='%23F48082'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.6807 42.4492C26.7807 46.8192 30.0107 53.5092 32.1107 57.8792C32.8207 52.8592 27.9107 45.6792 24.6807 42.4492Z' fill='%23F48686'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.8408 42.7695C26.8708 46.9895 29.8708 53.2095 31.9008 57.4295C32.4008 52.5895 27.7708 45.7795 24.8408 42.7695Z' fill='%23F58C8B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 43.0996C26.96 47.1796 29.73 52.9196 31.68 56.9896C31.99 52.3196 27.63 45.8896 25 43.0996Z' fill='%23F5918F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.1602 43.4199C27.0502 47.3499 29.5902 52.6099 31.4702 56.5499C31.5702 52.0499 27.4902 45.9999 25.1602 43.4199Z' fill='%23F69694'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3203 43.75C27.1403 47.54 29.4503 52.32 31.2603 56.11C31.1603 51.78 27.3603 46.1 25.3203 43.75Z' fill='%23F69C99'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.4707 44.0801C27.2207 47.7201 29.2907 52.0301 31.0407 55.6701C30.7407 51.5101 27.2207 46.2101 25.4707 44.0801Z' fill='%23F7A19E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.6309 44.3994C27.3109 47.8994 29.1509 51.7294 30.8309 55.2294C30.3309 51.2394 27.0809 46.3194 25.6309 44.3994Z' fill='%23F7A7A3'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.79 44.7295C27.4 48.0795 29.01 51.4395 30.62 54.7895C29.91 50.9695 26.95 46.4195 25.79 44.7295Z' fill='%23F8ADA8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.8604 19.3799C38.8004 23.5299 38.1304 24.1599 32.9504 28.3199L31.0004 36.2499L27.8604 49.0299L30.1404 53.7699C28.5904 39.9799 48.9404 38.3899 43.8604 19.3799Z' fill='url(%23paint66_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.4096 38.6396L27.8496 49.0296L30.1296 53.7696C29.4296 47.5296 33.2196 43.7896 37.0996 39.7996L32.6296 39.0296L30.4096 38.6396Z' fill='url(%23paint67_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.9496 32.3803L31.0996 35.8303C31.6396 35.5703 32.1496 35.2603 32.5796 34.9003C33.9796 33.7603 34.0396 32.6403 32.7296 32.4103C32.4896 32.3803 32.2296 32.3603 31.9496 32.3803ZM39.3896 37.3703C39.7096 37.0103 40.0296 36.6503 40.3296 36.2703C39.8696 36.6603 39.5596 37.0303 39.3896 37.3703ZM43.2196 31.8303C43.7496 30.6803 44.1696 29.4503 44.4096 28.0903C43.2096 28.2803 41.7896 28.8903 40.7796 29.7103C39.3796 30.8503 39.3096 31.9703 40.6096 32.2003C41.3096 32.3303 42.2696 32.1803 43.2196 31.8303ZM44.6696 24.8003C44.6496 23.7903 44.5496 22.7103 44.3396 21.5703C43.2596 21.8303 42.0796 22.3803 41.2096 23.1003C39.7996 24.2503 39.7296 25.3803 41.0496 25.6103C41.9996 25.7803 43.4196 25.4403 44.6696 24.8003Z' fill='%23E41A50'/%3e %3cpath d='M57.0999 46.0398C57.1599 45.9898 57.2399 45.9998 57.2799 46.0598C57.3299 46.1198 57.3199 46.1998 57.2599 46.2398L35.2999 64.2198C35.2399 64.2698 35.1599 64.2598 35.1199 64.1998C35.0699 64.1398 35.0799 64.0598 35.1399 64.0198L57.0999 46.0398Z' fill='url(%23paint68_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.9497 33.7596L49.1297 29.9996L46.6997 25.0996C46.5197 26.0496 46.4397 26.9896 46.4297 27.9296C46.4297 28.8696 46.4997 29.7996 46.6497 30.7096C46.9397 32.5396 47.4997 34.3096 48.2497 35.9596L49.5997 34.8596L50.9497 33.7596Z' fill='%23D8214E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.73 25.1592C46.57 26.0792 46.5 26.9892 46.5 27.8992C46.5 27.9192 46.5 27.9392 46.5 27.9592C46.5 28.8792 46.59 29.7992 46.73 30.6992C47.03 32.4992 47.59 34.2492 48.33 35.8892C48.33 35.8892 48.47 35.7792 48.47 35.7892L49.66 34.8192L50.92 33.7192L49.2 30.1892L49.12 29.9992L47.97 27.6892L46.73 25.1592Z' fill='%23D9214F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.7499 25.21C46.5999 26.12 46.5399 27.02 46.5499 27.92C46.5499 27.94 46.5499 27.96 46.5499 27.97C46.5599 28.88 46.6499 29.79 46.7999 30.68C47.1099 32.46 47.6699 34.19 48.3999 35.81C48.3999 35.81 48.5399 35.71 48.5399 35.72L49.7199 34.76L50.8899 33.65L49.1899 30.16L49.1099 29.99L47.9799 27.7L46.7499 25.21Z' fill='%23DA204F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.7795 25.2695C46.6495 26.1595 46.5995 27.0595 46.6195 27.9395C46.6195 27.9595 46.6195 27.9795 46.6195 27.9895C46.6395 28.8895 46.7395 29.7795 46.8895 30.6595C47.1995 32.4195 47.7695 34.1195 48.4895 35.7195C48.4895 35.7295 48.6195 35.6295 48.6195 35.6395L49.7795 34.6895L50.8595 33.5795L49.1895 30.1395L49.1095 29.9795L47.9995 27.7295L46.7795 25.2695Z' fill='%23DB204F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.8095 25.3301C46.6895 26.2101 46.6495 27.1001 46.6795 27.9701C46.6795 27.9901 46.6795 28.0101 46.6795 28.0201C46.7095 28.9101 46.8095 29.7901 46.9695 30.6601C47.2895 32.3901 47.8495 34.0701 48.5695 35.6601C48.5695 35.6701 48.6995 35.5801 48.6995 35.5901L49.8495 34.6501L50.8395 33.5401L49.1895 30.1501L49.1095 29.9901L47.9995 27.7601L46.8095 25.3301Z' fill='%23DB204F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.8396 25.3799C46.7396 26.2499 46.7096 27.1199 46.7496 27.9899C46.7496 28.0099 46.7496 28.0199 46.7496 28.0399C46.7896 28.9199 46.8996 29.7899 47.0596 30.6399C47.3896 32.3499 47.9496 34.0099 48.6596 35.5699C48.6696 35.5799 48.7796 35.4999 48.7896 35.5199L49.9296 34.5899L50.8296 33.4799L49.1996 30.1399L49.1196 29.9799L48.0296 27.7799L46.8396 25.3799Z' fill='%23DC1F4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.8592 25.4395C46.7692 26.2995 46.7492 27.1595 46.7992 28.0195C46.7992 28.0395 46.7992 28.0495 46.7992 28.0695C46.8492 28.9295 46.9592 29.7895 47.1292 30.6395C47.4692 32.3195 48.0292 33.9595 48.7292 35.5095C48.7392 35.5195 48.8492 35.4595 48.8492 35.4695L49.9692 34.5595L50.7792 33.4495L49.1692 30.1495L49.0892 29.9895L48.0092 27.8095L46.8592 25.4395Z' fill='%23DD1F4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.8896 25.4893C46.8096 26.3393 46.8096 27.1893 46.8596 28.0293C46.8596 28.0493 46.8596 28.0593 46.8596 28.0793C46.9196 28.9293 47.0396 29.7793 47.2096 30.6093C47.5596 32.2693 48.1096 33.8893 48.8096 35.4093C48.8196 35.4293 48.9196 35.3693 48.9296 35.3793L50.0396 34.4793L50.7596 33.3593L49.1796 30.1093L49.1096 29.9593L48.0496 27.8093L46.8896 25.4893Z' fill='%23DD1F4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.9198 25.5498C46.8598 26.3898 46.8598 27.2298 46.9298 28.0598C46.9298 28.0798 46.9298 28.0898 46.9298 28.1098C46.9998 28.9498 47.1198 29.7798 47.2998 30.6098C47.6498 32.2498 48.2098 33.8398 48.8998 35.3498C48.9098 35.3698 49.0098 35.3198 49.0198 35.3398L50.1098 34.4498L50.7398 33.3298L49.1798 30.1298L49.1098 29.9798L48.0598 27.8598L46.9198 25.5498Z' fill='%23DE1E4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.0092 25.6396C46.9592 26.4696 46.9792 27.2896 47.0492 28.1196C47.0492 28.1396 47.0492 28.1496 47.0492 28.1696C47.1292 28.9996 47.2592 29.8196 47.4392 30.6296C47.7992 32.2396 48.3592 33.8196 49.0392 35.2996C49.0492 35.3196 49.1392 35.2796 49.1492 35.2996L50.2292 34.4196L50.7592 33.2996L49.2192 30.1396L49.1592 29.9996L48.1192 27.9096L47.0092 25.6396Z' fill='%23DF1E4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.0501 25.6895C47.0201 26.4995 47.0401 27.3195 47.1301 28.1295C47.1301 28.1495 47.1301 28.1595 47.1301 28.1795C47.2101 28.9895 47.3501 29.8095 47.5401 30.6095C47.9101 32.1995 48.4701 33.7495 49.1401 35.2195C49.1501 35.2395 49.2401 35.2095 49.2501 35.2295L50.3101 34.3595L50.7501 33.2395L49.2401 30.1295L49.1701 29.9895L48.1501 27.9195L47.0501 25.6895Z' fill='%23DF1E4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.09 25.75C47.07 26.55 47.11 27.36 47.2 28.16C47.2 28.18 47.2 28.19 47.21 28.21C47.3 29.01 47.45 29.81 47.64 30.6C48.02 32.17 48.57 33.69 49.24 35.15C49.25 35.18 49.33 35.15 49.35 35.17L50.4 34.32L50.75 33.2L49.26 30.14L49.19 30L48.18 27.96L47.09 25.75Z' fill='%23E01D4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.13 25.7998C47.12 26.5898 47.18 27.3898 47.28 28.1798C47.28 28.1998 47.28 28.2098 47.29 28.2298C47.39 29.0198 47.54 29.8098 47.74 30.5898C48.13 32.1298 48.68 33.6398 49.34 35.0698C49.35 35.0998 49.43 35.0798 49.44 35.1098L50.47 34.2698L50.73 33.1398L49.26 30.1298L49.19 29.9898L48.19 27.9798L47.13 25.7998Z' fill='%23E11D50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.1797 25.8594C47.1897 26.6394 47.2497 27.4194 47.3597 28.1994C47.3597 28.2194 47.3597 28.2294 47.3697 28.2494C47.4797 29.0294 47.6397 29.7994 47.8397 30.5694C48.2297 32.0894 48.7897 33.5694 49.4397 34.9894C49.4497 35.0194 49.5197 35.0094 49.5397 35.0394L50.5597 34.2094L50.7297 33.0794L49.2897 30.1094L49.2197 29.9794L48.2397 27.9994L47.1797 25.8594Z' fill='%23E21C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2295 25.9092C47.2495 26.6792 47.3295 27.4492 47.4495 28.2192C47.4495 28.2392 47.4495 28.2492 47.4595 28.2692C47.5795 29.0392 47.7495 29.7992 47.9495 30.5492C48.3495 32.0392 48.8995 33.5092 49.5495 34.8992C49.5695 34.9292 49.6295 34.9292 49.6495 34.9592L50.6495 34.1392L50.7295 33.0092L49.2995 30.0992L49.2395 29.9692L48.2695 28.0092L47.2295 25.9092Z' fill='%23E21C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2695 25.96C47.3095 26.72 47.3895 27.48 47.5195 28.24C47.5195 28.26 47.5295 28.27 47.5295 28.29C47.6595 29.04 47.8295 29.8 48.0395 30.54C48.4495 32.01 48.9995 33.45 49.6395 34.83C49.6595 34.87 49.7195 34.87 49.7295 34.91L50.7195 34.1L50.7095 32.97L49.3095 30.1L49.2495 29.97L48.2895 28.04L47.2695 25.96Z' fill='%23E31C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2695 26.0195C47.3195 26.7695 47.4195 27.5195 47.5595 28.2595C47.5595 28.2695 47.5695 28.2895 47.5695 28.2995C47.7095 29.0395 47.8895 29.7795 48.0995 30.5095C48.5195 31.9595 49.0695 33.3695 49.6995 34.7295C49.7195 34.7695 49.7695 34.7795 49.7895 34.8195L50.7695 34.0195L50.6695 32.8895L49.2995 30.0695L49.2395 29.9495L48.2995 28.0495L47.2695 26.0195Z' fill='%23E41B50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2793 26.0693C47.3393 26.8093 47.4493 27.5393 47.5993 28.2793C47.5993 28.2893 47.6093 28.3093 47.6093 28.3193C47.7593 29.0493 47.9393 29.7793 48.1593 30.4993C48.5893 31.9193 49.1393 33.3193 49.7593 34.6593C49.7793 34.6993 49.8293 34.7193 49.8493 34.7593L50.8093 33.9793L50.6193 32.8393L49.2693 30.0593L49.2093 29.9393L48.2793 28.0693L47.2793 26.0693Z' fill='%23E51B50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2793 26.1191C47.3593 26.8391 47.4793 27.5691 47.6393 28.2991C47.6393 28.3091 47.6493 28.3291 47.6493 28.3391C47.8093 29.0591 47.9993 29.7691 48.2193 30.4791C48.6493 31.8791 49.1993 33.2491 49.8193 34.5691C49.8393 34.6091 49.8793 34.6391 49.8993 34.6791L50.8493 33.9091L50.5693 32.7691L49.2393 30.0391L49.1793 29.9191L48.2693 28.0691L47.2793 26.1191Z' fill='%23E61A50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2793 26.1797C47.3693 26.8897 47.4993 27.6097 47.6693 28.3197C47.6693 28.3297 47.6793 28.3497 47.6793 28.3597C47.8393 29.0597 48.0393 29.7697 48.2693 30.4697C48.7093 31.8397 49.2593 33.1997 49.8693 34.4997C49.8893 34.5497 49.9293 34.5797 49.9493 34.6297L50.8793 33.8697L50.4993 32.7297L49.1993 30.0497L49.1393 29.9397L48.2393 28.1197L47.2793 26.1797Z' fill='%23E61A50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2598 26.2295C47.3698 26.9295 47.5098 27.6395 47.6798 28.3395C47.6798 28.3495 47.6898 28.3695 47.6898 28.3795C47.8598 29.0695 48.0698 29.7595 48.2998 30.4495C48.7498 31.7995 49.2998 33.1295 49.8998 34.4095C49.9198 34.4595 49.9498 34.4995 49.9798 34.5495L50.8998 33.7995L50.4298 32.6595L49.1498 30.0295L49.0898 29.9195L48.1998 28.1295L47.2598 26.2295Z' fill='%23E71950'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.9495 33.76L49.1295 30.03L48.1995 28.16L47.2695 26.29C47.3895 26.98 47.5395 27.67 47.7295 28.37C47.9095 29.06 48.1295 29.76 48.3695 30.45C48.8495 31.83 49.4195 33.19 50.0395 34.5L50.9495 33.76Z' fill='%23E81950'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3799 26.4697C47.4999 27.1397 47.6499 27.8197 47.8299 28.4897C47.8399 28.5197 47.8499 28.5597 47.8599 28.5897C48.0299 29.2297 48.2399 29.8797 48.4599 30.5097C48.4799 30.5697 48.4999 30.6297 48.5199 30.6997C48.9699 31.9797 49.5099 33.2397 50.0799 34.4597C50.0799 34.4597 50.3899 34.2097 50.3899 34.2197L50.9499 33.7597L49.1799 30.1197L48.2799 28.2997L47.3799 26.4697Z' fill='%23E92453'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.4697 26.6592C47.5897 27.3092 47.7397 27.9692 47.9097 28.6292C47.9197 28.6592 47.9297 28.6892 47.9397 28.7192C48.1097 29.3392 48.3097 29.9692 48.5197 30.5892C48.5397 30.6492 48.5597 30.7092 48.5797 30.7692C49.0197 32.0092 49.5397 33.2392 50.0997 34.4292C50.0997 34.4392 50.3997 34.1992 50.3997 34.2092L50.9497 33.7592L49.2297 30.2192L48.3497 28.4392L47.4697 26.6592Z' fill='%23E92D55'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.5596 26.8496C47.6696 27.4796 47.8196 28.1196 47.9896 28.7596C47.9996 28.7896 48.0096 28.8196 48.0196 28.8496C48.1896 29.4596 48.3796 30.0596 48.5896 30.6696C48.6096 30.7296 48.6296 30.7896 48.6496 30.8496C49.0796 32.0596 49.5796 33.2496 50.1296 34.3996C50.1296 34.4096 50.4096 34.1896 50.4196 34.1996L50.9496 33.7596L49.2696 30.3096L48.4096 28.5796L47.5596 26.8496Z' fill='%23EA3558'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.6602 27.04C47.7702 27.65 47.9202 28.27 48.0902 28.89C48.1002 28.92 48.1102 28.95 48.1102 28.98C48.2702 29.57 48.4602 30.16 48.6602 30.74C48.6802 30.8 48.7002 30.85 48.7202 30.91C49.1402 32.08 49.6302 33.24 50.1602 34.36C50.1602 34.37 50.4302 34.17 50.4402 34.18L50.9602 33.76L49.3302 30.41L48.5002 28.73L47.6602 27.04Z' fill='%23EA3D5A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.75 27.2295C47.86 27.8295 48 28.4295 48.17 29.0295C48.18 29.0595 48.19 29.0895 48.19 29.1195C48.35 29.6895 48.53 30.2595 48.73 30.8295C48.75 30.8895 48.77 30.9395 48.79 30.9895C49.2 32.1295 49.67 33.2495 50.18 34.3395C50.19 34.3495 50.44 34.1595 50.44 34.1795L50.94 33.7695L49.35 30.5095L48.54 28.8795L47.75 27.2295Z' fill='%23EB435D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.8496 27.4199C47.9596 27.9999 48.0996 28.5799 48.2596 29.1599C48.2696 29.1899 48.2796 29.2199 48.2796 29.2399C48.4396 29.7899 48.6096 30.3499 48.8096 30.8999C48.8296 30.9499 48.8496 31.0099 48.8696 31.0599C49.2596 32.1599 49.7296 33.2499 50.2196 34.2999C50.2296 34.3199 50.4696 34.1399 50.4696 34.1599L50.9596 33.7599L49.4196 30.5899L48.6396 28.9999L47.8496 27.4199Z' fill='%23EB495F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.9395 27.6094C48.0495 28.1694 48.1795 28.7294 48.3395 29.2894C48.3495 29.3194 48.3595 29.3394 48.3595 29.3694C48.5095 29.9094 48.6795 30.4394 48.8695 30.9694C48.8895 31.0194 48.9095 31.0694 48.9295 31.1194C49.3095 32.1894 49.7595 33.2394 50.2395 34.2594C50.2495 34.2794 50.4695 34.1194 50.4795 34.1394L50.9495 33.7494L49.4595 30.6794L48.6995 29.1394L47.9395 27.6094Z' fill='%23EC4F62'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.0293 27.7998C48.1393 28.3398 48.2693 28.8798 48.4193 29.4298C48.4293 29.4598 48.4293 29.4798 48.4393 29.5098C48.5893 30.0298 48.7593 30.5398 48.9393 31.0598C48.9593 31.1098 48.9793 31.1598 48.9893 31.2098C49.3593 32.2398 49.7893 33.2598 50.2593 34.2498C50.2693 34.2698 50.4793 34.1298 50.4893 34.1498L50.9493 33.7798L49.4993 30.7998L48.7593 29.3098L48.0293 27.7998Z' fill='%23EC5565'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.1299 27.9795C48.2399 28.4995 48.3599 29.0295 48.5099 29.5495C48.5199 29.5795 48.5199 29.5995 48.5299 29.6295C48.6699 30.1295 48.8399 30.6295 49.0099 31.1295C49.0299 31.1795 49.0399 31.2295 49.0599 31.2695C49.4199 32.2595 49.8399 33.2495 50.2899 34.1995C50.2999 34.2195 50.4999 34.0895 50.5099 34.1195L50.9499 33.7595L49.5499 30.8795L48.8399 29.4295L48.1299 27.9795Z' fill='%23ED5A68'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.2197 28.1699C48.3197 28.6699 48.4497 29.1799 48.5997 29.6799C48.6097 29.6999 48.6097 29.7299 48.6197 29.7499C48.7597 30.2299 48.9197 30.7099 49.0897 31.1899C49.1097 31.2399 49.1197 31.2799 49.1397 31.3299C49.4897 32.2899 49.8897 33.2399 50.3297 34.1599C50.3397 34.1899 50.5197 34.0699 50.5297 34.0999L50.9597 33.7499L49.5997 30.9599L48.9097 29.5599L48.2197 28.1699Z' fill='%23EE5F6B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.3096 28.3594C48.4096 28.8394 48.5396 29.3294 48.6796 29.8194C48.6896 29.8394 48.6896 29.8694 48.6996 29.8894C48.8396 30.3494 48.9896 30.8194 49.1596 31.2794C49.1796 31.3194 49.1896 31.3694 49.2096 31.4094C49.5496 32.3294 49.9396 33.2494 50.3496 34.1394C50.3596 34.1694 50.5296 34.0694 50.5396 34.0994L50.9496 33.7594L49.6396 31.0694L48.9796 29.7194L48.3096 28.3594Z' fill='%23EE646D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.4102 28.5498C48.5102 29.0098 48.6302 29.4798 48.7702 29.9498C48.7802 29.9698 48.7802 29.9998 48.7902 30.0198C48.9202 30.4698 49.0702 30.9098 49.2302 31.3598C49.2502 31.3998 49.2602 31.4498 49.2802 31.4898C49.6102 32.3798 49.9802 33.2598 50.3802 34.1098C50.3902 34.1398 50.5502 34.0598 50.5602 34.0898L50.9602 33.7698L49.6902 31.1698L49.0502 29.8698L48.4102 28.5498Z' fill='%23EF6971'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.5 28.7393C48.6 29.1893 48.72 29.6293 48.85 30.0793C48.86 30.0993 48.86 30.1193 48.87 30.1493C49 30.5793 49.14 30.9993 49.3 31.4293C49.32 31.4693 49.33 31.5093 49.35 31.5493C49.66 32.3993 50.02 33.2493 50.41 34.0693C50.43 34.0993 50.56 34.0293 50.58 34.0693L50.96 33.7593L49.74 31.2493L49.12 29.9993L48.5 28.7393Z' fill='%23F06E74'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.5898 28.9297C48.6898 29.3597 48.7998 29.7897 48.9298 30.2197C48.9398 30.2397 48.9398 30.2597 48.9498 30.2797C49.0798 30.6897 49.2098 31.0997 49.3598 31.5097C49.3698 31.5497 49.3898 31.5897 49.3998 31.6297C49.6998 32.4497 50.0498 33.2597 50.4198 34.0497C50.4398 34.0897 50.5598 34.0297 50.5798 34.0697L50.9498 33.7697L49.7798 31.3597L49.1898 30.1497L48.5898 28.9297Z' fill='%23F07277'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.6895 29.1191C48.7895 29.5291 48.8995 29.9391 49.0195 30.3491C49.0295 30.3691 49.0295 30.3891 49.0395 30.4091C49.1595 30.7991 49.2995 31.1891 49.4395 31.5791C49.4495 31.6191 49.4695 31.6591 49.4795 31.6891C49.7695 32.4691 50.0995 33.2491 50.4595 33.9991C50.4795 34.0391 50.5895 33.9991 50.5995 34.0391L50.9495 33.7491L49.8195 31.4291L49.2495 30.2691L48.6895 29.1191Z' fill='%23F1777A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.7793 29.3096C48.8693 29.6996 48.9793 30.0896 49.1093 30.4796C49.1193 30.4996 49.1193 30.5196 49.1293 30.5396C49.2493 30.9096 49.3793 31.2896 49.5093 31.6596C49.5193 31.6996 49.5393 31.7296 49.5493 31.7696C49.8293 32.5196 50.1493 33.2596 50.4793 33.9796C50.4993 34.0196 50.5893 33.9996 50.6093 34.0396L50.9493 33.7696L49.8693 31.5496L49.3193 30.4396L48.7793 29.3096Z' fill='%23F17B7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.8701 29.5C48.9601 29.87 49.0701 30.24 49.1901 30.62C49.2001 30.64 49.2001 30.66 49.2101 30.67C49.3201 31.03 49.4501 31.38 49.5801 31.74C49.5901 31.77 49.6101 31.81 49.6201 31.84C49.8901 32.55 50.1901 33.26 50.5101 33.95C50.5301 33.99 50.6101 33.98 50.6301 34.03L50.9501 33.77L49.9101 31.64L49.3901 30.57L48.8701 29.5Z' fill='%23F27F81'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.9697 29.6895C49.0597 30.0395 49.1697 30.3995 49.2797 30.7495C49.2897 30.7695 49.2897 30.7795 49.2997 30.7995C49.4097 31.1395 49.5297 31.4795 49.6597 31.8095C49.6697 31.8395 49.6797 31.8795 49.6997 31.9095C49.9597 32.5895 50.2497 33.2595 50.5497 33.9095C50.5697 33.9595 50.6397 33.9595 50.6597 34.0095L50.9697 33.7595L49.9797 31.7195L49.4797 30.6995L48.9697 29.6895Z' fill='%23F38384'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.0596 29.8691C49.1496 30.1991 49.2496 30.5391 49.3596 30.8691C49.3696 30.8891 49.3696 30.8991 49.3796 30.9191C49.4896 31.2391 49.5996 31.5591 49.7196 31.8791C49.7296 31.9091 49.7396 31.9391 49.7596 31.9691C50.0096 32.6091 50.2796 33.2491 50.5696 33.8691C50.5896 33.9191 50.6396 33.9391 50.6696 33.9891L50.9596 33.7491L50.0196 31.8091L49.5496 30.8391L49.0596 29.8691Z' fill='%23F48887'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.1602 30.0596C49.2502 30.3696 49.3502 30.6896 49.4502 31.0096C49.4602 31.0296 49.4602 31.0396 49.4702 31.0596C49.5702 31.3596 49.6802 31.6696 49.8002 31.9696C49.8102 31.9996 49.8202 32.0296 49.8302 32.0596C50.0602 32.6596 50.3202 33.2696 50.6002 33.8496C50.6202 33.8996 50.6602 33.9396 50.6902 33.9896L50.9702 33.7596L50.0702 31.9096L49.6202 30.9896L49.1602 30.0596Z' fill='%23F48C8B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.9493 33.76L50.0993 32.01L49.6693 31.13L49.2393 30.25C49.3293 30.56 49.4293 30.87 49.5393 31.18C49.6493 31.49 49.7593 31.8 49.8893 32.12C50.1293 32.74 50.3993 33.36 50.6893 33.97L50.9493 33.76Z' fill='%23F5908E'/%3e %3cpath d='M43.7899 19.5702C43.7599 19.5102 43.7799 19.4302 43.8499 19.4002C43.9099 19.3702 43.9899 19.3902 44.0199 19.4602L57.1799 46.0002L76.1799 48.5802C76.2499 48.5902 76.3799 48.6902 76.3699 48.7602C76.3599 48.8302 76.2099 48.8502 76.1399 48.8402L57.0699 46.2502C57.0299 46.2402 56.9899 46.2202 56.9699 46.1802L43.7899 19.5702Z' fill='url(%23paint69_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.6704 24.8002C39.2704 25.9502 38.8104 28.2702 39.6504 29.9902C40.4904 31.7102 42.3204 32.1702 43.7304 31.0202C45.1404 29.8702 45.5904 27.5402 44.7404 25.8202C43.9004 24.1002 42.0704 23.6502 40.6704 24.8002ZM27.2404 35.7902C25.8404 36.9402 25.3704 39.2702 26.2004 41.0002C27.0304 42.7302 28.8504 43.2002 30.2604 42.0502C31.6704 40.9002 32.1304 38.5602 31.2904 36.8302C30.4604 35.1102 28.6504 34.6402 27.2404 35.7902ZM48.7904 41.2902C47.3704 42.4502 46.9204 44.8002 47.7804 46.5402C48.6404 48.2902 50.4804 48.7602 51.9004 47.6002C53.3204 46.4402 53.7704 44.0802 52.9104 42.3402C52.0504 40.5902 50.2104 40.1302 48.7904 41.2902ZM35.2604 52.3702C33.8404 53.5302 33.3804 55.8902 34.2304 57.6402C35.0804 59.3902 36.9104 59.8802 38.3304 58.7102C39.7504 57.5502 40.2104 55.1802 39.3604 53.4302C38.5104 51.6802 36.6804 51.2102 35.2604 52.3702Z' fill='%23E5E4E6'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.67 24.8C39.27 25.95 38.81 28.27 39.65 29.99C40.45 31.61 42.12 32.12 43.49 31.19C44.17 29.55 44.6 27.74 44.66 25.66C43.79 24.07 42.03 23.68 40.67 24.8ZM30.99 36.3L29.46 42.52C29.74 42.42 30.01 42.26 30.27 42.05C31.68 40.9 32.14 38.56 31.3 36.83C31.21 36.64 31.1 36.46 30.99 36.3Z' fill='url(%23paint70_linear_2591_747)'/%3e %3cpath d='M22.1198 37.1102C22.0898 37.1402 22.0398 37.1302 22.0198 37.1002C21.9998 37.0702 21.9998 37.0202 22.0298 37.0002L43.8398 19.4302C43.8698 19.4002 43.9198 19.4102 43.9398 19.4402C43.9698 19.4702 43.9598 19.5202 43.9298 19.5402L22.1198 37.1102Z' fill='url(%23paint71_linear_2591_747)'/%3e %3c/g%3e %3cdefs%3e %3clinearGradient id='paint0_linear_2591_747' x1='23.9782' y1='22.6824' x2='45.1731' y2='36.9786' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_2591_747' x1='31.9089' y1='12.1065' x2='42.0803' y2='29.0345' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23A32C3F'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_2591_747' x1='13.4792' y1='21.1285' x2='28.7182' y2='35.339' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E41A50'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint3_linear_2591_747' x1='15.2363' y1='52.7674' x2='21.435' y2='44.5414' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint4_linear_2591_747' x1='33.4065' y1='47.3469' x2='26.7913' y2='63.7202' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%237B2D2D'/%3e %3c/linearGradient%3e %3clinearGradient id='paint5_linear_2591_747' x1='1.8651' y1='39.8635' x2='35.4553' y2='26.2922' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%239A2E3E'/%3e %3c/linearGradient%3e %3clinearGradient id='paint6_linear_2591_747' x1='24.0499' y1='22.3054' x2='18.9367' y2='-9.97853' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint7_linear_2591_747' x1='35.5331' y1='8.8338' x2='23.774' y2='59.7681' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23AE2C43'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint8_linear_2591_747' x1='44.9156' y1='38.2419' x2='35.6069' y2='31.4787' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='%23A32C3F'/%3e %3c/linearGradient%3e %3clinearGradient id='paint9_linear_2591_747' x1='19.6494' y1='38.2892' x2='-0.270398' y2='37.9415' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E41A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint10_linear_2591_747' x1='19.5784' y1='38.2181' x2='-0.269599' y2='37.8717' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E51A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint11_linear_2591_747' x1='19.5127' y1='38.1471' x2='-0.268798' y2='37.8019' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E51A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint12_linear_2591_747' x1='19.5205' y1='38.1098' x2='-0.200152' y2='37.7656' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E51A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint13_linear_2591_747' x1='19.4828' y1='38.0506' x2='-0.18332' y2='37.7073' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E61A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint14_linear_2591_747' x1='19.4497' y1='37.9924' x2='-0.168578' y2='37.6499' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E61A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint15_linear_2591_747' x1='19.4193' y1='37.9334' x2='-0.158513' y2='37.5917' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E61950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint16_linear_2591_747' x1='19.3931' y1='37.8747' x2='-0.152213' y2='37.5335' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E71950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint17_linear_2591_747' x1='19.3712' y1='37.8165' x2='-0.150447' y2='37.4758' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E71950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint18_linear_2591_747' x1='19.3545' y1='37.7588' x2='-0.153013' y2='37.4183' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E71950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint19_linear_2591_747' x1='19.3434' y1='37.7013' x2='-0.160579' y2='37.3609' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E81950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint20_linear_2591_747' x1='19.3357' y1='37.6444' x2='-0.17032' y2='37.3039' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E81950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint21_linear_2591_747' x1='19.3289' y1='37.5879' x2='-0.179186' y2='37.2474' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E91850'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint22_linear_2591_747' x1='19.322' y1='37.5318' x2='-0.188052' y2='37.1913' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E91851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint23_linear_2591_747' x1='19.3152' y1='37.4765' x2='-0.196918' y2='37.1359' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EA1851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint24_linear_2591_747' x1='19.3073' y1='37.4216' x2='-0.206859' y2='37.081' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EA1851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint25_linear_2591_747' x1='19.3004' y1='37.3679' x2='-0.215926' y2='37.0272' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EA1851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint26_linear_2591_747' x1='19.2933' y1='37.3149' x2='-0.224991' y2='36.9742' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EB1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint27_linear_2591_747' x1='19.2861' y1='37.2621' x2='-0.234257' y2='36.9214' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EC1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint28_linear_2591_747' x1='19.2779' y1='37.2102' x2='-0.244598' y2='36.8694' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EC1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint29_linear_2591_747' x1='19.2615' y1='37.1242' x2='-0.263029' y2='36.7834' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint30_linear_2591_747' x1='11.22' y1='42.2908' x2='11.0096' y2='30.2409' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint31_linear_2591_747' x1='40.2999' y1='24.2048' x2='51.8367' y2='48.9454' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint32_linear_2591_747' x1='42.5719' y1='50.7253' x2='9.47584' y2='34.5833' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint33_linear_2591_747' x1='0.762612' y1='-5.21249' x2='23.8597' y2='38.2268' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint34_linear_2591_747' x1='53.9523' y1='24.4447' x2='40.0983' y2='15.7878' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint35_linear_2591_747' x1='51.8507' y1='33.1374' x2='30.9085' y2='47.8012' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint36_linear_2591_747' x1='28.2483' y1='21.0133' x2='48.4072' y2='52.0552' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint37_linear_2591_747' x1='62.5357' y1='31.7257' x2='47.5472' y2='46.1999' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E41A50'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint38_linear_2591_747' x1='60.6992' y1='63.3228' x2='54.6448' y2='54.9895' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint39_linear_2591_747' x1='42.6339' y1='58.042' x2='49.534' y2='74.2976' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%237B2D2D'/%3e %3c/linearGradient%3e %3clinearGradient id='paint40_linear_2591_747' x1='74.2554' y1='50.7206' x2='40.9072' y2='36.5653' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%239A2E3E'/%3e %3c/linearGradient%3e %3clinearGradient id='paint41_linear_2591_747' x1='51.8768' y1='32.8558' x2='57.5525' y2='0.666419' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint42_linear_2591_747' x1='40.3837' y1='19.3383' x2='53.0294' y2='70.0572' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23AE2C43'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint43_linear_2591_747' x1='31.2848' y1='48.8314' x2='40.7099' y2='42.2319' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='%23A32C3F'/%3e %3c/linearGradient%3e %3clinearGradient id='paint44_linear_2591_747' x1='56.484' y1='48.8045' x2='76.4059' y2='48.8045' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E41A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint45_linear_2591_747' x1='56.5529' y1='48.7323' x2='76.4069' y2='48.7323' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E51A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint46_linear_2591_747' x1='56.6155' y1='48.6601' x2='76.4067' y2='48.6601' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E51A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint47_linear_2591_747' x1='56.6057' y1='48.6214' x2='76.3401' y2='48.6214' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E51A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint48_linear_2591_747' x1='56.641' y1='48.5605' x2='76.3246' y2='48.5605' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E61A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint49_linear_2591_747' x1='56.6716' y1='48.5004' x2='76.3113' y2='48.5004' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E61A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint50_linear_2591_747' x1='56.6997' y1='48.4395' x2='76.3028' y2='48.4395' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E61950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint51_linear_2591_747' x1='56.7229' y1='48.3784' x2='76.2975' y2='48.3784' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E71950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint52_linear_2591_747' x1='56.7419' y1='48.3172' x2='76.2966' y2='48.3172' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E71950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint53_linear_2591_747' x1='56.7557' y1='48.2564' x2='76.3002' y2='48.2564' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E71950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint54_linear_2591_747' x1='56.7652' y1='48.1953' x2='76.3094' y2='48.1953' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E81950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint55_linear_2591_747' x1='56.7729' y1='48.1346' x2='76.3193' y2='48.1346' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E81950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint56_linear_2591_747' x1='56.7817' y1='48.0735' x2='76.3303' y2='48.0735' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E91850'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint57_linear_2591_747' x1='56.7897' y1='48.0126' x2='76.3405' y2='48.0126' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E91851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint58_linear_2591_747' x1='56.7974' y1='47.952' x2='76.3504' y2='47.952' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EA1851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint59_linear_2591_747' x1='56.8052' y1='47.8911' x2='76.3604' y2='47.8911' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EA1851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint60_linear_2591_747' x1='56.813' y1='47.8305' x2='76.3704' y2='47.8305' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EA1851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint61_linear_2591_747' x1='56.8217' y1='47.7698' x2='76.3812' y2='47.7698' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EB1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint62_linear_2591_747' x1='56.8297' y1='47.7085' x2='76.3914' y2='47.7085' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EC1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint63_linear_2591_747' x1='56.8375' y1='47.6473' x2='76.4014' y2='47.6473' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EC1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint64_linear_2591_747' x1='56.8544' y1='47.5526' x2='76.4205' y2='47.5526' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint65_linear_2591_747' x1='64.8129' y1='52.8654' x2='65.2335' y2='40.8212' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint66_linear_2591_747' x1='38.3882' y1='39.4265' x2='20.9253' y2='3.62218' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23F3797C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint67_linear_2591_747' x1='35.7614' y1='34.719' x2='24.6584' y2='59.6567' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint68_linear_2591_747' x1='33.4914' y1='61.0552' x2='66.8642' y2='45.4932' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint69_linear_2591_747' x1='74.8204' y1='5.18062' x2='52.4849' y2='49.0166' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint70_linear_2591_747' x1='16.0344' y1='14.3684' x2='46.1169' y2='42.4208' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EAEAEA'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint71_linear_2591_747' x1='22.0767' y1='34.8158' x2='36.0799' y2='26.4019' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3cclipPath id='clip0_2591_747'%3e %3crect width='77.98' height='74.7' fill='white'/%3e %3c/clipPath%3e %3c/defs%3e%3c/svg%3e",be="data:image/svg+xml,%3csvg class='ball' width='68' height='65' viewBox='0 0 68 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23clip0_2591_610)'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.8421 52.5396C47.115 52.5396 50.5943 49.0677 50.5943 44.804C50.5943 40.5402 47.115 37.0684 42.8421 37.0684C38.5692 37.0684 35.0898 40.5402 35.0898 44.804C35.0898 49.059 38.5692 52.5396 42.8421 52.5396Z' fill='%23121312'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3095 6.69192C28.6891 -4.21973 49.1466 -1.50487 59.9771 12.7481C70.8076 27.0012 67.9299 47.3974 53.5503 58.3091C39.1707 69.2207 18.7132 66.5059 7.88271 52.2528C-2.95648 37.9998 -0.070098 17.6036 14.3095 6.69192Z' fill='url(%23paint0_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3178 6.72696C28.6364 -4.13248 48.9893 -1.45243 59.7587 12.7136C70.5281 26.8796 67.6505 47.1801 53.3232 58.0395C39.0047 68.899 18.6518 66.2189 7.88234 52.0529C-2.88708 37.8782 -0.000703157 17.5864 14.3178 6.72696Z' fill='url(%23paint1_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3265 6.75261C28.5927 -4.05462 48.8323 -1.40937 59.5407 12.6783C70.2491 26.766 67.3627 46.9534 53.1052 57.7693C38.8477 68.5853 18.5994 65.9313 7.89102 51.8523C-2.80864 37.7647 0.0690173 17.5685 14.3265 6.75261Z' fill='url(%23paint2_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3443 6.78749C28.5408 -3.97623 48.6844 -1.35709 59.3317 12.6436C69.9703 26.6442 67.0927 46.7273 52.8962 57.491C38.6998 68.2547 18.5561 65.6355 7.90879 51.6349C-2.73855 37.6429 0.139112 17.5512 14.3443 6.78749Z' fill='url(%23paint3_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3531 6.82239C28.4885 -3.89783 48.5362 -1.30479 59.1138 12.6089C69.6914 26.5225 66.805 46.5011 52.6696 57.2213C38.5341 67.9415 18.4864 65.3485 7.90885 51.4348C-2.66873 37.5212 0.217649 17.5426 14.3531 6.82239Z' fill='url(%23paint4_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3616 6.84887C28.436 -3.82784 48.3791 -1.2609 58.8956 12.5744C69.4122 26.4098 66.5258 46.2839 52.4514 56.9519C38.377 67.6287 18.434 65.0617 7.91742 51.2264C-2.59913 37.3997 0.287256 17.5256 14.3616 6.84887Z' fill='url(%23paint5_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3702 6.88303C28.3836 -3.74147 48.222 -1.20934 58.6775 12.539C69.133 26.2873 66.2466 46.0571 52.2333 56.6816C38.2199 67.3061 18.3815 64.7739 7.926 51.0256C-2.5295 37.2773 0.356878 17.5075 14.3702 6.88303Z' fill='url(%23paint6_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3791 6.91799C28.3314 -3.663 48.0651 -1.15697 58.4596 12.5043C68.8453 26.1744 65.959 45.831 52.0067 56.412C38.0544 66.993 18.3206 64.4869 7.92614 50.8256C-2.4596 37.1556 0.4355 17.499 14.3791 6.91799Z' fill='url(%23paint7_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3969 6.95255C28.2882 -3.57623 47.926 -1.10502 58.2507 12.478C68.5754 26.061 65.6891 45.6132 51.7978 56.1507C37.9065 66.6795 18.2687 64.2082 7.94399 50.6252C-2.38943 37.0335 0.505674 17.4813 14.3969 6.95255Z' fill='url(%23paint8_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4057 6.97876C28.2359 -3.50651 47.7691 -1.0614 58.0328 12.4346C68.2965 25.9306 65.4014 45.3871 51.5799 55.8723C37.7496 66.3576 18.2164 63.9125 7.95278 50.4165C-2.31088 36.9205 0.575504 17.464 14.4057 6.97876Z' fill='url(%23paint9_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4143 7.01412C28.1834 -3.42765 47.612 -1.00864 57.8146 12.409C68.0085 25.8267 65.1221 45.1701 51.353 55.6031C37.5838 66.0449 18.1552 63.6259 7.95261 50.2082C-2.24129 36.7993 0.645095 17.4472 14.4143 7.01412Z' fill='url(%23paint10_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4224 7.0484C28.1218 -3.34116 47.4544 -0.956953 57.596 12.3737C67.7288 25.7044 64.8337 44.9433 51.1343 55.3329C37.4349 65.7224 18.1023 63.3382 7.9607 50.0076C-2.17215 36.6769 0.722948 17.438 14.4224 7.0484Z' fill='url(%23paint11_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4311 7.07501C28.0781 -3.27104 47.3062 -0.912939 57.378 12.3394C67.4498 25.5917 64.5547 44.7176 50.9163 55.0636C37.2779 65.4097 18.0412 63.0516 7.9694 49.8079C-2.10242 36.5556 0.792683 17.4211 14.4311 7.07501Z' fill='url(%23paint12_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4489 7.10934C28.0262 -3.1845 47.1583 -0.861207 57.1691 12.3041C67.1798 25.4695 64.2848 44.4996 50.6987 54.7934C37.1127 65.0873 17.9806 62.764 7.97852 49.5986C-2.03225 36.4333 0.862848 17.4032 14.4489 7.10934Z' fill='url(%23paint13_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.458 7.1442C27.9743 -3.10613 47.0018 -0.817645 56.9428 12.2694C66.8838 25.3477 63.9887 44.2734 50.4724 54.5237C36.9561 64.7741 17.9287 62.4769 7.98766 49.3986C-1.96207 36.3115 0.941751 17.3945 14.458 7.1442Z' fill='url(%23paint14_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4668 7.17015C27.922 -3.03668 46.8448 -0.765595 56.7248 12.2344C66.6048 25.2344 63.7097 44.047 50.2544 54.2538C36.7992 64.4519 17.8764 62.1896 7.99642 49.1896C-1.89227 36.1896 1.01155 17.377 14.4668 7.17015Z' fill='url(%23paint15_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4756 7.20553C27.8698 -2.94909 46.6967 -0.71281 56.5069 12.2002C66.3259 25.1132 63.422 43.8213 50.0278 53.9846C36.6336 64.1393 17.8067 61.903 7.99654 48.99C-1.81367 36.0683 1.08143 17.3601 14.4756 7.20553Z' fill='url(%23paint16_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4835 7.24048C27.8167 -2.87064 46.5389 -0.669163 56.2968 12.1655C66.0547 25.0002 63.1509 43.6039 49.8177 53.715C36.4845 63.8262 17.7623 61.616 8.01314 48.79C-1.74474 35.9553 1.15036 17.3429 14.4835 7.24048Z' fill='url(%23paint17_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4927 7.26573C27.7648 -2.79318 46.3824 -0.617809 56.0705 12.1298C65.7587 24.8775 62.8548 43.3768 49.5914 53.4357C36.328 63.5033 17.7017 61.328 8.0136 48.5803C-1.67452 35.8327 1.2293 17.3333 14.4927 7.26573Z' fill='url(%23paint18_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5097 7.30096C27.7121 -2.71444 46.2337 -0.565175 55.8608 12.0955C65.4879 24.7561 62.5841 43.151 49.373 53.1664C36.1706 63.1818 17.649 61.0413 8.02189 48.3719C-1.60519 35.7113 1.29863 17.3164 14.5097 7.30096Z' fill='url(%23paint19_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5186 7.33555C27.6686 -2.63634 46.0856 -0.513179 55.643 12.0692C65.209 24.6515 62.3052 42.9333 49.1551 52.9052C36.0051 62.877 17.5881 60.7539 8.03075 48.1716C-1.53529 35.5892 1.36853 17.2987 14.5186 7.33555Z' fill='url(%23paint20_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5279 7.36228C27.6082 -2.5574 45.9293 -0.469047 55.4256 12.0263C64.9218 24.5216 62.018 42.7077 48.9377 52.6273C35.8487 62.547 17.5364 60.4587 8.04007 47.9633C-1.46493 35.468 1.44761 17.2907 14.5279 7.36228Z' fill='url(%23paint21_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.1203 7.27477C28.2529 -2.32296 46.3299 0.0525439 55.4948 12.5827C64.6597 25.1128 61.4507 43.0552 48.3181 52.6529C35.1855 62.2507 17.1085 59.8752 7.94363 47.3451C-1.22128 34.8149 1.98774 16.8725 15.1203 7.27477Z' fill='url(%23paint22_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7135 7.18762C28.8897 -2.08815 46.7312 0.583206 55.5648 13.1394C64.3983 25.6957 60.8754 43.4032 47.7079 52.6789C34.5317 61.946 16.6902 59.2833 7.85665 46.7184C-0.976901 34.1622 2.53733 16.4547 15.7135 7.18762Z' fill='url(%23paint23_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3066 7.09174C29.5264 -1.85338 47.1411 1.10512 55.6346 13.6962C64.1368 26.2872 60.3086 43.751 47.0888 52.6962C33.869 61.6413 16.2542 58.6828 7.76078 46.0917C-0.741401 33.5007 3.08676 16.0369 16.3066 7.09174Z' fill='url(%23paint24_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.8993 7.00481C30.1627 -1.61835 47.542 1.636 55.7041 14.2531C63.8749 26.879 59.7416 44.1079 46.4782 52.7223C33.2148 61.3455 15.8354 58.0999 7.67334 45.474C-0.497472 32.8482 3.6359 15.6193 16.8993 7.00481Z' fill='url(%23paint25_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4928 6.90904C30.7998 -1.38347 47.9436 2.14933 55.7744 14.81C63.6051 27.4619 59.1665 44.4559 45.8595 52.7484C32.5525 61.0409 15.4086 57.5081 7.57791 44.8562C-0.252813 32.1955 4.18576 15.2102 17.4928 6.90904Z' fill='url(%23paint26_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.0764 6.82241C31.427 -1.14814 48.3354 2.68051 55.8435 15.3673C63.3429 28.054 58.5991 44.8043 45.2485 52.7749C31.8979 60.7454 14.9894 56.9168 7.48136 44.23C-0.0179955 31.5433 4.72578 14.793 18.0764 6.82241Z' fill='url(%23paint27_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6695 6.73548C32.0724 -0.91311 48.7454 3.20269 55.9134 15.9242C63.0814 28.6458 58.0324 45.1525 44.6295 52.8011C31.2353 60.441 14.5623 56.3252 7.39427 43.6036C0.226275 30.8908 5.27526 14.3754 18.6695 6.73548Z' fill='url(%23paint28_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2626 6.63959C32.7004 -0.678346 49.1467 3.7246 55.9833 16.4723C62.8199 29.2199 57.457 45.4917 44.0192 52.8096C30.5814 60.1275 14.1352 55.7246 7.29853 42.9769C0.470623 30.2293 5.82482 13.9575 19.2626 6.63959Z' fill='url(%23paint29_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.8553 6.55241C33.3367 -0.443571 49.5475 4.25522 56.0527 17.0377C62.5493 29.8202 56.8899 45.857 43.3998 52.8442C29.9184 59.8402 13.7075 55.1414 7.20227 42.359C0.705735 29.5765 6.37385 13.5484 19.8553 6.55241Z' fill='url(%23paint30_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4483 6.46612C33.982 -0.199211 49.9487 4.78673 56.1226 17.5953C62.2878 30.4039 56.3231 46.2057 42.7894 52.8711C29.2557 59.5364 13.289 54.5505 7.11514 41.7419C0.949967 28.9246 6.92329 13.1314 20.4483 6.46612Z' fill='url(%23paint31_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.0413 6.36962C34.6187 0.0262456 50.3586 5.30804 56.1924 18.1514C62.0262 30.9948 55.7477 46.553 42.1791 52.8964C28.6017 59.2311 12.8618 53.958 7.028 41.1146C1.1942 28.2712 7.46401 12.713 21.0413 6.36962Z' fill='url(%23paint32_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6346 6.28281C35.2555 0.270093 50.76 5.83033 56.2624 18.7085C61.7648 31.5867 55.1811 46.9013 41.5602 52.914C27.9392 58.9267 12.4348 53.3665 6.93232 40.4883C1.42989 27.6188 8.01363 12.2955 21.6346 6.28281Z' fill='url(%23paint33_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.2274 6.1871C35.892 0.50504 51.161 6.35243 56.3321 19.2567C61.5031 32.161 54.6055 47.2407 40.9497 52.9314C27.2851 58.6222 12.0161 52.7661 6.84504 39.8618C1.67397 26.9575 8.56291 11.8779 22.2274 6.1871Z' fill='url(%23paint34_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.8201 6.09989C36.5282 0.739785 51.5618 6.87432 56.4015 19.8134C61.2325 32.7525 54.0383 47.5972 40.3302 52.9573C26.6221 58.3261 11.5798 52.1829 6.74879 39.2438C1.91781 26.3047 9.11196 11.4687 22.8201 6.09989Z' fill='url(%23paint35_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4135 6.0131C37.1653 0.974952 51.9721 7.40534 56.4718 20.3792C60.9714 33.3444 53.472 47.9542 39.7203 52.9924C25.9686 58.0305 11.1617 51.6001 6.66207 38.6262C2.15373 25.6523 9.66181 11.0513 23.4135 6.0131Z' fill='url(%23paint36_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0058 5.91776C37.8012 1.20156 52.3726 7.9278 56.5409 20.9278C60.7091 33.9278 52.8958 48.2939 39.1005 53.0101C25.3052 57.7263 10.7337 51.0001 6.56548 38.0001C2.39723 25.0001 10.2018 10.634 24.0058 5.91776Z' fill='url(%23paint37_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.5997 5.83096C38.4386 1.44541 52.7746 8.4501 56.6115 21.4849C60.4397 34.5197 52.3212 48.6422 38.4822 53.0364C24.6433 57.422 10.3073 50.4173 6.47045 37.3825C2.64229 24.3477 10.7521 10.2165 24.5997 5.83096Z' fill='url(%23paint38_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.184 5.74323C39.0666 1.67964 53.1671 8.98018 56.6726 22.0498C60.1694 35.1107 51.7544 48.9983 37.8632 53.0618C23.9807 57.1167 9.88012 49.8162 6.38332 36.7553C2.87781 23.6857 11.3015 9.79812 25.184 5.74323Z' fill='url(%23paint39_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.7768 5.64734C39.703 1.91441 53.5768 9.50209 56.7422 22.5978C59.9164 35.6935 51.1874 49.3461 37.2526 53.0791C23.3177 56.812 9.45265 49.2243 6.28722 36.1286C3.12179 23.0329 11.8507 9.38897 25.7768 5.64734Z' fill='url(%23paint40_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.3695 5.56045C40.348 2.14947 53.9776 10.033 56.8117 23.1548C59.6457 36.2767 50.6116 49.6943 36.6332 53.1053C22.6547 56.5163 9.02507 48.6327 6.19101 35.5109C3.36567 22.3804 12.3998 8.97143 26.3695 5.56045Z' fill='url(%23paint41_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.9622 5.465C40.9843 2.38468 54.3785 10.5554 56.8812 23.712C59.3839 36.8686 50.0445 50.0426 36.0225 53.1317C22.0004 56.212 8.60623 48.0413 6.10353 34.8847C3.60084 21.7281 12.9489 8.55402 26.9622 5.465Z' fill='url(%23paint42_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.797 5.5868C40.5924 2.48037 53.8122 10.4683 56.2887 23.2421C58.7652 36.0158 49.6701 49.1725 35.8835 52.2789C22.0881 55.3853 8.78113 47.5714 6.33076 34.5366C3.88911 21.4931 13.0104 8.69323 26.797 5.5868Z' fill='url(%23paint43_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.6309 5.70851C40.1995 2.58468 53.2449 10.3812 55.6865 22.7721C58.1282 35.163 49.2946 48.3109 35.7347 51.4261C22.1661 54.5499 8.93762 47.0927 6.55701 34.171C4.1764 21.258 13.071 8.83234 26.6309 5.70851Z' fill='url(%23paint44_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.4737 5.83093C39.8156 2.68969 52.6779 10.2948 55.1021 22.3115C57.5176 34.3283 48.9369 47.4501 35.5951 50.5913C22.2532 53.7238 9.11185 46.6321 6.78357 33.8323C4.45528 21.0324 13.1319 8.97216 26.4737 5.83093Z' fill='url(%23paint45_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.3086 5.95262C39.4237 2.80268 52.1116 10.2163 54.5009 21.8502C56.8902 33.4841 48.5625 46.5885 35.4473 49.7471C22.3322 52.8971 9.27804 46.1708 7.01079 33.4841C4.74354 20.7973 13.1934 9.10255 26.3086 5.95262Z' fill='url(%23paint46_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.1424 6.07365C39.0308 2.90632 51.5443 10.1285 53.9075 21.3795C56.2706 32.6306 48.1958 45.7263 35.3073 48.8936C22.4189 52.0609 9.45197 45.6915 7.23704 33.1265C5.03084 20.5616 13.254 9.24099 26.1424 6.07365Z' fill='url(%23paint47_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.9775 6.19552C38.6392 3.01078 50.9783 10.0416 53.3066 20.9184C55.6436 31.7866 47.8216 44.8649 35.1599 48.0496C22.4982 51.2343 9.61847 45.2216 7.46458 32.7785C5.3107 20.3354 13.3158 9.38026 25.9775 6.19552Z' fill='url(%23paint48_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.8114 6.31773C38.2464 3.11559 50.4023 9.96365 52.7132 20.4489C55.024 30.9342 47.4549 43.9951 35.0199 47.206C22.5849 50.4081 9.78368 44.7521 7.69084 32.4222C5.59799 20.1009 13.3764 9.51988 25.8114 6.31773Z' fill='url(%23paint49_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.6452 6.43951C37.8535 3.21997 49.835 9.8766 52.1197 19.9877C54.3957 30.0901 47.0882 43.1336 34.8712 46.3532C22.6629 49.5727 9.94889 44.2822 7.91709 32.0741C5.88528 19.8659 13.437 9.65906 25.6452 6.43951Z' fill='url(%23paint50_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.4797 6.55261C37.4612 3.31566 49.2684 9.78086 51.5182 19.5091C53.768 29.2374 46.7133 42.2635 34.7231 45.5004C22.7415 48.7374 10.1147 43.8036 8.13524 31.7173C6.16448 19.6396 13.4982 9.79826 25.4797 6.55261Z' fill='url(%23paint51_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3142 6.67485C37.069 3.4205 48.7017 9.70297 50.9254 19.0483C53.149 28.3937 46.3473 41.4024 34.5838 44.6655C22.8289 47.9198 10.2893 43.3429 8.37088 31.3696C6.45244 19.4051 13.5594 9.93791 25.3142 6.67485Z' fill='url(%23paint52_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.1577 6.79607C36.6858 3.52432 48.1354 9.61535 50.3329 18.5779C52.5304 27.5404 45.9728 40.5404 34.4447 43.8121C22.9166 47.0839 10.4642 42.8637 8.59809 31.021C6.7407 19.1696 13.6209 10.0765 25.1577 6.79607Z' fill='url(%23paint53_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.9916 6.9185C36.3017 3.62934 47.5681 9.52894 49.7395 18.1173C51.9108 26.6969 45.6061 39.6795 34.3047 42.9687C22.9947 46.2579 10.6294 42.3944 8.83308 30.6735C7.01928 18.9439 13.6815 10.2077 24.9916 6.9185Z' fill='url(%23paint54_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.8257 7.03957C35.9091 3.73301 47.0011 9.44988 49.1376 17.6467C51.2828 25.8522 45.231 38.8087 34.1563 42.1152C23.073 45.4218 10.7949 41.9238 9.05091 30.3073C7.30687 18.7083 13.7424 10.3461 24.8257 7.03957Z' fill='url(%23paint55_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.6602 7.16184C35.5169 3.83788 46.4345 9.36331 48.5448 17.1859C50.6551 25.0086 44.8649 37.9563 34.017 41.2803C23.1604 44.6043 10.9696 41.463 9.28655 29.9684C7.59484 18.4738 13.8036 10.4858 24.6602 7.16184Z' fill='url(%23paint56_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.4944 7.28379C35.1243 3.94243 45.8588 9.27643 47.9517 16.7162C50.0358 24.1559 44.4985 37.0863 33.8686 40.4277C23.2387 43.7691 11.1351 40.9846 9.50439 29.6118C7.88243 18.2389 13.8645 10.6252 24.4944 7.28379Z' fill='url(%23paint57_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.3295 7.40543C34.7327 4.04666 45.2928 9.19794 47.3508 16.2548C49.4088 23.3117 44.1243 36.2247 33.7212 39.5835C23.318 42.9422 11.2928 40.5145 9.73193 29.2635C8.1623 18.0125 13.9263 10.7642 24.3295 7.40543Z' fill='url(%23paint58_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.1634 7.52696C34.3398 4.15079 44.7256 9.11063 46.7574 15.7847C48.7892 22.4587 43.7576 35.363 33.5812 38.7391C23.4047 42.1153 11.4668 40.0531 9.95818 28.9152C8.44959 17.7773 13.9869 10.9031 24.1634 7.52696Z' fill='url(%23paint59_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9979 7.64062C33.9476 4.24704 44.159 9.01545 46.1559 15.3153C48.1615 21.6065 43.3829 34.4934 33.4331 37.8869C23.4834 41.2805 11.6327 39.575 10.1851 28.559C8.73758 17.5429 14.0569 11.0429 23.9979 7.64062Z' fill='url(%23paint60_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.8408 7.76215C33.5638 4.35117 43.592 8.93685 45.5627 14.8538C47.5335 20.7708 43.0165 33.6316 33.2934 37.0426C23.5704 40.4536 11.8069 39.1049 10.4117 28.2106C9.01645 17.3164 14.1178 11.1731 23.8408 7.76215Z' fill='url(%23paint61_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6746 7.88428C33.1709 4.4559 43.0247 8.85015 44.9693 14.3843C46.9139 19.9184 42.6497 32.7618 33.1534 36.1902C23.6572 39.6186 11.9808 38.6266 10.6379 27.8542C9.30375 17.0817 14.1783 11.3127 23.6746 7.88428Z' fill='url(%23paint62_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5094 8.00568C32.779 4.5599 42.4584 8.77141 44.3768 13.9227C46.2953 19.074 42.2753 31.9086 33.0057 35.3544C23.7362 38.8002 12.1383 38.1737 10.8652 27.5144C9.59202 16.8464 14.2399 11.4515 23.5094 8.00568Z' fill='url(%23paint63_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5091 8.12726C32.6217 4.69018 42.1092 8.75376 44.0015 13.8963C45.8851 19.0389 41.8825 31.5864 32.7699 35.0235C23.6573 38.4606 12.3473 37.7993 11.0654 27.4097C9.78352 17.0289 14.3965 11.573 23.5091 8.12726Z' fill='url(%23paint64_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.501 8.24983C32.4479 4.81275 41.7611 8.74581 43.6097 13.8797C45.4584 19.0136 41.4646 31.2652 32.5177 34.7023C23.5708 38.1394 12.531 37.4433 11.2579 27.3235C9.98471 17.2123 14.5541 11.6869 23.501 8.24983Z' fill='url(%23paint65_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5004 8.38008C32.2903 4.9517 41.4116 8.74554 43.2342 13.8707C45.0567 18.9959 41.0716 30.9604 32.2816 34.3888C23.4917 37.8172 12.731 37.0862 11.4578 27.2362C10.1847 17.3948 14.7104 11.8085 23.5004 8.38008Z' fill='url(%23paint66_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5008 8.50207C32.1338 5.07369 41.0632 8.73701 42.8509 13.8535C44.6385 18.9699 40.6621 30.6473 32.0378 34.0757C23.4136 37.5041 12.9232 36.7383 11.6588 27.158C10.3856 17.5777 14.8678 11.9217 23.5008 8.50207Z' fill='url(%23paint67_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5007 8.62395C31.968 5.20427 40.7143 8.72836 42.4671 13.8361C44.2198 18.9439 40.2522 30.3341 31.7849 33.7538C23.3176 37.1735 13.1062 36.3729 11.8418 27.0711C10.5861 17.7605 15.0247 12.0436 23.5007 8.62395Z' fill='url(%23paint68_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4921 8.74558C31.8024 5.3346 40.3656 8.71947 42.0835 13.8185C43.8014 18.9263 39.8512 30.0207 31.5408 33.4317C23.2305 36.8426 13.2982 36.016 12.0425 26.9752C10.7868 17.943 15.1905 12.1566 23.4921 8.74558Z' fill='url(%23paint69_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4921 8.8669C31.6368 5.45592 40.0169 8.71027 41.6999 13.8006C43.3829 18.8997 39.4414 29.6982 31.2967 33.1092C23.1521 36.5202 13.4988 35.65 12.2344 26.8877C10.9787 18.1253 15.3475 12.2779 23.4921 8.8669Z' fill='url(%23paint70_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4915 8.98892C31.4791 5.58664 39.6674 8.70177 41.3242 13.7921C42.9811 18.8825 39.0483 29.3939 31.0606 32.7961C23.0729 36.1984 13.6987 35.3022 12.443 26.8008C11.1786 18.3082 15.5038 12.3912 23.4915 8.98892Z' fill='url(%23paint71_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4921 9.11115C31.3229 5.70887 39.328 8.69348 40.9412 13.7664C42.5632 18.8481 38.6391 29.0723 30.8171 32.4659C22.9864 35.8682 13.8912 34.9284 12.6355 26.7055C11.3798 18.4913 15.6614 12.5134 23.4921 9.11115Z' fill='url(%23paint72_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4831 9.23315C31.1482 5.83957 38.9702 8.68495 40.5573 13.7492C42.1443 18.8222 38.229 28.7593 30.5639 32.1528C22.8989 35.5464 14.0741 34.5805 12.8271 26.6187C11.5801 18.6655 15.8181 12.6267 23.4831 9.23315Z' fill='url(%23paint73_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4829 9.36361C30.9909 5.97874 38.6211 8.6762 40.1733 13.7405C41.7255 18.8047 37.8276 28.4546 30.3195 31.8395C22.8114 35.2244 14.2656 34.2237 13.0186 26.5403C11.7804 18.8482 15.9748 12.7485 23.4829 9.36361Z' fill='url(%23paint74_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4834 9.48551C30.8258 6.10064 38.2729 8.66757 39.7989 13.7231C41.3162 18.7787 37.427 28.1328 30.0846 31.5176C22.7422 34.9025 14.4668 33.867 13.2285 26.4447C11.9728 19.031 16.141 12.8617 23.4834 9.48551Z' fill='url(%23paint75_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4832 9.6065C30.6686 6.23033 37.9325 8.65804 39.415 13.7049C40.9061 18.7517 37.0256 27.8187 29.8402 31.1948C22.6548 34.571 14.6671 33.5007 13.4201 26.3568C12.1731 19.2129 16.2977 12.9827 23.4832 9.6065Z' fill='url(%23paint76_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4742 9.72847C30.494 6.3523 37.5748 8.64949 39.031 13.6876C40.4873 18.7258 36.6155 27.5056 29.5958 30.8731C22.5673 34.2492 14.8587 33.1441 13.6117 26.27C12.3734 19.3958 16.4545 13.0959 23.4742 9.72847Z' fill='url(%23paint77_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.474 9.85059C30.3368 6.48312 37.2257 8.64108 38.6471 13.6705C40.0685 18.7 36.2142 27.1926 29.3427 30.5601C22.4799 33.9276 15.0416 32.7877 13.8033 26.1833C12.5738 19.5788 16.6112 13.2181 23.474 9.85059Z' fill='url(%23paint78_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4747 9.9725C30.1718 6.61374 36.8776 8.63248 38.2728 13.6619C39.6593 18.6827 35.8137 26.8795 29.1079 30.2469C22.4021 33.6057 15.2428 32.4397 14.0046 26.105C12.775 19.7617 16.7689 13.3313 23.4747 9.9725Z' fill='url(%23paint79_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.474 10.0943C30.0141 6.73548 36.5368 8.6237 37.8884 13.6358C39.24 18.6565 35.4032 26.5661 28.863 29.9249C22.3229 33.2837 15.4339 32.0742 14.2044 26.0092C12.9661 19.9443 16.9251 13.453 23.474 10.0943Z' fill='url(%23paint80_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.466 10.2159C29.8492 6.86586 36.1801 8.61486 37.5055 13.6182C38.831 18.6303 35.0028 26.244 28.6197 29.5941C22.2365 32.9442 15.6266 31.7086 14.3971 25.9134C13.1675 20.1269 17.0829 13.566 23.466 10.2159Z' fill='url(%23paint81_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4655 10.3378C29.683 6.98775 35.8307 8.60623 37.1213 13.6009C38.4119 18.6042 34.5925 25.9309 28.375 29.2722C22.1488 32.6223 15.8266 31.3432 14.5971 25.8177C13.3675 20.3097 17.248 13.6879 23.4655 10.3378Z' fill='url(%23paint82_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4653 10.4679C29.5259 7.12652 35.4905 8.60577 36.7462 13.5917C38.0019 18.5864 34.1999 25.6259 28.1306 28.9672C22.0701 32.3086 16.0183 31.0034 14.7888 25.7477C13.5679 20.492 17.4048 13.8092 23.4653 10.4679Z' fill='url(%23paint83_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4652 10.5898C29.3688 7.25717 35.1416 8.5885 36.3624 13.5744C37.5832 18.5604 33.7899 25.304 27.8864 28.6454C21.9828 31.9781 16.21 30.6467 14.9892 25.6608C13.7684 20.6748 17.5617 13.9225 23.4652 10.5898Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4306 10.6167C29.1772 7.39712 34.8017 8.68494 35.9877 13.5056C37.1736 18.3262 33.485 24.8436 27.7384 28.0718C21.9918 31.2914 16.3673 30.0036 15.1813 25.1829C13.9866 20.3623 17.684 13.8362 23.4306 10.6167Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.3963 10.6419C28.986 7.52679 34.4535 8.77981 35.6133 13.4264C36.7731 18.073 33.1804 24.3728 27.582 27.4793C21.9924 30.5944 16.5161 29.3414 15.3651 24.6948C14.214 20.0482 17.8067 13.7483 23.3963 10.6419Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.3607 10.6688C28.7934 7.66675 34.1127 8.87625 35.2376 13.3575C36.3625 17.8388 32.8657 23.9037 27.4331 26.9057C22.0004 29.9077 16.6811 28.6982 15.5562 24.2169C14.4313 19.7357 17.9281 13.6621 23.3607 10.6688Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.3265 10.6944C28.6022 7.80551 33.7733 8.96281 34.8633 13.2787C35.9533 17.5947 32.5612 23.4334 27.2855 26.3222C22.0098 29.2111 16.8387 28.0538 15.7487 23.7379C14.6586 19.422 18.0508 13.5833 23.3265 10.6944Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2909 10.7203C28.4183 7.94449 33.4324 9.05828 34.4876 13.2089C35.5514 17.3595 32.2552 22.9719 27.1277 25.7477C22.0003 28.5235 16.9862 27.4097 15.931 23.2591C14.8759 19.1085 18.1721 13.496 23.2909 10.7203Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2654 10.7466C28.2359 8.08391 33.093 9.1542 34.122 13.1308C35.151 17.1073 31.9594 22.4936 26.9889 25.1562C22.0184 27.8189 17.1613 26.7486 16.1323 22.772C15.1033 18.7954 18.2949 13.4092 23.2654 10.7466Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2298 10.7732C28.0433 8.22366 32.7522 9.24173 33.7463 13.053C34.7404 16.8642 31.6448 22.0242 26.8399 24.5737C22.0264 27.1233 17.3175 26.0965 16.3234 22.2852C15.3206 18.4827 18.4162 13.3227 23.2298 10.7732Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.1955 10.799C27.8521 8.36263 32.4128 9.3372 33.372 12.9831C34.3399 16.629 31.3402 21.5628 26.6836 23.9992C22.027 26.4356 17.4664 25.461 16.5071 21.8151C15.5479 18.1692 18.5389 13.2355 23.1955 10.799Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.1609 10.8254C27.6605 8.50206 32.0642 9.43312 32.9973 12.905C33.9303 16.3856 31.0352 21.0844 26.5356 23.4164C22.036 25.7397 17.6323 24.8086 16.6992 21.3367C15.7662 17.8561 18.6613 13.1486 23.1609 10.8254Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.1252 10.8512C27.4679 8.64104 31.7233 9.52859 32.6215 12.8351C33.5197 16.1417 30.7292 20.623 26.3779 22.8331C22.0352 25.0433 17.7798 24.1558 16.8816 20.8492C15.9834 17.5426 18.7826 13.0614 23.1252 10.8512Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0998 10.8769C27.2942 8.7798 31.3927 9.61514 32.256 12.7564C33.128 15.8976 30.4247 20.1526 26.239 22.2497C22.0446 24.3467 17.9461 23.5114 17.0828 20.3702C16.2108 17.2289 18.9054 12.9739 23.0998 10.8769Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0642 10.9036C27.1016 8.91098 31.0519 9.71151 31.8803 12.6874C32.7174 15.6633 30.1188 19.6834 26.0901 21.676C22.0526 23.6687 18.1024 22.8681 17.274 19.8922C16.4281 16.9163 19.0267 12.8963 23.0642 10.9036Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0299 10.9299C26.9104 9.0504 30.7037 9.80743 31.5059 12.6093C32.3082 15.4112 29.8142 19.2137 25.9337 21.0932C22.0532 22.9728 18.26 22.2157 17.4577 19.4139C16.6554 16.6033 19.1494 12.8094 23.0299 10.9299Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9943 10.9558C26.7178 9.18938 30.3629 9.9029 31.1302 12.5394C31.8976 15.176 29.5083 18.7436 25.7848 20.51C22.0612 22.2764 18.4162 21.5629 17.6488 18.9263C16.8727 16.2898 19.2708 12.7222 22.9943 10.9558Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.96 10.9814C26.5266 9.32814 30.0234 9.98946 30.7559 12.4607C31.4971 14.9319 29.2037 18.2733 25.6284 19.9265C22.0619 21.5798 18.5651 20.9185 17.8326 18.4473C17.1001 15.9761 19.3935 12.6347 22.96 10.9814Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9254 11.0083C26.335 9.4681 29.6748 10.0859 30.3811 12.3918C31.0875 14.6977 28.89 17.8128 25.4804 19.353C22.0708 20.8931 18.731 20.2753 18.0159 17.9694C17.3183 15.6635 19.5158 12.5484 22.9254 11.0083Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.8989 11.0336C26.1603 9.60655 29.3431 10.1808 30.0146 12.3127C30.686 14.4446 28.5932 17.3335 25.3406 18.7692C22.0792 20.1962 18.8963 19.6219 18.2162 17.4901C17.5447 15.3495 19.6376 12.4606 22.8989 11.0336Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.8642 11.0598C25.9686 9.74584 29.0032 10.2679 29.6398 12.2432C30.2851 14.2097 28.2882 16.8723 25.1838 18.1863C22.0794 19.5002 19.0448 18.9781 18.3995 17.0029C17.7629 15.0363 19.7598 12.3737 22.8642 11.0598Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.8291 11.0861C25.7765 9.88526 28.6629 10.3638 29.2733 12.165C29.8837 13.9663 27.9914 16.4027 25.044 17.6035C22.0966 18.8043 19.2102 18.3257 18.5998 16.5245C17.9894 14.7233 19.8817 12.2869 22.8291 11.0861Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7944 11.1124C25.5849 10.0247 28.3143 10.4598 28.8985 12.0869C29.4741 13.7228 27.6777 15.9243 24.8872 17.0207C22.0968 18.1084 19.3674 17.6733 18.7831 16.0461C18.2076 14.4102 20.0039 12.2088 22.7944 11.1124Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7592 11.1382C25.3927 10.1549 27.9739 10.5552 28.5232 12.017C29.0726 13.4789 27.3722 15.4628 24.7387 16.4461C22.1052 17.4293 19.524 17.0291 18.9746 15.5672C18.434 14.0967 20.1257 12.1214 22.7592 11.1382Z' fill='white'/%3e %3cpath d='M43.8192 1.51417C44.2901 1.04429 44.4558 1.84483 43.2437 3.07174C43.9588 3.63733 44.8046 4.12462 46.3655 5.75179C48.5804 8.05768 50.9349 11.4077 50.9436 11.4164C51.0483 11.5731 50.9959 11.7906 50.839 11.8863C50.682 11.9907 50.464 11.9385 50.3681 11.7819C50.3594 11.7732 48.0311 8.47535 45.8772 6.22167C43.8367 4.09851 42.6943 3.57642 42.5461 3.53292C42.4938 3.51551 42.4327 3.48941 42.3891 3.4459C42.2583 3.31538 42.2583 3.09784 42.3891 2.95862L43.8192 1.51417Z' fill='white'/%3e %3cpath d='M62.4711 17.0551C62.5757 16.9159 62.7676 16.8811 62.9158 16.9855C63.0554 17.0899 63.0902 17.2814 62.9856 17.4293L61.7909 19.0565C62.0438 19.9092 63.2995 24.2164 63.5699 26.1656C63.8751 28.3583 63.3082 30.9862 63.2995 30.9949C63.2646 31.1689 63.099 31.2733 62.9246 31.2385C62.7502 31.2037 62.6455 31.0384 62.6804 30.8644C62.6804 30.8557 63.2298 28.3322 62.942 26.2526C62.6542 24.1903 61.2154 19.361 61.1369 19.1C61.102 19.0043 61.1195 18.8998 61.1805 18.8128L62.4711 17.0551Z' fill='%23ECEDED'/%3e %3cpath d='M6.56606 44.6294C6.57478 44.8208 6.42654 44.9774 6.2347 44.9861C6.04285 44.9948 5.88589 44.8469 5.87717 44.6555C5.87717 44.6468 5.76381 41.958 7.17648 38.8429C8.58043 35.7365 9.96693 34.4139 9.96693 34.4139C10.0454 34.3355 10.1588 34.3094 10.2634 34.3268L22.0967 35.7017L28.8374 22.6234C28.8897 22.5189 28.9944 22.4493 29.1077 22.4406C29.1252 22.4406 36.267 21.7532 38.9267 21.5618C41.1852 21.3965 44.1065 21.4835 44.9174 21.5183L49.8879 12.2512C49.6438 11.8335 48.8851 10.5892 47.2283 8.52697C45.1703 5.95134 41.6822 3.59324 41.6735 3.58454C41.5166 3.48012 41.4817 3.26258 41.5863 3.10596C41.595 3.09725 41.6038 3.07985 41.6125 3.07115L43.3042 1.20904C43.435 1.06981 43.653 1.06111 43.7925 1.18293C43.9321 1.31345 43.9408 1.53099 43.8187 1.67021L42.3886 3.24518C43.3129 3.90649 46.0249 5.91653 47.7689 8.1006C49.7571 10.5805 50.4896 11.9118 50.5768 12.0685C50.6379 12.1729 50.6466 12.2947 50.5855 12.4078L45.4232 22.0143C45.3622 22.1274 45.2401 22.197 45.1006 22.197C45.0918 22.197 41.5776 22.0404 38.979 22.2318C36.6333 22.4058 30.503 22.9888 29.3606 23.0932L22.6112 36.1977C22.5502 36.3369 22.4106 36.4239 22.2537 36.4065L10.3332 35.023C9.9931 35.3884 8.92051 36.6501 7.80433 39.1301C6.46142 42.0973 6.56606 44.6207 6.56606 44.6294Z' fill='%23AAB4C2'/%3e %3cpath d='M27.8436 2.95025C27.9744 2.81102 28.1924 2.80232 28.332 2.92414C28.4715 3.05466 28.4802 3.2722 28.3581 3.41142C28.3407 3.42883 23.4487 8.85855 22.5243 10.6946C21.5651 12.6089 21.0332 13.3485 21.0332 13.3485C20.9983 13.4007 20.946 13.4355 20.8936 13.4529H20.8849C20.7192 13.5225 16.3592 15.3847 14.2053 16.9074C11.9903 18.4737 9.83645 20.4228 9.83645 20.4228C9.71437 20.5359 9.53997 20.5446 9.40916 20.4576L5.64204 17.9255C5.48508 17.8211 5.44148 17.6035 5.55484 17.4469C5.65948 17.2903 5.87749 17.2468 6.03445 17.3599L9.57485 19.7615C10.1678 19.2394 11.9729 17.6644 13.8129 16.3679C15.8883 14.8974 19.8821 13.1571 20.5361 12.8786C20.6756 12.6698 21.1553 11.9302 21.9139 10.4074C22.8644 8.47568 27.8262 2.96765 27.8436 2.95025Z' fill='%23AAB4C2'/%3e %3cpath d='M45.8506 48.0409C45.7808 47.8669 45.868 47.6668 46.0511 47.5972C46.2256 47.5276 46.4261 47.6146 46.4959 47.7973L49.6787 56.055C49.7311 56.1942 49.6875 56.3595 49.5741 56.4466C49.2863 56.7076 42.8247 61.6761 39.9296 63.0423C39.3104 63.3381 39.4587 63.1032 40.0168 62.5985C41.5602 61.2063 48.6236 56.3856 48.9637 56.0811L45.8506 48.0409ZM49.5741 56.4379L49.4869 56.4901C49.5218 56.4814 49.5479 56.4553 49.5741 56.4379Z' fill='%238B96A8'/%3e %3cpath d='M20.6586 13.5216C20.5104 13.3998 20.493 13.1823 20.615 13.0344C20.7371 12.8864 20.9551 12.869 21.1034 12.9908C21.1208 13.0082 27.2249 18.1073 29.5184 22.5886C29.6056 22.7539 29.5358 22.9627 29.3701 23.0497C29.2044 23.1368 28.9951 23.0671 28.9079 22.9018C26.6669 18.5511 20.6761 13.539 20.6586 13.5216Z' fill='%23AAB4C2'/%3e %3cpath d='M41.8219 2.95817C42.0137 2.98427 42.1445 3.1583 42.1096 3.34973C42.0835 3.54116 41.9091 3.67169 41.7172 3.63688C41.7085 3.63688 38.1419 3.10609 35.8049 2.94946C34.5754 2.86245 38.0635 2.40997 41.8219 2.95817Z' fill='%23AAB4C2'/%3e %3cpath d='M44.7347 22.3626C44.6214 22.2146 44.6475 21.9971 44.8045 21.884C44.9527 21.7709 45.1707 21.797 45.2841 21.9536C45.3015 21.9797 51.6934 30.3679 53.4723 34.6577C53.5421 34.8318 53.4636 35.0319 53.2892 35.1015C53.1148 35.1711 52.9142 35.0928 52.8445 34.9188C51.0917 30.716 44.7522 22.38 44.7347 22.3626Z' fill='%238B96A8'/%3e %3cpath d='M9.31305 20.7788C9.39154 20.6221 9.57466 20.5612 9.73162 20.6395C9.88859 20.7179 9.94963 20.9006 9.87114 21.0572C9.86242 21.0746 7.52541 25.6864 10.1938 33.7353C10.2461 33.9006 10.1589 34.0746 10.0019 34.1268C9.83626 34.179 9.66186 34.092 9.60954 33.9267C6.85396 25.6342 9.30433 20.7962 9.31305 20.7788Z' fill='white'/%3e %3cpath d='M50.3157 12.4957C50.4116 12.3304 50.6209 12.2782 50.7866 12.3739C50.9523 12.4696 51.0046 12.6784 50.9087 12.8438C49.7925 14.7407 46.1562 22.5111 45.476 22.1108C45.3103 22.0151 45.258 21.8063 45.3627 21.6409C45.7115 21.0405 50.2983 12.5131 50.3157 12.4957Z' fill='white'/%3e %3cpath d='M62.4281 32.0213C62.6112 31.9604 62.803 32.0648 62.8554 32.2476C62.9164 32.4303 62.8118 32.6217 62.6286 32.6739L53.9521 35.7804C53.5509 36.9812 50.8477 44.0468 49.6094 45.3955C49.4786 45.5347 49.2606 45.5434 49.1211 45.4129C48.9815 45.2824 48.9728 45.0648 49.1036 44.9256C50.3506 43.5769 53.3504 35.4236 53.3591 35.3975C53.394 35.2931 53.4724 35.2148 53.5858 35.18L62.4281 32.0213Z' fill='%23ECEDED'/%3e %3cpath d='M21.8349 36.4589C22.2535 36.5285 22.1489 37.155 21.7303 37.0941C21.7041 37.0941 11.2312 35.406 10.7254 35.4669C10.3069 35.5191 10.2371 34.8839 10.6469 34.8317C11.2486 34.7534 21.8088 36.4502 21.8349 36.4589Z' fill='white'/%3e %3cpath d='M28.2102 57.4563C28.1404 57.6303 27.9486 57.726 27.7655 57.6564C27.5911 57.5868 27.4952 57.3953 27.5649 57.2126C27.5736 57.1952 30.2856 50.5299 31.0268 50.3733C31.1925 50.3385 31.8552 50.3385 32.8319 50.3298C35.7706 50.3211 41.6131 49.8773 44.3949 49.0593C44.578 49.0071 44.7698 49.1115 44.8222 49.2943C44.8745 49.477 44.7698 49.6684 44.5867 49.7206C41.709 50.5647 35.8055 51.0085 32.8319 51.0172C31.8988 51.0172 31.271 51.0172 31.1663 51.0433C30.8088 51.1129 28.2189 57.4301 28.2102 57.4563Z' fill='%23CCD4DB'/%3e %3cpath d='M57.5357 52.9485C57.6839 52.8354 57.9019 52.8528 58.0153 53.0007C58.1286 53.1487 58.1112 53.3662 57.963 53.4793C57.9542 53.488 54.8586 55.8374 50.1148 56.9338C49.6526 57.1252 49.5131 57.0034 50.263 56.6293C52.1815 55.6982 57.0212 53.7404 57.5357 52.9485Z' fill='%23ECEDED'/%3e %3cpath d='M3.83689 43.5853C3.72353 43.4634 3.72353 43.272 3.84561 43.1502C3.96769 43.0371 4.15954 43.0371 4.28162 43.1589C4.43858 43.3242 5.08388 43.9681 5.71173 44.4467C6.05182 44.7078 6.37447 44.9166 6.60119 44.9688C7.00232 45.0558 7.15056 45.4387 7.39473 46.1087C7.83074 47.2747 8.65915 49.4762 11.7548 52.5043C11.8769 52.6261 11.8769 52.8175 11.7548 52.9393C11.6327 53.0612 11.4409 53.0612 11.3275 52.9393C8.12722 49.8155 7.27264 47.527 6.8192 46.3262C6.64479 45.8563 6.54015 45.5866 6.46167 45.5692C6.13902 45.4996 5.72917 45.2472 5.33676 44.9427C4.66531 44.4206 4.00258 43.7593 3.83689 43.5853Z' fill='url(%23paint84_linear_2591_610)'/%3e %3cpath d='M31.7587 62.0065C31.9157 62.1109 31.968 62.3198 31.8721 62.4764C31.7674 62.633 31.5582 62.6852 31.4012 62.5895C31.3838 62.5808 26.5877 59.6136 26.1429 59.5266C26.0644 59.5092 25.8464 59.4918 25.5325 59.4657C24.085 59.3352 20.7277 59.0306 18.4604 58.0299C15.6787 56.803 15.1381 56.2461 15.1381 56.2374C15.0073 56.0982 15.0073 55.8807 15.1468 55.7501C15.2863 55.6196 15.5043 55.6196 15.6351 55.7589C15.6351 55.7589 16.0886 56.2287 18.7395 57.3947C20.9021 58.3432 24.1809 58.639 25.5936 58.7696C25.9336 58.7957 26.1691 58.8218 26.2737 58.8392C26.8318 58.961 31.7413 61.9978 31.7587 62.0065Z' fill='%23ECEDED'/%3e %3cpath d='M29.1255 23.1544C29.2127 22.989 29.422 22.9194 29.5877 23.0064C29.7534 23.0934 29.8231 23.3023 29.7359 23.4676C29.7185 23.5024 23.1522 36.0847 23.065 36.4763C23.0039 36.7461 24.9921 40.2702 23.8498 38.8518C23.8498 38.8431 22.2627 36.9549 22.4022 36.3284C22.5069 35.8324 29.1081 23.1892 29.1255 23.1544Z' fill='white'/%3e %3cpath d='M44.4904 22.1456C44.6822 22.1369 44.8392 22.2762 44.8479 22.4676C44.8566 22.6503 44.7171 22.8157 44.5253 22.8244C39.6768 23.1202 34.8284 23.4248 29.98 23.7206C29.7969 23.7293 29.6312 23.5901 29.6225 23.3986C29.6137 23.2159 29.7533 23.0506 29.9451 23.0419C34.7063 22.5285 39.5024 22.1021 44.4904 22.1456Z' fill='white'/%3e %3cpath d='M28.3925 3.19341C28.5233 3.05419 28.7326 3.04549 28.8721 3.16731C29.0117 3.29783 29.0204 3.50666 28.8983 3.64589C28.8809 3.66329 22.9599 9.97186 21.8786 13.1479C21.8175 13.3219 21.6257 13.4176 21.4426 13.3567C21.2682 13.2958 21.1722 13.1044 21.2333 12.9217C22.3582 9.6238 28.3751 3.21081 28.3925 3.19341Z' fill='white'/%3e %3cpath d='M27.826 2.98479L23.6665 2.04504C23.4834 2.00153 23.37 1.8188 23.4136 1.63607C23.588 0.861635 26.8581 2.39309 27.3203 2.58453C28.1923 2.93259 28.6457 3.16753 27.826 2.98479Z' fill='%238B96A8'/%3e %3cpath d='M46.3915 47.8929C46.3304 47.7189 46.4177 47.5188 46.5921 47.4579C46.7665 47.3969 46.967 47.484 47.0281 47.658C47.0368 47.6841 50.0016 55.7765 50.1848 56.0288C50.2981 56.1854 50.2633 56.3943 50.1063 56.4987C49.9493 56.6118 49.74 56.577 49.6267 56.4204C49.3825 56.081 46.4002 47.919 46.3915 47.8929Z' fill='url(%23paint85_linear_2591_610)'/%3e %3cpath d='M29.649 22.4415C29.4658 22.4589 29.3002 22.3197 29.2827 22.1369C29.2653 21.9542 29.4048 21.7889 29.5879 21.7715C29.6054 21.7715 36.503 21.1363 38.4476 20.9622C40.1568 20.8143 43.6623 20.997 44.5692 21.0493L49.3827 12.0606C49.47 11.8953 49.6792 11.8344 49.8449 11.9214C50.0106 12.0084 50.0716 12.2173 49.9844 12.3826L45.0663 21.5626C45.0052 21.6758 44.8831 21.7454 44.7523 21.7367C44.7436 21.7367 40.4358 21.4669 38.5174 21.6323C36.5641 21.8063 29.6664 22.4415 29.649 22.4415Z' fill='%23EAECED'/%3e %3cpath d='M22.0706 36.5806C22.6548 35.8758 30.1716 49.3283 31 49.7372C31.3837 49.9287 34.523 49.598 37.5314 49.3631C40.6969 49.1194 43.9059 48.7453 44.3681 48.4842C45.2488 47.9882 47.9259 45.5257 48.3445 45.1429L52.7569 34.8229C52.8005 34.7272 52.8702 34.6663 52.9574 34.6315L62.0526 31.3249C63.0293 27.5833 62.2096 24.4508 61.3114 21.0224C61.0759 20.1087 60.8318 19.1864 60.6138 18.2466C60.4306 17.9508 59.2447 16.2279 55.9746 14.5572C52.3558 12.7038 50.9518 12.4601 50.9431 12.4601C50.76 12.4253 50.6379 12.2513 50.6728 12.0599C50.7076 11.8771 50.882 11.7553 51.0739 11.7901C51.0739 11.7901 52.5738 12.0599 56.2886 13.9568C59.8115 15.758 61.0759 17.6984 61.2155 17.9247C61.2416 17.9595 61.2591 18.003 61.2678 18.0465C61.4858 19.0297 61.7299 19.9521 61.9654 20.8484C62.9072 24.416 63.7618 27.679 62.663 31.673C62.6368 31.7774 62.5584 31.8644 62.4537 31.9079L53.3237 35.2406L48.9374 45.4822C48.92 45.5257 48.8938 45.5605 48.859 45.5953C48.8502 45.604 45.711 48.5016 44.6994 49.0759C44.1588 49.3892 40.8189 49.7894 37.5838 50.0418C34.4707 50.2854 31.1919 50.5987 30.6861 50.3463C29.9623 49.9809 29.2211 48.754 28.288 47.4052C25.8725 43.8899 21.434 37.0157 22.0706 36.5806Z' fill='%238B96A8'/%3e %3cpath d='M22.7856 37.4167C22.681 37.234 22.7508 36.9729 22.9513 36.8511C23.1519 36.7293 23.3961 36.7815 23.5094 36.9642C23.5269 36.999 29.5438 48.4589 30.8518 48.6938C31.0698 48.7286 31.5407 49.6249 31.4797 49.8424C31.4186 50.0599 30.8518 49.5379 30.6338 49.4944C28.977 49.1985 22.8031 37.4515 22.7856 37.4167Z' fill='%23EAEAEC'/%3e %3cpath d='M9.67931 21.0837C9.74035 20.9096 9.94091 20.8139 10.1153 20.8748C10.2897 20.9357 10.3856 21.1359 10.3246 21.3099C10.3159 21.3273 8.44976 26.5308 10.7083 33.7095C10.7606 33.8922 10.6647 34.075 10.4816 34.1359C10.2984 34.1881 10.1153 34.0924 10.0543 33.9096C7.72599 26.5221 9.67059 21.0924 9.67931 21.0837Z' fill='%23AAB4C2'/%3e %3c/g%3e %3cdefs%3e %3clinearGradient id='paint0_linear_2591_610' x1='46.7563' y1='62.6568' x2='21.381' y2='2.74766' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23DBE0E3'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_2591_610' x1='46.4612' y1='62.3677' x2='21.4451' y2='2.75627' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23D6DCE0'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_2591_610' x1='46.168' y1='62.0774' x2='21.5084' y2='2.76479' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23D2D8DD'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint3_linear_2591_610' x1='45.8767' y1='61.7873' x2='21.5712' y2='2.77453' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CED4DA'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint4_linear_2591_610' x1='45.5865' y1='61.497' x2='21.6325' y2='2.78488' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CAD0D7'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint5_linear_2591_610' x1='45.2978' y1='61.2067' x2='21.6927' y2='2.7962' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C6CDD4'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint6_linear_2591_610' x1='45.0105' y1='60.9151' x2='21.7518' y2='2.80711' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C2C9D1'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint7_linear_2591_610' x1='44.7251' y1='60.624' x2='21.8101' y2='2.81941' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23BEC5CE'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint8_linear_2591_610' x1='44.4415' y1='60.3323' x2='21.8677' y2='2.83199' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23BAC1CB'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint9_linear_2591_610' x1='44.1591' y1='60.0406' x2='21.9238' y2='2.84545' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23B7BEC8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint10_linear_2591_610' x1='43.8779' y1='59.7492' x2='21.9787' y2='2.86003' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23B3BAC5'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint11_linear_2591_610' x1='43.5977' y1='59.4566' x2='22.032' y2='2.87405' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23AFB7C2'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint12_linear_2591_610' x1='43.3198' y1='59.1647' x2='22.0849' y2='2.8897' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ABB3BF'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint13_linear_2591_610' x1='43.0437' y1='58.8717' x2='22.1371' y2='2.90498' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23A7B0BD'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint14_linear_2591_610' x1='42.7693' y1='58.579' x2='22.1883' y2='2.92137' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23A4ACBA'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint15_linear_2591_610' x1='42.4958' y1='58.2859' x2='22.238' y2='2.93798' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23A0A9B7'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint16_linear_2591_610' x1='42.224' y1='57.9934' x2='22.2867' y2='2.95593' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%239DA6B5'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint17_linear_2591_610' x1='41.9528' y1='57.7004' x2='22.3334' y2='2.97404' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%2399A2B2'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint18_linear_2591_610' x1='41.6844' y1='57.4061' x2='22.3803' y2='2.99158' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23969FAF'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint19_linear_2591_610' x1='41.4165' y1='57.1131' x2='22.4252' y2='3.01091' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23929CAD'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint20_linear_2591_610' x1='41.1508' y1='56.8193' x2='22.4697' y2='3.03021' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238F99AB'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint21_linear_2591_610' x1='40.887' y1='56.5262' x2='22.5134' y2='3.05076' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint22_linear_2591_610' x1='40.8275' y1='56.1423' x2='22.5456' y2='3.36149' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint23_linear_2591_610' x1='40.7704' y1='55.7684' x2='22.577' y2='3.66309' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint24_linear_2591_610' x1='40.7147' y1='55.4041' x2='22.6066' y2='3.95499' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint25_linear_2591_610' x1='40.6606' y1='55.0503' x2='22.6341' y2='4.23705' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint26_linear_2591_610' x1='40.6092' y1='54.7067' x2='22.6602' y2='4.50879' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint27_linear_2591_610' x1='40.5589' y1='54.3741' x2='22.6831' y2='4.77026' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint28_linear_2591_610' x1='40.5119' y1='54.0522' x2='22.7042' y2='5.02072' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint29_linear_2591_610' x1='40.4674' y1='53.7411' x2='22.7228' y2='5.25969' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint30_linear_2591_610' x1='40.4252' y1='53.4414' x2='22.7381' y2='5.48727' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint31_linear_2591_610' x1='40.3865' y1='53.1544' x2='22.7508' y2='5.70397' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint32_linear_2591_610' x1='40.3509' y1='52.8778' x2='22.7603' y2='5.90716' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint33_linear_2591_610' x1='40.3188' y1='52.6144' x2='22.7665' y2='6.09906' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint34_linear_2591_610' x1='40.29' y1='52.3634' x2='22.7689' y2='6.27814' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint35_linear_2591_610' x1='40.2647' y1='52.1249' x2='22.7672' y2='6.44412' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint36_linear_2591_610' x1='40.2443' y1='51.9' x2='22.7621' y2='6.59737' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint37_linear_2591_610' x1='40.2269' y1='51.6883' x2='22.7517' y2='6.73736' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint38_linear_2591_610' x1='40.2154' y1='51.4898' x2='22.7385' y2='6.8637' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint39_linear_2591_610' x1='40.2075' y1='51.3037' x2='22.72' y2='6.9756' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint40_linear_2591_610' x1='40.204' y1='51.1316' x2='22.6964' y2='7.07437' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint41_linear_2591_610' x1='40.2051' y1='50.9733' x2='22.668' y2='7.15985' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint42_linear_2591_610' x1='40.2111' y1='50.8286' x2='22.6346' y2='7.23163' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint43_linear_2591_610' x1='39.8985' y1='50.1456' x2='22.6403' y2='7.33824' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238F99AB'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint44_linear_2591_610' x1='39.5842' y1='49.4598' x2='22.6448' y2='7.44311' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23929CAD'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint45_linear_2591_610' x1='39.2695' y1='48.7718' x2='22.6494' y2='7.54712' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23969FAF'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint46_linear_2591_610' x1='38.9547' y1='48.0805' x2='22.6543' y2='7.64875' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%2399A2B2'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint47_linear_2591_610' x1='38.6384' y1='47.3858' x2='22.6581' y2='7.74808' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%239DA6B5'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint48_linear_2591_610' x1='38.3228' y1='46.6893' x2='22.663' y2='7.84658' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23A0A9B7'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint49_linear_2591_610' x1='38.0053' y1='45.9904' x2='22.6664' y2='7.94369' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23A4ACBA'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint50_linear_2591_610' x1='37.6872' y1='45.2885' x2='22.6696' y2='8.03871' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23A7B0BD'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint51_linear_2591_610' x1='37.3692' y1='44.5839' x2='22.6733' y2='8.13193' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ABB3BF'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint52_linear_2591_610' x1='37.0509' y1='43.877' x2='22.677' y2='8.22385' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23AFB7C2'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint53_linear_2591_610' x1='36.7324' y1='43.1667' x2='22.6808' y2='8.31291' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23B3BAC5'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint54_linear_2591_610' x1='36.4126' y1='42.4548' x2='22.6836' y2='8.40128' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23B7BEC8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint55_linear_2591_610' x1='36.0926' y1='41.739' x2='22.6866' y2='8.48638' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23BAC1CB'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint56_linear_2591_610' x1='35.7729' y1='41.0216' x2='22.6899' y2='8.57066' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23BEC5CE'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint57_linear_2591_610' x1='35.4525' y1='40.3014' x2='22.6929' y2='8.65264' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C2C9D1'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint58_linear_2591_610' x1='35.133' y1='39.5783' x2='22.697' y2='8.73203' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C6CDD4'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint59_linear_2591_610' x1='34.812' y1='38.8524' x2='22.6997' y2='8.80898' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CAD0D7'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint60_linear_2591_610' x1='34.4917' y1='38.1248' x2='22.7031' y2='8.8843' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CED4DA'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint61_linear_2591_610' x1='34.171' y1='37.3937' x2='22.7062' y2='8.9562' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23D2D8DD'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint62_linear_2591_610' x1='33.8502' y1='36.6606' x2='22.7089' y2='9.02574' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23D6DCE0'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint63_linear_2591_610' x1='33.5305' y1='35.9241' x2='22.7126' y2='9.09123' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23DBE0E3'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint64_linear_2591_610' x1='33.3277' y1='35.5723' x2='22.6996' y2='9.21048' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23DCE2E4'/%3e %3cstop offset='1' stop-color='%23F7F6F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint65_linear_2591_610' x1='33.126' y1='35.222' x2='22.6872' y2='9.32951' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23DEE3E5'/%3e %3cstop offset='1' stop-color='%23F8F6F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint66_linear_2591_610' x1='32.9232' y1='34.8709' x2='22.6731' y2='9.44638' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23DFE4E6'/%3e %3cstop offset='1' stop-color='%23F8F6F6'/%3e %3c/linearGradient%3e %3clinearGradient id='paint67_linear_2591_610' x1='32.7217' y1='34.5206' x2='22.6596' y2='9.56255' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E1E5E8'/%3e %3cstop offset='1' stop-color='%23F8F7F6'/%3e %3c/linearGradient%3e %3clinearGradient id='paint68_linear_2591_610' x1='32.52' y1='34.1708' x2='22.6452' y2='9.6774' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E2E6E9'/%3e %3cstop offset='1' stop-color='%23F9F7F6'/%3e %3c/linearGradient%3e %3clinearGradient id='paint69_linear_2591_610' x1='32.3188' y1='33.8214' x2='22.6308' y2='9.79122' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E4E8EA'/%3e %3cstop offset='1' stop-color='%23F9F8F7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint70_linear_2591_610' x1='32.1181' y1='33.4727' x2='22.6161' y2='9.90403' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E6E9EB'/%3e %3cstop offset='1' stop-color='%23F9F8F7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint71_linear_2591_610' x1='31.917' y1='33.1256' x2='22.6005' y2='10.0168' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E7EAEC'/%3e %3cstop offset='1' stop-color='%23FAF8F8'/%3e %3c/linearGradient%3e %3clinearGradient id='paint72_linear_2591_610' x1='31.7177' y1='32.7797' x2='22.5859' y2='10.1289' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E9EBED'/%3e %3cstop offset='1' stop-color='%23FAF9F8'/%3e %3c/linearGradient%3e %3clinearGradient id='paint73_linear_2591_610' x1='31.518' y1='32.4346' x2='22.5701' y2='10.24' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EAEDEE'/%3e %3cstop offset='1' stop-color='%23FAF9F9'/%3e %3c/linearGradient%3e %3clinearGradient id='paint74_linear_2591_610' x1='31.3187' y1='32.0903' x2='22.554' y2='10.3501' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ECEEEF'/%3e %3cstop offset='1' stop-color='%23FBFAF9'/%3e %3c/linearGradient%3e %3clinearGradient id='paint75_linear_2591_610' x1='31.1208' y1='31.7471' x2='22.5384' y2='10.4592' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EDEFF0'/%3e %3cstop offset='1' stop-color='%23FBFAFA'/%3e %3c/linearGradient%3e %3clinearGradient id='paint76_linear_2591_610' x1='30.9225' y1='31.4041' x2='22.5216' y2='10.5664' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EFF1F2'/%3e %3cstop offset='1' stop-color='%23FBFBFA'/%3e %3c/linearGradient%3e %3clinearGradient id='paint77_linear_2591_610' x1='30.7248' y1='31.0632' x2='22.5044' y2='10.6734' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23F1F2F3'/%3e %3cstop offset='1' stop-color='%23FCFBFB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint78_linear_2591_610' x1='30.5275' y1='30.7235' x2='22.4867' y2='10.7792' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23F2F4F4'/%3e %3cstop offset='1' stop-color='%23FCFCFB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint79_linear_2591_610' x1='30.3316' y1='30.3849' x2='22.4695' y2='10.8836' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23F4F5F6'/%3e %3cstop offset='1' stop-color='%23FDFCFC'/%3e %3c/linearGradient%3e %3clinearGradient id='paint80_linear_2591_610' x1='30.1348' y1='30.0471' x2='22.4503' y2='10.9864' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23F6F7F7'/%3e %3cstop offset='1' stop-color='%23FDFDFC'/%3e %3c/linearGradient%3e %3clinearGradient id='paint81_linear_2591_610' x1='29.94' y1='29.7105' x2='22.432' y2='11.0875' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23F8F8F9'/%3e %3cstop offset='1' stop-color='%23FEFDFD'/%3e %3c/linearGradient%3e %3clinearGradient id='paint82_linear_2591_610' x1='29.7444' y1='29.3754' x2='22.4116' y2='11.1872' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23FAFAFB'/%3e %3cstop offset='1' stop-color='%23FEFEFE'/%3e %3c/linearGradient%3e %3clinearGradient id='paint83_linear_2591_610' x1='29.5495' y1='29.0412' x2='22.3907' y2='11.2845' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23FCFDFD'/%3e %3cstop offset='1' stop-color='%23FFFEFE'/%3e %3c/linearGradient%3e %3clinearGradient id='paint84_linear_2591_610' x1='2.12503' y1='42.2974' x2='14.3527' y2='54.1308' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23D3DADF'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint85_linear_2591_610' x1='49.6998' y1='57.1799' x2='45.2862' y2='40.6727' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23425D79'/%3e %3c/linearGradient%3e %3cclipPath id='clip0_2591_610'%3e %3crect width='68' height='65' fill='white'/%3e %3c/clipPath%3e %3c/defs%3e%3c/svg%3e",Fe="data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_3491_1126)'%3e%3cpath d='M8 0C3.58888 0 0 3.58888 0 8C0 12.4111 3.58888 16 8 16C12.4111 16 16 12.4111 16 8C16 3.58888 12.4111 0 8 0ZM8 15C4.14013 15 1 11.8599 1 8C1 4.14013 4.14013 1 8 1C11.8599 1 15 4.14013 15 8C15 11.8599 11.8599 15 8 15Z' fill='white'/%3e%3cpath d='M8.5 3H7.5V8.20702L10.6465 11.3535L11.3535 10.6465L8.5 7.79295V3Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_3491_1126'%3e%3crect width='16' height='16' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Ze="data:image/svg+xml,%3csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.8837 0.0909088H0.951882L4.41779 5.54545L0.951882 11H2.8837L5.49734 6.76705L8.11097 11H10.0428L6.52006 5.54545L10.0428 0.0909088H8.11097L5.49734 4.55114L2.8837 0.0909088Z' fill='white'/%3e%3c/svg%3e",xe="data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_3491_1270)'%3e%3cpath d='M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18Z' fill='%2319D873'/%3e%3cpath d='M8.375 10.4437L6.18125 8.25L5 9.43125L8.375 12.8063L14 7.18125L12.8187 6L8.375 10.4437Z' fill='%23E6E6E6'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_3491_1270'%3e%3crect width='18' height='18' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Ae="data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_3491_1226)'%3e%3cpath d='M8.9992 3.88379C8.19724 3.88379 7.54541 4.5383 7.54541 5.34179V6.76111H10.4545V5.34179C10.4545 4.53868 9.80154 3.88379 8.9992 3.88379Z' fill='%23404040'/%3e%3cpath d='M1.53186 0V9.16391C1.53186 14.0438 9.21786 18 9.21786 18C9.21786 18 16.9039 14.0438 16.9039 9.16391V0H1.53186ZM13.3736 11.546C13.3736 12.1477 12.8811 12.6398 12.2802 12.6398H6.15633C5.55505 12.6398 5.06292 12.1477 5.06292 11.546V7.85413C5.06292 7.25323 5.55543 6.76072 6.15633 6.76072H6.30454V5.3414C6.30454 3.73366 7.61165 2.42579 9.21748 2.42579C10.8241 2.42579 12.1316 3.73366 12.1316 5.3414V6.76072H12.2802C12.8814 6.76072 13.3736 7.25323 13.3736 7.85413V11.546Z' fill='%23404040'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_3491_1226'%3e%3crect width='18' height='18' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";const Ge=(e=null)=>new Date(e).toISOString().substr(0,19).replace("T"," "),Se={en:{wageringBonuses:{wageringBonus:"Wagering Bonus",levels:"Levels",level:"Level",eachLevel:"Each Level",infinite:"Infinite",current:"Current",next:"Next",first:"First",last:"Last",previous:"Previous",startChallenge:"START CHALLENGE",terms:"Terms and Conditions",termsTip:'Learn more about the challenge rules and included games or events in <a target="__blank" href={tcUrl} > Terms and Conditions </a> section',rewards:"Rewards",allRewards:"All Rewards",includeBets:"Include bets",showMore:"Show More",collapse:"Collapse",claimable:"Claimable",active:"Active",completed:"Completed",locked:"Locked",inProgress:"InProgress",noBonuses:"No wagering bonuses found",status:"Status",target:"Target",targetOther:"This bonus is {status}",money:{target:"Play for {currencySymbol}{currentLevelIncrement} in total",remaining:"Remaining: {currencySymbol}{gap}",wagered:"Wagered: {currencySymbol}{wagered}"},betCount:{target:"Place {currentLevelIncrement}/{maxContribution} bets of at least {minStake} each",remaining:"Bets Remaining: {gap} bets",wagered:"Bets Placed: {wagered} bets"},reward:{cashBack:"Enroll to Cash Back",tournamentTicket:"Enroll to Tournament Ticket",oddsBoost:"Enroll to Odds Boost",freeRound:"{freespinNumber} Free Spins",percentage:"{bonusAmount}% up to {currency}{capAmount}",fixed:"{currency}{bonusAmount}",standard:"Bonus Money",freeBet:"Free Bet"},forwardCasino:"See included casino games",forwardSports:"See included sports",forwardMyWageringBonuses:"See My Wagering Bonuses"}}},Te=[];
|
|
206
|
+
function ye(e){let t,l=/*tab*/e[0]===/*_tab*/e[7]&&ge(e);return{c(){l&&l.c(),t=g()},m(e,n){l&&l.m(e,n),f(e,t,n)},p(e,n){/*tab*/e[0]===/*_tab*/e[7]?l?l.p(e,n):(l=ge(e),l.c(),l.m(t.parentNode,t)):l&&(l.d(1),l=null)},d(e){l&&l.d(e),e&&h(t)}}}function Ee(t){let l,n,i,r;P(/*onwindowresize*/t[5]);let o=/*isMobileView*/t[3]&&_e(t),a=/*_tabs*/t[2],d=[];for(let e=0;e<a.length;e+=1)d[e]=ye(Ce(t,a,e));return{c(){o&&o.c(),l=L();for(let e=0;e<d.length;e+=1)d[e].c();n=g(),this.c=e},m(e,a){o&&o.m(e,a),f(e,l,a);for(let t=0;t<d.length;t+=1)d[t]&&d[t].m(e,a);f(e,n,a),i||(r=y(window,"resize",/*onwindowresize*/t[5]),i=!0)},p(e,[t]){if(/*isMobileView*/e[3]?o?o.p(e,t):(o=_e(e),o.c(),o.m(l.parentNode,l)):o&&(o.d(1),o=null),/*_tabs, tab*/5&t){let l;for(a=/*_tabs*/e[2],l=0;l<a.length;l+=1){const i=Ce(e,a,l);d[l]?d[l].p(i,t):(d[l]=ye(i),d[l].c(),d[l].m(n.parentNode,n))}for(;l<d.length;l+=1)d[l].d(1);d.length=a.length}},i:e,o:e,d(e){o&&o.d(e),e&&h(l),C(d,e),e&&h(n),i=!1,r()}}}function me(e,t,l){let n,i,r,{tab:o=""}=t,{tabs:a=""}=t;return e.$$set=e=>{"tab"in e&&l(0,o=e.tab),"tabs"in e&&l(4,a=e.tabs)},e.$$.update=()=>{/*innerWidth*/2&e.$$.dirty&&l(3,n=r<=576),/*tabs*/16&e.$$.dirty&&l(2,i=a.split(",")),/*isMobileView*/8&e.$$.dirty&&console.log("isMobileView",n),/*isMobileView, _tabs*/12&e.$$.dirty&&!n&&l(0,o=i[0])},[o,r,i,n,a,function(){l(1,r=window.innerWidth)},e=>l(0,o=e)]}customElements.define("casino-wagering-detail-controller-private-tabs",class extends X{constructor(e){super();const t=document.createElement("style");t.textContent=':host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.Tabs{display:flex;flex-direction:row;justify-content:space-around;margin-bottom:5px}.Tabs .Tab{color:#FFFFFF;font-style:normal;font-weight:600;font-size:14px;line-height:22px;padding:8px 0;width:100%;text-align:center;border-bottom:1px #424242 solid}.Tabs .Tab.active{color:#FF8364;border-bottom-color:#FF8364;border-bottom-width:2px}',this.shadowRoot.appendChild(t),V(this,{target:this.shadowRoot,props:A(this.attributes),customElement:!0},me,Ee,o,{tab:0,tabs:4},null),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),I()))}static get observedAttributes(){return["tab","tabs"]}get tab(){return this.$$.ctx[0]}set tab(e){this.$$set({tab:e}),I()}get tabs(){return this.$$.ctx[4]}set tabs(e){this.$$set({tabs:e}),I()}});var Me="data:image/svg+xml,%3csvg width='78' height='75' viewBox='0 0 78 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23clip0_2591_747)'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.2702 8.80957C35.9002 11.7796 39.5302 14.7496 43.1502 17.7196C46.7802 20.6896 50.4102 23.6696 54.0402 26.6396C51.9002 31.0996 49.7402 35.5796 47.5802 40.0696C45.4102 44.5796 43.2302 49.1096 41.0402 53.6596C37.3602 50.6496 33.6902 47.6396 30.0102 44.6296C26.3402 41.6196 22.6602 38.6096 18.9902 35.5996C21.2202 31.0896 23.4502 26.5996 25.6702 22.1296C27.8802 17.6696 30.0802 13.2296 32.2702 8.80957Z' fill='url(%23paint0_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1396 35.5897C22.5696 28.5497 25.9996 21.5097 29.4196 14.4697C31.1796 23.6497 24.2696 32.7097 19.1396 35.5897Z' fill='%23CD284D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1699 35.5295C22.5799 28.5295 25.9899 21.5195 29.3999 14.5195C31.0099 23.6295 24.1599 32.6495 19.1699 35.5295Z' fill='%23CE274D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1895 35.4801C22.5795 28.5101 25.9795 21.5401 29.3695 14.5801C30.8395 23.6101 24.0395 32.5901 19.1895 35.4801Z' fill='%23CF274D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2197 35.4201C22.5997 28.4901 25.9697 21.5601 29.3397 14.6201C30.6697 23.6001 23.9297 32.5201 19.2197 35.4201Z' fill='%23D1264E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.25 35.3697C22.61 28.4797 25.97 21.5797 29.32 14.6797C30.5 23.5797 23.82 32.4597 19.25 35.3697Z' fill='%23D2254E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2695 35.3193C22.6095 28.4593 25.9495 21.5993 29.2895 14.7393C30.3295 23.5593 23.7095 32.3993 19.2695 35.3193Z' fill='%23D4254E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2998 35.26C22.6198 28.44 25.9398 21.61 29.2598 14.79C30.1498 23.54 23.5898 32.34 19.2998 35.26Z' fill='%23D5244E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3301 35.2096C22.6301 28.4196 25.9401 21.6396 29.2401 14.8496C29.9801 23.5196 23.4801 32.2796 19.3301 35.2096Z' fill='%23D7234E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3496 35.1494C22.6396 28.3994 25.9196 21.6494 29.2096 14.8994C29.8096 23.4994 23.3696 32.2194 19.3496 35.1494Z' fill='%23D8234E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3799 35.1C22.6499 28.39 25.9199 21.67 29.1899 14.96C29.6399 23.48 23.2599 32.16 19.3799 35.1Z' fill='%23DA224F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4092 35.0398C22.6592 28.3598 25.9092 21.6898 29.1592 15.0098C29.4692 23.4598 23.1392 32.0898 19.4092 35.0398Z' fill='%23DB214F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4297 34.9893C22.6597 28.3493 25.8997 21.7093 29.1297 15.0693C29.2997 23.4393 23.0297 32.0293 19.4297 34.9893Z' fill='%23DC214F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.46 34.9294C22.68 28.3294 25.89 21.7194 29.11 15.1094C29.13 23.4194 22.92 31.9694 19.46 34.9294Z' fill='%23DE204F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4795 34.8799C22.6795 28.3099 25.8795 21.7399 29.0695 15.1699C28.9495 23.3999 22.7995 31.9099 19.4795 34.8799Z' fill='%23DF1F4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5098 34.8295C22.6898 28.2995 25.8698 21.7695 29.0498 15.2295C28.7798 23.3895 22.6898 31.8495 19.5098 34.8295Z' fill='%23E11E50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.54 34.7693C22.7 28.2693 25.87 21.7793 29.03 15.2793C28.61 23.3693 22.58 31.7893 19.54 34.7693Z' fill='%23E21D50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5596 34.7198C22.7096 28.2598 25.8496 21.7998 28.9896 15.3398C28.4396 23.3498 22.4696 31.7298 19.5596 34.7198Z' fill='%23E41C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5898 34.6596C22.7198 28.2396 25.8498 21.8096 28.9698 15.3896C28.2698 23.3296 22.3498 31.6696 19.5898 34.6596Z' fill='%23E51C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6201 34.6102C22.7301 28.2202 25.8401 21.8402 28.9501 15.4502C28.1001 23.3102 22.2401 31.6002 19.6201 34.6102Z' fill='%23E71A50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6396 34.55C22.7296 28.2 25.8196 21.85 28.9196 15.5C27.9196 23.29 22.1296 31.54 19.6396 34.55Z' fill='%23E91951'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6699 34.4996C22.7499 28.1896 25.8199 21.8696 28.8899 15.5596C27.7499 23.2696 22.0199 31.4796 19.6699 34.4996Z' fill='%23EB1851'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6992 34.4396C22.7592 28.1596 25.8092 21.8796 28.8692 15.5996C27.5792 23.2496 21.8992 31.4196 19.6992 34.4396Z' fill='%23ED1651'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.79 34.2498C22.78 28.0998 25.78 21.9498 28.77 15.7998C27.49 23.2898 21.93 31.2898 19.79 34.2498Z' fill='%23EE2654'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.8896 34.06C22.8196 28.04 25.7496 22.02 28.6796 16C27.3896 23.33 21.9596 31.16 19.8896 34.06Z' fill='%23EE3257'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.9795 33.8595C22.8495 27.9695 25.7195 22.0795 28.5795 16.1895C27.2995 23.3595 21.9895 31.0295 19.9795 33.8595Z' fill='%23EF3C5B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0693 33.6696C22.8793 27.9096 25.6793 22.1496 28.4793 16.3896C27.2093 23.3996 22.0193 30.8996 20.0693 33.6696Z' fill='%23EF455E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.1699 33.4693C22.9099 27.8393 25.6499 22.2093 28.3899 16.5693C27.1099 23.4393 22.0499 30.7593 20.1699 33.4693Z' fill='%23F04D62'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.2598 33.2795C22.9398 27.7795 25.6198 22.2795 28.2998 16.7695C27.0198 23.4695 22.0798 30.6295 20.2598 33.2795Z' fill='%23F05465'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.3594 33.0897C22.9794 27.7197 25.5894 22.3397 28.2094 16.9697C26.9194 23.5097 22.0994 30.4997 20.3594 33.0897Z' fill='%23F15C69'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4492 32.8902C22.9992 27.6502 25.5592 22.4002 28.1092 17.1602C26.8292 23.5502 22.1292 30.3702 20.4492 32.8902Z' fill='%23F1626D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5498 32.6994C23.0398 27.5894 25.5298 22.4694 28.0198 17.3594C26.7298 23.5894 22.1598 30.2394 20.5498 32.6994Z' fill='%23F26971'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.6396 32.5C23.0696 27.52 25.4896 22.53 27.9196 17.54C26.6396 23.62 22.1896 30.11 20.6396 32.5Z' fill='%23F26F75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.7393 32.3093C23.0993 27.4493 25.4693 22.5993 27.8293 17.7393C26.5493 23.6593 22.2193 29.9793 20.7393 32.3093Z' fill='%23F37579'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.8301 32.1195C23.1301 27.3895 25.4301 22.6695 27.7301 17.9395C26.4501 23.6995 22.2501 29.8495 20.8301 32.1195Z' fill='%23F37B7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9199 31.9199C23.1599 27.3199 25.3999 22.7299 27.6299 18.1299C26.3599 23.7399 22.2799 29.7099 20.9199 31.9199Z' fill='%23F48082'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.0195 31.7301C23.1995 27.2601 25.3695 22.8001 27.5395 18.3301C26.2595 23.7701 22.3095 29.5801 21.0195 31.7301Z' fill='%23F48686'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.1094 31.5298C23.2194 27.1898 25.3294 22.8498 27.4494 18.5098C26.1694 23.8098 22.3294 29.4498 21.1094 31.5298Z' fill='%23F58C8B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.21 31.34C23.26 27.13 25.31 22.92 27.36 18.71C26.08 23.85 22.36 29.32 21.21 31.34Z' fill='%23F5918F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2998 31.1502C23.2898 27.0702 25.2698 22.9902 27.2598 18.9102C25.9798 23.8802 22.3898 29.1902 21.2998 31.1502Z' fill='%23F69694'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.3994 30.9496C23.3194 26.9996 25.2494 23.0496 27.1694 19.0996C25.8894 23.9196 22.4194 29.0596 21.3994 30.9496Z' fill='%23F69C99'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.4893 30.7598C23.3493 26.9398 25.2093 23.1198 27.0693 19.2998C25.7893 23.9598 22.4493 28.9298 21.4893 30.7598Z' fill='%23F7A19E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5898 30.5595C23.3898 26.8695 25.1898 23.1795 26.9798 19.4795C25.6998 23.9995 22.4798 28.7995 21.5898 30.5595Z' fill='%23F7A7A3'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6797 30.3697C23.4097 26.8097 25.1497 23.2497 26.8797 19.6797C25.6097 24.0297 22.5097 28.6597 21.6797 30.3697Z' fill='%23F8ADA8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.2704 8.80957L32.6104 9.08957L32.7804 9.22957L33.1204 9.50957C36.4804 12.2596 39.8304 15.0096 43.1804 17.7496L45.0204 19.2596L45.0504 19.2796L45.1904 19.3996L45.2204 19.4196L45.3604 19.5396L45.3904 19.5596L45.5304 19.6796L45.5604 19.6996L45.7004 19.8196L46.0404 20.0996L46.0604 20.1196L46.2104 20.2396L46.2304 20.2596L46.3804 20.3796L46.4004 20.3996L46.5504 20.5196L46.5704 20.5396L46.7204 20.6596L46.7404 20.6796L46.8904 20.7996L46.9104 20.8196L47.0604 20.9396L47.0804 20.9596L47.2304 21.0796L47.2504 21.0996L47.4004 21.2196L47.4204 21.2396L47.5704 21.3596L47.5904 21.3796L47.7404 21.4996L47.7604 21.5196L48.2504 21.9196L48.2704 21.9396L48.4204 22.0596L48.4404 22.0796L53.0204 25.8296L53.5304 26.2396L53.7004 26.3796L53.8704 26.5196L54.0404 26.6596C50.6104 27.2496 47.1904 27.8396 43.8004 28.4196C40.4204 28.9996 37.0504 29.5796 33.7004 30.1596L25.1504 23.1896L25.6704 22.1396C27.8804 17.6696 30.0804 13.2296 32.2704 8.80957Z' fill='url(%23paint1_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1498 12.5696C15.3798 11.9696 18.6598 11.3496 21.9898 10.7296C25.3598 10.0996 28.7898 9.45957 32.2698 8.80957C30.0298 13.3396 27.7898 17.8496 25.5798 22.3196C23.3698 26.7696 21.1798 31.1996 18.9998 35.5996C15.6798 36.0496 12.3998 36.4796 9.16977 36.9196C5.98977 37.3496 2.84977 37.7696 -0.240234 38.1796C1.79977 33.9696 3.84977 29.7396 5.90977 25.4796C7.96976 21.1996 10.0598 16.8896 12.1498 12.5696Z' fill='url(%23paint2_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.25 38.1696C2.8 37.7596 5.91 37.3496 9.09 36.9196C12.32 36.4896 15.63 36.0496 18.99 35.5996C22.61 38.5696 26.26 41.5596 29.92 44.5596C33.6 47.5796 37.31 50.6096 41.04 53.6596C37.39 53.9396 33.81 54.1996 30.31 54.4696C26.88 54.7296 23.51 54.9796 20.21 55.2296C16.76 52.3496 13.32 49.4896 9.9 46.6296C6.5 43.7996 3.12 40.9796 -0.25 38.1696Z' fill='url(%23paint3_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.17 42.2998L29.93 44.5598C33.57 47.5398 37.23 50.5398 40.92 53.5598L30.35 54.4198C26.88 54.6998 23.5 54.9698 20.21 55.2398C22.59 50.7998 24.91 46.4898 27.17 42.2998Z' fill='url(%23paint4_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.209961 37.3603C4.25996 29.0803 8.29996 20.8103 12.35 12.5303C14.71 23.8303 6.42996 34.2803 0.209961 37.3603Z' fill='%23E41A50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.240234 37.2998C4.27023 29.0698 8.29023 20.8298 12.3202 12.5898C14.5002 23.7898 6.29023 34.1898 0.240234 37.2998Z' fill='%23E51D50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.269531 37.2402C4.27953 29.0502 8.27953 20.8602 12.2795 12.6602C14.2895 23.7602 6.14953 34.1102 0.269531 37.2402Z' fill='%23E52051'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.299805 37.1707C4.2798 29.0207 8.2698 20.8707 12.2498 12.7207C14.0798 23.7207 6.0098 34.0307 0.299805 37.1707Z' fill='%23E62352'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.330078 37.11C4.29008 29 8.26008 20.9 12.2201 12.79C13.8701 23.68 5.88008 33.94 0.330078 37.11Z' fill='%23E62653'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.360352 37.0406C4.30035 28.9806 8.25035 20.9106 12.1804 12.8506C13.6604 23.6406 5.74035 33.8606 0.360352 37.0406Z' fill='%23E62853'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.389648 36.9802C4.30965 28.9602 8.22965 20.9402 12.1496 12.9102C13.4496 23.6102 5.59965 33.7702 0.389648 36.9802Z' fill='%23E72B54'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.419922 36.9205C4.31992 28.9405 8.21992 20.9605 12.1199 12.9805C13.2399 23.5705 5.45992 33.6905 0.419922 36.9205Z' fill='%23E72D55'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.459961 36.85C4.33996 28.92 8.21996 20.98 12.1 13.04C13.03 23.53 5.31996 33.61 0.459961 36.85Z' fill='%23E83056'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.490234 36.7904C4.35023 28.9004 8.21024 21.0004 12.0602 13.1104C12.8202 23.5004 5.18023 33.5204 0.490234 36.7904Z' fill='%23E83256'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.519531 36.7199C4.35953 28.8699 8.19953 21.0199 12.0295 13.1699C12.5995 23.4599 5.03953 33.4399 0.519531 36.7199Z' fill='%23E93457'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.549805 36.6602C4.3698 28.8502 8.1898 21.0502 11.9998 13.2402C12.3898 23.4202 4.8998 33.3602 0.549805 36.6602Z' fill='%23E93658'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.580078 36.5998C4.38008 28.8398 8.17008 21.0698 11.9701 13.2998C12.1801 23.3898 4.76008 33.2698 0.580078 36.5998Z' fill='%23EA3859'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.610352 36.5303C4.39035 28.8104 8.16035 21.0904 11.9304 13.3604C11.9704 23.3504 4.62035 33.1903 0.610352 36.5303Z' fill='%23EA3A5A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.639648 36.4707C4.39965 28.7907 8.14965 21.1107 11.8996 13.4307C11.7596 23.3107 4.47965 33.1107 0.639648 36.4707Z' fill='%23EB3C5A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.669922 36.4002C4.39992 28.7602 8.13992 21.1302 11.8699 13.4902C11.5499 23.2802 4.33992 33.0202 0.669922 36.4002Z' fill='%23EB3E5B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.709961 36.3405C4.41996 28.7505 8.13996 21.1505 11.85 13.5605C11.34 23.2405 4.19996 32.9405 0.709961 36.3405Z' fill='%23EC405C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.740234 36.2801C4.43023 28.7301 8.12023 21.1801 11.8102 13.6201C11.1302 23.2001 4.06023 32.8601 0.740234 36.2801Z' fill='%23ED425D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.769531 36.2107C4.43953 28.7007 8.10953 21.1907 11.7795 13.6807C10.9195 23.1707 3.91953 32.7707 0.769531 36.2107Z' fill='%23ED435E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.799805 36.15C4.4498 28.68 8.0998 21.22 11.7498 13.75C10.7098 23.13 3.7798 32.69 0.799805 36.15Z' fill='%23EE455E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.830078 36.0805C4.46008 28.6605 8.09008 21.2305 11.7201 13.8105C10.4901 23.0905 3.64008 32.6105 0.830078 36.0805Z' fill='%23EF475F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.860352 36.0199C4.47035 28.6399 8.08035 21.2599 11.6804 13.8799C10.2804 23.0599 3.50035 32.5199 0.860352 36.0199Z' fill='%23EF4960'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.969727 35.7906C4.49973 28.5606 8.03973 21.3306 11.5697 14.1006C10.1697 23.0906 3.53973 32.3706 0.969727 35.7906Z' fill='%23F04F63'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.08984 35.5601C4.54984 28.4801 8.00984 21.4101 11.4698 14.3301C10.0498 23.1301 3.56984 32.2101 1.08984 35.5601Z' fill='%23F05566'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.2002 35.3405C4.5902 28.4205 7.9702 21.4905 11.3502 14.5605C9.9402 23.1705 3.6002 32.0505 1.2002 35.3405Z' fill='%23F15A69'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.30957 35.11C4.61957 28.34 7.92957 21.56 11.2396 14.79C9.82957 23.21 3.62957 31.9 1.30957 35.11Z' fill='%23F1606C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.41992 34.8805C4.65992 28.2605 7.88992 21.6405 11.1299 15.0205C9.70992 23.2405 3.65992 31.7405 1.41992 34.8805Z' fill='%23F1656F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.53027 34.6502C4.69027 28.1802 7.86027 21.7102 11.0203 15.2402C9.60027 23.2802 3.70027 31.5802 1.53027 34.6502Z' fill='%23F26A72'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.63965 34.4207C4.72965 28.1007 7.81965 21.7907 10.8996 15.4707C9.47965 23.3207 3.72965 31.4207 1.63965 34.4207Z' fill='%23F26F75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.75 34.2C4.76 28.04 7.78 21.87 10.79 15.71C9.37 23.36 3.76 31.27 1.75 34.2Z' fill='%23F37479'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.87012 33.9707C4.81012 27.9607 7.75012 21.9507 10.6901 15.9307C9.25012 23.3907 3.79012 31.1107 1.87012 33.9707Z' fill='%23F3787C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.97949 33.7402C4.84949 27.8802 7.70949 22.0202 10.5695 16.1602C9.13949 23.4302 3.81949 30.9502 1.97949 33.7402Z' fill='%23F37D7F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.08984 33.5099C4.87984 27.7999 7.66984 22.0899 10.4598 16.3799C9.01984 23.4699 3.85984 30.7999 2.08984 33.5099Z' fill='%23F48183'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.2002 33.2803C4.9202 27.7204 7.6302 22.1704 10.3502 16.6104C8.9102 23.5104 3.8902 30.6403 2.2002 33.2803Z' fill='%23F48686'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.30957 33.0606C4.94957 27.6606 7.58957 22.2506 10.2296 16.8506C8.78957 23.5506 3.91957 30.4806 2.30957 33.0606Z' fill='%23F58A8A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.41992 32.8303C4.98992 27.5803 7.55992 22.3303 10.1199 17.0703C8.67992 23.5803 3.94992 30.3203 2.41992 32.8303Z' fill='%23F58E8D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.54004 32.5998C5.03004 27.4998 7.53004 22.3998 10.02 17.2998C8.56004 23.6198 3.99004 30.1698 2.54004 32.5998Z' fill='%23F59291'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.65039 32.3705C5.07039 27.4205 7.49039 22.4705 9.91039 17.5205C8.45039 23.6605 4.02039 30.0105 2.65039 32.3705Z' fill='%23F69795'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.75977 32.14C5.10977 27.34 7.44977 22.55 9.78977 17.75C8.33977 23.7 4.04977 29.85 2.75977 32.14Z' fill='%23F69B98'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.87012 31.9105C5.14012 27.2705 7.41012 22.6205 9.68012 17.9805C8.22012 23.7305 4.08012 29.7005 2.87012 31.9105Z' fill='%23F79F9C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.97949 31.69C5.17949 27.2 7.36949 22.71 9.56949 18.21C8.10949 23.77 4.10949 29.54 2.97949 31.69Z' fill='%23F7A4A0'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.08984 31.4604C5.20984 27.1204 7.32984 22.7804 9.44984 18.4404C7.98984 23.8104 4.14984 29.3804 3.08984 31.4604Z' fill='%23F8A8A4'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2002 31.2299C5.2502 27.0399 7.3002 22.8599 9.3402 18.6699C7.8802 23.8499 4.1802 29.2299 3.2002 31.2299Z' fill='%23F8ADA8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.71 28.6397C29.01 29.7497 29.42 31.9797 28.62 33.6097C27.82 35.2397 26.13 35.6597 24.83 34.5497C23.53 33.4397 23.11 31.2197 23.91 29.5797C24.7 27.9497 26.41 27.5297 27.71 28.6397ZM7.53 33.6297C8.86 34.7497 9.28 36.9797 8.49 38.6197C7.69 40.2597 5.98 40.6897 4.65 39.5797C3.32 38.4697 2.88 36.2297 3.68 34.5897C4.48 32.9397 6.2 32.5097 7.53 33.6297ZM17.65 31.1297C18.96 32.2497 19.38 34.4697 18.58 36.0997C17.79 37.7297 16.08 38.1597 14.76 37.0497C13.44 35.9397 13.02 33.7097 13.81 32.0697C14.62 30.4297 16.34 30.0097 17.65 31.1297Z' fill='url(%23paint5_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1504 12.5696L12.3004 12.5396L12.4504 12.5096H12.4604L12.6004 12.4796H12.6104L12.7504 12.4496H12.7704L12.9104 12.4196H12.9304L13.0604 12.3996H13.0804L13.2104 12.3796L13.2404 12.3696L13.3704 12.3496L13.4004 12.3396L13.5204 12.3196L13.5504 12.3096L13.6704 12.2896L13.7104 12.2796L13.8304 12.2596L13.8704 12.2496L13.9804 12.2296L14.0204 12.2196L14.1304 12.1996L14.1804 12.1896L14.2904 12.1696L14.3404 12.1596L14.4404 12.1396L14.4904 12.1296L14.5904 12.1096L14.6504 12.0996L14.7504 12.0796L14.8104 12.0696L14.9004 12.0496L14.9604 12.0396L15.0504 12.0196L15.1204 12.0096L15.1904 11.9996L15.2604 11.9896L15.3504 11.9696L15.5804 11.9296L15.6604 11.9096L15.7404 11.8996L15.8204 11.8896L15.9004 11.8696L16.0604 11.8396L16.1304 11.8296L16.2104 11.8096L16.2804 11.7996L16.3704 11.7796L16.4404 11.7696L16.5304 11.7496L16.5904 11.7396L16.6804 11.7196L16.7404 11.7096L16.8304 11.6896L16.8904 11.6796L16.9904 11.6596L17.0504 11.6496L17.1504 11.6296L17.2004 11.6196L17.3004 11.5996L17.3504 11.5896L17.6104 11.5396L17.6604 11.5296L17.7704 11.5096L17.8204 11.4996L17.9304 11.4796L17.9704 11.4696L18.0804 11.4496L18.1204 11.4396L18.2304 11.4196L18.2704 11.4096L18.3904 11.3896L18.4304 11.3796L19.3304 11.2096L19.3604 11.1996L19.4904 11.1796H19.5204L19.6504 11.1596H19.6704L19.8004 11.1396H19.8204L19.9504 11.1196H19.9704L20.1104 11.0896H20.1304L20.2704 11.0596H20.2904L20.4304 11.0296H20.4504L20.5904 10.9996H20.6104L20.7504 10.9696H20.7604L20.9004 10.9396H20.9104L21.0504 10.9096H21.0604L21.2104 10.8796H21.2204L21.3704 10.8496H21.3804L21.5304 10.8196H21.5404L21.6904 10.7896H21.7004L21.8504 10.7596H21.8604L22.0104 10.7296H22.0204L22.1704 10.6996H22.1804L22.3304 10.6696H22.3404L22.4904 10.6396H22.5004L22.6504 10.6096H22.6604L22.8104 10.5796H22.8204L22.9704 10.5496H22.9804L23.1304 10.5196H23.1404L23.2804 10.4896H23.2904L23.4304 10.4596H23.4504L23.5904 10.4296H23.6104L23.7504 10.3996H23.7704L23.9104 10.3696H23.9304L24.0704 10.3396H24.0904L24.2304 10.3096H24.2504L24.3904 10.2796H24.4104L24.5404 10.2596L24.5704 10.2496L24.7004 10.2296L24.7304 10.2196L24.8604 10.1996L24.8904 10.1896L25.0204 10.1696L25.0504 10.1596L25.1804 10.1396L25.2104 10.1296L25.3404 10.1096L25.3704 10.0996L25.4904 10.0796L25.5304 10.0696L25.6504 10.0496L25.6904 10.0396H25.7104L26.0104 9.97957L26.1304 9.95957L26.1704 9.94957L26.2804 9.92957L26.3304 9.91957L26.4004 9.89957L26.4504 9.88957L26.5604 9.86957L26.6104 9.85957L26.7204 9.83957L26.7704 9.82957L26.8804 9.80957L26.9404 9.79957L27.0404 9.77957L27.1004 9.76957L27.2004 9.74957L27.2604 9.73957L27.3604 9.71957L27.4204 9.70957L27.5204 9.68957L27.5804 9.67957L27.6704 9.65957L27.7404 9.64957L27.8304 9.62957L27.9004 9.61957L27.9904 9.59957L28.0604 9.58957L28.1504 9.56957L28.2204 9.55957L28.3004 9.53957L28.3804 9.52957L28.4604 9.50957L28.5404 9.49957L28.6204 9.48957L28.7004 9.46957L28.7704 9.45957L28.8604 9.43957L28.9304 9.42957L29.0204 9.40957L29.0904 9.39957L29.1804 9.37957L29.2504 9.36957L29.3504 9.34957L29.4104 9.33957L29.5104 9.31957L29.5704 9.30957L29.6704 9.28957L29.7304 9.27957L29.8404 9.25957L29.8904 9.24957L30.0004 9.22957L30.0504 9.21957L30.1604 9.19957L30.2104 9.18957L30.3204 9.16957L30.3604 9.15957L30.4804 9.13957L30.5204 9.12957L30.6404 9.10957L30.6804 9.09957L30.8104 9.07957L30.8404 9.06957L30.9704 9.04957L31.0004 9.03957L31.1304 9.01957H31.1604L31.3004 8.98957H31.3204L31.4604 8.95957H31.4804L31.6204 8.92957H31.6404L31.7904 8.89957H31.8004L31.9504 8.86957H31.9604L32.1104 8.83957L32.2704 8.80957C30.0304 13.3396 27.7904 17.8496 25.5804 22.3196L25.1604 23.1696L22.9604 21.3696C19.3604 18.4496 15.7504 15.5096 12.1504 12.5696Z' fill='url(%23paint6_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6001 13.1896C18.8901 12.9496 21.0701 13.6796 22.4701 14.8196C23.8701 15.9596 23.9501 17.0796 22.6601 17.3096C21.3701 17.5496 19.2001 16.8196 17.8101 15.6796C16.4001 14.5396 16.3101 13.4296 17.6001 13.1896ZM30.0001 10.8796C31.3101 10.6396 33.5101 11.3696 34.9201 12.5296C36.3301 13.6796 36.4001 14.8096 35.0801 15.0396C33.7701 15.2796 31.5701 14.5396 30.1701 13.3996C28.7801 12.2496 28.6901 11.1296 30.0001 10.8796ZM30.9201 24.0496C32.2201 23.8196 34.4001 24.5596 35.7901 25.6896C37.1801 26.8296 37.2501 27.9296 35.9501 28.1496C34.6501 28.3796 32.4801 27.6396 31.0901 26.5096C29.7001 25.3896 29.6201 24.2796 30.9201 24.0496ZM43.4001 21.8496C44.7201 21.6196 46.9301 22.3596 48.3201 23.5096C49.7201 24.6596 49.7801 25.7696 48.4601 25.9996C47.1401 26.2296 44.9401 25.4896 43.5501 24.3496C42.1601 23.1996 42.0901 22.0796 43.4001 21.8496ZM30.4701 17.4996C31.7701 17.2696 33.9601 17.9996 35.3601 19.1396C36.7601 20.2796 36.8301 21.3996 35.5301 21.6296C34.2201 21.8596 32.0401 21.1296 30.6401 19.9896C29.2401 18.8496 29.1601 17.7396 30.4701 17.4996Z' fill='url(%23paint7_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6001 13.1898C18.8901 12.9498 21.0701 13.6798 22.4701 14.8198C23.8701 15.9598 23.9501 17.0798 22.6601 17.3098C21.3701 17.5498 19.2001 16.8198 17.8101 15.6798C16.4001 14.5398 16.3101 13.4298 17.6001 13.1898ZM31.2401 10.8898L30.0501 13.2898C28.7701 12.1798 28.7401 11.1198 30.0001 10.8798C30.3601 10.8198 30.7801 10.8198 31.2401 10.8898Z' fill='%23E53758'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.7099 30.1399C36.8899 29.5899 40.1599 29.0299 43.4999 28.4499C46.9199 27.8599 50.4399 27.2499 54.0499 26.6299C52.0899 30.7799 50.1299 35.0899 47.9899 39.4599L41.0499 53.6499C37.3699 50.6399 33.5699 47.5299 29.9299 44.5499L27.1699 42.2899L27.2399 42.1499C29.4499 38.0499 31.6099 34.0399 33.7099 30.1399Z' fill='url(%23paint8_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9104 13.8497C16.1704 13.6197 16.5304 14.8097 15.7004 16.4997C14.8804 18.1897 13.1904 19.7297 11.9504 19.9397C10.7104 20.1497 10.3604 18.9697 11.1704 17.2997C11.9904 15.6197 13.6604 14.0797 14.9104 13.8497ZM27.2604 11.5897C28.5904 11.3497 28.9804 12.5697 28.1204 14.2997C27.2604 16.0397 25.4904 17.6297 24.1804 17.8497C22.8704 18.0697 22.5004 16.8697 23.3404 15.1397C24.1904 13.4197 25.9404 11.8297 27.2604 11.5897ZM7.15039 29.8197C8.37039 29.6397 8.72039 30.8297 7.91039 32.4897C7.10039 34.1497 5.46039 35.6197 4.25039 35.7897C3.04039 35.9597 2.71039 34.7697 3.50039 33.1297C4.30039 31.4897 5.92039 29.9997 7.15039 29.8197ZM19.1604 28.0097C20.4504 27.8197 20.8204 29.0397 19.9804 30.7497C19.1404 32.4497 17.4104 33.9697 16.1304 34.1497C14.8504 34.3297 14.5004 33.1097 15.3304 31.4197C16.1704 29.7397 17.8704 28.2097 19.1604 28.0097ZM11.0104 21.8697C12.2504 21.6597 12.6004 22.8597 11.7904 24.5297C10.9704 26.1997 9.31039 27.7097 8.08039 27.8997C6.85039 28.0897 6.51039 26.9097 7.32039 25.2497C8.12039 23.5897 9.77039 22.0797 11.0104 21.8697ZM23.1904 19.8497C24.5004 19.6297 24.8804 20.8497 24.0304 22.5697C23.1804 24.2897 21.4304 25.8497 20.1404 26.0397C18.8504 26.2397 18.4804 25.0297 19.3204 23.3197C20.1604 21.6197 21.8804 20.0597 23.1904 19.8497Z' fill='%23E5E4E6'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.7199 37.8804C40.0499 37.6904 40.4799 38.8704 39.6399 40.5504C38.7999 42.2304 36.9999 43.7604 35.6599 43.9204C34.3199 44.0804 33.9599 42.8304 34.8099 41.1804C35.6599 39.5204 37.3899 38.0604 38.7199 37.8804Z' fill='%23932E37'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.170898 38.1901C6.2191 37.3301 12.6191 36.4801 19.0091 35.6201C22.3391 45.2601 3.4891 38.7501 -0.170898 38.1901Z' fill='url(%23paint9_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.170898 38.1903C6.1191 37.3503 12.7191 36.4604 19.0091 35.6104C21.9891 44.9404 3.4291 38.7403 -0.170898 38.1903Z' fill='url(%23paint10_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.170898 38.1903C6.0191 37.3603 12.8191 36.4404 19.0091 35.6104C21.6491 44.6104 3.3691 38.7303 -0.170898 38.1903Z' fill='url(%23paint11_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.110352 38.2296C5.97965 37.4096 12.9896 36.4596 19.0696 35.6396C21.3696 44.3096 3.37965 38.7596 -0.110352 38.2296Z' fill='url(%23paint12_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0908203 38.2397C5.89918 37.4397 13.1092 36.4496 19.0992 35.6396C21.0492 43.9996 3.33918 38.7597 -0.0908203 38.2397Z' fill='url(%23paint13_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0800781 38.2504C5.80992 37.4604 13.2199 36.4404 19.1099 35.6504C20.7199 43.6804 3.28992 38.7704 -0.0800781 38.2504Z' fill='url(%23paint14_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0703125 38.2702C5.70969 37.5002 13.3397 36.4402 19.1197 35.6602C20.3797 43.3602 3.23969 38.7702 -0.0703125 38.2702Z' fill='url(%23paint15_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0703125 38.2799C5.60969 37.5199 13.4397 36.4299 19.1197 35.6699C20.0497 43.0399 3.18969 38.7699 -0.0703125 38.2799Z' fill='url(%23paint16_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0605469 38.2899C5.51945 37.5399 13.5495 36.4199 19.1295 35.6699C19.7095 42.7199 3.12945 38.7799 -0.0605469 38.2899Z' fill='url(%23paint17_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0703125 38.2999C5.40969 37.5699 13.6497 36.4099 19.1297 35.6699C19.3597 42.3999 3.06969 38.7799 -0.0703125 38.2999Z' fill='url(%23paint18_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0800781 38.3097C5.29992 37.5897 13.7399 36.3997 19.1199 35.6797C19.0099 42.0797 2.99992 38.7797 -0.0800781 38.3097Z' fill='url(%23paint19_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0908203 38.3197C5.18918 37.6097 13.8392 36.3897 19.1092 35.6797C18.6592 41.7597 2.92918 38.7797 -0.0908203 38.3197Z' fill='url(%23paint20_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.100586 38.3197C5.07941 37.6297 13.9294 36.3697 19.0994 35.6797C18.2994 41.4397 2.86941 38.7797 -0.100586 38.3197Z' fill='url(%23paint21_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.110352 38.3297C4.95965 37.6497 14.0196 36.3597 19.0996 35.6797C17.9496 41.1097 2.79965 38.7697 -0.110352 38.3297Z' fill='url(%23paint22_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.120117 38.3299C4.84988 37.6599 14.1199 36.3399 19.0899 35.6699C17.5999 40.7899 2.72988 38.7699 -0.120117 38.3299Z' fill='url(%23paint23_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.130859 38.3299C4.73914 37.6799 14.2091 36.3199 19.0791 35.6699C17.2491 40.4599 2.65914 38.7599 -0.130859 38.3299Z' fill='url(%23paint24_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.140625 38.3302C4.62937 37.6902 14.2994 36.3002 19.0694 35.6602C16.8894 40.1302 2.58938 38.7502 -0.140625 38.3302Z' fill='url(%23paint25_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.150391 38.3204C4.51961 37.7004 14.3996 36.2704 19.0596 35.6504C16.5396 39.7904 2.51961 38.7304 -0.150391 38.3204Z' fill='url(%23paint26_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.160156 38.3099C4.40984 37.6999 14.4898 36.2499 19.0598 35.6299C16.1898 39.4499 2.45984 38.7099 -0.160156 38.3099Z' fill='url(%23paint27_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.170898 38.2896C4.2891 37.6896 14.5791 36.2096 19.0491 35.5996C15.8391 39.0996 2.3891 38.6796 -0.170898 38.2896Z' fill='url(%23paint28_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.19043 38.2398C4.16957 37.6598 14.6696 36.1398 19.0296 35.5498C15.4696 38.7098 2.30957 38.6198 -0.19043 38.2398Z' fill='url(%23paint29_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.19043 38.24C4.06957 37.67 14.7696 36.12 19.0296 35.54C15.1296 38.38 2.24957 38.61 -0.19043 38.24Z' fill='%23ED1651'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.180664 38.23C3.98934 37.67 14.8493 36.1 19.0193 35.54C15.1893 38.29 2.18934 38.57 -0.180664 38.23Z' fill='%23EE2153'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.170898 38.2298C3.8991 37.6898 14.9291 36.0998 18.9991 35.5498C15.2491 38.1998 2.1291 38.5298 -0.170898 38.2298Z' fill='%23EE2A55'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.170898 38.2296C3.7991 37.6996 15.0091 36.0896 18.9791 35.5596C15.3091 38.1096 2.0691 38.4896 -0.170898 38.2296Z' fill='%23EE3257'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.160156 38.2196C3.71984 37.6996 15.0898 36.0796 18.9698 35.5596C15.3698 38.0196 2.00984 38.4496 -0.160156 38.2196Z' fill='%23EF3859'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.150391 38.2203C3.62961 37.7103 15.1696 36.0803 18.9496 35.5703C15.4296 37.9303 1.94961 38.4103 -0.150391 38.2203Z' fill='%23EF3F5C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.140625 38.2201C3.53938 37.7301 15.2594 36.0701 18.9394 35.5801C15.4794 37.8401 1.89937 38.3701 -0.140625 38.2201Z' fill='%23EF445E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.130859 38.2103C3.45914 37.7303 15.3391 36.0603 18.9291 35.5703C15.5391 37.7503 1.83914 38.3303 -0.130859 38.2103Z' fill='%23EF4960'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.130859 38.2101C3.35914 37.7401 15.4091 36.0501 18.8991 35.5801C15.5991 37.6601 1.77914 38.2901 -0.130859 38.2101Z' fill='%23F04F63'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.120117 38.2098C3.26988 37.7598 15.4899 36.0498 18.8899 35.5898C15.6599 37.5698 1.71988 38.2598 -0.120117 38.2098Z' fill='%23F05465'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.110352 38.1998C3.18965 37.7598 15.5796 36.0298 18.8696 35.5898C15.7197 37.4798 1.65965 38.2198 -0.110352 38.1998Z' fill='%23F05968'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.100586 38.1996C3.09941 37.7696 15.6594 36.0296 18.8594 35.5996C15.7794 37.3896 1.59941 38.1796 -0.100586 38.1996Z' fill='%23F15D6A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0908203 38.2004C3.00918 37.7804 15.7392 36.0304 18.8492 35.6104C15.8392 37.3004 1.53918 38.1404 -0.0908203 38.2004Z' fill='%23F1616D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0800781 38.1903C2.92992 37.7903 15.8199 36.0104 18.8299 35.6104C15.8999 37.2104 1.47992 38.1003 -0.0800781 38.1903Z' fill='%23F1666F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0800781 38.1901C2.82992 37.8001 15.8999 36.0101 18.8099 35.6201C15.9499 37.1201 1.41992 38.0601 -0.0800781 38.1901Z' fill='%23F26A72'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0703125 38.1901C2.74969 37.8101 15.9797 36.0001 18.7997 35.6201C16.0097 37.0301 1.35969 38.0201 -0.0703125 38.1901Z' fill='%23F26E75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0605469 38.1801C2.65945 37.8201 16.0595 35.9901 18.7795 35.6201C16.0695 36.9401 1.29945 37.9801 -0.0605469 38.1801Z' fill='%23F27277'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0507812 38.1799C2.56922 37.8299 16.1492 35.9899 18.7692 35.6299C16.1292 36.8499 1.23922 37.9399 -0.0507812 38.1799Z' fill='%23F3767A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0400391 38.1796C2.48996 37.8396 16.23 35.9796 18.75 35.6396C16.19 36.7596 1.17996 37.8996 -0.0400391 38.1796Z' fill='%23F37A7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0400391 38.1696C2.38996 37.8496 16.3 35.9696 18.73 35.6396C16.25 36.6696 1.11996 37.8596 -0.0400391 38.1696Z' fill='%23F37E80'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0302734 38.1704C2.29973 37.8604 16.3797 35.9604 18.7097 35.6504C16.3097 36.5804 1.05973 37.8204 -0.0302734 38.1704Z' fill='%23F48183'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.0205078 38.1702C2.21949 37.8702 16.4695 35.9602 18.6995 35.6602C16.3595 36.4902 0.999492 37.7802 -0.0205078 38.1702Z' fill='%23F48586'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.45996 37.6799L8.87996 36.9499C8.85996 37.5299 8.72996 38.0999 8.47996 38.6199C7.67996 40.2599 5.96996 40.6899 4.63996 39.5799C4.07996 39.0999 3.67996 38.4299 3.45996 37.6799ZM14.09 36.2599L18.78 35.6299C18.73 35.7899 18.66 35.9499 18.59 36.0999C17.8 37.7299 16.09 38.1599 14.77 37.0499C14.51 36.8299 14.28 36.5599 14.09 36.2599Z' fill='url(%23paint30_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7299 37.44C18.0199 37.27 20.2099 38.06 21.6099 39.21C23.0099 40.36 23.0599 41.41 21.7399 41.57C20.4199 41.72 18.2499 40.92 16.8799 39.79C15.5099 38.66 15.4399 37.61 16.7299 37.44ZM17.5399 49.56C18.7999 49.44 20.9399 50.26 22.2999 51.39C23.6599 52.52 23.7099 53.52 22.4299 53.63C21.1399 53.73 19.0299 52.9 17.6899 51.79C16.3499 50.68 16.2799 49.68 17.5399 49.56Z' fill='%23B3B2B8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.6901 27.3203C50.6201 33.7103 44.1301 47.0903 41.0601 53.4803C37.5101 46.0803 46.3101 33.6203 53.6901 27.3203Z' fill='%23ED1651'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.5301 27.6406C50.5301 33.8906 44.2701 46.7806 41.2801 53.0306C37.9201 45.8106 46.4401 33.7306 53.5301 27.6406Z' fill='%23EE2654'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.3699 27.9707C50.4399 34.0707 44.4099 46.4907 41.4899 52.6007C38.3399 45.5407 46.5799 33.8307 53.3699 27.9707Z' fill='%23EE3257'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.2098 28.29C50.3498 34.25 44.5598 46.19 41.6998 52.15C38.7498 45.27 46.7198 33.94 53.2098 28.29Z' fill='%23EF3C5B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.0503 28.6201C50.2603 34.4301 44.7003 45.9001 41.9103 51.7101C39.1703 45.0001 46.8603 34.0501 53.0503 28.6201Z' fill='%23EF455E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.8897 28.9502C50.1697 34.6202 44.8397 45.6102 42.1197 51.2802C39.5797 44.7302 46.9897 34.1502 52.8897 28.9502Z' fill='%23F04D62'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.7305 29.2705C50.0805 34.7905 44.9805 45.3005 42.3305 50.8305C40.0005 44.4605 47.1305 34.2605 52.7305 29.2705Z' fill='%23F05465'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.5698 29.6006C49.9898 34.9806 45.1198 45.0106 42.5398 50.3906C40.4098 44.1906 47.2698 34.3606 52.5698 29.6006Z' fill='%23F15C69'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.4101 29.9199C49.9001 35.1599 45.2701 44.7099 42.7501 49.9499C40.8301 43.9199 47.4001 34.4699 52.4101 29.9199Z' fill='%23F1626D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.2506 30.25C49.8106 35.34 45.4106 44.42 42.9706 49.51C41.2406 43.65 47.5406 34.58 52.2506 30.25Z' fill='%23F26971'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.0906 30.5703C49.7206 35.5203 45.5506 44.1203 43.1806 49.0603C41.6606 43.3803 47.6806 34.6803 52.0906 30.5703Z' fill='%23F26F75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.9302 30.9004C49.6202 35.7004 45.6901 43.8204 43.3901 48.6304C42.0701 43.1104 47.8102 34.7904 51.9302 30.9004Z' fill='%23F37579'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.7701 31.2305C49.5301 35.8905 45.8301 43.5305 43.6001 48.1905C42.4901 42.8405 47.9501 34.9005 51.7701 31.2305Z' fill='%23F37B7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.6104 31.5508C49.4404 36.0608 45.9804 43.2308 43.8104 47.7408C42.9004 42.5608 48.0904 35.0008 51.6104 31.5508Z' fill='%23F48082'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.4602 31.8799C49.3602 36.2499 46.1302 42.9399 44.0302 47.3099C43.3202 42.2899 48.2302 35.1099 51.4602 31.8799Z' fill='%23F48686'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.3 32.2002C49.27 36.4202 46.27 42.6402 44.24 46.8602C43.73 42.0202 48.36 35.2202 51.3 32.2002Z' fill='%23F58C8B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.14 32.5303C49.18 36.6103 46.41 42.3503 44.46 46.4203C44.15 41.7503 48.5 35.3203 51.14 32.5303Z' fill='%23F5918F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.9801 32.8506C49.0901 36.7806 46.5501 42.0406 44.6701 45.9806C44.5601 41.4806 48.6401 35.4306 50.9801 32.8506Z' fill='%23F69694'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.8199 33.1807C48.9999 36.9707 46.6899 41.7507 44.8799 45.5407C44.9799 41.2107 48.7699 35.5307 50.8199 33.1807Z' fill='%23F69C99'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.6598 33.5107C48.9098 37.1507 46.8398 41.4607 45.0898 45.1007C45.3898 40.9407 48.9098 35.6407 50.6598 33.5107Z' fill='%23F7A19E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.4998 33.8301C48.8198 37.3301 46.9798 41.1601 45.2998 44.6601C45.7998 40.6701 49.0498 35.7501 50.4998 33.8301Z' fill='%23F7A7A3'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.3398 34.1602C48.7298 37.5102 47.1198 40.8702 45.5098 44.2202C46.2198 40.4002 49.1798 35.8502 50.3398 34.1602Z' fill='%23F8ADA8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.7203 28.0703L48.2803 38.4603L46.0003 43.2003C46.7003 36.9603 42.9103 33.2203 39.0303 29.2303L43.5003 28.4603L45.7203 28.0703Z' fill='url(%23paint31_linear_2591_747)'/%3e %3cpath d='M19.0401 35.4695C18.9801 35.4195 18.9001 35.4295 18.8601 35.4895C18.8101 35.5495 18.8201 35.6295 18.8801 35.6695L40.8401 53.6595C40.9001 53.7095 40.9801 53.6995 41.0201 53.6395C41.0701 53.5795 41.0601 53.4995 41.0001 53.4595L19.0401 35.4695Z' fill='url(%23paint32_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.1797 23.1897L26.8897 19.6797C26.5297 20.9197 26.0097 22.1897 25.4497 23.3997L25.1797 23.1897Z' fill='%23F5908E'/%3e %3cpath d='M32.3403 8.99991C32.3703 8.93991 32.3503 8.85991 32.2803 8.82991C32.2203 8.79991 32.1403 8.81991 32.1103 8.88991L18.9503 35.4199L-0.0496892 37.9999C-0.119689 38.0099 -0.249689 38.1099 -0.239689 38.1799C-0.229689 38.2499 -0.0796892 38.2699 -0.00968918 38.2599L19.0603 35.6699C19.1003 35.6599 19.1403 35.6399 19.1603 35.5999L32.3403 8.99991Z' fill='url(%23paint33_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.4605 14.2299C36.8605 15.3799 37.3205 17.6999 36.4805 19.4199C35.6405 21.1399 33.8105 21.5999 32.4005 20.4499C30.9905 19.2999 30.5405 16.9699 31.3905 15.2499C32.2305 13.5299 34.0605 13.0799 35.4605 14.2299ZM48.8905 25.2299C50.2905 26.3799 50.7605 28.7099 49.9305 30.4299C49.1005 32.1599 47.2805 32.6299 45.8705 31.4799C44.4605 30.3299 44.0005 27.9899 44.8405 26.2599C45.6705 24.5399 47.4805 24.0799 48.8905 25.2299ZM27.3405 30.7199C28.7605 31.8799 29.2105 34.2299 28.3505 35.9699C27.4905 37.7199 25.6505 38.1899 24.2305 37.0299C22.8105 35.8699 22.3605 33.5099 23.2205 31.7699C24.0805 30.0199 25.9205 29.5599 27.3405 30.7199ZM40.8705 41.7999C42.2905 42.9599 42.7505 45.3199 41.9005 47.0699C41.0505 48.8199 39.2205 49.3099 37.8005 48.1399C36.3805 46.9799 35.9205 44.6099 36.7705 42.8599C37.6205 41.1099 39.4505 40.6399 40.8705 41.7999Z' fill='%23E5E4E6'/%3e %3cpath d='M54.01 26.5401C54.04 26.5701 54.09 26.5601 54.11 26.5301C54.14 26.5001 54.13 26.4501 54.1 26.4301L32.29 8.85015C32.26 8.82015 32.21 8.83014 32.19 8.86014C32.16 8.89014 32.17 8.94015 32.2 8.96015L54.01 26.5401Z' fill='url(%23paint34_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.8598 19.3701C40.2298 22.3401 36.5998 25.3101 32.9798 28.2801C29.3498 31.2501 25.7198 34.2301 22.0898 37.2001C24.2298 41.6601 26.3898 46.1401 28.5498 50.6301C30.7198 55.1401 32.8998 59.6701 35.0898 64.2201C38.7698 61.2101 42.4398 58.2001 46.1198 55.1901C49.7898 52.1801 53.4698 49.1701 57.1398 46.1601C54.9098 41.6501 52.6798 37.1601 50.4598 32.6901C48.2498 28.2401 46.0498 23.8001 43.8598 19.3701Z' fill='url(%23paint35_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.9897 46.16C53.5597 39.12 50.1297 32.08 46.7097 25.04C44.9497 34.22 51.8597 43.28 56.9897 46.16Z' fill='%23CD284D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.9595 46.0998C53.5495 39.0998 50.1395 32.0898 46.7295 25.0898C45.1195 34.1998 51.9795 43.2198 56.9595 46.0998Z' fill='%23CE274D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.9395 46.0504C53.5495 39.0804 50.1495 32.1104 46.7595 25.1504C45.2895 34.1804 52.0895 43.1504 56.9395 46.0504Z' fill='%23CF274D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.9097 45.9904C53.5297 39.0604 50.1597 32.1304 46.7897 25.1904C45.4597 34.1604 52.1997 43.0904 56.9097 45.9904Z' fill='%23D1264E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.8893 45.94C53.5293 39.05 50.1693 32.15 46.8193 25.25C45.6293 34.15 52.3093 43.03 56.8893 45.94Z' fill='%23D2254E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.8595 45.8798C53.5195 39.0198 50.1795 32.1598 46.8395 25.2998C45.7995 34.1298 52.4295 42.9698 56.8595 45.8798Z' fill='%23D4254E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.83 45.8304C53.51 39.0104 50.19 32.1904 46.87 25.3604C45.98 34.1104 52.54 42.9104 56.83 45.8304Z' fill='%23D5244E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.8094 45.7799C53.5094 38.9899 50.1994 32.2099 46.8994 25.4199C46.1494 34.0899 52.6494 42.8499 56.8094 45.7799Z' fill='%23D7234E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.78 45.7197C53.49 38.9697 50.21 32.2197 46.92 25.4697C46.32 34.0697 52.76 42.7897 56.78 45.7197Z' fill='%23D8234E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.7495 45.6703C53.4795 38.9603 50.2095 32.2403 46.9395 25.5303C46.4895 34.0503 52.8795 42.7203 56.7495 45.6703Z' fill='%23DA224F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.7295 45.6101C53.4795 38.9301 50.2295 32.2601 46.9795 25.5801C46.6595 34.0301 52.9895 42.6601 56.7295 45.6101Z' fill='%23DB214F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.6995 45.5597C53.4695 38.9197 50.2295 32.2796 46.9995 25.6396C46.8295 34.0096 53.0995 42.5997 56.6995 45.5597Z' fill='%23DC214F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.6695 45.4997C53.4495 38.8997 50.2395 32.2897 47.0195 25.6797C47.0095 33.9897 53.2095 42.5397 56.6695 45.4997Z' fill='%23DE204F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.6496 45.4502C53.4496 38.8802 50.2496 32.3102 47.0596 25.7402C47.1796 33.9702 53.3296 42.4802 56.6496 45.4502Z' fill='%23DF1F4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.6201 45.39C53.4401 38.86 50.2601 32.33 47.0801 25.79C47.3501 33.95 53.4401 42.42 56.6201 45.39Z' fill='%23E11E50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.5896 45.3396C53.4296 38.8396 50.2596 32.3496 47.0996 25.8496C47.5196 33.9296 53.5496 42.3596 56.5896 45.3396Z' fill='%23E21D50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.5696 45.2902C53.4196 38.8302 50.2796 32.3702 47.1396 25.9102C47.6896 33.9202 53.6596 42.3002 56.5696 45.2902Z' fill='%23E41C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.5402 45.23C53.4102 38.81 50.2802 32.38 47.1602 25.96C47.8602 33.9 53.7802 42.23 56.5402 45.23Z' fill='%23E51C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.5097 45.1805C53.3997 38.7905 50.2897 32.4105 47.1797 26.0205C48.0297 33.8805 53.8897 42.1705 56.5097 45.1805Z' fill='%23E71A50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.49 45.1203C53.4 38.7703 50.31 32.4203 47.21 26.0703C48.21 33.8603 54 42.1103 56.49 45.1203Z' fill='%23E91951'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.4593 45.0699C53.3793 38.7599 50.3093 32.4399 47.2393 26.1299C48.3793 33.8399 54.1093 42.0499 56.4593 45.0699Z' fill='%23EB1851'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.4298 45.0099C53.3698 38.7299 50.3198 32.4499 47.2598 26.1699C48.5498 33.8199 54.2298 41.9899 56.4298 45.0099Z' fill='%23ED1651'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.3394 44.8201C53.3494 38.6701 50.3494 32.5201 47.3594 26.3701C48.6394 33.8601 54.1994 41.8601 56.3394 44.8201Z' fill='%23EE2654'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.25 44.6303C53.32 38.6103 50.39 32.5903 47.46 26.5703C48.74 33.8903 54.17 41.7303 56.25 44.6303Z' fill='%23EE3257'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.1498 44.4298C53.2798 38.5398 50.4098 32.6498 47.5498 26.7598C48.8298 33.9298 54.1398 41.5998 56.1498 44.4298Z' fill='%23EF3C5B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M56.0594 44.24C53.2494 38.48 50.4494 32.72 47.6494 26.96C48.9294 33.97 54.1094 41.46 56.0594 44.24Z' fill='%23EF455E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.9593 44.0396C53.2193 38.4096 50.4793 32.7796 47.7393 27.1396C49.0193 34.0096 54.0793 41.3296 55.9593 44.0396Z' fill='%23F04D62'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.8701 43.8498C53.1901 38.3498 50.5101 32.8498 47.8301 27.3398C49.1101 34.0398 54.0601 41.1998 55.8701 43.8498Z' fill='%23F05465'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.7699 43.66C53.1499 38.29 50.5399 32.91 47.9199 27.54C49.2099 34.08 54.0299 41.07 55.7699 43.66Z' fill='%23F15C69'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.6795 43.4605C53.1295 38.2205 50.5695 32.9705 48.0195 27.7305C49.2995 34.1205 53.9995 40.9405 55.6795 43.4605Z' fill='%23F1626D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.5794 43.2697C53.0894 38.1597 50.5994 33.0397 48.1094 27.9297C49.3994 34.1597 53.9694 40.8097 55.5794 43.2697Z' fill='%23F26971'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.49 43.0704C53.06 38.0904 50.64 33.1004 48.21 28.1104C49.49 34.1904 53.94 40.6804 55.49 43.0704Z' fill='%23F26F75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.3996 42.8796C53.0396 38.0196 50.6696 33.1696 48.3096 28.3096C49.5796 34.2296 53.9096 40.5496 55.3996 42.8796Z' fill='%23F37579'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.2994 42.6898C52.9994 37.9598 50.6994 33.2398 48.3994 28.5098C49.6794 34.2698 53.8794 40.4098 55.2994 42.6898Z' fill='%23F37B7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.21 42.4902C52.97 37.8902 50.73 33.3002 48.5 28.7002C49.77 34.3002 53.85 40.2802 55.21 42.4902Z' fill='%23F48082'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.1098 42.3004C52.9298 37.8304 50.7598 33.3704 48.5898 28.9004C49.8698 34.3404 53.8298 40.1504 55.1098 42.3004Z' fill='%23F48686'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.0197 42.1001C52.9097 37.7601 50.7997 33.4201 48.6797 29.0801C49.9597 34.3801 53.7997 40.0201 55.0197 42.1001Z' fill='%23F58C8B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.9195 41.9103C52.8695 37.7003 50.8195 33.4903 48.7695 29.2803C50.0595 34.4203 53.7695 39.8903 54.9195 41.9103Z' fill='%23F5918F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.8301 41.7205C52.8401 37.6405 50.8601 33.5605 48.8701 29.4805C50.1501 34.4505 53.7401 39.7605 54.8301 41.7205Z' fill='%23F69694'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.73 41.5199C52.81 37.5699 50.88 33.6199 48.96 29.6699C50.24 34.4899 53.71 39.6299 54.73 41.5199Z' fill='%23F69C99'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.6396 41.3301C52.7796 37.5101 50.9196 33.6901 49.0596 29.8701C50.3396 34.5301 53.6796 39.5001 54.6396 41.3301Z' fill='%23F7A19E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.5502 41.1298C52.7502 37.4398 50.9602 33.7498 49.1602 30.0498C50.4302 34.5598 53.6502 39.3698 54.5502 41.1298Z' fill='%23F7A7A3'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.45 40.94C52.72 37.38 50.98 33.82 49.25 30.25C50.53 34.6 53.63 39.23 54.45 40.94Z' fill='%23F8ADA8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.8601 19.3701L43.5201 19.6501L43.3501 19.7901L43.0101 20.0701C39.6501 22.8201 36.3001 25.5701 32.9501 28.3101L31.1101 29.8201L31.0801 29.8401L30.9401 29.9601L30.9101 29.9801L30.7701 30.1001L30.7401 30.1201L30.6001 30.2401L30.5701 30.2601L30.4301 30.3801L30.0901 30.6601L30.0601 30.6801L29.9101 30.8001L29.8901 30.8201L29.7401 30.9401L29.7201 30.9601L29.5701 31.0801L29.5501 31.1001L29.4001 31.2201L29.3801 31.2401L29.2301 31.3601L29.2101 31.3801L29.0601 31.5001L29.0401 31.5201L28.8901 31.6401L28.8701 31.6601L28.7201 31.7801L28.7001 31.8001L28.5501 31.9201L28.5301 31.9401L28.3801 32.0601L28.3601 32.0801L27.8701 32.4801L27.8501 32.5001L27.7001 32.6201L27.6801 32.6401L23.1001 36.3901L22.5901 36.8001L22.4201 36.9401L22.2501 37.0801L22.0801 37.2201C25.5101 37.8101 28.9301 38.4001 32.3201 38.9801C35.7001 39.5601 39.0701 40.1401 42.4201 40.7201L50.9701 33.7501L50.4501 32.7001C48.2501 28.2401 46.0501 23.8001 43.8601 19.3701Z' fill='url(%23paint36_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.9804 23.1399C60.7504 22.5399 57.4704 21.9199 54.1404 21.2999C50.7704 20.6699 47.3404 20.0299 43.8604 19.3799C46.1004 23.9099 48.3404 28.4199 50.5504 32.8899C52.7604 37.3399 54.9504 41.7699 57.1304 46.1699C60.4504 46.6199 63.7304 47.0499 66.9604 47.4899C70.1404 47.9199 73.2804 48.3399 76.3704 48.7499C74.3304 44.5399 72.2804 40.3099 70.2204 36.0499C68.1604 31.7699 66.0804 27.4599 63.9804 23.1399Z' fill='url(%23paint37_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3796 48.7402C73.3296 48.3302 70.2196 47.9202 67.0496 47.4902C63.8196 47.0602 60.5096 46.6202 57.1496 46.1602C53.5296 49.1302 49.8796 52.1202 46.2196 55.1202C42.5396 58.1402 38.8296 61.1702 35.0996 64.2202C38.7496 64.5002 42.3296 64.7702 45.8296 65.0302C49.2596 65.2902 52.6296 65.5402 55.9296 65.7902C59.3796 62.9102 62.8196 60.0402 66.2396 57.1902C69.6296 54.3702 73.0096 51.5502 76.3796 48.7402Z' fill='url(%23paint38_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.96 52.8701L46.2 55.1301C42.56 58.1101 38.9 61.1101 35.21 64.1301L45.78 64.9901C49.25 65.2701 52.63 65.5401 55.92 65.8101C53.54 61.3701 51.22 57.0601 48.96 52.8701Z' fill='url(%23paint39_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.9301 47.9296C71.8801 39.6496 67.8401 31.3796 63.7901 23.0996C61.4201 34.3996 69.7001 44.8396 75.9301 47.9296Z' fill='%23E41A50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.8903 47.8699C71.8603 39.6399 67.8403 31.3999 63.8103 23.1699C61.6303 34.3599 69.8403 44.7599 75.8903 47.8699Z' fill='%23E51D50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.8599 47.8095C71.8499 39.6195 67.8499 31.4295 63.8499 23.2295C61.8399 34.3195 69.9799 44.6795 75.8599 47.8095Z' fill='%23E52051'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.8305 47.74C71.8505 39.59 67.8605 31.44 63.8805 23.29C62.0505 34.29 70.1205 44.59 75.8305 47.74Z' fill='%23E62352'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.8003 47.6794C71.8403 39.5694 67.8703 31.4694 63.9103 23.3594C62.2603 34.2494 70.2603 44.5094 75.8003 47.6794Z' fill='%23E62653'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.7703 47.6099C71.8303 39.5499 67.8803 31.4799 63.9403 23.4199C62.4703 34.2099 70.4003 44.4299 75.7703 47.6099Z' fill='%23E62853'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.74 47.5493C71.82 39.5293 67.9 31.5093 63.98 23.4893C62.68 34.1793 70.53 44.3393 75.74 47.5493Z' fill='%23E72B54'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.7102 47.4898C71.8102 39.5098 67.9102 31.5298 64.0102 23.5498C62.8902 34.1398 70.6702 44.2598 75.7102 47.4898Z' fill='%23E72D55'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.6805 47.4194C71.8005 39.4794 67.9205 31.5494 64.0405 23.6094C63.1005 34.0994 70.8105 44.1794 75.6805 47.4194Z' fill='%23E83056'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.64 47.3597C71.78 39.4697 67.92 31.5697 64.07 23.6797C63.32 34.0697 70.95 44.0897 75.64 47.3597Z' fill='%23E83256'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.6098 47.2893C71.7698 39.4393 67.9298 31.5893 64.0998 23.7393C63.5298 34.0293 71.0898 44.0093 75.6098 47.2893Z' fill='%23E93457'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.5799 47.2296C71.7599 39.4196 67.9399 31.6196 64.1299 23.8096C63.7399 33.9896 71.2299 43.9296 75.5799 47.2296Z' fill='%23E93658'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.5496 47.1691C71.7496 39.4091 67.9596 31.6391 64.1596 23.8691C63.9496 33.9591 71.3696 43.8391 75.5496 47.1691Z' fill='%23EA3859'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.5204 47.0997C71.7404 39.3797 67.9704 31.6597 64.2004 23.9297C64.1604 33.9197 71.5104 43.7597 75.5204 47.0997Z' fill='%23EA3A5A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.4905 47.04C71.7305 39.36 67.9805 31.68 64.2305 24C64.3705 33.88 71.6505 43.68 75.4905 47.04Z' fill='%23EB3C5A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.4598 46.9696C71.7298 39.3296 67.9898 31.6996 64.2598 24.0596C64.5798 33.8396 71.7898 43.5896 75.4598 46.9696Z' fill='%23EB3E5B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.42 46.9099C71.71 39.3199 68 31.7199 64.29 24.1299C64.79 33.8099 71.93 43.5099 75.42 46.9099Z' fill='%23EC405C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.3903 46.8495C71.7003 39.2995 68.0103 31.7495 64.3203 24.1895C65.0003 33.7695 72.0703 43.4295 75.3903 46.8495Z' fill='%23ED425D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.3596 46.78C71.6896 39.27 68.0196 31.76 64.3496 24.25C65.2096 33.73 72.2096 43.34 75.3596 46.78Z' fill='%23ED435E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.3299 46.7193C71.6799 39.2493 68.0299 31.7893 64.3799 24.3193C65.4299 33.6993 72.3499 43.2593 75.3299 46.7193Z' fill='%23EE455E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.3002 46.6499C71.6702 39.2299 68.0402 31.7999 64.4102 24.3799C65.6402 33.6599 72.4902 43.1799 75.3002 46.6499Z' fill='%23EF475F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.2702 46.5892C71.6602 39.2092 68.0502 31.8292 64.4502 24.4492C65.8502 33.6192 72.6302 43.0892 75.2702 46.5892Z' fill='%23EF4960'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.1606 46.3599C71.6306 39.1299 68.0905 31.8999 64.5605 24.6699C65.9605 33.6599 72.6006 42.9399 75.1606 46.3599Z' fill='%23F04F63'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75.0499 46.1294C71.5899 39.0494 68.1299 31.9794 64.6699 24.8994C66.0799 33.6994 72.5599 42.7794 75.0499 46.1294Z' fill='%23F05566'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.9303 45.9099C71.5403 38.9899 68.1603 32.0599 64.7803 25.1299C66.1903 33.7399 72.5303 42.6199 74.9303 45.9099Z' fill='%23F15A69'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.8196 45.6794C71.5096 38.9094 68.1996 32.1294 64.8896 25.3594C66.3096 33.7694 72.4996 42.4594 74.8196 45.6794Z' fill='%23F1606C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.71 45.4498C71.47 38.8298 68.24 32.2098 65 25.5898C66.42 33.8098 72.47 42.3098 74.71 45.4498Z' fill='%23F1656F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.6003 45.2196C71.4403 38.7496 68.2704 32.2796 65.1104 25.8096C66.5304 33.8496 72.4403 42.1496 74.6003 45.2196Z' fill='%23F26A72'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.4905 44.99C71.4005 38.67 68.3105 32.36 65.2305 26.04C66.6505 33.89 72.4005 41.99 74.4905 44.99Z' fill='%23F26F75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.3798 44.7595C71.3698 38.5995 68.3498 32.4295 65.3398 26.2695C66.7598 33.9295 72.3698 41.8395 74.3798 44.7595Z' fill='%23F37479'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.2604 44.54C71.3204 38.53 68.3804 32.52 65.4404 26.5C66.8804 33.96 72.3404 41.68 74.2604 44.54Z' fill='%23F3787C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.1506 44.3095C71.2806 38.4495 68.4205 32.5895 65.5605 26.7295C66.9905 33.9995 72.3106 41.5195 74.1506 44.3095Z' fill='%23F37D7F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M74.0399 44.0792C71.2499 38.3692 68.4599 32.6592 65.6699 26.9492C67.1099 34.0392 72.2699 41.3592 74.0399 44.0792Z' fill='%23F48183'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.9303 43.8497C71.2103 38.2897 68.5003 32.7397 65.7803 27.1797C67.2203 34.0797 72.2403 41.2097 73.9303 43.8497Z' fill='%23F48686'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.8204 43.6192C71.1804 38.2192 68.5404 32.8092 65.9004 27.4092C67.3404 34.1092 72.2104 41.0492 73.8204 43.6192Z' fill='%23F58A8A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.7098 43.3997C71.1398 38.1497 68.5698 32.8996 66.0098 27.6396C67.4498 34.1496 72.1798 40.8897 73.7098 43.3997Z' fill='%23F58E8D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.6001 43.1691C71.1101 38.0691 68.6101 32.9691 66.1201 27.8691C67.5701 34.1891 72.1501 40.7391 73.6001 43.1691Z' fill='%23F59291'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.4797 42.9398C71.0597 37.9898 68.6397 33.0398 66.2197 28.0898C67.6797 34.2298 72.1097 40.5798 73.4797 42.9398Z' fill='%23F69795'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.3699 42.7093C71.0199 37.9093 68.6798 33.1193 66.3398 28.3193C67.7998 34.2593 72.0799 40.4193 73.3699 42.7093Z' fill='%23F69B98'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.2602 42.4798C70.9902 37.8398 68.7202 33.1898 66.4502 28.5498C67.9102 34.2998 72.0502 40.2598 73.2602 42.4798Z' fill='%23F79F9C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.1506 42.2593C70.9506 37.7693 68.7605 33.2793 66.5605 28.7793C68.0205 34.3393 72.0206 40.1093 73.1506 42.2593Z' fill='%23F7A4A0'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.0397 42.0298C70.9197 37.6898 68.7997 33.3498 66.6797 29.0098C68.1397 34.3798 71.9797 39.9498 73.0397 42.0298Z' fill='%23F8A8A4'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M72.93 41.7993C70.88 37.6093 68.83 33.4293 66.79 29.2393C68.25 34.4193 71.95 39.7893 72.93 41.7993Z' fill='%23F8ADA8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.4197 39.2102C47.1197 40.3202 46.7097 42.5502 47.5097 44.1802C48.3097 45.8102 49.9997 46.2302 51.2997 45.1202C52.5997 44.0102 53.0197 41.7902 52.2197 40.1502C51.4297 38.5102 49.7197 38.0902 48.4197 39.2102ZM68.5997 44.2002C67.2697 45.3202 66.8497 47.5502 67.6397 49.1902C68.4397 50.8302 70.1497 51.2602 71.4797 50.1502C72.8097 49.0402 73.2497 46.8002 72.4497 45.1602C71.6497 43.5102 69.9297 43.0802 68.5997 44.2002ZM58.4797 41.7002C57.1697 42.8202 56.7497 45.0402 57.5497 46.6702C58.3397 48.3002 60.0497 48.7302 61.3697 47.6202C62.6897 46.5102 63.1097 44.2802 62.3197 42.6402C61.5097 41.0002 59.7897 40.5802 58.4797 41.7002Z' fill='url(%23paint40_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.9804 23.1401L63.8304 23.1101L63.6804 23.0801H63.6703L63.5303 23.0501H63.5204L63.3804 23.0201H63.3604L63.2204 22.9901H63.2004L63.0704 22.9601H63.0504L62.9203 22.9401H62.8904L62.7603 22.9201L62.7304 22.9101L62.6104 22.8901L62.5804 22.8801L62.4604 22.8601L62.4203 22.8501L62.3004 22.8301L62.2603 22.8201L62.1504 22.8001L62.1104 22.7901L62.0004 22.7701L61.9504 22.7601L61.8404 22.7401L61.7904 22.7301L61.6903 22.7101L61.6404 22.7001L61.5404 22.6801L61.4804 22.6701L61.3804 22.6501L61.3204 22.6401L61.2304 22.6201L61.1703 22.6101L61.0804 22.5901L61.0204 22.5801L60.9304 22.5601L60.8604 22.5501L60.7704 22.5301L60.5404 22.4901L60.4604 22.4701L60.3804 22.4601L60.3004 22.4501L60.2204 22.4401L60.0604 22.4101L59.9904 22.4001L59.9104 22.3801L59.8404 22.3701L59.7504 22.3501L59.6804 22.3401L59.5904 22.3201L59.5303 22.3101L59.4403 22.2901L59.3804 22.2801L59.2904 22.2601L59.2304 22.2501L59.1304 22.2301L59.0704 22.2201L59.0004 22.2001L58.9504 22.1901L58.8503 22.1701L58.8004 22.1601L58.5404 22.1101L58.4904 22.1001L58.3804 22.0801L58.3304 22.0701L58.2204 22.0501L58.1804 22.0401L58.0704 22.0201L58.0303 22.0101L57.9104 22.0001L57.8703 21.9901L57.7504 21.9701L57.7104 21.9601L56.8104 21.7901L56.7803 21.7801L56.6504 21.7601H56.6203L56.4904 21.7401H56.4704L56.3404 21.7201H56.3204L56.1903 21.6901H56.1703L56.0303 21.6601H56.0103L55.8703 21.6301H55.8503L55.7104 21.6001H55.6903L55.5504 21.5701H55.5303L55.3904 21.5401H55.3804L55.2404 21.5101H55.2304L55.0904 21.4801H55.0804L54.9403 21.4501H54.9304L54.7803 21.4201H54.7704L54.6203 21.3901H54.6104L54.4604 21.3601H54.4504L54.3004 21.3301H54.2904L54.1404 21.3001H54.1304L53.9804 21.2701H53.9704L53.8204 21.2401H53.8104L53.6604 21.2101H53.6504L53.5004 21.1801H53.4904L53.3404 21.1501H53.3304L53.1804 21.1201H53.1703L53.0204 21.0901H53.0103L52.8703 21.0601H52.8604L52.7204 21.0301H52.7004L52.5804 21.0001H52.5604L52.4203 20.9701H52.4004L52.2603 20.9401H52.2404L52.1003 20.9101H52.0804L51.9403 20.8801H51.9203L51.7803 20.8501H51.7603L51.6304 20.8201H51.6003L51.4704 20.8001L51.4403 20.7901L51.3104 20.7701L51.2803 20.7601L51.1504 20.7401L51.1203 20.7301L51.0004 20.7101L50.9704 20.7001L50.8404 20.6801L50.8104 20.6701L50.6903 20.6501L50.6504 20.6401L50.5303 20.6201L50.4904 20.6101H50.4704L50.1703 20.5501L50.0504 20.5301L50.0103 20.5201L49.9004 20.5001L49.8503 20.4901L49.7404 20.4701L49.6903 20.4601L49.5804 20.4401L49.5303 20.4301L49.4203 20.4101L49.3703 20.4001L49.2603 20.3801L49.2104 20.3701L49.1104 20.3501L49.0504 20.3401L48.9504 20.3201L48.8904 20.3101L48.7904 20.2901L48.7304 20.2801L48.6304 20.2601L48.5704 20.2501L48.4804 20.2301L48.4104 20.2201L48.3204 20.2001L48.2504 20.1901L48.1604 20.1701L48.0904 20.1601L48.0004 20.1401L47.9203 20.1301L47.8404 20.1101L47.7603 20.1001L47.6804 20.0901L47.6003 20.0701L47.5204 20.0601L47.4403 20.0401L47.3604 20.0301L47.2704 20.0101L47.2004 20.0001L47.1104 19.9801L47.0404 19.9701L46.9504 19.9501L46.8804 19.9401L46.7803 19.9201L46.7204 19.9101L46.6203 19.8901L46.5604 19.8801L46.4604 19.8601L46.4004 19.8501L46.3004 19.8301L46.2504 19.8201L46.1404 19.8001L46.0904 19.7901L45.9804 19.7701L45.9304 19.7601L45.8204 19.7401L45.7803 19.7301L45.6604 19.7101L45.6203 19.7001L45.5004 19.6801L45.4604 19.6701L45.3304 19.6501L45.3004 19.6401L45.1703 19.6201L45.1404 19.6101L45.0004 19.5901L44.9704 19.5801L44.8304 19.5501H44.8104L44.6703 19.5201H44.6504L44.5103 19.4901H44.4904L44.3404 19.4601H44.3304L44.1804 19.4301H44.1703L44.0204 19.4001L43.8604 19.3701C46.1004 23.9001 48.3404 28.4101 50.5504 32.8801L50.9704 33.7301L53.1703 31.9301C56.7703 29.0101 60.3804 26.0801 63.9804 23.1401Z' fill='url(%23paint41_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.5301 23.7599C57.2401 23.5199 55.0601 24.2499 53.6601 25.3899C52.2601 26.5299 52.1801 27.6499 53.4701 27.8799C54.7601 28.1199 56.9301 27.3899 58.3201 26.2499C59.7301 25.1099 59.8201 23.9999 58.5301 23.7599ZM46.1301 21.4499C44.8201 21.2099 42.6201 21.9399 41.2101 23.0899C39.8001 24.2399 39.7301 25.3699 41.0501 25.5999C42.3601 25.8399 44.5601 25.0999 45.9601 23.9599C47.3501 22.8199 47.4401 21.6899 46.1301 21.4499ZM45.2101 34.6199C43.9101 34.3899 41.7301 35.1299 40.3401 36.2599C38.9501 37.3999 38.8801 38.4999 40.1801 38.7199C41.4801 38.9399 43.6501 38.2099 45.0401 37.0799C46.4301 35.9599 46.5101 34.8499 45.2101 34.6199ZM32.7301 32.4199C31.4101 32.1899 29.2001 32.9299 27.8101 34.0799C26.4101 35.2299 26.3501 36.3399 27.6701 36.5699C28.9901 36.7999 31.1901 36.0599 32.5801 34.9199C33.9701 33.7699 34.0401 32.6499 32.7301 32.4199ZM45.6701 28.0699C44.3701 27.8299 42.1801 28.5699 40.7801 29.7099C39.3801 30.8499 39.3101 31.9699 40.6101 32.1999C41.9201 32.4299 44.1001 31.6999 45.5001 30.5599C46.8901 29.4199 46.9701 28.3099 45.6701 28.0699Z' fill='url(%23paint42_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.5296 23.7601C57.2396 23.5201 55.0596 24.2501 53.6596 25.3901C52.2596 26.5301 52.1797 27.6501 53.4697 27.8801C54.7597 28.1201 56.9296 27.3901 58.3196 26.2501C59.7296 25.1101 59.8196 24.0001 58.5296 23.7601ZM44.8896 21.4601L46.0797 23.8601C47.3597 22.7501 47.3897 21.6901 46.1297 21.4501C45.7697 21.3901 45.3496 21.3901 44.8896 21.4601Z' fill='%23E53758'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.4298 40.7102C39.2498 40.1602 35.9898 39.6002 32.6398 39.0202C29.2198 38.4302 25.6998 37.8202 22.0898 37.2002C24.0498 41.3502 26.0098 45.6602 28.1498 50.0302L35.0898 64.2202C38.7698 61.2102 42.5698 58.1002 46.2098 55.1202L48.9698 52.8602L48.8998 52.7302C46.6798 48.6202 44.5198 44.6102 42.4298 40.7102Z' fill='url(%23paint43_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M61.22 24.4103C59.96 24.1803 59.6 25.3703 60.43 27.0603C61.25 28.7503 62.94 30.2903 64.18 30.5003C65.42 30.7103 65.77 29.5303 64.96 27.8603C64.14 26.1903 62.48 24.6403 61.22 24.4103ZM48.87 22.1503C47.54 21.9103 47.15 23.1303 48.01 24.8603C48.87 26.6003 50.64 28.1903 51.95 28.4103C53.26 28.6303 53.63 27.4303 52.79 25.7103C51.95 23.9903 50.2 22.4003 48.87 22.1503ZM68.98 40.3903C67.76 40.2103 67.41 41.4103 68.22 43.0603C69.03 44.7203 70.67 46.1903 71.88 46.3603C73.09 46.5303 73.42 45.3403 72.62 43.7003C71.83 42.0503 70.21 40.5703 68.98 40.3903ZM56.97 38.5803C55.68 38.3903 55.31 39.6203 56.15 41.3203C56.99 43.0203 58.72 44.5403 60 44.7203C61.28 44.9003 61.63 43.6803 60.8 41.9903C59.97 40.3103 58.26 38.7703 56.97 38.5803ZM65.12 32.4403C63.88 32.2303 63.53 33.4303 64.34 35.1003C65.16 36.7703 66.82 38.2803 68.05 38.4703C69.28 38.6603 69.62 37.4803 68.81 35.8203C68.01 34.1603 66.36 32.6503 65.12 32.4403ZM52.94 30.4103C51.63 30.1903 51.25 31.4103 52.1 33.1303C52.95 34.8503 54.7 36.4003 55.99 36.6003C57.28 36.8003 57.65 35.5903 56.81 33.8803C55.98 32.1903 54.25 30.6303 52.94 30.4103Z' fill='%23E5E4E6'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.4097 48.4498C36.0797 48.2598 35.6497 49.4397 36.4897 51.1197C37.3297 52.7997 39.1297 54.3298 40.4697 54.4898C41.8097 54.6498 42.1697 53.3997 41.3197 51.7497C40.4697 50.0897 38.7397 48.6298 37.4097 48.4498Z' fill='%23932E37'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2999 48.7604C69.91 47.9004 63.5099 47.0504 57.1199 46.1904C53.7999 55.8304 72.6399 49.3104 76.2999 48.7604Z' fill='url(%23paint44_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3004 48.7607C70.0104 47.9207 63.4103 47.0307 57.1203 46.1807C54.1403 55.5007 72.7003 49.3107 76.3004 48.7607Z' fill='url(%23paint45_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3097 48.7607C70.1197 47.9307 63.3197 47.0107 57.1297 46.1807C54.4797 55.1807 72.7597 49.3007 76.3097 48.7607Z' fill='url(%23paint46_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2398 48.8C70.1498 47.98 63.1398 47.03 57.0598 46.21C54.7598 54.88 72.7498 49.33 76.2398 48.8Z' fill='url(%23paint47_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2204 48.81C70.2304 48.01 63.0203 47.02 57.0304 46.21C55.0803 54.57 72.7904 49.33 76.2204 48.81Z' fill='url(%23paint48_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2098 48.8207C70.3198 48.0307 62.9098 47.0107 57.0198 46.2207C55.4098 54.2507 72.8398 49.3407 76.2098 48.8207Z' fill='url(%23paint49_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2004 48.8307C70.4204 48.0607 62.7904 47.0007 57.0104 46.2207C55.7504 53.9307 72.8904 49.3407 76.2004 48.8307Z' fill='url(%23paint50_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2001 48.8505C70.5101 48.0905 62.6901 47.0005 57.0001 46.2305C56.0801 53.6105 72.9401 49.3405 76.2001 48.8505Z' fill='url(%23paint51_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2 48.8602C70.62 48.1102 62.59 46.9902 57.01 46.2402C56.43 53.2902 73 49.3402 76.2 48.8602Z' fill='url(%23paint52_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1995 48.8702C70.7195 48.1402 62.4795 46.9802 56.9995 46.2402C56.7695 52.9702 73.0595 49.3502 76.1995 48.8702Z' fill='url(%23paint53_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2098 48.88C70.8298 48.16 62.3898 46.97 57.0098 46.25C57.1198 52.65 73.1298 49.35 76.2098 48.88Z' fill='url(%23paint54_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2195 48.8802C70.9395 48.1702 62.2895 46.9502 57.0195 46.2402C57.4795 52.3302 73.1995 49.3502 76.2195 48.8802Z' fill='url(%23paint55_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2303 48.89C71.0503 48.2 62.2003 46.94 57.0303 46.25C57.8303 52.01 73.2703 49.34 76.2303 48.89Z' fill='url(%23paint56_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2403 48.9C71.1703 48.22 62.1103 46.93 57.0303 46.25C58.1803 51.68 73.3303 49.34 76.2403 48.9Z' fill='url(%23paint57_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.25 48.9002C71.28 48.2302 62.01 46.9102 57.04 46.2402C58.53 51.3602 73.4 49.3302 76.25 48.9002Z' fill='url(%23paint58_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2598 48.9002C71.3898 48.2502 61.9198 46.8902 57.0498 46.2402C58.8898 51.0302 73.4698 49.3302 76.2598 48.9002Z' fill='url(%23paint59_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2696 48.9005C71.4996 48.2605 61.8296 46.8705 57.0596 46.2305C59.2396 50.6905 73.5396 49.3205 76.2696 48.9005Z' fill='url(%23paint60_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2803 48.8907C71.6103 48.2707 61.7303 46.8407 57.0703 46.2207C59.5903 50.3607 73.6103 49.3007 76.2803 48.8907Z' fill='url(%23paint61_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2903 48.8802C71.7203 48.2702 61.6403 46.8202 57.0703 46.2002C59.9403 50.0202 73.6703 49.2802 76.2903 48.8802Z' fill='url(%23paint62_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3001 48.8599C71.8301 48.2599 61.5501 46.7799 57.0801 46.1699C60.2901 49.6699 73.7401 49.2499 76.3001 48.8599Z' fill='url(%23paint63_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3196 48.8004C71.9596 48.2204 61.4596 46.7004 57.0996 46.1104C60.6596 49.2804 73.8196 49.1904 76.3196 48.8004Z' fill='url(%23paint64_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3196 48.8104C72.0596 48.2404 61.3596 46.6904 57.0996 46.1104C60.9996 48.9504 73.8796 49.1804 76.3196 48.8104Z' fill='%23ED1651'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3103 48.8004C72.1403 48.2404 61.2804 46.6704 57.1104 46.1104C60.9404 48.8604 73.9403 49.1404 76.3103 48.8004Z' fill='%23EE2153'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2999 48.8001C72.2299 48.2601 61.1899 46.6701 57.1299 46.1201C60.8799 48.7701 73.9999 49.1001 76.2999 48.8001Z' fill='%23EE2A55'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.3004 48.7999C72.3304 48.2699 61.1204 46.6599 57.1504 46.1299C60.8204 48.6799 74.0604 49.0599 76.3004 48.7999Z' fill='%23EE3257'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2902 48.7899C72.4102 48.2699 61.0402 46.6499 57.1602 46.1299C60.7602 48.5899 74.1202 49.0199 76.2902 48.7899Z' fill='%23EF3859'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2797 48.7906C72.4997 48.2806 60.9597 46.6506 57.1797 46.1406C60.7097 48.5006 74.1797 48.9806 76.2797 48.7906Z' fill='%23EF3F5C'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2704 48.7904C72.5904 48.3004 60.8704 46.6404 57.1904 46.1504C60.6504 48.4104 74.2404 48.9404 76.2704 48.7904Z' fill='%23EF445E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2602 48.7806C72.6702 48.3006 60.7902 46.6306 57.2002 46.1406C60.5902 48.3206 74.3002 48.9006 76.2602 48.7806Z' fill='%23EF4960'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2595 48.7804C72.7695 48.3104 60.7195 46.6204 57.2295 46.1504C60.5295 48.2304 74.3495 48.8604 76.2595 48.7804Z' fill='%23F04F63'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2502 48.7802C72.8602 48.3302 60.6402 46.6202 57.2402 46.1602C60.4702 48.1402 74.4102 48.8202 76.2502 48.7802Z' fill='%23F05465'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2398 48.7702C72.9398 48.3302 60.5498 46.6002 57.2598 46.1602C60.4098 48.0502 74.4698 48.7802 76.2398 48.7702Z' fill='%23F05968'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2295 48.7699C73.0295 48.3399 60.4695 46.5999 57.2695 46.1699C60.3495 47.9599 74.5295 48.7499 76.2295 48.7699Z' fill='%23F15D6A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2203 48.7707C73.1203 48.3507 60.3903 46.6007 57.2803 46.1807C60.2903 47.8707 74.5903 48.7107 76.2203 48.7707Z' fill='%23F1616D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2196 48.7607C73.2096 48.3607 60.3196 46.5807 57.3096 46.1807C60.2396 47.7807 74.6496 48.6707 76.2196 48.7607Z' fill='%23F1666F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.2103 48.7604C73.3003 48.3704 60.2303 46.5804 57.3203 46.1904C60.1803 47.6904 74.7103 48.6304 76.2103 48.7604Z' fill='%23F26A72'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1998 48.7602C73.3898 48.3802 60.1498 46.5702 57.3398 46.2002C60.1198 47.6002 74.7698 48.5902 76.1998 48.7602Z' fill='%23F26E75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1896 48.7504C73.4696 48.3904 60.0696 46.5604 57.3496 46.1904C60.0596 47.5104 74.8296 48.5504 76.1896 48.7504Z' fill='%23F27277'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1804 48.7502C73.5604 48.4002 59.9804 46.5602 57.3604 46.2002C60.0004 47.4202 74.8904 48.5102 76.1804 48.7502Z' fill='%23F3767A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1796 48.75C73.6596 48.41 59.9096 46.55 57.3896 46.21C59.9396 47.33 74.9496 48.47 76.1796 48.75Z' fill='%23F37A7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1704 48.74C73.7404 48.42 59.8304 46.54 57.4004 46.21C59.8804 47.24 75.0104 48.43 76.1704 48.74Z' fill='%23F37E80'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1599 48.7407C73.8299 48.4307 59.7499 46.5307 57.4199 46.2207C59.8299 47.1507 75.0699 48.3907 76.1599 48.7407Z' fill='%23F48183'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.1497 48.7405C73.9097 48.4405 59.6597 46.5305 57.4297 46.2305C59.7697 47.0605 75.1297 48.3505 76.1497 48.7405Z' fill='%23F48586'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M72.6703 48.2502L67.2504 47.5202C67.2704 48.1002 67.4004 48.6702 67.6504 49.1902C68.4504 50.8302 70.1603 51.2602 71.4903 50.1502C72.0503 49.6702 72.4503 48.9902 72.6703 48.2502ZM62.0504 46.8302L57.3604 46.2002C57.4104 46.3602 57.4804 46.5202 57.5504 46.6702C58.3404 48.3002 60.0503 48.7302 61.3703 47.6202C61.6304 47.4002 61.8504 47.1302 62.0504 46.8302Z' fill='url(%23paint65_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M59.3996 48.0103C58.1096 47.8403 55.9196 48.6303 54.5196 49.7803C53.1196 50.9303 53.0696 51.9903 54.3896 52.1403C55.7096 52.2903 57.8796 51.4903 59.2496 50.3603C60.6196 49.2303 60.6896 48.1803 59.3996 48.0103ZM58.5896 60.1303C57.3296 60.0103 55.1896 60.8303 53.8296 61.9603C52.4696 63.0903 52.4196 64.0903 53.6996 64.2003C54.9896 64.3003 57.0996 63.4703 58.4396 62.3603C59.7796 61.2503 59.8496 60.2503 58.5896 60.1303Z' fill='%23B3B2B8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.4404 37.8896C25.5104 44.2796 32.0004 57.6597 35.0704 64.0497C38.6204 56.6497 29.8204 44.1896 22.4404 37.8896Z' fill='%23ED1651'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.6006 38.21C25.6006 44.46 31.8606 57.35 34.8506 63.6C38.2106 56.38 29.6906 44.3 22.6006 38.21Z' fill='%23EE2654'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7607 38.54C25.6907 44.64 31.7107 57.06 34.6407 63.17C37.8007 56.11 29.5507 44.4 22.7607 38.54Z' fill='%23EE3257'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9209 38.8594C25.7809 44.8194 31.5709 56.7594 34.4309 62.7194C37.3809 55.8394 29.4109 44.5094 22.9209 38.8594Z' fill='%23EF3C5B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0801 39.1895C25.8701 44.9995 31.4301 56.4695 34.2201 62.2795C36.9701 55.5695 29.2801 44.6095 23.0801 39.1895Z' fill='%23EF455E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2402 39.5098C25.9602 45.1798 31.2902 56.1698 34.0102 61.8398C36.5502 55.2998 29.1402 44.7198 23.2402 39.5098Z' fill='%23F04D62'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4004 39.8398C26.0504 45.3598 31.1504 55.8698 33.8004 61.3998C36.1404 55.0298 29.0004 44.8298 23.4004 39.8398Z' fill='%23F05465'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5605 40.1699C26.1405 45.5499 31.0105 55.5799 33.5905 60.9599C35.7205 54.7499 28.8605 44.9299 23.5605 40.1699Z' fill='%23F15C69'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7207 40.4893C26.2307 45.7193 30.8607 55.2793 33.3807 60.5193C35.3107 54.4793 28.7307 45.0393 23.7207 40.4893Z' fill='%23F1626D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.8809 40.8193C26.3209 45.9093 30.7209 54.9893 33.1609 60.0793C34.8909 54.2093 28.5909 45.1493 23.8809 40.8193Z' fill='%23F26971'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.04 41.1396C26.41 46.0896 30.58 54.6896 32.95 59.6297C34.48 53.9396 28.45 45.2496 24.04 41.1396Z' fill='%23F26F75'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.2002 41.4697C26.5002 46.2697 30.4402 54.3897 32.7402 59.1997C34.0602 53.6697 28.3202 45.3597 24.2002 41.4697Z' fill='%23F37579'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.3604 41.79C26.6004 46.45 30.3003 54.09 32.5303 58.75C33.6503 53.4 28.1804 45.46 24.3604 41.79Z' fill='%23F37B7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.5205 42.1201C26.6905 46.6301 30.1505 53.8001 32.3205 58.3101C33.2305 53.1301 28.0405 45.5701 24.5205 42.1201Z' fill='%23F48082'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.6807 42.4492C26.7807 46.8192 30.0107 53.5092 32.1107 57.8792C32.8207 52.8592 27.9107 45.6792 24.6807 42.4492Z' fill='%23F48686'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.8408 42.7695C26.8708 46.9895 29.8708 53.2095 31.9008 57.4295C32.4008 52.5895 27.7708 45.7795 24.8408 42.7695Z' fill='%23F58C8B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 43.0996C26.96 47.1796 29.73 52.9196 31.68 56.9896C31.99 52.3196 27.63 45.8896 25 43.0996Z' fill='%23F5918F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.1602 43.4199C27.0502 47.3499 29.5902 52.6099 31.4702 56.5499C31.5702 52.0499 27.4902 45.9999 25.1602 43.4199Z' fill='%23F69694'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3203 43.75C27.1403 47.54 29.4503 52.32 31.2603 56.11C31.1603 51.78 27.3603 46.1 25.3203 43.75Z' fill='%23F69C99'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.4707 44.0801C27.2207 47.7201 29.2907 52.0301 31.0407 55.6701C30.7407 51.5101 27.2207 46.2101 25.4707 44.0801Z' fill='%23F7A19E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.6309 44.3994C27.3109 47.8994 29.1509 51.7294 30.8309 55.2294C30.3309 51.2394 27.0809 46.3194 25.6309 44.3994Z' fill='%23F7A7A3'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.79 44.7295C27.4 48.0795 29.01 51.4395 30.62 54.7895C29.91 50.9695 26.95 46.4195 25.79 44.7295Z' fill='%23F8ADA8'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.8604 19.3799C38.8004 23.5299 38.1304 24.1599 32.9504 28.3199L31.0004 36.2499L27.8604 49.0299L30.1404 53.7699C28.5904 39.9799 48.9404 38.3899 43.8604 19.3799Z' fill='url(%23paint66_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.4096 38.6396L27.8496 49.0296L30.1296 53.7696C29.4296 47.5296 33.2196 43.7896 37.0996 39.7996L32.6296 39.0296L30.4096 38.6396Z' fill='url(%23paint67_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.9496 32.3803L31.0996 35.8303C31.6396 35.5703 32.1496 35.2603 32.5796 34.9003C33.9796 33.7603 34.0396 32.6403 32.7296 32.4103C32.4896 32.3803 32.2296 32.3603 31.9496 32.3803ZM39.3896 37.3703C39.7096 37.0103 40.0296 36.6503 40.3296 36.2703C39.8696 36.6603 39.5596 37.0303 39.3896 37.3703ZM43.2196 31.8303C43.7496 30.6803 44.1696 29.4503 44.4096 28.0903C43.2096 28.2803 41.7896 28.8903 40.7796 29.7103C39.3796 30.8503 39.3096 31.9703 40.6096 32.2003C41.3096 32.3303 42.2696 32.1803 43.2196 31.8303ZM44.6696 24.8003C44.6496 23.7903 44.5496 22.7103 44.3396 21.5703C43.2596 21.8303 42.0796 22.3803 41.2096 23.1003C39.7996 24.2503 39.7296 25.3803 41.0496 25.6103C41.9996 25.7803 43.4196 25.4403 44.6696 24.8003Z' fill='%23E41A50'/%3e %3cpath d='M57.0999 46.0398C57.1599 45.9898 57.2399 45.9998 57.2799 46.0598C57.3299 46.1198 57.3199 46.1998 57.2599 46.2398L35.2999 64.2198C35.2399 64.2698 35.1599 64.2598 35.1199 64.1998C35.0699 64.1398 35.0799 64.0598 35.1399 64.0198L57.0999 46.0398Z' fill='url(%23paint68_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.9497 33.7596L49.1297 29.9996L46.6997 25.0996C46.5197 26.0496 46.4397 26.9896 46.4297 27.9296C46.4297 28.8696 46.4997 29.7996 46.6497 30.7096C46.9397 32.5396 47.4997 34.3096 48.2497 35.9596L49.5997 34.8596L50.9497 33.7596Z' fill='%23D8214E'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.73 25.1592C46.57 26.0792 46.5 26.9892 46.5 27.8992C46.5 27.9192 46.5 27.9392 46.5 27.9592C46.5 28.8792 46.59 29.7992 46.73 30.6992C47.03 32.4992 47.59 34.2492 48.33 35.8892C48.33 35.8892 48.47 35.7792 48.47 35.7892L49.66 34.8192L50.92 33.7192L49.2 30.1892L49.12 29.9992L47.97 27.6892L46.73 25.1592Z' fill='%23D9214F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.7499 25.21C46.5999 26.12 46.5399 27.02 46.5499 27.92C46.5499 27.94 46.5499 27.96 46.5499 27.97C46.5599 28.88 46.6499 29.79 46.7999 30.68C47.1099 32.46 47.6699 34.19 48.3999 35.81C48.3999 35.81 48.5399 35.71 48.5399 35.72L49.7199 34.76L50.8899 33.65L49.1899 30.16L49.1099 29.99L47.9799 27.7L46.7499 25.21Z' fill='%23DA204F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.7795 25.2695C46.6495 26.1595 46.5995 27.0595 46.6195 27.9395C46.6195 27.9595 46.6195 27.9795 46.6195 27.9895C46.6395 28.8895 46.7395 29.7795 46.8895 30.6595C47.1995 32.4195 47.7695 34.1195 48.4895 35.7195C48.4895 35.7295 48.6195 35.6295 48.6195 35.6395L49.7795 34.6895L50.8595 33.5795L49.1895 30.1395L49.1095 29.9795L47.9995 27.7295L46.7795 25.2695Z' fill='%23DB204F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.8095 25.3301C46.6895 26.2101 46.6495 27.1001 46.6795 27.9701C46.6795 27.9901 46.6795 28.0101 46.6795 28.0201C46.7095 28.9101 46.8095 29.7901 46.9695 30.6601C47.2895 32.3901 47.8495 34.0701 48.5695 35.6601C48.5695 35.6701 48.6995 35.5801 48.6995 35.5901L49.8495 34.6501L50.8395 33.5401L49.1895 30.1501L49.1095 29.9901L47.9995 27.7601L46.8095 25.3301Z' fill='%23DB204F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.8396 25.3799C46.7396 26.2499 46.7096 27.1199 46.7496 27.9899C46.7496 28.0099 46.7496 28.0199 46.7496 28.0399C46.7896 28.9199 46.8996 29.7899 47.0596 30.6399C47.3896 32.3499 47.9496 34.0099 48.6596 35.5699C48.6696 35.5799 48.7796 35.4999 48.7896 35.5199L49.9296 34.5899L50.8296 33.4799L49.1996 30.1399L49.1196 29.9799L48.0296 27.7799L46.8396 25.3799Z' fill='%23DC1F4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.8592 25.4395C46.7692 26.2995 46.7492 27.1595 46.7992 28.0195C46.7992 28.0395 46.7992 28.0495 46.7992 28.0695C46.8492 28.9295 46.9592 29.7895 47.1292 30.6395C47.4692 32.3195 48.0292 33.9595 48.7292 35.5095C48.7392 35.5195 48.8492 35.4595 48.8492 35.4695L49.9692 34.5595L50.7792 33.4495L49.1692 30.1495L49.0892 29.9895L48.0092 27.8095L46.8592 25.4395Z' fill='%23DD1F4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.8896 25.4893C46.8096 26.3393 46.8096 27.1893 46.8596 28.0293C46.8596 28.0493 46.8596 28.0593 46.8596 28.0793C46.9196 28.9293 47.0396 29.7793 47.2096 30.6093C47.5596 32.2693 48.1096 33.8893 48.8096 35.4093C48.8196 35.4293 48.9196 35.3693 48.9296 35.3793L50.0396 34.4793L50.7596 33.3593L49.1796 30.1093L49.1096 29.9593L48.0496 27.8093L46.8896 25.4893Z' fill='%23DD1F4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.9198 25.5498C46.8598 26.3898 46.8598 27.2298 46.9298 28.0598C46.9298 28.0798 46.9298 28.0898 46.9298 28.1098C46.9998 28.9498 47.1198 29.7798 47.2998 30.6098C47.6498 32.2498 48.2098 33.8398 48.8998 35.3498C48.9098 35.3698 49.0098 35.3198 49.0198 35.3398L50.1098 34.4498L50.7398 33.3298L49.1798 30.1298L49.1098 29.9798L48.0598 27.8598L46.9198 25.5498Z' fill='%23DE1E4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.0092 25.6396C46.9592 26.4696 46.9792 27.2896 47.0492 28.1196C47.0492 28.1396 47.0492 28.1496 47.0492 28.1696C47.1292 28.9996 47.2592 29.8196 47.4392 30.6296C47.7992 32.2396 48.3592 33.8196 49.0392 35.2996C49.0492 35.3196 49.1392 35.2796 49.1492 35.2996L50.2292 34.4196L50.7592 33.2996L49.2192 30.1396L49.1592 29.9996L48.1192 27.9096L47.0092 25.6396Z' fill='%23DF1E4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.0501 25.6895C47.0201 26.4995 47.0401 27.3195 47.1301 28.1295C47.1301 28.1495 47.1301 28.1595 47.1301 28.1795C47.2101 28.9895 47.3501 29.8095 47.5401 30.6095C47.9101 32.1995 48.4701 33.7495 49.1401 35.2195C49.1501 35.2395 49.2401 35.2095 49.2501 35.2295L50.3101 34.3595L50.7501 33.2395L49.2401 30.1295L49.1701 29.9895L48.1501 27.9195L47.0501 25.6895Z' fill='%23DF1E4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.09 25.75C47.07 26.55 47.11 27.36 47.2 28.16C47.2 28.18 47.2 28.19 47.21 28.21C47.3 29.01 47.45 29.81 47.64 30.6C48.02 32.17 48.57 33.69 49.24 35.15C49.25 35.18 49.33 35.15 49.35 35.17L50.4 34.32L50.75 33.2L49.26 30.14L49.19 30L48.18 27.96L47.09 25.75Z' fill='%23E01D4F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.13 25.7998C47.12 26.5898 47.18 27.3898 47.28 28.1798C47.28 28.1998 47.28 28.2098 47.29 28.2298C47.39 29.0198 47.54 29.8098 47.74 30.5898C48.13 32.1298 48.68 33.6398 49.34 35.0698C49.35 35.0998 49.43 35.0798 49.44 35.1098L50.47 34.2698L50.73 33.1398L49.26 30.1298L49.19 29.9898L48.19 27.9798L47.13 25.7998Z' fill='%23E11D50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.1797 25.8594C47.1897 26.6394 47.2497 27.4194 47.3597 28.1994C47.3597 28.2194 47.3597 28.2294 47.3697 28.2494C47.4797 29.0294 47.6397 29.7994 47.8397 30.5694C48.2297 32.0894 48.7897 33.5694 49.4397 34.9894C49.4497 35.0194 49.5197 35.0094 49.5397 35.0394L50.5597 34.2094L50.7297 33.0794L49.2897 30.1094L49.2197 29.9794L48.2397 27.9994L47.1797 25.8594Z' fill='%23E21C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2295 25.9092C47.2495 26.6792 47.3295 27.4492 47.4495 28.2192C47.4495 28.2392 47.4495 28.2492 47.4595 28.2692C47.5795 29.0392 47.7495 29.7992 47.9495 30.5492C48.3495 32.0392 48.8995 33.5092 49.5495 34.8992C49.5695 34.9292 49.6295 34.9292 49.6495 34.9592L50.6495 34.1392L50.7295 33.0092L49.2995 30.0992L49.2395 29.9692L48.2695 28.0092L47.2295 25.9092Z' fill='%23E21C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2695 25.96C47.3095 26.72 47.3895 27.48 47.5195 28.24C47.5195 28.26 47.5295 28.27 47.5295 28.29C47.6595 29.04 47.8295 29.8 48.0395 30.54C48.4495 32.01 48.9995 33.45 49.6395 34.83C49.6595 34.87 49.7195 34.87 49.7295 34.91L50.7195 34.1L50.7095 32.97L49.3095 30.1L49.2495 29.97L48.2895 28.04L47.2695 25.96Z' fill='%23E31C50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2695 26.0195C47.3195 26.7695 47.4195 27.5195 47.5595 28.2595C47.5595 28.2695 47.5695 28.2895 47.5695 28.2995C47.7095 29.0395 47.8895 29.7795 48.0995 30.5095C48.5195 31.9595 49.0695 33.3695 49.6995 34.7295C49.7195 34.7695 49.7695 34.7795 49.7895 34.8195L50.7695 34.0195L50.6695 32.8895L49.2995 30.0695L49.2395 29.9495L48.2995 28.0495L47.2695 26.0195Z' fill='%23E41B50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2793 26.0693C47.3393 26.8093 47.4493 27.5393 47.5993 28.2793C47.5993 28.2893 47.6093 28.3093 47.6093 28.3193C47.7593 29.0493 47.9393 29.7793 48.1593 30.4993C48.5893 31.9193 49.1393 33.3193 49.7593 34.6593C49.7793 34.6993 49.8293 34.7193 49.8493 34.7593L50.8093 33.9793L50.6193 32.8393L49.2693 30.0593L49.2093 29.9393L48.2793 28.0693L47.2793 26.0693Z' fill='%23E51B50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2793 26.1191C47.3593 26.8391 47.4793 27.5691 47.6393 28.2991C47.6393 28.3091 47.6493 28.3291 47.6493 28.3391C47.8093 29.0591 47.9993 29.7691 48.2193 30.4791C48.6493 31.8791 49.1993 33.2491 49.8193 34.5691C49.8393 34.6091 49.8793 34.6391 49.8993 34.6791L50.8493 33.9091L50.5693 32.7691L49.2393 30.0391L49.1793 29.9191L48.2693 28.0691L47.2793 26.1191Z' fill='%23E61A50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2793 26.1797C47.3693 26.8897 47.4993 27.6097 47.6693 28.3197C47.6693 28.3297 47.6793 28.3497 47.6793 28.3597C47.8393 29.0597 48.0393 29.7697 48.2693 30.4697C48.7093 31.8397 49.2593 33.1997 49.8693 34.4997C49.8893 34.5497 49.9293 34.5797 49.9493 34.6297L50.8793 33.8697L50.4993 32.7297L49.1993 30.0497L49.1393 29.9397L48.2393 28.1197L47.2793 26.1797Z' fill='%23E61A50'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.2598 26.2295C47.3698 26.9295 47.5098 27.6395 47.6798 28.3395C47.6798 28.3495 47.6898 28.3695 47.6898 28.3795C47.8598 29.0695 48.0698 29.7595 48.2998 30.4495C48.7498 31.7995 49.2998 33.1295 49.8998 34.4095C49.9198 34.4595 49.9498 34.4995 49.9798 34.5495L50.8998 33.7995L50.4298 32.6595L49.1498 30.0295L49.0898 29.9195L48.1998 28.1295L47.2598 26.2295Z' fill='%23E71950'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.9495 33.76L49.1295 30.03L48.1995 28.16L47.2695 26.29C47.3895 26.98 47.5395 27.67 47.7295 28.37C47.9095 29.06 48.1295 29.76 48.3695 30.45C48.8495 31.83 49.4195 33.19 50.0395 34.5L50.9495 33.76Z' fill='%23E81950'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.3799 26.4697C47.4999 27.1397 47.6499 27.8197 47.8299 28.4897C47.8399 28.5197 47.8499 28.5597 47.8599 28.5897C48.0299 29.2297 48.2399 29.8797 48.4599 30.5097C48.4799 30.5697 48.4999 30.6297 48.5199 30.6997C48.9699 31.9797 49.5099 33.2397 50.0799 34.4597C50.0799 34.4597 50.3899 34.2097 50.3899 34.2197L50.9499 33.7597L49.1799 30.1197L48.2799 28.2997L47.3799 26.4697Z' fill='%23E92453'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.4697 26.6592C47.5897 27.3092 47.7397 27.9692 47.9097 28.6292C47.9197 28.6592 47.9297 28.6892 47.9397 28.7192C48.1097 29.3392 48.3097 29.9692 48.5197 30.5892C48.5397 30.6492 48.5597 30.7092 48.5797 30.7692C49.0197 32.0092 49.5397 33.2392 50.0997 34.4292C50.0997 34.4392 50.3997 34.1992 50.3997 34.2092L50.9497 33.7592L49.2297 30.2192L48.3497 28.4392L47.4697 26.6592Z' fill='%23E92D55'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.5596 26.8496C47.6696 27.4796 47.8196 28.1196 47.9896 28.7596C47.9996 28.7896 48.0096 28.8196 48.0196 28.8496C48.1896 29.4596 48.3796 30.0596 48.5896 30.6696C48.6096 30.7296 48.6296 30.7896 48.6496 30.8496C49.0796 32.0596 49.5796 33.2496 50.1296 34.3996C50.1296 34.4096 50.4096 34.1896 50.4196 34.1996L50.9496 33.7596L49.2696 30.3096L48.4096 28.5796L47.5596 26.8496Z' fill='%23EA3558'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.6602 27.04C47.7702 27.65 47.9202 28.27 48.0902 28.89C48.1002 28.92 48.1102 28.95 48.1102 28.98C48.2702 29.57 48.4602 30.16 48.6602 30.74C48.6802 30.8 48.7002 30.85 48.7202 30.91C49.1402 32.08 49.6302 33.24 50.1602 34.36C50.1602 34.37 50.4302 34.17 50.4402 34.18L50.9602 33.76L49.3302 30.41L48.5002 28.73L47.6602 27.04Z' fill='%23EA3D5A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.75 27.2295C47.86 27.8295 48 28.4295 48.17 29.0295C48.18 29.0595 48.19 29.0895 48.19 29.1195C48.35 29.6895 48.53 30.2595 48.73 30.8295C48.75 30.8895 48.77 30.9395 48.79 30.9895C49.2 32.1295 49.67 33.2495 50.18 34.3395C50.19 34.3495 50.44 34.1595 50.44 34.1795L50.94 33.7695L49.35 30.5095L48.54 28.8795L47.75 27.2295Z' fill='%23EB435D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.8496 27.4199C47.9596 27.9999 48.0996 28.5799 48.2596 29.1599C48.2696 29.1899 48.2796 29.2199 48.2796 29.2399C48.4396 29.7899 48.6096 30.3499 48.8096 30.8999C48.8296 30.9499 48.8496 31.0099 48.8696 31.0599C49.2596 32.1599 49.7296 33.2499 50.2196 34.2999C50.2296 34.3199 50.4696 34.1399 50.4696 34.1599L50.9596 33.7599L49.4196 30.5899L48.6396 28.9999L47.8496 27.4199Z' fill='%23EB495F'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.9395 27.6094C48.0495 28.1694 48.1795 28.7294 48.3395 29.2894C48.3495 29.3194 48.3595 29.3394 48.3595 29.3694C48.5095 29.9094 48.6795 30.4394 48.8695 30.9694C48.8895 31.0194 48.9095 31.0694 48.9295 31.1194C49.3095 32.1894 49.7595 33.2394 50.2395 34.2594C50.2495 34.2794 50.4695 34.1194 50.4795 34.1394L50.9495 33.7494L49.4595 30.6794L48.6995 29.1394L47.9395 27.6094Z' fill='%23EC4F62'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.0293 27.7998C48.1393 28.3398 48.2693 28.8798 48.4193 29.4298C48.4293 29.4598 48.4293 29.4798 48.4393 29.5098C48.5893 30.0298 48.7593 30.5398 48.9393 31.0598C48.9593 31.1098 48.9793 31.1598 48.9893 31.2098C49.3593 32.2398 49.7893 33.2598 50.2593 34.2498C50.2693 34.2698 50.4793 34.1298 50.4893 34.1498L50.9493 33.7798L49.4993 30.7998L48.7593 29.3098L48.0293 27.7998Z' fill='%23EC5565'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.1299 27.9795C48.2399 28.4995 48.3599 29.0295 48.5099 29.5495C48.5199 29.5795 48.5199 29.5995 48.5299 29.6295C48.6699 30.1295 48.8399 30.6295 49.0099 31.1295C49.0299 31.1795 49.0399 31.2295 49.0599 31.2695C49.4199 32.2595 49.8399 33.2495 50.2899 34.1995C50.2999 34.2195 50.4999 34.0895 50.5099 34.1195L50.9499 33.7595L49.5499 30.8795L48.8399 29.4295L48.1299 27.9795Z' fill='%23ED5A68'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.2197 28.1699C48.3197 28.6699 48.4497 29.1799 48.5997 29.6799C48.6097 29.6999 48.6097 29.7299 48.6197 29.7499C48.7597 30.2299 48.9197 30.7099 49.0897 31.1899C49.1097 31.2399 49.1197 31.2799 49.1397 31.3299C49.4897 32.2899 49.8897 33.2399 50.3297 34.1599C50.3397 34.1899 50.5197 34.0699 50.5297 34.0999L50.9597 33.7499L49.5997 30.9599L48.9097 29.5599L48.2197 28.1699Z' fill='%23EE5F6B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.3096 28.3594C48.4096 28.8394 48.5396 29.3294 48.6796 29.8194C48.6896 29.8394 48.6896 29.8694 48.6996 29.8894C48.8396 30.3494 48.9896 30.8194 49.1596 31.2794C49.1796 31.3194 49.1896 31.3694 49.2096 31.4094C49.5496 32.3294 49.9396 33.2494 50.3496 34.1394C50.3596 34.1694 50.5296 34.0694 50.5396 34.0994L50.9496 33.7594L49.6396 31.0694L48.9796 29.7194L48.3096 28.3594Z' fill='%23EE646D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.4102 28.5498C48.5102 29.0098 48.6302 29.4798 48.7702 29.9498C48.7802 29.9698 48.7802 29.9998 48.7902 30.0198C48.9202 30.4698 49.0702 30.9098 49.2302 31.3598C49.2502 31.3998 49.2602 31.4498 49.2802 31.4898C49.6102 32.3798 49.9802 33.2598 50.3802 34.1098C50.3902 34.1398 50.5502 34.0598 50.5602 34.0898L50.9602 33.7698L49.6902 31.1698L49.0502 29.8698L48.4102 28.5498Z' fill='%23EF6971'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.5 28.7393C48.6 29.1893 48.72 29.6293 48.85 30.0793C48.86 30.0993 48.86 30.1193 48.87 30.1493C49 30.5793 49.14 30.9993 49.3 31.4293C49.32 31.4693 49.33 31.5093 49.35 31.5493C49.66 32.3993 50.02 33.2493 50.41 34.0693C50.43 34.0993 50.56 34.0293 50.58 34.0693L50.96 33.7593L49.74 31.2493L49.12 29.9993L48.5 28.7393Z' fill='%23F06E74'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.5898 28.9297C48.6898 29.3597 48.7998 29.7897 48.9298 30.2197C48.9398 30.2397 48.9398 30.2597 48.9498 30.2797C49.0798 30.6897 49.2098 31.0997 49.3598 31.5097C49.3698 31.5497 49.3898 31.5897 49.3998 31.6297C49.6998 32.4497 50.0498 33.2597 50.4198 34.0497C50.4398 34.0897 50.5598 34.0297 50.5798 34.0697L50.9498 33.7697L49.7798 31.3597L49.1898 30.1497L48.5898 28.9297Z' fill='%23F07277'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.6895 29.1191C48.7895 29.5291 48.8995 29.9391 49.0195 30.3491C49.0295 30.3691 49.0295 30.3891 49.0395 30.4091C49.1595 30.7991 49.2995 31.1891 49.4395 31.5791C49.4495 31.6191 49.4695 31.6591 49.4795 31.6891C49.7695 32.4691 50.0995 33.2491 50.4595 33.9991C50.4795 34.0391 50.5895 33.9991 50.5995 34.0391L50.9495 33.7491L49.8195 31.4291L49.2495 30.2691L48.6895 29.1191Z' fill='%23F1777A'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.7793 29.3096C48.8693 29.6996 48.9793 30.0896 49.1093 30.4796C49.1193 30.4996 49.1193 30.5196 49.1293 30.5396C49.2493 30.9096 49.3793 31.2896 49.5093 31.6596C49.5193 31.6996 49.5393 31.7296 49.5493 31.7696C49.8293 32.5196 50.1493 33.2596 50.4793 33.9796C50.4993 34.0196 50.5893 33.9996 50.6093 34.0396L50.9493 33.7696L49.8693 31.5496L49.3193 30.4396L48.7793 29.3096Z' fill='%23F17B7D'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.8701 29.5C48.9601 29.87 49.0701 30.24 49.1901 30.62C49.2001 30.64 49.2001 30.66 49.2101 30.67C49.3201 31.03 49.4501 31.38 49.5801 31.74C49.5901 31.77 49.6101 31.81 49.6201 31.84C49.8901 32.55 50.1901 33.26 50.5101 33.95C50.5301 33.99 50.6101 33.98 50.6301 34.03L50.9501 33.77L49.9101 31.64L49.3901 30.57L48.8701 29.5Z' fill='%23F27F81'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.9697 29.6895C49.0597 30.0395 49.1697 30.3995 49.2797 30.7495C49.2897 30.7695 49.2897 30.7795 49.2997 30.7995C49.4097 31.1395 49.5297 31.4795 49.6597 31.8095C49.6697 31.8395 49.6797 31.8795 49.6997 31.9095C49.9597 32.5895 50.2497 33.2595 50.5497 33.9095C50.5697 33.9595 50.6397 33.9595 50.6597 34.0095L50.9697 33.7595L49.9797 31.7195L49.4797 30.6995L48.9697 29.6895Z' fill='%23F38384'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.0596 29.8691C49.1496 30.1991 49.2496 30.5391 49.3596 30.8691C49.3696 30.8891 49.3696 30.8991 49.3796 30.9191C49.4896 31.2391 49.5996 31.5591 49.7196 31.8791C49.7296 31.9091 49.7396 31.9391 49.7596 31.9691C50.0096 32.6091 50.2796 33.2491 50.5696 33.8691C50.5896 33.9191 50.6396 33.9391 50.6696 33.9891L50.9596 33.7491L50.0196 31.8091L49.5496 30.8391L49.0596 29.8691Z' fill='%23F48887'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.1602 30.0596C49.2502 30.3696 49.3502 30.6896 49.4502 31.0096C49.4602 31.0296 49.4602 31.0396 49.4702 31.0596C49.5702 31.3596 49.6802 31.6696 49.8002 31.9696C49.8102 31.9996 49.8202 32.0296 49.8302 32.0596C50.0602 32.6596 50.3202 33.2696 50.6002 33.8496C50.6202 33.8996 50.6602 33.9396 50.6902 33.9896L50.9702 33.7596L50.0702 31.9096L49.6202 30.9896L49.1602 30.0596Z' fill='%23F48C8B'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.9493 33.76L50.0993 32.01L49.6693 31.13L49.2393 30.25C49.3293 30.56 49.4293 30.87 49.5393 31.18C49.6493 31.49 49.7593 31.8 49.8893 32.12C50.1293 32.74 50.3993 33.36 50.6893 33.97L50.9493 33.76Z' fill='%23F5908E'/%3e %3cpath d='M43.7899 19.5702C43.7599 19.5102 43.7799 19.4302 43.8499 19.4002C43.9099 19.3702 43.9899 19.3902 44.0199 19.4602L57.1799 46.0002L76.1799 48.5802C76.2499 48.5902 76.3799 48.6902 76.3699 48.7602C76.3599 48.8302 76.2099 48.8502 76.1399 48.8402L57.0699 46.2502C57.0299 46.2402 56.9899 46.2202 56.9699 46.1802L43.7899 19.5702Z' fill='url(%23paint69_linear_2591_747)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.6704 24.8002C39.2704 25.9502 38.8104 28.2702 39.6504 29.9902C40.4904 31.7102 42.3204 32.1702 43.7304 31.0202C45.1404 29.8702 45.5904 27.5402 44.7404 25.8202C43.9004 24.1002 42.0704 23.6502 40.6704 24.8002ZM27.2404 35.7902C25.8404 36.9402 25.3704 39.2702 26.2004 41.0002C27.0304 42.7302 28.8504 43.2002 30.2604 42.0502C31.6704 40.9002 32.1304 38.5602 31.2904 36.8302C30.4604 35.1102 28.6504 34.6402 27.2404 35.7902ZM48.7904 41.2902C47.3704 42.4502 46.9204 44.8002 47.7804 46.5402C48.6404 48.2902 50.4804 48.7602 51.9004 47.6002C53.3204 46.4402 53.7704 44.0802 52.9104 42.3402C52.0504 40.5902 50.2104 40.1302 48.7904 41.2902ZM35.2604 52.3702C33.8404 53.5302 33.3804 55.8902 34.2304 57.6402C35.0804 59.3902 36.9104 59.8802 38.3304 58.7102C39.7504 57.5502 40.2104 55.1802 39.3604 53.4302C38.5104 51.6802 36.6804 51.2102 35.2604 52.3702Z' fill='%23E5E4E6'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.67 24.8C39.27 25.95 38.81 28.27 39.65 29.99C40.45 31.61 42.12 32.12 43.49 31.19C44.17 29.55 44.6 27.74 44.66 25.66C43.79 24.07 42.03 23.68 40.67 24.8ZM30.99 36.3L29.46 42.52C29.74 42.42 30.01 42.26 30.27 42.05C31.68 40.9 32.14 38.56 31.3 36.83C31.21 36.64 31.1 36.46 30.99 36.3Z' fill='url(%23paint70_linear_2591_747)'/%3e %3cpath d='M22.1198 37.1102C22.0898 37.1402 22.0398 37.1302 22.0198 37.1002C21.9998 37.0702 21.9998 37.0202 22.0298 37.0002L43.8398 19.4302C43.8698 19.4002 43.9198 19.4102 43.9398 19.4402C43.9698 19.4702 43.9598 19.5202 43.9298 19.5402L22.1198 37.1102Z' fill='url(%23paint71_linear_2591_747)'/%3e %3c/g%3e %3cdefs%3e %3clinearGradient id='paint0_linear_2591_747' x1='23.9782' y1='22.6824' x2='45.1731' y2='36.9786' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_2591_747' x1='31.9089' y1='12.1065' x2='42.0803' y2='29.0345' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23A32C3F'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_2591_747' x1='13.4792' y1='21.1285' x2='28.7182' y2='35.339' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E41A50'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint3_linear_2591_747' x1='15.2363' y1='52.7674' x2='21.435' y2='44.5414' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint4_linear_2591_747' x1='33.4065' y1='47.3469' x2='26.7913' y2='63.7202' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%237B2D2D'/%3e %3c/linearGradient%3e %3clinearGradient id='paint5_linear_2591_747' x1='1.8651' y1='39.8635' x2='35.4553' y2='26.2922' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%239A2E3E'/%3e %3c/linearGradient%3e %3clinearGradient id='paint6_linear_2591_747' x1='24.0499' y1='22.3054' x2='18.9367' y2='-9.97853' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint7_linear_2591_747' x1='35.5331' y1='8.8338' x2='23.774' y2='59.7681' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23AE2C43'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint8_linear_2591_747' x1='44.9156' y1='38.2419' x2='35.6069' y2='31.4787' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='%23A32C3F'/%3e %3c/linearGradient%3e %3clinearGradient id='paint9_linear_2591_747' x1='19.6494' y1='38.2892' x2='-0.270398' y2='37.9415' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E41A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint10_linear_2591_747' x1='19.5784' y1='38.2181' x2='-0.269599' y2='37.8717' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E51A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint11_linear_2591_747' x1='19.5127' y1='38.1471' x2='-0.268798' y2='37.8019' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E51A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint12_linear_2591_747' x1='19.5205' y1='38.1098' x2='-0.200152' y2='37.7656' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E51A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint13_linear_2591_747' x1='19.4828' y1='38.0506' x2='-0.18332' y2='37.7073' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E61A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint14_linear_2591_747' x1='19.4497' y1='37.9924' x2='-0.168578' y2='37.6499' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E61A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint15_linear_2591_747' x1='19.4193' y1='37.9334' x2='-0.158513' y2='37.5917' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E61950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint16_linear_2591_747' x1='19.3931' y1='37.8747' x2='-0.152213' y2='37.5335' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E71950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint17_linear_2591_747' x1='19.3712' y1='37.8165' x2='-0.150447' y2='37.4758' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E71950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint18_linear_2591_747' x1='19.3545' y1='37.7588' x2='-0.153013' y2='37.4183' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E71950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint19_linear_2591_747' x1='19.3434' y1='37.7013' x2='-0.160579' y2='37.3609' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E81950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint20_linear_2591_747' x1='19.3357' y1='37.6444' x2='-0.17032' y2='37.3039' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E81950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint21_linear_2591_747' x1='19.3289' y1='37.5879' x2='-0.179186' y2='37.2474' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E91850'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint22_linear_2591_747' x1='19.322' y1='37.5318' x2='-0.188052' y2='37.1913' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E91851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint23_linear_2591_747' x1='19.3152' y1='37.4765' x2='-0.196918' y2='37.1359' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EA1851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint24_linear_2591_747' x1='19.3073' y1='37.4216' x2='-0.206859' y2='37.081' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EA1851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint25_linear_2591_747' x1='19.3004' y1='37.3679' x2='-0.215926' y2='37.0272' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EA1851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint26_linear_2591_747' x1='19.2933' y1='37.3149' x2='-0.224991' y2='36.9742' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EB1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint27_linear_2591_747' x1='19.2861' y1='37.2621' x2='-0.234257' y2='36.9214' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EC1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint28_linear_2591_747' x1='19.2779' y1='37.2102' x2='-0.244598' y2='36.8694' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EC1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint29_linear_2591_747' x1='19.2615' y1='37.1242' x2='-0.263029' y2='36.7834' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint30_linear_2591_747' x1='11.22' y1='42.2908' x2='11.0096' y2='30.2409' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint31_linear_2591_747' x1='40.2999' y1='24.2048' x2='51.8367' y2='48.9454' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint32_linear_2591_747' x1='42.5719' y1='50.7253' x2='9.47584' y2='34.5833' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint33_linear_2591_747' x1='0.762612' y1='-5.21249' x2='23.8597' y2='38.2268' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint34_linear_2591_747' x1='53.9523' y1='24.4447' x2='40.0983' y2='15.7878' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint35_linear_2591_747' x1='51.8507' y1='33.1374' x2='30.9085' y2='47.8012' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint36_linear_2591_747' x1='28.2483' y1='21.0133' x2='48.4072' y2='52.0552' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint37_linear_2591_747' x1='62.5357' y1='31.7257' x2='47.5472' y2='46.1999' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E41A50'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint38_linear_2591_747' x1='60.6992' y1='63.3228' x2='54.6448' y2='54.9895' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint39_linear_2591_747' x1='42.6339' y1='58.042' x2='49.534' y2='74.2976' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%237B2D2D'/%3e %3c/linearGradient%3e %3clinearGradient id='paint40_linear_2591_747' x1='74.2554' y1='50.7206' x2='40.9072' y2='36.5653' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%239A2E3E'/%3e %3c/linearGradient%3e %3clinearGradient id='paint41_linear_2591_747' x1='51.8768' y1='32.8558' x2='57.5525' y2='0.666419' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint42_linear_2591_747' x1='40.3837' y1='19.3383' x2='53.0294' y2='70.0572' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23AE2C43'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint43_linear_2591_747' x1='31.2848' y1='48.8314' x2='40.7099' y2='42.2319' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='%23A32C3F'/%3e %3c/linearGradient%3e %3clinearGradient id='paint44_linear_2591_747' x1='56.484' y1='48.8045' x2='76.4059' y2='48.8045' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E41A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint45_linear_2591_747' x1='56.5529' y1='48.7323' x2='76.4069' y2='48.7323' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E51A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint46_linear_2591_747' x1='56.6155' y1='48.6601' x2='76.4067' y2='48.6601' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E51A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint47_linear_2591_747' x1='56.6057' y1='48.6214' x2='76.3401' y2='48.6214' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E51A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint48_linear_2591_747' x1='56.641' y1='48.5605' x2='76.3246' y2='48.5605' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E61A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint49_linear_2591_747' x1='56.6716' y1='48.5004' x2='76.3113' y2='48.5004' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E61A50'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint50_linear_2591_747' x1='56.6997' y1='48.4395' x2='76.3028' y2='48.4395' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E61950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint51_linear_2591_747' x1='56.7229' y1='48.3784' x2='76.2975' y2='48.3784' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E71950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint52_linear_2591_747' x1='56.7419' y1='48.3172' x2='76.2966' y2='48.3172' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E71950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint53_linear_2591_747' x1='56.7557' y1='48.2564' x2='76.3002' y2='48.2564' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E71950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint54_linear_2591_747' x1='56.7652' y1='48.1953' x2='76.3094' y2='48.1953' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E81950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint55_linear_2591_747' x1='56.7729' y1='48.1346' x2='76.3193' y2='48.1346' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E81950'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint56_linear_2591_747' x1='56.7817' y1='48.0735' x2='76.3303' y2='48.0735' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E91850'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint57_linear_2591_747' x1='56.7897' y1='48.0126' x2='76.3405' y2='48.0126' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E91851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint58_linear_2591_747' x1='56.7974' y1='47.952' x2='76.3504' y2='47.952' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EA1851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint59_linear_2591_747' x1='56.8052' y1='47.8911' x2='76.3604' y2='47.8911' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EA1851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint60_linear_2591_747' x1='56.813' y1='47.8305' x2='76.3704' y2='47.8305' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EA1851'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint61_linear_2591_747' x1='56.8217' y1='47.7698' x2='76.3812' y2='47.7698' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EB1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint62_linear_2591_747' x1='56.8297' y1='47.7085' x2='76.3914' y2='47.7085' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EC1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint63_linear_2591_747' x1='56.8375' y1='47.6473' x2='76.4014' y2='47.6473' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EC1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint64_linear_2591_747' x1='56.8544' y1='47.5526' x2='76.4205' y2='47.5526' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1751'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint65_linear_2591_747' x1='64.8129' y1='52.8654' x2='65.2335' y2='40.8212' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C7294C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint66_linear_2591_747' x1='38.3882' y1='39.4265' x2='20.9253' y2='3.62218' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23F3797C'/%3e %3cstop offset='1' stop-color='%23ED1651'/%3e %3c/linearGradient%3e %3clinearGradient id='paint67_linear_2591_747' x1='35.7614' y1='34.719' x2='24.6584' y2='59.6567' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint68_linear_2591_747' x1='33.4914' y1='61.0552' x2='66.8642' y2='45.4932' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint69_linear_2591_747' x1='74.8204' y1='5.18062' x2='52.4849' y2='49.0166' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint70_linear_2591_747' x1='16.0344' y1='14.3684' x2='46.1169' y2='42.4208' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EAEAEA'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint71_linear_2591_747' x1='22.0767' y1='34.8158' x2='36.0799' y2='26.4019' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ED1651'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3cclipPath id='clip0_2591_747'%3e %3crect width='77.98' height='74.7' fill='white'/%3e %3c/clipPath%3e %3c/defs%3e%3c/svg%3e",be="data:image/svg+xml,%3csvg class='ball' width='68' height='65' viewBox='0 0 68 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23clip0_2591_610)'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.8421 52.5396C47.115 52.5396 50.5943 49.0677 50.5943 44.804C50.5943 40.5402 47.115 37.0684 42.8421 37.0684C38.5692 37.0684 35.0898 40.5402 35.0898 44.804C35.0898 49.059 38.5692 52.5396 42.8421 52.5396Z' fill='%23121312'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3095 6.69192C28.6891 -4.21973 49.1466 -1.50487 59.9771 12.7481C70.8076 27.0012 67.9299 47.3974 53.5503 58.3091C39.1707 69.2207 18.7132 66.5059 7.88271 52.2528C-2.95648 37.9998 -0.070098 17.6036 14.3095 6.69192Z' fill='url(%23paint0_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3178 6.72696C28.6364 -4.13248 48.9893 -1.45243 59.7587 12.7136C70.5281 26.8796 67.6505 47.1801 53.3232 58.0395C39.0047 68.899 18.6518 66.2189 7.88234 52.0529C-2.88708 37.8782 -0.000703157 17.5864 14.3178 6.72696Z' fill='url(%23paint1_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3265 6.75261C28.5927 -4.05462 48.8323 -1.40937 59.5407 12.6783C70.2491 26.766 67.3627 46.9534 53.1052 57.7693C38.8477 68.5853 18.5994 65.9313 7.89102 51.8523C-2.80864 37.7647 0.0690173 17.5685 14.3265 6.75261Z' fill='url(%23paint2_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3443 6.78749C28.5408 -3.97623 48.6844 -1.35709 59.3317 12.6436C69.9703 26.6442 67.0927 46.7273 52.8962 57.491C38.6998 68.2547 18.5561 65.6355 7.90879 51.6349C-2.73855 37.6429 0.139112 17.5512 14.3443 6.78749Z' fill='url(%23paint3_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3531 6.82239C28.4885 -3.89783 48.5362 -1.30479 59.1138 12.6089C69.6914 26.5225 66.805 46.5011 52.6696 57.2213C38.5341 67.9415 18.4864 65.3485 7.90885 51.4348C-2.66873 37.5212 0.217649 17.5426 14.3531 6.82239Z' fill='url(%23paint4_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3616 6.84887C28.436 -3.82784 48.3791 -1.2609 58.8956 12.5744C69.4122 26.4098 66.5258 46.2839 52.4514 56.9519C38.377 67.6287 18.434 65.0617 7.91742 51.2264C-2.59913 37.3997 0.287256 17.5256 14.3616 6.84887Z' fill='url(%23paint5_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3702 6.88303C28.3836 -3.74147 48.222 -1.20934 58.6775 12.539C69.133 26.2873 66.2466 46.0571 52.2333 56.6816C38.2199 67.3061 18.3815 64.7739 7.926 51.0256C-2.5295 37.2773 0.356878 17.5075 14.3702 6.88303Z' fill='url(%23paint6_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3791 6.91799C28.3314 -3.663 48.0651 -1.15697 58.4596 12.5043C68.8453 26.1744 65.959 45.831 52.0067 56.412C38.0544 66.993 18.3206 64.4869 7.92614 50.8256C-2.4596 37.1556 0.4355 17.499 14.3791 6.91799Z' fill='url(%23paint7_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3969 6.95255C28.2882 -3.57623 47.926 -1.10502 58.2507 12.478C68.5754 26.061 65.6891 45.6132 51.7978 56.1507C37.9065 66.6795 18.2687 64.2082 7.94399 50.6252C-2.38943 37.0335 0.505674 17.4813 14.3969 6.95255Z' fill='url(%23paint8_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4057 6.97876C28.2359 -3.50651 47.7691 -1.0614 58.0328 12.4346C68.2965 25.9306 65.4014 45.3871 51.5799 55.8723C37.7496 66.3576 18.2164 63.9125 7.95278 50.4165C-2.31088 36.9205 0.575504 17.464 14.4057 6.97876Z' fill='url(%23paint9_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4143 7.01412C28.1834 -3.42765 47.612 -1.00864 57.8146 12.409C68.0085 25.8267 65.1221 45.1701 51.353 55.6031C37.5838 66.0449 18.1552 63.6259 7.95261 50.2082C-2.24129 36.7993 0.645095 17.4472 14.4143 7.01412Z' fill='url(%23paint10_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4224 7.0484C28.1218 -3.34116 47.4544 -0.956953 57.596 12.3737C67.7288 25.7044 64.8337 44.9433 51.1343 55.3329C37.4349 65.7224 18.1023 63.3382 7.9607 50.0076C-2.17215 36.6769 0.722948 17.438 14.4224 7.0484Z' fill='url(%23paint11_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4311 7.07501C28.0781 -3.27104 47.3062 -0.912939 57.378 12.3394C67.4498 25.5917 64.5547 44.7176 50.9163 55.0636C37.2779 65.4097 18.0412 63.0516 7.9694 49.8079C-2.10242 36.5556 0.792683 17.4211 14.4311 7.07501Z' fill='url(%23paint12_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4489 7.10934C28.0262 -3.1845 47.1583 -0.861207 57.1691 12.3041C67.1798 25.4695 64.2848 44.4996 50.6987 54.7934C37.1127 65.0873 17.9806 62.764 7.97852 49.5986C-2.03225 36.4333 0.862848 17.4032 14.4489 7.10934Z' fill='url(%23paint13_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.458 7.1442C27.9743 -3.10613 47.0018 -0.817645 56.9428 12.2694C66.8838 25.3477 63.9887 44.2734 50.4724 54.5237C36.9561 64.7741 17.9287 62.4769 7.98766 49.3986C-1.96207 36.3115 0.941751 17.3945 14.458 7.1442Z' fill='url(%23paint14_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4668 7.17015C27.922 -3.03668 46.8448 -0.765595 56.7248 12.2344C66.6048 25.2344 63.7097 44.047 50.2544 54.2538C36.7992 64.4519 17.8764 62.1896 7.99642 49.1896C-1.89227 36.1896 1.01155 17.377 14.4668 7.17015Z' fill='url(%23paint15_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4756 7.20553C27.8698 -2.94909 46.6967 -0.71281 56.5069 12.2002C66.3259 25.1132 63.422 43.8213 50.0278 53.9846C36.6336 64.1393 17.8067 61.903 7.99654 48.99C-1.81367 36.0683 1.08143 17.3601 14.4756 7.20553Z' fill='url(%23paint16_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4835 7.24048C27.8167 -2.87064 46.5389 -0.669163 56.2968 12.1655C66.0547 25.0002 63.1509 43.6039 49.8177 53.715C36.4845 63.8262 17.7623 61.616 8.01314 48.79C-1.74474 35.9553 1.15036 17.3429 14.4835 7.24048Z' fill='url(%23paint17_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.4927 7.26573C27.7648 -2.79318 46.3824 -0.617809 56.0705 12.1298C65.7587 24.8775 62.8548 43.3768 49.5914 53.4357C36.328 63.5033 17.7017 61.328 8.0136 48.5803C-1.67452 35.8327 1.2293 17.3333 14.4927 7.26573Z' fill='url(%23paint18_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5097 7.30096C27.7121 -2.71444 46.2337 -0.565175 55.8608 12.0955C65.4879 24.7561 62.5841 43.151 49.373 53.1664C36.1706 63.1818 17.649 61.0413 8.02189 48.3719C-1.60519 35.7113 1.29863 17.3164 14.5097 7.30096Z' fill='url(%23paint19_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5186 7.33555C27.6686 -2.63634 46.0856 -0.513179 55.643 12.0692C65.209 24.6515 62.3052 42.9333 49.1551 52.9052C36.0051 62.877 17.5881 60.7539 8.03075 48.1716C-1.53529 35.5892 1.36853 17.2987 14.5186 7.33555Z' fill='url(%23paint20_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5279 7.36228C27.6082 -2.5574 45.9293 -0.469047 55.4256 12.0263C64.9218 24.5216 62.018 42.7077 48.9377 52.6273C35.8487 62.547 17.5364 60.4587 8.04007 47.9633C-1.46493 35.468 1.44761 17.2907 14.5279 7.36228Z' fill='url(%23paint21_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.1203 7.27477C28.2529 -2.32296 46.3299 0.0525439 55.4948 12.5827C64.6597 25.1128 61.4507 43.0552 48.3181 52.6529C35.1855 62.2507 17.1085 59.8752 7.94363 47.3451C-1.22128 34.8149 1.98774 16.8725 15.1203 7.27477Z' fill='url(%23paint22_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7135 7.18762C28.8897 -2.08815 46.7312 0.583206 55.5648 13.1394C64.3983 25.6957 60.8754 43.4032 47.7079 52.6789C34.5317 61.946 16.6902 59.2833 7.85665 46.7184C-0.976901 34.1622 2.53733 16.4547 15.7135 7.18762Z' fill='url(%23paint23_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3066 7.09174C29.5264 -1.85338 47.1411 1.10512 55.6346 13.6962C64.1368 26.2872 60.3086 43.751 47.0888 52.6962C33.869 61.6413 16.2542 58.6828 7.76078 46.0917C-0.741401 33.5007 3.08676 16.0369 16.3066 7.09174Z' fill='url(%23paint24_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.8993 7.00481C30.1627 -1.61835 47.542 1.636 55.7041 14.2531C63.8749 26.879 59.7416 44.1079 46.4782 52.7223C33.2148 61.3455 15.8354 58.0999 7.67334 45.474C-0.497472 32.8482 3.6359 15.6193 16.8993 7.00481Z' fill='url(%23paint25_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4928 6.90904C30.7998 -1.38347 47.9436 2.14933 55.7744 14.81C63.6051 27.4619 59.1665 44.4559 45.8595 52.7484C32.5525 61.0409 15.4086 57.5081 7.57791 44.8562C-0.252813 32.1955 4.18576 15.2102 17.4928 6.90904Z' fill='url(%23paint26_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.0764 6.82241C31.427 -1.14814 48.3354 2.68051 55.8435 15.3673C63.3429 28.054 58.5991 44.8043 45.2485 52.7749C31.8979 60.7454 14.9894 56.9168 7.48136 44.23C-0.0179955 31.5433 4.72578 14.793 18.0764 6.82241Z' fill='url(%23paint27_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6695 6.73548C32.0724 -0.91311 48.7454 3.20269 55.9134 15.9242C63.0814 28.6458 58.0324 45.1525 44.6295 52.8011C31.2353 60.441 14.5623 56.3252 7.39427 43.6036C0.226275 30.8908 5.27526 14.3754 18.6695 6.73548Z' fill='url(%23paint28_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2626 6.63959C32.7004 -0.678346 49.1467 3.7246 55.9833 16.4723C62.8199 29.2199 57.457 45.4917 44.0192 52.8096C30.5814 60.1275 14.1352 55.7246 7.29853 42.9769C0.470623 30.2293 5.82482 13.9575 19.2626 6.63959Z' fill='url(%23paint29_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.8553 6.55241C33.3367 -0.443571 49.5475 4.25522 56.0527 17.0377C62.5493 29.8202 56.8899 45.857 43.3998 52.8442C29.9184 59.8402 13.7075 55.1414 7.20227 42.359C0.705735 29.5765 6.37385 13.5484 19.8553 6.55241Z' fill='url(%23paint30_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4483 6.46612C33.982 -0.199211 49.9487 4.78673 56.1226 17.5953C62.2878 30.4039 56.3231 46.2057 42.7894 52.8711C29.2557 59.5364 13.289 54.5505 7.11514 41.7419C0.949967 28.9246 6.92329 13.1314 20.4483 6.46612Z' fill='url(%23paint31_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.0413 6.36962C34.6187 0.0262456 50.3586 5.30804 56.1924 18.1514C62.0262 30.9948 55.7477 46.553 42.1791 52.8964C28.6017 59.2311 12.8618 53.958 7.028 41.1146C1.1942 28.2712 7.46401 12.713 21.0413 6.36962Z' fill='url(%23paint32_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6346 6.28281C35.2555 0.270093 50.76 5.83033 56.2624 18.7085C61.7648 31.5867 55.1811 46.9013 41.5602 52.914C27.9392 58.9267 12.4348 53.3665 6.93232 40.4883C1.42989 27.6188 8.01363 12.2955 21.6346 6.28281Z' fill='url(%23paint33_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.2274 6.1871C35.892 0.50504 51.161 6.35243 56.3321 19.2567C61.5031 32.161 54.6055 47.2407 40.9497 52.9314C27.2851 58.6222 12.0161 52.7661 6.84504 39.8618C1.67397 26.9575 8.56291 11.8779 22.2274 6.1871Z' fill='url(%23paint34_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.8201 6.09989C36.5282 0.739785 51.5618 6.87432 56.4015 19.8134C61.2325 32.7525 54.0383 47.5972 40.3302 52.9573C26.6221 58.3261 11.5798 52.1829 6.74879 39.2438C1.91781 26.3047 9.11196 11.4687 22.8201 6.09989Z' fill='url(%23paint35_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4135 6.0131C37.1653 0.974952 51.9721 7.40534 56.4718 20.3792C60.9714 33.3444 53.472 47.9542 39.7203 52.9924C25.9686 58.0305 11.1617 51.6001 6.66207 38.6262C2.15373 25.6523 9.66181 11.0513 23.4135 6.0131Z' fill='url(%23paint36_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0058 5.91776C37.8012 1.20156 52.3726 7.9278 56.5409 20.9278C60.7091 33.9278 52.8958 48.2939 39.1005 53.0101C25.3052 57.7263 10.7337 51.0001 6.56548 38.0001C2.39723 25.0001 10.2018 10.634 24.0058 5.91776Z' fill='url(%23paint37_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.5997 5.83096C38.4386 1.44541 52.7746 8.4501 56.6115 21.4849C60.4397 34.5197 52.3212 48.6422 38.4822 53.0364C24.6433 57.422 10.3073 50.4173 6.47045 37.3825C2.64229 24.3477 10.7521 10.2165 24.5997 5.83096Z' fill='url(%23paint38_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.184 5.74323C39.0666 1.67964 53.1671 8.98018 56.6726 22.0498C60.1694 35.1107 51.7544 48.9983 37.8632 53.0618C23.9807 57.1167 9.88012 49.8162 6.38332 36.7553C2.87781 23.6857 11.3015 9.79812 25.184 5.74323Z' fill='url(%23paint39_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.7768 5.64734C39.703 1.91441 53.5768 9.50209 56.7422 22.5978C59.9164 35.6935 51.1874 49.3461 37.2526 53.0791C23.3177 56.812 9.45265 49.2243 6.28722 36.1286C3.12179 23.0329 11.8507 9.38897 25.7768 5.64734Z' fill='url(%23paint40_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.3695 5.56045C40.348 2.14947 53.9776 10.033 56.8117 23.1548C59.6457 36.2767 50.6116 49.6943 36.6332 53.1053C22.6547 56.5163 9.02507 48.6327 6.19101 35.5109C3.36567 22.3804 12.3998 8.97143 26.3695 5.56045Z' fill='url(%23paint41_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.9622 5.465C40.9843 2.38468 54.3785 10.5554 56.8812 23.712C59.3839 36.8686 50.0445 50.0426 36.0225 53.1317C22.0004 56.212 8.60623 48.0413 6.10353 34.8847C3.60084 21.7281 12.9489 8.55402 26.9622 5.465Z' fill='url(%23paint42_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.797 5.5868C40.5924 2.48037 53.8122 10.4683 56.2887 23.2421C58.7652 36.0158 49.6701 49.1725 35.8835 52.2789C22.0881 55.3853 8.78113 47.5714 6.33076 34.5366C3.88911 21.4931 13.0104 8.69323 26.797 5.5868Z' fill='url(%23paint43_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.6309 5.70851C40.1995 2.58468 53.2449 10.3812 55.6865 22.7721C58.1282 35.163 49.2946 48.3109 35.7347 51.4261C22.1661 54.5499 8.93762 47.0927 6.55701 34.171C4.1764 21.258 13.071 8.83234 26.6309 5.70851Z' fill='url(%23paint44_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.4737 5.83093C39.8156 2.68969 52.6779 10.2948 55.1021 22.3115C57.5176 34.3283 48.9369 47.4501 35.5951 50.5913C22.2532 53.7238 9.11185 46.6321 6.78357 33.8323C4.45528 21.0324 13.1319 8.97216 26.4737 5.83093Z' fill='url(%23paint45_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.3086 5.95262C39.4237 2.80268 52.1116 10.2163 54.5009 21.8502C56.8902 33.4841 48.5625 46.5885 35.4473 49.7471C22.3322 52.8971 9.27804 46.1708 7.01079 33.4841C4.74354 20.7973 13.1934 9.10255 26.3086 5.95262Z' fill='url(%23paint46_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.1424 6.07365C39.0308 2.90632 51.5443 10.1285 53.9075 21.3795C56.2706 32.6306 48.1958 45.7263 35.3073 48.8936C22.4189 52.0609 9.45197 45.6915 7.23704 33.1265C5.03084 20.5616 13.254 9.24099 26.1424 6.07365Z' fill='url(%23paint47_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.9775 6.19552C38.6392 3.01078 50.9783 10.0416 53.3066 20.9184C55.6436 31.7866 47.8216 44.8649 35.1599 48.0496C22.4982 51.2343 9.61847 45.2216 7.46458 32.7785C5.3107 20.3354 13.3158 9.38026 25.9775 6.19552Z' fill='url(%23paint48_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.8114 6.31773C38.2464 3.11559 50.4023 9.96365 52.7132 20.4489C55.024 30.9342 47.4549 43.9951 35.0199 47.206C22.5849 50.4081 9.78368 44.7521 7.69084 32.4222C5.59799 20.1009 13.3764 9.51988 25.8114 6.31773Z' fill='url(%23paint49_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.6452 6.43951C37.8535 3.21997 49.835 9.8766 52.1197 19.9877C54.3957 30.0901 47.0882 43.1336 34.8712 46.3532C22.6629 49.5727 9.94889 44.2822 7.91709 32.0741C5.88528 19.8659 13.437 9.65906 25.6452 6.43951Z' fill='url(%23paint50_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.4797 6.55261C37.4612 3.31566 49.2684 9.78086 51.5182 19.5091C53.768 29.2374 46.7133 42.2635 34.7231 45.5004C22.7415 48.7374 10.1147 43.8036 8.13524 31.7173C6.16448 19.6396 13.4982 9.79826 25.4797 6.55261Z' fill='url(%23paint51_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3142 6.67485C37.069 3.4205 48.7017 9.70297 50.9254 19.0483C53.149 28.3937 46.3473 41.4024 34.5838 44.6655C22.8289 47.9198 10.2893 43.3429 8.37088 31.3696C6.45244 19.4051 13.5594 9.93791 25.3142 6.67485Z' fill='url(%23paint52_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.1577 6.79607C36.6858 3.52432 48.1354 9.61535 50.3329 18.5779C52.5304 27.5404 45.9728 40.5404 34.4447 43.8121C22.9166 47.0839 10.4642 42.8637 8.59809 31.021C6.7407 19.1696 13.6209 10.0765 25.1577 6.79607Z' fill='url(%23paint53_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.9916 6.9185C36.3017 3.62934 47.5681 9.52894 49.7395 18.1173C51.9108 26.6969 45.6061 39.6795 34.3047 42.9687C22.9947 46.2579 10.6294 42.3944 8.83308 30.6735C7.01928 18.9439 13.6815 10.2077 24.9916 6.9185Z' fill='url(%23paint54_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.8257 7.03957C35.9091 3.73301 47.0011 9.44988 49.1376 17.6467C51.2828 25.8522 45.231 38.8087 34.1563 42.1152C23.073 45.4218 10.7949 41.9238 9.05091 30.3073C7.30687 18.7083 13.7424 10.3461 24.8257 7.03957Z' fill='url(%23paint55_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.6602 7.16184C35.5169 3.83788 46.4345 9.36331 48.5448 17.1859C50.6551 25.0086 44.8649 37.9563 34.017 41.2803C23.1604 44.6043 10.9696 41.463 9.28655 29.9684C7.59484 18.4738 13.8036 10.4858 24.6602 7.16184Z' fill='url(%23paint56_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.4944 7.28379C35.1243 3.94243 45.8588 9.27643 47.9517 16.7162C50.0358 24.1559 44.4985 37.0863 33.8686 40.4277C23.2387 43.7691 11.1351 40.9846 9.50439 29.6118C7.88243 18.2389 13.8645 10.6252 24.4944 7.28379Z' fill='url(%23paint57_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.3295 7.40543C34.7327 4.04666 45.2928 9.19794 47.3508 16.2548C49.4088 23.3117 44.1243 36.2247 33.7212 39.5835C23.318 42.9422 11.2928 40.5145 9.73193 29.2635C8.1623 18.0125 13.9263 10.7642 24.3295 7.40543Z' fill='url(%23paint58_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.1634 7.52696C34.3398 4.15079 44.7256 9.11063 46.7574 15.7847C48.7892 22.4587 43.7576 35.363 33.5812 38.7391C23.4047 42.1153 11.4668 40.0531 9.95818 28.9152C8.44959 17.7773 13.9869 10.9031 24.1634 7.52696Z' fill='url(%23paint59_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9979 7.64062C33.9476 4.24704 44.159 9.01545 46.1559 15.3153C48.1615 21.6065 43.3829 34.4934 33.4331 37.8869C23.4834 41.2805 11.6327 39.575 10.1851 28.559C8.73758 17.5429 14.0569 11.0429 23.9979 7.64062Z' fill='url(%23paint60_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.8408 7.76215C33.5638 4.35117 43.592 8.93685 45.5627 14.8538C47.5335 20.7708 43.0165 33.6316 33.2934 37.0426C23.5704 40.4536 11.8069 39.1049 10.4117 28.2106C9.01645 17.3164 14.1178 11.1731 23.8408 7.76215Z' fill='url(%23paint61_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6746 7.88428C33.1709 4.4559 43.0247 8.85015 44.9693 14.3843C46.9139 19.9184 42.6497 32.7618 33.1534 36.1902C23.6572 39.6186 11.9808 38.6266 10.6379 27.8542C9.30375 17.0817 14.1783 11.3127 23.6746 7.88428Z' fill='url(%23paint62_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5094 8.00568C32.779 4.5599 42.4584 8.77141 44.3768 13.9227C46.2953 19.074 42.2753 31.9086 33.0057 35.3544C23.7362 38.8002 12.1383 38.1737 10.8652 27.5144C9.59202 16.8464 14.2399 11.4515 23.5094 8.00568Z' fill='url(%23paint63_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5091 8.12726C32.6217 4.69018 42.1092 8.75376 44.0015 13.8963C45.8851 19.0389 41.8825 31.5864 32.7699 35.0235C23.6573 38.4606 12.3473 37.7993 11.0654 27.4097C9.78352 17.0289 14.3965 11.573 23.5091 8.12726Z' fill='url(%23paint64_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.501 8.24983C32.4479 4.81275 41.7611 8.74581 43.6097 13.8797C45.4584 19.0136 41.4646 31.2652 32.5177 34.7023C23.5708 38.1394 12.531 37.4433 11.2579 27.3235C9.98471 17.2123 14.5541 11.6869 23.501 8.24983Z' fill='url(%23paint65_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5004 8.38008C32.2903 4.9517 41.4116 8.74554 43.2342 13.8707C45.0567 18.9959 41.0716 30.9604 32.2816 34.3888C23.4917 37.8172 12.731 37.0862 11.4578 27.2362C10.1847 17.3948 14.7104 11.8085 23.5004 8.38008Z' fill='url(%23paint66_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5008 8.50207C32.1338 5.07369 41.0632 8.73701 42.8509 13.8535C44.6385 18.9699 40.6621 30.6473 32.0378 34.0757C23.4136 37.5041 12.9232 36.7383 11.6588 27.158C10.3856 17.5777 14.8678 11.9217 23.5008 8.50207Z' fill='url(%23paint67_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5007 8.62395C31.968 5.20427 40.7143 8.72836 42.4671 13.8361C44.2198 18.9439 40.2522 30.3341 31.7849 33.7538C23.3176 37.1735 13.1062 36.3729 11.8418 27.0711C10.5861 17.7605 15.0247 12.0436 23.5007 8.62395Z' fill='url(%23paint68_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4921 8.74558C31.8024 5.3346 40.3656 8.71947 42.0835 13.8185C43.8014 18.9263 39.8512 30.0207 31.5408 33.4317C23.2305 36.8426 13.2982 36.016 12.0425 26.9752C10.7868 17.943 15.1905 12.1566 23.4921 8.74558Z' fill='url(%23paint69_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4921 8.8669C31.6368 5.45592 40.0169 8.71027 41.6999 13.8006C43.3829 18.8997 39.4414 29.6982 31.2967 33.1092C23.1521 36.5202 13.4988 35.65 12.2344 26.8877C10.9787 18.1253 15.3475 12.2779 23.4921 8.8669Z' fill='url(%23paint70_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4915 8.98892C31.4791 5.58664 39.6674 8.70177 41.3242 13.7921C42.9811 18.8825 39.0483 29.3939 31.0606 32.7961C23.0729 36.1984 13.6987 35.3022 12.443 26.8008C11.1786 18.3082 15.5038 12.3912 23.4915 8.98892Z' fill='url(%23paint71_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4921 9.11115C31.3229 5.70887 39.328 8.69348 40.9412 13.7664C42.5632 18.8481 38.6391 29.0723 30.8171 32.4659C22.9864 35.8682 13.8912 34.9284 12.6355 26.7055C11.3798 18.4913 15.6614 12.5134 23.4921 9.11115Z' fill='url(%23paint72_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4831 9.23315C31.1482 5.83957 38.9702 8.68495 40.5573 13.7492C42.1443 18.8222 38.229 28.7593 30.5639 32.1528C22.8989 35.5464 14.0741 34.5805 12.8271 26.6187C11.5801 18.6655 15.8181 12.6267 23.4831 9.23315Z' fill='url(%23paint73_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4829 9.36361C30.9909 5.97874 38.6211 8.6762 40.1733 13.7405C41.7255 18.8047 37.8276 28.4546 30.3195 31.8395C22.8114 35.2244 14.2656 34.2237 13.0186 26.5403C11.7804 18.8482 15.9748 12.7485 23.4829 9.36361Z' fill='url(%23paint74_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4834 9.48551C30.8258 6.10064 38.2729 8.66757 39.7989 13.7231C41.3162 18.7787 37.427 28.1328 30.0846 31.5176C22.7422 34.9025 14.4668 33.867 13.2285 26.4447C11.9728 19.031 16.141 12.8617 23.4834 9.48551Z' fill='url(%23paint75_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4832 9.6065C30.6686 6.23033 37.9325 8.65804 39.415 13.7049C40.9061 18.7517 37.0256 27.8187 29.8402 31.1948C22.6548 34.571 14.6671 33.5007 13.4201 26.3568C12.1731 19.2129 16.2977 12.9827 23.4832 9.6065Z' fill='url(%23paint76_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4742 9.72847C30.494 6.3523 37.5748 8.64949 39.031 13.6876C40.4873 18.7258 36.6155 27.5056 29.5958 30.8731C22.5673 34.2492 14.8587 33.1441 13.6117 26.27C12.3734 19.3958 16.4545 13.0959 23.4742 9.72847Z' fill='url(%23paint77_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.474 9.85059C30.3368 6.48312 37.2257 8.64108 38.6471 13.6705C40.0685 18.7 36.2142 27.1926 29.3427 30.5601C22.4799 33.9276 15.0416 32.7877 13.8033 26.1833C12.5738 19.5788 16.6112 13.2181 23.474 9.85059Z' fill='url(%23paint78_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4747 9.9725C30.1718 6.61374 36.8776 8.63248 38.2728 13.6619C39.6593 18.6827 35.8137 26.8795 29.1079 30.2469C22.4021 33.6057 15.2428 32.4397 14.0046 26.105C12.775 19.7617 16.7689 13.3313 23.4747 9.9725Z' fill='url(%23paint79_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.474 10.0943C30.0141 6.73548 36.5368 8.6237 37.8884 13.6358C39.24 18.6565 35.4032 26.5661 28.863 29.9249C22.3229 33.2837 15.4339 32.0742 14.2044 26.0092C12.9661 19.9443 16.9251 13.453 23.474 10.0943Z' fill='url(%23paint80_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.466 10.2159C29.8492 6.86586 36.1801 8.61486 37.5055 13.6182C38.831 18.6303 35.0028 26.244 28.6197 29.5941C22.2365 32.9442 15.6266 31.7086 14.3971 25.9134C13.1675 20.1269 17.0829 13.566 23.466 10.2159Z' fill='url(%23paint81_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4655 10.3378C29.683 6.98775 35.8307 8.60623 37.1213 13.6009C38.4119 18.6042 34.5925 25.9309 28.375 29.2722C22.1488 32.6223 15.8266 31.3432 14.5971 25.8177C13.3675 20.3097 17.248 13.6879 23.4655 10.3378Z' fill='url(%23paint82_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4653 10.4679C29.5259 7.12652 35.4905 8.60577 36.7462 13.5917C38.0019 18.5864 34.1999 25.6259 28.1306 28.9672C22.0701 32.3086 16.0183 31.0034 14.7888 25.7477C13.5679 20.492 17.4048 13.8092 23.4653 10.4679Z' fill='url(%23paint83_linear_2591_610)'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4652 10.5898C29.3688 7.25717 35.1416 8.5885 36.3624 13.5744C37.5832 18.5604 33.7899 25.304 27.8864 28.6454C21.9828 31.9781 16.21 30.6467 14.9892 25.6608C13.7684 20.6748 17.5617 13.9225 23.4652 10.5898Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4306 10.6167C29.1772 7.39712 34.8017 8.68494 35.9877 13.5056C37.1736 18.3262 33.485 24.8436 27.7384 28.0718C21.9918 31.2914 16.3673 30.0036 15.1813 25.1829C13.9866 20.3623 17.684 13.8362 23.4306 10.6167Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.3963 10.6419C28.986 7.52679 34.4535 8.77981 35.6133 13.4264C36.7731 18.073 33.1804 24.3728 27.582 27.4793C21.9924 30.5944 16.5161 29.3414 15.3651 24.6948C14.214 20.0482 17.8067 13.7483 23.3963 10.6419Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.3607 10.6688C28.7934 7.66675 34.1127 8.87625 35.2376 13.3575C36.3625 17.8388 32.8657 23.9037 27.4331 26.9057C22.0004 29.9077 16.6811 28.6982 15.5562 24.2169C14.4313 19.7357 17.9281 13.6621 23.3607 10.6688Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.3265 10.6944C28.6022 7.80551 33.7733 8.96281 34.8633 13.2787C35.9533 17.5947 32.5612 23.4334 27.2855 26.3222C22.0098 29.2111 16.8387 28.0538 15.7487 23.7379C14.6586 19.422 18.0508 13.5833 23.3265 10.6944Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2909 10.7203C28.4183 7.94449 33.4324 9.05828 34.4876 13.2089C35.5514 17.3595 32.2552 22.9719 27.1277 25.7477C22.0003 28.5235 16.9862 27.4097 15.931 23.2591C14.8759 19.1085 18.1721 13.496 23.2909 10.7203Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2654 10.7466C28.2359 8.08391 33.093 9.1542 34.122 13.1308C35.151 17.1073 31.9594 22.4936 26.9889 25.1562C22.0184 27.8189 17.1613 26.7486 16.1323 22.772C15.1033 18.7954 18.2949 13.4092 23.2654 10.7466Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.2298 10.7732C28.0433 8.22366 32.7522 9.24173 33.7463 13.053C34.7404 16.8642 31.6448 22.0242 26.8399 24.5737C22.0264 27.1233 17.3175 26.0965 16.3234 22.2852C15.3206 18.4827 18.4162 13.3227 23.2298 10.7732Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.1955 10.799C27.8521 8.36263 32.4128 9.3372 33.372 12.9831C34.3399 16.629 31.3402 21.5628 26.6836 23.9992C22.027 26.4356 17.4664 25.461 16.5071 21.8151C15.5479 18.1692 18.5389 13.2355 23.1955 10.799Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.1609 10.8254C27.6605 8.50206 32.0642 9.43312 32.9973 12.905C33.9303 16.3856 31.0352 21.0844 26.5356 23.4164C22.036 25.7397 17.6323 24.8086 16.6992 21.3367C15.7662 17.8561 18.6613 13.1486 23.1609 10.8254Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.1252 10.8512C27.4679 8.64104 31.7233 9.52859 32.6215 12.8351C33.5197 16.1417 30.7292 20.623 26.3779 22.8331C22.0352 25.0433 17.7798 24.1558 16.8816 20.8492C15.9834 17.5426 18.7826 13.0614 23.1252 10.8512Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0998 10.8769C27.2942 8.7798 31.3927 9.61514 32.256 12.7564C33.128 15.8976 30.4247 20.1526 26.239 22.2497C22.0446 24.3467 17.9461 23.5114 17.0828 20.3702C16.2108 17.2289 18.9054 12.9739 23.0998 10.8769Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0642 10.9036C27.1016 8.91098 31.0519 9.71151 31.8803 12.6874C32.7174 15.6633 30.1188 19.6834 26.0901 21.676C22.0526 23.6687 18.1024 22.8681 17.274 19.8922C16.4281 16.9163 19.0267 12.8963 23.0642 10.9036Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0299 10.9299C26.9104 9.0504 30.7037 9.80743 31.5059 12.6093C32.3082 15.4112 29.8142 19.2137 25.9337 21.0932C22.0532 22.9728 18.26 22.2157 17.4577 19.4139C16.6554 16.6033 19.1494 12.8094 23.0299 10.9299Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9943 10.9558C26.7178 9.18938 30.3629 9.9029 31.1302 12.5394C31.8976 15.176 29.5083 18.7436 25.7848 20.51C22.0612 22.2764 18.4162 21.5629 17.6488 18.9263C16.8727 16.2898 19.2708 12.7222 22.9943 10.9558Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.96 10.9814C26.5266 9.32814 30.0234 9.98946 30.7559 12.4607C31.4971 14.9319 29.2037 18.2733 25.6284 19.9265C22.0619 21.5798 18.5651 20.9185 17.8326 18.4473C17.1001 15.9761 19.3935 12.6347 22.96 10.9814Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9254 11.0083C26.335 9.4681 29.6748 10.0859 30.3811 12.3918C31.0875 14.6977 28.89 17.8128 25.4804 19.353C22.0708 20.8931 18.731 20.2753 18.0159 17.9694C17.3183 15.6635 19.5158 12.5484 22.9254 11.0083Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.8989 11.0336C26.1603 9.60655 29.3431 10.1808 30.0146 12.3127C30.686 14.4446 28.5932 17.3335 25.3406 18.7692C22.0792 20.1962 18.8963 19.6219 18.2162 17.4901C17.5447 15.3495 19.6376 12.4606 22.8989 11.0336Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.8642 11.0598C25.9686 9.74584 29.0032 10.2679 29.6398 12.2432C30.2851 14.2097 28.2882 16.8723 25.1838 18.1863C22.0794 19.5002 19.0448 18.9781 18.3995 17.0029C17.7629 15.0363 19.7598 12.3737 22.8642 11.0598Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.8291 11.0861C25.7765 9.88526 28.6629 10.3638 29.2733 12.165C29.8837 13.9663 27.9914 16.4027 25.044 17.6035C22.0966 18.8043 19.2102 18.3257 18.5998 16.5245C17.9894 14.7233 19.8817 12.2869 22.8291 11.0861Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7944 11.1124C25.5849 10.0247 28.3143 10.4598 28.8985 12.0869C29.4741 13.7228 27.6777 15.9243 24.8872 17.0207C22.0968 18.1084 19.3674 17.6733 18.7831 16.0461C18.2076 14.4102 20.0039 12.2088 22.7944 11.1124Z' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7592 11.1382C25.3927 10.1549 27.9739 10.5552 28.5232 12.017C29.0726 13.4789 27.3722 15.4628 24.7387 16.4461C22.1052 17.4293 19.524 17.0291 18.9746 15.5672C18.434 14.0967 20.1257 12.1214 22.7592 11.1382Z' fill='white'/%3e %3cpath d='M43.8192 1.51417C44.2901 1.04429 44.4558 1.84483 43.2437 3.07174C43.9588 3.63733 44.8046 4.12462 46.3655 5.75179C48.5804 8.05768 50.9349 11.4077 50.9436 11.4164C51.0483 11.5731 50.9959 11.7906 50.839 11.8863C50.682 11.9907 50.464 11.9385 50.3681 11.7819C50.3594 11.7732 48.0311 8.47535 45.8772 6.22167C43.8367 4.09851 42.6943 3.57642 42.5461 3.53292C42.4938 3.51551 42.4327 3.48941 42.3891 3.4459C42.2583 3.31538 42.2583 3.09784 42.3891 2.95862L43.8192 1.51417Z' fill='white'/%3e %3cpath d='M62.4711 17.0551C62.5757 16.9159 62.7676 16.8811 62.9158 16.9855C63.0554 17.0899 63.0902 17.2814 62.9856 17.4293L61.7909 19.0565C62.0438 19.9092 63.2995 24.2164 63.5699 26.1656C63.8751 28.3583 63.3082 30.9862 63.2995 30.9949C63.2646 31.1689 63.099 31.2733 62.9246 31.2385C62.7502 31.2037 62.6455 31.0384 62.6804 30.8644C62.6804 30.8557 63.2298 28.3322 62.942 26.2526C62.6542 24.1903 61.2154 19.361 61.1369 19.1C61.102 19.0043 61.1195 18.8998 61.1805 18.8128L62.4711 17.0551Z' fill='%23ECEDED'/%3e %3cpath d='M6.56606 44.6294C6.57478 44.8208 6.42654 44.9774 6.2347 44.9861C6.04285 44.9948 5.88589 44.8469 5.87717 44.6555C5.87717 44.6468 5.76381 41.958 7.17648 38.8429C8.58043 35.7365 9.96693 34.4139 9.96693 34.4139C10.0454 34.3355 10.1588 34.3094 10.2634 34.3268L22.0967 35.7017L28.8374 22.6234C28.8897 22.5189 28.9944 22.4493 29.1077 22.4406C29.1252 22.4406 36.267 21.7532 38.9267 21.5618C41.1852 21.3965 44.1065 21.4835 44.9174 21.5183L49.8879 12.2512C49.6438 11.8335 48.8851 10.5892 47.2283 8.52697C45.1703 5.95134 41.6822 3.59324 41.6735 3.58454C41.5166 3.48012 41.4817 3.26258 41.5863 3.10596C41.595 3.09725 41.6038 3.07985 41.6125 3.07115L43.3042 1.20904C43.435 1.06981 43.653 1.06111 43.7925 1.18293C43.9321 1.31345 43.9408 1.53099 43.8187 1.67021L42.3886 3.24518C43.3129 3.90649 46.0249 5.91653 47.7689 8.1006C49.7571 10.5805 50.4896 11.9118 50.5768 12.0685C50.6379 12.1729 50.6466 12.2947 50.5855 12.4078L45.4232 22.0143C45.3622 22.1274 45.2401 22.197 45.1006 22.197C45.0918 22.197 41.5776 22.0404 38.979 22.2318C36.6333 22.4058 30.503 22.9888 29.3606 23.0932L22.6112 36.1977C22.5502 36.3369 22.4106 36.4239 22.2537 36.4065L10.3332 35.023C9.9931 35.3884 8.92051 36.6501 7.80433 39.1301C6.46142 42.0973 6.56606 44.6207 6.56606 44.6294Z' fill='%23AAB4C2'/%3e %3cpath d='M27.8436 2.95025C27.9744 2.81102 28.1924 2.80232 28.332 2.92414C28.4715 3.05466 28.4802 3.2722 28.3581 3.41142C28.3407 3.42883 23.4487 8.85855 22.5243 10.6946C21.5651 12.6089 21.0332 13.3485 21.0332 13.3485C20.9983 13.4007 20.946 13.4355 20.8936 13.4529H20.8849C20.7192 13.5225 16.3592 15.3847 14.2053 16.9074C11.9903 18.4737 9.83645 20.4228 9.83645 20.4228C9.71437 20.5359 9.53997 20.5446 9.40916 20.4576L5.64204 17.9255C5.48508 17.8211 5.44148 17.6035 5.55484 17.4469C5.65948 17.2903 5.87749 17.2468 6.03445 17.3599L9.57485 19.7615C10.1678 19.2394 11.9729 17.6644 13.8129 16.3679C15.8883 14.8974 19.8821 13.1571 20.5361 12.8786C20.6756 12.6698 21.1553 11.9302 21.9139 10.4074C22.8644 8.47568 27.8262 2.96765 27.8436 2.95025Z' fill='%23AAB4C2'/%3e %3cpath d='M45.8506 48.0409C45.7808 47.8669 45.868 47.6668 46.0511 47.5972C46.2256 47.5276 46.4261 47.6146 46.4959 47.7973L49.6787 56.055C49.7311 56.1942 49.6875 56.3595 49.5741 56.4466C49.2863 56.7076 42.8247 61.6761 39.9296 63.0423C39.3104 63.3381 39.4587 63.1032 40.0168 62.5985C41.5602 61.2063 48.6236 56.3856 48.9637 56.0811L45.8506 48.0409ZM49.5741 56.4379L49.4869 56.4901C49.5218 56.4814 49.5479 56.4553 49.5741 56.4379Z' fill='%238B96A8'/%3e %3cpath d='M20.6586 13.5216C20.5104 13.3998 20.493 13.1823 20.615 13.0344C20.7371 12.8864 20.9551 12.869 21.1034 12.9908C21.1208 13.0082 27.2249 18.1073 29.5184 22.5886C29.6056 22.7539 29.5358 22.9627 29.3701 23.0497C29.2044 23.1368 28.9951 23.0671 28.9079 22.9018C26.6669 18.5511 20.6761 13.539 20.6586 13.5216Z' fill='%23AAB4C2'/%3e %3cpath d='M41.8219 2.95817C42.0137 2.98427 42.1445 3.1583 42.1096 3.34973C42.0835 3.54116 41.9091 3.67169 41.7172 3.63688C41.7085 3.63688 38.1419 3.10609 35.8049 2.94946C34.5754 2.86245 38.0635 2.40997 41.8219 2.95817Z' fill='%23AAB4C2'/%3e %3cpath d='M44.7347 22.3626C44.6214 22.2146 44.6475 21.9971 44.8045 21.884C44.9527 21.7709 45.1707 21.797 45.2841 21.9536C45.3015 21.9797 51.6934 30.3679 53.4723 34.6577C53.5421 34.8318 53.4636 35.0319 53.2892 35.1015C53.1148 35.1711 52.9142 35.0928 52.8445 34.9188C51.0917 30.716 44.7522 22.38 44.7347 22.3626Z' fill='%238B96A8'/%3e %3cpath d='M9.31305 20.7788C9.39154 20.6221 9.57466 20.5612 9.73162 20.6395C9.88859 20.7179 9.94963 20.9006 9.87114 21.0572C9.86242 21.0746 7.52541 25.6864 10.1938 33.7353C10.2461 33.9006 10.1589 34.0746 10.0019 34.1268C9.83626 34.179 9.66186 34.092 9.60954 33.9267C6.85396 25.6342 9.30433 20.7962 9.31305 20.7788Z' fill='white'/%3e %3cpath d='M50.3157 12.4957C50.4116 12.3304 50.6209 12.2782 50.7866 12.3739C50.9523 12.4696 51.0046 12.6784 50.9087 12.8438C49.7925 14.7407 46.1562 22.5111 45.476 22.1108C45.3103 22.0151 45.258 21.8063 45.3627 21.6409C45.7115 21.0405 50.2983 12.5131 50.3157 12.4957Z' fill='white'/%3e %3cpath d='M62.4281 32.0213C62.6112 31.9604 62.803 32.0648 62.8554 32.2476C62.9164 32.4303 62.8118 32.6217 62.6286 32.6739L53.9521 35.7804C53.5509 36.9812 50.8477 44.0468 49.6094 45.3955C49.4786 45.5347 49.2606 45.5434 49.1211 45.4129C48.9815 45.2824 48.9728 45.0648 49.1036 44.9256C50.3506 43.5769 53.3504 35.4236 53.3591 35.3975C53.394 35.2931 53.4724 35.2148 53.5858 35.18L62.4281 32.0213Z' fill='%23ECEDED'/%3e %3cpath d='M21.8349 36.4589C22.2535 36.5285 22.1489 37.155 21.7303 37.0941C21.7041 37.0941 11.2312 35.406 10.7254 35.4669C10.3069 35.5191 10.2371 34.8839 10.6469 34.8317C11.2486 34.7534 21.8088 36.4502 21.8349 36.4589Z' fill='white'/%3e %3cpath d='M28.2102 57.4563C28.1404 57.6303 27.9486 57.726 27.7655 57.6564C27.5911 57.5868 27.4952 57.3953 27.5649 57.2126C27.5736 57.1952 30.2856 50.5299 31.0268 50.3733C31.1925 50.3385 31.8552 50.3385 32.8319 50.3298C35.7706 50.3211 41.6131 49.8773 44.3949 49.0593C44.578 49.0071 44.7698 49.1115 44.8222 49.2943C44.8745 49.477 44.7698 49.6684 44.5867 49.7206C41.709 50.5647 35.8055 51.0085 32.8319 51.0172C31.8988 51.0172 31.271 51.0172 31.1663 51.0433C30.8088 51.1129 28.2189 57.4301 28.2102 57.4563Z' fill='%23CCD4DB'/%3e %3cpath d='M57.5357 52.9485C57.6839 52.8354 57.9019 52.8528 58.0153 53.0007C58.1286 53.1487 58.1112 53.3662 57.963 53.4793C57.9542 53.488 54.8586 55.8374 50.1148 56.9338C49.6526 57.1252 49.5131 57.0034 50.263 56.6293C52.1815 55.6982 57.0212 53.7404 57.5357 52.9485Z' fill='%23ECEDED'/%3e %3cpath d='M3.83689 43.5853C3.72353 43.4634 3.72353 43.272 3.84561 43.1502C3.96769 43.0371 4.15954 43.0371 4.28162 43.1589C4.43858 43.3242 5.08388 43.9681 5.71173 44.4467C6.05182 44.7078 6.37447 44.9166 6.60119 44.9688C7.00232 45.0558 7.15056 45.4387 7.39473 46.1087C7.83074 47.2747 8.65915 49.4762 11.7548 52.5043C11.8769 52.6261 11.8769 52.8175 11.7548 52.9393C11.6327 53.0612 11.4409 53.0612 11.3275 52.9393C8.12722 49.8155 7.27264 47.527 6.8192 46.3262C6.64479 45.8563 6.54015 45.5866 6.46167 45.5692C6.13902 45.4996 5.72917 45.2472 5.33676 44.9427C4.66531 44.4206 4.00258 43.7593 3.83689 43.5853Z' fill='url(%23paint84_linear_2591_610)'/%3e %3cpath d='M31.7587 62.0065C31.9157 62.1109 31.968 62.3198 31.8721 62.4764C31.7674 62.633 31.5582 62.6852 31.4012 62.5895C31.3838 62.5808 26.5877 59.6136 26.1429 59.5266C26.0644 59.5092 25.8464 59.4918 25.5325 59.4657C24.085 59.3352 20.7277 59.0306 18.4604 58.0299C15.6787 56.803 15.1381 56.2461 15.1381 56.2374C15.0073 56.0982 15.0073 55.8807 15.1468 55.7501C15.2863 55.6196 15.5043 55.6196 15.6351 55.7589C15.6351 55.7589 16.0886 56.2287 18.7395 57.3947C20.9021 58.3432 24.1809 58.639 25.5936 58.7696C25.9336 58.7957 26.1691 58.8218 26.2737 58.8392C26.8318 58.961 31.7413 61.9978 31.7587 62.0065Z' fill='%23ECEDED'/%3e %3cpath d='M29.1255 23.1544C29.2127 22.989 29.422 22.9194 29.5877 23.0064C29.7534 23.0934 29.8231 23.3023 29.7359 23.4676C29.7185 23.5024 23.1522 36.0847 23.065 36.4763C23.0039 36.7461 24.9921 40.2702 23.8498 38.8518C23.8498 38.8431 22.2627 36.9549 22.4022 36.3284C22.5069 35.8324 29.1081 23.1892 29.1255 23.1544Z' fill='white'/%3e %3cpath d='M44.4904 22.1456C44.6822 22.1369 44.8392 22.2762 44.8479 22.4676C44.8566 22.6503 44.7171 22.8157 44.5253 22.8244C39.6768 23.1202 34.8284 23.4248 29.98 23.7206C29.7969 23.7293 29.6312 23.5901 29.6225 23.3986C29.6137 23.2159 29.7533 23.0506 29.9451 23.0419C34.7063 22.5285 39.5024 22.1021 44.4904 22.1456Z' fill='white'/%3e %3cpath d='M28.3925 3.19341C28.5233 3.05419 28.7326 3.04549 28.8721 3.16731C29.0117 3.29783 29.0204 3.50666 28.8983 3.64589C28.8809 3.66329 22.9599 9.97186 21.8786 13.1479C21.8175 13.3219 21.6257 13.4176 21.4426 13.3567C21.2682 13.2958 21.1722 13.1044 21.2333 12.9217C22.3582 9.6238 28.3751 3.21081 28.3925 3.19341Z' fill='white'/%3e %3cpath d='M27.826 2.98479L23.6665 2.04504C23.4834 2.00153 23.37 1.8188 23.4136 1.63607C23.588 0.861635 26.8581 2.39309 27.3203 2.58453C28.1923 2.93259 28.6457 3.16753 27.826 2.98479Z' fill='%238B96A8'/%3e %3cpath d='M46.3915 47.8929C46.3304 47.7189 46.4177 47.5188 46.5921 47.4579C46.7665 47.3969 46.967 47.484 47.0281 47.658C47.0368 47.6841 50.0016 55.7765 50.1848 56.0288C50.2981 56.1854 50.2633 56.3943 50.1063 56.4987C49.9493 56.6118 49.74 56.577 49.6267 56.4204C49.3825 56.081 46.4002 47.919 46.3915 47.8929Z' fill='url(%23paint85_linear_2591_610)'/%3e %3cpath d='M29.649 22.4415C29.4658 22.4589 29.3002 22.3197 29.2827 22.1369C29.2653 21.9542 29.4048 21.7889 29.5879 21.7715C29.6054 21.7715 36.503 21.1363 38.4476 20.9622C40.1568 20.8143 43.6623 20.997 44.5692 21.0493L49.3827 12.0606C49.47 11.8953 49.6792 11.8344 49.8449 11.9214C50.0106 12.0084 50.0716 12.2173 49.9844 12.3826L45.0663 21.5626C45.0052 21.6758 44.8831 21.7454 44.7523 21.7367C44.7436 21.7367 40.4358 21.4669 38.5174 21.6323C36.5641 21.8063 29.6664 22.4415 29.649 22.4415Z' fill='%23EAECED'/%3e %3cpath d='M22.0706 36.5806C22.6548 35.8758 30.1716 49.3283 31 49.7372C31.3837 49.9287 34.523 49.598 37.5314 49.3631C40.6969 49.1194 43.9059 48.7453 44.3681 48.4842C45.2488 47.9882 47.9259 45.5257 48.3445 45.1429L52.7569 34.8229C52.8005 34.7272 52.8702 34.6663 52.9574 34.6315L62.0526 31.3249C63.0293 27.5833 62.2096 24.4508 61.3114 21.0224C61.0759 20.1087 60.8318 19.1864 60.6138 18.2466C60.4306 17.9508 59.2447 16.2279 55.9746 14.5572C52.3558 12.7038 50.9518 12.4601 50.9431 12.4601C50.76 12.4253 50.6379 12.2513 50.6728 12.0599C50.7076 11.8771 50.882 11.7553 51.0739 11.7901C51.0739 11.7901 52.5738 12.0599 56.2886 13.9568C59.8115 15.758 61.0759 17.6984 61.2155 17.9247C61.2416 17.9595 61.2591 18.003 61.2678 18.0465C61.4858 19.0297 61.7299 19.9521 61.9654 20.8484C62.9072 24.416 63.7618 27.679 62.663 31.673C62.6368 31.7774 62.5584 31.8644 62.4537 31.9079L53.3237 35.2406L48.9374 45.4822C48.92 45.5257 48.8938 45.5605 48.859 45.5953C48.8502 45.604 45.711 48.5016 44.6994 49.0759C44.1588 49.3892 40.8189 49.7894 37.5838 50.0418C34.4707 50.2854 31.1919 50.5987 30.6861 50.3463C29.9623 49.9809 29.2211 48.754 28.288 47.4052C25.8725 43.8899 21.434 37.0157 22.0706 36.5806Z' fill='%238B96A8'/%3e %3cpath d='M22.7856 37.4167C22.681 37.234 22.7508 36.9729 22.9513 36.8511C23.1519 36.7293 23.3961 36.7815 23.5094 36.9642C23.5269 36.999 29.5438 48.4589 30.8518 48.6938C31.0698 48.7286 31.5407 49.6249 31.4797 49.8424C31.4186 50.0599 30.8518 49.5379 30.6338 49.4944C28.977 49.1985 22.8031 37.4515 22.7856 37.4167Z' fill='%23EAEAEC'/%3e %3cpath d='M9.67931 21.0837C9.74035 20.9096 9.94091 20.8139 10.1153 20.8748C10.2897 20.9357 10.3856 21.1359 10.3246 21.3099C10.3159 21.3273 8.44976 26.5308 10.7083 33.7095C10.7606 33.8922 10.6647 34.075 10.4816 34.1359C10.2984 34.1881 10.1153 34.0924 10.0543 33.9096C7.72599 26.5221 9.67059 21.0924 9.67931 21.0837Z' fill='%23AAB4C2'/%3e %3c/g%3e %3cdefs%3e %3clinearGradient id='paint0_linear_2591_610' x1='46.7563' y1='62.6568' x2='21.381' y2='2.74766' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23DBE0E3'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint1_linear_2591_610' x1='46.4612' y1='62.3677' x2='21.4451' y2='2.75627' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23D6DCE0'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint2_linear_2591_610' x1='46.168' y1='62.0774' x2='21.5084' y2='2.76479' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23D2D8DD'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint3_linear_2591_610' x1='45.8767' y1='61.7873' x2='21.5712' y2='2.77453' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CED4DA'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint4_linear_2591_610' x1='45.5865' y1='61.497' x2='21.6325' y2='2.78488' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CAD0D7'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint5_linear_2591_610' x1='45.2978' y1='61.2067' x2='21.6927' y2='2.7962' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C6CDD4'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint6_linear_2591_610' x1='45.0105' y1='60.9151' x2='21.7518' y2='2.80711' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C2C9D1'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint7_linear_2591_610' x1='44.7251' y1='60.624' x2='21.8101' y2='2.81941' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23BEC5CE'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint8_linear_2591_610' x1='44.4415' y1='60.3323' x2='21.8677' y2='2.83199' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23BAC1CB'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint9_linear_2591_610' x1='44.1591' y1='60.0406' x2='21.9238' y2='2.84545' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23B7BEC8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint10_linear_2591_610' x1='43.8779' y1='59.7492' x2='21.9787' y2='2.86003' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23B3BAC5'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint11_linear_2591_610' x1='43.5977' y1='59.4566' x2='22.032' y2='2.87405' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23AFB7C2'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint12_linear_2591_610' x1='43.3198' y1='59.1647' x2='22.0849' y2='2.8897' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ABB3BF'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint13_linear_2591_610' x1='43.0437' y1='58.8717' x2='22.1371' y2='2.90498' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23A7B0BD'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint14_linear_2591_610' x1='42.7693' y1='58.579' x2='22.1883' y2='2.92137' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23A4ACBA'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint15_linear_2591_610' x1='42.4958' y1='58.2859' x2='22.238' y2='2.93798' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23A0A9B7'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint16_linear_2591_610' x1='42.224' y1='57.9934' x2='22.2867' y2='2.95593' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%239DA6B5'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint17_linear_2591_610' x1='41.9528' y1='57.7004' x2='22.3334' y2='2.97404' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%2399A2B2'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint18_linear_2591_610' x1='41.6844' y1='57.4061' x2='22.3803' y2='2.99158' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23969FAF'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint19_linear_2591_610' x1='41.4165' y1='57.1131' x2='22.4252' y2='3.01091' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23929CAD'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint20_linear_2591_610' x1='41.1508' y1='56.8193' x2='22.4697' y2='3.03021' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238F99AB'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint21_linear_2591_610' x1='40.887' y1='56.5262' x2='22.5134' y2='3.05076' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint22_linear_2591_610' x1='40.8275' y1='56.1423' x2='22.5456' y2='3.36149' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint23_linear_2591_610' x1='40.7704' y1='55.7684' x2='22.577' y2='3.66309' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint24_linear_2591_610' x1='40.7147' y1='55.4041' x2='22.6066' y2='3.95499' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint25_linear_2591_610' x1='40.6606' y1='55.0503' x2='22.6341' y2='4.23705' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint26_linear_2591_610' x1='40.6092' y1='54.7067' x2='22.6602' y2='4.50879' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint27_linear_2591_610' x1='40.5589' y1='54.3741' x2='22.6831' y2='4.77026' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint28_linear_2591_610' x1='40.5119' y1='54.0522' x2='22.7042' y2='5.02072' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint29_linear_2591_610' x1='40.4674' y1='53.7411' x2='22.7228' y2='5.25969' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint30_linear_2591_610' x1='40.4252' y1='53.4414' x2='22.7381' y2='5.48727' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint31_linear_2591_610' x1='40.3865' y1='53.1544' x2='22.7508' y2='5.70397' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint32_linear_2591_610' x1='40.3509' y1='52.8778' x2='22.7603' y2='5.90716' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint33_linear_2591_610' x1='40.3188' y1='52.6144' x2='22.7665' y2='6.09906' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint34_linear_2591_610' x1='40.29' y1='52.3634' x2='22.7689' y2='6.27814' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint35_linear_2591_610' x1='40.2647' y1='52.1249' x2='22.7672' y2='6.44412' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint36_linear_2591_610' x1='40.2443' y1='51.9' x2='22.7621' y2='6.59737' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint37_linear_2591_610' x1='40.2269' y1='51.6883' x2='22.7517' y2='6.73736' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint38_linear_2591_610' x1='40.2154' y1='51.4898' x2='22.7385' y2='6.8637' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint39_linear_2591_610' x1='40.2075' y1='51.3037' x2='22.72' y2='6.9756' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint40_linear_2591_610' x1='40.204' y1='51.1316' x2='22.6964' y2='7.07437' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint41_linear_2591_610' x1='40.2051' y1='50.9733' x2='22.668' y2='7.15985' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint42_linear_2591_610' x1='40.2111' y1='50.8286' x2='22.6346' y2='7.23163' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint43_linear_2591_610' x1='39.8985' y1='50.1456' x2='22.6403' y2='7.33824' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238F99AB'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint44_linear_2591_610' x1='39.5842' y1='49.4598' x2='22.6448' y2='7.44311' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23929CAD'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint45_linear_2591_610' x1='39.2695' y1='48.7718' x2='22.6494' y2='7.54712' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23969FAF'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint46_linear_2591_610' x1='38.9547' y1='48.0805' x2='22.6543' y2='7.64875' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%2399A2B2'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint47_linear_2591_610' x1='38.6384' y1='47.3858' x2='22.6581' y2='7.74808' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%239DA6B5'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint48_linear_2591_610' x1='38.3228' y1='46.6893' x2='22.663' y2='7.84658' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23A0A9B7'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint49_linear_2591_610' x1='38.0053' y1='45.9904' x2='22.6664' y2='7.94369' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23A4ACBA'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint50_linear_2591_610' x1='37.6872' y1='45.2885' x2='22.6696' y2='8.03871' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23A7B0BD'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint51_linear_2591_610' x1='37.3692' y1='44.5839' x2='22.6733' y2='8.13193' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ABB3BF'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint52_linear_2591_610' x1='37.0509' y1='43.877' x2='22.677' y2='8.22385' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23AFB7C2'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint53_linear_2591_610' x1='36.7324' y1='43.1667' x2='22.6808' y2='8.31291' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23B3BAC5'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint54_linear_2591_610' x1='36.4126' y1='42.4548' x2='22.6836' y2='8.40128' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23B7BEC8'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint55_linear_2591_610' x1='36.0926' y1='41.739' x2='22.6866' y2='8.48638' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23BAC1CB'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint56_linear_2591_610' x1='35.7729' y1='41.0216' x2='22.6899' y2='8.57066' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23BEC5CE'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint57_linear_2591_610' x1='35.4525' y1='40.3014' x2='22.6929' y2='8.65264' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C2C9D1'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint58_linear_2591_610' x1='35.133' y1='39.5783' x2='22.697' y2='8.73203' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23C6CDD4'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint59_linear_2591_610' x1='34.812' y1='38.8524' x2='22.6997' y2='8.80898' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CAD0D7'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint60_linear_2591_610' x1='34.4917' y1='38.1248' x2='22.7031' y2='8.8843' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23CED4DA'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint61_linear_2591_610' x1='34.171' y1='37.3937' x2='22.7062' y2='8.9562' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23D2D8DD'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint62_linear_2591_610' x1='33.8502' y1='36.6606' x2='22.7089' y2='9.02574' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23D6DCE0'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint63_linear_2591_610' x1='33.5305' y1='35.9241' x2='22.7126' y2='9.09123' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23DBE0E3'/%3e %3cstop offset='1' stop-color='%23F7F5F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint64_linear_2591_610' x1='33.3277' y1='35.5723' x2='22.6996' y2='9.21048' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23DCE2E4'/%3e %3cstop offset='1' stop-color='%23F7F6F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint65_linear_2591_610' x1='33.126' y1='35.222' x2='22.6872' y2='9.32951' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23DEE3E5'/%3e %3cstop offset='1' stop-color='%23F8F6F5'/%3e %3c/linearGradient%3e %3clinearGradient id='paint66_linear_2591_610' x1='32.9232' y1='34.8709' x2='22.6731' y2='9.44638' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23DFE4E6'/%3e %3cstop offset='1' stop-color='%23F8F6F6'/%3e %3c/linearGradient%3e %3clinearGradient id='paint67_linear_2591_610' x1='32.7217' y1='34.5206' x2='22.6596' y2='9.56255' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E1E5E8'/%3e %3cstop offset='1' stop-color='%23F8F7F6'/%3e %3c/linearGradient%3e %3clinearGradient id='paint68_linear_2591_610' x1='32.52' y1='34.1708' x2='22.6452' y2='9.6774' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E2E6E9'/%3e %3cstop offset='1' stop-color='%23F9F7F6'/%3e %3c/linearGradient%3e %3clinearGradient id='paint69_linear_2591_610' x1='32.3188' y1='33.8214' x2='22.6308' y2='9.79122' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E4E8EA'/%3e %3cstop offset='1' stop-color='%23F9F8F7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint70_linear_2591_610' x1='32.1181' y1='33.4727' x2='22.6161' y2='9.90403' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E6E9EB'/%3e %3cstop offset='1' stop-color='%23F9F8F7'/%3e %3c/linearGradient%3e %3clinearGradient id='paint71_linear_2591_610' x1='31.917' y1='33.1256' x2='22.6005' y2='10.0168' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E7EAEC'/%3e %3cstop offset='1' stop-color='%23FAF8F8'/%3e %3c/linearGradient%3e %3clinearGradient id='paint72_linear_2591_610' x1='31.7177' y1='32.7797' x2='22.5859' y2='10.1289' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23E9EBED'/%3e %3cstop offset='1' stop-color='%23FAF9F8'/%3e %3c/linearGradient%3e %3clinearGradient id='paint73_linear_2591_610' x1='31.518' y1='32.4346' x2='22.5701' y2='10.24' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EAEDEE'/%3e %3cstop offset='1' stop-color='%23FAF9F9'/%3e %3c/linearGradient%3e %3clinearGradient id='paint74_linear_2591_610' x1='31.3187' y1='32.0903' x2='22.554' y2='10.3501' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23ECEEEF'/%3e %3cstop offset='1' stop-color='%23FBFAF9'/%3e %3c/linearGradient%3e %3clinearGradient id='paint75_linear_2591_610' x1='31.1208' y1='31.7471' x2='22.5384' y2='10.4592' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EDEFF0'/%3e %3cstop offset='1' stop-color='%23FBFAFA'/%3e %3c/linearGradient%3e %3clinearGradient id='paint76_linear_2591_610' x1='30.9225' y1='31.4041' x2='22.5216' y2='10.5664' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23EFF1F2'/%3e %3cstop offset='1' stop-color='%23FBFBFA'/%3e %3c/linearGradient%3e %3clinearGradient id='paint77_linear_2591_610' x1='30.7248' y1='31.0632' x2='22.5044' y2='10.6734' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23F1F2F3'/%3e %3cstop offset='1' stop-color='%23FCFBFB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint78_linear_2591_610' x1='30.5275' y1='30.7235' x2='22.4867' y2='10.7792' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23F2F4F4'/%3e %3cstop offset='1' stop-color='%23FCFCFB'/%3e %3c/linearGradient%3e %3clinearGradient id='paint79_linear_2591_610' x1='30.3316' y1='30.3849' x2='22.4695' y2='10.8836' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23F4F5F6'/%3e %3cstop offset='1' stop-color='%23FDFCFC'/%3e %3c/linearGradient%3e %3clinearGradient id='paint80_linear_2591_610' x1='30.1348' y1='30.0471' x2='22.4503' y2='10.9864' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23F6F7F7'/%3e %3cstop offset='1' stop-color='%23FDFDFC'/%3e %3c/linearGradient%3e %3clinearGradient id='paint81_linear_2591_610' x1='29.94' y1='29.7105' x2='22.432' y2='11.0875' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23F8F8F9'/%3e %3cstop offset='1' stop-color='%23FEFDFD'/%3e %3c/linearGradient%3e %3clinearGradient id='paint82_linear_2591_610' x1='29.7444' y1='29.3754' x2='22.4116' y2='11.1872' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23FAFAFB'/%3e %3cstop offset='1' stop-color='%23FEFEFE'/%3e %3c/linearGradient%3e %3clinearGradient id='paint83_linear_2591_610' x1='29.5495' y1='29.0412' x2='22.3907' y2='11.2845' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23FCFDFD'/%3e %3cstop offset='1' stop-color='%23FFFEFE'/%3e %3c/linearGradient%3e %3clinearGradient id='paint84_linear_2591_610' x1='2.12503' y1='42.2974' x2='14.3527' y2='54.1308' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%23D3DADF'/%3e %3cstop offset='1' stop-color='white'/%3e %3c/linearGradient%3e %3clinearGradient id='paint85_linear_2591_610' x1='49.6998' y1='57.1799' x2='45.2862' y2='40.6727' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%238B96A8'/%3e %3cstop offset='1' stop-color='%23425D79'/%3e %3c/linearGradient%3e %3cclipPath id='clip0_2591_610'%3e %3crect width='68' height='65' fill='white'/%3e %3c/clipPath%3e %3c/defs%3e%3c/svg%3e",Fe="data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_3491_1126)'%3e%3cpath d='M8 0C3.58888 0 0 3.58888 0 8C0 12.4111 3.58888 16 8 16C12.4111 16 16 12.4111 16 8C16 3.58888 12.4111 0 8 0ZM8 15C4.14013 15 1 11.8599 1 8C1 4.14013 4.14013 1 8 1C11.8599 1 15 4.14013 15 8C15 11.8599 11.8599 15 8 15Z' fill='white'/%3e%3cpath d='M8.5 3H7.5V8.20702L10.6465 11.3535L11.3535 10.6465L8.5 7.79295V3Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_3491_1126'%3e%3crect width='16' height='16' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Ze="data:image/svg+xml,%3csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.8837 0.0909088H0.951882L4.41779 5.54545L0.951882 11H2.8837L5.49734 6.76705L8.11097 11H10.0428L6.52006 5.54545L10.0428 0.0909088H8.11097L5.49734 4.55114L2.8837 0.0909088Z' fill='white'/%3e%3c/svg%3e",xe="data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_3491_1270)'%3e%3cpath d='M9 18C13.9706 18 18 13.9706 18 9C18 4.02944 13.9706 0 9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18Z' fill='%2319D873'/%3e%3cpath d='M8.375 10.4437L6.18125 8.25L5 9.43125L8.375 12.8063L14 7.18125L12.8187 6L8.375 10.4437Z' fill='%23E6E6E6'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_3491_1270'%3e%3crect width='18' height='18' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Ae="data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_3491_1226)'%3e%3cpath d='M8.9992 3.88379C8.19724 3.88379 7.54541 4.5383 7.54541 5.34179V6.76111H10.4545V5.34179C10.4545 4.53868 9.80154 3.88379 8.9992 3.88379Z' fill='%23404040'/%3e%3cpath d='M1.53186 0V9.16391C1.53186 14.0438 9.21786 18 9.21786 18C9.21786 18 16.9039 14.0438 16.9039 9.16391V0H1.53186ZM13.3736 11.546C13.3736 12.1477 12.8811 12.6398 12.2802 12.6398H6.15633C5.55505 12.6398 5.06292 12.1477 5.06292 11.546V7.85413C5.06292 7.25323 5.55543 6.76072 6.15633 6.76072H6.30454V5.3414C6.30454 3.73366 7.61165 2.42579 9.21748 2.42579C10.8241 2.42579 12.1316 3.73366 12.1316 5.3414V6.76072H12.2802C12.8814 6.76072 13.3736 7.25323 13.3736 7.85413V11.546Z' fill='%23404040'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_3491_1226'%3e%3crect width='18' height='18' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";const Ge=(e=null)=>new Date(e).toISOString().substr(0,19).replace("T"," "),Be={en:{wageringBonuses:{wageringBonus:"Wagering Bonus",levels:"Levels",level:"Level",eachLevel:"Each Level",infinite:"Infinite",current:"Current",next:"Next",first:"First",last:"Last",previous:"Previous",startChallenge:"START CHALLENGE",terms:"Terms and Conditions",termsTip:'Learn more about the challenge rules and included games or events in <a target="__blank" href={tcUrl} > Terms and Conditions </a> section',rewards:"Rewards",allRewards:"All Rewards",includeBets:"Include bets",showMore:"Show More",collapse:"Collapse",claimable:"Claimable",active:"Active",completed:"Completed",locked:"Locked",inProgress:"InProgress",noBonuses:"No wagering bonuses found",status:"Status",target:"Target",targetOther:"This bonus is {status}",money:{target:"Play for {currencySymbol}{currentLevelIncrement} in total",remaining:"Remaining: {currencySymbol}{gap}",wagered:"Wagered: {currencySymbol}{wagered}"},betCount:{target:"Place {currentLevelIncrement}/{maxContribution} bets of at least {minStake} each",remaining:"Bets Remaining: {gap} bets",wagered:"Bets Placed: {wagered} bets"},reward:{cashBack:"Enroll to Cash Back",tournamentTicket:"Enroll to Tournament Ticket",oddsBoost:"Enroll to Odds Boost",freeRound:"{freespinNumber} Free Spins",percentage:"{bonusAmount}% up to {currency}{capAmount}",fixed:"{currency}{bonusAmount}",standard:"Bonus Money",freeBet:"Free Bet"},forwardCasino:"See included casino games",forwardSports:"See included sports",forwardMyWageringBonuses:"See My Wagering Bonuses"}},tr:{wageringBonuses:{wageringBonus:"Bahis Bonusu",levels:"Seviyeler",level:"Seviye",eachLevel:"Her Seviye",infinite:"Sonsuz",current:"Akım",next:"Sonraki",first:"Birinci",last:"Son",previous:"Öncesi",startChallenge:"MEYDAN OKUMAYA BAŞLA",terms:"Şartlar ve koşullar",termsTip:"<a target=__blank href={tcUrl} > Şartlar ve Koşullar </a> bölümünde yarışma kuralları ve dahil edilen oyunlar veya etkinlikler hakkında daha fazla bilgi edinin.",rewards:"Ödüller",allRewards:"Tüm Ödüller",includeBets:"Bahisleri dahil et",showMore:"Daha fazla göster",collapse:"Yıkılmak",claimable:"Hak talebinde bulunulabilir",active:"Aktif",completed:"Tamamlanmış",locked:"Kilitli",inProgress:"Devam etmekte",noBonuses:"Bahis bonusu bulunamadı",status:"Durum",target:"Hedef",targetOther:"Bu bonus: {status}",money:{target:"Toplamda {currencySymbol}{currentLevelIncrement} kadar oynayın",remaining:"Kalan: {currencySymbol}{gap}",wagered:"Bahis: {currencySymbol}{wagered}"},betCount:{target:"Her biri en az {minStake} tutarında {currentLevelIncrement}/{maxContribution} bahis yapın",remaining:"Kalan Bahisler: {gap} bahis",wagered:"Yapılan Bahisler: {wagered} bahis"},reward:{cashBack:"Nakit İadesine Kaydolun",tournamentTicket:"Turnuva Biletine Kayıt Olun",oddsBoost:"Odds Boost'a kaydolun",freeRound:"{freespinNumber} Ücretsiz Döndürme",percentage:"{currency}{capAmount}'a kadar %{bonusAmount}",fixed:"{currency}{bonusAmount}",standard:"Bonus Para",freeBet:"Ücretsiz Bahis"},forwardCasino:"Dahil edilen casino oyunlarına bakın",forwardSports:"Dahil edilen sporları görün",forwardMyWageringBonuses:"Bahis Bonuslarımı Görün"}}},Se=[];
|
|
207
207
|
/**
|
|
208
208
|
* Create a `Writable` store that allows both updating and reading by subscription.
|
|
209
209
|
* @param {*=}value initial value
|
|
210
210
|
* @param {StartStopNotifier=} start
|
|
211
211
|
*/
|
|
212
|
-
function
|
|
213
|
-
const e=!
|
|
212
|
+
function Te(t,l=e){let n;const i=new Set;function r(e){if(o(t,e)&&(t=e,n)){// store is ready
|
|
213
|
+
const e=!Se.length;for(const e of i)e[1](),Se.push(e,t);if(e){for(let e=0;e<Se.length;e+=2)Se[e][0](Se[e+1]);Se.length=0}}}return{set:r,update:function(e){r(e(t))},subscribe:function(o,a=e){const d=[o,a];return i.add(d),1===i.size&&(n=l(r)||e),o(t),()=>{i.delete(d),0===i.size&&n&&(n(),n=null)}}}}function Ue(t,l,n){const o=!Array.isArray(t),a=o?[t]:t,d=l.length<2;return s=t=>{let n=!1;const s=[];let p=0,u=e;const f=()=>{if(p)return;u();const n=l(o?s[0]:s,t);d?t(n):u=r(n)?n:e},h=a.map(((e,t)=>c(e,(e=>{s[t]=e,p&=~(1<<t),n&&f()}),(()=>{p|=1<<t}))));return n=!0,f(),function(){i(h),u(),
|
|
214
214
|
// We need to set this to false because callbacks can still happen despite having unsubscribed:
|
|
215
215
|
// Callbacks might already be placed in the queue which doesn't know it should no longer
|
|
216
216
|
// invoke this derived store.
|
|
217
|
-
n=!1}},{subscribe:
|
|
217
|
+
n=!1}},{subscribe:Te(n,s).subscribe};
|
|
218
218
|
/**
|
|
219
219
|
* Creates a `Readable` store that allows reading by subscription.
|
|
220
220
|
* @param value initial value
|
|
@@ -222,17 +222,17 @@ n=!1}},{subscribe:Ue(n,s).subscribe};
|
|
|
222
222
|
*/
|
|
223
223
|
var s}var we=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===De}(e)}
|
|
224
224
|
// see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25
|
|
225
|
-
(e)};var De="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function He(e,t){return!1!==t.clone&&t.isMergeableObject(e)?Ie((l=e,Array.isArray(l)?[]:{}),e,t):e;var l}function Oe(e,t,l){return e.concat(t).map((function(e){return He(e,l)}))}function Pe(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}(e))}function
|
|
225
|
+
(e)};var De="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function He(e,t){return!1!==t.clone&&t.isMergeableObject(e)?Ie((l=e,Array.isArray(l)?[]:{}),e,t):e;var l}function Oe(e,t,l){return e.concat(t).map((function(e){return He(e,l)}))}function Pe(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}(e))}function Ne(e,t){try{return t in e}catch(e){return!1}}
|
|
226
226
|
// Protects from prototype poisoning and unexpected merging up the prototype chain.
|
|
227
|
-
function
|
|
228
|
-
})(e,i)||(
|
|
227
|
+
function Re(e,t,l){var n={};return l.isMergeableObject(e)&&Pe(e).forEach((function(t){n[t]=He(e[t],l)})),Pe(t).forEach((function(i){(function(e,t){return Ne(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t));// and also unsafe if they're nonenumerable.
|
|
228
|
+
})(e,i)||(Ne(e,i)&&l.isMergeableObject(t[i])?n[i]=function(e,t){if(!t.customMerge)return Ie;var l=t.customMerge(e);return"function"==typeof l?l:Ie}(i,l)(e[i],t[i],l):n[i]=He(t[i],l))})),n}function Ie(e,t,l){(l=l||{}).arrayMerge=l.arrayMerge||Oe,l.isMergeableObject=l.isMergeableObject||we,
|
|
229
229
|
// cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()
|
|
230
230
|
// implementations can use it. The caller may not replace it.
|
|
231
|
-
l.cloneUnlessOtherwiseSpecified=He;var n=Array.isArray(t);return n===Array.isArray(e)?n?l.arrayMerge(e,t,l):
|
|
231
|
+
l.cloneUnlessOtherwiseSpecified=He;var n=Array.isArray(t);return n===Array.isArray(e)?n?l.arrayMerge(e,t,l):Re(e,t,l):He(t,l)}Ie.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,l){return Ie(e,l,t)}),{})};var $e,ke,je,Ke=Ie;
|
|
232
232
|
/**
|
|
233
233
|
* Type Guards
|
|
234
234
|
*/
|
|
235
|
-
function
|
|
235
|
+
function Ve(e){return e.type===ke.literal}function Xe(e){return e.type===ke.argument}function Ye(e){return e.type===ke.number}function We(e){return e.type===ke.date}function ze(e){return e.type===ke.time}function Je(e){return e.type===ke.select}function qe(e){return e.type===ke.plural}function Qe(e){return e.type===ke.pound}function et(e){return e.type===ke.tag}function tt(e){return!(!e||"object"!=typeof e||e.type!==je.number)}function lt(e){return!(!e||"object"!=typeof e||e.type!==je.dateTime)}
|
|
236
236
|
// @generated from regex-gen.ts
|
|
237
237
|
!function(e){
|
|
238
238
|
/** Argument is unclosed (e.g. `{0`) */
|
|
@@ -381,10 +381,10 @@ var ot=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var at=/^\.(?:(0+)(\*)?|(#+)|(0+)
|
|
|
381
381
|
// @@@ case
|
|
382
382
|
return"string"!=typeof n?(t.minimumSignificantDigits=l.length,t.maximumSignificantDigits=l.length):"+"===n?t.minimumSignificantDigits=l.length:"#"===l[0]?t.maximumSignificantDigits=l.length:(t.minimumSignificantDigits=l.length,t.maximumSignificantDigits=l.length+("string"==typeof n?n.length:0)),""})),t}function ut(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function ft(e){
|
|
383
383
|
// Engineering
|
|
384
|
-
var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var l=e.slice(0,2);if("+!"===l?(t.signDisplay="always",e=e.slice(2)):"+?"===l&&(t.signDisplay="exceptZero",e=e.slice(2)),!st.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function
|
|
384
|
+
var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var l=e.slice(0,2);if("+!"===l?(t.signDisplay="always",e=e.slice(2)):"+?"===l&&(t.signDisplay="exceptZero",e=e.slice(2)),!st.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function ht(e){var t=ut(e);return t||{}}
|
|
385
385
|
/**
|
|
386
386
|
* https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md#skeleton-stems-and-options
|
|
387
|
-
*/function
|
|
387
|
+
*/function Ct(e){for(var t={},l=0,n=e;l<n.length;l++){var i=n[l];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=i.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=ee(ee(ee({},t),{notation:"scientific"}),i.options.reduce((function(e,t){return ee(ee({},e),ht(t))}),{}));continue;case"engineering":t=ee(ee(ee({},t),{notation:"engineering"}),i.options.reduce((function(e,t){return ee(ee({},e),ht(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;
|
|
388
388
|
// https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/unicode/unumberformatter.h
|
|
389
389
|
case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;
|
|
390
390
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
@@ -434,10 +434,10 @@ var mt=!!String.prototype.startsWith,Mt=!!String.fromCodePoint,bt=!!Object.fromE
|
|
|
434
434
|
* Pattern_Syntax support: not supported
|
|
435
435
|
* See https://github.com/formatjs/formatjs/issues/2822
|
|
436
436
|
*/
|
|
437
|
-
Gt="a"===(null===(vt=Ot("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===vt?void 0:vt[0])}catch(e){Gt=!1}var St
|
|
437
|
+
Gt="a"===(null===(vt=Ot("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===vt?void 0:vt[0])}catch(e){Gt=!1}var Bt,St=mt?// Native
|
|
438
438
|
function(e,t,l){return e.startsWith(t,l)}:// For IE11
|
|
439
|
-
function(e,t,l){return e.slice(l,l+t.length)===t},
|
|
440
|
-
function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var l,n="",i=e.length,r=0;i>r;){if((l=e[r++])>1114111)throw RangeError(l+" is not a valid code point");n+=l<65536?String.fromCharCode(l):String.fromCharCode(55296+((l-=65536)>>10),l%1024+56320)}return n},
|
|
439
|
+
function(e,t,l){return e.slice(l,l+t.length)===t},Tt=Mt?String.fromCodePoint:// IE11
|
|
440
|
+
function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var l,n="",i=e.length,r=0;i>r;){if((l=e[r++])>1114111)throw RangeError(l+" is not a valid code point");n+=l<65536?String.fromCharCode(l):String.fromCharCode(55296+((l-=65536)>>10),l%1024+56320)}return n},Ut=
|
|
441
441
|
// native
|
|
442
442
|
bt?Object.fromEntries:// Ponyfill
|
|
443
443
|
function(e){for(var t={},l=0,n=e;l<n.length;l++){var i=n[l],r=i[0],o=i[1];t[r]=o}return t},wt=Ft?// Native
|
|
@@ -452,9 +452,9 @@ function Ot(e,t){return new RegExp(e,t)}
|
|
|
452
452
|
// #endregion
|
|
453
453
|
if(Gt){
|
|
454
454
|
// Native
|
|
455
|
-
var Pt=Ot("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");
|
|
455
|
+
var Pt=Ot("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Bt=function(e,t){var l;return Pt.lastIndex=t,null!==(l=Pt.exec(e)[1])&&void 0!==l?l:""}}else
|
|
456
456
|
// IE11
|
|
457
|
-
|
|
457
|
+
Bt=function(e,t){for(var l=[];;){var n=wt(e,t);if(void 0===n||It(n)||$t(n))break;l.push(n),t+=n>=65536?2:1}return Tt.apply(void 0,l)};var Nt=/** @class */function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,l){for(var n=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((r=this.parseArgument(e,l)).err)return r;n.push(r.val)}else{if(125/* `}` */===i&&e>0)break;if(35/* `#` */!==i||"plural"!==t&&"selectordinal"!==t){if(60/* `<` */===i&&!this.ignoreTag&&47===this.peek()){if(l)break;return this.error($e.UNMATCHED_CLOSING_TAG,Et(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&Rt(this.peek()||0)){if((r=this.parseTag(e,t)).err)return r;n.push(r.val)}else{var r;if((r=this.parseLiteral(e,t)).err)return r;n.push(r.val)}}else{var o=this.clonePosition();this.bump(),n.push({type:ke.pound,location:Et(o,this.clonePosition())})}}}return{val:n,err:null}},
|
|
458
458
|
/**
|
|
459
459
|
* A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
|
|
460
460
|
* [custom element name][] except that a dash is NOT always mandatory and uppercase letters
|
|
@@ -478,12 +478,12 @@ var n=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))
|
|
|
478
478
|
// Self closing tag
|
|
479
479
|
return{val:{type:ke.literal,value:"<".concat(n,"/>"),location:Et(l,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var r=i.val,o=this.clonePosition();
|
|
480
480
|
// Expecting a close tag
|
|
481
|
-
if(this.bumpIf("</")){if(this.isEOF()||!
|
|
481
|
+
if(this.bumpIf("</")){if(this.isEOF()||!Rt(this.char()))return this.error($e.INVALID_TAG,Et(o,this.clonePosition()));var a=this.clonePosition();return n!==this.parseTagName()?this.error($e.UNMATCHED_CLOSING_TAG,Et(a,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:ke.tag,value:n,children:r,location:Et(l,this.clonePosition())},err:null}:this.error($e.INVALID_TAG,Et(o,this.clonePosition())))}return this.error($e.UNCLOSED_TAG,Et(l,this.clonePosition()))}return this.error($e.INVALID_TAG,Et(l,this.clonePosition()))},
|
|
482
482
|
/**
|
|
483
483
|
* This method assumes that the caller has peeked ahead for the first tag character.
|
|
484
484
|
*/
|
|
485
485
|
e.prototype.parseTagName=function(){var e,t=this.offset();// the first tag name character
|
|
486
|
-
for(this.bump();!this.isEOF()&&(45/* '-' */===(e=this.char())||46/* '.' */===e||e>=48&&e<=57/* 0..9 */||95/* '_' */===e||e>=97&&e<=122/** a..z */||e>=65&&e<=90/* A..Z */||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var l=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var r=this.tryParseUnquoted(e,t);if(r)n+=r;else{var o=this.tryParseLeftAngleBracket();if(!o)break;n+=o}}}var a=Et(l,this.clonePosition());return{val:{type:ke.literal,value:n,location:a},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(
|
|
486
|
+
for(this.bump();!this.isEOF()&&(45/* '-' */===(e=this.char())||46/* '.' */===e||e>=48&&e<=57/* 0..9 */||95/* '_' */===e||e>=97&&e<=122/** a..z */||e>=65&&e<=90/* A..Z */||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var l=this.clonePosition(),n="";;){var i=this.tryParseQuote(t);if(i)n+=i;else{var r=this.tryParseUnquoted(e,t);if(r)n+=r;else{var o=this.tryParseLeftAngleBracket();if(!o)break;n+=o}}}var a=Et(l,this.clonePosition());return{val:{type:ke.literal,value:n,location:a},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(Rt(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e;
|
|
487
487
|
/** See `parseTag` function docs. */},
|
|
488
488
|
/**
|
|
489
489
|
* Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
|
|
@@ -505,7 +505,7 @@ for(this.bump();!this.isEOF();){var l=this.char();if(39/* `'` */===l){if(39/* `'
|
|
|
505
505
|
// Optional closing apostrophe.
|
|
506
506
|
this.bump();break}t.push(39),
|
|
507
507
|
// Bump one more time because we need to skip 2 characters.
|
|
508
|
-
this.bump()}else t.push(l);this.bump()}return
|
|
508
|
+
this.bump()}else t.push(l);this.bump()}return Tt.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var l=this.char();return 60/* `<` */===l||123/* `{` */===l||35/* `#` */===l&&("plural"===t||"selectordinal"===t)||125/* `}` */===l&&e>0?null:(this.bump(),Tt(l))},e.prototype.parseArgument=function(e,t){var l=this.clonePosition();if(this.bump(),// `{`
|
|
509
509
|
this.bumpSpace(),this.isEOF())return this.error($e.EXPECT_ARGUMENT_CLOSING_BRACE,Et(l,this.clonePosition()));if(125/* `}` */===this.char())return this.bump(),this.error($e.EMPTY_ARGUMENT,Et(l,this.clonePosition()));
|
|
510
510
|
// argument name
|
|
511
511
|
var n=this.parseIdentifierIfPossible().value;if(!n)return this.error($e.MALFORMED_ARGUMENT,Et(l,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error($e.EXPECT_ARGUMENT_CLOSING_BRACE,Et(l,this.clonePosition()));switch(this.char()){
|
|
@@ -521,7 +521,7 @@ this.bumpSpace(),this.isEOF()?this.error($e.EXPECT_ARGUMENT_CLOSING_BRACE,Et(l,t
|
|
|
521
521
|
* Advance the parser until the end of the identifier, if it is currently on
|
|
522
522
|
* an identifier character. Return an empty string otherwise.
|
|
523
523
|
*/
|
|
524
|
-
e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),l=
|
|
524
|
+
e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),l=Bt(this.message,t),n=t+l.length;return this.bumpTo(n),{value:l,location:Et(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,l,n){var i,r=this.clonePosition(),o=this.parseIdentifierIfPossible().value,a=this.clonePosition();
|
|
525
525
|
// Parse this range:
|
|
526
526
|
// {name, type, style}
|
|
527
527
|
// ^---^
|
|
@@ -533,7 +533,7 @@ return this.error($e.EXPECT_ARGUMENT_TYPE,Et(r,a));case"number":case"date":case"
|
|
|
533
533
|
// ^-------^
|
|
534
534
|
this.bumpSpace();var d=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((_=this.parseSimpleArgStyleIfPossible()).err)return _;if(0===(f=Ht(_.val)).length)return this.error($e.EXPECT_ARGUMENT_STYLE,Et(this.clonePosition(),this.clonePosition()));d={style:f,styleLocation:Et(c,this.clonePosition())}}if((L=this.tryParseArgumentClose(n)).err)return L;var s=Et(n,this.clonePosition());
|
|
535
535
|
// Extract style or skeleton
|
|
536
|
-
if(d&&
|
|
536
|
+
if(d&&St(null==d?void 0:d.style,"::",0)){
|
|
537
537
|
// Skeleton starts with `::`.
|
|
538
538
|
var p=Dt(d.style.slice(2));if("number"===o)return(_=this.parseNumberSkeletonFromString(p,d.styleLocation)).err?_:{val:{type:ke.number,value:l,location:s,style:_.val},err:null};if(0===p.length)return this.error($e.EXPECT_DATE_TIME_SKELETON,s);var u=p;
|
|
539
539
|
// Get "best match" pattern only if locale is passed, if not, let it
|
|
@@ -545,16 +545,16 @@ return{val:{type:"number"===o?ke.number:"date"===o?ke.date:ke.time,value:l,locat
|
|
|
545
545
|
// Parse this range:
|
|
546
546
|
// {name, plural, options}
|
|
547
547
|
// ^---------^
|
|
548
|
-
var
|
|
548
|
+
var h=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error($e.EXPECT_SELECT_ARGUMENT_OPTIONS,Et(h,ee({},h)));this.bumpSpace();
|
|
549
549
|
// Parse offset:
|
|
550
550
|
// {name, plural, offset:1, options}
|
|
551
551
|
// ^-----^
|
|
552
552
|
// or the first option:
|
|
553
553
|
// {name, plural, one {...} other {...}}
|
|
554
554
|
// ^--^
|
|
555
|
-
var
|
|
555
|
+
var C=this.parseIdentifierIfPossible(),v=0;if("select"!==o&&"offset"===C.value){if(!this.bumpIf(":"))return this.error($e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Et(this.clonePosition(),this.clonePosition()));var _;if(this.bumpSpace(),(_=this.tryParseDecimalInteger($e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,$e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return _;
|
|
556
556
|
// Parse another identifier for option parsing
|
|
557
|
-
this.bumpSpace(),
|
|
557
|
+
this.bumpSpace(),C=this.parseIdentifierIfPossible(),v=_.val}var L,g=this.tryParsePluralOrSelectOptions(e,o,t,C);if(g.err)return g;if((L=this.tryParseArgumentClose(n)).err)return L;var y=Et(n,this.clonePosition());return"select"===o?{val:{type:ke.select,value:l,options:Ut(g.val),location:y},err:null}:{val:{type:ke.plural,value:l,options:Ut(g.val),offset:v,pluralType:"plural"===o?"cardinal":"ordinal",location:y},err:null};default:return this.error($e.INVALID_ARGUMENT_TYPE,Et(r,a))}},e.prototype.tryParseArgumentClose=function(e){
|
|
558
558
|
// Parse: {value, number, ::currency/GBP }
|
|
559
559
|
return this.isEOF()||125/* `}` */!==this.char()?this.error($e.EXPECT_ARGUMENT_CLOSING_BRACE,Et(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},
|
|
560
560
|
/**
|
|
@@ -565,7 +565,7 @@ e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePos
|
|
|
565
565
|
// Find the end of the quoted literal text.
|
|
566
566
|
this.bump();var l=this.clonePosition();if(!this.bumpUntil("'"))return this.error($e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Et(l,this.clonePosition()));this.bump();break;case 123/* `{` */:e+=1,this.bump();break;case 125/* `}` */:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var l=[];try{l=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");
|
|
567
567
|
// Parse the skeleton
|
|
568
|
-
for(var t=[],l=0,n=e.split(ot).filter((function(e){return e.length>0}));l<n.length;l++){var i=n[l].split("/");if(0===i.length)throw new Error("Invalid number skeleton");for(var r=i[0],o=i.slice(1),a=0,d=o;a<d.length;a++)if(0===d[a].length)throw new Error("Invalid number skeleton");t.push({stem:r,options:o})}return t}(e)}catch(e){return this.error($e.INVALID_NUMBER_SKELETON,t)}return{val:{type:je.number,tokens:l,location:t,parsedOptions:this.shouldParseSkeletons?
|
|
568
|
+
for(var t=[],l=0,n=e.split(ot).filter((function(e){return e.length>0}));l<n.length;l++){var i=n[l].split("/");if(0===i.length)throw new Error("Invalid number skeleton");for(var r=i[0],o=i.slice(1),a=0,d=o;a<d.length;a++)if(0===d[a].length)throw new Error("Invalid number skeleton");t.push({stem:r,options:o})}return t}(e)}catch(e){return this.error($e.INVALID_NUMBER_SKELETON,t)}return{val:{type:je.number,tokens:l,location:t,parsedOptions:this.shouldParseSkeletons?Ct(l):{}},err:null}},
|
|
569
569
|
/**
|
|
570
570
|
* @param nesting_level The current nesting level of messages.
|
|
571
571
|
* This can be positive when parsing message fragment in select or plural argument options.
|
|
@@ -588,7 +588,7 @@ if(a.has(d))return this.error("select"===t?$e.DUPLICATE_SELECT_ARGUMENT_SELECTOR
|
|
|
588
588
|
// Parse:
|
|
589
589
|
// one {one apple}
|
|
590
590
|
// ^----------^
|
|
591
|
-
this.bumpSpace();var u=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?$e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:$e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Et(this.clonePosition(),this.clonePosition()));var f=this.parseMessage(e+1,t,l);if(f.err)return f;var
|
|
591
|
+
this.bumpSpace();var u=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?$e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:$e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Et(this.clonePosition(),this.clonePosition()));var f=this.parseMessage(e+1,t,l);if(f.err)return f;var h=this.tryParseArgumentClose(u);if(h.err)return h;o.push([d,{value:f.val,location:Et(u,this.clonePosition())}]),
|
|
592
592
|
// Keep track of the existing selectors
|
|
593
593
|
a.add(d),
|
|
594
594
|
// Prep next selector clause.
|
|
@@ -610,7 +610,7 @@ this.position.offset+=e<65536?1:2)}},
|
|
|
610
610
|
* following the prefix and return true. Otherwise, don't bump the parser
|
|
611
611
|
* and return false.
|
|
612
612
|
*/
|
|
613
|
-
e.prototype.bumpIf=function(e){if(
|
|
613
|
+
e.prototype.bumpIf=function(e){if(St(this.message,e,this.offset())){for(var t=0;t<e.length;t++)this.bump();return!0}return!1},
|
|
614
614
|
/**
|
|
615
615
|
* Bump the parser until the pattern character is found and return `true`.
|
|
616
616
|
* Otherwise bump to the end of the file and return `false`.
|
|
@@ -632,7 +632,7 @@ e.prototype.peek=function(){if(this.isEOF())return null;var e=this.char(),t=this
|
|
|
632
632
|
* This check if codepoint is alphabet (lower & uppercase)
|
|
633
633
|
* @param codepoint
|
|
634
634
|
* @returns
|
|
635
|
-
*/function
|
|
635
|
+
*/function Rt(e){return e>=97&&e<=122||e>=65&&e<=90}
|
|
636
636
|
/**
|
|
637
637
|
* Code point equivalent of regex `\p{White_Space}`.
|
|
638
638
|
* From: https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
@@ -641,7 +641,7 @@ function It(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||
|
|
|
641
641
|
/**
|
|
642
642
|
* Code point equivalent of regex `\p{Pattern_Syntax}`.
|
|
643
643
|
* See https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
|
644
|
-
*/function $t(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function kt(e){e.forEach((function(e){if(delete e.location,Je(e)||qe(e))for(var t in e.options)delete e.options[t].location,kt(e.options[t].value);else
|
|
644
|
+
*/function $t(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function kt(e){e.forEach((function(e){if(delete e.location,Je(e)||qe(e))for(var t in e.options)delete e.options[t].location,kt(e.options[t].value);else Ye(e)&&tt(e.style)||(We(e)||ze(e))&<(e.style)?delete e.style.location:et(e)&&kt(e.children)}))}function jt(e,t){void 0===t&&(t={}),t=ee({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var l=new Nt(e,t).parse();if(l.err){var n=SyntaxError($e[l.err.kind]);
|
|
645
645
|
// @ts-expect-error Assign to error object
|
|
646
646
|
throw n.location=l.err.location,
|
|
647
647
|
// @ts-expect-error Assign to error object
|
|
@@ -649,11 +649,11 @@ n.originalMessage=l.err.message,n}return(null==t?void 0:t.captureLocation)||kt(l
|
|
|
649
649
|
|
|
650
650
|
// Main
|
|
651
651
|
|
|
652
|
-
function
|
|
652
|
+
function Kt(e,t){var l=t&&t.cache?t.cache:Qt,n=t&&t.serializer?t.serializer:zt;return(t&&t.strategy?t.strategy:Wt)(e,{cache:l,serializer:n})}
|
|
653
653
|
|
|
654
654
|
// Strategy
|
|
655
655
|
|
|
656
|
-
function
|
|
656
|
+
function Vt(e,t,l,n){var i,r=null==(i=n)||"number"==typeof i||"boolean"==typeof i?n:l(n),o=t.get(r);return void 0===o&&(o=e.call(this,n),t.set(r,o)),o}function Xt(e,t,l){var n=Array.prototype.slice.call(arguments,3),i=l(n),r=t.get(i);return void 0===r&&(r=e.apply(this,n),t.set(i,r)),r}function Yt(e,t,l,n,i){return l.bind(t,e,n,i)}function Wt(e,t){return Yt(e,this,1===e.length?Vt:Xt,t.cache.create(),t.serializer)}
|
|
657
657
|
// Serializer
|
|
658
658
|
var zt=function(){return JSON.stringify(arguments)};
|
|
659
659
|
|
|
@@ -661,7 +661,7 @@ var zt=function(){return JSON.stringify(arguments)};
|
|
|
661
661
|
|
|
662
662
|
function Jt(){this.cache=Object.create(null)}Jt.prototype.get=function(e){return this.cache[e]},Jt.prototype.set=function(e,t){this.cache[e]=t};var qt,Qt={create:function(){
|
|
663
663
|
// @ts-ignore
|
|
664
|
-
return new Jt}},el={variadic:function(e,t){return
|
|
664
|
+
return new Jt}},el={variadic:function(e,t){return Yt(e,this,Xt,t.cache.create(),t.serializer)},monadic:function(e,t){return Yt(e,this,Vt,t.cache.create(),t.serializer)}};!function(e){
|
|
665
665
|
// When we have a placeholder but no value to format
|
|
666
666
|
e.MISSING_VALUE="MISSING_VALUE",
|
|
667
667
|
// When value supplied is invalid
|
|
@@ -673,9 +673,9 @@ function al(e,t,l,n,i,r,
|
|
|
673
673
|
// For debugging
|
|
674
674
|
o){
|
|
675
675
|
// Hot path for straight simple msg translations
|
|
676
|
-
if(1===e.length&&
|
|
676
|
+
if(1===e.length&&Ve(e[0]))return[{type:tl.literal,value:e[0].value}];for(var a=[],d=0,c=e;d<c.length;d++){var s=c[d];
|
|
677
677
|
// Exit early for string parts.
|
|
678
|
-
if(
|
|
678
|
+
if(Ve(s))a.push({type:tl.literal,value:s.value});else
|
|
679
679
|
// TODO: should this part be literal type?
|
|
680
680
|
// Replace `#` in plural rules with the actual numeric value.
|
|
681
681
|
if(Qe(s))"number"==typeof r&&a.push({type:tl.literal,value:l.getNumberFormat(t).format(r)});else{var p=s.value;
|
|
@@ -684,7 +684,7 @@ if(!i||!(p in i))throw new rl(p,o);var u=i[p];if(Xe(s))u&&"string"!=typeof u&&"n
|
|
|
684
684
|
// Recursively format plural and select parts' option — which can be a
|
|
685
685
|
// nested pattern structure. The choosing of the option to use is
|
|
686
686
|
// abstracted-by and delegated-to the part helper object.
|
|
687
|
-
if(
|
|
687
|
+
if(We(s)){var f="string"==typeof s.style?n.date[s.style]:lt(s.style)?s.style.parsedOptions:void 0;a.push({type:tl.literal,value:l.getDateTimeFormat(t,f).format(u)})}else if(ze(s)){f="string"==typeof s.style?n.time[s.style]:lt(s.style)?s.style.parsedOptions:n.time.medium;a.push({type:tl.literal,value:l.getDateTimeFormat(t,f).format(u)})}else if(Ye(s)){(f="string"==typeof s.style?n.number[s.style]:tt(s.style)?s.style.parsedOptions:void 0)&&f.scale&&(u*=f.scale||1),a.push({type:tl.literal,value:l.getNumberFormat(t,f).format(u)})}else{if(et(s)){var h=s.children,C=s.value,v=i[C];if(!ol(v))throw new il(C,"function",o);var _=v(al(h,t,l,n,i,r).map((function(e){return e.value})));Array.isArray(_)||(_=[_]),a.push.apply(a,_.map((function(e){return{type:"string"==typeof e?tl.literal:tl.object,value:e}})))}if(Je(s)){if(!(L=s.options[u]||s.options.other))throw new nl(s.value,u,Object.keys(s.options),o);a.push.apply(a,al(L.value,t,l,n,i))}else if(qe(s)){var L;if(!(L=s.options["=".concat(u)])){if(!Intl.PluralRules)throw new ll('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',qt.MISSING_INTL_API,o);var g=l.getPluralRules(t,{type:s.pluralType}).select(u-(s.offset||0));L=s.options[g]||s.options.other}if(!L)throw new nl(s.value,u,Object.keys(s.options),o);a.push.apply(a,al(L.value,t,l,n,i,u-(s.offset||0)))}else;}}}return function(e){return e.length<2?e:e.reduce((function(e,t){var l=e[e.length-1];return l&&l.type===tl.literal&&t.type===tl.literal?l.value+=t.value:e.push(t),e}),[])}(a)}
|
|
688
688
|
/*
|
|
689
689
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
690
690
|
Copyrights licensed under the New BSD License.
|
|
@@ -700,50 +700,50 @@ this.locales=l,this.resolvedLocale=e.resolveLocale(l),"string"==typeof t){if(thi
|
|
|
700
700
|
this.ast=e.__parse(t,{ignoreTag:null==i?void 0:i.ignoreTag,locale:this.resolvedLocale})}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");
|
|
701
701
|
// Creates a new object with the specified `formats` merged with the default
|
|
702
702
|
// formats.
|
|
703
|
-
this.formats=dl(e.formats,n),this.formatters=i&&i.formatters||(void 0===(r=this.formatterCache)&&(r={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:
|
|
703
|
+
this.formats=dl(e.formats,n),this.formatters=i&&i.formatters||(void 0===(r=this.formatterCache)&&(r={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Kt((function(){for(var e,t=[],l=0;l<arguments.length;l++)t[l]=arguments[l];return new((e=Intl.NumberFormat).bind.apply(e,le([void 0],t,!1)))}),{cache:cl(r.number),strategy:el.variadic}),getDateTimeFormat:Kt((function(){for(var e,t=[],l=0;l<arguments.length;l++)t[l]=arguments[l];return new((e=Intl.DateTimeFormat).bind.apply(e,le([void 0],t,!1)))}),{cache:cl(r.dateTime),strategy:el.variadic}),getPluralRules:Kt((function(){for(var e,t=[],l=0;l<arguments.length;l++)t[l]=arguments[l];return new((e=Intl.PluralRules).bind.apply(e,le([void 0],t,!1)))}),{cache:cl(r.pluralRules),strategy:el.variadic})})}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(e){var t=Intl.NumberFormat.supportedLocalesOf(e);return t.length>0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=jt,
|
|
704
704
|
// Default format options used as the prototype of the `formats` provided to the
|
|
705
705
|
// constructor. These are used when constructing the internal Intl.NumberFormat
|
|
706
706
|
// and Intl.DateTimeFormat instances.
|
|
707
|
-
e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();const pl={},ul=(e,t,l)=>l?(t in pl||(pl[t]={}),e in pl[t]||(pl[t][e]=l),l):l,fl=(e,t)=>{if(null==t)return;if(t in pl&&e in pl[t])return pl[t][e];const l=Pl(t);for(let n=0;n<l.length;n++){const i=_l(l[n],e);if(i)return ul(e,t,i)}};let
|
|
707
|
+
e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();const pl={},ul=(e,t,l)=>l?(t in pl||(pl[t]={}),e in pl[t]||(pl[t][e]=l),l):l,fl=(e,t)=>{if(null==t)return;if(t in pl&&e in pl[t])return pl[t][e];const l=Pl(t);for(let n=0;n<l.length;n++){const i=_l(l[n],e);if(i)return ul(e,t,i)}};let hl;const Cl=Te({});function vl(e){return e in hl}function _l(e,t){if(!vl(e))return null;const l=function(e){return hl[e]||null}(e);return function(e,t){if(null==t)return;if(t in e)return e[t];const l=t.split(".");let n=e;for(let e=0;e<l.length;e++)if("object"==typeof n){if(e>0){const t=l.slice(e,l.length).join(".");if(t in n){n=n[t];break}}n=n[l[e]]}else n=void 0;return n}(l,t)}function Ll(e,...t){delete pl[e],Cl.update((l=>(l[e]=Ke.all([l[e]||{},...t]),l)))}Ue([Cl],(([e])=>Object.keys(e))),Cl.subscribe((e=>hl=e));const gl={};function yl(e){return gl[e]}function El(e){return null!=e&&Pl(e).some((e=>{var t;return null==(t=yl(e))?void 0:t.size}))}function ml(e,t){const l=Promise.all(t.map((t=>(function(e,t){gl[e].delete(t),0===gl[e].size&&delete gl[e]}(e,t),t().then((e=>e.default||e))))));return l.then((t=>Ll(e,...t)))}const Ml={};function bl(e){if(!El(e))return e in Ml?Ml[e]:Promise.resolve();const t=function(e){return Pl(e).map((e=>{const t=yl(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return Ml[e]=Promise.all(t.map((([e,t])=>ml(e,t)))).then((()=>{if(El(e))return bl(e);delete Ml[e]})),Ml[e]}const Fl={fallbackLocale:null,loadingDelay:200,formats:{number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0};function Zl(){return Fl}const xl=Te(!1);var Al=Object.defineProperty,Gl=Object.defineProperties,Bl=Object.getOwnPropertyDescriptors,Sl=Object.getOwnPropertySymbols,Tl=Object.prototype.hasOwnProperty,Ul=Object.prototype.propertyIsEnumerable,wl=(e,t,l)=>t in e?Al(e,t,{enumerable:!0,configurable:!0,writable:!0,value:l}):e[t]=l;let Dl;const Hl=Te(null);function Ol(e){return e.split("-").map(((e,t,l)=>l.slice(0,t+1).join("-"))).reverse()}function Pl(e,t=Zl().fallbackLocale){const l=Ol(e);return t?[...new Set([...l,...Ol(t)])]:l}function Nl(){return null!=Dl?Dl:void 0}Hl.subscribe((e=>{Dl=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const Rl=(Il=((e,t)=>{for(var l in t||(t={}))Tl.call(t,l)&&wl(e,l,t[l]);if(Sl)for(var l of Sl(t))Ul.call(t,l)&&wl(e,l,t[l]);return e})({},Hl),Gl(Il,Bl({set:e=>{if(e&&function(e){if(null==e)return;const t=Pl(e);for(let e=0;e<t.length;e++){const l=t[e];if(vl(l))return l}}(e)&&El(e)){const{loadingDelay:t}=Zl();let l;return"undefined"!=typeof window&&null!=Nl()&&t?l=window.setTimeout((()=>xl.set(!0)),t):xl.set(!0),bl(e).then((()=>{Hl.set(e)})).finally((()=>{clearTimeout(l),xl.set(!1)}))}return Hl.set(e)}})));var Il;const $l=e=>{const t=Object.create(null);return l=>{const n=JSON.stringify(l);return n in t?t[n]:t[n]=e(l)}};var kl=Object.defineProperty,jl=Object.getOwnPropertySymbols,Kl=Object.prototype.hasOwnProperty,Vl=Object.prototype.propertyIsEnumerable,Xl=(e,t,l)=>t in e?kl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:l}):e[t]=l,Yl=(e,t)=>{for(var l in t||(t={}))Kl.call(t,l)&&Xl(e,l,t[l]);if(jl)for(var l of jl(t))Vl.call(t,l)&&Xl(e,l,t[l]);return e},Wl=(e,t)=>{var l={};for(var n in e)Kl.call(e,n)&&t.indexOf(n)<0&&(l[n]=e[n]);if(null!=e&&jl)for(var n of jl(e))t.indexOf(n)<0&&Vl.call(e,n)&&(l[n]=e[n]);return l};const zl=(e,t)=>{const{formats:l}=Zl();if(e in l&&t in l[e])return l[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Jl=$l((e=>{var t=e,{locale:l,format:n}=t,i=Wl(t,["locale","format"]);if(null==l)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=zl("number",n)),new Intl.NumberFormat(l,i)})),ql=$l((e=>{var t=e,{locale:l,format:n}=t,i=Wl(t,["locale","format"]);if(null==l)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=zl("date",n):0===Object.keys(i).length&&(i=zl("date","short")),new Intl.DateTimeFormat(l,i)})),Ql=$l((e=>{var t=e,{locale:l,format:n}=t,i=Wl(t,["locale","format"]);if(null==l)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=zl("time",n):0===Object.keys(i).length&&(i=zl("time","short")),new Intl.DateTimeFormat(l,i)})),en=$l((
|
|
708
708
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
709
|
-
(e,t=
|
|
709
|
+
(e,t=Nl())=>new sl(e,t,Zl().formats,{ignoreTag:Zl().ignoreTag}))),tn=(e,t={})=>{var l,n,i,r;let o=t;"object"==typeof e&&(o=e,e=o.id);const{values:a,locale:d=Nl(),default:c}=o;if(null==d)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let s=fl(e,d);if(s){if("string"!=typeof s)return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof s}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),s}else s=null!=(r=null!=(i=null==(n=(l=Zl()).handleMissingMessage)?void 0:n.call(l,{locale:d,id:e,defaultValue:c}))?i:c)?r:e;if(!a)return s;let p=s;try{p=en(s,d).format(a)}catch(t){t instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return p},ln=(e,t)=>((e={})=>{var t=e,{locale:l=Nl()}=t,n=Wl(t,["locale"]);return Ql(Yl({locale:l},n))})(t).format(e),nn=(e,t)=>((e={})=>{var t=e,{locale:l=Nl()}=t,n=Wl(t,["locale"]);return ql(Yl({locale:l},n))})(t).format(e),rn=(e,t)=>((e={})=>{var t=e,{locale:l=Nl()}=t,n=Wl(t,["locale"]);return Jl(Yl({locale:l},n))})(t).format(e),on=(e,t=Nl())=>fl(e,t),an=Ue([Rl,Cl],(()=>tn));Ue([Rl],(()=>ln)),Ue([Rl],(()=>nn)),Ue([Rl],(()=>rn)),Ue([Rl,Cl],(()=>on));const dn=(e,t)=>{Ll(e,t)},cn=e=>{(({withLocale:e,translations:t})=>{Rl.subscribe((l=>{null==l&&(Cl.set(t),Rl.set(e))}));// maybe we will need this to make sure that the i18n is set up only once
|
|
710
710
|
/*dictionary.set(translations);
|
|
711
711
|
locale.set(_locale);*/})({withLocale:"en",translations:{}}),Object.keys(e).forEach((t=>{dn(t,e[t])}))},{window:sn}=p;function pn(e,t,l){const n=e.slice();return n[28]=t[l],n[30]=l,n}function un(e,t,l){const n=e.slice();return n[31]=t[l],n}function fn(e,t,l){const n=e.slice();return n[34]=t[l],n}
|
|
712
712
|
// (98:0) {#if bonus && isMobileView}
|
|
713
|
-
function
|
|
713
|
+
function hn(e){let l,n,i,r,o,a,c,s,p,C,g,y,m,b,F,x,A,G,B,S,T,U,w=/*locale*/e[4]("wageringBonus")+"",D=/*bonus*/e[1]?` - ${/*bonus*/e[1]?.name}`:"",H=/*bonus*/(e[1]?Ge(/*bonus*/e[1]?.expiryDate):" ")+"",O=[ne("Title")],P={};for(let e=0;e<O.length;e+=1)P=t(P,O[e]);let N=[ne("CloseIcon")],R={};for(let e=0;e<N.length;e+=1)R=t(R,N[e]);let I=[ne("ImageAndNameContainer")],$={};for(let e=0;e<I.length;e+=1)$=t($,I[e]);let k=[ne("ExpiryDateTimeIcon")],j={};for(let e=0;e<k.length;e+=1)j=t(j,k[e]);let K=[ne("ExpiryDateTime")],V={};for(let e=0;e<K.length;e+=1)V=t(V,K[e]);let X=[ne("ExpiryDateTimeContainer")],Y={};for(let e=0;e<X.length;e+=1)Y=t(Y,X[e]);let W=[ne("TopContainer")],z={};for(let e=0;e<W.length;e+=1)z=t(z,W[e]);return{c(){l=v("div"),n=v("div"),i=v("div"),r=v("img"),c=L(),s=v("div"),p=_(w),C=_(D),g=L(),y=v("div"),m=v("img"),F=L(),x=v("div"),A=v("span"),G=v("img"),S=L(),T=v("span"),U=_(H),d(r.src,o=/*bonus*/e[1]?.assets)||E(r,"src",o),E(r,"alt",""),E(i,"class",a=/*bonus*/e[1]?.assets?"":"Hidden"),M(s,P),d(m.src,b=Ze)||E(m,"src",b),E(m,"alt",""),M(y,R),M(n,$),d(G.src,B=Fe)||E(G,"src",B),E(G,"alt",""),M(A,j),M(T,V),M(x,Y),M(l,z)},m(e,t){f(e,l,t),u(l,n),u(n,i),u(i,r),u(n,c),u(n,s),u(s,p),u(s,C),u(n,g),u(n,y),u(y,m),u(l,F),u(l,x),u(x,A),u(A,G),u(x,S),u(x,T),u(T,U)},p(e,t){/*bonus*/2&t[0]&&!d(r.src,o=/*bonus*/e[1]?.assets)&&E(r,"src",o),/*bonus*/2&t[0]&&a!==(a=/*bonus*/e[1]?.assets?"":"Hidden")&&E(i,"class",a),/*locale*/16&t[0]&&w!==(w=/*locale*/e[4]("wageringBonus")+"")&&Z(p,w,P.contenteditable),/*bonus*/2&t[0]&&D!==(D=/*bonus*/e[1]?` - ${/*bonus*/e[1]?.name}`:"")&&Z(C,D,P.contenteditable),/*bonus*/2&t[0]&&H!==(H=/*bonus*/(e[1]?Ge(/*bonus*/e[1]?.expiryDate):" ")+"")&&Z(U,H,V.contenteditable)},d(e){e&&h(l)}}}
|
|
714
714
|
// (191:8) {:else}
|
|
715
|
-
function
|
|
715
|
+
function Cn(t){let l;return{c(){l=_("Don't found specified bonus")},m(e,t){f(e,l,t)},p:e,d(e){e&&h(l)}}}
|
|
716
716
|
// (133:8) {#if bonus}
|
|
717
|
-
function vn(e){let l,n,i,r,o,a,d,c,s,p,g,y,m,b,Z,x,A,G=/*locale*/e[4]("level")+"",
|
|
717
|
+
function vn(e){let l,n,i,r,o,a,d,c,s,p,g,y,m,b,Z,x,A,G=/*locale*/e[4]("level")+"",B=/*locale*/e[4]("target")+"",S=/*locale*/e[4]("status")+"",T=/*locale*/e[4]("rewards")+"",U=/*levels*/e[5],w=[];for(let t=0;t<U.length;t+=1)w[t]=bn(pn(e,U,t));let D=[ne("TableCointainer",/*isMobileView*/e[9]&&"TableCointainerMobile")],H={};for(let e=0;e<D.length;e+=1)H=t(H,D[e]);return{c(){l=v("div"),n=v("table"),i=v("thead"),r=v("tr"),o=v("th"),a=_(G),d=L(),c=v("th"),s=_(B),p=L(),g=v("th"),y=_(S),m=L(),b=v("th"),Z=_(T),x=L(),A=v("tbody");for(let e=0;e<w.length;e+=1)w[e].c();E(n,"border",0),M(l,H)},m(e,t){f(e,l,t),u(l,n),u(n,i),u(i,r),u(r,o),u(o,a),u(r,d),u(r,c),u(c,s),u(r,p),u(r,g),u(g,y),u(r,m),u(r,b),u(b,Z),u(n,x),u(n,A);for(let e=0;e<w.length;e+=1)w[e]&&w[e].m(A,null)},p(e,t){if(/*locale*/16&t[0]&&G!==(G=/*locale*/e[4]("level")+"")&&F(a,G),/*locale*/16&t[0]&&B!==(B=/*locale*/e[4]("target")+"")&&F(s,B),/*locale*/16&t[0]&&S!==(S=/*locale*/e[4]("status")+"")&&F(y,S),/*locale*/16&t[0]&&T!==(T=/*locale*/e[4]("rewards")+"")&&F(Z,T),/*bonus, currentlevel, levels, locale, isMobileView*/626&t[0]){let l;for(U=/*levels*/e[5],l=0;l<U.length;l+=1){const n=pn(e,U,l);w[l]?w[l].p(n,t):(w[l]=bn(n),w[l].c(),w[l].m(A,null))}for(;l<w.length;l+=1)w[l].d(1);w.length=U.length}M(l,H=function(e,t){const l={},n={},i={$$scope:1};let r=e.length;for(;r--;){const o=e[r],a=t[r];if(a){for(const e in o)e in a||(n[e]=1);for(const e in a)i[e]||(l[e]=a[e],i[e]=1);e[r]=a}else for(const e in o)i[e]=1}for(const e in n)e in l||(l[e]=void 0);return l}(D,[/*isMobileView*/512&t[0]&&ne("TableCointainer",/*isMobileView*/e[9]&&"TableCointainerMobile")]))},d(e){e&&h(l),C(w,e)}}}
|
|
718
718
|
// (130:6) {#if isLoading}
|
|
719
|
-
function _n(t){let l;return{c(){l=v("general-animation-loading")},m(e,t){f(e,l,t)},p:e,d(e){e&&
|
|
719
|
+
function _n(t){let l;return{c(){l=v("general-animation-loading")},m(e,t){f(e,l,t)},p:e,d(e){e&&h(l)}}}
|
|
720
720
|
// (175:26) {:else}
|
|
721
|
-
function Ln(e){let t,l=/*locale*/e[4](/*status*/e[31])+"";return{c(){t=_(l)},m(e,l){f(e,t,l)},p(e,n){/*locale, bonus, currentlevel*/82&n[0]&&l!==(l=/*locale*/e[4](/*status*/e[31])+"")&&F(t,l)},d(e){e&&
|
|
721
|
+
function Ln(e){let t,l=/*locale*/e[4](/*status*/e[31])+"";return{c(){t=_(l)},m(e,l){f(e,t,l)},p(e,n){/*locale, bonus, currentlevel*/82&n[0]&&l!==(l=/*locale*/e[4](/*status*/e[31])+"")&&F(t,l)},d(e){e&&h(t)}}}
|
|
722
722
|
// (169:26) {#if isMobileView}
|
|
723
723
|
function gn(e){let t;function l(e,t){/*status*/
|
|
724
|
-
return e[31]===fe.completed?En:/*status*/e[31]===fe.locked?yn:void 0}let n=l(e),i=n&&n(e);return{c(){i&&i.c(),t=g()},m(e,l){i&&i.m(e,l),f(e,t,l)},p(e,r){n===(n=l(e))&&i?i.p(e,r):(i&&i.d(1),i=n&&n(e),i&&(i.c(),i.m(t.parentNode,t)))},d(e){i&&i.d(e),e&&
|
|
724
|
+
return e[31]===fe.completed?En:/*status*/e[31]===fe.locked?yn:void 0}let n=l(e),i=n&&n(e);return{c(){i&&i.c(),t=g()},m(e,l){i&&i.m(e,l),f(e,t,l)},p(e,r){n===(n=l(e))&&i?i.p(e,r):(i&&i.d(1),i=n&&n(e),i&&(i.c(),i.m(t.parentNode,t)))},d(e){i&&i.d(e),e&&h(t)}}}
|
|
725
725
|
// (172:74)
|
|
726
|
-
function yn(t){let l,n;return{c(){l=v("img"),d(l.src,n=Ae)||E(l,"src",n),E(l,"alt","")},m(e,t){f(e,l,t)},p:e,d(e){e&&
|
|
726
|
+
function yn(t){let l,n;return{c(){l=v("img"),d(l.src,n=Ae)||E(l,"src",n),E(l,"alt","")},m(e,t){f(e,l,t)},p:e,d(e){e&&h(l)}}}
|
|
727
727
|
// (170:28) {#if status === BonusDetailStatus.completed}
|
|
728
|
-
function En(t){let l,n;return{c(){l=v("img"),d(l.src,n=xe)||E(l,"src",n),E(l,"alt","")},m(e,t){f(e,l,t)},p:e,d(e){e&&
|
|
728
|
+
function En(t){let l,n;return{c(){l=v("img"),d(l.src,n=xe)||E(l,"src",n),E(l,"alt","")},m(e,t){f(e,l,t)},p:e,d(e){e&&h(l)}}}
|
|
729
729
|
// (181:24) {#each level.bonuses as levelBonus}
|
|
730
|
-
function mn(e){let t,l,n=ue(/*level*/e[28],/*levelBonus*/e[34],/*locale*/e[4])+"";return{c(){t=v("p"),l=_(n)},m(e,n){f(e,t,n),u(t,l)},p(e,t){/*levels, locale*/48&t[0]&&n!==(n=ue(/*level*/e[28],/*levelBonus*/e[34],/*locale*/e[4])+"")&&F(l,n)},d(e){e&&
|
|
730
|
+
function mn(e){let t,l,n=ue(/*level*/e[28],/*levelBonus*/e[34],/*locale*/e[4])+"";return{c(){t=v("p"),l=_(n)},m(e,n){f(e,t,n),u(t,l)},p(e,t){/*levels, locale*/48&t[0]&&n!==(n=ue(/*level*/e[28],/*levelBonus*/e[34],/*locale*/e[4])+"")&&F(l,n)},d(e){e&&h(t)}}}
|
|
731
731
|
// (148:18) {#each [getUserStautsText(bonus, index, currentlevel)] as status}
|
|
732
732
|
function Mn(e){let l,n,i,r,o,a,d,c,s,p,g,y=/*index*/e[30]+1+"",E=F()+"",m=[ne("Level","center")],b={};for(let e=0;e<m.length;e+=1)b=t(b,m[e]);function F(){/*func*/
|
|
733
|
-
return e[21](/*level*/e[28])}let A=[ne("Target")],G={};for(let e=0;e<A.length;e+=1)G=t(G,A[e]);function
|
|
734
|
-
return e[9]?gn:Ln}let
|
|
733
|
+
return e[21](/*level*/e[28])}let A=[ne("Target")],G={};for(let e=0;e<A.length;e+=1)G=t(G,A[e]);function B(e,t){/*isMobileView*/
|
|
734
|
+
return e[9]?gn:Ln}let S=B(e),T=S(e),U=[ne("Status","center")],w={};for(let e=0;e<U.length;e+=1)w=t(w,U[e]);let D=/*level*/e[28].bonuses,H=[];for(let t=0;t<D.length;t+=1)H[t]=mn(fn(e,D,t));let O=[ne("Reward")],P={};for(let e=0;e<O.length;e+=1)P=t(P,O[e]);return{c(){l=v("tr"),n=v("td"),i=_(y),r=L(),o=v("td"),a=_(E),d=L(),c=v("td"),T.c(),s=L(),p=v("td");for(let e=0;e<H.length;e+=1)H[e].c();g=L(),M(n,b),M(o,G),M(c,w),M(p,P),x(l,"active",/*status*/e[31]===fe.inProgress)},m(e,t){f(e,l,t),u(l,n),u(n,i),u(l,r),u(l,o),u(o,a),u(l,d),u(l,c),T.m(c,null),u(l,s),u(l,p);for(let e=0;e<H.length;e+=1)H[e]&&H[e].m(p,null);u(l,g)},p(t,n){if(e=t,/*levels, locale, bonus*/50&n[0]&&E!==(E=F()+"")&&Z(a,E,G.contenteditable),S===(S=B(e))&&T?T.p(e,n):(T.d(1),T=S(e),T&&(T.c(),T.m(c,null))),/*levels, locale*/48&n[0]){let t;for(D=/*level*/e[28].bonuses,t=0;t<D.length;t+=1){const l=fn(e,D,t);H[t]?H[t].p(l,n):(H[t]=mn(l),H[t].c(),H[t].m(p,null))}for(;t<H.length;t+=1)H[t].d(1);H.length=D.length}/*bonus, currentlevel*/66&n[0]&&x(l,"active",/*status*/e[31]===fe.inProgress)},d(e){e&&h(l),T.d(),C(H,e)}}}
|
|
735
735
|
// (147:16) {#each levels as level,index}
|
|
736
|
-
function bn(e){let t,l=[
|
|
736
|
+
function bn(e){let t,l=[he(/*bonus*/e[1],/*index*/e[30],/*currentlevel*/e[6])],n=[];for(let t=0;t<1;t+=1)n[t]=Mn(un(e,l,t));return{c(){for(let e=0;e<1;e+=1)n[e].c();t=g()},m(e,l){for(let t=0;t<1;t+=1)n[t]&&n[t].m(e,l);f(e,t,l)},p(e,i){if(/*bonus, currentlevel, levels, locale, isMobileView*/626&i[0]){let r;for(l=[he(/*bonus*/e[1],/*index*/e[30],/*currentlevel*/e[6])],r=0;r<1;r+=1){const o=un(e,l,r);n[r]?n[r].p(o,i):(n[r]=Mn(o),n[r].c(),n[r].m(t.parentNode,t))}for(;r<1;r+=1)n[r].d(1)}},d(e){C(n,e),e&&h(t)}}}
|
|
737
737
|
// (198:6) {#if bonus}
|
|
738
|
-
function Fn(e){let l,n,i,r,o,a,d,c,s,p,
|
|
738
|
+
function Fn(e){let l,n,i,r,o,a,d,c,s,p,C,g,y,E,m,b,Z=/*levels*/e[5].length+"",x=Ge(/*bonus*/e[1].startTime)+"",A=Ge(/*bonus*/e[1].endTime)+"",G=[ne("About")],B={};for(let e=0;e<G.length;e+=1)B=t(B,G[e]);return{c(){l=v("div"),n=v("p"),i=_("There are "),r=_(Z),o=_(" levels in the bonus."),a=L(),d=v("p"),c=_("The bonus start "),s=_(x),p=_(" and ends "),C=_(A),g=_("."),y=L(),E=v("p"),E.textContent="See \n \n Terms&Conditions.",m=L(),b=v("p"),b.textContent=`Bonus can be contributed from ${["sports","casino"].join(" and ")}.`,M(l,B)},m(e,t){f(e,l,t),u(l,n),u(n,i),u(n,r),u(n,o),u(l,a),u(l,d),u(d,c),u(d,s),u(d,p),u(d,C),u(d,g),u(l,y),u(l,E),u(l,m),u(l,b)},p(e,t){/*levels*/32&t[0]&&Z!==(Z=/*levels*/e[5].length+"")&&F(r,Z),/*bonus*/2&t[0]&&x!==(x=Ge(/*bonus*/e[1].startTime)+"")&&F(s,x),/*bonus*/2&t[0]&&A!==(A=Ge(/*bonus*/e[1].endTime)+"")&&F(C,A)},d(e){e&&h(l)}}}
|
|
739
739
|
// (215:8) {#if bonus?.products}
|
|
740
|
-
function Zn(e){let t,l,n,i=/*bonus*/e[1].products.includes("Casino"),r=/*bonus*/e[1].products.includes("Sports"),o=i&&xn(e),a=r&&An(e);return{c(){t=v("div"),o&&o.c(),l=L(),a&&a.c(),E(t,"class",n="GameItems "+(/*bonus*/e[1].products.includes("Casino")&&/*bonus*/e[1].products.includes("Sports")?"TwoGames":"OneGame")),E(t,"part","ThumbnailTabContent_Games")},m(e,n){f(e,t,n),o&&o.m(t,null),u(t,l),a&&a.m(t,null)},p(e,d){/*bonus*/2&d[0]&&(i=/*bonus*/e[1].products.includes("Casino")),i?o?o.p(e,d):(o=xn(e),o.c(),o.m(t,l)):o&&(o.d(1),o=null),/*bonus*/2&d[0]&&(r=/*bonus*/e[1].products.includes("Sports")),r?a?a.p(e,d):(a=An(e),a.c(),a.m(t,null)):a&&(a.d(1),a=null),/*bonus*/2&d[0]&&n!==(n="GameItems "+(/*bonus*/e[1].products.includes("Casino")&&/*bonus*/e[1].products.includes("Sports")?"TwoGames":"OneGame"))&&E(t,"class",n)},d(e){e&&
|
|
740
|
+
function Zn(e){let t,l,n,i=/*bonus*/e[1].products.includes("Casino"),r=/*bonus*/e[1].products.includes("Sports"),o=i&&xn(e),a=r&&An(e);return{c(){t=v("div"),o&&o.c(),l=L(),a&&a.c(),E(t,"class",n="GameItems "+(/*bonus*/e[1].products.includes("Casino")&&/*bonus*/e[1].products.includes("Sports")?"TwoGames":"OneGame")),E(t,"part","ThumbnailTabContent_Games")},m(e,n){f(e,t,n),o&&o.m(t,null),u(t,l),a&&a.m(t,null)},p(e,d){/*bonus*/2&d[0]&&(i=/*bonus*/e[1].products.includes("Casino")),i?o?o.p(e,d):(o=xn(e),o.c(),o.m(t,l)):o&&(o.d(1),o=null),/*bonus*/2&d[0]&&(r=/*bonus*/e[1].products.includes("Sports")),r?a?a.p(e,d):(a=An(e),a.c(),a.m(t,null)):a&&(a.d(1),a=null),/*bonus*/2&d[0]&&n!==(n="GameItems "+(/*bonus*/e[1].products.includes("Casino")&&/*bonus*/e[1].products.includes("Sports")?"TwoGames":"OneGame"))&&E(t,"class",n)},d(e){e&&h(t),o&&o.d(),a&&a.d()}}}
|
|
741
741
|
// (217:12) {#if bonus.products.includes('Casino')}
|
|
742
|
-
function xn(e){let t,l,n,i,r,o,a,c,s=/*locale*/e[4]("forwardCasino")+"";return{c(){t=v("div"),l=v("img"),i=L(),r=v("span"),o=_(s),E(l,"class","svg"),E(l,"part","ThumbnailTabContent_Games_Casino_Svg"),d(l.src,n=Me)||E(l,"src",n),E(l,"width","78"),E(l,"height","75"),E(r,"part","ThumbnailTabContent_Games_Casino_Label"),E(t,"part","ThumbnailTabContent_Casino")},m(n,d){f(n,t,d),u(t,l),u(t,i),u(t,r),u(r,o),a||(c=y(r,"click",/*click_handler*/e[22]),a=!0)},p(e,t){/*locale*/16&t[0]&&s!==(s=/*locale*/e[4]("forwardCasino")+"")&&F(o,s)},d(e){e&&
|
|
742
|
+
function xn(e){let t,l,n,i,r,o,a,c,s=/*locale*/e[4]("forwardCasino")+"";return{c(){t=v("div"),l=v("img"),i=L(),r=v("span"),o=_(s),E(l,"class","svg"),E(l,"part","ThumbnailTabContent_Games_Casino_Svg"),d(l.src,n=Me)||E(l,"src",n),E(l,"width","78"),E(l,"height","75"),E(r,"part","ThumbnailTabContent_Games_Casino_Label"),E(t,"part","ThumbnailTabContent_Casino")},m(n,d){f(n,t,d),u(t,l),u(t,i),u(t,r),u(r,o),a||(c=y(r,"click",/*click_handler*/e[22]),a=!0)},p(e,t){/*locale*/16&t[0]&&s!==(s=/*locale*/e[4]("forwardCasino")+"")&&F(o,s)},d(e){e&&h(t),a=!1,c()}}}
|
|
743
743
|
// (223:12) {#if bonus.products.includes('Sports')}
|
|
744
|
-
function An(e){let t,l,n,i,r,o,a,c,s=/*locale*/e[4]("forwardSports")+"";return{c(){t=v("div"),l=v("img"),i=L(),r=v("span"),o=_(s),E(l,"class","svg"),E(l,"part","ThumbnailTabContent_Games_Sports_Svg"),d(l.src,n=be)||E(l,"src",n),E(l,"width","68"),E(l,"height","65"),E(r,"part","ThumbnailTabContent_Games_Sports_Label"),E(t,"class","SportsItems"),E(t,"part","ThumbnailTabContent_Sports")},m(n,d){f(n,t,d),u(t,l),u(t,i),u(t,r),u(r,o),a||(c=y(r,"click",/*click_handler_1*/e[23]),a=!0)},p(e,t){/*locale*/16&t[0]&&s!==(s=/*locale*/e[4]("forwardSports")+"")&&F(o,s)},d(e){e&&
|
|
745
|
-
return e[7]?_n:/*bonus*/e[1]?vn:
|
|
746
|
-
/*div5_binding*/l[25](r),G||(
|
|
747
|
-
/*div5_binding*/,l[25](null),G=!1,i(
|
|
748
|
-
let y,E,m,M,b=[],F=!1;const Z=async()=>{var e,t;if(!(g&&
|
|
744
|
+
function An(e){let t,l,n,i,r,o,a,c,s=/*locale*/e[4]("forwardSports")+"";return{c(){t=v("div"),l=v("img"),i=L(),r=v("span"),o=_(s),E(l,"class","svg"),E(l,"part","ThumbnailTabContent_Games_Sports_Svg"),d(l.src,n=be)||E(l,"src",n),E(l,"width","68"),E(l,"height","65"),E(r,"part","ThumbnailTabContent_Games_Sports_Label"),E(t,"class","SportsItems"),E(t,"part","ThumbnailTabContent_Sports")},m(n,d){f(n,t,d),u(t,l),u(t,i),u(t,r),u(r,o),a||(c=y(r,"click",/*click_handler_1*/e[23]),a=!0)},p(e,t){/*locale*/16&t[0]&&s!==(s=/*locale*/e[4]("forwardSports")+"")&&F(o,s)},d(e){e&&h(t),a=!1,c()}}}function Gn(l){let n,r,o,a,d,c,s,p,C,g,m,Z,A,G,B,S=/*locale*/l[4]("forwardMyWageringBonuses")+"";P(/*onwindowresize*/l[20]);let T=/*bonus*/l[1]&&/*isMobileView*/l[9]&&hn(l);function U(e,t){/*isLoading*/
|
|
745
|
+
return e[7]?_n:/*bonus*/e[1]?vn:Cn}let w=U(l),D=w(l),H=/*bonus*/l[1]&&Fn(l),O=/*bonus*/l[1]?.products&&Zn(l),N=[ne("TabsContainer")],R={};for(let e=0;e<N.length;e+=1)R=t(R,N[e]);return{c(){T&&T.c(),n=L(),r=v("div"),o=v("casino-wagering-detail-controller-private-tabs"),a=v("div"),D.c(),d=L(),c=v("div"),H&&H.c(),s=L(),p=v("div"),C=v("div"),O&&O.c(),g=L(),m=v("div"),Z=_(S),this.c=e,E(a,"slot","Rewards"),E(c,"slot","About"),E(C,"class","TabContent Games"),E(C,"part","ThumbnailTabContent"),E(m,"class","BottomButton"),E(m,"part","ThumbnailGotoTournamentsButton"),E(p,"slot","Games"),b(o,"tabs",A=/*tabs*/l[3].map(Bn).join(",")),b(o,"tab",/*tab*/l[8]),b(o,"exportparts","Tabs,Tab"),M(r,R),x(r,"TabsContainerMobile",/*isMobileView*/l[9])},m(e,t){T&&T.m(e,t),f(e,n,t),f(e,r,t),u(r,o),u(o,a),D.m(a,null),u(o,d),u(o,c),H&&H.m(c,null),u(o,s),u(o,p),u(p,C),O&&O.m(C,null),u(p,g),u(p,m),u(m,Z),
|
|
746
|
+
/*div5_binding*/l[25](r),G||(B=[y(sn,"resize",/*onwindowresize*/l[20]),y(m,"click",/*click_handler_2*/l[24])],G=!0)},p(e,t){/*bonus*/e[1]&&/*isMobileView*/e[9]?T?T.p(e,t):(T=hn(e),T.c(),T.m(n.parentNode,n)):T&&(T.d(1),T=null),w===(w=U(e))&&D?D.p(e,t):(D.d(1),D=w(e),D&&(D.c(),D.m(a,null))),/*bonus*/e[1]?H?H.p(e,t):(H=Fn(e),H.c(),H.m(c,null)):H&&(H.d(1),H=null),/*bonus*/e[1]?.products?O?O.p(e,t):(O=Zn(e),O.c(),O.m(C,null)):O&&(O.d(1),O=null),/*locale*/16&t[0]&&S!==(S=/*locale*/e[4]("forwardMyWageringBonuses")+"")&&F(Z,S),/*tabs*/8&t[0]&&A!==(A=/*tabs*/e[3].map(Bn).join(","))&&b(o,"tabs",A),/*tab*/256&t[0]&&b(o,"tab",/*tab*/e[8]),/*isMobileView*/512&t[0]&&x(r,"TabsContainerMobile",/*isMobileView*/e[9])},i:e,o:e,d(e){T&&T.d(e),e&&h(n),e&&h(r),D.d(),H&&H.d(),O&&O.d()
|
|
747
|
+
/*div5_binding*/,l[25](null),G=!1,i(B)}}}const Bn=e=>e.key;function Sn(e,t,l){let n,i,r,o,a;var d,s;d=an,s=e=>l(19,a=e),e.$$.on_destroy.push(c(d,s));let p,{endpoint:u=""}=t,{bonuswalletid:f=""}=t,{lang:h="en"}=t,{session:C=""}=t,{clientstyling:v=""}=t,{clientstylingurl:_=""}=t,{translationurl:L=""}=t;cn(Be);let g=!1;S((()=>(l(18,g=!0),()=>{l(18,g=!1)})));
|
|
748
|
+
let y,E,m,M,b=[],F=!1;const Z=async()=>{var e,t;if(!(g&&h&&f&&u))return;t=h,Rl.set(t),l(7,F=!0),l(1,E=void 0),null==M||M.abort(),M=new AbortController;const n=await pe(M,u,C,{lang:h,bonusWalletId:f});n.items.length>0&&(l(1,E=n.items.find((e=>e.bonusWalletID==f))),l(5,b=(e=>{const t=[];return e.map((e=>{const{maxRepeats:l,completedTime:n}=e,i=te(e,["maxRepeats","completedTime"]);if(l>0)for(let e=0;e<l;e++)t.push(Object.assign({},i));else t.push(Object.assign({},i))})),t})(E.levels)),l(6,y=(null===(e=E.wageringProgress)||void 0===e?void 0:e.currentLevel)-1)),l(7,F=!1)},x=e=>{window.postMessage({type:"GotoFromWageringBonusesPage",pageType:e},window.location.href)};return e.$$set=e=>{"endpoint"in e&&l(11,u=e.endpoint),"bonuswalletid"in e&&l(12,f=e.bonuswalletid),"lang"in e&&l(13,h=e.lang),"session"in e&&l(14,C=e.session),"clientstyling"in e&&l(15,v=e.clientstyling),"clientstylingurl"in e&&l(16,_=e.clientstylingurl),"translationurl"in e&&l(17,L=e.translationurl)},e.$$.update=()=>{/*customStylingContainer, clientstyling*/32769&e.$$.dirty[0]&&p&&v&&((e,t)=>{let l=document.createElement("style");l.innerHTML=t,e.appendChild(l)})(p,v),/*customStylingContainer, clientstylingurl*/65537&e.$$.dirty[0]&&p&&_&&((e,t)=>{let l=new URL(t),n=document.createElement("style");fetch(l.href).then((e=>e.text())).then((t=>{n.innerHTML=t,setTimeout((()=>{e.appendChild(n)}),1)}))})(p,_),/*translationurl*/131072&e.$$.dirty[0]&&L&&((e,t)=>{fetch(e).then((e=>e.json())).then((e=>{Object.keys(e).forEach((l=>{t(l,e[l])}))})).catch((e=>{console.log(e)}))})(L,dn),/*isMounted*/262144&e.$$.dirty[0]&&g&&Z(),/*lang*/8192&e.$$.dirty[0]&&h&&Z(),/*endpoint*/2048&e.$$.dirty[0]&&u&&Z(),/*bonuswalletid*/4096&e.$$.dirty[0]&&f&&Z(),/*session*/16384&e.$$.dirty[0]&&C&&Z(),/*innerWidth*/4&e.$$.dirty[0]&&l(9,n=m<=576),/*$_*/524288&e.$$.dirty[0]&&l(4,i=(e,t={})=>a("wageringBonuses."+e,{values:t})),/*locale*/16&e.$$.dirty[0]&&l(3,r=[{key:"Rewards",text:i("rewards")},{key:"About",text:"About"},{key:"Games",text:"Games"}]),/*tabs*/8&e.$$.dirty[0]&&l(8,o=r[0].key),/*bonus*/2&e.$$.dirty[0]&&console.log(null==E?void 0:E.products)},[p,E,m,r,i,b,y,F,o,n,x,u,f,h,C,v,_,L,g,a,function(){l(2,m=sn.innerWidth)},e=>{const t=Object.keys(e.increment)[0],l={currencySymbol:z(t),currentLevelIncrement:e.increment[t]},{maxContribution:n="undefined",minStake:r="undefined"}=e,o={...l,maxContribution:n,minStake:r};return i(`${E.wageringType}.target`,o)},()=>x("Casino"),()=>x("Sports"),()=>{x("MyWageringBonuses")},function(e){U[e?"unshift":"push"]((()=>{p=e,l(0,p)}))}]}class Tn extends X{constructor(e){super();const t=document.createElement("style");t.textContent="*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.Hidden{display:none}.TabsContainerMobile{background:#282828;padding:10px}table{border-collapse:collapse;width:100%}.TableCointainer td{padding:10px;width:20%}.TableCointainer td.Reward{color:#00AEEF}.TableCointainer thead{background:#4E5662}.TableCointainer th{padding:10px;color:#FFFFFF}.TableCointainerMobile{color:#B5B5B5}.TableCointainerMobile td{width:auto}.TableCointainerMobile tr .Reward{color:#B5B5B5}.TableCointainerMobile tr.active{background-color:rgba(255, 131, 100, 0.2)}.TableCointainerMobile tr.active .Reward{color:#FFD700}.TableCointainerMobile th{background:none}.TableCointainerMobile thead{background:#1C1C1C}.TableCointainerMobile .Level{color:#FFD700}.center{text-align:center}.About{color:#FFFFFF}.TopContainer{background:#333333;color:#FFFFFF;padding:8px}.TopContainer .ImageAndNameContainer{position:relative;display:flex}.TopContainer .ImageAndNameContainer div:nth-child(1){width:20%}.TopContainer .ImageAndNameContainer div:nth-child(1) img{max-width:100%}.TopContainer .ImageAndNameContainer .CloseIcon{position:absolute;right:3px;top:3px;cursor:pointer}.TopContainer .Title{font-weight:700;font-size:16px;line-height:19px;padding-left:10px}.TopContainer .ExpiryDateTimeContainer{padding:6px;margin-top:10px;margin-bottom:15px;border:1px solid #533A34}.TopContainer .ExpiryDateTimeContainer .ExpiryDateTimeIcon{vertical-align:middle}.TopContainer .ExpiryDateTimeContainer .ExpiryDateTime{font-weight:400;font-size:12px;line-height:15px;border-left:1px solid #ffffff;margin-left:6px;padding-left:6px}.TabContent{padding:0 16px}.TabContent.Games{padding-bottom:30px}.TabContent.Games .GameItems{text-align:center;margin:auto;margin-top:39px}.TabContent.Games .GameItems.OneGame{width:100%}.TabContent.Games .GameItems.TwoGames{width:100%;display:flex}.TabContent.Games .GameItems.TwoGames div{width:50%}.TabContent.Games .GameItems span{color:#FF8364;font-size:12px;text-align:center;text-decoration-line:underline;cursor:pointer;margin-top:5px}.TabContent.Games .GameItems .svg{height:70px;display:block;margin:auto}.TabContent.Games .GameItems .svg.ball{width:98px}.BottomButton{font-weight:600;font-size:15px;text-align:center;color:#FFF;height:35px;width:60%;margin:20px auto;align-items:center;padding:8.72351px 12.6887px;background:#FF8364;box-shadow:0px 0.793047px 2.37914px rgba(0, 0, 0, 0.1), 0px 1.58609px 0.793047px rgba(0, 0, 0, 0.06), 0px 0.793047px 0.793047px rgba(0, 0, 0, 0.07);border-radius:4.75828px}",this.shadowRoot.appendChild(t),V(this,{target:this.shadowRoot,props:A(this.attributes),customElement:!0},Sn,Gn,o,{endpoint:11,bonuswalletid:12,lang:13,session:14,clientstyling:15,clientstylingurl:16,translationurl:17},null,[-1,-1]),e&&(e.target&&f(e.target,this,e.anchor),e.props&&(this.$set(e.props),I()))}static get observedAttributes(){return["endpoint","bonuswalletid","lang","session","clientstyling","clientstylingurl","translationurl"]}get endpoint(){return this.$$.ctx[11]}set endpoint(e){this.$$set({endpoint:e}),I()}get bonuswalletid(){return this.$$.ctx[12]}set bonuswalletid(e){this.$$set({bonuswalletid:e}),I()}get lang(){return this.$$.ctx[13]}set lang(e){this.$$set({lang:e}),I()}get session(){return this.$$.ctx[14]}set session(e){this.$$set({session:e}),I()}get clientstyling(){return this.$$.ctx[15]}set clientstyling(e){this.$$set({clientstyling:e}),I()}get clientstylingurl(){return this.$$.ctx[16]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),I()}get translationurl(){return this.$$.ctx[17]}set translationurl(e){this.$$set({translationurl:e}),I()}}return!customElements.get("casino-wagering-detail-controller")&&customElements.define("casino-wagering-detail-controller",Tn),Tn}));
|
|
749
749
|
//# sourceMappingURL=casino-wagering-detail-controller.js.map
|