/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*,*::before,*::after{box-sizing:border-box}html.dom-content-loaded,html.dom-content-loaded body{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + var(--tabs-navigation-height) + var(--typography-spacing))}:root{--font-family: "Public Sans", sans-serif;--font-family-screw-puzzles: "Screw Puzzles", sans-serif;--font-family-guthen-bloots: "Guthen Bloots Monoline", sans-serif;--font-weight-default: 400;--font-weight-light: 300;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--line-height: 1.5;--heading-line-height: 1.2;--heading-letter-spacing: -0.3px;--h1-spacing: 0.1851851852em;--h2-spacing: 0.225em;--h3-spacing: 0.3125em;--h4-spacing: 0.4em;--h5-spacing: 0.1818181818em;--h6-spacing: 0.2222222222em;--typography-spacing: 1.875em;--button-spacing: 0.5em;--wrap-width: 75rem;--wrap-width-narrow: 45rem;--color-black: #000;--color-white: #fff;--color-brown: #36312a;--color-brown-dark: #1e170d;--color-orange: #f26a47;--color-orange-dark: #dc5431;--color-tan: #a68768;--color-tan-dark: #8f6943;--color-gray-900: #3f3f3f;--color-gray-800: #585858;--color-gray-700: #828282;--color-gray-600: #9e9e9e;--color-gray-500: #bababa;--color-gray-400: #cbcbcb;--color-gray-300: #d6d6d6;--color-gray-200: #e6e6e6;--color-gray-100: #f1f1f1;--color-green: #00a17f;--color-red: #db3039;--color-cream: #f3eee9;--color-lime: #0f0;--grid-section-gutter: 3.125rem;--grid-row-gutter: 1.25rem;--grid-col-gutter: 1.25rem;--header-height-full: calc(var(--header-height) + var(--wp-admin-bar-height));--sticky-header-top: calc(var(--header-height) + var(--wp-admin-bar-height));--wp-admin-bar-height: 0px;--header-height: 70px;--header-bottom: 0;--sticky-cta-height: 74px;--sticky-tab-height: 60px;--tabs-navigation-height: 0px;--ease-in-out-quart: cubic-bezier(0.87, 0, 0.13, 1);--ease-in-out-quad: cubic-bezier(0.42, 0, 0.58, 1);--transition-time: 0.3s;--transition-easing: var(--ease-in-out-quad);--border-radius-images: 7px;--border-radius-default: 5px;--border-radius-large: 7px;--border-radius-small: 3px;--box-shadow-default: 0 15px 20px 0 rgba(0, 0, 0, 0.2);--scale-size: 1.02;--color-border: var(--color-gray-200);--forms-border-radius: 3px;--buttons-font-size: 13px}@media screen and (min-width: 400px){:root{--grid-row-gutter: calc(2.08333vw + 6.66667px);--grid-col-gutter: calc(2.08333vw + 6.66667px)}}@media screen and (min-width: 768px){:root{--grid-section-gutter: calc(3.33333vw + 12px)}}@media screen and (min-width: 1280px){:root{--grid-row-gutter: 1.875rem;--grid-col-gutter: 1.875rem}}@media screen and (min-width: 1600px){:root{--grid-section-gutter: 3.75rem}}@media screen and (min-width: 1024px){:root{--box-shadow-default: 0 20px 25px 0 rgba(0, 0, 0, 0.2)}}@media screen and (min-width: 1280px){:root{--header-height: 130px}}.section:not(.section--seamless)+.section:not(.section--no-border)::before{margin:var(--grid-section-gutter) calc(-50vw + 50%);content:"";width:100vw;display:block;height:0;border-top:1px solid var(--color-gray-200);max-width:100vw}.section{margin-top:var(--grid-section-gutter);margin-bottom:var(--grid-section-gutter)}.section:first-child{margin-top:0}.section:last-child{margin-bottom:0}.section--seamless:not(.section--seamless-with-border)::before,.section--seamless-with-padding:not(.section--seamless-with-border)::before{display:none !important}.section--seamless+.section--seamless,.main>.section--seamless:first-child,.main>.entry-content>.section--seamless:first-child,.section--seamless+.section--seamless-with-padding,.main>.section--seamless-with-padding:first-child,.main>.entry-content>.section--seamless-with-padding:first-child,.section--seamless-with-padding+.section--seamless,.section--seamless-with-padding+.section--seamless-with-padding{margin-top:calc(var(--grid-section-gutter)*-1)}.main>.section--seamless:last-child,.main>.entry-content>.section--seamless:last-child,.main>.section--seamless-with-padding:last-child,.main>.entry-content>.section--seamless-with-padding:last-child{margin-bottom:calc(var(--grid-section-gutter)*-1)}.section--seamless .section--seamless,.section--seamless-with-padding+.block-library-block__reusable-block-container:has(>.section--seamless,>.section--seamless-with-padding),.section--seamless-with-padding .section--seamless{margin-top:calc(var(--grid-section-gutter)*-1)}.main>.section--narrow{max-width:var(--wrap-width-narrow)}.main>.section--narrow:last-child{margin-bottom:var(--grid-section-gutter)}.section--has-background{background-color:var(--color-cream)}.section--seamless-with-padding{padding-top:var(--grid-section-gutter);padding-bottom:var(--grid-section-gutter)}.main>*{max-width:var(--wrap-width);margin-left:auto;margin-right:auto}.main .full-width,.main .alignfull,.alignfull{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw}.main .narrow-wrap,.main--narrow>*,.section--narrow{max-width:var(--wrap-width-narrow);margin-left:auto;margin-right:auto}.wp-block-button__link,.btn{border-radius:var(--forms-border-radius);padding:14px 24px;border:1px solid rgba(0,0,0,0);cursor:pointer;color:var(--color-white) !important;background-color:var(--color-orange);display:inline-block;letter-spacing:.75px;text-align:center;text-transform:uppercase;font-weight:var(--font-weight-semibold);line-height:1.077;font-size:13px;transition-property:all;transition-duration:var(--transition-time);transition-timing-function:var(--transition-easing)}@media screen and (min-width: 768px){.wp-block-button__link,.btn{padding:15px 24px 13px}}@media(min-width: 400px){.wp-block-button__link,.btn{font-size:13px}}@media(min-width: 1600px){.wp-block-button__link,.btn{font-size:13px}}.wp-block-button__link:disabled,.btn:disabled{background-color:var(--color-gray-400);cursor:not-allowed}.wp-block-button__link:disabled:hover,.btn:disabled:hover{background-color:var(--color-gray-400)}.wp-block-button__link:hover,.btn:hover{background-color:var(--color-orange-dark)}.btn--outline{color:var(--color-orange) !important;border:1px solid rgba(242,106,71,.5);background-color:var(--color-white)}.btn--outline:hover{border-color:var(--color-orange-dark);background-color:var(--color-white)}.btn--outline:disabled{background-color:rgba(0,0,0,0);border:1px solid rgba(203,203,203,.5);color:var(--color-gray-400) !important}.btn--outline:disabled:hover{border:1px solid #cbcbcb;background-color:rgba(0,0,0,0)}.btn--unstyled{padding:0;background-color:rgba(0,0,0,0);text-transform:initial;color:var(--color-gray-900) !important;font-weight:var(--font-weight-default);font-size:15px}@media(min-width: 400px){.btn--unstyled{font-size:calc(0.0833333333vw + 14.6666666667px)}}@media(min-width: 1600px){.btn--unstyled{font-size:16px}}.btn--unstyled:hover{background-color:rgba(0,0,0,0)}.wp-block-button.is-style-solid .wp-block-button__link,.btn--orange{background-color:var(--color-orange);color:var(--color-white) !important}.wp-block-button.is-style-solid .wp-block-button__link:hover,.btn--orange:hover{background-color:var(--color-orange-dark)}.wp-block-button__link,.btn--orange-outline{color:var(--color-orange) !important;border:1px solid rgba(242,106,71,.5);background-color:var(--color-white)}.wp-block-button__link:hover,.btn--orange-outline:hover{border-color:var(--color-orange);background-color:var(--color-white)}.btn--tan{background-color:var(--color-tan);color:var(--color-white) !important}.btn--tan:hover{background-color:var(--color-tan-dark)}.btn--tan-outline{color:var(--color-tan) !important;border:1px solid rgba(166,135,104,.5);background-color:var(--color-white)}.btn--tan-outline:hover{border-color:var(--color-tan);background-color:var(--color-white)}.wp-block-button.is-style-brown-solid .wp-block-button__link,.btn--brown{background-color:var(--color-brown);color:var(--color-white) !important}.wp-block-button.is-style-brown-solid .wp-block-button__link:hover,.btn--brown:hover{background-color:var(--color-brown-dark)}.wp-block-button.is-style-brown-outline .wp-block-button__link,.btn--brown-outline{color:var(--color-brown) !important;border:1px solid rgba(54,49,42,.5);background-color:var(--color-white)}.wp-block-button.is-style-brown-outline .wp-block-button__link:hover,.btn--brown-outline:hover{border-color:var(--color-brown);background-color:var(--color-white)}.btn--white{background-color:var(--color-white);color:var(--color-white) !important}.btn--white:hover{background-color:var(--color-white-dark)}.btn--white-outline{color:var(--color-white) !important;border:1px solid hsla(0,0%,100%,.5);background-color:var(--color-white)}.btn--white-outline:hover{border-color:var(--color-white);background-color:var(--color-white)}.btn--tan-dark{background-color:var(--color-tan-dark);color:var(--color-white) !important}.btn--tan-dark:hover{background-color:var(--color-tan-dark-dark)}.btn--tan-dark-outline{color:var(--color-tan-dark) !important;border:1px solid rgba(143,105,67,.5);background-color:var(--color-white)}.btn--tan-dark-outline:hover{border-color:var(--color-tan-dark);background-color:var(--color-white)}.display-text,.is-style-display,h1,.is-style-h1,.h1,h2,.is-style-h2,.h2,h3,.is-style-h3,.h3,blockquote p,h4,.is-style-h4,.h4,h5,.is-style-h5,.h5,h6,.is-style-h6,.h6{margin-top:0;letter-spacing:var(--heading-letter-spacing);line-height:var(--heading-line-height);font-weight:var(--font-weight-semibold);font-family:var(--font-family);font-variant-numeric:oldstyle-nums}.display-text,.is-style-display,h1,.is-style-h1,.h1{margin-bottom:var(--h1-spacing);font-size:27px}@media(min-width: 400px){.display-text,.is-style-display,h1,.is-style-h1,.h1{font-size:calc(2.5833333333vw + 16.6666666667px)}}@media(min-width: 1600px){.display-text,.is-style-display,h1,.is-style-h1,.h1{font-size:58px}}h2,.is-style-h2,.h2{margin-bottom:var(--h2-spacing);font-size:24px}@media(min-width: 400px){h2,.is-style-h2,.h2{font-size:calc(1.1666666667vw + 19.3333333333px)}}@media(min-width: 1600px){h2,.is-style-h2,.h2{font-size:38px}}h3,.is-style-h3,.h3{margin-bottom:var(--h3-spacing);font-size:20px}@media(min-width: 400px){h3,.is-style-h3,.h3{font-size:calc(0.8333333333vw + 16.6666666667px)}}@media(min-width: 1600px){h3,.is-style-h3,.h3{font-size:30px}}blockquote p,h4,.is-style-h4,.h4{margin-bottom:var(--h4-spacing);font-size:19px}@media(min-width: 400px){blockquote p,h4,.is-style-h4,.h4{font-size:calc(0.4166666667vw + 17.3333333333px)}}@media(min-width: 1600px){blockquote p,h4,.is-style-h4,.h4{font-size:24px}}h5,.is-style-h5,.h5{margin-bottom:var(--h5-spacing);font-size:18px}@media(min-width: 400px){h5,.is-style-h5,.h5{font-size:calc(0.3333333333vw + 16.6666666667px)}}@media(min-width: 1600px){h5,.is-style-h5,.h5{font-size:22px}}h6,.is-style-h6,.h6{margin-bottom:var(--h6-spacing);font-size:17px}@media(min-width: 400px){h6,.is-style-h6,.h6{font-size:calc(0.0833333333vw + 16.6666666667px)}}@media(min-width: 1600px){h6,.is-style-h6,.h6{font-size:18px}}.display-text:last-child,.is-style-display:last-child,h1:last-child,.is-style-h1:last-child,.h1:last-child{margin-bottom:0}h2:last-child,.is-style-h2:last-child,.h2:last-child{margin-bottom:0}h3:last-child,.is-style-h3:last-child,.h3:last-child{margin-bottom:0}blockquote p:last-child,h4:last-child,.is-style-h4:last-child,.h4:last-child{margin-bottom:0}h5:last-child,.is-style-h5:last-child,.h5:last-child{margin-bottom:0}h6:last-child,.is-style-h6:last-child,.h6:last-child{margin-bottom:0}.wp-block-embed,.wp-block-buttons,.typography-spacing{margin-bottom:var(--typography-spacing)}.wp-block-embed:last-child,.wp-block-buttons:last-child,.typography-spacing:last-child{margin-bottom:0}.body-text-standard{font-size:15px}@media(min-width: 400px){.body-text-standard{font-size:calc(0.0833333333vw + 14.6666666667px)}}@media(min-width: 1600px){.body-text-standard{font-size:16px}}.body-text-large,.is-style-large{font-size:17px}@media(min-width: 400px){.body-text-large,.is-style-large{font-size:calc(0.25vw + 16px)}}@media(min-width: 1600px){.body-text-large,.is-style-large{font-size:20px}}.body-text-ui{line-height:1.1;letter-spacing:1px;text-transform:uppercase;font-weight:var(--font-weight-semibold);font-size:13px}@media(min-width: 400px){.body-text-ui{font-size:13px}}@media(min-width: 1600px){.body-text-ui{font-size:13px}}.form-field label.label,.form-field label:not([class]),.body-text-ui-small{line-height:1.1;letter-spacing:1px;text-transform:uppercase;font-weight:var(--font-weight-semibold);font-size:12px}@media(min-width: 400px){.form-field label.label,.form-field label:not([class]),.body-text-ui-small{font-size:12px}}@media(min-width: 1600px){.form-field label.label,.form-field label:not([class]),.body-text-ui-small{font-size:12px}}.body-text-small,blockquote cite,figcaption{font-size:13px}@media(min-width: 400px){.body-text-small,blockquote cite,figcaption{font-size:calc(0.1666666667vw + 12.3333333333px)}}@media(min-width: 1600px){.body-text-small,blockquote cite,figcaption{font-size:15px}}.body-text-x-small{font-size:12px}@media(min-width: 400px){.body-text-x-small{font-size:calc(0.0833333333vw + 11.6666666667px)}}@media(min-width: 1600px){.body-text-x-small{font-size:13px}}.body-text-tiny{line-height:1.5;font-size:11px}@media(min-width: 400px){.body-text-tiny{font-size:calc(0.1666666667vw + 10.3333333333px)}}@media(min-width: 1600px){.body-text-tiny{font-size:13px}}.drop-cap::first-letter,.single-post .main>p:first-of-type::first-letter{font-weight:700;text-transform:uppercase;font-style:normal;font-family:var(--font-family-display);line-height:1;font-size:24px}@media(min-width: 400px){.drop-cap::first-letter,.single-post .main>p:first-of-type::first-letter{font-size:calc(1.1666666667vw + 19.3333333333px)}}@media(min-width: 1600px){.drop-cap::first-letter,.single-post .main>p:first-of-type::first-letter{font-size:38px}}body{color:var(--color-gray-900);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;line-height:var(--line-height);font-weight:var(--font-weight-default);overflow-x:hidden;font-size:15px}@media(min-width: 400px){body{font-size:calc(0.0833333333vw + 14.6666666667px)}}@media(min-width: 1600px){body{font-size:16px}}.et-screw-puzzles-font{font-family:var(--font-family-screw-puzzles)}.et-guthen-bloots-font{font-family:var(--font-family-guthen-bloots)}img{display:block;max-width:100%;height:auto}a{color:var(--color-tan);text-decoration:none;transition-property:all;transition-duration:var(--transition-time);transition-timing-function:var(--transition-easing)}a:hover{color:var(--color-tan-dark)}p,ul,ol,figure,blockquote{margin-top:0;margin-bottom:var(--typography-spacing)}p:last-child,ul:last-child,ol:last-child,figure:last-child,blockquote:last-child{margin-bottom:0}figure{margin-left:0;margin-right:0}figcaption{margin-top:.8em;font-style:italic;text-align:center}ul{padding-left:1em}ul ::marker{color:var(--color-gray-500);font-size:13px}@media(min-width: 400px){ul ::marker{font-size:calc(0.1666666667vw + 12.3333333333px)}}@media(min-width: 1600px){ul ::marker{font-size:15px}}ol{padding-left:1em}hr{height:1px;border:none;background-color:var(--color-gray-200)}strong{font-weight:var(--font-weight-bold)}blockquote{border-left:3px solid var(--color-gray-200);padding:.6em 0 .6em 1em}blockquote cite{font-style:normal}p>iframe{width:100%;height:auto;aspect-ratio:16/9;display:block}p>img{width:100%;border-radius:var(--border-radius-images);height:auto;margin-top:var(--typography-spacing);margin-bottom:var(--typography-spacing)}p>img:first-child{margin-top:0}p>img:last-child{margin-bottom:0}.display-text,.is-style-display{font-size:30px}@media(min-width: 400px){.display-text,.is-style-display{font-size:calc(3.3333333333vw + 16.6666666667px)}}@media(min-width: 1600px){.display-text,.is-style-display{font-size:70px}}body.prevent-scroll{overflow:hidden}body.admin-bar{--wp-admin-bar-height: 46px}@media screen and (min-width: 783px){body.admin-bar{--wp-admin-bar-height: 32px}}.main{margin-top:var(--grid-section-gutter);margin-bottom:var(--grid-section-gutter);padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter)}.main--no-spacing{margin-top:0;margin-bottom:0}.wrap{word-wrap:break-word;width:100%;max-width:calc(var(--wrap-width) + var(--grid-col-gutter)*2);margin-left:auto;margin-right:auto;padding-left:var(--grid-col-gutter);padding-right:var(--grid-col-gutter)}.grid{display:grid;grid-template-rows:auto;grid-gap:var(--grid-col-gutter);grid-template-columns:repeat(1, 1fr);grid-row-gap:var(--grid-row-gutter)}.grid>*{min-width:0}@media screen and (min-width: 576px){.grid--cols-2,.grid--cols-3,.grid--cols-4,.grid--cols-5{grid-template-columns:repeat(2, 1fr);grid-row-gap:var(--grid-row-gutter)}}@media screen and (min-width: 1024px){.grid--cols-3{grid-template-columns:repeat(3, 1fr);grid-row-gap:var(--grid-row-gutter)}.grid--cols-4{grid-template-columns:repeat(4, 1fr);grid-row-gap:var(--grid-row-gutter)}.grid--cols-5{grid-template-columns:repeat(5, 1fr);grid-row-gap:var(--grid-row-gutter)}}.row{display:flex;gap:var(--grid-row-gutter)}.row:not(:has(>div[class*=col-])){display:block}.row .col-md-2{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-2 .col-md-2{border:0 !important;width:16.6666666667%;flex-basis:16.6666666667%}}.row .col-md-3{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-3 .col-md-3{border:0 !important;width:25%;flex-basis:25%}}.row .col-md-4{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-4 .col-md-4{border:0 !important;width:33.3333333333%;flex-basis:33.3333333333%}}.row .col-md-5{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-5 .col-md-5{border:0 !important;width:41.6666666667%;flex-basis:41.6666666667%}}.row .col-md-6{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-6 .col-md-6{border:0 !important;width:50%;flex-basis:50%}}.row .col-md-7{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-7 .col-md-7{border:0 !important;width:58.3333333333%;flex-basis:58.3333333333%}}.row .col-md-8{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-8 .col-md-8{border:0 !important;width:66.6666666667%;flex-basis:66.6666666667%}}.row .col-md-9{width:100%;max-width:100%;padding:0 !important;border:0 !important}@media screen and (min-width: 768px){.row .col-md-9 .col-md-9{border:0 !important;width:75%;flex-basis:75%}}.btn--white{color:var(--color-gray-900) !important}.btn--white:hover{background-color:var(--color-gray-200)}.btn--white-outline{background-color:rgba(0,0,0,0)}.btn--white-outline:hover{background-color:rgba(0,0,0,0)}.btn--has-icon{display:inline-flex}.btn__icon{display:inline-block;max-height:14px;min-width:14px;overflow:hidden;vertical-align:middle}.btn__icon svg{max-height:14px;max-width:14px;height:auto;width:auto}.btn__icon-left{margin-right:7px}.btn__icon-right{margin-left:7px}.btn__content{display:inline-block;line-height:1}button{border:0;cursor:pointer;margin:0;padding:0}button,input{background:none;outline:0;border:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=search]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cpath fill='%239C9CA0' fill-rule='evenodd' d='M14.86 6.03a4.689 4.689 0 0 1-5.37 5.37C7.516 11.1 5.9 9.485 5.6 7.51a4.689 4.689 0 0 1 5.37-5.37c1.975.3 3.59 1.915 3.89 3.89ZM.97 16.848a.521.521 0 0 0 .736 0l4.59-4.582a6.752 6.752 0 0 0 5.091 1.176c2.898-.484 5.206-2.903 5.562-5.82a6.774 6.774 0 0 0-7.57-7.57c-2.916.356-5.336 2.664-5.82 5.562a6.752 6.752 0 0 0 1.176 5.091l-4.582 4.59a.521.521 0 0 0 0 .736'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right 10px;background-size:15px;padding-right:20px}input[type=search]:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cpath fill='%23515154' fill-rule='evenodd' d='M14.86 6.03a4.689 4.689 0 0 1-5.37 5.37C7.516 11.1 5.9 9.485 5.6 7.51a4.689 4.689 0 0 1 5.37-5.37c1.975.3 3.59 1.915 3.89 3.89ZM.97 16.848a.521.521 0 0 0 .736 0l4.59-4.582a6.752 6.752 0 0 0 5.091 1.176c2.898-.484 5.206-2.903 5.562-5.82a6.774 6.774 0 0 0-7.57-7.57c-2.916.356-5.336 2.664-5.82 5.562a6.752 6.752 0 0 0 1.176 5.091l-4.582 4.59a.521.521 0 0 0 0 .736'/%3E%3C/svg%3E")}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=text],input[type=email],input[type=search],input[type=tel],input[type=number],input[type=password],select,textarea{background-color:var(--color-white);font-family:var(--font-family);font-weight:var(--font-weight-default);font-size:16px;color:var(--color-gray-900);line-height:1.5;border-radius:var(--forms-border-radius);padding:9px 10px;outline:none;border:1px solid var(--color-gray-500);width:100%;transition-property:border;transition-duration:var(--transition-time);transition-timing-function:var(--transition-easing)}@media screen and (min-width: 768px){input[type=text],input[type=email],input[type=search],input[type=tel],input[type=number],input[type=password],select,textarea{padding:10px 10px 8px}}input[type=text]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--color-gray-900);opacity:1 !important}input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:var(--color-gray-900);opacity:1 !important}input[type=text]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=password]:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder{color:var(--color-gray-900);opacity:1 !important}input[type=text]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--color-gray-900);opacity:1 !important}input[type=text]:disabled,input[type=text].disabled,input[type=email]:disabled,input[type=email].disabled,input[type=search]:disabled,input[type=search].disabled,input[type=tel]:disabled,input[type=tel].disabled,input[type=number]:disabled,input[type=number].disabled,input[type=password]:disabled,input[type=password].disabled,select:disabled,select.disabled,textarea:disabled,textarea.disabled{background-color:var(--color-gray-100);border-color:var(--color-gray-500);color:var(--color-gray-600)}input[type=text]:focus,input[type=email]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=password]:focus,select:focus,textarea:focus{border-color:var(--color-gray-800)}textarea{resize:vertical}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%239C9CA0' fill-rule='evenodd' d='M.157 1.237A.554.554 0 0 1 .16.462l.29-.299A.526.526 0 0 1 1.2.162l3.801 3.913L8.803.162a.516.516 0 0 1 .752.001l.29.3a.565.565 0 0 1 .002.774l-4.468 4.6-.075.065a.515.515 0 0 1-.679-.065l-4.468-4.6Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right 10px;padding-right:30px;background-size:12px;opacity:1;text-overflow:ellipsis;color:var(--color-gray-900)}@media screen and (min-width: 768px){select:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23515154' fill-rule='evenodd' d='M.157 1.237A.554.554 0 0 1 .16.462l.29-.299A.526.526 0 0 1 1.2.162l3.801 3.913L8.803.162a.516.516 0 0 1 .752.001l.29.3a.565.565 0 0 1 .002.774l-4.468 4.6-.075.065a.515.515 0 0 1-.679-.065l-4.468-4.6Z'/%3E%3C/svg%3E")}}select:disabled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23B5B5B5' fill-rule='evenodd' d='M.157 1.237A.554.554 0 0 1 .16.462l.29-.299A.526.526 0 0 1 1.2.162l3.801 3.913L8.803.162a.516.516 0 0 1 .752.001l.29.3a.565.565 0 0 1 .002.774l-4.468 4.6-.075.065a.515.515 0 0 1-.679-.065l-4.468-4.6Z'/%3E%3C/svg%3E")}select[multiple]{background-image:none}select option:disabled{color:var(--color-gray-400)}.form-field{margin-bottom:15px}@media screen and (min-width: 576px){.form-field{margin-bottom:var(--typography-spacing)}}.form-field:last-child{margin-bottom:0}.form-field .multi-select__inner{border-color:var(--color-gray-500)}.form-field .multi-select .is-open .multi-select__inner{border-color:var(--color-gray-800)}.form-field label{display:block;margin-bottom:8px}.form-field.valid{--border-color: var(--color-green);--input-background-image: url(../svg/checkmark-valid.svg);--message-background-image: url(../svg/check-circle.svg)}.form-field.error{--border-color: var(--color-red);--input-background-image: url(../svg/cross.svg);--message-background-image: url(../svg/cross-circle.svg)}.form-field.valid input[required]:not([type=checkbox]):not([type=radio]):not(.iti input),.form-field.valid select[required],.form-field.valid textarea[required],.form-field.error input[required]:not([type=checkbox]):not([type=radio]):not(.iti input),.form-field.error select[required],.form-field.error textarea[required]{border:1px solid var(--border-color);background-image:var(--input-background-image);background-repeat:no-repeat;background-position:center right 10px;background-size:10px 8px;padding-right:20px;color:var(--color-gray-900)}.form-field.valid .form-field__success,.form-field.valid .form-field__error,.form-field.valid .pristine-error.error,.form-field.error .form-field__success,.form-field.error .form-field__error,.form-field.error .pristine-error.error{color:var(--color-green);display:flex;font-size:13px;margin-top:6px}.form-field.valid .form-field__success::before,.form-field.valid .form-field__error::before,.form-field.valid .pristine-error.error::before,.form-field.error .form-field__success::before,.form-field.error .form-field__error::before,.form-field.error .pristine-error.error::before{content:"";background-image:var(--message-background-image);background-repeat:no-repeat;background-size:15px;display:inline-block;min-height:15px;min-width:15px;margin-right:5px;margin-top:2px}.form-field.valid .form-field__error,.form-field.valid .pristine-error.error,.form-field.error .form-field__error,.form-field.error .pristine-error.error{color:var(--color-red)}.form-field.valid .multi-select__inner,.form-field.valid .multi-select .is-open .multi-select__inner,.form-field.error .multi-select__inner,.form-field.error .multi-select .is-open .multi-select__inner{border-color:var(--border-color)}.form-field label.checkbox,.form-field label.radio,.form-field label.toggle{margin:0;display:flex;justify-content:flex-start;line-height:1.6}.form-field label.toggle input{height:0;width:0;visibility:hidden}.form-field .is-open .choices__list--dropdown,.form-field .is-open .choices__list[aria-expanded]{border-color:var(--color-gray-800);border-radius:var(--border-radius-small)}.form-row{display:grid;grid-gap:15px;grid-template-columns:repeat(1, 1fr);min-width:0}@media screen and (min-width: 576px){.form-row{grid-template-columns:repeat(auto-fit, minmax(100px, 1fr))}}.form__phone_validation_error.form-field__error{margin-top:5px;background-image:url(../svg/cross-circle.svg);background-repeat:no-repeat;background-position:0 2px;background-size:15px 15px;padding-left:20px;font-size:13px;color:var(--color-red)}@media screen and (min-width: 768px){.form__phone_validation_error.form-field__error{background-position:0 3px}}.form__phone_validation_error.form-field__error:empty{display:none}.checkbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-right:10px;background-color:var(--color-white);background-image:none;background-position:center 6px;background-repeat:no-repeat;border:1px solid var(--color-gray-500);border-radius:var(--border-radius-small);width:20px;min-width:20px;height:20px;margin-top:2px;transition-property:all;transition-duration:.2s;transition-timing-function:linear}.checkbox input:disabled{background-color:var(--color-gray-100);border-color:var(--color-gray-400)}.checkbox input:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M4.242 6.665a.999.999 0 0 1-1.413 0L.748 4.544a1 1 0 0 1 1.414-1.415l1.373 1.415L7.864.294a.999.999 0 1 1 1.414 1.413L4.242 6.665Z'/%3E%3C/svg%3E");background-color:var(--color-gray-800);border-color:var(--color-gray-800)}.checkbox input:checked:disabled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7'%3E%3Cpath fill='%23CBCBCB' fill-rule='evenodd' d='M4.242 6.665a.999.999 0 0 1-1.413 0L.748 4.544a1 1 0 0 1 1.414-1.415l1.373 1.415L7.864.294a.999.999 0 1 1 1.414 1.413L4.242 6.665Z'/%3E%3C/svg%3E");background-color:var(--color-gray-100);border-color:var(--color-gray-400)}.radio input{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-right:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Crect width='19' height='19' x='80.5' y='62.5' fill='none' stroke='%23B5B5B5' rx='9.5' transform='translate(-80 -62)'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;border:0;width:20px;min-width:20px;height:20px;margin-top:2px;transition-property:all;transition-duration:.2s;transition-timing-function:var(--transition-easing)}.radio input:disabled{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3crect width='19' height='19' x='.5' y='.5' fill='%23F1F1F1' fill-rule='evenodd' stroke='%23D6D6D6' rx='9.5'/%3e%3c/svg%3e");cursor:not-allowed}.radio input:disabled+.disabled-text{color:var(--color-gray-500)}.radio input:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect width='20' height='20' fill='%23585858' rx='10'/%3E%3Ccircle cx='10' cy='10' r='3' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E%0A")}.radio input:checked:disabled{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cg fill='none' fill-rule='evenodd'%3e%3crect width='19' height='19' x='.5' y='.5' fill='%23F1F1F1' stroke='%23D6D6D6' rx='9.5'/%3e%3ccircle cx='10' cy='10' r='3' fill='%23CBCBCB'/%3e%3c/g%3e%3c/svg%3e")}.toggle{position:relative;display:flex !important}.toggle__slider{position:relative;cursor:pointer;background-color:var(--color-gray-500);transition:.4s;border-radius:10px;width:40px;min-width:40px;height:20px;display:inline-block;margin-right:10px;margin-top:2px}.toggle__slider::before{position:absolute;content:"";height:18px;width:18px;left:1px;bottom:1px;background-color:var(--color-white);transition:.4s;border-radius:50%}input:checked+.toggle__slider{background-color:var(--color-gray-800)}input:checked+.toggle__slider::before{transform:translateX(20px)}input:disabled+.toggle__slider{cursor:not-allowed;background-color:var(--color-gray-200)}.grecaptcha-badge{visibility:hidden}.has-black-background-color{background-color:#000}.has-color-black{color:#000}.has-white-background-color{background-color:#fff}.has-color-white{color:#fff}.has-brown-background-color{background-color:#36312a}.has-color-brown{color:#36312a}.has-brown-dark-background-color{background-color:#1e170d}.has-color-brown-dark{color:#1e170d}.has-orange-background-color{background-color:#f26a47}.has-color-orange{color:#f26a47}.has-orange-dark-background-color{background-color:#dc5431}.has-color-orange-dark{color:#dc5431}.has-tan-background-color{background-color:#a68768}.has-color-tan{color:#a68768}.has-tan-dark-background-color{background-color:#8f6943}.has-color-tan-dark{color:#8f6943}.has-gray-900-background-color{background-color:#3f3f3f}.has-color-gray-900{color:#3f3f3f}.has-gray-800-background-color{background-color:#585858}.has-color-gray-800{color:#585858}.has-gray-700-background-color{background-color:#828282}.has-color-gray-700{color:#828282}.has-gray-600-background-color{background-color:#9e9e9e}.has-color-gray-600{color:#9e9e9e}.has-gray-500-background-color{background-color:#bababa}.has-color-gray-500{color:#bababa}.has-gray-400-background-color{background-color:#cbcbcb}.has-color-gray-400{color:#cbcbcb}.has-gray-300-background-color{background-color:#d6d6d6}.has-color-gray-300{color:#d6d6d6}.has-gray-200-background-color{background-color:#e6e6e6}.has-color-gray-200{color:#e6e6e6}.has-gray-100-background-color{background-color:#f1f1f1}.has-color-gray-100{color:#f1f1f1}.has-green-background-color{background-color:#00a17f}.has-color-green{color:#00a17f}.has-red-background-color{background-color:#db3039}.has-color-red{color:#db3039}.has-cream-background-color{background-color:#f3eee9}.has-color-cream{color:#f3eee9}.has-lime-background-color{background-color:lime}.has-color-lime{color:lime}.wp-block-button__link{min-width:100%}.wp-block-button.is-style-brown-solid .wp-block-button__link{border:1px solid var(--color-brown)}.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--button-spacing))}.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--button-spacing))}.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--button-spacing))}.wp-block-button.wp-block-button__width-100{width:100%}.wp-block-buttons{display:flex;flex-wrap:wrap;gap:var(--button-spacing)}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons.alignleft{text-align:left}.wp-block-buttons.alignright{text-align:right}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before{padding-top:200%}.has-text-align-left{text-align:left}.has-text-align-center{text-align:center}.has-text-align-right{text-align:right}.alignfull{max-width:none}.wp-block-image{margin:var(--typography-spacing) auto}.wp-block-image:first-child{margin-top:0}.wp-block-image img{width:100%;border-radius:var(--border-radius-images);height:auto}.wp-block-image.alignfull img{border-radius:0;max-height:600px;object-fit:cover}.wp-block-columns{display:flex;box-sizing:border-box;flex-wrap:wrap;align-items:initial;gap:var(--grid-col-gutter);margin-top:var(--grid-section-gutter);margin-bottom:var(--grid-section-gutter)}@media screen and (min-width: 768px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns:first-child{margin-top:0}.wp-block-columns:last-child{margin-bottom:0}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}@media screen and (max-width: 767px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100% !important}}@media screen and (min-width: 768px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-top,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-bottom{width:100%}.wp-block-table.is-style-data table th{background-color:var(--color-teal);color:var(--color-white)}.wp-block-table{margin-top:var(--typography-spacing);margin-bottom:var(--typography-spacing);overflow-x:auto}.wp-block-table table{min-width:100%;border-collapse:collapse;width:100%;table-layout:fixed}.wp-block-table table td{border:1px solid var(--color-gray-200);padding:1em .5em}.wp-block-table table th{padding:1em;border:1px solid var(--color-gray-200)}.wp-block-table table thead{border-bottom:1px solid var(--color-gray-200)}.wp-block-table table tfoot{border-top:1px solid var(--color-gray-200)}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:var(--color-smoke-white)}@media screen and (min-width: 1280px){.wp-block-table{overflow-x:visible}}.are-vertically-aligned-center{align-items:center}.are-vertically-aligned-bottom{align-items:flex-end}.et-block--display-flex{display:flex}.et-block--justify-content-center{justify-content:center}.et-block--justify-content-left{justify-content:start}.et-block--justify-content-right{justify-content:flex-end}.et-block--vertical-alignment-top{align-items:start}.et-block--vertical-alignment-middle{align-items:center}.et-block--vertical-alignment-bottom{align-items:flex-end}.et-block--orientation-vertical{flex-direction:column}.et-block--orientation-vertical.et-block--justify-content-center{align-items:center}.et-block--orientation-vertical.et-block--justify-content-right{align-items:flex-end}.et-block--orientation-vertical .wp-block-button:not(.has-custom-width){width:-webkit-max-content;width:-moz-max-content;width:max-content}.single h1+.section{margin-top:20px;margin-bottom:20px}.is-style-hover-scale img{transition-property:all;transition-duration:var(--transition-time);transition-timing-function:var(--transition-easing)}.is-style-hover-scale:hover img{transform:scale(var(--scale-size))}:where(tp-slider-track){overflow-x:hidden}et-visitor{display:none}et-visitor[active=yes]{display:inline}.frame{position:relative}.frame::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-color:var(--color-black);border-image-slice:50;border-image-width:20px;border-width:10px;border-style:solid;pointer-events:none;z-index:2}.frame.frame--frame-1::before{border-image-source:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22983%22%20height%3D%22789%22%20viewBox%3D%220%200%20983%20789%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M%2010.500%20316.195%20C%204.256%20319.736%2C%206.706%20328%2C%2014%20328%20C%2017.800%20328%2C%2021.003%20325.338%2C%2020.985%20322.193%20C%2020.966%20318.941%2C%2020.191%20317.663%2C%2017.316%20316.150%20C%2014.614%20314.728%2C%2013.070%20314.738%2C%2010.500%20316.195%20M%2011.250%20318.031%20C%209.818%20318.607%2C%209%20319.784%2C%209%20321.268%20C%209%20324.318%2C%2010.777%20326%2C%2014%20326%20C%2019.277%20326%2C%2021.166%20319.774%2C%2016.435%20317.975%20C%2015.024%20317.439%2C%2013.787%20317.029%2C%2013.685%20317.063%20C%2013.583%20317.098%2C%2012.488%20317.534%2C%2011.250%20318.031%20M%2015.362%20330.765%20C%2014.737%20331.169%2C%2013.509%20333.220%2C%2012.633%20335.322%20C%2011.758%20337.424%2C%2010.582%20338.860%2C%2010.021%20338.513%20C%208.577%20337.621%2C%208.750%20333.256%2C%2010.250%20332.720%20C%2010.938%20332.475%2C%2011.173%20331.923%2C%2010.774%20331.494%20C%209.493%20330.118%2C%207%20333.152%2C%207%20336.087%20C%207%20337.936%2C%207.722%20339.316%2C%209.064%20340.034%20C%2011.708%20341.450%2C%2013.705%20339.920%2C%2014.818%20335.624%20C%2015.263%20333.906%2C%2016.274%20332.500%2C%2017.064%20332.500%20C%2019.235%20332.500%2C%2019.502%20337.160%2C%2017.418%20338.684%20C%2015.212%20340.297%2C%2016.466%20341.823%2C%2018.798%20340.364%20C%2021.112%20338.915%2C%2021.524%20333.666%2C%2019.483%20331.625%20C%2017.679%20329.822%2C%2017.032%20329.687%2C%2015.362%20330.765%20M%2015.362%20342.765%20C%2014.737%20343.169%2C%2013.509%20345.220%2C%2012.633%20347.322%20C%2011.758%20349.424%2C%2010.582%20350.860%2C%2010.021%20350.513%20C%208.577%20349.621%2C%208.750%20345.256%2C%2010.250%20344.720%20C%2010.938%20344.475%2C%2011.173%20343.923%2C%2010.774%20343.494%20C%209.493%20342.118%2C%207%20345.152%2C%207%20348.087%20C%207%20349.936%2C%207.722%20351.316%2C%209.064%20352.034%20C%2011.708%20353.450%2C%2013.705%20351.920%2C%2014.818%20347.624%20C%2015.263%20345.906%2C%2016.274%20344.500%2C%2017.064%20344.500%20C%2019.235%20344.500%2C%2019.502%20349.160%2C%2017.418%20350.684%20C%2015.212%20352.297%2C%2016.466%20353.823%2C%2018.798%20352.364%20C%2021.112%20350.915%2C%2021.524%20345.666%2C%2019.483%20343.625%20C%2017.679%20341.822%2C%2017.032%20341.687%2C%2015.362%20342.765%20M%208.200%20362.200%20C%206.407%20363.993%2C%206.752%20368.466%2C%208.829%20370.345%20C%2011.148%20372.443%2C%2015.882%20372.471%2C%2018.834%20370.404%20C%2020.521%20369.222%2C%2021.033%20368.015%2C%2020.806%20365.755%20C%2020.493%20362.636%2C%2017.729%20359.937%2C%2016.306%20361.360%20C%2015.872%20361.795%2C%2016.300%20362.589%2C%2017.258%20363.125%20C%2021.181%20365.320%2C%2018.264%20370.399%2C%2013.411%20369.822%20C%209.805%20369.393%2C%208.096%20366.678%2C%209.757%20364.017%20C%2010.441%20362.923%2C%2011%20361.796%2C%2011%20361.514%20C%2011%20360.589%2C%209.425%20360.975%2C%208.200%20362.200%20M%208.571%20375.571%20C%207.676%20376.467%2C%207%20378.833%2C%207%20381.071%20L%207%20385%2014%20385%20C%2020.793%20385%2C%2023.800%20383.455%2C%2018.250%20382.816%20C%2016.018%20382.560%2C%2015.441%20381.935%2C%2015.188%20379.500%20C%2014.904%20376.771%2C%2012.734%20374%2C%2010.880%20374%20C%2010.475%20374%2C%209.436%20374.707%2C%208.571%20375.571%20M%209.688%20376.646%20C%209.309%20377.024%2C%209%20378.608%2C%209%20380.167%20C%209%20382.348%2C%209.468%20383%2C%2011.031%20383%20C%2012.149%20383%2C%2013.345%20382.264%2C%2013.691%20381.364%20C%2014.709%20378.709%2C%2011.457%20374.876%2C%209.688%20376.646%20M%2019%20390.500%20C%2019%20394.333%2C%2018.704%20395%2C%2017%20395%20C%2015.333%20395%2C%2015%20394.333%2C%2015%20391%20C%2015%20388.800%2C%2014.550%20387%2C%2014%20387%20C%2013.450%20387%2C%2013%20388.800%2C%2013%20391%20C%2013%20394.333%2C%2012.667%20395%2C%2011%20395%20C%209.333%20395%2C%209%20394.333%2C%209%20391%20C%209%20388.800%2C%208.550%20387%2C%208%20387%20C%207.450%20387%2C%207%20389.250%2C%207%20392%20L%207%20397%2014%20397%20L%2021%20397%2021%20391.500%20C%2021%20388.475%2C%2020.550%20386%2C%2020%20386%20C%2019.450%20386%2C%2019%20388.025%2C%2019%20390.500%20M%209.223%20405.557%20C%204.487%20408.873%2C%207.136%20413%2C%2014%20413%20C%2019.099%20413%2C%2021%20411.733%2C%2021%20408.335%20C%2021%20404.209%2C%2013.629%20402.470%2C%209.223%20405.557%20M%2010.104%20406.914%20C%207.420%20408.614%2C%209.696%20411%2C%2014%20411%20C%2016.803%20411%2C%2018.253%20410.503%2C%2018.677%20409.399%20C%2019.416%20407.473%2C%2017.414%20406.031%2C%2014%20406.031%20C%2012.625%20406.031%2C%2010.872%20406.428%2C%2010.104%20406.914%20M%2019%20417.577%20L%2019%20421.153%2016.411%20418.077%20C%2012.716%20413.685%2C%207%20414.293%2C%207%20419.078%20C%207%20421.099%2C%209.755%20423.600%2C%2010.774%20422.506%20C%2011.173%20422.077%2C%2010.938%20421.525%2C%2010.250%20421.280%20C%209.563%20421.034%2C%209%20419.971%2C%209%20418.917%20C%209%20416.150%2C%2012.188%20416.505%2C%2015.076%20419.592%20C%2016.409%20421.017%2C%2018.288%20422.608%2C%2019.250%20423.127%20C%2020.810%20423.968%2C%2021%20423.523%2C%2021%20419.035%20C%2021%20416.266%2C%2020.550%20414%2C%2020%20414%20C%2019.450%20414%2C%2019%20415.610%2C%2019%20417.577%20M%2019%20428.577%20L%2019%20432.153%2016.411%20429.077%20C%2012.716%20424.685%2C%207%20425.293%2C%207%20430.078%20C%207%20432.099%2C%209.755%20434.600%2C%2010.774%20433.506%20C%2011.173%20433.077%2C%2010.938%20432.525%2C%2010.250%20432.280%20C%209.563%20432.034%2C%209%20430.971%2C%209%20429.917%20C%209%20427.150%2C%2012.188%20427.505%2C%2015.076%20430.592%20C%2016.409%20432.017%2C%2018.288%20433.608%2C%2019.250%20434.127%20C%2020.810%20434.968%2C%2021%20434.523%2C%2021%20430.035%20C%2021%20427.266%2C%2020.550%20425%2C%2020%20425%20C%2019.450%20425%2C%2019%20426.610%2C%2019%20428.577%20M%20524.070%20769.869%20C%20523.520%20770.896%2C%20523.377%20772.044%2C%20523.752%20772.419%20C%20524.127%20772.794%2C%20524.449%20774.715%2C%20524.467%20776.688%20C%20524.488%20778.990%2C%20525.127%20780.673%2C%20526.250%20781.383%20C%20529.032%20783.142%2C%20531.494%20780.954%2C%20531.533%20776.688%20C%20531.551%20774.715%2C%20531.873%20772.794%2C%20532.248%20772.419%20C%20533.718%20770.949%2C%20530.882%20768%2C%20528%20768%20C%20526.163%20768%2C%20524.698%20768.697%2C%20524.070%20769.869%20M%20535.200%20769.200%20C%20533.886%20770.514%2C%20533.586%20774.253%2C%20534.704%20775.371%20C%20535.092%20775.758%2C%20535.429%20777.296%2C%20535.454%20778.788%20C%20535.491%20780.946%2C%20536.028%20781.561%2C%20538.086%20781.801%20C%20539.538%20781.969%2C%20541.244%20781.411%2C%20541.978%20780.526%20C%20543.542%20778.643%2C%20542.479%20777.121%2C%20540.783%20778.817%20C%20539.129%20780.471%2C%20537%20780.293%2C%20537%20778.500%20C%20537%20777.675%2C%20537.675%20777%2C%20538.500%20777%20C%20540.698%20777%2C%20540.331%20775.320%2C%20538%20774.710%20C%20535.653%20774.097%2C%20535.328%20771.195%2C%20537.513%20770.357%20C%20538.345%20770.037%2C%20539.706%20770.341%2C%20540.537%20771.031%20C%20542.506%20772.665%2C%20543.657%20771.497%2C%20542.020%20769.524%20C%20540.507%20767.702%2C%20536.871%20767.529%2C%20535.200%20769.200%20M%20546.007%20769.492%20C%20544.290%20771.560%2C%20544.403%20779.999%2C%20546.162%20781.145%20C%20546.898%20781.625%2C%20548.599%20781.902%2C%20549.942%20781.759%20C%20555.037%20781.219%2C%20554.958%20768.806%2C%20549.857%20768.199%20C%20548.445%20768.032%2C%20546.745%20768.602%2C%20546.007%20769.492%20M%20560%20775%20C%20560%20780.619%2C%20560.302%20782%2C%20561.531%20782%20C%20562.374%20782%2C%20563.340%20781.212%2C%20563.679%20780.250%20C%20564.018%20779.288%2C%20564.953%20776.925%2C%20565.758%20775%20L%20567.220%20771.500%20568.946%20776.500%20C%20569.955%20779.425%2C%20571.362%20781.634%2C%20572.336%20781.823%20C%20573.762%20782.100%2C%20574%20781.134%2C%20574%20775.073%20C%20574%20771.024%2C%20573.572%20768%2C%20573%20768%20C%20572.450%20768%2C%20571.965%20770.362%2C%20571.922%20773.250%20L%20571.845%20778.500%20570.107%20773.561%20C%20569.151%20770.845%2C%20567.879%20768.460%2C%20567.281%20768.260%20C%20566.684%20768.061%2C%20565.363%20770.284%2C%20564.347%20773.199%20L%20562.500%20778.500%20562.198%20773.250%20C%20561.751%20765.482%2C%20560%20766.876%2C%20560%20775%20M%20575%20769%20C%20575%20769.550%2C%20576.575%20770%2C%20578.500%20770%20L%20582%20770%20582%20776%20C%20582%20779.333%2C%20582.444%20782%2C%20583%20782%20C%20583.571%20782%2C%20584%20779%2C%20584%20775%20L%20584%20768%20579.500%20768%20C%20577.025%20768%2C%20575%20768.450%2C%20575%20769%20M%20587%20775%20C%20587%20779%2C%20587.429%20782%2C%20588%20782%20C%20588.571%20782%2C%20589%20779%2C%20589%20775%20C%20589%20771%2C%20588.571%20768%2C%20588%20768%20C%20587.429%20768%2C%20587%20771%2C%20587%20775%20M%20598%20771%20C%20598%20773.667%2C%20597.667%20774%2C%20595%20774%20C%20593.350%20774%2C%20592%20774.450%2C%20592%20775%20C%20592%20775.550%2C%20593.350%20776%2C%20595%20776%20C%20597.333%20776%2C%20598%20776.444%2C%20598%20778%20C%20598%20779.619%2C%20597.333%20780%2C%20594.500%20780%20C%20592.575%20780%2C%20591%20780.450%2C%20591%20781%20C%20591%20781.550%2C%20593.250%20782%2C%20596%20782%20L%20601%20782%20601%20775%20C%20601%20769.444%2C%20600.690%20768%2C%20599.500%20768%20C%20598.500%20768%2C%20598%20769%2C%20598%20771%20M%20525.481%20771.030%20C%20525.093%20771.659%2C%20525.227%20772.627%2C%20525.781%20773.181%20C%20527.202%20774.602%2C%20530.500%20773.767%2C%20530.500%20771.986%20C%20530.500%20770.188%2C%20526.476%20769.422%2C%20525.481%20771.030%20M%20547.398%20771.405%20C%20546.511%20773.716%2C%20547.408%20779.316%2C%20548.736%20779.752%20C%20550.816%20780.434%2C%20552.509%20775.413%2C%20551.182%20772.500%20C%20549.921%20769.733%2C%20548.228%20769.243%2C%20547.398%20771.405%20M%20526.188%20777.739%20C%20526.690%20780.345%2C%20530%20780.636%2C%20530%20778.073%20C%20530%20776.642%2C%20529.358%20776%2C%20527.927%20776%20C%20526.496%20776%2C%20525.957%20776.539%2C%20526.188%20777.739%22%20stroke%3D%22none%22%20fill%3D%22%23d4b62f%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M%200%20277.888%20L%200%20553.773%204.350%20554.425%20C%207.339%20554.873%2C%209.607%20556.025%2C%2011.600%20558.104%20C%2014.194%20560.812%2C%2014.500%20561.820%2C%2014.500%20567.648%20C%2014.500%20573.744%2C%2014.289%20574.352%2C%2011.234%20577.082%20C%208.784%20579.271%2C%206.973%20580%2C%203.984%20580%20L%200%20580%200%20586.500%20L%200%20593%202.935%20593%20C%2010.235%20593%2C%2014.990%20598.045%2C%2014.996%20605.800%20C%2015.003%20613.685%2C%2010.193%20619%2C%203.050%20619%20L%200%20619%200%20627.597%20C%200%20636.190%2C%200.002%20636.195%2C%203.967%20640.699%20C%2013.525%20651.558%2C%2016.484%20674.507%2C%2010.348%20690.180%20C%208.286%20695.448%2C%203.322%20702.939%2C%201.405%20703.675%20C%200.336%20704.085%2C%200%20706.461%2C%200%20713.607%20L%200%20723%203.050%20723%20C%2010.118%20723%2C%2015%20728.311%2C%2015%20736%20C%2015%20743.689%2C%2010.118%20749%2C%203.050%20749%20L%200%20749%200%20768.501%20L%200%20788.002%20491.725%20787.751%20L%20983.450%20787.500%20983.814%20394.500%20L%20984.178%201.500%20492.089%201.752%20L%200%202.004%200%20277.888%20M%200.493%20278%20C%200.493%20430.075%2C%200.609%20492.287%2C%200.750%20416.250%20C%200.891%20340.212%2C%200.891%20215.787%2C%200.750%20139.750%20C%200.609%2063.712%2C%200.493%20125.925%2C%200.493%20278%20M%2024%20395%20L%2024%20782%2085.500%20782%20L%20147%20782%20147%20776.434%20C%20147%20770.695%2C%20148.157%20767.398%2C%20150.913%20765.282%20C%20152.154%20764.329%2C%20240.340%20764.057%2C%20555.750%20764.032%20L%20959%20764%20959%20395%20L%20959%2026%20555.750%2025.968%20C%20240.340%2025.943%2C%20152.154%2025.671%2C%20150.913%2024.718%20C%20148.157%2022.602%2C%20147%2019.305%2C%20147%2013.566%20L%20147%208%2085.500%208%20L%2024%208%2024%20395%20M%2010.500%20316.195%20C%204.256%20319.736%2C%206.706%20328%2C%2014%20328%20C%2017.800%20328%2C%2021.003%20325.338%2C%2020.985%20322.193%20C%2020.966%20318.941%2C%2020.191%20317.663%2C%2017.316%20316.150%20C%2014.614%20314.728%2C%2013.070%20314.738%2C%2010.500%20316.195%20M%2011.250%20318.031%20C%209.818%20318.607%2C%209%20319.784%2C%209%20321.268%20C%209%20324.318%2C%2010.777%20326%2C%2014%20326%20C%2019.277%20326%2C%2021.166%20319.774%2C%2016.435%20317.975%20C%2015.024%20317.439%2C%2013.787%20317.029%2C%2013.685%20317.063%20C%2013.583%20317.098%2C%2012.488%20317.534%2C%2011.250%20318.031%20M%2015.362%20330.765%20C%2014.737%20331.169%2C%2013.509%20333.220%2C%2012.633%20335.322%20C%2011.758%20337.424%2C%2010.582%20338.860%2C%2010.021%20338.513%20C%208.577%20337.621%2C%208.750%20333.256%2C%2010.250%20332.720%20C%2010.938%20332.475%2C%2011.173%20331.923%2C%2010.774%20331.494%20C%209.493%20330.118%2C%207%20333.152%2C%207%20336.087%20C%207%20337.936%2C%207.722%20339.316%2C%209.064%20340.034%20C%2011.708%20341.450%2C%2013.705%20339.920%2C%2014.818%20335.624%20C%2015.263%20333.906%2C%2016.274%20332.500%2C%2017.064%20332.500%20C%2019.235%20332.500%2C%2019.502%20337.160%2C%2017.418%20338.684%20C%2015.212%20340.297%2C%2016.466%20341.823%2C%2018.798%20340.364%20C%2021.112%20338.915%2C%2021.524%20333.666%2C%2019.483%20331.625%20C%2017.679%20329.822%2C%2017.032%20329.687%2C%2015.362%20330.765%20M%2015.362%20342.765%20C%2014.737%20343.169%2C%2013.509%20345.220%2C%2012.633%20347.322%20C%2011.758%20349.424%2C%2010.582%20350.860%2C%2010.021%20350.513%20C%208.577%20349.621%2C%208.750%20345.256%2C%2010.250%20344.720%20C%2010.938%20344.475%2C%2011.173%20343.923%2C%2010.774%20343.494%20C%209.493%20342.118%2C%207%20345.152%2C%207%20348.087%20C%207%20349.936%2C%207.722%20351.316%2C%209.064%20352.034%20C%2011.708%20353.450%2C%2013.705%20351.920%2C%2014.818%20347.624%20C%2015.263%20345.906%2C%2016.274%20344.500%2C%2017.064%20344.500%20C%2019.235%20344.500%2C%2019.502%20349.160%2C%2017.418%20350.684%20C%2015.212%20352.297%2C%2016.466%20353.823%2C%2018.798%20352.364%20C%2021.112%20350.915%2C%2021.524%20345.666%2C%2019.483%20343.625%20C%2017.679%20341.822%2C%2017.032%20341.687%2C%2015.362%20342.765%20M%208.200%20362.200%20C%206.407%20363.993%2C%206.752%20368.466%2C%208.829%20370.345%20C%2011.148%20372.443%2C%2015.882%20372.471%2C%2018.834%20370.404%20C%2020.521%20369.222%2C%2021.033%20368.015%2C%2020.806%20365.755%20C%2020.493%20362.636%2C%2017.729%20359.937%2C%2016.306%20361.360%20C%2015.872%20361.795%2C%2016.300%20362.589%2C%2017.258%20363.125%20C%2021.181%20365.320%2C%2018.264%20370.399%2C%2013.411%20369.822%20C%209.805%20369.393%2C%208.096%20366.678%2C%209.757%20364.017%20C%2010.441%20362.923%2C%2011%20361.796%2C%2011%20361.514%20C%2011%20360.589%2C%209.425%20360.975%2C%208.200%20362.200%20M%208.571%20375.571%20C%207.676%20376.467%2C%207%20378.833%2C%207%20381.071%20L%207%20385%2014%20385%20C%2020.793%20385%2C%2023.800%20383.455%2C%2018.250%20382.816%20C%2016.018%20382.560%2C%2015.441%20381.935%2C%2015.188%20379.500%20C%2014.904%20376.771%2C%2012.734%20374%2C%2010.880%20374%20C%2010.475%20374%2C%209.436%20374.707%2C%208.571%20375.571%20M%209.688%20376.646%20C%209.309%20377.024%2C%209%20378.608%2C%209%20380.167%20C%209%20382.348%2C%209.468%20383%2C%2011.031%20383%20C%2012.149%20383%2C%2013.345%20382.264%2C%2013.691%20381.364%20C%2014.709%20378.709%2C%2011.457%20374.876%2C%209.688%20376.646%20M%2019%20390.500%20C%2019%20394.333%2C%2018.704%20395%2C%2017%20395%20C%2015.333%20395%2C%2015%20394.333%2C%2015%20391%20C%2015%20388.800%2C%2014.550%20387%2C%2014%20387%20C%2013.450%20387%2C%2013%20388.800%2C%2013%20391%20C%2013%20394.333%2C%2012.667%20395%2C%2011%20395%20C%209.333%20395%2C%209%20394.333%2C%209%20391%20C%209%20388.800%2C%208.550%20387%2C%208%20387%20C%207.450%20387%2C%207%20389.250%2C%207%20392%20L%207%20397%2014%20397%20L%2021%20397%2021%20391.500%20C%2021%20388.475%2C%2020.550%20386%2C%2020%20386%20C%2019.450%20386%2C%2019%20388.025%2C%2019%20390.500%20M%209.223%20405.557%20C%204.487%20408.873%2C%207.136%20413%2C%2014%20413%20C%2019.099%20413%2C%2021%20411.733%2C%2021%20408.335%20C%2021%20404.209%2C%2013.629%20402.470%2C%209.223%20405.557%20M%2010.104%20406.914%20C%207.420%20408.614%2C%209.696%20411%2C%2014%20411%20C%2016.803%20411%2C%2018.253%20410.503%2C%2018.677%20409.399%20C%2019.416%20407.473%2C%2017.414%20406.031%2C%2014%20406.031%20C%2012.625%20406.031%2C%2010.872%20406.428%2C%2010.104%20406.914%20M%2019%20417.577%20L%2019%20421.153%2016.411%20418.077%20C%2012.716%20413.685%2C%207%20414.293%2C%207%20419.078%20C%207%20421.099%2C%209.755%20423.600%2C%2010.774%20422.506%20C%2011.173%20422.077%2C%2010.938%20421.525%2C%2010.250%20421.280%20C%209.563%20421.034%2C%209%20419.971%2C%209%20418.917%20C%209%20416.150%2C%2012.188%20416.505%2C%2015.076%20419.592%20C%2016.409%20421.017%2C%2018.288%20422.608%2C%2019.250%20423.127%20C%2020.810%20423.968%2C%2021%20423.523%2C%2021%20419.035%20C%2021%20416.266%2C%2020.550%20414%2C%2020%20414%20C%2019.450%20414%2C%2019%20415.610%2C%2019%20417.577%20M%2019%20428.577%20L%2019%20432.153%2016.411%20429.077%20C%2012.716%20424.685%2C%207%20425.293%2C%207%20430.078%20C%207%20432.099%2C%209.755%20434.600%2C%2010.774%20433.506%20C%2011.173%20433.077%2C%2010.938%20432.525%2C%2010.250%20432.280%20C%209.563%20432.034%2C%209%20430.971%2C%209%20429.917%20C%209%20427.150%2C%2012.188%20427.505%2C%2015.076%20430.592%20C%2016.409%20432.017%2C%2018.288%20433.608%2C%2019.250%20434.127%20C%2020.810%20434.968%2C%2021%20434.523%2C%2021%20430.035%20C%2021%20427.266%2C%2020.550%20425%2C%2020%20425%20C%2019.450%20425%2C%2019%20426.610%2C%2019%20428.577%20M%200.328%20586.500%20C%200.333%20590.350%2C%200.513%20591.802%2C%200.730%20589.728%20C%200.946%20587.653%2C%200.943%20584.503%2C%200.722%20582.728%20C%200.501%20580.952%2C%200.324%20582.650%2C%200.328%20586.500%20M%200.360%20628%20C%200.360%20633.225%2C%200.529%20635.362%2C%200.735%20632.750%20C%200.941%20630.138%2C%200.941%20625.862%2C%200.735%20623.250%20C%200.529%20620.638%2C%200.360%20622.775%2C%200.360%20628%20M%200.365%20713.500%20C%200.368%20719%2C%200.536%20721.122%2C%200.738%20718.216%20C%200.941%20715.311%2C%200.939%20710.811%2C%200.734%20708.216%20C%200.528%20705.622%2C%200.363%20708%2C%200.365%20713.500%20M%200.420%20768.500%20C%200.419%20779.500%2C%200.565%20784.136%2C%200.745%20778.803%20C%200.924%20773.470%2C%200.925%20764.470%2C%200.746%20758.803%20C%200.568%20753.136%2C%200.421%20757.500%2C%200.420%20768.500%20M%20524.070%20769.869%20C%20523.520%20770.896%2C%20523.377%20772.044%2C%20523.752%20772.419%20C%20524.127%20772.794%2C%20524.449%20774.715%2C%20524.467%20776.688%20C%20524.488%20778.990%2C%20525.127%20780.673%2C%20526.250%20781.383%20C%20529.032%20783.142%2C%20531.494%20780.954%2C%20531.533%20776.688%20C%20531.551%20774.715%2C%20531.873%20772.794%2C%20532.248%20772.419%20C%20533.718%20770.949%2C%20530.882%20768%2C%20528%20768%20C%20526.163%20768%2C%20524.698%20768.697%2C%20524.070%20769.869%20M%20535.200%20769.200%20C%20533.886%20770.514%2C%20533.586%20774.253%2C%20534.704%20775.371%20C%20535.092%20775.758%2C%20535.429%20777.296%2C%20535.454%20778.788%20C%20535.491%20780.946%2C%20536.028%20781.561%2C%20538.086%20781.801%20C%20539.538%20781.969%2C%20541.244%20781.411%2C%20541.978%20780.526%20C%20543.542%20778.643%2C%20542.479%20777.121%2C%20540.783%20778.817%20C%20539.129%20780.471%2C%20537%20780.293%2C%20537%20778.500%20C%20537%20777.675%2C%20537.675%20777%2C%20538.500%20777%20C%20540.698%20777%2C%20540.331%20775.320%2C%20538%20774.710%20C%20535.653%20774.097%2C%20535.328%20771.195%2C%20537.513%20770.357%20C%20538.345%20770.037%2C%20539.706%20770.341%2C%20540.537%20771.031%20C%20542.506%20772.665%2C%20543.657%20771.497%2C%20542.020%20769.524%20C%20540.507%20767.702%2C%20536.871%20767.529%2C%20535.200%20769.200%20M%20546.007%20769.492%20C%20544.290%20771.560%2C%20544.403%20779.999%2C%20546.162%20781.145%20C%20546.898%20781.625%2C%20548.599%20781.902%2C%20549.942%20781.759%20C%20555.037%20781.219%2C%20554.958%20768.806%2C%20549.857%20768.199%20C%20548.445%20768.032%2C%20546.745%20768.602%2C%20546.007%20769.492%20M%20560%20775%20C%20560%20780.619%2C%20560.302%20782%2C%20561.531%20782%20C%20562.374%20782%2C%20563.340%20781.212%2C%20563.679%20780.250%20C%20564.018%20779.288%2C%20564.953%20776.925%2C%20565.758%20775%20L%20567.220%20771.500%20568.946%20776.500%20C%20569.955%20779.425%2C%20571.362%20781.634%2C%20572.336%20781.823%20C%20573.762%20782.100%2C%20574%20781.134%2C%20574%20775.073%20C%20574%20771.024%2C%20573.572%20768%2C%20573%20768%20C%20572.450%20768%2C%20571.965%20770.362%2C%20571.922%20773.250%20L%20571.845%20778.500%20570.107%20773.561%20C%20569.151%20770.845%2C%20567.879%20768.460%2C%20567.281%20768.260%20C%20566.684%20768.061%2C%20565.363%20770.284%2C%20564.347%20773.199%20L%20562.500%20778.500%20562.198%20773.250%20C%20561.751%20765.482%2C%20560%20766.876%2C%20560%20775%20M%20575%20769%20C%20575%20769.550%2C%20576.575%20770%2C%20578.500%20770%20L%20582%20770%20582%20776%20C%20582%20779.333%2C%20582.444%20782%2C%20583%20782%20C%20583.571%20782%2C%20584%20779%2C%20584%20775%20L%20584%20768%20579.500%20768%20C%20577.025%20768%2C%20575%20768.450%2C%20575%20769%20M%20587%20775%20C%20587%20779%2C%20587.429%20782%2C%20588%20782%20C%20588.571%20782%2C%20589%20779%2C%20589%20775%20C%20589%20771%2C%20588.571%20768%2C%20588%20768%20C%20587.429%20768%2C%20587%20771%2C%20587%20775%20M%20598%20771%20C%20598%20773.667%2C%20597.667%20774%2C%20595%20774%20C%20593.350%20774%2C%20592%20774.450%2C%20592%20775%20C%20592%20775.550%2C%20593.350%20776%2C%20595%20776%20C%20597.333%20776%2C%20598%20776.444%2C%20598%20778%20C%20598%20779.619%2C%20597.333%20780%2C%20594.500%20780%20C%20592.575%20780%2C%20591%20780.450%2C%20591%20781%20C%20591%20781.550%2C%20593.250%20782%2C%20596%20782%20L%20601%20782%20601%20775%20C%20601%20769.444%2C%20600.690%20768%2C%20599.500%20768%20C%20598.500%20768%2C%20598%20769%2C%20598%20771%20M%20525.481%20771.030%20C%20525.093%20771.659%2C%20525.227%20772.627%2C%20525.781%20773.181%20C%20527.202%20774.602%2C%20530.500%20773.767%2C%20530.500%20771.986%20C%20530.500%20770.188%2C%20526.476%20769.422%2C%20525.481%20771.030%20M%20547.398%20771.405%20C%20546.511%20773.716%2C%20547.408%20779.316%2C%20548.736%20779.752%20C%20550.816%20780.434%2C%20552.509%20775.413%2C%20551.182%20772.500%20C%20549.921%20769.733%2C%20548.228%20769.243%2C%20547.398%20771.405%20M%20526.188%20777.739%20C%20526.690%20780.345%2C%20530%20780.636%2C%20530%20778.073%20C%20530%20776.642%2C%20529.358%20776%2C%20527.927%20776%20C%20526.496%20776%2C%20525.957%20776.539%2C%20526.188%20777.739%22%20stroke%3D%22none%22%20fill%3D%22%2324141c%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")}.frame.frame--frame-1 img{margin-left:9px;padding-top:2.5px;padding-bottom:2.5px;border-radius:0}.frame--frame-2::before{border-image-source:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22996%22%20height%3D%22800%22%20viewBox%3D%220%200%20996%20800%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M%20216.750%207.893%20C%20214.549%2010.125%2C%20214.368%2016%2C%20216.500%2016%20C%20217.325%2016%2C%20218%2016.675%2C%20218%2017.500%20C%20218%2019.656%2C%20221.649%2019.351%2C%20224%2017%20C%20226.449%2014.551%2C%20226.813%208%2C%20224.500%208%20C%20223.675%208%2C%20223%207.550%2C%20223%207%20C%20223%205.359%2C%20218.634%205.983%2C%20216.750%207.893%20M%20230.250%207.496%20C%20228.764%209.183%2C%20228.564%2016%2C%20230%2016%20C%20230.550%2016%2C%20231%2016.675%2C%20231%2017.500%20C%20231%2019.656%2C%20234.649%2019.351%2C%20237%2017%20C%20239.336%2014.664%2C%20239.644%209.501%2C%20237.571%207.429%20C%20235.757%205.614%2C%20231.876%205.649%2C%20230.250%207.496%20M%20243.250%207.496%20C%20241.747%209.203%2C%20241.619%2011%2C%20243%2011%20C%20243.550%2011%2C%20244%2011.675%2C%20244%2012.500%20C%20244%2013.433%2C%20244.944%2014%2C%20246.500%2014%20C%20247.875%2014%2C%20249%2014.450%2C%20249%2015%20C%20249%2015.550%2C%20247.425%2016%2C%20245.500%2016%20C%20243.056%2016%2C%20242%2016.452%2C%20242%2017.500%20C%20242%2018.633%2C%20243.222%2019%2C%20247%2019%20L%20252%2019%20252%2015%20L%20252%2011%20248%2011%20C%20245.800%2011%2C%20244%2010.550%2C%20244%2010%20C%20244%209.450%2C%20245.800%209%2C%20248%209%20C%20250.889%209%2C%20252%208.583%2C%20252%207.500%20C%20252%205.521%2C%20244.992%205.518%2C%20243.250%207.496%20M%20256.250%207.496%20C%20254.747%209.203%2C%20254.619%2011%2C%20256%2011%20C%20257.435%2011%2C%20257.236%2013.723%2C%20255.750%2014.417%20C%20254.750%2014.883%2C%20254.750%2015.117%2C%20255.750%2015.583%20C%20256.438%2015.904%2C%20257%2016.804%2C%20257%2017.583%20C%20257%2018.569%2C%20258.216%2019%2C%20261%2019%20C%20263.889%2019%2C%20265%2018.583%2C%20265%2017.500%20C%20265%2016.417%2C%20263.889%2016%2C%20261%2016%20C%20258.800%2016%2C%20257%2015.550%2C%20257%2015%20C%20257%2014.450%2C%20258.350%2014%2C%20260%2014%20C%20262%2014%2C%20263%2013.500%2C%20263%2012.500%20C%20263%2011.500%2C%20262%2011%2C%20260%2011%20C%20258.350%2011%2C%20257%2010.550%2C%20257%2010%20C%20257%209.450%2C%20258.800%209%2C%20261%209%20C%20263.889%209%2C%20265%208.583%2C%20265%207.500%20C%20265%205.521%2C%20257.992%205.518%2C%20256.250%207.496%20M%20758.750%207.893%20C%20756.549%2010.125%2C%20756.368%2016%2C%20758.500%2016%20C%20759.325%2016%2C%20760%2016.675%2C%20760%2017.500%20C%20760%2019.656%2C%20763.649%2019.351%2C%20766%2017%20C%20768.449%2014.551%2C%20768.813%208%2C%20766.500%208%20C%20765.675%208%2C%20765%207.550%2C%20765%207%20C%20765%205.359%2C%20760.634%205.983%2C%20758.750%207.893%20M%20770%206.778%20C%20770%208.197%2C%20773.991%2011%2C%20776.011%2011%20C%20777.466%2011%2C%20778%2011.671%2C%20778%2013.500%20C%20778%2015.500%2C%20777.500%2016%2C%20775.500%2016%20C%20773.500%2016%2C%20773%2015.500%2C%20773%2013.500%20C%20773%2011.944%2C%20772.433%2011%2C%20771.500%2011%20C%20770.567%2011%2C%20770%2011.944%2C%20770%2013.500%20C%20770%2015.056%2C%20770.567%2016%2C%20771.500%2016%20C%20772.325%2016%2C%20773%2016.675%2C%20773%2017.500%20C%20773%2018.583%2C%20774.111%2019%2C%20777%2019%20L%20781%2019%20781%2012.500%20C%20781%207.389%2C%20780.679%206%2C%20779.500%206%20C%20778.675%206%2C%20778%206.450%2C%20778%207%20C%20778%207.550%2C%20776.875%208%2C%20775.500%208%20C%20774.125%208%2C%20773%207.550%2C%20773%207%20C%20773%206.450%2C%20772.325%206%2C%20771.500%206%20C%20770.675%206%2C%20770%206.350%2C%20770%206.778%20M%20791%207%20C%20791%207.550%2C%20789.875%208%2C%20788.500%208%20C%20786.944%208%2C%20786%208.567%2C%20786%209.500%20C%20786%2010.325%2C%20785.325%2011%2C%20784.500%2011%20C%20783.567%2011%2C%20783%2011.944%2C%20783%2013.500%20C%20783%2015.056%2C%20783.567%2016%2C%20784.500%2016%20C%20785.325%2016%2C%20786%2016.675%2C%20786%2017.500%20C%20786%2018.583%2C%20787.111%2019%2C%20790%2019%20L%20794%2019%20794%2012.500%20C%20794%207.389%2C%20793.679%206%2C%20792.500%206%20C%20791.675%206%2C%20791%206.450%2C%20791%207%20M%20819.250%207.496%20C%20817.764%209.183%2C%20817.564%2016%2C%20819%2016%20C%20819.550%2016%2C%20820%2016.675%2C%20820%2017.500%20C%20820%2019.656%2C%20823.649%2019.351%2C%20826%2017%20C%20828.449%2014.551%2C%20828.813%208%2C%20826.500%208%20C%20825.675%208%2C%20825%207.550%2C%20825%207%20C%20825%205.498%2C%20820.681%205.870%2C%20819.250%207.496%20M%20832.250%207.496%20C%20830.764%209.183%2C%20830.564%2016%2C%20832%2016%20C%20832.550%2016%2C%20833%2016.675%2C%20833%2017.500%20C%20833%2018.500%2C%20834%2019%2C%20836%2019%20C%20838%2019%2C%20839%2018.500%2C%20839%2017.500%20C%20839%2016.675%2C%20839.450%2016%2C%20840%2016%20C%20841.534%2016%2C%20841.187%209.044%2C%20839.571%207.429%20C%20837.757%205.614%2C%20833.876%205.649%2C%20832.250%207.496%20M%20845.250%207.496%20C%20843.747%209.203%2C%20843.619%2011%2C%20845%2011%20C%20845.550%2011%2C%20846%2012.800%2C%20846%2015%20C%20846%2017.889%2C%20846.417%2019%2C%20847.500%2019%20C%20848.325%2019%2C%20849%2018.325%2C%20849%2017.500%20C%20849%2016.675%2C%20849.482%2016%2C%20850.071%2016%20C%20851.980%2016%2C%20854%2013.208%2C%20854%2010.571%20C%20854%208.495%2C%20853.519%208%2C%20851.500%208%20C%20850.125%208%2C%20849%207.550%2C%20849%207%20C%20849%205.543%2C%20846.702%205.847%2C%20845.250%207.496%20M%20878%2012.500%20C%20878%2017.611%2C%20878.321%2019%2C%20879.500%2019%20C%20880.325%2019%2C%20881%2018.363%2C%20881%2017.583%20C%20881%2016.804%2C%20881.563%2015.904%2C%20882.250%2015.583%20C%20883.250%2015.117%2C%20883.250%2014.883%2C%20882.250%2014.417%20C%20881.562%2014.096%2C%20881%2012.072%2C%20881%209.917%20C%20881%207.102%2C%20880.578%206%2C%20879.500%206%20C%20878.321%206%2C%20878%207.389%2C%20878%2012.500%20M%20888%209.917%20C%20888%2012.072%2C%20887.438%2014.096%2C%20886.750%2014.417%20C%20885.750%2014.883%2C%20885.750%2015.117%2C%20886.750%2015.583%20C%20887.438%2015.904%2C%20888%2016.804%2C%20888%2017.583%20C%20888%2018.363%2C%20888.675%2019%2C%20889.500%2019%20C%20890.679%2019%2C%20891%2017.611%2C%20891%2012.500%20C%20891%207.389%2C%20890.679%206%2C%20889.500%206%20C%20888.422%206%2C%20888%207.102%2C%20888%209.917%20M%20894%207.500%20C%20894%208.433%2C%20894.944%209%2C%20896.500%209%20C%20898.833%209%2C%20899%209.333%2C%20899%2014%20C%20899%2016.750%2C%20899.450%2019%2C%20900%2019%20C%20900.564%2019%2C%20901%2016.167%2C%20901%2012.500%20L%20901%206%20897.500%206%20C%20895.056%206%2C%20894%206.452%2C%20894%207.500%20M%20904%207.500%20C%20904%208.325%2C%20904.675%209%2C%20905.500%209%20C%20906.548%209%2C%20907%2010.056%2C%20907%2012.500%20C%20907%2014.944%2C%20906.548%2016%2C%20905.500%2016%20C%20904.675%2016%2C%20904%2016.675%2C%20904%2017.500%20C%20904%2018.583%2C%20905.111%2019%2C%20908%2019%20C%20910.889%2019%2C%20912%2018.583%2C%20912%2017.500%20C%20912%2016.675%2C%20911.325%2016%2C%20910.500%2016%20C%20909.452%2016%2C%20909%2014.944%2C%20909%2012.500%20C%20909%2010.056%2C%20909.452%209%2C%20910.500%209%20C%20911.325%209%2C%20912%208.325%2C%20912%207.500%20C%20912%206.417%2C%20910.889%206%2C%20908%206%20C%20905.111%206%2C%20904%206.417%2C%20904%207.500%20M%20920%208.500%20C%20920%2010.626%2C%20919.539%2011%2C%20916.917%2011%20C%20913.091%2011%2C%20913.434%2013.356%2C%20917.327%2013.816%20C%20918.797%2013.990%2C%20920%2014.523%2C%20920%2015%20C%20920%2015.477%2C%20918.797%2016.010%2C%20917.327%2016.184%20C%20912.800%2016.720%2C%20913.277%2019%2C%20917.917%2019%20L%20922%2019%20922%2012.500%20C%20922%208.833%2C%20921.564%206%2C%20921%206%20C%20920.450%206%2C%20920%207.125%2C%20920%208.500%20M%20218%2012.500%20C%20218%2015.567%2C%20218.310%2016%2C%20220.500%2016%20C%20222.690%2016%2C%20223%2015.567%2C%20223%2012.500%20C%20223%209.433%2C%20222.690%209%2C%20220.500%209%20C%20218.310%209%2C%20218%209.433%2C%20218%2012.500%20M%20231%2012.500%20C%20231%2015.567%2C%20231.310%2016%2C%20233.500%2016%20C%20235.690%2016%2C%20236%2015.567%2C%20236%2012.500%20C%20236%209.433%2C%20235.690%209%2C%20233.500%209%20C%20231.310%209%2C%20231%209.433%2C%20231%2012.500%20M%20760%2012.500%20C%20760%2015.567%2C%20760.310%2016%2C%20762.500%2016%20C%20764.690%2016%2C%20765%2015.567%2C%20765%2012.500%20C%20765%209.433%2C%20764.690%209%2C%20762.500%209%20C%20760.310%209%2C%20760%209.433%2C%20760%2012.500%20M%20820%2012.500%20C%20820%2015.567%2C%20820.310%2016%2C%20822.500%2016%20C%20824.690%2016%2C%20825%2015.567%2C%20825%2012.500%20C%20825%209.433%2C%20824.690%209%2C%20822.500%209%20C%20820.310%209%2C%20820%209.433%2C%20820%2012.500%20M%20833%2012.500%20C%20833%2015.567%2C%20833.310%2016%2C%20835.500%2016%20C%20837.690%2016%2C%20838%2015.567%2C%20838%2012.500%20C%20838%209.433%2C%20837.690%209%2C%20835.500%209%20C%20833.310%209%2C%20833%209.433%2C%20833%2012.500%20M%20786%2013.500%20C%20786%2015.500%2C%20786.500%2016%2C%20788.500%2016%20C%20790.500%2016%2C%20791%2015.500%2C%20791%2013.500%20C%20791%2011.500%2C%20790.500%2011%2C%20788.500%2011%20C%20786.500%2011%2C%20786%2011.500%2C%20786%2013.500%20M%2037.750%20775.893%20C%2035.549%20778.125%2C%2035.368%20784%2C%2037.500%20784%20C%2038.325%20784%2C%2039%20784.675%2C%2039%20785.500%20C%2039%20786.433%2C%2039.944%20787%2C%2041.500%20787%20C%2043.056%20787%2C%2044%20786.433%2C%2044%20785.500%20C%2044%20784.675%2C%2044.675%20784%2C%2045.500%20784%20C%2046.583%20784%2C%2047%20782.889%2C%2047%20780%20C%2047%20777.111%2C%2046.583%20776%2C%2045.500%20776%20C%2044.675%20776%2C%2044%20775.550%2C%2044%20775%20C%2044%20773.359%2C%2039.634%20773.983%2C%2037.750%20775.893%20M%2049%20775%20C%2049%20775.550%2C%2049.675%20776%2C%2050.500%20776%20C%2051.325%20776%2C%2052%20776.675%2C%2052%20777.500%20C%2052%20778.325%2C%2051.325%20779%2C%2050.500%20779%20C%2049.567%20779%2C%2049%20779.944%2C%2049%20781.500%20C%2049%20783.056%2C%2049.567%20784%2C%2050.500%20784%20C%2051.325%20784%2C%2052%20784.675%2C%2052%20785.500%20C%2052%20786.583%2C%2053.111%20787%2C%2056%20787%20L%2060%20787%2060%20780.500%20C%2060%20775.389%2C%2059.679%20774%2C%2058.500%20774%20C%2057.675%20774%2C%2057%20774.450%2C%2057%20775%20C%2057%20775.550%2C%2055.875%20776%2C%2054.500%20776%20C%2053.125%20776%2C%2052%20775.550%2C%2052%20775%20C%2052%20774.450%2C%2051.325%20774%2C%2050.500%20774%20C%2049.675%20774%2C%2049%20774.450%2C%2049%20775%20M%2070%20775%20C%2070%20775.550%2C%2068.875%20776%2C%2067.500%20776%20C%2065.944%20776%2C%2065%20776.567%2C%2065%20777.500%20C%2065%20778.325%2C%2064.550%20779%2C%2064%20779%20C%2063.450%20779%2C%2063%20780.125%2C%2063%20781.500%20C%2063%20782.875%2C%2063.450%20784%2C%2064%20784%20C%2064.550%20784%2C%2065%20784.675%2C%2065%20785.500%20C%2065%20786.583%2C%2066.111%20787%2C%2069%20787%20L%2073%20787%2073%20780.500%20C%2073%20775.389%2C%2072.679%20774%2C%2071.500%20774%20C%2070.675%20774%2C%2070%20774.450%2C%2070%20775%20M%2098.250%20775.496%20C%2096.764%20777.183%2C%2096.564%20784%2C%2098%20784%20C%2098.550%20784%2C%2099%20784.675%2C%2099%20785.500%20C%2099%20786.500%2C%20100%20787%2C%20102%20787%20C%20104%20787%2C%20105%20786.500%2C%20105%20785.500%20C%20105%20784.675%2C%20105.450%20784%2C%20106%20784%20C%20107.534%20784%2C%20107.187%20777.044%2C%20105.571%20775.429%20C%20103.757%20773.614%2C%2099.876%20773.649%2C%2098.250%20775.496%20M%20111.250%20775.496%20C%20109.764%20777.183%2C%20109.564%20784%2C%20111%20784%20C%20111.550%20784%2C%20112%20784.675%2C%20112%20785.500%20C%20112%20786.500%2C%20113%20787%2C%20115%20787%20C%20117%20787%2C%20118%20786.500%2C%20118%20785.500%20C%20118%20784.675%2C%20118.450%20784%2C%20119%20784%20C%20120.534%20784%2C%20120.187%20777.044%2C%20118.571%20775.429%20C%20116.757%20773.614%2C%20112.876%20773.649%2C%20111.250%20775.496%20M%20124.250%20775.496%20C%20122.774%20777.173%2C%20122.612%20779%2C%20123.940%20779%20C%20124.456%20779%2C%20125.019%20780.653%2C%20125.190%20782.673%20C%20125.489%20786.212%2C%20128%20788.813%2C%20128%20785.583%20C%20128%20784.712%2C%20128.482%20784%2C%20129.071%20784%20C%20130.980%20784%2C%20133%20781.208%2C%20133%20778.571%20C%20133%20776.495%2C%20132.519%20776%2C%20130.500%20776%20C%20129.125%20776%2C%20128%20775.550%2C%20128%20775%20C%20128%20773.543%2C%20125.702%20773.847%2C%20124.250%20775.496%20M%20157%20780.500%20C%20157%20785.611%2C%20157.321%20787%2C%20158.500%20787%20C%20159.325%20787%2C%20160%20786.362%2C%20160%20785.583%20C%20160%20784.804%2C%20160.563%20783.904%2C%20161.250%20783.583%20C%20162.250%20783.117%2C%20162.250%20782.883%2C%20161.250%20782.417%20C%20160.562%20782.096%2C%20160%20780.072%2C%20160%20777.917%20C%20160%20775.102%2C%20159.578%20774%2C%20158.500%20774%20C%20157.321%20774%2C%20157%20775.389%2C%20157%20780.500%20M%20167%20777.917%20C%20167%20780.072%2C%20166.438%20782.096%2C%20165.750%20782.417%20C%20164.750%20782.883%2C%20164.750%20783.117%2C%20165.750%20783.583%20C%20166.438%20783.904%2C%20167%20784.804%2C%20167%20785.583%20C%20167%20786.362%2C%20167.675%20787%2C%20168.500%20787%20C%20169.679%20787%2C%20170%20785.611%2C%20170%20780.500%20C%20170%20775.389%2C%20169.679%20774%2C%20168.500%20774%20C%20167.422%20774%2C%20167%20775.102%2C%20167%20777.917%20M%20173%20774.930%20C%20173%20775.442%2C%20174.012%20776.005%2C%20175.250%20776.180%20C%20177.210%20776.459%2C%20177.539%20777.176%2C%20177.802%20781.750%20C%20178.020%20785.527%2C%20178.511%20787%2C%20179.552%20787%20C%20180.667%20787%2C%20181%20785.507%2C%20181%20780.500%20L%20181%20774%20177%20774%20C%20174.800%20774%2C%20173%20774.419%2C%20173%20774.930%20M%20183%20774.893%20C%20183%20775.384%2C%20183.675%20776.045%2C%20184.500%20776.362%20C%20185.441%20776.723%2C%20186%20778.252%2C%20186%20780.469%20C%20186%20782.941%2C%20185.550%20784%2C%20184.500%20784%20C%20183.675%20784%2C%20183%20784.675%2C%20183%20785.500%20C%20183%20786.583%2C%20184.111%20787%2C%20187%20787%20C%20189.889%20787%2C%20191%20786.583%2C%20191%20785.500%20C%20191%20784.675%2C%20190.325%20784%2C%20189.500%20784%20C%20188.450%20784%2C%20188%20782.941%2C%20188%20780.469%20C%20188%20778.252%2C%20188.559%20776.723%2C%20189.500%20776.362%20C%20192.339%20775.272%2C%20190.993%20774%2C%20187%20774%20C%20184.800%20774%2C%20183%20774.402%2C%20183%20774.893%20M%20199%20776.500%20C%20199%20778.500%2C%20198.500%20779%2C%20196.500%20779%20C%20194.944%20779%2C%20194%20779.567%2C%20194%20780.500%20C%20194%20781.433%2C%20194.944%20782%2C%20196.500%20782%20C%20197.875%20782%2C%20199%20782.450%2C%20199%20783%20C%20199%20783.550%2C%20197.875%20784%2C%20196.500%20784%20C%20194.901%20784%2C%20194%20784.563%2C%20194%20785.560%20C%20194%20786.752%2C%20194.886%20787.047%2C%20197.750%20786.810%20L%20201.500%20786.500%20201.798%20780.250%20C%20202.041%20775.147%2C%20201.811%20774%2C%20200.548%20774%20C%20199.563%20774%2C%20199%20774.910%2C%20199%20776.500%20M%2039%20780%20C%2039%20783.600%2C%2039.250%20784%2C%2041.500%20784%20C%2043.750%20784%2C%2044%20783.600%2C%2044%20780%20C%2044%20776.400%2C%2043.750%20776%2C%2041.500%20776%20C%2039.250%20776%2C%2039%20776.400%2C%2039%20780%20M%2099.667%20776.667%20C%2099.300%20777.033%2C%2099%20778.833%2C%2099%20780.667%20C%2099%20783.556%2C%2099.333%20784%2C%20101.500%20784%20C%20103.750%20784%2C%20104%20783.600%2C%20104%20780%20C%20104%20776.788%2C%20103.639%20776%2C%20102.167%20776%20C%20101.158%20776%2C%20100.033%20776.300%2C%2099.667%20776.667%20M%20112.709%20776.624%20C%20112.319%20777.014%2C%20112%20778.833%2C%20112%20780.667%20C%20112%20783.718%2C%20112.259%20784%2C%20115.060%20784%20C%20117.985%20784%2C%20118.107%20783.834%2C%20117.810%20780.250%20C%20117.571%20777.363%2C%20117.030%20776.433%2C%20115.459%20776.208%20C%20114.336%20776.047%2C%20113.099%20776.235%2C%20112.709%20776.624%20M%2052%20781.500%20C%2052%20783.500%2C%2052.500%20784%2C%2054.500%20784%20C%2056.500%20784%2C%2057%20783.500%2C%2057%20781.500%20C%2057%20779.500%2C%2056.500%20779%2C%2054.500%20779%20C%2052.500%20779%2C%2052%20779.500%2C%2052%20781.500%20M%2065%20781.500%20C%2065%20783.500%2C%2065.500%20784%2C%2067.500%20784%20C%2069.500%20784%2C%2070%20783.500%2C%2070%20781.500%20C%2070%20779.500%2C%2069.500%20779%2C%2067.500%20779%20C%2065.500%20779%2C%2065%20779.500%2C%2065%20781.500%20M%20775%20786.500%20C%20775%20792.937%2C%20775.210%20793.769%2C%20776.750%20793.447%20C%20777.712%20793.246%2C%20787.275%20791.662%2C%20798%20789.927%20C%20808.725%20788.192%2C%20817.616%20786.670%2C%20817.759%20786.544%20C%20817.901%20786.418%2C%20809.126%20784.878%2C%20798.259%20783.121%20C%20787.391%20781.364%2C%20777.712%20779.760%2C%20776.750%20779.557%20C%20775.209%20779.231%2C%20775%20780.061%2C%20775%20786.500%20M%20835%20785.500%20C%20835%20791.767%2C%20835.090%20792%2C%20837.500%20792%20C%20840.250%20792%2C%20840.866%20790.546%2C%20838.500%20789.638%20C%20837.442%20789.232%2C%20837%20787.581%2C%20837%20784.031%20C%20837%20781.264%2C%20836.550%20779%2C%20836%20779%20C%20835.436%20779%2C%20835%20781.833%2C%20835%20785.500%22%20stroke%3D%22none%22%20fill%3D%22%23e7e7e7%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M%200%20400.001%20L%200%20800.002%20498.250%20799.751%20L%20996.500%20799.500%20996.751%20399.750%20L%20997.002%200%20498.501%200%20L%200%200%200%20400.001%20M%200.495%20400.500%20C%200.495%20620.500%2C%200.610%20710.351%2C%200.750%20600.169%20C%200.890%20489.986%2C%200.890%20309.986%2C%200.750%20200.169%20C%200.610%2090.351%2C%200.495%20180.500%2C%200.495%20400.500%20M%20216.750%207.893%20C%20214.549%2010.125%2C%20214.368%2016%2C%20216.500%2016%20C%20217.325%2016%2C%20218%2016.675%2C%20218%2017.500%20C%20218%2019.656%2C%20221.649%2019.351%2C%20224%2017%20C%20226.449%2014.551%2C%20226.813%208%2C%20224.500%208%20C%20223.675%208%2C%20223%207.550%2C%20223%207%20C%20223%205.359%2C%20218.634%205.983%2C%20216.750%207.893%20M%20230.250%207.496%20C%20228.764%209.183%2C%20228.564%2016%2C%20230%2016%20C%20230.550%2016%2C%20231%2016.675%2C%20231%2017.500%20C%20231%2019.656%2C%20234.649%2019.351%2C%20237%2017%20C%20239.336%2014.664%2C%20239.644%209.501%2C%20237.571%207.429%20C%20235.757%205.614%2C%20231.876%205.649%2C%20230.250%207.496%20M%20243.250%207.496%20C%20241.747%209.203%2C%20241.619%2011%2C%20243%2011%20C%20243.550%2011%2C%20244%2011.675%2C%20244%2012.500%20C%20244%2013.433%2C%20244.944%2014%2C%20246.500%2014%20C%20247.875%2014%2C%20249%2014.450%2C%20249%2015%20C%20249%2015.550%2C%20247.425%2016%2C%20245.500%2016%20C%20243.056%2016%2C%20242%2016.452%2C%20242%2017.500%20C%20242%2018.633%2C%20243.222%2019%2C%20247%2019%20L%20252%2019%20252%2015%20L%20252%2011%20248%2011%20C%20245.800%2011%2C%20244%2010.550%2C%20244%2010%20C%20244%209.450%2C%20245.800%209%2C%20248%209%20C%20250.889%209%2C%20252%208.583%2C%20252%207.500%20C%20252%205.521%2C%20244.992%205.518%2C%20243.250%207.496%20M%20256.250%207.496%20C%20254.747%209.203%2C%20254.619%2011%2C%20256%2011%20C%20257.435%2011%2C%20257.236%2013.723%2C%20255.750%2014.417%20C%20254.750%2014.883%2C%20254.750%2015.117%2C%20255.750%2015.583%20C%20256.438%2015.904%2C%20257%2016.804%2C%20257%2017.583%20C%20257%2018.569%2C%20258.216%2019%2C%20261%2019%20C%20263.889%2019%2C%20265%2018.583%2C%20265%2017.500%20C%20265%2016.417%2C%20263.889%2016%2C%20261%2016%20C%20258.800%2016%2C%20257%2015.550%2C%20257%2015%20C%20257%2014.450%2C%20258.350%2014%2C%20260%2014%20C%20262%2014%2C%20263%2013.500%2C%20263%2012.500%20C%20263%2011.500%2C%20262%2011%2C%20260%2011%20C%20258.350%2011%2C%20257%2010.550%2C%20257%2010%20C%20257%209.450%2C%20258.800%209%2C%20261%209%20C%20263.889%209%2C%20265%208.583%2C%20265%207.500%20C%20265%205.521%2C%20257.992%205.518%2C%20256.250%207.496%20M%20758.750%207.893%20C%20756.549%2010.125%2C%20756.368%2016%2C%20758.500%2016%20C%20759.325%2016%2C%20760%2016.675%2C%20760%2017.500%20C%20760%2019.656%2C%20763.649%2019.351%2C%20766%2017%20C%20768.449%2014.551%2C%20768.813%208%2C%20766.500%208%20C%20765.675%208%2C%20765%207.550%2C%20765%207%20C%20765%205.359%2C%20760.634%205.983%2C%20758.750%207.893%20M%20770%206.778%20C%20770%208.197%2C%20773.991%2011%2C%20776.011%2011%20C%20777.466%2011%2C%20778%2011.671%2C%20778%2013.500%20C%20778%2015.500%2C%20777.500%2016%2C%20775.500%2016%20C%20773.500%2016%2C%20773%2015.500%2C%20773%2013.500%20C%20773%2011.944%2C%20772.433%2011%2C%20771.500%2011%20C%20770.567%2011%2C%20770%2011.944%2C%20770%2013.500%20C%20770%2015.056%2C%20770.567%2016%2C%20771.500%2016%20C%20772.325%2016%2C%20773%2016.675%2C%20773%2017.500%20C%20773%2018.583%2C%20774.111%2019%2C%20777%2019%20L%20781%2019%20781%2012.500%20C%20781%207.389%2C%20780.679%206%2C%20779.500%206%20C%20778.675%206%2C%20778%206.450%2C%20778%207%20C%20778%207.550%2C%20776.875%208%2C%20775.500%208%20C%20774.125%208%2C%20773%207.550%2C%20773%207%20C%20773%206.450%2C%20772.325%206%2C%20771.500%206%20C%20770.675%206%2C%20770%206.350%2C%20770%206.778%20M%20791%207%20C%20791%207.550%2C%20789.875%208%2C%20788.500%208%20C%20786.944%208%2C%20786%208.567%2C%20786%209.500%20C%20786%2010.325%2C%20785.325%2011%2C%20784.500%2011%20C%20783.567%2011%2C%20783%2011.944%2C%20783%2013.500%20C%20783%2015.056%2C%20783.567%2016%2C%20784.500%2016%20C%20785.325%2016%2C%20786%2016.675%2C%20786%2017.500%20C%20786%2018.583%2C%20787.111%2019%2C%20790%2019%20L%20794%2019%20794%2012.500%20C%20794%207.389%2C%20793.679%206%2C%20792.500%206%20C%20791.675%206%2C%20791%206.450%2C%20791%207%20M%20819.250%207.496%20C%20817.764%209.183%2C%20817.564%2016%2C%20819%2016%20C%20819.550%2016%2C%20820%2016.675%2C%20820%2017.500%20C%20820%2019.656%2C%20823.649%2019.351%2C%20826%2017%20C%20828.449%2014.551%2C%20828.813%208%2C%20826.500%208%20C%20825.675%208%2C%20825%207.550%2C%20825%207%20C%20825%205.498%2C%20820.681%205.870%2C%20819.250%207.496%20M%20832.250%207.496%20C%20830.764%209.183%2C%20830.564%2016%2C%20832%2016%20C%20832.550%2016%2C%20833%2016.675%2C%20833%2017.500%20C%20833%2018.500%2C%20834%2019%2C%20836%2019%20C%20838%2019%2C%20839%2018.500%2C%20839%2017.500%20C%20839%2016.675%2C%20839.450%2016%2C%20840%2016%20C%20841.534%2016%2C%20841.187%209.044%2C%20839.571%207.429%20C%20837.757%205.614%2C%20833.876%205.649%2C%20832.250%207.496%20M%20845.250%207.496%20C%20843.747%209.203%2C%20843.619%2011%2C%20845%2011%20C%20845.550%2011%2C%20846%2012.800%2C%20846%2015%20C%20846%2017.889%2C%20846.417%2019%2C%20847.500%2019%20C%20848.325%2019%2C%20849%2018.325%2C%20849%2017.500%20C%20849%2016.675%2C%20849.482%2016%2C%20850.071%2016%20C%20851.980%2016%2C%20854%2013.208%2C%20854%2010.571%20C%20854%208.495%2C%20853.519%208%2C%20851.500%208%20C%20850.125%208%2C%20849%207.550%2C%20849%207%20C%20849%205.543%2C%20846.702%205.847%2C%20845.250%207.496%20M%20878%2012.500%20C%20878%2017.611%2C%20878.321%2019%2C%20879.500%2019%20C%20880.325%2019%2C%20881%2018.363%2C%20881%2017.583%20C%20881%2016.804%2C%20881.563%2015.904%2C%20882.250%2015.583%20C%20883.250%2015.117%2C%20883.250%2014.883%2C%20882.250%2014.417%20C%20881.562%2014.096%2C%20881%2012.072%2C%20881%209.917%20C%20881%207.102%2C%20880.578%206%2C%20879.500%206%20C%20878.321%206%2C%20878%207.389%2C%20878%2012.500%20M%20888%209.917%20C%20888%2012.072%2C%20887.438%2014.096%2C%20886.750%2014.417%20C%20885.750%2014.883%2C%20885.750%2015.117%2C%20886.750%2015.583%20C%20887.438%2015.904%2C%20888%2016.804%2C%20888%2017.583%20C%20888%2018.363%2C%20888.675%2019%2C%20889.500%2019%20C%20890.679%2019%2C%20891%2017.611%2C%20891%2012.500%20C%20891%207.389%2C%20890.679%206%2C%20889.500%206%20C%20888.422%206%2C%20888%207.102%2C%20888%209.917%20M%20894%207.500%20C%20894%208.433%2C%20894.944%209%2C%20896.500%209%20C%20898.833%209%2C%20899%209.333%2C%20899%2014%20C%20899%2016.750%2C%20899.450%2019%2C%20900%2019%20C%20900.564%2019%2C%20901%2016.167%2C%20901%2012.500%20L%20901%206%20897.500%206%20C%20895.056%206%2C%20894%206.452%2C%20894%207.500%20M%20904%207.500%20C%20904%208.325%2C%20904.675%209%2C%20905.500%209%20C%20906.548%209%2C%20907%2010.056%2C%20907%2012.500%20C%20907%2014.944%2C%20906.548%2016%2C%20905.500%2016%20C%20904.675%2016%2C%20904%2016.675%2C%20904%2017.500%20C%20904%2018.583%2C%20905.111%2019%2C%20908%2019%20C%20910.889%2019%2C%20912%2018.583%2C%20912%2017.500%20C%20912%2016.675%2C%20911.325%2016%2C%20910.500%2016%20C%20909.452%2016%2C%20909%2014.944%2C%20909%2012.500%20C%20909%2010.056%2C%20909.452%209%2C%20910.500%209%20C%20911.325%209%2C%20912%208.325%2C%20912%207.500%20C%20912%206.417%2C%20910.889%206%2C%20908%206%20C%20905.111%206%2C%20904%206.417%2C%20904%207.500%20M%20920%208.500%20C%20920%2010.626%2C%20919.539%2011%2C%20916.917%2011%20C%20913.091%2011%2C%20913.434%2013.356%2C%20917.327%2013.816%20C%20918.797%2013.990%2C%20920%2014.523%2C%20920%2015%20C%20920%2015.477%2C%20918.797%2016.010%2C%20917.327%2016.184%20C%20912.800%2016.720%2C%20913.277%2019%2C%20917.917%2019%20L%20922%2019%20922%2012.500%20C%20922%208.833%2C%20921.564%206%2C%20921%206%20C%20920.450%206%2C%20920%207.125%2C%20920%208.500%20M%20218%2012.500%20C%20218%2015.567%2C%20218.310%2016%2C%20220.500%2016%20C%20222.690%2016%2C%20223%2015.567%2C%20223%2012.500%20C%20223%209.433%2C%20222.690%209%2C%20220.500%209%20C%20218.310%209%2C%20218%209.433%2C%20218%2012.500%20M%20231%2012.500%20C%20231%2015.567%2C%20231.310%2016%2C%20233.500%2016%20C%20235.690%2016%2C%20236%2015.567%2C%20236%2012.500%20C%20236%209.433%2C%20235.690%209%2C%20233.500%209%20C%20231.310%209%2C%20231%209.433%2C%20231%2012.500%20M%20760%2012.500%20C%20760%2015.567%2C%20760.310%2016%2C%20762.500%2016%20C%20764.690%2016%2C%20765%2015.567%2C%20765%2012.500%20C%20765%209.433%2C%20764.690%209%2C%20762.500%209%20C%20760.310%209%2C%20760%209.433%2C%20760%2012.500%20M%20820%2012.500%20C%20820%2015.567%2C%20820.310%2016%2C%20822.500%2016%20C%20824.690%2016%2C%20825%2015.567%2C%20825%2012.500%20C%20825%209.433%2C%20824.690%209%2C%20822.500%209%20C%20820.310%209%2C%20820%209.433%2C%20820%2012.500%20M%20833%2012.500%20C%20833%2015.567%2C%20833.310%2016%2C%20835.500%2016%20C%20837.690%2016%2C%20838%2015.567%2C%20838%2012.500%20C%20838%209.433%2C%20837.690%209%2C%20835.500%209%20C%20833.310%209%2C%20833%209.433%2C%20833%2012.500%20M%20786%2013.500%20C%20786%2015.500%2C%20786.500%2016%2C%20788.500%2016%20C%20790.500%2016%2C%20791%2015.500%2C%20791%2013.500%20C%20791%2011.500%2C%20790.500%2011%2C%20788.500%2011%20C%20786.500%2011%2C%20786%2011.500%2C%20786%2013.500%20M%20950%2026.136%20C%20941.475%2026.574%2C%20735.375%2027.866%2C%20492%2029.008%20L%2049.500%2031.085%2043.593%2029.042%20C%2040.345%2027.919%2C%2037.265%2027%2C%2036.749%2027%20C%2035.688%2027%2C%2036.088%20767.421%2C%2037.149%20768.482%20C%2037.506%20768.839%2C%2039.531%20768.696%2C%2041.649%20768.164%20C%2046.482%20766.950%2C%20961.521%20766.184%2C%20964.750%20767.392%20L%20967%20768.233%20967%20396.617%20C%20967%20192.227%2C%20966.663%2025.076%2C%20966.250%2025.170%20C%20965.837%2025.263%2C%20958.525%2025.698%2C%20950%2026.136%20M%2037.750%20775.893%20C%2035.549%20778.125%2C%2035.368%20784%2C%2037.500%20784%20C%2038.325%20784%2C%2039%20784.675%2C%2039%20785.500%20C%2039%20786.433%2C%2039.944%20787%2C%2041.500%20787%20C%2043.056%20787%2C%2044%20786.433%2C%2044%20785.500%20C%2044%20784.675%2C%2044.675%20784%2C%2045.500%20784%20C%2046.583%20784%2C%2047%20782.889%2C%2047%20780%20C%2047%20777.111%2C%2046.583%20776%2C%2045.500%20776%20C%2044.675%20776%2C%2044%20775.550%2C%2044%20775%20C%2044%20773.359%2C%2039.634%20773.983%2C%2037.750%20775.893%20M%2049%20775%20C%2049%20775.550%2C%2049.675%20776%2C%2050.500%20776%20C%2051.325%20776%2C%2052%20776.675%2C%2052%20777.500%20C%2052%20778.325%2C%2051.325%20779%2C%2050.500%20779%20C%2049.567%20779%2C%2049%20779.944%2C%2049%20781.500%20C%2049%20783.056%2C%2049.567%20784%2C%2050.500%20784%20C%2051.325%20784%2C%2052%20784.675%2C%2052%20785.500%20C%2052%20786.583%2C%2053.111%20787%2C%2056%20787%20L%2060%20787%2060%20780.500%20C%2060%20775.389%2C%2059.679%20774%2C%2058.500%20774%20C%2057.675%20774%2C%2057%20774.450%2C%2057%20775%20C%2057%20775.550%2C%2055.875%20776%2C%2054.500%20776%20C%2053.125%20776%2C%2052%20775.550%2C%2052%20775%20C%2052%20774.450%2C%2051.325%20774%2C%2050.500%20774%20C%2049.675%20774%2C%2049%20774.450%2C%2049%20775%20M%2070%20775%20C%2070%20775.550%2C%2068.875%20776%2C%2067.500%20776%20C%2065.944%20776%2C%2065%20776.567%2C%2065%20777.500%20C%2065%20778.325%2C%2064.550%20779%2C%2064%20779%20C%2063.450%20779%2C%2063%20780.125%2C%2063%20781.500%20C%2063%20782.875%2C%2063.450%20784%2C%2064%20784%20C%2064.550%20784%2C%2065%20784.675%2C%2065%20785.500%20C%2065%20786.583%2C%2066.111%20787%2C%2069%20787%20L%2073%20787%2073%20780.500%20C%2073%20775.389%2C%2072.679%20774%2C%2071.500%20774%20C%2070.675%20774%2C%2070%20774.450%2C%2070%20775%20M%2098.250%20775.496%20C%2096.764%20777.183%2C%2096.564%20784%2C%2098%20784%20C%2098.550%20784%2C%2099%20784.675%2C%2099%20785.500%20C%2099%20786.500%2C%20100%20787%2C%20102%20787%20C%20104%20787%2C%20105%20786.500%2C%20105%20785.500%20C%20105%20784.675%2C%20105.450%20784%2C%20106%20784%20C%20107.534%20784%2C%20107.187%20777.044%2C%20105.571%20775.429%20C%20103.757%20773.614%2C%2099.876%20773.649%2C%2098.250%20775.496%20M%20111.250%20775.496%20C%20109.764%20777.183%2C%20109.564%20784%2C%20111%20784%20C%20111.550%20784%2C%20112%20784.675%2C%20112%20785.500%20C%20112%20786.500%2C%20113%20787%2C%20115%20787%20C%20117%20787%2C%20118%20786.500%2C%20118%20785.500%20C%20118%20784.675%2C%20118.450%20784%2C%20119%20784%20C%20120.534%20784%2C%20120.187%20777.044%2C%20118.571%20775.429%20C%20116.757%20773.614%2C%20112.876%20773.649%2C%20111.250%20775.496%20M%20124.250%20775.496%20C%20122.774%20777.173%2C%20122.612%20779%2C%20123.940%20779%20C%20124.456%20779%2C%20125.019%20780.653%2C%20125.190%20782.673%20C%20125.489%20786.212%2C%20128%20788.813%2C%20128%20785.583%20C%20128%20784.712%2C%20128.482%20784%2C%20129.071%20784%20C%20130.980%20784%2C%20133%20781.208%2C%20133%20778.571%20C%20133%20776.495%2C%20132.519%20776%2C%20130.500%20776%20C%20129.125%20776%2C%20128%20775.550%2C%20128%20775%20C%20128%20773.543%2C%20125.702%20773.847%2C%20124.250%20775.496%20M%20157%20780.500%20C%20157%20785.611%2C%20157.321%20787%2C%20158.500%20787%20C%20159.325%20787%2C%20160%20786.362%2C%20160%20785.583%20C%20160%20784.804%2C%20160.563%20783.904%2C%20161.250%20783.583%20C%20162.250%20783.117%2C%20162.250%20782.883%2C%20161.250%20782.417%20C%20160.562%20782.096%2C%20160%20780.072%2C%20160%20777.917%20C%20160%20775.102%2C%20159.578%20774%2C%20158.500%20774%20C%20157.321%20774%2C%20157%20775.389%2C%20157%20780.500%20M%20167%20777.917%20C%20167%20780.072%2C%20166.438%20782.096%2C%20165.750%20782.417%20C%20164.750%20782.883%2C%20164.750%20783.117%2C%20165.750%20783.583%20C%20166.438%20783.904%2C%20167%20784.804%2C%20167%20785.583%20C%20167%20786.362%2C%20167.675%20787%2C%20168.500%20787%20C%20169.679%20787%2C%20170%20785.611%2C%20170%20780.500%20C%20170%20775.389%2C%20169.679%20774%2C%20168.500%20774%20C%20167.422%20774%2C%20167%20775.102%2C%20167%20777.917%20M%20173%20774.930%20C%20173%20775.442%2C%20174.012%20776.005%2C%20175.250%20776.180%20C%20177.210%20776.459%2C%20177.539%20777.176%2C%20177.802%20781.750%20C%20178.020%20785.527%2C%20178.511%20787%2C%20179.552%20787%20C%20180.667%20787%2C%20181%20785.507%2C%20181%20780.500%20L%20181%20774%20177%20774%20C%20174.800%20774%2C%20173%20774.419%2C%20173%20774.930%20M%20183%20774.893%20C%20183%20775.384%2C%20183.675%20776.045%2C%20184.500%20776.362%20C%20185.441%20776.723%2C%20186%20778.252%2C%20186%20780.469%20C%20186%20782.941%2C%20185.550%20784%2C%20184.500%20784%20C%20183.675%20784%2C%20183%20784.675%2C%20183%20785.500%20C%20183%20786.583%2C%20184.111%20787%2C%20187%20787%20C%20189.889%20787%2C%20191%20786.583%2C%20191%20785.500%20C%20191%20784.675%2C%20190.325%20784%2C%20189.500%20784%20C%20188.450%20784%2C%20188%20782.941%2C%20188%20780.469%20C%20188%20778.252%2C%20188.559%20776.723%2C%20189.500%20776.362%20C%20192.339%20775.272%2C%20190.993%20774%2C%20187%20774%20C%20184.800%20774%2C%20183%20774.402%2C%20183%20774.893%20M%20199%20776.500%20C%20199%20778.500%2C%20198.500%20779%2C%20196.500%20779%20C%20194.944%20779%2C%20194%20779.567%2C%20194%20780.500%20C%20194%20781.433%2C%20194.944%20782%2C%20196.500%20782%20C%20197.875%20782%2C%20199%20782.450%2C%20199%20783%20C%20199%20783.550%2C%20197.875%20784%2C%20196.500%20784%20C%20194.901%20784%2C%20194%20784.563%2C%20194%20785.560%20C%20194%20786.752%2C%20194.886%20787.047%2C%20197.750%20786.810%20L%20201.500%20786.500%20201.798%20780.250%20C%20202.041%20775.147%2C%20201.811%20774%2C%20200.548%20774%20C%20199.563%20774%2C%20199%20774.910%2C%20199%20776.500%20M%2039%20780%20C%2039%20783.600%2C%2039.250%20784%2C%2041.500%20784%20C%2043.750%20784%2C%2044%20783.600%2C%2044%20780%20C%2044%20776.400%2C%2043.750%20776%2C%2041.500%20776%20C%2039.250%20776%2C%2039%20776.400%2C%2039%20780%20M%2099.667%20776.667%20C%2099.300%20777.033%2C%2099%20778.833%2C%2099%20780.667%20C%2099%20783.556%2C%2099.333%20784%2C%20101.500%20784%20C%20103.750%20784%2C%20104%20783.600%2C%20104%20780%20C%20104%20776.788%2C%20103.639%20776%2C%20102.167%20776%20C%20101.158%20776%2C%20100.033%20776.300%2C%2099.667%20776.667%20M%20112.709%20776.624%20C%20112.319%20777.014%2C%20112%20778.833%2C%20112%20780.667%20C%20112%20783.718%2C%20112.259%20784%2C%20115.060%20784%20C%20117.985%20784%2C%20118.107%20783.834%2C%20117.810%20780.250%20C%20117.571%20777.363%2C%20117.030%20776.433%2C%20115.459%20776.208%20C%20114.336%20776.047%2C%20113.099%20776.235%2C%20112.709%20776.624%20M%2052%20781.500%20C%2052%20783.500%2C%2052.500%20784%2C%2054.500%20784%20C%2056.500%20784%2C%2057%20783.500%2C%2057%20781.500%20C%2057%20779.500%2C%2056.500%20779%2C%2054.500%20779%20C%2052.500%20779%2C%2052%20779.500%2C%2052%20781.500%20M%2065%20781.500%20C%2065%20783.500%2C%2065.500%20784%2C%2067.500%20784%20C%2069.500%20784%2C%2070%20783.500%2C%2070%20781.500%20C%2070%20779.500%2C%2069.500%20779%2C%2067.500%20779%20C%2065.500%20779%2C%2065%20779.500%2C%2065%20781.500%20M%20775%20786.500%20C%20775%20792.937%2C%20775.210%20793.769%2C%20776.750%20793.447%20C%20777.712%20793.246%2C%20787.275%20791.662%2C%20798%20789.927%20C%20808.725%20788.192%2C%20817.616%20786.670%2C%20817.759%20786.544%20C%20817.901%20786.418%2C%20809.126%20784.878%2C%20798.259%20783.121%20C%20787.391%20781.364%2C%20777.712%20779.760%2C%20776.750%20779.557%20C%20775.209%20779.231%2C%20775%20780.061%2C%20775%20786.500%20M%20835%20785.500%20C%20835%20791.767%2C%20835.090%20792%2C%20837.500%20792%20C%20840.250%20792%2C%20840.866%20790.546%2C%20838.500%20789.638%20C%20837.442%20789.232%2C%20837%20787.581%2C%20837%20784.031%20C%20837%20781.264%2C%20836.550%20779%2C%20836%20779%20C%20835.436%20779%2C%20835%20781.833%2C%20835%20785.500%22%20stroke%3D%22none%22%20fill%3D%22%231c1c1c%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")}.frame--frame-3::before{border-image-source:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22797%22%20height%3D%22799%22%20viewBox%3D%220%200%20797%20799%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M%2014.127%2076.624%20C%2012.381%2077.847%2C%2011.913%2078.956%2C%2012.231%2081.124%20C%2012.464%2082.706%2C%2012.394%2083.993%2C%2012.077%2083.985%20C%2010.435%2083.941%2C%209.144%2082.181%2C%208.840%2079.574%20C%208.257%2074.569%2C%206%2075.224%2C%206%2080.398%20C%206%2085.243%2C%206.445%2085.616%2C%2013%2086.256%20C%2014.806%2086.432%2C%2015.386%2086.083%2C%2015.090%2085%20C%2014.864%2084.175%2C%2014.639%2082.375%2C%2014.590%2081%20C%2014.516%2078.960%2C%2015.032%2078.439%2C%2017.391%2078.170%20C%2019.986%2077.874%2C%2021.941%2079.168%2C%2021.985%2081.211%20C%2021.993%2081.602%2C%2021.066%2082.792%2C%2019.925%2083.856%20C%2018.387%2085.288%2C%2018.170%2085.987%2C%2019.087%2086.554%20C%2020.603%2087.491%2C%2024%2083.574%2C%2024%2080.889%20C%2024%2078.503%2C%2020.563%2075%2C%2018.223%2075%20C%2017.245%2075%2C%2015.402%2075.731%2C%2014.127%2076.624%20M%2017%2090%20C%2017%2090.550%2C%2014.777%2091%2C%2012.059%2091%20C%209.341%2091%2C%206.859%2091.419%2C%206.542%2091.931%20C%205.958%2092.877%2C%2016.423%20102%2C%2018.092%20102%20C%2018.591%20102%2C%2019%20100.231%2C%2019%2098.070%20C%2019%2094.755%2C%2019.353%2094.089%2C%2021.250%2093.820%20C%2022.488%2093.644%2C%2023.500%2093.050%2C%2023.500%2092.500%20C%2023.500%2091.950%2C%2022.488%2091.356%2C%2021.250%2091.180%20C%2020.012%2091.005%2C%2019%2090.442%2C%2019%2089.930%20C%2019%2089.419%2C%2018.550%2089%2C%2018%2089%20C%2017.450%2089%2C%2017%2089.450%2C%2017%2090%20M%2013.273%2096%20C%2014.671%2097.100%2C%2016.082%2098%2C%2016.408%2098%20C%2016.733%2098%2C%2017%2097.100%2C%2017%2096%20C%2017%2094.425%2C%2016.333%2094%2C%2013.865%2094%20L%2010.730%2094%2013.273%2096%20M%20777.315%20171.954%20C%20772.573%20173.980%2C%20772.169%20179.845%2C%20776.632%20181.878%20C%20780.147%20183.480%2C%20786.179%20183.264%2C%20788.777%20181.443%20C%20791.374%20179.625%2C%20791.779%20174.891%2C%20789.499%20173%20C%20787.560%20171.390%2C%20780.128%20170.752%2C%20777.315%20171.954%20M%20776.381%20175.450%20C%20775.378%20178.063%2C%20776.737%20179.860%2C%20780.208%20180.511%20C%20785.019%20181.414%2C%20789.221%20179.578%2C%20788.819%20176.748%20C%20788.536%20174.756%2C%20787.843%20174.466%2C%20782.738%20174.200%20C%20778.262%20173.967%2C%20776.843%20174.246%2C%20776.381%20175.450%20M%20774.381%20188.541%20C%20773.040%20190.587%2C%20772.937%20191.566%2C%20773.849%20193.569%20C%20775.044%20196.191%2C%20777.603%20197.730%2C%20778.792%20196.542%20C%20779.179%20196.154%2C%20778.674%20195.235%2C%20777.668%20194.499%20C%20775.672%20193.040%2C%20775.703%20188.919%2C%20777.716%20188.256%20C%20778.385%20188.036%2C%20781.131%20189.913%2C%20783.820%20192.428%20C%20786.508%20194.943%2C%20789.223%20197%2C%20789.854%20197%20C%20790.576%20197%2C%20791%20194.968%2C%20791%20191.500%20C%20791%20188.475%2C%20790.550%20186%2C%20790%20186%20C%20789.450%20186%2C%20789%20187.894%2C%20789%20190.208%20L%20789%20194.416%20784.712%20190.208%20C%20779.780%20185.368%2C%20776.778%20184.883%2C%20774.381%20188.541%20M%20782.541%20204.132%20C%20782.236%20205.434%2C%20780.702%20212.238%2C%20779.134%20219.250%20L%20776.282%20232%20783.141%20232%20C%20787.080%20232%2C%20790%20231.571%2C%20790%20230.993%20C%20790%20229.435%2C%20783.953%20202.619%2C%20783.499%20202.166%20C%20783.278%20201.945%2C%20782.847%20202.830%2C%20782.541%20204.132%20M%2011.562%20521.581%20C%2010.552%20522.591%2C%2010.164%20523.903%2C%2010.587%20524.879%20C%2010.973%20525.771%2C%2011.235%20527.288%2C%2011.168%20528.250%20C%2011.053%20529.928%2C%2011.039%20530.638%2C%2011.022%20535.798%20C%2011.015%20537.981%2C%2011.324%20538.080%2C%2017.257%20537.798%20C%2024.573%20537.449%2C%2025.199%20535.725%2C%2018.275%20535%20C%2014.268%20534.580%2C%2013.449%20534.138%2C%2013.180%20532.250%20C%2012.882%20530.148%2C%2013.227%20530%2C%2018.430%20530%20C%2021.494%20530%2C%2024%20529.550%2C%2024%20529%20C%2024%20528.450%2C%2022.237%20528%2C%2020.082%20528%20C%2014.903%20528%2C%2013%20527.179%2C%2013%20524.945%20C%2013%20523.443%2C%2013.921%20523.049%2C%2018.013%20522.802%20C%2024.636%20522.403%2C%2024.885%20520.580%2C%2018.370%20520.202%20C%2014.605%20519.983%2C%2012.793%20520.350%2C%2011.562%20521.581%20M%206%20541%20C%206%20541.593%2C%209.667%20542%2C%2015%20542%20C%2020.333%20542%2C%2024%20541.593%2C%2024%20541%20C%2024%20540.407%2C%2020.333%20540%2C%2015%20540%20C%209.667%20540%2C%206%20540.407%2C%206%20541%20M%2011%20547%20C%2011%20547.564%2C%2013.833%20548%2C%2017.500%20548%20C%2021.167%20548%2C%2024%20547.564%2C%2024%20547%20C%2024%20546.436%2C%2021.167%20546%2C%2017.500%20546%20C%2013.833%20546%2C%2011%20546.436%2C%2011%20547%20M%206%20557%20L%206%20563%2015%20563%20C%2020.333%20563%2C%2024%20562.593%2C%2024%20562%20C%2024%20561.450%2C%2022.200%20561%2C%2020%20561%20L%2016%20561%2016%20557%20C%2016%20554.111%2C%2015.583%20553%2C%2014.500%20553%20C%2013.417%20553%2C%2013%20554.111%2C%2013%20557%20C%2013%20560.600%2C%2012.750%20561%2C%2010.500%20561%20C%208.167%20561%2C%208%20560.667%2C%208%20556%20C%208%20553.250%2C%207.550%20551%2C%207%20551%20C%206.444%20551%2C%206%20553.667%2C%206%20557%20M%2010.400%20567.416%20C%206.762%20569.014%2C%206%20570.600%2C%206%20576.582%20L%206%20581%2015.127%20581%20L%2024.254%20581%2023.766%20575.917%20C%2023.008%20568.027%2C%2017.290%20564.390%2C%2010.400%20567.416%20M%209.571%20570.571%20C%208.707%20571.436%2C%208%20573.686%2C%208%20575.571%20L%208%20579%2014.500%20579%20L%2021%20579%2021%20575.200%20C%2021%20573.110%2C%2020.460%20570.860%2C%2019.800%20570.200%20C%2018.078%20568.478%2C%2011.424%20568.719%2C%209.571%20570.571%20M%20767.076%20611.750%20C%20768.409%20613.263%2C%20769.612%20614.688%2C%20769.750%20614.917%20C%20769.888%20615.146%2C%20770.289%20615.044%2C%20770.643%20614.691%20C%20770.996%20614.337%2C%20770.716%20613.362%2C%20770.020%20612.524%20C%20768.907%20611.183%2C%20769.610%20611%2C%20775.878%20611%20C%20779.959%20611%2C%20783%20610.573%2C%20783%20610%20C%20783%20609.406%2C%20779.275%20609%2C%20773.826%20609%20L%20764.651%20609%20767.076%20611.750%20M%20770.008%20619.862%20C%20765.235%20621.249%2C%20764.074%20627.899%2C%20768.218%20630.117%20C%20772.756%20632.545%2C%20778.226%20628.159%2C%20775.954%20623.914%20C%20774.506%20621.209%2C%20775.113%20620.712%2C%20778.361%20621.947%20C%20780.218%20622.653%2C%20781%20623.674%2C%20781%20625.392%20C%20781%20626.735%2C%20780.438%20628.034%2C%20779.750%20628.280%20C%20779.063%20628.525%2C%20778.874%20629.125%2C%20779.332%20629.612%20C%20780.231%20630.569%2C%20783%20627.405%2C%20783%20625.420%20C%20783%20621.389%2C%20775.618%20618.232%2C%20770.008%20619.862%20M%20768.750%20622.067%20C%20766.624%20623.321%2C%20766.473%20626.317%2C%20768.452%20627.960%20C%20771.653%20630.617%2C%20776.570%20626.715%2C%20774.388%20623.250%20C%20773.040%20621.110%2C%20771.071%20620.697%2C%20768.750%20622.067%20M%20770.008%20633.862%20C%20765.235%20635.249%2C%20764.074%20641.899%2C%20768.218%20644.117%20C%20772.756%20646.545%2C%20778.226%20642.159%2C%20775.954%20637.914%20C%20774.506%20635.209%2C%20775.113%20634.712%2C%20778.361%20635.947%20C%20780.218%20636.653%2C%20781%20637.674%2C%20781%20639.392%20C%20781%20640.735%2C%20780.438%20642.034%2C%20779.750%20642.280%20C%20779.063%20642.525%2C%20778.874%20643.125%2C%20779.332%20643.612%20C%20780.231%20644.569%2C%20783%20641.405%2C%20783%20639.420%20C%20783%20635.389%2C%20775.618%20632.232%2C%20770.008%20633.862%20M%20768.750%20636.067%20C%20766.624%20637.321%2C%20766.473%20640.317%2C%20768.452%20641.960%20C%20771.653%20644.617%2C%20776.570%20640.715%2C%20774.388%20637.250%20C%20773.040%20635.110%2C%20771.071%20634.697%2C%20768.750%20636.067%20M%20766.949%20649.051%20C%20764.687%20651.313%2C%20765.040%20654.586%2C%20767.778%20656.740%20C%20770.078%20658.549%2C%20770.619%20657.342%2C%20768.539%20655.043%20C%20766.588%20652.887%2C%20767.048%20650.302%2C%20769.554%20649.341%20C%20770.618%20648.932%2C%20772.730%20650.279%2C%20775.861%20653.363%20C%20778.450%20655.914%2C%20781.116%20658%2C%20781.784%20658%20C%20782.591%20658%2C%20783%20656.150%2C%20783%20652.500%20C%20783%20649.475%2C%20782.550%20647%2C%20782%20647%20C%20781.450%20647%2C%20781%20648.800%2C%20781%20651%20C%20781%20653.200%2C%20780.757%20655%2C%20780.460%20655%20C%20780.163%20655%2C%20778.208%20653.200%2C%20776.115%20651%20C%20771.827%20646.493%2C%20769.914%20646.086%2C%20766.949%20649.051%20M%20775.082%20661.655%20C%20773.603%20662.691%2C%20772.514%20662.810%2C%20771.156%20662.083%20C%20769.105%20660.986%2C%20766.688%20662.295%2C%20765.771%20665%20C%20764.987%20667.313%2C%20766.740%20671%2C%20768.623%20671%20C%20770.194%20671%2C%20770.196%20670.874%2C%20768.655%20669.171%20C%20766.577%20666.875%2C%20766.567%20665.604%2C%20768.615%20663.905%20C%20769.996%20662.758%2C%20770.486%20662.882%2C%20772.005%20664.757%20C%20773.729%20666.887%2C%20773.795%20666.893%2C%20774.295%20664.980%20C%20774.960%20662.436%2C%20777.614%20661.435%2C%20779.513%20663.011%20C%20781.423%20664.596%2C%20781.417%20667.409%2C%20779.500%20669%20C%20777.315%20670.814%2C%20777.664%20672.250%2C%20779.988%20671.006%20C%20784.029%20668.844%2C%20783.423%20661.867%2C%20779.096%20660.735%20C%20778.015%20660.453%2C%20776.208%20660.866%2C%20775.082%20661.655%20M%2017%20758%20C%2017%20758.550%2C%2014.777%20759%2C%2012.059%20759%20C%209.341%20759%2C%206.859%20759.419%2C%206.542%20759.931%20C%205.958%20760.877%2C%2016.423%20770%2C%2018.092%20770%20C%2018.591%20770%2C%2019%20768.231%2C%2019%20766.070%20C%2019%20762.755%2C%2019.353%20762.089%2C%2021.250%20761.820%20C%2022.488%20761.644%2C%2023.500%20761.050%2C%2023.500%20760.500%20C%2023.500%20759.950%2C%2022.488%20759.356%2C%2021.250%20759.180%20C%2020.012%20759.005%2C%2019%20758.442%2C%2019%20757.930%20C%2019%20757.419%2C%2018.550%20757%2C%2018%20757%20C%2017.450%20757%2C%2017%20757.450%2C%2017%20758%20M%2013.273%20764%20C%2014.671%20765.100%2C%2016.082%20766%2C%2016.408%20766%20C%2016.733%20766%2C%2017%20765.100%2C%2017%20764%20C%2017%20762.425%2C%2016.333%20762%2C%2013.865%20762%20L%2010.730%20762%2013.273%20764%20M%2017%20772%20C%2017%20772.550%2C%2014.777%20773%2C%2012.059%20773%20C%209.341%20773%2C%206.859%20773.419%2C%206.542%20773.931%20C%205.958%20774.877%2C%2016.423%20784%2C%2018.092%20784%20C%2018.591%20784%2C%2019%20782.231%2C%2019%20780.070%20C%2019%20776.755%2C%2019.353%20776.089%2C%2021.250%20775.820%20C%2022.488%20775.644%2C%2023.500%20775.050%2C%2023.500%20774.500%20C%2023.500%20773.950%2C%2022.488%20773.356%2C%2021.250%20773.180%20C%2020.012%20773.005%2C%2019%20772.442%2C%2019%20771.930%20C%2019%20771.419%2C%2018.550%20771%2C%2018%20771%20C%2017.450%20771%2C%2017%20771.450%2C%2017%20772%20M%2013.273%20778%20C%2014.671%20779.100%2C%2016.082%20780%2C%2016.408%20780%20C%2016.733%20780%2C%2017%20779.100%2C%2017%20778%20C%2017%20776.425%2C%2016.333%20776%2C%2013.865%20776%20L%2010.730%20776%2013.273%20778%22%20stroke%3D%22none%22%20fill%3D%22%23cebe3e%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M%200%20399.501%20L%200%20799.002%20398.750%20798.751%20L%20797.500%20798.500%20797.751%20399.250%20L%20798.002%200%20399.001%200%20L%200%200%200%20399.501%20M%200.495%20400%20C%200.495%20619.725%2C%200.610%20709.612%2C%200.750%20599.750%20C%200.890%20489.888%2C%200.890%20310.113%2C%200.750%20200.250%20C%200.610%2090.387%2C%200.495%20180.275%2C%200.495%20400%20M%2043.341%2043.250%20L%2037.239%2049.500%2036.631%20398.541%20L%2036.024%20747.581%2042.289%20753.791%20L%2048.554%20760%20398.056%20760%20L%20747.558%20760%20753.779%20753.723%20L%20760%20747.446%20760%20398.946%20L%20760%2050.446%20753.225%2043.723%20L%20746.450%2037%20397.946%2037%20L%2049.442%2037%2043.341%2043.250%20M%2014.127%2076.624%20C%2012.381%2077.847%2C%2011.913%2078.956%2C%2012.231%2081.124%20C%2012.464%2082.706%2C%2012.394%2083.993%2C%2012.077%2083.985%20C%2010.435%2083.941%2C%209.144%2082.181%2C%208.840%2079.574%20C%208.257%2074.569%2C%206%2075.224%2C%206%2080.398%20C%206%2085.243%2C%206.445%2085.616%2C%2013%2086.256%20C%2014.806%2086.432%2C%2015.386%2086.083%2C%2015.090%2085%20C%2014.864%2084.175%2C%2014.639%2082.375%2C%2014.590%2081%20C%2014.516%2078.960%2C%2015.032%2078.439%2C%2017.391%2078.170%20C%2019.986%2077.874%2C%2021.941%2079.168%2C%2021.985%2081.211%20C%2021.993%2081.602%2C%2021.066%2082.792%2C%2019.925%2083.856%20C%2018.387%2085.288%2C%2018.170%2085.987%2C%2019.087%2086.554%20C%2020.603%2087.491%2C%2024%2083.574%2C%2024%2080.889%20C%2024%2078.503%2C%2020.563%2075%2C%2018.223%2075%20C%2017.245%2075%2C%2015.402%2075.731%2C%2014.127%2076.624%20M%2017%2090%20C%2017%2090.550%2C%2014.777%2091%2C%2012.059%2091%20C%209.341%2091%2C%206.859%2091.419%2C%206.542%2091.931%20C%205.958%2092.877%2C%2016.423%20102%2C%2018.092%20102%20C%2018.591%20102%2C%2019%20100.231%2C%2019%2098.070%20C%2019%2094.755%2C%2019.353%2094.089%2C%2021.250%2093.820%20C%2022.488%2093.644%2C%2023.500%2093.050%2C%2023.500%2092.500%20C%2023.500%2091.950%2C%2022.488%2091.356%2C%2021.250%2091.180%20C%2020.012%2091.005%2C%2019%2090.442%2C%2019%2089.930%20C%2019%2089.419%2C%2018.550%2089%2C%2018%2089%20C%2017.450%2089%2C%2017%2089.450%2C%2017%2090%20M%2013.273%2096%20C%2014.671%2097.100%2C%2016.082%2098%2C%2016.408%2098%20C%2016.733%2098%2C%2017%2097.100%2C%2017%2096%20C%2017%2094.425%2C%2016.333%2094%2C%2013.865%2094%20L%2010.730%2094%2013.273%2096%20M%20777.315%20171.954%20C%20772.573%20173.980%2C%20772.169%20179.845%2C%20776.632%20181.878%20C%20780.147%20183.480%2C%20786.179%20183.264%2C%20788.777%20181.443%20C%20791.374%20179.625%2C%20791.779%20174.891%2C%20789.499%20173%20C%20787.560%20171.390%2C%20780.128%20170.752%2C%20777.315%20171.954%20M%20776.381%20175.450%20C%20775.378%20178.063%2C%20776.737%20179.860%2C%20780.208%20180.511%20C%20785.019%20181.414%2C%20789.221%20179.578%2C%20788.819%20176.748%20C%20788.536%20174.756%2C%20787.843%20174.466%2C%20782.738%20174.200%20C%20778.262%20173.967%2C%20776.843%20174.246%2C%20776.381%20175.450%20M%20774.381%20188.541%20C%20773.040%20190.587%2C%20772.937%20191.566%2C%20773.849%20193.569%20C%20775.044%20196.191%2C%20777.603%20197.730%2C%20778.792%20196.542%20C%20779.179%20196.154%2C%20778.674%20195.235%2C%20777.668%20194.499%20C%20775.672%20193.040%2C%20775.703%20188.919%2C%20777.716%20188.256%20C%20778.385%20188.036%2C%20781.131%20189.913%2C%20783.820%20192.428%20C%20786.508%20194.943%2C%20789.223%20197%2C%20789.854%20197%20C%20790.576%20197%2C%20791%20194.968%2C%20791%20191.500%20C%20791%20188.475%2C%20790.550%20186%2C%20790%20186%20C%20789.450%20186%2C%20789%20187.894%2C%20789%20190.208%20L%20789%20194.416%20784.712%20190.208%20C%20779.780%20185.368%2C%20776.778%20184.883%2C%20774.381%20188.541%20M%20782.541%20204.132%20C%20782.236%20205.434%2C%20780.702%20212.238%2C%20779.134%20219.250%20L%20776.282%20232%20783.141%20232%20C%20787.080%20232%2C%20790%20231.571%2C%20790%20230.993%20C%20790%20229.435%2C%20783.953%20202.619%2C%20783.499%20202.166%20C%20783.278%20201.945%2C%20782.847%20202.830%2C%20782.541%20204.132%20M%2011.562%20521.581%20C%2010.552%20522.591%2C%2010.164%20523.903%2C%2010.587%20524.879%20C%2010.973%20525.771%2C%2011.235%20527.288%2C%2011.168%20528.250%20C%2011.053%20529.928%2C%2011.039%20530.638%2C%2011.022%20535.798%20C%2011.015%20537.981%2C%2011.324%20538.080%2C%2017.257%20537.798%20C%2024.573%20537.449%2C%2025.199%20535.725%2C%2018.275%20535%20C%2014.268%20534.580%2C%2013.449%20534.138%2C%2013.180%20532.250%20C%2012.882%20530.148%2C%2013.227%20530%2C%2018.430%20530%20C%2021.494%20530%2C%2024%20529.550%2C%2024%20529%20C%2024%20528.450%2C%2022.237%20528%2C%2020.082%20528%20C%2014.903%20528%2C%2013%20527.179%2C%2013%20524.945%20C%2013%20523.443%2C%2013.921%20523.049%2C%2018.013%20522.802%20C%2024.636%20522.403%2C%2024.885%20520.580%2C%2018.370%20520.202%20C%2014.605%20519.983%2C%2012.793%20520.350%2C%2011.562%20521.581%20M%206%20541%20C%206%20541.593%2C%209.667%20542%2C%2015%20542%20C%2020.333%20542%2C%2024%20541.593%2C%2024%20541%20C%2024%20540.407%2C%2020.333%20540%2C%2015%20540%20C%209.667%20540%2C%206%20540.407%2C%206%20541%20M%2011%20547%20C%2011%20547.564%2C%2013.833%20548%2C%2017.500%20548%20C%2021.167%20548%2C%2024%20547.564%2C%2024%20547%20C%2024%20546.436%2C%2021.167%20546%2C%2017.500%20546%20C%2013.833%20546%2C%2011%20546.436%2C%2011%20547%20M%206%20557%20L%206%20563%2015%20563%20C%2020.333%20563%2C%2024%20562.593%2C%2024%20562%20C%2024%20561.450%2C%2022.200%20561%2C%2020%20561%20L%2016%20561%2016%20557%20C%2016%20554.111%2C%2015.583%20553%2C%2014.500%20553%20C%2013.417%20553%2C%2013%20554.111%2C%2013%20557%20C%2013%20560.600%2C%2012.750%20561%2C%2010.500%20561%20C%208.167%20561%2C%208%20560.667%2C%208%20556%20C%208%20553.250%2C%207.550%20551%2C%207%20551%20C%206.444%20551%2C%206%20553.667%2C%206%20557%20M%2010.400%20567.416%20C%206.762%20569.014%2C%206%20570.600%2C%206%20576.582%20L%206%20581%2015.127%20581%20L%2024.254%20581%2023.766%20575.917%20C%2023.008%20568.027%2C%2017.290%20564.390%2C%2010.400%20567.416%20M%209.571%20570.571%20C%208.707%20571.436%2C%208%20573.686%2C%208%20575.571%20L%208%20579%2014.500%20579%20L%2021%20579%2021%20575.200%20C%2021%20573.110%2C%2020.460%20570.860%2C%2019.800%20570.200%20C%2018.078%20568.478%2C%2011.424%20568.719%2C%209.571%20570.571%20M%20767.076%20611.750%20C%20768.409%20613.263%2C%20769.612%20614.688%2C%20769.750%20614.917%20C%20769.888%20615.146%2C%20770.289%20615.044%2C%20770.643%20614.691%20C%20770.996%20614.337%2C%20770.716%20613.362%2C%20770.020%20612.524%20C%20768.907%20611.183%2C%20769.610%20611%2C%20775.878%20611%20C%20779.959%20611%2C%20783%20610.573%2C%20783%20610%20C%20783%20609.406%2C%20779.275%20609%2C%20773.826%20609%20L%20764.651%20609%20767.076%20611.750%20M%20770.008%20619.862%20C%20765.235%20621.249%2C%20764.074%20627.899%2C%20768.218%20630.117%20C%20772.756%20632.545%2C%20778.226%20628.159%2C%20775.954%20623.914%20C%20774.506%20621.209%2C%20775.113%20620.712%2C%20778.361%20621.947%20C%20780.218%20622.653%2C%20781%20623.674%2C%20781%20625.392%20C%20781%20626.735%2C%20780.438%20628.034%2C%20779.750%20628.280%20C%20779.063%20628.525%2C%20778.874%20629.125%2C%20779.332%20629.612%20C%20780.231%20630.569%2C%20783%20627.405%2C%20783%20625.420%20C%20783%20621.389%2C%20775.618%20618.232%2C%20770.008%20619.862%20M%20768.750%20622.067%20C%20766.624%20623.321%2C%20766.473%20626.317%2C%20768.452%20627.960%20C%20771.653%20630.617%2C%20776.570%20626.715%2C%20774.388%20623.250%20C%20773.040%20621.110%2C%20771.071%20620.697%2C%20768.750%20622.067%20M%20770.008%20633.862%20C%20765.235%20635.249%2C%20764.074%20641.899%2C%20768.218%20644.117%20C%20772.756%20646.545%2C%20778.226%20642.159%2C%20775.954%20637.914%20C%20774.506%20635.209%2C%20775.113%20634.712%2C%20778.361%20635.947%20C%20780.218%20636.653%2C%20781%20637.674%2C%20781%20639.392%20C%20781%20640.735%2C%20780.438%20642.034%2C%20779.750%20642.280%20C%20779.063%20642.525%2C%20778.874%20643.125%2C%20779.332%20643.612%20C%20780.231%20644.569%2C%20783%20641.405%2C%20783%20639.420%20C%20783%20635.389%2C%20775.618%20632.232%2C%20770.008%20633.862%20M%20768.750%20636.067%20C%20766.624%20637.321%2C%20766.473%20640.317%2C%20768.452%20641.960%20C%20771.653%20644.617%2C%20776.570%20640.715%2C%20774.388%20637.250%20C%20773.040%20635.110%2C%20771.071%20634.697%2C%20768.750%20636.067%20M%20766.949%20649.051%20C%20764.687%20651.313%2C%20765.040%20654.586%2C%20767.778%20656.740%20C%20770.078%20658.549%2C%20770.619%20657.342%2C%20768.539%20655.043%20C%20766.588%20652.887%2C%20767.048%20650.302%2C%20769.554%20649.341%20C%20770.618%20648.932%2C%20772.730%20650.279%2C%20775.861%20653.363%20C%20778.450%20655.914%2C%20781.116%20658%2C%20781.784%20658%20C%20782.591%20658%2C%20783%20656.150%2C%20783%20652.500%20C%20783%20649.475%2C%20782.550%20647%2C%20782%20647%20C%20781.450%20647%2C%20781%20648.800%2C%20781%20651%20C%20781%20653.200%2C%20780.757%20655%2C%20780.460%20655%20C%20780.163%20655%2C%20778.208%20653.200%2C%20776.115%20651%20C%20771.827%20646.493%2C%20769.914%20646.086%2C%20766.949%20649.051%20M%20775.082%20661.655%20C%20773.603%20662.691%2C%20772.514%20662.810%2C%20771.156%20662.083%20C%20769.105%20660.986%2C%20766.688%20662.295%2C%20765.771%20665%20C%20764.987%20667.313%2C%20766.740%20671%2C%20768.623%20671%20C%20770.194%20671%2C%20770.196%20670.874%2C%20768.655%20669.171%20C%20766.577%20666.875%2C%20766.567%20665.604%2C%20768.615%20663.905%20C%20769.996%20662.758%2C%20770.486%20662.882%2C%20772.005%20664.757%20C%20773.729%20666.887%2C%20773.795%20666.893%2C%20774.295%20664.980%20C%20774.960%20662.436%2C%20777.614%20661.435%2C%20779.513%20663.011%20C%20781.423%20664.596%2C%20781.417%20667.409%2C%20779.500%20669%20C%20777.315%20670.814%2C%20777.664%20672.250%2C%20779.988%20671.006%20C%20784.029%20668.844%2C%20783.423%20661.867%2C%20779.096%20660.735%20C%20778.015%20660.453%2C%20776.208%20660.866%2C%20775.082%20661.655%20M%2017%20758%20C%2017%20758.550%2C%2014.777%20759%2C%2012.059%20759%20C%209.341%20759%2C%206.859%20759.419%2C%206.542%20759.931%20C%205.958%20760.877%2C%2016.423%20770%2C%2018.092%20770%20C%2018.591%20770%2C%2019%20768.231%2C%2019%20766.070%20C%2019%20762.755%2C%2019.353%20762.089%2C%2021.250%20761.820%20C%2022.488%20761.644%2C%2023.500%20761.050%2C%2023.500%20760.500%20C%2023.500%20759.950%2C%2022.488%20759.356%2C%2021.250%20759.180%20C%2020.012%20759.005%2C%2019%20758.442%2C%2019%20757.930%20C%2019%20757.419%2C%2018.550%20757%2C%2018%20757%20C%2017.450%20757%2C%2017%20757.450%2C%2017%20758%20M%2013.273%20764%20C%2014.671%20765.100%2C%2016.082%20766%2C%2016.408%20766%20C%2016.733%20766%2C%2017%20765.100%2C%2017%20764%20C%2017%20762.425%2C%2016.333%20762%2C%2013.865%20762%20L%2010.730%20762%2013.273%20764%20M%2017%20772%20C%2017%20772.550%2C%2014.777%20773%2C%2012.059%20773%20C%209.341%20773%2C%206.859%20773.419%2C%206.542%20773.931%20C%205.958%20774.877%2C%2016.423%20784%2C%2018.092%20784%20C%2018.591%20784%2C%2019%20782.231%2C%2019%20780.070%20C%2019%20776.755%2C%2019.353%20776.089%2C%2021.250%20775.820%20C%2022.488%20775.644%2C%2023.500%20775.050%2C%2023.500%20774.500%20C%2023.500%20773.950%2C%2022.488%20773.356%2C%2021.250%20773.180%20C%2020.012%20773.005%2C%2019%20772.442%2C%2019%20771.930%20C%2019%20771.419%2C%2018.550%20771%2C%2018%20771%20C%2017.450%20771%2C%2017%20771.450%2C%2017%20772%20M%2013.273%20778%20C%2014.671%20779.100%2C%2016.082%20780%2C%2016.408%20780%20C%2016.733%20780%2C%2017%20779.100%2C%2017%20778%20C%2017%20776.425%2C%2016.333%20776%2C%2013.865%20776%20L%2010.730%20776%2013.273%20778%22%20stroke%3D%22none%22%20fill%3D%22%231c141c%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")}
