<html lang="en">
<head></head>
<body>

<form id="mainForm" method="post" action="https://stackblitz.com/run" target="_self">
<input type="hidden" name="project[files][README.md]" value="# Text Length [![Open in StackBlitz](https://img.shields.io/badge/Open%20in-StackBlitz-blue?style=flat-square&amp;logo=stackblitz)](https://stackblitz.com/github/pmndrs/jotai/tree/main/examples/text_length)

## Description

Count the length and show the uppercase of any text.

## Set up locally

```bash
git clone https://github.com/pmndrs/jotai

# install project dependencies &amp; build the library
cd jotai &amp;&amp; pnpm install

# move to the examples folder &amp; install dependencies
cd examples/text_length &amp;&amp; pnpm install

# start the dev server
pnpm dev
```

## Set up on `StackBlitz`

Link: https://stackblitz.com/github/pmndrs/jotai/tree/main/examples/text_length
">
<input type="hidden" name="project[files][index.html]" value="&lt;!doctype html&gt;
&lt;html lang=&quot;en&quot;&gt;
  &lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot; /&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot; /&gt;
    &lt;title&gt;Jotai Examples | Text Length&lt;/title&gt;
    &lt;style&gt;
      body {
        margin: 0;
      }
      .container {
        display: grid;
        grid-template-rows: 0px 0px 1fr;
        grid-template-columns: 0px 1fr 0px 0px;
      }
      /* Rest of existing styles... */
    &lt;/style&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;div class=&quot;container&quot;&gt;
      &lt;div class=&quot;item-left&quot;&gt;
        &lt;div&gt;&lt;div&gt;REACT SPRING&lt;/div&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;item-top&quot;&gt;
        &lt;a href=&quot;https://github.com/react-spring/jotai&quot; target=&quot;_blank&quot;
          &gt;GitHub&lt;/a
        &gt;
      &lt;/div&gt;
      &lt;div class=&quot;item-logo&quot;&gt;&lt;img src=&quot;/cover.svg&quot; alt=&quot;Logo&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;item-demo&quot; id=&quot;root&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;item-code&quot;&gt;&lt;img src=&quot;/snippet.png&quot; alt=&quot;Code&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;item-right&quot;&gt;&lt;img src=&quot;/castle.jpg&quot; alt=&quot;Castle&quot; /&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;script type=&quot;module&quot; src=&quot;/src/index.tsx&quot;&gt;&lt;/script&gt;
  &lt;/body&gt;
&lt;/html&gt;
">
<input type="hidden" name="project[files][package.json]" value="{&quot;name&quot;:&quot;text_length&quot;,&quot;version&quot;:&quot;2.0.0&quot;,&quot;description&quot;:&quot;Count the length and show the uppercase of any text&quot;,&quot;type&quot;:&quot;module&quot;,&quot;scripts&quot;:{&quot;dev&quot;:&quot;vite&quot;,&quot;build&quot;:&quot;tsc &amp;&amp; vite build&quot;,&quot;serve&quot;:&quot;vite preview&quot;},&quot;dependencies&quot;:{&quot;jotai&quot;:&quot;https://pkg.pr.new/pmndrs/jotai/jotai@990820e&quot;,&quot;react&quot;:&quot;^18.2.0&quot;,&quot;react-dom&quot;:&quot;^18.2.0&quot;},&quot;devDependencies&quot;:{&quot;@types/react&quot;:&quot;^18.2.0&quot;,&quot;@types/react-dom&quot;:&quot;^18.2.0&quot;,&quot;@vitejs/plugin-react&quot;:&quot;^4.3.4&quot;,&quot;typescript&quot;:&quot;^5.0.0&quot;,&quot;vite&quot;:&quot;^6.0.5&quot;}}">
<input type="hidden" name="project[files][tsconfig.json]" value="{
  &quot;compilerOptions&quot;: {
    &quot;target&quot;: &quot;es2019&quot;,
    &quot;strict&quot;: true,
    &quot;esModuleInterop&quot;: true,
    &quot;allowSyntheticDefaultImports&quot;: true,
    &quot;moduleResolution&quot;: &quot;node&quot;,
    &quot;lib&quot;: [&quot;dom&quot;, &quot;dom.iterable&quot;, &quot;esnext&quot;],
    &quot;jsx&quot;: &quot;react-jsx&quot;,
    &quot;allowJs&quot;: true,
    &quot;skipLibCheck&quot;: true,
    &quot;forceConsistentCasingInFileNames&quot;: true,
    &quot;noFallthroughCasesInSwitch&quot;: true,
    &quot;module&quot;: &quot;esnext&quot;,
    &quot;resolveJsonModule&quot;: true,
    &quot;isolatedModules&quot;: true,
    &quot;noEmit&quot;: true
  },
  &quot;include&quot;: [&quot;./src/**/*&quot;],
  &quot;exclude&quot;: [&quot;node_modules&quot;]
}
">
<input type="hidden" name="project[files][vite.config.ts]" value="import { defineConfig } from &#39;vite&#39;
import react from &#39;@vitejs/plugin-react&#39;

export default defineConfig({
  plugins: [react()],
})
">
<input type="hidden" name="project[files][public/castle.jpg]" value="https://pkg.pr.new/template/fbc1b06e-552c-4038-9c1f-72f9cf63177a">
<input type="hidden" name="project[files][public/cover.svg]" value="&lt;svg width=&quot;2480&quot; height=&quot;2325&quot; fill=&quot;none&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path fill=&quot;#fff&quot; d=&quot;M0 0h2480v2325H0z&quot;/&gt;&lt;path d=&quot;M95.85 2128.45c-1.2-2.3-3.85-5.95-6.1-8.6l-2.8 1.6c2.25 2.8 4.75 6.55 5.95 8.85l2.95-1.85zm-33.9 5.25c-1.25-2.45-4.05-6.25-6.45-9.05l-2.9 1.8c2.35 2.85 5.1 6.75 6.3 9.25l3.05-2zm.5 7.2c-3.85 3.65-8 7.2-10.65 9.35l2.1 3.15c2.55-2.3 5.6-5.15 8.55-8v18.35h3.65v-45.65h-3.65v22.8zm34.95-4.4v-3.65H83.05c.05-1.05.05-2.05.05-3.05v-11.55h-3.65v11.55c0 1 0 2-.05 3.05H67.8v3.65h11.35c-.8 8.2-3.6 17.4-12.75 24.9 1 .65 2.25 1.55 3 2.35 7.5-6.2 11-13.6 12.5-21 2.75 9.4 7.15 16.85 13.85 21 .6-1 1.8-2.35 2.7-3.1-7.75-4.25-12.4-13.25-14.8-24.15H97.4zm44.3-2.95c3.65 0 4.65-1.25 5.05-6.15-.95-.2-2.3-.7-3.05-1.2-.25 3.7-.5 4.25-2.3 4.25h-7.95c-2.35 0-2.7-.2-2.7-1.5v-2.45c4.65-1.05 9.85-2.55 13.5-4.35l-2.75-2.3c-2.45 1.45-6.7 2.85-10.75 3.95v-5.2h-3.45v10.4c0 3.6 1.2 4.55 5.85 4.55h8.55zm.2 17c3.7 0 4.7-1.3 5.1-6.3-.95-.2-2.35-.65-3.1-1.2-.2 3.8-.55 4.4-2.35 4.4h-8.05c-2.4 0-2.75-.25-2.75-1.55v-2.8c4.85-1.15 10.3-2.75 14.1-4.55l-2.8-2.3c-2.6 1.45-7.05 2.9-11.3 4.05v-5.6h-3.45v11.2c0 3.65 1.2 4.65 5.85 4.65h8.75zm-38.95-22.1c5-.2 12-.5 18.95-.8.6.85 1.1 1.65 1.5 2.35l2.8-1.65c-1.25-2.35-4.2-5.65-6.9-7.9l-2.65 1.45c1 .9 2.05 1.95 3 3.05l-9.35.25c1.35-1.9 2.85-4.2 4.1-6.2l-3.6-1.1c-1 2.15-2.6 5.1-4.1 7.4l-3.95.1.2 3.05zm2.1 34.55c3.75-2.15 5.85-5.7 7.2-9.3l-3.15-1.15c-1.15 3.3-3.5 6.55-6.95 8.4l2.9 2.05zm4-21.45v-2.75h10.8v2.75h-10.8zm10.8-7.85v2.7h-10.8v-2.7h10.8zm-.25 17.85c2.9 1.35 6.35 3.55 8 5.25l2.35-2.35c-1.65-1.65-5-3.6-7.85-4.9.9-.45 1.15-1.2 1.15-2.7v-15.8H105.7v19.45h3.35v-6.6h10.8v2.95c0 .55-.15.7-.75.7-.55.05-2.4.05-4.45 0 .4.8.9 1.85 1.1 2.7 2.6 0 4.4 0 5.6-.4l-1.75 1.7zm2.45 8.7c-2.7 0-3.2-.2-3.2-1.45v-6.05h-3.55v6.1c0 3.55 1.3 4.45 6.45 4.45h9.9c4 0 5.1-1.15 5.5-6.35-.95-.2-2.4-.7-3.2-1.2-.2 3.95-.5 4.5-2.65 4.5h-9.25zm13.95-6.55c3.55 2.55 7.3 6.35 8.8 9.15l3.15-1.95c-1.7-2.8-5.5-6.45-9.05-8.9l-2.9 1.7zm2130.24 6.83c4.97 0 6.92-3.03 7.88-4.77h.45v4.24h5.18v-36.36h-5.31v13.51h-.32c-.96-1.69-2.77-4.78-7.85-4.78-6.58 0-11.43 5.2-11.43 14.05 0 8.82 4.78 14.11 11.4 14.11zm1.17-4.53c-4.74 0-7.21-4.17-7.21-9.64 0-5.41 2.42-9.48 7.21-9.48 4.64 0 7.12 3.78 7.12 9.48 0 5.74-2.54 9.64-7.12 9.64zm31.41 4.55c7.68 0 12.71-5.63 12.71-14.06 0-8.49-5.03-14.12-12.71-14.12-7.69 0-12.72 5.63-12.72 14.12 0 8.43 5.03 14.06 12.72 14.06zm.01-4.46c-5.02 0-7.36-4.38-7.36-9.62 0-5.22 2.34-9.66 7.36-9.66 4.99 0 7.34 4.44 7.34 9.66 0 5.24-2.35 9.62-7.34 9.62zm30.11 4.46c6.45 0 10.62-3.87 11.21-9.18h-5.17c-.67 2.95-2.96 4.69-6 4.69-4.49 0-7.39-3.75-7.39-9.7 0-5.84 2.95-9.51 7.39-9.51 3.37 0 5.43 2.13 6 4.68h5.17c-.57-5.5-5.06-9.16-11.26-9.16-7.69 0-12.66 5.79-12.66 14.12 0 8.22 4.79 14.06 12.71 14.06zm37.32-21.16c-1.1-4.25-4.42-7.02-10.31-7.02-6.17 0-10.53 3.25-10.53 8.08 0 3.87 2.34 6.45 7.45 7.58l4.62 1.01c2.63.59 3.85 1.76 3.85 3.47 0 2.11-2.25 3.76-5.73 3.76-3.18 0-5.22-1.37-5.86-4.05l-5.13.78c.89 4.83 4.9 7.55 11.02 7.55 6.59 0 11.15-3.5 11.15-8.43 0-3.86-2.45-6.24-7.45-7.39l-4.34-.99c-3-.71-4.29-1.73-4.27-3.57-.02-2.1 2.25-3.59 5.27-3.59 3.3 0 4.83 1.83 5.45 3.66l4.81-.85zm42.21-15.75h-4.62v27.91l-10.67-10.67-3.16 3.19 16.14 16.14 16.17-16.14-3.23-3.19-10.63 10.67v-27.91zm-2039.592 20.17c0-4.35 2.663-6.84 6.356-6.84 3.605 0 5.789 2.36 5.789 6.32V2160h5.309v-17.35c0-6.74-3.711-10.28-9.287-10.28-4.101 0-6.782 1.9-8.043 4.8h-.337v-4.44h-5.096V2160h5.309v-16.19zm24.574 26.42h5.309v-14.47h.319c.959 1.74 2.912 4.77 7.884 4.77 6.605 0 11.399-5.29 11.399-14.11 0-8.85-4.865-14.05-11.452-14.05-5.061 0-6.89 3.09-7.831 4.78h-.444v-4.42h-5.184v37.5zm5.202-23.87c0-5.7 2.486-9.48 7.12-9.48 4.812 0 7.227 4.07 7.227 9.48 0 5.47-2.486 9.64-7.227 9.64-4.563 0-7.12-3.9-7.12-9.64zm25.657 13.64h5.309v-16.81c0-3.68 2.575-6.24 5.593-6.24 2.948 0 4.989 1.96 4.989 4.92V2160h5.292v-17.38c0-3.29 2.006-5.67 5.468-5.67 2.806 0 5.114 1.57 5.114 5.26V2160h5.309v-18.29c0-6.23-3.48-9.34-8.416-9.34-3.924 0-6.872 1.88-8.186 4.8h-.284c-1.189-2.99-3.693-4.8-7.333-4.8-3.604 0-6.285 1.8-7.422 4.8h-.337v-4.44h-5.096V2160zm57.422 0h5.309v-27.27h-5.309V2160zm2.681-31.48c1.829 0 3.356-1.42 3.356-3.16 0-1.74-1.527-3.18-3.356-3.18-1.847 0-3.356 1.44-3.356 3.18 0 1.74 1.509 3.16 3.356 3.16zm23.003 4.21v29.01c0 2.52-1.048 3.91-3.569 3.91h-.853v4.56c.373.02.711.02 1.083.02 5.647 0 8.647-2.99 8.647-8.45v-29.05h-5.308zm2.627-4.21c1.829 0 3.356-1.42 3.356-3.16 0-1.74-1.527-3.18-3.356-3.18-1.846 0-3.355 1.44-3.355 3.18 0 1.74 1.509 3.16 3.355 3.16zm21.312 32.03c7.688 0 12.713-5.63 12.713-14.06 0-8.49-5.025-14.12-12.713-14.12-7.689 0-12.713 5.63-12.713 14.12 0 8.43 5.024 14.06 12.713 14.06zm.017-4.46c-5.024 0-7.368-4.38-7.368-9.62 0-5.22 2.344-9.66 7.368-9.66 4.99 0 7.333 4.44 7.333 9.66 0 5.24-2.343 9.62-7.333 9.62zm31.352-23.36h-5.593v-6.54h-5.308v6.54h-3.996v4.26h3.996v16.1c-.018 4.96 3.764 7.35 7.954 7.27 1.687-.02 2.823-.34 3.445-.57l-.959-4.39c-.355.07-1.012.23-1.864.23-1.723 0-3.268-.57-3.268-3.64v-15h5.593v-4.26zm13.81 27.87c4.51 0 7.049-2.29 8.061-4.33h.213v3.73h5.185v-18.11c0-7.94-6.25-9.52-10.583-9.52-4.936 0-9.481 1.99-11.257 6.96l4.99 1.14c.781-1.94 2.77-3.8 6.338-3.8 3.427 0 5.185 1.79 5.185 4.88v.13c0 1.93-1.989 1.9-6.889 2.46-5.167.61-10.458 1.96-10.458 8.15 0 5.37 4.03 8.31 9.215 8.31zm1.154-4.26c-3.001 0-5.167-1.35-5.167-3.97 0-2.85 2.522-3.86 5.593-4.27 1.723-.23 5.806-.69 6.57-1.45v3.51c0 3.23-2.575 6.18-6.996 6.18zm19.376 3.66h5.309v-27.27h-5.309V2160zm2.681-31.48c1.829 0 3.356-1.42 3.356-3.16 0-1.74-1.527-3.18-3.356-3.18-1.846 0-3.356 1.44-3.356 3.18 0 1.74 1.51 3.16 3.356 3.16z&quot; fill=&quot;#000&quot;/&gt;&lt;path d=&quot;M110.245 884.545H98.452v44.617h-.576l-30.81-44.617h-10.61V950h11.857v-44.585h.543L99.698 950h10.547v-65.455zm33.822 66.414c14.382 0 23.523-10.132 23.523-25.313 0-15.213-9.141-25.376-23.523-25.376s-23.523 10.163-23.523 25.376c0 15.181 9.141 25.313 23.523 25.313zm.064-9.269c-7.958 0-11.857-7.095-11.857-16.076 0-8.98 3.899-16.172 11.857-16.172 7.83 0 11.729 7.192 11.729 16.172 0 8.981-3.899 16.076-11.729 16.076zm77.336 9.269c11.441 0 19.304-5.593 21.349-14.127l-10.803-1.214c-1.566 4.155-5.401 6.328-10.387 6.328-7.478 0-12.432-4.922-12.528-13.327h34.197v-3.548c0-17.227-10.355-24.801-22.436-24.801-14.062 0-23.235 10.323-23.235 25.472 0 15.405 9.045 25.217 23.843 25.217zM209.13 920.82c.352-6.264 4.986-11.537 11.889-11.537 6.648 0 11.122 4.858 11.186 11.537H209.13zm52.447-19.911h-12.273l14.574 24.546L248.92 950h12.273l10.291-17.674L281.871 950h12.177l-15.053-24.545 14.798-24.546h-12.241l-10.068 18.122-9.907-18.122zm65.678 0h-9.684v-11.761h-11.57v11.761h-6.967v8.949h6.967v27.294c-.063 9.236 6.648 13.775 15.341 13.519 3.292-.096 5.561-.735 6.808-1.15l-1.95-9.045c-.639.16-1.949.447-3.388.447-2.908 0-5.241-1.022-5.241-5.689v-25.376h9.684v-8.949zM336.931 950h11.57v-28.86c0-6.232 4.698-10.643 11.058-10.643 1.949 0 4.378.352 5.369.671v-10.642c-1.055-.192-2.876-.32-4.155-.32-5.625 0-10.323 3.196-12.113 8.885h-.511v-8.182h-11.218V950zm48.843.991c7.703 0 12.305-3.612 14.414-7.735h.384V950h11.122v-32.855c0-12.976-10.579-16.875-19.943-16.875-10.323 0-18.25 4.602-20.806 13.551l10.802 1.534c1.151-3.356 4.411-6.232 10.068-6.232 5.369 0 8.309 2.748 8.309 7.574v.192c0 3.324-3.483 3.484-12.145 4.411-9.524 1.022-18.632 3.867-18.632 14.925 0 9.652 7.063 14.766 16.427 14.766zm3.004-8.502c-4.826 0-8.277-2.205-8.277-6.456 0-4.442 3.867-6.296 9.044-7.031 3.037-.415 9.109-1.182 10.611-2.397v5.785c0 5.465-4.41 10.099-11.378 10.099zM445.652 950h11.569v-28.86c0-6.232 4.698-10.643 11.058-10.643 1.95 0 4.379.352 5.37.671v-10.642c-1.055-.192-2.877-.32-4.155-.32-5.625 0-10.323 3.196-12.113 8.885h-.511v-8.182h-11.218V950zm55.395.959c11.441 0 19.304-5.593 21.349-14.127l-10.802-1.214c-1.566 4.155-5.402 6.328-10.387 6.328-7.479 0-12.433-4.922-12.529-13.327h34.198v-3.548c0-17.227-10.356-24.801-22.437-24.801-14.062 0-23.235 10.323-23.235 25.472 0 15.405 9.045 25.217 23.843 25.217zM488.71 920.82c.352-6.264 4.986-11.537 11.889-11.537 6.648 0 11.122 4.858 11.186 11.537H488.71zm73.708-2.844h-29.467v9.524h29.467v-9.524zM574.587 950h11.57v-28.86c0-6.232 4.698-10.643 11.058-10.643 1.95 0 4.379.352 5.369.671v-10.642c-1.054-.192-2.876-.32-4.154-.32-5.625 0-10.324 3.196-12.113 8.885h-.512v-8.182h-11.218V950zm55.395.959c11.442 0 19.304-5.593 21.35-14.127l-10.803-1.214c-1.566 4.155-5.401 6.328-10.387 6.328-7.479 0-12.432-4.922-12.528-13.327h34.197v-3.548c0-17.227-10.355-24.801-22.436-24.801-14.063 0-23.235 10.323-23.235 25.472 0 15.405 9.045 25.217 23.842 25.217zm-12.336-30.139c.351-6.264 4.985-11.537 11.889-11.537 6.648 0 11.122 4.858 11.186 11.537h-23.075zm55.523.416c0-7.095 4.282-11.186 10.387-11.186 5.976 0 9.556 3.931 9.556 10.483V950h11.569v-31.257c.032-11.761-6.679-18.473-16.811-18.473-7.351 0-12.4 3.516-14.638 8.981h-.575v-8.342h-11.058V950h11.57v-28.764zm61.491 29.627c8.437 0 12.241-5.018 14.062-8.597h.704V950h11.377v-65.455h-11.601v24.482h-.48c-1.757-3.548-5.369-8.757-14.03-8.757-11.346 0-20.263 8.885-20.263 25.248 0 16.172 8.661 25.345 20.231 25.345zm3.228-9.492c-7.639 0-11.666-6.712-11.666-15.916 0-9.141 3.964-15.693 11.666-15.693 7.447 0 11.538 6.168 11.538 15.693 0 9.524-4.155 15.916-11.538 15.916zm56.977 9.588c11.442 0 19.304-5.593 21.349-14.127l-10.802-1.214c-1.566 4.155-5.401 6.328-10.387 6.328-7.479 0-12.433-4.922-12.529-13.327h34.198v-3.548c0-17.227-10.355-24.801-22.436-24.801-14.063 0-23.235 10.323-23.235 25.472 0 15.405 9.044 25.217 23.842 25.217zm-12.337-30.139c.352-6.264 4.986-11.537 11.89-11.537 6.647 0 11.122 4.858 11.186 11.537h-23.076zM826.482 950h11.569v-28.86c0-6.232 4.698-10.643 11.059-10.643 1.949 0 4.378.352 5.369.671v-10.642c-1.055-.192-2.877-.32-4.155-.32-5.625 0-10.323 3.196-12.113 8.885h-.511v-8.182h-11.218V950zm74.483-36.115c-1.598-8.31-8.246-13.615-19.751-13.615-11.826 0-19.88 5.817-19.848 14.893-.032 7.159 4.379 11.89 13.807 13.839l8.374 1.758c4.506.991 6.615 2.812 6.615 5.593 0 3.356-3.643 5.881-9.14 5.881-5.306 0-8.757-2.301-9.748-6.712l-11.282 1.087c1.438 9.012 9.013 14.35 21.062 14.35 12.273 0 20.934-6.36 20.966-15.661-.032-6.999-4.539-11.282-13.807-13.295l-8.374-1.79c-4.985-1.119-6.967-2.844-6.935-5.689-.032-3.324 3.643-5.625 8.469-5.625 5.338 0 8.15 2.909 9.045 6.137l10.547-1.151zm24.178 27.166h-10.227l-.224 3.58c-.543 8.661-2.813 17.482-3.739 21.349h7.798c1.534-4.027 5.082-13.359 5.976-21.413l.416-3.516zm72.062-27.166c-1.598-8.31-8.245-13.615-19.751-13.615-11.825 0-19.879 5.817-19.847 14.893-.032 7.159 4.378 11.89 13.806 13.839l8.374 1.758c4.506.991 6.616 2.812 6.616 5.593 0 3.356-3.644 5.881-9.141 5.881-5.305 0-8.757-2.301-9.748-6.712l-11.282 1.087c1.438 9.012 9.013 14.35 21.062 14.35 12.273 0 20.934-6.36 20.966-15.661-.032-6.999-4.538-11.282-13.807-13.295l-8.373-1.79c-4.986-1.119-6.968-2.844-6.936-5.689-.032-3.324 3.644-5.625 8.47-5.625 5.337 0 8.149 2.909 9.044 6.137l10.547-1.151zm35.105-12.976h-9.68v-11.761h-11.57v11.761h-6.97v8.949h6.97v27.294c-.06 9.236 6.65 13.775 15.34 13.519 3.29-.096 5.56-.735 6.81-1.15l-1.95-9.045c-.64.16-1.95.447-3.39.447-2.91 0-5.24-1.022-5.24-5.689v-25.376h9.68v-8.949zm23.81 50.082c7.7 0 12.3-3.612 14.41-7.735h.38V950h11.13v-32.855c0-12.976-10.58-16.875-19.95-16.875-10.32 0-18.25 4.602-20.8 13.551l10.8 1.534c1.15-3.356 4.41-6.232 10.07-6.232 5.37 0 8.31 2.748 8.31 7.574v.192c0 3.324-3.49 3.484-12.15 4.411-9.52 1.022-18.63 3.867-18.63 14.925 0 9.652 7.06 14.766 16.43 14.766zm3-8.502c-4.83 0-8.28-2.205-8.28-6.456 0-4.442 3.87-6.296 9.05-7.031 3.03-.415 9.11-1.182 10.61-2.397v5.785c0 5.465-4.41 10.099-11.38 10.099zm59.06-41.58h-9.68v-11.761h-11.57v11.761h-6.97v8.949h6.97v27.294c-.06 9.236 6.65 13.775 15.34 13.519 3.29-.096 5.56-.735 6.81-1.15l-1.95-9.045c-.64.16-1.95.447-3.39.447-2.91 0-5.24-1.022-5.24-5.689v-25.376h9.68v-8.949zm30.88 50.05c11.45 0 19.31-5.593 21.35-14.127l-10.8-1.214c-1.56 4.155-5.4 6.328-10.39 6.328-7.47 0-12.43-4.922-12.52-13.327h34.19v-3.548c0-17.227-10.35-24.801-22.43-24.801-14.07 0-23.24 10.323-23.24 25.472 0 15.405 9.05 25.217 23.84 25.217zm-12.33-30.139c.35-6.264 4.98-11.537 11.89-11.537 6.64 0 11.12 4.858 11.18 11.537h-23.07zm66.28 29.18h11.56v-28.86c0-6.232 4.7-10.643 11.06-10.643 1.95 0 4.38.352 5.37.671v-10.642c-1.05-.192-2.87-.32-4.15-.32-5.63 0-10.33 3.196-12.12 8.885h-.51v-8.182h-11.21V950zm55.39.959c11.44 0 19.3-5.593 21.35-14.127l-10.8-1.214c-1.57 4.155-5.4 6.328-10.39 6.328-7.48 0-12.43-4.922-12.53-13.327h34.2v-3.548c0-17.227-10.36-24.801-22.44-24.801-14.06 0-23.23 10.323-23.23 25.472 0 15.405 9.04 25.217 23.84 25.217zm-12.34-30.139c.36-6.264 4.99-11.537 11.89-11.537 6.65 0 11.12 4.858 11.19 11.537h-23.08zm82.76-6.935c-1.6-8.31-8.25-13.615-19.75-13.615-11.83 0-19.88 5.817-19.85 14.893-.03 7.159 4.38 11.89 13.8 13.839l8.38 1.758c4.5.991 6.61 2.812 6.61 5.593 0 3.356-3.64 5.881-9.14 5.881-5.3 0-8.75-2.301-9.74-6.712l-11.29 1.087c1.44 9.012 9.02 14.35 21.07 14.35 12.27 0 20.93-6.36 20.96-15.661-.03-6.999-4.54-11.282-13.81-13.295l-8.37-1.79c-4.98-1.119-6.97-2.844-6.93-5.689-.04-3.324 3.64-5.625 8.46-5.625 5.34 0 8.15 2.909 9.05 6.137l10.55-1.151zM1339.41 950h11.57v-49.091h-11.57V950zm5.82-56.058c3.67 0 6.68-2.813 6.68-6.264 0-3.484-3.01-6.297-6.68-6.297-3.71 0-6.71 2.813-6.71 6.297 0 3.451 3 6.264 6.71 6.264zm35.87 56.921c8.43 0 12.24-5.018 14.06-8.597h.7V950h11.38v-65.455h-11.6v24.482h-.48c-1.76-3.548-5.37-8.757-14.03-8.757-11.35 0-20.27 8.885-20.27 25.248 0 16.172 8.67 25.345 20.24 25.345zm3.22-9.492c-7.63 0-11.66-6.712-11.66-15.916 0-9.141 3.96-15.693 11.66-15.693 7.45 0 11.54 6.168 11.54 15.693 0 9.524-4.15 15.916-11.54 15.916zm56.98 9.588c11.44 0 19.3-5.593 21.35-14.127l-10.8-1.214c-1.57 4.155-5.4 6.328-10.39 6.328-7.48 0-12.43-4.922-12.53-13.327h34.2v-3.548c0-17.227-10.36-24.801-22.44-24.801-14.06 0-23.23 10.323-23.23 25.472 0 15.405 9.04 25.217 23.84 25.217zm-12.34-30.139c.36-6.264 4.99-11.537 11.89-11.537 6.65 0 11.13 4.858 11.19 11.537h-23.08zm82.76-6.935c-1.6-8.31-8.25-13.615-19.75-13.615-11.83 0-19.88 5.817-19.85 14.893-.03 7.159 4.38 11.89 13.81 13.839l8.37 1.758c4.51.991 6.61 2.812 6.61 5.593 0 3.356-3.64 5.881-9.14 5.881-5.3 0-8.75-2.301-9.74-6.712l-11.29 1.087c1.44 9.012 9.02 14.35 21.07 14.35 12.27 0 20.93-6.36 20.96-15.661-.03-6.999-4.54-11.282-13.81-13.295l-8.37-1.79c-4.98-1.119-6.97-2.844-6.93-5.689-.04-3.324 3.64-5.625 8.47-5.625 5.33 0 8.15 2.909 9.04 6.137l10.55-1.151zM1554.77 950h12.08l9.2-33.175h.67l9.21 33.175h12.05l13.9-49.091h-11.82l-8.51 34.325h-.48l-8.82-34.325h-11.66l-8.82 34.517h-.45l-8.63-34.517h-11.79L1554.77 950zm65.19 0h11.57v-49.091h-11.57V950zm5.82-56.058c3.67 0 6.67-2.813 6.67-6.264 0-3.484-3-6.297-6.67-6.297-3.71 0-6.72 2.813-6.72 6.297 0 3.451 3.01 6.264 6.72 6.264zm42.16 6.967h-9.69v-11.761h-11.56v11.761h-6.97v8.949h6.97v27.294c-.07 9.236 6.64 13.775 15.34 13.519 3.29-.096 5.56-.735 6.8-1.15l-1.95-9.045c-.64.16-1.95.447-3.38.447-2.91 0-5.25-1.022-5.25-5.689v-25.376h9.69v-8.949zm22.3 20.327c0-7.095 4.41-11.186 10.61-11.186 6.07 0 9.65 3.867 9.65 10.483V950h11.57v-31.257c0-11.857-6.71-18.473-16.91-18.473-7.54 0-12.33 3.42-14.6 8.981h-.58v-24.706h-11.31V950h11.57v-28.764zM1733.86 950h11.57v-49.091h-11.57V950zm5.82-56.058c3.68 0 6.68-2.813 6.68-6.264 0-3.484-3-6.297-6.68-6.297-3.71 0-6.71 2.813-6.71 6.297 0 3.451 3 6.264 6.71 6.264zm29.22 27.294c0-7.095 4.28-11.186 10.39-11.186 5.97 0 9.55 3.931 9.55 10.483V950h11.57v-31.257c.04-11.761-6.68-18.473-16.81-18.473-7.35 0-12.4 3.516-14.64 8.981h-.57v-8.342h-11.06V950h11.57v-28.764zM1835.01 950h11.86v-23.97h12.08L1871.8 950h13.23l-14.16-25.952c7.7-3.1 11.76-9.684 11.76-18.569 0-12.496-8.05-20.934-23.07-20.934h-24.55V950zm11.86-33.814v-21.733h10.86c8.86 0 12.82 4.059 12.82 11.026 0 6.968-3.96 10.707-12.75 10.707h-10.93zm67.19 34.773c11.45 0 19.31-5.593 21.35-14.127l-10.8-1.214c-1.56 4.155-5.4 6.328-10.39 6.328-7.47 0-12.43-4.922-12.52-13.327h34.19v-3.548c0-17.227-10.35-24.801-22.43-24.801-14.07 0-23.24 10.323-23.24 25.472 0 15.405 9.05 25.217 23.84 25.217zm-12.33-30.139c.35-6.264 4.98-11.537 11.89-11.537 6.64 0 11.12 4.858 11.18 11.537h-23.07zm58.08 30.171c7.7 0 12.3-3.612 14.41-7.735h.38V950h11.13v-32.855c0-12.976-10.58-16.875-19.95-16.875-10.32 0-18.25 4.602-20.8 13.551l10.8 1.534c1.15-3.356 4.41-6.232 10.07-6.232 5.37 0 8.31 2.748 8.31 7.574v.192c0 3.324-3.49 3.484-12.15 4.411-9.52 1.022-18.63 3.867-18.63 14.925 0 9.652 7.06 14.766 16.43 14.766zm3-8.502c-4.82 0-8.28-2.205-8.28-6.456 0-4.442 3.87-6.296 9.05-7.031 3.03-.415 9.11-1.182 10.61-2.397v5.785c0 5.465-4.41 10.099-11.38 10.099zm55.96 8.47c12.34 0 20.2-7.319 21.03-17.738h-11.05c-1 5.273-4.8 8.31-9.88 8.31-7.22 0-11.89-6.041-11.89-16.076 0-9.908 4.76-15.853 11.89-15.853 5.56 0 8.98 3.58 9.88 8.31h11.05c-.8-10.643-9.1-17.642-21.09-17.642-14.38 0-23.46 10.387-23.46 25.376 0 14.862 8.85 25.313 23.52 25.313zm55.05-50.05h-9.69v-11.761h-11.57v11.761h-6.96v8.949h6.96v27.294c-.06 9.236 6.65 13.775 15.34 13.519 3.3-.096 5.57-.735 6.81-1.15l-1.95-9.045c-.64.16-1.95.447-3.38.447-2.91 0-5.25-1.022-5.25-5.689v-25.376h9.69v-8.949zm23.26 40.142h-10.23l-.22 3.58c-.55 8.661-2.82 17.482-3.74 21.349h7.79c1.54-4.027 5.09-13.359 5.98-21.413l.42-3.516zM63.136 1077.41c9.012 0 14.222-4.64 17.002-12.47l19.72-54.97-12.369-.06-11.346 37.07h-.51l-11.315-37.07H52.045l17.802 50.11-.99 2.66c-2.142 5.59-5.53 5.97-10.58 4.5l-2.684 9.01c1.566.64 4.379 1.22 7.543 1.22zm64.495-17.45c14.382 0 23.523-10.13 23.523-25.31 0-15.22-9.141-25.38-23.523-25.38s-23.522 10.16-23.522 25.38c0 15.18 9.14 25.31 23.522 25.31zm.064-9.27c-7.958 0-11.857-7.09-11.857-16.08 0-8.98 3.899-16.17 11.857-16.17 7.831 0 11.73 7.19 11.73 16.17 0 8.99-3.899 16.08-11.73 16.08zm64.568-12.34c0 7.48-5.337 11.19-10.451 11.19-5.561 0-9.268-3.93-9.268-10.16v-29.47h-11.57v31.26c0 11.79 6.712 18.47 16.364 18.47 7.35 0 12.528-3.87 14.765-9.37h.512v8.73h11.218v-49.09h-11.57v28.44zm67.14 40.08c13.264 0 23.044-6.07 23.044-18.63v-49.89h-11.41v8.12h-.639c-1.758-3.55-5.434-8.76-14.095-8.76-11.346 0-20.263 8.88-20.263 25.02 0 16.02 8.917 24.01 20.231 24.01 8.406 0 12.337-4.51 14.127-8.12h.575v9.3c0 7.22-4.794 10.19-11.378 10.19-6.967 0-10.035-3.29-11.442-6.16l-10.419 2.52c2.11 6.87 9.173 12.4 21.669 12.4zm.096-29.21c-7.638 0-11.665-5.94-11.665-14.99 0-8.92 3.963-15.47 11.665-15.47 7.447 0 11.538 6.17 11.538 15.47 0 9.37-4.155 14.99-11.538 14.99zm56.538 10.74c11.442 0 19.304-5.59 21.349-14.13l-10.802-1.21c-1.566 4.15-5.401 6.33-10.387 6.33-7.479 0-12.433-4.93-12.529-13.33h34.198v-3.55c0-17.23-10.355-24.8-22.436-24.8-14.063 0-23.235 10.32-23.235 25.47 0 15.41 9.044 25.22 23.842 25.22zm-12.337-30.14c.352-6.26 4.986-11.54 11.889-11.54 6.648 0 11.123 4.86 11.187 11.54H303.7zm68.467-19.91h-9.684v-11.762h-11.569v11.762h-6.968v8.95h6.968v27.29c-.064 9.24 6.647 13.78 15.34 13.52 3.292-.09 5.562-.73 6.808-1.15l-1.95-9.04c-.639.16-1.949.44-3.387.44-2.909 0-5.242-1.02-5.242-5.69v-25.37h9.684v-8.95zm56.865 0h-10.195v-3.87c0-3.83 1.598-5.97 5.913-5.97 1.821 0 3.355.41 4.314.7l2.333-8.95c-1.502-.512-4.794-1.343-8.789-1.343-8.533 0-15.341 4.89-15.341 14.793v4.64h-7.255v8.95h7.255V1059h11.57v-40.14h10.195v-8.95zm40.35 28.44c0 7.48-5.337 11.19-10.451 11.19-5.561 0-9.268-3.93-9.268-10.16v-29.47h-11.57v31.26c0 11.79 6.712 18.47 16.364 18.47 7.351 0 12.528-3.87 14.765-9.37h.512v8.73h11.218v-49.09h-11.57v28.44zm35.037-44.805h-11.57V1059h11.57v-65.455zm23.466 0h-11.569V1059h11.569v-65.455zM562.618 1059h11.378v-7.73h.671c1.822 3.58 5.625 8.59 14.063 8.59 11.569 0 20.23-9.17 20.23-25.34 0-16.37-8.916-25.25-20.262-25.25-8.662 0-12.273 5.21-14.031 8.76h-.479v-24.485h-11.57V1059zm11.346-24.55c0-9.52 4.091-15.69 11.538-15.69 7.702 0 11.665 6.55 11.665 15.69 0 9.21-4.027 15.92-11.665 15.92-7.383 0-11.538-6.39-11.538-15.92zm66.565 25.51c11.442 0 19.304-5.59 21.35-14.13l-10.803-1.21c-1.566 4.15-5.401 6.33-10.387 6.33-7.479 0-12.433-4.93-12.528-13.33h34.197v-3.55c0-17.23-10.355-24.8-22.436-24.8-14.063 0-23.235 10.32-23.235 25.47 0 15.41 9.045 25.22 23.842 25.22zm-12.337-30.14c.352-6.26 4.986-11.54 11.89-11.54 6.647 0 11.122 4.86 11.186 11.54h-23.076zm55.523.42c0-7.1 4.283-11.19 10.387-11.19 5.977 0 9.557 3.93 9.557 10.48V1059h11.569v-31.26c.032-11.76-6.68-18.47-16.811-18.47-7.351 0-12.4 3.52-14.638 8.98h-.575v-8.34h-11.058V1059h11.569v-28.76zm65.007 29.72c11.442 0 19.304-5.59 21.35-14.13l-10.803-1.21c-1.566 4.15-5.401 6.33-10.387 6.33-7.478 0-12.432-4.93-12.528-13.33h34.197v-3.55c0-17.23-10.355-24.8-22.436-24.8-14.062 0-23.235 10.32-23.235 25.47 0 15.41 9.045 25.22 23.842 25.22zm-12.336-30.14c.351-6.26 4.986-11.54 11.889-11.54 6.648 0 11.122 4.86 11.186 11.54h-23.075zm68.818-19.91h-10.195v-3.87c0-3.83 1.598-5.97 5.913-5.97 1.821 0 3.355.41 4.314.7l2.333-8.95c-1.502-.512-4.794-1.343-8.789-1.343-8.533 0-15.341 4.89-15.341 14.793v4.64h-7.255v8.95h7.255V1059h11.57v-40.14h10.195v-8.95zm9.061 49.09h11.57v-49.09h-11.57V1059zm5.817-56.06c3.675 0 6.679-2.81 6.679-6.262 0-3.484-3.004-6.297-6.679-6.297-3.708 0-6.712 2.813-6.712 6.297 0 3.452 3.004 6.262 6.712 6.262zm42.163 6.97h-9.684v-11.762h-11.569v11.762h-6.968v8.95h6.968v27.29c-.064 9.24 6.647 13.78 15.341 13.52 3.291-.09 5.561-.73 6.807-1.15l-1.949-9.04c-.64.16-1.95.44-3.388.44-2.909 0-5.242-1.02-5.242-5.69v-25.37h9.684v-8.95zm47.773 12.97c-1.598-8.3-8.246-13.61-19.752-13.61-11.825 0-19.879 5.82-19.847 14.89-.032 7.16 4.379 11.89 13.807 13.84l8.373 1.76c4.507.99 6.616 2.81 6.616 5.59 0 3.36-3.643 5.88-9.14 5.88-5.306 0-8.758-2.3-9.748-6.71l-11.282 1.09c1.438 9.01 9.013 14.35 21.062 14.35 12.272 0 20.933-6.36 20.965-15.66-.032-7-4.538-11.28-13.806-13.3l-8.374-1.79c-4.986-1.12-6.967-2.84-6.935-5.69-.032-3.32 3.643-5.62 8.469-5.62 5.337 0 8.15 2.91 9.045 6.14l10.547-1.16zm57.784-12.97h-10.195v-3.87c0-3.83 1.598-5.97 5.912-5.97 1.822 0 3.356.41 4.315.7l2.333-8.95c-1.502-.512-4.794-1.343-8.789-1.343-8.534 0-15.341 4.89-15.341 14.793v4.64h-7.255v8.95h7.255V1059h11.57v-40.14h10.195v-8.95zm9.061 49.09h11.569v-28.86c0-6.23 4.698-10.64 11.058-10.64 1.95 0 4.38.35 5.37.67v-10.64c-1.05-.2-2.88-.32-4.16-.32-5.62 0-10.318 3.19-12.108 8.88h-.511v-8.18h-11.218V1059zm55.077.96c14.38 0 23.52-10.13 23.52-25.31 0-15.22-9.14-25.38-23.52-25.38-14.38 0-23.52 10.16-23.52 25.38 0 15.18 9.14 25.31 23.52 25.31zm.06-9.27c-7.96 0-11.86-7.09-11.86-16.08 0-8.98 3.9-16.17 11.86-16.17 7.83 0 11.73 7.19 11.73 16.17 0 8.99-3.9 16.08-11.73 16.08zm33.28 8.31h11.57v-29.85c0-6.04 4.03-10.13 9.01-10.13 4.89 0 8.25 3.29 8.25 8.34V1059h11.34v-30.62c0-5.53 3.3-9.36 8.89-9.36 4.67 0 8.37 2.75 8.37 8.82V1059h11.6v-32.95c0-10.96-6.32-16.78-15.34-16.78-7.12 0-12.56 3.52-14.73 8.98h-.51c-1.89-5.56-6.65-8.98-13.26-8.98-6.59 0-11.51 3.39-13.56 8.98h-.57v-8.34h-11.06V1059zm141.9-36.12c-1.6-8.3-8.25-13.61-19.76-13.61-11.82 0-19.87 5.82-19.84 14.89-.03 7.16 4.38 11.89 13.8 13.84l8.38 1.76c4.5.99 6.61 2.81 6.61 5.59 0 3.36-3.64 5.88-9.14 5.88-5.3 0-8.75-2.3-9.75-6.71l-11.28 1.09c1.44 9.01 9.02 14.35 21.06 14.35 12.28 0 20.94-6.36 20.97-15.66-.03-7-4.54-11.28-13.81-13.3l-8.37-1.79c-4.99-1.12-6.97-2.84-6.94-5.69-.03-3.32 3.65-5.62 8.47-5.62 5.34 0 8.15 2.91 9.05 6.14l10.55-1.16zm41.88 15.47c0 7.48-5.34 11.19-10.45 11.19-5.56 0-9.27-3.93-9.27-10.16v-29.47h-11.57v31.26c0 11.79 6.71 18.47 16.36 18.47 7.36 0 12.53-3.87 14.77-9.37h.51v8.73h11.22v-49.09h-11.57v28.44zm62.27-15.47c-1.6-8.3-8.25-13.61-19.76-13.61-11.82 0-19.87 5.82-19.84 14.89-.03 7.16 4.38 11.89 13.8 13.84l8.38 1.76c4.5.99 6.61 2.81 6.61 5.59 0 3.36-3.64 5.88-9.14 5.88-5.3 0-8.75-2.3-9.74-6.71l-11.29 1.09c1.44 9.01 9.02 14.35 21.07 14.35 12.27 0 20.93-6.36 20.96-15.66-.03-7-4.54-11.28-13.81-13.3l-8.37-1.79c-4.99-1.12-6.97-2.84-6.93-5.69-.04-3.32 3.64-5.62 8.46-5.62 5.34 0 8.15 2.91 9.05 6.14l10.55-1.16zm10.59 54.53h11.57v-26.14h.48c1.82 3.58 5.63 8.59 14.06 8.59 11.57 0 20.23-9.17 20.23-25.34 0-16.37-8.91-25.25-20.26-25.25-8.66 0-12.27 5.21-14.03 8.76h-.67v-8.12h-11.38v67.5zm11.35-42.96c0-9.52 4.09-15.69 11.53-15.69 7.71 0 11.67 6.55 11.67 15.69 0 9.21-4.03 15.92-11.67 15.92-7.38 0-11.53-6.39-11.53-15.92zm66.63 25.51c11.45 0 19.31-5.59 21.35-14.13l-10.8-1.21c-1.57 4.15-5.4 6.33-10.39 6.33-7.47 0-12.43-4.93-12.52-13.33h34.19v-3.55c0-17.23-10.35-24.8-22.43-24.8-14.07 0-23.24 10.32-23.24 25.47 0 15.41 9.05 25.22 23.84 25.22zm-12.33-30.14c.35-6.26 4.98-11.54 11.89-11.54 6.64 0 11.12 4.86 11.18 11.54h-23.07zm55.52.42c0-7.1 4.28-11.19 10.39-11.19 5.97 0 9.55 3.93 9.55 10.48V1059h11.57v-31.26c.04-11.76-6.68-18.47-16.81-18.47-7.35 0-12.4 3.52-14.64 8.98h-.57v-8.34h-11.06V1059h11.57v-28.76zm82.07-7.36c-1.59-8.3-8.24-13.61-19.75-13.61-11.82 0-19.88 5.82-19.84 14.89-.04 7.16 4.37 11.89 13.8 13.84l8.38 1.76c4.5.99 6.61 2.81 6.61 5.59 0 3.36-3.64 5.88-9.14 5.88-5.3 0-8.76-2.3-9.75-6.71l-11.28 1.09c1.44 9.01 9.01 14.35 21.06 14.35 12.28 0 20.94-6.36 20.97-15.66-.03-7-4.54-11.28-13.81-13.3l-8.37-1.79c-4.99-1.12-6.97-2.84-6.94-5.69-.03-3.32 3.65-5.62 8.47-5.62 5.34 0 8.15 2.91 9.05 6.14l10.54-1.16zm32.33 37.08c11.44 0 19.31-5.59 21.35-14.13l-10.8-1.21c-1.57 4.15-5.4 6.33-10.39 6.33-7.48 0-12.43-4.93-12.53-13.33h34.2v-3.55c0-17.23-10.35-24.8-22.44-24.8-14.06 0-23.23 10.32-23.23 25.47 0 15.41 9.04 25.22 23.84 25.22zm-12.33-30.14c.35-6.26 4.98-11.54 11.88-11.54 6.65 0 11.13 4.86 11.19 11.54h-23.07zm57.53 20.23h-10.23l-.22 3.58c-.54 8.66-2.81 17.48-3.74 21.35h7.8c1.53-4.03 5.08-13.36 5.98-21.41l.41-3.52zM70.071 1168.99c7.702 0 12.305-3.61 14.414-7.73h.384v6.74H95.99v-32.86c0-12.97-10.58-16.87-19.943-16.87-10.324 0-18.25 4.6-20.806 13.55l10.802 1.54c1.15-3.36 4.41-6.24 10.068-6.24 5.369 0 8.31 2.75 8.31 7.58v.19c0 3.32-3.484 3.48-12.146 4.41-9.524 1.02-18.632 3.87-18.632 14.93 0 9.65 7.063 14.76 16.427 14.76zm3.004-8.5c-4.826 0-8.277-2.21-8.277-6.46 0-4.44 3.867-6.29 9.044-7.03 3.037-.41 9.109-1.18 10.611-2.39v5.78c0 5.47-4.41 10.1-11.378 10.1zm46.119-21.25c0-7.1 4.283-11.19 10.387-11.19 5.977 0 9.556 3.93 9.556 10.48V1168h11.57v-31.26c.032-11.76-6.68-18.47-16.811-18.47-7.351 0-12.401 3.52-14.638 8.98h-.575v-8.34h-11.059V1168h11.57v-28.76zm61.491 29.62c8.438 0 12.241-5.01 14.063-8.59h.703v7.73h11.378v-65.45h-11.602v24.48h-.479c-1.758-3.55-5.369-8.76-14.031-8.76-11.346 0-20.262 8.88-20.262 25.25 0 16.17 8.661 25.34 20.23 25.34zm3.228-9.49c-7.638 0-11.665-6.71-11.665-15.92 0-9.14 3.963-15.69 11.665-15.69 7.447 0 11.538 6.17 11.538 15.69 0 9.53-4.155 15.92-11.538 15.92zm78.982 9.59c12.337 0 20.199-7.32 21.03-17.74h-11.058c-.991 5.27-4.794 8.31-9.876 8.31-7.223 0-11.889-6.04-11.889-16.08 0-9.9 4.762-15.85 11.889-15.85 5.561 0 8.981 3.58 9.876 8.31h11.058c-.799-10.64-9.109-17.64-21.094-17.64-14.382 0-23.459 10.39-23.459 25.38 0 14.86 8.853 25.31 23.523 25.31zm51.943 0c14.383 0 23.523-10.13 23.523-25.31 0-15.22-9.14-25.38-23.523-25.38-14.382 0-23.522 10.16-23.522 25.38 0 15.18 9.14 25.31 23.522 25.31zm.064-9.27c-7.958 0-11.857-7.09-11.857-16.08 0-8.98 3.899-16.17 11.857-16.17 7.831 0 11.73 7.19 11.73 16.17 0 8.99-3.899 16.08-11.73 16.08zm44.849-20.45c0-7.1 4.282-11.19 10.387-11.19 5.976 0 9.556 3.93 9.556 10.48V1168h11.569v-31.26c.032-11.76-6.679-18.47-16.811-18.47-7.351 0-12.4 3.52-14.638 8.98h-.575v-8.34h-11.058V1168h11.57v-28.76zm64.687 29.72c12.337 0 20.199-7.32 21.03-17.74H434.41c-.991 5.27-4.794 8.31-9.876 8.31-7.223 0-11.889-6.04-11.889-16.08 0-9.9 4.762-15.85 11.889-15.85 5.561 0 8.981 3.58 9.876 8.31h11.058c-.799-10.64-9.109-17.64-21.094-17.64-14.382 0-23.459 10.39-23.459 25.38 0 14.86 8.853 25.31 23.523 25.31zm61.819-21.61c0 7.48-5.337 11.19-10.451 11.19-5.561 0-9.268-3.93-9.268-10.16v-29.47h-11.57v31.26c0 11.79 6.712 18.47 16.364 18.47 7.351 0 12.528-3.87 14.765-9.37h.512v8.73h11.218v-49.09h-11.57v28.44zm23.467 20.65h11.57v-28.86c0-6.23 4.698-10.64 11.058-10.64 1.949 0 4.378.35 5.369.67v-10.64c-1.055-.2-2.876-.32-4.155-.32-5.625 0-10.323 3.19-12.113 8.88h-.511v-8.18h-11.218V1168zm35.683 0h11.57v-28.86c0-6.23 4.698-10.64 11.058-10.64 1.95 0 4.379.35 5.37.67v-10.64c-1.055-.2-2.877-.32-4.155-.32-5.625 0-10.323 3.19-12.113 8.88h-.511v-8.18h-11.219V1168zm55.396.96c11.441 0 19.304-5.59 21.349-14.13l-10.803-1.21c-1.566 4.15-5.401 6.33-10.387 6.33-7.478 0-12.432-4.93-12.528-13.33h34.197v-3.55c0-17.23-10.355-24.8-22.436-24.8-14.062 0-23.235 10.32-23.235 25.47 0 15.41 9.045 25.22 23.843 25.22zm-12.337-30.14c.351-6.26 4.986-11.54 11.889-11.54 6.648 0 11.122 4.86 11.186 11.54h-23.075zm55.523.42c0-7.1 4.282-11.19 10.387-11.19 5.976 0 9.556 3.93 9.556 10.48V1168h11.57v-31.26c.032-11.76-6.68-18.47-16.811-18.47-7.351 0-12.401 3.52-14.638 8.98h-.576v-8.34h-11.058V1168h11.57v-28.76zm67.787-20.33h-9.683v-11.76h-11.57v11.76h-6.967v8.95h6.967v27.29c-.064 9.24 6.648 13.78 15.341 13.52 3.292-.09 5.561-.73 6.807-1.15l-1.949-9.04c-.639.16-1.95.44-3.388.44-2.908 0-5.241-1.02-5.241-5.69v-25.37h9.683v-8.95zm32.001 49.09h11.569v-29.85c0-6.04 4.027-10.13 9.013-10.13 4.89 0 8.246 3.29 8.246 8.34V1168h11.346v-30.62c0-5.53 3.292-9.36 8.885-9.36 4.666 0 8.373 2.75 8.373 8.82V1168h11.602v-32.95c0-10.96-6.328-16.78-15.341-16.78-7.127 0-12.561 3.52-14.734 8.98h-.511c-1.886-5.56-6.648-8.98-13.264-8.98-6.584 0-11.505 3.39-13.551 8.98h-.575v-8.34h-11.058V1168zm102.184.96c14.383 0 23.523-10.13 23.523-25.31 0-15.22-9.14-25.38-23.523-25.38-14.382 0-23.522 10.16-23.522 25.38 0 15.18 9.14 25.31 23.522 25.31zm.064-9.27c-7.958 0-11.857-7.09-11.857-16.08 0-8.98 3.899-16.17 11.857-16.17 7.831 0 11.73 7.19 11.73 16.17 0 8.99-3.899 16.08-11.73 16.08zm51.496 9.17c8.438 0 12.241-5.01 14.063-8.59h.703v7.73h11.378v-65.45h-11.602v24.48h-.479c-1.758-3.55-5.37-8.76-14.031-8.76-11.346 0-20.263 8.88-20.263 25.25 0 16.17 8.662 25.34 20.231 25.34zm3.228-9.49c-7.638 0-11.665-6.71-11.665-15.92 0-9.14 3.963-15.69 11.665-15.69 7.447 0 11.538 6.17 11.538 15.69 0 9.53-4.155 15.92-11.538 15.92zm56.977 9.59c11.442 0 19.304-5.59 21.35-14.13l-10.803-1.21c-1.566 4.15-5.401 6.33-10.387 6.33-7.479 0-12.432-4.93-12.528-13.33h34.197v-3.55c0-17.23-10.355-24.8-22.436-24.8-14.062 0-23.235 10.32-23.235 25.47 0 15.41 9.045 25.22 23.842 25.22zm-12.336-30.14c.351-6.26 4.986-11.54 11.889-11.54 6.648 0 11.122 4.86 11.186 11.54H945.39zm51.08 29.88c3.77 0 7-3.13 7.03-7.03-.03-3.83-3.26-6.97-7.03-6.97-3.899 0-7.063 3.14-7.031 6.97-.032 3.9 3.132 7.03 7.031 7.03zM68.313 1320.55H56.456V1386h11.857v-65.45zm36.842 16.36h-9.684v-11.76h-11.57v11.76h-6.966v8.95h6.967v27.29c-.064 9.24 6.647 13.78 15.34 13.52 3.293-.09 5.562-.73 6.808-1.15l-1.949-9.04c-.64.16-1.95.44-3.388.44-2.908 0-5.242-1.02-5.242-5.69v-25.37h9.684v-8.95zm17.666-16.36H114v24.09h8.821v-24.09zm49.97 29.33c-1.598-8.3-8.246-13.61-19.751-13.61-11.826 0-19.879 5.82-19.848 14.89-.031 7.16 4.379 11.89 13.807 13.84l8.374 1.76c4.506.99 6.616 2.81 6.616 5.59 0 3.36-3.644 5.88-9.141 5.88-5.305 0-8.757-2.3-9.748-6.71l-11.282 1.09c1.438 9.01 9.013 14.35 21.062 14.35 12.273 0 20.934-6.36 20.966-15.66-.032-7-4.538-11.28-13.807-13.3l-8.374-1.79c-4.985-1.12-6.967-2.84-6.935-5.69-.032-3.32 3.644-5.62 8.47-5.62 5.337 0 8.149 2.91 9.044 6.14l10.547-1.16zm71.719 0c-1.598-8.3-8.246-13.61-19.751-13.61-11.826 0-19.88 5.82-19.848 14.89-.032 7.16 4.379 11.89 13.807 13.84l8.374 1.76c4.506.99 6.615 2.81 6.615 5.59 0 3.36-3.643 5.88-9.14 5.88-5.306 0-8.757-2.3-9.748-6.71l-11.282 1.09c1.438 9.01 9.013 14.35 21.062 14.35 12.272 0 20.934-6.36 20.966-15.66-.032-7-4.539-11.28-13.807-13.3l-8.374-1.79c-4.986-1.12-6.967-2.84-6.935-5.69-.032-3.32 3.643-5.62 8.469-5.62 5.338 0 8.15 2.91 9.045 6.14l10.547-1.16zm32.008 37.08c12.337 0 20.199-7.32 21.03-17.74H286.49c-.991 5.27-4.794 8.31-9.876 8.31-7.223 0-11.889-6.04-11.889-16.08 0-9.9 4.762-15.85 11.889-15.85 5.561 0 8.981 3.58 9.876 8.31h11.058c-.799-10.64-9.109-17.64-21.094-17.64-14.382 0-23.459 10.39-23.459 25.38 0 14.86 8.853 25.31 23.523 25.31zm44.657.03c7.702 0 12.304-3.61 14.414-7.73h.383v6.74h11.122v-32.86c0-12.97-10.579-16.87-19.943-16.87-10.323 0-18.249 4.6-20.806 13.55l10.803 1.54c1.15-3.36 4.41-6.24 10.067-6.24 5.369 0 8.31 2.75 8.31 7.58v.19c0 3.32-3.484 3.48-12.145 4.41-9.524 1.02-18.633 3.87-18.633 14.93 0 9.65 7.063 14.76 16.428 14.76zm3.004-8.5c-4.826 0-8.278-2.21-8.278-6.46 0-4.44 3.867-6.29 9.045-7.03 3.036-.41 9.109-1.18 10.611-2.39v5.78c0 5.47-4.411 10.1-11.378 10.1zm46.118-57.94h-11.569V1386h11.569v-65.45zm26.024 66.44c7.702 0 12.305-3.61 14.414-7.73h.384v6.74h11.122v-32.86c0-12.97-10.579-16.87-19.943-16.87-10.324 0-18.25 4.6-20.807 13.55l10.803 1.54c1.151-3.36 4.411-6.24 10.068-6.24 5.369 0 8.309 2.75 8.309 7.58v.19c0 3.32-3.483 3.48-12.145 4.41-9.524 1.02-18.633 3.87-18.633 14.93 0 9.65 7.064 14.76 16.428 14.76zm3.004-8.5c-4.826 0-8.277-2.21-8.277-6.46 0-4.44 3.867-6.29 9.044-7.03 3.037-.41 9.109-1.18 10.611-2.39v5.78c0 5.47-4.41 10.1-11.378 10.1zm35.061 7.51h11.377v-7.73h.672c1.821 3.58 5.625 8.59 14.062 8.59 11.57 0 20.231-9.17 20.231-25.34 0-16.37-8.917-25.25-20.263-25.25-8.661 0-12.273 5.21-14.03 8.76h-.48v-24.48h-11.569V1386zm11.346-24.55c0-9.52 4.09-15.69 11.537-15.69 7.703 0 11.666 6.55 11.666 15.69 0 9.21-4.027 15.92-11.666 15.92-7.383 0-11.537-6.39-11.537-15.92zm56.401-40.9h-11.569V1386h11.569v-65.45zm33.63 66.41c11.442 0 19.304-5.59 21.35-14.13l-10.803-1.21c-1.566 4.15-5.401 6.33-10.387 6.33-7.478 0-12.432-4.93-12.528-13.33h34.197v-3.55c0-17.23-10.355-24.8-22.436-24.8-14.062 0-23.235 10.32-23.235 25.47 0 15.41 9.045 25.22 23.842 25.22zm-12.336-30.14c.351-6.26 4.986-11.54 11.889-11.54 6.648 0 11.122 4.86 11.186 11.54h-23.075zm91.142-19.91h-10.195v-3.87c0-3.83 1.598-5.97 5.913-5.97 1.821 0 3.356.41 4.314.7l2.333-8.95c-1.502-.51-4.794-1.34-8.789-1.34-8.533 0-15.34 4.89-15.34 14.79v4.64h-7.255v8.95h7.255V1386h11.569v-40.14h10.195v-8.95zm9.061 49.09h11.57v-28.86c0-6.23 4.698-10.64 11.058-10.64 1.95 0 4.379.35 5.369.67v-10.64c-1.054-.2-2.876-.32-4.155-.32-5.625 0-10.323 3.19-12.112 8.88h-.512v-8.18H623.63V1386zm55.076.96c14.382 0 23.522-10.13 23.522-25.31 0-15.22-9.14-25.38-23.522-25.38-14.382 0-23.523 10.16-23.523 25.38 0 15.18 9.141 25.31 23.523 25.31zm.064-9.27c-7.959 0-11.858-7.09-11.858-16.08 0-8.98 3.899-16.17 11.858-16.17 7.83 0 11.729 7.19 11.729 16.17 0 8.99-3.899 16.08-11.729 16.08zm33.278 8.31h11.57v-29.85c0-6.04 4.027-10.13 9.013-10.13 4.889 0 8.245 3.29 8.245 8.34V1386h11.346v-30.62c0-5.53 3.292-9.36 8.885-9.36 4.666 0 8.374 2.75 8.374 8.82V1386h11.601v-32.95c0-10.96-6.328-16.78-15.341-16.78-7.127 0-12.56 3.52-14.733 8.98h-.512c-1.885-5.56-6.647-8.98-13.263-8.98-6.584 0-11.506 3.39-13.551 8.98h-.576v-8.34h-11.058V1386zm117.222.99c7.703 0 12.305-3.61 14.414-7.73h.384v6.74h11.122v-32.86c0-12.97-10.579-16.87-19.943-16.87-10.323 0-18.249 4.6-20.806 13.55l10.802 1.54c1.151-3.36 4.411-6.24 10.068-6.24 5.369 0 8.309 2.75 8.309 7.58v.19c0 3.32-3.483 3.48-12.145 4.41-9.524 1.02-18.632 3.87-18.632 14.93 0 9.65 7.063 14.76 16.427 14.76zm3.005-8.5c-4.826 0-8.278-2.21-8.278-6.46 0-4.44 3.867-6.29 9.045-7.03 3.036-.41 9.108-1.18 10.61-2.39v5.78c0 5.47-4.41 10.1-11.377 10.1zm95.672-28.61c-1.598-8.3-8.245-13.61-19.751-13.61-11.825 0-19.879 5.82-19.847 14.89-.032 7.16 4.378 11.89 13.807 13.84l8.373 1.76c4.507.99 6.616 2.81 6.616 5.59 0 3.36-3.644 5.88-9.141 5.88-5.305 0-8.757-2.3-9.748-6.71l-11.282 1.09c1.439 9.01 9.013 14.35 21.062 14.35 12.273 0 20.934-6.36 20.966-15.66-.032-7-4.538-11.28-13.807-13.3l-8.373-1.79c-4.986-1.12-6.968-2.84-6.936-5.69-.032-3.32 3.644-5.62 8.47-5.62 5.337 0 8.15 2.91 9.045 6.14l10.546-1.16zm10.595 36.12h11.57v-49.09h-11.57V1386zm5.817-56.06c3.675 0 6.68-2.81 6.68-6.26 0-3.49-3.005-6.3-6.68-6.3-3.707 0-6.712 2.81-6.712 6.3 0 3.45 3.005 6.26 6.712 6.26zm17.65 56.06h11.57v-29.85c0-6.04 4.027-10.13 9.012-10.13 4.89 0 8.246 3.29 8.246 8.34V1386h11.343v-30.62c0-5.53 3.29-9.36 8.89-9.36 4.66 0 8.37 2.75 8.37 8.82V1386h11.6v-32.95c0-10.96-6.32-16.78-15.34-16.78-7.12 0-12.56 3.52-14.73 8.98h-.51c-1.888-5.56-6.651-8.98-13.266-8.98-6.584 0-11.506 3.39-13.551 8.98h-.576v-8.34h-11.058V1386zm80.771 18.41h11.57v-26.14h.48c1.82 3.58 5.62 8.59 14.06 8.59 11.57 0 20.23-9.17 20.23-25.34 0-16.37-8.91-25.25-20.26-25.25-8.66 0-12.27 5.21-14.03 8.76h-.67v-8.12h-11.38v67.5zm11.35-42.96c0-9.52 4.09-15.69 11.53-15.69 7.71 0 11.67 6.55 11.67 15.69 0 9.21-4.03 15.92-11.67 15.92-7.38 0-11.53-6.39-11.53-15.92zm56.47-40.9h-11.57V1386h11.57v-65.45zm33.63 66.41c11.44 0 19.3-5.59 21.35-14.13l-10.8-1.21c-1.57 4.15-5.4 6.33-10.39 6.33-7.48 0-12.43-4.93-12.53-13.33h34.2v-3.55c0-17.23-10.36-24.8-22.44-24.8-14.06 0-23.23 10.32-23.23 25.47 0 15.41 9.04 25.22 23.84 25.22zm-12.34-30.14c.36-6.26 4.99-11.54 11.89-11.54 6.65 0 11.13 4.86 11.19 11.54h-23.08zm66.79 29.18h11.86v-23.97h12.08l12.85 23.97h13.23l-14.16-25.95c7.7-3.1 11.76-9.69 11.76-18.57 0-12.5-8.05-20.93-23.07-20.93h-24.55V1386zm11.86-33.81v-21.74h10.87c8.85 0 12.81 4.06 12.81 11.03s-3.96 10.71-12.75 10.71h-10.93zm67.2 34.77c11.44 0 19.3-5.59 21.35-14.13l-10.81-1.21c-1.56 4.15-5.4 6.33-10.38 6.33-7.48 0-12.44-4.93-12.53-13.33h34.19v-3.55c0-17.23-10.35-24.8-22.43-24.8-14.06 0-23.24 10.32-23.24 25.47 0 15.41 9.05 25.22 23.85 25.22zm-12.34-30.14c.35-6.26 4.99-11.54 11.89-11.54 6.65 0 11.12 4.86 11.18 11.54h-23.07zm58.08 30.17c7.7 0 12.3-3.61 14.41-7.73h.39v6.74h11.12v-32.86c0-12.97-10.58-16.87-19.94-16.87-10.33 0-18.25 4.6-20.81 13.55l10.8 1.54c1.15-3.36 4.41-6.24 10.07-6.24 5.37 0 8.31 2.75 8.31 7.58v.19c0 3.32-3.48 3.48-12.15 4.41-9.52 1.02-18.63 3.87-18.63 14.93 0 9.65 7.06 14.76 16.43 14.76zm3-8.5c-4.82 0-8.27-2.21-8.27-6.46 0-4.44 3.86-6.29 9.04-7.03 3.04-.41 9.11-1.18 10.61-2.39v5.78c0 5.47-4.41 10.1-11.38 10.1zm55.97 8.47c12.33 0 20.19-7.32 21.03-17.74h-11.06c-.99 5.27-4.8 8.31-9.88 8.31-7.22 0-11.89-6.04-11.89-16.08 0-9.9 4.76-15.85 11.89-15.85 5.56 0 8.98 3.58 9.88 8.31h11.06c-.8-10.64-9.11-17.64-21.1-17.64-14.38 0-23.46 10.39-23.46 25.38 0 14.86 8.86 25.31 23.53 25.31zm55.04-50.05h-9.68v-11.76h-11.57v11.76h-6.97v8.95h6.97v27.29c-.07 9.24 6.64 13.78 15.34 13.52 3.29-.09 5.56-.73 6.8-1.15l-1.95-9.04c-.63.16-1.94.44-3.38.44-2.91 0-5.24-1.02-5.24-5.69v-25.37h9.68v-8.95zm16.8 49.79c3.77 0 7-3.13 7.03-7.03-.03-3.83-3.26-6.97-7.03-6.97-3.9 0-7.06 3.14-7.03 6.97-.03 3.9 3.13 7.03 7.03 7.03zm50.27-21.35c0 7.48-5.34 11.19-10.45 11.19-5.56 0-9.27-3.93-9.27-10.16v-29.47h-11.57v31.26c0 11.79 6.71 18.47 16.36 18.47 7.35 0 12.53-3.87 14.77-9.37h.51v8.73h11.22v-49.09h-11.57v28.44zm62.26-15.47c-1.59-8.3-8.24-13.61-19.75-13.61-11.82 0-19.88 5.82-19.84 14.89-.04 7.16 4.37 11.89 13.8 13.84l8.38 1.76c4.5.99 6.61 2.81 6.61 5.59 0 3.36-3.64 5.88-9.14 5.88-5.3 0-8.76-2.3-9.75-6.71l-11.28 1.09c1.44 9.01 9.01 14.35 21.06 14.35 12.28 0 20.94-6.36 20.97-15.66-.03-7-4.54-11.28-13.81-13.3l-8.37-1.79c-4.99-1.12-6.97-2.84-6.94-5.69-.03-3.32 3.65-5.62 8.47-5.62 5.34 0 8.15 2.91 9.05 6.14l10.54-1.16zm32.33 37.08c11.44 0 19.31-5.59 21.35-14.13l-10.8-1.21c-1.57 4.15-5.4 6.33-10.39 6.33-7.48 0-12.43-4.93-12.53-13.33h34.2v-3.55c0-17.23-10.35-24.8-22.44-24.8-14.06 0-23.23 10.32-23.23 25.47 0 15.41 9.04 25.22 23.84 25.22zm-12.33-30.14c.35-6.26 4.98-11.54 11.88-11.54 6.65 0 11.13 4.86 11.19 11.54h-23.07zm80.03-18.28h11.41c-.22-11.06-9.65-18.89-23.58-18.89-13.75 0-24.07 7.73-24.04 19.3 0 9.4 6.68 14.8 17.45 17.58l7.45 1.92c7.06 1.79 11.73 4 11.76 9.08-.03 5.59-5.34 9.33-13.07 9.33-7.42 0-13.17-3.32-13.65-10.2h-11.66c.47 13.01 10.16 20.33 25.4 20.33 15.7 0 24.8-7.83 24.84-19.37-.04-11.34-9.4-16.52-19.24-18.85l-6.14-1.54c-5.37-1.28-11.19-3.55-11.12-9.01.03-4.92 4.44-8.53 11.86-8.53 7.06 0 11.72 3.29 12.33 8.85zm46.88-1.63h-9.68v-11.76h-11.57v11.76h-6.97v8.95h6.97v27.29c-.07 9.24 6.64 13.78 15.34 13.52 3.29-.09 5.56-.73 6.8-1.15l-1.95-9.04c-.63.16-1.94.44-3.38.44-2.91 0-5.24-1.02-5.24-5.69v-25.37h9.68v-8.95zm23.8 50.08c7.7 0 12.31-3.61 14.42-7.73h.38v6.74h11.12v-32.86c0-12.97-10.58-16.87-19.94-16.87-10.32 0-18.25 4.6-20.81 13.55l10.8 1.54c1.16-3.36 4.42-6.24 10.07-6.24 5.37 0 8.31 2.75 8.31 7.58v.19c0 3.32-3.48 3.48-12.14 4.41-9.53 1.02-18.64 3.87-18.64 14.93 0 9.65 7.07 14.76 16.43 14.76zm3.01-8.5c-4.83 0-8.28-2.21-8.28-6.46 0-4.44 3.87-6.29 9.04-7.03 3.04-.41 9.11-1.18 10.61-2.39v5.78c0 5.47-4.41 10.1-11.37 10.1zm59.06-41.58h-9.69v-11.76h-11.56v11.76h-6.97v8.95h6.97v27.29c-.07 9.24 6.64 13.78 15.34 13.52 3.29-.09 5.56-.73 6.8-1.15l-1.95-9.04c-.64.16-1.95.44-3.38.44-2.91 0-5.25-1.02-5.25-5.69v-25.37h9.69v-8.95zm30.88 50.05c11.44 0 19.3-5.59 21.35-14.13l-10.8-1.21c-1.57 4.15-5.4 6.33-10.39 6.33-7.48 0-12.43-4.93-12.53-13.33h34.2v-3.55c0-17.23-10.36-24.8-22.44-24.8-14.06 0-23.23 10.32-23.23 25.47 0 15.41 9.04 25.22 23.84 25.22zm-12.34-30.14c.36-6.26 4.99-11.54 11.89-11.54 6.65 0 11.13 4.86 11.19 11.54h-23.08zM55.945 1495h11.57v-28.86c0-6.23 4.697-10.64 11.057-10.64 1.95 0 4.379.35 5.37.67v-10.64c-1.055-.2-2.877-.32-4.155-.32-5.625 0-10.323 3.19-12.113 8.88h-.511v-8.18H55.945V1495zm55.395.96c11.441 0 19.304-5.59 21.349-14.13l-10.802-1.21c-1.567 4.15-5.402 6.33-10.388 6.33-7.478 0-12.432-4.93-12.528-13.33h34.198v-3.55c0-17.23-10.356-24.8-22.437-24.8-14.062 0-23.235 10.32-23.235 25.47 0 15.41 9.045 25.22 23.843 25.22zm-12.337-30.14c.352-6.26 4.986-11.54 11.889-11.54 6.648 0 11.122 4.86 11.186 11.54H99.003zm43.953 47.59h11.57v-26.14h.479c1.822 3.58 5.625 8.59 14.063 8.59 11.569 0 20.231-9.17 20.231-25.34 0-16.37-8.917-25.25-20.263-25.25-8.661 0-12.273 5.21-14.031 8.76h-.671v-8.12h-11.378v67.5zm11.346-42.96c0-9.52 4.091-15.69 11.538-15.69 7.702 0 11.665 6.55 11.665 15.69 0 9.21-4.027 15.92-11.665 15.92-7.383 0-11.538-6.39-11.538-15.92zm56.474-40.9h-11.57V1495h11.57v-65.45zm26.024 66.44c7.702 0 12.304-3.61 14.414-7.73h.383v6.74h11.122v-32.86c0-12.97-10.579-16.87-19.943-16.87-10.323 0-18.249 4.6-20.806 13.55l10.803 1.54c1.15-3.36 4.41-6.24 10.067-6.24 5.369 0 8.31 2.75 8.31 7.58v.19c0 3.32-3.484 3.48-12.145 4.41-9.524 1.02-18.633 3.87-18.633 14.93 0 9.65 7.063 14.76 16.428 14.76zm3.004-8.5c-4.826 0-8.278-2.21-8.278-6.46 0-4.44 3.867-6.29 9.045-7.03 3.036-.41 9.109-1.18 10.611-2.39v5.78c0 5.47-4.411 10.1-11.378 10.1zm55.962 8.47c12.337 0 20.199-7.32 21.03-17.74h-11.058c-.991 5.27-4.794 8.31-9.876 8.31-7.223 0-11.889-6.04-11.889-16.08 0-9.9 4.762-15.85 11.889-15.85 5.561 0 8.981 3.58 9.876 8.31h11.058c-.799-10.64-9.109-17.64-21.094-17.64-14.382 0-23.459 10.39-23.459 25.38 0 14.86 8.853 25.31 23.523 25.31zm52.263 0c11.442 0 19.304-5.59 21.35-14.13l-10.803-1.21c-1.566 4.15-5.401 6.33-10.387 6.33-7.479 0-12.433-4.93-12.528-13.33h34.197v-3.55c0-17.23-10.355-24.8-22.436-24.8-14.063 0-23.235 10.32-23.235 25.47 0 15.41 9.045 25.22 23.842 25.22zm-12.337-30.14c.352-6.26 4.986-11.54 11.89-11.54 6.647 0 11.122 4.86 11.186 11.54h-23.076zm43.954 29.18h11.569v-29.85c0-6.04 4.027-10.13 9.013-10.13 4.89 0 8.246 3.29 8.246 8.34V1495h11.346v-30.62c0-5.53 3.292-9.36 8.885-9.36 4.666 0 8.373 2.75 8.373 8.82V1495h11.602v-32.95c0-10.96-6.328-16.78-15.341-16.78-7.127 0-12.56 3.52-14.734 8.98h-.511c-1.886-5.56-6.648-8.98-13.264-8.98-6.583 0-11.505 3.39-13.551 8.98h-.575v-8.34h-11.058V1495zm102.504.96c11.442 0 19.304-5.59 21.35-14.13l-10.803-1.21c-1.566 4.15-5.401 6.33-10.387 6.33-7.479 0-12.433-4.93-12.528-13.33h34.197v-3.55c0-17.23-10.355-24.8-22.436-24.8-14.063 0-23.235 10.32-23.235 25.47 0 15.41 9.045 25.22 23.842 25.22zm-12.336-30.14c.351-6.26 4.985-11.54 11.889-11.54 6.647 0 11.122 4.86 11.186 11.54h-23.075zm55.522.42c0-7.1 4.283-11.19 10.388-11.19 5.976 0 9.556 3.93 9.556 10.48V1495h11.569v-31.26c.032-11.76-6.679-18.47-16.811-18.47-7.351 0-12.4 3.52-14.638 8.98h-.575v-8.34h-11.058V1495h11.569v-28.76zm67.788-20.33h-9.684v-11.76h-11.569v11.76h-6.968v8.95h6.968v27.29c-.064 9.24 6.647 13.78 15.34 13.52 3.292-.09 5.562-.73 6.808-1.15l-1.95-9.04c-.639.16-1.949.44-3.387.44-2.909 0-5.242-1.02-5.242-5.69v-25.37h9.684v-8.95zm63.289 28.44c0 7.48-5.337 11.19-10.451 11.19-5.561 0-9.268-3.93-9.268-10.16v-29.47h-11.57v31.26c0 11.79 6.712 18.47 16.364 18.47 7.351 0 12.528-3.87 14.766-9.37h.511v8.73h11.218v-49.09h-11.57v28.44zm23.467 39.06h11.57v-26.14h.479c1.822 3.58 5.625 8.59 14.063 8.59 11.569 0 20.23-9.17 20.23-25.34 0-16.37-8.916-25.25-20.262-25.25-8.662 0-12.273 5.21-14.031 8.76h-.671v-8.12H679.88v67.5zm11.346-42.96c0-9.52 4.091-15.69 11.538-15.69 7.702 0 11.665 6.55 11.665 15.69 0 9.21-4.027 15.92-11.665 15.92-7.383 0-11.538-6.39-11.538-15.92zm91.742-24.54h-9.684v-11.76h-11.57v11.76h-6.967v8.95h6.967v27.29c-.064 9.24 6.648 13.78 15.341 13.52 3.292-.09 5.561-.73 6.808-1.15l-1.95-9.04c-.639.16-1.949.44-3.388.44-2.908 0-5.241-1.02-5.241-5.69v-25.37h9.684v-8.95zm30.562 50.05c14.382 0 23.523-10.13 23.523-25.31 0-15.22-9.141-25.38-23.523-25.38s-23.523 10.16-23.523 25.38c0 15.18 9.141 25.31 23.523 25.31zm.064-9.27c-7.958 0-11.857-7.09-11.857-16.08 0-8.98 3.899-16.17 11.857-16.17 7.83 0 11.729 7.19 11.729 16.17 0 8.99-3.899 16.08-11.729 16.08zm69.729 9.3c7.702 0 12.305-3.61 14.414-7.73h.384v6.74h11.122v-32.86c0-12.97-10.579-16.87-19.943-16.87-10.324 0-18.25 4.6-20.807 13.55l10.803 1.54c1.151-3.36 4.41-6.24 10.067-6.24 5.37 0 8.31 2.75 8.31 7.58v.19c0 3.32-3.484 3.48-12.145 4.41-9.524 1.02-18.633 3.87-18.633 14.93 0 9.65 7.064 14.76 16.428 14.76zm3.004-8.5c-4.826 0-8.277-2.21-8.277-6.46 0-4.44 3.867-6.29 9.044-7.03 3.037-.41 9.109-1.18 10.611-2.39v5.78c0 5.47-4.41 10.1-11.378 10.1zm68.443-57.94H943.2V1495h11.57v-65.45zm26.024 66.44c7.702 0 12.304-3.61 14.414-7.73h.383v6.74h11.119v-32.86c0-12.97-10.575-16.87-19.94-16.87-10.323 0-18.249 4.6-20.806 13.55l10.803 1.54c1.15-3.36 4.41-6.24 10.067-6.24 5.369 0 8.31 2.75 8.31 7.58v.19c0 3.32-3.484 3.48-12.145 4.41-9.524 1.02-18.633 3.87-18.633 14.93 0 9.65 7.063 14.76 16.428 14.76zm3.004-8.5c-4.826 0-8.278-2.21-8.278-6.46 0-4.44 3.867-6.29 9.045-7.03 3.036-.41 9.109-1.18 10.611-2.39v5.78c0 5.47-4.411 10.1-11.378 10.1zm34.552 7.51h11.57v-28.86c0-6.23 4.69-10.64 11.05-10.64 1.95 0 4.38.35 5.37.67v-10.64c-1.05-.2-2.87-.32-4.15-.32-5.63 0-10.32 3.19-12.11 8.88h-.52v-8.18h-11.21V1495zm55.01 19.43c13.26 0 23.04-6.07 23.04-18.63v-49.89h-11.41v8.12h-.64c-1.76-3.55-5.43-8.76-14.09-8.76-11.35 0-20.26 8.88-20.26 25.02 0 16.02 8.91 24.01 20.23 24.01 8.4 0 12.33-4.51 14.12-8.12h.58v9.3c0 7.22-4.8 10.19-11.38 10.19-6.97 0-10.04-3.29-11.44-6.16l-10.42 2.52c2.11 6.87 9.17 12.4 21.67 12.4zm.09-29.21c-7.63 0-11.66-5.94-11.66-14.99 0-8.92 3.96-15.47 11.66-15.47 7.45 0 11.54 6.17 11.54 15.47 0 9.37-4.15 14.99-11.54 14.99zm56.54 10.74c11.44 0 19.31-5.59 21.35-14.13l-10.8-1.21c-1.57 4.15-5.4 6.33-10.39 6.33-7.48 0-12.43-4.93-12.53-13.33h34.2v-3.55c0-17.23-10.35-24.8-22.44-24.8-14.06 0-23.23 10.32-23.23 25.47 0 15.41 9.04 25.22 23.84 25.22zm-12.33-30.14c.35-6.26 4.98-11.54 11.88-11.54 6.65 0 11.13 4.86 11.19 11.54h-23.07zm80.4 30.17c7.7 0 12.3-3.61 14.41-7.73h.39v6.74h11.12v-32.86c0-12.97-10.58-16.87-19.94-16.87-10.33 0-18.25 4.6-20.81 13.55l10.8 1.54c1.15-3.36 4.41-6.24 10.07-6.24 5.37 0 8.31 2.75 8.31 7.58v.19c0 3.32-3.48 3.48-12.15 4.41-9.52 1.02-18.63 3.87-18.63 14.93 0 9.65 7.06 14.76 16.43 14.76zm3-8.5c-4.82 0-8.27-2.21-8.27-6.46 0-4.44 3.86-6.29 9.04-7.03 3.04-.41 9.11-1.18 10.61-2.39v5.78c0 5.47-4.41 10.1-11.38 10.1zm34.55 25.92h11.57v-26.14h.48c1.82 3.58 5.63 8.59 14.06 8.59 11.57 0 20.23-9.17 20.23-25.34 0-16.37-8.91-25.25-20.26-25.25-8.66 0-12.27 5.21-14.03 8.76h-.67v-8.12h-11.38v67.5zm11.35-42.96c0-9.52 4.09-15.69 11.54-15.69 7.7 0 11.66 6.55 11.66 15.69 0 9.21-4.03 15.92-11.66 15.92-7.39 0-11.54-6.39-11.54-15.92zm44.9 42.96h11.57v-26.14h.48c1.82 3.58 5.63 8.59 14.06 8.59 11.57 0 20.23-9.17 20.23-25.34 0-16.37-8.91-25.25-20.26-25.25-8.66 0-12.27 5.21-14.03 8.76h-.67v-8.12h-11.38v67.5zm11.35-42.96c0-9.52 4.09-15.69 11.54-15.69 7.7 0 11.66 6.55 11.66 15.69 0 9.21-4.03 15.92-11.66 15.92-7.39 0-11.54-6.39-11.54-15.92zm44.9 42.96h11.57v-26.14h.48c1.82 3.58 5.63 8.59 14.06 8.59 11.57 0 20.23-9.17 20.23-25.34 0-16.37-8.91-25.25-20.26-25.25-8.66 0-12.27 5.21-14.03 8.76h-.67v-8.12h-11.38v67.5zm11.35-42.96c0-9.52 4.09-15.69 11.54-15.69 7.7 0 11.66 6.55 11.66 15.69 0 9.21-4.03 15.92-11.66 15.92-7.39 0-11.54-6.39-11.54-15.92zm56.47-40.9h-11.57V1495h11.57v-65.45zm11.9 65.45h11.57v-49.09h-11.57V1495zm5.82-56.06c3.67 0 6.68-2.81 6.68-6.26 0-3.49-3.01-6.3-6.68-6.3-3.71 0-6.72 2.81-6.72 6.3 0 3.45 3.01 6.26 6.72 6.26zm39.06 57.02c12.34 0 20.2-7.32 21.03-17.74h-11.06c-.99 5.27-4.79 8.31-9.87 8.31-7.23 0-11.89-6.04-11.89-16.08 0-9.9 4.76-15.85 11.89-15.85 5.56 0 8.98 3.58 9.87 8.31h11.06c-.8-10.64-9.11-17.64-21.09-17.64-14.39 0-23.46 10.39-23.46 25.38 0 14.86 8.85 25.31 23.52 25.31zm44.66.03c7.7 0 12.3-3.61 14.41-7.73h.38v6.74h11.13v-32.86c0-12.97-10.58-16.87-19.95-16.87-10.32 0-18.25 4.6-20.8 13.55l10.8 1.54c1.15-3.36 4.41-6.24 10.07-6.24 5.37 0 8.31 2.75 8.31 7.58v.19c0 3.32-3.49 3.48-12.15 4.41-9.52 1.02-18.63 3.87-18.63 14.93 0 9.65 7.06 14.76 16.43 14.76zm3-8.5c-4.83 0-8.28-2.21-8.28-6.46 0-4.44 3.87-6.29 9.05-7.03 3.03-.41 9.11-1.18 10.61-2.39v5.78c0 5.47-4.41 10.1-11.38 10.1zm59.06-41.58h-9.68v-11.76h-11.57v11.76h-6.97v8.95h6.97v27.29c-.06 9.24 6.65 13.78 15.34 13.52 3.29-.09 5.56-.73 6.81-1.15l-1.95-9.04c-.64.16-1.95.44-3.39.44-2.91 0-5.24-1.02-5.24-5.69v-25.37h9.68v-8.95zm9.68 49.09h11.57v-49.09h-11.57V1495zm5.82-56.06c3.67 0 6.68-2.81 6.68-6.26 0-3.49-3.01-6.3-6.68-6.3-3.71 0-6.72 2.81-6.72 6.3 0 3.45 3.01 6.26 6.72 6.26zm39.06 57.02c14.38 0 23.52-10.13 23.52-25.31 0-15.22-9.14-25.38-23.52-25.38-14.38 0-23.52 10.16-23.52 25.38 0 15.18 9.14 25.31 23.52 25.31zm.06-9.27c-7.96 0-11.85-7.09-11.85-16.08 0-8.98 3.89-16.17 11.85-16.17 7.83 0 11.73 7.19 11.73 16.17 0 8.99-3.9 16.08-11.73 16.08zm44.85-20.45c0-7.1 4.28-11.19 10.39-11.19 5.97 0 9.55 3.93 9.55 10.48V1495h11.57v-31.26c.04-11.76-6.68-18.47-16.81-18.47-7.35 0-12.4 3.52-14.64 8.98h-.57v-8.34h-11.06V1495h11.57v-28.76zm75.73 28.76h12.08l9.21-33.17h.67l9.2 33.17h12.05l13.9-49.09h-11.82l-8.5 34.32h-.48l-8.82-34.32h-11.67l-8.82 34.52h-.45l-8.63-34.52h-11.79l13.87 49.09zm65.19 0h11.57v-49.09h-11.57V1495zm5.82-56.06c3.67 0 6.68-2.81 6.68-6.26 0-3.49-3.01-6.3-6.68-6.3-3.71 0-6.71 2.81-6.71 6.3 0 3.45 3 6.26 6.71 6.26zm42.16 6.97h-9.68v-11.76h-11.57v11.76h-6.97v8.95h6.97v27.29c-.07 9.24 6.65 13.78 15.34 13.52 3.29-.09 5.56-.73 6.81-1.15l-1.95-9.04c-.64.16-1.95.44-3.39.44-2.91 0-5.24-1.02-5.24-5.69v-25.37h9.68v-8.95zm22.3 20.33c0-7.1 4.41-11.19 10.61-11.19 6.08 0 9.65 3.87 9.65 10.48V1495h11.57v-31.26c0-11.85-6.71-18.47-16.9-18.47-7.55 0-12.34 3.42-14.61 8.98h-.57v-24.7h-11.32V1495h11.57v-28.76zM77.358 1604.96c12.337 0 20.199-7.32 21.03-17.74H87.329c-.99 5.27-4.793 8.31-9.875 8.31-7.223 0-11.89-6.04-11.89-16.08 0-9.9 4.763-15.85 11.89-15.85 5.56 0 8.98 3.58 9.876 8.31h11.058c-.8-10.64-9.109-17.64-21.094-17.64-14.382 0-23.459 10.39-23.459 25.38 0 14.86 8.853 25.31 23.523 25.31zm51.943 0c14.382 0 23.523-10.13 23.523-25.31 0-15.22-9.141-25.38-23.523-25.38s-23.522 10.16-23.522 25.38c0 15.18 9.14 25.31 23.522 25.31zm.064-9.27c-7.958 0-11.857-7.09-11.857-16.08 0-8.98 3.899-16.17 11.857-16.17 7.83 0 11.73 7.19 11.73 16.17 0 8.99-3.9 16.08-11.73 16.08zm33.279 8.31h11.569v-29.85c0-6.04 4.027-10.13 9.013-10.13 4.89 0 8.246 3.29 8.246 8.34V1604h11.346v-30.62c0-5.53 3.292-9.36 8.885-9.36 4.666 0 8.373 2.75 8.373 8.82V1604h11.602v-32.95c0-10.96-6.328-16.78-15.341-16.78-7.127 0-12.56 3.52-14.734 8.98h-.511c-1.886-5.56-6.648-8.98-13.264-8.98-6.583 0-11.505 3.39-13.551 8.98h-.575v-8.34h-11.058V1604zm80.771 18.41h11.57v-26.14h.479c1.822 3.58 5.625 8.59 14.063 8.59 11.569 0 20.231-9.17 20.231-25.34 0-16.37-8.917-25.25-20.263-25.25-8.661 0-12.273 5.21-14.031 8.76h-.671v-8.12h-11.378v67.5zm11.346-42.96c0-9.52 4.091-15.69 11.538-15.69 7.702 0 11.665 6.55 11.665 15.69 0 9.21-4.027 15.92-11.665 15.92-7.383 0-11.538-6.39-11.538-15.92zm56.474-40.9h-11.57V1604h11.57v-65.45zm33.63 66.41c11.442 0 19.304-5.59 21.349-14.13l-10.802-1.21c-1.566 4.15-5.401 6.33-10.387 6.33-7.479 0-12.433-4.93-12.529-13.33h34.198v-3.55c0-17.23-10.355-24.8-22.436-24.8-14.063 0-23.235 10.32-23.235 25.47 0 15.41 9.044 25.22 23.842 25.22zm-12.337-30.14c.352-6.26 4.986-11.54 11.89-11.54 6.647 0 11.122 4.86 11.186 11.54h-23.076zm52.447-19.91h-12.273l14.574 24.54-14.957 24.55h12.273l10.291-17.67L405.27 1604h12.177l-15.054-24.55 14.798-24.54H404.95l-10.067 18.12-9.908-18.12zm63.489 49.09h11.57v-28.86c0-6.23 4.698-10.64 11.058-10.64 1.95 0 4.379.35 5.369.67v-10.64c-1.054-.2-2.876-.32-4.155-.32-5.625 0-10.323 3.19-12.112 8.88h-.512v-8.18h-11.218V1604zm55.395.96c11.442 0 19.304-5.59 21.35-14.13l-10.803-1.21c-1.566 4.15-5.401 6.33-10.387 6.33-7.479 0-12.433-4.93-12.528-13.33h34.197v-3.55c0-17.23-10.355-24.8-22.436-24.8-14.063 0-23.235 10.32-23.235 25.47 0 15.41 9.045 25.22 23.842 25.22zm-12.336-30.14c.351-6.26 4.985-11.54 11.889-11.54 6.647 0 11.122 4.86 11.186 11.54h-23.075zm88.282 47.59v-67.5h-11.378v8.12h-.671c-1.758-3.55-5.37-8.76-14.031-8.76-11.346 0-20.263 8.88-20.263 25.25 0 16.17 8.662 25.34 20.231 25.34 8.438 0 12.241-5.01 14.063-8.59h.479v26.14h11.57zm-11.346-42.96c0 9.53-4.155 15.92-11.538 15.92-7.638 0-11.665-6.71-11.665-15.92 0-9.14 3.963-15.69 11.665-15.69 7.447 0 11.538 6.17 11.538 15.69zm54.556 3.9c0 7.48-5.337 11.19-10.451 11.19-5.561 0-9.269-3.93-9.269-10.16v-29.47h-11.569v31.26c0 11.79 6.712 18.47 16.363 18.47 7.351 0 12.529-3.87 14.766-9.37h.511v8.73h11.219v-49.09h-11.57v28.44zm23.467 20.65h11.569v-49.09h-11.569V1604zm5.816-56.06c3.676 0 6.68-2.81 6.68-6.26 0-3.49-3.004-6.3-6.68-6.3-3.707 0-6.711 2.81-6.711 6.3 0 3.45 3.004 6.26 6.711 6.26zm17.651 56.06h11.569v-28.86c0-6.23 4.698-10.64 11.058-10.64 1.95 0 4.379.35 5.37.67v-10.64c-1.055-.2-2.877-.32-4.155-.32-5.625 0-10.323 3.19-12.113 8.88h-.511v-8.18h-11.218V1604zm55.395.96c11.441 0 19.304-5.59 21.349-14.13l-10.803-1.21c-1.566 4.15-5.401 6.33-10.387 6.33-7.478 0-12.432-4.93-12.528-13.33h34.197v-3.55c0-17.23-10.355-24.8-22.436-24.8-14.062 0-23.235 10.32-23.235 25.47 0 15.41 9.045 25.22 23.843 25.22zm-12.337-30.14c.351-6.26 4.986-11.54 11.889-11.54 6.648 0 11.122 4.86 11.186 11.54h-23.075zM756.96 1604h11.57v-29.85c0-6.04 4.027-10.13 9.013-10.13 4.89 0 8.245 3.29 8.245 8.34V1604h11.346v-30.62c0-5.53 3.292-9.36 8.885-9.36 4.666 0 8.374 2.75 8.374 8.82V1604h11.601v-32.95c0-10.96-6.328-16.78-15.341-16.78-7.127 0-12.56 3.52-14.733 8.98h-.512c-1.885-5.56-6.647-8.98-13.263-8.98-6.584 0-11.506 3.39-13.551 8.98h-.576v-8.34H756.96V1604zm102.505.96c11.441 0 19.304-5.59 21.349-14.13l-10.802-1.21c-1.567 4.15-5.402 6.33-10.388 6.33-7.478 0-12.432-4.93-12.528-13.33h34.198v-3.55c0-17.23-10.356-24.8-22.437-24.8-14.062 0-23.235 10.32-23.235 25.47 0 15.41 9.045 25.22 23.843 25.22zm-12.337-30.14c.352-6.26 4.986-11.54 11.889-11.54 6.648 0 11.122 4.86 11.186 11.54h-23.075zm55.523.42c0-7.1 4.283-11.19 10.387-11.19 5.977 0 9.556 3.93 9.556 10.48V1604h11.57v-31.26c.032-11.76-6.68-18.47-16.811-18.47-7.351 0-12.401 3.52-14.638 8.98h-.575v-8.34h-11.059V1604h11.57v-28.76zm67.788-20.33h-9.684v-11.76h-11.57v11.76h-6.967v8.95h6.967v27.29c-.064 9.24 6.648 13.78 15.341 13.52 3.292-.09 5.561-.73 6.807-1.15l-1.949-9.04c-.639.16-1.95.44-3.388.44-2.908 0-5.241-1.02-5.241-5.69v-25.37h9.684v-8.95zm47.771 12.97c-1.6-8.3-8.24-13.61-19.75-13.61-11.826 0-19.88 5.82-19.848 14.89-.032 7.16 4.379 11.89 13.807 13.84l8.371 1.76c4.51.99 6.62 2.81 6.62 5.59 0 3.36-3.64 5.88-9.142 5.88-5.305 0-8.757-2.3-9.748-6.71l-11.282 1.09c1.438 9.01 9.013 14.35 21.062 14.35 12.27 0 20.93-6.36 20.97-15.66-.04-7-4.54-11.28-13.81-13.3l-8.375-1.79c-4.985-1.12-6.967-2.84-6.935-5.69-.032-3.32 3.644-5.62 8.469-5.62 5.341 0 8.151 2.91 9.041 6.14l10.55-1.16zm17.72 36.82c3.77 0 7-3.13 7.03-7.03-.03-3.83-3.26-6.97-7.03-6.97-3.9 0-7.06 3.14-7.03 6.97-.03 3.9 3.13 7.03 7.03 7.03z&quot; fill=&quot;#CCC&quot;/&gt;&lt;path d=&quot;M53.995 824h5.486v-12.784h7.458c8.434 0 12.607-5.096 12.607-11.808 0-6.694-4.138-11.772-12.59-11.772h-12.96V824zm5.486-17.436v-14.222h6.89c5.433 0 7.652 2.947 7.652 7.066 0 4.12-2.219 7.156-7.581 7.156h-6.96zM85.552 824h5.31v-16.655c0-3.569 2.751-6.143 6.516-6.143 1.1 0 2.343.195 2.769.319v-5.078c-.532-.071-1.58-.124-2.255-.124-3.196 0-5.93 1.811-6.924 4.741h-.284v-4.333H85.55V824zm19.19 0h5.309v-27.273h-5.309V824zm2.681-31.481c1.829 0 3.356-1.42 3.356-3.16 0-1.74-1.527-3.179-3.356-3.179-1.847 0-3.356 1.439-3.356 3.179 0 1.74 1.509 3.16 3.356 3.16zm9.77 31.481h5.309v-16.815c0-3.675 2.574-6.232 5.593-6.232 2.947 0 4.989 1.953 4.989 4.918V824h5.291v-17.383c0-3.285 2.007-5.664 5.469-5.664 2.806 0 5.114 1.563 5.114 5.256V824h5.309v-18.288c0-6.233-3.48-9.34-8.416-9.34-3.924 0-6.872 1.882-8.186 4.794h-.284c-1.189-2.983-3.693-4.794-7.333-4.794-3.604 0-6.285 1.793-7.422 4.794h-.337v-4.439h-5.096V824zm44.189 0h5.309v-27.273h-5.309V824zm2.681-31.481c1.829 0 3.356-1.42 3.356-3.16 0-1.74-1.527-3.179-3.356-3.179-1.846 0-3.355 1.439-3.355 3.179 0 1.74 1.509 3.16 3.355 3.16zm22.501 4.208h-5.593v-6.534h-5.309v6.534h-3.995v4.262h3.995v16.104c-.017 4.954 3.765 7.351 7.955 7.262 1.687-.018 2.823-.337 3.445-.568l-.959-4.386c-.355.071-1.012.231-1.865.231-1.722 0-3.267-.568-3.267-3.64v-15.003h5.593v-4.262zM192.436 824h5.309v-27.273h-5.309V824zm2.681-31.481c1.829 0 3.356-1.42 3.356-3.16 0-1.74-1.527-3.179-3.356-3.179-1.846 0-3.356 1.439-3.356 3.179 0 1.74 1.51 3.16 3.356 3.16zm33.101 4.208h-5.699l-6.89 20.987h-.284l-6.907-20.987h-5.699L212.646 824h5.682l9.89-27.273zm15.767 27.823c5.948 0 10.157-2.929 11.364-7.368l-5.025-.906c-.959 2.575-3.267 3.889-6.285 3.889-4.546 0-7.6-2.948-7.742-8.203h19.389v-1.882c0-9.855-5.895-13.708-12.074-13.708-7.599 0-12.606 5.789-12.606 14.169 0 8.47 4.936 14.009 12.979 14.009zm-7.67-16.566c.213-3.87 3.018-7.226 7.333-7.226 4.119 0 6.818 3.054 6.836 7.226h-14.169zm46.431 16.62c4.51 0 7.049-2.291 8.061-4.333h.213V824h5.185v-18.111c0-7.937-6.25-9.517-10.583-9.517-4.936 0-9.481 1.989-11.257 6.96l4.99 1.137c.781-1.936 2.769-3.8 6.338-3.8 3.427 0 5.185 1.793 5.185 4.883v.124c0 1.936-1.989 1.9-6.889 2.468-5.167.604-10.458 1.953-10.458 8.15 0 5.362 4.03 8.31 9.215 8.31zm1.154-4.262c-3.001 0-5.167-1.349-5.167-3.977 0-2.841 2.521-3.853 5.593-4.261 1.722-.231 5.806-.693 6.57-1.456v3.515c0 3.232-2.575 6.179-6.996 6.179zm24.685-12.535c0-4.35 2.663-6.836 6.356-6.836 3.605 0 5.789 2.361 5.789 6.321V824h5.309v-17.347c0-6.747-3.711-10.281-9.287-10.281-4.101 0-6.782 1.9-8.043 4.794h-.337v-4.439h-5.096V824h5.309v-16.193zm34.783 16.726c4.972 0 6.925-3.037 7.884-4.777h.444V824h5.184v-36.364h-5.309v13.512h-.319c-.959-1.686-2.77-4.776-7.848-4.776-6.588 0-11.435 5.203-11.435 14.045 0 8.824 4.776 14.116 11.399 14.116zm1.172-4.528c-4.741 0-7.209-4.173-7.209-9.641 0-5.416 2.415-9.482 7.209-9.482 4.634 0 7.12 3.782 7.12 9.482 0 5.735-2.539 9.641-7.12 9.641zm46.129-23.278h-5.877v-2.45c0-2.415.995-3.729 3.587-3.729 1.101 0 1.882.249 2.379.409l1.243-4.297c-.746-.284-2.29-.728-4.439-.728-4.314 0-8.096 2.521-8.096 7.635v3.16h-4.209v4.262h4.209V824h5.326v-23.011h5.877v-4.262zm10.787-9.091h-5.309V824h5.309v-36.364zm18.896 36.914c5.949 0 10.157-2.929 11.364-7.368l-5.025-.906c-.959 2.575-3.267 3.889-6.285 3.889-4.546 0-7.6-2.948-7.742-8.203h19.389v-1.882c0-9.855-5.894-13.708-12.073-13.708-7.6 0-12.607 5.789-12.607 14.169 0 8.47 4.936 14.009 12.979 14.009zm-7.67-16.566c.213-3.87 3.018-7.226 7.333-7.226 4.119 0 6.818 3.054 6.836 7.226h-14.169zm28.817-11.257h-5.823l8.38 13.637L435.569 824h5.824l6.126-10.192L453.662 824h5.806l-8.576-13.636 8.505-13.637h-5.806l-6.072 10.618-6.02-10.618zM464.848 824h5.309v-27.273h-5.309V824zm2.681-31.481c1.829 0 3.356-1.42 3.356-3.16 0-1.74-1.527-3.179-3.356-3.179-1.846 0-3.356 1.439-3.356 3.179 0 1.74 1.51 3.16 3.356 3.16zM477.725 824h5.185v-4.244h.444c.959 1.74 2.912 4.777 7.884 4.777 6.605 0 11.399-5.292 11.399-14.116 0-8.842-4.865-14.045-11.453-14.045-5.06 0-6.889 3.09-7.83 4.776h-.32v-13.512h-5.309V824zm5.203-13.636c0-5.7 2.486-9.482 7.12-9.482 4.812 0 7.227 4.066 7.227 9.482 0 5.468-2.486 9.641-7.227 9.641-4.563 0-7.12-3.906-7.12-9.641zm30.979-22.728h-5.309V824h5.309v-36.364zm18.897 36.914c5.948 0 10.156-2.929 11.363-7.368l-5.025-.906c-.958 2.575-3.267 3.889-6.285 3.889-4.546 0-7.6-2.948-7.742-8.203h19.39v-1.882c0-9.855-5.895-13.708-12.074-13.708-7.6 0-12.607 5.789-12.607 14.169 0 8.47 4.936 14.009 12.98 14.009zm-7.671-16.566c.213-3.87 3.019-7.226 7.333-7.226 4.12 0 6.818 3.054 6.836 7.226h-14.169zm58.931-4.598c-1.101-4.244-4.421-7.014-10.316-7.014-6.161 0-10.529 3.249-10.529 8.079 0 3.871 2.344 6.445 7.457 7.582l4.617 1.012c2.628.586 3.853 1.758 3.853 3.462 0 2.113-2.255 3.764-5.735 3.764-3.178 0-5.22-1.367-5.86-4.048l-5.131.781c.888 4.83 4.901 7.546 11.026 7.546 6.588 0 11.151-3.497 11.151-8.434 0-3.853-2.45-6.232-7.457-7.386l-4.333-.994c-3.001-.71-4.297-1.723-4.279-3.569-.018-2.095 2.255-3.587 5.273-3.587 3.303 0 4.83 1.829 5.451 3.658l4.812-.852zm19.101-6.659h-5.593v-6.534h-5.309v6.534h-3.995v4.262h3.995v16.104c-.018 4.954 3.764 7.351 7.955 7.262 1.686-.018 2.823-.337 3.444-.568l-.959-4.386c-.355.071-1.012.231-1.864.231-1.722 0-3.267-.568-3.267-3.64v-15.003h5.593v-4.262zm13.809 27.877c4.51 0 7.049-2.291 8.062-4.333h.213V824h5.184v-18.111c0-7.937-6.25-9.517-10.582-9.517-4.936 0-9.482 1.989-11.257 6.96l4.989 1.137c.781-1.936 2.77-3.8 6.339-3.8 3.427 0 5.185 1.793 5.185 4.883v.124c0 1.936-1.989 1.9-6.89 2.468-5.167.604-10.458 1.953-10.458 8.15 0 5.362 4.031 8.31 9.215 8.31zm1.155-4.262c-3.001 0-5.167-1.349-5.167-3.977 0-2.841 2.521-3.853 5.593-4.261 1.722-.231 5.806-.693 6.569-1.456v3.515c0 3.232-2.574 6.179-6.995 6.179zm32.106-23.615h-5.593v-6.534h-5.309v6.534h-3.995v4.262h3.995v16.104c-.017 4.954 3.764 7.351 7.955 7.262 1.687-.018 2.823-.337 3.444-.568l-.958-4.386c-.355.071-1.012.231-1.865.231-1.722 0-3.267-.568-3.267-3.64v-15.003h5.593v-4.262zm17.334 27.823c5.948 0 10.156-2.929 11.364-7.368l-5.025-.906c-.959 2.575-3.267 3.889-6.285 3.889-4.546 0-7.6-2.948-7.742-8.203h19.389v-1.882c0-9.855-5.895-13.708-12.074-13.708-7.599 0-12.606 5.789-12.606 14.169 0 8.47 4.936 14.009 12.979 14.009zm-7.67-16.566c.213-3.87 3.018-7.226 7.333-7.226 4.119 0 6.818 3.054 6.836 7.226h-14.169zM698.393 824h5.309v-16.815c0-3.675 2.575-6.232 5.593-6.232 2.948 0 4.989 1.953 4.989 4.918V824h5.292v-17.383c0-3.285 2.006-5.664 5.468-5.664 2.806 0 5.114 1.563 5.114 5.256V824h5.309v-18.288c0-6.233-3.48-9.34-8.416-9.34-3.924 0-6.872 1.882-8.186 4.794h-.284c-1.189-2.983-3.693-4.794-7.333-4.794-3.604 0-6.285 1.793-7.422 4.794h-.337v-4.439h-5.096V824zm52.126.604c4.51 0 7.049-2.291 8.061-4.333h.214V824h5.184v-18.111c0-7.937-6.25-9.517-10.582-9.517-4.936 0-9.482 1.989-11.257 6.96l4.989 1.137c.781-1.936 2.77-3.8 6.339-3.8 3.427 0 5.184 1.793 5.184 4.883v.124c0 1.936-1.988 1.9-6.889 2.468-5.167.604-10.458 1.953-10.458 8.15 0 5.362 4.031 8.31 9.215 8.31zm1.154-4.262c-3 0-5.166-1.349-5.166-3.977 0-2.841 2.521-3.853 5.593-4.261 1.722-.231 5.806-.693 6.569-1.456v3.515c0 3.232-2.574 6.179-6.996 6.179zm24.685-12.535c0-4.35 2.664-6.836 6.357-6.836 3.604 0 5.788 2.361 5.788 6.321V824h5.309v-17.347c0-6.747-3.711-10.281-9.286-10.281-4.102 0-6.783 1.9-8.043 4.794h-.338v-4.439h-5.096V824h5.309v-16.193zm32.511 16.797c4.51 0 7.049-2.291 8.061-4.333h.213V824h5.185v-18.111c0-7.937-6.25-9.517-10.583-9.517-4.936 0-9.481 1.989-11.257 6.96l4.99 1.137c.781-1.936 2.77-3.8 6.338-3.8 3.427 0 5.185 1.793 5.185 4.883v.124c0 1.936-1.989 1.9-6.889 2.468-5.167.604-10.458 1.953-10.458 8.15 0 5.362 4.03 8.31 9.215 8.31zm1.154-4.262c-3.001 0-5.167-1.349-5.167-3.977 0-2.841 2.521-3.853 5.593-4.261 1.723-.231 5.806-.693 6.57-1.456v3.515c0 3.232-2.575 6.179-6.996 6.179zm30.811 14.453c6.942 0 12.304-3.178 12.304-10.191v-27.877h-5.202v4.421h-.391c-.941-1.686-2.823-4.776-7.901-4.776-6.587 0-11.435 5.203-11.435 13.885 0 8.7 4.954 13.335 11.399 13.335 5.008 0 6.943-2.824 7.902-4.564h.337v5.363c0 4.279-2.93 6.125-6.96 6.125-4.421 0-6.144-2.219-7.085-3.782l-4.563 1.882c1.438 3.339 5.078 6.179 11.595 6.179zm-.054-15.607c-4.74 0-7.208-3.64-7.208-9.002 0-5.238 2.414-9.304 7.208-9.304 4.635 0 7.12 3.782 7.12 9.304 0 5.629-2.539 9.002-7.12 9.002zm31.233 5.362c5.948 0 10.156-2.929 11.363-7.368l-5.025-.906c-.958 2.575-3.267 3.889-6.285 3.889-4.546 0-7.6-2.948-7.742-8.203h19.39v-1.882c0-9.855-5.895-13.708-12.074-13.708-7.6 0-12.607 5.789-12.607 14.169 0 8.47 4.936 14.009 12.98 14.009zm-7.671-16.566c.213-3.87 3.019-7.226 7.333-7.226 4.12 0 6.818 3.054 6.836 7.226h-14.169zM889.604 824h5.309v-16.815c0-3.675 2.575-6.232 5.593-6.232 2.947 0 4.989 1.953 4.989 4.918V824h5.292v-17.383c0-3.285 2.006-5.664 5.468-5.664 2.806 0 5.114 1.563 5.114 5.256V824h5.309v-18.288c0-6.233-3.48-9.34-8.416-9.34-3.924 0-6.872 1.882-8.186 4.794h-.284c-1.189-2.983-3.693-4.794-7.333-4.794-3.604 0-6.285 1.793-7.422 4.794h-.337v-4.439h-5.096V824zm55.944.55c5.948 0 10.156-2.929 11.363-7.368l-5.024-.906c-.959 2.575-3.268 3.889-6.286 3.889-4.545 0-7.599-2.948-7.741-8.203h19.389v-1.882c0-9.855-5.895-13.708-12.074-13.708-7.6 0-12.607 5.789-12.607 14.169 0 8.47 4.936 14.009 12.98 14.009zm-7.671-16.566c.213-3.87 3.019-7.226 7.333-7.226 4.12 0 6.819 3.054 6.836 7.226h-14.169zm30.571-.177c0-4.35 2.664-6.836 6.357-6.836 3.604 0 5.788 2.361 5.788 6.321V824h5.309v-17.347c0-6.747-3.711-10.281-9.286-10.281-4.102 0-6.783 1.9-8.044 4.794h-.337v-4.439h-5.096V824h5.309v-16.193zm37.302-11.08h-5.59v-6.534h-5.309v6.534h-3.995v4.262h3.995v16.104c-.018 4.954 3.764 7.351 7.959 7.262 1.68-.018 2.82-.337 3.44-.568l-.96-4.386c-.35.071-1.01.231-1.86.231-1.73 0-3.27-.568-3.27-3.64v-15.003h5.59v-4.262zm32.09 0h-5.88v-2.45c0-2.415.99-3.729 3.59-3.729 1.1 0 1.88.249 2.38.409l1.24-4.297c-.75-.284-2.29-.728-4.44-.728-4.31 0-8.1 2.521-8.1 7.635v3.16h-4.2v4.262h4.2V824h5.33v-23.011h5.88v-4.262zm15.89 27.823c7.69 0 12.71-5.628 12.71-14.062 0-8.487-5.02-14.116-12.71-14.116-7.69 0-12.71 5.629-12.71 14.116 0 8.434 5.02 14.062 12.71 14.062zm.02-4.456c-5.03 0-7.37-4.386-7.37-9.624 0-5.22 2.34-9.659 7.37-9.659 4.99 0 7.33 4.439 7.33 9.659 0 5.238-2.34 9.624-7.33 9.624zm18.62 3.906h5.31v-16.655c0-3.569 2.75-6.143 6.51-6.143 1.1 0 2.35.195 2.77.319v-5.078c-.53-.071-1.58-.124-2.25-.124-3.2 0-5.93 1.811-6.93 4.741h-.28v-4.333h-5.13V824zm32.85 0h5.48v-13.761h7.81L1125.9 824h6.25l-8.06-14.719c4.46-1.652 6.68-5.363 6.68-10.245 0-6.694-4.16-11.4-12.59-11.4h-12.96V824zm5.48-18.484v-13.174h6.89c5.42 0 7.65 2.574 7.65 6.694 0 4.101-2.23 6.48-7.58 6.48h-6.96zm37.73 19.034c5.95 0 10.15-2.929 11.36-7.368l-5.02-.906c-.96 2.575-3.27 3.889-6.29 3.889-4.54 0-7.6-2.948-7.74-8.203h19.39v-1.882c0-9.855-5.9-13.708-12.07-13.708-7.6 0-12.61 5.789-12.61 14.169 0 8.47 4.94 14.009 12.98 14.009zm-7.67-16.566c.21-3.87 3.02-7.226 7.33-7.226 4.12 0 6.82 3.054 6.84 7.226h-14.17zm33.2 16.62c4.51 0 7.05-2.291 8.06-4.333h.21V824h5.19v-18.111c0-7.937-6.25-9.517-10.59-9.517-4.93 0-9.48 1.989-11.25 6.96l4.99 1.137c.78-1.936 2.77-3.8 6.33-3.8 3.43 0 5.19 1.793 5.19 4.883v.124c0 1.936-1.99 1.9-6.89 2.468-5.17.604-10.46 1.953-10.46 8.15 0 5.362 4.03 8.31 9.22 8.31zm1.15-4.262c-3 0-5.17-1.349-5.17-3.977 0-2.841 2.53-3.853 5.6-4.261 1.72-.231 5.8-.693 6.57-1.456v3.515c0 3.232-2.58 6.179-7 6.179zm30.86 4.208c6.45 0 10.62-3.87 11.21-9.179h-5.17c-.67 2.947-2.96 4.687-6 4.687-4.49 0-7.39-3.746-7.39-9.694 0-5.842 2.95-9.517 7.39-9.517 3.37 0 5.43 2.13 6 4.687h5.17c-.57-5.504-5.06-9.162-11.26-9.162-7.69 0-12.66 5.789-12.66 14.116 0 8.221 4.8 14.062 12.71 14.062zm29.62-27.823h-5.6v-6.534h-5.31v6.534h-3.99v4.262h3.99v16.104c-.01 4.954 3.77 7.351 7.96 7.262 1.69-.018 2.82-.337 3.44-.568l-.95-4.386c-.36.071-1.02.231-1.87.231-1.72 0-3.27-.568-3.27-3.64v-15.003h5.6v-4.262zM85.42 323.818V553.79c0 18.324-7.812 28.125-27.556 28.125-2.557 0-4.546-.142-7.387-.284v41.903c3.694.284 6.819.284 10.512.284 48.153 0 75.852-22.159 75.852-69.318V323.818h-51.42zm25.569-30.966c16.335 0 29.687-12.5 29.687-27.841 0-15.483-13.352-27.983-29.687-27.983-16.478 0-29.83 12.5-29.83 27.983 0 15.341 13.352 27.841 29.83 27.841zm173.899 253.409c63.92 0 104.545-45.028 104.545-112.5 0-67.613-40.625-112.784-104.545-112.784-63.921 0-104.546 45.171-104.546 112.784 0 67.472 40.625 112.5 104.546 112.5zm.284-41.193c-35.369 0-52.699-31.534-52.699-71.449 0-39.914 17.33-71.875 52.699-71.875 34.801 0 52.131 31.961 52.131 71.875 0 39.915-17.33 71.449-52.131 71.449zm68.04-253.977H216.564v31.392h136.648v-31.392zm188.814 72.727h-43.04v-52.273h-51.421v52.273h-30.966v39.773h30.966v121.307c-.284 41.051 29.546 61.221 68.182 60.085 14.631-.426 24.716-3.267 30.256-5.114l-8.665-40.199c-2.841.711-8.665 1.989-15.057 1.989-12.926 0-23.295-4.545-23.295-25.284V363.591h43.04v-39.773zm105.788 222.585c34.233 0 54.687-16.051 64.062-34.375h1.705V542h49.432V395.977c0-57.67-47.017-75-88.637-75-45.88 0-81.108 20.455-92.471 60.228l48.011 6.818c5.114-14.915 19.602-27.699 44.745-27.699 23.863 0 36.931 12.216 36.931 33.665v.852c0 14.773-15.483 15.483-53.977 19.602-42.329 4.546-82.812 17.188-82.812 66.335 0 42.898 31.392 65.625 73.011 65.625zm13.352-37.784c-21.449 0-36.79-9.801-36.79-28.693 0-19.744 17.188-27.983 40.199-31.25 13.495-1.846 40.483-5.256 47.159-10.653v25.71c0 24.29-19.602 44.886-50.568 44.886zM814.717 542h51.421V323.818h-51.421V542zm25.853-249.148c16.335 0 29.687-12.5 29.687-27.841 0-15.483-13.352-27.983-29.687-27.983-16.478 0-29.83 12.5-29.83 27.983 0 15.341 13.352 27.841 29.83 27.841z&quot; fill=&quot;#000&quot;/&gt;&lt;/svg&gt;">
<input type="hidden" name="project[files][public/index.html]" value="&lt;!doctype html&gt;
&lt;html lang=&quot;en&quot;&gt;
  &lt;head&gt;
    &lt;meta charset=&quot;utf-8&quot; /&gt;
    &lt;meta
      name=&quot;viewport&quot;
      content=&quot;width=device-width, initial-scale=1, shrink-to-fit=no&quot;
    /&gt;
    &lt;meta name=&quot;theme-color&quot; content=&quot;#000000&quot; /&gt;
    &lt;!--
      manifest.json provides metadata used when your web app is added to the
      homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
    --&gt;
    &lt;link rel=&quot;manifest&quot; href=&quot;%PUBLIC_URL%/manifest.json&quot; /&gt;
    &lt;link rel=&quot;shortcut icon&quot; href=&quot;%PUBLIC_URL%/favicon.ico&quot; /&gt;
    &lt;!--
      Notice the use of %PUBLIC_URL% in the tags above.
      It will be replaced with the URL of the `public` folder during the build.
      Only files inside the `public` folder can be referenced from the HTML.

      Unlike &quot;/favicon.ico&quot; or &quot;favicon.ico&quot;, &quot;%PUBLIC_URL%/favicon.ico&quot; will
      work correctly both with client-side routing and a non-root public URL.
      Learn how to configure a non-root public URL by running `npm run build`.
    --&gt;
    &lt;title&gt;Jotai Examples | Text Length&lt;/title&gt;
    &lt;style&gt;
      body {
        margin: 0;
      }
      .container {
        display: grid;
        grid-template-rows: 0px 0px 1fr;
        grid-template-columns: 0px 1fr 0px 0px;
      }
      @media screen and (min-width: 800px) {
        .container {
          width: 100vw;
          height: 100vh;
          display: grid;
          grid-template-rows: 1fr 320px 240px;
          grid-template-columns: 1fr 170px 350px 2fr;
        }
      }
      .item-left {
        grid-row: 2 / span 2;
        grid-column: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
      }
      .item-left &gt; div {
        transform: rotate(-90deg);
      }
      .item-left &gt; div &gt; div {
        width: 12rem;
        text-align: center;
      }
      .item-top {
        grid-row: 1;
        grid-column: 1 / span 4;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        overflow: hidden;
      }
      .item-top a {
        margin: 8px;
        text-decoration: none;
      }
      .item-logo {
        grid-row: 2;
        grid-column: 2 / span 2;
        overflow: hidden;
      }
      .item-logo img {
        transform: translateY(-30px);
        height: 470px;
      }
      .item-demo {
        grid-row: 3;
        grid-column: 2;
        margin: 8px;
      }
      .item-code {
        grid-row: 3;
        grid-column: 3;
        position: relative;
      }
      .item-code img {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 240px;
        transition-duration: 800ms;
      }
      .item-code img:hover {
        height: 360px;
        transition-duration: 800ms;
      }
      .item-right {
        grid-row: 2 / span 2;
        grid-column: 4;
        overflow: hidden;
      }
      .item-right img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        margin-left: 16px;
      }
    &lt;/style&gt;
  &lt;/head&gt;

  &lt;body&gt;
    &lt;noscript&gt; You need to enable JavaScript to run this app. &lt;/noscript&gt;
    &lt;div class=&quot;container&quot;&gt;
      &lt;div class=&quot;item-left&quot;&gt;
        &lt;div&gt;&lt;div&gt;REACT SPRING&lt;/div&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div class=&quot;item-top&quot;&gt;
        &lt;a href=&quot;https://github.com/react-spring/jotai&quot; target=&quot;_blank&quot;
          &gt;GitHub&lt;/a
        &gt;
      &lt;/div&gt;
      &lt;div class=&quot;item-logo&quot;&gt;&lt;img src=&quot;cover.svg&quot; alt=&quot;Logo&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;item-demo&quot; id=&quot;root&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;item-code&quot;&gt;&lt;img src=&quot;snippet.png&quot; alt=&quot;Code&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;item-right&quot;&gt;&lt;img src=&quot;castle.jpg&quot; alt=&quot;Castle&quot; /&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;!--
      This HTML file is a template.
      If you open it directly in the browser, you will see an empty page.

      You can add webfonts, meta tags, or analytics to this file.
      The build step will place the bundled scripts into the &lt;body&gt; tag.

      To begin the development, run `npm start` or `yarn start`.
      To create a production bundle, use `npm run build` or `yarn build`.
    --&gt;
  &lt;/body&gt;
&lt;/html&gt;
">
<input type="hidden" name="project[files][public/snippet.png]" value="https://pkg.pr.new/template/6dbf955b-e5e6-4fd2-90c9-5311de682871">
<input type="hidden" name="project[files][src/App.tsx]" value="import { Provider, atom, useAtom } from &#39;jotai&#39;

const textAtom = atom(&#39;hello&#39;)
const textLenAtom = atom((get) =&gt; get(textAtom).length)
const uppercaseAtom = atom((get) =&gt; get(textAtom).toUpperCase())

const Input = () =&gt; {
  const [text, setText] = useAtom(textAtom)
  return &lt;input value={text} onChange={(e) =&gt; setText(e.target.value)} /&gt;
}

const CharCount = () =&gt; {
  const [len] = useAtom(textLenAtom)
  return &lt;div&gt;Length: {len}&lt;/div&gt;
}

const Uppercase = () =&gt; {
  const [uppercase] = useAtom(uppercaseAtom)
  return &lt;div&gt;Uppercase: {uppercase}&lt;/div&gt;
}

const App = () =&gt; (
  &lt;Provider&gt;
    &lt;Input /&gt;
    &lt;CharCount /&gt;
    &lt;Uppercase /&gt;
  &lt;/Provider&gt;
)

export default App
">
<input type="hidden" name="project[files][src/index.tsx]" value="import { StrictMode } from &#39;react&#39;
import { createRoot } from &#39;react-dom/client&#39;
import App from &#39;./App&#39;

const rootElement = document.getElementById(&#39;root&#39;)
createRoot(rootElement!).render(
  &lt;StrictMode&gt;
    &lt;App /&gt;
  &lt;/StrictMode&gt;,
)
">
<input type="hidden" name="project[files][src/react-app-env.d.ts]" value="/// &lt;reference types=&quot;react-scripts&quot; /&gt;
">
<input type="hidden" name="project[description]" value="generated by https://pkg.pr.new">
<input type="hidden" name="project[template]" value="node">
<input type="hidden" name="project[title]" value="text_length">
</form>
<script>document.getElementById("mainForm").submit();</script>

</body></html>