ZAP by Checkmarx Scanning Report

Generated with ZAP on Thu 15 Jan 2026, at 15:49:55

ZAP Version: 2.16.1

ZAP by Checkmarx

Contents

About this report

Report parameters

Contexts

No contexts were selected, so all contexts were included by default.

Sites

The following sites were included:

  • https://print-gakuen.com

(If no sites were selected, all sites were included by default.)

An included site must also be within one of the included contexts for its data to be included in the report.

Risk levels

Included: High, Medium, Low, Informational

Excluded: None

Confidence levels

Included: User Confirmed, High, Medium, Low

Excluded: User Confirmed, High, Medium, Low, False Positive

Summaries

Alert counts by risk and confidence

This table shows the number of alerts for each level of risk and confidence included in the report.

(The percentages in brackets represent the count as a percentage of the total number of alerts included in the report, rounded to one decimal place.)

Confidence
User Confirmed High Medium Low Total
Risk High 0
(0.0%)
0
(0.0%)
0
(0.0%)
1
(7.1%)
1
(7.1%)
Medium 0
(0.0%)
1
(7.1%)
1
(7.1%)
0
(0.0%)
2
(14.3%)
Low 0
(0.0%)
2
(14.3%)
2
(14.3%)
0
(0.0%)
4
(28.6%)
Informational 0
(0.0%)
1
(7.1%)
3
(21.4%)
3
(21.4%)
7
(50.0%)
Total 0
(0.0%)
4
(28.6%)
6
(42.9%)
4
(28.6%)
14
(100%)

Alert counts by site and risk

This table shows, for each site for which one or more alerts were raised, the number of alerts raised at each risk level.

Alerts with a confidence level of "False Positive" have been excluded from these counts.

(The numbers in brackets are the number of alerts raised for the site at or above that risk level.)

Risk
High
(= High)
Medium
(>= Medium)
Low
(>= Low)
Informational
(>= Informational)
Site https://print-gakuen.com 1
(1)
2
(3)
4
(7)
7
(14)

Alert counts by alert type

This table shows the number of alerts of each alert type, together with the alert type's risk level.

(The percentages in brackets represent each count as a percentage, rounded to one decimal place, of the total number of alerts included in this report.)

Alert type Risk Count
Path Traversal High 1
(7.1%)
Content Security Policy (CSP) Header Not Set Medium 47
(335.7%)
Missing Anti-clickjacking Header Medium 2
(14.3%)
Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s) Low 2
(14.3%)
Server Leaks Version Information via "Server" HTTP Response Header Field Low 50
(357.1%)
Strict-Transport-Security Header Not Set Low 50
(357.1%)
X-Content-Type-Options Header Missing Low 34
(242.9%)
Content-Type Header Missing Informational 1
(7.1%)
Cookie Poisoning Informational 3
(21.4%)
Information Disclosure - Information in Browser localStorage Informational 5
(35.7%)
Information Disclosure - Suspicious Comments Informational 11
(78.6%)
Re-examine Cache-control Directives Informational 2
(14.3%)
Session Management Response Identified Informational 62
(442.9%)
User Agent Fuzzer Informational 206
(1,471.4%)
Total 14

Alerts

  1. Risk=High, Confidence=Low (1)

    1. https://print-gakuen.com (1)

      1. Path Traversal (1)
        1. POST https://print-gakuen.com/api/auth/callback/credentials
          Alert tags
          Alert description

          The Path Traversal attack technique allows an attacker access to files, directories, and commands that potentially reside outside the web document root directory. An attacker may manipulate a URL in such a way that the web site will execute or reveal the contents of arbitrary files anywhere on the web server. Any device that exposes an HTTP-based interface is potentially vulnerable to Path Traversal.

          Most web sites restrict user access to a specific portion of the file-system, typically called the "web document root" or "CGI root" directory. These directories contain the files intended for user access and the executable necessary to drive web application functionality. To access files or execute commands anywhere on the file-system, Path Traversal attacks will utilize the ability of special-characters sequences.

          The most basic Path Traversal attack uses the "../" special-character sequence to alter the resource location requested in the URL. Although most popular web servers will prevent this technique from escaping the web document root, alternate encodings of the "../" sequence may help bypass the security filters. These method variations include valid and invalid Unicode-encoding ("..%u2216" or "..%c0%af") of the forward slash character, backslash characters ("..\") on Windows-based servers, URL encoded characters "%2e%2e%2f"), and double URL encoding ("..%255c") of the backslash character.

          Even if the web server properly restricts Path Traversal attempts in the URL path, a web application itself may still be vulnerable due to improper handling of user-supplied input. This is a common problem of web applications that use template mechanisms or load static text from files. In variations of the attack, the original URL parameter value is substituted with the file name of one of the web application's dynamic scripts. Consequently, the results can reveal source code because the file is interpreted as text instead of an executable script. These techniques often employ additional special characters such as the dot (".") to reveal the listing of the current working directory, or "%00" NULL characters in order to bypass rudimentary file extension checks.

          Request
          Request line and header section (1157 bytes)
          POST https://print-gakuen.com/api/auth/callback/credentials HTTP/1.1
          host: print-gakuen.com
          User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
          Accept: */*
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Referer: https://print-gakuen.com/sign-in
          Content-Type: application/x-www-form-urlencoded
          content-length: 165
          Origin: https://print-gakuen.com
          Authorization: Basic Y2xtdHZuOmNsbXR2bg==
          Connection: keep-alive
          Sec-Fetch-Dest: empty
          Sec-Fetch-Mode: cors
          Sec-Fetch-Site: same-origin
          Priority: u=4
          Cookie: __Host-next-auth.csrf-token=c27e48f843f29c1c5b1648b7aa19a93c58a6d754d9b486226fb6186a36ff9c0f%7Cd5fa32528ed0b03e108e61fd7da705fc883e8d55e8b49db5a70c70af1cf8fe57; __Secure-next-auth.callback-url=https%3A%2F%2Fprint-gakuen.com%2FWEB-INF%2Fweb.xml; __Secure-next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..oVi8f4T-FSCIed-D.QeNPBBgKbziD4SYh-vVh3b8eLdNfS9RnjWuaXba45YZyTA7DcwVoiKQTsLqPqIKJLAPvCetjde4vqNTB5WsRCzqrFTzJw8PNP5QdhCNaBkVEQoWkcyNQzlx8iWFIKkC3RQvEYQISG9tQK26gm7GYYkdwp4y38D72zxt2pbVf6zWvn2CrnRVtoZSuy8jOP9csl8symkFf36vgZQbZykhpWTj8KMJAsdANYq36GH20VxAG.wxjhJ6Lw2cTXIUa9vzu5iQ
          
          
          Request body (165 bytes)
          redirect=false&identifier=dang-test&password=12345678&csrfToken=c27e48f843f29c1c5b1648b7aa19a93c58a6d754d9b486226fb6186a36ff9c0f&callbackUrl=%2Fcredentials&json=true
          Response
          Status line and header section (823 bytes)
          HTTP/1.1 200 OK
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:25:15 GMT
          Content-Type: application/json
          Connection: keep-alive
          vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
          set-cookie: __Secure-next-auth.callback-url=https%3A%2F%2Fprint-gakuen.com%2Fcredentials; Path=/; HttpOnly; Secure; SameSite=Lax
          set-cookie: __Secure-next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..Rpp6lIFlXYM_ty05.6jcQf-IGGVsMsvhYLIMkq7iB7oJVxlFn4kGHxc5v_BM82CtWHIJ8CuRISUc79ZJARIzpv4QPqyz-3vN6PhAeW5U3dhldWU3nIY3NSGEcYhbcTvvY-cMsrH6M7ky1flw7QWObQI7fSQy3-vmw_piDJDE1UsYTuOy2nQmANo3A3-T_wj9nLptovOP0ellplve2XYI1V8cLbu2Ck39SakYBCLV4UVnZvnLyicoDoo6UvbSM.HM7UpUyMbdVjhu7ngwm6jg; Path=/; Expires=Thu, 15 Jan 2026 09:25:15 GMT; HttpOnly; Secure; SameSite=Lax
          content-length: 46
          
          
          Response body (46 bytes)
          {"url":"https://print-gakuen.com/credentials"}
          Parameter
          callbackUrl
          Attack
          /credentials
          Solution

          Assume all input is malicious. Use an "accept known good" input validation strategy, i.e., use an allow list of acceptable inputs that strictly conform to specifications. Reject any input that does not strictly conform to specifications, or transform it into something that does. Do not rely exclusively on looking for malicious or malformed inputs (i.e., do not rely on a deny list). However, deny lists can be useful for detecting potential attacks or determining which inputs are so malformed that they should be rejected outright.

          When performing input validation, consider all potentially relevant properties, including length, type of input, the full range of acceptable values, missing or extra inputs, syntax, consistency across related fields, and conformance to business rules. As an example of business rule logic, "boat" may be syntactically valid because it only contains alphanumeric characters, but it is not valid if you are expecting colors such as "red" or "blue."

          For filenames, use stringent allow lists that limit the character set to be used. If feasible, only allow a single "." character in the filename to avoid weaknesses, and exclude directory separators such as "/". Use an allow list of allowable file extensions.

          Warning: if you attempt to cleanse your data, then do so that the end result is not in the form that can be dangerous. A sanitizing mechanism can remove characters such as '.' and ';' which may be required for some exploits. An attacker can try to fool the sanitizing mechanism into "cleaning" data into a dangerous form. Suppose the attacker injects a '.' inside a filename (e.g. "sensi.tiveFile") and the sanitizing mechanism removes the character resulting in the valid filename, "sensitiveFile". If the input data are now assumed to be safe, then the file may be compromised.

          Inputs should be decoded and canonicalized to the application's current internal representation before being validated. Make sure that your application does not decode the same input twice. Such errors could be used to bypass allow list schemes by introducing dangerous inputs after they have been checked.

          Use a built-in path canonicalization function (such as realpath() in C) that produces the canonical version of the pathname, which effectively removes ".." sequences and symbolic links.

          Run your code using the lowest privileges that are required to accomplish the necessary tasks. If possible, create isolated accounts with limited privileges that are only used for a single task. That way, a successful attack will not immediately give the attacker access to the rest of the software or its environment. For example, database applications rarely need to run as the database administrator, especially in day-to-day operations.

          When the set of acceptable objects, such as filenames or URLs, is limited or known, create a mapping from a set of fixed input values (such as numeric IDs) to the actual filenames or URLs, and reject all other inputs.

          Run your code in a "jail" or similar sandbox environment that enforces strict boundaries between the process and the operating system. This may effectively restrict which files can be accessed in a particular directory or which commands can be executed by your software.

          OS-level examples include the Unix chroot jail, AppArmor, and SELinux. In general, managed code may provide some protection. For example, java.io.FilePermission in the Java SecurityManager allows you to specify restrictions on file operations.

          This may not be a feasible solution, and it only limits the impact to the operating system; the rest of your application may still be subject to compromise.

  2. Risk=Medium, Confidence=High (1)

    1. https://print-gakuen.com (1)

      1. Content Security Policy (CSP) Header Not Set (1)
        1. GET https://print-gakuen.com/
          Alert tags
          Alert description

          Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.

          Request
          Request line and header section (445 bytes)
          GET https://print-gakuen.com/ HTTP/1.1
          host: print-gakuen.com
          User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
          Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Connection: keep-alive
          Upgrade-Insecure-Requests: 1
          Sec-Fetch-Dest: document
          Sec-Fetch-Mode: navigate
          Sec-Fetch-Site: none
          Sec-Fetch-User: ?1
          Priority: u=0, i
          
          
          Request body (0 bytes)
          Response
          Status line and header section (218 bytes)
          HTTP/1.1 401 Unauthorized
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:03:07 GMT
          Content-Type: text/html
          Content-Length: 188
          Connection: keep-alive
          WWW-Authenticate: Basic realm="Restricted Access"
          
          
          Response body (188 bytes)
          <html>
          <head><title>401 Authorization Required</title></head>
          <body>
          <center><h1>401 Authorization Required</h1></center>
          <hr><center>nginx/1.24.0 (Ubuntu)</center>
          </body>
          </html>
          
          Solution

          Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header.

  3. Risk=Medium, Confidence=Medium (1)

    1. https://print-gakuen.com (1)

      1. Missing Anti-clickjacking Header (1)
        1. GET https://print-gakuen.com/sign-in
          Alert tags
          Alert description

          The response does not protect against 'ClickJacking' attacks. It should include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options.

          Request
          Request line and header section (495 bytes)
          GET https://print-gakuen.com/sign-in HTTP/1.1
          host: print-gakuen.com
          User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
          Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Authorization: Basic Y2xtdHZuOmNsbXR2bg==
          Connection: keep-alive
          Upgrade-Insecure-Requests: 1
          Sec-Fetch-Dest: document
          Sec-Fetch-Mode: navigate
          Sec-Fetch-Site: none
          Sec-Fetch-User: ?1
          Priority: u=0, i
          
          
          Request body (0 bytes)
          Response
          Status line and header section (513 bytes)
          HTTP/1.1 200 OK
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:03:13 GMT
          Content-Type: text/html; charset=utf-8
          Content-Length: 105379
          Connection: keep-alive
          cache-control: no-store, no-cache, must-revalidate, max-age=0
          expires: 0
          pragma: no-cache
          Vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
          x-nextjs-cache: HIT
          x-nextjs-prerender: 1
          x-nextjs-prerender: 1
          x-nextjs-stale-time: 300
          X-Powered-By: Next.js
          ETag: "141gchonwzz2997"
          
          
          Response body (105379 bytes)
          <!DOCTYPE html><!--VUYhAqUULcBB5aI1uLzJd--><html lang="jp" translate="no"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/ad9c66e761fed85a-s.p.bd81a64b.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/b221d68cb2db2d85-s.p.d9561841.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/f7d31a92ae0740f9.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/5794f114130fe7ad.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/fa7e56984391c765.js"/><script src="/_next/static/chunks/1c480f84e479224a.js" async=""></script><script src="/_next/static/chunks/d840202ccc76954a.js" async=""></script><script src="/_next/static/chunks/b624655795e0e863.js" async=""></script><script src="/_next/static/chunks/fa3268e4c82d88e8.js" async=""></script><script src="/_next/static/chunks/turbopack-67151f35ab37dd63.js" async=""></script><script src="/_next/static/chunks/208a9e01975edf5a.js" async=""></script><script src="/_next/static/chunks/fd7dd3d8d20f8873.js" async=""></script><script src="/_next/static/chunks/beb60829d9c7c8ae.js" async=""></script><script src="/_next/static/chunks/1a19e0c2f66e6493.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/c059d57364b7db98.js" async=""></script><script src="/_next/static/chunks/cb433cf8ccf88c46.js" async=""></script><script src="/_next/static/chunks/e8db8aacd3ac5a12.js" async=""></script><script src="/_next/static/chunks/58ca6937e0c6f68d.js" async=""></script><script src="/_next/static/chunks/a6a7cee05396b368.js" async=""></script><meta name="next-size-adjust" content=""/><title>ログイン | Print System</title><link rel="icon" href="/favicon.ico?favicon.bb66b89d.ico" sizes="53x53" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="noto_sans_jp_6f1cd4dc-module__V98abG__variable sigmar_one_c3fe9fb8-module__-SBULG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><!--$--><!--/$--><div class="container mx-auto flex min-h-dvh flex-col items-center justify-center gap-8 px-4"><div class="flex flex-col items-center gap-3"><svg viewBox="0 0 180 23" fill="none" xmlns="http://www.w3.org/2000/svg" class="h-auto w-[240px]"><g clip-path="url(#a)"><path d="M7.514 20.444c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.19c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.28c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.87c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.88.53h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.151 1.2h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.329 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.291-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.24-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.88 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.249-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.431.77c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.97-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05zm-84.871 3.15a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m80.444 12.764.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m80.444 12.764.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m80.444 12.764.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M80.534 19.244c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M80.534 19.244c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17m-75.84 14.67c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.19c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.12-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.88c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.891.53h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.14 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.29-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.23-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.891 5.72c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.239-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.076.15.151.15c.07 0 .339-.06.809-.2l.441-.18c.12-.04.179-.08.189-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.44.77c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.961-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M79.874 19.654a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m79.024 12.194.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.78-2.14.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m79.024 12.194.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.78-2.14.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m79.024 12.194.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.78-2.14.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M79.125 18.684c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.4-14.05c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M79.125 18.684c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.4-14.05c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17M4.684 19.304c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.19c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.39 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.88c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.95c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.891.52h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.14 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.29-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.23-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.891 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.24-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.439.76c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.961-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M78.454 19.084a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m77.614 11.634.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m77.614 11.634.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m77.614 11.634.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M77.705 18.114c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.4-14.05c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M77.705 18.114c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.4-14.05c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17M3.264 18.734c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.18c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.87c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.88.52h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.141 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.291-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.24-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.88 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.24-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.44.76c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.97-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M77.044 18.514a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.264 18.734c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.18c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.87c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.88.52h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.141 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.291-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.24-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.88 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.24-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.44.76c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.97-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05zm-84.871 3.16a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17Z" stroke="#63BBC5" stroke-width="2"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78Zm1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17Z" stroke="#63BBC5" stroke-width="2"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78Zm1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17Z" stroke="#63BBC5" stroke-width="2"></path><path d="M3.264 18.734c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.18c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.87c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.88.52h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.141 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.291-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.24-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.88 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.24-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.44.76c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.97-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05zm-84.871 3.16a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" fill="#fff"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" fill="#fff"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" fill="#fff"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" fill="#fff"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" fill="#fff"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" fill="#fff"></path><path d="M77.044 18.514a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" fill="#fff"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" fill="#63BBC5"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" fill="#63BBC5"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h180v23H0z"></path></clipPath></defs></svg></div><div class="flex w-full max-w-md flex-col gap-4"><form class="grid gap-4"><div data-slot="form-item" class="grid gap-2"><label data-slot="form-label" class="flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50 text-[#44403F]" data-error="false" for="_R_pbsnpfjb_-form-item">ID<span class="pb-1 text-lg text-red-500">※</span></label><span class="border-input box-border inline-flex h-fit w-full items-center gap-1.5 rounded-lg border px-2.75 py-2" aria-invalid="false"><input data-slot="form-control" class="file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input w-full min-w-0 rounded-md border text-base transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-background h-fit border-none px-1 py-0 shadow-none focus-visible:ring-0 peer" autoCapitalize="none" autoCorrect="off" id="_R_pbsnpfjb_-form-item" aria-describedby="_R_pbsnpfjb_-form-item-description" aria-invalid="false" name="loginId" value=""/></span></div><div data-slot="form-item" class="grid gap-2"><label data-slot="form-label" class="flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50 text-[#44403F]" data-error="false" for="_R_19bsnpfjb_-form-item">パスワード<span class="pb-1 text-lg text-red-500">※</span></label><span class="border-input box-border inline-flex h-fit w-full items-center gap-1.5 rounded-lg border px-2.75 py-2" aria-invalid="false"><input type="password" data-slot="form-control" class="file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input w-full min-w-0 rounded-md border text-base transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-background h-fit border-none px-1 py-0 shadow-none focus-visible:ring-0 peer" autoCapitalize="none" autoCorrect="off" id="_R_19bsnpfjb_-form-item" aria-describedby="_R_19bsnpfjb_-form-item-description" aria-invalid="false" name="password" value=""/></span></div><button type="submit" data-slot="button" class="cursor-pointer inline-flex items-center justify-center gap-3.5 transition-all disabled:border-[#B9B9B9] disabled:text-[#B9B9B9] disabled:pointer-events-none [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 shrink-0 outline-none aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-slate-cyan text-white rounded-full hover:bg-slate-cyan-overlay active:shadow-[inset_0_4px_4px_rgba(0,0,0,0.25)] active:bg-blend-multiply px-7.25 py-2.25 mx-auto mt-2 h-[59px] w-[207px] text-base font-semibold">ログイン</button><p class="mt-2 text-center text-xs"><a class="underline" href="/forgot-password">ログインIDまたはパスワードを忘れた。</a></p></form></div></div><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/fa7e56984391c765.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[1661,[\"/_next/static/chunks/208a9e01975edf5a.js\",\"/_next/static/chunks/fd7dd3d8d20f8873.js\",\"/_next/static/chunks/beb60829d9c7c8ae.js\",\"/_next/static/chunks/1a19e0c2f66e6493.js\"],\"default\"]\n3:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"ClientPageRoot\"]\n6:I[5380,[\"/_next/static/chunks/208a9e01975edf5a.js\",\"/_next/static/chunks/fd7dd3d8d20f8873.js\",\"/_next/static/chunks/beb60829d9c7c8ae.js\",\"/_next/static/chunks/1a19e0c2f66e6493.js\",\"/_next/static/chunks/cb433cf8ccf88c46.js\",\"/_next/static/chunks/e8db8aacd3ac5a12.js\",\"/_next/static/chunks/58ca6937e0c6f68d.js\",\"/_next/static/chunks/a6a7cee05396b368.js\"],\"default\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"OutletBoundary\"]\nb:I[11533,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"AsyncMetadataOutlet\"]\nd:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"ViewportBoundary\"]\nf:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"MetadataBoundary\"]\n10:\"$Sreact.suspense\"\n12:I[68027,[\"/_next/static/chunks/208a9e01975edf5a.js\",\"/_next/static/chunks/fd7dd3d8d20f8873.js\",\"/_next/static/chunks/beb60829d9c7c8ae.js\",\"/_next/static/chunks/1a19e0c2f66e6493.js\"],\"default\"]\n:HL[\"/_next/static/chunks/f7d31a92ae0740f9.css\",\"style\"]\n:HL[\"/_next/static/chunks/5794f114130fe7ad.css\",\"style\"]\n:HL[\"/_next/static/media/ad9c66e761fed85a-s.p.bd81a64b.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/b221d68cb2db2d85-s.p.d9561841.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"VUYhAqUULcBB5aI1uLzJd\",\"p\":\"\",\"c\":[\"\",\"sign-in\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"(auth)\",{\"children\":[\"sign-in\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/f7d31a92ae0740f9.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/5794f114130fe7ad.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/208a9e01975edf5a.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/fd7dd3d8d20f8873.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/beb60829d9c7c8ae.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/1a19e0c2f66e6493.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"jp\",\"translate\":\"no\",\"children\":[\"$\",\"body\",null,{\"className\":\"noto_sans_jp_6f1cd4dc-module__V98abG__variable sigmar_one_c3fe9fb8-module__-SBULG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}],{\"children\":[\"(auth)\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"sign-in\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/cb433cf8ccf88c46.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/e8db8aacd3ac5a12.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/58ca6937e0c6f68d.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/a6a7cee05396b368.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$La\",[\"$\",\"$Lb\",null,{\"promise\":\"$@c\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$10\",null,{\"fallback\":null,\"children\":\"$L11\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/f7d31a92ae0740f9.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/5794f114130fe7ad.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:2:children:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\na:null\n"])</script><script>self.__next_f.push([1,"13:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"IconMark\"]\nc:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"ログイン | Print System\"}],[\"$\",\"link\",\"1\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.bb66b89d.ico\",\"sizes\":\"53x53\",\"type\":\"image/x-icon\"}],[\"$\",\"$L13\",\"2\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"11:\"$c:metadata\"\n"])</script></body></html>
          Parameter
          x-frame-options
          Solution

          Modern Web browsers support the Content-Security-Policy and X-Frame-Options HTTP headers. Ensure one of them is set on all web pages returned by your site/app.

          If you expect the page to be framed only by pages on your server (e.g. it's part of a FRAMESET) then you'll want to use SAMEORIGIN, otherwise if you never expect the page to be framed, you should use DENY. Alternatively consider implementing Content Security Policy's "frame-ancestors" directive.

  4. Risk=Low, Confidence=High (2)

    1. https://print-gakuen.com (2)

      1. Server Leaks Version Information via "Server" HTTP Response Header Field (1)
        1. GET https://print-gakuen.com/
          Alert tags
          Alert description

          The web/application server is leaking version information via the "Server" HTTP response header. Access to such information may facilitate attackers identifying other vulnerabilities your web/application server is subject to.

          Request
          Request line and header section (445 bytes)
          GET https://print-gakuen.com/ HTTP/1.1
          host: print-gakuen.com
          User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
          Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Connection: keep-alive
          Upgrade-Insecure-Requests: 1
          Sec-Fetch-Dest: document
          Sec-Fetch-Mode: navigate
          Sec-Fetch-Site: none
          Sec-Fetch-User: ?1
          Priority: u=0, i
          
          
          Request body (0 bytes)
          Response
          Status line and header section (218 bytes)
          HTTP/1.1 401 Unauthorized
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:03:07 GMT
          Content-Type: text/html
          Content-Length: 188
          Connection: keep-alive
          WWW-Authenticate: Basic realm="Restricted Access"
          
          
          Response body (188 bytes)
          <html>
          <head><title>401 Authorization Required</title></head>
          <body>
          <center><h1>401 Authorization Required</h1></center>
          <hr><center>nginx/1.24.0 (Ubuntu)</center>
          </body>
          </html>
          
          Evidence
          nginx/1.24.0 (Ubuntu)
          Solution

          Ensure that your web server, application server, load balancer, etc. is configured to suppress the "Server" header or provide generic details.

      2. Strict-Transport-Security Header Not Set (1)
        1. GET https://print-gakuen.com/
          Alert tags
          Alert description

          HTTP Strict Transport Security (HSTS) is a web security policy mechanism whereby a web server declares that complying user agents (such as a web browser) are to interact with it using only secure HTTPS connections (i.e. HTTP layered over TLS/SSL). HSTS is an IETF standards track protocol and is specified in RFC 6797.

          Request
          Request line and header section (445 bytes)
          GET https://print-gakuen.com/ HTTP/1.1
          host: print-gakuen.com
          User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
          Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Connection: keep-alive
          Upgrade-Insecure-Requests: 1
          Sec-Fetch-Dest: document
          Sec-Fetch-Mode: navigate
          Sec-Fetch-Site: none
          Sec-Fetch-User: ?1
          Priority: u=0, i
          
          
          Request body (0 bytes)
          Response
          Status line and header section (218 bytes)
          HTTP/1.1 401 Unauthorized
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:03:07 GMT
          Content-Type: text/html
          Content-Length: 188
          Connection: keep-alive
          WWW-Authenticate: Basic realm="Restricted Access"
          
          
          Response body (188 bytes)
          <html>
          <head><title>401 Authorization Required</title></head>
          <body>
          <center><h1>401 Authorization Required</h1></center>
          <hr><center>nginx/1.24.0 (Ubuntu)</center>
          </body>
          </html>
          
          Solution

          Ensure that your web server, application server, load balancer, etc. is configured to enforce Strict-Transport-Security.

  5. Risk=Low, Confidence=Medium (2)

    1. https://print-gakuen.com (2)

      1. Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s) (1)
        1. GET https://print-gakuen.com/sign-in
          Alert tags
          Alert description

          The web/application server is leaking information via one or more "X-Powered-By" HTTP response headers. Access to such information may facilitate attackers identifying other frameworks/components your web application is reliant upon and the vulnerabilities such components may be subject to.

          Request
          Request line and header section (495 bytes)
          GET https://print-gakuen.com/sign-in HTTP/1.1
          host: print-gakuen.com
          User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
          Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Authorization: Basic Y2xtdHZuOmNsbXR2bg==
          Connection: keep-alive
          Upgrade-Insecure-Requests: 1
          Sec-Fetch-Dest: document
          Sec-Fetch-Mode: navigate
          Sec-Fetch-Site: none
          Sec-Fetch-User: ?1
          Priority: u=0, i
          
          
          Request body (0 bytes)
          Response
          Status line and header section (513 bytes)
          HTTP/1.1 200 OK
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:03:13 GMT
          Content-Type: text/html; charset=utf-8
          Content-Length: 105379
          Connection: keep-alive
          cache-control: no-store, no-cache, must-revalidate, max-age=0
          expires: 0
          pragma: no-cache
          Vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
          x-nextjs-cache: HIT
          x-nextjs-prerender: 1
          x-nextjs-prerender: 1
          x-nextjs-stale-time: 300
          X-Powered-By: Next.js
          ETag: "141gchonwzz2997"
          
          
          Response body (105379 bytes)
          <!DOCTYPE html><!--VUYhAqUULcBB5aI1uLzJd--><html lang="jp" translate="no"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/ad9c66e761fed85a-s.p.bd81a64b.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/b221d68cb2db2d85-s.p.d9561841.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/f7d31a92ae0740f9.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/5794f114130fe7ad.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/fa7e56984391c765.js"/><script src="/_next/static/chunks/1c480f84e479224a.js" async=""></script><script src="/_next/static/chunks/d840202ccc76954a.js" async=""></script><script src="/_next/static/chunks/b624655795e0e863.js" async=""></script><script src="/_next/static/chunks/fa3268e4c82d88e8.js" async=""></script><script src="/_next/static/chunks/turbopack-67151f35ab37dd63.js" async=""></script><script src="/_next/static/chunks/208a9e01975edf5a.js" async=""></script><script src="/_next/static/chunks/fd7dd3d8d20f8873.js" async=""></script><script src="/_next/static/chunks/beb60829d9c7c8ae.js" async=""></script><script src="/_next/static/chunks/1a19e0c2f66e6493.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/c059d57364b7db98.js" async=""></script><script src="/_next/static/chunks/cb433cf8ccf88c46.js" async=""></script><script src="/_next/static/chunks/e8db8aacd3ac5a12.js" async=""></script><script src="/_next/static/chunks/58ca6937e0c6f68d.js" async=""></script><script src="/_next/static/chunks/a6a7cee05396b368.js" async=""></script><meta name="next-size-adjust" content=""/><title>ログイン | Print System</title><link rel="icon" href="/favicon.ico?favicon.bb66b89d.ico" sizes="53x53" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="noto_sans_jp_6f1cd4dc-module__V98abG__variable sigmar_one_c3fe9fb8-module__-SBULG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><!--$--><!--/$--><div class="container mx-auto flex min-h-dvh flex-col items-center justify-center gap-8 px-4"><div class="flex flex-col items-center gap-3"><svg viewBox="0 0 180 23" fill="none" xmlns="http://www.w3.org/2000/svg" class="h-auto w-[240px]"><g clip-path="url(#a)"><path d="M7.514 20.444c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.19c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.28c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.87c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.88.53h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.151 1.2h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.329 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.291-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.24-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.88 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.249-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.431.77c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.97-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05zm-84.871 3.15a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m80.444 12.764.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m80.444 12.764.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m80.444 12.764.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M80.534 19.244c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M80.534 19.244c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17m-75.84 14.67c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.19c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.12-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.88c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.891.53h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.14 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.29-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.23-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.891 5.72c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.239-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.076.15.151.15c.07 0 .339-.06.809-.2l.441-.18c.12-.04.179-.08.189-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.44.77c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.961-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M79.874 19.654a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m79.024 12.194.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.78-2.14.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m79.024 12.194.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.78-2.14.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m79.024 12.194.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.78-2.14.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M79.125 18.684c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.4-14.05c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M79.125 18.684c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.4-14.05c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17M4.684 19.304c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.19c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.39 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.88c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.95c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.891.52h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.14 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.29-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.23-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.891 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.24-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.439.76c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.961-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M78.454 19.084a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m77.614 11.634.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m77.614 11.634.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m77.614 11.634.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M77.705 18.114c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.4-14.05c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M77.705 18.114c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.4-14.05c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17M3.264 18.734c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.18c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.87c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.88.52h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.141 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.291-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.24-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.88 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.24-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.44.76c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.97-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M77.044 18.514a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.264 18.734c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.18c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.87c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.88.52h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.141 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.291-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.24-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.88 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.24-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.44.76c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.97-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05zm-84.871 3.16a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17Z" stroke="#63BBC5" stroke-width="2"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78Zm1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17Z" stroke="#63BBC5" stroke-width="2"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78Zm1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17Z" stroke="#63BBC5" stroke-width="2"></path><path d="M3.264 18.734c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.18c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.87c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.88.52h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.141 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.291-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.24-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.88 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.24-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.44.76c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.97-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05zm-84.871 3.16a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" fill="#fff"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" fill="#fff"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" fill="#fff"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" fill="#fff"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" fill="#fff"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" fill="#fff"></path><path d="M77.044 18.514a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" fill="#fff"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" fill="#63BBC5"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" fill="#63BBC5"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h180v23H0z"></path></clipPath></defs></svg></div><div class="flex w-full max-w-md flex-col gap-4"><form class="grid gap-4"><div data-slot="form-item" class="grid gap-2"><label data-slot="form-label" class="flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50 text-[#44403F]" data-error="false" for="_R_pbsnpfjb_-form-item">ID<span class="pb-1 text-lg text-red-500">※</span></label><span class="border-input box-border inline-flex h-fit w-full items-center gap-1.5 rounded-lg border px-2.75 py-2" aria-invalid="false"><input data-slot="form-control" class="file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input w-full min-w-0 rounded-md border text-base transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-background h-fit border-none px-1 py-0 shadow-none focus-visible:ring-0 peer" autoCapitalize="none" autoCorrect="off" id="_R_pbsnpfjb_-form-item" aria-describedby="_R_pbsnpfjb_-form-item-description" aria-invalid="false" name="loginId" value=""/></span></div><div data-slot="form-item" class="grid gap-2"><label data-slot="form-label" class="flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50 text-[#44403F]" data-error="false" for="_R_19bsnpfjb_-form-item">パスワード<span class="pb-1 text-lg text-red-500">※</span></label><span class="border-input box-border inline-flex h-fit w-full items-center gap-1.5 rounded-lg border px-2.75 py-2" aria-invalid="false"><input type="password" data-slot="form-control" class="file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input w-full min-w-0 rounded-md border text-base transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-background h-fit border-none px-1 py-0 shadow-none focus-visible:ring-0 peer" autoCapitalize="none" autoCorrect="off" id="_R_19bsnpfjb_-form-item" aria-describedby="_R_19bsnpfjb_-form-item-description" aria-invalid="false" name="password" value=""/></span></div><button type="submit" data-slot="button" class="cursor-pointer inline-flex items-center justify-center gap-3.5 transition-all disabled:border-[#B9B9B9] disabled:text-[#B9B9B9] disabled:pointer-events-none [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 shrink-0 outline-none aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-slate-cyan text-white rounded-full hover:bg-slate-cyan-overlay active:shadow-[inset_0_4px_4px_rgba(0,0,0,0.25)] active:bg-blend-multiply px-7.25 py-2.25 mx-auto mt-2 h-[59px] w-[207px] text-base font-semibold">ログイン</button><p class="mt-2 text-center text-xs"><a class="underline" href="/forgot-password">ログインIDまたはパスワードを忘れた。</a></p></form></div></div><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/fa7e56984391c765.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[1661,[\"/_next/static/chunks/208a9e01975edf5a.js\",\"/_next/static/chunks/fd7dd3d8d20f8873.js\",\"/_next/static/chunks/beb60829d9c7c8ae.js\",\"/_next/static/chunks/1a19e0c2f66e6493.js\"],\"default\"]\n3:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"ClientPageRoot\"]\n6:I[5380,[\"/_next/static/chunks/208a9e01975edf5a.js\",\"/_next/static/chunks/fd7dd3d8d20f8873.js\",\"/_next/static/chunks/beb60829d9c7c8ae.js\",\"/_next/static/chunks/1a19e0c2f66e6493.js\",\"/_next/static/chunks/cb433cf8ccf88c46.js\",\"/_next/static/chunks/e8db8aacd3ac5a12.js\",\"/_next/static/chunks/58ca6937e0c6f68d.js\",\"/_next/static/chunks/a6a7cee05396b368.js\"],\"default\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"OutletBoundary\"]\nb:I[11533,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"AsyncMetadataOutlet\"]\nd:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"ViewportBoundary\"]\nf:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"MetadataBoundary\"]\n10:\"$Sreact.suspense\"\n12:I[68027,[\"/_next/static/chunks/208a9e01975edf5a.js\",\"/_next/static/chunks/fd7dd3d8d20f8873.js\",\"/_next/static/chunks/beb60829d9c7c8ae.js\",\"/_next/static/chunks/1a19e0c2f66e6493.js\"],\"default\"]\n:HL[\"/_next/static/chunks/f7d31a92ae0740f9.css\",\"style\"]\n:HL[\"/_next/static/chunks/5794f114130fe7ad.css\",\"style\"]\n:HL[\"/_next/static/media/ad9c66e761fed85a-s.p.bd81a64b.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/b221d68cb2db2d85-s.p.d9561841.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"VUYhAqUULcBB5aI1uLzJd\",\"p\":\"\",\"c\":[\"\",\"sign-in\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"(auth)\",{\"children\":[\"sign-in\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/f7d31a92ae0740f9.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/5794f114130fe7ad.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/208a9e01975edf5a.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/fd7dd3d8d20f8873.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/beb60829d9c7c8ae.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/1a19e0c2f66e6493.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"jp\",\"translate\":\"no\",\"children\":[\"$\",\"body\",null,{\"className\":\"noto_sans_jp_6f1cd4dc-module__V98abG__variable sigmar_one_c3fe9fb8-module__-SBULG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}],{\"children\":[\"(auth)\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"sign-in\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/cb433cf8ccf88c46.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/e8db8aacd3ac5a12.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/58ca6937e0c6f68d.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/a6a7cee05396b368.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$La\",[\"$\",\"$Lb\",null,{\"promise\":\"$@c\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$10\",null,{\"fallback\":null,\"children\":\"$L11\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/f7d31a92ae0740f9.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/5794f114130fe7ad.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:2:children:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\na:null\n"])</script><script>self.__next_f.push([1,"13:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"IconMark\"]\nc:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"ログイン | Print System\"}],[\"$\",\"link\",\"1\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.bb66b89d.ico\",\"sizes\":\"53x53\",\"type\":\"image/x-icon\"}],[\"$\",\"$L13\",\"2\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"11:\"$c:metadata\"\n"])</script></body></html>
          Evidence
          X-Powered-By: Next.js
          Solution

          Ensure that your web server, application server, load balancer, etc. is configured to suppress "X-Powered-By" headers.

      2. X-Content-Type-Options Header Missing (1)
        1. GET https://print-gakuen.com/_next/static/media/ad9c66e761fed85a-s.p.bd81a64b.woff2
          Alert tags
          Alert description

          The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.

          Other info

          This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.

          At "High" threshold this scan rule will not alert on client or server error responses.

          Request
          Request line and header section (534 bytes)
          GET https://print-gakuen.com/_next/static/media/ad9c66e761fed85a-s.p.bd81a64b.woff2 HTTP/1.1
          host: print-gakuen.com
          User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
          Accept: application/font-woff2;q=1.0,application/font-woff;q=0.9,*/*;q=0.8
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Referer: https://print-gakuen.com/sign-in
          Authorization: Basic Y2xtdHZuOmNsbXR2bg==
          Connection: keep-alive
          Sec-Fetch-Dest: font
          Sec-Fetch-Mode: cors
          Sec-Fetch-Site: same-origin
          Priority: u=2
          
          
          Request body (0 bytes)
          Response
          Status line and header section (308 bytes)
          HTTP/1.1 200 OK
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:03:14 GMT
          Content-Type: font/woff2
          Content-Length: 24996
          Connection: keep-alive
          Cache-Control: public, max-age=31536000, immutable
          Accept-Ranges: bytes
          Last-Modified: Tue, 13 Jan 2026 04:14:49 GMT
          ETag: W/"61a4-19bb590461f"
          
          
          Response body (24996 bytes)
          wOF2a¤õa,‚
          "ãZ„(?HVARˆ2`?STAT'*d/l
          ·Pr„0›6$‡z †0 $‡|½Üª[êBîh­^ò×#zEŒD!7þÿœÜ!XGU·U‡à‘ÕÓ]*DN®îA—µƒ‰öcx§á³¶sLn—«Ðôž¬çØ“Mù!!rL 6’‚¾ìçDaJ4±‘Žz£!Z‘A‚d¤Œ‚ø\	K?÷珅W¦tQ,#~OÍ@Rºíºzd»Œ†Œj<ȯx·ðQsêåÚïgwŸÜL݋—@&I„Ɛ˜.ވ¤ÿnÚ¿'@ A`…JŠ¯Û­ÝüD½Ü1™úU|ñsúG¬…@€ 
          „ä%yĕ¨q$A½˜W
          [EdíìygÚNÄ;“O@ŒÍB§$•‰'ÓDœ__r±v‹+Q‡ç·Ù#TZ1Ýf¯]ç¢]–+£±‹4z“2DÅ^Ôþݬ^ò„ j2¢¾w×5WÖOìkÝfg×;b­S´Š¢ð0À³\?‘RdãúýÒóöْp#°€øÊN¥FãjLe§²¡Mv~L@Òï·«H–ƒ¡Ž§‡þ»/GÅ=t*‘Ìúé>`IX^²ßŽÓҊòŠÒù§þ}ãçÓÞYòˆÅ*Z·Òîºù½Š	‡
          Ô( 	bAš‚Y䨐T9Ýn¾ÛD§›o÷Íħo?í¯¤|	mC½Ô˜
          Cã7Wà›™£œÚŒdhg¬‡KI)0/ØRÎ;©žé+¿˜T;¯û÷ïM5Ûÿ„´Ð%ðâê"dsKŸON-§JW‹÷¹à¤%<j–5ÉX`㥘–¤¨Ãežx‰!v®trÈ¡tCåqՅT”Ww©hwî
          ÿÿîýf)]Ñ5£ªBu¥gíü$Ó)ý}j·Mý“Üd*¥UE_´C;,FÍBq´ß·ºƒÇŸ8ø"±QÊ×ÝówþÎ÷ÐŪ¡ÑDmðÁ.)„™Ò€÷­lùùS3ÝIj5’îW÷ýó—O»rà\ªÇK)òZ‚YÅ%¶ÖUd›PW9†(—Cùhïï=—å,H™ŽÀR–ŠþOž[Ðë…r›Á`0Ü~Á` ìG †j[í l²c‘F%¨€ÐÆÕï~¦Z€¸
          ø«’óÒìكáÞv@yÒÛÐ(O“-@ö"ٙ²—ÉþN@áHp)1ÏÀsD8ã.(ˆ'¤N_Q%Uût&zÂ"]l®JÀŒÂÜ[hªsâlׁ֚ÖʳºÆZöÿuͽ]árïvi3ÔÀ‹·Ö1`8ޕCüƒIJîø¡ÙGðÓv¼H:“+Kåj­Ù={nphxdtl|Â;éó‚¡ðÔôÌìÜ|$‹'’)6Éæò…"W*Wx¡*Ö$YQ5½Þ@°B‚4PfÚÂXíʼ åPX‰ªZ,®©l—à=»ŽQǺI7ëÒ5×ó¾_½À]ÙU}l\?ô-Ã{à£ÆÖÿsm‡gõ讒¢m¥»Ù„³†x¡ì½
          ð"2‘óÒÖíò5ºV»ËÕ+ÅBpu@èÄ@Êwym»t^‘ÆËó67䘥R•GE·x^@]&òû´~×n­` NDÂÜ/]’ÿâÚ:wy)xe¼UêJL8· Ή01,wDˆ¬¨‡ý•q®¸[‹"N+×Íþ Y<R7w%%۷Ѝãx)T9 &‰@±0HäûÁÐCèoXÖʀ‡®ÓRQ†^þ)oÍõo:í$Õ.Òšo-7®=߇zÞ"šWYöy¡ûï@žæP‹]ìÅH–¾ËŒgGPÛOuÙÒȧÍX99‹_k^]QŽbÿÈ"/ÉP§ëÃ`"~ØVuZ	_EœŸÓ)‡ÑCk¶1ÚâöÏÛCH}A[¦îþ† zxÍ|úmMô“dγÃ'qý~5~ÚÍtÃPÊÝE¸š2\‹æƒÕþò BBW›ìVŒ ÐfPÝÝû^^{¸gq"»{0Óý.îרÚЊ¸o×d“%ý”“d«¬oBèè<>Ð÷ßÖî²ÃÔߺs‰øi
          å!2÷ö2é‡t	æFjBÂé6¶4„¼»²wùßÿ½»â$?bØÄöqmBÄÆF£Fš’¡X¸!/„D}ÀÆ©¬unÄÊÈŒÝ|‰qû:»´^ü^Þ)èp^«$ H Ñú $q¾ãºýêƒsáC-Xñ’¢ÎFx×{°<vÌÄ.áÒÛZQXåɀ—¢gúåšoÃê˵±ü³…P¶·AuYg6×u>‚ýQñ	‘þÁ;;IûÏØ«—w¹Jæ‡=œ¡®>¬ÜÛ¸xÑnŒËúK6݆ª#Js‡º-Y{µ§­æÖn*uÙ*JùtݤòM¶•ïĦbÝx¼[W8ÉiÐ
          =…ô1j«¿Ð±í†å=ìËʵûØ'ù½5ǦàgïÿuµúKFÍ-Z0{øhFwÂ"õRõèySëá˜?ä}³.r.í¹uUµhU¿Ù#$˜pbZbߐýø,»*¸,Y'{9_Çíé:ÌÝ	þÑ)¾²£ÄòeÝÔÎz§—RH 4Ç~Ò°(Ë*<	Ëa^ê¹ËÆl[ëæõSÖjMÔG®ì­ýêÂÚ9·¾ìÏPš†"¡d­À5ù	Á¯!Ð8;Þ¶eŸk¾wðË4ûg
          ÇÓ¢<M¸–KÒ©àÀj×¢²!ôD©†Õ…â,£Y|!“svÛҎìÜqlkS»ï|¸þ"ë-h­sÔRátŸ<ûäZÚùmêŒsvY—=„oÁÅ*/‰Ê¸{˜¤]W„¥»ŸŸ:2k4WšœñëÃÄÐd6͜ªi&(YŒ»5>ëï¿X¡0Iœ‡+üg}ä•L(Öw¹ÛƒÂ®uqÀ‡$9Ù*—×ô”\¼¿%L‡0Žâð$áŧHDfÈç·výC¢½l‹Çâ¡S€zª^exÔâ{³éÄÔùAY‡D<ͲêBúêôÚpºËz
          	-u$—u 0¾¼»ReS·ŸHA„¯0¡`)*x× lªsë>ٙ†ï¯ÎUQ®h"ÒÔyí¼·“KšÎù‰ro
          A2mª>X݃¥Oƒ„«tÀý€ÒO‘æ2ºw@‰ì¢ ³`‚**ˆ‚›‚‹UԁA3šlãEŠ–ô=Fb~Ìg#È	Ž0ÉÈ/îßõøQ…8Ei+ÈÕÓX6à9%é9§þaú`ºjRKŸùg˜ìóNŽÓ^Ú%•¼'7͝$öHÍm·oq™ƒ'ó•Î÷ÿœY5cÙ¿8SW<³å
          ً:&Ž›¦Wé+úVy—¡ÓÈY—•ΔjŁþb×&ç0¬bìgÎaEL)
          vP'üƒšñ‘d„:CŸòã•:þËŤPû•WŽ-Wîö›n“$A…%Å¡šL˜‚µ1ñ,‘íq¯a%OÔ\Êk¹§ªÞ´„‹u»-æ^Û9Â/š‘<ì~Ÿ¾Z¸{Èá¥
          —¢‚g}“Ç8x˜jŠh"Bî<ÉR׾НsÌJÜo¯¯_JXPýëF%ó±ó+'EÓ¿
          Éb0"lűuFÔ`/ÖìØ·v-çøÎ»}Ӊ!䃽èÞ©¼i¶*îëxò°üáü÷•I™s¦–éµàu÷zCç´¸íNCå.ù›ðífMy*.ÏDC/M²]:íc1ʞ¡ÞâU‡èÜÍIP†#Àá·G”Øÿf‚€‚ŠÄÀ…„¹©T^1)„ŒN^ƒß #²Q6Ó*1Ü Aé.­Ê=j-•'
          S{Ö&É^o@¶Æä˜·­Ð%g*Üð¨Îãê½uS'/ëâì-½¨>õsñMó*®Õ %Ø4[ƒ´•`i0\ö‚]ÁÁàdp-¸¬–E CS°<h.½Áºàxp6è:‚3Áõàtp b°#hšƒ-Á¤`F°$¸lúƒ‘àX03¨)¨=Ag°&XÌ
          º‚)ÁXМ
          v‹‚iÁÔ`q°!8
          NkƒÙÁö`^098}ÁÄ`c078¬
          Fƒ¡`N°"˜ìö›"@­c°Ð´
          Mh„ CžÔÙ(ðµ–ȍ€ås劈(/˜ˆ
          †$‡NÜ'6Fñ~d*	IN:CŠG@”Ó….dzÍsÌÝûœ·Ÿ˜[÷Ñ"‡Ï›ƒf"f—y¸Àg¤ŏ Ò6tG/	qȝ¥^8äæÎrôüM"ØÄ‚ihGúJwZnèÀÒHáJ„)Ð1*JµAë—à’äQòîÍ$˜`ømÖLîÄl~„ìÅeåXp¶¼Ō[Ðë˜y‰¹¯ÿR߆*Žcr]üníUQ5!¹=ÌÅíÚA‚Ç<°)àˆ’ZÝô"eæåH‚G/Î0 â9õ"8†¡jhFIp¤°ÎŸ–õÊë>+
          äsT,³ö'/ÓØ,Å¥‚‰)¯˜Þ9ù´¹,%À çÅÏylô˜L1Ï1obž^ȕÎ
          !ËÞÏ}09@äîaP÷gC˜E·Çp>¨ëèê—-M_Ãiïªk‚CU¬¿NŽ(¯zûb(‚	3¡&dbPu\²:¾ÞËsCQp‡ù«ë”¦Ã¼ÿëF8E¢Á4©³æÈZ¥ì}÷Sš4kѪM·ôòº‚'¨ÕHd
          •‡bÉÀG0ð袂MßAÀñù¸mÞ7é-pcރØ%\Þ›]
          $“lü‡¤»›‘‚.­>N—Ìÿ™ÐÏÄ^øGéOõH?Ùh?	îÇÛÌ	1B>ŽwŒƒûa·é¨iKî#i™±Ñ–7
          `€x$íôérT…}¶“*¸©z|HƒÅá	üņå'˗ªÊf­J“/±Ù=%͔‘$±¹dQIYϼðßì^}jêú5hjÑÑ3021³°²±sprqó¨àåãW©Jµ	IµêÔkШI³­Ú´ëЩK·½úô[kÀ !ÃFŒ3n¤)ÍZ´jÓ®C§.ÝzôêÓoÀ !ÃFŒ3n¤)Óf̚3oÁ¢%ËV¬Z³næ-ÛvìÚ³ïÀ¡#ÇNœ:sîÂ¥+×nܺsïÁ£'l\õ¼d»¾¨Ù¾<|B¢iýÜôêÓoÀ !ÃFŒ3n¤©ÉÖÔ"|¿^lu÷>«¶~D/»ìSCÚ;”mµ¨^C¬QdiSzb.æ2$‚QƒýJiä
          ãä­ÕÊ©Š_ƒ˜6FVQVƒÌLºTÙ¬A‰[ç¢;E*¥ÃÖ4bPˆŸ“Û¹܄ššž%¹<—mf­é×ÀH¡×n,åWî¼r„ö&‹+98H(N5/®OƒPÇ‚¹Jvl¹Àì`zú’v˒àrùúH–çâ;Xl[l£ä©¡LŠªj‹w‘<¼$Üà!èóœ½&€+<A§ÆM
          Ù’nCX^-	OÁ¬cä€õ[ÌãõÿÁ+®LsGˆ_G»!^¸‚aZ×Qø,LðËÏÆK½hAg©Ýÿ›Ê— é0ñ8¾˜À		“žÀóü
          C_75÷§ÀtŠ0UŒò©Öj@GÛu¸¨mÖᗥH’-BÇÄo¨†-dl²î-ÜAo²› ÷ÒŽ7øK0¥vދn ¼_Càߖøï<(üÑYquݰ¥õÅý°€š4$žs82¼8ÿ±YDÍLÁp5BÝP1„‡HB
          èü3&îzaŸ2©àÿbÂ0,—ä3¹]Ð÷@Ð\}Pº=Œß2]±½Ao«ä×áoGòGòF²G2GâG¢FÌ
          ïûÀþýúùaƒOÄd&G»yWÙ͂U]; Ì܁6ò‚ñák!Þ,šz”—1Ú!àE8ñµ.¥‹g¹;Ì\ùá^úàs–
          G*¥ÒÁR¾BtÈ©€ˆv5x@T-6´ò¾G‰åïû‘˜mj›R!—4SS~£#ШA‡SQ“S}KË"–—êèmóž¢_Þ"ðbûšÌ‘D­q(O›-}%ìQCXõ£yzßp(O=^=Õ¨±v—uïºl÷zC=K@jü(†·rfÚ%jç·Æ±pԆQq!³~g¡I £©le#N£‰º;­VvuϪZ±2œÏíùjjéW3Ï
          l»MÝ^ŒǶH!xÕ>BȈqbÔ¨!¢‹y
          ]coh™	HDlÝ%„ Ð3¤ÒÇå<ÎTñF„̰¯³-!Œ+3RQâãFFY„I<xÛÍÚ‘L©Ø¢ZŠ!™×¾RbdKØÒ¢C>¬ËøœaHéq*ÂF«IÆa¢U]‚®’jCç$mؓ9 ¼wóì³É׌/»ÏÀúÿŸþÖ¯ðD	\z{cEí!CV„AB\ñ!¯ A0©Vk±Xˆ%-ù]i!¾ï¸>Z%¤R-
          äAf¹‚ìLpJ!@{Õê£*O2#ƒbАws¢”g(ʕ¸ÏBú$
          ?[0Pþí"¨•œEÛ³xÿ},ëˆa_¡à‘ÓDsíÁX¨,Yªu²{\ʔàViéFG«©Yê:£Ì(„¤dý·ŽÕû(‹”G"!жP*ó¸d™;–CÎ#Žxåä®9JøIóãlφ½NCR|ÕãAPß)dlDÊ
          ™Ú“ð‡+¶¢i .¾"kA‹ñ'8Š }é±³>ûÝH.Nq—Ã)g,aÑAün6I/›£M'Ð…W‰…ïk5Ð2‘o¼ ÆHe˜²mÍûµíw;ÐÄâŠrÉv%z¤ék¹T[iäB_÷…YX…´Ípź:±ÚÈ-hǃÆ.ª;@êa–äý†V'6wÁ÷[µYTª»¦i3y‰±t¡ŽÏùá©.)N—Gq£=v¼Êì€þ¶(XÆÊ—¸Ÿ¼	VQXd§ᨬ–øÝ­ S+}®ž(Ò¨žÔ¾Öe¢Zl9`—#åPvíNµ a°°Uí
          ªg¯ë²!8ݰLސ™0(õ2ßf7•°¨~º÷á"g{È8]Rïܨ‰UÒâóQd¶²¦‹¢wPhºôKþãMW}³n%G*s
          d˜ŠÑÑ©f–Õæä–7QižMýގÜPl¿[qÔeãÛ՗RTúÆWŸ”ÿl¿.„Pd(\ßXGø¥‘óœ+YÉIís[ÿ´ŠM²&ƒlÐFùq3IÐXŸŽï±|'bs(Ö 9›#õns=…ã+›µ²? u#’cÉÓû,qŠaùŽa’ÈqjŠù>o¹LEBHœ%åJ⩘ø?ÞI"îo›‘¢‘€U}]µv~wÓí2ˆñ€?kŒ¢U¡_å:û´óÐsñ.…“·¯fÕ8*ŸªûZ’å©{%z­€%Åр<àÉLr…cƒîj†.ìA'ŠA+ÁA»e–ò}c݆ÝÔça¨Â{Ã@ÞÊðå:5eS×Omg€¹£nds,òEoî—ôÂà¢e
          ´½úwy³Ü՘ãá"‹y†ªwÑ^Ã.¯£(޲ä¡v½jZfÁÁFZ=•‡ç>XB2¾€ùOÔÂqáݾéâ¨Gz¹
          ÄòõžmèX৤½´‘Ñ|Tò^»Û-l
          EõvêOü˜´Œ1æPåVò‹Á½_F!ô^洆&¡Öd¼ÞØtÑ:+ÝUé#X÷^ñytÄÜA»ÅMFÌì‘,£Ö¯c‘³“qí2t–µh×[ÖHV$Ÿ2·tw„Ã_1ˆ#’X)}¤*{¯˜Â:uãká‹yB
          fÈÍå9¯ÐâcJ£“Äð"ªÄÖ[þ‡!Ì¿Ù!mNÅp8ö/卭©ØLF«7©Rڐ%úœƒUÕ¿k+9Â!½…ñ9³§WÔäm{Á‚^¿à´£§R7ʕOzšoµ-|!™‘u2íöLBG	uXI2€9~”#mñ/ñ!ÕšT·]C“ÜÃo$N%t'wò×­©Zpi9ðe²aÄéÉî×ùoª§®
          Œâ»͚?TêëxaÍh;T§!<ûéÐzƒ	½àU½f®í.w·P´ñµõn}L@Í䍝ÊÈÅûíW´Bm)œÆ.L e¤¤VZPam”^+Id%‚D´`
          ;œb[wØÁdª~Ó©¬¬¼Ü«°('2h™lXÌC?Ö£=Ž3N(I•/¦Ä˜¢yYÆxNë›RøfC$ç[ÿXÈêVp´-£)Ú{r¤¡(û!cdr
          Õ-tÊë_ÿú䓦¢v¥±ƒ8á®Ìb83®ŸaPÜ®YüQ¸ }“ð«Rš72ôíiG+W‚øáf.–-q_—©I†úy–^ËWæ†Ê¨jW³žé[÷µÁÃZˑZ^^¹²Çƒp´­¸Z¯Y®`¹XÃaq«Ûʍ)•0…㫵$%§›öqz=g–WÁ¥q¾»R£\•²§2”‘°5%¢41
          ZWú7°µ*ö“†ˆº5¡¢ԝZf…‡¤Tތsƒl„µÔ¼~<›¡æL‡RV¿®ØïÈ”+ÑQ½¶#yG;ºX–Ë”5i샧ÜÛí{ݞ¢ÝÝ#»hŠEÑúÚP¨MÀçXURÓ²¦«•´{]@¹#"ø)wøöý+x˜ô- èÂ=uƒq‡à˜Éü$´è
          y¢Ä7/À—WÔ	YÁ°ê…ï¼xcJL{*Jh…R-IN¦EýyzÕt4€šU¿âÙܒd(´ØM=vÂþ¢ýÈ»q1mמdPºsÙwd½,¹£mтúÙ´F@saí¼ãr
          kÁ2Uµ‹CàÃî˂ºóî½tèðóõ]uy&‡Úsñ‘rǯ“5ª¸–­“÷r»&}*J•
          T¾sƒZÌÎ}_8%;/A=åÎ
          \úÈÝUÓL4,Þ²Ü#3—
          :íâ´LÁ}³šqºïW'G«q¬Jߘ8¥AÔÑãòÿÞÅÞLG©¾ÛΧȔH_eX€¯atϽ–ªÃù~–½f>ç¿nÞGQ—sƒÊ.¹4‹Ï?&ë¢Ñ›Êô1ª¾éË­ì=n/è¤
          V­·‰Å‡˜A»N“7GÓ.½¨-èlÀTúull²”¬5„š)’P³Î8™ÝðªîËLñþØÁKãä‚=O[ĵýîí‹ÚÊ»Æk9‹g½U¡£È}Þ2`.¨å¦ÈqÙ¡WzŽatóÈ!¹°dˆ¡äàéŠsÙtn#1£Õ‡ÆÛY½×9x㦛óʜY8«PÿI•ɪúû¦þÕí‹èÈHäÈ¢á~S¹3[#„ïî:ä£^Qł“e"°kàÙųïÆ}ÜÛs“M*`·_ւõTÚÚ»ÑÍÿG“ÇÍä©Û¡z}~áztÎúÂüõàVIúÝ–!íHmPÅÀ=Ü•PbÍ£uPCɛŸÅ=Å ª¢Gk ú’ %|
          :ˆ>ÇÞTÏ,ŠaÇÞØÞ‰	6‡[Ã'é¶HâV’–Çg;\žÚÆú ñ‡ÇÄJ›CÆ¢m0@òÉ&•òÝ~†±­‡Ôƒ ¦HS A‡k‘ì6rá¸<£(h³+Aþ#U·TW«¥M#\ЦÅbšÿÞ÷ÞAá:âq©SLбoÅZ½¹¶Q,ý~CI«¸ÒJÀqÛt>¥­œc`¬ù§/”ÙrîDÅx²+cÖÍÃ=ÂòòŸr7úføsåج¥1d
          «„ͱ[5¾r«†ce86#Œˆ,¯k×å;áÂ
          ó®?·Õ)T:X^Ñ·»îìÚåú™(tMúßçæPP@¨t’¡CªÊÐîüY~19ï€ÀÌnEM¾»—Þ‰Oo¯/ޒ€•5SÆ(øiäà>*ûH5|t'ž%³Œ¼oÜ­…¹k1ùs9…' ™"˜Pü2èEÙwr¨KŸ¬
          ^[H”¶ÒË;55É;N´Ú˜—|rŠ
          Šü(txhK]´E‡[(D}±³‹¾Äÿ	jˆ§z&‹çuí„ëû‰€£1Õ¹tͰhäB.[Æ	W­U+µê €S{œ‡vŸmN¼rµô7"ø%ó–>jù).wœt¦C(º;™Qr Éb89jÓȲ^j!Æø*Q€ÆwˆíîØnä}6>Ë-RKãÕ|†Šú´›|ñŽò8ô:Æýö6ø
          %«À
          ¶š,V¬€çò«ÕU‰6ííO_ÁšTD\QÆåOiå	ž¬ÑëÖ¶×Ë'öqä1üt ›¶d©ŒÓ\#ùÂPû»dE­QyxS%u‡ß§gêD”ˆDFˆ˜„rZRüûÐEý’:$d×;ôÂÆ€¼Šì*~Pp̵(qŒÏhBþ#ܓ…×S[Á*”¶N I…LŸN™‚Œ¨+ä"®»‚%(÷ñ™	h¹ÍK{ešlD¾*ÞêéÏA>ƒd60y·W-–£¬´>±“J7ÐÙ5ßzȇvړZÇêg€[8…üPËŽB·Så1âގu½ßi`èE”ˆTJˆ˜DRfôý¬mõŔò ˆÝ`Ó›
          ¡ØÏ”ðÞÚS2½Ñë
          VÈ¡
          ֡Ϲ‹ºßÑmڟd¬\¥¯\Ówɑ»dén!<LXyzpFٓȈÜ÷¼.èàÚCM%!¾Y¤ƒMLòÿÖsè.øjýÇžLlcQìl–Ro]æ³9ù…9“ú×Vú~Ϝ ™o¶™Î.ë‚-AßR³‰Ü¢°a"sx_Ϧðí6;µ8 ´;ØüÒ¯ÿÄ·à˞-[n…mr~—ÇÆè«ðv3-έª®íáº
          Îd86ÌsÈâ¥M™ß6–ú%Ÿ‘ó„K(·.Ú`]=ÈDÜ"¦Þ¢Í_-ÔQ0$Æ@(Ô-^µ§@FtÞ^±5—É]å”C¸Xš%#qštUƒ\ÿ‰=³ƒõNCE›®e󾥞Ù@Ü?åî_P†‘§Ž±9bnò$»…&M•èró£^ºÐ?èÓ,47k–Ö¼ò({[ӎz	è¼}¬gGÔx¤£Ýx|G¼{nš
          *çkÊ=Sþ¦aÐy{=1I¤i¾v"è¼=G¬áÒ Z#èBUnªrœé
          ±6ù“}B«­RúP󊗥
          ùôÍÍÚ¥¡@@ǟýþñíLtÞ.ÓïÕSnSúööÎÛe·Á»8EX|å㇍T®YˆåR
          åÄÊ©p=<}M?ˆ>=dKЮáU+_ÇæƒöØ×æŒ^¯ÖïþšXoçOÈÓí;?Œ+Û)2]îrô(äÖ|˜³æ#?Þö\9ÈÇ2xè]49¾íi0¢^ø|›¦ÎÆBæ¥ÔˆÞõ¨ÐÜ\”}Ž“sñPìëe¿Ò ÉÕÐ,57kz}.gŸú¾Ðö@çíKþ>JyÐfVÆ{ؾíÚätwEuM¯i`\4XP³üÏ‡å¾ îAU5Sãüñe«ÏÇæ?>ýø óö3Öæ2™× •…›YÖ㡁…ú֊@°ÕX¿ÐqÏk‰=¯×
          ®bHµcÓx—Dnù¶{<üïŒt®Q,»*™J}½àãæÂt™3nS³/oéäO›8³L*
          5ðAæõ¯‰¿¾þC±Xƒ†Ö¸Y¶R'뎳E’J¶¼»n¾ uš4A,øãǪ±åJ¾žÔY¨GêIúÍW(?ÜÏdÞ¢Ö\;ðòÜÀ×ý×k¯ø&í¹¢×ËNÜ¢nN»;Ïq¹\à¸{cPí|¾Š>öޗËldVë—ïQž¯yg-mŠxȜ/¾šý¼oþÖ9ZïWÒ2g¦9‹ú¾*{ëÈÕÏÜ@¼QpþÐU"è8yítñÖ©­XPs©àµRÁ'+@•†-ӋO_GµÇÓ#¯,ò•lgšü3@Ã(ØOÜØuôâèÆÒƒ‚ȉØLq^ÅZ©,Ê܃ËÜa/bªÍ\TÄ#M©Ý	~7ÊR>ԓ¹ž%ײU&>`ãÊdWª_h™©ð­Uzö /ªlÑ_–…4ü›ÔêTéh1N¦éf˜(8C«V5ŽêFÛ´‰¶Ø²ø]U‰:lV~{¤¼œeƒï·¡ü4Ó'Õâ‘hP;ÖjÐòlÄIDí{p1iB€K|'À=k<é„è҈NØi´2ڽ倉Ówè´#!Ü µV”±T)¯Ý½*·xÆ$h«ÕlöÖÞ	Bš Ùm±s½q5èÜ!Âé”Üõâÿ!6M§ÜÜöΊ<LyÀ€…:™a´!•gððT&rÝΓpý>® ˆzü2qâÑÂq^¾°U\z£¿¬ZöÊT,¥·]xšª¥PMl.Ũ…iT-L1ðØT“–"8­‰ÑùZWKQ¥-øRQ•´Ã_.‡¤R¯«¶Ñ»ÃŠ ‘_!ÄìÐ0:gOŽ“+ÊAs1&€‡Ëñ­»¿Èá`
          Âax\P¤ÍN­ÛÛ¿yDÙNƙ—žRS¯“Gw܉—°ÀŸå\ÎHíîîL\Ðø4?B–2uzå£Gl—»¶ÑOv‡ËƒZªGøÉž”(;(>áã{hwocpº£‘pšV­f$Ռ’Ã
          ÀZ3ܤkGZ´Ê"åÂv«MØQÉd¨tج‚v~S@ó>̀è¬ä;Ò¹kʼ¤ƒuOKw(^”Sbú<xîO.M mú°@ê,çß
          9Z<â•ôU‚øëY‹8äÐp³ûnN=É!{ÔxW;ø§L2X홪B¯×±Éã/|=á ±Ëªleš«ô^ûžéº÷©Úæoþ³S©T½ƒ
          ~DñƒùFNmçG¦.–÷÷7		
          tôöCMρÿP^W²É{Š€_!Y½FR£ˆñ Üjʦúo•8C¾Zâ|rÌ_öD6¨:˜M«OÌåé{Óvçé÷¦ޅ¿£ßœÁüC–LP–²ùÉçóܑg*Ç^½îů*§o,ÛûÐßZXâïŸM^Ü¢§oQZwã#ÿ\p:jQùºy8òg¾N}õº]0ŒÕۖzé¶þÌ7r?nyòÑKó¢<mµ
          Ý=¾ý‰6Óßþø–?^sð¹ê:ܚêDÚ)k¾¦–P‡¿(¤!í©Nšÿ>%©˜,b(¥éµ*NäOäŸQ¶*½N¢`ŠÈXВç"¸@>
          K3’ô:;úò«G•^+U2Ĥbbù}~ҙj§~±‰RBÙôåJªé¤ûî-M4‚ë÷ØÒm•ßîÏ_„
          vÄÞ¯šSß-]ÍyûÐ
          óc¤ËÎ/ÜlŒ­
          Uw…O×Õ&ßQŠ¶,êtyL"JêuüZ‚/o:÷YJ}4×à7Ð7@[øªxP+,©ÁÕäLoS.sp:æ+?㘭!¿$VœPØ•
          Hq·©Ôšò7È©ÍVû>·wŸÕq›ãð;íu6‡¼Ð@§è咐µoÔÃκÃÌbzDb´™Ù¦Åê‹Ê[XàÎý÷C÷W;÷È­ý|ØFK³’mð=òøÀEèÁŠÕÛîýàE@áµwîaçñÑ2%ýcÁ*ދû悛>TF#8ç¿5à	Ë\G‰@WkfHã	ºÅÐC.š½À„©`Ò(E¥z;AaüLµ6
          «ùè±ï´„i¾÷Ö㥔Ã&‚§ÀQpéÛðdDŽÂc—ÆKð$Á<Ê2.L$¤ëý~éºD͸Àb™A9™g½0Ù	¡§é兣‚Q‡C0Žôr5š®ŒÓxF͛nÏ0(
          E	“Vò…¬G—-t’!\éújÍôNaß6PÀÒýœ«<EGùÚÖ÷\’±¤ôi••ÀÔ°íåïa[‘µ—_(^þv 53$ •
          §®cZý†K®ŒåΛ’ùÉÆÈ‡ËÐÄ%Q¡¤Z«•ÔDŰŠÅ5Aq5WÄ9Ë÷°›ƒÇá8yµW¥“SlýÌFPÑvçKeÌ 4ÔK,Få7Aeàð~âj"8õa‚F¥ÓÆ	„qJ›øŽVDgÑã3éE@âòr-¦×Âw/]‡¿„†Sè0WÕ2e›Å&MiÖ9<(¶ø<ZÆwòj®©ÿ 0å°ý[‰Ñ¢(£hXÅ^y½ãw|6—L/T
          |Æ¥ZþÐmÙ}ú$¸ÿä-ØS!‹ëJ'o¬…=`Äz0˜¬Uí®ªe•Í¡а„ÏԖ´ré¹àˆ)¶KX>£$d°2+ùä)äÌh&9R$è
          ˜¢õhô|fʪÌH';|›UAvêN"Ã͏sZc؛ã	·Šea2¼r£ÂÂ`)ƒröR±0’‚£! “šFƒ)¼ɍW6^ª_¸FD\Kn¸²á£(¸@kco?ŽÇ_ÈÏÿǏàMT²;M÷þRJÌ»‰-¾€
          )»l-ªÈn®N²œeü(›`ÃÕ«õ¢cãWߣþ“}ŒÍp¤œRÖþ.›6Ž;q"24\»Ô(0/$6•Ë%ëÊ>6G¹Ò§ëhÎ`aþ@NÒQ¤œ36l£8îÍ@ÌÌm­¿S2îLŒ'ÇîŒw éŠÙŠ gIŠ5XŽô(žmbf@>Ж+hމKï|¶>7WŸC²>‰öÅ}h4¬CÀ·IýŸf 3u4Š—I÷GŠu$ÈP\R‘’ukŽè bˆ_ˆ8vo!é¼8ü;N(ÆV¶ý£*+²‹Ýt“é¨Ä¥*ÁÎ5c6kóÈ֙¹.$ëЈٹ­õ>ù©Yw&LjzU÷Jä#Î^F+bÖÍ9GA•EYª.këÈþc´)‰¸–uD޳«É}ÇÇH“cˆ±Ž´ÖÔ]¯т
          q:‡$?!£~çô¸xÊ;øw{nï./5Uh§„I-†ž%1¬
          bë4;ÏÕ[¼î·-:Ì7Ÿ°ð7mäûY!ø
          11FŠÒ—oAñ2ÒÛçaÕÔ«m,è2C÷ý+„DÊ'™ÆÊe¸&þ
          9ÑK±Z‚ÈA¤`šõãnÜç¡ur®3÷˜z@Z݅e"ÅPlÝl‰æÐý\›q­Xÿ,bT7õþ¬®ã¨ˆ’´”£]Dz3sû}aéÙ%_E:à–þ÷ÞÖïòVÕt›û·‚ӁFùçýd¥ÂÌ¢åéž×åÑèÅW‹(‚N‰ÖUݨ=FVµW fka’–Á,½V@"b]ϛ‹¹LšÁD©TO¶}µ'Næ»Qg­aÕÎtOAk§ãÙH?²
          9ºM`±'[—™¼5„Ü«„¬frÆ0N¦ŒWðÿ¶H¨ÎNþªÑ9Ù ‹8#‚å$|’=&æi÷“¹Àå,ž"œ…á³Âo‰À`ùÑõÏa2Xa˜°¾—ÊZDÕ;^¨u(U!)§Ý½
          h¿FA{D-eë±Ofd"(yfˆÌ ”Èê“~zo¦ƒB8š·©Â 2ñWgûۃmv¶KÂO\2ÔÎ|Ô±×T¼‘ÿk„øÛY×)ùޝåhùŽÀ‡‘Qá’~‘0k%P˜u9'œ“
          Ó‡f`q!
          ø|ï}lÓôaÒÔaÁ¨kÓÖ]vís"ß%á´´øN)€qòF¥¶Çc•u6ªLâ¸0É2Å,_ÁHÈ´‚º T¨ñËúÌmÜå@W»ÿqìO}±èˆðX[D:4_³<í¼øæÙCâŸqh¬÷1:ÌЮÁåá³¢7‘ÊÚ³±|	çÕfíyn­>L²)¤å›Û%mi!\.á­!¼ˆ{,L°ø—‡BöeºB\üó¥5¹k¾Oyþî{«5’‰•tœÁ‡™³ÏÒö^›DP³‘\kÿ¨bÖï†|ßÇéù©h¬™ªzàèz$;8æá\åCUÚµ6ÃÎÓ7Aó,øË¦í7[ùV‡Àl¶’
          /ÁWöôÍÇíÇÛ;ìG¢}+1ùu{²ïµ·nðk÷$j´ó‚€€+o¶˜@&.×õyK¼8{sD¯
          gQØSKYø:>IPZ»Â8ÎÓî5C²P9¿Ýjãw„T2	ÊüVàíØìH{4 Ásð!=²zuôÿfý(pt0·Ÿ˜ALá>‰¬¹ñ
          £íp%ZI˜HÆñŒæ³•\éÈð‰Œìî|ŒxJr[9W²i“5k
          £ÌÅtCrö	fø]ߪ¾º‚G“Ȫß+)ÝSÒ]²ÂoÜËfú“ßë{bçm”q}Ëxª¢çú¾=|ŒM&L©íK$IÇh‘£öû÷P^ðj°ïUü÷?e]ìºïôIˆ.”UŸ…¨*î¿ýÀý0™­-¦8ÞÕ¥>ÚñÜÂäú™¯¨æd…`oC=w>îÓr-¬Ò9B@ҋ/1#¥Ðø`‰™„ÀÈ<ʇ†ù÷xŠm¤’”mxI¤¶ «¾'U~Ÿ†lyŒ.w6´X]Wü>kì܃–˜ßwÅe­oaa–Ê®oµ¸.ûý–؃ç¬1¿ÿ²ËÒÐZj„ì=&‚¼ÀÞ#d®tK!Ëãô‚û¢åMy|¾Y×ÿÏí;ÓMV³…<¬íb¾ºç»ëpmÂ}LPC²-:ýWîöï“nª»:qtD‹z¿C“esŒ#gä;3†ìCÞ¶ïrù/ëï¡|gS¤ñ·ÊENqÛº$ýdbéO¾‹\N_Ö֑óÓs΂éÇĄŸgÅØÀ‰;OùÊ®¥OeÝi‰Bñ¢§ÉŽœ™ã”¡·'­™ÖñËãÁ©G¨ÿ3×OŸ0ôôÀ­ï¿?„–ÿ”Ñ:=ððÿ˜ì³f®êKëVõU¯NÇà=Ê*Cpê¬ìì'Ï&dU¿wŽ¾4‰¹ª¬=•~F#§ßëI¯ AÅĶ¥ø‡E¾qJû‘Gßh?tàF­äڇ‚káEЩ’–'mo{m·Ã.”t”vúîŽvú^p“‰9n:4êÀðòeçf
          ²š"¢Òxµâ}Ée‡ï®}gÛ}¬ôk^ÓÊ
          ŽÁ°²À^†ýH3)&¸E
          ß.¶¸ƒåy,‡P%
          WóH1Ï}â©Ïß>Ð[ØGžy>?¢Œ&ê8²¤Ë¡mªœè’‹àˆf„܁æöoI’hS˜ºÎï4Ðó)~¡ò›xZ?!þ°Û泍0ÍÛVr]xй[l¿‹Ý3G<šO–
          0G«L!³
          ݃²Û
          E{* á´™k¶nwô}[|ò%¸­#ϔÓ¥bCõï~¹o¨ä¾9™ƒ¿œ"®í`
          w4g>ûÎÏ¿×|ðU;ü­rtήëWÿúN;l¼Aì
          7w º¬ÞX“‰ÍŠÿQU;½hQW}û­K;Dœ¼¼äå頟Œ$@až³Çb³ú</²­E¨ÐO·ý³Àe°o
          , §4¤Œ¦ÌÃ2a-Ø_±³Ø2A×£×!vÁ³àBHÁEØý©'Mp‰ð-ø
          üäÃÈ>ÒE®w\œV“Ö™v·\Ž\™\'yœ¼lНMïMß)ßj¸@Å]ë\—ÜÕ|×¢S¡:O­Æ&÷÷z÷÷ëîF±—L!ÏNÏÿÑeèӒ™6/÷^‘ѝ±„i0/Ð$} ³>s‹åÑkÓ·Ë÷$j
          W‰ë±,0Qò²¬MøB<ƒ Fm¦^%ä­¶±t½íC÷£O(–*Jì¸=Àä™v÷­ÝÏtˆáýìHÏ-=/cél¿2ål÷^×ûN®€kT>ªB¹"¼Í÷ÝÞ÷j¾Ae¡Ifûß&t«žUøûý7¼ÒÏR;¢Ž¸'çÅJq±¹_z™Ô©
          ì~y *p޹XŒ`´Ä¦`Æ·E’çֺ՜èvýÐTvä®,ϙmžÙK»¡pJLÉ(¥]öj­ME+i[Fîê™Îíêîꑞ£èØÔÍälžˆIž §×Q'§Þ£ÊŒš¦eµÛ§?¬ñ±¾xìÀ̓3¯ŽeÇZŒÏ˜Xñf¿¯‹7š\$!‹ÌčsOÎ},1DZ\\O>2ÿ‰á-¢0YÕÔVA˜‡î¸Qa`ÊmÖö÷6çfcdS×»«Õj>ðž~BOùééÿÿùPwë”Òƒºû$'I„á×Ûº„Õ6HçÃ- 1¾ÌdXЇuÀÔÔ¾Ýîr-ÕÊ!0ˎ
          	!Póh!m=Ä¥á|¤iÜߜ¶§mï@îŠyµññMås3»úe?Ù'WɵõÈWø¥1t³Òå®°Ý9•¼!þÐl4Á²<cV÷¤¦ÔDeBá²ÉhˆžÏ¯[W/tÙ,P”!¤¨ðƸÄ‹š®$¸è“@
          ÿ¡€N„âºKÞ9SN3]ýñVµ=´˜̺*GhD#¸`º‚é ·4§EÎ3×daw$D Û¤M„å+,'BÆø|½!¾Õai6[<,ë3›Iì<ó¨W“¡zåÑ»¾K Ûh¶9-mžG :|xØ­ŒÐ©¸#cm’ŠWÀª
          ´vf†èöX¡RO6@ð„WÑmÿUdÁ*“’°T>9­ÄL¢›z(˃-’OúØer/—{!D‹¬’ˆrH9— æðŒ"ÆÙ¼t÷_¤ëªÄ«N^l7=K5J.ÎæuÛ0éÚ²íL"ˆXÕ-°âQ©œ&‹jeýҋ%.XªÎø¢ˆðÁ]ä’fð9ÃIGX$™	D…®<`SàÁŠR\;»dÉþ#“aÎgÐ,`}#Oøìò¿òa–½B ¨úr̳ŽZÐ} ´é莢Äà‘„U
          ðˆ¡r:\N·i¨ã[ׅØPㇻ­Æáyà¯0è÷”ÛAbPW˜¯»qŽÏ'$—ò:|‡ó8Š–Ué’yÞT«0;Þì
          ut÷±$@ÉFd£tWã@õ0p‚Ÿ—™d÷Ýá|Ct	¬z?»£kç´lç‹‘l}wžÐûYa!A!;’«Täl,…IГP`|4M¢{îAû	èÿ‹DS›C
          ãyÜŽc(üEŒ%v–ÃØG¡Æ®kuŠ¿ÿ¾eõAÜÔÃC~øy™Sª%CÀ(L„õ œBq°´hH{³=ªsj›_ËÏdÅ
          Þô5D":Q>®”<¸õ|^–¼º´¡¬;¥¹Qh`	iÎˊL¸lŸÿË
          Û£"%IÓ¬`_
          BšN쯒ä˜uٙ:ê¯ÊJË©ÑÏÀòJ¬w²Q†‚·…TË­bU¥ÝD–^J¦ê‘?üH[ Ɩs¹¿æ¤?þýä…OÅ/·Ôã®o©¢ÞFd(2gZÙMñºXñ☱:´$|(âªcîk
          ’0¨fÏ×0MMÿXšø5GàyŠ Í^1©ûaA†l°| £ŠÅôêÞ¢HÞ6é«Ä…,e”žˆ™épq‰þm ÈCHÓL!ÆË¸„¨þeÔ.´‹õ›‰cVrÏÿI3ë³±pOT‘¼Ãd†92:ç„ØÕ´Çó7Ä­Gàf‡HMJRQùÎχjhÖ¹¦®P„‰Ì•J9€Öli8@CQšŽFBˆoGð$
          \j\ ^µIç§H†ãJÜ`¯50&‹œ¸Ù0ò’h@ aMåCïƒhß&á}¿ëå$ÿÄ|ÿ~Öº ;r3މ™ºœe‹ZùROx¥¼5ŸÓCž…­=ã™cAðjÕµX¶¼Œ1V%UÛ˜ÍQŸ	(
          rˆ·—%Ѥٛ,M~MÚ6éò1G§J5"ˆº‰ã÷3ëIņ”[‹u]…ë3lvžPFjOTxþxƒo«0Á†ËÊVÁø'1
          J¾›»*dXÁ‚Åöžvë5ßbi›³¦PU\ò¿jX8Rúcñ/A*¶@<áŸÍͳDv÷<›N\*=	*ô¦.ÅlxžHXۈ¦Ü\ï`´$ãX>?—·Äµ»¼³"p—zÚnȆBúì7Â
          .JP®ŒæßÂÈvû§+†
          ê<Ú¦§çüÇ-ˆdŒvÁVà¡…“M±€AUnÈ)¥¾B!—ˆD*=Ø>MŽÞÚRåÃˆ×Æ]þ€?f,Q´9Ìñ§Ò'¦Al¹ÁÛ48)¹ÉÈ_î‰B1‰‡¼¢{!/ø¹ÃÇåKcžf#gYÓÄ®o…Ú²[«i¸ARŒ°6«<òÿ‰Ü3`ǗÙy-Ä
          NÖ°*rÁ»x¶?x_QІÕ7X•à¢y˜
          ßñ±b””ÔU°AV—ʧb@…¯Ÿ–¬)Ž1&á$DžpŠlU3vÇ)YyLÖ;Oš°òìíÌ+ªˆÑk³)#A™p乬¤©Êàçê¾Æ†^΍#8<ވóhB1iF­™Ýæ¶
          žÎM_ØVT²qX“Û+†S%
          z[ª2~“™@ª¤hc¯”㍛k¨K_:-i÷ÌØÐk‰ÇÎ6þÉ4J<ûÍ+¨ÈPU¢Võ`žK/AL~Ä_„~èËïŠ3;sÈ{Ãõ˜TØo®3$+ât¦‘™½á2]·Û,SÞÄÛ\IžØ„BÂÈOí¨îÜô©u[_ló—F¢ÊÞy‡Å $ImÂTÌJKù?îí··¬ú»\yO½qû·ÎÍûx`VÝu=ÕVJ/¡—"б¥8-FC4ŽÀ9„õŽcY§FÛúøþ,#ÅQêtæ€RùôùÐåw–ój¸+EüùǺù‹˜+—¬ãXrlF¶ó(PwÄéÌC6Û~¥ZÊ[ûgU°K>ƌ[ò;‡v“$Ï©§u¼YJ¤„¥×ëŒL…VwÝUÝNrU£Ḓ•¸Pkké¥óaºÿ´äéY6îO¹ëb¯«Š&KÈ9µŽSÖ[[aó)ZG je»Äév‘#%'üð-<° Q'xέ„{ödǬ1Ѽ‡Ç¶ôX‡ÅÈk@Â)ò£û96ÐSOE–‰ü¯Ÿ§Z=ƒÍ¡qïÀ5¹pƒæcVK÷¡ 3ùT¤Âú*`	G²4F éú˜œÚf²Oô6S¨Vbp˜Mu«G!õÙò¢¸äª…Ú®mùv HÊI q]ï,OŒ4ä‰j‰—Aۏý¨}'î¼3¯’´š9Zô8,qòã:ÀßR1A­‘-*¿wÀ–—þ€ß,œÎÅãiÃoèm²‡h7&ñ…$GG¿Âºå^“’~cËh©B~ïÙÁ@4–‡ƒit}›P+o’½”Q.g’)mAæåcû3úX“¥öJR€$Ô]ù‡0ÏãáÑëzp1DnžL&n…$ÙÓþ>¾´£(ë܊MžŸ±ª™JlÚÈÿË-àÙpʁîÕ{2ɋÎZÊà™y¬
          ÿàÙÉÙGÕ@X!þNö¢Ó~îÅÙSÌWïכ*Åb6¦\x¡…Èb`Q2mÛžzÜ2¸j^M…TV’+ËÊ(1HÝÝÝý²¾I6|{R©7º–[ ¬8ûn|]9]¶[@˜d!Å҆r½…Ø<^B2ø–T¼‚‹¿[“dXûxÄ£•[T\\”›ÛÄf!åSœ÷ØéºgçV€€É¥ÌÀÙ<~ð†í¡Ÿ ˜>þ–œ7Œ`E!÷ªØ¦qÁ*„_uˆ¯ýÈ~=_-ñ`•%Wÿ÷ž5¶ú€á‹?³Gs}î¾ÖWÿ[߭Ƹ \ßvgI6[Üo­ÁïÊŠô¿ÔÔèïw1šš[ ¢mÿÜÇ9N|‰Z;ˆ¦ÞDœyU(ÃÌyGÇbçNΜ2Fð¿M&2roâE¯×²³G8<s"ªMü1äkû";Ÿy“½èBXDtÏ=äÁ¿‡y֜¹[ÉWåò¤›d(üËá;ĴϊØý&§
          D\Ç›=Ð\»;+s=ºräÚaSÆ¡¡èuä‘Gs6õ³ùSýÕå wÑ0­á¡LºPÝÀ£•±Âµâ‰.mÄ	x†VB$#…“a)ÿ¯¯¿Ïü•ò{Tfs«*vð»HWʎ!TK\<èóݚüc*™®d¤sý29S¨v.®”žX`o‡‚‘—¢FÆ1rńƒô(/Vªè‘G‚¶¯;~Ӊ1ÁÌlù&Â¥¡"Âr-Ûó"æ‡/˾-]ü¼Ý…‡ŠûÊpà¡Ä'èæP<•C>‹žH`·™q¶3m­.Ÿª‰»$–Xådv—pÏ=B©l*/g¾Úªïï’*§Âjά!ñNÜJÕ­€5Ã4HW]RÌäóY6ˆ
          SN¤å°aï()§Œ}]Žò}Óè܍ä¯!&Yvg|Rš’sÛRƒ7¦ð•27,#&õEÕÔ ó6ûpQS™óRV+®×IL“Àû%Ýʈ˚æ¯[2‹AFc’ˆÅIÞdEnc]l@Kg—fR)ç,•eÑT’ón‘(,/fØü
          «/B%díúÎÁ9óh9rm{3åHüŸè‘êÎéV”J`	‚y7kmLf%Ž›'˜›°Rµ̓j1Ì¢Xn!j…”¶)pQÔØҧȬfR#ܲ68	3‰'ô›à?AîÅ»Þi̧%Ûì¯Ï4€!;Eîk-6êA7A•Õu?X WI…É‘ûAJ­ÍMÒ+ýs=¦#§—#QÞ\–ÏÎ<’s5œ¼Y¦ï`µ!í¥^	jZÓT’rYH^.‹²áÃ$›SQî¬jõ'e2ÍeùÇA­¼¯X„æÍÍJeFoW­[§°îËôÁ-_ƒt‚mNN×ܬV`u1™Ý,†ê¬¬å£Ä—±ÀDˆ×_Ÿ ±;êÌ}J*–zè!F'mùÏáµä%“ÕLÊmCsKèö°Ö°ÕNE¶ïíÄIý„J¨+UÉìV“ñ„“„þÂF‹ºÉU7N'm±‚ÓÎÄ㦙`ôÙ¤X8¹8Ï¥CT8»›>›W2OZ¼.e~ùKÅTs{· ÁY¤cƒ_‘7èò($0eKâÍÑÌh4«Iê¥]U¿ÇÒaҏÌÂYj_$%~'JJW¯G"#~Õ6øk‚S0ò…R!c²û.Ú1Uíj³rE$ŸÎdÎc#@-îÖ³t¾@Á39‹c/°–™·XÓìV¾ÈÇó|>0x¡¸”‰—zäAԖ¶>ÔyK¨Ôdpáüé·)¦iOËXÖ<ŸÓÁVªr&@ÿiÈ2ÖþÅŸÇåv Fç~à/&“A@IŚ›Oœò‰z¦1‡	šþ—Kxø”ÇÝvûx<Š«UáP˜ñyFÛ#¯ ì3ºpÜÏDÌdWRaæfx¥·EoÝý½úØq¹{DDx{ª¢j\hq¿!‹‡=C’²dK+ð;û‡ìvœŽ S3Íë£T0HEËŒF^ rk߈$›¨×«=YÁÂ;œó;­Vso{
          =ØhB×菭?°îœ4€þ3ËÇ/Ãæ
          Ò­Û !›1ËF`g)MõÔõu¥D5òø#qÉ{8½°ÊV/@õºªïӇSß}“<d!2R)i·›•d3ÄÆ[Á]ùŸ
          °ð<²©djC¹”·LÉAÚ#¨›F¶Æ(ÆB0~m`›k•ÊòÆZh	½B,& JE[8L«J²¸PõÓ1•§¼("ŸO÷Db8ÜeÿÜÑü$ø•6-Œµ/HBiZu=㠛M+_*OL¤²ãy·’Q¾2~‹t2iZv¡Øó¢1f•Š–™6ôøm‡z È‰Å‰¹)£ޝé)ª]¾g»–;iì߄/ëÎ;ª¸·è5<K¸ëþ»²Oe~ã™êDÓãŸ
          x;¼Jcܰ©o–ˆ%fÒ£±Tå_O»oÑú¡ŽqéŒý„Ù0îà€BÌhn!U2öõê>M‚Uw¨6µ¢¹ç¢¹bz!T:a¹–Óˆ»´TG|™“Õü»$ç~>"Û2ŋžšò†Ê§‰,‰‚¯¤eg9ZñHFÑñGÝìà'TÁ˜(VN²ÆE·ÚoX^(	ðœP®×³%q+Ïç$ä¹ÜœJdûÙ0̉Ýlÿ>±2|\¿ŽègÝ é!õ7AÞeqp¢úÏhQ—»:lc7gÏ-2«³‰aÀ8C89U¾¼ÿ|£ÙgtƒmQùè3-4Üo>=µ2ukqn®W£¬
          ĉ
          Éx:øH.“?’?“É­m¿®®­|Á0ÇXÕ§!4LÔ°!;VHõé\"YäÈذœž˜N4½ß‹”}YXOžŽ%¡PÉ*¹–U0É¢õocÓóÁI±ó¼KŽä¬—4»…Ç/TÝt¥ó¶g׫š¢JÜÔÈ䌆ú¦VZq6b“ùéôꎁì|$S#$AÍ4.ó2F·P݉xLXÉO:uâÞ¬ˆƒõÔ :¥²Íö%ÜzQß!ÀF¼%Þïc'Cœæñ‚^Sd]H³(V%s#—‰"m‚	“͝ÇÓ4UC,Å㖍šÛõònù»š“\éºèÀ²ÓD2Å8•8’"ˆµ¶“–TE¬
          7Y)fÚ^3ã`…
          ÊÁ“£3Z`­í'Áêa¾¼ë|Î'd\$
          ˆö5÷‹½R,r5Ex1u(ЂQ±XYQQ#{‚>ƒ­Ç֏‰Ç£ée©1Ìõê§>š¶liëç"XEÀ'8òPK¼ln{ÊMۏd«<£ž3‚ïŽÔ}¸ûô»Þb:$„„ÒÅúx€8÷‹å¢ZùRZÊ+JÿˆànlÊJìX)YG•?:A9üJLŒâg)Bo“EVC|d¡¥E™!¸A™Ì;³U·KÓD]\§„NÀï¢W¥ƒÚ)9Å݀•\c‹cNh=Wªó%¸$ÔÕ5W’Á©ŠåàGiÎK¹tYÈhaU§®n†Ã Vü]ýïægWD—¼~õÌôÏ»kLîE~>4' D›|ò»‹÷*Ö¤„€o²ÊI' ÖØÊDü'¾V3f¯_°æñh¥rꡓá½r¹/FÂ
          :Ãa+ogü2F¶©Ù
          zÌëÐó¦&ÔÔT²,+9qþ«Üô´É“ž="¬«_ØRï(UŠÂšX,ˆyֆüåЙLF¼ó}o¿ý¥f¾eÕwl‘Ü2Ù˳³´æÒ™!*ÊõuåñvÔλøV·$CmFóºB¥\‘þ³Â´Gd‚ÓèÁržÞ}V’Ð¥Öt„J.§9å)~YÒSç+Ÿùéhy‘¯ð榗•Ëg¦……Oénª+m$
          ´C°²ÈcptbVÀ‡¤Í\@ÛímeÎg|Ÿ.Y{t‚5iÓ÷¸£	ÏMDf¡ñvµUé}5;t?i_.CŒÀ5™XóœÞ©Ph¸¸ý,˜tÜâßj+UE¹¼å‹*äH$A'%,LHܺW«\z6Pƒ!±8WYRq',®Š•\zUÖ'FŽ«+"ú² àÇ•Ã$˜³íGÜæÉSE9ï±Æe}ÿ;’݋qçf¢ÑʹÍÕG^Üí«×·+èóøF«^o}@×àMX]<ªÁû`æß±Yz Àú‘UVõ¬%nºJÚÇ0­‘‹Ñ á9ý“9µ™ºk$C_zv^I$P®õ#µÂÌ©²M	žëŽƒÌpu»?Œ§PèŠzÁŸ±IQ
          qgkôü_NÅ
          ¹,ëcëâ"·¶'›µ¬A­ÞŠ×Õå—&à¬^V§K•QŒÖ‚žjµ/†ÔØ1ÙBZäß!‚b\4e°1,g%Ó¹„G3(òܽ-7ŽÏ®lx¢;î ¹[à/‰sv¯zî2ðŒÉ3#t=33“ºÖdu8yèŒHÞ¬ÈÀ	ˆMGÝ•?©ï7FægZ6Œ×éJ= ‹å¨ãŒ©¬înkn×í¯n¦2Så¨Gùũ窧өíù…í!z‘ˆ‚T*”fV9šq½z"n–¦ñÿå+kÙéˆßMÝÓ'˜?‘ÚÔ«¹xlîÝÔoö3'ÊX¶p=a”ßJÂÕùÔ ·ÔL³\º¹KÍ[õ¶Ü‚Á¾rò®EÓ"ΝØÉ™Ò±KC(€BÖNæk#ôÙË'åaëAþ]m¾¨–¦ÀÕ ±"ø¬ÞÿûÌ\{þü-·|nµë^òЎAÁû®I ñY¨ÓëЮf6®Vr™âs¬P«
          Ù¢£`k]ZVö7W#BxûN>³FÕ
          Jÿïní3ž¡{@è–ò
          oE1Šàã)ž‡…&´±ä½šðϚ«ö
          Y›({>p\hBškò©”ŒŠ º;.Vó%9_Yå˜XßNï.aEcmAz=FTrö_z7Õ͉<¨Xƹ¬©{xøä6Î0Ú¨"ú[w6b]\ªŽŒ|!0YJˆÐ<‡¬+¡m[Uè<ý¶Ä‘Ï“¡)c=(Œ)J¬—„ÔÜUÉhÅ0¼X-]Rñç|o¼WÊS™gǯŒžþ­„Ÿ…cÈ	·,$éØ]ÈZŸôûEIJµú±)Z	E"
          Jâ…ö9£kOÌKå=~݉Ô/$é·ÄÝpX\Ã÷-¯ió‹[Ÿqó=q MïTæEÁ1U<‡©²eFӑ¡/JQ-IZ½£ö?—$CO›I™†øµ!VM¯‰«¼Ò‰Rr$œLÅ\¼– ¸Eµíü°ý c~Ügƒø–¹ÔPZ„\
          þ%ď1¹ìuŒŽƔÓìó¶M±[BñêÕòò,Z4õ Õ:^W7žî+ÇþHOjçÖLU±rÓdì)†~CÜÐdî‰2¢ðÑÖ½¸å™ÌK8˜‡¤AWÍEþQUü1吢¤jYkCšˆ£¿GÂId¬Qû3Åq~8 )•¹ª\\2Ïök!ê¹ åL&؈˜wæÃŒ-Ùjé9dd€›æÕUxC<Ö³þlãb›ßÄl`“Qbß!n¾##7ƒØ"z¾·a-%Cœ5äȗ}¹æv6’¹tEªn»T®1Â/+ ¼ä	-u!¤©WşÓH¹TâÊéYßÐÉïâ]®Pä¢Ñ;,:¯¼:Ͳ.ÄÓ©dˆu]¨Ë <⿬MBGJj3ï:™8ٓ´›Çc«¡ydŠîþ™ðÞÚíh”p©ï@ŸNW¼±˜ÙmwæòA9Ž[QÛÿU2bÄc±ƒHj?Ò!Sûähmª—sŠÙð¬²R›´[‰´ÔÝeª+¤ó%Ì_†Q~2—êyNHQܲ]å=^Ürd¦éqUÞ·¢“WóÅ5¢m’C'œkŠfj{ºÚVsµFËDI7Ör{—±˜tK±1Á f1¶QÎ0ِwl<Q§T:!,ï4µ¨$tª	EÕèö&¿À ’²Xº¢bˆRÍa=‰£Íc“ÞñÅ÷qÎÏ¥/ýa«3@ê4ûù@"Q36•ñ.R—QN8ۛ꘬f³èž{œ‹Ñ•øtÂ`ÎpMüÂâ)U%
          a¨FÖoü_÷Ęù‘p·š2OD¬:9ƒ\Ë¢D‡6µãßd"çÿa'mµ,@å°õdqwuEN^vs,
          
          Ût{¼ÝzKT#ú;í.Îd“˜vÃ
          ý¹«1"úôp¾Í*ÎõôLçO4Ô)è©ÖëYKþuTu£ñ
          H5€ó:ý—
          UZšÛjï%Ý^ßô=ܼ›L0`²1@à8Ë •´]¹Äí׬â÷B®£Ñòö+³x·	KÛæ‚ô…b…`U#ù‹«\jnl"iô÷ìãÄ#µòZh¸|(ñ2þLsº¦þW•öØ­FT“Øl{+x’— Å̜ôÑÁ§ý0ý%–ØRʱ¨L ¨ZÓ«säÖ¸‹iìB¡wˆ`ÙÖÕm¥FÕçÕNˆ>ÛM5Þ-ãÛl4Dðñ›©‡§›â⺝áŌq5Ÿ^<ëI©þ]µ 2<Óíñ¯·WjeÙÑî²T¶)DÆöô»_äX¿$†jùC†Z4%ö{µJõiS†Zz}|ÁÐ]VÓúBfx½tô”.)lòz0˜jAÓ¶øÊLÎ}huLú‹³öC+h¡gCr.ÚÁ©û÷Ÿ°†Ã:5­ƒÅ.÷Üs¸èk<H­æ©Z;¸›m%ÿê€ÁemÿpÅß4·êûŒC-NP.ÙñKê7Ø£Z„ <âžÏTä‰S:%8‘MlÜr½æ—‚W­…S'6ƒ\i"y1h2	ÒÃçðÌ~R9+iw “uÿ’ºk´T«cnçÁ.êØ¯<v–{|¹fÄ|oÉüð·
          ˆôDUîB8£RÞÎm]ëXi‹bË£ðö$?'Z2¢C1‚;å
          ÄèZºØum›} N‡¶ãúI÷ⒸtîjÃòê
          À%•­ªüS¸è³óÙ,ÅCŽÁÒÀa]ªÉ9Ä"†’Gd–U $ÀUL×7Ô2®r2‚ÞéÊJQ3‰£ßÁëø-Ú×]¾'qmñu¯c¤³gÖ€É2Yåíw¸fð#ÂíR¨ÕÃô™ï{_C@²EnÀ‡+^ìܰE•Üê?H:­Ý×ÔRäªô¯³ÙlЭ'³¡µ;cªXs5Q("I8<u5Æwd	[Wõþá蹔p҆ü­ˆý%Ÿk^Å~=~úø?+*Ù?ü…¬©Qӂ^­Ž1äAO¸k®«gÿ…L}ÝРÍù‘dæö••嵍(òRgٟ’¡ÁXw6Ï@h‚4³…ã<pKûw)‡´«põ5¸Ã’AaàY:;ÛÞóaNŸV¹fá°ë»“á†ã_›ÕtÂ̛N&à©;ÝÝ3®šwè©ÆÿbD¿ëº,i£!èæ}JšN±Ó5¤¿½t_7úš9JŠ-h><<KoaˆIa,p=8W>UÑâïߚ‚DP¸Àv6ìYmfS)X‡ËƒJo@p}Mòڂ7öàô9Nð 5Ÿ—Y ,ˆ„ñ¬À;h"ðÕ;—ÑoË…|¿{EÁBØÞq®(_Q¥ Ö<!žb+)¯˜	©˜]!ÛÐÝé‘k
          ‹u¿ Œ9Ñs¹]¿U§kµY›¹¿(uZ…¬”[*›Âÿº.×¸HĶqWÄ:kÿC1-Y>ò3_,®è•ô¹<Ä'ïê+Ëw„}~›¾ýôw2{›ãŽ‚ao(™g!y¿¿S™‚çžk̒ƔÓpäë×'Á»<"¯e…sŸ0©pÃd´iþÝÍŠ¡vË}µ¦"€Ôšøi”Ԏbo™¡Cšpð¯t—¢Å™W°ª€&¼ù~¤-À„ÓL_ӌB8š¥šŸN3~U¤VuX²,;ÛY}nåÚôÄç[IKÈÕ¬3ñ£›r—جVÑ3xá†4•:Ú¼Õ˜:	ùqI„mÀ0ÊdÐXR	ü`ɀ
          'ލ;Œ^—¥Ô®‡훰
          )
          ƒqãâ*Εէjƒ8•úœóY™É€SRM~×ÀŠä¡µ&6UÒP`	OŽÁ$Ü0îÀlLfnñvý
          DàÏdÐPRIÇϾœXtw¦%v™k‚Ò6lÜHuÈÙfipbˏÏð
          –Ã~Fˆ6v¦ýÙ2;»øDelÑìŒíBvOç¯?ŐBžoÁ0tóÀè/ªÄ¹.ÝÂó>RSœÃ¦U¶P$+Úà_A»}GŸú°É_C‹Ì#¯üeð¸lGݚäàWj݋TºW¿™Æç–ޝ€7£û4"¡dI/wcjöPò»C›üTzò˜ÄÔD¿®+ˏo­jýÕµh6—;£qããʦ†¢»î4æâjäîö_”ín€îZӄdO¡ ’4½í¹ªU_»†O56 ñå°T#¤‡…­´Ø"D’
          X’Âðá­î7ÓF¡T‰²yR¹¡éáØEp³mlr¾µd-lž¨ö/*ªv*ÁËê8PøšåûÞÞñp°Dñ\Zf$ïzkbZWnnKTrDT$”¹cȒX¾okÒ¥ÞÛPÔà®»D¸£9é­s%‚©Á…ÐŠTT\=óôYsڇεrj´ª
          ƒÏ††|×Ì~Í#¢R¤¹]„ÖD…ØÃø<c5b¢ñ±btL¼8„Á‡Yi:…ÄN×ÐþZLÐÑô>0í:ÇH}Ǔ»ÛõS¦èìh¶oöÞ wÛésI^ï#
          lЇù¿âD
          `>÷ <‘Ó›á¾/áï8Z“FZ•jG99=‹­”ƒ
          J‘HS¨o„\ìääꜼžø[U­’¦ôÎKƒ_I‚$0hb>\†$”s8?§DïØñgÞNQ´5Ü&ÂÑ´¼[üð‡mÌ[òû‡2Œ&PD5rϵùÉD2UÛ_sL‘|"š7¦~I¯óIÊ墒Dwì4½a‰ð¤CÂæ—ÞÒ[™Ë]¡
          ç¼LÄOÂs›l]=q1U&1Xós£?ÒRSÕÕ¿÷‹Q	³*$²v$Z›á»xoðs.Ÿç—DüG¤Hº9D‚ ÜS ”ÂÄoÕ>¾JfjðôœÙðøè´Í\±_[;v¡`)[YkÚ#®àS;´ÌÌ+˜Ù=ü½C‹¯žY(xDœD͂Ä2rÀ#AÏXAUcRE¢p˜Ú¼‘3žg2F9ξÆ\àìÖtéX8<„ÛL¡ýu&õ­¼C”ò’£›¾zUö~ôkÖ׻ʗŒÌðßwƽ¸½ÿVïK?tWp ðWþ‹@|s“ÝR©½kvžwf@x¸™p¥«m*nÜn`>ÌAìJ˜p[Ó#äpº«AˆmFK;–­š€TP, B”‚x^†‘H‚d®ýk€üÖbO‚íèÀ¢Ï€§m»,ý»“†tiߊüJ
          ­¿ƒµèÍeû<´ˆPïCzö ÿ*¾¸ä°Ý
          FèQð¸ù €õ#”ùH ÑKÀvd%<ÍV€ÐtÔPp”x´EM°¯<È·`'z¹‰­Ò¦¨³Wî…³
          ®¡ŠÀÀ½óÝaK²=Rz€€³{¹å~`Š\ŒÐýàF^x”ÚÈ÷@ñ<rè!+a-,ƒû¨x9 óN@é%ïcà”öKLCûAj²íÈ#Àù
          X3û(H¥„ÓÀúp'@
          `ë$Y¯Ù™Z¿ã,ôYê9Ðú0[€é#wb‡À¹MQ`üÀ|.hƞº|
          *˜€"ª,ðÏs.²B/,ªb+ Û*  Ýu9n˜Ïi7o
          8f`ƒÙ°
          Œä€eËø$ØÏEV@†œw#*yClTìï`ö™]ŠwмÞÖøóU’zÊ~é /™=³ÇКÔ2;ÞÄÆ[¬š,ÊcJžÍ
          gGțb©°V(3“HÎP¤À2±@\úe'H<lí´FÀ酀ÌcþXšXŠšh)–_vp½rҊæ«÷šþòÔX({*sÇq7ÌíNà]Y·e²à𦃸cv5î³cZú¶;Üå	»SÄÇ픲‡dvñ€Š®ÆuxEO¡Ù	LÚ}àÕò“Ôìø”í40v†[ØÎâxñð6i—T§É~½’ôº´«Ç–õkС¥\PߺV'ÇhÒ¬Ÿ(³·!¬/
          h6uN¦_7›íauzµèÆI)Çï¬v÷ëՄk;3'·.ýºø%uêcW¿=¤Aoœ©wé)²äå•匨»ƒH®”ö¦BgKAA/KÞ+©MCˆÔØÕ
          i ”z«è™ö™WJòÎP×f¤ç¡ÌTßCÏħA“µìz	PK†Z3¡vš›Ñ³JärÃÃ=‹
          TmõȵY”bùñNǍÁ2g(¦Ò+-Kõ¸ýšAôä¾á”8N@FƒþöIÉb†Ù
          ií	¨Sõžäøk¢º†Èßÿ¼4sÊBú3ÙPêâ°€@x°Õ€½þã@n°˜ÀÂd߆Հ[þXpácKBj°'÷¡ß÷
          ėݵÑêm¶š†þH¸ã¿…‘@ü5ÙeÁæ],8ÒãÎ3p1PÛ~41è RðmÁj°I
          ´Bþ”)òñ‡Îàˆôv
          KpŠár.‚„Vv¡Èg;ÌÂûÁîK
          .à#³! @GöTOéL=à4-€=7Ö8FNG-8¼§z:Xè†âÖP¦`þ‹½?	uà&ËMýcJ÷yºPì#Ø?FÀ›º6övHo0‘×rsƒw©ðú×nº°K*fð)ì÷ƒ
          ‚î{$Æ*R@aaÚS±ICuQ{×
          Parameter
          x-content-type-options
          Solution

          Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.

          If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.

  6. Risk=Informational, Confidence=High (1)

    1. https://print-gakuen.com (1)

      1. Information Disclosure - Information in Browser localStorage (1)
        1. GET https://print-gakuen.com/sign-in
          Alert tags
          Alert description

          Information was stored in browser localStorage.

          This is not unusual or necessarily unsafe - this informational alert has been raised to help you get a better understanding of what this app is doing. For more details see the Client tabs - this information was set directly in the browser and will therefore not necessarily appear in this form in any HTTP(S) messages.

          Other info

          The following data (key=value) was set: nextauth.message={"event":"session","data":{"trigger":"signout"},"timestamp":1768381528}

          Note that this alert will only be raised once for each URL + key.

          Request
          Request line and header section (495 bytes)
          GET https://print-gakuen.com/sign-in HTTP/1.1
          host: print-gakuen.com
          User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
          Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Authorization: Basic Y2xtdHZuOmNsbXR2bg==
          Connection: keep-alive
          Upgrade-Insecure-Requests: 1
          Sec-Fetch-Dest: document
          Sec-Fetch-Mode: navigate
          Sec-Fetch-Site: none
          Sec-Fetch-User: ?1
          Priority: u=0, i
          
          
          Request body (0 bytes)
          Response
          Status line and header section (513 bytes)
          HTTP/1.1 200 OK
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:03:13 GMT
          Content-Type: text/html; charset=utf-8
          Content-Length: 105379
          Connection: keep-alive
          cache-control: no-store, no-cache, must-revalidate, max-age=0
          expires: 0
          pragma: no-cache
          Vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
          x-nextjs-cache: HIT
          x-nextjs-prerender: 1
          x-nextjs-prerender: 1
          x-nextjs-stale-time: 300
          X-Powered-By: Next.js
          ETag: "141gchonwzz2997"
          
          
          Response body (105379 bytes)
          <!DOCTYPE html><!--VUYhAqUULcBB5aI1uLzJd--><html lang="jp" translate="no"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/ad9c66e761fed85a-s.p.bd81a64b.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/b221d68cb2db2d85-s.p.d9561841.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/f7d31a92ae0740f9.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/5794f114130fe7ad.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/fa7e56984391c765.js"/><script src="/_next/static/chunks/1c480f84e479224a.js" async=""></script><script src="/_next/static/chunks/d840202ccc76954a.js" async=""></script><script src="/_next/static/chunks/b624655795e0e863.js" async=""></script><script src="/_next/static/chunks/fa3268e4c82d88e8.js" async=""></script><script src="/_next/static/chunks/turbopack-67151f35ab37dd63.js" async=""></script><script src="/_next/static/chunks/208a9e01975edf5a.js" async=""></script><script src="/_next/static/chunks/fd7dd3d8d20f8873.js" async=""></script><script src="/_next/static/chunks/beb60829d9c7c8ae.js" async=""></script><script src="/_next/static/chunks/1a19e0c2f66e6493.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/c059d57364b7db98.js" async=""></script><script src="/_next/static/chunks/cb433cf8ccf88c46.js" async=""></script><script src="/_next/static/chunks/e8db8aacd3ac5a12.js" async=""></script><script src="/_next/static/chunks/58ca6937e0c6f68d.js" async=""></script><script src="/_next/static/chunks/a6a7cee05396b368.js" async=""></script><meta name="next-size-adjust" content=""/><title>ログイン | Print System</title><link rel="icon" href="/favicon.ico?favicon.bb66b89d.ico" sizes="53x53" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="noto_sans_jp_6f1cd4dc-module__V98abG__variable sigmar_one_c3fe9fb8-module__-SBULG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><!--$--><!--/$--><div class="container mx-auto flex min-h-dvh flex-col items-center justify-center gap-8 px-4"><div class="flex flex-col items-center gap-3"><svg viewBox="0 0 180 23" fill="none" xmlns="http://www.w3.org/2000/svg" class="h-auto w-[240px]"><g clip-path="url(#a)"><path d="M7.514 20.444c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.19c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.28c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.87c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.88.53h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.151 1.2h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.329 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.291-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.24-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.88 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.249-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.431.77c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.97-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05zm-84.871 3.15a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m80.444 12.764.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m80.444 12.764.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m80.444 12.764.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M80.534 19.244c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M80.534 19.244c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17m-75.84 14.67c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.19c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.12-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.88c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.891.53h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.14 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.29-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.23-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.891 5.72c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.239-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.076.15.151.15c.07 0 .339-.06.809-.2l.441-.18c.12-.04.179-.08.189-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.44.77c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.961-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M79.874 19.654a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m79.024 12.194.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.78-2.14.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m79.024 12.194.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.78-2.14.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m79.024 12.194.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.78-2.14.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M79.125 18.684c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.4-14.05c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M79.125 18.684c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.4-14.05c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17M4.684 19.304c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.19c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.39 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.88c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.95c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.891.52h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.14 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.29-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.23-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.891 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.24-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.439.76c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.961-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M78.454 19.084a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m77.614 11.634.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m77.614 11.634.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m77.614 11.634.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M77.705 18.114c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.4-14.05c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M77.705 18.114c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.4-14.05c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17M3.264 18.734c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.18c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.87c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.88.52h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.141 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.291-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.24-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.88 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.24-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.44.76c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.97-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M77.044 18.514a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" stroke="#63BBC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.264 18.734c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.18c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.87c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.88.52h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.141 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.291-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.24-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.88 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.24-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.44.76c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.97-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05zm-84.871 3.16a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17Z" stroke="#63BBC5" stroke-width="2"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" stroke="#63BBC5" stroke-width="2"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78Zm1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17Z" stroke="#63BBC5" stroke-width="2"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78Zm1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17Z" stroke="#63BBC5" stroke-width="2"></path><path d="M3.264 18.734c-.1-.16-.19-.47-.25-.93-.19-1.37-.37-2.58-.55-3.65-.26-1.53-.51-3.16-.74-4.87l-.72-5.18c-.02-.14.03-.29.14-.44s.24-.24.39-.26l2.71-.35c.5-.05 1.17-.14 1.98-.25 1.18-.16 2.09-.3 2.73-.4l.87-.14c.94-.16 1.71-.28 2.33-.37a9.3 9.3 0 0 1 2.89.03c1.1.17 2.03.59 2.79 1.27.85.73 1.38 1.8 1.57 3.22.33 2.39-.04 4.2-1.1 5.44-.93 1.15-2.46 1.88-4.58 2.17l-3.23.45c.07.36.13.74.18 1.15q.03.21.06.51c.02.2.05.46.1.79.07.52 0 .86-.19 1.04-.15.17-.47.28-.94.35-.69.1-1.17.17-1.43.22-1.08.15-1.95.28-2.59.4l-1.84.25c-.27.04-.46-.11-.59-.45zm8.13-7.27c.33-.05.53-.39.6-1.04.07-.44.07-1.08.02-1.92-.03-.46-.09-.97-.16-1.54l-.04-.26c-.03-.25-.13-.62-.27-1.12-.1-.27-.2-.49-.31-.64-.1-.15-.22-.28-.36-.37-.15-.12-.3-.18-.45-.15-.08.01-.14.05-.19.12s-.09.16-.12.26q-.195.465-.21 1.95c0 .29.01.72.06 1.29q.06 1.32.36 3.48c.04.03.08.05.13.05l.29-.02.66-.09zm15.4 2.74q-.39-.525-1.23-1.86l-.31-.49-.04-.04h-.09l-.07.04c-.01.16-.02.58-.02 1.26 0 .45-.02.97-.07 1.57l-.02.54c-.05.13-.08.2-.09.2h-.18c-1.32.1-2.29.14-2.89.14h-.61c-.13 0-.23 0-.29-.02h-.13l-.56-.18-.04-.13s-.04-.02-.05-.07v-.11c-.04-.51-.07-.87-.09-1.1-.05-.65-.08-1.13-.09-1.43-.02-.29-.04-.48-.04-.56l-.09-.99-.02-.54a5 5 0 0 1-.02-.45v-.16a1 1 0 0 0 .04-.29v-.31s.02-.1.02-.16l-.02-.14v-.18c0-.08-.01-.15-.04-.2v-.11l.02-.45c.01-.08.02-.21.02-.38.02-.36.04-.7.04-1.03v-.18s-.02-.11-.02-.23v-.43s-.05-.07-.05-.11q0-.255.45-.36c.16-.05.38-.07.67-.07 2.82 0 4.93.1 6.32.29 1.37.19 2.34.52 2.89.99.24.23.41.5.52.8.1.31.15.67.15 1.09 0 .67-.19 1.24-.58 1.7a3.4 3.4 0 0 1-.89.63q.105.27.63 1.08.105.12.21.27c.07.1.15.2.24.31.23.31.49.66.79 1.03.01.05.06.15.14.31.06.02.09.05.1.08 0 .03 0 .07-.03.12-.1.14-.38.36-.85.63-.06.06-.13.12-.22.18q-.36.285-.99.6c-.39.2-.72.35-.99.43-.11.06-.17.07-.2.04-.53-.52-.98-1.04-1.35-1.57zm-1.3-4.87c.25-.07.43-.14.54-.22.18-.11.34-.23.47-.36.13-.16.2-.34.2-.54 0-.34-.1-.61-.31-.81-.18-.14-.4-.22-.67-.22h-.78c0 .16-.01.4-.04.74l-.02.38c-.02.24-.04.61-.04 1.12q.24 0 .63-.09zm7 5.94c-.04-.18-.05-.34-.05-.49 0-.19 0-.31-.02-.36-.01-.35-.04-.9-.09-1.66l-.05-.69c-.07-1.06-.11-1.84-.11-2.35v-4.39c0-.1.11-.17.33-.22.12-.04.29-.05.51-.05.14 0 .3 0 .47.03.17.02.3.03.38.03.18.02.46.04.85.04l.07-.05h.79s.08.05.13.05h.07s.04-.02.09-.02c.02-.01.06-.02.11-.02.01-.01.03-.02.05-.02.04 0 .08 0 .13.03.05.02.08.03.11.03h1.34l.05 3.11s0 .05-.03.12c-.02.07-.03.15-.05.26-.04.43-.05.78-.05 1.03v3.52l-.05.69c-.04.3-.05.55-.04.74 0 .25 0 .45-.03.61-.02.15-.06.27-.12.35-.07.08-.19.13-.34.13l-.02-.02-.05-.02s-.04 0-.04.02h-.09c-.07.02-.11.04-.13.05-.06 0-.2-.02-.42-.05l-.25-.02c-.06 0-.1.02-.11.07h-1.61l-.47.09-.43.05-.42.04c-.22 0-.36-.22-.42-.65zm7.88.52h-.7l-.7-.2-.04-.11s-.02-.06-.02-.18c0-.16 0-.28-.02-.38l-.02-.69c-.01-.14-.02-.37-.02-.69s0-.52-.02-.67v-.54c-.07-.76-.11-1.54-.11-2.35v-.42c0-.14 0-.25.02-.31v-.27s-.02-.1-.02-.18v-.78c0-.14 0-.25.02-.31v-.18l.02-.09v-.23c.01-.12.02-.28.02-.49 0-.16 0-.3-.02-.42l-.02-.42-.02-.07s-.04-.04 0-.05q.075-.285.45-.42c.12-.05.32-.07.6-.07.2 0 .74-.02 1.61-.05.43-.02.7-.04.81-.04.18-.01.4-.02.65-.02.12.01.2.03.25.06s.09.08.14.15c.04.07.07.13.1.16l.36.52s.14.2.45.65q.435.705 1.05 1.59c.06.1.13.2.22.33q.12.18.27.42v-.63c.01-.17.02-.41.02-.72 0-.41.01-.87.04-1.37 0-.1 0-.18.02-.26.01-.08.02-.14.02-.19 0-.12 0-.18.02-.18.05-.07.13-.15.25-.23.14-.1.3-.14.45-.13h1.08c.18 0 .33 0 .45.02h.54c.12.01.3.02.54.02h.58c.24 0 .42.04.54.13.07.05.12.11.14.19s.04.2.04.35 0 .29-.02.4c-.01.12-.02.27-.02.43v.13s.02.09.02.16v.47l-.02 2.08v2.53c0 1.3-.01 2.13-.04 2.47l-.05.6c-.06.28-.14.42-.25.43-.02 0-.06 0-.1.02a.6.6 0 0 1-.14.02c-.43 0-.75-.01-.96-.04h-2.11s-.08.02-.14.02c-.14 0-.3-.03-.45-.09-.1-.02-.2-.09-.31-.2l-1.59-2.24c-.06-.08-.17-.22-.34-.42l-.23-.22c-.06-.06-.11-.09-.14-.09a.12.12 0 0 0-.09.05c-.02.03-.04.06-.04.08v.31c-.01.1-.02.25-.02.45v.52c-.01.13-.02.31-.02.54v.7s-.02.06-.02.11c0 .01-.02.11-.05.29-.02.05-.04.08-.05.09s-.05.02-.13.02a.2.2 0 0 0-.06-.02h-.05c-.95.08-1.74.13-2.37.13h-.25zm18.141 1.21h-3.64c-.13-.21-.22-.58-.27-1.13q-.09-.735-.09-2.13l.02-2.44c.01-.59.02-1.53.02-2.82l-.07-.07h-2.2c-.33 0-.54-.37-.64-1.11-.06-.4-.09-.98-.09-1.76v-.29c.03-.1.04-.27.04-.49v-.44l.02-.18.09-.09.4.02h.44c.65 0 1.15 0 1.49-.02h4.51c.19.02.47.02.82.02h.56c.06-.03.16-.04.29-.04.1-.03.2-.04.29-.04.28 0 .5.01.64.04.3.03.52.04.67.04l.58-.02h.87c.44 0 .75 0 .91.02l.31.02s.04.03.07.06c.03.02.04.04.04.06v3.78c0 .09-.05.19-.14.29-.1.1-.19.17-.28.2-.49-.1-1.13-.16-1.91-.16h-.84c-.22 0-.37.28-.44.84-.03.16-.04.4-.04.71v.67c0 .3 0 .52.02.67v.62c0 .61-.03 1.17-.09 1.69-.03.39-.04.67-.04.84-.03.18-.04.42-.04.73 0 .44-.01.81-.04 1.11-.01.46-.19.7-.51.73-.36.04-.56.07-.62.07zm33.339 2.32q-1.89-.735-3.24-2.67c-.99-1.46-1.58-3.22-1.75-5.31q-.18-2.205.45-4.05a8.24 8.24 0 0 1 1.99-3.18q1.335-1.32 3.21-2.1c1.25-.52 2.63-.85 4.14-.97 2.22-.18 4.56.19 7.01 1.12l-.65 4.51c-.12-.02-.27-.06-.44-.09-.17-.04-.36-.07-.57-.11-.97-.16-1.69-.26-2.15-.29a7 7 0 0 0-1.02-.02c-1.09.09-1.9.45-2.43 1.09-.62.73-.86 1.9-.73 3.49.12 1.46.42 2.48.91 3.07.41.56.98.81 1.69.75.45-.04.96-.2 1.53-.49-.02-.28-.07-.69-.16-1.24l-.07-.57c-.05-.4-.11-.99-.17-1.77l-.06-.7c-.01-.16 0-.27.05-.33s.14-.1.28-.12c.05.01.2 0 .44-.01l2.76-.23c.82-.07 1.35-.12 1.61-.16.47-.04.77-.06.91-.05q.345.045.48.21c.09.11.14.28.16.52 0 .09.02.16.05.23l.02.23.03.42.06.78.22 2.63v.13c0 .07-.01.15-.02.24s-.01.18 0 .29v.13c.1 1.09.15 1.86.15 2.3.02.71 0 1.17-.07 1.37-.45.04-.79.08-1.01.14l-.57.07h-.08c-.16.02-.24.02-.26 0s-.04-.03-.06-.05h-.08s-.03.05-.05.09l-2.6.22h-.13l-.26.03-.31.03c-.05.02-.12.04-.21.04-.07 0-.13-.04-.19-.14-.15-.3-.25-.67-.3-1.1q-.075-.315-.18-.9-.12 1.35-1.47 2.19c-.81.54-1.86.86-3.14.97q-2.025.165-3.72-.63zm15.291-4.35q0-.21.09-.48c0-.08 0-.15.02-.2.01-.05.02-.1.02-.13.27-1.28.57-2.55.9-3.79l1.2-4.69s.02-.05.05-.09c.04-.03.07-.06.11-.09h.12c.14 0 .25-.02.33-.05.07-.01.19-.02.37-.02.28 0 .49 0 .64.02.21.04.43.05.65.05l.92-.02c.09-.02.21-.04.34-.04l.78-.03h.58c.22 0 .44 0 .65.02h.49c.12.01.29.02.51.02h.67s.07 0 .11.02c.04.01.06.02.09.03.05.02.11.04.18.04h.16q.12.09.12.18l1.25 4.66c.39 1.49.69 2.76.92 3.79 0 .06.02.17.05.34.05.24.07.42.07.56 0 .08-.01.19-.04.34-.06.12-.14.18-.25.18h-.19c-.15 0-.27 0-.35-.02h-1.06c-.08 0-.13 0-.14-.02h-.97l-.02-.04s-.06-.03-.11-.03l-.05.03s-.01.04-.04.04h-.18c-.06-.02-.16-.04-.32-.04-.28-.02-.52-.03-.71-.03-.13-.27-.28-.86-.46-1.78-.25.03-.53.05-.85.05h-.9c-.05.18-.08.32-.09.44-.01.06-.06.26-.14.6s-.16.57-.23.69l-.11.03s-.08.02-.12.04h-.04c-.07 0-.12-.01-.14-.04a.4.4 0 0 0-.09-.03l-.67.03h-.49c-.06.01-.11.02-.14.03h-1.62c-.11.01-.32.02-.65.02h-.42c-.07.01-.18.02-.34.02h-.21c-.22 0-.31-.2-.26-.6zm7.24-3.88-.14-.85c-.02-.16-.05-.31-.07-.45s-.04-.26-.05-.38c-.04-.14-.06-.27-.08-.4-.02-.12-.04-.24-.06-.34-.01-.07-.02-.16-.04-.27a1 1 0 0 0-.05-.24l-.04-.21s-.01-.09-.04-.12l-.02-.11-.04.11v.12s0 .03-.02.06-.02.08-.04.15c-.01.06-.02.13-.04.22-.01.09-.03.19-.05.29l-.12.72-.14.81-.05.39c-.02.09-.05.25-.07.46-.11.53-.15.77-.14.72h.78s.03-.03.05-.04c.02-.02.04-.03.05-.03h.05c.06 0 .11 0 .15.02s.08.02.11.04q.105.03.21.03c-.07-.4-.11-.63-.12-.71zm15.88 5.73c-.03-.07-.07-.11-.11-.11l-.02-.04s-.03-.01-.06-.03q-.03-.03-.06-.03l-1.75-2s-.07-.1-.18-.22-.18-.21-.24-.27c-.13-.13-.22-.23-.27-.29-.1-.07-.17-.11-.2-.11-.09 0-.13.05-.13.16v.47c-.03.16-.04.4-.04.71-.01.18-.02.41-.02.71-.01.15-.02.3-.02.47v.35c0 .21-.02.31-.07.31h-.38c-.43.04-1.06.07-1.91.07h-3.15l-.84-.2-.07-.15v-.22a6 6 0 0 1-.02-.55c-.01-.3-.02-.84-.02-1.62 0-.37-.01-.64-.04-.82v-.67c-.04-2.25-.07-4.54-.07-6.89v-.53c-.03-.15-.04-.31-.04-.49v-.4s.01-.05.04-.07c.03-.12.08-.2.17-.25.08-.05.19-.09.32-.12.06 0 .11 0 .17.02s.11.02.19.02c.21.03.33.04.38.04h3.77l1.71.02s.05 0 .07.02c.01.01.02.04.02.07.06.15.09.3.09.47.01.07.02.18.02.31 0 .64 0 1.11-.02 1.42q-.09.6-.09 1.2c.18 0 .32-.04.42-.11.01-.01.04-.03.07-.04s.05-.04.07-.07c.03-.04.1-.1.2-.18l.33-.33c.52-.46.75-.67.71-.64l1.77-1.66c.16-.13.31-.25.43-.35.13-.1.23-.19.32-.27.25-.18.41-.27.47-.27.07 0 .16.07.24.22.15.15.24.24.27.29a3 3 0 0 0 .55.72c.24.23.38.37.44.43.25.28.44.51.58.69s.24.38.33.6v.04q0 .33-.51.84c-.09.09-.17.16-.23.22-.07.06-.12.11-.17.16l-.33.33s-.1.05-.18.15l-.75.62c-.28.25-.52.46-.73.62l-.18.16-.16.11c-.12.04-.19.08-.22.11 0 .03 0 .06-.02.09s-.02.07-.02.11c0 .1.03.2.1.3s.14.19.21.28c.04.06.14.13.29.22l.22.22.38.33.73.64.64.6.75.73q.375.405.54.63c.11.15.17.28.17.39 0 .15-.05.26-.16.33-.24.22-.44.39-.62.51-.3.21-.52.37-.67.49-.55.43-.95.72-1.22.86-.06.01-.27.1-.62.27l-.36.18q-.15.09-.18.09c-.18.09-.32.13-.42.13-.07 0-.13-.02-.18-.07l-.44-.47zm7.24-1.26q-.405-.12-.72-.3c-.21-.12-.41-.3-.58-.54-.34-.5-.54-1.13-.61-1.91-.05-.63-.03-1.31.05-2.05l.06-.77c0-.11.02-.19.04-.24l.03-.35.02-.32v-.18l.08-.12c0-.01 0-.03.01-.05 0-.02.01-.06.02-.12.07-.42.11-.76.13-1.02l.09-.65c.03-.29.07-.63.1-1.02.01-.15.01-.26 0-.32-.01-.14-.02-.25 0-.34.01-.18.2-.25.57-.22l.25.02c.14.01.24 0 .28-.01l2.14.2s.05.06.07.06l.14-.04c.61.05 1 .14 1.16.27.11.09.19.22.23.39s.05.39.03.67q-.015.285-.03.78c.01.17 0 .42-.03.78v.18c-.06.34-.13.89-.21 1.67l-.08.84-.06.76c-.03.14-.06.33-.08.56l-.02.26-.02.26c-.02.16-.02.39.02.69q.075.15.15.15c.07 0 .34-.06.81-.2l.44-.18c.12-.04.18-.08.19-.13l.45-5.79c-.02-.25-.02-.44 0-.58v-.27l.02-.26v-.18c.02-.14.06-.24.12-.29.03-.03.09-.05.18-.04.02 0 .05.01.07.03q.03.03.03.06v.03c.12-.04.37-.06.76-.06.32-.01.67 0 1.06.03l.44.03.28.02.33.03 1.84.2s.04 0 .06.02c.02.01.02.03.02.04.01 0 .02.01.02.04v.09s-.03.02-.03.05h.09s.03-.04.06-.04c.04 0 .05.03.05.09-.16 2.05-.3 3.75-.43 5.11-.12 1.35-.28 2.72-.47 4.1 0 .06-.06.14-.16.25-.05.06-.1.1-.13.13-.01.02-.03.04-.06.05l-.06.03a.4.4 0 0 0-.12-.05c-.07-.02-.13-.04-.17-.04l-.06.03s-.05.03-.07.03c-.48.05-1.22.03-2.23-.05l-.77-.06c-.29-.02-.55-.07-.77-.13-.08-.06-.15-.22-.23-.46a.5.5 0 0 0-.05-.22c-.02-.06-.05-.09-.08-.1-.09 0-.25.05-.45.16-.03.02-.06.05-.1.07l-.12.09c-.1.06-.17.12-.21.16-.33.15-.72.25-1.16.3-.3.05-.57.06-.82.04q-.405-.03-.6-.03c-.47-.01-.87-.06-1.19-.13zm12.44.76c-.1-.12-.17-.26-.22-.43a1 1 0 0 1-.11-.26c-.13-.24-.23-.57-.29-.99-.08-.61-.12-1.1-.13-1.46-.02-.16-.03-.38-.04-.66l-.02-.48c-.01-.4-.03-.71-.05-.94-.02-.24-.05-.71-.07-1.42-.07-1.89-.08-3.35-.04-4.38 0-.16.22-.29.67-.38l.6-.02.5-.02c.76-.03 1.33-.03 1.7-.02.56.02 1.13.02 1.7 0q.195 0 .3-.03h.3l.1.07c.44-.11.89-.18 1.35-.23.46-.04 1.03-.08 1.7-.1.03 0 .06.02.1.06l.64-.02c.11 0 .19.05.26.17s.12.29.17.51c.06.17.11.38.14.63.06.33.12.55.16.65q.015.555-.18.57-.015 0-.06-.06l-.08-.02c-.07-.01-.14 0-.22.03a.56.56 0 0 1-.26.07c-.08 0-.15-.01-.2-.05a.4.4 0 0 0-.18-.01c-.12 0-.26.03-.42.08-.05.02-.16.04-.31.07s-.33.05-.53.06c-.57.02-.98.05-1.24.08-.15.02-.28.06-.41.14v-.04c-.05 0-.1.07-.13.21-.09.23-.13.54-.15.95 0 .12-.01.25 0 .4s.03.25.08.3.13.08.23.07c.08 0 .15-.03.2-.09.03 0 .06 0 .1.02.04.01.07.03.1.06l1.7-.06s.03-.05.06-.06.05-.02.08-.02c.13 0 .23.01.3.05.08.04.24.07.48.1.13 0 .23.03.28.11.07.09.11.18.11.26l.47 1.3c.05.21-.15.36-.58.44-.25.06-.74.11-1.46.13l-.86.03-.6.02c-.19 0-.33.02-.42.04s-.15.08-.17.16c-.05.07-.07.18-.07.32v.08c0 .07.01.11.03.14v.44c-.01.09-.02.23 0 .42v.2l.01.18v.12c.6-.02 1.21-.06 1.84-.13.61-.06 1.22-.1 1.82-.12.04 0 .07.03.1.09s.04.13.05.21c.03.08.05.17.05.26.03.2.08.38.14.56l.16.57v.4l.02.06v.16l-.15.15h-.48a.23.23 0 0 0-.14-.04c-.03.01-.07.04-.12.06-.05.03-.1.06-.14.08v-.1l-.24.03h-.3q-.075.015-.12-.03h-.16c-.49 0-.84.06-1.03.16l-6.33.23s-.05-.03-.06-.08zm11.97-.97-.31-.06-.3-.05-.16-.03-.73-.36-.02-.13s0-.07.02-.2q.045-.255.06-.42l.12-.75c.02-.16.05-.41.12-.75s.1-.57.11-.73l.11-.59c.07-.84.19-1.7.35-2.58l.03-.16.05-.3c.03-.16.06-.27.08-.33l.03-.16.03-.14s0-.11.02-.2l.04-.22.02-.12.04-.2.06-.31c.03-.16.06-.27.08-.33l.04-.2.04-.09.05-.26c.04-.13.08-.3.12-.53.03-.17.05-.32.06-.46l.06-.46v-.08s-.04-.05 0-.06q.135-.3.57-.36c.14-.03.36-.02.66.04.22.04.81.13 1.76.26.48.06.77.1.89.12.2.02.44.06.71.11.13.04.22.08.26.12.05.04.08.11.12.19.03.09.06.15.08.2l.29.64s.11.25.36.8c.22.57.5 1.21.83 1.94.05.12.1.25.17.4q.105.225.21.51l.12-.69c.05-.18.1-.44.16-.78.08-.45.18-.94.31-1.49.02-.11.04-.2.07-.28s.05-.15.06-.2c.02-.13.04-.2.06-.19.07-.07.17-.14.32-.21a.8.8 0 0 1 .52-.05l.98.18.2.04c.2.04.36.07.49.11l.59.11c.13.04.32.08.59.13l.43.08.2.04q.39.075.57.24.105.105.12.24t-.03.39c-.03.17-.06.31-.1.43-.04.13-.07.28-.11.47l-.02.14s0 .1-.01.18l-.09.51-.43 2.26-.4 2.22-.1.53c-.26 1.42-.43 2.31-.53 2.69l-.18.64q-.18.435-.36.42h-.26c-.47-.09-.82-.16-1.03-.23l-1.02-.19-1.02-.19-.26-.05h-.16a1.3 1.3 0 0 1-.47-.19c-.1-.04-.2-.14-.29-.28l-1.29-2.75c-.05-.1-.15-.28-.29-.52l-.21-.28c-.05-.08-.1-.12-.14-.13s-.08 0-.11.03-.05.05-.06.08l-.06.33c-.03.1-.07.27-.11.49l-.1.57c-.04.14-.08.34-.13.59l-.09.47-.05.3s-.03.06-.04.11q0 .015-.12.3c-.04.05-.06.08-.08.09s-.06 0-.14 0a.1.1 0 0 0-.07-.03h-.05c-1.05-.1-1.92-.21-2.6-.34l-.28-.05zm-84.871 3.16a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" fill="#fff"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" fill="#fff"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" fill="#fff"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" fill="#fff"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" fill="#fff"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" fill="#fff"></path><path d="M77.044 18.514a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17" fill="#fff"></path><path d="m76.194 11.064.08-.72c.78-.15 1.01-.22 1.47-.4l-4.16-.45.1-.89-.87-.09.23-2.12 1.03.11-.4-1.27 1.67.18.41 1.27.82.09-.39-1.27 1.74.19.37 1.27.69.07.83-1.14 1.95.21-.81 1.14.92.1-.23 2.16-.77-.08-.1.91c-1.41.47-1.6.53-2.7.87v.06l3.54.39-.16 1.46-3.55-.39-.06.59c-.1 1.27-.53 1.61-1.9 1.47l-1.76-.19.17-1.55 1.62.18.08-.7-3.76-.41.16-1.46 3.76.41zm3.77-2.15.05-.46-5.38-.58-.05.46z" fill="#63BBC5"></path><path d="M76.284 17.544c-4.15-.41-7.19-4.13-6.78-8.28s4.13-7.19 8.28-6.78 7.19 4.13 6.78 8.28-4.13 7.19-8.28 6.78m1.41-14.04c-3.59-.36-6.81 2.27-7.17 5.87-.36 3.59 2.27 6.81 5.87 7.17 3.59.36 6.81-2.27 7.17-5.87.36-3.59-2.27-6.81-5.87-7.17" fill="#63BBC5"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h180v23H0z"></path></clipPath></defs></svg></div><div class="flex w-full max-w-md flex-col gap-4"><form class="grid gap-4"><div data-slot="form-item" class="grid gap-2"><label data-slot="form-label" class="flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50 text-[#44403F]" data-error="false" for="_R_pbsnpfjb_-form-item">ID<span class="pb-1 text-lg text-red-500">※</span></label><span class="border-input box-border inline-flex h-fit w-full items-center gap-1.5 rounded-lg border px-2.75 py-2" aria-invalid="false"><input data-slot="form-control" class="file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input w-full min-w-0 rounded-md border text-base transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-background h-fit border-none px-1 py-0 shadow-none focus-visible:ring-0 peer" autoCapitalize="none" autoCorrect="off" id="_R_pbsnpfjb_-form-item" aria-describedby="_R_pbsnpfjb_-form-item-description" aria-invalid="false" name="loginId" value=""/></span></div><div data-slot="form-item" class="grid gap-2"><label data-slot="form-label" class="flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50 text-[#44403F]" data-error="false" for="_R_19bsnpfjb_-form-item">パスワード<span class="pb-1 text-lg text-red-500">※</span></label><span class="border-input box-border inline-flex h-fit w-full items-center gap-1.5 rounded-lg border px-2.75 py-2" aria-invalid="false"><input type="password" data-slot="form-control" class="file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input w-full min-w-0 rounded-md border text-base transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-background h-fit border-none px-1 py-0 shadow-none focus-visible:ring-0 peer" autoCapitalize="none" autoCorrect="off" id="_R_19bsnpfjb_-form-item" aria-describedby="_R_19bsnpfjb_-form-item-description" aria-invalid="false" name="password" value=""/></span></div><button type="submit" data-slot="button" class="cursor-pointer inline-flex items-center justify-center gap-3.5 transition-all disabled:border-[#B9B9B9] disabled:text-[#B9B9B9] disabled:pointer-events-none [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 shrink-0 outline-none aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive bg-slate-cyan text-white rounded-full hover:bg-slate-cyan-overlay active:shadow-[inset_0_4px_4px_rgba(0,0,0,0.25)] active:bg-blend-multiply px-7.25 py-2.25 mx-auto mt-2 h-[59px] w-[207px] text-base font-semibold">ログイン</button><p class="mt-2 text-center text-xs"><a class="underline" href="/forgot-password">ログインIDまたはパスワードを忘れた。</a></p></form></div></div><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/fa7e56984391c765.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[1661,[\"/_next/static/chunks/208a9e01975edf5a.js\",\"/_next/static/chunks/fd7dd3d8d20f8873.js\",\"/_next/static/chunks/beb60829d9c7c8ae.js\",\"/_next/static/chunks/1a19e0c2f66e6493.js\"],\"default\"]\n3:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"ClientPageRoot\"]\n6:I[5380,[\"/_next/static/chunks/208a9e01975edf5a.js\",\"/_next/static/chunks/fd7dd3d8d20f8873.js\",\"/_next/static/chunks/beb60829d9c7c8ae.js\",\"/_next/static/chunks/1a19e0c2f66e6493.js\",\"/_next/static/chunks/cb433cf8ccf88c46.js\",\"/_next/static/chunks/e8db8aacd3ac5a12.js\",\"/_next/static/chunks/58ca6937e0c6f68d.js\",\"/_next/static/chunks/a6a7cee05396b368.js\"],\"default\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"OutletBoundary\"]\nb:I[11533,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"AsyncMetadataOutlet\"]\nd:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"ViewportBoundary\"]\nf:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"MetadataBoundary\"]\n10:\"$Sreact.suspense\"\n12:I[68027,[\"/_next/static/chunks/208a9e01975edf5a.js\",\"/_next/static/chunks/fd7dd3d8d20f8873.js\",\"/_next/static/chunks/beb60829d9c7c8ae.js\",\"/_next/static/chunks/1a19e0c2f66e6493.js\"],\"default\"]\n:HL[\"/_next/static/chunks/f7d31a92ae0740f9.css\",\"style\"]\n:HL[\"/_next/static/chunks/5794f114130fe7ad.css\",\"style\"]\n:HL[\"/_next/static/media/ad9c66e761fed85a-s.p.bd81a64b.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/b221d68cb2db2d85-s.p.d9561841.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"VUYhAqUULcBB5aI1uLzJd\",\"p\":\"\",\"c\":[\"\",\"sign-in\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"(auth)\",{\"children\":[\"sign-in\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/f7d31a92ae0740f9.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/5794f114130fe7ad.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/208a9e01975edf5a.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/fd7dd3d8d20f8873.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/beb60829d9c7c8ae.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/1a19e0c2f66e6493.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"jp\",\"translate\":\"no\",\"children\":[\"$\",\"body\",null,{\"className\":\"noto_sans_jp_6f1cd4dc-module__V98abG__variable sigmar_one_c3fe9fb8-module__-SBULG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}],{\"children\":[\"(auth)\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"sign-in\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/cb433cf8ccf88c46.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/e8db8aacd3ac5a12.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/58ca6937e0c6f68d.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/a6a7cee05396b368.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$La\",[\"$\",\"$Lb\",null,{\"promise\":\"$@c\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$10\",null,{\"fallback\":null,\"children\":\"$L11\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/f7d31a92ae0740f9.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/5794f114130fe7ad.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:2:children:2:children:2:children:1:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\na:null\n"])</script><script>self.__next_f.push([1,"13:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/c059d57364b7db98.js\"],\"IconMark\"]\nc:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"ログイン | Print System\"}],[\"$\",\"link\",\"1\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.bb66b89d.ico\",\"sizes\":\"53x53\",\"type\":\"image/x-icon\"}],[\"$\",\"$L13\",\"2\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"11:\"$c:metadata\"\n"])</script></body></html>
          Parameter
          nextauth.message
          Solution

          This is an informational alert and no action is necessary.

  7. Risk=Informational, Confidence=Medium (3)

    1. https://print-gakuen.com (3)

      1. Content-Type Header Missing (1)
        1. GET https://print-gakuen.com/
          Alert tags
          Alert description

          The Content-Type header was either missing or empty.

          Request
          Request line and header section (488 bytes)
          GET https://print-gakuen.com/ HTTP/1.1
          host: print-gakuen.com
          User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
          Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Connection: keep-alive
          Upgrade-Insecure-Requests: 1
          Sec-Fetch-Dest: document
          Sec-Fetch-Mode: navigate
          Sec-Fetch-Site: none
          Sec-Fetch-User: ?1
          Priority: u=0, i
          Authorization: Basic Y2xtdHZuOmNsbXR2bg==
          
          
          Request body (0 bytes)
          Response
          Status line and header section (166 bytes)
          HTTP/1.1 307 Temporary Redirect
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:03:13 GMT
          Connection: keep-alive
          location: /sign-in
          content-length: 8
          
          
          Response body (8 bytes)
          /sign-in
          Parameter
          content-type
          Solution

          Ensure each page is setting the specific and appropriate content-type value for the content being delivered.

      2. Session Management Response Identified (1)
        1. GET https://print-gakuen.com/api/auth/csrf
          Alert tags
          Alert description

          The given response has been identified as containing a session management token. The 'Other Info' field contains a set of header tokens that can be used in the Header Based Session Management Method. If the request is in a context which has a Session Management Method set to "Auto-Detect" then this rule will change the session management to use the tokens identified.

          Other info

          cookie:__Host-next-auth.csrf-token

          cookie:__Secure-next-auth.callback-url

          Request
          Request line and header section (463 bytes)
          GET https://print-gakuen.com/api/auth/csrf HTTP/1.1
          host: print-gakuen.com
          User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
          Accept: */*
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Referer: https://print-gakuen.com/sign-in
          Content-Type: application/json
          Authorization: Basic Y2xtdHZuOmNsbXR2bg==
          Connection: keep-alive
          Sec-Fetch-Dest: empty
          Sec-Fetch-Mode: cors
          Sec-Fetch-Site: same-origin
          Priority: u=4
          
          
          Request body (0 bytes)
          Response
          Status line and header section (653 bytes)
          HTTP/1.1 200 OK
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:03:42 GMT
          Content-Type: application/json
          Connection: keep-alive
          vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
          cache-control: private, no-cache, no-store
          expires: 0
          pragma: no-cache
          set-cookie: __Host-next-auth.csrf-token=c8e08c1169d1f8977901e0aa96b0a9e244e6f268e3939212cd2cf4eac74c48a8%7Cd2d2a3d2201e777dced2eb764a7079cccc1805d919350f9bb4991bc893a1e4d3; Path=/; HttpOnly; Secure; SameSite=Lax
          set-cookie: __Secure-next-auth.callback-url=https%3A%2F%2Fprint-gakuen.com; Path=/; HttpOnly; Secure; SameSite=Lax
          content-length: 80
          
          
          Response body (80 bytes)
          {"csrfToken":"c8e08c1169d1f8977901e0aa96b0a9e244e6f268e3939212cd2cf4eac74c48a8"}
          Parameter
          __Host-next-auth.csrf-token
          Evidence
          c8e08c1169d1f8977901e0aa96b0a9e244e6f268e3939212cd2cf4eac74c48a8%7Cd2d2a3d2201e777dced2eb764a7079cccc1805d919350f9bb4991bc893a1e4d3
          Solution

          This is an informational alert rather than a vulnerability and so there is nothing to fix.

      3. User Agent Fuzzer (1)
        1. POST https://print-gakuen.com/api/auth/callback/credentials
          Alert tags
          Alert description

          Check for differences in response based on fuzzed User Agent (eg. mobile sites, access as a Search Engine Crawler). Compares the response statuscode and the hashcode of the response body with the original response.

          Request
          Request line and header section (761 bytes)
          POST https://print-gakuen.com/api/auth/callback/credentials HTTP/1.1
          host: print-gakuen.com
          user-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
          Accept: */*
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Referer: https://print-gakuen.com/sign-in
          Content-Type: application/x-www-form-urlencoded
          Content-Length: 191
          Origin: https://print-gakuen.com
          Authorization: Basic Y2xtdHZuOmNsbXR2bg==
          Connection: keep-alive
          Sec-Fetch-Dest: empty
          Sec-Fetch-Mode: cors
          Sec-Fetch-Site: same-origin
          Priority: u=4
          Cookie: __Host-next-auth.csrf-token=8c2f4f35bab9c292066cdc298d2a7700b9c87d33daccac148d0968533c0cd53e%7C3a0c6bfcfe827dc1ec1e107c0d086e58f2f6a4c667cce6f0c4f7825d581a501e; __Secure-next-auth.callback-url=https%3A%2F%2Fprint-gakuen.com%2Fsign-in
          
          
          Request body (191 bytes)
          redirect=false&identifier=dang-test&password=12345678&csrfToken=c27e48f843f29c1c5b1648b7aa19a93c58a6d754d9b486226fb6186a36ff9c0f&callbackUrl=https%3A%2F%2Fprint-gakuen.com%2Fsign-in&json=true
          Response
          Status line and header section (250 bytes)
          HTTP/1.1 200 OK
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:37:22 GMT
          Content-Type: application/json
          Connection: keep-alive
          vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
          content-length: 60
          
          
          Response body (60 bytes)
          {"url":"https://print-gakuen.com/api/auth/signin?csrf=true"}
          Parameter
          Header User-Agent
          Attack
          Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
  8. Risk=Informational, Confidence=Low (3)

    1. https://print-gakuen.com (3)

      1. Cookie Poisoning (1)
        1. POST https://print-gakuen.com/api/auth/callback/credentials
          Alert tags
          Alert description

          This check looks at user-supplied input in query string parameters and POST data to identify where cookie parameters might be controlled. This is called a cookie poisoning attack, and becomes exploitable when an attacker can manipulate the cookie in various ways. In some cases this will not be exploitable, however, allowing URL parameters to set cookie values is generally considered a bug.

          Other info

          An attacker may be able to poison cookie values through POST parameters. To test if this is a more serious issue, you should try resending that request as a GET, with the POST parameter included as a query string parameter. For example: https://nottrusted.com/page?value=maliciousInput.

          This was identified at:

          https://print-gakuen.com/api/auth/callback/credentials

          User-input was found in the following cookie:

          __Secure-next-auth.callback-url=https://print-gakuen.com/sign-in; Path=/; HttpOnly; Secure; SameSite=Lax

          The user input was:

          callbackUrl=https://print-gakuen.com/sign-in

          Request
          Request line and header section (785 bytes)
          POST https://print-gakuen.com/api/auth/callback/credentials HTTP/1.1
          host: print-gakuen.com
          User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
          Accept: */*
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Referer: https://print-gakuen.com/sign-in
          Content-Type: application/x-www-form-urlencoded
          Content-Length: 191
          Origin: https://print-gakuen.com
          Authorization: Basic Y2xtdHZuOmNsbXR2bg==
          Connection: keep-alive
          Cookie: __Host-next-auth.csrf-token=c8e08c1169d1f8977901e0aa96b0a9e244e6f268e3939212cd2cf4eac74c48a8%7Cd2d2a3d2201e777dced2eb764a7079cccc1805d919350f9bb4991bc893a1e4d3; __Secure-next-auth.callback-url=https%3A%2F%2Fprint-gakuen.com
          Sec-Fetch-Dest: empty
          Sec-Fetch-Mode: cors
          Sec-Fetch-Site: same-origin
          Priority: u=4
          
          
          Request body (191 bytes)
          redirect=false&identifier=dang-test&password=12345678&csrfToken=c8e08c1169d1f8977901e0aa96b0a9e244e6f268e3939212cd2cf4eac74c48a8&callbackUrl=https%3A%2F%2Fprint-gakuen.com%2Fsign-in&json=true
          Response
          Status line and header section (819 bytes)
          HTTP/1.1 200 OK
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:03:43 GMT
          Content-Type: application/json
          Connection: keep-alive
          vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
          set-cookie: __Secure-next-auth.callback-url=https%3A%2F%2Fprint-gakuen.com%2Fsign-in; Path=/; HttpOnly; Secure; SameSite=Lax
          set-cookie: __Secure-next-auth.session-token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..C6sWqScli4a3JD5H.JJaFk9Roxt59pKKQPuOFWfp-jIhWy_71XHM3GYSoXXP8HNO4W74Yzven7aqFG0AjTKMz401kdyA06pnPPvgJMgzS3fjjaIN2tjJRxLplu-sw8HQNTYhB7_oiqB-mjSqBZQVeNNXnwFiBCY7R6JSxwgbHA4YAzArWoFn_1XgflK1tlYmL17GN7tVCk0oLM6Ud3NBiRpajVXF-_KFYYTYgmpvI4A3oFgQ4khxMfDAR7rOm.XDHPquGWwz-NEgZDYXVMww; Path=/; Expires=Thu, 15 Jan 2026 09:03:43 GMT; HttpOnly; Secure; SameSite=Lax
          content-length: 42
          
          
          Response body (42 bytes)
          {"url":"https://print-gakuen.com/sign-in"}
          Parameter
          callbackUrl
          Solution

          Do not allow user input to control cookie names and values. If some query string parameters must be set in cookie values, be sure to filter out semicolon's that can serve as name/value pair delimiters.

      2. Information Disclosure - Suspicious Comments (1)
        1. GET https://print-gakuen.com/_next/static/chunks/d840202ccc76954a.js
          Alert tags
          Alert description

          The response appears to contain suspicious comments which may help an attacker.

          Other info

          The following pattern was used: \bFROM\b and was detected in likely comment: "//n":window.location.href);return{searchParams:e.searchParams,pathname:(0,R.hasBasePath)(e.pathname)?(0,v.removeBasePath)(e.path", see evidence field for the suspicious comment/snippet.

          Request
          Request line and header section (446 bytes)
          GET https://print-gakuen.com/_next/static/chunks/d840202ccc76954a.js HTTP/1.1
          host: print-gakuen.com
          User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
          Accept: */*
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Authorization: Basic Y2xtdHZuOmNsbXR2bg==
          Connection: keep-alive
          Referer: https://print-gakuen.com/sign-in
          Sec-Fetch-Dest: script
          Sec-Fetch-Mode: no-cors
          Sec-Fetch-Site: same-origin
          
          
          Request body (0 bytes)
          Response
          Status line and header section (358 bytes)
          HTTP/1.1 200 OK
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:03:14 GMT
          Content-Type: application/javascript; charset=UTF-8
          Content-Length: 64606
          Connection: keep-alive
          Cache-Control: public, max-age=31536000, immutable
          Accept-Ranges: bytes
          Last-Modified: Tue, 13 Jan 2026 04:14:49 GMT
          ETag: W/"fc5e-19bb590462f"
          Vary: Accept-Encoding
          
          
          Response body (64606 bytes)
          (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,4768,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"invalidateCacheBelowFlightSegmentPath",{enumerable:!0,get:function(){return function e(t,r,a){let u=a.length<=2,[o,i]=a,c=(0,n.createRouterCacheKey)(i),f=r.parallelRoutes.get(o);if(!f)return;let s=t.parallelRoutes.get(o);if(s&&s!==f||(s=new Map(f),t.parallelRoutes.set(o,s)),u)return void s.delete(c);let d=f.get(c),p=s.get(c);p&&d&&(p===d&&(p={lazyData:p.lazyData,rsc:p.rsc,prefetchRsc:p.prefetchRsc,head:p.head,prefetchHead:p.prefetchHead,parallelRoutes:new Map(p.parallelRoutes)},s.set(c,p)),e(p,d,(0,l.getNextFlightSegmentPath)(a)))}}});let n=e.r(70725),l=e.r(50590);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},1764,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"fillLazyItemsTillLeafWithHead",{enumerable:!0,get:function(){return function e(t,r,a,u,o,i,c){if(0===Object.keys(u[1]).length){r.head=i;return}for(let f in u[1]){let s,d=u[1][f],p=d[0],h=(0,n.createRouterCacheKey)(p),y=null!==o&&void 0!==o[2][f]?o[2][f]:null;if(a){let n=a.parallelRoutes.get(f);if(n){let a,u=(null==c?void 0:c.kind)==="auto"&&c.status===l.PrefetchCacheEntryStatus.reusable,o=new Map(n),s=o.get(h);a=null!==y?{lazyData:null,rsc:y[1],prefetchRsc:null,head:null,prefetchHead:null,loading:y[3],parallelRoutes:new Map(null==s?void 0:s.parallelRoutes),navigatedAt:t}:u&&s?{lazyData:s.lazyData,rsc:s.rsc,prefetchRsc:s.prefetchRsc,head:s.head,prefetchHead:s.prefetchHead,parallelRoutes:new Map(s.parallelRoutes),loading:s.loading}:{lazyData:null,rsc:null,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map(null==s?void 0:s.parallelRoutes),loading:null,navigatedAt:t},o.set(h,a),e(t,a,s,d,y||null,i,c),r.parallelRoutes.set(f,o);continue}}if(null!==y){let e=y[1],r=y[3];s={lazyData:null,rsc:e,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:r,navigatedAt:t}}else s={lazyData:null,rsc:null,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:null,navigatedAt:t};let g=r.parallelRoutes.get(f);g?g.set(h,s):r.parallelRoutes.set(f,new Map([[h,s]])),e(t,s,void 0,d,y,i,c)}}}});let n=e.r(70725),l=e.r(88540);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},51565,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"invalidateCacheByRouterState",{enumerable:!0,get:function(){return l}});let n=e.r(70725);function l(e,t,r){for(let l in r[1]){let a=r[1][l][0],u=(0,n.createRouterCacheKey)(a),o=t.parallelRoutes.get(l);if(o){let t=new Map(o);t.delete(u),e.parallelRoutes.set(l,t)}}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},87752,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{fillCacheWithNewSubTreeData:function(){return i},fillCacheWithNewSubTreeDataButOnlyLoading:function(){return c}});let n=e.r(51565),l=e.r(1764),a=e.r(70725),u=e.r(13258);function o(e,t,r,o,i,c){let{segmentPath:f,seedData:s,tree:d,head:p}=o,h=t,y=r;for(let t=0;t<f.length;t+=2){let r=f[t],o=f[t+1],g=t===f.length-2,_=(0,a.createRouterCacheKey)(o),v=y.parallelRoutes.get(r);if(!v)continue;let R=h.parallelRoutes.get(r);R&&R!==v||(R=new Map(v),h.parallelRoutes.set(r,R));let b=v.get(_),P=R.get(_);if(g){if(s&&(!P||!P.lazyData||P===b)){let t=s[0],r=s[1],a=s[3];P={lazyData:null,rsc:c||t!==u.PAGE_SEGMENT_KEY?r:null,prefetchRsc:null,head:null,prefetchHead:null,loading:a,parallelRoutes:c&&b?new Map(b.parallelRoutes):new Map,navigatedAt:e},b&&c&&(0,n.invalidateCacheByRouterState)(P,b,d),c&&(0,l.fillLazyItemsTillLeafWithHead)(e,P,b,d,s,p,i),R.set(_,P)}continue}P&&b&&(P===b&&(P={lazyData:P.lazyData,rsc:P.rsc,prefetchRsc:P.prefetchRsc,head:P.head,prefetchHead:P.prefetchHead,parallelRoutes:new Map(P.parallelRoutes),loading:P.loading},R.set(_,P)),h=P,y=b)}}function i(e,t,r,n,l){o(e,t,r,n,l,!0)}function c(e,t,r,n,l){o(e,t,r,n,l,!1)}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},10827,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"applyFlightData",{enumerable:!0,get:function(){return a}});let n=e.r(1764),l=e.r(87752);function a(e,t,r,a,u){let{tree:o,seedData:i,head:c,isRootRender:f}=a;if(null===i)return!1;if(f){let l=i[1];r.loading=i[3],r.rsc=l,r.prefetchRsc=null,(0,n.fillLazyItemsTillLeafWithHead)(e,r,t,o,i,c,u)}else r.rsc=t.rsc,r.prefetchRsc=t.prefetchRsc,r.parallelRoutes=new Map(t.parallelRoutes),r.loading=t.loading,(0,l.fillCacheWithNewSubTreeData)(e,r,t,a,u);return!0}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},13576,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{addRefreshMarkerToActiveParallelSegments:function(){return function e(t,r){let[n,l,,u]=t;for(let o in n.includes(a.PAGE_SEGMENT_KEY)&&"refresh"!==u&&(t[2]=r,t[3]="refresh"),l)e(l[o],r)}},refreshInactiveParallelSegments:function(){return u}});let n=e.r(10827),l=e.r(87288),a=e.r(13258);async function u(e){let t=new Set;await o({...e,rootTree:e.updatedTree,fetchedSegments:t})}async function o(e){let{navigatedAt:t,state:r,updatedTree:a,updatedCache:u,includeNextUrl:i,fetchedSegments:c,rootTree:f=a,canonicalUrl:s}=e,[,d,p,h]=a,y=[];if(p&&p!==s&&"refresh"===h&&!c.has(p)){c.add(p);let e=(0,l.fetchServerResponse)(new URL(p,location.origin),{flightRouterState:[f[0],f[1],f[2],"refetch"],nextUrl:i?r.nextUrl:null}).then(e=>{let{flightData:r}=e;if("string"!=typeof r)for(let e of r)(0,n.applyFlightData)(t,u,u,e)});y.push(e)}for(let e in d){let n=o({navigatedAt:t,state:r,updatedTree:d[e],updatedCache:u,includeNextUrl:i,fetchedSegments:c,rootTree:f,canonicalUrl:s});y.push(n)}await Promise.all(y)}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},22719,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"applyRouterStatePatchToTree",{enumerable:!0,get:function(){return function e(t,r,n,i){let c,[f,s,d,p,h]=r;if(1===t.length){let e=o(r,n);return(0,u.addRefreshMarkerToActiveParallelSegments)(e,i),e}let[y,g]=t;if(!(0,a.matchSegment)(y,f))return null;if(2===t.length)c=o(s[g],n);else if(null===(c=e((0,l.getNextFlightSegmentPath)(t),s[g],n,i)))return null;let _=[t[0],{...s,[g]:c},d,p];return h&&(_[4]=!0),(0,u.addRefreshMarkerToActiveParallelSegments)(_,i),_}}});let n=e.r(13258),l=e.r(50590),a=e.r(56019),u=e.r(13576);function o(e,t){let[r,l]=e,[u,i]=t;if(u===n.DEFAULT_SEGMENT_KEY&&r!==n.DEFAULT_SEGMENT_KEY)return e;if((0,a.matchSegment)(r,u)){let t={};for(let e in l)void 0!==i[e]?t[e]=o(l[e],i[e]):t[e]=l[e];for(let e in i)t[e]||(t[e]=i[e]);let n=[r,t];return e[2]&&(n[2]=e[2]),e[3]&&(n[3]=e[3]),e[4]&&(n[4]=e[4]),n}return t}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},7687,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"shouldHardNavigate",{enumerable:!0,get:function(){return function e(t,r){let[a,u]=r,[o,i]=t;return(0,l.matchSegment)(o,a)?!(t.length<=2)&&e((0,n.getNextFlightSegmentPath)(t),u[i]):!!Array.isArray(o)}}});let n=e.r(50590),l=e.r(56019);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},48919,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isNavigatingToNewRootLayout",{enumerable:!0,get:function(){return function e(t,r){let n=t[0],l=r[0];if(Array.isArray(n)&&Array.isArray(l)){if(n[0]!==l[0]||n[2]!==l[2])return!0}else if(n!==l)return!0;if(t[4])return!r[4];if(r[4])return!0;let a=Object.values(t[1])[0],u=Object.values(r[1])[0];return!a||!u||e(a,u)}}}),("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},34727,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{computeChangedPath:function(){return c},extractPathFromFlightRouterState:function(){return i},getSelectedParams:function(){return function e(t,r){for(let n of(void 0===r&&(r={}),Object.values(t[1]))){let t=n[0],a=Array.isArray(t),u=a?t[1]:t;!u||u.startsWith(l.PAGE_SEGMENT_KEY)||(a&&("c"===t[2]||"oc"===t[2])?r[t[0]]=t[1].split("/"):a&&(r[t[0]]=t[1]),r=e(n,r))}return r}}});let n=e.r(91463),l=e.r(13258),a=e.r(56019),u=e=>"string"==typeof e?"children"===e?"":e:e[1];function o(e){return e.reduce((e,t)=>{let r;return""===(t="/"===(r=t)[0]?r.slice(1):r)||(0,l.isGroupSegment)(t)?e:e+"/"+t},"")||"/"}function i(e){var t;let r=Array.isArray(e[0])?e[0][1]:e[0];if(r===l.DEFAULT_SEGMENT_KEY||n.INTERCEPTION_ROUTE_MARKERS.some(e=>r.startsWith(e)))return;if(r.startsWith(l.PAGE_SEGMENT_KEY))return"";let a=[u(r)],c=null!=(t=e[1])?t:{},f=c.children?i(c.children):void 0;if(void 0!==f)a.push(f);else for(let[e,t]of Object.entries(c)){if("children"===e)continue;let r=i(t);void 0!==r&&a.push(r)}return o(a)}function c(e,t){let r=function e(t,r){let[l,o]=t,[c,f]=r,s=u(l),d=u(c);if(n.INTERCEPTION_ROUTE_MARKERS.some(e=>s.startsWith(e)||d.startsWith(e)))return"";if(!(0,a.matchSegment)(l,c)){var p;return null!=(p=i(r))?p:""}for(let t in o)if(f[t]){let r=e(o[t],f[t]);if(null!==r)return u(c)+"/"+r}return null}(e,t);return null==r||"/"===r?r:o(r.split("/"))}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},47442,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"handleMutable",{enumerable:!0,get:function(){return a}});let n=e.r(34727);function l(e){return void 0!==e}function a(e,t){var r,a;let u=null==(r=t.shouldScroll)||r,o=e.nextUrl;if(l(t.patchedTree)){let r=(0,n.computeChangedPath)(e.tree,t.patchedTree);r?o=r:o||(o=e.canonicalUrl)}return{canonicalUrl:l(t.canonicalUrl)?t.canonicalUrl===e.canonicalUrl?e.canonicalUrl:t.canonicalUrl:e.canonicalUrl,pushRef:{pendingPush:l(t.pendingPush)?t.pendingPush:e.pushRef.pendingPush,mpaNavigation:l(t.mpaNavigation)?t.mpaNavigation:e.pushRef.mpaNavigation,preserveCustomHistoryState:l(t.preserveCustomHistoryState)?t.preserveCustomHistoryState:e.pushRef.preserveCustomHistoryState},focusAndScrollRef:{apply:!!u&&(!!l(null==t?void 0:t.scrollableSegments)||e.focusAndScrollRef.apply),onlyHashChange:t.onlyHashChange||!1,hashFragment:u?t.hashFragment&&""!==t.hashFragment?decodeURIComponent(t.hashFragment.slice(1)):e.focusAndScrollRef.hashFragment:null,segmentPaths:u?null!=(a=null==t?void 0:t.scrollableSegments)?a:e.focusAndScrollRef.segmentPaths:[]},cache:t.cache?t.cache:e.cache,prefetchCache:t.prefetchCache?t.prefetchCache:e.prefetchCache,tree:l(t.patchedTree)?t.patchedTree:e.tree,nextUrl:o}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},4536,(e,t,r)=>{"use strict";r._=function(e,t){if(!Object.prototype.hasOwnProperty.call(e,t))throw TypeError("attempted to use private field on non-instance");return e}},89763,(e,t,r)=>{"use strict";var n=0;r._=function(e){return"__private_"+n+++"_"+e}},53544,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"PromiseQueue",{enumerable:!0,get:function(){return c}});let n=e.r(4536),l=e.r(89763);var a=l._("_maxConcurrency"),u=l._("_runningCount"),o=l._("_queue"),i=l._("_processNext");class c{enqueue(e){let t,r,l=new Promise((e,n)=>{t=e,r=n}),a=async()=>{try{n._(this,u)[u]++;let r=await e();t(r)}catch(e){r(e)}finally{n._(this,u)[u]--,n._(this,i)[i]()}};return n._(this,o)[o].push({promiseFn:l,task:a}),n._(this,i)[i](),l}bump(e){let t=n._(this,o)[o].findIndex(t=>t.promiseFn===e);if(t>-1){let e=n._(this,o)[o].splice(t,1)[0];n._(this,o)[o].unshift(e),n._(this,i)[i](!0)}}constructor(e=5){Object.defineProperty(this,i,{value:f}),Object.defineProperty(this,a,{writable:!0,value:void 0}),Object.defineProperty(this,u,{writable:!0,value:void 0}),Object.defineProperty(this,o,{writable:!0,value:void 0}),n._(this,a)[a]=e,n._(this,u)[u]=0,n._(this,o)[o]=[]}}function f(e){if(void 0===e&&(e=!1),(n._(this,u)[u]<n._(this,a)[a]||e)&&n._(this,o)[o].length>0){var t;null==(t=n._(this,o)[o].shift())||t.task()}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},24059,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{DYNAMIC_STALETIME_MS:function(){return d},STATIC_STALETIME_MS:function(){return p},createSeededPrefetchCacheEntry:function(){return c},getOrCreatePrefetchCacheEntry:function(){return i},prunePrefetchCache:function(){return s}});let n=e.r(87288),l=e.r(88540),a=e.r(43590);function u(e,t,r){let n=e.pathname;return(t&&(n+=e.search),r)?""+r+"%"+n:n}function o(e,t,r){return u(e,t===l.PrefetchKind.FULL,r)}function i(e){let{url:t,nextUrl:r,tree:n,prefetchCache:a,kind:o,allowAliasing:i=!0}=e,c=function(e,t,r,n,a){for(let o of(void 0===t&&(t=l.PrefetchKind.TEMPORARY),[r,null])){let r=u(e,!0,o),i=u(e,!1,o),c=e.search?r:i,f=n.get(c);if(f&&a){if(f.url.pathname===e.pathname&&f.url.search!==e.search)return{...f,aliased:!0};return f}let s=n.get(i);if(a&&e.search&&t!==l.PrefetchKind.FULL&&s&&!s.key.includes("%"))return{...s,aliased:!0}}if(t!==l.PrefetchKind.FULL&&a){for(let t of n.values())if(t.url.pathname===e.pathname&&!t.key.includes("%"))return{...t,aliased:!0}}}(t,o,r,a,i);return c?(c.status=h(c),c.kind!==l.PrefetchKind.FULL&&o===l.PrefetchKind.FULL&&c.data.then(e=>{if(!(Array.isArray(e.flightData)&&e.flightData.some(e=>e.isRootRender&&null!==e.seedData)))return f({tree:n,url:t,nextUrl:r,prefetchCache:a,kind:null!=o?o:l.PrefetchKind.TEMPORARY})}),o&&c.kind===l.PrefetchKind.TEMPORARY&&(c.kind=o),c):f({tree:n,url:t,nextUrl:r,prefetchCache:a,kind:o||l.PrefetchKind.TEMPORARY})}function c(e){let{nextUrl:t,tree:r,prefetchCache:n,url:a,data:u,kind:i}=e,c=u.couldBeIntercepted?o(a,i,t):o(a,i),f={treeAtTimeOfPrefetch:r,data:Promise.resolve(u),kind:i,prefetchTime:Date.now(),lastUsedTime:Date.now(),staleTime:u.staleTime,key:c,status:l.PrefetchCacheEntryStatus.fresh,url:a};return n.set(c,f),f}function f(e){let{url:t,kind:r,tree:u,nextUrl:i,prefetchCache:c}=e,f=o(t,r),s=a.prefetchQueue.enqueue(()=>(0,n.fetchServerResponse)(t,{flightRouterState:u,nextUrl:i,prefetchKind:r}).then(e=>{let r;if(e.couldBeIntercepted&&(r=function(e){let{url:t,nextUrl:r,prefetchCache:n,existingCacheKey:l}=e,a=n.get(l);if(!a)return;let u=o(t,a.kind,r);return n.set(u,{...a,key:u}),n.delete(l),u}({url:t,existingCacheKey:f,nextUrl:i,prefetchCache:c})),e.prerendered){let t=c.get(null!=r?r:f);t&&(t.kind=l.PrefetchKind.FULL,-1!==e.staleTime&&(t.staleTime=e.staleTime))}return e})),d={treeAtTimeOfPrefetch:u,data:s,kind:r,prefetchTime:Date.now(),lastUsedTime:null,staleTime:-1,key:f,status:l.PrefetchCacheEntryStatus.fresh,url:t};return c.set(f,d),d}function s(e){for(let[t,r]of e)h(r)===l.PrefetchCacheEntryStatus.expired&&e.delete(t)}let d=1e3*Number("0"),p=1e3*Number("300");function h(e){let{kind:t,prefetchTime:r,lastUsedTime:n}=e;return Date.now()<(null!=n?n:r)+d?n?l.PrefetchCacheEntryStatus.reusable:l.PrefetchCacheEntryStatus.fresh:t===l.PrefetchKind.AUTO&&Date.now()<r+p?l.PrefetchCacheEntryStatus.stale:t===l.PrefetchKind.FULL&&Date.now()<r+p?l.PrefetchCacheEntryStatus.reusable:l.PrefetchCacheEntryStatus.expired}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},43590,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{prefetchQueue:function(){return a},prefetchReducer:function(){return u}});let n=e.r(53544),l=e.r(24059),a=new n.PromiseQueue(5),u=function(e,t){(0,l.prunePrefetchCache)(e.prefetchCache);let{url:r}=t;return(0,l.getOrCreatePrefetchCacheEntry)({url:r,nextUrl:e.nextUrl,prefetchCache:e.prefetchCache,kind:t.kind,tree:e.tree,allowAliasing:!0}),e};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},72463,(e,t,r)=>{"use strict";function n(e){let t=e.indexOf("#"),r=e.indexOf("?"),n=r>-1&&(t<0||r<t);return n||t>-1?{pathname:e.substring(0,n?r:t),query:n?e.substring(r,t>-1?t:void 0):"",hash:t>-1?e.slice(t):""}:{pathname:e,query:"",hash:""}}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"parsePath",{enumerable:!0,get:function(){return n}})},41858,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"addPathPrefix",{enumerable:!0,get:function(){return l}});let n=e.r(72463);function l(e,t){if(!e.startsWith("/")||!t)return e;let{pathname:r,query:l,hash:a}=(0,n.parsePath)(e);return""+t+r+l+a}},38281,(e,t,r)=>{"use strict";function n(e){return e.replace(/\/$/,"")||"/"}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"removeTrailingSlash",{enumerable:!0,get:function(){return n}})},82823,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"normalizePathTrailingSlash",{enumerable:!0,get:function(){return a}});let n=e.r(38281),l=e.r(72463),a=e=>{if(!e.startsWith("/"))return e;let{pathname:t,query:r,hash:a}=(0,l.parsePath)(e);return""+(0,n.removeTrailingSlash)(t)+r+a};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},5550,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"addBasePath",{enumerable:!0,get:function(){return a}});let n=e.r(41858),l=e.r(82823);function a(e,t){return(0,l.normalizePathTrailingSlash)((0,n.addPathPrefix)(e,""))}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},62634,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"AppRouterAnnouncer",{enumerable:!0,get:function(){return u}});let n=e.r(71645),l=e.r(74080),a="next-route-announcer";function u(e){let{tree:t}=e,[r,u]=(0,n.useState)(null);(0,n.useEffect)(()=>(u(function(){var e;let t=document.getElementsByName(a)[0];if(null==t||null==(e=t.shadowRoot)?void 0:e.childNodes[0])return t.shadowRoot.childNodes[0];{let e=document.createElement(a);e.style.cssText="position:absolute";let t=document.createElement("div");return t.ariaLive="assertive",t.id="__next-route-announcer__",t.role="alert",t.style.cssText="position:absolute;border:0;height:1px;margin:-1px;padding:0;width:1px;clip:rect(0 0 0 0);overflow:hidden;white-space:nowrap;word-wrap:normal",e.attachShadow({mode:"open"}).appendChild(t),document.body.appendChild(e),t}}()),()=>{let e=document.getElementsByTagName(a)[0];(null==e?void 0:e.isConnected)&&document.body.removeChild(e)}),[]);let[o,i]=(0,n.useState)(""),c=(0,n.useRef)(void 0);return(0,n.useEffect)(()=>{let e="";if(document.title)e=document.title;else{let t=document.querySelector("h1");t&&(e=t.innerText||t.textContent||"")}void 0!==c.current&&c.current!==e&&i(e),c.current=e},[t]),r?(0,l.createPortal)(o,r):null}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},25018,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"findHeadInCache",{enumerable:!0,get:function(){return a}});let n=e.r(13258),l=e.r(70725);function a(e,t){return function e(t,r,a,u){if(0===Object.keys(r).length)return[t,a,u];let o=Object.keys(r).filter(e=>"children"!==e);for(let u of("children"in r&&o.unshift("children"),o)){let[o,i]=r[u];if(o===n.DEFAULT_SEGMENT_KEY)continue;let c=t.parallelRoutes.get(u);if(!c)continue;let f=(0,l.createRouterCacheKey)(o),s=(0,l.createRouterCacheKey)(o,!0),d=c.get(f);if(!d)continue;let p=e(d,i,a+"/"+f,a+"/"+s);if(p)return p}return null}(e,t,"","")}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},39584,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"pathHasPrefix",{enumerable:!0,get:function(){return l}});let n=e.r(72463);function l(e,t){if("string"!=typeof e)return!1;let{pathname:r}=(0,n.parsePath)(e);return r===t||r.startsWith(t+"/")}},52817,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"hasBasePath",{enumerable:!0,get:function(){return l}});let n=e.r(39584);function l(e){return(0,n.pathHasPrefix)(e,"")}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},87250,(e,t,r)=>{"use strict";function n(e){return e}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"removeBasePath",{enumerable:!0,get:function(){return n}}),e.r(52817),("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},65165,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{FetchStrategy:function(){return y},NavigationResultTag:function(){return p},PrefetchPriority:function(){return h},cancelPrefetchTask:function(){return c},createCacheKey:function(){return d},getCurrentCacheVersion:function(){return o},isPrefetchTaskDirty:function(){return s},navigate:function(){return a},prefetch:function(){return l},reschedulePrefetchTask:function(){return f},revalidateEntireCache:function(){return u},schedulePrefetchTask:function(){return i}});let n=()=>{throw Object.defineProperty(Error("Segment Cache experiment is not enabled. This is a bug in Next.js."),"__NEXT_ERROR_CODE",{value:"E654",enumerable:!1,configurable:!0})},l=n,a=n,u=n,o=n,i=n,c=n,f=n,s=n,d=n;var p=function(e){return e[e.MPA=0]="MPA",e[e.Success=1]="Success",e[e.NoOp=2]="NoOp",e[e.Async=3]="Async",e}({}),h=function(e){return e[e.Intent=2]="Intent",e[e.Default=1]="Default",e[e.Background=0]="Background",e}({}),y=function(e){return e[e.LoadingBoundary=0]="LoadingBoundary",e[e.PPR=1]="PPR",e[e.PPRRuntime=2]="PPRRuntime",e[e.Full=3]="Full",e}({});("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},91949,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{IDLE_LINK_STATUS:function(){return f},PENDING_LINK_STATUS:function(){return c},mountFormInstance:function(){return R},mountLinkInstance:function(){return v},onLinkVisibilityChanged:function(){return P},onNavigationIntent:function(){return m},pingVisibleLinks:function(){return O},setLinkForCurrentNavigation:function(){return s},unmountLinkForCurrentNavigation:function(){return d},unmountPrefetchableInstance:function(){return b}}),e.r(99781);let n=e.r(53726),l=e.r(65165),a=e.r(71645),u=e.r(88540),o=e.r(12718),i=null,c={pending:!0},f={pending:!1};function s(e){(0,a.startTransition)(()=>{null==i||i.setOptimisticLinkStatus(f),null==e||e.setOptimisticLinkStatus(c),i=e})}function d(e){i===e&&(i=null)}let p="function"==typeof WeakMap?new WeakMap:new Map,h=new Set,y="function"==typeof IntersectionObserver?new IntersectionObserver(function(e){for(let t of e){let e=t.intersectionRatio>0;P(t.target,e)}},{rootMargin:"200px"}):null;function g(e,t){void 0!==p.get(e)&&b(e),p.set(e,t),null!==y&&y.observe(e)}function _(e){try{return(0,n.createPrefetchURL)(e)}catch(t){return("function"==typeof reportError?reportError:console.error)("Cannot prefetch '"+e+"' because it cannot be converted to a URL."),null}}function v(e,t,r,n,l,a){if(l){let l=_(t);if(null!==l){let t={router:r,fetchStrategy:n,isVisible:!1,prefetchTask:null,prefetchHref:l.href,setOptimisticLinkStatus:a};return g(e,t),t}}return{router:r,fetchStrategy:n,isVisible:!1,prefetchTask:null,prefetchHref:null,setOptimisticLinkStatus:a}}function R(e,t,r,n){let l=_(t);null!==l&&g(e,{router:r,fetchStrategy:n,isVisible:!1,prefetchTask:null,prefetchHref:l.href,setOptimisticLinkStatus:null})}function b(e){let t=p.get(e);if(void 0!==t){p.delete(e),h.delete(t);let r=t.prefetchTask;null!==r&&(0,l.cancelPrefetchTask)(r)}null!==y&&y.unobserve(e)}function P(e,t){let r=p.get(e);void 0!==r&&(r.isVisible=t,t?h.add(r):h.delete(r),E(r,l.PrefetchPriority.Default))}function m(e,t){let r=p.get(e);void 0!==r&&void 0!==r&&E(r,l.PrefetchPriority.Intent)}function E(e,t){var r;let n=e.prefetchTask;if(!e.isVisible){null!==n&&(0,l.cancelPrefetchTask)(n);return}r=e,"undefined"!=typeof window&&(async()=>{let e;switch(r.fetchStrategy){case l.FetchStrategy.PPR:e=u.PrefetchKind.AUTO;break;case l.FetchStrategy.Full:e=u.PrefetchKind.FULL;break;case l.FetchStrategy.PPRRuntime:throw Object.defineProperty(new o.InvariantError("FetchStrategy.PPRRuntime should never be used when `experimental.clientSegmentCache` is disabled"),"__NEXT_ERROR_CODE",{value:"E772",enumerable:!1,configurable:!0});default:r.fetchStrategy,e=void 0}return r.router.prefetch(r.prefetchHref,{kind:e})})().catch(e=>{})}function O(e,t){for(let r of h){let n=r.prefetchTask;if(null!==n&&!(0,l.isPrefetchTaskDirty)(n,e,t))continue;null!==n&&(0,l.cancelPrefetchTask)(n);let a=(0,l.createCacheKey)(r.prefetchHref,e);r.prefetchTask=(0,l.schedulePrefetchTask)(a,t,r.fetchStrategy,l.PrefetchPriority.Default,null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},41624,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{GracefulDegradeBoundary:function(){return a},default:function(){return u}});let n=e.r(43476),l=e.r(71645);class a extends l.Component{static getDerivedStateFromError(e){return{hasError:!0}}componentDidMount(){let e=this.htmlRef.current;this.state.hasError&&e&&Object.entries(this.htmlAttributes).forEach(t=>{let[r,n]=t;e.setAttribute(r,n)})}render(){let{hasError:e}=this.state;return("undefined"==typeof window||this.rootHtml||(this.rootHtml=document.documentElement.innerHTML,this.htmlAttributes=function(e){let t={};for(let r=0;r<e.attributes.length;r++){let n=e.attributes[r];t[n.name]=n.value}return t}(document.documentElement)),e)?(0,n.jsx)("html",{ref:this.htmlRef,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:this.rootHtml}}):this.props.children}constructor(e){super(e),this.state={hasError:!1},this.rootHtml="",this.htmlAttributes={},this.htmlRef=(0,l.createRef)()}}let u=a;("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},94109,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return c}});let n=e.r(55682),l=e.r(43476);e.r(71645);let a=n._(e.r(41624)),u=e.r(72383),o=e.r(82604),i="undefined"!=typeof window&&(0,o.isBot)(window.navigator.userAgent);function c(e){let{children:t,errorComponent:r,errorStyles:n,errorScripts:o}=e;return i?(0,l.jsx)(a.default,{children:t}):(0,l.jsx)(u.ErrorBoundary,{errorComponent:r,errorStyles:n,errorScripts:o,children:t})}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},53726,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{createEmptyCacheNode:function(){return N},createPrefetchURL:function(){return A},default:function(){return I},isExternalURL:function(){return M}});let n=e.r(55682),l=e.r(90809),a=e.r(43476),u=l._(e.r(71645)),o=e.r(8372),i=e.r(88540),c=e.r(51191),f=e.r(61994),s=e.r(41538),d=e.r(82604),p=e.r(5550),h=e.r(62634),y=e.r(58442),g=e.r(25018),_=e.r(1244),v=e.r(87250),R=e.r(52817),b=e.r(34727),P=e.r(78377),m=e.r(99781),E=e.r(24063),O=e.r(68391);e.r(91949);let T=n._(e.r(94109)),j=n._(e.r(68027)),w=e.r(97367),S={};function M(e){return e.origin!==window.location.origin}function A(e){let t;if((0,d.isBot)(window.navigator.userAgent))return null;try{t=new URL((0,p.addBasePath)(e),window.location.href)}catch(t){throw Object.defineProperty(Error("Cannot prefetch '"+e+"' because it cannot be converted to a URL."),"__NEXT_ERROR_CODE",{value:"E234",enumerable:!1,configurable:!0})}return M(t)?null:t}function C(e){let{appRouterState:t}=e;return(0,u.useInsertionEffect)(()=>{let{tree:e,pushRef:r,canonicalUrl:n}=t,l={...r.preserveCustomHistoryState?window.history.state:{},__NA:!0,__PRIVATE_NEXTJS_INTERNALS_TREE:e};r.pendingPush&&(0,c.createHrefFromUrl)(new URL(window.location.href))!==n?(r.pendingPush=!1,window.history.pushState(l,"",n)):window.history.replaceState(l,"",n)},[t]),(0,u.useEffect)(()=>{},[t.nextUrl,t.tree]),null}function N(){return{lazyData:null,rsc:null,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:null,navigatedAt:-1}}function x(e){null==e&&(e={});let t=window.history.state,r=null==t?void 0:t.__NA;r&&(e.__NA=r);let n=null==t?void 0:t.__PRIVATE_NEXTJS_INTERNALS_TREE;return n&&(e.__PRIVATE_NEXTJS_INTERNALS_TREE=n),e}function U(e){let{headCacheNode:t}=e,r=null!==t?t.head:null,n=null!==t?t.prefetchHead:null,l=null!==n?n:r;return(0,u.useDeferredValue)(r,l)}function L(e){let t,{actionQueue:r,assetPrefix:n,globalError:l}=e,c=(0,s.useActionQueue)(r),{canonicalUrl:d}=c,{searchParams:p,pathname:P}=(0,u.useMemo)(()=>{let e=new URL(d,"undefined"==typeof window?"http://n":window.location.href);return{searchParams:e.searchParams,pathname:(0,R.hasBasePath)(e.pathname)?(0,v.removeBasePath)(e.pathname):e.pathname}},[d]);(0,u.useEffect)(()=>{function e(e){var t;e.persisted&&(null==(t=window.history.state)?void 0:t.__PRIVATE_NEXTJS_INTERNALS_TREE)&&(S.pendingMpaPath=void 0,(0,s.dispatchAppRouterAction)({type:i.ACTION_RESTORE,url:new URL(window.location.href),tree:window.history.state.__PRIVATE_NEXTJS_INTERNALS_TREE}))}return window.addEventListener("pageshow",e),()=>{window.removeEventListener("pageshow",e)}},[]),(0,u.useEffect)(()=>{function e(e){let t="reason"in e?e.reason:e.error;if((0,O.isRedirectError)(t)){e.preventDefault();let r=(0,E.getURLFromRedirectError)(t);(0,E.getRedirectTypeFromError)(t)===O.RedirectType.push?m.publicAppRouterInstance.push(r,{}):m.publicAppRouterInstance.replace(r,{})}}return window.addEventListener("error",e),window.addEventListener("unhandledrejection",e),()=>{window.removeEventListener("error",e),window.removeEventListener("unhandledrejection",e)}},[]);let{pushRef:j}=c;if(j.mpaNavigation){if(S.pendingMpaPath!==d){let e=window.location;j.pendingPush?e.assign(d):e.replace(d),S.pendingMpaPath=d}throw _.unresolvedThenable}(0,u.useEffect)(()=>{let e=window.history.pushState.bind(window.history),t=window.history.replaceState.bind(window.history),r=e=>{var t;let r=window.location.href,n=null==(t=window.history.state)?void 0:t.__PRIVATE_NEXTJS_INTERNALS_TREE;(0,u.startTransition)(()=>{(0,s.dispatchAppRouterAction)({type:i.ACTION_RESTORE,url:new URL(null!=e?e:r,r),tree:n})})};window.history.pushState=function(t,n,l){return(null==t?void 0:t.__NA)||(null==t?void 0:t._N)||(t=x(t),l&&r(l)),e(t,n,l)},window.history.replaceState=function(e,n,l){return(null==e?void 0:e.__NA)||(null==e?void 0:e._N)||(e=x(e),l&&r(l)),t(e,n,l)};let n=e=>{if(e.state){if(!e.state.__NA)return void window.location.reload();(0,u.startTransition)(()=>{(0,m.dispatchTraverseAction)(window.location.href,e.state.__PRIVATE_NEXTJS_INTERNALS_TREE)})}};return window.addEventListener("popstate",n),()=>{window.history.pushState=e,window.history.replaceState=t,window.removeEventListener("popstate",n)}},[]);let{cache:M,tree:A,nextUrl:N,focusAndScrollRef:L}=c,I=(0,u.useMemo)(()=>(0,g.findHeadInCache)(M,A[1]),[M,A]),D=(0,u.useMemo)(()=>(0,b.getSelectedParams)(A),[A]),F=(0,u.useMemo)(()=>({parentTree:A,parentCacheNode:M,parentSegmentPath:null,url:d}),[A,M,d]),k=(0,u.useMemo)(()=>({tree:A,focusAndScrollRef:L,nextUrl:N}),[A,L,N]);if(null!==I){let[e,r,n]=I;t=(0,a.jsx)(U,{headCacheNode:e},"undefined"==typeof window?n:r)}else t=null;let K=(0,a.jsxs)(y.RedirectBoundary,{children:[t,(0,a.jsx)(w.RootLayoutBoundary,{children:M.rsc}),(0,a.jsx)(h.AppRouterAnnouncer,{tree:A})]});return K=(0,a.jsx)(T.default,{errorComponent:l[0],errorStyles:l[1],children:K}),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(C,{appRouterState:c}),(0,a.jsx)(H,{}),(0,a.jsx)(f.PathParamsContext.Provider,{value:D,children:(0,a.jsx)(f.PathnameContext.Provider,{value:P,children:(0,a.jsx)(f.SearchParamsContext.Provider,{value:p,children:(0,a.jsx)(o.GlobalLayoutRouterContext.Provider,{value:k,children:(0,a.jsx)(o.AppRouterContext.Provider,{value:m.publicAppRouterInstance,children:(0,a.jsx)(o.LayoutRouterContext.Provider,{value:F,children:K})})})})})})]})}function I(e){let{actionQueue:t,globalErrorState:r,assetPrefix:n}=e;(0,P.useNavFailureHandler)();let l=(0,a.jsx)(L,{actionQueue:t,assetPrefix:n,globalError:r});return(0,a.jsx)(T.default,{errorComponent:j.default,children:l})}let D=new Set,F=new Set;function H(){let[,e]=u.default.useState(0),t=D.size;return(0,u.useEffect)(()=>{let r=()=>e(e=>e+1);return F.add(r),t!==D.size&&r(),()=>{F.delete(r)}},[t,e]),[...D].map((e,t)=>(0,a.jsx)("link",{rel:"stylesheet",href:""+e,precedence:"next"},t))}globalThis._N_E_STYLE_LOAD=function(e){let t=D.size;return D.add(e),D.size!==t&&F.forEach(e=>e()),Promise.resolve()},("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},95871,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{abortTask:function(){return h},listenForDynamicRequest:function(){return p},startPPRNavigation:function(){return c},updateCacheNodeOnPopstateRestoration:function(){return function e(t,r){let n=r[1],l=t.parallelRoutes,u=new Map(l);for(let t in n){let r=n[t],o=r[0],i=(0,a.createRouterCacheKey)(o),c=l.get(t);if(void 0!==c){let n=c.get(i);if(void 0!==n){let l=e(n,r),a=new Map(c);a.set(i,l),u.set(t,a)}}}let o=t.rsc,i=_(o)&&"pending"===o.status;return{lazyData:null,rsc:o,head:t.head,prefetchHead:i?t.prefetchHead:[null,null],prefetchRsc:i?t.prefetchRsc:null,loading:t.loading,parallelRoutes:u,navigatedAt:t.navigatedAt}}}});let n=e.r(13258),l=e.r(56019),a=e.r(70725),u=e.r(48919),o=e.r(24059),i={route:null,node:null,dynamicRequestTree:null,children:null};function c(e,t,r,u,o,c,d,p,h){return function e(t,r,u,o,c,d,p,h,y,g,_){let v=u[1],R=o[1],b=null!==d?d[2]:null;c||!0===o[4]&&(c=!0);let P=r.parallelRoutes,m=new Map(P),E={},O=null,T=!1,j={};for(let r in R){let u,o=R[r],s=v[r],d=P.get(r),w=null!==b?b[r]:null,S=o[0],M=g.concat([r,S]),A=(0,a.createRouterCacheKey)(S),C=void 0!==s?s[0]:void 0,N=void 0!==d?d.get(A):void 0;if(null!==(u=S===n.DEFAULT_SEGMENT_KEY?void 0!==s?{route:s,node:null,dynamicRequestTree:null,children:null}:f(t,s,o,N,c,void 0!==w?w:null,p,h,M,_):y&&0===Object.keys(o[1]).length?f(t,s,o,N,c,void 0!==w?w:null,p,h,M,_):void 0!==s&&void 0!==C&&(0,l.matchSegment)(S,C)&&void 0!==N&&void 0!==s?e(t,N,s,o,c,w,p,h,y,M,_):f(t,s,o,N,c,void 0!==w?w:null,p,h,M,_))){if(null===u.route)return i;null===O&&(O=new Map),O.set(r,u);let e=u.node;if(null!==e){let t=new Map(d);t.set(A,e),m.set(r,t)}let t=u.route;E[r]=t;let n=u.dynamicRequestTree;null!==n?(T=!0,j[r]=n):j[r]=t}else E[r]=o,j[r]=o}if(null===O)return null;let w={lazyData:null,rsc:r.rsc,prefetchRsc:r.prefetchRsc,head:r.head,prefetchHead:r.prefetchHead,loading:r.loading,parallelRoutes:m,navigatedAt:t};return{route:s(o,E),node:w,dynamicRequestTree:T?s(o,j):null,children:O}}(e,t,r,u,!1,o,c,d,p,[],h)}function f(e,t,r,n,l,c,f,p,h,y){return!l&&(void 0===t||(0,u.isNavigatingToNewRootLayout)(t,r))?i:function e(t,r,n,l,u,i,c,f){let p,h,y,g,_=r[1],v=0===Object.keys(_).length;if(void 0!==n&&n.navigatedAt+o.DYNAMIC_STALETIME_MS>t)p=n.rsc,h=n.loading,y=n.head,g=n.navigatedAt;else if(null===l)return d(t,r,null,u,i,c,f);else if(p=l[1],h=l[3],y=v?u:null,g=t,l[4]||i&&v)return d(t,r,l,u,i,c,f);let R=null!==l?l[2]:null,b=new Map,P=void 0!==n?n.parallelRoutes:null,m=new Map(P),E={},O=!1;if(v)f.push(c);else for(let r in _){let n=_[r],l=null!==R?R[r]:null,o=null!==P?P.get(r):void 0,s=n[0],d=c.concat([r,s]),p=(0,a.createRouterCacheKey)(s),h=e(t,n,void 0!==o?o.get(p):void 0,l,u,i,d,f);b.set(r,h);let y=h.dynamicRequestTree;null!==y?(O=!0,E[r]=y):E[r]=n;let g=h.node;if(null!==g){let e=new Map;e.set(p,g),m.set(r,e)}}return{route:r,node:{lazyData:null,rsc:p,prefetchRsc:null,head:y,prefetchHead:null,loading:h,parallelRoutes:m,navigatedAt:g},dynamicRequestTree:O?s(r,E):null,children:b}}(e,r,n,c,f,p,h,y)}function s(e,t){let r=[e[0],t];return 2 in e&&(r[2]=e[2]),3 in e&&(r[3]=e[3]),4 in e&&(r[4]=e[4]),r}function d(e,t,r,n,l,u,o){let i=s(t,t[1]);return i[3]="refetch",{route:t,node:function e(t,r,n,l,u,o,i){let c=r[1],f=null!==n?n[2]:null,s=new Map;for(let r in c){let n=c[r],d=null!==f?f[r]:null,p=n[0],h=o.concat([r,p]),y=(0,a.createRouterCacheKey)(p),g=e(t,n,void 0===d?null:d,l,u,h,i),_=new Map;_.set(y,g),s.set(r,_)}let d=0===s.size;d&&i.push(o);let p=null!==n?n[1]:null,h=null!==n?n[3]:null;return{lazyData:null,parallelRoutes:s,prefetchRsc:void 0!==p?p:null,prefetchHead:d?l:[null,null],loading:void 0!==h?h:null,rsc:v(),head:d?v():null,navigatedAt:t}}(e,t,r,n,l,u,o),dynamicRequestTree:i,children:null}}function p(e,t){t.then(t=>{let{flightData:r}=t;if("string"!=typeof r){for(let t of r){let{segmentPath:r,tree:n,seedData:u,head:o}=t;u&&function(e,t,r,n,u){let o=e;for(let e=0;e<t.length;e+=2){let r=t[e],n=t[e+1],a=o.children;if(null!==a){let e=a.get(r);if(void 0!==e){let t=e.route[0];if((0,l.matchSegment)(n,t)){o=e;continue}}}return}!function e(t,r,n,u){if(null===t.dynamicRequestTree)return;let o=t.children,i=t.node;if(null===o){null!==i&&(function e(t,r,n,u,o){let i=r[1],c=n[1],f=u[2],s=t.parallelRoutes;for(let t in i){let r=i[t],n=c[t],u=f[t],d=s.get(t),p=r[0],h=(0,a.createRouterCacheKey)(p),g=void 0!==d?d.get(h):void 0;void 0!==g&&(void 0!==n&&(0,l.matchSegment)(p,n[0])&&null!=u?e(g,r,n,u,o):y(r,g,null))}let d=t.rsc,p=u[1];null===d?t.rsc=p:_(d)&&d.resolve(p);let h=t.head;_(h)&&h.resolve(o)}(i,t.route,r,n,u),t.dynamicRequestTree=null);return}let c=r[1],f=n[2];for(let t in r){let r=c[t],n=f[t],a=o.get(t);if(void 0!==a){let t=a.route[0];if((0,l.matchSegment)(r[0],t)&&null!=n)return e(a,r,n,u)}}}(o,r,n,u)}(e,r,n,u,o)}h(e,null)}},t=>{h(e,t)})}function h(e,t){let r=e.node;if(null===r)return;let n=e.children;if(null===n)y(e.route,r,t);else for(let e of n.values())h(e,t);e.dynamicRequestTree=null}function y(e,t,r){let n=e[1],l=t.parallelRoutes;for(let e in n){let t=n[e],u=l.get(e);if(void 0===u)continue;let o=t[0],i=(0,a.createRouterCacheKey)(o),c=u.get(i);void 0!==c&&y(t,c,r)}let u=t.rsc;_(u)&&(null===r?u.resolve(null):u.reject(r));let o=t.head;_(o)&&o.resolve(null)}let g=Symbol();function _(e){return e&&e.tag===g}function v(){let e,t,r=new Promise((r,n)=>{e=r,t=n});return r.status="pending",r.resolve=t=>{"pending"===r.status&&(r.status="fulfilled",r.value=t,e(t))},r.reject=e=>{"pending"===r.status&&(r.status="rejected",r.reason=e,t(e))},r.tag=g,r}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},20374,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"clearCacheNodeDataForSegmentPath",{enumerable:!0,get:function(){return function e(t,r,a){let u=a.length<=2,[o,i]=a,c=(0,l.createRouterCacheKey)(i),f=r.parallelRoutes.get(o),s=t.parallelRoutes.get(o);s&&s!==f||(s=new Map(f),t.parallelRoutes.set(o,s));let d=null==f?void 0:f.get(c),p=s.get(c);if(u){p&&p.lazyData&&p!==d||s.set(c,{lazyData:null,rsc:null,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:null,navigatedAt:-1});return}if(!p||!d){p||s.set(c,{lazyData:null,rsc:null,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:null,navigatedAt:-1});return}return p===d&&(p={lazyData:p.lazyData,rsc:p.rsc,prefetchRsc:p.prefetchRsc,head:p.head,prefetchHead:p.prefetchHead,parallelRoutes:new Map(p.parallelRoutes),loading:p.loading},s.set(c,p)),e(p,d,(0,n.getNextFlightSegmentPath)(a))}}});let n=e.r(50590),l=e.r(70725);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},28420,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{addSearchParamsToPageSegments:function(){return d},handleAliasedPrefetchEntry:function(){return s}});let n=e.r(13258),l=e.r(53726),a=e.r(22719),u=e.r(51191),o=e.r(70725),i=e.r(87752),c=e.r(47442),f=e.r(54069);function s(e,t,r,s,p){let h,y=t.tree,g=t.cache,_=(0,u.createHrefFromUrl)(s),v=[];if("string"==typeof r)return!1;for(let t of r){if(!function e(t){if(!t)return!1;let r=t[2];if(t[3])return!0;for(let t in r)if(e(r[t]))return!0;return!1}(t.seedData))continue;let r=t.tree;r=d(r,Object.fromEntries(s.searchParams));let{seedData:u,isRootRender:c,pathToSegment:p}=t,R=["",...p];r=d(r,Object.fromEntries(s.searchParams));let b=(0,a.applyRouterStatePatchToTree)(R,y,r,_),P=(0,l.createEmptyCacheNode)();if(c&&u){let t=u[1];P.loading=u[3],P.rsc=t,function e(t,r,l,a,u){if(0!==Object.keys(a[1]).length)for(let i in a[1]){let c,f=a[1][i],s=f[0],d=(0,o.createRouterCacheKey)(s),p=null!==u&&void 0!==u[2][i]?u[2][i]:null;if(null!==p){let e=p[1],r=p[3];c={lazyData:null,rsc:s.includes(n.PAGE_SEGMENT_KEY)?null:e,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:r,navigatedAt:t}}else c={lazyData:null,rsc:null,prefetchRsc:null,head:null,prefetchHead:null,parallelRoutes:new Map,loading:null,navigatedAt:-1};let h=r.parallelRoutes.get(i);h?h.set(d,c):r.parallelRoutes.set(i,new Map([[d,c]])),e(t,c,l,f,p)}}(e,P,g,r,u)}else P.rsc=g.rsc,P.prefetchRsc=g.prefetchRsc,P.loading=g.loading,P.parallelRoutes=new Map(g.parallelRoutes),(0,i.fillCacheWithNewSubTreeDataButOnlyLoading)(e,P,g,t);for(let e of(b&&(y=b,g=P,h=!0),(0,f.generateSegmentsFromPatch)(r))){let r=[...t.pathToSegment,...e];r[r.length-1]!==n.DEFAULT_SEGMENT_KEY&&v.push(r)}}return!!h&&(p.patchedTree=y,p.cache=g,p.canonicalUrl=_,p.hashFragment=s.hash,p.scrollableSegments=v,(0,c.handleMutable)(t,p))}function d(e,t){let[r,l,...a]=e;if(r.includes(n.PAGE_SEGMENT_KEY))return[(0,n.addSearchParamsIfPageSegment)(r,t),l,...a];let u={};for(let[e,r]of Object.entries(l))u[e]=d(r,t);return[r,u,...a]}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},54069,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{generateSegmentsFromPatch:function(){return b},handleExternalUrl:function(){return R},navigateReducer:function(){return function e(t,r){let{url:P,isExternalUrl:m,navigateType:E,shouldScroll:O,allowAliasing:T}=r,j={},{hash:w}=P,S=(0,l.createHrefFromUrl)(P),M="push"===E;if((0,g.prunePrefetchCache)(t.prefetchCache),j.preserveCustomHistoryState=!1,j.pendingPush=M,m)return R(t,j,P.toString(),M);if(document.getElementById("__next-page-redirect"))return R(t,j,S,M);let A=(0,g.getOrCreatePrefetchCacheEntry)({url:P,nextUrl:t.nextUrl,tree:t.tree,prefetchCache:t.prefetchCache,allowAliasing:T}),{treeAtTimeOfPrefetch:C,data:N}=A;return d.prefetchQueue.bump(N),N.then(d=>{let{flightData:g,canonicalUrl:m,postponed:E}=d,T=Date.now(),N=!1;if(A.lastUsedTime||(A.lastUsedTime=T,N=!0),A.aliased){let n=new URL(P.href);m&&(n.pathname=m.pathname);let l=(0,v.handleAliasedPrefetchEntry)(T,t,g,n,j);return!1===l?e(t,{...r,allowAliasing:!1}):l}if("string"==typeof g)return R(t,j,g,M);let x=m?(0,l.createHrefFromUrl)(m):S;if(w&&t.canonicalUrl.split("#",1)[0]===x.split("#",1)[0])return j.onlyHashChange=!0,j.canonicalUrl=x,j.shouldScroll=O,j.hashFragment=w,j.scrollableSegments=[],(0,f.handleMutable)(t,j);let U=t.tree,L=t.cache,I=[];for(let e of g){let{pathToSegment:r,seedData:l,head:f,isHeadPartial:d,isRootRender:g}=e,v=e.tree,m=["",...r],O=(0,u.applyRouterStatePatchToTree)(m,U,v,S);if(null===O&&(O=(0,u.applyRouterStatePatchToTree)(m,C,v,S)),null!==O){if(l&&g&&E){let e=(0,y.startPPRNavigation)(T,L,U,v,l,f,d,!1,I);if(null!==e){if(null===e.route)return R(t,j,S,M);O=e.route;let r=e.node;null!==r&&(j.cache=r);let l=e.dynamicRequestTree;if(null!==l){let r=(0,n.fetchServerResponse)(new URL(x,P.origin),{flightRouterState:l,nextUrl:t.nextUrl});(0,y.listenForDynamicRequest)(e,r)}}else O=v}else{if((0,i.isNavigatingToNewRootLayout)(U,O))return R(t,j,S,M);let n=(0,p.createEmptyCacheNode)(),l=!1;for(let t of(A.status!==c.PrefetchCacheEntryStatus.stale||N?l=(0,s.applyFlightData)(T,L,n,e,A):(l=function(e,t,r,n){let l=!1;for(let a of(e.rsc=t.rsc,e.prefetchRsc=t.prefetchRsc,e.loading=t.loading,e.parallelRoutes=new Map(t.parallelRoutes),b(n).map(e=>[...r,...e])))(0,_.clearCacheNodeDataForSegmentPath)(e,t,a),l=!0;return l}(n,L,r,v),A.lastUsedTime=T),(0,o.shouldHardNavigate)(m,U)?(n.rsc=L.rsc,n.prefetchRsc=L.prefetchRsc,(0,a.invalidateCacheBelowFlightSegmentPath)(n,L,r),j.cache=n):l&&(j.cache=n,L=n),b(v))){let e=[...r,...t];e[e.length-1]!==h.DEFAULT_SEGMENT_KEY&&I.push(e)}}U=O}}return j.patchedTree=U,j.canonicalUrl=x,j.scrollableSegments=I,j.hashFragment=w,j.shouldScroll=O,(0,f.handleMutable)(t,j)},()=>t)}}});let n=e.r(87288),l=e.r(51191),a=e.r(4768),u=e.r(22719),o=e.r(7687),i=e.r(48919),c=e.r(88540),f=e.r(47442),s=e.r(10827),d=e.r(43590),p=e.r(53726),h=e.r(13258),y=e.r(95871),g=e.r(24059),_=e.r(20374),v=e.r(28420);function R(e,t,r,n){return t.mpaNavigation=!0,t.canonicalUrl=r,t.pendingPush=n,t.scrollableSegments=void 0,(0,f.handleMutable)(e,t)}function b(e){let t=[],[r,n]=e;if(0===Object.keys(n).length)return[[r]];for(let[e,l]of Object.entries(n))for(let n of b(l))""===r?t.push([e,...n]):t.push([r,e,...n]);return t}e.r(65165),("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},91668,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"serverPatchReducer",{enumerable:!0,get:function(){return f}});let n=e.r(51191),l=e.r(22719),a=e.r(48919),u=e.r(54069),o=e.r(10827),i=e.r(47442),c=e.r(53726);function f(e,t){let{serverResponse:{flightData:r,canonicalUrl:f},navigatedAt:s}=t,d={};if(d.preserveCustomHistoryState=!1,"string"==typeof r)return(0,u.handleExternalUrl)(e,d,r,e.pushRef.pendingPush);let p=e.tree,h=e.cache;for(let t of r){let{segmentPath:r,tree:i}=t,y=(0,l.applyRouterStatePatchToTree)(["",...r],p,i,e.canonicalUrl);if(null===y)return e;if((0,a.isNavigatingToNewRootLayout)(p,y))return(0,u.handleExternalUrl)(e,d,e.canonicalUrl,e.pushRef.pendingPush);let g=f?(0,n.createHrefFromUrl)(f):void 0;g&&(d.canonicalUrl=g);let _=(0,c.createEmptyCacheNode)();(0,o.applyFlightData)(s,h,_,t),d.patchedTree=y,d.cache=_,h=_,p=y}return(0,i.handleMutable)(e,d)}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},73790,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"restoreReducer",{enumerable:!0,get:function(){return a}});let n=e.r(51191),l=e.r(34727);function a(e,t){var r;let{url:a,tree:u}=t,o=(0,n.createHrefFromUrl)(a),i=u||e.tree,c=e.cache;return{canonicalUrl:o,pushRef:{pendingPush:!1,mpaNavigation:!1,preserveCustomHistoryState:!0},focusAndScrollRef:e.focusAndScrollRef,cache:c,prefetchCache:e.prefetchCache,tree:i,nextUrl:null!=(r=(0,l.extractPathFromFlightRouterState)(i))?r:a.pathname}}e.r(95871),("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},54003,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"handleSegmentMismatch",{enumerable:!0,get:function(){return l}});let n=e.r(54069);function l(e,t,r){return(0,n.handleExternalUrl)(e,{},e.canonicalUrl,!0)}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},69845,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"refreshReducer",{enumerable:!0,get:function(){return h}});let n=e.r(87288),l=e.r(51191),a=e.r(22719),u=e.r(48919),o=e.r(54069),i=e.r(47442),c=e.r(1764),f=e.r(53726),s=e.r(54003),d=e.r(84356),p=e.r(13576);function h(e,t){let{origin:r}=t,h={},y=e.canonicalUrl,g=e.tree;h.preserveCustomHistoryState=!1;let _=(0,f.createEmptyCacheNode)(),v=(0,d.hasInterceptionRouteInCurrentTree)(e.tree);_.lazyData=(0,n.fetchServerResponse)(new URL(y,r),{flightRouterState:[g[0],g[1],g[2],"refetch"],nextUrl:v?e.nextUrl:null});let R=Date.now();return _.lazyData.then(async r=>{let{flightData:n,canonicalUrl:f}=r;if("string"==typeof n)return(0,o.handleExternalUrl)(e,h,n,e.pushRef.pendingPush);for(let r of(_.lazyData=null,n)){let{tree:n,seedData:i,head:d,isRootRender:b}=r;if(!b)return console.log("REFRESH FAILED"),e;let P=(0,a.applyRouterStatePatchToTree)([""],g,n,e.canonicalUrl);if(null===P)return(0,s.handleSegmentMismatch)(e,t,n);if((0,u.isNavigatingToNewRootLayout)(g,P))return(0,o.handleExternalUrl)(e,h,y,e.pushRef.pendingPush);let m=f?(0,l.createHrefFromUrl)(f):void 0;if(f&&(h.canonicalUrl=m),null!==i){let e=i[1],t=i[3];_.rsc=e,_.prefetchRsc=null,_.loading=t,(0,c.fillLazyItemsTillLeafWithHead)(R,_,void 0,n,i,d,void 0),h.prefetchCache=new Map}await (0,p.refreshInactiveParallelSegments)({navigatedAt:R,state:e,updatedTree:P,updatedCache:_,includeNextUrl:v,canonicalUrl:h.canonicalUrl||e.canonicalUrl}),h.cache=_,h.patchedTree=P,g=P}return(0,i.handleMutable)(e,h)},()=>e)}e.r(65165),("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},86720,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"hmrRefreshReducer",{enumerable:!0,get:function(){return n}}),e.r(87288),e.r(51191),e.r(22719),e.r(48919),e.r(54069),e.r(47442),e.r(10827),e.r(53726),e.r(54003),e.r(84356);let n=function(e,t){return e};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},27801,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"assignLocation",{enumerable:!0,get:function(){return l}});let n=e.r(5550);function l(e,t){if(e.startsWith(".")){let r=t.origin+t.pathname;return new URL((r.endsWith("/")?r:r+"/")+e)}return new URL((0,n.addBasePath)(e),t.href)}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},39747,(e,t,r)=>{"use strict";function n(e){let t=parseInt(e.slice(0,2),16),r=t>>1&63,n=Array(6);for(let e=0;e<6;e++){let t=r>>5-e&1;n[e]=1===t}return{type:1==(t>>7&1)?"use-cache":"server-action",usedArgs:n,hasRestArgs:1==(1&t)}}function l(e,t){let r=Array(e.length);for(let n=0;n<e.length;n++)(n<6&&t.usedArgs[n]||n>=6&&t.hasRestArgs)&&(r[n]=e[n]);return r}Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{extractInfoFromServerReferenceId:function(){return n},omitUnusedArgs:function(){return l}})},45794,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"serverActionReducer",{enumerable:!0,get:function(){return A}});let n=e.r(32120),l=e.r(92245),a=e.r(21768),u=e.r(92838),o=e.r(35326),i=e.r(88540),c=e.r(27801),f=e.r(51191),s=e.r(54069),d=e.r(22719),p=e.r(48919),h=e.r(47442),y=e.r(1764),g=e.r(53726),_=e.r(84356),v=e.r(54003),R=e.r(13576),b=e.r(50590),P=e.r(24063),m=e.r(68391),E=e.r(24059),O=e.r(87250),T=e.r(52817),j=e.r(39747);e.r(65165);let w=o.createFromFetch;async function S(e,t,r){let i,f,s,d,{actionId:p,actionArgs:h}=r,y=(0,o.createTemporaryReferenceSet)(),g=(0,j.extractInfoFromServerReferenceId)(p),_="use-cache"===g.type?(0,j.omitUnusedArgs)(h,g):h,v=await (0,o.encodeReply)(_,{temporaryReferences:y}),R=await fetch(e.canonicalUrl,{method:"POST",headers:{Accept:a.RSC_CONTENT_TYPE_HEADER,[a.ACTION_HEADER]:p,[a.NEXT_ROUTER_STATE_TREE_HEADER]:(0,b.prepareFlightRouterStateForRequest)(e.tree),...{},...t?{[a.NEXT_URL]:t}:{}},body:v});if("1"===R.headers.get(a.NEXT_ACTION_NOT_FOUND_HEADER))throw Object.defineProperty(new u.UnrecognizedActionError('Server Action "'+p+'" was not found on the server. \nRead more: https://nextjs.org/docs/messages/failed-to-find-server-action'),"__NEXT_ERROR_CODE",{value:"E715",enumerable:!1,configurable:!0});let P=R.headers.get("x-action-redirect"),[E,O]=(null==P?void 0:P.split(";"))||[];switch(O){case"push":i=m.RedirectType.push;break;case"replace":i=m.RedirectType.replace;break;default:i=void 0}let T=!!R.headers.get(a.NEXT_IS_PRERENDER_HEADER);try{let e=JSON.parse(R.headers.get("x-action-revalidated")||"[[],0,0]");f={paths:e[0]||[],tag:!!e[1],cookie:e[2]}}catch(e){f=M}let S=E?(0,c.assignLocation)(E,new URL(e.canonicalUrl,window.location.href)):void 0,A=R.headers.get("content-type"),C=!!(A&&A.startsWith(a.RSC_CONTENT_TYPE_HEADER));if(!C&&!S)throw Object.defineProperty(Error(R.status>=400&&"text/plain"===A?await R.text():"An unexpected response was received from the server."),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});if(C){let e=await w(Promise.resolve(R),{callServer:n.callServer,findSourceMapURL:l.findSourceMapURL,temporaryReferences:y});s=S?void 0:e.a,d=(0,b.normalizeFlightData)(e.f)}else s=void 0,d=void 0;return{actionResult:s,actionFlightData:d,redirectLocation:S,redirectType:i,revalidatedParts:f,isPrerender:T}}let M={paths:[],tag:!1,cookie:!1};function A(e,t){let{resolve:r,reject:n}=t,l={},a=e.tree;l.preserveCustomHistoryState=!1;let u=e.nextUrl&&(0,_.hasInterceptionRouteInCurrentTree)(e.tree)?e.nextUrl:null,o=Date.now();return S(e,u,t).then(async c=>{let _,{actionResult:b,actionFlightData:j,redirectLocation:w,redirectType:S,isPrerender:M,revalidatedParts:A}=c;if(w&&(S===m.RedirectType.replace?(e.pushRef.pendingPush=!1,l.pendingPush=!1):(e.pushRef.pendingPush=!0,l.pendingPush=!0),l.canonicalUrl=_=(0,f.createHrefFromUrl)(w,!1)),!j)return(r(b),w)?(0,s.handleExternalUrl)(e,l,w.href,e.pushRef.pendingPush):e;if("string"==typeof j)return r(b),(0,s.handleExternalUrl)(e,l,j,e.pushRef.pendingPush);let C=A.paths.length>0||A.tag||A.cookie;for(let n of j){let{tree:i,seedData:c,head:f,isRootRender:h}=n;if(!h)return console.log("SERVER ACTION APPLY FAILED"),r(b),e;let P=(0,d.applyRouterStatePatchToTree)([""],a,i,_||e.canonicalUrl);if(null===P)return r(b),(0,v.handleSegmentMismatch)(e,t,i);if((0,p.isNavigatingToNewRootLayout)(a,P))return r(b),(0,s.handleExternalUrl)(e,l,_||e.canonicalUrl,e.pushRef.pendingPush);if(null!==c){let t=c[1],r=(0,g.createEmptyCacheNode)();r.rsc=t,r.prefetchRsc=null,r.loading=c[3],(0,y.fillLazyItemsTillLeafWithHead)(o,r,void 0,i,c,f,void 0),l.cache=r,l.prefetchCache=new Map,C&&await (0,R.refreshInactiveParallelSegments)({navigatedAt:o,state:e,updatedTree:P,updatedCache:r,includeNextUrl:!!u,canonicalUrl:l.canonicalUrl||e.canonicalUrl})}l.patchedTree=P,a=P}return w&&_?(C||((0,E.createSeededPrefetchCacheEntry)({url:w,data:{flightData:j,canonicalUrl:void 0,couldBeIntercepted:!1,prerendered:!1,postponed:!1,staleTime:-1},tree:e.tree,prefetchCache:e.prefetchCache,nextUrl:e.nextUrl,kind:M?i.PrefetchKind.FULL:i.PrefetchKind.AUTO}),l.prefetchCache=e.prefetchCache),n((0,P.getRedirectError)((0,T.hasBasePath)(_)?(0,O.removeBasePath)(_):_,S||m.RedirectType.push))):r(b),(0,h.handleMutable)(e,l)},t=>(n(t),e))}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},4924,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"reducer",{enumerable:!0,get:function(){return s}});let n=e.r(88540),l=e.r(54069),a=e.r(91668),u=e.r(73790),o=e.r(69845),i=e.r(43590),c=e.r(86720),f=e.r(45794),s="undefined"==typeof window?function(e,t){return e}:function(e,t){switch(t.type){case n.ACTION_NAVIGATE:return(0,l.navigateReducer)(e,t);case n.ACTION_SERVER_PATCH:return(0,a.serverPatchReducer)(e,t);case n.ACTION_RESTORE:return(0,u.restoreReducer)(e,t);case n.ACTION_REFRESH:return(0,o.refreshReducer)(e,t);case n.ACTION_HMR_REFRESH:return(0,c.hmrRefreshReducer)(e,t);case n.ACTION_PREFETCH:return(0,i.prefetchReducer)(e,t);case n.ACTION_SERVER_ACTION:return(0,f.serverActionReducer)(e,t);default:throw Object.defineProperty(Error("Unknown action"),"__NEXT_ERROR_CODE",{value:"E295",enumerable:!1,configurable:!0})}};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},99781,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),!function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(r,{createMutableActionQueue:function(){return y},dispatchNavigateAction:function(){return v},dispatchTraverseAction:function(){return R},getCurrentAppRouterState:function(){return g},publicAppRouterInstance:function(){return b}});let n=e.r(88540),l=e.r(4924),a=e.r(71645),u=e.r(64245);e.r(65165);let o=e.r(41538),i=e.r(5550),c=e.r(53726),f=e.r(43590),s=e.r(91949);function d(e,t){null!==e.pending&&(e.pending=e.pending.next,null!==e.pending?p({actionQueue:e,action:e.pending,setState:t}):e.needsRefresh&&(e.needsRefresh=!1,e.dispatch({type:n.ACTION_REFRESH,origin:window.location.origin},t)))}async function p(e){let{actionQueue:t,action:r,setState:n}=e,l=t.state;t.pending=r;let a=r.payload,o=t.action(l,a);function i(e){r.discarded||(t.state=e,d(t,n),r.resolve(e))}(0,u.isThenable)(o)?o.then(i,e=>{d(t,n),r.reject(e)}):i(o)}let h=null;function y(e,t){let r={state:e,dispatch:(e,t)=>(function(e,t,r){let l={resolve:r,reject:()=>{}};if(t.type!==n.ACTION_RESTORE){let e=new Promise((e,t)=>{l={resolve:e,reject:t}});(0,a.startTransition)(()=>{r(e)})}let u={payload:t,next:null,resolve:l.resolve,reject:l.reject};null===e.pending?(e.last=u,p({actionQueue:e,action:u,setState:r})):t.type===n.ACTION_NAVIGATE||t.type===n.ACTION_RESTORE?(e.pending.discarded=!0,u.next=e.pending.next,e.pending.payload.type===n.ACTION_SERVER_ACTION&&(e.needsRefresh=!0),p({actionQueue:e,action:u,setState:r})):(null!==e.last&&(e.last.next=u),e.last=u)})(r,e,t),action:async(e,t)=>(0,l.reducer)(e,t),pending:null,last:null,onRouterTransitionStart:null!==t&&"function"==typeof t.onRouterTransitionStart?t.onRouterTransitionStart:null};if("undefined"!=typeof window){if(null!==h)throw Object.defineProperty(Error("Internal Next.js Error: createMutableActionQueue was called more than once"),"__NEXT_ERROR_CODE",{value:"E624",enumerable:!1,configurable:!0});h=r}return r}function g(){return null!==h?h.state:null}function _(){return null!==h?h.onRouterTransitionStart:null}function v(e,t,r,l){let a=new URL((0,i.addBasePath)(e),location.href);(0,s.setLinkForCurrentNavigation)(l);let u=_();null!==u&&u(e,t),(0,o.dispatchAppRouterAction)({type:n.ACTION_NAVIGATE,url:a,isExternalUrl:(0,c.isExternalURL)(a),locationSearch:location.search,shouldScroll:r,navigateType:t,allowAliasing:!0})}function R(e,t){let r=_();null!==r&&r(e,"traverse"),(0,o.dispatchAppRouterAction)({type:n.ACTION_RESTORE,url:new URL(e),tree:t})}let b={back:()=>window.history.back(),forward:()=>window.history.forward(),prefetch:(e,t)=>{let r=function(){if(null===h)throw Object.defineProperty(Error("Internal Next.js error: Router action dispatched before initialization."),"__NEXT_ERROR_CODE",{value:"E668",enumerable:!1,configurable:!0});return h}(),l=(0,c.createPrefetchURL)(e);if(null!==l){var a;(0,f.prefetchReducer)(r.state,{type:n.ACTION_PREFETCH,url:l,kind:null!=(a=null==t?void 0:t.kind)?a:n.PrefetchKind.FULL})}},replace:(e,t)=>{(0,a.startTransition)(()=>{var r;v(e,"replace",null==(r=null==t?void 0:t.scroll)||r,null)})},push:(e,t)=>{(0,a.startTransition)(()=>{var r;v(e,"push",null==(r=null==t?void 0:t.scroll)||r,null)})},refresh:()=>{(0,a.startTransition)(()=>{(0,o.dispatchAppRouterAction)({type:n.ACTION_REFRESH,origin:window.location.origin})})},hmrRefresh:()=>{throw Object.defineProperty(Error("hmrRefresh can only be used in development mode. Please use refresh instead."),"__NEXT_ERROR_CODE",{value:"E485",enumerable:!1,configurable:!0})}};"undefined"!=typeof window&&window.next&&(window.next.router=b),("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)}]);
          Evidence
          from
          Solution

          Remove all comments that return information that may help an attacker and fix any underlying problems they refer to.

      3. Re-examine Cache-control Directives (1)
        1. GET https://print-gakuen.com/api/auth/providers
          Alert tags
          Alert description

          The cache-control header has not been set properly or is missing, allowing the browser and proxies to cache content. For static assets like css, js, or image files this might be intended, however, the resources should be reviewed to ensure that no sensitive content will be cached.

          Request
          Request line and header section (468 bytes)
          GET https://print-gakuen.com/api/auth/providers HTTP/1.1
          host: print-gakuen.com
          User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0
          Accept: */*
          Accept-Language: ja,en-US;q=0.9,en;q=0.8
          Referer: https://print-gakuen.com/sign-in
          Content-Type: application/json
          Authorization: Basic Y2xtdHZuOmNsbXR2bg==
          Connection: keep-alive
          Sec-Fetch-Dest: empty
          Sec-Fetch-Mode: cors
          Sec-Fetch-Site: same-origin
          Priority: u=0
          
          
          Request body (0 bytes)
          Response
          Status line and header section (251 bytes)
          HTTP/1.1 200 OK
          Server: nginx/1.24.0 (Ubuntu)
          Date: Wed, 14 Jan 2026 09:03:42 GMT
          Content-Type: application/json
          Connection: keep-alive
          vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch
          content-length: 216
          
          
          Response body (216 bytes)
          {"credentials":{"id":"credentials","name":"credentials","type":"credentials","signinUrl":"https://print-gakuen.com/api/auth/signin/credentials","callbackUrl":"https://print-gakuen.com/api/auth/callback/credentials"}}
          Parameter
          cache-control
          Solution

          For secure content, ensure the cache-control HTTP header is set with "no-cache, no-store, must-revalidate". If an asset should be cached consider setting the directives "public, max-age, immutable".

Appendix

Alert types

This section contains additional information on the types of alerts in the report.

  1. Path Traversal

    Source raised by an active scanner (Path Traversal)
    CWE ID 22
    WASC ID 33
    Reference
    1. https://owasp.org/www-community/attacks/Path_Traversal
    2. https://cwe.mitre.org/data/definitions/22.html
  2. Content Security Policy (CSP) Header Not Set

    Source raised by a passive scanner (Content Security Policy (CSP) Header Not Set)
    CWE ID 693
    WASC ID 15
    Reference
    1. https://developer.mozilla.org/en-US/docs/Web/Security/CSP/Introducing_Content_Security_Policy
    2. https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html
    3. https://www.w3.org/TR/CSP/
    4. https://w3c.github.io/webappsec-csp/
    5. https://web.dev/articles/csp
    6. https://caniuse.com/#feat=contentsecuritypolicy
    7. https://content-security-policy.com/
  3. Missing Anti-clickjacking Header

    Source raised by a passive scanner (Anti-clickjacking Header)
    CWE ID 1021
    WASC ID 15
    Reference
    1. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
  4. Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s)

    Source raised by a passive scanner (Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s))
    CWE ID 497
    WASC ID 13
    Reference
    1. https://owasp.org/www-project-web-security-testing-guide/v42/4-Web_Application_Security_Testing/01-Information_Gathering/08-Fingerprint_Web_Application_Framework
    2. https://www.troyhunt.com/2012/02/shhh-dont-let-your-response-headers.html
  5. Server Leaks Version Information via "Server" HTTP Response Header Field

    Source raised by a passive scanner (HTTP Server Response Header)
    CWE ID 497
    WASC ID 13
    Reference
    1. https://httpd.apache.org/docs/current/mod/core.html#servertokens
    2. https://learn.microsoft.com/en-us/previous-versions/msp-n-p/ff648552(v=pandp.10)
    3. https://www.troyhunt.com/shhh-dont-let-your-response-headers/
  6. Strict-Transport-Security Header Not Set

    Source raised by a passive scanner (Strict-Transport-Security Header)
    CWE ID 319
    WASC ID 15
    Reference
    1. https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Strict_Transport_Security_Cheat_Sheet.html
    2. https://owasp.org/www-community/Security_Headers
    3. https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security
    4. https://caniuse.com/stricttransportsecurity
    5. https://datatracker.ietf.org/doc/html/rfc6797
  7. X-Content-Type-Options Header Missing

    Source raised by a passive scanner (X-Content-Type-Options Header Missing)
    CWE ID 693
    WASC ID 15
    Reference
    1. https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/gg622941(v=vs.85)
    2. https://owasp.org/www-community/Security_Headers
  8. Content-Type Header Missing

    Source raised by a passive scanner (Content-Type Header Missing)
    CWE ID 345
    WASC ID 12
    Reference
    1. https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/gg622941(v=vs.85)
  9. Cookie Poisoning

    Source raised by a passive scanner (Cookie Poisoning)
    CWE ID 565
    WASC ID 20
    Reference
    1. https://en.wikipedia.org/wiki/HTTP_cookie
    2. https://cwe.mitre.org/data/definitions/565.html
  10. Information Disclosure - Information in Browser localStorage

    Source raised by a passive scanner (plugin ID: 120000)
    CWE ID 359
    WASC ID 13
  11. Information Disclosure - Suspicious Comments

    Source raised by a passive scanner (Information Disclosure - Suspicious Comments)
    CWE ID 615
    WASC ID 13
  12. Re-examine Cache-control Directives

    Source raised by a passive scanner (Re-examine Cache-control Directives)
    CWE ID 525
    WASC ID 13
    Reference
    1. https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#web-content-caching
    2. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
    3. https://grayduck.mn/2021/09/13/cache-control-recommendations/
  13. Session Management Response Identified

    Source raised by a passive scanner (Session Management Response Identified)
    Reference
    1. https://www.zaproxy.org/docs/desktop/addons/authentication-helper/session-mgmt-id
  14. User Agent Fuzzer

    Source raised by an active scanner (User Agent Fuzzer)
    Reference
    1. https://owasp.org/wstg