<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1" id="wixDesktopViewport" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Wix.com Website Builder"/>
<link rel="icon" sizes="192x192" href="https://static.parastorage.com/client/pfavico.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="https://static.parastorage.com/client/pfavico.ico" type="image/x-icon"/>
<link rel="apple-touch-icon" href="https://static.parastorage.com/client/pfavico.ico" type="image/x-icon"/>
<!-- Safari Pinned Tab Icon -->
<!-- <link rel="mask-icon" href="https://static.parastorage.com/client/pfavico.ico"> -->
<!-- Segmenter Polyfill -->
<script>
if (!window.Intl || !window.Intl.Segmenter) {
(function() {
var script = document.createElement('script');
script.src = 'https://static.parastorage.com/unpkg/@formatjs/intl-segmenter@11.7.10/polyfill.iife.js';
document.head.appendChild(script);
})();
}
</script>
<!-- Legacy Polyfills -->
<script nomodule="" src="https://static.parastorage.com/unpkg/core-js-bundle@3.2.1/minified.js"></script>
<script nomodule="" src="https://static.parastorage.com/unpkg/focus-within-polyfill@5.0.9/dist/focus-within-polyfill.js"></script>
<!-- Performance API Polyfills -->
<script>
(function () {
var noop = function noop() {};
if ("performance" in window === false) {
window.performance = {};
}
window.performance.mark = performance.mark || noop;
window.performance.measure = performance.measure || noop;
if ("now" in window.performance === false) {
var nowOffset = Date.now();
if (performance.timing && performance.timing.navigationStart) {
nowOffset = performance.timing.navigationStart;
}
window.performance.now = function now() {
return Date.now() - nowOffset;
};
}
})();
</script>
<!-- Essential Viewer Model -->
<script type="application/json" id="wix-essential-viewer-model">{"fleetConfig":{"fleetName":"wix-thunderbolt","type":"GA","code":0},"mode":{"qa":false,"enableTestApi":false,"debug":false,"ssrIndicator":false,"ssrOnly":false,"siteAssetsFallback":"enable","versionIndicator":false},"componentsLibrariesTopology":[{"artifactId":"editor-elements","namespace":"wixui","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14949.0"},{"artifactId":"editor-elements","namespace":"dsgnsys","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14949.0"}],"siteFeaturesConfigs":{"sessionManager":{"isRunningInDifferentSiteContext":false}},"language":{"userLanguage":"fr"},"siteAssets":{"clientTopology":{"mediaRootUrl":"https:\/\/static.wixstatic.com","scriptsUrl":"static.parastorage.com","staticMediaUrl":"https:\/\/static.wixstatic.com\/media","moduleRepoUrl":"https:\/\/static.parastorage.com\/unpkg","fileRepoUrl":"https:\/\/static.parastorage.com\/services","viewerAppsUrl":"https:\/\/viewer-apps.parastorage.com","viewerAssetsUrl":"https:\/\/viewer-assets.parastorage.com","siteAssetsUrl":"https:\/\/siteassets.parastorage.com","pageJsonServerUrls":["https:\/\/pages.parastorage.com","https:\/\/staticorigin.wixstatic.com","https:\/\/www.cecilegiornelli.com","https:\/\/fallback.wix.com\/wix-html-editor-pages-webapp\/page"],"pathOfTBModulesInFileRepoForFallback":"wix-thunderbolt\/dist\/"}},"siteFeatures":["accessibilityBrowserZoom","accessibility","appMonitoring","assetsLoader","businessLogger","captcha","clickHandlerRegistrar","clientSdk","commonConfig","componentsLoader","componentsRegistry","consentPolicy","customCss","cyclicTabbing","domSelectors","domStore","dynamicPages","environmentWixCodeSdk","environment","externalServices","lightbox","locationWixCodeSdk","mpaNavigation","navigationManager","navigationPhases","ooi","pages","panorama","renderer","reporter","routerFetch","router","scrollRestoration","seoWixCodeSdk","seo","sessionManager","siteMembersWixCodeSdk","siteMembers","siteScrollBlocker","siteWixCodeSdk","speculationRules","ssrCache","stores","structureApi","thunderboltInitializer","tpaCommons","translations","usedPlatformApis","warmupData","windowMessageRegistrar","windowWixCodeSdk","wixCustomElementComponent","wixEmbedsApi","componentsReact","platform"],"site":{"externalBaseUrl":"https:\/\/www.cecilegiornelli.com","isSEO":false},"media":{"staticMediaUrl":"https:\/\/static.wixstatic.com\/media","mediaRootUrl":"https:\/\/static.wixstatic.com\/","staticVideoUrl":"https:\/\/video.wixstatic.com\/"},"requestUrl":"https:\/\/www.cecilegiornelli.com\/","rollout":{"siteAssetsVersionsRollout":false,"isDACRollout":0,"isTBRollout":false},"commonConfig":{"brand":"studio","host":"VIEWER","bsi":"","consentPolicy":{},"consentPolicyHeader":{},"siteRevision":"1739","renderingFlow":"NONE","language":"fr","locale":"fr-fr"},"interactionSampleRatio":0.01,"accessTokensUrl":"https:\/\/www.cecilegiornelli.com\/_api\/v1\/access-tokens","experiments":{"specs.thunderbolt.hardenFetchAndXHR":true,"specs.thunderbolt.securityExperiments":true,"specs.thunderbolt.browserCacheReload":true,"specs.thunderbolt.addIdAsClassName":true,"specs.thunderbolt.removeDynamicModelTopology":true,"specs.thunderbolt.textScaleAdjust":true,"specs.thunderbolt.adjustForPrerenderActivation":true}}</script>
<script>window.viewerModel = JSON.parse(document.getElementById('wix-essential-viewer-model').textContent)</script>
<!-- Globals Definitions -->
<script>
(function () {
var now = Date.now()
var activationStart = 0
if (window.viewerModel && window.viewerModel.experiments && window.viewerModel.experiments['specs.thunderbolt.adjustForPrerenderActivation']) {
try {
var navEntry = performance.getEntriesByType('navigation')[0];
if (navEntry && navEntry.activationStart > 0) {
activationStart = navEntry.activationStart;
}
} catch (e) {}
}
window.initialTimestamps = {
initialTimestamp: now,
// initialRequestTimestamp approximates when the navigation started.
// activationStart is added to account for prerendered pages: the page may have been
// created well before the user actually navigated, and activationStart marks when
// the prerendered page was activated (made visible). Adding it shifts timeOrigin
// forward to reflect the real navigation time. For non-prerendered pages activationStart is 0.
initialRequestTimestamp: Math.round(performance.timeOrigin ? performance.timeOrigin + activationStart : now - performance.now() + activationStart)
}
window.thunderboltTag = "libs-releases-GA-local"
window.thunderboltVersion = "1.16956.0"
})();
</script>
<script>
window.commonConfig = viewerModel.commonConfig
</script>
<!-- BEGIN handleAccessTokens bundle -->
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/handleAccessTokens.inline.dc220a1a.bundle.min.js">(()=>{"use strict";let e,t,r,o;var n={},i={};function l(e){var t=i[e];if(void 0!==t)return t.exports;var r=i[e]={exports:{}};return n[e](r,r.exports,l),r.exports}function a(e){let{context:t,property:r,value:o,enumerable:n=!0}=e,i=e.get,l=e.set;if(!r||void 0===o&&!i&&!l)return Error("property and value are required");let a=t||globalThis,s=a?.[r],u={};if(void 0!==o)u.value=o;else{if(i){let e=c(i);e&&(u.get=e)}if(l){let e=c(l);e&&(u.set=e)}}let p={...u,enumerable:n||!1,configurable:!1};void 0!==o&&(p.writable=!1);try{Object.defineProperty(a,r,p)}catch(e){return e instanceof TypeError?s:e}return s}function c(e,t){return"function"==typeof e?e:e?.async===!0&&"function"==typeof e.func?t?async function(t){return e.func(t)}:async function(){return e.func()}:"function"==typeof e?.func?e.func:void 0}l.rv=()=>"1.6.6",l.ruid="bundler=rspack@1.6.6";try{a({property:"strictDefine",value:a})}catch{}try{a({property:"defineStrictObject",value:function e(t){let{context:r,property:o,propertiesToExclude:n=[],skipPrototype:i=!1,hardenPrototypePropertiesToExclude:l=[]}=t;if(!o)return Error("property is required");let c=(r||globalThis)[o],p={},f=u(r,o);c&&("object"==typeof c||"function"==typeof c)&&Reflect.ownKeys(c).forEach(e=>{if(!n.includes(e)&&!s.includes(e)){let t=u(c,e);if(t&&(t.writable||t.configurable)){let{value:r,get:o,set:n,enumerable:i=!1}=t,l={};void 0!==r?l.value=r:o?l.get=o:n&&(l.set=n);try{let t=a({context:c,property:e,...l,enumerable:i});p[e]=t}catch(r){if(r instanceof TypeError)try{p[e]=t.value||t.get||t.set}catch{}else throw r}}}});let d={originalObject:c,originalProperties:p};if(!i&&c?.prototype!==void 0){let t=e({context:c,property:"prototype",propertiesToExclude:l,skipPrototype:!0});t instanceof Error||(d.originalPrototype=t?.originalObject,d.originalPrototypeProperties=t?.originalProperties)}return a({context:r,property:o,value:c,enumerable:f?.enumerable}),d}})}catch{}try{a({property:"defineStrictMethod",value:function(e,t){let r=(t||globalThis)[e],o=u(t||globalThis,e);return r&&o&&(o.writable||o.configurable)?(Object.freeze(r),a({context:globalThis,property:e,value:r})):r}})}catch{}var s=["toString","toLocaleString","valueOf","constructor","prototype"];function u(e,t){if(!(!e||!t))try{return Reflect.getOwnPropertyDescriptor(e,t)}catch{return}}function p(e){if("string"!=typeof e)return e;try{return decodeURIComponent(e).toLowerCase().trim()}catch{return e.toLowerCase().trim()}}function f(e,t){let r="";if("string"==typeof e)r=e.split("=")[0]?.trim()||"";else{if(!e||"string"!=typeof e.name)return!1;r=e.name}return t.has(p(r)||"")}function d(e,t){return("string"==typeof e?e.split(";").map(e=>e.trim()).filter(e=>e.length>0):e||[]).filter(e=>!f(e,t))}var y=null;function g(){return null===y&&(y=typeof Document>"u"?void 0:Object.getOwnPropertyDescriptor(Document.prototype,"cookie")),y}let b=(e,t)=>{try{let r=t?t.get.call(document):document.cookie;return r.split(";").map(e=>e.trim()).filter(t=>t?.startsWith(e))[0]?.split("=")[1]}catch(e){return""}},h=(e="",t="",r="/")=>`${e}=; ${t?`domain=${t};`:""} max-age=0; path=${r}; expires=Thu, 01 Jan 1970 00:00:01 GMT`;function m(e,t){try{return sessionStorage[e]("reload",t||"")}catch(e){console.error("ATS: Error calling sessionStorage:",e)}}let v="client-session-bind",w="sec-fetch-unsupported",{experiments:T}=window.viewerModel,{cookie:S}=(e=new Set([v,"client-binding",w,"svSession","smSession","server-session-bind","wixSession2","wixSession3"].map(e=>e.toLowerCase())),a({context:document,property:"cookie",set:{func:t=>{var r,o;let n,i;return r=document,o=void 0,n=g(),i=p(t.split(";")[0]||"")||"",void([...e].every(e=>!i.startsWith(e.toLowerCase()))&&n?.set?n.set.call(r,t):o&&console.warn(o))}},get:{func:()=>(function(e,t){let r=g();if(!r?.get)throw Error("Cookie descriptor or getter not available");return d(r.get.call(e),t).join("; ")})(document,e)},enumerable:!0}),{cookieStore:function(e,t){if(!globalThis?.cookieStore)return;let r=globalThis.cookieStore.get.bind(globalThis.cookieStore),o=globalThis.cookieStore.getAll.bind(globalThis.cookieStore),n=globalThis.cookieStore.set.bind(globalThis.cookieStore),i=globalThis.cookieStore.delete.bind(globalThis.cookieStore);return a({context:globalThis.CookieStore.prototype,property:"get",value:async function(t){return f(("string"==typeof t?t:t.name)||"",e)?null:r.call(this,t)},enumerable:!0}),a({context:globalThis.CookieStore.prototype,property:"getAll",value:async function(){let t=await o.apply(this,Array.from(arguments));return d(t,e)},enumerable:!0}),a({context:globalThis.CookieStore.prototype,property:"set",value:async function(){let r=Array.from(arguments);if(!f(1===r.length?r[0].name:r[0],e))return n.apply(this,r);t&&console.warn(t)},enumerable:!0}),a({context:globalThis.CookieStore.prototype,property:"delete",value:async function(){let t=Array.from(arguments);if(!f(1===t.length?t[0].name:t[0],e))return i.apply(this,t)},enumerable:!0}),a({context:globalThis.cookieStore,property:"prototype",value:globalThis.CookieStore.prototype,enumerable:!1}),a({context:globalThis,property:"cookieStore",value:globalThis.cookieStore,enumerable:!0}),{get:r,getAll:o,set:n,delete:i}}(e,void 0),cookie:g()}),k="tbReady",x="security_overrideGlobals",{experiments:E,siteFeaturesConfigs:P,accessTokensUrl:C}=window.viewerModel,D={},M=(t=b(v,S),T["specs.thunderbolt.browserCacheReload"]&&(b(w,S)||t?m("removeItem"):function(){if("undefined"!=typeof window){let e=performance.getEntriesByType("navigation")[0];return"back_forward"===(e?.type||"")}return!1}()&&function(){let{counter:e}=function(){let e=m("getItem");if(e){let[t,r]=e.split("-"),o=r?parseInt(r,10):0;if(o>=3){let e=t?Number(t):0;if(Date.now()-e>6e4)return{counter:0}}return{counter:o}}return{counter:0}}();e<3?(function(e=1){m("setItem",`${Date.now()}-${e}`)}(e+1),window.location.reload()):console.error("ATS: Max reload attempts reached")}()),r=h(v),o=h(v,location.hostname),S.set.call(document,r),S.set.call(document,o),t);M&&(D["client-binding"]=M);let O=fetch;addEventListener(k,function e(t){let{logger:r}=t.detail;try{window.tb.init({fetch:O,fetchHeaders:D})}catch(t){let e=Error("TB003");r.meter(`${x}_${e.message}`,{paramsOverrides:{errorType:x,eventString:e.message}}),window?.viewerModel?.mode.debug&&console.error(t)}finally{removeEventListener(k,e)}}),E["specs.thunderbolt.hardenFetchAndXHR"]||(window.fetchDynamicModel=()=>P.sessionManager.isRunningInDifferentSiteContext?Promise.resolve({}):fetch(C,{credentials:"same-origin",headers:D}).then(function(e){if(!e.ok)throw Error(`[${e.status}]${e.statusText}`);return e.json()}),window.dynamicModelPromise=window.fetchDynamicModel())})();
//# sourceMappingURL=handleAccessTokens.inline.dc220a1a.bundle.min.js.map</script>
<!-- END handleAccessTokens bundle -->
<!-- BEGIN overrideGlobals bundle -->
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/overrideGlobals.inline.306e90d8.bundle.min.js">(()=>{"use strict";var e={},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,r),i.exports}function o(e){let{context:t,property:r,value:o,enumerable:i=!0}=e,c=e.get,a=e.set;if(!r||void 0===o&&!c&&!a)return Error("property and value are required");let l=t||globalThis,s=l?.[r],u={};if(void 0!==o)u.value=o;else{if(c){let e=n(c);e&&(u.get=e)}if(a){let e=n(a);e&&(u.set=e)}}let p={...u,enumerable:i||!1,configurable:!1};void 0!==o&&(p.writable=!1);try{Object.defineProperty(l,r,p)}catch(e){return e instanceof TypeError?s:e}return s}function n(e,t){return"function"==typeof e?e:e?.async===!0&&"function"==typeof e.func?t?async function(t){return e.func(t)}:async function(){return e.func()}:"function"==typeof e?.func?e.func:void 0}r.rv=()=>"1.6.6",r.ruid="bundler=rspack@1.6.6";try{o({property:"strictDefine",value:o})}catch{}try{o({property:"defineStrictObject",value:c})}catch{}try{o({property:"defineStrictMethod",value:a})}catch{}var i=["toString","toLocaleString","valueOf","constructor","prototype"];function c(e){let{context:t,property:r,propertiesToExclude:n=[],skipPrototype:a=!1,hardenPrototypePropertiesToExclude:s=[]}=e;if(!r)return Error("property is required");let u=(t||globalThis)[r],p={},f=l(t,r);u&&("object"==typeof u||"function"==typeof u)&&Reflect.ownKeys(u).forEach(e=>{if(!n.includes(e)&&!i.includes(e)){let t=l(u,e);if(t&&(t.writable||t.configurable)){let{value:r,get:n,set:i,enumerable:c=!1}=t,a={};void 0!==r?a.value=r:n?a.get=n:i&&(a.set=i);try{let t=o({context:u,property:e,...a,enumerable:c});p[e]=t}catch(r){if(r instanceof TypeError)try{p[e]=t.value||t.get||t.set}catch{}else throw r}}}});let d={originalObject:u,originalProperties:p};if(!a&&u?.prototype!==void 0){let e=c({context:u,property:"prototype",propertiesToExclude:s,skipPrototype:!0});e instanceof Error||(d.originalPrototype=e?.originalObject,d.originalPrototypeProperties=e?.originalProperties)}return o({context:t,property:r,value:u,enumerable:f?.enumerable}),d}function a(e,t){let r=(t||globalThis)[e],n=l(t||globalThis,e);return r&&n&&(n.writable||n.configurable)?(Object.freeze(r),o({context:globalThis,property:e,value:r})):r}function l(e,t){if(!(!e||!t))try{return Reflect.getOwnPropertyDescriptor(e,t)}catch{return}}function s(e){if("string"!=typeof e)return e;try{return decodeURIComponent(e).toLowerCase().trim()}catch{return e.toLowerCase().trim()}}function u(e,t){return e instanceof Headers?e.forEach((r,o)=>{p(o,t)||e.delete(o)}):Object.keys(e).forEach(r=>{p(r,t)||delete e[r]}),e}function p(e,t){return!t.has(s(e)||"")}function f(e,t){let r=!0,o=s(function(e){let t,r;if(globalThis.Request&&e instanceof Request)t=e.url;else if("function"==typeof e?.toString)t=e.toString();else throw Error("Unsupported type for url");try{return new URL(t).pathname}catch{return(r=t.replace(/#.+/gi,"").split("?").shift()).startsWith("/")?r:`/${r}`}}(e));return o&&t.some(e=>o.includes(e))&&(r=!1),r}performance.mark("overrideGlobals started");let{experiments:d}=window.viewerModel,y=d["specs.thunderbolt.securityExperiments"];try{let e,t,r,n,i,l=globalThis.open,h=document.open;function b(e,t,r){var o;let n="string"!=typeof e,i=l.call(window,e,t,r);return n||e&&((o=e).startsWith("//")&&/(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]/g.test(`${location.protocol}:${o}`)&&(o=`${location.protocol}${o}`),!o.startsWith("http")||new URL(o).hostname===location.hostname)?{}:i}o({property:"open",value:b,context:globalThis,enumerable:!0}),o({property:"open",value:function(e,t,r){return e?b(e,t,r):h.call(document,e||"",t||"",r||"")},context:document,enumerable:!0}),y&&(e=document.createElement,t=Element.prototype.setAttribute,r=Element.prototype.setAttributeNS,o({property:"createElement",context:document,value:function(n,i){let c=e.call(document,n,i);return"iframe"===s(n)&&(o({property:"srcdoc",context:c,get:()=>"",set:()=>{console.warn("`srcdoc` is not allowed in iframe elements.")}}),c.setAttribute=function(e,r){"srcdoc"===e.toLowerCase()?console.warn("`srcdoc` attribute is not allowed to be set."):t.call(c,e,r)},c.setAttributeNS=function(e,t,o){"srcdoc"===t.toLowerCase()?console.warn("`srcdoc` attribute is not allowed to be set."):r.call(c,e,t,o)}),c},enumerable:!0})),d["specs.thunderbolt.hardenFetchAndXHR"]&&y&&function(e,t,r){let n=fetch,i=XMLHttpRequest,c=new Set(t);function a(){let t=new i,o=t.open,n=t.setRequestHeader;return t.open=function(){let n=Array.from(arguments),i=n[1];if(n.length<2||f(i,e))return o.apply(t,n);throw Error(r||`Request not allowed for path ${i}`)},t.setRequestHeader=function(e,r){p(decodeURIComponent(e),c)&&n.call(t,e,r)},t}o({property:"fetch",value:function(){var t;let o=(t=arguments,globalThis.Request&&t[0]instanceof Request&&t[0]?.headers?u(t[0].headers,c):t[1]?.headers&&u(t[1].headers,c),t);return f(arguments[0],e)?n.apply(globalThis,Array.from(o)):new Promise((e,t)=>{let o=Error(r||`Request not allowed for path ${arguments[0]}`);t(o)})},enumerable:!0}),o({property:"XMLHttpRequest",value:a,enumerable:!0}),Object.keys(i).forEach(e=>{a[e]=i[e]})}(["/_api/v1/access-tokens","/_api/v2/dynamicmodel","/_api/one-app-session-web/v3/businesses"],["client-binding"]),function(){if(navigator&&"serviceWorker"in navigator)navigator.serviceWorker.register,o({context:navigator.serviceWorker,property:"register",value:function(){console.log("Service worker registration is not allowed")},enumerable:!0})}(),n=[],i=(i=[]).concat(["TextEncoder","TextDecoder"]),y&&(i=i.concat(["XMLHttpRequestEventTarget","EventTarget"])),i=i.concat(["URL","JSON"]),y&&(n=n.concat(["addEventListener","removeEventListener"])),n=n.concat(["encodeURI","encodeURIComponent","decodeURI","decodeURIComponent"]),i=i.concat(["String","Number"]),y&&i.push("Object"),i=i.concat(["Reflect"]),n.forEach(e=>{a(e),["addEventListener","removeEventListener"].includes(e)&&a(e,document)}),i.forEach(e=>{c({property:e})}),y&&function(){return e("setTimeout",0,globalThis),e("setInterval",0,globalThis);function e(e,t,r){let n=r||globalThis,i=n[e];if(!i||"function"!=typeof i)throw Error(`Function ${e} not found or is not a function`);o({property:e,value:function(){let r=Array.from(arguments);if("string"!=typeof r[t])return i.apply(n,r);console.warn(`Calling ${e} with a String Argument at index ${t} is not allowed`)},context:r,enumerable:!0})}}()}catch(t){window?.viewerModel?.mode.debug&&console.error(t);let e=Error("TB006");window.fedops?.reportError(e,"security_overrideGlobals"),window.Sentry?window.Sentry.captureException(e):globalThis.defineStrictProperty("sentryBuffer",[e],window,!1)}performance.mark("overrideGlobals ended")})();
//# sourceMappingURL=overrideGlobals.inline.306e90d8.bundle.min.js.map</script>
<!-- END overrideGlobals bundle -->
<script>
window.commonConfig = viewerModel.commonConfig
window.clientSdk = new Proxy({}, {get: (target, prop) => (...args) => window.externalsRegistry.clientSdk.loaded.then(() => window.__clientSdk__[prop](...args))})
</script>
<!-- Initial CSS -->
<style data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/main.68f9276d.min.css">@keyframes slide-horizontal-new{0%{transform:translate(100%)}}@keyframes slide-horizontal-old{80%{opacity:1}to{opacity:0;transform:translate(-100%)}}@keyframes slide-vertical-new{0%{transform:translateY(-100%)}}@keyframes slide-vertical-old{80%{opacity:1}to{opacity:0;transform:translateY(100%)}}@keyframes out-in-new{0%{opacity:0}}@keyframes out-in-old{to{opacity:0}}:root:active-view-transition{view-transition-name:none}:root:active-view-transition::view-transition-group(*){animation:none}:root:active-view-transition::view-transition-old(*){animation:none}:root:active-view-transition::view-transition-new(*){animation:none}::view-transition{pointer-events:none}:root:active-view-transition #SITE_HEADER{view-transition-name:header-group}:root:active-view-transition #WIX_ADS{view-transition-name:wix-ads-group}:root:active-view-transition #SITE_FOOTER{view-transition-name:footer-group}:root:active-view-transition #BACKGROUND_GROUP_TRANSITION_GROUP>div{view-transition-name:background-group}:root:active-view-transition::view-transition-group(page-group){pointer-events:all;cursor:wait;animation:revert;animation-duration:.6s}:root:active-view-transition::view-transition-old(page-group){pointer-events:all;cursor:wait;animation:revert;animation-duration:.6s}:root:active-view-transition::view-transition-new(page-group){pointer-events:all;cursor:wait;animation:revert;animation-duration:.6s}:root:active-view-transition-type(SlideHorizontal)::view-transition-old(page-group){mix-blend-mode:normal;animation:.6s cubic-bezier(.83,0,.17,1) forwards slide-horizontal-old}:root:active-view-transition-type(SlideHorizontal)::view-transition-new(page-group){mix-blend-mode:normal;animation:.6s cubic-bezier(.83,0,.17,1) backwards slide-horizontal-new}:root:active-view-transition-type(SlideVertical)::view-transition-old(page-group){mix-blend-mode:normal;animation:.6s cubic-bezier(.83,0,.17,1) forwards slide-vertical-old}:root:active-view-transition-type(SlideVertical)::view-transition-new(page-group){mix-blend-mode:normal;animation:.6s cubic-bezier(.83,0,.17,1) backwards slide-vertical-new}:root:active-view-transition-type(OutIn)::view-transition-old(page-group){animation:.35s cubic-bezier(.22,1,.36,1) forwards out-in-old}:root:active-view-transition-type(OutIn)::view-transition-new(page-group){animation:.35s cubic-bezier(.64,0,.78,0) .35s backwards out-in-new}@media (prefers-reduced-motion:reduce){::view-transition-group(*){animation:none!important}::view-transition-old(*){animation:none!important}::view-transition-new(*){animation:none!important}}html,body{vertical-align:baseline;background:0 0;border:0;outline:0;margin:0;padding:0}body{--scrollbar-width:0px;font-family:Arial,Helvetica,sans-serif;font-size:10px}html,body{height:100%}body{overflow-x:auto;overflow-y:scroll}body:not(.responsive) #site-root{width:100%;min-width:var(--site-width)}body:not([data-js-loaded]) [data-hide-prejs]{visibility:hidden}interact-element{display:contents}#SITE_CONTAINER{position:relative}:root{--one-unit:1vw;--section-max-width:9999px;--spx-stopper-max:9999px;--spx-stopper-min:0px;--browser-zoom:1}@supports ((-webkit-appearance:none)) and (stroke-color:transparent){:root{--safari-sticky-fix:opacity;--experimental-safari-sticky-fix:translateZ(0)}}@supports (container-type:inline-size){:root{--one-unit:1cqw}}[id^=oldHoverBox-]{mix-blend-mode:plus-lighter;transition:opacity .5s,visibility .5s}[data-mesh-id$=inlineContent-gridContainer]:has(>[id^=oldHoverBox-]){isolation:isolate}
/*# sourceMappingURL=main.68f9276d.min.css.map*/</style>
<style data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/main.renderer.0e79bfca.min.css">div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,nav,button,section,header,footer,title{vertical-align:baseline;background:0 0;border:0;outline:0;margin:0;padding:0}textarea,input,select{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif}ol,ul{list-style:none}blockquote,q{quotes:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a{cursor:pointer;text-decoration:none}.testStyles{overflow-y:hidden}.reset-button{color:inherit;font:inherit;-webkit-appearance:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;background:0 0;border:0;outline:0;padding:0;line-height:normal;overflow:visible}:focus{outline:none}body.device-mobile-optimized:not(.disable-site-overflow){overflow-x:hidden;overflow-y:scroll}body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER{width:320px;margin-left:auto;margin-right:auto;position:relative;overflow-x:visible}body.device-mobile-optimized:not(.responsive):not(.blockSiteScrolling) #SITE_CONTAINER{margin-top:0}body.device-mobile-optimized>*{max-width:100%!important}body.device-mobile-optimized #site-root{overflow:hidden}@supports (overflow:clip){body.device-mobile-optimized #site-root{overflow:clip}}body.device-mobile-non-optimized #SITE_CONTAINER #site-root{overflow:clip}body.device-mobile-non-optimized.fullScreenMode{background-color:#5f6360}body.device-mobile-non-optimized.fullScreenMode #site-root,body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND,body.device-mobile-non-optimized.fullScreenMode #MOBILE_ACTIONS_MENU,body.fullScreenMode #WIX_ADS{visibility:hidden}body.fullScreenMode{overflow:hidden!important}body.fullScreenMode.device-mobile-optimized #TINY_MENU{opacity:0;pointer-events:none}body.fullScreenMode-scrollable.device-mobile-optimized{overflow-x:hidden!important;overflow-y:auto!important}body.fullScreenMode-scrollable.device-mobile-optimized #site-root,body.fullScreenMode-scrollable.device-mobile-optimized #masterPage{overflow:hidden!important}body.fullScreenMode-scrollable.device-mobile-optimized #masterPage,body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND{height:auto!important}body.fullScreenMode-scrollable.device-mobile-optimized #masterPage.mesh-layout{height:0!important}body.blockSiteScrolling,body.siteScrollingBlocked{width:100%;position:fixed}body.siteScrollingBlockedIOSFix{overflow:hidden!important}body.blockSiteScrolling #SITE_CONTAINER{margin-top:calc(var(--blocked-site-scroll-margin-top)*-1)}#site-root{top:var(--wix-ads-height);min-height:100%;margin:0 auto;position:relative}#site-root img:not([src]){visibility:hidden}#site-root svg img:not([src]){visibility:visible}.auto-generated-link{color:inherit}#SCROLL_TO_TOP,#SCROLL_TO_BOTTOM{height:0}.has-click-trigger{cursor:pointer}.fullScreenOverlay{z-index:1005;justify-content:center;display:flex;position:fixed;top:-60px;bottom:0;left:0;right:0;overflow-y:hidden}.fullScreenOverlay>.fullScreenOverlayContent{margin:0 auto;position:absolute;top:60px;bottom:0;left:0;right:0;overflow:hidden;transform:translateZ(0)}[data-mesh-id$=inlineContent],[data-mesh-id$=centeredContent],[data-mesh-id$=form]{pointer-events:none;position:relative}[data-mesh-id$=-gridWrapper],[data-mesh-id$=-rotated-wrapper]{pointer-events:none}[data-mesh-id$=-gridContainer]>*,[data-mesh-id$=-rotated-wrapper]>*,[data-mesh-id$=inlineContent]>:not([data-mesh-id$=-gridContainer]){pointer-events:auto}.device-mobile-optimized #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID{-ms-grid-row:2;grid-area:2/1/3/2;position:relative}#masterPage.mesh-layout{display:-ms-grid;-ms-grid-rows:max-content max-content min-content max-content;-ms-grid-columns:100%;grid-template-rows:max-content max-content min-content max-content;grid-template-columns:100%;justify-content:stretch;align-items:start;display:grid}#masterPage.mesh-layout #SITE_HEADER_WRAPPER,#masterPage.mesh-layout #SITE_HEADER-placeholder,#masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID[data-state~=mobileView],#masterPage.mesh-layout #PAGES_CONTAINER,#masterPage.mesh-layout #soapBeforePagesContainer,#masterPage.mesh-layout #soapAfterPagesContainer,#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,#masterPage.mesh-layout #SITE_FOOTER-placeholder{-ms-grid-column:1;-ms-grid-row-align:start;-ms-grid-column-align:start}#masterPage.mesh-layout #SITE_HEADER_WRAPPER,#masterPage.mesh-layout #SITE_HEADER-placeholder{-ms-grid-row:1;grid-area:1/1/2/2}#masterPage.mesh-layout #PAGES_CONTAINER,#masterPage.mesh-layout #soapBeforePagesContainer,#masterPage.mesh-layout #soapAfterPagesContainer{-ms-grid-row:3;grid-area:3/1/4/2}#masterPage.mesh-layout #soapBeforePagesContainer,#masterPage.mesh-layout #soapAfterPagesContainer{width:100%}#masterPage.mesh-layout #PAGES_CONTAINER{align-self:stretch}#masterPage.mesh-layout main#PAGES_CONTAINER{display:block}#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,#masterPage.mesh-layout #SITE_FOOTER-placeholder{-ms-grid-row:4;grid-area:4/1/5/2}#masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERcenteredContent],#masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERinlineContent],#masterPage.mesh-layout #SITE_PAGES{height:100%}#masterPage.mesh-layout.desktop>*{width:100%}#masterPage.mesh-layout #SITE_PAGES,#masterPage.mesh-layout #SITE_HEADER_WRAPPER,#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,#masterPage.mesh-layout #PAGES_CONTAINER,#masterPage.mesh-layout #masterPageinlineContent,#masterPage.mesh-layout #SITE_FOOTER,#masterPage.mesh-layout #SITE_HEADER{position:relative}#masterPage.mesh-layout #SITE_HEADER{grid-area:1/1/2/2}#masterPage.mesh-layout #SITE_FOOTER{grid-area:4/1/5/2}#masterPage.mesh-layout.overflow-x-clip #SITE_HEADER,#masterPage.mesh-layout.overflow-x-clip #SITE_FOOTER{overflow-x:clip}[data-z-counter]{z-index:0}[data-z-counter="0"]{z-index:auto}.wixSiteProperties{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--wst-button-color-fill-primary:rgb(var(--color_48));--wst-button-color-border-primary:rgb(var(--color_49));--wst-button-color-text-primary:rgb(var(--color_50));--wst-button-color-fill-primary-hover:rgb(var(--color_51));--wst-button-color-border-primary-hover:rgb(var(--color_52));--wst-button-color-text-primary-hover:rgb(var(--color_53));--wst-button-color-fill-primary-disabled:rgb(var(--color_54));--wst-button-color-border-primary-disabled:rgb(var(--color_55));--wst-button-color-text-primary-disabled:rgb(var(--color_56));--wst-button-color-fill-secondary:rgb(var(--color_57));--wst-button-color-border-secondary:rgb(var(--color_58));--wst-button-color-text-secondary:rgb(var(--color_59));--wst-button-color-fill-secondary-hover:rgb(var(--color_60));--wst-button-color-border-secondary-hover:rgb(var(--color_61));--wst-button-color-text-secondary-hover:rgb(var(--color_62));--wst-button-color-fill-secondary-disabled:rgb(var(--color_63));--wst-button-color-border-secondary-disabled:rgb(var(--color_64));--wst-button-color-text-secondary-disabled:rgb(var(--color_65));--wst-color-fill-base-1:rgb(var(--color_36));--wst-color-fill-base-2:rgb(var(--color_37));--wst-color-fill-base-shade-1:rgb(var(--color_38));--wst-color-fill-base-shade-2:rgb(var(--color_39));--wst-color-fill-base-shade-3:rgb(var(--color_40));--wst-color-fill-accent-1:rgb(var(--color_41));--wst-color-fill-accent-2:rgb(var(--color_42));--wst-color-fill-accent-3:rgb(var(--color_43));--wst-color-fill-accent-4:rgb(var(--color_44));--wst-color-fill-background-primary:rgb(var(--color_11));--wst-color-fill-background-secondary:rgb(var(--color_12));--wst-color-text-primary:rgb(var(--color_15));--wst-color-text-secondary:rgb(var(--color_14));--wst-color-action:rgb(var(--color_18));--wst-color-disabled:rgb(var(--color_39));--wst-color-title:rgb(var(--color_45));--wst-color-subtitle:rgb(var(--color_46));--wst-color-line:rgb(var(--color_47));--wst-font-style-h2:var(--font_2);--wst-font-style-h3:var(--font_3);--wst-font-style-h4:var(--font_4);--wst-font-style-h5:var(--font_5);--wst-font-style-h6:var(--font_6);--wst-font-style-body-large:var(--font_7);--wst-font-style-body-medium:var(--font_8);--wst-font-style-body-small:var(--font_9);--wst-font-style-body-x-small:var(--font_10);--wst-color-custom-1:rgb(var(--color_13));--wst-color-custom-2:rgb(var(--color_16));--wst-color-custom-3:rgb(var(--color_17));--wst-color-custom-4:rgb(var(--color_19));--wst-color-custom-5:rgb(var(--color_20));--wst-color-custom-6:rgb(var(--color_21));--wst-color-custom-7:rgb(var(--color_22));--wst-color-custom-8:rgb(var(--color_23));--wst-color-custom-9:rgb(var(--color_24));--wst-color-custom-10:rgb(var(--color_25));--wst-color-custom-11:rgb(var(--color_26));--wst-color-custom-12:rgb(var(--color_27));--wst-color-custom-13:rgb(var(--color_28));--wst-color-custom-14:rgb(var(--color_29));--wst-color-custom-15:rgb(var(--color_30));--wst-color-custom-16:rgb(var(--color_31));--wst-color-custom-17:rgb(var(--color_32));--wst-color-custom-18:rgb(var(--color_33));--wst-color-custom-19:rgb(var(--color_34));--wst-color-custom-20:rgb(var(--color_35))}.wix-presets-wrapper{display:contents}.builder-root{box-sizing:border-box}
/*# sourceMappingURL=main.renderer.0e79bfca.min.css.map*/</style>
<meta name="format-detection" content="telephone=no">
<meta name="skype_toolbar" content="skype_toolbar_parser_compatible">
<!--pageHtmlEmbeds.head start-->
<script type="wix/htmlEmbeds" id="pageHtmlEmbeds.head start"></script>
<script type="wix/htmlEmbeds" id="pageHtmlEmbeds.head end"></script>
<!--pageHtmlEmbeds.head end-->
<!-- head performance data start -->
<!-- head performance data end -->
<style id="text-scale-adjust">
body {
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
text-size-adjust: 100%;
}
</style>
<script id="wix-skip-played-animations-setup">
(function() {
var navEntry = performance.getEntriesByType('navigation')[0];
if (navEntry && navEntry.type === 'reload') {
return;
}
if ('PageRevealEvent' in window) {
window.__pageRevealPromise = new Promise(function(resolve) {
window.addEventListener('pagereveal', resolve, { once: true });
});
} else {
window.__pageRevealPromise = Promise.resolve();
}
})();
</script>
<meta http-equiv="X-Wix-Meta-Site-Id" content="ce1e3023-356d-4b0f-a95b-2af4b105352a">
<meta http-equiv="X-Wix-Application-Instance-Id" content="73757347-0c7e-4d80-942c-b3cd41d9073c">
<meta http-equiv="X-Wix-Published-Version" content="1739"/>
<meta http-equiv="etag" content="bug"/>
<!-- render-head end -->
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap.a1b00b19.min.css">.cwL6XW{cursor:pointer}.sNF2R0{opacity:0}.hLoBV3{transition:opacity var(--transition-duration) cubic-bezier(.37,0,.63,1)}.Rdf41z,.hLoBV3{opacity:1}.ftlZWo{transition:opacity var(--transition-duration) cubic-bezier(.37,0,.63,1)}.ATGlOr,.ftlZWo{opacity:0}.KQSXD0{transition:opacity var(--transition-duration) cubic-bezier(.64,0,.78,0)}.KQSXD0,.pagQKE{opacity:1}._6zG5H{opacity:0;transition:opacity var(--transition-duration) cubic-bezier(.22,1,.36,1)}.BB49uC{transform:translateX(100%)}.j9xE1V{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.ICs7Rs,.j9xE1V{transform:translateX(0)}.DxijZJ{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.B5kjYq,.DxijZJ{transform:translateX(-100%)}.cJijIV{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.cJijIV,.hOxaWM{transform:translateX(0)}.T9p3fN{transform:translateX(100%);transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.qDxYJm{transform:translateY(100%)}.aA9V0P{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.YPXPAS,.aA9V0P{transform:translateY(0)}.Xf2zsA{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.Xf2zsA,.y7Kt7s{transform:translateY(-100%)}.EeUgMu{transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}.EeUgMu,.fdHrtm{transform:translateY(0)}.WIFaG4{transform:translateY(100%);transition:transform var(--transition-duration) cubic-bezier(.87,0,.13,1)}body:not(.responsive) .JsJXaX{overflow-x:clip}:root:active-view-transition .JsJXaX{view-transition-name:page-group}.AnQkDU{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;height:100%}.AnQkDU>div{align-self:stretch!important;grid-area:1/1/2/2;justify-self:stretch!important}.StylableButton2545352419__root{-archetype:box;border:none;box-sizing:border-box;cursor:pointer;display:block;height:100%;min-height:10px;min-width:10px;padding:0;touch-action:manipulation;width:100%}.StylableButton2545352419__root[disabled]{pointer-events:none}.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor{background-color:var(--corvid-background-color)!important}.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor{background-color:var(--corvid-hover-background-color)!important}.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor{background-color:var(--corvid-disabled-background-color)!important}.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor{border-color:var(--corvid-border-color)!important}.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor{border-color:var(--corvid-hover-border-color)!important}.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor{border-color:var(--corvid-disabled-border-color)!important}.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius{border-radius:var(--corvid-border-radius)!important}.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth{border-width:var(--corvid-border-width)!important}.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor,.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label{color:var(--corvid-color)!important}.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor,.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label{color:var(--corvid-hover-color)!important}.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor,.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label{color:var(--corvid-disabled-color)!important}.StylableButton2545352419__link{-archetype:box;box-sizing:border-box;color:#000;text-decoration:none}.StylableButton2545352419__container{align-items:center;display:flex;flex-basis:auto;flex-direction:row;flex-grow:1;height:100%;justify-content:center;overflow:hidden;transition:all .2s ease,visibility 0s;width:100%}.StylableButton2545352419__label{-archetype:text;-controller-part-type:LayoutChildDisplayDropdown,LayoutFlexChildSpacing(first);max-width:100%;min-width:1.8em;overflow:hidden;text-align:center;text-overflow:ellipsis;transition:inherit;white-space:nowrap}.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label{text-overflow:unset}.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label{min-width:10px;overflow-wrap:break-word;white-space:break-spaces;word-break:break-word}.StylableButton2545352419__icon{-archetype:icon;-controller-part-type:LayoutChildDisplayDropdown,LayoutFlexChildSpacing(last);flex-shrink:0;height:50px;min-width:1px;transition:inherit}.StylableButton2545352419__icon.StylableButton2545352419--override{display:block!important}.StylableButton2545352419__icon svg,.StylableButton2545352419__icon>span{display:flex;height:inherit;width:inherit}.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg{fill:var(--corvid-icon-color)!important;stroke:var(--corvid-icon-color)!important}.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg{fill:var(--corvid-hover-icon-color)!important;stroke:var(--corvid-hover-icon-color)!important}.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg{fill:var(--corvid-disabled-icon-color)!important;stroke:var(--corvid-disabled-icon-color)!important}.aeyn4z{bottom:0;left:0;position:absolute;right:0;top:0}.qQrFOK{cursor:pointer}.VDJedC{-webkit-tap-highlight-color:rgba(0,0,0,0);fill:var(--corvid-fill-color,var(--fill));fill-opacity:var(--fill-opacity);stroke:var(--corvid-stroke-color,var(--stroke));stroke-opacity:var(--stroke-opacity);stroke-width:var(--stroke-width);filter:var(--drop-shadow,none);opacity:var(--opacity);transform:var(--flip)}.VDJedC,.VDJedC svg{bottom:0;left:0;position:absolute;right:0;top:0}.VDJedC svg{height:var(--svg-calculated-height,100%);margin:auto;padding:var(--svg-calculated-padding,0);width:var(--svg-calculated-width,100%)}.VDJedC svg:not([data-type=ugc]){overflow:visible}.l4CAhn *{vector-effect:non-scaling-stroke}.Z_l5lU{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}ol.font_100,ul.font_100{color:#080808;font-family:"Arial, Helvetica, sans-serif",serif;font-size:10px;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;text-decoration:none}ol.font_100 li,ul.font_100 li{margin-bottom:12px}ol.wix-list-text-align,ul.wix-list-text-align{list-style-position:inside}ol.wix-list-text-align h1,ol.wix-list-text-align h2,ol.wix-list-text-align h3,ol.wix-list-text-align h4,ol.wix-list-text-align h5,ol.wix-list-text-align h6,ol.wix-list-text-align p,ul.wix-list-text-align h1,ul.wix-list-text-align h2,ul.wix-list-text-align h3,ul.wix-list-text-align h4,ul.wix-list-text-align h5,ul.wix-list-text-align h6,ul.wix-list-text-align p{display:inline}.HQSswv{cursor:pointer}.yi6otz{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.zQ9jDz [data-attr-richtext-marker=true]{display:block}.zQ9jDz [data-attr-richtext-marker=true] table{border-collapse:collapse;margin:15px 0;width:100%}.zQ9jDz [data-attr-richtext-marker=true] table td{padding:12px;position:relative}.zQ9jDz [data-attr-richtext-marker=true] table td:after{border-bottom:1px solid currentColor;border-left:1px solid currentColor;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0}.zQ9jDz [data-attr-richtext-marker=true] table tr td:last-child:after{border-right:1px solid currentColor}.zQ9jDz [data-attr-richtext-marker=true] table tr:first-child td:after{border-top:1px solid currentColor}@supports(-webkit-appearance:none) and (stroke-color:transparent){.qvSjx3>*>:first-child{vertical-align:top}}@supports(-webkit-touch-callout:none){.qvSjx3>*>:first-child{vertical-align:top}}.LkZBpT :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div) [class$=rich-text__text],.LkZBpT :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div)[class$=rich-text__text]{color:var(--corvid-color,currentColor)}.LkZBpT :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div) span[style*=color]{color:var(--corvid-color,currentColor)!important}.Kbom4H{direction:var(--text-direction);min-height:var(--min-height);min-width:var(--min-width)}.Kbom4H .upNqi2{word-wrap:break-word;height:100%;overflow-wrap:break-word;position:relative;width:100%}.Kbom4H .upNqi2 ul{list-style:disc inside}.Kbom4H .upNqi2 li{margin-bottom:12px}.MMl86N blockquote,.MMl86N div,.MMl86N h1,.MMl86N h2,.MMl86N h3,.MMl86N h4,.MMl86N h5,.MMl86N h6,.MMl86N p{letter-spacing:normal;line-height:normal}.gYHZuN{min-height:var(--min-height);min-width:var(--min-width)}.gYHZuN .upNqi2{word-wrap:break-word;height:100%;overflow-wrap:break-word;position:relative;width:100%}.gYHZuN .upNqi2 ol,.gYHZuN .upNqi2 ul{letter-spacing:normal;line-height:normal;margin-inline-start:.5em;padding-inline-start:1.3em}.gYHZuN .upNqi2 ul{list-style-type:disc}.gYHZuN .upNqi2 ol{list-style-type:decimal}.gYHZuN .upNqi2 ol ul,.gYHZuN .upNqi2 ul ul{line-height:normal;list-style-type:circle}.gYHZuN .upNqi2 ol ol ul,.gYHZuN .upNqi2 ol ul ul,.gYHZuN .upNqi2 ul ol ul,.gYHZuN .upNqi2 ul ul ul{line-height:normal;list-style-type:square}.gYHZuN .upNqi2 li{font-style:inherit;font-weight:inherit;letter-spacing:normal;line-height:inherit}.gYHZuN .upNqi2 h1,.gYHZuN .upNqi2 h2,.gYHZuN .upNqi2 h3,.gYHZuN .upNqi2 h4,.gYHZuN .upNqi2 h5,.gYHZuN .upNqi2 h6,.gYHZuN .upNqi2 p{letter-spacing:normal;line-height:normal;margin-block:0;margin:0}.gYHZuN .upNqi2 a{color:inherit}.MMl86N,.ku3DBC{word-wrap:break-word;direction:var(--text-direction);min-height:var(--min-height);min-width:var(--min-width);mix-blend-mode:var(--blendMode,normal);overflow-wrap:break-word;pointer-events:none;text-align:start;text-shadow:var(--textOutline,0 0 transparent),var(--textShadow,0 0 transparent);text-transform:var(--textTransform,"none")}.MMl86N>*,.ku3DBC>*{pointer-events:auto}.MMl86N li,.ku3DBC li{font-style:inherit;font-weight:inherit;letter-spacing:normal;line-height:inherit}.MMl86N ol,.MMl86N ul,.ku3DBC ol,.ku3DBC ul{letter-spacing:normal;line-height:normal;margin-inline-end:0;margin-inline-start:.5em}.MMl86N:not(.Vq6kJx) ol,.MMl86N:not(.Vq6kJx) ul,.ku3DBC:not(.Vq6kJx) ol,.ku3DBC:not(.Vq6kJx) ul{padding-inline-end:0;padding-inline-start:1.3em}.MMl86N ul,.ku3DBC ul{list-style-type:disc}.MMl86N ol,.ku3DBC ol{list-style-type:decimal}.MMl86N ol ul,.MMl86N ul ul,.ku3DBC ol ul,.ku3DBC ul ul{list-style-type:circle}.MMl86N ol ol ul,.MMl86N ol ul ul,.MMl86N ul ol ul,.MMl86N ul ul ul,.ku3DBC ol ol ul,.ku3DBC ol ul ul,.ku3DBC ul ol ul,.ku3DBC ul ul ul{list-style-type:square}.MMl86N blockquote,.MMl86N div,.MMl86N h1,.MMl86N h2,.MMl86N h3,.MMl86N h4,.MMl86N h5,.MMl86N h6,.MMl86N p,.ku3DBC blockquote,.ku3DBC div,.ku3DBC h1,.ku3DBC h2,.ku3DBC h3,.ku3DBC h4,.ku3DBC h5,.ku3DBC h6,.ku3DBC p{margin-block:0;margin:0}.MMl86N a,.ku3DBC a{color:inherit}.Vq6kJx li{margin-inline-end:0;margin-inline-start:1.3em}.Vd6aQZ{overflow:hidden;padding:0;pointer-events:none;white-space:nowrap}.mHZSwn{display:none}.lvxhkV{bottom:0;left:0;position:absolute;right:0;top:0;width:100%}.QJjwEo{transform:translateY(-100%);transition:.2s ease-in}.kdBXfh{transition:.2s}.MP52zt{opacity:0;transition:.2s ease-in}.MP52zt.Bhu9m5{z-index:-1!important}.LVP8Wf{opacity:1;transition:.2s}.VrZrC0{height:auto}.VrZrC0,.cKxVkc{position:relative;width:100%}:host(:not(.device-mobile-optimized)) .vlM3HR,body:not(.device-mobile-optimized) .vlM3HR{margin-left:calc((100% - var(--site-width))/2);width:var(--site-width)}.AT7o0U[data-focuscycled=active]{outline:1px solid transparent}.AT7o0U[data-focuscycled=active]:not(:focus-within){outline:2px solid transparent;transition:outline .01s ease}.AT7o0U .vlM3HR{bottom:0;left:0;position:absolute;right:0;top:0}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.WzbAF8{direction:var(--direction)}.WzbAF8 .mpGTIt .O6KwRn{display:var(--item-display);height:var(--item-size);margin-block:var(--item-margin-block);margin-inline:var(--item-margin-inline);width:var(--item-size)}.WzbAF8 .mpGTIt .O6KwRn:last-child{margin-block:0;margin-inline:0}.WzbAF8 .mpGTIt .O6KwRn .oRtuWN{display:block}.WzbAF8 .mpGTIt .O6KwRn .oRtuWN .YaS0jR{height:var(--item-size);width:var(--item-size)}.WzbAF8 .mpGTIt{height:100%;position:absolute;white-space:nowrap;width:100%}:host(.device-mobile-optimized) .WzbAF8 .mpGTIt,body.device-mobile-optimized .WzbAF8 .mpGTIt{white-space:normal}.big2ZD{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;height:calc(100% - var(--wix-ads-height));left:0;margin-top:var(--wix-ads-height);position:fixed;top:0;width:100%}.SHHiV9,.big2ZD{pointer-events:none;z-index:var(--pinned-layer-in-container,var(--above-all-in-container))}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SkipToContentButton].39deac6a.min.css">.LHrbPP{background:#fff;border-radius:24px;color:#116dff;cursor:pointer;font-family:Helvetica,Arial,メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;font-size:14px;height:0;left:50%;margin-left:-94px;opacity:0;padding:0 24px 0 24px;pointer-events:none;position:absolute;top:60px;width:0;z-index:9999}.LHrbPP:focus{border:2px solid;height:40px;opacity:1;pointer-events:auto;width:auto}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[CustomElementComponent_CustomElement].1c42adc8.min.css">.a2sxlD>:first-child{min-height:var(--custom-element-height);width:var(--custom-element-width)}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[ImageX].52e98d5d.min.css">/*! remove when this file is updated or https://github.com/wix/yoshi/issues/2689 is resolved */.lyNaha{mix-blend-mode:var(--blendMode,normal);position:relative}.lyNaha img{display:block;height:100%;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100% 100%);mask-size:var(--mask-size,100% 100%);opacity:var(--mediaOpacity,1);width:100%}.lyNaha.JdNFxG img{-o-object-fit:var(--responsive-img-object-fit);object-fit:var(--responsive-img-object-fit)}.lyNaha .h1DYhE{background-color:rgba(var(--backgroundColor,var(--color_8,color_8)),var(--alpha-backgroundColor,1));border-color:rgba(var(--borderColor,var(--color_8,color_8)),var(--alpha-borderColor,1));border-radius:var(--cornerRadius,0);border-style:solid;border-width:var(--borderWidth,0);bottom:0;box-shadow:var(--boxShadow,none);box-sizing:border-box;left:0;overflow:hidden;position:absolute;right:0;top:0}.lyNaha .h1DYhE .Ux33nC{box-sizing:content-box;height:100%;inset:calc(-1*var(--borderWidth, 0));padding:var(--borderWidth,0);position:absolute;width:100%}.lyNaha .QebvG3{display:block;height:100%;width:100%}.lyNaha .QebvG3 .Ux33nC{inset:0;padding:0}/*! remove when this file is updated or https://github.com/wix/yoshi/issues/2689 is resolved */.YCPMeD{background-color:rgba(var(--backgroundColor,var(--color_8,color_8)),var(--alpha-backgroundColor,1));border-color:rgba(var(--borderColor,var(--color_8,color_8)),var(--alpha-borderColor,1));border-radius:var(--cornerRadius,0);border-style:solid;border-width:var(--borderWidth,0);box-shadow:var(--boxShadow,none);box-sizing:border-box;overflow:hidden;position:relative}.YCPMeD:has(a:focus-visible){outline:2px solid #116dff!important;outline-offset:1px}.YCPMeD .h1DYhE{overflow:hidden}.YCPMeD .h1DYhE,.YCPMeD .h1DYhE .Ux33nC{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.YCPMeD img{display:block;height:100%;opacity:var(--mediaOpacity,1);width:100%}.YCPMeD.JdNFxG img{-o-object-fit:var(--responsive-img-object-fit);object-fit:var(--responsive-img-object-fit)}.YCPMeD .QebvG3{display:block;height:100%;width:100%}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_mobile.21c58c25.min.css">.ruTj7Z{direction:var(--direction,ltr)}.ruTj7Z>ul{box-sizing:border-box;width:100%}.ruTj7Z>ul li{display:block}.ruTj7Z>ul li>div:active,.ruTj7Z>ul li>div:focus{background-color:rgba(var(--bgs,var(--color_15,color_15)),var(--alpha-bgs,1));transition:var(--itemBGColorNoTrans,background-color 50ms ease 0s)}.ruTj7Z .NIXfHQ{box-shadow:var(--shd,0 1px 4px rgba(0,0,0,.6));position:relative;-webkit-transform:translateZ(0)}.cgGlGU{--display:grid;direction:var(--direction,ltr);display:var(--display);grid-template-columns:minmax(0,1fr)}.cgGlGU>ul{box-sizing:border-box;width:100%}.cgGlGU>ul li{display:block}.cgGlGU>ul li>div:active,.cgGlGU>ul li>div:focus{background-color:rgba(var(--bgs,var(--color_15,color_15)),var(--alpha-bgs,1));transition:var(--itemBGColorNoTrans,background-color 50ms ease 0s)}.cgGlGU .NIXfHQ{box-shadow:var(--shd,0 1px 4px rgba(0,0,0,.6));min-height:1px;position:relative;-webkit-transform:translateZ(0)}.UNhuLu{--padding-start-lvl1:var(--padding-start,0);--padding-end-lvl1:var(--padding-end,0);--padding-start-lvl2:var(--sub-padding-start,0);--padding-end-lvl2:var(--sub-padding-end,0);--padding-start-lvl3:calc(2 * var(--padding-start-lvl2) - var(--padding-start-lvl1));--padding-end-lvl3:calc(2 * var(--padding-end-lvl2) - var(--padding-end-lvl1));background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border-color:rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));border-style:solid;border-width:var(--brw,1px);box-sizing:border-box;display:flex;list-style:none;margin:0;min-width:100px;position:relative;text-align:var(--text-align,left);transition:var(--itemBGColorTrans,background-color .4s ease 0s)}.UNhuLu .fEGEM_{cursor:pointer;display:grid;grid-template-columns:1fr;height:var(--item-height,50px);position:relative}.UNhuLu .fEGEM_>.kGvnrc{position:relative;text-overflow:ellipsis}.UNhuLu .fEGEM_>.kGvnrc>.xfxJ27{bottom:0;color:rgb(var(--txt,var(--color_15,color_15)));display:inline;font:var(--fnt,var(--font_1));left:0;line-height:var(--item-height,50px);overflow:hidden;position:absolute;right:0;text-overflow:ellipsis;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.UNhuLu .fEGEM_>.RJADXR{cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:10px;min-width:12px}.UNhuLu .fEGEM_>.RJADXR>.DpIELp{margin:0 20px;min-width:12px;width:1em}.UNhuLu .fEGEM_>.RJADXR>.DpIELp svg{fill:rgb(var(--arrowColor,var(--color_14,color_14)));pointer-events:none}@supports(-webkit-touch-callout:none){.UNhuLu .fEGEM_>.kGvnrc>.xfxJ27{text-decoration:underline;text-decoration-color:transparent}}.UNhuLu.fqtSRp>.fEGEM_{grid-template-areas:var(--template-areas,"label arrow");grid-template-columns:var(--template-columns,1fr 52px)}.UNhuLu.fqtSRp>.fEGEM_>.kGvnrc{grid-area:label}.UNhuLu.fqtSRp>.fEGEM_>.RJADXR{align-items:flex-end;display:flex;flex-direction:column;grid-area:arrow;justify-content:center}.UNhuLu.hGjOas>.saNEb7{display:block;opacity:1;transition:var(--subMenuOpacityTrans,all .4s ease 0s)}.UNhuLu.hGjOas>.fEGEM_ .DpIELp{transform:rotate(180deg)}.UNhuLu.QqwXfj>.fEGEM_{background-color:rgba(var(--bgs,var(--color_15,color_15)),var(--alpha-bgs,1))}.fqtSRp .UNhuLu.QqwXfj>.fEGEM_{background-color:rgba(var(--bgsSub,var(--color_15,color_15)),var(--alpha-bgsSub,1))}.UNhuLu.QqwXfj>.fEGEM_>.kGvnrc>.xfxJ27{color:rgb(var(--txtsSub,var(--color_13,color_13)));color:rgb(var(--txts,var(--color_13,color_13)))}.fqtSRp .UNhuLu.QqwXfj>.fEGEM_.dWouOY>.kGvnrc>.xfxJ27{color:rgb(var(--txtsSub,var(--color_13,color_13)))}.UNhuLu>.saNEb7{display:none;min-width:100%;opacity:0;transition:var(--subMenuOpacityTrans,all .4s ease 0s)}.UNhuLu>.saNEb7>.YLBS9j{background-color:rgba(var(--bgexpanded,var(--color_15,color_15)),var(--alpha-bgexpanded,1));border:none}.UNhuLu>.saNEb7>.YLBS9j .xfxJ27{color:rgb(var(--txtexpanded,var(--color_13,color_13)));font:var(--fntSubMenu,var(--font_1));line-height:var(--item-height,50px);padding-inline-end:var(--padding-end-lvl2,0);padding-inline-start:var(--padding-start-lvl2,0)}.UNhuLu>.saNEb7 .saNEb7 .xfxJ27{padding-inline-end:var(--padding-end-lvl3,0);padding-inline-start:var(--padding-start-lvl3,0)}.UNhuLu .ZD5b14{opacity:0;position:absolute}.UNhuLu .xfxJ27{padding-inline-end:var(--padding-end-lvl1,0);padding-inline-start:var(--padding-start-lvl1,0)}.u4cNtA{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border-color:rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));border-style:solid;border-width:var(--brw,1px);box-sizing:border-box;display:flex;list-style:none;margin:0;position:relative;text-align:var(--text-align,left);transition:var(--itemBGColorTrans,background-color .4s ease 0s)}.u4cNtA .fEGEM_{cursor:pointer;display:grid;grid-template-columns:1fr;height:auto;position:relative}.u4cNtA .fEGEM_>.kGvnrc{display:grid;position:relative;text-overflow:ellipsis}.u4cNtA .fEGEM_>.kGvnrc>.xfxJ27{color:rgb(var(--txt,var(--color_15,color_15)));display:inline;font:var(--fnt,var(--font_1));overflow:hidden;padding-bottom:var(--verticalPadding,0);padding-top:var(--verticalPadding,0);position:relative;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.u4cNtA .fEGEM_>.RJADXR{cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:10px;min-width:12px}.u4cNtA .fEGEM_>.RJADXR>.DpIELp{margin:0 20px;min-width:12px;width:1em}.u4cNtA .fEGEM_>.RJADXR>.DpIELp svg{fill:rgb(var(--arrowColor,var(--color_15,color_15)));pointer-events:none}.u4cNtA.fqtSRp>.fEGEM_{grid-template-areas:var(--template-areas,"label arrow");grid-template-columns:var(--template-columns,1fr 52px)}.u4cNtA.fqtSRp>.fEGEM_>.kGvnrc{grid-area:label}.u4cNtA.fqtSRp>.fEGEM_>.RJADXR{align-items:flex-end;display:flex;flex-direction:column;grid-area:arrow;justify-content:center}.u4cNtA.hGjOas>.saNEb7{display:block;opacity:1;transition:var(--subMenuOpacityTrans,all .4s ease 0s)}.u4cNtA.hGjOas>.fEGEM_ .DpIELp{transform:rotate(180deg)}.u4cNtA.QqwXfj>.fEGEM_{background-color:rgba(var(--bgs,var(--color_15,color_15)),var(--alpha-bgs,1))}.fqtSRp .u4cNtA.QqwXfj>.fEGEM_{background-color:rgba(var(--bgsSub,var(--color_15,color_15)),var(--alpha-bgsSub,1))}.u4cNtA.QqwXfj>.fEGEM_>.kGvnrc>.xfxJ27{color:rgb(var(--txtsSub,var(--color_13,color_13)));color:rgb(var(--txts,var(--color_13,color_13)))}.u4cNtA>.saNEb7{display:none;min-width:100%;opacity:0;transition:var(--subMenuOpacityTrans,all .4s ease 0s)}.u4cNtA>.saNEb7>.YLBS9j{background-color:rgba(var(--bgexpanded,var(--color_15,color_15)),var(--alpha-bgexpanded,1));border:none}.u4cNtA>.saNEb7>.YLBS9j .xfxJ27{color:rgb(var(--txtexpanded,var(--color_13,color_13)));font:var(--fntSubMenu,var(--font_1));padding-inline-end:var(--sub-padding-end,0);padding-inline-start:var(--sub-padding-start,0)}.u4cNtA .ZD5b14{opacity:0;position:absolute}.u4cNtA .xfxJ27{padding-inline-end:var(--padding-end,0);padding-inline-start:var(--padding-start,0)}.OZVMSN .fEGEM_{direction:var(--item-depth0-direction);text-align:var(--item-depth0-align,var(--text-align))}.zui1C4 .fEGEM_{direction:var(--item-depth1-direction);text-align:var(--item-depth1-align,var(--text-align))}.WJmop7 .fEGEM_{direction:var(--item-depth2-direction);text-align:var(--item-depth2-align,var(--text-align))}.EmyVop{-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0;visibility:hidden}.EmyVop.two32l{opacity:1;visibility:visible}.EmyVop[data-undisplayed=true]{display:none}.EmyVop:not([data-is-mesh]) .vMwwq3,.EmyVop:not([data-is-mesh]) .vnTKrr{bottom:0;left:0;position:absolute;right:0;top:0}.YppmB_{background-color:rgba(var(--bg,var(--color_15,color_15)),var(--alpha-bg,1));display:initial;height:100%;left:0;opacity:0;position:fixed;top:0;width:100%}.YppmB_.RmiF1m{display:none}:host(.device-mobile-optimized) .YppmB_,body.device-mobile-optimized .YppmB_{height:100vh;left:calc((100% - var(--screen-width))/2);width:var(--screen-width)}:host(.device-mobile-optimized) .EmyVop.RmiF1m,body.device-mobile-optimized .EmyVop.RmiF1m{left:calc((100% - var(--screen-width))/2)}:host(.device-mobile-optimized) .EmyVop.dqZerU,body.device-mobile-optimized .EmyVop.dqZerU{height:100vh}:host(:not(.device-mobile-optimized)) .EmyVop.dqZerU,body:not(.device-mobile-optimized) .EmyVop.dqZerU{height:100vh}.Zcgm3P.dqZerU,.Zcgm3P.dqZerU>:first-child{height:calc(var(--menu-height) - var(--wix-ads-height))}.Zcgm3P.dqZerU>:first-child{margin-top:var(--wix-ads-height)}.EmyVop.dqZerU{top:0}.vnTKrr{height:100%;width:100%}.EmyVop{position:fixed;z-index:calc(var(--above-all-z-index) - 1)}._1tQlq{-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0;visibility:hidden}._1tQlq.kTFWgg{opacity:1;visibility:visible}._1tQlq[data-undisplayed=true]{display:none}._1tQlq:not([data-is-mesh]) .X9vkbb,._1tQlq:not([data-is-mesh]) .jpeeyX{bottom:0;left:0;position:absolute;right:0;top:0}.PbIVkr{background-color:rgba(var(--bg,var(--color_15,color_15)),var(--alpha-bg,1));display:initial;height:100%;left:0;opacity:0;position:fixed;top:0;width:100%}.PbIVkr.YN_fLB{display:none}:host(.device-mobile-optimized) .PbIVkr,body.device-mobile-optimized .PbIVkr{height:100vh;left:calc((100% - var(--screen-width))/2);width:var(--screen-width)}:host(.device-mobile-optimized) ._1tQlq.YN_fLB,body.device-mobile-optimized ._1tQlq.YN_fLB{left:calc((100% - var(--screen-width))/2)}:host(.device-mobile-optimized) ._1tQlq.jFliG2,body.device-mobile-optimized ._1tQlq.jFliG2{height:100vh}:host(:not(.device-mobile-optimized)) ._1tQlq.jFliG2,body:not(.device-mobile-optimized) ._1tQlq.jFliG2{height:100vh}.n74Psq.jFliG2,.n74Psq.jFliG2>:first-child{height:calc(var(--menu-height) - var(--wix-ads-height))}.n74Psq.jFliG2>:first-child{margin-top:var(--wix-ads-height)}._1tQlq.jFliG2{top:0}.jpeeyX{height:100%;width:100%}._1tQlq{position:fixed;z-index:calc(var(--above-all-z-index) - 1)}.n74Psq{-ms-overflow-style:none;overflow-x:hidden;overflow-y:scroll;overflow:-moz-scrollbars-none;position:relative;scrollbar-width:none}.n74Psq::-webkit-scrollbar{height:0;width:0}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.MW5IWV{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.MW5IWV.N3eg0s{clip:rect(0,auto,auto,0)}.MW5IWV .Kv1aVt{height:100%;position:absolute;top:0;width:100%}.MW5IWV .dLPlxY{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .dLPlxY img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.N3eg0s{clip:auto;-webkit-clip-path:inset(0)}}.VgO9Yg{height:100%}.LWbAav{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.K_YxMd,.yK6aSC{opacity:var(--fill-layer-video-opacity)}.NGjcJN{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.mNGsUM{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.K_YxMd{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.I8xA4L{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.I8xA4L .K_YxMd,.I8xA4L .dLPlxY,.I8xA4L .yK6aSC{opacity:1}.bX9O_S{clip-path:var(--fill-layer-clip)}.Z_wCwr,.bX9O_S{position:absolute;top:0}.Jxk_UL img,.Z_wCwr,.bX9O_S{height:100%;width:100%}.K8MSra{opacity:0}.K8MSra,.YTb3b4{position:absolute;top:0}.YTb3b4{height:0;left:0;overflow:hidden;width:0}.SUz0WK{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.FNxOn5,.SUz0WK,.m4khSP{height:100%;top:0;width:100%}.FNxOn5{position:absolute}.m4khSP{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.m4khSP{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}.MyaVaS{display:inherit;height:inherit;width:auto}.gIn6Wf{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .MyaVaS,body:not(.responsive) .gIn6Wf{z-index:var(--above-all-in-container)}.MyaVaS.ZhsSZ_,.gIn6Wf.ZhsSZ_{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.gIn6Wf{touch-action:manipulation}}.P4my70{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.P4my70,.P4my70.ZhsSZ_{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.P4my70.ZhsSZ_{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.pAmIZO{display:inherit;height:inherit;width:auto}.YRyQqb{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .YRyQqb,body:not(.responsive) .pAmIZO{z-index:var(--above-all-in-container)}.YRyQqb.oX7wPA,.pAmIZO.oX7wPA{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.YRyQqb{touch-action:manipulation}}.KbTtfL{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.KbTtfL,.KbTtfL.oX7wPA{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.KbTtfL.oX7wPA{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.enVN3p{border-radius:50%;cursor:pointer;display:block;height:22px;position:relative;transition:all .3s linear;width:22px}.enVN3p:after,.enVN3p:before{background:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));border-radius:5px;bottom:0;content:"";left:0;margin:auto;position:absolute;right:0;top:0}.enVN3p:after,.enVN3p:before{height:3px;width:22px}.enVN3p:after{transform:rotate(90deg);transition:all .12s linear}.enVN3p.oX7wPA{transform:rotate(180deg)}.enVN3p.oX7wPA:after,.enVN3p.oX7wPA:before{background:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))}.enVN3p.oX7wPA:after{transform:rotate(180deg)}.wDwm70{display:inherit;height:inherit;width:auto}.U_e6Q8{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .U_e6Q8,body:not(.responsive) .wDwm70{z-index:var(--above-all-in-container)}.U_e6Q8.JJHA1E,.wDwm70.JJHA1E{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.U_e6Q8{touch-action:manipulation}}.Ids9OS{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.Ids9OS,.Ids9OS.JJHA1E{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.Ids9OS.JJHA1E{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.XLAVDo{cursor:pointer;display:flex;flex-direction:column;height:21px;justify-content:space-between;transition:transform .33s ease-out;width:26px}.XLAVDo.JJHA1E{transform:rotate(-45deg)}.obddOt{background-color:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));border-radius:1.5px;height:3px;width:100%}.obddOt.SRM_9q{width:50%}.obddOt.YQwk0a{transform-origin:right;transition:transform .33s cubic-bezier(.54,-.81,.57,.57)}.JJHA1E .obddOt.YQwk0a{background-color:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));transform:rotate(-90deg) translateX(4px)}.obddOt.eyQVgg{align-self:flex-end;transform-origin:left;transition:transform .33s cubic-bezier(.54,-.81,.57,.57)}.JJHA1E .obddOt.eyQVgg{transform:rotate(-90deg) translateX(-4px)}.JJHA1E .obddOt.BU_Jm5,.JJHA1E .obddOt.eyQVgg{background-color:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))}.K0jx9y{display:inherit;height:inherit;width:auto}.kGFVDf{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .K0jx9y,body:not(.responsive) .kGFVDf{z-index:var(--above-all-in-container)}.K0jx9y.MEduRo,.kGFVDf.MEduRo{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.kGFVDf{touch-action:manipulation}}.nKRcKG{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.nKRcKG,.nKRcKG.MEduRo{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.nKRcKG.MEduRo{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.B1Ti_C{height:20px;width:22px}.B1Ti_C,.naeVRo{position:absolute}.naeVRo{background-color:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));height:2px;transition:all .25s ease}.HUKlBY{top:0;width:50%}.RWu2Qu,._W7Xw0{top:9px;width:100%}.plHZxT{bottom:0;width:50%}.oo_S7a{left:0}.dQWoWx{right:0}.RWu2Qu.naeVRo,._W7Xw0.naeVRo{transform-origin:center}.HUKlBY.naeVRo.oo_S7a{transform-origin:0 0}.HUKlBY.naeVRo.dQWoWx{transform-origin:100% 0}.plHZxT.naeVRo.oo_S7a{transform-origin:0 100%}.plHZxT.naeVRo.dQWoWx{transform-origin:100% 100%}.B1Ti_C.MEduRo .HUKlBY.naeVRo.dQWoWx,.B1Ti_C.MEduRo .HUKlBY.naeVRo.oo_S7a,.B1Ti_C.MEduRo .plHZxT.naeVRo.dQWoWx,.B1Ti_C.MEduRo .plHZxT.naeVRo.oo_S7a{background-color:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));transform:scaleX(0)}.B1Ti_C.MEduRo ._W7Xw0.naeVRo{transform:rotate(-45deg) scaleX(1)}.B1Ti_C.MEduRo .RWu2Qu.naeVRo,.B1Ti_C.MEduRo ._W7Xw0.naeVRo{background-color:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))}.B1Ti_C.MEduRo .RWu2Qu.naeVRo{transform:rotate(45deg) scaleX(1)}.g6wAOH{display:inherit;height:inherit;width:auto}.So0yP_{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .So0yP_,body:not(.responsive) .g6wAOH{z-index:var(--above-all-in-container)}.So0yP_.PztR8I,.g6wAOH.PztR8I{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.So0yP_{touch-action:manipulation}}.js8bIY{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));transition:all .5s}.js8bIY,.js8bIY.PztR8I{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.js8bIY.PztR8I{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-style:solid;border-width:var(--borderwidthOpen,0)}.baZw44{height:20px;margin:auto;position:relative;width:22px}.T8_LA1{background-color:rgba(var(--lineColor,var(--color_11,color_11)),var(--alpha-lineColor,1));border-radius:2px;height:2px;left:0;position:absolute;transition:all .25s ease-in-out;width:100%}.dbDvn7{margin:auto;top:0}.dbDvn7,.iu4m2t{bottom:0}.baZw44.PztR8I .T8_LA1{background-color:rgba(var(--lineColorOpen,var(--color_11,color_11)),var(--alpha-lineColorOpen,1))}.baZw44.PztR8I .HZW1lN{transform:translateY(10px) translateY(-50%) rotate(-45deg)}.baZw44.PztR8I .dbDvn7{opacity:0}.baZw44.PztR8I .iu4m2t{transform:translateY(-10px) translateY(50%) rotate(45deg)}.js8bIY{background-color:rgba(var(--bg,var(--color_15,color_15)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_15,color_15)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6))}.js8bIY.PztR8I{background-color:rgba(var(--bgOpen,var(--color_15,color_15)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_15,color_15)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.J627yd{display:inherit;height:inherit;width:auto}.OJFWTw{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .J627yd,body:not(.responsive) .OJFWTw{z-index:var(--above-all-in-container)}.J627yd.hSKHso,.OJFWTw.hSKHso{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.OJFWTw{touch-action:manipulation}}.YBhBTQ{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.YBhBTQ,.YBhBTQ.hSKHso{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.YBhBTQ.hSKHso{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.aoIbio{cursor:pointer;height:26px;width:26px}.tbJLVX{-webkit-touch-callout:none;opacity:1;transition:opacity .5s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.YB05pm{color:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));font-family:Helvetica-bold;font-size:12px;left:55%;letter-spacing:5px;transform:translate(-50%,-50%);transition:all .25s ease}.SofRfX,.XOaVd6,.YB05pm{position:absolute;top:50%}.SofRfX,.XOaVd6{background:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));height:2px;left:50%;opacity:0;width:0}.SofRfX{transform:translate(-50%,-50%) rotate(45deg);transition:all .3s ease}.XOaVd6{transform:translate(-50%,-50%) rotate(-45deg);transition:all .3s ease .3s}.aoIbio.hSKHso .SofRfX,.aoIbio.hSKHso .XOaVd6{opacity:1;width:24px}.aoIbio.hSKHso .tbJLVX{opacity:0}.YujbLZ{display:inherit;height:inherit;width:auto}.mGx4LE{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .YujbLZ,body:not(.responsive) .mGx4LE{z-index:var(--above-all-in-container)}.YujbLZ.VaMfZ_,.mGx4LE.VaMfZ_{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.mGx4LE{touch-action:manipulation}}.iFKBdR{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.iFKBdR,.iFKBdR.VaMfZ_{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.iFKBdR.VaMfZ_{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.MsXubo{display:block;height:22px;position:relative;width:22px}.MsXubo *,.MsXubo :after,.MsXubo :before{box-sizing:border-box}.MsXubo .L8RJUm{background-color:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));border-radius:100%;height:4.4px;position:absolute;transition:.2s ease-in-out;width:4.4px}.MsXubo .L8RJUm:first-of-type{transform:translate(0)}.MsXubo .L8RJUm:nth-of-type(2){transform:translate(8.8px)}.MsXubo .L8RJUm:nth-of-type(3){transform:translate(17.6px)}.MsXubo .L8RJUm:nth-of-type(4){transform:translateY(8.8px)}.MsXubo .L8RJUm:nth-of-type(5){transform:translate(8.8px,8.8px)}.MsXubo .L8RJUm:nth-of-type(6){transform:translate(17.6px,8.8px)}.MsXubo .L8RJUm:nth-of-type(7){transform:translateY(17.6px)}.MsXubo .L8RJUm:nth-of-type(8){transform:translate(8.8px,17.6px)}.MsXubo .L8RJUm:nth-of-type(9){transform:translate(17.6px,17.6px)}.MsXubo.VaMfZ_ .L8RJUm{background-color:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))}.MsXubo.VaMfZ_ .L8RJUm:first-of-type{transform:translate(0)}.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(2){transform:translate(4.4px,4.4px)}.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(3){transform:translate(17.6px)}.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(4){transform:translate(4.4px,13.2px)}.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(6){transform:translate(13.2px,4.4px)}.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(7){transform:translateY(17.6px)}.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(8){transform:translate(13.2px,13.2px)}.MsXubo.VaMfZ_ .L8RJUm:nth-of-type(9){transform:translate(17.6px,17.6px)}.i3SkOO{display:inherit;height:inherit;width:auto}.r17LYB{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .i3SkOO,body:not(.responsive) .r17LYB{z-index:var(--above-all-in-container)}.i3SkOO.Ez9DzT,.r17LYB.Ez9DzT{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.r17LYB{touch-action:manipulation}}.RgC3KY{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.RgC3KY,.RgC3KY.Ez9DzT{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.RgC3KY.Ez9DzT{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.Klh_2G{height:20px;transition:transform .3s ease-in-out;width:25px}.Klh_2G span{background-color:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));border-radius:1px;content:"";display:block;height:3px;position:relative;transition:width .3s ease-in-out,transform .3s ease-in-out,opacity .3s ease-in-out;width:100%}.Klh_2G span:first-child{top:0}.Klh_2G span:nth-child(2){top:5px}.Klh_2G span:nth-child(3){top:10px}.Ez9DzT.Klh_2G{transform:rotate(180deg)}.Ez9DzT.Klh_2G span{background-color:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));width:16px}.Ez9DzT.Klh_2G span:first-child{opacity:0}.Ez9DzT.Klh_2G span:nth-child(2){transform:rotate(45deg) translateX(0) translateY(1px)}.Ez9DzT.Klh_2G span:nth-child(3){transform:rotate(-45deg) translateX(12px) translateY(1px)}.BmKyR9{display:inherit;height:inherit;width:auto}.fm7Z2W{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .BmKyR9,body:not(.responsive) .fm7Z2W{z-index:var(--above-all-in-container)}.BmKyR9.XEQtWV,.fm7Z2W.XEQtWV{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.fm7Z2W{touch-action:manipulation}}.zhzq3y{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.zhzq3y,.zhzq3y.XEQtWV{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.zhzq3y.XEQtWV{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.muO8XP{display:block;height:20px;position:relative;width:24px}.muO8XP span,.muO8XP span:after,.muO8XP span:before{background-color:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));height:2px;margin-top:-1px;position:absolute;top:50%;width:24px}.muO8XP span:after,.muO8XP span:before{content:"";transition:.2s}.muO8XP span:before{transform:translateY(-9px)}.muO8XP span:after{transform:translateY(9px)}.XEQtWV span{background-color:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));transform:translateX(1px);width:23px}.XEQtWV span:before{transform:rotate(-35deg);transform-origin:left bottom}.XEQtWV span:after,.XEQtWV span:before{background-color:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));width:12px}.XEQtWV span:after{transform:rotate(35deg);transform-origin:left top}.OKYxO_{align-items:center;display:flex;justify-content:center}.mR8LEU{opacity:0;transform:translateX(50%);transform-origin:right center;transition:.5s}.eRHCF_{opacity:1;transform:translateX(0)}.OVx4kp{display:inherit;height:inherit;width:auto}.x17Tc8{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .OVx4kp,body:not(.responsive) .x17Tc8{z-index:var(--above-all-in-container)}.OVx4kp.unAAcL,.x17Tc8.unAAcL{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.x17Tc8{touch-action:manipulation}}.TQ6OEg{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.TQ6OEg,.TQ6OEg.unAAcL{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.TQ6OEg.unAAcL{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.SACRXu{align-items:center;display:flex;flex-direction:column;height:26px;justify-content:space-around;transition:transform .2s ease;width:26px}.Jzi8Yx{transform:rotate(-45deg);transition:opacity .2s ease,transform .2s ease;width:30px}.Jzi8Yx,.qTZmEh{background-color:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));border-radius:10px;height:2px}.qTZmEh{transition:transform .2s ease,border-color .2s ease;width:17px}.qTZmEh.IOOdvm{transform:rotate(-45deg) translate(-7px,-3px)}.qTZmEh.JDwVHd{transform:rotate(-45deg) translate(6px,2px)}.SACRXu.unAAcL .IOOdvm{transform:translateY(9px) rotate(135deg)}.SACRXu.unAAcL .IOOdvm,.SACRXu.unAAcL .JDwVHd{background-color:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));width:20px}.SACRXu.unAAcL .JDwVHd{transform:translateY(-9px) rotate(45deg)}.SACRXu.unAAcL .Jzi8Yx{opacity:0;transform:rotate(45deg)}.GEjkFI{display:inherit;height:inherit;width:auto}.rNNcaA{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .GEjkFI,body:not(.responsive) .rNNcaA{z-index:var(--above-all-in-container)}.GEjkFI.jJdFnD,.rNNcaA.jJdFnD{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.rNNcaA{touch-action:manipulation}}.BPLyku{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.BPLyku,.BPLyku.jJdFnD{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.BPLyku.jJdFnD{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.Ic34Nb,.ROpKdV{cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:22px}.Ic34Nb,.Ic34Nb span,.ROpKdV,.ROpKdV span{-webkit-tap-highlight-color:rgba(0,0,0,0);transition:.2s ease-in-out}.Ic34Nb span,.ROpKdV span{backface-visibility:hidden;background-color:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));border-radius:2em;height:3px;position:absolute;width:100%}.Ic34Nb span:nth-child(2),.ROpKdV span:nth-child(2){transform:rotate(90deg)}.ROpKdV.jJdFnD,.jJdFnD.Ic34Nb{transform:rotate(135deg)}.ROpKdV.jJdFnD span,.jJdFnD.Ic34Nb span{background:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))}.Ic34Nb{align-items:center;display:flex;justify-content:center}.Ic34Nb span{left:0}.Ic34Nb span:nth-child(2){transform:rotate(90deg)}.Ic34Nb.jJdFnD{transform:rotate(135deg)}.Ic34Nb.jJdFnD span{background:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))}.lTi9xb{display:inherit;height:inherit;width:auto}.y73xlN{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .lTi9xb,body:not(.responsive) .y73xlN{z-index:var(--above-all-in-container)}.lTi9xb.Kx2Lb_,.y73xlN.Kx2Lb_{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.y73xlN{touch-action:manipulation}}.J6UdEa{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.J6UdEa,.J6UdEa.Kx2Lb_{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.J6UdEa.Kx2Lb_{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.kLibfv{cursor:pointer;display:block;height:20px;position:relative;width:26px}.kLibfv div{background:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));border-radius:2px;height:2px;position:absolute;transition:transform .45s cubic-bezier(.9,-.6,.3,1.6),width .2s ease .2s}.kLibfv .b2zCu2{left:0;margin:-2px 0 0 0;top:11px;transform-origin:50% 50%;width:26px}.kLibfv .GYW_Vv{left:0;transform-origin:0 50%;width:13px}.kLibfv .fIrRrT{bottom:0;transform-origin:100% 50%;width:18px}.kLibfv.Kx2Lb_ .b2zCu2{background:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));transform:rotate(-45deg) translate(0);transition:transform .2s cubic-bezier(.9,-.6,.3,1.6) .1s}.kLibfv.Kx2Lb_ .GYW_Vv{transform:translate(4px) rotate(45deg)}.kLibfv.Kx2Lb_ .GYW_Vv,.kLibfv.Kx2Lb_ .fIrRrT{background:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));transition:transform .2s cubic-bezier(.9,-.6,.3,1.6) .1s,width .15s ease;width:13px}.kLibfv.Kx2Lb_ .fIrRrT{transform:translate(9px) rotate(45deg)}.qgzroF{display:inherit;height:inherit;width:auto}.aoylXL{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .aoylXL,body:not(.responsive) .qgzroF{z-index:var(--above-all-in-container)}.aoylXL.fNnJyG,.qgzroF.fNnJyG{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.aoylXL{touch-action:manipulation}}.IqliFl{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.IqliFl,.IqliFl.fNnJyG{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.IqliFl.fNnJyG{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.O240SO{cursor:pointer;position:absolute}.dm9Pzg{background:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));height:2px;margin-bottom:6px;position:relative;transition:all .3s cubic-bezier(0,1,.5,1);width:19px}.dm9Pzg:first-child{left:0;top:0;transform:rotate(0)}.fNnJyG .dm9Pzg:first-child{background:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));left:0;top:8px;transform:rotate(-45deg)}.dm9Pzg:nth-child(2){opacity:1;right:-5px}.fNnJyG .dm9Pzg:nth-child(2){background:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1));opacity:0;right:0}.dm9Pzg:last-child{left:0;margin:0;top:0;transform:rotate(0)}.fNnJyG .dm9Pzg:last-child{left:0;top:-8px;transform:rotate(45deg)}.fNnJyG .dm9Pzg,.fNnJyG .dm9Pzg:last-child{background:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))}.C54bje{display:inherit;height:inherit;width:auto}.J7mHF_{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .C54bje,body:not(.responsive) .J7mHF_{z-index:var(--above-all-in-container)}.C54bje.TR1lP5,.J7mHF_.TR1lP5{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.J7mHF_{touch-action:manipulation}}.v7cAjr{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.v7cAjr,.v7cAjr.TR1lP5{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.v7cAjr.TR1lP5{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.JOBrqh{height:18px;width:26px}.KKTZfd{background:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));border-radius:4px;height:2px;position:relative;transition:.4s}.TpQgIG{top:0;width:26px}.PGlfJM{top:6px;width:26px}.ja83fW{top:12px;width:13px}.TR1lP5 .TpQgIG{top:8px}.TR1lP5 .PGlfJM,.TR1lP5 .TpQgIG,.TR1lP5 .ja83fW{background:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))}.TR1lP5 .ja83fW{top:4px}.ARPFX1{display:inherit;height:inherit;width:auto}.JxHGmw{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .ARPFX1,body:not(.responsive) .JxHGmw{z-index:var(--above-all-in-container)}.ARPFX1.HoyfNC,.JxHGmw.HoyfNC{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.JxHGmw{touch-action:manipulation}}.fo6j2q{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.fo6j2q,.fo6j2q.HoyfNC{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.fo6j2q.HoyfNC{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.BCbKRj{height:22px;margin:auto;position:absolute;width:22px}.BCbKRj span{background-color:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));display:block;height:2px;position:relative;transition:transform .2s cubic-bezier(.25,.46,.45,.94),top .2s cubic-bezier(.3,1.4,.7,1) .2s,bottom .2s cubic-bezier(.3,1.4,.7,1) .2s;width:22px}.BCbKRj span:first-of-type{top:5px}.BCbKRj span:last-of-type{top:13px}.BCbKRj.HoyfNC span{transition:transform .2s cubic-bezier(.25,.46,.45,.94) .2s,top .2s cubic-bezier(.3,1.4,.7,1),bottom .2s cubic-bezier(.3,1.4,.7,1)}.BCbKRj.HoyfNC span:first-of-type{top:10px;transform:rotate(45deg)}.BCbKRj.HoyfNC span:first-of-type,.BCbKRj.HoyfNC span:last-of-type{background-color:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))}.BCbKRj.HoyfNC span:last-of-type{top:8px;transform:rotate(-45deg)}._0FWf6L{display:inherit;height:inherit;width:auto}.lu0Rcq{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) ._0FWf6L,body:not(.responsive) .lu0Rcq{z-index:var(--above-all-in-container)}._0FWf6L.vXxIVB,.lu0Rcq.vXxIVB{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.lu0Rcq{touch-action:manipulation}}.su830K{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.su830K,.su830K.vXxIVB{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.su830K.vXxIVB{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.l0AfMo{height:19px;width:22px}.kFhkeL,.l0AfMo{position:absolute}.kFhkeL{background-color:rgba(var(--lineColor,var(--color_2,color_2)),var(--alpha-lineColor,1));height:3px;transition:all .25s ease}.rBz8fx{top:0;width:50%}.FkbwVM{top:8px;width:100%}.CYMuk3{bottom:0;width:50%}.uWZnSw{left:0}.sNnUw0{right:0}.rBz8fx.kFhkeL.uWZnSw{transform-origin:0 0}.rBz8fx.kFhkeL.sNnUw0{transform-origin:100% 0}.CYMuk3.kFhkeL.uWZnSw{transform-origin:0 100%}.CYMuk3.kFhkeL.sNnUw0{transform-origin:100% 100%}.l0AfMo.vXxIVB .rBz8fx.kFhkeL.uWZnSw{transform:translate(5px,2px) rotate(45deg)}.l0AfMo.vXxIVB .rBz8fx.kFhkeL.sNnUw0,.l0AfMo.vXxIVB .rBz8fx.kFhkeL.uWZnSw{background-color:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))}.l0AfMo.vXxIVB .rBz8fx.kFhkeL.sNnUw0{transform:translate(-5px,2px) rotate(-45deg)}.l0AfMo.vXxIVB .CYMuk3.kFhkeL.uWZnSw{transform:translate(5px,-1px) rotate(-45deg)}.l0AfMo.vXxIVB .CYMuk3.kFhkeL.sNnUw0,.l0AfMo.vXxIVB .CYMuk3.kFhkeL.uWZnSw{background-color:rgba(var(--lineColorOpen,var(--color_2,color_2)),var(--alpha-lineColorOpen,1))}.l0AfMo.vXxIVB .CYMuk3.kFhkeL.sNnUw0{transform:translate(-5px,-1px) rotate(45deg)}.l0AfMo.vXxIVB .FkbwVM.kFhkeL{transform:scaleX(0)}.x1G_oU{display:inherit;height:inherit;width:auto}.w1a2zI{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}body:not(.responsive) .w1a2zI,body:not(.responsive) .x1G_oU{z-index:var(--above-all-in-container)}.w1a2zI.H801ob,.x1G_oU.H801ob{z-index:var(--above-all-z-index)!important}@supports(-webkit-touch-callout:none){.w1a2zI{touch-action:manipulation}}.JVni1I{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));border:solid var(--borderwidth,0) rgba(var(--bordercolor,var(--color_11,color_11)),var(--alpha-bordercolor,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 0 0 rgba(0,0,0,.6));transition:all .5s}.JVni1I,.JVni1I.H801ob{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:100%}.JVni1I.H801ob{background-color:rgba(var(--bgOpen,var(--color_11,color_11)),var(--alpha-bgOpen,1));border-color:rgba(var(--bordercolorOpen,var(--color_11,color_11)),var(--alpha-bordercolorOpen,1));border-radius:var(--rdOpen,0);border-style:solid;border-width:var(--borderwidthOpen,0);box-shadow:var(--shdOpen,0 0 0 rgba(0,0,0,.6))}.kpM1s0{height:20px;width:22px}.ZBaDfe,.kpM1s0{position:absolute}.ZBaDfe{background-color:rgba(var(--lineColor,var(--color_15,color_15)),var(--alpha-lineColor,1));height:2px;transition:all .25s ease}.LZBOca{top:0;width:100%}.HSYWnj{top:9px;width:100%}.r8m7zZ{bottom:0;width:100%}.LZBOca.ZBaDfe{transform-origin:0 0}.r8m7zZ.ZBaDfe{transform-origin:0 100%}.kpM1s0.H801ob .LZBOca.ZBaDfe{transform:translate(4px,2px) rotate(45deg)}.kpM1s0.H801ob .LZBOca.ZBaDfe,.kpM1s0.H801ob .r8m7zZ.ZBaDfe{background-color:rgba(var(--lineColorOpen,var(--color_15,color_15)),var(--alpha-lineColorOpen,1))}.kpM1s0.H801ob .r8m7zZ.ZBaDfe{transform:translate(4px,-1px) rotate(-45deg)}.kpM1s0.H801ob .HSYWnj.ZBaDfe{background-color:rgba(var(--lineColorOpen,var(--color_15,color_15)),var(--alpha-lineColorOpen,1));transform:scaleX(0)}.rG7wwD{--display:flex;cursor:pointer;display:var(--display);opacity:0;transition:visibility 0s .5s,opacity .5s ease 0s;visibility:hidden}.rG7wwD .tjpQKX{height:100%;opacity:var(--icon-opacity,1);width:100%}.rG7wwD .tjpQKX svg{overflow:visible}.wnbU2e{opacity:1;position:relative;transition-delay:0s;visibility:visible;z-index:var(--above-all-z-index)}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VectorImage_VectorButton].45fa56ec.min.css">.aeyn4z{bottom:0;left:0;position:absolute;right:0;top:0}.qQrFOK{cursor:pointer}.VDJedC{-webkit-tap-highlight-color:rgba(0,0,0,0);fill:var(--corvid-fill-color,var(--fill));fill-opacity:var(--fill-opacity);stroke:var(--corvid-stroke-color,var(--stroke));stroke-opacity:var(--stroke-opacity);stroke-width:var(--stroke-width);filter:var(--drop-shadow,none);opacity:var(--opacity);transform:var(--flip)}.VDJedC,.VDJedC svg{bottom:0;left:0;position:absolute;right:0;top:0}.VDJedC svg{height:var(--svg-calculated-height,100%);margin:auto;padding:var(--svg-calculated-padding,0);width:var(--svg-calculated-width,100%)}.VDJedC svg:not([data-type=ugc]){overflow:visible}.l4CAhn *{vector-effect:non-scaling-stroke}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[TextMask].00969cd7.min.css">.elEp3H{filter:var(--shadow-filter,none)}.w681pN text{fill:#000;dominant-baseline:text-before-edge;font-synthesis:style}.drrrT5{height:100%;overflow:visible;width:100%}.UZDyCY{inset:0}.UZDyCY,.wKTolk{pointer-events:none;position:absolute;visibility:hidden}.wKTolk{height:100%;left:0;top:0;width:100%}[data-mask-state=true] .wKTolk{visibility:visible}[data-mask-state=true] text{fill-opacity:0}.MrRu4F{align-items:center;background-color:#fff;border-radius:50%;color:#000;cursor:pointer;display:flex;height:24px;justify-content:center;left:50%;outline:1px solid #000;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px}.MrRu4F:focus{clip:auto;height:auto;opacity:1;pointer-events:auto;width:auto}.MrRu4F span{margin-right:5px}.vFkhXO:not(:focus):not(:active){clip:rect(0 0 0 0);border:0;height:auto;margin:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;white-space:nowrap;width:1px}.YcIVz3 a{display:block}@supports(-webkit-appearance:none) and (stroke-color:transparent){.YcIVz3{scale:1}}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.MW5IWV{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.MW5IWV.N3eg0s{clip:rect(0,auto,auto,0)}.MW5IWV .Kv1aVt{height:100%;position:absolute;top:0;width:100%}.MW5IWV .dLPlxY{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .dLPlxY img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.N3eg0s{clip:auto;-webkit-clip-path:inset(0)}}.VgO9Yg{height:100%}.LWbAav{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.K_YxMd,.yK6aSC{opacity:var(--fill-layer-video-opacity)}.NGjcJN{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.mNGsUM{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.K_YxMd{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.I8xA4L{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.I8xA4L .K_YxMd,.I8xA4L .dLPlxY,.I8xA4L .yK6aSC{opacity:1}.bX9O_S{clip-path:var(--fill-layer-clip)}.Z_wCwr,.bX9O_S{position:absolute;top:0}.Jxk_UL img,.Z_wCwr,.bX9O_S{height:100%;width:100%}.K8MSra{opacity:0}.K8MSra,.YTb3b4{position:absolute;top:0}.YTb3b4{height:0;left:0;overflow:hidden;width:0}.SUz0WK{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.FNxOn5,.SUz0WK,.m4khSP{height:100%;top:0;width:100%}.FNxOn5{position:absolute}.m4khSP{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.m4khSP{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[StylableButton_StylableButton].6b502f11.min.css">.DPAltb{background:var(--background);border-bottom:var(--border-bottom);border-bottom-left-radius:var(--border-bottom-left-radius);border-bottom-right-radius:var(--border-bottom-right-radius);border-left:var(--border-left);border-right:var(--border-right);border-top:var(--border-top);border-top-left-radius:var(--border-top-left-radius);border-top-right-radius:var(--border-top-right-radius);box-shadow:var(--box-shadow);box-sizing:border-box;cursor:pointer;direction:var(--btn-direction);display:block;height:100%;min-height:10px;min-width:var(--btn-min-width);padding-bottom:var(--padding-bottom);padding-left:var(--padding-left);padding-right:var(--padding-right);padding-top:var(--padding-top);touch-action:manipulation;width:100%}.DPAltb.HJQL50:not(:hover):not(:disabled){border-color:var(--corvid-border-color,initial)}.DPAltb.JYQq3z:not(:hover):not(:disabled){background-color:var(--corvid-background-color,var(--background))}.DPAltb [data-preview=hover],.DPAltb:hover{background:var(--hover-background,var(--background));border-bottom:var(--hover-border-bottom,var(--border-bottom));border-bottom-left-radius:var(--hover-border-bottom-left-radius,var(--border-bottom-left-radius));border-bottom-right-radius:var(--hover-border-bottom-right-radius,var(--border-bottom-right-radius));border-left:var(--hover-border-left,var(--border-left));border-right:var(--hover-border-right,var(--border-right));border-top:var(--hover-border-top,var(--border-top));border-top-left-radius:var(--hover-border-top-left-radius,var(--border-top-left-radius));border-top-right-radius:var(--hover-border-top-right-radius,var(--border-top-right-radius));box-shadow:var(--hover-box-shadow,var(--box-shadow));padding-bottom:var(--hover-padding-bottom,var(--padding-bottom));padding-left:var(--hover-padding-left,var(--padding-left));padding-right:var(--hover-padding-right,var(--padding-right));padding-top:var(--hover-padding-top,var(--padding-top))}.DPAltb.lpKmSx:hover:not(:disabled){border-color:var(--corvid-hover-border-color,initial)}.DPAltb.bk6HFS:hover:not(:disabled){background-color:var(--corvid-hover-background-color,var(--hover-background,var(--background)))}.DPAltb [data-preview=disabled],.DPAltb:disabled{background:var(--disabled-background,var(--background));border-bottom:var(--disabled-border-bottom,var(--border-bottom));border-bottom-left-radius:var(--disabled-border-bottom-left-radius,var(--border-bottom-left-radius));border-bottom-right-radius:var(--disabled-border-bottom-right-radius,var(--border-bottom-right-radius));border-left:var(--disabled-border-left,var(--border-left));border-right:var(--disabled-border-right,var(--border-right));border-top:var(--disabled-border-top,var(--border-top));border-top-left-radius:var(--disabled-border-top-left-radius,var(--border-top-left-radius));border-top-right-radius:var(--disabled-border-top-right-radius,var(--border-top-right-radius));box-shadow:var(--disabled-box-shadow,var(--box-shadow));cursor:default;padding-bottom:var(--disabled-padding-bottom,var(--padding-bottom));padding-left:var(--disabled-padding-left,var(--padding-left));padding-right:var(--disabled-padding-right,var(--padding-right));padding-top:var(--disabled-padding-top,var(--padding-top))}.DPAltb.ivX9Rv:disabled:not(:hover){border-color:var(--corvid-disabled-border-color,initial)}.DPAltb.E9JJpO:disabled:not(:hover){background-color:var(--corvid-disabled-background-color,var(--disabled-background,var(--background)))}.gIbEBg{background-color:var(--text-highlight,transparent);color:var(--color);direction:var(--direction);display:var(--label-display);font:var(--font,var(--font_8));letter-spacing:var(--letter-spacing);line-height:var(--line-height);max-width:100%;min-width:1.8em;overflow:var(--overflow,hidden);text-align:var(--text-align,revert);text-decoration-line:var(--text-decoration);text-overflow:var(--label-text-overflow);text-shadow:var(--text-outline),var(--text-shadow);text-transform:var(--text-transform);transition:inherit;white-space:var(--label-white-space)}.DPAltb.spiv_Z:not(:hover):not(:disabled) .gIbEBg{color:var(--corvid-color,var(--color))}.DPAltb [data-preview=hover] .gIbEBg,.DPAltb:hover .gIbEBg{background-color:var(--hover-text-highlight,var(--text-highlight,transparent));color:var(--hover-color,var(--color));direction:var(--hover-direction,var(--direction));display:var(--hover-label-display,var(--label-display));font:var(--hover-font,var(--font));letter-spacing:var(--hover-letter-spacing,var(--letter-spacing));line-height:var(--hover-line-height,var(--line-height));text-align:var(--hover-text-align,var(--text-align,revert));text-decoration-line:var(--hover-text-decoration,var(--text-decoration));text-shadow:var(--hover-text-outline,var(--text-outline)),var(--hover-text-shadow,var(--text-shadow));text-transform:var(--hover-text-transform,var(--text-transform))}.DPAltb.pkDIbl:hover:not(:disabled) .gIbEBg{color:var(--corvid-hover-color,var(--hover-color,var(--color)))}.DPAltb [data-preview=disabled] .gIbEBg,.DPAltb:disabled .gIbEBg{background-color:var(--disabled-text-highlight,var(--text-highlight,transparent));color:var(--disabled-color,var(--color));direction:var(--disabled-direction,var(--direction));display:var(--disabled-label-display,var(--label-display));font:var(--disabled-font,var(--font));letter-spacing:var(--disabled-letter-spacing,var(--letter-spacing));line-height:var(--disabled-line-height,var(--line-height));text-align:var(--disabled-text-align,var(--text-align,revert));text-decoration-line:var(--disabled-text-decoration,var(--text-decoration));text-shadow:var(--disabled-text-outline,var(--text-outline)),var(--disabled-text-shadow,var(--text-shadow));text-transform:var(--disabled-text-transform,var(--text-transform))}.DPAltb.FOmtsV:disabled:not(:hover) .gIbEBg{color:var(--corvid-disabled-color,var(--disabled-color,var(--color)))}.OoFUKI{box-sizing:border-box;color:#000;text-decoration:none}.wpLgnL{align-items:var(--container-align-items);display:flex;flex-basis:auto;flex-direction:var(--container-flex-direction);flex-grow:1;gap:var(--content-gap,"0px");height:100%;justify-content:var(--container-justify-content);overflow:hidden;transition:all .4s ease,visibility 0s;width:100%}.HvvH6i{fill:var(--icon-color);display:var(--icon-display);flex-shrink:0;height:var(--icon-size);min-width:1px;order:var(--icon-order,0);transform:rotate(var(--icon-rotation));transition:inherit;width:var(--icon-size)}.DPAltb.EENh5d:not(:hover):not(:disabled) .HvvH6i{fill:var(--corvid-icon-color,var(--icon-color))}.DPAltb [data-preview=hover] .HvvH6i,.DPAltb:hover .HvvH6i{fill:var(--hover-icon-color,var(--icon-color));display:var(--hover-icon-display,var(--icon-display));height:var(--hover-icon-size,var(--icon-size));transform:rotate(var(--hover-icon-rotation,var(--icon-rotation)));width:var(--hover-icon-size,var(--icon-size))}.DPAltb.tN8hsm:hover:not(:disabled) .HvvH6i{fill:var(--corvid-hover-icon-color,var(--hover-icon-color,var(--icon-color)))}.DPAltb [data-preview=disabled] .HvvH6i,.DPAltb:disabled .HvvH6i{fill:var(--disabled-icon-color,var(--icon-color));display:var(--disabled-icon-display,var(--icon-display));height:var(--disabled-icon-size,var(--icon-size));transform:rotate(var(--disabled-icon-rotation,var(--icon-rotation)));width:var(--disabled-icon-size,var(--icon-size))}.DPAltb.lVrFcO:disabled:not(:hover) .HvvH6i{fill:var(--corvid-disabled-icon-color,var(--disabled-icon-color,var(--icon-color)))}.HvvH6i svg,.HvvH6i>span{display:flex;height:inherit;width:inherit}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MediaOverlayControls].36856241.min.css">.aeyn4z{bottom:0;left:0;position:absolute;right:0;top:0}.qQrFOK{cursor:pointer}.VDJedC{-webkit-tap-highlight-color:rgba(0,0,0,0);fill:var(--corvid-fill-color,var(--fill));fill-opacity:var(--fill-opacity);stroke:var(--corvid-stroke-color,var(--stroke));stroke-opacity:var(--stroke-opacity);stroke-width:var(--stroke-width);filter:var(--drop-shadow,none);opacity:var(--opacity);transform:var(--flip)}.VDJedC,.VDJedC svg{bottom:0;left:0;position:absolute;right:0;top:0}.VDJedC svg{height:var(--svg-calculated-height,100%);margin:auto;padding:var(--svg-calculated-padding,0);width:var(--svg-calculated-width,100%)}.VDJedC svg:not([data-type=ugc]){overflow:visible}.l4CAhn *{vector-effect:non-scaling-stroke}.Saw6y5{clip-path:var(--fill-layer-clip)}.Saw6y5,._9tgL2{position:absolute;top:0}.B_8vzd img,.Saw6y5,._9tgL2{height:100%;width:100%}.yq8wNF{opacity:0}.UhZpjR,.yq8wNF{position:absolute;top:0}.UhZpjR{height:0;left:0;overflow:hidden;width:0}.M7AL1H [data-mesh-id$=inlineContent-gridContainer],.M7AL1H [data-mesh-id$=inlineContent]{height:100%}.M7AL1H .bG1bix{height:100%;position:absolute;width:100%}.M7AL1H:before{grid-area:1/1/2/2}.K0b3At{border-color:var(--border-color);border-radius:var(--border-radius);border-style:var(--border-style);border-width:var(--border-width);bottom:0;box-shadow:var(--box-shadow);filter:var(--fill-container-drop-shadow,none);left:0;margin:var(--border-compensate-margin,0);overflow:var(--fill-container-overflow);position:absolute;right:0;top:0;transform:var(--fill-container-transform)}.K0b3At:focus{z-index:auto!important}.bno0bO{transform:var(--fill-transform)}.TFzbYK video{opacity:0;visibility:hidden}.TFzbYK canvas{opacity:0}.TFzbYK img{filter:var(--filter-effect-svg-url)}.AEWcAU{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition-duration:.15s,.5s;transition-property:transform,opacity;transition-timing-function:cubic-bezier(.12,0,.39,0),cubic-bezier(.61,1,.88,1)}.nWh_dn{opacity:0;transform:scale(.95);transition-duration:.3s,.1s;transition-property:transform opacity;transition-timing-function:cubic-bezier(.12,0,.39,0),cubic-bezier(.61,1,.88,1)}.PZw00o{cursor:pointer;filter:drop-shadow(0 0 1px black);opacity:0;transition-delay:.2s;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.12,0,.39,0)}.PZw00o:focus{opacity:1}.LovKv4{width:48px}.Igcjov,.iuf0mL{margin:5px 10px 7px 8px;opacity:0}.M7AL1H[data-can-play] .AEWcAU{opacity:.99}@media(prefers-reduced-motion:no-preference){.M7AL1H[data-has-play]{cursor:pointer}}.M7AL1H[data-no-audio] .PZw00o{--display:none;display:none}.M7AL1H[data-animate-poster=fade] [class~=bgVideoposter]{transition:opacity 1.6s ease-out}.M7AL1H[data-show-canvas] canvas{opacity:1}.M7AL1H[data-show-canvas] [class~=bgVideoposter]{opacity:0}.M7AL1H[data-playing] .AEWcAU{opacity:0;transition-duration:.15s,.3s}.M7AL1H[data-show-audio] .PZw00o{opacity:1;transition-delay:.2s;transition-duration:.35s;transition-timing-function:cubic-bezier(.61,1,.88,1)}.M7AL1H[data-roll-in] .AEWcAU{transform:scale(1.07);transition-duration:.25s,.5s}.M7AL1H[data-roll-in][data-playing] .AEWcAU{transition-duration:.25s,.3s}.M7AL1H[data-roll-in][data-playing] .nWh_dn{opacity:1;transform:scale(1);transition-delay:.35s}.M7AL1H[data-audio=off] .iuf0mL,.M7AL1H[data-audio=on] .Igcjov{opacity:1}.M7AL1H[data-stop]{cursor:auto}.M7AL1H[data-stop] .AEWcAU{opacity:0;transform:none;transition:none}.M7AL1H[data-stop] .PZw00o{cursor:auto;opacity:0;transition:none}.M7AL1H:has(:focus-visible:not(.PZw00o)) .RMkeXU{box-shadow:0 0 1px 2px #fff;outline:2px solid #116dff;outline-offset:1px}.M7AL1H:has(:focus-visible:not(.PZw00o)):not([data-playing]) .AEWcAU{opacity:1}.M7AL1H:has(:focus-visible:not(.PZw00o)):not([data-playing]) .nWh_dn{opacity:0}.M7AL1H:has(:focus-visible:not(.PZw00o))[data-playing] .nWh_dn{opacity:1}.M7AL1H:has(:focus-visible:not(.PZw00o))[data-playing] .AEWcAU{opacity:0}.M7AL1H:has(:focus-visible:not(.PZw00o)) .K0b3At{box-shadow:none}@media(prefers-reduced-motion:reduce){.M7AL1H{cursor:pointer}.M7AL1H .AEWcAU{opacity:.99}}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MediaControls].36856241.min.css">.aeyn4z{bottom:0;left:0;position:absolute;right:0;top:0}.qQrFOK{cursor:pointer}.VDJedC{-webkit-tap-highlight-color:rgba(0,0,0,0);fill:var(--corvid-fill-color,var(--fill));fill-opacity:var(--fill-opacity);stroke:var(--corvid-stroke-color,var(--stroke));stroke-opacity:var(--stroke-opacity);stroke-width:var(--stroke-width);filter:var(--drop-shadow,none);opacity:var(--opacity);transform:var(--flip)}.VDJedC,.VDJedC svg{bottom:0;left:0;position:absolute;right:0;top:0}.VDJedC svg{height:var(--svg-calculated-height,100%);margin:auto;padding:var(--svg-calculated-padding,0);width:var(--svg-calculated-width,100%)}.VDJedC svg:not([data-type=ugc]){overflow:visible}.l4CAhn *{vector-effect:non-scaling-stroke}.Saw6y5{clip-path:var(--fill-layer-clip)}.Saw6y5,._9tgL2{position:absolute;top:0}.B_8vzd img,.Saw6y5,._9tgL2{height:100%;width:100%}.yq8wNF{opacity:0}.UhZpjR,.yq8wNF{position:absolute;top:0}.UhZpjR{height:0;left:0;overflow:hidden;width:0}.M7AL1H [data-mesh-id$=inlineContent-gridContainer],.M7AL1H [data-mesh-id$=inlineContent]{height:100%}.M7AL1H .bG1bix{height:100%;position:absolute;width:100%}.M7AL1H:before{grid-area:1/1/2/2}.K0b3At{border-color:var(--border-color);border-radius:var(--border-radius);border-style:var(--border-style);border-width:var(--border-width);bottom:0;box-shadow:var(--box-shadow);filter:var(--fill-container-drop-shadow,none);left:0;margin:var(--border-compensate-margin,0);overflow:var(--fill-container-overflow);position:absolute;right:0;top:0;transform:var(--fill-container-transform)}.K0b3At:focus{z-index:auto!important}.bno0bO{transform:var(--fill-transform)}.TFzbYK video{opacity:0;visibility:hidden}.TFzbYK canvas{opacity:0}.TFzbYK img{filter:var(--filter-effect-svg-url)}.AEWcAU{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition-duration:.15s,.5s;transition-property:transform,opacity;transition-timing-function:cubic-bezier(.12,0,.39,0),cubic-bezier(.61,1,.88,1)}.nWh_dn{opacity:0;transform:scale(.95);transition-duration:.3s,.1s;transition-property:transform opacity;transition-timing-function:cubic-bezier(.12,0,.39,0),cubic-bezier(.61,1,.88,1)}.PZw00o{cursor:pointer;filter:drop-shadow(0 0 1px black);opacity:0;transition-delay:.2s;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.12,0,.39,0)}.PZw00o:focus{opacity:1}.LovKv4{width:48px}.Igcjov,.iuf0mL{margin:5px 10px 7px 8px;opacity:0}.M7AL1H[data-can-play] .AEWcAU{opacity:.99}@media(prefers-reduced-motion:no-preference){.M7AL1H[data-has-play]{cursor:pointer}}.M7AL1H[data-no-audio] .PZw00o{--display:none;display:none}.M7AL1H[data-animate-poster=fade] [class~=bgVideoposter]{transition:opacity 1.6s ease-out}.M7AL1H[data-show-canvas] canvas{opacity:1}.M7AL1H[data-show-canvas] [class~=bgVideoposter]{opacity:0}.M7AL1H[data-playing] .AEWcAU{opacity:0;transition-duration:.15s,.3s}.M7AL1H[data-show-audio] .PZw00o{opacity:1;transition-delay:.2s;transition-duration:.35s;transition-timing-function:cubic-bezier(.61,1,.88,1)}.M7AL1H[data-roll-in] .AEWcAU{transform:scale(1.07);transition-duration:.25s,.5s}.M7AL1H[data-roll-in][data-playing] .AEWcAU{transition-duration:.25s,.3s}.M7AL1H[data-roll-in][data-playing] .nWh_dn{opacity:1;transform:scale(1);transition-delay:.35s}.M7AL1H[data-audio=off] .iuf0mL,.M7AL1H[data-audio=on] .Igcjov{opacity:1}.M7AL1H[data-stop]{cursor:auto}.M7AL1H[data-stop] .AEWcAU{opacity:0;transform:none;transition:none}.M7AL1H[data-stop] .PZw00o{cursor:auto;opacity:0;transition:none}.M7AL1H:has(:focus-visible:not(.PZw00o)) .RMkeXU{box-shadow:0 0 1px 2px #fff;outline:2px solid #116dff;outline-offset:1px}.M7AL1H:has(:focus-visible:not(.PZw00o)):not([data-playing]) .AEWcAU{opacity:1}.M7AL1H:has(:focus-visible:not(.PZw00o)):not([data-playing]) .nWh_dn{opacity:0}.M7AL1H:has(:focus-visible:not(.PZw00o))[data-playing] .nWh_dn{opacity:1}.M7AL1H:has(:focus-visible:not(.PZw00o))[data-playing] .AEWcAU{opacity:0}.M7AL1H:has(:focus-visible:not(.PZw00o)) .K0b3At{box-shadow:none}@media(prefers-reduced-motion:reduce){.M7AL1H{cursor:pointer}.M7AL1H .AEWcAU{opacity:.99}}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[LinkBar_Responsive].7f49e879.min.css">.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.oeWIOw{direction:var(--direction)}.oeWIOw .Ebr6AI .Rhimou{display:var(--item-display);height:var(--item-size);margin-block:var(--item-margin-block);margin-inline:var(--item-margin-inline);width:var(--item-size)}.oeWIOw .Ebr6AI .Rhimou:last-child{margin-block:0;margin-inline:0}.oeWIOw .Ebr6AI .Rhimou .Q8t1PH{display:block}.oeWIOw .Ebr6AI .Rhimou .Q8t1PH .qFhtwZ{height:var(--item-size);width:var(--item-size)}.oeWIOw{--display:table;display:var(--display)}.oeWIOw .Ebr6AI{display:flex;flex-direction:var(--flex-direction)}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_menu.936f4f3a.min.css">.StylableButton2545352419__root{-archetype:box;border:none;box-sizing:border-box;cursor:pointer;display:block;height:100%;min-height:10px;min-width:10px;padding:0;touch-action:manipulation;width:100%}.StylableButton2545352419__root[disabled]{pointer-events:none}.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBackgroundColor{background-color:var(--corvid-background-color)!important}.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBackgroundColor{background-color:var(--corvid-hover-background-color)!important}.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBackgroundColor{background-color:var(--corvid-disabled-background-color)!important}.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasBorderColor{border-color:var(--corvid-border-color)!important}.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverBorderColor{border-color:var(--corvid-hover-border-color)!important}.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledBorderColor{border-color:var(--corvid-disabled-border-color)!important}.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius{border-radius:var(--corvid-border-radius)!important}.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth{border-width:var(--corvid-border-width)!important}.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor,.StylableButton2545352419__root:not(:hover):not([disabled]).StylableButton2545352419--hasColor .StylableButton2545352419__label{color:var(--corvid-color)!important}.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor,.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverColor .StylableButton2545352419__label{color:var(--corvid-hover-color)!important}.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor,.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledColor .StylableButton2545352419__label{color:var(--corvid-disabled-color)!important}.StylableButton2545352419__link{-archetype:box;box-sizing:border-box;color:#000;text-decoration:none}.StylableButton2545352419__container{align-items:center;display:flex;flex-basis:auto;flex-direction:row;flex-grow:1;height:100%;justify-content:center;overflow:hidden;transition:all .2s ease,visibility 0s;width:100%}.StylableButton2545352419__label{-archetype:text;-controller-part-type:LayoutChildDisplayDropdown,LayoutFlexChildSpacing(first);max-width:100%;min-width:1.8em;overflow:hidden;text-align:center;text-overflow:ellipsis;transition:inherit;white-space:nowrap}.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label{text-overflow:unset}.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label{min-width:10px;overflow-wrap:break-word;white-space:break-spaces;word-break:break-word}.StylableButton2545352419__icon{-archetype:icon;-controller-part-type:LayoutChildDisplayDropdown,LayoutFlexChildSpacing(last);flex-shrink:0;height:50px;min-width:1px;transition:inherit}.StylableButton2545352419__icon.StylableButton2545352419--override{display:block!important}.StylableButton2545352419__icon svg,.StylableButton2545352419__icon>span{display:flex;height:inherit;width:inherit}.StylableButton2545352419__root:not(:hover):not([disalbed]).StylableButton2545352419--hasIconColor .StylableButton2545352419__icon svg{fill:var(--corvid-icon-color)!important;stroke:var(--corvid-icon-color)!important}.StylableButton2545352419__root:hover:not([disabled]).StylableButton2545352419--hasHoverIconColor .StylableButton2545352419__icon svg{fill:var(--corvid-hover-icon-color)!important;stroke:var(--corvid-hover-icon-color)!important}.StylableButton2545352419__root:not(:hover)[disabled].StylableButton2545352419--hasDisabledIconColor .StylableButton2545352419__icon svg{fill:var(--corvid-disabled-icon-color)!important;stroke:var(--corvid-disabled-icon-color)!important}.b5zn61{background:var(--background);border-bottom:var(--border-bottom);border-bottom-left-radius:var(--border-bottom-left-radius);border-bottom-right-radius:var(--border-bottom-right-radius);border-left:var(--border-left);border-right:var(--border-right);border-top:var(--border-top);border-top-left-radius:var(--border-top-left-radius);border-top-right-radius:var(--border-top-right-radius);box-shadow:var(--box-shadow);box-sizing:border-box;cursor:pointer;direction:var(--btn-direction);display:block;height:100%;min-height:10px;min-width:var(--btn-min-width);padding-bottom:var(--padding-bottom);padding-left:var(--padding-left);padding-right:var(--padding-right);padding-top:var(--padding-top);touch-action:manipulation;width:100%}.b5zn61.kRkc5Y:not(:hover):not(:disabled){border-color:var(--corvid-border-color,initial)}.b5zn61.oAOb11:not(:hover):not(:disabled){background-color:var(--corvid-background-color,var(--background))}.b5zn61 [data-preview=hover],.b5zn61:hover{background:var(--hover-background,var(--background));border-bottom:var(--hover-border-bottom,var(--border-bottom));border-bottom-left-radius:var(--hover-border-bottom-left-radius,var(--border-bottom-left-radius));border-bottom-right-radius:var(--hover-border-bottom-right-radius,var(--border-bottom-right-radius));border-left:var(--hover-border-left,var(--border-left));border-right:var(--hover-border-right,var(--border-right));border-top:var(--hover-border-top,var(--border-top));border-top-left-radius:var(--hover-border-top-left-radius,var(--border-top-left-radius));border-top-right-radius:var(--hover-border-top-right-radius,var(--border-top-right-radius));box-shadow:var(--hover-box-shadow,var(--box-shadow));padding-bottom:var(--hover-padding-bottom,var(--padding-bottom));padding-left:var(--hover-padding-left,var(--padding-left));padding-right:var(--hover-padding-right,var(--padding-right));padding-top:var(--hover-padding-top,var(--padding-top))}.b5zn61.vOCSHf:hover:not(:disabled){border-color:var(--corvid-hover-border-color,initial)}.b5zn61.S1KgBG:hover:not(:disabled){background-color:var(--corvid-hover-background-color,var(--hover-background,var(--background)))}.b5zn61 [data-preview=disabled],.b5zn61:disabled{background:var(--disabled-background,var(--background));border-bottom:var(--disabled-border-bottom,var(--border-bottom));border-bottom-left-radius:var(--disabled-border-bottom-left-radius,var(--border-bottom-left-radius));border-bottom-right-radius:var(--disabled-border-bottom-right-radius,var(--border-bottom-right-radius));border-left:var(--disabled-border-left,var(--border-left));border-right:var(--disabled-border-right,var(--border-right));border-top:var(--disabled-border-top,var(--border-top));border-top-left-radius:var(--disabled-border-top-left-radius,var(--border-top-left-radius));border-top-right-radius:var(--disabled-border-top-right-radius,var(--border-top-right-radius));box-shadow:var(--disabled-box-shadow,var(--box-shadow));cursor:default;padding-bottom:var(--disabled-padding-bottom,var(--padding-bottom));padding-left:var(--disabled-padding-left,var(--padding-left));padding-right:var(--disabled-padding-right,var(--padding-right));padding-top:var(--disabled-padding-top,var(--padding-top))}.b5zn61.n4G1gL:disabled:not(:hover){border-color:var(--corvid-disabled-border-color,initial)}.b5zn61.fagXcI:disabled:not(:hover){background-color:var(--corvid-disabled-background-color,var(--disabled-background,var(--background)))}.Q_1B5v{background-color:var(--text-highlight,transparent);color:var(--color);direction:var(--direction);display:var(--label-display);font:var(--font,var(--font_8));letter-spacing:var(--letter-spacing);line-height:var(--line-height);max-width:100%;min-width:1.8em;overflow:var(--overflow,hidden);text-align:var(--text-align,revert);text-decoration-line:var(--text-decoration);text-overflow:var(--label-text-overflow);text-shadow:var(--text-outline),var(--text-shadow);text-transform:var(--text-transform);transition:inherit;white-space:var(--label-white-space)}.b5zn61.lKBJfO:not(:hover):not(:disabled) .Q_1B5v{color:var(--corvid-color,var(--color))}.b5zn61 [data-preview=hover] .Q_1B5v,.b5zn61:hover .Q_1B5v{background-color:var(--hover-text-highlight,var(--text-highlight,transparent));color:var(--hover-color,var(--color));direction:var(--hover-direction,var(--direction));display:var(--hover-label-display,var(--label-display));font:var(--hover-font,var(--font));letter-spacing:var(--hover-letter-spacing,var(--letter-spacing));line-height:var(--hover-line-height,var(--line-height));text-align:var(--hover-text-align,var(--text-align,revert));text-decoration-line:var(--hover-text-decoration,var(--text-decoration));text-shadow:var(--hover-text-outline,var(--text-outline)),var(--hover-text-shadow,var(--text-shadow));text-transform:var(--hover-text-transform,var(--text-transform))}.b5zn61.EgnLMx:hover:not(:disabled) .Q_1B5v{color:var(--corvid-hover-color,var(--hover-color,var(--color)))}.b5zn61 [data-preview=disabled] .Q_1B5v,.b5zn61:disabled .Q_1B5v{background-color:var(--disabled-text-highlight,var(--text-highlight,transparent));color:var(--disabled-color,var(--color));direction:var(--disabled-direction,var(--direction));display:var(--disabled-label-display,var(--label-display));font:var(--disabled-font,var(--font));letter-spacing:var(--disabled-letter-spacing,var(--letter-spacing));line-height:var(--disabled-line-height,var(--line-height));text-align:var(--disabled-text-align,var(--text-align,revert));text-decoration-line:var(--disabled-text-decoration,var(--text-decoration));text-shadow:var(--disabled-text-outline,var(--text-outline)),var(--disabled-text-shadow,var(--text-shadow));text-transform:var(--disabled-text-transform,var(--text-transform))}.b5zn61.Z8I3Qb:disabled:not(:hover) .Q_1B5v{color:var(--corvid-disabled-color,var(--disabled-color,var(--color)))}.boASKT{box-sizing:border-box;color:#000;text-decoration:none}.PlliFI{align-items:var(--container-align-items);display:flex;flex-basis:auto;flex-direction:var(--container-flex-direction);flex-grow:1;gap:var(--content-gap,"0px");height:100%;justify-content:var(--container-justify-content);overflow:hidden;transition:all .4s ease,visibility 0s;width:100%}.UHJG9m{fill:var(--icon-color);display:var(--icon-display);flex-shrink:0;height:var(--icon-size);min-width:1px;order:var(--icon-order,0);transform:rotate(var(--icon-rotation));transition:inherit;width:var(--icon-size)}.b5zn61.cFMwDV:not(:hover):not(:disabled) .UHJG9m{fill:var(--corvid-icon-color,var(--icon-color))}.b5zn61 [data-preview=hover] .UHJG9m,.b5zn61:hover .UHJG9m{fill:var(--hover-icon-color,var(--icon-color));display:var(--hover-icon-display,var(--icon-display));height:var(--hover-icon-size,var(--icon-size));transform:rotate(var(--hover-icon-rotation,var(--icon-rotation)));width:var(--hover-icon-size,var(--icon-size))}.b5zn61.xizV0v:hover:not(:disabled) .UHJG9m{fill:var(--corvid-hover-icon-color,var(--hover-icon-color,var(--icon-color)))}.b5zn61 [data-preview=disabled] .UHJG9m,.b5zn61:disabled .UHJG9m{fill:var(--disabled-icon-color,var(--icon-color));display:var(--disabled-icon-display,var(--icon-display));height:var(--disabled-icon-size,var(--icon-size));transform:rotate(var(--disabled-icon-rotation,var(--icon-rotation)));width:var(--disabled-icon-size,var(--icon-size))}.b5zn61.cOr5EQ:disabled:not(:hover) .UHJG9m{fill:var(--corvid-disabled-icon-color,var(--disabled-icon-color,var(--icon-color)))}.UHJG9m svg,.UHJG9m>span{display:flex;height:inherit;width:inherit}.DPAltb{background:var(--background);border-bottom:var(--border-bottom);border-bottom-left-radius:var(--border-bottom-left-radius);border-bottom-right-radius:var(--border-bottom-right-radius);border-left:var(--border-left);border-right:var(--border-right);border-top:var(--border-top);border-top-left-radius:var(--border-top-left-radius);border-top-right-radius:var(--border-top-right-radius);box-shadow:var(--box-shadow);box-sizing:border-box;cursor:pointer;direction:var(--btn-direction);display:block;height:100%;min-height:10px;min-width:var(--btn-min-width);padding-bottom:var(--padding-bottom);padding-left:var(--padding-left);padding-right:var(--padding-right);padding-top:var(--padding-top);touch-action:manipulation;width:100%}.DPAltb.HJQL50:not(:hover):not(:disabled){border-color:var(--corvid-border-color,initial)}.DPAltb.JYQq3z:not(:hover):not(:disabled){background-color:var(--corvid-background-color,var(--background))}.DPAltb [data-preview=hover],.DPAltb:hover{background:var(--hover-background,var(--background));border-bottom:var(--hover-border-bottom,var(--border-bottom));border-bottom-left-radius:var(--hover-border-bottom-left-radius,var(--border-bottom-left-radius));border-bottom-right-radius:var(--hover-border-bottom-right-radius,var(--border-bottom-right-radius));border-left:var(--hover-border-left,var(--border-left));border-right:var(--hover-border-right,var(--border-right));border-top:var(--hover-border-top,var(--border-top));border-top-left-radius:var(--hover-border-top-left-radius,var(--border-top-left-radius));border-top-right-radius:var(--hover-border-top-right-radius,var(--border-top-right-radius));box-shadow:var(--hover-box-shadow,var(--box-shadow));padding-bottom:var(--hover-padding-bottom,var(--padding-bottom));padding-left:var(--hover-padding-left,var(--padding-left));padding-right:var(--hover-padding-right,var(--padding-right));padding-top:var(--hover-padding-top,var(--padding-top))}.DPAltb.lpKmSx:hover:not(:disabled){border-color:var(--corvid-hover-border-color,initial)}.DPAltb.bk6HFS:hover:not(:disabled){background-color:var(--corvid-hover-background-color,var(--hover-background,var(--background)))}.DPAltb [data-preview=disabled],.DPAltb:disabled{background:var(--disabled-background,var(--background));border-bottom:var(--disabled-border-bottom,var(--border-bottom));border-bottom-left-radius:var(--disabled-border-bottom-left-radius,var(--border-bottom-left-radius));border-bottom-right-radius:var(--disabled-border-bottom-right-radius,var(--border-bottom-right-radius));border-left:var(--disabled-border-left,var(--border-left));border-right:var(--disabled-border-right,var(--border-right));border-top:var(--disabled-border-top,var(--border-top));border-top-left-radius:var(--disabled-border-top-left-radius,var(--border-top-left-radius));border-top-right-radius:var(--disabled-border-top-right-radius,var(--border-top-right-radius));box-shadow:var(--disabled-box-shadow,var(--box-shadow));cursor:default;padding-bottom:var(--disabled-padding-bottom,var(--padding-bottom));padding-left:var(--disabled-padding-left,var(--padding-left));padding-right:var(--disabled-padding-right,var(--padding-right));padding-top:var(--disabled-padding-top,var(--padding-top))}.DPAltb.ivX9Rv:disabled:not(:hover){border-color:var(--corvid-disabled-border-color,initial)}.DPAltb.E9JJpO:disabled:not(:hover){background-color:var(--corvid-disabled-background-color,var(--disabled-background,var(--background)))}.gIbEBg{background-color:var(--text-highlight,transparent);color:var(--color);direction:var(--direction);display:var(--label-display);font:var(--font,var(--font_8));letter-spacing:var(--letter-spacing);line-height:var(--line-height);max-width:100%;min-width:1.8em;overflow:var(--overflow,hidden);text-align:var(--text-align,revert);text-decoration-line:var(--text-decoration);text-overflow:var(--label-text-overflow);text-shadow:var(--text-outline),var(--text-shadow);text-transform:var(--text-transform);transition:inherit;white-space:var(--label-white-space)}.DPAltb.spiv_Z:not(:hover):not(:disabled) .gIbEBg{color:var(--corvid-color,var(--color))}.DPAltb [data-preview=hover] .gIbEBg,.DPAltb:hover .gIbEBg{background-color:var(--hover-text-highlight,var(--text-highlight,transparent));color:var(--hover-color,var(--color));direction:var(--hover-direction,var(--direction));display:var(--hover-label-display,var(--label-display));font:var(--hover-font,var(--font));letter-spacing:var(--hover-letter-spacing,var(--letter-spacing));line-height:var(--hover-line-height,var(--line-height));text-align:var(--hover-text-align,var(--text-align,revert));text-decoration-line:var(--hover-text-decoration,var(--text-decoration));text-shadow:var(--hover-text-outline,var(--text-outline)),var(--hover-text-shadow,var(--text-shadow));text-transform:var(--hover-text-transform,var(--text-transform))}.DPAltb.pkDIbl:hover:not(:disabled) .gIbEBg{color:var(--corvid-hover-color,var(--hover-color,var(--color)))}.DPAltb [data-preview=disabled] .gIbEBg,.DPAltb:disabled .gIbEBg{background-color:var(--disabled-text-highlight,var(--text-highlight,transparent));color:var(--disabled-color,var(--color));direction:var(--disabled-direction,var(--direction));display:var(--disabled-label-display,var(--label-display));font:var(--disabled-font,var(--font));letter-spacing:var(--disabled-letter-spacing,var(--letter-spacing));line-height:var(--disabled-line-height,var(--line-height));text-align:var(--disabled-text-align,var(--text-align,revert));text-decoration-line:var(--disabled-text-decoration,var(--text-decoration));text-shadow:var(--disabled-text-outline,var(--text-outline)),var(--disabled-text-shadow,var(--text-shadow));text-transform:var(--disabled-text-transform,var(--text-transform))}.DPAltb.FOmtsV:disabled:not(:hover) .gIbEBg{color:var(--corvid-disabled-color,var(--disabled-color,var(--color)))}.OoFUKI{box-sizing:border-box;color:#000;text-decoration:none}.wpLgnL{align-items:var(--container-align-items);display:flex;flex-basis:auto;flex-direction:var(--container-flex-direction);flex-grow:1;gap:var(--content-gap,"0px");height:100%;justify-content:var(--container-justify-content);overflow:hidden;transition:all .4s ease,visibility 0s;width:100%}.HvvH6i{fill:var(--icon-color);display:var(--icon-display);flex-shrink:0;height:var(--icon-size);min-width:1px;order:var(--icon-order,0);transform:rotate(var(--icon-rotation));transition:inherit;width:var(--icon-size)}.DPAltb.EENh5d:not(:hover):not(:disabled) .HvvH6i{fill:var(--corvid-icon-color,var(--icon-color))}.DPAltb [data-preview=hover] .HvvH6i,.DPAltb:hover .HvvH6i{fill:var(--hover-icon-color,var(--icon-color));display:var(--hover-icon-display,var(--icon-display));height:var(--hover-icon-size,var(--icon-size));transform:rotate(var(--hover-icon-rotation,var(--icon-rotation)));width:var(--hover-icon-size,var(--icon-size))}.DPAltb.tN8hsm:hover:not(:disabled) .HvvH6i{fill:var(--corvid-hover-icon-color,var(--hover-icon-color,var(--icon-color)))}.DPAltb [data-preview=disabled] .HvvH6i,.DPAltb:disabled .HvvH6i{fill:var(--disabled-icon-color,var(--icon-color));display:var(--disabled-icon-display,var(--icon-display));height:var(--disabled-icon-size,var(--icon-size));transform:rotate(var(--disabled-icon-rotation,var(--icon-rotation)));width:var(--disabled-icon-size,var(--icon-size))}.DPAltb.lVrFcO:disabled:not(:hover) .HvvH6i{fill:var(--corvid-disabled-icon-color,var(--disabled-icon-color,var(--icon-color)))}.HvvH6i svg,.HvvH6i>span{display:flex;height:inherit;width:inherit}.sR1W7T{opacity:var(--hamburger-menu-container-initial-opacity)}.sR1W7T>*{transform:var(--hamburger-menu-container-initial-transform)}.sR1W7T[data-animation-name=revealFromRight]{clip-path:inset(0)}.sR1W7T[data-animation-name=revealFromRight]>*{transition:transform .4s cubic-bezier(.645,.045,.355,1)}.sR1W7T[data-animation-name=revealFromRight][data-animation-state=enterActive]>*,.sR1W7T[data-animation-name=revealFromRight][data-animation-state=enterDone]>*{transform:translateX(0)}.sR1W7T[data-animation-name=fadeIn]{transition:opacity .4s cubic-bezier(.645,.045,.355,1)}.sR1W7T[data-animation-name=fadeIn][data-animation-state=enterActive],.sR1W7T[data-animation-name=fadeIn][data-animation-state=enterDone]{opacity:1}.CT8HKo{--container-overflow-y:hidden}body:has([data-prehydration] [data-hamburger-toggle][data-hamburger-animation=revealFromRight]:checked) .sR1W7T{clip-path:inset(0)}body:has([data-prehydration] [data-hamburger-toggle][data-hamburger-animation=revealFromRight]:checked) .sR1W7T>*{transform:translateX(0);transition:transform .4s cubic-bezier(.645,.045,.355,1)}body:has([data-prehydration] [data-hamburger-toggle][data-hamburger-animation=fadeIn]:checked) .sR1W7T{opacity:1;transition:opacity .4s cubic-bezier(.645,.045,.355,1)}.gNqkn3{border-radius:var(--overflow-wrapper-border-radius)}.HamburgerMenuContainer502174924__root{-archetype:paintBox;left:0}.EdP9A9,.HamburgerMenuContainer502174924__root{box-sizing:border-box;height:100%;position:absolute;top:0;width:100%}.EdP9A9{background:var(--background);border:var(--border);border-radius:var(--border-radius);box-shadow:var(--box-shadow);inset-inline-start:0}.YZgQBw{align-items:center;display:flex;flex-direction:var(--container-flex-direction);flex-wrap:nowrap;gap:var(--menu-items-main-axis-gap)}.YZgQBw,.djGpM3{flex-grow:var(--menu-items-flex-grow)}.djGpM3{display:var(--item-wrapper-display);height:var(--menu-item-wrapper-height);justify-content:var(--container-align);width:var(--item-wrapper-width)}.oU_31J{align-items:center;box-sizing:border-box;display:flex;height:100%;position:relative;width:var(--item-width)}.oU_31J a{color:inherit}.oU_31J.FIGev7{border-left:var(--item-border-left);border-radius:var(--item-border-radius);border-right:var(--item-border-right);padding-left:var(--item-padding-left,var(--item-horizontal-padding));padding-right:var(--item-padding-right,var(--item-horizontal-padding))}.oU_31J.kcVNsE,.oU_31J[data-interactive=true]:hover,.oU_31J[data-preview=hover],[data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone])>.djGpM3>.oU_31J{background:var(--item-hover-background,var(--item-background));border-bottom:var(--item-hover-border-bottom,var(--item-border-bottom));border-top:var(--item-hover-border-top,var(--item-border-top));box-shadow:var(--item-hover-box-shadow,var(--item-box-shadow))}.oU_31J.kcVNsE.FIGev7,.oU_31J[data-interactive=true]:hover.FIGev7,.oU_31J[data-preview=hover].FIGev7,[data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone])>.djGpM3>.oU_31J.FIGev7{border-left:var(--item-hover-border-left,var(--item-border-left));border-radius:var(--item-hover-border-radius,var(--item-border-radius));border-right:var(--item-hover-border-right,var(--item-border-right))}.oU_31J.kcVNsE .xeYvd7,.oU_31J[data-interactive=true]:hover .xeYvd7,.oU_31J[data-preview=hover] .xeYvd7,[data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone])>.djGpM3>.oU_31J .xeYvd7{background-color:var(--item-hover-text-highlight,var(--item-text-highlight));color:var(--item-hover-color,var(--item-color));line-height:var(--item-line-height);text-decoration-line:var(--item-hover-text-decoration,var(--item-text-decoration));text-shadow:var(--item-hover-text-outline,var(--item-text-outline)),var(--item-hover-text-shadow,var(--item-text-shadow))}.oU_31J.kcVNsE path,.oU_31J[data-interactive=true]:hover path,.oU_31J[data-preview=hover] path,[data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone])>.djGpM3>.oU_31J path{fill:var(--item-hover-icon-color,var(--item-icon-color,currentcolor))}.oU_31J.qY0FMu,.oU_31J[data-preview=selected],.oU_31J[data-selected]{background:var(--item-selected-background,var(--item-background));border-bottom:var(--item-selected-border-bottom,var(--item-border-bottom));border-top:var(--item-selected-border-top,var(--item-border-top));box-shadow:var(--item-selected-box-shadow,var(--item-box-shadow))}.oU_31J.qY0FMu.FIGev7,.oU_31J[data-preview=selected].FIGev7,.oU_31J[data-selected].FIGev7{border-left:var(--item-selected-border-left,var(--item-border-left));border-radius:var(--item-selected-border-radius,var(--item-border-radius));border-right:var(--item-selected-border-right,var(--item-border-right))}.oU_31J.qY0FMu .xeYvd7,.oU_31J[data-preview=selected] .xeYvd7,.oU_31J[data-selected] .xeYvd7{background-color:var(--item-selected-text-highlight,var(--item-text-highlight));color:var(--item-selected-color,var(--item-color));line-height:var(--item-line-height);text-decoration-line:var(--item-selected-text-decoration,var(--item-text-decoration));text-shadow:var(--item-selected-text-outline,var(--item-text-outline)),var(--item-selected-text-shadow,var(--item-text-shadow))}.oU_31J.qY0FMu path,.oU_31J[data-preview=selected] path,.oU_31J[data-selected] path{fill:var(--item-selected-icon-color,var(--item-icon-color,currentcolor))}.oU_31J>a:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.xeYvd7{background-color:var(--item-text-highlight);direction:var(--item-direction);white-space:nowrap}.TNsPxD{--computed-anchor:var(--anchor,var(--dropdown-anchor));--computed-align:var(--align,var(--dropdown-align));--computed-space-above:var(--space-above,var(--dropdown-space-above));--computed-horizontal-margin:var( --horizontal-margin,var(--dropdown-horizontal-margin) );--before-el-top:calc(-1 * var(--computed-space-above));display:none!important;inset:auto!important;left:var(--dropdown-left)!important;margin-top:var(--computed-space-above)!important;position:absolute!important;visibility:hidden;z-index:var(--above-all-z-index)}.TNsPxD:before{content:"";display:block;height:var(--computed-space-above);position:absolute;top:var(--before-el-top);width:100%}.TNsPxD[data-open=true]{visibility:visible}.YZgQBw[data-open=calculating] .TNsPxD,.YZgQBw[data-open=true] .TNsPxD{display:grid!important}.okY9U1{cursor:pointer;display:var(--item-icon-display,flex)}.okY9U1 svg{height:var(--item-icon-size);width:var(--item-icon-size)}.okY9U1 path{fill:var(--item-icon-color,currentcolor)}.okY9U1.DVFVut:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}#SITE_CONTAINER.focus-ring-active .okY9U1:focus:before{box-shadow:0 0 1px 2px #fff;outline:2px solid #116dff;outline-offset:1px}.okY9U1.VDxzQG{clip:rect(0 0 0 0);clip-path:inset(50%);display:var(--sr-only-item-icon-display,flex);position:absolute}.okY9U1.VDxzQG:active,.okY9U1.VDxzQG:focus{clip-path:unset;position:static}.EX5Ksz[data-open]{transform:rotate(-180deg)}.RAdtUj{display:var(--vertical-expand-collapse-display,var(--item-icon-display,flex))}.okY9U1:not(.DVFVut):not(.VDxzQG){position:relative}.okY9U1:not(.DVFVut):before{content:"";height:max(100%,24px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:max(var(--item-icon-size),24px)}.cf3HLb{display:var(--horizontal-menu-dropdown-display,block)}.UUkylQ{display:var(--vertical-menu-dropdown-display);margin-top:calc(var(--menu-items-main-axis-gap, 0)*-1);width:100%}.zIlxcF{--computed-space-above:var(--space-above,var(--dropdown-space-above));height:var(--vertical-dropdown-height);margin-top:var(--vertical-dropdown-height,var(--computed-space-above))!important;visibility:var(--vertical-dropdown-visibility)}.mafHsF .zIlxcF{height:unset;margin-top:var(--computed-space-above)!important;visibility:unset}.yRGvfY{align-self:stretch;border-left:var(--horizontal-menu-item-divider,none);border-top:var(--vertical-menu-item-divider,none);display:var(--divider-display,none)}.YZgQBw:last-child .yRGvfY{display:none}.LVuvyd{display:contents}.z_w46w{display:none}.qV5M8o{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}[data-prehydration] [data-submenu-toggle]:checked~.UUkylQ .zIlxcF{height:unset;margin-top:var(--computed-space-above)!important;visibility:unset}[data-prehydration] .LVuvyd{display:flex;position:relative;z-index:1}[data-prehydration] .LVuvyd .okY9U1{pointer-events:none}[data-prehydration] .z_w46w{cursor:pointer;display:block;inset:0;pointer-events:auto;position:absolute;z-index:1}[data-prehydration] .z_w46w:before{content:"";left:50%;min-height:44px;min-width:44px;position:absolute;top:50%;transform:translate(-50%,-50%)}[data-prehydration] [data-submenu-toggle]:checked~.djGpM3 .EX5Ksz{transform:rotate(-180deg)}.lgvt4I{background:var(--item-background);border-bottom:var(--item-border-bottom);border-top:var(--item-border-top);box-shadow:var(--item-box-shadow);gap:var(--spacing-between-label-and-dropdown-icon);justify-content:var(--item-text-align);padding-bottom:var(--item-padding-bottom,var(--item-vertical-padding));padding-top:var(--item-padding-top,var(--item-vertical-padding))}.JJdjxN{color:var(--item-color);font:var(--item-font,font_6);letter-spacing:var(--item-letter-spacing);line-height:var(--item-line-height);text-decoration-line:var(--item-text-decoration);text-shadow:var(--item-text-outline),var(--item-text-shadow);text-transform:var(--item-text-transform)}.zi7u4T [data-part=menu-item]{--underline-scale:scaleX(0);--wash-scale:scaleX(0);--circle-clip-path:circle(0%);--dropdown-icon-transform:rotate(0);--bullet-translate:translateX(-150%);--bullet-opacity:0;--wave-tarnslate:scaleY(0)}.zi7u4T [data-part=menu-item]:not([data-animation-name=none]) [data-part=dropdown-icon]{transition-duration:.4s;transition-property:transform}.zi7u4T [data-part=menu-item] [data-part=dropdown-item-label]:after,.zi7u4T [data-part=menu-item] [data-part=label]:after{background-color:currentColor;content:"";display:block;height:1px;transform:scaleX(0);width:100%}.zi7u4T [data-part=menu-item] [data-part=label]:before{content:"•"/"";display:var(--item-label-bullet-display,inline-block);opacity:0;padding-inline-end:3px}.zi7u4T [data-part=menu-item] [data-part=menu-item-content][data-selected] [data-part=label]:after{display:var(--item-selected-label-underline-display,block);transform:scaleX(1)}.zi7u4T [data-part=menu-item] [data-part=menu-item-content][data-selected] [data-part=label]:before{opacity:1}.zi7u4T [data-part=menu-item][data-animation-state=enterActive],.zi7u4T [data-part=menu-item][data-animation-state=enterDone],.zi7u4T [data-part=menu-item][data-open=true]{--underline-scale:scaleX(1);--wash-scale:scaleX(1);--circle-clip-path:circle(100%);--dropdown-icon-transform:rotate(-540deg);--bullet-translate:translateX(0%);--bullet-opacity:1;--wave-tarnslate:scaleY(1.5)}.zi7u4T [data-part=menu-item] [data-selected]{--underline-scale:scaleX(1);--wash-scale:scaleX(0);--bullet-translate:translateX(0%);--bullet-opacity:1}.zi7u4T [data-part=menu-item][data-animation-name=underline] [data-part=label]:after{transform:var(--underline-scale);transform-origin:left;transition:transform .3s}.zi7u4T [data-part=menu-item][data-animation-name=underline] [data-part=dropdown-item-label]:after{display:block;transform:scaleX(0);transform-origin:left;transition-duration:.3s;transition-property:transform}.zi7u4T [data-part=menu-item][data-animation-name=underline] [data-part=dropdown-item]:hover [data-part=dropdown-item-label]:after{transform:scaleX(1)}.zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=menu-item-content]{isolation:isolate;overflow:hidden;position:relative}.zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=menu-item-content]:before{background-color:var(--item-hover-background);bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;transform:var(--wash-scale);transform-origin:left;transition:transform .4s;z-index:-1}.zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=menu-item-content]:not([data-selected]):hover{background-color:var(--item-background)}.zi7u4T [data-part=menu-item][data-animation-name=wash] [data-part=dropdown-item-label]{transition:color .2s ease-in-out}.zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=menu-item-content]{isolation:isolate;overflow:hidden;position:relative}.zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=menu-item-content]:before{background-color:var(--item-hover-background);bottom:0;clip-path:var(--circle-clip-path);content:"";display:block;left:0;position:absolute;right:0;top:0;transition:clip-path .4s;z-index:-1}.zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=menu-item-content]:not([data-selected]):hover{background-color:var(--item-background)}.zi7u4T [data-part=menu-item][data-animation-name=circle] [data-part=dropdown-icon]{transform:var(--dropdown-icon-transform)}.zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=menu-item-content]:not([data-selected]):hover{background-color:var(--item-background)}.zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=menu-item-content]{isolation:isolate;overflow:hidden;position:relative}.zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=menu-item-content]:before{background-color:var(--item-hover-background);bottom:0;bottom:unset;content:"";display:block;height:135%;left:0;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='17' preserveAspectRatio='none' viewBox='-0.004 0 58.004 25.784'%3E%3Cpath d='M44.993-.004c-5.749 0-5.749 6.12-11.497 6.12s-5.751-6.12-11.502-6.12-5.749 6.12-11.497 6.12C5.105 6.116 4.771.728.003.064l-.004 25.719 58.012-.002-.008-19.841a6.69 6.69 0 0 1-1.505.176c-5.753 0-5.753-6.12-11.505-6.12Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='17' preserveAspectRatio='none' viewBox='-0.004 0 58.004 25.784'%3E%3Cpath d='M44.993-.004c-5.749 0-5.749 6.12-11.497 6.12s-5.751-6.12-11.502-6.12-5.749 6.12-11.497 6.12C5.105 6.116 4.771.728.003.064l-.004 25.719 58.012-.002-.008-19.841a6.69 6.69 0 0 1-1.505.176c-5.753 0-5.753-6.12-11.505-6.12Z'/%3E%3C/svg%3E");-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100% 100%;mask-size:100% 100%;position:absolute;right:0;top:0;transform:var(--wave-tarnslate);transform-origin:bottom;transition:transform .4s;z-index:-1}.zi7u4T [data-part=menu-item][data-animation-name=wave] [data-part=dropdown-item-label]{transition:color .2s ease-in-out}.zi7u4T [data-part=menu-item][data-animation-name=bullet] [data-part=label]:before{display:inline-block;opacity:var(--bullet-opacity);transform:var(--bullet-translate);transition-duration:.3s}.zi7u4T{box-sizing:border-box;display:flex;height:100%;overflow-x:var(--container-overflow-x,unset);overflow-y:var(--container-overflow-y,visible);scrollbar-width:none;width:100%}.zi7u4T.Et46Sx{border-left:var(--container-border-left);border-radius:var(--container-border-radius);border-right:var(--container-border-right);padding-left:var(--container-padding-left,0);padding-right:var(--container-padding-right,0)}.Trmtvb{direction:var(--direction)}.qi0bcm{-moz-column-gap:var(--menu-items-column-gap);column-gap:var(--menu-items-column-gap);display:flex;flex-direction:var(--container-flex-direction);flex-grow:var(--menu-items-flex-grow);flex-wrap:var(--container-flex-wrap,unset);height:auto;justify-content:var(--container-align);min-width:-moz-fit-content;min-width:fit-content;overflow-x:visible;row-gap:var(--menu-items-row-gap);scrollbar-width:none;width:100%}.BlM3nT{background:var(--container-background);border-bottom:var(--container-border-bottom);border-top:var(--container-border-top);box-shadow:var(--container-box-shadow);padding-bottom:var(--container-padding-bottom,0);padding-top:var(--container-padding-top,0)}.n2xrZl{--icon-rotation:var( --scroll-button-icon-rotation-deg,calc(var(--scroll-button-icon-rotation) * 1deg) );--icon-rotation-hover:var( --scroll-button-hover-icon-rotation-deg,calc(var(--scroll-button-hover-icon-rotation) * 1deg) );align-items:center;cursor:pointer;display:flex;justify-content:center;overflow:hidden;pointer-events:auto;transform:var(--scroll-button-transform);visibility:hidden}.n2xrZl.LNYNgf{border-left:var(--scroll-button-border-left);border-radius:var(--scroll-button-border-radius);border-right:var(--scroll-button-border-right)}.n2xrZl.LNYNgf .aTo_UF{padding-left:var(--scroll-button-padding-left,0);padding-right:var(--scroll-button-padding-right,0)}.n2xrZl.JnQAfl .aTo_UF{padding-inline-end:var(--scroll-button-padding-inline-end,0);padding-inline-start:var(--scroll-button-padding-inline-start,0)}.n2xrZl:hover,.n2xrZl[data-preview=hover]{background:var(--scroll-button-hover-background,var(--scroll-button-background));border-bottom:var(--scroll-button-hover-border-bottom,var(--scroll-button-border-bottom));border-top:var(--scroll-button-hover-border-top,var(--scroll-button-border-top));box-shadow:var(--scroll-button-hover-box-shadow,var(--scroll-button-box-shadow))}.n2xrZl:hover.LNYNgf,.n2xrZl[data-preview=hover].LNYNgf{border-left:var(--scroll-button-hover-border-left,var(--scroll-button-border-left));border-radius:var(--scroll-button-hover-border-radius,var(--scroll-button-border-radius));border-right:var(--scroll-button-hover-border-right,var(--scroll-button-border-right))}.n2xrZl:hover.LNYNgf .aTo_UF,.n2xrZl[data-preview=hover].LNYNgf .aTo_UF{padding-left:var(--scroll-button-hover-padding-left,var(--scroll-button-padding-left,0));padding-right:var(--scroll-button-hover-padding-right,var(--scroll-button-padding-right,0))}.n2xrZl:hover .aTo_UF,.n2xrZl[data-preview=hover] .aTo_UF{fill:var(--scroll-button-hover-icon-color,var(--scroll-button-icon-color));height:var(--scroll-button-hover-icon-size,var(--scroll-button-icon-size));transform:rotate(var(--icon-rotation-hover,var(--icon-rotation)));width:var(--scroll-button-hover-icon-size,var(--scroll-button-icon-size))}.n2xrZl:hover{transition:all .08s linear}.wRGkgf{pointer-events:auto;visibility:visible}.JRUANI{pointer-events:none;visibility:hidden}.aTo_UF{fill:var(--scroll-button-icon-color);height:var(--scroll-button-icon-size);max-height:100%;max-width:100%;min-width:1px;transform:rotate(var(--icon-rotation));width:var(--scroll-button-icon-size)}.aTo_UF>svg{height:inherit;width:inherit}.MJm86e{background:var(--scroll-button-background);border-bottom:var(--scroll-button-border-bottom);border-top:var(--scroll-button-border-top);box-shadow:var(--scroll-button-box-shadow)}.BV22op{border:inherit;border-color:transparent;bottom:0;display:var(--scroll-button-icon-display,flex);justify-content:space-between;left:0;padding-bottom:inherit;padding-top:inherit;pointer-events:none;position:absolute;right:0;top:0}.SKZitV{background:var(--container-background,var(--dropdown-menu-container-background));border-bottom:var(--container-border-bottom,var(--dropdown-menu-container-border-bottom));border-left:var(--container-border-left,var(--dropdown-menu-container-border-left));border-radius:var(--container-border-radius,var(--dropdown-menu-container-border-radius));border-right:var(--container-border-right,var(--dropdown-menu-container-border-right));border-top:var(--container-border-top,var(--dropdown-menu-container-border-top));box-shadow:var(--container-box-shadow,var(--dropdown-menu-container-box-shadow));box-sizing:border-box;direction:var(--submenu-direction,var(--dropdown-menu-direction,var(--direction)));min-width:-moz-min-content!important;min-width:min-content!important;padding-bottom:var(--container-padding-bottom,var(--container-vertical-padding,var(--dropdown-menu-container-padding-bottom,var(--dropdown-menu-container-vertical-padding))));padding-top:var(--container-padding-top,var(--container-vertical-padding,var(--dropdown-menu-container-padding-top,var(--dropdown-menu-container-vertical-padding))));text-align:var(--align,var(--dropdown-menu-align))}.SKZitV.OcDYXy{padding-left:var(--container-padding-left,var(--container-horizontal-padding,var(--dropdown-menu-container-padding-left,var(--dropdown-menu-container-horizontal-padding))));padding-right:var(--container-padding-right,var(--container-horizontal-padding,var(--dropdown-menu-container-padding-right,var(--dropdown-menu-container-horizontal-padding))))}.SKZitV.ELeynx{padding-inline-end:var(--container-padding-inline-end);padding-inline-start:var(--container-padding-inline-start)}.CSIQNQ{--rows-number:calc((var(--items-number) / $columns-number) + 0.49);-moz-column-gap:var(--item-horizontal-spacing,var(--dropdown-menu-item-horizontal-spacing));column-gap:var(--item-horizontal-spacing,var(--dropdown-menu-item-horizontal-spacing));display:grid;grid-template-columns:repeat(var(--columns-number,var(--dropdown-menu-columns-number)),1fr);grid-template-rows:repeat(var(--rows-number),auto);row-gap:var(--item-vertical-spacing,var(--dropdown-menu-item-vertical-spacing))}@supports(width:round(1.9px,1px)){.CSIQNQ{--rows-number:calc(round(up, var(--items-number) / $columns-number))}}.V075FA{display:flex;flex-direction:column;gap:var(--sub-items-vertical-spacing-between,var(--dropdown-menu-sub-items-vertical-spacing-between));margin-top:var(--sub-items-vertical-spacing-before,var(--dropdown-menu-sub-items-vertical-spacing-before))}.Qlx_TA{width:100%}.nIXiEg{direction:var(--submenu-item-direction,var(--submenu-direction,var(--dropdown-menu-sub-item-direction,var(--dropdown-menu-direction,var(--direction)))));display:block;justify-self:var(--dropdown-menu-item-justify-self);padding-bottom:var(--item-padding-bottom,var(--item-vertical-padding,var(--dropdown-menu-item-vertical-padding)));padding-top:var(--item-padding-top,var(--item-vertical-padding,var(--dropdown-menu-item-vertical-padding)));text-align:var(--item-align,var(--align,var(--dropdown-menu-item-align,var(--dropdown-menu-align))))}.nIXiEg.OcDYXy{border-left:var(--item-border-left,var(--dropdown-menu-item-border-left));border-radius:var(--item-border-radius,var(--dropdown-menu-item-border-radius));border-right:var(--item-border-right,var(--dropdown-menu-item-border-right));padding-left:var(--item-padding-left,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding)));padding-right:var(--item-padding-right,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding)))}.nIXiEg.ELeynx{padding-inline-end:var(--item-padding-inline-end,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding)));padding-inline-start:var(--item-padding-inline-start,var(--item-horizontal-padding,var(--dropdown-menu-item-horizontal-padding)))}.nIXiEg.iAlHRu,.nIXiEg[data-preview=selected]{background:var(--item-selected-background,var(--item-background,var(--dropdown-menu-item-selected-background,var(--dropdown-menu-item-background))));border-bottom:var(--item-selected-border-bottom,var(--item-border-bottom,var(--dropdown-menu-item-selected-border-bottom,var(--dropdown-menu-item-border-bottom))));border-top:var(--item-selected-border-top,var(--item-border-top,var(--dropdown-menu-item-selected-border-top,var(--dropdown-menu-item-border-top))));box-shadow:var(--item-selected-box-shadow,var(--item-box-shadow,var(--dropdown-menu-item-selected-box-shadow,var(--dropdown-menu-item-box-shadow))));color:var(--item-selected-color,var(--item-color,var(--dropdown-menu-item-selected-color,var(--dropdown-menu-item-color))));font:var(--item-selected-font,var(--item-font,var(--dropdown-menu-item-selected-font,var(--dropdown-menu-item-font))));letter-spacing:var(--item-selected-letter-spacing,var(--item-letter-spacing,var(--dropdown-menu-item-selected-letter-spacing,var(--dropdown-menu-item-letter-spacing))));line-height:var(--item-selected-line-height,var(--item-line-height,var(--dropdown-menu-item-selected-line-height,var(--dropdown-menu-item-line-height))));text-decoration-line:var(--item-selected-text-decoration,var(--item-text-decoration,var(--dropdown-menu-item-selected-text-decoration,var(--dropdown-menu-item-text-decoration))));text-shadow:var(--item-selected-text-outline,var(--item-text-outline,var(--dropdown-menu-item-selected-text-outline,var(--dropdown-menu-item-text-outline)))),var(--item-selected-text-shadow,var(--item-text-shadow,var(--dropdown-menu-item-selected-text-shadow,var(--dropdown-menu-item-text-shadow))));text-transform:var(--item-selected-text-transform,var(--item-text-transform,var(--dropdown-menu-item-selected-text-transform,var(--dropdown-menu-item-text-transform))))}.nIXiEg.iAlHRu.OcDYXy,.nIXiEg[data-preview=selected].OcDYXy{border-left:var(--item-selected-border-left,var(--item-border-left,var(--dropdown-menu-item-selected-border-left,var(--dropdown-menu-item-border-left))));border-radius:var(--item-selected-border-radius,var(--item-border-radius,var(--dropdown-menu-item-selected-border-radius,var(--dropdown-menu-item-border-radius))));border-right:var(--item-selected-border-right,var(--item-border-right,var(--dropdown-menu-item-selected-border-right,var(--dropdown-menu-item-border-right))))}.nIXiEg.iAlHRu .GWMLbE,.nIXiEg[data-preview=selected] .GWMLbE{background-color:var(--item-selected-text-highlight,var(--item-text-highlight,var(--dropdown-menu-item-selected-text-highlight,var(--dropdown-menu-item-text-highlight))))}.nIXiEg.TINxS7,.nIXiEg:hover,.nIXiEg[data-preview=hover]{background:var(--item-hover-background,var(--item-background,var(--dropdown-menu-item-hover-background,var(--dropdown-menu-item-background))));border-bottom:var(--item-hover-border-bottom,var(--item-border-bottom,var(--dropdown-menu-item-hover-border-bottom,var(--dropdown-menu-item-border-bottom))));border-top:var(--item-hover-border-top,var(--item-border-top,var(--dropdown-menu-item-hover-border-top,var(--dropdown-menu-item-border-top))));box-shadow:var(--item-hover-box-shadow,var(--item-box-shadow,var(--dropdown-menu-item-hover-box-shadow,var(--dropdown-menu-item-box-shadow))));color:var(--item-hover-color,var(--item-color,var(--dropdown-menu-item-hover-color,var(--dropdown-menu-item-color))));font:var(--item-hover-font,var(--item-font,var(--dropdown-menu-item-hover-font,var(--dropdown-menu-item-font))));letter-spacing:var(--item-hover-letter-spacing,var(--item-letter-spacing,var(--dropdown-menu-item-hover-letter-spacing,var(--dropdown-menu-item-letter-spacing))));line-height:var(--item-hover-line-height,var(--item-line-height,var(--dropdown-menu-item-hover-line-height,var(--dropdown-menu-item-line-height))));text-decoration-line:var(--item-hover-text-decoration,var(--item-text-decoration,var(--dropdown-menu-item-hover-text-decoration,var(--dropdown-menu-item-text-decoration))));text-shadow:var(--item-hover-text-outline,var(--item-text-outline,var(--dropdown-menu-item-hover-text-outline,var(--dropdown-menu-item-text-outline)))),var(--item-hover-text-shadow,var(--item-text-shadow,var(--dropdown-menu-item-hover-text-shadow,var(--dropdown-menu-item-text-shadow))));text-transform:var(--item-hover-text-transform,var(--item-text-transform,var(--dropdown-menu-item-hover-text-transform,var(--dropdown-menu-item-text-transform))))}.nIXiEg.TINxS7.OcDYXy,.nIXiEg:hover.OcDYXy,.nIXiEg[data-preview=hover].OcDYXy{border-left:var(--item-hover-border-left,var(--item-border-left,var(--dropdown-menu-item-hover-border-left,var(--dropdown-menu-item-border-left))));border-radius:var(--item-hover-border-radius,var(--item-border-radius,var(--dropdown-menu-item-hover-border-radius,var(--dropdown-menu-item-border-radius))));border-right:var(--item-hover-border-right,var(--item-border-right,var(--dropdown-menu-item-hover-border-right,var(--dropdown-menu-item-border-right))))}.nIXiEg.TINxS7 .GWMLbE,.nIXiEg:hover .GWMLbE,.nIXiEg[data-preview=hover] .GWMLbE{background-color:var(--item-hover-text-highlight,var(--item-text-highlight,var(--dropdown-menu-item-hover-text-highlight,var(--dropdown-menu-item-text-highlight))))}.U6fXgO{direction:var(--submenu-sub-item-direction,var(--submenu-direction,var(--dropdown-menu-sub-item-direction,var(--dropdown-menu-direction,var(--direction)))));display:block;justify-self:var(--sub-item-justify-self);text-align:var(--sub-item-align,var(--align,var(--dropdown-menu-sub-item-align,var(--dropdown-menu-align))))}.U6fXgO.OcDYXy{border-left:var(--sub-item-border-left,var(--dropdown-menu-sub-item-border-left));border-radius:var(--sub-item-border-radius,var(--dropdown-menu-sub-item-border-radius));border-right:var(--sub-item-border-right,var(--dropdown-menu-sub-item-border-right));padding-left:var(--sub-item-padding-left,var(--sub-item-horizontal-padding,var(--dropdown-menu-sub-item-horizontal-padding)));padding-right:var(--sub-item-padding-right,var(--sub-item-horizontal-padding,var(--dropdown-menu-sub-item-horizontal-padding)))}.U6fXgO.iAlHRu,.U6fXgO[data-preview=selected]{background:var(--sub-item-selected-background,var(--sub-item-background,var(--dropdown-menu-sub-item-selected-background,var(--dropdown-menu-sub-item-background))));border-bottom:var(--sub-item-selected-border-bottom,var(--sub-item-border-bottom,var(--dropdown-menu-sub-item-selected-border-bottom,var(--dropdown-menu-sub-item-border-bottom))));border-top:var(--sub-item-selected-border-top,var(--sub-item-border-top,var(--dropdown-menu-sub-item-selected-border-top,var(--dropdown-menu-sub-item-border-top))));box-shadow:var(--sub-item-selected-box-shadow,var(--sub-item-box-shadow,var(--dropdown-menu-sub-item-selected-box-shadow,var(--dropdown-menu-sub-item-box-shadow))));color:var(--sub-item-selected-color,var(--sub-item-color,var(--dropdown-menu-sub-item-selected-color,var(--dropdown-menu-sub-item-color))));font:var(--sub-item-selected-font,var(--sub-item-font,var(--dropdown-menu-sub-item-selected-font,var(--dropdown-menu-sub-item-font))));letter-spacing:var(--sub-item-selected-letter-spacing,var(--sub-item-letter-spacing,var(--dropdown-menu-sub-item-selected-letter-spacing,var(--dropdown-menu-sub-item-letter-spacing))));line-height:var(--sub-item-selected-line-height,var(--sub-item-line-height,var(--dropdown-menu-sub-item-selected-line-height,var(--dropdown-menu-sub-item-line-height))));text-decoration-line:var(--sub-item-selected-text-decoration,var(--sub-item-text-decoration,var(--dropdown-menu-sub-item-selected-text-decoration,var(--dropdown-menu-sub-item-text-decoration))));text-shadow:var(--sub-item-selected-text-outline,var(--sub-item-text-outline,var(--dropdown-menu-sub-item-selected-text-outline,var(--dropdown-menu-sub-item-text-outline)))),var(--sub-item-selected-text-shadow,var(--sub-item-text-shadow,var(--dropdown-menu-sub-item-selected-text-shadow,var(--dropdown-menu-sub-item-text-shadow))));text-transform:var(--sub-item-selected-text-transform,var(--sub-item-text-transform,var(--dropdown-menu-sub-item-selected-text-transform,var(--dropdown-menu-sub-item-text-transform))))}.U6fXgO.iAlHRu.OcDYXy,.U6fXgO[data-preview=selected].OcDYXy{border-left:var(--sub-item-selected-border-left,var(--sub-item-border-left,var(--dropdown-menu-sub-item-selected-border-left,var(--dropdown-menu-sub-item-border-left))));border-radius:var(--sub-item-selected-border-radius,var(--sub-item-border-radius,var(--dropdown-menu-sub-item-selected-border-radius,var(--dropdown-menu-sub-item-border-radius))));border-right:var(--sub-item-selected-border-right,var(--sub-item-border-right,var(--dropdown-menu-sub-item-selected-border-right,var(--dropdown-menu-sub-item-border-right))))}.U6fXgO.iAlHRu .K_a365,.U6fXgO[data-preview=selected] .K_a365{background-color:var(--sub-item-selected-text-highlight,var(--sub-item-text-highlight,var(--dropdown-menu-sub-item-selected-text-highlight,var(--dropdown-menu-sub-item-text-highlight))))}.U6fXgO.TINxS7,.U6fXgO:hover,.U6fXgO[data-preview=hover]{background:var(--sub-item-hover-background,var(--sub-item-background,var(--dropdown-menu-sub-item-hover-background,var(--dropdown-menu-sub-item-background))));border-bottom:var(--sub-item-hover-border-bottom,var(--sub-item-border-bottom,var(--dropdown-menu-sub-item-hover-border-bottom,var(--dropdown-menu-sub-item-border-bottom))));border-top:var(--sub-item-hover-border-top,var(--sub-item-border-top,var(--dropdown-menu-sub-item-hover-border-top,var(--dropdown-menu-sub-item-border-top))));box-shadow:var(--sub-item-hover-box-shadow,var(--sub-item-box-shadow,var(--dropdown-menu-sub-item-hover-box-shadow,var(--dropdown-menu-sub-item-box-shadow))));color:var(--sub-item-hover-color,var(--sub-item-color,var(--dropdown-menu-sub-item-hover-color,var(--dropdown-menu-sub-item-color))));font:var(--sub-item-hover-font,var(--sub-item-font,var(--dropdown-menu-sub-item-hover-font,var(--dropdown-menu-sub-item-font))));letter-spacing:var(--sub-item-hover-letter-spacing,var(--sub-item-letter-spacing,var(--dropdown-menu-sub-item-hover-letter-spacing,var(--dropdown-menu-sub-item-letter-spacing))));line-height:var(--sub-item-hover-line-height,var(--sub-item-line-height,var(--dropdown-menu-sub-item-hover-line-height,var(--dropdown-menu-sub-item-line-height))));text-decoration-line:var(--sub-item-hover-text-decoration,var(--sub-item-text-decoration,var(--dropdown-menu-sub-item-hover-text-decoration,var(--dropdown-menu-sub-item-text-decoration))));text-shadow:var(--sub-item-hover-text-outline,var(--sub-item-text-outline,var(--dropdown-menu-sub-item-hover-text-outline,var(--dropdown-menu-sub-item-text-outline)))),var(--sub-item-hover-text-shadow,var(--sub-item-text-shadow,var(--dropdown-menu-sub-item-hover-text-shadow,var(--dropdown-menu-sub-item-text-shadow))));text-transform:var(--sub-item-hover-text-transform,var(--sub-item-text-transform,var(--dropdown-menu-sub-item-hover-text-transform,var(--dropdown-menu-sub-item-text-transform))))}.U6fXgO.TINxS7.OcDYXy,.U6fXgO:hover.OcDYXy,.U6fXgO[data-preview=hover].OcDYXy{border-left:var(--sub-item-hover-border-left,var(--sub-item-border-left,var(--dropdown-menu-sub-item-hover-border-left,var(--dropdown-menu-sub-item-border-left))));border-radius:var(--sub-item-hover-border-radius,var(--sub-item-border-radius,var(--dropdown-menu-sub-item-hover-border-radius,var(--dropdown-menu-sub-item-border-radius))));border-right:var(--sub-item-hover-border-right,var(--sub-item-border-right,var(--dropdown-menu-sub-item-hover-border-right,var(--dropdown-menu-sub-item-border-right))))}.U6fXgO.TINxS7 .K_a365,.U6fXgO:hover .K_a365,.U6fXgO[data-preview=hover] .K_a365{background-color:var(--sub-item-hover-text-highlight,var(--sub-item-text-highlight,var(--dropdown-menu-sub-item-hover-text-highlight,var(--dropdown-menu-sub-item-text-highlight))))}.GWMLbE{background-color:var(--item-text-highlight,var(--dropdown-menu-item-text-highlight));display:inline-block;text-align:inherit;text-decoration-line:inherit;text-shadow:inherit;text-transform:inherit}.K_a365{background-color:var(--sub-item-text-highlight,var(--dropdown-menu-sub-item-text-highlight))}.HDkLBy{background:var(--item-background,var(--dropdown-menu-item-background));border-bottom:var(--item-border-bottom,var(--dropdown-menu-item-border-bottom));border-top:var(--item-border-top,var(--dropdown-menu-item-border-top));box-shadow:var(--item-box-shadow,var(--dropdown-menu-item-box-shadow));color:var(--item-color,var(--dropdown-menu-item-color));font:var(--item-font,var(--dropdown-menu-item-font,var(--font_7)));letter-spacing:var(--item-letter-spacing,var(--dropdown-menu-item-letter-spacing));line-height:var(--item-line-height,var(--dropdown-menu-item-line-height));text-decoration-line:var(--item-text-decoration,var(--dropdown-menu-item-text-decoration));text-shadow:var(--item-text-outline,var(--dropdown-menu-item-text-outline)),var(--item-text-shadow,var(--dropdown-menu-item-text-shadow));text-transform:var(--item-text-transform,var(--dropdown-menu-item-text-transform))}.BEgsaf{background:var(--sub-item-background,var(--dropdown-menu-sub-item-background));border-bottom:var(--sub-item-border-bottom,var(--dropdown-menu-sub-item-border-bottom));border-top:var(--sub-item-border-top,var(--dropdown-menu-sub-item-border-top));box-shadow:var(--sub-item-box-shadow,var(--dropdown-menu-sub-item-box-shadow));color:var(--sub-item-color,var(--dropdown-menu-sub-item-color));font:var(--sub-item-font,var(--dropdown-menu-sub-item-font));letter-spacing:var(--sub-item-letter-spacing,var(--dropdown-menu-sub-item-letter-spacing));line-height:var(--sub-item-line-height,var(--dropdown-menu-sub-item-line-height));padding-bottom:var(--sub-item-padding-bottom,var(--sub-item-vertical-padding,var(--dropdown-menu-sub-item-vertical-padding)));padding-top:var(--sub-item-padding-top,var(--sub-item-vertical-padding,var(--dropdown-menu-sub-item-vertical-padding)));text-decoration-line:var(--sub-item-text-decoration,var(--dropdown-menu-sub-item-text-decoration));text-shadow:var(--sub-item-text-outline,var(--dropdown-menu-sub-item-text-outline)),var(--sub-item-text-shadow,var(--dropdown-menu-sub-item-text-shadow));text-transform:var(--sub-item-text-transform,var(--dropdown-menu-sub-item-text-transform))}.eH50g1[data-animation-name=revealFromTop]{transition:opacity .4s,clip-path .4s;transition-timing-function:cubic-bezier(.645,.045,.355,1)}.eH50g1[data-animation-name=revealFromTop][data-animation-state=enter],.eH50g1[data-animation-name=revealFromTop][data-animation-state=exitActive],.eH50g1[data-animation-name=revealFromTop][data-animation-state=exitDone]{clip-path:var(--animation-clip-path);opacity:0}.eH50g1[data-animation-name=revealFromTop][data-animation-state=enterActive],.eH50g1[data-animation-name=revealFromTop][data-animation-state=exit]{clip-path:inset(var(--shadow-margin,0) var(--shadow-margin,0) var(--shadow-margin,0) var(--shadow-margin,0))}.eH50g1[data-animation-name=revealFromTop][data-animation-state=enterDone]{clip-path:unset}.eH50g1[data-animation-name=revealFromTop][data-animation-state=enterActive],.eH50g1[data-animation-name=revealFromTop][data-animation-state=enterDone],.eH50g1[data-animation-name=revealFromTop][data-animation-state=exit]{opacity:1}.eH50g1[data-animation-name=fadeIn]{transition:opacity .4s;transition-timing-function:cubic-bezier(.645,.045,.355,1)}.eH50g1[data-animation-name=fadeIn][data-animation-state=enter],.eH50g1[data-animation-name=fadeIn][data-animation-state=exitActive],.eH50g1[data-animation-name=fadeIn][data-animation-state=exitDone]{opacity:0}.eH50g1[data-animation-name=fadeIn][data-animation-state=enterActive],.eH50g1[data-animation-name=fadeIn][data-animation-state=enterDone],.eH50g1[data-animation-name=fadeIn][data-animation-state=exit]{opacity:1}.eH50g1{background:var(--container-background,var(--dropdown-container-background));border-bottom:var(--container-border-bottom,var(--dropdown-container-border-bottom));border-top:var(--container-border-top,var(--dropdown-container-border-top));box-shadow:var(--container-box-shadow,var(--dropdown-container-box-shadow))}.eH50g1.gGzGW3{border-left:var(--container-border-left,var(--dropdown-container-border-left));border-radius:var(--container-border-radius,var(--dropdown-container-border-radius));border-right:var(--container-border-right,var(--dropdown-container-border-right))}.eH50g1.BhA0mS{border-end-end-radius:var(--container-border-end-end-radius,var(--dropdown-container-border-end-end-radius));border-end-start-radius:var(--container-border-end-start-radius,var(--dropdown-container-border-end-start-radius));border-inline-end:var(--container-border-inline-end,var(--dropdown-container-border-inline-end));border-inline-start:var(--container-border-inline-start,var(--dropdown-container-border-inline-start));border-start-end-radius:var(--container-border-start-end-radius,var(--dropdown-container-border-start-end-radius));border-start-start-radius:var(--container-border-start-start-radius,var(--dropdown-container-border-start-start-radius))}.fr3A7J{direction:ltr}.H2ENa1{box-sizing:border-box}div.c_pphB{display:var(--l_display,var(--hamburger-menu-root-display,var(--container-display)))}[data-hamburger-btn-wrapper]{display:contents}[data-hamburger-btn-label]{display:none}div.c_pphB[data-prehydration] [data-hamburger-btn-wrapper]{display:flex;grid-column:1/2;grid-row:1/2;height:-moz-fit-content;height:fit-content;position:relative;width:-moz-fit-content;width:fit-content}div.c_pphB[data-prehydration] [data-hamburger-btn-label]{cursor:pointer;display:block;inset:0;pointer-events:auto;position:absolute;z-index:1}.zvWvUg{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.HamburgerOpenButton3537389287__nav{display:inherit;height:inherit;width:auto}.rvGLLm{background:var(--background);border-bottom:var(--border-bottom);border-bottom-left-radius:var(--border-bottom-left-radius);border-bottom-right-radius:var(--border-bottom-right-radius);border-left:var(--border-left);border-right:var(--border-right);border-top:var(--border-top);border-top-left-radius:var(--border-top-left-radius);border-top-right-radius:var(--border-top-right-radius);box-shadow:var(--box-shadow);box-sizing:border-box;cursor:pointer;direction:var(--btn-direction);display:block;height:100%;min-height:10px;min-width:var(--btn-min-width);padding-bottom:var(--padding-bottom);padding-left:var(--padding-left);padding-right:var(--padding-right);padding-top:var(--padding-top);touch-action:manipulation;width:100%}.rvGLLm.jMYm0H:not(:hover):not(:disabled){border-color:var(--corvid-border-color,initial)}.rvGLLm.y061lW:not(:hover):not(:disabled){background-color:var(--corvid-background-color,var(--background))}.rvGLLm [data-preview=hover],.rvGLLm:hover{background:var(--hover-background,var(--background));border-bottom:var(--hover-border-bottom,var(--border-bottom));border-bottom-left-radius:var(--hover-border-bottom-left-radius,var(--border-bottom-left-radius));border-bottom-right-radius:var(--hover-border-bottom-right-radius,var(--border-bottom-right-radius));border-left:var(--hover-border-left,var(--border-left));border-right:var(--hover-border-right,var(--border-right));border-top:var(--hover-border-top,var(--border-top));border-top-left-radius:var(--hover-border-top-left-radius,var(--border-top-left-radius));border-top-right-radius:var(--hover-border-top-right-radius,var(--border-top-right-radius));box-shadow:var(--hover-box-shadow,var(--box-shadow));padding-bottom:var(--hover-padding-bottom,var(--padding-bottom));padding-left:var(--hover-padding-left,var(--padding-left));padding-right:var(--hover-padding-right,var(--padding-right));padding-top:var(--hover-padding-top,var(--padding-top))}.rvGLLm.mxKpu4:hover:not(:disabled){border-color:var(--corvid-hover-border-color,initial)}.rvGLLm.zBIMAq:hover:not(:disabled){background-color:var(--corvid-hover-background-color,var(--hover-background,var(--background)))}.rvGLLm [data-preview=disabled],.rvGLLm:disabled{background:var(--disabled-background,var(--background));border-bottom:var(--disabled-border-bottom,var(--border-bottom));border-bottom-left-radius:var(--disabled-border-bottom-left-radius,var(--border-bottom-left-radius));border-bottom-right-radius:var(--disabled-border-bottom-right-radius,var(--border-bottom-right-radius));border-left:var(--disabled-border-left,var(--border-left));border-right:var(--disabled-border-right,var(--border-right));border-top:var(--disabled-border-top,var(--border-top));border-top-left-radius:var(--disabled-border-top-left-radius,var(--border-top-left-radius));border-top-right-radius:var(--disabled-border-top-right-radius,var(--border-top-right-radius));box-shadow:var(--disabled-box-shadow,var(--box-shadow));cursor:default;padding-bottom:var(--disabled-padding-bottom,var(--padding-bottom));padding-left:var(--disabled-padding-left,var(--padding-left));padding-right:var(--disabled-padding-right,var(--padding-right));padding-top:var(--disabled-padding-top,var(--padding-top))}.rvGLLm.lPvoIB:disabled:not(:hover){border-color:var(--corvid-disabled-border-color,initial)}.rvGLLm.by2yNJ:disabled:not(:hover){background-color:var(--corvid-disabled-background-color,var(--disabled-background,var(--background)))}.hQsOje{background-color:var(--text-highlight,transparent);color:var(--color);direction:var(--direction);display:var(--label-display);font:var(--font,var(--font_8));letter-spacing:var(--letter-spacing);line-height:var(--line-height);max-width:100%;min-width:1.8em;overflow:var(--overflow,hidden);text-align:var(--text-align,revert);text-decoration-line:var(--text-decoration);text-overflow:var(--label-text-overflow);text-shadow:var(--text-outline),var(--text-shadow);text-transform:var(--text-transform);transition:inherit;white-space:var(--label-white-space)}.rvGLLm.xNSufk:not(:hover):not(:disabled) .hQsOje{color:var(--corvid-color,var(--color))}.rvGLLm [data-preview=hover] .hQsOje,.rvGLLm:hover .hQsOje{background-color:var(--hover-text-highlight,var(--text-highlight,transparent));color:var(--hover-color,var(--color));direction:var(--hover-direction,var(--direction));display:var(--hover-label-display,var(--label-display));font:var(--hover-font,var(--font));letter-spacing:var(--hover-letter-spacing,var(--letter-spacing));line-height:var(--hover-line-height,var(--line-height));text-align:var(--hover-text-align,var(--text-align,revert));text-decoration-line:var(--hover-text-decoration,var(--text-decoration));text-shadow:var(--hover-text-outline,var(--text-outline)),var(--hover-text-shadow,var(--text-shadow));text-transform:var(--hover-text-transform,var(--text-transform))}.rvGLLm.ogDVcg:hover:not(:disabled) .hQsOje{color:var(--corvid-hover-color,var(--hover-color,var(--color)))}.rvGLLm [data-preview=disabled] .hQsOje,.rvGLLm:disabled .hQsOje{background-color:var(--disabled-text-highlight,var(--text-highlight,transparent));color:var(--disabled-color,var(--color));direction:var(--disabled-direction,var(--direction));display:var(--disabled-label-display,var(--label-display));font:var(--disabled-font,var(--font));letter-spacing:var(--disabled-letter-spacing,var(--letter-spacing));line-height:var(--disabled-line-height,var(--line-height));text-align:var(--disabled-text-align,var(--text-align,revert));text-decoration-line:var(--disabled-text-decoration,var(--text-decoration));text-shadow:var(--disabled-text-outline,var(--text-outline)),var(--disabled-text-shadow,var(--text-shadow));text-transform:var(--disabled-text-transform,var(--text-transform))}.rvGLLm.IfOI50:disabled:not(:hover) .hQsOje{color:var(--corvid-disabled-color,var(--disabled-color,var(--color)))}.I56lbS{box-sizing:border-box;color:#000;text-decoration:none}.pMSuoq{align-items:var(--container-align-items);display:flex;flex-basis:auto;flex-direction:var(--container-flex-direction);flex-grow:1;gap:var(--content-gap,"0px");height:100%;justify-content:var(--container-justify-content);overflow:hidden;transition:all .4s ease,visibility 0s;width:100%}.xyuOGi{fill:var(--icon-color);display:var(--icon-display);flex-shrink:0;height:var(--icon-size);min-width:1px;order:var(--icon-order,0);transform:rotate(var(--icon-rotation));transition:inherit;width:var(--icon-size)}.rvGLLm.Pczkxq:not(:hover):not(:disabled) .xyuOGi{fill:var(--corvid-icon-color,var(--icon-color))}.rvGLLm [data-preview=hover] .xyuOGi,.rvGLLm:hover .xyuOGi{fill:var(--hover-icon-color,var(--icon-color));display:var(--hover-icon-display,var(--icon-display));height:var(--hover-icon-size,var(--icon-size));transform:rotate(var(--hover-icon-rotation,var(--icon-rotation)));width:var(--hover-icon-size,var(--icon-size))}.rvGLLm.GRPSsV:hover:not(:disabled) .xyuOGi{fill:var(--corvid-hover-icon-color,var(--hover-icon-color,var(--icon-color)))}.rvGLLm [data-preview=disabled] .xyuOGi,.rvGLLm:disabled .xyuOGi{fill:var(--disabled-icon-color,var(--icon-color));display:var(--disabled-icon-display,var(--icon-display));height:var(--disabled-icon-size,var(--icon-size));transform:rotate(var(--disabled-icon-rotation,var(--icon-rotation)));width:var(--disabled-icon-size,var(--icon-size))}.rvGLLm.hGEkMI:disabled:not(:hover) .xyuOGi{fill:var(--corvid-disabled-icon-color,var(--disabled-icon-color,var(--icon-color)))}.xyuOGi svg,.xyuOGi>span{display:flex;height:inherit;width:inherit}.jMLWKi{display:inherit;height:inherit;width:auto}.HamburgerOverlay547129737__root{-archetype:paintBox;box-sizing:border-box;
/* !important is required because we need to override size and position set on the root element by the Viewer. */height:calc(100vh - var(--wix-ads-height))!important;left:0;position:fixed!important;top:var(--wix-ads-height)!important;visibility:hidden;width:100vw!important;z-index:var(--above-all-z-index)}.HamburgerOverlay547129737__overlay{box-sizing:border-box;height:100%;left:0;position:absolute;top:0;width:100%}.HamburgerOverlay547129737__root.HamburgerOverlay547129737--isMenuOpen{visibility:visible}.HamburgerOverlay547129737__root:not(.HamburgerOverlay547129737--showBackgroundOverlay){background-color:transparent}.HamburgerOverlay547129737__root.HamburgerOverlay547129737--shouldScroll{overflow-x:hidden;overflow-y:scroll}.HamburgerOverlay547129737__scrollContent{position:relative}.scemAM[data-part=hamburger-overlay]{opacity:var(--hamburger-overlay-initial-opacity)}.scemAM[data-part=hamburger-overlay][data-animation-name=fadeIn]{transition:opacity .4s}.scemAM[data-part=hamburger-overlay][data-animation-name=fadeIn][data-animation-state=enterActive],.scemAM[data-part=hamburger-overlay][data-animation-name=fadeIn][data-animation-state=enterDone]{opacity:1}.tVir9C{background:var(--background);border:var(--border);border-radius:var(--border-radius);box-shadow:var(--box-shadow);height:calc(100vh - var(--wix-ads-height))!important;inset-block-start:var(--wix-ads-height)!important;position:fixed!important;visibility:hidden;width:100vw!important;z-index:var(--above-all-z-index)}.ZTgfG4,.tVir9C{box-sizing:border-box;inset-inline-start:0}.ZTgfG4{height:100%;inset-block-start:0;position:absolute;width:100%}.meddft{visibility:visible}.tVir9C:not(.Ujf5u0){background-color:transparent}.XTKAK7{overflow-x:hidden;overflow-y:scroll}.IKAmsN{position:relative}body:has([data-prehydration] [data-hamburger-toggle]:checked) [data-part=hamburger-overlay]{opacity:1!important;transition:opacity .4s cubic-bezier(.645,.045,.355,1),visibility 0s linear 0s;visibility:visible!important}.cwL6XW{cursor:pointer}.KaEeLN{--container-corvid-border-color:rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));--container-corvid-border-size:var(--brw,1px);--container-corvid-background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));--backdrop-filter:$backdrop-filter}.uYj0Sg{backdrop-filter:var(--backdrop-filter,none);background-color:var(--container-corvid-background-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)));background-image:var(--bg-gradient,none);border:var(--container-corvid-border-width,var(--brw,1px)) solid var(--container-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));border-radius:var(--rd,5px);bottom:0;box-shadow:var(--shd,0 1px 4px rgba(0,0,0,.6));left:0;position:absolute;right:0;top:0}.StylableHorizontalMenu3372578893__root{-archetype:paddingBox;box-sizing:border-box;display:flex;height:100%;width:100%}.StylableHorizontalMenu3372578893__root *{box-sizing:border-box}.StylableHorizontalMenu3372578893__menu{display:flex;flex-wrap:var(--menu-flex-wrap,wrap);min-width:-moz-fit-content;min-width:fit-content}.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menuItem{box-sizing:border-box;height:100%;margin-bottom:0!important;margin-top:0!important}.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu>li:first-of-type .StylableHorizontalMenu3372578893__menuItem{margin-inline-start:0!important}.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu>li:last-of-type .StylableHorizontalMenu3372578893__menuItem{margin-inline-end:0!important}.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll .StylableHorizontalMenu3372578893__menu{height:auto!important;margin:0!important}.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll{-ms-overflow-style:none;overflow-x:scroll;scrollbar-width:none}.StylableHorizontalMenu3372578893__root.StylableHorizontalMenu3372578893---menuMode-6-scroll::-webkit-scrollbar{display:none}.StylableHorizontalMenu3372578893__menuItem{--focus-ring-box-shadow:inset 0 0 0 2px #116dff,inset 0 0 0 4px #fff!important;position:relative}.StylableHorizontalMenu3372578893__megaMenuWrapper{display:flex}.itemDepth02233374943__root{-archetype:paintBox;cursor:pointer;display:block;flex:1;text-decoration:none}.itemDepth02233374943__root.itemDepth02233374943--isCurrentPage,.itemDepth02233374943__root.itemDepth02233374943--isCurrentPage .itemDepth02233374943__label,.itemDepth02233374943__root.itemDepth02233374943--isHovered,.itemDepth02233374943__root.itemDepth02233374943--isHovered .itemDepth02233374943__label{transition:all .08s linear}.itemDepth02233374943__container{-archetype:box;align-items:center;display:flex;height:100%}.itemDepth02233374943__label{-archetype:text;-controller-part-type:LayoutChildDisplayDropdown;transition:inherit;white-space:nowrap}.itemDepth02233374943__itemWrapper{flex-grow:inherit}.itemDepth02233374943__positionBox{display:none;margin:auto;position:fixed;z-index:var(--position-box-z-index,47)}.itemDepth02233374943__positionBox.itemDepth02233374943--isColumn{left:0;position:absolute;right:0}.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched{max-width:unset}@keyframes itemDepth02233374943__fadeIn{0%{opacity:0}to{opacity:1}}.itemDepth02233374943__animationBox{animation-delay:calc(var(--is-animated) * .05s);animation-duration:calc(var(--is-animated) * .1s);animation-fill-mode:forwards;max-height:var(--max-height,none);opacity:0;overflow-y:var(--overflow-y,visible);transition:border-color .08s cubic-bezier(.25,1,.5,1),box-shadow .08s cubic-bezier(.25,1,.5,1)}.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched>.itemDepth02233374943__animationBox{width:100%}.itemDepth02233374943__positionBox.itemDepth02233374943--isStretched .itemDepth02233374943__megaMenuComp{width:100%!important}.itemDepth02233374943__alignBox{display:flex}.itemDepth02233374943__list{-moz-column-gap:calc(1px * var(--horizontalSpacing));column-gap:calc(1px * var(--horizontalSpacing))}.itemDepth02233374943__itemWrapper[data-hovered]>.itemDepth02233374943__positionBox{display:block;visibility:hidden}.itemDepth02233374943__itemWrapper[data-shown]>.itemDepth02233374943__positionBox{display:block;visibility:visible}.itemDepth02233374943__itemWrapper[data-hovered]>.itemDepth02233374943__positionBox>.itemDepth02233374943__animationBox{animation-name:itemDepth02233374943__fadeIn}.itemDepth02233374943__megaMenuComp{direction:ltr;flex-shrink:0;margin-top:var(--containerMarginTop)!important;padding:0!important}.itemDepth02233374943__itemWrapper:not([data-hovered]) .itemDepth02233374943__megaMenuComp{display:none}.itemDepth12472627565__root{-archetype:paintBox;display:block;position:relative;text-decoration:none}.itemDepth12472627565__container{display:flex}.itemDepth12472627565__label{-archetype:text;word-wrap:var(--label-word-wrap);display:block;overflow:hidden;overflow-wrap:var(--label-word-wrap);text-align:inherit!important;text-overflow:clip;white-space:var(--white-space)}.itemDepth12472627565__itemWrapper{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid;position:relative}.itemDepth12472627565__itemWrapper:after{clear:both;content:"";display:table}.itemDepth12472627565__positionBox{display:var(--subsubmenu-box-display);left:var(--subsubmenu-box-left);position:var(--subsubmenu-box-position);right:var(--subsubmenu-box-right);top:0}.itemDepth12472627565__positionBox[data-reverted]{left:var(--subsubmenu-box-right);right:var(--subsubmenu-box-left)}.itemDepth12472627565__itemWrapper[data-hovered]>.itemDepth12472627565__positionBox{display:block}@keyframes itemDepth12472627565__fadeIn{0%{opacity:0}to{opacity:1}}.itemDepth12472627565__animationBox{animation-delay:calc(var(--is-animated) * .05s);animation-duration:calc(var(--is-animated) * .1s);animation-fill-mode:forwards;margin-top:0!important;opacity:0}.itemDepth12472627565__itemWrapper[data-hovered]>.itemDepth12472627565__positionBox>.itemDepth12472627565__animationBox{animation-name:itemDepth12472627565__fadeIn}.submenu815198092__heading .itemDepth12472627565__label{color:#000}.submenu815198092__pageWrapper{margin-left:auto!important;margin-right:auto!important}.submenu815198092__overrideWidth{width:100%!important}.submenu815198092__rowItem:last-child{margin-bottom:0!important}.submenu815198092__rowItem+.submenu815198092__rowItem,.submenu815198092__rowItem:first-child{margin-top:0}.kvKptz{display:var(--navbar-display,block);height:100%}.NZHLsZ:hover{z-index:var(--is-sticky,auto)}.ffrP7D{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.mfxFLH{min-height:var(--min-height-override);min-width:var(--min-width-override)}.itemShared2352141355__rootContainer{height:100%}.itemShared2352141355__rootContainer.itemShared2352141355--isRow{display:flex;flex-direction:row}.itemShared2352141355__rootContainer.itemShared2352141355--isRow .itemShared2352141355__menuItem{flex-grow:1}.itemShared2352141355__accessibilityIconWrapper{width:0}.itemShared2352141355__accessibilityIconWrapper.itemShared2352141355--isIconShown{margin-inline-end:8px;margin-inline-start:4px;width:unset}.itemShared2352141355__accessibilityIconWrapper.itemShared2352141355--isTopLevel.itemShared2352141355--isIconShown{align-items:center;display:flex}.itemShared2352141355__accessibilityIcon{clip:rect(0 0 0 0);clip-path:inset(50%);height:0;width:0}.itemShared2352141355__accessibilityIcon.itemShared2352141355--isIconShown{background:#fff;clip-path:unset;height:24px;width:24px}.itemShared2352141355__accessibilityIcon.itemShared2352141355--isOpen{rotate:180deg}.ScrollButton2305195801__root{-archetype:paddingBox;align-items:center;cursor:pointer;display:flex;justify-content:center;opacity:0;overflow:hidden;pointer-events:none}.ScrollButton2305195801__root:hover{transition:all .08s linear}.ScrollButton2305195801__root.ScrollButton2305195801---side-4-left{transform:scaleX(-1)}.ScrollButton2305195801__root.ScrollButton2305195801--isVisible{opacity:1;pointer-events:auto}.ScrollButton2305195801__icon{-archetype:icon;-controller-part-type:LayoutChildDisplayDropdown;max-height:100%;max-width:100%;min-width:1px}.ScrollButton2305195801__icon>svg{height:inherit;width:inherit}.ScrollControls2015960785__root{border:inherit;border-color:transparent;bottom:0;display:var(--scroll-controls-display,flex);justify-content:space-between;left:0;padding-bottom:inherit;padding-top:inherit;pointer-events:none;position:absolute;right:0;top:0}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-responsive.5018a9e9.min.css">._pfxlW{clip-path:inset(50%);height:24px;position:absolute;width:24px}._pfxlW:active,._pfxlW:focus{clip-path:unset;right:0;top:50%;transform:translateY(-50%)}._pfxlW.RG3k61{transform:translateY(-50%) rotate(180deg)}.r4OX7l,.xTjc1A{box-sizing:border-box;height:100%;overflow:visible;position:relative;width:auto}.r4OX7l[data-state~=header] a,.r4OX7l[data-state~=header] div,[data-state~=header].xTjc1A a,[data-state~=header].xTjc1A div{cursor:default!important}.r4OX7l .UiHgGh,.xTjc1A .UiHgGh{display:inline-block;height:100%;width:100%}.xTjc1A{--display:inline-block;cursor:pointer;display:var(--display);font:var(--fnt,var(--font_1))}.xTjc1A .yRj2ms{padding:0 var(--pad,5px)}.xTjc1A .JS76Uv{color:rgb(var(--txt,var(--color_15,color_15)));display:inline-block;padding:0 10px;transition:var(--trans,color .4s ease 0s)}.xTjc1A[data-state~=drop]{display:block;width:100%}.xTjc1A[data-state~=drop] .JS76Uv{padding:0 .5em}.xTjc1A[data-state~=link]:hover .JS76Uv,.xTjc1A[data-state~=over] .JS76Uv{color:rgb(var(--txth,var(--color_14,color_14)));transition:var(--trans,color .4s ease 0s)}.xTjc1A[data-state~=selected] .JS76Uv{color:rgb(var(--txts,var(--color_14,color_14)));transition:var(--trans,color .4s ease 0s)}.NHM1d1{overflow-x:hidden}.NHM1d1 .R_TAzU{display:flex;flex-direction:column;height:100%;width:100%}.NHM1d1 .R_TAzU .aOF1ks{flex:1}.NHM1d1 .R_TAzU .y7qwii{height:calc(100% - (var(--menuTotalBordersY, 0px)));overflow:visible;white-space:nowrap;width:calc(100% - (var(--menuTotalBordersX, 0px)))}.NHM1d1 .R_TAzU .y7qwii .Tg1gOB,.NHM1d1 .R_TAzU .y7qwii .p90CkU{direction:var(--menu-direction);display:inline-block;text-align:var(--menu-align,var(--align))}.NHM1d1 .R_TAzU .y7qwii .mvZ3NH{display:block;width:100%}.NHM1d1 .h3jCPd{direction:var(--submenus-direction);display:block;opacity:1;text-align:var(--submenus-align,var(--align));z-index:99999}.NHM1d1 .h3jCPd .wkJ2fp{display:inherit;overflow:visible;visibility:inherit;white-space:nowrap;width:auto}.NHM1d1 .h3jCPd.DlGBN0{transition:visibility;transition-delay:.2s;visibility:visible}.NHM1d1 .h3jCPd .p90CkU{display:inline-block}.NHM1d1 .vh74Xw{display:none}.XwCBRN>nav{bottom:0;left:0;right:0;top:0}.XwCBRN .h3jCPd,.XwCBRN .y7qwii,.XwCBRN>nav{position:absolute}.XwCBRN .h3jCPd{margin-top:7px;visibility:hidden}.XwCBRN .h3jCPd[data-dropMode=dropUp]{margin-bottom:7px;margin-top:0}.XwCBRN .wkJ2fp{background-color:rgba(var(--bgDrop,var(--color_11,color_11)),var(--alpha-bgDrop,1));border-radius:var(--rd,0);box-shadow:var(--shd,0 1px 4px rgba(0,0,0,.6))}.P0dCOY .PJ4KCX{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.xpmKd_{border-radius:var(--overflow-wrapper-border-radius)}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[RefComponent].d977fc56.min.css">.S6Dcte{pointer-events:var(--ref-container-pointer-events)!important}.S6Dcte>*{pointer-events:auto}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Section].442fca00.min.css">.MW5IWV.N3eg0s{clip:rect(0,auto,auto,0)}.MW5IWV .Kv1aVt{height:100%;position:absolute;top:0;width:100%}.MW5IWV .dLPlxY{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .dLPlxY img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.N3eg0s{clip:auto;-webkit-clip-path:inset(0)}}.VgO9Yg{height:100%}.K_YxMd,.yK6aSC{opacity:var(--fill-layer-video-opacity)}.NGjcJN{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.mNGsUM{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.K_YxMd{height:100%;position:relative;width:100%}.I8xA4L{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.I8xA4L .K_YxMd,.I8xA4L .dLPlxY,.I8xA4L .yK6aSC{opacity:1}.O7Ybkb,.xuzjBY{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))}.xuzjBY>.MW5IWV .LWbAav{background-color:var(--section-corvid-background-color,var(--bg-overlay-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))))}.V7OeEw{transition-delay:var(--transition-delay);transition-duration:var(--transition-duration);transition-property:var(--transition-property);transition-timing-function:var(--transition-timing-function)}.V7OeEw.BHIo43{transform:var(--scrolled-transform) translateY(calc(-1 * var(--padding-top, 0px)))}.V7OeEw.UvF1nu{opacity:var(--scrolled-opacity)}.V7OeEw.YzrQFb{transition-delay:0s}.MW5IWV{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.MW5IWV.GeNLDt{clip:rect(0,auto,auto,0)}.MW5IWV .K8pHFh{height:100%;position:absolute;top:0;width:100%}.MW5IWV .TaweqS{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .TaweqS img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.GeNLDt{clip:auto;-webkit-clip-path:inset(0)}}.yzHyNT{height:100%}.LWbAav{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.xjgrS3,.zBFCpO{opacity:var(--fill-layer-video-opacity)}.b3zSS0{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.Wsv3ak{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.xjgrS3{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.IiJMfn{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.IiJMfn .TaweqS,.IiJMfn .xjgrS3,.IiJMfn .zBFCpO{opacity:1}.KJgt14,.KJgt14>.MW5IWV .LWbAav{background-color:var(--section-corvid-background-color,var(--bg-overlay-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))));transition-delay:var(--transition-delay);transition-duration:var(--transition-duration);transition-property:var(--transition-property);transition-timing-function:var(--transition-timing-function)}.VTwcX7.KJgt14,.VTwcX7.KJgt14>.MW5IWV .LWbAav{background-color:var(--section-corvid-background-color,rgba(var(--bg-scrl,var(--color_11,color_11)),var(--alpha-bg-scrl,1)))}.Gzsk0j:hover .MdLl0h{clip:auto;opacity:1;pointer-events:auto}.MdLl0h{clip:rect(0 0 0 0);background-color:#fff;border-radius:50%;bottom:3px;box-sizing:border-box;color:#000;display:grid;height:24px;opacity:0;outline:1px solid #000;place-items:center;pointer-events:none;position:absolute;right:3px;transition:all .2s ease-in-out;width:24px;z-index:9999}.MdLl0h:active,.MdLl0h:focus,.MdLl0h:hover{clip:auto;opacity:1;pointer-events:auto}.Gmmci1{position:relative;z-index:1}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.bX9O_S{clip-path:var(--fill-layer-clip)}.Z_wCwr,.bX9O_S{position:absolute;top:0}.Jxk_UL img,.Z_wCwr,.bX9O_S{height:100%;width:100%}.K8MSra{opacity:0}.K8MSra,.YTb3b4{position:absolute;top:0}.YTb3b4{height:0;left:0;overflow:hidden;width:0}.SUz0WK{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.FNxOn5,.SUz0WK,.m4khSP{height:100%;top:0;width:100%}.FNxOn5{position:absolute}.m4khSP{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.m4khSP{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}.dkukWC{--divider-pin-height__:min(1,calc(var(--divider-layers-pin-factor__) + 1));--divider-pin-layer-height__:var( --divider-layers-pin-factor__ );--divider-pin-border__:min(1,calc(var(--divider-layers-pin-factor__) / -1 + 1));height:calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))}.dkukWC,.dkukWC .FRCqDF{left:0;position:absolute;width:100%}.dkukWC .FRCqDF{--divider-layer-i__:var(--divider-layer-i,0);background-position:left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;background-repeat:repeat-x;border-bottom-style:solid;border-bottom-width:calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));height:calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));opacity:calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))}.xnZvZH{--divider-height__:var(--divider-top-height,auto);--divider-offset-x__:var(--divider-top-offset-x,0px);--divider-layers-size__:var(--divider-top-layers-size,0);--divider-layers-y__:var(--divider-top-layers-y,0px);--divider-layers-x__:var(--divider-top-layers-x,0px);--divider-layers-pin-factor__:var(--divider-top-layers-pin-factor,0);border-top:var(--divider-top-padding,0) solid var(--divider-top-color,currentColor);opacity:var(--divider-top-opacity,1);top:0;transform:var(--divider-top-flip,scaleY(-1))}.xnZvZH .FRCqDF{background-image:var(--divider-top-image,none);background-size:var(--divider-top-size,contain);border-color:var(--divider-top-color,currentColor);bottom:0;filter:var(--divider-top-filter,none)}.xnZvZH .FRCqDF[data-divider-layer="1"]{display:var(--divider-top-layer-1-display,block)}.xnZvZH .FRCqDF[data-divider-layer="2"]{display:var(--divider-top-layer-2-display,block)}.xnZvZH .FRCqDF[data-divider-layer="3"]{display:var(--divider-top-layer-3-display,block)}.MBOSCN{--divider-height__:var(--divider-bottom-height,auto);--divider-offset-x__:var(--divider-bottom-offset-x,0px);--divider-layers-size__:var(--divider-bottom-layers-size,0);--divider-layers-y__:var(--divider-bottom-layers-y,0px);--divider-layers-x__:var(--divider-bottom-layers-x,0px);--divider-layers-pin-factor__:var(--divider-bottom-layers-pin-factor,0);border-bottom:var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor);bottom:0;opacity:var(--divider-bottom-opacity,1);transform:var(--divider-bottom-flip,none)}.MBOSCN .FRCqDF{background-image:var(--divider-bottom-image,none);background-size:var(--divider-bottom-size,contain);border-color:var(--divider-bottom-color,currentColor);bottom:0;filter:var(--divider-bottom-filter,none)}.MBOSCN .FRCqDF[data-divider-layer="1"]{display:var(--divider-bottom-layer-1-display,block)}.MBOSCN .FRCqDF[data-divider-layer="2"]{display:var(--divider-bottom-layer-2-display,block)}.MBOSCN .FRCqDF[data-divider-layer="3"]{display:var(--divider-bottom-layer-3-display,block)}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[HeaderSection].89adaceb.min.css">.mBJHfd{padding-bottom:var(--padding-bottom);padding-left:var(--padding-left);padding-right:var(--padding-right);padding-top:var(--padding-top)}.MW5IWV.N3eg0s{clip:rect(0,auto,auto,0)}.MW5IWV .Kv1aVt{height:100%;position:absolute;top:0;width:100%}.MW5IWV .dLPlxY{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .dLPlxY img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.N3eg0s{clip:auto;-webkit-clip-path:inset(0)}}.VgO9Yg{height:100%}.K_YxMd,.yK6aSC{opacity:var(--fill-layer-video-opacity)}.NGjcJN{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.mNGsUM{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.K_YxMd{height:100%;position:relative;width:100%}.I8xA4L{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.I8xA4L .K_YxMd,.I8xA4L .dLPlxY,.I8xA4L .yK6aSC{opacity:1}.O7Ybkb,.xuzjBY{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))}.xuzjBY>.MW5IWV .LWbAav{background-color:var(--section-corvid-background-color,var(--bg-overlay-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))))}.V7OeEw{transition-delay:var(--transition-delay);transition-duration:var(--transition-duration);transition-property:var(--transition-property);transition-timing-function:var(--transition-timing-function)}.V7OeEw.BHIo43{transform:var(--scrolled-transform) translateY(calc(-1 * var(--padding-top, 0px)))}.V7OeEw.UvF1nu{opacity:var(--scrolled-opacity)}.V7OeEw.YzrQFb{transition-delay:0s}.MW5IWV{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.MW5IWV.GeNLDt{clip:rect(0,auto,auto,0)}.MW5IWV .K8pHFh{height:100%;position:absolute;top:0;width:100%}.MW5IWV .TaweqS{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .TaweqS img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.GeNLDt{clip:auto;-webkit-clip-path:inset(0)}}.yzHyNT{height:100%}.LWbAav{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.xjgrS3,.zBFCpO{opacity:var(--fill-layer-video-opacity)}.b3zSS0{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.Wsv3ak{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.xjgrS3{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.IiJMfn{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.IiJMfn .TaweqS,.IiJMfn .xjgrS3,.IiJMfn .zBFCpO{opacity:1}.KJgt14,.KJgt14>.MW5IWV .LWbAav{background-color:var(--section-corvid-background-color,var(--bg-overlay-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))));transition-delay:var(--transition-delay);transition-duration:var(--transition-duration);transition-property:var(--transition-property);transition-timing-function:var(--transition-timing-function)}.VTwcX7.KJgt14,.VTwcX7.KJgt14>.MW5IWV .LWbAav{background-color:var(--section-corvid-background-color,rgba(var(--bg-scrl,var(--color_11,color_11)),var(--alpha-bg-scrl,1)))}.Gzsk0j:hover .MdLl0h{clip:auto;opacity:1;pointer-events:auto}.MdLl0h{clip:rect(0 0 0 0);background-color:#fff;border-radius:50%;bottom:3px;box-sizing:border-box;color:#000;display:grid;height:24px;opacity:0;outline:1px solid #000;place-items:center;pointer-events:none;position:absolute;right:3px;transition:all .2s ease-in-out;width:24px;z-index:9999}.MdLl0h:active,.MdLl0h:focus,.MdLl0h:hover{clip:auto;opacity:1;pointer-events:auto}.Gmmci1{position:relative;z-index:1}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.bX9O_S{clip-path:var(--fill-layer-clip)}.Z_wCwr,.bX9O_S{position:absolute;top:0}.Jxk_UL img,.Z_wCwr,.bX9O_S{height:100%;width:100%}.K8MSra{opacity:0}.K8MSra,.YTb3b4{position:absolute;top:0}.YTb3b4{height:0;left:0;overflow:hidden;width:0}.SUz0WK{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.FNxOn5,.SUz0WK,.m4khSP{height:100%;top:0;width:100%}.FNxOn5{position:absolute}.m4khSP{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.m4khSP{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}.dkukWC{--divider-pin-height__:min(1,calc(var(--divider-layers-pin-factor__) + 1));--divider-pin-layer-height__:var( --divider-layers-pin-factor__ );--divider-pin-border__:min(1,calc(var(--divider-layers-pin-factor__) / -1 + 1));height:calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))}.dkukWC,.dkukWC .FRCqDF{left:0;position:absolute;width:100%}.dkukWC .FRCqDF{--divider-layer-i__:var(--divider-layer-i,0);background-position:left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;background-repeat:repeat-x;border-bottom-style:solid;border-bottom-width:calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));height:calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));opacity:calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))}.xnZvZH{--divider-height__:var(--divider-top-height,auto);--divider-offset-x__:var(--divider-top-offset-x,0px);--divider-layers-size__:var(--divider-top-layers-size,0);--divider-layers-y__:var(--divider-top-layers-y,0px);--divider-layers-x__:var(--divider-top-layers-x,0px);--divider-layers-pin-factor__:var(--divider-top-layers-pin-factor,0);border-top:var(--divider-top-padding,0) solid var(--divider-top-color,currentColor);opacity:var(--divider-top-opacity,1);top:0;transform:var(--divider-top-flip,scaleY(-1))}.xnZvZH .FRCqDF{background-image:var(--divider-top-image,none);background-size:var(--divider-top-size,contain);border-color:var(--divider-top-color,currentColor);bottom:0;filter:var(--divider-top-filter,none)}.xnZvZH .FRCqDF[data-divider-layer="1"]{display:var(--divider-top-layer-1-display,block)}.xnZvZH .FRCqDF[data-divider-layer="2"]{display:var(--divider-top-layer-2-display,block)}.xnZvZH .FRCqDF[data-divider-layer="3"]{display:var(--divider-top-layer-3-display,block)}.MBOSCN{--divider-height__:var(--divider-bottom-height,auto);--divider-offset-x__:var(--divider-bottom-offset-x,0px);--divider-layers-size__:var(--divider-bottom-layers-size,0);--divider-layers-y__:var(--divider-bottom-layers-y,0px);--divider-layers-x__:var(--divider-bottom-layers-x,0px);--divider-layers-pin-factor__:var(--divider-bottom-layers-pin-factor,0);border-bottom:var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor);bottom:0;opacity:var(--divider-bottom-opacity,1);transform:var(--divider-bottom-flip,none)}.MBOSCN .FRCqDF{background-image:var(--divider-bottom-image,none);background-size:var(--divider-bottom-size,contain);border-color:var(--divider-bottom-color,currentColor);bottom:0;filter:var(--divider-bottom-filter,none)}.MBOSCN .FRCqDF[data-divider-layer="1"]{display:var(--divider-bottom-layer-1-display,block)}.MBOSCN .FRCqDF[data-divider-layer="2"]{display:var(--divider-bottom-layer-2-display,block)}.MBOSCN .FRCqDF[data-divider-layer="3"]{display:var(--divider-bottom-layer-3-display,block)}.PgbBOL{margin-bottom:var(--padding-bottom,0);margin-left:var(--padding-left,0);margin-right:var(--padding-right,0);margin-top:var(--padding-top,0)}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Container_ResponsiveBox].7c03b9b0.min.css">.cwL6XW{cursor:pointer}.PiVxGu{--container-corvid-border-color:rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1));--container-corvid-border-size:var(--brw,1px);--container-corvid-background-color:var(--background,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)));--overflow-wrapper-border-radius:var(--rd);--backdrop-filter:$backdrop-filter}.MDrwHQ{background:none!important;border:none!important;box-shadow:none!important}.YqUfCX{backdrop-filter:var(--backdrop-filter,none);background-color:var(--container-corvid-background-color,var(--background,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))));background-image:var(--bg-gradient,none);border:var(--container-corvid-border-width,var(--brw,1px)) solid var(--container-corvid-border-color,rgba(var(--brd,var(--color_15,color_15)),var(--alpha-brd,1)));border-radius:var(--rd,5px);bottom:0;box-shadow:var(--shd,0 1px 4px rgba(0,0,0,.6));left:0;position:absolute;right:0;top:0}.yPXgy9{bottom:0!important;height:unset!important;left:0!important;margin:0!important;max-height:unset!important;max-width:unset!important;min-height:unset!important;min-width:unset!important;padding:0!important;position:absolute!important;right:0!important;top:0!important;width:unset!important;z-index:unset!important}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FooterSection].442fca00.min.css">.MW5IWV.N3eg0s{clip:rect(0,auto,auto,0)}.MW5IWV .Kv1aVt{height:100%;position:absolute;top:0;width:100%}.MW5IWV .dLPlxY{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .dLPlxY img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.N3eg0s{clip:auto;-webkit-clip-path:inset(0)}}.VgO9Yg{height:100%}.K_YxMd,.yK6aSC{opacity:var(--fill-layer-video-opacity)}.NGjcJN{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.mNGsUM{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.K_YxMd{height:100%;position:relative;width:100%}.I8xA4L{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.I8xA4L .K_YxMd,.I8xA4L .dLPlxY,.I8xA4L .yK6aSC{opacity:1}.O7Ybkb,.xuzjBY{background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))}.xuzjBY>.MW5IWV .LWbAav{background-color:var(--section-corvid-background-color,var(--bg-overlay-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))))}.V7OeEw{transition-delay:var(--transition-delay);transition-duration:var(--transition-duration);transition-property:var(--transition-property);transition-timing-function:var(--transition-timing-function)}.V7OeEw.BHIo43{transform:var(--scrolled-transform) translateY(calc(-1 * var(--padding-top, 0px)))}.V7OeEw.UvF1nu{opacity:var(--scrolled-opacity)}.V7OeEw.YzrQFb{transition-delay:0s}.MW5IWV{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.MW5IWV.GeNLDt{clip:rect(0,auto,auto,0)}.MW5IWV .K8pHFh{height:100%;position:absolute;top:0;width:100%}.MW5IWV .TaweqS{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .TaweqS img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.GeNLDt{clip:auto;-webkit-clip-path:inset(0)}}.yzHyNT{height:100%}.LWbAav{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.xjgrS3,.zBFCpO{opacity:var(--fill-layer-video-opacity)}.b3zSS0{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.Wsv3ak{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.xjgrS3{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.IiJMfn{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.IiJMfn .TaweqS,.IiJMfn .xjgrS3,.IiJMfn .zBFCpO{opacity:1}.KJgt14,.KJgt14>.MW5IWV .LWbAav{background-color:var(--section-corvid-background-color,var(--bg-overlay-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1))));transition-delay:var(--transition-delay);transition-duration:var(--transition-duration);transition-property:var(--transition-property);transition-timing-function:var(--transition-timing-function)}.VTwcX7.KJgt14,.VTwcX7.KJgt14>.MW5IWV .LWbAav{background-color:var(--section-corvid-background-color,rgba(var(--bg-scrl,var(--color_11,color_11)),var(--alpha-bg-scrl,1)))}.Gzsk0j:hover .MdLl0h{clip:auto;opacity:1;pointer-events:auto}.MdLl0h{clip:rect(0 0 0 0);background-color:#fff;border-radius:50%;bottom:3px;box-sizing:border-box;color:#000;display:grid;height:24px;opacity:0;outline:1px solid #000;place-items:center;pointer-events:none;position:absolute;right:3px;transition:all .2s ease-in-out;width:24px;z-index:9999}.MdLl0h:active,.MdLl0h:focus,.MdLl0h:hover{clip:auto;opacity:1;pointer-events:auto}.Gmmci1{position:relative;z-index:1}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.bX9O_S{clip-path:var(--fill-layer-clip)}.Z_wCwr,.bX9O_S{position:absolute;top:0}.Jxk_UL img,.Z_wCwr,.bX9O_S{height:100%;width:100%}.K8MSra{opacity:0}.K8MSra,.YTb3b4{position:absolute;top:0}.YTb3b4{height:0;left:0;overflow:hidden;width:0}.SUz0WK{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.FNxOn5,.SUz0WK,.m4khSP{height:100%;top:0;width:100%}.FNxOn5{position:absolute}.m4khSP{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.m4khSP{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}.dkukWC{--divider-pin-height__:min(1,calc(var(--divider-layers-pin-factor__) + 1));--divider-pin-layer-height__:var( --divider-layers-pin-factor__ );--divider-pin-border__:min(1,calc(var(--divider-layers-pin-factor__) / -1 + 1));height:calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))}.dkukWC,.dkukWC .FRCqDF{left:0;position:absolute;width:100%}.dkukWC .FRCqDF{--divider-layer-i__:var(--divider-layer-i,0);background-position:left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;background-repeat:repeat-x;border-bottom-style:solid;border-bottom-width:calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));height:calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));opacity:calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))}.xnZvZH{--divider-height__:var(--divider-top-height,auto);--divider-offset-x__:var(--divider-top-offset-x,0px);--divider-layers-size__:var(--divider-top-layers-size,0);--divider-layers-y__:var(--divider-top-layers-y,0px);--divider-layers-x__:var(--divider-top-layers-x,0px);--divider-layers-pin-factor__:var(--divider-top-layers-pin-factor,0);border-top:var(--divider-top-padding,0) solid var(--divider-top-color,currentColor);opacity:var(--divider-top-opacity,1);top:0;transform:var(--divider-top-flip,scaleY(-1))}.xnZvZH .FRCqDF{background-image:var(--divider-top-image,none);background-size:var(--divider-top-size,contain);border-color:var(--divider-top-color,currentColor);bottom:0;filter:var(--divider-top-filter,none)}.xnZvZH .FRCqDF[data-divider-layer="1"]{display:var(--divider-top-layer-1-display,block)}.xnZvZH .FRCqDF[data-divider-layer="2"]{display:var(--divider-top-layer-2-display,block)}.xnZvZH .FRCqDF[data-divider-layer="3"]{display:var(--divider-top-layer-3-display,block)}.MBOSCN{--divider-height__:var(--divider-bottom-height,auto);--divider-offset-x__:var(--divider-bottom-offset-x,0px);--divider-layers-size__:var(--divider-bottom-layers-size,0);--divider-layers-y__:var(--divider-bottom-layers-y,0px);--divider-layers-x__:var(--divider-bottom-layers-x,0px);--divider-layers-pin-factor__:var(--divider-bottom-layers-pin-factor,0);border-bottom:var(--divider-bottom-padding,0) solid var(--divider-bottom-color,currentColor);bottom:0;opacity:var(--divider-bottom-opacity,1);transform:var(--divider-bottom-flip,none)}.MBOSCN .FRCqDF{background-image:var(--divider-bottom-image,none);background-size:var(--divider-bottom-size,contain);border-color:var(--divider-bottom-color,currentColor);bottom:0;filter:var(--divider-bottom-filter,none)}.MBOSCN .FRCqDF[data-divider-layer="1"]{display:var(--divider-bottom-layer-1-display,block)}.MBOSCN .FRCqDF[data-divider-layer="2"]{display:var(--divider-bottom-layer-2-display,block)}.MBOSCN .FRCqDF[data-divider-layer="3"]{display:var(--divider-bottom-layer-3-display,block)}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MenuContainer_Responsive].24c1e1ef.min.css">.z_w3mq{-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0;visibility:hidden}.z_w3mq.axLCtp{opacity:1;visibility:visible}.z_w3mq[data-undisplayed=true]{display:none}.z_w3mq:not([data-is-mesh]) .Lu9Epa,.z_w3mq:not([data-is-mesh]) .w3z6uS{bottom:0;left:0;position:absolute;right:0;top:0}.hXDI49{background-color:rgba(var(--bg,var(--color_15,color_15)),var(--alpha-bg,1));display:initial;height:100%;left:0;opacity:0;position:fixed;top:0;width:100%}.hXDI49.iFw_h3{display:none}:host(.device-mobile-optimized) .hXDI49,body.device-mobile-optimized .hXDI49{height:100vh;left:calc((100% - var(--screen-width))/2);width:var(--screen-width)}:host(.device-mobile-optimized) .z_w3mq.iFw_h3,body.device-mobile-optimized .z_w3mq.iFw_h3{left:calc((100% - var(--screen-width))/2)}:host(.device-mobile-optimized) .z_w3mq.e5DvMY,body.device-mobile-optimized .z_w3mq.e5DvMY{height:100vh}:host(:not(.device-mobile-optimized)) .z_w3mq.e5DvMY,body:not(.device-mobile-optimized) .z_w3mq.e5DvMY{height:100vh}.cl36wz.e5DvMY,.cl36wz.e5DvMY>:first-child{height:calc(var(--menu-height) - var(--wix-ads-height))}.cl36wz.e5DvMY>:first-child{margin-top:var(--wix-ads-height)}.z_w3mq.e5DvMY{top:0}.z_w3mq.qqLcCB{z-index:calc(var(--above-all-z-index) - 1)}.w3z6uS{height:100%}.GEFZSP{-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0;visibility:hidden}.GEFZSP.Yc3CJB{opacity:1;visibility:visible}.GEFZSP[data-undisplayed=true]{display:none}.GEFZSP:not([data-is-mesh]) .SPKdgB,.GEFZSP:not([data-is-mesh]) .vMEUOK{bottom:0;left:0;position:absolute;right:0;top:0}.gWQdkh{background-color:rgba(var(--bg,var(--color_15,color_15)),var(--alpha-bg,1));display:initial;height:100%;left:0;opacity:0;position:fixed;top:0;width:100%}.gWQdkh.bPVN2R{display:none}:host(.device-mobile-optimized) .gWQdkh,body.device-mobile-optimized .gWQdkh{height:100vh;left:calc((100% - var(--screen-width))/2);width:var(--screen-width)}:host(.device-mobile-optimized) .GEFZSP.bPVN2R,body.device-mobile-optimized .GEFZSP.bPVN2R{left:calc((100% - var(--screen-width))/2)}:host(.device-mobile-optimized) .GEFZSP.fBjXkq,body.device-mobile-optimized .GEFZSP.fBjXkq{height:100vh}:host(:not(.device-mobile-optimized)) .GEFZSP.fBjXkq,body:not(.device-mobile-optimized) .GEFZSP.fBjXkq{height:100vh}._YXqpG.fBjXkq,._YXqpG.fBjXkq>:first-child{height:calc(var(--menu-height) - var(--wix-ads-height))}._YXqpG.fBjXkq>:first-child{margin-top:var(--wix-ads-height)}.GEFZSP.fBjXkq{top:0}.MES4Yq{background-color:rgba(var(--containerBackground,var(--color_11,color_11)),var(--alpha-containerBackground,1));bottom:0;left:0;position:absolute;right:0;top:0}.SPKdgB,._YXqpG{height:100%}.xpmKd_{border-radius:var(--overflow-wrapper-border-radius)}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Repeater_Responsive].847ff19e.min.css">.xpmKd_{border-radius:var(--overflow-wrapper-border-radius)}.Mdue19{--container-corvid-background-color:rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1));--container-corvid-border-color:rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,0));background-color:var(--container-corvid-background-color,rgba(var(--bg,var(--color_11,color_11)),var(--alpha-bg,1)));background-image:var(--bg-gradient,none);border-color:var(--container-corvid-border-color,rgba(var(--borderColor,0,0,0),var(--alpha-borderColor,0)));border-radius:var(--borderRadius,0);border-style:solid;border-width:var(--borderWidth,0);box-shadow:var(--boxShadow,0 0 0 transparent);direction:var(--wix-opt-in-direction,ltr)}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[MediaPlayer_videoBoxResponsive].9790d4e9.min.css">.xpmKd_{border-radius:var(--overflow-wrapper-border-radius)}.Saw6y5{clip-path:var(--fill-layer-clip)}.Saw6y5,._9tgL2{position:absolute;top:0}.B_8vzd img,.Saw6y5,._9tgL2{height:100%;width:100%}.yq8wNF{opacity:0}.UhZpjR,.yq8wNF{position:absolute;top:0}.UhZpjR{height:0;left:0;overflow:hidden;width:0}.M7AL1H [data-mesh-id$=inlineContent-gridContainer],.M7AL1H [data-mesh-id$=inlineContent]{height:100%}.M7AL1H .bG1bix{height:100%;position:absolute;width:100%}.M7AL1H:before{grid-area:1/1/2/2}.K0b3At{border-color:var(--border-color);border-radius:var(--border-radius);border-style:var(--border-style);border-width:var(--border-width);bottom:0;box-shadow:var(--box-shadow);filter:var(--fill-container-drop-shadow,none);left:0;margin:var(--border-compensate-margin,0);overflow:var(--fill-container-overflow);position:absolute;right:0;top:0;transform:var(--fill-container-transform)}.K0b3At:focus{z-index:auto!important}.bno0bO{transform:var(--fill-transform)}.TFzbYK video{opacity:0;visibility:hidden}.TFzbYK canvas{opacity:0}.TFzbYK img{filter:var(--filter-effect-svg-url)}.AEWcAU{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition-duration:.15s,.5s;transition-property:transform,opacity;transition-timing-function:cubic-bezier(.12,0,.39,0),cubic-bezier(.61,1,.88,1)}.nWh_dn{opacity:0;transform:scale(.95);transition-duration:.3s,.1s;transition-property:transform opacity;transition-timing-function:cubic-bezier(.12,0,.39,0),cubic-bezier(.61,1,.88,1)}.PZw00o{cursor:pointer;filter:drop-shadow(0 0 1px black);opacity:0;transition-delay:.2s;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.12,0,.39,0)}.PZw00o:focus{opacity:1}.LovKv4{width:48px}.Igcjov,.iuf0mL{margin:5px 10px 7px 8px;opacity:0}.M7AL1H[data-can-play] .AEWcAU{opacity:.99}@media(prefers-reduced-motion:no-preference){.M7AL1H[data-has-play]{cursor:pointer}}.M7AL1H[data-no-audio] .PZw00o{--display:none;display:none}.M7AL1H[data-animate-poster=fade] [class~=bgVideoposter]{transition:opacity 1.6s ease-out}.M7AL1H[data-show-canvas] canvas{opacity:1}.M7AL1H[data-show-canvas] [class~=bgVideoposter]{opacity:0}.M7AL1H[data-playing] .AEWcAU{opacity:0;transition-duration:.15s,.3s}.M7AL1H[data-show-audio] .PZw00o{opacity:1;transition-delay:.2s;transition-duration:.35s;transition-timing-function:cubic-bezier(.61,1,.88,1)}.M7AL1H[data-roll-in] .AEWcAU{transform:scale(1.07);transition-duration:.25s,.5s}.M7AL1H[data-roll-in][data-playing] .AEWcAU{transition-duration:.25s,.3s}.M7AL1H[data-roll-in][data-playing] .nWh_dn{opacity:1;transform:scale(1);transition-delay:.35s}.M7AL1H[data-audio=off] .iuf0mL,.M7AL1H[data-audio=on] .Igcjov{opacity:1}.M7AL1H[data-stop]{cursor:auto}.M7AL1H[data-stop] .AEWcAU{opacity:0;transform:none;transition:none}.M7AL1H[data-stop] .PZw00o{cursor:auto;opacity:0;transition:none}.M7AL1H:has(:focus-visible:not(.PZw00o)) .RMkeXU{box-shadow:0 0 1px 2px #fff;outline:2px solid #116dff;outline-offset:1px}.M7AL1H:has(:focus-visible:not(.PZw00o)):not([data-playing]) .AEWcAU{opacity:1}.M7AL1H:has(:focus-visible:not(.PZw00o)):not([data-playing]) .nWh_dn{opacity:0}.M7AL1H:has(:focus-visible:not(.PZw00o))[data-playing] .nWh_dn{opacity:1}.M7AL1H:has(:focus-visible:not(.PZw00o))[data-playing] .AEWcAU{opacity:0}.M7AL1H:has(:focus-visible:not(.PZw00o)) .K0b3At{box-shadow:none}@media(prefers-reduced-motion:reduce){.M7AL1H{cursor:pointer}.M7AL1H .AEWcAU{opacity:.99}}.Tj01hh,.jhxvbR{display:block;height:100%;width:100%}.jhxvbR img{max-width:var(--wix-img-max-width,100%)}.jhxvbR[data-animate-blur] img{filter:blur(9px);transition:filter .8s ease-in}.jhxvbR[data-animate-blur] img[data-load-done]{filter:none}.MW5IWV{height:100%;left:0;-webkit-mask-image:var(--mask-image,none);mask-image:var(--mask-image,none);-webkit-mask-position:var(--mask-position,0);mask-position:var(--mask-position,0);-webkit-mask-repeat:var(--mask-repeat,no-repeat);mask-repeat:var(--mask-repeat,no-repeat);-webkit-mask-size:var(--mask-size,100%);mask-size:var(--mask-size,100%);overflow:hidden;pointer-events:var(--fill-layer-background-media-pointer-events);position:absolute;top:0;width:100%}.MW5IWV.N3eg0s{clip:rect(0,auto,auto,0)}.MW5IWV .Kv1aVt{height:100%;position:absolute;top:0;width:100%}.MW5IWV .dLPlxY{height:var(--fill-layer-image-height,100%);opacity:var(--fill-layer-image-opacity)}.MW5IWV .dLPlxY img{height:100%;width:100%}@supports(-webkit-hyphens:none){.MW5IWV.N3eg0s{clip:auto;-webkit-clip-path:inset(0)}}.VgO9Yg{height:100%}.LWbAav{background-color:var(--bg-overlay-color);background-image:var(--bg-gradient);transition:var(--inherit-transition)}.K_YxMd,.yK6aSC{opacity:var(--fill-layer-video-opacity)}.NGjcJN{bottom:var(--media-padding-bottom);height:var(--media-padding-height);position:absolute;top:var(--media-padding-top);width:100%}.mNGsUM{transform:scale(var(--scale,1));transition:var(--transform-duration,transform 0s)}.K_YxMd{height:100%;position:relative;width:100%}wix-media-canvas{display:block;height:100%}.I8xA4L{opacity:var(--fill-layer-video-opacity,var(--fill-layer-image-opacity,1))}.I8xA4L .K_YxMd,.I8xA4L .dLPlxY,.I8xA4L .yK6aSC{opacity:1}.bX9O_S{clip-path:var(--fill-layer-clip)}.Z_wCwr,.bX9O_S{position:absolute;top:0}.Jxk_UL img,.Z_wCwr,.bX9O_S{height:100%;width:100%}.K8MSra{opacity:0}.K8MSra,.YTb3b4{position:absolute;top:0}.YTb3b4{height:0;left:0;overflow:hidden;width:0}.SUz0WK{left:0;pointer-events:var(--fill-layer-background-media-pointer-events);position:var(--fill-layer-background-media-position)}.FNxOn5,.SUz0WK,.m4khSP{height:100%;top:0;width:100%}.FNxOn5{position:absolute}.m4khSP{background-color:var(--fill-layer-background-overlay-color);opacity:var(--fill-layer-background-overlay-blend-opacity-fallback,1);position:var(--fill-layer-background-overlay-position);transform:var(--fill-layer-background-overlay-transform)}@supports(mix-blend-mode:overlay){.m4khSP{mix-blend-mode:var(--fill-layer-background-overlay-blend-mode);opacity:var(--fill-layer-background-overlay-blend-opacity,1)}}</style>
<style data-href="https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[PageSections].07863b8c.min.css">.c1rIl3{display:contents}</style>
<style data-href="https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.882d8423.chunk.min.css">.QrIus{height:auto!important}.bsFmQ{overflow:hidden!important}
/*# sourceMappingURL=group_7.882d8423.chunk.min.css.map*/</style>
<title>Cecile Giornelli Nutrition Académie | nutrition sports de combat</title>
<meta name="description" content="Formation en nutrition sportive spécialisée dans les sports de combat. Cécile Giornelli transmet une méthode stratégique pour optimiser performance, gestion du poids et cutting chez les combattants et leur staff."/>
<link rel="canonical" href="https://www.cecilegiornelli.com"/>
<meta property="og:title" content="Cecile Giornelli Nutrition Académie | nutrition sports de combat"/>
<meta property="og:description" content="Formation en nutrition sportive spécialisée dans les sports de combat. Cécile Giornelli transmet une méthode stratégique pour optimiser performance, gestion du poids et cutting chez les combattants et leur staff."/>
<meta property="og:image" content="https://static.wixstatic.com/media/9b78c1_4d032b144e554044b6acd8759622ad13%7Emv2.png/v1/fit/w_2500,h_1330,al_c/9b78c1_4d032b144e554044b6acd8759622ad13%7Emv2.png"/>
<meta property="og:image:width" content="2500"/>
<meta property="og:image:height" content="1330"/>
<meta property="og:url" content="https://www.cecilegiornelli.com"/>
<meta property="og:site_name" content="Cécile Giornelli"/>
<meta property="og:type" content="website"/>
<script type="application/ld+json">{"@context":"https://schema.org/","@type":"LocalBusiness","name":"Cécile GIORNELLI","url":"https://www.cecilegiornelli.com","image":"https://static.wixstatic.com/media/9b78c1_cb1e96325154407c8ce87c8dce2faee6~mv2.png","address":{"@type":"PostalAddress","addressCountry":"FR","addressLocality":"Champigny-sur-Marne","addressRegion":"IDF","postalCode":"94500","streetAddress":"60 Rue Jean Jaurès"}}</script>
<script type="application/ld+json">{"@context":"https://schema.org/","@type":"WebSite","name":"Cécile Giornelli","url":"https://www.cecilegiornelli.com"}</script>
<meta name="google-site-verification" content="jAOpfdwnTKCO2DI8bvwBp_3LI9PODzsFQ-bjZmD44b0"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Cecile Giornelli Nutrition Académie | nutrition sports de combat"/>
<meta name="twitter:description" content="Formation en nutrition sportive spécialisée dans les sports de combat. Cécile Giornelli transmet une méthode stratégique pour optimiser performance, gestion du poids et cutting chez les combattants et leur staff."/>
<meta name="twitter:image" content="https://static.wixstatic.com/media/9b78c1_4d032b144e554044b6acd8759622ad13%7Emv2.png/v1/fit/w_2500,h_1330,al_c/9b78c1_4d032b144e554044b6acd8759622ad13%7Emv2.png"/>
<script type="speculationrules">{"prefetch":[{"tag":"mpa-prefetch-moderate","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":"/"}}]},"eagerness":"moderate"}]}</script>
<style id="css_masterPage">@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}@font-face {font-family: 'din-next-w01-light'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w10-light.woff2') format('woff2'); unicode-range: U+0401-040C, U+040E-044F, U+0451-045C, U+045E-045F, U+0490-0491, U+2116;font-display: swap;
}
@font-face {font-family: 'din-next-w01-light'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w02-light.woff2') format('woff2'); unicode-range: U+000D, U+0100-010F, U+0111-0130, U+0132-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+01FA-01FF, U+0218-021B, U+0237, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03C0, U+1E80-1E85, U+1EF2-1EF3, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2126, U+212E, U+2153-2154, U+215B-215E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;font-display: swap;
}
@font-face {font-family: 'din-next-w01-light'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/eca8b0cd-45d8-43cf-aee7-ca462bc5497c/v1/din-next-w01-light.woff2') format('woff2'); unicode-range: U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+03BC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;font-display: swap;
}@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}#SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus, #SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus ~ .wixSdkShowFocusOnSibling{--focus-ring-box-shadow:0 0 0 1px #ffffff, 0 0 0 3px #116dff;box-shadow:var(--focus-ring-box-shadow) !important;z-index:1;}.has-inner-focus-ring{--focus-ring-box-shadow:inset 0 0 0 1px #ffffff, inset 0 0 0 3px #116dff !important;}:root,:host, .spxThemeOverride, .max-width-container, #root{--color_0:255,255,255;--color_1:255,255,255;--color_2:0,0,0;--color_3:237,28,36;--color_4:0,136,203;--color_5:255,203,5;--color_6:114,114,114;--color_7:176,176,176;--color_8:255,255,255;--color_9:114,114,114;--color_10:176,176,176;--color_11:255,255,255;--color_12:240,240,240;--color_13:194,194,194;--color_14:110,110,110;--color_15:33,31,36;--color_16:87,96,82;--color_17:119,130,113;--color_18:210,228,199;--color_19:229,229,229;--color_20:237,226,188;--color_21:137,149,131;--color_22:142,128,117;--color_23:143,175,138;--color_24:126,207,128;--color_25:10,10,10;--color_26:213,211,211;--color_27:15,42,34;--color_28:160,121,112;--color_29:237,226,215;--color_30:99,60,43;--color_31:255,233,223;--color_32:255,191,161;--color_33:228,79,250;--color_34:234,96,32;--color_35:201,64,1;--color_36:255,255,255;--color_37:33,31,36;--color_38:240,240,240;--color_39:194,194,194;--color_40:110,110,110;--color_41:210,228,199;--color_42:210,228,199;--color_43:210,228,199;--color_44:210,228,199;--color_45:33,31,36;--color_46:110,110,110;--color_47:33,31,36;--color_48:210,228,199;--color_49:210,228,199;--color_50:255,255,255;--color_51:210,228,199;--color_52:210,228,199;--color_53:255,255,255;--color_54:194,194,194;--color_55:194,194,194;--color_56:255,255,255;--color_57:255,255,255;--color_58:210,228,199;--color_59:210,228,199;--color_60:255,255,255;--color_61:210,228,199;--color_62:210,228,199;--color_63:255,255,255;--color_64:194,194,194;--color_65:194,194,194;--font_0:normal normal 700 calc(72 * var(--theme-spx-ratio))/1.2em dm-sans,sans-serif;--font_1:normal normal normal 16px/1.4em din-next-w01-light,sans-serif;--font_2:normal normal bold calc(33 * var(--theme-spx-ratio))/1.3em dm-sans,sans-serif;--font_3:normal normal normal calc(22 * var(--theme-spx-ratio))/1.3em dm-sans,sans-serif;--font_4:normal normal normal calc(34 * var(--theme-spx-ratio))/1.3em dm-sans,sans-serif;--font_5:normal normal normal calc(28 * var(--theme-spx-ratio))/1.3em dm-sans,sans-serif;--font_6:normal normal normal calc(22 * var(--theme-spx-ratio))/1.4em dm-sans,sans-serif;--font_7:normal normal 400 20px/1.6em inter,sans-serif;--font_8:normal normal 400 18px/1.6em inter,sans-serif;--font_9:normal normal normal 16px/1.6em dm-sans,sans-serif;--font_10:normal normal normal 12px/1.4em din-next-w01-light,sans-serif;--wix-ads-height:0px;--sticky-offset:0px;--wix-ads-top-height:0px;--site-width:980px;--above-all-z-index:100000;--portals-z-index:100001;--wix-opt-in-direction:ltr;--wix-opt-in-direction-multiplier:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--minViewportSize:320;--maxViewportSize:1920;--theme-spx-ratio:var(--scaling-factor) / 1280;--full-viewport:100 * var(--one-unit) * var(--browser-zoom);--scaling-factor:clamp(var(--spx-stopper-min), var(--full-viewport), min(var(--spx-stopper-max), var(--section-max-width)));--customScaleViewportLimit:clamp(var(--minViewportSize) * 1px, var(--full-viewport), min(var(--section-max-width), var(--maxViewportSize) * 1px));}.font_0{font:var(--font_0);color:rgb(var(--color_11));letter-spacing:0em;}.font_1{font:var(--font_1);color:rgb(var(--color_14));letter-spacing:0em;}.font_2{font:var(--font_2);color:rgb(var(--color_24));letter-spacing:0em;}.font_3{font:var(--font_3);color:rgb(var(--color_11));letter-spacing:0em;}.font_4{font:var(--font_4);color:rgb(var(--color_11));letter-spacing:0em;}.font_5{font:var(--font_5);color:rgb(var(--color_11));letter-spacing:0em;}.font_6{font:var(--font_6);color:rgb(var(--color_11));letter-spacing:0em;}.font_7{font:var(--font_7);color:rgb(var(--color_11));letter-spacing:0em;}.font_8{font:var(--font_8);color:rgb(var(--color_11));letter-spacing:0em;}.font_9{font:var(--font_9);color:rgb(var(--color_11));letter-spacing:0em;}.font_10{font:var(--font_10);color:rgb(var(--color_14));letter-spacing:0em;}.color_0{color:rgb(var(--color_0));}.color_1{color:rgb(var(--color_1));}.color_2{color:rgb(var(--color_2));}.color_3{color:rgb(var(--color_3));}.color_4{color:rgb(var(--color_4));}.color_5{color:rgb(var(--color_5));}.color_6{color:rgb(var(--color_6));}.color_7{color:rgb(var(--color_7));}.color_8{color:rgb(var(--color_8));}.color_9{color:rgb(var(--color_9));}.color_10{color:rgb(var(--color_10));}.color_11{color:rgb(var(--color_11));}.color_12{color:rgb(var(--color_12));}.color_13{color:rgb(var(--color_13));}.color_14{color:rgb(var(--color_14));}.color_15{color:rgb(var(--color_15));}.color_16{color:rgb(var(--color_16));}.color_17{color:rgb(var(--color_17));}.color_18{color:rgb(var(--color_18));}.color_19{color:rgb(var(--color_19));}.color_20{color:rgb(var(--color_20));}.color_21{color:rgb(var(--color_21));}.color_22{color:rgb(var(--color_22));}.color_23{color:rgb(var(--color_23));}.color_24{color:rgb(var(--color_24));}.color_25{color:rgb(var(--color_25));}.color_26{color:rgb(var(--color_26));}.color_27{color:rgb(var(--color_27));}.color_28{color:rgb(var(--color_28));}.color_29{color:rgb(var(--color_29));}.color_30{color:rgb(var(--color_30));}.color_31{color:rgb(var(--color_31));}.color_32{color:rgb(var(--color_32));}.color_33{color:rgb(var(--color_33));}.color_34{color:rgb(var(--color_34));}.color_35{color:rgb(var(--color_35));}.color_36{color:rgb(var(--color_36));}.color_37{color:rgb(var(--color_37));}.color_38{color:rgb(var(--color_38));}.color_39{color:rgb(var(--color_39));}.color_40{color:rgb(var(--color_40));}.color_41{color:rgb(var(--color_41));}.color_42{color:rgb(var(--color_42));}.color_43{color:rgb(var(--color_43));}.color_44{color:rgb(var(--color_44));}.color_45{color:rgb(var(--color_45));}.color_46{color:rgb(var(--color_46));}.color_47{color:rgb(var(--color_47));}.color_48{color:rgb(var(--color_48));}.color_49{color:rgb(var(--color_49));}.color_50{color:rgb(var(--color_50));}.color_51{color:rgb(var(--color_51));}.color_52{color:rgb(var(--color_52));}.color_53{color:rgb(var(--color_53));}.color_54{color:rgb(var(--color_54));}.color_55{color:rgb(var(--color_55));}.color_56{color:rgb(var(--color_56));}.color_57{color:rgb(var(--color_57));}.color_58{color:rgb(var(--color_58));}.color_59{color:rgb(var(--color_59));}.color_60{color:rgb(var(--color_60));}.color_61{color:rgb(var(--color_61));}.color_62{color:rgb(var(--color_62));}.color_63{color:rgb(var(--color_63));}.color_64{color:rgb(var(--color_64));}.color_65{color:rgb(var(--color_65));}.backcolor_0{background-color:rgb(var(--color_0));}.backcolor_1{background-color:rgb(var(--color_1));}.backcolor_2{background-color:rgb(var(--color_2));}.backcolor_3{background-color:rgb(var(--color_3));}.backcolor_4{background-color:rgb(var(--color_4));}.backcolor_5{background-color:rgb(var(--color_5));}.backcolor_6{background-color:rgb(var(--color_6));}.backcolor_7{background-color:rgb(var(--color_7));}.backcolor_8{background-color:rgb(var(--color_8));}.backcolor_9{background-color:rgb(var(--color_9));}.backcolor_10{background-color:rgb(var(--color_10));}.backcolor_11{background-color:rgb(var(--color_11));}.backcolor_12{background-color:rgb(var(--color_12));}.backcolor_13{background-color:rgb(var(--color_13));}.backcolor_14{background-color:rgb(var(--color_14));}.backcolor_15{background-color:rgb(var(--color_15));}.backcolor_16{background-color:rgb(var(--color_16));}.backcolor_17{background-color:rgb(var(--color_17));}.backcolor_18{background-color:rgb(var(--color_18));}.backcolor_19{background-color:rgb(var(--color_19));}.backcolor_20{background-color:rgb(var(--color_20));}.backcolor_21{background-color:rgb(var(--color_21));}.backcolor_22{background-color:rgb(var(--color_22));}.backcolor_23{background-color:rgb(var(--color_23));}.backcolor_24{background-color:rgb(var(--color_24));}.backcolor_25{background-color:rgb(var(--color_25));}.backcolor_26{background-color:rgb(var(--color_26));}.backcolor_27{background-color:rgb(var(--color_27));}.backcolor_28{background-color:rgb(var(--color_28));}.backcolor_29{background-color:rgb(var(--color_29));}.backcolor_30{background-color:rgb(var(--color_30));}.backcolor_31{background-color:rgb(var(--color_31));}.backcolor_32{background-color:rgb(var(--color_32));}.backcolor_33{background-color:rgb(var(--color_33));}.backcolor_34{background-color:rgb(var(--color_34));}.backcolor_35{background-color:rgb(var(--color_35));}.backcolor_36{background-color:rgb(var(--color_36));}.backcolor_37{background-color:rgb(var(--color_37));}.backcolor_38{background-color:rgb(var(--color_38));}.backcolor_39{background-color:rgb(var(--color_39));}.backcolor_40{background-color:rgb(var(--color_40));}.backcolor_41{background-color:rgb(var(--color_41));}.backcolor_42{background-color:rgb(var(--color_42));}.backcolor_43{background-color:rgb(var(--color_43));}.backcolor_44{background-color:rgb(var(--color_44));}.backcolor_45{background-color:rgb(var(--color_45));}.backcolor_46{background-color:rgb(var(--color_46));}.backcolor_47{background-color:rgb(var(--color_47));}.backcolor_48{background-color:rgb(var(--color_48));}.backcolor_49{background-color:rgb(var(--color_49));}.backcolor_50{background-color:rgb(var(--color_50));}.backcolor_51{background-color:rgb(var(--color_51));}.backcolor_52{background-color:rgb(var(--color_52));}.backcolor_53{background-color:rgb(var(--color_53));}.backcolor_54{background-color:rgb(var(--color_54));}.backcolor_55{background-color:rgb(var(--color_55));}.backcolor_56{background-color:rgb(var(--color_56));}.backcolor_57{background-color:rgb(var(--color_57));}.backcolor_58{background-color:rgb(var(--color_58));}.backcolor_59{background-color:rgb(var(--color_59));}.backcolor_60{background-color:rgb(var(--color_60));}.backcolor_61{background-color:rgb(var(--color_61));}.backcolor_62{background-color:rgb(var(--color_62));}.backcolor_63{background-color:rgb(var(--color_63));}.backcolor_64{background-color:rgb(var(--color_64));}.backcolor_65{background-color:rgb(var(--color_65));}#masterPage{--variables-m28o2bcx:1600px;}#SITE_HEADER{--bg-overlay-color:transparent;--bg-gradient:none;}#SITE_PAGES{--transition-duration:0ms;}#SITE_FOOTER{--bg-overlay-color:transparent;--bg-gradient:none;}</style>
<style id="css_wffbg">@font-face {font-family: 'proxima-n-w01-reg'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/c24fcada-6239-48bc-8b88-9288338191c9/v1/proxima-n-w05-reg.woff2') format('woff2'); unicode-range: U+0000, U+0100-010F, U+0111-0130, U+0132-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+017F, U+018F, U+019D, U+01A0-01A1, U+01AF-01B0, U+01E6-01E7, U+01EA-01EB, U+01FA-01FF, U+0218-021B, U+0232-0233, U+0237, U+0259, U+0272, U+02B0, U+02BB-02BC, U+02C9, U+02CB, U+02D8-02D9, U+02DB, U+02DD, U+0374-0375, U+037E, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE, U+03D7, U+0400-045F, U+0472-0475, U+048A-04FF, U+0510-0513, U+051C-051D, U+0524-0527, U+052E-052F, U+1E02-1E03, U+1E0A-1E0B, U+1E1E-1E1F, U+1E22-1E23, U+1E56-1E57, U+1E60-1E61, U+1E6A-1E6B, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200A, U+2015, U+201B, U+2032-2033, U+203D-203E, U+2070, U+2074-2079, U+207D-2089, U+208D-208E, U+20A1, U+20A3-20A4, U+20A6-20AB, U+20B4, U+20B8-20BA, U+20BC-20BD, U+2113, U+2116-2117, U+2120, U+2126, U+212E, U+2153-2154, U+215B-215E, U+2190-2193, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+22B2-22B3, U+22C5, U+2318, U+25A0, U+25B2, U+25BC, U+25CA, U+25CF, U+2605, U+2610-2611, U+2666, U+2713, U+2E18, U+E004-E005, U+F43A-F43B, U+F460-F473, U+F498-F49F, U+F4C6-F4C7, U+F4CC-F4CD, U+F4D2-F4D7, U+F50A-F50B, U+F50E-F533, U+F536-F539, U+F53C-F53F, U+F637, U+F6C3, U+F6DD, U+F6DF-F6F3, U+F8FF, U+FB00-FB04;font-display: swap;
}
@font-face {font-family: 'proxima-n-w01-reg'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/c24fcada-6239-48bc-8b88-9288338191c9/v1/proxima-n-w01-reg.woff2') format('woff2'); unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+F656-F659;font-display: swap;
}@font-face {
font-display: swap;
font-family: wf_06b039e744b34faab84ef5728;
src: url("https://static.wixstatic.com/ufonts/a9ff3b_06b039e744b34faab84ef572821f16e4/woff2/file.woff2") format("woff2"),
url("https://static.wixstatic.com/ufonts/a9ff3b_06b039e744b34faab84ef572821f16e4/woff/file.woff") format("woff"),
url("https://static.wixstatic.com/ufonts/a9ff3b_06b039e744b34faab84ef572821f16e4/ttf/file.ttf") format("ttf");
}@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L2UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L0UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L9UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L1UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+1F00-1FFF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L6UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L3UUMbndwVgHU.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'inter'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/inter/v20/UcC53FwrK3iLTcvneQg7Ca725JhhKnNqk6L5UUMbndwV.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}@font-face {font-family: 'avenir-lt-w01_85-heavy1475544'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w05_85-heavy.woff2') format('woff2'); unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;font-display: swap;
}
@font-face {font-family: 'avenir-lt-w01_85-heavy1475544'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2') format('woff2'); unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;font-display: swap;
}@font-face {
font-display: swap;
font-family: wf_88119413f76a4700a45a5d8cf;
src: url("https://static.wixstatic.com/ufonts/a9ff3b_88119413f76a4700a45a5d8cf83cc00e/woff2/file.woff2") format("woff2"),
url("https://static.wixstatic.com/ufonts/a9ff3b_88119413f76a4700a45a5d8cf83cc00e/woff/file.woff") format("woff"),
url("https://static.wixstatic.com/ufonts/a9ff3b_88119413f76a4700a45a5d8cf83cc00e/ttf/file.ttf") format("ttf");
}@font-face {font-family: 'avenir-lt-w01_35-light1475496'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w05_35-light.woff2') format('woff2'); unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;font-display: swap;
}
@font-face {font-family: 'avenir-lt-w01_35-light1475496'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2') format('woff2'); unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;font-display: swap;
}@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKK58UfivUw4aw.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 900; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 600; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 300; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 100; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 200; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 500; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 800; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}
@font-face {font-family: 'dm-sans'; font-style: italic; font-weight: 700; src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/dmsans/v16/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58UfivUw.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;font-display: swap;
}@font-face {font-family: 'madefor-text'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/madefor-text.var.original.woff2') format('woff2-variations'), url('//static.parastorage.com/fonts/v2/f73e760d-c6b3-4659-9a8c-9ce1d76c1173/v1/madefor-text.woff2') format('woff2'); unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+01A0-01A1, U+01AF-01B0, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+0400-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;font-display: swap;
}
@font-face {font-family: 'madefor-text'; font-style: italic; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/19247d19-0454-4de8-b907-b818135794bd/madefor-text.var.original.woff2') format('woff2-variations'), url('//static.parastorage.com/fonts/v2/19247d19-0454-4de8-b907-b818135794bd/v1/madefor-text.woff2') format('woff2'); unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AC, U+20B9-20BA, U+20BD, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;font-display: swap;
}@font-face {font-family: 'helveticaneuew01-45ligh'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/e333842f-0a84-43f9-9ab7-fb1093ba1628/v1/helveticaneuew01-45ligh.other.woff2') format('woff2'); unicode-range: U+02C7, U+2021, U+2030, U+E300-E305, U+E308;font-display: swap;
}
@font-face {font-family: 'helveticaneuew01-45ligh'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/e333842f-0a84-43f9-9ab7-fb1093ba1628/v1/helveticaneuew01-45ligh.latin-ext.woff2') format('woff2'); unicode-range: U+0160-0161, U+0178, U+017D-017E, U+0192, U+2020;font-display: swap;
}
@font-face {font-family: 'helveticaneuew01-45ligh'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/e333842f-0a84-43f9-9ab7-fb1093ba1628/v1/helveticaneuew01-45ligh.latin.woff2') format('woff2'); unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+20AC, U+2122;font-display: swap;
}@font-face {font-family: 'helveticaneuew02-45ligh'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.other.woff2') format('woff2'); unicode-range: U+02C7, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+2021, U+2030, U+2126, U+212E, U+E0D6, U+E300-E30D, U+F8FF, U+FB01-FB02;font-display: swap;
}
@font-face {font-family: 'helveticaneuew02-45ligh'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.math.woff2') format('woff2'); unicode-range: U+0394, U+03A9, U+03BC, U+03C0, U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA;font-display: swap;
}
@font-face {font-family: 'helveticaneuew02-45ligh'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.latin-ext.woff2') format('woff2'); unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-017E, U+0192, U+0218-021B, U+1E9E, U+2020, U+20B9-20BA, U+20BC-20BD, U+2113;font-display: swap;
}
@font-face {font-family: 'helveticaneuew02-45ligh'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/bcaffff6-40a1-4827-ace9-c65e93f5fb5f/v1/helveticaneuew02-45ligh.latin.woff2') format('woff2'); unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+2215;font-display: swap;
}@font-face {font-family: 'helveticaneuew10-45ligh'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.other.woff2') format('woff2'); unicode-range: U+02C7, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+2010, U+2015, U+2021, U+2030, U+203D, U+2070, U+2075-208E, U+2105, U+2117, U+2126, U+212E, U+2153-2154, U+215B-215E, U+FB00-FB04;font-display: swap;
}
@font-face {font-family: 'helveticaneuew10-45ligh'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.math.woff2') format('woff2'); unicode-range: U+2202, U+2206, U+220F, U+2211, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA;font-display: swap;
}
@font-face {font-family: 'helveticaneuew10-45ligh'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.cyrillic.woff2') format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+2116;font-display: swap;
}
@font-face {font-family: 'helveticaneuew10-45ligh'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.greek.woff2') format('woff2'); unicode-range: U+0374-0375, U+037E, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE;font-display: swap;
}
@font-face {font-family: 'helveticaneuew10-45ligh'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.latin-ext.woff2') format('woff2'); unicode-range: U+0100-0130, U+0132-0151, U+0154-017E, U+0192, U+01FA-01FF, U+0218-021B, U+0237, U+1E80-1E85, U+1E9E, U+1EF2-1EF3, U+2020, U+20B9-20BA, U+20BD, U+2113;font-display: swap;
}
@font-face {font-family: 'helveticaneuew10-45ligh'; font-style: normal; font-weight: 400; src: url('//static.parastorage.com/fonts/v2/68b86ae9-7ca0-48cc-b777-6559005a8f94/v1/helveticaneuew10-45ligh.latin.woff2') format('woff2'); unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+2215;font-display: swap;
}@font-face {font-family: 'madefor-display-bold'; font-style: normal; font-weight: 700; src: url('//static.parastorage.com/fonts/v2/26656ec7-c27d-4bdc-a9f4-6b498bbfad69/madefor-display.var.original.woff2') format('woff2-variations'), url('//static.parastorage.com/fonts/v2/f7531dde-c39a-485c-a204-c09154e8d163/v1/madefor-display-bold.woff2') format('woff2'); unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A5, U+00A7-00B4, U+00B6-0107, U+010A-0113, U+0116-011B, U+011E-0123, U+0126-012B, U+012E-0133, U+0136-013E, U+0141-0148, U+014A-014B, U+0150-0155, U+0158-015B, U+015E-016B, U+016E-017E, U+01A0-01A1, U+01AF-01B0, U+0218-021B, U+0237, U+02C6-02C7, U+02D8-02DD, U+0400-045F, U+0462-0463, U+0472-0475, U+0490-0491, U+1E24-1E25, U+1E36-1E37, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200B, U+2010-2015, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2070, U+2074-2079, U+2080-2089, U+20AB-20AC, U+20B4, U+20B9-20BA, U+20BD, U+2116, U+2122, U+2190-2193, U+2212, U+25B2, U+25B6, U+25BC, U+25C0, U+FEFF;font-display: swap;
}@keyframes motion-floatIn {
0% { opacity: 0; animation-timing-function: step-end; }
0.00009999999999999999% { opacity: 0; transform: translate(var(--motion-translate-x), var(--motion-translate-y)) rotate(var(--comp-rotate-z, 0deg)); }
100% { opacity: var(--comp-opacity, 1); transform: translate(0, 0) rotate(var(--comp-rotate-z, 0deg)); }
}@keyframes motion-revealIn {
0% { opacity: 0; animation-timing-function: step-end; }
0.00009999999999999999% { opacity: var(--comp-opacity, 1); clip-path: var(--motion-clip-start, polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%)); }
100% { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
}@keyframes motion-slideIn {
0.00009999999999999999% { opacity: var(--comp-opacity, 1); transform: rotate(var(--comp-rotate-z, 0deg)) translate(var(--motion-translate-x, -100%), var(--motion-translate-y, 0%)); clip-path: var(--motion-clip-start, polygon(0% 30%, 100% 30%, 100% 100%, 0% 100%)); }
100% { transform: rotate(var(--comp-rotate-z, 0deg)) translate(0px, 0px); clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
}@keyframes motion-fadeIn {
0% { opacity: 0; }
100% { opacity: var(--comp-opacity, 1); }
}#wffbg{height:auto;--comp-display:unset;position:relative;}#wffbg .wffbg-overflow-wrapper{position:relative;display:grid;grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);overflow-x:clip;overflow-y:clip;}#wffbg .wffbg-container{box-sizing:border-box;position:relative;pointer-events:none;display:var(--l_display,var(--container-display));grid-template-rows:auto auto auto auto auto auto auto auto auto auto;grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}#wffbg:not(.wffbg-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#wffbg{--bg:7,18,15;--alpha-bg:1;--static-spx:0.1 * var(--one-unit);}#comp-mkvsfdjh10-pinned-layer{z-index:52;--above-all-in-container:10000;}#PAGE_SECTIONSwffbg{--above-all-in-container:49;}#comp-mlgjzdne{--above-all-in-container:49;}#comp-mkvsfdji4-pinned-layer{z-index:55;--above-all-in-container:10000;}#comp-mkvsfdjh10{width:auto;height:auto;--comp-display:unset;align-self:stretch;justify-self:stretch;position:sticky;--force-auto:initial;top:var(--force-auto,calc(0% + var(--sticky-offset, 0px)));bottom:var(--force-auto,auto);left:var(--force-auto,);right:var(--force-auto,);pointer-events:auto;z-index:51;grid-area:1/1/2/2;--is-sticky:1;}.comp-mkvsfdjh10-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkvsfdjh10:not(.comp-mkvsfdjh10-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#comp-mkvsfdjh10 ~ *{transform:var(--experimental-safari-sticky-fix);}#masterPage:not(.landingPage){--top-offset:var(--header-height);}#masterPage.landingPage{--top-offset:0px;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkvsfdjh10{--l_display:unset;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdjh10{--l_display:unset;}}#comp-mkvsfdjh10{--alpha-bg:0;--bg:var(--color_11);--static-spx:1px;}#comp-mkvsfdjh10_r_comp-kbgajy18{min-height:10px;height:auto;min-width:0px;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:start;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-bottom:0px;margin-top:calc(0px);z-index:unset;grid-area:1/1/2/2;position:relative;}#comp-mkvsfdjh10_r_comp-kbgajy18 .comp-mkvsfdjh10_r_comp-kbgajy18-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:0px;padding-right:40.001px;padding-left:40px;padding-bottom:0px;max-width:99999999999px;margin-left:clamp(0px, (100% - 99999999999px) / 2, 100 * var(--one-unit));--section-max-width:99999999999px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(9.999975000000006px,auto);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkvsfdjh10_r_comp-kbgajy18:not(.comp-mkvsfdjh10_r_comp-kbgajy18-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#comp-mkvsfdjh10_r_comp-kbgajy18 .comp-mkvsfdjh10_r_comp-kbgajy18-container-pinned{max-width:99999999999px;margin-left:clamp(0px, (100% - 99999999999px) / 2, 100 * var(--one-unit));--section-max-width:99999999999px;height:100%;width:100%;position:absolute;display:grid;pointer-events:none;}#comp-mkvsfdjh10_r_comp-kbgajy18-pinned-layer{position:fixed;left:0;width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;top:0;bottom:unset;height:auto;margin-top:var(--wix-ads-height);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkvsfdjh10_r_comp-kbgajy18 .comp-mkvsfdjh10_r_comp-kbgajy18-container{padding-right:40.001px;padding-left:40px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdjh10_r_comp-kbgajy18 .comp-mkvsfdjh10_r_comp-kbgajy18-container{padding-right:10px;padding-left:10px;}}#comp-mkvsfdjh10_r_comp-kbgajy18{--bg:var(--color_11);--alpha-bg:0;--static-spx:0.1 * var(--one-unit);}#comp-mkvsfdjh10_r_comp-mdrelzwz{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}#comp-mkvsfdjh10_r_comp-mdrelzwz .comp-mkvsfdjh10_r_comp-mdrelzwz-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:10px;padding-right:0px;padding-left:0px;padding-bottom:10px;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkvsfdjh10_r_comp-mdrelzwz{--brw:0px;--brd:var(--color_18);--bg:var(--color_18);--rd:0px 0px 0px 0px;--shd:none;--gradient:none;--alpha-brd:1;--alpha-bg:0;--backdrop-filter:blur(25px);--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mkvsfdjh10_r_comp-ml48cas1{min-height:unset;--l_display:unset;height:auto;--aspect-ratio:0.24291018672980683;min-width:0px;width:17.267131211804163%;max-width:99999px;max-height:99999px;aspect-ratio:1/var(--aspect-ratio);--comp-display:unset;display:var(--l_display,var(--display,block));align-self:center;justify-self:start;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkvsfdjh10_r_comp-ml48cas1{--aspect-ratio:0.24286465868736026;width:23.34059093571118%;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdjh10_r_comp-ml48cas1{--aspect-ratio:0.24275958011888202;width:44.532993530128195%;}}#comp-mkvsfdjh10_r_comp-ml48cas1{--backgroundColor:0,0,0;--borderColor:255,255,255;--borderWidth:0px;--cornerRadius:0px;--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--alpha-borderColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}#comp-mkvsfdjh10_r_comp-ml48cas1 wow-image{overflow:clip;}#comp-mkvsfdjh10_r_comp-ml48cas1 wow-image img{height:100%;}#comp-mkvsfdjh10_r_comp-mlgjkp0e{width:max-content;height:auto;min-height:0px;--comp-display:unset;align-self:center;justify-self:end;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:max(0.5px, 5e-7 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:max(0.5px, 0.0003962 * (var(--scaling-factor) - var(--scrollbar-width)));grid-area:1/1/2/2;position:relative;}.comp-mkvsfdjh10_r_comp-mlgjkp0e-container{box-sizing:border-box;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;display:var(--l_display,var(--container-display));flex-direction:row;--container-layout-type:flex-container-layout;--container-display:flex;}#comp-mkvsfdjh10_r_comp-mlgjkp0e{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mkvsfdjh10_r_comp-mkwc4qdm{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:max-content;max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-left:0px;margin-right:10px;margin-top:0px;margin-bottom:0px;align-self:center;order:1;position:relative;}.comp-mkvsfdjh10_r_comp-mkwc4qdm-container{box-sizing:border-box;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(min-content,1fr);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkvsfdjh10_r_comp-mkwc4qdm:not(.comp-mkvsfdjh10_r_comp-mkwc4qdm-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkvsfdjh10_r_comp-mkwc4qdm{margin-right:0px;align-self:center;order:2;}.comp-mkvsfdjh10_r_comp-mkwc4qdm-container{grid-template-rows:minmax(min-content,50fr);grid-template-columns:minmax(0px,50fr);}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdjh10_r_comp-mkwc4qdm{margin-right:0px;align-self:flex-start;order:2;}}#comp-mkvsfdjh10_r_comp-mkwc4qdm{--container-background:rgba(var(--color_11),0);--container-border-left:0px solid rgba(203,220,233,1);--container-border-right:0px solid rgba(203,220,233,1);--container-border-top:0px solid rgba(203,220,233,1);--container-border-bottom:0px solid rgba(203,220,233,1);--container-border-radius:0px 0px 0px 0px;--container-padding-top:6px;--container-padding-right:6px;--container-padding-bottom:6px;--container-padding-left:6px;--item-background:rgba(255,255,255,0);--item-font:normal normal 400 12px/1.6em inter,sans-serif;--item-color:rgba(var(--color_11),1);--item-text-decoration:none;--item-text-transform:none;--item-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--item-text-highlight:none;--item-letter-spacing:0em;--item-line-height:1.4em;--item-text-shadow:0px 0px 0px transparent;--item-border-left:0px solid rgba(var(--color_16),1);--item-border-right:0px solid rgba(var(--color_16),1);--item-border-top:0px solid rgba(var(--color_16),1);--item-border-bottom:0px solid rgba(var(--color_16),1);--item-border-radius:0px 0px 0px 0px;--horizontal-item-icon-display:unset;--item-icon-size:10px;--item-icon-color:rgba(var(--color_15),1);--item-divider:1px solid rgba(var(--color_33),1);--item-text-align:justify;--item-direction:revert;--item-vertical-padding:2px;--item-horizontal-padding:8px;--item-padding-top:initial;--item-padding-right:initial;--item-padding-bottom:initial;--item-padding-left:initial;--scroll-button-background:rgba(255,255,255,1);--scroll-button-border-left:1px solid rgba(203,220,233,1);--scroll-button-border-right:1px solid rgba(203,220,233,1);--scroll-button-border-top:1px solid rgba(203,220,233,1);--scroll-button-border-bottom:1px solid rgba(203,220,233,1);--scroll-button-border-radius:0 0 0 0;--scroll-button-box-shadow:none;--scroll-button-icon-display:unset;--scroll-button-icon-size:10px;--scroll-button-icon-color:rgba(0,0,0,1);--scroll-button-icon-rotation:0;--scroll-button-padding-right:6px;--scroll-button-padding-left:6px;--dropdown-container-background:rgba(var(--color_11),0);--dropdown-container-border-left:medium none currentcolor;--dropdown-container-border-right:medium none currentcolor;--dropdown-container-border-top:medium none currentcolor;--dropdown-container-border-bottom:medium none currentcolor;--dropdown-container-border-radius:0px 0px 0px 0px;--dropdown-anchor:menuStretched;--dropdown-align:start;--dropdown-horizontal-margin:0px;--dropdown-space-above:14px;--dropdown-menu-container-background:rgba(var(--color_11),0);--dropdown-menu-container-box-shadow:none;--dropdown-menu-container-border-left:0px solid rgba(var(--color_15),1);--dropdown-menu-container-border-right:0px solid rgba(var(--color_15),1);--dropdown-menu-container-border-top:0px solid rgba(var(--color_15),1);--dropdown-menu-container-border-bottom:0px solid rgba(var(--color_15),1);--dropdown-menu-container-border-radius:0px 0px 0px 0px;--dropdown-menu-item-background:rgba(var(--color_11),0);--dropdown-menu-item-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--dropdown-menu-item-color:rgba(var(--color_15),1);--dropdown-menu-item-text-decoration:none;--dropdown-menu-item-text-transform:revert;--dropdown-menu-item-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-item-text-highlight:none;--dropdown-menu-item-letter-spacing:revert;--dropdown-menu-item-line-height:1.4em;--dropdown-menu-item-text-shadow:0px 0px 0px transparent;--dropdown-menu-item-border-left:0px solid rgba(var(--color_15),1);--dropdown-menu-item-border-right:0px solid rgba(var(--color_15),1);--dropdown-menu-item-border-top:0px solid rgba(var(--color_15),1);--dropdown-menu-item-border-bottom:0px solid rgba(var(--color_15),1);--dropdown-menu-item-border-radius:0px 0px 0px 0px;--dropdown-menu-item-box-shadow:none;--dropdown-menu-sub-item-background:rgba(255,255,255,0);--dropdown-menu-sub-item-font:normal normal normal 14px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--dropdown-menu-sub-item-color:rgba(var(--color_15),1);--dropdown-menu-sub-item-text-transform:revert;--dropdown-menu-sub-item-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-sub-item-text-highlight:none;--dropdown-menu-sub-item-letter-spacing:revert;--dropdown-menu-sub-item-line-height:revert;--dropdown-menu-sub-item-text-shadow:0px 0px 0px transparent;--dropdown-menu-sub-item-border-left:medium none currentcolor;--dropdown-menu-sub-item-border-right:medium none currentcolor;--dropdown-menu-sub-item-border-top:medium none currentcolor;--dropdown-menu-sub-item-border-bottom:medium none currentcolor;--dropdown-menu-sub-item-border-radius:0px 0px 0px 0px;--dropdown-menu-sub-item-box-shadow:none;--dropdown-menu-item-vertical-padding:4px;--dropdown-menu-item-horizontal-padding:0px;--dropdown-menu-item-padding-top:initial;--dropdown-menu-item-padding-right:initial;--dropdown-menu-item-padding-bottom:initial;--dropdown-menu-item-padding-left:initial;--dropdown-menu-container-vertical-padding:10px;--dropdown-menu-container-horizontal-padding:10px;--dropdown-menu-container-padding-top:initial;--dropdown-menu-container-padding-right:initial;--dropdown-menu-container-padding-bottom:initial;--dropdown-menu-container-padding-left:initial;--dropdown-menu-item-vertical-spacing:0px;--dropdown-menu-item-horizontal-spacing:10px;--dropdown-menu-sub-items-vertical-spacing-before:2px;--dropdown-menu-sub-items-vertical-spacing-between:0px;--dropdown-menu-sub-item-vertical-padding:2px;--dropdown-menu-sub-item-horizontal-padding:0px;--dropdown-menu-sub-item-padding-top:initial;--dropdown-menu-sub-item-padding-right:initial;--dropdown-menu-sub-item-padding-bottom:initial;--dropdown-menu-sub-item-padding-left:initial;--dropdown-menu-columns-number:2;--dropdown-menu-align:start;--dropdown-menu-item-align:inherit;--dropdown-menu-sub-item-align:inherit;--display-mode:navbar;--spacing-between-label-and-dropdown-icon:6px;--menu-items-main-axis-gap:12.0px;--menu-items-cross-axis-gap:10px;--orientation:horizontal;--overflow:wrap;--divider-display:none;--container-align:justify;--menu-items-justification:justify;--animation-name:none;--vertical-dropdown-display:expandCollapse;--item-hover-color:rgba(var(--color_18),1);--dropdown-menu-sub-item-hover-box-shadow:initial;--item-selected-color:rgba(var(--color_18),1);--dropdown-menu-sub-item-selected-border-bottom:initial;--scroll-button-hover-border-radius:initial;--item-hover-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-sub-item-hover-text-decoration: underline;--dropdown-menu-sub-item-selected-border-left:initial;--dropdown-menu-item-hover-letter-spacing:initial;--scroll-button-hover-border-right:1px solid rgba(var(--color_18),1);--dropdown-menu-item-hover-color:rgba(var(--color_24),1);--scroll-button-hover-border-bottom:1px solid rgba(var(--color_18),1);--dropdown-menu-item-hover-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--dropdown-menu-item-selected-border-bottom:initial;--dropdown-menu-sub-item-hover-text-highlight:initial;--dropdown-menu-item-selected-border-right:initial;--dropdown-menu-sub-item-hover-text-outline:initial;--dropdown-menu-item-hover-background:rgba(255,255,255,0);--dropdown-menu-item-selected-text-transform:initial;--dropdown-menu-sub-item-hover-line-height:initial;--scroll-button-hover-icon-display:unset;--item-selected-icon-color:rgba(26,106,255,1);--dropdown-menu-item-hover-box-shadow:initial;--item-hover-text-highlight:initial;--dropdown-menu-sub-item-selected-background:rgba(var(--color_11),0);--scroll-button-hover-padding-right:initial;--dropdown-menu-sub-item-hover-text-transform:initial;--item-hover-border-left:0px solid rgba(203,220,233,1);--item-selected-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-item-selected-text-shadow:initial;--item-hover-icon-color:rgba(var(--color_18),1);--dropdown-menu-item-selected-border-top:initial;--dropdown-menu-item-selected-border-radius:initial;--dropdown-container-hover-background:rgba(255,255,255,1);--dropdown-menu-sub-item-selected-box-shadow:initial;--scroll-button-hover-icon-color:rgba(var(--color_18),1);--item-hover-box-shadow:initial;--item-hover-background:rgba(255,255,255,0);--scroll-button-hover-icon-size:14px;--dropdown-menu-sub-item-selected-text-outline:initial;--item-hover-border-right:0px solid rgba(203,220,233,1);--dropdown-menu-item-hover-text-highlight:initial;--dropdown-menu-item-hover-border-right:initial;--item-selected-text-highlight:initial;--dropdown-menu-sub-item-hover-letter-spacing:initial;--dropdown-menu-item-selected-background:rgba(255,255,255,0);--dropdown-menu-item-hover-border-top:initial;--dropdown-menu-sub-item-selected-line-height:initial;--dropdown-menu-sub-item-hover-border-radius:initial;--dropdown-menu-sub-item-hover-color:rgba(var(--color_15),1);--dropdown-menu-sub-item-selected-text-transform:initial;--scroll-button-hover-icon-rotation:0;--item-selected-box-shadow:initial;--item-selected-border-bottom:0px solid rgba(203,220,233,1);--dropdown-menu-sub-item-selected-border-top:initial;--dropdown-menu-sub-item-selected-text-shadow:initial;--dropdown-menu-sub-item-selected-letter-spacing:initial;--dropdown-menu-sub-item-hover-border-top:initial;--item-hover-text-shadow:initial;--dropdown-menu-item-selected-border-left:initial;--dropdown-menu-item-hover-border-left:initial;--dropdown-menu-item-selected-text-outline:initial;--dropdown-menu-sub-item-selected-color:rgba(var(--color_15),1);--dropdown-menu-sub-item-hover-background:initial;--dropdown-menu-sub-item-hover-border-bottom:initial;--dropdown-menu-item-selected-text-decoration: underline;--dropdown-menu-sub-item-selected-text-highlight:initial;--dropdown-menu-item-hover-text-transform:initial;--dropdown-menu-item-hover-text-outline:initial;--dropdown-menu-sub-item-hover-border-right:initial;--dropdown-menu-item-selected-letter-spacing:initial;--dropdown-container-selected-background:rgba(255,255,255,1);--dropdown-menu-item-selected-box-shadow:initial;--item-selected-border-top:0px solid rgba(203,220,233,1);--item-selected-text-shadow:initial;--scroll-button-hover-box-shadow:initial;--item-hover-border-top:0px solid rgba(203,220,233,1);--scroll-button-hover-border-left:1px solid rgba(var(--color_18),1);--dropdown-menu-sub-item-selected-text-decoration: underline;--dropdown-menu-sub-item-selected-border-right:initial;--dropdown-menu-item-hover-text-shadow:initial;--dropdown-menu-item-hover-border-bottom:initial;--dropdown-menu-item-hover-border-radius:initial;--dropdown-menu-sub-item-selected-font:initial;--item-selected-border-right:0px solid rgba(203,220,233,1);--dropdown-menu-sub-item-hover-text-shadow:initial;--scroll-button-hover-background:rgba(var(--color_16),1);--scroll-button-hover-padding-left:initial;--dropdown-menu-sub-item-selected-border-radius:initial;--item-selected-border-radius:initial;--item-hover-border-bottom:0px solid rgba(203,220,233,1);--item-hover-border-radius:initial;--dropdown-menu-item-hover-line-height:initial;--item-selected-border-left:0px solid rgba(203,220,233,1);--item-selected-background:rgba(var(--color_11),0);--dropdown-menu-sub-item-hover-border-left:initial;--dropdown-menu-item-selected-color:rgba(var(--color_24),1);--dropdown-menu-item-hover-text-decoration: underline;--dropdown-menu-sub-item-hover-font:initial;--scroll-button-hover-border-top:1px solid rgba(var(--color_18),1);--dropdown-menu-item-selected-line-height:initial;--dropdown-menu-item-selected-text-highlight:initial;--dropdown-menu-item-selected-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--static-spx:0.1 * var(--one-unit);}#portal-comp-mkvsfdjh10_r_comp-mkwc4qdm{--container-background:rgba(var(--color_11),0);--container-border-left:0px solid rgba(203,220,233,1);--container-border-right:0px solid rgba(203,220,233,1);--container-border-top:0px solid rgba(203,220,233,1);--container-border-bottom:0px solid rgba(203,220,233,1);--container-border-radius:0px 0px 0px 0px;--container-padding-top:6px;--container-padding-right:6px;--container-padding-bottom:6px;--container-padding-left:6px;--item-background:rgba(255,255,255,0);--item-font:normal normal 400 12px/1.6em inter,sans-serif;--item-color:rgba(var(--color_11),1);--item-text-decoration:none;--item-text-transform:none;--item-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--item-text-highlight:none;--item-letter-spacing:0em;--item-line-height:1.4em;--item-text-shadow:0px 0px 0px transparent;--item-border-left:0px solid rgba(var(--color_16),1);--item-border-right:0px solid rgba(var(--color_16),1);--item-border-top:0px solid rgba(var(--color_16),1);--item-border-bottom:0px solid rgba(var(--color_16),1);--item-border-radius:0px 0px 0px 0px;--horizontal-item-icon-display:unset;--item-icon-size:10px;--item-icon-color:rgba(var(--color_15),1);--item-divider:1px solid rgba(var(--color_33),1);--item-text-align:justify;--item-direction:revert;--item-vertical-padding:2px;--item-horizontal-padding:8px;--item-padding-top:initial;--item-padding-right:initial;--item-padding-bottom:initial;--item-padding-left:initial;--scroll-button-background:rgba(255,255,255,1);--scroll-button-border-left:1px solid rgba(203,220,233,1);--scroll-button-border-right:1px solid rgba(203,220,233,1);--scroll-button-border-top:1px solid rgba(203,220,233,1);--scroll-button-border-bottom:1px solid rgba(203,220,233,1);--scroll-button-border-radius:0 0 0 0;--scroll-button-box-shadow:none;--scroll-button-icon-display:unset;--scroll-button-icon-size:10px;--scroll-button-icon-color:rgba(0,0,0,1);--scroll-button-icon-rotation:0;--scroll-button-padding-right:6px;--scroll-button-padding-left:6px;--dropdown-container-background:rgba(var(--color_11),0);--dropdown-container-border-left:medium none currentcolor;--dropdown-container-border-right:medium none currentcolor;--dropdown-container-border-top:medium none currentcolor;--dropdown-container-border-bottom:medium none currentcolor;--dropdown-container-border-radius:0px 0px 0px 0px;--dropdown-anchor:menuStretched;--dropdown-align:start;--dropdown-horizontal-margin:0px;--dropdown-space-above:14px;--dropdown-menu-container-background:rgba(var(--color_11),0);--dropdown-menu-container-box-shadow:none;--dropdown-menu-container-border-left:0px solid rgba(var(--color_15),1);--dropdown-menu-container-border-right:0px solid rgba(var(--color_15),1);--dropdown-menu-container-border-top:0px solid rgba(var(--color_15),1);--dropdown-menu-container-border-bottom:0px solid rgba(var(--color_15),1);--dropdown-menu-container-border-radius:0px 0px 0px 0px;--dropdown-menu-item-background:rgba(var(--color_11),0);--dropdown-menu-item-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--dropdown-menu-item-color:rgba(var(--color_15),1);--dropdown-menu-item-text-decoration:none;--dropdown-menu-item-text-transform:revert;--dropdown-menu-item-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-item-text-highlight:none;--dropdown-menu-item-letter-spacing:revert;--dropdown-menu-item-line-height:1.4em;--dropdown-menu-item-text-shadow:0px 0px 0px transparent;--dropdown-menu-item-border-left:0px solid rgba(var(--color_15),1);--dropdown-menu-item-border-right:0px solid rgba(var(--color_15),1);--dropdown-menu-item-border-top:0px solid rgba(var(--color_15),1);--dropdown-menu-item-border-bottom:0px solid rgba(var(--color_15),1);--dropdown-menu-item-border-radius:0px 0px 0px 0px;--dropdown-menu-item-box-shadow:none;--dropdown-menu-sub-item-background:rgba(255,255,255,0);--dropdown-menu-sub-item-font:normal normal normal 14px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--dropdown-menu-sub-item-color:rgba(var(--color_15),1);--dropdown-menu-sub-item-text-transform:revert;--dropdown-menu-sub-item-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-sub-item-text-highlight:none;--dropdown-menu-sub-item-letter-spacing:revert;--dropdown-menu-sub-item-line-height:revert;--dropdown-menu-sub-item-text-shadow:0px 0px 0px transparent;--dropdown-menu-sub-item-border-left:medium none currentcolor;--dropdown-menu-sub-item-border-right:medium none currentcolor;--dropdown-menu-sub-item-border-top:medium none currentcolor;--dropdown-menu-sub-item-border-bottom:medium none currentcolor;--dropdown-menu-sub-item-border-radius:0px 0px 0px 0px;--dropdown-menu-sub-item-box-shadow:none;--dropdown-menu-item-vertical-padding:4px;--dropdown-menu-item-horizontal-padding:0px;--dropdown-menu-item-padding-top:initial;--dropdown-menu-item-padding-right:initial;--dropdown-menu-item-padding-bottom:initial;--dropdown-menu-item-padding-left:initial;--dropdown-menu-container-vertical-padding:10px;--dropdown-menu-container-horizontal-padding:10px;--dropdown-menu-container-padding-top:initial;--dropdown-menu-container-padding-right:initial;--dropdown-menu-container-padding-bottom:initial;--dropdown-menu-container-padding-left:initial;--dropdown-menu-item-vertical-spacing:0px;--dropdown-menu-item-horizontal-spacing:10px;--dropdown-menu-sub-items-vertical-spacing-before:2px;--dropdown-menu-sub-items-vertical-spacing-between:0px;--dropdown-menu-sub-item-vertical-padding:2px;--dropdown-menu-sub-item-horizontal-padding:0px;--dropdown-menu-sub-item-padding-top:initial;--dropdown-menu-sub-item-padding-right:initial;--dropdown-menu-sub-item-padding-bottom:initial;--dropdown-menu-sub-item-padding-left:initial;--dropdown-menu-columns-number:2;--dropdown-menu-align:start;--dropdown-menu-item-align:inherit;--dropdown-menu-sub-item-align:inherit;--display-mode:navbar;--spacing-between-label-and-dropdown-icon:6px;--menu-items-main-axis-gap:12.0px;--menu-items-cross-axis-gap:10px;--orientation:horizontal;--overflow:wrap;--divider-display:none;--container-align:justify;--menu-items-justification:justify;--animation-name:none;--vertical-dropdown-display:expandCollapse;--item-hover-color:rgba(var(--color_18),1);--dropdown-menu-sub-item-hover-box-shadow:initial;--item-selected-color:rgba(var(--color_18),1);--dropdown-menu-sub-item-selected-border-bottom:initial;--scroll-button-hover-border-radius:initial;--item-hover-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-sub-item-hover-text-decoration: underline;--dropdown-menu-sub-item-selected-border-left:initial;--dropdown-menu-item-hover-letter-spacing:initial;--scroll-button-hover-border-right:1px solid rgba(var(--color_18),1);--dropdown-menu-item-hover-color:rgba(var(--color_24),1);--scroll-button-hover-border-bottom:1px solid rgba(var(--color_18),1);--dropdown-menu-item-hover-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--dropdown-menu-item-selected-border-bottom:initial;--dropdown-menu-sub-item-hover-text-highlight:initial;--dropdown-menu-item-selected-border-right:initial;--dropdown-menu-sub-item-hover-text-outline:initial;--dropdown-menu-item-hover-background:rgba(255,255,255,0);--dropdown-menu-item-selected-text-transform:initial;--dropdown-menu-sub-item-hover-line-height:initial;--scroll-button-hover-icon-display:unset;--item-selected-icon-color:rgba(26,106,255,1);--dropdown-menu-item-hover-box-shadow:initial;--item-hover-text-highlight:initial;--dropdown-menu-sub-item-selected-background:rgba(var(--color_11),0);--scroll-button-hover-padding-right:initial;--dropdown-menu-sub-item-hover-text-transform:initial;--item-hover-border-left:0px solid rgba(203,220,233,1);--item-selected-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-item-selected-text-shadow:initial;--item-hover-icon-color:rgba(var(--color_18),1);--dropdown-menu-item-selected-border-top:initial;--dropdown-menu-item-selected-border-radius:initial;--dropdown-container-hover-background:rgba(255,255,255,1);--dropdown-menu-sub-item-selected-box-shadow:initial;--scroll-button-hover-icon-color:rgba(var(--color_18),1);--item-hover-box-shadow:initial;--item-hover-background:rgba(255,255,255,0);--scroll-button-hover-icon-size:14px;--dropdown-menu-sub-item-selected-text-outline:initial;--item-hover-border-right:0px solid rgba(203,220,233,1);--dropdown-menu-item-hover-text-highlight:initial;--dropdown-menu-item-hover-border-right:initial;--item-selected-text-highlight:initial;--dropdown-menu-sub-item-hover-letter-spacing:initial;--dropdown-menu-item-selected-background:rgba(255,255,255,0);--dropdown-menu-item-hover-border-top:initial;--dropdown-menu-sub-item-selected-line-height:initial;--dropdown-menu-sub-item-hover-border-radius:initial;--dropdown-menu-sub-item-hover-color:rgba(var(--color_15),1);--dropdown-menu-sub-item-selected-text-transform:initial;--scroll-button-hover-icon-rotation:0;--item-selected-box-shadow:initial;--item-selected-border-bottom:0px solid rgba(203,220,233,1);--dropdown-menu-sub-item-selected-border-top:initial;--dropdown-menu-sub-item-selected-text-shadow:initial;--dropdown-menu-sub-item-selected-letter-spacing:initial;--dropdown-menu-sub-item-hover-border-top:initial;--item-hover-text-shadow:initial;--dropdown-menu-item-selected-border-left:initial;--dropdown-menu-item-hover-border-left:initial;--dropdown-menu-item-selected-text-outline:initial;--dropdown-menu-sub-item-selected-color:rgba(var(--color_15),1);--dropdown-menu-sub-item-hover-background:initial;--dropdown-menu-sub-item-hover-border-bottom:initial;--dropdown-menu-item-selected-text-decoration: underline;--dropdown-menu-sub-item-selected-text-highlight:initial;--dropdown-menu-item-hover-text-transform:initial;--dropdown-menu-item-hover-text-outline:initial;--dropdown-menu-sub-item-hover-border-right:initial;--dropdown-menu-item-selected-letter-spacing:initial;--dropdown-container-selected-background:rgba(255,255,255,1);--dropdown-menu-item-selected-box-shadow:initial;--item-selected-border-top:0px solid rgba(203,220,233,1);--item-selected-text-shadow:initial;--scroll-button-hover-box-shadow:initial;--item-hover-border-top:0px solid rgba(203,220,233,1);--scroll-button-hover-border-left:1px solid rgba(var(--color_18),1);--dropdown-menu-sub-item-selected-text-decoration: underline;--dropdown-menu-sub-item-selected-border-right:initial;--dropdown-menu-item-hover-text-shadow:initial;--dropdown-menu-item-hover-border-bottom:initial;--dropdown-menu-item-hover-border-radius:initial;--dropdown-menu-sub-item-selected-font:initial;--item-selected-border-right:0px solid rgba(203,220,233,1);--dropdown-menu-sub-item-hover-text-shadow:initial;--scroll-button-hover-background:rgba(var(--color_16),1);--scroll-button-hover-padding-left:initial;--dropdown-menu-sub-item-selected-border-radius:initial;--item-selected-border-radius:initial;--item-hover-border-bottom:0px solid rgba(203,220,233,1);--item-hover-border-radius:initial;--dropdown-menu-item-hover-line-height:initial;--item-selected-border-left:0px solid rgba(203,220,233,1);--item-selected-background:rgba(var(--color_11),0);--dropdown-menu-sub-item-hover-border-left:initial;--dropdown-menu-item-selected-color:rgba(var(--color_24),1);--dropdown-menu-item-hover-text-decoration: underline;--dropdown-menu-sub-item-hover-font:initial;--scroll-button-hover-border-top:1px solid rgba(var(--color_18),1);--dropdown-menu-item-selected-line-height:initial;--dropdown-menu-item-selected-text-highlight:initial;--dropdown-menu-item-selected-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkvsfdjh10_r_comp-mkwc4qdm{--container-padding-top:0px;--container-padding-right:0px;--container-padding-bottom:0px;--container-padding-left:0px;--item-font:normal normal 400 20px/1.6em inter,sans-serif;--item-vertical-padding:8px;--item-horizontal-padding:0px;--dropdown-space-above:0px;--dropdown-menu-container-vertical-padding:0px;--dropdown-menu-container-horizontal-padding:0px;--dropdown-menu-item-vertical-spacing:12px;--dropdown-menu-sub-items-vertical-spacing-between:2px;--dropdown-menu-columns-number:1;--display-mode:hamburger;--menu-items-main-axis-gap:20.0px;--menu-items-cross-axis-gap:0px;--orientation:vertical;--dropdown-menu-sub-item-selected-background:rgba(255,255,255,0.33);}#portal-comp-mkvsfdjh10_r_comp-mkwc4qdm{--container-padding-top:0px;--container-padding-right:0px;--container-padding-bottom:0px;--container-padding-left:0px;--item-font:normal normal 400 20px/1.6em inter,sans-serif;--item-vertical-padding:8px;--item-horizontal-padding:0px;--dropdown-space-above:0px;--dropdown-menu-container-vertical-padding:0px;--dropdown-menu-container-horizontal-padding:0px;--dropdown-menu-item-vertical-spacing:12px;--dropdown-menu-sub-items-vertical-spacing-between:2px;--dropdown-menu-columns-number:1;--display-mode:hamburger;--menu-items-main-axis-gap:20.0px;--menu-items-cross-axis-gap:0px;--orientation:vertical;--dropdown-menu-sub-item-selected-background:rgba(255,255,255,0.33);}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdjh10_r_comp-mkwc4qdm{--container-padding-top:0px;--container-padding-right:0px;--container-padding-bottom:0px;--container-padding-left:0px;--item-font:normal normal normal 18px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--item-vertical-padding:8px;--item-horizontal-padding:0px;--dropdown-space-above:0px;--dropdown-menu-container-vertical-padding:0px;--dropdown-menu-container-horizontal-padding:0px;--dropdown-menu-item-vertical-spacing:12px;--dropdown-menu-sub-items-vertical-spacing-between:2px;--dropdown-menu-columns-number:1;--display-mode:hamburger;--menu-items-main-axis-gap:20.0px;--menu-items-cross-axis-gap:0px;--orientation:vertical;--dropdown-menu-sub-item-selected-background:rgba(255,255,255,0.33);}#portal-comp-mkvsfdjh10_r_comp-mkwc4qdm{--container-padding-top:0px;--container-padding-right:0px;--container-padding-bottom:0px;--container-padding-left:0px;--item-font:normal normal normal 18px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--item-vertical-padding:8px;--item-horizontal-padding:0px;--dropdown-space-above:0px;--dropdown-menu-container-vertical-padding:0px;--dropdown-menu-container-horizontal-padding:0px;--dropdown-menu-item-vertical-spacing:12px;--dropdown-menu-sub-items-vertical-spacing-between:2px;--dropdown-menu-columns-number:1;--display-mode:hamburger;--menu-items-main-axis-gap:20.0px;--menu-items-cross-axis-gap:0px;--orientation:vertical;--dropdown-menu-sub-item-selected-background:rgba(255,255,255,0.33);}}:is(#comp-mkvsfdjh10_r_comp-mkwc4qf6, [id^="comp-mkvsfdjh10_r_comp-mkwc4qf6__"]){min-height:0px;--l_display:unset;height:100%;min-width:0px;width:100%;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:start;justify-self:start;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-mkvsfdjh10_r_comp-mkwc4qf6-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qf6, [id^="comp-mkvsfdjh10_r_comp-mkwc4qf6__"]):not(.comp-mkvsfdjh10_r_comp-mkwc4qf6-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qf6, [id^="comp-mkvsfdjh10_r_comp-mkwc4qf6__"]){--static-spx:1px;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]){min-height:0px;--l_display:unset;height:auto;min-width:0px;width:auto;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfo, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfo__"]){min-height:300px;--l_display:unset;height:300px;min-width:0px;width:980px;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfo, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfo__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfo-overflow-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);overflow-x:scroll;overflow-y:scroll;--sticky-offset:0px;scrollbar-width:none;overflow:-moz-scrollbars-none;-ms-overflow-style:none;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfo, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfo__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfo-container{box-sizing:border-box;position:relative;pointer-events:none;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfo, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfo__"]):not(.comp-mkvsfdjh10_r_comp-mkwc4qfo-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfo, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfo__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfo-overflow-wrapper::-webkit-scrollbar{width:0;height:0;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]){min-height:0px;--l_display:unset;height:auto;min-width:0px;width:35%;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:stretch;justify-self:end;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfw-overflow-wrapper{position:relative;display:grid;grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);overflow-x:hidden;overflow-y:scroll;--sticky-offset:0px;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfw-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:40px;padding-right:40px;padding-left:40px;padding-bottom:40px;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(779.375px,auto);grid-template-columns:minmax(0px,448fr);--container-layout-type:grid-container-layout;--container-display:grid;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]):not(.comp-mkvsfdjh10_r_comp-mkwc4qfw-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]){height:100vh;width:50%;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfw-overflow-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfw-container{padding-top:40px;padding-right:40px;padding-left:40px;padding-bottom:40px;grid-template-rows:minmax(400px,auto);grid-template-columns:minmax(0px,304.000125fr);}}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]){height:100vh;width:90%;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfw-overflow-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfw-container{padding-top:20px;padding-right:20px;padding-left:20px;padding-bottom:20px;grid-template-rows:minmax(292px,auto);grid-template-columns:minmax(0px,311fr);}}:is(#comp-mkvsfdjh10_r_comp-mkwc4qg5, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg5__"]){min-height:0px;--l_display:unset;height:auto;min-width:0px;width:81.09714673913044%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:start;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){:is(#comp-mkvsfdjh10_r_comp-mkwc4qg5, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg5__"]){width:83.2545230263158%;align-self:center;justify-self:start;margin-bottom:0px;}}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mkwc4qg5, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg5__"]){width:auto;align-self:center;justify-self:stretch;margin-bottom:245.125px;}}:is(#comp-mkvsfdjh10_r_comp-mkwc4qg5, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg5__"]){--static-spx:0.1 * var(--one-unit);}:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]){min-height:0px;--l_display:unset;height:40px;min-width:0px;width:40px;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:end;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:5px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}:is(#comp-mkvsfdjh10_r_comp-mm9fow04, [id^="comp-mkvsfdjh10_r_comp-mm9fow04__"]){width:max-content;height:auto;min-height:0px;--comp-display:unset;align-self:center;justify-self:center;pointer-events:auto;margin-right:0px;margin-left:0px;margin-bottom:0px;margin-top:0px;grid-area:1/1/2/2;position:relative;}.comp-mkvsfdjh10_r_comp-mm9fow04-container{box-sizing:border-box;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;display:var(--l_display,var(--container-display));flex-direction:row;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){:is(#comp-mkvsfdjh10_r_comp-mm9fow04, [id^="comp-mkvsfdjh10_r_comp-mm9fow04__"]){width:max-content;min-height:0px;}.comp-mkvsfdjh10_r_comp-mm9fow04-container{flex-direction:row;}}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mm9fow04, [id^="comp-mkvsfdjh10_r_comp-mm9fow04__"]){min-height:unset;--l_display:none;min-width:0px;width:64.19159544159544%;max-width:99999px;max-height:99999px;}.comp-mkvsfdjh10_r_comp-mm9fow04-container{flex-direction:column;}}:is(#comp-mkvsfdjh10_r_comp-mm9fow04, [id^="comp-mkvsfdjh10_r_comp-mm9fow04__"]){--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}:is(#comp-mkvsfdjh10_r_comp-mm9fow0a, [id^="comp-mkvsfdjh10_r_comp-mm9fow0a__"]){min-height:0px;--l_display:unset;height:auto;min-width:0px;width:max-content;max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-right:max(0.5px, 0.0078125 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:1;position:relative;}.comp-mkvsfdjh10_r_comp-mm9fow0a-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}:is(#comp-mkvsfdjh10_r_comp-mm9fow0a, [id^="comp-mkvsfdjh10_r_comp-mm9fow0a__"]):not(.comp-mkvsfdjh10_r_comp-mm9fow0a-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){:is(#comp-mkvsfdjh10_r_comp-mm9fow0a, [id^="comp-mkvsfdjh10_r_comp-mm9fow0a__"]){width:max-content;margin-right:max(0.5px, 0.0130208 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:0px;align-self:flex-start;}}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mm9fow0a, [id^="comp-mkvsfdjh10_r_comp-mm9fow0a__"]){width:auto;margin-right:0px;margin-bottom:max(0.5px, 0.0256205 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:stretch;}}:is(#comp-mkvsfdjh10_r_comp-mm9fow0a, [id^="comp-mkvsfdjh10_r_comp-mm9fow0a__"]){--font:normal normal 700 12px/1.6em inter,sans-serif;--color:rgba(var(--color_11),1);--label-display:initial;--letter-spacing:0em;--line-height:unset;--text-decoration:none;--direction:rtl;--text-align:center;--text-highlight:none;--text-transform:none;--text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--text-shadow:0px 0px 0px transparent;--background:rgba(0,0,0,1);--box-shadow:0px 1px 5px 2px rgba(254,224,71,1);--border-left:1px solid rgba(var(--color_11),1);--border-right:1px solid rgba(var(--color_11),1);--border-top:1px solid rgba(var(--color_11),1);--border-bottom:1px solid rgba(var(--color_11),1);--padding-bottom:4px;--padding-top:4px;--padding-left:8px;--padding-right:10px;--border-top-left-radius:10px;--border-top-right-radius:10px;--border-bottom-left-radius:10px;--border-bottom-right-radius:10px;--icon-display:none;--icon-size:20px;--icon-color:rgba(var(--color_11),1);--icon-rotation:0;--container-flex-direction:row;--container-justify-content:center;--container-align-items:center;--content-horizontal-alignment:center;--content-gap:10px;--label-overflow:wrap;--disabled-icon-rotation:0;--hover-border-right:1px solid rgba(var(--color_18),1);--disabled-border-bottom:1px solid rgba(199,199,199,1);--disabled-border-top:1px solid rgba(199,199,199,1);--hover-border-left:1px solid rgba(var(--color_18),1);--hover-background:rgba(0,0,0,0);--disabled-background:rgba(199,199,199,1);--disabled-border-right:1px solid rgba(199,199,199,1);--hover-box-shadow:0px 1px 5px 4px rgba(254,224,71,1);--disabled-color:#000000;--hover-border-top:1px solid rgba(var(--color_18),1);--hover-border-bottom:1px solid rgba(var(--color_18),1);--disabled-border-left:1px solid rgba(199,199,199,1);--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mm9fow0a, [id^="comp-mkvsfdjh10_r_comp-mm9fow0a__"]){--font:normal normal 400 16px/1.6em inter,sans-serif;--background:rgba(255,255,255,0);}}@media (prefers-reduced-motion: no-preference) {:is(#comp-mkvsfdjh10_r_comp-mm9fow0a, [id^="comp-mkvsfdjh10_r_comp-mm9fow0a__"]):not([data-motion-enter="done"]){animation:motion-slideIn 1500ms 500ms cubic-bezier(0.23, 1, 0.32, 1) backwards 1 paused, motion-fadeIn 1500ms 500ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace, replace;--motion-clip-start:polygon(0% 30%, 100% 30%, 100% 100%, 0% 100%);--motion-translate-x:0%;--motion-translate-y:100%;}}:is(#comp-mkvsfdjh10_r_comp-mm9fow0a, [id^="comp-mkvsfdjh10_r_comp-mm9fow0a__"]):not(.is-animating){transition:all 0.4s ease-in-out 0s, visibility 0s;--transition:all 0.4s ease-in-out 0s, visibility 0s;}:is(#comp-mkvsfdjh10_r_comp-mm9fow0a, [id^="comp-mkvsfdjh10_r_comp-mm9fow0a__"]):not(.is-animating) :not(.is-animating){transition:all 0.4s ease-in-out 0s, visibility 0s;--transition:all 0.4s ease-in-out 0s, visibility 0s;}:is(#comp-mkvsfdjh10_r_comp-mm9fow0a, [id^="comp-mkvsfdjh10_r_comp-mm9fow0a__"]){opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}:is(#comp-mkvsfdjh10_r_comp-mm9fow112, [id^="comp-mkvsfdjh10_r_comp-mm9fow112__"]){min-height:0px;--l_display:unset;height:auto;min-width:0px;width:max-content;max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}.comp-mkvsfdjh10_r_comp-mm9fow112-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}:is(#comp-mkvsfdjh10_r_comp-mm9fow112, [id^="comp-mkvsfdjh10_r_comp-mm9fow112__"]):not(.comp-mkvsfdjh10_r_comp-mm9fow112-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){:is(#comp-mkvsfdjh10_r_comp-mm9fow112, [id^="comp-mkvsfdjh10_r_comp-mm9fow112__"]){width:max-content;align-self:flex-start;}}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mm9fow112, [id^="comp-mkvsfdjh10_r_comp-mm9fow112__"]){width:auto;align-self:stretch;}}:is(#comp-mkvsfdjh10_r_comp-mm9fow112, [id^="comp-mkvsfdjh10_r_comp-mm9fow112__"]){--font:normal normal 700 12px/1.6em inter,sans-serif;--color:rgba(var(--color_11),1);--label-display:initial;--letter-spacing:0em;--line-height:unset;--text-decoration:none;--direction:rtl;--text-align:center;--text-highlight:none;--text-transform:none;--text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--text-shadow:0px 0px 0px transparent;--background:rgba(0,0,0,1);--box-shadow:0px 1px 5px 2px rgba(var(--color_24),1);--border-left:1px solid rgba(var(--color_11),1);--border-right:1px solid rgba(var(--color_11),1);--border-top:1px solid rgba(var(--color_11),1);--border-bottom:1px solid rgba(var(--color_11),1);--padding-bottom:4px;--padding-top:4px;--padding-left:8px;--padding-right:10px;--border-top-left-radius:10px;--border-top-right-radius:10px;--border-bottom-left-radius:10px;--border-bottom-right-radius:10px;--icon-display:none;--icon-size:20px;--icon-color:rgba(var(--color_11),1);--icon-rotation:0;--container-flex-direction:row;--container-justify-content:center;--container-align-items:center;--content-horizontal-alignment:center;--content-gap:10px;--label-overflow:wrap;--disabled-icon-rotation:0;--hover-border-right:1px solid rgba(var(--color_18),1);--disabled-border-bottom:1px solid rgba(199,199,199,1);--disabled-border-top:1px solid rgba(199,199,199,1);--hover-border-left:1px solid rgba(var(--color_18),1);--hover-background:rgba(0,0,0,0);--disabled-background:rgba(199,199,199,1);--disabled-border-right:1px solid rgba(199,199,199,1);--hover-box-shadow:0px 1px 5px 4px rgba(var(--color_24),1);--disabled-color:#000000;--hover-border-top:1px solid rgba(var(--color_18),1);--hover-border-bottom:1px solid rgba(var(--color_18),1);--disabled-border-left:1px solid rgba(199,199,199,1);--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mm9fow112, [id^="comp-mkvsfdjh10_r_comp-mm9fow112__"]){--font:normal normal 400 16px/1.6em inter,sans-serif;--background:rgba(255,255,255,0);}}@media (prefers-reduced-motion: no-preference) {:is(#comp-mkvsfdjh10_r_comp-mm9fow112, [id^="comp-mkvsfdjh10_r_comp-mm9fow112__"]):not([data-motion-enter="done"]){animation:motion-slideIn 1500ms 500ms cubic-bezier(0.23, 1, 0.32, 1) backwards 1 paused, motion-fadeIn 1500ms 500ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace, replace;--motion-clip-start:polygon(0% 30%, 100% 30%, 100% 100%, 0% 100%);--motion-translate-x:0%;--motion-translate-y:100%;}}:is(#comp-mkvsfdjh10_r_comp-mm9fow112, [id^="comp-mkvsfdjh10_r_comp-mm9fow112__"]):not(.is-animating){transition:all 0.4s ease-in-out 0s, visibility 0s;--transition:all 0.4s ease-in-out 0s, visibility 0s;}:is(#comp-mkvsfdjh10_r_comp-mm9fow112, [id^="comp-mkvsfdjh10_r_comp-mm9fow112__"]):not(.is-animating) :not(.is-animating){transition:all 0.4s ease-in-out 0s, visibility 0s;--transition:all 0.4s ease-in-out 0s, visibility 0s;}:is(#comp-mkvsfdjh10_r_comp-mm9fow112, [id^="comp-mkvsfdjh10_r_comp-mm9fow112__"]){opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rs, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rs__"]){width:max-content;height:auto;min-height:0px;--comp-display:unset;align-self:start;justify-self:end;pointer-events:auto;margin-right:max(0.5px, 0.0255359 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:0px;margin-top:max(0.5px, 0.3601564 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-mkvsfdjh10_r_comp-mm9fp2rs-container{box-sizing:border-box;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;display:var(--l_display,var(--container-display));flex-direction:row;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){:is(#comp-mkvsfdjh10_r_comp-mm9fp2rs, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rs__"]){width:max-content;min-height:0px;}.comp-mkvsfdjh10_r_comp-mm9fp2rs-container{flex-direction:row;}}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mm9fp2rs, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rs__"]){min-height:unset;--l_display:unset;min-width:0px;width:64.19159544159544%;max-width:99999px;max-height:99999px;justify-self:start;margin-right:0px;margin-top:max(0.5px, 0.954988 * (var(--scaling-factor) - var(--scrollbar-width)));}.comp-mkvsfdjh10_r_comp-mm9fp2rs-container{flex-direction:column;}}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rs, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rs__"]){--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rv7, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rv7__"]){min-height:0px;--l_display:unset;height:auto;min-width:0px;width:max-content;max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-right:max(0.5px, 0.0078125 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:1;position:relative;}.comp-mkvsfdjh10_r_comp-mm9fp2rv7-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rv7, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rv7__"]):not(.comp-mkvsfdjh10_r_comp-mm9fp2rv7-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){:is(#comp-mkvsfdjh10_r_comp-mm9fp2rv7, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rv7__"]){width:max-content;margin-right:max(0.5px, 0.0130208 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:0px;align-self:flex-start;}}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mm9fp2rv7, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rv7__"]){width:auto;margin-right:0px;margin-bottom:max(0.5px, 0.0256205 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:stretch;}}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rv7, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rv7__"]){--font:normal normal 700 12px/1.6em inter,sans-serif;--color:rgba(var(--color_11),1);--label-display:initial;--letter-spacing:0em;--line-height:unset;--text-decoration:none;--direction:rtl;--text-align:center;--text-highlight:none;--text-transform:none;--text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--text-shadow:0px 0px 0px transparent;--background:rgba(0,0,0,1);--box-shadow:0px 1px 5px 2px rgba(254,224,71,1);--border-left:1px solid rgba(var(--color_11),1);--border-right:1px solid rgba(var(--color_11),1);--border-top:1px solid rgba(var(--color_11),1);--border-bottom:1px solid rgba(var(--color_11),1);--padding-bottom:4px;--padding-top:4px;--padding-left:8px;--padding-right:10px;--border-top-left-radius:10px;--border-top-right-radius:10px;--border-bottom-left-radius:10px;--border-bottom-right-radius:10px;--icon-display:none;--icon-size:20px;--icon-color:rgba(var(--color_11),1);--icon-rotation:0;--container-flex-direction:row;--container-justify-content:center;--container-align-items:center;--content-horizontal-alignment:center;--content-gap:10px;--label-overflow:wrap;--disabled-icon-rotation:0;--hover-border-right:1px solid rgba(var(--color_18),1);--disabled-border-bottom:1px solid rgba(199,199,199,1);--disabled-border-top:1px solid rgba(199,199,199,1);--hover-border-left:1px solid rgba(var(--color_18),1);--hover-background:rgba(0,0,0,0);--disabled-background:rgba(199,199,199,1);--disabled-border-right:1px solid rgba(199,199,199,1);--hover-box-shadow:0px 1px 5px 4px rgba(254,224,71,1);--disabled-color:#000000;--hover-border-top:1px solid rgba(var(--color_18),1);--hover-border-bottom:1px solid rgba(var(--color_18),1);--disabled-border-left:1px solid rgba(199,199,199,1);--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mm9fp2rv7, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rv7__"]){--font:normal normal 400 16px/1.6em inter,sans-serif;--background:rgba(255,255,255,0);}}@media (prefers-reduced-motion: no-preference) {:is(#comp-mkvsfdjh10_r_comp-mm9fp2rv7, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rv7__"]):not([data-motion-enter="done"]){animation:motion-slideIn 1500ms 500ms cubic-bezier(0.23, 1, 0.32, 1) backwards 1 paused, motion-fadeIn 1500ms 500ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace, replace;--motion-clip-start:polygon(0% 30%, 100% 30%, 100% 100%, 0% 100%);--motion-translate-x:0%;--motion-translate-y:100%;}}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rv7, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rv7__"]):not(.is-animating){transition:all 0.4s ease-in-out 0s, visibility 0s;--transition:all 0.4s ease-in-out 0s, visibility 0s;}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rv7, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rv7__"]):not(.is-animating) :not(.is-animating){transition:all 0.4s ease-in-out 0s, visibility 0s;--transition:all 0.4s ease-in-out 0s, visibility 0s;}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rv7, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rv7__"]){opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rx14, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rx14__"]){min-height:0px;--l_display:unset;height:auto;min-width:0px;width:max-content;max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}.comp-mkvsfdjh10_r_comp-mm9fp2rx14-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rx14, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rx14__"]):not(.comp-mkvsfdjh10_r_comp-mm9fp2rx14-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){:is(#comp-mkvsfdjh10_r_comp-mm9fp2rx14, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rx14__"]){width:max-content;align-self:flex-start;}}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mm9fp2rx14, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rx14__"]){width:auto;align-self:stretch;}}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rx14, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rx14__"]){--font:normal normal 700 12px/1.6em inter,sans-serif;--color:rgba(var(--color_11),1);--label-display:initial;--letter-spacing:0em;--line-height:unset;--text-decoration:none;--direction:rtl;--text-align:center;--text-highlight:none;--text-transform:none;--text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--text-shadow:0px 0px 0px transparent;--background:rgba(0,0,0,1);--box-shadow:0px 1px 5px 2px rgba(var(--color_24),1);--border-left:1px solid rgba(var(--color_11),1);--border-right:1px solid rgba(var(--color_11),1);--border-top:1px solid rgba(var(--color_11),1);--border-bottom:1px solid rgba(var(--color_11),1);--padding-bottom:4px;--padding-top:4px;--padding-left:8px;--padding-right:10px;--border-top-left-radius:10px;--border-top-right-radius:10px;--border-bottom-left-radius:10px;--border-bottom-right-radius:10px;--icon-display:none;--icon-size:20px;--icon-color:rgba(var(--color_11),1);--icon-rotation:0;--container-flex-direction:row;--container-justify-content:center;--container-align-items:center;--content-horizontal-alignment:center;--content-gap:10px;--label-overflow:wrap;--disabled-icon-rotation:0;--hover-border-right:1px solid rgba(var(--color_18),1);--disabled-border-bottom:1px solid rgba(199,199,199,1);--disabled-border-top:1px solid rgba(199,199,199,1);--hover-border-left:1px solid rgba(var(--color_18),1);--hover-background:rgba(0,0,0,0);--disabled-background:rgba(199,199,199,1);--disabled-border-right:1px solid rgba(199,199,199,1);--hover-box-shadow:0px 1px 5px 4px rgba(var(--color_24),1);--disabled-color:#000000;--hover-border-top:1px solid rgba(var(--color_18),1);--hover-border-bottom:1px solid rgba(var(--color_18),1);--disabled-border-left:1px solid rgba(199,199,199,1);--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mm9fp2rx14, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rx14__"]){--font:normal normal 400 16px/1.6em inter,sans-serif;--background:rgba(255,255,255,0);}}@media (prefers-reduced-motion: no-preference) {:is(#comp-mkvsfdjh10_r_comp-mm9fp2rx14, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rx14__"]):not([data-motion-enter="done"]){animation:motion-slideIn 1500ms 500ms cubic-bezier(0.23, 1, 0.32, 1) backwards 1 paused, motion-fadeIn 1500ms 500ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace, replace;--motion-clip-start:polygon(0% 30%, 100% 30%, 100% 100%, 0% 100%);--motion-translate-x:0%;--motion-translate-y:100%;}}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rx14, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rx14__"]):not(.is-animating){transition:all 0.4s ease-in-out 0s, visibility 0s;--transition:all 0.4s ease-in-out 0s, visibility 0s;}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rx14, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rx14__"]):not(.is-animating) :not(.is-animating){transition:all 0.4s ease-in-out 0s, visibility 0s;--transition:all 0.4s ease-in-out 0s, visibility 0s;}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rx14, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rx14__"]){opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qeq, [id^="comp-mkvsfdjh10_r_comp-mkwc4qeq__"]){min-height:75px;--l_display:unset;height:auto;min-width:0px;width:100%;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:start;justify-self:start;pointer-events:auto;margin-left:0%;margin-right:0%;margin-top:0%;margin-bottom:0%;grid-area:1/1/2/2;position:relative;}.comp-mkvsfdjh10_r_comp-mkwc4qeq-container{box-sizing:border-box;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(75px,auto);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qeq, [id^="comp-mkvsfdjh10_r_comp-mkwc4qeq__"]):not(.comp-mkvsfdjh10_r_comp-mkwc4qeq-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qeq, [id^="comp-mkvsfdjh10_r_comp-mkwc4qeq__"]){--container-background:initial;--container-box-shadow:initial;--container-border-left:initial;--container-border-right:initial;--container-border-top:initial;--container-border-bottom:initial;--container-border-radius:initial;--anchor:initial;--align:initial;--horizontal-margin:initial;--space-above:initial;--isDetached:false;--static-spx:0.1 * var(--one-unit);}:is(#comp-mkvsfdjh10_r_comp-mkwc4qex, [id^="comp-mkvsfdjh10_r_comp-mkwc4qex__"]){min-height:0px;--l_display:unset;height:auto;min-width:0px;width:auto;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:stretch;pointer-events:auto;margin-left:10px;margin-right:10px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qex, [id^="comp-mkvsfdjh10_r_comp-mkwc4qex__"]){--container-background:initial;--container-box-shadow:initial;--container-border-left:initial;--container-border-right:initial;--container-border-top:initial;--container-border-bottom:initial;--container-border-radius:initial;--item-background:initial;--item-font:initial;--item-color:initial;--item-text-decoration:initial;--item-text-transform:initial;--item-text-outline:initial;--item-text-highlight:initial;--item-letter-spacing:initial;--item-line-height:initial;--item-text-shadow:initial;--item-border-left:initial;--item-border-right:initial;--item-border-top:initial;--item-border-bottom:initial;--item-border-radius:initial;--item-box-shadow:initial;--sub-item-background:initial;--sub-item-font:initial;--sub-item-color:initial;--sub-item-text-decoration:initial;--sub-item-text-transform:initial;--sub-item-text-outline:initial;--sub-item-text-highlight:initial;--sub-item-letter-spacing:initial;--sub-item-line-height:initial;--sub-item-text-shadow:initial;--sub-item-border-left:initial;--sub-item-border-right:initial;--sub-item-border-top:initial;--sub-item-border-bottom:initial;--sub-item-border-radius:initial;--sub-item-box-shadow:initial;--item-vertical-padding:initial;--item-horizontal-padding:initial;--item-padding-top:initial;--item-padding-right:initial;--item-padding-bottom:initial;--item-padding-left:initial;--container-vertical-padding:initial;--container-horizontal-padding:initial;--container-padding-top:initial;--container-padding-right:initial;--container-padding-bottom:initial;--container-padding-left:initial;--item-vertical-spacing:initial;--item-horizontal-spacing:initial;--sub-items-vertical-spacing-before:initial;--sub-items-vertical-spacing-between:initial;--sub-item-vertical-padding:initial;--sub-item-horizontal-padding:initial;--sub-item-padding-top:initial;--sub-item-padding-right:initial;--sub-item-padding-bottom:initial;--sub-item-padding-left:initial;--columns-number:initial;--align:initial;--item-align:initial;--sub-item-align:initial;--sub-item-selected-border-radius:initial;--item-hover-color:initial;--item-selected-color:initial;--sub-item-hover-text-outline:initial;--sub-item-selected-border-bottom:initial;--item-hover-text-outline:initial;--sub-item-hover-color:initial;--sub-item-selected-border-left:initial;--sub-item-hover-border-top:initial;--item-selected-text-decoration:initial;--item-selected-text-transform:initial;--sub-item-hover-border-radius:initial;--item-hover-text-highlight:initial;--sub-item-hover-text-highlight:initial;--item-selected-letter-spacing:initial;--sub-item-hover-background:initial;--item-hover-border-left:initial;--item-selected-text-outline:initial;--item-hover-letter-spacing:initial;--sub-item-hover-border-left:initial;--item-hover-box-shadow:initial;--item-hover-font:initial;--item-hover-background:initial;--item-hover-text-decoration:initial;--item-hover-border-right:initial;--item-selected-text-highlight:initial;--sub-item-hover-line-height:initial;--item-hover-text-transform:initial;--sub-item-selected-text-transform:initial;--sub-item-selected-text-outline:initial;--isDetached:false;--sub-item-selected-border-top:initial;--sub-item-hover-border-right:initial;--sub-item-selected-font:initial;--sub-item-selected-letter-spacing:initial;--item-selected-box-shadow:initial;--sub-item-hover-font:initial;--item-selected-border-bottom:initial;--item-hover-text-shadow:initial;--sub-item-selected-text-decoration:initial;--sub-item-selected-line-height:initial;--sub-item-hover-letter-spacing:initial;--item-selected-font:initial;--sub-item-selected-text-shadow:initial;--item-selected-border-top:initial;--item-selected-text-shadow:initial;--item-hover-border-top:initial;--sub-item-selected-border-right:initial;--sub-item-selected-box-shadow:initial;--item-selected-border-right:initial;--sub-item-hover-border-bottom:initial;--sub-item-hover-text-decoration:initial;--sub-item-hover-text-shadow:initial;--sub-item-selected-text-highlight:initial;--item-selected-line-height:initial;--item-selected-border-radius:initial;--item-hover-border-bottom:initial;--item-hover-border-radius:initial;--sub-item-hover-text-transform:initial;--item-hover-line-height:initial;--item-selected-border-left:initial;--item-selected-background:initial;--sub-item-hover-box-shadow:initial;--sub-item-selected-background:initial;--sub-item-selected-color:initial;--static-spx:0.1 * var(--one-unit);}#comp-mkvsfdjh10_r_comp-mm9aur5o{width:max-content;height:auto;min-height:0px;--comp-display:unset;pointer-events:auto;margin-top:0px;margin-left:0px;margin-right:0px;margin-bottom:0px;align-self:center;order:2;position:relative;}.comp-mkvsfdjh10_r_comp-mm9aur5o-container{box-sizing:border-box;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;display:var(--l_display,var(--container-display));flex-direction:row;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkvsfdjh10_r_comp-mm9aur5o{width:max-content;min-height:0px;margin-right:20px;align-self:center;order:1;}.comp-mkvsfdjh10_r_comp-mm9aur5o-container{flex-direction:row;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdjh10_r_comp-mm9aur5o{min-height:unset;--l_display:none;min-width:0px;width:max(0.5px, 0.4266436 * (var(--scaling-factor) - var(--scrollbar-width)));max-width:99999px;max-height:99999px;margin-right:max(0.5px, 0.0256205 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:flex-start;order:1;}.comp-mkvsfdjh10_r_comp-mm9aur5o-container{flex-direction:column;}}#comp-mkvsfdjh10_r_comp-mm9aur5o{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mkvsfdjh10_r_comp-mkv87yym{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:max-content;max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-right:max(0.5px, 0.0078125 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:1;position:relative;}.comp-mkvsfdjh10_r_comp-mkv87yym-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkvsfdjh10_r_comp-mkv87yym:not(.comp-mkvsfdjh10_r_comp-mkv87yym-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkvsfdjh10_r_comp-mkv87yym{width:max-content;margin-right:max(0.5px, 0.0130208 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:0px;align-self:flex-start;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdjh10_r_comp-mkv87yym{width:auto;margin-right:0px;margin-bottom:max(0.5px, 0.0256205 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:stretch;}}#comp-mkvsfdjh10_r_comp-mkv87yym{--font:normal normal 700 12px/1.6em inter,sans-serif;--color:rgba(var(--color_11),1);--label-display:initial;--letter-spacing:0em;--line-height:unset;--text-decoration:none;--direction:rtl;--text-align:center;--text-highlight:none;--text-transform:none;--text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--text-shadow:0px 0px 0px transparent;--background:rgba(0,0,0,1);--box-shadow:0px 1px 5px 2px rgba(254,224,71,1);--border-left:1px solid rgba(var(--color_11),1);--border-right:1px solid rgba(var(--color_11),1);--border-top:1px solid rgba(var(--color_11),1);--border-bottom:1px solid rgba(var(--color_11),1);--padding-bottom:4px;--padding-top:4px;--padding-left:8px;--padding-right:10px;--border-top-left-radius:10px;--border-top-right-radius:10px;--border-bottom-left-radius:10px;--border-bottom-right-radius:10px;--icon-display:none;--icon-size:20px;--icon-color:rgba(var(--color_11),1);--icon-rotation:0;--container-flex-direction:row;--container-justify-content:center;--container-align-items:center;--content-horizontal-alignment:center;--content-gap:10px;--label-overflow:wrap;--disabled-icon-rotation:0;--hover-border-right:1px solid rgba(var(--color_18),1);--disabled-border-bottom:1px solid rgba(199,199,199,1);--disabled-border-top:1px solid rgba(199,199,199,1);--hover-border-left:1px solid rgba(var(--color_18),1);--hover-background:rgba(0,0,0,0);--disabled-background:rgba(199,199,199,1);--disabled-border-right:1px solid rgba(199,199,199,1);--hover-box-shadow:0px 1px 5px 4px rgba(254,224,71,1);--disabled-color:#000000;--hover-border-top:1px solid rgba(var(--color_18),1);--hover-border-bottom:1px solid rgba(var(--color_18),1);--disabled-border-left:1px solid rgba(199,199,199,1);--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdjh10_r_comp-mkv87yym{--font:normal normal 400 16px/1.6em inter,sans-serif;--background:rgba(255,255,255,0);}}@media (prefers-reduced-motion: no-preference) {#comp-mkvsfdjh10_r_comp-mkv87yym:not([data-motion-enter="done"]){animation:motion-slideIn 1500ms 500ms cubic-bezier(0.23, 1, 0.32, 1) backwards 1 paused, motion-fadeIn 1500ms 500ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace, replace;--motion-clip-start:polygon(0% 30%, 100% 30%, 100% 100%, 0% 100%);--motion-translate-x:0%;--motion-translate-y:100%;}}#comp-mkvsfdjh10_r_comp-mkv87yym:not(.is-animating){transition:all 0.4s ease-in-out 0s, visibility 0s;--transition:all 0.4s ease-in-out 0s, visibility 0s;}#comp-mkvsfdjh10_r_comp-mkv87yym:not(.is-animating) :not(.is-animating){transition:all 0.4s ease-in-out 0s, visibility 0s;--transition:all 0.4s ease-in-out 0s, visibility 0s;}#comp-mkvsfdjh10_r_comp-mkv87yym{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mkvsfdjh10_r_comp-mm1wq6gu{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:max-content;max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}.comp-mkvsfdjh10_r_comp-mm1wq6gu-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkvsfdjh10_r_comp-mm1wq6gu:not(.comp-mkvsfdjh10_r_comp-mm1wq6gu-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkvsfdjh10_r_comp-mm1wq6gu{width:max-content;align-self:flex-start;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdjh10_r_comp-mm1wq6gu{width:auto;align-self:stretch;}}#comp-mkvsfdjh10_r_comp-mm1wq6gu{--font:normal normal 700 12px/1.6em inter,sans-serif;--color:rgba(var(--color_11),1);--label-display:initial;--letter-spacing:0em;--line-height:unset;--text-decoration:none;--direction:rtl;--text-align:center;--text-highlight:none;--text-transform:none;--text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--text-shadow:0px 0px 0px transparent;--background:rgba(0,0,0,1);--box-shadow:0px 1px 5px 2px rgba(var(--color_24),1);--border-left:1px solid rgba(var(--color_11),1);--border-right:1px solid rgba(var(--color_11),1);--border-top:1px solid rgba(var(--color_11),1);--border-bottom:1px solid rgba(var(--color_11),1);--padding-bottom:4px;--padding-top:4px;--padding-left:8px;--padding-right:10px;--border-top-left-radius:10px;--border-top-right-radius:10px;--border-bottom-left-radius:10px;--border-bottom-right-radius:10px;--icon-display:none;--icon-size:20px;--icon-color:rgba(var(--color_11),1);--icon-rotation:0;--container-flex-direction:row;--container-justify-content:center;--container-align-items:center;--content-horizontal-alignment:center;--content-gap:10px;--label-overflow:wrap;--disabled-icon-rotation:0;--hover-border-right:1px solid rgba(var(--color_18),1);--disabled-border-bottom:1px solid rgba(199,199,199,1);--disabled-border-top:1px solid rgba(199,199,199,1);--hover-border-left:1px solid rgba(var(--color_18),1);--hover-background:rgba(0,0,0,0);--disabled-background:rgba(199,199,199,1);--disabled-border-right:1px solid rgba(199,199,199,1);--hover-box-shadow:0px 1px 5px 4px rgba(var(--color_24),1);--disabled-color:#000000;--hover-border-top:1px solid rgba(var(--color_18),1);--hover-border-bottom:1px solid rgba(var(--color_18),1);--disabled-border-left:1px solid rgba(199,199,199,1);--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdjh10_r_comp-mm1wq6gu{--font:normal normal 400 16px/1.6em inter,sans-serif;--background:rgba(255,255,255,0);}}@media (prefers-reduced-motion: no-preference) {#comp-mkvsfdjh10_r_comp-mm1wq6gu:not([data-motion-enter="done"]){animation:motion-slideIn 1500ms 500ms cubic-bezier(0.23, 1, 0.32, 1) backwards 1 paused, motion-fadeIn 1500ms 500ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace, replace;--motion-clip-start:polygon(0% 30%, 100% 30%, 100% 100%, 0% 100%);--motion-translate-x:0%;--motion-translate-y:100%;}}#comp-mkvsfdjh10_r_comp-mm1wq6gu:not(.is-animating){transition:all 0.4s ease-in-out 0s, visibility 0s;--transition:all 0.4s ease-in-out 0s, visibility 0s;}#comp-mkvsfdjh10_r_comp-mm1wq6gu:not(.is-animating) :not(.is-animating){transition:all 0.4s ease-in-out 0s, visibility 0s;--transition:all 0.4s ease-in-out 0s, visibility 0s;}#comp-mkvsfdjh10_r_comp-mm1wq6gu{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-ml2e1qpg{min-height:0px;height:auto;min-width:0px;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;grid-area:2/1/3/2;position:relative;}.comp-ml2e1qpg-container{box-sizing:border-box;padding-left:80px;padding-top:80px;padding-right:80px;padding-bottom:80px;row-gap:20.001px;column-gap:20.001px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.3508789 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:1fr 1fr;--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){.comp-ml2e1qpg-container{padding-left:20px;padding-top:40px;padding-right:20px;padding-bottom:40px;row-gap:20.001px;column-gap:20.001px;grid-template-rows:minmax(max(0.5px, 0.3508789 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:1fr 1fr;}}@media screen and (min-width: 320px) and (max-width: 750px){.comp-ml2e1qpg-container{padding-left:8vw;padding-top:40px;padding-right:8vw;padding-bottom:40px;row-gap:12px;column-gap:12px;grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.7692308 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,1fr);}}#comp-ml2e1qpg{--bg:255,255,255;--alpha-bg:0;--static-spx:0.1 * var(--one-unit);}#comp-ml2e1qpy{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-ml2e1qpy .comp-ml2e1qpy-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:40px;padding-bottom:40px;padding-left:0px;padding-right:0px;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qpy .comp-ml2e1qpy-container{padding-top:0px;padding-bottom:0px;grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}#comp-ml2e1qpy{--brw:0px;--brd:var(--color_15);--bg:255,255,255;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-ml2e1qq06{width:90.56938559322033%;height:auto;--l_display:unset;--comp-display:unset;align-self:start;justify-self:start;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-ml2e1qq06-container{box-sizing:border-box;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-ml2e1qq06{width:100%;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qq06{min-width:0px;width:100.11934959051797%;max-width:99999px;align-self:center;justify-self:center;}.comp-ml2e1qq06-container{padding-top:20px;padding-bottom:20px;}}#comp-ml2e1qq06{--brw:0px;--brd:var(--color_15);--bg:255,255,255;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-ml2e1qq25{width:99.9562448286288%;height:auto;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:10.1328125px;align-self:flex-start;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qq25{min-width:0px;width:100%;max-width:99999px;margin-bottom:20px;align-self:center;}}#comp-ml2e1qq25{--static-spx:0.1 * var(--one-unit);}#comp-ml2e1qq55{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:100.03136762860727%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:40px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qq55{width:100.11923498831497%;margin-right:max(0.5px, 0.0015625 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:20px;align-self:center;}}#comp-ml2e1qq55{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--fontStyle:normal;--color:var(--color_11);--alpha-color:1;--textAlign:left;--fontFamily:dm-sans,sans-serif;--letterSpacing:0em;--lineHeight:1.6em;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qq55{--fontSize:16px;}}#comp-ml2e1qq76{min-height:35px;--l_display:unset;height:auto;min-width:min-content;width:188.1796875px;max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:10px;align-self:flex-start;order:3;position:relative;}.comp-ml2e1qq76-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-ml2e1qq76:not(.comp-ml2e1qq76-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qq76{min-height:46px;width:59.146341463414636%;margin-bottom:20px;}}#comp-ml2e1qq76.variants-ml2e1qqa1{--font:normal normal 600 14px/1.6em inter,sans-serif;--box-shadow:inset 0px 1px 3px 3px rgba(var(--color_24),1);}#comp-ml2e1qq76{--font:normal normal 700 12px/1.6em inter,sans-serif;--color:rgba(var(--color_11),1);--label-display:initial;--letter-spacing:0em;--line-height:unset;--text-decoration:none;--direction:rtl;--text-align:center;--text-highlight:none;--text-transform:none;--text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--text-shadow:0px 0px 0px transparent;--background:rgba(0,0,0,1);--box-shadow:0px 1px 5px 2px rgba(var(--color_24),1);--border-left:1px solid rgba(var(--color_11),1);--border-right:1px solid rgba(var(--color_11),1);--border-top:1px solid rgba(var(--color_11),1);--border-bottom:1px solid rgba(var(--color_11),1);--padding-bottom:5px;--padding-top:5px;--padding-left:5px;--padding-right:5px;--border-top-left-radius:10px;--border-top-right-radius:10px;--border-bottom-left-radius:10px;--border-bottom-right-radius:10px;--icon-display:none;--icon-size:20px;--icon-color:rgba(var(--color_11),1);--icon-rotation:0;--container-flex-direction:row;--container-justify-content:center;--container-align-items:center;--content-horizontal-alignment:center;--content-gap:10px;--label-overflow:wrap;--disabled-icon-rotation:0;--hover-border-right:1px solid rgba(var(--color_18),1);--disabled-border-bottom:1px solid rgba(199,199,199,1);--disabled-border-top:1px solid rgba(199,199,199,1);--hover-border-left:1px solid rgba(var(--color_18),1);--hover-background:rgba(0,0,0,0);--disabled-background:rgba(199,199,199,1);--disabled-border-right:1px solid rgba(199,199,199,1);--hover-box-shadow:0px 1px 5px 4px rgba(var(--color_24),1);--disabled-color:#000000;--hover-border-top:1px solid rgba(var(--color_18),1);--hover-border-bottom:1px solid rgba(var(--color_18),1);--disabled-border-left:1px solid rgba(199,199,199,1);--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qq76{--font:normal normal 700 16px/1.6em inter,sans-serif;}}#comp-ml2e1qq76:not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-ml2e1qq76:not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-ml2e1qq76.variants-ml2e1qqa1, #comp-ml2e1qq76.variants-ml2e1qqa1 :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-ml2e1qq76.variants-ml2e1qqa1, #comp-ml2e1qq76.variants-ml2e1qqa1 :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-ml2e1qq76.variants-ml2e1qqd, #comp-ml2e1qq76.variants-ml2e1qqd :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-ml2e1qq76.variants-ml2e1qqd, #comp-ml2e1qq76.variants-ml2e1qqd :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-ml2e1qq76{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-ml2e1qq76.variants-ml2e1qqd{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1.02)scaleY(1.02)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-ml2e1qr8{min-height:unset;--l_display:unset;height:auto;--aspect-ratio:0.31851675778464467;min-width:0px;width:36.90458785344601%;max-width:99999px;max-height:99999px;aspect-ratio:1/var(--aspect-ratio);--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:5px;align-self:flex-start;order:4;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-ml2e1qr8{--aspect-ratio:0.28854932792290133;width:36.891975627388206%;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qr8{--aspect-ratio:0.2884908536585366;width:100.11923498831497%;margin-bottom:20px;}}#comp-ml2e1qr8{--backgroundColor:0,0,0;--borderColor:255,255,255;--borderWidth:0px;--cornerRadius:0px;--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--alpha-borderColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}#comp-ml2e1qr8 wow-image{overflow:clip;}#comp-ml2e1qr8 wow-image img{height:100%;}#comp-ml2e1qra6{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:84.14993726474279%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:5;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qra6{width:100.11923498831497%;margin-right:max(0.5px, 0.0015625 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:center;}}#comp-ml2e1qra6{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--lineHeight:1.6em;--letterSpacing:0em;--fontSize:10px;--textAlign:left;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qra6{--fontSize:14px;}}#comp-ml2e1qrc{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/2/2/3;position:relative;}#comp-ml2e1qrc .comp-ml2e1qrc-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:0px;padding-right:80px;padding-left:80px;padding-bottom:0px;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-ml2e1qrc .comp-ml2e1qrc-container{padding-right:20px;padding-left:20px;grid-template-rows:minmax(max-content,100%);}#comp-ml2e1qrc{grid-area:1/2/2/3;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qrc .comp-ml2e1qrc-container{padding-right:0px;padding-left:0px;grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-ml2e1qrc{grid-area:2/1/3/2;}}#comp-ml2e1qrc{--brw:0px;--brd:var(--color_15);--bg:255,255,255;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-ml2e1qrd5{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:auto;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-ml2e1qrd5{--backgroundColor:0,0,0;--borderColor:255,255,255;--borderWidth:0px;--cornerRadius:max(0.5px, 0.0118766 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118766 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118766 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118766 * (var(--scaling-factor) - var(--scrollbar-width)));--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--alpha-borderColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}@media (prefers-reduced-motion: no-preference) {#comp-ml2e1qrd5:not([data-motion-enter="done"]){animation:none;animation-composition:replace;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qrd5:not([data-motion-enter="done"]){animation:motion-floatIn 1200ms 1ms cubic-bezier(0.445, 0.05, 0.55, 0.95) backwards 1 paused;animation-composition:replace;--motion-translate-x:0px;--motion-translate-y:120px;}}}#comp-ml2e1qrd5 wow-image{overflow:clip;}#comp-ml2e1qrd5 wow-image img{height:100%;}#comp-mm4r2wvx{height:auto;min-height:0px;--comp-display:unset;align-self:stretch;justify-self:stretch;pointer-events:auto;grid-area:3/1/4/2;position:relative;}.comp-mm4r2wvx-container{box-sizing:border-box;padding-top:40px;padding-right:0px;padding-left:0px;padding-bottom:40px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(min(-0.5px, -0.0171875 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4r2wvx{--l_display:unset;grid-area:4/1/5/2;}.comp-mm4r2wvx-container{padding-right:0px;padding-left:0px;grid-template-rows:minmax(min(-0.5px, -0.0234375 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4r2wvx{--l_display:unset;grid-area:3/1/4/2;}.comp-mm4r2wvx-container{padding-right:60px;padding-left:20px;grid-template-rows:minmax(min(-0.5px, -0.0234385 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}#comp-mm4r2wvx{--bg:var(--color_11);--alpha-bg:0;--static-spx:1px;}#comp-mm4r2x5t{min-height:10px;height:auto;min-width:0px;width:auto;max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0%;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-mm4r2x5t{--static-spx:1px;}#comp-mkvsfdba2{min-height:0px;--comp-display:flex;--l_display:unset;height:auto;min-width:0px;max-width:99999px;max-height:99999px;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;grid-area:4/1/5/2;position:relative;}#comp-mkvsfdba2 .comp-mkvsfdba2-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:80px;padding-right:0px;padding-left:0px;padding-bottom:80px;row-gap:10px;column-gap:0px;max-width:var(--variables-m28o2bcx);margin-left:clamp(0px, (100% - var(--variables-m28o2bcx)) / 2, 100 * var(--one-unit));--section-max-width:var(--variables-m28o2bcx);flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.0160718 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.1328128 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.0468744 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.1328128 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkvsfdba2 .comp-mkvsfdba2-container-pinned{max-width:var(--variables-m28o2bcx);margin-left:clamp(0px, (100% - var(--variables-m28o2bcx)) / 2, 100 * var(--one-unit));--section-max-width:var(--variables-m28o2bcx);height:100%;width:100%;position:absolute;display:grid;pointer-events:none;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkvsfdba2 .comp-mkvsfdba2-container{padding-top:40px;padding-bottom:40px;row-gap:10px;column-gap:0px;grid-template-rows:minmax(max(0.5px, 0.0160718 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.1562513 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.0520846 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.1562513 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mkvsfdba2{grid-area:3/1/4/2;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdba2 .comp-mkvsfdba2-container{padding-top:0px;padding-bottom:0px;row-gap:max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width)));column-gap:max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width)));grid-template-rows:minmax(min(-0.5px, -0.0046077 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(min(-0.5px, -0.0206667 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(min(-0.5px, -0.0206667 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mkvsfdba2{grid-area:4/1/5/2;}}#comp-mkvsfdba2{--bg:var(--color_11);--alpha-bg:0;--static-spx:0.1 * var(--one-unit);}#comp-mm4rgr83{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:3/1/4/2;position:relative;}#comp-mm4rgr83 .comp-mm4rgr83-container{box-sizing:border-box;position:relative;pointer-events:none;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4rgr83 .comp-mm4rgr83-container{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}#comp-mm4rgr83{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mkyp7sl1{min-height:0px;height:auto;min-width:0px;width:auto;max-width:99999px;--comp-display:unset;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-right:0px;margin-left:0px;margin-bottom:0px;margin-top:0px;grid-area:1/1/2/2;position:relative;}#comp-mkyp7sl1 .comp-mkyp7sl1-overflow-wrapper{position:relative;display:grid;grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);overflow-x:hidden;overflow-y:hidden;}#comp-mkyp7sl1 .comp-mkyp7sl1-container{box-sizing:border-box;position:relative;pointer-events:none;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkyp7sl1:not(.comp-mkyp7sl1-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkyp7sl1{height:30%;width:100%;align-self:center;justify-self:center;}#comp-mkyp7sl1 .comp-mkyp7sl1-overflow-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;}}#comp-mkyp89qv{min-height:0px;--l_display:unset;height:100%;min-width:0px;width:15.061323092170467%;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:center;justify-self:start;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-mkyp89qv-container{box-sizing:border-box;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.05 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,189.9614375fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkyp89qv{--l_display:none;height:75%;width:15%;align-self:start;}.comp-mkyp89qv-container{padding-top:20px;padding-bottom:20px;row-gap:20px;column-gap:20px;grid-template-rows:minmax(max(0.5px, 0.2820513 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,58.5000125fr);}}#comp-mkyp89qv{--brw:0px;--brd:0,0,0;--bg:0,0,0;--alpha-bg:0;--rd:0px 0px 0px 0px;--shd:none;--gradient:none;--alpha-brd:1;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:linear-gradient(270deg, rgba(33,31,36,0) 0%, rgba(0,0,0,0.79) 38.22502337004009%, #000000 74.28728739420572%);}#comp-mkyp8t06{min-height:0px;--l_display:unset;height:100%;min-width:0px;width:15%;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:center;justify-self:end;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-mkyp8t06-container{box-sizing:border-box;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.05 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,180.00025fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkyp8t06{--l_display:none;height:75%;align-self:start;}.comp-mkyp8t06-container{padding-top:20px;padding-bottom:20px;row-gap:20px;column-gap:20px;grid-template-rows:minmax(max(0.5px, 0.2820513 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,58.5fr);}}#comp-mkyp8t06{--brw:0px;--brd:0,0,0;--bg:0,0,0;--alpha-bg:0;--rd:0px 0px 0px 0px;--shd:none;--gradient:none;--alpha-brd:1;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:linear-gradient(90deg, rgba(33,31,36,0) 0%, rgba(0,0,0,0.79) 38.22502337004009%, #000000 74.28728739420572%);}#comp-mm4rf54h{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:2/1/3/2;position:relative;}#comp-mm4rf54h .comp-mm4rf54h-container{box-sizing:border-box;position:relative;pointer-events:none;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4rf54h .comp-mm4rf54h-container{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}#comp-mm4rf54h{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mkvsfdbi{min-height:0px;height:auto;min-width:0px;width:auto;max-width:99999px;--comp-display:unset;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-mkvsfdbi .comp-mkvsfdbi-overflow-wrapper{position:relative;display:grid;grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);overflow-x:hidden;overflow-y:hidden;}#comp-mkvsfdbi .comp-mkvsfdbi-container{box-sizing:border-box;position:relative;pointer-events:none;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkvsfdbi:not(.comp-mkvsfdbi-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#comp-mkwikpyx{min-height:0px;--l_display:unset;height:100%;min-width:0px;width:15.061323092170467%;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:center;justify-self:start;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-mkwikpyx-container{box-sizing:border-box;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.1312513 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,189.96090625fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwikpyx{--l_display:none;height:auto;width:15%;}.comp-mkwikpyx-container{padding-top:20px;padding-bottom:20px;row-gap:20px;column-gap:20px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,58.5fr);}}#comp-mkwikpyx{--brw:0px;--brd:0,0,0;--bg:0,0,0;--alpha-bg:0;--rd:0px 0px 0px 0px;--shd:none;--gradient:none;--alpha-brd:1;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:linear-gradient(270deg, rgba(33,31,36,0) 0%, rgba(0,0,0,0.79) 38.22502337004009%, #000000 74.28728739420572%);}#comp-mkwin2dh{min-height:0px;--l_display:unset;height:100%;min-width:0px;width:15%;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:center;justify-self:end;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-mkwin2dh-container{box-sizing:border-box;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.1312513 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,179.9996875fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwin2dh{--l_display:none;height:auto;}.comp-mkwin2dh-container{padding-top:20px;padding-bottom:20px;row-gap:20px;column-gap:20px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,58.5fr);}}#comp-mkwin2dh{--brw:0px;--brd:0,0,0;--bg:0,0,0;--alpha-bg:0;--rd:0px 0px 0px 0px;--shd:none;--gradient:none;--alpha-brd:1;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:linear-gradient(90deg, rgba(33,31,36,0) 0%, rgba(0,0,0,0.79) 38.22502337004009%, #000000 74.28728739420572%);}#comp-mm4re0ia{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:4/1/5/2;position:relative;}#comp-mm4re0ia .comp-mm4re0ia-container{box-sizing:border-box;position:relative;pointer-events:none;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4re0ia .comp-mm4re0ia-container{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}#comp-mm4re0ia{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mkwisj6y{min-height:0px;height:auto;min-width:0px;width:auto;max-width:99999px;--comp-display:unset;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-mkwisj6y .comp-mkwisj6y-overflow-wrapper{position:relative;display:grid;grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);overflow-x:hidden;overflow-y:hidden;}#comp-mkwisj6y .comp-mkwisj6y-container{box-sizing:border-box;position:relative;pointer-events:none;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkwisj6y:not(.comp-mkwisj6y-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#comp-mkwisj2x{min-height:0px;--l_display:unset;height:100%;min-width:0px;width:15.061323092170467%;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:center;justify-self:start;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-mkwisj2x-container{box-sizing:border-box;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.1328128 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,189.96090625fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwisj2x{--l_display:none;width:15%;}.comp-mkwisj2x-container{padding-top:20px;padding-bottom:20px;row-gap:20px;column-gap:20px;grid-template-rows:minmax(max(0.5px, 0.8410051 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,58.5fr);}}#comp-mkwisj2x{--brw:0px;--brd:0,0,0;--bg:0,0,0;--alpha-bg:0;--rd:0px 0px 0px 0px;--shd:none;--gradient:none;--alpha-brd:1;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:linear-gradient(270deg, rgba(33,31,36,0) 0%, rgba(0,0,0,0.79) 38.22502337004009%, #000000 74.28728739420572%);}#comp-mkwisiyj{min-height:0px;--l_display:unset;height:100%;min-width:0px;width:16.885839940535185%;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:center;justify-self:end;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-mkwisiyj-container{box-sizing:border-box;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.1328128 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,213.972625fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwisiyj{--l_display:none;width:15%;}.comp-mkwisiyj-container{padding-top:20px;padding-bottom:20px;row-gap:20px;column-gap:20px;grid-template-rows:minmax(max(0.5px, 0.8410051 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,58.5fr);}}#comp-mkwisiyj{--brw:0px;--brd:0,0,0;--bg:0,0,0;--alpha-bg:0;--rd:0px 0px 0px 0px;--shd:none;--gradient:none;--param_number_previewHover:0.0;--alpha-brd:1;--param_number_m_designedPresetId:-1.0;--param_font_galleryLayoutType:"custom";--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:linear-gradient(90deg, rgba(33,31,36,0) 0%, rgba(0,0,0,0.79) 38.22502337004009%, #000000 74.28728739420572%);}#comp-mm4re0i0{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}#comp-mm4re0i0 .comp-mm4re0i0-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:40px;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4re0i0 .comp-mm4re0i0-container{padding-top:8px;padding-right:8vw;padding-left:8vw;padding-bottom:8px;grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}#comp-mm4re0i0{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mkvsfdbe1{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:69.647216796875%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:center;pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdbe1{width:100.11934959051797%;align-self:center;margin-right:0.008999999999957708px;}}#comp-mkvsfdbe1{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textAlign:center;--color:var(--color_11);--alpha-color:1;--fontSize:33px;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdbe1{--fontSize:22px;}}#comp-mkweq5z2{min-height:0px;--l_display:unset;height:auto;min-width:0px;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;grid-area:5/1/6/2;position:relative;}.comp-mkweq5z2-container{box-sizing:border-box;padding-top:80px;padding-right:80px;padding-left:80px;padding-bottom:80px;row-gap:40px;column-gap:20px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.0781234 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.3873531 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:0.24999051690533128fr 0.2500034300555185fr 0.2500027944864077fr 0.25000325855274247fr;--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){.comp-mkweq5z2-container{padding-top:40px;padding-right:20px;padding-left:20px;padding-bottom:40px;row-gap:40px;column-gap:10px;grid-template-rows:minmax(max(0.5px, 0.0781237 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.5973008 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:0.24999051690533128fr 0.2500034300555185fr 0.2500027944864077fr 0.25000325855274247fr;}}@media screen and (min-width: 320px) and (max-width: 750px){.comp-mkweq5z2-container{padding-top:40px;padding-right:0px;padding-left:0px;padding-bottom:40px;row-gap:12px;column-gap:12px;grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,1fr);}}#comp-mkweq5z2{--bg:18,31,54;--alpha-bg:0;--static-spx:0.1 * var(--one-unit);}#comp-mm4rkw2y{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/5;position:relative;}#comp-mm4rkw2y .comp-mm4rkw2y-container{box-sizing:border-box;position:relative;pointer-events:none;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4rkw2y{grid-area:1/1/2/5;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4rkw2y .comp-mm4rkw2y-container{padding-top:8px;padding-bottom:8px;padding-left:8vw;padding-right:8vw;grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mm4rkw2y{grid-area:1/1/2/2;}}#comp-mm4rkw2y{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mkyo4vab{width:97.38020712124188%;height:auto;--comp-display:unset;align-self:start;justify-self:start;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}.comp-mkyo4vab-container{box-sizing:border-box;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkyo4vab{width:95.33048930921052%;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkyo4vab{min-width:0px;width:100.11934959051797%;max-width:99999px;align-self:center;justify-self:center;margin-right:0.008999999999957708px;}.comp-mkyo4vab-container{padding-top:20px;padding-bottom:20px;}}#comp-mkyo4vab{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-ml0ovi3l{width:77.1269002453174%;height:auto;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:10.135px;align-self:flex-start;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-ml0ovi3l{width:94.22859906496856%;margin-bottom:10.1328125px;align-self:flex-start;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml0ovi3l{min-width:0px;width:100%;max-width:99999px;margin-bottom:20px;align-self:center;}}#comp-ml0ovi3l{--static-spx:0.1 * var(--one-unit);}#comp-mkwj3cch{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:81.76556545657718%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:max(0.5px, 0.0004023 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkwj3cch{width:99.89682411736257%;margin-left:0px;margin-right:0px;align-self:flex-end;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwj3cch{width:99.90234375%;margin-left:0px;margin-right:max(0.5px, 0.0017428 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:center;}}#comp-mkwj3cch{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--lineHeight:normal;--fontSize:20px;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkwj3cch{--fontSize:18px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwj3cch{--fontSize:18spx;}}#comp-mkweq602{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:2/1/3/2;position:relative;}#comp-mkweq602 .comp-mkweq602-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkweq602 .comp-mkweq602-container{grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}#comp-mkweq602{--brw:0px;--brd:var(--color_15);--bg:18,31,54;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mkweq6033{min-height:0px;--comp-display:flex;--l_display:unset;height:auto;min-width:0px;width:auto;max-width:99999px;max-height:99999px;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:100px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-mkweq6033 .comp-mkweq6033-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,99.99999999999999%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkweq6033 .comp-mkweq6033-container{row-gap:20px;column-gap:20px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mkweq6033{margin-left:31px;margin-right:31px;margin-top:0px;}}#comp-mkweq6033{--brw:0px;--brd:var(--color_25);--bg:7,18,15;--rd:5px 5px 5px 5px;--shd:none;--gradient:none;--alpha-brd:1;--alpha-bg:0;--backdrop-filter:none;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkweq6033{--rd:max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media (prefers-reduced-motion: no-preference) {#comp-mkweq6033:not([data-motion-enter="done"]){animation:motion-revealIn 1200ms 1ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace;--motion-clip-start:polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);}}#comp-mkweq6033:not(.is-animating){transition:all 0.2s ease-in-out 0s, visibility 0s;--transition:all 0.2s ease-in-out 0s, visibility 0s;}#comp-mm1xduey{min-height:0px;height:auto;min-width:0px;width:auto;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm1xduey{max-width:99999px;max-height:99999px;}}#comp-mm1xduey{--backgroundColor:0,0,0;--borderColor:255,255,255;--alpha-borderColor:1;--borderWidth:0px;--cornerRadius:20px 20px 20px 20px;--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm1xduey{--cornerRadius:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));}}#comp-mm1xduey wow-image{overflow:clip;}#comp-mm1xduey wow-image img{height:100%;}#comp-mm9879sp{width:85.11421916040214%;height:auto;--comp-display:unset;align-self:start;justify-self:center;pointer-events:auto;margin-top:max(0.5px, 0.015625 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:max(0.5px, 0.0000064 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}.comp-mm9879sp-container{box-sizing:border-box;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm9879sp{min-width:0px;width:100%;max-width:99999px;margin-top:0%;margin-left:0px;}.comp-mm9879sp-container{padding-top:20px;padding-bottom:20px;padding-right:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));padding-left:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));}}#comp-mm9879sp{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm97l7lh{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:99.6536076760539%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:max(0.5px, 0.0039063 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:flex-start;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97l7lh{width:99.93807164634147%;margin-left:max(0.5px, 0.0020433 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:20px;align-self:center;}}#comp-mm97l7lh{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--fontWeight:700;--fontFamily:dm-sans,sans-serif;--color:var(--color_15);--alpha-color:1;--fontSize:45px;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97l7lh{--fontSize:26spx;}}#comp-mkweq6152{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:99.65716917121102%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:0px;margin-left:max(0.5px, 0.0006042 * (var(--scaling-factor) - var(--scrollbar-width)));margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkweq6152{width:99.93807164634147%;margin-left:max(0.5px, 0.0020433 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:center;}}#comp-mkweq6152{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--fontStyle:normal;--color:var(--color_16);--alpha-color:1;--fontFamily:dm-sans,sans-serif;--letterSpacing:0em;--lineHeight:1.6em;--fontSize:19px;--fontWeight:700;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkweq6152{--fontSize:16px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkweq6152{--fontSize:16spx;}}#comp-mkweq618{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:84.81358540173908%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:end;justify-self:start;pointer-events:auto;margin-left:max(0.5px, 0.0155205 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:0px;margin-top:max(0.5px, 0.0156256 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:max(0.5px, 0.0156256 * (var(--scaling-factor) - var(--scrollbar-width)));grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkweq618{width:84.81358540173908%;align-self:end;justify-self:center;margin-left:0px;margin-right:max(0.5px, 0.0001897 * (var(--scaling-factor) - var(--scrollbar-width)));margin-top:0px;margin-bottom:max(0.5px, 0.026041 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkweq618{width:87.75009527439025%;align-self:start;justify-self:start;margin-left:20px;margin-right:0px;margin-top:48.59470274390244%;margin-bottom:20px;}}#comp-mkweq618{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--color:0,0,0;--alpha-color:1;--fontFamily:dm-sans,sans-serif;--lineHeight:1.4em;--fontWeight:600;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkweq618{--fontSize:16px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkweq618{--fontSize:16spx;}}#comp-mkweq61c{min-height:0px;--comp-display:flex;--l_display:unset;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:2/2/3/3;position:relative;}#comp-mkweq61c .comp-mkweq61c-container{box-sizing:border-box;position:relative;pointer-events:none;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkweq61c{grid-area:2/2/3/3;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkweq61c .comp-mkweq61c-container{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mkweq61c{grid-area:3/1/4/2;}}#comp-mkweq61c{--brw:0px;--brd:var(--color_15);--bg:18,31,54;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4saqn4{min-height:0px;--comp-display:flex;--l_display:unset;height:auto;min-width:0px;width:auto;max-width:99999px;max-height:99999px;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:40px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-mm4saqn4 .comp-mm4saqn4-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,99.99999999999999%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4saqn4 .comp-mm4saqn4-container{row-gap:20px;column-gap:20px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mm4saqn4{margin-left:31px;margin-right:31px;margin-top:0px;}}#comp-mm4saqn4{--brw:0px;--brd:var(--color_25);--bg:7,18,15;--rd:5px 5px 5px 5px;--shd:none;--gradient:none;--alpha-brd:1;--alpha-bg:0;--backdrop-filter:none;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4saqn4{--rd:max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media (prefers-reduced-motion: no-preference) {#comp-mm4saqn4:not([data-motion-enter="done"]){animation:motion-revealIn 1200ms 1ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace;--motion-clip-start:polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);}}#comp-mm4saqn4:not(.is-animating){transition:all 0.2s ease-in-out 0s, visibility 0s;--transition:all 0.2s ease-in-out 0s, visibility 0s;}#comp-mm4saqnv{min-height:0px;height:auto;min-width:0px;width:auto;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4saqnv{max-width:99999px;max-height:99999px;}}#comp-mm4saqnv{--backgroundColor:0,0,0;--borderColor:255,255,255;--alpha-borderColor:1;--borderWidth:0px;--cornerRadius:20px 20px 20px 20px;--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4saqnv{--cornerRadius:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));}}#comp-mm4saqnv wow-image{overflow:clip;}#comp-mm4saqnv wow-image img{height:100%;}#comp-mm987glw{width:85.18021154078367%;height:auto;--comp-display:unset;align-self:start;justify-self:center;pointer-events:auto;margin-top:max(0.5px, 0.0156256 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:max(0.5px, 0.0001897 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}.comp-mm987glw-container{box-sizing:border-box;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm987glw{min-width:0px;width:100%;max-width:99999px;justify-self:start;margin-left:0px;margin-top:0%;}.comp-mm987glw-container{padding-top:20px;padding-bottom:20px;padding-right:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));padding-left:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));}}#comp-mm987glw{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm97mwze{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:99.66775109019173%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:max(0.5px, 0.0039063 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:flex-start;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97mwze{width:99.85947027439025%;margin-left:max(0.5px, 0.0013622 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:20px;align-self:center;}}#comp-mm97mwze{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--fontWeight:700;--fontFamily:dm-sans,sans-serif;--color:var(--color_15);--alpha-color:1;--fontSize:45px;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97mwze{--fontSize:26spx;}}#comp-mm97mwzf{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:99.67467306264211%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:0px;margin-left:max(0.5px, 0.0005798 * (var(--scaling-factor) - var(--scrollbar-width)));margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97mwzf{width:99.85947027439025%;margin-left:max(0.5px, 0.0013622 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:center;}}#comp-mm97mwzf{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--fontStyle:normal;--color:var(--color_16);--alpha-color:1;--fontFamily:dm-sans,sans-serif;--letterSpacing:0em;--lineHeight:1.6em;--fontSize:19px;--fontWeight:700;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm97mwzf{--fontSize:16px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97mwzf{--fontSize:16spx;}}#comp-mm4saqob{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:84.8913056799201%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:end;justify-self:start;pointer-events:auto;margin-left:max(0.5px, 0.0154487 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:0px;margin-top:max(0.5px, 0.0156256 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:max(0.5px, 0.0156256 * (var(--scaling-factor) - var(--scrollbar-width)));grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4saqob{align-self:end;justify-self:center;margin-left:0px;margin-top:0px;margin-bottom:max(0.5px, 0.026041 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4saqob{width:87.68102134146342%;align-self:start;justify-self:start;margin-left:20px;margin-top:48.59470274390244%;margin-bottom:20px;}}#comp-mm4saqob{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--color:0,0,0;--alpha-color:1;--fontFamily:dm-sans,sans-serif;--lineHeight:1.4em;--fontWeight:600;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4saqob{--fontSize:16spx;}}#comp-mkweq61r{min-height:0px;--comp-display:flex;--l_display:unset;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:2/3/3/4;position:relative;}#comp-mkweq61r .comp-mkweq61r-container{box-sizing:border-box;position:relative;pointer-events:none;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkweq61r{grid-area:2/3/3/4;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkweq61r .comp-mkweq61r-container{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mkweq61r{grid-area:4/1/5/2;}}#comp-mkweq61r{--brw:0px;--brd:var(--color_15);--bg:18,31,54;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--backdrop-filter:blur(1px);--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4sd43s{min-height:0px;--comp-display:flex;--l_display:unset;height:auto;min-width:0px;width:auto;max-width:99999px;max-height:99999px;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-mm4sd43s .comp-mm4sd43s-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,99.99999999999999%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sd43s .comp-mm4sd43s-container{row-gap:20px;column-gap:20px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mm4sd43s{margin-left:31px;margin-right:31px;}}#comp-mm4sd43s{--brw:0px;--brd:var(--color_25);--bg:7,18,15;--rd:5px 5px 5px 5px;--shd:none;--gradient:none;--alpha-brd:1;--alpha-bg:0;--backdrop-filter:none;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sd43s{--rd:max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media (prefers-reduced-motion: no-preference) {#comp-mm4sd43s:not([data-motion-enter="done"]){animation:motion-revealIn 1200ms 1ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace;--motion-clip-start:polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);}}#comp-mm4sd43s:not(.is-animating){transition:all 0.2s ease-in-out 0s, visibility 0s;--transition:all 0.2s ease-in-out 0s, visibility 0s;}#comp-mm4sd43y2{min-height:0px;height:auto;min-width:0px;width:auto;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sd43y2{max-width:99999px;max-height:99999px;}}#comp-mm4sd43y2{--backgroundColor:0,0,0;--borderColor:255,255,255;--alpha-borderColor:1;--borderWidth:0px;--cornerRadius:20px 20px 20px 20px;--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sd43y2{--cornerRadius:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));}}#comp-mm4sd43y2 wow-image{overflow:clip;}#comp-mm4sd43y2 wow-image img{height:100%;}#comp-mm987ms2{width:85%;height:auto;--comp-display:unset;align-self:start;justify-self:center;pointer-events:auto;margin-top:max(0.5px, 0.015625 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:0px;margin-bottom:0px;margin-right:max(0.5px, 0.0001953 * (var(--scaling-factor) - var(--scrollbar-width)));grid-area:1/1/2/2;position:relative;}.comp-mm987ms2-container{box-sizing:border-box;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm987ms2{min-width:0px;width:100%;max-width:99999px;margin-top:0%;margin-right:0px;}.comp-mm987ms2-container{padding-top:20px;padding-bottom:20px;padding-right:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));padding-left:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));}}#comp-mm987ms2{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm97ngsq5{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:99.88554384017758%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:max(0.5px, 0.0039063 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:flex-start;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97ngsq5{width:100.07145579268293%;margin-right:max(0.5px, 0.0019631 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:20px;align-self:center;}}#comp-mm97ngsq5{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--fontWeight:700;--fontFamily:dm-sans,sans-serif;--color:var(--color_15);--alpha-color:1;--fontSize:45px;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97ngsq5{--fontSize:26spx;}}#comp-mm97ngsr4{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:99.88901220865705%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:0px;margin-left:max(0.5px, 0.0001953 * (var(--scaling-factor) - var(--scrollbar-width)));margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97ngsr4{width:100.07145579268293%;margin-right:max(0.5px, 0.0019631 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:0px;align-self:center;}}#comp-mm97ngsr4{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--fontStyle:normal;--color:var(--color_16);--alpha-color:1;--fontFamily:dm-sans,sans-serif;--letterSpacing:0em;--lineHeight:1.6em;--fontSize:19px;--fontWeight:700;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm97ngsr4{--fontSize:16px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97ngsr4{--fontSize:16spx;}}#comp-mm4sd4469{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:81.83372641509433%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:end;justify-self:start;pointer-events:auto;margin-left:max(0.5px, 0.0160103 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:0px;margin-top:max(0.5px, 0.0156256 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:max(0.5px, 0.0156256 * (var(--scaling-factor) - var(--scrollbar-width)));grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sd4469{align-self:end;justify-self:center;margin-left:max(0.5px, 0.0004282 * (var(--scaling-factor) - var(--scrollbar-width)));margin-top:0px;margin-bottom:max(0.5px, 0.026041 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sd4469{width:87.68102134146342%;align-self:start;justify-self:start;margin-left:20px;margin-top:48.59470274390244%;margin-bottom:20px;}}#comp-mm4sd4469{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--color:0,0,0;--alpha-color:1;--fontFamily:dm-sans,sans-serif;--lineHeight:1.4em;--fontWeight:600;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sd4469{--fontSize:16spx;}}#comp-mkweq6244{min-height:0px;--comp-display:flex;--l_display:unset;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:2/4/3/5;position:relative;}#comp-mkweq6244 .comp-mkweq6244-container{box-sizing:border-box;position:relative;pointer-events:none;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkweq6244{grid-area:2/4/3/5;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkweq6244 .comp-mkweq6244-container{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mkweq6244{grid-area:5/1/6/2;}}#comp-mkweq6244{--brw:0px;--brd:var(--color_15);--bg:18,31,54;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4sgoit{min-height:0px;--comp-display:flex;--l_display:unset;height:auto;min-width:0px;width:auto;max-width:99999px;max-height:99999px;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:160px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-mm4sgoit .comp-mm4sgoit-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,99.99999999999999%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sgoit .comp-mm4sgoit-container{row-gap:20px;column-gap:20px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mm4sgoit{margin-left:31px;margin-right:31px;margin-top:0px;}}#comp-mm4sgoit{--brw:0px;--brd:var(--color_25);--bg:7,18,15;--rd:5px 5px 5px 5px;--shd:none;--gradient:none;--alpha-brd:1;--alpha-bg:0;--backdrop-filter:none;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sgoit{--rd:max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0128205 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media (prefers-reduced-motion: no-preference) {#comp-mm4sgoit:not([data-motion-enter="done"]){animation:motion-revealIn 1200ms 1ms cubic-bezier(0.645, 0.045, 0.355, 1) backwards 1 paused;animation-composition:replace;--motion-clip-start:polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);}}#comp-mm4sgoit:not(.is-animating){transition:all 0.2s ease-in-out 0s, visibility 0s;--transition:all 0.2s ease-in-out 0s, visibility 0s;}#comp-mm4sgoiz1{min-height:0px;height:auto;min-width:0px;width:auto;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sgoiz1{max-width:99999px;max-height:99999px;}}#comp-mm4sgoiz1{--backgroundColor:0,0,0;--borderColor:255,255,255;--alpha-borderColor:1;--borderWidth:0px;--cornerRadius:20px 20px 20px 20px;--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sgoiz1{--cornerRadius:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));}}#comp-mm4sgoiz1 wow-image{overflow:clip;}#comp-mm4sgoiz1 wow-image img{height:100%;}#comp-mm4sgoj06{min-height:0px;height:auto;min-width:0px;width:79.33464603185777%;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:start;justify-self:start;pointer-events:auto;margin-left:20px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-mm4sgoj06-container{box-sizing:border-box;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.1100308 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,192.546875fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sgoj06{--l_display:none;width:0%;}.comp-mm4sgoj06-container{padding-top:20px;padding-bottom:20px;row-gap:20px;column-gap:20px;grid-template-rows:minmax(0px,auto);grid-template-columns:minmax(0px,1fr);}}#comp-mm4sgoj06{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm987ti5{width:84.90309726498823%;height:auto;--comp-display:unset;align-self:start;justify-self:center;pointer-events:auto;margin-top:max(0.5px, 0.015625 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:0px;margin-bottom:0px;margin-right:max(0.5px, 0.0003969 * (var(--scaling-factor) - var(--scrollbar-width)));grid-area:1/1/2/2;position:relative;}.comp-mm987ti5-container{box-sizing:border-box;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm987ti5{min-width:0px;width:100%;max-width:99999px;margin-top:0%;margin-right:0px;}.comp-mm987ti5-container{padding-top:20px;padding-bottom:20px;padding-right:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));padding-left:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));}}#comp-mm987ti5{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm97nxdr5{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:100%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:max(0.5px, 0.0000061 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:0px;margin-top:0px;margin-bottom:max(0.5px, 0.0039063 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:flex-start;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97nxdr5{width:99.82850609756098%;margin-left:max(0.5px, 0.0011218 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:20px;align-self:center;}}#comp-mm97nxdr5{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--fontWeight:700;--fontFamily:dm-sans,sans-serif;--color:var(--color_15);--alpha-color:1;--fontSize:45px;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97nxdr5{--fontSize:26spx;}}#comp-mm97nxds7{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:100%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97nxds7{width:99.82850609756098%;margin-left:max(0.5px, 0.0011218 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:center;}}#comp-mm97nxds7{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--fontStyle:normal;--color:var(--color_16);--alpha-color:1;--fontFamily:dm-sans,sans-serif;--letterSpacing:0em;--lineHeight:1.6em;--fontSize:19px;--fontWeight:700;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm97nxds7{--fontSize:16px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97nxds7{--fontSize:16spx;}}#comp-mm4sgoj44{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:81.82535998913241%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:end;justify-self:start;pointer-events:auto;margin-left:max(0.5px, 0.0156256 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:0px;margin-top:max(0.5px, 0.0156256 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:max(0.5px, 0.0156256 * (var(--scaling-factor) - var(--scrollbar-width)));grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sgoj44{align-self:end;justify-self:center;margin-left:0px;margin-right:max(0.5px, 0.0072846 * (var(--scaling-factor) - var(--scrollbar-width)));margin-top:0px;margin-bottom:max(0.5px, 0.026041 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sgoj44{width:87.75009527439025%;align-self:start;justify-self:start;margin-left:20px;margin-right:0px;margin-top:48.59470274390244%;margin-bottom:20px;}}#comp-mm4sgoj44{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--color:0,0,0;--alpha-color:1;--fontFamily:dm-sans,sans-serif;--lineHeight:1.4em;--fontWeight:600;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sgoj44{--fontSize:16spx;}}#comp-mm4sjc4v{min-height:0px;--comp-display:flex;height:auto;min-width:0px;max-width:99999px;max-height:99999px;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;grid-area:6/1/7/2;position:relative;}#comp-mm4sjc4v .comp-mm4sjc4v-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:80px;padding-right:80px;padding-left:80px;padding-bottom:80px;row-gap:0px;column-gap:40px;max-width:var(--variables-m28o2bcx);margin-left:clamp(0px, (100% - var(--variables-m28o2bcx)) / 2, 100 * var(--one-unit));--section-max-width:var(--variables-m28o2bcx);flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(min(-0.5px, -0.0796875 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:0.8fr 1.2fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mm4sjc4v .comp-mm4sjc4v-container-pinned{max-width:var(--variables-m28o2bcx);margin-left:clamp(0px, (100% - var(--variables-m28o2bcx)) / 2, 100 * var(--one-unit));--section-max-width:var(--variables-m28o2bcx);height:100%;width:100%;position:absolute;display:grid;pointer-events:none;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sjc4v .comp-mm4sjc4v-container{padding-top:40px;padding-right:30px;padding-left:30px;padding-bottom:40px;row-gap:0px;column-gap:20px;grid-template-rows:minmax(min(-0.5px, -0.0796875 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:0.8fr 1.2fr;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sjc4v .comp-mm4sjc4v-container{padding-top:40px;padding-right:0px;padding-left:0px;padding-bottom:40px;row-gap:12px;column-gap:12px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,1fr);}}#comp-mm4sjc4v{--bg:var(--color_11);--alpha-bg:0;--static-spx:0.1 * var(--one-unit);}#comp-mm4sjx1i{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}#comp-mm4sjx1i .comp-mm4sjx1i-container{box-sizing:border-box;position:relative;pointer-events:none;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sjx1i .comp-mm4sjx1i-container{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}#comp-mm4sjx1i{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4sklby{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:auto;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-mm4sklby{--backgroundColor:0,0,0;--borderColor:255,255,255;--borderWidth:0px;--cornerRadius:max(0.5px, 0.007905 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.007905 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.007905 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.007905 * (var(--scaling-factor) - var(--scrollbar-width)));--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--alpha-borderColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}#comp-mm4sklby wow-image{overflow:clip;}#comp-mm4sklby wow-image img{height:100%;}#comp-mm4sjx1s{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/2/2/3;position:relative;}#comp-mm4sjx1s .comp-mm4sjx1s-container{box-sizing:border-box;position:relative;pointer-events:none;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sjx1s{grid-area:1/2/2/3;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sjx1s .comp-mm4sjx1s-container{padding-top:8px;padding-bottom:8px;padding-left:8vw;padding-right:8vw;grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mm4sjx1s{grid-area:2/1/3/2;}}#comp-mm4sjx1s{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4skqbl{width:90.99469866071429%;height:auto;--l_display:unset;--comp-display:unset;align-self:center;justify-self:start;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-mm4skqbl-container{box-sizing:border-box;padding-top:40px;padding-right:0px;padding-left:0px;padding-bottom:40px;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4skqbl{min-width:0px;width:100.11934959051797%;max-width:99999px;justify-self:center;margin-right:0.008999999999957708px;}.comp-mm4skqbl-container{padding-top:20px;padding-bottom:20px;}}#comp-mm4skqbl{--brw:0px;--brd:var(--color_15);--bg:255,255,255;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4skqbo5{width:100.00599932748582%;height:auto;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:10.135px;align-self:flex-start;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4skqbo5{min-width:0px;width:100%;max-width:99999px;margin-bottom:20px;align-self:center;}}#comp-mm4skqbo5{--static-spx:1px;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4skqbo5{--static-spx:0.1 * var(--one-unit);}}#comp-mm4skqbu5{--l_display:unset;height:auto;min-width:0px;width:99.99232515749416%;max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:max(0.5px, 0.0000214 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4skqbu5{margin-left:0px;align-self:flex-start;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4skqbu5{min-height:0px;width:99.96593023560553%;max-height:99999px;margin-left:max(0.5px, 0.0022636 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:center;}}#comp-mm4skqbu5{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--fontStyle:normal;--color:255,255,255;--alpha-color:1;--textAlign:left;--letterSpacing:0em;--lineHeight:1.3em;--fontSize:20px;--fontWeight:400;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4skqbu5{--fontFamily:madefor-text;--fontSize:18px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4skqbu5{--fontFamily:madefor-text;--fontSize:18px;}}#comp-mm4smjlf{min-height:0px;--comp-display:flex;height:auto;min-width:0px;max-width:99999px;max-height:99999px;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;grid-area:7/1/8/2;position:relative;}#comp-mm4smjlf .comp-mm4smjlf-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:80px;padding-right:80px;padding-left:80px;padding-bottom:80px;row-gap:40px;column-gap:0px;max-width:var(--variables-m28o2bcx);margin-left:clamp(0px, (100% - var(--variables-m28o2bcx)) / 2, 100 * var(--one-unit));--section-max-width:var(--variables-m28o2bcx);flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.0685375 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.3479969 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mm4smjlf .comp-mm4smjlf-container-pinned{max-width:var(--variables-m28o2bcx);margin-left:clamp(0px, (100% - var(--variables-m28o2bcx)) / 2, 100 * var(--one-unit));--section-max-width:var(--variables-m28o2bcx);height:100%;width:100%;position:absolute;display:grid;pointer-events:none;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4smjlf .comp-mm4smjlf-container{padding-top:40px;padding-right:20px;padding-left:20px;padding-bottom:40px;row-gap:40px;column-gap:0px;grid-template-rows:minmax(max(0.5px, 0.0685378 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.3479974 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4smjlf .comp-mm4smjlf-container{padding-top:40px;padding-right:0px;padding-left:0px;padding-bottom:40px;row-gap:12px;column-gap:12px;grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}#comp-mm4smjlf{--bg:var(--color_11);--alpha-bg:0;--static-spx:0.1 * var(--one-unit);}#comp-mm4smzaa{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}#comp-mm4smzaa .comp-mm4smzaa-container{box-sizing:border-box;position:relative;pointer-events:none;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4smzaa .comp-mm4smzaa-container{padding-top:8px;padding-bottom:8px;padding-left:8vw;padding-right:8vw;grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}#comp-mm4smzaa{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4sn3ve{width:87.13802083333333%;height:auto;--comp-display:unset;align-self:center;justify-self:center;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}.comp-mm4sn3ve-container{box-sizing:border-box;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sn3ve{width:87.87006578947368%;margin-bottom:max(0.5px, 5e-7 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:max(0.5px, 0.0041911 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sn3ve{min-width:0px;width:100.11934959051797%;max-width:99999px;margin-bottom:0px;margin-right:0.008999999999957708px;}.comp-mm4sn3ve-container{padding-top:20px;padding-bottom:20px;}}#comp-mm4sn3ve{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4sn3vg4{min-height:0px;height:auto;min-width:0px;width:81.73478300415333%;max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:10px;margin-right:0px;align-self:center;order:1;position:relative;}.comp-mm4sn3vg4-container{box-sizing:border-box;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.0503194 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,787.0042918512414fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sn3vg4{width:auto;margin-bottom:10px;align-self:stretch;}.comp-mm4sn3vg4-container{grid-template-rows:minmax(max(0.5px, 0.050319 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,534.2425625000001fr);}}@media screen and (min-width: 320px) and (max-width: 750px){.comp-mm4sn3vg4-container{grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,534.2425625000001fr);}#comp-mm4sn3vg4{margin-bottom:20px;align-self:stretch;}}#comp-mm4sn3vg4{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4sn3vh4{width:85.26474142015368%;height:auto;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:center;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sn3vh4{width:100%;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sn3vh4{min-width:0px;width:100%;max-width:99999px;align-self:center;}}#comp-mm4sn3vh4{--static-spx:1px;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sn3vh4{--static-spx:0.1 * var(--one-unit);}}#comp-mm4sn3vn{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:100%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sn3vn{width:auto;margin-left:0px;margin-right:0px;align-self:stretch;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sn3vn{margin-left:min(-0.5px, -0.0012821 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:min(-0.5px, -0.0012821 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:stretch;}}#comp-mm4sn3vn{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textDecoration:none;--textAlign:center;--fontSize:20px;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sn3vn{--fontSize:20px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sn3vn{--fontSize:18px;}}#comp-mm4smzam{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:2/1/3/2;position:relative;}#comp-mm4smzam .comp-mm4smzam-container{box-sizing:border-box;position:relative;pointer-events:none;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4smzam .comp-mm4smzam-container{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}#comp-mm4smzam{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4snq5n{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:auto;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-mm4snq5n .comp-mm4snq5n-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;row-gap:0px;column-gap:20.301px;display:var(--l_display,var(--container-display));flex-direction:row;justify-content:center;flex-wrap:wrap;--container-layout-type:flex-container-layout;--container-display:flex;}#comp-mm4snq5n:not(.comp-mm4snq5n-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4snq5n .comp-mm4snq5n-container{row-gap:0px;column-gap:20.301px;flex-direction:row;justify-content:center;flex-wrap:wrap;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4snq5n{direction:ltr;margin-left:max(0.5px, 0.0794872 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:max(0.5px, 0.0794872 * (var(--scaling-factor) - var(--scrollbar-width)));}#comp-mm4snq5n .comp-mm4snq5n-container{row-gap:20px;column-gap:0px;flex-direction:column;justify-content:flex-start;flex-wrap:nowrap;}}#comp-mm4snq5n{--brw:0px;--brd:var(--color_25);--bg:255,255,255;--rd:0px;--shd:none;--gradient:none;--alpha-brd:1;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}[id^="comp-mm4snq5s8__"]{min-height:550.4296875px;--l_display:unset;height:auto;min-width:0px;width:calc((((33.3333333% - ((0px + 0px) + 13.5340000px)) - 0px) - 1px));max-width:99999px;max-height:99999px;--comp-display:unset;box-sizing:border-box;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(550.4300000000001px,auto);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;pointer-events:auto;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;flex-basis:auto;flex-grow:0;flex-shrink:0;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){[id^="comp-mm4snq5s8__"]{min-height:398px;width:calc((((33.3333333% - ((0px + 0px) + 13.5340000px)) - 0px) - 1px));grid-template-rows:minmax(398px,auto);}}@media screen and (min-width: 320px) and (max-width: 750px){[id^="comp-mm4snq5s8__"]{min-height:0px;direction:ltr;width:100%;row-gap:0px;column-gap:0px;grid-template-rows:minmax(max(0.5px, 0.719992 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}[id^="comp-mm4snq5s8__"]{--brw:0px;--brd:0,0,0;--bg:var(--color_25);--rd:0px 0px 0px 0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--backdrop-filter:none;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}[id^="comp-mm4snq5u11__"]{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:auto;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}[id^="comp-mm4snq5u11__"]{--backgroundColor:0,0,0;--borderColor:0,0,0;--borderWidth:0px;--cornerRadius:max(0.5px, 0.0197628 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0197628 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0197628 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0197628 * (var(--scaling-factor) - var(--scrollbar-width)));--boxShadow:0px min(-0.5px, -0.0007929 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0079304 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0039652 * (var(--scaling-factor) - var(--scrollbar-width))) rgba(0,0,0,0.6);--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--alpha-borderColor:1;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){[id^="comp-mm4snq5u11__"]{--boxShadow:min(-0.5px, -0.0007929 * (var(--scaling-factor) - var(--scrollbar-width))) 0px max(0.5px, 0.0079304 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0007929 * (var(--scaling-factor) - var(--scrollbar-width))) rgba(0,0,0,0.75);--alpha-backgroundColor:0.37;--alpha-borderColor:0.69;}}[id^="comp-mm4snq5u11__"]:not(.is-animating){transition:all 0.2s ease-in-out 0s, visibility 0s;--transition:all 0.2s ease-in-out 0s, visibility 0s;}[id^="comp-mm4snq5u11__"]:not(.is-animating) :not(.is-animating){transition:all 0.2s ease-in-out 0s, visibility 0s;--transition:all 0.2s ease-in-out 0s, visibility 0s;}[id^="comp-mm4snq5u11__"].variants-mm4snq5v1, [id^="comp-mm4snq5u11__"].variants-mm4snq5v1 :not(.is-animating){transition:all 0.2s ease-in-out 0s, visibility 0s;--transition:all 0.2s ease-in-out 0s, visibility 0s;}[id^="comp-mm4snq5u11__"].variants-mm4snq5v1, [id^="comp-mm4snq5u11__"].variants-mm4snq5v1 :not(.is-animating) :not(.is-animating){transition:all 0.2s ease-in-out 0s, visibility 0s;--transition:all 0.2s ease-in-out 0s, visibility 0s;}[id^="comp-mm4snq5u11__"]{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}[id^="comp-mm4snq5u11__"].variants-mm4snq5v1{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1.01)scaleY(1.01)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}[id^="comp-mm4snq5u11__"] wow-image{overflow:clip;}[id^="comp-mm4snq5u11__"] wow-image img{height:100%;}[id^="comp-mm4snq666__"]{width:87.86958572674799%;height:auto;--comp-display:unset;box-sizing:border-box;padding-top:20px;padding-right:20px;padding-left:20px;padding-bottom:20px;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;align-self:end;justify-self:start;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0.00031249999983629095px;margin-right:0px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){[id^="comp-mm4snq666__"]{min-width:0px;width:100%;max-width:99999px;align-self:center;justify-self:center;margin-top:10.96862499999952px;margin-bottom:0px;}}[id^="comp-mm4snq666__"]{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}[id^="comp-mm4snq666__"]{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}[id^="comp-mm4snq678__"]{--l_display:unset;height:auto;min-width:0px;width:99.81836242372641%;max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:max(0.5px, 0.0003906 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:0px;margin-top:0px;margin-bottom:10px;align-self:flex-start;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){[id^="comp-mm4snq678__"]{min-height:0px;width:auto;max-height:99999px;margin-left:0px;margin-bottom:20px;align-self:stretch;}}[id^="comp-mm4snq678__"]{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:max(0.5px, 0.0000238 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.000793 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0111023 * (var(--scaling-factor) - var(--scrollbar-width))) rgba(var(--color_15),1);--textOutline:0px 0px transparent;--textDecoration:none;--color:var(--color_11);--alpha-color:1;--textAlign:left;--fontFamily:dm-sans,sans-serif;--fontSize:32px;--fontWeight:700;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){[id^="comp-mm4snq678__"]{--textShadow:max(0.5px, 0.0000234 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.000793 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0111029 * (var(--scaling-factor) - var(--scrollbar-width))) rgba(var(--color_15),1);--textAlign:left;--fontSize:20px;}}@media screen and (min-width: 320px) and (max-width: 750px){[id^="comp-mm4snq678__"]{--textShadow:0px 0px 4px rgba(var(--color_15),1);--textAlign:center;--fontSize:22px;}}[id^="comp-mm4snq686__"]{--l_display:unset;height:auto;min-width:0px;width:99.87090944297425%;max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:20px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){[id^="comp-mm4snq686__"]{min-height:0px;width:auto;max-height:99999px;align-self:stretch;}}[id^="comp-mm4snq686__"]{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 1px 6px rgba(var(--color_15),1);--textOutline:0px 0px transparent;--lineHeight:normal;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){[id^="comp-mm4snq686__"]{--fontSize:16px;--textAlign:center;}}[id^="comp-mm4snq686__"]{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}[id^="comp-mm4snq6818__"]{min-height:35px;--l_display:unset;height:auto;min-width:min-content;width:99.81268624946786%;max-width:99999px;max-height:99999px;--comp-display:unset;box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;pointer-events:auto;margin-right:max(0.5px, 0.0000122 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:flex-end;order:3;position:relative;}[id^="comp-mm4snq6818__"]:not(.comp-mm4snq6818-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){[id^="comp-mm4snq6818__"]{min-height:46px;width:auto;margin-right:0px;align-self:stretch;}}[id^="comp-mm4snq6818__"].variants-mm4snq6d2{--font:normal normal 600 14px/1.6em inter,sans-serif;--background:rgba(0,0,0,1);--box-shadow:inset 0px 1px 3px 3px rgba(var(--color_24),1);}[id^="comp-mm4snq6818__"]{--font:normal normal 700 12px/1.6em inter,sans-serif;--color:rgba(var(--color_11),1);--label-display:initial;--letter-spacing:0em;--line-height:unset;--text-decoration:none;--direction:rtl;--text-align:justify;--text-highlight:none;--text-transform:none;--text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--text-shadow:0px 0px 0px transparent;--background:rgba(0,0,0,0.74);--box-shadow:0px 1px 5px 2px rgba(var(--color_24),1);--border-left:1px solid rgba(var(--color_11),1);--border-right:1px solid rgba(var(--color_11),1);--border-top:1px solid rgba(var(--color_11),1);--border-bottom:1px solid rgba(var(--color_11),1);--padding-bottom:5px;--padding-top:5px;--padding-left:5px;--padding-right:5px;--border-top-left-radius:10px;--border-top-right-radius:10px;--border-bottom-left-radius:10px;--border-bottom-right-radius:10px;--icon-display:none;--icon-size:20px;--icon-color:rgba(var(--color_11),1);--icon-rotation:0;--container-flex-direction:row;--container-justify-content:center;--container-align-items:center;--content-horizontal-alignment:center;--content-gap:10px;--label-overflow:wrap;--disabled-icon-rotation:0;--hover-border-right:1px solid rgba(var(--color_18),1);--disabled-border-bottom:1px solid rgba(199,199,199,1);--disabled-border-top:1px solid rgba(199,199,199,1);--hover-border-left:1px solid rgba(var(--color_18),1);--hover-background:rgba(0,0,0,0);--disabled-background:rgba(199,199,199,1);--disabled-border-right:1px solid rgba(199,199,199,1);--hover-box-shadow:0px 1px 5px 4px rgba(var(--color_24),1);--disabled-color:#000000;--hover-border-top:1px solid rgba(var(--color_18),1);--hover-border-bottom:1px solid rgba(var(--color_18),1);--disabled-border-left:1px solid rgba(199,199,199,1);--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){[id^="comp-mm4snq6818__"]{--font:normal normal normal 16px/1.6em dm-sans,sans-serif;--background:rgba(255,255,255,0);}}[id^="comp-mm4snq6818__"]{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mkwgedkw{min-height:47.94907904148784vh;--comp-display:grid;grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--l_display:unset;height:auto;min-width:0px;max-width:99999px;max-height:99999px;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;grid-area:8/1/9/2;position:relative;}#comp-mkwgedkw .comp-mkwgedkw-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:80px;padding-right:80px;padding-left:80px;padding-bottom:80px;column-gap:40px;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,99.99996431916506%);grid-template-columns:1.256281484600844fr 1.043718515399156fr;--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkwgedkw{min-height:123.4375px;--comp-display:grid;}#comp-mkwgedkw .comp-mkwgedkw-container{padding-top:40px;padding-right:20px;padding-left:20px;padding-bottom:40px;column-gap:40px;grid-template-rows:minmax(43.43799999999999px,auto);grid-template-columns:1fr 1.3fr;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwgedkw{min-height:0px;--comp-display:flex;}#comp-mkwgedkw .comp-mkwgedkw-container{padding-top:40px;padding-right:8vw;padding-left:8vw;padding-bottom:40px;row-gap:12px;column-gap:12px;grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,1fr);}}#comp-mkwgedkw{--bg:255,255,255;--alpha-bg:0;--static-spx:1px;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwgedkw{--static-spx:0.1 * var(--one-unit);}}#comp-mkwgedlx{min-height:0px;height:auto;min-width:0px;width:auto;--comp-display:unset;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-mkwgedlx-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkwgedlx{grid-area:1/2/2/3;}}@media screen and (min-width: 320px) and (max-width: 750px){.comp-mkwgedlx-container{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mkwgedlx{grid-area:2/1/3/2;}}#comp-mkwgedlx{--brw:0px;--brd:var(--color_15);--bg:7,18,15;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mkwgedlz3{width:81.07996001003563%;height:auto;--l_display:unset;--comp-display:unset;align-self:center;justify-self:start;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:max(0.5px, 0.0000065 * (var(--scaling-factor) - var(--scrollbar-width)));grid-area:1/1/2/2;position:relative;}.comp-mkwgedlz3-container{box-sizing:border-box;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkwgedlz3{width:89.95267243396707%;justify-self:start;margin-bottom:0px;}.comp-mkwgedlz3-container{padding-top:20px;padding-right:0px;padding-left:0px;padding-bottom:20px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwgedlz3{min-width:0px;width:100.11934959051797%;max-width:99999px;justify-self:center;margin-bottom:0px;}.comp-mkwgedlz3-container{padding-top:20px;padding-right:0px;padding-left:0px;padding-bottom:20px;}}#comp-mkwgedlz3{--brw:0px;--brd:var(--color_15);--bg:255,255,255;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mkwgg892{--l_display:unset;height:auto;min-width:0px;width:66.47555577334575%;max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:19.5078125px;align-self:flex-start;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkwgg892{width:auto;margin-left:0px;margin-right:0px;margin-bottom:5px;align-self:stretch;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwgg892{min-height:0px;width:auto;max-height:99999px;margin-left:min(-0.5px, -0.0012821 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:min(-0.5px, -0.0012821 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:20px;align-self:stretch;}}#comp-mkwgg892{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--lineHeight:normal;--textTransform:uppercase;--color:var(--color_17);--alpha-color:1;--fontWeight:bold;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwgg892{--fontSize:16px;}}#comp-ml0p961i{width:85.6928178239493%;height:auto;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:10.133px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-ml0p961i{width:auto;margin-bottom:10px;align-self:stretch;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml0p961i{min-width:0px;width:auto;max-width:99999px;margin-bottom:20px;align-self:stretch;}}#comp-ml0p961i{--static-spx:1px;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml0p961i{--static-spx:0.1 * var(--one-unit);}}#comp-mkwgedse{--l_display:unset;height:auto;min-width:0px;width:99.89546070792701%;max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:30px;align-self:flex-end;order:3;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkwgedse{width:auto;margin-left:0px;margin-right:0px;margin-bottom:20px;align-self:stretch;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwgedse{min-height:0px;width:auto;max-height:99999px;margin-left:min(-0.5px, -0.0012821 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:min(-0.5px, -0.0012821 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:20px;align-self:stretch;}}#comp-mkwgedse{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--fontStyle:normal;--color:0,0,0;--alpha-color:1;--textAlign:left;--letterSpacing:0em;--lineHeight:1.4em;--fontSize:16px;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkwgedse{--fontFamily:madefor-text;--fontWeight:normal;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwgedse{--fontFamily:madefor-text;--fontWeight:normal;}}#comp-mkwll3v7{min-height:35px;--l_display:unset;height:auto;min-width:min-content;width:33.743323369432055%;max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-left:max(0.5px, 0.0003906 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:4;position:relative;}.comp-mkwll3v7-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkwll3v7:not(.comp-mkwll3v7-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkwll3v7{min-height:0px;min-width:0px;width:max-content;margin-left:0px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwll3v7{min-height:33px;min-width:min-content;width:170.40625px;margin-left:0px;}}#comp-mkwll3v7.variants-mkwll3v91{--font:normal normal 600 14px/1.6em inter,sans-serif;--background:rgba(0,0,0,1);--box-shadow:inset 0px 1px 3px 3px rgba(var(--color_24),1);}#comp-mkwll3v7{--font:normal normal 700 12px/1.6em inter,sans-serif;--color:rgba(var(--color_11),1);--label-display:initial;--letter-spacing:0em;--line-height:unset;--text-decoration:none;--direction:rtl;--text-align:center;--text-highlight:none;--text-transform:none;--text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--text-shadow:0px 0px 0px transparent;--background:rgba(0,0,0,1);--box-shadow:0px 1px 5px 2px rgba(var(--color_24),1);--border-left:1px solid rgba(var(--color_11),1);--border-right:1px solid rgba(var(--color_11),1);--border-top:1px solid rgba(var(--color_11),1);--border-bottom:1px solid rgba(var(--color_11),1);--padding-bottom:5px;--padding-top:5px;--padding-left:5px;--padding-right:5px;--border-top-left-radius:10px;--border-top-right-radius:10px;--border-bottom-left-radius:10px;--border-bottom-right-radius:10px;--icon-display:none;--icon-size:20px;--icon-color:rgba(var(--color_11),1);--icon-rotation:0;--container-flex-direction:row;--container-justify-content:center;--container-align-items:center;--content-horizontal-alignment:center;--content-gap:10px;--label-overflow:wrap;--disabled-icon-rotation:0;--hover-border-right:1px solid rgba(var(--color_18),1);--disabled-border-bottom:1px solid rgba(199,199,199,1);--disabled-border-top:1px solid rgba(199,199,199,1);--hover-border-left:1px solid rgba(var(--color_18),1);--hover-background:rgba(0,0,0,0);--disabled-background:rgba(199,199,199,1);--disabled-border-right:1px solid rgba(199,199,199,1);--hover-box-shadow:0px 1px 5px 4px rgba(var(--color_24),1);--disabled-color:#000000;--hover-border-top:1px solid rgba(var(--color_18),1);--hover-border-bottom:1px solid rgba(var(--color_18),1);--disabled-border-left:1px solid rgba(199,199,199,1);--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwll3v7{--font:normal normal normal 16px/1.6em dm-sans,sans-serif;--background:rgba(255,255,255,0);}}#comp-mkwll3v7:not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkwll3v7:not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkwll3v7.variants-mkwll3v91, #comp-mkwll3v7.variants-mkwll3v91 :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkwll3v7.variants-mkwll3v91, #comp-mkwll3v7.variants-mkwll3v91 :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkwll3v7.variants-mkwll3va, #comp-mkwll3v7.variants-mkwll3va :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkwll3v7.variants-mkwll3va, #comp-mkwll3v7.variants-mkwll3va :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkwll3v7{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mkwll3v7.variants-mkwll3va{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1.02)scaleY(1.02)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mkwgedlj{min-height:0px;height:auto;min-width:0px;width:auto;--comp-display:unset;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/2/2/3;position:relative;}.comp-mkwgedlj-container{box-sizing:border-box;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkwgedlj{grid-area:1/1/2/2;}}@media screen and (min-width: 320px) and (max-width: 750px){.comp-mkwgedlj-container{grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mkwgedlj{grid-area:1/1/2/2;}}#comp-mkwgedlj{--brw:0px;--brd:var(--color_15);--bg:0,0,0;--alpha-bg:0;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:radial-gradient(circle at 30.416666666666664% 43.333333333333336%, rgba(158,200,118,0) 0%, 10.5%, rgba(158,200,118,0) 21%), radial-gradient(circle at 57.40741093953451% 57.711232503255204%, rgba(145,63,158,0) 0%, 17%, rgba(145,63,158,0) 34%), radial-gradient(circle at 48.9013671875% 49.521484375%, rgba(7,18,15,0) 0%, 100%, rgba(7,18,15,0) 100%);}#comp-mkzrp3wd{min-height:unset;--l_display:unset;height:auto;--aspect-ratio:1.5479868426531174;min-width:0px;width:53.7404834213966%;max-width:99999px;max-height:99999px;aspect-ratio:1/var(--aspect-ratio);--comp-display:unset;align-self:start;justify-self:center;pointer-events:auto;margin-right:max(0.5px, 0.0003908 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:0px;margin-top:max(0.5px, 0.0001038 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-mkzrp3wd-container{box-sizing:border-box;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkzrp3wd:not(.comp-mkzrp3wd-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkzrp3wd{align-self:center;margin-right:0px;margin-top:0px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkzrp3wd{--aspect-ratio:1.0112391121101434;width:83.02580209945393%;align-self:center;margin-right:0px;margin-top:0px;}}#comp-mkzrp3wd{--static-spx:1px;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkzrp3wd{--static-spx:0.1 * var(--one-unit);}}#comp-mkzrp3wd{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mkzrp3yh{--l_display:unset;height:60px;min-width:0px;width:60px;max-width:99999px;--aspect-ratio:auto;aspect-ratio:1/var(--aspect-ratio);--comp-display:unset;display:var(--l_display,var(--display,block));align-self:center;justify-self:center;pointer-events:auto;margin-left:0%;margin-top:0px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkzrp3yh{min-height:unset;height:auto;--aspect-ratio:0.2875;width:14.705882352941176%;max-height:99999px;}}#comp-mkzrp3yh{--static-spx:1px;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkzrp3yh{--static-spx:0.1 * var(--one-unit);}}#comp-mkzrp3yh{transform:translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mkzrp491{height:44px;width:auto;--l_display:unset;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:end;justify-self:end;pointer-events:auto;margin-left:2px;margin-right:2px;margin-bottom:2px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkzrp491{min-width:0px;width:101.21951219512195%;max-width:99999px;}}#comp-mkzrp491{--maincolor:255,255,255;--alpha-maincolor:1;--progresscolor:31,223,103;--alpha-progresscolor:1;--disabledcolor:119,119,119;--alpha-disabledcolor:1;--static-spx:1px;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkzrp491{--static-spx:0.1 * var(--one-unit);}}#comp-mkzrp491{transform:translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mkzrldcm{min-height:unset;--l_display:unset;height:auto;--aspect-ratio:1.0810618339404316;min-width:0px;width:27.603083187308467%;max-width:99999px;max-height:99999px;aspect-ratio:1/var(--aspect-ratio);--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:start;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:max(0.5px, 0.0786931 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:0px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkzrldcm{--aspect-ratio:1.0810308689024364;width:33.039237428950464%;align-self:center;margin-top:0px;margin-bottom:237.7652428236015px;}}#comp-mkzrldcm{--backgroundColor:0,0,0;--borderColor:var(--color_13);--borderWidth:max(0.5px, 0.0007933 * (var(--scaling-factor) - var(--scrollbar-width)));--cornerRadius:max(0.5px, 0.0118955 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118955 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118955 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118955 * (var(--scaling-factor) - var(--scrollbar-width)));--boxShadow:0px min(-0.5px, -0.0007918 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0079177 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0039652 * (var(--scaling-factor) - var(--scrollbar-width))) rgba(33,31,36,0.6);--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--alpha-borderColor:0.15;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkzrldcm{--borderWidth:max(0.5px, 0.0007923 * (var(--scaling-factor) - var(--scrollbar-width)));--cornerRadius:max(0.5px, 0.0118949 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118949 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118949 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118949 * (var(--scaling-factor) - var(--scrollbar-width)));--boxShadow:0px min(-0.5px, -0.0007923 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0079179 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0039641 * (var(--scaling-factor) - var(--scrollbar-width))) rgba(33,31,36,0.6);}}#comp-mkzrldcm:not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkzrldcm:not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkzrldcm.variants-mkzrzkht, #comp-mkzrldcm.variants-mkzrzkht :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkzrldcm.variants-mkzrzkht, #comp-mkzrldcm.variants-mkzrzkht :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkzrldcm{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mkzrldcm.variants-mkzrzkht{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1.05)scaleY(1.05)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mkzrldcm wow-image{overflow:clip;}#comp-mkzrldcm wow-image img{height:100%;}#comp-mkwlpiak{min-height:unset;--l_display:unset;height:auto;--aspect-ratio:1.0817566284882552;min-width:0px;width:27.441074165961645%;max-width:99999px;max-height:99999px;aspect-ratio:1/var(--aspect-ratio);--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:end;pointer-events:auto;margin-left:0px;margin-right:min(-0.5px, -0.0003904 * (var(--scaling-factor) - var(--scrollbar-width)));margin-top:max(0.5px, 0.2366943 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:0px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkwlpiak{align-self:start;justify-self:end;margin-left:0px;margin-right:min(-0.5px, -0.0003906 * (var(--scaling-factor) - var(--scrollbar-width)));margin-top:max(0.5px, 0.2890625 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwlpiak{--aspect-ratio:1.0816501524390327;width:27.704685160704383%;align-self:center;justify-self:start;margin-left:237.23889731982922px;margin-right:0px;margin-top:256.61773945045934px;}}#comp-mkwlpiak{--backgroundColor:0,0,0;--borderColor:var(--color_13);--borderWidth:max(0.5px, 0.0007933 * (var(--scaling-factor) - var(--scrollbar-width)));--cornerRadius:max(0.5px, 0.0118955 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118955 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118955 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118955 * (var(--scaling-factor) - var(--scrollbar-width)));--boxShadow:0px min(-0.5px, -0.0007918 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0079177 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0039652 * (var(--scaling-factor) - var(--scrollbar-width))) rgba(33,31,36,0.6);--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--alpha-borderColor:0.15;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwlpiak{--borderWidth:max(0.5px, 0.0007923 * (var(--scaling-factor) - var(--scrollbar-width)));--cornerRadius:max(0.5px, 0.0118949 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118949 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118949 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0118949 * (var(--scaling-factor) - var(--scrollbar-width)));--boxShadow:0px min(-0.5px, -0.0007923 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0079179 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0039641 * (var(--scaling-factor) - var(--scrollbar-width))) rgba(33,31,36,0.6);}}#comp-mkwlpiak:not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkwlpiak:not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkwlpiak.variants-mkzrzqq3, #comp-mkwlpiak.variants-mkzrzqq3 :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkwlpiak.variants-mkzrzqq3, #comp-mkwlpiak.variants-mkzrzqq3 :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mkwlpiak{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mkwlpiak.variants-mkzrzqq3{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1.05)scaleY(1.05)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mkwlpiak wow-image{overflow:clip;}#comp-mkwlpiak wow-image img{height:100%;}#comp-mm4sw1dj{min-height:0px;--comp-display:flex;height:auto;min-width:0px;max-width:99999px;max-height:99999px;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;grid-area:9/1/10/2;position:relative;}#comp-mm4sw1dj .comp-mm4sw1dj-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:80px;padding-right:80px;padding-left:80px;padding-bottom:80px;row-gap:0px;column-gap:40px;max-width:var(--variables-m28o2bcx);margin-left:clamp(0px, (100% - var(--variables-m28o2bcx)) / 2, 100 * var(--one-unit));--section-max-width:var(--variables-m28o2bcx);flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.04375 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:1fr 1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mm4sw1dj .comp-mm4sw1dj-container-pinned{max-width:var(--variables-m28o2bcx);margin-left:clamp(0px, (100% - var(--variables-m28o2bcx)) / 2, 100 * var(--one-unit));--section-max-width:var(--variables-m28o2bcx);height:100%;width:100%;position:absolute;display:grid;pointer-events:none;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sw1dj .comp-mm4sw1dj-container{padding-top:40px;padding-right:20px;padding-left:20px;padding-bottom:40px;row-gap:0px;column-gap:40px;grid-template-rows:minmax(max(0.5px, 0.04375 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:1fr 1fr;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sw1dj .comp-mm4sw1dj-container{padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;row-gap:12px;column-gap:12px;grid-template-rows:minmax(max(0.5px, 0.7512821 * (var(--scaling-factor) - var(--scrollbar-width))),auto) minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,1fr);}}#comp-mm4sw1dj{--bg:var(--color_11);--alpha-bg:0;--static-spx:0.1 * var(--one-unit);}#comp-mm4swy5k{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}#comp-mm4swy5k .comp-mm4swy5k-container{box-sizing:border-box;position:relative;pointer-events:none;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4swy5k .comp-mm4swy5k-container{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;grid-template-rows:minmax(max(0.5px, 0.5128205 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}}#comp-mm4swy5k{--brw:0px;--brd:var(--color_15);--bg:0,0,0;--alpha-bg:0;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:radial-gradient(circle at 31.873372395833332% 53.151041666666664%, rgba(230,191,96,0) 0%, 17.5%, rgba(230,191,96,0) 35%), radial-gradient(circle at 62.125651041666664% 64.53776041666667%, rgba(196,77,66,0) 0%, 17.5%, rgba(196,77,66,0) 35%), radial-gradient(circle at 44.724934895833336% 28.873697916666668%, rgba(196,77,66,0) 0%, 9%, rgba(196,77,66,0) 30%), radial-gradient(circle at 63.81184895833333% 31.884765625%, rgba(230,191,96,0) 0%, 6%, rgba(230,191,96,0) 20%), radial-gradient(circle at 48.9013671875% 49.521484375%, rgba(0,0,0,0) 0%, 100%, rgba(0,0,0,0) 100%);}#comp-mm4sykfr{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:auto;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-mm4sykfr{--backgroundColor:0,0,0;--borderColor:255,255,255;--borderWidth:0px;--cornerRadius:0px;--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--alpha-borderColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}#comp-mm4sykfr{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mm4sykfr wow-image{overflow:clip;}#comp-mm4sykfr wow-image img{height:100%;}#comp-mm4t6ro4{width:35.175057870370374%;height:auto;--comp-display:unset;align-self:start;justify-self:end;pointer-events:auto;margin-top:max(0.5px, 0.1015625 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:0px;margin-bottom:0px;margin-right:max(0.5px, 0.015625 * (var(--scaling-factor) - var(--scrollbar-width)));grid-area:1/1/2/2;position:relative;}.comp-mm4t6ro4-container{box-sizing:border-box;padding-top:5px;padding-right:5px;padding-left:5px;padding-bottom:5px;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t6ro4{margin-top:max(0.5px, 0.1171875 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:max(0.5px, 0.015625 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t6ro4{min-width:0px;width:45.64102564102564%;max-width:99999px;margin-top:0px;margin-right:25.98828125px;}}#comp-mm4t6ro4{--brw:1px;--brd:var(--color_12);--bg:var(--color_11);--rd:10px 10px 10px 10px;--shd:none;--gradient:none;--alpha-brd:0.2;--alpha-bg:0;--backdrop-filter:blur(5px);--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4t6ro4:not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4t6ro4.variants-mm98mrt4, #comp-mm4t6ro4.variants-mm98mrt4 > :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4t6ro4{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mm4t6ro4.variants-mm98mrt4{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1.05)scaleY(1.05)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mm4t6qmi{width:max-content;height:auto;min-height:0px;--comp-display:unset;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:3px;margin-right:0px;align-self:flex-start;order:1;position:relative;}.comp-mm4t6qmi-container{box-sizing:border-box;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;display:var(--l_display,var(--container-display));flex-direction:row;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t6qmi{margin-left:max(0.5px, 0.0000183 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:min(-0.5px, -0.0004089 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t6qmi{margin-left:0px;margin-bottom:5px;}}#comp-mm4t6qmi{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4t3qci{min-height:0px;--l_display:unset;height:14.813376903533936px;min-width:0px;width:14.813376903533936px;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:10px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:center;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t3qci{height:40px;width:40px;}}#comp-mm4t3qci{--backgroundColor:0,0,0;--borderColor:255,255,255;--alpha-borderColor:1;--borderWidth:0px;--cornerRadius:999px 999px 999px 999px;--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}#comp-mm4t3qci wow-image{overflow:clip;}#comp-mm4t3qci wow-image img{height:100%;}#comp-mm4t3qci10{--l_display:unset;height:auto;min-width:0px;width:max(0.5px, 0.0974688 * (var(--scaling-factor) - var(--scrollbar-width)));max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:center;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t3qci10{min-height:0px;width:max-content;max-height:99999px;}}#comp-mm4t3qci10{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textDecoration:none;--fontStyle:normal;--color:var(--color_11);--alpha-color:1;--textAlign:left;--fontFamily:inter,sans-serif;--letterSpacing:0em;--lineHeight:normal;--fontSize:11px;--fontWeight:500;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t3qci10{--fontFamily:madefor-display-bold;--fontSize:11px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t3qci10{--fontFamily:madefor-display-bold;--fontSize:14px;}}#comp-mm4t3qcj9{--l_display:unset;height:auto;min-width:0px;width:100%;max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t3qcj9{width:100%;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t3qcj9{min-height:0px;width:99.85871368020149%;max-height:99999px;margin-left:max(0.5px, 0.0011819 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:center;}}#comp-mm4t3qcj9{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textDecoration:none;--fontStyle:normal;--color:var(--color_11);--alpha-color:1;--textAlign:left;--letterSpacing:0em;--lineHeight:normal;--fontSize:9.590308084597698px;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t3qcj9{--fontFamily:madefor-text;--fontSize:9.590308084597698px;--fontWeight:normal;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t3qcj9{--fontFamily:madefor-text;--fontSize:14px;--fontWeight:normal;}}#comp-mm4t5dke{width:19.560185185185187%;height:auto;--comp-display:unset;align-self:start;justify-self:start;pointer-events:auto;margin-top:max(0.5px, 0.140625 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:max(0.5px, 0.03125 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}.comp-mm4t5dke-container{box-sizing:border-box;padding-top:5px;padding-right:5px;padding-left:5px;padding-bottom:5px;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t5dke{width:35.174418604651166%;align-self:start;margin-top:max(0.5px, 0.0911458 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:max(0.5px, 0.03125 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t5dke{min-width:0px;width:39.23076923076923%;max-width:99999px;align-self:center;margin-left:max(0.5px, 0.0448217 * (var(--scaling-factor) - var(--scrollbar-width)));margin-top:0px;}}#comp-mm4t5dke{--brw:1px;--brd:var(--color_12);--bg:var(--color_11);--rd:10px 10px 10px 10px;--shd:none;--gradient:none;--alpha-brd:0.2;--alpha-bg:0;--backdrop-filter:blur(5px);--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4t5dke:not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4t5dke.variants-mm98mlbo, #comp-mm4t5dke.variants-mm98mlbo > :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4t5dke{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mm4t5dke.variants-mm98mlbo{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1.05)scaleY(1.05)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mm4t5cji{width:max-content;height:auto;min-height:0px;--comp-display:unset;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:3.313px;margin-right:0px;align-self:flex-start;order:1;position:relative;}.comp-mm4t5cji-container{box-sizing:border-box;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;display:var(--l_display,var(--container-display));flex-direction:row;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t5cji{margin-left:max(0.5px, 0.0000061 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:max(0.5px, 0.0025879 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t5cji{margin-left:0px;margin-bottom:5px;}}#comp-mm4t5cji{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4t4dif{min-height:0px;--l_display:unset;height:14.813376903533936px;min-width:0px;width:14.813376903533936px;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:10px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:center;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4dif{height:40px;width:40px;}}#comp-mm4t4dif{--backgroundColor:0,0,0;--borderColor:255,255,255;--alpha-borderColor:1;--borderWidth:0px;--cornerRadius:999px 999px 999px 999px;--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}#comp-mm4t4dif wow-image{overflow:clip;}#comp-mm4t4dif wow-image img{height:100%;}#comp-mm4t4dif10{--l_display:unset;height:auto;min-width:0px;width:max(0.5px, 0.0445523 * (var(--scaling-factor) - var(--scrollbar-width)));max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:center;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t4dif10{width:max(0.5px, 0.0768534 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4dif10{min-height:0px;width:max-content;max-height:99999px;}}#comp-mm4t4dif10{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textDecoration:none;--fontStyle:normal;--color:var(--color_11);--alpha-color:1;--textAlign:left;--fontFamily:inter,sans-serif;--letterSpacing:0em;--lineHeight:normal;--fontSize:11px;--fontWeight:500;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t4dif10{--fontFamily:madefor-display-bold;--fontSize:11px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4dif10{--fontFamily:madefor-display-bold;--fontSize:14px;}}#comp-mm4t4dig9{--l_display:unset;height:auto;min-width:0px;width:100%;max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t4dig9{width:100%;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4dig9{min-height:0px;width:99.85871368020149%;max-height:99999px;margin-left:max(0.5px, 0.0011819 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:center;}}#comp-mm4t4dig9{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textDecoration:none;--fontStyle:normal;--color:var(--color_11);--alpha-color:1;--textAlign:left;--letterSpacing:0em;--lineHeight:normal;--fontSize:9.590308084597698px;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t4dig9{--fontFamily:madefor-text;--fontSize:9.590308084597698px;--fontWeight:normal;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4dig9{--fontFamily:madefor-text;--fontSize:14px;--fontWeight:normal;}}#comp-mm4t609j{width:54.519880794667415%;height:auto;--comp-display:unset;align-self:start;justify-self:end;pointer-events:auto;margin-top:max(0.5px, 0.25 * (var(--scaling-factor) - var(--scrollbar-width)));margin-left:0px;margin-bottom:0px;margin-right:max(0.5px, 0.078125 * (var(--scaling-factor) - var(--scrollbar-width)));grid-area:1/1/2/2;position:relative;}.comp-mm4t609j-container{box-sizing:border-box;padding-top:5px;padding-right:5px;padding-left:5px;padding-bottom:5px;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t609j{margin-top:max(0.5px, 0.3802083 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:max(0.5px, 0.078125 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t609j{min-width:0px;width:44.1025641025641%;max-width:99999px;margin-top:160.25px;margin-right:6.984375px;}}#comp-mm4t609j{--brw:1px;--brd:var(--color_12);--bg:var(--color_11);--rd:10px 10px 10px 10px;--shd:none;--gradient:none;--alpha-brd:0.2;--alpha-bg:0;--backdrop-filter:blur(5px);--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4t609j:not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4t609j.variants-mm98mvug1, #comp-mm4t609j.variants-mm98mvug1 > :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4t609j{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mm4t609j.variants-mm98mvug1{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1.05)scaleY(1.05)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mm4t5z7e{width:max-content;height:auto;min-height:0px;--comp-display:unset;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:2.992px;margin-right:0px;align-self:flex-start;order:1;position:relative;}.comp-mm4t5z7e-container{box-sizing:border-box;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;display:var(--l_display,var(--container-display));flex-direction:row;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t5z7e{margin-left:max(0.5px, 0.0022217 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:max(0.5px, 0.0001709 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t5z7e{margin-left:0px;margin-bottom:5px;}}#comp-mm4t5z7e{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4t4qrz{min-height:0px;--l_display:unset;height:14.813376903533936px;min-width:0px;width:14.813376903533936px;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:10px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:center;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4qrz{height:40px;width:40px;}}#comp-mm4t4qrz{--backgroundColor:0,0,0;--borderColor:255,255,255;--alpha-borderColor:1;--borderWidth:0px;--cornerRadius:999px 999px 999px 999px;--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}#comp-mm4t4qrz wow-image{overflow:clip;}#comp-mm4t4qrz wow-image img{height:100%;}#comp-mm4t4qrz10{--l_display:unset;height:auto;min-width:0px;width:max(0.5px, 0.1445992 * (var(--scaling-factor) - var(--scrollbar-width)));max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:center;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4qrz10{min-height:0px;width:max-content;max-height:99999px;}}#comp-mm4t4qrz10{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textDecoration:none;--fontStyle:normal;--color:var(--color_11);--alpha-color:1;--textAlign:left;--fontFamily:inter,sans-serif;--letterSpacing:0em;--lineHeight:normal;--fontSize:11px;--fontWeight:500;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t4qrz10{--fontFamily:madefor-display-bold;--fontSize:11px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4qrz10{--fontFamily:madefor-display-bold;--fontSize:14px;}}#comp-mm4t4qry{--l_display:unset;height:auto;min-width:0px;width:100%;max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t4qry{width:100%;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4qry{min-height:0px;width:100.18507094386182%;max-height:99999px;margin-right:max(0.5px, 0.0007612 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:center;}}#comp-mm4t4qry{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textDecoration:none;--fontStyle:normal;--color:var(--color_11);--alpha-color:1;--textAlign:left;--letterSpacing:0em;--lineHeight:normal;--fontSize:9.590308084597698px;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t4qry{--fontFamily:madefor-text;--fontSize:9.590308084597698px;--fontWeight:normal;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4qry{--fontFamily:madefor-text;--fontSize:14px;--fontWeight:normal;}}#comp-mm4swy5t{min-height:0px;--comp-display:flex;height:auto;min-width:0px;width:auto;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/2/2/3;position:relative;}#comp-mm4swy5t .comp-mm4swy5t-container{box-sizing:border-box;position:relative;pointer-events:none;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4swy5t{grid-area:1/2/2/3;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4swy5t .comp-mm4swy5t-container{padding-top:8px;padding-bottom:8px;padding-left:8vw;padding-right:8vw;grid-template-rows:minmax(max(0.5px, 0.0307692 * (var(--scaling-factor) - var(--scrollbar-width))),auto);}#comp-mm4swy5t{grid-area:2/1/3/2;}}#comp-mm4swy5t{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4sx7bn{width:93.41378348214286%;height:auto;--comp-display:unset;align-self:start;justify-self:start;pointer-events:auto;margin-top:0px;margin-left:0px;margin-bottom:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}.comp-mm4sx7bn-container{box-sizing:border-box;padding-top:40px;padding-right:0px;padding-left:0px;padding-bottom:40px;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){.comp-mm4sx7bn-container{padding-top:20px;padding-bottom:20px;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sx7bn{min-width:0px;width:100.11934959051797%;max-width:99999px;align-self:center;justify-self:center;margin-right:0.008999999999957708px;}.comp-mm4sx7bn-container{padding-top:20px;padding-bottom:20px;}}#comp-mm4sx7bn{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4sx7bp7{--l_display:unset;height:auto;min-width:0px;width:58.77549119845203%;max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:10px;align-self:flex-start;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sx7bp7{width:58.77549119845203%;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sx7bp7{min-height:0px;width:99.98978862452772%;max-height:99999px;margin-left:max(0.5px, 0.0024639 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:20px;align-self:center;}}#comp-mm4sx7bp7{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textTransform:uppercase;--color:var(--color_17);--alpha-color:1;--textAlign:left;--lineHeight:normal;--fontWeight:bold;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sx7bp7{--fontSize:16px;}}#comp-mm4sx7bq9{height:auto;min-width:0px;width:78.30210293655227%;max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:10.133px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sx7bq9{margin-left:max(0.5px, 0.0005633 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:max(0.5px, 0.0223234 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:flex-start;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sx7bq9{width:100%;margin-left:0px;margin-bottom:20px;align-self:center;}}#comp-mm4sx7bq9{--static-spx:1px;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sx7bq9{--static-spx:0.1 * var(--one-unit);}}#comp-mm4sx7bu7{--l_display:unset;height:auto;min-width:0px;width:99.90510147470255%;max-width:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:30px;align-self:flex-start;order:3;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sx7bu7{width:99.90577444709474%;margin-left:max(0.5px, 0.0003852 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:max(0.5px, 0.0193406 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:flex-start;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sx7bu7{min-height:0px;width:99.98978862452772%;max-height:99999px;margin-left:max(0.5px, 0.0024639 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:20px;align-self:center;}}#comp-mm4sx7bu7{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textAlign:left;--fontWeight:400;--fontFamily:inter,sans-serif;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sx7bu7{--fontSize:16px;}}#comp-mm4sx7bv13{width:max-content;height:auto;min-height:0px;--comp-display:unset;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:4;position:relative;}.comp-mm4sx7bv13-container{box-sizing:border-box;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;display:var(--l_display,var(--container-display));flex-direction:row;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sx7bv13{min-height:87.3046875px;min-width:75.44778963414635%;max-width:99999px;max-height:99999px;}.comp-mm4sx7bv13-container{padding-top:20px;padding-bottom:20px;}}#comp-mm4sx7bv13{--brw:0px;--brd:var(--color_15);--bg:var(--color_11);--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--backdrop-filter:none;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mm4sx7bx6{min-height:47.30859375px;--l_display:unset;height:auto;min-width:min-content;width:max(0.5px, 0.1106771 * (var(--scaling-factor) - var(--scrollbar-width)));max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-left:0px;margin-right:max(0.5px, 0.0158607 * (var(--scaling-factor) - var(--scrollbar-width)));margin-top:0px;margin-bottom:0px;align-self:flex-start;order:1;position:relative;}.comp-mm4sx7bx6-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mm4sx7bx6:not(.comp-mm4sx7bx6-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sx7bx6{min-height:47.3046875px;width:max(0.5px, 0.2128205 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:max(0.5px, 0.025641 * (var(--scaling-factor) - var(--scrollbar-width)));}}#comp-mm4sx7bx6.variants-mm4sx7by2{--font:normal normal 600 14px/1.6em inter,sans-serif;--background:rgba(0,0,0,1);}#comp-mm4sx7bx6{--font:normal normal 600 12px/1.6em inter,sans-serif;--color:rgba(var(--color_11),1);--label-display:none;--letter-spacing:0em;--line-height:unset;--text-decoration:none;--direction:rtl;--text-align:center;--text-highlight:none;--text-transform:none;--text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--text-shadow:0px 0px 0px transparent;--background:url("//static.wixstatic.com/media/9b78c1_b257cee09081400692ad1e322a01dbc2~mv2.png/v1/fill/w_3840,h_2160,al_c,q_95,enc_auto/9b78c1_b257cee09081400692ad1e322a01dbc2~mv2.png.webp?formatterValues=9b78c1_b257cee09081400692ad1e322a01dbc2~mv2.png,3840,2160") 50% 50% / contain no-repeat, rgba(0,0,0,1);--box-shadow:0px 1px 5px 2px rgba(var(--color_24),1);--border-left:1px solid rgba(var(--color_11),1);--border-right:1px solid rgba(var(--color_11),1);--border-top:1px solid rgba(var(--color_11),1);--border-bottom:1px solid rgba(var(--color_11),1);--padding-bottom:5px;--padding-top:5px;--padding-left:5px;--padding-right:5px;--border-top-left-radius:10px;--border-top-right-radius:10px;--border-bottom-left-radius:10px;--border-bottom-right-radius:10px;--icon-display:none;--icon-size:20px;--icon-color:rgba(var(--color_11),1);--icon-rotation:0;--container-flex-direction:row;--container-justify-content:center;--container-align-items:center;--content-horizontal-alignment:center;--content-gap:10px;--label-overflow:wrap;--disabled-icon-rotation:0;--hover-border-right:1px solid rgba(var(--color_18),1);--disabled-border-bottom:1px solid rgba(199,199,199,1);--disabled-border-top:1px solid rgba(199,199,199,1);--hover-border-left:1px solid rgba(var(--color_18),1);--hover-background:url("//static.wixstatic.com/media/9b78c1_b257cee09081400692ad1e322a01dbc2~mv2.png/v1/fill/w_3840,h_2160,al_c,q_95,enc_auto/9b78c1_b257cee09081400692ad1e322a01dbc2~mv2.png.webp?formatterValues=9b78c1_b257cee09081400692ad1e322a01dbc2~mv2.png,3840,2160") 50% 50% / contain no-repeat, rgba(0,0,0,0);--disabled-background:rgba(199,199,199,1);--disabled-border-right:1px solid rgba(199,199,199,1);--hover-box-shadow:0px 1px 5px 4px rgba(var(--color_24),1);--disabled-color:#000000;--hover-border-top:1px solid rgba(var(--color_18),1);--hover-border-bottom:1px solid rgba(var(--color_18),1);--disabled-border-left:1px solid rgba(199,199,199,1);--static-spx:0.1 * var(--one-unit);}#comp-mm4sx7bx6:not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7bx6:not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7bx6.variants-mm4sx7by2, #comp-mm4sx7bx6.variants-mm4sx7by2 :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7bx6.variants-mm4sx7by2, #comp-mm4sx7bx6.variants-mm4sx7by2 :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7bx6.variants-mm4sx7by3, #comp-mm4sx7bx6.variants-mm4sx7by3 :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7bx6.variants-mm4sx7by3, #comp-mm4sx7bx6.variants-mm4sx7by3 :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7bx6{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mm4sx7bx6.variants-mm4sx7by3{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1.05)scaleY(1.05)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mm4sx7c411{min-height:47.30859375px;--l_display:unset;height:auto;min-width:min-content;width:max(0.5px, 0.1106771 * (var(--scaling-factor) - var(--scrollbar-width)));max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-left:0px;margin-right:max(0.5px, 0.0158607 * (var(--scaling-factor) - var(--scrollbar-width)));margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}.comp-mm4sx7c411-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mm4sx7c411:not(.comp-mm4sx7c411-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sx7c411{min-height:47.3046875px;width:max(0.5px, 0.2128205 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:max(0.5px, 0.025641 * (var(--scaling-factor) - var(--scrollbar-width)));}}#comp-mm4sx7c411.variants-mm4sx7c52{--font:normal normal 600 14px/1.6em inter,sans-serif;--background:rgba(0,0,0,1);}#comp-mm4sx7c411{--font:normal normal 600 12px/1.6em inter,sans-serif;--color:rgba(var(--color_11),1);--label-display:none;--letter-spacing:0em;--line-height:unset;--text-decoration:none;--direction:rtl;--text-align:center;--text-highlight:none;--text-transform:none;--text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--text-shadow:0px 0px 0px transparent;--background:url("//static.wixstatic.com/media/9b78c1_e5440a790838492d8cc3c13394529d62~mv2.png/v1/fill/w_1080,h_1350,al_c,q_90,enc_auto/9b78c1_e5440a790838492d8cc3c13394529d62~mv2.png.webp?formatterValues=9b78c1_e5440a790838492d8cc3c13394529d62~mv2.png,1080,1350") 50% 50% / 48% no-repeat, rgba(0,0,0,1);--box-shadow:0px 1px 5px 2px rgba(var(--color_24),1);--border-left:1px solid rgba(var(--color_11),1);--border-right:1px solid rgba(var(--color_11),1);--border-top:1px solid rgba(var(--color_11),1);--border-bottom:1px solid rgba(var(--color_11),1);--padding-bottom:5px;--padding-top:5px;--padding-left:5px;--padding-right:5px;--border-top-left-radius:10px;--border-top-right-radius:10px;--border-bottom-left-radius:10px;--border-bottom-right-radius:10px;--icon-display:none;--icon-size:20px;--icon-color:rgba(var(--color_11),1);--icon-rotation:0;--container-flex-direction:row;--container-justify-content:center;--container-align-items:center;--content-horizontal-alignment:center;--content-gap:10px;--label-overflow:wrap;--disabled-icon-rotation:0;--hover-border-right:1px solid rgba(var(--color_18),1);--disabled-border-bottom:1px solid rgba(199,199,199,1);--disabled-border-top:1px solid rgba(199,199,199,1);--hover-border-left:1px solid rgba(var(--color_18),1);--hover-background:url("//static.wixstatic.com/media/9b78c1_e5440a790838492d8cc3c13394529d62~mv2.png/v1/fill/w_1080,h_1350,al_c,q_90,enc_auto/9b78c1_e5440a790838492d8cc3c13394529d62~mv2.png.webp?formatterValues=9b78c1_e5440a790838492d8cc3c13394529d62~mv2.png,1080,1350") 50% 50% / 48% no-repeat, rgba(0,0,0,0);--disabled-background:rgba(199,199,199,1);--disabled-border-right:1px solid rgba(199,199,199,1);--hover-box-shadow:0px 1px 5px 4px rgba(var(--color_24),1);--disabled-color:#000000;--hover-border-top:1px solid rgba(var(--color_18),1);--hover-border-bottom:1px solid rgba(var(--color_18),1);--disabled-border-left:1px solid rgba(199,199,199,1);--static-spx:0.1 * var(--one-unit);}#comp-mm4sx7c411:not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7c411:not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7c411.variants-mm4sx7c52, #comp-mm4sx7c411.variants-mm4sx7c52 :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7c411.variants-mm4sx7c52, #comp-mm4sx7c411.variants-mm4sx7c52 :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7c411.variants-mm4sx7c53, #comp-mm4sx7c411.variants-mm4sx7c53 :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7c411.variants-mm4sx7c53, #comp-mm4sx7c411.variants-mm4sx7c53 :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7c411{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mm4sx7c411.variants-mm4sx7c53{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1.05)scaleY(1.05)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mm4sx7c7{min-height:47.30859375px;--l_display:unset;height:auto;min-width:min-content;width:max(0.5px, 0.1106771 * (var(--scaling-factor) - var(--scrollbar-width)));max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:3;position:relative;}.comp-mm4sx7c7-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mm4sx7c7:not(.comp-mm4sx7c7-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sx7c7{min-height:47.3046875px;width:max(0.5px, 0.2384615 * (var(--scaling-factor) - var(--scrollbar-width)));}}#comp-mm4sx7c7.variants-mm4sx7c73{--font:normal normal 600 14px/1.6em inter,sans-serif;--background:rgba(0,0,0,1);}#comp-mm4sx7c7{--font:normal normal 600 12px/1.6em inter,sans-serif;--color:rgba(var(--color_11),1);--label-display:none;--letter-spacing:0em;--line-height:unset;--text-decoration:none;--direction:rtl;--text-align:center;--text-highlight:none;--text-transform:none;--text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--text-shadow:0px 0px 0px transparent;--background:url("//static.wixstatic.com/media/9b78c1_9ba118cda0654a19bca2a1a3199e12d9~mv2.png/v1/fill/w_354,h_142,al_c,q_85,enc_auto/9b78c1_9ba118cda0654a19bca2a1a3199e12d9~mv2.png.webp?formatterValues=9b78c1_9ba118cda0654a19bca2a1a3199e12d9~mv2.png,354,142") 50% 50% / 71% no-repeat, rgba(0,0,0,1);--box-shadow:0px 1px 5px 2px rgba(var(--color_24),1);--border-left:1px solid rgba(var(--color_11),1);--border-right:1px solid rgba(var(--color_11),1);--border-top:1px solid rgba(var(--color_11),1);--border-bottom:1px solid rgba(var(--color_11),1);--padding-bottom:5px;--padding-top:5px;--padding-left:5px;--padding-right:5px;--border-top-left-radius:10px;--border-top-right-radius:10px;--border-bottom-left-radius:10px;--border-bottom-right-radius:10px;--icon-display:none;--icon-size:20px;--icon-color:rgba(var(--color_11),1);--icon-rotation:0;--container-flex-direction:row;--container-justify-content:center;--container-align-items:center;--content-horizontal-alignment:center;--content-gap:10px;--label-overflow:wrap;--disabled-icon-rotation:0;--hover-border-right:1px solid rgba(var(--color_18),1);--disabled-border-bottom:1px solid rgba(199,199,199,1);--disabled-border-top:1px solid rgba(199,199,199,1);--hover-border-left:1px solid rgba(var(--color_18),1);--hover-background:url("//static.wixstatic.com/media/9b78c1_9ba118cda0654a19bca2a1a3199e12d9~mv2.png/v1/fill/w_354,h_142,al_c,q_85,enc_auto/9b78c1_9ba118cda0654a19bca2a1a3199e12d9~mv2.png.webp?formatterValues=9b78c1_9ba118cda0654a19bca2a1a3199e12d9~mv2.png,354,142") 50% 50% / 71% no-repeat, rgba(0,0,0,0);--disabled-background:rgba(199,199,199,1);--disabled-border-right:1px solid rgba(199,199,199,1);--hover-box-shadow:0px 1px 5px 4px rgba(var(--color_24),1);--disabled-color:#000000;--hover-border-top:1px solid rgba(var(--color_18),1);--hover-border-bottom:1px solid rgba(var(--color_18),1);--disabled-border-left:1px solid rgba(199,199,199,1);--static-spx:0.1 * var(--one-unit);}#comp-mm4sx7c7:not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7c7:not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7c7.variants-mm4sx7c73, #comp-mm4sx7c7.variants-mm4sx7c73 :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7c7.variants-mm4sx7c73, #comp-mm4sx7c7.variants-mm4sx7c73 :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7c7.variants-mm4sx7c74, #comp-mm4sx7c7.variants-mm4sx7c74 :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7c7.variants-mm4sx7c74, #comp-mm4sx7c7.variants-mm4sx7c74 :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mm4sx7c7{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mm4sx7c7.variants-mm4sx7c74{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1.05)scaleY(1.05)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mlgjzdne{width:auto;height:auto;--comp-display:unset;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;grid-area:10/1/11/2;position:relative;}.comp-mlgjzdne-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mlgjzdne:not(.comp-mlgjzdne-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne{--l_display:unset;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne{--l_display:unset;}}#comp-mlgjzdne{--alpha-bg:0;--bg:var(--color_11);--static-spx:1px;}#comp-mlgjzdne_r_comp-mlgjzdk1{min-height:0px;height:auto;min-width:0px;max-width:99999px;max-height:99999px;--comp-display:unset;position:relative;}#comp-mlgjzdne_r_comp-mlgjzdk1 .comp-mlgjzdne_r_comp-mlgjzdk1-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;row-gap:0px;column-gap:0px;max-width:99999999999px;margin-left:clamp(0px, (100% - 99999999999px) / 2, 100 * var(--one-unit));--section-max-width:99999999999px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max(0.5px, 0.1334109 * (var(--scaling-factor) - var(--scrollbar-width))),auto);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mlgjzdne_r_comp-mlgjzdk1:not(.comp-mlgjzdne_r_comp-mlgjzdk1-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#comp-mlgjzdne_r_comp-mlgjzdk1 .comp-mlgjzdne_r_comp-mlgjzdk1-container-pinned{max-width:99999999999px;margin-left:clamp(0px, (100% - 99999999999px) / 2, 100 * var(--one-unit));--section-max-width:99999999999px;height:100%;width:100%;position:absolute;display:grid;pointer-events:none;}#comp-mlgjzdne_r_comp-mlgjzdk1{--bg:255,255,255;--alpha-bg:0;--static-spx:0.1 * var(--one-unit);}#comp-mlgjzdne_r_comp-mky57xrd{min-height:0px;--comp-display:flex;--l_display:unset;height:auto;min-width:0px;width:auto;max-width:99999px;max-height:99999px;display:var(--l_display,var(--comp-display,flex));flex-direction:column;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-mlgjzdne_r_comp-mky57xrd .comp-mlgjzdne_r_comp-mky57xrd-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:40px;padding-right:80px;padding-left:80px;padding-bottom:40px;row-gap:0px;column-gap:40px;flex-grow:1;display:var(--l_display,var(--container-display));grid-template-rows:minmax(max-content,100%);grid-template-columns:1fr 1fr 1fr 1fr;--container-layout-type:grid-container-layout;--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-mky57xrd .comp-mlgjzdne_r_comp-mky57xrd-container{padding-right:20px;padding-left:20px;row-gap:0px;column-gap:20px;grid-template-rows:minmax(max-content,100%);grid-template-columns:1fr 1fr 1fr 1fr;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky57xrd .comp-mlgjzdne_r_comp-mky57xrd-container{padding-right:20px;padding-left:20px;row-gap:20px;column-gap:20px;grid-template-rows:minmax(max-content,25%) minmax(max-content,25%) minmax(max-content,25%) minmax(max-content,25%);grid-template-columns:minmax(0px,1fr);}}#comp-mlgjzdne_r_comp-mky57xrd{--brw:0px;--brd:var(--color_13);--bg:0,0,0;--alpha-bg:0;--rd:max(0.5px, 0.0158103 * (var(--scaling-factor) - var(--scrollbar-width))) max(0.5px, 0.0158103 * (var(--scaling-factor) - var(--scrollbar-width))) 0px 0px;--shd:none;--gradient:none;--alpha-brd:0.15;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:linear-gradient(119deg, #000000 0%, rgba(0,0,0,0.57) 60.526315789473685%, rgba(126,207,128,0.41) 92.10526315789474%);}#comp-mlgjzdne_r_comp-ml4b66sq{min-height:unset;--l_display:unset;height:auto;--aspect-ratio:0.19072816670569315;min-width:0px;width:99.96672546265759%;max-width:99999px;max-height:99999px;aspect-ratio:1/var(--aspect-ratio);--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:start;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:max(0.5px, 0.0003906 * (var(--scaling-factor) - var(--scrollbar-width)));margin-bottom:0px;grid-area:1/1/2/2;position:relative;}#comp-mlgjzdne_r_comp-ml4b66sq{--backgroundColor:0,0,0;--borderColor:255,255,255;--borderWidth:0px;--cornerRadius:0px;--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--alpha-borderColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}#comp-mlgjzdne_r_comp-ml4b66sq wow-image{overflow:clip;}#comp-mlgjzdne_r_comp-ml4b66sq wow-image img{height:100%;}#comp-mlgjzdne_r_comp-mky3tjfv{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:auto;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:start;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/2/2/3;position:relative;}.comp-mlgjzdne_r_comp-mky3tjfv-container{box-sizing:border-box;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(min-content,1fr);grid-template-columns:minmax(0px,204.796875fr);--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mlgjzdne_r_comp-mky3tjfv:not(.comp-mlgjzdne_r_comp-mky3tjfv-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-mky3tjfv{grid-area:1/2/2/3;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky3tjfv{grid-area:2/1/3/2;}}#comp-mlgjzdne_r_comp-mky3tjfv{--container-background:rgba(255,255,255,0);--container-border-left:0px solid rgba(203,220,233,1);--container-border-right:0px solid rgba(203,220,233,1);--container-border-top:0px solid rgba(203,220,233,1);--container-border-bottom:0px solid rgba(203,220,233,1);--container-border-radius:0px 0px 0px 0px;--container-padding-top:0px;--container-padding-right:0px;--container-padding-bottom:0px;--container-padding-left:0px;--item-background:rgba(255,255,255,0);--item-font:normal normal normal 12px/1.6em inter,sans-serif;--item-color:rgba(var(--color_11),1);--item-text-decoration:none;--item-text-transform:none;--item-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--item-text-highlight:none;--item-letter-spacing:0em;--item-line-height:1em;--item-text-shadow:0px 0px 0px transparent;--item-border-left:0px solid rgba(203,220,233,1);--item-border-right:0px solid rgba(203,220,233,1);--item-border-top:0px solid rgba(203,220,233,1);--item-border-bottom:0px solid rgba(203,220,233,1);--item-border-radius:0px 0px 0px 0px;--horizontal-item-icon-display:unset;--item-icon-size:10px;--item-icon-color:rgba(0,0,0,1);--item-divider:1px solid rgba(203,220,233,1);--item-text-align:justify;--item-direction:revert;--item-vertical-padding:2px;--item-horizontal-padding:8px;--item-padding-top:initial;--item-padding-right:initial;--item-padding-bottom:initial;--item-padding-left:initial;--scroll-button-background:rgba(255,255,255,1);--scroll-button-border-left:1px solid rgba(203,220,233,1);--scroll-button-border-right:1px solid rgba(203,220,233,1);--scroll-button-border-top:1px solid rgba(203,220,233,1);--scroll-button-border-bottom:1px solid rgba(203,220,233,1);--scroll-button-border-radius:0 0 0 0;--scroll-button-box-shadow:none;--scroll-button-icon-display:unset;--scroll-button-icon-size:10px;--scroll-button-icon-color:rgba(0,0,0,1);--scroll-button-icon-rotation:0;--scroll-button-padding-right:6px;--scroll-button-padding-left:6px;--dropdown-container-background:rgba(255,255,255,0);--dropdown-container-border-left:medium none currentcolor;--dropdown-container-border-right:medium none currentcolor;--dropdown-container-border-top:medium none currentcolor;--dropdown-container-border-bottom:medium none currentcolor;--dropdown-container-border-radius:0px 0px 0px 0px;--dropdown-anchor:menuStretched;--dropdown-align:start;--dropdown-horizontal-margin:0px;--dropdown-space-above:0px;--dropdown-menu-container-background:rgba(255,255,255,0);--dropdown-menu-container-box-shadow:none;--dropdown-menu-container-border-left:medium none currentcolor;--dropdown-menu-container-border-right:medium none currentcolor;--dropdown-menu-container-border-top:medium none currentcolor;--dropdown-menu-container-border-bottom:medium none currentcolor;--dropdown-menu-container-border-radius:0px 0px 0px 0px;--dropdown-menu-item-background:rgba(255,255,255,0);--dropdown-menu-item-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--dropdown-menu-item-color:rgba(0,0,0,1);--dropdown-menu-item-text-decoration:none;--dropdown-menu-item-text-transform:revert;--dropdown-menu-item-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-item-text-highlight:none;--dropdown-menu-item-letter-spacing:revert;--dropdown-menu-item-line-height:1.4em;--dropdown-menu-item-text-shadow:0px 0px 0px transparent;--dropdown-menu-item-border-left:0px solid rgba(0,0,0,1);--dropdown-menu-item-border-right:0px solid rgba(0,0,0,1);--dropdown-menu-item-border-top:0px solid rgba(0,0,0,1);--dropdown-menu-item-border-bottom:0px solid rgba(0,0,0,1);--dropdown-menu-item-border-radius:0px 0px 0px 0px;--dropdown-menu-item-box-shadow:none;--dropdown-menu-sub-item-background:rgba(255,255,255,0);--dropdown-menu-sub-item-font:normal normal normal 14px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--dropdown-menu-sub-item-color:rgba(0,0,0,1);--dropdown-menu-sub-item-text-decoration:none;--dropdown-menu-sub-item-text-transform:revert;--dropdown-menu-sub-item-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-sub-item-text-highlight:none;--dropdown-menu-sub-item-letter-spacing:revert;--dropdown-menu-sub-item-line-height:revert;--dropdown-menu-sub-item-text-shadow:0px 0px 0px transparent;--dropdown-menu-sub-item-border-left:medium none currentcolor;--dropdown-menu-sub-item-border-right:medium none currentcolor;--dropdown-menu-sub-item-border-top:medium none currentcolor;--dropdown-menu-sub-item-border-bottom:medium none currentcolor;--dropdown-menu-sub-item-border-radius:0px 0px 0px 0px;--dropdown-menu-sub-item-box-shadow:none;--dropdown-menu-item-vertical-padding:0px;--dropdown-menu-item-horizontal-padding:0px;--dropdown-menu-item-padding-top:initial;--dropdown-menu-item-padding-right:initial;--dropdown-menu-item-padding-bottom:initial;--dropdown-menu-item-padding-left:initial;--dropdown-menu-container-vertical-padding:10px;--dropdown-menu-container-horizontal-padding:16px;--dropdown-menu-container-padding-top:initial;--dropdown-menu-container-padding-right:initial;--dropdown-menu-container-padding-bottom:initial;--dropdown-menu-container-padding-left:initial;--dropdown-menu-item-vertical-spacing:8px;--dropdown-menu-item-horizontal-spacing:10px;--dropdown-menu-sub-items-vertical-spacing-before:4px;--dropdown-menu-sub-items-vertical-spacing-between:2px;--dropdown-menu-sub-item-vertical-padding:0px;--dropdown-menu-sub-item-horizontal-padding:0px;--dropdown-menu-sub-item-padding-top:initial;--dropdown-menu-sub-item-padding-right:initial;--dropdown-menu-sub-item-padding-bottom:initial;--dropdown-menu-sub-item-padding-left:initial;--dropdown-menu-columns-number:1;--dropdown-menu-align:start;--dropdown-menu-item-align:inherit;--dropdown-menu-sub-item-align:inherit;--display-mode:navbar;--spacing-between-label-and-dropdown-icon:6px;--menu-items-main-axis-gap:12.0px;--menu-items-cross-axis-gap:10px;--orientation:vertical;--overflow:wrap;--divider-display:none;--container-align:justify;--menu-items-justification:justify;--animation-name:none;--vertical-dropdown-display:expandCollapse;--item-hover-color:rgba(var(--color_24),1);--dropdown-menu-sub-item-hover-box-shadow:initial;--item-selected-color:rgba(var(--color_24),1);--dropdown-menu-sub-item-selected-border-bottom:initial;--scroll-button-hover-border-radius:initial;--item-hover-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-sub-item-hover-text-decoration: underline;--dropdown-menu-sub-item-selected-border-left:initial;--dropdown-menu-item-hover-letter-spacing:initial;--scroll-button-hover-border-right:1px solid rgba(26,106,255,1);--dropdown-menu-item-hover-color:rgba(26,106,255,1);--scroll-button-hover-border-bottom:1px solid rgba(26,106,255,1);--dropdown-menu-item-hover-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--dropdown-menu-item-selected-border-bottom:initial;--dropdown-menu-sub-item-hover-text-highlight:initial;--dropdown-menu-item-selected-border-right:initial;--dropdown-menu-sub-item-hover-text-outline:initial;--item-selected-text-decoration:initial;--dropdown-menu-item-hover-background:rgba(255,255,255,0);--dropdown-menu-item-selected-text-transform:initial;--dropdown-menu-sub-item-hover-line-height:initial;--scroll-button-hover-icon-display:unset;--item-selected-icon-color:rgba(26,106,255,1);--dropdown-menu-item-hover-box-shadow:initial;--item-hover-text-highlight:initial;--dropdown-menu-sub-item-selected-background:initial;--scroll-button-hover-padding-right:initial;--dropdown-menu-sub-item-hover-text-transform:initial;--item-hover-border-left:0px solid rgba(203,220,233,1);--item-selected-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-item-selected-text-shadow:initial;--item-hover-icon-color:rgba(26,106,255,1);--dropdown-menu-item-selected-border-top:initial;--dropdown-menu-item-selected-border-radius:initial;--dropdown-container-hover-background:rgba(255,255,255,1);--dropdown-menu-sub-item-selected-box-shadow:initial;--scroll-button-hover-icon-color:rgba(26,106,255,1);--item-hover-box-shadow:initial;--item-hover-background:rgba(255,255,255,0);--item-hover-text-decoration:initial;--scroll-button-hover-icon-size:14px;--dropdown-menu-sub-item-selected-text-outline:initial;--item-hover-border-right:0px solid rgba(203,220,233,1);--dropdown-menu-item-hover-text-highlight:initial;--dropdown-menu-item-hover-border-right:initial;--item-selected-text-highlight:initial;--dropdown-menu-sub-item-hover-letter-spacing:initial;--dropdown-menu-item-selected-background:rgba(255,255,255,0);--dropdown-menu-item-hover-border-top:initial;--dropdown-menu-sub-item-selected-line-height:initial;--dropdown-menu-sub-item-hover-border-radius:initial;--dropdown-menu-sub-item-hover-color:rgba(26,106,255,1);--dropdown-menu-sub-item-selected-text-transform:initial;--scroll-button-hover-icon-rotation:0;--item-selected-box-shadow:initial;--item-selected-border-bottom:0px solid rgba(203,220,233,1);--dropdown-menu-sub-item-selected-border-top:initial;--dropdown-menu-sub-item-selected-text-shadow:initial;--dropdown-menu-sub-item-selected-letter-spacing:initial;--dropdown-menu-sub-item-hover-border-top:initial;--item-hover-text-shadow:initial;--dropdown-menu-item-selected-border-left:initial;--dropdown-menu-item-hover-border-left:initial;--dropdown-menu-item-selected-text-outline:initial;--dropdown-menu-sub-item-selected-color:rgba(26,106,255,1);--dropdown-menu-sub-item-hover-background:initial;--dropdown-menu-sub-item-hover-border-bottom:initial;--dropdown-menu-item-selected-text-decoration: underline;--dropdown-menu-sub-item-selected-text-highlight:initial;--dropdown-menu-item-hover-text-transform:initial;--dropdown-menu-item-hover-text-outline:initial;--dropdown-menu-sub-item-hover-border-right:initial;--dropdown-menu-item-selected-letter-spacing:initial;--dropdown-container-selected-background:rgba(255,255,255,1);--dropdown-menu-item-selected-box-shadow:initial;--item-selected-border-top:0px solid rgba(203,220,233,1);--item-selected-text-shadow:initial;--scroll-button-hover-box-shadow:initial;--item-hover-border-top:0px solid rgba(203,220,233,1);--scroll-button-hover-border-left:1px solid rgba(26,106,255,1);--dropdown-menu-sub-item-selected-text-decoration: underline;--dropdown-menu-sub-item-selected-border-right:initial;--dropdown-menu-item-hover-text-shadow:initial;--dropdown-menu-item-hover-border-bottom:initial;--dropdown-menu-item-hover-border-radius:initial;--dropdown-menu-sub-item-selected-font:initial;--item-selected-border-right:0px solid rgba(203,220,233,1);--dropdown-menu-sub-item-hover-text-shadow:initial;--scroll-button-hover-background:rgba(220,232,255,1);--scroll-button-hover-padding-left:initial;--dropdown-menu-sub-item-selected-border-radius:initial;--item-selected-border-radius:initial;--item-hover-border-bottom:0px solid rgba(203,220,233,1);--item-hover-border-radius:initial;--dropdown-menu-item-hover-line-height:initial;--item-selected-border-left:0px solid rgba(203,220,233,1);--item-selected-background:rgba(255,255,255,0);--dropdown-menu-sub-item-hover-border-left:initial;--dropdown-menu-item-selected-color:rgba(26,106,255,1);--dropdown-menu-item-hover-text-decoration: underline;--dropdown-menu-sub-item-hover-font:initial;--scroll-button-hover-border-top:1px solid rgba(26,106,255,1);--dropdown-menu-item-selected-line-height:initial;--dropdown-menu-item-selected-text-highlight:initial;--dropdown-menu-item-selected-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--static-spx:0.1 * var(--one-unit);}#portal-comp-mlgjzdne_r_comp-mky3tjfv{--container-background:rgba(255,255,255,0);--container-border-left:0px solid rgba(203,220,233,1);--container-border-right:0px solid rgba(203,220,233,1);--container-border-top:0px solid rgba(203,220,233,1);--container-border-bottom:0px solid rgba(203,220,233,1);--container-border-radius:0px 0px 0px 0px;--container-padding-top:0px;--container-padding-right:0px;--container-padding-bottom:0px;--container-padding-left:0px;--item-background:rgba(255,255,255,0);--item-font:normal normal normal 12px/1.6em inter,sans-serif;--item-color:rgba(var(--color_11),1);--item-text-decoration:none;--item-text-transform:none;--item-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--item-text-highlight:none;--item-letter-spacing:0em;--item-line-height:1em;--item-text-shadow:0px 0px 0px transparent;--item-border-left:0px solid rgba(203,220,233,1);--item-border-right:0px solid rgba(203,220,233,1);--item-border-top:0px solid rgba(203,220,233,1);--item-border-bottom:0px solid rgba(203,220,233,1);--item-border-radius:0px 0px 0px 0px;--horizontal-item-icon-display:unset;--item-icon-size:10px;--item-icon-color:rgba(0,0,0,1);--item-divider:1px solid rgba(203,220,233,1);--item-text-align:justify;--item-direction:revert;--item-vertical-padding:2px;--item-horizontal-padding:8px;--item-padding-top:initial;--item-padding-right:initial;--item-padding-bottom:initial;--item-padding-left:initial;--scroll-button-background:rgba(255,255,255,1);--scroll-button-border-left:1px solid rgba(203,220,233,1);--scroll-button-border-right:1px solid rgba(203,220,233,1);--scroll-button-border-top:1px solid rgba(203,220,233,1);--scroll-button-border-bottom:1px solid rgba(203,220,233,1);--scroll-button-border-radius:0 0 0 0;--scroll-button-box-shadow:none;--scroll-button-icon-display:unset;--scroll-button-icon-size:10px;--scroll-button-icon-color:rgba(0,0,0,1);--scroll-button-icon-rotation:0;--scroll-button-padding-right:6px;--scroll-button-padding-left:6px;--dropdown-container-background:rgba(255,255,255,0);--dropdown-container-border-left:medium none currentcolor;--dropdown-container-border-right:medium none currentcolor;--dropdown-container-border-top:medium none currentcolor;--dropdown-container-border-bottom:medium none currentcolor;--dropdown-container-border-radius:0px 0px 0px 0px;--dropdown-anchor:menuStretched;--dropdown-align:start;--dropdown-horizontal-margin:0px;--dropdown-space-above:0px;--dropdown-menu-container-background:rgba(255,255,255,0);--dropdown-menu-container-box-shadow:none;--dropdown-menu-container-border-left:medium none currentcolor;--dropdown-menu-container-border-right:medium none currentcolor;--dropdown-menu-container-border-top:medium none currentcolor;--dropdown-menu-container-border-bottom:medium none currentcolor;--dropdown-menu-container-border-radius:0px 0px 0px 0px;--dropdown-menu-item-background:rgba(255,255,255,0);--dropdown-menu-item-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--dropdown-menu-item-color:rgba(0,0,0,1);--dropdown-menu-item-text-decoration:none;--dropdown-menu-item-text-transform:revert;--dropdown-menu-item-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-item-text-highlight:none;--dropdown-menu-item-letter-spacing:revert;--dropdown-menu-item-line-height:1.4em;--dropdown-menu-item-text-shadow:0px 0px 0px transparent;--dropdown-menu-item-border-left:0px solid rgba(0,0,0,1);--dropdown-menu-item-border-right:0px solid rgba(0,0,0,1);--dropdown-menu-item-border-top:0px solid rgba(0,0,0,1);--dropdown-menu-item-border-bottom:0px solid rgba(0,0,0,1);--dropdown-menu-item-border-radius:0px 0px 0px 0px;--dropdown-menu-item-box-shadow:none;--dropdown-menu-sub-item-background:rgba(255,255,255,0);--dropdown-menu-sub-item-font:normal normal normal 14px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--dropdown-menu-sub-item-color:rgba(0,0,0,1);--dropdown-menu-sub-item-text-decoration:none;--dropdown-menu-sub-item-text-transform:revert;--dropdown-menu-sub-item-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-sub-item-text-highlight:none;--dropdown-menu-sub-item-letter-spacing:revert;--dropdown-menu-sub-item-line-height:revert;--dropdown-menu-sub-item-text-shadow:0px 0px 0px transparent;--dropdown-menu-sub-item-border-left:medium none currentcolor;--dropdown-menu-sub-item-border-right:medium none currentcolor;--dropdown-menu-sub-item-border-top:medium none currentcolor;--dropdown-menu-sub-item-border-bottom:medium none currentcolor;--dropdown-menu-sub-item-border-radius:0px 0px 0px 0px;--dropdown-menu-sub-item-box-shadow:none;--dropdown-menu-item-vertical-padding:0px;--dropdown-menu-item-horizontal-padding:0px;--dropdown-menu-item-padding-top:initial;--dropdown-menu-item-padding-right:initial;--dropdown-menu-item-padding-bottom:initial;--dropdown-menu-item-padding-left:initial;--dropdown-menu-container-vertical-padding:10px;--dropdown-menu-container-horizontal-padding:16px;--dropdown-menu-container-padding-top:initial;--dropdown-menu-container-padding-right:initial;--dropdown-menu-container-padding-bottom:initial;--dropdown-menu-container-padding-left:initial;--dropdown-menu-item-vertical-spacing:8px;--dropdown-menu-item-horizontal-spacing:10px;--dropdown-menu-sub-items-vertical-spacing-before:4px;--dropdown-menu-sub-items-vertical-spacing-between:2px;--dropdown-menu-sub-item-vertical-padding:0px;--dropdown-menu-sub-item-horizontal-padding:0px;--dropdown-menu-sub-item-padding-top:initial;--dropdown-menu-sub-item-padding-right:initial;--dropdown-menu-sub-item-padding-bottom:initial;--dropdown-menu-sub-item-padding-left:initial;--dropdown-menu-columns-number:1;--dropdown-menu-align:start;--dropdown-menu-item-align:inherit;--dropdown-menu-sub-item-align:inherit;--display-mode:navbar;--spacing-between-label-and-dropdown-icon:6px;--menu-items-main-axis-gap:12.0px;--menu-items-cross-axis-gap:10px;--orientation:vertical;--overflow:wrap;--divider-display:none;--container-align:justify;--menu-items-justification:justify;--animation-name:none;--vertical-dropdown-display:expandCollapse;--item-hover-color:rgba(var(--color_24),1);--dropdown-menu-sub-item-hover-box-shadow:initial;--item-selected-color:rgba(var(--color_24),1);--dropdown-menu-sub-item-selected-border-bottom:initial;--scroll-button-hover-border-radius:initial;--item-hover-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-sub-item-hover-text-decoration: underline;--dropdown-menu-sub-item-selected-border-left:initial;--dropdown-menu-item-hover-letter-spacing:initial;--scroll-button-hover-border-right:1px solid rgba(26,106,255,1);--dropdown-menu-item-hover-color:rgba(26,106,255,1);--scroll-button-hover-border-bottom:1px solid rgba(26,106,255,1);--dropdown-menu-item-hover-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--dropdown-menu-item-selected-border-bottom:initial;--dropdown-menu-sub-item-hover-text-highlight:initial;--dropdown-menu-item-selected-border-right:initial;--dropdown-menu-sub-item-hover-text-outline:initial;--item-selected-text-decoration:initial;--dropdown-menu-item-hover-background:rgba(255,255,255,0);--dropdown-menu-item-selected-text-transform:initial;--dropdown-menu-sub-item-hover-line-height:initial;--scroll-button-hover-icon-display:unset;--item-selected-icon-color:rgba(26,106,255,1);--dropdown-menu-item-hover-box-shadow:initial;--item-hover-text-highlight:initial;--dropdown-menu-sub-item-selected-background:initial;--scroll-button-hover-padding-right:initial;--dropdown-menu-sub-item-hover-text-transform:initial;--item-hover-border-left:0px solid rgba(203,220,233,1);--item-selected-text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--dropdown-menu-item-selected-text-shadow:initial;--item-hover-icon-color:rgba(26,106,255,1);--dropdown-menu-item-selected-border-top:initial;--dropdown-menu-item-selected-border-radius:initial;--dropdown-container-hover-background:rgba(255,255,255,1);--dropdown-menu-sub-item-selected-box-shadow:initial;--scroll-button-hover-icon-color:rgba(26,106,255,1);--item-hover-box-shadow:initial;--item-hover-background:rgba(255,255,255,0);--item-hover-text-decoration:initial;--scroll-button-hover-icon-size:14px;--dropdown-menu-sub-item-selected-text-outline:initial;--item-hover-border-right:0px solid rgba(203,220,233,1);--dropdown-menu-item-hover-text-highlight:initial;--dropdown-menu-item-hover-border-right:initial;--item-selected-text-highlight:initial;--dropdown-menu-sub-item-hover-letter-spacing:initial;--dropdown-menu-item-selected-background:rgba(255,255,255,0);--dropdown-menu-item-hover-border-top:initial;--dropdown-menu-sub-item-selected-line-height:initial;--dropdown-menu-sub-item-hover-border-radius:initial;--dropdown-menu-sub-item-hover-color:rgba(26,106,255,1);--dropdown-menu-sub-item-selected-text-transform:initial;--scroll-button-hover-icon-rotation:0;--item-selected-box-shadow:initial;--item-selected-border-bottom:0px solid rgba(203,220,233,1);--dropdown-menu-sub-item-selected-border-top:initial;--dropdown-menu-sub-item-selected-text-shadow:initial;--dropdown-menu-sub-item-selected-letter-spacing:initial;--dropdown-menu-sub-item-hover-border-top:initial;--item-hover-text-shadow:initial;--dropdown-menu-item-selected-border-left:initial;--dropdown-menu-item-hover-border-left:initial;--dropdown-menu-item-selected-text-outline:initial;--dropdown-menu-sub-item-selected-color:rgba(26,106,255,1);--dropdown-menu-sub-item-hover-background:initial;--dropdown-menu-sub-item-hover-border-bottom:initial;--dropdown-menu-item-selected-text-decoration: underline;--dropdown-menu-sub-item-selected-text-highlight:initial;--dropdown-menu-item-hover-text-transform:initial;--dropdown-menu-item-hover-text-outline:initial;--dropdown-menu-sub-item-hover-border-right:initial;--dropdown-menu-item-selected-letter-spacing:initial;--dropdown-container-selected-background:rgba(255,255,255,1);--dropdown-menu-item-selected-box-shadow:initial;--item-selected-border-top:0px solid rgba(203,220,233,1);--item-selected-text-shadow:initial;--scroll-button-hover-box-shadow:initial;--item-hover-border-top:0px solid rgba(203,220,233,1);--scroll-button-hover-border-left:1px solid rgba(26,106,255,1);--dropdown-menu-sub-item-selected-text-decoration: underline;--dropdown-menu-sub-item-selected-border-right:initial;--dropdown-menu-item-hover-text-shadow:initial;--dropdown-menu-item-hover-border-bottom:initial;--dropdown-menu-item-hover-border-radius:initial;--dropdown-menu-sub-item-selected-font:initial;--item-selected-border-right:0px solid rgba(203,220,233,1);--dropdown-menu-sub-item-hover-text-shadow:initial;--scroll-button-hover-background:rgba(220,232,255,1);--scroll-button-hover-padding-left:initial;--dropdown-menu-sub-item-selected-border-radius:initial;--item-selected-border-radius:initial;--item-hover-border-bottom:0px solid rgba(203,220,233,1);--item-hover-border-radius:initial;--dropdown-menu-item-hover-line-height:initial;--item-selected-border-left:0px solid rgba(203,220,233,1);--item-selected-background:rgba(255,255,255,0);--dropdown-menu-sub-item-hover-border-left:initial;--dropdown-menu-item-selected-color:rgba(26,106,255,1);--dropdown-menu-item-hover-text-decoration: underline;--dropdown-menu-sub-item-hover-font:initial;--scroll-button-hover-border-top:1px solid rgba(26,106,255,1);--dropdown-menu-item-selected-line-height:initial;--dropdown-menu-item-selected-text-highlight:initial;--dropdown-menu-item-selected-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-mky3tjfv{--item-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--container-align:justify;--menu-items-justification:justify;}#portal-comp-mlgjzdne_r_comp-mky3tjfv{--item-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--container-align:justify;--menu-items-justification:justify;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky3tjfv{--item-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--container-align:center;--menu-items-justification:none;}#portal-comp-mlgjzdne_r_comp-mky3tjfv{--item-font:normal normal normal 15px/1.6em madefor-text,helveticaneuew01-45ligh,helveticaneuew02-45ligh,helveticaneuew10-45ligh,sans-serif;--container-align:center;--menu-items-justification:none;}}:is(#comp-mlgjzdne_r_comp-mky3tjgh, [id^="comp-mlgjzdne_r_comp-mky3tjgh__"]){min-height:0px;--l_display:unset;height:100%;min-width:0px;width:100%;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:start;justify-self:start;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}.comp-mlgjzdne_r_comp-mky3tjgh-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}:is(#comp-mlgjzdne_r_comp-mky3tjgh, [id^="comp-mlgjzdne_r_comp-mky3tjgh__"]):not(.comp-mlgjzdne_r_comp-mky3tjgh-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}:is(#comp-mlgjzdne_r_comp-mky3tjgh, [id^="comp-mlgjzdne_r_comp-mky3tjgh__"]){--static-spx:0.1 * var(--one-unit);}:is(#comp-mlgjzdne_r_comp-mky3tjgj, [id^="comp-mlgjzdne_r_comp-mky3tjgj__"]){min-height:0px;--l_display:unset;height:auto;min-width:0px;width:auto;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}:is(#comp-mlgjzdne_r_comp-mky3tjgl, [id^="comp-mlgjzdne_r_comp-mky3tjgl__"]){min-height:300px;--l_display:unset;height:300px;min-width:0px;width:980px;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:stretch;justify-self:stretch;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}:is(#comp-mlgjzdne_r_comp-mky3tjgl, [id^="comp-mlgjzdne_r_comp-mky3tjgl__"]) .comp-mlgjzdne_r_comp-mky3tjgl-overflow-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);overflow-x:scroll;overflow-y:scroll;--sticky-offset:0px;scrollbar-width:none;overflow:-moz-scrollbars-none;-ms-overflow-style:none;}:is(#comp-mlgjzdne_r_comp-mky3tjgl, [id^="comp-mlgjzdne_r_comp-mky3tjgl__"]) .comp-mlgjzdne_r_comp-mky3tjgl-container{box-sizing:border-box;position:relative;pointer-events:none;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}:is(#comp-mlgjzdne_r_comp-mky3tjgl, [id^="comp-mlgjzdne_r_comp-mky3tjgl__"]):not(.comp-mlgjzdne_r_comp-mky3tjgl-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}:is(#comp-mlgjzdne_r_comp-mky3tjgl, [id^="comp-mlgjzdne_r_comp-mky3tjgl__"]) .comp-mlgjzdne_r_comp-mky3tjgl-overflow-wrapper::-webkit-scrollbar{width:0;height:0;}:is(#comp-mlgjzdne_r_comp-mky3tjgn3, [id^="comp-mlgjzdne_r_comp-mky3tjgn3__"]){min-height:0px;--l_display:unset;height:auto;min-width:0px;width:35%;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:stretch;justify-self:end;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}:is(#comp-mlgjzdne_r_comp-mky3tjgn3, [id^="comp-mlgjzdne_r_comp-mky3tjgn3__"]) .comp-mlgjzdne_r_comp-mky3tjgn3-overflow-wrapper{position:relative;display:grid;grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);overflow-x:hidden;overflow-y:scroll;--sticky-offset:0px;}:is(#comp-mlgjzdne_r_comp-mky3tjgn3, [id^="comp-mlgjzdne_r_comp-mky3tjgn3__"]) .comp-mlgjzdne_r_comp-mky3tjgn3-container{box-sizing:border-box;position:relative;pointer-events:none;padding-top:40px;padding-right:40px;padding-left:40px;padding-bottom:40px;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(779.375px,auto);grid-template-columns:minmax(0px,448fr);--container-layout-type:grid-container-layout;--container-display:grid;}:is(#comp-mlgjzdne_r_comp-mky3tjgn3, [id^="comp-mlgjzdne_r_comp-mky3tjgn3__"]):not(.comp-mlgjzdne_r_comp-mky3tjgn3-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}:is(#comp-mlgjzdne_r_comp-mky3tjgq3, [id^="comp-mlgjzdne_r_comp-mky3tjgq3__"]){min-height:0px;--l_display:unset;height:auto;min-width:0px;width:81.09714673913044%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:start;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}:is(#comp-mlgjzdne_r_comp-mky3tjgq3, [id^="comp-mlgjzdne_r_comp-mky3tjgq3__"]){--static-spx:0.1 * var(--one-unit);}:is(#comp-mlgjzdne_r_comp-mky3tjgr2, [id^="comp-mlgjzdne_r_comp-mky3tjgr2__"]){min-height:0px;--l_display:unset;height:40px;min-width:0px;width:40px;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:end;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:5px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}:is(#comp-mlgjzdne_r_comp-mky3tjg9, [id^="comp-mlgjzdne_r_comp-mky3tjg9__"]){min-height:75px;--l_display:unset;height:auto;min-width:0px;width:100%;max-width:99999px;max-height:99999px;--comp-display:unset;align-self:start;justify-self:start;pointer-events:auto;margin-left:0%;margin-right:0%;margin-top:0%;margin-bottom:0%;grid-area:1/1/2/2;position:relative;}.comp-mlgjzdne_r_comp-mky3tjg9-container{box-sizing:border-box;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(75px,auto);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}:is(#comp-mlgjzdne_r_comp-mky3tjg9, [id^="comp-mlgjzdne_r_comp-mky3tjg9__"]):not(.comp-mlgjzdne_r_comp-mky3tjg9-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}:is(#comp-mlgjzdne_r_comp-mky3tjg9, [id^="comp-mlgjzdne_r_comp-mky3tjg9__"]){--container-background:initial;--container-box-shadow:initial;--container-border-left:initial;--container-border-right:initial;--container-border-top:initial;--container-border-bottom:initial;--container-border-radius:initial;--anchor:initial;--align:initial;--horizontal-margin:initial;--space-above:initial;--isDetached:false;--static-spx:0.1 * var(--one-unit);}:is(#comp-mlgjzdne_r_comp-mky3tjgb4, [id^="comp-mlgjzdne_r_comp-mky3tjgb4__"]){min-height:0px;--l_display:unset;height:auto;min-width:0px;width:auto;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:stretch;pointer-events:auto;margin-left:10px;margin-right:10px;margin-top:0px;margin-bottom:0px;grid-area:1/1/2/2;position:relative;}:is(#comp-mlgjzdne_r_comp-mky3tjgb4, [id^="comp-mlgjzdne_r_comp-mky3tjgb4__"]){--container-background:initial;--container-box-shadow:initial;--container-border-left:initial;--container-border-right:initial;--container-border-top:initial;--container-border-bottom:initial;--container-border-radius:initial;--item-background:initial;--item-font:initial;--item-color:initial;--item-text-decoration:initial;--item-text-transform:initial;--item-text-outline:initial;--item-text-highlight:initial;--item-letter-spacing:initial;--item-line-height:initial;--item-text-shadow:initial;--item-border-left:initial;--item-border-right:initial;--item-border-top:initial;--item-border-bottom:initial;--item-border-radius:initial;--item-box-shadow:initial;--sub-item-background:initial;--sub-item-font:initial;--sub-item-color:initial;--sub-item-text-decoration:initial;--sub-item-text-transform:initial;--sub-item-text-outline:initial;--sub-item-text-highlight:initial;--sub-item-letter-spacing:initial;--sub-item-line-height:initial;--sub-item-text-shadow:initial;--sub-item-border-left:initial;--sub-item-border-right:initial;--sub-item-border-top:initial;--sub-item-border-bottom:initial;--sub-item-border-radius:initial;--sub-item-box-shadow:initial;--item-vertical-padding:initial;--item-horizontal-padding:initial;--item-padding-top:initial;--item-padding-right:initial;--item-padding-bottom:initial;--item-padding-left:initial;--container-vertical-padding:initial;--container-horizontal-padding:initial;--container-padding-top:initial;--container-padding-right:initial;--container-padding-bottom:initial;--container-padding-left:initial;--item-vertical-spacing:initial;--item-horizontal-spacing:initial;--sub-items-vertical-spacing-before:initial;--sub-items-vertical-spacing-between:initial;--sub-item-vertical-padding:initial;--sub-item-horizontal-padding:initial;--sub-item-padding-top:initial;--sub-item-padding-right:initial;--sub-item-padding-bottom:initial;--sub-item-padding-left:initial;--columns-number:initial;--align:initial;--item-align:initial;--sub-item-align:initial;--sub-item-selected-border-radius:initial;--item-hover-color:initial;--item-selected-color:initial;--sub-item-hover-text-outline:initial;--sub-item-selected-border-bottom:initial;--item-hover-text-outline:initial;--sub-item-hover-color:initial;--sub-item-selected-border-left:initial;--sub-item-hover-border-top:initial;--item-selected-text-decoration:initial;--item-selected-text-transform:initial;--sub-item-hover-border-radius:initial;--item-hover-text-highlight:initial;--sub-item-hover-text-highlight:initial;--item-selected-letter-spacing:initial;--sub-item-hover-background:initial;--item-hover-border-left:initial;--item-selected-text-outline:initial;--item-hover-letter-spacing:initial;--sub-item-hover-border-left:initial;--item-hover-box-shadow:initial;--item-hover-font:initial;--item-hover-background:initial;--item-hover-text-decoration:initial;--item-hover-border-right:initial;--item-selected-text-highlight:initial;--sub-item-hover-line-height:initial;--item-hover-text-transform:initial;--sub-item-selected-text-transform:initial;--sub-item-selected-text-outline:initial;--isDetached:false;--sub-item-selected-border-top:initial;--sub-item-hover-border-right:initial;--sub-item-selected-font:initial;--sub-item-selected-letter-spacing:initial;--item-selected-box-shadow:initial;--sub-item-hover-font:initial;--item-selected-border-bottom:initial;--item-hover-text-shadow:initial;--sub-item-selected-text-decoration:initial;--sub-item-selected-line-height:initial;--sub-item-hover-letter-spacing:initial;--item-selected-font:initial;--sub-item-selected-text-shadow:initial;--item-selected-border-top:initial;--item-selected-text-shadow:initial;--item-hover-border-top:initial;--sub-item-selected-border-right:initial;--sub-item-selected-box-shadow:initial;--item-selected-border-right:initial;--sub-item-hover-border-bottom:initial;--sub-item-hover-text-decoration:initial;--sub-item-hover-text-shadow:initial;--sub-item-selected-text-highlight:initial;--item-selected-line-height:initial;--item-selected-border-radius:initial;--item-hover-border-bottom:initial;--item-hover-border-radius:initial;--sub-item-hover-text-transform:initial;--item-hover-line-height:initial;--item-selected-border-left:initial;--item-selected-background:initial;--sub-item-hover-box-shadow:initial;--sub-item-selected-background:initial;--sub-item-selected-color:initial;--static-spx:0.1 * var(--one-unit);}#comp-mlgjzdne_r_comp-mky3kvqq8{width:19.525146484375vw;height:auto;--l_display:unset;--comp-display:unset;align-self:start;justify-self:start;pointer-events:auto;margin-left:min(-0.5px, -1e-7 * (var(--scaling-factor) - var(--scrollbar-width)));margin-right:0px;margin-top:0px;margin-bottom:0px;grid-area:1/3/2/4;position:relative;}.comp-mlgjzdne_r_comp-mky3kvqq8-container{box-sizing:border-box;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-mky3kvqq8{width:19.525146484375vw;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky3kvqq8{width:100%;align-self:center;justify-self:center;margin-left:0px;grid-area:3/1/4/2;}}#comp-mlgjzdne_r_comp-mky3kvqq8{--brw:0px;--brd:var(--color_15);--bg:255,255,255;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mlgjzdne_r_comp-mky3kvqr6{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:99.79993748046265%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:max(0.5px, 0.0078125 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:flex-end;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-mky3kvqr6{margin-bottom:max(0.5px, 0.0130208 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:flex-end;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky3kvqr6{width:99.7951475577748%;margin-bottom:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:center;}}#comp-mlgjzdne_r_comp-mky3kvqr6{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textDecoration:none;--color:var(--color_11);--alpha-color:1;--textAlign:left;--fontFamily:dm-sans,sans-serif;--fontSize:14px;--fontWeight:600;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-mky3kvqr6{--textAlign:left;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky3kvqr6{--textAlign:center;}}#comp-mlgjzdne_r_comp-mky45koy{min-height:35px;--l_display:unset;height:auto;min-width:min-content;width:61.72553923100969%;max-width:99999px;max-height:99999px;--comp-display:unset;pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:2;position:relative;}.comp-mlgjzdne_r_comp-mky45koy-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mlgjzdne_r_comp-mky45koy:not(.comp-mlgjzdne_r_comp-mky45koy-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-mky45koy{align-self:flex-start;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky45koy{width:48.148674858105494%;align-self:center;}}#comp-mlgjzdne_r_comp-mky45koy.comp-mlgjzdne_r_variants-mky45kp11{--font:normal normal 600 14px/1.6em inter,sans-serif;--background:rgba(0,0,0,1);--box-shadow:inset 0px 1px 3px 3px rgba(var(--color_24),1);}#comp-mlgjzdne_r_comp-mky45koy{--font:normal normal 700 12px/1.6em inter,sans-serif;--color:rgba(var(--color_11),1);--label-display:initial;--letter-spacing:0em;--line-height:unset;--text-decoration:none;--direction:rtl;--text-align:center;--text-highlight:none;--text-transform:none;--text-outline:1px 0px transparent, -1px 0px transparent, 0px 1px transparent, 0px -1px transparent;--text-shadow:0px 0px 0px transparent;--background:rgba(0,0,0,1);--box-shadow:0px 1px 5px 2px rgba(var(--color_24),1);--border-left:1px solid rgba(var(--color_11),1);--border-right:1px solid rgba(var(--color_11),1);--border-top:1px solid rgba(var(--color_11),1);--border-bottom:1px solid rgba(var(--color_11),1);--padding-bottom:5px;--padding-top:5px;--padding-left:5px;--padding-right:5px;--border-top-left-radius:10px;--border-top-right-radius:10px;--border-bottom-left-radius:10px;--border-bottom-right-radius:10px;--icon-display:initial;--icon-size:20px;--icon-color:rgba(var(--color_11),1);--icon-rotation:0;--container-flex-direction:row;--container-justify-content:center;--container-align-items:center;--content-horizontal-alignment:center;--content-gap:10px;--label-overflow:wrap;--disabled-icon-rotation:0;--hover-border-right:1px solid rgba(var(--color_18),1);--disabled-border-bottom:1px solid rgba(199,199,199,1);--disabled-border-top:1px solid rgba(199,199,199,1);--hover-border-left:1px solid rgba(var(--color_18),1);--hover-background:rgba(0,0,0,0);--disabled-background:rgba(199,199,199,1);--disabled-border-right:1px solid rgba(199,199,199,1);--hover-box-shadow:0px 1px 5px 4px rgba(var(--color_24),1);--disabled-color:#000000;--hover-border-top:1px solid rgba(var(--color_18),1);--hover-border-bottom:1px solid rgba(var(--color_18),1);--disabled-border-left:1px solid rgba(199,199,199,1);--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky45koy{--font:normal normal normal 16px/1.6em dm-sans,sans-serif;--background:rgba(255,255,255,0);}}#comp-mlgjzdne_r_comp-mky45koy:not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mlgjzdne_r_comp-mky45koy:not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mlgjzdne_r_comp-mky45koy.comp-mlgjzdne_r_variants-mky45kp11, #comp-mlgjzdne_r_comp-mky45koy.comp-mlgjzdne_r_variants-mky45kp11 :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mlgjzdne_r_comp-mky45koy.comp-mlgjzdne_r_variants-mky45kp11, #comp-mlgjzdne_r_comp-mky45koy.comp-mlgjzdne_r_variants-mky45kp11 :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mlgjzdne_r_comp-mky45koy.comp-mlgjzdne_r_variants-mky45kp12, #comp-mlgjzdne_r_comp-mky45koy.comp-mlgjzdne_r_variants-mky45kp12 :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mlgjzdne_r_comp-mky45koy.comp-mlgjzdne_r_variants-mky45kp12, #comp-mlgjzdne_r_comp-mky45koy.comp-mlgjzdne_r_variants-mky45kp12 :not(.is-animating) :not(.is-animating){transition:all 0.3s ease-in-out 0s, visibility 0s;--transition:all 0.3s ease-in-out 0s, visibility 0s;}#comp-mlgjzdne_r_comp-mky45koy{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mlgjzdne_r_comp-mky45koy.comp-mlgjzdne_r_variants-mky45kp12{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1.02)scaleY(1.02)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mlgjzdne_r_comp-mky4w6nr{min-height:0px;--l_display:unset;height:auto;width:100.05525857471417%;max-height:99999px;--comp-display:unset;align-self:start;justify-self:start;pointer-events:auto;margin-right:0px;margin-left:min(-0.5px, -0.0003841 * (var(--scaling-factor) - var(--scrollbar-width)));margin-top:0px;margin-bottom:0px;grid-area:1/4/2/5;position:relative;}.comp-mlgjzdne_r_comp-mky4w6nr-container{box-sizing:border-box;padding-top:0px;padding-right:0px;padding-left:0px;padding-bottom:0px;display:var(--l_display,var(--container-display));flex-direction:column;--container-layout-type:flex-container-layout;--container-display:flex;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-mky4w6nr{min-height:unset;width:100%;margin-left:0px;margin-top:0px;grid-area:1/4/2/5;}.comp-mlgjzdne_r_comp-mky4w6nr-container{padding-top:max(0.5px, 0.0007161 * (var(--scaling-factor) - var(--scrollbar-width)));}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky4w6nr{min-height:unset;width:100%;margin-left:0px;margin-top:max(0.5px, 0.0021821 * (var(--scaling-factor) - var(--scrollbar-width)));grid-area:4/1/5/2;}.comp-mlgjzdne_r_comp-mky4w6nr-container{padding-top:max(0.5px, 0.0007154 * (var(--scaling-factor) - var(--scrollbar-width)));}}#comp-mlgjzdne_r_comp-mky4w6nr{--brw:0px;--brd:var(--color_15);--bg:255,255,255;--rd:0px;--shd:none;--gradient:none;--alpha-brd:0;--alpha-bg:0;--boxShadowToggleOn-shd:none;--static-spx:0.1 * var(--one-unit);--bg-gradient:none;}#comp-mlgjzdne_r_comp-mky4w6p91{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:100%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:10px;align-self:flex-start;order:1;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-mky4w6p91{width:auto;margin-bottom:max(0.5px, 0.0130208 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:stretch;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky4w6p91{margin-bottom:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:center;}}#comp-mlgjzdne_r_comp-mky4w6p91{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--textAlign:left;--fontFamily:dm-sans,sans-serif;--lineHeight:normal;--fontSize:14px;--fontWeight:600;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky4w6p91{--textAlign:center;}}#comp-mlgjzdne_r_comp-mky4w6pa5{min-height:unset;--l_display:unset;height:auto;--aspect-ratio:0.14402368403929988;min-width:0px;width:45.97557547552862%;max-width:99999px;max-height:99999px;aspect-ratio:1/var(--aspect-ratio);--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:10px;align-self:flex-start;order:2;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-mky4w6pa5{--aspect-ratio:0.25536684782608693;width:auto;margin-bottom:0px;align-self:stretch;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky4w6pa5{--aspect-ratio:0.13636363636363635;width:17.943px;margin-bottom:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:center;}}#comp-mlgjzdne_r_comp-mky4w6pa5{--iconSize:25px;--orientation:HORIZ;--spacing:20px;--static-spx:0.1 * var(--one-unit);}#comp-mlgjzdne_r_comp-mky4w6pa5{opacity:1;--comp-opacity:1;transform:translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);--comp-rotate-z:0deg;}#comp-mlgjzdne_r_comp-ml4b0bhn{min-height:unset;--l_display:unset;height:auto;--aspect-ratio:0.14772352358957472;min-width:0px;width:85.51243448781105%;max-width:99999px;max-height:99999px;aspect-ratio:1/var(--aspect-ratio);--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:10px;align-self:flex-start;order:3;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-ml4b0bhn{--aspect-ratio:0.17585142215568864;width:auto;margin-bottom:max(0.5px, 0.0079036 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:stretch;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-ml4b0bhn{--aspect-ratio:0.1586538461538449;width:88.53868006047264%;margin-bottom:max(0.5px, 0.0512821 * (var(--scaling-factor) - var(--scrollbar-width)));align-self:center;}}#comp-mlgjzdne_r_comp-ml4b0bhn{--backgroundColor:0,0,0;--borderColor:255,255,255;--borderWidth:0px;--cornerRadius:0px;--boxShadow:none;--mediaOpacity:1;--blendMode:normal;--alpha-backgroundColor:0;--alpha-borderColor:0;--boxShadowToggleOn-boxShadow:none;--static-spx:0.1 * var(--one-unit);}#comp-mlgjzdne_r_comp-ml4b0bhn wow-image{overflow:clip;}#comp-mlgjzdne_r_comp-ml4b0bhn wow-image img{height:100%;}#comp-mlgjzdne_r_comp-mky3kvr6{min-height:0px;--l_display:unset;height:auto;min-width:0px;width:100%;max-width:99999px;max-height:99999px;--comp-display:unset;display:var(--l_display,var(--display,block));pointer-events:auto;margin-right:0px;margin-left:0px;margin-top:0px;margin-bottom:0px;align-self:flex-start;order:4;position:relative;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-mky3kvr6{width:auto;align-self:stretch;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky3kvr6{width:100%;align-self:center;}}#comp-mlgjzdne_r_comp-mky3kvr6{--backgroundColor:0,0,0;--alpha-backgroundColor:0;--blendMode:normal;--textShadow:0px 0px transparent;--textOutline:0px 0px transparent;--fontStyle:normal;--color:var(--color_11);--alpha-color:1;--textAlign:left;--letterSpacing:0em;--lineHeight:normal;--fontSize:10px;--fontWeight:400;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky3kvr6{--textAlign:center;}}#comp-mkvsfdji4{height:auto;width:auto;--comp-display:unset;align-self:start;justify-self:end;pointer-events:auto;margin-top:0px;margin-right:0px;grid-area:1/1/2/2;position:relative;}.comp-mkvsfdji4-container{box-sizing:border-box;display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:1fr;--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkvsfdji4:not(.comp-mkvsfdji4-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#comp-mkvsfdji4-pinned-layer{position:fixed;left:0;width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;top:0;bottom:unset;height:auto;margin-top:var(--wix-ads-height);}#comp-mkvsfdji4{--alpha-bg:0;--bg:var(--color_11);--static-spx:1px;}#comp-mkvsfdji4_r_comp-kd5px9hr{min-height:100vh;height:100vh;min-width:0px;width:300px;--comp-display:unset;align-self:stretch;justify-self:stretch;pointer-events:auto;grid-area:1/1/2/2;position:relative;}#comp-mkvsfdji4_r_comp-kd5px9hr .comp-mkvsfdji4_r_comp-kd5px9hr-overflow-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);overflow-x:hidden;overflow-y:scroll;--sticky-offset:0px;scrollbar-width:none;overflow:-moz-scrollbars-none;-ms-overflow-style:none;}#comp-mkvsfdji4_r_comp-kd5px9hr .comp-mkvsfdji4_r_comp-kd5px9hr-container{box-sizing:border-box;position:relative;pointer-events:none;row-gap:0px;column-gap:0px;display:var(--l_display,var(--container-display));grid-template-rows:minmax(0px,1fr);grid-template-columns:minmax(0px,1fr);--container-layout-type:grid-container-layout;--container-display:grid;}#comp-mkvsfdji4_r_comp-kd5px9hr:not(.comp-mkvsfdji4_r_comp-kd5px9hr-container){display:var(--l_display,var(--container-display));grid-template-rows:1fr;grid-template-columns:minmax(0, 1fr);--container-display:grid;}#comp-mkvsfdji4_r_comp-kd5px9hr .comp-mkvsfdji4_r_comp-kd5px9hr-overflow-wrapper::-webkit-scrollbar{width:0;height:0;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdji4_r_comp-kd5px9hr{width:100vw;max-width:99999px;}#comp-mkvsfdji4_r_comp-kd5px9hr .comp-mkvsfdji4_r_comp-kd5px9hr-container{grid-template-columns:minmax(0px,390fr);}}#comp-mkvsfdji4_r_comp-kd5px9hr{--containerBackground:var(--color_11);--alpha-containerBackground:1;--bg:var(--color_15);--alpha-bg:0.8;--static-spx:0.1 * var(--one-unit);}#comp-mkvsfdji4_r_comp-kd5px9kk{height:auto;width:60%;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:center;pointer-events:auto;margin-left:0px;margin-right:0px;margin-top:100px;margin-bottom:200px;grid-area:1/1/2/2;position:relative;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdji4_r_comp-kd5px9kk{width:46.15384615384615%;}}#comp-mkvsfdji4_r_comp-kd5px9kk{--bgs:var(--color_11);--itemBGColorNoTrans:background-color 50ms ease 0s;--shd:none;--bg:var(--color_11);--brw:0px 0px 0px 0px;--brd:var(--color_15);--itemBGColorTrans:background-color 0.4s ease 0s;--verticalPadding:10px;--fnt:normal normal 400 18px/1.6em inter,sans-serif;--txt:var(--color_15);--alpha-txt:1;--arrowColor:var(--color_15);--alpha-arrowColor:1;--subMenuOpacityTrans:opacity 0.4s ease 0s;--bgsSub:var(--color_11);--txtsSub:var(--color_18);--alpha-txtsSub:1;--txts:var(--color_18);--alpha-txts:1;--bgexpanded:var(--color_11);--fntSubMenu:normal normal 400 15px/1.6em inter,sans-serif;--txtexpanded:var(--color_15);--alpha-txtexpanded:1;--subMenuSpacing:25px;--menuSpacing:10px;--bgh:230,234,245;--SKINS_fntSubmenu:normal normal normal 16px/1.4em din-next-w01-light {color_14};--alpha-SKINS_bgSubmenu:0;--rd:90px;--alpha-bgs:0;--alpha-bgsSub:0;--alpha-brd:0.2;--textSpacing:0;--alpha-bg:0;--SKINS_submenuMargin:0;--alpha-bgexpanded:0;--sepw:1;--alpha-bgh:1;--SKINS_submenuBR:90px;--boxShadowToggleOn-shd:none;--separatorHeight:15;--static-spx:0.1 * var(--one-unit);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkvsfdji4_r_comp-kd5px9kk{--fnt:normal normal 400 18px/1.6em inter,sans-serif;--txt:var(--color_18);--txtsSub:var(--color_15);--txts:var(--color_15);--fntSubMenu:normal normal 400 15px/1.6em inter,sans-serif;--txtexpanded:var(--color_18);}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdji4_r_comp-kd5px9kk{--fnt:normal normal 400 16px/1.6em inter,sans-serif;--txt:var(--color_18);--txtsSub:var(--color_15);--txts:var(--color_15);--fntSubMenu:normal normal 400 14px/1.6em inter,sans-serif;--txtexpanded:var(--color_18);}}#comp-mkvsfdji4_r_comp-kkmqi5tc{height:20px;width:20px;--l_display:unset;--comp-display:unset;display:var(--l_display,var(--display,block));align-self:start;justify-self:end;position:sticky;--force-auto:initial;top:var(--force-auto,calc(0px + var(--sticky-offset, 0px)));bottom:var(--force-auto,);left:var(--force-auto,);right:var(--force-auto,);pointer-events:auto;margin-left:0%;margin-right:40px;margin-top:40px;margin-bottom:0px;grid-area:1/1/2/2;--is-sticky:1;}#comp-mkvsfdji4_r_comp-kkmqi5tc ~ *{transform:var(--experimental-safari-sticky-fix);}#comp-mkvsfdji4_r_comp-kkmqi5tc{--static-spx:0.1 * var(--one-unit);}</style>
<style id="stylableCss_wffbg">/* END STYLABLE DIRECTIVE RULES */
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;padding: 0px;border-radius: 8px;background: rgba(255, 255, 255, 0);border: 0px solid #000000}
/* START STYLABLE DIRECTIVE RULES */
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root:hover {
border-radius: 8px;
border: 0px solid #000000;
background: rgb(255, 255, 255);
}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root:hover .StylableButton2545352419__icon {
transform: rotate(0deg);
width: 40px;
height: 40px;
fill: #1A6AFF;}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root:hover .StylableButton2545352419__label {
color: #1A6AFF;
}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root:disabled{border: 0px solid #000000;background: #F0F0F0}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root:disabled .StylableButton2545352419__label{
color: #6E6E6E}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root .StylableButton2545352419__container{transition: inherit;flex-direction: row-reverse;justify-content: center;align-items: center}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root .StylableButton2545352419__label{transition: inherit;letter-spacing: 0em;margin: 0px 0px 0px 4px;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;margin-left: 2px; font-family: inter,sans-serif; font-size: 18px; font-weight: 400; font-style: normal;font-family: madefor-text;font-size: 16px;font-style: normal;font-weight: normal;letter-spacing: 0em;line-height: 1.6em;font-size: 15px;color: #000000;display: none}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root .StylableButton2545352419__icon{transition: inherit;margin: 0px 4px 0px 0px;margin-left: 0px;margin-bottom: 0px;margin-top: 0px;width: 40px;height: 40px;margin-right: 2px;display: initial;fill: #000000}@media screen and (min-width: 320px) and (max-width: 1000px){
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root{
-st-extends: HamburgerOpenButton;
}/* END STYLABLE DIRECTIVE RULES */
/* START STYLABLE DIRECTIVE RULES */
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root .StylableButton2545352419__icon {
fill: #FFFFFF;
width: 25px;
height: 25px;
}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root:hover {
background: rgba(255, 255, 255, 0);
}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root:hover .StylableButton2545352419__icon {
width: 50px;
height: 50px;
fill: #000000;
}}@media screen and (min-width: 320px) and (max-width: 750px){
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root{
-st-extends: HamburgerOpenButton;
}/* END STYLABLE DIRECTIVE RULES */
/* START STYLABLE DIRECTIVE RULES */
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root .StylableButton2545352419__icon {
fill: #FFFFFF;
width: 25px;
height: 25px;
}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root:hover .StylableButton2545352419__icon {
width: 25px;
height: 25px;
fill: #D2E4C7;
}}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfo, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfo__"]) {/* START STYLABLE DIRECTIVE RULES */}
/* END STYLABLE DIRECTIVE RULES */
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfo, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfo__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfo-styleId__root { -st-extends: HamburgerOverlay; background-color: rgba(0, 0, 0, 0.6); }@media screen and (min-width: 320px) and (max-width: 1000px){:is(#comp-mkvsfdjh10_r_comp-mkwc4qfo, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfo__"]) {/* START STYLABLE DIRECTIVE RULES */}
/* END STYLABLE DIRECTIVE RULES */}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mkwc4qfo, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfo__"]) {/* START STYLABLE DIRECTIVE RULES */}
/* END STYLABLE DIRECTIVE RULES */}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]) {/* START STYLABLE DIRECTIVE RULES */}
/* END STYLABLE DIRECTIVE RULES */
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfw-styleId__root { -st-extends: HamburgerMenuContainer; background: #FFFFFF; }@media screen and (min-width: 320px) and (max-width: 1000px){:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]) {/* START STYLABLE DIRECTIVE RULES */}
/* END STYLABLE DIRECTIVE RULES */
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfw-styleId__root{
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
background: #000000;
}}@media screen and (min-width: 320px) and (max-width: 750px){:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]) {/* START STYLABLE DIRECTIVE RULES */}
/* END STYLABLE DIRECTIVE RULES */
:is(#comp-mkvsfdjh10_r_comp-mkwc4qfw, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfw__"]) .comp-mkvsfdjh10_r_comp-mkwc4qfw-styleId__root{
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
background: #000000;
}}/* END STYLABLE DIRECTIVE RULES */
:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]) .comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;padding-right: 0px;border-radius: 300px;background: rgba(255, 255, 255, 0)}
/* START STYLABLE DIRECTIVE RULES */
:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]) .comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root:hover {
background: rgba(255, 255, 255, 0);
border: 0px solid #000000;
}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]) .comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root:hover .StylableButton2545352419__icon {
transform: rotate(90deg);
fill: #1A6AFF;}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]) .comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root:hover .StylableButton2545352419__label {
color: #000000;
}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]) .comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root:disabled{
background: #F0F0F0}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]) .comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root:disabled .StylableButton2545352419__label{
color: #6E6E6E}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]) .comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]) .comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root .StylableButton2545352419__container{transition: inherit;flex-direction: row-reverse;justify-content: center;align-items: center}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]) .comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root .StylableButton2545352419__label{transition: inherit;letter-spacing: 0em;margin: 0px 0px 0px 4px; font-family: inter,sans-serif; font-size: 18px; font-weight: 400; font-style: normal;font-family: madefor-text;font-size: 16px;font-style: normal;font-weight: normal;letter-spacing: 0em;line-height: 1.6em;font-size: 16px;margin-top: 0px;margin-bottom: 0px;margin-right: 0px;margin-left: 0px;color: #000000;display: none}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]) .comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root .StylableButton2545352419__icon{transition: inherit;margin: 0px 4px 0px 0px;transform: rotate(0deg);margin-bottom: 0px;margin-top: 0px;margin-left: 0px;margin-right: 0px;width: 20px;height: 20px;display: initial;fill: #000000}@media screen and (min-width: 320px) and (max-width: 1000px){
:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]) .comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root{
-st-extends: HamburgerCloseButton;
}/* END STYLABLE DIRECTIVE RULES */
/* START STYLABLE DIRECTIVE RULES */
:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]) .comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root .StylableButton2545352419__icon {
fill: #FFFFFF;
}
:is(#comp-mkvsfdjh10_r_comp-mkwc4qg8, [id^="comp-mkvsfdjh10_r_comp-mkwc4qg8__"]) .comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root:hover .StylableButton2545352419__icon {
fill: #D2E4C7;
}}/* END STYLABLE DIRECTIVE RULES */
:is(#comp-mlgjzdne_r_comp-mky3tjgj, [id^="comp-mlgjzdne_r_comp-mky3tjgj__"]) .comp-mlgjzdne_r_comp-mky3tjgj-styleId__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;padding: 0px;border-radius: 8px;background: rgba(255, 255, 255, 0);border: 0px solid #000000}
/* START STYLABLE DIRECTIVE RULES */
:is(#comp-mlgjzdne_r_comp-mky3tjgj, [id^="comp-mlgjzdne_r_comp-mky3tjgj__"]) .comp-mlgjzdne_r_comp-mky3tjgj-styleId__root:hover {
border-radius: 8px;
border: 0px solid #000000;
background: rgb(255, 255, 255);
}
:is(#comp-mlgjzdne_r_comp-mky3tjgj, [id^="comp-mlgjzdne_r_comp-mky3tjgj__"]) .comp-mlgjzdne_r_comp-mky3tjgj-styleId__root:hover .StylableButton2545352419__icon {
transform: rotate(0deg);
width: 40px;
height: 40px;
fill: #1A6AFF;}
:is(#comp-mlgjzdne_r_comp-mky3tjgj, [id^="comp-mlgjzdne_r_comp-mky3tjgj__"]) .comp-mlgjzdne_r_comp-mky3tjgj-styleId__root:hover .StylableButton2545352419__label {
color: #1A6AFF;
}
:is(#comp-mlgjzdne_r_comp-mky3tjgj, [id^="comp-mlgjzdne_r_comp-mky3tjgj__"]) .comp-mlgjzdne_r_comp-mky3tjgj-styleId__root:disabled{border: 0px solid #000000;background: #F0F0F0}
:is(#comp-mlgjzdne_r_comp-mky3tjgj, [id^="comp-mlgjzdne_r_comp-mky3tjgj__"]) .comp-mlgjzdne_r_comp-mky3tjgj-styleId__root:disabled .StylableButton2545352419__label{
color: #6E6E6E}
:is(#comp-mlgjzdne_r_comp-mky3tjgj, [id^="comp-mlgjzdne_r_comp-mky3tjgj__"]) .comp-mlgjzdne_r_comp-mky3tjgj-styleId__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F}
:is(#comp-mlgjzdne_r_comp-mky3tjgj, [id^="comp-mlgjzdne_r_comp-mky3tjgj__"]) .comp-mlgjzdne_r_comp-mky3tjgj-styleId__root .StylableButton2545352419__container{transition: inherit;flex-direction: row-reverse;justify-content: center;align-items: center}
:is(#comp-mlgjzdne_r_comp-mky3tjgj, [id^="comp-mlgjzdne_r_comp-mky3tjgj__"]) .comp-mlgjzdne_r_comp-mky3tjgj-styleId__root .StylableButton2545352419__label{transition: inherit;letter-spacing: 0em;margin: 0px 0px 0px 4px; font-family: inter,sans-serif; font-size: 18px; font-weight: 400; font-style: normal;font-family: madefor-text;font-size: 16px;font-style: normal;font-weight: normal;letter-spacing: 0em;line-height: 1.6em;font-family: madefor-text;font-size: 15px;font-style: normal;font-weight: normal;line-height: 1.6em;color: #000000;display: none;margin-right: 0px;margin-top: 0px;margin-bottom: 0px;margin-left: 2px}
:is(#comp-mlgjzdne_r_comp-mky3tjgj, [id^="comp-mlgjzdne_r_comp-mky3tjgj__"]) .comp-mlgjzdne_r_comp-mky3tjgj-styleId__root .StylableButton2545352419__icon{transition: inherit;margin: 0px 4px 0px 0px;width: 40px;height: 40px;display: initial;fill: #000000;margin-left: 0px;margin-bottom: 0px;margin-top: 0px;margin-right: 2px}:is(#comp-mlgjzdne_r_comp-mky3tjgl, [id^="comp-mlgjzdne_r_comp-mky3tjgl__"]) {/* START STYLABLE DIRECTIVE RULES */}
/* END STYLABLE DIRECTIVE RULES */
:is(#comp-mlgjzdne_r_comp-mky3tjgl, [id^="comp-mlgjzdne_r_comp-mky3tjgl__"]) .comp-mlgjzdne_r_comp-mky3tjgl-styleId__root { -st-extends: HamburgerOverlay; background-color: rgba(0, 0, 0, 0.6); }:is(#comp-mlgjzdne_r_comp-mky3tjgn3, [id^="comp-mlgjzdne_r_comp-mky3tjgn3__"]) {/* START STYLABLE DIRECTIVE RULES */}
/* END STYLABLE DIRECTIVE RULES */
:is(#comp-mlgjzdne_r_comp-mky3tjgn3, [id^="comp-mlgjzdne_r_comp-mky3tjgn3__"]) .comp-mlgjzdne_r_comp-mky3tjgn3-styleId__root { -st-extends: HamburgerMenuContainer; background: #FFFFFF; }/* END STYLABLE DIRECTIVE RULES */
:is(#comp-mlgjzdne_r_comp-mky3tjgr2, [id^="comp-mlgjzdne_r_comp-mky3tjgr2__"]) .comp-mlgjzdne_r_comp-mky3tjgr2-styleId__root{-st-extends: StylableButton;transition: all 0.2s ease, visibility 0s;padding-right: 0px;border-radius: 300px;background: rgba(255, 255, 255, 0)}
/* START STYLABLE DIRECTIVE RULES */
:is(#comp-mlgjzdne_r_comp-mky3tjgr2, [id^="comp-mlgjzdne_r_comp-mky3tjgr2__"]) .comp-mlgjzdne_r_comp-mky3tjgr2-styleId__root:hover {
background: rgba(255, 255, 255, 0);
border: 0px solid #000000;
}
:is(#comp-mlgjzdne_r_comp-mky3tjgr2, [id^="comp-mlgjzdne_r_comp-mky3tjgr2__"]) .comp-mlgjzdne_r_comp-mky3tjgr2-styleId__root:hover .StylableButton2545352419__icon {
transform: rotate(90deg);
fill: #1A6AFF;}
:is(#comp-mlgjzdne_r_comp-mky3tjgr2, [id^="comp-mlgjzdne_r_comp-mky3tjgr2__"]) .comp-mlgjzdne_r_comp-mky3tjgr2-styleId__root:hover .StylableButton2545352419__label {
color: #000000;
}
:is(#comp-mlgjzdne_r_comp-mky3tjgr2, [id^="comp-mlgjzdne_r_comp-mky3tjgr2__"]) .comp-mlgjzdne_r_comp-mky3tjgr2-styleId__root:disabled{
background: #F0F0F0}
:is(#comp-mlgjzdne_r_comp-mky3tjgr2, [id^="comp-mlgjzdne_r_comp-mky3tjgr2__"]) .comp-mlgjzdne_r_comp-mky3tjgr2-styleId__root:disabled .StylableButton2545352419__label{
color: #6E6E6E}
:is(#comp-mlgjzdne_r_comp-mky3tjgr2, [id^="comp-mlgjzdne_r_comp-mky3tjgr2__"]) .comp-mlgjzdne_r_comp-mky3tjgr2-styleId__root:disabled .StylableButton2545352419__icon{fill: #8F8F8F}
:is(#comp-mlgjzdne_r_comp-mky3tjgr2, [id^="comp-mlgjzdne_r_comp-mky3tjgr2__"]) .comp-mlgjzdne_r_comp-mky3tjgr2-styleId__root .StylableButton2545352419__container{transition: inherit;flex-direction: row-reverse;justify-content: center;align-items: center}
:is(#comp-mlgjzdne_r_comp-mky3tjgr2, [id^="comp-mlgjzdne_r_comp-mky3tjgr2__"]) .comp-mlgjzdne_r_comp-mky3tjgr2-styleId__root .StylableButton2545352419__label{transition: inherit;letter-spacing: 0em;margin: 0px 0px 0px 4px; font-family: inter,sans-serif; font-size: 18px; font-weight: 400; font-style: normal;font-family: madefor-text;font-size: 16px;font-style: normal;font-weight: normal;letter-spacing: 0em;line-height: 1.6em;font-family: madefor-text;font-size: 16px;font-style: normal;font-weight: normal;line-height: 1.6em;color: #000000;display: none;margin-top: 0px;margin-bottom: 0px;margin-right: 0px;margin-left: 0px}
:is(#comp-mlgjzdne_r_comp-mky3tjgr2, [id^="comp-mlgjzdne_r_comp-mky3tjgr2__"]) .comp-mlgjzdne_r_comp-mky3tjgr2-styleId__root .StylableButton2545352419__icon{transition: inherit;margin: 0px 4px 0px 0px;transform: rotate(0deg);width: 20px;height: 20px;display: initial;fill: #000000;margin-bottom: 0px;margin-top: 0px;margin-left: 0px;margin-right: 0px}</style>
<style id="compCssMappers_wffbg">#wffbg{--shc-mutated-brightness:4,9,8;justify-self:unset;}#comp-mkvsfdjh10_r_comp-kbgajy18{--bg-overlay-color:rgb(0, 0, 0);--bg-gradient:none;--inherit-transition:var(--transition, none);}#comp-mkvsfdjh10_r_comp-mdrelzwz{--shc-mutated-brightness:105,114,100;}#comp-mkvsfdjh10_r_comp-mlgjkp0e{--shc-mutated-brightness:128,128,128;}#comp-mkvsfdjh10_r_comp-mkwc4qdm{--direction:var(--wix-opt-in-direction, ltr);--item-direction:inherit;--dropdown-menu-direction:inherit;--dropdown-menu-item-direction:inherit;--dropdown-menu-sub-item-direction:inherit;--sr-only-horizontal-item-icon-display:none;--scroll-button-transform:scaleX(1);--navbar-display:unset;--hamburger-menu-root-display:none;--container-flex-direction:row;--item-wrapper-width:unset;--menu-items-row-gap:var(--menu-items-cross-axis-gap);--menu-items-column-gap:var(--menu-items-main-axis-gap);--horizontal-menu-item-divider:var(--item-divider);--vertical-menu-item-divider:none;--container-pointer-events:initial;--item-wrapper-display:block;--horizontal-menu-dropdown-display:unset;--vertical-menu-dropdown-display:none;--empty-dropdown-item-icon-display:unset;--menu-item-wrapper-height:100%;--item-icon-display:var(--horizontal-item-icon-display);--sr-only-item-icon-display:var(--sr-only-horizontal-item-icon-display);--item-width:auto;--menu-items-flex-grow:1;--item-wrapper-display-alignment:block;--item-text-align:space-between;--item-selected-label-underline-display:none;--item-label-bullet-display:none;--hamburger-overlay-initial-opacity:unset;--hamburger-menu-container-initial-opacity:unset;--hamburger-menu-container-initial-transform:unset;height:auto;min-width:min-content;--container-overflow-x:visible;--container-flex-wrap:wrap;--scroll-button-icon-display:none;}#portal-comp-mkvsfdjh10_r_comp-mkwc4qdm{--direction:var(--wix-opt-in-direction, ltr);--item-direction:inherit;--dropdown-menu-direction:inherit;--dropdown-menu-item-direction:inherit;--dropdown-menu-sub-item-direction:inherit;--sr-only-horizontal-item-icon-display:none;--scroll-button-transform:scaleX(1);--navbar-display:unset;--hamburger-menu-root-display:none;--container-flex-direction:row;--item-wrapper-width:unset;--menu-items-row-gap:var(--menu-items-cross-axis-gap);--menu-items-column-gap:var(--menu-items-main-axis-gap);--horizontal-menu-item-divider:var(--item-divider);--vertical-menu-item-divider:none;--container-pointer-events:initial;--item-wrapper-display:block;--horizontal-menu-dropdown-display:unset;--vertical-menu-dropdown-display:none;--empty-dropdown-item-icon-display:unset;--menu-item-wrapper-height:100%;--item-icon-display:var(--horizontal-item-icon-display);--sr-only-item-icon-display:var(--sr-only-horizontal-item-icon-display);--item-width:auto;--menu-items-flex-grow:1;--item-wrapper-display-alignment:block;--item-text-align:space-between;--item-selected-label-underline-display:none;--item-label-bullet-display:none;--hamburger-overlay-initial-opacity:unset;--hamburger-menu-container-initial-opacity:unset;--hamburger-menu-container-initial-transform:unset;height:auto;min-width:min-content;--container-overflow-x:visible;--container-flex-wrap:wrap;--scroll-button-icon-display:none;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkvsfdjh10_r_comp-mkwc4qdm{--navbar-display:none;--hamburger-menu-root-display:var(--container-display);--container-flex-direction:column;--item-wrapper-width:100%;--menu-items-row-gap:var(--menu-items-main-axis-gap);--menu-items-column-gap:var(--menu-items-cross-axis-gap);--horizontal-menu-item-divider:none;--vertical-menu-item-divider:var(--item-divider);--container-pointer-events:none;--item-wrapper-display:var(--item-wrapper-display-alignment);--horizontal-menu-dropdown-display:none;--vertical-menu-dropdown-display:initial;--empty-dropdown-item-icon-display:none;--menu-item-wrapper-height:unset;--item-icon-display:unset;--vertical-dropdown-visibility:hidden;--vertical-dropdown-height:0;--vertical-expand-collapse-display:none;--sr-only-item-icon-display:none;}#portal-comp-mkvsfdjh10_r_comp-mkwc4qdm{--navbar-display:none;--hamburger-menu-root-display:var(--container-display);--container-flex-direction:column;--item-wrapper-width:100%;--menu-items-row-gap:var(--menu-items-main-axis-gap);--menu-items-column-gap:var(--menu-items-cross-axis-gap);--horizontal-menu-item-divider:none;--vertical-menu-item-divider:var(--item-divider);--container-pointer-events:none;--item-wrapper-display:var(--item-wrapper-display-alignment);--horizontal-menu-dropdown-display:none;--vertical-menu-dropdown-display:initial;--empty-dropdown-item-icon-display:none;--menu-item-wrapper-height:unset;--item-icon-display:unset;--vertical-dropdown-visibility:hidden;--vertical-dropdown-height:0;--vertical-expand-collapse-display:none;--sr-only-item-icon-display:none;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdjh10_r_comp-mkwc4qdm{--navbar-display:none;--hamburger-menu-root-display:var(--container-display);--container-flex-direction:column;--item-wrapper-width:100%;--menu-items-row-gap:var(--menu-items-main-axis-gap);--menu-items-column-gap:var(--menu-items-cross-axis-gap);--horizontal-menu-item-divider:none;--vertical-menu-item-divider:var(--item-divider);--container-pointer-events:none;--item-wrapper-display:var(--item-wrapper-display-alignment);--horizontal-menu-dropdown-display:none;--vertical-menu-dropdown-display:initial;--empty-dropdown-item-icon-display:none;--menu-item-wrapper-height:unset;--item-icon-display:unset;--vertical-dropdown-visibility:hidden;--vertical-dropdown-height:0;--vertical-expand-collapse-display:none;--sr-only-item-icon-display:none;}#portal-comp-mkvsfdjh10_r_comp-mkwc4qdm{--navbar-display:none;--hamburger-menu-root-display:var(--container-display);--container-flex-direction:column;--item-wrapper-width:100%;--menu-items-row-gap:var(--menu-items-main-axis-gap);--menu-items-column-gap:var(--menu-items-cross-axis-gap);--horizontal-menu-item-divider:none;--vertical-menu-item-divider:var(--item-divider);--container-pointer-events:none;--item-wrapper-display:var(--item-wrapper-display-alignment);--horizontal-menu-dropdown-display:none;--vertical-menu-dropdown-display:initial;--empty-dropdown-item-icon-display:none;--menu-item-wrapper-height:unset;--item-icon-display:unset;--vertical-dropdown-visibility:hidden;--vertical-dropdown-height:0;--vertical-expand-collapse-display:none;--sr-only-item-icon-display:none;}}:is(#comp-mkvsfdjh10_r_comp-mkwc4qfb, [id^="comp-mkvsfdjh10_r_comp-mkwc4qfb__"]){height:inherit;width:auto;}:is(#comp-mkvsfdjh10_r_comp-mm9fow04, [id^="comp-mkvsfdjh10_r_comp-mm9fow04__"]){--shc-mutated-brightness:128,128,128;}:is(#comp-mkvsfdjh10_r_comp-mm9fow0a, [id^="comp-mkvsfdjh10_r_comp-mm9fow0a__"]){--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}:is(#comp-mkvsfdjh10_r_comp-mm9fow112, [id^="comp-mkvsfdjh10_r_comp-mm9fow112__"]){--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rs, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rs__"]){--shc-mutated-brightness:128,128,128;}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rv7, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rv7__"]){--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}:is(#comp-mkvsfdjh10_r_comp-mm9fp2rx14, [id^="comp-mkvsfdjh10_r_comp-mm9fp2rx14__"]){--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qeq, [id^="comp-mkvsfdjh10_r_comp-mkwc4qeq__"]){--rd:0;--brw:0;--shd:none;--bg:transparent;}:is(#comp-mkvsfdjh10_r_comp-mkwc4qex, [id^="comp-mkvsfdjh10_r_comp-mkwc4qex__"]){height:auto;--submenu-direction:initial;--submenu-item-direction:initial;--submenu-sub-item-direction:initial;}#comp-mkvsfdjh10_r_comp-mm9aur5o{--shc-mutated-brightness:128,128,128;}#comp-mkvsfdjh10_r_comp-mkv87yym{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-mkvsfdjh10_r_comp-mm1wq6gu{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-ml2e1qpg{--bg-gradient:linear-gradient(0deg, #000000 0%, #07120F 100%);--bg-overlay-color:transparent;--inherit-transition:var(--transition, none);}#comp-ml2e1qpy{--shc-mutated-brightness:128,128,128;}#comp-ml2e1qq06{--shc-mutated-brightness:128,128,128;}#comp-ml2e1qq25{--bg-gradient:linear-gradient(180deg, #FFFFFF 0%, #7ECF80 80.2886962890625%);--bg-overlay-color:transparent;height:auto;--shadow-filter:none;}#comp-ml2e1qq55{--text-direction:var(--wix-opt-in-direction);}#comp-ml2e1qq55 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#FFFFFF;background-color:transparent;font-family:dm-sans,sans-serif;font-style:normal;text-align:left;letter-spacing:0em;line-height:1.6;}#comp-ml2e1qq55 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #FFFFFF);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qq55 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:16px !important;}}#comp-ml2e1qq76.variants-ml2e1qqa1{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}:is(:state(variants-ml2e1qqa1)) #comp-ml2e1qq76{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-ml2e1qq76{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-ml2e1qra6{--text-direction:var(--wix-opt-in-direction);}#comp-ml2e1qra6 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){background-color:transparent;font-size:10px;text-align:left;letter-spacing:0em;line-height:1.6;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-ml2e1qra6 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:14px !important;}}#comp-ml2e1qrc{--shc-mutated-brightness:128,128,128;}#comp-mm4r2wvx{--bg-overlay-color:rgb(0, 0, 0);--bg-gradient:none;--inherit-transition:var(--transition, none);}#comp-mm4r2x5t{--custom-element-width:100%;--custom-element-height:100%;display:var(--display);--display:flex;}#comp-mkvsfdba2{--bg-overlay-color:rgb(0, 0, 0);--bg-gradient:none;--inherit-transition:var(--transition, none);}#comp-mm4rgr83{--shc-mutated-brightness:128,128,128;}#comp-mkyp89qv{--shc-mutated-brightness:0,0,0,0;}#comp-mkyp8t06{--shc-mutated-brightness:0,0,0,0;}#comp-mm4rf54h{--shc-mutated-brightness:128,128,128;}#comp-mkwikpyx{--shc-mutated-brightness:0,0,0,0;}#comp-mkwin2dh{--shc-mutated-brightness:0,0,0,0;}#comp-mm4re0ia{--shc-mutated-brightness:128,128,128;}#comp-mkwisj2x{--shc-mutated-brightness:0,0,0,0;}#comp-mkwisiyj{--shc-mutated-brightness:0,0,0,0;}#comp-mm4re0i0{--shc-mutated-brightness:128,128,128;}#comp-mkvsfdbe1{--text-direction:var(--wix-opt-in-direction);}#comp-mkvsfdbe1 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#FFFFFF;background-color:transparent;font-size:33px;text-align:center;}#comp-mkvsfdbe1 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #FFFFFF);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkvsfdbe1 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:22px !important;}}#comp-mkweq5z2{--bg-gradient:linear-gradient(0deg, #07120F 0%, #000000 100%);--bg-overlay-color:transparent;--inherit-transition:var(--transition, none);}#comp-mm4rkw2y{--shc-mutated-brightness:128,128,128;}#comp-mkyo4vab{--shc-mutated-brightness:128,128,128;}#comp-ml0ovi3l{--bg-gradient:linear-gradient(180deg, #FFFFFF 0%, #7ECF80 80.2886962890625%);--bg-overlay-color:transparent;height:auto;--shadow-filter:none;}#comp-mkwj3cch{--text-direction:var(--wix-opt-in-direction);}#comp-mkwj3cch :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){background-color:transparent;font-size:20px;line-height:normal;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkwj3cch :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:18px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwj3cch :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:max(0.5px, 0.0461538 * (var(--scaling-factor) - var(--scrollbar-width))) !important;}}#comp-mkweq602{--shc-mutated-brightness:9,16,27;}#comp-mkweq6033{--shc-mutated-brightness:4,9,8;}#comp-mm9879sp{--shc-mutated-brightness:128,128,128;}#comp-mm97l7lh{--text-direction:var(--wix-opt-in-direction);}#comp-mm97l7lh :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#211F24;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:700;font-size:45px;}#comp-mm97l7lh [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #211F24);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97l7lh :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:max(0.5px, 0.0666667 * (var(--scaling-factor) - var(--scrollbar-width))) !important;}}#comp-mkweq6152{--text-direction:var(--wix-opt-in-direction);}#comp-mkweq6152 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#576052;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:700;font-size:19px;font-style:normal;letter-spacing:0em;line-height:1.6;}#comp-mkweq6152 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #576052);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkweq6152 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:16px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkweq6152 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:max(0.5px, 0.0410256 * (var(--scaling-factor) - var(--scrollbar-width))) !important;}}#comp-mkweq618{--text-direction:var(--wix-opt-in-direction);}#comp-mkweq618 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#000000;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:600;line-height:1.4;}#comp-mkweq618 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #000000);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkweq618 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:16px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkweq618 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:max(0.5px, 0.0410256 * (var(--scaling-factor) - var(--scrollbar-width))) !important;}}#comp-mkweq61c{--shc-mutated-brightness:9,16,27;}#comp-mm4saqn4{--shc-mutated-brightness:4,9,8;}#comp-mm987glw{--shc-mutated-brightness:128,128,128;}#comp-mm97mwze{--text-direction:var(--wix-opt-in-direction);}#comp-mm97mwze :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#211F24;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:700;font-size:45px;}#comp-mm97mwze [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #211F24);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97mwze :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:max(0.5px, 0.0666667 * (var(--scaling-factor) - var(--scrollbar-width))) !important;}}#comp-mm97mwzf{--text-direction:var(--wix-opt-in-direction);}#comp-mm97mwzf :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#576052;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:700;font-size:19px;font-style:normal;letter-spacing:0em;line-height:1.6;}#comp-mm97mwzf [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #576052);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm97mwzf :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:16px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97mwzf :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:max(0.5px, 0.0410256 * (var(--scaling-factor) - var(--scrollbar-width))) !important;}}#comp-mm4saqob{--text-direction:var(--wix-opt-in-direction);}#comp-mm4saqob :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#000000;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:600;line-height:1.4;}#comp-mm4saqob [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #000000);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4saqob :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:max(0.5px, 0.0410256 * (var(--scaling-factor) - var(--scrollbar-width))) !important;}}#comp-mkweq61r{--shc-mutated-brightness:9,16,27;}#comp-mm4sd43s{--shc-mutated-brightness:4,9,8;}#comp-mm987ms2{--shc-mutated-brightness:128,128,128;}#comp-mm97ngsq5{--text-direction:var(--wix-opt-in-direction);}#comp-mm97ngsq5 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#211F24;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:700;font-size:45px;}#comp-mm97ngsq5 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #211F24);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97ngsq5 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:max(0.5px, 0.0666667 * (var(--scaling-factor) - var(--scrollbar-width))) !important;}}#comp-mm97ngsr4{--text-direction:var(--wix-opt-in-direction);}#comp-mm97ngsr4 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#576052;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:700;font-size:19px;font-style:normal;letter-spacing:0em;line-height:1.6;}#comp-mm97ngsr4 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #576052);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm97ngsr4 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:16px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97ngsr4 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:max(0.5px, 0.0410256 * (var(--scaling-factor) - var(--scrollbar-width))) !important;}}#comp-mm4sd4469{--text-direction:var(--wix-opt-in-direction);}#comp-mm4sd4469 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#000000;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:600;line-height:1.4;}#comp-mm4sd4469 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #000000);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sd4469 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:max(0.5px, 0.0410256 * (var(--scaling-factor) - var(--scrollbar-width))) !important;}}#comp-mkweq6244{--shc-mutated-brightness:9,16,27;}#comp-mm4sgoit{--shc-mutated-brightness:4,9,8;}#comp-mm4sgoj06{--shc-mutated-brightness:128,128,128;}#comp-mm987ti5{--shc-mutated-brightness:128,128,128;}#comp-mm97nxdr5{--text-direction:var(--wix-opt-in-direction);}#comp-mm97nxdr5 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#211F24;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:700;font-size:45px;}#comp-mm97nxdr5 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #211F24);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97nxdr5 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:max(0.5px, 0.0666667 * (var(--scaling-factor) - var(--scrollbar-width))) !important;}}#comp-mm97nxds7{--text-direction:var(--wix-opt-in-direction);}#comp-mm97nxds7 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#576052;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:700;font-size:19px;font-style:normal;letter-spacing:0em;line-height:1.6;}#comp-mm97nxds7 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #576052);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm97nxds7 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:16px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm97nxds7 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:max(0.5px, 0.0410256 * (var(--scaling-factor) - var(--scrollbar-width))) !important;}}#comp-mm4sgoj44{--text-direction:var(--wix-opt-in-direction);}#comp-mm4sgoj44 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#000000;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:600;line-height:1.4;}#comp-mm4sgoj44 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #000000);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sgoj44 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:max(0.5px, 0.0410256 * (var(--scaling-factor) - var(--scrollbar-width))) !important;}}#comp-mm4sjc4v{--bg-gradient:linear-gradient(0deg, #000000 0%, #07120F 100%);--bg-overlay-color:transparent;--inherit-transition:var(--transition, none);}#comp-mm4sjx1i{--shc-mutated-brightness:128,128,128;}#comp-mm4sjx1s{--shc-mutated-brightness:128,128,128;}#comp-mm4skqbl{--shc-mutated-brightness:128,128,128;}#comp-mm4skqbo5{--bg-gradient:linear-gradient(180deg, #FFFFFF 0%, #7ECF80 80.2886962890625%);--bg-overlay-color:transparent;height:auto;--shadow-filter:none;}#comp-mm4skqbu5{--text-direction:var(--wix-opt-in-direction);}#comp-mm4skqbu5 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#FFFFFF;background-color:transparent;font-weight:400;font-size:20px;font-style:normal;text-align:left;letter-spacing:0em;line-height:1.3;}#comp-mm4skqbu5 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #FFFFFF);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4skqbu5 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-text !important;font-size:18px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4skqbu5 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-text !important;font-size:18px !important;}}#comp-mm4smjlf{--bg-overlay-color:rgb(0, 0, 0);--bg-gradient:none;--inherit-transition:var(--transition, none);}#comp-mm4smzaa{--shc-mutated-brightness:128,128,128;}#comp-mm4sn3ve{--shc-mutated-brightness:128,128,128;}#comp-mm4sn3vg4{--shc-mutated-brightness:128,128,128;}#comp-mm4sn3vh4{--bg-gradient:linear-gradient(180deg, #FFFFFF 0%, #7ECF80 80.2886962890625%);--bg-overlay-color:transparent;height:auto;--shadow-filter:none;}#comp-mm4sn3vn{--text-direction:var(--wix-opt-in-direction);}#comp-mm4sn3vn :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){background-color:transparent;font-size:20px;text-decoration:none;text-align:center;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4sn3vn :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:20px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sn3vn :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:18px !important;}}#comp-mm4smzam{--shc-mutated-brightness:128,128,128;}#comp-mm4snq5n{--boxShadow:none;--backgroundColor:rgba(255,255,255,1);--borderWidth:0px;--borderRadius:0px;--alpha-borderColor:1.0;}[id^="comp-mm4snq5s8__"]{--shc-mutated-brightness:5,5,5;}[id^="comp-mm4snq666__"]{--shc-mutated-brightness:128,128,128;}[id^="comp-mm4snq678__"]{--text-direction:var(--wix-opt-in-direction);}[id^="comp-mm4snq678__"] :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#FFFFFF;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:700;font-size:32px;text-decoration:none;text-align:left;}[id^="comp-mm4snq678__"] [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #FFFFFF);}@media screen and (min-width: 320px) and (max-width: 1000px){[id^="comp-mm4snq678__"] :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:20px !important;text-align:left;}}@media screen and (min-width: 320px) and (max-width: 750px){[id^="comp-mm4snq678__"] :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:22px !important;text-align:center;}}[id^="comp-mm4snq686__"]{--text-direction:var(--wix-opt-in-direction);}[id^="comp-mm4snq686__"] :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){background-color:transparent;line-height:normal;}@media screen and (min-width: 320px) and (max-width: 750px){[id^="comp-mm4snq686__"] :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:16px !important;text-align:center;}}[id^="comp-mm4snq6818__"].variants-mm4snq6d2{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}:is(:state(variants-mm4snq6d2)) [id^="comp-mm4snq6818__"]{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}[id^="comp-mm4snq6818__"]{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-mkwgedkw{--bg-gradient:linear-gradient(0deg, #07120F 0%, #000000 100%);--bg-overlay-color:transparent;--inherit-transition:var(--transition, none);}#comp-mkwgedlx{--shc-mutated-brightness:4,9,8;}#comp-mkwgedlz3{--shc-mutated-brightness:128,128,128;}#comp-mkwgg892{--text-direction:var(--wix-opt-in-direction);}#comp-mkwgg892 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#778271;background-color:transparent;font-weight:bold;line-height:normal;}#comp-mkwgg892 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #778271);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwgg892 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:16px !important;}}#comp-ml0p961i{--bg-gradient:linear-gradient(180deg, #FFFFFF 0%, #7ECF80 80.2886962890625%);--bg-overlay-color:transparent;height:auto;--shadow-filter:none;}#comp-mkwgedse{--text-direction:var(--wix-opt-in-direction);}#comp-mkwgedse :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#000000;background-color:transparent;font-size:16px;font-style:normal;text-align:left;letter-spacing:0em;line-height:1.4;}#comp-mkwgedse [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #000000);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mkwgedse :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-text !important;font-weight:normal !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkwgedse :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-text !important;font-weight:normal !important;}}#comp-mkwll3v7.variants-mkwll3v91{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}:is(:state(variants-mkwll3v91)) #comp-mkwll3v7{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-mkwll3v7{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-mkwgedlj{--shc-mutated-brightness:0,0,0,0;}#comp-mkzrp3wd{--fill-layer-video-opacity:1;--fill-layer-background-overlay-color:transparent;--fill-layer-background-overlay-position:absolute;--fill-layer-background-overlay-blend-mode:normal;--fill-layer-background-overlay-blend-opacity:0.6;--fill-layer-background-overlay-blend-opacity-fallback:0.6;--bg-overlay-color:transparent;--bg-gradient:none;--box-shadow:none;--fill-container-overflow:visible;--fill-transform:rotate(0.01deg);--border-compensate-margin:0px;--fill-layer-background-overlay-transform:translateZ(0);--fill-container-drop-shadow:drop-shadow(0px 1px 10px rgba(0,0,0,0.6));--mask-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg preserveAspectRatio='none' data-bbox='226.5 57 347 686' viewBox='226.5 57 347 686' height='800' width='800' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M537.5 743h-275c-19.9 0-36-16.1-36-36V93c0-19.9 16.1-36 36-36h275c19.9 0 36 16.1 36 36v614c0 19.9-16.1 36-36 36z'/%3E%3C/g%3E%3C/svg%3E%0A");--mask-position:0% 0%;--mask-size:100% 100%;--mask-repeat:no-repeat;}#comp-mkzrp3yh{opacity:0.8;}#comp-mkzrp491{undefined:#777;fill-opacity:1;stroke-width:0;stroke:#000000;stroke-opacity:1;fill:#ffffff;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mkzrp491{undefined:[object Object];}}#comp-mm4sw1dj{--bg-gradient:linear-gradient(0deg, #000000 0%, #07120F 100%);--bg-overlay-color:transparent;--inherit-transition:var(--transition, none);}#comp-mm4swy5k{--shc-mutated-brightness:0,0,0,0;}#comp-mm4t6ro4{--shc-mutated-brightness:128,128,128;}#comp-mm4t6qmi{--shc-mutated-brightness:128,128,128;}#comp-mm4t3qci10{--text-direction:var(--wix-opt-in-direction);}#comp-mm4t3qci10 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#FFFFFF;background-color:transparent;font-family:inter,sans-serif;font-weight:500;font-size:11px;font-style:normal;text-decoration:none;text-align:left;letter-spacing:0em;line-height:normal;}#comp-mm4t3qci10 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #FFFFFF);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t3qci10 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-display-bold !important;font-size:11px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t3qci10 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-display-bold !important;font-size:14px !important;}}#comp-mm4t3qcj9{--text-direction:var(--wix-opt-in-direction);}#comp-mm4t3qcj9 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#FFFFFF;background-color:transparent;font-size:9.590308084597698px;font-style:normal;text-decoration:none;text-align:left;letter-spacing:0em;line-height:normal;}#comp-mm4t3qcj9 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #FFFFFF);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t3qcj9 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-text !important;font-weight:normal !important;font-size:9.590308084597698px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t3qcj9 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-text !important;font-weight:normal !important;font-size:14px !important;}}#comp-mm4t5dke{--shc-mutated-brightness:128,128,128;}#comp-mm4t5cji{--shc-mutated-brightness:128,128,128;}#comp-mm4t4dif10{--text-direction:var(--wix-opt-in-direction);}#comp-mm4t4dif10 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#FFFFFF;background-color:transparent;font-family:inter,sans-serif;font-weight:500;font-size:11px;font-style:normal;text-decoration:none;text-align:left;letter-spacing:0em;line-height:normal;}#comp-mm4t4dif10 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #FFFFFF);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t4dif10 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-display-bold !important;font-size:11px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4dif10 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-display-bold !important;font-size:14px !important;}}#comp-mm4t4dig9{--text-direction:var(--wix-opt-in-direction);}#comp-mm4t4dig9 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#FFFFFF;background-color:transparent;font-size:9.590308084597698px;font-style:normal;text-decoration:none;text-align:left;letter-spacing:0em;line-height:normal;}#comp-mm4t4dig9 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #FFFFFF);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t4dig9 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-text !important;font-weight:normal !important;font-size:9.590308084597698px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4dig9 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-text !important;font-weight:normal !important;font-size:14px !important;}}#comp-mm4t609j.variants-mm98mvug1{--shc-mutated-brightness:128,128,128;}:is(:state(variants-mm98mvug1)) #comp-mm4t609j{--shc-mutated-brightness:128,128,128;}#comp-mm4t609j{--shc-mutated-brightness:128,128,128;}#comp-mm4t5z7e{--shc-mutated-brightness:128,128,128;}#comp-mm4t4qrz10{--text-direction:var(--wix-opt-in-direction);}#comp-mm4t4qrz10 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#FFFFFF;background-color:transparent;font-family:inter,sans-serif;font-weight:500;font-size:11px;font-style:normal;text-decoration:none;text-align:left;letter-spacing:0em;line-height:normal;}#comp-mm4t4qrz10 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #FFFFFF);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t4qrz10 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-display-bold !important;font-size:11px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4qrz10 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-display-bold !important;font-size:14px !important;}}#comp-mm4t4qry{--text-direction:var(--wix-opt-in-direction);}#comp-mm4t4qry :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#FFFFFF;background-color:transparent;font-size:9.590308084597698px;font-style:normal;text-decoration:none;text-align:left;letter-spacing:0em;line-height:normal;}#comp-mm4t4qry [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #FFFFFF);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mm4t4qry :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-text !important;font-weight:normal !important;font-size:9.590308084597698px !important;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4t4qry :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-family:madefor-text !important;font-weight:normal !important;font-size:14px !important;}}#comp-mm4swy5t{--shc-mutated-brightness:128,128,128;}#comp-mm4sx7bn{--shc-mutated-brightness:128,128,128;}#comp-mm4sx7bp7{--text-direction:var(--wix-opt-in-direction);}#comp-mm4sx7bp7 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#778271;background-color:transparent;font-weight:bold;text-align:left;line-height:normal;}#comp-mm4sx7bp7 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #778271);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sx7bp7 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:16px !important;}}#comp-mm4sx7bq9{--bg-gradient:linear-gradient(180deg, #FFFFFF 0%, #7ECF80 80.2886962890625%);--bg-overlay-color:transparent;height:auto;--shadow-filter:none;}#comp-mm4sx7bu7{--text-direction:var(--wix-opt-in-direction);}#comp-mm4sx7bu7 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){background-color:transparent;font-family:inter,sans-serif;font-weight:400;text-align:left;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mm4sx7bu7 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){font-size:16px !important;}}#comp-mm4sx7bv13{--shc-mutated-brightness:128,128,128;}#comp-mm4sx7bx6.variants-mm4sx7by2{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}:is(:state(variants-mm4sx7by2)) #comp-mm4sx7bx6{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-mm4sx7bx6{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-mm4sx7c411.variants-mm4sx7c52{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}:is(:state(variants-mm4sx7c52)) #comp-mm4sx7c411{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-mm4sx7c411{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-mm4sx7c7.variants-mm4sx7c73{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}:is(:state(variants-mm4sx7c73)) #comp-mm4sx7c7{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-mm4sx7c7{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-mlgjzdne_r_comp-mlgjzdk1{--bg-gradient:linear-gradient(0deg, #07120F 0%, #000000 100%);--bg-overlay-color:transparent;}#comp-mlgjzdne_r_comp-mky57xrd{--shc-mutated-brightness:0,0,0,0;}#comp-mlgjzdne_r_comp-mky3tjfv{--direction:var(--wix-opt-in-direction, ltr);--item-direction:inherit;--dropdown-menu-direction:inherit;--dropdown-menu-item-direction:inherit;--dropdown-menu-sub-item-direction:inherit;--sr-only-horizontal-item-icon-display:none;--scroll-button-transform:scaleX(1);--navbar-display:unset;--hamburger-menu-root-display:none;--container-flex-direction:column;--item-wrapper-width:100%;--menu-items-row-gap:var(--menu-items-main-axis-gap);--menu-items-column-gap:var(--menu-items-cross-axis-gap);--horizontal-menu-item-divider:none;--vertical-menu-item-divider:var(--item-divider);--container-pointer-events:none;--item-wrapper-display:var(--item-wrapper-display-alignment);--horizontal-menu-dropdown-display:none;--vertical-menu-dropdown-display:initial;--empty-dropdown-item-icon-display:none;--menu-item-wrapper-height:unset;--item-width:auto;--menu-items-flex-grow:1;--item-wrapper-display-alignment:block;--item-text-align:space-between;--item-selected-label-underline-display:none;--item-label-bullet-display:none;--hamburger-overlay-initial-opacity:unset;--hamburger-menu-container-initial-opacity:unset;--hamburger-menu-container-initial-transform:unset;--scroll-button-icon-display:none;min-width:min-content;--item-icon-display:unset;--vertical-dropdown-visibility:hidden;--vertical-dropdown-height:0;--vertical-expand-collapse-display:none;--sr-only-item-icon-display:none;}#portal-comp-mlgjzdne_r_comp-mky3tjfv{--direction:var(--wix-opt-in-direction, ltr);--item-direction:inherit;--dropdown-menu-direction:inherit;--dropdown-menu-item-direction:inherit;--dropdown-menu-sub-item-direction:inherit;--sr-only-horizontal-item-icon-display:none;--scroll-button-transform:scaleX(1);--navbar-display:unset;--hamburger-menu-root-display:none;--container-flex-direction:column;--item-wrapper-width:100%;--menu-items-row-gap:var(--menu-items-main-axis-gap);--menu-items-column-gap:var(--menu-items-cross-axis-gap);--horizontal-menu-item-divider:none;--vertical-menu-item-divider:var(--item-divider);--container-pointer-events:none;--item-wrapper-display:var(--item-wrapper-display-alignment);--horizontal-menu-dropdown-display:none;--vertical-menu-dropdown-display:initial;--empty-dropdown-item-icon-display:none;--menu-item-wrapper-height:unset;--item-width:auto;--menu-items-flex-grow:1;--item-wrapper-display-alignment:block;--item-text-align:space-between;--item-selected-label-underline-display:none;--item-label-bullet-display:none;--hamburger-overlay-initial-opacity:unset;--hamburger-menu-container-initial-opacity:unset;--hamburger-menu-container-initial-transform:unset;--scroll-button-icon-display:none;min-width:min-content;--item-icon-display:unset;--vertical-dropdown-visibility:hidden;--vertical-dropdown-height:0;--vertical-expand-collapse-display:none;--sr-only-item-icon-display:none;}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-mky3tjfv{--item-width:auto;--menu-items-flex-grow:1;--item-wrapper-display-alignment:block;}#portal-comp-mlgjzdne_r_comp-mky3tjfv{--item-width:auto;--menu-items-flex-grow:1;--item-wrapper-display-alignment:block;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky3tjfv{--item-width:fit-content;--menu-items-flex-grow:0;--item-wrapper-display-alignment:flex;}#portal-comp-mlgjzdne_r_comp-mky3tjfv{--item-width:fit-content;--menu-items-flex-grow:0;--item-wrapper-display-alignment:flex;}}:is(#comp-mlgjzdne_r_comp-mky3tjgj, [id^="comp-mlgjzdne_r_comp-mky3tjgj__"]){height:inherit;width:auto;}:is(#comp-mlgjzdne_r_comp-mky3tjg9, [id^="comp-mlgjzdne_r_comp-mky3tjg9__"]){--rd:0;--brw:0;--shd:none;--bg:transparent;}:is(#comp-mlgjzdne_r_comp-mky3tjgb4, [id^="comp-mlgjzdne_r_comp-mky3tjgb4__"]){height:auto;--submenu-direction:initial;--submenu-item-direction:initial;--submenu-sub-item-direction:initial;}#comp-mlgjzdne_r_comp-mky3kvqq8{--shc-mutated-brightness:128,128,128;}#comp-mlgjzdne_r_comp-mky3kvqr6{--text-direction:var(--wix-opt-in-direction);}#comp-mlgjzdne_r_comp-mky3kvqr6 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#FFFFFF;background-color:transparent;font-family:dm-sans,sans-serif;font-weight:600;font-size:14px;text-decoration:none;text-align:left;}#comp-mlgjzdne_r_comp-mky3kvqr6 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #FFFFFF);}@media screen and (min-width: 320px) and (max-width: 1000px){#comp-mlgjzdne_r_comp-mky3kvqr6 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){text-align:left;}}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky3kvqr6 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){text-align:center;}}#comp-mlgjzdne_r_comp-mky45koy.comp-mlgjzdne_r_variants-mky45kp11{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}:is(:state(comp-mlgjzdne_r_variants-mky45kp11)) #comp-mlgjzdne_r_comp-mky45koy{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-mlgjzdne_r_comp-mky45koy{--btn-direction:var(--wix-opt-in-direction, ltr);--direction:inherit;--overflow:visible;--label-text-overflow:initial;--label-white-space:pre-line;--btn-min-width:min-content;--container-justify-content:center;--container-align-items:center;--icon-rotation:0deg;--disabled-icon-rotation:0deg;--hover-icon-rotation:0deg;}#comp-mlgjzdne_r_comp-mky4w6nr{--shc-mutated-brightness:128,128,128;}#comp-mlgjzdne_r_comp-mky4w6p91{--text-direction:var(--wix-opt-in-direction);}#comp-mlgjzdne_r_comp-mky4w6p91 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){background-color:transparent;font-family:dm-sans,sans-serif;font-weight:600;font-size:14px;text-align:left;line-height:normal;}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky4w6p91 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){text-align:center;}}#comp-mlgjzdne_r_comp-mky4w6pa5{--item-size:25px;--item-margin-block:0;--item-margin-inline:0px 20px;--item-display:inline-block;--direction:var(--wix-opt-in-direction, ltr);--flex-direction:row;height:25px;width:calc(3 * (25px + 20px) - 20px);}#comp-mlgjzdne_r_comp-mky3kvr6{--text-direction:var(--wix-opt-in-direction);}#comp-mlgjzdne_r_comp-mky3kvr6 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:#FFFFFF;background-color:transparent;font-weight:400;font-size:10px;font-style:normal;text-align:left;letter-spacing:0em;line-height:normal;}#comp-mlgjzdne_r_comp-mky3kvr6 [class$=rich-text__text]:is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){color:var(--corvid-color, #FFFFFF);}@media screen and (min-width: 320px) and (max-width: 750px){#comp-mlgjzdne_r_comp-mky3kvr6 :is(p,h1,h2,h3,h4,h5,h6,ul,ol,span[data-attr-richtext-marker],blockquote,div){text-align:center;}}#comp-mkvsfdji4_r_comp-kd5px9hr{--screen-width:100vw;}#comp-mkvsfdji4_r_comp-kd5px9kk{height:auto;--direction:rtl;--item-height:56px;--text-align:center;--template-columns:calc(40px + 1em) 1fr calc(40px + 1em);--template-areas:". label arrow";--padding-start:0px;--sub-padding-start:0px;--padding-end:0px;--sub-padding-end:0px;--item-depth0-direction:inherit;--item-depth1-direction:inherit;--item-depth2-direction:inherit;--item-depth0-align:inherit;--item-depth1-align:inherit;--item-depth2-align:inherit;}#comp-mkvsfdji4_r_comp-kkmqi5tc{--undefined:[object Object];--fill-opacity:1;--stroke-width:0;--stroke:#ED1566;--stroke-opacity:1;--fill:#211F24;}</style>
</head>
<body class='responsive' >
<script type="text/javascript">
var bodyCacheable = true;
var exclusionReason = {"shouldRender":true,"forced":false};
var ssrInfo = {"cacheExclusionReason":"","renderBodyTime":1494,"renderTimeStamp":1772742517171}
</script>
<!--pageHtmlEmbeds.bodyStart start-->
<script type="wix/htmlEmbeds" id="pageHtmlEmbeds.bodyStart start"></script>
<script type="wix/htmlEmbeds" id="pageHtmlEmbeds.bodyStart end"></script>
<!--pageHtmlEmbeds.bodyStart end-->
<script id="wix-first-paint">
if (window.ResizeObserver &&
(!window.PerformanceObserver || !PerformanceObserver.supportedEntryTypes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) {
new ResizeObserver(function (entries, observer) {
entries.some(function (entry) {
var contentRect = entry.contentRect;
if (contentRect.width > 0 && contentRect.height > 0) {
requestAnimationFrame(function (now) {
window.wixFirstPaint = now;
dispatchEvent(new CustomEvent('wixFirstPaint'));
});
observer.disconnect();
return true;
}
});
}).observe(document.body);
}
</script>
<script id="scroll-bar-width-calculation">
const div = document.createElement('div')
div.style.overflowY = 'scroll'
div.style.width = '50px'
div.style.height = '50px'
div.style.visibility = 'hidden'
document.body.appendChild(div)
const scrollbarWidth= div.offsetWidth - div.clientWidth
document.body.removeChild(div)
if(scrollbarWidth > 0){
document.body.style.setProperty('--scrollbar-width', `${scrollbarWidth}px`)
}
</script>
<!-- domStoreHtml -->
<svg data-dom-store style="display:none"><defs id="dom-store-defs"></defs></svg>
<div id="SITE_CONTAINER"><div id="main_MF" class="main_MF"><div id="SCROLL_TO_TOP" class="Vd6aQZ ignore-focus SCROLL_TO_TOP" role="region" tabindex="-1" aria-label="top of page"><span class="mHZSwn">top of page</span></div><div id="site-root" class="site-root"><div id="masterPage" class="masterPage css-editing-scope"><div id="SITE_PAGES" class="JsJXaX SITE_PAGES"><div id="wffbg" class="P0dCOY theme-vars wffbg"><div class="PJ4KCX wixui-page" data-testid="page-bg"></div><div><div class="wffbg-overflow-wrapper xpmKd_" data-testid="responsive-container-overflow"><div data-testid="responsive-container-content" tabindex="-1" class="wffbg-container"><header id="comp-mkvsfdjh10" class="comp-mkvsfdjh10 S6Dcte comp-mkvsfdjh10-container" slots="[object Object]" wix="[object Object]"><section id="comp-mkvsfdjh10_r_comp-kbgajy18" tabindex="-1" data-block-level-container="Section" class="xuzjBY comp-mkvsfdjh10_r_comp-kbgajy18 xuzjBY wixui-header Gzsk0j" data-testid="section-container"><div id="bgLayers_comp-mkvsfdjh10_r_comp-kbgajy18" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mkvsfdjh10_r_comp-kbgajy18" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mkvsfdjh10_r_comp-kbgajy18" data-motion-part="BG_MEDIA comp-mkvsfdjh10_r_comp-kbgajy18" class="VgO9Yg"></div></div><div data-testid="responsive-container-content" class="comp-mkvsfdjh10_r_comp-kbgajy18-container max-width-container"><!--$--><div id="comp-mkvsfdjh10_r_comp-mdrelzwz" role="" class="PiVxGu MDrwHQ comp-mkvsfdjh10_r_comp-mdrelzwz wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mkvsfdjh10_r_comp-mdrelzwz-container"><!--$--><div id="comp-mkvsfdjh10_r_comp-ml48cas1" data-testid="imageX" class="lyNaha comp-mkvsfdjh10_r_comp-ml48cas1 JdNFxG wixui-image"><a data-motion-part="BG_LAYER comp-mkvsfdjh10_r_comp-ml48cas1" data-testid="linkElement" href="https://www.cecilegiornelli.com" target="_self" class="h1DYhE"><div class="QebvG3" data-motion-part=""><div data-motion-part="BG_MEDIA comp-mkvsfdjh10_r_comp-ml48cas1"><wow-image id="img-comp-mkvsfdjh10_r_comp-ml48cas1" data-is-responsive="true" data-image-info="{"containerId":"comp-mkvsfdjh10_r_comp-ml48cas1","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_0a5e49acf4e5420e899bda71c566c7b4~mv2.png","width":901,"height":162,"alt":"_cecile_giornelli.png","name":"_cecile_giornelli.png","crop":{"x":0,"y":0,"width":1080,"height":1350,"svgId":"","flip":"none"},"displayMode":"fit","scrollEffect":"none","focalPoint":null},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mkvsfdjh10_r_comp-ml48cas1" class="Ux33nC"><picture><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_0a5e49acf4e5420e899bda71c566c7b4~mv2.png/v1/fill/w_45,h_8,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/_cecile_giornelli.png" alt="_cecile_giornelli.png" style="object-fit:contain;object-position:center"/></picture></wow-image></div></div></a></div><!--/$--><!--$--><div id="comp-mkvsfdjh10_r_comp-mlgjkp0e" role="" class="PiVxGu MDrwHQ comp-mkvsfdjh10_r_comp-mlgjkp0e-container comp-mkvsfdjh10_r_comp-mlgjkp0e wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mkvsfdjh10_r_comp-mkwc4qdm" class="comp-mkvsfdjh10_r_comp-mkwc4qdm-container comp-mkvsfdjh10_r_comp-mkwc4qdm"><div id="comp-mkvsfdjh10_r_comp-mkwc4qdm-menu-content" class="kvKptz"><nav class="zi7u4T Trmtvb Et46Sx BlM3nT wixui-horizontal-menu wixui-menu" data-part="navbar" data-hook="menu-root" aria-label="Site"><ul class="qi0bcm"><li class="YZgQBw" data-part="menu-item" data-animation-name="none" data-item-depth="0"><div class="djGpM3"><div class="oU_31J FIGev7 wixui-horizontal-menu__item wixui-menu__item lgvt4I" data-part="menu-item-content" data-interactive="true"><a data-testid="linkElement" data-part="menu-item-link" href="https://www.cecilegiornelli.com/se-former" target="_self" class=""><div class="xeYvd7 wixui-horizontal-menu__item-label wixui-menu__item-label JJdjxN" data-part="label">Se Former</div></a></div></div><span class="yRGvfY"></span></li><li class="YZgQBw" data-part="menu-item" data-animation-name="none" data-item-depth="0"><div class="djGpM3"><div class="oU_31J FIGev7 wixui-horizontal-menu__item wixui-menu__item lgvt4I" data-part="menu-item-content" data-interactive="true"><a data-testid="linkElement" data-part="menu-item-link" href="https://www.cecilegiornelli.com/strategie-alimentaire" target="_self" class=""><div class="xeYvd7 wixui-horizontal-menu__item-label wixui-menu__item-label JJdjxN" data-part="label">Stratégie alimentaire</div></a></div></div><span class="yRGvfY"></span></li><li class="YZgQBw" data-part="menu-item" data-animation-name="none" data-item-depth="0"><div class="djGpM3"><div class="oU_31J FIGev7 wixui-horizontal-menu__item wixui-menu__item lgvt4I" data-part="menu-item-content" data-interactive="true"><a data-testid="linkElement" data-part="menu-item-link" href="https://www.cecilegiornelli.com/protocoles-fight-week" target="_self" class=""><div class="xeYvd7 wixui-horizontal-menu__item-label wixui-menu__item-label JJdjxN" data-part="label">Protocoles Fight Week</div></a></div></div><span class="yRGvfY"></span></li><li class="YZgQBw" data-part="menu-item" data-animation-name="none" data-item-depth="0"><div class="djGpM3"><div class="oU_31J FIGev7 wixui-horizontal-menu__item wixui-menu__item lgvt4I" data-part="menu-item-content" data-interactive="true"><a data-testid="linkElement" data-part="menu-item-link" href="https://www.cecilegiornelli.com/a-propos" target="_self" class=""><div class="xeYvd7 wixui-horizontal-menu__item-label wixui-menu__item-label JJdjxN" data-part="label">À propos</div></a></div></div><span class="yRGvfY"></span></li><li class="YZgQBw" data-part="menu-item" data-animation-name="none" data-item-depth="0"><div class="djGpM3"><div class="oU_31J FIGev7 wixui-horizontal-menu__item wixui-menu__item lgvt4I" data-part="menu-item-content" data-interactive="true"><a data-testid="linkElement" data-part="menu-item-link" href="https://www.cecilegiornelli.com/media" target="_self" class=""><div class="xeYvd7 wixui-horizontal-menu__item-label wixui-menu__item-label JJdjxN" data-part="label">Média / presse</div></a></div></div><span class="yRGvfY"></span></li></ul><div class="BV22op"><div aria-hidden="true" aria-label="scroll" class="n2xrZl LNYNgf MJm86e JRUANI wixui-menu__scroll-button scroll-button" data-menu-scroll-action="page" data-hidden="true" data-part="scroll-backward-button"><span class="aTo_UF wixui-menu__scroll-button-icon"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 6 12"><path d="M0 6L5.2 0 6 .7 1.3 6 6 11.3 5.2 12z"></path></svg></span></div><div aria-hidden="true" aria-label="scroll" class="n2xrZl LNYNgf MJm86e JRUANI wixui-menu__scroll-button scroll-button" data-menu-scroll-action="page" data-hidden="true" data-part="scroll-forward-button"><span class="aTo_UF wixui-menu__scroll-button-icon"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 6 12"><path d="M6 6L.8 0 0 .7 4.7 6 0 11.3l.8.7z"></path></svg></span></div></div></nav></div><div id="comp-mkvsfdjh10_r_comp-mkwc4qf6" class="comp-mkvsfdjh10_r_comp-mkwc4qf6-container c_pphB"><!--$--><nav aria-label="Site" class="HamburgerOpenButton3537389287__nav"><div id="comp-mkvsfdjh10_r_comp-mkwc4qfb" class="HamburgerOpenButton3537389287__root StylableButton2545352419__root comp-mkvsfdjh10_r_comp-mkwc4qfb" data-semantic-classname="hamburger-open-button"><button type="button" class="StylableButton2545352419__root comp-mkvsfdjh10_r_comp-mkwc4qfb-styleId__root wixui-hamburger-open-button" data-testid="buttonContent" aria-expanded="false" aria-haspopup="dialog" aria-label="Menu"><span class="StylableButton2545352419__container"><span class="StylableButton2545352419__label wixui-hamburger-open-button__label" data-testid="stylablebutton-label">Menu</span><span class="StylableButton2545352419__icon wixui-hamburger-open-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><span><?xml version="1.0" encoding="UTF-8"?>
<svg data-bbox="0 0 40 30" viewbox="0 0 40 30" height="30" width="40" xmlns="http://www.w3.org/2000/svg" data-type="shape">
<g>
<path d="M40 2.903H0V0h40zm0 13.549H0v-2.904h40zM40 30H0v-2.903h40z" fill-rule="evenodd"/>
</g>
</svg>
</span></span></span></button></div></nav><!--/$--><div id="portal-comp-mkvsfdjh10_r_comp-mkwc4qdm"><div id="comp-mkvsfdjh10_r_comp-mkwc4qfo" class="HamburgerOverlay547129737--showBackgroundOverlay HamburgerOverlay547129737__root scemAM" role="dialog" aria-modal="true" aria-label="Navigation sur le site" data-visible="false" data-hook="hamburger-overlay-root" tabindex="-1" data-part="hamburger-overlay" data-animation-name="none"><div data-hook="hamburger-overlay-dialog" aria-hidden="true" class="HamburgerOverlay547129737__overlay comp-mkvsfdjh10_r_comp-mkwc4qfo-styleId__root wixui-hamburger-overlay"></div><div class="comp-mkvsfdjh10_r_comp-mkwc4qfo-overflow-wrapper gNqkn3" data-testid="responsive-container-overflow"><div data-testid="responsive-container-content" tabindex="-1" class="comp-mkvsfdjh10_r_comp-mkwc4qfo-container"><div id="comp-mkvsfdjh10_r_comp-mkwc4qfw" tabindex="-1" class="comp-mkvsfdjh10_r_comp-mkwc4qfw sR1W7T CT8HKo" data-animation-name="none"><div aria-hidden="true" class="HamburgerMenuContainer502174924__root comp-mkvsfdjh10_r_comp-mkwc4qfw-styleId__root wixui-hamburger-menu-container"></div><div class="comp-mkvsfdjh10_r_comp-mkwc4qfw-overflow-wrapper gNqkn3" data-testid="responsive-container-overflow"><div data-testid="responsive-container-content" tabindex="-1" class="comp-mkvsfdjh10_r_comp-mkwc4qfw-container"><!--$--><!--/$--><!--$--><div id="comp-mkvsfdjh10_r_comp-mkwc4qg8" class="HamburgerCloseButton872037521__root StylableButton2545352419__root comp-mkvsfdjh10_r_comp-mkwc4qg8" data-semantic-classname="hamburger-close-button"><button type="button" class="StylableButton2545352419__root comp-mkvsfdjh10_r_comp-mkwc4qg8-styleId__root wixui-hamburger-close-button" data-testid="buttonContent" aria-label="Close"><span class="StylableButton2545352419__container"><span class="StylableButton2545352419__label wixui-hamburger-close-button__label" data-testid="stylablebutton-label">Close</span><span class="StylableButton2545352419__icon wixui-hamburger-close-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><span><?xml version="1.0" encoding="UTF-8"?>
<svg data-bbox="0 -0.012 32.012 32" viewbox="0 0 32 32" height="32" width="32" xmlns="http://www.w3.org/2000/svg" data-type="shape">
<g>
<path d="M.293.293a1 1 0 0 1 1.414 0L16 14.586 30.293.293a1 1 0 1 1 1.414 1.414L17.414 16l14.293 14.293a1 1 0 0 1-1.414 1.414L16 17.414 1.707 31.707a1 1 0 0 1-1.414-1.414L14.586 16 .293 1.707a1 1 0 0 1 0-1.414" fill-rule="evenodd"/>
</g>
</svg>
</span></span></span></button></div><!--/$--><!--$--><div id="comp-mkvsfdjh10_r_comp-mm9fow04" role="" class="PiVxGu MDrwHQ comp-mkvsfdjh10_r_comp-mm9fow04-container comp-mkvsfdjh10_r_comp-mm9fow04 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mkvsfdjh10_r_comp-mm9fow0a" class="comp-mkvsfdjh10_r_comp-mm9fow0a" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" href="https://app.cecile-giornelli.com/connexion" target="_blank" rel="noreferrer noopener" class="DPAltb comp-mkvsfdjh10_r_comp-mm9fow0a-styleId__root wixui-button OoFUKI" aria-label="Espace sportifs"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Espace sportifs</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--><!--$--><div id="comp-mkvsfdjh10_r_comp-mm9fow112" class="comp-mkvsfdjh10_r_comp-mm9fow112" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" href="https://fightnutritionacademy.learnybox.com/formation/" target="_blank" rel="noreferrer noopener" class="DPAltb comp-mkvsfdjh10_r_comp-mm9fow112-styleId__root wixui-button OoFUKI" aria-label="Espace élèves"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Espace élèves</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--></div><!--/$--><!--$--><div id="comp-mkvsfdjh10_r_comp-mm9fp2rs" role="" class="PiVxGu MDrwHQ comp-mkvsfdjh10_r_comp-mm9fp2rs-container comp-mkvsfdjh10_r_comp-mm9fp2rs wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mkvsfdjh10_r_comp-mm9fp2rv7" class="comp-mkvsfdjh10_r_comp-mm9fp2rv7" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" href="https://app.cecile-giornelli.com/connexion" target="_blank" rel="noreferrer noopener" class="DPAltb comp-mkvsfdjh10_r_comp-mm9fp2rv7-styleId__root wixui-button OoFUKI" aria-label="Espace sportifs"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Espace sportifs</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--><!--$--><div id="comp-mkvsfdjh10_r_comp-mm9fp2rx14" class="comp-mkvsfdjh10_r_comp-mm9fp2rx14" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" href="https://fightnutritionacademy.learnybox.com/formation/" target="_blank" rel="noreferrer noopener" class="DPAltb comp-mkvsfdjh10_r_comp-mm9fp2rx14-styleId__root wixui-button OoFUKI" aria-label="Espace élèves"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Espace élèves</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--></div><!--/$--></div></div></div></div></div></div></div></div></div><!--/$--><!--$--><div id="comp-mkvsfdjh10_r_comp-mm9aur5o" role="" class="PiVxGu MDrwHQ comp-mkvsfdjh10_r_comp-mm9aur5o-container comp-mkvsfdjh10_r_comp-mm9aur5o wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mkvsfdjh10_r_comp-mkv87yym" class="comp-mkvsfdjh10_r_comp-mkv87yym" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" href="https://app.cecile-giornelli.com/connexion" target="_blank" rel="noreferrer noopener" class="DPAltb comp-mkvsfdjh10_r_comp-mkv87yym-styleId__root wixui-button OoFUKI" aria-label="Espace sportifs"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Espace sportifs</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--><!--$--><div id="comp-mkvsfdjh10_r_comp-mm1wq6gu" class="comp-mkvsfdjh10_r_comp-mm1wq6gu" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" href="https://fightnutritionacademy.learnybox.com/formation/" target="_blank" rel="noreferrer noopener" class="DPAltb comp-mkvsfdjh10_r_comp-mm1wq6gu-styleId__root wixui-button OoFUKI" aria-label="Espace élèves"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Espace élèves</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--></div><!--/$--></div><!--/$--></div></div><!--/$--></div></section></header><main id="PAGE_SECTIONSwffbg" class="PAGE_SECTIONSwffbg c1rIl3" data-main-content-parent="true"><!--$--><section id="comp-ml2e1qpg" tabindex="-1" data-block-level-container="Section" class="xuzjBY comp-ml2e1qpg-container comp-ml2e1qpg wixui-section undefined Gzsk0j" data-testid="section-container"><div id="bgLayers_comp-ml2e1qpg" data-hook="bgLayers" data-motion-part="BG_LAYER comp-ml2e1qpg" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-ml2e1qpg" data-motion-part="BG_MEDIA comp-ml2e1qpg" class="VgO9Yg"></div></div><!--$--><div id="comp-ml2e1qpy" role="" class="PiVxGu MDrwHQ comp-ml2e1qpy wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-ml2e1qpy-container"><!--$--><div id="comp-ml2e1qq06" role="" class="PiVxGu MDrwHQ comp-ml2e1qq06-container comp-ml2e1qq06 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-ml2e1qq25" class="YcIVz3 comp-ml2e1qq25"><h2 class="vFkhXO" data-testid="heading-tag">Passe un cap décisif
dans ta carrière.</h2><div class="elEp3H" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" class="preview-svg w681pN UZDyCY" data-fontsize="79" aria-hidden="true"><text x="0" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none">Passe un cap décisif</text><text x="0" y="1.2em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none">dans ta carrière.</text></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" class="display-svg w681pN drrrT5"><defs><clippath id="clip-comp-ml2e1qq25" aria-hidden="true"><text x="0" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none">Passe un cap décisif</text><text x="0" y="1.2em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none">dans ta carrière.</text></clippath></defs><g class="text-group" id="text-group-comp-ml2e1qq25"><text x="0" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none;overflow:visible">Passe un cap décisif</text><text x="0" y="1.2em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none;overflow:visible">dans ta carrière.</text></g></svg><div class="wKTolk fill-layers-wrapper" style="clip-path:url(#clip-comp-ml2e1qq25)"><div id="bgLayers_comp-ml2e1qq25" data-hook="bgLayers" data-motion-part="BG_LAYER comp-ml2e1qq25" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-ml2e1qq25" data-motion-part="BG_MEDIA comp-ml2e1qq25" class="VgO9Yg"></div></div></div></div></div><!--/$--><!--$--><div id="comp-ml2e1qq55" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-ml2e1qq55 wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text">Utilise la nutrition sportive pour exploiter ton plein potentiel</p>
<p class="font_8 wixui-rich-text__text">&<span style="letter-spacing:0em;" class="wixui-rich-text__text"> vivre pleinement de ta passion.</span></p></div><!--/$--><!--$--><div id="comp-ml2e1qq76" class="comp-ml2e1qq76" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" data-anchor="anchors-mm93jxx6" href="https://www.cecilegiornelli.com" target="_self" class="DPAltb style-ml2e1qqo4__root wixui-button OoFUKI" aria-label="Entrer dans l’univers"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Entrer dans l’univers</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--><!--$--><div id="comp-ml2e1qr8" data-testid="imageX" class="lyNaha comp-ml2e1qr8 JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-ml2e1qr8"><div data-motion-part="BG_MEDIA comp-ml2e1qr8"><wow-image id="img-comp-ml2e1qr8" data-is-responsive="true" data-image-info="{"containerId":"comp-ml2e1qr8","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_82ec87ca910f42fa9a1a71ea2e683439~mv2.png","width":1920,"height":1080,"alt":"Combattants de sports de combat en préparation physique et nutritionnelle","name":"Le Labo du Cutting - Edition 1 (2).png","crop":{"x":24,"y":134,"width":1896,"height":604,"svgId":"","flip":"none"},"displayMode":"fill","focalPoint":{"x":50,"y":50},"scrollEffect":"none"},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-ml2e1qr8" class="Ux33nC"><picture><img fetchpriority="high" src="https://static.wixstatic.com/media/9b78c1_82ec87ca910f42fa9a1a71ea2e683439~mv2.png/v1/crop/x_24,y_134,w_1896,h_604/fill/w_49,h_16,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Le%20Labo%20du%20Cutting%20-%20Edition%201%20(2).png" alt="Combattants de sports de combat en préparation physique et nutritionnelle" style="object-fit:cover;object-position:50% 50%"/></picture></wow-image></div></div></div><!--/$--><!--$--><div id="comp-ml2e1qra6" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-ml2e1qra6 wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text">+28 000 experts, coachs et athlètes</p></div><!--/$--></div><!--/$--></div></div><!--/$--><!--$--><div id="comp-ml2e1qrc" role="" class="PiVxGu MDrwHQ comp-ml2e1qrc wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-ml2e1qrc-container"><!--$--><div id="comp-ml2e1qrd5" data-testid="imageX" class="lyNaha comp-ml2e1qrd5 JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-ml2e1qrd5"><div data-motion-part="BG_MEDIA comp-ml2e1qrd5"><wow-image id="img-comp-ml2e1qrd5" data-is-responsive="true" data-image-info="{"containerId":"comp-ml2e1qrd5","alignType":"center","parallaxSpeed":1.5,"sourceSets":[{"focalPoint":{"x":50,"y":47},"displayMode":"fill","scrollEffect":"none","mediaQuery":"(min-width: 320px) and (max-width: 750px)"}],"imageData":{"uri":"9b78c1_4d032b144e554044b6acd8759622ad13~mv2.png","width":1080,"height":1350,"alt":"Cécile Giornelli fondatrice de Nutrition Academy","name":"Sans titre (Publication Instagram (45)).png","displayMode":"fill","focalPoint":{"x":45,"y":28},"scrollEffect":"none"},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-ml2e1qrd5" class="Ux33nC"><picture><source media="(min-width: 320px) and (max-width: 750px)" srcset="https://static.wixstatic.com/media/9b78c1_4d032b144e554044b6acd8759622ad13~mv2.png/v1/fill/w_49,h_61,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Sans%20titre%20(Publication%20Instagram%20(45)).png"/><img fetchpriority="high" src="https://static.wixstatic.com/media/9b78c1_4d032b144e554044b6acd8759622ad13~mv2.png/v1/fill/w_49,h_61,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Sans%20titre%20(Publication%20Instagram%20(45)).png" alt="Cécile Giornelli fondatrice de Nutrition Academy" style="object-fit:cover;object-position:45% 28%"/></picture></wow-image></div></div></div><!--/$--></div></div><!--/$--></section><!--/$--><!--$--><section id="comp-mm4r2wvx" tabindex="-1" data-block-level-container="Section" class="xuzjBY comp-mm4r2wvx-container comp-mm4r2wvx wixui-section undefined Gzsk0j" data-testid="section-container"><div id="bgLayers_comp-mm4r2wvx" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mm4r2wvx" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mm4r2wvx" data-motion-part="BG_MEDIA comp-mm4r2wvx" class="VgO9Yg"></div></div><!--$--><div id="comp-mm4r2x5t" class="a2sxlD comp-mm4r2x5t" data-testid="custom-element"><counter-site-widget reload-widget="1772465563308"></counter-site-widget></div><!--/$--></section><!--/$--><!--$--><section id="comp-mkvsfdba2" tabindex="-1" data-block-level-container="Section" class="xuzjBY comp-mkvsfdba2 wixui-section Gzsk0j" data-testid="section-container"><div id="bgLayers_comp-mkvsfdba2" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mkvsfdba2" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mkvsfdba2" data-motion-part="BG_MEDIA comp-mkvsfdba2" class="VgO9Yg"></div></div><div data-testid="responsive-container-content" class="comp-mkvsfdba2-container max-width-container"><!--$--><div id="comp-mm4rgr83" role="" class="PiVxGu MDrwHQ comp-mm4rgr83 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4rgr83-container"><!--$--><div id="comp-mkyp7sl1" class="comp-mkyp7sl1"><div class="comp-mkyp7sl1"><style>.comp-mkyp7sl1 {
--wix-color-1: 255,255,255;
--wix-color-2: 240,240,240;
--wix-color-3: 194,194,194;
--wix-color-4: 110,110,110;
--wix-color-5: 33,31,36;
--wix-color-6: 87,96,82;
--wix-color-7: 119,130,113;
--wix-color-8: 210,228,199;
--wix-color-9: 229,229,229;
--wix-color-10: 237,226,188;
--wix-color-11: 137,149,131;
--wix-color-12: 142,128,117;
--wix-color-13: 143,175,138;
--wix-color-14: 126,207,128;
--wix-color-15: 10,10,10;
--wix-color-16: 213,211,211;
--wix-color-17: 15,42,34;
--wix-color-18: 160,121,112;
--wix-color-19: 237,226,215;
--wix-color-20: 99,60,43;
--wix-color-21: 255,233,223;
--wix-color-22: 255,191,161;
--wix-color-23: 228,79,250;
--wix-color-24: 234,96,32;
--wix-color-25: 201,64,1;
--wix-color-26: 255,255,255;
--wix-color-27: 33,31,36;
--wix-color-28: 240,240,240;
--wix-color-29: 194,194,194;
--wix-color-30: 110,110,110;
--wix-color-31: 210,228,199;
--wix-color-32: 210,228,199;
--wix-color-33: 210,228,199;
--wix-color-34: 210,228,199;
--wix-color-35: 33,31,36;
--wix-color-36: 110,110,110;
--wix-color-37: 33,31,36;
--wix-color-38: 210,228,199;
--wix-color-39: 210,228,199;
--wix-color-40: 255,255,255;
--wix-color-41: 210,228,199;
--wix-color-42: 210,228,199;
--wix-color-43: 255,255,255;
--wix-color-44: 194,194,194;
--wix-color-45: 194,194,194;
--wix-color-46: 255,255,255;
--wix-color-47: 255,255,255;
--wix-color-48: 210,228,199;
--wix-color-49: 210,228,199;
--wix-color-50: 255,255,255;
--wix-color-51: 210,228,199;
--wix-color-52: 210,228,199;
--wix-color-53: 255,255,255;
--wix-color-54: 194,194,194;
--wix-color-55: 194,194,194;
--wix-font-Title: normal normal 700 72px/1.2em dm-sans,sans-serif;
--wix-font-Title-style: normal;
--wix-font-Title-variant: normal;
--wix-font-Title-weight: 700;
--wix-font-Title-size: 72px;
--wix-font-Title-line-height: 1.2em;
--wix-font-Title-family: dm-sans,sans-serif;
--wix-font-Title-text-decoration: none;
--wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light,sans-serif;
--wix-font-Menu-style: normal;
--wix-font-Menu-variant: normal;
--wix-font-Menu-weight: normal;
--wix-font-Menu-size: 16px;
--wix-font-Menu-line-height: 1.4em;
--wix-font-Menu-family: din-next-w01-light,sans-serif;
--wix-font-Menu-text-decoration: none;
--wix-font-Page-title: normal normal bold 33px/1.3em dm-sans,sans-serif;
--wix-font-Page-title-style: normal;
--wix-font-Page-title-variant: normal;
--wix-font-Page-title-weight: bold;
--wix-font-Page-title-size: 33px;
--wix-font-Page-title-line-height: 1.3em;
--wix-font-Page-title-family: dm-sans,sans-serif;
--wix-font-Page-title-text-decoration: none;
--wix-font-Heading-XL: normal normal normal 22px/1.3em dm-sans,sans-serif;
--wix-font-Heading-XL-style: normal;
--wix-font-Heading-XL-variant: normal;
--wix-font-Heading-XL-weight: normal;
--wix-font-Heading-XL-size: 22px;
--wix-font-Heading-XL-line-height: 1.3em;
--wix-font-Heading-XL-family: dm-sans,sans-serif;
--wix-font-Heading-XL-text-decoration: none;
--wix-font-Heading-L: normal normal normal 34px/1.3em dm-sans,sans-serif;
--wix-font-Heading-L-style: normal;
--wix-font-Heading-L-variant: normal;
--wix-font-Heading-L-weight: normal;
--wix-font-Heading-L-size: 34px;
--wix-font-Heading-L-line-height: 1.3em;
--wix-font-Heading-L-family: dm-sans,sans-serif;
--wix-font-Heading-L-text-decoration: none;
--wix-font-Heading-M: normal normal normal 28px/1.3em dm-sans,sans-serif;
--wix-font-Heading-M-style: normal;
--wix-font-Heading-M-variant: normal;
--wix-font-Heading-M-weight: normal;
--wix-font-Heading-M-size: 28px;
--wix-font-Heading-M-line-height: 1.3em;
--wix-font-Heading-M-family: dm-sans,sans-serif;
--wix-font-Heading-M-text-decoration: none;
--wix-font-Heading-S: normal normal normal 22px/1.4em dm-sans,sans-serif;
--wix-font-Heading-S-style: normal;
--wix-font-Heading-S-variant: normal;
--wix-font-Heading-S-weight: normal;
--wix-font-Heading-S-size: 22px;
--wix-font-Heading-S-line-height: 1.4em;
--wix-font-Heading-S-family: dm-sans,sans-serif;
--wix-font-Heading-S-text-decoration: none;
--wix-font-Body-L: normal normal 400 20px/1.6em inter,sans-serif;
--wix-font-Body-L-style: normal;
--wix-font-Body-L-variant: normal;
--wix-font-Body-L-weight: 400;
--wix-font-Body-L-size: 20px;
--wix-font-Body-L-line-height: 1.6em;
--wix-font-Body-L-family: inter,sans-serif;
--wix-font-Body-L-text-decoration: none;
--wix-font-Body-M: normal normal 400 18px/1.6em inter,sans-serif;
--wix-font-Body-M-style: normal;
--wix-font-Body-M-variant: normal;
--wix-font-Body-M-weight: 400;
--wix-font-Body-M-size: 18px;
--wix-font-Body-M-line-height: 1.6em;
--wix-font-Body-M-family: inter,sans-serif;
--wix-font-Body-M-text-decoration: none;
--wix-font-Body-S: normal normal normal 16px/1.6em dm-sans,sans-serif;
--wix-font-Body-S-style: normal;
--wix-font-Body-S-variant: normal;
--wix-font-Body-S-weight: normal;
--wix-font-Body-S-size: 16px;
--wix-font-Body-S-line-height: 1.6em;
--wix-font-Body-S-family: dm-sans,sans-serif;
--wix-font-Body-S-text-decoration: none;
--wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light,sans-serif;
--wix-font-Body-XS-style: normal;
--wix-font-Body-XS-variant: normal;
--wix-font-Body-XS-weight: normal;
--wix-font-Body-XS-size: 12px;
--wix-font-Body-XS-line-height: 1.4em;
--wix-font-Body-XS-family: din-next-w01-light,sans-serif;
--wix-font-Body-XS-text-decoration: none;
--wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
--wix-font-LIGHT-style: normal;
--wix-font-LIGHT-variant: normal;
--wix-font-LIGHT-weight: normal;
--wix-font-LIGHT-size: 12px;
--wix-font-LIGHT-line-height: 1.4em;
--wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
--wix-font-LIGHT-text-decoration: none;
--wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
--wix-font-MEDIUM-style: normal;
--wix-font-MEDIUM-variant: normal;
--wix-font-MEDIUM-weight: normal;
--wix-font-MEDIUM-size: 12px;
--wix-font-MEDIUM-line-height: 1.4em;
--wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
--wix-font-MEDIUM-text-decoration: none;
--wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
--wix-font-STRONG-style: normal;
--wix-font-STRONG-variant: normal;
--wix-font-STRONG-weight: normal;
--wix-font-STRONG-size: 12px;
--wix-font-STRONG-line-height: 1.4em;
--wix-font-STRONG-family: HelveticaNeueW01-65Medi;
--wix-font-STRONG-text-decoration: none;
--wix-direction: ltr;
--m_overlayType: 0;
--overlaySizePercent: 40;
--newItemsDetails: 1;
--galleryImageRatio: 3;
--hoveringBehaviour: 1;
--titlePlacementHorizontallyCompatible: 1;
--textsVerticalPadding: 0;
--overlayGradientDegrees: 180;
--gallerySliderImageRatio: 3;
--slideshowInfoSize: 120;
--slideTransition: 0;
--gridStyle: 1;
--previewHover: 0;
--arrowsSize: 33;
--itemBorderRadius: 0;
--overlayPadding: 0;
--arrowsType: 0;
--overlaySizeType: 0;
--imageLoadingWithColorMode: 1;
--customButtonBorderRadius: 0;
--isVertical: 1;
--titleDescriptionSpace: 2;
--gallerySize: 50;
--te-padding-slider: 50;
--m_designedPresetId: -1;
--newItemsLocation: 0;
--m_imageRatioType: 1;
--scrollDirection: 0;
--m_imageMargin: 10;
--m_numberOfDisplayedItems: 5;
--overlayAnimation: 1;
--isRTL: 0;
--collageDensity: 100;
--calculateTextBoxHeightMode: 0;
--slideshowLoop: 1;
--m_arrowsSize: 40;
--externalCustomButtonBorderWidth: 1;
--isAutoSlideshow: 1;
--loveCounter: 1;
--galleryLayout: 4;
--titlePlacement: 1;
--m_galleryLayout: 4;
--scrollAnimation: 3;
--numberOfImagesPerRow: 4;
--fixedGalleryRatio: 0;
--imageLoadingMode: 0;
--galleryVerticalAlign: 0;
--numberOfDisplayedItems: 4;
--autoSlideshowContinuousSpeed: 70;
--imageHoverAnimation: 1;
--imageQuality: 90;
--arrowsVerticalPosition: 1;
--galleryHorizontalAlign: 0;
--thumbnailSpacings: 10;
--imageRatioType: 0;
--m_imageResize: 1;
--imageResize: 1;
--designedPresetId: -1;
--autoSlideshowType: 1;
--arrowsPosition: 0;
--imageMargin: 30;
--overlayType: 1;
--allowFixedGalleryRatio: 0;
--showArrows: 0;
--m_overlaySizePercent: 7;
--arrowsContainerType: 2;
--arrowsContainerBorderRadius: 50;
--textBoxHeight: 120;
--scrollDuration: 1;
--textFont: normal normal 400 20px/1.4em inter,sans-serif;
--m_itemIconColorSlideshow: 0,0,0;
--m_itemIconColorSlideshow-rgb: 0,0,0;
--m_itemIconColorSlideshow-opacity: 1;
--m_itemDescriptionFontColor: 255,255,255;
--m_itemDescriptionFontColor-rgb: 255,255,255;
--m_itemDescriptionFontColor-opacity: 1;
--m_itemBorderColor: 0,0,0;
--m_itemBorderColor-rgb: 0,0,0;
--m_itemBorderColor-opacity: 1;
--itemIconColor: 255,255,255;
--itemIconColor-rgb: 255,255,255;
--itemIconColor-opacity: 1;
--titleColorExpand: 0,0,0;
--titleColorExpand-rgb: 0,0,0;
--titleColorExpand-opacity: 1;
--loadMoreButtonFontColor: 0,0,0;
--loadMoreButtonFontColor-rgb: 0,0,0;
--loadMoreButtonFontColor-opacity: 1;
--itemDescriptionFontColor: 255,255,255;
--itemDescriptionFontColor-rgb: 255,255,255;
--itemDescriptionFontColor-opacity: 1;
--m_customButtonFontColor: 255,255,255;
--m_customButtonFontColor-rgb: 255,255,255;
--m_customButtonFontColor-opacity: 1;
--m_overlayGradientColor1: 0,0,0,0.01;
--m_overlayGradientColor1-rgb: 0,0,0;
--m_overlayGradientColor1-opacity: 0.01;
--m_arrowsColor: 0,0,0;
--m_arrowsColor-rgb: 0,0,0;
--m_arrowsColor-opacity: 1;
--arrowsContainerBackgroundColor: 210,228,199,0.56;
--arrowsContainerBackgroundColor-rgb: 210,228,199;
--arrowsContainerBackgroundColor-opacity: 0.56;
--m_externalCustomButtonColor: 26,106,255;
--m_externalCustomButtonColor-rgb: 26,106,255;
--m_externalCustomButtonColor-opacity: 1;
--customButtonBorderColor: 255,255,255;
--customButtonBorderColor-rgb: 255,255,255;
--customButtonBorderColor-opacity: 1;
--m_customButtonFontColorForHover: 0,0,0;
--m_customButtonFontColorForHover-rgb: 0,0,0;
--m_customButtonFontColorForHover-opacity: 1;
--m_itemOpacity: 0,0,0,0.3;
--m_itemOpacity-rgb: 0,0,0;
--m_itemOpacity-opacity: 0.3;
--textBoxFillColor: 238,238,238;
--textBoxFillColor-rgb: 238,238,238;
--textBoxFillColor-opacity: 1;
--backgroundGradientColor2: 26,106,255;
--backgroundGradientColor2-rgb: 26,106,255;
--backgroundGradientColor2-opacity: 1;
--itemOpacity: 0,0,0,0.1;
--itemOpacity-rgb: 0,0,0;
--itemOpacity-opacity: 0.1;
--loadMoreButtonColor: 255,255,255;
--loadMoreButtonColor-rgb: 255,255,255;
--loadMoreButtonColor-opacity: 1;
--m_itemFontColor: 255,255,255;
--m_itemFontColor-rgb: 255,255,255;
--m_itemFontColor-opacity: 1;
--m_arrowsContainerBackgroundColor: 255,255,255;
--m_arrowsContainerBackgroundColor-rgb: 255,255,255;
--m_arrowsContainerBackgroundColor-opacity: 1;
--loadMoreButtonBorderColor: 0,0,0;
--loadMoreButtonBorderColor-rgb: 0,0,0;
--loadMoreButtonBorderColor-opacity: 1;
--m_itemShadowOpacityAndColor: 0,0,0;
--m_itemShadowOpacityAndColor-rgb: 0,0,0;
--m_itemShadowOpacityAndColor-opacity: 1;
--customButtonFontColor: 255,255,255;
--customButtonFontColor-rgb: 255,255,255;
--customButtonFontColor-opacity: 1;
--imageLoadingColor: 126,207,128;
--imageLoadingColor-rgb: 126,207,128;
--imageLoadingColor-opacity: 1;
--m_itemFontColorSlideshow: 0,0,0;
--m_itemFontColorSlideshow-rgb: 0,0,0;
--m_itemFontColorSlideshow-opacity: 1;
--externalCustomButtonBorderColor: 0,0,0;
--externalCustomButtonBorderColor-rgb: 0,0,0;
--externalCustomButtonBorderColor-opacity: 1;
--itemShadowOpacityAndColor: 0,0,0;
--itemShadowOpacityAndColor-rgb: 0,0,0;
--itemShadowOpacityAndColor-opacity: 1;
--externalCustomButtonColor: 26,106,255;
--externalCustomButtonColor-rgb: 26,106,255;
--externalCustomButtonColor-opacity: 1;
--itemFontColorSlideshow: 0,0,0;
--itemFontColorSlideshow-rgb: 0,0,0;
--itemFontColorSlideshow-opacity: 1;
--itemFontColor: 255,255,255;
--itemFontColor-rgb: 255,255,255;
--itemFontColor-opacity: 1;
--m_oneColorAnimationColor: 255,255,255;
--m_oneColorAnimationColor-rgb: 255,255,255;
--m_oneColorAnimationColor-opacity: 1;
--arrowsColor: 0,0,0;
--arrowsColor-rgb: 0,0,0;
--arrowsColor-opacity: 1;
--m_itemIconColor: 255,255,255;
--m_itemIconColor-rgb: 255,255,255;
--m_itemIconColor-opacity: 1;
--itemBorderColor: 0,0,0;
--itemBorderColor-rgb: 0,0,0;
--itemBorderColor-opacity: 1;
--m_loadMoreButtonBorderColor: 0,0,0;
--m_loadMoreButtonBorderColor-rgb: 0,0,0;
--m_loadMoreButtonBorderColor-opacity: 1;
--m_loadMoreButtonColor: 255,255,255;
--m_loadMoreButtonColor-rgb: 255,255,255;
--m_loadMoreButtonColor-opacity: 1;
--backgroundGradientColor1: 255,255,255;
--backgroundGradientColor1-rgb: 255,255,255;
--backgroundGradientColor1-opacity: 1;
--m_customButtonBorderColor: 255,255,255;
--m_customButtonBorderColor-rgb: 255,255,255;
--m_customButtonBorderColor-opacity: 1;
--itemIconColorSlideshow: 0,0,0;
--itemIconColorSlideshow-rgb: 0,0,0;
--itemIconColorSlideshow-opacity: 1;
--foreColor: 238,238,238;
--foreColor-rgb: 238,238,238;
--foreColor-opacity: 1;
--m_itemDescriptionFontColorSlideshow: 0,0,0;
--m_itemDescriptionFontColorSlideshow-rgb: 0,0,0;
--m_itemDescriptionFontColorSlideshow-opacity: 1;
--bgColorExpand: 255,255,255;
--bgColorExpand-rgb: 255,255,255;
--bgColorExpand-opacity: 1;
--textBoxBorderColor: 0,0,0;
--textBoxBorderColor-rgb: 0,0,0;
--textBoxBorderColor-opacity: 1;
--customButtonFontColorForHover: 0,0,0;
--customButtonFontColorForHover-rgb: 0,0,0;
--customButtonFontColorForHover-opacity: 1;
--m_loadMoreButtonFontColor: 0,0,0;
--m_loadMoreButtonFontColor-rgb: 0,0,0;
--m_loadMoreButtonFontColor-opacity: 1;
--customButtonColor: 255,255,255;
--customButtonColor-rgb: 255,255,255;
--customButtonColor-opacity: 1;
--descriptionColorExpand: 0,0,0;
--descriptionColorExpand-rgb: 0,0,0;
--descriptionColorExpand-opacity: 1;
--actionsColorExpand: 0,0,0;
--actionsColorExpand-rgb: 0,0,0;
--actionsColorExpand-opacity: 1;
--oneColorAnimationColor: 255,255,255;
--oneColorAnimationColor-rgb: 255,255,255;
--oneColorAnimationColor-opacity: 1;
--backColor: 238,238,238;
--backColor-rgb: 238,238,238;
--backColor-opacity: 1;
--itemDescriptionFontColorSlideshow: 0,0,0;
--itemDescriptionFontColorSlideshow-rgb: 0,0,0;
--itemDescriptionFontColorSlideshow-opacity: 1;
--m_externalCustomButtonBorderColor: 0,0,0;
--m_externalCustomButtonBorderColor-rgb: 0,0,0;
--m_externalCustomButtonBorderColor-opacity: 1;
--te-background-color-picker: 149,185,255;
--te-background-color-picker-rgb: 149,185,255;
--te-background-color-picker-opacity: 1;
--m_customButtonColor: 255,255,255;
--m_customButtonColor-rgb: 255,255,255;
--m_customButtonColor-opacity: 1;
--overlayGradientColor2: 0,0,0,0.55;
--overlayGradientColor2-rgb: 0,0,0;
--overlayGradientColor2-opacity: 0.55;
--m_overlayGradientColor2: 0,0,0,0.3;
--m_overlayGradientColor2-rgb: 0,0,0;
--m_overlayGradientColor2-opacity: 0.3;
--overlayGradientColor1: 33,31,36,0;
--overlayGradientColor1-rgb: 33,31,36;
--overlayGradientColor1-opacity: 0;
--backgroundColor: 194,194,194;
--backgroundColor-rgb: 194,194,194;
--backgroundColor-opacity: 1;
--textColor: 33,31,36;
--textColor-rgb: 33,31,36;
--textColor-opacity: 1;
--m_customButtonFontForHover: normal normal normal 15px/18px proxima-n-w01-reg,sans-serif;
--m_customButtonFontForHover-style: normal;
--m_customButtonFontForHover-variant: normal;
--m_customButtonFontForHover-weight: normal;
--m_customButtonFontForHover-size: 15px;
--m_customButtonFontForHover-line-height: 18px;
--m_customButtonFontForHover-family: proxima-n-w01-reg,sans-serif;
--m_customButtonFontForHover-text-decoration: none;
--m_customButtonFont: normal normal normal 15px/18px proxima-n-w01-reg,sans-serif;
--m_customButtonFont-style: normal;
--m_customButtonFont-variant: normal;
--m_customButtonFont-weight: normal;
--m_customButtonFont-size: 15px;
--m_customButtonFont-line-height: 18px;
--m_customButtonFont-family: proxima-n-w01-reg,sans-serif;
--m_customButtonFont-text-decoration: none;
--m_itemFont: normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;
--m_itemFont-style: normal;
--m_itemFont-variant: normal;
--m_itemFont-weight: normal;
--m_itemFont-size: 22px;
--m_itemFont-line-height: 27px;
--m_itemFont-family: wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;
--m_itemFont-text-decoration: none;
--m_itemFontSlideshow: normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;
--m_itemFontSlideshow-style: normal;
--m_itemFontSlideshow-variant: normal;
--m_itemFontSlideshow-weight: normal;
--m_itemFontSlideshow-size: 22px;
--m_itemFontSlideshow-line-height: 27px;
--m_itemFontSlideshow-family: wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;
--m_itemFontSlideshow-text-decoration: none;
--customButtonFontForHover: normal normal 400 18px/1.6em inter,sans-serif;
--customButtonFontForHover-style: normal;
--customButtonFontForHover-variant: normal;
--customButtonFontForHover-weight: 400;
--customButtonFontForHover-size: 18px;
--customButtonFontForHover-line-height: 1.6em;
--customButtonFontForHover-family: inter,sans-serif;
--customButtonFontForHover-text-decoration: none;
--text-editor-font: normal normal normal 40px/50px avenir-lt-w01_85-heavy1475544,sans-serif;
--text-editor-font-style: normal;
--text-editor-font-variant: normal;
--text-editor-font-weight: normal;
--text-editor-font-size: 40px;
--text-editor-font-line-height: 50px;
--text-editor-font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
--text-editor-font-text-decoration: none;
--m_loadMoreButtonFont: normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_loadMoreButtonFont-style: normal;
--m_loadMoreButtonFont-variant: normal;
--m_loadMoreButtonFont-weight: normal;
--m_loadMoreButtonFont-size: 15px;
--m_loadMoreButtonFont-line-height: 18px;
--m_loadMoreButtonFont-family: wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_loadMoreButtonFont-text-decoration: none;
--itemDescriptionFont: normal normal 400 18px/1.6em inter,sans-serif;
--itemDescriptionFont-style: normal;
--itemDescriptionFont-variant: normal;
--itemDescriptionFont-weight: 400;
--itemDescriptionFont-size: 18px;
--itemDescriptionFont-line-height: 1.6em;
--itemDescriptionFont-family: inter,sans-serif;
--itemDescriptionFont-text-decoration: none;
--text-editor-font-1499774301866: normal normal normal 40px/50px avenir-lt-w01_35-light1475496,sans-serif;
--text-editor-font-1499774301866-style: normal;
--text-editor-font-1499774301866-variant: normal;
--text-editor-font-1499774301866-weight: normal;
--text-editor-font-1499774301866-size: 40px;
--text-editor-font-1499774301866-line-height: 50px;
--text-editor-font-1499774301866-family: avenir-lt-w01_35-light1475496,sans-serif;
--text-editor-font-1499774301866-text-decoration: none;
--customButtonFont: normal normal 400 18px/1.6em inter,sans-serif;
--customButtonFont-style: normal;
--customButtonFont-variant: normal;
--customButtonFont-weight: 400;
--customButtonFont-size: 18px;
--customButtonFont-line-height: 1.6em;
--customButtonFont-family: inter,sans-serif;
--customButtonFont-text-decoration: none;
--text-editor-font-1499927482082: normal normal normal 40px/50px avenir-lt-w01_35-light1475496,sans-serif;
--text-editor-font-1499927482082-style: normal;
--text-editor-font-1499927482082-variant: normal;
--text-editor-font-1499927482082-weight: normal;
--text-editor-font-1499927482082-size: 40px;
--text-editor-font-1499927482082-line-height: 50px;
--text-editor-font-1499927482082-family: avenir-lt-w01_35-light1475496,sans-serif;
--text-editor-font-1499927482082-text-decoration: none;
--m_itemDescriptionFont: normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_itemDescriptionFont-style: normal;
--m_itemDescriptionFont-variant: normal;
--m_itemDescriptionFont-weight: normal;
--m_itemDescriptionFont-size: 15px;
--m_itemDescriptionFont-line-height: 18px;
--m_itemDescriptionFont-family: wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_itemDescriptionFont-text-decoration: none;
--loadMoreButtonFont: normal normal 400 18px/1.6em inter,sans-serif;
--loadMoreButtonFont-style: normal;
--loadMoreButtonFont-variant: normal;
--loadMoreButtonFont-weight: 400;
--loadMoreButtonFont-size: 18px;
--loadMoreButtonFont-line-height: 1.6em;
--loadMoreButtonFont-family: inter,sans-serif;
--loadMoreButtonFont-text-decoration: none;
--itemFontSlideshow: normal normal normal 22px/1.4em dm-sans,sans-serif;
--itemFontSlideshow-style: normal;
--itemFontSlideshow-variant: normal;
--itemFontSlideshow-weight: normal;
--itemFontSlideshow-size: 22px;
--itemFontSlideshow-line-height: 1.4em;
--itemFontSlideshow-family: dm-sans,sans-serif;
--itemFontSlideshow-text-decoration: none;
--titleFontExpand: normal normal normal 22px/1.4em dm-sans,sans-serif;
--titleFontExpand-style: normal;
--titleFontExpand-variant: normal;
--titleFontExpand-weight: normal;
--titleFontExpand-size: 22px;
--titleFontExpand-line-height: 1.4em;
--titleFontExpand-family: dm-sans,sans-serif;
--titleFontExpand-text-decoration: none;
--m_itemDescriptionFontSlideshow: normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_itemDescriptionFontSlideshow-style: normal;
--m_itemDescriptionFontSlideshow-variant: normal;
--m_itemDescriptionFontSlideshow-weight: normal;
--m_itemDescriptionFontSlideshow-size: 15px;
--m_itemDescriptionFontSlideshow-line-height: 18px;
--m_itemDescriptionFontSlideshow-family: wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_itemDescriptionFontSlideshow-text-decoration: none;
--itemDescriptionFontSlideshow: normal normal 400 18px/1.6em inter,sans-serif;
--itemDescriptionFontSlideshow-style: normal;
--itemDescriptionFontSlideshow-variant: normal;
--itemDescriptionFontSlideshow-weight: 400;
--itemDescriptionFontSlideshow-size: 18px;
--itemDescriptionFontSlideshow-line-height: 1.6em;
--itemDescriptionFontSlideshow-family: inter,sans-serif;
--itemDescriptionFontSlideshow-text-decoration: none;
--descriptionFontExpand: normal normal 400 18px/1.6em inter,sans-serif;
--descriptionFontExpand-style: normal;
--descriptionFontExpand-variant: normal;
--descriptionFontExpand-weight: 400;
--descriptionFontExpand-size: 18px;
--descriptionFontExpand-line-height: 1.6em;
--descriptionFontExpand-family: inter,sans-serif;
--descriptionFontExpand-text-decoration: none;
--itemFont: normal normal normal 22px/1.4em dm-sans,sans-serif;
--itemFont-style: normal;
--itemFont-variant: normal;
--itemFont-weight: normal;
--itemFont-size: 22px;
--itemFont-line-height: 1.4em;
--itemFont-family: dm-sans,sans-serif;
--itemFont-text-decoration: none;
--textFont-style: normal;
--textFont-variant: normal;
--textFont-weight: 400;
--textFont-size: 20px;
--textFont-line-height: 1.4em;
--textFont-family: inter,sans-serif;
--textFont-text-decoration: none;
}</style><style>
.s__3mb942.oUUTDbO--madefor{--wbu-font-stack:var(--wix-font-stack);--wbu-font-weight-regular:var(--wix-font-weight-regular);--wbu-font-weight-medium:var(--wix-font-weight-medium);--wbu-font-weight-bold:var(--wix-font-weight-bold)}
.sfxZxsX{--wbu-color-blue-0:#0F2CCF;--wbu-color-blue-100:#2F5DFF;--wbu-color-blue-200:#597DFF;--wbu-color-blue-300:#ACBEFF;--wbu-color-blue-400:#D5DFFF;--wbu-color-blue-500:#EAEFFF;--wbu-color-blue-600:#F5F7FF;--wbu-color-black-0:#151414;--wbu-color-black-100:#383838;--wbu-color-black-200:#525150;--wbu-color-black-300:#767574;--wbu-color-black-400:#A8A6A5;--wbu-color-black-500:#E0DFDF;--wbu-color-black-600:#F1F0EF;--wbu-color-red-0:#9C2426;--wbu-color-red-100:#DF3336;--wbu-color-red-200:#E55C5E;--wbu-color-red-300:#ED8F90;--wbu-color-red-400:#F4B8B9;--wbu-color-red-500:#F9D6D7;--wbu-color-red-600:#FCEBEB;--wbu-color-green-0:#0D4F3D;--wbu-color-green-100:#4B916D;--wbu-color-green-200:#97C693;--wbu-color-green-300:#BDE2A7;--wbu-color-green-400:#DAF3C0;--wbu-color-green-500:#EFFAE5;--wbu-color-green-600:#F1F5ED;--wbu-color-yellow-0:#D49341;--wbu-color-yellow-100:#F9AD4D;--wbu-color-yellow-200:#FABD71;--wbu-color-yellow-300:#FCD29D;--wbu-color-yellow-400:#FDEAD2;--wbu-color-yellow-500:#FEF3E5;--wbu-color-yellow-600:#FEF6ED;--wbu-color-orange-0:#AE3E09;--wbu-color-orange-100:#FF8044;--wbu-color-orange-200:#FE9361;--wbu-color-orange-300:#FDA77F;--wbu-color-orange-400:#FBCFBB;--wbu-color-orange-500:#FBE3D9;--wbu-color-orange-600:#FDF1EC;--wbu-color-purple-0:#5000AA;--wbu-color-purple-100:#7200F3;--wbu-color-purple-200:#8B2DF5;--wbu-color-purple-300:#BE89F9;--wbu-color-purple-400:#D7B7FB;--wbu-color-purple-500:#F1E5FE;--wbu-color-purple-600:#F8F2FF;--wbu-color-ai-0:#4D3DD0;--wbu-color-ai-100:#5A48F5;--wbu-color-ai-200:#7B6DF7;--wbu-color-ai-300:#A59BFA;--wbu-color-ai-400:#D6D1FC;--wbu-color-ai-500:#E7E4FE;--wbu-color-ai-600:#EEECFE;--wbu-heading-font-stack:'Madefor Display', 'Helvetica Neue', Helvetica, Arial, '\E3\192\A1\E3\201A\A4\E3\192\AA\E3\201A\AA', 'meiryo', '\E3\192\2019\E3\192\A9\E3\201A\AE\E3\192\17D\E8\A7\2019\E3\201A\B4 pro w3', 'hiragino kaku gothic pro', sans-serif;--wbu-text-tiny-size:10px;--wbu-text-tiny-line-height:12px;--wbu-text-small-size:12px;--wbu-text-small-line-height:12px;--wbu-text-medium-size:14px;--wbu-text-medium-line-height:16px;--wbu-text-large-size:16px;--wbu-text-large-line-height:18px;--wbu-heading-h1-font-size:32px;--wbu-heading-h1-line-height:40px;--wbu-heading-h1-letter-spacing:-0.5px;--wbu-heading-h1-font-weight:400;--wbu-heading-h2-font-size:24px;--wbu-heading-h2-line-height:32px;--wbu-heading-h2-letter-spacing:-0.5px;--wbu-heading-h2-font-weight:500;--wbu-heading-h3-font-size:16px;--wbu-heading-h3-line-height:24px;--wbu-heading-h3-letter-spacing:-0.5px;--wbu-heading-h3-font-weight:700;--wbu-heading-h4-font-size:14px;--wbu-heading-h4-line-height:18px;--wbu-heading-h4-letter-spacing:0px;--wbu-heading-h4-font-weight:500;--wbu-heading-h5-font-size:12px;--wbu-heading-h5-line-height:18px;--wbu-heading-h5-letter-spacing:0px;--wbu-heading-h5-font-weight:600}
.sDDrUS7.oINNVeg--madefor{--wbu-font-stack:var(--wix-font-stack);--wbu-font-weight-regular:var(--wix-font-weight-regular);--wbu-font-weight-medium:var(--wix-font-weight-medium);--wbu-font-weight-bold:var(--wix-font-weight-bold)}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[1]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/dynamic/GalleryWrapperWixStyles.scss ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .nav-arrows-container .custom-nav-arrows svg{width:100%;height:100%}/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[1]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/dynamic/FullscreenWrapperWixStyles.scss ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.fullscreen-focus-lock {
height: 100%;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/GalleryWrapper.global.scss ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .pro-gallery-stop-scroll-for-fullscreen{overflow-y:hidden}div.pro-gallery-parent-container .show-more-container i.show-more:hover{opacity:1}div.pro-gallery-parent-container .show-more-container button.show-more{border-style:solid}div.pro-gallery-parent-container .show-more-container button.show-more:hover{opacity:1}div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more:hover{opacity:1}div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more{border-style:solid}div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more:hover{opacity:1} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i{background:none !important;font-size:26px} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle{z-index:12} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background{z-index:11} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info a:hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a:hover{opacity:.7} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .info-element-title{font-size:22px} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{opacity:1;background:rgba(0,0,0,0);border-style:solid} .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before, .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before{opacity:.6} .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before, .pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before{opacity:1} .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description{font-size:15px} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i{font-size:26px} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle{z-index:12} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background{z-index:11} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a:hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a:hover{opacity:.7} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title{font-size:22px} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{opacity:1;background:rgba(0,0,0,0);border-style:solid} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before{opacity:.6} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before{opacity:1} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description{font-size:15px}/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/FullscreenWrapper.global.scss ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after, .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after, .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after, .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after, .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after{opacity:.3} .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-cart-icon{background:inherit !important} .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love-store.pro-gallery-loved{color:#e03939 !important} .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love.pro-gallery-loved{color:#e03939 !important}/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/SocialShareWrapper.global.scss ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .social-share-wrapper{position:fixed;top:0;bottom:0;left:0;right:0;z-index:200005} .social-share-wrapper .mobile-social-share-screen{position:absolute;top:0;height:100%;width:100%;z-index:-1;background-color:rgba(0,0,0,0)} .social-share-wrapper .mobile-social-share-screen.mobile-social-share-screen-visible{z-index:200005;background-color:rgba(0,0,0,.6);transition:background-color .3s ease} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-background{height:calc(100% - 150px);touch-action:none} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab{position:absolute;bottom:0px;width:100%;height:150px;box-sizing:border-box;background-color:#fff;margin-bottom:-150px;display:flex;justify-content:center;align-items:center;transition:all .4s ease} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab.mobile-social-share-tab-visible{margin-bottom:0px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list{display:flex;justify-content:space-between;width:220px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list .social-share-icon{height:16px;width:16px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container{height:32px;margin-top:20px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-input{width:200px;font-size:11px;padding:2px 4px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button{width:40px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon{height:16px;width:16px} .social-share-wrapper .desktop-social-share-screen{position:fixed;top:0;left:0;height:100%;width:100%;z-index:-1;background-color:rgba(0,0,0,0);display:flex;justify-content:center;align-items:center} .social-share-wrapper .desktop-social-share-screen.desktop-social-share-screen-visible{z-index:200005;background-color:rgba(0,0,0,.6);transition:all .4s ease} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-background{position:fixed;height:100%;width:100%} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup{position:relative;width:580px;height:250px;box-sizing:border-box;background-color:#fff;display:flex;justify-content:center;align-items:center;margin-bottom:-100px;opacity:0;transition:all .4s ease} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup.desktop-social-share-popup-visible{margin-bottom:0px;opacity:1} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button{position:absolute;top:24px;right:24px;cursor:pointer} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button:focus{border-radius:7px;box-shadow:inset 0 0 1px 3px #116dff} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list{display:flex;justify-content:space-between;width:280px} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list .social-share-icon{height:24px;width:24px;transition:color .2s ease} .social-share-wrapper .social-share-item{position:relative} .social-share-wrapper .social-share-item .social-share-button{opacity:1;transition:opacity .2s ease;cursor:pointer} .social-share-wrapper .social-share-item .social-share-button:focus{border-radius:7px;box-shadow:inset 0 0 1px 3px #116dff} .social-share-wrapper .social-share-item .social-share-button:hover{opacity:.65} .social-share-wrapper .social-share-item .social-share-button:active{opacity:1} .social-share-wrapper .social-share-copylink-container{display:flex;margin-top:25px;height:40px} .social-share-wrapper .social-share-copylink-container .social-share-copylink-input{border:1px solid #000;padding:2px 8px;height:100%;width:260px} .social-share-wrapper .social-share-copylink-container .social-share-copylink-button{width:50px;height:100%;background-color:#000;color:#fff;cursor:pointer;transition:background-color .1s ease} .social-share-wrapper .social-share-copylink-container .social-share-copylink-button:focus{border-radius:7px;box-shadow:inset 0 0 1px 3px #116dff} .social-share-wrapper .social-share-copylink-container .social-share-copylink-button:hover{background-color:rgba(0,0,0,.65)} .social-share-wrapper .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon{margin-top:2px}/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!../../../core-packages/pro-gallery-old/dist/statics/main.css ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover) .gallery-item-content .gallery-item{transition:opacity .4s ease !important}div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item{opacity:0}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .hover-info-element{transition:transform 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99) !important}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-content{transform:scale(1.1)}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover){transform:scale(1.11)}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover) .hover-info-element,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) .hover-info-element{transform:scale(0.9009)}div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover) .gallery-item-content{transition:filter .4s linear !important}div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item{filter:blur(6px)}div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover) .gallery-item-content{transition:filter .6s ease !important}div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover):hover .gallery-item-content{filter:grayscale(1)}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover){transition:background-color .4s ease !important}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover){transition:transform .4s ease !important}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover{background-color:rgba(0,0,0,0) !important}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-content{transform:scale(0.985)}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover){transform:scale(0.985)}div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover) .gallery-item-content{transition:filter .6s ease !important}div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover):hover .gallery-item-content{filter:invert(1)}div.pro-gallery .gallery-item-container.color-in-on-hover .gallery-item-content{filter:grayscale(1);transition:filter .6s ease !important}div.pro-gallery .gallery-item-container.color-in-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.color-in-on-hover:hover:not(.hide-hover) .gallery-item-content{filter:grayscale(0)}div.pro-gallery .gallery-item-container.darkened-on-hover .gallery-item-content{filter:brightness(1);transition:filter .6s ease !important}div.pro-gallery .gallery-item-container.darkened-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.darkened-on-hover:hover:not(.hide-hover) .gallery-item-content{filter:brightness(0.7)}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover{transition:none}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover:before{opacity:0}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover .gallery-item-hover-inner{opacity:0}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover){transition:none}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover):before{opacity:1;background:rgba(8,8,8,.75)}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .info-member:not(.hidden),div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden){opacity:1 !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover{transition:filter .4s ease,opacity .4s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover:before{transition:filter .4s ease,opacity .4s ease !important;filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover{transition:transform .4s ease,filter .2s ease,opacity .2s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover:before{transition:transform .4s ease,filter .2s ease,opacity .2s ease !important;transform:scale(0.9);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .info-member:not(.hidden){transition:opacity .2s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before{transform:scale(1);filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateY(100%);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before{transform:translateY(0);filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateX(-100%);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before{transform:translateX(0);filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateX(100%);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before{transform:translateX(0);filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateY(-100%);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before{transform:translateY(0);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover{transition:none}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover:before{opacity:1;background:rgba(8,8,8,.75)}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner{opacity:1}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .info-member:not(.hidden){opacity:1 !important}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover){transition:none}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover):before{opacity:0}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .info-member:not(.hidden),div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden){opacity:0 !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover{transition:filter .4s ease,opacity .4s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover:before{transition:filter .4s ease,opacity .4s ease !important;filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover{transition:transform .4s ease,filter .2s ease,opacity .2s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover:before{transition:transform .4s ease,filter .2s ease,opacity .2s ease !important;transform:scale(1);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .info-member:not(.hidden){transition:opacity .2s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before{transform:scale(0.9);filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateY(0);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before{transform:translateY(100%);filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateX(0);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before{transform:translateX(-100%);filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateX(100%);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before{transform:translateX(0);filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateY(-100%);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before{transform:translateY(0);filter:opacity(0)} .animation-slide{transition:width .4s ease,height .4s ease,top .4s ease,left .4s ease} .item-with-secondary-media-container .secondary-media-item.hide{opacity:0} .item-with-secondary-media-container .secondary-media-item.show{opacity:1} *[data-collapsed=true] .pro-gallery-parent-container .gallery-item, *[data-hidden=true] .pro-gallery-parent-container .gallery-item{background-image:none !important}html.pro-gallery{width:100%;height:auto}body.pro-gallery{transition:opacity 2s ease} #gallery-loader{position:fixed;top:50%} .show-more-container{text-align:center;line-height:138px} .show-more-container i.show-more{color:#5d5d61;font-size:40px;cursor:pointer;margin-top:-3px} .show-more-container button.show-more{display:inline-block;padding:11px 29px;border-radius:0;border:2px solid #5d5d61;font-family:"HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;font-size:12px;color:#5d5d61;background:rgba(0,0,0,0);cursor:pointer} .show-more-container button.show-more:hover{background:rgba(0,0,0,.1)} .more-items-loader{display:block;width:100%;text-align:center;line-height:50px;font-size:30px;color:#116dff} .version-header{color:#e03939;text-align:left;font-family:"Consolas",monospace;font-size:13px;position:absolute;top:0;left:0;width:320px;height:100px;line-height:30px;background:hsla(0,0%,100%,.8);z-index:100} .auto-slideshow-button{margin-top:19px;padding:5px;height:28px;width:20px;left:auto;z-index:1;position:absolute;display:flex;text-align:center;cursor:pointer;opacity:.9} .auto-slideshow-counter{margin-top:24px;left:auto;z-index:1;position:absolute;display:flex;text-align:center;opacity:.9;font-size:15px;line-height:normal}@keyframes fadeIn{from{opacity:0}to{opacity:1}} .mouse-cursor{display:flex;width:100%;position:absolute} .nav-arrows-container{left:auto;position:absolute;display:flex;text-align:center;cursor:pointer;opacity:.9;align-items:center;background:rgba(0,0,0,0);border:none;justify-content:center} .nav-arrows-container.follow-mouse-cursor{position:relative;cursor:none} .nav-arrows-container:hover{opacity:1} .nav-arrows-container.drop-shadow svg{filter:drop-shadow(0px 1px 0.15px #B2B2B2)} .nav-arrows-container .slideshow-arrow{flex-shrink:0} .nav-arrows-container:focus:not(:focus-visible){--focus-ring-box-shadow: none !important;outline:none !important;box-shadow:none !important} .arrow-portal-container span{animation:fadeIn .1s ease-in-out;position:fixed;transition:top 50ms,left 50ms;display:flex;align-items:center;justify-content:center}div.gallery-slideshow div.pro-gallery,div.gallery-slideshow .gallery-column{box-sizing:content-box !important}div.gallery-slideshow .gallery-group,div.gallery-slideshow .gallery-item-container,div.gallery-slideshow .gallery-item-wrapper{overflow:visible !important}div.gallery-slideshow.streched .gallery-slideshow-info{padding-left:50px !important;padding-right:50px !important}@media(max-width: 500px){div.gallery-slideshow div.pro-gallery .gallery-slideshow-info{padding-left:20px;padding-right:20px}}div.gallery-slideshow div.pro-gallery .gallery-item-container .gallery-slideshow-info{position:absolute;padding-top:0px;bottom:-220px;height:220px;width:100%;box-sizing:border-box;display:flex;z-index:15} .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px 60px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px 10px 50px} .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px}div.pro-gallery{width:100%;height:100%;overflow:hidden;backface-visibility:hidden;position:relative}div.pro-gallery .gallery-column{float:left;overflow:hidden;position:relative;transform-style:preserve-3d;backface-visibility:hidden}div.pro-gallery .gallery-column .gallery-left-padding{display:inline-block;height:100%}div.pro-gallery .gallery-column .gallery-top-padding{display:block;width:100%}div.pro-gallery .gallery-group{float:left;overflow:hidden;position:relative;transform-style:preserve-3d;backface-visibility:hidden;box-sizing:border-box;padding:0;font-family:"HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;font-size:11px}div.pro-gallery .gallery-group.debug.gallery-group-gone{background:#cdcdd0}div.pro-gallery .gallery-group.debug.gallery-group-visible{background:#c1f0c1}div.pro-gallery .gallery-group.debug.gallery-group-hidden{background:#f99}div.pro-gallery .gallery-item-container{position:absolute;display:inline-block;vertical-align:top;border:none;padding:0;border-radius:0;box-sizing:border-box;overflow:hidden;transform-style:preserve-3d;backface-visibility:hidden;outline:none;text-decoration:none;color:inherit;will-change:top,left,width,height;box-sizing:border-box;font-family:"HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;font-size:11px;cursor:default;scroll-snap-align:center}div.pro-gallery .gallery-item-container .item-action{width:1px;height:1px;overflow:hidden;position:absolute;pointer-events:none;z-index:-1}div.pro-gallery .gallery-item-container .item-action:focus{--focus-ring-box-shadow: none !important;outline:none !important;box-shadow:none !important}div.pro-gallery .gallery-item-container:hover .gallery-item-common-info{cursor:pointer}div.pro-gallery .gallery-item-container:hover .gallery-item-common-info button{text-decoration:underline;cursor:pointer}div.pro-gallery .gallery-item-container.visible{transform:translate3d(0, 0, 0)}div.pro-gallery .gallery-item-container.clickable{cursor:pointer}div.pro-gallery .gallery-item-container .gallery-item-wrapper{position:relative;width:100%;height:100%;overflow:hidden}div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item{position:absolute;z-index:1;width:100%;height:100%;top:0;left:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .gallery-item{-o-object-fit:cover;object-fit:cover}div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .text-item>div{width:100% !important;height:100% !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper.transparent,div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit{background:rgba(0,0,0,0)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-preload{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit .gallery-item{background:rgba(0,0,0,0);-o-object-fit:contain;object-fit:contain}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;width:100%;height:100%;margin:0;overflow:hidden;border-radius:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item{box-sizing:border-box;/*! autoprefixer: ignore next */-webkit-font-smoothing:antialiased;white-space:initial}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item .te-pro-gallery-text-item{line-height:normal !important;letter-spacing:normal !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item>div{background:initial !important;box-sizing:border-box}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item p,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item span,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item div,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h1,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h2,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h3,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h4,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h5,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h6,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item i{margin:0;padding:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item .pro-circle-preloader{top:50%;left:50%;height:30px;width:15px;z-index:-1;opacity:.4}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item img.gallery--placeholder-item{width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded{background-color:rgba(0,0,0,0);opacity:1 !important;animation:none !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded.image-item:after{display:none !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded~.pro-circle-preloader{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.error{opacity:0 !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded{background-size:cover;background-repeat:no-repeat;background-position:center center}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded.grid-fit{background-size:contain}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video{overflow:hidden;text-align:center}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video iframe{left:0;top:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing i{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playedOnce~.image-item{pointer-events:none;opacity:0;transition:opacity .2s ease}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i{display:inline-block;text-rendering:auto;/*! autoprefixer: ignore next */-webkit-font-smoothing:antialiased;position:absolute;z-index:11;top:50%;left:50%;height:60px;text-align:center;margin:-30px 0 0 -30px;background:#080808;color:#fff;border-radius:50px;opacity:.7}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle{opacity:1}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-background,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-background{font-size:26px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:hover,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:hover{opacity:.9}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:before,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:before{font-size:2.3em;opacity:1}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info{position:absolute;bottom:-220px;height:220px;width:100%;box-sizing:border-box;display:flex;z-index:15}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info>div{height:100%;width:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{white-space:initial;position:absolute;top:0;left:0;width:100%;height:100%;margin:0;box-sizing:border-box;border-radius:0;z-index:15;overflow:hidden}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-hover-inner{height:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover.no-hover-bg:before{opacity:0 !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;margin:0;box-sizing:border-box;z-index:-1}div.pro-gallery .gallery-item-container .gallery-item-common-info{box-sizing:border-box;cursor:pointer}div.pro-gallery.one-row{white-space:nowrap;float:left}div.pro-gallery.one-row .gallery-column{width:100%;float:none;white-space:nowrap}div.pro-gallery.one-row .gallery-column .gallery-group{display:inline-block;float:none}div.pro-gallery.one-row.slider .gallery-column{overflow-x:scroll}div.pro-gallery.one-row.slider .gallery-column.scroll-snap{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}div.pro-gallery.one-row .gallery-horizontal-scroll-inner{position:relative;will-change:transform}div.pro-gallery.thumbnails-gallery{overflow:hidden;float:left}div.pro-gallery.thumbnails-gallery .galleryColumn{position:relative;overflow:visible}div.pro-gallery.thumbnails-gallery .thumbnailItem{position:absolute;background-color:#fff;background-size:cover;background-position:center;overflow-y:inherit;border-radius:0px;cursor:pointer}div.pro-gallery.thumbnails-gallery .thumbnailItem.pro-gallery-highlight::after{content:"";display:block;height:100%;position:absolute;top:0;left:0;width:100%;background-color:hsla(0,0%,100%,.6)}@media(max-width: 500px){div.pro-gallery.thumbnails-gallery{overflow:visible}}div.pro-gallery *:focus{box-shadow:none}div.pro-gallery.accessible i:focus,div.pro-gallery.accessible button:not(.nav-arrows-container,.has-custom-focus):focus{box-shadow:inset 0 0 0 1px #fff,inset 0 0 1px 4px #116dff}div.pro-gallery.accessible i:focus:not(:focus-visible),div.pro-gallery.accessible button:not(.nav-arrows-container,.has-custom-focus):focus:not(:focus-visible){box-shadow:none !important}div.pro-gallery.accessible .gallery-item-hover i:focus,div.pro-gallery.accessible .gallery-item-hover button:focus{box-shadow:none}div.pro-gallery.accessible .gallery-item-container:has(.item-action:focus)::after{content:" ";width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 0 1px 2px #116dff,inset 0 0 7px 0 #fff,inset 0 0 10px -5px #116dff;pointer-events:none;border-radius:inherit;z-index:15}div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted::before{box-shadow:inset 0 0 1px 2px #116dff,inset 0 0 7px 0 #fff,inset 0 0 10px -5px #116dff}div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted::after{content:" ";width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 0 1px 2px #116dff,inset 0 0 7px 0 #fff,0 0 10px -5px #116dff;pointer-events:none;border-radius:inherit}div.pro-gallery .hide-scrollbars{-ms-overflow-style:none;overflow:-moz-scrollbars-none;scrollbar-width:none}div.pro-gallery .hide-scrollbars::-webkit-scrollbar,div.pro-gallery .hide-scrollbars ::-webkit-scrollbar{width:0 !important;height:0 !important}div.pro-gallery .rtl{direction:rtl}div.pro-gallery .ltr{direction:ltr} .sr-only.out-of-view-component{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:circle(0%);border:0} .screen-logs{word-wrap:break-word;background:#fff;width:280px;font-size:10px} .fade{display:block;transition:opacity 600ms ease} .fade-visible{opacity:1} .fade-hidden{opacity:0} .deck-before{display:block;z-index:1;transition:transform 600ms ease;transform:translateX(-100%)} .deck-before-rtl{display:block;z-index:1;transition:transform 600ms ease;transform:translateX(100%)} .deck-current{display:block;z-index:0;transition:transform 600ms ease;transform:translateX(0)} .deck-current .override{transition:transform 600ms ease,opacity .1s ease 200ms !important} .deck-after{display:block;transition:opacity .2s ease 600ms;z-index:-1;opacity:0} .deck-after .override{transition:opacity .1s ease 0s !important} .disabled-transition{transition:none !important}@keyframes changing_background{0%{background-color:rgba(241,241,241,.2)}50%{background-color:rgba(241,241,241,.8)}100%{background-color:rgba(241,241,241,.2)}} .pro-gallery-parent-container.gallery-slideshow [data-hook=group-view]::before{content:"";position:absolute;scroll-snap-align:center;top:var(--group-top);left:var(--group-left);width:var(--group-width);right:var(--group-right);height:1px;pointer-events:none} .pro-gallery-parent-container:not(.gallery-slideshow) [data-hook=group-view] .item-link-wrapper::before{content:"";position:absolute;scroll-snap-align:center;top:var(--group-top);left:var(--group-left);width:var(--group-width);right:var(--group-right);height:1px;pointer-events:none} .gallery-item-container{scroll-snap-align:none !important} .gallery-slideshow .gallery-item-container:not(.clickable) a{cursor:default}/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/ProGallery.global.scss ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************//*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!../../pro-gallery-info-element/dist/statics/app.css ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************//*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[1]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/infoElement.scss ***!
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .slideshow-info-element-inner{box-sizing:border-box;padding-top:24px;height:100%;width:100%} .slideshow-info-element-inner .info-element-text{flex-grow:1;padding:0;margin-bottom:25px;display:flex;flex-direction:column} .slideshow-info-element-inner .info-element-text>div{width:100%} .slideshow-info-element-inner .info-element-text .info-element-title{white-space:normal;font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:32px;font-size:21px;height:auto;color:#2b5672;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;text-overflow:ellipsis} .slideshow-info-element-inner .info-element-text .info-element-description{font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:25px;font-size:15px;height:auto;color:#2b5672;overflow:hidden;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;white-space:nowrap;text-overflow:ellipsis} .slideshow-info-element-inner .info-element-text .info-element-description>span{white-space:normal} .slideshow-info-element-inner .info-element-text .info-member.hide{display:none} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper{display:flex;justify-content:center;color:#fff} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:25px;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;outline:none;border-style:solid;text-decoration:none} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay{display:none} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover{opacity:1 !important} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:100%;position:absolute;top:0;left:0} .slideshow-info-element-inner .info-element-social{height:auto;position:static;display:flex;flex-direction:row;margin:0;overflow:visible;z-index:16;transition:opacity .4s ease} .slideshow-info-element-inner .info-element-social.populated-item{margin-bottom:24px} .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box{width:0 !important} .slideshow-info-element-inner .info-element-social.info-align-center{justify-content:center} .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share{position:relative} .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box{position:absolute;left:-25px;padding-left:25px !important;margin-right:0 !important} .slideshow-info-element-inner .info-element-social.info-align-right{flex-direction:row-reverse} .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse} .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px !important} .slideshow-info-element-inner .info-element-social .info-element-social-button{margin:0 15px;display:inline-flex;font-size:19px;color:#2b5672;cursor:pointer} .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0;display:flex;-moz-column-gap:7px;column-gap:7px;align-items:center;padding:5px;margin:-5px} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon{fill:#2b5672} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;line-height:15px;font-size:15px;letter-spacing:1px} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button, .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i{float:left;display:inline-block;border:none;background:rgba(0,0,0,0);text-decoration:none;cursor:pointer} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;float:left;margin-top:2px;display:inline-block;padding-left:9px;letter-spacing:1px} .slideshow-info-element-inner .info-element-social .info-element-social-share{flex-direction:row;outline:none} .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box{width:210px !important;outline:none} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box{width:0;transition:width .3s;overflow:hidden;margin-left:25px !important;margin-right:25px !important;display:inline-block;height:30px;max-width:300px;z-index:16;font-size:12px;transform:none !important} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered{width:210px !important;outline:none} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened{width:210px !important;outline:none} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button, .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i{display:inline-block;font-size:15px;color:#2b5672;cursor:pointer;width:30px;height:30px;line-height:14px;text-align:center;margin:0 6px;float:left;text-decoration:none;background:rgba(0,0,0,0);border:none} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover, .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover{opacity:.7} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share, .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share{font-size:13px} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share, .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share{font-size:13px} .gallery-item-common-info.gallery-item-bottom-info{box-sizing:border-box;padding-top:24px;height:100%;width:100%;padding-top:0} .gallery-item-common-info.gallery-item-bottom-info .info-element-text{flex-grow:1;padding:0;margin-bottom:25px;display:flex;flex-direction:column} .gallery-item-common-info.gallery-item-bottom-info .info-element-text>div{width:100%} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-title{white-space:normal;font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:32px;font-size:21px;height:auto;color:#2b5672;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;text-overflow:ellipsis} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description{font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:25px;font-size:15px;height:auto;color:#2b5672;overflow:hidden;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;white-space:nowrap;text-overflow:ellipsis} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description>span{white-space:normal} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-member.hide{display:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper{display:flex;justify-content:center;color:#fff} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:25px;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;outline:none;border-style:solid;text-decoration:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button .overlay{display:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover{opacity:1 !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:100%;position:absolute;top:0;left:0} .gallery-item-common-info.gallery-item-bottom-info .info-element-social{height:auto;position:static;display:flex;flex-direction:row;margin:0;overflow:visible;z-index:16;transition:opacity .4s ease} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.populated-item{margin-bottom:24px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social:hover .info-element-social-share-box{width:0 !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center{justify-content:center} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share{position:relative} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box{position:absolute;left:-25px;padding-left:25px !important;margin-right:0 !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right{flex-direction:row-reverse} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button{margin:0 15px;display:inline-flex;font-size:19px;color:#2b5672;cursor:pointer} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0;display:flex;-moz-column-gap:7px;column-gap:7px;align-items:center;padding:5px;margin:-5px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon{fill:#2b5672} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;line-height:15px;font-size:15px;letter-spacing:1px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love button, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love i{float:left;display:inline-block;border:none;background:rgba(0,0,0,0);text-decoration:none;cursor:pointer} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;float:left;margin-top:2px;display:inline-block;padding-left:9px;letter-spacing:1px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share{flex-direction:row;outline:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share:hover .info-element-social-share-box{width:210px !important;outline:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box{width:0;transition:width .3s;overflow:hidden;margin-left:25px !important;margin-right:25px !important;display:inline-block;height:30px;max-width:300px;z-index:16;font-size:12px;transform:none !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.hovered{width:210px !important;outline:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.opened{width:210px !important;outline:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i{display:inline-block;font-size:15px;color:#2b5672;cursor:pointer;width:30px;height:30px;line-height:14px;text-align:center;margin:0 6px;float:left;text-decoration:none;background:rgba(0,0,0,0);border:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button:hover, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i:hover{opacity:.7} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share{font-size:13px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.email-share, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.email-share{font-size:13px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner{box-sizing:border-box;padding-top:24px;height:100%;width:100%} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text{flex-grow:1;padding:0;margin-bottom:25px;display:flex;flex-direction:column} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text>div{width:100%} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-title{white-space:normal;font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:32px;font-size:21px;height:auto;color:#2b5672;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;text-overflow:ellipsis} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description{font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:25px;font-size:15px;height:auto;color:#2b5672;overflow:hidden;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;white-space:nowrap;text-overflow:ellipsis} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description>span{white-space:normal} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-member.hide{display:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper{display:flex;justify-content:center;color:#fff} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:25px;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;outline:none;border-style:solid;text-decoration:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay{display:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover{opacity:1 !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:100%;position:absolute;top:0;left:0} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social{height:auto;position:static;display:flex;flex-direction:row;margin:0;overflow:visible;z-index:16;transition:opacity .4s ease} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.populated-item{margin-bottom:24px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box{width:0 !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center{justify-content:center} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share{position:relative} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box{position:absolute;left:-25px;padding-left:25px !important;margin-right:0 !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right{flex-direction:row-reverse} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button{margin:0 15px;display:inline-flex;font-size:19px;color:#2b5672;cursor:pointer} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0;display:flex;-moz-column-gap:7px;column-gap:7px;align-items:center;padding:5px;margin:-5px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon{fill:#2b5672} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;line-height:15px;font-size:15px;letter-spacing:1px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i{float:left;display:inline-block;border:none;background:rgba(0,0,0,0);text-decoration:none;cursor:pointer} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;float:left;margin-top:2px;display:inline-block;padding-left:9px;letter-spacing:1px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share{flex-direction:row;outline:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box{width:210px !important;outline:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box{width:0;transition:width .3s;overflow:hidden;margin-left:25px !important;margin-right:25px !important;display:inline-block;height:30px;max-width:300px;z-index:16;font-size:12px;transform:none !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered{width:210px !important;outline:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened{width:210px !important;outline:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i{display:inline-block;font-size:15px;color:#2b5672;cursor:pointer;width:30px;height:30px;line-height:14px;text-align:center;margin:0 6px;float:left;text-decoration:none;background:rgba(0,0,0,0);border:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover{opacity:.7} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share{font-size:13px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share{font-size:13px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text{padding:0} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element{display:flex;flex-direction:column;justify-content:center} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social{margin:0;height:auto;position:static;display:flex;flex-direction:row} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows{width:auto;margin:0px -10px 0} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top{background:linear-gradient(rgba(0, 0, 0, 0.2) 0, transparent 140px)} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box{width:0 !important} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center{justify-content:center} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share{position:relative} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box{position:absolute;left:-25px;padding-left:25px !important;margin-right:0 !important} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right{flex-direction:row-reverse} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px !important} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button{position:static !important;margin:0;padding:0 20px;font-size:19px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share{margin-top:-3px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share{flex-direction:row;outline:none} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box{width:210px !important;outline:none} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box{width:0;transition:width .3s;overflow:hidden;margin-left:25px !important;margin-right:25px !important} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered{width:210px !important;outline:none} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title{white-space:normal} .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px} .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text{padding:30px 0 0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper{display:flex;justify-content:center;opacity:0;/*! autoprefixer: ignore next */-webkit-box-pack:center;transition:opacity .4s ease;color:#fff}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper .buy-icon{margin-right:7px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{line-height:25px;font-size:15px;color:#fff;overflow:hidden;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;opacity:0;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;white-space:nowrap;outline:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button .overlay{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:45px;position:absolute;top:0;left:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text{padding:30px;display:flex;flex-direction:column;margin:0;box-sizing:border-box;height:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.short-item{padding-top:5px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.narrow-item{padding-left:5px;padding-right:5px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.hidden{opacity:0 !important;pointer-events:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text>div{width:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.push-down{padding-top:60px;box-sizing:border-box}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title{line-height:32px;font-size:21px;padding:0;color:#fff;overflow:hidden;display:-webkit-box;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;opacity:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description{line-height:25px;font-size:15px;color:#fff;overflow:hidden;display:-webkit-box;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;opacity:0;white-space:normal}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-member.hide{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements{width:100%;height:24px !important;display:flex;flex-direction:row}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-love{margin-right:auto}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-button{padding-left:10px;padding-right:10px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-absolute{position:absolute;top:0;left:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social{outline:none;width:100%;height:100%;overflow:visible;z-index:16;transition:opacity .4s ease}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item{display:flex;align-items:flex-end;justify-content:space-around;height:90%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item .info-element-social-button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item .info-element-social-button{position:initial}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.with-arrows{width:86%;margin:0 7%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.hidden{opacity:0 !important;pointer-events:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button{outline:none;bottom:30px;position:absolute;margin:0;display:inline-block;font-size:19px;color:#fff;cursor:pointer;opacity:0;padding:10px;margin:-10px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.visible{opacity:1 !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments{left:26px;top:26px;bottom:initial;font-size:15px;border:none;background:#2b5672;display:flex;-moz-column-gap:7px;column-gap:7px;align-items:center;padding:5px;margin:-5px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;line-height:15px;font-size:15px;letter-spacing:1px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love{left:30px;bottom:30px;font-size:15px;border:none;background:rgba(0,0,0,0)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love i{outline:none;float:left;display:inline-block;line-height:14px;border:none;background:rgba(0,0,0,0);font-size:18px;padding:1px 5px;text-decoration:none;cursor:pointer}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;float:left;line-height:15px;font-size:15px;margin-top:2px;display:inline-block;padding-left:9px;letter-spacing:1px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-share{bottom:26px;left:auto;right:30px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-dots{left:auto;right:22px;top:26px;height:30px;width:20px;display:flex;justify-content:center}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download{bottom:25px;left:auto;right:68px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download.pull-right{right:30px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button{bottom:calc(50% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments{left:calc(25% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love span,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments span{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-share{right:calc(25% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-download{left:calc(50% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-dots{left:calc(50% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button{bottom:auto;left:calc(50% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-love,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-comments{top:calc(25% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-share{top:auto;right:auto;bottom:calc(25% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-download{top:calc(50% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-dots{bottom:calc(50% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box{position:absolute;top:0;left:50%;width:100%;height:100%;max-width:300px;min-width:200px;overflow:visible;z-index:16;font-size:12px;opacity:0;transform:translateX(-50%);margin-top:1px;margin-left:-3px;transition:opacity .4s ease;outline:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.hidden{opacity:0 !important;pointer-events:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i{display:inline-block;font-size:15px;color:#fff;cursor:pointer;position:absolute;top:50%;width:22px;text-align:center;transform:translateY(-50%);background:rgba(0,0,0,0);border:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button:hover,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i:hover{opacity:.7}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-1,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-1{margin-left:5px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-2,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-2{font-size:13px;margin-top:1px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-4,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-4{margin-left:-1px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-5,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-5{font-size:13px;margin-top:1px;margin-left:-3px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item{top:50%;left:0;max-width:none;min-width:0;max-height:300px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i{left:50%;margin-left:-10px;margin-top:8px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-2,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-2{font-size:13px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-5,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-5{font-size:13px}div.pro-gallery .gallery-item-container .gallery-item-common-info{box-sizing:border-box;cursor:pointer}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title{/*! autoprefixer: ignore next */overflow:hidden;/*! autoprefixer: ignore next */display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description{/*! autoprefixer: ignore next */overflow:hidden;display:-webkit-box;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;text-overflow:ellipsis}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description>span{white-space:normal}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-member.hide{display:none}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper{display:flex;justify-content:center;color:#fff}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:25px;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;outline:none;border-style:solid;text-decoration:none}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button .overlay{display:none}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:45px;position:absolute;top:0;left:0}div.pro-gallery.thumbnails-gallery .gallery-item-container .info-element-custom-button-wrapper{display:none !important}/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/InfoElement.global.scss ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************//*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/Tooltip.global.scss ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ :root{--tooltip-text-color: white;--tooltip-background-color: black;--tooltip-margin: 30px;--tooltip-arrow-size: 6px} .tooltip-wrapper{position:absolute;top:0;z-index:100;background-color:var(--tooltip-background-color);color:var(--tooltip-text-color);box-shadow:0px 0px 4px 0px rgba(0,0,0,.1);border:1px solid var(--tooltip-text-color)} .tooltip-body{padding:4px;font-size:14px;font-family:Helvetica} .tooltip-body::before{content:" ";left:50%;border:solid rgba(0,0,0,0);height:0;width:0;position:absolute;pointer-events:none;border-width:var(--tooltip-arrow-size);margin-left:calc(var(--tooltip-arrow-size)*-1)} .tooltip-body.arrow{top:calc(var(--tooltip-margin)*-1)} .tooltip-body.arrow::before{top:100%;border-top-color:var(--tooltip-background-color)}/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/ProGalleryRenderIndicator.global.scss ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .pg-render-indicator{position:absolute;bottom:15.5px;left:15.5px;border:1px solid #717171;padding:5px 10px 5px 5px;font-size:16px;z-index:2147483648;cursor:default;line-height:20px} .pg-render-indicator table{table-layout:fixed} .pg-render-indicator.rendered{background-color:#7fff00} .pg-render-indicator.not-rendered{background-color:red} .pg-render-indicator .log-column{max-height:450px;max-width:500px;overflow:auto;background-color:#fff} .pg-render-indicator .show-on-hover{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;top:-9999px;left:-9999px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important} .pg-render-indicator div.worker-log-text{word-wrap:break-word;max-width:500px;min-width:100px} .pg-render-indicator:hover{max-width:90%;max-height:90%} .pg-render-indicator:hover .show-on-hover{clip:auto !important;clip-path:none;display:block;height:auto;line-height:normal;text-decoration:none;width:auto;position:static}
.pro-fullscreen-wrapper, .pro-fullscreen-wrapper-loading{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:100005}
.pro-gallery-empty{top:0;left:0;height:100%;width:100%;background-color:hsla(0,0%,100%,.9)} .pro-gallery-empty .pro-gallery-empty-content{height:334px;width:100%;overflow:hidden} .pro-gallery-empty .pro-gallery-empty-image{margin:66px auto 35px;width:262px;height:132px;background-image:url(media/emptystate.85a4add5.svg);background-size:contain} .pro-gallery-empty .pro-gallery-empty-title{color:#4eb7f5;font-family:"HelveticaNeueW01-55Roma","HelveticaNeueW02-55Roma","HelveticaNeueW10-55Roma",sans-serif;font-size:20px;line-height:25px;text-align:center;margin-bottom:10px} .pro-gallery-empty .pro-gallery-empty-info{color:#4eb7f5;font-family:"HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;font-size:14px;line-height:20px;text-align:center}
</style><style>
.comp-mkyp7sl1 div.pro-gallery-parent-container .gallery-item-wrapper-text .gallery-item-content{background-color:#211F24}.comp-mkyp7sl1 div.pro-gallery-parent-container .show-more-container i.show-more{color:rgba(0, 0, 0, 0.7)}.comp-mkyp7sl1 div.pro-gallery-parent-container .show-more-container button.show-more{--loadMoreButtonBorderRadius: 0;--loadMoreButtonBorderColor: #211F24;--loadMoreButtonBorderWidth: 1;--loadMoreButtonColor: #FFFFFF;--loadMoreButtonFont: normal normal 400 18px/1.6em inter,sans-serif;--loadMoreButtonFontColor: #211F24;color:rgba(0, 0, 0, 0.9);font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: ;background:#FFFFFF;border-width:1px;border-color:#000000;border-radius:0px}.comp-mkyp7sl1 div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more{color:rgba(0, 0, 0, 0.7)}.comp-mkyp7sl1 div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more{--loadMoreButtonBorderRadius: 0;--loadMoreButtonBorderColor: #211F24;--loadMoreButtonBorderWidth: 1;--loadMoreButtonColor: #FFFFFF;--loadMoreButtonFont: normal normal 400 18px/1.6em inter,sans-serif;--loadMoreButtonFontColor: #211F24;color:#000000;font:normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;text-decoration: ;background:#FFFFFF;border-width:undefinedpx;border-color:#000000;border-radius:undefinedpx}.comp-mkyp7sl1 .nav-arrows-container .slideshow-arrow,.comp-mkyp7sl1 .nav-arrows-container .custom-nav-arrows svg{--arrowsColor: #FFFFFF;fill:rgb(0, 0, 0)}.comp-mkyp7sl1 .nav-arrows-container.pro-gallery-mobile-indicator .slideshow-arrow,.comp-mkyp7sl1 .nav-arrows-container.pro-gallery-mobile-indicator .custom-nav-arrows svg{--arrowsColor: #FFFFFF;fill:rgb(0, 0, 0)}.comp-mkyp7sl1 .pro-gallery.inline-styles .auto-slideshow-counter{--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: }.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info{--itemIconColorSlideshow: #211F24}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info a{color:#000000 !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info svg .gallery-item-svg-foreground{fill:#000000 !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title{--itemFontSlideshow: normal normal normal 28px/1.3em dm-sans,sans-serif;--itemFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 22px/1.4em dm-sans,sans-serif !important;text-decoration: }.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description{--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal 400 18px/1.6em inter,sans-serif !important;text-decoration: }.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded){--imageLoadingColor: #F0F0F0;background-color:rgb(126, 207, 128)}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle{--itemFontColor: #FFFFFF;color:#FFFFFF}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background{--itemOpacity: #211F24;color:rgba(0, 0, 0, 0.1)}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background{--itemOpacity: #211F24;fill:rgba(0, 0, 0, 0.1)}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gradient-top,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gradient-top{--itemOpacity: #211F24;background:linear-gradient(rgba(0, 0, 0, 0.1) 0, transparent 140px) !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover{--itemIconColor: #FFFFFF}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a{color:#FFFFFF !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground{fill:#FFFFFF !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title{--itemFont: normal normal normal 28px/1.3em dm-sans,sans-serif;--itemFontColor: #FFFFFF;color:#FFFFFF;font:normal normal normal 22px/1.4em dm-sans,sans-serif;text-decoration: }.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description{--itemDescriptionFont: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColor: #FFFFFF;color:#FFFFFF !important;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: }.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper{--customButtonFontColor: #FFFFFF;color:#FFFFFF !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{--customButtonColor: #211F24;--customButtonBorderRadius: 0;--customButtonBorderWidth: 1;--customButtonBorderColor: #FFFFFF;--customButtonFont: normal normal 400 18px/1.6em inter,sans-serif;color:#FFFFFF !important;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: ;background:#FFFFFF !important;border-width:1px;border-radius:0px;border-color:#FFFFFF}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover:before{--itemOpacity: #211F24;background:rgba(0, 0, 0, 0.1) !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before{background:#211F24 !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover:before{--itemOpacity: #211F24;background:rgba(0, 0, 0, 0.1) !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before{background:#211F24 !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title{--itemFontSlideshow: normal normal normal 22px/1.3em dm-sans,sans-serif;--itemFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 22px/1.4em dm-sans,sans-serif !important;text-decoration: }.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description{--itemDescriptionFontColorSlideshow: #211F24;--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;color:#000000 !important;font:normal normal 400 18px/1.6em inter,sans-serif !important;text-decoration: }.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .info-element-custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-custom-button-wrapper button{--customButtonFontForHover: normal normal 400 18px/1.6em inter,sans-serif;--customButtonFontColorForHover: #211F24;--externalCustomButtonBorderWidth: 0;--externalCustomButtonBorderRadius: 0;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: ;color:#000000 !important;background:#1A6AFF !important;border-color:#000000;border-width:1px;border-radius:0px}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded){--imageLoadingColor: #F0F0F0;background-color:rgb(126, 207, 128)}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle{--itemFontColor: #FFFFFF;color:#FFFFFF}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background{--itemOpacity: #211F24;color:rgba(0, 0, 0, 0.3) !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background{--itemOpacity: #211F24;fill:rgba(0, 0, 0, 0.3) !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gradient-top,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gradient-top{--itemOpacity: #211F24;background:linear-gradient(rgba(0, 0, 0, 0.3) 0, transparent 140px) !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info{--itemIconColorSlideshow: #211F24}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a{color:#000000 !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-foreground{fill:#000000 !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title{--itemFontSlideshow: normal normal normal 28px/1.3em dm-sans,sans-serif;--itemFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold !important;text-decoration: }.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-description{--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular !important;text-decoration: }.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover{--itemIconColor: #FFFFFF}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a{color:#FFFFFF !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground{fill:#FFFFFF !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-title{--itemFont: normal normal normal 28px/1.3em dm-sans,sans-serif;--itemFontColor: #FFFFFF;color:#FFFFFF;font:normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;text-decoration: }.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-description{--itemDescriptionFont: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColor: #FFFFFF;color:#FFFFFF !important;font:normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;text-decoration: }.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper{--customButtonFontColor: #FFFFFF;color:#FFFFFF !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{--customButtonColor: #211F24;--customButtonBorderRadius: 0;--customButtonBorderWidth: 1;--customButtonBorderColor: #FFFFFF;--customButtonFont: normal normal 400 18px/1.6em inter,sans-serif;color:#FFFFFF !important;font:normal normal normal 15px/18px proxima-n-w01-reg,sans-serif;text-decoration: ;background:#FFFFFF !important;border-width:undefinedpx;border-radius:undefinedpx;border-color:#FFFFFF}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover:not(.hide-hover):before{--itemOpacity: #211F24;background:rgba(0, 0, 0, 0.3) !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before{background:#211F24 !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover:before{--itemOpacity: #211F24;background:rgba(0, 0, 0, 0.3) !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before{background:#211F24 !important}.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-title,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-title{--itemFontSlideshow: normal normal normal 22px/1.3em dm-sans,sans-serif;--itemFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold !important;text-decoration: }.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description{--itemDescriptionFontColorSlideshow: #211F24;--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;color:#000000 !important;font:normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular !important;text-decoration: }.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .info-element-custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .custom-button-wrapper button,.comp-mkyp7sl1 .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-custom-button-wrapper button{--customButtonFontForHover: normal normal 400 18px/1.6em inter,sans-serif;--customButtonFontColorForHover: #211F24;--externalCustomButtonBorderWidth: 0;--externalCustomButtonBorderRadius: 0;font:normal normal normal 15px/18px proxima-n-w01-reg,sans-serif;text-decoration: ;color:#000000 !important;background:#1A6AFF !important;border-color:#000000;border-width:undefinedpx;border-radius:undefinedpx}.comp-mkyp7sl1 .te-pro-gallery-text-item{font:normal normal normal 16px/1.6em dm-sans,sans-serif;color:#FFFFFF}.comp-mkyp7sl1 .pro-fullscreen-wrapper .pro-fullscreen-text-item{--fullscreen-text-item-bg: #211F24;background-color:#211F24}.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles{--bgColorExpand: #FFFFFF;background-color:#FFFFFF}.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-selected-license,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-checkout-link{--descriptionColorExpand: #211F24;--descriptionFontExpand: normal normal 400 18px/1.6em inter,sans-serif;color:#000000;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: }.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-mobile-info{--bgColorExpand: #FFFFFF;background-color:#FFFFFF}.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-title h1{--titleColorExpand: #211F24;--titleFontExpand: normal normal normal 28px/1.3em dm-sans,sans-serif;color:#000000;font:normal normal normal 22px/1.4em dm-sans,sans-serif;text-decoration: }.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link{--descriptionColorExpand: #211F24;--descriptionFontExpand: normal normal 400 18px/1.6em inter,sans-serif;color:#000000;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: }.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after{--descriptionColorExpand: #211F24;border-color:#000000}.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social i:not(.pro-gallery-loved),.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social a,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social button,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav i:not(.pro-gallery-loved),.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav a,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav button,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar i:not(.pro-gallery-loved),.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar a,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar button,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social i:not(.pro-gallery-loved),.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social a,.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social button{--descriptionColorExpand: #211F24;color:#000000}.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-triangle{--descriptionColorExpand: #211F24;color:#000000}.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-background{--bgColorExpand: #FFFFFF;color:#FFFFFF}.comp-mkyp7sl1 .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon{--descriptionColorExpand: #211F24;--bgColorExpand: #FFFFFF;color:#000000;background:#FFFFFF}
</style><div style="--wix-color-29:var(--wix-color-3);--wix-color-37:var(--wix-color-5);--wix-color-38:var(--wix-color-8);--wix-color-39:var(--wix-color-8);--wix-color-40:var(--wix-color-1);--wix-color-41:var(--wix-color-8);--wix-color-42:var(--wix-color-8);--wix-color-43:var(--wix-color-1);--wix-color-44:var(--wix-color-3);--wix-color-45:var(--wix-color-3);--wix-color-46:var(--wix-color-1);--wix-color-47:var(--wix-color-1);--wix-color-48:var(--wix-color-8);--wix-color-49:var(--wix-color-8);--wix-color-50:var(--wix-color-1);--wix-color-51:var(--wix-color-8);--wix-color-52:var(--wix-color-8);--wix-color-53:var(--wix-color-1);--wix-color-54:var(--wix-color-3);--wix-color-55:var(--wix-color-3)" data-hook="tpa-components-provider"><div id="gallery-wrapper-comp-mkyp7sl1" style="overflow:hidden;height:100%;width:100%"><style>div.comp-mkyp7sl1:not(.fullscreen-comp-wrapper) {
height: 100%;
width: 100%;
position: relative;
}
div.comp-mkyp7sl1:not(.fullscreen-comp-wrapper) #gallery-wrapper-comp-mkyp7sl1 {
position: absolute;
top: 0;
left: 0;
}</style><div id="pro-gallery-comp-mkyp7sl1" class="pro-gallery"><div data-key="pro-gallery-inner-container" class="pro-gallery-prerender" tabindex="-1"><div data-hook="css-scroll-indicator" data-scroll-base="0" data-scroll-top="0" class="pgscl-0 pgscl_mkyp7sl1_0-40960 pgscl_mkyp7sl1_0-20480 pgscl_mkyp7sl1_0-10240 pgscl_mkyp7sl1_0-5120 pgscl_mkyp7sl1_0-2560 pgscl_mkyp7sl1_0-1280 pgscl_mkyp7sl1_0-640 pgscl_mkyp7sl1_0-320 pgscl_mkyp7sl1_0-160 pgscl_mkyp7sl1_0-80 pgscl_mkyp7sl1_0-40 pgscl_mkyp7sl1_0-20 pgscl_mkyp7sl1_0-10" style="display:none"></div><div class="pro-gallery-parent-container gallery-slider" style="margin:-15px;width:1450px;height:700px" role="region"><div id="pro-gallery-container-comp-mkyp7sl1" class="pro-gallery inline-styles one-row hide-scrollbars slider ltr" style="width:100%;height:715px;display:flex;justify-content:space-between"><div data-hook="gallery-column" id="gallery-horizontal-scroll-comp-mkyp7sl1" class="gallery-horizontal-scroll gallery-column hide-scrollbars ltr scroll-snap" style="width:100%;height:715px;overflow-y:visible"><div class="gallery-horizontal-scroll-inner"><div data-hook="group-view" style="--group-top:0px;--group-left:0px;--group-width:1067px;--group-right:auto" aria-hidden="false"><div data-id="a9cfb3d2-26c2-46b5-a387-25211e647eb6" class="item-link-wrapper" data-idx="0" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgia9cfb3d226c246b5a38725211e647eb6_0" data-hash="a9cfb3d2-26c2-46b5-a387-25211e647eb6" data-id="a9cfb3d2-26c2-46b5-a387-25211e647eb6" data-idx="0" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:0;right:auto;width:1037px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="false"><div data-idx="0" id="item-action-a9cfb3d2-26c2-46b5-a387-25211e647eb6" class="item-action" tabindex="0" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-a9cfb3d2-26c2-46b5-a387-25211e647eb6" style="background-color:inherit;height:700px;width:1037px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1037px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_480,h_480,q_30,blur_30,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.webp" type="image/webp"/><img id="a9cfb3d2-26c2-46b5-a387-25211e647eb6" alt="" src="https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_480,h_480,q_30,blur_30,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_815,h_550,q_90,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_815,h_550,q_90,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_815,h_550,q_90,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_815,h_550,q_90,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_815,h_550,q_90,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg 5x" type="image/jpeg"/><img id="a9cfb3d2-26c2-46b5-a387-25211e647eb6" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="0" src="https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_815,h_550,q_90,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1037px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-0" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1037px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:1067px;--group-width:709px;--group-right:auto" aria-hidden="false"><div data-id="419ccc67-8ac3-4731-9f8a-33fc2eae1369" class="item-link-wrapper" data-idx="1" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi419ccc678ac347319f8a33fc2eae1369_1" data-hash="419ccc67-8ac3-4731-9f8a-33fc2eae1369" data-id="419ccc67-8ac3-4731-9f8a-33fc2eae1369" data-idx="1" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:1067px;right:auto;width:679px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="1" id="item-action-419ccc67-8ac3-4731-9f8a-33fc2eae1369" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-419ccc67-8ac3-4731-9f8a-33fc2eae1369" style="background-color:inherit;height:700px;width:679px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:679px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png/v1/fit/w_960,h_990,q_90,enc_avif,quality_auto/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png/v1/fit/w_1079,h_1112,q_90,enc_avif,quality_auto/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png/v1/fit/w_1079,h_1112,q_90,enc_avif,quality_auto/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png/v1/fit/w_1079,h_1112,q_90,enc_avif,quality_auto/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png/v1/fit/w_1079,h_1112,q_90,enc_avif,quality_auto/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png 5x" type="image/png"/><img id="419ccc67-8ac3-4731-9f8a-33fc2eae1369" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="1" src="https://static.wixstatic.com/media/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png/v1/fit/w_960,h_990,q_90,enc_avif,quality_auto/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:679px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-1" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:679px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:1776px;--group-width:1536px;--group-right:auto" aria-hidden="false"><div data-id="6e10884c-1183-457d-9dc8-93bbd523c4e0" class="item-link-wrapper" data-idx="2" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi6e10884c1183457d9dc893bbd523c4e0_2" data-hash="6e10884c-1183-457d-9dc8-93bbd523c4e0" data-id="6e10884c-1183-457d-9dc8-93bbd523c4e0" data-idx="2" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:1776px;right:auto;width:1506px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="2" id="item-action-6e10884c-1183-457d-9dc8-93bbd523c4e0" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-6e10884c-1183-457d-9dc8-93bbd523c4e0" style="background-color:inherit;height:700px;width:1506px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1506px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png/v1/fit/w_1080,h_502,q_90,enc_avif,quality_auto/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png/v1/fit/w_1080,h_502,q_90,enc_avif,quality_auto/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png/v1/fit/w_1080,h_502,q_90,enc_avif,quality_auto/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png/v1/fit/w_1080,h_502,q_90,enc_avif,quality_auto/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png/v1/fit/w_1080,h_502,q_90,enc_avif,quality_auto/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png 5x" type="image/png"/><img id="6e10884c-1183-457d-9dc8-93bbd523c4e0" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="2" src="https://static.wixstatic.com/media/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png/v1/fit/w_1080,h_502,q_90,enc_avif,quality_auto/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1506px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-2" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1506px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:3312px;--group-width:1539px;--group-right:auto" aria-hidden="false"><div data-id="0a49c3ec-c7e2-4f99-9972-fe1feabd274c" class="item-link-wrapper" data-idx="3" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi0a49c3ecc7e24f999972fe1feabd274c_3" data-hash="0a49c3ec-c7e2-4f99-9972-fe1feabd274c" data-id="0a49c3ec-c7e2-4f99-9972-fe1feabd274c" data-idx="3" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:3312px;right:auto;width:1509px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="3" id="item-action-0a49c3ec-c7e2-4f99-9972-fe1feabd274c" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-0a49c3ec-c7e2-4f99-9972-fe1feabd274c" style="background-color:inherit;height:700px;width:1509px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1509px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png/v1/fit/w_1080,h_501,q_90,enc_avif,quality_auto/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png/v1/fit/w_1080,h_501,q_90,enc_avif,quality_auto/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png/v1/fit/w_1080,h_501,q_90,enc_avif,quality_auto/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png/v1/fit/w_1080,h_501,q_90,enc_avif,quality_auto/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png/v1/fit/w_1080,h_501,q_90,enc_avif,quality_auto/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png 5x" type="image/png"/><img id="0a49c3ec-c7e2-4f99-9972-fe1feabd274c" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="3" src="https://static.wixstatic.com/media/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png/v1/fit/w_1080,h_501,q_90,enc_avif,quality_auto/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1509px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-3" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1509px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:4851px;--group-width:1836px;--group-right:auto" aria-hidden="false"><div data-id="d24e89e5-8418-41b8-9df3-c645f5a8f274" class="item-link-wrapper" data-idx="4" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgid24e89e5841841b89df3c645f5a8f274_4" data-hash="d24e89e5-8418-41b8-9df3-c645f5a8f274" data-id="d24e89e5-8418-41b8-9df3-c645f5a8f274" data-idx="4" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:4851px;right:auto;width:1806px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="4" id="item-action-d24e89e5-8418-41b8-9df3-c645f5a8f274" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-d24e89e5-8418-41b8-9df3-c645f5a8f274" style="background-color:inherit;height:700px;width:1806px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1806px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png/v1/fit/w_800,h_310,q_90,enc_avif,quality_auto/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png/v1/fit/w_800,h_310,q_90,enc_avif,quality_auto/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png/v1/fit/w_800,h_310,q_90,enc_avif,quality_auto/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png/v1/fit/w_800,h_310,q_90,enc_avif,quality_auto/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png/v1/fit/w_800,h_310,q_90,enc_avif,quality_auto/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png 5x" type="image/png"/><img id="d24e89e5-8418-41b8-9df3-c645f5a8f274" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="4" src="https://static.wixstatic.com/media/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png/v1/fit/w_800,h_310,q_90,enc_avif,quality_auto/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1806px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-4" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1806px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:6687px;--group-width:2209px;--group-right:auto" aria-hidden="false"><div data-id="51d3b377-65e7-4dc4-9422-0faf291e1e6c" class="item-link-wrapper" data-idx="5" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi51d3b37765e74dc494220faf291e1e6c_5" data-hash="51d3b377-65e7-4dc4-9422-0faf291e1e6c" data-id="51d3b377-65e7-4dc4-9422-0faf291e1e6c" data-idx="5" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:6687px;right:auto;width:2179px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="5" id="item-action-51d3b377-65e7-4dc4-9422-0faf291e1e6c" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-51d3b377-65e7-4dc4-9422-0faf291e1e6c" style="background-color:inherit;height:700px;width:2179px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:2179px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png/v1/fit/w_1080,h_347,q_90,enc_avif,quality_auto/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png/v1/fit/w_1080,h_347,q_90,enc_avif,quality_auto/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png/v1/fit/w_1080,h_347,q_90,enc_avif,quality_auto/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png/v1/fit/w_1080,h_347,q_90,enc_avif,quality_auto/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png/v1/fit/w_1080,h_347,q_90,enc_avif,quality_auto/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png 5x" type="image/png"/><img id="51d3b377-65e7-4dc4-9422-0faf291e1e6c" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="5" src="https://static.wixstatic.com/media/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png/v1/fit/w_1080,h_347,q_90,enc_avif,quality_auto/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:2179px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-5" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:2179px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:8896px;--group-width:727px;--group-right:auto" aria-hidden="false"><div data-id="4c6fffd2-a3d9-436d-bde8-0ae11a7c268f" class="item-link-wrapper" data-idx="6" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi4c6fffd2a3d9436dbde80ae11a7c268f_6" data-hash="4c6fffd2-a3d9-436d-bde8-0ae11a7c268f" data-id="4c6fffd2-a3d9-436d-bde8-0ae11a7c268f" data-idx="6" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:8896px;right:auto;width:697px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="6" id="item-action-4c6fffd2-a3d9-436d-bde8-0ae11a7c268f" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-4c6fffd2-a3d9-436d-bde8-0ae11a7c268f" style="background-color:inherit;height:700px;width:697px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:697px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png/v1/fit/w_250,h_251,q_90,enc_avif,quality_auto/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png/v1/fit/w_250,h_251,q_90,enc_avif,quality_auto/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png/v1/fit/w_250,h_251,q_90,enc_avif,quality_auto/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png/v1/fit/w_250,h_251,q_90,enc_avif,quality_auto/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png/v1/fit/w_250,h_251,q_90,enc_avif,quality_auto/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png 5x" type="image/png"/><img id="4c6fffd2-a3d9-436d-bde8-0ae11a7c268f" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="6" src="https://static.wixstatic.com/media/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png/v1/fit/w_250,h_251,q_90,enc_avif,quality_auto/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:697px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-6" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:697px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:9623px;--group-width:2202px;--group-right:auto" aria-hidden="false"><div data-id="03257f6b-2874-4f2b-97da-15c09d863605" class="item-link-wrapper" data-idx="7" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi03257f6b28744f2b97da15c09d863605_7" data-hash="03257f6b-2874-4f2b-97da-15c09d863605" data-id="03257f6b-2874-4f2b-97da-15c09d863605" data-idx="7" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:9623px;right:auto;width:2172px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="7" id="item-action-03257f6b-2874-4f2b-97da-15c09d863605" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-03257f6b-2874-4f2b-97da-15c09d863605" style="background-color:inherit;height:700px;width:2172px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:2172px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_480,h_480,q_30,blur_30,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.webp" type="image/webp"/><img id="03257f6b-2874-4f2b-97da-15c09d863605" alt="" src="https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_480,h_480,q_30,blur_30,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_1438,h_464,q_90,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_1438,h_464,q_90,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_1438,h_464,q_90,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_1438,h_464,q_90,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_1438,h_464,q_90,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg 5x" type="image/jpeg"/><img id="03257f6b-2874-4f2b-97da-15c09d863605" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="7" src="https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_1438,h_464,q_90,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:2172px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-7" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:2172px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:11825px;--group-width:1563px;--group-right:auto" aria-hidden="false"><div data-id="013c5880-2fb8-4f62-a21e-95511795557b" class="item-link-wrapper" data-idx="8" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi013c58802fb84f62a21e95511795557b_8" data-hash="013c5880-2fb8-4f62-a21e-95511795557b" data-id="013c5880-2fb8-4f62-a21e-95511795557b" data-idx="8" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:11825px;right:auto;width:1533px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="8" id="item-action-013c5880-2fb8-4f62-a21e-95511795557b" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-013c5880-2fb8-4f62-a21e-95511795557b" style="background-color:inherit;height:700px;width:1533px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1533px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png/v1/fit/w_1095,h_500,q_90,enc_avif,quality_auto/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png/v1/fit/w_1095,h_500,q_90,enc_avif,quality_auto/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png/v1/fit/w_1095,h_500,q_90,enc_avif,quality_auto/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png/v1/fit/w_1095,h_500,q_90,enc_avif,quality_auto/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png/v1/fit/w_1095,h_500,q_90,enc_avif,quality_auto/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png 5x" type="image/png"/><img id="013c5880-2fb8-4f62-a21e-95511795557b" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="8" src="https://static.wixstatic.com/media/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png/v1/fit/w_1095,h_500,q_90,enc_avif,quality_auto/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1533px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-8" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1533px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:13388px;--group-width:1580px;--group-right:auto" aria-hidden="false"><div data-id="d0e75876-3af5-43b8-a12d-8aca41671e47" class="item-link-wrapper" data-idx="9" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgid0e758763af543b8a12d8aca41671e47_9" data-hash="d0e75876-3af5-43b8-a12d-8aca41671e47" data-id="d0e75876-3af5-43b8-a12d-8aca41671e47" data-idx="9" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:13388px;right:auto;width:1550px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="9" id="item-action-d0e75876-3af5-43b8-a12d-8aca41671e47" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-d0e75876-3af5-43b8-a12d-8aca41671e47" style="background-color:inherit;height:700px;width:1550px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1550px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png/v1/fit/w_868,h_392,q_90,enc_avif,quality_auto/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png/v1/fit/w_868,h_392,q_90,enc_avif,quality_auto/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png/v1/fit/w_868,h_392,q_90,enc_avif,quality_auto/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png/v1/fit/w_868,h_392,q_90,enc_avif,quality_auto/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png/v1/fit/w_868,h_392,q_90,enc_avif,quality_auto/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png 5x" type="image/png"/><img id="d0e75876-3af5-43b8-a12d-8aca41671e47" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="9" src="https://static.wixstatic.com/media/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png/v1/fit/w_868,h_392,q_90,enc_avif,quality_auto/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1550px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-9" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1550px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:14968px;--group-width:1246px;--group-right:auto" aria-hidden="false"><div data-id="9f572468-8e93-4d64-96f2-ad7c402619cc" class="item-link-wrapper" data-idx="10" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi9f5724688e934d6496f2ad7c402619cc_10" data-hash="9f572468-8e93-4d64-96f2-ad7c402619cc" data-id="9f572468-8e93-4d64-96f2-ad7c402619cc" data-idx="10" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:14968px;right:auto;width:1216px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="10" id="item-action-9f572468-8e93-4d64-96f2-ad7c402619cc" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-9f572468-8e93-4d64-96f2-ad7c402619cc" style="background-color:inherit;height:700px;width:1216px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1216px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png/v1/fit/w_952,h_548,q_90,enc_avif,quality_auto/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png/v1/fit/w_952,h_548,q_90,enc_avif,quality_auto/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png/v1/fit/w_952,h_548,q_90,enc_avif,quality_auto/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png/v1/fit/w_952,h_548,q_90,enc_avif,quality_auto/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png/v1/fit/w_952,h_548,q_90,enc_avif,quality_auto/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png 5x" type="image/png"/><img id="9f572468-8e93-4d64-96f2-ad7c402619cc" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="10" src="https://static.wixstatic.com/media/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png/v1/fit/w_952,h_548,q_90,enc_avif,quality_auto/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1216px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-10" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1216px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:16214px;--group-width:3023px;--group-right:auto" aria-hidden="false"><div data-id="f84742ca-25c8-4292-b6df-9197e7be71c5" class="item-link-wrapper" data-idx="11" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgif84742ca25c84292b6df9197e7be71c5_11" data-hash="f84742ca-25c8-4292-b6df-9197e7be71c5" data-id="f84742ca-25c8-4292-b6df-9197e7be71c5" data-idx="11" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:16214px;right:auto;width:2993px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="11" id="item-action-f84742ca-25c8-4292-b6df-9197e7be71c5" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-f84742ca-25c8-4292-b6df-9197e7be71c5" style="background-color:inherit;height:700px;width:2993px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:2993px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_450,h_450,q_30,blur_30,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.webp" type="image/webp"/><img id="f84742ca-25c8-4292-b6df-9197e7be71c5" alt="" src="https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_450,h_450,q_30,blur_30,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_932,h_218,q_90,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_932,h_218,q_90,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_932,h_218,q_90,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_932,h_218,q_90,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_932,h_218,q_90,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg 5x" type="image/jpeg"/><img id="f84742ca-25c8-4292-b6df-9197e7be71c5" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="11" src="https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_932,h_218,q_90,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:2993px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-11" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:2993px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:19237px;--group-width:1678px;--group-right:auto" aria-hidden="false"><div data-id="8d8d3a39-c950-45b5-8e40-c22533115b44" class="item-link-wrapper" data-idx="12" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi8d8d3a39c95045b58e40c22533115b44_12" data-hash="8d8d3a39-c950-45b5-8e40-c22533115b44" data-id="8d8d3a39-c950-45b5-8e40-c22533115b44" data-idx="12" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:19237px;right:auto;width:1648px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="12" id="item-action-8d8d3a39-c950-45b5-8e40-c22533115b44" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-8d8d3a39-c950-45b5-8e40-c22533115b44" style="background-color:inherit;height:700px;width:1648px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1648px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png/v1/fit/w_525,h_223,q_90,enc_avif,quality_auto/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png/v1/fit/w_525,h_223,q_90,enc_avif,quality_auto/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png/v1/fit/w_525,h_223,q_90,enc_avif,quality_auto/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png/v1/fit/w_525,h_223,q_90,enc_avif,quality_auto/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png/v1/fit/w_525,h_223,q_90,enc_avif,quality_auto/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png 5x" type="image/png"/><img id="8d8d3a39-c950-45b5-8e40-c22533115b44" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="12" src="https://static.wixstatic.com/media/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png/v1/fit/w_525,h_223,q_90,enc_avif,quality_auto/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1648px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-12" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1648px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:20915px;--group-width:590px;--group-right:auto" aria-hidden="false"><div data-id="0116ded6-5b85-46ef-9018-9232b717f941" class="item-link-wrapper" data-idx="13" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi0116ded65b8546ef90189232b717f941_13" data-hash="0116ded6-5b85-46ef-9018-9232b717f941" data-id="0116ded6-5b85-46ef-9018-9232b717f941" data-idx="13" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:20915px;right:auto;width:560px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="13" id="item-action-0116ded6-5b85-46ef-9018-9232b717f941" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-0116ded6-5b85-46ef-9018-9232b717f941" style="background-color:inherit;height:700px;width:560px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:560px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png/v1/fit/w_960,h_1200,q_90,enc_avif,quality_auto/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png/v1/fit/w_1080,h_1350,q_90,enc_avif,quality_auto/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png/v1/fit/w_1080,h_1350,q_90,enc_avif,quality_auto/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png/v1/fit/w_1080,h_1350,q_90,enc_avif,quality_auto/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png/v1/fit/w_1080,h_1350,q_90,enc_avif,quality_auto/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png 5x" type="image/png"/><img id="0116ded6-5b85-46ef-9018-9232b717f941" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="13" src="https://static.wixstatic.com/media/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png/v1/fit/w_960,h_1200,q_90,enc_avif,quality_auto/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:560px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-13" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:560px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:21505px;--group-width:490px;--group-right:auto" aria-hidden="false"><div data-id="4904fac6-61e1-4d55-915f-8d9018eba1b9" class="item-link-wrapper" data-idx="14" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi4904fac661e14d55915f8d9018eba1b9_14" data-hash="4904fac6-61e1-4d55-915f-8d9018eba1b9" data-id="4904fac6-61e1-4d55-915f-8d9018eba1b9" data-idx="14" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:21505px;right:auto;width:460px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="14" id="item-action-4904fac6-61e1-4d55-915f-8d9018eba1b9" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-4904fac6-61e1-4d55-915f-8d9018eba1b9" style="background-color:inherit;height:700px;width:460px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:460px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png/v1/fit/w_480,h_731,q_90,enc_avif,quality_auto/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png/v1/fit/w_499,h_759,q_90,enc_avif,quality_auto/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png/v1/fit/w_499,h_759,q_90,enc_avif,quality_auto/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png/v1/fit/w_499,h_759,q_90,enc_avif,quality_auto/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png/v1/fit/w_499,h_759,q_90,enc_avif,quality_auto/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png 5x" type="image/png"/><img id="4904fac6-61e1-4d55-915f-8d9018eba1b9" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="14" src="https://static.wixstatic.com/media/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png/v1/fit/w_480,h_731,q_90,enc_avif,quality_auto/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:460px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-14" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:460px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:21995px;--group-width:643px;--group-right:auto" aria-hidden="false"><div data-id="cca248c6-f822-49b1-9db8-a5a6c1d25487" class="item-link-wrapper" data-idx="15" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgicca248c6f82249b19db8a5a6c1d25487_15" data-hash="cca248c6-f822-49b1-9db8-a5a6c1d25487" data-id="cca248c6-f822-49b1-9db8-a5a6c1d25487" data-idx="15" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:21995px;right:auto;width:613px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="15" id="item-action-cca248c6-f822-49b1-9db8-a5a6c1d25487" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-cca248c6-f822-49b1-9db8-a5a6c1d25487" style="background-color:inherit;height:700px;width:613px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:613px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png/v1/fit/w_960,h_1097,q_90,enc_avif,quality_auto/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png/v1/fit/w_1918,h_2191,q_90,enc_avif,quality_auto/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png/v1/fit/w_1918,h_2191,q_90,enc_avif,quality_auto/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png/v1/fit/w_1918,h_2191,q_90,enc_avif,quality_auto/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png/v1/fit/w_1918,h_2191,q_90,enc_avif,quality_auto/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png 5x" type="image/png"/><img id="cca248c6-f822-49b1-9db8-a5a6c1d25487" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="15" src="https://static.wixstatic.com/media/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png/v1/fit/w_960,h_1097,q_90,enc_avif,quality_auto/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:613px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-15" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:613px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:22638px;--group-width:725px;--group-right:auto" aria-hidden="false"><div data-id="fe6f788f-82b2-474a-97b9-62be15e3259b" class="item-link-wrapper" data-idx="16" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgife6f788f82b2474a97b962be15e3259b_16" data-hash="fe6f788f-82b2-474a-97b9-62be15e3259b" data-id="fe6f788f-82b2-474a-97b9-62be15e3259b" data-idx="16" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:22638px;right:auto;width:695px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="16" id="item-action-fe6f788f-82b2-474a-97b9-62be15e3259b" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-fe6f788f-82b2-474a-97b9-62be15e3259b" style="background-color:inherit;height:700px;width:695px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:695px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png/v1/fit/w_297,h_299,q_90,enc_avif,quality_auto/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png/v1/fit/w_297,h_299,q_90,enc_avif,quality_auto/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png/v1/fit/w_297,h_299,q_90,enc_avif,quality_auto/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png/v1/fit/w_297,h_299,q_90,enc_avif,quality_auto/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png/v1/fit/w_297,h_299,q_90,enc_avif,quality_auto/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png 5x" type="image/png"/><img id="fe6f788f-82b2-474a-97b9-62be15e3259b" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="16" src="https://static.wixstatic.com/media/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png/v1/fit/w_297,h_299,q_90,enc_avif,quality_auto/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:695px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-16" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:695px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:23363px;--group-width:733px;--group-right:auto" aria-hidden="false"><div data-id="4f9ada74-4364-4066-80f2-c56d147bcda1" class="item-link-wrapper" data-idx="17" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi4f9ada744364406680f2c56d147bcda1_17" data-hash="4f9ada74-4364-4066-80f2-c56d147bcda1" data-id="4f9ada74-4364-4066-80f2-c56d147bcda1" data-idx="17" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:23363px;right:auto;width:703px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="17" id="item-action-4f9ada74-4364-4066-80f2-c56d147bcda1" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-4f9ada74-4364-4066-80f2-c56d147bcda1" style="background-color:inherit;height:700px;width:703px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:703px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_249,h_249,q_30,blur_30,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.webp" type="image/webp"/><img id="4f9ada74-4364-4066-80f2-c56d147bcda1" alt="" src="https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_249,h_249,q_30,blur_30,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_250,h_249,q_90,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_250,h_249,q_90,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_250,h_249,q_90,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_250,h_249,q_90,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_250,h_249,q_90,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg 5x" type="image/jpeg"/><img id="4f9ada74-4364-4066-80f2-c56d147bcda1" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="17" src="https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_250,h_249,q_90,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:703px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-17" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:703px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:24096px;--group-width:730px;--group-right:auto" aria-hidden="false"><div data-id="061cb066-90f6-4f30-adda-c0fb4c1b7e5c" class="item-link-wrapper" data-idx="18" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi061cb06690f64f30addac0fb4c1b7e5c_18" data-hash="061cb066-90f6-4f30-adda-c0fb4c1b7e5c" data-id="061cb066-90f6-4f30-adda-c0fb4c1b7e5c" data-idx="18" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:24096px;right:auto;width:700px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="18" id="item-action-061cb066-90f6-4f30-adda-c0fb4c1b7e5c" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-061cb066-90f6-4f30-adda-c0fb4c1b7e5c" style="background-color:inherit;height:700px;width:700px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:700px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_30,blur_30,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif" type="image/webp"/><img id="061cb066-90f6-4f30-adda-c0fb4c1b7e5c" alt="" src="https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_30,blur_30,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_90,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif 1x, https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_90,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif 2x, https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_90,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif 3x, https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_90,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif 4x, https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_90,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif 5x" type="image/jpeg"/><img id="061cb066-90f6-4f30-adda-c0fb4c1b7e5c" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="18" src="https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_90,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:700px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-18" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:700px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:24826px;--group-width:1260px;--group-right:auto" aria-hidden="false"><div data-id="c3b07fb9-e0e4-489c-89d6-6d36f18362d3" class="item-link-wrapper" data-idx="19" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgic3b07fb9e0e4489c89d66d36f18362d3_19" data-hash="c3b07fb9-e0e4-489c-89d6-6d36f18362d3" data-id="c3b07fb9-e0e4-489c-89d6-6d36f18362d3" data-idx="19" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:24826px;right:auto;width:1230px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="19" id="item-action-c3b07fb9-e0e4-489c-89d6-6d36f18362d3" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-c3b07fb9-e0e4-489c-89d6-6d36f18362d3" style="background-color:inherit;height:700px;width:1230px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1230px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_169,h_169,q_30,blur_30,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.webp" type="image/webp"/><img id="c3b07fb9-e0e4-489c-89d6-6d36f18362d3" alt="" src="https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_169,h_169,q_30,blur_30,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_225,h_128,q_90,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_225,h_128,q_90,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_225,h_128,q_90,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_225,h_128,q_90,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_225,h_128,q_90,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg 5x" type="image/jpeg"/><img id="c3b07fb9-e0e4-489c-89d6-6d36f18362d3" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="19" src="https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_225,h_128,q_90,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1230px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-19" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1230px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:26086px;--group-width:1067px;--group-right:auto" aria-hidden="false"><div data-id="a9cfb3d2-26c2-46b5-a387-25211e647eb6" class="item-link-wrapper" data-idx="20" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgia9cfb3d226c246b5a38725211e647eb6_20" data-hash="a9cfb3d2-26c2-46b5-a387-25211e647eb6" data-id="a9cfb3d2-26c2-46b5-a387-25211e647eb6" data-idx="20" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:26086px;right:auto;width:1037px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="20" id="item-action-a9cfb3d2-26c2-46b5-a387-25211e647eb6" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-a9cfb3d2-26c2-46b5-a387-25211e647eb6" style="background-color:inherit;height:700px;width:1037px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1037px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_480,h_480,q_30,blur_30,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.webp" type="image/webp"/><img id="a9cfb3d2-26c2-46b5-a387-25211e647eb6" alt="" src="https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_480,h_480,q_30,blur_30,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_815,h_550,q_90,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_815,h_550,q_90,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_815,h_550,q_90,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_815,h_550,q_90,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_815,h_550,q_90,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg 5x" type="image/jpeg"/><img id="a9cfb3d2-26c2-46b5-a387-25211e647eb6" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="20" src="https://static.wixstatic.com/media/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg/v1/fit/w_815,h_550,q_90,enc_avif,quality_auto/9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1037px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-20" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1037px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:27153px;--group-width:709px;--group-right:auto" aria-hidden="false"><div data-id="419ccc67-8ac3-4731-9f8a-33fc2eae1369" class="item-link-wrapper" data-idx="21" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi419ccc678ac347319f8a33fc2eae1369_21" data-hash="419ccc67-8ac3-4731-9f8a-33fc2eae1369" data-id="419ccc67-8ac3-4731-9f8a-33fc2eae1369" data-idx="21" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:27153px;right:auto;width:679px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="21" id="item-action-419ccc67-8ac3-4731-9f8a-33fc2eae1369" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-419ccc67-8ac3-4731-9f8a-33fc2eae1369" style="background-color:inherit;height:700px;width:679px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:679px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png/v1/fit/w_960,h_990,q_90,enc_avif,quality_auto/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png/v1/fit/w_1079,h_1112,q_90,enc_avif,quality_auto/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png/v1/fit/w_1079,h_1112,q_90,enc_avif,quality_auto/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png/v1/fit/w_1079,h_1112,q_90,enc_avif,quality_auto/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png/v1/fit/w_1079,h_1112,q_90,enc_avif,quality_auto/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png 5x" type="image/png"/><img id="419ccc67-8ac3-4731-9f8a-33fc2eae1369" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="21" src="https://static.wixstatic.com/media/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png/v1/fit/w_960,h_990,q_90,enc_avif,quality_auto/9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:679px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-21" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:679px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:27862px;--group-width:1536px;--group-right:auto" aria-hidden="false"><div data-id="6e10884c-1183-457d-9dc8-93bbd523c4e0" class="item-link-wrapper" data-idx="22" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi6e10884c1183457d9dc893bbd523c4e0_22" data-hash="6e10884c-1183-457d-9dc8-93bbd523c4e0" data-id="6e10884c-1183-457d-9dc8-93bbd523c4e0" data-idx="22" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:27862px;right:auto;width:1506px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="22" id="item-action-6e10884c-1183-457d-9dc8-93bbd523c4e0" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-6e10884c-1183-457d-9dc8-93bbd523c4e0" style="background-color:inherit;height:700px;width:1506px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1506px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png/v1/fit/w_1080,h_502,q_90,enc_avif,quality_auto/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png/v1/fit/w_1080,h_502,q_90,enc_avif,quality_auto/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png/v1/fit/w_1080,h_502,q_90,enc_avif,quality_auto/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png/v1/fit/w_1080,h_502,q_90,enc_avif,quality_auto/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png/v1/fit/w_1080,h_502,q_90,enc_avif,quality_auto/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png 5x" type="image/png"/><img id="6e10884c-1183-457d-9dc8-93bbd523c4e0" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="22" src="https://static.wixstatic.com/media/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png/v1/fit/w_1080,h_502,q_90,enc_avif,quality_auto/9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1506px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-22" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1506px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:29398px;--group-width:1539px;--group-right:auto" aria-hidden="false"><div data-id="0a49c3ec-c7e2-4f99-9972-fe1feabd274c" class="item-link-wrapper" data-idx="23" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi0a49c3ecc7e24f999972fe1feabd274c_23" data-hash="0a49c3ec-c7e2-4f99-9972-fe1feabd274c" data-id="0a49c3ec-c7e2-4f99-9972-fe1feabd274c" data-idx="23" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:29398px;right:auto;width:1509px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="23" id="item-action-0a49c3ec-c7e2-4f99-9972-fe1feabd274c" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-0a49c3ec-c7e2-4f99-9972-fe1feabd274c" style="background-color:inherit;height:700px;width:1509px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1509px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png/v1/fit/w_1080,h_501,q_90,enc_avif,quality_auto/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png/v1/fit/w_1080,h_501,q_90,enc_avif,quality_auto/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png/v1/fit/w_1080,h_501,q_90,enc_avif,quality_auto/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png/v1/fit/w_1080,h_501,q_90,enc_avif,quality_auto/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png/v1/fit/w_1080,h_501,q_90,enc_avif,quality_auto/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png 5x" type="image/png"/><img id="0a49c3ec-c7e2-4f99-9972-fe1feabd274c" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="23" src="https://static.wixstatic.com/media/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png/v1/fit/w_1080,h_501,q_90,enc_avif,quality_auto/9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1509px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-23" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1509px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:30937px;--group-width:1836px;--group-right:auto" aria-hidden="false"><div data-id="d24e89e5-8418-41b8-9df3-c645f5a8f274" class="item-link-wrapper" data-idx="24" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgid24e89e5841841b89df3c645f5a8f274_24" data-hash="d24e89e5-8418-41b8-9df3-c645f5a8f274" data-id="d24e89e5-8418-41b8-9df3-c645f5a8f274" data-idx="24" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:30937px;right:auto;width:1806px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="24" id="item-action-d24e89e5-8418-41b8-9df3-c645f5a8f274" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-d24e89e5-8418-41b8-9df3-c645f5a8f274" style="background-color:inherit;height:700px;width:1806px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1806px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png/v1/fit/w_800,h_310,q_90,enc_avif,quality_auto/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png/v1/fit/w_800,h_310,q_90,enc_avif,quality_auto/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png/v1/fit/w_800,h_310,q_90,enc_avif,quality_auto/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png/v1/fit/w_800,h_310,q_90,enc_avif,quality_auto/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png/v1/fit/w_800,h_310,q_90,enc_avif,quality_auto/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png 5x" type="image/png"/><img id="d24e89e5-8418-41b8-9df3-c645f5a8f274" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="24" src="https://static.wixstatic.com/media/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png/v1/fit/w_800,h_310,q_90,enc_avif,quality_auto/9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1806px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-24" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1806px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:32773px;--group-width:2209px;--group-right:auto" aria-hidden="false"><div data-id="51d3b377-65e7-4dc4-9422-0faf291e1e6c" class="item-link-wrapper" data-idx="25" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi51d3b37765e74dc494220faf291e1e6c_25" data-hash="51d3b377-65e7-4dc4-9422-0faf291e1e6c" data-id="51d3b377-65e7-4dc4-9422-0faf291e1e6c" data-idx="25" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:32773px;right:auto;width:2179px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="25" id="item-action-51d3b377-65e7-4dc4-9422-0faf291e1e6c" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-51d3b377-65e7-4dc4-9422-0faf291e1e6c" style="background-color:inherit;height:700px;width:2179px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:2179px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png/v1/fit/w_1080,h_347,q_90,enc_avif,quality_auto/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png/v1/fit/w_1080,h_347,q_90,enc_avif,quality_auto/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png/v1/fit/w_1080,h_347,q_90,enc_avif,quality_auto/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png/v1/fit/w_1080,h_347,q_90,enc_avif,quality_auto/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png/v1/fit/w_1080,h_347,q_90,enc_avif,quality_auto/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png 5x" type="image/png"/><img id="51d3b377-65e7-4dc4-9422-0faf291e1e6c" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="25" src="https://static.wixstatic.com/media/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png/v1/fit/w_1080,h_347,q_90,enc_avif,quality_auto/9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:2179px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-25" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:2179px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:34982px;--group-width:727px;--group-right:auto" aria-hidden="false"><div data-id="4c6fffd2-a3d9-436d-bde8-0ae11a7c268f" class="item-link-wrapper" data-idx="26" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi4c6fffd2a3d9436dbde80ae11a7c268f_26" data-hash="4c6fffd2-a3d9-436d-bde8-0ae11a7c268f" data-id="4c6fffd2-a3d9-436d-bde8-0ae11a7c268f" data-idx="26" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:34982px;right:auto;width:697px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="26" id="item-action-4c6fffd2-a3d9-436d-bde8-0ae11a7c268f" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-4c6fffd2-a3d9-436d-bde8-0ae11a7c268f" style="background-color:inherit;height:700px;width:697px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:697px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png/v1/fit/w_250,h_251,q_90,enc_avif,quality_auto/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png/v1/fit/w_250,h_251,q_90,enc_avif,quality_auto/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png/v1/fit/w_250,h_251,q_90,enc_avif,quality_auto/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png/v1/fit/w_250,h_251,q_90,enc_avif,quality_auto/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png/v1/fit/w_250,h_251,q_90,enc_avif,quality_auto/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png 5x" type="image/png"/><img id="4c6fffd2-a3d9-436d-bde8-0ae11a7c268f" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="26" src="https://static.wixstatic.com/media/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png/v1/fit/w_250,h_251,q_90,enc_avif,quality_auto/9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:697px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-26" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:697px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:35709px;--group-width:2202px;--group-right:auto" aria-hidden="false"><div data-id="03257f6b-2874-4f2b-97da-15c09d863605" class="item-link-wrapper" data-idx="27" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi03257f6b28744f2b97da15c09d863605_27" data-hash="03257f6b-2874-4f2b-97da-15c09d863605" data-id="03257f6b-2874-4f2b-97da-15c09d863605" data-idx="27" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:35709px;right:auto;width:2172px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="27" id="item-action-03257f6b-2874-4f2b-97da-15c09d863605" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-03257f6b-2874-4f2b-97da-15c09d863605" style="background-color:inherit;height:700px;width:2172px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:2172px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_480,h_480,q_30,blur_30,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.webp" type="image/webp"/><img id="03257f6b-2874-4f2b-97da-15c09d863605" alt="" src="https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_480,h_480,q_30,blur_30,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_1438,h_464,q_90,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_1438,h_464,q_90,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_1438,h_464,q_90,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_1438,h_464,q_90,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_1438,h_464,q_90,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg 5x" type="image/jpeg"/><img id="03257f6b-2874-4f2b-97da-15c09d863605" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="27" src="https://static.wixstatic.com/media/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg/v1/fit/w_1438,h_464,q_90,enc_avif,quality_auto/9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:2172px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-27" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:2172px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:37911px;--group-width:1563px;--group-right:auto" aria-hidden="false"><div data-id="013c5880-2fb8-4f62-a21e-95511795557b" class="item-link-wrapper" data-idx="28" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi013c58802fb84f62a21e95511795557b_28" data-hash="013c5880-2fb8-4f62-a21e-95511795557b" data-id="013c5880-2fb8-4f62-a21e-95511795557b" data-idx="28" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:37911px;right:auto;width:1533px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="28" id="item-action-013c5880-2fb8-4f62-a21e-95511795557b" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-013c5880-2fb8-4f62-a21e-95511795557b" style="background-color:inherit;height:700px;width:1533px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1533px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png/v1/fit/w_1095,h_500,q_90,enc_avif,quality_auto/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png/v1/fit/w_1095,h_500,q_90,enc_avif,quality_auto/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png/v1/fit/w_1095,h_500,q_90,enc_avif,quality_auto/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png/v1/fit/w_1095,h_500,q_90,enc_avif,quality_auto/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png/v1/fit/w_1095,h_500,q_90,enc_avif,quality_auto/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png 5x" type="image/png"/><img id="013c5880-2fb8-4f62-a21e-95511795557b" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="28" src="https://static.wixstatic.com/media/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png/v1/fit/w_1095,h_500,q_90,enc_avif,quality_auto/9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1533px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-28" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1533px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:39474px;--group-width:1580px;--group-right:auto" aria-hidden="false"><div data-id="d0e75876-3af5-43b8-a12d-8aca41671e47" class="item-link-wrapper" data-idx="29" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgid0e758763af543b8a12d8aca41671e47_29" data-hash="d0e75876-3af5-43b8-a12d-8aca41671e47" data-id="d0e75876-3af5-43b8-a12d-8aca41671e47" data-idx="29" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:39474px;right:auto;width:1550px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="29" id="item-action-d0e75876-3af5-43b8-a12d-8aca41671e47" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-d0e75876-3af5-43b8-a12d-8aca41671e47" style="background-color:inherit;height:700px;width:1550px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1550px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png/v1/fit/w_868,h_392,q_90,enc_avif,quality_auto/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png/v1/fit/w_868,h_392,q_90,enc_avif,quality_auto/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png/v1/fit/w_868,h_392,q_90,enc_avif,quality_auto/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png/v1/fit/w_868,h_392,q_90,enc_avif,quality_auto/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png/v1/fit/w_868,h_392,q_90,enc_avif,quality_auto/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png 5x" type="image/png"/><img id="d0e75876-3af5-43b8-a12d-8aca41671e47" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="29" src="https://static.wixstatic.com/media/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png/v1/fit/w_868,h_392,q_90,enc_avif,quality_auto/9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1550px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-29" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1550px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:41054px;--group-width:1246px;--group-right:auto" aria-hidden="false"><div data-id="9f572468-8e93-4d64-96f2-ad7c402619cc" class="item-link-wrapper" data-idx="30" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi9f5724688e934d6496f2ad7c402619cc_30" data-hash="9f572468-8e93-4d64-96f2-ad7c402619cc" data-id="9f572468-8e93-4d64-96f2-ad7c402619cc" data-idx="30" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:41054px;right:auto;width:1216px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="30" id="item-action-9f572468-8e93-4d64-96f2-ad7c402619cc" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-9f572468-8e93-4d64-96f2-ad7c402619cc" style="background-color:inherit;height:700px;width:1216px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1216px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png/v1/fit/w_952,h_548,q_90,enc_avif,quality_auto/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png/v1/fit/w_952,h_548,q_90,enc_avif,quality_auto/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png/v1/fit/w_952,h_548,q_90,enc_avif,quality_auto/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png/v1/fit/w_952,h_548,q_90,enc_avif,quality_auto/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png/v1/fit/w_952,h_548,q_90,enc_avif,quality_auto/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png 5x" type="image/png"/><img id="9f572468-8e93-4d64-96f2-ad7c402619cc" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="30" src="https://static.wixstatic.com/media/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png/v1/fit/w_952,h_548,q_90,enc_avif,quality_auto/9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1216px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-30" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1216px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:42300px;--group-width:3023px;--group-right:auto" aria-hidden="true"><div data-id="f84742ca-25c8-4292-b6df-9197e7be71c5" class="item-link-wrapper" data-idx="31" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgif84742ca25c84292b6df9197e7be71c5_31" data-hash="f84742ca-25c8-4292-b6df-9197e7be71c5" data-id="f84742ca-25c8-4292-b6df-9197e7be71c5" data-idx="31" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:42300px;right:auto;width:2993px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="31" id="item-action-f84742ca-25c8-4292-b6df-9197e7be71c5" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-f84742ca-25c8-4292-b6df-9197e7be71c5" style="background-color:inherit;height:700px;width:2993px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:2993px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_450,h_450,q_30,blur_30,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.webp" type="image/webp"/><img id="f84742ca-25c8-4292-b6df-9197e7be71c5" alt="" src="https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_450,h_450,q_30,blur_30,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_932,h_218,q_90,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_932,h_218,q_90,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_932,h_218,q_90,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_932,h_218,q_90,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_932,h_218,q_90,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg 5x" type="image/jpeg"/><img id="f84742ca-25c8-4292-b6df-9197e7be71c5" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="31" src="https://static.wixstatic.com/media/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg/v1/fit/w_932,h_218,q_90,enc_avif,quality_auto/9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:2993px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-31" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:2993px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:45323px;--group-width:1678px;--group-right:auto" aria-hidden="true"><div data-id="8d8d3a39-c950-45b5-8e40-c22533115b44" class="item-link-wrapper" data-idx="32" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi8d8d3a39c95045b58e40c22533115b44_32" data-hash="8d8d3a39-c950-45b5-8e40-c22533115b44" data-id="8d8d3a39-c950-45b5-8e40-c22533115b44" data-idx="32" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:45323px;right:auto;width:1648px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="32" id="item-action-8d8d3a39-c950-45b5-8e40-c22533115b44" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-8d8d3a39-c950-45b5-8e40-c22533115b44" style="background-color:inherit;height:700px;width:1648px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1648px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png/v1/fit/w_525,h_223,q_90,enc_avif,quality_auto/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png/v1/fit/w_525,h_223,q_90,enc_avif,quality_auto/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png/v1/fit/w_525,h_223,q_90,enc_avif,quality_auto/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png/v1/fit/w_525,h_223,q_90,enc_avif,quality_auto/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png/v1/fit/w_525,h_223,q_90,enc_avif,quality_auto/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png 5x" type="image/png"/><img id="8d8d3a39-c950-45b5-8e40-c22533115b44" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="32" src="https://static.wixstatic.com/media/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png/v1/fit/w_525,h_223,q_90,enc_avif,quality_auto/9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1648px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-32" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1648px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:47001px;--group-width:590px;--group-right:auto" aria-hidden="true"><div data-id="0116ded6-5b85-46ef-9018-9232b717f941" class="item-link-wrapper" data-idx="33" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi0116ded65b8546ef90189232b717f941_33" data-hash="0116ded6-5b85-46ef-9018-9232b717f941" data-id="0116ded6-5b85-46ef-9018-9232b717f941" data-idx="33" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:47001px;right:auto;width:560px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="33" id="item-action-0116ded6-5b85-46ef-9018-9232b717f941" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-0116ded6-5b85-46ef-9018-9232b717f941" style="background-color:inherit;height:700px;width:560px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:560px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png/v1/fit/w_960,h_1200,q_90,enc_avif,quality_auto/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png/v1/fit/w_1080,h_1350,q_90,enc_avif,quality_auto/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png/v1/fit/w_1080,h_1350,q_90,enc_avif,quality_auto/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png/v1/fit/w_1080,h_1350,q_90,enc_avif,quality_auto/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png/v1/fit/w_1080,h_1350,q_90,enc_avif,quality_auto/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png 5x" type="image/png"/><img id="0116ded6-5b85-46ef-9018-9232b717f941" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="33" src="https://static.wixstatic.com/media/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png/v1/fit/w_960,h_1200,q_90,enc_avif,quality_auto/9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:560px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-33" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:560px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:47591px;--group-width:490px;--group-right:auto" aria-hidden="true"><div data-id="4904fac6-61e1-4d55-915f-8d9018eba1b9" class="item-link-wrapper" data-idx="34" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi4904fac661e14d55915f8d9018eba1b9_34" data-hash="4904fac6-61e1-4d55-915f-8d9018eba1b9" data-id="4904fac6-61e1-4d55-915f-8d9018eba1b9" data-idx="34" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:47591px;right:auto;width:460px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="34" id="item-action-4904fac6-61e1-4d55-915f-8d9018eba1b9" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-4904fac6-61e1-4d55-915f-8d9018eba1b9" style="background-color:inherit;height:700px;width:460px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:460px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png/v1/fit/w_480,h_731,q_90,enc_avif,quality_auto/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png/v1/fit/w_499,h_759,q_90,enc_avif,quality_auto/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png/v1/fit/w_499,h_759,q_90,enc_avif,quality_auto/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png/v1/fit/w_499,h_759,q_90,enc_avif,quality_auto/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png/v1/fit/w_499,h_759,q_90,enc_avif,quality_auto/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png 5x" type="image/png"/><img id="4904fac6-61e1-4d55-915f-8d9018eba1b9" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="34" src="https://static.wixstatic.com/media/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png/v1/fit/w_480,h_731,q_90,enc_avif,quality_auto/9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:460px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-34" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:460px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:48081px;--group-width:643px;--group-right:auto" aria-hidden="true"><div data-id="cca248c6-f822-49b1-9db8-a5a6c1d25487" class="item-link-wrapper" data-idx="35" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgicca248c6f82249b19db8a5a6c1d25487_35" data-hash="cca248c6-f822-49b1-9db8-a5a6c1d25487" data-id="cca248c6-f822-49b1-9db8-a5a6c1d25487" data-idx="35" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:48081px;right:auto;width:613px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="35" id="item-action-cca248c6-f822-49b1-9db8-a5a6c1d25487" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-cca248c6-f822-49b1-9db8-a5a6c1d25487" style="background-color:inherit;height:700px;width:613px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:613px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png/v1/fit/w_960,h_1097,q_90,enc_avif,quality_auto/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png/v1/fit/w_1918,h_2191,q_90,enc_avif,quality_auto/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png/v1/fit/w_1918,h_2191,q_90,enc_avif,quality_auto/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png/v1/fit/w_1918,h_2191,q_90,enc_avif,quality_auto/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png/v1/fit/w_1918,h_2191,q_90,enc_avif,quality_auto/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png 5x" type="image/png"/><img id="cca248c6-f822-49b1-9db8-a5a6c1d25487" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="35" src="https://static.wixstatic.com/media/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png/v1/fit/w_960,h_1097,q_90,enc_avif,quality_auto/9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:613px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-35" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:613px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:48724px;--group-width:725px;--group-right:auto" aria-hidden="true"><div data-id="fe6f788f-82b2-474a-97b9-62be15e3259b" class="item-link-wrapper" data-idx="36" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgife6f788f82b2474a97b962be15e3259b_36" data-hash="fe6f788f-82b2-474a-97b9-62be15e3259b" data-id="fe6f788f-82b2-474a-97b9-62be15e3259b" data-idx="36" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:48724px;right:auto;width:695px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="36" id="item-action-fe6f788f-82b2-474a-97b9-62be15e3259b" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-fe6f788f-82b2-474a-97b9-62be15e3259b" style="background-color:inherit;height:700px;width:695px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:695px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png/v1/fit/w_297,h_299,q_90,enc_avif,quality_auto/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png/v1/fit/w_297,h_299,q_90,enc_avif,quality_auto/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png/v1/fit/w_297,h_299,q_90,enc_avif,quality_auto/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png/v1/fit/w_297,h_299,q_90,enc_avif,quality_auto/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png/v1/fit/w_297,h_299,q_90,enc_avif,quality_auto/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png 5x" type="image/png"/><img id="fe6f788f-82b2-474a-97b9-62be15e3259b" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="36" src="https://static.wixstatic.com/media/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png/v1/fit/w_297,h_299,q_90,enc_avif,quality_auto/9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:695px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-36" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:695px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:49449px;--group-width:733px;--group-right:auto" aria-hidden="true"><div data-id="4f9ada74-4364-4066-80f2-c56d147bcda1" class="item-link-wrapper" data-idx="37" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi4f9ada744364406680f2c56d147bcda1_37" data-hash="4f9ada74-4364-4066-80f2-c56d147bcda1" data-id="4f9ada74-4364-4066-80f2-c56d147bcda1" data-idx="37" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:49449px;right:auto;width:703px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="37" id="item-action-4f9ada74-4364-4066-80f2-c56d147bcda1" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-4f9ada74-4364-4066-80f2-c56d147bcda1" style="background-color:inherit;height:700px;width:703px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:703px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_249,h_249,q_30,blur_30,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.webp" type="image/webp"/><img id="4f9ada74-4364-4066-80f2-c56d147bcda1" alt="" src="https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_249,h_249,q_30,blur_30,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_250,h_249,q_90,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_250,h_249,q_90,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_250,h_249,q_90,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_250,h_249,q_90,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_250,h_249,q_90,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg 5x" type="image/jpeg"/><img id="4f9ada74-4364-4066-80f2-c56d147bcda1" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="37" src="https://static.wixstatic.com/media/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg/v1/fit/w_250,h_249,q_90,enc_avif,quality_auto/9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:703px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-37" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:703px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:50182px;--group-width:730px;--group-right:auto" aria-hidden="true"><div data-id="061cb066-90f6-4f30-adda-c0fb4c1b7e5c" class="item-link-wrapper" data-idx="38" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi061cb06690f64f30addac0fb4c1b7e5c_38" data-hash="061cb066-90f6-4f30-adda-c0fb4c1b7e5c" data-id="061cb066-90f6-4f30-adda-c0fb4c1b7e5c" data-idx="38" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:50182px;right:auto;width:700px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="38" id="item-action-061cb066-90f6-4f30-adda-c0fb4c1b7e5c" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-061cb066-90f6-4f30-adda-c0fb4c1b7e5c" style="background-color:inherit;height:700px;width:700px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:700px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_30,blur_30,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif" type="image/webp"/><img id="061cb066-90f6-4f30-adda-c0fb4c1b7e5c" alt="" src="https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_30,blur_30,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_90,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif 1x, https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_90,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif 2x, https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_90,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif 3x, https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_90,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif 4x, https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_90,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif 5x" type="image/jpeg"/><img id="061cb066-90f6-4f30-adda-c0fb4c1b7e5c" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="38" src="https://static.wixstatic.com/media/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif/v1/fit/w_143,h_143,q_90,enc_avif,quality_auto/9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:700px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-38" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:700px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:50912px;--group-width:1260px;--group-right:auto" aria-hidden="true"><div data-id="c3b07fb9-e0e4-489c-89d6-6d36f18362d3" class="item-link-wrapper" data-idx="39" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgic3b07fb9e0e4489c89d66d36f18362d3_39" data-hash="c3b07fb9-e0e4-489c-89d6-6d36f18362d3" data-id="c3b07fb9-e0e4-489c-89d6-6d36f18362d3" data-idx="39" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:15px;top:0;left:50912px;right:auto;width:1230px;height:700px;overflow:hidden;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="39" id="item-action-c3b07fb9-e0e4-489c-89d6-6d36f18362d3" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible [object Object]" id="item-wrapper-c3b07fb9-e0e4-489c-89d6-6d36f18362d3" style="background-color:inherit;height:700px;width:1230px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:1230px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_169,h_169,q_30,blur_30,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.webp" type="image/webp"/><img id="c3b07fb9-e0e4-489c-89d6-6d36f18362d3" alt="" src="https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_169,h_169,q_30,blur_30,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_225,h_128,q_90,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_225,h_128,q_90,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_225,h_128,q_90,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_225,h_128,q_90,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_225,h_128,q_90,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg 5x" type="image/jpeg"/><img id="c3b07fb9-e0e4-489c-89d6-6d36f18362d3" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="39" src="https://static.wixstatic.com/media/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg/v1/fit/w_225,h_128,q_90,enc_avif,quality_auto/9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:1230px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-39" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:1230px;height:280px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><div data-key="items-styles" style="display:none"><style>#pro-gallery-comp-mkyp7sl1 .gallery-item-container { opacity: 0 }
#pro-gallery-comp-mkyp7sl1 .gallery-item-hover::before { background: linear-gradient(180deg,rgba(33,31,36,0),rgba(0,0,0,0.55)) !important}</style></div></div></div><div id="layout-fixer-comp-mkyp7sl1true" style="display:none"><link href="" rel="stylesheet" id="layout-fixer-style-comp-mkyp7sl1"/><script>try {
window.requestAnimationFrame(function() {
setTimeout(() => {
var ele = document.getElementById('pro-gallery-comp-mkyp7sl1');
var pgMeasures = ele.getBoundingClientRect();
var options = (() => "layoutParams_cropRatio:0.75|layoutParams_structure_galleryRatio_value:0|layoutParams_repeatingGroupTypes:|layoutParams_gallerySpacing:0|groupTypes:1|numberOfImagesPerRow:4|collageAmount:0.8|textsVerticalPadding:0|textsHorizontalPadding:0|calculateTextBoxHeightMode:MANUAL|targetItemSize:50|cubeRatio:0.75|externalInfoHeight:0|externalInfoWidth:0|isRTL:false|isVertical:false|minItemSize:120|groupSize:1|chooseBestGroup:true|cubeImages:false|cubeType:fit|smartCrop:false|collageDensity:1|imageMargin:30|hasThumbnails:false|galleryThumbnailsAlignment:bottom|gridStyle:1|titlePlacement:SHOW_ON_HOVER|arrowsSize:33|slideshowInfoSize:120|imageInfoType:NO_BACKGROUND|textBoxHeight:0|scrollDirection:1|galleryLayout:4|gallerySizeType:smart|gallerySize:50|cropOnlyFill:true|numberOfImagesPerCol:1|groupsPerStrip:0|scatter:0|enableInfiniteScroll:true|thumbnailSpacings:5|arrowsPosition:0|thumbnailSize:120|calculateTextBoxWidthMode:PERCENT|textBoxWidthPercent:50|useMaxDimensions:false|rotatingGroupTypes:|fixedColumns:0|rotatingCropRatios:|gallerySizePx:0|placeGroupsLtr:false")(ele);
var width = pgMeasures.width;
var height = pgMeasures.height;
var isIOS = /iPad|iPhone|iPod/.test(navigator?.userAgent);
if(isIOS) {
width = width;
width = width;
height = height;
height = height;
} else {
width = width;
width = width;
height = height;
height = height;
}
pgMeasures = { top: pgMeasures.top, width, height };
var isVertical = options.includes('layoutParams_structure_scrollDirection:"VERTICAL"');
var layoutFixerUrl = '/_serverless/pro-gallery-css-v4-server/layoutCss?ver=2&id=comp-mkyp7sl1&items=3794_815_550|3802_1080_1113|3498_1080_502|3640_1080_501|3482_800_310|3387_1080_347|3625_250_251|3489_1440_464|3591_1095_500|3539_868_392|3433_952_548|3549_932_218|3333_525_223|3522_1080_1350|3526_500_761|3629_1920_2191|3432_298_300|3820_250_249|3821_143_143|3867_225_128&container=' + pgMeasures.top + '_' + pgMeasures.width + '_' + pgMeasures.height + '_' + window.innerHeight + '&options=' + options;
document.getElementById('layout-fixer-style-comp-mkyp7sl1').setAttribute('href', encodeURI(layoutFixerUrl));
}, 0);
});
} catch (e) {
console.warn('Cannot set layoutFixer css', e);
}</script></div></div></div></div></div><!--/$--><!--$--><div id="comp-mkyp89qv" role="" class="PiVxGu MDrwHQ comp-mkyp89qv-container comp-mkyp89qv wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div></div><!--/$--><!--$--><div id="comp-mkyp8t06" role="" class="PiVxGu MDrwHQ comp-mkyp8t06-container comp-mkyp8t06 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div></div><!--/$--></div></div><!--/$--><!--$--><div id="comp-mm4rf54h" role="" class="PiVxGu MDrwHQ comp-mm4rf54h wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4rf54h-container"><!--$--><div id="comp-mkvsfdbi" class="comp-mkvsfdbi"><div class="comp-mkvsfdbi"><style>.comp-mkvsfdbi {
--wix-color-1: 255,255,255;
--wix-color-2: 240,240,240;
--wix-color-3: 194,194,194;
--wix-color-4: 110,110,110;
--wix-color-5: 33,31,36;
--wix-color-6: 87,96,82;
--wix-color-7: 119,130,113;
--wix-color-8: 210,228,199;
--wix-color-9: 229,229,229;
--wix-color-10: 237,226,188;
--wix-color-11: 137,149,131;
--wix-color-12: 142,128,117;
--wix-color-13: 143,175,138;
--wix-color-14: 126,207,128;
--wix-color-15: 10,10,10;
--wix-color-16: 213,211,211;
--wix-color-17: 15,42,34;
--wix-color-18: 160,121,112;
--wix-color-19: 237,226,215;
--wix-color-20: 99,60,43;
--wix-color-21: 255,233,223;
--wix-color-22: 255,191,161;
--wix-color-23: 228,79,250;
--wix-color-24: 234,96,32;
--wix-color-25: 201,64,1;
--wix-color-26: 255,255,255;
--wix-color-27: 33,31,36;
--wix-color-28: 240,240,240;
--wix-color-29: 194,194,194;
--wix-color-30: 110,110,110;
--wix-color-31: 210,228,199;
--wix-color-32: 210,228,199;
--wix-color-33: 210,228,199;
--wix-color-34: 210,228,199;
--wix-color-35: 33,31,36;
--wix-color-36: 110,110,110;
--wix-color-37: 33,31,36;
--wix-color-38: 210,228,199;
--wix-color-39: 210,228,199;
--wix-color-40: 255,255,255;
--wix-color-41: 210,228,199;
--wix-color-42: 210,228,199;
--wix-color-43: 255,255,255;
--wix-color-44: 194,194,194;
--wix-color-45: 194,194,194;
--wix-color-46: 255,255,255;
--wix-color-47: 255,255,255;
--wix-color-48: 210,228,199;
--wix-color-49: 210,228,199;
--wix-color-50: 255,255,255;
--wix-color-51: 210,228,199;
--wix-color-52: 210,228,199;
--wix-color-53: 255,255,255;
--wix-color-54: 194,194,194;
--wix-color-55: 194,194,194;
--wix-font-Title: normal normal 700 72px/1.2em dm-sans,sans-serif;
--wix-font-Title-style: normal;
--wix-font-Title-variant: normal;
--wix-font-Title-weight: 700;
--wix-font-Title-size: 72px;
--wix-font-Title-line-height: 1.2em;
--wix-font-Title-family: dm-sans,sans-serif;
--wix-font-Title-text-decoration: none;
--wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light,sans-serif;
--wix-font-Menu-style: normal;
--wix-font-Menu-variant: normal;
--wix-font-Menu-weight: normal;
--wix-font-Menu-size: 16px;
--wix-font-Menu-line-height: 1.4em;
--wix-font-Menu-family: din-next-w01-light,sans-serif;
--wix-font-Menu-text-decoration: none;
--wix-font-Page-title: normal normal bold 33px/1.3em dm-sans,sans-serif;
--wix-font-Page-title-style: normal;
--wix-font-Page-title-variant: normal;
--wix-font-Page-title-weight: bold;
--wix-font-Page-title-size: 33px;
--wix-font-Page-title-line-height: 1.3em;
--wix-font-Page-title-family: dm-sans,sans-serif;
--wix-font-Page-title-text-decoration: none;
--wix-font-Heading-XL: normal normal normal 22px/1.3em dm-sans,sans-serif;
--wix-font-Heading-XL-style: normal;
--wix-font-Heading-XL-variant: normal;
--wix-font-Heading-XL-weight: normal;
--wix-font-Heading-XL-size: 22px;
--wix-font-Heading-XL-line-height: 1.3em;
--wix-font-Heading-XL-family: dm-sans,sans-serif;
--wix-font-Heading-XL-text-decoration: none;
--wix-font-Heading-L: normal normal normal 34px/1.3em dm-sans,sans-serif;
--wix-font-Heading-L-style: normal;
--wix-font-Heading-L-variant: normal;
--wix-font-Heading-L-weight: normal;
--wix-font-Heading-L-size: 34px;
--wix-font-Heading-L-line-height: 1.3em;
--wix-font-Heading-L-family: dm-sans,sans-serif;
--wix-font-Heading-L-text-decoration: none;
--wix-font-Heading-M: normal normal normal 28px/1.3em dm-sans,sans-serif;
--wix-font-Heading-M-style: normal;
--wix-font-Heading-M-variant: normal;
--wix-font-Heading-M-weight: normal;
--wix-font-Heading-M-size: 28px;
--wix-font-Heading-M-line-height: 1.3em;
--wix-font-Heading-M-family: dm-sans,sans-serif;
--wix-font-Heading-M-text-decoration: none;
--wix-font-Heading-S: normal normal normal 22px/1.4em dm-sans,sans-serif;
--wix-font-Heading-S-style: normal;
--wix-font-Heading-S-variant: normal;
--wix-font-Heading-S-weight: normal;
--wix-font-Heading-S-size: 22px;
--wix-font-Heading-S-line-height: 1.4em;
--wix-font-Heading-S-family: dm-sans,sans-serif;
--wix-font-Heading-S-text-decoration: none;
--wix-font-Body-L: normal normal 400 20px/1.6em inter,sans-serif;
--wix-font-Body-L-style: normal;
--wix-font-Body-L-variant: normal;
--wix-font-Body-L-weight: 400;
--wix-font-Body-L-size: 20px;
--wix-font-Body-L-line-height: 1.6em;
--wix-font-Body-L-family: inter,sans-serif;
--wix-font-Body-L-text-decoration: none;
--wix-font-Body-M: normal normal 400 18px/1.6em inter,sans-serif;
--wix-font-Body-M-style: normal;
--wix-font-Body-M-variant: normal;
--wix-font-Body-M-weight: 400;
--wix-font-Body-M-size: 18px;
--wix-font-Body-M-line-height: 1.6em;
--wix-font-Body-M-family: inter,sans-serif;
--wix-font-Body-M-text-decoration: none;
--wix-font-Body-S: normal normal normal 16px/1.6em dm-sans,sans-serif;
--wix-font-Body-S-style: normal;
--wix-font-Body-S-variant: normal;
--wix-font-Body-S-weight: normal;
--wix-font-Body-S-size: 16px;
--wix-font-Body-S-line-height: 1.6em;
--wix-font-Body-S-family: dm-sans,sans-serif;
--wix-font-Body-S-text-decoration: none;
--wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light,sans-serif;
--wix-font-Body-XS-style: normal;
--wix-font-Body-XS-variant: normal;
--wix-font-Body-XS-weight: normal;
--wix-font-Body-XS-size: 12px;
--wix-font-Body-XS-line-height: 1.4em;
--wix-font-Body-XS-family: din-next-w01-light,sans-serif;
--wix-font-Body-XS-text-decoration: none;
--wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
--wix-font-LIGHT-style: normal;
--wix-font-LIGHT-variant: normal;
--wix-font-LIGHT-weight: normal;
--wix-font-LIGHT-size: 12px;
--wix-font-LIGHT-line-height: 1.4em;
--wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
--wix-font-LIGHT-text-decoration: none;
--wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
--wix-font-MEDIUM-style: normal;
--wix-font-MEDIUM-variant: normal;
--wix-font-MEDIUM-weight: normal;
--wix-font-MEDIUM-size: 12px;
--wix-font-MEDIUM-line-height: 1.4em;
--wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
--wix-font-MEDIUM-text-decoration: none;
--wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
--wix-font-STRONG-style: normal;
--wix-font-STRONG-variant: normal;
--wix-font-STRONG-weight: normal;
--wix-font-STRONG-size: 12px;
--wix-font-STRONG-line-height: 1.4em;
--wix-font-STRONG-family: HelveticaNeueW01-65Medi;
--wix-font-STRONG-text-decoration: none;
--wix-direction: ltr;
--m_overlayType: 0;
--overlaySizePercent: 55;
--newItemsDetails: 1;
--galleryImageRatio: 3;
--hoveringBehaviour: 1;
--titlePlacementHorizontallyCompatible: 1;
--textsVerticalPadding: 0;
--overlayGradientDegrees: 180;
--gallerySliderImageRatio: 3;
--slideshowInfoSize: 120;
--slideTransition: 0;
--gridStyle: 1;
--previewHover: 0;
--arrowsSize: 33;
--itemBorderRadius: 15;
--overlayPadding: 0;
--arrowsType: 0;
--overlaySizeType: 0;
--imageLoadingWithColorMode: 1;
--customButtonBorderRadius: 0;
--isVertical: 1;
--titleDescriptionSpace: 2;
--gallerySize: 50;
--te-padding-slider: 50;
--m_designedPresetId: -1;
--newItemsLocation: 0;
--scrollDirection: 0;
--m_imageMargin: 10;
--overlayAnimation: 1;
--isRTL: 0;
--collageDensity: 100;
--calculateTextBoxHeightMode: 0;
--slideshowLoop: 1;
--m_arrowsSize: 40;
--externalCustomButtonBorderWidth: 1;
--isAutoSlideshow: 1;
--loveCounter: 1;
--galleryLayout: 4;
--titlePlacement: 1;
--m_galleryLayout: 4;
--scrollAnimation: 3;
--numberOfImagesPerRow: 4;
--fixedGalleryRatio: 0;
--imageLoadingMode: 0;
--galleryVerticalAlign: 0;
--numberOfDisplayedItems: 4;
--autoSlideshowContinuousSpeed: 70;
--imageHoverAnimation: 1;
--imageQuality: 90;
--arrowsVerticalPosition: 1;
--galleryHorizontalAlign: 0;
--thumbnailSpacings: 10;
--imageRatioType: 0;
--m_imageResize: 0;
--imageResize: 0;
--designedPresetId: -1;
--autoSlideshowType: 1;
--arrowsPosition: 0;
--imageMargin: 12;
--overlayType: 1;
--allowFixedGalleryRatio: 0;
--showArrows: 0;
--m_overlaySizePercent: 100;
--arrowsContainerType: 2;
--arrowsContainerBorderRadius: 50;
--textBoxHeight: 120;
--scrollDuration: 1;
--textFont: normal normal 400 20px/1.4em inter,sans-serif;
--m_itemIconColorSlideshow: 0,0,0;
--m_itemIconColorSlideshow-rgb: 0,0,0;
--m_itemIconColorSlideshow-opacity: 1;
--m_itemDescriptionFontColor: 255,255,255;
--m_itemDescriptionFontColor-rgb: 255,255,255;
--m_itemDescriptionFontColor-opacity: 1;
--m_itemBorderColor: 0,0,0;
--m_itemBorderColor-rgb: 0,0,0;
--m_itemBorderColor-opacity: 1;
--itemIconColor: 255,255,255;
--itemIconColor-rgb: 255,255,255;
--itemIconColor-opacity: 1;
--titleColorExpand: 0,0,0;
--titleColorExpand-rgb: 0,0,0;
--titleColorExpand-opacity: 1;
--loadMoreButtonFontColor: 0,0,0;
--loadMoreButtonFontColor-rgb: 0,0,0;
--loadMoreButtonFontColor-opacity: 1;
--itemDescriptionFontColor: 255,255,255;
--itemDescriptionFontColor-rgb: 255,255,255;
--itemDescriptionFontColor-opacity: 1;
--m_customButtonFontColor: 255,255,255;
--m_customButtonFontColor-rgb: 255,255,255;
--m_customButtonFontColor-opacity: 1;
--m_overlayGradientColor1: 0,0,0,0.1;
--m_overlayGradientColor1-rgb: 0,0,0;
--m_overlayGradientColor1-opacity: 0.1;
--m_arrowsColor: 0,0,0;
--m_arrowsColor-rgb: 0,0,0;
--m_arrowsColor-opacity: 1;
--arrowsContainerBackgroundColor: 210,228,199,0.56;
--arrowsContainerBackgroundColor-rgb: 210,228,199;
--arrowsContainerBackgroundColor-opacity: 0.56;
--m_externalCustomButtonColor: 26,106,255;
--m_externalCustomButtonColor-rgb: 26,106,255;
--m_externalCustomButtonColor-opacity: 1;
--customButtonBorderColor: 255,255,255;
--customButtonBorderColor-rgb: 255,255,255;
--customButtonBorderColor-opacity: 1;
--m_customButtonFontColorForHover: 0,0,0;
--m_customButtonFontColorForHover-rgb: 0,0,0;
--m_customButtonFontColorForHover-opacity: 1;
--m_itemOpacity: 0,0,0,0.3;
--m_itemOpacity-rgb: 0,0,0;
--m_itemOpacity-opacity: 0.3;
--textBoxFillColor: 238,238,238;
--textBoxFillColor-rgb: 238,238,238;
--textBoxFillColor-opacity: 1;
--backgroundGradientColor2: 26,106,255;
--backgroundGradientColor2-rgb: 26,106,255;
--backgroundGradientColor2-opacity: 1;
--itemOpacity: 0,0,0,0.1;
--itemOpacity-rgb: 0,0,0;
--itemOpacity-opacity: 0.1;
--loadMoreButtonColor: 255,255,255;
--loadMoreButtonColor-rgb: 255,255,255;
--loadMoreButtonColor-opacity: 1;
--m_itemFontColor: 255,255,255;
--m_itemFontColor-rgb: 255,255,255;
--m_itemFontColor-opacity: 1;
--m_arrowsContainerBackgroundColor: 255,255,255;
--m_arrowsContainerBackgroundColor-rgb: 255,255,255;
--m_arrowsContainerBackgroundColor-opacity: 1;
--loadMoreButtonBorderColor: 0,0,0;
--loadMoreButtonBorderColor-rgb: 0,0,0;
--loadMoreButtonBorderColor-opacity: 1;
--m_itemShadowOpacityAndColor: 0,0,0;
--m_itemShadowOpacityAndColor-rgb: 0,0,0;
--m_itemShadowOpacityAndColor-opacity: 1;
--customButtonFontColor: 255,255,255;
--customButtonFontColor-rgb: 255,255,255;
--customButtonFontColor-opacity: 1;
--imageLoadingColor: 126,207,128;
--imageLoadingColor-rgb: 126,207,128;
--imageLoadingColor-opacity: 1;
--m_itemFontColorSlideshow: 0,0,0;
--m_itemFontColorSlideshow-rgb: 0,0,0;
--m_itemFontColorSlideshow-opacity: 1;
--externalCustomButtonBorderColor: 0,0,0;
--externalCustomButtonBorderColor-rgb: 0,0,0;
--externalCustomButtonBorderColor-opacity: 1;
--itemShadowOpacityAndColor: 0,0,0;
--itemShadowOpacityAndColor-rgb: 0,0,0;
--itemShadowOpacityAndColor-opacity: 1;
--externalCustomButtonColor: 26,106,255;
--externalCustomButtonColor-rgb: 26,106,255;
--externalCustomButtonColor-opacity: 1;
--itemFontColorSlideshow: 0,0,0;
--itemFontColorSlideshow-rgb: 0,0,0;
--itemFontColorSlideshow-opacity: 1;
--itemFontColor: 255,255,255;
--itemFontColor-rgb: 255,255,255;
--itemFontColor-opacity: 1;
--m_oneColorAnimationColor: 255,255,255;
--m_oneColorAnimationColor-rgb: 255,255,255;
--m_oneColorAnimationColor-opacity: 1;
--arrowsColor: 0,0,0;
--arrowsColor-rgb: 0,0,0;
--arrowsColor-opacity: 1;
--m_itemIconColor: 255,255,255;
--m_itemIconColor-rgb: 255,255,255;
--m_itemIconColor-opacity: 1;
--itemBorderColor: 0,0,0;
--itemBorderColor-rgb: 0,0,0;
--itemBorderColor-opacity: 1;
--m_loadMoreButtonBorderColor: 0,0,0;
--m_loadMoreButtonBorderColor-rgb: 0,0,0;
--m_loadMoreButtonBorderColor-opacity: 1;
--m_loadMoreButtonColor: 255,255,255;
--m_loadMoreButtonColor-rgb: 255,255,255;
--m_loadMoreButtonColor-opacity: 1;
--backgroundGradientColor1: 255,255,255;
--backgroundGradientColor1-rgb: 255,255,255;
--backgroundGradientColor1-opacity: 1;
--m_customButtonBorderColor: 255,255,255;
--m_customButtonBorderColor-rgb: 255,255,255;
--m_customButtonBorderColor-opacity: 1;
--itemIconColorSlideshow: 0,0,0;
--itemIconColorSlideshow-rgb: 0,0,0;
--itemIconColorSlideshow-opacity: 1;
--foreColor: 238,238,238;
--foreColor-rgb: 238,238,238;
--foreColor-opacity: 1;
--m_itemDescriptionFontColorSlideshow: 0,0,0;
--m_itemDescriptionFontColorSlideshow-rgb: 0,0,0;
--m_itemDescriptionFontColorSlideshow-opacity: 1;
--bgColorExpand: 255,255,255;
--bgColorExpand-rgb: 255,255,255;
--bgColorExpand-opacity: 1;
--textBoxBorderColor: 0,0,0;
--textBoxBorderColor-rgb: 0,0,0;
--textBoxBorderColor-opacity: 1;
--customButtonFontColorForHover: 0,0,0;
--customButtonFontColorForHover-rgb: 0,0,0;
--customButtonFontColorForHover-opacity: 1;
--m_loadMoreButtonFontColor: 0,0,0;
--m_loadMoreButtonFontColor-rgb: 0,0,0;
--m_loadMoreButtonFontColor-opacity: 1;
--customButtonColor: 255,255,255;
--customButtonColor-rgb: 255,255,255;
--customButtonColor-opacity: 1;
--descriptionColorExpand: 0,0,0;
--descriptionColorExpand-rgb: 0,0,0;
--descriptionColorExpand-opacity: 1;
--actionsColorExpand: 0,0,0;
--actionsColorExpand-rgb: 0,0,0;
--actionsColorExpand-opacity: 1;
--oneColorAnimationColor: 255,255,255;
--oneColorAnimationColor-rgb: 255,255,255;
--oneColorAnimationColor-opacity: 1;
--backColor: 238,238,238;
--backColor-rgb: 238,238,238;
--backColor-opacity: 1;
--itemDescriptionFontColorSlideshow: 0,0,0;
--itemDescriptionFontColorSlideshow-rgb: 0,0,0;
--itemDescriptionFontColorSlideshow-opacity: 1;
--m_externalCustomButtonBorderColor: 0,0,0;
--m_externalCustomButtonBorderColor-rgb: 0,0,0;
--m_externalCustomButtonBorderColor-opacity: 1;
--te-background-color-picker: 149,185,255;
--te-background-color-picker-rgb: 149,185,255;
--te-background-color-picker-opacity: 1;
--m_customButtonColor: 255,255,255;
--m_customButtonColor-rgb: 255,255,255;
--m_customButtonColor-opacity: 1;
--overlayGradientColor2: 0,0,0,0.4;
--overlayGradientColor2-rgb: 0,0,0;
--overlayGradientColor2-opacity: 0.4;
--m_overlayGradientColor2: 0,0,0,0.4;
--m_overlayGradientColor2-rgb: 0,0,0;
--m_overlayGradientColor2-opacity: 0.4;
--overlayGradientColor1: 33,31,36,0;
--overlayGradientColor1-rgb: 33,31,36;
--overlayGradientColor1-opacity: 0;
--backgroundColor: 194,194,194;
--backgroundColor-rgb: 194,194,194;
--backgroundColor-opacity: 1;
--textColor: 33,31,36;
--textColor-rgb: 33,31,36;
--textColor-opacity: 1;
--m_customButtonFontForHover: normal normal normal 15px/18px proxima-n-w01-reg,sans-serif;
--m_customButtonFontForHover-style: normal;
--m_customButtonFontForHover-variant: normal;
--m_customButtonFontForHover-weight: normal;
--m_customButtonFontForHover-size: 15px;
--m_customButtonFontForHover-line-height: 18px;
--m_customButtonFontForHover-family: proxima-n-w01-reg,sans-serif;
--m_customButtonFontForHover-text-decoration: none;
--m_customButtonFont: normal normal normal 15px/18px proxima-n-w01-reg,sans-serif;
--m_customButtonFont-style: normal;
--m_customButtonFont-variant: normal;
--m_customButtonFont-weight: normal;
--m_customButtonFont-size: 15px;
--m_customButtonFont-line-height: 18px;
--m_customButtonFont-family: proxima-n-w01-reg,sans-serif;
--m_customButtonFont-text-decoration: none;
--m_itemFont: normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;
--m_itemFont-style: normal;
--m_itemFont-variant: normal;
--m_itemFont-weight: normal;
--m_itemFont-size: 22px;
--m_itemFont-line-height: 27px;
--m_itemFont-family: wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;
--m_itemFont-text-decoration: none;
--m_itemFontSlideshow: normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;
--m_itemFontSlideshow-style: normal;
--m_itemFontSlideshow-variant: normal;
--m_itemFontSlideshow-weight: normal;
--m_itemFontSlideshow-size: 22px;
--m_itemFontSlideshow-line-height: 27px;
--m_itemFontSlideshow-family: wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;
--m_itemFontSlideshow-text-decoration: none;
--customButtonFontForHover: normal normal 400 18px/1.6em inter,sans-serif;
--customButtonFontForHover-style: normal;
--customButtonFontForHover-variant: normal;
--customButtonFontForHover-weight: 400;
--customButtonFontForHover-size: 18px;
--customButtonFontForHover-line-height: 1.6em;
--customButtonFontForHover-family: inter,sans-serif;
--customButtonFontForHover-text-decoration: none;
--text-editor-font: normal normal normal 40px/50px avenir-lt-w01_85-heavy1475544,sans-serif;
--text-editor-font-style: normal;
--text-editor-font-variant: normal;
--text-editor-font-weight: normal;
--text-editor-font-size: 40px;
--text-editor-font-line-height: 50px;
--text-editor-font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
--text-editor-font-text-decoration: none;
--m_loadMoreButtonFont: normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_loadMoreButtonFont-style: normal;
--m_loadMoreButtonFont-variant: normal;
--m_loadMoreButtonFont-weight: normal;
--m_loadMoreButtonFont-size: 15px;
--m_loadMoreButtonFont-line-height: 18px;
--m_loadMoreButtonFont-family: wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_loadMoreButtonFont-text-decoration: none;
--itemDescriptionFont: normal normal 400 18px/1.6em inter,sans-serif;
--itemDescriptionFont-style: normal;
--itemDescriptionFont-variant: normal;
--itemDescriptionFont-weight: 400;
--itemDescriptionFont-size: 18px;
--itemDescriptionFont-line-height: 1.6em;
--itemDescriptionFont-family: inter,sans-serif;
--itemDescriptionFont-text-decoration: none;
--text-editor-font-1499774301866: normal normal normal 40px/50px avenir-lt-w01_35-light1475496,sans-serif;
--text-editor-font-1499774301866-style: normal;
--text-editor-font-1499774301866-variant: normal;
--text-editor-font-1499774301866-weight: normal;
--text-editor-font-1499774301866-size: 40px;
--text-editor-font-1499774301866-line-height: 50px;
--text-editor-font-1499774301866-family: avenir-lt-w01_35-light1475496,sans-serif;
--text-editor-font-1499774301866-text-decoration: none;
--customButtonFont: normal normal 400 18px/1.6em inter,sans-serif;
--customButtonFont-style: normal;
--customButtonFont-variant: normal;
--customButtonFont-weight: 400;
--customButtonFont-size: 18px;
--customButtonFont-line-height: 1.6em;
--customButtonFont-family: inter,sans-serif;
--customButtonFont-text-decoration: none;
--text-editor-font-1499927482082: normal normal normal 40px/50px avenir-lt-w01_35-light1475496,sans-serif;
--text-editor-font-1499927482082-style: normal;
--text-editor-font-1499927482082-variant: normal;
--text-editor-font-1499927482082-weight: normal;
--text-editor-font-1499927482082-size: 40px;
--text-editor-font-1499927482082-line-height: 50px;
--text-editor-font-1499927482082-family: avenir-lt-w01_35-light1475496,sans-serif;
--text-editor-font-1499927482082-text-decoration: none;
--m_itemDescriptionFont: normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_itemDescriptionFont-style: normal;
--m_itemDescriptionFont-variant: normal;
--m_itemDescriptionFont-weight: normal;
--m_itemDescriptionFont-size: 15px;
--m_itemDescriptionFont-line-height: 18px;
--m_itemDescriptionFont-family: wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_itemDescriptionFont-text-decoration: none;
--loadMoreButtonFont: normal normal 400 18px/1.6em inter,sans-serif;
--loadMoreButtonFont-style: normal;
--loadMoreButtonFont-variant: normal;
--loadMoreButtonFont-weight: 400;
--loadMoreButtonFont-size: 18px;
--loadMoreButtonFont-line-height: 1.6em;
--loadMoreButtonFont-family: inter,sans-serif;
--loadMoreButtonFont-text-decoration: none;
--itemFontSlideshow: normal normal normal 22px/1.4em dm-sans,sans-serif;
--itemFontSlideshow-style: normal;
--itemFontSlideshow-variant: normal;
--itemFontSlideshow-weight: normal;
--itemFontSlideshow-size: 22px;
--itemFontSlideshow-line-height: 1.4em;
--itemFontSlideshow-family: dm-sans,sans-serif;
--itemFontSlideshow-text-decoration: none;
--titleFontExpand: normal normal normal 22px/1.4em dm-sans,sans-serif;
--titleFontExpand-style: normal;
--titleFontExpand-variant: normal;
--titleFontExpand-weight: normal;
--titleFontExpand-size: 22px;
--titleFontExpand-line-height: 1.4em;
--titleFontExpand-family: dm-sans,sans-serif;
--titleFontExpand-text-decoration: none;
--m_itemDescriptionFontSlideshow: normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_itemDescriptionFontSlideshow-style: normal;
--m_itemDescriptionFontSlideshow-variant: normal;
--m_itemDescriptionFontSlideshow-weight: normal;
--m_itemDescriptionFontSlideshow-size: 15px;
--m_itemDescriptionFontSlideshow-line-height: 18px;
--m_itemDescriptionFontSlideshow-family: wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_itemDescriptionFontSlideshow-text-decoration: none;
--itemDescriptionFontSlideshow: normal normal 400 18px/1.6em inter,sans-serif;
--itemDescriptionFontSlideshow-style: normal;
--itemDescriptionFontSlideshow-variant: normal;
--itemDescriptionFontSlideshow-weight: 400;
--itemDescriptionFontSlideshow-size: 18px;
--itemDescriptionFontSlideshow-line-height: 1.6em;
--itemDescriptionFontSlideshow-family: inter,sans-serif;
--itemDescriptionFontSlideshow-text-decoration: none;
--descriptionFontExpand: normal normal 400 18px/1.6em inter,sans-serif;
--descriptionFontExpand-style: normal;
--descriptionFontExpand-variant: normal;
--descriptionFontExpand-weight: 400;
--descriptionFontExpand-size: 18px;
--descriptionFontExpand-line-height: 1.6em;
--descriptionFontExpand-family: inter,sans-serif;
--descriptionFontExpand-text-decoration: none;
--itemFont: normal normal normal 22px/1.4em dm-sans,sans-serif;
--itemFont-style: normal;
--itemFont-variant: normal;
--itemFont-weight: normal;
--itemFont-size: 22px;
--itemFont-line-height: 1.4em;
--itemFont-family: dm-sans,sans-serif;
--itemFont-text-decoration: none;
--textFont-style: normal;
--textFont-variant: normal;
--textFont-weight: 400;
--textFont-size: 20px;
--textFont-line-height: 1.4em;
--textFont-family: inter,sans-serif;
--textFont-text-decoration: none;
}</style><style>
.s__3mb942.oUUTDbO--madefor{--wbu-font-stack:var(--wix-font-stack);--wbu-font-weight-regular:var(--wix-font-weight-regular);--wbu-font-weight-medium:var(--wix-font-weight-medium);--wbu-font-weight-bold:var(--wix-font-weight-bold)}
.sfxZxsX{--wbu-color-blue-0:#0F2CCF;--wbu-color-blue-100:#2F5DFF;--wbu-color-blue-200:#597DFF;--wbu-color-blue-300:#ACBEFF;--wbu-color-blue-400:#D5DFFF;--wbu-color-blue-500:#EAEFFF;--wbu-color-blue-600:#F5F7FF;--wbu-color-black-0:#151414;--wbu-color-black-100:#383838;--wbu-color-black-200:#525150;--wbu-color-black-300:#767574;--wbu-color-black-400:#A8A6A5;--wbu-color-black-500:#E0DFDF;--wbu-color-black-600:#F1F0EF;--wbu-color-red-0:#9C2426;--wbu-color-red-100:#DF3336;--wbu-color-red-200:#E55C5E;--wbu-color-red-300:#ED8F90;--wbu-color-red-400:#F4B8B9;--wbu-color-red-500:#F9D6D7;--wbu-color-red-600:#FCEBEB;--wbu-color-green-0:#0D4F3D;--wbu-color-green-100:#4B916D;--wbu-color-green-200:#97C693;--wbu-color-green-300:#BDE2A7;--wbu-color-green-400:#DAF3C0;--wbu-color-green-500:#EFFAE5;--wbu-color-green-600:#F1F5ED;--wbu-color-yellow-0:#D49341;--wbu-color-yellow-100:#F9AD4D;--wbu-color-yellow-200:#FABD71;--wbu-color-yellow-300:#FCD29D;--wbu-color-yellow-400:#FDEAD2;--wbu-color-yellow-500:#FEF3E5;--wbu-color-yellow-600:#FEF6ED;--wbu-color-orange-0:#AE3E09;--wbu-color-orange-100:#FF8044;--wbu-color-orange-200:#FE9361;--wbu-color-orange-300:#FDA77F;--wbu-color-orange-400:#FBCFBB;--wbu-color-orange-500:#FBE3D9;--wbu-color-orange-600:#FDF1EC;--wbu-color-purple-0:#5000AA;--wbu-color-purple-100:#7200F3;--wbu-color-purple-200:#8B2DF5;--wbu-color-purple-300:#BE89F9;--wbu-color-purple-400:#D7B7FB;--wbu-color-purple-500:#F1E5FE;--wbu-color-purple-600:#F8F2FF;--wbu-color-ai-0:#4D3DD0;--wbu-color-ai-100:#5A48F5;--wbu-color-ai-200:#7B6DF7;--wbu-color-ai-300:#A59BFA;--wbu-color-ai-400:#D6D1FC;--wbu-color-ai-500:#E7E4FE;--wbu-color-ai-600:#EEECFE;--wbu-heading-font-stack:'Madefor Display', 'Helvetica Neue', Helvetica, Arial, '\E3\192\A1\E3\201A\A4\E3\192\AA\E3\201A\AA', 'meiryo', '\E3\192\2019\E3\192\A9\E3\201A\AE\E3\192\17D\E8\A7\2019\E3\201A\B4 pro w3', 'hiragino kaku gothic pro', sans-serif;--wbu-text-tiny-size:10px;--wbu-text-tiny-line-height:12px;--wbu-text-small-size:12px;--wbu-text-small-line-height:12px;--wbu-text-medium-size:14px;--wbu-text-medium-line-height:16px;--wbu-text-large-size:16px;--wbu-text-large-line-height:18px;--wbu-heading-h1-font-size:32px;--wbu-heading-h1-line-height:40px;--wbu-heading-h1-letter-spacing:-0.5px;--wbu-heading-h1-font-weight:400;--wbu-heading-h2-font-size:24px;--wbu-heading-h2-line-height:32px;--wbu-heading-h2-letter-spacing:-0.5px;--wbu-heading-h2-font-weight:500;--wbu-heading-h3-font-size:16px;--wbu-heading-h3-line-height:24px;--wbu-heading-h3-letter-spacing:-0.5px;--wbu-heading-h3-font-weight:700;--wbu-heading-h4-font-size:14px;--wbu-heading-h4-line-height:18px;--wbu-heading-h4-letter-spacing:0px;--wbu-heading-h4-font-weight:500;--wbu-heading-h5-font-size:12px;--wbu-heading-h5-line-height:18px;--wbu-heading-h5-letter-spacing:0px;--wbu-heading-h5-font-weight:600}
.sDDrUS7.oINNVeg--madefor{--wbu-font-stack:var(--wix-font-stack);--wbu-font-weight-regular:var(--wix-font-weight-regular);--wbu-font-weight-medium:var(--wix-font-weight-medium);--wbu-font-weight-bold:var(--wix-font-weight-bold)}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[1]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/dynamic/GalleryWrapperWixStyles.scss ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .nav-arrows-container .custom-nav-arrows svg{width:100%;height:100%}/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[1]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/dynamic/FullscreenWrapperWixStyles.scss ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.fullscreen-focus-lock {
height: 100%;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/GalleryWrapper.global.scss ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .pro-gallery-stop-scroll-for-fullscreen{overflow-y:hidden}div.pro-gallery-parent-container .show-more-container i.show-more:hover{opacity:1}div.pro-gallery-parent-container .show-more-container button.show-more{border-style:solid}div.pro-gallery-parent-container .show-more-container button.show-more:hover{opacity:1}div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more:hover{opacity:1}div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more{border-style:solid}div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more:hover{opacity:1} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i{background:none !important;font-size:26px} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle{z-index:12} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background{z-index:11} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info a:hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a:hover{opacity:.7} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .info-element-title{font-size:22px} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{opacity:1;background:rgba(0,0,0,0);border-style:solid} .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before, .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before{opacity:.6} .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before, .pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before{opacity:1} .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description{font-size:15px} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i{font-size:26px} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle{z-index:12} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background{z-index:11} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a:hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a:hover{opacity:.7} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title{font-size:22px} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{opacity:1;background:rgba(0,0,0,0);border-style:solid} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before{opacity:.6} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before{opacity:1} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description{font-size:15px}/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/FullscreenWrapper.global.scss ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after, .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after, .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after, .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after, .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after{opacity:.3} .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-cart-icon{background:inherit !important} .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love-store.pro-gallery-loved{color:#e03939 !important} .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love.pro-gallery-loved{color:#e03939 !important}/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/SocialShareWrapper.global.scss ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .social-share-wrapper{position:fixed;top:0;bottom:0;left:0;right:0;z-index:200005} .social-share-wrapper .mobile-social-share-screen{position:absolute;top:0;height:100%;width:100%;z-index:-1;background-color:rgba(0,0,0,0)} .social-share-wrapper .mobile-social-share-screen.mobile-social-share-screen-visible{z-index:200005;background-color:rgba(0,0,0,.6);transition:background-color .3s ease} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-background{height:calc(100% - 150px);touch-action:none} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab{position:absolute;bottom:0px;width:100%;height:150px;box-sizing:border-box;background-color:#fff;margin-bottom:-150px;display:flex;justify-content:center;align-items:center;transition:all .4s ease} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab.mobile-social-share-tab-visible{margin-bottom:0px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list{display:flex;justify-content:space-between;width:220px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list .social-share-icon{height:16px;width:16px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container{height:32px;margin-top:20px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-input{width:200px;font-size:11px;padding:2px 4px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button{width:40px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon{height:16px;width:16px} .social-share-wrapper .desktop-social-share-screen{position:fixed;top:0;left:0;height:100%;width:100%;z-index:-1;background-color:rgba(0,0,0,0);display:flex;justify-content:center;align-items:center} .social-share-wrapper .desktop-social-share-screen.desktop-social-share-screen-visible{z-index:200005;background-color:rgba(0,0,0,.6);transition:all .4s ease} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-background{position:fixed;height:100%;width:100%} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup{position:relative;width:580px;height:250px;box-sizing:border-box;background-color:#fff;display:flex;justify-content:center;align-items:center;margin-bottom:-100px;opacity:0;transition:all .4s ease} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup.desktop-social-share-popup-visible{margin-bottom:0px;opacity:1} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button{position:absolute;top:24px;right:24px;cursor:pointer} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button:focus{border-radius:7px;box-shadow:inset 0 0 1px 3px #116dff} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list{display:flex;justify-content:space-between;width:280px} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list .social-share-icon{height:24px;width:24px;transition:color .2s ease} .social-share-wrapper .social-share-item{position:relative} .social-share-wrapper .social-share-item .social-share-button{opacity:1;transition:opacity .2s ease;cursor:pointer} .social-share-wrapper .social-share-item .social-share-button:focus{border-radius:7px;box-shadow:inset 0 0 1px 3px #116dff} .social-share-wrapper .social-share-item .social-share-button:hover{opacity:.65} .social-share-wrapper .social-share-item .social-share-button:active{opacity:1} .social-share-wrapper .social-share-copylink-container{display:flex;margin-top:25px;height:40px} .social-share-wrapper .social-share-copylink-container .social-share-copylink-input{border:1px solid #000;padding:2px 8px;height:100%;width:260px} .social-share-wrapper .social-share-copylink-container .social-share-copylink-button{width:50px;height:100%;background-color:#000;color:#fff;cursor:pointer;transition:background-color .1s ease} .social-share-wrapper .social-share-copylink-container .social-share-copylink-button:focus{border-radius:7px;box-shadow:inset 0 0 1px 3px #116dff} .social-share-wrapper .social-share-copylink-container .social-share-copylink-button:hover{background-color:rgba(0,0,0,.65)} .social-share-wrapper .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon{margin-top:2px}/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!../../../core-packages/pro-gallery-old/dist/statics/main.css ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover) .gallery-item-content .gallery-item{transition:opacity .4s ease !important}div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item{opacity:0}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .hover-info-element{transition:transform 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99) !important}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-content{transform:scale(1.1)}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover){transform:scale(1.11)}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover) .hover-info-element,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) .hover-info-element{transform:scale(0.9009)}div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover) .gallery-item-content{transition:filter .4s linear !important}div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item{filter:blur(6px)}div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover) .gallery-item-content{transition:filter .6s ease !important}div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover):hover .gallery-item-content{filter:grayscale(1)}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover){transition:background-color .4s ease !important}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover){transition:transform .4s ease !important}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover{background-color:rgba(0,0,0,0) !important}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-content{transform:scale(0.985)}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover){transform:scale(0.985)}div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover) .gallery-item-content{transition:filter .6s ease !important}div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover):hover .gallery-item-content{filter:invert(1)}div.pro-gallery .gallery-item-container.color-in-on-hover .gallery-item-content{filter:grayscale(1);transition:filter .6s ease !important}div.pro-gallery .gallery-item-container.color-in-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.color-in-on-hover:hover:not(.hide-hover) .gallery-item-content{filter:grayscale(0)}div.pro-gallery .gallery-item-container.darkened-on-hover .gallery-item-content{filter:brightness(1);transition:filter .6s ease !important}div.pro-gallery .gallery-item-container.darkened-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.darkened-on-hover:hover:not(.hide-hover) .gallery-item-content{filter:brightness(0.7)}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover{transition:none}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover:before{opacity:0}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover .gallery-item-hover-inner{opacity:0}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover){transition:none}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover):before{opacity:1;background:rgba(8,8,8,.75)}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .info-member:not(.hidden),div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden){opacity:1 !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover{transition:filter .4s ease,opacity .4s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover:before{transition:filter .4s ease,opacity .4s ease !important;filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover{transition:transform .4s ease,filter .2s ease,opacity .2s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover:before{transition:transform .4s ease,filter .2s ease,opacity .2s ease !important;transform:scale(0.9);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .info-member:not(.hidden){transition:opacity .2s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before{transform:scale(1);filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateY(100%);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before{transform:translateY(0);filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateX(-100%);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before{transform:translateX(0);filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateX(100%);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before{transform:translateX(0);filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateY(-100%);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before{transform:translateY(0);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover{transition:none}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover:before{opacity:1;background:rgba(8,8,8,.75)}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner{opacity:1}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .info-member:not(.hidden){opacity:1 !important}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover){transition:none}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover):before{opacity:0}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .info-member:not(.hidden),div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden){opacity:0 !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover{transition:filter .4s ease,opacity .4s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover:before{transition:filter .4s ease,opacity .4s ease !important;filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover{transition:transform .4s ease,filter .2s ease,opacity .2s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover:before{transition:transform .4s ease,filter .2s ease,opacity .2s ease !important;transform:scale(1);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .info-member:not(.hidden){transition:opacity .2s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before{transform:scale(0.9);filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateY(0);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before{transform:translateY(100%);filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateX(0);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before{transform:translateX(-100%);filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateX(100%);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before{transform:translateX(0);filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateY(-100%);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before{transform:translateY(0);filter:opacity(0)} .animation-slide{transition:width .4s ease,height .4s ease,top .4s ease,left .4s ease} .item-with-secondary-media-container .secondary-media-item.hide{opacity:0} .item-with-secondary-media-container .secondary-media-item.show{opacity:1} *[data-collapsed=true] .pro-gallery-parent-container .gallery-item, *[data-hidden=true] .pro-gallery-parent-container .gallery-item{background-image:none !important}html.pro-gallery{width:100%;height:auto}body.pro-gallery{transition:opacity 2s ease} #gallery-loader{position:fixed;top:50%} .show-more-container{text-align:center;line-height:138px} .show-more-container i.show-more{color:#5d5d61;font-size:40px;cursor:pointer;margin-top:-3px} .show-more-container button.show-more{display:inline-block;padding:11px 29px;border-radius:0;border:2px solid #5d5d61;font-family:"HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;font-size:12px;color:#5d5d61;background:rgba(0,0,0,0);cursor:pointer} .show-more-container button.show-more:hover{background:rgba(0,0,0,.1)} .more-items-loader{display:block;width:100%;text-align:center;line-height:50px;font-size:30px;color:#116dff} .version-header{color:#e03939;text-align:left;font-family:"Consolas",monospace;font-size:13px;position:absolute;top:0;left:0;width:320px;height:100px;line-height:30px;background:hsla(0,0%,100%,.8);z-index:100} .auto-slideshow-button{margin-top:19px;padding:5px;height:28px;width:20px;left:auto;z-index:1;position:absolute;display:flex;text-align:center;cursor:pointer;opacity:.9} .auto-slideshow-counter{margin-top:24px;left:auto;z-index:1;position:absolute;display:flex;text-align:center;opacity:.9;font-size:15px;line-height:normal}@keyframes fadeIn{from{opacity:0}to{opacity:1}} .mouse-cursor{display:flex;width:100%;position:absolute} .nav-arrows-container{left:auto;position:absolute;display:flex;text-align:center;cursor:pointer;opacity:.9;align-items:center;background:rgba(0,0,0,0);border:none;justify-content:center} .nav-arrows-container.follow-mouse-cursor{position:relative;cursor:none} .nav-arrows-container:hover{opacity:1} .nav-arrows-container.drop-shadow svg{filter:drop-shadow(0px 1px 0.15px #B2B2B2)} .nav-arrows-container .slideshow-arrow{flex-shrink:0} .nav-arrows-container:focus:not(:focus-visible){--focus-ring-box-shadow: none !important;outline:none !important;box-shadow:none !important} .arrow-portal-container span{animation:fadeIn .1s ease-in-out;position:fixed;transition:top 50ms,left 50ms;display:flex;align-items:center;justify-content:center}div.gallery-slideshow div.pro-gallery,div.gallery-slideshow .gallery-column{box-sizing:content-box !important}div.gallery-slideshow .gallery-group,div.gallery-slideshow .gallery-item-container,div.gallery-slideshow .gallery-item-wrapper{overflow:visible !important}div.gallery-slideshow.streched .gallery-slideshow-info{padding-left:50px !important;padding-right:50px !important}@media(max-width: 500px){div.gallery-slideshow div.pro-gallery .gallery-slideshow-info{padding-left:20px;padding-right:20px}}div.gallery-slideshow div.pro-gallery .gallery-item-container .gallery-slideshow-info{position:absolute;padding-top:0px;bottom:-220px;height:220px;width:100%;box-sizing:border-box;display:flex;z-index:15} .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px 60px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px 10px 50px} .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px}div.pro-gallery{width:100%;height:100%;overflow:hidden;backface-visibility:hidden;position:relative}div.pro-gallery .gallery-column{float:left;overflow:hidden;position:relative;transform-style:preserve-3d;backface-visibility:hidden}div.pro-gallery .gallery-column .gallery-left-padding{display:inline-block;height:100%}div.pro-gallery .gallery-column .gallery-top-padding{display:block;width:100%}div.pro-gallery .gallery-group{float:left;overflow:hidden;position:relative;transform-style:preserve-3d;backface-visibility:hidden;box-sizing:border-box;padding:0;font-family:"HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;font-size:11px}div.pro-gallery .gallery-group.debug.gallery-group-gone{background:#cdcdd0}div.pro-gallery .gallery-group.debug.gallery-group-visible{background:#c1f0c1}div.pro-gallery .gallery-group.debug.gallery-group-hidden{background:#f99}div.pro-gallery .gallery-item-container{position:absolute;display:inline-block;vertical-align:top;border:none;padding:0;border-radius:0;box-sizing:border-box;overflow:hidden;transform-style:preserve-3d;backface-visibility:hidden;outline:none;text-decoration:none;color:inherit;will-change:top,left,width,height;box-sizing:border-box;font-family:"HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;font-size:11px;cursor:default;scroll-snap-align:center}div.pro-gallery .gallery-item-container .item-action{width:1px;height:1px;overflow:hidden;position:absolute;pointer-events:none;z-index:-1}div.pro-gallery .gallery-item-container .item-action:focus{--focus-ring-box-shadow: none !important;outline:none !important;box-shadow:none !important}div.pro-gallery .gallery-item-container:hover .gallery-item-common-info{cursor:pointer}div.pro-gallery .gallery-item-container:hover .gallery-item-common-info button{text-decoration:underline;cursor:pointer}div.pro-gallery .gallery-item-container.visible{transform:translate3d(0, 0, 0)}div.pro-gallery .gallery-item-container.clickable{cursor:pointer}div.pro-gallery .gallery-item-container .gallery-item-wrapper{position:relative;width:100%;height:100%;overflow:hidden}div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item{position:absolute;z-index:1;width:100%;height:100%;top:0;left:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .gallery-item{-o-object-fit:cover;object-fit:cover}div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .text-item>div{width:100% !important;height:100% !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper.transparent,div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit{background:rgba(0,0,0,0)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-preload{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit .gallery-item{background:rgba(0,0,0,0);-o-object-fit:contain;object-fit:contain}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;width:100%;height:100%;margin:0;overflow:hidden;border-radius:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item{box-sizing:border-box;/*! autoprefixer: ignore next */-webkit-font-smoothing:antialiased;white-space:initial}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item .te-pro-gallery-text-item{line-height:normal !important;letter-spacing:normal !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item>div{background:initial !important;box-sizing:border-box}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item p,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item span,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item div,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h1,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h2,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h3,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h4,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h5,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h6,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item i{margin:0;padding:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item .pro-circle-preloader{top:50%;left:50%;height:30px;width:15px;z-index:-1;opacity:.4}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item img.gallery--placeholder-item{width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded{background-color:rgba(0,0,0,0);opacity:1 !important;animation:none !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded.image-item:after{display:none !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded~.pro-circle-preloader{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.error{opacity:0 !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded{background-size:cover;background-repeat:no-repeat;background-position:center center}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded.grid-fit{background-size:contain}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video{overflow:hidden;text-align:center}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video iframe{left:0;top:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing i{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playedOnce~.image-item{pointer-events:none;opacity:0;transition:opacity .2s ease}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i{display:inline-block;text-rendering:auto;/*! autoprefixer: ignore next */-webkit-font-smoothing:antialiased;position:absolute;z-index:11;top:50%;left:50%;height:60px;text-align:center;margin:-30px 0 0 -30px;background:#080808;color:#fff;border-radius:50px;opacity:.7}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle{opacity:1}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-background,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-background{font-size:26px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:hover,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:hover{opacity:.9}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:before,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:before{font-size:2.3em;opacity:1}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info{position:absolute;bottom:-220px;height:220px;width:100%;box-sizing:border-box;display:flex;z-index:15}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info>div{height:100%;width:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{white-space:initial;position:absolute;top:0;left:0;width:100%;height:100%;margin:0;box-sizing:border-box;border-radius:0;z-index:15;overflow:hidden}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-hover-inner{height:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover.no-hover-bg:before{opacity:0 !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;margin:0;box-sizing:border-box;z-index:-1}div.pro-gallery .gallery-item-container .gallery-item-common-info{box-sizing:border-box;cursor:pointer}div.pro-gallery.one-row{white-space:nowrap;float:left}div.pro-gallery.one-row .gallery-column{width:100%;float:none;white-space:nowrap}div.pro-gallery.one-row .gallery-column .gallery-group{display:inline-block;float:none}div.pro-gallery.one-row.slider .gallery-column{overflow-x:scroll}div.pro-gallery.one-row.slider .gallery-column.scroll-snap{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}div.pro-gallery.one-row .gallery-horizontal-scroll-inner{position:relative;will-change:transform}div.pro-gallery.thumbnails-gallery{overflow:hidden;float:left}div.pro-gallery.thumbnails-gallery .galleryColumn{position:relative;overflow:visible}div.pro-gallery.thumbnails-gallery .thumbnailItem{position:absolute;background-color:#fff;background-size:cover;background-position:center;overflow-y:inherit;border-radius:0px;cursor:pointer}div.pro-gallery.thumbnails-gallery .thumbnailItem.pro-gallery-highlight::after{content:"";display:block;height:100%;position:absolute;top:0;left:0;width:100%;background-color:hsla(0,0%,100%,.6)}@media(max-width: 500px){div.pro-gallery.thumbnails-gallery{overflow:visible}}div.pro-gallery *:focus{box-shadow:none}div.pro-gallery.accessible i:focus,div.pro-gallery.accessible button:not(.nav-arrows-container,.has-custom-focus):focus{box-shadow:inset 0 0 0 1px #fff,inset 0 0 1px 4px #116dff}div.pro-gallery.accessible i:focus:not(:focus-visible),div.pro-gallery.accessible button:not(.nav-arrows-container,.has-custom-focus):focus:not(:focus-visible){box-shadow:none !important}div.pro-gallery.accessible .gallery-item-hover i:focus,div.pro-gallery.accessible .gallery-item-hover button:focus{box-shadow:none}div.pro-gallery.accessible .gallery-item-container:has(.item-action:focus)::after{content:" ";width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 0 1px 2px #116dff,inset 0 0 7px 0 #fff,inset 0 0 10px -5px #116dff;pointer-events:none;border-radius:inherit;z-index:15}div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted::before{box-shadow:inset 0 0 1px 2px #116dff,inset 0 0 7px 0 #fff,inset 0 0 10px -5px #116dff}div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted::after{content:" ";width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 0 1px 2px #116dff,inset 0 0 7px 0 #fff,0 0 10px -5px #116dff;pointer-events:none;border-radius:inherit}div.pro-gallery .hide-scrollbars{-ms-overflow-style:none;overflow:-moz-scrollbars-none;scrollbar-width:none}div.pro-gallery .hide-scrollbars::-webkit-scrollbar,div.pro-gallery .hide-scrollbars ::-webkit-scrollbar{width:0 !important;height:0 !important}div.pro-gallery .rtl{direction:rtl}div.pro-gallery .ltr{direction:ltr} .sr-only.out-of-view-component{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:circle(0%);border:0} .screen-logs{word-wrap:break-word;background:#fff;width:280px;font-size:10px} .fade{display:block;transition:opacity 600ms ease} .fade-visible{opacity:1} .fade-hidden{opacity:0} .deck-before{display:block;z-index:1;transition:transform 600ms ease;transform:translateX(-100%)} .deck-before-rtl{display:block;z-index:1;transition:transform 600ms ease;transform:translateX(100%)} .deck-current{display:block;z-index:0;transition:transform 600ms ease;transform:translateX(0)} .deck-current .override{transition:transform 600ms ease,opacity .1s ease 200ms !important} .deck-after{display:block;transition:opacity .2s ease 600ms;z-index:-1;opacity:0} .deck-after .override{transition:opacity .1s ease 0s !important} .disabled-transition{transition:none !important}@keyframes changing_background{0%{background-color:rgba(241,241,241,.2)}50%{background-color:rgba(241,241,241,.8)}100%{background-color:rgba(241,241,241,.2)}} .pro-gallery-parent-container.gallery-slideshow [data-hook=group-view]::before{content:"";position:absolute;scroll-snap-align:center;top:var(--group-top);left:var(--group-left);width:var(--group-width);right:var(--group-right);height:1px;pointer-events:none} .pro-gallery-parent-container:not(.gallery-slideshow) [data-hook=group-view] .item-link-wrapper::before{content:"";position:absolute;scroll-snap-align:center;top:var(--group-top);left:var(--group-left);width:var(--group-width);right:var(--group-right);height:1px;pointer-events:none} .gallery-item-container{scroll-snap-align:none !important} .gallery-slideshow .gallery-item-container:not(.clickable) a{cursor:default}/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/ProGallery.global.scss ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************//*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!../../pro-gallery-info-element/dist/statics/app.css ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************//*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[1]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/infoElement.scss ***!
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .slideshow-info-element-inner{box-sizing:border-box;padding-top:24px;height:100%;width:100%} .slideshow-info-element-inner .info-element-text{flex-grow:1;padding:0;margin-bottom:25px;display:flex;flex-direction:column} .slideshow-info-element-inner .info-element-text>div{width:100%} .slideshow-info-element-inner .info-element-text .info-element-title{white-space:normal;font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:32px;font-size:21px;height:auto;color:#2b5672;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;text-overflow:ellipsis} .slideshow-info-element-inner .info-element-text .info-element-description{font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:25px;font-size:15px;height:auto;color:#2b5672;overflow:hidden;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;white-space:nowrap;text-overflow:ellipsis} .slideshow-info-element-inner .info-element-text .info-element-description>span{white-space:normal} .slideshow-info-element-inner .info-element-text .info-member.hide{display:none} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper{display:flex;justify-content:center;color:#fff} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:25px;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;outline:none;border-style:solid;text-decoration:none} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay{display:none} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover{opacity:1 !important} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:100%;position:absolute;top:0;left:0} .slideshow-info-element-inner .info-element-social{height:auto;position:static;display:flex;flex-direction:row;margin:0;overflow:visible;z-index:16;transition:opacity .4s ease} .slideshow-info-element-inner .info-element-social.populated-item{margin-bottom:24px} .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box{width:0 !important} .slideshow-info-element-inner .info-element-social.info-align-center{justify-content:center} .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share{position:relative} .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box{position:absolute;left:-25px;padding-left:25px !important;margin-right:0 !important} .slideshow-info-element-inner .info-element-social.info-align-right{flex-direction:row-reverse} .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse} .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px !important} .slideshow-info-element-inner .info-element-social .info-element-social-button{margin:0 15px;display:inline-flex;font-size:19px;color:#2b5672;cursor:pointer} .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0;display:flex;-moz-column-gap:7px;column-gap:7px;align-items:center;padding:5px;margin:-5px} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon{fill:#2b5672} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;line-height:15px;font-size:15px;letter-spacing:1px} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button, .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i{float:left;display:inline-block;border:none;background:rgba(0,0,0,0);text-decoration:none;cursor:pointer} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;float:left;margin-top:2px;display:inline-block;padding-left:9px;letter-spacing:1px} .slideshow-info-element-inner .info-element-social .info-element-social-share{flex-direction:row;outline:none} .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box{width:210px !important;outline:none} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box{width:0;transition:width .3s;overflow:hidden;margin-left:25px !important;margin-right:25px !important;display:inline-block;height:30px;max-width:300px;z-index:16;font-size:12px;transform:none !important} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered{width:210px !important;outline:none} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened{width:210px !important;outline:none} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button, .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i{display:inline-block;font-size:15px;color:#2b5672;cursor:pointer;width:30px;height:30px;line-height:14px;text-align:center;margin:0 6px;float:left;text-decoration:none;background:rgba(0,0,0,0);border:none} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover, .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover{opacity:.7} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share, .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share{font-size:13px} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share, .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share{font-size:13px} .gallery-item-common-info.gallery-item-bottom-info{box-sizing:border-box;padding-top:24px;height:100%;width:100%;padding-top:0} .gallery-item-common-info.gallery-item-bottom-info .info-element-text{flex-grow:1;padding:0;margin-bottom:25px;display:flex;flex-direction:column} .gallery-item-common-info.gallery-item-bottom-info .info-element-text>div{width:100%} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-title{white-space:normal;font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:32px;font-size:21px;height:auto;color:#2b5672;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;text-overflow:ellipsis} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description{font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:25px;font-size:15px;height:auto;color:#2b5672;overflow:hidden;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;white-space:nowrap;text-overflow:ellipsis} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description>span{white-space:normal} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-member.hide{display:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper{display:flex;justify-content:center;color:#fff} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:25px;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;outline:none;border-style:solid;text-decoration:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button .overlay{display:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover{opacity:1 !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:100%;position:absolute;top:0;left:0} .gallery-item-common-info.gallery-item-bottom-info .info-element-social{height:auto;position:static;display:flex;flex-direction:row;margin:0;overflow:visible;z-index:16;transition:opacity .4s ease} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.populated-item{margin-bottom:24px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social:hover .info-element-social-share-box{width:0 !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center{justify-content:center} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share{position:relative} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box{position:absolute;left:-25px;padding-left:25px !important;margin-right:0 !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right{flex-direction:row-reverse} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button{margin:0 15px;display:inline-flex;font-size:19px;color:#2b5672;cursor:pointer} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0;display:flex;-moz-column-gap:7px;column-gap:7px;align-items:center;padding:5px;margin:-5px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon{fill:#2b5672} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;line-height:15px;font-size:15px;letter-spacing:1px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love button, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love i{float:left;display:inline-block;border:none;background:rgba(0,0,0,0);text-decoration:none;cursor:pointer} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;float:left;margin-top:2px;display:inline-block;padding-left:9px;letter-spacing:1px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share{flex-direction:row;outline:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share:hover .info-element-social-share-box{width:210px !important;outline:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box{width:0;transition:width .3s;overflow:hidden;margin-left:25px !important;margin-right:25px !important;display:inline-block;height:30px;max-width:300px;z-index:16;font-size:12px;transform:none !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.hovered{width:210px !important;outline:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.opened{width:210px !important;outline:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i{display:inline-block;font-size:15px;color:#2b5672;cursor:pointer;width:30px;height:30px;line-height:14px;text-align:center;margin:0 6px;float:left;text-decoration:none;background:rgba(0,0,0,0);border:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button:hover, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i:hover{opacity:.7} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share{font-size:13px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.email-share, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.email-share{font-size:13px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner{box-sizing:border-box;padding-top:24px;height:100%;width:100%} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text{flex-grow:1;padding:0;margin-bottom:25px;display:flex;flex-direction:column} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text>div{width:100%} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-title{white-space:normal;font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:32px;font-size:21px;height:auto;color:#2b5672;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;text-overflow:ellipsis} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description{font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:25px;font-size:15px;height:auto;color:#2b5672;overflow:hidden;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;white-space:nowrap;text-overflow:ellipsis} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description>span{white-space:normal} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-member.hide{display:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper{display:flex;justify-content:center;color:#fff} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:25px;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;outline:none;border-style:solid;text-decoration:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay{display:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover{opacity:1 !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:100%;position:absolute;top:0;left:0} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social{height:auto;position:static;display:flex;flex-direction:row;margin:0;overflow:visible;z-index:16;transition:opacity .4s ease} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.populated-item{margin-bottom:24px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box{width:0 !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center{justify-content:center} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share{position:relative} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box{position:absolute;left:-25px;padding-left:25px !important;margin-right:0 !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right{flex-direction:row-reverse} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button{margin:0 15px;display:inline-flex;font-size:19px;color:#2b5672;cursor:pointer} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0;display:flex;-moz-column-gap:7px;column-gap:7px;align-items:center;padding:5px;margin:-5px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon{fill:#2b5672} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;line-height:15px;font-size:15px;letter-spacing:1px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i{float:left;display:inline-block;border:none;background:rgba(0,0,0,0);text-decoration:none;cursor:pointer} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;float:left;margin-top:2px;display:inline-block;padding-left:9px;letter-spacing:1px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share{flex-direction:row;outline:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box{width:210px !important;outline:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box{width:0;transition:width .3s;overflow:hidden;margin-left:25px !important;margin-right:25px !important;display:inline-block;height:30px;max-width:300px;z-index:16;font-size:12px;transform:none !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered{width:210px !important;outline:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened{width:210px !important;outline:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i{display:inline-block;font-size:15px;color:#2b5672;cursor:pointer;width:30px;height:30px;line-height:14px;text-align:center;margin:0 6px;float:left;text-decoration:none;background:rgba(0,0,0,0);border:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover{opacity:.7} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share{font-size:13px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share{font-size:13px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text{padding:0} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element{display:flex;flex-direction:column;justify-content:center} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social{margin:0;height:auto;position:static;display:flex;flex-direction:row} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows{width:auto;margin:0px -10px 0} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top{background:linear-gradient(rgba(0, 0, 0, 0.2) 0, transparent 140px)} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box{width:0 !important} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center{justify-content:center} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share{position:relative} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box{position:absolute;left:-25px;padding-left:25px !important;margin-right:0 !important} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right{flex-direction:row-reverse} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px !important} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button{position:static !important;margin:0;padding:0 20px;font-size:19px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share{margin-top:-3px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share{flex-direction:row;outline:none} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box{width:210px !important;outline:none} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box{width:0;transition:width .3s;overflow:hidden;margin-left:25px !important;margin-right:25px !important} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered{width:210px !important;outline:none} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title{white-space:normal} .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px} .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text{padding:30px 0 0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper{display:flex;justify-content:center;opacity:0;/*! autoprefixer: ignore next */-webkit-box-pack:center;transition:opacity .4s ease;color:#fff}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper .buy-icon{margin-right:7px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{line-height:25px;font-size:15px;color:#fff;overflow:hidden;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;opacity:0;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;white-space:nowrap;outline:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button .overlay{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:45px;position:absolute;top:0;left:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text{padding:30px;display:flex;flex-direction:column;margin:0;box-sizing:border-box;height:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.short-item{padding-top:5px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.narrow-item{padding-left:5px;padding-right:5px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.hidden{opacity:0 !important;pointer-events:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text>div{width:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.push-down{padding-top:60px;box-sizing:border-box}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title{line-height:32px;font-size:21px;padding:0;color:#fff;overflow:hidden;display:-webkit-box;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;opacity:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description{line-height:25px;font-size:15px;color:#fff;overflow:hidden;display:-webkit-box;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;opacity:0;white-space:normal}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-member.hide{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements{width:100%;height:24px !important;display:flex;flex-direction:row}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-love{margin-right:auto}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-button{padding-left:10px;padding-right:10px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-absolute{position:absolute;top:0;left:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social{outline:none;width:100%;height:100%;overflow:visible;z-index:16;transition:opacity .4s ease}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item{display:flex;align-items:flex-end;justify-content:space-around;height:90%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item .info-element-social-button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item .info-element-social-button{position:initial}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.with-arrows{width:86%;margin:0 7%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.hidden{opacity:0 !important;pointer-events:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button{outline:none;bottom:30px;position:absolute;margin:0;display:inline-block;font-size:19px;color:#fff;cursor:pointer;opacity:0;padding:10px;margin:-10px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.visible{opacity:1 !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments{left:26px;top:26px;bottom:initial;font-size:15px;border:none;background:#2b5672;display:flex;-moz-column-gap:7px;column-gap:7px;align-items:center;padding:5px;margin:-5px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;line-height:15px;font-size:15px;letter-spacing:1px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love{left:30px;bottom:30px;font-size:15px;border:none;background:rgba(0,0,0,0)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love i{outline:none;float:left;display:inline-block;line-height:14px;border:none;background:rgba(0,0,0,0);font-size:18px;padding:1px 5px;text-decoration:none;cursor:pointer}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;float:left;line-height:15px;font-size:15px;margin-top:2px;display:inline-block;padding-left:9px;letter-spacing:1px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-share{bottom:26px;left:auto;right:30px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-dots{left:auto;right:22px;top:26px;height:30px;width:20px;display:flex;justify-content:center}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download{bottom:25px;left:auto;right:68px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download.pull-right{right:30px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button{bottom:calc(50% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments{left:calc(25% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love span,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments span{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-share{right:calc(25% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-download{left:calc(50% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-dots{left:calc(50% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button{bottom:auto;left:calc(50% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-love,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-comments{top:calc(25% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-share{top:auto;right:auto;bottom:calc(25% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-download{top:calc(50% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-dots{bottom:calc(50% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box{position:absolute;top:0;left:50%;width:100%;height:100%;max-width:300px;min-width:200px;overflow:visible;z-index:16;font-size:12px;opacity:0;transform:translateX(-50%);margin-top:1px;margin-left:-3px;transition:opacity .4s ease;outline:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.hidden{opacity:0 !important;pointer-events:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i{display:inline-block;font-size:15px;color:#fff;cursor:pointer;position:absolute;top:50%;width:22px;text-align:center;transform:translateY(-50%);background:rgba(0,0,0,0);border:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button:hover,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i:hover{opacity:.7}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-1,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-1{margin-left:5px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-2,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-2{font-size:13px;margin-top:1px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-4,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-4{margin-left:-1px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-5,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-5{font-size:13px;margin-top:1px;margin-left:-3px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item{top:50%;left:0;max-width:none;min-width:0;max-height:300px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i{left:50%;margin-left:-10px;margin-top:8px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-2,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-2{font-size:13px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-5,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-5{font-size:13px}div.pro-gallery .gallery-item-container .gallery-item-common-info{box-sizing:border-box;cursor:pointer}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title{/*! autoprefixer: ignore next */overflow:hidden;/*! autoprefixer: ignore next */display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description{/*! autoprefixer: ignore next */overflow:hidden;display:-webkit-box;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;text-overflow:ellipsis}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description>span{white-space:normal}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-member.hide{display:none}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper{display:flex;justify-content:center;color:#fff}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:25px;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;outline:none;border-style:solid;text-decoration:none}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button .overlay{display:none}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:45px;position:absolute;top:0;left:0}div.pro-gallery.thumbnails-gallery .gallery-item-container .info-element-custom-button-wrapper{display:none !important}/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/InfoElement.global.scss ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************//*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/Tooltip.global.scss ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ :root{--tooltip-text-color: white;--tooltip-background-color: black;--tooltip-margin: 30px;--tooltip-arrow-size: 6px} .tooltip-wrapper{position:absolute;top:0;z-index:100;background-color:var(--tooltip-background-color);color:var(--tooltip-text-color);box-shadow:0px 0px 4px 0px rgba(0,0,0,.1);border:1px solid var(--tooltip-text-color)} .tooltip-body{padding:4px;font-size:14px;font-family:Helvetica} .tooltip-body::before{content:" ";left:50%;border:solid rgba(0,0,0,0);height:0;width:0;position:absolute;pointer-events:none;border-width:var(--tooltip-arrow-size);margin-left:calc(var(--tooltip-arrow-size)*-1)} .tooltip-body.arrow{top:calc(var(--tooltip-margin)*-1)} .tooltip-body.arrow::before{top:100%;border-top-color:var(--tooltip-background-color)}/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/ProGalleryRenderIndicator.global.scss ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .pg-render-indicator{position:absolute;bottom:15.5px;left:15.5px;border:1px solid #717171;padding:5px 10px 5px 5px;font-size:16px;z-index:2147483648;cursor:default;line-height:20px} .pg-render-indicator table{table-layout:fixed} .pg-render-indicator.rendered{background-color:#7fff00} .pg-render-indicator.not-rendered{background-color:red} .pg-render-indicator .log-column{max-height:450px;max-width:500px;overflow:auto;background-color:#fff} .pg-render-indicator .show-on-hover{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;top:-9999px;left:-9999px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important} .pg-render-indicator div.worker-log-text{word-wrap:break-word;max-width:500px;min-width:100px} .pg-render-indicator:hover{max-width:90%;max-height:90%} .pg-render-indicator:hover .show-on-hover{clip:auto !important;clip-path:none;display:block;height:auto;line-height:normal;text-decoration:none;width:auto;position:static}
.pro-fullscreen-wrapper, .pro-fullscreen-wrapper-loading{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:100005}
.pro-gallery-empty{top:0;left:0;height:100%;width:100%;background-color:hsla(0,0%,100%,.9)} .pro-gallery-empty .pro-gallery-empty-content{height:334px;width:100%;overflow:hidden} .pro-gallery-empty .pro-gallery-empty-image{margin:66px auto 35px;width:262px;height:132px;background-image:url(media/emptystate.85a4add5.svg);background-size:contain} .pro-gallery-empty .pro-gallery-empty-title{color:#4eb7f5;font-family:"HelveticaNeueW01-55Roma","HelveticaNeueW02-55Roma","HelveticaNeueW10-55Roma",sans-serif;font-size:20px;line-height:25px;text-align:center;margin-bottom:10px} .pro-gallery-empty .pro-gallery-empty-info{color:#4eb7f5;font-family:"HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;font-size:14px;line-height:20px;text-align:center}
</style><style>
.comp-mkvsfdbi div.pro-gallery-parent-container .gallery-item-wrapper-text .gallery-item-content{background-color:#211F24}.comp-mkvsfdbi div.pro-gallery-parent-container .show-more-container i.show-more{color:rgba(0, 0, 0, 0.7)}.comp-mkvsfdbi div.pro-gallery-parent-container .show-more-container button.show-more{--loadMoreButtonBorderRadius: 0;--loadMoreButtonBorderColor: #211F24;--loadMoreButtonBorderWidth: 1;--loadMoreButtonColor: #FFFFFF;--loadMoreButtonFont: normal normal 400 18px/1.6em inter,sans-serif;--loadMoreButtonFontColor: #211F24;color:rgba(0, 0, 0, 0.9);font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: ;background:#FFFFFF;border-width:1px;border-color:#000000;border-radius:0px}.comp-mkvsfdbi div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more{color:rgba(0, 0, 0, 0.7)}.comp-mkvsfdbi div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more{--loadMoreButtonBorderRadius: 0;--loadMoreButtonBorderColor: #211F24;--loadMoreButtonBorderWidth: 1;--loadMoreButtonColor: #FFFFFF;--loadMoreButtonFont: normal normal 400 18px/1.6em inter,sans-serif;--loadMoreButtonFontColor: #211F24;color:#000000;font:normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;text-decoration: ;background:#FFFFFF;border-width:undefinedpx;border-color:#000000;border-radius:undefinedpx}.comp-mkvsfdbi .nav-arrows-container .slideshow-arrow,.comp-mkvsfdbi .nav-arrows-container .custom-nav-arrows svg{--arrowsColor: #FFFFFF;fill:rgb(0, 0, 0)}.comp-mkvsfdbi .nav-arrows-container.pro-gallery-mobile-indicator .slideshow-arrow,.comp-mkvsfdbi .nav-arrows-container.pro-gallery-mobile-indicator .custom-nav-arrows svg{--arrowsColor: #FFFFFF;fill:rgb(0, 0, 0)}.comp-mkvsfdbi .pro-gallery.inline-styles .auto-slideshow-counter{--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: }.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info{--itemIconColorSlideshow: #211F24}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info a{color:#000000 !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info svg .gallery-item-svg-foreground{fill:#000000 !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title{--itemFontSlideshow: normal normal normal 28px/1.3em dm-sans,sans-serif;--itemFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 22px/1.4em dm-sans,sans-serif !important;text-decoration: }.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description{--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal 400 18px/1.6em inter,sans-serif !important;text-decoration: }.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded){--imageLoadingColor: #F0F0F0;background-color:rgb(126, 207, 128)}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle{--itemFontColor: #FFFFFF;color:#FFFFFF}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background{--itemOpacity: #211F24;color:rgba(0, 0, 0, 0.1)}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background{--itemOpacity: #211F24;fill:rgba(0, 0, 0, 0.1)}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gradient-top,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gradient-top{--itemOpacity: #211F24;background:linear-gradient(rgba(0, 0, 0, 0.1) 0, transparent 140px) !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover{--itemIconColor: #FFFFFF}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a{color:#FFFFFF !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground{fill:#FFFFFF !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title{--itemFont: normal normal normal 28px/1.3em dm-sans,sans-serif;--itemFontColor: #FFFFFF;color:#FFFFFF;font:normal normal normal 22px/1.4em dm-sans,sans-serif;text-decoration: }.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description{--itemDescriptionFont: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColor: #FFFFFF;color:#FFFFFF !important;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: }.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper{--customButtonFontColor: #FFFFFF;color:#FFFFFF !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{--customButtonColor: #211F24;--customButtonBorderRadius: 0;--customButtonBorderWidth: 1;--customButtonBorderColor: #FFFFFF;--customButtonFont: normal normal 400 18px/1.6em inter,sans-serif;color:#FFFFFF !important;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: ;background:#FFFFFF !important;border-width:1px;border-radius:0px;border-color:#FFFFFF}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover:before{--itemOpacity: #211F24;background:rgba(0, 0, 0, 0.1) !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before{background:#211F24 !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover:before{--itemOpacity: #211F24;background:rgba(0, 0, 0, 0.1) !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before{background:#211F24 !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title{--itemFontSlideshow: normal normal normal 22px/1.3em dm-sans,sans-serif;--itemFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 22px/1.4em dm-sans,sans-serif !important;text-decoration: }.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description{--itemDescriptionFontColorSlideshow: #211F24;--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;color:#000000 !important;font:normal normal 400 18px/1.6em inter,sans-serif !important;text-decoration: }.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .info-element-custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-custom-button-wrapper button{--customButtonFontForHover: normal normal 400 18px/1.6em inter,sans-serif;--customButtonFontColorForHover: #211F24;--externalCustomButtonBorderWidth: 0;--externalCustomButtonBorderRadius: 0;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: ;color:#000000 !important;background:#1A6AFF !important;border-color:#000000;border-width:1px;border-radius:0px}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded){--imageLoadingColor: #F0F0F0;background-color:rgb(126, 207, 128)}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle{--itemFontColor: #FFFFFF;color:#FFFFFF}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background{--itemOpacity: #211F24;color:rgba(0, 0, 0, 0.3) !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background{--itemOpacity: #211F24;fill:rgba(0, 0, 0, 0.3) !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gradient-top,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gradient-top{--itemOpacity: #211F24;background:linear-gradient(rgba(0, 0, 0, 0.3) 0, transparent 140px) !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info{--itemIconColorSlideshow: #211F24}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a{color:#000000 !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-foreground{fill:#000000 !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title{--itemFontSlideshow: normal normal normal 28px/1.3em dm-sans,sans-serif;--itemFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold !important;text-decoration: }.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-description{--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular !important;text-decoration: }.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover{--itemIconColor: #FFFFFF}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a{color:#FFFFFF !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground{fill:#FFFFFF !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-title{--itemFont: normal normal normal 28px/1.3em dm-sans,sans-serif;--itemFontColor: #FFFFFF;color:#FFFFFF;font:normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;text-decoration: }.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-description{--itemDescriptionFont: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColor: #FFFFFF;color:#FFFFFF !important;font:normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;text-decoration: }.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper{--customButtonFontColor: #FFFFFF;color:#FFFFFF !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{--customButtonColor: #211F24;--customButtonBorderRadius: 0;--customButtonBorderWidth: 1;--customButtonBorderColor: #FFFFFF;--customButtonFont: normal normal 400 18px/1.6em inter,sans-serif;color:#FFFFFF !important;font:normal normal normal 15px/18px proxima-n-w01-reg,sans-serif;text-decoration: ;background:#FFFFFF !important;border-width:undefinedpx;border-radius:undefinedpx;border-color:#FFFFFF}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover:not(.hide-hover):before{--itemOpacity: #211F24;background:rgba(0, 0, 0, 0.3) !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before{background:#211F24 !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover:before{--itemOpacity: #211F24;background:rgba(0, 0, 0, 0.3) !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before{background:#211F24 !important}.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-title,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-title{--itemFontSlideshow: normal normal normal 22px/1.3em dm-sans,sans-serif;--itemFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold !important;text-decoration: }.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description{--itemDescriptionFontColorSlideshow: #211F24;--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;color:#000000 !important;font:normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular !important;text-decoration: }.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .info-element-custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .custom-button-wrapper button,.comp-mkvsfdbi .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-custom-button-wrapper button{--customButtonFontForHover: normal normal 400 18px/1.6em inter,sans-serif;--customButtonFontColorForHover: #211F24;--externalCustomButtonBorderWidth: 0;--externalCustomButtonBorderRadius: 0;font:normal normal normal 15px/18px proxima-n-w01-reg,sans-serif;text-decoration: ;color:#000000 !important;background:#1A6AFF !important;border-color:#000000;border-width:undefinedpx;border-radius:undefinedpx}.comp-mkvsfdbi .te-pro-gallery-text-item{font:normal normal normal 16px/1.6em dm-sans,sans-serif;color:#FFFFFF}.comp-mkvsfdbi .pro-fullscreen-wrapper .pro-fullscreen-text-item{--fullscreen-text-item-bg: #211F24;background-color:#211F24}.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles{--bgColorExpand: #FFFFFF;background-color:#FFFFFF}.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-selected-license,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-checkout-link{--descriptionColorExpand: #211F24;--descriptionFontExpand: normal normal 400 18px/1.6em inter,sans-serif;color:#000000;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: }.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-mobile-info{--bgColorExpand: #FFFFFF;background-color:#FFFFFF}.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-title h1{--titleColorExpand: #211F24;--titleFontExpand: normal normal normal 28px/1.3em dm-sans,sans-serif;color:#000000;font:normal normal normal 22px/1.4em dm-sans,sans-serif;text-decoration: }.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link{--descriptionColorExpand: #211F24;--descriptionFontExpand: normal normal 400 18px/1.6em inter,sans-serif;color:#000000;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: }.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after{--descriptionColorExpand: #211F24;border-color:#000000}.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social i:not(.pro-gallery-loved),.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social a,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social button,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav i:not(.pro-gallery-loved),.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav a,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav button,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar i:not(.pro-gallery-loved),.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar a,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar button,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social i:not(.pro-gallery-loved),.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social a,.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social button{--descriptionColorExpand: #211F24;color:#000000}.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-triangle{--descriptionColorExpand: #211F24;color:#000000}.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-background{--bgColorExpand: #FFFFFF;color:#FFFFFF}.comp-mkvsfdbi .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon{--descriptionColorExpand: #211F24;--bgColorExpand: #FFFFFF;color:#000000;background:#FFFFFF}
</style><div style="--wix-color-29:var(--wix-color-3);--wix-color-37:var(--wix-color-5);--wix-color-38:var(--wix-color-8);--wix-color-39:var(--wix-color-8);--wix-color-40:var(--wix-color-1);--wix-color-41:var(--wix-color-8);--wix-color-42:var(--wix-color-8);--wix-color-43:var(--wix-color-1);--wix-color-44:var(--wix-color-3);--wix-color-45:var(--wix-color-3);--wix-color-46:var(--wix-color-1);--wix-color-47:var(--wix-color-1);--wix-color-48:var(--wix-color-8);--wix-color-49:var(--wix-color-8);--wix-color-50:var(--wix-color-1);--wix-color-51:var(--wix-color-8);--wix-color-52:var(--wix-color-8);--wix-color-53:var(--wix-color-1);--wix-color-54:var(--wix-color-3);--wix-color-55:var(--wix-color-3)" data-hook="tpa-components-provider"><div id="gallery-wrapper-comp-mkvsfdbi" style="overflow:hidden;height:100%;width:100%"><style>div.comp-mkvsfdbi:not(.fullscreen-comp-wrapper) {
height: 100%;
width: 100%;
position: relative;
}
div.comp-mkvsfdbi:not(.fullscreen-comp-wrapper) #gallery-wrapper-comp-mkvsfdbi {
position: absolute;
top: 0;
left: 0;
}</style><div id="pro-gallery-comp-mkvsfdbi" class="pro-gallery"><div data-key="pro-gallery-inner-container" class="pro-gallery-prerender" tabindex="-1"><div data-hook="css-scroll-indicator" data-scroll-base="0" data-scroll-top="0" class="pgscl-0 pgscl_mkvsfdbi_0-40960 pgscl_mkvsfdbi_0-20480 pgscl_mkvsfdbi_0-10240 pgscl_mkvsfdbi_0-5120 pgscl_mkvsfdbi_0-2560 pgscl_mkvsfdbi_0-1280 pgscl_mkvsfdbi_0-640 pgscl_mkvsfdbi_0-320 pgscl_mkvsfdbi_0-160 pgscl_mkvsfdbi_0-80 pgscl_mkvsfdbi_0-40 pgscl_mkvsfdbi_0-20 pgscl_mkvsfdbi_0-10" style="display:none"></div><div class="pro-gallery-parent-container gallery-slider" style="margin:-6px;width:1450px;height:700px" role="region"><div id="pro-gallery-container-comp-mkvsfdbi" class="pro-gallery inline-styles one-row hide-scrollbars slider ltr" style="width:100%;height:706px;display:flex;justify-content:space-between"><div data-hook="gallery-column" id="gallery-horizontal-scroll-comp-mkvsfdbi" class="gallery-horizontal-scroll gallery-column hide-scrollbars ltr scroll-snap" style="width:100%;height:706px;overflow-y:visible"><div class="gallery-horizontal-scroll-inner"><div data-hook="group-view" style="--group-top:0px;--group-left:0px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="f25d3744-4374-428c-afe5-0c5b614f20b0" class="item-link-wrapper" data-idx="0" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgif25d37444374428cafe50c5b614f20b0_0" data-hash="f25d3744-4374-428c-afe5-0c5b614f20b0" data-id="f25d3744-4374-428c-afe5-0c5b614f20b0" data-idx="0" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:0;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="false"><div data-idx="0" id="item-action-f25d3744-4374-428c-afe5-0c5b614f20b0" class="item-action" tabindex="0" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-f25d3744-4374-428c-afe5-0c5b614f20b0" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.27,q_30,blur_30,enc_avif,quality_auto/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.webp" type="image/webp"/><img id="f25d3744-4374-428c-afe5-0c5b614f20b0" alt="" src="https://static.wixstatic.com/media/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.27,q_30,blur_30,enc_avif,quality_auto/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg/v1/fill/w_960,h_1280,fp_0.48_0.27,q_90,enc_avif,quality_auto/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg/v1/fill/w_1920,h_2560,fp_0.48_0.27,q_90,enc_avif,quality_auto/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg/v1/fill/w_2880,h_3840,fp_0.48_0.27,q_90,enc_avif,quality_auto/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg/v1/fill/w_3761,h_5014,fp_0.48_0.27,q_90,enc_avif,quality_auto/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg/v1/fill/w_3761,h_5014,fp_0.48_0.27,q_90,enc_avif,quality_auto/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg 5x" type="image/jpeg"/><img id="f25d3744-4374-428c-afe5-0c5b614f20b0" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="0" src="https://static.wixstatic.com/media/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg/v1/fill/w_960,h_1280,fp_0.48_0.27,q_90,enc_avif,quality_auto/d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-0" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:537px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="09d9f77d-bb54-41f1-9278-3ac0cc6e64b1" class="item-link-wrapper" data-idx="1" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi09d9f77dbb5441f192783ac0cc6e64b1_1" data-hash="09d9f77d-bb54-41f1-9278-3ac0cc6e64b1" data-id="09d9f77d-bb54-41f1-9278-3ac0cc6e64b1" data-idx="1" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:537px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="1" id="item-action-09d9f77d-bb54-41f1-9278-3ac0cc6e64b1" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-09d9f77d-bb54-41f1-9278-3ac0cc6e64b1" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg/v1/fill/w_480,h_480,fp_0.49_0.32,q_30,blur_30,enc_avif,quality_auto/d663dd_3820d119582b4182a79b8004b0335b85~mv2.webp" type="image/webp"/><img id="09d9f77d-bb54-41f1-9278-3ac0cc6e64b1" alt="" src="https://static.wixstatic.com/media/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg/v1/fill/w_480,h_480,fp_0.49_0.32,q_30,blur_30,enc_avif,quality_auto/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg/v1/fill/w_960,h_1280,fp_0.49_0.32,q_90,enc_avif,quality_auto/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg/v1/fill/w_1920,h_2560,fp_0.49_0.32,q_90,enc_avif,quality_auto/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg/v1/fill/w_1980,h_2640,fp_0.49_0.32,q_90,enc_avif,quality_auto/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg/v1/fill/w_1980,h_2640,fp_0.49_0.32,q_90,enc_avif,quality_auto/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg/v1/fill/w_1980,h_2640,fp_0.49_0.32,q_90,enc_avif,quality_auto/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg 5x" type="image/jpeg"/><img id="09d9f77d-bb54-41f1-9278-3ac0cc6e64b1" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="1" src="https://static.wixstatic.com/media/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg/v1/fill/w_960,h_1280,fp_0.49_0.32,q_90,enc_avif,quality_auto/d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-1" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:1074px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="ae64b0f0-d5c9-452a-8ba2-30b1d1d6de53" class="item-link-wrapper" data-idx="2" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgiae64b0f0d5c9452a8ba230b1d1d6de53_2" data-hash="ae64b0f0-d5c9-452a-8ba2-30b1d1d6de53" data-id="ae64b0f0-d5c9-452a-8ba2-30b1d1d6de53" data-idx="2" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:1074px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="2" id="item-action-ae64b0f0-d5c9-452a-8ba2-30b1d1d6de53" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-ae64b0f0-d5c9-452a-8ba2-30b1d1d6de53" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg/v1/fill/w_480,h_480,fp_0.52_0.34,q_30,blur_30,enc_avif,quality_auto/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.webp" type="image/webp"/><img id="ae64b0f0-d5c9-452a-8ba2-30b1d1d6de53" alt="" src="https://static.wixstatic.com/media/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg/v1/fill/w_480,h_480,fp_0.52_0.34,q_30,blur_30,enc_avif,quality_auto/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg/v1/fill/w_793,h_1020,fp_0.52_0.34,q_90,enc_avif,quality_auto/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg 1x, https://static.wixstatic.com/media/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg/v1/fill/w_793,h_1020,fp_0.52_0.34,q_90,enc_avif,quality_auto/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg 2x, https://static.wixstatic.com/media/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg/v1/fill/w_793,h_1020,fp_0.52_0.34,q_90,enc_avif,quality_auto/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg 3x, https://static.wixstatic.com/media/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg/v1/fill/w_793,h_1020,fp_0.52_0.34,q_90,enc_avif,quality_auto/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg 4x, https://static.wixstatic.com/media/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg/v1/fill/w_793,h_1020,fp_0.52_0.34,q_90,enc_avif,quality_auto/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg 5x" type="image/jpeg"/><img id="ae64b0f0-d5c9-452a-8ba2-30b1d1d6de53" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="2" src="https://static.wixstatic.com/media/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg/v1/fill/w_793,h_1020,fp_0.52_0.34,q_90,enc_avif,quality_auto/9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-2" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:1611px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="94e4b83f-c330-46ea-816a-7c84a98c6e79" class="item-link-wrapper" data-idx="3" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi94e4b83fc33046ea816a7c84a98c6e79_3" data-hash="94e4b83f-c330-46ea-816a-7c84a98c6e79" data-id="94e4b83f-c330-46ea-816a-7c84a98c6e79" data-idx="3" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:1611px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="3" id="item-action-94e4b83f-c330-46ea-816a-7c84a98c6e79" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-94e4b83f-c330-46ea-816a-7c84a98c6e79" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.26,q_30,blur_30,enc_avif,quality_auto/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.webp" type="image/webp"/><img id="94e4b83f-c330-46ea-816a-7c84a98c6e79" alt="" src="https://static.wixstatic.com/media/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.26,q_30,blur_30,enc_avif,quality_auto/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg/v1/fill/w_627,h_504,fp_0.48_0.26,q_90,enc_avif,quality_auto/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg/v1/fill/w_627,h_504,fp_0.48_0.26,q_90,enc_avif,quality_auto/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg/v1/fill/w_627,h_504,fp_0.48_0.26,q_90,enc_avif,quality_auto/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg/v1/fill/w_627,h_504,fp_0.48_0.26,q_90,enc_avif,quality_auto/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg/v1/fill/w_627,h_504,fp_0.48_0.26,q_90,enc_avif,quality_auto/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg 5x" type="image/jpeg"/><img id="94e4b83f-c330-46ea-816a-7c84a98c6e79" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="3" src="https://static.wixstatic.com/media/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg/v1/fill/w_627,h_504,fp_0.48_0.26,q_90,enc_avif,quality_auto/d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-3" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:2148px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="ad88f779-3b78-4943-9c29-0cb9814f6b4c" class="item-link-wrapper" data-idx="4" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgiad88f7793b7849439c290cb9814f6b4c_4" data-hash="ad88f779-3b78-4943-9c29-0cb9814f6b4c" data-id="ad88f779-3b78-4943-9c29-0cb9814f6b4c" data-idx="4" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:2148px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="4" id="item-action-ad88f779-3b78-4943-9c29-0cb9814f6b4c" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-ad88f779-3b78-4943-9c29-0cb9814f6b4c" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg/v1/fill/w_480,h_480,fp_0.38_0.21,q_30,blur_30,enc_avif,quality_auto/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.webp" type="image/webp"/><img id="ad88f779-3b78-4943-9c29-0cb9814f6b4c" alt="" src="https://static.wixstatic.com/media/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg/v1/fill/w_480,h_480,fp_0.38_0.21,q_30,blur_30,enc_avif,quality_auto/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg/v1/fill/w_681,h_648,fp_0.38_0.21,q_90,enc_avif,quality_auto/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg/v1/fill/w_681,h_648,fp_0.38_0.21,q_90,enc_avif,quality_auto/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg/v1/fill/w_681,h_648,fp_0.38_0.21,q_90,enc_avif,quality_auto/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg/v1/fill/w_681,h_648,fp_0.38_0.21,q_90,enc_avif,quality_auto/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg/v1/fill/w_681,h_648,fp_0.38_0.21,q_90,enc_avif,quality_auto/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg 5x" type="image/jpeg"/><img id="ad88f779-3b78-4943-9c29-0cb9814f6b4c" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="4" src="https://static.wixstatic.com/media/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg/v1/fill/w_681,h_648,fp_0.38_0.21,q_90,enc_avif,quality_auto/d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-4" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:2685px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="d70679cb-0ef7-4982-ad59-0c9e78e86ab1" class="item-link-wrapper" data-idx="5" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgid70679cb0ef74982ad590c9e78e86ab1_5" data-hash="d70679cb-0ef7-4982-ad59-0c9e78e86ab1" data-id="d70679cb-0ef7-4982-ad59-0c9e78e86ab1" data-idx="5" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:2685px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="5" id="item-action-d70679cb-0ef7-4982-ad59-0c9e78e86ab1" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-d70679cb-0ef7-4982-ad59-0c9e78e86ab1" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg/v1/fill/w_480,h_480,fp_0.52_0.33,q_30,blur_30,enc_avif,quality_auto/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.webp" type="image/webp"/><img id="d70679cb-0ef7-4982-ad59-0c9e78e86ab1" alt="" src="https://static.wixstatic.com/media/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg/v1/fill/w_480,h_480,fp_0.52_0.33,q_30,blur_30,enc_avif,quality_auto/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg/v1/fill/w_748,h_755,fp_0.52_0.33,q_90,enc_avif,quality_auto/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg/v1/fill/w_748,h_755,fp_0.52_0.33,q_90,enc_avif,quality_auto/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg/v1/fill/w_748,h_755,fp_0.52_0.33,q_90,enc_avif,quality_auto/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg/v1/fill/w_748,h_755,fp_0.52_0.33,q_90,enc_avif,quality_auto/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg/v1/fill/w_748,h_755,fp_0.52_0.33,q_90,enc_avif,quality_auto/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg 5x" type="image/jpeg"/><img id="d70679cb-0ef7-4982-ad59-0c9e78e86ab1" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="5" src="https://static.wixstatic.com/media/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg/v1/fill/w_748,h_755,fp_0.52_0.33,q_90,enc_avif,quality_auto/9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-5" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:3222px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="3ef3489a-290a-43ec-b387-41b942df0b28" class="item-link-wrapper" data-idx="6" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi3ef3489a290a43ecb38741b942df0b28_6" data-hash="3ef3489a-290a-43ec-b387-41b942df0b28" data-id="3ef3489a-290a-43ec-b387-41b942df0b28" data-idx="6" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:3222px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="6" id="item-action-3ef3489a-290a-43ec-b387-41b942df0b28" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-3ef3489a-290a-43ec-b387-41b942df0b28" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg/v1/fill/w_480,h_480,fp_0.46_0.18,q_30,blur_30,enc_avif,quality_auto/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.webp" type="image/webp"/><img id="3ef3489a-290a-43ec-b387-41b942df0b28" alt="" src="https://static.wixstatic.com/media/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg/v1/fill/w_480,h_480,fp_0.46_0.18,q_30,blur_30,enc_avif,quality_auto/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg/v1/fill/w_960,h_1280,fp_0.46_0.18,q_90,enc_avif,quality_auto/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg 1x, https://static.wixstatic.com/media/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg/v1/fill/w_1045,h_1393,fp_0.46_0.18,q_90,enc_avif,quality_auto/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg 2x, https://static.wixstatic.com/media/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg/v1/fill/w_1045,h_1393,fp_0.46_0.18,q_90,enc_avif,quality_auto/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg 3x, https://static.wixstatic.com/media/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg/v1/fill/w_1045,h_1393,fp_0.46_0.18,q_90,enc_avif,quality_auto/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg 4x, https://static.wixstatic.com/media/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg/v1/fill/w_1045,h_1393,fp_0.46_0.18,q_90,enc_avif,quality_auto/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg 5x" type="image/jpeg"/><img id="3ef3489a-290a-43ec-b387-41b942df0b28" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="6" src="https://static.wixstatic.com/media/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg/v1/fill/w_960,h_1280,fp_0.46_0.18,q_90,enc_avif,quality_auto/d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-6" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:3759px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="87ea9b1f-c122-42bc-a19a-4bb46572b425" class="item-link-wrapper" data-idx="7" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi87ea9b1fc12242bca19a4bb46572b425_7" data-hash="87ea9b1f-c122-42bc-a19a-4bb46572b425" data-id="87ea9b1f-c122-42bc-a19a-4bb46572b425" data-idx="7" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:3759px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="7" id="item-action-87ea9b1f-c122-42bc-a19a-4bb46572b425" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-87ea9b1f-c122-42bc-a19a-4bb46572b425" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg/v1/fill/w_480,h_480,fp_0.47_0.16,q_30,blur_30,enc_avif,quality_auto/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.webp" type="image/webp"/><img id="87ea9b1f-c122-42bc-a19a-4bb46572b425" alt="" src="https://static.wixstatic.com/media/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg/v1/fill/w_480,h_480,fp_0.47_0.16,q_30,blur_30,enc_avif,quality_auto/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg/v1/fill/w_960,h_1280,fp_0.47_0.16,q_90,enc_avif,quality_auto/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg/v1/fill/w_1131,h_1508,fp_0.47_0.16,q_90,enc_avif,quality_auto/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg/v1/fill/w_1131,h_1508,fp_0.47_0.16,q_90,enc_avif,quality_auto/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg/v1/fill/w_1131,h_1508,fp_0.47_0.16,q_90,enc_avif,quality_auto/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg/v1/fill/w_1131,h_1508,fp_0.47_0.16,q_90,enc_avif,quality_auto/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg 5x" type="image/jpeg"/><img id="87ea9b1f-c122-42bc-a19a-4bb46572b425" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="7" src="https://static.wixstatic.com/media/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg/v1/fill/w_960,h_1280,fp_0.47_0.16,q_90,enc_avif,quality_auto/d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-7" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:4296px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="85ee674e-ea81-4977-8214-5d17bece98d2" class="item-link-wrapper" data-idx="8" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi85ee674eea81497782145d17bece98d2_8" data-hash="85ee674e-ea81-4977-8214-5d17bece98d2" data-id="85ee674e-ea81-4977-8214-5d17bece98d2" data-idx="8" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:4296px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="8" id="item-action-85ee674e-ea81-4977-8214-5d17bece98d2" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-85ee674e-ea81-4977-8214-5d17bece98d2" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg/v1/fill/w_480,h_480,fp_0.23_0.14,q_30,blur_30,enc_avif,quality_auto/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.webp" type="image/webp"/><img id="85ee674e-ea81-4977-8214-5d17bece98d2" alt="" src="https://static.wixstatic.com/media/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg/v1/fill/w_480,h_480,fp_0.23_0.14,q_30,blur_30,enc_avif,quality_auto/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg/v1/fill/w_693,h_808,fp_0.23_0.14,q_90,enc_avif,quality_auto/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg/v1/fill/w_693,h_808,fp_0.23_0.14,q_90,enc_avif,quality_auto/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg/v1/fill/w_693,h_808,fp_0.23_0.14,q_90,enc_avif,quality_auto/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg/v1/fill/w_693,h_808,fp_0.23_0.14,q_90,enc_avif,quality_auto/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg/v1/fill/w_693,h_808,fp_0.23_0.14,q_90,enc_avif,quality_auto/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg 5x" type="image/jpeg"/><img id="85ee674e-ea81-4977-8214-5d17bece98d2" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="8" src="https://static.wixstatic.com/media/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg/v1/fill/w_693,h_808,fp_0.23_0.14,q_90,enc_avif,quality_auto/d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-8" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:4833px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="affb4be2-097e-49f4-8a0f-aec6b12b2b33" class="item-link-wrapper" data-idx="9" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgiaffb4be2097e49f48a0faec6b12b2b33_9" data-hash="affb4be2-097e-49f4-8a0f-aec6b12b2b33" data-id="affb4be2-097e-49f4-8a0f-aec6b12b2b33" data-idx="9" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:4833px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="9" id="item-action-affb4be2-097e-49f4-8a0f-aec6b12b2b33" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-affb4be2-097e-49f4-8a0f-aec6b12b2b33" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png/v1/fill/w_579,h_772,fp_0.49_0.12,q_90,enc_avif,quality_auto/9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png/v1/fill/w_583,h_777,fp_0.49_0.12,q_90,enc_avif,quality_auto/9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png/v1/fill/w_583,h_777,fp_0.49_0.12,q_90,enc_avif,quality_auto/9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png/v1/fill/w_583,h_777,fp_0.49_0.12,q_90,enc_avif,quality_auto/9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png/v1/fill/w_583,h_777,fp_0.49_0.12,q_90,enc_avif,quality_auto/9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png 5x" type="image/png"/><img id="affb4be2-097e-49f4-8a0f-aec6b12b2b33" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="9" src="https://static.wixstatic.com/media/9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png/v1/fill/w_579,h_772,fp_0.49_0.12,q_90,enc_avif,quality_auto/9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-9" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:5370px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="a3abc025-6455-4f27-8737-66d925897c32" class="item-link-wrapper" data-idx="10" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgia3abc02564554f27873766d925897c32_10" data-hash="a3abc025-6455-4f27-8737-66d925897c32" data-id="a3abc025-6455-4f27-8737-66d925897c32" data-idx="10" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:5370px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="10" id="item-action-a3abc025-6455-4f27-8737-66d925897c32" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-a3abc025-6455-4f27-8737-66d925897c32" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.35,q_30,blur_30,enc_avif,quality_auto/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.webp" type="image/webp"/><img id="a3abc025-6455-4f27-8737-66d925897c32" alt="" src="https://static.wixstatic.com/media/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.35,q_30,blur_30,enc_avif,quality_auto/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg/v1/fill/w_848,h_1130,fp_0.48_0.35,q_90,enc_avif,quality_auto/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg/v1/fill/w_848,h_1130,fp_0.48_0.35,q_90,enc_avif,quality_auto/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg/v1/fill/w_848,h_1130,fp_0.48_0.35,q_90,enc_avif,quality_auto/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg/v1/fill/w_848,h_1130,fp_0.48_0.35,q_90,enc_avif,quality_auto/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg/v1/fill/w_848,h_1130,fp_0.48_0.35,q_90,enc_avif,quality_auto/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg 5x" type="image/jpeg"/><img id="a3abc025-6455-4f27-8737-66d925897c32" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="10" src="https://static.wixstatic.com/media/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg/v1/fill/w_848,h_1130,fp_0.48_0.35,q_90,enc_avif,quality_auto/d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-10" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:5907px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="50bda07d-4d51-4c19-9562-59cdf0e88603" class="item-link-wrapper" data-idx="11" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi50bda07d4d514c19956259cdf0e88603_11" data-hash="50bda07d-4d51-4c19-9562-59cdf0e88603" data-id="50bda07d-4d51-4c19-9562-59cdf0e88603" data-idx="11" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:5907px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="11" id="item-action-50bda07d-4d51-4c19-9562-59cdf0e88603" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-50bda07d-4d51-4c19-9562-59cdf0e88603" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg/v1/fill/w_480,h_480,fp_0.38_0.46,q_30,blur_30,enc_avif,quality_auto/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.webp" type="image/webp"/><img id="50bda07d-4d51-4c19-9562-59cdf0e88603" alt="" src="https://static.wixstatic.com/media/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg/v1/fill/w_480,h_480,fp_0.38_0.46,q_30,blur_30,enc_avif,quality_auto/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg/v1/fill/w_933,h_1244,fp_0.38_0.46,q_90,enc_avif,quality_auto/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg/v1/fill/w_933,h_1244,fp_0.38_0.46,q_90,enc_avif,quality_auto/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg/v1/fill/w_933,h_1244,fp_0.38_0.46,q_90,enc_avif,quality_auto/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg/v1/fill/w_933,h_1244,fp_0.38_0.46,q_90,enc_avif,quality_auto/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg/v1/fill/w_933,h_1244,fp_0.38_0.46,q_90,enc_avif,quality_auto/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg 5x" type="image/jpeg"/><img id="50bda07d-4d51-4c19-9562-59cdf0e88603" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="11" src="https://static.wixstatic.com/media/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg/v1/fill/w_933,h_1244,fp_0.38_0.46,q_90,enc_avif,quality_auto/9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-11" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:6444px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="12cc7854-4b60-4df8-a9f3-073d64a492a9" class="item-link-wrapper" data-idx="12" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi12cc78544b604df8a9f3073d64a492a9_12" data-hash="12cc7854-4b60-4df8-a9f3-073d64a492a9" data-id="12cc7854-4b60-4df8-a9f3-073d64a492a9" data-idx="12" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:6444px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="12" id="item-action-12cc7854-4b60-4df8-a9f3-073d64a492a9" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-12cc7854-4b60-4df8-a9f3-073d64a492a9" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.31,q_30,blur_30,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.webp" type="image/webp"/><img id="12cc7854-4b60-4df8-a9f3-073d64a492a9" alt="" src="https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.31,q_30,blur_30,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_870,h_1160,fp_0.48_0.31,q_90,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_870,h_1160,fp_0.48_0.31,q_90,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_870,h_1160,fp_0.48_0.31,q_90,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_870,h_1160,fp_0.48_0.31,q_90,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_870,h_1160,fp_0.48_0.31,q_90,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg 5x" type="image/jpeg"/><img id="12cc7854-4b60-4df8-a9f3-073d64a492a9" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="12" src="https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_870,h_1160,fp_0.48_0.31,q_90,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-12" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:6981px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="985f460b-6b7c-4d0f-a6af-4f2ec8526970" class="item-link-wrapper" data-idx="13" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi985f460b6b7c4d0fa6af4f2ec8526970_13" data-hash="985f460b-6b7c-4d0f-a6af-4f2ec8526970" data-id="985f460b-6b7c-4d0f-a6af-4f2ec8526970" data-idx="13" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:6981px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="13" id="item-action-985f460b-6b7c-4d0f-a6af-4f2ec8526970" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-985f460b-6b7c-4d0f-a6af-4f2ec8526970" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_480,h_480,fp_0.46_0.23,q_30,blur_30,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.webp" type="image/webp"/><img id="985f460b-6b7c-4d0f-a6af-4f2ec8526970" alt="" src="https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_480,h_480,fp_0.46_0.23,q_30,blur_30,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_960,h_1280,fp_0.46_0.23,q_90,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_1039,h_1385,fp_0.46_0.23,q_90,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_1039,h_1385,fp_0.46_0.23,q_90,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_1039,h_1385,fp_0.46_0.23,q_90,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_1039,h_1385,fp_0.46_0.23,q_90,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg 5x" type="image/jpeg"/><img id="985f460b-6b7c-4d0f-a6af-4f2ec8526970" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="13" src="https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_960,h_1280,fp_0.46_0.23,q_90,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-13" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:7518px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="85f3436d-ba8a-4584-aa4f-7a85a1f9aefe" class="item-link-wrapper" data-idx="14" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi85f3436dba8a4584aa4f7a85a1f9aefe_14" data-hash="85f3436d-ba8a-4584-aa4f-7a85a1f9aefe" data-id="85f3436d-ba8a-4584-aa4f-7a85a1f9aefe" data-idx="14" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:7518px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="14" id="item-action-85f3436d-ba8a-4584-aa4f-7a85a1f9aefe" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-85f3436d-ba8a-4584-aa4f-7a85a1f9aefe" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_425,h_425,fp_0.61_0.3,q_30,blur_30,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.webp" type="image/webp"/><img id="85f3436d-ba8a-4584-aa4f-7a85a1f9aefe" alt="" src="https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_425,h_425,fp_0.61_0.3,q_30,blur_30,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_500,h_362,fp_0.61_0.3,q_90,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_500,h_362,fp_0.61_0.3,q_90,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_500,h_362,fp_0.61_0.3,q_90,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_500,h_362,fp_0.61_0.3,q_90,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_500,h_362,fp_0.61_0.3,q_90,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg 5x" type="image/jpeg"/><img id="85f3436d-ba8a-4584-aa4f-7a85a1f9aefe" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="14" src="https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_500,h_362,fp_0.61_0.3,q_90,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-14" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:8055px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="9f8153aa-dd7f-4b45-bd0f-d993c2622230" class="item-link-wrapper" data-idx="15" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi9f8153aadd7f4b45bd0fd993c2622230_15" data-hash="9f8153aa-dd7f-4b45-bd0f-d993c2622230" data-id="9f8153aa-dd7f-4b45-bd0f-d993c2622230" data-idx="15" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:8055px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="15" id="item-action-9f8153aa-dd7f-4b45-bd0f-d993c2622230" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-9f8153aa-dd7f-4b45-bd0f-d993c2622230" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_480,h_480,fp_0.49_0.25,q_30,blur_30,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.webp" type="image/webp"/><img id="9f8153aa-dd7f-4b45-bd0f-d993c2622230" alt="" src="https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_480,h_480,fp_0.49_0.25,q_30,blur_30,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_651,h_868,fp_0.49_0.25,q_90,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_690,h_920,fp_0.49_0.25,q_90,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_690,h_920,fp_0.49_0.25,q_90,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_690,h_920,fp_0.49_0.25,q_90,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_690,h_920,fp_0.49_0.25,q_90,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg 5x" type="image/jpeg"/><img id="9f8153aa-dd7f-4b45-bd0f-d993c2622230" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="15" src="https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_651,h_868,fp_0.49_0.25,q_90,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-15" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:8592px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="04c02143-faa7-47f2-9890-2f0a1fd972a6" class="item-link-wrapper" data-idx="16" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi04c02143faa747f298902f0a1fd972a6_16" data-hash="04c02143-faa7-47f2-9890-2f0a1fd972a6" data-id="04c02143-faa7-47f2-9890-2f0a1fd972a6" data-idx="16" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:8592px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="16" id="item-action-04c02143-faa7-47f2-9890-2f0a1fd972a6" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-04c02143-faa7-47f2-9890-2f0a1fd972a6" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png/v1/fill/w_579,h_772,fp_0.45_0.27,q_90,enc_avif,quality_auto/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png/v1/fill/w_583,h_777,fp_0.45_0.27,q_90,enc_avif,quality_auto/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png/v1/fill/w_583,h_777,fp_0.45_0.27,q_90,enc_avif,quality_auto/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png/v1/fill/w_583,h_777,fp_0.45_0.27,q_90,enc_avif,quality_auto/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png/v1/fill/w_583,h_777,fp_0.45_0.27,q_90,enc_avif,quality_auto/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png 5x" type="image/png"/><img id="04c02143-faa7-47f2-9890-2f0a1fd972a6" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="16" src="https://static.wixstatic.com/media/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png/v1/fill/w_579,h_772,fp_0.45_0.27,q_90,enc_avif,quality_auto/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-16" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:9129px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="a2c23a21-8499-41d9-bd19-03e7492bfa63" class="item-link-wrapper" data-idx="17" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgia2c23a21849941d9bd1903e7492bfa63_17" data-hash="a2c23a21-8499-41d9-bd19-03e7492bfa63" data-id="a2c23a21-8499-41d9-bd19-03e7492bfa63" data-idx="17" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:9129px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="17" id="item-action-a2c23a21-8499-41d9-bd19-03e7492bfa63" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-a2c23a21-8499-41d9-bd19-03e7492bfa63" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_480,h_480,fp_0.45_0.18,q_30,blur_30,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.webp" type="image/webp"/><img id="a2c23a21-8499-41d9-bd19-03e7492bfa63" alt="" src="https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_480,h_480,fp_0.45_0.18,q_30,blur_30,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_732,h_803,fp_0.45_0.18,q_90,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_732,h_803,fp_0.45_0.18,q_90,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_732,h_803,fp_0.45_0.18,q_90,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_732,h_803,fp_0.45_0.18,q_90,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_732,h_803,fp_0.45_0.18,q_90,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg 5x" type="image/jpeg"/><img id="a2c23a21-8499-41d9-bd19-03e7492bfa63" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="17" src="https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_732,h_803,fp_0.45_0.18,q_90,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-17" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:9666px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="49d510ba-6937-4791-bbcd-c679d8459181" class="item-link-wrapper" data-idx="18" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi49d510ba69374791bbcdc679d8459181_18" data-hash="49d510ba-6937-4791-bbcd-c679d8459181" data-id="49d510ba-6937-4791-bbcd-c679d8459181" data-idx="18" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:9666px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="18" id="item-action-49d510ba-6937-4791-bbcd-c679d8459181" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-49d510ba-6937-4791-bbcd-c679d8459181" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png/v1/fill/w_579,h_772,fp_0.48_0.14,q_90,enc_avif,quality_auto/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png/v1/fill/w_583,h_777,fp_0.48_0.14,q_90,enc_avif,quality_auto/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png/v1/fill/w_583,h_777,fp_0.48_0.14,q_90,enc_avif,quality_auto/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png/v1/fill/w_583,h_777,fp_0.48_0.14,q_90,enc_avif,quality_auto/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png/v1/fill/w_583,h_777,fp_0.48_0.14,q_90,enc_avif,quality_auto/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png 5x" type="image/png"/><img id="49d510ba-6937-4791-bbcd-c679d8459181" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="18" src="https://static.wixstatic.com/media/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png/v1/fill/w_579,h_772,fp_0.48_0.14,q_90,enc_avif,quality_auto/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-18" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:10203px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="e26e3458-fe73-454f-9d5a-54e03fa9292d" class="item-link-wrapper" data-idx="19" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgie26e3458fe73454f9d5a54e03fa9292d_19" data-hash="e26e3458-fe73-454f-9d5a-54e03fa9292d" data-id="e26e3458-fe73-454f-9d5a-54e03fa9292d" data-idx="19" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:10203px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="19" id="item-action-e26e3458-fe73-454f-9d5a-54e03fa9292d" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-e26e3458-fe73-454f-9d5a-54e03fa9292d" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_480,h_480,fp_0.26_0.39,q_30,blur_30,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.webp" type="image/webp"/><img id="e26e3458-fe73-454f-9d5a-54e03fa9292d" alt="" src="https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_480,h_480,fp_0.26_0.39,q_30,blur_30,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_960,h_1280,fp_0.26_0.39,q_90,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_1786,h_2381,fp_0.26_0.39,q_90,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_1786,h_2381,fp_0.26_0.39,q_90,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_1786,h_2381,fp_0.26_0.39,q_90,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_1786,h_2381,fp_0.26_0.39,q_90,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg 5x" type="image/jpeg"/><img id="e26e3458-fe73-454f-9d5a-54e03fa9292d" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="19" src="https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_960,h_1280,fp_0.26_0.39,q_90,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-19" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:10740px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="a88181bb-84a2-4a10-9934-ad0bfb76bcb2" class="item-link-wrapper" data-idx="20" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgia88181bb84a24a109934ad0bfb76bcb2_20" data-hash="a88181bb-84a2-4a10-9934-ad0bfb76bcb2" data-id="a88181bb-84a2-4a10-9934-ad0bfb76bcb2" data-idx="20" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:10740px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="20" id="item-action-a88181bb-84a2-4a10-9934-ad0bfb76bcb2" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-a88181bb-84a2-4a10-9934-ad0bfb76bcb2" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.12,q_30,blur_30,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.webp" type="image/webp"/><img id="a88181bb-84a2-4a10-9934-ad0bfb76bcb2" alt="" src="https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.12,q_30,blur_30,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_960,h_1280,fp_0.48_0.12,q_90,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_1391,h_1854,fp_0.48_0.12,q_90,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_1391,h_1854,fp_0.48_0.12,q_90,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_1391,h_1854,fp_0.48_0.12,q_90,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_1391,h_1854,fp_0.48_0.12,q_90,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg 5x" type="image/jpeg"/><img id="a88181bb-84a2-4a10-9934-ad0bfb76bcb2" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="20" src="https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_960,h_1280,fp_0.48_0.12,q_90,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-20" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:11277px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="abba19d9-ef4b-4504-855d-f0b7356dca66" class="item-link-wrapper" data-idx="21" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgiabba19d9ef4b4504855df0b7356dca66_21" data-hash="abba19d9-ef4b-4504-855d-f0b7356dca66" data-id="abba19d9-ef4b-4504-855d-f0b7356dca66" data-idx="21" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:11277px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="21" id="item-action-abba19d9-ef4b-4504-855d-f0b7356dca66" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-abba19d9-ef4b-4504-855d-f0b7356dca66" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_480,h_480,fp_0.58_0.26,q_30,blur_30,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.webp" type="image/webp"/><img id="abba19d9-ef4b-4504-855d-f0b7356dca66" alt="" src="https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_480,h_480,fp_0.58_0.26,q_30,blur_30,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_960,h_1280,fp_0.58_0.26,q_90,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_1299,h_1732,fp_0.58_0.26,q_90,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_1299,h_1732,fp_0.58_0.26,q_90,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_1299,h_1732,fp_0.58_0.26,q_90,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_1299,h_1732,fp_0.58_0.26,q_90,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg 5x" type="image/jpeg"/><img id="abba19d9-ef4b-4504-855d-f0b7356dca66" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="21" src="https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_960,h_1280,fp_0.58_0.26,q_90,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-21" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:11814px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="ccce1ce0-a649-48ac-927c-592fd31e0495" class="item-link-wrapper" data-idx="22" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgiccce1ce0a64948ac927c592fd31e0495_22" data-hash="ccce1ce0-a649-48ac-927c-592fd31e0495" data-id="ccce1ce0-a649-48ac-927c-592fd31e0495" data-idx="22" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:11814px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="22" id="item-action-ccce1ce0-a649-48ac-927c-592fd31e0495" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-ccce1ce0-a649-48ac-927c-592fd31e0495" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png/v1/fill/w_692,h_922,fp_0.51_0.2,q_90,enc_avif,quality_auto/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png/v1/fill/w_692,h_922,fp_0.51_0.2,q_90,enc_avif,quality_auto/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png/v1/fill/w_692,h_922,fp_0.51_0.2,q_90,enc_avif,quality_auto/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png/v1/fill/w_692,h_922,fp_0.51_0.2,q_90,enc_avif,quality_auto/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png/v1/fill/w_692,h_922,fp_0.51_0.2,q_90,enc_avif,quality_auto/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png 5x" type="image/png"/><img id="ccce1ce0-a649-48ac-927c-592fd31e0495" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="22" src="https://static.wixstatic.com/media/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png/v1/fill/w_692,h_922,fp_0.51_0.2,q_90,enc_avif,quality_auto/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-22" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:12351px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="6c261fd5-98df-44df-a451-5c62e138c8a6" class="item-link-wrapper" data-idx="23" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi6c261fd598df44dfa4515c62e138c8a6_23" data-hash="6c261fd5-98df-44df-a451-5c62e138c8a6" data-id="6c261fd5-98df-44df-a451-5c62e138c8a6" data-idx="23" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:12351px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="23" id="item-action-6c261fd5-98df-44df-a451-5c62e138c8a6" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-6c261fd5-98df-44df-a451-5c62e138c8a6" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_30,blur_30,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.webp" type="image/webp"/><img id="6c261fd5-98df-44df-a451-5c62e138c8a6" alt="" src="https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_30,blur_30,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_90,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg 1x, https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_90,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg 2x, https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_90,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg 3x, https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_90,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg 4x, https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_90,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg 5x" type="image/jpeg"/><img id="6c261fd5-98df-44df-a451-5c62e138c8a6" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="23" src="https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_90,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-23" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:12888px;--group-width:537px;--group-right:auto" aria-hidden="false"><div data-id="28e21dac-514b-4e76-bda0-00e847bd2090" class="item-link-wrapper" data-idx="24" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi28e21dac514b4e76bda000e847bd2090_24" data-hash="28e21dac-514b-4e76-bda0-00e847bd2090" data-id="28e21dac-514b-4e76-bda0-00e847bd2090" data-idx="24" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:12888px;right:auto;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="24" id="item-action-28e21dac-514b-4e76-bda0-00e847bd2090" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-28e21dac-514b-4e76-bda0-00e847bd2090" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_480,h_480,fp_0.62_0.26,q_30,blur_30,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.webp" type="image/webp"/><img id="28e21dac-514b-4e76-bda0-00e847bd2090" alt="" src="https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_480,h_480,fp_0.62_0.26,q_30,blur_30,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_709,h_863,fp_0.62_0.26,q_90,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_709,h_863,fp_0.62_0.26,q_90,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_709,h_863,fp_0.62_0.26,q_90,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_709,h_863,fp_0.62_0.26,q_90,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_709,h_863,fp_0.62_0.26,q_90,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg 5x" type="image/jpeg"/><img id="28e21dac-514b-4e76-bda0-00e847bd2090" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="24" src="https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_709,h_863,fp_0.62_0.26,q_90,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-24" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><div data-key="items-styles" style="display:none"><style>#pro-gallery-comp-mkvsfdbi .gallery-item-container { opacity: 0 }
#pro-gallery-comp-mkvsfdbi .gallery-item-hover::before { background: linear-gradient(180deg,rgba(33,31,36,0),rgba(0,0,0,0.4)) !important}</style></div></div></div><div id="layout-fixer-comp-mkvsfdbitrue" style="display:none"><link href="" rel="stylesheet" id="layout-fixer-style-comp-mkvsfdbi"/><script>try {
window.requestAnimationFrame(function() {
setTimeout(() => {
var ele = document.getElementById('pro-gallery-comp-mkvsfdbi');
var pgMeasures = ele.getBoundingClientRect();
var options = (() => "layoutParams_cropRatio:0.75|layoutParams_structure_galleryRatio_value:0|layoutParams_repeatingGroupTypes:|layoutParams_gallerySpacing:0|groupTypes:1|numberOfImagesPerRow:4|collageAmount:0.8|textsVerticalPadding:0|textsHorizontalPadding:0|calculateTextBoxHeightMode:MANUAL|targetItemSize:50|cubeRatio:0.75|externalInfoHeight:0|externalInfoWidth:0|isRTL:false|isVertical:false|minItemSize:120|groupSize:1|chooseBestGroup:true|cubeImages:true|cubeType:fill|smartCrop:false|collageDensity:1|imageMargin:12|hasThumbnails:false|galleryThumbnailsAlignment:bottom|gridStyle:1|titlePlacement:SHOW_ON_HOVER|arrowsSize:33|slideshowInfoSize:120|imageInfoType:NO_BACKGROUND|textBoxHeight:0|scrollDirection:1|galleryLayout:4|gallerySizeType:smart|gallerySize:50|cropOnlyFill:true|numberOfImagesPerCol:1|groupsPerStrip:0|scatter:0|enableInfiniteScroll:true|thumbnailSpacings:5|arrowsPosition:0|thumbnailSize:120|calculateTextBoxWidthMode:PERCENT|textBoxWidthPercent:50|useMaxDimensions:false|rotatingGroupTypes:|fixedColumns:0|rotatingCropRatios:|gallerySizePx:0|placeGroupsLtr:false")(ele);
var width = pgMeasures.width;
var height = pgMeasures.height;
var isIOS = /iPad|iPhone|iPod/.test(navigator?.userAgent);
if(isIOS) {
width = width;
width = width;
height = height;
height = height;
} else {
width = width;
width = width;
height = height;
height = height;
}
pgMeasures = { top: pgMeasures.top, width, height };
var isVertical = options.includes('layoutParams_structure_scrollDirection:"VERTICAL"');
var layoutFixerUrl = '/_serverless/pro-gallery-css-v4-server/layoutCss?ver=2&id=comp-mkvsfdbi&items=3651_3648_5172|3267_2800_1867|3463_1200_675|3710_750_422|3394_885_500|3508_1068_530|3771_1080_1350|3733_1600_1067|3674_918_612|3502_579_785|3560_1200_800|3555_1078_1078|3528_1080_935|3536_1200_1200|3558_500_362|3364_651_977|3621_579_785|3602_1024_576|3395_579_785|3477_1663_2560&container=' + pgMeasures.top + '_' + pgMeasures.width + '_' + pgMeasures.height + '_' + window.innerHeight + '&options=' + options;
document.getElementById('layout-fixer-style-comp-mkvsfdbi').setAttribute('href', encodeURI(layoutFixerUrl));
}, 0);
});
} catch (e) {
console.warn('Cannot set layoutFixer css', e);
}</script></div></div></div></div></div><!--/$--><!--$--><div id="comp-mkwikpyx" role="" class="PiVxGu MDrwHQ comp-mkwikpyx-container comp-mkwikpyx wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div></div><!--/$--><!--$--><div id="comp-mkwin2dh" role="" class="PiVxGu MDrwHQ comp-mkwin2dh-container comp-mkwin2dh wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div></div><!--/$--></div></div><!--/$--><!--$--><div id="comp-mm4re0ia" role="" class="PiVxGu MDrwHQ comp-mm4re0ia wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4re0ia-container"><!--$--><div id="comp-mkwisj6y" class="comp-mkwisj6y"><div class="comp-mkwisj6y"><style>.comp-mkwisj6y {
--wix-color-1: 255,255,255;
--wix-color-2: 240,240,240;
--wix-color-3: 194,194,194;
--wix-color-4: 110,110,110;
--wix-color-5: 33,31,36;
--wix-color-6: 87,96,82;
--wix-color-7: 119,130,113;
--wix-color-8: 210,228,199;
--wix-color-9: 229,229,229;
--wix-color-10: 237,226,188;
--wix-color-11: 137,149,131;
--wix-color-12: 142,128,117;
--wix-color-13: 143,175,138;
--wix-color-14: 126,207,128;
--wix-color-15: 10,10,10;
--wix-color-16: 213,211,211;
--wix-color-17: 15,42,34;
--wix-color-18: 160,121,112;
--wix-color-19: 237,226,215;
--wix-color-20: 99,60,43;
--wix-color-21: 255,233,223;
--wix-color-22: 255,191,161;
--wix-color-23: 228,79,250;
--wix-color-24: 234,96,32;
--wix-color-25: 201,64,1;
--wix-color-26: 255,255,255;
--wix-color-27: 33,31,36;
--wix-color-28: 240,240,240;
--wix-color-29: 194,194,194;
--wix-color-30: 110,110,110;
--wix-color-31: 210,228,199;
--wix-color-32: 210,228,199;
--wix-color-33: 210,228,199;
--wix-color-34: 210,228,199;
--wix-color-35: 33,31,36;
--wix-color-36: 110,110,110;
--wix-color-37: 33,31,36;
--wix-color-38: 210,228,199;
--wix-color-39: 210,228,199;
--wix-color-40: 255,255,255;
--wix-color-41: 210,228,199;
--wix-color-42: 210,228,199;
--wix-color-43: 255,255,255;
--wix-color-44: 194,194,194;
--wix-color-45: 194,194,194;
--wix-color-46: 255,255,255;
--wix-color-47: 255,255,255;
--wix-color-48: 210,228,199;
--wix-color-49: 210,228,199;
--wix-color-50: 255,255,255;
--wix-color-51: 210,228,199;
--wix-color-52: 210,228,199;
--wix-color-53: 255,255,255;
--wix-color-54: 194,194,194;
--wix-color-55: 194,194,194;
--wix-font-Title: normal normal 700 72px/1.2em dm-sans,sans-serif;
--wix-font-Title-style: normal;
--wix-font-Title-variant: normal;
--wix-font-Title-weight: 700;
--wix-font-Title-size: 72px;
--wix-font-Title-line-height: 1.2em;
--wix-font-Title-family: dm-sans,sans-serif;
--wix-font-Title-text-decoration: none;
--wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light,sans-serif;
--wix-font-Menu-style: normal;
--wix-font-Menu-variant: normal;
--wix-font-Menu-weight: normal;
--wix-font-Menu-size: 16px;
--wix-font-Menu-line-height: 1.4em;
--wix-font-Menu-family: din-next-w01-light,sans-serif;
--wix-font-Menu-text-decoration: none;
--wix-font-Page-title: normal normal bold 33px/1.3em dm-sans,sans-serif;
--wix-font-Page-title-style: normal;
--wix-font-Page-title-variant: normal;
--wix-font-Page-title-weight: bold;
--wix-font-Page-title-size: 33px;
--wix-font-Page-title-line-height: 1.3em;
--wix-font-Page-title-family: dm-sans,sans-serif;
--wix-font-Page-title-text-decoration: none;
--wix-font-Heading-XL: normal normal normal 22px/1.3em dm-sans,sans-serif;
--wix-font-Heading-XL-style: normal;
--wix-font-Heading-XL-variant: normal;
--wix-font-Heading-XL-weight: normal;
--wix-font-Heading-XL-size: 22px;
--wix-font-Heading-XL-line-height: 1.3em;
--wix-font-Heading-XL-family: dm-sans,sans-serif;
--wix-font-Heading-XL-text-decoration: none;
--wix-font-Heading-L: normal normal normal 34px/1.3em dm-sans,sans-serif;
--wix-font-Heading-L-style: normal;
--wix-font-Heading-L-variant: normal;
--wix-font-Heading-L-weight: normal;
--wix-font-Heading-L-size: 34px;
--wix-font-Heading-L-line-height: 1.3em;
--wix-font-Heading-L-family: dm-sans,sans-serif;
--wix-font-Heading-L-text-decoration: none;
--wix-font-Heading-M: normal normal normal 28px/1.3em dm-sans,sans-serif;
--wix-font-Heading-M-style: normal;
--wix-font-Heading-M-variant: normal;
--wix-font-Heading-M-weight: normal;
--wix-font-Heading-M-size: 28px;
--wix-font-Heading-M-line-height: 1.3em;
--wix-font-Heading-M-family: dm-sans,sans-serif;
--wix-font-Heading-M-text-decoration: none;
--wix-font-Heading-S: normal normal normal 22px/1.4em dm-sans,sans-serif;
--wix-font-Heading-S-style: normal;
--wix-font-Heading-S-variant: normal;
--wix-font-Heading-S-weight: normal;
--wix-font-Heading-S-size: 22px;
--wix-font-Heading-S-line-height: 1.4em;
--wix-font-Heading-S-family: dm-sans,sans-serif;
--wix-font-Heading-S-text-decoration: none;
--wix-font-Body-L: normal normal 400 20px/1.6em inter,sans-serif;
--wix-font-Body-L-style: normal;
--wix-font-Body-L-variant: normal;
--wix-font-Body-L-weight: 400;
--wix-font-Body-L-size: 20px;
--wix-font-Body-L-line-height: 1.6em;
--wix-font-Body-L-family: inter,sans-serif;
--wix-font-Body-L-text-decoration: none;
--wix-font-Body-M: normal normal 400 18px/1.6em inter,sans-serif;
--wix-font-Body-M-style: normal;
--wix-font-Body-M-variant: normal;
--wix-font-Body-M-weight: 400;
--wix-font-Body-M-size: 18px;
--wix-font-Body-M-line-height: 1.6em;
--wix-font-Body-M-family: inter,sans-serif;
--wix-font-Body-M-text-decoration: none;
--wix-font-Body-S: normal normal normal 16px/1.6em dm-sans,sans-serif;
--wix-font-Body-S-style: normal;
--wix-font-Body-S-variant: normal;
--wix-font-Body-S-weight: normal;
--wix-font-Body-S-size: 16px;
--wix-font-Body-S-line-height: 1.6em;
--wix-font-Body-S-family: dm-sans,sans-serif;
--wix-font-Body-S-text-decoration: none;
--wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light,sans-serif;
--wix-font-Body-XS-style: normal;
--wix-font-Body-XS-variant: normal;
--wix-font-Body-XS-weight: normal;
--wix-font-Body-XS-size: 12px;
--wix-font-Body-XS-line-height: 1.4em;
--wix-font-Body-XS-family: din-next-w01-light,sans-serif;
--wix-font-Body-XS-text-decoration: none;
--wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
--wix-font-LIGHT-style: normal;
--wix-font-LIGHT-variant: normal;
--wix-font-LIGHT-weight: normal;
--wix-font-LIGHT-size: 12px;
--wix-font-LIGHT-line-height: 1.4em;
--wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
--wix-font-LIGHT-text-decoration: none;
--wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
--wix-font-MEDIUM-style: normal;
--wix-font-MEDIUM-variant: normal;
--wix-font-MEDIUM-weight: normal;
--wix-font-MEDIUM-size: 12px;
--wix-font-MEDIUM-line-height: 1.4em;
--wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
--wix-font-MEDIUM-text-decoration: none;
--wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
--wix-font-STRONG-style: normal;
--wix-font-STRONG-variant: normal;
--wix-font-STRONG-weight: normal;
--wix-font-STRONG-size: 12px;
--wix-font-STRONG-line-height: 1.4em;
--wix-font-STRONG-family: HelveticaNeueW01-65Medi;
--wix-font-STRONG-text-decoration: none;
--wix-direction: ltr;
--m_overlayType: 0;
--overlaySizePercent: 55;
--newItemsDetails: 1;
--galleryImageRatio: 3;
--hoveringBehaviour: 1;
--titlePlacementHorizontallyCompatible: 1;
--textsVerticalPadding: 0;
--overlayGradientDegrees: 180;
--gallerySliderImageRatio: 3;
--slideshowInfoSize: 120;
--slideTransition: 0;
--gridStyle: 1;
--previewHover: 0;
--arrowsSize: 33;
--itemBorderRadius: 15;
--overlayPadding: 0;
--arrowsType: 0;
--overlaySizeType: 0;
--imageLoadingWithColorMode: 1;
--customButtonBorderRadius: 0;
--isVertical: 1;
--titleDescriptionSpace: 2;
--gallerySize: 50;
--te-padding-slider: 50;
--m_designedPresetId: -1;
--newItemsLocation: 0;
--scrollDirection: 0;
--m_imageMargin: 10;
--overlayAnimation: 1;
--isRTL: 1;
--collageDensity: 100;
--calculateTextBoxHeightMode: 0;
--slideshowLoop: 1;
--m_arrowsSize: 40;
--externalCustomButtonBorderWidth: 1;
--isAutoSlideshow: 1;
--loveCounter: 1;
--galleryLayout: 4;
--titlePlacement: 1;
--m_galleryLayout: 4;
--scrollAnimation: 3;
--numberOfImagesPerRow: 4;
--fixedGalleryRatio: 0;
--imageLoadingMode: 0;
--galleryVerticalAlign: 0;
--numberOfDisplayedItems: 4;
--autoSlideshowContinuousSpeed: 70;
--imageHoverAnimation: 1;
--imageQuality: 90;
--arrowsVerticalPosition: 1;
--galleryHorizontalAlign: 0;
--thumbnailSpacings: 10;
--imageRatioType: 0;
--imageResize: 0;
--designedPresetId: -1;
--autoSlideshowType: 1;
--arrowsPosition: 0;
--imageMargin: 12;
--overlayType: 1;
--allowFixedGalleryRatio: 0;
--showArrows: 0;
--arrowsContainerType: 2;
--arrowsContainerBorderRadius: 50;
--textBoxHeight: 120;
--scrollDuration: 1;
--textFont: normal normal 400 20px/1.4em inter,sans-serif;
--m_itemIconColorSlideshow: 0,0,0;
--m_itemIconColorSlideshow-rgb: 0,0,0;
--m_itemIconColorSlideshow-opacity: 1;
--m_itemDescriptionFontColor: 255,255,255;
--m_itemDescriptionFontColor-rgb: 255,255,255;
--m_itemDescriptionFontColor-opacity: 1;
--m_itemBorderColor: 0,0,0;
--m_itemBorderColor-rgb: 0,0,0;
--m_itemBorderColor-opacity: 1;
--itemIconColor: 255,255,255;
--itemIconColor-rgb: 255,255,255;
--itemIconColor-opacity: 1;
--titleColorExpand: 0,0,0;
--titleColorExpand-rgb: 0,0,0;
--titleColorExpand-opacity: 1;
--loadMoreButtonFontColor: 0,0,0;
--loadMoreButtonFontColor-rgb: 0,0,0;
--loadMoreButtonFontColor-opacity: 1;
--itemDescriptionFontColor: 255,255,255;
--itemDescriptionFontColor-rgb: 255,255,255;
--itemDescriptionFontColor-opacity: 1;
--m_customButtonFontColor: 255,255,255;
--m_customButtonFontColor-rgb: 255,255,255;
--m_customButtonFontColor-opacity: 1;
--m_overlayGradientColor1: 0,0,0,0.01;
--m_overlayGradientColor1-rgb: 0,0,0;
--m_overlayGradientColor1-opacity: 0.01;
--m_arrowsColor: 0,0,0;
--m_arrowsColor-rgb: 0,0,0;
--m_arrowsColor-opacity: 1;
--arrowsContainerBackgroundColor: 210,228,199,0.56;
--arrowsContainerBackgroundColor-rgb: 210,228,199;
--arrowsContainerBackgroundColor-opacity: 0.56;
--m_externalCustomButtonColor: 26,106,255;
--m_externalCustomButtonColor-rgb: 26,106,255;
--m_externalCustomButtonColor-opacity: 1;
--customButtonBorderColor: 255,255,255;
--customButtonBorderColor-rgb: 255,255,255;
--customButtonBorderColor-opacity: 1;
--m_customButtonFontColorForHover: 0,0,0;
--m_customButtonFontColorForHover-rgb: 0,0,0;
--m_customButtonFontColorForHover-opacity: 1;
--m_itemOpacity: 0,0,0,0.3;
--m_itemOpacity-rgb: 0,0,0;
--m_itemOpacity-opacity: 0.3;
--textBoxFillColor: 238,238,238;
--textBoxFillColor-rgb: 238,238,238;
--textBoxFillColor-opacity: 1;
--backgroundGradientColor2: 26,106,255;
--backgroundGradientColor2-rgb: 26,106,255;
--backgroundGradientColor2-opacity: 1;
--itemOpacity: 0,0,0,0.1;
--itemOpacity-rgb: 0,0,0;
--itemOpacity-opacity: 0.1;
--loadMoreButtonColor: 255,255,255;
--loadMoreButtonColor-rgb: 255,255,255;
--loadMoreButtonColor-opacity: 1;
--m_itemFontColor: 255,255,255;
--m_itemFontColor-rgb: 255,255,255;
--m_itemFontColor-opacity: 1;
--m_arrowsContainerBackgroundColor: 255,255,255;
--m_arrowsContainerBackgroundColor-rgb: 255,255,255;
--m_arrowsContainerBackgroundColor-opacity: 1;
--loadMoreButtonBorderColor: 0,0,0;
--loadMoreButtonBorderColor-rgb: 0,0,0;
--loadMoreButtonBorderColor-opacity: 1;
--m_itemShadowOpacityAndColor: 0,0,0;
--m_itemShadowOpacityAndColor-rgb: 0,0,0;
--m_itemShadowOpacityAndColor-opacity: 1;
--customButtonFontColor: 255,255,255;
--customButtonFontColor-rgb: 255,255,255;
--customButtonFontColor-opacity: 1;
--imageLoadingColor: 126,207,128;
--imageLoadingColor-rgb: 126,207,128;
--imageLoadingColor-opacity: 1;
--m_itemFontColorSlideshow: 0,0,0;
--m_itemFontColorSlideshow-rgb: 0,0,0;
--m_itemFontColorSlideshow-opacity: 1;
--externalCustomButtonBorderColor: 0,0,0;
--externalCustomButtonBorderColor-rgb: 0,0,0;
--externalCustomButtonBorderColor-opacity: 1;
--itemShadowOpacityAndColor: 0,0,0;
--itemShadowOpacityAndColor-rgb: 0,0,0;
--itemShadowOpacityAndColor-opacity: 1;
--externalCustomButtonColor: 26,106,255;
--externalCustomButtonColor-rgb: 26,106,255;
--externalCustomButtonColor-opacity: 1;
--itemFontColorSlideshow: 0,0,0;
--itemFontColorSlideshow-rgb: 0,0,0;
--itemFontColorSlideshow-opacity: 1;
--itemFontColor: 255,255,255;
--itemFontColor-rgb: 255,255,255;
--itemFontColor-opacity: 1;
--m_oneColorAnimationColor: 255,255,255;
--m_oneColorAnimationColor-rgb: 255,255,255;
--m_oneColorAnimationColor-opacity: 1;
--arrowsColor: 0,0,0;
--arrowsColor-rgb: 0,0,0;
--arrowsColor-opacity: 1;
--m_itemIconColor: 255,255,255;
--m_itemIconColor-rgb: 255,255,255;
--m_itemIconColor-opacity: 1;
--itemBorderColor: 0,0,0;
--itemBorderColor-rgb: 0,0,0;
--itemBorderColor-opacity: 1;
--m_loadMoreButtonBorderColor: 0,0,0;
--m_loadMoreButtonBorderColor-rgb: 0,0,0;
--m_loadMoreButtonBorderColor-opacity: 1;
--m_loadMoreButtonColor: 255,255,255;
--m_loadMoreButtonColor-rgb: 255,255,255;
--m_loadMoreButtonColor-opacity: 1;
--backgroundGradientColor1: 255,255,255;
--backgroundGradientColor1-rgb: 255,255,255;
--backgroundGradientColor1-opacity: 1;
--m_customButtonBorderColor: 255,255,255;
--m_customButtonBorderColor-rgb: 255,255,255;
--m_customButtonBorderColor-opacity: 1;
--itemIconColorSlideshow: 0,0,0;
--itemIconColorSlideshow-rgb: 0,0,0;
--itemIconColorSlideshow-opacity: 1;
--foreColor: 238,238,238;
--foreColor-rgb: 238,238,238;
--foreColor-opacity: 1;
--m_itemDescriptionFontColorSlideshow: 0,0,0;
--m_itemDescriptionFontColorSlideshow-rgb: 0,0,0;
--m_itemDescriptionFontColorSlideshow-opacity: 1;
--bgColorExpand: 255,255,255;
--bgColorExpand-rgb: 255,255,255;
--bgColorExpand-opacity: 1;
--textBoxBorderColor: 0,0,0;
--textBoxBorderColor-rgb: 0,0,0;
--textBoxBorderColor-opacity: 1;
--customButtonFontColorForHover: 0,0,0;
--customButtonFontColorForHover-rgb: 0,0,0;
--customButtonFontColorForHover-opacity: 1;
--m_loadMoreButtonFontColor: 0,0,0;
--m_loadMoreButtonFontColor-rgb: 0,0,0;
--m_loadMoreButtonFontColor-opacity: 1;
--customButtonColor: 255,255,255;
--customButtonColor-rgb: 255,255,255;
--customButtonColor-opacity: 1;
--descriptionColorExpand: 0,0,0;
--descriptionColorExpand-rgb: 0,0,0;
--descriptionColorExpand-opacity: 1;
--actionsColorExpand: 0,0,0;
--actionsColorExpand-rgb: 0,0,0;
--actionsColorExpand-opacity: 1;
--oneColorAnimationColor: 255,255,255;
--oneColorAnimationColor-rgb: 255,255,255;
--oneColorAnimationColor-opacity: 1;
--backColor: 238,238,238;
--backColor-rgb: 238,238,238;
--backColor-opacity: 1;
--itemDescriptionFontColorSlideshow: 0,0,0;
--itemDescriptionFontColorSlideshow-rgb: 0,0,0;
--itemDescriptionFontColorSlideshow-opacity: 1;
--m_externalCustomButtonBorderColor: 0,0,0;
--m_externalCustomButtonBorderColor-rgb: 0,0,0;
--m_externalCustomButtonBorderColor-opacity: 1;
--te-background-color-picker: 149,185,255;
--te-background-color-picker-rgb: 149,185,255;
--te-background-color-picker-opacity: 1;
--m_customButtonColor: 255,255,255;
--m_customButtonColor-rgb: 255,255,255;
--m_customButtonColor-opacity: 1;
--overlayGradientColor2: 0,0,0,0.4;
--overlayGradientColor2-rgb: 0,0,0;
--overlayGradientColor2-opacity: 0.4;
--m_overlayGradientColor2: 0,0,0,0.3;
--m_overlayGradientColor2-rgb: 0,0,0;
--m_overlayGradientColor2-opacity: 0.3;
--overlayGradientColor1: 33,31,36,0;
--overlayGradientColor1-rgb: 33,31,36;
--overlayGradientColor1-opacity: 0;
--backgroundColor: 194,194,194;
--backgroundColor-rgb: 194,194,194;
--backgroundColor-opacity: 1;
--textColor: 33,31,36;
--textColor-rgb: 33,31,36;
--textColor-opacity: 1;
--m_customButtonFontForHover: normal normal normal 15px/18px proxima-n-w01-reg,sans-serif;
--m_customButtonFontForHover-style: normal;
--m_customButtonFontForHover-variant: normal;
--m_customButtonFontForHover-weight: normal;
--m_customButtonFontForHover-size: 15px;
--m_customButtonFontForHover-line-height: 18px;
--m_customButtonFontForHover-family: proxima-n-w01-reg,sans-serif;
--m_customButtonFontForHover-text-decoration: none;
--m_customButtonFont: normal normal normal 15px/18px proxima-n-w01-reg,sans-serif;
--m_customButtonFont-style: normal;
--m_customButtonFont-variant: normal;
--m_customButtonFont-weight: normal;
--m_customButtonFont-size: 15px;
--m_customButtonFont-line-height: 18px;
--m_customButtonFont-family: proxima-n-w01-reg,sans-serif;
--m_customButtonFont-text-decoration: none;
--m_itemFont: normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;
--m_itemFont-style: normal;
--m_itemFont-variant: normal;
--m_itemFont-weight: normal;
--m_itemFont-size: 22px;
--m_itemFont-line-height: 27px;
--m_itemFont-family: wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;
--m_itemFont-text-decoration: none;
--m_itemFontSlideshow: normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;
--m_itemFontSlideshow-style: normal;
--m_itemFontSlideshow-variant: normal;
--m_itemFontSlideshow-weight: normal;
--m_itemFontSlideshow-size: 22px;
--m_itemFontSlideshow-line-height: 27px;
--m_itemFontSlideshow-family: wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;
--m_itemFontSlideshow-text-decoration: none;
--customButtonFontForHover: normal normal 400 18px/1.6em inter,sans-serif;
--customButtonFontForHover-style: normal;
--customButtonFontForHover-variant: normal;
--customButtonFontForHover-weight: 400;
--customButtonFontForHover-size: 18px;
--customButtonFontForHover-line-height: 1.6em;
--customButtonFontForHover-family: inter,sans-serif;
--customButtonFontForHover-text-decoration: none;
--text-editor-font: normal normal normal 40px/50px avenir-lt-w01_85-heavy1475544,sans-serif;
--text-editor-font-style: normal;
--text-editor-font-variant: normal;
--text-editor-font-weight: normal;
--text-editor-font-size: 40px;
--text-editor-font-line-height: 50px;
--text-editor-font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
--text-editor-font-text-decoration: none;
--m_loadMoreButtonFont: normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_loadMoreButtonFont-style: normal;
--m_loadMoreButtonFont-variant: normal;
--m_loadMoreButtonFont-weight: normal;
--m_loadMoreButtonFont-size: 15px;
--m_loadMoreButtonFont-line-height: 18px;
--m_loadMoreButtonFont-family: wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_loadMoreButtonFont-text-decoration: none;
--itemDescriptionFont: normal normal 400 18px/1.6em inter,sans-serif;
--itemDescriptionFont-style: normal;
--itemDescriptionFont-variant: normal;
--itemDescriptionFont-weight: 400;
--itemDescriptionFont-size: 18px;
--itemDescriptionFont-line-height: 1.6em;
--itemDescriptionFont-family: inter,sans-serif;
--itemDescriptionFont-text-decoration: none;
--text-editor-font-1499774301866: normal normal normal 40px/50px avenir-lt-w01_35-light1475496,sans-serif;
--text-editor-font-1499774301866-style: normal;
--text-editor-font-1499774301866-variant: normal;
--text-editor-font-1499774301866-weight: normal;
--text-editor-font-1499774301866-size: 40px;
--text-editor-font-1499774301866-line-height: 50px;
--text-editor-font-1499774301866-family: avenir-lt-w01_35-light1475496,sans-serif;
--text-editor-font-1499774301866-text-decoration: none;
--customButtonFont: normal normal 400 18px/1.6em inter,sans-serif;
--customButtonFont-style: normal;
--customButtonFont-variant: normal;
--customButtonFont-weight: 400;
--customButtonFont-size: 18px;
--customButtonFont-line-height: 1.6em;
--customButtonFont-family: inter,sans-serif;
--customButtonFont-text-decoration: none;
--text-editor-font-1499927482082: normal normal normal 40px/50px avenir-lt-w01_35-light1475496,sans-serif;
--text-editor-font-1499927482082-style: normal;
--text-editor-font-1499927482082-variant: normal;
--text-editor-font-1499927482082-weight: normal;
--text-editor-font-1499927482082-size: 40px;
--text-editor-font-1499927482082-line-height: 50px;
--text-editor-font-1499927482082-family: avenir-lt-w01_35-light1475496,sans-serif;
--text-editor-font-1499927482082-text-decoration: none;
--m_itemDescriptionFont: normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_itemDescriptionFont-style: normal;
--m_itemDescriptionFont-variant: normal;
--m_itemDescriptionFont-weight: normal;
--m_itemDescriptionFont-size: 15px;
--m_itemDescriptionFont-line-height: 18px;
--m_itemDescriptionFont-family: wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_itemDescriptionFont-text-decoration: none;
--loadMoreButtonFont: normal normal 400 18px/1.6em inter,sans-serif;
--loadMoreButtonFont-style: normal;
--loadMoreButtonFont-variant: normal;
--loadMoreButtonFont-weight: 400;
--loadMoreButtonFont-size: 18px;
--loadMoreButtonFont-line-height: 1.6em;
--loadMoreButtonFont-family: inter,sans-serif;
--loadMoreButtonFont-text-decoration: none;
--itemFontSlideshow: normal normal normal 22px/1.4em dm-sans,sans-serif;
--itemFontSlideshow-style: normal;
--itemFontSlideshow-variant: normal;
--itemFontSlideshow-weight: normal;
--itemFontSlideshow-size: 22px;
--itemFontSlideshow-line-height: 1.4em;
--itemFontSlideshow-family: dm-sans,sans-serif;
--itemFontSlideshow-text-decoration: none;
--titleFontExpand: normal normal normal 22px/1.4em dm-sans,sans-serif;
--titleFontExpand-style: normal;
--titleFontExpand-variant: normal;
--titleFontExpand-weight: normal;
--titleFontExpand-size: 22px;
--titleFontExpand-line-height: 1.4em;
--titleFontExpand-family: dm-sans,sans-serif;
--titleFontExpand-text-decoration: none;
--m_itemDescriptionFontSlideshow: normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_itemDescriptionFontSlideshow-style: normal;
--m_itemDescriptionFontSlideshow-variant: normal;
--m_itemDescriptionFontSlideshow-weight: normal;
--m_itemDescriptionFontSlideshow-size: 15px;
--m_itemDescriptionFontSlideshow-line-height: 18px;
--m_itemDescriptionFontSlideshow-family: wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;
--m_itemDescriptionFontSlideshow-text-decoration: none;
--itemDescriptionFontSlideshow: normal normal 400 18px/1.6em inter,sans-serif;
--itemDescriptionFontSlideshow-style: normal;
--itemDescriptionFontSlideshow-variant: normal;
--itemDescriptionFontSlideshow-weight: 400;
--itemDescriptionFontSlideshow-size: 18px;
--itemDescriptionFontSlideshow-line-height: 1.6em;
--itemDescriptionFontSlideshow-family: inter,sans-serif;
--itemDescriptionFontSlideshow-text-decoration: none;
--descriptionFontExpand: normal normal 400 18px/1.6em inter,sans-serif;
--descriptionFontExpand-style: normal;
--descriptionFontExpand-variant: normal;
--descriptionFontExpand-weight: 400;
--descriptionFontExpand-size: 18px;
--descriptionFontExpand-line-height: 1.6em;
--descriptionFontExpand-family: inter,sans-serif;
--descriptionFontExpand-text-decoration: none;
--itemFont: normal normal normal 22px/1.4em dm-sans,sans-serif;
--itemFont-style: normal;
--itemFont-variant: normal;
--itemFont-weight: normal;
--itemFont-size: 22px;
--itemFont-line-height: 1.4em;
--itemFont-family: dm-sans,sans-serif;
--itemFont-text-decoration: none;
--textFont-style: normal;
--textFont-variant: normal;
--textFont-weight: 400;
--textFont-size: 20px;
--textFont-line-height: 1.4em;
--textFont-family: inter,sans-serif;
--textFont-text-decoration: none;
}</style><style>
.s__3mb942.oUUTDbO--madefor{--wbu-font-stack:var(--wix-font-stack);--wbu-font-weight-regular:var(--wix-font-weight-regular);--wbu-font-weight-medium:var(--wix-font-weight-medium);--wbu-font-weight-bold:var(--wix-font-weight-bold)}
.sfxZxsX{--wbu-color-blue-0:#0F2CCF;--wbu-color-blue-100:#2F5DFF;--wbu-color-blue-200:#597DFF;--wbu-color-blue-300:#ACBEFF;--wbu-color-blue-400:#D5DFFF;--wbu-color-blue-500:#EAEFFF;--wbu-color-blue-600:#F5F7FF;--wbu-color-black-0:#151414;--wbu-color-black-100:#383838;--wbu-color-black-200:#525150;--wbu-color-black-300:#767574;--wbu-color-black-400:#A8A6A5;--wbu-color-black-500:#E0DFDF;--wbu-color-black-600:#F1F0EF;--wbu-color-red-0:#9C2426;--wbu-color-red-100:#DF3336;--wbu-color-red-200:#E55C5E;--wbu-color-red-300:#ED8F90;--wbu-color-red-400:#F4B8B9;--wbu-color-red-500:#F9D6D7;--wbu-color-red-600:#FCEBEB;--wbu-color-green-0:#0D4F3D;--wbu-color-green-100:#4B916D;--wbu-color-green-200:#97C693;--wbu-color-green-300:#BDE2A7;--wbu-color-green-400:#DAF3C0;--wbu-color-green-500:#EFFAE5;--wbu-color-green-600:#F1F5ED;--wbu-color-yellow-0:#D49341;--wbu-color-yellow-100:#F9AD4D;--wbu-color-yellow-200:#FABD71;--wbu-color-yellow-300:#FCD29D;--wbu-color-yellow-400:#FDEAD2;--wbu-color-yellow-500:#FEF3E5;--wbu-color-yellow-600:#FEF6ED;--wbu-color-orange-0:#AE3E09;--wbu-color-orange-100:#FF8044;--wbu-color-orange-200:#FE9361;--wbu-color-orange-300:#FDA77F;--wbu-color-orange-400:#FBCFBB;--wbu-color-orange-500:#FBE3D9;--wbu-color-orange-600:#FDF1EC;--wbu-color-purple-0:#5000AA;--wbu-color-purple-100:#7200F3;--wbu-color-purple-200:#8B2DF5;--wbu-color-purple-300:#BE89F9;--wbu-color-purple-400:#D7B7FB;--wbu-color-purple-500:#F1E5FE;--wbu-color-purple-600:#F8F2FF;--wbu-color-ai-0:#4D3DD0;--wbu-color-ai-100:#5A48F5;--wbu-color-ai-200:#7B6DF7;--wbu-color-ai-300:#A59BFA;--wbu-color-ai-400:#D6D1FC;--wbu-color-ai-500:#E7E4FE;--wbu-color-ai-600:#EEECFE;--wbu-heading-font-stack:'Madefor Display', 'Helvetica Neue', Helvetica, Arial, '\E3\192\A1\E3\201A\A4\E3\192\AA\E3\201A\AA', 'meiryo', '\E3\192\2019\E3\192\A9\E3\201A\AE\E3\192\17D\E8\A7\2019\E3\201A\B4 pro w3', 'hiragino kaku gothic pro', sans-serif;--wbu-text-tiny-size:10px;--wbu-text-tiny-line-height:12px;--wbu-text-small-size:12px;--wbu-text-small-line-height:12px;--wbu-text-medium-size:14px;--wbu-text-medium-line-height:16px;--wbu-text-large-size:16px;--wbu-text-large-line-height:18px;--wbu-heading-h1-font-size:32px;--wbu-heading-h1-line-height:40px;--wbu-heading-h1-letter-spacing:-0.5px;--wbu-heading-h1-font-weight:400;--wbu-heading-h2-font-size:24px;--wbu-heading-h2-line-height:32px;--wbu-heading-h2-letter-spacing:-0.5px;--wbu-heading-h2-font-weight:500;--wbu-heading-h3-font-size:16px;--wbu-heading-h3-line-height:24px;--wbu-heading-h3-letter-spacing:-0.5px;--wbu-heading-h3-font-weight:700;--wbu-heading-h4-font-size:14px;--wbu-heading-h4-line-height:18px;--wbu-heading-h4-letter-spacing:0px;--wbu-heading-h4-font-weight:500;--wbu-heading-h5-font-size:12px;--wbu-heading-h5-line-height:18px;--wbu-heading-h5-letter-spacing:0px;--wbu-heading-h5-font-weight:600}
.sDDrUS7.oINNVeg--madefor{--wbu-font-stack:var(--wix-font-stack);--wbu-font-weight-regular:var(--wix-font-weight-regular);--wbu-font-weight-medium:var(--wix-font-weight-medium);--wbu-font-weight-bold:var(--wix-font-weight-bold)}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[1]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/dynamic/GalleryWrapperWixStyles.scss ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .nav-arrows-container .custom-nav-arrows svg{width:100%;height:100%}/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[1]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/dynamic/FullscreenWrapperWixStyles.scss ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.fullscreen-focus-lock {
height: 100%;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/GalleryWrapper.global.scss ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .pro-gallery-stop-scroll-for-fullscreen{overflow-y:hidden}div.pro-gallery-parent-container .show-more-container i.show-more:hover{opacity:1}div.pro-gallery-parent-container .show-more-container button.show-more{border-style:solid}div.pro-gallery-parent-container .show-more-container button.show-more:hover{opacity:1}div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more:hover{opacity:1}div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more{border-style:solid}div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more:hover{opacity:1} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i{background:none !important;font-size:26px} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle{z-index:12} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background{z-index:11} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info a:hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a:hover{opacity:.7} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .info-element-title{font-size:22px} .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button, .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{opacity:1;background:rgba(0,0,0,0);border-style:solid} .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before, .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before{opacity:.6} .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before, .pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before{opacity:1} .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description{font-size:15px} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i{font-size:26px} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle{z-index:12} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background{z-index:11} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a:hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a:hover{opacity:.7} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title{font-size:22px} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{opacity:1;background:rgba(0,0,0,0);border-style:solid} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before{opacity:.6} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before{opacity:1} .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description, .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description{font-size:15px}/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/FullscreenWrapper.global.scss ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after, .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after, .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after, .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after, .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after{opacity:.3} .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-cart-icon{background:inherit !important} .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love-store.pro-gallery-loved{color:#e03939 !important} .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love.pro-gallery-loved{color:#e03939 !important}/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/SocialShareWrapper.global.scss ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .social-share-wrapper{position:fixed;top:0;bottom:0;left:0;right:0;z-index:200005} .social-share-wrapper .mobile-social-share-screen{position:absolute;top:0;height:100%;width:100%;z-index:-1;background-color:rgba(0,0,0,0)} .social-share-wrapper .mobile-social-share-screen.mobile-social-share-screen-visible{z-index:200005;background-color:rgba(0,0,0,.6);transition:background-color .3s ease} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-background{height:calc(100% - 150px);touch-action:none} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab{position:absolute;bottom:0px;width:100%;height:150px;box-sizing:border-box;background-color:#fff;margin-bottom:-150px;display:flex;justify-content:center;align-items:center;transition:all .4s ease} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab.mobile-social-share-tab-visible{margin-bottom:0px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list{display:flex;justify-content:space-between;width:220px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list .social-share-icon{height:16px;width:16px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container{height:32px;margin-top:20px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-input{width:200px;font-size:11px;padding:2px 4px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button{width:40px} .social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon{height:16px;width:16px} .social-share-wrapper .desktop-social-share-screen{position:fixed;top:0;left:0;height:100%;width:100%;z-index:-1;background-color:rgba(0,0,0,0);display:flex;justify-content:center;align-items:center} .social-share-wrapper .desktop-social-share-screen.desktop-social-share-screen-visible{z-index:200005;background-color:rgba(0,0,0,.6);transition:all .4s ease} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-background{position:fixed;height:100%;width:100%} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup{position:relative;width:580px;height:250px;box-sizing:border-box;background-color:#fff;display:flex;justify-content:center;align-items:center;margin-bottom:-100px;opacity:0;transition:all .4s ease} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup.desktop-social-share-popup-visible{margin-bottom:0px;opacity:1} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button{position:absolute;top:24px;right:24px;cursor:pointer} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button:focus{border-radius:7px;box-shadow:inset 0 0 1px 3px #116dff} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list{display:flex;justify-content:space-between;width:280px} .social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list .social-share-icon{height:24px;width:24px;transition:color .2s ease} .social-share-wrapper .social-share-item{position:relative} .social-share-wrapper .social-share-item .social-share-button{opacity:1;transition:opacity .2s ease;cursor:pointer} .social-share-wrapper .social-share-item .social-share-button:focus{border-radius:7px;box-shadow:inset 0 0 1px 3px #116dff} .social-share-wrapper .social-share-item .social-share-button:hover{opacity:.65} .social-share-wrapper .social-share-item .social-share-button:active{opacity:1} .social-share-wrapper .social-share-copylink-container{display:flex;margin-top:25px;height:40px} .social-share-wrapper .social-share-copylink-container .social-share-copylink-input{border:1px solid #000;padding:2px 8px;height:100%;width:260px} .social-share-wrapper .social-share-copylink-container .social-share-copylink-button{width:50px;height:100%;background-color:#000;color:#fff;cursor:pointer;transition:background-color .1s ease} .social-share-wrapper .social-share-copylink-container .social-share-copylink-button:focus{border-radius:7px;box-shadow:inset 0 0 1px 3px #116dff} .social-share-wrapper .social-share-copylink-container .social-share-copylink-button:hover{background-color:rgba(0,0,0,.65)} .social-share-wrapper .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon{margin-top:2px}/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!../../../core-packages/pro-gallery-old/dist/statics/main.css ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover) .gallery-item-content .gallery-item{transition:opacity .4s ease !important}div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item{opacity:0}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .hover-info-element{transition:transform 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99) !important}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-content{transform:scale(1.1)}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover){transform:scale(1.11)}div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover) .hover-info-element,div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) .hover-info-element{transform:scale(0.9009)}div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover) .gallery-item-content{transition:filter .4s linear !important}div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item{filter:blur(6px)}div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover) .gallery-item-content{transition:filter .6s ease !important}div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover):hover .gallery-item-content{filter:grayscale(1)}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover){transition:background-color .4s ease !important}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover){transition:transform .4s ease !important}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover{background-color:rgba(0,0,0,0) !important}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-content{transform:scale(0.985)}div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover){transform:scale(0.985)}div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover) .gallery-item-content{transition:filter .6s ease !important}div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover):hover .gallery-item-content{filter:invert(1)}div.pro-gallery .gallery-item-container.color-in-on-hover .gallery-item-content{filter:grayscale(1);transition:filter .6s ease !important}div.pro-gallery .gallery-item-container.color-in-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.color-in-on-hover:hover:not(.hide-hover) .gallery-item-content{filter:grayscale(0)}div.pro-gallery .gallery-item-container.darkened-on-hover .gallery-item-content{filter:brightness(1);transition:filter .6s ease !important}div.pro-gallery .gallery-item-container.darkened-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,div.pro-gallery .gallery-item-container.darkened-on-hover:hover:not(.hide-hover) .gallery-item-content{filter:brightness(0.7)}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover{transition:none}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover:before{opacity:0}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover .gallery-item-hover-inner{opacity:0}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover){transition:none}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover):before{opacity:1;background:rgba(8,8,8,.75)}div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .info-member:not(.hidden),div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden){opacity:1 !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover{transition:filter .4s ease,opacity .4s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover:before{transition:filter .4s ease,opacity .4s ease !important;filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover{transition:transform .4s ease,filter .2s ease,opacity .2s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover:before{transition:transform .4s ease,filter .2s ease,opacity .2s ease !important;transform:scale(0.9);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .info-member:not(.hidden){transition:opacity .2s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before{transform:scale(1);filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateY(100%);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before{transform:translateY(0);filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateX(-100%);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before{transform:translateX(0);filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateX(100%);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before{transform:translateX(0);filter:opacity(1)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateY(-100%);filter:opacity(0)}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before{transform:translateY(0);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover{transition:none}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover:before{opacity:1;background:rgba(8,8,8,.75)}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner{opacity:1}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .info-member:not(.hidden){opacity:1 !important}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover){transition:none}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover):before{opacity:0}div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .info-member:not(.hidden),div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden){opacity:0 !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover{transition:filter .4s ease,opacity .4s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover:before{transition:filter .4s ease,opacity .4s ease !important;filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before{filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover{transition:transform .4s ease,filter .2s ease,opacity .2s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover:before{transition:transform .4s ease,filter .2s ease,opacity .2s ease !important;transform:scale(1);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .info-member:not(.hidden){transition:opacity .2s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before{transform:scale(0.9);filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateY(0);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before{transform:translateY(100%);filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateX(0);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before{transform:translateX(-100%);filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateX(100%);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before{transform:translateX(0);filter:opacity(0)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover:before{transition:transform .4s cubic-bezier(0.3, 0.13, 0.12, 1),filter .5s ease,opacity .5s ease !important;transform:translateY(-100%);filter:opacity(1)}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden){transition:opacity .4s ease}div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover.force-hover:before,div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before{transform:translateY(0);filter:opacity(0)} .animation-slide{transition:width .4s ease,height .4s ease,top .4s ease,left .4s ease} .item-with-secondary-media-container .secondary-media-item.hide{opacity:0} .item-with-secondary-media-container .secondary-media-item.show{opacity:1} *[data-collapsed=true] .pro-gallery-parent-container .gallery-item, *[data-hidden=true] .pro-gallery-parent-container .gallery-item{background-image:none !important}html.pro-gallery{width:100%;height:auto}body.pro-gallery{transition:opacity 2s ease} #gallery-loader{position:fixed;top:50%} .show-more-container{text-align:center;line-height:138px} .show-more-container i.show-more{color:#5d5d61;font-size:40px;cursor:pointer;margin-top:-3px} .show-more-container button.show-more{display:inline-block;padding:11px 29px;border-radius:0;border:2px solid #5d5d61;font-family:"HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;font-size:12px;color:#5d5d61;background:rgba(0,0,0,0);cursor:pointer} .show-more-container button.show-more:hover{background:rgba(0,0,0,.1)} .more-items-loader{display:block;width:100%;text-align:center;line-height:50px;font-size:30px;color:#116dff} .version-header{color:#e03939;text-align:left;font-family:"Consolas",monospace;font-size:13px;position:absolute;top:0;left:0;width:320px;height:100px;line-height:30px;background:hsla(0,0%,100%,.8);z-index:100} .auto-slideshow-button{margin-top:19px;padding:5px;height:28px;width:20px;left:auto;z-index:1;position:absolute;display:flex;text-align:center;cursor:pointer;opacity:.9} .auto-slideshow-counter{margin-top:24px;left:auto;z-index:1;position:absolute;display:flex;text-align:center;opacity:.9;font-size:15px;line-height:normal}@keyframes fadeIn{from{opacity:0}to{opacity:1}} .mouse-cursor{display:flex;width:100%;position:absolute} .nav-arrows-container{left:auto;position:absolute;display:flex;text-align:center;cursor:pointer;opacity:.9;align-items:center;background:rgba(0,0,0,0);border:none;justify-content:center} .nav-arrows-container.follow-mouse-cursor{position:relative;cursor:none} .nav-arrows-container:hover{opacity:1} .nav-arrows-container.drop-shadow svg{filter:drop-shadow(0px 1px 0.15px #B2B2B2)} .nav-arrows-container .slideshow-arrow{flex-shrink:0} .nav-arrows-container:focus:not(:focus-visible){--focus-ring-box-shadow: none !important;outline:none !important;box-shadow:none !important} .arrow-portal-container span{animation:fadeIn .1s ease-in-out;position:fixed;transition:top 50ms,left 50ms;display:flex;align-items:center;justify-content:center}div.gallery-slideshow div.pro-gallery,div.gallery-slideshow .gallery-column{box-sizing:content-box !important}div.gallery-slideshow .gallery-group,div.gallery-slideshow .gallery-item-container,div.gallery-slideshow .gallery-item-wrapper{overflow:visible !important}div.gallery-slideshow.streched .gallery-slideshow-info{padding-left:50px !important;padding-right:50px !important}@media(max-width: 500px){div.gallery-slideshow div.pro-gallery .gallery-slideshow-info{padding-left:20px;padding-right:20px}}div.gallery-slideshow div.pro-gallery .gallery-item-container .gallery-slideshow-info{position:absolute;padding-top:0px;bottom:-220px;height:220px;width:100%;box-sizing:border-box;display:flex;z-index:15} .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px 60px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px 10px 50px} .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px}div.pro-gallery{width:100%;height:100%;overflow:hidden;backface-visibility:hidden;position:relative}div.pro-gallery .gallery-column{float:left;overflow:hidden;position:relative;transform-style:preserve-3d;backface-visibility:hidden}div.pro-gallery .gallery-column .gallery-left-padding{display:inline-block;height:100%}div.pro-gallery .gallery-column .gallery-top-padding{display:block;width:100%}div.pro-gallery .gallery-group{float:left;overflow:hidden;position:relative;transform-style:preserve-3d;backface-visibility:hidden;box-sizing:border-box;padding:0;font-family:"HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;font-size:11px}div.pro-gallery .gallery-group.debug.gallery-group-gone{background:#cdcdd0}div.pro-gallery .gallery-group.debug.gallery-group-visible{background:#c1f0c1}div.pro-gallery .gallery-group.debug.gallery-group-hidden{background:#f99}div.pro-gallery .gallery-item-container{position:absolute;display:inline-block;vertical-align:top;border:none;padding:0;border-radius:0;box-sizing:border-box;overflow:hidden;transform-style:preserve-3d;backface-visibility:hidden;outline:none;text-decoration:none;color:inherit;will-change:top,left,width,height;box-sizing:border-box;font-family:"HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;font-size:11px;cursor:default;scroll-snap-align:center}div.pro-gallery .gallery-item-container .item-action{width:1px;height:1px;overflow:hidden;position:absolute;pointer-events:none;z-index:-1}div.pro-gallery .gallery-item-container .item-action:focus{--focus-ring-box-shadow: none !important;outline:none !important;box-shadow:none !important}div.pro-gallery .gallery-item-container:hover .gallery-item-common-info{cursor:pointer}div.pro-gallery .gallery-item-container:hover .gallery-item-common-info button{text-decoration:underline;cursor:pointer}div.pro-gallery .gallery-item-container.visible{transform:translate3d(0, 0, 0)}div.pro-gallery .gallery-item-container.clickable{cursor:pointer}div.pro-gallery .gallery-item-container .gallery-item-wrapper{position:relative;width:100%;height:100%;overflow:hidden}div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item{position:absolute;z-index:1;width:100%;height:100%;top:0;left:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .gallery-item{-o-object-fit:cover;object-fit:cover}div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .text-item>div{width:100% !important;height:100% !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper.transparent,div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit{background:rgba(0,0,0,0)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-preload{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit .gallery-item{background:rgba(0,0,0,0);-o-object-fit:contain;object-fit:contain}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;width:100%;height:100%;margin:0;overflow:hidden;border-radius:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item{box-sizing:border-box;/*! autoprefixer: ignore next */-webkit-font-smoothing:antialiased;white-space:initial}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item .te-pro-gallery-text-item{line-height:normal !important;letter-spacing:normal !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item>div{background:initial !important;box-sizing:border-box}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item p,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item span,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item div,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h1,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h2,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h3,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h4,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h5,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h6,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item i{margin:0;padding:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item .pro-circle-preloader{top:50%;left:50%;height:30px;width:15px;z-index:-1;opacity:.4}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item img.gallery--placeholder-item{width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded{background-color:rgba(0,0,0,0);opacity:1 !important;animation:none !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded.image-item:after{display:none !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded~.pro-circle-preloader{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.error{opacity:0 !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded{background-size:cover;background-repeat:no-repeat;background-position:center center}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded.grid-fit{background-size:contain}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video{overflow:hidden;text-align:center}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video iframe{left:0;top:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing i{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playedOnce~.image-item{pointer-events:none;opacity:0;transition:opacity .2s ease}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i{display:inline-block;text-rendering:auto;/*! autoprefixer: ignore next */-webkit-font-smoothing:antialiased;position:absolute;z-index:11;top:50%;left:50%;height:60px;text-align:center;margin:-30px 0 0 -30px;background:#080808;color:#fff;border-radius:50px;opacity:.7}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle{opacity:1}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-background,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-background{font-size:26px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:hover,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:hover{opacity:.9}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:before,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:before{font-size:2.3em;opacity:1}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info{position:absolute;bottom:-220px;height:220px;width:100%;box-sizing:border-box;display:flex;z-index:15}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info>div{height:100%;width:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{white-space:initial;position:absolute;top:0;left:0;width:100%;height:100%;margin:0;box-sizing:border-box;border-radius:0;z-index:15;overflow:hidden}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-hover-inner{height:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover.no-hover-bg:before{opacity:0 !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;margin:0;box-sizing:border-box;z-index:-1}div.pro-gallery .gallery-item-container .gallery-item-common-info{box-sizing:border-box;cursor:pointer}div.pro-gallery.one-row{white-space:nowrap;float:left}div.pro-gallery.one-row .gallery-column{width:100%;float:none;white-space:nowrap}div.pro-gallery.one-row .gallery-column .gallery-group{display:inline-block;float:none}div.pro-gallery.one-row.slider .gallery-column{overflow-x:scroll}div.pro-gallery.one-row.slider .gallery-column.scroll-snap{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}div.pro-gallery.one-row .gallery-horizontal-scroll-inner{position:relative;will-change:transform}div.pro-gallery.thumbnails-gallery{overflow:hidden;float:left}div.pro-gallery.thumbnails-gallery .galleryColumn{position:relative;overflow:visible}div.pro-gallery.thumbnails-gallery .thumbnailItem{position:absolute;background-color:#fff;background-size:cover;background-position:center;overflow-y:inherit;border-radius:0px;cursor:pointer}div.pro-gallery.thumbnails-gallery .thumbnailItem.pro-gallery-highlight::after{content:"";display:block;height:100%;position:absolute;top:0;left:0;width:100%;background-color:hsla(0,0%,100%,.6)}@media(max-width: 500px){div.pro-gallery.thumbnails-gallery{overflow:visible}}div.pro-gallery *:focus{box-shadow:none}div.pro-gallery.accessible i:focus,div.pro-gallery.accessible button:not(.nav-arrows-container,.has-custom-focus):focus{box-shadow:inset 0 0 0 1px #fff,inset 0 0 1px 4px #116dff}div.pro-gallery.accessible i:focus:not(:focus-visible),div.pro-gallery.accessible button:not(.nav-arrows-container,.has-custom-focus):focus:not(:focus-visible){box-shadow:none !important}div.pro-gallery.accessible .gallery-item-hover i:focus,div.pro-gallery.accessible .gallery-item-hover button:focus{box-shadow:none}div.pro-gallery.accessible .gallery-item-container:has(.item-action:focus)::after{content:" ";width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 0 1px 2px #116dff,inset 0 0 7px 0 #fff,inset 0 0 10px -5px #116dff;pointer-events:none;border-radius:inherit;z-index:15}div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted::before{box-shadow:inset 0 0 1px 2px #116dff,inset 0 0 7px 0 #fff,inset 0 0 10px -5px #116dff}div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted::after{content:" ";width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 0 1px 2px #116dff,inset 0 0 7px 0 #fff,0 0 10px -5px #116dff;pointer-events:none;border-radius:inherit}div.pro-gallery .hide-scrollbars{-ms-overflow-style:none;overflow:-moz-scrollbars-none;scrollbar-width:none}div.pro-gallery .hide-scrollbars::-webkit-scrollbar,div.pro-gallery .hide-scrollbars ::-webkit-scrollbar{width:0 !important;height:0 !important}div.pro-gallery .rtl{direction:rtl}div.pro-gallery .ltr{direction:ltr} .sr-only.out-of-view-component{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:circle(0%);border:0} .screen-logs{word-wrap:break-word;background:#fff;width:280px;font-size:10px} .fade{display:block;transition:opacity 600ms ease} .fade-visible{opacity:1} .fade-hidden{opacity:0} .deck-before{display:block;z-index:1;transition:transform 600ms ease;transform:translateX(-100%)} .deck-before-rtl{display:block;z-index:1;transition:transform 600ms ease;transform:translateX(100%)} .deck-current{display:block;z-index:0;transition:transform 600ms ease;transform:translateX(0)} .deck-current .override{transition:transform 600ms ease,opacity .1s ease 200ms !important} .deck-after{display:block;transition:opacity .2s ease 600ms;z-index:-1;opacity:0} .deck-after .override{transition:opacity .1s ease 0s !important} .disabled-transition{transition:none !important}@keyframes changing_background{0%{background-color:rgba(241,241,241,.2)}50%{background-color:rgba(241,241,241,.8)}100%{background-color:rgba(241,241,241,.2)}} .pro-gallery-parent-container.gallery-slideshow [data-hook=group-view]::before{content:"";position:absolute;scroll-snap-align:center;top:var(--group-top);left:var(--group-left);width:var(--group-width);right:var(--group-right);height:1px;pointer-events:none} .pro-gallery-parent-container:not(.gallery-slideshow) [data-hook=group-view] .item-link-wrapper::before{content:"";position:absolute;scroll-snap-align:center;top:var(--group-top);left:var(--group-left);width:var(--group-width);right:var(--group-right);height:1px;pointer-events:none} .gallery-item-container{scroll-snap-align:none !important} .gallery-slideshow .gallery-item-container:not(.clickable) a{cursor:default}/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/ProGallery.global.scss ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************//*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!../../pro-gallery-info-element/dist/statics/app.css ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************//*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[1]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/infoElement.scss ***!
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .slideshow-info-element-inner{box-sizing:border-box;padding-top:24px;height:100%;width:100%} .slideshow-info-element-inner .info-element-text{flex-grow:1;padding:0;margin-bottom:25px;display:flex;flex-direction:column} .slideshow-info-element-inner .info-element-text>div{width:100%} .slideshow-info-element-inner .info-element-text .info-element-title{white-space:normal;font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:32px;font-size:21px;height:auto;color:#2b5672;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;text-overflow:ellipsis} .slideshow-info-element-inner .info-element-text .info-element-description{font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:25px;font-size:15px;height:auto;color:#2b5672;overflow:hidden;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;white-space:nowrap;text-overflow:ellipsis} .slideshow-info-element-inner .info-element-text .info-element-description>span{white-space:normal} .slideshow-info-element-inner .info-element-text .info-member.hide{display:none} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper{display:flex;justify-content:center;color:#fff} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:25px;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;outline:none;border-style:solid;text-decoration:none} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay{display:none} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover{opacity:1 !important} .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:100%;position:absolute;top:0;left:0} .slideshow-info-element-inner .info-element-social{height:auto;position:static;display:flex;flex-direction:row;margin:0;overflow:visible;z-index:16;transition:opacity .4s ease} .slideshow-info-element-inner .info-element-social.populated-item{margin-bottom:24px} .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box{width:0 !important} .slideshow-info-element-inner .info-element-social.info-align-center{justify-content:center} .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share{position:relative} .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box{position:absolute;left:-25px;padding-left:25px !important;margin-right:0 !important} .slideshow-info-element-inner .info-element-social.info-align-right{flex-direction:row-reverse} .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse} .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px !important} .slideshow-info-element-inner .info-element-social .info-element-social-button{margin:0 15px;display:inline-flex;font-size:19px;color:#2b5672;cursor:pointer} .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0;display:flex;-moz-column-gap:7px;column-gap:7px;align-items:center;padding:5px;margin:-5px} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon{fill:#2b5672} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;line-height:15px;font-size:15px;letter-spacing:1px} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button, .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i{float:left;display:inline-block;border:none;background:rgba(0,0,0,0);text-decoration:none;cursor:pointer} .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;float:left;margin-top:2px;display:inline-block;padding-left:9px;letter-spacing:1px} .slideshow-info-element-inner .info-element-social .info-element-social-share{flex-direction:row;outline:none} .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box{width:210px !important;outline:none} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box{width:0;transition:width .3s;overflow:hidden;margin-left:25px !important;margin-right:25px !important;display:inline-block;height:30px;max-width:300px;z-index:16;font-size:12px;transform:none !important} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered{width:210px !important;outline:none} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened{width:210px !important;outline:none} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button, .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i{display:inline-block;font-size:15px;color:#2b5672;cursor:pointer;width:30px;height:30px;line-height:14px;text-align:center;margin:0 6px;float:left;text-decoration:none;background:rgba(0,0,0,0);border:none} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover, .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover{opacity:.7} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share, .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share{font-size:13px} .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share, .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share{font-size:13px} .gallery-item-common-info.gallery-item-bottom-info{box-sizing:border-box;padding-top:24px;height:100%;width:100%;padding-top:0} .gallery-item-common-info.gallery-item-bottom-info .info-element-text{flex-grow:1;padding:0;margin-bottom:25px;display:flex;flex-direction:column} .gallery-item-common-info.gallery-item-bottom-info .info-element-text>div{width:100%} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-title{white-space:normal;font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:32px;font-size:21px;height:auto;color:#2b5672;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;text-overflow:ellipsis} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description{font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:25px;font-size:15px;height:auto;color:#2b5672;overflow:hidden;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;white-space:nowrap;text-overflow:ellipsis} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description>span{white-space:normal} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-member.hide{display:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper{display:flex;justify-content:center;color:#fff} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:25px;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;outline:none;border-style:solid;text-decoration:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button .overlay{display:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover{opacity:1 !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:100%;position:absolute;top:0;left:0} .gallery-item-common-info.gallery-item-bottom-info .info-element-social{height:auto;position:static;display:flex;flex-direction:row;margin:0;overflow:visible;z-index:16;transition:opacity .4s ease} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.populated-item{margin-bottom:24px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social:hover .info-element-social-share-box{width:0 !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center{justify-content:center} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share{position:relative} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box{position:absolute;left:-25px;padding-left:25px !important;margin-right:0 !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right{flex-direction:row-reverse} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse} .gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button{margin:0 15px;display:inline-flex;font-size:19px;color:#2b5672;cursor:pointer} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0;display:flex;-moz-column-gap:7px;column-gap:7px;align-items:center;padding:5px;margin:-5px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon{fill:#2b5672} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;line-height:15px;font-size:15px;letter-spacing:1px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love button, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love i{float:left;display:inline-block;border:none;background:rgba(0,0,0,0);text-decoration:none;cursor:pointer} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;float:left;margin-top:2px;display:inline-block;padding-left:9px;letter-spacing:1px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share{flex-direction:row;outline:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share:hover .info-element-social-share-box{width:210px !important;outline:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box{width:0;transition:width .3s;overflow:hidden;margin-left:25px !important;margin-right:25px !important;display:inline-block;height:30px;max-width:300px;z-index:16;font-size:12px;transform:none !important} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.hovered{width:210px !important;outline:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.opened{width:210px !important;outline:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i{display:inline-block;font-size:15px;color:#2b5672;cursor:pointer;width:30px;height:30px;line-height:14px;text-align:center;margin:0 6px;float:left;text-decoration:none;background:rgba(0,0,0,0);border:none} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button:hover, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i:hover{opacity:.7} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share{font-size:13px} .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.email-share, .gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.email-share{font-size:13px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner{box-sizing:border-box;padding-top:24px;height:100%;width:100%} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text{flex-grow:1;padding:0;margin-bottom:25px;display:flex;flex-direction:column} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text>div{width:100%} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-title{white-space:normal;font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:32px;font-size:21px;height:auto;color:#2b5672;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;text-overflow:ellipsis} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description{font-family:"HelveticaNeueW01-Thin","HelveticaNeueW02-Thin","HelveticaNeueW10-35Thin",sans-serif;line-height:25px;font-size:15px;height:auto;color:#2b5672;overflow:hidden;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;transition:opacity .4s ease;white-space:nowrap;text-overflow:ellipsis} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description>span{white-space:normal} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-member.hide{display:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper{display:flex;justify-content:center;color:#fff} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:25px;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;outline:none;border-style:solid;text-decoration:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay{display:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover{opacity:1 !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:100%;position:absolute;top:0;left:0} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social{height:auto;position:static;display:flex;flex-direction:row;margin:0;overflow:visible;z-index:16;transition:opacity .4s ease} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.populated-item{margin-bottom:24px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box{width:0 !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center{justify-content:center} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share{position:relative} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box{position:absolute;left:-25px;padding-left:25px !important;margin-right:0 !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right{flex-direction:row-reverse} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button{margin:0 15px;display:inline-flex;font-size:19px;color:#2b5672;cursor:pointer} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0;display:flex;-moz-column-gap:7px;column-gap:7px;align-items:center;padding:5px;margin:-5px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon{fill:#2b5672} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;line-height:15px;font-size:15px;letter-spacing:1px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love{font-size:15px;border:none;background:rgba(0,0,0,0);padding:0} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i{float:left;display:inline-block;border:none;background:rgba(0,0,0,0);text-decoration:none;cursor:pointer} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{color:#2b5672;font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;float:left;margin-top:2px;display:inline-block;padding-left:9px;letter-spacing:1px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share{flex-direction:row;outline:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box{width:210px !important;outline:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box{width:0;transition:width .3s;overflow:hidden;margin-left:25px !important;margin-right:25px !important;display:inline-block;height:30px;max-width:300px;z-index:16;font-size:12px;transform:none !important} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered{width:210px !important;outline:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened{width:210px !important;outline:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i{display:inline-block;font-size:15px;color:#2b5672;cursor:pointer;width:30px;height:30px;line-height:14px;text-align:center;margin:0 6px;float:left;text-decoration:none;background:rgba(0,0,0,0);border:none} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover{opacity:.7} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share{font-size:13px} .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share, .gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share{font-size:13px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text{padding:0} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element{display:flex;flex-direction:column;justify-content:center} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social{margin:0;height:auto;position:static;display:flex;flex-direction:row} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows{width:auto;margin:0px -10px 0} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top{background:linear-gradient(rgba(0, 0, 0, 0.2) 0, transparent 140px)} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box{width:0 !important} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center{justify-content:center} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share{position:relative} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box{position:absolute;left:-25px;padding-left:25px !important;margin-right:0 !important} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right{flex-direction:row-reverse} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share{flex-direction:row-reverse} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box{margin-right:40px !important} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button{position:static !important;margin:0;padding:0 20px;font-size:19px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share{margin-top:-3px} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share{flex-direction:row;outline:none} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box{width:210px !important;outline:none} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box{width:0;transition:width .3s;overflow:hidden;margin-left:25px !important;margin-right:25px !important} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered, .gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered{width:210px !important;outline:none} .gallery-slider div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title{white-space:normal} .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover{padding:30px} .gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text{padding:30px 0 0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper{display:flex;justify-content:center;opacity:0;/*! autoprefixer: ignore next */-webkit-box-pack:center;transition:opacity .4s ease;color:#fff}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper .buy-icon{margin-right:7px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{line-height:25px;font-size:15px;color:#fff;overflow:hidden;display:block;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;-webkit-line-clamp:1;text-overflow:ellipsis;opacity:0;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;white-space:nowrap;outline:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button .overlay{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:45px;position:absolute;top:0;left:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text{padding:30px;display:flex;flex-direction:column;margin:0;box-sizing:border-box;height:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.short-item{padding-top:5px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.narrow-item{padding-left:5px;padding-right:5px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.hidden{opacity:0 !important;pointer-events:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text>div{width:100%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.push-down{padding-top:60px;box-sizing:border-box}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title{line-height:32px;font-size:21px;padding:0;color:#fff;overflow:hidden;display:-webkit-box;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;opacity:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description{line-height:25px;font-size:15px;color:#fff;overflow:hidden;display:-webkit-box;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;opacity:0;white-space:normal}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-member.hide{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements{width:100%;height:24px !important;display:flex;flex-direction:row}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-love{margin-right:auto}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-button{padding-left:10px;padding-right:10px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-absolute{position:absolute;top:0;left:0}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social{outline:none;width:100%;height:100%;overflow:visible;z-index:16;transition:opacity .4s ease}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item{display:flex;align-items:flex-end;justify-content:space-around;height:90%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item .info-element-social-button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item .info-element-social-button{position:initial}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.with-arrows{width:86%;margin:0 7%}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.hidden{opacity:0 !important;pointer-events:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button{outline:none;bottom:30px;position:absolute;margin:0;display:inline-block;font-size:19px;color:#fff;cursor:pointer;opacity:0;padding:10px;margin:-10px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button:hover:not(.info-element-loved){opacity:.7}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.visible{opacity:1 !important}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments{left:26px;top:26px;bottom:initial;font-size:15px;border:none;background:#2b5672;display:flex;-moz-column-gap:7px;column-gap:7px;align-items:center;padding:5px;margin:-5px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count{font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;line-height:15px;font-size:15px;letter-spacing:1px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love{left:30px;bottom:30px;font-size:15px;border:none;background:rgba(0,0,0,0)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love i{outline:none;float:left;display:inline-block;line-height:14px;border:none;background:rgba(0,0,0,0);font-size:18px;padding:1px 5px;text-decoration:none;cursor:pointer}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count{font-family:"HelveticaNeueW01-UltLt","HelveticaNeueW02-UltLt","HelveticaNeueW10-25UltL",sans-serif;font-style:normal;float:left;line-height:15px;font-size:15px;margin-top:2px;display:inline-block;padding-left:9px;letter-spacing:1px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-share{bottom:26px;left:auto;right:30px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-dots{left:auto;right:22px;top:26px;height:30px;width:20px;display:flex;justify-content:center}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download{bottom:25px;left:auto;right:68px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download.pull-right{right:30px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button{bottom:calc(50% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments{left:calc(25% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love span,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments span{display:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-share{right:calc(25% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-download{left:calc(50% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-dots{left:calc(50% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button{bottom:auto;left:calc(50% - 8px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-love,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-comments{top:calc(25% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-share{top:auto;right:auto;bottom:calc(25% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-download{top:calc(50% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-dots{bottom:calc(50% - 10px)}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box{position:absolute;top:0;left:50%;width:100%;height:100%;max-width:300px;min-width:200px;overflow:visible;z-index:16;font-size:12px;opacity:0;transform:translateX(-50%);margin-top:1px;margin-left:-3px;transition:opacity .4s ease;outline:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.hidden{opacity:0 !important;pointer-events:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i{display:inline-block;font-size:15px;color:#fff;cursor:pointer;position:absolute;top:50%;width:22px;text-align:center;transform:translateY(-50%);background:rgba(0,0,0,0);border:none}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button:hover,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i:hover{opacity:.7}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-1,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-1{margin-left:5px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-2,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-2{font-size:13px;margin-top:1px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-4,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-4{margin-left:-1px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-5,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-5{font-size:13px;margin-top:1px;margin-left:-3px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item{top:50%;left:0;max-width:none;min-width:0;max-height:300px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i{left:50%;margin-left:-10px;margin-top:8px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-2,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-2{font-size:13px}div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-5,div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-5{font-size:13px}div.pro-gallery .gallery-item-container .gallery-item-common-info{box-sizing:border-box;cursor:pointer}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title{/*! autoprefixer: ignore next */overflow:hidden;/*! autoprefixer: ignore next */display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description{/*! autoprefixer: ignore next */overflow:hidden;display:-webkit-box;/*! autoprefixer: ignore next */-webkit-box-orient:vertical;text-overflow:ellipsis}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description>span{white-space:normal}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-member.hide{display:none}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper{display:flex;justify-content:center;color:#fff}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:15px;line-height:25px;height:45px;min-width:190px;padding:0 15px;position:relative;z-index:10;cursor:pointer;outline:none;border-style:solid;text-decoration:none}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button .overlay{display:none}div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button:hover .overlay{display:block;background:hsla(0,0%,100%,.1);width:100%;height:45px;position:absolute;top:0;left:0}div.pro-gallery.thumbnails-gallery .gallery-item-container .info-element-custom-button-wrapper{display:none !important}/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/InfoElement.global.scss ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************//*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/Tooltip.global.scss ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ :root{--tooltip-text-color: white;--tooltip-background-color: black;--tooltip-margin: 30px;--tooltip-arrow-size: 6px} .tooltip-wrapper{position:absolute;top:0;z-index:100;background-color:var(--tooltip-background-color);color:var(--tooltip-text-color);box-shadow:0px 0px 4px 0px rgba(0,0,0,.1);border:1px solid var(--tooltip-text-color)} .tooltip-body{padding:4px;font-size:14px;font-family:Helvetica} .tooltip-body::before{content:" ";left:50%;border:solid rgba(0,0,0,0);height:0;width:0;position:absolute;pointer-events:none;border-width:var(--tooltip-arrow-size);margin-left:calc(var(--tooltip-arrow-size)*-1)} .tooltip-body.arrow{top:calc(var(--tooltip-margin)*-1)} .tooltip-body.arrow::before{top:100%;border-top-color:var(--tooltip-background-color)}/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ../../../../node_modules/@wix/yoshi-style-dependencies/css-loader.js??ruleSet[1].rules[2].rules[1].oneOf[0]!../../../../node_modules/@wix/yoshi-style-dependencies/postcss-loader.js??ruleSet[1].rules[2].rules[2]!../../../../node_modules/@wix/yoshi-style-dependencies/resolve-url-loader.js!../../../../node_modules/@wix/yoshi-style-dependencies/sass-loader.js??ruleSet[1].rules[2].rules[4]!./styles/static/ProGalleryRenderIndicator.global.scss ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ .pg-render-indicator{position:absolute;bottom:15.5px;left:15.5px;border:1px solid #717171;padding:5px 10px 5px 5px;font-size:16px;z-index:2147483648;cursor:default;line-height:20px} .pg-render-indicator table{table-layout:fixed} .pg-render-indicator.rendered{background-color:#7fff00} .pg-render-indicator.not-rendered{background-color:red} .pg-render-indicator .log-column{max-height:450px;max-width:500px;overflow:auto;background-color:#fff} .pg-render-indicator .show-on-hover{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;top:-9999px;left:-9999px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important} .pg-render-indicator div.worker-log-text{word-wrap:break-word;max-width:500px;min-width:100px} .pg-render-indicator:hover{max-width:90%;max-height:90%} .pg-render-indicator:hover .show-on-hover{clip:auto !important;clip-path:none;display:block;height:auto;line-height:normal;text-decoration:none;width:auto;position:static}
.pro-fullscreen-wrapper, .pro-fullscreen-wrapper-loading{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:100005}
.pro-gallery-empty{top:0;left:0;height:100%;width:100%;background-color:hsla(0,0%,100%,.9)} .pro-gallery-empty .pro-gallery-empty-content{height:334px;width:100%;overflow:hidden} .pro-gallery-empty .pro-gallery-empty-image{margin:66px auto 35px;width:262px;height:132px;background-image:url(media/emptystate.85a4add5.svg);background-size:contain} .pro-gallery-empty .pro-gallery-empty-title{color:#4eb7f5;font-family:"HelveticaNeueW01-55Roma","HelveticaNeueW02-55Roma","HelveticaNeueW10-55Roma",sans-serif;font-size:20px;line-height:25px;text-align:center;margin-bottom:10px} .pro-gallery-empty .pro-gallery-empty-info{color:#4eb7f5;font-family:"HelveticaNeueW01-45Ligh","HelveticaNeueW02-45Ligh","HelveticaNeueW10-45Ligh",sans-serif;font-size:14px;line-height:20px;text-align:center}
</style><style>
.comp-mkwisj6y div.pro-gallery-parent-container .gallery-item-wrapper-text .gallery-item-content{background-color:#211F24}.comp-mkwisj6y div.pro-gallery-parent-container .show-more-container i.show-more{color:rgba(0, 0, 0, 0.7)}.comp-mkwisj6y div.pro-gallery-parent-container .show-more-container button.show-more{--loadMoreButtonBorderRadius: 0;--loadMoreButtonBorderColor: #211F24;--loadMoreButtonBorderWidth: 1;--loadMoreButtonColor: #FFFFFF;--loadMoreButtonFont: normal normal 400 18px/1.6em inter,sans-serif;--loadMoreButtonFontColor: #211F24;color:rgba(0, 0, 0, 0.9);font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: ;background:#FFFFFF;border-width:1px;border-color:#000000;border-radius:0px}.comp-mkwisj6y div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more{color:rgba(0, 0, 0, 0.7)}.comp-mkwisj6y div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more{--loadMoreButtonBorderRadius: 0;--loadMoreButtonBorderColor: #211F24;--loadMoreButtonBorderWidth: 1;--loadMoreButtonColor: #FFFFFF;--loadMoreButtonFont: normal normal 400 18px/1.6em inter,sans-serif;--loadMoreButtonFontColor: #211F24;color:#000000;font:normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;text-decoration: ;background:#FFFFFF;border-width:undefinedpx;border-color:#000000;border-radius:undefinedpx}.comp-mkwisj6y .nav-arrows-container .slideshow-arrow,.comp-mkwisj6y .nav-arrows-container .custom-nav-arrows svg{--arrowsColor: #FFFFFF;fill:rgb(0, 0, 0)}.comp-mkwisj6y .nav-arrows-container.pro-gallery-mobile-indicator .slideshow-arrow,.comp-mkwisj6y .nav-arrows-container.pro-gallery-mobile-indicator .custom-nav-arrows svg{--arrowsColor: #FFFFFF;fill:rgb(0, 0, 0)}.comp-mkwisj6y .pro-gallery.inline-styles .auto-slideshow-counter{--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: }.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info{--itemIconColorSlideshow: #211F24}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info a{color:#000000 !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info svg .gallery-item-svg-foreground{fill:#000000 !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title{--itemFontSlideshow: normal normal normal 28px/1.3em dm-sans,sans-serif;--itemFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 22px/1.4em dm-sans,sans-serif !important;text-decoration: }.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description{--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal 400 18px/1.6em inter,sans-serif !important;text-decoration: }.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded){--imageLoadingColor: #F0F0F0;background-color:rgb(126, 207, 128)}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle{--itemFontColor: #FFFFFF;color:#FFFFFF}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background{--itemOpacity: #211F24;color:rgba(0, 0, 0, 0.1)}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background{--itemOpacity: #211F24;fill:rgba(0, 0, 0, 0.1)}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gradient-top,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gradient-top{--itemOpacity: #211F24;background:linear-gradient(rgba(0, 0, 0, 0.1) 0, transparent 140px) !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover{--itemIconColor: #FFFFFF}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a{color:#FFFFFF !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground{fill:#FFFFFF !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title{--itemFont: normal normal normal 28px/1.3em dm-sans,sans-serif;--itemFontColor: #FFFFFF;color:#FFFFFF;font:normal normal normal 22px/1.4em dm-sans,sans-serif;text-decoration: }.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description{--itemDescriptionFont: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColor: #FFFFFF;color:#FFFFFF !important;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: }.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper{--customButtonFontColor: #FFFFFF;color:#FFFFFF !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{--customButtonColor: #211F24;--customButtonBorderRadius: 0;--customButtonBorderWidth: 1;--customButtonBorderColor: #FFFFFF;--customButtonFont: normal normal 400 18px/1.6em inter,sans-serif;color:#FFFFFF !important;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: ;background:#FFFFFF !important;border-width:1px;border-radius:0px;border-color:#FFFFFF}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover:before{--itemOpacity: #211F24;background:rgba(0, 0, 0, 0.1) !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before{background:#211F24 !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover:before{--itemOpacity: #211F24;background:rgba(0, 0, 0, 0.1) !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before{background:#211F24 !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title{--itemFontSlideshow: normal normal normal 22px/1.3em dm-sans,sans-serif;--itemFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 22px/1.4em dm-sans,sans-serif !important;text-decoration: }.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description{--itemDescriptionFontColorSlideshow: #211F24;--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;color:#000000 !important;font:normal normal 400 18px/1.6em inter,sans-serif !important;text-decoration: }.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .info-element-custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-custom-button-wrapper button{--customButtonFontForHover: normal normal 400 18px/1.6em inter,sans-serif;--customButtonFontColorForHover: #211F24;--externalCustomButtonBorderWidth: 0;--externalCustomButtonBorderRadius: 0;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: ;color:#000000 !important;background:#1A6AFF !important;border-color:#000000;border-width:1px;border-radius:0px}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded){--imageLoadingColor: #F0F0F0;background-color:rgb(126, 207, 128)}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle{--itemFontColor: #FFFFFF;color:#FFFFFF}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background{--itemOpacity: #211F24;color:rgba(0, 0, 0, 0.3) !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background{--itemOpacity: #211F24;fill:rgba(0, 0, 0, 0.3) !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gradient-top,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gradient-top{--itemOpacity: #211F24;background:linear-gradient(rgba(0, 0, 0, 0.3) 0, transparent 140px) !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info{--itemIconColorSlideshow: #211F24}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a{color:#000000 !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-foreground{fill:#000000 !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title{--itemFontSlideshow: normal normal normal 28px/1.3em dm-sans,sans-serif;--itemFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold !important;text-decoration: }.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-description{--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular !important;text-decoration: }.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover{--itemIconColor: #FFFFFF}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a{color:#FFFFFF !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground{fill:#FFFFFF !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-title{--itemFont: normal normal normal 28px/1.3em dm-sans,sans-serif;--itemFontColor: #FFFFFF;color:#FFFFFF;font:normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold;text-decoration: }.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-description{--itemDescriptionFont: normal normal 400 15px/1.6em inter,sans-serif;--itemDescriptionFontColor: #FFFFFF;color:#FFFFFF !important;font:normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular;text-decoration: }.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper{--customButtonFontColor: #FFFFFF;color:#FFFFFF !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button{--customButtonColor: #211F24;--customButtonBorderRadius: 0;--customButtonBorderWidth: 1;--customButtonBorderColor: #FFFFFF;--customButtonFont: normal normal 400 18px/1.6em inter,sans-serif;color:#FFFFFF !important;font:normal normal normal 15px/18px proxima-n-w01-reg,sans-serif;text-decoration: ;background:#FFFFFF !important;border-width:undefinedpx;border-radius:undefinedpx;border-color:#FFFFFF}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover:not(.hide-hover):before{--itemOpacity: #211F24;background:rgba(0, 0, 0, 0.3) !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before{background:#211F24 !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover:before{--itemOpacity: #211F24;background:rgba(0, 0, 0, 0.3) !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before{background:#211F24 !important}.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-title,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-title{--itemFontSlideshow: normal normal normal 22px/1.3em dm-sans,sans-serif;--itemFontColorSlideshow: #211F24;color:#000000 !important;font:normal normal normal 22px/27px wfont_a9ff3b_06b039e744b34faab84ef572821f16e4,wf_06b039e744b34faab84ef5728,orig_wix_madefor_text_bold !important;text-decoration: }.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description{--itemDescriptionFontColorSlideshow: #211F24;--itemDescriptionFontSlideshow: normal normal 400 15px/1.6em inter,sans-serif;color:#000000 !important;font:normal normal normal 15px/18px wfont_a9ff3b_88119413f76a4700a45a5d8cf83cc00e,wf_88119413f76a4700a45a5d8cf,orig_wix_madefor_text_regular !important;text-decoration: }.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .info-element-custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .custom-button-wrapper button,.comp-mkwisj6y .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-custom-button-wrapper button{--customButtonFontForHover: normal normal 400 18px/1.6em inter,sans-serif;--customButtonFontColorForHover: #211F24;--externalCustomButtonBorderWidth: 0;--externalCustomButtonBorderRadius: 0;font:normal normal normal 15px/18px proxima-n-w01-reg,sans-serif;text-decoration: ;color:#000000 !important;background:#1A6AFF !important;border-color:#000000;border-width:undefinedpx;border-radius:undefinedpx}.comp-mkwisj6y .te-pro-gallery-text-item{font:normal normal normal 16px/1.6em dm-sans,sans-serif;color:#FFFFFF}.comp-mkwisj6y .pro-fullscreen-wrapper .pro-fullscreen-text-item{--fullscreen-text-item-bg: #211F24;background-color:#211F24}.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles{--bgColorExpand: #FFFFFF;background-color:#FFFFFF}.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-selected-license,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-checkout-link{--descriptionColorExpand: #211F24;--descriptionFontExpand: normal normal 400 18px/1.6em inter,sans-serif;color:#000000;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: }.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-mobile-info{--bgColorExpand: #FFFFFF;background-color:#FFFFFF}.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-title h1{--titleColorExpand: #211F24;--titleFontExpand: normal normal normal 28px/1.3em dm-sans,sans-serif;color:#000000;font:normal normal normal 22px/1.4em dm-sans,sans-serif;text-decoration: }.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link{--descriptionColorExpand: #211F24;--descriptionFontExpand: normal normal 400 18px/1.6em inter,sans-serif;color:#000000;font:normal normal 400 18px/1.6em inter,sans-serif;text-decoration: }.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after{--descriptionColorExpand: #211F24;border-color:#000000}.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social i:not(.pro-gallery-loved),.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social a,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social button,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav i:not(.pro-gallery-loved),.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav a,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav button,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar i:not(.pro-gallery-loved),.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar a,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar button,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social i:not(.pro-gallery-loved),.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social a,.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social button{--descriptionColorExpand: #211F24;color:#000000}.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-triangle{--descriptionColorExpand: #211F24;color:#000000}.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-background{--bgColorExpand: #FFFFFF;color:#FFFFFF}.comp-mkwisj6y .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon{--descriptionColorExpand: #211F24;--bgColorExpand: #FFFFFF;color:#000000;background:#FFFFFF}
</style><div style="--wix-color-29:var(--wix-color-3);--wix-color-37:var(--wix-color-5);--wix-color-38:var(--wix-color-8);--wix-color-39:var(--wix-color-8);--wix-color-40:var(--wix-color-1);--wix-color-41:var(--wix-color-8);--wix-color-42:var(--wix-color-8);--wix-color-43:var(--wix-color-1);--wix-color-44:var(--wix-color-3);--wix-color-45:var(--wix-color-3);--wix-color-46:var(--wix-color-1);--wix-color-47:var(--wix-color-1);--wix-color-48:var(--wix-color-8);--wix-color-49:var(--wix-color-8);--wix-color-50:var(--wix-color-1);--wix-color-51:var(--wix-color-8);--wix-color-52:var(--wix-color-8);--wix-color-53:var(--wix-color-1);--wix-color-54:var(--wix-color-3);--wix-color-55:var(--wix-color-3)" data-hook="tpa-components-provider"><div id="gallery-wrapper-comp-mkwisj6y" style="overflow:hidden;height:100%;width:100%"><style>div.comp-mkwisj6y:not(.fullscreen-comp-wrapper) {
height: 100%;
width: 100%;
position: relative;
}
div.comp-mkwisj6y:not(.fullscreen-comp-wrapper) #gallery-wrapper-comp-mkwisj6y {
position: absolute;
top: 0;
left: 0;
}</style><div id="pro-gallery-comp-mkwisj6y" class="pro-gallery"><div data-key="pro-gallery-inner-container" class="pro-gallery-prerender" tabindex="-1"><div data-hook="css-scroll-indicator" data-scroll-base="0" data-scroll-top="0" class="pgscl-0 pgscl_mkwisj6y_0-40960 pgscl_mkwisj6y_0-20480 pgscl_mkwisj6y_0-10240 pgscl_mkwisj6y_0-5120 pgscl_mkwisj6y_0-2560 pgscl_mkwisj6y_0-1280 pgscl_mkwisj6y_0-640 pgscl_mkwisj6y_0-320 pgscl_mkwisj6y_0-160 pgscl_mkwisj6y_0-80 pgscl_mkwisj6y_0-40 pgscl_mkwisj6y_0-20 pgscl_mkwisj6y_0-10" style="display:none"></div><div class="pro-gallery-parent-container gallery-slider" style="margin:-6px;width:1450px;height:700px" role="region"><div id="pro-gallery-container-comp-mkwisj6y" class="pro-gallery inline-styles one-row hide-scrollbars slider rtl" style="width:100%;height:706px;display:flex;justify-content:space-between"><div data-hook="gallery-column" id="gallery-horizontal-scroll-comp-mkwisj6y" class="gallery-horizontal-scroll gallery-column hide-scrollbars rtl scroll-snap" style="width:100%;height:706px;overflow-y:visible"><div class="gallery-horizontal-scroll-inner"><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:0px" aria-hidden="false"><div data-id="94dd4bfd-1da9-427f-b118-10ffd052bf46" class="item-link-wrapper" data-idx="0" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi94dd4bfd1da9427fb11810ffd052bf46_0" data-hash="94dd4bfd-1da9-427f-b118-10ffd052bf46" data-id="94dd4bfd-1da9-427f-b118-10ffd052bf46" data-idx="0" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:0;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="false"><div data-idx="0" id="item-action-94dd4bfd-1da9-427f-b118-10ffd052bf46" class="item-action" tabindex="0" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-94dd4bfd-1da9-427f-b118-10ffd052bf46" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg/v1/fill/w_480,h_480,fp_0.45_0.26,q_30,blur_30,enc_avif,quality_auto/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.webp" type="image/webp"/><img id="94dd4bfd-1da9-427f-b118-10ffd052bf46" alt="" src="https://static.wixstatic.com/media/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg/v1/fill/w_480,h_480,fp_0.45_0.26,q_30,blur_30,enc_avif,quality_auto/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg/v1/fill/w_848,h_1130,fp_0.45_0.26,q_90,enc_avif,quality_auto/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg/v1/fill/w_848,h_1130,fp_0.45_0.26,q_90,enc_avif,quality_auto/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg/v1/fill/w_848,h_1130,fp_0.45_0.26,q_90,enc_avif,quality_auto/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg/v1/fill/w_848,h_1130,fp_0.45_0.26,q_90,enc_avif,quality_auto/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg/v1/fill/w_848,h_1130,fp_0.45_0.26,q_90,enc_avif,quality_auto/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg 5x" type="image/jpeg"/><img id="94dd4bfd-1da9-427f-b118-10ffd052bf46" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="0" src="https://static.wixstatic.com/media/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg/v1/fill/w_848,h_1130,fp_0.45_0.26,q_90,enc_avif,quality_auto/d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-0" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:537px" aria-hidden="false"><div data-id="d1016b44-4bff-4cc1-8f40-c36253b62f7c" class="item-link-wrapper" data-idx="1" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgid1016b444bff4cc18f40c36253b62f7c_1" data-hash="d1016b44-4bff-4cc1-8f40-c36253b62f7c" data-id="d1016b44-4bff-4cc1-8f40-c36253b62f7c" data-idx="1" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:537px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="1" id="item-action-d1016b44-4bff-4cc1-8f40-c36253b62f7c" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-d1016b44-4bff-4cc1-8f40-c36253b62f7c" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_975049f452484fb787feae32204c7d37~mv2.webp/v1/fit/w_480,h_480,q_30,blur_30,enc_avif,quality_auto/d663dd_975049f452484fb787feae32204c7d37~mv2.webp" type="image/webp"/><img id="d1016b44-4bff-4cc1-8f40-c36253b62f7c" alt="" src="https://static.wixstatic.com/media/d663dd_975049f452484fb787feae32204c7d37~mv2.webp/v1/fit/w_480,h_480,q_30,blur_30,enc_avif,quality_auto/d663dd_975049f452484fb787feae32204c7d37~mv2.webp" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_975049f452484fb787feae32204c7d37~mv2.webp/v1/fit/w_724,h_592,q_90,enc_avif,quality_auto/d663dd_975049f452484fb787feae32204c7d37~mv2.webp 1x, https://static.wixstatic.com/media/d663dd_975049f452484fb787feae32204c7d37~mv2.webp/v1/fit/w_724,h_592,q_90,enc_avif,quality_auto/d663dd_975049f452484fb787feae32204c7d37~mv2.webp 2x, https://static.wixstatic.com/media/d663dd_975049f452484fb787feae32204c7d37~mv2.webp/v1/fit/w_724,h_592,q_90,enc_avif,quality_auto/d663dd_975049f452484fb787feae32204c7d37~mv2.webp 3x, https://static.wixstatic.com/media/d663dd_975049f452484fb787feae32204c7d37~mv2.webp/v1/fit/w_724,h_592,q_90,enc_avif,quality_auto/d663dd_975049f452484fb787feae32204c7d37~mv2.webp 4x, https://static.wixstatic.com/media/d663dd_975049f452484fb787feae32204c7d37~mv2.webp/v1/fit/w_724,h_592,q_90,enc_avif,quality_auto/d663dd_975049f452484fb787feae32204c7d37~mv2.webp 5x" type="image/jpeg"/><img id="d1016b44-4bff-4cc1-8f40-c36253b62f7c" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="1" src="https://static.wixstatic.com/media/d663dd_975049f452484fb787feae32204c7d37~mv2.webp/v1/fit/w_724,h_592,q_90,enc_avif,quality_auto/d663dd_975049f452484fb787feae32204c7d37~mv2.webp" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-1" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:1074px" aria-hidden="false"><div data-id="dd18e2f7-6ae6-44a5-94cf-7c3501a0b846" class="item-link-wrapper" data-idx="2" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgidd18e2f76ae644a594cf7c3501a0b846_2" data-hash="dd18e2f7-6ae6-44a5-94cf-7c3501a0b846" data-id="dd18e2f7-6ae6-44a5-94cf-7c3501a0b846" data-idx="2" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:1074px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="2" id="item-action-dd18e2f7-6ae6-44a5-94cf-7c3501a0b846" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-dd18e2f7-6ae6-44a5-94cf-7c3501a0b846" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg/v1/fill/w_480,h_480,fp_0.57_0.36,q_30,blur_30,enc_avif,quality_auto/d663dd_89bfc270a475421886df57673d098074~mv2.webp" type="image/webp"/><img id="dd18e2f7-6ae6-44a5-94cf-7c3501a0b846" alt="" src="https://static.wixstatic.com/media/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg/v1/fill/w_480,h_480,fp_0.57_0.36,q_30,blur_30,enc_avif,quality_auto/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg/v1/fill/w_960,h_1280,fp_0.57_0.36,q_90,enc_avif,quality_auto/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg 1x, https://static.wixstatic.com/media/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg/v1/fill/w_1039,h_1385,fp_0.57_0.36,q_90,enc_avif,quality_auto/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg 2x, https://static.wixstatic.com/media/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg/v1/fill/w_1039,h_1385,fp_0.57_0.36,q_90,enc_avif,quality_auto/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg 3x, https://static.wixstatic.com/media/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg/v1/fill/w_1039,h_1385,fp_0.57_0.36,q_90,enc_avif,quality_auto/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg 4x, https://static.wixstatic.com/media/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg/v1/fill/w_1039,h_1385,fp_0.57_0.36,q_90,enc_avif,quality_auto/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg 5x" type="image/jpeg"/><img id="dd18e2f7-6ae6-44a5-94cf-7c3501a0b846" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="2" src="https://static.wixstatic.com/media/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg/v1/fill/w_960,h_1280,fp_0.57_0.36,q_90,enc_avif,quality_auto/d663dd_89bfc270a475421886df57673d098074~mv2.jpeg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-2" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:1611px" aria-hidden="false"><div data-id="fb8c064f-9132-4371-82a4-bb4a222e7479" class="item-link-wrapper" data-idx="3" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgifb8c064f9132437182a4bb4a222e7479_3" data-hash="fb8c064f-9132-4371-82a4-bb4a222e7479" data-id="fb8c064f-9132-4371-82a4-bb4a222e7479" data-idx="3" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:1611px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="3" id="item-action-fb8c064f-9132-4371-82a4-bb4a222e7479" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-fb8c064f-9132-4371-82a4-bb4a222e7479" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg/v1/fill/w_480,h_480,fp_0.52_0.45,q_30,blur_30,enc_avif,quality_auto/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.webp" type="image/webp"/><img id="fb8c064f-9132-4371-82a4-bb4a222e7479" alt="" src="https://static.wixstatic.com/media/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg/v1/fill/w_480,h_480,fp_0.52_0.45,q_30,blur_30,enc_avif,quality_auto/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg/v1/fill/w_627,h_489,fp_0.52_0.45,q_90,enc_avif,quality_auto/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg/v1/fill/w_627,h_489,fp_0.52_0.45,q_90,enc_avif,quality_auto/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg/v1/fill/w_627,h_489,fp_0.52_0.45,q_90,enc_avif,quality_auto/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg/v1/fill/w_627,h_489,fp_0.52_0.45,q_90,enc_avif,quality_auto/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg/v1/fill/w_627,h_489,fp_0.52_0.45,q_90,enc_avif,quality_auto/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg 5x" type="image/jpeg"/><img id="fb8c064f-9132-4371-82a4-bb4a222e7479" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="3" src="https://static.wixstatic.com/media/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg/v1/fill/w_627,h_489,fp_0.52_0.45,q_90,enc_avif,quality_auto/d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-3" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:2148px" aria-hidden="false"><div data-id="70c28c50-e57e-4dd4-a475-a1e988f07cdf" class="item-link-wrapper" data-idx="4" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi70c28c50e57e4dd4a475a1e988f07cdf_4" data-hash="70c28c50-e57e-4dd4-a475-a1e988f07cdf" data-id="70c28c50-e57e-4dd4-a475-a1e988f07cdf" data-idx="4" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:2148px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="4" id="item-action-70c28c50-e57e-4dd4-a475-a1e988f07cdf" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-70c28c50-e57e-4dd4-a475-a1e988f07cdf" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg/v1/fill/w_480,h_480,fp_0.45_0.21,q_30,blur_30,enc_avif,quality_auto/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.webp" type="image/webp"/><img id="70c28c50-e57e-4dd4-a475-a1e988f07cdf" alt="" src="https://static.wixstatic.com/media/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg/v1/fill/w_480,h_480,fp_0.45_0.21,q_30,blur_30,enc_avif,quality_auto/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg/v1/fill/w_692,h_922,fp_0.45_0.21,q_90,enc_avif,quality_auto/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg 1x, https://static.wixstatic.com/media/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg/v1/fill/w_692,h_922,fp_0.45_0.21,q_90,enc_avif,quality_auto/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg 2x, https://static.wixstatic.com/media/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg/v1/fill/w_692,h_922,fp_0.45_0.21,q_90,enc_avif,quality_auto/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg 3x, https://static.wixstatic.com/media/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg/v1/fill/w_692,h_922,fp_0.45_0.21,q_90,enc_avif,quality_auto/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg 4x, https://static.wixstatic.com/media/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg/v1/fill/w_692,h_922,fp_0.45_0.21,q_90,enc_avif,quality_auto/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg 5x" type="image/jpeg"/><img id="70c28c50-e57e-4dd4-a475-a1e988f07cdf" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="4" src="https://static.wixstatic.com/media/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg/v1/fill/w_692,h_922,fp_0.45_0.21,q_90,enc_avif,quality_auto/d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-4" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:2685px" aria-hidden="false"><div data-id="58b2b8d2-8b4e-4f73-8745-a79c30069918" class="item-link-wrapper" data-idx="5" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi58b2b8d28b4e4f738745a79c30069918_5" data-hash="58b2b8d2-8b4e-4f73-8745-a79c30069918" data-id="58b2b8d2-8b4e-4f73-8745-a79c30069918" data-idx="5" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:2685px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="5" id="item-action-58b2b8d2-8b4e-4f73-8745-a79c30069918" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-58b2b8d2-8b4e-4f73-8745-a79c30069918" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg/v1/fill/w_480,h_480,fp_0.46_0.2,q_30,blur_30,enc_avif,quality_auto/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.webp" type="image/webp"/><img id="58b2b8d2-8b4e-4f73-8745-a79c30069918" alt="" src="https://static.wixstatic.com/media/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg/v1/fill/w_480,h_480,fp_0.46_0.2,q_30,blur_30,enc_avif,quality_auto/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg/v1/fill/w_796,h_1061,fp_0.46_0.2,q_90,enc_avif,quality_auto/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg/v1/fill/w_796,h_1061,fp_0.46_0.2,q_90,enc_avif,quality_auto/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg/v1/fill/w_796,h_1061,fp_0.46_0.2,q_90,enc_avif,quality_auto/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg/v1/fill/w_796,h_1061,fp_0.46_0.2,q_90,enc_avif,quality_auto/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg/v1/fill/w_796,h_1061,fp_0.46_0.2,q_90,enc_avif,quality_auto/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg 5x" type="image/jpeg"/><img id="58b2b8d2-8b4e-4f73-8745-a79c30069918" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="5" src="https://static.wixstatic.com/media/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg/v1/fill/w_796,h_1061,fp_0.46_0.2,q_90,enc_avif,quality_auto/d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-5" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:3222px" aria-hidden="false"><div data-id="c55dc147-6041-4ed0-9f32-d6f3e69490dc" class="item-link-wrapper" data-idx="6" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgic55dc14760414ed09f32d6f3e69490dc_6" data-hash="c55dc147-6041-4ed0-9f32-d6f3e69490dc" data-id="c55dc147-6041-4ed0-9f32-d6f3e69490dc" data-idx="6" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:3222px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="6" id="item-action-c55dc147-6041-4ed0-9f32-d6f3e69490dc" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-c55dc147-6041-4ed0-9f32-d6f3e69490dc" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg/v1/fill/w_480,h_480,fp_0.46_0.2,q_30,blur_30,enc_avif,quality_auto/d663dd_3413ae92c29844cb909a7724865601cb~mv2.webp" type="image/webp"/><img id="c55dc147-6041-4ed0-9f32-d6f3e69490dc" alt="" src="https://static.wixstatic.com/media/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg/v1/fill/w_480,h_480,fp_0.46_0.2,q_30,blur_30,enc_avif,quality_auto/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg/v1/fill/w_793,h_1020,fp_0.46_0.2,q_90,enc_avif,quality_auto/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg/v1/fill/w_793,h_1020,fp_0.46_0.2,q_90,enc_avif,quality_auto/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg/v1/fill/w_793,h_1020,fp_0.46_0.2,q_90,enc_avif,quality_auto/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg/v1/fill/w_793,h_1020,fp_0.46_0.2,q_90,enc_avif,quality_auto/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg/v1/fill/w_793,h_1020,fp_0.46_0.2,q_90,enc_avif,quality_auto/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg 5x" type="image/jpeg"/><img id="c55dc147-6041-4ed0-9f32-d6f3e69490dc" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="6" src="https://static.wixstatic.com/media/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg/v1/fill/w_793,h_1020,fp_0.46_0.2,q_90,enc_avif,quality_auto/d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-6" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:3759px" aria-hidden="false"><div data-id="c241fa30-77dd-499f-b675-10bfe3b1c5d8" class="item-link-wrapper" data-idx="7" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgic241fa3077dd499fb67510bfe3b1c5d8_7" data-hash="c241fa30-77dd-499f-b675-10bfe3b1c5d8" data-id="c241fa30-77dd-499f-b675-10bfe3b1c5d8" data-idx="7" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:3759px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="7" id="item-action-c241fa30-77dd-499f-b675-10bfe3b1c5d8" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-c241fa30-77dd-499f-b675-10bfe3b1c5d8" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg/v1/fill/w_480,h_480,fp_0.54_0.2,q_30,blur_30,enc_avif,quality_auto/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.webp" type="image/webp"/><img id="c241fa30-77dd-499f-b675-10bfe3b1c5d8" alt="" src="https://static.wixstatic.com/media/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg/v1/fill/w_480,h_480,fp_0.54_0.2,q_30,blur_30,enc_avif,quality_auto/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg/v1/fill/w_779,h_1038,fp_0.54_0.2,q_90,enc_avif,quality_auto/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg/v1/fill/w_779,h_1038,fp_0.54_0.2,q_90,enc_avif,quality_auto/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg/v1/fill/w_779,h_1038,fp_0.54_0.2,q_90,enc_avif,quality_auto/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg/v1/fill/w_779,h_1038,fp_0.54_0.2,q_90,enc_avif,quality_auto/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg/v1/fill/w_779,h_1038,fp_0.54_0.2,q_90,enc_avif,quality_auto/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg 5x" type="image/jpeg"/><img id="c241fa30-77dd-499f-b675-10bfe3b1c5d8" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="7" src="https://static.wixstatic.com/media/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg/v1/fill/w_779,h_1038,fp_0.54_0.2,q_90,enc_avif,quality_auto/d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-7" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:4296px" aria-hidden="false"><div data-id="8a33366b-f409-4ca2-987e-a64bbb45278d" class="item-link-wrapper" data-idx="8" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi8a33366bf4094ca2987ea64bbb45278d_8" data-hash="8a33366b-f409-4ca2-987e-a64bbb45278d" data-id="8a33366b-f409-4ca2-987e-a64bbb45278d" data-idx="8" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:4296px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="8" id="item-action-8a33366b-f409-4ca2-987e-a64bbb45278d" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-8a33366b-f409-4ca2-987e-a64bbb45278d" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp/v1/fill/w_480,h_480,fp_0.37_0.38,q_30,blur_30,enc_avif,quality_auto/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp" type="image/webp"/><img id="8a33366b-f409-4ca2-987e-a64bbb45278d" alt="" src="https://static.wixstatic.com/media/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp/v1/fill/w_480,h_480,fp_0.37_0.38,q_30,blur_30,enc_avif,quality_auto/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp/v1/fill/w_960,h_1280,fp_0.37_0.38,q_90,enc_avif,quality_auto/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp 1x, https://static.wixstatic.com/media/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp/v1/fill/w_1131,h_1508,fp_0.37_0.38,q_90,enc_avif,quality_auto/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp 2x, https://static.wixstatic.com/media/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp/v1/fill/w_1131,h_1508,fp_0.37_0.38,q_90,enc_avif,quality_auto/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp 3x, https://static.wixstatic.com/media/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp/v1/fill/w_1131,h_1508,fp_0.37_0.38,q_90,enc_avif,quality_auto/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp 4x, https://static.wixstatic.com/media/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp/v1/fill/w_1131,h_1508,fp_0.37_0.38,q_90,enc_avif,quality_auto/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp 5x" type="image/jpeg"/><img id="8a33366b-f409-4ca2-987e-a64bbb45278d" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="8" src="https://static.wixstatic.com/media/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp/v1/fill/w_960,h_1280,fp_0.37_0.38,q_90,enc_avif,quality_auto/d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-8" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:4833px" aria-hidden="false"><div data-id="1296a7da-3add-4492-9e67-3d8ff82b8ed2" class="item-link-wrapper" data-idx="9" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi1296a7da3add44929e673d8ff82b8ed2_9" data-hash="1296a7da-3add-4492-9e67-3d8ff82b8ed2" data-id="1296a7da-3add-4492-9e67-3d8ff82b8ed2" data-idx="9" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:4833px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="9" id="item-action-1296a7da-3add-4492-9e67-3d8ff82b8ed2" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-1296a7da-3add-4492-9e67-3d8ff82b8ed2" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp/v1/fill/w_480,h_480,fp_0.73_0.22,q_30,blur_30,enc_avif,quality_auto/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp" type="image/webp"/><img id="1296a7da-3add-4492-9e67-3d8ff82b8ed2" alt="" src="https://static.wixstatic.com/media/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp/v1/fill/w_480,h_480,fp_0.73_0.22,q_30,blur_30,enc_avif,quality_auto/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp/v1/fill/w_960,h_1280,fp_0.73_0.22,q_90,enc_avif,quality_auto/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp 1x, https://static.wixstatic.com/media/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp/v1/fill/w_998,h_1330,fp_0.73_0.22,q_90,enc_avif,quality_auto/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp 2x, https://static.wixstatic.com/media/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp/v1/fill/w_998,h_1330,fp_0.73_0.22,q_90,enc_avif,quality_auto/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp 3x, https://static.wixstatic.com/media/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp/v1/fill/w_998,h_1330,fp_0.73_0.22,q_90,enc_avif,quality_auto/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp 4x, https://static.wixstatic.com/media/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp/v1/fill/w_998,h_1330,fp_0.73_0.22,q_90,enc_avif,quality_auto/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp 5x" type="image/jpeg"/><img id="1296a7da-3add-4492-9e67-3d8ff82b8ed2" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="9" src="https://static.wixstatic.com/media/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp/v1/fill/w_960,h_1280,fp_0.73_0.22,q_90,enc_avif,quality_auto/d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-9" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:5370px" aria-hidden="false"><div data-id="e85182a0-81d7-41db-a94b-d2184e28fd04" class="item-link-wrapper" data-idx="10" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgie85182a081d741dba94bd2184e28fd04_10" data-hash="e85182a0-81d7-41db-a94b-d2184e28fd04" data-id="e85182a0-81d7-41db-a94b-d2184e28fd04" data-idx="10" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:5370px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="10" id="item-action-e85182a0-81d7-41db-a94b-d2184e28fd04" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-e85182a0-81d7-41db-a94b-d2184e28fd04" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp/v1/fill/w_461,h_461,fp_0.53_0.28,q_30,blur_30,enc_avif,quality_auto/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp" type="image/webp"/><img id="e85182a0-81d7-41db-a94b-d2184e28fd04" alt="" src="https://static.wixstatic.com/media/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp/v1/fill/w_461,h_461,fp_0.53_0.28,q_30,blur_30,enc_avif,quality_auto/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp/v1/fill/w_561,h_379,fp_0.53_0.28,q_90,enc_avif,quality_auto/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp 1x, https://static.wixstatic.com/media/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp/v1/fill/w_561,h_379,fp_0.53_0.28,q_90,enc_avif,quality_auto/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp 2x, https://static.wixstatic.com/media/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp/v1/fill/w_561,h_379,fp_0.53_0.28,q_90,enc_avif,quality_auto/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp 3x, https://static.wixstatic.com/media/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp/v1/fill/w_561,h_379,fp_0.53_0.28,q_90,enc_avif,quality_auto/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp 4x, https://static.wixstatic.com/media/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp/v1/fill/w_561,h_379,fp_0.53_0.28,q_90,enc_avif,quality_auto/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp 5x" type="image/jpeg"/><img id="e85182a0-81d7-41db-a94b-d2184e28fd04" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="10" src="https://static.wixstatic.com/media/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp/v1/fill/w_561,h_379,fp_0.53_0.28,q_90,enc_avif,quality_auto/d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-10" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:5907px" aria-hidden="false"><div data-id="01898ad2-2082-4e4d-868a-8fbe9a97f3b5" class="item-link-wrapper" data-idx="11" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi01898ad220824e4d868a8fbe9a97f3b5_11" data-hash="01898ad2-2082-4e4d-868a-8fbe9a97f3b5" data-id="01898ad2-2082-4e4d-868a-8fbe9a97f3b5" data-idx="11" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:5907px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="11" id="item-action-01898ad2-2082-4e4d-868a-8fbe9a97f3b5" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-01898ad2-2082-4e4d-868a-8fbe9a97f3b5" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg/v1/fill/w_480,h_480,fp_0.61_0.24,q_30,blur_30,enc_avif,quality_auto/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.webp" type="image/webp"/><img id="01898ad2-2082-4e4d-868a-8fbe9a97f3b5" alt="" src="https://static.wixstatic.com/media/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg/v1/fill/w_480,h_480,fp_0.61_0.24,q_30,blur_30,enc_avif,quality_auto/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg/v1/fill/w_779,h_1038,fp_0.61_0.24,q_90,enc_avif,quality_auto/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg/v1/fill/w_779,h_1038,fp_0.61_0.24,q_90,enc_avif,quality_auto/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg/v1/fill/w_779,h_1038,fp_0.61_0.24,q_90,enc_avif,quality_auto/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg/v1/fill/w_779,h_1038,fp_0.61_0.24,q_90,enc_avif,quality_auto/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg/v1/fill/w_779,h_1038,fp_0.61_0.24,q_90,enc_avif,quality_auto/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg 5x" type="image/jpeg"/><img id="01898ad2-2082-4e4d-868a-8fbe9a97f3b5" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="11" src="https://static.wixstatic.com/media/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg/v1/fill/w_779,h_1038,fp_0.61_0.24,q_90,enc_avif,quality_auto/9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-11" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:6444px" aria-hidden="false"><div data-id="536f1e35-1750-420b-8541-9f33d99c429d" class="item-link-wrapper" data-idx="12" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi536f1e351750420b85419f33d99c429d_12" data-hash="536f1e35-1750-420b-8541-9f33d99c429d" data-id="536f1e35-1750-420b-8541-9f33d99c429d" data-idx="12" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:6444px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="12" id="item-action-536f1e35-1750-420b-8541-9f33d99c429d" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-536f1e35-1750-420b-8541-9f33d99c429d" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_480,h_480,fp_0.62_0.26,q_30,blur_30,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.webp" type="image/webp"/><img id="536f1e35-1750-420b-8541-9f33d99c429d" alt="" src="https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_480,h_480,fp_0.62_0.26,q_30,blur_30,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_709,h_863,fp_0.62_0.26,q_90,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_709,h_863,fp_0.62_0.26,q_90,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_709,h_863,fp_0.62_0.26,q_90,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_709,h_863,fp_0.62_0.26,q_90,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_709,h_863,fp_0.62_0.26,q_90,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg 5x" type="image/jpeg"/><img id="536f1e35-1750-420b-8541-9f33d99c429d" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="12" src="https://static.wixstatic.com/media/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg/v1/fill/w_709,h_863,fp_0.62_0.26,q_90,enc_avif,quality_auto/d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-12" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:6981px" aria-hidden="false"><div data-id="0dc55dfc-f4aa-46f7-88d8-570ecebe04bd" class="item-link-wrapper" data-idx="13" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi0dc55dfcf4aa46f788d8570ecebe04bd_13" data-hash="0dc55dfc-f4aa-46f7-88d8-570ecebe04bd" data-id="0dc55dfc-f4aa-46f7-88d8-570ecebe04bd" data-idx="13" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:6981px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="13" id="item-action-0dc55dfc-f4aa-46f7-88d8-570ecebe04bd" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-0dc55dfc-f4aa-46f7-88d8-570ecebe04bd" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_30,blur_30,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.webp" type="image/webp"/><img id="0dc55dfc-f4aa-46f7-88d8-570ecebe04bd" alt="" src="https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_30,blur_30,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_90,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg 1x, https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_90,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg 2x, https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_90,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg 3x, https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_90,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg 4x, https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_90,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg 5x" type="image/jpeg"/><img id="0dc55dfc-f4aa-46f7-88d8-570ecebe04bd" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="13" src="https://static.wixstatic.com/media/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg/v1/fill/w_225,h_225,fp_1.44_0.8,q_90,enc_avif,quality_auto/d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-13" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:7518px" aria-hidden="false"><div data-id="74dee5d8-8e24-46e8-a3f4-12f363cb5f24" class="item-link-wrapper" data-idx="14" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi74dee5d88e2446e8a3f412f363cb5f24_14" data-hash="74dee5d8-8e24-46e8-a3f4-12f363cb5f24" data-id="74dee5d8-8e24-46e8-a3f4-12f363cb5f24" data-idx="14" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:7518px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="14" id="item-action-74dee5d8-8e24-46e8-a3f4-12f363cb5f24" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-74dee5d8-8e24-46e8-a3f4-12f363cb5f24" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png/v1/fill/w_692,h_922,fp_0.51_0.2,q_90,enc_avif,quality_auto/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png/v1/fill/w_692,h_922,fp_0.51_0.2,q_90,enc_avif,quality_auto/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png/v1/fill/w_692,h_922,fp_0.51_0.2,q_90,enc_avif,quality_auto/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png/v1/fill/w_692,h_922,fp_0.51_0.2,q_90,enc_avif,quality_auto/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png/v1/fill/w_692,h_922,fp_0.51_0.2,q_90,enc_avif,quality_auto/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png 5x" type="image/png"/><img id="74dee5d8-8e24-46e8-a3f4-12f363cb5f24" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="14" src="https://static.wixstatic.com/media/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png/v1/fill/w_692,h_922,fp_0.51_0.2,q_90,enc_avif,quality_auto/9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-14" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:8055px" aria-hidden="false"><div data-id="b4bbb713-bab4-4526-8282-495659f7026d" class="item-link-wrapper" data-idx="15" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgib4bbb713bab445268282495659f7026d_15" data-hash="b4bbb713-bab4-4526-8282-495659f7026d" data-id="b4bbb713-bab4-4526-8282-495659f7026d" data-idx="15" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:8055px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="15" id="item-action-b4bbb713-bab4-4526-8282-495659f7026d" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-b4bbb713-bab4-4526-8282-495659f7026d" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_480,h_480,fp_0.58_0.26,q_30,blur_30,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.webp" type="image/webp"/><img id="b4bbb713-bab4-4526-8282-495659f7026d" alt="" src="https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_480,h_480,fp_0.58_0.26,q_30,blur_30,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_960,h_1280,fp_0.58_0.26,q_90,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_1299,h_1732,fp_0.58_0.26,q_90,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_1299,h_1732,fp_0.58_0.26,q_90,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_1299,h_1732,fp_0.58_0.26,q_90,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_1299,h_1732,fp_0.58_0.26,q_90,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg 5x" type="image/jpeg"/><img id="b4bbb713-bab4-4526-8282-495659f7026d" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="15" src="https://static.wixstatic.com/media/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg/v1/fill/w_960,h_1280,fp_0.58_0.26,q_90,enc_avif,quality_auto/9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-15" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:8592px" aria-hidden="false"><div data-id="e9d65e43-1497-486a-b3b1-6a8fe2e79221" class="item-link-wrapper" data-idx="16" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgie9d65e431497486ab3b16a8fe2e79221_16" data-hash="e9d65e43-1497-486a-b3b1-6a8fe2e79221" data-id="e9d65e43-1497-486a-b3b1-6a8fe2e79221" data-idx="16" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:8592px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="16" id="item-action-e9d65e43-1497-486a-b3b1-6a8fe2e79221" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-e9d65e43-1497-486a-b3b1-6a8fe2e79221" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.12,q_30,blur_30,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.webp" type="image/webp"/><img id="e9d65e43-1497-486a-b3b1-6a8fe2e79221" alt="" src="https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.12,q_30,blur_30,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_960,h_1280,fp_0.48_0.12,q_90,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_1391,h_1854,fp_0.48_0.12,q_90,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_1391,h_1854,fp_0.48_0.12,q_90,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_1391,h_1854,fp_0.48_0.12,q_90,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_1391,h_1854,fp_0.48_0.12,q_90,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg 5x" type="image/jpeg"/><img id="e9d65e43-1497-486a-b3b1-6a8fe2e79221" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="16" src="https://static.wixstatic.com/media/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg/v1/fill/w_960,h_1280,fp_0.48_0.12,q_90,enc_avif,quality_auto/9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-16" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:9129px" aria-hidden="false"><div data-id="71b7a35b-fc50-4ed9-8c36-ee19fd6eb4da" class="item-link-wrapper" data-idx="17" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi71b7a35bfc504ed98c36ee19fd6eb4da_17" data-hash="71b7a35b-fc50-4ed9-8c36-ee19fd6eb4da" data-id="71b7a35b-fc50-4ed9-8c36-ee19fd6eb4da" data-idx="17" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:9129px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="17" id="item-action-71b7a35b-fc50-4ed9-8c36-ee19fd6eb4da" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-71b7a35b-fc50-4ed9-8c36-ee19fd6eb4da" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_480,h_480,fp_0.26_0.39,q_30,blur_30,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.webp" type="image/webp"/><img id="71b7a35b-fc50-4ed9-8c36-ee19fd6eb4da" alt="" src="https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_480,h_480,fp_0.26_0.39,q_30,blur_30,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_960,h_1280,fp_0.26_0.39,q_90,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_1786,h_2381,fp_0.26_0.39,q_90,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_1786,h_2381,fp_0.26_0.39,q_90,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_1786,h_2381,fp_0.26_0.39,q_90,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_1786,h_2381,fp_0.26_0.39,q_90,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg 5x" type="image/jpeg"/><img id="71b7a35b-fc50-4ed9-8c36-ee19fd6eb4da" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="17" src="https://static.wixstatic.com/media/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg/v1/fill/w_960,h_1280,fp_0.26_0.39,q_90,enc_avif,quality_auto/d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-17" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:9666px" aria-hidden="false"><div data-id="2fd83d5f-9766-40ff-8282-ec2574d80a15" class="item-link-wrapper" data-idx="18" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi2fd83d5f976640ff8282ec2574d80a15_18" data-hash="2fd83d5f-9766-40ff-8282-ec2574d80a15" data-id="2fd83d5f-9766-40ff-8282-ec2574d80a15" data-idx="18" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:9666px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="18" id="item-action-2fd83d5f-9766-40ff-8282-ec2574d80a15" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-2fd83d5f-9766-40ff-8282-ec2574d80a15" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png/v1/fill/w_579,h_772,fp_0.48_0.14,q_90,enc_avif,quality_auto/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png/v1/fill/w_583,h_777,fp_0.48_0.14,q_90,enc_avif,quality_auto/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png/v1/fill/w_583,h_777,fp_0.48_0.14,q_90,enc_avif,quality_auto/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png/v1/fill/w_583,h_777,fp_0.48_0.14,q_90,enc_avif,quality_auto/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png/v1/fill/w_583,h_777,fp_0.48_0.14,q_90,enc_avif,quality_auto/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png 5x" type="image/png"/><img id="2fd83d5f-9766-40ff-8282-ec2574d80a15" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="18" src="https://static.wixstatic.com/media/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png/v1/fill/w_579,h_772,fp_0.48_0.14,q_90,enc_avif,quality_auto/9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-18" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:10203px" aria-hidden="false"><div data-id="ac0eab07-fd7f-4626-93bb-98ce083b0ffd" class="item-link-wrapper" data-idx="19" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgiac0eab07fd7f462693bb98ce083b0ffd_19" data-hash="ac0eab07-fd7f-4626-93bb-98ce083b0ffd" data-id="ac0eab07-fd7f-4626-93bb-98ce083b0ffd" data-idx="19" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:10203px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="19" id="item-action-ac0eab07-fd7f-4626-93bb-98ce083b0ffd" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-ac0eab07-fd7f-4626-93bb-98ce083b0ffd" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_480,h_480,fp_0.45_0.18,q_30,blur_30,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.webp" type="image/webp"/><img id="ac0eab07-fd7f-4626-93bb-98ce083b0ffd" alt="" src="https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_480,h_480,fp_0.45_0.18,q_30,blur_30,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_732,h_803,fp_0.45_0.18,q_90,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_732,h_803,fp_0.45_0.18,q_90,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_732,h_803,fp_0.45_0.18,q_90,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_732,h_803,fp_0.45_0.18,q_90,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_732,h_803,fp_0.45_0.18,q_90,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg 5x" type="image/jpeg"/><img id="ac0eab07-fd7f-4626-93bb-98ce083b0ffd" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="19" src="https://static.wixstatic.com/media/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg/v1/fill/w_732,h_803,fp_0.45_0.18,q_90,enc_avif,quality_auto/9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-19" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:10740px" aria-hidden="false"><div data-id="a4ae0039-f2a0-41e8-9550-66bd8743fbe0" class="item-link-wrapper" data-idx="20" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgia4ae0039f2a041e8955066bd8743fbe0_20" data-hash="a4ae0039-f2a0-41e8-9550-66bd8743fbe0" data-id="a4ae0039-f2a0-41e8-9550-66bd8743fbe0" data-idx="20" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:10740px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="20" id="item-action-a4ae0039-f2a0-41e8-9550-66bd8743fbe0" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-a4ae0039-f2a0-41e8-9550-66bd8743fbe0" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png/v1/fill/w_579,h_772,fp_0.45_0.27,q_90,enc_avif,quality_auto/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png 1x, https://static.wixstatic.com/media/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png/v1/fill/w_583,h_777,fp_0.45_0.27,q_90,enc_avif,quality_auto/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png 2x, https://static.wixstatic.com/media/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png/v1/fill/w_583,h_777,fp_0.45_0.27,q_90,enc_avif,quality_auto/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png 3x, https://static.wixstatic.com/media/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png/v1/fill/w_583,h_777,fp_0.45_0.27,q_90,enc_avif,quality_auto/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png 4x, https://static.wixstatic.com/media/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png/v1/fill/w_583,h_777,fp_0.45_0.27,q_90,enc_avif,quality_auto/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png 5x" type="image/png"/><img id="a4ae0039-f2a0-41e8-9550-66bd8743fbe0" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="20" src="https://static.wixstatic.com/media/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png/v1/fill/w_579,h_772,fp_0.45_0.27,q_90,enc_avif,quality_auto/9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-20" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:11277px" aria-hidden="false"><div data-id="465571ff-75c5-4671-8331-683084b0c0c2" class="item-link-wrapper" data-idx="21" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi465571ff75c546718331683084b0c0c2_21" data-hash="465571ff-75c5-4671-8331-683084b0c0c2" data-id="465571ff-75c5-4671-8331-683084b0c0c2" data-idx="21" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:11277px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="21" id="item-action-465571ff-75c5-4671-8331-683084b0c0c2" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-465571ff-75c5-4671-8331-683084b0c0c2" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_480,h_480,fp_0.49_0.25,q_30,blur_30,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.webp" type="image/webp"/><img id="465571ff-75c5-4671-8331-683084b0c0c2" alt="" src="https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_480,h_480,fp_0.49_0.25,q_30,blur_30,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_651,h_868,fp_0.49_0.25,q_90,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_690,h_920,fp_0.49_0.25,q_90,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_690,h_920,fp_0.49_0.25,q_90,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_690,h_920,fp_0.49_0.25,q_90,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_690,h_920,fp_0.49_0.25,q_90,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg 5x" type="image/jpeg"/><img id="465571ff-75c5-4671-8331-683084b0c0c2" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="21" src="https://static.wixstatic.com/media/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg/v1/fill/w_651,h_868,fp_0.49_0.25,q_90,enc_avif,quality_auto/9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-21" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:11814px" aria-hidden="false"><div data-id="fe2a10a1-56f3-457b-bcd8-86ddf709f92d" class="item-link-wrapper" data-idx="22" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgife2a10a156f3457bbcd886ddf709f92d_22" data-hash="fe2a10a1-56f3-457b-bcd8-86ddf709f92d" data-id="fe2a10a1-56f3-457b-bcd8-86ddf709f92d" data-idx="22" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:11814px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="22" id="item-action-fe2a10a1-56f3-457b-bcd8-86ddf709f92d" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-fe2a10a1-56f3-457b-bcd8-86ddf709f92d" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_425,h_425,fp_0.61_0.3,q_30,blur_30,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.webp" type="image/webp"/><img id="fe2a10a1-56f3-457b-bcd8-86ddf709f92d" alt="" src="https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_425,h_425,fp_0.61_0.3,q_30,blur_30,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_500,h_362,fp_0.61_0.3,q_90,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg 1x, https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_500,h_362,fp_0.61_0.3,q_90,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg 2x, https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_500,h_362,fp_0.61_0.3,q_90,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg 3x, https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_500,h_362,fp_0.61_0.3,q_90,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg 4x, https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_500,h_362,fp_0.61_0.3,q_90,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg 5x" type="image/jpeg"/><img id="fe2a10a1-56f3-457b-bcd8-86ddf709f92d" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="22" src="https://static.wixstatic.com/media/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg/v1/fill/w_500,h_362,fp_0.61_0.3,q_90,enc_avif,quality_auto/d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-22" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:12351px" aria-hidden="false"><div data-id="41782f7b-27d9-49e1-8d00-6f87f017093c" class="item-link-wrapper" data-idx="23" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi41782f7b27d949e18d006f87f017093c_23" data-hash="41782f7b-27d9-49e1-8d00-6f87f017093c" data-id="41782f7b-27d9-49e1-8d00-6f87f017093c" data-idx="23" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:12351px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="23" id="item-action-41782f7b-27d9-49e1-8d00-6f87f017093c" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-41782f7b-27d9-49e1-8d00-6f87f017093c" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_480,h_480,fp_0.46_0.23,q_30,blur_30,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.webp" type="image/webp"/><img id="41782f7b-27d9-49e1-8d00-6f87f017093c" alt="" src="https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_480,h_480,fp_0.46_0.23,q_30,blur_30,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_960,h_1280,fp_0.46_0.23,q_90,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_1039,h_1385,fp_0.46_0.23,q_90,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_1039,h_1385,fp_0.46_0.23,q_90,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_1039,h_1385,fp_0.46_0.23,q_90,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_1039,h_1385,fp_0.46_0.23,q_90,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg 5x" type="image/jpeg"/><img id="41782f7b-27d9-49e1-8d00-6f87f017093c" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="23" src="https://static.wixstatic.com/media/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg/v1/fill/w_960,h_1280,fp_0.46_0.23,q_90,enc_avif,quality_auto/9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-23" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div><div data-hook="group-view" style="--group-top:0px;--group-left:auto;--group-width:537px;--group-right:12888px" aria-hidden="false"><div data-id="5dee553c-90b5-4fd9-82c6-8a81930a8a82" class="item-link-wrapper" data-idx="24" data-hook="item-link-wrapper" tabindex="-1"><div class="gallery-item-container item-container-regular has-custom-focus visible clickable invert-hover hover-animation-fade-in zoom-in-on-hover" id="pgi5dee553c90b54fd982c68a81930a8a82_24" data-hash="5dee553c-90b5-4fd9-82c6-8a81930a8a82" data-id="5dee553c-90b5-4fd9-82c6-8a81930a8a82" data-idx="24" data-hook="item-container" style="overflow-y:hidden;position:absolute;bottom:auto;margin:6px;top:0;left:auto;right:12888px;width:525px;height:700px;overflow:hidden;border-radius:15px;transition:opacity .2s ease;opacity:0;display:none" aria-hidden="true"><div data-idx="24" id="item-action-5dee553c-90b5-4fd9-82c6-8a81930a8a82" class="item-action" tabindex="-1" data-hook="item-action" aria-label="image" role="button" aria-haspopup="dialog"></div><div><div data-hook="item-wrapper" class="gallery-item-wrapper visible cube-type-fill [object Object]" id="item-wrapper-5dee553c-90b5-4fd9-82c6-8a81930a8a82" style="background-color:none;height:700px;width:525px;margin:0px"><div class="gallery-item-content item-content-regular image-item gallery-item-visible gallery-item gallery-item-preloaded" data-hook="image-item" style="width:525px;height:700px;margin-top:0;margin-left:0"><picture><source srcset="https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.22,q_30,blur_30,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.webp" type="image/webp"/><img id="5dee553c-90b5-4fd9-82c6-8a81930a8a82" alt="" src="https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_480,h_480,fp_0.48_0.22,q_30,blur_30,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg" style="width:100%;height:100%" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img-preload" loading="eager"/></picture><picture><source srcset="https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_870,h_1160,fp_0.48_0.22,q_90,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg 1x, https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_870,h_1160,fp_0.48_0.22,q_90,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg 2x, https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_870,h_1160,fp_0.48_0.22,q_90,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg 3x, https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_870,h_1160,fp_0.48_0.22,q_90,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg 4x, https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_870,h_1160,fp_0.48_0.22,q_90,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg 5x" type="image/jpeg"/><img id="5dee553c-90b5-4fd9-82c6-8a81930a8a82" class="gallery-item-visible gallery-item gallery-item-preloaded" data-hook="gallery-item-image-img" data-idx="24" src="https://static.wixstatic.com/media/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg/v1/fill/w_870,h_1160,fp_0.48_0.22,q_90,enc_avif,quality_auto/9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg" alt="" loading="lazy" style="width:100%;height:100%"/></picture></div><div class="item-hover-flex-container" style="width:525px;height:700px;margin-top:0;margin-left:0;display:flex;position:absolute;top:0;left:0;align-items:flex-end"><div data-hook="item-hover-24" class="gallery-item-hover fullscreen-enabled item-overlay-regular" style="width:525px;height:385.00000000000006px;margin:0;position:relative"><div class="gallery-item-hover-inner"><div data-hook="info-element" style="height:100%;width:100%"><div class="hover-info-element" data-hook="hover-info-element" style="height:100%;box-sizing:border-box;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px"><div class="info-element-social info-align-left vertical-item info-element-social-absolute" data-hook="item-social"></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><div data-key="items-styles" style="display:none"><style>#pro-gallery-comp-mkwisj6y .gallery-item-container { opacity: 0 }
#pro-gallery-comp-mkwisj6y .gallery-item-hover::before { background: linear-gradient(180deg,rgba(33,31,36,0),rgba(0,0,0,0.4)) !important}</style></div></div></div><div id="layout-fixer-comp-mkwisj6ytrue" style="display:none"><link href="" rel="stylesheet" id="layout-fixer-style-comp-mkwisj6y"/><script>try {
window.requestAnimationFrame(function() {
setTimeout(() => {
var ele = document.getElementById('pro-gallery-comp-mkwisj6y');
var pgMeasures = ele.getBoundingClientRect();
var options = (() => "layoutParams_cropRatio:0.75|layoutParams_structure_galleryRatio_value:0|layoutParams_repeatingGroupTypes:|layoutParams_gallerySpacing:0|groupTypes:1|numberOfImagesPerRow:4|collageAmount:0.8|textsVerticalPadding:0|textsHorizontalPadding:0|calculateTextBoxHeightMode:MANUAL|targetItemSize:50|cubeRatio:0.75|externalInfoHeight:0|externalInfoWidth:0|isRTL:true|isVertical:false|minItemSize:120|groupSize:1|chooseBestGroup:true|cubeImages:true|cubeType:fill|smartCrop:false|collageDensity:1|imageMargin:12|hasThumbnails:false|galleryThumbnailsAlignment:bottom|gridStyle:1|titlePlacement:SHOW_ON_HOVER|arrowsSize:33|slideshowInfoSize:120|imageInfoType:NO_BACKGROUND|textBoxHeight:0|scrollDirection:1|galleryLayout:4|gallerySizeType:smart|gallerySize:50|cropOnlyFill:true|numberOfImagesPerCol:1|groupsPerStrip:0|scatter:0|enableInfiniteScroll:true|thumbnailSpacings:5|arrowsPosition:0|thumbnailSize:120|calculateTextBoxWidthMode:PERCENT|textBoxWidthPercent:50|useMaxDimensions:false|rotatingGroupTypes:|fixedColumns:0|rotatingCropRatios:|gallerySizePx:0|placeGroupsLtr:false")(ele);
var width = pgMeasures.width;
var height = pgMeasures.height;
var isIOS = /iPad|iPhone|iPod/.test(navigator?.userAgent);
if(isIOS) {
width = width;
width = width;
height = height;
height = height;
} else {
width = width;
width = width;
height = height;
height = height;
}
pgMeasures = { top: pgMeasures.top, width, height };
var isVertical = options.includes('layoutParams_structure_scrollDirection:"VERTICAL"');
var layoutFixerUrl = '/_serverless/pro-gallery-css-v4-server/layoutCss?ver=2&id=comp-mkwisj6y&items=3550_1200_800|3550_1000_429|3450_1200_1200|3674_750_410|3694_800_800|3538_826_1024|3377_1200_675|3705_900_900|3630_1600_1066|3705_1444_920|3627_600_355|3774_900_900|3851_960_639|3499_225_225|3579_800_800|3710_1500_1500|3374_1440_1792|3477_1663_2560|3395_579_785|3602_1024_576&container=' + pgMeasures.top + '_' + pgMeasures.width + '_' + pgMeasures.height + '_' + window.innerHeight + '&options=' + options;
document.getElementById('layout-fixer-style-comp-mkwisj6y').setAttribute('href', encodeURI(layoutFixerUrl));
}, 0);
});
} catch (e) {
console.warn('Cannot set layoutFixer css', e);
}</script></div></div></div></div></div><!--/$--><!--$--><div id="comp-mkwisj2x" role="" class="PiVxGu MDrwHQ comp-mkwisj2x-container comp-mkwisj2x wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div></div><!--/$--><!--$--><div id="comp-mkwisiyj" role="" class="PiVxGu MDrwHQ comp-mkwisiyj-container comp-mkwisiyj wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div></div><!--/$--></div></div><!--/$--><!--$--><div id="comp-mm4re0i0" role="" class="PiVxGu MDrwHQ comp-mm4re0i0 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4re0i0-container"><!--$--><div id="comp-mkvsfdbe1" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mkvsfdbe1 wixui-rich-text" data-testid="richTextElement"><h2 class="font_2 wixui-rich-text__text">Ils m'ont fait confiance</h2></div><!--/$--></div></div><!--/$--></div></section><!--/$--><!--$--><section id="comp-mkweq5z2" tabindex="-1" data-block-level-container="Section" class="xuzjBY comp-mkweq5z2-container comp-mkweq5z2 wixui-section undefined Gzsk0j" data-testid="section-container"><div id="bgLayers_comp-mkweq5z2" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mkweq5z2" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mkweq5z2" data-motion-part="BG_MEDIA comp-mkweq5z2" class="VgO9Yg"></div></div><!--$--><div id="comp-mm4rkw2y" role="" class="PiVxGu MDrwHQ comp-mm4rkw2y wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4rkw2y-container"><!--$--><div id="comp-mkyo4vab" role="" class="PiVxGu MDrwHQ comp-mkyo4vab-container comp-mkyo4vab wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-ml0ovi3l" class="YcIVz3 comp-ml0ovi3l"><h2 class="vFkhXO" data-testid="heading-tag">La Nutrition Academy en chiffres</h2><div class="elEp3H" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" class="preview-svg w681pN UZDyCY" data-fontsize="79" aria-hidden="true"><text x="50%" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:middle;text-decoration:none;text-transform:none">La Nutrition Academy en chiffres</text></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" class="display-svg w681pN drrrT5"><defs><clippath id="clip-comp-ml0ovi3l" aria-hidden="true"><text x="50%" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:middle;text-decoration:none;text-transform:none">La Nutrition Academy en chiffres</text></clippath></defs><g class="text-group" id="text-group-comp-ml0ovi3l"><text x="50%" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:middle;text-decoration:none;text-transform:none;overflow:visible">La Nutrition Academy en chiffres</text></g></svg><div class="wKTolk fill-layers-wrapper" style="clip-path:url(#clip-comp-ml0ovi3l)"><div id="bgLayers_comp-ml0ovi3l" data-hook="bgLayers" data-motion-part="BG_LAYER comp-ml0ovi3l" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-ml0ovi3l" data-motion-part="BG_MEDIA comp-ml0ovi3l" class="VgO9Yg"></div></div></div></div></div><!--/$--><!--$--><div id="comp-mkwj3cch" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mkwj3cch wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text"><span style="font-weight:bold;" class="wixui-rich-text__text">Ici, ça sent la sueur, le travail de l’ombre.</span></p><p class="font_8 wixui-rich-text__text">Des décisions stratégiques conçues en amont puis révélées sous pression, directement sur le terrain.</p><p class="font_8 wixui-rich-text__text">Depuis 2012 : un travail rigoureux, précis, silencieux, avec une seule priorité : l’athlète. Parce que la performance, la vraie, laisse des traces.<br class="wixui-rich-text__text">Les chiffres aussi.</p></div><!--/$--></div><!--/$--></div></div><!--/$--><!--$--><div id="comp-mkweq602" role="" class="PiVxGu MDrwHQ comp-mkweq602 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mkweq602-container"><!--$--><div id="comp-mkweq6033" role="" class="PiVxGu MDrwHQ comp-mkweq6033 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mkweq6033-container"><!--$--><div id="comp-mm1xduey" data-testid="imageX" class="lyNaha comp-mm1xduey JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-mm1xduey"><div data-motion-part="BG_MEDIA comp-mm1xduey"><wow-image id="img-comp-mm1xduey" data-is-responsive="true" data-image-info="{"containerId":"comp-mm1xduey","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_b63e46ad9f1649fe94eec941dc697721~mv2.png","width":1366,"height":768,"alt":"Texture minérale gris clair utilisée en fond de section du site","name":"1.png","displayMode":"fill","focalPoint":{"x":50,"y":50},"scrollEffect":"none"},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mm1xduey" class="Ux33nC"><picture><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_b63e46ad9f1649fe94eec941dc697721~mv2.png/v1/fill/w_49,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/1.png" alt="Texture minérale gris clair utilisée en fond de section du site" style="object-fit:cover;object-position:50% 50%"/></picture></wow-image></div></div></div><!--/$--><!--$--><div id="comp-mm9879sp" role="" class="PiVxGu MDrwHQ comp-mm9879sp-container comp-mm9879sp wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm97l7lh" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm97l7lh wixui-rich-text" data-testid="richTextElement"><h5 class="font_5 wixui-rich-text__text">754</h5></div><!--/$--><!--$--><div id="comp-mkweq6152" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mkweq6152 wixui-rich-text" data-testid="richTextElement"><h3 class="font_8 wixui-rich-text__text">Athlètes de haut niveau</h3></div><!--/$--></div><!--/$--><!--$--><div id="comp-mkweq618" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mkweq618 wixui-rich-text" data-testid="richTextElement"><p class="font_9 wixui-rich-text__text">65 titres internationaux</p>
<p class="font_9 wixui-rich-text__text">7 médailles olympiques</p>
<p class="font_9 wixui-rich-text__text">26 ceintures mondiales</p></div><!--/$--></div></div><!--/$--></div></div><!--/$--><!--$--><div id="comp-mkweq61c" role="" class="PiVxGu MDrwHQ comp-mkweq61c wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mkweq61c-container"><!--$--><div id="comp-mm4saqn4" role="" class="PiVxGu MDrwHQ comp-mm4saqn4 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4saqn4-container"><!--$--><div id="comp-mm4saqnv" data-testid="imageX" class="lyNaha comp-mm4saqnv JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-mm4saqnv"><div data-motion-part="BG_MEDIA comp-mm4saqnv"><wow-image id="img-comp-mm4saqnv" data-is-responsive="true" data-image-info="{"containerId":"comp-mm4saqnv","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_b63e46ad9f1649fe94eec941dc697721~mv2.png","width":1366,"height":768,"alt":"Texture minérale gris clair utilisée en fond de section du site","name":"1.png","displayMode":"fill","focalPoint":{"x":50,"y":50},"scrollEffect":"none"},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mm4saqnv" class="Ux33nC"><picture><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_b63e46ad9f1649fe94eec941dc697721~mv2.png/v1/fill/w_49,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/1.png" alt="Texture minérale gris clair utilisée en fond de section du site" style="object-fit:cover;object-position:50% 50%"/></picture></wow-image></div></div></div><!--/$--><!--$--><div id="comp-mm987glw" role="" class="PiVxGu MDrwHQ comp-mm987glw-container comp-mm987glw wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm97mwze" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm97mwze wixui-rich-text" data-testid="richTextElement"><h5 class="font_5 wixui-rich-text__text">2088</h5></div><!--/$--><!--$--><div id="comp-mm97mwzf" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm97mwzf wixui-rich-text" data-testid="richTextElement"><h3 class="font_8 wixui-rich-text__text">Combattants suivis</h3></div><!--/$--></div><!--/$--><!--$--><div id="comp-mm4saqob" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4saqob wixui-rich-text" data-testid="richTextElement"><p class="font_9 wixui-rich-text__text">Des pratiquants passionnés aux combattants professionnels</p></div><!--/$--></div></div><!--/$--></div></div><!--/$--><!--$--><div id="comp-mkweq61r" role="" class="PiVxGu MDrwHQ comp-mkweq61r wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mkweq61r-container"><!--$--><div id="comp-mm4sd43s" role="" class="PiVxGu MDrwHQ comp-mm4sd43s wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4sd43s-container"><!--$--><div id="comp-mm4sd43y2" data-testid="imageX" class="lyNaha comp-mm4sd43y2 JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-mm4sd43y2"><div data-motion-part="BG_MEDIA comp-mm4sd43y2"><wow-image id="img-comp-mm4sd43y2" data-is-responsive="true" data-image-info="{"containerId":"comp-mm4sd43y2","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_b63e46ad9f1649fe94eec941dc697721~mv2.png","width":1366,"height":768,"alt":"Texture minérale gris clair utilisée en fond de section du site","name":"1.png","displayMode":"fill","focalPoint":{"x":50,"y":50},"scrollEffect":"none"},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mm4sd43y2" class="Ux33nC"><picture><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_b63e46ad9f1649fe94eec941dc697721~mv2.png/v1/fill/w_49,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/1.png" alt="Texture minérale gris clair utilisée en fond de section du site" style="object-fit:cover;object-position:50% 50%"/></picture></wow-image></div></div></div><!--/$--><!--$--><div id="comp-mm987ms2" role="" class="PiVxGu MDrwHQ comp-mm987ms2-container comp-mm987ms2 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm97ngsq5" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm97ngsq5 wixui-rich-text" data-testid="richTextElement"><h5 class="font_5 wixui-rich-text__text">2719</h5></div><!--/$--><!--$--><div id="comp-mm97ngsr4" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm97ngsr4 wixui-rich-text" data-testid="richTextElement"><h3 class="font_8 wixui-rich-text__text">Pesées validées</h3></div><!--/$--></div><!--/$--><!--$--><div id="comp-mm4sd4469" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4sd4469 wixui-rich-text" data-testid="richTextElement"><p class="font_9 wixui-rich-text__text">D'après des protocoles affinés années après années</p></div><!--/$--></div></div><!--/$--></div></div><!--/$--><!--$--><div id="comp-mkweq6244" role="" class="PiVxGu MDrwHQ comp-mkweq6244 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mkweq6244-container"><!--$--><div id="comp-mm4sgoit" role="" class="PiVxGu MDrwHQ comp-mm4sgoit wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4sgoit-container"><!--$--><div id="comp-mm4sgoiz1" data-testid="imageX" class="lyNaha comp-mm4sgoiz1 JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-mm4sgoiz1"><div data-motion-part="BG_MEDIA comp-mm4sgoiz1"><wow-image id="img-comp-mm4sgoiz1" data-is-responsive="true" data-image-info="{"containerId":"comp-mm4sgoiz1","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_b63e46ad9f1649fe94eec941dc697721~mv2.png","width":1366,"height":768,"alt":"Texture minérale gris clair utilisée en fond de section du site","name":"1.png","displayMode":"fill","focalPoint":{"x":50,"y":50},"scrollEffect":"none"},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mm4sgoiz1" class="Ux33nC"><picture><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_b63e46ad9f1649fe94eec941dc697721~mv2.png/v1/fill/w_49,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/1.png" alt="Texture minérale gris clair utilisée en fond de section du site" style="object-fit:cover;object-position:50% 50%"/></picture></wow-image></div></div></div><!--/$--><!--$--><div id="comp-mm4sgoj06" role="" class="PiVxGu MDrwHQ comp-mm4sgoj06-container comp-mm4sgoj06 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div></div><!--/$--><!--$--><div id="comp-mm987ti5" role="" class="PiVxGu MDrwHQ comp-mm987ti5-container comp-mm987ti5 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm97nxdr5" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm97nxdr5 wixui-rich-text" data-testid="richTextElement"><h5 class="font_5 wixui-rich-text__text">519</h5></div><!--/$--><!--$--><div id="comp-mm97nxds7" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm97nxds7 wixui-rich-text" data-testid="richTextElement"><h3 class="font_8 wixui-rich-text__text">Personnes formées</h3></div><!--/$--></div><!--/$--><!--$--><div id="comp-mm4sgoj44" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4sgoj44 wixui-rich-text" data-testid="richTextElement"><p class="font_9 wixui-rich-text__text">Avec la seule formation européenne en nutrition des sports de combat</p></div><!--/$--></div></div><!--/$--></div></div><!--/$--></section><!--/$--><!--$--><section id="comp-mm4sjc4v" tabindex="-1" data-block-level-container="Section" class="xuzjBY comp-mm4sjc4v wixui-section Gzsk0j" data-testid="section-container"><div id="bgLayers_comp-mm4sjc4v" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mm4sjc4v" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mm4sjc4v" data-motion-part="BG_MEDIA comp-mm4sjc4v" class="VgO9Yg"></div></div><div data-testid="responsive-container-content" class="comp-mm4sjc4v-container max-width-container"><!--$--><div id="comp-mm4sjx1i" role="" class="PiVxGu MDrwHQ comp-mm4sjx1i wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4sjx1i-container"><!--$--><div id="comp-mm4sklby" data-testid="imageX" class="lyNaha comp-mm4sklby JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-mm4sklby"><div data-motion-part="BG_MEDIA comp-mm4sklby"><wow-image id="img-comp-mm4sklby" data-is-responsive="true" data-image-info="{"containerId":"comp-mm4sklby","alignType":"center","parallaxSpeed":1.5,"sourceSets":[{"focalPoint":{"x":61,"y":50},"crop":{"x":155,"y":0,"width":1142,"height":768,"svgId":"","flip":"none"},"displayMode":"fill","scrollEffect":"none","mediaQuery":"(min-width: 320px) and (max-width: 1000px)"}],"imageData":{"uri":"9b78c1_6a50e4a0b89449bfb8dd16d120836a66~mv2.jpg","width":1536,"height":768,"alt":"Illustration performance sportive et nutrition pour athlètes","name":"IMG_3366_edited.jpg","crop":{"x":155,"y":0,"width":1142,"height":768,"svgId":"","flip":"none"},"displayMode":"fill","focalPoint":{"x":50,"y":50},"scrollEffect":"none"},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mm4sklby" class="Ux33nC"><picture><source media="(min-width: 320px) and (max-width: 1000px)" srcset="https://static.wixstatic.com/media/9b78c1_6a50e4a0b89449bfb8dd16d120836a66~mv2.jpg/v1/crop/x_155,y_0,w_1142,h_768/fill/w_109,h_74,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/IMG_3366_edited.jpg"/><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_6a50e4a0b89449bfb8dd16d120836a66~mv2.jpg/v1/crop/x_155,y_0,w_1142,h_768/fill/w_109,h_74,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/IMG_3366_edited.jpg" alt="Illustration performance sportive et nutrition pour athlètes" style="object-fit:cover;object-position:50% 50%"/></picture></wow-image></div></div></div><!--/$--></div></div><!--/$--><!--$--><div id="comp-mm4sjx1s" role="" class="PiVxGu MDrwHQ comp-mm4sjx1s wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4sjx1s-container"><!--$--><div id="comp-mm4skqbl" role="" class="PiVxGu MDrwHQ comp-mm4skqbl-container comp-mm4skqbl wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4skqbo5" class="YcIVz3 comp-mm4skqbo5"><h2 class="vFkhXO" data-testid="heading-tag">La méthode n°1
en nutrition des sports de combat</h2><div class="elEp3H" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" class="preview-svg w681pN UZDyCY" data-fontsize="79" aria-hidden="true"><text x="0" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none">La méthode n°1</text><text x="0" y="1.2em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none">en nutrition des sports de combat</text></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" class="display-svg w681pN drrrT5"><defs><clippath id="clip-comp-mm4skqbo5" aria-hidden="true"><text x="0" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none">La méthode n°1</text><text x="0" y="1.2em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none">en nutrition des sports de combat</text></clippath></defs><g class="text-group" id="text-group-comp-mm4skqbo5"><text x="0" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none;overflow:visible">La méthode n°1</text><text x="0" y="1.2em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none;overflow:visible">en nutrition des sports de combat</text></g></svg><div class="wKTolk fill-layers-wrapper" style="clip-path:url(#clip-comp-mm4skqbo5)"><div id="bgLayers_comp-mm4skqbo5" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mm4skqbo5" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mm4skqbo5" data-motion-part="BG_MEDIA comp-mm4skqbo5" class="VgO9Yg"></div></div></div></div></div><!--/$--><!--$--><div id="comp-mm4skqbu5" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4skqbu5 wixui-rich-text" data-testid="richTextElement"><p class="font_9 wixui-rich-text__text">Pour les sportifs comme pour leur staff, la Nutrition Academy, créée par Cécile Giornelli, s’est imposée depuis 2012 comme une référence en nutrition de performance.</p>
<p class="font_9 wixui-rich-text__text"> </p>
<p class="font_9 wixui-rich-text__text">De la compréhension fine aux outils concrets, tout est pensé pour prendre les bonnes décisions, sécuriser les phases clés et performer sur le terrain, au quotidien comme en compétition.</p></div><!--/$--></div><!--/$--></div></div><!--/$--></div></section><!--/$--><!--$--><section id="comp-mm4smjlf" tabindex="-1" data-block-level-container="Section" class="xuzjBY comp-mm4smjlf wixui-section Gzsk0j" data-testid="section-container"><div id="bgLayers_comp-mm4smjlf" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mm4smjlf" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mm4smjlf" data-motion-part="BG_MEDIA comp-mm4smjlf" class="VgO9Yg"></div></div><div data-testid="responsive-container-content" class="comp-mm4smjlf-container max-width-container"><!--$--><div id="comp-mm4smzaa" role="" class="PiVxGu MDrwHQ comp-mm4smzaa wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4smzaa-container"><!--$--><div id="comp-mm4sn3ve" role="" class="PiVxGu MDrwHQ comp-mm4sn3ve-container comp-mm4sn3ve wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4sn3vg4" role="" class="PiVxGu MDrwHQ comp-mm4sn3vg4-container comp-mm4sn3vg4 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4sn3vh4" class="YcIVz3 comp-mm4sn3vh4"><h2 class="vFkhXO" data-testid="heading-tag">Trois formats pour monter en gamme</h2><div class="elEp3H" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" class="preview-svg w681pN UZDyCY" data-fontsize="79" aria-hidden="true"><text x="50%" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:middle;text-decoration:none;text-transform:none">Trois formats pour monter en gamme</text></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" class="display-svg w681pN drrrT5"><defs><clippath id="clip-comp-mm4sn3vh4" aria-hidden="true"><text x="50%" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:middle;text-decoration:none;text-transform:none">Trois formats pour monter en gamme</text></clippath></defs><g class="text-group" id="text-group-comp-mm4sn3vh4"><text x="50%" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:middle;text-decoration:none;text-transform:none;overflow:visible">Trois formats pour monter en gamme</text></g></svg><div class="wKTolk fill-layers-wrapper" style="clip-path:url(#clip-comp-mm4sn3vh4)"><div id="bgLayers_comp-mm4sn3vh4" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mm4sn3vh4" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mm4sn3vh4" data-motion-part="BG_MEDIA comp-mm4sn3vh4" class="VgO9Yg"></div></div></div></div></div><!--/$--></div><!--/$--><!--$--><div id="comp-mm4sn3vn" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4sn3vn wixui-rich-text" data-testid="richTextElement"><h6 class="font_6 wixui-rich-text__text">Prends une longueur d'avance et passe au niveau supérieur— pendant que les autres<br class="wixui-rich-text__text">cherchent encore l'info sur YouTube.</h6></div><!--/$--></div><!--/$--></div></div><!--/$--><!--$--><div id="comp-mm4smzam" role="" class="PiVxGu MDrwHQ comp-mm4smzam wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4smzam-container"><!--$--><div id="comp-mm4snq5n" class="Mdue19 comp-mm4snq5n wixui-repeater"><div data-testid="responsive-container-content" role="list" class="comp-mm4snq5n-container"><!--$--><div id="comp-mm4snq5s8__item1" role="listitem" class="PiVxGu MDrwHQ comp-mm4snq5s8-container comp-mm4snq5s8__item1 wixui-repeater__item" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-repeater__item"></div><!--$--><div id="comp-mm4snq5u11__item1" data-testid="imageX" class="lyNaha comp-mm4snq5u11__item1 JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-mm4snq5u11__item1"><div data-motion-part="BG_MEDIA comp-mm4snq5u11__item1"><wow-image id="img-comp-mm4snq5u11__item1" data-is-responsive="true" data-image-info="{"containerId":"comp-mm4snq5u11__item1","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_7e16732459ec41da93fdcce20fd5bacb~mv2.jpg","width":859,"height":859,"alt":"www.cecilegiornelli.com","name":"www.cecilegiornelli.com","displayMode":"fill","focalPoint":{"x":49,"y":24},"scrollEffect":"none"},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mm4snq5u11__item1" class="Ux33nC"><picture><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_7e16732459ec41da93fdcce20fd5bacb~mv2.jpg/v1/fill/w_155,h_155,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/www_cecilegiornelli_com.jpg" alt="www.cecilegiornelli.com" style="object-fit:cover;object-position:49% 24%"/></picture></wow-image></div></div></div><!--/$--><!--$--><div id="comp-mm4snq666__item1" role="" class="PiVxGu MDrwHQ comp-mm4snq666-container comp-mm4snq666__item1 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4snq678__item1" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4snq678__item1 wixui-rich-text" data-testid="richTextElement"><h6 class="font_6 wixui-rich-text__text">Sportifs.</h6></div><!--/$--><!--$--><div id="comp-mm4snq686__item1" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4snq686__item1 wixui-rich-text" data-testid="richTextElement"><p class="font_9 wixui-rich-text__text">Deviens autonome dans tes choix alimentaires pour performer, gérer ton poids et rester affûté avant, pendant et après l’effort.</p></div><!--/$--><!--$--><div id="comp-mm4snq6818__item1" class="comp-mm4snq6818__item1" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" href="https://www.cecilegiornelli.com/strategie-alimentaire" target="_self" class="DPAltb style-mm4snq6g4__root wixui-button OoFUKI" aria-label="Obtenir ma stratégie alimentaire"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Obtenir ma stratégie alimentaire</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--></div><!--/$--></div><!--/$--><!--$--><div id="comp-mm4snq5s8__item-j9plerjk" role="listitem" class="PiVxGu MDrwHQ comp-mm4snq5s8-container comp-mm4snq5s8__item-j9plerjk wixui-repeater__item" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-repeater__item"></div><!--$--><div id="comp-mm4snq5u11__item-j9plerjk" data-testid="imageX" class="lyNaha comp-mm4snq5u11__item-j9plerjk JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-mm4snq5u11__item-j9plerjk"><div data-motion-part="BG_MEDIA comp-mm4snq5u11__item-j9plerjk"><wow-image id="img-comp-mm4snq5u11__item-j9plerjk" data-is-responsive="true" data-image-info="{"containerId":"comp-mm4snq5u11__item-j9plerjk","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_d58ebc195ed74eabacbdc272cdca3f79~mv2.jpg","width":1280,"height":853,"alt":"Boxeur bandant les mains","name":"Boxeur bandant les mains","crop":{"x":412,"y":0,"width":477,"height":853,"flip":"none"},"displayMode":"fill","focalPoint":{"x":50,"y":50},"scrollEffect":"none"},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mm4snq5u11__item-j9plerjk" class="Ux33nC"><picture><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_d58ebc195ed74eabacbdc272cdca3f79~mv2.jpg/v1/crop/x_412,y_0,w_477,h_853/fill/w_55,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/Boxeur%20bandant%20les%20mains.jpg" alt="Boxeur bandant les mains" style="object-fit:cover;object-position:50% 50%"/></picture></wow-image></div></div></div><!--/$--><!--$--><div id="comp-mm4snq666__item-j9plerjk" role="" class="PiVxGu MDrwHQ comp-mm4snq666-container comp-mm4snq666__item-j9plerjk wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4snq678__item-j9plerjk" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4snq678__item-j9plerjk wixui-rich-text" data-testid="richTextElement"><h6 class="font_6 wixui-rich-text__text">Compétiteurs.</h6></div><!--/$--><!--$--><div id="comp-mm4snq686__item-j9plerjk" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4snq686__item-j9plerjk wixui-rich-text" data-testid="richTextElement"><p class="font_9 wixui-rich-text__text">Des formats courts et précis pour appliquer immédiatement ce qui fonctionne en FightWeek, sans improviser.</p></div><!--/$--><!--$--><div id="comp-mm4snq6818__item-j9plerjk" class="comp-mm4snq6818__item-j9plerjk" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" href="https://www.cecilegiornelli.com/protocoles-fight-week" target="_self" class="DPAltb style-mm4snq6g4__root wixui-button OoFUKI" aria-label="Obtenir mes protocoles Fight Week"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Obtenir mes protocoles Fight Week</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--></div><!--/$--></div><!--/$--><!--$--><div id="comp-mm4snq5s8__item-j9ples3e" role="listitem" class="PiVxGu MDrwHQ comp-mm4snq5s8-container comp-mm4snq5s8__item-j9ples3e wixui-repeater__item" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-repeater__item"></div><!--$--><div id="comp-mm4snq5u11__item-j9ples3e" data-testid="imageX" class="lyNaha comp-mm4snq5u11__item-j9ples3e JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-mm4snq5u11__item-j9ples3e"><div data-motion-part="BG_MEDIA comp-mm4snq5u11__item-j9ples3e"><wow-image id="img-comp-mm4snq5u11__item-j9ples3e" data-is-responsive="true" data-image-info="{"containerId":"comp-mm4snq5u11__item-j9ples3e","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_daf1f895adc14cf98baeca59f0a145eb~mv2.jpg","width":1290,"height":1787,"alt":"WhatsApp Image 2026-01-26 at 23_edited_edited_edited.jpg","name":"WhatsApp Image 2026-01-26 at 23_edited_edited_edited.jpg","displayMode":"fill","scrollEffect":"none","focalPoint":null},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mm4snq5u11__item-j9ples3e" class="Ux33nC"><picture><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_daf1f895adc14cf98baeca59f0a145eb~mv2.jpg/v1/fill/w_147,h_204,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/WhatsApp%20Image%202026-01-26%20at%2023_edited_edited_edited.jpg" alt="WhatsApp Image 2026-01-26 at 23_edited_edited_edited.jpg" style="object-fit:cover;object-position:50% 50%"/></picture></wow-image></div></div></div><!--/$--><!--$--><div id="comp-mm4snq666__item-j9ples3e" role="" class="PiVxGu MDrwHQ comp-mm4snq666-container comp-mm4snq666__item-j9ples3e wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4snq678__item-j9ples3e" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4snq678__item-j9ples3e wixui-rich-text" data-testid="richTextElement"><h6 class="font_6 wixui-rich-text__text"><span style="font-style:normal;" class="wixui-rich-text__text"><span style="font-family:dm-sans,sans-serif;" class="wixui-rich-text__text"><span style="font-weight:700;" class="wixui-rich-text__text">Coachs.</span></span></span></h6></div><!--/$--><!--$--><div id="comp-mm4snq686__item-j9ples3e" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4snq686__item-j9ples3e wixui-rich-text" data-testid="richTextElement"><p class="font_9 wixui-rich-text__text">Apprends à maîtriser la nutrition des sports de combat en 4 mois et transforme les performances de tes athlètes.</p></div><!--/$--><!--$--><div id="comp-mm4snq6818__item-j9ples3e" class="comp-mm4snq6818__item-j9ples3e" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" href="https://www.cecilegiornelli.com/se-former" target="_self" class="DPAltb style-mm4snq6g4__root wixui-button OoFUKI" aria-label="Voir le programme de formation"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Voir le programme de formation</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--></div><!--/$--></div><!--/$--></div></div><!--/$--></div></div><!--/$--></div></section><!--/$--><!--$--><section id="comp-mkwgedkw" tabindex="-1" data-block-level-container="Section" class="xuzjBY comp-mkwgedkw wixui-section Gzsk0j" data-testid="section-container"><div id="bgLayers_comp-mkwgedkw" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mkwgedkw" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mkwgedkw" data-motion-part="BG_MEDIA comp-mkwgedkw" class="VgO9Yg"></div></div><div data-testid="responsive-container-content" class="comp-mkwgedkw-container"><!--$--><div id="comp-mkwgedlx" role="" class="PiVxGu MDrwHQ comp-mkwgedlx-container comp-mkwgedlx wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mkwgedlz3" role="" class="PiVxGu MDrwHQ comp-mkwgedlz3-container comp-mkwgedlz3 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mkwgg892" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mkwgg892 wixui-rich-text" data-testid="richTextElement"><p class="font_9 wixui-rich-text__text">TRAVAILLONS ENSEMBLE</p></div><!--/$--><!--$--><div id="comp-ml0p961i" class="YcIVz3 comp-ml0p961i"><h2 class="vFkhXO" data-testid="heading-tag">Podcasts & conférences</h2><div class="elEp3H" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" class="preview-svg w681pN UZDyCY" data-fontsize="79" aria-hidden="true"><text x="50%" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:middle;text-decoration:none;text-transform:none">Podcasts & conférences</text></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" class="display-svg w681pN drrrT5"><defs><clippath id="clip-comp-ml0p961i" aria-hidden="true"><text x="50%" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:middle;text-decoration:none;text-transform:none">Podcasts & conférences</text></clippath></defs><g class="text-group" id="text-group-comp-ml0p961i"><text x="50%" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:middle;text-decoration:none;text-transform:none;overflow:visible">Podcasts & conférences</text></g></svg><div class="wKTolk fill-layers-wrapper" style="clip-path:url(#clip-comp-ml0p961i)"><div id="bgLayers_comp-ml0p961i" data-hook="bgLayers" data-motion-part="BG_LAYER comp-ml0p961i" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-ml0p961i" data-motion-part="BG_MEDIA comp-ml0p961i" class="VgO9Yg"></div></div></div></div></div><!--/$--><!--$--><div id="comp-mkwgedse" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mkwgedse wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text"><span class="wixui-rich-text__text"><span class="color_11 wixui-rich-text__text">Augmente l’expertise de ton podcast ou événement sportif.</span></span></p>
<p class="font_8 wixui-rich-text__text"><span class="wixui-rich-text__text"><span class="color_11 wixui-rich-text__text">J’ai été invitée par +50 médias et salons pour renforcer le niveau éditorial, apporter une lecture stratégique terrain de la performance, et transmettre des clés concrètes et crédibles en nutrition auprès de leur public respectif.</span></span></p></div><!--/$--><!--$--><div id="comp-mkwll3v7" class="comp-mkwll3v7" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" href="mailto:contact@cecile-giornelli.com" target="_self" class="DPAltb style-mkwll3vc2__root wixui-button OoFUKI" aria-label="Contacter mon agent"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Contacter mon agent</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--></div><!--/$--></div><!--/$--><!--$--><div id="comp-mkwgedlj" role="" class="PiVxGu MDrwHQ comp-mkwgedlj-container comp-mkwgedlj wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mkzrp3wd" class="M7AL1H comp-mkzrp3wd-container comp-mkzrp3wd wixui-video-box" data-audio="off" data-has-play=""><div class="K0b3At" tabindex="0" role="button" aria-label="Design sans titre (6).mp4 Lire la vidéo" aria-pressed="false"><div id="bgLayers_comp-mkzrp3wd" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mkzrp3wd" class="MW5IWV bno0bO"><div id="bgMedia_comp-mkzrp3wd" data-motion-part="BG_MEDIA comp-mkzrp3wd" class="VgO9Yg"><wix-video id="videoContainer_comp-mkzrp3wd" data-video-info="{"fittingType":"fill","alignType":"center","hasBgScrollEffect":"","bgEffectName":"","videoId":"9b78c1_e59ccf80884040f4ae5f0331b6b2b276","videoWidth":1080,"videoHeight":1350,"qualities":[{"quality":"360p","size":103680,"url":"video/9b78c1_e59ccf80884040f4ae5f0331b6b2b276/360p/mp4/file.mp4"},{"quality":"480p","size":184320,"url":"video/9b78c1_e59ccf80884040f4ae5f0331b6b2b276/480p/mp4/file.mp4"},{"quality":"720p","size":1458000,"url":"video/9b78c1_e59ccf80884040f4ae5f0331b6b2b276/720p/mp4/file.mp4"}],"isVideoDataExists":"1","videoFormat":"mp4","playbackRate":1,"autoPlay":false,"containerId":"comp-mkzrp3wd","animatePoster":"fade"}" data-motion-part="BG_IMG comp-mkzrp3wd" class="bX9O_S bgVideo yK6aSC"><video id="comp-mkzrp3wd_video" class="K8MSra" crossorigin="anonymous" playsinline="" preload="auto" muted=""></video><wow-image id="comp-mkzrp3wd_img" class="jhxvbR Z_wCwr Jxk_UL bgVideoposter yK6aSC" data-image-info="{"containerId":"comp-mkzrp3wd","alignType":"center","displayMode":"fill","targetWidth":160,"targetHeight":90,"isLQIP":true,"encoding":"AVIF","imageData":{"width":900,"height":1600,"uri":"9b78c1_23ec4b76ec3e4d23b67eee63fb191991~mv2.jpeg","name":"","displayMode":"fill","hasAnimation":false,"quality":{"unsharpMask":{"radius":0.33,"amount":1,"threshold":0}},"devicePixelRatio":1}}" data-motion-part="BG_IMG comp-mkzrp3wd" data-bg-effect-name="" data-has-ssr-src="true"><img src="https://static.wixstatic.com/media/9b78c1_23ec4b76ec3e4d23b67eee63fb191991~mv2.jpeg/v1/fill/w_51,h_90,al_c,q_80,usm_0.66_1.00_0.01,blur_3,enc_avif,quality_auto/9b78c1_23ec4b76ec3e4d23b67eee63fb191991~mv2.jpeg" alt="" style="width:100%;height:100%;object-fit:cover;object-position:50% 50%" width="160" height="90"/></wow-image></wix-video></div><div data-testid="bgOverlay" class="m4khSP"><wix-bg-image id="bgImgOverlay_comp-mkzrp3wd" class="FNxOn5" data-tiled-image-info="{"containerId":"comp-mkzrp3wd","alignType":"center","fittingType":"tile","imageData":{"width":1,"height":1001,"uri":"0da768_ec704140a9a0404ba0462af12e0096f7~mv2.gif","displayMode":"tile"}}" data-has-bg-scroll-effect="" data-bg-effect-name="" data-motion-part="BG_IMG comp-mkzrp3wd"></wix-bg-image></div></div></div><!--$--><div id="comp-mkzrp3yh" class="comp-mkzrp3yh"><div class="RMkeXU"><div class="nWh_dn" data-testid="pause-icon"><svg width="100%" height="100%" viewbox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><rect x="13" y="10" width="5" height="20" data-color="1" fill="white" data-testid="pause-rect"></rect><rect x="22" y="10" width="5" height="20" data-color="1" fill="white" data-testid="pause-rect"></rect></svg></div><div id="play-comp-mkzrp3yh" data-testid="play-icon" class="AEWcAU wixui-vector-image"><div data-testid="svgRoot-play-comp-mkzrp3yh" class="VDJedC l4CAhn AEWcAU"><?xml version="1.0" encoding="UTF-8"?>
<svg preserveaspectratio="xMidYMid meet" data-bbox="19.499 17.501 43.001 46.999" viewbox="0 0 82 82" height="82" width="82" xmlns="http://www.w3.org/2000/svg" data-type="color" role=presentation aria-hidden=true aria-label=""><defs><style>#comp-mkzrp3yh svg [data-color="1"] {fill: #000000;}</style></defs>
<g>
<path d="M25.407 64.5a5.997 5.997 0 0 1-3.044-.829c-1.841-1.085-2.864-3.138-2.864-5.249V23.52c0-1.68.635-3.34 1.894-4.475a5.993 5.993 0 0 1 6.966-.767l31.186 17.695A5.785 5.785 0 0 1 62.5 41a5.79 5.79 0 0 1-2.953 5.027L28.361 63.722a5.98 5.98 0 0 1-2.954.778z" fill="#2B328C" data-color="1"/>
</g>
</svg>
</div></div></div></div><!--/$--><!--$--><div id="comp-mkzrp491" class="PZw00o comp-mkzrp491" tabindex="0" role="button" aria-label="Couper le son" aria-pressed="false" data-testid="vb-audio" data-audio-mute=""><div id="audioOn-comp-mkzrp491" class="LovKv4 Igcjov wixui-vector-image"><div data-testid="svgRoot-audioOn-comp-mkzrp491" class="VDJedC l4CAhn Igcjov"><?xml version="1.0" encoding="UTF-8"?>
<svg preserveaspectratio="xMidYMid meet" data-bbox="7 5.999 16 18.001" data-type="shape" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewbox="0 0 30 30" role=presentation aria-hidden=true aria-label="">
<g>
<defs>
<filter id="4e358e3c-c4cc-411c-8da6-747bbbb99bfa_audioOn-comp-mkzrp491" height="200%" width="200%" y="-50%" x="-50%">
<feoffset result="out-offset" in="SourceAlpha"/>
<fegaussianblur result="out-blur" in="out-offset" stddeviation="2"/>
<fecolormatrix result="out-matrix" in="out-blur" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0"/>
<femerge>
<femergenode in="out-matrix"/>
<femergenode in="SourceGraphic"/>
</femerge>
</filter>
</defs>
<path filter="url(#4e358e3c-c4cc-411c-8da6-747bbbb99bfa_audioOn-comp-mkzrp491)" d="M23 6.616a.625.625 0 0 0-.727-.609l-10.241 1.54a.62.62 0 0 0-.535.609l-.006 10.016c0 .892-.276 1.319-1.971 1.319C7.646 19.49 7 20.631 7 21.748 7 22.655 7.507 24 9.516 24c2.249 0 3.236-1.44 3.236-2.713l.006-9.719 8.98-1.454v6.87c-.045.763-.401 1.13-1.973 1.13-1.874 0-2.52 1.141-2.52 2.258 0 .907.507 2.252 2.516 2.252 2.249 0 3.236-1.44 3.236-2.713L23 6.616z"/>
</g>
</svg>
</div></div><div id="audioOff-comp-mkzrp491" class="LovKv4 iuf0mL wixui-vector-image"><div data-testid="svgRoot-audioOff-comp-mkzrp491" class="VDJedC l4CAhn iuf0mL"><?xml version="1.0" encoding="UTF-8"?>
<svg preserveaspectratio="xMidYMid meet" data-bbox="5.726 5.999 21.997 18.001" data-type="shape" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewbox="0 0 30 30" role=presentation aria-hidden=true aria-label="">
<g>
<defs>
<filter id="b0f9f707-af61-4336-bcea-c2fee482e562_audioOff-comp-mkzrp491" height="200%" width="200%" y="-50%" x="-50%">
<feoffset result="out-offset" in="SourceAlpha"/>
<fegaussianblur result="out-blur" in="out-offset" stddeviation="2"/>
<fecolormatrix result="out-matrix" in="out-blur" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.40 0"/>
<femerge>
<femergenode in="out-matrix"/>
<femergenode in="SourceGraphic"/>
</femerge>
</filter>
</defs>
<path filter="url(#b0f9f707-af61-4336-bcea-c2fee482e562_audioOff-comp-mkzrp491)" d="M27.39 17.535a.478.478 0 0 1 .306.615v.001a.51.51 0 0 1-.641.292L6.074 12.471a.478.478 0 0 1-.325-.605.505.505 0 0 1 .661-.302l20.98 5.971zm-6.211.375c1.911-.377 1.812 2.001 1.813 2.001 0 1.273-.986 2.713-3.235 2.713-2.009 0-2.515-1.345-2.515-2.252 0-1.117.646-2.258 2.519-2.258.671-.001 1.095-.141 1.418-.204zm-8.427-1.643v.013h.001l-.005 5.007c0 1.273-.985 2.713-3.233 2.713C7.506 24 7 22.655 7 21.748c0-1.117.646-2.258 2.519-2.258 1.696 0 1.972-.427 1.972-1.319l.001-1.934a.513.513 0 0 1 .512-.477h.23c.285 0 .518.228.518.507zm-.537-4.642a.666.666 0 0 1-.506-.141.61.61 0 0 1-.22-.468l.006-2.86c0-.304.227-.562.535-.609l10.238-1.54a.629.629 0 0 1 .726.609L23 13.591c0 .013-.006.024-.007.036a.49.49 0 0 1-.094.248.516.516 0 0 1-.416.222h-.229a.51.51 0 0 1-.517-.505l-.004-3.479-9.518 1.512z"/>
</g>
</svg>
</div></div></div><!--/$--></div><!--/$--><!--$--><div id="comp-mkzrldcm" data-testid="imageX" class="lyNaha comp-mkzrldcm JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-mkzrldcm"><div data-motion-part="BG_MEDIA comp-mkzrldcm"><wow-image id="img-comp-mkzrldcm" data-is-responsive="true" data-image-info="{"containerId":"comp-mkzrldcm","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_e4a80e6592234ab0991bb19c044b754e~mv2.png","width":927,"height":926,"alt":"Podcast Championnes du Monde performance sportive et nutrition pour athlètes","name":"podcast championnes du monde www.cecilegiornelli.com.png","displayMode":"fill","focalPoint":{"x":56,"y":30},"scrollEffect":"none"},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mkzrldcm" class="Ux33nC"><picture><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_e4a80e6592234ab0991bb19c044b754e~mv2.png/v1/fill/w_46,h_46,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/podcast%20championnes%20du%20monde%20www_cecilegiornelli_com.png" alt="Podcast Championnes du Monde performance sportive et nutrition pour athlètes" style="object-fit:cover;object-position:56% 30%"/></picture></wow-image></div></div></div><!--/$--><!--$--><div id="comp-mkwlpiak" data-testid="imageX" class="lyNaha comp-mkwlpiak JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-mkwlpiak"><div data-motion-part="BG_MEDIA comp-mkwlpiak"><wow-image id="img-comp-mkwlpiak" data-is-responsive="true" data-image-info="{"containerId":"comp-mkwlpiak","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_9d098f74c3754dc99443af3ceeec0626~mv2.jpg","width":719,"height":719,"alt":"Portrait de Cécile Giornelli, experte en nutrition sportive pour les sports de combat","name":"WhatsApp Image 2026-01-28 at 13.56_edited.jpg","displayMode":"fill","focalPoint":{"x":58,"y":38},"scrollEffect":"none"},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mkwlpiak" class="Ux33nC"><picture><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_9d098f74c3754dc99443af3ceeec0626~mv2.jpg/v1/fill/w_129,h_129,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/WhatsApp%20Image%202026-01-28%20at%2013_56_edited.jpg" alt="Portrait de Cécile Giornelli, experte en nutrition sportive pour les sports de combat" style="object-fit:cover;object-position:58% 38%"/></picture></wow-image></div></div></div><!--/$--></div><!--/$--></div></section><!--/$--><!--$--><section id="comp-mm4sw1dj" tabindex="-1" data-block-level-container="Section" class="xuzjBY comp-mm4sw1dj wixui-section Gzsk0j" data-testid="section-container"><div id="bgLayers_comp-mm4sw1dj" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mm4sw1dj" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mm4sw1dj" data-motion-part="BG_MEDIA comp-mm4sw1dj" class="VgO9Yg"></div></div><div data-testid="responsive-container-content" class="comp-mm4sw1dj-container max-width-container"><!--$--><div id="comp-mm4swy5k" role="" class="PiVxGu MDrwHQ comp-mm4swy5k wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4swy5k-container"><!--$--><div id="comp-mm4sykfr" data-testid="imageX" class="lyNaha comp-mm4sykfr JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-mm4sykfr"><div data-motion-part="BG_MEDIA comp-mm4sykfr"><wow-image id="img-comp-mm4sykfr" data-is-responsive="true" data-image-info="{"containerId":"comp-mm4sykfr","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_eb13d50e669d4d38bd84357d024901ff~mv2.png","width":1080,"height":959,"alt":"Livre guide ultime de nutrition sportive pour la performance","name":"1.png","crop":{"x":0,"y":0,"width":1080,"height":959,"svgId":"","flip":"none"},"displayMode":"fit","focalPoint":{"x":31,"y":52},"scrollEffect":"none"},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mm4sykfr" class="Ux33nC"><picture><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_eb13d50e669d4d38bd84357d024901ff~mv2.png/v1/fill/w_49,h_44,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/1.png" alt="Livre guide ultime de nutrition sportive pour la performance" style="object-fit:contain;object-position:center"/></picture></wow-image></div></div></div><!--/$--><!--$--><div id="comp-mm4t6ro4" role="" class="PiVxGu MDrwHQ comp-mm4t6ro4-container comp-mm4t6ro4 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4t6qmi" role="" class="PiVxGu MDrwHQ comp-mm4t6qmi-container comp-mm4t6qmi wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4t3qci" data-testid="imageX" class="lyNaha comp-mm4t3qci JdNFxG wixui-image"><picture data-testid="pictureElement" class="h1DYhE"><source sizes="40px" srcset="https://static.wixstatic.com/media/46d0ef065c8542928151e629575e3872.png/v1/fill/w_40,h_40,fp_0.48_0.51,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Portrait%20d'un%20homme%20souriant.png 40w, https://static.wixstatic.com/media/46d0ef065c8542928151e629575e3872.png/v1/fill/w_80,h_80,fp_0.48_0.51,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Portrait%20d'un%20homme%20souriant.png 80w" media="(min-width: 320px) and (max-width: 750px)" height="40" width="40"/><source sizes="15px" srcset="https://static.wixstatic.com/media/46d0ef065c8542928151e629575e3872.png/v1/fill/w_15,h_15,fp_0.48_0.51,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Portrait%20d'un%20homme%20souriant.png 15w, https://static.wixstatic.com/media/46d0ef065c8542928151e629575e3872.png/v1/fill/w_30,h_30,fp_0.48_0.51,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/Portrait%20d'un%20homme%20souriant.png 30w" media="(max-width: 1920px)" height="15" width="15"/><img loading="lazy" src="https://static.wixstatic.com/media/46d0ef065c8542928151e629575e3872.png" alt="Portrait d’homme professionnel dans le domaine du sport ou de la santé" height="15" width="15" style="--responsive-img-object-fit:cover"/></picture></div><!--/$--><!--$--><div id="comp-mm4t3qci10" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4t3qci10 wixui-rich-text" data-testid="richTextElement"><p class="font_6 wixui-rich-text__text"><span class="wixui-rich-text__text">Emmanuel</span></p></div><!--/$--></div><!--/$--><!--$--><div id="comp-mm4t3qcj9" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4t3qcj9 wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text">Toutes les réponses à mes questions !</p></div><!--/$--></div><!--/$--><!--$--><div id="comp-mm4t5dke" role="" class="PiVxGu MDrwHQ comp-mm4t5dke-container comp-mm4t5dke wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4t5cji" role="" class="PiVxGu MDrwHQ comp-mm4t5cji-container comp-mm4t5cji wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4t4dif" data-testid="imageX" class="lyNaha comp-mm4t4dif JdNFxG wixui-image"><picture data-testid="pictureElement" class="h1DYhE"><source sizes="40px" srcset="https://static.wixstatic.com/media/9b78c1_6cfad5f1ebfe4aa4ade2a7ca5e9743ce~mv2.jpg/v1/fill/w_40,h_40,fp_0.49_0.38,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Femme%20souriante%20%C3%A0%20l'int%C3%A9rieur.jpg 40w, https://static.wixstatic.com/media/9b78c1_6cfad5f1ebfe4aa4ade2a7ca5e9743ce~mv2.jpg/v1/fill/w_80,h_80,fp_0.49_0.38,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Femme%20souriante%20%C3%A0%20l'int%C3%A9rieur.jpg 80w" media="(min-width: 320px) and (max-width: 750px)" height="40" width="40"/><source sizes="15px" srcset="https://static.wixstatic.com/media/9b78c1_6cfad5f1ebfe4aa4ade2a7ca5e9743ce~mv2.jpg/v1/fill/w_15,h_15,fp_0.49_0.38,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Femme%20souriante%20%C3%A0%20l'int%C3%A9rieur.jpg 15w, https://static.wixstatic.com/media/9b78c1_6cfad5f1ebfe4aa4ade2a7ca5e9743ce~mv2.jpg/v1/fill/w_30,h_30,fp_0.49_0.38,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Femme%20souriante%20%C3%A0%20l'int%C3%A9rieur.jpg 30w" media="(max-width: 1920px)" height="15" width="15"/><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_6cfad5f1ebfe4aa4ade2a7ca5e9743ce~mv2.jpg" alt="Portrait de femme professionnelle dans le domaine du sport ou de la santé" height="15" width="15" style="--responsive-img-object-fit:cover"/></picture></div><!--/$--><!--$--><div id="comp-mm4t4dif10" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4t4dif10 wixui-rich-text" data-testid="richTextElement"><p class="font_6 wixui-rich-text__text"><span class="wixui-rich-text__text">Adélaïde</span></p></div><!--/$--></div><!--/$--><!--$--><div id="comp-mm4t4dig9" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4t4dig9 wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text">Une vraie pépite !</p></div><!--/$--></div><!--/$--><!--$--><div id="comp-mm4t609j" role="" class="PiVxGu MDrwHQ comp-mm4t609j-container comp-mm4t609j wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4t5z7e" role="" class="PiVxGu MDrwHQ comp-mm4t5z7e-container comp-mm4t5z7e wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4t4qrz" data-testid="imageX" class="lyNaha comp-mm4t4qrz JdNFxG wixui-image"><picture data-testid="pictureElement" class="h1DYhE"><source sizes="40px" srcset="https://static.wixstatic.com/media/11062b_cc4a0baab75c4f4aaa4be32da1cd5d08~mv2.jpg/v1/crop/x_2269,y_0,w_2926,h_2926/fill/w_40,h_40,fp_0.50_0.50,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Homme%20avec%20blazer.jpg 40w, https://static.wixstatic.com/media/11062b_cc4a0baab75c4f4aaa4be32da1cd5d08~mv2.jpg/v1/crop/x_2269,y_0,w_2926,h_2926/fill/w_80,h_80,fp_0.50_0.50,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Homme%20avec%20blazer.jpg 80w" media="(min-width: 320px) and (max-width: 750px)" height="40" width="40"/><source sizes="15px" srcset="https://static.wixstatic.com/media/11062b_cc4a0baab75c4f4aaa4be32da1cd5d08~mv2.jpg/v1/crop/x_2269,y_0,w_2926,h_2926/fill/w_15,h_15,fp_0.50_0.50,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Homme%20avec%20blazer.jpg 15w, https://static.wixstatic.com/media/11062b_cc4a0baab75c4f4aaa4be32da1cd5d08~mv2.jpg/v1/crop/x_2269,y_0,w_2926,h_2926/fill/w_30,h_30,fp_0.50_0.50,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/Homme%20avec%20blazer.jpg 30w" media="(max-width: 1920px)" height="15" width="15"/><img loading="lazy" src="https://static.wixstatic.com/media/11062b_cc4a0baab75c4f4aaa4be32da1cd5d08~mv2.jpg" alt="Professionnel du sport en tenue de travail en discussion avec un athlète" height="15" width="15" style="--responsive-img-object-fit:cover"/></picture></div><!--/$--><!--$--><div id="comp-mm4t4qrz10" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4t4qrz10 wixui-rich-text" data-testid="richTextElement"><p class="font_6 wixui-rich-text__text"><span class="wixui-rich-text__text">Antoine</span></p></div><!--/$--></div><!--/$--><!--$--><div id="comp-mm4t4qry" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4t4qry wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text">Je ne m'attendais pas à un livre aussi complet et bien expliqué</p></div><!--/$--></div><!--/$--></div></div><!--/$--><!--$--><div id="comp-mm4swy5t" role="" class="PiVxGu MDrwHQ comp-mm4swy5t wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mm4swy5t-container"><!--$--><div id="comp-mm4sx7bn" role="" class="PiVxGu MDrwHQ comp-mm4sx7bn-container comp-mm4sx7bn wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4sx7bp7" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4sx7bp7 wixui-rich-text" data-testid="richTextElement"><p class="font_9 wixui-rich-text__text">mon livre</p></div><!--/$--><!--$--><div id="comp-mm4sx7bq9" class="YcIVz3 comp-mm4sx7bq9"><h2 class="vFkhXO" data-testid="heading-tag">Le Guide Ultime
de Nutrition Sportive</h2><div class="elEp3H" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" class="preview-svg w681pN UZDyCY" data-fontsize="79" aria-hidden="true"><text x="0" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none">Le Guide Ultime</text><text x="0" y="1.2em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none">de Nutrition Sportive</text></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" class="display-svg w681pN drrrT5"><defs><clippath id="clip-comp-mm4sx7bq9" aria-hidden="true"><text x="0" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none">Le Guide Ultime</text><text x="0" y="1.2em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none">de Nutrition Sportive</text></clippath></defs><g class="text-group" id="text-group-comp-mm4sx7bq9"><text x="0" y="0em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none;overflow:visible">Le Guide Ultime</text><text x="0" y="1.2em" style="letter-spacing:0em;direction:ltr;fill:#000;font-size:79px;font-family:dm-sans,sans-serif;font-weight:bold;font-style:normal;text-anchor:start;text-decoration:none;text-transform:none;overflow:visible">de Nutrition Sportive</text></g></svg><div class="wKTolk fill-layers-wrapper" style="clip-path:url(#clip-comp-mm4sx7bq9)"><div id="bgLayers_comp-mm4sx7bq9" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mm4sx7bq9" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mm4sx7bq9" data-motion-part="BG_MEDIA comp-mm4sx7bq9" class="VgO9Yg"></div></div></div></div></div><!--/$--><!--$--><div id="comp-mm4sx7bu7" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mm4sx7bu7 wixui-rich-text" data-testid="richTextElement"><p class="font_9 wixui-rich-text__text"><span class="wixui-rich-text__text">Parce que je ne trouvais pas de protocoles alimentaires réalistes ou efficaces pour mes athlètes, j'ai décidé de créer les miens !<br class="wixui-rich-text__text">Voici ma méthode pour démarrer ton aventure vers la performance, et ce quel que soit ton sport puisque j'y aborde toutes les disciplines.</span></p></div><!--/$--><!--$--><div id="comp-mm4sx7bv13" role="" class="PiVxGu MDrwHQ comp-mm4sx7bv13-container comp-mm4sx7bv13 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mm4sx7bx6" class="comp-mm4sx7bx6" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" href="https://www.amazon.fr/guide-ultime-nutrition-sportive-performances/dp/2757606689/ref=sr_1_1?crid=21ZV1QJBOAYMQ&dib=eyJ2IjoiMSJ9.6RJGt372pPchdvKOLxCFNhBT1gohBn24AkJ1B988S9p_ssaBxEAlDSIriX0qvJB8X8wqTlE59Fpqg4eu7jgoAII2H-Y8yVSksFlBT3k-e9tnrkYVZuj0oKOV8jtQ7JSUNYtnCGcaIFdxQ9-kuw9DvgGKtCpMj0I1RQutAiWwmCs0ALQc6edrUe1kvvbVaT4n7dPwE4g9yIT1bz9unBSal72FCNA3uKoDE8pU70d7cVQBm2l8oCVAqZSJ0XcVD2T0wXxmsWi9yt7S_R2aWsPVzoOx2nDFGq_KMwGrauVNddY.2Un_GNKlMAqfjxJwVSnZB3dC9Fwl3eTifiUx8N6lqks&dib_tag=se&keywords=le+guide+ultime+de+la+nutrition+sportive&qid=1769604016&sprefix=guide+ultime+de+nu%2Caps%2C232&sr=8-1&ufe=app_do%3Aamzn1.fos.bb6ea7e0-0ef7-4fc8-9adc-4bf1477881dd" target="_blank" rel="noreferrer noopener" class="DPAltb style-mm4sx7c24__root wixui-button OoFUKI" aria-label="Réserver un appel"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Réserver un appel</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--><!--$--><div id="comp-mm4sx7c411" class="comp-mm4sx7c411" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" href="https://www.fnac.com/a21547398/Cecile-Giornelli-Le-guide-ultime-de-la-nutrition-sportive" target="_blank" rel="noreferrer noopener" class="DPAltb style-mm4sx7c64__root wixui-button OoFUKI" aria-label="Réserver un appel"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Réserver un appel</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--><!--$--><div id="comp-mm4sx7c7" class="comp-mm4sx7c7" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" href="https://www.cultura.com/p-le-guide-ultime-de-la-nutrition-sportive-les-7-piliers-a-connaitre-et-a-appliquer-9782757606681.html" target="_blank" rel="noreferrer noopener" class="DPAltb style-mm4sx7c84__root wixui-button OoFUKI" aria-label="Réserver un appel"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Réserver un appel</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M104.127,144.127c-1.28,0-2.559-.488-3.536-1.464-1.953-1.953-1.953-5.119,0-7.071l35.592-35.592-35.592-35.592c-1.953-1.953-1.953-5.119,0-7.071,1.953-1.952,5.118-1.952,7.071,0l39.127,39.127c1.953,1.953,1.953,5.119,0,7.071l-39.127,39.127c-.977.976-2.256,1.464-3.536,1.464Z" data-animated-end-path="M190.86,102.395c-.069,0-.139-.026-.192-.079-.106-.106-.106-.278,0-.384l1.931-1.931-1.931-1.931c-.106-.106-.106-.278,0-.384.106-.106.278-.106.384,0l2.123,2.123c.106.106.106.278,0,.384l-2.123,2.123c-.053.053-.122.079-.192.079Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1" to="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.9,102.4 L190.8,102.4 L190.8,102.4 L190.7,102.3 L190.7,102.3 L190.6,102.3 L190.6,102.2 L190.6,102.2 L190.6,102.1 L190.6,102.1 L190.6,102 L190.6,102 L190.7,101.9 L190.7,101.9 L190.8,101.8 L190.8,101.8 L190.8,101.8 L190.9,101.7 L190.9,101.7 L190.9,101.7 L191,101.6 L191,101.6 L191.1,101.5 L191.1,101.5 L191.1,101.5 L191.2,101.4 L191.2,101.4 L191.3,101.3 L191.3,101.3 L191.3,101.3 L191.4,101.2 L191.4,101.2 L191.4,101.2 L191.5,101.1 L191.5,101.1 L191.6,101 L191.6,101 L191.6,101 L191.7,100.9 L191.7,100.9 L191.8,100.8 L191.8,100.8 L191.8,100.8 L191.9,100.7 L191.9,100.7 L191.9,100.7 L192,100.6 L192,100.6 L192.1,100.5 L192.1,100.5 L192.1,100.5 L192.2,100.4 L192.2,100.4 L192.3,100.3 L192.3,100.3 L192.3,100.3 L192.4,100.2 L192.4,100.2 L192.4,100.2 L192.5,100.1 L192.5,100.1 L192.6,100 L192.6,100 L192.6,100 L192.5,99.9 L192.5,99.9 L192.4,99.8 L192.4,99.8 L192.4,99.8 L192.3,99.7 L192.3,99.7 L192.3,99.7 L192.2,99.6 L192.2,99.6 L192.1,99.5 L192.1,99.5 L192.1,99.5 L192,99.4 L192,99.4 L191.9,99.3 L191.9,99.3 L191.9,99.3 L191.8,99.2 L191.8,99.2 L191.8,99.2 L191.7,99.1 L191.7,99.1 L191.6,99 L191.6,99 L191.6,99 L191.5,98.9 L191.5,98.9 L191.4,98.8 L191.4,98.8 L191.4,98.8 L191.3,98.7 L191.3,98.7 L191.3,98.7 L191.2,98.6 L191.2,98.6 L191.1,98.5 L191.1,98.5 L191.1,98.5 L191,98.4 L191,98.4 L190.9,98.3 L190.9,98.3 L190.9,98.3 L190.8,98.2 L190.8,98.2 L190.8,98.2 L190.7,98.1 L190.7,98.1 L190.6,98 L190.6,98 L190.6,97.9 L190.6,97.9 L190.6,97.8 L190.6,97.8 L190.6,97.7 L190.7,97.7 L190.7,97.7 L190.8,97.6 L190.8,97.6 L190.9,97.6 L190.9,97.6 L191,97.6 L191,97.7 L191.1,97.7 L191.1,97.7 L191.1,97.8 L191.2,97.8 L191.2,97.8 L191.3,97.9 L191.3,97.9 L191.3,98 L191.4,98 L191.4,98 L191.4,98.1 L191.5,98.1 L191.5,98.2 L191.6,98.2 L191.6,98.2 L191.6,98.3 L191.7,98.3 L191.7,98.3 L191.8,98.4 L191.8,98.4 L191.8,98.5 L191.9,98.5 L191.9,98.5 L191.9,98.6 L192,98.6 L192,98.7 L192.1,98.7 L192.1,98.7 L192.1,98.8 L192.2,98.8 L192.2,98.8 L192.3,98.9 L192.3,98.9 L192.3,99 L192.4,99 L192.4,99 L192.4,99.1 L192.5,99.1 L192.5,99.2 L192.6,99.2 L192.6,99.2 L192.6,99.3 L192.7,99.3 L192.7,99.3 L192.8,99.4 L192.8,99.4 L192.8,99.5 L192.9,99.5 L192.9,99.5 L192.9,99.6 L193,99.6 L193,99.7 L193.1,99.7 L193.1,99.7 L193.1,99.8 L193.2,99.8 L193.2,99.8 L193.2,99.9 L193.2,99.9 L193.3,100 L193.2,100.1 L193.2,100.1 L193.2,100.2 L193.2,100.2 L193.1,100.2 L193.1,100.3 L193.1,100.3 L193,100.4 L193,100.4 L192.9,100.4 L192.9,100.5 L192.9,100.5 L192.8,100.5 L192.8,100.6 L192.7,100.6 L192.7,100.7 L192.7,100.7 L192.6,100.7 L192.6,100.8 L192.6,100.8 L192.5,100.9 L192.5,100.9 L192.4,100.9 L192.4,101 L192.4,101 L192.3,101 L192.3,101.1 L192.2,101.1 L192.2,101.2 L192.2,101.2 L192.1,101.2 L192.1,101.3 L192.1,101.3 L192,101.4 L192,101.4 L191.9,101.4 L191.9,101.5 L191.9,101.5 L191.8,101.5 L191.8,101.6 L191.7,101.6 L191.7,101.7 L191.7,101.7 L191.6,101.7 L191.6,101.8 L191.6,101.8 L191.5,101.9 L191.5,101.9 L191.4,101.9 L191.4,102 L191.4,102 L191.3,102 L191.3,102.1 L191.2,102.1 L191.2,102.2 L191.2,102.2 L191.1,102.2 L191.1,102.3 L191.1,102.3 L191,102.3 L191,102.4 L190.9,102.4 L190.9,102.4" to="M104.1,144.1 L103.1,144 L102.2,143.7 L101.3,143.3 L100.5,142.6 L99.9,141.8 L99.5,140.9 L99.2,140 L99.1,139 L99.3,138 L99.6,137 L100.1,136.2 L100.8,135.4 L101.5,134.7 L102.2,134 L102.9,133.3 L103.6,132.6 L104.3,131.9 L105,131.2 L105.7,130.5 L106.4,129.7 L107.1,129 L107.9,128.3 L108.6,127.6 L109.3,126.9 L110,126.2 L110.7,125.5 L111.4,124.8 L112.1,124.1 L112.8,123.4 L113.5,122.7 L114.2,121.9 L114.9,121.2 L115.7,120.5 L116.4,119.8 L117.1,119.1 L117.8,118.4 L118.5,117.7 L119.2,117 L119.9,116.3 L120.6,115.6 L121.3,114.9 L122,114.2 L122.7,113.4 L123.4,112.7 L124.2,112 L124.9,111.3 L125.6,110.6 L126.3,109.9 L127,109.2 L127.7,108.5 L128.4,107.8 L129.1,107.1 L129.8,106.4 L130.5,105.6 L131.2,104.9 L132,104.2 L132.7,103.5 L133.4,102.8 L134.1,102.1 L134.8,101.4 L135.5,100.7 L136.2,100 L135.4,99.3 L134.7,98.6 L134,97.8 L133.3,97.1 L132.6,96.4 L131.9,95.7 L131.2,95 L130.5,94.3 L129.8,93.6 L129.1,92.9 L128.4,92.2 L127.7,91.5 L126.9,90.8 L126.2,90.1 L125.5,89.3 L124.8,88.6 L124.1,87.9 L123.4,87.2 L122.7,86.5 L122,85.8 L121.3,85.1 L120.6,84.4 L119.9,83.7 L119.1,83 L118.4,82.3 L117.7,81.5 L117,80.8 L116.3,80.1 L115.6,79.4 L114.9,78.7 L114.2,78 L113.5,77.3 L112.8,76.6 L112.1,75.9 L111.3,75.2 L110.6,74.5 L109.9,73.7 L109.2,73 L108.5,72.3 L107.8,71.6 L107.1,70.9 L106.4,70.2 L105.7,69.5 L105,68.8 L104.3,68.1 L103.6,67.4 L102.8,66.7 L102.1,66 L101.4,65.2 L100.7,64.5 L100.1,63.8 L99.6,62.9 L99.2,62 L99.1,61 L99.2,60 L99.5,59 L100,58.1 L100.6,57.3 L101.4,56.7 L102.2,56.2 L103.2,56 L104.2,55.9 L105.2,56 L106.1,56.3 L107,56.8 L107.8,57.4 L108.5,58.2 L109.2,58.9 L109.9,59.6 L110.6,60.3 L111.3,61 L112,61.7 L112.7,62.4 L113.4,63.1 L114.1,63.8 L114.9,64.5 L115.6,65.2 L116.3,66 L117,66.7 L117.7,67.4 L118.4,68.1 L119.1,68.8 L119.8,69.5 L120.5,70.2 L121.2,70.9 L121.9,71.6 L122.7,72.3 L123.4,73 L124.1,73.7 L124.8,74.5 L125.5,75.2 L126.2,75.9 L126.9,76.6 L127.6,77.3 L128.3,78 L129,78.7 L129.7,79.4 L130.5,80.1 L131.2,80.8 L131.9,81.5 L132.6,82.3 L133.3,83 L134,83.7 L134.7,84.4 L135.4,85.1 L136.1,85.8 L136.8,86.5 L137.5,87.2 L138.3,87.9 L139,88.6 L139.7,89.3 L140.4,90.1 L141.1,90.8 L141.8,91.5 L142.5,92.2 L143.2,92.9 L143.9,93.6 L144.6,94.3 L145.3,95 L146,95.7 L146.8,96.4 L147.4,97.2 L147.9,98.1 L148.2,99 L148.3,100 L148.1,101 L147.8,102 L147.4,102.9 L146.7,103.6 L146,104.3 L145.3,105 L144.6,105.7 L143.9,106.5 L143.2,107.2 L142.5,107.9 L141.7,108.6 L141,109.3 L140.3,110 L139.6,110.7 L138.9,111.4 L138.2,112.1 L137.5,112.8 L136.8,113.5 L136.1,114.3 L135.4,115 L134.7,115.7 L133.9,116.4 L133.2,117.1 L132.5,117.8 L131.8,118.5 L131.1,119.2 L130.4,119.9 L129.7,120.6 L129,121.3 L128.3,122 L127.6,122.8 L126.9,123.5 L126.1,124.2 L125.4,124.9 L124.7,125.6 L124,126.3 L123.3,127 L122.6,127.7 L121.9,128.4 L121.2,129.1 L120.5,129.8 L119.8,130.6 L119.1,131.3 L118.4,132 L117.6,132.7 L116.9,133.4 L116.2,134.1 L115.5,134.8 L114.8,135.5 L114.1,136.2 L113.4,136.9 L112.7,137.6 L112,138.4 L111.3,139.1 L110.6,139.8 L109.8,140.5 L109.1,141.2 L108.4,141.9 L107.7,142.6 L107,143.3 L106.1,143.7 L105.1,144 L104.1,144.1"></path><path data-animate-id="animatedPath" d="M142,105H56.414c-2.761,0-5-2.239-5-5s2.239-5,5-5h85.586c2.761,0,5,2.239,5,5s-2.239,5-5,5Z" data-animated-end-path="M192.916,100.271h-4.644c-.15,0-.271-.121-.271-.271s.121-.271.271-.271h4.644c.15,0,.271.121.271.271s-.121.271-.271.271Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105" to="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M192.9,100.3 L192.9,100.3 L192.8,100.3 L192.8,100.3 L192.7,100.3 L192.6,100.3 L192.6,100.3 L192.5,100.3 L192.5,100.3 L192.4,100.3 L192.4,100.3 L192.3,100.3 L192.3,100.3 L192.2,100.3 L192.2,100.3 L192.1,100.3 L192,100.3 L192,100.3 L191.9,100.3 L191.9,100.3 L191.8,100.3 L191.8,100.3 L191.7,100.3 L191.7,100.3 L191.6,100.3 L191.6,100.3 L191.5,100.3 L191.4,100.3 L191.4,100.3 L191.3,100.3 L191.3,100.3 L191.2,100.3 L191.2,100.3 L191.1,100.3 L191.1,100.3 L191,100.3 L191,100.3 L190.9,100.3 L190.8,100.3 L190.8,100.3 L190.7,100.3 L190.7,100.3 L190.6,100.3 L190.6,100.3 L190.5,100.3 L190.5,100.3 L190.4,100.3 L190.4,100.3 L190.3,100.3 L190.2,100.3 L190.2,100.3 L190.1,100.3 L190.1,100.3 L190,100.3 L190,100.3 L189.9,100.3 L189.9,100.3 L189.8,100.3 L189.8,100.3 L189.7,100.3 L189.7,100.3 L189.6,100.3 L189.5,100.3 L189.5,100.3 L189.4,100.3 L189.4,100.3 L189.3,100.3 L189.3,100.3 L189.2,100.3 L189.2,100.3 L189.1,100.3 L189.1,100.3 L189,100.3 L188.9,100.3 L188.9,100.3 L188.8,100.3 L188.8,100.3 L188.7,100.3 L188.7,100.3 L188.6,100.3 L188.6,100.3 L188.5,100.3 L188.5,100.3 L188.4,100.3 L188.3,100.3 L188.3,100.3 L188.2,100.3 L188.2,100.3 L188.1,100.2 L188.1,100.2 L188.1,100.2 L188,100.1 L188,100.1 L188,100 L188,100 L188,99.9 L188,99.9 L188.1,99.8 L188.1,99.8 L188.2,99.8 L188.2,99.7 L188.3,99.7 L188.3,99.7 L188.4,99.7 L188.4,99.7 L188.5,99.7 L188.5,99.7 L188.6,99.7 L188.7,99.7 L188.7,99.7 L188.8,99.7 L188.8,99.7 L188.9,99.7 L188.9,99.7 L189,99.7 L189,99.7 L189.1,99.7 L189.1,99.7 L189.2,99.7 L189.3,99.7 L189.3,99.7 L189.4,99.7 L189.4,99.7 L189.5,99.7 L189.5,99.7 L189.6,99.7 L189.6,99.7 L189.7,99.7 L189.7,99.7 L189.8,99.7 L189.8,99.7 L189.9,99.7 L190,99.7 L190,99.7 L190.1,99.7 L190.1,99.7 L190.2,99.7 L190.2,99.7 L190.3,99.7 L190.3,99.7 L190.4,99.7 L190.4,99.7 L190.5,99.7 L190.6,99.7 L190.6,99.7 L190.7,99.7 L190.7,99.7 L190.8,99.7 L190.8,99.7 L190.9,99.7 L190.9,99.7 L191,99.7 L191,99.7 L191.1,99.7 L191.2,99.7 L191.2,99.7 L191.3,99.7 L191.3,99.7 L191.4,99.7 L191.4,99.7 L191.5,99.7 L191.5,99.7 L191.6,99.7 L191.6,99.7 L191.7,99.7 L191.8,99.7 L191.8,99.7 L191.9,99.7 L191.9,99.7 L192,99.7 L192,99.7 L192.1,99.7 L192.1,99.7 L192.2,99.7 L192.2,99.7 L192.3,99.7 L192.4,99.7 L192.4,99.7 L192.5,99.7 L192.5,99.7 L192.6,99.7 L192.6,99.7 L192.7,99.7 L192.7,99.7 L192.8,99.7 L192.8,99.7 L192.9,99.7 L193,99.7 L193,99.7 L193.1,99.8 L193.1,99.8 L193.1,99.8 L193.2,99.9 L193.2,99.9 L193.2,100 L193.2,100 L193.2,100.1 L193.1,100.1 L193.1,100.2 L193.1,100.2 L193,100.2 L193,100.3 L192.9,100.3" to="M142,105 L141,105 L140,105 L139,105 L138,105 L137,105 L136,105 L135,105 L134,105 L133,105 L132,105 L131,105 L130,105 L129,105 L128,105 L127,105 L126,105 L125,105 L123.9,105 L122.9,105 L121.9,105 L120.9,105 L119.9,105 L118.9,105 L117.9,105 L116.9,105 L115.9,105 L114.9,105 L113.9,105 L112.9,105 L111.9,105 L110.9,105 L109.9,105 L108.9,105 L107.9,105 L106.9,105 L105.9,105 L104.9,105 L103.9,105 L102.9,105 L101.9,105 L100.9,105 L99.9,105 L98.9,105 L97.9,105 L96.9,105 L95.9,105 L94.9,105 L93.9,105 L92.9,105 L91.9,105 L90.9,105 L89.8,105 L88.8,105 L87.8,105 L86.8,105 L85.8,105 L84.8,105 L83.8,105 L82.8,105 L81.8,105 L80.8,105 L79.8,105 L78.8,105 L77.8,105 L76.8,105 L75.8,105 L74.8,105 L73.8,105 L72.8,105 L71.8,105 L70.8,105 L69.8,105 L68.8,105 L67.8,105 L66.8,105 L65.8,105 L64.8,105 L63.8,105 L62.8,105 L61.8,105 L60.8,105 L59.8,105 L58.8,105 L57.8,105 L56.8,105 L55.8,105 L54.8,104.7 L53.9,104.3 L53.1,103.7 L52.4,103 L51.9,102.1 L51.5,101.2 L51.4,100.2 L51.5,99.2 L51.7,98.2 L52.2,97.3 L52.8,96.5 L53.6,95.9 L54.5,95.4 L55.4,95.1 L56.4,95 L57.4,95 L58.4,95 L59.4,95 L60.4,95 L61.4,95 L62.4,95 L63.4,95 L64.4,95 L65.4,95 L66.4,95 L67.4,95 L68.4,95 L69.5,95 L70.5,95 L71.5,95 L72.5,95 L73.5,95 L74.5,95 L75.5,95 L76.5,95 L77.5,95 L78.5,95 L79.5,95 L80.5,95 L81.5,95 L82.5,95 L83.5,95 L84.5,95 L85.5,95 L86.5,95 L87.5,95 L88.5,95 L89.5,95 L90.5,95 L91.5,95 L92.5,95 L93.5,95 L94.5,95 L95.5,95 L96.5,95 L97.5,95 L98.5,95 L99.5,95 L100.5,95 L101.5,95 L102.5,95 L103.6,95 L104.6,95 L105.6,95 L106.6,95 L107.6,95 L108.6,95 L109.6,95 L110.6,95 L111.6,95 L112.6,95 L113.6,95 L114.6,95 L115.6,95 L116.6,95 L117.6,95 L118.6,95 L119.6,95 L120.6,95 L121.6,95 L122.6,95 L123.6,95 L124.6,95 L125.6,95 L126.6,95 L127.6,95 L128.6,95 L129.6,95 L130.6,95 L131.6,95 L132.6,95 L133.6,95 L134.6,95 L135.6,95 L136.6,95 L137.7,95 L138.7,95 L139.7,95 L140.7,95 L141.7,95 L142.7,95 L143.6,95.3 L144.5,95.7 L145.4,96.3 L146,97 L146.5,97.9 L146.9,98.8 L147,99.8 L146.9,100.8 L146.7,101.8 L146.2,102.7 L145.6,103.5 L144.8,104.1 L144,104.6 L143,104.9 L142,105"></path><path data-animate-id="animatedPath" d="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z" data-animated-end-path="M14.025,99H5.013C5.552,47.076,47.951,5,100,5s94.448,42.076,94.987,94h-9.013c-.54-46.959-38.89-85-85.975-85S14.566,52.041,14.025,99Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99" to="M14,99 L13,99 L12,99 L11,99 L10,99 L9,99 L8,99 L7,99 L6,99 L5,99 L5,98 L5.1,97 L5.1,96 L5.1,95 L5.2,94 L5.3,93 L5.3,92 L5.4,91 L5.5,90 L5.6,89 L5.8,88 L5.9,87 L6,86.1 L6.2,85.1 L6.3,84.1 L6.5,83.1 L6.7,82.1 L6.9,81.1 L7.1,80.1 L7.3,79.2 L7.5,78.2 L7.8,77.2 L8,76.2 L8.3,75.3 L8.5,74.3 L8.8,73.3 L9.1,72.4 L9.4,71.4 L9.7,70.5 L10,69.5 L10.3,68.6 L10.7,67.6 L11,66.7 L11.4,65.8 L11.8,64.8 L12.1,63.9 L12.5,63 L12.9,62.1 L13.3,61.1 L13.7,60.2 L14.2,59.3 L14.6,58.4 L15,57.5 L15.5,56.6 L16,55.7 L16.4,54.9 L16.9,54 L17.4,53.1 L17.9,52.2 L18.4,51.4 L18.9,50.5 L19.5,49.7 L20,48.8 L20.5,48 L21.1,47.2 L21.7,46.3 L22.2,45.5 L22.8,44.7 L23.4,43.9 L24,43.1 L24.6,42.3 L25.2,41.5 L25.8,40.7 L26.5,39.9 L27.1,39.2 L27.7,38.4 L28.4,37.6 L29.1,36.9 L29.7,36.1 L30.4,35.4 L31.1,34.7 L31.8,34 L32.5,33.2 L33.2,32.5 L33.9,31.8 L34.6,31.1 L35.4,30.5 L36.1,29.8 L36.8,29.1 L37.6,28.4 L38.3,27.8 L39.1,27.1 L39.9,26.5 L40.7,25.9 L41.4,25.3 L42.2,24.6 L43,24 L43.8,23.4 L44.6,22.8 L45.4,22.3 L46.3,21.7 L47.1,21.1 L47.9,20.6 L48.8,20 L49.6,19.5 L50.5,19 L51.3,18.4 L52.2,17.9 L53,17.4 L53.9,16.9 L54.8,16.5 L55.7,16 L56.6,15.5 L57.5,15.1 L58.4,14.6 L59.3,14.2 L60.2,13.8 L61.1,13.3 L62,12.9 L62.9,12.5 L63.8,12.2 L64.8,11.8 L65.7,11.4 L66.6,11.1 L67.6,10.7 L68.5,10.4 L69.5,10 L70.4,9.7 L71.4,9.4 L72.3,9.1 L73.3,8.8 L74.2,8.5 L75.2,8.3 L76.2,8 L77.1,7.8 L78.1,7.5 L79.1,7.3 L80.1,7.1 L81.1,6.9 L82,6.7 L83,6.5 L84,6.3 L85,6.2 L86,6 L87,5.9 L88,5.8 L89,5.6 L90,5.5 L91,5.4 L91.9,5.3 L92.9,5.3 L93.9,5.2 L94.9,5.1 L95.9,5.1 L96.9,5 L97.9,5 L98.9,5 L99.9,5 L100.9,5 L101.9,5 L102.9,5 L103.9,5.1 L104.9,5.1 L105.9,5.2 L106.9,5.2 L107.9,5.3 L108.9,5.4 L109.9,5.5 L110.9,5.6 L111.9,5.7 L112.9,5.9 L113.9,6 L114.9,6.2 L115.9,6.3 L116.8,6.5 L117.8,6.7 L118.8,6.9 L119.8,7.1 L120.8,7.3 L121.8,7.5 L122.7,7.7 L123.7,8 L124.7,8.2 L125.6,8.5 L126.6,8.8 L127.6,9.1 L128.5,9.4 L129.5,9.7 L130.4,10 L131.4,10.3 L132.3,10.7 L133.2,11 L134.2,11.4 L135.1,11.7 L136,12.1 L137,12.5 L137.9,12.9 L138.8,13.3 L139.7,13.7 L140.6,14.1 L141.5,14.6 L142.4,15 L143.3,15.5 L144.2,15.9 L145.1,16.4 L146,16.9 L146.8,17.4 L147.7,17.9 L148.6,18.4 L149.4,18.9 L150.3,19.4 L151.1,20 L152,20.5 L152.8,21.1 L153.6,21.6 L154.4,22.2 L155.3,22.8 L156.1,23.4 L156.9,24 L157.7,24.6 L158.5,25.2 L159.2,25.8 L160,26.4 L160.8,27.1 L161.6,27.7 L162.3,28.4 L163.1,29 L163.8,29.7 L164.5,30.4 L165.3,31 L166,31.7 L166.7,32.4 L167.4,33.1 L168.1,33.9 L168.8,34.6 L169.5,35.3 L170.2,36 L170.9,36.8 L171.5,37.5 L172.2,38.3 L172.8,39.1 L173.5,39.8 L174.1,40.6 L174.7,41.4 L175.3,42.2 L175.9,43 L176.5,43.8 L177.1,44.6 L177.7,45.4 L178.3,46.2 L178.8,47 L179.4,47.9 L179.9,48.7 L180.5,49.6 L181,50.4 L181.5,51.3 L182,52.1 L182.5,53 L183,53.9 L183.5,54.7 L184,55.6 L184.4,56.5 L184.9,57.4 L185.3,58.3 L185.8,59.2 L186.2,60.1 L186.6,61 L187,61.9 L187.4,62.9 L187.8,63.8 L188.2,64.7 L188.6,65.6 L188.9,66.6 L189.3,67.5 L189.6,68.4 L189.9,69.4 L190.3,70.3 L190.6,71.3 L190.9,72.3 L191.1,73.2 L191.4,74.2 L191.7,75.1 L192,76.1 L192.2,77.1 L192.4,78.1 L192.7,79 L192.9,80 L193.1,81 L193.3,82 L193.5,83 L193.6,83.9 L193.8,84.9 L194,85.9 L194.1,86.9 L194.2,87.9 L194.3,88.9 L194.5,89.9 L194.6,90.9 L194.6,91.9 L194.7,92.9 L194.8,93.9 L194.9,94.9 L194.9,95.9 L194.9,96.9 L195,97.9 L195,98.9 L194.1,99 L193.1,99 L192.1,99 L191.1,99 L190.1,99 L189.1,99 L188.1,99 L187.1,99 L186.1,99 L186,98.1 L185.9,97.1 L185.9,96.1 L185.8,95.1 L185.8,94.1 L185.7,93.1 L185.6,92.1 L185.5,91.2 L185.4,90.2 L185.3,89.2 L185.2,88.2 L185,87.2 L184.9,86.2 L184.7,85.2 L184.5,84.2 L184.3,83.2 L184.1,82.3 L183.9,81.3 L183.7,80.3 L183.5,79.3 L183.2,78.4 L183,77.4 L182.7,76.4 L182.4,75.5 L182.1,74.5 L181.8,73.5 L181.5,72.6 L181.2,71.6 L180.8,70.7 L180.5,69.8 L180.1,68.8 L179.8,67.9 L179.4,67 L179,66.1 L178.6,65.1 L178.2,64.2 L177.8,63.3 L177.3,62.4 L176.9,61.5 L176.4,60.6 L176,59.7 L175.5,58.9 L175,58 L174.5,57.1 L174,56.2 L173.5,55.4 L173,54.5 L172.4,53.7 L171.9,52.9 L171.3,52 L170.8,51.2 L170.2,50.4 L169.6,49.6 L169,48.8 L168.4,48 L167.8,47.2 L167.2,46.4 L166.5,45.6 L165.9,44.8 L165.3,44.1 L164.6,43.3 L163.9,42.6 L163.3,41.8 L162.6,41.1 L161.9,40.4 L161.2,39.6 L160.5,38.9 L159.8,38.2 L159.1,37.5 L158.3,36.9 L157.6,36.2 L156.8,35.5 L156.1,34.9 L155.3,34.2 L154.6,33.6 L153.8,32.9 L153,32.3 L152.2,31.7 L151.4,31.1 L150.6,30.5 L149.8,29.9 L149,29.3 L148.1,28.8 L147.3,28.2 L146.5,27.7 L145.6,27.1 L144.8,26.6 L143.9,26.1 L143.1,25.6 L142.2,25.1 L141.3,24.6 L140.4,24.1 L139.6,23.7 L138.7,23.2 L137.8,22.7 L136.9,22.3 L136,21.9 L135.1,21.5 L134.1,21.1 L133.2,20.7 L132.3,20.3 L131.4,19.9 L130.4,19.6 L129.5,19.2 L128.5,18.9 L127.6,18.5 L126.6,18.2 L125.7,17.9 L124.7,17.6 L123.8,17.3 L122.8,17.1 L121.8,16.8 L120.9,16.6 L119.9,16.3 L118.9,16.1 L117.9,15.9 L117,15.7 L116,15.5 L115,15.3 L114,15.1 L113,15 L112,14.8 L111,14.7 L110,14.6 L109,14.5 L108.1,14.4 L107.1,14.3 L106.1,14.2 L105.1,14.1 L104.1,14.1 L103.1,14.1 L102.1,14 L101.1,14 L100.1,14 L99.1,14 L98.1,14 L97.1,14 L96.1,14.1 L95.1,14.1 L94.1,14.2 L93.1,14.3 L92.1,14.4 L91.1,14.5 L90.1,14.6 L89.1,14.7 L88.1,14.8 L87.1,15 L86.1,15.1 L85.1,15.3 L84.2,15.5 L83.2,15.7 L82.2,15.9 L81.2,16.1 L80.2,16.3 L79.3,16.5 L78.3,16.8 L77.3,17 L76.4,17.3 L75.4,17.6 L74.4,17.9 L73.5,18.2 L72.5,18.5 L71.6,18.8 L70.6,19.2 L69.7,19.5 L68.8,19.9 L67.8,20.2 L66.9,20.6 L66,21 L65.1,21.4 L64.2,21.8 L63.3,22.3 L62.4,22.7 L61.5,23.1 L60.6,23.6 L59.7,24.1 L58.8,24.5 L57.9,25 L57.1,25.5 L56.2,26 L55.3,26.5 L54.5,27.1 L53.6,27.6 L52.8,28.1 L52,28.7 L51.1,29.3 L50.3,29.8 L49.5,30.4 L48.7,31 L47.9,31.6 L47.1,32.2 L46.3,32.9 L45.5,33.5 L44.8,34.1 L44,34.8 L43.3,35.4 L42.5,36.1 L41.8,36.8 L41,37.5 L40.3,38.1 L39.6,38.8 L38.9,39.6 L38.2,40.3 L37.5,41 L36.8,41.7 L36.2,42.5 L35.5,43.2 L34.8,44 L34.2,44.7 L33.5,45.5 L32.9,46.3 L32.3,47.1 L31.7,47.8 L31.1,48.6 L30.5,49.4 L29.9,50.3 L29.3,51.1 L28.8,51.9 L28.2,52.7 L27.7,53.6 L27.1,54.4 L26.6,55.3 L26.1,56.1 L25.6,57 L25.1,57.9 L24.6,58.7 L24.1,59.6 L23.6,60.5 L23.2,61.4 L22.7,62.3 L22.3,63.2 L21.9,64.1 L21.5,65 L21.1,65.9 L20.7,66.8 L20.3,67.8 L19.9,68.7 L19.6,69.6 L19.2,70.6 L18.9,71.5 L18.5,72.5 L18.2,73.4 L17.9,74.4 L17.6,75.3 L17.3,76.3 L17.1,77.3 L16.8,78.2 L16.6,79.2 L16.3,80.2 L16.1,81.1 L15.9,82.1 L15.7,83.1 L15.5,84.1 L15.3,85.1 L15.1,86.1 L15,87 L14.8,88 L14.7,89 L14.6,90 L14.5,91 L14.4,92 L14.3,93 L14.2,94 L14.2,95 L14.1,96 L14.1,97 L14,98 L14,99"></path><path data-animate-id="animatedPath" d="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z" data-animated-end-path="M190.541,98l4.446,1c.003.333.013.666.013,1,0,52.383-42.617,95-95,95S5,152.383,5,100c0-.334.009-.667.013-1l4.136-1,4.877,1c-.004.334-.025.665-.025,1,0,47.42,38.58,86,86,86s86-38.58,86-86c0-.335-.022-.666-.025-1l4.566-1Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98" to="M190.5,98 L191.5,98.2 L192.5,98.4 L193.5,98.7 L194.4,98.9 L195,99.4 L195,100.4 L195,101.4 L195,102.4 L194.9,103.4 L194.9,104.4 L194.8,105.4 L194.8,106.4 L194.7,107.4 L194.6,108.4 L194.5,109.4 L194.4,110.4 L194.3,111.4 L194.2,112.4 L194.1,113.4 L193.9,114.4 L193.8,115.4 L193.6,116.4 L193.4,117.3 L193.2,118.3 L193,119.3 L192.8,120.3 L192.6,121.3 L192.4,122.2 L192.1,123.2 L191.9,124.2 L191.6,125.1 L191.4,126.1 L191.1,127.1 L190.8,128 L190.5,129 L190.2,129.9 L189.9,130.9 L189.5,131.8 L189.2,132.8 L188.8,133.7 L188.5,134.6 L188.1,135.6 L187.7,136.5 L187.3,137.4 L186.9,138.3 L186.5,139.2 L186.1,140.1 L185.7,141 L185.2,141.9 L184.8,142.8 L184.3,143.7 L183.9,144.6 L183.4,145.5 L182.9,146.4 L182.4,147.2 L181.9,148.1 L181.4,149 L180.9,149.8 L180.3,150.7 L179.8,151.5 L179.2,152.3 L178.7,153.2 L178.1,154 L177.6,154.8 L177,155.6 L176.4,156.4 L175.8,157.2 L175.2,158 L174.6,158.8 L173.9,159.6 L173.3,160.4 L172.7,161.1 L172,161.9 L171.4,162.7 L170.7,163.4 L170,164.1 L169.3,164.9 L168.7,165.6 L168,166.3 L167.3,167 L166.5,167.7 L165.8,168.4 L165.1,169.1 L164.4,169.8 L163.6,170.5 L162.9,171.1 L162.1,171.8 L161.4,172.5 L160.6,173.1 L159.8,173.7 L159.1,174.4 L158.3,175 L157.5,175.6 L156.7,176.2 L155.9,176.8 L155.1,177.4 L154.3,177.9 L153.4,178.5 L152.6,179.1 L151.8,179.6 L150.9,180.2 L150.1,180.7 L149.2,181.2 L148.4,181.7 L147.5,182.2 L146.6,182.7 L145.8,183.2 L144.9,183.7 L144,184.2 L143.1,184.6 L142.2,185.1 L141.3,185.5 L140.4,186 L139.5,186.4 L138.6,186.8 L137.7,187.2 L136.8,187.6 L135.9,188 L134.9,188.4 L134,188.7 L133.1,189.1 L132.1,189.4 L131.2,189.7 L130.2,190.1 L129.3,190.4 L128.3,190.7 L127.4,191 L126.4,191.3 L125.4,191.5 L124.5,191.8 L123.5,192.1 L122.5,192.3 L121.6,192.5 L120.6,192.8 L119.6,193 L118.6,193.2 L117.6,193.4 L116.7,193.5 L115.7,193.7 L114.7,193.9 L113.7,194 L112.7,194.2 L111.7,194.3 L110.7,194.4 L109.7,194.5 L108.7,194.6 L107.7,194.7 L106.7,194.8 L105.7,194.8 L104.7,194.9 L103.7,194.9 L102.8,195 L101.8,195 L100.8,195 L99.8,195 L98.8,195 L97.8,195 L96.8,194.9 L95.8,194.9 L94.8,194.9 L93.8,194.8 L92.8,194.7 L91.8,194.6 L90.8,194.6 L89.8,194.5 L88.8,194.3 L87.8,194.2 L86.8,194.1 L85.8,193.9 L84.8,193.8 L83.8,193.6 L82.9,193.5 L81.9,193.3 L80.9,193.1 L79.9,192.9 L78.9,192.6 L78,192.4 L77,192.2 L76,191.9 L75.1,191.7 L74.1,191.4 L73.1,191.1 L72.2,190.8 L71.2,190.5 L70.3,190.2 L69.3,189.9 L68.4,189.6 L67.4,189.2 L66.5,188.9 L65.6,188.5 L64.6,188.2 L63.7,187.8 L62.8,187.4 L61.9,187 L60.9,186.6 L60,186.2 L59.1,185.8 L58.2,185.3 L57.3,184.9 L56.4,184.4 L55.6,184 L54.7,183.5 L53.8,183 L52.9,182.5 L52.1,182 L51.2,181.5 L50.4,181 L49.5,180.4 L48.7,179.9 L47.8,179.4 L47,178.8 L46.2,178.2 L45.3,177.7 L44.5,177.1 L43.7,176.5 L42.9,175.9 L42.1,175.3 L41.3,174.7 L40.6,174.1 L39.8,173.4 L39,172.8 L38.3,172.1 L37.5,171.5 L36.7,170.8 L36,170.2 L35.3,169.5 L34.5,168.8 L33.8,168.1 L33.1,167.4 L32.4,166.7 L31.7,166 L31,165.3 L30.3,164.5 L29.7,163.8 L29,163 L28.3,162.3 L27.7,161.5 L27,160.8 L26.4,160 L25.8,159.2 L25.1,158.4 L24.5,157.6 L23.9,156.8 L23.3,156 L22.7,155.2 L22.2,154.4 L21.6,153.6 L21,152.8 L20.5,151.9 L19.9,151.1 L19.4,150.3 L18.9,149.4 L18.4,148.5 L17.9,147.7 L17.4,146.8 L16.9,145.9 L16.4,145.1 L15.9,144.2 L15.5,143.3 L15,142.4 L14.6,141.5 L14.1,140.6 L13.7,139.7 L13.3,138.8 L12.9,137.9 L12.5,137 L12.1,136 L11.7,135.1 L11.4,134.2 L11,133.2 L10.7,132.3 L10.3,131.4 L10,130.4 L9.7,129.5 L9.4,128.5 L9.1,127.6 L8.8,126.6 L8.5,125.6 L8.2,124.7 L8,123.7 L7.7,122.7 L7.5,121.8 L7.3,120.8 L7.1,119.8 L6.9,118.8 L6.7,117.8 L6.5,116.9 L6.3,115.9 L6.2,114.9 L6,113.9 L5.9,112.9 L5.7,111.9 L5.6,110.9 L5.5,109.9 L5.4,108.9 L5.3,107.9 L5.3,106.9 L5.2,105.9 L5.1,104.9 L5.1,103.9 L5,103 L5,102 L5,101 L5,100 L5.1,99 L6,98.8 L7,98.5 L8,98.3 L8.9,98.1 L9.9,98.2 L10.9,98.4 L11.9,98.6 L12.9,98.8 L13.8,99 L14,99.8 L14,100.8 L14,101.8 L14,102.8 L14.1,103.8 L14.1,104.8 L14.2,105.8 L14.3,106.8 L14.4,107.8 L14.4,108.8 L14.6,109.8 L14.7,110.8 L14.8,111.8 L14.9,112.8 L15.1,113.7 L15.3,114.7 L15.4,115.7 L15.6,116.7 L15.8,117.7 L16,118.7 L16.3,119.6 L16.5,120.6 L16.7,121.6 L17,122.5 L17.3,123.5 L17.5,124.5 L17.8,125.4 L18.1,126.4 L18.5,127.3 L18.8,128.3 L19.1,129.2 L19.5,130.2 L19.8,131.1 L20.2,132 L20.6,132.9 L21,133.9 L21.4,134.8 L21.8,135.7 L22.2,136.6 L22.6,137.5 L23.1,138.4 L23.5,139.3 L24,140.2 L24.5,141.1 L24.9,141.9 L25.4,142.8 L25.9,143.7 L26.4,144.5 L27,145.4 L27.5,146.2 L28.1,147.1 L28.6,147.9 L29.2,148.7 L29.7,149.5 L30.3,150.4 L30.9,151.2 L31.5,152 L32.1,152.8 L32.7,153.5 L33.4,154.3 L34,155.1 L34.7,155.8 L35.3,156.6 L36,157.4 L36.6,158.1 L37.3,158.8 L38,159.6 L38.7,160.3 L39.4,161 L40.1,161.7 L40.8,162.4 L41.6,163.1 L42.3,163.7 L43.1,164.4 L43.8,165.1 L44.6,165.7 L45.3,166.3 L46.1,167 L46.9,167.6 L47.7,168.2 L48.5,168.8 L49.3,169.4 L50.1,170 L50.9,170.6 L51.7,171.1 L52.6,171.7 L53.4,172.2 L54.2,172.8 L55.1,173.3 L55.9,173.8 L56.8,174.3 L57.7,174.8 L58.5,175.3 L59.4,175.8 L60.3,176.3 L61.2,176.7 L62.1,177.2 L63,177.6 L63.9,178 L64.8,178.5 L65.7,178.9 L66.6,179.3 L67.6,179.6 L68.5,180 L69.4,180.4 L70.4,180.7 L71.3,181.1 L72.2,181.4 L73.2,181.7 L74.1,182 L75.1,182.3 L76.1,182.6 L77,182.9 L78,183.1 L79,183.4 L79.9,183.6 L80.9,183.9 L81.9,184.1 L82.9,184.3 L83.8,184.5 L84.8,184.7 L85.8,184.8 L86.8,185 L87.8,185.1 L88.8,185.3 L89.8,185.4 L90.8,185.5 L91.8,185.6 L92.8,185.7 L93.8,185.8 L94.8,185.8 L95.8,185.9 L96.7,185.9 L97.7,186 L98.7,186 L99.7,186 L100.7,186 L101.7,186 L102.7,186 L103.7,185.9 L104.7,185.9 L105.7,185.8 L106.7,185.7 L107.7,185.7 L108.7,185.6 L109.7,185.5 L110.7,185.3 L111.7,185.2 L112.7,185.1 L113.7,184.9 L114.7,184.7 L115.6,184.6 L116.6,184.4 L117.6,184.2 L118.6,184 L119.6,183.8 L120.5,183.5 L121.5,183.3 L122.5,183 L123.4,182.8 L124.4,182.5 L125.4,182.2 L126.3,181.9 L127.3,181.6 L128.2,181.2 L129.2,180.9 L130.1,180.6 L131,180.2 L132,179.8 L132.9,179.5 L133.8,179.1 L134.7,178.7 L135.6,178.3 L136.5,177.8 L137.4,177.4 L138.3,177 L139.2,176.5 L140.1,176.1 L141,175.6 L141.9,175.1 L142.8,174.6 L143.6,174.1 L144.5,173.6 L145.3,173.1 L146.2,172.5 L147,172 L147.8,171.4 L148.7,170.9 L149.5,170.3 L150.3,169.7 L151.1,169.1 L151.9,168.5 L152.7,167.9 L153.5,167.3 L154.3,166.7 L155,166 L155.8,165.4 L156.6,164.7 L157.3,164.1 L158,163.4 L158.8,162.7 L159.5,162 L160.2,161.3 L160.9,160.6 L161.6,159.9 L162.3,159.2 L163,158.5 L163.7,157.7 L164.4,157 L165,156.2 L165.7,155.5 L166.3,154.7 L166.9,153.9 L167.6,153.2 L168.2,152.4 L168.8,151.6 L169.4,150.8 L170,150 L170.5,149.1 L171.1,148.3 L171.7,147.5 L172.2,146.7 L172.8,145.8 L173.3,145 L173.8,144.1 L174.3,143.3 L174.8,142.4 L175.3,141.5 L175.8,140.6 L176.2,139.8 L176.7,138.9 L177.2,138 L177.6,137.1 L178,136.2 L178.4,135.3 L178.8,134.3 L179.2,133.4 L179.6,132.5 L180,131.6 L180.4,130.6 L180.7,129.7 L181.1,128.8 L181.4,127.8 L181.7,126.9 L182,125.9 L182.3,125 L182.6,124 L182.9,123 L183.1,122.1 L183.4,121.1 L183.6,120.1 L183.8,119.2 L184.1,118.2 L184.3,117.2 L184.5,116.2 L184.6,115.2 L184.8,114.3 L185,113.3 L185.1,112.3 L185.3,111.3 L185.4,110.3 L185.5,109.3 L185.6,108.3 L185.7,107.3 L185.8,106.3 L185.8,105.3 L185.9,104.3 L185.9,103.3 L186,102.3 L186,101.3 L186,100.3 L186,99.3 L186.6,98.9 L187.6,98.6 L188.6,98.4 L189.6,98.2 L190.5,98"></path><path data-animate-id="animatedPath" d="M6.747,100.053v.915c-.429-.112-.747-.503-.747-.968,0-.004,0-.007,0-.011.005-.46.321-.846.747-.957v.915h-.206c-.029,0-.053.024-.053.053s.024.053.053.053h.206Z" data-animated-end-path="M75.626,104.817v86.469C35.04,180.682,5,143.706,5,99.843c0-.333.009-.663.013-.995.451-43.425,30.337-79.922,70.614-90.446v86.467h-19.483c-2.747,0-4.974,2.227-4.974,4.974s2.227,4.974,4.974,4.974h19.483Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1" to="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M75.6,104.8 L75.6,105.8 L75.6,106.8 L75.6,107.8 L75.6,108.8 L75.6,109.8 L75.6,110.8 L75.6,111.8 L75.6,112.8 L75.6,113.8 L75.6,114.8 L75.6,115.8 L75.6,116.8 L75.6,117.8 L75.6,118.8 L75.6,119.8 L75.6,120.8 L75.6,121.8 L75.6,122.8 L75.6,123.8 L75.6,124.8 L75.6,125.8 L75.6,126.8 L75.6,127.8 L75.6,128.8 L75.6,129.8 L75.6,130.8 L75.6,131.8 L75.6,132.8 L75.6,133.8 L75.6,134.8 L75.6,135.8 L75.6,136.8 L75.6,137.8 L75.6,138.8 L75.6,139.8 L75.6,140.8 L75.6,141.8 L75.6,142.8 L75.6,143.8 L75.6,144.8 L75.6,145.8 L75.6,146.8 L75.6,147.8 L75.6,148.8 L75.6,149.8 L75.6,150.8 L75.6,151.8 L75.6,152.8 L75.6,153.8 L75.6,154.8 L75.6,155.8 L75.6,156.8 L75.6,157.8 L75.6,158.8 L75.6,159.8 L75.6,160.8 L75.6,161.8 L75.6,162.8 L75.6,163.8 L75.6,164.8 L75.6,165.8 L75.6,166.8 L75.6,167.8 L75.6,168.8 L75.6,169.8 L75.6,170.8 L75.6,171.8 L75.6,172.8 L75.6,173.8 L75.6,174.8 L75.6,175.8 L75.6,176.8 L75.6,177.8 L75.6,178.8 L75.6,179.8 L75.6,180.8 L75.6,181.8 L75.6,182.8 L75.6,183.8 L75.6,184.8 L75.6,185.8 L75.6,186.8 L75.6,187.8 L75.6,188.8 L75.6,189.8 L75.6,190.8 L75.1,191.1 L74.1,190.9 L73.2,190.6 L72.2,190.3 L71.3,190 L70.3,189.7 L69.4,189.4 L68.4,189.1 L67.5,188.8 L66.5,188.4 L65.6,188 L64.7,187.7 L63.7,187.3 L62.8,186.9 L61.9,186.5 L61,186.1 L60.1,185.7 L59.2,185.3 L58.3,184.9 L57.4,184.4 L56.5,184 L55.6,183.5 L54.7,183 L53.8,182.5 L52.9,182.1 L52.1,181.6 L51.2,181.1 L50.4,180.5 L49.5,180 L48.7,179.5 L47.8,178.9 L47,178.4 L46.2,177.8 L45.3,177.2 L44.5,176.7 L43.7,176.1 L42.9,175.5 L42.1,174.9 L41.3,174.3 L40.5,173.6 L39.8,173 L39,172.4 L38.2,171.7 L37.5,171.1 L36.7,170.4 L36,169.8 L35.2,169.1 L34.5,168.4 L33.8,167.7 L33.1,167 L32.4,166.3 L31.7,165.6 L31,164.9 L30.3,164.1 L29.6,163.4 L29,162.7 L28.3,161.9 L27.6,161.1 L27,160.4 L26.4,159.6 L25.7,158.8 L25.1,158 L24.5,157.3 L23.9,156.5 L23.3,155.7 L22.7,154.8 L22.1,154 L21.6,153.2 L21,152.4 L20.4,151.6 L19.9,150.7 L19.4,149.9 L18.8,149 L18.3,148.2 L17.8,147.3 L17.3,146.4 L16.8,145.6 L16.3,144.7 L15.9,143.8 L15.4,142.9 L14.9,142 L14.5,141.1 L14.1,140.2 L13.6,139.3 L13.2,138.4 L12.8,137.5 L12.4,136.6 L12,135.6 L11.7,134.7 L11.3,133.8 L10.9,132.9 L10.6,131.9 L10.3,131 L9.9,130 L9.6,129.1 L9.3,128.1 L9,127.2 L8.7,126.2 L8.5,125.2 L8.2,124.3 L7.9,123.3 L7.7,122.3 L7.5,121.4 L7.2,120.4 L7,119.4 L6.8,118.4 L6.6,117.4 L6.5,116.5 L6.3,115.5 L6.1,114.5 L6,113.5 L5.8,112.5 L5.7,111.5 L5.6,110.5 L5.5,109.5 L5.4,108.5 L5.3,107.5 L5.2,106.5 L5.2,105.5 L5.1,104.5 L5.1,103.5 L5,102.5 L5,101.6 L5,100.6 L5,99.6 L5,98.6 L5,97.6 L5.1,96.6 L5.1,95.6 L5.2,94.6 L5.2,93.6 L5.3,92.6 L5.4,91.6 L5.5,90.6 L5.6,89.6 L5.7,88.6 L5.8,87.6 L5.9,86.6 L6.1,85.6 L6.2,84.6 L6.4,83.6 L6.6,82.7 L6.8,81.7 L7,80.7 L7.2,79.7 L7.4,78.7 L7.6,77.8 L7.9,76.8 L8.1,75.8 L8.4,74.9 L8.6,73.9 L8.9,72.9 L9.2,72 L9.5,71 L9.8,70.1 L10.1,69.1 L10.5,68.2 L10.8,67.2 L11.2,66.3 L11.5,65.4 L11.9,64.4 L12.3,63.5 L12.7,62.6 L13.1,61.7 L13.5,60.8 L13.9,59.8 L14.3,58.9 L14.8,58 L15.2,57.2 L15.7,56.3 L16.1,55.4 L16.6,54.5 L17.1,53.6 L17.6,52.8 L18.1,51.9 L18.6,51 L19.1,50.2 L19.7,49.3 L20.2,48.5 L20.8,47.7 L21.3,46.8 L21.9,46 L22.5,45.2 L23,44.4 L23.6,43.6 L24.2,42.8 L24.8,42 L25.5,41.2 L26.1,40.4 L26.7,39.6 L27.4,38.9 L28,38.1 L28.7,37.4 L29.3,36.6 L30,35.9 L30.7,35.1 L31.4,34.4 L32.1,33.7 L32.8,33 L33.5,32.3 L34.2,31.6 L34.9,30.9 L35.7,30.2 L36.4,29.5 L37.2,28.9 L37.9,28.2 L38.7,27.6 L39.4,26.9 L40.2,26.3 L41,25.7 L41.8,25.1 L42.6,24.5 L43.4,23.9 L44.2,23.3 L45,22.7 L45.8,22.1 L46.6,21.5 L47.5,21 L48.3,20.4 L49.2,19.9 L50,19.4 L50.9,18.9 L51.7,18.3 L52.6,17.8 L53.5,17.3 L54.3,16.9 L55.2,16.4 L56.1,15.9 L57,15.5 L57.9,15 L58.8,14.6 L59.7,14.2 L60.6,13.7 L61.5,13.3 L62.4,12.9 L63.3,12.5 L64.3,12.2 L65.2,11.8 L66.1,11.4 L67.1,11.1 L68,10.7 L69,10.4 L69.9,10.1 L70.9,9.8 L71.8,9.5 L72.8,9.2 L73.7,8.9 L74.7,8.7 L75.6,8.4 L75.6,9.4 L75.6,10.4 L75.6,11.4 L75.6,12.4 L75.6,13.4 L75.6,14.4 L75.6,15.4 L75.6,16.4 L75.6,17.4 L75.6,18.4 L75.6,19.4 L75.6,20.4 L75.6,21.4 L75.6,22.4 L75.6,23.4 L75.6,24.4 L75.6,25.4 L75.6,26.4 L75.6,27.4 L75.6,28.4 L75.6,29.4 L75.6,30.4 L75.6,31.4 L75.6,32.4 L75.6,33.4 L75.6,34.4 L75.6,35.4 L75.6,36.4 L75.6,37.4 L75.6,38.4 L75.6,39.4 L75.6,40.4 L75.6,41.4 L75.6,42.4 L75.6,43.4 L75.6,44.4 L75.6,45.4 L75.6,46.4 L75.6,47.4 L75.6,48.4 L75.6,49.4 L75.6,50.4 L75.6,51.4 L75.6,52.4 L75.6,53.4 L75.6,54.4 L75.6,55.4 L75.6,56.4 L75.6,57.4 L75.6,58.4 L75.6,59.4 L75.6,60.4 L75.6,61.4 L75.6,62.4 L75.6,63.4 L75.6,64.4 L75.6,65.4 L75.6,66.4 L75.6,67.4 L75.6,68.4 L75.6,69.4 L75.6,70.4 L75.6,71.4 L75.6,72.4 L75.6,73.4 L75.6,74.4 L75.6,75.4 L75.6,76.4 L75.6,77.4 L75.6,78.4 L75.6,79.4 L75.6,80.4 L75.6,81.4 L75.6,82.5 L75.6,83.5 L75.6,84.5 L75.6,85.5 L75.6,86.5 L75.6,87.5 L75.6,88.5 L75.6,89.5 L75.6,90.5 L75.6,91.5 L75.6,92.5 L75.6,93.5 L75.6,94.5 L75,94.9 L74,94.9 L73,94.9 L72,94.9 L71,94.9 L70,94.9 L69,94.9 L68,94.9 L67,94.9 L66,94.9 L65,94.9 L64,94.9 L63,94.9 L62,94.9 L61,94.9 L60,94.9 L59,94.9 L58,94.9 L57,94.9 L56,94.9 L55,95 L54.1,95.3 L53.2,95.8 L52.5,96.5 L51.9,97.3 L51.5,98.2 L51.2,99.1 L51.2,100.1 L51.3,101.1 L51.7,102.1 L52.2,102.9 L52.9,103.6 L53.7,104.2 L54.6,104.6 L55.6,104.8 L56.6,104.8 L57.6,104.8 L58.6,104.8 L59.6,104.8 L60.6,104.8 L61.6,104.8 L62.6,104.8 L63.6,104.8 L64.6,104.8 L65.6,104.8 L66.6,104.8 L67.6,104.8 L68.6,104.8 L69.6,104.8 L70.6,104.8 L71.6,104.8 L72.6,104.8 L73.6,104.8 L74.6,104.8 L75.6,104.8" to="M6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.6,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.9 L6.5,100.8 L6.5,100.8 L6.5,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.4,100.8 L6.3,100.8 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.3,100.7 L6.2,100.7 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.6 L6.2,100.5 L6.2,100.5 L6.2,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.5 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.4 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6.1,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.3 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.2 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100.1 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,100 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.9 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.8 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.7 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.6 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.1,99.5 L6.2,99.5 L6.2,99.5 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.4 L6.2,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.3 L6.3,99.2 L6.3,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.4,99.2 L6.5,99.2 L6.5,99.2 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.5,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.6,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.5,99.9 L6.5,99.9 L6.5,99.9 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100 L6.5,100.1 L6.5,100.1 L6.5,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.6,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1"></path><path data-animate-id="animatedPath" d="M8,100c0,.551-.449,1-1,1-.087,0-.172-.011-.253-.032l-.095-.915h.676l-.322.322c-.021.021-.021.054,0,.074.01.01.024.015.037.015s.027-.005.037-.015l.412-.412c.021-.021.021-.054,0-.074l-.412-.412c-.021-.021-.054-.021-.074,0-.021.021-.021.054,0,.074l.322.322h-.686l.105-.915c.081-.021.165-.032.253-.032.548,0,.994.443,1,.989,0,.004,0,.007,0,.011Z" data-animated-end-path="M194,99.843c0,52.108-42.392,94.5-94.5,94.5-8.245,0-16.245-1.064-23.874-3.057l-8.953-86.469h63.846l-30.431,30.431c-1.942,1.942-1.942,5.092,0,7.034.971.971,2.244,1.457,3.517,1.457s2.546-.486,3.517-1.457l38.922-38.922c1.942-1.942,1.942-5.092,0-7.034l-38.922-38.922c-1.943-1.942-5.091-1.942-7.034,0-1.942,1.942-1.942,5.092,0,7.034l30.431,30.431h-64.841l9.947-86.467c7.629-1.993,15.629-3.059,23.874-3.059,51.775,0,93.951,41.855,94.487,93.505.003.332.013.662.013.995Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100" to="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M194,99.8 L194,100.8 L194,101.8 L194,102.8 L193.9,103.8 L193.9,104.8 L193.8,105.8 L193.7,106.8 L193.7,107.8 L193.6,108.8 L193.5,109.8 L193.4,110.8 L193.2,111.8 L193.1,112.8 L193,113.8 L192.8,114.8 L192.7,115.8 L192.5,116.8 L192.3,117.7 L192.1,118.7 L191.9,119.7 L191.7,120.7 L191.5,121.7 L191.2,122.6 L191,123.6 L190.7,124.6 L190.4,125.5 L190.2,126.5 L189.9,127.5 L189.6,128.4 L189.3,129.4 L189,130.3 L188.6,131.3 L188.3,132.2 L187.9,133.2 L187.6,134.1 L187.2,135 L186.8,135.9 L186.4,136.9 L186,137.8 L185.6,138.7 L185.2,139.6 L184.8,140.5 L184.4,141.4 L183.9,142.3 L183.5,143.2 L183,144.1 L182.5,145 L182,145.9 L181.5,146.7 L181,147.6 L180.5,148.4 L180,149.3 L179.5,150.2 L178.9,151 L178.4,151.8 L177.8,152.7 L177.3,153.5 L176.7,154.3 L176.1,155.1 L175.5,155.9 L174.9,156.7 L174.3,157.5 L173.7,158.3 L173.1,159.1 L172.4,159.9 L171.8,160.6 L171.1,161.4 L170.5,162.2 L169.8,162.9 L169.1,163.6 L168.5,164.4 L167.8,165.1 L167.1,165.8 L166.4,166.5 L165.7,167.2 L165,167.9 L164.2,168.6 L163.5,169.3 L162.8,170 L162,170.7 L161.3,171.3 L160.5,172 L159.7,172.6 L159,173.2 L158.2,173.9 L157.4,174.5 L156.6,175.1 L155.8,175.7 L155,176.3 L154.2,176.9 L153.4,177.5 L152.5,178 L151.7,178.6 L150.9,179.1 L150,179.7 L149.2,180.2 L148.3,180.7 L147.5,181.2 L146.6,181.7 L145.7,182.2 L144.9,182.7 L144,183.2 L143.1,183.7 L142.2,184.1 L141.3,184.6 L140.4,185 L139.5,185.5 L138.6,185.9 L137.7,186.3 L136.8,186.7 L135.8,187.1 L134.9,187.5 L134,187.8 L133.1,188.2 L132.1,188.5 L131.2,188.9 L130.2,189.2 L129.3,189.5 L128.3,189.8 L127.4,190.2 L126.4,190.4 L125.4,190.7 L124.5,191 L123.5,191.3 L122.5,191.5 L121.6,191.7 L120.6,192 L119.6,192.2 L118.6,192.4 L117.7,192.6 L116.7,192.8 L115.7,193 L114.7,193.1 L113.7,193.3 L112.7,193.4 L111.7,193.6 L110.7,193.7 L109.7,193.8 L108.7,193.9 L107.7,194 L106.7,194.1 L105.7,194.1 L104.8,194.2 L103.8,194.2 L102.8,194.3 L101.8,194.3 L100.8,194.3 L99.8,194.3 L98.8,194.3 L97.8,194.3 L96.8,194.3 L95.8,194.3 L94.8,194.2 L93.8,194.2 L92.8,194.1 L91.8,194 L90.8,193.9 L89.8,193.8 L88.8,193.7 L87.8,193.6 L86.8,193.5 L85.8,193.3 L84.8,193.2 L83.8,193 L82.8,192.9 L81.8,192.7 L80.9,192.5 L79.9,192.3 L78.9,192.1 L77.9,191.9 L76.9,191.6 L76,191.4 L75.6,190.7 L75.5,189.7 L75.4,188.7 L75.3,187.7 L75.1,186.7 L75,185.7 L74.9,184.7 L74.8,183.7 L74.7,182.7 L74.6,181.7 L74.5,180.7 L74.4,179.7 L74.3,178.7 L74.2,177.7 L74.1,176.7 L74,175.7 L73.9,174.7 L73.8,173.7 L73.7,172.7 L73.6,171.7 L73.5,170.7 L73.4,169.7 L73.3,168.7 L73.2,167.7 L73.1,166.8 L73,165.8 L72.9,164.8 L72.8,163.8 L72.7,162.8 L72.6,161.8 L72.5,160.8 L72.4,159.8 L72.3,158.8 L72.2,157.8 L72.1,156.8 L72,155.8 L71.8,154.8 L71.7,153.8 L71.6,152.8 L71.5,151.8 L71.4,150.8 L71.3,149.8 L71.2,148.8 L71.1,147.8 L71,146.8 L70.9,145.8 L70.8,144.8 L70.7,143.9 L70.6,142.9 L70.5,141.9 L70.4,140.9 L70.3,139.9 L70.2,138.9 L70.1,137.9 L70,136.9 L69.9,135.9 L69.8,134.9 L69.7,133.9 L69.6,132.9 L69.5,131.9 L69.4,130.9 L69.3,129.9 L69.2,128.9 L69.1,127.9 L69,126.9 L68.9,125.9 L68.8,124.9 L68.7,123.9 L68.5,122.9 L68.4,121.9 L68.3,120.9 L68.2,120 L68.1,119 L68,118 L67.9,117 L67.8,116 L67.7,115 L67.6,114 L67.5,113 L67.4,112 L67.3,111 L67.2,110 L67.1,109 L67,108 L66.9,107 L66.8,106 L66.7,105 L67.5,104.8 L68.5,104.8 L69.5,104.8 L70.5,104.8 L71.5,104.8 L72.5,104.8 L73.5,104.8 L74.5,104.8 L75.5,104.8 L76.5,104.8 L77.5,104.8 L78.5,104.8 L79.5,104.8 L80.5,104.8 L81.5,104.8 L82.5,104.8 L83.5,104.8 L84.5,104.8 L85.5,104.8 L86.5,104.8 L87.5,104.8 L88.5,104.8 L89.5,104.8 L90.5,104.8 L91.5,104.8 L92.5,104.8 L93.5,104.8 L94.5,104.8 L95.5,104.8 L96.5,104.8 L97.5,104.8 L98.5,104.8 L99.5,104.8 L100.5,104.8 L101.5,104.8 L102.5,104.8 L103.5,104.8 L104.5,104.8 L105.5,104.8 L106.5,104.8 L107.5,104.8 L108.5,104.8 L109.5,104.8 L110.5,104.8 L111.5,104.8 L112.5,104.8 L113.5,104.8 L114.5,104.8 L115.5,104.8 L116.5,104.8 L117.5,104.8 L118.5,104.8 L119.5,104.8 L120.5,104.8 L121.5,104.8 L122.5,104.8 L123.5,104.8 L124.5,104.8 L125.5,104.8 L126.5,104.8 L127.5,104.8 L128.5,104.8 L129.5,104.8 L130.5,104.8 L129.8,105.5 L129.1,106.3 L128.4,107 L127.7,107.7 L127,108.4 L126.3,109.1 L125.5,109.8 L124.8,110.5 L124.1,111.2 L123.4,111.9 L122.7,112.6 L122,113.3 L121.3,114 L120.6,114.7 L119.9,115.5 L119.2,116.2 L118.5,116.9 L117.8,117.6 L117,118.3 L116.3,119 L115.6,119.7 L114.9,120.4 L114.2,121.1 L113.5,121.8 L112.8,122.5 L112.1,123.2 L111.4,124 L110.7,124.7 L110,125.4 L109.3,126.1 L108.6,126.8 L107.8,127.5 L107.1,128.2 L106.4,128.9 L105.7,129.6 L105,130.3 L104.3,131 L103.6,131.7 L102.9,132.4 L102.2,133.2 L101.5,133.9 L100.8,134.6 L100.1,135.3 L99.4,136.1 L99,136.9 L98.7,137.9 L98.6,138.9 L98.8,139.9 L99.1,140.8 L99.6,141.7 L100.3,142.4 L101.1,143 L102,143.5 L102.9,143.7 L103.9,143.7 L104.9,143.6 L105.9,143.2 L106.7,142.7 L107.4,142 L108.1,141.3 L108.8,140.6 L109.6,139.9 L110.3,139.1 L111,138.4 L111.7,137.7 L112.4,137 L113.1,136.3 L113.8,135.6 L114.5,134.9 L115.2,134.2 L115.9,133.5 L116.6,132.8 L117.3,132.1 L118,131.4 L118.8,130.7 L119.5,129.9 L120.2,129.2 L120.9,128.5 L121.6,127.8 L122.3,127.1 L123,126.4 L123.7,125.7 L124.4,125 L125.1,124.3 L125.8,123.6 L126.5,122.9 L127.2,122.2 L128,121.4 L128.7,120.7 L129.4,120 L130.1,119.3 L130.8,118.6 L131.5,117.9 L132.2,117.2 L132.9,116.5 L133.6,115.8 L134.3,115.1 L135,114.4 L135.7,113.7 L136.5,113 L137.2,112.2 L137.9,111.5 L138.6,110.8 L139.3,110.1 L140,109.4 L140.7,108.7 L141.4,108 L142.1,107.3 L142.8,106.6 L143.5,105.9 L144.2,105.2 L144.9,104.5 L145.7,103.7 L146.3,103 L146.9,102.2 L147.3,101.3 L147.5,100.3 L147.5,99.3 L147.3,98.3 L146.9,97.4 L146.3,96.6 L145.6,95.9 L144.9,95.2 L144.2,94.5 L143.5,93.7 L142.8,93 L142,92.3 L141.3,91.6 L140.6,90.9 L139.9,90.2 L139.2,89.5 L138.5,88.8 L137.8,88.1 L137.1,87.4 L136.4,86.7 L135.7,86 L135,85.3 L134.3,84.5 L133.6,83.8 L132.8,83.1 L132.1,82.4 L131.4,81.7 L130.7,81 L130,80.3 L129.3,79.6 L128.6,78.9 L127.9,78.2 L127.2,77.5 L126.5,76.8 L125.8,76 L125.1,75.3 L124.4,74.6 L123.6,73.9 L122.9,73.2 L122.2,72.5 L121.5,71.8 L120.8,71.1 L120.1,70.4 L119.4,69.7 L118.7,69 L118,68.3 L117.3,67.6 L116.6,66.8 L115.9,66.1 L115.1,65.4 L114.4,64.7 L113.7,64 L113,63.3 L112.3,62.6 L111.6,61.9 L110.9,61.2 L110.2,60.5 L109.5,59.8 L108.8,59.1 L108.1,58.4 L107.4,57.6 L106.6,57 L105.8,56.4 L104.8,56.1 L103.8,56 L102.8,56 L101.9,56.3 L101,56.7 L100.2,57.3 L99.5,58.1 L99,58.9 L98.7,59.9 L98.6,60.9 L98.7,61.9 L99,62.8 L99.5,63.7 L100.1,64.5 L100.8,65.2 L101.5,65.9 L102.2,66.6 L103,67.3 L103.7,68 L104.4,68.7 L105.1,69.4 L105.8,70.1 L106.5,70.8 L107.2,71.6 L107.9,72.3 L108.6,73 L109.3,73.7 L110,74.4 L110.7,75.1 L111.5,75.8 L112.2,76.5 L112.9,77.2 L113.6,77.9 L114.3,78.6 L115,79.3 L115.7,80 L116.4,80.8 L117.1,81.5 L117.8,82.2 L118.5,82.9 L119.2,83.6 L119.9,84.3 L120.7,85 L121.4,85.7 L122.1,86.4 L122.8,87.1 L123.5,87.8 L124.2,88.5 L124.9,89.3 L125.6,90 L126.3,90.7 L127,91.4 L127.7,92.1 L128.4,92.8 L129.2,93.5 L129.9,94.2 L130.5,94.9 L129.5,94.9 L128.5,94.9 L127.4,94.9 L126.4,94.9 L125.4,94.9 L124.4,94.9 L123.4,94.9 L122.4,94.9 L121.4,94.9 L120.4,94.9 L119.4,94.9 L118.4,94.9 L117.4,94.9 L116.4,94.9 L115.4,94.9 L114.4,94.9 L113.4,94.9 L112.4,94.9 L111.4,94.9 L110.4,94.9 L109.4,94.9 L108.4,94.9 L107.4,94.9 L106.4,94.9 L105.4,94.9 L104.4,94.9 L103.4,94.9 L102.4,94.9 L101.4,94.9 L100.4,94.9 L99.4,94.9 L98.4,94.9 L97.4,94.9 L96.4,94.9 L95.4,94.9 L94.4,94.9 L93.4,94.9 L92.4,94.9 L91.4,94.9 L90.4,94.9 L89.4,94.9 L88.4,94.9 L87.4,94.9 L86.4,94.9 L85.4,94.9 L84.4,94.9 L83.4,94.9 L82.4,94.9 L81.4,94.9 L80.4,94.9 L79.4,94.9 L78.4,94.9 L77.4,94.9 L76.4,94.9 L75.4,94.9 L74.4,94.9 L73.4,94.9 L72.4,94.9 L71.4,94.9 L70.4,94.9 L69.4,94.9 L68.4,94.9 L67.4,94.9 L66.4,94.9 L65.7,94.6 L65.8,93.6 L65.9,92.6 L66.1,91.6 L66.2,90.6 L66.3,89.6 L66.4,88.6 L66.5,87.6 L66.6,86.6 L66.7,85.6 L66.9,84.6 L67,83.6 L67.1,82.6 L67.2,81.6 L67.3,80.6 L67.4,79.7 L67.5,78.7 L67.7,77.7 L67.8,76.7 L67.9,75.7 L68,74.7 L68.1,73.7 L68.2,72.7 L68.3,71.7 L68.5,70.7 L68.6,69.7 L68.7,68.7 L68.8,67.7 L68.9,66.7 L69,65.7 L69.1,64.7 L69.3,63.7 L69.4,62.7 L69.5,61.8 L69.6,60.8 L69.7,59.8 L69.8,58.8 L69.9,57.8 L70.1,56.8 L70.2,55.8 L70.3,54.8 L70.4,53.8 L70.5,52.8 L70.6,51.8 L70.7,50.8 L70.9,49.8 L71,48.8 L71.1,47.8 L71.2,46.8 L71.3,45.8 L71.4,44.8 L71.5,43.8 L71.7,42.9 L71.8,41.9 L71.9,40.9 L72,39.9 L72.1,38.9 L72.2,37.9 L72.3,36.9 L72.5,35.9 L72.6,34.9 L72.7,33.9 L72.8,32.9 L72.9,31.9 L73,30.9 L73.1,29.9 L73.3,28.9 L73.4,27.9 L73.5,26.9 L73.6,25.9 L73.7,25 L73.8,24 L73.9,23 L74.1,22 L74.2,21 L74.3,20 L74.4,19 L74.5,18 L74.6,17 L74.8,16 L74.9,15 L75,14 L75.1,13 L75.2,12 L75.3,11 L75.4,10 L75.6,9 L76,8.3 L76.9,8.1 L77.9,7.8 L78.9,7.6 L79.9,7.4 L80.9,7.2 L81.8,7 L82.8,6.8 L83.8,6.6 L84.8,6.5 L85.8,6.3 L86.8,6.2 L87.8,6.1 L88.8,6 L89.8,5.8 L90.8,5.7 L91.8,5.7 L92.8,5.6 L93.7,5.5 L94.7,5.5 L95.7,5.4 L96.7,5.4 L97.8,5.4 L98.8,5.3 L99.8,5.3 L100.7,5.4 L101.7,5.4 L102.7,5.4 L103.7,5.4 L104.7,5.5 L105.7,5.5 L106.7,5.6 L107.7,5.7 L108.7,5.8 L109.7,5.9 L110.7,6 L111.7,6.1 L112.7,6.3 L113.7,6.4 L114.7,6.6 L115.7,6.7 L116.7,6.9 L117.7,7.1 L118.6,7.3 L119.6,7.5 L120.6,7.7 L121.6,7.9 L122.5,8.2 L123.5,8.4 L124.5,8.7 L125.4,9 L126.4,9.2 L127.4,9.5 L128.3,9.8 L129.3,10.1 L130.2,10.5 L131.2,10.8 L132.1,11.1 L133,11.5 L134,11.9 L134.9,12.2 L135.8,12.6 L136.8,13 L137.7,13.4 L138.6,13.8 L139.5,14.2 L140.4,14.7 L141.3,15.1 L142.2,15.6 L143.1,16 L144,16.5 L144.9,17 L145.7,17.4 L146.6,17.9 L147.5,18.4 L148.3,19 L149.2,19.5 L150,20 L150.9,20.6 L151.7,21.1 L152.5,21.7 L153.4,22.2 L154.2,22.8 L155,23.4 L155.8,24 L156.6,24.6 L157.4,25.2 L158.2,25.8 L159,26.4 L159.7,27.1 L160.5,27.7 L161.3,28.4 L162,29 L162.8,29.7 L163.5,30.4 L164.2,31.1 L164.9,31.7 L165.7,32.4 L166.4,33.1 L167.1,33.9 L167.8,34.6 L168.5,35.3 L169.1,36 L169.8,36.8 L170.5,37.5 L171.1,38.3 L171.8,39 L172.4,39.8 L173.1,40.6 L173.7,41.4 L174.3,42.2 L174.9,43 L175.5,43.8 L176.1,44.6 L176.7,45.4 L177.3,46.2 L177.8,47 L178.4,47.9 L178.9,48.7 L179.5,49.5 L180,50.4 L180.5,51.2 L181,52.1 L181.5,53 L182,53.8 L182.5,54.7 L183,55.6 L183.4,56.5 L183.9,57.4 L184.3,58.3 L184.8,59.2 L185.2,60.1 L185.6,61 L186,61.9 L186.4,62.8 L186.8,63.7 L187.2,64.7 L187.6,65.6 L187.9,66.5 L188.3,67.5 L188.6,68.4 L188.9,69.4 L189.3,70.3 L189.6,71.3 L189.9,72.2 L190.2,73.2 L190.4,74.1 L190.7,75.1 L191,76.1 L191.2,77 L191.4,78 L191.7,79 L191.9,80 L192.1,81 L192.3,81.9 L192.5,82.9 L192.6,83.9 L192.8,84.9 L193,85.9 L193.1,86.9 L193.2,87.9 L193.4,88.9 L193.5,89.9 L193.6,90.9 L193.7,91.9 L193.7,92.9 L193.8,93.9 L193.9,94.8 L193.9,95.8 L193.9,96.8 L194,97.8 L194,98.8 L194,99.8" to="M8,100 L8,100 L8,100 L8,100 L8,100 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.1 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.2 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L8,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.3 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.4 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.9,100.5 L7.8,100.5 L7.8,100.5 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.6 L7.8,100.7 L7.8,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.7 L7.7,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.6,100.8 L7.5,100.8 L7.5,100.8 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.5,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.4,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,100.9 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.3,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.2,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7.1,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L7,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.9,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.8,101 L6.7,101 L6.7,101 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.9 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.8 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.7 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.6 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.5 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.4 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.3 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.2 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.7,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.8,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L6.9,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.1,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.3,100.1 L7.2,100.1 L7.2,100.1 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.2,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.2 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7.1,100.3 L7,100.3 L7,100.3 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.4 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.5 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.1,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.4 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.2,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.3 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.3,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.2 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.4,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100.1 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,100 L7.5,99.9 L7.5,99.9 L7.5,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.9 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.4,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.8 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.3,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.7 L7.2,99.6 L7.2,99.6 L7.2,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.6 L7.1,99.5 L7.1,99.5 L7.1,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.5 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.6 L7,99.7 L7,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.7 L7.1,99.8 L7.1,99.8 L7.1,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.8 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.3,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.2,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7.1,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L7,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.9,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.8,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.6,99.9 L6.7,99.9 L6.7,99.9 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.8 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.7 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.6 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.5 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.4 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.3 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.2 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99.1 L6.7,99 L6.7,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.8,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L6.9,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.1,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.2,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.3,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.4,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.1 L7.5,99.2 L7.5,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.6,99.2 L7.7,99.2 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.7,99.3 L7.8,99.3 L7.8,99.3 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.4 L7.8,99.5 L7.8,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.5 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.6 L7.9,99.7 L7.9,99.7 L7.9,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.7 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.8 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,99.9 L8,100 L8,100 L8,100 L8,100 L8,100"></path></g></svg></div></span></span></a></div><!--/$--></div><!--/$--></div><!--/$--></div></div><!--/$--></div></section><!--/$--></main><footer id="comp-mlgjzdne" class="comp-mlgjzdne S6Dcte comp-mlgjzdne-container" slots="[object Object]" wix="[object Object]"><!--$--><section id="comp-mlgjzdne_r_comp-mlgjzdk1" tabindex="-1" data-block-level-container="Section" class="xuzjBY comp-mlgjzdne_r_comp-mlgjzdk1 wixui-footer Gzsk0j" data-testid="section-container"><div id="bgLayers_comp-mlgjzdne_r_comp-mlgjzdk1" data-hook="bgLayers" data-motion-part="BG_LAYER comp-mlgjzdne_r_comp-mlgjzdk1" class="MW5IWV"><div data-testid="colorUnderlay" class="LWbAav Kv1aVt"></div><div id="bgMedia_comp-mlgjzdne_r_comp-mlgjzdk1" data-motion-part="BG_MEDIA comp-mlgjzdne_r_comp-mlgjzdk1" class="VgO9Yg"></div></div><div data-testid="responsive-container-content" class="comp-mlgjzdne_r_comp-mlgjzdk1-container max-width-container"><!--$--><div id="comp-mlgjzdne_r_comp-mky57xrd" role="" class="PiVxGu MDrwHQ comp-mlgjzdne_r_comp-mky57xrd wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><div data-testid="responsive-container-content" class="comp-mlgjzdne_r_comp-mky57xrd-container"><!--$--><div id="comp-mlgjzdne_r_comp-ml4b66sq" data-testid="imageX" class="lyNaha comp-mlgjzdne_r_comp-ml4b66sq JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-mlgjzdne_r_comp-ml4b66sq"><div data-motion-part="BG_MEDIA comp-mlgjzdne_r_comp-ml4b66sq"><wow-image id="img-comp-mlgjzdne_r_comp-ml4b66sq" data-is-responsive="true" data-image-info="{"containerId":"comp-mlgjzdne_r_comp-ml4b66sq","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_68cc8f70dc564c8aadf1abd7ef06fbe0~mv2.png","width":901,"height":130,"alt":"_cecile_giornelli_edited.png","name":"_cecile_giornelli_edited.png","crop":{"x":0,"y":0,"width":901,"height":162,"svgId":"","flip":"none"},"displayMode":"fit","scrollEffect":"none","focalPoint":null},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mlgjzdne_r_comp-ml4b66sq" class="Ux33nC"><picture><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_68cc8f70dc564c8aadf1abd7ef06fbe0~mv2.png/v1/fill/w_45,h_7,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/_cecile_giornelli_edited.png" alt="_cecile_giornelli_edited.png" style="object-fit:contain;object-position:center"/></picture></wow-image></div></div></div><!--/$--><!--$--><div id="comp-mlgjzdne_r_comp-mky3tjfv" class="comp-mlgjzdne_r_comp-mky3tjfv-container comp-mlgjzdne_r_comp-mky3tjfv"><div id="comp-mlgjzdne_r_comp-mky3tjfv-menu-content" class="kvKptz"><nav class="zi7u4T Trmtvb Et46Sx BlM3nT wixui-horizontal-menu wixui-menu" data-part="navbar" data-hook="menu-root" aria-label="Site"><ul class="qi0bcm"><li class="YZgQBw" data-part="menu-item" data-animation-name="none" data-item-depth="0"><div class="djGpM3"><div class="oU_31J FIGev7 wixui-horizontal-menu__item wixui-menu__item lgvt4I" data-part="menu-item-content" data-interactive="true"><a data-testid="linkElement" data-anchor="anchors-ml4b3ccf" data-part="menu-item-link" href="https://www.cecilegiornelli.com" target="_self" class=""><div class="xeYvd7 wixui-horizontal-menu__item-label wixui-menu__item-label JJdjxN" data-part="label">Mon Livre</div></a></div></div><span class="yRGvfY"></span></li><li class="YZgQBw" data-part="menu-item" data-animation-name="none" data-item-depth="0"><div class="djGpM3"><div class="oU_31J FIGev7 wixui-horizontal-menu__item wixui-menu__item lgvt4I" data-part="menu-item-content" data-interactive="true"><a data-testid="linkElement" data-anchor="anchors-ml4axk0c" data-part="menu-item-link" href="https://www.cecilegiornelli.com" target="_self" class=""><div class="xeYvd7 wixui-horizontal-menu__item-label wixui-menu__item-label JJdjxN" data-part="label">Me rencontrer</div></a></div></div><span class="yRGvfY"></span></li><li class="YZgQBw" data-part="menu-item" data-animation-name="none" data-item-depth="0"><div class="djGpM3"><div class="oU_31J FIGev7 wixui-horizontal-menu__item wixui-menu__item lgvt4I" data-part="menu-item-content" data-interactive="true"><a data-testid="linkElement" data-part="menu-item-link" href="https://www.cecilegiornelli.com/champions" target="_self" class=""><div class="xeYvd7 wixui-horizontal-menu__item-label wixui-menu__item-label JJdjxN" data-part="label">Les champions</div></a></div></div><span class="yRGvfY"></span></li></ul><div class="BV22op"><div aria-hidden="true" aria-label="scroll" class="n2xrZl LNYNgf MJm86e JRUANI wixui-menu__scroll-button scroll-button" data-menu-scroll-action="page" data-hidden="true" data-part="scroll-backward-button"><span class="aTo_UF wixui-menu__scroll-button-icon"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 6 12"><path d="M0 6L5.2 0 6 .7 1.3 6 6 11.3 5.2 12z"></path></svg></span></div><div aria-hidden="true" aria-label="scroll" class="n2xrZl LNYNgf MJm86e JRUANI wixui-menu__scroll-button scroll-button" data-menu-scroll-action="page" data-hidden="true" data-part="scroll-forward-button"><span class="aTo_UF wixui-menu__scroll-button-icon"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 6 12"><path d="M6 6L.8 0 0 .7 4.7 6 0 11.3l.8.7z"></path></svg></span></div></div></nav></div><div id="comp-mlgjzdne_r_comp-mky3tjgh" class="comp-mlgjzdne_r_comp-mky3tjgh-container c_pphB"><!--$--><nav aria-label="Site" class="HamburgerOpenButton3537389287__nav"><div id="comp-mlgjzdne_r_comp-mky3tjgj" class="HamburgerOpenButton3537389287__root StylableButton2545352419__root comp-mlgjzdne_r_comp-mky3tjgj" data-semantic-classname="hamburger-open-button"><button type="button" class="StylableButton2545352419__root comp-mlgjzdne_r_comp-mky3tjgj-styleId__root wixui-hamburger-open-button" data-testid="buttonContent" aria-expanded="false" aria-haspopup="dialog" aria-label="Menu"><span class="StylableButton2545352419__container"><span class="StylableButton2545352419__label wixui-hamburger-open-button__label" data-testid="stylablebutton-label">Menu</span><span class="StylableButton2545352419__icon wixui-hamburger-open-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><span><svg data-bbox="20.5 54 159 92" viewbox="0 0 200 200" height="200" width="200" xmlns="http://www.w3.org/2000/svg" data-type="shape">
<g>
<path d="M179.5 54v9.517h-159V54h159z"/>
<path d="M179.5 95.241v9.517h-159v-9.517h159z"/>
<path d="M179.5 136.483V146h-159v-9.517h159z"/>
</g>
</svg>
</span></span></span></button></div></nav><!--/$--><div id="portal-comp-mlgjzdne_r_comp-mky3tjfv"><div id="comp-mlgjzdne_r_comp-mky3tjgl" class="HamburgerOverlay547129737--showBackgroundOverlay HamburgerOverlay547129737__root scemAM" role="dialog" aria-modal="true" aria-label="Navigation sur le site" data-visible="false" data-hook="hamburger-overlay-root" tabindex="-1" data-part="hamburger-overlay" data-animation-name="none"><div data-hook="hamburger-overlay-dialog" aria-hidden="true" class="HamburgerOverlay547129737__overlay comp-mlgjzdne_r_comp-mky3tjgl-styleId__root wixui-hamburger-overlay"></div><div class="comp-mlgjzdne_r_comp-mky3tjgl-overflow-wrapper gNqkn3" data-testid="responsive-container-overflow"><div data-testid="responsive-container-content" tabindex="-1" class="comp-mlgjzdne_r_comp-mky3tjgl-container"><div id="comp-mlgjzdne_r_comp-mky3tjgn3" tabindex="-1" class="comp-mlgjzdne_r_comp-mky3tjgn3 sR1W7T CT8HKo" data-animation-name="none"><div aria-hidden="true" class="HamburgerMenuContainer502174924__root comp-mlgjzdne_r_comp-mky3tjgn3-styleId__root wixui-hamburger-menu-container"></div><div class="comp-mlgjzdne_r_comp-mky3tjgn3-overflow-wrapper gNqkn3" data-testid="responsive-container-overflow"><div data-testid="responsive-container-content" tabindex="-1" class="comp-mlgjzdne_r_comp-mky3tjgn3-container"><!--$--><!--/$--><!--$--><div id="comp-mlgjzdne_r_comp-mky3tjgr2" class="HamburgerCloseButton872037521__root StylableButton2545352419__root comp-mlgjzdne_r_comp-mky3tjgr2" data-semantic-classname="hamburger-close-button"><button type="button" class="StylableButton2545352419__root comp-mlgjzdne_r_comp-mky3tjgr2-styleId__root wixui-hamburger-close-button" data-testid="buttonContent" aria-label="Close"><span class="StylableButton2545352419__container"><span class="StylableButton2545352419__label wixui-hamburger-close-button__label" data-testid="stylablebutton-label">Close</span><span class="StylableButton2545352419__icon wixui-hamburger-close-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><span><?xml version="1.0" encoding="UTF-8"?>
<svg data-bbox="0 -0.012 32.012 32" viewbox="0 0 32 32" height="32" width="32" xmlns="http://www.w3.org/2000/svg" data-type="shape">
<g>
<path d="M.293.293a1 1 0 0 1 1.414 0L16 14.586 30.293.293a1 1 0 1 1 1.414 1.414L17.414 16l14.293 14.293a1 1 0 0 1-1.414 1.414L16 17.414 1.707 31.707a1 1 0 0 1-1.414-1.414L14.586 16 .293 1.707a1 1 0 0 1 0-1.414" fill-rule="evenodd"/>
</g>
</svg>
</span></span></span></button></div><!--/$--></div></div></div></div></div></div></div></div></div><!--/$--><!--$--><div id="comp-mlgjzdne_r_comp-mky3kvqq8" role="" class="PiVxGu MDrwHQ comp-mlgjzdne_r_comp-mky3kvqq8-container comp-mlgjzdne_r_comp-mky3kvqq8 wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mlgjzdne_r_comp-mky3kvqr6" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mlgjzdne_r_comp-mky3kvqr6 wixui-rich-text" data-testid="richTextElement"><h2 class="font_2 wixui-rich-text__text">Toute question mérite une réponse</h2></div><!--/$--><!--$--><div id="comp-mlgjzdne_r_comp-mky45koy" class="comp-mlgjzdne_r_comp-mky45koy" data-semantic-classname="button" dir="inherit"><a data-testid="linkElement" data-anchor="anchors-mljrmthj" href="https://www.cecilegiornelli.com/se-former" target="_self" class="DPAltb comp-mlgjzdne_r_comp-mky45koy-styleId__root wixui-button OoFUKI" aria-label="Consulter la FAQ"><span class="wpLgnL"><span class="gIbEBg wixui-button__label" data-testid="stylablebutton-label">Consulter la FAQ</span><span class="HvvH6i wixui-button__icon" aria-hidden="true" data-testid="stylablebutton-icon"><div><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 200 200" data-animate-id="animatedSvg" data-testid="animated-svg" width="100%" height="100%"><g><path data-animate-id="animatedPath" d="M164.537,175.06c-1.106,0-2.212-.422-3.057-1.266l-33.204-33.204c-1.689-1.688-1.689-4.425,0-6.114,1.687-1.688,4.424-1.688,6.113,0l33.204,33.204c1.689,1.688,1.689,4.425,0,6.114-.843.844-1.95,1.266-3.057,1.266Z" data-animated-end-path="M180.469,192.834c-1.396,0-2.793-.533-3.859-1.598l-41.918-41.918c-2.132-2.131-2.132-5.587,0-7.719,2.129-2.131,5.586-2.131,7.717,0l41.918,41.918c2.132,2.131,2.132,5.587,0,7.719-1.065,1.065-2.462,1.598-3.859,1.598Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M164.5,175.1 L163.7,175 L163,174.8 L162.3,174.4 L161.6,173.9 L161.1,173.4 L160.5,172.8 L159.9,172.3 L159.4,171.7 L158.8,171.1 L158.2,170.6 L157.7,170 L157.1,169.4 L156.6,168.9 L156,168.3 L155.4,167.7 L154.9,167.2 L154.3,166.6 L153.7,166.1 L153.2,165.5 L152.6,164.9 L152.1,164.4 L151.5,163.8 L150.9,163.2 L150.4,162.7 L149.8,162.1 L149.2,161.5 L148.7,161 L148.1,160.4 L147.5,159.9 L147,159.3 L146.4,158.7 L145.9,158.2 L145.3,157.6 L144.7,157 L144.2,156.5 L143.6,155.9 L143,155.4 L142.5,154.8 L141.9,154.2 L141.3,153.7 L140.8,153.1 L140.2,152.5 L139.7,152 L139.1,151.4 L138.5,150.8 L138,150.3 L137.4,149.7 L136.8,149.2 L136.3,148.6 L135.7,148 L135.2,147.5 L134.6,146.9 L134,146.3 L133.5,145.8 L132.9,145.2 L132.3,144.7 L131.8,144.1 L131.2,143.5 L130.6,143 L130.1,142.4 L129.5,141.8 L129,141.3 L128.4,140.7 L127.9,140.1 L127.4,139.4 L127.2,138.7 L127,137.9 L127,137.1 L127.2,136.3 L127.5,135.6 L127.9,134.9 L128.4,134.3 L129.1,133.9 L129.8,133.5 L130.5,133.3 L131.3,133.2 L132.1,133.3 L132.9,133.5 L133.6,133.9 L134.2,134.3 L134.8,134.9 L135.4,135.5 L135.9,136 L136.5,136.6 L137.1,137.1 L137.6,137.7 L138.2,138.3 L138.7,138.8 L139.3,139.4 L139.9,140 L140.4,140.5 L141,141.1 L141.6,141.7 L142.1,142.2 L142.7,142.8 L143.3,143.3 L143.8,143.9 L144.4,144.5 L144.9,145 L145.5,145.6 L146.1,146.2 L146.6,146.7 L147.2,147.3 L147.8,147.8 L148.3,148.4 L148.9,149 L149.5,149.5 L150,150.1 L150.6,150.7 L151.1,151.2 L151.7,151.8 L152.3,152.4 L152.8,152.9 L153.4,153.5 L154,154 L154.5,154.6 L155.1,155.2 L155.6,155.7 L156.2,156.3 L156.8,156.9 L157.3,157.4 L157.9,158 L158.5,158.5 L159,159.1 L159.6,159.7 L160.2,160.2 L160.7,160.8 L161.3,161.4 L161.8,161.9 L162.4,162.5 L163,163.1 L163.5,163.6 L164.1,164.2 L164.7,164.7 L165.2,165.3 L165.8,165.9 L166.3,166.4 L166.9,167 L167.5,167.6 L168,168.2 L168.4,168.8 L168.7,169.6 L168.8,170.4 L168.8,171.2 L168.7,171.9 L168.4,172.7 L168,173.4 L167.4,173.9 L166.8,174.4 L166.1,174.8 L165.3,175 L164.5,175.1" to="M180.5,192.8 L179.5,192.7 L178.5,192.5 L177.6,192 L176.8,191.4 L176.1,190.7 L175.4,190 L174.7,189.3 L174,188.6 L173.2,187.9 L172.5,187.2 L171.8,186.4 L171.1,185.7 L170.4,185 L169.7,184.3 L169,183.6 L168.3,182.9 L167.6,182.2 L166.8,181.5 L166.1,180.8 L165.4,180 L164.7,179.3 L164,178.6 L163.3,177.9 L162.6,177.2 L161.9,176.5 L161.2,175.8 L160.4,175.1 L159.7,174.4 L159,173.6 L158.3,172.9 L157.6,172.2 L156.9,171.5 L156.2,170.8 L155.5,170.1 L154.8,169.4 L154,168.7 L153.3,168 L152.6,167.2 L151.9,166.5 L151.2,165.8 L150.5,165.1 L149.8,164.4 L149.1,163.7 L148.4,163 L147.6,162.3 L146.9,161.6 L146.2,160.8 L145.5,160.1 L144.8,159.4 L144.1,158.7 L143.4,158 L142.7,157.3 L142,156.6 L141.2,155.9 L140.5,155.2 L139.8,154.4 L139.1,153.7 L138.4,153 L137.7,152.3 L137,151.6 L136.3,150.9 L135.6,150.2 L134.8,149.5 L134.2,148.7 L133.6,147.9 L133.3,146.9 L133.1,145.9 L133.1,144.9 L133.3,143.9 L133.7,143 L134.2,142.2 L134.9,141.4 L135.7,140.8 L136.6,140.4 L137.6,140.1 L138.6,140 L139.6,140.1 L140.5,140.4 L141.4,140.8 L142.2,141.4 L142.9,142.1 L143.6,142.8 L144.4,143.5 L145.1,144.3 L145.8,145 L146.5,145.7 L147.2,146.4 L147.9,147.1 L148.6,147.8 L149.3,148.5 L150,149.2 L150.8,149.9 L151.5,150.7 L152.2,151.4 L152.9,152.1 L153.6,152.8 L154.3,153.5 L155,154.2 L155.7,154.9 L156.4,155.6 L157.2,156.3 L157.9,157.1 L158.6,157.8 L159.3,158.5 L160,159.2 L160.7,159.9 L161.4,160.6 L162.1,161.3 L162.8,162 L163.6,162.7 L164.3,163.5 L165,164.2 L165.7,164.9 L166.4,165.6 L167.1,166.3 L167.8,167 L168.5,167.7 L169.2,168.4 L170,169.1 L170.7,169.9 L171.4,170.6 L172.1,171.3 L172.8,172 L173.5,172.7 L174.2,173.4 L174.9,174.1 L175.6,174.8 L176.4,175.5 L177.1,176.3 L177.8,177 L178.5,177.7 L179.2,178.4 L179.9,179.1 L180.6,179.8 L181.3,180.5 L182,181.2 L182.8,181.9 L183.5,182.7 L184.2,183.4 L184.8,184.1 L185.4,185 L185.7,185.9 L185.9,186.9 L185.9,187.9 L185.7,188.9 L185.3,189.8 L184.8,190.7 L184.1,191.4 L183.3,192 L182.4,192.5 L181.5,192.7 L180.5,192.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M180.5,192.8 L179.5,192.7 L178.5,192.5 L177.6,192 L176.8,191.4 L176.1,190.7 L175.4,190 L174.7,189.3 L174,188.6 L173.2,187.9 L172.5,187.2 L171.8,186.4 L171.1,185.7 L170.4,185 L169.7,184.3 L169,183.6 L168.3,182.9 L167.6,182.2 L166.8,181.5 L166.1,180.8 L165.4,180 L164.7,179.3 L164,178.6 L163.3,177.9 L162.6,177.2 L161.9,176.5 L161.2,175.8 L160.4,175.1 L159.7,174.4 L159,173.6 L158.3,172.9 L157.6,172.2 L156.9,171.5 L156.2,170.8 L155.5,170.1 L154.8,169.4 L154,168.7 L153.3,168 L152.6,167.2 L151.9,166.5 L151.2,165.8 L150.5,165.1 L149.8,164.4 L149.1,163.7 L148.4,163 L147.6,162.3 L146.9,161.6 L146.2,160.8 L145.5,160.1 L144.8,159.4 L144.1,158.7 L143.4,158 L142.7,157.3 L142,156.6 L141.2,155.9 L140.5,155.2 L139.8,154.4 L139.1,153.7 L138.4,153 L137.7,152.3 L137,151.6 L136.3,150.9 L135.6,150.2 L134.8,149.5 L134.2,148.7 L133.6,147.9 L133.3,146.9 L133.1,145.9 L133.1,144.9 L133.3,143.9 L133.7,143 L134.2,142.2 L134.9,141.4 L135.7,140.8 L136.6,140.4 L137.6,140.1 L138.6,140 L139.6,140.1 L140.5,140.4 L141.4,140.8 L142.2,141.4 L142.9,142.1 L143.6,142.8 L144.4,143.5 L145.1,144.3 L145.8,145 L146.5,145.7 L147.2,146.4 L147.9,147.1 L148.6,147.8 L149.3,148.5 L150,149.2 L150.8,149.9 L151.5,150.7 L152.2,151.4 L152.9,152.1 L153.6,152.8 L154.3,153.5 L155,154.2 L155.7,154.9 L156.4,155.6 L157.2,156.3 L157.9,157.1 L158.6,157.8 L159.3,158.5 L160,159.2 L160.7,159.9 L161.4,160.6 L162.1,161.3 L162.8,162 L163.6,162.7 L164.3,163.5 L165,164.2 L165.7,164.9 L166.4,165.6 L167.1,166.3 L167.8,167 L168.5,167.7 L169.2,168.4 L170,169.1 L170.7,169.9 L171.4,170.6 L172.1,171.3 L172.8,172 L173.5,172.7 L174.2,173.4 L174.9,174.1 L175.6,174.8 L176.4,175.5 L177.1,176.3 L177.8,177 L178.5,177.7 L179.2,178.4 L179.9,179.1 L180.6,179.8 L181.3,180.5 L182,181.2 L182.8,181.9 L183.5,182.7 L184.2,183.4 L184.8,184.1 L185.4,185 L185.7,185.9 L185.9,186.9 L185.9,187.9 L185.7,188.9 L185.3,189.8 L184.8,190.7 L184.1,191.4 L183.3,192 L182.4,192.5 L181.5,192.7 L180.5,192.8" to="M164.5,175.1 L163.7,175 L163,174.8 L162.3,174.4 L161.6,173.9 L161.1,173.4 L160.5,172.8 L159.9,172.3 L159.4,171.7 L158.8,171.1 L158.2,170.6 L157.7,170 L157.1,169.4 L156.6,168.9 L156,168.3 L155.4,167.7 L154.9,167.2 L154.3,166.6 L153.7,166.1 L153.2,165.5 L152.6,164.9 L152.1,164.4 L151.5,163.8 L150.9,163.2 L150.4,162.7 L149.8,162.1 L149.2,161.5 L148.7,161 L148.1,160.4 L147.5,159.9 L147,159.3 L146.4,158.7 L145.9,158.2 L145.3,157.6 L144.7,157 L144.2,156.5 L143.6,155.9 L143,155.4 L142.5,154.8 L141.9,154.2 L141.3,153.7 L140.8,153.1 L140.2,152.5 L139.7,152 L139.1,151.4 L138.5,150.8 L138,150.3 L137.4,149.7 L136.8,149.2 L136.3,148.6 L135.7,148 L135.2,147.5 L134.6,146.9 L134,146.3 L133.5,145.8 L132.9,145.2 L132.3,144.7 L131.8,144.1 L131.2,143.5 L130.6,143 L130.1,142.4 L129.5,141.8 L129,141.3 L128.4,140.7 L127.9,140.1 L127.4,139.4 L127.2,138.7 L127,137.9 L127,137.1 L127.2,136.3 L127.5,135.6 L127.9,134.9 L128.4,134.3 L129.1,133.9 L129.8,133.5 L130.5,133.3 L131.3,133.2 L132.1,133.3 L132.9,133.5 L133.6,133.9 L134.2,134.3 L134.8,134.9 L135.4,135.5 L135.9,136 L136.5,136.6 L137.1,137.1 L137.6,137.7 L138.2,138.3 L138.7,138.8 L139.3,139.4 L139.9,140 L140.4,140.5 L141,141.1 L141.6,141.7 L142.1,142.2 L142.7,142.8 L143.3,143.3 L143.8,143.9 L144.4,144.5 L144.9,145 L145.5,145.6 L146.1,146.2 L146.6,146.7 L147.2,147.3 L147.8,147.8 L148.3,148.4 L148.9,149 L149.5,149.5 L150,150.1 L150.6,150.7 L151.1,151.2 L151.7,151.8 L152.3,152.4 L152.8,152.9 L153.4,153.5 L154,154 L154.5,154.6 L155.1,155.2 L155.6,155.7 L156.2,156.3 L156.8,156.9 L157.3,157.4 L157.9,158 L158.5,158.5 L159,159.1 L159.6,159.7 L160.2,160.2 L160.7,160.8 L161.3,161.4 L161.8,161.9 L162.4,162.5 L163,163.1 L163.5,163.6 L164.1,164.2 L164.7,164.7 L165.2,165.3 L165.8,165.9 L166.3,166.4 L166.9,167 L167.5,167.6 L168,168.2 L168.4,168.8 L168.7,169.6 L168.8,170.4 L168.8,171.2 L168.7,171.9 L168.4,172.7 L168,173.4 L167.4,173.9 L166.8,174.4 L166.1,174.8 L165.3,175 L164.5,175.1"></path><path data-animate-id="animatedPath" d="M44.361,98.211h-3.287c-.165,0-.299-.134-.299-.299s.134-.299.299-.299h3.287c.165,0,.299.134.299.299s-.134.299-.299.299Z" data-animated-end-path="M123.164,75.495h-60.034c-3.014,0-5.458-2.444-5.458-5.458s2.444-5.458,5.458-5.458h60.034c3.014,0,5.458,2.444,5.458,5.458s-2.444,5.458-5.458,5.458Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M44.4,98.2 L44.3,98.2 L44.3,98.2 L44.2,98.2 L44.1,98.2 L44.1,98.2 L44,98.2 L44,98.2 L43.9,98.2 L43.9,98.2 L43.8,98.2 L43.8,98.2 L43.7,98.2 L43.6,98.2 L43.6,98.2 L43.5,98.2 L43.5,98.2 L43.4,98.2 L43.4,98.2 L43.3,98.2 L43.3,98.2 L43.2,98.2 L43.2,98.2 L43.1,98.2 L43,98.2 L43,98.2 L42.9,98.2 L42.9,98.2 L42.8,98.2 L42.8,98.2 L42.7,98.2 L42.7,98.2 L42.6,98.2 L42.5,98.2 L42.5,98.2 L42.4,98.2 L42.4,98.2 L42.3,98.2 L42.3,98.2 L42.2,98.2 L42.2,98.2 L42.1,98.2 L42.1,98.2 L42,98.2 L41.9,98.2 L41.9,98.2 L41.8,98.2 L41.8,98.2 L41.7,98.2 L41.7,98.2 L41.6,98.2 L41.6,98.2 L41.5,98.2 L41.5,98.2 L41.4,98.2 L41.3,98.2 L41.3,98.2 L41.2,98.2 L41.2,98.2 L41.1,98.2 L41.1,98.2 L41,98.2 L41,98.2 L40.9,98.2 L40.9,98.1 L40.8,98.1 L40.8,98 L40.8,98 L40.8,97.9 L40.8,97.9 L40.8,97.8 L40.8,97.8 L40.8,97.7 L40.9,97.7 L40.9,97.7 L41,97.6 L41,97.6 L41.1,97.6 L41.1,97.6 L41.2,97.6 L41.2,97.6 L41.3,97.6 L41.3,97.6 L41.4,97.6 L41.5,97.6 L41.5,97.6 L41.6,97.6 L41.6,97.6 L41.7,97.6 L41.7,97.6 L41.8,97.6 L41.8,97.6 L41.9,97.6 L42,97.6 L42,97.6 L42.1,97.6 L42.1,97.6 L42.2,97.6 L42.2,97.6 L42.3,97.6 L42.3,97.6 L42.4,97.6 L42.4,97.6 L42.5,97.6 L42.6,97.6 L42.6,97.6 L42.7,97.6 L42.7,97.6 L42.8,97.6 L42.8,97.6 L42.9,97.6 L42.9,97.6 L43,97.6 L43,97.6 L43.1,97.6 L43.2,97.6 L43.2,97.6 L43.3,97.6 L43.3,97.6 L43.4,97.6 L43.4,97.6 L43.5,97.6 L43.5,97.6 L43.6,97.6 L43.7,97.6 L43.7,97.6 L43.8,97.6 L43.8,97.6 L43.9,97.6 L43.9,97.6 L44,97.6 L44,97.6 L44.1,97.6 L44.1,97.6 L44.2,97.6 L44.3,97.6 L44.3,97.6 L44.4,97.6 L44.4,97.6 L44.5,97.6 L44.5,97.7 L44.6,97.7 L44.6,97.7 L44.6,97.8 L44.6,97.8 L44.7,97.9 L44.7,97.9 L44.6,98 L44.6,98 L44.6,98.1 L44.6,98.1 L44.5,98.2 L44.5,98.2 L44.4,98.2 L44.4,98.2" to="M123.2,75.5 L122.2,75.5 L121.2,75.5 L120.2,75.5 L119.2,75.5 L118.2,75.5 L117.1,75.5 L116.1,75.5 L115.1,75.5 L114.1,75.5 L113.1,75.5 L112.1,75.5 L111.1,75.5 L110.1,75.5 L109.1,75.5 L108.1,75.5 L107.1,75.5 L106.1,75.5 L105.1,75.5 L104.1,75.5 L103.1,75.5 L102.1,75.5 L101.1,75.5 L100.1,75.5 L99.1,75.5 L98.1,75.5 L97.1,75.5 L96.1,75.5 L95.1,75.5 L94.1,75.5 L93.1,75.5 L92.1,75.5 L91.1,75.5 L90.1,75.5 L89.1,75.5 L88.1,75.5 L87.1,75.5 L86.1,75.5 L85.1,75.5 L84.1,75.5 L83.1,75.5 L82.1,75.5 L81.1,75.5 L80.1,75.5 L79.1,75.5 L78.1,75.5 L77.1,75.5 L76.1,75.5 L75,75.5 L74,75.5 L73,75.5 L72,75.5 L71,75.5 L70,75.5 L69,75.5 L68,75.5 L67,75.5 L66,75.5 L65,75.5 L64,75.5 L63,75.5 L62,75.4 L61.1,75.1 L60.2,74.6 L59.4,74 L58.7,73.3 L58.2,72.4 L57.9,71.5 L57.7,70.5 L57.7,69.5 L57.9,68.5 L58.3,67.6 L58.8,66.7 L59.5,66 L60.3,65.4 L61.2,64.9 L62.1,64.7 L63.1,64.6 L64.1,64.6 L65.1,64.6 L66.1,64.6 L67.1,64.6 L68.1,64.6 L69.1,64.6 L70.1,64.6 L71.1,64.6 L72.2,64.6 L73.2,64.6 L74.2,64.6 L75.2,64.6 L76.2,64.6 L77.2,64.6 L78.2,64.6 L79.2,64.6 L80.2,64.6 L81.2,64.6 L82.2,64.6 L83.2,64.6 L84.2,64.6 L85.2,64.6 L86.2,64.6 L87.2,64.6 L88.2,64.6 L89.2,64.6 L90.2,64.6 L91.2,64.6 L92.2,64.6 L93.2,64.6 L94.2,64.6 L95.2,64.6 L96.2,64.6 L97.2,64.6 L98.2,64.6 L99.2,64.6 L100.2,64.6 L101.2,64.6 L102.2,64.6 L103.2,64.6 L104.2,64.6 L105.2,64.6 L106.2,64.6 L107.2,64.6 L108.2,64.6 L109.2,64.6 L110.2,64.6 L111.2,64.6 L112.2,64.6 L113.2,64.6 L114.3,64.6 L115.3,64.6 L116.3,64.6 L117.3,64.6 L118.3,64.6 L119.3,64.6 L120.3,64.6 L121.3,64.6 L122.3,64.6 L123.3,64.6 L124.3,64.7 L125.2,65 L126.1,65.4 L126.9,66.1 L127.6,66.8 L128.1,67.7 L128.4,68.6 L128.6,69.6 L128.6,70.6 L128.4,71.6 L128,72.5 L127.5,73.4 L126.8,74.1 L126,74.7 L125.1,75.1 L124.2,75.4 L123.2,75.5"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M123.2,75.5 L122.2,75.5 L121.2,75.5 L120.2,75.5 L119.2,75.5 L118.2,75.5 L117.1,75.5 L116.1,75.5 L115.1,75.5 L114.1,75.5 L113.1,75.5 L112.1,75.5 L111.1,75.5 L110.1,75.5 L109.1,75.5 L108.1,75.5 L107.1,75.5 L106.1,75.5 L105.1,75.5 L104.1,75.5 L103.1,75.5 L102.1,75.5 L101.1,75.5 L100.1,75.5 L99.1,75.5 L98.1,75.5 L97.1,75.5 L96.1,75.5 L95.1,75.5 L94.1,75.5 L93.1,75.5 L92.1,75.5 L91.1,75.5 L90.1,75.5 L89.1,75.5 L88.1,75.5 L87.1,75.5 L86.1,75.5 L85.1,75.5 L84.1,75.5 L83.1,75.5 L82.1,75.5 L81.1,75.5 L80.1,75.5 L79.1,75.5 L78.1,75.5 L77.1,75.5 L76.1,75.5 L75,75.5 L74,75.5 L73,75.5 L72,75.5 L71,75.5 L70,75.5 L69,75.5 L68,75.5 L67,75.5 L66,75.5 L65,75.5 L64,75.5 L63,75.5 L62,75.4 L61.1,75.1 L60.2,74.6 L59.4,74 L58.7,73.3 L58.2,72.4 L57.9,71.5 L57.7,70.5 L57.7,69.5 L57.9,68.5 L58.3,67.6 L58.8,66.7 L59.5,66 L60.3,65.4 L61.2,64.9 L62.1,64.7 L63.1,64.6 L64.1,64.6 L65.1,64.6 L66.1,64.6 L67.1,64.6 L68.1,64.6 L69.1,64.6 L70.1,64.6 L71.1,64.6 L72.2,64.6 L73.2,64.6 L74.2,64.6 L75.2,64.6 L76.2,64.6 L77.2,64.6 L78.2,64.6 L79.2,64.6 L80.2,64.6 L81.2,64.6 L82.2,64.6 L83.2,64.6 L84.2,64.6 L85.2,64.6 L86.2,64.6 L87.2,64.6 L88.2,64.6 L89.2,64.6 L90.2,64.6 L91.2,64.6 L92.2,64.6 L93.2,64.6 L94.2,64.6 L95.2,64.6 L96.2,64.6 L97.2,64.6 L98.2,64.6 L99.2,64.6 L100.2,64.6 L101.2,64.6 L102.2,64.6 L103.2,64.6 L104.2,64.6 L105.2,64.6 L106.2,64.6 L107.2,64.6 L108.2,64.6 L109.2,64.6 L110.2,64.6 L111.2,64.6 L112.2,64.6 L113.2,64.6 L114.3,64.6 L115.3,64.6 L116.3,64.6 L117.3,64.6 L118.3,64.6 L119.3,64.6 L120.3,64.6 L121.3,64.6 L122.3,64.6 L123.3,64.6 L124.3,64.7 L125.2,65 L126.1,65.4 L126.9,66.1 L127.6,66.8 L128.1,67.7 L128.4,68.6 L128.6,69.6 L128.6,70.6 L128.4,71.6 L128,72.5 L127.5,73.4 L126.8,74.1 L126,74.7 L125.1,75.1 L124.2,75.4 L123.2,75.5" to="M44.4,98.2 L44.3,98.2 L44.3,98.2 L44.2,98.2 L44.1,98.2 L44.1,98.2 L44,98.2 L44,98.2 L43.9,98.2 L43.9,98.2 L43.8,98.2 L43.8,98.2 L43.7,98.2 L43.6,98.2 L43.6,98.2 L43.5,98.2 L43.5,98.2 L43.4,98.2 L43.4,98.2 L43.3,98.2 L43.3,98.2 L43.2,98.2 L43.2,98.2 L43.1,98.2 L43,98.2 L43,98.2 L42.9,98.2 L42.9,98.2 L42.8,98.2 L42.8,98.2 L42.7,98.2 L42.7,98.2 L42.6,98.2 L42.5,98.2 L42.5,98.2 L42.4,98.2 L42.4,98.2 L42.3,98.2 L42.3,98.2 L42.2,98.2 L42.2,98.2 L42.1,98.2 L42.1,98.2 L42,98.2 L41.9,98.2 L41.9,98.2 L41.8,98.2 L41.8,98.2 L41.7,98.2 L41.7,98.2 L41.6,98.2 L41.6,98.2 L41.5,98.2 L41.5,98.2 L41.4,98.2 L41.3,98.2 L41.3,98.2 L41.2,98.2 L41.2,98.2 L41.1,98.2 L41.1,98.2 L41,98.2 L41,98.2 L40.9,98.2 L40.9,98.1 L40.8,98.1 L40.8,98 L40.8,98 L40.8,97.9 L40.8,97.9 L40.8,97.8 L40.8,97.8 L40.8,97.7 L40.9,97.7 L40.9,97.7 L41,97.6 L41,97.6 L41.1,97.6 L41.1,97.6 L41.2,97.6 L41.2,97.6 L41.3,97.6 L41.3,97.6 L41.4,97.6 L41.5,97.6 L41.5,97.6 L41.6,97.6 L41.6,97.6 L41.7,97.6 L41.7,97.6 L41.8,97.6 L41.8,97.6 L41.9,97.6 L42,97.6 L42,97.6 L42.1,97.6 L42.1,97.6 L42.2,97.6 L42.2,97.6 L42.3,97.6 L42.3,97.6 L42.4,97.6 L42.4,97.6 L42.5,97.6 L42.6,97.6 L42.6,97.6 L42.7,97.6 L42.7,97.6 L42.8,97.6 L42.8,97.6 L42.9,97.6 L42.9,97.6 L43,97.6 L43,97.6 L43.1,97.6 L43.2,97.6 L43.2,97.6 L43.3,97.6 L43.3,97.6 L43.4,97.6 L43.4,97.6 L43.5,97.6 L43.5,97.6 L43.6,97.6 L43.7,97.6 L43.7,97.6 L43.8,97.6 L43.8,97.6 L43.9,97.6 L43.9,97.6 L44,97.6 L44,97.6 L44.1,97.6 L44.1,97.6 L44.2,97.6 L44.3,97.6 L44.3,97.6 L44.4,97.6 L44.4,97.6 L44.5,97.6 L44.5,97.7 L44.6,97.7 L44.6,97.7 L44.6,97.8 L44.6,97.8 L44.7,97.9 L44.7,97.9 L44.6,98 L44.6,98 L44.6,98.1 L44.6,98.1 L44.5,98.2 L44.5,98.2 L44.4,98.2 L44.4,98.2"></path><path data-animate-id="animatedPath" d="M44.361,99.705h-3.287c-.165,0-.299-.134-.299-.299s.134-.299.299-.299h3.287c.165,0,.299.134.299.299s-.134.299-.299.299Z" data-animated-end-path="M123.164,102.783h-60.034c-3.014,0-5.458-2.444-5.458-5.458s2.444-5.458,5.458-5.458h60.034c3.014,0,5.458,2.444,5.458,5.458s-2.444,5.458-5.458,5.458Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M44.4,99.7 L44.3,99.7 L44.3,99.7 L44.2,99.7 L44.1,99.7 L44.1,99.7 L44,99.7 L44,99.7 L43.9,99.7 L43.9,99.7 L43.8,99.7 L43.8,99.7 L43.7,99.7 L43.6,99.7 L43.6,99.7 L43.5,99.7 L43.5,99.7 L43.4,99.7 L43.4,99.7 L43.3,99.7 L43.3,99.7 L43.2,99.7 L43.2,99.7 L43.1,99.7 L43,99.7 L43,99.7 L42.9,99.7 L42.9,99.7 L42.8,99.7 L42.8,99.7 L42.7,99.7 L42.7,99.7 L42.6,99.7 L42.5,99.7 L42.5,99.7 L42.4,99.7 L42.4,99.7 L42.3,99.7 L42.3,99.7 L42.2,99.7 L42.2,99.7 L42.1,99.7 L42.1,99.7 L42,99.7 L41.9,99.7 L41.9,99.7 L41.8,99.7 L41.8,99.7 L41.7,99.7 L41.7,99.7 L41.6,99.7 L41.6,99.7 L41.5,99.7 L41.5,99.7 L41.4,99.7 L41.3,99.7 L41.3,99.7 L41.2,99.7 L41.2,99.7 L41.1,99.7 L41.1,99.7 L41,99.7 L41,99.7 L40.9,99.7 L40.9,99.6 L40.8,99.6 L40.8,99.5 L40.8,99.5 L40.8,99.4 L40.8,99.4 L40.8,99.3 L40.8,99.3 L40.8,99.2 L40.9,99.2 L40.9,99.2 L41,99.1 L41,99.1 L41.1,99.1 L41.1,99.1 L41.2,99.1 L41.2,99.1 L41.3,99.1 L41.3,99.1 L41.4,99.1 L41.5,99.1 L41.5,99.1 L41.6,99.1 L41.6,99.1 L41.7,99.1 L41.7,99.1 L41.8,99.1 L41.8,99.1 L41.9,99.1 L42,99.1 L42,99.1 L42.1,99.1 L42.1,99.1 L42.2,99.1 L42.2,99.1 L42.3,99.1 L42.3,99.1 L42.4,99.1 L42.4,99.1 L42.5,99.1 L42.6,99.1 L42.6,99.1 L42.7,99.1 L42.7,99.1 L42.8,99.1 L42.8,99.1 L42.9,99.1 L42.9,99.1 L43,99.1 L43,99.1 L43.1,99.1 L43.2,99.1 L43.2,99.1 L43.3,99.1 L43.3,99.1 L43.4,99.1 L43.4,99.1 L43.5,99.1 L43.5,99.1 L43.6,99.1 L43.7,99.1 L43.7,99.1 L43.8,99.1 L43.8,99.1 L43.9,99.1 L43.9,99.1 L44,99.1 L44,99.1 L44.1,99.1 L44.1,99.1 L44.2,99.1 L44.3,99.1 L44.3,99.1 L44.4,99.1 L44.4,99.1 L44.5,99.1 L44.5,99.2 L44.6,99.2 L44.6,99.2 L44.6,99.3 L44.6,99.3 L44.7,99.4 L44.7,99.4 L44.6,99.5 L44.6,99.5 L44.6,99.6 L44.6,99.6 L44.5,99.7 L44.5,99.7 L44.4,99.7 L44.4,99.7" to="M123.2,102.8 L122.2,102.8 L121.2,102.8 L120.2,102.8 L119.2,102.8 L118.2,102.8 L117.1,102.8 L116.1,102.8 L115.1,102.8 L114.1,102.8 L113.1,102.8 L112.1,102.8 L111.1,102.8 L110.1,102.8 L109.1,102.8 L108.1,102.8 L107.1,102.8 L106.1,102.8 L105.1,102.8 L104.1,102.8 L103.1,102.8 L102.1,102.8 L101.1,102.8 L100.1,102.8 L99.1,102.8 L98.1,102.8 L97.1,102.8 L96.1,102.8 L95.1,102.8 L94.1,102.8 L93.1,102.8 L92.1,102.8 L91.1,102.8 L90.1,102.8 L89.1,102.8 L88.1,102.8 L87.1,102.8 L86.1,102.8 L85.1,102.8 L84.1,102.8 L83.1,102.8 L82.1,102.8 L81.1,102.8 L80.1,102.8 L79.1,102.8 L78.1,102.8 L77.1,102.8 L76.1,102.8 L75,102.8 L74,102.8 L73,102.8 L72,102.8 L71,102.8 L70,102.8 L69,102.8 L68,102.8 L67,102.8 L66,102.8 L65,102.8 L64,102.8 L63,102.8 L62,102.7 L61.1,102.4 L60.2,101.9 L59.4,101.3 L58.7,100.6 L58.2,99.7 L57.9,98.8 L57.7,97.8 L57.7,96.8 L57.9,95.8 L58.3,94.9 L58.8,94 L59.5,93.3 L60.3,92.7 L61.2,92.2 L62.1,92 L63.1,91.9 L64.1,91.9 L65.1,91.9 L66.1,91.9 L67.1,91.9 L68.1,91.9 L69.1,91.9 L70.1,91.9 L71.1,91.9 L72.2,91.9 L73.2,91.9 L74.2,91.9 L75.2,91.9 L76.2,91.9 L77.2,91.9 L78.2,91.9 L79.2,91.9 L80.2,91.9 L81.2,91.9 L82.2,91.9 L83.2,91.9 L84.2,91.9 L85.2,91.9 L86.2,91.9 L87.2,91.9 L88.2,91.9 L89.2,91.9 L90.2,91.9 L91.2,91.9 L92.2,91.9 L93.2,91.9 L94.2,91.9 L95.2,91.9 L96.2,91.9 L97.2,91.9 L98.2,91.9 L99.2,91.9 L100.2,91.9 L101.2,91.9 L102.2,91.9 L103.2,91.9 L104.2,91.9 L105.2,91.9 L106.2,91.9 L107.2,91.9 L108.2,91.9 L109.2,91.9 L110.2,91.9 L111.2,91.9 L112.2,91.9 L113.2,91.9 L114.3,91.9 L115.3,91.9 L116.3,91.9 L117.3,91.9 L118.3,91.9 L119.3,91.9 L120.3,91.9 L121.3,91.9 L122.3,91.9 L123.3,91.9 L124.3,92 L125.2,92.3 L126.1,92.7 L126.9,93.3 L127.6,94.1 L128.1,95 L128.4,95.9 L128.6,96.9 L128.6,97.9 L128.4,98.9 L128,99.8 L127.5,100.6 L126.8,101.4 L126,102 L125.1,102.4 L124.2,102.7 L123.2,102.8"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M123.2,102.8 L122.2,102.8 L121.2,102.8 L120.2,102.8 L119.2,102.8 L118.2,102.8 L117.1,102.8 L116.1,102.8 L115.1,102.8 L114.1,102.8 L113.1,102.8 L112.1,102.8 L111.1,102.8 L110.1,102.8 L109.1,102.8 L108.1,102.8 L107.1,102.8 L106.1,102.8 L105.1,102.8 L104.1,102.8 L103.1,102.8 L102.1,102.8 L101.1,102.8 L100.1,102.8 L99.1,102.8 L98.1,102.8 L97.1,102.8 L96.1,102.8 L95.1,102.8 L94.1,102.8 L93.1,102.8 L92.1,102.8 L91.1,102.8 L90.1,102.8 L89.1,102.8 L88.1,102.8 L87.1,102.8 L86.1,102.8 L85.1,102.8 L84.1,102.8 L83.1,102.8 L82.1,102.8 L81.1,102.8 L80.1,102.8 L79.1,102.8 L78.1,102.8 L77.1,102.8 L76.1,102.8 L75,102.8 L74,102.8 L73,102.8 L72,102.8 L71,102.8 L70,102.8 L69,102.8 L68,102.8 L67,102.8 L66,102.8 L65,102.8 L64,102.8 L63,102.8 L62,102.7 L61.1,102.4 L60.2,101.9 L59.4,101.3 L58.7,100.6 L58.2,99.7 L57.9,98.8 L57.7,97.8 L57.7,96.8 L57.9,95.8 L58.3,94.9 L58.8,94 L59.5,93.3 L60.3,92.7 L61.2,92.2 L62.1,92 L63.1,91.9 L64.1,91.9 L65.1,91.9 L66.1,91.9 L67.1,91.9 L68.1,91.9 L69.1,91.9 L70.1,91.9 L71.1,91.9 L72.2,91.9 L73.2,91.9 L74.2,91.9 L75.2,91.9 L76.2,91.9 L77.2,91.9 L78.2,91.9 L79.2,91.9 L80.2,91.9 L81.2,91.9 L82.2,91.9 L83.2,91.9 L84.2,91.9 L85.2,91.9 L86.2,91.9 L87.2,91.9 L88.2,91.9 L89.2,91.9 L90.2,91.9 L91.2,91.9 L92.2,91.9 L93.2,91.9 L94.2,91.9 L95.2,91.9 L96.2,91.9 L97.2,91.9 L98.2,91.9 L99.2,91.9 L100.2,91.9 L101.2,91.9 L102.2,91.9 L103.2,91.9 L104.2,91.9 L105.2,91.9 L106.2,91.9 L107.2,91.9 L108.2,91.9 L109.2,91.9 L110.2,91.9 L111.2,91.9 L112.2,91.9 L113.2,91.9 L114.3,91.9 L115.3,91.9 L116.3,91.9 L117.3,91.9 L118.3,91.9 L119.3,91.9 L120.3,91.9 L121.3,91.9 L122.3,91.9 L123.3,91.9 L124.3,92 L125.2,92.3 L126.1,92.7 L126.9,93.3 L127.6,94.1 L128.1,95 L128.4,95.9 L128.6,96.9 L128.6,97.9 L128.4,98.9 L128,99.8 L127.5,100.6 L126.8,101.4 L126,102 L125.1,102.4 L124.2,102.7 L123.2,102.8" to="M44.4,99.7 L44.3,99.7 L44.3,99.7 L44.2,99.7 L44.1,99.7 L44.1,99.7 L44,99.7 L44,99.7 L43.9,99.7 L43.9,99.7 L43.8,99.7 L43.8,99.7 L43.7,99.7 L43.6,99.7 L43.6,99.7 L43.5,99.7 L43.5,99.7 L43.4,99.7 L43.4,99.7 L43.3,99.7 L43.3,99.7 L43.2,99.7 L43.2,99.7 L43.1,99.7 L43,99.7 L43,99.7 L42.9,99.7 L42.9,99.7 L42.8,99.7 L42.8,99.7 L42.7,99.7 L42.7,99.7 L42.6,99.7 L42.5,99.7 L42.5,99.7 L42.4,99.7 L42.4,99.7 L42.3,99.7 L42.3,99.7 L42.2,99.7 L42.2,99.7 L42.1,99.7 L42.1,99.7 L42,99.7 L41.9,99.7 L41.9,99.7 L41.8,99.7 L41.8,99.7 L41.7,99.7 L41.7,99.7 L41.6,99.7 L41.6,99.7 L41.5,99.7 L41.5,99.7 L41.4,99.7 L41.3,99.7 L41.3,99.7 L41.2,99.7 L41.2,99.7 L41.1,99.7 L41.1,99.7 L41,99.7 L41,99.7 L40.9,99.7 L40.9,99.6 L40.8,99.6 L40.8,99.5 L40.8,99.5 L40.8,99.4 L40.8,99.4 L40.8,99.3 L40.8,99.3 L40.8,99.2 L40.9,99.2 L40.9,99.2 L41,99.1 L41,99.1 L41.1,99.1 L41.1,99.1 L41.2,99.1 L41.2,99.1 L41.3,99.1 L41.3,99.1 L41.4,99.1 L41.5,99.1 L41.5,99.1 L41.6,99.1 L41.6,99.1 L41.7,99.1 L41.7,99.1 L41.8,99.1 L41.8,99.1 L41.9,99.1 L42,99.1 L42,99.1 L42.1,99.1 L42.1,99.1 L42.2,99.1 L42.2,99.1 L42.3,99.1 L42.3,99.1 L42.4,99.1 L42.4,99.1 L42.5,99.1 L42.6,99.1 L42.6,99.1 L42.7,99.1 L42.7,99.1 L42.8,99.1 L42.8,99.1 L42.9,99.1 L42.9,99.1 L43,99.1 L43,99.1 L43.1,99.1 L43.2,99.1 L43.2,99.1 L43.3,99.1 L43.3,99.1 L43.4,99.1 L43.4,99.1 L43.5,99.1 L43.5,99.1 L43.6,99.1 L43.7,99.1 L43.7,99.1 L43.8,99.1 L43.8,99.1 L43.9,99.1 L43.9,99.1 L44,99.1 L44,99.1 L44.1,99.1 L44.1,99.1 L44.2,99.1 L44.3,99.1 L44.3,99.1 L44.4,99.1 L44.4,99.1 L44.5,99.1 L44.5,99.2 L44.6,99.2 L44.6,99.2 L44.6,99.3 L44.6,99.3 L44.7,99.4 L44.7,99.4 L44.6,99.5 L44.6,99.5 L44.6,99.6 L44.6,99.6 L44.5,99.7 L44.5,99.7 L44.4,99.7 L44.4,99.7"></path><path data-animate-id="animatedPath" d="M43.315,101.199h-2.241c-.165,0-.299-.134-.299-.299s.134-.299.299-.299h2.241c.165,0,.299.134.299.299s-.134.299-.299.299Z" data-animated-end-path="M104.063,130.072h-40.932c-3.014,0-5.458-2.444-5.458-5.458s2.444-5.458,5.458-5.458h40.932c3.014,0,5.458,2.444,5.458,5.458s-2.444,5.458-5.458,5.458Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M43.3,101.2 L43.3,101.2 L43.2,101.2 L43.2,101.2 L43.1,101.2 L43,101.2 L43,101.2 L42.9,101.2 L42.9,101.2 L42.8,101.2 L42.8,101.2 L42.7,101.2 L42.7,101.2 L42.6,101.2 L42.5,101.2 L42.5,101.2 L42.4,101.2 L42.4,101.2 L42.3,101.2 L42.3,101.2 L42.2,101.2 L42.2,101.2 L42.1,101.2 L42.1,101.2 L42,101.2 L41.9,101.2 L41.9,101.2 L41.8,101.2 L41.8,101.2 L41.7,101.2 L41.7,101.2 L41.6,101.2 L41.6,101.2 L41.5,101.2 L41.5,101.2 L41.4,101.2 L41.3,101.2 L41.3,101.2 L41.2,101.2 L41.2,101.2 L41.1,101.2 L41.1,101.2 L41,101.2 L41,101.2 L40.9,101.2 L40.9,101.1 L40.8,101.1 L40.8,101 L40.8,101 L40.8,100.9 L40.8,100.9 L40.8,100.8 L40.8,100.8 L40.8,100.7 L40.9,100.7 L40.9,100.6 L41,100.6 L41,100.6 L41.1,100.6 L41.1,100.6 L41.2,100.6 L41.2,100.6 L41.3,100.6 L41.3,100.6 L41.4,100.6 L41.5,100.6 L41.5,100.6 L41.6,100.6 L41.6,100.6 L41.7,100.6 L41.7,100.6 L41.8,100.6 L41.8,100.6 L41.9,100.6 L42,100.6 L42,100.6 L42.1,100.6 L42.1,100.6 L42.2,100.6 L42.2,100.6 L42.3,100.6 L42.3,100.6 L42.4,100.6 L42.4,100.6 L42.5,100.6 L42.6,100.6 L42.6,100.6 L42.7,100.6 L42.7,100.6 L42.8,100.6 L42.8,100.6 L42.9,100.6 L42.9,100.6 L43,100.6 L43,100.6 L43.1,100.6 L43.2,100.6 L43.2,100.6 L43.3,100.6 L43.3,100.6 L43.4,100.6 L43.4,100.6 L43.5,100.6 L43.5,100.7 L43.6,100.7 L43.6,100.8 L43.6,100.8 L43.6,100.9 L43.6,100.9 L43.6,101 L43.6,101 L43.6,101.1 L43.5,101.1 L43.5,101.2 L43.4,101.2 L43.4,101.2 L43.3,101.2" to="M104.1,130.1 L103.1,130.1 L102.1,130.1 L101.1,130.1 L100.1,130.1 L99.1,130.1 L98.1,130.1 L97.1,130.1 L96.1,130.1 L95.1,130.1 L94,130.1 L93,130.1 L92,130.1 L91,130.1 L90,130.1 L89,130.1 L88,130.1 L87,130.1 L86,130.1 L85,130.1 L84,130.1 L83,130.1 L82,130.1 L81,130.1 L80,130.1 L79,130.1 L78,130.1 L77,130.1 L76,130.1 L75,130.1 L74,130.1 L73,130.1 L72,130.1 L71,130.1 L70,130.1 L69,130.1 L68,130.1 L67,130.1 L66,130.1 L65,130.1 L64,130.1 L63,130.1 L62,130 L61.1,129.7 L60.2,129.2 L59.4,128.6 L58.7,127.8 L58.2,127 L57.9,126 L57.7,125.1 L57.7,124.1 L57.9,123.1 L58.3,122.1 L58.8,121.3 L59.5,120.6 L60.3,120 L61.2,119.5 L62.1,119.2 L63.1,119.2 L64.1,119.2 L65.1,119.2 L66.1,119.2 L67.1,119.2 L68.1,119.2 L69.1,119.2 L70.1,119.2 L71.1,119.2 L72.1,119.2 L73.1,119.2 L74.1,119.2 L75.1,119.2 L76.1,119.2 L77.2,119.2 L78.2,119.2 L79.2,119.2 L80.2,119.2 L81.2,119.2 L82.2,119.2 L83.2,119.2 L84.2,119.2 L85.2,119.2 L86.2,119.2 L87.2,119.2 L88.2,119.2 L89.2,119.2 L90.2,119.2 L91.2,119.2 L92.2,119.2 L93.2,119.2 L94.2,119.2 L95.2,119.2 L96.2,119.2 L97.2,119.2 L98.2,119.2 L99.2,119.2 L100.2,119.2 L101.2,119.2 L102.2,119.2 L103.2,119.2 L104.2,119.2 L105.2,119.3 L106.1,119.6 L107,120 L107.8,120.6 L108.5,121.4 L109,122.3 L109.3,123.2 L109.5,124.2 L109.5,125.2 L109.3,126.2 L108.9,127.1 L108.4,127.9 L107.7,128.7 L106.9,129.3 L106,129.7 L105.1,130 L104.1,130.1"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M104.1,130.1 L103.1,130.1 L102.1,130.1 L101.1,130.1 L100.1,130.1 L99.1,130.1 L98.1,130.1 L97.1,130.1 L96.1,130.1 L95.1,130.1 L94,130.1 L93,130.1 L92,130.1 L91,130.1 L90,130.1 L89,130.1 L88,130.1 L87,130.1 L86,130.1 L85,130.1 L84,130.1 L83,130.1 L82,130.1 L81,130.1 L80,130.1 L79,130.1 L78,130.1 L77,130.1 L76,130.1 L75,130.1 L74,130.1 L73,130.1 L72,130.1 L71,130.1 L70,130.1 L69,130.1 L68,130.1 L67,130.1 L66,130.1 L65,130.1 L64,130.1 L63,130.1 L62,130 L61.1,129.7 L60.2,129.2 L59.4,128.6 L58.7,127.8 L58.2,127 L57.9,126 L57.7,125.1 L57.7,124.1 L57.9,123.1 L58.3,122.1 L58.8,121.3 L59.5,120.6 L60.3,120 L61.2,119.5 L62.1,119.2 L63.1,119.2 L64.1,119.2 L65.1,119.2 L66.1,119.2 L67.1,119.2 L68.1,119.2 L69.1,119.2 L70.1,119.2 L71.1,119.2 L72.1,119.2 L73.1,119.2 L74.1,119.2 L75.1,119.2 L76.1,119.2 L77.2,119.2 L78.2,119.2 L79.2,119.2 L80.2,119.2 L81.2,119.2 L82.2,119.2 L83.2,119.2 L84.2,119.2 L85.2,119.2 L86.2,119.2 L87.2,119.2 L88.2,119.2 L89.2,119.2 L90.2,119.2 L91.2,119.2 L92.2,119.2 L93.2,119.2 L94.2,119.2 L95.2,119.2 L96.2,119.2 L97.2,119.2 L98.2,119.2 L99.2,119.2 L100.2,119.2 L101.2,119.2 L102.2,119.2 L103.2,119.2 L104.2,119.2 L105.2,119.3 L106.1,119.6 L107,120 L107.8,120.6 L108.5,121.4 L109,122.3 L109.3,123.2 L109.5,124.2 L109.5,125.2 L109.3,126.2 L108.9,127.1 L108.4,127.9 L107.7,128.7 L106.9,129.3 L106,129.7 L105.1,130 L104.1,130.1" to="M43.3,101.2 L43.3,101.2 L43.2,101.2 L43.2,101.2 L43.1,101.2 L43,101.2 L43,101.2 L42.9,101.2 L42.9,101.2 L42.8,101.2 L42.8,101.2 L42.7,101.2 L42.7,101.2 L42.6,101.2 L42.5,101.2 L42.5,101.2 L42.4,101.2 L42.4,101.2 L42.3,101.2 L42.3,101.2 L42.2,101.2 L42.2,101.2 L42.1,101.2 L42.1,101.2 L42,101.2 L41.9,101.2 L41.9,101.2 L41.8,101.2 L41.8,101.2 L41.7,101.2 L41.7,101.2 L41.6,101.2 L41.6,101.2 L41.5,101.2 L41.5,101.2 L41.4,101.2 L41.3,101.2 L41.3,101.2 L41.2,101.2 L41.2,101.2 L41.1,101.2 L41.1,101.2 L41,101.2 L41,101.2 L40.9,101.2 L40.9,101.1 L40.8,101.1 L40.8,101 L40.8,101 L40.8,100.9 L40.8,100.9 L40.8,100.8 L40.8,100.8 L40.8,100.7 L40.9,100.7 L40.9,100.6 L41,100.6 L41,100.6 L41.1,100.6 L41.1,100.6 L41.2,100.6 L41.2,100.6 L41.3,100.6 L41.3,100.6 L41.4,100.6 L41.5,100.6 L41.5,100.6 L41.6,100.6 L41.6,100.6 L41.7,100.6 L41.7,100.6 L41.8,100.6 L41.8,100.6 L41.9,100.6 L42,100.6 L42,100.6 L42.1,100.6 L42.1,100.6 L42.2,100.6 L42.2,100.6 L42.3,100.6 L42.3,100.6 L42.4,100.6 L42.4,100.6 L42.5,100.6 L42.6,100.6 L42.6,100.6 L42.7,100.6 L42.7,100.6 L42.8,100.6 L42.8,100.6 L42.9,100.6 L42.9,100.6 L43,100.6 L43,100.6 L43.1,100.6 L43.2,100.6 L43.2,100.6 L43.3,100.6 L43.3,100.6 L43.4,100.6 L43.4,100.6 L43.5,100.6 L43.5,100.7 L43.6,100.7 L43.6,100.8 L43.6,100.8 L43.6,100.9 L43.6,100.9 L43.6,101 L43.6,101 L43.6,101.1 L43.5,101.1 L43.5,101.2 L43.4,101.2 L43.4,101.2 L43.3,101.2"></path><path data-animate-id="animatedPath" d="M137.234,138.03c-11.245,11.244-26.015,16.866-40.785,16.866s-29.541-5.622-40.785-16.866c-22.489-22.489-22.489-59.082,0-81.571,11.463-11.463,26.591-17.069,41.647-16.846v8.642c-.287-.005-.574-.02-.862-.02-12.557,0-25.113,4.78-34.673,14.339-19.117,19.118-19.117,50.225,0,69.342,19.119,19.118,50.227,19.118,69.345,0,19.116-19.117,19.114-50.224,0-69.342-9.341-9.34-21.543-14.104-33.811-14.318v-8.642c14.482.215,28.898,5.82,39.924,16.846,22.489,22.489,22.489,59.082,0,81.571Z" data-animated-end-path="M146.001,146.086c-14.196,14.195-32.842,21.293-51.489,21.293s-37.293-7.098-51.489-21.293c-28.391-28.391-28.391-74.587,0-102.978,14.471-14.471,33.569-21.548,52.577-21.267v10.909c-.363-.006-.725-.026-1.088-.026-15.852,0-31.704,6.034-43.772,18.102-24.134,24.135-24.134,63.405,0,87.54,24.136,24.136,63.408,24.136,87.543,0,24.133-24.133,24.13-63.405,0-87.54-11.792-11.791-27.197-17.806-42.684-18.076v-10.909c18.282.271,36.482,7.348,50.401,21.267,28.391,28.391,28.391,74.587,0,102.978Z"><animate data-animate-id="animateForward" data-testid="animate-tag-forward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M137.2,138 L136.7,138.6 L136.1,139.1 L135.5,139.7 L134.9,140.2 L134.3,140.7 L133.7,141.2 L133.1,141.8 L132.5,142.3 L131.9,142.7 L131.3,143.2 L130.6,143.7 L130,144.2 L129.3,144.6 L128.7,145.1 L128,145.5 L127.4,145.9 L126.7,146.4 L126,146.8 L125.3,147.2 L124.6,147.6 L124,148 L123.3,148.3 L122.5,148.7 L121.8,149 L121.1,149.4 L120.4,149.7 L119.7,150 L119,150.4 L118.2,150.7 L117.5,151 L116.7,151.2 L116,151.5 L115.3,151.8 L114.5,152 L113.7,152.3 L113,152.5 L112.2,152.7 L111.5,152.9 L110.7,153.1 L109.9,153.3 L109.2,153.5 L108.4,153.7 L107.6,153.8 L106.8,154 L106,154.1 L105.3,154.2 L104.5,154.3 L103.7,154.4 L102.9,154.5 L102.1,154.6 L101.3,154.7 L100.5,154.8 L99.8,154.8 L99,154.8 L98.2,154.9 L97.4,154.9 L96.6,154.9 L95.8,154.9 L95,154.9 L94.2,154.9 L93.4,154.8 L92.6,154.8 L91.8,154.7 L91,154.6 L90.3,154.6 L89.5,154.5 L88.7,154.4 L87.9,154.3 L87.1,154.1 L86.3,154 L85.6,153.9 L84.8,153.7 L84,153.5 L83.2,153.4 L82.5,153.2 L81.7,153 L80.9,152.8 L80.2,152.6 L79.4,152.3 L78.7,152.1 L77.9,151.9 L77.2,151.6 L76.4,151.3 L75.7,151 L74.9,150.8 L74.2,150.5 L73.5,150.1 L72.7,149.8 L72,149.5 L71.3,149.2 L70.6,148.8 L69.9,148.4 L69.2,148.1 L68.5,147.7 L67.8,147.3 L67.1,146.9 L66.4,146.5 L65.8,146.1 L65.1,145.7 L64.4,145.2 L63.8,144.8 L63.1,144.3 L62.5,143.9 L61.8,143.4 L61.2,142.9 L60.6,142.4 L60,141.9 L59.4,141.4 L58.8,140.9 L58.2,140.4 L57.6,139.9 L57,139.3 L56.4,138.8 L55.9,138.2 L55.3,137.7 L54.7,137.1 L54.2,136.5 L53.7,135.9 L53.1,135.3 L52.6,134.7 L52.1,134.1 L51.6,133.5 L51.1,132.9 L50.6,132.3 L50.2,131.7 L49.7,131 L49.2,130.4 L48.8,129.7 L48.3,129.1 L47.9,128.4 L47.5,127.7 L47.1,127 L46.7,126.4 L46.3,125.7 L45.9,125 L45.5,124.3 L45.1,123.6 L44.8,122.9 L44.4,122.2 L44.1,121.4 L43.8,120.7 L43.4,120 L43.1,119.3 L42.8,118.5 L42.6,117.8 L42.3,117.1 L42,116.3 L41.8,115.6 L41.5,114.8 L41.3,114 L41.1,113.3 L40.8,112.5 L40.6,111.8 L40.4,111 L40.3,110.2 L40.1,109.4 L39.9,108.7 L39.8,107.9 L39.6,107.1 L39.5,106.3 L39.4,105.5 L39.3,104.8 L39.2,104 L39.1,103.2 L39,102.4 L39,101.6 L38.9,100.8 L38.9,100 L38.8,99.2 L38.8,98.4 L38.8,97.7 L38.8,96.9 L38.8,96.1 L38.8,95.3 L38.9,94.5 L38.9,93.7 L39,92.9 L39,92.1 L39.1,91.3 L39.2,90.5 L39.3,89.8 L39.4,89 L39.5,88.2 L39.6,87.4 L39.8,86.6 L39.9,85.8 L40.1,85.1 L40.3,84.3 L40.4,83.5 L40.6,82.8 L40.8,82 L41,81.2 L41.3,80.5 L41.5,79.7 L41.8,79 L42,78.2 L42.3,77.5 L42.5,76.7 L42.8,76 L43.1,75.2 L43.4,74.5 L43.8,73.8 L44.1,73.1 L44.4,72.3 L44.8,71.6 L45.1,70.9 L45.5,70.2 L45.9,69.5 L46.2,68.8 L46.6,68.1 L47,67.5 L47.5,66.8 L47.9,66.1 L48.3,65.5 L48.8,64.8 L49.2,64.1 L49.7,63.5 L50.1,62.9 L50.6,62.2 L51.1,61.6 L51.6,61 L52.1,60.4 L52.6,59.8 L53.1,59.2 L53.7,58.6 L54.2,58 L54.7,57.4 L55.3,56.8 L55.8,56.3 L56.4,55.7 L57,55.2 L57.6,54.7 L58.1,54.1 L58.7,53.6 L59.3,53.1 L60,52.6 L60.6,52.1 L61.2,51.6 L61.8,51.1 L62.5,50.6 L63.1,50.2 L63.8,49.7 L64.4,49.3 L65.1,48.8 L65.7,48.4 L66.4,48 L67.1,47.6 L67.8,47.2 L68.5,46.8 L69.2,46.4 L69.9,46.1 L70.6,45.7 L71.3,45.3 L72,45 L72.7,44.7 L73.4,44.4 L74.2,44 L74.9,43.7 L75.6,43.5 L76.4,43.2 L77.1,42.9 L77.9,42.6 L78.6,42.4 L79.4,42.2 L80.2,41.9 L80.9,41.7 L81.7,41.5 L82.4,41.3 L83.2,41.1 L84,41 L84.8,40.8 L85.5,40.6 L86.3,40.5 L87.1,40.4 L87.9,40.2 L88.7,40.1 L89.5,40 L90.2,39.9 L91,39.9 L91.8,39.8 L92.6,39.7 L93.4,39.7 L94.2,39.7 L95,39.6 L95.8,39.6 L96.6,39.6 L97.3,39.7 L97.3,40.4 L97.3,41.2 L97.3,42 L97.3,42.8 L97.3,43.6 L97.3,44.4 L97.3,45.2 L97.3,46 L97.3,46.8 L97.3,47.6 L97.2,48.3 L96.4,48.2 L95.6,48.2 L94.8,48.3 L94,48.3 L93.2,48.3 L92.4,48.4 L91.7,48.5 L90.9,48.6 L90.1,48.6 L89.3,48.8 L88.5,48.9 L87.7,49 L87,49.2 L86.2,49.3 L85.4,49.5 L84.6,49.7 L83.9,49.9 L83.1,50.1 L82.3,50.3 L81.6,50.5 L80.8,50.8 L80.1,51 L79.3,51.3 L78.6,51.6 L77.9,51.9 L77.1,52.2 L76.4,52.5 L75.7,52.8 L75,53.2 L74.3,53.5 L73.6,53.9 L72.9,54.3 L72.2,54.6 L71.5,55 L70.8,55.5 L70.1,55.9 L69.5,56.3 L68.8,56.7 L68.1,57.2 L67.5,57.7 L66.9,58.1 L66.2,58.6 L65.6,59.1 L65,59.6 L64.4,60.1 L63.8,60.6 L63.2,61.2 L62.6,61.7 L62.1,62.3 L61.5,62.8 L61,63.4 L60.4,64 L59.9,64.6 L59.4,65.2 L58.9,65.8 L58.4,66.4 L57.9,67 L57.4,67.6 L56.9,68.2 L56.4,68.9 L56,69.5 L55.5,70.2 L55.1,70.9 L54.7,71.5 L54.3,72.2 L53.9,72.9 L53.5,73.6 L53.1,74.3 L52.8,75 L52.4,75.7 L52.1,76.4 L51.7,77.1 L51.4,77.9 L51.1,78.6 L50.8,79.3 L50.5,80.1 L50.3,80.8 L50,81.6 L49.7,82.3 L49.5,83.1 L49.3,83.8 L49.1,84.6 L48.9,85.4 L48.7,86.1 L48.5,86.9 L48.4,87.7 L48.2,88.5 L48.1,89.2 L48,90 L47.9,90.8 L47.8,91.6 L47.7,92.4 L47.6,93.2 L47.5,94 L47.5,94.8 L47.5,95.5 L47.4,96.3 L47.4,97.1 L47.4,97.9 L47.5,98.7 L47.5,99.5 L47.5,100.3 L47.6,101.1 L47.7,101.9 L47.7,102.7 L47.8,103.4 L47.9,104.2 L48.1,105 L48.2,105.8 L48.3,106.6 L48.5,107.4 L48.7,108.1 L48.8,108.9 L49,109.7 L49.2,110.4 L49.4,111.2 L49.7,112 L49.9,112.7 L50.2,113.5 L50.4,114.2 L50.7,114.9 L51,115.7 L51.3,116.4 L51.6,117.1 L52,117.9 L52.3,118.6 L52.6,119.3 L53,120 L53.4,120.7 L53.8,121.4 L54.2,122.1 L54.6,122.8 L55,123.4 L55.4,124.1 L55.9,124.8 L56.3,125.4 L56.8,126.1 L57.2,126.7 L57.7,127.3 L58.2,127.9 L58.7,128.6 L59.2,129.2 L59.7,129.8 L60.3,130.3 L60.8,130.9 L61.4,131.5 L61.9,132.1 L62.5,132.6 L63.1,133.2 L63.6,133.7 L64.2,134.2 L64.8,134.7 L65.4,135.2 L66.1,135.7 L66.7,136.2 L67.3,136.7 L68,137.2 L68.6,137.6 L69.3,138.1 L69.9,138.5 L70.6,138.9 L71.3,139.3 L72,139.7 L72.7,140.1 L73.3,140.5 L74,140.9 L74.8,141.2 L75.5,141.6 L76.2,141.9 L76.9,142.2 L77.6,142.5 L78.4,142.8 L79.1,143.1 L79.9,143.4 L80.6,143.6 L81.4,143.9 L82.1,144.1 L82.9,144.4 L83.6,144.6 L84.4,144.8 L85.2,145 L86,145.1 L86.7,145.3 L87.5,145.4 L88.3,145.6 L89.1,145.7 L89.9,145.8 L90.6,145.9 L91.4,146 L92.2,146.1 L93,146.1 L93.8,146.2 L94.6,146.2 L95.4,146.2 L96.2,146.3 L97,146.3 L97.8,146.2 L98.5,146.2 L99.3,146.2 L100.1,146.1 L100.9,146.1 L101.7,146 L102.5,145.9 L103.3,145.8 L104.1,145.7 L104.8,145.5 L105.6,145.4 L106.4,145.2 L107.2,145.1 L107.9,144.9 L108.7,144.7 L109.5,144.5 L110.2,144.3 L111,144.1 L111.8,143.8 L112.5,143.6 L113.3,143.3 L114,143 L114.7,142.7 L115.5,142.4 L116.2,142.1 L116.9,141.8 L117.6,141.5 L118.4,141.1 L119.1,140.8 L119.8,140.4 L120.5,140 L121.1,139.6 L121.8,139.2 L122.5,138.8 L123.2,138.4 L123.8,137.9 L124.5,137.5 L125.1,137 L125.8,136.6 L126.4,136.1 L127,135.6 L127.6,135.1 L128.2,134.6 L128.8,134.1 L129.4,133.5 L130,133 L130.6,132.4 L131.1,131.9 L131.7,131.3 L132.2,130.8 L132.8,130.2 L133.3,129.6 L133.8,129 L134.3,128.4 L134.8,127.8 L135.3,127.1 L135.8,126.5 L136.3,125.9 L136.7,125.2 L137.2,124.6 L137.6,123.9 L138,123.2 L138.4,122.6 L138.9,121.9 L139.2,121.2 L139.6,120.5 L140,119.8 L140.4,119.1 L140.7,118.4 L141,117.6 L141.4,116.9 L141.7,116.2 L142,115.5 L142.3,114.7 L142.5,114 L142.8,113.2 L143,112.5 L143.3,111.7 L143.5,111 L143.7,110.2 L143.9,109.4 L144.1,108.7 L144.3,107.9 L144.5,107.1 L144.6,106.3 L144.8,105.6 L144.9,104.8 L145,104 L145.1,103.2 L145.2,102.4 L145.3,101.6 L145.3,100.8 L145.4,100.1 L145.4,99.3 L145.4,98.5 L145.5,97.7 L145.5,96.9 L145.4,96.1 L145.4,95.3 L145.4,94.5 L145.3,93.7 L145.3,92.9 L145.2,92.2 L145.1,91.4 L145,90.6 L144.9,89.8 L144.8,89 L144.6,88.2 L144.5,87.5 L144.3,86.7 L144.1,85.9 L144,85.1 L143.8,84.4 L143.5,83.6 L143.3,82.8 L143.1,82.1 L142.8,81.3 L142.6,80.6 L142.3,79.8 L142,79.1 L141.7,78.4 L141.4,77.6 L141.1,76.9 L140.7,76.2 L140.4,75.5 L140,74.8 L139.7,74.1 L139.3,73.4 L138.9,72.7 L138.5,72 L138.1,71.3 L137.7,70.7 L137.2,70 L136.8,69.3 L136.3,68.7 L135.9,68.1 L135.4,67.4 L134.9,66.8 L134.4,66.2 L133.9,65.6 L133.4,65 L132.8,64.4 L132.3,63.8 L131.8,63.2 L131.2,62.7 L130.6,62.1 L130.1,61.6 L129.5,61 L128.9,60.5 L128.3,60 L127.7,59.5 L127.1,59 L126.5,58.5 L125.8,58 L125.2,57.5 L124.6,57.1 L123.9,56.6 L123.2,56.2 L122.6,55.7 L121.9,55.3 L121.2,54.9 L120.5,54.5 L119.8,54.1 L119.1,53.8 L118.4,53.4 L117.7,53.1 L117,52.7 L116.3,52.4 L115.5,52.1 L114.8,51.8 L114.1,51.5 L113.3,51.2 L112.6,51 L111.8,50.7 L111.1,50.5 L110.3,50.2 L109.6,50 L108.8,49.8 L108,49.6 L107.3,49.4 L106.5,49.3 L105.7,49.1 L104.9,49 L104.1,48.8 L103.4,48.7 L102.6,48.6 L101.8,48.5 L101,48.5 L100.2,48.4 L99.4,48.3 L98.6,48.3 L97.8,48.3 L97.3,48 L97.3,47.2 L97.3,46.4 L97.3,45.6 L97.3,44.8 L97.3,44 L97.3,43.2 L97.3,42.4 L97.3,41.7 L97.3,40.9 L97.3,40.1 L97.6,39.6 L98.4,39.6 L99.2,39.7 L100,39.7 L100.8,39.8 L101.6,39.8 L102.4,39.9 L103.2,40 L104,40.1 L104.7,40.2 L105.5,40.3 L106.3,40.4 L107.1,40.6 L107.9,40.7 L108.6,40.9 L109.4,41.1 L110.2,41.3 L111,41.4 L111.7,41.6 L112.5,41.9 L113.2,42.1 L114,42.3 L114.8,42.6 L115.5,42.8 L116.3,43.1 L117,43.4 L117.7,43.6 L118.5,43.9 L119.2,44.2 L119.9,44.6 L120.7,44.9 L121.4,45.2 L122.1,45.6 L122.8,45.9 L123.5,46.3 L124.2,46.7 L124.9,47.1 L125.6,47.5 L126.3,47.9 L126.9,48.3 L127.6,48.7 L128.3,49.1 L128.9,49.6 L129.6,50 L130.2,50.5 L130.9,51 L131.5,51.4 L132.1,51.9 L132.7,52.4 L133.3,52.9 L134,53.4 L134.6,53.9 L135.1,54.5 L135.7,55 L136.3,55.5 L136.9,56.1 L137.4,56.7 L138,57.2 L138.5,57.8 L139.1,58.4 L139.6,59 L140.1,59.6 L140.6,60.2 L141.1,60.8 L141.6,61.4 L142.1,62 L142.6,62.6 L143.1,63.3 L143.5,63.9 L144,64.6 L144.4,65.2 L144.9,65.9 L145.3,66.6 L145.7,67.2 L146.1,67.9 L146.5,68.6 L146.9,69.3 L147.3,70 L147.7,70.7 L148,71.4 L148.4,72.1 L148.7,72.8 L149,73.5 L149.4,74.3 L149.7,75 L150,75.7 L150.3,76.5 L150.5,77.2 L150.8,78 L151.1,78.7 L151.3,79.5 L151.5,80.2 L151.8,81 L152,81.7 L152.2,82.5 L152.4,83.3 L152.6,84 L152.8,84.8 L152.9,85.6 L153.1,86.4 L153.2,87.1 L153.3,87.9 L153.5,88.7 L153.6,89.5 L153.7,90.3 L153.8,91.1 L153.8,91.8 L153.9,92.6 L154,93.4 L154,94.2 L154.1,95 L154.1,95.8 L154.1,96.6 L154.1,97.4 L154.1,98.2 L154.1,99 L154,99.8 L154,100.5 L154,101.3 L153.9,102.1 L153.8,102.9 L153.7,103.7 L153.6,104.5 L153.5,105.3 L153.4,106.1 L153.3,106.8 L153.2,107.6 L153,108.4 L152.9,109.2 L152.7,110 L152.5,110.7 L152.3,111.5 L152.1,112.3 L151.9,113 L151.7,113.8 L151.5,114.5 L151.2,115.3 L151,116 L150.7,116.8 L150.4,117.5 L150.2,118.3 L149.9,119 L149.6,119.7 L149.2,120.5 L148.9,121.2 L148.6,121.9 L148.2,122.6 L147.9,123.3 L147.5,124 L147.2,124.7 L146.8,125.4 L146.4,126.1 L146,126.8 L145.6,127.5 L145.1,128.2 L144.7,128.8 L144.3,129.5 L143.8,130.1 L143.4,130.8 L142.9,131.4 L142.4,132.1 L141.9,132.7 L141.5,133.3 L141,133.9 L140.4,134.5 L139.9,135.1 L139.4,135.7 L138.9,136.3 L138.3,136.9 L137.8,137.5 L137.2,138" to="M146,146.1 L145.3,146.8 L144.6,147.5 L143.8,148.2 L143.1,148.8 L142.4,149.5 L141.6,150.1 L140.8,150.8 L140.1,151.4 L139.3,152 L138.5,152.6 L137.7,153.2 L136.9,153.8 L136,154.4 L135.2,155 L134.4,155.5 L133.5,156.1 L132.7,156.6 L131.8,157.1 L131,157.6 L130.1,158.1 L129.2,158.6 L128.3,159.1 L127.5,159.5 L126.6,160 L125.7,160.4 L124.8,160.8 L123.8,161.2 L122.9,161.6 L122,162 L121.1,162.4 L120.1,162.8 L119.2,163.1 L118.2,163.4 L117.3,163.7 L116.3,164.1 L115.4,164.3 L114.4,164.6 L113.5,164.9 L112.5,165.1 L111.5,165.4 L110.6,165.6 L109.6,165.8 L108.6,166 L107.6,166.2 L106.6,166.4 L105.6,166.5 L104.6,166.7 L103.7,166.8 L102.7,166.9 L101.7,167 L100.7,167.1 L99.7,167.2 L98.7,167.3 L97.7,167.3 L96.7,167.3 L95.7,167.4 L94.7,167.4 L93.7,167.4 L92.7,167.4 L91.7,167.3 L90.7,167.3 L89.7,167.2 L88.7,167.1 L87.7,167.1 L86.7,167 L85.7,166.8 L84.7,166.7 L83.7,166.6 L82.7,166.4 L81.8,166.3 L80.8,166.1 L79.8,165.9 L78.8,165.7 L77.8,165.5 L76.9,165.2 L75.9,165 L74.9,164.7 L74,164.4 L73,164.2 L72.1,163.9 L71.1,163.5 L70.2,163.2 L69.2,162.9 L68.3,162.5 L67.3,162.2 L66.4,161.8 L65.5,161.4 L64.6,161 L63.7,160.6 L62.8,160.1 L61.9,159.7 L61,159.2 L60.1,158.8 L59.2,158.3 L58.3,157.8 L57.5,157.3 L56.6,156.8 L55.8,156.3 L54.9,155.7 L54.1,155.2 L53.3,154.6 L52.4,154 L51.6,153.5 L50.8,152.9 L50,152.3 L49.2,151.6 L48.5,151 L47.7,150.4 L46.9,149.7 L46.2,149.1 L45.4,148.4 L44.7,147.7 L44,147 L43.3,146.3 L42.6,145.6 L41.9,144.9 L41.2,144.2 L40.5,143.4 L39.8,142.7 L39.2,141.9 L38.5,141.2 L37.9,140.4 L37.3,139.6 L36.7,138.8 L36.1,138 L35.5,137.2 L34.9,136.4 L34.3,135.6 L33.8,134.8 L33.2,133.9 L32.7,133.1 L32.2,132.2 L31.6,131.4 L31.2,130.5 L30.7,129.6 L30.2,128.7 L29.7,127.9 L29.3,127 L28.8,126.1 L28.4,125.2 L28,124.2 L27.6,123.3 L27.2,122.4 L26.8,121.5 L26.5,120.5 L26.1,119.6 L25.8,118.7 L25.5,117.7 L25.2,116.8 L24.9,115.8 L24.6,114.8 L24.3,113.9 L24.1,112.9 L23.8,111.9 L23.6,111 L23.4,110 L23.2,109 L23,108 L22.8,107.1 L22.6,106.1 L22.5,105.1 L22.3,104.1 L22.2,103.1 L22.1,102.1 L22,101.1 L21.9,100.1 L21.9,99.1 L21.8,98.1 L21.8,97.1 L21.7,96.1 L21.7,95.1 L21.7,94.1 L21.7,93.1 L21.8,92.1 L21.8,91.1 L21.9,90.1 L21.9,89.1 L22,88.1 L22.1,87.1 L22.2,86.1 L22.3,85.1 L22.5,84.2 L22.6,83.2 L22.8,82.2 L23,81.2 L23.2,80.2 L23.4,79.2 L23.6,78.3 L23.8,77.3 L24,76.3 L24.3,75.3 L24.6,74.4 L24.9,73.4 L25.1,72.5 L25.5,71.5 L25.8,70.6 L26.1,69.6 L26.5,68.7 L26.8,67.8 L27.2,66.8 L27.6,65.9 L28,65 L28.4,64.1 L28.8,63.2 L29.3,62.3 L29.7,61.4 L30.2,60.5 L30.6,59.6 L31.1,58.7 L31.6,57.9 L32.1,57 L32.7,56.1 L33.2,55.3 L33.7,54.5 L34.3,53.6 L34.9,52.8 L35.5,52 L36,51.2 L36.6,50.4 L37.3,49.6 L37.9,48.8 L38.5,48 L39.2,47.3 L39.8,46.5 L40.5,45.8 L41.2,45 L41.8,44.3 L42.5,43.6 L43.2,42.9 L44,42.2 L44.7,41.5 L45.4,40.8 L46.2,40.2 L46.9,39.5 L47.7,38.8 L48.4,38.2 L49.2,37.6 L50,37 L50.8,36.4 L51.6,35.8 L52.4,35.2 L53.2,34.6 L54.1,34 L54.9,33.5 L55.7,33 L56.6,32.4 L57.4,31.9 L58.3,31.4 L59.2,30.9 L60.1,30.4 L61,30 L61.8,29.5 L62.7,29.1 L63.6,28.6 L64.6,28.2 L65.5,27.8 L66.4,27.4 L67.3,27.1 L68.2,26.7 L69.2,26.3 L70.1,26 L71.1,25.7 L72,25.4 L73,25.1 L73.9,24.8 L74.9,24.5 L75.9,24.2 L76.8,24 L77.8,23.8 L78.8,23.5 L79.8,23.3 L80.7,23.1 L81.7,23 L82.7,22.8 L83.7,22.6 L84.7,22.5 L85.7,22.4 L86.7,22.3 L87.7,22.2 L88.7,22.1 L89.7,22 L90.7,21.9 L91.7,21.9 L92.7,21.9 L93.7,21.8 L94.7,21.8 L95.6,21.9 L95.6,22.9 L95.6,23.9 L95.6,24.9 L95.6,25.9 L95.6,26.9 L95.6,27.9 L95.6,28.9 L95.6,29.9 L95.6,30.9 L95.6,31.9 L95.5,32.7 L94.5,32.7 L93.5,32.7 L92.5,32.8 L91.5,32.8 L90.5,32.9 L89.5,32.9 L88.5,33 L87.5,33.1 L86.5,33.2 L85.5,33.4 L84.5,33.5 L83.5,33.7 L82.5,33.9 L81.6,34.1 L80.6,34.3 L79.6,34.5 L78.6,34.8 L77.7,35 L76.7,35.3 L75.8,35.6 L74.8,35.9 L73.9,36.2 L72.9,36.6 L72,36.9 L71,37.3 L70.1,37.7 L69.2,38.1 L68.3,38.5 L67.4,38.9 L66.5,39.4 L65.6,39.9 L64.7,40.3 L63.9,40.8 L63,41.3 L62.1,41.8 L61.3,42.4 L60.4,42.9 L59.6,43.5 L58.8,44 L58,44.6 L57.2,45.2 L56.4,45.8 L55.6,46.5 L54.8,47.1 L54.1,47.7 L53.3,48.4 L52.6,49.1 L51.8,49.7 L51.1,50.4 L50.4,51.1 L49.7,51.9 L49,52.6 L48.4,53.3 L47.7,54.1 L47.1,54.8 L46.4,55.6 L45.8,56.4 L45.2,57.2 L44.6,58 L44,58.8 L43.4,59.6 L42.9,60.4 L42.3,61.3 L41.8,62.1 L41.3,63 L40.8,63.9 L40.3,64.7 L39.8,65.6 L39.3,66.5 L38.9,67.4 L38.5,68.3 L38.1,69.2 L37.7,70.1 L37.3,71 L36.9,72 L36.5,72.9 L36.2,73.9 L35.9,74.8 L35.6,75.8 L35.3,76.7 L35,77.7 L34.7,78.6 L34.5,79.6 L34.2,80.6 L34,81.5 L33.8,82.5 L33.6,83.5 L33.5,84.5 L33.3,85.5 L33.2,86.5 L33,87.5 L32.9,88.5 L32.9,89.5 L32.8,90.5 L32.7,91.5 L32.7,92.5 L32.7,93.4 L32.6,94.4 L32.6,95.4 L32.7,96.4 L32.7,97.4 L32.8,98.4 L32.8,99.4 L32.9,100.4 L33,101.4 L33.1,102.4 L33.3,103.4 L33.4,104.4 L33.6,105.4 L33.8,106.4 L34,107.4 L34.2,108.3 L34.4,109.3 L34.6,110.3 L34.9,111.2 L35.2,112.2 L35.5,113.2 L35.8,114.1 L36.1,115.1 L36.4,116 L36.8,116.9 L37.2,117.9 L37.5,118.8 L37.9,119.7 L38.3,120.6 L38.8,121.5 L39.2,122.4 L39.7,123.3 L40.1,124.2 L40.6,125.1 L41.1,125.9 L41.6,126.8 L42.2,127.7 L42.7,128.5 L43.3,129.3 L43.8,130.2 L44.4,131 L45,131.8 L45.6,132.6 L46.2,133.4 L46.9,134.1 L47.5,134.9 L48.2,135.6 L48.8,136.4 L49.5,137.1 L50.2,137.8 L50.9,138.5 L51.6,139.2 L52.4,139.9 L53.1,140.6 L53.8,141.3 L54.6,141.9 L55.4,142.6 L56.1,143.2 L56.9,143.8 L57.7,144.4 L58.5,145 L59.4,145.6 L60.2,146.1 L61,146.7 L61.9,147.2 L62.7,147.7 L63.6,148.2 L64.5,148.7 L65.3,149.2 L66.2,149.7 L67.1,150.1 L68,150.6 L68.9,151 L69.9,151.4 L70.8,151.8 L71.7,152.1 L72.6,152.5 L73.6,152.8 L74.5,153.2 L75.5,153.5 L76.4,153.8 L77.4,154.1 L78.3,154.3 L79.3,154.6 L80.3,154.8 L81.3,155 L82.2,155.2 L83.2,155.4 L84.2,155.6 L85.2,155.8 L86.2,155.9 L87.2,156 L88.2,156.1 L89.2,156.2 L90.2,156.3 L91.2,156.4 L92.2,156.4 L93.2,156.5 L94.2,156.5 L95.2,156.5 L96.2,156.4 L97.2,156.4 L98.2,156.4 L99.2,156.3 L100.1,156.2 L101.1,156.1 L102.1,156 L103.1,155.9 L104.1,155.7 L105.1,155.6 L106.1,155.4 L107.1,155.2 L108,155 L109,154.8 L110,154.5 L111,154.3 L111.9,154 L112.9,153.7 L113.8,153.4 L114.8,153.1 L115.7,152.7 L116.7,152.4 L117.6,152 L118.5,151.7 L119.4,151.3 L120.4,150.8 L121.3,150.4 L122.2,150 L123.1,149.5 L123.9,149.1 L124.8,148.6 L125.7,148.1 L126.5,147.6 L127.4,147 L128.2,146.5 L129.1,146 L129.9,145.4 L130.7,144.8 L131.5,144.2 L132.3,143.6 L133.1,143 L133.9,142.4 L134.6,141.7 L135.4,141.1 L136.1,140.4 L136.9,139.7 L137.6,139 L138.3,138.3 L139,137.6 L139.7,136.9 L140.4,136.2 L141,135.4 L141.7,134.7 L142.3,133.9 L143,133.1 L143.6,132.3 L144.2,131.5 L144.8,130.7 L145.4,129.9 L145.9,129.1 L146.5,128.2 L147,127.4 L147.5,126.6 L148,125.7 L148.5,124.8 L149,123.9 L149.5,123.1 L149.9,122.2 L150.4,121.3 L150.8,120.4 L151.2,119.4 L151.6,118.5 L152,117.6 L152.3,116.7 L152.7,115.7 L153,114.8 L153.3,113.8 L153.6,112.9 L153.9,111.9 L154.2,111 L154.5,110 L154.7,109 L154.9,108 L155.1,107.1 L155.3,106.1 L155.5,105.1 L155.7,104.1 L155.8,103.1 L155.9,102.1 L156,101.1 L156.1,100.1 L156.2,99.1 L156.3,98.2 L156.3,97.2 L156.4,96.2 L156.4,95.2 L156.4,94.2 L156.4,93.2 L156.3,92.2 L156.3,91.2 L156.2,90.2 L156.1,89.2 L156,88.2 L155.9,87.2 L155.8,86.2 L155.7,85.2 L155.5,84.2 L155.3,83.2 L155.1,82.2 L154.9,81.3 L154.7,80.3 L154.5,79.3 L154.2,78.3 L154,77.4 L153.7,76.4 L153.4,75.5 L153.1,74.5 L152.7,73.6 L152.4,72.6 L152,71.7 L151.6,70.8 L151.3,69.9 L150.8,68.9 L150.4,68 L150,67.1 L149.5,66.2 L149.1,65.4 L148.6,64.5 L148.1,63.6 L147.6,62.7 L147.1,61.9 L146.5,61 L146,60.2 L145.4,59.4 L144.8,58.6 L144.3,57.7 L143.7,56.9 L143,56.2 L142.4,55.4 L141.8,54.6 L141.1,53.9 L140.5,53.1 L139.8,52.4 L139.1,51.7 L138.4,50.9 L137.7,50.2 L137,49.5 L136.2,48.9 L135.5,48.2 L134.7,47.5 L134,46.9 L133.2,46.3 L132.4,45.6 L131.6,45 L130.8,44.4 L130,43.9 L129.2,43.3 L128.3,42.7 L127.5,42.2 L126.6,41.7 L125.8,41.2 L124.9,40.7 L124,40.2 L123.2,39.7 L122.3,39.3 L121.4,38.8 L120.5,38.4 L119.5,38 L118.6,37.6 L117.7,37.2 L116.8,36.8 L115.8,36.5 L114.9,36.2 L113.9,35.8 L113,35.5 L112,35.2 L111.1,35 L110.1,34.7 L109.1,34.5 L108.2,34.2 L107.2,34 L106.2,33.8 L105.2,33.7 L104.2,33.5 L103.2,33.4 L102.2,33.2 L101.3,33.1 L100.3,33 L99.3,32.9 L98.3,32.9 L97.3,32.8 L96.3,32.8 L95.6,32.4 L95.6,31.4 L95.6,30.4 L95.6,29.4 L95.6,28.4 L95.6,27.4 L95.6,26.4 L95.6,25.4 L95.6,24.4 L95.6,23.4 L95.6,22.4 L96,21.8 L97,21.9 L98,21.9 L99,22 L100,22 L101,22.1 L102,22.2 L103,22.3 L104,22.4 L105,22.6 L106,22.7 L107,22.9 L107.9,23.1 L108.9,23.3 L109.9,23.5 L110.9,23.7 L111.9,23.9 L112.8,24.2 L113.8,24.4 L114.8,24.7 L115.7,25 L116.7,25.3 L117.6,25.6 L118.6,25.9 L119.5,26.2 L120.5,26.6 L121.4,26.9 L122.3,27.3 L123.2,27.7 L124.2,28.1 L125.1,28.5 L126,28.9 L126.9,29.4 L127.8,29.8 L128.7,30.3 L129.5,30.8 L130.4,31.2 L131.3,31.7 L132.1,32.2 L133,32.8 L133.8,33.3 L134.7,33.9 L135.5,34.4 L136.3,35 L137.1,35.6 L138,36.2 L138.8,36.8 L139.5,37.4 L140.3,38 L141.1,38.6 L141.9,39.3 L142.6,39.9 L143.4,40.6 L144.1,41.3 L144.8,42 L145.5,42.6 L146.2,43.4 L146.9,44.1 L147.6,44.8 L148.3,45.5 L149,46.3 L149.6,47 L150.3,47.8 L150.9,48.5 L151.5,49.3 L152.2,50.1 L152.8,50.9 L153.4,51.7 L154,52.5 L154.5,53.3 L155.1,54.2 L155.6,55 L156.2,55.9 L156.7,56.7 L157.2,57.6 L157.7,58.4 L158.2,59.3 L158.7,60.2 L159.2,61.1 L159.6,62 L160.1,62.9 L160.5,63.8 L160.9,64.7 L161.3,65.6 L161.7,66.5 L162.1,67.4 L162.4,68.4 L162.8,69.3 L163.1,70.2 L163.5,71.2 L163.8,72.1 L164.1,73.1 L164.4,74.1 L164.6,75 L164.9,76 L165.1,76.9 L165.4,77.9 L165.6,78.9 L165.8,79.9 L166,80.9 L166.2,81.8 L166.3,82.8 L166.5,83.8 L166.6,84.8 L166.8,85.8 L166.9,86.8 L167,87.8 L167.1,88.8 L167.1,89.8 L167.2,90.8 L167.2,91.8 L167.3,92.8 L167.3,93.8 L167.3,94.8 L167.3,95.8 L167.3,96.8 L167.2,97.8 L167.2,98.8 L167.1,99.8 L167,100.8 L166.9,101.8 L166.8,102.8 L166.7,103.7 L166.6,104.7 L166.4,105.7 L166.3,106.7 L166.1,107.7 L165.9,108.7 L165.7,109.7 L165.5,110.6 L165.3,111.6 L165.1,112.6 L164.8,113.6 L164.5,114.5 L164.3,115.5 L164,116.4 L163.7,117.4 L163.3,118.3 L163,119.3 L162.7,120.2 L162.3,121.2 L161.9,122.1 L161.6,123 L161.2,123.9 L160.8,124.8 L160.3,125.7 L159.9,126.6 L159.5,127.5 L159,128.4 L158.5,129.3 L158,130.2 L157.5,131.1 L157,131.9 L156.5,132.8 L156,133.6 L155.4,134.5 L154.9,135.3 L154.3,136.1 L153.8,137 L153.2,137.8 L152.6,138.6 L152,139.4 L151.3,140.1 L150.7,140.9 L150.1,141.7 L149.4,142.4 L148.7,143.2 L148.1,143.9 L147.4,144.7 L146.7,145.4 L146,146.1"><animate data-animate-id="animateBackward" data-testid="animate-tag-backward" begin="indefinite" dur="0.2s" calcmode="spline" keytimes="0; 1" keysplines="0.65 0 0.35 1" repeatcount="1" attributename="d" from="M146,146.1 L145.3,146.8 L144.6,147.5 L143.8,148.2 L143.1,148.8 L142.4,149.5 L141.6,150.1 L140.8,150.8 L140.1,151.4 L139.3,152 L138.5,152.6 L137.7,153.2 L136.9,153.8 L136,154.4 L135.2,155 L134.4,155.5 L133.5,156.1 L132.7,156.6 L131.8,157.1 L131,157.6 L130.1,158.1 L129.2,158.6 L128.3,159.1 L127.5,159.5 L126.6,160 L125.7,160.4 L124.8,160.8 L123.8,161.2 L122.9,161.6 L122,162 L121.1,162.4 L120.1,162.8 L119.2,163.1 L118.2,163.4 L117.3,163.7 L116.3,164.1 L115.4,164.3 L114.4,164.6 L113.5,164.9 L112.5,165.1 L111.5,165.4 L110.6,165.6 L109.6,165.8 L108.6,166 L107.6,166.2 L106.6,166.4 L105.6,166.5 L104.6,166.7 L103.7,166.8 L102.7,166.9 L101.7,167 L100.7,167.1 L99.7,167.2 L98.7,167.3 L97.7,167.3 L96.7,167.3 L95.7,167.4 L94.7,167.4 L93.7,167.4 L92.7,167.4 L91.7,167.3 L90.7,167.3 L89.7,167.2 L88.7,167.1 L87.7,167.1 L86.7,167 L85.7,166.8 L84.7,166.7 L83.7,166.6 L82.7,166.4 L81.8,166.3 L80.8,166.1 L79.8,165.9 L78.8,165.7 L77.8,165.5 L76.9,165.2 L75.9,165 L74.9,164.7 L74,164.4 L73,164.2 L72.1,163.9 L71.1,163.5 L70.2,163.2 L69.2,162.9 L68.3,162.5 L67.3,162.2 L66.4,161.8 L65.5,161.4 L64.6,161 L63.7,160.6 L62.8,160.1 L61.9,159.7 L61,159.2 L60.1,158.8 L59.2,158.3 L58.3,157.8 L57.5,157.3 L56.6,156.8 L55.8,156.3 L54.9,155.7 L54.1,155.2 L53.3,154.6 L52.4,154 L51.6,153.5 L50.8,152.9 L50,152.3 L49.2,151.6 L48.5,151 L47.7,150.4 L46.9,149.7 L46.2,149.1 L45.4,148.4 L44.7,147.7 L44,147 L43.3,146.3 L42.6,145.6 L41.9,144.9 L41.2,144.2 L40.5,143.4 L39.8,142.7 L39.2,141.9 L38.5,141.2 L37.9,140.4 L37.3,139.6 L36.7,138.8 L36.1,138 L35.5,137.2 L34.9,136.4 L34.3,135.6 L33.8,134.8 L33.2,133.9 L32.7,133.1 L32.2,132.2 L31.6,131.4 L31.2,130.5 L30.7,129.6 L30.2,128.7 L29.7,127.9 L29.3,127 L28.8,126.1 L28.4,125.2 L28,124.2 L27.6,123.3 L27.2,122.4 L26.8,121.5 L26.5,120.5 L26.1,119.6 L25.8,118.7 L25.5,117.7 L25.2,116.8 L24.9,115.8 L24.6,114.8 L24.3,113.9 L24.1,112.9 L23.8,111.9 L23.6,111 L23.4,110 L23.2,109 L23,108 L22.8,107.1 L22.6,106.1 L22.5,105.1 L22.3,104.1 L22.2,103.1 L22.1,102.1 L22,101.1 L21.9,100.1 L21.9,99.1 L21.8,98.1 L21.8,97.1 L21.7,96.1 L21.7,95.1 L21.7,94.1 L21.7,93.1 L21.8,92.1 L21.8,91.1 L21.9,90.1 L21.9,89.1 L22,88.1 L22.1,87.1 L22.2,86.1 L22.3,85.1 L22.5,84.2 L22.6,83.2 L22.8,82.2 L23,81.2 L23.2,80.2 L23.4,79.2 L23.6,78.3 L23.8,77.3 L24,76.3 L24.3,75.3 L24.6,74.4 L24.9,73.4 L25.1,72.5 L25.5,71.5 L25.8,70.6 L26.1,69.6 L26.5,68.7 L26.8,67.8 L27.2,66.8 L27.6,65.9 L28,65 L28.4,64.1 L28.8,63.2 L29.3,62.3 L29.7,61.4 L30.2,60.5 L30.6,59.6 L31.1,58.7 L31.6,57.9 L32.1,57 L32.7,56.1 L33.2,55.3 L33.7,54.5 L34.3,53.6 L34.9,52.8 L35.5,52 L36,51.2 L36.6,50.4 L37.3,49.6 L37.9,48.8 L38.5,48 L39.2,47.3 L39.8,46.5 L40.5,45.8 L41.2,45 L41.8,44.3 L42.5,43.6 L43.2,42.9 L44,42.2 L44.7,41.5 L45.4,40.8 L46.2,40.2 L46.9,39.5 L47.7,38.8 L48.4,38.2 L49.2,37.6 L50,37 L50.8,36.4 L51.6,35.8 L52.4,35.2 L53.2,34.6 L54.1,34 L54.9,33.5 L55.7,33 L56.6,32.4 L57.4,31.9 L58.3,31.4 L59.2,30.9 L60.1,30.4 L61,30 L61.8,29.5 L62.7,29.1 L63.6,28.6 L64.6,28.2 L65.5,27.8 L66.4,27.4 L67.3,27.1 L68.2,26.7 L69.2,26.3 L70.1,26 L71.1,25.7 L72,25.4 L73,25.1 L73.9,24.8 L74.9,24.5 L75.9,24.2 L76.8,24 L77.8,23.8 L78.8,23.5 L79.8,23.3 L80.7,23.1 L81.7,23 L82.7,22.8 L83.7,22.6 L84.7,22.5 L85.7,22.4 L86.7,22.3 L87.7,22.2 L88.7,22.1 L89.7,22 L90.7,21.9 L91.7,21.9 L92.7,21.9 L93.7,21.8 L94.7,21.8 L95.6,21.9 L95.6,22.9 L95.6,23.9 L95.6,24.9 L95.6,25.9 L95.6,26.9 L95.6,27.9 L95.6,28.9 L95.6,29.9 L95.6,30.9 L95.6,31.9 L95.5,32.7 L94.5,32.7 L93.5,32.7 L92.5,32.8 L91.5,32.8 L90.5,32.9 L89.5,32.9 L88.5,33 L87.5,33.1 L86.5,33.2 L85.5,33.4 L84.5,33.5 L83.5,33.7 L82.5,33.9 L81.6,34.1 L80.6,34.3 L79.6,34.5 L78.6,34.8 L77.7,35 L76.7,35.3 L75.8,35.6 L74.8,35.9 L73.9,36.2 L72.9,36.6 L72,36.9 L71,37.3 L70.1,37.7 L69.2,38.1 L68.3,38.5 L67.4,38.9 L66.5,39.4 L65.6,39.9 L64.7,40.3 L63.9,40.8 L63,41.3 L62.1,41.8 L61.3,42.4 L60.4,42.9 L59.6,43.5 L58.8,44 L58,44.6 L57.2,45.2 L56.4,45.8 L55.6,46.5 L54.8,47.1 L54.1,47.7 L53.3,48.4 L52.6,49.1 L51.8,49.7 L51.1,50.4 L50.4,51.1 L49.7,51.9 L49,52.6 L48.4,53.3 L47.7,54.1 L47.1,54.8 L46.4,55.6 L45.8,56.4 L45.2,57.2 L44.6,58 L44,58.8 L43.4,59.6 L42.9,60.4 L42.3,61.3 L41.8,62.1 L41.3,63 L40.8,63.9 L40.3,64.7 L39.8,65.6 L39.3,66.5 L38.9,67.4 L38.5,68.3 L38.1,69.2 L37.7,70.1 L37.3,71 L36.9,72 L36.5,72.9 L36.2,73.9 L35.9,74.8 L35.6,75.8 L35.3,76.7 L35,77.7 L34.7,78.6 L34.5,79.6 L34.2,80.6 L34,81.5 L33.8,82.5 L33.6,83.5 L33.5,84.5 L33.3,85.5 L33.2,86.5 L33,87.5 L32.9,88.5 L32.9,89.5 L32.8,90.5 L32.7,91.5 L32.7,92.5 L32.7,93.4 L32.6,94.4 L32.6,95.4 L32.7,96.4 L32.7,97.4 L32.8,98.4 L32.8,99.4 L32.9,100.4 L33,101.4 L33.1,102.4 L33.3,103.4 L33.4,104.4 L33.6,105.4 L33.8,106.4 L34,107.4 L34.2,108.3 L34.4,109.3 L34.6,110.3 L34.9,111.2 L35.2,112.2 L35.5,113.2 L35.8,114.1 L36.1,115.1 L36.4,116 L36.8,116.9 L37.2,117.9 L37.5,118.8 L37.9,119.7 L38.3,120.6 L38.8,121.5 L39.2,122.4 L39.7,123.3 L40.1,124.2 L40.6,125.1 L41.1,125.9 L41.6,126.8 L42.2,127.7 L42.7,128.5 L43.3,129.3 L43.8,130.2 L44.4,131 L45,131.8 L45.6,132.6 L46.2,133.4 L46.9,134.1 L47.5,134.9 L48.2,135.6 L48.8,136.4 L49.5,137.1 L50.2,137.8 L50.9,138.5 L51.6,139.2 L52.4,139.9 L53.1,140.6 L53.8,141.3 L54.6,141.9 L55.4,142.6 L56.1,143.2 L56.9,143.8 L57.7,144.4 L58.5,145 L59.4,145.6 L60.2,146.1 L61,146.7 L61.9,147.2 L62.7,147.7 L63.6,148.2 L64.5,148.7 L65.3,149.2 L66.2,149.7 L67.1,150.1 L68,150.6 L68.9,151 L69.9,151.4 L70.8,151.8 L71.7,152.1 L72.6,152.5 L73.6,152.8 L74.5,153.2 L75.5,153.5 L76.4,153.8 L77.4,154.1 L78.3,154.3 L79.3,154.6 L80.3,154.8 L81.3,155 L82.2,155.2 L83.2,155.4 L84.2,155.6 L85.2,155.8 L86.2,155.9 L87.2,156 L88.2,156.1 L89.2,156.2 L90.2,156.3 L91.2,156.4 L92.2,156.4 L93.2,156.5 L94.2,156.5 L95.2,156.5 L96.2,156.4 L97.2,156.4 L98.2,156.4 L99.2,156.3 L100.1,156.2 L101.1,156.1 L102.1,156 L103.1,155.9 L104.1,155.7 L105.1,155.6 L106.1,155.4 L107.1,155.2 L108,155 L109,154.8 L110,154.5 L111,154.3 L111.9,154 L112.9,153.7 L113.8,153.4 L114.8,153.1 L115.7,152.7 L116.7,152.4 L117.6,152 L118.5,151.7 L119.4,151.3 L120.4,150.8 L121.3,150.4 L122.2,150 L123.1,149.5 L123.9,149.1 L124.8,148.6 L125.7,148.1 L126.5,147.6 L127.4,147 L128.2,146.5 L129.1,146 L129.9,145.4 L130.7,144.8 L131.5,144.2 L132.3,143.6 L133.1,143 L133.9,142.4 L134.6,141.7 L135.4,141.1 L136.1,140.4 L136.9,139.7 L137.6,139 L138.3,138.3 L139,137.6 L139.7,136.9 L140.4,136.2 L141,135.4 L141.7,134.7 L142.3,133.9 L143,133.1 L143.6,132.3 L144.2,131.5 L144.8,130.7 L145.4,129.9 L145.9,129.1 L146.5,128.2 L147,127.4 L147.5,126.6 L148,125.7 L148.5,124.8 L149,123.9 L149.5,123.1 L149.9,122.2 L150.4,121.3 L150.8,120.4 L151.2,119.4 L151.6,118.5 L152,117.6 L152.3,116.7 L152.7,115.7 L153,114.8 L153.3,113.8 L153.6,112.9 L153.9,111.9 L154.2,111 L154.5,110 L154.7,109 L154.9,108 L155.1,107.1 L155.3,106.1 L155.5,105.1 L155.7,104.1 L155.8,103.1 L155.9,102.1 L156,101.1 L156.1,100.1 L156.2,99.1 L156.3,98.2 L156.3,97.2 L156.4,96.2 L156.4,95.2 L156.4,94.2 L156.4,93.2 L156.3,92.2 L156.3,91.2 L156.2,90.2 L156.1,89.2 L156,88.2 L155.9,87.2 L155.8,86.2 L155.7,85.2 L155.5,84.2 L155.3,83.2 L155.1,82.2 L154.9,81.3 L154.7,80.3 L154.5,79.3 L154.2,78.3 L154,77.4 L153.7,76.4 L153.4,75.5 L153.1,74.5 L152.7,73.6 L152.4,72.6 L152,71.7 L151.6,70.8 L151.3,69.9 L150.8,68.9 L150.4,68 L150,67.1 L149.5,66.2 L149.1,65.4 L148.6,64.5 L148.1,63.6 L147.6,62.7 L147.1,61.9 L146.5,61 L146,60.2 L145.4,59.4 L144.8,58.6 L144.3,57.7 L143.7,56.9 L143,56.2 L142.4,55.4 L141.8,54.6 L141.1,53.9 L140.5,53.1 L139.8,52.4 L139.1,51.7 L138.4,50.9 L137.7,50.2 L137,49.5 L136.2,48.9 L135.5,48.2 L134.7,47.5 L134,46.9 L133.2,46.3 L132.4,45.6 L131.6,45 L130.8,44.4 L130,43.9 L129.2,43.3 L128.3,42.7 L127.5,42.2 L126.6,41.7 L125.8,41.2 L124.9,40.7 L124,40.2 L123.2,39.7 L122.3,39.3 L121.4,38.8 L120.5,38.4 L119.5,38 L118.6,37.6 L117.7,37.2 L116.8,36.8 L115.8,36.5 L114.9,36.2 L113.9,35.8 L113,35.5 L112,35.2 L111.1,35 L110.1,34.7 L109.1,34.5 L108.2,34.2 L107.2,34 L106.2,33.8 L105.2,33.7 L104.2,33.5 L103.2,33.4 L102.2,33.2 L101.3,33.1 L100.3,33 L99.3,32.9 L98.3,32.9 L97.3,32.8 L96.3,32.8 L95.6,32.4 L95.6,31.4 L95.6,30.4 L95.6,29.4 L95.6,28.4 L95.6,27.4 L95.6,26.4 L95.6,25.4 L95.6,24.4 L95.6,23.4 L95.6,22.4 L96,21.8 L97,21.9 L98,21.9 L99,22 L100,22 L101,22.1 L102,22.2 L103,22.3 L104,22.4 L105,22.6 L106,22.7 L107,22.9 L107.9,23.1 L108.9,23.3 L109.9,23.5 L110.9,23.7 L111.9,23.9 L112.8,24.2 L113.8,24.4 L114.8,24.7 L115.7,25 L116.7,25.3 L117.6,25.6 L118.6,25.9 L119.5,26.2 L120.5,26.6 L121.4,26.9 L122.3,27.3 L123.2,27.7 L124.2,28.1 L125.1,28.5 L126,28.9 L126.9,29.4 L127.8,29.8 L128.7,30.3 L129.5,30.8 L130.4,31.2 L131.3,31.7 L132.1,32.2 L133,32.8 L133.8,33.3 L134.7,33.9 L135.5,34.4 L136.3,35 L137.1,35.6 L138,36.2 L138.8,36.8 L139.5,37.4 L140.3,38 L141.1,38.6 L141.9,39.3 L142.6,39.9 L143.4,40.6 L144.1,41.3 L144.8,42 L145.5,42.6 L146.2,43.4 L146.9,44.1 L147.6,44.8 L148.3,45.5 L149,46.3 L149.6,47 L150.3,47.8 L150.9,48.5 L151.5,49.3 L152.2,50.1 L152.8,50.9 L153.4,51.7 L154,52.5 L154.5,53.3 L155.1,54.2 L155.6,55 L156.2,55.9 L156.7,56.7 L157.2,57.6 L157.7,58.4 L158.2,59.3 L158.7,60.2 L159.2,61.1 L159.6,62 L160.1,62.9 L160.5,63.8 L160.9,64.7 L161.3,65.6 L161.7,66.5 L162.1,67.4 L162.4,68.4 L162.8,69.3 L163.1,70.2 L163.5,71.2 L163.8,72.1 L164.1,73.1 L164.4,74.1 L164.6,75 L164.9,76 L165.1,76.9 L165.4,77.9 L165.6,78.9 L165.8,79.9 L166,80.9 L166.2,81.8 L166.3,82.8 L166.5,83.8 L166.6,84.8 L166.8,85.8 L166.9,86.8 L167,87.8 L167.1,88.8 L167.1,89.8 L167.2,90.8 L167.2,91.8 L167.3,92.8 L167.3,93.8 L167.3,94.8 L167.3,95.8 L167.3,96.8 L167.2,97.8 L167.2,98.8 L167.1,99.8 L167,100.8 L166.9,101.8 L166.8,102.8 L166.7,103.7 L166.6,104.7 L166.4,105.7 L166.3,106.7 L166.1,107.7 L165.9,108.7 L165.7,109.7 L165.5,110.6 L165.3,111.6 L165.1,112.6 L164.8,113.6 L164.5,114.5 L164.3,115.5 L164,116.4 L163.7,117.4 L163.3,118.3 L163,119.3 L162.7,120.2 L162.3,121.2 L161.9,122.1 L161.6,123 L161.2,123.9 L160.8,124.8 L160.3,125.7 L159.9,126.6 L159.5,127.5 L159,128.4 L158.5,129.3 L158,130.2 L157.5,131.1 L157,131.9 L156.5,132.8 L156,133.6 L155.4,134.5 L154.9,135.3 L154.3,136.1 L153.8,137 L153.2,137.8 L152.6,138.6 L152,139.4 L151.3,140.1 L150.7,140.9 L150.1,141.7 L149.4,142.4 L148.7,143.2 L148.1,143.9 L147.4,144.7 L146.7,145.4 L146,146.1" to="M137.2,138 L136.7,138.6 L136.1,139.1 L135.5,139.7 L134.9,140.2 L134.3,140.7 L133.7,141.2 L133.1,141.8 L132.5,142.3 L131.9,142.7 L131.3,143.2 L130.6,143.7 L130,144.2 L129.3,144.6 L128.7,145.1 L128,145.5 L127.4,145.9 L126.7,146.4 L126,146.8 L125.3,147.2 L124.6,147.6 L124,148 L123.3,148.3 L122.5,148.7 L121.8,149 L121.1,149.4 L120.4,149.7 L119.7,150 L119,150.4 L118.2,150.7 L117.5,151 L116.7,151.2 L116,151.5 L115.3,151.8 L114.5,152 L113.7,152.3 L113,152.5 L112.2,152.7 L111.5,152.9 L110.7,153.1 L109.9,153.3 L109.2,153.5 L108.4,153.7 L107.6,153.8 L106.8,154 L106,154.1 L105.3,154.2 L104.5,154.3 L103.7,154.4 L102.9,154.5 L102.1,154.6 L101.3,154.7 L100.5,154.8 L99.8,154.8 L99,154.8 L98.2,154.9 L97.4,154.9 L96.6,154.9 L95.8,154.9 L95,154.9 L94.2,154.9 L93.4,154.8 L92.6,154.8 L91.8,154.7 L91,154.6 L90.3,154.6 L89.5,154.5 L88.7,154.4 L87.9,154.3 L87.1,154.1 L86.3,154 L85.6,153.9 L84.8,153.7 L84,153.5 L83.2,153.4 L82.5,153.2 L81.7,153 L80.9,152.8 L80.2,152.6 L79.4,152.3 L78.7,152.1 L77.9,151.9 L77.2,151.6 L76.4,151.3 L75.7,151 L74.9,150.8 L74.2,150.5 L73.5,150.1 L72.7,149.8 L72,149.5 L71.3,149.2 L70.6,148.8 L69.9,148.4 L69.2,148.1 L68.5,147.7 L67.8,147.3 L67.1,146.9 L66.4,146.5 L65.8,146.1 L65.1,145.7 L64.4,145.2 L63.8,144.8 L63.1,144.3 L62.5,143.9 L61.8,143.4 L61.2,142.9 L60.6,142.4 L60,141.9 L59.4,141.4 L58.8,140.9 L58.2,140.4 L57.6,139.9 L57,139.3 L56.4,138.8 L55.9,138.2 L55.3,137.7 L54.7,137.1 L54.2,136.5 L53.7,135.9 L53.1,135.3 L52.6,134.7 L52.1,134.1 L51.6,133.5 L51.1,132.9 L50.6,132.3 L50.2,131.7 L49.7,131 L49.2,130.4 L48.8,129.7 L48.3,129.1 L47.9,128.4 L47.5,127.7 L47.1,127 L46.7,126.4 L46.3,125.7 L45.9,125 L45.5,124.3 L45.1,123.6 L44.8,122.9 L44.4,122.2 L44.1,121.4 L43.8,120.7 L43.4,120 L43.1,119.3 L42.8,118.5 L42.6,117.8 L42.3,117.1 L42,116.3 L41.8,115.6 L41.5,114.8 L41.3,114 L41.1,113.3 L40.8,112.5 L40.6,111.8 L40.4,111 L40.3,110.2 L40.1,109.4 L39.9,108.7 L39.8,107.9 L39.6,107.1 L39.5,106.3 L39.4,105.5 L39.3,104.8 L39.2,104 L39.1,103.2 L39,102.4 L39,101.6 L38.9,100.8 L38.9,100 L38.8,99.2 L38.8,98.4 L38.8,97.7 L38.8,96.9 L38.8,96.1 L38.8,95.3 L38.9,94.5 L38.9,93.7 L39,92.9 L39,92.1 L39.1,91.3 L39.2,90.5 L39.3,89.8 L39.4,89 L39.5,88.2 L39.6,87.4 L39.8,86.6 L39.9,85.8 L40.1,85.1 L40.3,84.3 L40.4,83.5 L40.6,82.8 L40.8,82 L41,81.2 L41.3,80.5 L41.5,79.7 L41.8,79 L42,78.2 L42.3,77.5 L42.5,76.7 L42.8,76 L43.1,75.2 L43.4,74.5 L43.8,73.8 L44.1,73.1 L44.4,72.3 L44.8,71.6 L45.1,70.9 L45.5,70.2 L45.9,69.5 L46.2,68.8 L46.6,68.1 L47,67.5 L47.5,66.8 L47.9,66.1 L48.3,65.5 L48.8,64.8 L49.2,64.1 L49.7,63.5 L50.1,62.9 L50.6,62.2 L51.1,61.6 L51.6,61 L52.1,60.4 L52.6,59.8 L53.1,59.2 L53.7,58.6 L54.2,58 L54.7,57.4 L55.3,56.8 L55.8,56.3 L56.4,55.7 L57,55.2 L57.6,54.7 L58.1,54.1 L58.7,53.6 L59.3,53.1 L60,52.6 L60.6,52.1 L61.2,51.6 L61.8,51.1 L62.5,50.6 L63.1,50.2 L63.8,49.7 L64.4,49.3 L65.1,48.8 L65.7,48.4 L66.4,48 L67.1,47.6 L67.8,47.2 L68.5,46.8 L69.2,46.4 L69.9,46.1 L70.6,45.7 L71.3,45.3 L72,45 L72.7,44.7 L73.4,44.4 L74.2,44 L74.9,43.7 L75.6,43.5 L76.4,43.2 L77.1,42.9 L77.9,42.6 L78.6,42.4 L79.4,42.2 L80.2,41.9 L80.9,41.7 L81.7,41.5 L82.4,41.3 L83.2,41.1 L84,41 L84.8,40.8 L85.5,40.6 L86.3,40.5 L87.1,40.4 L87.9,40.2 L88.7,40.1 L89.5,40 L90.2,39.9 L91,39.9 L91.8,39.8 L92.6,39.7 L93.4,39.7 L94.2,39.7 L95,39.6 L95.8,39.6 L96.6,39.6 L97.3,39.7 L97.3,40.4 L97.3,41.2 L97.3,42 L97.3,42.8 L97.3,43.6 L97.3,44.4 L97.3,45.2 L97.3,46 L97.3,46.8 L97.3,47.6 L97.2,48.3 L96.4,48.2 L95.6,48.2 L94.8,48.3 L94,48.3 L93.2,48.3 L92.4,48.4 L91.7,48.5 L90.9,48.6 L90.1,48.6 L89.3,48.8 L88.5,48.9 L87.7,49 L87,49.2 L86.2,49.3 L85.4,49.5 L84.6,49.7 L83.9,49.9 L83.1,50.1 L82.3,50.3 L81.6,50.5 L80.8,50.8 L80.1,51 L79.3,51.3 L78.6,51.6 L77.9,51.9 L77.1,52.2 L76.4,52.5 L75.7,52.8 L75,53.2 L74.3,53.5 L73.6,53.9 L72.9,54.3 L72.2,54.6 L71.5,55 L70.8,55.5 L70.1,55.9 L69.5,56.3 L68.8,56.7 L68.1,57.2 L67.5,57.7 L66.9,58.1 L66.2,58.6 L65.6,59.1 L65,59.6 L64.4,60.1 L63.8,60.6 L63.2,61.2 L62.6,61.7 L62.1,62.3 L61.5,62.8 L61,63.4 L60.4,64 L59.9,64.6 L59.4,65.2 L58.9,65.8 L58.4,66.4 L57.9,67 L57.4,67.6 L56.9,68.2 L56.4,68.9 L56,69.5 L55.5,70.2 L55.1,70.9 L54.7,71.5 L54.3,72.2 L53.9,72.9 L53.5,73.6 L53.1,74.3 L52.8,75 L52.4,75.7 L52.1,76.4 L51.7,77.1 L51.4,77.9 L51.1,78.6 L50.8,79.3 L50.5,80.1 L50.3,80.8 L50,81.6 L49.7,82.3 L49.5,83.1 L49.3,83.8 L49.1,84.6 L48.9,85.4 L48.7,86.1 L48.5,86.9 L48.4,87.7 L48.2,88.5 L48.1,89.2 L48,90 L47.9,90.8 L47.8,91.6 L47.7,92.4 L47.6,93.2 L47.5,94 L47.5,94.8 L47.5,95.5 L47.4,96.3 L47.4,97.1 L47.4,97.9 L47.5,98.7 L47.5,99.5 L47.5,100.3 L47.6,101.1 L47.7,101.9 L47.7,102.7 L47.8,103.4 L47.9,104.2 L48.1,105 L48.2,105.8 L48.3,106.6 L48.5,107.4 L48.7,108.1 L48.8,108.9 L49,109.7 L49.2,110.4 L49.4,111.2 L49.7,112 L49.9,112.7 L50.2,113.5 L50.4,114.2 L50.7,114.9 L51,115.7 L51.3,116.4 L51.6,117.1 L52,117.9 L52.3,118.6 L52.6,119.3 L53,120 L53.4,120.7 L53.8,121.4 L54.2,122.1 L54.6,122.8 L55,123.4 L55.4,124.1 L55.9,124.8 L56.3,125.4 L56.8,126.1 L57.2,126.7 L57.7,127.3 L58.2,127.9 L58.7,128.6 L59.2,129.2 L59.7,129.8 L60.3,130.3 L60.8,130.9 L61.4,131.5 L61.9,132.1 L62.5,132.6 L63.1,133.2 L63.6,133.7 L64.2,134.2 L64.8,134.7 L65.4,135.2 L66.1,135.7 L66.7,136.2 L67.3,136.7 L68,137.2 L68.6,137.6 L69.3,138.1 L69.9,138.5 L70.6,138.9 L71.3,139.3 L72,139.7 L72.7,140.1 L73.3,140.5 L74,140.9 L74.8,141.2 L75.5,141.6 L76.2,141.9 L76.9,142.2 L77.6,142.5 L78.4,142.8 L79.1,143.1 L79.9,143.4 L80.6,143.6 L81.4,143.9 L82.1,144.1 L82.9,144.4 L83.6,144.6 L84.4,144.8 L85.2,145 L86,145.1 L86.7,145.3 L87.5,145.4 L88.3,145.6 L89.1,145.7 L89.9,145.8 L90.6,145.9 L91.4,146 L92.2,146.1 L93,146.1 L93.8,146.2 L94.6,146.2 L95.4,146.2 L96.2,146.3 L97,146.3 L97.8,146.2 L98.5,146.2 L99.3,146.2 L100.1,146.1 L100.9,146.1 L101.7,146 L102.5,145.9 L103.3,145.8 L104.1,145.7 L104.8,145.5 L105.6,145.4 L106.4,145.2 L107.2,145.1 L107.9,144.9 L108.7,144.7 L109.5,144.5 L110.2,144.3 L111,144.1 L111.8,143.8 L112.5,143.6 L113.3,143.3 L114,143 L114.7,142.7 L115.5,142.4 L116.2,142.1 L116.9,141.8 L117.6,141.5 L118.4,141.1 L119.1,140.8 L119.8,140.4 L120.5,140 L121.1,139.6 L121.8,139.2 L122.5,138.8 L123.2,138.4 L123.8,137.9 L124.5,137.5 L125.1,137 L125.8,136.6 L126.4,136.1 L127,135.6 L127.6,135.1 L128.2,134.6 L128.8,134.1 L129.4,133.5 L130,133 L130.6,132.4 L131.1,131.9 L131.7,131.3 L132.2,130.8 L132.8,130.2 L133.3,129.6 L133.8,129 L134.3,128.4 L134.8,127.8 L135.3,127.1 L135.8,126.5 L136.3,125.9 L136.7,125.2 L137.2,124.6 L137.6,123.9 L138,123.2 L138.4,122.6 L138.9,121.9 L139.2,121.2 L139.6,120.5 L140,119.8 L140.4,119.1 L140.7,118.4 L141,117.6 L141.4,116.9 L141.7,116.2 L142,115.5 L142.3,114.7 L142.5,114 L142.8,113.2 L143,112.5 L143.3,111.7 L143.5,111 L143.7,110.2 L143.9,109.4 L144.1,108.7 L144.3,107.9 L144.5,107.1 L144.6,106.3 L144.8,105.6 L144.9,104.8 L145,104 L145.1,103.2 L145.2,102.4 L145.3,101.6 L145.3,100.8 L145.4,100.1 L145.4,99.3 L145.4,98.5 L145.5,97.7 L145.5,96.9 L145.4,96.1 L145.4,95.3 L145.4,94.5 L145.3,93.7 L145.3,92.9 L145.2,92.2 L145.1,91.4 L145,90.6 L144.9,89.8 L144.8,89 L144.6,88.2 L144.5,87.5 L144.3,86.7 L144.1,85.9 L144,85.1 L143.8,84.4 L143.5,83.6 L143.3,82.8 L143.1,82.1 L142.8,81.3 L142.6,80.6 L142.3,79.8 L142,79.1 L141.7,78.4 L141.4,77.6 L141.1,76.9 L140.7,76.2 L140.4,75.5 L140,74.8 L139.7,74.1 L139.3,73.4 L138.9,72.7 L138.5,72 L138.1,71.3 L137.7,70.7 L137.2,70 L136.8,69.3 L136.3,68.7 L135.9,68.1 L135.4,67.4 L134.9,66.8 L134.4,66.2 L133.9,65.6 L133.4,65 L132.8,64.4 L132.3,63.8 L131.8,63.2 L131.2,62.7 L130.6,62.1 L130.1,61.6 L129.5,61 L128.9,60.5 L128.3,60 L127.7,59.5 L127.1,59 L126.5,58.5 L125.8,58 L125.2,57.5 L124.6,57.1 L123.9,56.6 L123.2,56.2 L122.6,55.7 L121.9,55.3 L121.2,54.9 L120.5,54.5 L119.8,54.1 L119.1,53.8 L118.4,53.4 L117.7,53.1 L117,52.7 L116.3,52.4 L115.5,52.1 L114.8,51.8 L114.1,51.5 L113.3,51.2 L112.6,51 L111.8,50.7 L111.1,50.5 L110.3,50.2 L109.6,50 L108.8,49.8 L108,49.6 L107.3,49.4 L106.5,49.3 L105.7,49.1 L104.9,49 L104.1,48.8 L103.4,48.7 L102.6,48.6 L101.8,48.5 L101,48.5 L100.2,48.4 L99.4,48.3 L98.6,48.3 L97.8,48.3 L97.3,48 L97.3,47.2 L97.3,46.4 L97.3,45.6 L97.3,44.8 L97.3,44 L97.3,43.2 L97.3,42.4 L97.3,41.7 L97.3,40.9 L97.3,40.1 L97.6,39.6 L98.4,39.6 L99.2,39.7 L100,39.7 L100.8,39.8 L101.6,39.8 L102.4,39.9 L103.2,40 L104,40.1 L104.7,40.2 L105.5,40.3 L106.3,40.4 L107.1,40.6 L107.9,40.7 L108.6,40.9 L109.4,41.1 L110.2,41.3 L111,41.4 L111.7,41.6 L112.5,41.9 L113.2,42.1 L114,42.3 L114.8,42.6 L115.5,42.8 L116.3,43.1 L117,43.4 L117.7,43.6 L118.5,43.9 L119.2,44.2 L119.9,44.6 L120.7,44.9 L121.4,45.2 L122.1,45.6 L122.8,45.9 L123.5,46.3 L124.2,46.7 L124.9,47.1 L125.6,47.5 L126.3,47.9 L126.9,48.3 L127.6,48.7 L128.3,49.1 L128.9,49.6 L129.6,50 L130.2,50.5 L130.9,51 L131.5,51.4 L132.1,51.9 L132.7,52.4 L133.3,52.9 L134,53.4 L134.6,53.9 L135.1,54.5 L135.7,55 L136.3,55.5 L136.9,56.1 L137.4,56.7 L138,57.2 L138.5,57.8 L139.1,58.4 L139.6,59 L140.1,59.6 L140.6,60.2 L141.1,60.8 L141.6,61.4 L142.1,62 L142.6,62.6 L143.1,63.3 L143.5,63.9 L144,64.6 L144.4,65.2 L144.9,65.9 L145.3,66.6 L145.7,67.2 L146.1,67.9 L146.5,68.6 L146.9,69.3 L147.3,70 L147.7,70.7 L148,71.4 L148.4,72.1 L148.7,72.8 L149,73.5 L149.4,74.3 L149.7,75 L150,75.7 L150.3,76.5 L150.5,77.2 L150.8,78 L151.1,78.7 L151.3,79.5 L151.5,80.2 L151.8,81 L152,81.7 L152.2,82.5 L152.4,83.3 L152.6,84 L152.8,84.8 L152.9,85.6 L153.1,86.4 L153.2,87.1 L153.3,87.9 L153.5,88.7 L153.6,89.5 L153.7,90.3 L153.8,91.1 L153.8,91.8 L153.9,92.6 L154,93.4 L154,94.2 L154.1,95 L154.1,95.8 L154.1,96.6 L154.1,97.4 L154.1,98.2 L154.1,99 L154,99.8 L154,100.5 L154,101.3 L153.9,102.1 L153.8,102.9 L153.7,103.7 L153.6,104.5 L153.5,105.3 L153.4,106.1 L153.3,106.8 L153.2,107.6 L153,108.4 L152.9,109.2 L152.7,110 L152.5,110.7 L152.3,111.5 L152.1,112.3 L151.9,113 L151.7,113.8 L151.5,114.5 L151.2,115.3 L151,116 L150.7,116.8 L150.4,117.5 L150.2,118.3 L149.9,119 L149.6,119.7 L149.2,120.5 L148.9,121.2 L148.6,121.9 L148.2,122.6 L147.9,123.3 L147.5,124 L147.2,124.7 L146.8,125.4 L146.4,126.1 L146,126.8 L145.6,127.5 L145.1,128.2 L144.7,128.8 L144.3,129.5 L143.8,130.1 L143.4,130.8 L142.9,131.4 L142.4,132.1 L141.9,132.7 L141.5,133.3 L141,133.9 L140.4,134.5 L139.9,135.1 L139.4,135.7 L138.9,136.3 L138.3,136.9 L137.8,137.5 L137.2,138"></path></g></svg></div></span></span></a></div><!--/$--></div><!--/$--><!--$--><div id="comp-mlgjzdne_r_comp-mky4w6nr" role="" class="PiVxGu MDrwHQ comp-mlgjzdne_r_comp-mky4w6nr-container comp-mlgjzdne_r_comp-mky4w6nr wixui-box" dir="ltr"><div aria-hidden="true" class="yPXgy9 YqUfCX inner-box wixui-box"></div><!--$--><div id="comp-mlgjzdne_r_comp-mky4w6p91" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mlgjzdne_r_comp-mky4w6p91 wixui-rich-text" data-testid="richTextElement"><p class="font_9 wixui-rich-text__text"><span class="wixui-rich-text__text">Suivez-moi sur les réseaux</span></p></div><!--/$--><!--$--><div id="comp-mlgjzdne_r_comp-mky4w6pa5" class="comp-mlgjzdne_r_comp-mky4w6pa5 oeWIOw"><ul class="Ebr6AI" aria-label="Barre de réseaux sociaux"><li id="dataItem-mky4w6pb2-comp-mlgjzdne_r_comp-mky4w6pa5" class="Rhimou"><a data-testid="linkElement" href="https://www.instagram.com/cecile_giornelli/?hl=fr" target="_blank" rel="noreferrer noopener" class="Q8t1PH" aria-label="Instagram"><wow-image id="img_0_comp-mlgjzdne_r_comp-mky4w6pa5" class="jhxvbR qFhtwZ" data-image-info="{"containerId":"dataItem-mky4w6pb2-comp-mlgjzdne_r_comp-mky4w6pa5","displayMode":"fit","encoding":"AVIF","imageData":{"width":201,"height":201,"uri":"11062b_cef3b719166a4815b446d4dcfcb6120d~mv2.png","name":"","displayMode":"fit"}}" data-motion-part="BG_IMG dataItem-mky4w6pb2-comp-mlgjzdne_r_comp-mky4w6pa5" data-bg-effect-name="" data-has-ssr-src="" style="--wix-img-max-width:max(201px, 100%)"><img alt="Instagram"/></wow-image></a></li><li id="dataItem-mky4w6pb4-comp-mlgjzdne_r_comp-mky4w6pa5" class="Rhimou"><a data-testid="linkElement" href="https://www.facebook.com/fightnutritionacademy?locale=fr_FR" target="_blank" rel="noreferrer noopener" class="Q8t1PH" aria-label="Facebook"><wow-image id="img_1_comp-mlgjzdne_r_comp-mky4w6pa5" class="jhxvbR qFhtwZ" data-image-info="{"containerId":"dataItem-mky4w6pb4-comp-mlgjzdne_r_comp-mky4w6pa5","displayMode":"fit","encoding":"AVIF","imageData":{"width":201,"height":200,"uri":"11062b_ef6a6ac194704911951645990055c2ce~mv2.png","name":"","displayMode":"fit"}}" data-motion-part="BG_IMG dataItem-mky4w6pb4-comp-mlgjzdne_r_comp-mky4w6pa5" data-bg-effect-name="" data-has-ssr-src="" style="--wix-img-max-width:max(201px, 100%)"><img alt="Facebook"/></wow-image></a></li><li id="dataItem-mky4w6pb6-comp-mlgjzdne_r_comp-mky4w6pa5" class="Rhimou"><a data-testid="linkElement" href="https://www.linkedin.com/in/cecile-giornelli/" target="_blank" rel="noreferrer noopener" class="Q8t1PH" aria-label="LinkedIn"><wow-image id="img_2_comp-mlgjzdne_r_comp-mky4w6pa5" class="jhxvbR qFhtwZ" data-image-info="{"containerId":"dataItem-mky4w6pb6-comp-mlgjzdne_r_comp-mky4w6pa5","displayMode":"fit","encoding":"AVIF","imageData":{"width":201,"height":201,"uri":"11062b_b5690303a8ff470e9b1c03a24aff140b~mv2.png","name":"","displayMode":"fit"}}" data-motion-part="BG_IMG dataItem-mky4w6pb6-comp-mlgjzdne_r_comp-mky4w6pa5" data-bg-effect-name="" data-has-ssr-src="" style="--wix-img-max-width:max(201px, 100%)"><img alt="LinkedIn"/></wow-image></a></li></ul></div><!--/$--><!--$--><div id="comp-mlgjzdne_r_comp-ml4b0bhn" data-testid="imageX" class="lyNaha comp-mlgjzdne_r_comp-ml4b0bhn JdNFxG wixui-image"><div class="h1DYhE" data-motion-part="BG_LAYER comp-mlgjzdne_r_comp-ml4b0bhn"><div data-motion-part="BG_MEDIA comp-mlgjzdne_r_comp-ml4b0bhn"><wow-image id="img-comp-mlgjzdne_r_comp-ml4b0bhn" data-is-responsive="true" data-image-info="{"containerId":"comp-mlgjzdne_r_comp-ml4b0bhn","alignType":"center","parallaxSpeed":1.5,"sourceSets":[],"imageData":{"uri":"9b78c1_deacc107a1444064a4f3d11ca6a6bb5a~mv2.png","width":819,"height":126,"alt":"3_edited.png","name":"3_edited.png","displayMode":"fit","scrollEffect":"none","focalPoint":null},"hasAnimation":false,"encoding":"AVIF","allowFullGIFTransformation":false}" data-has-ssr-src="true" data-motion-part="BG_IMG comp-mlgjzdne_r_comp-ml4b0bhn" class="Ux33nC"><picture><img loading="lazy" src="https://static.wixstatic.com/media/9b78c1_deacc107a1444064a4f3d11ca6a6bb5a~mv2.png/v1/fill/w_82,h_13,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_avif,quality_auto/3_edited.png" alt="3_edited.png" style="object-fit:contain;object-position:center"/></picture></wow-image></div></div></div><!--/$--><!--$--><div id="comp-mlgjzdne_r_comp-mky3kvr6" class="ku3DBC zQ9jDz qvSjx3 Vq6kJx comp-mlgjzdne_r_comp-mky3kvr6 wixui-rich-text" data-testid="richTextElement"><p class="font_8 wixui-rich-text__text">Mentions légales - © 2026 - Tous droits réservés.</p></div><!--/$--></div><!--/$--></div></div><!--/$--></div></section><!--/$--></footer><!--$--><div id="comp-mkvsfdji4-pinned-layer" class="comp-mkvsfdji4-pinned-layer big2ZD"><div id="comp-mkvsfdji4" class="comp-mkvsfdji4 S6Dcte comp-mkvsfdji4-container" slots="[object Object]" wix="[object Object]"><!--$--><div id="comp-mkvsfdji4_r_comp-kd5px9hr" class="z_w3mq"><div id="overlay-comp-mkvsfdji4_r_comp-kd5px9hr" class="gWQdkh"></div><div id="container-comp-mkvsfdji4_r_comp-kd5px9hr" class="SPKdgB" data-block-level-container="MenuContainer"><div class="MES4Yq"></div><div id="inlineContentParent-comp-mkvsfdji4_r_comp-kd5px9hr" class="_YXqpG"><div class="comp-mkvsfdji4_r_comp-kd5px9hr-overflow-wrapper _YXqpG wixui-mobile-menu xpmKd_" data-testid="responsive-container-overflow"><div data-testid="responsive-container-content" tabindex="-1" role="dialog" aria-label="Site navigation" class="comp-mkvsfdji4_r_comp-kd5px9hr-container"><!--$--><nav id="comp-mkvsfdji4_r_comp-kd5px9kk" aria-label="Site" class="cgGlGU comp-mkvsfdji4_r_comp-kd5px9kk wixui-vertical-menu"><ul class="NIXfHQ"><li data-testid="comp-mkvsfdji4_r_comp-kd5px9kk-0" class="u4cNtA YLBS9j OZVMSN wixui-vertical-menu__item"><div data-testid="itemWrapper" class="fEGEM_"><span data-testid="linkWrapper" class="kGvnrc"><a data-testid="linkElement" data-anchor="anchors-ml4b3ccf" href="https://www.cecilegiornelli.com" target="_self" class="xfxJ27 wixui-vertical-menu__item-label">Mon Livre</a></span></div></li><li data-testid="comp-mkvsfdji4_r_comp-kd5px9kk-1" class="u4cNtA YLBS9j OZVMSN wixui-vertical-menu__item"><div data-testid="itemWrapper" class="fEGEM_"><span data-testid="linkWrapper" class="kGvnrc"><a data-testid="linkElement" data-anchor="anchors-ml4axk0c" href="https://www.cecilegiornelli.com" target="_self" class="xfxJ27 wixui-vertical-menu__item-label">Me rencontrer</a></span></div></li><li data-testid="comp-mkvsfdji4_r_comp-kd5px9kk-2" class="u4cNtA YLBS9j OZVMSN wixui-vertical-menu__item"><div data-testid="itemWrapper" class="fEGEM_"><span data-testid="linkWrapper" class="kGvnrc"><a data-testid="linkElement" href="https://www.cecilegiornelli.com/champions" target="_self" class="xfxJ27 wixui-vertical-menu__item-label">Les champions</a></span></div></li></ul></nav><!--/$--><!--$--><button id="comp-mkvsfdji4_r_comp-kkmqi5tc" class="comp-mkvsfdji4_r_comp-kkmqi5tc wixui-vector-image"><div data-testid="svgRoot-comp-mkvsfdji4_r_comp-kkmqi5tc" class="VDJedC l4CAhn qQrFOK"><?xml version="1.0" encoding="UTF-8"?>
<svg preserveaspectratio="none" data-bbox="65.35 65.35 69.3 69.3" viewbox="65.35 65.35 69.3 69.3" xmlns="http://www.w3.org/2000/svg" data-type="shape" role="img" aria-label="Close Site Navigation">
<g>
<path d="M134.65 128.99L105.66 100l28.99-28.99-5.66-5.66L100 94.34 71.01 65.35l-5.66 5.66L94.34 100l-28.99 28.99 5.66 5.66L100 105.66l28.99 28.99 5.66-5.66z"/>
</g>
</svg>
</div></button><!--/$--></div></div></div></div></div><!--/$--></div></div><!--/$--></div></div></div></div></div></div></div><div id="SCROLL_TO_BOTTOM" class="Vd6aQZ ignore-focus SCROLL_TO_BOTTOM" role="region" tabindex="-1" aria-label="bottom of page"><span class="mHZSwn">bottom of page</span></div></div></div>
<script id="wix-skip-played-animations">
window.__pageRevealPromise && window.__pageRevealPromise.then(function() {
requestAnimationFrame(function() {
try {
var stored = sessionStorage.getItem('wix-motion-played-animations');
if (stored) {
var played = JSON.parse(stored);
for (var compId in played) {
if (played[compId]) {
var el = document.getElementById(compId);
if (el) {
el.dataset.motionEnter = 'done';
}
}
}
}
} catch (e) {}
});
});
</script>
<script type="application/json" id="wix-fedops">{"data":{"site":{"metaSiteId":"ce1e3023-356d-4b0f-a95b-2af4b105352a","userId":"9b78c169-800e-47f8-823c-96cddc91102e","siteId":"73757347-0c7e-4d80-942c-b3cd41d9073c","externalBaseUrl":"https:\/\/www.cecilegiornelli.com","siteRevision":1739,"siteType":"UGC","dc":"ireland-pub","isResponsive":true,"editorName":"Studio","sessionId":"1731dda8-f402-45c2-be4d-b0645b9aa0c8","isSEO":false,"appNameForBiEvents":"wix-studio"},"rollout":{"siteAssetsVersionsRollout":false,"isDACRollout":0,"isTBRollout":false},"fleetConfig":{"fleetName":"wix-thunderbolt","type":"GA","code":0},"requestUrl":"https:\/\/www.cecilegiornelli.com\/","isInSEO":false,"platformOnSite":true,"adjustForPrerenderActivation":true}}</script>
<script>window.fedops = JSON.parse(document.getElementById('wix-fedops').textContent)</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/sendFedopsLoadStarted.inline.56ddca59.bundle.min.js">(()=>{"use strict";var e={},r={};function t(i){var o=r[i];if(void 0!==o)return o.exports;var n=r[i]={exports:{}};return e[i](n,n.exports,t),n.exports}t.rv=()=>"1.6.6",t.ruid="bundler=rspack@1.6.6";let i="unknown",o=e=>{let r,t,o=(r=e.cache,t=e.varnish,`${r||i},${t||i}`);return{caching:o,isCached:o.includes("hit"),...e.microPop?{microPop:e.microPop}:{}}};function n(){return"undefined"!=typeof crypto&&"function"==typeof crypto.randomUUID?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let r=16*Math.random()|0;return("x"===e?r:3&r|8).toString(16)})}!function(){let{site:e,rollout:r,fleetConfig:t,requestUrl:a,isInSEO:s,shouldReportErrorOnlyInPanorama:c}=window.fedops.data,d=window.fedops.data.adjustForPrerenderActivation,p=(e=>{let{userAgent:r}=e.navigator;return/instagram.+google\/google/i.test(r)?"":/bot|google(?!play)|phantom|crawl|spider|headless|slurp|facebookexternal|Lighthouse|PTST|^mozilla\/4\.0$|^\s*$/i.test(r)?"ua":""})(window)||(()=>{try{if(window.self===window.top)return""}catch{}return"iframe"})()||(()=>{if(!Function.prototype.bind)return"bind";let{document:e,navigator:r}=window;if(!e||!r)return"document";let{webdriver:t,userAgent:i,plugins:o,languages:n}=r;if(t)return"webdriver";if(!o||Array.isArray(o))return"plugins";if(Object.getOwnPropertyDescriptor(o,"0")?.writable)return"plugins-extra";if(!i)return"userAgent";if(i.indexOf("Snapchat")>0&&e.hidden)return"Snapchat";if(!n||0===n.length||!Object.isFrozen(n))return"languages";try{throw Error()}catch(e){if(e instanceof Error){let{stack:r}=e;if(r&&/ (\(internal\/)|(\(?file:\/)/.test(r))return"stack"}}return""})()||(s?"seo":""),l=!!p,{isCached:m,caching:u,microPop:w}=((e,r)=>{let t,n=(e=>{let r;try{r=e()}catch{r=[]}let t=r.reduce((e,r)=>(e[r.name]=r.description,e),{});return{cache:t.cache,varnish:t.varnish,microPop:t.dc}})(r);if(n.cache||n.varnish)return o({cache:n.cache||i,varnish:n.varnish||i,microPop:n.microPop});let a=(t=e.match(/ssr-caching="?cache[,#]\s*desc=([\w-]+)(?:[,#]\s*varnish=(\w+))?(?:[,#]\s*dc[,#]\s*desc=([\w-]+))?(?:"|;|$)/))&&t.length?{cache:t[1],varnish:t[2]||i,microPop:t[3]}:null;return a?o(a):{caching:i,isCached:!1}})(document.cookie,()=>performance.getEntriesByType("navigation")[0].serverTiming||[]),f={WixSite:1,UGC:2,Template:3}[e.siteType]||0,h=e.appNameForBiEvents,{isDACRollout:g,siteAssetsVersionsRollout:v}=r,x=+!!g,y=+!!v,S=0===t.code||1===t.code?t.code:null,I=2===t.code,$=Date.now()-window.initialTimestamps.initialTimestamp,b=Math.round(performance.now()-(()=>{if(!d)return 0;try{let e=performance.getEntriesByType("navigation")[0];if(e&&e.responseStart>0&&e.responseStart<performance.now())return e.activationStart??0}catch{}return 0})()),{visibilityState:_}=document,{fedops:P,addEventListener:T,thunderboltVersion:O}=window;P.apps=P.apps||{},P.apps[h]={startLoadTime:b},P.sessionId=e.sessionId,P.vsi=n(),P.is_cached=m,P.phaseStarted=E(28),P.phaseEnded=E(22),performance.mark("[cache] "+u+(w?" ["+w+"]":"")),P.reportError=(e,r="load")=>{let t=e?.reason||e?.message;t?(c||A(26,`&errorInfo=${t}&errorType=${r}`),R({error:{name:r,message:t,stack:e?.stack}})):e.preventDefault()},T("error",P.reportError),T("unhandledrejection",P.reportError);let k=!1;function A(r,t=""){if(a.includes("suppressbi=true"))return;var i="//frog.wix.com/bolt-performance?src=72&evid="+r+"&appName="+h+"&is_rollout="+S+"&is_company_network="+I+"&is_sav_rollout="+y+"&is_dac_rollout="+x+"&dc="+e.dc+(w?"µPop="+w:"")+"&is_cached="+m+"&msid="+e.metaSiteId+"&session_id="+window.fedops.sessionId+"&ish="+l+"&isb="+l+(l?"&isbr="+p:"")+"&vsi="+window.fedops.vsi+"&caching="+u+(k?",browser_cache":"")+"&pv="+_+"&pn=1&v="+O+"&url="+encodeURIComponent(a)+"&st="+f+`&ts=${$}&tsn=${b}`+t;let o=!1;if(!/\(iP(hone|ad|od);/i.test(window?.navigator?.userAgent))try{o=navigator.sendBeacon(i)}catch{}o||(new Image().src=i)}function R({transaction:r,error:t}){let i=[{fullArtifactId:"com.wixpress.html-client.wix-thunderbolt",componentId:`${"Studio"===window.fedops.data.site.editorName?"wix-studio":`thunderbolt${window.fedops.data.site.isResponsive?"-responsive":""}`}`,platform:"viewer",msid:window.fedops.data.site.metaSiteId,sessionId:window.fedops.vsi,sessionTime:Date.now()-window.initialTimestamps.initialTimestamp,logLevel:t?"ERROR":"INFO",message:t?.message??(r?.name&&`${r.name} START`),errorName:t?.name,errorStack:t?.stack,transactionName:r?.name,transactionAction:r&&"START",isSsr:!1,dataCenter:e.dc,isCached:!!m,isRollout:!!S,isHeadless:!!l,isDacRollout:!!x,isSavRollout:!!y,isCompanyNetwork:!!I}];try{let e=JSON.stringify({messages:i});return navigator.sendBeacon("https://panorama.wixapps.net/api/v1/bulklog",e)}catch(e){console.error(e)}}function E(e){return(r,t)=>{let i=Date.now()-$,o=`&name=${r}&duration=${i}`,n=t&&t.paramsOverrides?Object.keys(t.paramsOverrides).map(e=>e+"="+t.paramsOverrides[e]).join("&"):"";A(e,n?`${o}&${n}`:o)}}if(T("pageshow",({persisted:e})=>{e&&!k&&(k=!0,P.is_cached=!0)},!0),window.__browser_deprecation__)return;let M=document.referrer?`&document_referrer=${document.referrer}`:"",N=window.sessionStorage.getItem("isMpa"),D=N?`&isMpa=${N}`:"";N&&window.sessionStorage.removeItem("isMpa");let C=window.sessionStorage.getItem("mpaSessionId");C||(C=n(),window.sessionStorage.setItem("mpaSessionId",C)),window.fedops.mpaSessionId=C;let B=/Mobile|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)?window.visualViewport?.scale||1:(window.devicePixelRatio||1)/(Math.trunc((window.devicePixelRatio||1)*window.innerWidth)<=window.outerWidth?1:2);A(21,`&platformOnSite=${window.fedops.data.platformOnSite}&hasInitialZoom=${B>1}&mpaSessionId=${C}${M}${D}`),R({transaction:{name:"PANORAMA_COMPONENT_LOAD"}})}()})();
//# sourceMappingURL=sendFedopsLoadStarted.inline.56ddca59.bundle.min.js.map</script>
<!-- Polyfills check -->
<script>
if (
typeof Promise === 'undefined' ||
typeof Set === 'undefined' ||
typeof Object.assign === 'undefined' ||
typeof Array.from === 'undefined' ||
typeof Symbol === 'undefined'
) {
// send bi in order to detect the browsers in which polyfills are not working
window.fedops.phaseStarted('missing_polyfills')
}
</script>
<!-- initCustomElements # 1-->
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/webpack-runtime.e2576bce.bundle.min.js">(()=>{"use strict";var e,r,o,a,t,c,n,i={},d={};function f(e){var r=d[e];if(void 0!==r)return r.exports;var o=d[e]={id:e,loaded:!1,exports:{}};return i[e].call(o.exports,o,o.exports,f),o.loaded=!0,o.exports}if(f.m=i,f.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return f.d(r,{a:r}),r},r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f.t=function(o,a){if(1&a&&(o=this(o)),8&a||"object"==typeof o&&o&&(4&a&&o.__esModule||16&a&&"function"==typeof o.then))return o;var t=Object.create(null);f.r(t);var c={};e=e||[null,r({}),r([]),r(r)];for(var n=2&a&&o;("object"==typeof n||"function"==typeof n)&&!~e.indexOf(n);n=r(n))Object.getOwnPropertyNames(n).forEach(e=>{c[e]=()=>o[e]});return c.default=()=>o,f.d(t,c),t},f.d=(e,r)=>{for(var o in r)f.o(r,o)&&!f.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:r[o]})},f.f={},f.e=e=>Promise.all(Object.keys(f.f).reduce((r,o)=>(f.f[o](e,r),r),[])),f.u=e=>"6948"===e?"thunderbolt-commons.ec9ba704.bundle.min.js":"3033"===e?"fastdom.inline.58a6f94c.bundle.min.js":"1619"===e?"custom-element-utils.inline.56abf6e5.bundle.min.js":"5205"===e?"render-indicator.inline.74a8637b.bundle.min.js":"7151"===e?"version-indicator.inline.a3a08d5a.bundle.min.js":"6008"===e?"bi-common.inline.fe86753d.bundle.min.js":""+(({1059:"santa-platform-utils",1090:"speculationRules",1116:"passwordProtectedPage",1122:"group_19",1278:"group_24",131:"siteThemeService",1353:"pageContextService",1374:"editorWixCodeSdk",1438:"sdkStateService",1479:"ooiTpaSharedConfig",1522:"builderContextProviders",1533:"merge-mappers",1538:"businessLogger",1611:"group_44",1638:"quickActionBar",1732:"aboveTheFoldService",1788:"qaApi",1791:"businessLoggerService",180:"urlService",1802:"provideCssService",1818:"Repeater_FixedColumns",182:"consentPolicy",1869:"windowScroll",1932:"customCss",1951:"group_45",1969:"wixEcomFrontendWixCodeSdk",2017:"debug",2031:"platformInteractionsService",2089:"group_47",2144:"group_30",2220:"group_31",2221:"anchorsService",2226:"translationsService",2242:"builderModuleLoader",2303:"externalServices",2304:"TPAModal",2442:"group_37",2570:"thunderbolt-components-registry",2609:"imagePlaceholder",2616:"linkUtilsService",2624:"group_2",2689:"TPABaseComponent",2735:"TPAPreloaderOverlay",28:"thunderbolt-components-registry-builder",2859:"platformEnvironmentService",2867:"namedSignalsService",2880:"environmentService",294:"stores",2996:"seoService",3026:"lightboxService",3187:"businessManager",3221:"multilingual",3370:"domSelectors",3407:"clientSdk",3531:"panorama",3607:"UnauthorizedComponent",3654:"ssrCache",3714:"seo-api-converters",3801:"wixDomSanitizer",3872:"siteMembers",3884:"tpaModuleProvider",3894:"protectedPages",3979:"dynamicPages",399:"searchBox",3992:"componentsqaapi",3996:"environmentWixCodeSdk",4134:"group_4",4183:"svgLoader",419:"TPAPopup",4217:"group_21",4218:"group_0",4310:"becky-css",4331:"platform",4345:"dashboardWixCodeSdk",4354:"editorElementsDynamicTheme",4499:"siteScrollBlockerService",4675:"stickyToComponent",4708:"reporter-api",477:"group_32",4819:"group_35",489:"platformNamedSignalsService",4990:"accessibility",5002:"group_28",5067:"accessibilityBrowserZoom",5154:"servicesManagerReact",5183:"renderIndicator",5187:"group_7",5213:"scrollToAnchor",5221:"containerSliderService",5238:"triggersAndReactions",5289:"SiteStyles",5296:"platformPubsub",5298:"assetsLoader",5363:"environment",5391:"widgetWixCodeSdk",5474:"platformPageContextService",5675:"group_41",569:"siteMembersService",572:"animationsWixCodeSdk",5745:"ByocStyles",5750:"platformSiteMembersService",5761:"group_10",5794:"seo-api",5837:"group_14",5863:"appMonitoring",5874:"navigation",5901:"group_5",5976:"AppPart",6095:"styleUtilsService",6103:"usedPlatformApis",6134:"routerService",6135:"customUrlMapper",6155:"imagePlaceholderService",6182:"motion",6218:"group_11",6258:"group_20",6285:"versionIndicator",6428:"ContentReflowBanner",6647:"mobileFullScreen",6715:"feedback",6749:"router",6753:"group_36",6839:"platformFedopsLoggerService",6891:"group_38",6979:"consentPolicyService",6992:"platformTranslationsService",700:"module-executor",7016:"externalComponent",7109:"group_43",7141:"group_50",7146:"serviceRegistrar",7200:"canvas",7233:"FontRulersContainer",7284:"widget",7356:"group_48",7360:"AppPart2",7482:"vsm-css",7502:"group_42",7538:"group_8",757:"tinyMenu",7575:"renderer",7644:"group_6",7716:"group_40",7726:"TPAUnavailableMessageOverlay",7729:"tpa",7796:"Repeater_FluidColumns",7801:"testApi",7859:"siteMembersWixCodeSdk",7921:"interactions",7981:"domStore",8051:"animations",8207:"FontFaces",821:"group_25",8211:"cyclicTabbingService",8255:"platformRouterService",8277:"pageAnchors",830:"remoteStructureRenderer",8332:"platformSiteThemeService",8339:"platformLinkUtilsService",8391:"seo",8428:"containerSlider",8547:"group_49",8559:"TPAWorker",8574:"builderComponent",858:"fedopsLoggerService",8656:"RemoteRefDeadComp",8662:"GhostComp",8678:"cyclicTabbing",87:"ooi",8729:"group_9",8742:"topologyService",8770:"platformStyleUtilsService",8919:"group_3",8932:"group_39",897:"group_29",8970:"contentReflow",898:"group_46",906:"onloadCompsBehaviors",9081:"group_18",9091:"platformTopologyService",9111:"BuilderComponentDeadComp",9182:"group_51",9270:"siteScrollBlocker",9387:"group_27",9395:"popups",9421:"provideComponentService",9467:"platformSdkStateService",95:"componentsLoader",959:"group_23",9740:"wix-seo-SEO_DEFAULT",9764:"platformConsentPolicyService",9768:"group_22",9779:"tslib.inline",9845:"routerFetch",9863:"tpaWidgetNativeDeadComp",9980:"mpaNavigation"})[e]||e)+"."+({1039:"ad0ce791",1055:"9485b888",1059:"430926d2",1090:"a14e95c6",1116:"aaab1d6c",1122:"d2bbfd21",1278:"f26389ca",131:"e5a5bdad",1353:"a695f1f0",1374:"01337762",1393:"16fb4c19",1394:"0c7a5f9c",1438:"eb3b64af",1479:"f99f86a0",1522:"805ee008",1533:"36b1c2e7",1538:"382014f6",1611:"5ab3e3b9",1638:"ce63b6e6",1732:"3bc8550b",1788:"cbefcacd",1791:"ecbc3c28",180:"489b5efc",1802:"d4d9166f",1818:"c804e125",182:"c7f0149b",1869:"b6975c2a",1932:"fdb12aa4",1951:"5471410a",1969:"9d5b0228",1995:"2b804c3e",2017:"aa57e4e1",2031:"3c90f03f",2089:"3f5c3883",2121:"d0644c33",2144:"2abbdf6f",2220:"0f878ed4",2221:"49c41eff",2226:"9a8c993d",2242:"579bbae2",2260:"b8b7f99f",2303:"1b897450",2304:"07b94870",2339:"c5aa1dd3",2442:"88bb3450",2516:"ef83e24e",2570:"0eba23b8",2609:"a5c38083",2616:"18007db9",2624:"d8c362f4",2689:"a461f98b",2735:"620dcc01",28:"52fc92b9",2859:"a4908de2",2867:"4ca01932",2870:"429becad",2880:"4a449188",294:"440a73ee",2996:"b2aa154d",3026:"cef2535b",3062:"b78f9359",3140:"ca28bd80",3187:"4e973509",3219:"bde14979",3221:"a6111055",324:"0be6a530",3334:"593cddc8",3370:"29dc4a3d",3407:"57bad276",3531:"d04cdd7c",3600:"29aeab52",3607:"62e6acbf",3654:"d2d14539",3714:"3e6995c4",3801:"abfa9346",3853:"489b42ef",3872:"10863b9d",3884:"564bfefd",3894:"777c247b",3979:"1b10d791",399:"01d83934",3992:"1aff0e6d",3996:"902114d4",4134:"e62c6eb2",4150:"d2fa0cad",4183:"a8f86082",419:"faf675fc",4217:"4936ccf6",4218:"5120b1c2",4275:"05ca363b",4310:"2b14bbac",4331:"e6d8a6c0",4345:"0d159ced",4354:"280918f0",4499:"6aa1acc6",4675:"d2a5835b",4708:"b7edb858",4711:"4ac0befc",4729:"1dedb855",477:"d7b1e236",4819:"affac707",489:"e526d577",4946:"87adedc3",4990:"e94728de",5002:"98f4bda8",5067:"d310f96e",5116:"a4f55897",5124:"4b9f053e",5144:"2670dce1",5154:"37d2f77a",5183:"702d93f9",5187:"3f50d5b2",5213:"c63ab772",5221:"4923ed9f",5238:"23ab777e",5289:"d59f5b27",5296:"bde4edad",5298:"bb96447e",5363:"a691c5ac",5391:"d30cc8d6",5474:"8e39cd65",5512:"e135fe4d",5675:"b4a59480",569:"cd335198",572:"726e9885",5745:"7d47f58f",5750:"e38669a7",5761:"9cf9d7be",5794:"3cf66927",5837:"8052a244",5863:"b017b1c9",5872:"a7577c5b",5874:"857097f4",5901:"86c84d65",5976:"6a428904",6009:"e473a503",603:"0eeaea83",6095:"3895e40c",6103:"3786bb1c",6134:"cd731c15",6135:"9a86364c",6155:"89106bcb",6182:"67312f86",6218:"175ebeff",6258:"4718ba51",628:"f6e197ba",6285:"420b23a1",6332:"c15d9cc4",6428:"b6c04000",6429:"ab15f46b",6464:"7cbbb90c",6636:"45310c7f",6647:"3c69b7f5",6690:"5654e183",6715:"d8a9bd68",6749:"07343d28",6753:"bc4eabb9",6839:"e0dabb65",6887:"64cadf7e",6891:"f505a622",6931:"ffa8b770",6979:"e8c84849",6992:"29d73340",6998:"980ba037",700:"a1243c72",7016:"21189c55",7109:"e013eaed",7127:"91757485",7141:"c5131fce",7146:"74029a0c",7188:"e2ef7e77",7200:"ae3d6e4c",7233:"6155f9ab",7284:"b6b33913",7356:"066a8368",7360:"e0ddba14",7482:"be2c4e4a",7502:"cb055ed7",7538:"c3da0496",757:"85244a8f",7575:"39ea181b",7587:"af05856f",759:"e260e6ee",7644:"fda20971",7716:"40ca4ef5",7726:"ee36d3f9",7729:"ad994b08",7796:"edc2952b",7801:"db1e362f",7859:"c31eca95",7921:"376e566e",7981:"ff009f48",8051:"49c55ede",814:"acfce97e",8207:"644da2dc",821:"c265649e",8211:"3774ac61",8255:"b63a9021",8277:"b16478c5",829:"9952ffcf",830:"a9e069ee",8332:"116a10ae",8339:"fa4bce12",8345:"e761da98",838:"3e3963ca",8391:"f4d216d8",8428:"07901925",8547:"20cc0412",8559:"42c00d38",8572:"3820983b",8574:"867b2e9e",858:"13d18d90",8656:"03c227d1",8662:"5b987681",8678:"7085d18c",8682:"9215ce4a",87:"db5c9c46",8708:"8faa9c6e",8729:"37866019",8742:"7de326e2",8770:"b1412238",8868:"6dcfb42f",8919:"04f212c5",8932:"08db7306",8968:"13549b34",897:"423b6407",8970:"99e69429",898:"0fac8368",906:"7e1bb591",9081:"5a1cc376",9091:"791178e8",9111:"65d7bfe9",9182:"4d5d9c39",9270:"d38ddc5a",9387:"24507aab",9395:"4f64a536",9421:"303b6efd",9467:"f0aea0dc",95:"5f983eb9",9578:"4d015869",959:"572bd6dc",9709:"a1e30118",9740:"37b5c7b3",9763:"cb780974",9764:"a838cb21",9768:"b5c20583",9779:"ca2949bb",9845:"51f72182",9863:"e9dcd877",9980:"ab26702b"})[e]+".chunk.min.js",f.miniCssF=e=>"5205"===e?"render-indicator.inline.7af012a4.min.css":"7151"===e?"version-indicator.inline.4e01a025.min.css":""+({1818:"Repeater_FixedColumns",2304:"TPAModal",2689:"TPABaseComponent",2735:"TPAPreloaderOverlay",419:"TPAPopup",5187:"group_7",5976:"AppPart",6428:"ContentReflowBanner",7233:"FontRulersContainer",7360:"AppPart2",7726:"TPAUnavailableMessageOverlay",7796:"Repeater_FluidColumns",9863:"tpaWidgetNativeDeadComp"})[e]+"."+({1818:"d6ea6918",2304:"f424469d",2689:"fc3eeaee",2735:"3479478e",419:"a095c4d4",5187:"882d8423",5976:"8f9b1745",6428:"d13d26fb",7233:"147dbd76",7360:"2a44b2a3",7726:"5f394027",7796:"c7fbc499",9863:"574e1682"})[e]+".chunk.min.css",f.g=(()=>{if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}})(),f.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),o={},f.l=function(e,r,a,t){if(o[e])return void o[e].push(r);if(void 0!==a)for(var c,n,i=document.getElementsByTagName("script"),d=0;d<i.length;d++){var s=i[d];if(s.getAttribute("src")==e){c=s;break}}c||(n=!0,(c=document.createElement("script")).timeout=120,f.nc&&c.setAttribute("nonce",f.nc),c.src=e),o[e]=[r];var l=function(r,a){c.onerror=c.onload=null,clearTimeout(b);var t=o[e];if(delete o[e],c.parentNode&&c.parentNode.removeChild(c),t&&t.forEach(function(e){return e(a)}),r)return r(a)},b=setTimeout(l.bind(null,void 0,{type:"timeout",target:c}),12e4);c.onerror=l.bind(null,c.onerror),c.onload=l.bind(null,c.onload),n&&document.head.appendChild(c)},f.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),a=[],f.O=(e,r,o,t)=>{if(r){t=t||0;for(var c=a.length;c>0&&a[c-1][2]>t;c--)a[c]=a[c-1];a[c]=[r,o,t];return}for(var n=1/0,c=0;c<a.length;c++){for(var[r,o,t]=a[c],i=!0,d=0;d<r.length;d++)(!1&t||n>=t)&&Object.keys(f.O).every(e=>f.O[e](r[d]))?r.splice(d--,1):(i=!1,t<n&&(n=t));if(i){a.splice(c--,1);var s=o();void 0!==s&&(e=s)}}return e},f.p="https://static.parastorage.com/services/wix-thunderbolt/dist/",f.rv=()=>"1.6.6","undefined"!=typeof document){var s=function(e,r,o,a,t){var c=document.createElement("link");return c.rel="stylesheet",c.type="text/css",f.nc&&(c.nonce=f.nc),c.href=r,c.onerror=c.onload=function(o){if(c.onerror=c.onload=null,"load"===o.type)a();else{var n=o&&("load"===o.type?"missing":o.type),i=o&&o.target&&o.target.href||r,d=Error("Loading CSS chunk "+e+" failed.\\n("+i+")");d.code="CSS_CHUNK_LOAD_FAILED",d.type=n,d.request=i,c.parentNode&&c.parentNode.removeChild(c),t(d)}},o?o.parentNode.insertBefore(c,o.nextSibling):document.head.appendChild(c),c},l=function(e,r){for(var o=document.getElementsByTagName("link"),a=0;a<o.length;a++){var t=o[a],c=t.getAttribute("data-href")||t.getAttribute("href");if(c&&(c=c.split("?")[0]),"stylesheet"===t.rel&&(c===e||c===r))return t}for(var n=document.getElementsByTagName("style"),a=0;a<n.length;a++){var t=n[a],c=t.getAttribute("data-href");if(c===e||c===r)return t}},b={404:0};f.f.miniCss=function(e,r){if(b[e])r.push(b[e]);else 0!==b[e]&&({1818:1,2304:1,2689:1,2735:1,419:1,5187:1,5205:1,5976:1,6428:1,7151:1,7233:1,7360:1,7726:1,7796:1,9863:1})[e]&&r.push(b[e]=new Promise(function(r,o){var a=f.miniCssF(e),t=f.p+a;if(l(a,t))return r();s(e,t,null,r,o)}).then(function(){b[e]=0},function(r){throw delete b[e],r}))}}t={404:0},f.f.j=function(e,r){var o=f.o(t,e)?t[e]:void 0;if(0!==o)if(o)r.push(o[2]);else if(404!=e){var a=new Promise((r,a)=>o=t[e]=[r,a]);r.push(o[2]=a);var c=f.p+f.u(e),n=Error();f.l(c,function(r){if(f.o(t,e)&&(0!==(o=t[e])&&(t[e]=void 0),o)){var a=r&&("load"===r.type?"missing":r.type),c=r&&r.target&&r.target.src;n.message="Loading chunk "+e+" failed.\n("+a+": "+c+")",n.name="ChunkLoadError",n.type=a,n.request=c,o[1](n)}},"chunk-"+e,e)}else t[e]=0},f.O.j=e=>0===t[e],c=(e,r)=>{var o,a,[c,n,i]=r,d=0;if(c.some(e=>0!==t[e])){for(o in n)f.o(n,o)&&(f.m[o]=n[o]);if(i)var s=i(f)}for(e&&e(r);d<c.length;d++)a=c[d],f.o(t,a)&&t[a]&&t[a][0](),t[a]=0;return f.O(s)},(n=self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).forEach(c.bind(null,0)),n.push=c.bind(null,n.push.bind(n)),f.ruid="bundler=rspack@1.6.6"})();
//# sourceMappingURL=webpack-runtime.e2576bce.bundle.min.js.map</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/fastdom.inline.58a6f94c.bundle.min.js">(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["3033"],{17709(t){!function(e){"use strict";var i=function(){},n=e.requestAnimationFrame||e.webkitRequestAnimationFrame||e.mozRequestAnimationFrame||e.msRequestAnimationFrame||function(t){return setTimeout(t,16)};function s(){this.reads=[],this.writes=[],this.raf=n.bind(e),i("initialized",this)}function r(t){t.scheduled||(t.scheduled=!0,t.raf(a.bind(null,t)),i("flush scheduled"))}function a(t){i("flush");var e,n=t.writes,s=t.reads;try{i("flushing reads",s.length),t.runTasks(s),i("flushing writes",n.length),t.runTasks(n)}catch(t){e=t}if(t.scheduled=!1,(s.length||n.length)&&r(t),e)if(i("task errored",e.message),t.catch)t.catch(e);else throw e}function u(t,e){var i=t.indexOf(e);return!!~i&&!!t.splice(i,1)}s.prototype={constructor:s,runTasks:function(t){var e;for(i("run tasks");e=t.shift();)e()},measure:function(t,e){i("measure");var n=e?t.bind(e):t;return this.reads.push(n),r(this),n},mutate:function(t,e){i("mutate");var n=e?t.bind(e):t;return this.writes.push(n),r(this),n},clear:function(t){return i("clear",t),u(this.reads,t)||u(this.writes,t)},extend:function(t){if(i("extend",t),"object"!=typeof t)throw Error("expected object");var e=Object.create(this);return function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])}(e,t),e.fastdom=this,e.initialize&&e.initialize(),e},catch:null},t.exports=e.fastdom=e.fastdom||new s}("undefined"!=typeof window?window:void 0!==this?this:globalThis)}}]);
//# sourceMappingURL=fastdom.inline.58a6f94c.bundle.min.js.map</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/custom-element-utils.inline.56abf6e5.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["1619"],{26350(e,t,i){i.r(t),i.d(t,{STATIC_MEDIA_URL:()=>eB,fileType:()=>v,fittingTypes:()=>r,getData:()=>eR,sdk:()=>e$,isWEBP:()=>x,alignTypes:()=>h,htmlTag:()=>u,getPlaceholder:()=>eC,getResponsiveImageProps:()=>ek,upscaleMethods:()=>m,getFileExtension:()=>k,populateGlobalFeatureSupport:()=>q});let r={SCALE_TO_FILL:"fill",SCALE_TO_FIT:"fit",STRETCH:"stretch",ORIGINAL_SIZE:"original_size",TILE:"tile",TILE_HORIZONTAL:"tile_horizontal",TILE_VERTICAL:"tile_vertical",FIT_AND_TILE:"fit_and_tile",LEGACY_STRIP_TILE:"legacy_strip_tile",LEGACY_STRIP_TILE_HORIZONTAL:"legacy_strip_tile_horizontal",LEGACY_STRIP_TILE_VERTICAL:"legacy_strip_tile_vertical",LEGACY_STRIP_SCALE_TO_FILL:"legacy_strip_fill",LEGACY_STRIP_SCALE_TO_FIT:"legacy_strip_fit",LEGACY_STRIP_FIT_AND_TILE:"legacy_strip_fit_and_tile",LEGACY_STRIP_ORIGINAL_SIZE:"legacy_strip_original_size",LEGACY_ORIGINAL_SIZE:"actual_size",LEGACY_FIT_WIDTH:"fitWidth",LEGACY_FIT_HEIGHT:"fitHeight",LEGACY_FULL:"full",LEGACY_BG_FIT_AND_TILE:"legacy_tile",LEGACY_BG_FIT_AND_TILE_HORIZONTAL:"legacy_tile_horizontal",LEGACY_BG_FIT_AND_TILE_VERTICAL:"legacy_tile_vertical",LEGACY_BG_NORMAL:"legacy_normal"},n="fill",a="fill_focal",o="crop",s="legacy_crop",l="legacy_fill",h={CENTER:"center",TOP:"top",TOP_LEFT:"top_left",TOP_RIGHT:"top_right",BOTTOM:"bottom",BOTTOM_LEFT:"bottom_left",BOTTOM_RIGHT:"bottom_right",LEFT:"left",RIGHT:"right"},c={[h.CENTER]:{x:.5,y:.5},[h.TOP_LEFT]:{x:0,y:0},[h.TOP_RIGHT]:{x:1,y:0},[h.TOP]:{x:.5,y:0},[h.BOTTOM_LEFT]:{x:0,y:1},[h.BOTTOM_RIGHT]:{x:1,y:1},[h.BOTTOM]:{x:.5,y:1},[h.RIGHT]:{x:1,y:.5},[h.LEFT]:{x:0,y:.5}},d={center:"c",top:"t",top_left:"tl",top_right:"tr",bottom:"b",bottom_left:"bl",bottom_right:"br",left:"l",right:"r"},u={BG:"bg",IMG:"img",SVG:"svg"},m={AUTO:"auto",CLASSIC:"classic",SUPER:"super"},g={radius:"0.66",amount:"1.00",threshold:"0.01"},p={uri:"",css:{img:{},container:{}},attr:{img:{},container:{}},transformed:!1},f=[1.5,2,4],_={HIGH:{size:196e4,quality:90,maxUpscale:1},MEDIUM:{size:36e4,quality:85,maxUpscale:1},LOW:{size:16e4,quality:80,maxUpscale:1.2},TINY:{size:0,quality:80,maxUpscale:1.4}},b="HIGH",T="MEDIUM",I="contrast",E="brightness",w="saturation",L="blur",v={JPG:"jpg",JPEG:"jpeg",JPE:"jpe",PNG:"png",WEBP:"webp",WIX_ICO_MP:"wix_ico_mp",WIX_MP:"wix_mp",GIF:"gif",SVG:"svg",AVIF:"avif",UNRECOGNIZED:"unrecognized"};function A(e,...t){return function(...i){let r=i[i.length-1]||{},n=[e[0]];return t.forEach(function(t,a){let o=Number.isInteger(t)?i[t]:r[t];n.push(o,e[a+1])}),n.join("")}}function y(e){return e[e.length-1]}v.JPG,v.JPEG,v.JPE,v.PNG,v.GIF,v.WEBP;let O=[v.PNG,v.JPEG,v.JPG,v.JPE,v.WIX_ICO_MP,v.WIX_MP,v.WEBP,v.AVIF],C=[v.JPEG,v.JPG,v.JPE];function R(e,t,i){var n;return i&&t&&!(!(n=t.id)||!n.trim()||"none"===n.toLowerCase())&&Object.values(r).includes(e)}function M(e,t,i,r){var n;if(n=e,/(^https?)|(^data)|(^\/\/)/.test(n)||(x(e)||N(e))&&t&&!i)return!1;let a=O.includes(k(e)),o=!!G(e)&&!!(i||r);return a||o}function S(e){return k(e)===v.PNG}function x(e){return k(e)===v.WEBP}function G(e){return k(e)===v.GIF}function N(e){return k(e)===v.AVIF}let P=["/","\\","?","<",">","|","\u201C",":",'"'].map(encodeURIComponent),F=["\\.","\\*"];function k(e){return(/[.]([^.]+)$/.exec(e)&&/[.]([^.]+)$/.exec(e)[1]||"").toLowerCase()}function $(e,t,i,r,a){let o;return o=a===n?Math.max(i/e,r/t):"fit"===a?Math.min(i/e,r/t):1}function B(e,t,i,r,a,o){let{scaleFactor:s,width:l,height:h}=function(e,t,i,r,n){let a,o=i,s=r;if(a=$(e,t,i,r,n),"fit"===n&&(o=e*a,s=t*a),o&&s&&o*s>25e6){let i=Math.sqrt(25e6/(o*s));o*=i,s*=i,a=$(e,t,o,s,n)}return{scaleFactor:a,width:o,height:s}}(e=e||r.width,t=t||r.height,r.width*a,r.height*a,i);return function(e,t,i,r,a,o,s){let{optimizedScaleFactor:l,upscaleMethodValue:h,forceUSM:c}=function(e,t,i,r){if("auto"===r)return{optimizedScaleFactor:_[W(e,t)].maxUpscale,upscaleMethodValue:1,forceUSM:!1};if("super"===r)return{optimizedScaleFactor:y(f),upscaleMethodValue:2,forceUSM:!(f.includes(i)||i>y(f))};return{optimizedScaleFactor:_[W(e,t)].maxUpscale,upscaleMethodValue:1,forceUSM:!1}}(e,t,o,a),d=i,u=r;if(o<=l)return{width:d,height:u,scaleFactor:o,upscaleMethodValue:h,forceUSM:c,cssUpscaleNeeded:!1};switch(s){case n:d=l/o*i,u=l/o*r;break;case"fit":d=e*l,u=t*l}return{width:d,height:u,scaleFactor:l,upscaleMethodValue:h,forceUSM:c,cssUpscaleNeeded:!0}}(e,t,l,h,o,s,i)}function H(e){return e.alignment&&d[e.alignment]||d[h.CENTER]}function z(e){let t;return!e||"number"!=typeof e.x||isNaN(e.x)||"number"!=typeof e.y||isNaN(e.y)||(t={x:U(Math.max(0,Math.min(100,e.x))/100,2),y:U(Math.max(0,Math.min(100,e.y))/100,2)}),t}function W(e,t){let i=e*t;return i>_[b].size?b:i>_[T].size?T:i>_.LOW.size?"LOW":"TINY"}function U(e,t){let i=Math.pow(10,t||0);return(e*i/i).toFixed(t)}let Y={isMobile:!1},D=function(e,t){Y[e]=t};function q(){if("undefined"!=typeof window&&"undefined"!=typeof navigator){let e=window.matchMedia&&window.matchMedia("(max-width: 767px)").matches,t=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);D("isMobile",e&&t)}}function j(e,t){let i={css:{container:{}}},{css:n}=i,{fittingType:a}=e;switch(a){case r.ORIGINAL_SIZE:case r.LEGACY_ORIGINAL_SIZE:case r.LEGACY_STRIP_ORIGINAL_SIZE:n.container.backgroundSize="auto",n.container.backgroundRepeat="no-repeat";break;case r.SCALE_TO_FIT:case r.LEGACY_STRIP_SCALE_TO_FIT:n.container.backgroundSize="contain",n.container.backgroundRepeat="no-repeat";break;case r.STRETCH:n.container.backgroundSize="100% 100%",n.container.backgroundRepeat="no-repeat";break;case r.SCALE_TO_FILL:case r.LEGACY_STRIP_SCALE_TO_FILL:n.container.backgroundSize="cover",n.container.backgroundRepeat="no-repeat";break;case r.TILE_HORIZONTAL:case r.LEGACY_STRIP_TILE_HORIZONTAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat-x";break;case r.TILE_VERTICAL:case r.LEGACY_STRIP_TILE_VERTICAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat-y";break;case r.TILE:case r.LEGACY_STRIP_TILE:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat";break;case r.LEGACY_STRIP_FIT_AND_TILE:n.container.backgroundSize="contain",n.container.backgroundRepeat="repeat";break;case r.FIT_AND_TILE:case r.LEGACY_BG_FIT_AND_TILE:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat";break;case r.LEGACY_BG_FIT_AND_TILE_HORIZONTAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat-x";break;case r.LEGACY_BG_FIT_AND_TILE_VERTICAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="repeat-y";break;case r.LEGACY_BG_NORMAL:n.container.backgroundSize="auto",n.container.backgroundRepeat="no-repeat"}switch(t.alignment){case h.CENTER:n.container.backgroundPosition="center center";break;case h.LEFT:n.container.backgroundPosition="left center";break;case h.RIGHT:n.container.backgroundPosition="right center";break;case h.TOP:n.container.backgroundPosition="center top";break;case h.BOTTOM:n.container.backgroundPosition="center bottom";break;case h.TOP_RIGHT:n.container.backgroundPosition="right top";break;case h.TOP_LEFT:n.container.backgroundPosition="left top";break;case h.BOTTOM_RIGHT:n.container.backgroundPosition="right bottom";break;case h.BOTTOM_LEFT:n.container.backgroundPosition="left bottom"}return i}let V={[h.CENTER]:"center",[h.TOP]:"top",[h.TOP_LEFT]:"top left",[h.TOP_RIGHT]:"top right",[h.BOTTOM]:"bottom",[h.BOTTOM_LEFT]:"bottom left",[h.BOTTOM_RIGHT]:"bottom right",[h.LEFT]:"left",[h.RIGHT]:"right"},Z={position:"absolute",top:"auto",right:"auto",bottom:"auto",left:"auto"};function J(e,t){let i={css:{container:{},img:{}}},{css:n}=i,{fittingType:a}=e,o=t.alignment;switch(n.container.position="relative",a){case r.ORIGINAL_SIZE:case r.LEGACY_ORIGINAL_SIZE:e.parts&&e.parts.length?(n.img.width=e.parts[0].width,n.img.height=e.parts[0].height):(n.img.width=e.src.width,n.img.height=e.src.height);break;case r.SCALE_TO_FIT:case r.LEGACY_FIT_WIDTH:case r.LEGACY_FIT_HEIGHT:case r.LEGACY_FULL:n.img.width=t.width,n.img.height=t.height,n.img.objectFit="contain",n.img.objectPosition=V[o]||"unset";break;case r.LEGACY_BG_NORMAL:n.img.width="100%",n.img.height="100%",n.img.objectFit="none",n.img.objectPosition=V[o]||"unset";break;case r.STRETCH:n.img.width=t.width,n.img.height=t.height,n.img.objectFit="fill";break;case r.SCALE_TO_FILL:n.img.width=t.width,n.img.height=t.height,n.img.objectFit="cover"}if("number"==typeof n.img.width&&"number"==typeof n.img.height&&(n.img.width!==t.width||n.img.height!==t.height)){let e=Math.round((t.height-n.img.height)/2),i=Math.round((t.width-n.img.width)/2);Object.assign(n.img,Z,{[h.TOP_LEFT]:{top:0,left:0},[h.TOP_RIGHT]:{top:0,right:0},[h.TOP]:{top:0,left:i},[h.BOTTOM_LEFT]:{bottom:0,left:0},[h.BOTTOM_RIGHT]:{bottom:0,right:0},[h.BOTTOM]:{bottom:0,left:i},[h.RIGHT]:{top:e,right:0},[h.LEFT]:{top:e,left:0},[h.CENTER]:{width:t.width,height:t.height,objectFit:"none"}}[o])}return i}function X(e,t){let i,a={css:{container:{}},attr:{container:{},img:{}}},{css:o,attr:s}=a,{fittingType:l}=e,c=t.alignment,{width:d,height:u}=e.src;switch(o.container.position="relative",l){case r.ORIGINAL_SIZE:case r.LEGACY_ORIGINAL_SIZE:case r.TILE:e.parts&&e.parts.length?(s.img.width=e.parts[0].width,s.img.height=e.parts[0].height):(s.img.width=d,s.img.height=u),s.img.preserveAspectRatio="xMidYMid slice";break;case r.SCALE_TO_FIT:case r.LEGACY_FIT_WIDTH:case r.LEGACY_FIT_HEIGHT:case r.LEGACY_FULL:s.img.width="100%",s.img.height="100%",s.img.transform="",s.img.preserveAspectRatio="";break;case r.STRETCH:s.img.width=t.width,s.img.height=t.height,s.img.x=0,s.img.y=0,s.img.transform="",s.img.preserveAspectRatio="none";break;case r.SCALE_TO_FILL:if(M(e.src.id))s.img.width=t.width,s.img.height=t.height;else{var m;let e;m=t.width,e=$(d,u,m,t.height,n),i={width:Math.round(d*e),height:Math.round(u*e)},s.img.width=i.width,s.img.height=i.height}s.img.x=0,s.img.y=0,s.img.transform="",s.img.preserveAspectRatio="xMidYMid slice"}if("number"==typeof s.img.width&&"number"==typeof s.img.height&&(s.img.width!==t.width||s.img.height!==t.height)){let e,i,n=0,a=0;l===r.TILE?(e=t.width%s.img.width,i=t.height%s.img.height):(e=t.width-s.img.width,i=t.height-s.img.height);let o=Math.round(e/2),d=Math.round(i/2);switch(c){case h.TOP_LEFT:n=0,a=0;break;case h.TOP:n=o,a=0;break;case h.TOP_RIGHT:n=e,a=0;break;case h.LEFT:n=0,a=d;break;case h.CENTER:n=o,a=d;break;case h.RIGHT:n=e,a=d;break;case h.BOTTOM_LEFT:n=0,a=i;break;case h.BOTTOM:n=o,a=i;break;case h.BOTTOM_RIGHT:n=e,a=i}s.img.x=n,s.img.y=a}return s.container.width=t.width,s.container.height=t.height,s.container.viewBox=["0 0",t.width,t.height].join(" "),a}function K(e,t){let i=B(e.src.width,e.src.height,"fit",t,e.devicePixelRatio,e.upscaleMethod);return{transformType:e.src.width&&e.src.height?n:"fit",width:Math.round(i.width),height:Math.round(i.height),alignment:d.center,upscale:i.scaleFactor>1,forceUSM:i.forceUSM,scaleFactor:i.scaleFactor,cssUpscaleNeeded:i.cssUpscaleNeeded,upscaleMethodValue:i.upscaleMethodValue}}function Q(e){return{transformType:o,x:Math.round(e.x),y:Math.round(e.y),width:Math.round(e.width),height:Math.round(e.height),upscale:!1,forceUSM:!1,scaleFactor:1,cssUpscaleNeeded:!1}}function ee(e,t,i){return"number"==typeof e&&!isNaN(e)&&0!==e&&e>=t&&e<=i}function et(e,t,i,o){var d,u,p,f,b,T,A;let R,Y=o?.isSEOBot??!1,D=function(e){if(C.includes(k(e)))return v.JPG;if(S(e))return v.PNG;if(x(e))return v.WEBP;if(G(e))return v.GIF;if(N(e))return v.AVIF;return v.UNRECOGNIZED}(t.id),q=function(e,t){let i=/\.([^.]*)$/,r=RegExp(`(${P.concat(F).join("|")})`,"g");if(t&&t.length){let e=t,n=t.match(i);return n&&O.includes(n[1])&&(e=t.replace(i,"")),encodeURIComponent(e).replace(r,"_")}let n=e.match(/\/(.*?)$/);return(n?n[1]:e).replace(i,"")}(t.id,t.name),j=Y?1:Math.min(i.pixelAspectRatio||1,2),V=k(t.id),Z=M(t.id,o?.hasAnimation,o?.allowAnimatedTransform,o?.allowFullGIFTransformation),J={fileName:q,fileExtension:V,fileType:D,fittingType:e,preferredExtension:V,src:{id:t.id,width:t.width,height:t.height,isCropped:!1,isAnimated:(d=t.id,u=o?.hasAnimation,R=x(d)||N(d),k(d)===v.GIF||R&&u)},focalPoint:{x:t.focalPoint&&t.focalPoint.x,y:t.focalPoint&&t.focalPoint.y},parts:[],devicePixelRatio:j,quality:0,upscaleMethod:o&&o.upscaleMethod&&m[o.upscaleMethod.toUpperCase()]||m.AUTO,progressive:!0,watermark:"",unsharpMask:{},filters:{},transformed:Z,allowFullGIFTransformation:o?.allowFullGIFTransformation,isPlaceholderFlow:o?.isPlaceholderFlow};if(Z){let e,d,u,m,O,C;!function(e,t,i){var o,d,u,m,g,p,f,_,b,T,I;let E,w,L,v,A,y;if(t.crop){let i,r;o=t.crop,i=Math.max(0,Math.min(t.width,o.x+o.width)-Math.max(0,o.x)),r=Math.max(0,Math.min(t.height,o.y+o.height)-Math.max(0,o.y)),(E=i&&r&&(t.width!==i||t.height!==r)?{x:Math.max(0,o.x),y:Math.max(0,o.y),width:i,height:r}:null)&&(e.src.width=E.width,e.src.height=E.height,e.src.isCropped=!0,e.parts.push(Q(E)))}switch(e.fittingType){case r.SCALE_TO_FIT:case r.LEGACY_FIT_WIDTH:case r.LEGACY_FIT_HEIGHT:case r.LEGACY_FULL:case r.FIT_AND_TILE:case r.LEGACY_BG_FIT_AND_TILE:case r.LEGACY_BG_FIT_AND_TILE_HORIZONTAL:case r.LEGACY_BG_FIT_AND_TILE_VERTICAL:case r.LEGACY_BG_NORMAL:e.parts.push(K(e,i));break;case r.SCALE_TO_FILL:e.parts.push((g=e,p=i,w=B(g.src.width,g.src.height,n,p,g.devicePixelRatio,g.upscaleMethod),{transformType:(L=z(g.focalPoint))?a:n,width:Math.round(w.width),height:Math.round(w.height),alignment:H(p),focalPointX:L&&L.x,focalPointY:L&&L.y,upscale:w.scaleFactor>1,forceUSM:w.forceUSM,scaleFactor:w.scaleFactor,cssUpscaleNeeded:w.cssUpscaleNeeded,upscaleMethodValue:w.upscaleMethodValue}));break;case r.STRETCH:e.parts.push((f=e,_=i,v=$(f.src.width,f.src.height,_.width,_.height,n),(A={..._}).width=f.src.width*v,A.height=f.src.height*v,K(f,A)));break;case r.TILE_HORIZONTAL:case r.TILE_VERTICAL:case r.TILE:case r.LEGACY_ORIGINAL_SIZE:case r.ORIGINAL_SIZE:d=e.src,u=e.focalPoint,m=i.alignment,y=z(u)||function(e=h.CENTER){return c[e]}(m),E={x:Math.max(0,Math.min(d.width-i.width,y.x*d.width-i.width/2)),y:Math.max(0,Math.min(d.height-i.height,y.y*d.height-i.height/2)),width:Math.min(d.width,i.width),height:Math.min(d.height,i.height)},e.src.isCropped?(Object.assign(e.parts[0],E),e.src.width=E.width,e.src.height=E.height):e.parts.push(Q(E));break;case r.LEGACY_STRIP_TILE_HORIZONTAL:case r.LEGACY_STRIP_TILE_VERTICAL:case r.LEGACY_STRIP_TILE:case r.LEGACY_STRIP_ORIGINAL_SIZE:e.parts.push({transformType:s,width:Math.round((b=i).width),height:Math.round(b.height),alignment:H(b),upscale:!1,forceUSM:!1,scaleFactor:1,cssUpscaleNeeded:!1});break;case r.LEGACY_STRIP_SCALE_TO_FIT:case r.LEGACY_STRIP_FIT_AND_TILE:e.parts.push({transformType:"fit",width:Math.round((T=i).width),height:Math.round(T.height),upscale:!1,forceUSM:!0,scaleFactor:1,cssUpscaleNeeded:!1});break;case r.LEGACY_STRIP_SCALE_TO_FILL:e.parts.push({transformType:l,width:Math.round((I=i).width),height:Math.round(I.height),alignment:H(I),upscale:!1,forceUSM:!0,scaleFactor:1,cssUpscaleNeeded:!1})}}(J,t,i),J.quality=function(e,t){let i=e.fileType===v.PNG,r=e.fileType===v.JPG,n=e.fileType===v.WEBP,a=e.fileType===v.AVIF;if(r||i||n||a){let r=y(e.parts),n=_[W(r.width,r.height)].quality,a=t.quality&&t.quality>=5&&t.quality<=90?t.quality:n;return i?a+5:a}return 0}(J,p=(p=o)||{}),J.progressive=!1!==p.progressive,J.watermark=p.watermark,J.autoEncode=p.autoEncode??!0,J.encoding=p?.encoding,f=J,e="number"==typeof(T=(T=(b=p).unsharpMask)||{}).radius&&!isNaN(T.radius)&&T.radius>=.1&&T.radius<=500,d="number"==typeof T.amount&&!isNaN(T.amount)&&T.amount>=0&&T.amount<=10,u="number"==typeof T.threshold&&!isNaN(T.threshold)&&T.threshold>=0&&T.threshold<=255,J.unsharpMask=e&&d&&u?{radius:U(b.unsharpMask?.radius,2),amount:U(b.unsharpMask?.amount,2),threshold:U(b.unsharpMask?.threshold,2)}:"number"==typeof(A=(A=b.unsharpMask)||{}).radius&&!isNaN(A.radius)&&0===A.radius&&"number"==typeof A.amount&&!isNaN(A.amount)&&0===A.amount&&"number"==typeof A.threshold&&!isNaN(A.threshold)&&0===A.threshold||(m=y(f.parts)).scaleFactor>=1&&!m.forceUSM&&"fit"!==m.transformType?void 0:g,O=p.filters||{},C={},ee(O[I],-100,100)&&(C[I]=O[I]),ee(O[E],-100,100)&&(C[E]=O[E]),ee(O[w],-100,100)&&(C[w]=O[w]),ee(O.hue,-180,180)&&(C.hue=O.hue),ee(O[L],0,100)&&(C[L]=O[L]),J.filters=C}return J}function ei(e,t,i){let n={...i},a=Y.isMobile;switch(e){case r.LEGACY_BG_FIT_AND_TILE:case r.LEGACY_BG_FIT_AND_TILE_HORIZONTAL:case r.LEGACY_BG_FIT_AND_TILE_VERTICAL:case r.LEGACY_BG_NORMAL:n.width=Math.min(a?1e3:1920,t.width),n.height=Math.min(a?1e3:1920,Math.round(n.width/(t.width/t.height))),n.pixelAspectRatio=1}return n}let er=A`fit/w_${"width"},h_${"height"}`,en=A`fill/w_${"width"},h_${"height"},al_${"alignment"}`,ea=A`fill/w_${"width"},h_${"height"},fp_${"focalPointX"}_${"focalPointY"}`,eo=A`crop/x_${"x"},y_${"y"},w_${"width"},h_${"height"}`,es=A`crop/w_${"width"},h_${"height"},al_${"alignment"}`,el=A`fill/w_${"width"},h_${"height"},al_${"alignment"}`,eh=A`,lg_${"upscaleMethodValue"}`,ec=A`,q_${"quality"}`,ed=A`,quality_auto`,eu=A`,usm_${"radius"}_${"amount"}_${"threshold"}`,em=A`,bl`,eg=A`,wm_${"watermark"}`,ep={[I]:A`,con_${"contrast"}`,[E]:A`,br_${"brightness"}`,[w]:A`,sat_${"saturation"}`,hue:A`,hue_${"hue"}`,[L]:A`,blur_${"blur"}`},ef=A`,enc_auto`,e_=A`,enc_avif`,eb=A`,enc_pavif`,eT=A`,pstr`,eI=A`,anm_all`;function eE(e,t,i,r={},h){if(M(t.id,r?.hasAnimation,r?.allowAnimatedTransform,r?.allowFullGIFTransformation)){if(x(t.id)||N(t.id)){let{alignment:n,...a}=i;t.focalPoint={x:void 0,y:void 0},delete t?.crop,h=et(e,t,a,r)}else h=h||et(e,t,i,r);return function(e){let t=[];e.parts.forEach(e=>{switch(e.transformType){case o:t.push(eo(e));break;case s:t.push(es(e));break;case l:let i=el(e);e.upscale&&(i+=eh(e)),t.push(i);break;case"fit":let r=er(e);e.upscale&&(r+=eh(e)),t.push(r);break;case n:let h=en(e);e.upscale&&(h+=eh(e)),t.push(h);break;case a:let c=ea(e);e.upscale&&(c+=eh(e)),t.push(c)}});let i=t.join("/");if(e.quality&&(i+=ec(e)),e.unsharpMask&&(i+=eu(e.unsharpMask)),e.progressive||(i+=em(e)),e.watermark&&(i+=eg(e)),e.filters&&(i+=Object.keys(e.filters).map(t=>ep[t](e.filters)).join("")),e.fileType!==v.GIF&&("AVIF"===e.encoding?(i+=e_(e),i+=ed(e)):"PAVIF"===e.encoding?(i+=eb(e),i+=ed(e)):e.autoEncode&&(i+=ef(e))),e.src?.isAnimated&&e.transformed){let t=G(e.src.id),r=!0===e.isPlaceholderFlow,n=!0===e.allowFullGIFTransformation;r?i+=eT(e):t&&n&&(i+=eI(e))}return`${e.src.id}/v1/${i}/${e.fileName}.${e.preferredExtension}`}(h)}return t.id}let ew={[h.CENTER]:"50% 50%",[h.TOP_LEFT]:"0% 0%",[h.TOP_RIGHT]:"100% 0%",[h.TOP]:"50% 0%",[h.BOTTOM_LEFT]:"0% 100%",[h.BOTTOM_RIGHT]:"100% 100%",[h.BOTTOM]:"50% 100%",[h.RIGHT]:"100% 50%",[h.LEFT]:"0% 50%"},eL=Object.entries(ew).reduce((e,[t,i])=>(e[i]=t,e),{}),ev=[r.TILE,r.TILE_HORIZONTAL,r.TILE_VERTICAL,r.LEGACY_BG_FIT_AND_TILE,r.LEGACY_BG_FIT_AND_TILE_HORIZONTAL,r.LEGACY_BG_FIT_AND_TILE_VERTICAL],eA=[r.LEGACY_ORIGINAL_SIZE,r.ORIGINAL_SIZE,r.LEGACY_BG_NORMAL];function ey(e,t,{width:i,height:n}){return e===r.TILE&&t.width>i&&t.height>n}let eO={width:"100%",height:"100%"};function eC(e,t,i,n={}){var a;let o,{autoEncode:s=!0,isSEOBot:l,shouldLoadHQImage:h,hasAnimation:c,allowAnimatedTransform:d,encoding:u}=n;if(!R(e,t,i))return p;let m=d??!0,g=M(t.id,c,m);if(!g||h)return eR(e,t,i,{...n,autoEncode:s,useSrcset:g});let f={...i,...function(e,{width:t,height:i}){if(!t||!i){let r=t||Math.min(980,e.width),n=r/e.width;return{width:r,height:i||e.height*n}}return{width:t,height:i}}(t,i)},{alignment:_,htmlTag:b}=f,T=ey(e,t,f),I=function(e,t,{width:i,height:r},n=!1){var a,o;if(n)return{width:i,height:r};let s=!eA.includes(e),l=ey(e,t,{width:i,height:r}),h=!l&&ev.includes(e),c=h?t.width:i,d=h?t.height:r,u=s?(a=c,o=S(t.id),a>900?o?.05:.15:a>500?o?.1:.18:a>200?.25:1):1;return{width:l?1920:c*u,height:d*u}}(e,t,f,l),E=(a=f.width,l?0:ev.includes(e)?1:a>200?2:3),w=(o=ev.includes(e)&&!T,e===r.SCALE_TO_FILL||o?r.SCALE_TO_FIT:e),L=function(e,t,i,n="center"){let a={img:{},container:{}};if(e===r.SCALE_TO_FILL){var o;let e=t.focalPoint&&(o=t.focalPoint,eL[`${o.x}% ${o.y}%`]||"");t.focalPoint&&!e?a.img={objectPosition:function(e,t,i){let{width:r,height:n}=e,{width:a,height:o}=t,{x:s,y:l}=i;if(!a||!o)return`${s}% ${l}%`;let h=Math.max(a/r,o/n),c=r*h,d=n*h,u=Math.max(0,Math.min(c-a,s/100*c-a/2)),m=Math.max(0,Math.min(d-o,l/100*d-o/2)),g=u&&Math.floor(u/(c-a)*100),p=m&&Math.floor(m/(d-o)*100);return`${g}% ${p}%`}(t,i,t.focalPoint)}:a.img={objectPosition:ew[e||n]}}else[r.LEGACY_ORIGINAL_SIZE,r.ORIGINAL_SIZE].includes(e)?a.img={objectFit:"none",top:"auto",left:"auto",right:"auto",bottom:"auto"}:ev.includes(e)&&(a.container={backgroundSize:`${t.width}px ${t.height}px`});return a}(e,t,i,_),{uri:v}=eR(w,t,{...I,alignment:_,htmlTag:b},{autoEncode:s,filters:E?{blur:E}:{},hasAnimation:c,allowAnimatedTransform:m,encoding:u,isPlaceholderFlow:!0}),{attr:A={},css:y}=eR(e,t,{...f,alignment:_,htmlTag:b},{});return y.img=y.img||{},y.container=y.container||{},Object.assign(y.img,L.img,eO),Object.assign(y.container,L.container),{uri:v,css:y,attr:A,transformed:!0}}function eR(e,t,i,r){let n={};if(R(e,t,i)){var a;let o,s=ei(e,t,i),l=et(e,t,s,r);n.uri=eE(e,t,s,r,l),r?.useSrcset&&(n.srcset=(a=n,o=s.pixelAspectRatio||1,{dpr:[`${1===o?a.uri:eE(e,t,{...s,pixelAspectRatio:1},r)} 1x`,`${2===o?a.uri:eE(e,t,{...s,pixelAspectRatio:2},r)} 2x`]})),Object.assign(n,(s.htmlTag===u.BG?j:s.htmlTag===u.SVG?X:J)(l,s),{transformed:l.transformed})}else n=p;return n}function eM(e,t,i,r){if(R(e,t,i)){let n=ei(e,t,i),a=et(e,t,n,r);return{uri:eE(e,t,n,r||{},a)}}return{uri:""}}let eS="https://static.wixstatic.com/media/",ex=/^media\//i,eG="undefined"!=typeof window?window.devicePixelRatio:1,eN=(e,t)=>{let i=t&&t.baseHostURL;return i?`${i}${e}`:ex.test(e)?`https://static.wixstatic.com/${e}`:`${eS}${e}`};q();let eP="center",eF=[1920,1536,1366,1280,980],ek=(e,t,i)=>{let{displayMode:r,uri:n,width:a,height:o,name:s,crop:l,focalPoint:h,alignType:c,quality:d,upscaleMethod:u,hasAnimation:m,allowAnimatedTransform:g,encoding:p,siteMargin:f,widthProportion:_,allowFullGIFTransformation:b,baseHostURL:T}=e;if(_){let e,g,I=(e="original_size"===r,g=a/o,eF.map((r,I)=>{let E=980===r,w=e=>E?t:_/100*(e-2*(f||0)),L=w(eF[I+1]),v=w(r),A=L/i,y=!(e||E)&&((e,t,i,r,n,a,o,s=eP)=>{if(e>t){let e=Math.round(r/(a/n)),t=Math.round(i/2-e/2);return s.includes("top")?t=0:s.includes("bottom")&&(t=i-e),{width:r,height:e,x:0,y:t}}{let e=Math.round(i/(n/o)),t=Math.round(r/2-e/2);return s.includes("left")?t=0:s.includes("right")&&(t=r-e),{width:e,height:i,x:t,y:0}}})(A,g,o,a,i,L,v,c),{srcset:O,fallbackSrc:C,css:R}=ek({displayMode:e?"original_size":E?"fill":"fit",uri:n,width:a,height:o,crop:l||y,name:s,focalPoint:h,alignType:c,quality:d,upscaleMethod:u,hasAnimation:m,encoding:p,allowFullGIFTransformation:b,baseHostURL:T},v,i);return e&&R&&(R.img.objectFit="cover"),{srcset:O||"",sizes:E?`${_}vw`:`${v}px`,media:`(max-width: ${r}px)`,fallbackSrc:C,imgStyle:R?.img}})).filter(Boolean).reverse();return{fallbackSrc:I[0].fallbackSrc,sources:I,css:I[0].imgStyle}}{let{srcset:e,css:f,uri:_}=eR(r,{id:n,width:a,height:o,name:s,crop:l,focalPoint:h},{width:t,height:i,alignment:c},{focalPoint:h,name:s,quality:d?.quality,upscaleMethod:u,hasAnimation:m,allowAnimatedTransform:g,useSrcset:!0,encoding:p,allowFullGIFTransformation:b}),I=T||eB,E=e?.dpr?.map(e=>/^[a-z]+:/.test(e)?e:`${I}${e}`);return{fallbackSrc:`${I}${_}`,srcset:E?.join(", ")||"",css:f}}};q();let e$={getScaleToFitImageURL:function(e,t,i,n,a,o){return eN(eM(r.SCALE_TO_FIT,{id:e,width:t,height:i,name:o&&o.name},{width:n,height:a,htmlTag:u.IMG,alignment:h.CENTER,pixelAspectRatio:o?.devicePixelRatio??eG},o).uri,o)},getScaleToFillImageURL:function(e,t,i,n,a,o){return eN(eM(r.SCALE_TO_FILL,{id:e,width:t,height:i,name:o&&o.name,focalPoint:{x:o&&o.focalPoint&&o.focalPoint.x,y:o&&o.focalPoint&&o.focalPoint.y}},{width:n,height:a,htmlTag:u.IMG,alignment:h.CENTER,pixelAspectRatio:o?.devicePixelRatio??eG},o).uri,o)},getCropImageURL:function(e,t,i,n,a,o,s,l,c,d){return eN(eM(r.SCALE_TO_FILL,{id:e,width:t,height:i,name:d&&d.name,crop:{x:n,y:a,width:o,height:s}},{width:l,height:c,htmlTag:u.IMG,alignment:h.CENTER,pixelAspectRatio:d?.devicePixelRatio??eG},d).uri,d)}},eB=eS},55901(e,t,i){(0,i(16858).Rr)()},19787(e,t,i){var r=i(16858),n=i(99090);((e=window)=>{let{mediaServices:t,environmentConsts:i,requestUrl:a,staticVideoUrl:o}=e.customElementNamespace;(0,r.EH)(e,t,{...i,prefersReducedMotion:(0,n.O)(window,a),staticVideoUrl:o}),(0,r.jh)(e),(0,r.p7)(e,t,i)})(),window.resolveExternalsRegistryModule("imageClientApi")},16858(e,t,i){i.d(t,{_o:()=>s,NL:()=>y,yO:()=>w,vk:()=>c,EH:()=>k,KU:()=>l,Rr:()=>S,jh:()=>G,p7:()=>A,Aq:()=>h});var r=i(17709),n=i.n(r);let a=(e,t,i)=>{let r=1,n=0;for(let a=0;a<e.length;a++){let o=e[a];if(o>t||(n+=o)>t&&(r++,n=o,r>i))return!1}return!0};function o(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function s(){class e extends HTMLElement{setContainerHeight(e){this.style.setProperty("--flex-columns-height",`${e}px`)}removeContainerHeight(){this.style.removeProperty("--flex-columns-height")}getColumnCount(e){return parseInt(e.getPropertyValue("--flex-column-count"),10)}getRowGap(e){return parseInt(e.getPropertyValue("row-gap")||"0",10)}activate(){this.isActive=!0,this.attachObservers(),this.recalcHeight()}deactivate(){this.isActive=!1,this.detachHeightCalcObservers(),this.removeContainerHeight()}calcActive(){return"multi-column-layout"===getComputedStyle(this).getPropertyValue("--container-layout-type")}get itemsHeights(){return Array.from(this.children).map(e=>{let t=getComputedStyle(e),i=parseFloat(t.height||"0");return i+=parseFloat(t.marginTop||"0"),{height:i+=parseFloat(t.marginBottom||"0")}})}setIsActive(){let e=this.calcActive();this.isActive!==e&&(e?this.activate():this.deactivate())}connectedCallback(){this.cleanUp(),this.createObservers(),this.setIsActive(),window.document.body&&this.isActiveObserver?.observe(window.document.body)}disconnectedCallback(){this.cleanUp()}constructor(...e){super(...e),o(this,"containerWidthObserver",void 0),o(this,"mutationObserver",void 0),o(this,"isActiveObserver",void 0),o(this,"childResizeObserver",void 0),o(this,"containerWidth",0),o(this,"isActive",!1),o(this,"isDuringCalc",!1),o(this,"attachObservers",()=>{this.mutationObserver?.observe(this,{childList:!0,subtree:!0}),this.containerWidthObserver?.observe(this),Array.from(this.children).forEach(e=>{this.handleItemAdded(e)})}),o(this,"detachHeightCalcObservers",()=>{this.mutationObserver?.disconnect(),this.containerWidthObserver?.disconnect(),this.childResizeObserver?.disconnect()}),o(this,"recalcHeight",()=>{this.isActive&&n().measure(()=>{if(!this.isActive||this.isDuringCalc)return;this.isDuringCalc=!0;let e=getComputedStyle(this),t=((e,t,i)=>{let r=-1/0,n=e.map(e=>(e.height+t>r&&(r=e.height+t),e.height+t)),o=r,s=r*e.length,l=r;for(;o<s;){let e=Math.floor((o+s)/2);a(n,e,i)?s=e:o=e+1,l=o}return l-t})(this.itemsHeights,this.getRowGap(e),this.getColumnCount(e));this.isDuringCalc=!1,n().mutate(()=>{this.setContainerHeight(t),this.style.setProperty("visibility",null)})})}),o(this,"cleanUp",()=>{this.detachHeightCalcObservers(),this.removeContainerHeight(),this.isActiveObserver?.disconnect()}),o(this,"handleItemAdded",e=>{e instanceof window.HTMLElement&&this.childResizeObserver?.observe(e)}),o(this,"handleItemRemoved",e=>{e instanceof window.HTMLElement&&this.childResizeObserver?.unobserve(e)}),o(this,"createObservers",()=>{this.containerWidthObserver=new ResizeObserver(e=>{let t=e[0];if(t.contentRect.width!==this.containerWidth){if(0===this.containerWidth){this.containerWidth=t.contentRect.width;return}this.containerWidth=t.contentRect.width,this.recalcHeight()}}),this.mutationObserver=new MutationObserver(e=>{e.forEach(e=>{Array.from(e.removedNodes).forEach(this.handleItemRemoved),Array.from(e.addedNodes).forEach(this.handleItemAdded)}),this.recalcHeight()}),this.childResizeObserver=new ResizeObserver(()=>{this.recalcHeight()}),this.isActiveObserver=new ResizeObserver(()=>{this.setIsActive()})})}}return e}let l="multi-column-layouter",h=()=>{let e={observedElementToRelayoutTarget:new Map,getLayoutTargets(t){let i=new Set;return t.forEach(t=>i.add(e.observedElementToRelayoutTarget.get(t))),i},observe:i=>{e.observedElementToRelayoutTarget.set(i,i),t.observe(i)},unobserve:i=>{e.observedElementToRelayoutTarget.delete(i),t.unobserve(i)},observeChild:(i,r)=>{e.observedElementToRelayoutTarget.set(i,r),t.observe(i)},unobserveChild:i=>{e.observedElementToRelayoutTarget.delete(i),t.unobserve(i)}},t=new window.ResizeObserver(t=>{e.getLayoutTargets(t.map(e=>e.target)).forEach(e=>e.reLayout())});return e},c=(e,t=window)=>{let i=!1;return(...r)=>{i||(i=!0,t.requestAnimationFrame(()=>{i=!1,e(...r)}))}};function d(...e){let t=e[0];for(let i=1;i<e.length;++i)t=`${t.replace(/\/$/,"")}/${e[i].replace(/^\//,"")}`;return t}var u=i(26350);let m={columnCount:1,columns:1,fontWeight:1,lineHeight:1,opacity:1,zIndex:1,zoom:1},g=(e,t)=>e&&t&&Object.keys(t).forEach(i=>e.setAttribute(i,t[i])),p=(e,t)=>e&&t&&Object.keys(t).forEach(i=>{let r=t[i];if(void 0!==r)e.style[i]="number"!=typeof r||m[i]?r:`${r}px`;else e.style.removeProperty(i)}),f=(e,t,i=!0)=>{var r;return e&&i?(r=e.dataset[t])?"true"===r||"false"!==r&&("null"===r?null:`${+r}`===r?+r:r):r:e.dataset[t]},_=(e,t)=>e&&t&&Object.assign(e.dataset,t),b=e=>e||document.documentElement.clientHeight||window.innerHeight||0,T={fit:"contain",fill:"cover"};var I=i(69654);let E=(e,t,i)=>{void 0===e.customElements.get(t)&&e.customElements.define(t,i)};function w(e,t=window){class i extends t.HTMLElement{reLayout(){}connectedCallback(){this.observeResize(),this.reLayout()}disconnectedCallback(){this.unobserveResize(),this.unobserveChildren()}observeResize(){e.resizeService.observe(this)}unobserveResize(){e.resizeService.unobserve(this)}observeChildren(e){this.childListObserver||(this.childListObserver=new t.MutationObserver(()=>this.reLayout())),this.childListObserver.observe(e,{childList:!0})}observeChildAttributes(e,i=[]){this.childrenAttributesObservers||(this.childrenAttributesObservers=[]);let r=new t.MutationObserver(()=>this.reLayout());r.observe(e,{attributeFilter:i}),this.childrenAttributesObservers.push(r)}observeChildResize(t){this.childrenResizeObservers||(this.childrenResizeObservers=[]),e.resizeService.observeChild(t,this),this.childrenResizeObservers.push(t)}unobserveChildrenResize(){this.childrenResizeObservers&&(this.childrenResizeObservers.forEach(t=>{e.resizeService.unobserveChild(t)}),this.childrenResizeObservers=null)}unobserveChildren(){if(this.childListObserver&&(this.childListObserver.disconnect(),this.childListObserver=null),this.childrenAttributesObservers){for(let e of this.childrenAttributesObservers)e.disconnect(),e=null;this.childrenAttributesObservers=null}this.unobserveChildrenResize()}constructor(){super()}}return i}let L=e=>{if(e.customElementNamespace||(e.customElementNamespace={}),void 0===e.customElementNamespace.WixElement){let t=w({resizeService:h()},e);return e.customElementNamespace.WixElement=t,t}return e.customElementNamespace.WixElement},v="wix-bg-image",A=(e=globalThis.window,t={},i={experiments:{}})=>{if(e&&void 0===e.customElements.get(v)){let r=function(e,t,i,r=window){let n=((e=window)=>({measure:function(e,t,i,{containerId:r,bgEffectName:n},a){let o=i[e],s=i[r],{width:l,height:h}=a.getMediaDimensionsByEffect(n,s.offsetWidth,s.offsetHeight,b(a.getScreenHeightOverride?.()));t.width=l,t.height=h,t.currentSrc=o.style.backgroundImage,t.bgEffectName=o.dataset.bgEffectName},patch:function(t,i,r,n,a){let o=r[t];n.targetWidth=i.width,n.targetHeight=i.height;let s=((e,t,i)=>{var r;let n,{targetWidth:a,targetHeight:o,imageData:s,filters:l,displayMode:h=u.fittingTypes.SCALE_TO_FILL}=e;if(!a||!o||!s.uri)return{uri:"",css:{}};let{width:c,height:d,crop:m,name:g,focalPoint:p,upscaleMethod:f,quality:_,devicePixelRatio:b=t.devicePixelRatio}=s,T={filters:l,upscaleMethod:f,..._,hasAnimation:e?.hasAnimation||s?.hasAnimation},I=(r=b,((n=window.location.search.split("&").map(e=>e.split("=")).find(e=>e[0].toLowerCase().includes("devicepixelratio")))?Number(n[1]):null)||r||1),E={id:s.uri,width:c,height:d,...m&&{crop:m},...p&&{focalPoint:p},...g&&{name:g}},w={width:a,height:o,htmlTag:"bg",pixelAspectRatio:I,alignment:e.alignType||u.alignTypes.CENTER},L=(0,u.getData)(h,E,w,T),v=s.baseHostURL||t.staticMediaUrl;return L.uri=((e,t,i)=>{if(/(^https?)|(^data)|(^blob)|(^\/\/)/.test(e))return e;let r=`${t}/`;return e&&(/^micons\//.test(e)?r=i:"ico"===/[^.]+$/.exec(e)[0]&&(r=r.replace("media","ficons"))),r+e})(L.uri,v,t.mediaRootUrl),L})(n,a,0);if(function(e="",t){return!e.includes(t)||!!e!=!!t}(i.currentSrc,s.uri)){let t,i;t={backgroundImage:`url("${s.uri}")`,...s.css.container},(i=new e.Image).onload=p.bind(null,o,t),i.src=s.uri}else p(o,s.css.container)}}))(r);return class extends e{reLayout(){if(t.isExperimentOpen("specs.thunderbolt.tb_stop_client_images")||t.isExperimentOpen("specs.thunderbolt.final_force_webp")||t.isExperimentOpen("specs.thunderbolt.final_force_no_webp"))return;let e={},a={},o=(0,I.ZH)(this,{experiments:i.experiments,logger:i.logger,document:r.document}),s=JSON.parse(this.dataset.tiledImageInfo),{bgEffectName:l}=this.dataset,{containerId:h}=s,c=(0,I.qc)(h,{experiments:i.experiments,logger:i.logger,document:r.document});e[o]=this,e[h]=c,s.displayMode=s.imageData.displayMode,t.mutationService.measure(()=>{n.measure(o,a,e,{containerId:h,bgEffectName:l},t)}),t.mutationService.mutate(()=>{n.patch(o,a,e,s,i,t)})}attributeChangedCallback(e,t){t&&this.reLayout()}disconnectedCallback(){super.disconnectedCallback()}static get observedAttributes(){return["data-tiled-image-info"]}constructor(){super()}}}(L(e),t,i,e);E(e,v,r)}};function y(e,t,i,r=window){let n={width:void 0,height:void 0,left:void 0};return class extends e{reLayout(){let{containerId:e,pageId:a,useCssVars:o,bgEffectName:s}=this.dataset,l=(0,I.hW)(this,e)||(0,I.qc)(`${e}`,{experiments:i.experiments,logger:i.logger,document:r.document}),h=(0,I.hW)(this,a)||(0,I.qc)(`${a}`,{experiments:i.experiments,logger:i.logger,document:r.document}),c={};t.mutationService.measure(()=>{let e="fixed"===r.getComputedStyle(this).position,i=b(t.getScreenHeightOverride?.()),n=l.getBoundingClientRect(),a=t.getMediaDimensionsByEffect(s,n.width,n.height,i),{hasParallax:d}=a,u=h&&(r.getComputedStyle(h).transition||"").includes("transform"),{width:m,height:g}=a,p=`${m}px`,f=`${g}px`,_=`${(n.width-m)/2}px`;if(e){let e=r.document.documentElement.clientLeft;_=u?`${l.offsetLeft-e}px`:`${n.left-e}px`}let T=e||d?0:`${(n.height-g)/2}px`;Object.assign(c,o?{"--containerW":p,"--containerH":f,"--containerL":_,"--screenH_val":`${i}`}:{width:p,height:f,left:_,top:T})}),t.mutationService.mutate(()=>{if(o){let e;p(this,n),e=this,e&&c&&Object.keys(c).forEach(t=>{e.style.setProperty(t,c[t])})}else p(this,c)})}connectedCallback(){super.connectedCallback(),t.windowResizeService.observe(this)}disconnectedCallback(){super.disconnectedCallback(),t.windowResizeService.unobserve(this)}attributeChangedCallback(e,t){t&&this.reLayout()}static get observedAttributes(){return["data-is-full-height","data-container-size"]}constructor(){super()}}}let O="__more__",C="moreContainer";function R(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}let M="wix-dropdown-menu",S=(e=globalThis.window)=>{if(e&&void 0===e.customElements.get(M)){let t=h(),i=function(e,t,i=window){let r=((e=window)=>{let t=(e,t,i,r,n,a,o,s)=>{if(e-=n*(o?r.length:r.length-1),e-=s.left+s.right,t&&(r=r.map(()=>a)),r.some(e=>0===e))return null;let l=0,h=r.reduce((e,t)=>e+t,0);if(h>e)return null;if(t){if(i){let t=Math.floor(e/r.length),i=r.map(()=>t);if((l=t*r.length)<e){let t=Math.floor(e-l);r.forEach((e,r)=>{r<=t-1&&i[r]++})}return i}return r}if(i){let t=Math.floor((e-h)/r.length);l=0;let i=r.map(e=>(l+=e+t,e+t));if(l<e){let t=Math.floor(e-l);r.forEach((e,r)=>{r<=t-1&&i[r]++})}return i}return r},i=e=>{let t=parseFloat(e);return isFinite(t)?t:0},r=e=>!isNaN(parseFloat(e))&&isFinite(e);return{measure:(r,n)=>{var a;let o,s,l,h,c,d,u,m,g,p,_={},b={};b[r]=n;let T=1,I=n.getRootNode().querySelector("[id^=site-root]");I&&(T=I.getBoundingClientRect().width/I.offsetWidth);let E=(o=+f(b[r],"numItems"))<=0||o>Number.MAX_SAFE_INTEGER?[]:Array(o).fill(0).map((e,t)=>String(t)),w=["moreContainer","itemsContainer","dropWrapper"].concat(E,[O]);w.forEach(e=>{let t=`${r}${e}`;b[t]=n.getRootNode().getElementById(`${t}`)}),a=T,s={},w.forEach(e=>{let t=`${r}${e}`,i=b[t];i&&(s[t]={width:i.offsetWidth,boundingClientRectWidth:Math.round(i.getBoundingClientRect().width/a),height:i.offsetHeight})}),_.children=s;let L=b[r],v=b[`${r}itemsContainer`],A=v.childNodes,y=b[`${r}moreContainer`],C=y.childNodes,R=f(L,"stretchButtonsToMenuWidth"),M=f(L,"sameWidthButtons");_.absoluteLeft=L.getBoundingClientRect().left,_.bodyClientWidth=e.document.body.clientWidth,_.alignButtons=f(L,"dropalign"),_.hoverListPosition=f(L,"drophposition"),_.menuBorderY=parseInt(f(L,"menuborderY"),10),_.ribbonExtra=parseInt(f(L,"ribbonExtra"),10),_.ribbonEls=parseInt(f(L,"ribbonEls"),10),_.labelPad=parseInt(f(L,"labelPad"),10),_.menuButtonBorder=parseInt(f(L,"menubtnBorder"),10),l=v.lastChild,_.menuItemContainerMargins=(parseInt((h=e.getComputedStyle(l)).marginLeft,10)||0)+(parseInt(h.marginRight,10)||0),d=i((c=e.getComputedStyle(v)).borderTopWidth)+i(c.paddingTop),u=i(c.borderBottomWidth)+i(c.paddingBottom),m=i(c.borderLeftWidth)+i(c.paddingLeft),g=i(c.borderRightWidth)+i(c.paddingRight),d+=i(c.marginTop),u+=i(c.marginBottom),m+=i(c.marginLeft),g+=i(c.marginRight),_.menuItemContainerExtraPixels={top:d,bottom:u,left:m,right:g,height:d+u,width:m+g},_.needToOpenMenuUp=L.getBoundingClientRect().top>e.innerHeight/2,_.menuItemMarginForAllChildren=!R||"false"!==v.getAttribute("data-marginAllChildren"),_.moreSubItem=[],_.labelWidths={},_.linkIds={},_.parentId={},_.menuItems={},_.labels={},C.forEach((t,i)=>{_.parentId[t.id]=f(t,"parentId");let r=f(t,"dataId");_.menuItems[r]={dataId:r,parentId:f(t,"parentId"),moreDOMid:t.id,moreIndex:i},b[t.id]=t;let n=t.querySelector("p");b[n.id]=n,_.labels[n.id]={width:n.offsetWidth,height:n.offsetHeight,left:n.offsetLeft,lineHeight:parseInt(e.getComputedStyle(n).fontSize,10)},_.moreSubItem.push(t.id)}),A.forEach((e,t)=>{let i,r,n=f(e,"dataId");_.menuItems[n]=_.menuItems[n]||{},_.menuItems[n].menuIndex=t,_.menuItems[n].menuDOMid=e.id,_.children[e.id].left=e.offsetLeft;let a=e.querySelector("p");b[a.id]=a,_.labelWidths[a.id]=(i=a,r=T,Math.round(i.getBoundingClientRect().width/r));let o=e.querySelector("p");b[o.id]=o,_.linkIds[e.id]=o.id});let S=L.offsetHeight;_.height=S,_.width=L.offsetWidth,p=S-_.menuBorderY-_.labelPad-_.ribbonEls-_.menuButtonBorder-_.ribbonExtra,_.lineHeight=`${p}px`;let x=((e,i,r,n,a)=>{let o=i.width;i.hasOriginalGapData={},i.originalGapBetweenTextAndBtn={};let s=a.map(t=>{let r,a=f(n[e+t],"originalGapBetweenTextAndBtn");return(void 0===a?(i.hasOriginalGapData[t]=!1,r=i.children[e+t].boundingClientRectWidth-i.labelWidths[`${e+t}label`],i.originalGapBetweenTextAndBtn[e+t]=r):(i.hasOriginalGapData[t]=!0,r=parseFloat(a)),i.children[e+t].width>0)?Math.floor(i.labelWidths[`${e+t}label`]+r):0}),l=s.pop(),h=r.sameWidthButtons,c=r.stretchButtonsToMenuWidth,d=!1,u=i.menuItemContainerMargins,m=i.menuItemMarginForAllChildren,g=i.menuItemContainerExtraPixels,p=s.reduce((e,t)=>e>t?e:t,-1/0),_=t(o,h,c,s,u,p,m,g);if(!_){for(let e=1;e<=s.length;e++)if(_=t(o,h,c,s.slice(0,-1*e).concat(l),u,p,m,g)){d=!0;break}_||(d=!0,_=[l])}if(d){let e=_[_.length-1];for(_=_.slice(0,-1);_.length<a.length;)_.push(0);_[_.length-1]=e}return{realWidths:_,moreShown:d}})(r,_,{sameWidthButtons:M,stretchButtonsToMenuWidth:R},b,E.concat(O));return _.realWidths=x.realWidths,_.isMoreShown=x.moreShown,_.menuItemIds=E,_.hoverState=f(y,"hover",!1),{measures:_,domNodes:b}},patch:(e,t,i)=>{let n=i[e];p(n,{overflowX:"visible"});let{menuItemIds:a,needToOpenMenuUp:o}=t,s=a.concat(O);_(n,{dropmode:o?"dropUp":"dropDown"});let l=0;if(t.hoverState===O){let e,r,n=t.realWidths.indexOf(0),o=t.menuItems[e=t.menuItems,r=e=>e.menuIndex===n,Object.keys(e).find(t=>r(e[t],t))],s=o.moreIndex,h=s===a.length-1;o.moreDOMid&&g(i[o.moreDOMid],{"data-listposition":h?"dropLonely":"top"}),Object.values(t.menuItems).filter(e=>!!e.moreDOMid).forEach(e=>{if(e.moreIndex<s)p(i[e.moreDOMid],{display:"none"});else{let i=`${e.moreDOMid}label`;l=Math.max(t.labels[i].width,l)}})}else t.hoverState&&t.moreSubItem.forEach((i,r)=>{let n=`${e+C+r}label`;l=Math.max(t.labels[n].width,l)});((e,t,i,n)=>{let{hoverState:a}=t;if("-1"!==a){let{menuItemIds:o}=t,s=o.indexOf(a);if(r(t.hoverState)||a===O){if(!t.realWidths)return;let a=Math.max(n,t.children[-1!==s?e+s:e+O].width),o=Math.max(n,t.children[`${e}dropWrapper`].width),l=(0!==t.moreSubItem.length?t.labels[`${t.moreSubItem[0]}label`].lineHeight:0)+15+t.menuBorderY+t.labelPad+t.menuButtonBorder;t.moreSubItem.forEach(e=>{p(i[e],{minWidth:`${a}px`}),p(i[`${e}label`],{minWidth:"0px",lineHeight:`${l}px`})});let h=r(t.hoverState)?t.hoverState:"__more__",c={width:t.children[e+h].width,left:t.children[e+h].left},d=((e,t,i,r,n)=>{let{width:a,height:o,alignButtons:s,hoverListPosition:l,menuItemContainerExtraPixels:h}=t,c=t.absoluteLeft,d=((e,t,i,r,n,a,o,s,l,h)=>{let c="0px",d="auto",u=a.left,m=a.width;if("left"===t?c="left"===n?0:`${u+e.left}px`:"right"===t?(d="right"===n?0:`${r-u-m-e.right}px`,c="auto"):"left"===n?c=`${u+(m+e.left-i)/2}px`:"right"===n?(c="auto",d=`${(m+e.right-(i+e.width))/2}px`):c=`${e.left+u+(m-(i+e.width))/2}px`,"auto"!==c){let e=o+parseInt(c,10);e+h>l?(c="auto",d=0):c=e<0?0:c}return"auto"!==d&&(d=s-parseInt(d,10)>l?0:d),{moreContainerLeft:c,moreContainerRight:d}})(h,s,r,a,l,i,c,c+a,t.bodyClientWidth,n);return{left:d.moreContainerLeft,right:d.moreContainerRight,top:t.needToOpenMenuUp?"auto":`${o}px`,bottom:t.needToOpenMenuUp?`${o}px`:"auto"}})(0,t,c,a,o);p(i[`${e}${C}`],{left:d.left,right:d.right}),p(i[`${e}dropWrapper`],{left:d.left,right:d.right,top:d.top,bottom:d.bottom})}}})(e,t,i,l),t.originalGapBetweenTextAndBtn&&s.forEach(r=>{t.hasOriginalGapData[r]||_(i[`${e}${r}`],{originalGapBetweenTextAndBtn:t.originalGapBetweenTextAndBtn[`${e}${r}`]})}),((e,t,i,r)=>{let{realWidths:n,height:a,menuItemContainerExtraPixels:o}=i,s=0,l=null,h=null,c=i.lineHeight,d=a-o.height;for(let a=0;a<r.length;a++){let o=n[a],u=o>0,m=e+r[a];h=i.linkIds[m],u?(s++,l=m,p(t[m],{width:`${o}px`,height:`${d}px`,position:"relative","box-sizing":"border-box",overflow:"visible",visibility:"inherit"}),p(t[`${m}label`],{"line-height":c}),g(t[m],{"aria-hidden":!1})):(p(t[m],{height:"0px",overflow:"hidden",position:"absolute",visibility:"hidden"}),g(t[m],{"aria-hidden":!0}),g(t[h],{tabIndex:-1}))}1===s&&(_(t[`${e}moreContainer`],{listposition:"lonely"}),_(t[l],{listposition:"lonely"}))})(e,i,t,s)}}})(i);return class extends e{static get observedAttributes(){return["data-hovered-item"]}attributeChangedCallback(){this._isVisible()&&this.reLayout()}connectedCallback(){this._id=this.getAttribute("id"),this._hideElement(),this._waitForDomLoad().then(()=>{super.observeResize(),this._observeChildrenResize(),this.reLayout()})}disconnectedCallback(){t.mutationService.clear(this._mutationIds.read),t.mutationService.clear(this._mutationIds.write),super.disconnectedCallback()}_waitForDomLoad(){let e,t=new Promise(t=>{e=t});return this._isDomReady()?e():(this._waitForDomReadyObserver=new i.MutationObserver(()=>this._onRootMutate(e)),this._waitForDomReadyObserver.observe(this,{childList:!0,subtree:!0})),t}_isDomReady(){return this._itemsContainer=this.getRootNode().getElementById(`${this._id}itemsContainer`),this._dropContainer=this.getRootNode().getElementById(`${this._id}dropWrapper`),this._itemsContainer&&this._dropContainer}_onRootMutate(e){this._isDomReady()&&(this._waitForDomReadyObserver.disconnect(),e())}_observeChildrenResize(){let e=Array.from(this._itemsContainer.childNodes);this._labelItems=e.map(e=>this.getRootNode().getElementById(`${e.getAttribute("id")}label`)),this._labelItems.forEach(e=>super.observeChildResize(e))}_setVisibility(e){this._visible=e,this.style.visibility=e?"inherit":"hidden"}_isVisible(){return this._visible}_hideElement(){this._setVisibility(!1)}_showElement(){this._setVisibility(!0)}reLayout(){let e,i;t.mutationService.clear(this._mutationIds.read),t.mutationService.clear(this._mutationIds.write),this._mutationIds.read=t.mutationService.measure(()=>{let t=r.measure(this._id,this);e=t.measures,i=t.domNodes}),this._mutationIds.write=t.mutationService.mutate(()=>{r.patch(this._id,e,i),this._showElement()})}constructor(...e){super(...e),R(this,"_visible",!1),R(this,"_mutationIds",{read:null,write:null}),R(this,"_itemsContainer",null),R(this,"_dropContainer",null),R(this,"_labelItems",[])}}}(L(e),{resizeService:t,mutationService:n()},e);e.customElements.define(M,i)}},x="wix-iframe",G=(e=globalThis.window)=>{if(e&&void 0===e.customElements.get(x)){var t;let i=(t=L(e),class extends t{reLayout(){let e=this.querySelector("iframe");if(e){let t=e.dataset.src;t&&e.src!==t&&(e.src=t,e.dataset.src="",this.dataset.src="")}}attributeChangedCallback(e,t,i){i&&this.reLayout()}static get observedAttributes(){return["data-src"]}constructor(){super()}});E(e,x,i)}},N={measure(e,t,{hasBgScrollEffect:i,videoWidth:r,videoHeight:n,fittingType:a,alignType:o="center",qualities:s,staticVideoUrl:l,videoId:h,videoFormat:c,focalPoint:m}){var g,p,f,_,b,I,E,w,L,v;let A,y,O,C=i?t.offsetWidth:e.parentElement.offsetWidth,R=e.parentElement.offsetHeight,M=parseInt(r,10),S=parseInt(n,10),x=(g=a,p={wScale:C/M,hScale:R/S},f=M,_=S,{width:Math.round(f*(A=g===u.fittingTypes.SCALE_TO_FIT?Math.min(p.wScale,p.hScale):Math.max(p.wScale,p.hScale))),height:Math.round(_*A)}),G=(b=function(e,{width:t,height:i}){var r;return(r=e=>e.size,Object.values(e.reduce((e,t)=>(e[r(t)]=t,e),{}))).find(e=>e.size>t*i)||e[e.length-1]}(s,x),I=l,E=h,"mp4"===(w=c)?b.url?d(I,b.url):d(I,E,b.quality,w,"file.mp4"):""),N=(L=e,v=G,y=L.networkState===L.NETWORK_NO_SOURCE,O=!L.currentSrc.endsWith(v),v&&(O||y)),P=T[a]||"cover",F=m?function(e,t,i){let{width:r,height:n}=e,{width:a,height:o}=t,{x:s,y:l}=i;if(!a||!o)return`${s}% ${l}%`;let h=Math.max(a/r,o/n),c=r*h,d=n*h,u=Math.max(0,Math.min(c-a,s/100*c-a/2)),m=Math.max(0,Math.min(d-o,l/100*d-o/2)),g=u&&Math.floor(u/(c-a)*100),p=m&&Math.floor(m/(d-o)*100);return`${g}% ${p}%`}(x,{width:C,height:R},m):"",k=o.replace("_"," ");return{videoSourceUrl:G,needsSrcUpdate:N,videoStyle:{height:"100%",width:"100%",objectFit:P,objectPosition:F||k}}},mutate(e,t,i,r,n,a,o,s,l,h,c){var d,u,m;if(n?i.setAttribute("autoplay",""):i.removeAttribute("autoplay"),t){let{width:e,height:i,...n}=r;p(t,n)}else(function(e,t,i,r,n,a){a&&t.paused&&(i.style.opacity="1",t.style.opacity="0");let o=t.paused||""===t.currentSrc;if((e||a)&&o)if(t.ontimeupdate=null,t.onseeked=null,t.onplay=null,!a&&n){let e=t.muted;t.muted=!0,t.ontimeupdate=()=>{t.currentTime>0&&(t.ontimeupdate=null,t.onseeked=()=>{t.onseeked=null,t.muted=e,P(t,i,r)},t.currentTime=0)}}else t.onplay=()=>{a||(t.onplay=null),P(t,i,r)}})(o,i,e,s,n,c),p(i,r);d=o,u=i,m=a,d&&(u.src=m,u.load()),i.playbackRate=h}};function P(e,t,i){"fade"===i&&(t.style.transition="opacity 1.6s ease-out"),t.style.opacity="0",e.style.opacity="1"}let F="wix-video",k=(e=globalThis.window,t,i={experiments:{}})=>{if(e&&void 0===e.customElements.get(F)){var r,n;let a=L(e),o=new IntersectionObserver(e=>e.map(e=>{if(e.isIntersecting){let t=e.target;t.unobserveIntersect(),t.observeResize()}return e}),{rootMargin:"50% 100%"});E(e,F,(r=a,n={...t,intersectionObserver:o},class extends r{connectedCallback(){i.disableImagesLazyLoading?this.reLayout():n.intersectionObserver.observe(this)}disconnectedCallback(){this.unobserveResize(),this.unobserveIntersect(),this.unobserveChildren()}unobserveIntersect(){n.intersectionObserver?.unobserve(this)}reLayout(){let{isVideoDataExists:e,videoWidth:t,videoHeight:r,qualities:a,videoId:o,videoFormat:s,alignType:l,fittingType:h,focalPoint:c,hasBgScrollEffect:d,autoPlay:u,animatePoster:m,containerId:g,isEditorMode:p,playbackRate:f,hasAlpha:_}=JSON.parse(this.dataset.videoInfo);if(!e)return;let b=!i.prefersReducedMotion&&u,T=this.querySelector(`video[id^="${g}"]`),E=this.querySelector(`.bgVideoposter[id^="${g}"]`);if(this.unobserveChildren(),!(T&&E))return void this.observeChildren(this);let w=(0,I.qc)(g,{document:this.getRootNode(),experiments:i.experiments,logger:i.logger}),L=(0,I.iT)(`.webglcanvas[id^="${g}"]`,{element:w,experiments:i.experiments,logger:i.logger});(_||"true"===w.dataset.hasAlpha)&&!L?requestAnimationFrame(()=>this.reLayout()):n.mutationService.measure(()=>{let{videoSourceUrl:e,needsSrcUpdate:u,videoStyle:g}=N.measure(T,w,{hasBgScrollEffect:d,videoWidth:t,videoHeight:r,fittingType:h,alignType:l,qualities:a,staticVideoUrl:i.staticVideoUrl,videoId:o,videoFormat:s,focalPoint:c});n.mutationService.mutate(()=>{N.mutate(E,L,T,g,b,e,u,m,s,f,p)})})}attributeChangedCallback(e,t){t&&this.reLayout()}static get observedAttributes(){return["data-video-info"]}constructor(){super()}}))}}},46418(e,t,i){var r=i(17709),n=i.n(r),a=i(33842),o=i(26350),s=i(16858);let l=o,h=function(e,t=window){!function(e){if(void 0===e.Reflect||void 0===e.customElements||e.customElements.hasOwnProperty("polyfillWrapFlushCallback"))return;let t=e.HTMLElement;e.HTMLElement=function(){return e.Reflect.construct(t,[],this.constructor)},e.HTMLElement.prototype=t.prototype,e.HTMLElement.prototype.constructor=e.HTMLElement,e.Object.setPrototypeOf(e.HTMLElement,t),e.Object.defineProperty(e.HTMLElement,"name",{value:t.name})}(t);let i={registry:new Set,observe(e){i.registry.add(e)},unobserve(e){i.registry.delete(e)}};e.windowResizeService.init((0,s.vk)(()=>i.registry.forEach(e=>e.reLayout())),t);let r=(0,s.Aq)(),n=(e,i)=>{void 0===t.customElements.get(e)&&t.customElements.define(e,i)},a=(0,s.yO)({resizeService:r},t);return t.customElementNamespace={WixElement:a},n("wix-element",a),{contextWindow:t,defineWixBgMedia:e=>{n("wix-bg-media",(0,s.NL)(a,{windowResizeService:i,...e},t))},defineMultiColumnRepeaterElement:()=>{let e=(0,s._o)();n(s.KU,e)}}};var c=i(91534);let d=()=>({getSiteScale:()=>{let e=document.querySelector("#site-root");return e?e.getBoundingClientRect().width/e.offsetWidth:1}}),u=(e,t,i,r)=>{let{getMediaDimensions:n,...o}=a[e]||{};return n?{...n(t,i,r),...o}:{width:t,height:i,...o}},{experiments:m,media:g,requestUrl:p}=window.viewerModel;((e,t,i,r)=>{var a,o,s;let m,g,p,f,_,b,{environmentConsts:T,wixCustomElements:I,media:E,requestUrl:w,mediaServices:L}=(a=void 0,o=void 0,s=void 0,g={"specs.thunderbolt.useClassSelectorsForLookup":(m=t=>!!e.experiments[t])("specs.thunderbolt.useClassSelectorsForLookup"),"specs.thunderbolt.addIdAsClassName":m("specs.thunderbolt.addIdAsClassName")},p={staticMediaUrl:e.media.staticMediaUrl,mediaRootUrl:e.media.mediaRootUrl,experiments:g,isViewerMode:!0,devicePixelRatio:/iemobile/i.test(navigator.userAgent)?Math.round(window.screen.availWidth/(window.screen.width||window.document.documentElement.clientWidth)):window.devicePixelRatio,...s},_={getMediaDimensionsByEffect:u,...f={mutationService:n(),isExperimentOpen:m,siteService:d()},...o},{...e,wixCustomElements:a||(b=d(),h({resizeService:{init:e=>new ResizeObserver(e)},windowResizeService:{init:e=>window.addEventListener("resize",e)},siteService:b})),services:f,environmentConsts:p,mediaServices:_}),v=I?.contextWindow||window;v.wixCustomElements=I,Object.assign(v.customElementNamespace,{mediaServices:L,environmentConsts:T,requestUrl:w,staticVideoUrl:E.staticVideoUrl}),(0,c.g)({...L},I.contextWindow,T),I.defineWixBgMedia(L),I.defineMultiColumnRepeaterElement(),window.__imageClientApi__=l})({experiments:m,media:g,requestUrl:p})},13176(e,t,i){i.d(t,{z:()=>r});let r=["MENU_AS_CONTAINER_TOGGLE","MENU_AS_CONTAINER_EXPANDABLE_MENU","BACK_TO_TOP_BUTTON","SCROLL_TO_","TPAMultiSection_","TPASection_","comp-","TINY_MENU","MENU_AS_CONTAINER","SITE_HEADER","SITE_FOOTER","SITE_PAGES","PAGES_CONTAINER","BACKGROUND_GROUP","POPUPS_ROOT"]},69654(e,t,i){i.d(t,{C5:()=>h,Xx:()=>c,ZH:()=>l,hW:()=>m,iT:()=>d,kp:()=>g,qc:()=>s,vP:()=>u});var r=i(13176);function n(e={}){let t=e?.experiments;if(!t&&"undefined"!=typeof window)try{let e=window;t=e.viewerModel?.experiments}catch{}if(!t)return!1;let i=t["specs.thunderbolt.useClassSelectorsForLookup"],r=t["specs.thunderbolt.addIdAsClassName"];return!!(i&&r)}function a(e={}){return e.document||("undefined"!=typeof document?document:null)}function o(e,t,i){e&&"function"==typeof e.meter&&e.meter("dom_selector_id_fallback",{customParams:{compId:t,selectorType:i}}),"undefined"!=typeof console&&console.warn&&console.warn(`[DOM Selectors] Fallback to ID for '${t}' (${i}).`)}function s(e,t={}){let i=a(t);if(!i||!e||"string"!=typeof e)return null;let r=n(t);if(r){let t=i.querySelector(`.${e}`);if(t)return t}let l=i.getElementById(e);return l&&r&&o(t?.logger,e,"getElementById"),l}function l(e,t={}){if(!e)return"";if(!n(t))return e.id;let i=Array.from(e.classList||[]),a=t.experiments?.["specs.thunderbolt.preserveWixSelectClass"];if(t.isEditor&&a&&!i.includes("wix-select"))return"";if(t.componentIds?.size){let e=null;for(let r of i){if(t.componentIds.has(r))return r;if(!e){let i=r.indexOf("__");if(i>0){let n=r.substring(0,i);t.componentIds.has(n)&&(e=r)}}}if(e)return e}let s=null;for(let e of i)if(r.z.some(t=>e.startsWith(t))){if(e.includes("__"))return e;(!s||e.length<s.length)&&(s=e)}return s||(e.id&&o(t.logger,e.id,"getElementCompId"),e.id||"")}function h(e){return e.replace(/#([a-zA-Z0-9_-]+)/g,".$1").replace(/\[id="([^"]+)"\]/g,'[class~="$1"]').replace(/\[id\^="([^"]+)"\]/g,':is([class^="$1"],[class*=" $1"])').replace(/\[id\*="([^"]+)"\]/g,'[class*="$1"]').replace(/\[id\$="([^"]+)"\]/g,'[class$="$1"]')}function c(e,t){if(!t)return e;let i=h(e);return`:is(${i}, ${e})`}function d(e,t={}){let i=t.element||a(t);if(!i||!e||"string"!=typeof e)return null;let r=n(t);if(r){let t=h(e),r=i.querySelector(t);if(r)return r}let s=i.querySelector(e);return s&&r&&o(t.logger,e,"querySelector"),s}function u(e,t={}){let i=t.element||a(t);if(!i||!e||"string"!=typeof e)return[];let r=n(t);if(r){let t=h(e),r=Array.from(i.querySelectorAll(t));if(r.length>0)return r}let s=Array.from(i.querySelectorAll(e));return s.length>0&&r&&o(t.logger,e,"querySelectorAll"),s}function m(e,t,i={}){if(!t||"string"!=typeof t)return null;let r=n(i);if(r){let i=e.closest(`.${t}`);if(i)return i}let a=e.closest(`#${t}`);return a&&r&&o(i.logger,t,"getClosestByCompId"),a}function g(e,t,i={}){if(!t||"string"!=typeof t)return null;let r=n(i);if(r){let i=h(t),r=e.closest(i);if(r)return r}let a=e.closest(t);return a&&r&&o(i.logger,t,"closest"),a}}}]);
//# sourceMappingURL=custom-element-utils.inline.56abf6e5.bundle.min.js.map</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/initCustomElements.inline.25987d64.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["6901"],{33842(e,t,i){i.r(t),i.d(t,{BackgroundParallax:()=>n,BackgroundParallaxZoom:()=>o,BackgroundReveal:()=>l,BgCloseUp:()=>c,BgExpand:()=>d,BgFabeBack:()=>h,BgFadeIn:()=>u,BgFadeOut:()=>g,BgFake3D:()=>m,BgPanLeft:()=>f,BgPanRight:()=>b,BgParallax:()=>p,BgPullBack:()=>v,BgReveal:()=>w,BgRotate:()=>y,BgShrink:()=>M,BgSkew:()=>x,BgUnwind:()=>I,BgZoomIn:()=>P,BgZoomOut:()=>L,ImageParallax:()=>S,ImageReveal:()=>D});var a=i(16956);let s=(e,t)=>({width:e,height:t}),r=(e,t,i)=>({width:e,height:Math.max(t,i)}),n={hasParallax:!0,getMediaDimensions:r},o={hasParallax:!0,getMediaDimensions:r},l={hasParallax:!0,getMediaDimensions:r},c={getMediaDimensions:s},d={getMediaDimensions:s},h={getMediaDimensions:s},u={getMediaDimensions:s},g={getMediaDimensions:s},m={hasParallax:!0,getMediaDimensions:r},f={getMediaDimensions:(e,t)=>({width:1.2*e,height:t})},b={getMediaDimensions:(e,t)=>({width:1.2*e,height:t})},p={hasParallax:!0,getMediaDimensions:r},v={getMediaDimensions:s},w={hasParallax:!0,getMediaDimensions:r},y={getMediaDimensions:(e,t)=>{let i,s,r,n,o;return i=(0,a.kU)(22),s=Math.hypot(e,t)/2,r=Math.acos(e/2/s),n=e*Math.abs(Math.cos(i))+t*Math.abs(Math.sin(i)),o=e*Math.abs(Math.sin(i))+t*Math.abs(Math.cos(i)),{width:Math.ceil(i<r?n:2*s),height:Math.ceil(i<(0,a.kU)(90)-r?o:2*s)}}},M={getMediaDimensions:s},x={getMediaDimensions:(e,t)=>({width:e,height:e*Math.tan((0,a.kU)(20))+t})},I={getMediaDimensions:s},P={hasParallax:!0,getMediaDimensions:r},L={getMediaDimensions:(e,t)=>({width:1.15*e,height:1.15*t})},S={getMediaDimensions:(e,t)=>({width:e,height:1.5*t})},D={getMediaDimensions:(e,t,i)=>({width:e,height:i})}},16956(e,t,i){function a(e,t,i,a,s){return(s-e)*(a-i)/(t-e)+i}function s(e,t){let[i,a]=e,[s,r]=t;return Math.sqrt((s-i)**2+(r-a)**2)}function r(e){return e*Math.PI/180}function n(e,t,i){return void 0===e&&(e=[0,0]),void 0===t&&(t=[0,0]),void 0===i&&(i=0),(360+i+180*Math.atan2(t[1]-e[1],t[0]-e[0])/Math.PI)%360}i.d(t,{Io:()=>s,Rb:()=>n,_b:()=>a,kU:()=>r})},91534(e,t,i){i.d(t,{g:()=>f});var a=i(26350);let s={columnCount:1,columns:1,fontWeight:1,lineHeight:1,opacity:1,zIndex:1,zoom:1},r=(e,t)=>(Array.isArray(t)?t:[t]).reduce((t,i)=>{let a=e[i];return void 0!==a?Object.assign(t,{[i]:a}):t},{}),n=(e,t)=>e&&t&&Object.keys(t).forEach(i=>{let a=t[i];if(void 0!==a)e.style[i]="number"!=typeof a||s[i]?a.toString():`${a}px`;else e.style.removeProperty(i)}),o=(e,t,i)=>{if(!e.targetWidth||!e.targetHeight||!e.imageData.uri)return{uri:"",css:{},transformed:!1};let{imageData:s}=e,n=e.displayMode||a.fittingTypes.SCALE_TO_FILL,o=Object.assign(r(s,["upscaleMethod"]),r(e,["filters","encoding","allowFullGIFTransformation"]),e.quality||s.quality,{hasAnimation:e?.hasAnimation||s?.hasAnimation}),d=c(e.imageData.devicePixelRatio||t.devicePixelRatio),h=Object.assign(r(s,["width","height","crop","name","focalPoint"]),{id:s.uri}),u={width:e.targetWidth,height:e.targetHeight,htmlTag:i||"img",pixelAspectRatio:d,alignment:e.alignType||a.alignTypes.CENTER},g=(0,a.getData)(n,h,u,o);return g.uri=l(g.uri,t.staticMediaUrl,t.mediaRootUrl),g},l=(e,t,i)=>{if(/(^https?)|(^data)|(^blob)|(^\/\/)/.test(e))return e;let a=`${t}/`;return e&&(/^micons\//.test(e)?a=i:/[^.]+$/.exec(e)?.[0]==="ico"&&(a=a.replace("media","ficons"))),a+e},c=e=>{let t=window.location.search.split("&").map(e=>e.split("=")).find(e=>e[0]?.toLowerCase().includes("devicepixelratio"));return(t?.[1]?Number(t[1]):null)||e||1},d=function(e,t,i,{containerElm:a,bgEffect:s="none",sourceSets:r},n){var o,l;let c,d=i.image,h=i[e],u=n.getScreenHeightOverride?.()||document.documentElement.clientHeight||window.innerHeight||0,g=a?.dataset.mediaHeightOverrideType,m=s&&"none"!==s||r&&r.some(e=>e.scrollEffect),f=a&&m?a:h,b=window.getComputedStyle(h).getPropertyValue("--bg-scrub-effect"),{width:p,height:v}=n.getMediaDimensionsByEffect?.(b||s,f.offsetWidth,f.offsetHeight,u)||{width:h.offsetWidth,height:h.offsetHeight};if(r&&(o=f.offsetWidth,l=f.offsetHeight,c={},r.forEach(({mediaQuery:e,scrollEffect:t})=>{c[e]=n.getMediaDimensionsByEffect?.(t,o,l,u).height||l}),t.sourceSetsTargetHeights=c),!d)return;let w=d.getAttribute("src");b&&(t.top=.5*(h.offsetHeight-v),t.left=.5*(h.offsetWidth-p)),t.width=p,t.height="fixed"===g||"viewport"===g?document.documentElement.clientHeight+80:v,t.screenHeight=u,t.imgSrc=w,t.boundingRect=h.getBoundingClientRect(),t.mediaHeightOverrideType=g,t.srcset=d.srcset},h=function(e,t,i,s,r,l,c,d,h,u){if(!Object.keys(t).length)return;let{imageData:g}=s,m=i[e],f=i.image;h&&(g.devicePixelRatio=1);let b=s.targetScale||1,p=r.isExperimentOpen?.("specs.thunderbolt.allowFullGIFTransformation"),v={...s,...!s.skipMeasure&&{targetWidth:(t.width||0)*b,targetHeight:(t.height||0)*b},displayMode:g.displayMode,allowFullGIFTransformation:p},w=o(v,l,"img"),y=w?.css?.img||{};n(f,function(e,t,i,a,s){let r=function(e,t=1){return 1!==t?{...e,width:"100%",height:"100%"}:e}(t,a);if(s&&(delete r.height,r.width="100%"),!e)return r;let n={...r};return"fill"===i?(n.position="absolute",n.top="0"):"fit"===i&&(n.height="100%"),"fixed"===e&&(n["will-change"]="transform"),n.objectPosition&&(n.objectPosition=t.objectPosition.replace(/(center|bottom)$/,"top")),n}(t.mediaHeightOverrideType,y,g.displayMode,b,d)),(t.top||t.left)&&n(m,{top:`${t.top}px`,left:`${t.left}px`});let M=w?.uri||"",x=g?.hasAnimation||s?.hasAnimation,I=function(e,t,i){let{sourceSets:a}=t;if(!a||!a.length)return;let s={};return a.forEach(({mediaQuery:a,crop:r,focalPoint:n})=>{let l=o({...t,targetHeight:(e.sourceSetsTargetHeights||{})[a]||0,imageData:{...t.imageData,crop:r,focalPoint:n}},i,"img");s[a]=l.uri||""}),s}(t,v,l);if(u&&(f.dataset.ssrSrcDone="true"),!s.isLQIP||!s.lqipTransition||"transitioned"in m.dataset||(m.dataset.transitioned="",f.complete?f.onload=function(){f.dataset.loadDone=""}:f.onload=function(){f.complete?f.dataset.loadDone="":f.onload=function(){f.dataset.loadDone=""}}),c){let e;(e=g.uri,(0,a.getFileExtension)(e)===a.fileType.GIF||(0,a.getFileExtension)(e)===a.fileType.WEBP&&x)?(f.setAttribute("fetchpriority","low"),f.setAttribute("loading","lazy"),f.setAttribute("decoding","async")):f.setAttribute("fetchpriority","high"),f.currentSrc!==M&&f.setAttribute("src",M),t.srcset&&!t.srcset.split(", ").some(e=>e.split(" ")[0]===M)&&f.setAttribute("srcset",M),i.picture&&v.sourceSets&&Array.from(i.picture.querySelectorAll("source")).forEach(e=>{let t=e.media||"",i=I?.[t];e.srcset!==i&&e.setAttribute("srcset",i||"")})}},u={parallax:"ImageParallax",fixed:"ImageReveal"};var g=i(17709),m=i.n(g);function f(e={},t=null,i={}){if("undefined"==typeof window)return;let a={staticMediaUrl:"https://static.wixstatic.com/media",mediaRootUrl:"https://static.wixstatic.com",experiments:{},devicePixelRatio:/iemobile/i.test(navigator.userAgent)?Math.round(window.screen.availWidth/(window.screen.width||window.document.documentElement.clientWidth)):window.devicePixelRatio,disableImagesLazyLoading:(()=>{try{return"true"===new URL(window.location.href).searchParams.get("disableLazyLoading")}catch{return!1}})(),...i},s=function(e,t){let i="wow-image";if(void 0===(e=e||window).customElements.get(i)){let a,s;return e.ResizeObserver&&(a=new e.ResizeObserver(e=>e.map(e=>e.target.reLayout()))),e.IntersectionObserver&&(s=new IntersectionObserver(e=>e.map(e=>{if(e.isIntersecting){let t=e.target;t.unobserveIntersect(),t.observeResize()}return e}),{rootMargin:"150% 100%"})),function(r){var n,o;let l=(n={resizeService:a,intersectionService:s,mutationService:m(),...t},o=e,class extends o.HTMLElement{constructor(){super(),this.childListObserver=null,this.timeoutId=null}attributeChangedCallback(e,t){t&&this.reLayout()}connectedCallback(){r.disableImagesLazyLoading?this.reLayout():this.observeIntersect()}disconnectedCallback(){this.unobserveResize(),this.unobserveIntersect(),this.unobserveChildren()}static get observedAttributes(){return["data-image-info"]}reLayout(){let e={},t={},i=this.getAttribute("id"),a=JSON.parse(this.dataset.imageInfo||""),s="true"===this.dataset.isResponsive,{bgEffectName:l}=this.dataset,{scrollEffect:c}=a.imageData,{sourceSets:g}=a,m=l||c&&u[c];g&&g.length&&g.forEach(e=>{e.scrollEffect&&(e.scrollEffect=u[e.scrollEffect])}),e[i]=this,a.containerId&&(e[a.containerId]=o.document.getElementById(`${a.containerId}`));let f=a.containerId?e[a.containerId]:void 0;if(e.image=this.querySelector("img"),e.picture=this.querySelector("picture"),!e.image)return void this.observeChildren(this);this.unobserveChildren(),this.observeChildren(this),n.mutationService.measure(()=>{d(i,t,e,{containerElm:f,bgEffect:m,sourceSets:g},n)});let b=(o,l)=>{n.mutationService.mutate(()=>{h(i,t,e,a,n,r,o,s,m,l)})},p=e.image,v=this.dataset.hasSsrSrc&&!p.dataset.ssrSrcDone;!p.getAttribute("src")||v?b(!0,!0):this.debounceImageLoad(b)}debounceImageLoad(e){clearTimeout(this.timeoutId),this.timeoutId=o.setTimeout(()=>{e(!0)},250),e(!1)}observeResize(){n.resizeService?.observe(this)}unobserveResize(){n.resizeService?.unobserve(this)}observeIntersect(){n.intersectionService?.observe(this)}unobserveIntersect(){n.intersectionService?.unobserve(this)}observeChildren(e){this.childListObserver||(this.childListObserver=new o.MutationObserver(()=>{this.reLayout()})),this.childListObserver.observe(e,{childList:!0})}unobserveChildren(){this.childListObserver&&(this.childListObserver.disconnect(),this.childListObserver=null)}});e.customElements.define(i,l)}}}(t,e);s&&s(a)}}},function(e){e.O(0,["1619","3033"],function(){return e(e.s=46418)}),e.O()}]);
//# sourceMappingURL=initCustomElements.inline.25987d64.bundle.min.js.map</script>
<!-- preloading pre-scripts -->
<link href="https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%22ff832fe6-9fb8-4c03-bcbe-3bd6665455b7%22%3A%2287%22%2C%22c649bd6a-9c07-46b9-a561-12d23be1a0b7%22%3A%2211%22%2C%22a0c68605-c2e7-4c8d-9ea1-767f9770e087%22%3A%226855%22%2C%22b976560c-3122-4351-878f-453f337b7245%22%3A%221291%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%22deb18ef1-e0c6-4668-a7bc-4a13785eb5b7%22%3A%22634%22%7D&appDefinitionIdsWithCustomCss=%5B%22a0c68605-c2e7-4c8d-9ea1-767f9770e087%22%5D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.VerticalMenu_uiType_NativeMapper%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.disableBuilderWixComponents%2C.dom_store%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.motionTimeAnimationsCSS%2C.propsCarmiMappersMigration1%2C.propsCarmiMappersMigration4%2C.propsCarmiMappersMigration5%2C.removeDynamicModelTopologyFromSiteAssets%2C.runMappersWithSpecificDeps%2C.shouldUseResponsiveImages%2C.svgResolver_2%2C.takeAppDependenciesFromCSM%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.5295.0&disableStaticPagesUrlHierarchy=false&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.cecilegiornelli.com&fileId=c30a77c9.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isClientSdkOnSite=true&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isResponsive=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=fr&languageResolutionMethod=QueryParam&metaSiteId=ce1e3023-356d-4b0f-a95b-2af4b105352a&module=thunderbolt-features&oneDocEnabled=true&originalLanguage=fr&pageId=9b78c1_4fb511b3cd236f7ca29904110f680174_1738.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14949.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14949.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=73757347-0c7e-4d80-942c-b3cd41d9073c&siteRevision=1739&staticHTMLComponentUrl=https%3A%2F%2Fwww-cecilegiornelli-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop" id="features_masterPage" as="fetch" position="post-scripts" rel="preload" crossorigin="anonymous"></link>
<link href="https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%22ff832fe6-9fb8-4c03-bcbe-3bd6665455b7%22%3A%2287%22%2C%22c649bd6a-9c07-46b9-a561-12d23be1a0b7%22%3A%2211%22%2C%22a0c68605-c2e7-4c8d-9ea1-767f9770e087%22%3A%226855%22%2C%22b976560c-3122-4351-878f-453f337b7245%22%3A%221291%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%22deb18ef1-e0c6-4668-a7bc-4a13785eb5b7%22%3A%22634%22%7D&appDefinitionIdsWithCustomCss=%5B%22a0c68605-c2e7-4c8d-9ea1-767f9770e087%22%5D&beckyExperiments=.DatePickerPortal%2C.DisableDocumentScrollWhenLightBoxOpen%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.VerticalMenu_uiType_NativeMapper%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.disableBuilderWixComponents%2C.dom_store%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.imageEncodingAVIF%2C.isClassNameToRootEnabled%2C.motionTimeAnimationsCSS%2C.propsCarmiMappersMigration1%2C.propsCarmiMappersMigration4%2C.propsCarmiMappersMigration5%2C.removeDynamicModelTopologyFromSiteAssets%2C.runMappersWithSpecificDeps%2C.shouldUseResponsiveImages%2C.svgResolver_2%2C.takeAppDependenciesFromCSM%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery%2C.useResponsiveImgClassicFixed%2C.useSvgLoaderFeature%2C.useSvgLoaderFeatureOnBuilderComps&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.5295.0&disableStaticPagesUrlHierarchy=false&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.cecilegiornelli.com&fileId=c30a77c9.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isClientSdkOnSite=true&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isResponsive=true&isTrackClicksAnalyticsEnabled=false&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=fr&languageResolutionMethod=QueryParam&metaSiteId=ce1e3023-356d-4b0f-a95b-2af4b105352a&module=thunderbolt-features&oneDocEnabled=true&originalLanguage=fr&pageId=9b78c1_6a46fb4a74910fa88a8b421294b492e1_1738.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14949.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14949.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=73757347-0c7e-4d80-942c-b3cd41d9073c&siteRevision=1739&staticHTMLComponentUrl=https%3A%2F%2Fwww-cecilegiornelli-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop" id="features_wffbg" as="fetch" position="post-scripts" rel="preload" crossorigin="anonymous"></link>
<link href="https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%22ff832fe6-9fb8-4c03-bcbe-3bd6665455b7%22%3A%2287%22%2C%22c649bd6a-9c07-46b9-a561-12d23be1a0b7%22%3A%2211%22%2C%22a0c68605-c2e7-4c8d-9ea1-767f9770e087%22%3A%226855%22%2C%22b976560c-3122-4351-878f-453f337b7245%22%3A%221291%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2225%22%2C%22deb18ef1-e0c6-4668-a7bc-4a13785eb5b7%22%3A%22634%22%7D&appDefinitionIdsWithCustomCss=%5B%22a0c68605-c2e7-4c8d-9ea1-767f9770e087%22%5D&beckyExperiments=.DatePickerPortal%2C.EnableCustomCSSVarsForLoginSocialBar%2C.FreemiumBannerOdeditor%2C.LoginBarEnableLoggingInStateInSSR%2C.TextInputAutoFillFix%2C.UseLoginSocialBarCustomMenu%2C.UseNewLoginSocialBarCustomMenuPositioning%2C.UseNewLoginSocialBarElementStructure%2C.UseNewLoginSocialBarMemberInitialsAvatar%2C.WixFreeSiteBannerDesktop%2C.WixFreeSiteBannerMobile%2C.addIdAsClassName%2C.buttonUdp%2C.calculateCollapsibleTextLineHeightByFont%2C.disableBuilderWixComponents%2C.dynamicSlots%2C.fiveGridLineStudioSkins%2C.isClassNameToRootEnabled%2C.propsCarmiMappersMigration1%2C.propsCarmiMappersMigration4%2C.propsCarmiMappersMigration5%2C.runMappersWithSpecificDeps%2C.svgResolver_2%2C.takeAppDependenciesFromCSM%2C.updateRichTextSemanticClassNamesOnCorvid%2C.useClassnameInResponsiveAppWidget%2C.useImageAvifFormatInNativeProGallery&blocksBuilderManifestGeneratorVersion=1.129.0&contentType=application%2Fjson&dfCk=6&dfVersion=1.5295.0&editorName=Studio&experiments=dm_bgScrubToMotionFixer%2Cdm_masterPageVariablesQueryFixer%2Cdm_migrateOldHoverBoxToNewFixer&externalBaseUrl=https%3A%2F%2Fwww.cecilegiornelli.com&fileId=d4d2613d.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&hasUserDomainMedia=false&isBuilderComponentModel=false&isClientSdkOnSite=true&isHttps=true&isInSeo=false&isPremiumDomain=true&isResponsive=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=fr&metaSiteId=ce1e3023-356d-4b0f-a95b-2af4b105352a&module=thunderbolt-platform&oneDocEnabled=true&originalLanguage=fr&pageId=9b78c1_6a46fb4a74910fa88a8b421294b492e1_1738.json&pilerExperiments=specs.piler.useEditorReactComponents&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14949.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.14949.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.251.0&siteId=73757347-0c7e-4d80-942c-b3cd41d9073c&siteRevision=1739&staticHTMLComponentUrl=https%3A%2F%2Fwww-cecilegiornelli-com.filesusr.com%2F&viewMode=desktop" id="platform_wffbg" as="fetch" position="post-scripts" rel="preload" crossorigin="anonymous"></link>
<!-- sentryOnLoad Setup Script -->
<script id="sentryOnLoadSetup">
function _extends(){_extends=Object.assign||function(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source){if(Object.prototype.hasOwnProperty.call(source,key)){target[key]=source[key]}}}return target};return _extends.apply(this,arguments)}(function(){var SENTRY_REROUTED_MARK_KEY="_REROUTED";var SENTRY_IS_NON_WIX_TPA_MARK_KEY="_isTPA";var SENTRY_REROUTE_DATA_KEY="_ROUTE_TO";var addRerouteDataToSentryEvent=function(event){var _event_extra,_event_exception_values__stacktrace,_event_exception_values,_event_exception;if(event==null?void 0:(_event_extra=event.extra)==null?void 0:_event_extra[SENTRY_REROUTE_DATA_KEY]){return}if(event==null?void 0:(_event_exception=event.exception)==null?void 0:(_event_exception_values=_event_exception.values)==null?void 0:(_event_exception_values__stacktrace=_event_exception_values[0].stacktrace)==null?void 0:_event_exception_values__stacktrace.frames){var frames=event.exception.values[0].stacktrace.frames;var framesModuleMetadata=frames.filter(function(frame){return frame.module_metadata&&frame.module_metadata.appId}).map(function(v){return{appId:v.module_metadata.appId,release:v.module_metadata.release,dsn:v.module_metadata.dsn}});var routeTo=framesModuleMetadata.slice(-1);if(routeTo.length){var _window_wixEmbedsAPI,_app_monitoringComponent_monitoring,_app_monitoringComponent;var appId=routeTo[0].appId;var app=(_window_wixEmbedsAPI=window.wixEmbedsAPI)==null?void 0:_window_wixEmbedsAPI.getMonitoringConfig(appId);if((app==null?void 0:(_app_monitoringComponent=app.monitoringComponent)==null?void 0:(_app_monitoringComponent_monitoring=_app_monitoringComponent.monitoring)==null?void 0:_app_monitoringComponent_monitoring.type)==="SENTRY"){var _app_monitoringComponent_monitoring_sentryOptions,_app_monitoringComponent_monitoring1,_app_monitoringComponent1;var dsn=app==null?void 0:(_app_monitoringComponent1=app.monitoringComponent)==null?void 0:(_app_monitoringComponent_monitoring1=_app_monitoringComponent1.monitoring)==null?void 0:(_app_monitoringComponent_monitoring_sentryOptions=_app_monitoringComponent_monitoring1.sentryOptions)==null?void 0:_app_monitoringComponent_monitoring_sentryOptions.dsn;if(dsn){if(!routeTo[0].dsn&&dsn){routeTo[0].dsn=dsn}}}if(app){var _obj;event.extra=_extends({},event.extra,(_obj={},_obj[SENTRY_IS_NON_WIX_TPA_MARK_KEY]=!app.isWixTPA,_obj))}var _obj1;event.extra=_extends({},event.extra,(_obj1={},_obj1[SENTRY_REROUTE_DATA_KEY]=routeTo,_obj1[SENTRY_REROUTED_MARK_KEY]=true,_obj1))}}};function overrideSentryInitOptions(){var Sentry=window.Sentry;var makeMultiplexedTransport=Sentry.makeMultiplexedTransport,makeFetchTransport=Sentry.makeFetchTransport;var transport=makeMultiplexedTransport?makeMultiplexedTransport(makeFetchTransport,function(args){var event=args.getEvent();if(event&&event.extra&&event.extra[SENTRY_REROUTE_DATA_KEY]&&Array.isArray(event.extra[SENTRY_REROUTE_DATA_KEY])){return event.extra[SENTRY_REROUTE_DATA_KEY]}return[]}):makeFetchTransport;Sentry.init({transport:transport,integrations:[Sentry.browserTracingIntegration({instrumentNavigation:false,instrumentPageLoad:false})],tracePropagationTargets:[/^https:\/\/[a-zA-Z0-9-]+\.wix-app\.run\/.*/],attachStacktrace:true,beforeSend:function(event,hint){var customEvent=new CustomEvent("sentry-error",{cancelable:true,detail:{sentryEvent:event,sentryHint:hint}});var dispatchEventRes=window.dispatchEvent(customEvent);if(!dispatchEventRes){return null}if(event.extra){if(event.extra[SENTRY_REROUTED_MARK_KEY]){delete event.extra[SENTRY_REROUTED_MARK_KEY]}if(event.extra[SENTRY_IS_NON_WIX_TPA_MARK_KEY]){delete event.extra[SENTRY_IS_NON_WIX_TPA_MARK_KEY]}}return event}});if(Sentry.moduleMetadataIntegration){Sentry.addIntegration(Sentry.moduleMetadataIntegration());Sentry.addGlobalEventProcessor(function(event){addRerouteDataToSentryEvent(event);return event})}}window.sentryOnLoad=overrideSentryInitOptions})();
</script>
<!-- Sentry Loader Script -->
<script id="sentry">
!function(n,e,r,t,o,i,a,c,s){for(var u=s,f=0;f<document.scripts.length;f++)if(document.scripts[f].src.indexOf(i)>-1){u&&"no"===document.scripts[f].getAttribute("data-lazy")&&(u=!1);break}var p=[];function l(n){return"e"in n}function d(n){return"p"in n}function _(n){return"f"in n}var v=[];function y(n){u&&(l(n)||d(n)||_(n)&&n.f.indexOf("capture")>-1||_(n)&&n.f.indexOf("showReportDialog")>-1)&&L(),v.push(n)}function h(){y({e:[].slice.call(arguments)})}function g(n){y({p:n})}function E(){try{n.SENTRY_SDK_SOURCE="loader";var e=n[o],i=e.init;e.init=function(o){n.removeEventListener(r,h),n.removeEventListener(t,g);var a=c;for(var s in o)Object.prototype.hasOwnProperty.call(o,s)&&(a[s]=o[s]);!function(n,e){var r=n.integrations||[];if(!Array.isArray(r))return;var t=r.map((function(n){return n.name}));n.tracesSampleRate&&-1===t.indexOf("BrowserTracing")&&(e.browserTracingIntegration?r.push(e.browserTracingIntegration({enableInp:!0})):e.BrowserTracing&&r.push(new e.BrowserTracing));(n.replaysSessionSampleRate||n.replaysOnErrorSampleRate)&&-1===t.indexOf("Replay")&&(e.replayIntegration?r.push(e.replayIntegration()):e.Replay&&r.push(new e.Replay));n.integrations=r}(a,e),i(a)},setTimeout((function(){return function(e){try{"function"==typeof n.sentryOnLoad&&(n.sentryOnLoad(),n.sentryOnLoad=void 0)}catch(n){console.error("Error while calling `sentryOnLoad` handler:"),console.error(n)}try{for(var r=0;r<p.length;r++)"function"==typeof p[r]&&p[r]();p.splice(0);for(r=0;r<v.length;r++){_(i=v[r])&&"init"===i.f&&e.init.apply(e,i.a)}m()||e.init();var t=n.onerror,o=n.onunhandledrejection;for(r=0;r<v.length;r++){var i;if(_(i=v[r])){if("init"===i.f)continue;e[i.f].apply(e,i.a)}else l(i)&&t?t.apply(n,i.e):d(i)&&o&&o.apply(n,[i.p])}}catch(n){console.error(n)}}(e)}))}catch(n){console.error(n)}}var O=!1;function L(){if(!O){O=!0;var n=e.scripts[0],r=e.createElement("script");r.src=a,r.crossOrigin="anonymous",r.addEventListener("load",E,{once:!0,passive:!0}),n.parentNode.insertBefore(r,n)}}function m(){var e=n.__SENTRY__,r=void 0!==e&&e.version;return r?!!e[r]:!(void 0===e||!e.hub||!e.hub.getClient())}n[o]=n[o]||{},n[o].onLoad=function(n){m()?n():p.push(n)},n[o].forceLoad=function(){setTimeout((function(){L()}))},["init","addBreadcrumb","captureMessage","captureException","captureEvent","configureScope","withScope","showReportDialog"].forEach((function(e){n[o][e]=function(){y({f:e,a:arguments})}})),n.addEventListener(r,h),n.addEventListener(t,g),u||setTimeout((function(){L()}))}(window,document,"error","unhandledrejection","Sentry",'605a7baede844d278b89dc95ae0a9123','https://browser.sentry-cdn.com/7.120.3/bundle.tracing.es5.min.js',{"dsn":"https://605a7baede844d278b89dc95ae0a9123@sentry-next.wixpress.com/68","tracesSampleRate":1},true);
</script>
<!-- Sentry's makeMultiplexedTransport -->
<script>
!function(n){var r={},t=function(){return t=Object.assign||function(n){for(var r,t=1,e=arguments.length;t<e;t++)for(var o in r=arguments[t])Object.prototype.hasOwnProperty.call(r,o)&&(n[o]=r[o]);return n},t.apply(this,arguments)};function e(n,r,t,e){return new(t||(t=Promise))((function(o,i){function u(n){try{f(e.next(n))}catch(n){i(n)}}function c(n){try{f(e.throw(n))}catch(n){i(n)}}function f(n){var r;n.done?o(n.value):(r=n.value,r instanceof t?r:new t((function(n){n(r)}))).then(u,c)}f((e=e.apply(n,r||[])).next())}))}function o(n,r){var t,e,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function c(c){return function(f){return function(c){if(t)throw new TypeError("Generator is already executing.");for(;i&&(i=0,c[0]&&(u=0)),u;)try{if(t=1,e&&(o=2&c[0]?e.return:c[0]?e.throw||((o=e.return)&&o.call(e),0):e.next)&&!(o=o.call(e,c[1])).done)return o;switch(e=0,o&&(c=[2&c[0],o.value]),c[0]){case 0:case 1:o=c;break;case 4:return u.label++,{value:c[1],done:!1};case 5:u.label++,e=c[1],c=[0];continue;case 7:c=u.ops.pop(),u.trys.pop();continue;default:if(!(o=u.trys,(o=o.length>0&&o[o.length-1])||6!==c[0]&&2!==c[0])){u=0;continue}if(3===c[0]&&(!o||c[1]>o[0]&&c[1]<o[3])){u.label=c[1];break}if(6===c[0]&&u.label<o[1]){u.label=o[1],o=c;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(c);break}o[2]&&u.ops.pop(),u.trys.pop();continue}c=r.call(n,u)}catch(n){c=[6,n],e=0}finally{t=o=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,f])}}}function i(n){var r="function"==typeof Symbol&&Symbol.iterator,t=r&&n[r],e=0;if(t)return t.call(n);if(n&&"number"==typeof n.length)return{next:function(){return n&&e>=n.length&&(n=void 0),{value:n&&n[e++],done:!n}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}function u(n,r){var t="function"==typeof Symbol&&n[Symbol.iterator];if(!t)return n;var e,o,i=t.call(n),u=[];try{for(;(void 0===r||r-- >0)&&!(e=i.next()).done;)u.push(e.value)}catch(n){o={error:n}}finally{try{e&&!e.done&&(t=i.return)&&t.call(i)}finally{if(o)throw o.error}}return u}function c(n){return n&&n.Math==Math?n:void 0}var f="object"==typeof globalThis&&c(globalThis)||"object"==typeof window&&c(window)||"object"==typeof self&&c(self)||"object"==typeof global&&c(global)||function(){return this}()||{},a={};var s=/^(?:(\w+):)\/\/(?:(\w+)(?::(\w+)?)?@)([\w.-]+)(?::(\d+))?\/(.+)/;function v(n){var r=s.exec(n);if(r){var t,e=u(r.slice(1),6),o=e[0],i=e[1],c=e[2],v=void 0===c?"":c,l=e[3],y=e[4],d=void 0===y?"":y,p="",h=e[5],b=h.split("/");if(b.length>1&&(p=b.slice(0,-1).join("/"),h=b.pop()),h){var w=h.match(/^\d+/);w&&(h=w[0])}return{protocol:(t={host:l,pass:v,path:p,projectId:h,port:d,protocol:o,publicKey:i}).protocol,publicKey:t.publicKey||"",pass:t.pass||"",host:t.host,port:t.port||"",path:t.path||"",projectId:t.projectId}}!function(n){if(!("console"in f))return n();var r=f.console,t={},e=Object.keys(a);e.forEach((function(n){var e=a[n];t[n]=r[n],r[n]=e}));try{n()}finally{e.forEach((function(n){r[n]=t[n]}))}}((function(){console.error("Invalid Sentry Dsn: ".concat(n))}))}function l(n,r){return e=t({sentry_key:n.publicKey,sentry_version:"7"},r&&{sentry_client:"".concat(r.name,"/").concat(r.version)}),Object.keys(e).map((function(n){return"".concat(encodeURIComponent(n),"=").concat(encodeURIComponent(e[n]))})).join("&");var e}function y(n,r){var t;return function(n,r){var t,e,o=n[1];try{for(var u=i(o),c=u.next();!c.done;c=u.next()){var f=c.value;if(r(f,f[0].type))return!0}}catch(n){t={error:n}}finally{try{c&&!c.done&&(e=u.return)&&e.call(u)}finally{if(t)throw t.error}}}(n,(function(n,e){return r.includes(e)&&(t=Array.isArray(n)?n[1]:void 0),!!t})),t}for(var d in r.makeMultiplexedTransport=function(n,r){return function(c){var f=n(c),a=new Map;function s(r,i){var u=i?"".concat(r,":").concat(i):r,f=a.get(u);if(!f){var s=v(r);if(!s)return;var d=function(n,r){void 0===r&&(r={});var t="string"==typeof r?r:r.tunnel,e="string"!=typeof r&&r.t?r.t.sdk:void 0;return t||"".concat(function(n){return"".concat(function(n){var r=n.protocol?"".concat(n.protocol,":"):"",t=n.port?":".concat(n.port):"";return"".concat(r,"//").concat(n.host).concat(t).concat(n.path?"/".concat(n.path):"","/api/")}(n)).concat(n.projectId,"/envelope/")}(n),"?").concat(l(n,e))}(s,c.tunnel);f=i?function(n,r){var i=this;return function(u){var c=n(u);return t(t({},c),{send:function(n){return e(i,void 0,void 0,(function(){var t;return o(this,(function(e){return(t=y(n,["event","transaction","profile","replay_event"]))&&(t.release=r),[2,c.send(n)]}))}))}})}}(n,i)(t(t({},c),{url:d})):n(t(t({},c),{url:d})),a.set(u,f)}return[r,f]}return{send:function(n){return e(this,void 0,void 0,(function(){function e(r){var t=r&&r.length?r:["event"];return y(n,t)}var i;return o(this,(function(o){switch(o.label){case 0:return 0===(i=r({envelope:n,getEvent:e}).map((function(n){return"string"==typeof n?s(n,void 0):s(n.dsn,n.release)})).filter((function(n){return!!n}))).length&&i.push(["",f]),[4,Promise.all(i.map((function(r){var e=u(r,2),o=e[0];return e[1].send(function(n,r){return e=r?t(t({},n[0]),{dsn:r}):n[0],void 0===(o=n[1])&&(o=[]),[e,o];var e,o}(n,o))})))];case 1:return[2,o.sent()[0]]}}))}))},flush:function(n){return e(this,void 0,void 0,(function(){var r,t,e,c,s,v,l,y,d,p;return o(this,(function(o){switch(o.label){case 0:return[4,f.flush(n)];case 1:r=[o.sent()],o.label=2;case 2:o.trys.push([2,7,8,9]),t=i(a),e=t.next(),o.label=3;case 3:return e.done?[3,6]:(c=u(e.value,2),s=c[1],l=(v=r).push,[4,s.flush(n)]);case 4:l.apply(v,[o.sent()]),o.label=5;case 5:return e=t.next(),[3,3];case 6:return[3,9];case 7:return y=o.sent(),d={error:y},[3,9];case 8:try{e&&!e.done&&(p=t.return)&&p.call(t)}finally{if(d)throw d.error}return[7];case 9:return[2,r.every((function(n){return n}))]}}))}))}}}},n.Sentry=n.Sentry||{},n.Sentry.Integrations=n.Sentry.Integrations||{},r)Object.prototype.hasOwnProperty.call(r,d)&&(n.Sentry.Integrations[d]=r[d],n.Sentry[d]=r[d])}(window);
</script>
<!-- Sentry's moduleMetadataIntegration -->
<script src="https://browser.sentry-cdn.com/7.120.3/modulemetadata.es5.min.js" crossorigin="anonymous" async></script>
<script>
window.resolveExternalsRegistryPromise = null
const externalRegistryPromise = new Promise((r) => window.resolveExternalsRegistryPromise = r)
window.resolveExternalsRegistryModule = (name) => externalRegistryPromise.then(() => window.externalsRegistry[name].onload())
</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/externals-registry.inline.2c3a9b6e.bundle.min.js">(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["7101"],{78635(){window.__imageClientApi__=window.__imageClientApi__||{sdk:{}};let{lodash:e,react:o,reactDOM:n,imageClientApi:d,clientSdk:a}=window.externalsRegistry={lodash:{},react:{},reactDOM:{},imageClientApi:{},clientSdk:{}};d.loaded=new Promise(e=>{d.onload=e}),e.loaded=new Promise(o=>{e.onload=o}),a.loaded=new Promise(e=>{a.onload=e}),window.ReactDOM||(window.reactDOMReference=window.ReactDOM={loading:!0}),n.loaded=new Promise(e=>{n.onload=()=>{Object.assign(window.reactDOMReference||{},window.ReactDOM,{loading:!1}),e()}}),window.React||(window.reactReference=window.React={loading:!0}),o.loaded=new Promise(e=>{o.onload=()=>{Object.assign(window.reactReference||{},window.React,{loading:!1}),e()}}),window.reactAndReactDOMLoaded=Promise.all([o.loaded,n.loaded]),window.resolveExternalsRegistryPromise()}},function(e){e(e.s=78635)}]);
//# sourceMappingURL=externals-registry.inline.2c3a9b6e.bundle.min.js.map</script>
<!-- Add the rest of the ViewerModel -->
<script type="application/json" id="wix-viewer-model">{"siteAssetsTestModuleVersion":"1.334.0","requestUrl":"https:\/\/www.cecilegiornelli.com\/","siteFeatures":["accessibilityBrowserZoom","accessibility","appMonitoring","assetsLoader","businessLogger","captcha","clickHandlerRegistrar","clientSdk","commonConfig","componentsLoader","componentsRegistry","consentPolicy","customCss","cyclicTabbing","domSelectors","domStore","dynamicPages","environmentWixCodeSdk","environment","externalServices","lightbox","locationWixCodeSdk","mpaNavigation","navigationManager","navigationPhases","ooi","pages","panorama","renderer","reporter","routerFetch","router","scrollRestoration","seoWixCodeSdk","seo","sessionManager","siteMembersWixCodeSdk","siteMembers","siteScrollBlocker","siteWixCodeSdk","speculationRules","ssrCache","stores","structureApi","thunderboltInitializer","tpaCommons","translations","usedPlatformApis","warmupData","windowMessageRegistrar","windowWixCodeSdk","wixCustomElementComponent","wixEmbedsApi","componentsReact","platform"],"site":{"metaSiteId":"ce1e3023-356d-4b0f-a95b-2af4b105352a","userId":"9b78c169-800e-47f8-823c-96cddc91102e","siteId":"73757347-0c7e-4d80-942c-b3cd41d9073c","externalBaseUrl":"https:\/\/www.cecilegiornelli.com","siteRevision":1739,"siteType":"UGC","dc":"ireland-pub","isResponsive":true,"editorName":"Studio","sessionId":"1731dda8-f402-45c2-be4d-b0645b9aa0c8","isSEO":false,"appNameForBiEvents":"wix-studio"},"isMobileDevice":false,"viewMode":"desktop","formFactor":"desktop","deviceInfo":{"deviceClass":"Desktop"},"media":{"staticMediaUrl":"https:\/\/static.wixstatic.com\/media","mediaRootUrl":"https:\/\/static.wixstatic.com\/","staticVideoUrl":"https:\/\/video.wixstatic.com\/"},"language":{"userLanguage":"fr","userLanguageResolutionMethod":"QueryParam","siteLanguage":"fr","isMultilingualEnabled":false,"directionByLanguage":"ltr"},"mode":{"qa":false,"enableTestApi":false,"debug":false,"ssrIndicator":false,"ssrOnly":false,"siteAssetsFallback":"enable","versionIndicator":false},"siteFeaturesConfigs":{"accessibilityBrowserZoom":{"isBuilder":false,"isStudio":true},"appMonitoring":{"appsWithMonitoring":[{"appId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"monitoringComponent":{"monitoring":{"type":"PANORAMA","panoramaOptions":{"project":{"groupId":"com.wixpress","artifactId":"abandoned-carts-bm","fingerprint":"909b259b270821e3e228d7e504707c813c4cc1c542858c1ae0eee6fa"}}}}},{"appId":"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9","isWixTPA":true,"monitoringComponent":{"monitoring":{"type":"PANORAMA","panoramaOptions":{"project":{"groupId":"com.wixpress.npm","artifactId":"members-area-components","fingerprint":"7400066558f9747f393e29c58bf7d8196c3b9837cf60739ee7580491"}}}}},{"appId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","isWixTPA":true,"monitoringComponent":{"monitoring":{"type":"PANORAMA","panoramaOptions":{"project":{"groupId":"com.wixpress","artifactId":"instagram-builder-cli","fingerprint":"7a1da8f33b0e05f4985df7fc88493afe64e3c2ae3cf013af3824f00d"}}}}}]},"assetsLoader":{"isStylableComponentInStructure":true,"hasBuilderComponents":false},"businessLogger":{"isBuilderComponentModel":false},"clientSdk":{"appDefinitionIds":["56d7c59c-771d-4a8e-8910-3915efd21dd4"]},"componentsRegistry":{"librariesTopology":[{"artifactId":"editor-elements","namespace":"wixui","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14949.0"},{"artifactId":"editor-elements","namespace":"dsgnsys","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14949.0"}]},"consentPolicy":{"isWixSite":false,"isBuilderComponentModel":false},"customCss":{"gridAppId":"","appsWithCustomCss":{"a0c68605-c2e7-4c8d-9ea1-767f9770e087":{"gridId":"1f3cdaf3-1ef1-491b-8743-1894bb51257c","filePath":"styles\/widget.css"}},"baseUrl":"https:\/\/www.cecilegiornelli.com"},"cyclicTabbing":{"isBuilderComponentModel":false},"dataWixCodeSdk":{"gridAppId":"66a728bf-53b0-4653-9ee8-752ac1a51d40","environment":"LIVE","cloudDataUrlWithExternalBase":"https:\/\/www.cecilegiornelli.com\/_api\/cloud-data"},"dynamicPages":{"prefixToRouterFetchData":{"category":{"urlData":{"basePath":"https:\/\/www.cecilegiornelli.com\/_serverless\/wixstores-tpa-router","queryParams":"viewMode=site","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","fetchUsingGet":false,"compressPayload":false,"encodeURI":true},"optionsData":{"bodyData":{"pageRoles":{"category":{"id":"tt0oy","title":"Page de catégorie","pageUriSEO":"category-page"}},"routerPrefix":"\/category","config":{},"roleVariations":{}},"headers":{"Content-Type":"application\/json","X-XSRF-TOKEN":""}},"wixCodeAppDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762"}},"routerPagesSeoToIdMap":{"category-page":"tt0oy"},"externalBaseUrl":"https:\/\/www.cecilegiornelli.com"},"editorWixCodeSdk":{"isBuilderComponentModel":false},"elementorySupportWixCodeSdk":{"baseUrl":"https:\/\/www.cecilegiornelli.com\/_api\/wix-code-public-dispatcher-ng\/siteview","relativePath":"\/\/_api\/wix-code-public-dispatcher-ng\/siteview","gridAppId":"66a728bf-53b0-4653-9ee8-752ac1a51d40","viewMode":"site","siteRevision":1739},"environmentWixCodeSdk":{},"environment":{"editorType":"","domain":"cecilegiornelli.com","previewMode":false,"isBuilderComponentModel":false},"fedopsWixCodeSdk":{"isWixSite":false,"shouldReportFedops":false},"lightbox":{"prefixToRouterFetchData":{"category":{"urlData":{"basePath":"https:\/\/www.cecilegiornelli.com\/_serverless\/wixstores-tpa-router","queryParams":"viewMode=site","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","fetchUsingGet":false,"compressPayload":false,"encodeURI":true},"optionsData":{"bodyData":{"pageRoles":{"category":{"id":"tt0oy","title":"Page de catégorie","pageUriSEO":"category-page"}},"routerPrefix":"\/category","config":{},"roleVariations":{}},"headers":{"Content-Type":"application\/json","X-XSRF-TOKEN":""}},"wixCodeAppDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762"}},"pageIdToPrefix":{"tt0oy":"category"},"isBuilderComponentModel":false},"locationWixCodeSdk":{"routersConfigMap":{"routers-mdr9r6n0":{"prefix":"category","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","config":"{}","group":"","pages":{"category":"tt0oy"},"roleVariations":{}}},"urlMappings":null},"mpaNavigation":{"forceMpaNavigation":false,"isRunningInDifferentSiteContext":false,"hasFeedbackQueryParam":false},"ooiTpaSharedConfig":{"imageSpriteUrl":"https:\/\/static.parastorage.com\/services\/santa-resources\/resources\/viewer\/editorUI\/fonts.v19.png","wixStaticFontsLinks":["https:\/\/static.parastorage.com\/services\/fonts-data\/dist\/fonts.hz267ac7fkkfb3a18o8z.css","https:\/\/static.parastorage.com\/services\/fonts-data\/dist\/wixMadefor.j95mkaziqjnrn77aekr8.css","https:\/\/static.parastorage.com\/services\/fonts-data\/dist\/google.kuw5gk7jh0nwy00zmif1.css"]},"ooi":{"ooiComponentsData":{"144097ea-fea0-498e-ade7-e6de40127106":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wix-vod-widget\/1.4604.0\/WixVideoViewerWidget.bundle.min.js","widgetId":"144097ea-fea0-498e-ade7-e6de40127106","noCssComponentUrl":"","staticBaseUrl":"https:\/\/vod-server.wix.com\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"13a94f09-2766-3c40-4a32-8edb5acdd8bc":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.4206.0\/ProductPageViewerWidget.bundle.min.js","widgetId":"13a94f09-2766-3c40-4a32-8edb5acdd8bc","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"49dbb2d9-d9e5-4605-a147-e926605bf164":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/SideCartViewerWidget.bundle.min.js","widgetId":"49dbb2d9-d9e5-4605-a147-e926605bf164","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/SideCartViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14666402-0bc7-b763-e875-e99840d131bd":{"sentryDsn":"https:\/\/8c4075d5481d476e945486754f783364@sentry.io\/1865790","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1496.0\/addToCart.bundle.min.js","widgetId":"14666402-0bc7-b763-e875-e99840d131bd","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"a63a5215-8aa6-42af-96b1-583bfd74cff5":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/WishlistViewerWidget.bundle.min.js","widgetId":"a63a5215-8aa6-42af-96b1-583bfd74cff5","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"13afb094-84f9-739f-44fd-78d036adb028":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/GridGalleryViewerWidget.bundle.min.js","widgetId":"13afb094-84f9-739f-44fd-78d036adb028","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"1380bbab-4da3-36b0-efb4-2e0599971d14":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/cartViewerWidget.bundle.min.js","widgetId":"1380bbab-4da3-36b0-efb4-2e0599971d14","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/cartViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/SliderGalleryViewerWidget.bundle.min.js","widgetId":"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"1380bbb4-8df0-fd38-a235-88821cf3f8a4":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPageViewerWidget.bundle.min.js","widgetId":"1380bbb4-8df0-fd38-a235-88821cf3f8a4","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPageViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"1380bba0-253e-a800-a235-88821cf3f8a4":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/GridGalleryViewerWidget.bundle.min.js","widgetId":"1380bba0-253e-a800-a235-88821cf3f8a4","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"1380bbc4-1485-9d44-4616-92e36b1ead6b":{"componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-cart-icon\/1.2228.0\/CartIconViewerWidget.bundle.min.js","widgetId":"1380bbc4-1485-9d44-4616-92e36b1ead6b","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"244576c9-d856-49b9-af14-216071924e3b":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/SearchModalGalleryViewerWidget.bundle.min.js","widgetId":"244576c9-d856-49b9-af14-216071924e3b","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"abcd87fe-c51f-4538-848d-2902a2f50d2d":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/SearchResultsPageGalleryViewerWidget.bundle.min.js","widgetId":"abcd87fe-c51f-4538-848d-2902a2f50d2d","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"4425f8e8-51fb-457b-9123-fdb7b1cef94a":{"componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6787.0\/PaymentRequestViewerWidget.bundle.min.js","widgetId":"4425f8e8-51fb-457b-9123-fdb7b1cef94a","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"bda15dc1-816d-4ff3-8dcb-1172d5343cce":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/CategoryPageViewerWidget.bundle.min.js","widgetId":"bda15dc1-816d-4ff3-8dcb-1172d5343cce","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/CategoryPageViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14fd5970-8072-c276-1246-058b79e70c1a":{"componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6787.0\/CheckoutViewerWidget.bundle.min.js","widgetId":"14fd5970-8072-c276-1246-058b79e70c1a","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6787.0\/CheckoutViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"13ec3e79-e668-cc0c-2d48-e99d53a213dd":{"componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.2052.0\/productWidget.bundle.min.js","widgetId":"13ec3e79-e668-cc0c-2d48-e99d53a213dd","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"deaaaab0-f5bd-4b7a-a652-3845efcb546a":{"componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6787.0\/BundleBundleViewerWidget.bundle.min.js","widgetId":"deaaaab0-f5bd-4b7a-a652-3845efcb546a","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"54fb025c-61dc-4286-87c7-0ac416c58744":{"componentUrl":"https:\/\/static.parastorage.com\/services\/express-checkout-widget-ooi\/1.168.0\/ExpressCheckoutWidgetViewerWidget.bundle.min.js","widgetId":"54fb025c-61dc-4286-87c7-0ac416c58744","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/express-checkout-widget-ooi\/1.168.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"f6aa0c93-74ae-415c-a5e3-1bfc7c747bf4":{"componentUrl":"https:\/\/static.parastorage.com\/services\/payment-methods-banner-ooi\/1.2056.0\/PaymentMethodsBannerWidgetViewerWidget.bundle.min.js","widgetId":"f6aa0c93-74ae-415c-a5e3-1bfc7c747bf4","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/payment-methods-banner-ooi\/1.2056.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"14dd1af6-3e02-63db-0ef2-72fbc7cc3136":{"componentUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/MyAccountViewerWidget.bundle.min.js","widgetId":"14dd1af6-3e02-63db-0ef2-72fbc7cc3136","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"6467c15e-af3c-4e8d-b167-41bfb8efc32a":{"sentryDsn":"https:\/\/9a65e97ebe8141fca0c4fd686f70996b@sentry.wixpress.com\/5894","componentUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/MyWalletViewerWidget.bundle.min.js","widgetId":"6467c15e-af3c-4e8d-b167-41bfb8efc32a","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"371ee199-389c-4a93-849e-e35b8a15b7ca":{"sentryDsn":"https:\/\/18d2f96d279149989b95faf0a4b41882@sentry-next.wixpress.com\/1784","componentUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2413.0\/FormViewerWidget.bundle.min.js","widgetId":"371ee199-389c-4a93-849e-e35b8a15b7ca","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2413.0\/FormViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2413.0","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"0daa3702-0e20-48ca-ba15-ad380e00e6b6":{"sentryDsn":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/PaymentPageViewerWidget.bundle.min.js","widgetId":"0daa3702-0e20-48ca-ba15-ad380e00e6b6","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/PaymentPageViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"0e9aad02-e5a7-45f3-8b8e-a842a5e99be3":{"sentryDsn":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ParticipantPageViewerWidget.bundle.min.js","widgetId":"0e9aad02-e5a7-45f3-8b8e-a842a5e99be3","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ParticipantPageViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"847c2f5d-017f-499f-9c3e-069164fc116f":{"sentryDsn":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesPageViewerWidget.bundle.min.js","widgetId":"847c2f5d-017f-499f-9c3e-069164fc116f","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesPageViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"a159b4d2-831b-410c-9e77-ec3f40c9cace":{"sentryDsn":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ThankYouPageViewerWidget.bundle.min.js","widgetId":"a159b4d2-831b-410c-9e77-ec3f40c9cace","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ThankYouPageViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"ef4e59bd-625a-484e-9ba1-650d4aecf03b":{"sentryDsn":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesListViewerWidget.bundle.min.js","widgetId":"ef4e59bd-625a-484e-9ba1-650d4aecf03b","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"c88902a1-7fbf-4ff1-b19a-af39c48bc740":{"sentryDsn":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/MyProgramsViewerWidget.bundle.min.js","widgetId":"c88902a1-7fbf-4ff1-b19a-af39c48bc740","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"20dcd94b-f847-4e24-b3f2-0d3894593f7a":{"sentryDsn":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesListPageViewerWidget.bundle.min.js","widgetId":"20dcd94b-f847-4e24-b3f2-0d3894593f7a","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesListPageViewerWidgetNoCss.bundle.min.js","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/","isLoadable":true,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"14c92de1-0e02-cbe5-98e9-c3de44d63a55":{"sentryDsn":"https:\/\/79baaa8e09c746d2b7401643b99792e0@sentry.wixpress.com\/6001","componentUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/FaqOoiViewerWidget.bundle.min.js","widgetId":"14c92de1-0e02-cbe5-98e9-c3de44d63a55","noCssComponentUrl":"","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":true,"isModuleFederated":false},"542b69cc-897a-422b-a163-71f3de43fa52":{"sentryDsn":"https:\/\/8c30b2581acc426badc414e8a5dc04ef@sentry.wixpress.com\/2193","componentUrl":"https:\/\/static.parastorage.com\/services\/pay-button\/1.1785.0\/PayButtonViewerWidget.bundle.min.js","widgetId":"542b69cc-897a-422b-a163-71f3de43fa52","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/pay-button\/1.1785.0\/","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"31aadcb0-9add-42cb-9b21-72f41e91389b":{"sentryDsn":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","componentUrl":"https:\/\/empty","widgetId":"31aadcb0-9add-42cb-9b21-72f41e91389b","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2450.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b":{"sentryDsn":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","componentUrl":"https:\/\/empty","widgetId":"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b","noCssComponentUrl":"","staticBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2450.0","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false},"142bb34d-3439-576a-7118-683e690a1e0d":{"sentryDsn":"https:\/\/8eb368c655b84e029ed79ad7a5c1718e@sentry.wixpress.com\/3427","componentUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/WixProGalleryViewerWidget.bundle.min.js","widgetId":"142bb34d-3439-576a-7118-683e690a1e0d","noCssComponentUrl":"","isLoadable":false,"isServerBundled":false,"loadStaticCssWithLink":false,"isModuleFederated":false}},"viewMode":"Site","formFactor":"Desktop","blogMobileComponentUrl":"undefinedfeed-page-mobile-viewer.bundle.min.js"},"renderer":{"disabledComponents":{},"isBuilderComponentModel":false},"reporter":{"userId":"9b78c169-800e-47f8-823c-96cddc91102e","metaSiteId":"ce1e3023-356d-4b0f-a95b-2af4b105352a","isPremium":true,"isFBServerEventsAppProvisioned":false,"dynamicPagesIds":["tt0oy"]},"routerFetch":{"externalBaseUrl":"https:\/\/www.cecilegiornelli.com","viewMode":"desktop"},"router":{"baseUrl":"https:\/\/www.cecilegiornelli.com","mainPageId":"wffbg","pagesMap":{"en3az":{"pageId":"en3az","title":"Fullscreen Page","pageUriSEO":"fullscreen-page","pageJsonFileName":"9b78c1_ba38ef28db1aff9559f3980e19e6e258_1723"},"slssx":{"pageId":"slssx","title":"CGV","pageUriSEO":"cgv","pageJsonFileName":"9b78c1_341cf17a92165ecd5679bf87de1d315e_1738"},"tedyw":{"pageId":"tedyw","title":"Page d'article","pageUriSEO":"product-page","pageJsonFileName":"9b78c1_88c9d45ae935693b2f46554c780d20d4_1723"},"wffbg":{"pageId":"wffbg","title":"Accueil","pageUriSEO":"blank-7-1","pageJsonFileName":"9b78c1_6a46fb4a74910fa88a8b421294b492e1_1738"},"ext4j":{"pageId":"ext4j","title":"Mentions légales","pageUriSEO":"mentions-legales","pageJsonFileName":"9b78c1_40c75eb8bafb9e1a6a7ae6738445a769_1738"},"wlhry":{"pageId":"wlhry","title":"À propos","pageUriSEO":"a-propos","pageJsonFileName":"9b78c1_c2979a2213f0cb5c336639bf2a3ad456_1738"},"dnxd8":{"pageId":"dnxd8","title":"Page panier","pageUriSEO":"cart-page","pageJsonFileName":"9b78c1_930a69fc6fd1823023e11869abed40fb_1723"},"oymwp":{"pageId":"oymwp","title":"Payment Page","pageUriSEO":"challenge-payment","pageJsonFileName":"9b78c1_2c11a37c015e0100c87e9c0a67a371ba_1723"},"yiewj":{"pageId":"yiewj","title":"Visitor Page","pageUriSEO":"challenge-page","pageJsonFileName":"9b78c1_99470877b1dbb8490181a359cfde839c_1723"},"hzlv4":{"pageId":"hzlv4","title":"Se Former","pageUriSEO":"se-former","pageJsonFileName":"9b78c1_c453ce500f0b37e1a840161e0aa997dd_1738"},"cx5vv":{"pageId":"cx5vv","title":"Participant Page","pageUriSEO":"participant-page","pageJsonFileName":"9b78c1_de9213ae588390245be5feeee18f1262_1723"},"ejnfy":{"pageId":"ejnfy","title":"Panier latéral","pageUriSEO":"popup-ejnfy","pageJsonFileName":"9b78c1_f4b96a4099ecf405d404b4e32e4c083d_1723"},"gwyof":{"pageId":"gwyof","title":"Page de remerciement","pageUriSEO":"challenge-thanks","pageJsonFileName":"9b78c1_42bba48585b40567752cfb8e2d1cf84f_1723"},"psqzi":{"pageId":"psqzi","title":"Protocoles Fight Week","pageUriSEO":"protocoles-fight-week","pageJsonFileName":"9b78c1_3ea02c1ef40ccf9650c9a8da561af887_1738"},"iaqgs":{"pageId":"iaqgs","title":"Les champions","pageUriSEO":"champions","pageJsonFileName":"9b78c1_6920a8efba504cb4b8131e444e515ffb_1738"},"gk0gi":{"pageId":"gk0gi","title":"Paiement","pageUriSEO":"checkout","pageJsonFileName":"9b78c1_a69cb49da9d8510fdf0aae34e9ee8d02_1723"},"tdh7e":{"pageId":"tdh7e","title":"Modules de formation","pageUriSEO":"challenges","pageJsonFileName":"9b78c1_01dae1684f1220f1dd685a0a43160cbb_1723"},"vzrs4":{"pageId":"vzrs4","title":"Stratégie alimentaire","pageUriSEO":"strategie-alimentaire","pageJsonFileName":"9b78c1_3e796ec10be10a8fc8d9b7e5a9e622fb_1735"},"p0oxn":{"pageId":"p0oxn","title":"Page de remerciement","pageUriSEO":"thank-you-page","pageJsonFileName":"9b78c1_6d70211b7bdf9702126993af58244638_1723"},"yebol":{"pageId":"yebol","title":"Média \/ presse","pageUriSEO":"media","pageJsonFileName":"9b78c1_e17f6cdc43e34683ec3c1becb956a541_1738"},"tt0oy":{"pageId":"tt0oy","title":"Page de catégorie","pageUriSEO":"category-page","pageJsonFileName":"9b78c1_5a2f73c40ea29ce75a660f60aff8bf0e_1723"},"bgbjs":{"pageId":"bgbjs","title":"Contact","pageUriSEO":"contact","pageJsonFileName":"9b78c1_ba3b75078e4e772d95d91ef688043434_1738"}},"disableStaticPagesUrlHierarchy":false,"routes":{".\/fullscreen-page":{"type":"Static","pageId":"en3az"},".\/cgv":{"type":"Static","pageId":"slssx"},".\/product-page":{"type":"Static","pageId":"tedyw"},".\/blank-7-1":{"type":"Static","pageId":"wffbg"},".\/mentions-legales":{"type":"Static","pageId":"ext4j"},".\/a-propos":{"type":"Static","pageId":"wlhry"},".\/cart-page":{"type":"Static","pageId":"dnxd8"},".\/challenge-payment":{"type":"Static","pageId":"oymwp"},".\/challenge-page":{"type":"Static","pageId":"yiewj"},".\/se-former":{"type":"Static","pageId":"hzlv4"},".\/participant-page":{"type":"Static","pageId":"cx5vv"},".\/popup-ejnfy":{"type":"Static","pageId":"ejnfy"},".\/challenge-thanks":{"type":"Static","pageId":"gwyof"},".\/protocoles-fight-week":{"type":"Static","pageId":"psqzi"},".\/champions":{"type":"Static","pageId":"iaqgs"},".\/checkout":{"type":"Static","pageId":"gk0gi"},".\/challenges":{"type":"Static","pageId":"tdh7e"},".\/strategie-alimentaire":{"type":"Static","pageId":"vzrs4"},".\/thank-you-page":{"type":"Static","pageId":"p0oxn"},".\/media":{"type":"Static","pageId":"yebol"},".\/contact":{"type":"Static","pageId":"bgbjs"},".\/category":{"type":"Dynamic","pageIds":["tt0oy"]},".\/":{"type":"Static","pageId":"wffbg"}},"pageIdToPrefix":{"tt0oy":"category"},"isWixSite":false,"partialRouteMatchingAllowed":false,"isBuilderComponentModel":false},"searchWixCodeSdk":{"language":"fr"},"seo":{"context":{"siteName":"Cécile Giornelli","siteUrl":"https:\/\/www.cecilegiornelli.com","domain":"cecilegiornelli.com","indexSite":true,"defaultUrl":"https:\/\/www.cecilegiornelli.com\/","currLangIsOriginal":true,"siteOgImage":"https:\/\/static.wixstatic.com\/media\/9b78c1_4d032b144e554044b6acd8759622ad13%7Emv2.png","homePageTitle":"Accueil","businessName":"Cécile GIORNELLI","businesLocale":"fr-fr","businesLogo":"https:\/\/static.wixstatic.com\/media\/9b78c1_cb1e96325154407c8ce87c8dce2faee6~mv2.png","businessLocationCountry":"FR","businessLocationFormatted":"60 Rue Jean Jaurès, Champigny-sur-Marne, France","businesLocationsState":"IDF","businessLocationCity":"Champigny-sur-Marne","businesLocationsStreet":"Rue Jean Jaurès","businessLocationsStreetNumber":"60","businessPostalCode":"94500","businessLocationCoordinates":{"latitude":48.8144782,"longitude":2.5074479},"businessSchedule":{},"currency":"EUR","experiments":{"specs.seo.EnableFaqSD":"false","specs.seo.EnableOnlineProgramsVideoSD":"true","specs.seo.enableLangCheck":"true"},"platformAppsExperiments":{"225dd912-7dea-4738-8688-4b8c6955ffc2":{"specs.forms.LocalPhoneNumbers":"true","specs.form-app.AiFormAssistantTypingEffect":"false","specs.forms.MultilineAddressInTemplates":"true","specs.forms.FetchFormsInEditor":"false","specs.forms.SettingsButtonTextFormatting":"true","specs.forms.RemoveFalsyValues":"false","specs.forms.FixControllerActions":"true","specs.forms.WixServicesInstallation":"true","specs.forms.UseFieldsV2":"true","specs.forms.WdsOpacityColorPicker":"false","specs.bookings.BIFInstallOnlyMeetings":"false","specs.form-app.AiFormAssistantV2":"false","specs.forms.ImportFilesToMediaManagerExperiment":"true","specs.form-app.AiFormAssistantOptionsButtons":"true","specs.forms.EnableNewPhoneFieldValidation":"true","specs.forms.CreateFormFromPreset":"true","specs.bookings.InstallMeetingsForBIF":"false","specs.forms.EnablePhoneField":"true","specs.services.RemoveBookingsDependency":"true","specs.forms.SignatureFieldV2":"true","specs.forms.BoxlessTextStyles":"true","specs.forms.EnablePresetTab":"false"},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"specs.pro-gallery.displayPreset14":"true","specs.pro-gallery.removeUseOfCounterApi":"true","specs.pro-gallery.horizontalScrollAnimations":"true","specs.pro-gallery.useImageAvifFormat":"true","specs.pro-gallery.EnableAlbumsStorePremiumValidation":"true","specs.pro-gallery.removePgStoreTab":"true","specs.pro-gallery.backgroundDesignFullscreen":"true","specs.pro-gallery.useMotherSiteAppInstance":"true","specs.pro-gallery.addSEOVideoMetaTags":"false","specs.pro-gallery.enableMainLightroomSettingsButton":"true","specs.pro-gallery.displayPreset17":"false","specs.pro-gallery.slideTransition":"true","specs.proGallery.shouldShowNewPanels":"false","specs.pro-gallery.displayProGalleryPresets":"true","specs.pro-gallery.navigationArrowsDrawer":"true","specs.pro-gallery.horizontalTitlePlacementOptions":"true","specs.pro-gallery.artstoreShowDeprecationMessageInSettings":"false","specs.pro-gallery.navArrowsVericalPositionController":"true","specs.pro-gallery.enablePGRenderIndicator":"false","specs.pro-gallery.excludeFromWarmupData":"false","specs.pro-gallery.customNavigationArrows":"true","specs.pro-gallery.fixedGalleryRatio":"true","specs.pro-gallery.displayProGalleryNewPreset":"true","specs.pro-gallery.useReactionService":"true","specs.pro-gallery.textBoxWidthControllers":"true","specs.pro-gallery.allowOverlayGradient":"true","specs.pro-gallery.excludeFromLayoutFixer":"false","specs.pro-gallery.useIsInFirstFold":"false","specs.pro-gallery.dontRenderGalleryBelowFoldOnLoad":"false","specs.pro-gallery.enableLightroomSettingsButton":"true","specs.pro-gallery.displayPreset16":"true","specs.pro-gallery.displayProGallerySEOSettings":"false","specs.pro-gallery.imageEditing":"b","specs.pro-gallery.useWowImageRenderer":"false","specs.pro-gallery.useWarmupData":"true","specs.pro-gallery.enableFullResFeature":"true","specs.pro-gallery.slideAnimationDeck":"true","specs.pro-gallery.useReactPortalInArtStore":"true","specs.pro-gallery.blockOAP":"false","specs.pro-gallery.useServerBlueprints-viewer":"false","specs.pro-gallery.excludeFromThinLinesFix":"false","specs.pro-gallery.excludeFromHlsVideosOnIphone":"true","specs.pro-gallery.removeRoleApplication":"true","specs.pro-gallery.tryCentralizedConduction":"false","specs.pro-gallery.organizeMediaMultiTypes":"true","specs.pro-gallery.useServerBlueprints-preview":"false","specs.pro-gallery.displayPreset15":"true","specs.pro-gallery.enableVideoPlaceholder":"true","specs.pro-gallery.organizeMediaAltText":"b","specs.pro-gallery.overlayDesign":"true","specs.pro-gallery.shouldUseVirtualization":"true","specs.pro-gallery.disableImagePreload":"true","specs.pro-gallery.excludeFromPrerenderPerformance":"false","specs.pro-gallery.appSettings":"true"},"14409595-f076-4753-8303-9a86f9f71469":{"specs.vod.iosHlsJsOverrideNative":"true","specs.vod.VodWidgetNewSettingsResponsive":"false"},"b976560c-3122-4351-878f-453f337b7245":{"specs.profilePageBoB.EnablePageLoadErrorState":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersArea.RemoveAdditionOfGlobalControllerInV3":"true","specs.responsive-editor.NoMeasureInstall":"true","specs.membersAreaV2.SyncDataWithMenuItems":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.membersArea.SplitInstallation":"true","specs.profilePageBoB.EnableCSSIndicators":"true","specs.profilePageBoB.EnableCustomSausageBarConfig":"true","specs.membersArea.AddWidgetsPluginsResilience":"true","specs.membersArea.installedWidgetsFromRoutes":"true","specs.membersAreaV2.UseSyncDeleteActions":"true","specs.profilePageBoB.Enable404SeoStatusCode":"true","specs.membersArea.EnableSausageBar":"true","specs.profilePageBoB.EnableFFLightboxErrorState":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.profilePageBoB.UseNewErrorPageRedirectFlow":"false","specs.membersArea.EnableUnifiedManager":"true","specs.profilePageBoB.VerticalDeletionRemoveRefreshApp":"true","specs.membersAreaV2.fasterMemberFetching":"true","specs.membersArea.OptimizeViewedMemberRolesFetch":"true"},"1505b775-e885-eb1b-b665-1e485d9bf90e":{"specs.stores.UseLatestSubdivisionsClient":"true","specs.addresses.SupportBIForHIPPA":"true"},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"specs.ping.membersAreaUseNotificationsV2Api":"true","specs.membersArea.enableNotificationsOnV2":"true","specs.membersArea.addStandalonePageRoutesToPublicAppData":"true","specs.membersArea.useScalableDimensionsForLoginBarOnE3":"true","specs.membersArea.addNavigationIntentParams":"true","specs.membersArea.enableAppData":"true","specs.membersArea.normalizeMenuItemsLinkMetaData":"true"},"2936472a-a1ed-4ae5-9f71-614313a9f4e7":{"specs.ricos.newFormattingToolbar":"true","specs.programs.OOIReadPriceFromOrderService":"true","specs.programs.OOINileMigration":"true","specs.programs.ShowPaymentPageSettingsStudio":"true","specs.ricos.newVideoVerticalAndSocialModals":"true","specs.programs.OOIEnableUndoButton":"true","specs.programs.ButtonsUnderlineStyle":"true","specs.programs.OOIEnableAiChat":"true","specs.wixRicos.withWixStyles":"true","specs.programs.EnableBidirectionalAlignment":"true","specs.programs.UseAiAssistantChatOOI":"true","specs.programs.OOISettingsProgramsV3":"true","specs.ricos-server.resolveParentPagePath":"true","specs.programs.EnableFreeCouponNotificationOnCheckout":"true","specs.programs.OOIStyleBP":"true","specs.ricos.enablePages":"false","specs.challenges.OOICompleteAndNext":"false","specs.forms.FixControllerActions":"true","specs.ricos.removeUsmFromImageUrls":"true","specs.programs.OOIEnablePremium":"true","specs.programs.OOIShowMediaChoice":"false","specs.programs.OOIEnableCollapsibleSidebar":"true","specs.programs.OOIParticipantPageSeoMetaTags":"true","specs.programs.OOIParticipantPageCSSAlignment":"true","specs.programs.EnableParticipantPage":"true","specs.programs.MALeaveChallengeContent":"false","specs.challenges.OOIHideStartDateSelection":"true","specs.programs.EnableEditorCustomPageInfo":"true","specs.programs.hlsVersionOverride":"true","specs.ricos.fixedTabSize":"true","spec.programs.HandleCustomizedUrlSegments":"true","spec.programs.UseRceNext":"false","specs.programs.OOIEnableLinksAsBlank":"false","spec.programs.ProgramListSettingsRedesign":"true","spec.programs.RedirectToParticipantPage":"true","specs.program.EnableSocialShareInCompleteModal":"true","specs.programs.OOISkipMAInstallationUsers":"true","specs.programs.OOIEnableSettingsIndicators":"true","specs.ricos.encAutoImageUrls":"true","specs.ricos.tiptapEditor":"false","specs.programs.DisableSeekOnVideo":"true","specs.ricos.newSettingsModals":"true"},"dataBinding":{"specs.wixDataViewer.NewCoreImageStaticBinding":"false","specs.wixDataViewer.useGetForSchemaBulk":"false","specs.wixDataViewer.fetchOnlyConnectedFields":"true","specs.wixDataViewer.deferredIsDead":"true","specs.wixDataViewer.NewCoreFormatters":"false"},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"specs.UouSubscriptionServiceUseApiGatewayClient":"true","specs.membersArea.DoNotWaitInstallNavigation":"true","specs.membersArea.UseMembersNgApiUpdate":"false","specs.members.FollowersAudienceProvider":"false","specs.media.MediaManager3":"true","specs.membersArea.showCascadingIndicators":"true","specs.membersArea.HideMemberSortField":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersArea.CheckUserContributorPermissions":"true","specs.membersArea.CheckIsAppActiveBeforeInstallV1":"true","specs.membersArea.HandleMembersNgUpdateDomainEvents":"true","specs.membersArea.UseGetMyMemberInMemberHandler":"true","specs.membersArea.EnableMembersAreaContextCheck":"true","specs.profileCardOOI.ReorganizeActionButtons":"true","specs.membersArea.SplitCustomPageTranslations":"true","specs.membersArea.AddSuspendedFilter":"true","specs.membersfollow.ActivityCounters":"true","specs.profileCardOOI.TitleForAll":"true","specs.membersArea.ShowPageRedirectNote":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.ChangeLoginInfo":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.members.enableMuteMembersSkill":"true","specs.myAccount.UseNewSettings":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.badges.useBadgesV3":"true","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersArea.ShouldOpenPropertyInDevCenter":"false","specs.myAccount.EnablePhoneNumberValidation":"true","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.membersArea.EnableLoginBarComponentExtension":"true","specs.members.enableUpdateCustomFieldSkill":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.members.enableHideCustomFieldSkill":"true","specs.myAccount.EnableCSSIndicators":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersAreaV2.HidePermissionsPanelOnPrivateMA":"false","specs.myAccount.EnableDatePickerStyling":"true","specs.responsive-editor.NoMeasureInstall":"true","specs.members.enableDeleteCustomFieldSkill":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","specs.membersArea.UsePopoverDynamicPositioning":"true","specs.membersArea.MemberHandlerUseMembersNgApi":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.membersArea.UseIsPermittedOnAppData":"true","specs.membersArea.UseMembersNgApi":"true","specs.membersArea.ResolveMemberDuplication":"true","specs.membersArea.DoNotCreateTeamMember":"false","specs.membersArea.NotificationsIconFixerOnV2":"true","specs.myAccount.EnableHtmlTagSettings":"true","specs.membersArea.ConsumeMembersPiiExchangeDomainEvents":"true","specs.membersArea.handleMobileComponentsDeletion":"true","specs.membersArea.PrivateMemberIndicator":"false","specs.membersArea.ShowMoreMembersWithBadge":"false","specs.membersArea.AddRevisionField":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"true","specs.membersArea.AddManageMemberAccessAction":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV3MenuItems":"true","specs.ident.SiteMembersSocialDisclaimer":"true","specs.membersArea.UseQueryMembersTextSearch":"true","specs.membersAreaV2.EnablePageInfoPanelCustomPage":"false","specs.myAccount.showBlockedMembersModalRedesign":"true","specs.membersArea.MetaSiteSpecialConsumerV2":"true","specs.myAccount.EnableMyAccountMiddleware":"true","specs.members.enableUnmuteMembersSkill":"true","specs.membersArea.UseMembersAboutV2":"true","specs.members.enableCreateBadgeSkill":"true","specs.myAccount.EnableUrlEditNote":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"true","specs.membersArea.UseApplyChangeToAllLanguagesForMaV2":"true","specs.myAccount.ShowButtonTextSetting":"true","specs.membersArea.SortByNumbersInElastic":"true","specs.myAccount.ShowPrivacySettingsMessageForSiteOwners":"true","specs.membersArea.MembersApiUseMembersNgApiQueryForSortBy":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.membersArea.CreateMissingMember":"true","specs.membersArea.EnableMenusDataFixer":"true","specs.members.usePlatformizedServicesForUpdate":"true","specs.badges.shouldUseBadgesV3InEdm":"true","specs.membersArea.HideSuspendedLabelForNonOwnersFFBox":"true","specs.membersArea.EnableMemberPagePermissions":"false","specs.profileCardOOI.EnableProfileDetailsEdit":"true","specs.membersArea.UseIsPermittedOnMediaCredentials":"true","specs.membersArea.fixLoginBarResponsiveLayout":"true","specs.membersArea.EnableV2SilentInstall":"true","specs.members.enableManageMemberPrivacySkill":"true","specs.membersAreaV3.ReAddPageWorkaround":"true","specs.membersArea.OptimizeVerticalDeletion":"true","specs.myAccount.EnableDesignTabResetButtonPerPage":"true","specs.myAccount.EnableLoginAndAddressInTextsTab":"true","specs.membersArea.EnableFollowersAsLightbox":"true","specs.membersArea.UseGetOrCreateMemberV2":"true","specs.members.enableCreateCustomFieldSkill":"true","specs.myAccount.EnableWDSPanels":"true","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.myAccount.EnableAllSubdivisionsInAddressForm":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true","specs.membersArea.ShowHeadingLevelSettings":"true"},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{"specs.stores.UseAddToCurrentCart":"true","specs.stores.AddTrackDataOnAddProducts":"true"},"1380b703-ce81-ff05-f115-39571d94dfcd":{"specs.ecom.ShouldRenderStepContentWithCallback":"true","specs.stores.FixFilterColorWithMultipleNames":"true","specs.ecom.SupportManualPaymentsOnPaymentRequest":"false","specs.stores.FixQuickViewNavigationToProductPage":"true","specs.stores.GalleryMigrateRowsToProductsCountViewer":"true","specs.ecom.CheckoutUIRevampOrderSummary":"true","specs.ecom.ShowMultipleLineItemActions":"true","specs.stores.AddMobileClassesToSliderGalleryRoot":"true","specs.ecom.ShowCheckoutPoliciesPage":"true","specs.stores.DisableFocusProductOnInfiniteScroll":"true","specs.ecom.HidePointerOnNotClickableHeader":"true","specs.forms.LocalPhoneNumbers":"true","specs.stores.GalleryProductOptionMobileNativeDropdown":"true","specs.stores.AllowAddToCartButtonOnImageInViewer":"true","specs.ecom.FixImageDimensionsOnCart":"true","specs.forms.JapanAutocompleteEnabled":"true","specs.stores.GalleryFetchAppSettingsOnce":"false","specs.stores.ReturnCartIdNullInsteadOfDeprecatedForExpressService":"true","specs.stores.ImageSettingsInViewer":"true","specs.stores.EnableDynamicSizeDefaultImage":"true","specs.ecom.PricesIncludeTaxFromCheckoutInExpress":"true","specs.stores.AllowResponsiveLayoutMaxWidth":"true","specs.stores.ThumbnailsDesignViewer":"true","specs.stores.ProductPageNewWixCodeApi":"true","specs.stores.ProductPageFixReflowSausageNavigation":"true","specs.stores.ShowAutomaticDiscountDataOnGallery":"true","specs.stores.HideBillingFormForPayPalAndManualNotBrazil":"true","specs.stores.GalleryProductOptionsAndQuantityWidth":"true","specs.stores.ProductPageUpliftProductOptionsViewer":"true","specs.ecom.violationBasedOnDeliveryOption":"true","specs.ecom.FixDeliveryTaxExemption":"true","specs.ecom.deliveryOptionsSetFirstAsDefault":"true","specs.stores.ShowUserWishlistStateInProductPage":"true","specs.stores.InfoSectionTabsTPAComponent":"true","specs.stores.ProductPageBreadcrumbsAfterHydration":"true","specs.ecom.overrideDeliveryCountriesOnlyOnShippingFlow":"true","specs.stores.GalleryColorPickerA11yReflowKeyboardFix":"true","specs.stores.GalleryDontFetchFilteredProductsWithoutActiveFilters":"true","specs.ecom.PlatformFeeOnCartAndCheckout":"true","specs.stores.ShouldUseCommonDiscountPricingMethods":"true","specs.ecom.FixTotalPriceCSSSideCart":"true","specs.stores.UseNewFiltersQueryParamEncoder":"true","specs.stores.GalleryEnableLoadMoreHoverUnderline":"true","specs.stores.allowProductPageButtonsOption":"true","specs.stores.TYPUpdateOrderModelWithSubscriptionInfo":"true","specs.forms.MoveEcomLabelTranslations":"true","specs.stores.FixWishlistPageLiveTextEditing":"true","specs.ecom.separateAdditionalFee":"true","specs.ecom.PreloadOnCartCheckoutButton":"true","specs.stores.SliderGalleryInfiniteLoopToggleViewer":"true","specs.stores.UseProductThumbnailWithWowImage":"true","specs.stores.GalleryPriceFilterClientTicksCalculation":"true","ecomTestFedOwnerScope":"false","specs.stores.ProductPageBreadcrumbsDesignViewer":"true","specs.stores.GalleryEditableGridTemplateRepeatOption":"true","specs.stores.ProductPageRemovePagination":"true","specs.stores.AddHasDiscountToVariantsItemsQueries":"true","specs.stores.FixVerticalThumbnailsPosition":"true","specs.stores.SliderContrastPlaceholder":"false","specs.stores.ShowAutomaticDiscountDataOnProductWidget":"true","specs.stores.FixCheckoutAddressTemplateMandatoryZipCode":"true","specs.ecom.MoveCartToViewerContext":"true","specs.stores.FixVariantIdCalculationInBuyNowFlow":"true","specs.stores.OnlineStoresSessionStorageWithTTL":"true","specs.ecom.VerifyCountryBeforeSkippingCustomerDetailsStep":"true","specs.forms.MultilineAddressInTemplates":"true","specs.stores.FixCartIconOnEditor":"true","specs.stores.ResponsiveGalleryMigration":"true","specs.stores.GalleryAllowLinkToProductPageInSSR":"true","specs.ecom.MergeExpressDeliveryRateWithHandlingFee":"false","specs.stores.ShowAddToCartWithSubscription":"true","specs.stores.ProductPageSlotsAddMoreProps":"true","specs.stores.ProductPageBuyNowFromEcomSdk":"true","specs.stores.GalleryFixWarmUpDataCacheKeyWithQueryParams":"true","specs.ecom.CheckoutHeaderContinueBrowsingDisplayCheckout":"true","specs.stores.FixAnnounceNotDefinedBug":"true","specs.stores.ShowErrorHandlingToastsGallery":"true","specs.stores.RefactorFormServiceToCalcExtendedFields":"true","specs.stores.FixQuickViewForSubscriptionsInWishlist":"true","specs.stores.ShowGiftCardAddToCartSettings":"true","specs.stores.ProductPageVideoPosterOptimization":"true","specs.ecom.fixGroupedDeliveryOptionSelection":"false","specs.stores.LoadClientConfigInController":"true","specs.stores.MainMediaWrapperAsAnchorElement":"true","specs.stores.AllowGalleryProductRoundCornersInViewer":"false","specs.stores.ResponsiveEditorBreadcrumbsToggle":"true","specs.ecom.MigrateAddressFormToV2":"true","specs.stores.SupportFreeTrialTYP":"true","usingStoresViewerScriptAddToCart":"false","specs.stores.SwitchMainMediaSlickToSwiper":"true","specs.stores.FixFilterKeySpecialCharacter":"true","specs.forms.RemoveFalsyValues":"false","specs.stores.StorefrontLegacyEnablePanoramaIntegration":"true","specs.stores.ProductNameHtmlTag":"true","specs.stores.UseUndefinedAsDefaultBillingAddressInCheckout":"true","specs.stores.GalleryA11yReflowFilterModalFix":"true","specs.stores.EnableDiscountAndRegularPriceSwapViewer":"true","specs.ecom.CheckoutHeaderAdditionalCustomizationsCheckout":"true","specs.ecom.CacheGetClientConfigInSiteStore":"true","specs.stores.GalleryFiltersClassicMobileHorizontalOrientationFix":"true","specs.stores.ShowWishlistInGallery":"true","specs.ecom.ShowCheckoutOnEditorPreview":"true","specs.ecom.ShowVoidedErrorMessage":"true","specs.stores.UseOpenSideCartApi":"true","specs.stores.UsingStoresViewerScriptAddToCart":"true","specs.stores.ShowAutomaticDiscountDataOnProductPage":"true","specs.stores.ProductPageWaitForWarmupData":"true","specs.stores.ProductMediaNavigationDots":"false","specs.stores.UseNewSubscriptionView":"true","specs.stores.AddSlotToCheckoutPolicies":"true","specs.forms.FixControllerActions":"true","specs.ecom.ImprovePerformanceByParallelPromises":"true","specs.ecom.FixDebouncedUpdateItemQuantity":"true","specs.ecom.AddCheckoutCountryToDeliveryCountries":"true","specs.stores.GalleryAddMissingAddProductImpressionEvent":"true","specs.stores.GalleryRemoveUnusedFieldsFromQuery":"true","specs.stores.ProductPageUplift":"true","specs.stores.ProductPageUpliftNewFeaturesSF":"true","specs.ecom.NewThankYouPage":"false","specs.stores.ProductPageBlocksCtaTrackEvents":"true","specs.stores.ProductPageUpliftProductOptions":"true","specs.stores.SubscriptionPlanNewDesign":"false","specs.ecom.SupportDynamicBillingFieldsCheckout":"false","specs.stores.GallerySlotsPOC":"false","specs.stores.AllowGalleryIntervalNavigation":"true","specs.stores.navigateToRelativeUrlWithCustomizedUrl":"true","specs.ecom.UsePaymentStatusV2":"true","specs.stores.enableUnitedStatesMilitaryAddresses":"true","specs.stores.GalleryNewErrorState":"true","specs.ecom.ShowTwoDescriptionLinesOnCartAndCheckout":"true","specs.ecom.showPriceWithFreeShippingCoupon":"true","specs.stores.GalleryStoreExtractSEO":"true","specs.ecom.FixOutOfStockOnCart":"true","specs.stores.GalleryPriceSliderA11yFixKeyboardFocus":"true","specs.stores.ProductPageSsrInvalidationTags":"true","specs.stores.AllowGalleryContainerPadding":"true","specs.stores.ConfigureGalleryViewStates":"true","specs.stores.ShouldHandlePaylinksRedirectError":"true","specs.ecom.FixCartNavigationOnPreview":"false","specs.stores.GalleryWaitForWarmupData":"true","specs.stores.ShouldProductPageUseNewSocialIcons":"true","specs.stores.SliderGalleryExposeOptionsViewer":"true","specs.ecom.DontUseViewerStorageOnPreview":"true","specs.stores.Set404ForSeoWhenPageHasNoProducts":"true","specs.stores.SliderGalleryFixSwiperIndex":"true","specs.stores.DontRedirectToSiteOnFailedFetch":"true","specs.stores.SupportMitEnabledFieldInCheckoutPage":"true","specs.stores.ConfigureSlotsInEditorSDK":"true","ecomTestFed":"false","specs.ecom.useFallbackInPreviewLoader":"true","specs.ecom.UsePartialLineItemUrlInCart":"true","specs.stores.GalleryProductOptionsLimit":"true","specs.stores.ProductPageSlots":"true","specs.stores.newClearFiltersHoverState":"true","specs.stores.UseGalleryNewApplyFilterQueryParams":"false","specs.stores.tpaRouterShouldQueryProductsV3":"true","specs.ecom.showDeliveryOptionPreviewError":"true","specs.ecom.MoveCheckoutToViewerContext":"true","specs.stores.ProductPageConsumePublicDataFromBothScopes":"true","specs.ecom.OrderPlatformFeesUoU":"true","storesFTGalleryEnableLoadMoreHoverUnderline":"false","specs.forms.EnableNewPhoneFieldValidation":"true","specs.ecom.RichTextPoliciesCheckout":"true","specs.stores.GallerySeoTags":"true","specs.stores.GalleryMoveDiscountNameUnderPrice":"true","specs.stores.SliderGallery200Limit":"true","specs.stores.ProductPageBlocksFixAddToCartOnSecondaryLang":"true","specs.stores.AllowStickySidebarInViewer":"true","specs.ecom.CallCartV2FromCheckout":"true","specs.stores.RangeFilterRefactor":"true","specs.stores.ProductPageLocationOnChangePathChangeForEditorSausage":"true","specs.ecom.SendPaymentTokenUndefinedFallback":"true","specs.stores.SubscriptionPlansNewDesignViewer":"true","specs.stores.AllowAddToCartButtonContentTypesInViewer":"true","specs.ecom.ShowNoAmountWhenNoDeliveryOnCart":"true","specs.ecom.OrdersModifiers":"true","specs.ecom.loadDeliverySectionsDataOnReadOnly":"true","specs.ecom.AddProjectionsTYPQuery":"true","specs.ecom.UpdateCartIconsSVGViewer":"true","specs.ecom.EcomPlatformWidgetsBFCache":"true","specs.stores.EnableOutOfStockAlignment":"true","specs.stores.GalleryStoreExtractBI":"true","specs.forms.EnablePhoneField":"true","specs.stores.UseNewQueriesOnWishlistWithDiscount":"true","specs.stores.FixGalleryBorderRadiusOnZoomHover":"true","specs.stores.UseExperimentsFromPlatformFlowApiLegacyProjects":"true","specs.ecom.ShowMultipleSubscriptions":"true","specs.stores.FixBackInStockButtonValidation":"true","specs.stores.RemoveControllerFactory":"true","specs.stores.FixGalleryNotToShowQueryPageFor1":"true","specs.stores.FixSliderGalleryRelatedProductsEmptyRender":"true","specs.stores.GalleryRouterHTTPMethodToGet":"false","specs.ecom.StopFocusOnCart":"true","specs.ecom.hideShippingOptionAvailibilityBadgeOnMobile":"true","specs.ecom.HideMissingLineItemImagesInPaymentRequest":"true","specs.stores.GalleryProductOptionsAndQuantityRoundCornersInViewer":"true","specs.forms.SignatureFieldV2":"true","specs.ecom.SideCartEditor3SettingsPanel":"true","specs.stores.GalleryQuickBuyViewer":"true","specs.stores.RenderSlotsInGallery":"true","specs.ecom.StopSendingOriginInCheckoutUrl":"true","specs.stores.PriceFilterClientTicksCalculation":"true","specs.ecom.TopCheckoutButtonSkeletonOnCart":"true","specs.stores.UseNewQueriesWithProductDiscount":"true","specs.stores.AlignProductCountAndSort":"true","specs.stores.GalleryOptionButtonsGrid":"true","specs.stores.MobileImageRatio":"false","specs.ecom.TaxExemptionOnTYP":"true","specs.stores.CustomTextDesignViewer":"false","specs.ecom.AddExemptTextToTaxNameWhenPartiallyExempt":"true","specs.stores.UseNewFiltersQueryParamDecoder":"true","specs.stores.ResponsiveTYPCss":"true","specs.ecom.InitCustomUrlApiOnlyInProductPage":"true","specs.stores.ShouldSplitBillingInfoPrefill":"true","specs.stores.UseExperimentsFromPlatformFlowApi":"true","specs.ecom.UsePaymentRequestTitleInThankYou":"true","specs.stores.ShouldShowFirstProductOptionInGallery":"true","specs.stores.GalleryColorOptionAlignment":"true","specs.stores.AllowGalleryFreeModeNavigationInViewer":"true","specs.stores.GalleryProductItemResetQuantityUponSelectionChange":"true","specs.stores.EnableQualityOptionsStylingChanges":"false","specs.stores.AddingOverflowHiddenToFilterTitleMobile":"true","specs.stores.ProductPageSupportGridLayout":"true","specs.stores.ShouldSeparateQuantityAndOptionsStyleParams":"true","specs.stores.UseProductLineItemFromTYP":"true","specs.stores.AddSliderGalleryTitleToGlobalPropsContext":"true","specs.ecom.FixCouponErrorInCart":"true","specs.ecom.FixCartCountOverlap":"true","specs.stores.EnableWarmUpDataCaching":"true","specs.stores.FixGalleryRenderingWhenUrlChanges":"false","specs.stores.ProductPageNotifyEmailOnCheckout":"true","specs.stores.CheckoutPagePreviewEnabled":"true","specs.ecom.UseIsMobileForOneColumnView":"true","specs.stores.PreventGalleryFullRefreshOnUrlChange":"true","specs.ecom.CallShowPaymentErrorModalAfterValidation":"true","specs.stores.ProductPageRicoDescription":"true","specs.stores.increaseGqlGetLimit":"true","specs.stores.CategoryPageFooterDescriptionSF":"true"},"675bbcef-18d8-41f5-800e-131ec9e08762":{"specs.wixCode.LoadWithImportAMDModule":"true","specs.wixCode.LoadNamespacesPerPage":"false","specs.wixcode.ViewerExperimentOwnerScopeTest":"true","specs.wixCode.resolveMissingPlatformNamespaces":"false","specs.wixcode.ViewerExperimentTest":"false"},"a0c68605-c2e7-4c8d-9ea1-767f9770e087":{"specs.stores.ProductPageBlocksAddToCartWithSubscription":"true","specs.stores.ProductPageBlocksUpdateBreadcrumbsAfterHydration":"true","specs.stores.ProductPageBlocksRenderOnDeviceViewChanged":"false","spec.stores.CashierBannerEditorXBugFix":"true","specs.stores.ProductPageBlocksRemoveModifiersFromUserInput":"false","specs.stores.ProductPageBlocksFixMobileInstallation":"false","specs.stores.ShouldOpenSideCart":"true","specs.stores.ProductPageBlocksAddToCartByVariantId":"true","specs.stores.ProductPageSlotsAddMoreProps":"true","specs.stores.ProductPageBlocksFixNegativeInventoryError":"true","specs.stores.ProductPageBlocksNonControlledDropdown":"true","specs.stores.shouldCheckDiscountVariantLevelPPOB":"true","specs.stores.ProductPageBlocksOptionButtonsPanels":"true","specs.stores.ProductPageBlocksOptionButtonsUoU":"true","specs.stores.PPOBCustomTextDebounce":"true","specs.stores.ProductPageBlocksWaitForWarmupData":"true","specs.stores.ProductPageBlocksCtaTrackEvents":"true","specs.stores.ProductPageBlocksNoNavigationDuringInstallation":"true","specs.stores.ProductPageBlocksDefaultInfoSectionBehavior":"true","specs.stores.PPOBUseStoresViewerScriptPublicAPI":"false","specs.stores.ProductPageBlockMS3":"true","specs.stores.tpaRouterShouldQueryProductsV3":"true","specs.stores.ProductPageBlocksEnablePanoramaIntegration":"true","specs.stores.PPOBCreateCheckoutFromPublicApi":"true","specs.stores.ProductPageBlocksFixAddToCartOnSecondaryLang":"true","specs.stores.ProductPageBlocksEnableRicoForSeoTags":"true","specs.stores.ProductPageBlocksPreloadCarts":"false","specs.stores.ShowAutomatedDiscountOnProductPageBlocks":"true","specs.stores.ProductPageBlocksAddToCartWithTrackData":"true","specs.stores.shouldQueryV3TpaSiteStructure":"true"}}},"userPatterns":[],"metaTags":[{"name":"fb_admins_meta_tag","value":"","property":false},{"name":"google-site-verification","value":"jAOpfdwnTKCO2DI8bvwBp_3LI9PODzsFQ-bjZmD44b0","property":false}],"customHeadTags":"","isInSEO":false,"hasBlogAmp":false,"mainPageId":"wffbg"},"serviceRegistrar":{},"sessionManager":{"isRunningInDifferentSiteContext":false,"expiryTimeoutOverride":0,"appsInstances":{},"sessionModel":{}},"siteMembersWixCodeSdk":{"isPreviewMode":false,"isEditMode":false,"smToken":"","smcollectionId":"f0953403-e3e7-4885-a06d-4d2bd354ea8f"},"siteMembers":{"collectionExposure":"Public","smcollectionId":"f0953403-e3e7-4885-a06d-4d2bd354ea8f","smToken":"","protectedHomepage":false,"isTemplate":false,"loginSocialBarOnSite":false,"routerPrefix":"","isCommunityInstalled":false,"baseUrl":"https:\/\/www.cecilegiornelli.com","memberInfoAppId":5360},"siteScrollBlocker":{"isBuilderComponentModel":false},"siteWixCodeSdk":{"fontFaceServerUrl":"https:\/\/serverless.parastorage.com\/_serverless\/site-sdk-server\/v1\/style","siteDisplayName":"Cécile Giornelli","siteRevision":1739,"regionalSettings":"fr-fr","language":"fr","currency":"EUR","mainPageId":"wffbg","pageIdToPrefix":{"tt0oy":"category"},"routerPrefixes":{"category":{"name":"category","prefix":"\/category","type":"dynamicPages"}},"timezone":"Europe\/Paris","pageIdToTitle":{"en3az":"Fullscreen Page","slssx":"CGV","tedyw":"Page d'article","wffbg":"Accueil","ext4j":"Mentions légales","wlhry":"À propos","dnxd8":"Page panier","oymwp":"Payment Page","yiewj":"Visitor Page","hzlv4":"Se Former","cx5vv":"Participant Page","ejnfy":"Panier latéral","gwyof":"Page de remerciement","psqzi":"Protocoles Fight Week","iaqgs":"Les champions","gk0gi":"Paiement","tdh7e":"Modules de formation","vzrs4":"Stratégie alimentaire","p0oxn":"Page de remerciement","yebol":"Média \/ presse","tt0oy":"Page de catégorie","bgbjs":"Contact"},"urlMappings":null,"viewMode":"Site"},"speculationRules":{"currentPagePath":"\/"},"ssrCache":{},"tpaCommons":{"widgetsClientSpecMapData":{"141995eb-c700-8487-6366-a482f7432e2b":{"widgetUrl":"https:\/\/so-feed.codev.wixapps.net\/widget","mobileUrl":"https:\/\/so-feed.codev.wixapps.net\/widget","tpaWidgetId":"shoutout_feed","appPage":{},"applicationId":31,"appDefinitionName":"ShoutOut (Legacy)","appDefinitionId":"135c3d92-0fea-1f9d-2ba5-2a1dfb04297e","isWixTPA":true,"allowScrolling":false},"144097ea-fea0-498e-ade7-e6de40127106":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wix-vod-widget\/1.4604.0\/WixVideo","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wix-vod-widget\/1.4604.0\/WixVideo","tpaWidgetId":"wix_vod_develop","appPage":{},"applicationId":50,"appDefinitionName":"Wix Video","appDefinitionId":"14409595-f076-4753-8303-9a86f9f71469","isWixTPA":true,"allowScrolling":false},"4a42fd88-0998-432c-b598-4b9ad8de3bc6":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":52,"appDefinitionName":"NumberCounter","appDefinitionId":"ff832fe6-9fb8-4c03-bcbe-3bd6665455b7","isWixTPA":false,"allowScrolling":false},"30e26ef7-c48e-4b36-962c-fb1a6b7ab29c":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":53,"appDefinitionName":"ShopTunes: Spotify Music Embed","appDefinitionId":"c649bd6a-9c07-46b9-a561-12d23be1a0b7","isWixTPA":false,"allowScrolling":false},"2f6c8845-f879-48da-a0a1-c28ee789b736":{"widgetUrl":"\/","appPage":{},"applicationId":53,"appDefinitionName":"ShopTunes: Spotify Music Embed","appDefinitionId":"c649bd6a-9c07-46b9-a561-12d23be1a0b7","isWixTPA":false,"allowScrolling":false},"f77a91f6-3d3b-4db7-9900-177088c50573":{"widgetUrl":"\/","appPage":{},"applicationId":54,"appDefinitionName":"Number Counter by Pb","appDefinitionId":"56d7c59c-771d-4a8e-8910-3915efd21dd4","isWixTPA":false,"allowScrolling":false},"96124e03-4878-4cfd-8f48-815898adb96a":{"widgetUrl":"\/","appPage":{},"applicationId":54,"appDefinitionName":"Number Counter by Pb","appDefinitionId":"56d7c59c-771d-4a8e-8910-3915efd21dd4","isWixTPA":false,"allowScrolling":false},"1d5c560f-1d9d-4f1a-b7ba-3aee8a8550a1":{"widgetUrl":"\/","appPage":{},"applicationId":54,"appDefinitionName":"Number Counter by Pb","appDefinitionId":"56d7c59c-771d-4a8e-8910-3915efd21dd4","isWixTPA":false,"allowScrolling":false},"ac737b9e-af72-4a44-a792-db8b01c22c23":{"widgetUrl":"\/","appPage":{},"applicationId":54,"appDefinitionName":"Number Counter by Pb","appDefinitionId":"56d7c59c-771d-4a8e-8910-3915efd21dd4","isWixTPA":false,"allowScrolling":false},"13a94f09-2766-3c40-4a32-8edb5acdd8bc":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-product-page\/1.4206.0\/ProductPage","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-product-page\/1.4206.0\/ProductPage","appPage":{"id":"product_page","name":"Product Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":2,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"49dbb2d9-d9e5-4605-a147-e926605bf164":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.5988.0\/SideCart","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.5988.0\/SideCart","tpaWidgetId":"49dbb2d9-d9e5-4605-a147-e926605bf164","appPage":{"id":"Side Cart","name":"Side Cart","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"14666402-0bc7-b763-e875-e99840d131bd":{"widgetUrl":"https:\/\/ecom.wix.com\/storefront\/add-to-cart","mobileUrl":"https:\/\/ecom.wix.com\/storefront\/add-to-cart","tpaWidgetId":"add_to_cart_button","appPage":{},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"a63a5215-8aa6-42af-96b1-583bfd74cff5":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5848.0\/Wishlist","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5848.0\/Wishlist","appPage":{"id":"wishlist","name":"My Wishlist","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":7,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"13afb094-84f9-739f-44fd-78d036adb028":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5848.0\/GridGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5848.0\/GridGallery","tpaWidgetId":"grid_gallery","appPage":{},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"1380bbab-4da3-36b0-efb4-2e0599971d14":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.5988.0\/cart","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-cart-ooi\/1.5988.0\/cart","appPage":{"id":"shopping_cart","name":"Cart Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":3,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5848.0\/SliderGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5848.0\/SliderGallery","tpaWidgetId":"slider_gallery","appPage":{},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"1380bbb4-8df0-fd38-a235-88821cf3f8a4":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPage","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPage","appPage":{"id":"thank_you_page","name":"Thank You Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":4,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"14e121c8-00a3-f7cc-6156-2c82a2ba8fcb":{"widgetUrl":"https:\/\/ecom.wix.com\/storefront\/order-history","mobileUrl":"https:\/\/ecom.wix.com\/storefront\/order-history","appPage":{"id":"order_history","name":"My Orders","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":5,"indexable":false,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"1380bba0-253e-a800-a235-88821cf3f8a4":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5848.0\/GridGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5848.0\/GridGallery","appPage":{"id":"product_gallery","name":"Shop","defaultPage":"","hidden":false,"multiInstanceEnabled":true,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"1380bbc4-1485-9d44-4616-92e36b1ead6b":{"widgetUrl":"https:\/\/ecom.wix.com\/storefront\/cartwidget","mobileUrl":"https:\/\/ecom.wix.com\/storefront\/cartwidget","tpaWidgetId":"shopping_cart_icon","appPage":{},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"244576c9-d856-49b9-af14-216071924e3b":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.4501.0\/SearchModalGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.4501.0\/SearchModalGallery","tpaWidgetId":"244576c9-d856-49b9-af14-216071924e3b","appPage":{},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"abcd87fe-c51f-4538-848d-2902a2f50d2d":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.4501.0\/SearchResultsPageGallery","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.4501.0\/SearchResultsPageGallery","tpaWidgetId":"abcd87fe-c51f-4538-848d-2902a2f50d2d","appPage":{},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"4425f8e8-51fb-457b-9123-fdb7b1cef94a":{"widgetUrl":"\/","tpaWidgetId":"4425f8e8-51fb-457b-9123-fdb7b1cef94a","appPage":{"id":"Payment Request Page","name":"Payment Request Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":true,"hideFromMenu":true},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":true},"bda15dc1-816d-4ff3-8dcb-1172d5343cce":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5848.0\/CategoryPage","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/wixstores-client-gallery\/1.5848.0\/CategoryPage","tpaWidgetId":"bda15dc1-816d-4ff3-8dcb-1172d5343cce","appPage":{"id":"Category Page","name":"Category Page","defaultPage":"","hidden":false,"multiInstanceEnabled":true,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"14fd5970-8072-c276-1246-058b79e70c1a":{"widgetUrl":"https:\/\/ecom.wixapps.net\/storefront\/checkout","mobileUrl":"https:\/\/ecom.wixapps.net\/storefront\/checkout","appPage":{"id":"checkout","name":"Checkout","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":6,"indexable":false,"fullPage":false,"landingPageInMobile":true,"hideFromMenu":true},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":true},"13ec3e79-e668-cc0c-2d48-e99d53a213dd":{"widgetUrl":"https:\/\/ecom.wix.com\/storefront\/product-widget-view","mobileUrl":"https:\/\/ecom.wix.com\/storefront\/product-widget-view","tpaWidgetId":"product_widget","appPage":{},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"deaaaab0-f5bd-4b7a-a652-3845efcb546a":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/ecom-platform-checkout\/1.0.0\/BundleBundle","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/ecom-platform-checkout\/1.0.0\/BundleBundle","tpaWidgetId":"deaaaab0-f5bd-4b7a-a652-3845efcb546a","appPage":{},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"215f8ab7-97c3-4838-a6d0-ad4a61747158":{"widgetUrl":"\/","appPage":{},"applicationId":1480,"appDefinitionName":"Checkout & Orders","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","isWixTPA":true,"allowScrolling":false},"33159c18-8226-4068-91e8-216f5f2c75f8":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"6e0d0836-6240-4688-b4c2-00095de015d9":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"60039b18-5d94-45b7-bd03-b7008213f906":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"72c071a7-3808-4b0d-94ae-cc49bc51e0fe":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"11d2e86b-7f3b-445e-9cc5-b25dd9de8f45":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"ba708a2c-287b-4bfa-9daf-d04168e13e1f":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"5cfa0563-7bfc-4b61-9dbb-04677d1b9ea5":{"widgetUrl":"\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"2fb559c9-2297-43cc-9f28-aaf3e988063d":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"ddea5ffa-c473-4655-8c8f-241e10f9bd67":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"cbd0cea6-4c0d-4199-b241-1254d1f02377":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"56b08f4f-d99b-4da2-a049-ca218b626be2":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"e3eb5d42-170a-41ad-a344-8489e54828ad":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"9fa041da-f429-4a24-8579-46c57a985b33":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"6a25b678-53ec-4b37-a190-65fcd1ca1a63":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"a7a7c443-9ebe-442f-9339-b28804f8869e":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"17315fb1-7be4-4492-a196-c1abb2817309":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"2790ca6c-a264-4ecd-8f5a-030ebce5d0b1":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"f67f8f07-eac7-470e-99f5-213f121b5655":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"edb17e71-9a93-428e-87d8-26c07fb4cd3c":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"db646d31-6817-4184-87df-c5496c9da6b9":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":2992,"appDefinitionName":"Product Page Blocks","appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","isWixTPA":true,"allowScrolling":false},"54fb025c-61dc-4286-87c7-0ac416c58744":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/express-checkout-widget-ooi\/1.168.0\/ExpressCheckoutWidget","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/express-checkout-widget-ooi\/1.168.0\/ExpressCheckoutWidget","tpaWidgetId":"54fb025c-61dc-4286-87c7-0ac416c58744","appPage":{},"applicationId":3019,"appDefinitionName":"Express Checkout Widget OOI","appDefinitionId":"47e245ca-1a42-4d6a-a69a-c125bc839b40","isWixTPA":true,"allowScrolling":false},"f6aa0c93-74ae-415c-a5e3-1bfc7c747bf4":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/payment-methods-banner-ooi\/1.2031.0\/PaymentMethodsBannerWidget","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/payment-methods-banner-ooi\/1.2031.0\/PaymentMethodsBannerWidget","tpaWidgetId":"f6aa0c93-74ae-415c-a5e3-1bfc7c747bf4","appPage":{},"applicationId":3380,"appDefinitionName":"payment-methods-banner-ooi","appDefinitionId":"df892fe9-626f-44c9-a328-e29f93880b38","isWixTPA":true,"allowScrolling":false},"e53d6a92-5acc-4a00-9d4d-f46c86a49c2e":{"widgetUrl":"\/","appPage":{},"applicationId":3939,"appDefinitionName":"Wix Members Area","appDefinitionId":"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9","isWixTPA":true,"allowScrolling":false},"5956d247-32d0-43af-9a49-7d1090c1e666":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":4801,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"2f6c5608-393f-4b15-bfd8-d4e15396787a":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":4801,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"5ab312ae-0cf7-4093-bbf5-5e4d3690151c":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":4801,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"31aadcb0-9add-42cb-9b21-72f41e91389b":{"widgetUrl":"\/","tpaWidgetId":"31aadcb0-9add-42cb-9b21-72f41e91389b","appPage":{"id":"member_settings_page","name":"member_settings_page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":4801,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b":{"widgetUrl":"\/","tpaWidgetId":"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b","appPage":{"id":"member_page","name":"member_page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":4801,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"25d08a82-0ea5-40f4-8047-07aee3e73e40":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":4801,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"009081ab-9c3d-41d5-8b90-41af0e84c159":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":4801,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"a26fd26a-3dd9-42ca-b381-326a9c143e38":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":4801,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"596a6688-3ad7-46f7-bb9c-00023225876d":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":4801,"appDefinitionName":"Members Area","appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","isWixTPA":true,"allowScrolling":false},"14dd1af6-3e02-63db-0ef2-72fbc7cc3136":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/my-account-ooi\/1.2783.0\/MyAccount","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/my-account-ooi\/1.2783.0\/MyAccount","appPage":{"id":"member_info","name":"My Account","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":5360,"appDefinitionName":"Member Account Info","appDefinitionId":"14cffd81-5215-0a7f-22f8-074b0e2401fb","isWixTPA":true,"allowScrolling":false},"6467c15e-af3c-4e8d-b167-41bfb8efc32a":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/payments-my-wallet\/1.1131.0\/MyWallet","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/payments-my-wallet\/1.1131.0\/MyWallet","appPage":{"id":"my_wallet","name":"My Wallet","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":5654,"appDefinitionName":"My Wallet","appDefinitionId":"4aebd0cb-fbdb-4da7-b5d1-d05660a30172","isWixTPA":true,"allowScrolling":false},"151290e1-62a2-0775-6fbc-02182fad5dec":{"widgetUrl":"https:\/\/addresses.wixapps.net\/addresses\/address-book","mobileUrl":"https:\/\/addresses.wixapps.net\/addresses\/address-book","appPage":{"id":"my_addresses","name":"My Addresses","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":5710,"appDefinitionName":"My Addresses","appDefinitionId":"1505b775-e885-eb1b-b665-1e485d9bf90e","isWixTPA":true,"allowScrolling":false},"371ee199-389c-4a93-849e-e35b8a15b7ca":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/form-app\/1.2413.0\/Form","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/form-app\/1.2413.0\/Form","tpaWidgetId":"371ee199-389c-4a93-849e-e35b8a15b7ca","appPage":{},"applicationId":7238,"appDefinitionName":"Wix Forms","appDefinitionId":"225dd912-7dea-4738-8688-4b8c6955ffc2","isWixTPA":true,"allowScrolling":false},"142bb34d-3439-576a-7118-683e690a1e0d":{"widgetUrl":"https:\/\/progallery.wixapps.net\/gallery.html","mobileUrl":"https:\/\/progallery.wixapps.net\/gallery.html","tpaWidgetId":"pro-gallery","appPage":{},"applicationId":8659,"appDefinitionName":"Wix Pro Gallery","appDefinitionId":"14271d6f-ba62-d045-549b-ab972ae1f70e","isWixTPA":true,"allowScrolling":false},"144f04b9-aab4-fde7-179b-780c11da4f46":{"widgetUrl":"https:\/\/progallery.wixapps.net\/fullscreen","mobileUrl":"https:\/\/progallery.wixapps.net\/fullscreen","appPage":{"id":"fullscreen_page","name":"Fullscreen Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":true,"landingPageInMobile":false,"hideFromMenu":true},"applicationId":8659,"appDefinitionName":"Wix Pro Gallery","appDefinitionId":"14271d6f-ba62-d045-549b-ab972ae1f70e","isWixTPA":true,"allowScrolling":true},"0daa3702-0e20-48ca-ba15-ad380e00e6b6":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/challenges-web-ooi\/1.2168.2947\/PaymentPage","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/challenges-web-ooi\/1.2168.2947\/PaymentPage","tpaWidgetId":"","appPage":{"id":"Challenge Payment","name":"Challenge Payment","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":9742,"appDefinitionName":"Wix Online Programs","appDefinitionId":"2936472a-a1ed-4ae5-9f71-614313a9f4e7","isWixTPA":true,"allowScrolling":false},"0e9aad02-e5a7-45f3-8b8e-a842a5e99be3":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/challenges-web-ooi\/1.2168.2947\/ParticipantPage","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/challenges-web-ooi\/1.2168.2947\/ParticipantPage","tpaWidgetId":"0e9aad02-e5a7-45f3-8b8e-a842a5e99be3","appPage":{"id":"Participant Page","name":"Participant Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":9742,"appDefinitionName":"Wix Online Programs","appDefinitionId":"2936472a-a1ed-4ae5-9f71-614313a9f4e7","isWixTPA":true,"allowScrolling":false},"847c2f5d-017f-499f-9c3e-069164fc116f":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/challenges-web-ooi\/1.2168.2947\/ChallengesPage","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/challenges-web-ooi\/1.2168.2947\/ChallengesPage","appPage":{"id":"challenge_page","name":"Challenge Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":9742,"appDefinitionName":"Wix Online Programs","appDefinitionId":"2936472a-a1ed-4ae5-9f71-614313a9f4e7","isWixTPA":true,"allowScrolling":false},"a159b4d2-831b-410c-9e77-ec3f40c9cace":{"widgetUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/editor\/ThankYouPage.html","mobileUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/editor\/ThankYouPage.html","tpaWidgetId":"a159b4d2-831b-410c-9e77-ec3f40c9cace","appPage":{"id":"Thank You Page","name":"Thank You Page","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":true},"applicationId":9742,"appDefinitionName":"Wix Online Programs","appDefinitionId":"2936472a-a1ed-4ae5-9f71-614313a9f4e7","isWixTPA":true,"allowScrolling":false},"ef4e59bd-625a-484e-9ba1-650d4aecf03b":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/challenges-web-ooi\/1.2168.2947\/ChallengesList","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/challenges-web-ooi\/1.2168.2947\/ChallengesList","tpaWidgetId":"achievements_dev","appPage":{},"applicationId":9742,"appDefinitionName":"Wix Online Programs","appDefinitionId":"2936472a-a1ed-4ae5-9f71-614313a9f4e7","isWixTPA":true,"allowScrolling":false},"c88902a1-7fbf-4ff1-b19a-af39c48bc740":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/challenges-web-ooi\/1.2168.2947\/MyPrograms","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/challenges-web-ooi\/1.2168.2947\/MyPrograms","tpaWidgetId":"c88902a1-7fbf-4ff1-b19a-af39c48bc740","appPage":{"id":"My Programs","name":"My Programs","defaultPage":"","hidden":true,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":9742,"appDefinitionName":"Wix Online Programs","appDefinitionId":"2936472a-a1ed-4ae5-9f71-614313a9f4e7","isWixTPA":true,"allowScrolling":false},"20dcd94b-f847-4e24-b3f2-0d3894593f7a":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/challenges-web-ooi\/1.2168.2947\/ChallengesListPage","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/challenges-web-ooi\/1.2168.2947\/ChallengesListPage","tpaWidgetId":"20dcd94b-f847-4e24-b3f2-0d3894593f7a","appPage":{"id":"Challenges","name":"Challenges","defaultPage":"","hidden":false,"multiInstanceEnabled":false,"order":1,"indexable":true,"fullPage":false,"landingPageInMobile":false,"hideFromMenu":false},"applicationId":9742,"appDefinitionName":"Wix Online Programs","appDefinitionId":"2936472a-a1ed-4ae5-9f71-614313a9f4e7","isWixTPA":true,"allowScrolling":false},"50bd2535-0ac5-4e59-b520-c665f3b38be8":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":11512,"appDefinitionName":"Instagram Feed (New)","appDefinitionId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","isWixTPA":true,"allowScrolling":false},"3b212edb-8c0b-4cb0-bbdd-c2ca289aed32":{"widgetUrl":"\/","appPage":{},"applicationId":11512,"appDefinitionName":"Instagram Feed (New)","appDefinitionId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","isWixTPA":true,"allowScrolling":false},"5e950125-a2e4-489f-bb0b-fb30677719e2":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":11512,"appDefinitionName":"Instagram Feed (New)","appDefinitionId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","isWixTPA":true,"allowScrolling":false},"41911f9d-aa42-4111-aafd-bef63e8463e8":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":11512,"appDefinitionName":"Instagram Feed (New)","appDefinitionId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","isWixTPA":true,"allowScrolling":false},"4aa5ffff-4e98-47ce-95fe-3b40a658ced4":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":11512,"appDefinitionName":"Instagram Feed (New)","appDefinitionId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","isWixTPA":true,"allowScrolling":false},"9775dac1-735d-448f-9143-c9c70bd04de4":{"widgetUrl":"https:\/\/editor.wix.com\/","appPage":{},"applicationId":11512,"appDefinitionName":"Instagram Feed (New)","appDefinitionId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","isWixTPA":true,"allowScrolling":false},"14c92de1-0e02-cbe5-98e9-c3de44d63a55":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/faq-ooi\/1.592.0\/FaqOoi","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/faq-ooi\/1.592.0\/FaqOoi","tpaWidgetId":"faq_widget","appPage":{},"applicationId":13016,"appDefinitionName":"Wix FAQ","appDefinitionId":"14c92d28-031e-7910-c9a8-a670011e062d","isWixTPA":true,"allowScrolling":false},"542b69cc-897a-422b-a163-71f3de43fa52":{"widgetUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/pay-button\/1.0.0\/PayButton","mobileUrl":"https:\/\/editor.wixapps.net\/render\/prod\/editor\/pay-button\/1.0.0\/PayButton","tpaWidgetId":"542b69cc-897a-422b-a163-71f3de43fa52","appPage":{},"applicationId":14245,"appDefinitionName":"Pay Button","appDefinitionId":"cdd4b6d5-6fb4-4bd1-9189-791244b5361e","isWixTPA":true,"allowScrolling":false}},"appsClientSpecMapData":{"135c3d92-0fea-1f9d-2ba5-2a1dfb04297e":{"applicationId":31,"appDefinitionName":"ShoutOut (Legacy)","appFields":{"premiumBundle":{"parentAppSlug":"ee21fe60-48c5-45e9-95f4-6ca8f9b1c9d9","parentAppId":"ee21fe60-48c5-45e9-95f4-6ca8f9b1c9d9"},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.3458.0"},"isWixTPA":true},"14409595-f076-4753-8303-9a86f9f71469":{"applicationId":50,"appDefinitionName":"Wix Video","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/vod-server.wix.com\/"},"margins":{"desktop":{"top":{"type":"PX","value":0},"right":{"type":"PX","value":0},"bottom":{"type":"PX","value":0},"left":{"type":"PX","value":0}}},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/wix-vod-widget\/1.4604.0\/editorScript.bundle.min.js","isStretched":{"desktop":false,"tablet":false,"mobile":false},"docking":{"desktop":{"horizontal":"HCENTER","vertical":"TOP_DOCKING"}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wix-vod-widget\/1.4604.0\/viewerScript.bundle.min.js"},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.374.0"},"isWixTPA":true},"ff832fe6-9fb8-4c03-bcbe-3bd6665455b7":{"applicationId":52,"appDefinitionName":"NumberCounter","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=08741e2d-7d86-432d-b0f2-1a9073fd299e&metaSiteId=8127702e-5785-4cd7-b117-352c07ef16a1&siteRevision=87","blocks_devSiteUrl":"https:\/\/manimeghanamani.editorx.io\/site-hd8bj6lybhcrq-1","blocks_widgetManifestsUrl":"\/manifests\/ff832fe6-9fb8-4c03-bcbe-3bd6665455b7\/87\/manifests.json"},"permissionsEnforced":true,"editorScriptUrl":"{urlTemplate:{universalEditorApp:*}}","viewerScriptUrl":"{urlTemplate:{appStudioBundler:*}}","studio":{"siteHeaderUrl":"8be26f4106b0d22254a5a8f5e4ea4662_r3.json","wixCodeGridId":"f74f8514-20e7-48f8-9256-9364eefed91b","wixCodeInstanceId":"ae43575f-262f-443a-b70e-53acee05419a"}},"permissionsEnforced":true,"blocksPermissionsEnforced":true,"newEditorSchemaVersion":"externalUnifiedComponents","isStandalone":true,"semanticVersion":"^1.1.0","installedVersion":"^1.0.0"},"isWixTPA":false},"c649bd6a-9c07-46b9-a561-12d23be1a0b7":{"applicationId":53,"appDefinitionName":"ShopTunes: Spotify Music Embed","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=6c12fa90-4408-4d09-bb46-0c47a72fc9b0&metaSiteId=a9e9ca60-dd42-4fef-9843-066fdb0bc3d8&siteRevision=11","blocks_devSiteUrl":"https:\/\/armyshoes.editorx.io\/c9pvusuiarekud2v4at0","blocks_widgetManifestsUrl":"\/manifests\/c649bd6a-9c07-46b9-a561-12d23be1a0b7\/11\/manifests.json"},"editorScriptUrl":"{urlTemplate:{universalEditorApp:*}}","viewerScriptUrl":"{urlTemplate:{appStudioBundler:*}}","studio":{"siteHeaderUrl":"ff6d17e65f63be7bc70c5a8efb5e39be_r3.json","wixCodeGridId":"27bb029e-d617-4f5b-98fa-57181bef9c1e","wixCodeInstanceId":"7b2564c9-3036-4af5-b13d-4c42b2c1c1bc"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"newEditorSchemaVersion":"externalUnifiedComponents","isStandalone":true,"semanticVersion":"^3.21.0","installedVersion":"^3.0.0"},"isWixTPA":false},"56d7c59c-771d-4a8e-8910-3915efd21dd4":{"applicationId":54,"appDefinitionName":"Number Counter by Pb","appFields":{"permissionsEnforced":true,"blocksPermissionsEnforced":false,"newEditorSchemaVersion":"externalUnifiedComponents","isStandalone":true,"semanticVersion":"^1.3.0","installedVersion":"^1.0.0"},"isWixTPA":false},"1380b703-ce81-ff05-f115-39571d94dfcd":{"applicationId":1480,"appDefinitionName":"Checkout & Orders","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","addToCartBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1496.0\/","cartIconBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-icon\/1.2290.0\/","productWidgetBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.2052.0\/","galleryBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/","wishlistBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-wishlist\/1.2322.0\/","productPageBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.4206.0\/"},"margins":{"desktop":{"top":{"type":"PX","value":0},"right":{"type":"PX","value":0},"bottom":{"type":"PX","value":0},"left":{"type":"PX","value":0}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-worker\/1.4706.0\/editor.bundle.min.js","routerServiceUrl":"\/_serverless\/wixstores-tpa-router","docking":{"desktop":{"horizontal":"HCENTER","vertical":"TOP_DOCKING"},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-worker\/1.4706.0\/viewerScript.bundle.min.js","errorReporting":{},"platformOnly":true,"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"appConfig":{"siteConfig":{"siteStructureApi":"wixArtifactId:serverless.wixstores-tpa-site-structure-service"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.6102.0"},"isWixTPA":true},"a0c68605-c2e7-4c8d-9ea1-767f9770e087":{"applicationId":2992,"appDefinitionName":"Product Page Blocks","appFields":{"platform":{"margins":{"desktop":{"top":{},"right":{},"bottom":{},"left":{}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page-blocks\/1.2477.0\/editorScript.bundle.min.js","docking":{"desktop":{},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page-blocks\/1.2477.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813"},"width":{"desktop":{},"tablet":{},"mobile":{}},"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=2540ca8b-1c17-46aa-9e3b-2811df6cd9f6&metaSiteId=58466935-39b8-4cf3-b984-c1e6016a01fb&siteRevision=6855","blocks_devSiteUrl":"https:\/\/ecom19.wixstudio.com\/myapp-1-1-1","blocks_widgetManifestsUrl":"\/manifests\/a0c68605-c2e7-4c8d-9ea1-767f9770e087\/6855\/manifests.json"},"viewer":{"errorReporting":{"url":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813"}},"studio":{"siteHeaderUrl":"f9b33bc0e6f5ee678a3ba5176fd5d709_r3.json","wixCodeGridId":"1f3cdaf3-1ef1-491b-8743-1894bb51257c","wixCodeInstanceId":"48957064-b9fc-473d-a9e4-9a4ca03778e1"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"newEditorSchemaVersion":"externalUnifiedComponents","isStandalone":true,"semanticVersion":"^27.162.0"},"isWixTPA":true},"47e245ca-1a42-4d6a-a69a-c125bc839b40":{"applicationId":3019,"appDefinitionName":"Express Checkout Widget OOI","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/express-checkout-widget-ooi\/1.168.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/express-checkout-widget-ooi\/1.168.0"},"excludeFromAutoRevoke":true,"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/express-checkout-widget-ooi\/1.168.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"<%= serviceUrl('express-checkout-widget-ooi', 'viewerScript.bundle.min.js') %>","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/express-checkout-widget-ooi\/1.168.0\/viewerScript.bundle.min.js"},"excludeFromAutoRevoke":true,"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.0.0"},"isWixTPA":true},"df892fe9-626f-44c9-a328-e29f93880b38":{"applicationId":3380,"appDefinitionName":"payment-methods-banner-ooi","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/payment-methods-banner-ooi\/1.2056.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/payment-methods-banner-ooi\/1.2031.0"},"excludeFromAutoRevoke":true,"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/payment-methods-banner-ooi\/1.2031.0\/editorScript.bundle.min.js","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/payment-methods-banner-ooi\/1.2056.0\/viewerScript.bundle.min.js"},"excludeFromAutoRevoke":true,"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.6.0"},"isWixTPA":true},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"applicationId":3939,"appDefinitionName":"Wix Members Area","appFields":{"platform":{"routerServiceUrl":"\/_api\/members\/v1\/santa-members","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/santa-members-viewer-app\/1.2819.0\/viewerScript.bundle.min.js","editorScriptUrl":"https:\/\/static.parastorage.com\/services\/santa-members-editor-app\/1.4356.0\/editorAppModule.bundle.min.js","margins":{"desktop":{"top":{},"right":{},"bottom":{},"left":{}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"docking":{"desktop":{},"tablet":{},"mobile":{}},"errorReporting":{},"editorScriptUrlTemplate":"<%= serviceUrl('santa-members-editor-app', 'editorAppModule.bundle.min.js') %>","width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"appConfig":{"siteConfig":{"siteStructureApi":"wixArtifactId:com.wixpress.members.members-area-site-structure-api"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.968.0"},"isWixTPA":true},"b976560c-3122-4351-878f-453f337b7245":{"applicationId":4801,"appDefinitionName":"Members Area","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=27e854ac-99e9-4626-b905-ff10071df796&metaSiteId=4a8777cf-00e8-44ee-95cd-d6abc09dc8e4&siteRevision=1291","blocks_devSiteUrl":"https:\/\/mnmteam.editorx.io\/vxgooi3j6xm5ykyver02","blocks_widgetManifestsUrl":"\/manifests\/b976560c-3122-4351-878f-453f337b7245\/1291\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2450.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2450.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2450.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"<%= serviceUrl('profile-page-bob', 'viewerScript.bundle.min.js') %>","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2450.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935"},"editorScriptUrlTemplate":"<%= serviceUrl('profile-page-bob', 'editorScript.bundle.min.js') %>","viewer":{"errorReporting":{"url":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935"}},"studio":{"siteHeaderUrl":"85a6f2b73f462330bba8a9c29e3d6558_r3.json","wixCodeGridId":"5d5e1403-dffe-4565-948c-03a8e2f4251e","wixCodeInstanceId":"9a9eaf1c-6655-4e0c-9789-ee2c43dd1920"}},"appConfig":{"siteConfig":{"siteStructureApi":"wixArtifactId:com.wixpress.members.members-area-site-structure-api"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"newEditorSchemaVersion":"externalUnifiedComponents","isStandalone":true,"semanticVersion":"^12.398.0"},"isWixTPA":true},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"applicationId":5360,"appDefinitionName":"Member Account Info","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0"},"margins":{"desktop":{"top":{},"right":{},"bottom":{},"left":{}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/editorScript.bundle.min.js","docking":{"desktop":{},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/viewerScript.bundle.min.js","errorReporting":{},"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.253.0"},"isWixTPA":true},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"applicationId":5654,"appDefinitionName":"My Wallet","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/editorScript.bundle.min.js","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/9a65e97ebe8141fca0c4fd686f70996b@sentry.wixpress.com\/5894"},"viewer":{"errorReporting":{"url":"https:\/\/9a65e97ebe8141fca0c4fd686f70996b@sentry.wixpress.com\/5894"}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.73.0"},"isWixTPA":true},"1505b775-e885-eb1b-b665-1e485d9bf90e":{"applicationId":5710,"appDefinitionName":"My Addresses","appFields":{"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.0.0"},"isWixTPA":true},"225dd912-7dea-4738-8688-4b8c6955ffc2":{"applicationId":7238,"appDefinitionName":"Wix Forms","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2413.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2413.0"},"baseUrlsTemplate":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2413.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2413.0\/editorScript.bundle.min.js","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2413.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/5d1795a2db124a268f1e1bd88f503500@sentry.wixpress.com\/4615"},"viewer":{"errorReporting":{"url":"https:\/\/5d1795a2db124a268f1e1bd88f503500@sentry.wixpress.com\/4615"}},"ooiInEditor":true},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.1143.0"},"isWixTPA":true},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"applicationId":8659,"appDefinitionName":"Wix Pro Gallery","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=ce7fd828-85c4-4b73-a390-d293eae32cec&metaSiteId=5af77ffc-cae0-4550-8a1e-4a85ff049a48&siteRevision=25","blocks_widgetManifestsUrl":"\/manifests\/14271d6f-ba62-d045-549b-ab972ae1f70e\/25\/manifests.json","santaWrapperBaseUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/"},"margins":{"desktop":{"top":{},"right":{},"bottom":{},"left":{}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"cloneAppDataUrl":"https:\/\/progallery.wixapps.net\/_api\/gallery\/clone","editorScriptUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/editorScript.bundle.min.js","docking":{"desktop":{},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/viewerScript.bundle.min.js","errorReporting":{"url":"https:\/\/8eb368c655b84e029ed79ad7a5c1718e@sentry.wixpress.com\/3427"},"width":{"desktop":{},"tablet":{},"mobile":{}},"shouldCloneDataPerComponent":true,"viewer":{"errorReporting":{"url":"https:\/\/8eb368c655b84e029ed79ad7a5c1718e@sentry.wixpress.com\/3427"}},"studio":{"siteHeaderUrl":"a7dbf879980a8e90e03d649b6f48fac4_r3.json","wixCodeGridId":"71869e96-79b7-49b9-b6f9-e32bcf00ac52","wixCodeInstanceId":"4655355b-4814-4846-b82a-e057f0df94a3"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.967.0"},"isWixTPA":true},"2936472a-a1ed-4ae5-9f71-614313a9f4e7":{"applicationId":9742,"appDefinitionName":"Wix Online Programs","appFields":{"platform":{"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/viewerScript.bundle.min.js","editorScriptUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/editorScript.bundle.min.js","baseUrls":{"staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/"},"margins":{"desktop":{"top":{"type":"PX","value":0},"right":{"type":"PX","value":0},"bottom":{"type":"PX","value":0},"left":{"type":"PX","value":0}}},"isStretched":{"desktop":false,"tablet":false,"mobile":false},"docking":{"desktop":{"horizontal":"HCENTER","vertical":"TOP_DOCKING"}},"errorReporting":{"url":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190"},"viewer":{"errorReporting":{"url":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190"}}},"appConfig":{"siteConfig":{"siteStructureApi":"wixArtifactId:com.wixpress.achievements.challenge-service-web"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^0.2219.0"},"isWixTPA":true},"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":{"applicationId":11512,"appDefinitionName":"Instagram Feed (New)","appFields":{"platform":{"baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=a31c8851-2462-40a5-bd68-097744cb6404&metaSiteId=e868bda4-9a8a-45b6-8c84-d1c77f18dce7&siteRevision=634","blocks_devSiteUrl":"https:\/\/ronyf3.editorx.io\/fyz6zvejisbcbebhj1xw","blocks_widgetManifestsUrl":"\/manifests\/deb18ef1-e0c6-4668-a7bc-4a13785eb5b7\/634\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.0.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.0.0"},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.442.0\/editorScript.bundle.min.js","viewerScriptUrlTemplate":"<%= serviceUrl('instagram-blocks-app', 'viewerScript.bundle.min.js') %>","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.442.0\/viewerScript.bundle.min.js","errorReporting":{},"viewer":{"errorReporting":{}},"studio":{"siteHeaderUrl":"b0bff6870361bd12f0f4ecaa9af1e580_r3.json","wixCodeGridId":"c50e5e08-385e-4f11-8515-a12d1885c426","wixCodeInstanceId":"841abdb9-cb94-4497-a1ad-9b47c4725e8f"}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^3.217.0"},"isWixTPA":true},"14c92d28-031e-7910-c9a8-a670011e062d":{"applicationId":13016,"appDefinitionName":"Wix FAQ","appFields":{"platform":{"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/editorScript.bundle.min.js","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/viewerScript.bundle.min.js"},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^5.298.0"},"isWixTPA":true},"cdd4b6d5-6fb4-4bd1-9189-791244b5361e":{"applicationId":14245,"appDefinitionName":"Pay Button","appFields":{"platform":{"baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/pay-button\/1.1785.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/pay-button\/1.1785.0"},"margins":{"desktop":{"top":{},"right":{},"bottom":{},"left":{}},"tablet":{"top":{},"right":{},"bottom":{},"left":{}},"mobile":{"top":{},"right":{},"bottom":{},"left":{}}},"height":{"desktop":{},"tablet":{},"mobile":{}},"editorScriptUrl":"https:\/\/static.parastorage.com\/services\/pay-button\/1.1785.0\/editorScript.bundle.min.js","docking":{"desktop":{},"tablet":{},"mobile":{}},"viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/pay-button\/1.1785.0\/viewerScript.bundle.min.js","errorReporting":{},"enableInEditor":true,"width":{"desktop":{},"tablet":{},"mobile":{}},"viewer":{"errorReporting":{}}},"permissionsEnforced":false,"blocksPermissionsEnforced":false,"isStandalone":true,"semanticVersion":"^1.96.0"},"isWixTPA":true}},"previewMode":false,"siteRevision":1739,"userFileDomainUrl":"filesusr.com","metaSiteId":"ce1e3023-356d-4b0f-a95b-2af4b105352a","isPremiumDomain":true,"routersConfig":{"routers-mdr9r6n0":{"prefix":"category","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","config":"{}","group":"","pages":{"category":"tt0oy"},"roleVariations":{}}},"routerByPrefix":{"category":"routers-mdr9r6n0"},"pageIdToPrefix":{"tt0oy":"category"},"viewMode":"site","editorOrSite":"site","externalBaseUrl":"https:\/\/www.cecilegiornelli.com","tpaModalConfig":{"wixTPAs":{"139ef4fa-c108-8f9a-c7be-d5f492a2c939":true,"141fbfae-511e-6817-c9f0-48993a7547d1":true,"d70b68e2-8d77-4e0c-9c00-c292d6e0025e":true,"146c0d71-352e-4464-9a03-2e868aabe7b9":true,"307ba931-689c-4b55-bb1d-6a382bad9222":true,"14b89688-9b25-5214-d1cb-a3fb9683618b":true,"ea2821fc-7d97-40a9-9f75-772f29178430":true,"55cd9036-36bb-480b-8ddc-afda3cb2eb8d":true,"9bead16f-1c73-4cda-b6c4-28cff46988db":true,"1480c568-5cbd-9392-5604-1148f5faffa0":true,"13ee94c1-b635-8505-3391-97919052c16f":true,"94bc563b-675f-41ad-a2a6-5494f211c47b":true,"14e12b04-943e-fd32-456d-70b1820a2ff2":true,"14bca956-e09f-f4d6-14d7-466cb3f09103":true,"35aec784-bbec-4e6e-abcb-d3d724af52cf":true,"135c3d92-0fea-1f9d-2ba5-2a1dfb04297e":true,"150ae7ee-c74a-eecd-d3d7-2112895b988a":true,"f123e8f1-4350-4c9b-b269-04adfadda977":true,"8ea9df15-9ff6-4acf-bbb8-8d3a69ae5841":true,"6580b7e9-4031-4a62-a0a5-8e2fa92e8e18":true,"7516f85b-0868-4c23-9fcb-cea7784243df":true,"14d7032a-0a65-5270-cca7-30f599708fed":true,"57d13128-4a4c-494b-80b3-a6fb2e28018d":true,"45c44b27-ca7b-4891-8c0d-1747d588b835":true,"fc9314bc-a317-4a2b-a9d4-5ad21cc57856":true,"50d8c12f-715e-41ad-be25-d0f61375dbee":true,"f4d83b06-b408-4f3b-afd4-de8db311d7d8":true,"4b10fcce-732d-4be3-9d46-801d271acda9":true,"9050a8e8-0fd3-4936-af2a-5ae4f84c41b8":true,"2f70e2b4-ff36-472e-bdb9-ce393b13669e":true,"e593b0bd-b783-45b8-97c2-873d42aacaf4":true,"f2cfea12-5211-4f34-9ad2-688b310860e3":true,"14409595-f076-4753-8303-9a86f9f71469":true,"1973457f-c021-4da5-941f-58444ff761d4":true,"215238eb-22a5-4c36-9e7b-e7c08025e04e":true,"1380b703-ce81-ff05-f115-39571d94dfcd":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087":true,"47e245ca-1a42-4d6a-a69a-c125bc839b40":true,"df892fe9-626f-44c9-a328-e29f93880b38":true,"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":true,"b976560c-3122-4351-878f-453f337b7245":true,"14cffd81-5215-0a7f-22f8-074b0e2401fb":true,"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":true,"1505b775-e885-eb1b-b665-1e485d9bf90e":true,"225dd912-7dea-4738-8688-4b8c6955ffc2":true,"14271d6f-ba62-d045-549b-ab972ae1f70e":true,"2936472a-a1ed-4ae5-9f71-614313a9f4e7":true,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":true,"14c92d28-031e-7910-c9a8-a670011e062d":true,"cdd4b6d5-6fb4-4bd1-9189-791244b5361e":true}},"appSectionParams":{},"requestUrl":"https:\/\/www.cecilegiornelli.com\/","isMobileView":false,"deviceType":"desktop","isMobileDevice":false,"extras":{"currency":"EUR"},"tpaDebugParams":{"debugApp":null,"petri_ovr":null},"locale":"fr","timeZone":"Europe\/Paris","shouldRenderTPAsIframe":true,"debug":false,"regionalLanguage":"fr","isBuilderComponentModel":false},"widgetWixCodeSdk":{"isBuilderComponentModel":false},"windowWixCodeSdk":{"locale":"fr-fr","isMobileFriendly":true,"formFactor":"Desktop","pageIdToRouterAppDefinitionId":{"tt0oy":"1380b703-ce81-ff05-f115-39571d94dfcd"}},"wixCustomElementComponent":{"shouldLoadAllExternalScripts":true,"widgetsToRenderOnFreeSites":{"2f6c8845-f879-48da-a0a1-c28ee789b736":true,"f77a91f6-3d3b-4db7-9900-177088c50573":true,"96124e03-4878-4cfd-8f48-815898adb96a":true,"1d5c560f-1d9d-4f1a-b7ba-3aee8a8550a1":true,"ac737b9e-af72-4a44-a792-db8b01c22c23":true,"ff832fe6-9fb8-4c03-bcbe-3bd6665455b7-zsj1t":true,"c649bd6a-9c07-46b9-a561-12d23be1a0b7-x5kmw":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-vh9q1":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-wubn4":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-x7lat":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-bkcdi":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-bqb3v":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-x4vxv":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-y4976":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-b4kha":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-h9lrc":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-hxdg5":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-z50e2":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-yl1zs":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-v8gqn":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-r7gvz":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-ish0i":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-uu804":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-mp016":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-fgl5b":true,"a0c68605-c2e7-4c8d-9ea1-767f9770e087-mt2f0":true,"b976560c-3122-4351-878f-453f337b7245-aehnv":true,"b976560c-3122-4351-878f-453f337b7245-uuc0d":true,"b976560c-3122-4351-878f-453f337b7245-zuaoa":true,"b976560c-3122-4351-878f-453f337b7245-ng58u":true,"b976560c-3122-4351-878f-453f337b7245-a1ugz":true,"b976560c-3122-4351-878f-453f337b7245-xhv4l":true,"b976560c-3122-4351-878f-453f337b7245-mty3l":true,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7-mzdqe":true,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7-wm0ej":true,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7-s2zfa":true,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7-ire8y":true,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7-x5kmw":true},"wixCodeBundlersUrlData":{"url":"https:\/\/bundler.wix-code.com\/ce1e3023-356d-4b0f-a95b-2af4b105352a\/3e7eeb1c-ad78-47d2-88c5-0566be682f38\/66a728bf-53b0-4653-9ee8-752ac1a51d40\/","queryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false","parastorageUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_ce1e3023-356d-4b0f-a95b-2af4b105352a\/gridAppId_66a728bf-53b0-4653-9ee8-752ac1a51d40\/filePath_\/fileType_js\/compression_gzip\/depToken_\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_","appDefIdToWixCodeBundlerUrlData":{"ff832fe6-9fb8-4c03-bcbe-3bd6665455b7":{"url":"https:\/\/bundler.wix-code.com\/ce1e3023-356d-4b0f-a95b-2af4b105352a\/3e7eeb1c-ad78-47d2-88c5-0566be682f38\/f74f8514-20e7-48f8-9256-9364eefed91b\/","parastorageUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_ce1e3023-356d-4b0f-a95b-2af4b105352a\/gridAppId_f74f8514-20e7-48f8-9256-9364eefed91b\/filePath_\/fileType_js\/compression_gzip\/depToken_\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_","queryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false"},"c649bd6a-9c07-46b9-a561-12d23be1a0b7":{"url":"https:\/\/bundler.wix-code.com\/ce1e3023-356d-4b0f-a95b-2af4b105352a\/3e7eeb1c-ad78-47d2-88c5-0566be682f38\/27bb029e-d617-4f5b-98fa-57181bef9c1e\/","parastorageUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_ce1e3023-356d-4b0f-a95b-2af4b105352a\/gridAppId_27bb029e-d617-4f5b-98fa-57181bef9c1e\/filePath_\/fileType_js\/compression_gzip\/depToken_\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_","queryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false"},"a0c68605-c2e7-4c8d-9ea1-767f9770e087":{"url":"https:\/\/bundler.wix-code.com\/ce1e3023-356d-4b0f-a95b-2af4b105352a\/3e7eeb1c-ad78-47d2-88c5-0566be682f38\/1f3cdaf3-1ef1-491b-8743-1894bb51257c\/","parastorageUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_ce1e3023-356d-4b0f-a95b-2af4b105352a\/gridAppId_1f3cdaf3-1ef1-491b-8743-1894bb51257c\/filePath_\/fileType_js\/compression_gzip\/depToken_\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_","queryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false"},"b976560c-3122-4351-878f-453f337b7245":{"url":"https:\/\/bundler.wix-code.com\/ce1e3023-356d-4b0f-a95b-2af4b105352a\/3e7eeb1c-ad78-47d2-88c5-0566be682f38\/5d5e1403-dffe-4565-948c-03a8e2f4251e\/","parastorageUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_ce1e3023-356d-4b0f-a95b-2af4b105352a\/gridAppId_5d5e1403-dffe-4565-948c-03a8e2f4251e\/filePath_\/fileType_js\/compression_gzip\/depToken_\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_","queryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false"},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"url":"https:\/\/bundler.wix-code.com\/ce1e3023-356d-4b0f-a95b-2af4b105352a\/3e7eeb1c-ad78-47d2-88c5-0566be682f38\/71869e96-79b7-49b9-b6f9-e32bcf00ac52\/","parastorageUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_ce1e3023-356d-4b0f-a95b-2af4b105352a\/gridAppId_71869e96-79b7-49b9-b6f9-e32bcf00ac52\/filePath_\/fileType_js\/compression_gzip\/depToken_\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_","queryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false"},"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":{"url":"https:\/\/bundler.wix-code.com\/ce1e3023-356d-4b0f-a95b-2af4b105352a\/3e7eeb1c-ad78-47d2-88c5-0566be682f38\/c50e5e08-385e-4f11-8515-a12d1885c426\/","parastorageUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_ce1e3023-356d-4b0f-a95b-2af4b105352a\/gridAppId_c50e5e08-385e-4f11-8515-a12d1885c426\/filePath_\/fileType_js\/compression_gzip\/depToken_\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_","queryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=false"}}},"customElementWidgets":{"56d7c59c-771d-4a8e-8910-3915efd21dd4-96124e03-4878-4cfd-8f48-815898adb96a":{"scriptUrl":"https:\/\/counter.purplebear.co\/js\/wix-plugin.js?appId=56d7c59c-771d-4a8e-8910-3915efd21dd4&appName=counter&domain=counter.purplebear.co","tagName":"counter-blog-widget","scriptType":"COMMON_JS"},"56d7c59c-771d-4a8e-8910-3915efd21dd4-1d5c560f-1d9d-4f1a-b7ba-3aee8a8550a1":{"scriptUrl":"https:\/\/counter.purplebear.co\/js\/wix-plugin.js?appId=56d7c59c-771d-4a8e-8910-3915efd21dd4&appName=counter&domain=counter.purplebear.co","tagName":"counter-store-widget","scriptType":"COMMON_JS"},"56d7c59c-771d-4a8e-8910-3915efd21dd4-ac737b9e-af72-4a44-a792-db8b01c22c23":{"scriptUrl":"https:\/\/counter.purplebear.co\/js\/wix-plugin.js?appId=56d7c59c-771d-4a8e-8910-3915efd21dd4&appName=counter&domain=counter.purplebear.co","tagName":"counter-site-widget","scriptType":"COMMON_JS"}}},"wixEmbedsApi":{"isAdminPage":false},"platform":{"sdksStaticPaths":{"mainSdks":"https:\/\/static.parastorage.com\/services\/wix-thunderbolt\/dist\/mainSdks.0b1ed80a.chunk.min.js","nonMainSdks":"https:\/\/static.parastorage.com\/services\/wix-thunderbolt\/dist\/nonMainSdks.b8fced9e.chunk.min.js"},"landingPageId":"wffbg","clientWorkerUrl":"https:\/\/static.parastorage.com\/services\/wix-thunderbolt\/dist\/clientWorker.94d0f5f9.bundle.min.js","bootstrapData":{"isMobileView":false,"isMobileAppBuilder":false,"appsSpecData":{"675bbcef-18d8-41f5-800e-131ec9e08762":{"appDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762","type":"siteextension","instanceId":"3e7eeb1c-ad78-47d2-88c5-0566be682f38","isIdentityTokenAppSpec":false,"isModuleFederated":false},"14409595-f076-4753-8303-9a86f9f71469":{"appDefinitionId":"14409595-f076-4753-8303-9a86f9f71469","type":"public","instanceId":"cf057181-5aa8-40eb-a200-f05c211c4f7a","appDefinitionName":"Wix Video","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"ff832fe6-9fb8-4c03-bcbe-3bd6665455b7":{"appDefinitionId":"ff832fe6-9fb8-4c03-bcbe-3bd6665455b7","type":"public","instanceId":"b6159afc-3497-4ac3-918d-236e25f90b73","appDefinitionName":"NumberCounter","isWixTPA":false,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"c649bd6a-9c07-46b9-a561-12d23be1a0b7":{"appDefinitionId":"c649bd6a-9c07-46b9-a561-12d23be1a0b7","type":"public","instanceId":"cd2090e5-ff54-4a29-99c9-6e0d02ede7fb","appDefinitionName":"ShopTunes: Spotify Music Embed","isWixTPA":false,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"56d7c59c-771d-4a8e-8910-3915efd21dd4":{"appDefinitionId":"56d7c59c-771d-4a8e-8910-3915efd21dd4","type":"public","instanceId":"87785842-f368-4589-bcc0-3e8873b07908","appDefinitionName":"Number Counter by Pb","isWixTPA":false,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{"appDefinitionId":"215238eb-22a5-4c36-9e7b-e7c08025e04e","type":"public","instanceId":"5606e67e-4a79-4f5b-9bc4-547a320a869c","appDefinitionName":"Wix Stores","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"1380b703-ce81-ff05-f115-39571d94dfcd":{"appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","type":"public","instanceId":"a44486f6-e6f4-4ebf-843b-2413dcb3d54d","appDefinitionName":"Checkout & Orders","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"a0c68605-c2e7-4c8d-9ea1-767f9770e087":{"appDefinitionId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","type":"public","instanceId":"a7517d87-07d4-4d69-ae0b-b90f3c274df3","appDefinitionName":"Product Page Blocks","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"47e245ca-1a42-4d6a-a69a-c125bc839b40":{"appDefinitionId":"47e245ca-1a42-4d6a-a69a-c125bc839b40","type":"public","instanceId":"e1cb185e-5fb9-4b29-a2e6-299ee5a32fe5","appDefinitionName":"Express Checkout Widget OOI","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"df892fe9-626f-44c9-a328-e29f93880b38":{"appDefinitionId":"df892fe9-626f-44c9-a328-e29f93880b38","type":"public","instanceId":"75e65af3-9600-4f2e-a0e3-f2e377399b45","appDefinitionName":"payment-methods-banner-ooi","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"appDefinitionId":"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9","type":"public","instanceId":"fdaac124-44bc-4704-af57-d543d65d0f7f","appDefinitionName":"Wix Members Area","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"b976560c-3122-4351-878f-453f337b7245":{"appDefinitionId":"b976560c-3122-4351-878f-453f337b7245","type":"public","instanceId":"be6bffb3-aa06-4088-8c3a-b5d5864bda45","appDefinitionName":"Members Area","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"appDefinitionId":"14cffd81-5215-0a7f-22f8-074b0e2401fb","type":"public","instanceId":"aa1ca6c4-c013-42c6-aea8-c819737d5802","appDefinitionName":"Member Account Info","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"appDefinitionId":"4aebd0cb-fbdb-4da7-b5d1-d05660a30172","type":"public","instanceId":"9e7c27de-8c65-45eb-a690-dd9c6096edae","appDefinitionName":"My Wallet","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"225dd912-7dea-4738-8688-4b8c6955ffc2":{"appDefinitionId":"225dd912-7dea-4738-8688-4b8c6955ffc2","type":"public","instanceId":"ff0181c6-4d3d-4460-99c0-0845838709cc","appDefinitionName":"Wix Forms","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"appDefinitionId":"14271d6f-ba62-d045-549b-ab972ae1f70e","type":"public","instanceId":"a832dbe8-f4bf-4ba3-8359-3a446eac2b7a","appDefinitionName":"Wix Pro Gallery","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"2936472a-a1ed-4ae5-9f71-614313a9f4e7":{"appDefinitionId":"2936472a-a1ed-4ae5-9f71-614313a9f4e7","type":"public","instanceId":"0a5448d9-f25b-4da8-b373-f6e559a0daa8","appDefinitionName":"Wix Online Programs","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":{"appDefinitionId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","type":"public","instanceId":"7be5d465-9881-4c74-81c2-b1afccdeeb6a","appDefinitionName":"Instagram Feed (New)","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"14c92d28-031e-7910-c9a8-a670011e062d":{"appDefinitionId":"14c92d28-031e-7910-c9a8-a670011e062d","type":"public","instanceId":"59ff48d3-8d07-45d2-9f2d-5a5f07a8e91d","appDefinitionName":"Wix FAQ","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"cdd4b6d5-6fb4-4bd1-9189-791244b5361e":{"appDefinitionId":"cdd4b6d5-6fb4-4bd1-9189-791244b5361e","type":"public","instanceId":"47b64015-8b58-4cc0-9761-1f1dd816246c","appDefinitionName":"Pay Button","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false},"dataBinding":{"appDefinitionId":"dataBinding","type":"application","instanceId":"3e7eeb1c-ad78-47d2-88c5-0566be682f38","appDefinitionName":"Data Binding","isWixTPA":true,"isIdentityTokenAppSpec":false,"isModuleFederated":false}},"appsUrlData":{"14409595-f076-4753-8303-9a86f9f71469":{"appDefId":"14409595-f076-4753-8303-9a86f9f71469","appDefName":"Wix Video","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wix-vod-widget\/1.4604.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/vod-server.wix.com\/"},"widgets":{"144097ea-fea0-498e-ade7-e6de40127106":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wix-vod-widget\/1.4604.0\/WixVideoController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wix-vod-widget\/1.4604.0\/WixVideoViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wix-vod-widget\/1.4604.0\/WixVideoViewerWidgetNoCss.bundle.min.js","widgetId":"144097ea-fea0-498e-ade7-e6de40127106"}}},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{"appDefId":"215238eb-22a5-4c36-9e7b-e7c08025e04e","appDefName":"Wix Stores","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-worker\/1.4706.0\/storesViewerScript.bundle.min.js","baseUrls":{},"widgets":{}},"1380b703-ce81-ff05-f115-39571d94dfcd":{"appDefId":"1380b703-ce81-ff05-f115-39571d94dfcd","appDefName":"Checkout & Orders","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-worker\/1.4706.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/","addToCartBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1496.0\/","cartIconBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-icon\/1.2290.0\/","productWidgetBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.2052.0\/","galleryBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/","wishlistBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-wishlist\/1.2322.0\/","productPageBaseUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.4206.0\/"},"widgets":{"13a94f09-2766-3c40-4a32-8edb5acdd8bc":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.4206.0\/ProductPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.4206.0\/ProductPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page\/1.4206.0\/ProductPageViewerWidgetNoCss.bundle.min.js","widgetId":"13a94f09-2766-3c40-4a32-8edb5acdd8bc","cssPerBreakpoint":true},"49dbb2d9-d9e5-4605-a147-e926605bf164":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/SideCartController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/SideCartViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/SideCartViewerWidgetNoCss.bundle.min.js","widgetId":"49dbb2d9-d9e5-4605-a147-e926605bf164","cssPerBreakpoint":true},"14666402-0bc7-b763-e875-e99840d131bd":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1496.0\/addToCartController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1496.0\/addToCart.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-add-to-cart\/1.1496.0\/addToCartNoCss.bundle.min.js","errorReportingUrl":"https:\/\/8c4075d5481d476e945486754f783364@sentry.io\/1865790","widgetId":"14666402-0bc7-b763-e875-e99840d131bd"},"a63a5215-8aa6-42af-96b1-583bfd74cff5":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/WishlistController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/WishlistViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/WishlistViewerWidgetNoCss.bundle.min.js","widgetId":"a63a5215-8aa6-42af-96b1-583bfd74cff5","cssPerBreakpoint":true},"13afb094-84f9-739f-44fd-78d036adb028":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/GridGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/GridGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/GridGalleryViewerWidgetNoCss.bundle.min.js","widgetId":"13afb094-84f9-739f-44fd-78d036adb028","cssPerBreakpoint":true},"1380bbab-4da3-36b0-efb4-2e0599971d14":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/cartController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/cartViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-cart-ooi\/1.5988.0\/cartViewerWidgetNoCss.bundle.min.js","widgetId":"1380bbab-4da3-36b0-efb4-2e0599971d14"},"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/SliderGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/SliderGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/SliderGalleryViewerWidgetNoCss.bundle.min.js","widgetId":"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82","cssPerBreakpoint":true},"1380bbb4-8df0-fd38-a235-88821cf3f8a4":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-thank-you-page-ooi\/1.3451.0\/thankYouPageViewerWidgetNoCss.bundle.min.js","widgetId":"1380bbb4-8df0-fd38-a235-88821cf3f8a4"},"14e121c8-00a3-f7cc-6156-2c82a2ba8fcb":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"14e121c8-00a3-f7cc-6156-2c82a2ba8fcb"},"1380bba0-253e-a800-a235-88821cf3f8a4":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/GridGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/GridGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/GridGalleryViewerWidgetNoCss.bundle.min.js","widgetId":"1380bba0-253e-a800-a235-88821cf3f8a4","cssPerBreakpoint":true},"1380bbc4-1485-9d44-4616-92e36b1ead6b":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-cart-icon\/1.2228.0\/CartIconController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-cart-icon\/1.2228.0\/CartIconViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-cart-icon\/1.2228.0\/CartIconViewerWidgetNoCss.bundle.min.js","widgetId":"1380bbc4-1485-9d44-4616-92e36b1ead6b","cssPerBreakpoint":true},"244576c9-d856-49b9-af14-216071924e3b":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/SearchModalGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/SearchModalGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/SearchModalGalleryViewerWidgetNoCss.bundle.min.js","widgetId":"244576c9-d856-49b9-af14-216071924e3b","cssPerBreakpoint":true},"abcd87fe-c51f-4538-848d-2902a2f50d2d":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/SearchResultsPageGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/SearchResultsPageGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/SearchResultsPageGalleryViewerWidgetNoCss.bundle.min.js","widgetId":"abcd87fe-c51f-4538-848d-2902a2f50d2d","cssPerBreakpoint":true},"4425f8e8-51fb-457b-9123-fdb7b1cef94a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6787.0\/PaymentRequestController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6787.0\/PaymentRequestViewerWidget.bundle.min.js","noCssComponentUrl":"","widgetId":"4425f8e8-51fb-457b-9123-fdb7b1cef94a"},"bda15dc1-816d-4ff3-8dcb-1172d5343cce":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/CategoryPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/CategoryPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-gallery\/1.5848.0\/CategoryPageViewerWidgetNoCss.bundle.min.js","widgetId":"bda15dc1-816d-4ff3-8dcb-1172d5343cce","cssPerBreakpoint":true},"14fd5970-8072-c276-1246-058b79e70c1a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6787.0\/CheckoutController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6787.0\/CheckoutViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6787.0\/CheckoutViewerWidgetNoCss.bundle.min.js","widgetId":"14fd5970-8072-c276-1246-058b79e70c1a"},"13ec3e79-e668-cc0c-2d48-e99d53a213dd":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.2052.0\/productWidgetController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.2052.0\/productWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-widget\/1.2052.0\/productWidgetNoCss.bundle.min.js","widgetId":"13ec3e79-e668-cc0c-2d48-e99d53a213dd"},"deaaaab0-f5bd-4b7a-a652-3845efcb546a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6787.0\/BundleBundleController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/ecom-platform-checkout\/1.6787.0\/BundleBundleViewerWidget.bundle.min.js","noCssComponentUrl":"","widgetId":"deaaaab0-f5bd-4b7a-a652-3845efcb546a"},"215f8ab7-97c3-4838-a6d0-ad4a61747158":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"215f8ab7-97c3-4838-a6d0-ad4a61747158"}}},"47e245ca-1a42-4d6a-a69a-c125bc839b40":{"appDefId":"47e245ca-1a42-4d6a-a69a-c125bc839b40","appDefName":"Express Checkout Widget OOI","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/express-checkout-widget-ooi\/1.168.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/express-checkout-widget-ooi\/1.168.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/express-checkout-widget-ooi\/1.168.0"},"widgets":{"54fb025c-61dc-4286-87c7-0ac416c58744":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/express-checkout-widget-ooi\/1.168.0\/ExpressCheckoutWidgetController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/express-checkout-widget-ooi\/1.168.0\/ExpressCheckoutWidgetViewerWidget.bundle.min.js","noCssComponentUrl":"","widgetId":"54fb025c-61dc-4286-87c7-0ac416c58744"}}},"df892fe9-626f-44c9-a328-e29f93880b38":{"appDefId":"df892fe9-626f-44c9-a328-e29f93880b38","appDefName":"payment-methods-banner-ooi","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/payment-methods-banner-ooi\/1.2056.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/payment-methods-banner-ooi\/1.2056.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/payment-methods-banner-ooi\/1.2031.0"},"widgets":{"f6aa0c93-74ae-415c-a5e3-1bfc7c747bf4":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/payment-methods-banner-ooi\/1.2056.0\/PaymentMethodsBannerWidgetController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/payment-methods-banner-ooi\/1.2056.0\/PaymentMethodsBannerWidgetViewerWidget.bundle.min.js","noCssComponentUrl":"","widgetId":"f6aa0c93-74ae-415c-a5e3-1bfc7c747bf4"}}},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"appDefId":"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9","appDefName":"Wix Members Area","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/santa-members-viewer-app\/1.2819.0\/viewerScript.bundle.min.js","baseUrls":{},"widgets":{"e53d6a92-5acc-4a00-9d4d-f46c86a49c2e":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"e53d6a92-5acc-4a00-9d4d-f46c86a49c2e"}}},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"appDefId":"14cffd81-5215-0a7f-22f8-074b0e2401fb","appDefName":"Member Account Info","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0"},"widgets":{"14dd1af6-3e02-63db-0ef2-72fbc7cc3136":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/MyAccountController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/MyAccountViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/my-account-ooi\/1.2783.0\/MyAccountViewerWidgetNoCss.bundle.min.js","widgetId":"14dd1af6-3e02-63db-0ef2-72fbc7cc3136","cssPerBreakpoint":true}}},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"appDefId":"4aebd0cb-fbdb-4da7-b5d1-d05660a30172","appDefName":"My Wallet","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0"},"errorReportingUrl":"https:\/\/9a65e97ebe8141fca0c4fd686f70996b@sentry.wixpress.com\/5894","widgets":{"6467c15e-af3c-4e8d-b167-41bfb8efc32a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/MyWalletController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/MyWalletViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/payments-my-wallet\/1.1131.0\/MyWalletViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/9a65e97ebe8141fca0c4fd686f70996b@sentry.wixpress.com\/5894","widgetId":"6467c15e-af3c-4e8d-b167-41bfb8efc32a","cssPerBreakpoint":true}}},"225dd912-7dea-4738-8688-4b8c6955ffc2":{"appDefId":"225dd912-7dea-4738-8688-4b8c6955ffc2","appDefName":"Wix Forms","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2413.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2413.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2413.0"},"errorReportingUrl":"https:\/\/5d1795a2db124a268f1e1bd88f503500@sentry.wixpress.com\/4615","widgets":{"371ee199-389c-4a93-849e-e35b8a15b7ca":{"controllerUrl":"","componentUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2413.0\/FormViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/form-app\/1.2413.0\/FormViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/18d2f96d279149989b95faf0a4b41882@sentry-next.wixpress.com\/1784","widgetId":"371ee199-389c-4a93-849e-e35b8a15b7ca","cssPerBreakpoint":true}}},"2936472a-a1ed-4ae5-9f71-614313a9f4e7":{"appDefId":"2936472a-a1ed-4ae5-9f71-614313a9f4e7","appDefName":"Wix Online Programs","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/viewerScript.bundle.min.js","baseUrls":{"staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/"},"errorReportingUrl":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","widgets":{"0daa3702-0e20-48ca-ba15-ad380e00e6b6":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/PaymentPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/PaymentPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/PaymentPageViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","widgetId":"0daa3702-0e20-48ca-ba15-ad380e00e6b6","cssPerBreakpoint":true},"0e9aad02-e5a7-45f3-8b8e-a842a5e99be3":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ParticipantPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ParticipantPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ParticipantPageViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","widgetId":"0e9aad02-e5a7-45f3-8b8e-a842a5e99be3","cssPerBreakpoint":true},"847c2f5d-017f-499f-9c3e-069164fc116f":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesPageViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","widgetId":"847c2f5d-017f-499f-9c3e-069164fc116f","cssPerBreakpoint":true},"a159b4d2-831b-410c-9e77-ec3f40c9cace":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ThankYouPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ThankYouPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ThankYouPageViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","widgetId":"a159b4d2-831b-410c-9e77-ec3f40c9cace","cssPerBreakpoint":true},"ef4e59bd-625a-484e-9ba1-650d4aecf03b":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesListController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesListViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesListViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","widgetId":"ef4e59bd-625a-484e-9ba1-650d4aecf03b","cssPerBreakpoint":true},"c88902a1-7fbf-4ff1-b19a-af39c48bc740":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/MyProgramsController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/MyProgramsViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/MyProgramsViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","widgetId":"c88902a1-7fbf-4ff1-b19a-af39c48bc740","cssPerBreakpoint":true},"20dcd94b-f847-4e24-b3f2-0d3894593f7a":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesListPageController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesListPageViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/challenges-web-ooi\/1.2168.2947\/ChallengesListPageViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/98b21aa53d68482b8414e892d9af0e5f@sentry-next.wixpress.com\/1190","widgetId":"20dcd94b-f847-4e24-b3f2-0d3894593f7a","cssPerBreakpoint":true}}},"14c92d28-031e-7910-c9a8-a670011e062d":{"appDefId":"14c92d28-031e-7910-c9a8-a670011e062d","appDefName":"Wix FAQ","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/viewerScript.bundle.min.js","baseUrls":{},"widgets":{"14c92de1-0e02-cbe5-98e9-c3de44d63a55":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/FaqOoiController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/FaqOoiViewerWidget.bundle.min.js","noCssComponentUrl":"https:\/\/static.parastorage.com\/services\/faq-ooi\/1.592.0\/FaqOoiViewerWidgetNoCss.bundle.min.js","errorReportingUrl":"https:\/\/79baaa8e09c746d2b7401643b99792e0@sentry.wixpress.com\/6001","widgetId":"14c92de1-0e02-cbe5-98e9-c3de44d63a55","cssPerBreakpoint":true}}},"cdd4b6d5-6fb4-4bd1-9189-791244b5361e":{"appDefId":"cdd4b6d5-6fb4-4bd1-9189-791244b5361e","appDefName":"Pay Button","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/pay-button\/1.1785.0\/viewerScript.bundle.min.js","baseUrls":{"staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/pay-button\/1.1785.0\/","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/pay-button\/1.1785.0"},"widgets":{"542b69cc-897a-422b-a163-71f3de43fa52":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/pay-button\/1.1785.0\/PayButtonController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/pay-button\/1.1785.0\/PayButtonViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/8c30b2581acc426badc414e8a5dc04ef@sentry.wixpress.com\/2193","widgetId":"542b69cc-897a-422b-a163-71f3de43fa52"}}},"ff832fe6-9fb8-4c03-bcbe-3bd6665455b7":{"appDefId":"ff832fe6-9fb8-4c03-bcbe-3bd6665455b7","appDefName":"NumberCounter","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/blocks-client-viewer-app\/1.2554.0\/viewerApp.umd.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=08741e2d-7d86-432d-b0f2-1a9073fd299e&metaSiteId=8127702e-5785-4cd7-b117-352c07ef16a1&siteRevision=87","blocks_devSiteUrl":"https:\/\/manimeghanamani.editorx.io\/site-hd8bj6lybhcrq-1","blocks_widgetManifestsUrl":"\/manifests\/ff832fe6-9fb8-4c03-bcbe-3bd6665455b7\/87\/manifests.json"},"widgets":{"4a42fd88-0998-432c-b598-4b9ad8de3bc6":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"4a42fd88-0998-432c-b598-4b9ad8de3bc6"}}},"c649bd6a-9c07-46b9-a561-12d23be1a0b7":{"appDefId":"c649bd6a-9c07-46b9-a561-12d23be1a0b7","appDefName":"ShopTunes: Spotify Music Embed","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/blocks-client-viewer-app\/1.2554.0\/viewerApp.umd.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=6c12fa90-4408-4d09-bb46-0c47a72fc9b0&metaSiteId=a9e9ca60-dd42-4fef-9843-066fdb0bc3d8&siteRevision=11","blocks_devSiteUrl":"https:\/\/armyshoes.editorx.io\/c9pvusuiarekud2v4at0","blocks_widgetManifestsUrl":"\/manifests\/c649bd6a-9c07-46b9-a561-12d23be1a0b7\/11\/manifests.json"},"widgets":{"30e26ef7-c48e-4b36-962c-fb1a6b7ab29c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"30e26ef7-c48e-4b36-962c-fb1a6b7ab29c"},"2f6c8845-f879-48da-a0a1-c28ee789b736":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"2f6c8845-f879-48da-a0a1-c28ee789b736"}}},"a0c68605-c2e7-4c8d-9ea1-767f9770e087":{"appDefId":"a0c68605-c2e7-4c8d-9ea1-767f9770e087","appDefName":"Product Page Blocks","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wixstores-client-product-page-blocks\/1.2477.0\/viewerScript.bundle.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=2540ca8b-1c17-46aa-9e3b-2811df6cd9f6&metaSiteId=58466935-39b8-4cf3-b984-c1e6016a01fb&siteRevision=6855","blocks_devSiteUrl":"https:\/\/ecom19.wixstudio.com\/myapp-1-1-1","blocks_widgetManifestsUrl":"\/manifests\/a0c68605-c2e7-4c8d-9ea1-767f9770e087\/6855\/manifests.json"},"errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgets":{"33159c18-8226-4068-91e8-216f5f2c75f8":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"33159c18-8226-4068-91e8-216f5f2c75f8"},"6e0d0836-6240-4688-b4c2-00095de015d9":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"6e0d0836-6240-4688-b4c2-00095de015d9"},"60039b18-5d94-45b7-bd03-b7008213f906":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"60039b18-5d94-45b7-bd03-b7008213f906"},"72c071a7-3808-4b0d-94ae-cc49bc51e0fe":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"72c071a7-3808-4b0d-94ae-cc49bc51e0fe"},"11d2e86b-7f3b-445e-9cc5-b25dd9de8f45":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"11d2e86b-7f3b-445e-9cc5-b25dd9de8f45"},"ba708a2c-287b-4bfa-9daf-d04168e13e1f":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"ba708a2c-287b-4bfa-9daf-d04168e13e1f"},"5cfa0563-7bfc-4b61-9dbb-04677d1b9ea5":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"5cfa0563-7bfc-4b61-9dbb-04677d1b9ea5"},"2fb559c9-2297-43cc-9f28-aaf3e988063d":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"2fb559c9-2297-43cc-9f28-aaf3e988063d"},"ddea5ffa-c473-4655-8c8f-241e10f9bd67":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"ddea5ffa-c473-4655-8c8f-241e10f9bd67"},"cbd0cea6-4c0d-4199-b241-1254d1f02377":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"cbd0cea6-4c0d-4199-b241-1254d1f02377"},"56b08f4f-d99b-4da2-a049-ca218b626be2":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"56b08f4f-d99b-4da2-a049-ca218b626be2"},"e3eb5d42-170a-41ad-a344-8489e54828ad":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"e3eb5d42-170a-41ad-a344-8489e54828ad"},"9fa041da-f429-4a24-8579-46c57a985b33":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"9fa041da-f429-4a24-8579-46c57a985b33"},"6a25b678-53ec-4b37-a190-65fcd1ca1a63":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"6a25b678-53ec-4b37-a190-65fcd1ca1a63"},"a7a7c443-9ebe-442f-9339-b28804f8869e":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"a7a7c443-9ebe-442f-9339-b28804f8869e"},"17315fb1-7be4-4492-a196-c1abb2817309":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"17315fb1-7be4-4492-a196-c1abb2817309"},"2790ca6c-a264-4ecd-8f5a-030ebce5d0b1":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"2790ca6c-a264-4ecd-8f5a-030ebce5d0b1"},"f67f8f07-eac7-470e-99f5-213f121b5655":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"f67f8f07-eac7-470e-99f5-213f121b5655"},"edb17e71-9a93-428e-87d8-26c07fb4cd3c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"edb17e71-9a93-428e-87d8-26c07fb4cd3c"},"db646d31-6817-4184-87df-c5496c9da6b9":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/0fd2930120484402ac9adfb9e05cacd5@o37417.ingest.sentry.io\/6003813","widgetId":"db646d31-6817-4184-87df-c5496c9da6b9"}}},"b976560c-3122-4351-878f-453f337b7245":{"appDefId":"b976560c-3122-4351-878f-453f337b7245","appDefName":"Members Area","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2450.0\/viewerScript.bundle.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=27e854ac-99e9-4626-b905-ff10071df796&metaSiteId=4a8777cf-00e8-44ee-95cd-d6abc09dc8e4&siteRevision=1291","blocks_devSiteUrl":"https:\/\/mnmteam.editorx.io\/vxgooi3j6xm5ykyver02","blocks_widgetManifestsUrl":"\/manifests\/b976560c-3122-4351-878f-453f337b7245\/1291\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2450.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/profile-page-bob\/1.2450.0"},"errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgets":{"5956d247-32d0-43af-9a49-7d1090c1e666":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"5956d247-32d0-43af-9a49-7d1090c1e666"},"2f6c5608-393f-4b15-bfd8-d4e15396787a":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"2f6c5608-393f-4b15-bfd8-d4e15396787a"},"5ab312ae-0cf7-4093-bbf5-5e4d3690151c":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"5ab312ae-0cf7-4093-bbf5-5e4d3690151c"},"31aadcb0-9add-42cb-9b21-72f41e91389b":{"controllerUrl":"","componentUrl":"https:\/\/empty","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"31aadcb0-9add-42cb-9b21-72f41e91389b"},"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b":{"controllerUrl":"","componentUrl":"https:\/\/empty","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b"},"25d08a82-0ea5-40f4-8047-07aee3e73e40":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"25d08a82-0ea5-40f4-8047-07aee3e73e40"},"009081ab-9c3d-41d5-8b90-41af0e84c159":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"009081ab-9c3d-41d5-8b90-41af0e84c159"},"a26fd26a-3dd9-42ca-b381-326a9c143e38":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"a26fd26a-3dd9-42ca-b381-326a9c143e38"},"596a6688-3ad7-46f7-bb9c-00023225876d":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/78f7996315bc402f9dcb8a2f974b82d1@sentry.wixpress.com\/3935","widgetId":"596a6688-3ad7-46f7-bb9c-00023225876d"}}},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"appDefId":"14271d6f-ba62-d045-549b-ab972ae1f70e","appDefName":"Wix Pro Gallery","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/viewerScript.bundle.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=ce7fd828-85c4-4b73-a390-d293eae32cec&metaSiteId=5af77ffc-cae0-4550-8a1e-4a85ff049a48&siteRevision=25","blocks_widgetManifestsUrl":"\/manifests\/14271d6f-ba62-d045-549b-ab972ae1f70e\/25\/manifests.json","santaWrapperBaseUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/"},"errorReportingUrl":"https:\/\/8eb368c655b84e029ed79ad7a5c1718e@sentry.wixpress.com\/3427","widgets":{"142bb34d-3439-576a-7118-683e690a1e0d":{"controllerUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/WixProGalleryController.bundle.min.js","componentUrl":"https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/WixProGalleryViewerWidget.bundle.min.js","noCssComponentUrl":"","errorReportingUrl":"https:\/\/8eb368c655b84e029ed79ad7a5c1718e@sentry.wixpress.com\/3427","widgetId":"142bb34d-3439-576a-7118-683e690a1e0d"},"144f04b9-aab4-fde7-179b-780c11da4f46":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","errorReportingUrl":"https:\/\/8eb368c655b84e029ed79ad7a5c1718e@sentry.wixpress.com\/3427","widgetId":"144f04b9-aab4-fde7-179b-780c11da4f46"}}},"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":{"appDefId":"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7","appDefName":"Instagram Feed (New)","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.442.0\/viewerScript.bundle.min.js","baseUrls":{"siteAssets":"{urlTemplate: {siteAssets}?siteId=a31c8851-2462-40a5-bd68-097744cb6404&metaSiteId=e868bda4-9a8a-45b6-8c84-d1c77f18dce7&siteRevision=634","blocks_devSiteUrl":"https:\/\/ronyf3.editorx.io\/fyz6zvejisbcbebhj1xw","blocks_widgetManifestsUrl":"\/manifests\/deb18ef1-e0c6-4668-a7bc-4a13785eb5b7\/634\/manifests.json","staticsBaseUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.0.0","staticsEditorBaseUrl":"https:\/\/static.parastorage.com\/services\/instagram-blocks-app\/1.0.0"},"widgets":{"50bd2535-0ac5-4e59-b520-c665f3b38be8":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"50bd2535-0ac5-4e59-b520-c665f3b38be8"},"3b212edb-8c0b-4cb0-bbdd-c2ca289aed32":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"3b212edb-8c0b-4cb0-bbdd-c2ca289aed32"},"5e950125-a2e4-489f-bb0b-fb30677719e2":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"5e950125-a2e4-489f-bb0b-fb30677719e2"},"41911f9d-aa42-4111-aafd-bef63e8463e8":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"41911f9d-aa42-4111-aafd-bef63e8463e8"},"4aa5ffff-4e98-47ce-95fe-3b40a658ced4":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"4aa5ffff-4e98-47ce-95fe-3b40a658ced4"},"9775dac1-735d-448f-9143-c9c70bd04de4":{"controllerUrl":"","componentUrl":"","noCssComponentUrl":"","widgetId":"9775dac1-735d-448f-9143-c9c70bd04de4"}}},"dataBinding":{"appDefId":"dataBinding","appDefName":"Data Binding","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/dbsm-viewer-app\/1.9023.0\/app.js","baseUrls":{},"widgets":{}},"675bbcef-18d8-41f5-800e-131ec9e08762":{"appDefId":"675bbcef-18d8-41f5-800e-131ec9e08762","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/wix-code-viewer-app\/1.1479.745\/app.js","baseUrls":{},"widgets":{}},"56d7c59c-771d-4a8e-8910-3915efd21dd4":{"appDefId":"56d7c59c-771d-4a8e-8910-3915efd21dd4","viewerScriptUrl":"https:\/\/static.parastorage.com\/services\/website-sdk-dummy-viewer-app\/1.0.0\/viewer-script.js","baseUrls":{},"widgets":{}}},"builderComponentsImportMapSdkUrls":{},"builderComponentsCompTypeSdkUrls":{},"builderPublicPackagesUrls":{"esm":{},"umd":{}},"blocksBootstrapData":{"blocksAppsData":{"ff832fe6-9fb8-4c03-bcbe-3bd6665455b7":{"siteHeaderUrl":"8be26f4106b0d22254a5a8f5e4ea4662_r3.json","wixCodeGridId":"f74f8514-20e7-48f8-9256-9364eefed91b","wixCodeInstanceId":"ae43575f-262f-443a-b70e-53acee05419a"},"c649bd6a-9c07-46b9-a561-12d23be1a0b7":{"siteHeaderUrl":"ff6d17e65f63be7bc70c5a8efb5e39be_r3.json","wixCodeGridId":"27bb029e-d617-4f5b-98fa-57181bef9c1e","wixCodeInstanceId":"7b2564c9-3036-4af5-b13d-4c42b2c1c1bc"},"a0c68605-c2e7-4c8d-9ea1-767f9770e087":{"siteHeaderUrl":"f9b33bc0e6f5ee678a3ba5176fd5d709_r3.json","wixCodeGridId":"1f3cdaf3-1ef1-491b-8743-1894bb51257c","wixCodeInstanceId":"48957064-b9fc-473d-a9e4-9a4ca03778e1"},"b976560c-3122-4351-878f-453f337b7245":{"siteHeaderUrl":"85a6f2b73f462330bba8a9c29e3d6558_r3.json","wixCodeGridId":"5d5e1403-dffe-4565-948c-03a8e2f4251e","wixCodeInstanceId":"9a9eaf1c-6655-4e0c-9789-ee2c43dd1920"},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"siteHeaderUrl":"a7dbf879980a8e90e03d649b6f48fac4_r3.json","wixCodeGridId":"71869e96-79b7-49b9-b6f9-e32bcf00ac52","wixCodeInstanceId":"4655355b-4814-4846-b82a-e057f0df94a3"},"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":{"siteHeaderUrl":"b0bff6870361bd12f0f4ecaa9af1e580_r3.json","wixCodeGridId":"c50e5e08-385e-4f11-8515-a12d1885c426","wixCodeInstanceId":"841abdb9-cb94-4497-a1ad-9b47c4725e8f"}},"elevatedBlocksAppsOnReactNative":[],"experiments":{"specs.blocks-client.alwaysUseTokenInfoForDecode":"true"},"experimentsQueryParams":"init-platform-api-provider=true&get-app-def-id-from-package-name=false&disable-yarn-pnp-mode=undefined","widgetBundleUrls":{},"isVeloBundlerParastorageUrlEnabled":true,"parastorageTemplateUrl":"https:\/\/bundler-velo.parastorage.com\/v_metaSiteId_\/gridAppId_\/filePath_\/fileType_js\/compression_gzip\/depToken_3938\/bundlerRuntimeExperiments_bundlerTrafficToAws-typescriptListExportedFunctions\/additionalOptions_"},"window":{"csrfToken":""},"location":{"externalBaseUrl":"https:\/\/www.cecilegiornelli.com","isPremiumDomain":true,"metaSiteId":"ce1e3023-356d-4b0f-a95b-2af4b105352a","userFileDomainUrl":"filesusr.com"},"bi":{"ownerId":"9b78c169-800e-47f8-823c-96cddc91102e","isMobileFriendly":true,"isPreview":false,"requestId":"1772742515.5782283652111306"},"platformAPIData":{"routersConfigMap":{"routers-mdr9r6n0":{"prefix":"category","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","config":"{}","group":"","pages":{"category":"tt0oy"},"roleVariations":{}}}},"wixCodeBootstrapData":{"wixCodeAppDefinitionId":"675bbcef-18d8-41f5-800e-131ec9e08762","wixCodeInstanceId":"3e7eeb1c-ad78-47d2-88c5-0566be682f38","wixCloudBaseDomain":"wix-code.com","dbsmViewerApp":"https:\/\/static.parastorage.com\/services\/dbsm-viewer-app\/1.9023.0","wixCodePlatformBaseUrl":"https:\/\/static.parastorage.com\/services\/wix-code-platform\/1.1097.93","wixCodeModel":{"appData":{"codeAppId":"66a728bf-53b0-4653-9ee8-752ac1a51d40"},"signedAppRenderInfo":"008fd91c498b898a11277a480b6eb908bd9e8fb0.eyJncmlkQXBwSWQiOiI2NmE3MjhiZi01M2IwLTQ2NTMtOWVlOC03NTJhYzFhNTFkNDAiLCJodG1sU2l0ZUlkIjoiNzM3NTczNDctMGM3ZS00ZDgwLTk0MmMtYjNjZDQxZDkwNzNjIiwiZGVtb0lkIjpudWxsLCJzaWduRGF0ZSI6MTc3Mjc0MjUxNTY1N30="},"wixCodePageIds":{},"elementorySupport":{"baseUrl":"https:\/\/www.cecilegiornelli.com\/_api\/wix-code-public-dispatcher-ng\/siteview"},"codePackagesData":[]},"autoFrontendModulesBaseUrl":"https:\/\/static.parastorage.com\/services\/auto-frontend-modules\/1.6238.0","disabledPlatformApps":{},"widgetsClientSpecMapData":{"675bbcef-18d8-41f5-800e-131ec9e08762":{},"14409595-f076-4753-8303-9a86f9f71469":{"144097ea-fea0-498e-ade7-e6de40127106":{"widgetName":"wix_vod_develop","componentFields":{}}},"ff832fe6-9fb8-4c03-bcbe-3bd6665455b7":{"4a42fd88-0998-432c-b598-4b9ad8de3bc6":{"componentFields":{}}},"c649bd6a-9c07-46b9-a561-12d23be1a0b7":{"30e26ef7-c48e-4b36-962c-fb1a6b7ab29c":{"componentFields":{}},"2f6c8845-f879-48da-a0a1-c28ee789b736":{"componentFields":{}}},"56d7c59c-771d-4a8e-8910-3915efd21dd4":{"f77a91f6-3d3b-4db7-9900-177088c50573":{"componentFields":{}},"96124e03-4878-4cfd-8f48-815898adb96a":{"componentFields":{}},"1d5c560f-1d9d-4f1a-b7ba-3aee8a8550a1":{"componentFields":{}},"ac737b9e-af72-4a44-a792-db8b01c22c23":{"componentFields":{}}},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{},"1380b703-ce81-ff05-f115-39571d94dfcd":{"13a94f09-2766-3c40-4a32-8edb5acdd8bc":{"widgetName":"product_page","componentFields":{}},"49dbb2d9-d9e5-4605-a147-e926605bf164":{"widgetName":"49dbb2d9-d9e5-4605-a147-e926605bf164","componentFields":{}},"14666402-0bc7-b763-e875-e99840d131bd":{"widgetName":"add_to_cart_button","componentFields":{}},"a63a5215-8aa6-42af-96b1-583bfd74cff5":{"widgetName":"wishlist","componentFields":{}},"13afb094-84f9-739f-44fd-78d036adb028":{"widgetName":"grid_gallery","componentFields":{}},"1380bbab-4da3-36b0-efb4-2e0599971d14":{"widgetName":"shopping_cart","componentFields":{}},"139a41fd-0b1d-975f-6f67-e8cbdf8ccc82":{"widgetName":"slider_gallery","componentFields":{}},"1380bbb4-8df0-fd38-a235-88821cf3f8a4":{"widgetName":"thank_you_page","componentFields":{}},"14e121c8-00a3-f7cc-6156-2c82a2ba8fcb":{"widgetName":"order_history","componentFields":{}},"1380bba0-253e-a800-a235-88821cf3f8a4":{"widgetName":"product_gallery","componentFields":{}},"1380bbc4-1485-9d44-4616-92e36b1ead6b":{"widgetName":"shopping_cart_icon","componentFields":{}},"244576c9-d856-49b9-af14-216071924e3b":{"widgetName":"244576c9-d856-49b9-af14-216071924e3b","componentFields":{}},"abcd87fe-c51f-4538-848d-2902a2f50d2d":{"widgetName":"abcd87fe-c51f-4538-848d-2902a2f50d2d","componentFields":{}},"4425f8e8-51fb-457b-9123-fdb7b1cef94a":{"widgetName":"4425f8e8-51fb-457b-9123-fdb7b1cef94a","componentFields":{}},"bda15dc1-816d-4ff3-8dcb-1172d5343cce":{"widgetName":"bda15dc1-816d-4ff3-8dcb-1172d5343cce","componentFields":{}},"14fd5970-8072-c276-1246-058b79e70c1a":{"widgetName":"checkout","componentFields":{}},"13ec3e79-e668-cc0c-2d48-e99d53a213dd":{"widgetName":"product_widget","componentFields":{}},"deaaaab0-f5bd-4b7a-a652-3845efcb546a":{"widgetName":"deaaaab0-f5bd-4b7a-a652-3845efcb546a","componentFields":{}},"215f8ab7-97c3-4838-a6d0-ad4a61747158":{"componentFields":{}}},"a0c68605-c2e7-4c8d-9ea1-767f9770e087":{"33159c18-8226-4068-91e8-216f5f2c75f8":{"componentFields":{}},"6e0d0836-6240-4688-b4c2-00095de015d9":{"componentFields":{}},"60039b18-5d94-45b7-bd03-b7008213f906":{"componentFields":{}},"72c071a7-3808-4b0d-94ae-cc49bc51e0fe":{"componentFields":{}},"11d2e86b-7f3b-445e-9cc5-b25dd9de8f45":{"componentFields":{}},"ba708a2c-287b-4bfa-9daf-d04168e13e1f":{"componentFields":{}},"5cfa0563-7bfc-4b61-9dbb-04677d1b9ea5":{"componentFields":{}},"2fb559c9-2297-43cc-9f28-aaf3e988063d":{"componentFields":{}},"ddea5ffa-c473-4655-8c8f-241e10f9bd67":{"componentFields":{}},"cbd0cea6-4c0d-4199-b241-1254d1f02377":{"componentFields":{}},"56b08f4f-d99b-4da2-a049-ca218b626be2":{"componentFields":{}},"e3eb5d42-170a-41ad-a344-8489e54828ad":{"componentFields":{}},"9fa041da-f429-4a24-8579-46c57a985b33":{"componentFields":{}},"6a25b678-53ec-4b37-a190-65fcd1ca1a63":{"componentFields":{}},"a7a7c443-9ebe-442f-9339-b28804f8869e":{"componentFields":{}},"17315fb1-7be4-4492-a196-c1abb2817309":{"componentFields":{}},"2790ca6c-a264-4ecd-8f5a-030ebce5d0b1":{"componentFields":{}},"f67f8f07-eac7-470e-99f5-213f121b5655":{"componentFields":{}},"edb17e71-9a93-428e-87d8-26c07fb4cd3c":{"componentFields":{}},"db646d31-6817-4184-87df-c5496c9da6b9":{"componentFields":{}}},"47e245ca-1a42-4d6a-a69a-c125bc839b40":{"54fb025c-61dc-4286-87c7-0ac416c58744":{"widgetName":"54fb025c-61dc-4286-87c7-0ac416c58744","componentFields":{}}},"df892fe9-626f-44c9-a328-e29f93880b38":{"f6aa0c93-74ae-415c-a5e3-1bfc7c747bf4":{"widgetName":"f6aa0c93-74ae-415c-a5e3-1bfc7c747bf4","componentFields":{}}},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"e53d6a92-5acc-4a00-9d4d-f46c86a49c2e":{"componentFields":{}}},"b976560c-3122-4351-878f-453f337b7245":{"5956d247-32d0-43af-9a49-7d1090c1e666":{"componentFields":{}},"2f6c5608-393f-4b15-bfd8-d4e15396787a":{"componentFields":{}},"5ab312ae-0cf7-4093-bbf5-5e4d3690151c":{"componentFields":{}},"31aadcb0-9add-42cb-9b21-72f41e91389b":{"widgetName":"31aadcb0-9add-42cb-9b21-72f41e91389b","componentFields":{}},"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b":{"widgetName":"5a4d1a4f-58c5-4389-8a03-5cbabe4a9f3b","componentFields":{}},"25d08a82-0ea5-40f4-8047-07aee3e73e40":{"componentFields":{}},"009081ab-9c3d-41d5-8b90-41af0e84c159":{"componentFields":{}},"a26fd26a-3dd9-42ca-b381-326a9c143e38":{"componentFields":{}},"596a6688-3ad7-46f7-bb9c-00023225876d":{"componentFields":{}}},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"14dd1af6-3e02-63db-0ef2-72fbc7cc3136":{"widgetName":"member_info","componentFields":{}}},"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":{"6467c15e-af3c-4e8d-b167-41bfb8efc32a":{"widgetName":"my_wallet","componentFields":{}}},"225dd912-7dea-4738-8688-4b8c6955ffc2":{"371ee199-389c-4a93-849e-e35b8a15b7ca":{"widgetName":"371ee199-389c-4a93-849e-e35b8a15b7ca","componentFields":{}}},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"142bb34d-3439-576a-7118-683e690a1e0d":{"widgetName":"pro-gallery","componentFields":{}},"144f04b9-aab4-fde7-179b-780c11da4f46":{"widgetName":"fullscreen_page","componentFields":{}}},"2936472a-a1ed-4ae5-9f71-614313a9f4e7":{"0daa3702-0e20-48ca-ba15-ad380e00e6b6":{"widgetName":"Challenge Payment","componentFields":{}},"0e9aad02-e5a7-45f3-8b8e-a842a5e99be3":{"widgetName":"0e9aad02-e5a7-45f3-8b8e-a842a5e99be3","componentFields":{}},"847c2f5d-017f-499f-9c3e-069164fc116f":{"widgetName":"challenge_page","componentFields":{}},"a159b4d2-831b-410c-9e77-ec3f40c9cace":{"widgetName":"a159b4d2-831b-410c-9e77-ec3f40c9cace","componentFields":{}},"ef4e59bd-625a-484e-9ba1-650d4aecf03b":{"widgetName":"achievements_dev","componentFields":{}},"c88902a1-7fbf-4ff1-b19a-af39c48bc740":{"widgetName":"c88902a1-7fbf-4ff1-b19a-af39c48bc740","componentFields":{}},"20dcd94b-f847-4e24-b3f2-0d3894593f7a":{"widgetName":"20dcd94b-f847-4e24-b3f2-0d3894593f7a","componentFields":{}}},"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":{"50bd2535-0ac5-4e59-b520-c665f3b38be8":{"componentFields":{}},"3b212edb-8c0b-4cb0-bbdd-c2ca289aed32":{"componentFields":{}},"5e950125-a2e4-489f-bb0b-fb30677719e2":{"componentFields":{}},"41911f9d-aa42-4111-aafd-bef63e8463e8":{"componentFields":{}},"4aa5ffff-4e98-47ce-95fe-3b40a658ced4":{"componentFields":{}},"9775dac1-735d-448f-9143-c9c70bd04de4":{"componentFields":{}}},"14c92d28-031e-7910-c9a8-a670011e062d":{"14c92de1-0e02-cbe5-98e9-c3de44d63a55":{"widgetName":"faq_widget","componentFields":{}}},"cdd4b6d5-6fb4-4bd1-9189-791244b5361e":{"542b69cc-897a-422b-a163-71f3de43fa52":{"widgetName":"542b69cc-897a-422b-a163-71f3de43fa52","componentFields":{}}},"dataBinding":{}},"essentials":{"appsConductedExperiments":{"225dd912-7dea-4738-8688-4b8c6955ffc2":{"specs.forms.LocalPhoneNumbers":"true","specs.form-app.AiFormAssistantTypingEffect":"false","specs.forms.MultilineAddressInTemplates":"true","specs.forms.FetchFormsInEditor":"false","specs.forms.SettingsButtonTextFormatting":"true","specs.forms.RemoveFalsyValues":"false","specs.forms.FixControllerActions":"true","specs.forms.WixServicesInstallation":"true","specs.forms.UseFieldsV2":"true","specs.forms.WdsOpacityColorPicker":"false","specs.bookings.BIFInstallOnlyMeetings":"false","specs.form-app.AiFormAssistantV2":"false","specs.forms.ImportFilesToMediaManagerExperiment":"true","specs.form-app.AiFormAssistantOptionsButtons":"true","specs.forms.EnableNewPhoneFieldValidation":"true","specs.forms.CreateFormFromPreset":"true","specs.bookings.InstallMeetingsForBIF":"false","specs.forms.EnablePhoneField":"true","specs.services.RemoveBookingsDependency":"true","specs.forms.SignatureFieldV2":"true","specs.forms.BoxlessTextStyles":"true","specs.forms.EnablePresetTab":"false"},"14271d6f-ba62-d045-549b-ab972ae1f70e":{"specs.pro-gallery.displayPreset14":"true","specs.pro-gallery.removeUseOfCounterApi":"true","specs.pro-gallery.horizontalScrollAnimations":"true","specs.pro-gallery.useImageAvifFormat":"true","specs.pro-gallery.EnableAlbumsStorePremiumValidation":"true","specs.pro-gallery.removePgStoreTab":"true","specs.pro-gallery.backgroundDesignFullscreen":"true","specs.pro-gallery.useMotherSiteAppInstance":"true","specs.pro-gallery.addSEOVideoMetaTags":"false","specs.pro-gallery.enableMainLightroomSettingsButton":"true","specs.pro-gallery.displayPreset17":"false","specs.pro-gallery.slideTransition":"true","specs.proGallery.shouldShowNewPanels":"false","specs.pro-gallery.displayProGalleryPresets":"true","specs.pro-gallery.navigationArrowsDrawer":"true","specs.pro-gallery.horizontalTitlePlacementOptions":"true","specs.pro-gallery.artstoreShowDeprecationMessageInSettings":"false","specs.pro-gallery.navArrowsVericalPositionController":"true","specs.pro-gallery.enablePGRenderIndicator":"false","specs.pro-gallery.excludeFromWarmupData":"false","specs.pro-gallery.customNavigationArrows":"true","specs.pro-gallery.fixedGalleryRatio":"true","specs.pro-gallery.displayProGalleryNewPreset":"true","specs.pro-gallery.useReactionService":"true","specs.pro-gallery.textBoxWidthControllers":"true","specs.pro-gallery.allowOverlayGradient":"true","specs.pro-gallery.excludeFromLayoutFixer":"false","specs.pro-gallery.useIsInFirstFold":"false","specs.pro-gallery.dontRenderGalleryBelowFoldOnLoad":"false","specs.pro-gallery.enableLightroomSettingsButton":"true","specs.pro-gallery.displayPreset16":"true","specs.pro-gallery.displayProGallerySEOSettings":"false","specs.pro-gallery.imageEditing":"b","specs.pro-gallery.useWowImageRenderer":"false","specs.pro-gallery.useWarmupData":"true","specs.pro-gallery.enableFullResFeature":"true","specs.pro-gallery.slideAnimationDeck":"true","specs.pro-gallery.useReactPortalInArtStore":"true","specs.pro-gallery.blockOAP":"false","specs.pro-gallery.useServerBlueprints-viewer":"false","specs.pro-gallery.excludeFromThinLinesFix":"false","specs.pro-gallery.excludeFromHlsVideosOnIphone":"true","specs.pro-gallery.removeRoleApplication":"true","specs.pro-gallery.tryCentralizedConduction":"false","specs.pro-gallery.organizeMediaMultiTypes":"true","specs.pro-gallery.useServerBlueprints-preview":"false","specs.pro-gallery.displayPreset15":"true","specs.pro-gallery.enableVideoPlaceholder":"true","specs.pro-gallery.organizeMediaAltText":"b","specs.pro-gallery.overlayDesign":"true","specs.pro-gallery.shouldUseVirtualization":"true","specs.pro-gallery.disableImagePreload":"true","specs.pro-gallery.excludeFromPrerenderPerformance":"false","specs.pro-gallery.appSettings":"true"},"14409595-f076-4753-8303-9a86f9f71469":{"specs.vod.iosHlsJsOverrideNative":"true","specs.vod.VodWidgetNewSettingsResponsive":"false"},"b976560c-3122-4351-878f-453f337b7245":{"specs.profilePageBoB.EnablePageLoadErrorState":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersArea.RemoveAdditionOfGlobalControllerInV3":"true","specs.responsive-editor.NoMeasureInstall":"true","specs.membersAreaV2.SyncDataWithMenuItems":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.membersArea.SplitInstallation":"true","specs.profilePageBoB.EnableCSSIndicators":"true","specs.profilePageBoB.EnableCustomSausageBarConfig":"true","specs.membersArea.AddWidgetsPluginsResilience":"true","specs.membersArea.installedWidgetsFromRoutes":"true","specs.membersAreaV2.UseSyncDeleteActions":"true","specs.profilePageBoB.Enable404SeoStatusCode":"true","specs.membersArea.EnableSausageBar":"true","specs.profilePageBoB.EnableFFLightboxErrorState":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.profilePageBoB.UseNewErrorPageRedirectFlow":"false","specs.membersArea.EnableUnifiedManager":"true","specs.profilePageBoB.VerticalDeletionRemoveRefreshApp":"true","specs.membersAreaV2.fasterMemberFetching":"true","specs.membersArea.OptimizeViewedMemberRolesFetch":"true"},"1505b775-e885-eb1b-b665-1e485d9bf90e":{"specs.stores.UseLatestSubdivisionsClient":"true","specs.addresses.SupportBIForHIPPA":"true"},"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":{"specs.ping.membersAreaUseNotificationsV2Api":"true","specs.membersArea.enableNotificationsOnV2":"true","specs.membersArea.addStandalonePageRoutesToPublicAppData":"true","specs.membersArea.useScalableDimensionsForLoginBarOnE3":"true","specs.membersArea.addNavigationIntentParams":"true","specs.membersArea.enableAppData":"true","specs.membersArea.normalizeMenuItemsLinkMetaData":"true"},"2936472a-a1ed-4ae5-9f71-614313a9f4e7":{"specs.ricos.newFormattingToolbar":"true","specs.programs.OOIReadPriceFromOrderService":"true","specs.programs.OOINileMigration":"true","specs.programs.ShowPaymentPageSettingsStudio":"true","specs.ricos.newVideoVerticalAndSocialModals":"true","specs.programs.OOIEnableUndoButton":"true","specs.programs.ButtonsUnderlineStyle":"true","specs.programs.OOIEnableAiChat":"true","specs.wixRicos.withWixStyles":"true","specs.programs.EnableBidirectionalAlignment":"true","specs.programs.UseAiAssistantChatOOI":"true","specs.programs.OOISettingsProgramsV3":"true","specs.ricos-server.resolveParentPagePath":"true","specs.programs.EnableFreeCouponNotificationOnCheckout":"true","specs.programs.OOIStyleBP":"true","specs.ricos.enablePages":"false","specs.challenges.OOICompleteAndNext":"false","specs.forms.FixControllerActions":"true","specs.ricos.removeUsmFromImageUrls":"true","specs.programs.OOIEnablePremium":"true","specs.programs.OOIShowMediaChoice":"false","specs.programs.OOIEnableCollapsibleSidebar":"true","specs.programs.OOIParticipantPageSeoMetaTags":"true","specs.programs.OOIParticipantPageCSSAlignment":"true","specs.programs.EnableParticipantPage":"true","specs.programs.MALeaveChallengeContent":"false","specs.challenges.OOIHideStartDateSelection":"true","specs.programs.EnableEditorCustomPageInfo":"true","specs.programs.hlsVersionOverride":"true","specs.ricos.fixedTabSize":"true","spec.programs.HandleCustomizedUrlSegments":"true","spec.programs.UseRceNext":"false","specs.programs.OOIEnableLinksAsBlank":"false","spec.programs.ProgramListSettingsRedesign":"true","spec.programs.RedirectToParticipantPage":"true","specs.program.EnableSocialShareInCompleteModal":"true","specs.programs.OOISkipMAInstallationUsers":"true","specs.programs.OOIEnableSettingsIndicators":"true","specs.ricos.encAutoImageUrls":"true","specs.ricos.tiptapEditor":"false","specs.programs.DisableSeekOnVideo":"true","specs.ricos.newSettingsModals":"true"},"dataBinding":{"specs.wixDataViewer.NewCoreImageStaticBinding":"false","specs.wixDataViewer.useGetForSchemaBulk":"false","specs.wixDataViewer.fetchOnlyConnectedFields":"true","specs.wixDataViewer.deferredIsDead":"true","specs.wixDataViewer.NewCoreFormatters":"false"},"14cffd81-5215-0a7f-22f8-074b0e2401fb":{"specs.UouSubscriptionServiceUseApiGatewayClient":"true","specs.membersArea.DoNotWaitInstallNavigation":"true","specs.membersArea.UseMembersNgApiUpdate":"false","specs.members.FollowersAudienceProvider":"false","specs.media.MediaManager3":"true","specs.membersArea.showCascadingIndicators":"true","specs.membersArea.HideMemberSortField":"true","specs.membersArea.DisableLivePreviewRefreshes":"true","specs.membersArea.CheckUserContributorPermissions":"true","specs.membersArea.CheckIsAppActiveBeforeInstallV1":"true","specs.membersArea.HandleMembersNgUpdateDomainEvents":"true","specs.membersArea.UseGetMyMemberInMemberHandler":"true","specs.membersArea.EnableMembersAreaContextCheck":"true","specs.profileCardOOI.ReorganizeActionButtons":"true","specs.membersArea.SplitCustomPageTranslations":"true","specs.membersArea.AddSuspendedFilter":"true","specs.membersfollow.ActivityCounters":"true","specs.profileCardOOI.TitleForAll":"true","specs.membersArea.ShowPageRedirectNote":"true","specs.membersArea.ExtendedUninstallMASubApps":"true","specs.membersArea.ChangeLoginInfo":"true","specs.membersArea.UseViewedMemberBlocked":"true","specs.membersArea.UseFollowersV3":"true","specs.members.enableMuteMembersSkill":"true","specs.myAccount.UseNewSettings":"true","specs.myAccount.ShowBlockedMembersModalEmptyState":"true","specs.membersArea.enableTimeoutLogs":"false","specs.badges.useBadgesV3":"true","specs.membersArea.GetRoutesUseGlobal":"true","specs.membersArea.ShouldOpenPropertyInDevCenter":"false","specs.myAccount.EnablePhoneNumberValidation":"true","specs.membersApi.UseProfilesApiForTitleAndCoverWrites":"true","specs.membersArea.EnableLoginBarComponentExtension":"true","specs.members.enableUpdateCustomFieldSkill":"true","specs.membersArea.ShowNewFFBorderSettings":"true","specs.membersArea.AddNotificationsIconOnV2":"true","specs.members.enableHideCustomFieldSkill":"true","specs.myAccount.EnableCSSIndicators":"true","specs.membersArea.installationSourceOfTruth":"true","specs.membersAreaV2.HidePermissionsPanelOnPrivateMA":"false","specs.myAccount.EnableDatePickerStyling":"true","specs.responsive-editor.NoMeasureInstall":"true","specs.members.enableDeleteCustomFieldSkill":"true","specs.membersArea.SkipTemplateHandlerForSettings":"false","specs.membersArea.UsePopoverDynamicPositioning":"true","specs.membersArea.MemberHandlerUseMembersNgApi":"true","specs.membersArea.EnableMyAccountParallelInstall":"true","specs.membersArea.UseIsPermittedOnAppData":"true","specs.membersArea.UseMembersNgApi":"true","specs.membersArea.ResolveMemberDuplication":"true","specs.membersArea.DoNotCreateTeamMember":"false","specs.membersArea.NotificationsIconFixerOnV2":"true","specs.myAccount.EnableHtmlTagSettings":"true","specs.membersArea.ConsumeMembersPiiExchangeDomainEvents":"true","specs.membersArea.handleMobileComponentsDeletion":"true","specs.membersArea.PrivateMemberIndicator":"false","specs.membersArea.ShowMoreMembersWithBadge":"false","specs.membersArea.AddRevisionField":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV2MenuItems":"true","specs.membersArea.AddManageMemberAccessAction":"true","specs.membersArea.EnableTpaPageLinksDataFixerForV3MenuItems":"true","specs.ident.SiteMembersSocialDisclaimer":"true","specs.membersArea.UseQueryMembersTextSearch":"true","specs.membersAreaV2.EnablePageInfoPanelCustomPage":"false","specs.myAccount.showBlockedMembersModalRedesign":"true","specs.membersArea.MetaSiteSpecialConsumerV2":"true","specs.myAccount.EnableMyAccountMiddleware":"true","specs.members.enableUnmuteMembersSkill":"true","specs.membersArea.UseMembersAboutV2":"true","specs.members.enableCreateBadgeSkill":"true","specs.myAccount.EnableUrlEditNote":"true","specs.membersArea.HideSuspendedLabelForNonOwners":"true","specs.membersArea.UseApplyChangeToAllLanguagesForMaV2":"true","specs.myAccount.ShowButtonTextSetting":"true","specs.membersArea.SortByNumbersInElastic":"true","specs.myAccount.ShowPrivacySettingsMessageForSiteOwners":"true","specs.membersArea.MembersApiUseMembersNgApiQueryForSortBy":"true","specs.membersArea.UninstallMASubApps":"true","specs.membersArea.UseAppDataForRoutes":"true","specs.membersArea.CreateMissingMember":"true","specs.membersArea.EnableMenusDataFixer":"true","specs.members.usePlatformizedServicesForUpdate":"true","specs.badges.shouldUseBadgesV3InEdm":"true","specs.membersArea.HideSuspendedLabelForNonOwnersFFBox":"true","specs.membersArea.EnableMemberPagePermissions":"false","specs.profileCardOOI.EnableProfileDetailsEdit":"true","specs.membersArea.UseIsPermittedOnMediaCredentials":"true","specs.membersArea.fixLoginBarResponsiveLayout":"true","specs.membersArea.EnableV2SilentInstall":"true","specs.members.enableManageMemberPrivacySkill":"true","specs.membersAreaV3.ReAddPageWorkaround":"true","specs.membersArea.OptimizeVerticalDeletion":"true","specs.myAccount.EnableDesignTabResetButtonPerPage":"true","specs.myAccount.EnableLoginAndAddressInTextsTab":"true","specs.membersArea.EnableFollowersAsLightbox":"true","specs.membersArea.UseGetOrCreateMemberV2":"true","specs.members.enableCreateCustomFieldSkill":"true","specs.myAccount.EnableWDSPanels":"true","specs.membersArea.migrateToV2":"false","specs.membersArea.ClearSettings":"true","specs.myAccount.EnableAllSubdivisionsInAddressForm":"true","specs.membersArea.CallGetMyMemberForCreatingMember":"true","specs.membersArea.ShowHeadingLevelSettings":"true"},"215238eb-22a5-4c36-9e7b-e7c08025e04e":{"specs.stores.UseAddToCurrentCart":"true","specs.stores.AddTrackDataOnAddProducts":"true"},"1380b703-ce81-ff05-f115-39571d94dfcd":{"specs.ecom.ShouldRenderStepContentWithCallback":"true","specs.stores.FixFilterColorWithMultipleNames":"true","specs.ecom.SupportManualPaymentsOnPaymentRequest":"false","specs.stores.FixQuickViewNavigationToProductPage":"true","specs.stores.GalleryMigrateRowsToProductsCountViewer":"true","specs.ecom.CheckoutUIRevampOrderSummary":"true","specs.ecom.ShowMultipleLineItemActions":"true","specs.stores.AddMobileClassesToSliderGalleryRoot":"true","specs.ecom.ShowCheckoutPoliciesPage":"true","specs.stores.DisableFocusProductOnInfiniteScroll":"true","specs.ecom.HidePointerOnNotClickableHeader":"true","specs.forms.LocalPhoneNumbers":"true","specs.stores.GalleryProductOptionMobileNativeDropdown":"true","specs.stores.AllowAddToCartButtonOnImageInViewer":"true","specs.ecom.FixImageDimensionsOnCart":"true","specs.forms.JapanAutocompleteEnabled":"true","specs.stores.GalleryFetchAppSettingsOnce":"false","specs.stores.ReturnCartIdNullInsteadOfDeprecatedForExpressService":"true","specs.stores.ImageSettingsInViewer":"true","specs.stores.EnableDynamicSizeDefaultImage":"true","specs.ecom.PricesIncludeTaxFromCheckoutInExpress":"true","specs.stores.AllowResponsiveLayoutMaxWidth":"true","specs.stores.ThumbnailsDesignViewer":"true","specs.stores.ProductPageNewWixCodeApi":"true","specs.stores.ProductPageFixReflowSausageNavigation":"true","specs.stores.ShowAutomaticDiscountDataOnGallery":"true","specs.stores.HideBillingFormForPayPalAndManualNotBrazil":"true","specs.stores.GalleryProductOptionsAndQuantityWidth":"true","specs.stores.ProductPageUpliftProductOptionsViewer":"true","specs.ecom.violationBasedOnDeliveryOption":"true","specs.ecom.FixDeliveryTaxExemption":"true","specs.ecom.deliveryOptionsSetFirstAsDefault":"true","specs.stores.ShowUserWishlistStateInProductPage":"true","specs.stores.InfoSectionTabsTPAComponent":"true","specs.stores.ProductPageBreadcrumbsAfterHydration":"true","specs.ecom.overrideDeliveryCountriesOnlyOnShippingFlow":"true","specs.stores.GalleryColorPickerA11yReflowKeyboardFix":"true","specs.stores.GalleryDontFetchFilteredProductsWithoutActiveFilters":"true","specs.ecom.PlatformFeeOnCartAndCheckout":"true","specs.stores.ShouldUseCommonDiscountPricingMethods":"true","specs.ecom.FixTotalPriceCSSSideCart":"true","specs.stores.UseNewFiltersQueryParamEncoder":"true","specs.stores.GalleryEnableLoadMoreHoverUnderline":"true","specs.stores.allowProductPageButtonsOption":"true","specs.stores.TYPUpdateOrderModelWithSubscriptionInfo":"true","specs.forms.MoveEcomLabelTranslations":"true","specs.stores.FixWishlistPageLiveTextEditing":"true","specs.ecom.separateAdditionalFee":"true","specs.ecom.PreloadOnCartCheckoutButton":"true","specs.stores.SliderGalleryInfiniteLoopToggleViewer":"true","specs.stores.UseProductThumbnailWithWowImage":"true","specs.stores.GalleryPriceFilterClientTicksCalculation":"true","ecomTestFedOwnerScope":"false","specs.stores.ProductPageBreadcrumbsDesignViewer":"true","specs.stores.GalleryEditableGridTemplateRepeatOption":"true","specs.stores.ProductPageRemovePagination":"true","specs.stores.AddHasDiscountToVariantsItemsQueries":"true","specs.stores.FixVerticalThumbnailsPosition":"true","specs.stores.SliderContrastPlaceholder":"false","specs.stores.ShowAutomaticDiscountDataOnProductWidget":"true","specs.stores.FixCheckoutAddressTemplateMandatoryZipCode":"true","specs.ecom.MoveCartToViewerContext":"true","specs.stores.FixVariantIdCalculationInBuyNowFlow":"true","specs.stores.OnlineStoresSessionStorageWithTTL":"true","specs.ecom.VerifyCountryBeforeSkippingCustomerDetailsStep":"true","specs.forms.MultilineAddressInTemplates":"true","specs.stores.FixCartIconOnEditor":"true","specs.stores.ResponsiveGalleryMigration":"true","specs.stores.GalleryAllowLinkToProductPageInSSR":"true","specs.ecom.MergeExpressDeliveryRateWithHandlingFee":"false","specs.stores.ShowAddToCartWithSubscription":"true","specs.stores.ProductPageSlotsAddMoreProps":"true","specs.stores.ProductPageBuyNowFromEcomSdk":"true","specs.stores.GalleryFixWarmUpDataCacheKeyWithQueryParams":"true","specs.ecom.CheckoutHeaderContinueBrowsingDisplayCheckout":"true","specs.stores.FixAnnounceNotDefinedBug":"true","specs.stores.ShowErrorHandlingToastsGallery":"true","specs.stores.RefactorFormServiceToCalcExtendedFields":"true","specs.stores.FixQuickViewForSubscriptionsInWishlist":"true","specs.stores.ShowGiftCardAddToCartSettings":"true","specs.stores.ProductPageVideoPosterOptimization":"true","specs.ecom.fixGroupedDeliveryOptionSelection":"false","specs.stores.LoadClientConfigInController":"true","specs.stores.MainMediaWrapperAsAnchorElement":"true","specs.stores.AllowGalleryProductRoundCornersInViewer":"false","specs.stores.ResponsiveEditorBreadcrumbsToggle":"true","specs.ecom.MigrateAddressFormToV2":"true","specs.stores.SupportFreeTrialTYP":"true","usingStoresViewerScriptAddToCart":"false","specs.stores.SwitchMainMediaSlickToSwiper":"true","specs.stores.FixFilterKeySpecialCharacter":"true","specs.forms.RemoveFalsyValues":"false","specs.stores.StorefrontLegacyEnablePanoramaIntegration":"true","specs.stores.ProductNameHtmlTag":"true","specs.stores.UseUndefinedAsDefaultBillingAddressInCheckout":"true","specs.stores.GalleryA11yReflowFilterModalFix":"true","specs.stores.EnableDiscountAndRegularPriceSwapViewer":"true","specs.ecom.CheckoutHeaderAdditionalCustomizationsCheckout":"true","specs.ecom.CacheGetClientConfigInSiteStore":"true","specs.stores.GalleryFiltersClassicMobileHorizontalOrientationFix":"true","specs.stores.ShowWishlistInGallery":"true","specs.ecom.ShowCheckoutOnEditorPreview":"true","specs.ecom.ShowVoidedErrorMessage":"true","specs.stores.UseOpenSideCartApi":"true","specs.stores.UsingStoresViewerScriptAddToCart":"true","specs.stores.ShowAutomaticDiscountDataOnProductPage":"true","specs.stores.ProductPageWaitForWarmupData":"true","specs.stores.ProductMediaNavigationDots":"false","specs.stores.UseNewSubscriptionView":"true","specs.stores.AddSlotToCheckoutPolicies":"true","specs.forms.FixControllerActions":"true","specs.ecom.ImprovePerformanceByParallelPromises":"true","specs.ecom.FixDebouncedUpdateItemQuantity":"true","specs.ecom.AddCheckoutCountryToDeliveryCountries":"true","specs.stores.GalleryAddMissingAddProductImpressionEvent":"true","specs.stores.GalleryRemoveUnusedFieldsFromQuery":"true","specs.stores.ProductPageUplift":"true","specs.stores.ProductPageUpliftNewFeaturesSF":"true","specs.ecom.NewThankYouPage":"false","specs.stores.ProductPageBlocksCtaTrackEvents":"true","specs.stores.ProductPageUpliftProductOptions":"true","specs.stores.SubscriptionPlanNewDesign":"false","specs.ecom.SupportDynamicBillingFieldsCheckout":"false","specs.stores.GallerySlotsPOC":"false","specs.stores.AllowGalleryIntervalNavigation":"true","specs.stores.navigateToRelativeUrlWithCustomizedUrl":"true","specs.ecom.UsePaymentStatusV2":"true","specs.stores.enableUnitedStatesMilitaryAddresses":"true","specs.stores.GalleryNewErrorState":"true","specs.ecom.ShowTwoDescriptionLinesOnCartAndCheckout":"true","specs.ecom.showPriceWithFreeShippingCoupon":"true","specs.stores.GalleryStoreExtractSEO":"true","specs.ecom.FixOutOfStockOnCart":"true","specs.stores.GalleryPriceSliderA11yFixKeyboardFocus":"true","specs.stores.ProductPageSsrInvalidationTags":"true","specs.stores.AllowGalleryContainerPadding":"true","specs.stores.ConfigureGalleryViewStates":"true","specs.stores.ShouldHandlePaylinksRedirectError":"true","specs.ecom.FixCartNavigationOnPreview":"false","specs.stores.GalleryWaitForWarmupData":"true","specs.stores.ShouldProductPageUseNewSocialIcons":"true","specs.stores.SliderGalleryExposeOptionsViewer":"true","specs.ecom.DontUseViewerStorageOnPreview":"true","specs.stores.Set404ForSeoWhenPageHasNoProducts":"true","specs.stores.SliderGalleryFixSwiperIndex":"true","specs.stores.DontRedirectToSiteOnFailedFetch":"true","specs.stores.SupportMitEnabledFieldInCheckoutPage":"true","specs.stores.ConfigureSlotsInEditorSDK":"true","ecomTestFed":"false","specs.ecom.useFallbackInPreviewLoader":"true","specs.ecom.UsePartialLineItemUrlInCart":"true","specs.stores.GalleryProductOptionsLimit":"true","specs.stores.ProductPageSlots":"true","specs.stores.newClearFiltersHoverState":"true","specs.stores.UseGalleryNewApplyFilterQueryParams":"false","specs.stores.tpaRouterShouldQueryProductsV3":"true","specs.ecom.showDeliveryOptionPreviewError":"true","specs.ecom.MoveCheckoutToViewerContext":"true","specs.stores.ProductPageConsumePublicDataFromBothScopes":"true","specs.ecom.OrderPlatformFeesUoU":"true","storesFTGalleryEnableLoadMoreHoverUnderline":"false","specs.forms.EnableNewPhoneFieldValidation":"true","specs.ecom.RichTextPoliciesCheckout":"true","specs.stores.GallerySeoTags":"true","specs.stores.GalleryMoveDiscountNameUnderPrice":"true","specs.stores.SliderGallery200Limit":"true","specs.stores.ProductPageBlocksFixAddToCartOnSecondaryLang":"true","specs.stores.AllowStickySidebarInViewer":"true","specs.ecom.CallCartV2FromCheckout":"true","specs.stores.RangeFilterRefactor":"true","specs.stores.ProductPageLocationOnChangePathChangeForEditorSausage":"true","specs.ecom.SendPaymentTokenUndefinedFallback":"true","specs.stores.SubscriptionPlansNewDesignViewer":"true","specs.stores.AllowAddToCartButtonContentTypesInViewer":"true","specs.ecom.ShowNoAmountWhenNoDeliveryOnCart":"true","specs.ecom.OrdersModifiers":"true","specs.ecom.loadDeliverySectionsDataOnReadOnly":"true","specs.ecom.AddProjectionsTYPQuery":"true","specs.ecom.UpdateCartIconsSVGViewer":"true","specs.ecom.EcomPlatformWidgetsBFCache":"true","specs.stores.EnableOutOfStockAlignment":"true","specs.stores.GalleryStoreExtractBI":"true","specs.forms.EnablePhoneField":"true","specs.stores.UseNewQueriesOnWishlistWithDiscount":"true","specs.stores.FixGalleryBorderRadiusOnZoomHover":"true","specs.stores.UseExperimentsFromPlatformFlowApiLegacyProjects":"true","specs.ecom.ShowMultipleSubscriptions":"true","specs.stores.FixBackInStockButtonValidation":"true","specs.stores.RemoveControllerFactory":"true","specs.stores.FixGalleryNotToShowQueryPageFor1":"true","specs.stores.FixSliderGalleryRelatedProductsEmptyRender":"true","specs.stores.GalleryRouterHTTPMethodToGet":"false","specs.ecom.StopFocusOnCart":"true","specs.ecom.hideShippingOptionAvailibilityBadgeOnMobile":"true","specs.ecom.HideMissingLineItemImagesInPaymentRequest":"true","specs.stores.GalleryProductOptionsAndQuantityRoundCornersInViewer":"true","specs.forms.SignatureFieldV2":"true","specs.ecom.SideCartEditor3SettingsPanel":"true","specs.stores.GalleryQuickBuyViewer":"true","specs.stores.RenderSlotsInGallery":"true","specs.ecom.StopSendingOriginInCheckoutUrl":"true","specs.stores.PriceFilterClientTicksCalculation":"true","specs.ecom.TopCheckoutButtonSkeletonOnCart":"true","specs.stores.UseNewQueriesWithProductDiscount":"true","specs.stores.AlignProductCountAndSort":"true","specs.stores.GalleryOptionButtonsGrid":"true","specs.stores.MobileImageRatio":"false","specs.ecom.TaxExemptionOnTYP":"true","specs.stores.CustomTextDesignViewer":"false","specs.ecom.AddExemptTextToTaxNameWhenPartiallyExempt":"true","specs.stores.UseNewFiltersQueryParamDecoder":"true","specs.stores.ResponsiveTYPCss":"true","specs.ecom.InitCustomUrlApiOnlyInProductPage":"true","specs.stores.ShouldSplitBillingInfoPrefill":"true","specs.stores.UseExperimentsFromPlatformFlowApi":"true","specs.ecom.UsePaymentRequestTitleInThankYou":"true","specs.stores.ShouldShowFirstProductOptionInGallery":"true","specs.stores.GalleryColorOptionAlignment":"true","specs.stores.AllowGalleryFreeModeNavigationInViewer":"true","specs.stores.GalleryProductItemResetQuantityUponSelectionChange":"true","specs.stores.EnableQualityOptionsStylingChanges":"false","specs.stores.AddingOverflowHiddenToFilterTitleMobile":"true","specs.stores.ProductPageSupportGridLayout":"true","specs.stores.ShouldSeparateQuantityAndOptionsStyleParams":"true","specs.stores.UseProductLineItemFromTYP":"true","specs.stores.AddSliderGalleryTitleToGlobalPropsContext":"true","specs.ecom.FixCouponErrorInCart":"true","specs.ecom.FixCartCountOverlap":"true","specs.stores.EnableWarmUpDataCaching":"true","specs.stores.FixGalleryRenderingWhenUrlChanges":"false","specs.stores.ProductPageNotifyEmailOnCheckout":"true","specs.stores.CheckoutPagePreviewEnabled":"true","specs.ecom.UseIsMobileForOneColumnView":"true","specs.stores.PreventGalleryFullRefreshOnUrlChange":"true","specs.ecom.CallShowPaymentErrorModalAfterValidation":"true","specs.stores.ProductPageRicoDescription":"true","specs.stores.increaseGqlGetLimit":"true","specs.stores.CategoryPageFooterDescriptionSF":"true"},"675bbcef-18d8-41f5-800e-131ec9e08762":{"specs.wixCode.LoadWithImportAMDModule":"true","specs.wixCode.LoadNamespacesPerPage":"false","specs.wixcode.ViewerExperimentOwnerScopeTest":"true","specs.wixCode.resolveMissingPlatformNamespaces":"false","specs.wixcode.ViewerExperimentTest":"false"},"a0c68605-c2e7-4c8d-9ea1-767f9770e087":{"specs.stores.ProductPageBlocksAddToCartWithSubscription":"true","specs.stores.ProductPageBlocksUpdateBreadcrumbsAfterHydration":"true","specs.stores.ProductPageBlocksRenderOnDeviceViewChanged":"false","spec.stores.CashierBannerEditorXBugFix":"true","specs.stores.ProductPageBlocksRemoveModifiersFromUserInput":"false","specs.stores.ProductPageBlocksFixMobileInstallation":"false","specs.stores.ShouldOpenSideCart":"true","specs.stores.ProductPageBlocksAddToCartByVariantId":"true","specs.stores.ProductPageSlotsAddMoreProps":"true","specs.stores.ProductPageBlocksFixNegativeInventoryError":"true","specs.stores.ProductPageBlocksNonControlledDropdown":"true","specs.stores.shouldCheckDiscountVariantLevelPPOB":"true","specs.stores.ProductPageBlocksOptionButtonsPanels":"true","specs.stores.ProductPageBlocksOptionButtonsUoU":"true","specs.stores.PPOBCustomTextDebounce":"true","specs.stores.ProductPageBlocksWaitForWarmupData":"true","specs.stores.ProductPageBlocksCtaTrackEvents":"true","specs.stores.ProductPageBlocksNoNavigationDuringInstallation":"true","specs.stores.ProductPageBlocksDefaultInfoSectionBehavior":"true","specs.stores.PPOBUseStoresViewerScriptPublicAPI":"false","specs.stores.ProductPageBlockMS3":"true","specs.stores.tpaRouterShouldQueryProductsV3":"true","specs.stores.ProductPageBlocksEnablePanoramaIntegration":"true","specs.stores.PPOBCreateCheckoutFromPublicApi":"true","specs.stores.ProductPageBlocksFixAddToCartOnSecondaryLang":"true","specs.stores.ProductPageBlocksEnableRicoForSeoTags":"true","specs.stores.ProductPageBlocksPreloadCarts":"false","specs.stores.ShowAutomatedDiscountOnProductPageBlocks":"true","specs.stores.ProductPageBlocksAddToCartWithTrackData":"true","specs.stores.shouldQueryV3TpaSiteStructure":"true"}}},"forceEmptySdks":false,"appDefIdToIsMigratedToGetPlatformApi":{"675bbcef-18d8-41f5-800e-131ec9e08762":false,"14409595-f076-4753-8303-9a86f9f71469":false,"ff832fe6-9fb8-4c03-bcbe-3bd6665455b7":false,"c649bd6a-9c07-46b9-a561-12d23be1a0b7":false,"56d7c59c-771d-4a8e-8910-3915efd21dd4":false,"215238eb-22a5-4c36-9e7b-e7c08025e04e":false,"1380b703-ce81-ff05-f115-39571d94dfcd":false,"a0c68605-c2e7-4c8d-9ea1-767f9770e087":false,"47e245ca-1a42-4d6a-a69a-c125bc839b40":false,"df892fe9-626f-44c9-a328-e29f93880b38":false,"14cc59bc-f0b7-15b8-e1c7-89ce41d0e0c9":false,"b976560c-3122-4351-878f-453f337b7245":false,"14cffd81-5215-0a7f-22f8-074b0e2401fb":false,"4aebd0cb-fbdb-4da7-b5d1-d05660a30172":false,"225dd912-7dea-4738-8688-4b8c6955ffc2":false,"14271d6f-ba62-d045-549b-ab972ae1f70e":false,"2936472a-a1ed-4ae5-9f71-614313a9f4e7":false,"deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":false,"14c92d28-031e-7910-c9a8-a670011e062d":false,"cdd4b6d5-6fb4-4bd1-9189-791244b5361e":false,"dataBinding":false}},"appsScripts":{"urls":{"14271d6f-ba62-d045-549b-ab972ae1f70e":["https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/viewerScript.bundle.min.js","https:\/\/static.parastorage.com\/services\/pro-gallery-tpa\/1.1509.0\/WixProGalleryController.bundle.min.js"]},"scope":"page"},"debug":{"disablePlatform":false,"disableSnapshots":false,"enableSnapshots":false},"isBuilderComponentModel":false}},"siteAssets":{"dataFixersParams":{"experiments":{"dm_migrateOldHoverBoxToNewFixer":true,"dm_masterPageVariablesQueryFixer":true,"dm_bgScrubToMotionFixer":true},"dfVersion":"1.5295.0","isHttps":true,"isUrlMigrated":true,"metaSiteId":"ce1e3023-356d-4b0f-a95b-2af4b105352a","quickActionsMenuEnabled":false,"siteId":"73757347-0c7e-4d80-942c-b3cd41d9073c","siteRevision":1739,"v":3,"cacheVersions":{"dataFixer":6},"oneDocEnabled":true},"modulesParams":{"features":{"moduleName":"thunderbolt-features","contentType":"application\/json","resourceType":"features","languageResolutionMethod":"QueryParam","isMultilingualEnabled":false,"externalBaseUrl":"https:\/\/www.cecilegiornelli.com","useSandboxInHTMLComp":false,"disableStaticPagesUrlHierarchy":false,"aboveTheFoldSectionsNum":null,"isTrackClicksAnalyticsEnabled":false,"isSocialElementsBlocked":false,"builderAppVersions":"","onlyInteractions":false},"platform":{"moduleName":"thunderbolt-platform","contentType":"application\/json","resourceType":"platform","externalBaseUrl":"https:\/\/www.cecilegiornelli.com","staticHTMLComponentUrl":"https:\/\/www-cecilegiornelli-com.filesusr.com\/"},"css":{"moduleName":"thunderbolt-css","contentType":"application\/json","resourceType":"css","shouldRunVsm":true,"shouldRunCssInBrowser":false,"shouldGetCssResultObject":false,"stylableMetadataURLs":["editor-elements-library.thunderbolt.690457d8543d12a0c5ae126d90da6da59d74c93c","editor-elements-design-systems.thunderbolt.a3c3827ad7a769a39b95388ba7487863a6fc40cd"],"builderAppVersions":"","ooiVersions":"0daa3702-0e20-48ca-ba15-ad380e00e6b6%3Dp.challenges-web-ooi%2F1.2168.2947%2FPaymentPageViewerWidgetNoCss.%3B0e9aad02-e5a7-45f3-8b8e-a842a5e99be3%3Dp.challenges-web-ooi%2F1.2168.2947%2FParticipantPageViewerWidgetNoCss.%3B1380bbab-4da3-36b0-efb4-2e0599971d14%3Dp.wixstores-client-cart-ooi%2F1.5988.0%2FcartViewerWidgetNoCss.%3B1380bbb4-8df0-fd38-a235-88821cf3f8a4%3Dp.wixstores-client-thank-you-page-ooi%2F1.3451.0%2FthankYouPageViewerWidgetNoCss.%3B14fd5970-8072-c276-1246-058b79e70c1a%3Dp.ecom-platform-checkout%2F1.6787.0%2FCheckoutViewerWidgetNoCss.%3B20dcd94b-f847-4e24-b3f2-0d3894593f7a%3Dp.challenges-web-ooi%2F1.2168.2947%2FChallengesListPageViewerWidgetNoCss.%3B371ee199-389c-4a93-849e-e35b8a15b7ca%3Dp.form-app%2F1.2413.0%2FFormViewerWidgetNoCss.%3B49dbb2d9-d9e5-4605-a147-e926605bf164%3Dp.wixstores-client-cart-ooi%2F1.5988.0%2FSideCartViewerWidgetNoCss.%3B847c2f5d-017f-499f-9c3e-069164fc116f%3Dp.challenges-web-ooi%2F1.2168.2947%2FChallengesPageViewerWidgetNoCss.%3Ba159b4d2-831b-410c-9e77-ec3f40c9cace%3Dp.challenges-web-ooi%2F1.2168.2947%2FThankYouPageViewerWidgetNoCss.%3Bbda15dc1-816d-4ff3-8dcb-1172d5343cce%3Dp.wixstores-client-gallery%2F1.5848.0%2FCategoryPageViewerWidgetNoCss."},"cssMappers":{"moduleName":"thunderbolt-css-mappers","contentType":"application\/json","resourceType":"cssMappers","shouldRunVsm":true,"shouldRunCssInBrowser":false,"shouldGetCssResultObject":false,"stylableMetadataURLs":["editor-elements-library.thunderbolt.690457d8543d12a0c5ae126d90da6da59d74c93c","editor-elements-design-systems.thunderbolt.a3c3827ad7a769a39b95388ba7487863a6fc40cd"],"builderAppVersions":"","ooiVersions":"0daa3702-0e20-48ca-ba15-ad380e00e6b6%3Dp.challenges-web-ooi%2F1.2168.2947%2FPaymentPageViewerWidgetNoCss.%3B0e9aad02-e5a7-45f3-8b8e-a842a5e99be3%3Dp.challenges-web-ooi%2F1.2168.2947%2FParticipantPageViewerWidgetNoCss.%3B1380bbab-4da3-36b0-efb4-2e0599971d14%3Dp.wixstores-client-cart-ooi%2F1.5988.0%2FcartViewerWidgetNoCss.%3B1380bbb4-8df0-fd38-a235-88821cf3f8a4%3Dp.wixstores-client-thank-you-page-ooi%2F1.3451.0%2FthankYouPageViewerWidgetNoCss.%3B14fd5970-8072-c276-1246-058b79e70c1a%3Dp.ecom-platform-checkout%2F1.6787.0%2FCheckoutViewerWidgetNoCss.%3B20dcd94b-f847-4e24-b3f2-0d3894593f7a%3Dp.challenges-web-ooi%2F1.2168.2947%2FChallengesListPageViewerWidgetNoCss.%3B371ee199-389c-4a93-849e-e35b8a15b7ca%3Dp.form-app%2F1.2413.0%2FFormViewerWidgetNoCss.%3B49dbb2d9-d9e5-4605-a147-e926605bf164%3Dp.wixstores-client-cart-ooi%2F1.5988.0%2FSideCartViewerWidgetNoCss.%3B847c2f5d-017f-499f-9c3e-069164fc116f%3Dp.challenges-web-ooi%2F1.2168.2947%2FChallengesPageViewerWidgetNoCss.%3Ba159b4d2-831b-410c-9e77-ec3f40c9cace%3Dp.challenges-web-ooi%2F1.2168.2947%2FThankYouPageViewerWidgetNoCss.%3Bbda15dc1-816d-4ff3-8dcb-1172d5343cce%3Dp.wixstores-client-gallery%2F1.5848.0%2FCategoryPageViewerWidgetNoCss."},"siteMap":{"moduleName":"thunderbolt-site-map","contentType":"application\/json","resourceType":"siteMap"},"mobileAppBuilder":{"moduleName":"thunderbolt-mobile-app-builder","resourceType":"mobileAppBuilder","contentType":"application\/json"},"builderComponentFeatures":{"moduleName":"builder-component-features","resourceType":"builderComponentFeatures","contentType":"application\/json"},"builderComponentCss":{"moduleName":"builder-component-css","resourceType":"builderComponentCss","contentType":"application\/json"},"builderComponentPlatform":{"moduleName":"builder-component-platform","resourceType":"builderComponentPlatform","contentType":"application\/json"},"componentManifestCss":{"moduleName":"component-manifest-css","resourceType":"componentManifestCss","contentType":"application\/json","builderAppVersions":""},"pilerSiteAssets":{"moduleName":"piler-siteassets","resourceType":"pilerSiteAssets","contentType":"application\/json","buildFullApp":"true","keepWidgetBuild":"false","modulesToHashes":"{\"builder-component-features\":\"904a7028.bundle.min\",\"builder-component-css\":\"134d524d.bundle.min\",\"builder-component-platform\":\"574053e4.bundle.min\",\"component-manifest-css\":\"f1db8eb5.bundle.min\",\"thunderbolt-css-mappers\":\"2d2a4ffc.bundle.min\",\"thunderbolt-services-configs\":\"ed90fbd5.bundle.min\",\"thunderbolt-features\":\"c30a77c9.bundle.min\",\"thunderbolt-platform\":\"d4d2613d.bundle.min\",\"thunderbolt-css\":\"a81a9363.bundle.min\",\"thunderbolt-site-map\":\"3c193add.bundle.min\",\"thunderbolt-mobile-app-builder\":\"aa28cbb6.bundle.min\"}","nonBeckyModuleVersions":"{\"remote-widget-structure-builder\":\"1.251.0\",\"blocks-app-descriptor\":\"1.118.0\"}"}},"clientTopology":{"mediaRootUrl":"https:\/\/static.wixstatic.com","scriptsUrl":"static.parastorage.com","staticMediaUrl":"https:\/\/static.wixstatic.com\/media","moduleRepoUrl":"https:\/\/static.parastorage.com\/unpkg","fileRepoUrl":"https:\/\/static.parastorage.com\/services","viewerAppsUrl":"https:\/\/viewer-apps.parastorage.com","viewerAssetsUrl":"https:\/\/viewer-assets.parastorage.com","siteAssetsUrl":"https:\/\/siteassets.parastorage.com","pageJsonServerUrls":["https:\/\/pages.parastorage.com","https:\/\/staticorigin.wixstatic.com","https:\/\/www.cecilegiornelli.com","https:\/\/fallback.wix.com\/wix-html-editor-pages-webapp\/page"],"pathOfTBModulesInFileRepoForFallback":"wix-thunderbolt\/dist\/"},"siteScopeParams":{"rendererType":null,"wixCodePageIds":[],"hasTPAWorkerOnSite":false,"formFactor":"desktop","viewMode":"desktop","freemiumBanner":false,"coBrandingBanner":false,"dayfulBanner":false,"mobileActionsMenu":false,"isWixSite":false,"isResponsive":true,"editorName":"Studio","urlFormatModel":{"format":"slash","forbiddenPageUriSEOs":["app","apps","_api","robots.txt","sitemap.xml","feed.xml","sites"],"pageIdToResolvedUriSEO":{}},"pageJsonFileNames":{"en3az":"9b78c1_ba38ef28db1aff9559f3980e19e6e258_1723.json","slssx":"9b78c1_341cf17a92165ecd5679bf87de1d315e_1738.json","tedyw":"9b78c1_88c9d45ae935693b2f46554c780d20d4_1723.json","wffbg":"9b78c1_6a46fb4a74910fa88a8b421294b492e1_1738.json","ext4j":"9b78c1_40c75eb8bafb9e1a6a7ae6738445a769_1738.json","wlhry":"9b78c1_c2979a2213f0cb5c336639bf2a3ad456_1738.json","dnxd8":"9b78c1_930a69fc6fd1823023e11869abed40fb_1723.json","oymwp":"9b78c1_2c11a37c015e0100c87e9c0a67a371ba_1723.json","yiewj":"9b78c1_99470877b1dbb8490181a359cfde839c_1723.json","hzlv4":"9b78c1_c453ce500f0b37e1a840161e0aa997dd_1738.json","cx5vv":"9b78c1_de9213ae588390245be5feeee18f1262_1723.json","ejnfy":"9b78c1_f4b96a4099ecf405d404b4e32e4c083d_1723.json","gwyof":"9b78c1_42bba48585b40567752cfb8e2d1cf84f_1723.json","psqzi":"9b78c1_3ea02c1ef40ccf9650c9a8da561af887_1738.json","iaqgs":"9b78c1_6920a8efba504cb4b8131e444e515ffb_1738.json","gk0gi":"9b78c1_a69cb49da9d8510fdf0aae34e9ee8d02_1723.json","tdh7e":"9b78c1_01dae1684f1220f1dd685a0a43160cbb_1723.json","vzrs4":"9b78c1_3e796ec10be10a8fc8d9b7e5a9e622fb_1735.json","p0oxn":"9b78c1_6d70211b7bdf9702126993af58244638_1723.json","yebol":"9b78c1_e17f6cdc43e34683ec3c1becb956a541_1738.json","tt0oy":"9b78c1_5a2f73c40ea29ce75a660f60aff8bf0e_1723.json","bgbjs":"9b78c1_ba3b75078e4e772d95d91ef688043434_1738.json","masterPage":"9b78c1_4fb511b3cd236f7ca29904110f680174_1738.json"},"protectedPageIds":[],"routersInfo":{"configMap":{"routers-mdr9r6n0":{"prefix":"category","appDefinitionId":"1380b703-ce81-ff05-f115-39571d94dfcd","config":"{}","group":"","pages":{"category":"tt0oy"},"roleVariations":{}}}},"isPremiumDomain":true,"disableSiteAssetsCache":false,"migratingToOoiWidgetIds":"","siteRevisionConfig":{},"registryLibrariesTopology":[{"artifactId":"editor-elements","namespace":"wixui","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14949.0"},{"artifactId":"editor-elements","namespace":"dsgnsys","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14949.0"}],"isInSeo":false,"language":"fr","originalLanguage":"fr","appDefinitionIdToSiteRevision":{"ff832fe6-9fb8-4c03-bcbe-3bd6665455b7":"87","c649bd6a-9c07-46b9-a561-12d23be1a0b7":"11","a0c68605-c2e7-4c8d-9ea1-767f9770e087":"6855","b976560c-3122-4351-878f-453f337b7245":"1291","14271d6f-ba62-d045-549b-ab972ae1f70e":"25","deb18ef1-e0c6-4668-a7bc-4a13785eb5b7":"634"},"isClientSdkOnSite":true,"appDefinitionIdsWithCustomCss":["a0c68605-c2e7-4c8d-9ea1-767f9770e087"],"isBuilderComponentModel":false,"hasUserDomainMedia":false},"beckyExperiments":{"specs.thunderbolt.one_cell_grid_display_flex":true,"specs.thunderbolt.useClassnameInResponsiveAppWidget":true,"specs.thunderbolt.shouldUseResponsiveImages":true,"specs.thunderbolt.WixFreeSiteBannerDesktop":true,"specs.thunderbolt.DatePickerPortal":true,"specs.thunderbolt.updateRichTextSemanticClassNamesOnCorvid":true,"specs.thunderbolt.DDMenuMigrateCssCarmiMapper":true,"specs.thunderbolt.buttonUdp":true,"specs.thunderbolt.useResponsiveImgClassicFixed":true,"specs.thunderbolt.DisableDocumentScrollWhenLightBoxOpen":true,"specs.thunderbolt.removeSafariStickyFix":true,"specs.thunderbolt.fiveGridLineStudioSkins":true,"specs.thunderbolt.useSvgLoaderFeature":true,"specs.thunderbolt.isClassNameToRootEnabled":true,"specs.thunderbolt.LoginBarEnableLoggingInStateInSSR":true,"specs.thunderbolt.WixFreeSiteBannerMobile":true,"specs.thunderbolt.calculateCollapsibleTextLineHeightByFont":true,"specs.thunderbolt.imageEncodingAVIF":true,"specs.thunderbolt.dynamicSlots":true,"specs.thunderbolt.TextInputAutoFillFix":true,"specs.thunderbolt.removeDynamicModelTopologyFromSiteAssets":true,"specs.thunderbolt.FreemiumBannerOdeditor":true,"specs.thunderbolt.UseLoginSocialBarCustomMenu":true,"specs.thunderbolt.dom_store":true,"specs.thunderbolt.UseNewLoginSocialBarCustomMenuPositioning":true,"specs.thunderbolt.customScaleMinBreakpoint":true,"specs.thunderbolt.useSvgLoaderFeatureOnBuilderComps":true,"specs.thunderbolt.safariStickyFix":true,"specs.thunderbolt.motionTimeAnimationsCSS":true,"specs.thunderbolt.takeAppDependenciesFromCSM":true,"specs.thunderbolt.propsCarmiMappersMigration1":true,"specs.thunderbolt.VerticalMenu_uiType_NativeMapper":true,"specs.thunderbolt.useImageAvifFormatInNativeProGallery":true,"specs.thunderbolt.propsCarmiMappersMigration4":true,"specs.thunderbolt.UseNewLoginSocialBarMemberInitialsAvatar":true,"specs.thunderbolt.HoverBoxSelectorToCssNativeMapper":true,"specs.thunderbolt.runMappersWithSpecificDeps":true,"specs.thunderbolt.UseNewLoginSocialBarElementStructure":true,"specs.thunderbolt.svgResolver_2":true,"specs.thunderbolt.disableBuilderWixComponents":true,"specs.thunderbolt.ooiCssSelectorWithSuffix":true,"specs.thunderbolt.propsCarmiMappersMigration5":true,"specs.thunderbolt.pinnedTopAuto":true,"specs.thunderbolt.EnableCustomCSSVarsForLoginSocialBar":true,"specs.thunderbolt.removeSingleTabCssMapper":true,"specs.thunderbolt.textScaleAdjust":true,"specs.thunderbolt.addIdAsClassName":true},"manifests":{"node":{"modulesToHashes":{"builder-component-features":"904a7028.bundle.min","builder-component-css":"134d524d.bundle.min","builder-component-platform":"574053e4.bundle.min","component-manifest-css":"f1db8eb5.bundle.min","thunderbolt-css-mappers":"2d2a4ffc.bundle.min","thunderbolt-services-configs":"ed90fbd5.bundle.min","thunderbolt-features":"c30a77c9.bundle.min","thunderbolt-platform":"d4d2613d.bundle.min","thunderbolt-css":"a81a9363.bundle.min","thunderbolt-site-map":"3c193add.bundle.min","thunderbolt-mobile-app-builder":"aa28cbb6.bundle.min"}},"web":{"modulesToHashes":{"thunderbolt-features":"99127a18.bundle.min","thunderbolt-platform":"5246c282.bundle.min","thunderbolt-css":"0df8fa03.bundle.min","thunderbolt-site-map":"c99f62d8.bundle.min","thunderbolt-mobile-app-builder":"88090ba7.bundle.min","builder-component-features":"bba72687.bundle.min","builder-component-css":"52bb4702.bundle.min","builder-component-platform":"11270de3.bundle.min","component-manifest-css":"bdfa230e.bundle.min","thunderbolt-css-mappers":"72ac1349.bundle.min","thunderbolt-services-configs":"444b0c96.bundle.min","webpack-runtime":"e9817151.bundle.min"},"webpackRuntimeBundle":"e9817151.bundle.min"},"webWorker":{"modulesToHashes":{"thunderbolt-features":"f24c4a6f.bundle.min","thunderbolt-platform":"c25b90ee.bundle.min","thunderbolt-css":"e388e4c6.bundle.min","thunderbolt-site-map":"b9673aab.bundle.min","thunderbolt-mobile-app-builder":"534e448a.bundle.min","builder-component-features":"e57841fb.bundle.min","builder-component-css":"0616edad.bundle.min","builder-component-platform":"18eb9f67.bundle.min","component-manifest-css":"9f99b979.bundle.min","thunderbolt-css-mappers":"8f38258a.bundle.min","thunderbolt-services-configs":"6029b569.bundle.min"}}},"siteAssetsVersions":{"viewer-assets-generator":"1.0.0","santa-data-fixer":"1.5295.0","@wix\/santa-main-r":"1.1643.0","santa-main-r":"1.1643.0","@wix\/blocks-app-descriptor":"1.118.0","simple-all-pages":"1.0.0","blocks-builder-manifest-generator":"1.151.0","@wix\/santa-data-fixer":"1.5295.0","remote-widget-structure-builder":"1.251.0","remote-widget-metadata":"1.2593.0","santa-site-metadata":"1.3212.0","piler-siteassets":"1.803.0","stylable-santa-flatten":"2.0.222","@wix\/piler-siteassets":"1.803.0"},"staticHTMLComponentUrl":"https:\/\/www-cecilegiornelli-com.filesusr.com\/","remoteWidgetStructureBuilderVersion":"1.251.0","blocksBuilderManifestGeneratorVersion":"1.129.0"},"experiments":{"specs.thunderbolt.DisableSentry":true,"specs.thunderbolt.cmsDprNamedQueryParam":true,"specs.thunderbolt.viewport_hydration_extended_react_18":true,"specs.thunderbolt.inMemoryPaypalAuthToken":true,"specs.thunderbolt.roundBordersInResponsiveContainer":true,"specs.thunderbolt.removeWidgetsFromAppsCSM":true,"specs.thunderbolt.PanoramaErrorMonitor":true,"specs.thunderbolt.userAsFactory":true,"specs.thunderbolt.getMemberDetailsFromMembersNg":true,"specs.thunderbolt.UseEEImpress":true,"specs.promote.ar.reportRestPurchaseEventsInsteadOfKafka":true,"specs.thunderbolt.sendBiInlightbox":true,"specs.thunderbolt.fixDisabledLinkButtonStyles":true,"specs.thunderbolt.UseEcomFemBi":true,"specs.thunderbolt.one_cell_grid_display_flex":true,"specs.thunderbolt.siteMembersMultilingualLanguage":true,"specs.thunderbolt.useClassnameInResponsiveAppWidget":true,"specs.thunderbolt.shouldRunCodEmbedsCallbackOnce":true,"specs.thunderbolt.browserCacheReload":true,"specs.thunderbolt.shouldUseResponsiveImages":true,"specs.thunderbolt.fedops_enableSampleRateForAppNames":true,"specs.thunderbolt.WixFreeSiteBannerDesktop":true,"specs.thunderbolt.dontTruncateScrollPosition":true,"specs.thunderbolt.excludeInstanceFromQueryParams":true,"specs.thunderbolt.enableVeloInMpaNavigation":true,"specs.thunderbolt.fullPageNavigationSpecificSites":true,"specs.thunderbolt.ComponentsRegistryFixAnonymousDefine":true,"specs.thunderbolt.newTransitionEndHandlerLogic":true,"specs.thunderbolt.postTransitionElementFocus":true,"specs.thunderbolt.preventDifferentContextMpaNavigation":true,"specs.thunderbolt.useMpaNavigationBlacklistMode":true,"specs.thunderbolt.LoginSocialBarSplitStateProps":true,"specs.thunderbolt.skipDecodeUri":true,"specs.thunderbolt.SetNoCacheOnAppError":true,"specs.thunderbolt.bundlerTrafficToAws":true,"specs.thunderbolt.fixMpaWorkerPanorama":true,"specs.thunderbolt.HtmlComponentPropsMapper":true,"specs.thunderbolt.showContentReflowBanner":true,"specs.thunderbolt.removeDynamicModelTopologyFromSiteAssets":true,"specs.thunderbolt.updateStorageOnBfCacheRestore":true,"specs.thunderbolt.FreemiumBannerOdeditor":true,"specs.thunderbolt.pageUrlRegexIgnoreSpace":true,"specs.thunderbolt.UseLoginSocialBarCustomMenu":true,"specs.thunderbolt.WRichTextPropsMapper":true,"specs.thunderbolt.wixRealtimeGetAppTokenFromPlatformUtils":true,"specs.thunderbolt.newLoginFlowOnProtectedCollection":true,"specs.thunderbolt.FixWixDataInstanceForBlocksPreview":true,"specs.thunderbolt.deprecatewixperf":true,"specs.thunderbolt.shouldSendCookiesForSiteMembersSettings":true,"specs.thunderbolt.calculateHeadEmbedsInSSR":true,"specs.thunderbolt.useNewRegisterLogin":true,"specs.thunderbolt.popupCustom404":true,"specs.thunderbolt.TextInputPrefixWidthFix":true,"specs.thunderbolt.loadWebpackRuntimeInHead":true,"specs.thunderbolt.DatePickerPortal":true,"specs.thunderbolt.dom_store":true,"specs.thunderbolt.removeSendBeat":true,"specs.thunderbolt.UseNewLoginSocialBarCustomMenuPositioning":true,"specs.thunderbolt.siteButtonKeyboardBehavior":true,"specs.thunderbolt.adjustForPrerenderActivation":true,"specs.os.EnableErrorHandlerInViewer":true,"specs.thunderbolt.customScaleMinBreakpoint":true,"specs.thunderbolt.CallStoresPublicAPIForAddProducts":true,"specs.thunderbolt.ShouldUseNewIAMSocialFlow":true,"specs.thunderbolt.lazy_load_iframe":true,"specs.thunderbolt.useSvgLoaderFeatureOnBuilderComps":true,"specs.thunderbolt.useIAMEnabledConnections":true,"specs.thunderbolt.StoresCartNullOnShippingInfo":true,"specs.thunderbolt.shouldEncodeUriSlugs":true,"specs.thunderbolt.securityExperiments":true,"specs.thunderbolt.useElementoryRelativePath":true,"specs.thunderbolt.safariStickyFix":true,"specs.thunderbolt.mapLazyLoadedCompsInDifferentRegistrarMap":true,"specs.thunderbolt.fixAiChatOnSafari":true,"specs.thunderbolt.HamburgerMenuOverflowFix":true,"specs.thunderbolt.preventGetMemberDetailsWaterfall":true,"specs.thunderbolt.linkBarNativeMapper":true,"specs.thunderbolt.wrichtextListInRtl":true,"specs.thunderbolt.scrollToRetries":true,"specs.thunderbolt.pageBGTransitionHandler":true,"specs.thunderbolt.updateRichTextSemanticClassNamesOnCorvid":true,"specs.thunderbolt.shouldFetchLoginUrlByClientId":true,"specs.thunderbolt.shouldLoadGoogleSdkEarly":true,"specs.thunderbolt.loadNewerSentrySdk":true,"specs.thunderbolt.motionTimeAnimationsCSS":true,"specs.thunderbolt.shouldUseMemberPrivacySettingsService":true,"specs.thunderbolt.DDMenuMigrateCssCarmiMapper":true,"specs.membersArea.LoginBarRemake":true,"specs.thunderbolt.spxStopper":true,"specs.thunderbolt.buttonUdp":true,"specs.thunderbolt.e3presetsPolyfillMutation":true,"specs.thunderbolt.alwaysApplySessionTokenOnIAM":true,"specs.thunderbolt.sendFedopsLoadStartedReplaced":true,"specs.thunderbolt.SlideshowStopMediaInNonActiveSlides":true,"specs.thunderbolt.removeDynamicModelTopology":true,"specs.thunderbolt.hardenFetchAndXHR":true,"specs.thunderbolt.useResponsiveImgClassicFixed":true,"specs.thunderbolt.DisableDocumentScrollWhenLightBoxOpen":true,"specs.thunderbolt.biForBrowserZoom":true,"specs.thunderbolt.shouldValidateRedirectUrl":true,"specs.thunderbolt.StoresCartZeroOnShippingAndTax":true,"specs.thunderbolt.cmsStandalone":true,"specs.thunderbolt.enableSignUpPrivacyNoteType":true,"specs.thunderbolt.veloWixMembersAmbassadorV2":true,"specs.thunderbolt.customElemCollapsedheight":true,"specs.thunderbolt.megaMenuMouseLeave":true,"specs.thunderbolt.useUrlFromBrowserWindowInsteadOfViewerModel":true,"specs.thunderbolt.takeAppDependenciesFromCSM":true,"specs.thunderbolt.WRichTextVerticalAlignTopSafariAndIOS":true,"specs.thunderbolt.viewportOnBPChange":true,"specs.thunderbolt.propsCarmiMappersMigration1":true,"specs.thunderbolt.resolveDocumentLink":true,"specs.thunderbolt.allowMpaForExternalApps":true,"specs.thunderbolt.UseWixDataItemService":true,"specs.thunderbolt.VerticalMenu_uiType_NativeMapper":true,"specs.thunderbolt.onPageRestoreListener":true,"specs.thunderbolt.useImageAvifFormatInNativeProGallery":true,"specs.thunderbolt.splitLinkUtils":true,"specs.thunderbolt.useNewBuilderSdkApi":true,"specs.thunderbolt.propsCarmiMappersMigration4":true,"specs.thunderbolt.UseCloudDataUrlWithBaseExternalUrl":true,"specs.thunderbolt.dontCleanLightboxState":true,"specs.thunderbolt.removeSafariStickyFix":true,"specs.promote.ar.reportEcomPlatformPurchaseEvents":true,"specs.thunderbolt.UseNewLoginSocialBarMemberInitialsAvatar":true,"specs.thunderbolt.useIAMPlatform":true,"specs.thunderbolt.veloBundlerParastorageUrl":true,"specs.thunderbolt.motionBackgroundSiteParallax":true,"specs.thunderbolt.HoverBoxSelectorToCssNativeMapper":true,"specs.thunderbolt.fiveGridLineStudioSkins":true,"specs.thunderbolt.removeCsmeMpaFlag":true,"specs.thunderbolt.AddRegisterEventListenerToWixWindow":true,"specs.thunderbolt.fetchSVGfromNetworkInCSR":true,"specs.thunderbolt.newStyleApi":true,"specs.thunderbolt.runMappersWithSpecificDeps":true,"specs.thunderbolt.UseNewLoginSocialBarElementStructure":true,"specs.thunderbolt.inlineFontsCSSForIframeTPA":true,"specs.thunderbolt.svgResolver_2":true,"specs.thunderbolt.updateLoginSocialBarMenuItemsSDKData":true,"specs.thunderbolt.excludeGetFeedbackFromMpa":true,"specs.thunderbolt.membersService":true,"specs.thunderbolt.shouldSearchForRouterPrefix":true,"specs.thunderbolt.carouselGalleryImageFitting":true,"specs.thunderbolt.scrollToAnchorSsr":true,"specs.thunderbolt.pricingPlansUserOrdersV2":true,"specs.thunderbolt.useSvgLoaderFeature":true,"specs.thunderbolt.loginSocialBarEnableUrlChangeListeners":true,"specs.thunderbolt.pageTransitionScrollSmoothly":true,"specs.thunderbolt.removeFrozenFooterFromAnchors":true,"specs.thunderbolt.buttonUdp_loggedIn":true,"specs.thunderbolt.InitPlatformApiProvider":true,"specs.thunderbolt.magnifyKeyboardOperability":true,"specs.thunderbolt.isClassNameToRootEnabledNext":true,"specs.thunderbolt.isClassNameToRootEnabled":true,"specs.thunderbolt.LoginBarEnableLoggingInStateInSSR":true,"specs.thunderbolt.WixFreeSiteBannerMobile":true,"specs.thunderbolt.SearchBoxSanitiseSuggestions":true,"specs.thunderbolt.render_dom_store_before_site":true,"specs.thunderbolt.calculateCollapsibleTextLineHeightByFont":true,"specs.thunderbolt.imageEncodingAVIF":true,"displayWixAdsNewVersion":true,"specs.thunderbolt.hideWPhotoTooltip":true,"specs.thunderbolt.BundlerTypescriptListExportedFunctions":true,"specs.thunderbolt.smModalsShouldWaitForAppDidMount":true,"specs.thunderbolt.ooi_css_optimization":true,"specs.thunderbolt.mobileFriendlyInFormFactor":true,"specs.thunderbolt.dynamicSlots":true,"specs.thunderbolt.disableBuilderWixComponents":true,"specs.thunderbolt.addOnPageRestoreUnsubscribe":true,"specs.thunderbolt.fixGapBelowTextboxonMobileSite":true,"specs.thunderbolt.propsCarmiMappersMigration2":true,"specs.ShouldForceCaptchaVerificationOnSignupSpec":"Disabled","specs.ShouldForceCaptchaVerificationOnLoginSpec":"Disabled","specs.thunderbolt.css_optimization_change":true,"specs.thunderbolt.ooiCssSelectorWithSuffix":true,"specs.thunderbolt.propsCarmiMappersMigration5":true,"specs.thunderbolt.editorElementsRegistryEnsureComponentLoaderFix":true,"specs.thunderbolt.moveFedopsLoadStartToBody":true,"specs.thunderbolt.pinnedTopAuto":true,"specs.thunderbolt.EnableCustomCSSVarsForLoginSocialBar":true,"specs.thunderbolt.deduplicateFAQPageStructuredData":true,"specs.thunderbolt.shouldFetchLogoutUrlByClientId":true,"specs.thunderbolt.retainInternalQueryParams":true,"specs.thunderbolt.convertBirthdateToISOString":true,"specs.thunderbolt.textMaskFontFallbacks":true,"specs.thunderbolt.getAppTokenForCustomElement":true,"specs.thunderbolt.businessLoggerService":true,"specs.promote.ar.reportScheduleEventsOnPurchaseIfNeeded":true,"specs.thunderbolt.removeSingleTabCssMapper":true,"specs.thunderbolt.newAuthorizedPagesFlow":true,"specs.thunderbolt.viewerWithoutWixDynamicCustomElements":true,"specs.thunderbolt.newControllersModel":true,"specs.thunderbolt.sanitizeCustomElement":true,"specs.thunderbolt.textScaleAdjust":true,"specs.thunderbolt.Panorama":true,"specs.thunderbolt.fetchCurrentMemberFromMembersNg":true,"specs.thunderbolt.logoutOnIAM":true,"specs.thunderbolt.TextInputAutoFillFix":true,"specs.thunderbolt.addIdAsClassName":true,"specs.thunderbolt.suspenseInSlots":true,"specs.thunderbolt.fixSoapSsrFlicker":true,"specs.thunderbolt.useNewTelemetryAPI":true,"specs.thunderbolt.useMpaSpeculationRulesForPrefetchApi":true},"fleetConfig":{"fleetName":"wix-thunderbolt","type":"GA","code":0},"accessTokensUrl":"https:\/\/www.cecilegiornelli.com\/_api\/v1\/access-tokens","rollout":{"siteAssetsVersionsRollout":false,"isDACRollout":0,"isTBRollout":false},"commonConfig":{"brand":"studio","host":"VIEWER","bsi":"","consentPolicy":{},"consentPolicyHeader":{},"siteRevision":"1739","renderingFlow":"NONE","language":"fr","locale":"fr-fr"},"componentsLibrariesTopology":[{"artifactId":"editor-elements","namespace":"wixui","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14949.0"},{"artifactId":"editor-elements","namespace":"dsgnsys","url":"https:\/\/static.parastorage.com\/services\/editor-elements\/1.14949.0"}],"anywhereConfig":{},"interactionSampleRatio":0.01,"rendererType":null,"isPartialRouteMatching":false,"useLocalPiler":false,"pilerExperiments":{"specs.piler.useEditorReactComponents":true},"react18Compatible":true,"react18HydrationBlackListWidgets":[],"mpaBlacklistWidgets":[],"excludeCompsForSSRList":[""],"mpaNavigationCompatible":true,"mpaIncompatibleWidgetsList":[],"isolatedRenderer":false}</script>
<script>window.viewerModel = JSON.parse(document.getElementById('wix-viewer-model').textContent)</script>
<!-- renderIndicator -->
<!-- versionIndicator -->
<!-- used platform apis start -->
<script type="application/json" id="used-platform-apis-data">["location","window","site","seo","user"]</script>
<script>window.usedPlatformApis = JSON.parse(document.getElementById('used-platform-apis-data').textContent)</script>
<!-- used platform apis end -->
<!-- Business Manager -->
<!-- initCustomElements #2 -->
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/lazyCustomElementWrapper.inline.0a0bab45.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["6747"],{99090(e,t,o){o.d(t,{O:()=>c});let c=(e,t="")=>t.toLowerCase().includes("forcereducedmotion")||!!e?.matchMedia("(prefers-reduced-motion: reduce)").matches}},function(e){e.O(0,["1619","3033"],function(){return e(e.s=19787)}),e.O()}]);
//# sourceMappingURL=lazyCustomElementWrapper.inline.0a0bab45.bundle.min.js.map</script>
<!-- react -->
<script crossorigin="" onload="resolveExternalsRegistryModule('react')" src="https://static.parastorage.com/unpkg/react@18.3.1/umd/react.production.min.js"></script>
<!-- react-dom -->
<script crossorigin="" defer="" onload="resolveExternalsRegistryModule('reactDOM')" src="https://static.parastorage.com/unpkg/react-dom@18.3.1/umd/react-dom.production.min.js"></script>
<!-- lodash script -->
<script async="" onload="resolveExternalsRegistryModule('lodash')" src="https://static.parastorage.com/unpkg/lodash@4.17.21/lodash.min.js"></script>
<!-- initial scripts -->
<script async="" src="https://static.parastorage.com/services/wix-thunderbolt/dist/thunderbolt-commons.ec9ba704.bundle.min.js"></script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/bi-common.inline.fe86753d.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["6008"],{53850(e,t,r){r.d(t,{$:()=>o});let o={site:({api:e})=>{let t=!!e.rendererModel.getSiteMetaData()?.builderComponentModel,r=!!e.env.getExperiments()["specs.thunderbolt.servicesInfra"]||t;return{shouldLoadSiteFeature:r,shouldLoadSiteConfig:r,siteConfig:{}}},name:"fedopsLoggerService"}},68703(e,t,r){r.d(t,{L:()=>s});var o=r(8716),a=r(26778),n=r(89330);let s=(0,o.Og)([],()=>({definition:a.FedopsLoggerDefinition,impl:n.FedopsLoggerService,config:{},platformConfig:{}}))},89973(e,t,r){r.d(t,{h:()=>s});var o=r(65672),a=r(48869);let n=({useBatch:e=!0,publishMethod:t=o.PublishMethods.Auto,endpoint:r,muteBi:a=!1,biStore:n,sessionManager:s,fetch:i,factory:d})=>d({useBatch:e,publishMethod:t,endpoint:r}).setMuted(a).withUoUContext({msid:n.msid}).withNonEssentialContext({visitorId:()=>s.getVisitorId(),siteMemberId:()=>s.getSiteMemberId()}).updateDefaults({vsi:n.viewerSessionId,_av:`thunderbolt-${n.viewerVersion}`,isb:n.is_headless,...n.is_headless&&{isbr:n.is_headless_reason}}),s={createBaseBiLoggerFactory:n,createBiLoggerFactoryForFedops:e=>{let{biStore:{session_id:t,initialTimestamp:r,initialRequestTimestamp:o,dc:s,microPop:i,is_headless:d,isCached:l,pageData:p,rolloutData:u,caching:c,checkVisibility:f=()=>"",viewerVersion:m,requestUrl:I,st:h,isSuccessfulSSR:S,mpaSessionId:A,adjustForPrerenderActivation:g},muteBi:_=!1}=e;return n({...e,muteBi:_}).updateDefaults({ts:()=>Date.now()-r,tsn:()=>(function({initialRequestTimestamp:e,adjustForPrerender:t=!1}){if("undefined"==typeof window)return Math.round(performance.now()+(performance.timeOrigin-e));let r=t?(0,a.b)():0;return Math.round(performance.now()-r)})({initialRequestTimestamp:o,adjustForPrerender:g}),dc:s,microPop:i,caching:c,session_id:t,st:h,url:I||p.pageUrl,ish:d,pn:p.pageNumber,isFirstNavigation:1===p.pageNumber,pv:f,pageId:p.pageId,isServerSide:!1,isSuccessfulSSR:S,is_lightbox:p.isLightbox,is_cached:l,is_sav_rollout:+!!u.siteAssetsVersionsRollout,is_dac_rollout:+!!u.isDACRollout,v:m,mpaSessionId:A})}}},48869(e,t,r){r.d(t,{b:()=>o});let o=()=>{let e=(()=>{if("undefined"==typeof performance||"function"!=typeof performance.getEntriesByType)return;let e=performance.getEntriesByType("navigation")[0];if(e&&e.responseStart>0&&e.responseStart<performance.now())return e})();return e?.activationStart??0}},35499(e,t,r){r.d(t,{W:()=>l});var o=r(41394),a=r(41789),n=r(683),s=r(4291),i=r(6355),d=r(63328);let l=({biLoggerFactory:e,customParams:t={},phasesConfig:r="SEND_ON_FINISH",appName:l="thunderbolt",presetType:p=o.u.BOLT,reportBlackbox:u=!1,paramsOverrides:c={},factory:f,muteThunderboltEvents:m=!1,experiments:I={},monitoringData:h})=>{let S,A,g,_,N,E,b,v,R=f(l,{presetType:p,phasesConfig:r,isPersistent:!0,isServerSide:!1,reportBlackbox:u,customParams:t,biLoggerFactory:e,paramsOverrides:c,enableSampleRateForAppNames:(0,d.k)("specs.thunderbolt.fedops_enableSampleRateForAppNames",I)??("undefined"!=typeof window&&(0,d.k)("specs.thunderbolt.fedops_enableSampleRateForAppNames",I))}),{interactionStarted:w,interactionEnded:O,appLoadingPhaseStart:D,appLoadingPhaseFinish:T,appLoadStarted:y,appLoaded:C}=R,V=(0,d.k)("specs.thunderbolt.fedopsMuteErrors",I),F=(0,d.k)("specs.thunderbolt.panoramaInSsr",I),L="undefined"==typeof window,M=e=>e?.evid&&26===parseInt(e.evid,10),B=(S=(0,i.n)(),h?.viewerSessionId&&S.setSessionId(h.viewerSessionId),A=h?.metaSiteId??"",g=h?.dc??"",_=!!h?.isHeadless,N=!!h?.isCached,E=!!h?.rolloutData?.isTBRollout,b=!!h?.rolloutData?.isDACRollout,v=!!h?.rolloutData?.siteAssetsVersionsRollout,(0,n.V)({baseParams:{platform:s.OD.Viewer,msid:A,fullArtifactId:"com.wixpress.html-client.wix-thunderbolt",componentId:l},pluginParams:{useBatch:!0},data:{dataCenter:g,isHeadless:_,isCached:N,isRollout:E,isDacRollout:b,isSavRollout:v,isSsr:!1,presetType:p,customParams:t},reporterOptions:L?{fetchFn:fetch}:{}}).withGlobalConfig(S).client()),G=e=>{B&&(F||!L)&&(e?B.reportLoadStart():B.reportLoadFinish())},P=(e,t,r)=>{if(!B)return;let o=e.replaceAll(" ","_");t?B.transaction(o).start(r):B.transaction(o).finish(r)},k=(e,t,r,n)=>{if(a.iy.has(l))return!0;if(((e,t,r)=>{let n;return M(r)?V:(n=r?.siteAssetsModule??"",!(p!==o.u.BOLT||a.EQ.has(e)||t&&["thunderbolt-css","thunderbolt-features","thunderbolt-platform"].includes(n)))})(e,t,n))return!1;if(n?.siteAssetsModule)return!0;let s=!!r?.appId&&!a.S_.has(r.appId),i=a.S2.has(e),d=a.wV.has(e);return i||s||!d&&!m};return R.interactionStarted=(e,t)=>{if(M(t?.paramsOverrides)?((e={})=>{if(!B)return;let{errorInfo:t,errorType:r}=e,o=Error(t);B?.errorMonitor().reportError(o,{errorName:r,environment:"Viewer"})})(t?.paramsOverrides):(F||e.startsWith("platform_")||!L)&&P(e,!0),k(e,!0,void 0,t?.paramsOverrides))return w.call(R,e,t);try{performance.mark(`${e} started`)}catch(e){}return{timeoutId:0}},R.interactionEnded=(e,t)=>{if((F||e.startsWith("platform_")||!L)&&P(e,!1),k(e,!0,void 0,t?.paramsOverrides))O.call(R,e,t);else try{performance.mark(`${e} ended`)}catch(e){}},R.appLoadingPhaseStart=(e,t)=>{if(P(e,!0,{appDefId:t?.appId,componentId:t?.widgetId}),k(e,!1,t))D.call(R,e,t);else try{performance.mark(`${e} started`)}catch(e){}},R.appLoadingPhaseFinish=(e,t,r)=>{if(P(e,!1,{appDefId:t?.appId,componentId:t?.widgetId}),k(e,!1,t))T.call(R,e,t,r);else try{performance.mark(`${e} finished`)}catch(e){}},R.appLoadStarted=e=>{G(!0),y.call(R,e)},R.appLoaded=e=>{G(!1),C.call(R,e)},R}},81855(e,t,r){r.d(t,{c:()=>o});let o=e=>{let t="thunderbolt-commons";return{reportAsyncWithCustomKey:(r,o,a)=>e.reportAsyncWithCustomKey(r,t,o,a),runAsyncAndReport:(r,o)=>e.runAsyncAndReport(r,t,o),runAndReport:(r,o)=>e.runAndReport(r,t,o),reportError:r=>{e.captureError(r,{tags:{feature:t,clientMetricsReporterError:!0}})},meter:(t,r)=>{e.meter(t,r)},histogram:(e,t)=>{}}}},27256(e,t,r){r.r(t),r.d(t,{createBiReporter:()=>s,site:()=>i});var o=r(73388),a=r(60990);let n=(...e)=>console.log("[TB] ",...e);function s(e=n,t=n,r=()=>{},o=n,a=n){return{reportBI:e,sendBeat:t,setDynamicSessionData:r,reportPageNavigation:o,reportPageNavigationDone:a}}let i=({biReporter:e,wixBiSession:t,viewerModel:r})=>n=>{n(o.O$).toConstantValue(t),n(o.u6).toConstantValue(e),n(o.lR).toConstantValue((0,a.f)(r))}},94756(e,t,r){r.d(t,{lF:()=>n,mY:()=>i,w4:()=>s});var o,a,n=((o={})[o.START=1]="START",o[o.VISIBLE=2]="VISIBLE",o[o.PAGE_FINISH=33]="PAGE_FINISH",o[o.FIRST_CDN_RESPONSE=4]="FIRST_CDN_RESPONSE",o[o.TBD=-1]="TBD",o[o.PAGE_NAVIGATION=101]="PAGE_NAVIGATION",o[o.PAGE_NAVIGATION_DONE=103]="PAGE_NAVIGATION_DONE",o),s=((a={})[a.NAVIGATION=1]="NAVIGATION",a[a.DYNAMIC_REDIRECT=2]="DYNAMIC_REDIRECT",a[a.INNER_ROUTE=3]="INNER_ROUTE",a[a.NAVIGATION_ERROR=4]="NAVIGATION_ERROR",a[a.CANCELED=5]="CANCELED",a);let i={1:"page-navigation",2:"page-navigation-redirect",3:"page-navigation-inner-route",4:"navigation-error",5:"navigation-canceled"}},73388(e,t,r){r.d(t,{O$:()=>a,lR:()=>n,u6:()=>o});let o=Symbol.for("BI"),a=Symbol.for("WixBiSessionSymbol"),n=Symbol.for("appName")}}]);
//# sourceMappingURL=bi-common.inline.fe86753d.bundle.min.js.map</script>
<script async="" src="https://static.parastorage.com/services/wix-thunderbolt/dist/main.8aea3aa1.bundle.min.js"></script>
<script async="" src="https://static.parastorage.com/services/wix-thunderbolt/dist/main.renderer.99fa8096.bundle.min.js"></script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/createPlatformWorker.inline.5582455f.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["8426"],{7146(e,r,t){t.r(r),t.d(r,{platformWorkerPromise:()=>m});let s=window.viewerModel,a=s?.siteFeatures||[],o=s?.siteFeaturesConfigs?.platform,p=s?.siteAssets?.clientTopology,l=s?.site?.externalBaseUrl,i=window.usedPlatformApis,c="undefined"!=typeof Worker&&a.includes("platform")&&!!o,n=async()=>{let e;if(!o?.clientWorkerUrl||!o?.appsScripts||!o?.bootstrapData)return void console.warn("[create-worker] Platform config incomplete (missing clientWorkerUrl, appsScripts, or bootstrapData), skipping worker creation");let r="platform_create-worker started";performance.mark(r);let{clientWorkerUrl:t,appsScripts:s,bootstrapData:a,sdksStaticPaths:c}=o,{appsSpecData:n={},appDefIdToIsMigratedToGetPlatformApi:m={},forceEmptySdks:d}=a||{},f=new Worker(t.startsWith("http://localhost:")||t.startsWith("https://bo.wix.com/suricate/")||document.baseURI!==location.href?(e=new Blob([`importScripts('${t}');`],{type:"application/javascript"}),URL.createObjectURL(e)):t.replace(p?.fileRepoUrl||"",`${l}/_partials`)),u=s?.urls||{},k=Object.keys(u).filter(e=>!n[e]?.isModuleFederated).reduce((e,r)=>(e[r]=u[r],e),{});c&&c.mainSdks&&c.nonMainSdks&&(Object.values(m).every(e=>e)||d?f.postMessage({type:"preloadNamespaces",namespaces:i}):f.postMessage({type:"preloadAllNamespaces",sdksStaticPaths:c})),f.postMessage({type:"platformScriptsToPreload",appScriptsUrls:k});let w="platform_create-worker ended";return performance.mark(w),performance.measure("Create Platform Web Worker",r,w),f},m=c?n():Promise.resolve()}},function(e){e(e.s=7146)}]);
//# sourceMappingURL=createPlatformWorker.inline.5582455f.bundle.min.js.map</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/windowMessageRegister.inline.d8470fd7.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["1625"],{97534(){var e;let n,a,t;e=window,n=new Set,a=[],t=e=>{let a=[];n.forEach(n=>{e.canHandleEvent(n)&&a.push(n)}),a.forEach(a=>{n.delete(a),e.handleEvent(a)})},e.addEventListener("message",e=>{let d={source:e.source,data:e.data,origin:e.origin},s=a.find(e=>e.canHandleEvent(d));s?(t(s),s.handleEvent(d)):n.add(d)}),e._addWindowMessageHandler=e=>{a.push(e),t(e)}}},function(e){e(e.s=97534)}]);
//# sourceMappingURL=windowMessageRegister.inline.d8470fd7.bundle.min.js.map</script>
<!-- scriptTagsToPreload -->
<link href="https://static.parastorage.com/services/pro-gallery-tpa/1.1509.0/WixProGalleryViewerWidget.bundle.min.js" rel="preload" as="fetch" crossorigin="anonymous"></link>
<link href="https://static.parastorage.com/services/pro-gallery-tpa/1.1509.0/WixProGalleryViewerWidget.bundle.min.js" rel="preload" as="fetch" crossorigin="anonymous"></link>
<link href="https://static.parastorage.com/services/pro-gallery-tpa/1.1509.0/WixProGalleryViewerWidget.bundle.min.js" rel="preload" as="fetch" crossorigin="anonymous"></link>
<!-- Old Browsers Deprecation -->
<script async="" src="https://static.parastorage.com/services/wix-thunderbolt/dist/browser-deprecation.bundle.es5.js"></script>
<!-- bi -->
<script>
window.clientSideRender = false;
</script>
<!-- bi -->
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/bi.inline.af370d22.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["9114"],{79032(e,i,n){let t,r,s,o;n.d(i,{K:()=>h});var a=n(94756);let l=e=>{let i=!1;if(!/\(iP(hone|ad|od);/i.test(window?.navigator?.userAgent))try{i=navigator.sendBeacon(e)}catch{}i||(new Image().src=e)};function c([e,i]){return null!==i&&`${e}=${i}`}let d=function(e,{eventType:i,ts:n,tts:t,extra:r=""},s,o){let a,l,d=(a=r.split("&").reduce((e,i)=>{let[n,t]=i.split("=");return{...e,[n]:t}},{}),(e,i)=>void 0!==a[e]?a[e]:i),u=e=>void 0===s[e]?null:s[e],p=!0,m=window?.consentPolicyManager;if(m){let e=m.getCurrentConsentPolicy();if(e){let{policy:i}=e;p=!(i.functional&&i.analytics)}}let w=u("requestUrl"),h=Object.entries({src:"29",evid:"3",viewer_name:u("viewerName"),caching:u("caching"),client_id:p?null:(l=document.cookie.match(/_wixCIDX=([^;]*)/))&&l[1],dc:u("dc"),microPop:u("microPop"),et:i,event_name:e?encodeURIComponent(e):null,is_cached:u("isCached"),is_platform_loaded:u("is_platform_loaded"),is_rollout:u("is_rollout"),ism:u("isMesh"),isp:0,isjp:u("isjp"),iss:u("isServerSide"),ssr_fb:u("fallbackReason"),ita:d("ita",s.checkVisibility()?"1":"0"),mid:p?null:o?.siteMemberId||null,msid:u("msId"),pid:d("pid",null),pn:d("pn","1"),ref:document.referrer&&!p?encodeURIComponent(document.referrer):null,sar:p?null:d("sar",screen.availWidth?`${screen.availWidth}x${screen.availHeight}`:null),sessionId:p&&m?null:u("sessionId"),siterev:s.siteRevision||s.siteCacheRevision?`${s.siteRevision}-${s.siteCacheRevision}`:null,sr:p?null:d("sr",screen.width?`${screen.width}x${screen.height}`:null),st:u("st"),ts:n,tts:t,url:p?function(e){if(!e)return null;let i=new URL(decodeURIComponent(e));return i.search="?",encodeURIComponent(i.href)}(w):w,v:window?.thunderboltVersion||"0.0.0",vid:p?null:o?.visitorId||null,bsi:p?null:o?.bsi||null,vsi:u("viewerSessionId"),wor:p||!window.outerWidth?null:`${window.outerWidth}x${window.outerHeight}`,wr:p?null:d("wr",window.innerWidth?`${window.innerWidth}x${window.innerHeight}`:null),_brandId:s.commonConfig?.brand||null,nt:d("nt",null)}).map(c).filter(Boolean).join("&");return`https://frog.wix.com/bt?${h}`},u="unknown",p=e=>{let i,n,t=(i=e.cache,n=e.varnish,`${i||u},${n||u}`);return{caching:t,isCached:t.includes("hit"),...e.microPop?{microPop:e.microPop}:{}}},m={WixSite:1,UGC:2,Template:3};var w=n(48869);let h=(t=(()=>{let{fedops:e,viewerModel:{siteFeaturesConfigs:i,requestUrl:n,site:t,fleetConfig:r,commonConfig:s,interactionSampleRatio:o},clientSideRender:a,santaRenderingError:l}=window,c=(({requestUrl:e,interactionSampleRatio:i})=>{let n=new URL(e).searchParams;return n.has("sampleEvents")?"true"===n.get("sampleEvents"):Math.random()<(i?1-i:.9)})({requestUrl:n,interactionSampleRatio:o}),d=(e=>{let{userAgent:i}=e.navigator;return/instagram.+google\/google/i.test(i)?"":/bot|google(?!play)|phantom|crawl|spider|headless|slurp|facebookexternal|Lighthouse|PTST|^mozilla\/4\.0$|^\s*$/i.test(i)?"ua":""})(window)||(()=>{try{if(window.self===window.top)return""}catch{}return"iframe"})()||(()=>{if(!Function.prototype.bind)return"bind";let{document:e,navigator:i}=window;if(!e||!i)return"document";let{webdriver:n,userAgent:t,plugins:r,languages:s}=i;if(n)return"webdriver";if(!r||Array.isArray(r))return"plugins";if(Object.getOwnPropertyDescriptor(r,"0")?.writable)return"plugins-extra";if(!t)return"userAgent";if(t.indexOf("Snapchat")>0&&e.hidden)return"Snapchat";if(!s||0===s.length||!Object.isFrozen(s))return"languages";try{throw Error()}catch(e){if(e instanceof Error){let{stack:i}=e;if(i&&/ (\(internal\/)|(\(?file:\/)/.test(i))return"stack"}}return""})()||(({seo:e})=>e?.isInSEO?"seo":"")(i);return{suppressbi:n.includes("suppressbi=true"),initialTimestamp:window.initialTimestamps.initialTimestamp,initialRequestTimestamp:window.initialTimestamps.initialRequestTimestamp,viewerSessionId:e.vsi,viewerName:t.appNameForBiEvents,siteRevision:String(t.siteRevision),msId:t.metaSiteId,is_rollout:0===r.code||1===r.code?r.code:null,is_platform_loaded:0,requestUrl:encodeURIComponent(n),sessionId:String(t.sessionId),btype:d,isjp:!!d,dc:t.dc,siteCacheRevision:"__siteCacheRevision__",checkVisibility:(()=>{let e=!0;function i(){e=e&&!0!==document.hidden}return document.addEventListener("visibilitychange",i,{passive:!0}),i(),()=>(i(),e)})(),...((e,i)=>{let n,t=(e=>{let i;try{i=e()}catch{i=[]}let n=i.reduce((e,i)=>(e[i.name]=i.description,e),{});return{cache:n.cache,varnish:n.varnish,microPop:n.dc}})(i);if(t.cache||t.varnish)return p({cache:t.cache||u,varnish:t.varnish||u,microPop:t.microPop});let r=(n=e.match(/ssr-caching="?cache[,#]\s*desc=([\w-]+)(?:[,#]\s*varnish=(\w+))?(?:[,#]\s*dc[,#]\s*desc=([\w-]+))?(?:"|;|$)/))&&n.length?{cache:n[1],varnish:n[2]||u,microPop:n[3]}:null;return r?p(r):{caching:u,isCached:!1}})(document.cookie,()=>[...performance.getEntriesByType("navigation")[0].serverTiming||[]]),isMesh:1,st:m[t.siteType]||0,commonConfig:s,muteThunderboltEvents:c,isServerSide:+!a,isSuccessfulSSR:!a,fallbackReason:l?.errorInfo,mpaSessionId:e.mpaSessionId}})(),r={},s=1,{sendBeat:o=(e,i,n={})=>{if(i&&performance.mark){let n=`${i} (beat ${e})`;performance.mark(n)}let o=globalThis.window?.viewerModel;if(!o?.experiments["specs.thunderbolt.removeSendBeat"]){let a=Date.now(),c=o?.experiments["specs.thunderbolt.adjustForPrerenderActivation"]?(0,w.b)():0,u=Math.round(performance.now()-c),p=a-t.initialTimestamp;if(t.suppressbi||window.__browser_deprecation__)return;let{pageId:m,pageNumber:h=s,navigationType:f}=n,v=`&pn=${h}`;m&&(v+=`&pid=${m}`),f&&(v+=`&nt=${f}`),l(d(i,{eventType:e,ts:p,tts:u,extra:v},t,r))}},reportBI:function(e,i){let n,t;n=i?`${e} - ${i}`:e,t="end"===i?`${e} - start`:null,performance.mark(n),performance.measure&&t&&performance.measure(`\u2B50${e}`,t,n)},wixBiSession:t,sendBeacon:l,setDynamicSessionData:({visitorId:e,siteMemberId:i,bsi:n})=>{r.visitorId=e||r.visitorId,r.siteMemberId=i||r.siteMemberId,r.bsi=n||r.bsi},reportPageNavigation:function(e){s+=1,o(a.lF.PAGE_NAVIGATION,"page navigation start",{pageId:e,pageNumber:s})},reportPageNavigationDone:function(e,i){o(a.lF.PAGE_NAVIGATION_DONE,"page navigation complete",{pageId:e,pageNumber:s,navigationType:i}),(i===a.w4.DYNAMIC_REDIRECT||i===a.w4.NAVIGATION_ERROR||i===a.w4.CANCELED)&&(s-=1)}});window.bi=h,window.bi.wixBiSession.isServerSide=+!window.clientSideRender,window.bi.wixBiSession.isSuccessfulSSR=!window.clientSideRender,window.clientSideRender&&(window.bi.wixBiSession.fallbackReason=window.santaRenderingError?.errorInfo),h.sendBeat(1,"Init")}},function(e){e.O(0,["6008"],function(){return e(e.s=79032)}),e.O()}]);
//# sourceMappingURL=bi.inline.af370d22.bundle.min.js.map</script>
<script data-url="https://static.parastorage.com/services/wix-thunderbolt/dist/sendBeat12.inline.776ddbe5.bundle.min.js">"use strict";(self.webpackJsonp__wix_thunderbolt_app=self.webpackJsonp__wix_thunderbolt_app||[]).push([["1698"],{40250(e,i,n){n(79032).K.sendBeat(12,"Partially visible",{pageId:window.firstPageId})},79032(e,i,n){let t,r,s,o;n.d(i,{K:()=>h});var a=n(94756);let l=e=>{let i=!1;if(!/\(iP(hone|ad|od);/i.test(window?.navigator?.userAgent))try{i=navigator.sendBeacon(e)}catch{}i||(new Image().src=e)};function c([e,i]){return null!==i&&`${e}=${i}`}let d=function(e,{eventType:i,ts:n,tts:t,extra:r=""},s,o){let a,l,d=(a=r.split("&").reduce((e,i)=>{let[n,t]=i.split("=");return{...e,[n]:t}},{}),(e,i)=>void 0!==a[e]?a[e]:i),u=e=>void 0===s[e]?null:s[e],p=!0,w=window?.consentPolicyManager;if(w){let e=w.getCurrentConsentPolicy();if(e){let{policy:i}=e;p=!(i.functional&&i.analytics)}}let m=u("requestUrl"),h=Object.entries({src:"29",evid:"3",viewer_name:u("viewerName"),caching:u("caching"),client_id:p?null:(l=document.cookie.match(/_wixCIDX=([^;]*)/))&&l[1],dc:u("dc"),microPop:u("microPop"),et:i,event_name:e?encodeURIComponent(e):null,is_cached:u("isCached"),is_platform_loaded:u("is_platform_loaded"),is_rollout:u("is_rollout"),ism:u("isMesh"),isp:0,isjp:u("isjp"),iss:u("isServerSide"),ssr_fb:u("fallbackReason"),ita:d("ita",s.checkVisibility()?"1":"0"),mid:p?null:o?.siteMemberId||null,msid:u("msId"),pid:d("pid",null),pn:d("pn","1"),ref:document.referrer&&!p?encodeURIComponent(document.referrer):null,sar:p?null:d("sar",screen.availWidth?`${screen.availWidth}x${screen.availHeight}`:null),sessionId:p&&w?null:u("sessionId"),siterev:s.siteRevision||s.siteCacheRevision?`${s.siteRevision}-${s.siteCacheRevision}`:null,sr:p?null:d("sr",screen.width?`${screen.width}x${screen.height}`:null),st:u("st"),ts:n,tts:t,url:p?function(e){if(!e)return null;let i=new URL(decodeURIComponent(e));return i.search="?",encodeURIComponent(i.href)}(m):m,v:window?.thunderboltVersion||"0.0.0",vid:p?null:o?.visitorId||null,bsi:p?null:o?.bsi||null,vsi:u("viewerSessionId"),wor:p||!window.outerWidth?null:`${window.outerWidth}x${window.outerHeight}`,wr:p?null:d("wr",window.innerWidth?`${window.innerWidth}x${window.innerHeight}`:null),_brandId:s.commonConfig?.brand||null,nt:d("nt",null)}).map(c).filter(Boolean).join("&");return`https://frog.wix.com/bt?${h}`},u="unknown",p=e=>{let i,n,t=(i=e.cache,n=e.varnish,`${i||u},${n||u}`);return{caching:t,isCached:t.includes("hit"),...e.microPop?{microPop:e.microPop}:{}}},w={WixSite:1,UGC:2,Template:3};var m=n(48869);let h=(t=(()=>{let{fedops:e,viewerModel:{siteFeaturesConfigs:i,requestUrl:n,site:t,fleetConfig:r,commonConfig:s,interactionSampleRatio:o},clientSideRender:a,santaRenderingError:l}=window,c=(({requestUrl:e,interactionSampleRatio:i})=>{let n=new URL(e).searchParams;return n.has("sampleEvents")?"true"===n.get("sampleEvents"):Math.random()<(i?1-i:.9)})({requestUrl:n,interactionSampleRatio:o}),d=(e=>{let{userAgent:i}=e.navigator;return/instagram.+google\/google/i.test(i)?"":/bot|google(?!play)|phantom|crawl|spider|headless|slurp|facebookexternal|Lighthouse|PTST|^mozilla\/4\.0$|^\s*$/i.test(i)?"ua":""})(window)||(()=>{try{if(window.self===window.top)return""}catch{}return"iframe"})()||(()=>{if(!Function.prototype.bind)return"bind";let{document:e,navigator:i}=window;if(!e||!i)return"document";let{webdriver:n,userAgent:t,plugins:r,languages:s}=i;if(n)return"webdriver";if(!r||Array.isArray(r))return"plugins";if(Object.getOwnPropertyDescriptor(r,"0")?.writable)return"plugins-extra";if(!t)return"userAgent";if(t.indexOf("Snapchat")>0&&e.hidden)return"Snapchat";if(!s||0===s.length||!Object.isFrozen(s))return"languages";try{throw Error()}catch(e){if(e instanceof Error){let{stack:i}=e;if(i&&/ (\(internal\/)|(\(?file:\/)/.test(i))return"stack"}}return""})()||(({seo:e})=>e?.isInSEO?"seo":"")(i);return{suppressbi:n.includes("suppressbi=true"),initialTimestamp:window.initialTimestamps.initialTimestamp,initialRequestTimestamp:window.initialTimestamps.initialRequestTimestamp,viewerSessionId:e.vsi,viewerName:t.appNameForBiEvents,siteRevision:String(t.siteRevision),msId:t.metaSiteId,is_rollout:0===r.code||1===r.code?r.code:null,is_platform_loaded:0,requestUrl:encodeURIComponent(n),sessionId:String(t.sessionId),btype:d,isjp:!!d,dc:t.dc,siteCacheRevision:"__siteCacheRevision__",checkVisibility:(()=>{let e=!0;function i(){e=e&&!0!==document.hidden}return document.addEventListener("visibilitychange",i,{passive:!0}),i(),()=>(i(),e)})(),...((e,i)=>{let n,t=(e=>{let i;try{i=e()}catch{i=[]}let n=i.reduce((e,i)=>(e[i.name]=i.description,e),{});return{cache:n.cache,varnish:n.varnish,microPop:n.dc}})(i);if(t.cache||t.varnish)return p({cache:t.cache||u,varnish:t.varnish||u,microPop:t.microPop});let r=(n=e.match(/ssr-caching="?cache[,#]\s*desc=([\w-]+)(?:[,#]\s*varnish=(\w+))?(?:[,#]\s*dc[,#]\s*desc=([\w-]+))?(?:"|;|$)/))&&n.length?{cache:n[1],varnish:n[2]||u,microPop:n[3]}:null;return r?p(r):{caching:u,isCached:!1}})(document.cookie,()=>[...performance.getEntriesByType("navigation")[0].serverTiming||[]]),isMesh:1,st:w[t.siteType]||0,commonConfig:s,muteThunderboltEvents:c,isServerSide:+!a,isSuccessfulSSR:!a,fallbackReason:l?.errorInfo,mpaSessionId:e.mpaSessionId}})(),r={},s=1,{sendBeat:o=(e,i,n={})=>{if(i&&performance.mark){let n=`${i} (beat ${e})`;performance.mark(n)}let o=globalThis.window?.viewerModel;if(!o?.experiments["specs.thunderbolt.removeSendBeat"]){let a=Date.now(),c=o?.experiments["specs.thunderbolt.adjustForPrerenderActivation"]?(0,m.b)():0,u=Math.round(performance.now()-c),p=a-t.initialTimestamp;if(t.suppressbi||window.__browser_deprecation__)return;let{pageId:w,pageNumber:h=s,navigationType:f}=n,v=`&pn=${h}`;w&&(v+=`&pid=${w}`),f&&(v+=`&nt=${f}`),l(d(i,{eventType:e,ts:p,tts:u,extra:v},t,r))}},reportBI:function(e,i){let n,t;n=i?`${e} - ${i}`:e,t="end"===i?`${e} - start`:null,performance.mark(n),performance.measure&&t&&performance.measure(`\u2B50${e}`,t,n)},wixBiSession:t,sendBeacon:l,setDynamicSessionData:({visitorId:e,siteMemberId:i,bsi:n})=>{r.visitorId=e||r.visitorId,r.siteMemberId=i||r.siteMemberId,r.bsi=n||r.bsi},reportPageNavigation:function(e){s+=1,o(a.lF.PAGE_NAVIGATION,"page navigation start",{pageId:e,pageNumber:s})},reportPageNavigationDone:function(e,i){o(a.lF.PAGE_NAVIGATION_DONE,"page navigation complete",{pageId:e,pageNumber:s,navigationType:i}),(i===a.w4.DYNAMIC_REDIRECT||i===a.w4.NAVIGATION_ERROR||i===a.w4.CANCELED)&&(s-=1)}});window.bi=h,window.bi.wixBiSession.isServerSide=+!window.clientSideRender,window.bi.wixBiSession.isSuccessfulSSR=!window.clientSideRender,window.clientSideRender&&(window.bi.wixBiSession.fallbackReason=window.santaRenderingError?.errorInfo),h.sendBeat(1,"Init")}},function(e){e.O(0,["6008"],function(){return e(e.s=40250)}),e.O()}]);
//# sourceMappingURL=sendBeat12.inline.776ddbe5.bundle.min.js.map</script>
<script>
window.firstPageId = 'wffbg'
if (window.requestCloseWelcomeScreen) {
window.requestCloseWelcomeScreen()
}
if (!window.__browser_deprecation__) {
window.fedops.phaseStarted('partially_visible', {paramsOverrides: { pageId: firstPageId, isSuccessfulSSR: !clientSideRender }})
}
</script>
<script>
const wixAdsOffsetHeight = document.getElementById('WIX_ADS')?.offsetHeight || 0;
const header = document.getElementsByTagName('header')[0];
let headerOffsetHeight = 0;
if (header) {
const headerPosition = window.getComputedStyle(header).getPropertyValue('position').toLowerCase();
const isHeaderStickyOrFixed = headerPosition === 'sticky' || headerPosition === 'fixed';
headerOffsetHeight = isHeaderStickyOrFixed ? header.offsetHeight : 0;
}
document.documentElement.style.scrollPaddingTop = `${wixAdsOffsetHeight + headerOffsetHeight}px`;
</script>
<script defer="" src="https://static.parastorage.com/services/tag-manager-client/1.1028.0/siteTags.bundle.min.js"></script>
<!--pageHtmlEmbeds.bodyEnd start-->
<script type="wix/htmlEmbeds" id="pageHtmlEmbeds.bodyEnd start"></script>
<script type="wix/htmlEmbeds" id="pageHtmlEmbeds.bodyEnd end"></script>
<!--pageHtmlEmbeds.bodyEnd end-->
<!-- warmup data start -->
<script type="application/json" id="wix-warmup-data">{"platform":{"ssrPropsUpdates":[],"ssrStyleUpdates":[],"ssrStructureUpdates":[]},"pages":{"compIdToTypeMap":{"masterPage":"MasterPage","SITE_HEADER":"HeaderContainer","PAGES_CONTAINER":"PagesContainer","SITE_FOOTER":"FooterContainer","SITE_PAGES":"PageGroup","BACKGROUND_GROUP":"BackgroundGroup","SCROLL_TO_TOP":"Anchor","SCROLL_TO_BOTTOM":"Anchor","SKIP_TO_CONTENT_BTN":"SkipToContentButton","comp-mm4r2x5t":"CustomElementComponent","comp-ml2e1qrd5":"ImageX","comp-mkvsfdbe1":"WRichText","comp-mm4sklby":"ImageX","comp-mkzrldcm":"ImageX","comp-mkwlpiak":"ImageX","comp-mm4sykfr":"ImageX","comp-mkvsfdji4_r_comp-kd5px9kk":"ExpandableMenu","comp-mkvsfdji4_r_comp-kkmqi5tc":"VectorImage","comp-mkvsfdjh10_r_comp-ml48cas1":"ImageX","comp-ml2e1qq25":"TextMask","comp-ml2e1qq55":"WRichText","comp-ml2e1qq76":"StylableButton","comp-ml2e1qr8":"ImageX","comp-ml2e1qra6":"WRichText","comp-ml0ovi3l":"TextMask","comp-mkwj3cch":"WRichText","comp-mm1xduey":"ImageX","comp-mkweq618":"WRichText","comp-mm4saqnv":"ImageX","comp-mm4saqob":"WRichText","comp-mm4sd43y2":"ImageX","comp-mm4sd4469":"WRichText","comp-mm4sgoiz1":"ImageX","comp-mm4sgoj44":"WRichText","comp-mm4skqbo5":"TextMask","comp-mm4skqbu5":"WRichText","comp-mm4sn3vn":"WRichText","comp-mkwgg892":"WRichText","comp-ml0p961i":"TextMask","comp-mkwgedse":"WRichText","comp-mkwll3v7":"StylableButton","comp-mkzrp3yh":"MediaOverlayControls","comp-mkzrp491":"MediaControls","comp-mm4t3qcj9":"WRichText","comp-mm4t4dig9":"WRichText","comp-mm4t4qry":"WRichText","comp-mm4sx7bp7":"WRichText","comp-mm4sx7bq9":"TextMask","comp-mm4sx7bu7":"WRichText","comp-mlgjzdne_r_comp-ml4b66sq":"ImageX","comp-mm97l7lh":"WRichText","comp-mkweq6152":"WRichText","comp-mm97mwze":"WRichText","comp-mm97mwzf":"WRichText","comp-mm97ngsq5":"WRichText","comp-mm97ngsr4":"WRichText","comp-mm97nxdr5":"WRichText","comp-mm97nxds7":"WRichText","comp-mm4sn3vh4":"TextMask","comp-mm4snq5u11":"ImageX","comp-mm4t3qci":"ImageX","comp-mm4t3qci10":"WRichText","comp-mm4t4dif":"ImageX","comp-mm4t4dif10":"WRichText","comp-mm4t4qrz":"ImageX","comp-mm4t4qrz10":"WRichText","comp-mm4sx7bx6":"StylableButton","comp-mm4sx7c411":"StylableButton","comp-mm4sx7c7":"StylableButton","comp-mlgjzdne_r_comp-mky3kvqr6":"WRichText","comp-mlgjzdne_r_comp-mky45koy":"StylableButton","comp-mlgjzdne_r_comp-mky4w6p91":"WRichText","comp-mlgjzdne_r_comp-mky4w6pa5":"LinkBar","comp-mlgjzdne_r_comp-ml4b0bhn":"ImageX","comp-mlgjzdne_r_comp-mky3kvr6":"WRichText","comp-mkvsfdjh10_r_comp-mkv87yym":"StylableButton","comp-mkvsfdjh10_r_comp-mm1wq6gu":"StylableButton","comp-mm4snq678":"WRichText","comp-mm4snq686":"WRichText","comp-mm4snq6818":"StylableButton","comp-mlgjzdne_r_comp-mky3tjgj":"HamburgerOpenButton","comp-mlgjzdne_r_comp-mky3tjgb4":"Submenu","comp-mkvsfdjh10_r_comp-mkwc4qfb":"HamburgerOpenButton","comp-mkvsfdjh10_r_comp-mkwc4qex":"Submenu","comp-mlgjzdne_r_comp-mky3tjgr2":"HamburgerCloseButton","comp-mkvsfdjh10_r_comp-mkwc4qg8":"HamburgerCloseButton","comp-mkvsfdjh10_r_comp-mm9fow0a":"StylableButton","comp-mkvsfdjh10_r_comp-mm9fow112":"StylableButton","comp-mkvsfdjh10_r_comp-mm9fp2rv7":"StylableButton","comp-mkvsfdjh10_r_comp-mm9fp2rx14":"StylableButton","VideoBox_dummy_comp-mkzrp3wd":"VideoBox","portal-comp-mlgjzdne_r_comp-mky3tjfv":"MenuContent","portal-comp-mkvsfdjh10_r_comp-mkwc4qdm":"MenuContent","wffbg":"Page","comp-mkvsfdjh10":"RefComponent","comp-ml2e1qpg":"Section","comp-mm4r2wvx":"Section","comp-mkvsfdba2":"Section","comp-mkweq5z2":"Section","comp-mm4sjc4v":"Section","comp-mm4smjlf":"Section","comp-mkwgedkw":"Section","comp-mm4sw1dj":"Section","comp-mlgjzdne":"RefComponent","comp-mkvsfdji4":"RefComponent","comp-mkvsfdjh10_r_comp-kbgajy18":"HeaderSection","comp-ml2e1qpy":"Container","comp-ml2e1qrc":"Container","comp-mm4rgr83":"Container","comp-mm4rf54h":"Container","comp-mm4re0ia":"Container","comp-mm4re0i0":"Container","comp-mm4rkw2y":"Container","comp-mkweq602":"Container","comp-mkweq61c":"Container","comp-mkweq61r":"Container","comp-mkweq6244":"Container","comp-mm4sjx1i":"Container","comp-mm4sjx1s":"Container","comp-mm4smzaa":"Container","comp-mm4smzam":"Container","comp-mkwgedlx":"Container","comp-mkwgedlj":"Container","comp-mm4swy5k":"Container","comp-mm4swy5t":"Container","comp-mlgjzdne_r_comp-mlgjzdk1":"FooterSection","comp-mkvsfdji4_r_comp-kd5px9hr":"MenuContainer","comp-mkvsfdjh10_r_comp-mdrelzwz":"Container","comp-ml2e1qq06":"Container","comp-mkyp7sl1":"tpaWidgetNative","comp-mkyp89qv":"Container","comp-mkyp8t06":"Container","comp-mkvsfdbi":"tpaWidgetNative","comp-mkwikpyx":"Container","comp-mkwin2dh":"Container","comp-mkwisj6y":"tpaWidgetNative","comp-mkwisj2x":"Container","comp-mkwisiyj":"Container","comp-mkyo4vab":"Container","comp-mkweq6033":"Container","comp-mm4saqn4":"Container","comp-mm4sd43s":"Container","comp-mm4sgoit":"Container","comp-mm4skqbl":"Container","comp-mm4sn3ve":"Container","comp-mm4snq5n":"Repeater","comp-mkwgedlz3":"Container","comp-mkzrp3wd":"MediaPlayer","comp-mm4t6ro4":"Container","comp-mm4t5dke":"Container","comp-mm4t609j":"Container","comp-mm4sx7bn":"Container","comp-mlgjzdne_r_comp-mky57xrd":"Container","comp-mkvsfdjh10_r_comp-mlgjkp0e":"Container","comp-mm9879sp":"Container","comp-mm987glw":"Container","comp-mm987ms2":"Container","comp-mm4sgoj06":"Container","comp-mm987ti5":"Container","comp-mm4sn3vg4":"Container","comp-mm4snq5s8":"Container","comp-mm4t6qmi":"Container","comp-mm4t5cji":"Container","comp-mm4t5z7e":"Container","comp-mm4sx7bv13":"Container","comp-mlgjzdne_r_comp-mky3tjfv":"Menu","comp-mlgjzdne_r_comp-mky3kvqq8":"Container","comp-mlgjzdne_r_comp-mky4w6nr":"Container","comp-mkvsfdjh10_r_comp-mkwc4qdm":"Menu","comp-mkvsfdjh10_r_comp-mm9aur5o":"Container","comp-mm4snq666":"Container","comp-mlgjzdne_r_comp-mky3tjgh":"HamburgerMenuRoot","comp-mlgjzdne_r_comp-mky3tjg9":"MegaMenuContainerItem","comp-mkvsfdjh10_r_comp-mkwc4qf6":"HamburgerMenuRoot","comp-mkvsfdjh10_r_comp-mkwc4qeq":"MegaMenuContainerItem","comp-mlgjzdne_r_comp-mky3tjgl":"HamburgerOverlay","comp-mkvsfdjh10_r_comp-mkwc4qfo":"HamburgerOverlay","comp-mlgjzdne_r_comp-mky3tjgn3":"HamburgerMenuContainer","comp-mkvsfdjh10_r_comp-mkwc4qfw":"HamburgerMenuContainer","comp-mlgjzdne_r_comp-mky3tjgq3":"HamburgerMenuContent","comp-mkvsfdjh10_r_comp-mkwc4qg5":"HamburgerMenuContent","comp-mkvsfdjh10_r_comp-mm9fow04":"Container","comp-mkvsfdjh10_r_comp-mm9fp2rs":"Container","PAGE_SECTIONSwffbg":"PageSections","comp-mkvsfdji4-pinned-layer":"PinnedLayer","Containerwffbg":"ResponsiveContainer","comp-ml2e1qpg_relative":"ResponsiveContainer","comp-mm4r2wvx_relative":"ResponsiveContainer","comp-mkvsfdba2_relative":"ResponsiveContainer","comp-mkweq5z2_relative":"ResponsiveContainer","comp-mm4sjc4v_relative":"ResponsiveContainer","comp-mm4smjlf_relative":"ResponsiveContainer","comp-mkwgedkw_relative":"ResponsiveContainer","comp-mm4sw1dj_relative":"ResponsiveContainer","comp-mkvsfdjh10_r_comp-kbgajy18_relative":"ResponsiveContainer","comp-ml2e1qpy_relative":"ResponsiveContainer","comp-ml2e1qrc_relative":"ResponsiveContainer","comp-mm4rgr83_relative":"ResponsiveContainer","comp-mm4rf54h_relative":"ResponsiveContainer","comp-mm4re0ia_relative":"ResponsiveContainer","comp-mm4re0i0_relative":"ResponsiveContainer","comp-mm4rkw2y_relative":"ResponsiveContainer","comp-mkweq602_relative":"ResponsiveContainer","comp-mkweq61c_relative":"ResponsiveContainer","comp-mkweq61r_relative":"ResponsiveContainer","comp-mkweq6244_relative":"ResponsiveContainer","comp-mm4sjx1i_relative":"ResponsiveContainer","comp-mm4sjx1s_relative":"ResponsiveContainer","comp-mm4smzaa_relative":"ResponsiveContainer","comp-mm4smzam_relative":"ResponsiveContainer","comp-mkwgedlx_relative":"ResponsiveContainer","comp-mkwgedlj_relative":"ResponsiveContainer","comp-mm4swy5k_relative":"ResponsiveContainer","comp-mm4swy5t_relative":"ResponsiveContainer","comp-mlgjzdne_r_comp-mlgjzdk1_relative":"ResponsiveContainer","comp-mkvsfdjh10_r_comp-mdrelzwz_relative":"ResponsiveContainer","comp-ml2e1qq06_relative":"ResponsiveContainer","comp-mkyp89qv_relative":"ResponsiveContainer","comp-mkyp8t06_relative":"ResponsiveContainer","comp-mkwikpyx_relative":"ResponsiveContainer","comp-mkwin2dh_relative":"ResponsiveContainer","comp-mkwisj2x_relative":"ResponsiveContainer","comp-mkwisiyj_relative":"ResponsiveContainer","comp-mkyo4vab_relative":"ResponsiveContainer","comp-mkweq6033_relative":"ResponsiveContainer","comp-mm4saqn4_relative":"ResponsiveContainer","comp-mm4sd43s_relative":"ResponsiveContainer","comp-mm4sgoit_relative":"ResponsiveContainer","comp-mm4skqbl_relative":"ResponsiveContainer","comp-mm4sn3ve_relative":"ResponsiveContainer","comp-mkwgedlz3_relative":"ResponsiveContainer","comp-mm4t6ro4_relative":"ResponsiveContainer","comp-mm4t5dke_relative":"ResponsiveContainer","comp-mm4t609j_relative":"ResponsiveContainer","comp-mm4sx7bn_relative":"ResponsiveContainer","comp-mlgjzdne_r_comp-mky57xrd_relative":"ResponsiveContainer","comp-mkvsfdjh10_r_comp-mlgjkp0e_relative":"ResponsiveContainer","comp-mm9879sp_relative":"ResponsiveContainer","comp-mm987glw_relative":"ResponsiveContainer","comp-mm987ms2_relative":"ResponsiveContainer","comp-mm4sgoj06_relative":"ResponsiveContainer","comp-mm987ti5_relative":"ResponsiveContainer","comp-mm4sn3vg4_relative":"ResponsiveContainer","comp-mm4snq5s8_relative":"ResponsiveContainer","comp-mm4t6qmi_relative":"ResponsiveContainer","comp-mm4t5cji_relative":"ResponsiveContainer","comp-mm4t5z7e_relative":"ResponsiveContainer","comp-mm4sx7bv13_relative":"ResponsiveContainer","comp-mlgjzdne_r_comp-mky3kvqq8_relative":"ResponsiveContainer","comp-mlgjzdne_r_comp-mky4w6nr_relative":"ResponsiveContainer","comp-mkvsfdjh10_r_comp-mm9aur5o_relative":"ResponsiveContainer","comp-mm4snq666_relative":"ResponsiveContainer","comp-mkvsfdjh10_r_comp-mm9fow04_relative":"ResponsiveContainer","comp-mkvsfdjh10_r_comp-mm9fp2rs_relative":"ResponsiveContainer","DYNAMIC_STRUCTURE_CONTAINER":"DynamicStructureContainer","site-root":"DivWithChildren","main_MF":"DivWithChildren","wffbg_wrapper":"PageMountUnmount"}},"appsWarmupData":{"14271d6f-ba62-d045-549b-ab972ae1f70e":{"comp-mkvsfdbi_appSettings":{"pageId":"d34uk","styleId":"style-jyem87tx","upgrades":{"fullscreen":{"date":"Tue Dec 11 2018 18:15:52 GMT+0300 (Москва, стандартное время)"}},"layoutTeaserShowed":true,"galleryId":"d3cc6c64-53a2-46ee-bb16-4b98f568f660","originGallerySettings":null},"comp-mkwisj6y_appSettings":{"pageId":"d34uk","styleId":"style-jyem87tx","upgrades":{"fullscreen":{"date":"Tue Dec 11 2018 18:15:52 GMT+0300 (Москва, стандартное время)"}},"layoutTeaserShowed":true,"galleryId":"96192570-7b5c-4ecd-b46b-5e169f158f49","originGallerySettings":null},"comp-mkyp7sl1_appSettings":{"pageId":"d34uk","styleId":"style-jyem87tx","upgrades":{"fullscreen":{"date":"Tue Dec 11 2018 18:15:52 GMT+0300 (Москва, стандартное время)"}},"layoutTeaserShowed":true,"galleryId":"eaef0e1b-a183-41c4-8ebf-4b200043b924","originGallerySettings":null},"comp-mkyp7sl1_galleryData":{"items":[{"itemId":"a9cfb3d2-26c2-46b5-a387-25211e647eb6","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":-18170.5,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":550,"width":815,"focalPoint":[0.5,0.5],"fileName":"ONE_logo-1024-w_edited.jpg","name":"9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg"},"mediaUrl":"9b78c1_eb2a1dc67ad9404e98abaddfdb6c1a05~mv2.jpg"},{"itemId":"419ccc67-8ac3-4731-9f8a-33fc2eae1369","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620746529,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1113,"width":1080,"focalPoint":[0.5,0.5],"fileName":"9_edited.png","name":"9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png"},"mediaUrl":"9b78c1_ca29d2a5ee3f4fce9b20cbefc60c5d05~mv2.png"},{"itemId":"6e10884c-1183-457d-9dc8-93bbd523c4e0","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620746629,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":502,"width":1080,"focalPoint":[0.5,0.5],"fileName":"8_edited.png","name":"9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png"},"mediaUrl":"9b78c1_cd24cb3f21144220a4b29c66aea3c374~mv2.png"},{"itemId":"0a49c3ec-c7e2-4f99-9972-fe1feabd274c","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620746729,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":501,"width":1080,"focalPoint":[0.5,0.5],"fileName":"5_edited.png","name":"9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png"},"mediaUrl":"9b78c1_bf0b546ab93943e8828299ef59ecbcca~mv2.png"},{"itemId":"d24e89e5-8418-41b8-9df3-c645f5a8f274","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620746779,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":310,"width":800,"focalPoint":[0.5,0.5],"fileName":"po00rz1590359103.png","name":"9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png"},"mediaUrl":"9b78c1_27371ac35eba498190ab41775cfd55f8~mv2.png"},{"itemId":"51d3b377-65e7-4dc4-9422-0faf291e1e6c","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620746804,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":347,"width":1080,"focalPoint":[0.5,0.5],"fileName":"4_edited.png","name":"9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png"},"mediaUrl":"9b78c1_c9360b3089c4450f8073689ca4a93b5b~mv2.png"},{"itemId":"4c6fffd2-a3d9-436d-bde8-0ae11a7c268f","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620746816.5,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":251,"width":250,"focalPoint":[0.5,0.5],"fileName":"Logo_WKF.svg.png","name":"9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png"},"mediaUrl":"9b78c1_5f17c5b8c24248348fe42a4c3c2fefed~mv2.png"},{"itemId":"03257f6b-2874-4f2b-97da-15c09d863605","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620746822.75,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":464,"width":1440,"focalPoint":[0.5,0.5],"fileName":"IBJJF-White-Logo_edited.jpg","name":"9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg"},"mediaUrl":"9b78c1_f88385f8c72d42c5ae1c06f792dd7180~mv2.jpg"},{"itemId":"013c5880-2fb8-4f62-a21e-95511795557b","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620746925.875,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":500,"width":1095,"focalPoint":[0.5,0.5],"fileName":"logo-ares-baseline_edited.png","name":"9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png"},"mediaUrl":"9b78c1_4b086db74b884cc28cee9c3190a787ff~mv2.png"},{"itemId":"d0e75876-3af5-43b8-a12d-8aca41671e47","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620747029,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":392,"width":868,"focalPoint":[0.5,0.5],"fileName":"6_edited.png","name":"9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png"},"mediaUrl":"9b78c1_879bad4632d14b62b9c5c4c8ee49068e~mv2.png"},{"itemId":"9f572468-8e93-4d64-96f2-ad7c402619cc","isSecure":false,"createdDate":"2026-02-01T13:58:22.000Z","orderIndex":1769620747154,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":548,"width":952,"focalPoint":[0.5,0.5],"fileName":"hyrox_logo.png","name":"9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png"},"mediaUrl":"9b78c1_25f93016d1af4e6db91348a935a9c256~mv2.png"},{"itemId":"f84742ca-25c8-4292-b6df-9197e7be71c5","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620747279,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["edited"],"height":218,"width":932,"focalPoint":[0.5,0.5],"fileName":"bellator-mma-logo-2014-750x370_edited.jpg","name":"9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg"},"mediaUrl":"9b78c1_d086e7aab58243b2824b2315ada5beb3~mv2.jpg"},{"itemId":"8d8d3a39-c950-45b5-8e40-c22533115b44","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620747629,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":223,"width":525,"focalPoint":[0.5,0.5],"fileName":"CW_Landscape_YELLOW_CMYK_LR_edited.png","name":"9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png"},"mediaUrl":"9b78c1_0a16c8a1d280475c8d483381662e3d47~mv2.png"},{"itemId":"0116ded6-5b85-46ef-9018-9232b717f941","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620747779,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1350,"width":1080,"focalPoint":[0.5,0.5],"fileName":"3.png","name":"9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png"},"mediaUrl":"9b78c1_e2c560d773dd4552ab231a2439d6d9fd~mv2.png"},{"itemId":"4904fac6-61e1-4d55-915f-8d9018eba1b9","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620747829,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":761,"width":500,"focalPoint":[0.5,0.5],"fileName":"Logo_JO_d'été_-_Tokyo_2020.svg.png","name":"9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png"},"mediaUrl":"9b78c1_093791a0dadf40f9b3328a1e7b376d7f~mv2.png"},{"itemId":"cca248c6-f822-49b1-9db8-a5a6c1d25487","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620747929,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":2191,"width":1920,"focalPoint":[0.5,0.5],"fileName":"Logo_JO_d'été_-_Paris_2024.svg.png","name":"9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png"},"mediaUrl":"9b78c1_e585e598eaf74e51a8e05e25a2eeb61a~mv2.png"},{"itemId":"fe6f788f-82b2-474a-97b9-62be15e3259b","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620748379,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":300,"width":298,"focalPoint":[0.5,0.5],"fileName":"wblbb-298x300.png","name":"9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png"},"mediaUrl":"9b78c1_c02715922f46403a9bb5ba916dd865f8~mv2.png"},{"itemId":"4f9ada74-4364-4066-80f2-c56d147bcda1","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620748429,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":249,"width":250,"focalPoint":[0.5,0.5],"fileName":"WBA-Logo.jpg","name":"9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg"},"mediaUrl":"9b78c1_ca3dda2ccaa94ec0981dbeeff97b9498~mv2.jpg"},{"itemId":"061cb066-90f6-4f30-adda-c0fb4c1b7e5c","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620748454,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":143,"width":143,"focalPoint":[0.5,0.5],"fileName":"wbf.avif","name":"9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif"},"mediaUrl":"9b78c1_fa7aac1d6ea5475581b4dbe7bf587f6b~mv2.avif"},{"itemId":"c3b07fb9-e0e4-489c-89d6-6d36f18362d3","isSecure":false,"createdDate":"2026-01-29T00:11:02.000Z","orderIndex":1769620748479,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":128,"width":225,"focalPoint":[0.5,0.5],"fileName":"téléchargement (8)_edited.jpg","name":"9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg"},"mediaUrl":"9b78c1_4ada4d8bc34a4fb2babafafda402a3d1~mv2.jpg"}],"totalItemsCount":20},"comp-mkwisj6y_galleryData":{"items":[{"itemId":"94dd4bfd-1da9-427f-b118-10ffd052bf46","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":-884757029067.125,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":800,"width":1200,"focalPoint":[0.45,0.263125],"fileName":"Franck Petitjean.jpg","name":"d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg"},"mediaUrl":"d663dd_0f2842f91a7e49be98f69db93f7549a3~mv2.jpg"},{"itemId":"d1016b44-4bff-4cc1-8f40-c36253b62f7c","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":221169780888,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":429,"width":1000,"focalPoint":[0.5,0.5],"fileName":"Dylan AKA _Baki_.webp","name":"d663dd_975049f452484fb787feae32204c7d37~mv2.webp"},"mediaUrl":"d663dd_975049f452484fb787feae32204c7d37~mv2.webp"},{"itemId":"dd18e2f7-6ae6-44a5-94cf-7c3501a0b846","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":832884858148.5771,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1200,"width":1200,"focalPoint":[0.57375,0.36666666666666664],"fileName":"Amandine Buchard.jpeg","name":"d663dd_89bfc270a475421886df57673d098074~mv2.jpeg"},"mediaUrl":"d663dd_89bfc270a475421886df57673d098074~mv2.jpeg"},{"itemId":"fb8c064f-9132-4371-82a4-bb4a222e7479","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1197494069061.8804,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":410,"width":750,"focalPoint":[0.5266666666666666,0.4512195121951219],"fileName":"Emilie-Andéol.jpg","name":"d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg"},"mediaUrl":"d663dd_8dca5f821f534ef987b91aa32ee609eb~mv2.jpg"},{"itemId":"70c28c50-e57e-4dd4-a475-a1e988f07cdf","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1386710635963.5925,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":800,"width":800,"focalPoint":[0.45375,0.211875],"fileName":"WhatsApp Image 2025-10-08 at 18.37.56.jpeg","name":"d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg"},"mediaUrl":"d663dd_68fcc61e38794a198b449ead6c2389fc~mv2.jpeg"},{"itemId":"58b2b8d2-8b4e-4f73-8745-a79c30069918","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1508966765194.691,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1024,"width":826,"focalPoint":[0.4654963680387409,0.203125],"fileName":"Lea Avazeri.jpg","name":"d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg"},"mediaUrl":"d663dd_b6f3108cd69f489f908936ec431cf17a~mv2.jpg"},{"itemId":"c55dc147-6041-4ed0-9f32-d6f3e69490dc","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1580462771977.8308,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":675,"width":1200,"focalPoint":[0.46458333333333335,0.20962962962962964],"fileName":"Kenny Livèze.jpg","name":"d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg"},"mediaUrl":"d663dd_3413ae92c29844cb909a7724865601cb~mv2.jpg"},{"itemId":"c241fa30-77dd-499f-b675-10bfe3b1c5d8","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1626578717536.9917,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":900,"width":900,"focalPoint":[0.5405555555555556,0.20833333333333337],"fileName":"Lya.jpg","name":"d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg"},"mediaUrl":"d663dd_bb01b6be94f8443cb810ddb5fa948ed1~mv2.jpg"},{"itemId":"8a33366b-f409-4ca2-987e-a64bbb45278d","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1652228675858.4697,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1066,"width":1600,"focalPoint":[0.375625,0.38320825515947465],"fileName":"Axel Bourlon.webp","name":"d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp"},"mediaUrl":"d663dd_5bf2812983794fdfb301c50fb3ac6178~mv2.webp"},{"itemId":"1296a7da-3add-4492-9e67-3d8ff82b8ed2","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1669373630922.3716,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":920,"width":1444,"focalPoint":[0.739612188365651,0.22282608695652173],"fileName":"Maé-Bérénice Méité.webp","name":"d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp"},"mediaUrl":"d663dd_7a024de83dba41d9ba00e566540dc61e~mv2.webp"},{"itemId":"e85182a0-81d7-41db-a94b-d2184e28fd04","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1705593954234.5647,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":355,"width":600,"focalPoint":[0.5308333333333334,0.2802816901408451],"fileName":"Michel Soro.webp","name":"d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp"},"mediaUrl":"d663dd_1fbab3810b9a4b2ca20648d79e786475~mv2.webp"},{"itemId":"01898ad2-2082-4e4d-868a-8fbe9a97f3b5","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1727160096613.1914,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":900,"width":900,"focalPoint":[0.6138888888888889,0.24166666666666667],"fileName":"greggot.jpg","name":"9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg"},"mediaUrl":"9b78c1_aaf7da83cfed4f0cba66c7a7c67945e9~mv2.jpg"},{"itemId":"536f1e35-1750-420b-8541-9f33d99c429d","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1741399148525.0352,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":639,"width":960,"focalPoint":[0.628125,0.26604068857589985],"fileName":"Rima Ayadi.jpg","name":"d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg"},"mediaUrl":"d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg"},{"itemId":"0dc55dfc-f4aa-46f7-88d8-570ecebe04bd","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1751974655203.4873,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":225,"width":225,"focalPoint":[1.44,0.8],"fileName":"images (2).jpeg","name":"d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg"},"mediaUrl":"d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg"},{"itemId":"74dee5d8-8e24-46e8-a3f4-12f363cb5f24","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1760718389265.2437,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":800,"width":800,"focalPoint":[0.5125,0.2075],"fileName":"Hamou.png","name":"9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png"},"mediaUrl":"9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png"},{"itemId":"b4bbb713-bab4-4526-8282-495659f7026d","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1765090256308.6218,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1500,"width":1500,"focalPoint":[0.5843333333333334,0.26666666666666666],"fileName":"jade jorand.jpg","name":"9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg"},"mediaUrl":"9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg"},{"itemId":"e9d65e43-1497-486a-b3b1-6a8fe2e79221","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1767276189842.811,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1792,"width":1440,"focalPoint":[0.484375,0.12416294642857142],"fileName":"504453696_18513133849034661_3396126733163176037_n.jpg","name":"9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg"},"mediaUrl":"9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg"},{"itemId":"71b7a35b-fc50-4ed9-8c36-ee19fd6eb4da","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1769462123377,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":2560,"width":1663,"focalPoint":[0.2669873722188815,0.39375],"fileName":"Lucie Ignace","name":"d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg"},"mediaUrl":"d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg"},{"itemId":"2fd83d5f-9766-40ff-8282-ec2574d80a15","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1769462124839.1501,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":785,"width":579,"focalPoint":[0.4879101899827288,0.14203821656050955],"fileName":"KARL-AMOUSSOU.png","name":"9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png"},"mediaUrl":"9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png"},{"itemId":"ac0eab07-fd7f-4626-93bb-98ce083b0ffd","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1769462126251.3003,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":576,"width":1024,"focalPoint":[0.45361328125,0.1857638888888889],"fileName":"Ramzan-Jembiev-KSW-1024x576.jpg","name":"9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg"},"mediaUrl":"9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg"},{"itemId":"a4ae0039-f2a0-41e8-9550-66bd8743fbe0","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1769462129025.1003,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":785,"width":579,"focalPoint":[0.457685664939551,0.2751592356687898],"fileName":"PERCY-KUNSA-.png","name":"9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png"},"mediaUrl":"9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png"},{"itemId":"465571ff-75c5-4671-8331-683084b0c0c2","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1769462134522.2007,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["edited"],"height":977,"width":651,"focalPoint":[0.49846390168970817,0.2599795291709314],"fileName":"WhatsApp Image 2026-01-26 at 17.02_edited.jpg","name":"9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg"},"mediaUrl":"9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg"},{"itemId":"fe2a10a1-56f3-457b-bcd8-86ddf709f92d","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1769462144416.4016,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":362,"width":500,"focalPoint":[0.614,0.30248618784530384],"fileName":"Mickael Lebout.jpg","name":"d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg"},"mediaUrl":"d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg"},{"itemId":"41782f7b-27d9-49e1-8d00-6f87f017093c","isSecure":false,"createdDate":"2026-01-27T11:35:39.000Z","orderIndex":1769462163504.8032,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1200,"width":1200,"focalPoint":[0.46875,0.23166666666666663],"fileName":"Sarah leonie cysique.jpg","name":"9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg"},"mediaUrl":"9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg"},{"itemId":"5dee553c-90b5-4fd9-82c6-8a81930a8a82","isSecure":false,"createdDate":"2026-02-01T13:56:29.000Z","orderIndex":1769462182518.2048,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["edited"],"height":935,"width":1080,"focalPoint":[0.48333333333333334,0.22780748663101605],"fileName":"Achraf Asila_edited.jpg","name":"9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg"},"mediaUrl":"9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg"}],"totalItemsCount":37},"comp-mkvsfdbi_galleryData":{"items":[{"itemId":"f25d3744-4374-428c-afe5-0c5b614f20b0","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":-884731381385.75,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":5172,"width":3648,"focalPoint":[0.48711622807017546,0.2787122969837587],"fileName":"Steven da costa.jpg","name":"d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg"},"mediaUrl":"d663dd_01f3afbe04f3465ba18e8b39ce3ae902~mv2.jpg"},{"itemId":"09d9f77d-bb54-41f1-9278-3ac0cc6e64b1","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":-161513.25,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1867,"width":2800,"focalPoint":[0.49357142857142855,0.3216389930369577],"fileName":"Clarisse Agbegnenou.jpg","name":"d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg"},"mediaUrl":"d663dd_3820d119582b4182a79b8004b0335b85~mv2.jpg"},{"itemId":"ae64b0f0-d5c9-452a-8ba2-30b1d1d6de53","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1327096590843.125,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":675,"width":1200,"focalPoint":[0.5220833333333333,0.3474074074074074],"fileName":"oumar-sy-explique-forfait.jpeg","name":"9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg"},"mediaUrl":"9b78c1_a00d4f860a28426797a3cc4450bc2451~mv2.jpeg"},{"itemId":"94e4b83f-c330-46ea-816a-7c84a98c6e79","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1444599935409.1543,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":422,"width":750,"focalPoint":[0.4826666666666667,0.2677725118483412],"fileName":"Sarah Moussaddak.jpg","name":"d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg"},"mediaUrl":"d663dd_4afe02eb8fbf492c90f0e03e8c94b52d~mv2.jpg"},{"itemId":"ad88f779-3b78-4943-9c29-0cb9814f6b4c","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1562103279975.1836,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":500,"width":885,"focalPoint":[0.38022598870056495,0.219],"fileName":"Jimmy Viennot.jpg","name":"d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg"},"mediaUrl":"d663dd_78ab5448f9254411a8d4b26e597d7951~mv2.jpg"},{"itemId":"d70679cb-0ef7-4982-ad59-0c9e78e86ab1","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1575927202865.3047,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":530,"width":1068,"focalPoint":[0.5243445692883895,0.33111480865224624],"fileName":"cedric-doumbe-prime-video-1068x601_edited.jpg","name":"9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg"},"mediaUrl":"9b78c1_57e74e6c69e84a6f84b369d912a4f9c7~mv2.jpg"},{"itemId":"3ef3489a-290a-43ec-b387-41b942df0b28","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1631222894425.789,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1350,"width":1080,"focalPoint":[0.4680555555555555,0.18555555555555556],"fileName":"WhatsApp Image 2025-10-08 at 18.39.04.jpeg","name":"d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg"},"mediaUrl":"d663dd_ddf05d96f421449ba7ff80482fb3be7a~mv2.jpeg"},{"itemId":"87ea9b1f-c122-42bc-a19a-4bb46572b425","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1651958778760.9707,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1067,"width":1600,"focalPoint":[0.4703125,0.16635426429240863],"fileName":"Nassourdine Imavov.jpg","name":"d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg"},"mediaUrl":"d663dd_ecbd1aa4ec3b46cca4d208a4395b05d3~mv2.jpg"},{"itemId":"85ee674e-ea81-4977-8214-5d17bece98d2","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1672694663096.1523,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":612,"width":918,"focalPoint":[0.23965141612200436,0.14460784313725492],"fileName":"Charlotte Lembach.jpg","name":"d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg"},"mediaUrl":"d663dd_fbdbf9aea7624e1a9937a8a5693fb335~mv2.jpg"},{"itemId":"affb4be2-097e-49f4-8a0f-aec6b12b2b33","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1677878634179.9478,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":785,"width":579,"focalPoint":[0.4913644214162349,0.121656050955414],"fileName":"CYRIL-GANE.png","name":"9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png"},"mediaUrl":"9b78c1_833566ede8a74fd882ee4928ca96c430~mv2.png"},{"itemId":"a3abc025-6455-4f27-8737-66d925897c32","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1686518585986.2734,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":800,"width":1200,"focalPoint":[0.48875,0.359375],"fileName":"20150625_Baku_Podium48_ Van SNick.jpg","name":"d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg"},"mediaUrl":"d663dd_f6b0c629f3c14a80bba175e1515d29e9~mv2.jpg"},{"itemId":"50bda07d-4d51-4c19-9562-59cdf0e88603","isSecure":false,"createdDate":"2026-02-02T21:44:17.000Z","orderIndex":1700342508876.3945,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1078,"width":1078,"focalPoint":[0.381591796875,0.4652014652014652],"fileName":"WhatsApp Image 2026-02-02 at 22.31_edited.jpg","name":"9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg"},"mediaUrl":"9b78c1_5a997833088a405c8e20bda3a1bcab4c~mv2.jpg"},{"itemId":"12cc7854-4b60-4df8-a9f3-073d64a492a9","isSecure":false,"createdDate":"2026-02-01T13:51:37.000Z","orderIndex":1714166431766.5156,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":935,"width":1080,"focalPoint":[0.48148148148148145,0.31555555555555553],"fileName":"Achraf Asila_edited.jpg","name":"9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg"},"mediaUrl":"9b78c1_31206cbe8bae4f89a8c4b340dc599845~mv2.jpg"},{"itemId":"985f460b-6b7c-4d0f-a6af-4f2ec8526970","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1741814277546.7578,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1200,"width":1200,"focalPoint":[0.46875,0.23166666666666663],"fileName":"Sarah leonie cysique.jpg","name":"9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg"},"mediaUrl":"9b78c1_5d35e3f66af1409c9d857b87c5950bbb~mv2.jpg"},{"itemId":"85f3436d-ba8a-4584-aa4f-7a85a1f9aefe","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1748726238991.8184,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":362,"width":500,"focalPoint":[0.614,0.30248618784530384],"fileName":"Mickael Lebout.jpg","name":"d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg"},"mediaUrl":"d663dd_c1d5112f35164d7ba3925bff7ac268e1~mv2.jpg"},{"itemId":"9f8153aa-dd7f-4b45-bd0f-d993c2622230","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1755638200436.879,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["edited"],"height":977,"width":651,"focalPoint":[0.49846390168970817,0.2599795291709314],"fileName":"WhatsApp Image 2026-01-26 at 17.02_edited.jpg","name":"9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg"},"mediaUrl":"9b78c1_07869c5794a644cf909d5253c64fa899~mv2.jpg"},{"itemId":"04c02143-faa7-47f2-9890-2f0a1fd972a6","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1762550161881.9395,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":785,"width":579,"focalPoint":[0.457685664939551,0.2751592356687898],"fileName":"PERCY-KUNSA-.png","name":"9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png"},"mediaUrl":"9b78c1_f0eea5a2fe624e8cb460985206f5cc5b~mv2.png"},{"itemId":"a2c23a21-8499-41d9-bd19-03e7492bfa63","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1769462123327,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":576,"width":1024,"focalPoint":[0.45361328125,0.1857638888888889],"fileName":"Ramzan-Jembiev-KSW-1024x576.jpg","name":"9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg"},"mediaUrl":"9b78c1_bb15561ffe084123942da5a5a8fbbc3b~mv2.jpg"},{"itemId":"49d510ba-6937-4791-bbcd-c679d8459181","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1769462123352,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":785,"width":579,"focalPoint":[0.4879101899827288,0.14203821656050955],"fileName":"KARL-AMOUSSOU.png","name":"9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png"},"mediaUrl":"9b78c1_e9a0a968916449518783f474cc22c0cc~mv2.png"},{"itemId":"e26e3458-fe73-454f-9d5a-54e03fa9292d","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1769462123377,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":2560,"width":1663,"focalPoint":[0.2669873722188815,0.39375],"fileName":"Lucie Ignace","name":"d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg"},"mediaUrl":"d663dd_f09a804a63494cbd87d676c8701ec341~mv2.jpg"},{"itemId":"a88181bb-84a2-4a10-9934-ad0bfb76bcb2","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1769462123427,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1792,"width":1440,"focalPoint":[0.484375,0.12416294642857142],"fileName":"504453696_18513133849034661_3396126733163176037_n.jpg","name":"9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg"},"mediaUrl":"9b78c1_4cc4d3a0e9694627b0d78303081e22f6~mv2.jpg"},{"itemId":"abba19d9-ef4b-4504-855d-f0b7356dca66","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1769462123477.5,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":1500,"width":1500,"focalPoint":[0.5843333333333334,0.26666666666666666],"fileName":"jade jorand.jpg","name":"9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg"},"mediaUrl":"9b78c1_4fd5df2a32244e9d91cace7ceca5e290~mv2.jpg"},{"itemId":"ccce1ce0-a649-48ac-927c-592fd31e0495","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1769462123528,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":800,"width":800,"focalPoint":[0.5125,0.2075],"fileName":"Hamou.png","name":"9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png"},"mediaUrl":"9b78c1_c9d19cb7cfd84903b0f4af127738db35~mv2.png"},{"itemId":"6c261fd5-98df-44df-a451-5c62e138c8a6","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1769462124628,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":225,"width":225,"focalPoint":[1.44,0.8],"fileName":"images (2).jpeg","name":"d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg"},"mediaUrl":"d663dd_fb499438882d4ec88494c08a3414d464~mv2.jpeg"},{"itemId":"28e21dac-514b-4e76-bda0-00e847bd2090","isSecure":false,"createdDate":"2026-01-26T23:17:36.000Z","orderIndex":1769462125328,"metaData":{"title":"","link":{"type":"none","target":"_blank"},"alt":"","sourceName":"private","tags":["_fileOrigin_uploaded"],"height":639,"width":960,"focalPoint":[0.628125,0.26604068857589985],"fileName":"Rima Ayadi.jpg","name":"d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg"},"mediaUrl":"d663dd_2b4ffb7cdaec4e3b955ee4c216f6b1fb~mv2.jpg"}],"totalItemsCount":37}}},"ooi":{"failedInSsr":{}}}</script>
<!-- warmup data end -->
<!-- presets polyfill -->
<!-- detect browser zoom -->
</body>
</html>