@newskit-render/core 1.9.3 → 1.11.3

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.
Files changed (76) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/README.md +1 -1
  3. package/{context → app-context}/AppContext.test.tsx +3 -2
  4. package/{context → app-context}/AppContext.tsx +3 -3
  5. package/{context → app-context}/__snapshots__/AppContext.test.tsx.snap +0 -0
  6. package/components/header/index.tsx +1 -1
  7. package/next-env.d.ts +0 -1
  8. package/package.json +8 -8
  9. package/pages/_app.tsx +38 -1
  10. package/pages/account/cancellation/index.tsx +6 -5
  11. package/pages/account/edit/[field].tsx +11 -2
  12. package/pages/account/index.tsx +9 -2
  13. package/pages/account/newsletters-and-alerts/index.tsx +10 -1
  14. package/pages/account/payment/index.tsx +8 -1
  15. package/pages/account/subscription-and-billing/index.tsx +14 -1
  16. package/pages/checkout/account-creation/index.tsx +8 -1
  17. package/pages/checkout/payment-details/index.tsx +8 -1
  18. package/public/MyAccount/display-personalDetails-header-sun.svg +55 -0
  19. package/public/MyAccount/display-personalDetails-header-times.svg +90 -0
  20. package/public/MyAccount/display-personalDetails-header-vr.svg +46 -0
  21. package/public/MyAccount/navigationPrimary-brandMark-sun.svg +3 -0
  22. package/public/MyAccount/navigationPrimary-brandMark-times.svg +18 -0
  23. package/public/MyAccount/navigationPrimary-brandMark-vr.svg +10 -0
  24. package/public/fonts/GillSansMTStd-Bold.otf +0 -0
  25. package/public/fonts/GillSansMTStd-BoldCondensed.otf +0 -0
  26. package/public/fonts/GillSansMTStd-BoldItalic.otf +0 -0
  27. package/public/fonts/GillSansMTStd-Book.otf +0 -0
  28. package/public/fonts/GillSansMTStd-BookItalic.otf +0 -0
  29. package/public/fonts/GillSansMTStd-Condensed.otf +0 -0
  30. package/public/fonts/GillSansMTStd-ExtraBold.otf +0 -0
  31. package/public/fonts/GillSansMTStd-Heavy.otf +0 -0
  32. package/public/fonts/GillSansMTStd-HeavyItalic.otf +0 -0
  33. package/public/fonts/GillSansMTStd-Light.otf +0 -0
  34. package/public/fonts/GillSansMTStd-LightItalic.otf +0 -0
  35. package/public/fonts/GillSansMTStd-Medium.otf +0 -0
  36. package/public/fonts/GillSansMTStd-MediumItalic.otf +0 -0
  37. package/public/fonts/GillSansMTStd-UltraBold.otf +0 -0
  38. package/public/fonts/GillSansMTStd-UltraBoldCond.otf +0 -0
  39. package/public/fonts/Montserrat-Black.ttf +0 -0
  40. package/public/fonts/Montserrat-BlackItalic.ttf +0 -0
  41. package/public/fonts/Montserrat-Bold.ttf +0 -0
  42. package/public/fonts/Montserrat-BoldItalic.ttf +0 -0
  43. package/public/fonts/Montserrat-ExtraBold.ttf +0 -0
  44. package/public/fonts/Montserrat-ExtraBoldItalic.ttf +0 -0
  45. package/public/fonts/Montserrat-ExtraLight.ttf +0 -0
  46. package/public/fonts/Montserrat-ExtraLightItalic.ttf +0 -0
  47. package/public/fonts/Montserrat-Italic.ttf +0 -0
  48. package/public/fonts/Montserrat-Light.ttf +0 -0
  49. package/public/fonts/Montserrat-LightItalic.ttf +0 -0
  50. package/public/fonts/Montserrat-Medium.ttf +0 -0
  51. package/public/fonts/Montserrat-MediumItalic.ttf +0 -0
  52. package/public/fonts/Montserrat-Regular.ttf +0 -0
  53. package/public/fonts/Montserrat-SemiBold.ttf +0 -0
  54. package/public/fonts/Montserrat-SemiBoldItalic.ttf +0 -0
  55. package/public/fonts/Montserrat-Thin.ttf +0 -0
  56. package/public/fonts/Montserrat-ThinItalic.ttf +0 -0
  57. package/public/fonts/TheSun-Bold.ttf +0 -0
  58. package/public/fonts/TheSun-BoldItalic.ttf +0 -0
  59. package/public/fonts/TheSun-HeavyCondensed.ttf +0 -0
  60. package/public/fonts/TheSun-HeavyNarrow.ttf +0 -0
  61. package/public/fonts/TheSun-Italic.ttf +0 -0
  62. package/public/fonts/TheSun-Medium.ttf +0 -0
  63. package/public/fonts/TheSun-MediumItalic.ttf +0 -0
  64. package/public/fonts/TheSun-Regular.ttf +0 -0
  65. package/public/fonts/TimesDigital-Bold.ttf +0 -0
  66. package/public/fonts/TimesDigital-BoldItalic.ttf +0 -0
  67. package/public/fonts/TimesDigital-BoldSC.ttf +0 -0
  68. package/public/fonts/TimesDigital-Italic.ttf +0 -0
  69. package/public/fonts/TimesDigital-Regular.ttf +0 -0
  70. package/public/fonts/TimesDigital-RegularSC.ttf +0 -0
  71. package/public/fonts/TimesDigitalW04-Bold.ttf +0 -0
  72. package/public/fonts/TimesDigitalW04-BoldItalic.ttf +0 -0
  73. package/public/fonts/TimesDigitalW04-BoldSC.ttf +0 -0
  74. package/public/fonts/TimesDigitalW04-Italic.ttf +0 -0
  75. package/public/fonts/TimesDigitalW04-Regular.ttf +0 -0
  76. package/public/fonts/TimesDigitalW04-RegularSC.ttf +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,66 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.11.3](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.11.2...@newskit-render/core@1.11.3) (2022-01-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update release cli version ([#556](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/556)) ([d613fe1](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/d613fe1f5b96fc3f66547f2310a12c0b3810e940))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.11.2](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.11.1...@newskit-render/core@1.11.2) (2022-01-11)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * bump release-cli to latest to fix pipeline ([#554](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/554)) ([46a0c13](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/46a0c13231f89445360126bc596476ca13716b37))
23
+
24
+
25
+
26
+
27
+
28
+ ## [1.11.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.11.0...@newskit-render/core@1.11.1) (2022-01-07)
29
+
30
+ **Note:** Version bump only for package @newskit-render/core
31
+
32
+
33
+
34
+
35
+
36
+ # [1.11.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.10.1...@newskit-render/core@1.11.0) (2022-01-06)
37
+
38
+
39
+ ### Features
40
+
41
+ * **PPDSR-605:** Move PrimaryNavigation to Shared Components ([#550](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/550)) ([fcc1cda](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/fcc1cda59d4cfcc42b1487ee8ba782c7d5f83bb7))
42
+
43
+
44
+
45
+
46
+
47
+ ## [1.10.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.10.0...@newskit-render/core@1.10.1) (2022-01-05)
48
+
49
+ **Note:** Version bump only for package @newskit-render/core
50
+
51
+
52
+
53
+
54
+
55
+ # [1.10.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.9.3...@newskit-render/core@1.10.0) (2022-01-05)
56
+
57
+
58
+ ### Features
59
+
60
+ * **PPDSR-594:** Add themes to account package ([#538](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/538)) ([e34a53a](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/e34a53a944ae8d1420c27459f1ef5ca3ba4160d0))
61
+
62
+
63
+
64
+
65
+
6
66
  ## [1.9.3](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@1.9.2...@newskit-render/core@1.9.3) (2022-01-05)
7
67
 
8
68
  **Note:** Version bump only for package @newskit-render/core
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @newskit-render/core
2
2
 
3
- А website blueprint built with Next.js.
3
+ А template website built using Next.js.
4
4
 
5
5
  This package is used by [@newskit-render/create-render-app](https://www.npmjs.com/package/@newskit-render/create-render-app) as a template structure to scaffold the newly created projects which the users of @newskit-render/create-render-app can use and modify for their purposes.
6
6
 
@@ -1,7 +1,8 @@
1
1
  import React from 'react'
2
2
  import { render } from 'react-dom'
3
3
  import { act } from 'react-dom/test-utils'
4
- import { renderCustomLightTheme, renderCustomDarkTheme } from '../theme'
4
+ import { sharedTheme } from '@newskit-render/shared-components'
5
+ import { renderCustomDarkTheme } from '../theme'
5
6
  import { AppContextProvider, AppContext } from './AppContext'
6
7
 
7
8
  const container = document.createElement('div')
@@ -30,7 +31,7 @@ describe('AppContext tests', () => {
30
31
  container
31
32
  )
32
33
 
33
- expect(container.textContent).toBe(JSON.stringify(renderCustomLightTheme))
34
+ expect(container.textContent).toBe(JSON.stringify(sharedTheme))
34
35
  })
35
36
 
36
37
  it('setTheme should switch the theme', () => {
@@ -1,6 +1,6 @@
1
1
  import React, { useState } from 'react'
2
2
  import { UncompiledTheme } from 'newskit'
3
- import { renderCustomLightTheme } from '../theme'
3
+ import { sharedTheme } from '@newskit-render/shared-components'
4
4
 
5
5
  type AppContextType = {
6
6
  theme: UncompiledTheme
@@ -8,11 +8,11 @@ type AppContextType = {
8
8
  }
9
9
 
10
10
  const AppContext = React.createContext({
11
- theme: renderCustomLightTheme,
11
+ theme: sharedTheme,
12
12
  } as AppContextType)
13
13
 
14
14
  const AppContextProvider = ({ children }: { children: JSX.Element }) => {
15
- const [theme, setTheme] = useState(renderCustomLightTheme)
15
+ const [theme, setTheme] = useState(sharedTheme)
16
16
 
17
17
  return (
18
18
  <AppContext.Provider value={{ theme, setTheme }}>
@@ -21,7 +21,7 @@ import { MainGrid } from '../layout/MainGrid'
21
21
  import NewsKitLogoFull from '../common/NewskitLogo'
22
22
  import NewsKitLogoShort from '../common/NewskitLogoShort'
23
23
  import NavLink from '../common/NavLink'
24
- import { AppContext } from '../../context/AppContext'
24
+ import { AppContext } from '../../app-context/AppContext'
25
25
  import { getKey } from '../../helpers/articleUtil'
26
26
  import { handleEnterKeyPress } from '../../helpers/a11y'
27
27
  import { UserData, VxInstance } from '../../helpers/global-types'
package/next-env.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  /// <reference types="next" />
2
- /// <reference types="next/types/global" />
3
2
  /// <reference types="next/image-types/global" />
4
3
 
5
4
  // NOTE: This file should not be edited
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newskit-render/core",
3
- "version": "1.9.3",
3
+ "version": "1.11.3",
4
4
  "description": "Newskit Render - Core package",
5
5
  "author": "",
6
6
  "license": "UNLICENSED",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@apollo/client": "^3.4.16",
31
- "@newskit-render/api": "^0.5.0",
32
- "@newskit-render/auth": "^0.22.2",
33
- "@newskit-render/checkout": "^0.9.0",
34
- "@newskit-render/my-account": "^0.116.2",
35
- "@newskit-render/shared-components": "^0.20.0",
36
- "@newskit-render/sitemap": "^0.25.3",
37
- "@newskit-render/validation": "^0.27.0",
31
+ "@newskit-render/api": "^0.6.0",
32
+ "@newskit-render/auth": "^0.23.0",
33
+ "@newskit-render/checkout": "^0.12.0",
34
+ "@newskit-render/my-account": "^0.119.0",
35
+ "@newskit-render/shared-components": "^0.22.0",
36
+ "@newskit-render/sitemap": "^0.26.0",
37
+ "@newskit-render/validation": "^0.28.0",
38
38
  "cross-fetch": "^3.1.4",
39
39
  "graphql": "^15.6.0",
40
40
  "newrelic": "^7.1.0",
package/pages/_app.tsx CHANGED
@@ -3,7 +3,7 @@ import { AppProps } from 'next/app'
3
3
  import Head from 'next/head'
4
4
  import { ThemeProvider, Global, css, styled } from 'newskit'
5
5
  import { SessionProvider } from '@newskit-render/auth'
6
- import { AppContextProvider, AppContext } from '../context/AppContext'
6
+ import { AppContextProvider, AppContext } from '../app-context/AppContext'
7
7
  import { logger } from '../helpers/logger'
8
8
 
9
9
  if (!process.browser) {
@@ -13,6 +13,43 @@ if (!process.browser) {
13
13
  }
14
14
 
15
15
  const GlobalStyling = css`
16
+ @font-face {
17
+ font-family: GillSansMTStd-Medium;
18
+ src: url('/fonts/GillSansMTStd-Medium.otf');
19
+ }
20
+ @font-face {
21
+ font-family: TimesModern-Bold;
22
+ src: url('/fonts/TimesDigital-Bold.ttf') format('truetype');
23
+ }
24
+ @font-face {
25
+ font-family: TimesModern-Regular;
26
+ src: url('/fonts/TimesDigital-Regular.ttf') format('truetype');
27
+ }
28
+ @font-face {
29
+ font-family: TimesDigitalW04-Regular;
30
+ src: url('/fonts/TimesDigitalW04-Regular.ttf') format('truetype');
31
+ }
32
+ @font-face {
33
+ font-family: Montserrat;
34
+ src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
35
+ }
36
+ @font-face {
37
+ font-family: TheSun-Bold;
38
+ src: url('/fonts/TheSun-Bold.ttf') format('truetype');
39
+ }
40
+ @font-face {
41
+ font-family: TheSun-HeavyNarrow;
42
+ src: url('/fonts/TheSun-HeavyNarrow.ttf') format('truetype');
43
+ }
44
+ @font-face {
45
+ font-family: TheSun-Regular;
46
+ src: url('/fonts/TheSun-Regular.ttf') format('truetype');
47
+ }
48
+ @font-face {
49
+ font-family: TheSun-Medium;
50
+ src: url('/fonts/TheSun-Medium.ttf') format('truetype');
51
+ }
52
+
16
53
  html,
17
54
  body {
18
55
  padding: 0;
@@ -1,13 +1,14 @@
1
- import React from 'react'
1
+ import React, { useContext } from 'react'
2
2
  import { Cancellation, getProviderProps } from '@newskit-render/my-account'
3
3
  import newrelic from 'newrelic'
4
- import validation from '../../../validation'
4
+ import { AppContext } from '../../../app-context/AppContext'
5
5
 
6
- const CancellationPage = (props) => {
7
- return <Cancellation {...props} validation={validation} />
6
+ const AccountCancellation = (props) => {
7
+ const { theme, setTheme } = useContext(AppContext)
8
+ return <Cancellation {...props} customTheme={theme} setTheme={setTheme} />
8
9
  }
9
10
 
10
- export default CancellationPage
11
+ export default AccountCancellation
11
12
 
12
13
  export const getServerSideProps = async (context) => {
13
14
  newrelic.setTransactionName('Account: Cancellation')
@@ -1,4 +1,4 @@
1
- import React from 'react'
1
+ import React, { useContext } from 'react'
2
2
  import newrelic from 'newrelic'
3
3
  import {
4
4
  EditField,
@@ -7,12 +7,21 @@ import {
7
7
  componentMap,
8
8
  } from '@newskit-render/my-account'
9
9
  import validation from '../../../validation'
10
+ import { AppContext } from '../../../app-context/AppContext'
10
11
 
11
12
  const AccountEditField = (props) => {
12
13
  const doesEditPageExist = Object.keys(componentMap).includes(props.data.type)
14
+ const { theme, setTheme } = useContext(AppContext)
13
15
 
14
16
  if (doesEditPageExist) {
15
- return <EditField {...props} validation={validation} />
17
+ return (
18
+ <EditField
19
+ {...props}
20
+ validation={validation}
21
+ customTheme={theme}
22
+ setTheme={setTheme}
23
+ />
24
+ )
16
25
  }
17
26
  return <NotFound />
18
27
  }
@@ -1,7 +1,14 @@
1
- import { PersonalDetails, getProviderProps } from '@newskit-render/my-account'
2
1
  import newrelic from 'newrelic'
2
+ import { PersonalDetails, getProviderProps } from '@newskit-render/my-account'
3
+ import React, { useContext } from 'react'
4
+ import { AppContext } from '../../app-context/AppContext'
5
+
6
+ const AccountPersonalDetails = (props) => {
7
+ const { theme, setTheme } = useContext(AppContext)
8
+ return <PersonalDetails {...props} customTheme={theme} setTheme={setTheme} />
9
+ }
3
10
 
4
- export default PersonalDetails
11
+ export default AccountPersonalDetails
5
12
 
6
13
  export const getServerSideProps = async (context) => {
7
14
  newrelic.setTransactionName('Account: Personal details')
@@ -3,8 +3,17 @@ import {
3
3
  getProviderProps,
4
4
  } from '@newskit-render/my-account'
5
5
  import newrelic from 'newrelic'
6
+ import React, { useContext } from 'react'
7
+ import { AppContext } from '../../../app-context/AppContext'
6
8
 
7
- export default NewslettersAndAlerts
9
+ const AccountNewslettersAndAlerts = (props) => {
10
+ const { theme, setTheme } = useContext(AppContext)
11
+ return (
12
+ <NewslettersAndAlerts {...props} customTheme={theme} setTheme={setTheme} />
13
+ )
14
+ }
15
+
16
+ export default AccountNewslettersAndAlerts
8
17
 
9
18
  export const getServerSideProps = async (context) => {
10
19
  newrelic.setTransactionName('Account: Newsletters and Alerts')
@@ -4,8 +4,15 @@ import {
4
4
  getProviderProps,
5
5
  PaymentProvider,
6
6
  } from '@newskit-render/my-account'
7
+ import React, { useContext } from 'react'
8
+ import { AppContext } from '../../../app-context/AppContext'
7
9
 
8
- export default Payment
10
+ const AccountCancellation = (props) => {
11
+ const { theme, setTheme } = useContext(AppContext)
12
+ return <Payment {...props} customTheme={theme} setTheme={setTheme} />
13
+ }
14
+
15
+ export default AccountCancellation
9
16
 
10
17
  export const getServerSideProps = async (context) => {
11
18
  newrelic.setTransactionName('Edit Payment method')
@@ -3,8 +3,21 @@ import {
3
3
  getProviderProps,
4
4
  } from '@newskit-render/my-account'
5
5
  import newrelic from 'newrelic'
6
+ import React, { useContext } from 'react'
7
+ import { AppContext } from '../../../app-context/AppContext'
6
8
 
7
- export default SubscriptionAndBilling
9
+ const AccountSubscriptionAndBilling = (props) => {
10
+ const { theme, setTheme } = useContext(AppContext)
11
+ return (
12
+ <SubscriptionAndBilling
13
+ {...props}
14
+ customTheme={theme}
15
+ setTheme={setTheme}
16
+ />
17
+ )
18
+ }
19
+
20
+ export default AccountSubscriptionAndBilling
8
21
 
9
22
  export const getServerSideProps = async (context) => {
10
23
  newrelic.setTransactionName('Account: Subscription and Billing')
@@ -1,6 +1,13 @@
1
1
  import { AccountCreation, getProviderProps } from '@newskit-render/checkout'
2
+ import React, { useContext } from 'react'
3
+ import { AppContext } from '../../../app-context/AppContext'
2
4
 
3
- export default AccountCreation
5
+ const AccountCreationPage = (props) => {
6
+ const { theme, setTheme } = useContext(AppContext)
7
+ return <AccountCreation {...props} customTheme={theme} setTheme={setTheme} />
8
+ }
9
+
10
+ export default AccountCreationPage
4
11
 
5
12
  export const getServerSideProps = async (context) => {
6
13
  return getProviderProps({ ...context, provider: 'accountCreation' })
@@ -1,6 +1,13 @@
1
1
  import { PaymentDetails, getProviderProps } from '@newskit-render/checkout'
2
+ import React, { useContext } from 'react'
3
+ import { AppContext } from '../../../app-context/AppContext'
2
4
 
3
- export default PaymentDetails
5
+ const PaymentDetailsPage = (props) => {
6
+ const { theme, setTheme } = useContext(AppContext)
7
+ return <PaymentDetails {...props} customTheme={theme} setTheme={setTheme} />
8
+ }
9
+
10
+ export default PaymentDetailsPage
4
11
 
5
12
  export const getServerSideProps = async (context) => {
6
13
  return getProviderProps({ ...context, provider: 'paymentDetails' })
@@ -0,0 +1,55 @@
1
+ <svg width="560" height="315" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="560" height="315" rx="4" fill="#FAFAFA"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M303.777 84.36H109.405c-5.288 0-9.797 4.339-9.797 9.714V221.92h213.966V94.074c0-5.375-4.492-9.715-9.797-9.715z" fill="#fff" stroke="#000" stroke-width=".417"/>
4
+ <path d="M206.983 93.373a1.568 1.568 0 10-.001-3.135 1.568 1.568 0 00.001 3.135z" stroke="#000" stroke-width=".417"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M322.12 234.06H91.099c-12.01 0-20.099-4.121-20.099-5.873v-5.327c0-.527.523-.952 1.174-.952h268.871c.651 0 1.175.425 1.175.952v5.537c-.003 1.385-6.267 5.663-20.1 5.663z" fill="#fff" stroke="#000" stroke-width=".417"/>
6
+ <path d="M71.197 227.588h270.295" stroke="#000" stroke-width=".208" stroke-linecap="square"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M235.979 222.301v1.21c0 .862-1.698 1.123-2.984 1.123H180.26c-1.352 0-3.063-.261-3.063-1.123v-1.21" fill="#fff"/>
8
+ <path d="M235.979 222.301v1.21c0 .862-1.698 1.123-2.984 1.123H180.26c-1.352 0-3.063-.261-3.063-1.123v-1.21" stroke="#000" stroke-width=".208"/>
9
+ <path d="M304.586 99.643H108.227v114.431h196.359V99.643z" fill="#EB1701" stroke="#000" stroke-width=".208"/>
10
+ <mask id="a" maskUnits="userSpaceOnUse" x="109" y="100" width="195" height="114">
11
+ <path d="M303.554 100.082H109.068v113.381h194.486V100.082z" fill="#0072EE"/>
12
+ </mask>
13
+ <g mask="url(#a)">
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M285.362 40.523c-64.413 0-116.691 52.278-116.691 116.692 0 64.413 52.278 116.691 116.691 116.691 64.414 0 116.692-52.278 116.692-116.691 0-64.414-52.278-116.692-116.692-116.692zm74.214 173.053c-16.686-20.304-57.178-27.189-74.215-27.189-17.037 0-57.529 6.885-74.216 27.189-11.902-15.637-19.137-35.124-19.137-56.362 0-51.461 41.892-93.353 93.353-93.353 51.461 0 93.353 41.892 93.353 93.353 0 21.238-7.235 40.725-19.138 56.362zm-115.055-85.53a40.737 40.737 0 0140.842-40.842 40.738 40.738 0 0140.842 40.842 40.738 40.738 0 01-40.842 40.842 40.737 40.737 0 01-40.842-40.842z" fill="#fff"/>
15
+ </g>
16
+ <path d="M108.447 213.468V99.476h195.919v113.992H108.447z" stroke="#000" stroke-width=".44"/>
17
+ <g clip-path="url(#display-personalDetails-header__clip0)" fill="#fff">
18
+ <path d="M136.298 112.022c-1.111-1.967-3.926-3.043-7.962-3.043-4.828 0-7.761 1.5-7.761 3.998 0 1.575 1.364 2.626 4.233 3.303l1.254.293 1.218.292 1.253.292c.055.018.146.032.225.075.449.164.713.399.713.659 0 .531-.847.898-2.105.898-2.022 0-3.042-.367-3.61-1.279l-5.451.677c1.391 2.277 4.351 3.41 8.951 3.41 4.892 0 8.266-1.746 8.266-4.276 0-1.397-1.534-2.719-3.863-3.232l-1.084-.235-1.084-.253-1.084-.236a16.018 16.018 0 01-.847-.221c-.623-.164-.911-.384-.911-.695 0-.498.713-.808 1.825-.808 1.506 0 2.59.424 2.925 1.19l4.899-.809zm13.78 1.153h-4.849l-1.064 4.088c-.362 1.372-1.092 2.063-2.183 2.063-.568 0-.883-.221-.883-.62 0-.132 0-.235.153-.809l1.246-4.725h-4.927l-1.328 5.164c-.154.62-.261 1.143-.261 1.411 0 1.069 1.506 1.91 3.43 1.91 1.951 0 3.141-.488 4.331-1.764l-.413 1.543h4.619l2.129-8.261zm1.049-.002l-2.156 8.268h4.745l1.301-4.961c.237-.873.859-1.322 1.813-1.322.777 0 1.191.221 1.191.652 0 .114-.056.385-.127.67l-1.273 4.961h4.856l1.455-5.649c.083-.303.126-.588.126-.841 0-1.208-1.482-2.031-3.654-2.031-1.994 0-3.449.556-4.178 1.593l.363-1.34h-4.462zm-8.538-3.084h.922l.154-.62h-3.007l-.162.62h.895l-.54 2.081h1.21l.528-2.081zm3.358 1.005l-.28 1.076h1.203l.693-2.683h-1.21l-.252.987h-1.084l.252-.987h-1.202l-.694 2.683h1.203l.28-1.076h1.091zm4.592.463h-1.86l.126-.474h1.498l.154-.588h-1.498l.106-.424h1.786l.153-.588h-2.979l-.694 2.683h3.047l.161-.609z"/>
19
+ </g>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M468.147 226.296c0 4.324-3.519 7.828-7.861 7.828h-47.903c-4.342 0-7.862-3.504-7.862-7.828V107.907c0-4.323 3.52-7.827 7.862-7.827h47.903c4.342 0 7.861 3.504 7.861 7.827v118.389z" fill="#fff" stroke="#000" stroke-width=".52"/>
21
+ <path d="M463.709 117.658h-54.782v97.438h54.782v-97.438z" fill="#EB1701" stroke="#000" stroke-width=".26"/>
22
+ <path clip-rule="evenodd" d="M442.208 112.642c0 .311-.215.562-.48.562h-9.838c-.265 0-.48-.251-.48-.562v-1.262c0-.311.215-.562.48-.562h9.838c.265 0 .48.251.48.562v1.262z" stroke="#000" stroke-width=".26"/>
23
+ <path d="M436.824 107.382a1.468 1.468 0 100-2.935 1.468 1.468 0 000 2.935zm-.469 121.871c2.714 0 4.914-2.192 4.914-4.895 0-2.704-2.2-4.895-4.914-4.895-2.714 0-4.914 2.191-4.914 4.895 0 2.703 2.2 4.895 4.914 4.895z" stroke="#000" stroke-width=".26"/>
24
+ <path d="M464.108 117.461h-55.449v96.829h55.449v-96.829z" fill="#EB1701" stroke="#000" stroke-width=".208"/>
25
+ <path d="M408.879 214.898v-97.217h55.009v97.217h-55.009z" stroke="#000" stroke-width=".44"/>
26
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M406.156 237.16h-96.524a6.074 6.074 0 01-6.075-6.073V82.981a6.073 6.073 0 016.075-6.073h96.524a6.073 6.073 0 016.075 6.073v148.106a6.073 6.073 0 01-6.075 6.073z" fill="#fff" stroke="#000" stroke-width=".538"/>
27
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M406.156 237.16h-96.524a6.074 6.074 0 01-6.075-6.073V82.981a6.073 6.073 0 016.075-6.073h96.524a6.073 6.073 0 016.075 6.073v148.106a6.073 6.073 0 01-6.075 6.073z" fill="#fff" stroke="#000" stroke-width=".538"/>
28
+ <path d="M404.14 93.05h-92.03v127.891h92.03V93.051z" fill="#EB1701" stroke="#000" stroke-width=".269"/>
29
+ <path d="M358.136 232.631a4.056 4.056 0 100-8.112 4.056 4.056 0 000 8.112zm-.523-145.66a1.512 1.512 0 100-3.024 1.512 1.512 0 000 3.024z" stroke="#000" stroke-width=".269"/>
30
+ <path d="M404.522 93.46h-92.691v126.623h92.691V93.461z" fill="#EB1701" stroke="#000" stroke-width=".208"/>
31
+ <mask id="b" maskUnits="userSpaceOnUse" x="311" y="93" width="94" height="128">
32
+ <path d="M404.522 93.46h-92.691v126.623h92.691V93.461z" fill="#0072EE"/>
33
+ </mask>
34
+ <g mask="url(#b)">
35
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M285.362 39.693c-64.413 0-116.691 52.278-116.691 116.692 0 64.413 52.278 116.691 116.691 116.691 64.414 0 116.692-52.278 116.692-116.691 0-64.414-52.278-116.692-116.692-116.692zm74.214 173.055c-16.686-20.304-57.178-27.189-74.215-27.189-17.037 0-57.529 6.885-74.216 27.189-11.902-15.636-19.137-35.124-19.137-56.362 0-51.46 41.892-93.353 93.353-93.353 51.461 0 93.353 41.893 93.353 93.353 0 21.238-7.235 40.726-19.138 56.362zm-115.055-85.534a40.737 40.737 0 0140.842-40.842 40.738 40.738 0 0140.842 40.842 40.738 40.738 0 01-40.842 40.842 40.737 40.737 0 01-40.842-40.842z" fill="#fff"/>
36
+ </g>
37
+ <path d="M312.051 220.691V93.681h92.251v127.01h-92.251z" stroke="#000" stroke-width=".44"/>
38
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M329.918 230.548c0 4.097-3.335 7.418-7.45 7.418h-45.395c-4.115 0-7.45-3.321-7.45-7.418V118.357c0-4.097 3.335-7.418 7.45-7.418h45.395c4.115 0 7.45 3.321 7.45 7.418v112.191z" fill="#fff" stroke="#000" stroke-width=".493"/>
39
+ <path d="M325.71 127.602h-51.914v92.337h51.914v-92.337z" fill="#EB1701" stroke="#000" stroke-width=".247"/>
40
+ <path clip-rule="evenodd" d="M305.337 122.846c0 .294-.204.532-.454.532h-9.324c-.251 0-.455-.238-.455-.532v-1.197c0-.294.204-.532.455-.532h9.324c.25 0 .454.238.454.532v1.197z" stroke="#000" stroke-width=".247"/>
41
+ <path d="M300.235 117.861a1.392 1.392 0 10.001-2.783 1.392 1.392 0 00-.001 2.783zm-.447 115.488c2.571 0 4.656-2.076 4.656-4.638s-2.085-4.639-4.656-4.639c-2.572 0-4.657 2.077-4.657 4.639 0 2.562 2.085 4.638 4.657 4.638z" stroke="#000" stroke-width=".247"/>
42
+ <path d="M325.899 127.391h-52.138v92.691h52.138v-92.691z" fill="#EB1701" stroke="#000" stroke-width=".208"/>
43
+ <mask id="c" maskUnits="userSpaceOnUse" x="273" y="127" width="53" height="94">
44
+ <path d="M325.899 127.391h-52.138v92.691h52.138v-92.691z" fill="#0072EE"/>
45
+ </mask>
46
+ <g mask="url(#c)">
47
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M285.362 39.693c-64.413 0-116.691 52.278-116.691 116.692 0 64.413 52.278 116.691 116.691 116.691 64.414 0 116.692-52.278 116.692-116.691 0-64.414-52.278-116.692-116.692-116.692zm74.214 173.055c-16.686-20.304-57.178-27.189-74.215-27.189-17.037 0-57.529 6.885-74.216 27.189-11.902-15.636-19.137-35.124-19.137-56.362 0-51.46 41.892-93.353 93.353-93.353 51.461 0 93.353 41.893 93.353 93.353 0 21.238-7.235 40.726-19.138 56.362zm-115.055-85.534a40.737 40.737 0 0140.842-40.842 40.738 40.738 0 0140.842 40.842 40.738 40.738 0 01-40.842 40.842 40.737 40.737 0 01-40.842-40.842z" fill="#fff"/>
48
+ </g>
49
+ <path d="M273.981 220.689v-93.078h51.698v93.078h-51.698z" stroke="#000" stroke-width=".44"/>
50
+ <defs>
51
+ <clipPath id="display-personalDetails-header__clip0">
52
+ <path fill="#fff" transform="translate(118.022 108.781)" d="M0 0h45.142v13.166H0z"/>
53
+ </clipPath>
54
+ </defs>
55
+ </svg>
@@ -0,0 +1,90 @@
1
+ <svg width="560" height="315" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="560" height="315" rx="4" fill="#F5F5F5"/>
3
+ <ellipse cx="282.623" cy="241.819" rx="137.962" ry="40.386" fill="#EEE"/>
4
+ <g opacity=".3">
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M385.789 115.327l-1.949 2.096 2.86.262 1.403 2.488 1.135-2.621 2.816-.557-2.159-1.881.337-2.834-2.468 1.458-2.608-1.193.633 2.782z" fill="#01000D"/>
6
+ <path d="M361.923 92.014c-2.619-.697-5.306.848-6.006 3.443-.7 2.596.85 5.268 3.469 5.965 2.619.698 5.306-.847 6.006-3.442.7-2.596-.85-5.269-3.469-5.966zm9.657 18.14a1.661 1.661 0 00-2.034 1.165 1.647 1.647 0 001.176 2.019 1.66 1.66 0 002.034-1.164 1.649 1.649 0 00-1.176-2.02z" stroke="#01000D"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M382.223 85.906l-4.262.616 3.084 2.987-.728 4.217 3.812-1.991 3.812 1.991-.728-4.217 3.085-2.987-4.263-.616-1.906-3.837-1.906 3.837z" fill="#01000D"/>
8
+ <ellipse rx="4.298" ry="4.322" transform="matrix(.2604 -.9655 -.96635 -.25725 371.55 69.594)" fill="#01000D"/>
9
+ </g>
10
+ <g opacity=".3">
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M153.891 187.154l.633-2.783-2.608 1.194-2.468-1.458.336 2.833-2.158 1.881 2.816.558 1.134 2.62 1.404-2.488 2.859-.262-1.948-2.095z" fill="#01000D"/>
12
+ <path d="M176.044 198.455a1.788 1.788 0 001.274-2.191 1.803 1.803 0 00-2.207-1.265 1.79 1.79 0 00-1.274 2.192 1.802 1.802 0 002.207 1.264zm-8.61-22.217a1.648 1.648 0 001.175-2.019 1.662 1.662 0 00-2.034-1.166 1.648 1.648 0 00-1.175 2.02 1.66 1.66 0 002.034 1.165z" stroke="#01000D"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M194.786 176.615l3.381-2.65-4.174-1.055-1.492-4.014-2.299 3.618-4.304.17 2.753 3.29-1.168 4.119 4.001-1.584 3.582 2.376-.28-4.27z" fill="#01000D"/>
14
+ <ellipse rx="4.304" ry="4.316" transform="matrix(.26003 .96413 .9677 -.25761 196.957 204.403)" fill="#01000D"/>
15
+ </g>
16
+ <g filter="url(#display-personalDetails-header__filter0_i)">
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M218.65 49c0-7.732 6.268-14 14-14h96.057c7.732 0 14 6.268 14 14v190.233c0 7.732-6.268 14-14 14H232.65c-7.732 0-14-6.268-14-14V49z" fill="#2B80AA"/>
18
+ </g>
19
+ <g filter="url(#display-personalDetails-header__filter1_i)">
20
+ <ellipse cx="289.786" cy="45.743" rx="1.707" ry="1.696" fill="#069"/>
21
+ </g>
22
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M224.34 50.652c0-5.523 4.477-10 10-10h15.283a2 2 0 012 2v1.177a7 7 0 007 7h44.164a7 7 0 007-7v-1.177a2 2 0 012-2h15.228c5.523 0 10 4.477 10 10v186.926c0 5.523-4.477 10-10 10H234.34c-5.523 0-10-4.477-10-10V50.652z" fill="#EEE"/>
23
+ <g filter="url(#display-personalDetails-header__filter2_d)">
24
+ <rect x="228.895" y="61.01" width="103.57" height="166.219" rx="1" fill="#fff"/>
25
+ </g>
26
+ <g filter="url(#display-personalDetails-header__filter3_i)">
27
+ <rect x="269.865" y="44.047" width="15.934" height="3.392" rx="1.5" fill="#069"/>
28
+ </g>
29
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M243.106 150.336a1.696 1.696 0 100 3.392h74a1.696 1.696 0 100-3.392h-74zm-.002 9.044a1.696 1.696 0 000 3.392h56.929a1.696 1.696 0 100-3.392h-56.929zm-1.696 10.741c0-.937.76-1.697 1.696-1.697h63.758a1.696 1.696 0 010 3.393h-63.758c-.936 0-1.696-.76-1.696-1.696zm1.696 7.352a1.696 1.696 0 000 3.392h56.929a1.696 1.696 0 100-3.392h-56.929z" fill="#E4E4E4"/>
30
+ <ellipse opacity=".5" cx="280.444" cy="106.692" rx="24.47" ry="24.311" fill="#EEE"/>
31
+ <mask id="a" maskUnits="userSpaceOnUse" x="256" y="82" width="50" height="50">
32
+ <ellipse cx="280.682" cy="106.801" rx="24.47" ry="24.311" fill="#EEE"/>
33
+ </mask>
34
+ <g mask="url(#a)">
35
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M280.679 109.629c4.714 0 8.536-3.797 8.536-8.48 0-4.684-3.822-8.481-8.536-8.481-4.715 0-8.536 3.797-8.536 8.481 0 4.683 3.821 8.48 8.536 8.48zm.57 36.181c9.428 0 17.072-7.594 17.072-16.961 0-9.368-7.644-16.961-17.072-16.961-9.429 0-17.072 7.593-17.072 16.961 0 9.367 7.643 16.961 17.072 16.961z" fill="#01000D"/>
36
+ </g>
37
+ <g filter="url(#display-personalDetails-header__filter4_d)">
38
+ <circle cx="296.93" cy="124.979" r="8" fill="#fff"/>
39
+ </g>
40
+ <ellipse cx="334.716" cy="235.709" rx="31.299" ry="31.095" fill="#2B80AA"/>
41
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M348.817 226.238c1.287 1.191 1.287 3.124 0 4.315l-15.318 14.18c-1.931 1.788-5.061 1.788-6.992 0l-5.899-5.46c-1.287-1.192-1.287-3.124 0-4.316 1.287-1.192 3.375-1.192 4.662 0l4.733 4.381 14.152-13.1c1.287-1.192 3.374-1.192 4.662 0z" fill="#fff"/>
42
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M299.075 128.875h-4.043v-.092l1.128-.477v-5.866h-.009s-.333-.003-.639.068c-.147.045-.315.092-.545.28a87.607 87.607 0 00-1.431 1.293l-.13-.045.18-1.911h6.791l.225 1.911-.129.045s-1.202-1.104-1.431-1.293c-.23-.188-.398-.236-.545-.28-.306-.071-.571-.063-.571-.063l.001.004v5.857l1.145.47.003.099z" fill="#01000D"/>
43
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M299.075 128.778h-4.043v-.091l1.128-.471v-5.794h-.009s-.333-.003-.639.068c-.147.044-.315.09-.545.277a84.863 84.863 0 00-1.431 1.276l-.13-.044.18-1.888h6.791l.225 1.888-.129.044s-1.202-1.09-1.431-1.277c-.23-.186-.398-.233-.545-.276-.306-.07-.571-.063-.571-.063l.001.004v5.785l1.145.464.003.098z" fill="#000"/>
44
+ <defs>
45
+ <filter id="display-personalDetails-header__filter0_i" x="218.65" y="35" width="124.057" height="218.233" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
46
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
47
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
48
+ <feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
49
+ <feOffset dx="3"/>
50
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
51
+ <feColorMatrix values="0 0 0 0 0.854902 0 0 0 0 0.866667 0 0 0 0 0.890196 0 0 0 0.5 0"/>
52
+ <feBlend in2="shape" result="effect1_innerShadow"/>
53
+ </filter>
54
+ <filter id="display-personalDetails-header__filter1_i" x="288.079" y="44.047" width="3.414" height="3.392" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
55
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
56
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
57
+ <feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
58
+ <feOffset dx="1"/>
59
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
60
+ <feColorMatrix values="0 0 0 0 0.827451 0 0 0 0 0.835294 0 0 0 0 0.858824 0 0 0 0.5 0"/>
61
+ <feBlend in2="shape" result="effect1_innerShadow"/>
62
+ </filter>
63
+ <filter id="display-personalDetails-header__filter2_d" x="228.895" y="61.01" width="105.57" height="169.219" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
64
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
65
+ <feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
66
+ <feOffset dx="2" dy="3"/>
67
+ <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0"/>
68
+ <feBlend in2="BackgroundImageFix" result="effect1_dropShadow"/>
69
+ <feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
70
+ </filter>
71
+ <filter id="display-personalDetails-header__filter3_i" x="269.865" y="44.047" width="15.934" height="3.392" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
72
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
73
+ <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
74
+ <feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
75
+ <feOffset dx="1"/>
76
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
77
+ <feColorMatrix values="0 0 0 0 0.827451 0 0 0 0 0.835294 0 0 0 0 0.858824 0 0 0 0.5 0"/>
78
+ <feBlend in2="shape" result="effect1_innerShadow"/>
79
+ </filter>
80
+ <filter id="display-personalDetails-header__filter4_d" x="284.93" y="114.979" width="24" height="24" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
81
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
82
+ <feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
83
+ <feOffset dy="2"/>
84
+ <feGaussianBlur stdDeviation="2"/>
85
+ <feColorMatrix values="0 0 0 0 0.0392157 0 0 0 0 0.0392157 0 0 0 0 0.0392157 0 0 0 0.08 0"/>
86
+ <feBlend in2="BackgroundImageFix" result="effect1_dropShadow"/>
87
+ <feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
88
+ </filter>
89
+ </defs>
90
+ </svg>
@@ -0,0 +1,46 @@
1
+ <svg width="560" height="316" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M559.37 314.957h-81.399c-.749-1.735-.384-3.609-.7-5.403-.828-4.634-1.321-9.347-2.376-13.931-1.104-4.792-1.735-9.909-4.999-13.843-6.339-7.661-13.004-14.996-21.158-20.872-4.042-2.909-8.114-5.097-13.251-4.309-1.538-.295-2.928.602-4.436.503-5.936-7.463-12.601-13.99-21.987-17.007.049-.73.424-1.282 1.104-1.528 3.648-1.332 5.975-4.496 9.16-6.488 3.756-2.356 7.197-5.334 11.17-7.207 3.934-1.864 4.338-4.437 2.524-7.917a2316.021 2316.021 0 01-19.708-38.817c-4.979-10.017-10.471-19.768-15.322-29.854-4.525-9.405-9.711-18.486-14.503-27.764-5.137-9.928-10.116-19.925-15.243-29.854a3881.92 3881.92 0 00-17.283-33.048c-2.238-4.23-3.993-8.726-6.803-12.65-.168-.335-.335-.67-.503-.996-.039-1.518-.877-2.593-2.001-3.49v-.503c-.533-1.666-1.055-3.332-2.495-4.495v-.503c-.217-1.302-.808-2.347-1.991-2.998-.207-.877-.355-1.784-.996-2.494.089-1.183-.493-1.962-1.499-2.494-.207-.878-.355-1.785-.995-2.495-.178-1.025-.513-1.952-1.499-2.494l-.503-1.499c-.355-1.34-.759-2.652-1.992-3.49-.187-1.173-.907-2.11-1.409-3.155-2.13-4.447-4.832-8.617-6.596-13.251.995-.02 1.991-.06 2.997-.06h230.975c4.151 0 3.757-.403 3.757 3.747-.03 103.553-.04 207.106-.04 310.659zm-422.493 0c-44.948 0-89.897-.01-134.836.049-1.706 0-2.041-.335-2.041-2.041C.04 208.821.04 104.686.04.542l19.984.06c-.088 1.064.503 1.902.927 2.8 2.041 4.337 4.111 8.656 6.083 13.014 2.998 6.615 5.916 13.27 8.894 19.906 2.198 4.89 4.426 9.77 6.645 14.66 1.843 4.053 3.677 8.105 5.53 12.147 1.41 3.076 2.87 6.143 4.28 9.229C55.242 78.597 58.15 84.81 60.9 91.1c1.854 4.25 4.062 8.351 5.798 12.61 2.602 6.369 5.777 12.453 8.44 18.782 3.49 8.302 7.551 16.357 11.278 24.55 2.919 6.399 5.65 12.876 8.558 19.285 2.021 4.437 4.27 8.775 6.281 13.221 2.869 6.33 5.56 12.729 8.439 19.049 2.879 6.32 5.926 12.561 8.824 18.88 2.968 6.468 5.827 12.975 8.775 19.453 4.427 9.711 8.943 19.383 13.31 29.124 3.56 7.947 7.286 15.805 11.457 23.456.651 1.193 1.331 1.597 2.544.996-.819 2.474-1.755 4.929-2.416 7.444-1.449 5.481-3.747 10.726-4.407 16.415-1.716-1.055-3.687-1.429-5.561-2.05-4.052-1.341-4.062-1.292-5.344 2.642z" fill="#FEC2C6"/>
3
+ <path d="M435.467 256.609c5.147-.789 9.209 1.39 13.251 4.309 8.164 5.876 14.819 13.211 21.158 20.872 3.264 3.944 3.895 9.051 4.999 13.842 1.055 4.585 1.558 9.288 2.376 13.932.316 1.794-.049 3.667.7 5.403H357.598c-.049-.415-.049-.838-.167-1.233a28790.724 28790.724 0 00-9.249-30.179c-.345-1.114-.719-2.209-1.577-3.067.079-4.762-2.258-8.912-3.53-13.31-1.893-6.576-4.19-13.034-6.576-19.452-1.696-4.555-2.889-9.317-5.265-13.616-1.252-4.249-2.455-8.518-4.565-12.443-.128-1.587-.68-3.046-1.203-4.535-2.297-6.556-4.919-12.994-6.822-19.679-1.873-6.576 1.134-11.654 7.818-13.291 2.159.286 3.254.069 2.781-2.8-.503-3.095-.74-6.467 1.419-9.307.306-.404.424-.946.01-1.37-3.421-3.51-3.806-7.888-3.628-12.433.937-2.475 1.617-5.048 3.323-7.178.453-.571.995-1.35.128-1.952-2.228-1.528-2.564-4.17-3.806-6.26-.099-.661-.197-1.322-.306-1.982.02-1.706.03-3.411.05-5.117l.236-1.962c.454-.878.75-1.883 1.381-2.603 3.204-3.648 4.121-7.897 3.519-12.59-.029-.247.01-.493.01-.74 4.506 1.745 7.858 4.92 11.23 8.292 5.985 5.985 4.24 15.321.207 20.428-.808 1.026-.71 1.558.059 2.505 1.41 1.715 3.076 3.46 3.352 5.708.602 4.95.316 9.81-3.371 13.754-.622.671-1.095 1.302-.464 2.169 2.416 3.313 1.765 6.981.947 10.51-.71 3.067-2.653 5.334-5.906 6.074-1.814.404-2.228 1.193-.937 2.593 2.475 2.691 3.56 6.103 4.989 9.346 1.834 4.161 3.757 8.282 5.679 12.403 2.051 4.408 4.23 8.755 6.152 13.212 1.41 3.273 2.909 6.487 4.605 9.613 2.78 5.156 5.6 10.293 8.291 15.489 2.396 4.624 4.713 9.297 7.661 13.616h-.01c.02.414.148.778.523 1.015.848.109 1.025.799 1.163 1.43 1.262 5.6 4.24 10.53 6.202 15.854 1.36 3.697 3.52 4.91 7.71 4.781-1.085-2.257-2.297-4.426-3.205-6.714-2.533-6.389-4.89-12.847-6.872-19.433-2.001-6.635-4.022-13.27-6.043-19.906.483-1.104 1.636-1.291 2.524-1.853 5.994-3.826 13.566-3.559 18.742 2.336.898 1.016 1.144 2.653 2.721 3.057 1.282 5.491 4.585 10.056 6.961 15.035 2.879 6.034 6.34 11.792 9.13 17.865 1.607 3.501 3.687 5.689 7.621 5.857.493.02 1.065.286 1.371-.207.335-.532-.207-.887-.513-1.252-3.51-4.131-5.797-9.031-8.548-13.636-2.455-4.111-4.555-8.429-6.724-12.699-2.169-4.279-4.22-8.617-6.33-12.935 2.504-2.041 5.472-2.179 8.499-2.031 9.386 3.017 16.051 9.544 21.976 17.007.01.582.158 1.114.464 1.637 3.944 6.763 7.937 13.507 11.762 20.34 2.189 3.924 3.628 4.841 8.42 4.515 0-.157.069-.364-.01-.473-4.752-6.261-8.637-13.093-12.797-19.728-1.253-2.13-3.007-4.171-3.343-6.833z" fill="#FDD4AF"/>
4
+ <path d="M331.265 234.101c2.376 4.298 3.569 9.06 5.265 13.615 2.386 6.419 4.683 12.887 6.576 19.453 1.262 4.397 3.609 8.548 3.53 13.31-1.479 1.193-2.81 2.475-2.998 4.516-3.578 2.967-4.909 7.315-6.773 11.279-2.761 5.896-3.076 12.265-2.711 18.673h-81.399c1.025-3.5 1.972-7.039 3.125-10.5.602-1.794.109-2.573-1.636-3.066-3.027-.858-5.995-1.893-8.992-2.85.187-1.695 1.272-3.046 1.785-4.614 2.05-6.379 4.15-12.748 6.221-19.117a6.592 6.592 0 011.498-2.544c5.354-5.669 10.688-11.348 16.032-17.027.67-.71 1.587-1.291 1.37-2.494 1.075-.05 2.159-.128 3.234-.128 13.872-.01 27.744.078 41.616-.05 5.857-.059 10.146-2.731 12.768-8.242 1.588-3.362 1.203-6.783 1.489-10.214z" fill="#FEBFC2"/>
5
+ <path d="M147.792 314.355c.661-5.689 2.958-10.944 4.407-16.416.661-2.524 1.607-4.969 2.426-7.443.049-.346.088-.691.138-1.026.926-.976 1.064-2.189 1.055-3.451.423-3.579 2.07-6.822 2.859-10.273.572-2.494 1.705-2.544 3.677-1.972 3.668 1.065 7.207 2.534 10.984 3.234 1.636.582 3.253 1.242 4.929 1.715 9.939 2.82 19.857 5.709 29.578 9.229-.779 4.289-2.346 8.351-3.51 12.531-1.35 4.831-3.302 9.495-4.002 14.493h-52.442c.246-.256.216-.453-.099-.621z" fill="#FEFEFE"/>
6
+ <path d="M200.303 314.957c.7-5.008 2.652-9.672 4.003-14.493 1.173-4.181 2.741-8.243 3.51-12.531 3.973.443 7.641 2.07 11.476 3.026 5.137 1.578 10.234 3.303 15.43 4.684 3.51.936 6.872 2.425 10.51 2.898 2.997.957 5.975 1.982 8.992 2.85 1.745.493 2.238 1.271 1.636 3.066-1.163 3.461-2.1 6.99-3.125 10.5h-52.432z" fill="#F5F5F5"/>
7
+ <path d="M20.024.601L.04.542C.148.394-.217.03.286.04c.66.02 1.33.01 2.001.01 185.11 0 370.229 0 555.338-.049 1.874 0 2.298.424 2.298 2.287-.05 103.474-.05 206.948-.079 310.422 0 .73.572 1.696-.474 2.248V4.289c0-4.151.395-3.747-3.756-3.747-76.992-.01-153.983 0-230.975 0-.996 0-1.992.04-2.997.06-.996-.02-1.992-.06-2.998-.06C220.1.532 121.556.532 23.012.532c-.996.01-1.992.05-2.988.07z" fill="#FEFEFE"/>
8
+ <path d="M334.144 314.958c-.365-6.409-.049-12.778 2.711-18.674 1.854-3.963 3.195-8.321 6.774-11.279.098.128.256.246.295.394 2.406 9.85 4.802 19.709 7.208 29.559h-16.988z" fill="#FDD4AF"/>
9
+ <path d="M351.121 314.958a14814.58 14814.58 0 00-7.207-29.559c-.04-.148-.197-.266-.296-.394.187-2.041 1.519-3.333 2.997-4.516.848.858 1.233 1.952 1.578 3.067 3.086 10.056 6.172 20.113 9.248 30.179.118.394.118.818.168 1.232-2.16-.009-4.319-.009-6.488-.009z" fill="#FEC08A"/>
10
+ <path d="M147.792 314.356c.316.168.345.365.069.602h-10.983c1.282-3.934 1.292-3.983 5.354-2.652 1.873.621 3.845.995 5.56 2.05z" fill="#FE3F4D"/>
11
+ <path d="M20.025.601c.995-.02 1.991-.059 2.997-.059 98.544 0 197.088 0 295.633.01.995 0 1.991.04 2.997.059 1.755 4.634 4.456 8.804 6.596 13.26.503 1.036 1.222 1.973 1.41 3.156-.543 1.853.68 2.701 1.991 3.49l.503 1.499c-.601 1.488.158 2.169 1.499 2.494.65.71.788 1.617.996 2.494.069 1.095.138 2.18 1.498 2.495.651.71.789 1.617.996 2.494.029 1.42.621 2.465 1.992 2.998v.502c-.03 1.972.621 3.57 2.494 4.496v.503c.158 1.46.394 2.87 2.001 3.49.168.336.336.67.503.996-.848 1.844.188 3.352.947 4.841 4.772 9.297 9.603 18.555 14.404 27.843 1.233 2.376 3.126 4.486-.217 7.128-1.35 1.065-2.307 2.702-4.17 2.978-1.371.207-1.952 1.222-2.603 2.12-.947 1.31-1.785 2.602-3.668 2.583-.503 0-.956.335-.956.946 0 .483.365.779.769.848.937.158 1.568.523 1.479 1.597-5.995-2.03-12.157-2.869-18.477-2.455-.019-19.62-.069-39.24-.039-58.87.01-5.58-1.282-10.648-4.979-14.947-.049-1.005-.749-1.084-1.518-1.045-2.998-1.804-6.34-2.475-9.741-2.484-14.385-.07-28.76-.01-43.145 0-12.561-.01-25.122-.09-37.682.03-3.136.029-6.291.58-8.982 2.494-4.733 3.371-6.172 8.32-6.212 13.714-.108 17.54-.059 35.08-.079 52.62-.542-.1-.926-.405-1.025-.957-.453-2.583-1.962-4.742-2.908-7.128-1.282-3.244-3.323-4.2-8.44-3.915-3.717.208-4.703.996-5.61 4.674-1.39 5.63-2.672 11.279-4.121 16.889-2.012 7.779-4.21 15.509-6.212 23.288-2.169 8.42-3.983 16.938-6.379 25.289-1.981 6.921-2.317 14.04-3.115 21.069-.779 6.863-1.952 13.596-4.003 20.153a36.623 36.623 0 00-1.647 9.238c-.236 4.802 1.203 9.317 1.982 13.951 1.075 6.448 2.761 12.778 3.362 19.315.661 7.089 3.017 14.049.247 21.306-1.992 5.245-3.333 10.756-4.615 16.238-1.005 4.279-2.957 8.282-3.45 12.679-3.767-.7-7.316-2.159-10.984-3.234-1.971-.571-3.105-.522-3.677 1.972-.789 3.451-2.426 6.695-2.859 10.274-1.44.818-1.174 2.159-1.055 3.45-.04.346-.089.691-.138 1.026-1.223.611-1.893.197-2.544-.996-4.18-7.651-7.907-15.509-11.457-23.455-4.357-9.741-8.883-19.413-13.31-29.125-2.948-6.478-5.807-12.995-8.775-19.452-2.898-6.31-5.955-12.551-8.824-18.881-2.879-6.32-5.57-12.729-8.439-19.048-2.012-4.447-4.26-8.775-6.28-13.222-2.91-6.399-5.65-12.886-8.559-19.285-3.727-8.193-7.789-16.258-11.279-24.549-2.662-6.33-5.846-12.413-8.44-18.783-1.745-4.259-3.943-8.37-5.797-12.61-2.75-6.29-5.659-12.501-8.518-18.742-1.41-3.086-2.86-6.143-4.28-9.229a2684.086 2684.086 0 01-5.53-12.146c-2.219-4.88-4.447-9.761-6.645-14.661-2.978-6.626-5.896-13.28-8.894-19.906-1.971-4.368-4.052-8.686-6.083-13.015-.434-.887-1.025-1.725-.936-2.79z" fill="#FEB9BD"/>
12
+ <path d="M350.125 95.842c.089-1.075-.542-1.44-1.479-1.597-.414-.07-.769-.365-.769-.848-.01-.611.444-.947.957-.947 1.873.02 2.711-1.271 3.667-2.583.651-.897 1.233-1.912 2.603-2.12 1.873-.285 2.83-1.912 4.171-2.977 3.342-2.642 1.439-4.752.217-7.128-4.802-9.278-9.633-18.546-14.405-27.843-.769-1.489-1.804-3.007-.946-4.841 2.81 3.924 4.564 8.42 6.803 12.65a3909.389 3909.389 0 0117.283 33.048c5.127 9.929 10.106 19.936 15.243 29.854 4.801 9.278 9.977 18.358 14.503 27.764 4.86 10.086 10.342 19.837 15.321 29.854a2386.272 2386.272 0 0019.709 38.817c1.814 3.49 1.41 6.063-2.524 7.917-3.973 1.873-7.404 4.851-11.171 7.207-3.184 1.991-5.511 5.156-9.159 6.487-.68.247-1.045.789-1.104 1.529-3.027-.148-5.995-.01-8.499 2.031-1.41.039-1.873 1.488-2.968 1.981-1.577-.404-1.824-2.041-2.721-3.056-5.166-5.896-12.738-6.162-18.743-2.337-.887.572-2.04.75-2.523 1.854-.908.513-1.479 1.311-1.824 2.258-1.065 2.957-.691 5.994-.484 9.031.276 4.052 2.288 7.69 2.83 11.673-2.948-4.318-5.265-8.991-7.661-13.616-2.691-5.195-5.511-10.332-8.291-15.489-1.686-3.135-3.185-6.349-4.605-9.612-1.922-4.457-4.111-8.805-6.152-13.212-1.913-4.121-3.845-8.242-5.679-12.403-1.43-3.244-2.514-6.655-4.989-9.347-1.291-1.41-.877-2.189.937-2.593 3.253-.729 5.196-3.007 5.906-6.073.818-3.54 1.469-7.197-.947-10.51-.631-.868-.158-1.499.464-2.169 3.687-3.944 3.973-8.805 3.371-13.754-.276-2.248-1.942-3.993-3.352-5.709-.779-.946-.877-1.479-.059-2.504 4.033-5.107 5.778-14.444-.207-20.428-3.372-3.372-6.724-6.547-11.23-8.292 0-.819-.01-1.637-.01-2.465 2.899-1.272 5.985-1.903 8.992-2.83 2.84-.877 5.709-1.883 8.095-3.766 2.307-1.814 4.279-3.983 4.397-7.118.069-2.386-1.518-4.082-2.968-5.788z" fill="#FEBEC1"/>
13
+ <path d="M435.468 256.61c.325 2.662 2.09 4.703 3.401 6.803 4.161 6.635 8.046 13.478 12.798 19.729.079.098.01.305.01.473-4.792.325-6.231-.592-8.42-4.516-3.826-6.832-7.819-13.576-11.762-20.34a3.394 3.394 0 01-.464-1.636c1.509.089 2.909-.819 4.437-.513z" fill="#FEC08A"/>
14
+ <path d="M341.636 39.97c-1.873-.916-2.524-2.523-2.494-4.495 1.429 1.163 1.962 2.84 2.494 4.495zm-9.996-19.463c-1.312-.799-2.544-1.637-1.992-3.49 1.242.838 1.637 2.149 1.992 3.49zm11.988 23.456c-1.607-.631-1.843-2.041-2.001-3.49 1.124.907 1.962 1.971 2.001 3.49zm-4.496-8.981c-1.37-.533-1.972-1.568-1.991-2.998 1.183.651 1.784 1.696 1.991 2.998zm-5.491-10.481c-1.331-.335-2.1-1.005-1.499-2.494.986.542 1.321 1.469 1.499 2.494zm2.494 4.989c-1.36-.316-1.429-1.4-1.498-2.495 1.005.532 1.587 1.311 1.498 2.494z" fill="#FEBEC1"/>
15
+ <path d="M326.493 184.143c-6.685 1.637-9.692 6.714-7.819 13.29 1.903 6.685 4.526 13.133 6.823 19.68.522 1.488 1.075 2.948 1.203 4.535-.247 4.072-1.104 4.89-5.147 4.89-24.776 0-49.553 0-74.33.01-.995 0-1.991.069-2.987.109a40.8 40.8 0 00-1.025-.198c-.266-2.474-1.183-4.772-1.943-7.108-1.626-4.969-3.174-9.968-4.752-14.957 2.357 2.889 5.452 3.648 9.071 3.638 20.803-.079 41.596-.039 62.4-.049 1.074 0 2.179 0 3.234-.187 4.742-.829 7.71-5.768 6.231-10.284-1.529-4.683-4.181-6.596-9.229-6.596-21.049-.01-42.099-.01-63.149 0-5.58 0-8.518 2.317-9.958 7.799-.848-.237-1.065-.976-1.291-1.686-1.874-5.738-3.717-11.476-5.62-17.195-1.134-3.401-1.854-6.95-3.727-10.076a.387.387 0 01-.454.03c.454-1.548.296-3.136.296-4.703.01-38.639.01-77.268.01-115.907 0-4.022 1.025-5.058 4.979-5.058 14.385-.01 28.77 0 43.154-.01 3.244 0 6.478-.078 9.722-.118.907.04 1.814.119 2.721.119 12.107.01 24.224 0 36.332.02.966 0 2.001-.287 2.888.384-.887.67-1.922.384-2.898.384-11.723.02-23.436.01-35.159.01-.66 0-1.331-.01-1.991.02-1.075.04-1.479.414-1.035 1.577 2.031 5.423 4.219 10.796 5.905 16.327 1.036 3.392 2.919 6.517 3.175 10.146-.513-.266-1.025-.523-1.518-.809-7.523-4.348-15.598-5.383-23.752-2.74-14.098 4.554-21.68 16.504-20.182 31.263.779 7.651 4.171 14.04 10.323 18.822 4.25 4.042 9.445 6.024 15.164 6.606 8.272.848 15.775-1.045 22.075-6.754 1.291-.769 2.277-1.844 3.293-2.948 2.849-3.096 4.338-6.941 6.201-10.589.286.493.661.956.858 1.489 2.228 6.152 4.595 12.265 6.557 18.506 1.035 3.293 2.967 6.32 3.046 9.909-.986.059-1.981.177-2.967.177-20.873.01-41.735.01-62.607.01-3.155 0-6.32-.03-9.475.01-2.997.029-3.826.887-3.845 3.874-.01 2.988-.01 5.985 0 8.972.01 3.658.621 4.329 4.377 4.329 24.609.019 49.218.01 73.827.01.335 0 .661 0 .996-.01 2.189-.069 3.401-1.055 3.303-3.392-.05-1.321.079-2.652.118-3.973.187.158.463.276.532.473 2.081 6.004 4.122 12.019 6.212 18.013.394 1.124.601 2.406 1.893 2.968l-.059 16.948zm-50.056-5.817c12.561 0 25.112.01 37.672-.01 3.047 0 3.629-.601 3.648-3.658.02-3.243-.059-6.487.02-9.721.059-2.307-.927-3.372-3.244-3.372-25.368.02-50.726.02-76.094.01-2.15 0-3.224.917-3.175 3.155.069 3.155.01 6.32.02 9.475 0 3.638.483 4.111 4.229 4.111 12.315.01 24.619.01 36.924.01z" fill="#FE3F4D"/>
16
+ <path d="M292.142 72.99c-.256-3.629-2.139-6.764-3.174-10.146-1.686-5.531-3.875-10.904-5.906-16.327-.434-1.163-.04-1.538 1.035-1.578.661-.02 1.331-.02 1.992-.02 11.722 0 23.435.01 35.158-.01.976 0 2.002.277 2.899-.384.414 0 .749.158.966.523.039.582.365.887.927.956.867.907.552 2.041.552 3.086.02 24.244.01 48.489.02 72.733 0 3.983.059 7.966.088 11.949l-.236 1.962c-1.252 1.696-1.183 3.402-.05 5.117.099.661.198 1.321.306 1.982v15.41c-.059 2.988-.108 5.975-.168 8.962-1.301-.562-1.508-1.843-1.893-2.967-2.08-6.005-4.131-12.009-6.211-18.013-.069-.198-.355-.316-.532-.474-.04-1.873-.089-3.746-.109-5.619-.029-3.284-.335-3.668-3.628-4.378-.079-3.579-2.011-6.616-3.047-9.909-1.962-6.241-4.328-12.353-6.556-18.506-.187-.532-.562-.995-.858-1.488 1.055-5.423 1.538-10.836.059-16.278-1.873-6.941-6.043-12.265-11.634-16.584z" fill="#FE011F"/>
17
+ <path d="M326.7 133.771c-.03-3.983-.089-7.966-.089-11.949-.01-24.244 0-48.489-.02-72.733 0-1.045.316-2.179-.552-3.086-.02-.601-.355-.897-.927-.956-.227-.355-.552-.523-.966-.523-.887-.67-1.923-.384-2.889-.384-12.107-.02-24.224-.01-36.332-.02-.907 0-1.814-.079-2.721-.118-.029-1.43-.71-2.662-1.193-3.964-1.183-3.194-2.691-6.28-3.372-9.642 2.071.266 4.082-.296 6.133-.404.69-.04 1.725.217 1.715-.858 0-1.124-1.045-1.085-1.863-1.095-2.465-.029-4.94-.029-7.404-.049.009-.67-.336-1.232-.533-1.843-1.094-3.392-3.046-6.478-3.46-10.096 14.384-.01 28.759-.07 43.144 0 3.402.02 6.744.68 9.741 2.484.335.602.868.907 1.518 1.045 3.698 4.309 4.989 9.377 4.979 14.947-.029 19.62.02 39.24.04 58.87-.02 7.326-.03 14.651-.049 21.977 0 .818.009 1.636.009 2.465-.009.246-.049.502-.009.739.611 4.693-.316 8.942-3.52 12.59-.631.71-.927 1.726-1.38 2.603z" fill="#FEFEFE"/>
18
+ <path d="M244.235 226.667c.996-.04 1.992-.109 2.988-.109 24.776-.01 49.553 0 74.329-.01 4.043 0 4.891-.818 5.147-4.89 2.11 3.934 3.313 8.193 4.565 12.443-.286 3.431.099 6.852-1.499 10.214-2.622 5.511-6.911 8.193-12.768 8.242-13.872.129-27.744.04-41.616.05-1.075 0-2.159.088-3.234.128-3.204-.04-6.418-.02-9.623-.148-3.273-.128-6.566.345-9.81-.365-.897-4.22-2.78-8.104-4.101-12.176-1.459-4.457-3.471-8.745-4.378-13.379zm31.146 18.427c5.235 0 10.481-.049 15.716.02 2.238.029 3.204-.898 3.106-3.126-.079-1.903-.03-3.825-.02-5.728.01-1.725-.799-2.642-2.554-2.642-10.806 0-21.611 0-32.427.009-1.627 0-2.445.858-2.465 2.475-.01 1.824-.02 3.658-.01 5.482.02 3.066.434 3.5 3.431 3.51 5.078.01 10.155 0 15.223 0z" fill="#ECECEC"/>
19
+ <path d="M374.113 263.541c-.552-3.984-2.554-7.622-2.83-11.674-.207-3.037-.582-6.073.483-9.031.345-.947.917-1.745 1.824-2.258 2.012 6.635 4.043 13.261 6.044 19.906 1.982 6.586 4.338 13.044 6.872 19.433.907 2.287 2.12 4.466 3.204 6.714-4.2.118-6.349-1.084-7.71-4.782-1.962-5.324-4.939-10.263-6.201-15.853-.148-.631-.326-1.331-1.164-1.43-.177-.335-.345-.68-.522-1.016v-.009zm23.465-19.433c1.104-.493 1.568-1.943 2.968-1.982 2.1 4.318 4.16 8.657 6.329 12.935 2.17 4.279 4.27 8.598 6.725 12.699 2.75 4.605 5.028 9.505 8.548 13.636.315.365.857.72.512 1.252-.305.483-.887.227-1.37.207-3.934-.168-6.014-2.356-7.621-5.856-2.791-6.074-6.251-11.832-9.13-17.866-2.376-4.969-5.679-9.534-6.961-15.025z" fill="#FEC08A"/>
20
+ <path d="M326.552 167.206c.059-2.988.109-5.975.168-8.963a4.22 4.22 0 01.355-.019c-.178 4.545.207 8.932 3.628 12.432.414.424.296.966-.01 1.371-2.159 2.849-1.932 6.211-1.419 9.307.473 2.869-.622 3.086-2.781 2.8l.059-16.928z" fill="#EDEAEA"/>
21
+ <path d="M327.075 158.223c-.119.01-.237.01-.355.02v-15.41c1.242 2.1 1.577 4.733 3.805 6.261.868.591.326 1.38-.128 1.952-1.696 2.129-2.386 4.703-3.322 7.177z" fill="#FEFEFE"/>
22
+ <path d="M326.424 140.85c-1.134-1.715-1.203-3.421.049-5.117-.02 1.706-.039 3.412-.049 5.117z" fill="#FE3F4D"/>
23
+ <path d="M374.104 263.54c.177.335.345.68.522 1.016-.375-.237-.503-.602-.522-1.016z" fill="#FEBEC1"/>
24
+ <path d="M252.705 252.222c3.244.71 6.537.246 9.81.365 3.205.118 6.419.098 9.623.147.217 1.203-.7 1.785-1.37 2.495-5.344 5.679-10.678 11.358-16.032 17.027a6.577 6.577 0 00-1.498 2.544c-2.071 6.379-4.161 12.738-6.221 19.117-.503 1.577-1.588 2.928-1.785 4.614-3.638-.473-7-1.962-10.51-2.899-5.186-1.38-10.293-3.105-15.43-4.683.759-5.127 3.273-9.682 4.811-14.552 2.505-7.957 7.296-15.371 5.669-24.284 7.651.05 15.292.079 22.933.109z" fill="#FEC08A"/>
25
+ <path d="M229.782 252.124c1.627 8.913-3.165 16.327-5.669 24.283-1.538 4.871-4.052 9.426-4.812 14.553-3.835-.957-7.503-2.583-11.476-3.027-9.721-3.52-19.64-6.399-29.578-9.228-1.666-.474-3.283-1.134-4.93-1.716.503-4.397 2.455-8.4 3.451-12.679 1.282-5.472 2.623-10.993 4.614-16.238 2.761-7.257.405-14.218-.246-21.306-.602-6.537-2.297-12.867-3.362-19.315-.769-4.644-2.219-9.149-1.982-13.951.158-3.165.69-6.182 1.647-9.238 2.05-6.557 3.224-13.291 4.002-20.153.799-7.039 1.134-14.158 3.116-21.069 2.396-8.351 4.21-16.869 6.379-25.289 2.001-7.779 4.2-15.509 6.211-23.288 1.45-5.61 2.731-11.27 4.122-16.89.907-3.667 1.893-4.465 5.61-4.673 5.117-.285 7.158.67 8.439 3.915.947 2.386 2.455 4.535 2.909 7.128.098.552.483.848 1.025.956.04 4.713 1.203 9.317 1.124 14.07-.069 4.002-1.173 7.857-1.114 11.831-1.085.167-1.016 1.163-1.37 1.863-1.499 2.978-.908 6.054-.7 9.199.423 6.34-.267 12.65-1.42 18.9-.552 2.317-.809 4.693-1.804 6.922-.375.828-.316 2.011-.079 2.928 1.271 4.782 2.662 9.534 4.032 14.286.217.759.611 1.38 1.578 1.242.67 1.272-.355 2.505.059 3.885 3.736 12.551 4.141 25.299 1.834 38.156-.848 4.722-2.702 9.336-2.041 14.217.611 4.565.246 9.12.453 13.685.335 7.197 2.682 13.172 9.978 16.041z" fill="#FDD4B0"/>
26
+ <path d="M154.753 289.461c-.108-1.292-.385-2.633 1.055-3.451.01 1.262-.128 2.474-1.055 3.451z" fill="#FEC2C6"/>
27
+ <path d="M219.272 110.819c-.06-3.983 1.054-7.828 1.114-11.831.078-4.762-1.085-9.366-1.124-14.07.01-17.54-.04-35.079.069-52.619.029-5.393 1.479-10.352 6.211-13.714 2.692-1.913 5.847-2.475 8.982-2.495 12.561-.108 25.122-.03 37.682-.03.415 3.62 2.367 6.715 3.461 10.097.197.611.542 1.173.532 1.844-2.908.01-5.817 0-8.725.039-.878.01-2.13-.128-2.051 1.163.069 1.164 1.282.74 2.041.79 3.382.226 6.803-.425 10.165.403.68 3.372 2.189 6.448 3.372 9.643.483 1.301 1.163 2.534 1.193 3.963-3.244.04-6.478.109-9.721.119-14.385.01-28.77 0-43.155.01-3.953 0-4.979 1.035-4.979 5.057-.01 38.64 0 77.268-.01 115.907 0 1.568.158 3.155-.295 4.703-1.026-.552-.927-1.657-1.272-2.544a2629.015 2629.015 0 00-3.067-8.016c-.128-6.487.257-12.984-.414-19.462 0-9.662 0-19.314-.009-28.957zm37.79-79.87c.819-.277 1.667-.8 1.598-2.002-.06-1.144-.76-1.863-1.913-1.873-1.252-.02-1.804.917-1.785 1.972.03 1.045.622 1.883 2.1 1.902z" fill="#EDEAEA"/>
28
+ <path d="M331.6 115.374c.019-7.325.029-14.651.049-21.976 6.32-.414 12.482.414 18.476 2.455 1.45 1.705 3.037 3.401 2.948 5.807-.118 3.145-2.09 5.304-4.397 7.118-2.376 1.873-5.245 2.889-8.095 3.766-2.997.917-6.093 1.548-8.981 2.83z" fill="#FEC08A"/>
29
+ <path d="M326.621 19.58c-.651-.147-1.183-.443-1.518-1.045.769-.03 1.469.04 1.518 1.046z" fill="#FEBEC1"/>
30
+ <path d="M292.143 72.99c5.6 4.318 9.76 9.642 11.644 16.583 1.478 5.442 1.005 10.855-.06 16.277-1.863 3.648-3.352 7.493-6.201 10.589-1.016 1.105-2.002 2.169-3.293 2.948-2.357-5.462-6.093-9.356-11.723-11.713-9.721-4.072-22.499 1.716-25.506 11.861-6.162-4.782-9.554-11.171-10.323-18.821-1.499-14.76 6.083-26.71 20.182-31.264 8.154-2.633 16.229-1.608 23.751 2.74.503.277 1.016.533 1.529.8zm-5.403 16.247c0-6.527-4.812-11.377-11.26-11.367-6.28.01-11.279 4.93-11.259 11.22.029 7.098 5.166 11.377 11.723 11.663 5.718.247 10.796-5.423 10.796-11.516zm-10.304 89.089h-36.923c-3.747 0-4.22-.473-4.23-4.111 0-3.155.049-6.32-.02-9.475-.049-2.238 1.026-3.165 3.175-3.155 25.368.01 50.726.01 76.095-.01 2.317 0 3.302 1.065 3.243 3.372-.079 3.244 0 6.478-.019 9.721-.02 3.057-.602 3.658-3.648 3.658h-37.673z" fill="#FEC1C5"/>
31
+ <path d="M314.188 135.743c3.283.71 3.599 1.095 3.628 4.378.02 1.873.069 3.746.109 5.62-.05 1.321-.178 2.652-.119 3.973.089 2.346-1.114 3.322-3.303 3.391-.335.01-.66.01-.995.01-24.609 0-49.218.01-73.827-.01-3.747 0-4.368-.67-4.378-4.328 0-2.987-.01-5.984 0-8.972.01-2.987.848-3.845 3.845-3.875 3.155-.029 6.32-.009 9.475-.009 20.872 0 41.735 0 62.607-.01.976.01 1.962-.099 2.958-.168zm-37.485 6.478c-9.061 0-18.122.029-27.192-.03-1.815-.01-2.948.138-2.919 2.485.03 2.159.818 2.612 2.79 2.603 18.211-.06 36.421-.06 54.621 0 1.982.009 2.761-.454 2.79-2.603.03-2.337-1.084-2.495-2.908-2.485-9.061.059-18.122.03-27.182.03z" fill="#FEBFC2"/>
32
+ <path d="M219.707 159.219c1.025 2.672 2.05 5.344 3.066 8.015.335.898.236 2.002 1.272 2.544a.42.42 0 00.453-.029c-.029 17.697-.059 35.385-.069 53.082 0 1.371.395 2.623 1.864 3.195.207.453.571.552 1.025.434 5.294 0 10.599.009 15.893.009.345.069.69.138 1.026.198.907 4.643 2.918 8.922 4.367 13.389 1.321 4.072 3.205 7.956 4.102 12.176-7.641-.03-15.282-.069-22.923-.099-7.296-2.869-9.643-8.844-9.968-16.021-.207-4.555.158-9.12-.454-13.685-.65-4.88 1.203-9.504 2.041-14.217 2.307-12.867 1.903-25.605-1.834-38.156-.414-1.39.612-2.613-.059-3.884.069-2.327.138-4.644.198-6.951z" fill="#FEFEFE"/>
33
+ <path d="M243.211 226.46c-5.295 0-10.599-.01-15.893-.01-.178-.542-.395-.966-1.026-.434-1.479-.562-1.873-1.814-1.863-3.194.01-17.698.039-35.385.069-53.083 1.873 3.126 2.593 6.675 3.727 10.077 1.903 5.728 3.746 11.466 5.62 17.194.236.71.443 1.45 1.291 1.686.01 2.002.414 3.914 1.39 5.679 1.578 4.989 3.126 9.988 4.753 14.957.749 2.366 1.666 4.653 1.932 7.128z" fill="#FE011F"/>
34
+ <path d="M257.004 119.525c3.007-10.145 15.795-15.923 25.506-11.861 5.63 2.356 9.366 6.261 11.723 11.713-6.3 5.699-13.803 7.602-22.075 6.754-5.709-.582-10.905-2.564-15.154-6.606z" fill="#FEFEFE"/>
35
+ <path d="M236.516 204.394c-.986-1.765-1.39-3.677-1.39-5.679 1.439-5.491 4.378-7.799 9.958-7.799 21.05 0 42.099-.009 63.149 0 5.048 0 7.7 1.913 9.228 6.596 1.47 4.526-1.498 9.465-6.231 10.284-1.055.187-2.149.187-3.234.187-20.803.01-41.596-.039-62.399.049-3.629.01-6.724-.749-9.081-3.638zm39.99 2.288c10.894 0 21.799.009 32.693 0 3.274 0 5.492-1.598 6.793-4.555 1.184-2.682.484-5.048-1.262-7.188-1.666-2.051-3.953-2.494-6.487-2.494-21.129.039-42.257.019-63.386.029-.749 0-1.498.01-2.238.119-2.623.364-4.427 1.902-5.373 4.269-2.002 5.008 1.41 9.77 7.059 9.81 10.737.059 21.464.01 32.201.01z" fill="#FEDCDE"/>
36
+ <path d="M325.112 45.037c.572.06.907.365.927.956-.562-.069-.887-.374-.927-.956z" fill="#FE3F4D"/>
37
+ <path d="M275.382 245.093c-5.068 0-10.145.01-15.213 0-2.997-.009-3.411-.443-3.431-3.509-.01-1.824-.01-3.658.01-5.482.01-1.617.838-2.475 2.465-2.475 10.805-.01 21.611-.01 32.427-.01 1.765 0 2.573.907 2.554 2.643-.01 1.912-.069 3.825.019 5.728.099 2.228-.867 3.165-3.105 3.125-5.255-.069-10.491-.02-15.726-.02z" fill="#FEFEFE"/>
38
+ <path d="M219.706 159.219l-.178 6.931c-.966.148-1.36-.483-1.577-1.242-1.371-4.752-2.761-9.504-4.033-14.286-.246-.917-.296-2.1.079-2.928.996-2.229 1.252-4.605 1.804-6.922 1.164-.345 2.337-.68 3.5-1.025.661 6.488.277 12.985.405 19.472z" fill="#FEC08A"/>
39
+ <path d="M219.292 139.757c-1.163.345-2.337.68-3.5 1.025 1.154-6.251 1.844-12.561 1.42-18.9-.207-3.146-.799-6.222.7-9.199.355-.7.286-1.706 1.37-1.864 0 9.643 0 19.295.01 28.938z" fill="#FEBEC1"/>
40
+ <path d="M286.739 89.238c0 6.093-5.077 11.762-10.786 11.516-6.556-.286-11.703-4.565-11.722-11.664-.02-6.29 4.978-11.21 11.259-11.22 6.438-.01 11.24 4.841 11.249 11.368zm-10.036 52.983c9.06 0 18.121.03 27.192-.029 1.824-.01 2.938.148 2.908 2.484-.029 2.16-.808 2.613-2.79 2.603-18.21-.059-36.42-.059-54.621 0-1.972.01-2.77-.443-2.79-2.603-.029-2.346 1.104-2.494 2.918-2.484 9.051.059 18.112.029 27.183.029z" fill="#FEFEFE"/>
41
+ <path d="M226.291 226.026c.631-.543.848-.109 1.025.433-.453.119-.818.01-1.025-.433z" fill="#FE3F4D"/>
42
+ <path d="M276.506 206.681c-10.727 0-21.464.05-32.191-.019-5.649-.04-9.061-4.802-7.059-9.81.946-2.367 2.75-3.905 5.373-4.27.739-.098 1.489-.118 2.238-.118 21.129-.01 42.257.01 63.386-.029 2.534 0 4.821.443 6.487 2.494 1.745 2.139 2.445 4.516 1.262 7.187-1.301 2.958-3.529 4.555-6.793 4.555-10.904.01-21.809.01-32.703.01z" fill="#FE4250"/>
43
+ <path d="M261.51 202.658c-.483 0-.956-.069-1.42-.197-.453-.138-.818-.305-1.094-.522l.483-1.075c.266.197.582.345.947.463.364.119.729.178 1.094.178.404 0 .71-.059.897-.178.197-.128.296-.285.296-.483a.45.45 0 00-.177-.364 1.18 1.18 0 00-.444-.237 7.577 7.577 0 00-.72-.197 9.763 9.763 0 01-1.153-.335 1.927 1.927 0 01-.779-.543c-.207-.246-.316-.572-.316-.986 0-.355.099-.68.296-.966.197-.296.483-.522.878-.7.394-.167.877-.256 1.439-.256.394 0 .779.049 1.154.138.374.098.709.227.985.404l-.443 1.085c-.572-.326-1.144-.484-1.706-.484-.404 0-.7.069-.887.198-.188.128-.286.295-.286.512 0 .207.108.375.325.474.227.098.562.197 1.016.295.473.109.857.227 1.153.336.296.108.552.286.769.532.217.237.326.572.326.976 0 .355-.099.68-.296.966-.197.286-.483.513-.878.69-.414.188-.887.276-1.459.276zm3.597-6.28h1.43v6.172h-1.43v-6.172zm7.06 2.998h1.302v2.504c-.335.257-.72.444-1.164.582a4.455 4.455 0 01-1.331.207c-.64 0-1.212-.138-1.725-.404a3.126 3.126 0 01-1.213-1.134 3.18 3.18 0 01-.433-1.647c0-.611.147-1.153.433-1.636.296-.483.7-.868 1.213-1.134.513-.276 1.094-.414 1.745-.414.542 0 1.035.089 1.469.276.444.177.809.444 1.114.789l-.917.848c-.443-.464-.976-.7-1.597-.7-.394 0-.739.078-1.045.246a1.735 1.735 0 00-.71.7 2.073 2.073 0 00-.256 1.035c0 .385.089.72.256 1.026.168.295.404.532.71.709.306.168.651.247 1.045.247a2.33 2.33 0 001.114-.266v-1.834h-.01zm8.292-2.998v6.172h-1.173l-3.076-3.747v3.747h-1.41v-6.172h1.183l3.066 3.746v-3.746h1.41zm3.964 0h1.429v6.172h-1.429v-6.172zm8.548 0v6.172h-1.173l-3.077-3.747v3.747h-1.409v-6.172h1.183l3.066 3.746v-3.746h1.41z" fill="#F5F5F5"/>
44
+ <path d="M285.418 30.189h-20.024a.99.99 0 01-.986-.986v-.227a.99.99 0 01.986-.986h20.024c.543 0 .986.444.986.986v.227a.982.982 0 01-.986.986zm-28.601.819a2.001 2.001 0 100-4.003 2.001 2.001 0 000 4.003z" fill="#FEC2C6"/>
45
+ <path d="M246.592 171.947a2.001 2.001 0 10.001-4.003 2.001 2.001 0 00-.001 4.003zm5.482 0a2.001 2.001 0 100-4.002 2.001 2.001 0 000 4.002zm5.472 0a2.001 2.001 0 10.001-4.003 2.001 2.001 0 00-.001 4.003zm5.482 0a2.001 2.001 0 100-4.002 2.001 2.001 0 000 4.002zm5.482 0a2.001 2.001 0 10.001-4.003 2.001 2.001 0 00-.001 4.003zm5.482 0a2.001 2.001 0 100-4.002 2.001 2.001 0 000 4.002zm5.471 0a2.001 2.001 0 10.001-4.003 2.001 2.001 0 00-.001 4.003zm5.483 0a2.001 2.001 0 100-4.002 2.001 2.001 0 000 4.002zm5.481 0a2.001 2.001 0 10.001-4.003 2.001 2.001 0 00-.001 4.003zm5.482 0a2.001 2.001 0 100-4.002 2.001 2.001 0 000 4.002zm5.472 0a2.001 2.001 0 10.001-4.003 2.001 2.001 0 00-.001 4.003zm5.482 0a2.001 2.001 0 100-4.002 2.001 2.001 0 000 4.002z" fill="#F5F5F5"/>
46
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="109" height="40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M45.295 11.881c-2.512-4.781-8.87-7.397-17.99-7.397-10.911 0-17.537 3.647-17.537 9.718 0 3.828 3.081 6.383 9.565 8.029l2.832.71 2.752.71 2.832.71c.125.044.33.079.508.183 1.015.398 1.612.97 1.612 1.602 0 1.29-1.915 2.182-4.756 2.182-4.569 0-6.875-.892-8.158-3.109L4.638 26.865c3.144 5.534 9.832 8.289 20.226 8.289 11.052 0 18.676-4.245 18.676-10.394 0-3.395-3.464-6.608-8.728-7.856l-2.45-.571-2.448-.615-2.45-.572a34.175 34.175 0 01-1.914-.537c-1.408-.398-2.058-.935-2.058-1.689 0-1.212 1.612-1.966 4.124-1.966 3.402 0 5.851 1.03 6.608 2.893l11.07-1.966zm31.135 2.796H65.477l-2.405 9.934c-.819 3.334-2.467 5.015-4.934 5.015-1.282 0-1.995-.537-1.995-1.507 0-.32 0-.572.348-1.966l2.814-11.485H48.171l-3.001 12.55c-.348 1.507-.588 2.78-.588 3.43 0 2.598 3.402 4.642 7.748 4.642 4.41 0 7.099-1.186 9.788-4.287l-.935 3.75h10.438l4.81-20.076zm2.37 0l-4.872 20.094H84.65l2.939-12.056c.534-2.122 1.941-3.213 4.097-3.213 1.754 0 2.69.537 2.69 1.585 0 .277-.125.935-.285 1.628l-2.877 12.056h10.972l3.287-13.728c.187-.736.285-1.429.285-2.044 0-2.936-3.349-4.936-8.256-4.936-4.507 0-7.793 1.35-9.441 3.871l.82-3.257H78.798zM59.508 7.175h2.085l.347-1.507h-6.795l-.366 1.507h2.022l-1.22 5.058h2.734l1.194-5.058zm7.589 2.442l-.633 2.616h2.717l1.567-6.522h-2.734l-.57 2.4h-2.45l.57-2.4h-2.716l-1.567 6.522h2.716l.633-2.616h2.467zm10.375 1.126H73.27l.285-1.152h3.384l.347-1.429h-3.384l.24-1.03h4.035l.347-1.43H71.79l-1.567 6.522h6.884l.365-1.48z" fill="#fff"/>
3
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg width="150" height="40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.723 18.89H3.81v-.182l1.927-.907V6.514h-.023s-.567 0-1.088.136c-.25.09-.544.182-.93.544-.384.363-2.447 2.47-2.447 2.47l-.227-.09.318-3.672h11.605l.384 3.672-.226.09s-2.063-2.107-2.448-2.47c-.385-.362-.68-.453-.93-.544-.52-.136-.974-.113-.974-.113v11.242l1.95.906.022.204zm89.413 0h-6.913v-.182l1.927-.907V6.514h-.023s-.567 0-1.088.136c-.25.09-.544.182-.93.544-.385.363-2.448 2.47-2.448 2.47l-.226-.09.295-3.672h11.604l.385 3.672-.227.09s-2.062-2.107-2.447-2.47c-.386-.362-.68-.453-.93-.544-.522-.136-.975-.113-.975-.113v11.242l1.95.906.046.204zM27.269 7.012l1.564-.907v-.181H22.69v.181l1.587.884v4.828l-5.916.045v-4.85l1.587-.907v-.181h-6.165v.181l1.61.907V17.8l-1.61.907v.181h6.165v-.204l-1.587-.907v-5.19l5.916.046V17.8l-1.587.907v.181h6.142v-.204l-1.563-.907V7.012zM104.782 17.8l-1.587.907v.158h6.142v-.181l-1.586-.907V7.012l1.586-.907v-.181h-6.142v.158l1.587.907V17.8zM54.828 7.307s-.34.226-.454.272c-.068.045-.566.272-.566.272l.022.158s.25.068.386.09c.158.024.407 0 .407 0s.023-.158.16-.316c.158-.136.226-.25.226-.25l-.181-.226zm.816 2.515c.046-.068.34-.634.114-.974-.25-.34-.703-.862-.703-.862l-.045.046s.181.226.272.362c.09.136.385.454.362.839a1.1 1.1 0 01-.249.702c-.068.069.204-.045.25-.113zm-1.219-.498c-.074.05-.123.296.074.172.198-.148-.024-.222-.074-.172zm-.133-.294c-.098 0-.148.123-.049.221.099.074.123-.222.05-.222zm.242-.067c-.069.147.022.293.181.147.159-.147-.136-.245-.181-.147z" fill="#fff"/>
3
+ <path d="M54.443 8.348c0 .023-.16-.113-.386-.136-.226-.023-.385-.09-.385-.09l.045-.431s.114-.046.204-.046a.685.685 0 00.204-.068l-.045-.136s-.113 0-.25.068c-.113.046-.34.068-.34.068l-.022.726s.34.022.498.045c.182.023.43.113.43.113l.047-.113zm.257.155c.12 0 .168-.247.024-.222-.241 0-.17.222-.024.222zm-.076.215c-.025.124.173.1.222 0 .025-.098-.197-.148-.222 0zm-.129.016c-.099 0-.124.124-.025.124.066 0 .088-.059.041-.106-.013-.002-.026-.008-.016-.018z" fill="#fff"/>
4
+ <path d="M54.488 8.734c.008.006.01.012.017.018.02.003.044-.003-.017-.018zm6.278 7.117c.023-.045.09-.249.09-.317 0-.09-.09.023-.112.09-.046.069-.114.069-.114.069s.09-.159.114-.272c.022-.09-.068-.136-.09-.09-.024.067-.092.113-.137.135-.046.023.023-.136.045-.181.023-.068.023-.136.023-.136s-.25-.113-.363-.136c-.136-.045-.249-.136-.34-.136-.09 0 .023.113.046.181.022.068.34.59.34.658a1.5 1.5 0 01-.091.408c-.047.047-.114.05-.152.047a.315.315 0 00.197.043c.136-.023.386-.09.454-.204a.18.18 0 01.09-.074.116.116 0 010-.085zM47.93 17.408a.368.368 0 00.009.13c.005.021.013.035.02.05h.005c.13-.022.068-.178-.034-.18zm35.546-9.535c-.069.022-.59.476-.68.544-.09.068-.839.158-.975.158s-.476.068-.476.068l.113.318s.136-.023.227-.023c.09 0 .295.09.476.159.182.068.59.34.725.385.137.045.477.045.59-.068.113-.113.498-.295.567-.34.067-.045.498-.023.498-.023l-.023-.136s-.204-.068-.317-.09c-.114-.023-.408-.023-.408-.023s-.046.045-.114.181-.272.25-.476.272c-.204.023-.317-.136-.453-.204-.136-.068-.43-.158-.499-.158-.068-.023-.09-.046.046-.091.113-.023.725-.09.86-.136.137-.045.522-.499.59-.567.09-.045.635 0 .635 0l-.113-.294s-.295.022-.385.022c-.09 0-.317.046-.408.046zm-22.661 8.096a.166.166 0 00.048-.051.3.3 0 00-.098.02c.01.026.026.042.05.03zM82.57 6.761c0 .204-.295.204-.477.182a.534.534 0 00-.453.068c-.159.067-.68.634-.68.634l.113.227s.522-.272.703-.272c.09 0 .77.022.997.022.159 0 .181-.045.204-.249.023-.227.272-.408.43-.408.159 0 .409.046.409.046s-.137-.204-.296-.227c-.158-.023-.316.045-.476.09-.158.069-.272.431-.385.5-.113.067-.453.022-.635.022-.181 0-.657.181-.657.181s.295-.272.477-.385c.181-.114.476-.068.68-.136.203-.068.158-.499.158-.635s.498-.294.498-.294l-.045-.068-.498.158c-.135.068-.067.34-.067.544zM45.603 18.207l.998-.363s-1.45-.566-1.813-.748c-.363-.18-1.451-.838-1.451-.838l.295.974s.52.295.748.408c.611.295-.046-.022 1.223.567zm35.855-6.209s-.113.227-.023.317c.137.136.725.136.725.136s-.408-.249-.498-.294a1.033 1.033 0 01-.204-.159z" fill="#fff"/>
5
+ <path d="M83.929 9.323c-.068.046-.227.204-.295.25-.045.045-.295.09-.363.204-.068.113-.272.09-.43.045a1.609 1.609 0 00-.476-.068c-.182 0-.612.09-.68.113l.045.454s.34.113.43.181c.09.068.182.09.295.136.114.045.544.045.612.113.068.046.181.159.295.159.113 0 .702 0 .883.023.181.022.34.022.34.022v-.113s-.317-.136-.408-.136c-.09 0-.43-.023-.521 0-.09.023-.295.023-.295.023s.295-.182.34-.25c.045-.068.113-.18.272-.204.158-.022.408-.022.498-.022.09 0 .34.068.34.068s0-.204-.068-.25c.023.046-.408-.022-.544-.022-.158 0-.408.136-.498.204-.09.068-.43.34-.43.34s-.182-.046-.25-.068c-.068-.023-.43-.068-.522-.09a5.484 5.484 0 01-.476-.182c-.045-.023-.068-.159 0-.159h.408c.159 0 .364.023.544.045.18.023.385.023.476-.045.09-.068.59-.635.657-.657.068-.046.635-.046.635-.046s0-.204-.045-.204-.408.023-.499.023c-.089 0-.202.09-.27.113zm-2.108 2.154c.114-.046.522-.023.612-.023.09 0 .386.136.454.113.068-.022.68-.272.816-.317.136-.045.34 0 .498 0h.43v-.227c-.022.023-.384.068-.475.068-.09 0-.34.023-.43.046-.091.022-.477.09-.59.136-.114.045-.137-.023-.295-.09-.136-.069-.43-.092-.635-.137-.181-.045-.521 0-.521 0s-.046.272-.09.43l-.091.318s.068.045.136.068c.068.023.317.159.385.181.09.023.363.136.476.182.114.022.204.09.295.068a5.2 5.2 0 00.635-.295c.113-.068.567-.045.567-.045v-.227s-.317-.068-.385-.068c-.069 0-.182.113-.25.181-.09.068-.408.136-.476.204-.068.068-.136.046-.295.046-.159 0-.272-.091-.385-.182a1.276 1.276 0 00-.386-.204c-.09-.045-.18-.045-.158-.113.022-.068.045-.045.158-.113zm1.134-3.559c-.09.046-.816-.09-.816-.09l-.023.113s.476.046.612.046.226 0 .317-.023c.09-.023.453-.204.521-.272.068-.068.59-.045.59-.045l-.068-.114s-.34 0-.476.023c-.136.023-.566.317-.657.362zm-37.576 8.95a.061.061 0 00.027.005.15.15 0 01-.005-.025l-.022.02zm.241-.11s-.097.099-.196.123c-.007.002-.014.001-.02.001.007.03.027.073.094.073a.26.26 0 00.153-.058c-.065-.023-.03-.14-.03-.14z" fill="#fff"/>
6
+ <path d="M45.63 16.887c.008.002.01.009.02.009l.01-.003a.329.329 0 01-.01-.022l-.02.016zm30.594-12.73c-.004-.006-.011-.011-.018-.016l.026.034-.008-.018zM59.995 16.169l.032.002-.028-.017-.004.015zm13.055-.341c.023.09.182.521.227.68.045.159-.25.181-.25.181l.023.09.68-.248-.023-.069s-.181.069-.226-.067c-.046-.136-.16-.544-.16-.544l.68.634.16-.023.294-.793s.09.453.09.612c0 .181-.136.136-.136.136l.045.09h.318c.113 0 .521.069.521.069l-.045-.09s-.204-.091-.272-.205c-.045-.136-.09-.544-.113-.634-.023-.091.271-.091.271-.091l-.021-.09-.748-.046-.25.566-.567-.498-.556.13c-.027.055-.052.11-.071.161.048.002.105.012.13.049zm5.576-7.118c.25-.158.272-.339.295-.384.023-.046-.137-.114-.182-.091-.045.023-.385.317-.476.34-.09.023-.34.045-.522-.045-.181-.091-.294-.227-.294-.227-.023.045-.069.363.226.453.295.09.704.114.953-.045zm-.816-.997c.022.136.249.272.407.318.16.045.454-.068.544-.09.09-.024.113.067.204.112a.67.67 0 00.295.046c.09 0 .363 0 .453-.046.09-.045.204-.158-.045-.113-.227.045-.499-.09-.725-.181-.227-.09-.227-.476-.227-.476s-.43.022-.566.022c-.137-.022-.34-.09-.34-.09s-.069.045-.09.068c-.024.022-.092.045-.114.09-.023.046-.136.023-.227.023-.09 0-.113.136-.09.204 0 0 .068.068.136.045.068-.022.25-.113.295-.113.067 0 .044.045.09.181zm.385-.068c.045.068.159.023.159-.045.023-.068.023-.159.023-.159s.113.068.136.114c.022.045.068.204-.136.272-.204.068-.317-.182-.317-.318-.001 0 .09.068.135.136zm7.316 9.258l-.074-.124-.148.099.074.123.148-.098zm.179-.133l-.073-.149-.124.074.099.148.099-.074zm-9.784-9.26c-.045 0-.181-.023-.226-.068 0-.023-.114.022-.159.068-.045.045-.068.136-.045.226.023.068.272.023.34 0 .068-.022.203-.045.203-.09.023-.046-.068-.136-.113-.136zm-4.048 4.887c.149-.024.05-.172-.049-.172-.099.024-.099.197.05.172zm.467 1.64c-.046 0-.114.022-.114.022v.068l.227.046.09-.771h-.044s-.046.113-.114.113c-.045 0-.748-.113-.816-.136-.046-.022-.068-.158-.068-.158h-.046v.249c0 .045-.113.453-.113.453l.295.114v-.068s-.158-.114-.181-.136c-.023-.046.067-.25.067-.25l.431.068s-.022.091-.045.159c0 .068-.09.068-.09.068v.068l.272.045v-.068s-.069-.022-.069-.068c0-.045.046-.181.046-.181l.362.045s-.022.091-.022.159-.023.159-.068.159z" fill="#fff"/>
7
+ <path d="M72.347 12.654h-.793c-.068 0-.068-.09-.068-.09h-.045l-.023.408h.068s0-.114.068-.114h.25v.227c0 .068.068.227.158.227.069 0 .227.022.34 0 .113-.023.227-.204.227-.295v-.476h-.068s-.046.113-.114.113zm-.022.499a.564.564 0 01-.204.023c-.09 0-.136-.023-.136-.068v-.227l.408-.023s.022.114.022.159-.022.113-.09.136zm-6.187 4.443l-.136-.114-.68.34c-.136.068-.499.204-.499.204l.137.091s.34-.159.453-.181c.158-.068.725-.34.725-.34zm.136.113s-.454.204-.567.272c-.113.068-.544.272-.544.272l.136.113 1.11-.589-.135-.068zm.566.636c-.067.045-.113-.068-.067-.136.045-.045.226-.136.226-.136l-.158-.068s-.16.068-.227.114c-.068.045-.227-.046-.136-.091.09 0 .226-.113.226-.113l-.113-.046-.544.272c-.136.068-.589.272-.589.272l.113.09s.227-.09.295-.158c.068-.045.136.09.068.136a1.996 1.996 0 01-.227.113l.114.046s.158-.068.249-.114c.09-.045.181.023.136.068a1.552 1.552 0 01-.204.137l.272.09 1.065-.567-.136-.068s-.294.136-.362.16zm-.271.272c-.046.045-.091.068-.16 0-.09-.068.069-.136-.044-.227-.114-.09-.272.068-.317-.022-.023-.068-.023-.09.09-.114.136-.068.295-.022.385.046.09.068.09.272.046.317zM64.37 9.754c-.023.023-.09.023-.136 0-.045-.023-.476-.34-.521-.363-.023-.022-.046-.068-.023-.113l.045-.045-.09-.046-.227.386.045.022s.091-.068.136-.045c.046.023.59.385.635.408a.08.08 0 01.046.068l-.023.068.045.023.226-.386-.068-.068-.09.091zm1.359 7.526c.023 0-.34.18-.408.203-.068.046-.725.34-.725.34l.113.09 1.133-.543-.113-.09zm-2.334-6.415c-.181-.045-.589 0-.634.227-.046.159-.091.408.272.499.362.09.725.113.816-.227.113-.34-.295-.453-.454-.499zm.318.408c-.023.114-.069.227-.114.227s-.317.023-.544-.045c-.249-.068-.181-.25-.158-.34.045-.136.453-.09.634-.023.159.068.204.068.182.181zm-.249-1.543l.023-.045-.069-.023s-.113.159-.158.204c-.045.068-.113.227-.113.227h.068s.158-.114.226-.09c.068.022.612.226.612.226s-.317 0-.43.045a6.059 6.059 0 01-.567.113c-.045.046-.136.204-.136.204l.023.023s.045-.068.113-.045c.068.022.68.226.725.272.046.022.046.113.046.113l.045.023.136-.363-.046-.023s-.022.114-.09.114-.567-.227-.567-.227.544-.068.657-.113l.227-.046.068-.136s-.748-.317-.793-.34c-.046 0-.023-.068 0-.113z" fill="#fff"/>
8
+ <path d="M64.166 9.232h-.204l.09.198.227.024-.113-.222zm7.557 2.29c-.173 0-.148.172 0 .172s.148-.197 0-.172zm-8.147.317c-.068 0-.68-.046-.748-.046-.068 0-.068-.158-.068-.158h-.09s-.046.204-.046.272v.204h.069s0-.114.045-.114h.226l.023.522h-.272c-.045 0-.068-.159-.068-.159h-.068v.476h.068s.045-.136.113-.136h.68c.046 0 .114.136.114.136h.045s.045-.159.023-.227c-.023-.068 0-.226 0-.226h-.068s-.023.136-.114.136c-.09 0-.294-.023-.294-.023l.022-.521s.25.045.295.045c.045 0 .113.045.113.09v.091l.091-.045v-.204c0-.045.045-.159.045-.159h-.068s0 .046-.068.046z" fill="#fff"/>
9
+ <path d="M71.917 11.817c-.045.023-.34.045-.408.045-.068 0-.09-.113-.09-.113h-.046s.045.159.045.227c0 .045.023.204.023.204h.045s.023-.091.023-.114c0-.045 0-.068.045-.045.046 0 .408-.023.408-.023s.386.295.431.318c.045.022.045.136.045.136h.068s.023-.136.023-.204v-.204h-.068v.09c0 .023-.023.046-.09 0l-.34-.226s.226-.363.271-.408c.046-.046.114.068.114.068h.045l-.068-.34-.045-.023-.046.023s0 .09-.045.136c-.045.045-.226.272-.25.34-.022.045-.045.09-.09.113zm-7.094-3.015c-.068 0-.476.045-.635-.046-.159-.09.204-.249.272-.249.068 0 .295.09.295.09l.022-.045-.25-.294-.067.068v.068s-.113.022-.227.068c-.113.045-.226.204-.204.294.023.091.159.204.386.204.226 0 .407-.022.475.046.069.068.023.226-.135.25-.16.022-.295-.092-.295-.092l-.023.046.317.34v-.136s.114-.068.227-.068c.113-.023.136-.272.09-.386-.067-.113-.158-.158-.248-.158zm1.066 3.445c.022-.045 0-.158 0-.226a.125.125 0 00-.068-.114c-.068-.045-.227-.022-.318-.022-.113 0-.136-.068-.113-.09h-.045s-.045-.046-.045.022c.022.068.158.136.34.136.158 0 .136.068.068.068-.069 0-.159 0-.272-.023-.114-.023-.159 0-.272-.045-.136-.046-.182 0-.227 0-.045 0-.045.022-.09.09-.046.068-.069.114.022.182.09.068 0 .068-.045.09-.045.046 0 .046.068.046s.181-.09.181-.068c0 .045-.271.181-.226.181.045 0 .045.045.226 0 .182-.045.182-.113.227-.136a.353.353 0 01.272-.068c.113.023-.023.045-.09.068-.069.045-.25.113-.16.113.069 0 .204 0 .25-.045a.995.995 0 01.295-.045c.09 0-.001-.09.022-.114zm.384-2.401l.019.052c.034-.028.083-.032-.019-.052zm.295 3.387c.158-.025.226-.05.226-.05v-.074s-.294.025-.408.05h-1.36l.046.098s.521.025.657.025.703-.025.839-.05zm-1.155.51c.022.068.68 1.428.68 1.428l.067-.068-.634-1.406h.136l.566 1.292.023-.113-.453-1.156h.159l.385.952.045-.136-.294-.816.18-.068.228.657.067-.226-.158-.499.136-.045.09.317.091-.227-.045-.204h.113s.023.136.045.046c0-.068.068-.227.068-.227s-.09.046-.136.09c-.045.046-.612.205-.725.25-.113.045-.566-.045-.657-.045-.09 0 0 .09 0 .09s0 .046.023.114zm.475 1.383c-.068-.091-.499-1.247-.499-1.247s-.045.068-.022.136c0 .045.203.566.317.793.113.204.272.521.272.521l.045-.045s-.045-.068-.113-.159zm-.385-4.058c.023 0-.09-.023 0 .045s.227.091.295.091c.068 0 .045.068-.046.068a.89.89 0 01-.317-.068c-.09-.068-.158-.09-.226-.113-.068 0-.114.045-.136.113-.046.068-.046.068-.046.09 0 .046.068.091.068.137-.023.045-.113.113-.09.158.045.046.068-.022.113-.045s.068-.045.136-.023c.068.023-.136.114-.159.136-.022.046 0 0 .114 0 .113 0 .136-.045.181-.045.045-.023.113-.068.181-.09.068-.023.182-.046.16 0-.046.045-.296.067-.273.113.023.022.09-.023.181-.023s.204.045.272 0c.068-.045 0-.25 0-.295 0-.045.023-.068.046-.113.045-.045-.046-.045-.204-.068-.16-.023-.16-.045-.25-.068zm-.181-.34c.046.023.09 0 .181-.022.091-.023.114-.023.16-.046.044-.022.135-.022.158-.022.023 0-.046.068 0 .09.045.023.113 0 .181 0 .046 0 .023-.045 0-.09-.022-.046 0-.068.023-.091.023 0 .023-.09 0-.159-.045-.068-.068-.045-.114-.136-.045-.09.114-.068.182-.113-.045.023-.023-.045-.068-.045-.045 0-.227.045-.227.136 0 .068.09.158.136.181.046.045.046.09.046.09s-.114.046-.227 0c-.09-.045-.045-.09-.136-.113-.09-.022-.136.068-.136.068s.023.068.023.091c0 .023-.023.045-.046.09-.022.046-.068.046-.136.046s-.045.045 0 .045z" fill="#fff"/>
10
+ <path d="M66.292 9.893a.065.065 0 00-.018.02c-.022.045-.004.052.018.108.002-.003.005-.005.006-.009.019-.036.01-.073-.006-.12z" fill="#fff"/>
11
+ <path d="M66.454 11.953a.602.602 0 01-.022-.34c.022-.068.068.068.136.25.068.158.226.203.294.226.068.022 0 .09-.068.136-.068.045-.226.068-.34.068-.113 0-.022.045-.022.09 0 .046-.182.023-.204.046-.023.022.068.022.226.045a.56.56 0 00.431-.09c.136-.091.068-.5.045-.567-.023-.068-.136-.25-.136-.318s.136-.09.136-.136v-.906a.82.82 0 01.045-.25c.023-.067 0-.158-.067-.135-.046 0-.046.045-.091.136-.045.09 0 .158.023.226.022.068.022.68.022.794 0 .113-.068-.272-.09-.386a2.211 2.211 0 01-.045-.385c0-.09.045-.363.068-.453a.791.791 0 00.113-.295c0-.068-.045-.113-.045-.113s-.046.022-.068.068c-.046.045-.046.09-.046.09h-.204l-.045-.113s-.023.023-.068.045c-.046.023-.046.068-.046.159 0 .09.023.068.023.136s.068.09.113.113c.046.023-.045.091-.068.159-.045.045-.045-.023-.068-.068-.042-.042-.084-.028-.126-.061a.079.079 0 00-.01.038c0 .068.023.839.023.93 0 .09.068.18.159.18.068 0 .09-.067.068-.135-.023-.068-.114-.068-.114-.114 0-.045.023-.068.068-.045.046.023.182.295.182.385 0 .091-.068.046-.136 0-.068-.045-.159 0-.227.046-.068.045.068.544.068.612 0 .09-.113.068-.136.113-.045.045.181.045.317.045.136-.022-.022-.113-.068-.226zm-.045-1.247c-.068.023-.068 0-.068-.09 0-.091.068-.227.068-.227 0 .09.09.295 0 .317zm.204.068c-.045.046-.045 0-.045-.068.022-.068.068-.181.068-.181 0 .068.022.204-.023.25z" fill="#fff"/>
12
+ <path d="M66.301 10.026l-.006-.016c-.029.04-.089.046-.043.115l.01.007c.02-.036.058-.05.04-.106zm15.793 8.454c.068 0 .68.09.68.09l-.023-.067s-.09-.023-.204-.091c-.113-.09-.159-.272-.203-.34-.046-.09-.204-.159-.204-.159s.249-.226.204-.294c-.024-.068-.024-.204-.318-.272-.294-.091-1.632-.318-1.632-.318l.091.091s.159.068.204.159c.023.09.226.725.272.816.023.09-.182.022-.182.022v.068l.975.159-.023-.046s-.181-.067-.204-.113c-.023-.045-.09-.272-.09-.272s.227.09.363.181c.135.091.226.386.294.386zm-.68-.77l-.114-.386s.16 0 .295.045c.159.023.204.09.25.204.068.114-.023.204-.09.204-.068 0-.341-.068-.341-.068zm-25.612-.002l-.023.091 1.587-.453.068-.408s-.25.317-.453.408c-.205.09-.363.068-.363.068l.068-.499s.181 0 .227.023c.068.023.09.136.09.136l.09-.499s-.045.068-.136.159c-.09.068-.226.068-.226.068l.09-.34s.227-.113.363-.113c.159 0 .113.158.113.158l.137-.023.09-.453s-.498.159-.793.25c-.295.09-.793.271-.793.271v.069h.068s.25-.069.25.068c0 .136-.114.702-.182.816-.068.113-.272.203-.272.203z" fill="#fff"/>
13
+ <path d="M55.395 17.325l.18.34.295-.363-.158-.294-.318.317zm-.771-.182v-.091s-.113.068-.363.136c-.226.068-.725.113-.725.113v.068h.227c.068 0 .068.091.045.25-.045.158-.09.725.703.498.793-.226.634-.793.657-.861.023-.068.068-.295.068-.295l.227-.068v-.09l-.771.204v.045s.204-.068.204-.023c0 .068-.068.408-.09.635-.046.295-.544.521-.522.227.023-.295.09-.59.159-.635.068-.068.181-.113.181-.113zm-6.097 1.179c-.09.113-.408.158-.408.158s.816.068.93.091c.18.045 1.087.09 1.314-.25.159-.271.181-.52.023-.611-.159-.068-1.27-.204-1.496-.204-.227 0-.136.068-.136.068s.158.022.113.113c-.045.09-.226.499-.34.635zm.952-.635s.295.046.408.068c.114.023 0 .272-.023.386a.52.52 0 01-.316.34c-.16.022-.431-.046-.431-.046l.362-.748zm2.381.657c-.046.113-.295.159-.295.159l-.023.068s.93-.023 1.246-.068c.34-.068.477-.09.477-.09l.068-.296-.069-.022s-.068.113-.158.181c-.181.136-.68.159-.68.159l.136-.363s.159-.045.25 0a.34.34 0 01.136.136l.181-.498s-.181.226-.25.226a4.14 4.14 0 01-.271-.023l.09-.271s.272-.136.43-.091a.262.262 0 01.182.204l.068-.317s-.68.113-.839.136c-.158-.023-.634 0-.634 0l-.023.067s.204.023.159.205c-.046.18-.136.362-.182.498zm-1.18.068c-.159.068-.272.068-.272.068l-.046.068h1.066v-.068l-.204-.045.317-.77.25-.024.022-.09-1.065.045v.09s.25-.022.25.091c0 .114-.023.136-.114.363-.068.136-.068.227-.204.272zm33.634-.047c-.022-.113.023-.158-.158-.453-.182-.295-.725-.385-1.02-.385-.635-.023-.657.249-.59.453.182.499.68.748 1.202.748.498 0 .589-.25.566-.363zm-1.042-.022c-.046-.136-.272-.431-.295-.567-.045-.136.181-.159.181-.136.136.023.25.045.34.204.114.159.182.385.25.544.068.159.09.181-.136.204-.069 0-.295-.113-.34-.25zm-3.128-.293c.203-.023.43-.16.43-.25s-.045-.385-.068-.43c-.023-.023-.227-.386-.499-.431-.25-.046-1.11-.272-1.314-.34-.023 0-.046-.023-.046-.023l.069.159s.203.068.203.159c.024.09.114.657.137.77.023.113-.204.023-.204.023l.023.09s1.088.272 1.269.272zm-.363-.975c.137.09.227.34.272.453.068.09.114.385-.022.385-.137 0-.34-.068-.34-.068l-.024-.045-.158-.748-.023-.09s.16.022.295.113zm-1.427-.453v-.09l-.793-.25.022.09s.159.136.182.182c.023.045.09.521.09.521l-.612-.906-.725-.25-.09-.023v.091s.204.136.226.25c.023.113.09.407.114.589.023.181-.227.09-.227.09v.091l.748.227v-.091s-.136-.045-.136-.136c0-.09-.09-.59-.09-.59l.793 1.02.408.114s-.159-.884-.159-.952c0-.068.249.023.249.023z" fill="#fff"/>
14
+ <path d="M89.8 18.865c-.499.045-3.31.499-6.37.136-2.719-.317-5.462-1.088-7.207-1.7-1.745-.612-2.448-.385-3.263.09-.862.5-1.315 1.429-1.315 1.429s0-.295.046-.386c.022-.09.113-.272.18-.43.069-.16.386-.522.477-.726.113-.226.476-1.133.521-1.337.011-.044.029-.1.052-.162a.507.507 0 00-.074.003l.022-.136.124-.029c.077-.154.18-.313.307-.401.227-.159 1.836-.023 2.222.045.385.068 3.467 1.02 5.099 1.428 1.632.408 3.49.521 3.581.499.09-.023.204.113.136.204-.067.09-.18.068-.18.068v.068s.316.113.384.136c.068.022.272.68.317.838.068.159-.181.136-.181.136v.09l.997-.022-.023-.068s-.227-.023-.25-.113c-.022-.068-.068-.34-.068-.34s.227.181.386.272c.181.113.43.045.43.045l-.158.136-.204.136 1.065-.023-.272-.136-.136-.43.204-.272.25.023.158.249.204-.023-.295-.634-.453-.046s-.069-.158 0-.158c.068 0 .271 0 .385.022.113.023.272.091.317.136.068.046.43.43.43.43l-.272.318.523.43.408-.43-.34-.317.113-.136-.25-.408s.703.068.77.068c.069 0 .046-.249.046-.249s.09.045.159.045c.068 0 .113-.068.113-.068l.181.068s.136-.045.136-.09c.023-.046-.136-.386-.136-.386l.725.204-1.473.907.793.25 1.882-1.02.272-.975s-.817.43-.93.476c-.136.023-.317-.181-.317-.181s.43-.476.521-.635c.114-.136.182-.43.182-.43s-.59.226-.68.249c-.09.022-.453.136-.453.136s.022-.25.022-.318c.023-.068.114-.566.114-.566s-.159.068-.385.136c-.227.068-.884.362-.884.362l-.023-.634s.272-.091.43-.114c.159-.022.522-.022.77-.022.273 0 .726.136.726.136s.023-.068-.068-.227c-.114-.159-.363-.181-.498-.227-.137-.068-.522-.113-.522-.113s.295-.227.43-.272c.136-.045.499-.181.657-.204.16-.023.433-.182.206-.25s-.43-.022-.68-.022c-.227 0-.657.09-.657.09s.43-.204.635-.317c.203-.113.612-.204.748-.272.136-.068.34-.09.136-.181a2.716 2.716 0 00-.861-.09c-.227.022-.59.09-.59.09s.068-.408.09-.499c.023-.09.227-.635.227-.635l-.272-.113-.611.59-.114-.5-.25.182-.226.68-.272-.181c-.068-.046-.136-.272-.136-.272l-.182.068s.137.385.137.476c.023.113 0 .317 0 .317l-.204-.023-.068-.045c-.068-.045-.113-.068-.159-.136-.045-.068-.158-.045-.25-.045-.09 0-.158-.046-.158-.046s.136-.249.25-.385c.113-.136.295-.43.295-.43l-.25-.091s-.227.113-.317.181c-.09.068-.635.476-.68.567-.068.09-.159.136-.159.068s-.022-.59-.022-.748c0-.159-.182-.295-.182-.295s-.113.204-.136.318c-.023.135-.068.725-.068.793 0 .068-.046.181-.09.136-.046-.046-.16-.114-.318-.272-.158-.159-.362-.34-.362-.34l-.296.113s.024.09.114.25c.068.158.09.566.09.725 0 .158-.045.521-.045.521 0 .045-.113.113-.181 0-.068-.113-.182-.363-.204-.408-.045-.068-.113-.204-.136-.227-.023-.045 0-.113-.09-.181-.069-.068-.137-.045-.137-.045l-.023-.046c-.023-.045-.476-.34-.793-.317-.182.023-.68.181-.793.227-.114.045-.454.181-.499.158-.045-.022-.203-.113-.272-.113-.068-.023-.408.113-.498.136-.09.045-.114-.023-.09-.068l.181-.363s-.045-.045-.113-.045c-.046-.023-.046-.09-.046-.09s.023 0 .34-1.066c.317-1.065-.25-2.493-.294-2.584-.204-.453-.794-1.223-.794-1.223s.023-.068.046-.114c.045-.045.09-.181.158-.204.068-.022.544-.34.748-.408.204-.068.612.068.838.114.204.022.25-.136.25-.34 0-.204.046-.272.136-.318.068-.045.499-.181.499-.181v-.068s-.544.113-.703.181c-.159.068-.204.272-.204.363 0 .09-.022.159-.25.09a2.63 2.63 0 00-.498-.113c-.068 0-.657.295-.725.34-.068.046-.113 0-.136-.158-.023-.16-.114-.386-.227-.499-.113-.113-.181-.363-.181-.476v-.408l-.227-.159-.25.363a6.066 6.066 0 00-.362.385c-.069.091-.069.476-.069.476s-.158-.136-.203-.226c-.045-.091.068-.318.068-.454s-.045-.362-.045-.498a1.24 1.24 0 00-.046-.272l-.272-.09s-.023.067-.068.18c-.068.091-.181.272-.25.363-.068.09-.136.227-.136.227s-.317-.25-.43-.318c-.113-.068-.227-.068-.227-.068s-.09-.204-.204-.272c-.09-.068-.34-.113-.34-.113s-.226-.204-.294-.317c-.068-.114-.317-.046-.317-.046-.06-.105-.087-.156-.107-.187.031.082.13.278.13.278s.18-.09.294-.023c.068.046.204.408.204.408s.295-.022.363.023c.09.068.272.34.317.363.045 0 .25.045.317.09l.295.295a.32.32 0 01.045.068s.09.023.181.068c.114.045.159.204.159.204s.25.023.295.09c.045.069.068.363-.09.25-.16-.09-.046-.25-.16-.227-.113 0 0 .136-.113.114-.09 0-.272-.068-.272-.068s.046-.204-.044-.272c-.091-.091-.16-.182-.16-.114v.295c0 .045-.158.045-.226-.068-.09-.113-.272-.499-.34-.59-.068-.09-.136-.135-.136-.113-.023.023.045.227.045.295 0 .068-.136.113-.181.045-.046-.068-.182-.43-.227-.498-.045-.068-.09-.068-.09-.046 0 .023.023.204.023.204s-.227-.022-.272-.136a1.5 1.5 0 01-.113-.34c0-.113-.091-.204-.114-.18-.023.022.023.112.023.135 0 .023-.114.09-.205.023-.09-.068-.158-.25-.204-.363-.045-.09-.09-.113-.09-.113v.09c.023.046-.09.114-.204-.068-.113-.158-.068-.249-.068-.249s-.09.068-.113.09c-.023 0-.09 0-.159-.135-.068-.136-.113-.25-.136-.25 0 0-.023.069-.045.091 0 .023-.09.068-.137-.022-.044-.091-.068-.295-.044-.318 0-.045 0-.158.068-.045a.892.892 0 00.18.204s.114-.068.182 0c.068.068.182.272.182.272s.158-.09.25-.023c.068.068.136.204.136.204s.168-.018.232.03a.489.489 0 00-.029-.03c-.068-.068-.227-.045-.227-.045s-.046-.068-.091-.159c-.09-.136-.295-.068-.295-.068s-.068-.113-.136-.204c-.068-.068-.181-.068-.25-.068 0 0-.067-.181-.136-.204-.068-.045-.158-.068-.18.068a.86.86 0 00.067.43c.045.114.25.16.317.16.068 0 .068.067.113.203.069.136.227.182.317.182.069 0 .069.09.136.25.07.158.206.09.342.158.136.068.023.158.136.294.113.136.204.114.317.114.09 0 .068.158.182.272a.34.34 0 00.25.136c.067 0 .135.113.226.226.068.114.317.159.317.159l-.09.09s-.295.023-.431-.022-.227 0-.227 0 .069.113.114.204c.068.068.249.34.249.34l-.181-.023c-.182-.022-.477-.204-.477-.204s-.158.023-.113.136c.045.114.25.408.295.476.045.068-.09.136-.272.114-.182-.023-.317-.114-.43-.16-.114-.044-.295 0-.386 0-.09 0-.294.296-.385.34-.09.046-.227.137-.363.182-.136.046-.249-.022-.521.114s.068.611.023.702c-.045.09-.227.227-.113.317.113.091.34.499.34.499s-.07.227-.41.363c-.362.136-.362.453-.407.634-.046.204.067.726.067.726l.272-.068s.069-.204.09-.318c.024-.113.091-.226.59-.181.499.045.544-.159.635-.363.068-.204.204-.657.317-.725a.398.398 0 01.363-.045.469.469 0 00.522-.114c.136-.158.25-.204.363-.158.113.045.316.272.316.272s0 .181.068.34c.069.158.364.226.364.226l.022.386-.226.045s-.182.113-.204.204c-.045.09-.408.317-.408.317s-.113-.204-.158-.362c-.046-.136-.25-.408-.25-.408l-.43.022s-.046.476-.023.635c.023.159-.069.861-.069.861l.227.272s-.543.068-1.36-.113c-.408-.09-1.563-.612-1.563-.612s-.114-.408-.159-.499a12.29 12.29 0 01-.226-.634l.476-.476c.09-.091.43-.499.43-.499h-.476c-.068 0-.317-.023-.317-.023s.203-.294.295-.453c.09-.159.408-.793.408-.793s-.408.09-.499.159c-.068.067-.408.203-.408.203s.068-.453.068-.543c.023-.091.09-.5.09-.5s-.407.477-.498.59c-.068.114-.181.204-.204.114-.023-.068-.113-1.111-.113-1.111l-.838 1.088-.635-.476s.068-.181.023-.25a1.636 1.636 0 01-.136-.158l.362-.25s.227.091.34-.067c.09-.159-.113-.227-.113-.227l.09-.09s.317.158.409-.137c.068-.181-.204-.294-.204-.294l.068-.091s.363.068.363-.363c0-.249-.363-.113-.363-.113l-.07-.113s.272-.227.022-.454c-.18-.158-.476.068-.476.068l-.045-.068c.023-.045.09-.249-.136-.34-.25-.09-.363.204-.363.204 0-.045.023-.294-.227-.294-.271.022-.271.294-.271.294h-.069s.023-.18-.226-.204c-.227-.022-.227.114-.227.114l-.068-.068-.18-.272s-.114.09-.205.158a24.34 24.34 0 01-.453.408V3.34l-.272.045.068-.272-1.813-.068.045.34-.272-.068-.023 1.042-.498-.385-.295.453-.113-.068s-.023-.272-.363-.249c-.204.023-.204.295-.204.295h-.09s0-.363-.318-.318c-.34.046-.158.34-.158.34h-.068s-.159-.204-.363-.09c-.227.09-.068.362-.068.362l-.068.023s-.09-.227-.363 0c-.25.204.068.385.068.385l-.068.046s-.294-.046-.294.204c0 .362.362.317.362.317l.023.09s-.317.023-.227.273c.069.249.454.158.454.158s-.068.159-.023.272c.068.114.34.09.34.09l.272.318s-.045.068-.09.182c-.069.113 0 .18 0 .18s-.295.16-.227.318c.068.159-.09.136-.272.023-.182-.113-.408-.476-.499-.567a7.808 7.808 0 00-.272-.317s-.045.068-.045.181c0 .09-.023.997-.023.997s-.498-.317-.59-.407a.7.7 0 00-.271-.136s.068.362.158.498c.069.159.273.657.273.657s-.318-.158-.386-.18c-.068-.024-.59-.137-.59-.137s.069.272.205.408c.136.136.521.703.521.703l-.612.09.68.748s-.068.34-.09.386c-.046.068-.16.475-.204.566-.046.09-.612.363-.771.386-.159.022-.159-.069-.204-.205-.068-.136-.159-.407-.272-.52-.113-.114-.476-.295-.544-.386-.068-.09-.068-.363-.09-.43-.046-.069-.159-.25-.272-.409-.114-.158.023-.294.181-.204.159.068.181.25.34.499.159.227.453.295.453.295s-.068-.136-.158-.295c-.068-.159.045-.385-.023-.499a5.329 5.329 0 00-.363-.362l.159-.34s-.227-.09-.363-.136c-.136-.046-.272-.159-.385-.25-.113-.09-.204-.158-.09-.158.113 0 .203.068.43.045.227-.023.408-.09.408-.09s-.113-.069-.25-.137c-.136-.068-.317-.34-.317-.34s.114-.067.159-.18l.113-.227s-.113-.046-.226-.068c-.114-.046-.363-.091-.499-.182-.113-.068-.023-.113-.023-.113s.136 0 .34-.045c.204-.046.227-.476.227-.476l-.114-.068s-.203.09-.362.158c-.181.068-.363.023-.363.023s-.159-.113-.159-.204c0-.068.136-.181.136-.317s-.113-.227-.113-.227-.181.136-.317.204c-.136.068-.226.045-.363.045-.136 0-.113-.045-.566-.068-.454-.022-.227.023-.34.091-.09.068-.227.136-.227.136s-.068-.09-.068-.204c.023-.09.068-.204.068-.34 0-.113-.363-.385-.363-.385s.068-.182.046-.34c-.046-.159-.386-.09-.386-.09l-.158-.069s.204-.272.068-.43c-.159-.16-.408.022-.408.022s-.023-.317-.204-.34c-.204-.022-.227.25-.227.25l-.204.067s-.068-.136-.294-.068c-.205.068 0 .386 0 .386l-.136.113s-.159-.045-.25.113c-.09.16.068.34.068.34l-.158-.022s-.068-.204-.068-.318a3.952 3.952 0 00-.068-.226l-.068.068c-.068.068-.25.272-.25.272l-.204-.046.272-.589-1.224.612.522.204-.091.25s-.408-.091-.453-.023c-.046.068.203.317.203.317h-.226s-.023-.204-.25-.113c-.226.068-.113.204-.113.204l-.159.068s-.045-.068-.113-.068-.09-.114-.317.158.204.318.204.318l-.023.204s-.317.18-.204.317c.09.136.295.045.295.045l.158.09s-.068.205.091.228c.159.045.181-.091.181-.091l.114.068s-.068.159.068.181c.113.023.204 0 .204 0s-.204.386-.363.635c-.136.226-.34.793-.385.884-.068.09 0 .181.09.294.091.114.227.227.318.272.09.046-.046.091-.069.227a.207.207 0 00.046.181s-.114.25-.09.408c.022.159.34.43.475.499.136.068.25.113.363.204.09.068.204.363.317.317.09-.045 0-.521 0-.521s.272-.181.318-.227c.045-.068.113-.022.068.114a1.172 1.172 0 00-.046.476c.046.113.25.294.363.294.113 0-.204.204-.272.25-.068.045-.476.045-.612.158-.181.159-.363.363-.612.408-.25.045-.272.045-.272.045s.023.068.159.136.385.068.634-.068c.25-.113.363-.226.544-.226.204 0 .34.113.25.158-.068.046-.34.136-.386.16-.068.022-.226.135-.271.135-.069 0-.477.159-.59.204-.113.068-.317.159-.272.227.045.068.657.34.657.34s-.067.158-.226.226c-.136.068-.521.068-.499.136.023.068.113.227.113.227s-.136.023-.294-.023c-.159-.045-.227-.317-.227-.317s.34-.295.159-1.292c-.204-1.065-.703-1.314-1.156-1.473-.612-.204-2.085.113-2.29.136-.203.023.114-.499-.317-.793-.181-.114-.566 0-.566 0s-.182-.136-.25-.204c-.068-.068-.18-.295-.612-.227-.113.023-.52.204-.657.25-.113.067-.77 0-.906-.069-.136-.068-.272.023-.272.023s.09.363.181.453c.068.068.363.34.453.363.068.023.544-.068.726-.045.181.022.226.362.226.43s-.113.295-.136.43c-.023.137.204.477.295.568.09.09.045.158-.204.18-.227.023-.204.295-.204.295s-.113-.09-.25-.158c-.135-.068-.249.068-.249.068l.023-.182c.023-.18-.181-.407-.25-.475-.067-.069-.362-.25-.385-.409-.045-.158-.067-.226-.158-.18-.068.067-.068.271-.068.271l-.068.136-.09-.045.044.25-.09-.023.045.249h-.09s.022.113.068.226c.045.114.068.204.136.363.068.136.068.317.113.385a.15.15 0 01-.113.227c-.136.023-.09-.136-.114-.295-.022-.158-.18-.317-.18-.362 0-.068-.16-.114-.205-.114-.068 0-.181-.136-.181-.136s-.046.136-.09.068a.98.98 0 00-.205-.136s-.045.136-.136.023c-.09-.113-.204-.09-.204-.09l.023.158s-.068 0-.181-.068c-.091-.068-.431-.272-.431-.272s.023.181-.068.09c-.09-.067-.317-.135-.317-.135s.022.204.113.362c.09.182 0 .16.09.295a.487.487 0 00.227.181l-.022.068.158.182s-.068.09.023.181l.181.136s-.045.204.114.25c.158.045.203 0 .203 0s-.067.135.069.135c.113 0 .294-.068.294-.068v.114s.068-.023.181-.046c.114-.022.272-.09.363-.158.09-.068.182-.046.272-.046.09 0 .023.182 0 .227-.023.068-.136.068-.136.068h-.204c-.068 0-.181.068-.295.068-.113.023-.136.045-.226.068-.09.023-.227.045-.272.068-.068.023-.113.023-.227 0-.113-.023-.09.068-.09.068s-.182-.023-.227-.045c-.068-.023 0 .113.068.136.068.022.136.18.136.18s.068.16.136.182c.068.023.204.068.272.068.068 0 0 .114 0 .114s.182.022.25.045c.068.022-.16.159-.046.159s.295.068.295.068l.068.113c.068.113.136.181.34.136.204-.046.476-.09.476-.09l-.09.135c-.091.136-.137.43-.069.43.069 0 .363.046.363.046s.136 0 .136.068c0 .113-.136.113-.317.113s-.34-.068-.34-.068l-.09.091s-.136-.09-.227-.068c-.068.045-.068.204-.113.204-.068 0-.182-.023-.227.045a.632.632 0 00-.113.204s0 .068.045.114c.045.068.068.113.068.113s-.09 0-.09.068.362.136.362.136v.159c0 .09.227.045.227.045s.022.068.113.068c.068 0 .147-.063.184-.095-.047-.023-.048-.109-.048-.109s-.158.068-.317.09c-.136 0-.113-.113-.113-.18 0 0 .498-.273.657-.318.136-.068.703-.453.77-.499.069-.022.182.046.16.091-.046.045-.182.159-.182.159s.045.204 0 .317c-.045.113-.136 0-.136 0s0 .09-.068.181-.159 0-.159 0-.191.275-.285.292c.022.043.086.139.194.048.114-.113.114-.204.204-.204.09-.022.408.068.499.068.068 0 .136.114.226.227.068.113.25.068.25.068v.204c0 .136.25.25.34.25.068 0 .408-.091.521-.137a.095.095 0 01.038-.006c.018-.184.196-.273.234-.424.046-.182.068-.363.068-.363l.113-.023s0 .227.16.363c.158.113.09.408-.069.544-.147.105-.39.264-.479.069-.12.025-.676.226-.676.226l.203.611.817-.385-.114-.34s.317-.045.454-.113c.136-.068.226-.521.226-.521s2.561.158 3.513.045 2.221-.544 2.652-.657c.43-.114 3.785-1.247 3.989-1.27.204-.022.476.204.023.363-.454.136-1.134.363-1.134.363l-.09.634s.476-.52.59-.634c.113-.09.09 0 .09.09 0 .091-.136.658-.227.839-.068.181-.25.159-.25.159v.113s.364-.09.567-.181c.204-.068.635-.204.635-.204v-.091s-.317.09-.295.023c.023-.068.136-.703.159-.794a.246.246 0 01.181-.18c.068-.024.182.135.182.226v.25l.294-.069v-.068l.137-.023.068.136s.02.015.048.033c.01-.044.046-.196.065-.35.023-.181-.023-.159-.046-.136-.022.045-.113.181-.18.204l-.069.023s.09-.136.09-.25c0-.113-.09-.249-.09-.18 0 .067-.09.09-.159.135l-.068.045s.091-.18.091-.272c0-.09 0-.158-.068-.136-.068.023-.159-.067-.136-.136.023-.09-.181-.022-.113-.18a.51.51 0 01.18-.228s-.452 0-.588.068c-.159.069-.454.227-.635.25-.181.045-.136-.114-.023-.181.113-.069.453-.318.453-.318s-.136-.045-.203-.045c-.069 0-.499.204-.68.317a8.581 8.581 0 01-.748.499c-.204.113-.295.113-.43.136-.114.023.113-.204.226-.295.113-.09.476-.408.567-.498.113-.091-.114-.023-.182.045-.068.068-.884.68-.997.748-.113.068-.317.226-.476.272-.159.045-.363 0-.363-.068.023-.068.159-.204.25-.318.09-.113.702-.589.725-.611.023-.023-.023-.069-.114-.046-.068.023-.634.476-.748.499-.113.045-.272-.023-.362-.09-.114-.069-.114-.205.022-.296.137-.113.726-.543.839-.634.136-.09.25-.317.295-.295.045.023.113.136.136.34.045.204.045.363.045.363h.227s.068-.227.136-.317c.068-.091.136-.318.204-.318.068 0 .317-.249.317-.408 0-.158.113-.385.159-.317.226 0 .226.43.362.499.136.045 1.859.317 2.176.385.317.068 1.133.408 1.224.634.09.204.294.612.25.771-.046.159-.091.136-.182.25-.09.113-.114-.069-.068-.136.068-.069.136-.114.136-.205.023-.09-.068-.18-.113-.113a.207.207 0 01-.159.114c-.045 0 .045-.136.09-.204.046-.069.069-.272 0-.204-.067.067-.113.09-.158.113-.068.022.023-.159 0-.204-.023-.045-.158-.023-.181-.068a1.655 1.655 0 00-.295-.181c-.09-.046-.204.067-.136.09a2 2 0 01.363.385c.068.114.204.454.136.567a2.155 2.155 0 01-.137.248l.044.001s.114.16.272.114c.159-.046.114-.068.182-.09.068-.024.09-.046.204-.069.09-.023.136.227.136.227s.113.022.204.022c.068 0 .068-.136.136-.136s.203.182.294.25c.09.068.227.204.363.362.136.136.952 1.088.952 1.088l.113.499s-.544-.612-1.36-1.201c-.793-.612-2.425-.091-2.924.045-.498.136-5.19 1.79-6.912 1.927-1.723.113-4.828-.114-5.213-.137a88.267 88.267 0 01-2.448-.181c-.385-.046-1.11-.204-1.11-.204l.294.747s4.67.499 6.732.43c2.062-.09 2.538.137 6.686-1.223 3.83-1.27 3.807-1.065 4.487-.861.43.136.93.68 1.156.861.204.181-.045.567-.317.295-.317-.318-1.043-.975-1.994-.771-.975.204-1.7.612-1.7.612l.226.363s1.337-.635 1.859-.499c.544.136 1.133.363 1.337.77.204.409.612.635.997.34.385-.294.43-.793.453-.951.023-.159-.09-.77-.09-.77s.272.385.34.453.294.272.294.272l-.09.09s-.159.046-.204.16c-.045.112.159.52.159.747v.385l.18.317s.386.023.59.045c.204.024.567.204.884.046.317-.16.25-.34.25-.34l.203-.318s.93.318 1.247.363c.317.046 1.246.137 1.473.114.227-.023.34-.204.385-.363.046-.158-.045-.295-.045-.295l.77-.476s.363.09.454.045c.09-.045.317-.317.385-.43.045-.09-.045-.454-.045-.454l.272-.204s-.023.544-.023.794c0 .271.09.453.226.566.137.114.793.385 1.066.136.272-.249 1.043-1.088 1.88-.86a6.302 6.302 0 011.384.498l.294-.499s-1.314-.68-1.903-.612c-.59.09-1.45.408-1.745.839-.136.181-.703.022-.363-.272.317-.272 1.428-1.179 2.243-1.02.952.181 4.556 1.405 4.964 1.518 1.564.432 4.488.75 5.508.84 2.31.204 6.074-.43 6.074-.43l.702-.884s-1.36.272-1.926.317zm-8.205-2.607c-.09.114-.362.25-.43.295a.477.477 0 01-.227.09 2.44 2.44 0 01-.453-.135.231.231 0 01-.113-.136s.226-.046.295-.09c.068-.046.113-.137.045-.16-.068-.022-.227-.136-.272-.136-.045 0-.227.068-.317.091 0 0-.317.09-.499.068-.181-.023-3.196-.952-3.263-.974-.045-.023.136-.16.136-.16l-.045-.112-.295.158-.158-.113.317-.182-.046-.113-.476.25-.226-.068.543-.272-.09-.068-.77.294-.204-.045.838-.385-.158-.068-1.178.43-.273-.023s.182-.113.273-.158c.09-.045.77-.272.906-.408.136-.113.181-.317.181-.317l.295.09s.476-.249.567-.317c.113-.068.317-.181.317-.181v-.386l.567.068s.18-.136.226-.158c.068-.023.181-.023.181-.023l.024-.363h.203l-.045.408.068.068s.023-.136.045-.181c.023-.045.114-.295.114-.295l.158.046s-.045.204-.068.272c-.023.068-.023.226-.023.226l.068.046s.09-.227.114-.295c.022-.068.068-.159.068-.159l.158.068s-.068.295-.068.363v.136l.068.045.181-.34.114.114-.114.317.046.045s.068-.09.09-.136l.09-.09.114.09s-.114.182-.136.25c-.046.068-.25.453-.295.544-.068.09-.159.272-.159.272l-.136-.091s.09-.181.113-.272c.023-.09.045-.159.045-.159s-.158-.113-.18-.136a.327.327 0 00-.091-.045s-.069.363-.069.43v.069h-.158s.023-.34.023-.454c0-.113-.023-.226-.045-.249 0-.023-.137-.09-.137-.09l-.158.113s.045.204.068.272a.655.655 0 01.023.294 1.915 1.915 0 00-.046.182l-.09.022s.023-.317-.023-.408a.49.49 0 00-.068-.181c-.023-.045-.023-.09-.023-.09l-.227.113s.046.136.046.204c0 .09 0 .18-.023.226a1.025 1.025 0 00-.046.182h-.136s-.023-.295-.023-.34c0-.068.023-.204.023-.204l-.204.113s.069.136.046.204a.334.334 0 01-.182.295.85.85 0 01-.25.136s.069.136.114.158c.045.046.181.114.181.114s.522-.363.817-.295c.294.068.476.204.611.363.137.158.363.226.431.249.068.022.861.317 1.02.34.158 0 .43.068.567 0 .136-.068.34-.159.43-.159a.58.58 0 01.408.204c.159.159.43.68.34.793zm-6.278-2.878c-.045-.045-.09-.159-.09-.159s.136 0 .271.182c.114.158.046.43-.09.544-.136.113-.567.226-.861.226-.272 0-.272-.657-.227-.68.045-.022.09.182.181.227.046.09.159.136.567.023.408-.114.272-.318.249-.363zm1.11-.59a2.425 2.425 0 01-.045-.158s.137-.023.25.204c.136.272.023.34-.385.59-.385.249-.363.203-.499.135s-.25-.362-.25-.43c0 0 .16.113.204.158.09.046.295-.113.454-.181.158-.09.294-.25.272-.317zm.204-.294l.09-.09.25.135s.363-.408.43-.52c.069-.114.273-.091.25.112 0 .204-.09.363-.158.522-.068.158-.363.204-.567.09a1.391 1.391 0 01-.295-.249zm3.196 2.063l-.158.317-.272-.136s.25-.363.295-.476c.045-.113.226-.499.203-.499l.159.159s-.204.59-.227.635zm.363.045c.023-.068.158-.408.158-.408l.137.045s-.09.318-.114.408c-.023.09-.158.386-.158.386l-.182-.046s.113-.295.159-.385zm-.839-.521c-.068.136-.25.43-.25.43l-.181-.113s.204-.43.272-.567c.045-.136.204-.476.204-.476l.203.159c.002 0-.157.408-.248.567zm2.697 1.631c-.09-.34-.203-.566-.113-.68a.588.588 0 01.25-.226c.09-.046.25-.046.25-.046s.045.046.045.069c0 .022-.023.045-.023.045s-.159.068-.182.068c-.023 0-.023.045-.023.068 0 .022.159.544.182.59.023.044.09.112.181.135.09.023.159.023.159.023s.09.113.023.136c-.069.022-.34.113-.453.158-.114.046-.205 0-.296-.34zm.567-.816c0-.045-.34-.702-.363-.747-.022-.046-.068-.023-.09-.023-.045 0-.295.09-.295.09s-.068.023-.09-.022c-.023-.045.023-.09.023-.09s.317-.114.385-.137c.068-.022.25-.068.363.114.113.18.226.566.272.68.045.113-.023.294-.114.317-.09.022-.181.068-.181.068l-.068-.09s.136-.069.158-.069c.023 0 0-.068 0-.09zm.34 1.882c.023.045-.068.113-.113.136-.045.022-.159.068-.25-.091-.09-.159-.136-.363-.022-.499.113-.136.226-.249.316-.34.09-.09.227.091.204.068 0 .068-.068.114-.113.16-.046.044-.137.18-.114.294.024.113.07.226.092.272zm.181-.25c-.09.046-.204-.09-.09-.136.136-.068.181-.249.136-.362-.045-.136-.272-.499-.272-.499s-.204.068-.227 0l-.045-.09s.136-.091.272-.136c.114-.046.181 0 .227.022.045.023.203.385.294.59.068.203.068.362 0 .407-.068.046-.204.159-.295.204zm.408.408c-.045-.068-.023-.113-.068-.226-.045-.114.113-.182.158-.068 0 0 .069.136.114.249.023.136-.158.113-.204.045zm2.47-.385s-.113-.43-.135-.68c-.023-.25-.114-.544-.114-.544s.227.159.272.227c.045.068.136.181.136.181s.317-.34.386-.521c.068-.181.317-.725.317-.725l.045-.046.045.09v.567c0 .272-.068.476-.068.476s.363-.022.521-.022c.137 0 .317.045.317.045s-.363.43-.748.635c-.384.204-.973.317-.973.317zm1.905.567c-.137-.023-.68-.204-.68-.204s.294.272.385.43c.09.159.25.454.25.454l-.069.045s-.408-.453-.59-.567c-.181-.113-.656-.476-.656-.476s.34-.181.521-.272c.181-.09.521-.317.521-.317l.069.023-.227.226s.544.386.68.499c.136.113.181.181.181.181s-.25 0-.385-.022zm2.583-1.496c-.023.068-.25.385-.363.453-.136.068-.453.34-.453.34s.68.453.77.499c.09.045-.09.226-.158.181a27.369 27.369 0 00-1.179-.544c-.09-.023-.181-.068.068-.227.25-.136 1.315-.702 1.315-.702zm-1.903.068c.09-.114.929-.43.929-.43s-.09.294-.34.543c-.25.25-.816.703-.816.703l.43.249.068.272s-.408-.181-.59-.295a1.725 1.725 0 00-.476-.158s.046-.159.114-.476c.068-.318.203-1.202.203-1.202l.204.975c.001 0 .16-.09.273-.181zm1.11-2.153c.227-.023.657-.046.657-.046s-.499.204-.657.227c-.136.023-.453.295-.567.317-.113.023-.113-.362-.113-.362s.453-.114.68-.136zm-.997-.726s.408-.589.476-.77c.09-.181.317-.43.317-.43s-.113.52-.136.724c-.046.204-.227.567-.227.567s.77-.045.838-.045c.046 0-.385.158-.476.226-.09.068-.634.454-.77.454s-.25-.091-.385-.272c-.159-.159-.363-.522-.385-.635-.023-.113-.023-.272-.023-.272l.77.453zm-2.584.522c.045-.114.023-.318.045-.499.023-.159.046-.295.182-.34.272-.113.408.34.408.34s.25-.09.363-.09c.136 0 .158.294.158.294s.272-.068.386 0c.113.068.023.317.09.295.068 0 .181-.046.363.022.181.046-.023.318.113.318s.25.045.272.158c.023.114-.136.204-.023.25.114.045.045.226-.136.294-.182.046-.385.317-.385.317l-.227-.068s.113-.18.182-.226c.045-.045.271-.181.271-.181l-.113-.25s-.136.182-.227.25a3.3 3.3 0 01-.385.272l-.113-.068.385-.386c.068-.09.182-.226.182-.226l-.204-.114s-.068.159-.136.227l-.34.34-.091-.023s.09-.294.182-.385c.09-.09.158-.408.158-.408l-.113-.045s-.09.181-.182.317a8.885 8.885 0 01-.385.408l-.113-.068s.113-.295.181-.385l.227-.386-.136-.045s-.159.25-.227.363c-.045.113-.227.294-.227.294l-.136-.022s.136-.25.181-.318l.182-.362-.136-.068s-.023.113-.09.249c-.069.136-.295.499-.295.499l-.318-.068s.182-.34.227-.476zm-.385.816c.453.068.816.34.883.453.067.113-.09.068-.09.068l-.182-.068s-.113.159-.181.227c-.068.068-.068.136-.068.136l-.385.022-.272.227.181-.385-.181-.091-.182.317-.068-.136.046-.362v-.023h-.362s.407-.453.86-.385zm-.84-1.95s.07.023.114.114c.046.09.046.045.159.136.113.068.25.544.317.702.045.159.09.408.045.476-.045.046-.272.136-.43.136-.159 0-.069-.158-.069-.294 0-.159-.09-.794-.136-.884-.044-.09-.022-.318 0-.386zm-2.719 1.066c.068 0 .09-.114.136-.159a2.67 2.67 0 01.748-.408c.386-.136.817.204.998.272.158.09.362 1.201.43 1.519.09.317.657 1.518.725 1.631.068.114.408.363.408.363s.045.227.114.363c.068.136.52.86.589 1.042.068.204 0 .227-.113.159-.09-.068-.522-.657-.544-.703-.023-.068-.158-.09-.114.023.024.113.137.385.182.476.045.09.204.476.204.476l-.182-.023c-.204 0-.543-.294-.793-.544-.25-.249-.204-.408-.136-.453.068-.045.34-.181.34-.181l-.045-.136s-.408.113-.68.068c-.272-.046-.137-.272-.068-.295.09-.023.158-.045.226-.045s0-.136-.045-.182c-.045-.045-.159-.045-.317-.045-.159 0-.181-.136-.068-.181.09-.046.204-.136.204-.136l-.069-.204s-.226-.068-.363-.09c-.136-.024-.136-.137-.068-.182.068-.046.272-.159.272-.159l-.045-.317s-.136 0-.295.023c-.136 0-.181-.16-.113-.205.068-.045.317-.204.317-.204l-.068-.204s-.272 0-.408.023c-.137.023-.159-.09-.114-.158.046-.068.408-.34.408-.34l-.023-.16s-.34.16-.498.205c-.136.068-.068-.181 0-.25.068-.09.498-.294.498-.294l-.022-.159s-.612.091-.839.091c-.227-.023-.34-.363-.34-.363s-.272.182-.43.227c-.137.023-.114-.023-.137-.09.002 0 .116-.137.138-.091zm-.18.612s-.024-.114-.205-.114c-.136.023-.295.023-.295.34-.023.318.409.363.409.363s0 .226-.454.113c-.181-.045-.34-.204-.34-.59 0-.384.454-.498.703-.475.25.023.226.34.181.363zM79.17 6.966c.045-.068.181-.317.25-.408.067-.09.135-.59.135-.703 0-.113.114-.272.137-.317.023-.068.159-.317.182-.317.045 0 .09.158.045.226-.023.068-.045.114-.045.136 0 .023.271.839.294.952.023.09.023.34-.023.408 0 0-.136.295-.34.386-.136.113-.294.022-.498-.091-.183-.113-.183-.204-.137-.272zm-.453-1.247c-.046 0-.09-.022-.137-.113-.045-.113-.136-.181-.113-.25 0-.067.113-.203.136-.271 0-.046-.023-.136.023-.159.023-.023.114-.023.159-.045a.8.8 0 01.113.294c0 .068.09.612-.023.59-.113-.023-.136-.046-.158-.046zm-2.048.997a.135.135 0 01-.038-.022c.007-.006.02.004.038.022.094.042.32.088.416.069.113-.023.476-.318.59-.363.136-.045.476-.09.68 0 .203.09.294.113.316.136.045.023.113.068.182.113a.463.463 0 01.113.114h-.567c-.136 0-.883.068-.997.113-.113.023-.453.045-.543 0-.066-.033-.143-.136-.19-.182zm-1.261 2.766c-.046.136-.046.226-.136.408-.091.181-.295.204-.477.204-.181 0-.498.022-.611.09-.114.068-.182.114-.16-.022a.64.64 0 01.182-.272c.069-.068.34-.159.544-.25.204-.09.204-.272.272-.385l.498-.045c.001 0-.067.136-.112.272zm.136-.635c-.137 0-.363-.045-.522.136-.158.159-.227.045-.272-.023-.045-.068-.181-.226-.226-.34-.046-.113.045-.18.023-.18.045-.024.181.18.226.248.045.068.317-.09.408-.113.09-.045.182-.09.317-.023.114.046.317.136.317.227 0 .09-.135.068-.271.068zm1.7-.227c-.069-.136.022-.725.022-.725l-.158-.045s.023.09-.068.294a.825.825 0 01-.204.295s0-.295-.023-.408c-.023-.113-.113-.272-.113-.272l-.227.09s.068.613.045.749c-.023.136-.068.362-.181.385-.137.023-.204.023-.204-.045s.113-.114.158-.204c.046-.09.023-.363.023-.363s-.136.272-.226.295c-.09.022-.114-.046-.114-.114s.023-.136.023-.226c0-.114-.136-.227-.181-.159-.045.068-.136.113-.227.159-.068.022-.204-.046-.363-.023s-.294.045-.453-.023a.45.45 0 01-.272-.362c-.023-.159.09-.227.181-.227s.477-.022.567-.068c.09-.068.204-.272.227-.362 0 0 .136-.046.317.022.113 0 .34.068.544.09.203.024.385.024.476 0 .09-.044.181-.18.227-.271.045-.09.135.045.113.09-.023.046-.023.137.09.091.136-.045.114-.136.159-.158.045-.046.113.045.113.045s.068-.045.113-.09c.046-.069 1.02-.046 1.179-.046.158 0 .226.159.34.317a.638.638 0 00.476.227c.181 0 .34-.023.521.023.182.045.295.407.272.611-.023.204-.34.748-.34.748l.137.295s.203-.408.317-.544c.113-.136.25.181.203.295-.046.113-.363.748-.363.748l.09.34s.34-.612.386-.68c.068-.068.227.09.181.226-.023.136-.43 1.11-.43 1.11l.09.364s.363-.726.409-.884c.068-.159.271-.068.226.09-.045.159-.703 1.45-.748 1.541-.045.069-.158 0-.181-.045-.023-.045-.068-.521-.068-.521l-.454-.159-.612.272-.023-.544.227-.045-.023-.227s-.498 0-.635-.022c-.136 0-.453-.046-.453-.046l-.023-.158s.499-.046.657-.114c.159-.068.657-.362.657-.362l-.023-.25s-.498.34-.725.408c-.227.068-.838-.022-.838-.022v-.204s.453-.068.748-.114c.294-.045.725-.453.725-.453l.204-.612s-.499.521-.794.748c-.295.227-.906.136-.951.136-.024 0-.16-.159.022-.181.182-.023.817-.136 1.043-.295.227-.136.476-.657.476-.657l-.203-.09s-.068.158-.25.43c-.181.294-.544.317-.974.34-.429.022-.814-.34-.86-.454zm-.93 2.063v-.499s.499.703.522.748c.023.045.363-.068.408-.158.045-.091.408-.431.408-.431l.227.159s0 .204-.023.294-.046.363-.046.363l.136.09s.317-.18.385-.226c.069-.046.295-.204.295-.204l.204.045.113.861.204.046.68-.408.272.204-.159.634.137.114.68-.182.226.114-.204.612.181.158.726-.204.25.091c-.137.113-.364.295-.477.408a6.52 6.52 0 00-.181.227h-.09l-.137.226-.227-.136.227-.294-.136-.046-.182.182-.158-.046s.159-.204.182-.272c.045-.068-.114 0-.159.023a1.21 1.21 0 00-.227.159l-.09-.068.295-.25-.09-.113-.364.295s-.544-.386-.725-.522c-.182-.136-.657-.362-.816-.43-.182-.068-.182-.272-.204-.386-.023-.113-.295-.113-.295-.113v.295c0 .113-.158.204-.271.226-.114.023-.024-.113-.024-.113s.25-.408-.158-.476c-.498-.09-.476.43-.476.43s-.204-.067-.159-.271c.09-.318.522-.408.522-.408l-.069-.181s-.272.09-.316.136c-.046.045-.023-.16-.023-.16l-.182.046s0 .114-.023.159-.113.113-.113.113l.045-.25-.158-.09s-.046.114-.069.181c-.023.069-.045.182-.045.182l.023-.43-.113-.16-.159.431v-.725zm-.023 1.224c.363-.136.499.113.544.25.023.022.023.044.023.044l-.068.046s-.136-.136-.25-.114c-.113 0-.181.091-.385.227-.181.136-.023.453-.023.453l-.113.046s-.137-.227-.159-.408c-.022-.182.024-.386.431-.544zm-.725 0l.272-.046-.158.34h-.272l.158-.294zm.136.748l.227.294-.204.046s-.09-.114-.113-.159c0-.045-.068-.045-.158 0-.091.045-.295.136-.386.181-.09.046-.09.159-.09.159l.09.113-.136.136s-.34-.408-.114-.612c.227-.204.454-.249.544-.272.114-.022.272.023.34.114zm-.884-.839s.25-.023.317 0c.069 0 .136.068.113.114-.023.045-.203.43-.203.43l-.43.204.203-.748zm-.793.725c.023-.068.023-.86.023-.929 0 0 .204.023.317.046.09 0 .227.113.227.158s-.25.793-.25.793l-.34.023.023-.09zm.453.522c.136.181.25.476.25.476l-.114.022s-.09-.34-.226-.317c-.136 0-.612.136-.726.227-.113.068-.044.226-.022.272 0 .022.045.158.068.18l-.114.046s-.203-.408-.203-.521c0-.136.136-.317.295-.408.158-.09.656-.159.792.023zm-.838-1.587l.022 1.201-.226.046s-.068-1.224-.09-1.428l.294.181zm-.317 2.72c.068 0 .204-.023.43-.09.227-.069.295-.318.317-.409 0 0 .068-.022.114.318.023.317-.25.476-.43.566-.182.09-.409.227-.477.09-.045-.067-.023-.452.046-.475zM44.38 13.47c-.159.022-.25 0-.25 0l.16-.159s-.182-.023-.34-.023c-.16 0-.182-.045-.182-.045l.204-.159s-.09-.022-.227-.045l-.136-.023.068-.113s-.181-.023-.181-.09c0-.069.045-.069.045-.069s-.204-.113-.295-.294c-.113-.182-.068-.272-.068-.272s.25.181.363.317c.113.136.227.227.317.227s.25 0 .317.045c.046.023.09.09.09.09s.205.091.34.16c.114.09.273.271.273.271s-.34.159-.498.182zm17.089-1.972c.09.022.136.068.136.068s.09.022.09.09c0 .069-.045.114-.045.114s-.022.25-.113.25c-.09 0-.113-.091-.113-.182 0-.068.045-.34.045-.34zm-.09 1.156c0-.09.136-.227.158-.227.068.023.045.045 0 .295-.045.249-.068.317-.068.317s-.136.023-.159-.045c-.022-.068.068-.25.068-.34zM59.7 11.499c-.181-.181-.43-.59-.498-.703-.069-.113-.386-.362-.431-.498 0 0 .453.068.635.204.203.136.362.498.476.838.113.34 0 .34-.182.159zm-2.312-.657s.227.18.408.271c.204.091.318.16.318.16s0 .18.022.34c.023.158.227.566.25.656.022.091-.023.272-.023.34s-.045-.068-.159-.249a5.262 5.262 0 00-.498-.566c-.204-.205-.318-.545-.34-.635a.724.724 0 01.022-.317zm-.544-1.134c-.136-.09-.543-.204-.543-.204v-.226s.226-.136.362-.159c.114-.023.25.045.454.159.203.136.385.544.453.816.068.272.227.317.34.43.113.09.294.386.204.386s-.295-.068-.476-.16c-.182-.09-.204-.18-.25-.362-.068-.181-.43-.589-.544-.68zm1.542 1.11c-.023-.18-.137-.203-.25-.407a10.94 10.94 0 01-.34-.499c.045-.022.59.295.748.454.159.158.09.204.136.294.046.09.272.136.317.272.046.136-.022.839-.022.839s-.159-.159-.272-.295c-.114-.159-.295-.476-.317-.657zm1.427-.77c.046.136.046.522-.023.386a1.242 1.242 0 00-.362-.408c-.136-.091-.476-.204-.635-.318-.158-.113-.204-.634-.136-.68.09-.068.385.25.567.318.158.068.204.09.25.158.045.068.294.408.34.544zm.091-1.382c.204.022 0 .181-.204.204-.272.045-.634-.046-.86-.159-.228-.113-.613-.408-.772-.635-.158-.204-.385-.362-.362-.407.045-.114.906.249 1.201.317.317.09.317.25.499.43.18.204.294.227.498.25zm-2.448-2.04c.023-.09 0-.25.023-.34.045-.113.522-.09.725-.068.227 0 .272.136.43.204.16.09.137.181-.022.227-.181.045-.34.045-.544.068-.204.022-.476.18-.634.158-.159-.022 0-.181.022-.25zm-.022.453c.113-.09.634-.136.906-.204.272-.068.544.09.748.182.204.09.59.136.635.136.068.022 0 .068-.227.204-.227.113-.43.113-.657.113-.204 0-.498-.113-.816-.204-.317-.113-.703-.023-.725-.113-.023-.068.045-.046.136-.114zm-.612-1.36c0 .068-.204.204-.318.182-.113-.023 0-.227-.022-.318-.023-.09-.204-.045-.25.091-.045.136-.226.317-.317.34-.09.023-.25.113-.25.09.024-.022-.022-.271-.022-.271s0-.182.023-.182c.045-.022.25-.113.34-.204.09-.113.158-.226.317-.226s.499.408.499.498zm-1.202-.385a.777.777 0 01-.204.204s-.045-.181-.136-.181c-.09 0-.203.181-.203.181s-.09-.045.067-.317c.16-.272.363-.476.477-.454.158.068.068.476 0 .567zm-.906-.59c.068-.113.181-.022.158-.022l.182-.204s-.159-.272-.045-.317c.113-.046.204.158.204.158l.34-.09s-.023-.272.158-.272c.181.022.023.272.023.272l.226.068s.114-.159.227-.023-.113.227-.113.227.045.113.068.158c.022.068.022.114.022.136.023.023.295-.022.295.114s-.272.022-.317.045a2.967 2.967 0 00-.295.159s.068-.09.09-.204c.023-.114-.022-.386-.203-.43-.181-.046-.318.09-.521.248-.204.16-.431.635-.431.635s-.09-.045-.09-.204c0-.159.113-.25.113-.25s-.136-.135-.091-.203zm-1.043.205c.136-.09.363.068.408.181.068.113.136.317-.068.43-.181.114-.363.091-.476-.09-.113-.181-.022-.43.136-.521zM52.154 6.15c.271-.499.453-.476.702-.476.25-.023.476.09.59.136v.204s-.567-.136-.794-.045c-.226.09-.294.43-.204.544.09.113.544.385.544.385s-1.11-.227-.838-.748zm1.02.204c.068.113-.046.25-.204.295-.159.045-.43-.136-.363-.454.068-.317.612-.045.703 0 0 0-.204.046-.136.159zm.272 3.944c-.068.113-.25.113-.567-.114-.317-.204-.181-.453-.136-.498.045-.068.25.022.317.045.09.023.182.045.317.136.114.09.137.317.069.43zm.86.476c-.18-.068-.112-.386 0-.363.114.023.182-.045.636-.295.475-.249.589-.612.611-.793.023-.181-.271-.703-.317-.77-.045-.069-.362-.046-.272.135a.82.82 0 010 .522c-.045.136-.566.566-.77.702-.227.159-.522 0-.59-.158-.068-.159.091-.476.159-.567a.497.497 0 01.34-.181c.159-.023.204-.272.204-.34s-.385-.159-.522-.159a2.44 2.44 0 00-.362.045v.114h.385c.068 0 .295.113.227.113-.068 0-.612.09-.816.159-.204.045-.454.362-.454.362s.069-.408.09-.476c.024-.068.092-.272.16-.34.068-.09.09-.226-.023-.158-.114.068-.567.226-.567.226s.317-.657.43-.815c.091-.16.34-.34.34-.34s0-.046-.022-.091c0-.045.204-.227.25-.385.045-.182-.114-.522-.137-.567 0 0 .272.023.363.25.113.158.09.271.09.271l.114-.022s0-.091.023-.16a1.228 1.228 0 000-.407c-.023-.113-.227-.363-.227-.43 0-.091.204-.046.363.045.158.09.226.249.25.385.022.136-.069.43-.069.43l.181-.022s.023-.227.046-.317a3.79 3.79 0 00.09-.363c.046-.204-.136-.408-.136-.476s.182.023.34.136c.136.113.068.567.068.703-.023.136-.181.362-.181.362l.09.023s.34-.476.408-.59c.069-.113-.022-.43 0-.498.023-.068.09-.181.182-.068.09.113.09.635.068.748 0 .113-.34.499-.34.499h.158s.046-.114.114-.204c.068-.114.181-.204.34-.295.181-.09.476-.113.566-.159.09-.068.09-.204.182-.204.09-.022.068.136 0 .363-.046.227-.204.204-.363.317-.159.114-.544.363-.544.363l.181.159s.363-.318.544-.431c.181-.113.408-.159.544-.204.136-.068.227-.363.272-.453.045-.091.181.068.204.158.023.091.023.182 0 .363s-.363.453-.498.544c-.137.09-.703.385-.703.385l.09.204s.25-.226.703-.34c.453-.113.77.408.952.748.181.363.59.657.634.657.046 0 .137.114.023.136-.09.046-.204.023-.385-.09-.204-.136-.816-.612-.952-.635-.159-.023-.657-.023-.657-.023l.09.204s.137-.045.363-.022c.227.045.454.294.612.521.159.227.499.567.544.59.068.045.181.09.181.135 0 .046-.203.046-.362-.022-.159-.068-.544-.454-.816-.612-.272-.182-.544-.023-.612 0l-.136.045s-.023-.068-.068-.25c-.046-.18-.499-.747-.635-.838-.159-.09-.385-.068-.25.023.137.113.68.906.68 1.246 0 .34-.52 1.066-.77 1.292-.249.227-.747.318-.928.25zm.364-1.066l.226-.181v.521l-.226-.34zm1.087 2.244c.023.204.114.272.023.43-.09.16-.408.318-.408.318s.068-.159.023-.476c-.068-.317-.295-.77.023-1.11.317-.34.703-.476.703-.454-.046.068-.204.521-.272.703a1.284 1.284 0 00-.091.59zm-1.337 2.29a1.59 1.59 0 01-.521.135c-.09 0 .181-.317.272-.43.09-.114.25-.272.363-.363.113-.09.271-.317.362-.408.091-.09.136-.159.227-.204.09-.045.159 0 .181-.023 0 .114-.136.454-.272.635-.158.204-.408.567-.612.657zm.068.883s.09-.59.204-.544c.114.046-.204.544-.204.544zm-1.269-.204c.023-.068.227-.385.272-.476a.338.338 0 01.159-.136c.068.046.045.114.022.159-.045.045-.226.453-.317.544-.09.09-.159-.023-.136-.09zm-.09-.408c-.091.046-.205-.068-.114-.204.113-.136.181-.25.295-.317.113-.068.362-.023.34-.045.022.09-.091.136-.159.204-.068.068-.295.34-.363.362zm.566.318c.023-.069.159-.091.227-.091.09 0 .09.159-.046.204-.136.068-.09.181-.158.25-.068.067-.159.022-.159-.069 0-.09.113-.226.136-.294zm.476.158c.068-.09.113-.204.204-.181.068.045.068.159 0 .226-.068.068-.25.272-.25.363-.022.09-.203.181-.18.023.022-.136.18-.34.226-.43zm.023-3.309c.045-.022.362-.159.453-.204.09-.068.045-.204.113-.272l.408.068-.045.227c-.023.25-.476.362-.68.317-.204-.045-.295-.113-.25-.136zm-.998.997s0-.022.023-.022c.068-.023.25-.114.408-.114.204 0 .34-.204.521-.272.182-.068.295-.18.454-.158.158.045.204.068.204.068s-.318.476-.544.544c-.227.068-.34.09-.612.09a.813.813 0 01-.454-.136zm-.09.794c.136-.023.25-.114.363-.182.113-.068.589-.181.816-.249.226-.068.611-.34.611-.34s.023.068 0 .227c-.045.136-.407.634-.816.77-.34.114-1.065-.022-1.223-.113-.205-.113.113-.09.249-.113zm-.227.362c.09.046-.113.295-.158.272-.046-.022.09-.294.158-.272zm-5.53-3.989c.136 0 .68.182.793.635.113.453.204.748.204.748l.181-.046s-.045-.135-.09-.317c-.023-.181-.09-.34-.09-.453-.023-.113-.182-.34-.182-.34s.294.068.385.34c.068.181.136.612.136.657 0 .046.113.046.272-.09.159-.136.499-.182 1.133-.25.635-.068 1.11.023 1.496.25.43.249.59 1.246.567 1.427-.023.182-.363.499-.272.25.09-.25-.023-.703-.113-.975s-.408-.59-.884-.634c-.476-.069-1.587.113-1.768.18-.181.069-.499.477-.952.613-.453.136-.748-.454-.68-.816.068-.363.023-.612-.113-.816-.136-.204-.748-.181-.884-.181 0 0 .589-.227.86-.182zm3.082 3.445c-.158-.068-.861-.272-1.11-.158-.408.181-.657.634-.657.634l-.023-.498s.295-.318.544-.363c.25-.045.521-.136.861 0 .181.068.453.317.453.317l-.068.068zm.068.272s-.861.68-1.065.862c-.204.18-.725-.114-.498-.5.203-.384.408-.702.838-.566s.725.204.725.204zm-.702-.906c-.204-.023-.748.09-.839.158-.09.068-.272.159-.272.159l-.25-.113s.114-.068.069-.159a4.216 4.216 0 00-.204-.317s.317.068.498-.114c.182-.204.318-.611.386-.634.068-.023 1.246-.408 1.7-.295.59.136.793.657.793.997 0 .363-.204.68-.567.635-.362-.045-1.11-.295-1.314-.317zm-2.788-1.224c-.023-.09.045-.521.09-.703.069-.181-.09-.362-.294-.362s-.454.022-.794-.091c-.294-.098-.282-.162-.289-.237l-.028-.012.023-.023a.213.213 0 01.005.035c.05.022.167.067.335.1.25.069.476.092.703.069.226-.045.25.023.363.113.113.09.113.522.045.77-.068.228.181.658.181.658l-.136.068s-.159-.295-.204-.385zm.181.748a.897.897 0 01.635.068c.136.068.363.25.43.34.069.113.136.204-.09.34-.227.136-.521.385-.59.408-.068.045-.09-.023-.09-.023s.227-.25.272-.34l.068-.136-.181-.09s-.182.385-.227.453c-.046.068-.113.068-.09-.023a8.8 8.8 0 01.203-.521l-.226.022s-.023.227-.046.272c-.022.023-.045.204-.045.204h-.09l.022-.43-.136.113-.023.363s-.068.068-.113.045c-.045-.023-.045-.43-.045-.544 0-.136.068-.43.362-.521zm.023 1.518c.158.046.068.363-.113.295-.182-.068.022-.317.113-.295zm-.181-.385c.113-.136.362.068.204.204-.136.136-.295-.113-.204-.204zm0 .34c0 .204-.272.136-.25-.045 0-.068.227-.204.25.045zm-.227.317c.136-.09.25.204.113.25-.113.045-.226-.182-.113-.25zm-.816.59c.136-.023.25.34-.023.317-.249 0-.113-.272.023-.317zm-.159-.454c-.113 0-.158-.25 0-.272.136 0 .114.272 0 .272zm.386-.09c-.091.136-.25.022-.182-.114.046-.09.295-.022.182.114zm.022-.386c.046-.09.318.023.159.136-.136.114-.204-.022-.159-.136zm-.181.114c-.113.068-.181-.091-.045-.182.068-.045.158.091.045.182zm-.045.476c.09-.091.317 0 .181.158-.136.159-.272-.068-.181-.158zm.34.226c.113-.022.113.25-.046.227-.158-.023-.136-.204.046-.227zm.068-.272c-.136-.022-.159-.204 0-.226.18 0 .136.249 0 .226zm.34.227c.023.113-.295.25-.295 0s.272-.159.295 0zm-.046-.567c-.068.136-.25 0-.204-.09.046-.091.272-.023.204.09zm-.226-.249c-.159-.068.068-.272.18-.227.137.046-.022.295-.18.227zm-.454-.884c.045-.068.159-.34.34-.272.159.068.317.136.272.385-.045.227-.068.431-.158.363-.091-.045-.272-.136-.25-.181-.045.022-.045.113-.045.113s.158.113.204.159c.022.045-.068.181-.159.158-.09-.022-.181-.158-.272-.204-.09-.022-.204.068-.204.068s.114.046.136.091c.023.045-.226.227-.362.136-.136-.09-.159-.408.022-.544.182-.113.454-.204.476-.272zm-.816-.612c.023-.294.227-.77.204-.77 0 .136.182.747.227.974.045.227 0 .408-.113.408-.114 0-.34-.317-.318-.612zm-.725 2.675c-.045 0 0-.204 0-.204s-.158.045-.25 0c-.09-.023.046-.091.046-.091s-.476-.068-.476-.136.068-.068.068-.068l-.158-.136c.045 0 .906.068.997.068.113 0 .272.09.204.181-.068.09-.386.385-.43.385zm.997.158c-.09.046-.453.159-.589.136-.159-.023-.09-.159-.068-.25.023-.113.295-.407.363-.452.068-.046.022-.227 0-.318-.046-.09.022-.181.09-.226h.408s-.023.136-.023.249c0 .113.182.204.182.204s-.045.045-.045.113.068.136.068.136-.046.09-.091.136c-.045.046-.023.136-.023.136l-.272.136zm.658.567c-.227 0-.363.09-.544.09-.181 0-.25-.045-.227-.113.023-.068.385-.453.385-.453h.25l-.159.294.272-.09s.045-.181.045-.227c.023-.023.182-.068.182 0v.204h.204s-.046-.317-.046-.385.182-.159.182-.09c0 .067.045.316.045.316l.204-.113-.136-.362.113-.16s.136 0 .136-.022c.023.023.114.046.204.136.09.09.023.114.09.181.069.068.091.182.091.182s.091.09.069.181c-.046.09-.363.204-.522.272-.136.068-.158.09-.272.114-.113.045-.34.045-.566.045zm1.473.113c0 .068-.023.295-.068.34-.045.045-.114.045-.114.045s.023-.272.023-.362c0-.09-.136-.046-.136.022s-.136.114-.181.023c-.023-.09 0-.385.362-.363.34.023.544.386.567.5.045.112.045.271 0 .294-.045.022-.317.022-.317.022v-.43c0-.046-.136-.159-.136-.09zm-.975.635c.069-.159.454-.386.454-.34a.866.866 0 00.362.317c.182.068.522.136.522.136s-.59.317-.794.408c-.181.068-.612-.363-.544-.521zm1.224.906c-.158.136-.34.295-.476.34-.136.046-.363-.136-.25-.362.137-.227.364-.34.613-.386.249-.045.272-.09.272-.09l.09-.068c-.022.09-.09.43-.249.566zm.068-2.425c-.227 0-.181-.068-.272-.09-.09-.023-.498-.295-.498-.295l.136-.227h.566c.023 0 .136-.181.068-.181s-.498-.023-.498-.023l.022-.158s.499-.091.544-.091c.045.023.136-.227.045-.204-.09 0-.408.068-.43.09-.017.017-.107.046-.145.07l-.014.021c-.006-.006.001-.013.014-.022l.077-.114s.34-.09.43-.158c.091-.091.363-.363.454-.272.09.09.204.362.09.634-.136.272-.385 1.02-.589 1.02zm.476 1.405l-.068.023c-.045-.09-.34-1.02.136-1.02.476 0 .726.34.68.454-.045.135-.158.226-.25.317-.09.068-.113-.046-.113-.114v-.18c0-.046-.18-.046-.18.044v.454h-.046s-.045-.046-.068-.136c-.023-.09-.09-.023-.09.022v.136zm.68.884c-.34-.068-.453-.362-.453-.43 0-.091.09-.046.181.022.068.068.43.227.544.272.113.046.068.182-.272.136zm.227-.612c-.295.114-.43.046-.612 0-.182-.045-.272-.022-.272-.022s.657-.43.725-.612c.068-.181.363-.068.43.068.069.113.023.453-.271.566zm3.853.295c-.204.068-.907.159-.907.159l.498-.454-.045-.136s-.816.431-1.11.522c-.295.09-.318-.023-.227-.114.09-.09 1.02-.77 1.02-.77l-.045-.136s-.839.25-1.066.408c-.226.158-.838.476-.929.566-.09.068.272-.476.567-.725.294-.25 1.178-.725 1.178-.725l-.09-.159s-.703.25-1.065.499c-.363.25-.998.634-1.134.816-.136.181.295-.68.612-.93a47.8 47.8 0 011.338-.816l-.136-.135s-1.088.498-1.292.634c-.204.159-.703.43-.657.34.022-.09.544-.634.748-.748.203-.113.816-.521.816-.521l-.046-.136s-.703.272-1.11.544c-.408.272-1.02.59-1.473.181-.454-.408 0-.93 0-.93s-.114.862.362.908c.476.045.997-.476 1.065-.544.068-.068.93-.862 1.043-.952.113-.091.793-.363 1.02.362.226.726.883 1.859 1.336 2.063a21.19 21.19 0 011.043.544s-1.11.317-1.314.385zm1.586-1.292c-.023.068-.113.272-.136.34-.045.068-.068.113-.136.09-.068-.045-.023-.135 0-.18.023-.046.113-.273.136-.34.023-.069.068-.16.159-.136.068.045 0 .158-.023.226zm.363.272c0 .068-.023.181-.113.159-.091-.023-.046-.09-.046-.159 0-.068.09-.09.09-.09.091-.023.069.022.069.09zm1.224-3.264a1.682 1.682 0 00-.046.59c.046.158.023.589-.272.793-.294.204-.612.408-.657.476-.068.09-.25.408-.294.453-.069.045-.16-.045-.16-.136 0-.113-.022-.34.024-.43.045-.091.566-1.043.589-1.134.023-.09.25-.385.34-.453a.583.583 0 00.181-.295c.023-.09.182-.226.227-.249.136.023.113.227.068.385zm.793.862c-.023.136-.476 1.088-.522 1.11-.045.023 0-.634-.045-.748-.045-.113-.25-.521-.113-.793.136-.25.204-.34.227-.476.022-.136.045-.227.045-.227l.045-.045h.136s.068.408.114.544c.045.136.136.499.113.635zm-.181-1.337c-.34-.046-.544-.114-.725-.386-.182-.25.136-.77.226-.906.09-.16-.226-.5-.226-.5l.113-.294s.453-.022.657.499c.09.204.023.43-.023.634-.045.204.159.476.25.635.113.181.362.272.317.295-.045.023-.25.068-.59.023zm1.428 1.631c-.069.046-.182-.045-.295-.226-.114-.182-.385-.567-.454-.703-.068-.136-.226-.453-.226-.499 0 0 .113.046.453.25.34.204.43.43.499.544.045.113.09.612.023.634zm.611-.226c-.022.09-.158.045-.18 0-.023-.046 0-.408-.069-.68-.068-.272-.136-.522-.181-.59-.068-.09-.09-.249-.09-.249s.362.317.52.34c.16.045.295.181.295.204 0 .023-.272.884-.294.975zm.907-.023c-.023.045-.136 0-.136 0v-.09c0-.046-.181-.703-.227-.93-.045-.227-.068-.317-.068-.362 0 0 .09-.023.204.045.09.045.34.226.408.25.091.044-.18 1.042-.18 1.087zm.385.544l-.18-.068.022-.385.272.181-.114.272zm.204-.499c-.068-.022-.158-.272-.204-.476-.045-.204.023-.34.068-.43 0 0 .137.226.159.317.023.068.045.295.068.408.045.113-.023.204-.09.181zm-.249-1.858c-.068-.25-.136-.68-.045-.68.272 0 .34.25.43.43.114.16.34.59.454.703.113.113.204.272.181.295-.023.022-.159 0-.317-.023-.159-.023-.25-.113-.34-.204-.091-.113-.272-.294-.363-.521zm.861 1.269c-.045.09-.068.25-.136.363-.068.113-.159 0-.136-.091.023-.09.113-.363.136-.43.023-.069.136-.069.136-.046.068.023.046.09 0 .204zm.522 2.063c-.068-.069-.137-.227-.182-.34-.068-.114-.635-.454-.635-.544 0-.114-.045-.567.091-.612.045 0 .09.09.159.226.068.136.158 0 .226-.113.068-.136.068-.204.136-.204s.068.023.137.068c.09.068.158.159.158.159s.113.52.113.566c0 .046-.045.25-.045.363 0 .113.045.408.068.453.023.046-.158.046-.226-.022zm11.355-5.327l-.408.023-.09-.159h.68l-.182.136zm-.476-1.11l.974-.567-.158.317-.817.363v-.113zm0 .25l.657-.25-.204.272-.499.113.046-.136zm.951.43l-.181.181-.952-.113-.113-.136 1.246.068zm-1.36-2.244l.114 1.722-.159.227-.113-1.722.158-.227zm-.294.521l-.023.793-.136-.136-.023-.498.182-.159zm-.09-2.062c0 .181-.296.204-.296 0 0-.114.295-.182.295 0zm-.545-.658c.091-.068.318.091.204.204-.136.136-.317-.113-.204-.204zm-.498-.34c.09-.068.317.023.158.182-.136.136-.271-.068-.158-.182zm-.34.046c0 .158-.25.204-.272 0 0-.136.25-.159.272 0zm-.59.113c.023.136-.203.227-.249.045-.022-.158.25-.18.25-.045zm1.202.363c.544.498.204 1.133.068 1.314-.136.182-.793.612-.793.612l-.136-.09s.59-.454.725-.794c.136-.362-.227-.838-.748-.77-.522.068-1.088.34-1.088.34l-.045-.068s.203-.25.34-.386c.204-.226 1.155-.634 1.677-.158zm-3.49 1.518c1.042.023 2.107.227 2.81.68.249.159 0 .408-.114.34 0 0-.906-.725-2.72-.702-1.382.022-2.13.498-2.56.725-.432.227-.522-.181-.386-.25.068-.022 1.247-.815 2.97-.793zm-2.766-.181c-.09-.181-.045-.612.522-.725.589-.114.997.816.997.816s-.34.158-.725.272c-.386.113-.726-.159-.794-.363zm2.743-1.723c.226 0 .521.068.521.431h-1.02s.068-.453.499-.43zm-.023-.475c.295-.023.385.362.045.362s-.317-.362-.045-.362zm-.34 1.087s.453-.022.657-.022c.204 0 .204.113.159.25a.4.4 0 01-.09.203l-.205-.023v-.136c0-.09-.204-.158-.204 0 0 .182-.022.136-.022.136l-.227.023s-.045-.09-.068-.204c-.045-.113-.113-.227 0-.227zm.816 1.088c-.272.023-.793 0-.793 0s-.181-.498.34-.498.521.294.453.498zm.907.068s.385-.544.521-.702c.136-.159.838-.136.862.362.022.499-.272.726-.68.59-.386-.136-.703-.25-.703-.25zm.43-1.994l.114.476s-.023.068-.068.022c-.046-.045-.091-.113-.091-.113s-.453.317-.612.657c-.09.159-.385.884-.385.884h-.114s.023-.634.34-1.133c.34-.499.794-.816.816-.793zm-.906-.521l-.023.68-.499-.205.023-.09.499-.385zm-.272-.34l-.408.476s-.114-.091-.204-.091a.88.88 0 00-.25.068l-.362-.521 1.224.068zm-1.428.272l.476.385v.113l-.522.181.046-.68zm-.975.951c.023-.09.182-.385.182-.385s.453.272.748.703c.294.453.385 1.269.385 1.269h-.136s-.408-.952-.522-1.133c-.249-.43-.475-.408-.475-.408s-.068.022-.114.068c-.022.045-.09-.023-.068-.114zm-.634-.294c.045-.09.317-.068.226.113-.09.181-.294.09-.226-.113zm-.408.045c.068.204-.25.272-.272.023 0-.136.226-.227.272-.023zm-.476.204c.045.136-.159.34-.295.09-.113-.203.227-.226.295-.09zm-.839.997c-.181-.022-.09-.249.023-.226.181.045.158.249-.023.226zm.09-.566c-.135-.136.182-.34.295-.136.114.181-.113.34-.294.136zm.25.838c-.068-.566.567-1.156 1.11-1.156.544-.022.68.023 1.043.272l.43.499-.044.068s-.93-.567-1.542-.317c-.612.249-.612.589-.498.906.113.318.68.726.68.726l-.136.068s-.975-.476-1.043-1.066zm-.25 1.768l.137.204-.068.453-.159.16.09-.817zm-.43-.521l.272.385-.136 1.156-.204-.068.068-1.473zm-1.314 1.36l1.36.43-.091.136-1.133-.385-.136-.181zm.385.59l-.136-.16.86.25-.09.136-.634-.227zm.045.679l-.158-.159.702-.158-.068.181-.476.136zm-.068 4.918s-.045-.045-.068-.158c-.022-.114.046-.386.068-.454.023-.045.43-.249.521-.272.091-.022.182-.045.227.023a.79.79 0 01.114.272c.022.113-.318.25-.5.317-.18.09-.362.272-.362.272zm.453 1.405c-.158-.204-.317-.702-.158-1.11.023-.068.113.204.136.295a.704.704 0 00.045.158l1.564-.567s0-.566.045-.68c.023-.113.091-.113.091-.067 0 .045.045.634.09.816.046.18.34.543.386.657.045.09.113.204.068.204a4.2 4.2 0 01-.363-.09l-1.27.52s.114.182.069.204c-.045.023-.544-.158-.703-.34zm.567-1.54c.023 0 0 .316.317.18.318-.135.295-.34.34-.362.068 0 .16.43-.226.544-.386.113-.522-.046-.522-.159-.022-.09.069-.204.091-.204zm0-.93c.046-.023.136.159.181.272.091.136.25.453.272.544.046.09-.249.25-.294.136-.068-.113-.09-.227-.136-.408-.023-.181-.09-.499-.023-.544zm.43 3.422c-.43.114-.543-.113-.611-.226-.068-.114.068-.204.227-.295.158-.09 1.36-.544 1.45-.567.09-.022.385-.068.453-.113s-.045-.34-.09-.453c-.046-.09-.227-.363-.227-.363s-.159.046-.227-.068c-.068-.113.091-.159.091-.159s-.045-.135-.045-.226v-.476c0-.159-.091-.227-.159-.227s-.567.114-.657.136c-.09 0-.182.023-.204-.045-.023-.068-.09-.136-.09-.204 0-.045 0-.136.022-.159.068-.045.34-.113.522-.226.203-.046.385-.091.702.158.317.25.181 1.247.181 1.292 0 .068.25.204.363.34.114.136.204.521.182.884-.023.363-1.452.884-1.882.997zm6.936-5.416c-.272 0-.227.226-.227.226h-.09s-.182-.68.408-.612c.59.114.045.77.045.77s.136-.385-.136-.385zm-1.065 3.603c-.023 0-.023.023-.045.068-.023.046-.046.046-.068.114-.023.067-.182 0-.272 0-.068 0-.114.022-.114.022s0-.023.023-.068c.023-.045.204-.045.272-.045.068 0 .023-.068-.045-.09h-.204c-.068.022-.09.09-.181.113-.09.022-.227 0-.273.022-.045.023-.135.114-.135.136 0 .023-.023.09-.091.09s-.068-.044-.045-.113c.023-.068.113-.18.113-.226 0-.046-.09-.046-.158-.046-.069 0-.137.023-.16.046-.044.023-.09.023-.112-.023-.023-.045.045-.068.113-.113.09-.046.408 0 .476-.023.068 0 .068-.045.068-.045s-.09-.046-.114-.114c-.022-.068 0-.113.069-.136 0 0 .045.023.113.046.023.045.09.022.09-.023.023-.045.023-.045.09 0 .091.068.024.227.091.25.069.045.34.022.386 0 .045-.046.113-.091.068-.114a1.336 1.336 0 00-.318-.045c-.067-.023-.113-.09 0-.09.114 0 .454 0 .477.113.023.113-.046.136-.114.136-.068.022-.045.09 0 .09s.114-.045.159-.045c.023-.023.068-.023.068.022-.023.046-.023.136-.023.204 0 .069-.159.069-.159 0 0-.09.069-.113.069-.113h-.114zm-.204-2.878c-.09-.068-.227 0-.272 0-.045 0-.068-.023-.068-.023 0-.045.045-.25.181-.294.137-.046.454-.069.522.158.09.227 0 .43-.046.476-.045.045-.203.09-.272.09-.068 0 .068-.34-.045-.407zm-.023 2.085c-.023.045-.204.25-.272.227a.454.454 0 01-.181-.091c-.045-.045-.09-.113-.09-.159v-.294s.022-.068.09-.091h.34c.068 0 .113 0 .113.045v.227c0 .068.023.113 0 .136zm-.498-1.723v.114h-.136v-.114h-.114v.114h-.09v-.182h.566v.16h-.09v-.092h-.136zm0-1.563v.158h-.136v-.136h-.114v.136h-.113v-.227h.59v.227h-.114v-.159h-.113zm-.091.249c.068.023.227.25.227.498.023.25-.114.431-.227.431s-.204-.25-.227-.453c0-.182.159-.476.227-.476zm.25 1.065c.113 0 .09.068 0 .068h-.454c-.068 0-.068-.023-.068-.068 0-.023.045-.045.068 0 .023.023.34 0 .453 0zm.067-1.496h-.59c-.067 0-.045-.068.024-.068h.566c.068 0 .046.068 0 .068zm-.544 1.36c-.045.045-.204-.136-.317-.09a.357.357 0 00-.158.294c0 .09-.023.181.045.204.068.023-.023.045-.068.023-.046-.023-.25-.25-.227-.703.023-.272.113-.272.181-.272.137-.045.272-.045.386.114.113.158.204.385.158.43zm-.68.612H68.7c.023 0 .045.068.023.09v.862h-.295c-.068 0-.068 0-.068.068s-.023.567-.023.612c0 .023-.023.023-.068.068-.045.045-.68.498-.725.544-.046.022-.068-.09-.068-.136v-2.017c0-.046.023-.091.113-.091zm1.7 1.745v-.68c0-.068-.022-.113-.09-.113s-.317-.023-.317-.023.045-.816.045-.861c0-.045-.023-.045-.023-.045h1.383c.113 0 .226 0 .226.09 0 .068-.136.952-.226 1.179-.09.227-.408.884-.499.884-.09.022-.499-.386-.499-.43zm.77-2.334v.158h-.18v-.158h-.114v.158h-.113v-.226l.612-.023v.25h-.114v-.16h-.09zm.16-.227h-.522c-.068 0-.068-.136 0-.136 0 0 .408 0 .522-.023.113 0 .09.16 0 .16zm-.114-.906c-.068.113-.158.294-.158.385 0 .09-.023.272-.023.272h-.09s-.114-.476-.182-.612c-.069-.136-.159-.272-.09-.476.067-.204.248-.499.248-.499s.386.272.409.43a.904.904 0 01-.114.5zm-.408.634l-.158.023s.023-.272-.182-.272c-.203.022-.068.272-.158.272s-.227-.114-.272-.272c-.045-.159.09-.408.385-.43.294-.024.385.68.385.68zm-.226-1.224c0 .023-.182.408-.227.43-.045.023 0-.271-.136-.316-.136-.046-.25.068-.25.068h-.203c.022-.091.158-.748.566-.794.408-.022.25.59.25.612zm-.862-.045c0 .068-.022.227-.022.227h-.182s0-.182-.045-.295c-.045-.113-.25-.59-.204-.793.046-.227.34-.522.385-.499.069 0 .318.295.295.567 0 .249-.227.725-.227.793zm-.34.227h-.181s-.023-.068-.068-.114c-.068-.045-.181 0-.25.068-.068.046.023.454-.113.386-.136-.069-.159-.34-.204-.544-.022-.204.114-.499.25-.544.544-.204.589.748.566.748zm.204 4.986s.227-.227.408-.272c.182-.046.363.181.227.317a160.86 160.86 0 00-1.723 1.655s0-.114.408-.658l-1.178-.068.136-.181h1.178l.068-.113-1.11-.046.136-.18h1.11l.069-.114-1.066-.023.182-.272 1.155-.045zm.25 1.36c-.046-.046.18-.272.18-.272s.794 1.088.817 1.133c.023.045-.136.113-.204.09-.068-.022-.748-.906-.793-.951zm-.046.793c-.136-.068-.385-.113-.43-.204-.045-.09.136-.204.227-.204 0 0 .272.159.317.272.068.09.045.204-.114.136zm-2.674-1.224c.023-.045.227-.499.408-.77.181-.295.25-.386.453-.34.159.022.204.113.113.294-.09.181-.77.793-.86.839-.091.045-.137.022-.114-.023zm-.25-1.27c-.068-.113-.521-1.223-.543-1.291 0-.068 0-.317-.046-.317-.045-.023-.226-.272-.317-.386-.09-.136-.068-.249-.045-.294 0 0 0-.023.022-.046.023-.022 1.791-.022 1.791-.022s.159-.091.272-.068c.113 0 .068.113.09.158.023.046.023.272.068.204.046-.068.204-.068.204.046 0 .113-.566 1.54-.566 1.586 0 .046-.09.227-.09.272 0 .046-.409.25-.59.34-.181.09-.181-.068-.25-.181zm1.496 1.542l-.226.181s-.068-.022-.181-.045c-.114-.045-.318-.09-.363-.159 0 0 .272 0 .408.023h.362zm.091-4.216h-2.788s.023-1.631.658-2.266c.634-.635 1.02-1.02 2.13-1.11v3.376zm-2.516 4.579c.137.136-.045.226-.158.136-.091-.091.09-.204.158-.136zm.612 2.742c-.453 0-.906-.068-.906-.068s-.114-.544-.182-.77c-.068-.227.068-.34.204-.295.136.045.295.204.272.295-.023.09-.181.408-.181.408s0 .068.068.113c.068.023.181.068.181.068s.34-.43.748-.226c.408.203.25.475-.204.475zm5.077-1.156c-.136 0-1.224-.023-1.723-.113-.499-.09-1.133-.295-1.133-.295l-1.156.567.159.068s.906-.43.974-.476c.068-.046.25 0 .182.068s-.93.476-.93.476l.34.114s.748-.364.862-.431c.113-.068.317.023.18.09-.135.09-.86.43-.86.43l.25.091s.86-.453.974-.498c.113-.068.272 0 .158.068-.113.045-.929.498-.929.498l.34.09s.884-.452 1.043-.543c.136-.09.226.045.136.113s-.93.521-.93.521.272.09.454.09c.181 0 .045.137-.023.16-.068.022-.93 0-1.7-.273-.77-.271-2.198-.793-2.765-1.495-.567-.703-.521-.635-.544-.794-.023-.09.182-.068.227 0a.405.405 0 00.136.114s.159-.114.204-.159c.045-.045.136.09.09.136-.045.045-.18.159-.18.159l.158.113s.43-.25.498-.25a.476.476 0 00.25-.09l.34-.181-.159-.159-.272.159s.023.158-.068.158c-.09.023-.068-.136-.113-.181-.046-.045-.272 0-.272-.068s.136-.159.204-.136c.068.023.181.09.181.09l.204-.135s-.181-.363-.068-.454c.113-.09.136-.112.182-.044.045.068 1.178 1.156 2.04 1.518.86.386 1.382.522 1.744.567.363.045 1.315.113 1.519.045.181-.045-.068.25-.204.272zm.295-1.224l-1.043-1.178-.09.09.929 1.202s-.068.113-.136.09c-.068-.045-.975-1.269-.975-1.269l-.136.113.861 1.156-.181.068-.975-1.246s.272-.182.975-.862c.703-.68 1.065-1.586 1.088-3.331.023-1.745-1.133-2.788-1.723-3.264-.59-.476-1.836-.793-3.423-.136-1.586.657-1.971 2.448-1.994 3.422 0 .114.09.612 0 .635-.09.023-.635.181-.703.181-.068 0-.068-.113-.113-.09-.045.022-.272.045-.34.068-.068.022-.045.136-.045.136s-.068.068-.295.09c-.204.023-.181-.045-.181-.136 0 0-.114-.838.045-1.36.09-.52.272-1.337.793-2.493.363-.816 1.337-1.745 1.337-1.745s.159.181.34 0c.43-.385 1.745-.861 2.856-.838 1.496 0 2.47.748 2.539.748a.19.19 0 00.158-.091s1.292.702 1.836 2.062c1.406 3.559.34 5.372-.022 6.278-.362.93-1.382 1.7-1.382 1.7z" fill="#fff"/>
15
+ <path d="M78.897 17.325l-.317-.386-.227.272.363.431.181-.317zm-2.469-1.133c-.114-.227-.522-.43-.612-.454-.635-.135-.68.205-.68.34 0 .137.272.794.816.84.544.022.567-.182.59-.273.022-.09-.001-.226-.114-.453zm-.477.59c-.113-.024-.18-.137-.203-.296a2.166 2.166 0 01-.068-.476c0-.09.022-.18.113-.158.136.022.227.181.25.272.022.09.045.43.068.544.022.113-.046.136-.16.113zm-4.783-.41a16.228 16.228 0 01-.634-.521c-.045-.046 0-.182 0-.182l-.045-.023-.544.635.182.204.022-.023s-.022-.158 0-.204c0-.045.272-.226.272-.226l.227.226s-.045.091-.113.16c-.046.067-.182-.024-.182-.024l-.045.046.272.226.023-.045s-.045-.068 0-.113c.023-.046.158-.136.158-.136l.295.204-.045.068c-.045.068-.227.204-.295.249-.068.045-.136-.023-.136-.023l-.045.046.226.181.635-.68-.045-.023c-.001 0-.114.046-.183-.022zm-3.059-8.113s.068-.113.113-.204c.046-.09.046-.181.046-.476.022-.295-.25-.43-.386-.43s-.34.09-.362.249c0 .09-.068.498-.046.657.023.159.227.317.295.295.09 0 .204-.023.204-.023l.023.045c.023.046.181.182.294.182.09 0 .227-.046.227-.046s-.113-.022-.204-.068a.88.88 0 01-.204-.181zm-.181-.204c-.114.045 0 .181 0 .181s-.272.136-.295-.158c-.023-.295.023-.454.023-.567.023-.113.136-.204.25-.159.135 0 .203.182.203.363s-.068.408-.068.408-.045-.09-.113-.068zm1.655-.249l.045-.068s-.09-.023-.159-.068c-.067-.068-.226-.113-.226-.113l-.023.045s.068.068.09.068c.023 0 .046.068.023.113 0 .046-.226.454-.226.499 0 .023-.068.09-.181.136-.091.045-.295-.09-.295-.181s.181-.59.204-.658c.022-.068.068-.045.068-.045l.045-.09-.317-.114-.023.068s.113.045.09.09c-.023.046-.09.363-.158.613-.068.249.09.362.204.43.113.068.34.023.385-.045.045-.068.294-.612.317-.68.023-.045.137 0 .137 0zm-2.448.168c0 .074.197.074.197-.05-.024-.098-.222-.122-.197.05zm-.861.419c-.023-.045-.295-.702-.34-.77-.023-.068.045-.114.045-.114l-.023-.068-.249.114v.09s.09 0 .113.023c.023.023.295.725.317.748.023.045-.045.113-.045.113l.023.068.272-.136v-.045s-.09.023-.113-.023zm-1.202-.588c-.136.09-.363.453-.114.748.25.294.522.408.726.272.204-.114.294-.522.045-.862-.25-.294-.544-.249-.657-.158zm.544.906c-.09.046-.295.046-.476-.204-.204-.249-.068-.476.022-.544.114-.09.272 0 .431.272.159.25.114.408.023.476zm1.587-1.269l-.045-.272s-.385.045-.522.09c-.158.069-.543.16-.543.16l.113.294.068-.023s0-.181.045-.204c.046-.022.227-.068.227-.045.023.023.136.635.158.703.023.067.023.113-.022.135l-.09.046.022.068s.159-.023.204-.046c.068-.022.204-.022.204-.022v-.068s-.09 0-.114-.068a10.534 10.534 0 01-.136-.748c0-.045.046-.068.114-.09.068 0 .158-.046.204-.023a.769.769 0 01.068.136l.045-.023zm2.402 1.292c-.023 0 .023-.068.023-.114 0-.045.294-.589.294-.634.023-.046.069-.046.114-.046a.1.1 0 01.068.023l.023-.068-.386-.159-.022.046s.045.045.068.045c.022.023 0 .068 0 .113 0 .046-.295.612-.318.68-.022.068-.045.046-.09.046s-.09-.046-.09-.046l-.046.046s.159.068.204.113c.045.045.159.09.159.09l.045-.067s-.023-.068-.046-.068zm1.723 6.8a2.117 2.117 0 01-.34.159c-.068 0-.272-.068-.159-.181.114-.114.227-.182.317-.136.091.045.159.068.159.068l.045-.069-.408-.271-.045.045.045.09s-.203.091-.226.16c-.023.067-.114.249.068.362a.476.476 0 00.498-.023c.113-.045.295-.113.34-.022.069.09 0 .203-.068.271a.316.316 0 01-.203.091c-.046 0-.16-.023-.16-.023l-.067.046.363.272.045-.046-.068-.113s.34-.204.34-.295c0-.068-.023-.271-.114-.34-.113-.068-.249-.113-.362-.045zm-.068-4.057l.317-.068.023-.068s-.272 0-.295-.045c-.023-.046-.023-.114-.045-.159 0-.045 0-.09.045-.09.046 0 .68-.25.749-.273.068-.022.068.023.068.023h.09l-.113-.34-.068.023s.045.136-.023.158c-.069.023-.612.204-.726.25-.113.045-.158-.114-.158-.114l-.068.046s.09.249.113.34c.023.068.091.317.091.317zm.929 3.648s-.023.068-.09.068h-.114l-.634-.295 1.042-.34.113-.204-.045-.023s-.023.114-.09.114c-.069 0-.817-.182-.884-.204-.045 0-.068-.114-.068-.114l-.068-.045-.069.09-.09.205.068.022s.045-.113.09-.068c.069.046.612.182.612.182l-.906.317-.045.023s.883.408.93.453c.044.045.067.181.067.181l.046.023.18-.385h-.045z" fill="#fff"/>
16
+ <path d="M69.856 8.42c-.073.073.025.246.149.122.148-.098-.05-.222-.148-.123z" fill="#fff"/>
17
+ <path d="M70.625 9.708c.045-.045.59-.544.612-.566.022 0 .09.068.09.068l.045-.046-.159-.249-.906.227.25-.839-.272-.272-.045.068s.068.068.068.114c.022.022 0 .09-.023.136-.023.045-.317.544-.363.589-.045.045-.068.045-.114.022-.045-.022-.068-.022-.068-.022l-.022.045.226.227.046-.046s0-.045.022-.113c.023-.068.34-.612.34-.657.023-.045.068-.045.068-.045l-.317 1.065.997-.272s-.498.408-.543.43c-.046.046-.09.046-.114.023a.36.36 0 01-.045-.068l-.045.045.181.295.068-.068s-.023-.068.023-.09zm.475.838c.024-.045.771-.77.771-.77l-.023-.046s-.974.16-1.02.182c-.045 0-.136-.046-.136-.046l-.09.091.181.25.045-.023s-.023-.068-.045-.114c-.023-.045 0-.045.045-.068.069-.022.09-.022.114-.022.023 0 .045.045.045.045s.09.204.09.227v.09s-.045.068-.09.068c-.045.023-.068-.113-.068-.113l-.045.023.159.385.068-.045s-.023-.068 0-.114zm.545-.657l-.385.363-.114-.25.499-.113zm-1.768 4.263c.023-.09.182-.159.227-.295.045-.136.023-.294.113-.43.068-.136.159-.272.159-.34 0-.09-.046-.023-.09.068-.046.09-.137.181-.182.294-.045.091-.068.295-.09.363-.023.068-.114.113-.114.113s.045-.34.045-.408c0-.068.023-.136.137-.226.09-.09.158-.136.113-.181-.046-.069-.046-.114-.046-.114l-.113-.113-.068.113h-.453c-.023.09.045.136.113.181.068.046-.022.091-.113.023-.068-.045-.09-.068-.204-.068-.113.023-.136.068-.068.09.068.023.136 0 .159.069.022.068-.204.045-.272.045-.069 0-.136.023-.09.068.067.068.022.045.135.045h.204s.182.023.182.091v.68c0 .113.113.227.113.227s-.023-.136.068-.182c.09-.068.135-.022.135-.113zm-1.904-.204c0 .045-.068.068-.113.068s0 .09.045.181c.045.113 0 .204 0 .25 0 .045.204-.069.227-.091a.488.488 0 00.045-.272c-.023-.068.045-.295.068-.34.045-.068.159-.068.181-.136v-.295c0-.045.136-.113.069-.159-.069-.045-.16.068-.16.114v.272c0 .068-.135.113-.18.113-.046 0 .022-.09.045-.136.023-.045.045-.068.045-.136s.023-.159.023-.227-.09-.045-.159-.045c-.068 0-.158 0-.25.045-.09.046-.044.408-.022.522.023.113.136.226.136.272zm-3.943.974s-.998.34-1.157.408c-.158.068-.34.136-.34.136s.114.068.181.068c.069 0 1.36-.43 1.36-.43l-.045-.182zm.113.385s-.544.181-.68.249c-.204.09-.635.295-.635.295.045.045.113.068.204.045.068-.023 1.178-.476 1.178-.476l-.067-.113zm-23.706 3.581H29.422v-.181l1.586-.884V7.012l-1.586-.907v-.181h10.653L40.3 9.3l-.204.068s-1.7-1.768-2.108-2.13c-.385-.363-.68-.454-.93-.545-.52-.136-1.087-.136-1.087-.136l-1.95-.068v5.485s2.04-.022 2.267-.068c.317-.045.43-.045.861-.544.34-.408.907-1.133.907-1.133h.227v4.329h-.227s-1.065-1.564-1.156-1.61c-.09-.044-.25-.294-.816-.294-.567 0-2.062-.045-2.062-.045v5.598s1.155.023 2.107-.068c.93-.09 1.45-.09 2.063-.612.612-.521 2.221-2.402 2.221-2.402l.25.113-.227 3.649zm98.59-3.649l-.249-.091s-1.61 1.881-2.222 2.402c-.611.522-1.133.544-2.063.612-.929.091-2.107.068-2.107.068v-5.598s1.496.046 2.062.046c.567 0 .748.249.817.294.09.045 1.156 1.61 1.156 1.61h.227v-4.307h-.227s-.544.725-.907 1.133c-.43.499-.544.499-.861.544-.227.023-2.267.068-2.267.068V6.535l1.95.068s.566 0 1.088.136c.249.091.544.182.929.544.386.363 2.108 2.13 2.108 2.13l.204-.067-.226-3.377h-10.653v.181l1.587.907v10.81l-1.587.885v.18h11.015l.226-3.693zm-20.081-.453l3.967-8.862h4.306v.181l-1.564.907v10.765l1.564.907v.181h-6.142v-.158l1.586-.907V8.598l-4.646 10.109h-.567l-4.963-10.335v9.405l1.586.907v.181h-4.147v-.158l1.609-.907V6.99l-1.609-.908v-.158h4.691l4.329 8.862zm28.83-8.68l.25 3.195-.204.046s-2.221-2.403-2.47-2.607c-.113-.09-1.178-.838-2.289-.068 0 0-1.089.748-.386 2.108.703 1.383 2.765 2.334 3.31 2.652.521.317 3.173 1.609 2.833 4.238-.317 2.47-2.516 3.173-3.445 3.354-1.949.363-4.986-.453-4.986-.453l-.227-3.354.249-.023s2.222 2.652 3.083 2.97c.862.316 2.063.452 2.788-.477.725-.906.113-2.198-.589-2.697-.998-.68-2.449-1.45-3.468-2.13-1.134-.748-1.859-1.859-2.017-3.105-.204-1.746.816-3.173 2.153-3.695 1.223-.498 2.221-.385 3.128-.317.905.045 2.287.363 2.287.363zM10.151 26.1c-.413-2.02-1.606-2.751-2.798-2.751h-.048v5.486c0 4.834.032 5.04.286 5.31.207.208.51.303 1.066.319v.334H2.853v-.334c.556-.016.859-.111 1.065-.319.255-.27.286-.476.286-5.31V23.35h-.047c-1.193 0-2.385.732-2.799 2.752h-.334v-3.308h9.461v3.308h-.334zm7.234 8.697v-.333c.509-.016.684-.128.827-.27.286-.287.317-.557.317-5.12h-3.323c0 4.563.032 4.833.318 5.12.143.143.318.254.827.27v.334h-5.39v-.334c.509-.016.684-.128.827-.27.286-.287.318-.573.318-5.407s-.032-5.104-.318-5.39c-.143-.143-.319-.254-.827-.27v-.334h5.39v.334c-.509.016-.683.128-.826.27-.27.27-.319.525-.319 4.898h3.324c0-4.373-.048-4.627-.318-4.898-.143-.143-.318-.254-.827-.27v-.334h5.39v.334c-.509.016-.683.128-.826.27-.287.287-.319.557-.319 5.39 0 4.834.033 5.12.319 5.407.142.143.317.254.826.27v.334h-5.39zm14.755 0h-8.73v-.333c.51-.016.684-.128.827-.27.286-.287.318-.573.318-5.407s-.032-5.104-.318-5.39c-.143-.143-.318-.254-.827-.27v-.334h8.57l.048 3.308h-.334c-.35-1.622-1.065-2.672-2.735-2.672h-1.303v4.866h.62c1.399 0 2.082-.35 2.273-1.686h.334v4.278h-.334c-.19-1.32-.874-1.813-2.273-1.813h-.62s.015 2.576.015 3.02c0 1.432.255 2.052 1.67 2.052 1.51 0 2.273-1.002 2.655-2.75h.334l-.19 3.401zm7.52.159c-1.177 0-2.21-.413-2.672-.413-.239 0-.445.08-.7.254h-.286v-3.403h.334c.238 1.845 1.32 2.926 3.117 2.926 1.494 0 1.971-.938 1.971-1.765 0-2.782-5.486-2.528-5.486-6.265 0-1.86 1.098-3.657 3.816-3.657 1.002 0 2.004.365 2.417.365.287 0 .445-.047.605-.206h.27V26.1h-.334c-.334-1.289-1.13-2.83-2.974-2.83-1.208 0-1.749.683-1.749 1.43 0 2.465 5.836 2.306 5.836 6.503 0 2.163-1.733 3.753-4.166 3.753zm14.23-10.032v5.104c0 2.91-1.05 4.93-4.342 4.93-3.116 0-4.42-1.782-4.42-3.737v-4.31c0-2.432-.111-3.307-.318-3.513-.143-.144-.318-.255-.827-.27v-.334h5.39v.334c-.508.015-.683.127-.826.27-.223.222-.318 1.065-.318 3.625v4.69c0 1.543.81 2.274 2.178 2.274 1.686 0 2.576-1.272 2.576-3.88v-5.183c0-1.272-.127-1.638-1.256-1.797v-.334h3.419v.334c-1.13.16-1.257.525-1.257 1.797zm11.541-.001v9.875h-1.67l-6.184-8.54v6.409c0 1.271.127 1.638 1.256 1.797v.334h-3.419v-.334c1.129-.16 1.256-.525 1.256-1.797v-3.88c0-4.834-.032-5.104-.318-5.39-.143-.143-.318-.255-.827-.27v-.334h3.943l5.057 7.091v-4.96c0-1.272-.127-1.639-1.256-1.797v-.334h3.419v.334c-1.13.159-1.257.525-1.257 1.796zm7.504 9.874h-5.613v-.333c.51-.016.684-.128.827-.27.286-.287.318-.573.318-5.407s-.032-5.104-.318-5.39c-.143-.143-.318-.254-.827-.27v-.334h5.343c3.736 0 5.788 2.21 5.788 6.01 0 3.387-1.209 5.994-5.518 5.994zm-.668-11.368h-.7v8.808c0 1.193.207 1.908 1.575 1.908 1.574 0 2.083-2.019 2.083-5.39 0-2.957-.716-5.326-2.957-5.326zm11.178 11.369v-.334c.97-.096 1.463-.318 1.463-.874 0-.207-.16-.811-.796-2.656h-3.084c-.477 1.479-.7 2.337-.7 2.512 0 .637.397 1.003 1.113 1.003v.349h-3.864v-.334c1.193-.239 1.415-.446 2.051-2.338l3.1-9.333h2.084l3.434 9.97c.398 1.145.636 1.621 1.479 1.701v.334h-6.28zm-.923-8.523l-1.24 3.88h2.576l-1.336-3.88zm14.358-1.192l-2.068 4.357c0 4.213.048 4.483.319 4.754.143.143.365.255 1.033.27v.334H90.36v-.334c.684-.015.891-.127 1.034-.27.27-.27.318-.54.318-4.754l-2.162-4.167c-1.034-2.003-1.113-2.05-2.035-2.146v-.334h5.676v.334c-.716.032-1.002.207-1.002.637 0 .19.08.413.572 1.399l1.607 3.227 1.351-2.846c.43-.906.668-1.447.668-1.765 0-.334-.207-.62-.891-.651v-.335h3.276v.335c-.954.126-1.097.3-1.892 1.955zm13.435 1.017c-.414-2.02-1.606-2.751-2.799-2.751h-.048v5.486c0 4.834.033 5.04.287 5.31.206.208.508.303 1.065.319v.334h-5.804v-.334c.557-.016.859-.111 1.066-.319.254-.27.286-.476.286-5.31V23.35h-.048c-1.192 0-2.385.732-2.798 2.752h-.334v-3.308h9.461v3.308h-.334zm.809 8.697v-.333c.509-.016.684-.128.827-.27.286-.287.318-.573.318-5.407s-.033-5.104-.318-5.39c-.144-.143-.318-.254-.827-.27v-.334h5.39v.334c-.509.016-.684.128-.827.27-.286.287-.317.557-.317 5.39 0 4.834.032 5.12.317 5.407.144.143.318.254.827.27v.334h-5.39zm14.182 0v-.333c.509-.016.684-.128.827-.27.286-.287.318-.573.318-5.407V25.56l-3.149 9.254h-.986l-3.244-9.254v7.107c0 1.272.128 1.638 1.257 1.797v.334h-3.181v-.334c1.002-.143 1.145-.525 1.145-1.797v-3.88c0-4.833-.032-5.104-.317-5.39-.144-.143-.318-.254-.827-.27v-.334h4.468l2.449 7.298 2.528-7.298h4.102v.334c-.508.016-.684.128-.826.27-.286.287-.318.557-.318 5.39 0 4.834.032 5.12.318 5.407.143.143.318.254.826.27v.334h-5.39zm14.756 0h-8.73v-.333c.509-.016.684-.128.827-.27.286-.287.318-.573.318-5.407s-.033-5.104-.318-5.39c-.144-.143-.318-.254-.827-.27v-.334h8.57l.048 3.308h-.335c-.349-1.622-1.065-2.672-2.734-2.672h-1.304v4.866h.62c1.4 0 2.083-.35 2.274-1.686h.334v4.278h-.334c-.191-1.32-.874-1.813-2.274-1.813h-.62s.016 2.576.016 3.02c0 1.432.254 2.052 1.669 2.052 1.511 0 2.274-1.002 2.655-2.75h.335l-.19 3.401zm4.545.159c-1.176 0-2.21-.413-2.671-.413-.238 0-.445.08-.7.254h-.286l.191-3.403h.334c.127 1.813 1.129 2.926 2.926 2.926 1.495 0 1.971-.938 1.971-1.765 0-2.782-5.485-2.528-5.485-6.265 0-1.86 1.097-3.657 3.816-3.657 1.002 0 2.004.365 2.417.365.286 0 .445-.047.604-.206h.27V26.1h-.334c-.334-1.289-1.129-2.83-2.973-2.83-1.209 0-1.75.683-1.75 1.43 0 2.465 5.836 2.306 5.836 6.503 0 2.163-1.733 3.753-4.166 3.753z" fill="#fff"/>
18
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="150" height="41" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#Brand=Virgin_Radio,_Logo_Type=Horizontal__clip0)">
3
+ <path d="M8.771 25.288l4.72-10.577h-3.084l-3.052 6.89-2.989-6.89H1l4.704 10.577H8.77zm8.715 0V14.711h-3.114v10.577h3.114zm5.333 0v-2.81h1.7l1.997 2.81h3.335l-2.375-3.324c.692-.322 1.224-.768 1.597-1.337.372-.57.558-1.236.558-2.002 0-.796-.2-1.488-.598-2.078-.398-.589-.965-1.042-1.699-1.36-.734-.317-1.6-.476-2.596-.476h-5.034v10.577h3.115zm1.73-5.122h-1.73V17.07h1.73c.64 0 1.123.136 1.448.408.325.272.488.654.488 1.148 0 .494-.163.874-.488 1.14-.325.268-.808.401-1.447.401zM36.853 25.5c.818 0 1.636-.116 2.454-.348a7.307 7.307 0 002.17-.997v-4.382h-2.752v2.901a4.117 4.117 0 01-1.684.348c-.608 0-1.148-.128-1.62-.385a2.765 2.765 0 01-1.101-1.073A3.093 3.093 0 0133.926 20c0-.917.288-1.65.865-2.198.577-.55 1.337-.824 2.28-.824 1.04 0 1.93.393 2.675 1.179l1.982-1.723A5.33 5.33 0 0039.683 15c-.818-.333-1.74-.499-2.769-.499-1.174 0-2.228.234-3.162.703-.933.468-1.662 1.12-2.186 1.956-.524.836-.787 1.783-.787 2.841 0 1.058.262 2.005.787 2.84.524.837 1.248 1.489 2.17 1.957.924.469 1.962.703 3.116.703zm9.722-.212V14.711H43.46v10.577h3.115zm5.27 0v-5.636l4.86 5.636h2.565V14.711h-3.052v5.636l-4.861-5.636h-2.564v10.577h3.051zm17.32 0v-2.81h1.699l1.998 2.81h3.335l-2.376-3.324c.692-.322 1.225-.768 1.597-1.337.372-.57.558-1.236.558-2.002 0-.796-.199-1.488-.597-2.078-.399-.589-.965-1.042-1.7-1.36-.734-.317-1.599-.476-2.595-.476H66.05v10.577h3.115zm1.73-5.122h-1.73V17.07h1.73c.64 0 1.122.136 1.447.408.326.272.488.654.488 1.148 0 .494-.162.874-.488 1.14-.325.268-.807.401-1.447.401zm8.652 5.122l.866-2.055h4.656l.865 2.055h3.24l-4.876-10.577H81.23l-4.861 10.577h3.177zm4.61-4.26h-2.832l1.416-3.385 1.416 3.384zm11.106 4.26c1.206 0 2.276-.216 3.21-.65.933-.432 1.656-1.047 2.17-1.843s.771-1.727.771-2.795c0-1.068-.257-2-.771-2.795-.514-.796-1.237-1.41-2.17-1.844-.934-.433-2.004-.65-3.21-.65h-5.207v10.577h5.207zm-.126-2.387H93.17V17.1h1.966c.944 0 1.702.257 2.273.77.572.514.858 1.224.858 2.131 0 .907-.286 1.617-.858 2.13-.571.514-1.33.771-2.273.771zm11.028 2.387V14.711h-3.115v10.577h3.115zm7.771.212c1.164 0 2.21-.237 3.138-.71.928-.474 1.657-1.128 2.187-1.964.53-.837.794-1.778.794-2.826s-.264-1.99-.794-2.826c-.53-.836-1.259-1.49-2.187-1.964-.928-.473-1.974-.71-3.138-.71s-2.21.237-3.138.71c-.929.474-1.657 1.128-2.187 1.964-.53.837-.795 1.778-.795 2.826s.265 1.99.795 2.826c.53.836 1.258 1.49 2.187 1.964.928.473 1.974.71 3.138.71zm0-2.478a3.042 3.042 0 01-1.51-.378 2.77 2.77 0 01-1.07-1.065c-.262-.458-.393-.985-.393-1.579s.131-1.12.393-1.579a2.77 2.77 0 011.07-1.065 3.042 3.042 0 011.51-.378c.556 0 1.059.126 1.51.378a2.77 2.77 0 011.07 1.065c.262.458.393.985.393 1.579s-.131 1.12-.393 1.579a2.77 2.77 0 01-1.07 1.065 3.042 3.042 0 01-1.51.378zm17.32 2.418c1.521 0 2.703-.41 3.548-1.232.844-.82 1.266-1.997 1.266-3.528v-5.97h-2.014v5.893c0 2.076-.928 3.113-2.784 3.113-1.867 0-2.8-1.037-2.8-3.113V14.71h-2.045v5.969c0 1.531.424 2.707 1.274 3.528.849.821 2.034 1.232 3.555 1.232zm9.722-.152v-2.704l1.746-1.723 3.886 4.427H149l-4.908-5.847 4.625-4.73h-2.297l-5.443 5.425v-5.425h-2.045v10.577h2.045z" fill="#fff"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="Brand=Virgin_Radio,_Logo_Type=Horizontal__clip0">
7
+ <path fill="#fff" transform="translate(1 14.5)" d="M0 0h148v11H0z"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file