@lingxiteam/lcdp-ueditor-react 1.0.0-alpha.2 → 1.0.0-alpha.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/LcdpUeditor.d.ts +4 -0
- package/es/LcdpUeditor.js +74 -50
- package/es/const.js +4 -4
- package/es/defaultConfig.json +76 -76
- package/es/tools/UeditorResourceLoader.js +6 -6
- package/es/tools/filterHtmlNode.d.ts +5 -0
- package/es/tools/filterHtmlNode.js +41 -0
- package/es/tools/loadScript.js +3 -3
- package/es/type.d.ts +3 -1
- package/lib/LcdpUeditor.d.ts +80 -0
- package/lib/LcdpUeditor.js +267 -0
- package/lib/const.d.ts +12 -0
- package/lib/const.js +39 -0
- package/lib/defaultConfig.json +77 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.js +41 -0
- package/lib/tools/UeditorResourceLoader.d.ts +21 -0
- package/lib/tools/UeditorResourceLoader.js +90 -0
- package/lib/tools/filterHtmlNode.d.ts +5 -0
- package/lib/tools/filterHtmlNode.js +61 -0
- package/lib/tools/loadScript.d.ts +5 -0
- package/lib/tools/loadScript.js +39 -0
- package/lib/type.d.ts +144 -0
- package/lib/type.js +17 -0
- package/package.json +34 -32
- package/ueditor-resource/dialogs/anchor/anchor.html +62 -62
- package/ueditor-resource/dialogs/attachment/attachment.css +716 -716
- package/ueditor-resource/dialogs/attachment/attachment.html +61 -61
- package/ueditor-resource/dialogs/attachment/attachment.js +803 -803
- package/ueditor-resource/dialogs/audio/audio.css +879 -879
- package/ueditor-resource/dialogs/audio/audio.html +93 -93
- package/ueditor-resource/dialogs/audio/audio.js +815 -815
- package/ueditor-resource/dialogs/background/background.css +193 -193
- package/ueditor-resource/dialogs/background/background.html +59 -59
- package/ueditor-resource/dialogs/background/background.js +370 -370
- package/ueditor-resource/dialogs/contentimport/contentimport.html +176 -176
- package/ueditor-resource/dialogs/contentimport/contentimport.js +91 -91
- package/ueditor-resource/dialogs/emotion/emotion.css +129 -129
- package/ueditor-resource/dialogs/emotion/emotion.html +70 -70
- package/ueditor-resource/dialogs/emotion/emotion.js +186 -186
- package/ueditor-resource/dialogs/formula/formula.html +98 -98
- package/ueditor-resource/dialogs/formula/formula.js +147 -147
- package/ueditor-resource/dialogs/help/help.css +37 -37
- package/ueditor-resource/dialogs/help/help.html +82 -82
- package/ueditor-resource/dialogs/help/help.js +57 -57
- package/ueditor-resource/dialogs/image/image.css +768 -768
- package/ueditor-resource/dialogs/image/image.html +144 -144
- package/ueditor-resource/dialogs/image/image.js +1060 -1060
- package/ueditor-resource/dialogs/insertframe/insertframe.html +135 -135
- package/ueditor-resource/dialogs/internal.js +81 -81
- package/ueditor-resource/dialogs/link/link.html +148 -148
- package/ueditor-resource/dialogs/preview/preview.html +45 -45
- package/ueditor-resource/dialogs/scrawl/scrawl.css +324 -324
- package/ueditor-resource/dialogs/scrawl/scrawl.html +95 -95
- package/ueditor-resource/dialogs/scrawl/scrawl.js +682 -682
- package/ueditor-resource/dialogs/searchreplace/searchreplace.html +144 -144
- package/ueditor-resource/dialogs/searchreplace/searchreplace.js +174 -174
- package/ueditor-resource/dialogs/spechars/spechars.html +42 -42
- package/ueditor-resource/dialogs/spechars/spechars.js +86 -86
- package/ueditor-resource/dialogs/table/edittable.css +85 -85
- package/ueditor-resource/dialogs/table/edittable.html +69 -69
- package/ueditor-resource/dialogs/table/edittable.js +241 -241
- package/ueditor-resource/dialogs/table/edittd.html +62 -62
- package/ueditor-resource/dialogs/table/edittip.html +33 -33
- package/ueditor-resource/dialogs/template/config.js +42 -42
- package/ueditor-resource/dialogs/template/template.css +99 -99
- package/ueditor-resource/dialogs/template/template.html +26 -26
- package/ueditor-resource/dialogs/template/template.js +53 -53
- package/ueditor-resource/dialogs/video/video.css +909 -909
- package/ueditor-resource/dialogs/video/video.html +114 -114
- package/ueditor-resource/dialogs/video/video.js +867 -867
- package/ueditor-resource/dialogs/wordimage/wordimage.html +221 -221
- package/ueditor-resource/dialogs/wordimage/wordimage.js +93 -93
- package/ueditor-resource/lang/en/en.js +686 -686
- package/ueditor-resource/lang/zh-cn/zh-cn.js +748 -748
- package/ueditor-resource/lang/zh-tw/images/copy.png +0 -0
- package/ueditor-resource/lang/zh-tw/images/localimage.png +0 -0
- package/ueditor-resource/lang/zh-tw/images/music.png +0 -0
- package/ueditor-resource/lang/zh-tw/images/upload.png +0 -0
- package/ueditor-resource/lang/zh-tw/zh-tw.js +748 -0
- package/ueditor-resource/plugins/demo/demo.js +3 -3
- package/ueditor-resource/themes/default/css/ueditor.css +2148 -2148
- package/ueditor-resource/themes/default/dialog.css +17 -17
- package/ueditor-resource/themes/default/dialogbase.css +132 -132
- package/ueditor-resource/themes/default/exts/ai.svg +12 -12
- package/ueditor-resource/themes/default/exts/apk.svg +12 -12
- package/ueditor-resource/themes/default/exts/chm.svg +12 -12
- package/ueditor-resource/themes/default/exts/css.svg +12 -12
- package/ueditor-resource/themes/default/exts/doc.svg +22 -22
- package/ueditor-resource/themes/default/exts/docx.svg +22 -22
- package/ueditor-resource/themes/default/exts/dwg.svg +16 -16
- package/ueditor-resource/themes/default/exts/folder.svg +3 -3
- package/ueditor-resource/themes/default/exts/gif.svg +14 -14
- package/ueditor-resource/themes/default/exts/html.svg +12 -12
- package/ueditor-resource/themes/default/exts/jpeg.svg +14 -14
- package/ueditor-resource/themes/default/exts/jpg.svg +14 -14
- package/ueditor-resource/themes/default/exts/log.svg +12 -12
- package/ueditor-resource/themes/default/exts/mp3.svg +14 -14
- package/ueditor-resource/themes/default/exts/mp4.svg +12 -12
- package/ueditor-resource/themes/default/exts/pdf.svg +14 -14
- package/ueditor-resource/themes/default/exts/png.svg +14 -14
- package/ueditor-resource/themes/default/exts/ppt.svg +24 -24
- package/ueditor-resource/themes/default/exts/pptx.svg +24 -24
- package/ueditor-resource/themes/default/exts/psd.svg +12 -12
- package/ueditor-resource/themes/default/exts/rar.svg +12 -12
- package/ueditor-resource/themes/default/exts/svg.svg +12 -12
- package/ueditor-resource/themes/default/exts/torrent.svg +14 -14
- package/ueditor-resource/themes/default/exts/txt.svg +14 -14
- package/ueditor-resource/themes/default/exts/unknown.svg +12 -12
- package/ueditor-resource/themes/default/exts/xls.svg +25 -25
- package/ueditor-resource/themes/default/exts/xlsx.svg +25 -25
- package/ueditor-resource/themes/default/exts/zip.svg +12 -12
- package/ueditor-resource/themes/iframe.css +63 -63
- package/ueditor-resource/third-party/SyntaxHighlighter/shCore.js +3655 -3655
- package/ueditor-resource/third-party/clipboard/clipboard.js +752 -752
- package/ueditor-resource/third-party/codemirror/codemirror.css +106 -106
- package/ueditor-resource/third-party/codemirror/codemirror.js +3581 -3581
- package/ueditor-resource/third-party/jquery-3.5.1.js +1 -1
- package/ueditor-resource/third-party/jquery-3.5.1_1.js +4314 -4314
- package/ueditor-resource/third-party/webuploader/webuploader.css +88 -88
- package/ueditor-resource/third-party/webuploader/webuploader.js +3 -3
- package/ueditor-resource/third-party/zeroclipboard/ZeroClipboard.js +1255 -1255
- package/ueditor-resource/ueditor.all.js +5271 -5270
- package/ueditor-resource/ueditor.config.js +655 -656
- package/ueditor-resource/ueditor.parse.js +13 -13
- package/es/LcdpUeditor.d.ts.map +0 -1
- package/es/const.d.ts.map +0 -1
- package/es/index.d.ts.map +0 -1
- package/es/tools/UeditorResourceLoader.d.ts.map +0 -1
- package/es/tools/loadScript.d.ts.map +0 -1
- package/es/type.d.ts.map +0 -1
- package/ueditor-resource/index.html +0 -146
| @@ -1,12 +1,12 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            -
              <defs>
         | 
| 3 | 
            -
                <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            -
                  <stop offset="0%" stop-color="#C1917F"/>
         | 
| 5 | 
            -
                  <stop offset="100%" stop-color="#A76D5A"/>
         | 
| 6 | 
            -
                </linearGradient>
         | 
| 7 | 
            -
              </defs>
         | 
| 8 | 
            -
              <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            -
              <path fill-rule="evenodd" fill="#D4957F" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            -
              <path fill-rule="evenodd" opacity=".6" fill="#FFF" d="M64.796 63.83l-.04.064c-.096.159-.22.288-.361.388-.118.179-.264.34-.46.45l-11.639 6.512a1.254 1.254 0 0 1-1.756-.552 1.426 1.426 0 0 1 .571-1.855l10.122-5.663-9.212-6.032a1.37 1.37 0 0 1-.402-1.851l.039-.064a1.27 1.27 0 0 1 1.787-.417l10.948 7.169c.605.396.785 1.225.403 1.851zM38.238 74.999l6.083-23.994h2.433l-6.083 23.994h-2.433zm-5.541-3.755l-11.64-6.512a1.357 1.357 0 0 1-.46-.45 1.32 1.32 0 0 1-.361-.388l-.039-.064a1.37 1.37 0 0 1 .402-1.851l10.949-7.169a1.268 1.268 0 0 1 1.786.417l.04.064c.382.626.202 1.455-.403 1.851l-9.211 6.032 10.121 5.663c.643.359.899 1.19.572 1.855a1.254 1.254 0 0 1-1.756.552z"/>
         | 
| 11 | 
            -
              <path fill-rule="evenodd" fill="#FFF" d="M50.521 25.167V10.443h1.701v14.724h-1.701zm-4.885-6.893c0-1.554-.742-2.317-2.245-2.317-1.483 0-2.472 1.095-2.472 2.435v6.775h-1.701V18.01c0-1.251-.88-2.053-2.225-2.053-1.394 0-2.472 1.193-2.472 2.679v6.531H32.82V14.628h1.622v1.662h.158c.485-1.174 1.553-1.848 2.977-1.848 1.443 0 2.452.753 2.946 1.848h.159c.573-1.115 1.789-1.848 3.263-1.848 2.175 0 3.392 1.232 3.392 3.441v7.284h-1.701v-6.893zm-19.453 4.155v-6.394h-1.721v-1.407h1.721V11.9h1.701v2.728h2.373v1.407h-2.373v5.964c0 1.242.475 1.77 1.582 1.77.307 0 .475-.01.791-.04v1.418a5.721 5.721 0 0 1-.999.098c-2.195 0-3.075-.802-3.075-2.816zm-5.505-3.676c0-1.867-.85-2.796-2.462-2.796-1.909 0-2.957 1.193-2.957 2.972v6.238h-1.701V10.443h1.701v5.847h.158c.534-1.164 1.652-1.848 3.284-1.848 2.254 0 3.678 1.427 3.678 3.901v6.824h-1.701v-6.414z"/>
         | 
| 12 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            +
              <defs>
         | 
| 3 | 
            +
                <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            +
                  <stop offset="0%" stop-color="#C1917F"/>
         | 
| 5 | 
            +
                  <stop offset="100%" stop-color="#A76D5A"/>
         | 
| 6 | 
            +
                </linearGradient>
         | 
| 7 | 
            +
              </defs>
         | 
| 8 | 
            +
              <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            +
              <path fill-rule="evenodd" fill="#D4957F" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            +
              <path fill-rule="evenodd" opacity=".6" fill="#FFF" d="M64.796 63.83l-.04.064c-.096.159-.22.288-.361.388-.118.179-.264.34-.46.45l-11.639 6.512a1.254 1.254 0 0 1-1.756-.552 1.426 1.426 0 0 1 .571-1.855l10.122-5.663-9.212-6.032a1.37 1.37 0 0 1-.402-1.851l.039-.064a1.27 1.27 0 0 1 1.787-.417l10.948 7.169c.605.396.785 1.225.403 1.851zM38.238 74.999l6.083-23.994h2.433l-6.083 23.994h-2.433zm-5.541-3.755l-11.64-6.512a1.357 1.357 0 0 1-.46-.45 1.32 1.32 0 0 1-.361-.388l-.039-.064a1.37 1.37 0 0 1 .402-1.851l10.949-7.169a1.268 1.268 0 0 1 1.786.417l.04.064c.382.626.202 1.455-.403 1.851l-9.211 6.032 10.121 5.663c.643.359.899 1.19.572 1.855a1.254 1.254 0 0 1-1.756.552z"/>
         | 
| 11 | 
            +
              <path fill-rule="evenodd" fill="#FFF" d="M50.521 25.167V10.443h1.701v14.724h-1.701zm-4.885-6.893c0-1.554-.742-2.317-2.245-2.317-1.483 0-2.472 1.095-2.472 2.435v6.775h-1.701V18.01c0-1.251-.88-2.053-2.225-2.053-1.394 0-2.472 1.193-2.472 2.679v6.531H32.82V14.628h1.622v1.662h.158c.485-1.174 1.553-1.848 2.977-1.848 1.443 0 2.452.753 2.946 1.848h.159c.573-1.115 1.789-1.848 3.263-1.848 2.175 0 3.392 1.232 3.392 3.441v7.284h-1.701v-6.893zm-19.453 4.155v-6.394h-1.721v-1.407h1.721V11.9h1.701v2.728h2.373v1.407h-2.373v5.964c0 1.242.475 1.77 1.582 1.77.307 0 .475-.01.791-.04v1.418a5.721 5.721 0 0 1-.999.098c-2.195 0-3.075-.802-3.075-2.816zm-5.505-3.676c0-1.867-.85-2.796-2.462-2.796-1.909 0-2.957 1.193-2.957 2.972v6.238h-1.701V10.443h1.701v5.847h.158c.534-1.164 1.652-1.848 3.284-1.848 2.254 0 3.678 1.427 3.678 3.901v6.824h-1.701v-6.414z"/>
         | 
| 12 | 
            +
            </svg>
         | 
| @@ -1,14 +1,14 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            -
                <defs>
         | 
| 3 | 
            -
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            -
                        <stop offset="0%" stop-color="#4D9CFC"/>
         | 
| 5 | 
            -
                        <stop offset="100%" stop-color="#2B79FA"/>
         | 
| 6 | 
            -
                    </linearGradient>
         | 
| 7 | 
            -
                </defs>
         | 
| 8 | 
            -
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            -
                <path fill-rule="evenodd" fill="#A6CAFD" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            -
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            -
                      d="M43.583 59.101s.974-5.495 5.008-9.477c4.033-3.982 9.598-4.944 9.598-4.944s-.974 5.494-5.008 9.477c-4.033 3.982-9.598 4.944-9.598 4.944zm-4.676-10.909c0-5.632 3.246-10.197 3.246-10.197s3.246 4.565 3.246 10.197c0 5.632-3.246 10.198-3.246 10.198s-3.246-4.566-3.246-10.198zm-8.041 5.64c-4.074-3.999-5.058-9.517-5.058-9.517s5.621.967 9.695 4.966 5.059 9.516 5.059 9.516-5.621-.966-9.696-4.965zm8.934 6.452s-4.667 3.242-10.412 3.258c-5.745.017-10.392-3.198-10.392-3.198s4.666-3.241 10.411-3.258c5.745-.016 10.393 3.198 10.393 3.198zm.762 1.598s-.985 5.518-5.059 9.517c-4.074 3.999-9.695 4.965-9.695 4.965s.984-5.517 5.058-9.517c4.075-3.999 9.696-4.965 9.696-4.965zm4.686 10.844c-.017 5.673-3.3 10.28-3.3 10.28s-3.256-4.588-3.239-10.261c.017-5.672 3.3-10.279 3.3-10.279s3.256 4.588 3.239 10.26zm-.903-12.172s4.624-3.205 10.328-3.205 10.329 3.205 10.329 3.205-4.625 3.205-10.329 3.205c-5.704 0-10.328-3.205-10.328-3.205zm8.836 6.552c4.034 3.982 5.008 9.477 5.008 9.477s-5.565-.962-9.598-4.945c-4.034-3.982-5.008-9.477-5.008-9.477s5.565.962 9.598 4.945z"/>
         | 
| 12 | 
            -
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            -
                      d="M48.501 29.438c-2.571 0-4.212-1.144-4.47-2.884h1.8c.188.86 1.137 1.417 2.67 1.417 1.909 0 3.046-.929 3.046-2.483v-2.073h-.158c-.673 1.164-1.879 1.819-3.343 1.819-2.759 0-4.47-2.112-4.47-5.27 0-3.157 1.731-5.298 4.47-5.298 1.493 0 2.809.723 3.422 1.857h.158v-1.672h1.622v10.725c0 2.356-1.84 3.862-4.747 3.862zm-.079-13.257c-1.978 0-3.085 1.486-3.085 3.783 0 2.298 1.107 3.784 3.085 3.784s3.164-1.486 3.164-3.784c0-2.297-1.196-3.783-3.164-3.783zm-14.633 4.507c.09 2.082 1.266 3.402 3.076 3.402 1.374 0 2.304-.499 2.749-1.427h1.701c-.514 1.808-2.156 2.913-4.49 2.913-2.956 0-4.806-2.112-4.806-5.445 0-3.315 1.879-5.465 4.806-5.465 2.878 0 4.628 2.023 4.628 5.298v.646h-7.664v.078zm5.874-1.437c-.039-1.868-1.167-3.099-2.857-3.099-1.701 0-2.888 1.231-3.017 3.099h5.874zm-14.246 6.325c-1.522 0-2.749-.655-3.332-1.77h-.158v5.104h-1.701V14.851h1.622v1.76h.158c.682-1.212 1.958-1.945 3.411-1.945 2.72 0 4.48 2.141 4.48 5.455 0 3.294-1.77 5.455-4.48 5.455zm-.395-9.395c-1.928 0-3.145 1.515-3.145 3.94 0 2.415 1.217 3.94 3.135 3.94 1.958 0 3.125-1.477 3.125-3.94 0-2.464-1.167-3.94-3.115-3.94zm-8.885-3.471a1.183 1.183 0 0 1-1.186-1.173c0-.645.534-1.173 1.186-1.173.653 0 1.187.528 1.187 1.173s-.534 1.173-1.187 1.173zm-.85 2.141h1.701v11.057c0 2.171-1.029 3.099-3.264 3.099h-.296V27.57h.257c1.206 0 1.602-.469 1.602-1.632V14.851z"/>
         | 
| 14 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            +
                <defs>
         | 
| 3 | 
            +
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            +
                        <stop offset="0%" stop-color="#4D9CFC"/>
         | 
| 5 | 
            +
                        <stop offset="100%" stop-color="#2B79FA"/>
         | 
| 6 | 
            +
                    </linearGradient>
         | 
| 7 | 
            +
                </defs>
         | 
| 8 | 
            +
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            +
                <path fill-rule="evenodd" fill="#A6CAFD" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            +
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            +
                      d="M43.583 59.101s.974-5.495 5.008-9.477c4.033-3.982 9.598-4.944 9.598-4.944s-.974 5.494-5.008 9.477c-4.033 3.982-9.598 4.944-9.598 4.944zm-4.676-10.909c0-5.632 3.246-10.197 3.246-10.197s3.246 4.565 3.246 10.197c0 5.632-3.246 10.198-3.246 10.198s-3.246-4.566-3.246-10.198zm-8.041 5.64c-4.074-3.999-5.058-9.517-5.058-9.517s5.621.967 9.695 4.966 5.059 9.516 5.059 9.516-5.621-.966-9.696-4.965zm8.934 6.452s-4.667 3.242-10.412 3.258c-5.745.017-10.392-3.198-10.392-3.198s4.666-3.241 10.411-3.258c5.745-.016 10.393 3.198 10.393 3.198zm.762 1.598s-.985 5.518-5.059 9.517c-4.074 3.999-9.695 4.965-9.695 4.965s.984-5.517 5.058-9.517c4.075-3.999 9.696-4.965 9.696-4.965zm4.686 10.844c-.017 5.673-3.3 10.28-3.3 10.28s-3.256-4.588-3.239-10.261c.017-5.672 3.3-10.279 3.3-10.279s3.256 4.588 3.239 10.26zm-.903-12.172s4.624-3.205 10.328-3.205 10.329 3.205 10.329 3.205-4.625 3.205-10.329 3.205c-5.704 0-10.328-3.205-10.328-3.205zm8.836 6.552c4.034 3.982 5.008 9.477 5.008 9.477s-5.565-.962-9.598-4.945c-4.034-3.982-5.008-9.477-5.008-9.477s5.565.962 9.598 4.945z"/>
         | 
| 12 | 
            +
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            +
                      d="M48.501 29.438c-2.571 0-4.212-1.144-4.47-2.884h1.8c.188.86 1.137 1.417 2.67 1.417 1.909 0 3.046-.929 3.046-2.483v-2.073h-.158c-.673 1.164-1.879 1.819-3.343 1.819-2.759 0-4.47-2.112-4.47-5.27 0-3.157 1.731-5.298 4.47-5.298 1.493 0 2.809.723 3.422 1.857h.158v-1.672h1.622v10.725c0 2.356-1.84 3.862-4.747 3.862zm-.079-13.257c-1.978 0-3.085 1.486-3.085 3.783 0 2.298 1.107 3.784 3.085 3.784s3.164-1.486 3.164-3.784c0-2.297-1.196-3.783-3.164-3.783zm-14.633 4.507c.09 2.082 1.266 3.402 3.076 3.402 1.374 0 2.304-.499 2.749-1.427h1.701c-.514 1.808-2.156 2.913-4.49 2.913-2.956 0-4.806-2.112-4.806-5.445 0-3.315 1.879-5.465 4.806-5.465 2.878 0 4.628 2.023 4.628 5.298v.646h-7.664v.078zm5.874-1.437c-.039-1.868-1.167-3.099-2.857-3.099-1.701 0-2.888 1.231-3.017 3.099h5.874zm-14.246 6.325c-1.522 0-2.749-.655-3.332-1.77h-.158v5.104h-1.701V14.851h1.622v1.76h.158c.682-1.212 1.958-1.945 3.411-1.945 2.72 0 4.48 2.141 4.48 5.455 0 3.294-1.77 5.455-4.48 5.455zm-.395-9.395c-1.928 0-3.145 1.515-3.145 3.94 0 2.415 1.217 3.94 3.135 3.94 1.958 0 3.125-1.477 3.125-3.94 0-2.464-1.167-3.94-3.115-3.94zm-8.885-3.471a1.183 1.183 0 0 1-1.186-1.173c0-.645.534-1.173 1.186-1.173.653 0 1.187.528 1.187 1.173s-.534 1.173-1.187 1.173zm-.85 2.141h1.701v11.057c0 2.171-1.029 3.099-3.264 3.099h-.296V27.57h.257c1.206 0 1.602-.469 1.602-1.632V14.851z"/>
         | 
| 14 | 
            +
            </svg>
         | 
| @@ -1,14 +1,14 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            -
                <defs>
         | 
| 3 | 
            -
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            -
                        <stop offset="0%" stop-color="#4D9CFC"/>
         | 
| 5 | 
            -
                        <stop offset="100%" stop-color="#2B79FA"/>
         | 
| 6 | 
            -
                    </linearGradient>
         | 
| 7 | 
            -
                </defs>
         | 
| 8 | 
            -
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            -
                <path fill-rule="evenodd" fill="#A6CAFD" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            -
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            -
                      d="M43.583 59.101s.974-5.495 5.008-9.477c4.033-3.982 9.598-4.944 9.598-4.944s-.974 5.494-5.008 9.477c-4.033 3.982-9.598 4.944-9.598 4.944zm-4.676-10.909c0-5.632 3.246-10.197 3.246-10.197s3.246 4.565 3.246 10.197c0 5.632-3.246 10.198-3.246 10.198s-3.246-4.566-3.246-10.198zm-8.041 5.64c-4.074-3.999-5.058-9.517-5.058-9.517s5.621.967 9.695 4.966 5.059 9.516 5.059 9.516-5.621-.966-9.696-4.965zm8.934 6.452s-4.667 3.242-10.412 3.258c-5.745.017-10.392-3.198-10.392-3.198s4.666-3.241 10.411-3.258c5.745-.016 10.393 3.198 10.393 3.198zm.762 1.598s-.985 5.518-5.059 9.517c-4.074 3.999-9.695 4.965-9.695 4.965s.984-5.517 5.058-9.517c4.075-3.999 9.696-4.965 9.696-4.965zm4.686 10.844c-.017 5.673-3.3 10.28-3.3 10.28s-3.256-4.588-3.239-10.261c.017-5.672 3.3-10.279 3.3-10.279s3.256 4.588 3.239 10.26zm-.903-12.172s4.624-3.205 10.328-3.205 10.329 3.205 10.329 3.205-4.625 3.205-10.329 3.205c-5.704 0-10.328-3.205-10.328-3.205zm8.836 6.552c4.034 3.982 5.008 9.477 5.008 9.477s-5.565-.962-9.598-4.945c-4.034-3.982-5.008-9.477-5.008-9.477s5.565.962 9.598 4.945z"/>
         | 
| 12 | 
            -
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            -
                      d="M36.944 29.438c-2.571 0-4.213-1.144-4.47-2.884h1.8c.188.86 1.137 1.417 2.67 1.417 1.908 0 3.046-.929 3.046-2.483v-2.073h-.159c-.672 1.164-1.878 1.819-3.342 1.819-2.759 0-4.47-2.112-4.47-5.27 0-3.157 1.731-5.298 4.47-5.298 1.493 0 2.808.723 3.422 1.857h.158v-1.672h1.622v10.725c0 2.356-1.84 3.862-4.747 3.862zm-.079-13.257c-1.978 0-3.085 1.486-3.085 3.783 0 2.298 1.107 3.784 3.085 3.784s3.164-1.486 3.164-3.784c0-2.297-1.196-3.783-3.164-3.783zm-11.448 9.395c-1.522 0-2.749-.655-3.332-1.77h-.158v5.104h-1.701V14.851h1.622v1.76h.158c.682-1.212 1.958-1.945 3.411-1.945 2.72 0 4.48 2.141 4.48 5.455 0 3.294-1.77 5.455-4.48 5.455zm-.395-9.395c-1.928 0-3.145 1.515-3.145 3.94 0 2.415 1.217 3.94 3.135 3.94 1.958 0 3.125-1.477 3.125-3.94 0-2.464-1.167-3.94-3.115-3.94zm-8.885-3.471a1.183 1.183 0 0 1-1.186-1.173c0-.645.534-1.173 1.186-1.173.653 0 1.187.528 1.187 1.173s-.534 1.173-1.187 1.173zm-.85 2.141h1.701v11.057c0 2.171-1.029 3.099-3.263 3.099h-.297V27.57h.257c1.206 0 1.602-.469 1.602-1.632V14.851z"/>
         | 
| 14 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            +
                <defs>
         | 
| 3 | 
            +
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            +
                        <stop offset="0%" stop-color="#4D9CFC"/>
         | 
| 5 | 
            +
                        <stop offset="100%" stop-color="#2B79FA"/>
         | 
| 6 | 
            +
                    </linearGradient>
         | 
| 7 | 
            +
                </defs>
         | 
| 8 | 
            +
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            +
                <path fill-rule="evenodd" fill="#A6CAFD" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            +
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            +
                      d="M43.583 59.101s.974-5.495 5.008-9.477c4.033-3.982 9.598-4.944 9.598-4.944s-.974 5.494-5.008 9.477c-4.033 3.982-9.598 4.944-9.598 4.944zm-4.676-10.909c0-5.632 3.246-10.197 3.246-10.197s3.246 4.565 3.246 10.197c0 5.632-3.246 10.198-3.246 10.198s-3.246-4.566-3.246-10.198zm-8.041 5.64c-4.074-3.999-5.058-9.517-5.058-9.517s5.621.967 9.695 4.966 5.059 9.516 5.059 9.516-5.621-.966-9.696-4.965zm8.934 6.452s-4.667 3.242-10.412 3.258c-5.745.017-10.392-3.198-10.392-3.198s4.666-3.241 10.411-3.258c5.745-.016 10.393 3.198 10.393 3.198zm.762 1.598s-.985 5.518-5.059 9.517c-4.074 3.999-9.695 4.965-9.695 4.965s.984-5.517 5.058-9.517c4.075-3.999 9.696-4.965 9.696-4.965zm4.686 10.844c-.017 5.673-3.3 10.28-3.3 10.28s-3.256-4.588-3.239-10.261c.017-5.672 3.3-10.279 3.3-10.279s3.256 4.588 3.239 10.26zm-.903-12.172s4.624-3.205 10.328-3.205 10.329 3.205 10.329 3.205-4.625 3.205-10.329 3.205c-5.704 0-10.328-3.205-10.328-3.205zm8.836 6.552c4.034 3.982 5.008 9.477 5.008 9.477s-5.565-.962-9.598-4.945c-4.034-3.982-5.008-9.477-5.008-9.477s5.565.962 9.598 4.945z"/>
         | 
| 12 | 
            +
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            +
                      d="M36.944 29.438c-2.571 0-4.213-1.144-4.47-2.884h1.8c.188.86 1.137 1.417 2.67 1.417 1.908 0 3.046-.929 3.046-2.483v-2.073h-.159c-.672 1.164-1.878 1.819-3.342 1.819-2.759 0-4.47-2.112-4.47-5.27 0-3.157 1.731-5.298 4.47-5.298 1.493 0 2.808.723 3.422 1.857h.158v-1.672h1.622v10.725c0 2.356-1.84 3.862-4.747 3.862zm-.079-13.257c-1.978 0-3.085 1.486-3.085 3.783 0 2.298 1.107 3.784 3.085 3.784s3.164-1.486 3.164-3.784c0-2.297-1.196-3.783-3.164-3.783zm-11.448 9.395c-1.522 0-2.749-.655-3.332-1.77h-.158v5.104h-1.701V14.851h1.622v1.76h.158c.682-1.212 1.958-1.945 3.411-1.945 2.72 0 4.48 2.141 4.48 5.455 0 3.294-1.77 5.455-4.48 5.455zm-.395-9.395c-1.928 0-3.145 1.515-3.145 3.94 0 2.415 1.217 3.94 3.135 3.94 1.958 0 3.125-1.477 3.125-3.94 0-2.464-1.167-3.94-3.115-3.94zm-8.885-3.471a1.183 1.183 0 0 1-1.186-1.173c0-.645.534-1.173 1.186-1.173.653 0 1.187.528 1.187 1.173s-.534 1.173-1.187 1.173zm-.85 2.141h1.701v11.057c0 2.171-1.029 3.099-3.263 3.099h-.297V27.57h.257c1.206 0 1.602-.469 1.602-1.632V14.851z"/>
         | 
| 14 | 
            +
            </svg>
         | 
| @@ -1,12 +1,12 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            -
              <defs>
         | 
| 3 | 
            -
                <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            -
                  <stop offset="0%" stop-color="#98BCCD"/>
         | 
| 5 | 
            -
                  <stop offset="100%" stop-color="#76A1B7"/>
         | 
| 6 | 
            -
                </linearGradient>
         | 
| 7 | 
            -
              </defs>
         | 
| 8 | 
            -
              <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            -
              <path fill-rule="evenodd" fill="#BEEAFF" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            -
              <path fill-rule="evenodd" opacity=".6" fill="#FFF" d="M63.794 62.015H20.225c-.668 0-1.21-.56-1.21-1.251v-2.502c0-.691.542-1.252 1.21-1.252h43.569c.668 0 1.21.561 1.21 1.252v2.502c0 .691-.542 1.251-1.21 1.251zm0-15.015H20.225c-.668 0-1.21-.56-1.21-1.251v-2.503c0-.691.542-1.251 1.21-1.251h43.569c.668 0 1.21.56 1.21 1.251v2.503c0 .691-.542 1.251-1.21 1.251zM20.187 70.994h43.62c.661 0 1.197.56 1.197 1.251v2.502c0 .691-.536 1.252-1.197 1.252h-43.62c-.661 0-1.198-.561-1.198-1.252v-2.502c0-.691.537-1.251 1.198-1.251z"/>
         | 
| 11 | 
            -
              <path fill-rule="evenodd" fill="#FFF" d="M34.339 29.214c-2.571 0-4.212-1.144-4.469-2.884h1.799c.188.86 1.138 1.417 2.67 1.417 1.909 0 3.046-.928 3.046-2.483v-2.072h-.158c-.673 1.163-1.879 1.818-3.343 1.818-2.759 0-4.469-2.112-4.469-5.269 0-3.158 1.73-5.299 4.469-5.299 1.494 0 2.809.723 3.422 1.857h.158v-1.671h1.622v10.724c0 2.356-1.839 3.862-4.747 3.862zm-.079-13.257c-1.978 0-3.085 1.486-3.085 3.784 0 2.297 1.107 3.783 3.085 3.783s3.165-1.486 3.165-3.783c0-2.298-1.197-3.784-3.165-3.784zm-11.883 9.395c-3.036 0-4.914-2.072-4.914-5.455 0-3.392 1.878-5.455 4.914-5.455 3.036 0 4.915 2.063 4.915 5.455 0 3.383-1.879 5.455-4.915 5.455zm0-9.395c-2.017 0-3.154 1.437-3.154 3.94 0 2.493 1.137 3.94 3.154 3.94s3.155-1.447 3.155-3.94c0-2.503-1.138-3.94-3.155-3.94zm-9.379-5.514h1.701v14.724h-1.701V10.443z"/>
         | 
| 12 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            +
              <defs>
         | 
| 3 | 
            +
                <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            +
                  <stop offset="0%" stop-color="#98BCCD"/>
         | 
| 5 | 
            +
                  <stop offset="100%" stop-color="#76A1B7"/>
         | 
| 6 | 
            +
                </linearGradient>
         | 
| 7 | 
            +
              </defs>
         | 
| 8 | 
            +
              <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            +
              <path fill-rule="evenodd" fill="#BEEAFF" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            +
              <path fill-rule="evenodd" opacity=".6" fill="#FFF" d="M63.794 62.015H20.225c-.668 0-1.21-.56-1.21-1.251v-2.502c0-.691.542-1.252 1.21-1.252h43.569c.668 0 1.21.561 1.21 1.252v2.502c0 .691-.542 1.251-1.21 1.251zm0-15.015H20.225c-.668 0-1.21-.56-1.21-1.251v-2.503c0-.691.542-1.251 1.21-1.251h43.569c.668 0 1.21.56 1.21 1.251v2.503c0 .691-.542 1.251-1.21 1.251zM20.187 70.994h43.62c.661 0 1.197.56 1.197 1.251v2.502c0 .691-.536 1.252-1.197 1.252h-43.62c-.661 0-1.198-.561-1.198-1.252v-2.502c0-.691.537-1.251 1.198-1.251z"/>
         | 
| 11 | 
            +
              <path fill-rule="evenodd" fill="#FFF" d="M34.339 29.214c-2.571 0-4.212-1.144-4.469-2.884h1.799c.188.86 1.138 1.417 2.67 1.417 1.909 0 3.046-.928 3.046-2.483v-2.072h-.158c-.673 1.163-1.879 1.818-3.343 1.818-2.759 0-4.469-2.112-4.469-5.269 0-3.158 1.73-5.299 4.469-5.299 1.494 0 2.809.723 3.422 1.857h.158v-1.671h1.622v10.724c0 2.356-1.839 3.862-4.747 3.862zm-.079-13.257c-1.978 0-3.085 1.486-3.085 3.784 0 2.297 1.107 3.783 3.085 3.783s3.165-1.486 3.165-3.783c0-2.298-1.197-3.784-3.165-3.784zm-11.883 9.395c-3.036 0-4.914-2.072-4.914-5.455 0-3.392 1.878-5.455 4.914-5.455 3.036 0 4.915 2.063 4.915 5.455 0 3.383-1.879 5.455-4.915 5.455zm0-9.395c-2.017 0-3.154 1.437-3.154 3.94 0 2.493 1.137 3.94 3.154 3.94s3.155-1.447 3.155-3.94c0-2.503-1.138-3.94-3.155-3.94zm-9.379-5.514h1.701v14.724h-1.701V10.443z"/>
         | 
| 12 | 
            +
            </svg>
         | 
| @@ -1,14 +1,14 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            -
                <defs>
         | 
| 3 | 
            -
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            -
                        <stop offset="0%" stop-color="#F45F5F"/>
         | 
| 5 | 
            -
                        <stop offset="100%" stop-color="#EE3C3C"/>
         | 
| 6 | 
            -
                    </linearGradient>
         | 
| 7 | 
            -
                </defs>
         | 
| 8 | 
            -
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            -
                <path fill-rule="evenodd" fill="#FF8578" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            -
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            -
                      d="M19.162 81.782c2.206 2.801 6.763 2.983 10.179.41 1.389-1.048 2.351-2.392 2.884-3.802.307-.595.508-1.921.508-2.885V54.858l24.579-6.073V60.93c0 4.015-2.404 4.916-3.516 5.121-.097.011-.192.034-.289.052l-.124.014.018.006a8.981 8.981 0 0 0-3.829 1.667c-3.415 2.574-4.397 6.93-2.191 9.731 2.206 2.801 6.763 2.986 10.179.413 1.728-1.304 2.828-3.064 3.211-4.847.133-.433.228-.686.228-1.226V42.712c0-1.592-2.059-4.131-3.687-3.644l-25.808 6.073c-1.628.485-2.458 2.052-2.458 3.644v17.003c0 4.022-2.413 4.322-3.522 4.524-.056.008-.112.026-.171.034a3.291 3.291 0 0 1-.239.032l.032.014a9.021 9.021 0 0 0-3.793 1.659c-3.415 2.574-4.394 6.93-2.191 9.731z"/>
         | 
| 12 | 
            -
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            -
                      d="M49.544 17.707v.157c1.938.244 3.115 1.574 3.115 3.5 0 2.326-2.205 4.135-5.024 4.135-2.897 0-4.895-1.594-5.023-4.008h1.721c.158 1.505 1.443 2.473 3.283 2.473 1.878 0 3.213-1.105 3.213-2.649 0-1.633-1.255-2.65-3.283-2.65h-1.809V17.16h1.73c1.622 0 2.769-1.037 2.769-2.503 0-1.437-1.098-2.395-2.739-2.395-1.642 0-2.719.899-2.868 2.415h-1.73c.178-2.445 1.948-3.95 4.667-3.95 2.492 0 4.48 1.642 4.48 3.695 0 1.682-.94 2.914-2.502 3.285zm-13.851 7.645c-1.522 0-2.749-.655-3.332-1.769h-.158v5.103h-1.701V14.628h1.622v1.759h.158c.682-1.212 1.958-1.945 3.411-1.945 2.72 0 4.48 2.141 4.48 5.455 0 3.295-1.77 5.455-4.48 5.455zm-.395-9.395c-1.928 0-3.145 1.516-3.145 3.94 0 2.415 1.217 3.94 3.135 3.94 1.958 0 3.125-1.476 3.125-3.94s-1.167-3.94-3.115-3.94zm-9.583 2.317c0-1.554-.741-2.317-2.244-2.317-1.484 0-2.473 1.095-2.473 2.435v6.775h-1.701V18.01c0-1.251-.88-2.053-2.224-2.053-1.395 0-2.473 1.193-2.473 2.679v6.531h-1.7V14.628h1.621v1.662h.158c.485-1.174 1.553-1.848 2.977-1.848 1.444 0 2.452.753 2.947 1.848h.158c.574-1.115 1.79-1.848 3.263-1.848 2.176 0 3.392 1.232 3.392 3.441v7.284h-1.701v-6.893z"/>
         | 
| 14 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            +
                <defs>
         | 
| 3 | 
            +
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            +
                        <stop offset="0%" stop-color="#F45F5F"/>
         | 
| 5 | 
            +
                        <stop offset="100%" stop-color="#EE3C3C"/>
         | 
| 6 | 
            +
                    </linearGradient>
         | 
| 7 | 
            +
                </defs>
         | 
| 8 | 
            +
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            +
                <path fill-rule="evenodd" fill="#FF8578" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            +
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            +
                      d="M19.162 81.782c2.206 2.801 6.763 2.983 10.179.41 1.389-1.048 2.351-2.392 2.884-3.802.307-.595.508-1.921.508-2.885V54.858l24.579-6.073V60.93c0 4.015-2.404 4.916-3.516 5.121-.097.011-.192.034-.289.052l-.124.014.018.006a8.981 8.981 0 0 0-3.829 1.667c-3.415 2.574-4.397 6.93-2.191 9.731 2.206 2.801 6.763 2.986 10.179.413 1.728-1.304 2.828-3.064 3.211-4.847.133-.433.228-.686.228-1.226V42.712c0-1.592-2.059-4.131-3.687-3.644l-25.808 6.073c-1.628.485-2.458 2.052-2.458 3.644v17.003c0 4.022-2.413 4.322-3.522 4.524-.056.008-.112.026-.171.034a3.291 3.291 0 0 1-.239.032l.032.014a9.021 9.021 0 0 0-3.793 1.659c-3.415 2.574-4.394 6.93-2.191 9.731z"/>
         | 
| 12 | 
            +
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            +
                      d="M49.544 17.707v.157c1.938.244 3.115 1.574 3.115 3.5 0 2.326-2.205 4.135-5.024 4.135-2.897 0-4.895-1.594-5.023-4.008h1.721c.158 1.505 1.443 2.473 3.283 2.473 1.878 0 3.213-1.105 3.213-2.649 0-1.633-1.255-2.65-3.283-2.65h-1.809V17.16h1.73c1.622 0 2.769-1.037 2.769-2.503 0-1.437-1.098-2.395-2.739-2.395-1.642 0-2.719.899-2.868 2.415h-1.73c.178-2.445 1.948-3.95 4.667-3.95 2.492 0 4.48 1.642 4.48 3.695 0 1.682-.94 2.914-2.502 3.285zm-13.851 7.645c-1.522 0-2.749-.655-3.332-1.769h-.158v5.103h-1.701V14.628h1.622v1.759h.158c.682-1.212 1.958-1.945 3.411-1.945 2.72 0 4.48 2.141 4.48 5.455 0 3.295-1.77 5.455-4.48 5.455zm-.395-9.395c-1.928 0-3.145 1.516-3.145 3.94 0 2.415 1.217 3.94 3.135 3.94 1.958 0 3.125-1.476 3.125-3.94s-1.167-3.94-3.115-3.94zm-9.583 2.317c0-1.554-.741-2.317-2.244-2.317-1.484 0-2.473 1.095-2.473 2.435v6.775h-1.701V18.01c0-1.251-.88-2.053-2.224-2.053-1.395 0-2.473 1.193-2.473 2.679v6.531h-1.7V14.628h1.621v1.662h.158c.485-1.174 1.553-1.848 2.977-1.848 1.444 0 2.452.753 2.947 1.848h.158c.574-1.115 1.79-1.848 3.263-1.848 2.176 0 3.392 1.232 3.392 3.441v7.284h-1.701v-6.893z"/>
         | 
| 14 | 
            +
            </svg>
         | 
| @@ -1,12 +1,12 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            -
                <defs>
         | 
| 3 | 
            -
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            -
                        <stop offset="0%" stop-color="#9E9EEE"/>
         | 
| 5 | 
            -
                        <stop offset="100%" stop-color="#7D7CE5"/>
         | 
| 6 | 
            -
                    </linearGradient>
         | 
| 7 | 
            -
                </defs>
         | 
| 8 | 
            -
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            -
                <path fill-rule="evenodd" fill="#D9DEFA" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            -
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 11 | 
            -
                      d="M60.077 53.243v2.924h-1.741v-2.924h-6.952V51.64c1.276-2.239 3.541-5.778 6.112-9.581h2.581v9.61h2.027v1.574h-2.027zm-1.731-9.551h-.119c-1.463 2.102-3.322 5.015-5.023 7.87v.117h5.142v-7.987zm-13.653 12.66c-1.522 0-2.749-.655-3.332-1.769h-.158v5.103h-1.701V45.628h1.622v1.759h.158c.682-1.212 1.958-1.945 3.411-1.945 2.72 0 4.48 2.141 4.48 5.455 0 3.295-1.77 5.455-4.48 5.455zm-.395-9.395c-1.928 0-3.145 1.516-3.145 3.94 0 2.415 1.217 3.94 3.135 3.94 1.958 0 3.125-1.476 3.125-3.94s-1.167-3.94-3.115-3.94zm-9.583 2.317c0-1.554-.741-2.317-2.244-2.317-1.484 0-2.473 1.095-2.473 2.435v6.775h-1.701V49.01c0-1.251-.88-2.053-2.224-2.053-1.395 0-2.473 1.193-2.473 2.679v6.531h-1.7V45.628h1.621v1.662h.158c.485-1.174 1.553-1.848 2.977-1.848 1.444 0 2.452.753 2.947 1.848h.158c.574-1.115 1.79-1.848 3.263-1.848 2.176 0 3.392 1.232 3.392 3.441v7.284h-1.701v-6.893z"/>
         | 
| 12 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            +
                <defs>
         | 
| 3 | 
            +
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            +
                        <stop offset="0%" stop-color="#9E9EEE"/>
         | 
| 5 | 
            +
                        <stop offset="100%" stop-color="#7D7CE5"/>
         | 
| 6 | 
            +
                    </linearGradient>
         | 
| 7 | 
            +
                </defs>
         | 
| 8 | 
            +
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            +
                <path fill-rule="evenodd" fill="#D9DEFA" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            +
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 11 | 
            +
                      d="M60.077 53.243v2.924h-1.741v-2.924h-6.952V51.64c1.276-2.239 3.541-5.778 6.112-9.581h2.581v9.61h2.027v1.574h-2.027zm-1.731-9.551h-.119c-1.463 2.102-3.322 5.015-5.023 7.87v.117h5.142v-7.987zm-13.653 12.66c-1.522 0-2.749-.655-3.332-1.769h-.158v5.103h-1.701V45.628h1.622v1.759h.158c.682-1.212 1.958-1.945 3.411-1.945 2.72 0 4.48 2.141 4.48 5.455 0 3.295-1.77 5.455-4.48 5.455zm-.395-9.395c-1.928 0-3.145 1.516-3.145 3.94 0 2.415 1.217 3.94 3.135 3.94 1.958 0 3.125-1.476 3.125-3.94s-1.167-3.94-3.115-3.94zm-9.583 2.317c0-1.554-.741-2.317-2.244-2.317-1.484 0-2.473 1.095-2.473 2.435v6.775h-1.701V49.01c0-1.251-.88-2.053-2.224-2.053-1.395 0-2.473 1.193-2.473 2.679v6.531h-1.7V45.628h1.621v1.662h.158c.485-1.174 1.553-1.848 2.977-1.848 1.444 0 2.452.753 2.947 1.848h.158c.574-1.115 1.79-1.848 3.263-1.848 2.176 0 3.392 1.232 3.392 3.441v7.284h-1.701v-6.893z"/>
         | 
| 12 | 
            +
            </svg>
         | 
| @@ -1,14 +1,14 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            -
                <defs>
         | 
| 3 | 
            -
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            -
                        <stop offset="0%" stop-color="#F45F5F"/>
         | 
| 5 | 
            -
                        <stop offset="100%" stop-color="#EE3C3C"/>
         | 
| 6 | 
            -
                    </linearGradient>
         | 
| 7 | 
            -
                </defs>
         | 
| 8 | 
            -
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            -
                <path fill-rule="evenodd" fill="#FF8578" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            -
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            -
                      d="M64.422 71.822c-.27.962-.943.686-1.482 1.237-.27-.275-.808.274-1.348 0-2.964.274-8.084-1.649-11.991-3.847-5.39.687-11.184 2.747-16.439 3.847-4.581 8.653-7.815 11.538-10.779 11.95-.27-.275-1.212 0-1.482-.55l-1.078-.412c-.674-.962-1.078-1.099-.674-2.197.405-1.924 2.964-5.083 7.007-7.281.404-.412 2.56-1.373 2.56-1.51l1.212-.551c1.078-2.059 2.426-4.395 3.773-7.142l.135-.137 4.042-8.791.404-.824c-1.751-6.869-2.425-11.264-1.751-14.973.538-.549 1.212-1.923 2.829-1.511l.674-.137c1.212.275 2.021.824 2.425 1.923l.135.275c0 .549.135.275.135.961.404 2.473-1.078 11.264-1.078 11.127 0 .549-.135.549-.135 1.098 1.078 3.435 3.369 7.555 6.063 9.478.944 1.236 2.291 1.511 3.369 2.611 2.695-.825 5.12-.276 7.276-.688 3.233.412 4.985.412 6.063 1.51v-.136c.269.549.674.824.674 1.373 0 .961.269 2.885-.539 3.297zm-37.054 3.984c-2.748 2.8-4.972 5.08-5.469 6.845-.018.005-.037.018-.055.022v.138c.012-.052.04-.108.055-.16 1.602-.453 3.351-2.917 6.682-7.807-.674.412-.808.962-1.213.962zm12.397-35.303c-.27-.274-.404 3.573-.404 3.298 0 1.648.538 4.532.808 6.18.673-1.373 1.077-2.609 1.077-4.944 0-1.923-.404-4.945-1.481-4.534zm5.793 25.962c-2.156-2.197-4.312-4.121-5.659-7.417-.674 2.198-1.751 4.67-3.503 7.829-.808 1.236-1.213 2.747-2.021 3.572v.137c3.638-1.511 7.546-2.061 12.126-3.572-.134.138-.673-.549-.943-.549zM61.997 68.8c-1.617 0-2.021-.687-3.773-.275-.674-.412-2.021 0-2.964 0 2.829 1.373 4.85 1.649 6.602 2.06.27-.274 1.482.276 1.482-.411v.137c.404-.413.404-.825-1.347-1.511z"/>
         | 
| 12 | 
            -
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            -
                      d="M41.658 11.959c-1.018 0-1.592.508-1.592 1.691v.978h2.443v1.407h-2.443v9.132h-1.701v-9.132h-1.77v-1.407h1.77v-1.027c0-2.16 1.138-3.06 3.194-3.06.337 0 .633.03 1.049.098v1.408a5.133 5.133 0 0 0-.95-.088zm-8.916 11.526h-.158c-.672 1.173-1.938 1.867-3.411 1.867-2.73 0-4.48-2.141-4.48-5.455 0-3.304 1.77-5.455 4.48-5.455 1.483 0 2.739.694 3.342 1.848h.148v-5.847h1.701v14.724h-1.622v-1.682zm-3.174-7.528c-1.938 0-3.115 1.486-3.115 3.94 0 2.464 1.167 3.94 3.115 3.94 1.938 0 3.135-1.506 3.135-3.94 0-2.415-1.206-3.94-3.135-3.94zm-11.477 9.395c-1.523 0-2.749-.655-3.332-1.769H14.6v5.103h-1.7V14.628h1.621v1.759h.158c.683-1.212 1.958-1.945 3.412-1.945 2.719 0 4.48 2.141 4.48 5.455 0 3.295-1.77 5.455-4.48 5.455zm-.395-9.395c-1.929 0-3.145 1.516-3.145 3.94 0 2.415 1.216 3.94 3.135 3.94 1.958 0 3.124-1.476 3.124-3.94s-1.166-3.94-3.114-3.94z"/>
         | 
| 14 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            +
                <defs>
         | 
| 3 | 
            +
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            +
                        <stop offset="0%" stop-color="#F45F5F"/>
         | 
| 5 | 
            +
                        <stop offset="100%" stop-color="#EE3C3C"/>
         | 
| 6 | 
            +
                    </linearGradient>
         | 
| 7 | 
            +
                </defs>
         | 
| 8 | 
            +
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            +
                <path fill-rule="evenodd" fill="#FF8578" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            +
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            +
                      d="M64.422 71.822c-.27.962-.943.686-1.482 1.237-.27-.275-.808.274-1.348 0-2.964.274-8.084-1.649-11.991-3.847-5.39.687-11.184 2.747-16.439 3.847-4.581 8.653-7.815 11.538-10.779 11.95-.27-.275-1.212 0-1.482-.55l-1.078-.412c-.674-.962-1.078-1.099-.674-2.197.405-1.924 2.964-5.083 7.007-7.281.404-.412 2.56-1.373 2.56-1.51l1.212-.551c1.078-2.059 2.426-4.395 3.773-7.142l.135-.137 4.042-8.791.404-.824c-1.751-6.869-2.425-11.264-1.751-14.973.538-.549 1.212-1.923 2.829-1.511l.674-.137c1.212.275 2.021.824 2.425 1.923l.135.275c0 .549.135.275.135.961.404 2.473-1.078 11.264-1.078 11.127 0 .549-.135.549-.135 1.098 1.078 3.435 3.369 7.555 6.063 9.478.944 1.236 2.291 1.511 3.369 2.611 2.695-.825 5.12-.276 7.276-.688 3.233.412 4.985.412 6.063 1.51v-.136c.269.549.674.824.674 1.373 0 .961.269 2.885-.539 3.297zm-37.054 3.984c-2.748 2.8-4.972 5.08-5.469 6.845-.018.005-.037.018-.055.022v.138c.012-.052.04-.108.055-.16 1.602-.453 3.351-2.917 6.682-7.807-.674.412-.808.962-1.213.962zm12.397-35.303c-.27-.274-.404 3.573-.404 3.298 0 1.648.538 4.532.808 6.18.673-1.373 1.077-2.609 1.077-4.944 0-1.923-.404-4.945-1.481-4.534zm5.793 25.962c-2.156-2.197-4.312-4.121-5.659-7.417-.674 2.198-1.751 4.67-3.503 7.829-.808 1.236-1.213 2.747-2.021 3.572v.137c3.638-1.511 7.546-2.061 12.126-3.572-.134.138-.673-.549-.943-.549zM61.997 68.8c-1.617 0-2.021-.687-3.773-.275-.674-.412-2.021 0-2.964 0 2.829 1.373 4.85 1.649 6.602 2.06.27-.274 1.482.276 1.482-.411v.137c.404-.413.404-.825-1.347-1.511z"/>
         | 
| 12 | 
            +
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            +
                      d="M41.658 11.959c-1.018 0-1.592.508-1.592 1.691v.978h2.443v1.407h-2.443v9.132h-1.701v-9.132h-1.77v-1.407h1.77v-1.027c0-2.16 1.138-3.06 3.194-3.06.337 0 .633.03 1.049.098v1.408a5.133 5.133 0 0 0-.95-.088zm-8.916 11.526h-.158c-.672 1.173-1.938 1.867-3.411 1.867-2.73 0-4.48-2.141-4.48-5.455 0-3.304 1.77-5.455 4.48-5.455 1.483 0 2.739.694 3.342 1.848h.148v-5.847h1.701v14.724h-1.622v-1.682zm-3.174-7.528c-1.938 0-3.115 1.486-3.115 3.94 0 2.464 1.167 3.94 3.115 3.94 1.938 0 3.135-1.506 3.135-3.94 0-2.415-1.206-3.94-3.135-3.94zm-11.477 9.395c-1.523 0-2.749-.655-3.332-1.769H14.6v5.103h-1.7V14.628h1.621v1.759h.158c.683-1.212 1.958-1.945 3.412-1.945 2.719 0 4.48 2.141 4.48 5.455 0 3.295-1.77 5.455-4.48 5.455zm-.395-9.395c-1.929 0-3.145 1.516-3.145 3.94 0 2.415 1.216 3.94 3.135 3.94 1.958 0 3.124-1.476 3.124-3.94s-1.166-3.94-3.114-3.94z"/>
         | 
| 14 | 
            +
            </svg>
         | 
| @@ -1,14 +1,14 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            -
                <defs>
         | 
| 3 | 
            -
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            -
                        <stop offset="0%" stop-color="#4D9CFC"/>
         | 
| 5 | 
            -
                        <stop offset="100%" stop-color="#2B79FA"/>
         | 
| 6 | 
            -
                    </linearGradient>
         | 
| 7 | 
            -
                </defs>
         | 
| 8 | 
            -
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            -
                <path fill-rule="evenodd" fill="#A6CAFD" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            -
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            -
                      d="M43.583 59.101s.974-5.495 5.008-9.477c4.033-3.982 9.598-4.944 9.598-4.944s-.974 5.494-5.008 9.477c-4.033 3.982-9.598 4.944-9.598 4.944zm-4.675-10.909c0-5.632 3.245-10.197 3.245-10.197s3.246 4.565 3.246 10.197c0 5.632-3.246 10.198-3.246 10.198s-3.245-4.566-3.245-10.198zm-8.042 5.64c-4.074-3.999-5.058-9.517-5.058-9.517s5.621.967 9.695 4.966c4.075 3.999 5.059 9.516 5.059 9.516s-5.621-.966-9.696-4.965zm8.934 6.452s-4.667 3.242-10.412 3.258c-5.745.017-10.392-3.198-10.392-3.198s4.666-3.241 10.411-3.258c5.745-.016 10.393 3.198 10.393 3.198zm.762 1.598s-.984 5.518-5.059 9.517c-4.074 3.999-9.695 4.965-9.695 4.965s.984-5.517 5.058-9.517c4.075-3.999 9.696-4.965 9.696-4.965zm4.686 10.844c-.017 5.673-3.3 10.28-3.3 10.28s-3.256-4.588-3.239-10.261c.017-5.672 3.3-10.279 3.3-10.279s3.256 4.588 3.239 10.26zm-.903-12.172s4.624-3.205 10.328-3.205 10.329 3.205 10.329 3.205-4.625 3.205-10.329 3.205c-5.704 0-10.328-3.205-10.328-3.205zm8.836 6.552c4.034 3.982 5.008 9.477 5.008 9.477s-5.565-.962-9.598-4.945c-4.034-3.982-5.008-9.477-5.008-9.477s5.565.962 9.598 4.945z"/>
         | 
| 12 | 
            -
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            -
                      d="M41.77 29.438c-2.571 0-4.213-1.144-4.47-2.884h1.8c.188.86 1.137 1.417 2.67 1.417 1.908 0 3.045-.929 3.045-2.483v-2.073h-.158c-.672 1.164-1.879 1.819-3.342 1.819-2.759 0-4.47-2.112-4.47-5.27 0-3.157 1.731-5.298 4.47-5.298 1.493 0 2.808.723 3.421 1.857h.158v-1.672h1.622v10.725c0 2.356-1.839 3.862-4.746 3.862zm-.08-13.257c-1.977 0-3.085 1.486-3.085 3.783 0 2.298 1.108 3.784 3.085 3.784 1.978 0 3.165-1.486 3.165-3.784 0-2.297-1.197-3.783-3.165-3.783zm-9.104 2.796c0-1.897-.811-2.796-2.512-2.796s-2.798 1.124-2.798 2.972v6.237h-1.701V14.851h1.622v1.662h.158c.534-1.163 1.572-1.847 3.204-1.847 2.393 0 3.728 1.398 3.728 3.9v6.824h-1.701v-6.413zm-14.147 6.599c-1.523 0-2.749-.655-3.333-1.77h-.158v5.104h-1.701V14.851h1.622v1.76h.158c.683-1.212 1.958-1.945 3.412-1.945 2.719 0 4.479 2.141 4.479 5.455 0 3.294-1.77 5.455-4.479 5.455zm-.396-9.395c-1.928 0-3.144 1.515-3.144 3.94 0 2.415 1.216 3.94 3.134 3.94 1.958 0 3.125-1.477 3.125-3.94 0-2.464-1.167-3.94-3.115-3.94z"/>
         | 
| 14 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            +
                <defs>
         | 
| 3 | 
            +
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            +
                        <stop offset="0%" stop-color="#4D9CFC"/>
         | 
| 5 | 
            +
                        <stop offset="100%" stop-color="#2B79FA"/>
         | 
| 6 | 
            +
                    </linearGradient>
         | 
| 7 | 
            +
                </defs>
         | 
| 8 | 
            +
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            +
                <path fill-rule="evenodd" fill="#A6CAFD" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            +
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            +
                      d="M43.583 59.101s.974-5.495 5.008-9.477c4.033-3.982 9.598-4.944 9.598-4.944s-.974 5.494-5.008 9.477c-4.033 3.982-9.598 4.944-9.598 4.944zm-4.675-10.909c0-5.632 3.245-10.197 3.245-10.197s3.246 4.565 3.246 10.197c0 5.632-3.246 10.198-3.246 10.198s-3.245-4.566-3.245-10.198zm-8.042 5.64c-4.074-3.999-5.058-9.517-5.058-9.517s5.621.967 9.695 4.966c4.075 3.999 5.059 9.516 5.059 9.516s-5.621-.966-9.696-4.965zm8.934 6.452s-4.667 3.242-10.412 3.258c-5.745.017-10.392-3.198-10.392-3.198s4.666-3.241 10.411-3.258c5.745-.016 10.393 3.198 10.393 3.198zm.762 1.598s-.984 5.518-5.059 9.517c-4.074 3.999-9.695 4.965-9.695 4.965s.984-5.517 5.058-9.517c4.075-3.999 9.696-4.965 9.696-4.965zm4.686 10.844c-.017 5.673-3.3 10.28-3.3 10.28s-3.256-4.588-3.239-10.261c.017-5.672 3.3-10.279 3.3-10.279s3.256 4.588 3.239 10.26zm-.903-12.172s4.624-3.205 10.328-3.205 10.329 3.205 10.329 3.205-4.625 3.205-10.329 3.205c-5.704 0-10.328-3.205-10.328-3.205zm8.836 6.552c4.034 3.982 5.008 9.477 5.008 9.477s-5.565-.962-9.598-4.945c-4.034-3.982-5.008-9.477-5.008-9.477s5.565.962 9.598 4.945z"/>
         | 
| 12 | 
            +
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            +
                      d="M41.77 29.438c-2.571 0-4.213-1.144-4.47-2.884h1.8c.188.86 1.137 1.417 2.67 1.417 1.908 0 3.045-.929 3.045-2.483v-2.073h-.158c-.672 1.164-1.879 1.819-3.342 1.819-2.759 0-4.47-2.112-4.47-5.27 0-3.157 1.731-5.298 4.47-5.298 1.493 0 2.808.723 3.421 1.857h.158v-1.672h1.622v10.725c0 2.356-1.839 3.862-4.746 3.862zm-.08-13.257c-1.977 0-3.085 1.486-3.085 3.783 0 2.298 1.108 3.784 3.085 3.784 1.978 0 3.165-1.486 3.165-3.784 0-2.297-1.197-3.783-3.165-3.783zm-9.104 2.796c0-1.897-.811-2.796-2.512-2.796s-2.798 1.124-2.798 2.972v6.237h-1.701V14.851h1.622v1.662h.158c.534-1.163 1.572-1.847 3.204-1.847 2.393 0 3.728 1.398 3.728 3.9v6.824h-1.701v-6.413zm-14.147 6.599c-1.523 0-2.749-.655-3.333-1.77h-.158v5.104h-1.701V14.851h1.622v1.76h.158c.683-1.212 1.958-1.945 3.412-1.945 2.719 0 4.479 2.141 4.479 5.455 0 3.294-1.77 5.455-4.479 5.455zm-.396-9.395c-1.928 0-3.144 1.515-3.144 3.94 0 2.415 1.216 3.94 3.134 3.94 1.958 0 3.125-1.477 3.125-3.94 0-2.464-1.167-3.94-3.115-3.94z"/>
         | 
| 14 | 
            +
            </svg>
         | 
| @@ -1,24 +1,24 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="85" height="100" viewBox="0 0 85 100">
         | 
| 2 | 
            -
                <defs>
         | 
| 3 | 
            -
                    <linearGradient id="ppt-a" x1="50%" x2="50%" y1="0%" y2="100%">
         | 
| 4 | 
            -
                        <stop offset="0%" stop-color="#E86D36"/>
         | 
| 5 | 
            -
                        <stop offset="100%" stop-color="#FA9B70"/>
         | 
| 6 | 
            -
                    </linearGradient>
         | 
| 7 | 
            -
                </defs>
         | 
| 8 | 
            -
                <g fill="none" fill-rule="evenodd">
         | 
| 9 | 
            -
                    <path fill="url(#ppt-a)"
         | 
| 10 | 
            -
                          d="M6,0 L62.3333333,0 L62.3333333,0 L85,22.8571429 L85,94 C85,97.3137085 82.3137085,100 79,100 L6,100 C2.6862915,100 4.05812251e-16,97.3137085 0,94 L0,6 C-4.05812251e-16,2.6862915 2.6862915,6.08718376e-16 6,0 Z"/>
         | 
| 11 | 
            -
                    <rect width="22.667" height="2.817" x="51" y="33.803" fill="#FFF" opacity=".5"/>
         | 
| 12 | 
            -
                    <rect width="22.667" height="2.817" x="51" y="45.07" fill="#FFF" opacity=".5"/>
         | 
| 13 | 
            -
                    <rect width="22.667" height="2.817" x="51" y="56.338" fill="#FFF" opacity=".5"/>
         | 
| 14 | 
            -
                    <rect width="22.667" height="2.817" x="51" y="67.606" fill="#FFF" opacity=".5"/>
         | 
| 15 | 
            -
                    <path fill="#FFF"
         | 
| 16 | 
            -
                          d="M62.3333333,0 L85,22.5352113 L68.3333333,22.5352113 C65.0196248,22.5352113 62.3333333,19.8489198 62.3333333,16.5352113 L62.3333333,0 L62.3333333,0 Z"
         | 
| 17 | 
            -
                          opacity=".5"/>
         | 
| 18 | 
            -
                    <rect width="42.5" height="42.254" y="30.986" fill="#E96123" rx="2"/>
         | 
| 19 | 
            -
                    <path fill="#FFF" fill-rule="nonzero"
         | 
| 20 | 
            -
                          d="M11.1666667,40.8450704 C11.1666667,39.1882162 12.5098124,37.8450704 14.1666667,37.8450704 L25.5328638,37.8450704 C30.3011815,37.8450704 34.1666667,41.7105556 34.1666667,46.4788732 C34.1666667,51.2471909 30.3011815,55.1126761 25.5328638,55.1126761 L14.1666667,55.1126761 C12.5098124,55.1126761 11.1666667,53.7695303 11.1666667,52.1126761 L11.1666667,40.8450704 Z M17.1666667,49.1126761 L25.5328638,49.1126761 C26.987473,49.1126761 28.1666667,47.9334824 28.1666667,46.4788732 C28.1666667,45.0242641 26.987473,43.8450704 25.5328638,43.8450704 L17.1666667,43.8450704 L17.1666667,49.1126761 Z"/>
         | 
| 21 | 
            -
                    <path stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="6"
         | 
| 22 | 
            -
                          d="M14.1666667,40.8450704 L14.1666667,63.3802817"/>
         | 
| 23 | 
            -
                </g>
         | 
| 24 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="85" height="100" viewBox="0 0 85 100">
         | 
| 2 | 
            +
                <defs>
         | 
| 3 | 
            +
                    <linearGradient id="ppt-a" x1="50%" x2="50%" y1="0%" y2="100%">
         | 
| 4 | 
            +
                        <stop offset="0%" stop-color="#E86D36"/>
         | 
| 5 | 
            +
                        <stop offset="100%" stop-color="#FA9B70"/>
         | 
| 6 | 
            +
                    </linearGradient>
         | 
| 7 | 
            +
                </defs>
         | 
| 8 | 
            +
                <g fill="none" fill-rule="evenodd">
         | 
| 9 | 
            +
                    <path fill="url(#ppt-a)"
         | 
| 10 | 
            +
                          d="M6,0 L62.3333333,0 L62.3333333,0 L85,22.8571429 L85,94 C85,97.3137085 82.3137085,100 79,100 L6,100 C2.6862915,100 4.05812251e-16,97.3137085 0,94 L0,6 C-4.05812251e-16,2.6862915 2.6862915,6.08718376e-16 6,0 Z"/>
         | 
| 11 | 
            +
                    <rect width="22.667" height="2.817" x="51" y="33.803" fill="#FFF" opacity=".5"/>
         | 
| 12 | 
            +
                    <rect width="22.667" height="2.817" x="51" y="45.07" fill="#FFF" opacity=".5"/>
         | 
| 13 | 
            +
                    <rect width="22.667" height="2.817" x="51" y="56.338" fill="#FFF" opacity=".5"/>
         | 
| 14 | 
            +
                    <rect width="22.667" height="2.817" x="51" y="67.606" fill="#FFF" opacity=".5"/>
         | 
| 15 | 
            +
                    <path fill="#FFF"
         | 
| 16 | 
            +
                          d="M62.3333333,0 L85,22.5352113 L68.3333333,22.5352113 C65.0196248,22.5352113 62.3333333,19.8489198 62.3333333,16.5352113 L62.3333333,0 L62.3333333,0 Z"
         | 
| 17 | 
            +
                          opacity=".5"/>
         | 
| 18 | 
            +
                    <rect width="42.5" height="42.254" y="30.986" fill="#E96123" rx="2"/>
         | 
| 19 | 
            +
                    <path fill="#FFF" fill-rule="nonzero"
         | 
| 20 | 
            +
                          d="M11.1666667,40.8450704 C11.1666667,39.1882162 12.5098124,37.8450704 14.1666667,37.8450704 L25.5328638,37.8450704 C30.3011815,37.8450704 34.1666667,41.7105556 34.1666667,46.4788732 C34.1666667,51.2471909 30.3011815,55.1126761 25.5328638,55.1126761 L14.1666667,55.1126761 C12.5098124,55.1126761 11.1666667,53.7695303 11.1666667,52.1126761 L11.1666667,40.8450704 Z M17.1666667,49.1126761 L25.5328638,49.1126761 C26.987473,49.1126761 28.1666667,47.9334824 28.1666667,46.4788732 C28.1666667,45.0242641 26.987473,43.8450704 25.5328638,43.8450704 L17.1666667,43.8450704 L17.1666667,49.1126761 Z"/>
         | 
| 21 | 
            +
                    <path stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="6"
         | 
| 22 | 
            +
                          d="M14.1666667,40.8450704 L14.1666667,63.3802817"/>
         | 
| 23 | 
            +
                </g>
         | 
| 24 | 
            +
            </svg>
         | 
| @@ -1,24 +1,24 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="85" height="100" viewBox="0 0 85 100">
         | 
| 2 | 
            -
                <defs>
         | 
| 3 | 
            -
                    <linearGradient id="ppt-a" x1="50%" x2="50%" y1="0%" y2="100%">
         | 
| 4 | 
            -
                        <stop offset="0%" stop-color="#E86D36"/>
         | 
| 5 | 
            -
                        <stop offset="100%" stop-color="#FA9B70"/>
         | 
| 6 | 
            -
                    </linearGradient>
         | 
| 7 | 
            -
                </defs>
         | 
| 8 | 
            -
                <g fill="none" fill-rule="evenodd">
         | 
| 9 | 
            -
                    <path fill="url(#ppt-a)"
         | 
| 10 | 
            -
                          d="M6,0 L62.3333333,0 L62.3333333,0 L85,22.8571429 L85,94 C85,97.3137085 82.3137085,100 79,100 L6,100 C2.6862915,100 4.05812251e-16,97.3137085 0,94 L0,6 C-4.05812251e-16,2.6862915 2.6862915,6.08718376e-16 6,0 Z"/>
         | 
| 11 | 
            -
                    <rect width="22.667" height="2.817" x="51" y="33.803" fill="#FFF" opacity=".5"/>
         | 
| 12 | 
            -
                    <rect width="22.667" height="2.817" x="51" y="45.07" fill="#FFF" opacity=".5"/>
         | 
| 13 | 
            -
                    <rect width="22.667" height="2.817" x="51" y="56.338" fill="#FFF" opacity=".5"/>
         | 
| 14 | 
            -
                    <rect width="22.667" height="2.817" x="51" y="67.606" fill="#FFF" opacity=".5"/>
         | 
| 15 | 
            -
                    <path fill="#FFF"
         | 
| 16 | 
            -
                          d="M62.3333333,0 L85,22.5352113 L68.3333333,22.5352113 C65.0196248,22.5352113 62.3333333,19.8489198 62.3333333,16.5352113 L62.3333333,0 L62.3333333,0 Z"
         | 
| 17 | 
            -
                          opacity=".5"/>
         | 
| 18 | 
            -
                    <rect width="42.5" height="42.254" y="30.986" fill="#E96123" rx="2"/>
         | 
| 19 | 
            -
                    <path fill="#FFF" fill-rule="nonzero"
         | 
| 20 | 
            -
                          d="M11.1666667,40.8450704 C11.1666667,39.1882162 12.5098124,37.8450704 14.1666667,37.8450704 L25.5328638,37.8450704 C30.3011815,37.8450704 34.1666667,41.7105556 34.1666667,46.4788732 C34.1666667,51.2471909 30.3011815,55.1126761 25.5328638,55.1126761 L14.1666667,55.1126761 C12.5098124,55.1126761 11.1666667,53.7695303 11.1666667,52.1126761 L11.1666667,40.8450704 Z M17.1666667,49.1126761 L25.5328638,49.1126761 C26.987473,49.1126761 28.1666667,47.9334824 28.1666667,46.4788732 C28.1666667,45.0242641 26.987473,43.8450704 25.5328638,43.8450704 L17.1666667,43.8450704 L17.1666667,49.1126761 Z"/>
         | 
| 21 | 
            -
                    <path stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="6"
         | 
| 22 | 
            -
                          d="M14.1666667,40.8450704 L14.1666667,63.3802817"/>
         | 
| 23 | 
            -
                </g>
         | 
| 24 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="85" height="100" viewBox="0 0 85 100">
         | 
| 2 | 
            +
                <defs>
         | 
| 3 | 
            +
                    <linearGradient id="ppt-a" x1="50%" x2="50%" y1="0%" y2="100%">
         | 
| 4 | 
            +
                        <stop offset="0%" stop-color="#E86D36"/>
         | 
| 5 | 
            +
                        <stop offset="100%" stop-color="#FA9B70"/>
         | 
| 6 | 
            +
                    </linearGradient>
         | 
| 7 | 
            +
                </defs>
         | 
| 8 | 
            +
                <g fill="none" fill-rule="evenodd">
         | 
| 9 | 
            +
                    <path fill="url(#ppt-a)"
         | 
| 10 | 
            +
                          d="M6,0 L62.3333333,0 L62.3333333,0 L85,22.8571429 L85,94 C85,97.3137085 82.3137085,100 79,100 L6,100 C2.6862915,100 4.05812251e-16,97.3137085 0,94 L0,6 C-4.05812251e-16,2.6862915 2.6862915,6.08718376e-16 6,0 Z"/>
         | 
| 11 | 
            +
                    <rect width="22.667" height="2.817" x="51" y="33.803" fill="#FFF" opacity=".5"/>
         | 
| 12 | 
            +
                    <rect width="22.667" height="2.817" x="51" y="45.07" fill="#FFF" opacity=".5"/>
         | 
| 13 | 
            +
                    <rect width="22.667" height="2.817" x="51" y="56.338" fill="#FFF" opacity=".5"/>
         | 
| 14 | 
            +
                    <rect width="22.667" height="2.817" x="51" y="67.606" fill="#FFF" opacity=".5"/>
         | 
| 15 | 
            +
                    <path fill="#FFF"
         | 
| 16 | 
            +
                          d="M62.3333333,0 L85,22.5352113 L68.3333333,22.5352113 C65.0196248,22.5352113 62.3333333,19.8489198 62.3333333,16.5352113 L62.3333333,0 L62.3333333,0 Z"
         | 
| 17 | 
            +
                          opacity=".5"/>
         | 
| 18 | 
            +
                    <rect width="42.5" height="42.254" y="30.986" fill="#E96123" rx="2"/>
         | 
| 19 | 
            +
                    <path fill="#FFF" fill-rule="nonzero"
         | 
| 20 | 
            +
                          d="M11.1666667,40.8450704 C11.1666667,39.1882162 12.5098124,37.8450704 14.1666667,37.8450704 L25.5328638,37.8450704 C30.3011815,37.8450704 34.1666667,41.7105556 34.1666667,46.4788732 C34.1666667,51.2471909 30.3011815,55.1126761 25.5328638,55.1126761 L14.1666667,55.1126761 C12.5098124,55.1126761 11.1666667,53.7695303 11.1666667,52.1126761 L11.1666667,40.8450704 Z M17.1666667,49.1126761 L25.5328638,49.1126761 C26.987473,49.1126761 28.1666667,47.9334824 28.1666667,46.4788732 C28.1666667,45.0242641 26.987473,43.8450704 25.5328638,43.8450704 L17.1666667,43.8450704 L17.1666667,49.1126761 Z"/>
         | 
| 21 | 
            +
                    <path stroke="#FFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="6"
         | 
| 22 | 
            +
                          d="M14.1666667,40.8450704 L14.1666667,63.3802817"/>
         | 
| 23 | 
            +
                </g>
         | 
| 24 | 
            +
            </svg>
         | 
| @@ -1,12 +1,12 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            -
              <defs>
         | 
| 3 | 
            -
                <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            -
                  <stop offset="0%" stop-color="#28B1FB"/>
         | 
| 5 | 
            -
                  <stop offset="100%" stop-color="#1292F9"/>
         | 
| 6 | 
            -
                </linearGradient>
         | 
| 7 | 
            -
              </defs>
         | 
| 8 | 
            -
              <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            -
              <path fill-rule="evenodd" fill="#B1DAFD" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            -
              <path fill-rule="evenodd" opacity=".6" fill="#FFF" d="M38.38 64.488s8.168-4.9 12.766-2.965a93.133 93.133 0 0 0 2.811-4.614c-4.498-1.102-10.451-.11-10.451-.11s7.618-4.571 12.281-3.14c.935-1.686 1.845-3.35 2.722-4.898-3.716-.251-7.314.349-7.314.349s4.772-2.863 9.074-3.348c1.353-2.197 2.61-3.92 3.741-4.768-22.466 0-35.882 25.63-41.008 41.008h2.563l7.689-12.815s2.563 2.563 10.252 0c1.821-.607 3.642-2.293 5.429-4.563-4.509-1.144-10.555-.136-10.555-.136z"/>
         | 
| 11 | 
            -
              <path fill-rule="evenodd" fill="#FFF" d="M42.844 25.446v-1.641h-.154c-.657 1.145-1.892 1.822-3.33 1.822-2.663 0-4.371-2.089-4.371-5.323 0-3.225 1.727-5.324 4.371-5.324 1.448 0 2.673.677 3.262 1.803h.145v-5.705h1.66v14.368h-1.583zm-3.098-8.987c-1.891 0-3.04 1.45-3.04 3.845 0 2.404 1.139 3.844 3.04 3.844 1.892 0 3.059-1.469 3.059-3.844 0-2.357-1.177-3.845-3.059-3.845zm-11.338 2.89l1.602.382c1.959.468 2.904 1.307 2.904 2.786 0 1.841-1.804 3.11-4.169 3.11-2.316 0-3.908-1.097-4.091-2.805h1.708c.28.868 1.11 1.422 2.441 1.422 1.4 0 2.403-.658 2.403-1.603 0-.706-.54-1.183-1.65-1.45l-1.785-.43c-1.95-.467-2.837-1.297-2.837-2.785 0-1.708 1.669-2.996 3.879-2.996 2.181 0 3.696 1.068 3.918 2.757H31.09c-.221-.82-1.032-1.364-2.287-1.364-1.235 0-2.2.62-2.2 1.536 0 .706.579 1.145 1.805 1.44zM18.21 25.627c-1.487 0-2.683-.639-3.253-1.727h-.154v4.981h-1.66v-13.72h1.583v1.717h.154c.666-1.183 1.911-1.898 3.33-1.898 2.653 0 4.371 2.089 4.371 5.324 0 3.215-1.727 5.323-4.371 5.323zm-.387-9.168c-1.881 0-3.068 1.478-3.068 3.845 0 2.356 1.187 3.844 3.059 3.844 1.911 0 3.049-1.44 3.049-3.844 0-2.405-1.138-3.845-3.04-3.845z"/>
         | 
| 12 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            +
              <defs>
         | 
| 3 | 
            +
                <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            +
                  <stop offset="0%" stop-color="#28B1FB"/>
         | 
| 5 | 
            +
                  <stop offset="100%" stop-color="#1292F9"/>
         | 
| 6 | 
            +
                </linearGradient>
         | 
| 7 | 
            +
              </defs>
         | 
| 8 | 
            +
              <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            +
              <path fill-rule="evenodd" fill="#B1DAFD" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            +
              <path fill-rule="evenodd" opacity=".6" fill="#FFF" d="M38.38 64.488s8.168-4.9 12.766-2.965a93.133 93.133 0 0 0 2.811-4.614c-4.498-1.102-10.451-.11-10.451-.11s7.618-4.571 12.281-3.14c.935-1.686 1.845-3.35 2.722-4.898-3.716-.251-7.314.349-7.314.349s4.772-2.863 9.074-3.348c1.353-2.197 2.61-3.92 3.741-4.768-22.466 0-35.882 25.63-41.008 41.008h2.563l7.689-12.815s2.563 2.563 10.252 0c1.821-.607 3.642-2.293 5.429-4.563-4.509-1.144-10.555-.136-10.555-.136z"/>
         | 
| 11 | 
            +
              <path fill-rule="evenodd" fill="#FFF" d="M42.844 25.446v-1.641h-.154c-.657 1.145-1.892 1.822-3.33 1.822-2.663 0-4.371-2.089-4.371-5.323 0-3.225 1.727-5.324 4.371-5.324 1.448 0 2.673.677 3.262 1.803h.145v-5.705h1.66v14.368h-1.583zm-3.098-8.987c-1.891 0-3.04 1.45-3.04 3.845 0 2.404 1.139 3.844 3.04 3.844 1.892 0 3.059-1.469 3.059-3.844 0-2.357-1.177-3.845-3.059-3.845zm-11.338 2.89l1.602.382c1.959.468 2.904 1.307 2.904 2.786 0 1.841-1.804 3.11-4.169 3.11-2.316 0-3.908-1.097-4.091-2.805h1.708c.28.868 1.11 1.422 2.441 1.422 1.4 0 2.403-.658 2.403-1.603 0-.706-.54-1.183-1.65-1.45l-1.785-.43c-1.95-.467-2.837-1.297-2.837-2.785 0-1.708 1.669-2.996 3.879-2.996 2.181 0 3.696 1.068 3.918 2.757H31.09c-.221-.82-1.032-1.364-2.287-1.364-1.235 0-2.2.62-2.2 1.536 0 .706.579 1.145 1.805 1.44zM18.21 25.627c-1.487 0-2.683-.639-3.253-1.727h-.154v4.981h-1.66v-13.72h1.583v1.717h.154c.666-1.183 1.911-1.898 3.33-1.898 2.653 0 4.371 2.089 4.371 5.324 0 3.215-1.727 5.323-4.371 5.323zm-.387-9.168c-1.881 0-3.068 1.478-3.068 3.845 0 2.356 1.187 3.844 3.059 3.844 1.911 0 3.049-1.44 3.049-3.844 0-2.405-1.138-3.845-3.04-3.845z"/>
         | 
| 12 | 
            +
            </svg>
         | 
| @@ -1,12 +1,12 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="99" height="100" viewBox="0 0 99 100">
         | 
| 2 | 
            -
                <g fill="none" fill-rule="evenodd">
         | 
| 3 | 
            -
                    <path fill="#43BA73"
         | 
| 4 | 
            -
                          d="M4,69.0140845 L95,69.0140845 C97.209139,69.0140845 99,70.8049455 99,73.0140845 L99,88 C99,94.627417 93.627417,100 87,100 L12,100 C5.372583,100 8.11624501e-16,94.627417 0,88 L0,73.0140845 C-2.705415e-16,70.8049455 1.790861,69.0140845 4,69.0140845 Z"/>
         | 
| 5 | 
            -
                    <path fill="#4AB0F7"
         | 
| 6 | 
            -
                          d="M12,0 L87,0 C93.627417,-5.32740867e-15 99,5.372583 99,12 L99,26.9859155 C99,29.1950545 97.209139,30.9859155 95,30.9859155 L4,30.9859155 C1.790861,30.9859155 2.705415e-16,29.1950545 0,26.9859155 L0,12 C9.64732338e-16,5.372583 5.372583,2.99379359e-15 12,0 Z"/>
         | 
| 7 | 
            -
                    <rect width="99" height="30.986" y="35.211" fill="#F5582E" rx="4"/>
         | 
| 8 | 
            -
                    <rect width="22.629" height="100" x="38.186" fill="#F9C93A"/>
         | 
| 9 | 
            -
                    <path fill="#FFF" fill-rule="nonzero"
         | 
| 10 | 
            -
                          d="M33.7,34.5070423 L65.3,34.5070423 C67.509139,34.5070423 69.3,36.2979033 69.3,38.5070423 L69.3,61.4929577 C69.3,63.7020967 67.509139,65.4929577 65.3,65.4929577 L33.7,65.4929577 C31.490861,65.4929577 29.7,63.7020967 29.7,61.4929577 L29.7,38.5070423 C29.7,36.2979033 31.490861,34.5070423 33.7,34.5070423 Z M41.7,53.4929577 L57.3,53.4929577 L57.3,46.5070423 L41.7,46.5070423 L41.7,53.4929577 Z"/>
         | 
| 11 | 
            -
                </g>
         | 
| 12 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="99" height="100" viewBox="0 0 99 100">
         | 
| 2 | 
            +
                <g fill="none" fill-rule="evenodd">
         | 
| 3 | 
            +
                    <path fill="#43BA73"
         | 
| 4 | 
            +
                          d="M4,69.0140845 L95,69.0140845 C97.209139,69.0140845 99,70.8049455 99,73.0140845 L99,88 C99,94.627417 93.627417,100 87,100 L12,100 C5.372583,100 8.11624501e-16,94.627417 0,88 L0,73.0140845 C-2.705415e-16,70.8049455 1.790861,69.0140845 4,69.0140845 Z"/>
         | 
| 5 | 
            +
                    <path fill="#4AB0F7"
         | 
| 6 | 
            +
                          d="M12,0 L87,0 C93.627417,-5.32740867e-15 99,5.372583 99,12 L99,26.9859155 C99,29.1950545 97.209139,30.9859155 95,30.9859155 L4,30.9859155 C1.790861,30.9859155 2.705415e-16,29.1950545 0,26.9859155 L0,12 C9.64732338e-16,5.372583 5.372583,2.99379359e-15 12,0 Z"/>
         | 
| 7 | 
            +
                    <rect width="99" height="30.986" y="35.211" fill="#F5582E" rx="4"/>
         | 
| 8 | 
            +
                    <rect width="22.629" height="100" x="38.186" fill="#F9C93A"/>
         | 
| 9 | 
            +
                    <path fill="#FFF" fill-rule="nonzero"
         | 
| 10 | 
            +
                          d="M33.7,34.5070423 L65.3,34.5070423 C67.509139,34.5070423 69.3,36.2979033 69.3,38.5070423 L69.3,61.4929577 C69.3,63.7020967 67.509139,65.4929577 65.3,65.4929577 L33.7,65.4929577 C31.490861,65.4929577 29.7,63.7020967 29.7,61.4929577 L29.7,38.5070423 C29.7,36.2979033 31.490861,34.5070423 33.7,34.5070423 Z M41.7,53.4929577 L57.3,53.4929577 L57.3,46.5070423 L41.7,46.5070423 L41.7,53.4929577 Z"/>
         | 
| 11 | 
            +
                </g>
         | 
| 12 | 
            +
            </svg>
         | 
| @@ -1,12 +1,12 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            -
              <defs>
         | 
| 3 | 
            -
                <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            -
                  <stop offset="0%" stop-color="#4D9CFC"/>
         | 
| 5 | 
            -
                  <stop offset="100%" stop-color="#2B79FA"/>
         | 
| 6 | 
            -
                </linearGradient>
         | 
| 7 | 
            -
              </defs>
         | 
| 8 | 
            -
              <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            -
              <path fill-rule="evenodd" fill="#A6CAFD" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            -
              <path fill-rule="evenodd" opacity=".6" fill="#FFF" d="M43.583 59.101s.974-5.495 5.008-9.477c4.033-3.982 9.598-4.944 9.598-4.944s-.974 5.494-5.008 9.477c-4.033 3.982-9.598 4.944-9.598 4.944zm-4.676-10.909c0-5.632 3.246-10.197 3.246-10.197s3.246 4.565 3.246 10.197c0 5.632-3.246 10.198-3.246 10.198s-3.246-4.566-3.246-10.198zm-8.041 5.64c-4.074-3.999-5.058-9.517-5.058-9.517s5.621.967 9.695 4.966 5.059 9.516 5.059 9.516-5.621-.966-9.696-4.965zm8.934 6.452s-4.667 3.242-10.412 3.258c-5.745.017-10.393-3.198-10.393-3.198s4.667-3.241 10.412-3.258c5.745-.016 10.393 3.198 10.393 3.198zm.762 1.598s-.985 5.518-5.059 9.517c-4.074 3.999-9.695 4.965-9.695 4.965s.984-5.517 5.058-9.517c4.075-3.999 9.696-4.965 9.696-4.965zm4.686 10.844c-.017 5.673-3.3 10.28-3.3 10.28s-3.256-4.588-3.239-10.261c.017-5.672 3.3-10.279 3.3-10.279s3.256 4.588 3.239 10.26zm-.903-12.172s4.624-3.205 10.328-3.205 10.328 3.205 10.328 3.205-4.624 3.205-10.328 3.205-10.328-3.205-10.328-3.205zm8.836 6.552c4.034 3.982 5.008 9.477 5.008 9.477s-5.565-.962-9.598-4.945c-4.034-3.982-5.008-9.477-5.008-9.477s5.565.962 9.598 4.945z"/>
         | 
| 11 | 
            -
              <path fill-rule="evenodd" fill="#FFF" d="M39.191 29.438c-2.571 0-4.212-1.144-4.469-2.884h1.799c.188.86 1.138 1.417 2.67 1.417 1.909 0 3.046-.929 3.046-2.483v-2.073h-.158c-.672 1.164-1.879 1.819-3.342 1.819-2.759 0-4.47-2.112-4.47-5.27 0-3.157 1.73-5.298 4.47-5.298 1.493 0 2.808.723 3.421 1.857h.158v-1.672h1.622v10.725c0 2.356-1.839 3.862-4.747 3.862zm-.079-13.257c-1.977 0-3.085 1.486-3.085 3.783 0 2.298 1.108 3.784 3.085 3.784 1.978 0 3.165-1.486 3.165-3.784 0-2.297-1.197-3.783-3.165-3.783zm-12.26 9.209l-3.945-10.539h1.819l2.918 8.682h.158l2.917-8.682h1.819L28.593 25.39h-1.741zM16.56 19.143l1.642.391c2.007.479 2.976 1.34 2.976 2.855 0 1.887-1.849 3.187-4.272 3.187-2.373 0-4.005-1.124-4.193-2.874h1.751c.286.889 1.137 1.456 2.502 1.456 1.433 0 2.462-.674 2.462-1.642 0-.723-.554-1.212-1.691-1.486l-1.83-.44C13.91 20.111 13 19.26 13 17.735c0-1.75 1.711-3.069 3.975-3.069 2.235 0 3.788 1.095 4.015 2.825h-1.681c-.227-.841-1.058-1.398-2.343-1.398-1.266 0-2.255.635-2.255 1.574 0 .723.593 1.173 1.849 1.476z"/>
         | 
| 12 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            +
              <defs>
         | 
| 3 | 
            +
                <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            +
                  <stop offset="0%" stop-color="#4D9CFC"/>
         | 
| 5 | 
            +
                  <stop offset="100%" stop-color="#2B79FA"/>
         | 
| 6 | 
            +
                </linearGradient>
         | 
| 7 | 
            +
              </defs>
         | 
| 8 | 
            +
              <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            +
              <path fill-rule="evenodd" fill="#A6CAFD" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            +
              <path fill-rule="evenodd" opacity=".6" fill="#FFF" d="M43.583 59.101s.974-5.495 5.008-9.477c4.033-3.982 9.598-4.944 9.598-4.944s-.974 5.494-5.008 9.477c-4.033 3.982-9.598 4.944-9.598 4.944zm-4.676-10.909c0-5.632 3.246-10.197 3.246-10.197s3.246 4.565 3.246 10.197c0 5.632-3.246 10.198-3.246 10.198s-3.246-4.566-3.246-10.198zm-8.041 5.64c-4.074-3.999-5.058-9.517-5.058-9.517s5.621.967 9.695 4.966 5.059 9.516 5.059 9.516-5.621-.966-9.696-4.965zm8.934 6.452s-4.667 3.242-10.412 3.258c-5.745.017-10.393-3.198-10.393-3.198s4.667-3.241 10.412-3.258c5.745-.016 10.393 3.198 10.393 3.198zm.762 1.598s-.985 5.518-5.059 9.517c-4.074 3.999-9.695 4.965-9.695 4.965s.984-5.517 5.058-9.517c4.075-3.999 9.696-4.965 9.696-4.965zm4.686 10.844c-.017 5.673-3.3 10.28-3.3 10.28s-3.256-4.588-3.239-10.261c.017-5.672 3.3-10.279 3.3-10.279s3.256 4.588 3.239 10.26zm-.903-12.172s4.624-3.205 10.328-3.205 10.328 3.205 10.328 3.205-4.624 3.205-10.328 3.205-10.328-3.205-10.328-3.205zm8.836 6.552c4.034 3.982 5.008 9.477 5.008 9.477s-5.565-.962-9.598-4.945c-4.034-3.982-5.008-9.477-5.008-9.477s5.565.962 9.598 4.945z"/>
         | 
| 11 | 
            +
              <path fill-rule="evenodd" fill="#FFF" d="M39.191 29.438c-2.571 0-4.212-1.144-4.469-2.884h1.799c.188.86 1.138 1.417 2.67 1.417 1.909 0 3.046-.929 3.046-2.483v-2.073h-.158c-.672 1.164-1.879 1.819-3.342 1.819-2.759 0-4.47-2.112-4.47-5.27 0-3.157 1.73-5.298 4.47-5.298 1.493 0 2.808.723 3.421 1.857h.158v-1.672h1.622v10.725c0 2.356-1.839 3.862-4.747 3.862zm-.079-13.257c-1.977 0-3.085 1.486-3.085 3.783 0 2.298 1.108 3.784 3.085 3.784 1.978 0 3.165-1.486 3.165-3.784 0-2.297-1.197-3.783-3.165-3.783zm-12.26 9.209l-3.945-10.539h1.819l2.918 8.682h.158l2.917-8.682h1.819L28.593 25.39h-1.741zM16.56 19.143l1.642.391c2.007.479 2.976 1.34 2.976 2.855 0 1.887-1.849 3.187-4.272 3.187-2.373 0-4.005-1.124-4.193-2.874h1.751c.286.889 1.137 1.456 2.502 1.456 1.433 0 2.462-.674 2.462-1.642 0-.723-.554-1.212-1.691-1.486l-1.83-.44C13.91 20.111 13 19.26 13 17.735c0-1.75 1.711-3.069 3.975-3.069 2.235 0 3.788 1.095 4.015 2.825h-1.681c-.227-.841-1.058-1.398-2.343-1.398-1.266 0-2.255.635-2.255 1.574 0 .723.593 1.173 1.849 1.476z"/>
         | 
| 12 | 
            +
            </svg>
         | 
| @@ -1,14 +1,14 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            -
                <defs>
         | 
| 3 | 
            -
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            -
                        <stop offset="0%" stop-color="#3DDCC8"/>
         | 
| 5 | 
            -
                        <stop offset="100%" stop-color="#1FCCB0"/>
         | 
| 6 | 
            -
                    </linearGradient>
         | 
| 7 | 
            -
                </defs>
         | 
| 8 | 
            -
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            -
                <path fill-rule="evenodd" fill="#80F7D7" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            -
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            -
                      d="M40.441 73.877C36.352 69.812 29.1 61.973 29.1 61.973c-1.712-1.694-1.218-3.674 0-4.884 1.217-1.21 3.199-.473 4.913 1.221l4.913 4.884-.089-18.866c0-2.396.735-4.336 3.159-4.336 2.42 0 3.159 1.94 3.159 4.336l-.088 18.866 4.913-4.884c1.713-1.694 3.695-2.431 4.913-1.221 1.217 1.21 1.712 3.19 0 4.884 0 0-7.253 7.839-11.341 11.904-1.465 1.456-1.533 1.569-3.111 0z"/>
         | 
| 12 | 
            -
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            -
                      d="M29.321 23.769c.306 0 .475-.01.791-.04v1.418a5.73 5.73 0 0 1-.999.098c-2.195 0-3.075-.802-3.075-2.816v-6.394h-1.721v-1.407h1.721V11.9h1.701v2.728h2.373v1.407h-2.373v5.964c0 1.242.474 1.77 1.582 1.77zM18.2 25.352c-1.483 0-2.749-.694-3.422-1.867h-.158v1.682h-1.622V10.443h1.701v5.847h.158c.584-1.134 1.879-1.848 3.343-1.848 2.709 0 4.47 2.141 4.47 5.455 0 3.295-1.771 5.455-4.47 5.455zm-.396-9.395c-1.938 0-3.144 1.506-3.144 3.94s1.206 3.94 3.144 3.94c1.948 0 3.105-1.476 3.105-3.94s-1.157-3.94-3.105-3.94z"/>
         | 
| 14 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            +
                <defs>
         | 
| 3 | 
            +
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            +
                        <stop offset="0%" stop-color="#3DDCC8"/>
         | 
| 5 | 
            +
                        <stop offset="100%" stop-color="#1FCCB0"/>
         | 
| 6 | 
            +
                    </linearGradient>
         | 
| 7 | 
            +
                </defs>
         | 
| 8 | 
            +
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            +
                <path fill-rule="evenodd" fill="#80F7D7" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            +
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            +
                      d="M40.441 73.877C36.352 69.812 29.1 61.973 29.1 61.973c-1.712-1.694-1.218-3.674 0-4.884 1.217-1.21 3.199-.473 4.913 1.221l4.913 4.884-.089-18.866c0-2.396.735-4.336 3.159-4.336 2.42 0 3.159 1.94 3.159 4.336l-.088 18.866 4.913-4.884c1.713-1.694 3.695-2.431 4.913-1.221 1.217 1.21 1.712 3.19 0 4.884 0 0-7.253 7.839-11.341 11.904-1.465 1.456-1.533 1.569-3.111 0z"/>
         | 
| 12 | 
            +
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            +
                      d="M29.321 23.769c.306 0 .475-.01.791-.04v1.418a5.73 5.73 0 0 1-.999.098c-2.195 0-3.075-.802-3.075-2.816v-6.394h-1.721v-1.407h1.721V11.9h1.701v2.728h2.373v1.407h-2.373v5.964c0 1.242.474 1.77 1.582 1.77zM18.2 25.352c-1.483 0-2.749-.694-3.422-1.867h-.158v1.682h-1.622V10.443h1.701v5.847h.158c.584-1.134 1.879-1.848 3.343-1.848 2.709 0 4.47 2.141 4.47 5.455 0 3.295-1.771 5.455-4.47 5.455zm-.396-9.395c-1.938 0-3.144 1.506-3.144 3.94s1.206 3.94 3.144 3.94c1.948 0 3.105-1.476 3.105-3.94s-1.157-3.94-3.105-3.94z"/>
         | 
| 14 | 
            +
            </svg>
         | 
| @@ -1,14 +1,14 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            -
                <defs>
         | 
| 3 | 
            -
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            -
                        <stop offset="0%" stop-color="#98BCCD"/>
         | 
| 5 | 
            -
                        <stop offset="100%" stop-color="#76A1B7"/>
         | 
| 6 | 
            -
                    </linearGradient>
         | 
| 7 | 
            -
                </defs>
         | 
| 8 | 
            -
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            -
                <path fill-rule="evenodd" fill="#BEEAFF" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            -
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            -
                      d="M18.408 42.739v2.316h3.447c.953 3.23 2.654 6.058 5.104 8.508-2.359 1.96-5.353 3.386-8.959 4.299l1.27 2.049c3.697-1.025 6.827-2.651 9.367-4.855 2.405 1.959 5.421 3.607 9.05 4.944l1.316-1.982c-3.448-1.248-6.351-2.762-8.687-4.588 2.087-2.25 3.674-5.034 4.763-8.375h3.425v-2.316H29.93c-.68-1.448-1.429-2.695-2.245-3.742l-2.382.847c.817.913 1.52 1.87 2.087 2.895h-8.982zm5.716 2.316h8.505c-.884 2.695-2.222 5.011-3.992 6.927-2.086-2.005-3.583-4.299-4.513-6.927zM63.755 61.015h-17.49c-.69 0-1.25-.56-1.25-1.251v-2.503c0-.691.56-1.251 1.25-1.251h17.49c.69 0 1.249.56 1.249 1.251v2.503a1.25 1.25 0 0 1-1.249 1.251zM63.788 47H46.201c-.671 0-1.216-.56-1.216-1.251v-2.503c0-.691.545-1.251 1.216-1.251h17.587c.672 0 1.216.56 1.216 1.251v2.503c0 .691-.544 1.251-1.216 1.251zm1.216 25.245v2.502c0 .691-.542 1.252-1.211 1.252H20.199c-.669 0-1.211-.561-1.211-1.252v-2.502c0-.691.542-1.251 1.211-1.251h43.594c.669 0 1.211.56 1.211 1.251z"/>
         | 
| 12 | 
            -
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            -
                      d="M36.872 24.769c.307 0 .475-.01.791-.04v1.418a5.72 5.72 0 0 1-.998.098c-2.196 0-3.076-.802-3.076-2.816v-6.394h-1.72v-1.407h1.72V12.9h1.701v2.728h2.373v1.407H35.29v5.964c0 1.242.475 1.77 1.582 1.77zm-8.324 1.398l-2.522-3.979h-.158l-2.532 3.979h-1.928l3.649-5.27-3.688-5.269h2.027l2.531 3.92h.158l2.502-3.92h1.929l-3.62 5.201 3.669 5.338h-2.017zm-12.936-2.738v-6.394h-1.721v-1.407h1.721V12.9h1.7v2.728h2.374v1.407h-2.374v5.964c0 1.242.475 1.77 1.583 1.77.306 0 .474-.01.791-.04v1.418a5.74 5.74 0 0 1-.999.098c-2.195 0-3.075-.802-3.075-2.816z"/>
         | 
| 14 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            +
                <defs>
         | 
| 3 | 
            +
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            +
                        <stop offset="0%" stop-color="#98BCCD"/>
         | 
| 5 | 
            +
                        <stop offset="100%" stop-color="#76A1B7"/>
         | 
| 6 | 
            +
                    </linearGradient>
         | 
| 7 | 
            +
                </defs>
         | 
| 8 | 
            +
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            +
                <path fill-rule="evenodd" fill="#BEEAFF" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            +
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            +
                      d="M18.408 42.739v2.316h3.447c.953 3.23 2.654 6.058 5.104 8.508-2.359 1.96-5.353 3.386-8.959 4.299l1.27 2.049c3.697-1.025 6.827-2.651 9.367-4.855 2.405 1.959 5.421 3.607 9.05 4.944l1.316-1.982c-3.448-1.248-6.351-2.762-8.687-4.588 2.087-2.25 3.674-5.034 4.763-8.375h3.425v-2.316H29.93c-.68-1.448-1.429-2.695-2.245-3.742l-2.382.847c.817.913 1.52 1.87 2.087 2.895h-8.982zm5.716 2.316h8.505c-.884 2.695-2.222 5.011-3.992 6.927-2.086-2.005-3.583-4.299-4.513-6.927zM63.755 61.015h-17.49c-.69 0-1.25-.56-1.25-1.251v-2.503c0-.691.56-1.251 1.25-1.251h17.49c.69 0 1.249.56 1.249 1.251v2.503a1.25 1.25 0 0 1-1.249 1.251zM63.788 47H46.201c-.671 0-1.216-.56-1.216-1.251v-2.503c0-.691.545-1.251 1.216-1.251h17.587c.672 0 1.216.56 1.216 1.251v2.503c0 .691-.544 1.251-1.216 1.251zm1.216 25.245v2.502c0 .691-.542 1.252-1.211 1.252H20.199c-.669 0-1.211-.561-1.211-1.252v-2.502c0-.691.542-1.251 1.211-1.251h43.594c.669 0 1.211.56 1.211 1.251z"/>
         | 
| 12 | 
            +
                <path fill-rule="evenodd" fill="#FFF"
         | 
| 13 | 
            +
                      d="M36.872 24.769c.307 0 .475-.01.791-.04v1.418a5.72 5.72 0 0 1-.998.098c-2.196 0-3.076-.802-3.076-2.816v-6.394h-1.72v-1.407h1.72V12.9h1.701v2.728h2.373v1.407H35.29v5.964c0 1.242.475 1.77 1.582 1.77zm-8.324 1.398l-2.522-3.979h-.158l-2.532 3.979h-1.928l3.649-5.27-3.688-5.269h2.027l2.531 3.92h.158l2.502-3.92h1.929l-3.62 5.201 3.669 5.338h-2.017zm-12.936-2.738v-6.394h-1.721v-1.407h1.721V12.9h1.7v2.728h2.374v1.407h-2.374v5.964c0 1.242.475 1.77 1.583 1.77.306 0 .474-.01.791-.04v1.418a5.74 5.74 0 0 1-.999.098c-2.195 0-3.075-.802-3.075-2.816z"/>
         | 
| 14 | 
            +
            </svg>
         | 
| @@ -1,12 +1,12 @@ | |
| 1 | 
            -
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            -
                <defs>
         | 
| 3 | 
            -
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            -
                        <stop offset="0%" stop-color="#C1C9CC"/>
         | 
| 5 | 
            -
                        <stop offset="100%" stop-color="#A7B1B6"/>
         | 
| 6 | 
            -
                    </linearGradient>
         | 
| 7 | 
            -
                </defs>
         | 
| 8 | 
            -
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            -
                <path fill-rule="evenodd" fill="#CEDAE1" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            -
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            -
                      d="M63.794 59.013H20.225c-.668 0-1.21-.561-1.21-1.251v-2.503c0-.691.542-1.251 1.21-1.251h43.569c.668 0 1.21.56 1.21 1.251v2.503c0 .69-.542 1.251-1.21 1.251zm0-15.016H20.225c-.668 0-1.21-.56-1.21-1.251v-2.503c0-.691.542-1.251 1.21-1.251h43.569c.668 0 1.21.56 1.21 1.251v2.503c0 .691-.542 1.251-1.21 1.251zM20.187 68.991h43.62c.661 0 1.197.56 1.197 1.251v2.503c0 .691-.536 1.251-1.197 1.251h-43.62c-.661 0-1.197-.56-1.197-1.251v-2.503c0-.691.536-1.251 1.197-1.251z"/>
         | 
| 12 | 
            -
            </svg>
         | 
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="84" height="100">
         | 
| 2 | 
            +
                <defs>
         | 
| 3 | 
            +
                    <linearGradient id="a" x1="0%" x2="0%" y1="100%" y2="0%">
         | 
| 4 | 
            +
                        <stop offset="0%" stop-color="#C1C9CC"/>
         | 
| 5 | 
            +
                        <stop offset="100%" stop-color="#A7B1B6"/>
         | 
| 6 | 
            +
                    </linearGradient>
         | 
| 7 | 
            +
                </defs>
         | 
| 8 | 
            +
                <path fill-rule="evenodd" fill="url(#a)" d="M84 22v74a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h58l22 22z"/>
         | 
| 9 | 
            +
                <path fill-rule="evenodd" fill="#CEDAE1" d="M84 22H66a4 4 0 0 1-4-4V0l22 22z"/>
         | 
| 10 | 
            +
                <path fill-rule="evenodd" opacity=".6" fill="#FFF"
         | 
| 11 | 
            +
                      d="M63.794 59.013H20.225c-.668 0-1.21-.561-1.21-1.251v-2.503c0-.691.542-1.251 1.21-1.251h43.569c.668 0 1.21.56 1.21 1.251v2.503c0 .69-.542 1.251-1.21 1.251zm0-15.016H20.225c-.668 0-1.21-.56-1.21-1.251v-2.503c0-.691.542-1.251 1.21-1.251h43.569c.668 0 1.21.56 1.21 1.251v2.503c0 .691-.542 1.251-1.21 1.251zM20.187 68.991h43.62c.661 0 1.197.56 1.197 1.251v2.503c0 .691-.536 1.251-1.197 1.251h-43.62c-.661 0-1.197-.56-1.197-1.251v-2.503c0-.691.536-1.251 1.197-1.251z"/>
         | 
| 12 | 
            +
            </svg>
         |