@taikai/rocket-kit 3.0.3 → 3.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/atoms/avatar-image/index.d.ts +2 -2
- package/dist/atoms/button/index.d.ts +1 -1
- package/dist/atoms/button-dropdown/index.d.ts +2 -2
- package/dist/atoms/button-link/index.d.ts +1 -1
- package/dist/atoms/checkbox/index.d.ts +1 -1
- package/dist/atoms/checkbox-button/index.d.ts +1 -1
- package/dist/atoms/error-field/index.d.ts +2 -2
- package/dist/atoms/file-picker/index.d.ts +1 -1
- package/dist/atoms/icon/index.d.ts +2 -2
- package/dist/atoms/label/index.d.ts +1 -1
- package/dist/atoms/progress-bar/index.d.ts +2 -1
- package/dist/atoms/select/index.d.ts +1 -1
- package/dist/atoms/select-interactive/components/index.d.ts +4 -3
- package/dist/atoms/select-interactive/index.d.ts +2 -1
- package/dist/atoms/slideshow/index.d.ts +2 -1
- package/dist/atoms/spinner/index.d.ts +2 -2
- package/dist/atoms/tag/index.d.ts +2 -2
- package/dist/atoms/tag-number/index.d.ts +2 -2
- package/dist/atoms/text-area/index.d.ts +1 -1
- package/dist/atoms/text-field/index.d.ts +1 -1
- package/dist/atoms/text-field-appendix/index.d.ts +1 -1
- package/dist/atoms/toggle/index.d.ts +2 -1
- package/dist/atoms/truncate-line/index.d.ts +2 -2
- package/dist/atoms/video-player/index.d.ts +2 -1
- package/dist/index.d.ts +1 -0
- package/dist/ions/icon-empty-data.d.ts +2 -1
- package/dist/ions/icon-login-only.d.ts +2 -1
- package/dist/molecules/actions-menu/index.d.ts +3 -2
- package/dist/molecules/card-value/index.d.ts +1 -1
- package/dist/molecules/checkbox-group/index.d.ts +1 -1
- package/dist/molecules/data-warning/index.d.ts +1 -1
- package/dist/molecules/empty-table/index.d.ts +2 -1
- package/dist/molecules/error/index.d.ts +2 -1
- package/dist/molecules/field-with-button/index.d.ts +3 -1
- package/dist/molecules/form-group/index.d.ts +1 -1
- package/dist/molecules/modal-footer/index.d.ts +1 -1
- package/dist/molecules/note-card/index.d.ts +1 -1
- package/dist/molecules/number-input-spinner/index.d.ts +2 -1
- package/dist/molecules/pagination-control/index.d.ts +1 -1
- package/dist/molecules/radio-group/index.d.ts +1 -1
- package/dist/molecules/table/index.d.ts +1 -1
- package/dist/molecules/table-dnd/index.d.ts +1 -1
- package/dist/molecules/wizard-steps/index.d.ts +2 -2
- package/dist/organisms/grid-container/grid-col.d.ts +1 -1
- package/dist/organisms/grid-container/grid-row.d.ts +2 -1
- package/dist/organisms/grid-container/index.d.ts +1 -1
- package/dist/organisms/horizontal-nav/index.d.ts +2 -1
- package/dist/organisms/loading-state/index.d.ts +2 -1
- package/dist/organisms/modal/index.d.ts +1 -1
- package/dist/organisms/modal-drawer/index.d.ts +1 -1
- package/dist/organisms/tabs-panel/index.d.ts +1 -1
- package/dist/rocket-kit.cjs.development.js +50 -61
- package/dist/rocket-kit.cjs.development.js.map +1 -1
- package/dist/rocket-kit.cjs.production.min.js +11 -11
- package/dist/rocket-kit.cjs.production.min.js.map +1 -1
- package/dist/rocket-kit.esm.js +50 -62
- package/dist/rocket-kit.esm.js.map +1 -1
- package/package.json +21 -14
- package/dist/atoms/avatar-image/stories/avatar-image.stories.d.ts +0 -48
- package/dist/atoms/button/stories/button.stories.d.ts +0 -57
- package/dist/atoms/button-dropdown/stories/button-dropdown.stories.d.ts +0 -56
- package/dist/atoms/button-link/stories/button-link.stories.d.ts +0 -58
- package/dist/atoms/checkbox-button/stories/checkbox-button.stories.d.ts +0 -24
- package/dist/atoms/file-picker/stories/file-picker.stories.d.ts +0 -22
- package/dist/atoms/icon/stories/icon.stories.d.ts +0 -40
- package/dist/atoms/label/stories/label.stories.d.ts +0 -30
- package/dist/atoms/progress-bar/stories/progress-bar.stories.d.ts +0 -15
- package/dist/atoms/select/stories/select.stories.d.ts +0 -31
- package/dist/atoms/select-interactive/stories/select-interactive.stories.d.ts +0 -50
- package/dist/atoms/slideshow/stories/slideshow.stories.d.ts +0 -22
- package/dist/atoms/tag/stories/tag.stories.d.ts +0 -37
- package/dist/atoms/tag-number/stories/tag-number.stories.d.ts +0 -31
- package/dist/atoms/text-area/stories/text-area.stories.d.ts +0 -80
- package/dist/atoms/text-field-appendix/stories/text-field-appendix.stories.d.ts +0 -43
- package/dist/atoms/toggle/stories/toogle.stories.d.ts +0 -18
- package/dist/atoms/truncate-line/stories/truncate-line.stories.d.ts +0 -14
- package/dist/atoms/video-player/stories/video-player.stories.d.ts +0 -24
- package/dist/globalStyles.d.ts +0 -2
- package/dist/molecules/card-value/stories/card-value.stories.d.ts +0 -45
- package/dist/molecules/checkbox-group/stories/checkbox-group.stories.d.ts +0 -33
- package/dist/molecules/data-warning/stories/data-warning.stories.d.ts +0 -22
- package/dist/molecules/empty-table/stories/empty-table.stories.d.ts +0 -17
- package/dist/molecules/error/stories/error.stories.d.ts +0 -22
- package/dist/molecules/field-with-button/stories/field-with-button.stories.d.ts +0 -25
- package/dist/molecules/form-group/stories/form-group.stories.d.ts +0 -29
- package/dist/molecules/modal-footer/stories/modal-footer.stories.d.ts +0 -22
- package/dist/molecules/number-input-spinner/stories/number-input-spinner.stories.d.ts +0 -39
- package/dist/molecules/pagination-control/stories/pagination-control.stories.d.ts +0 -42
- package/dist/molecules/radio-group/stories/radio-group.stories.d.ts +0 -34
- package/dist/molecules/table/stories/table.stories.d.ts +0 -46
- package/dist/molecules/table-dnd/stories/table-dnd.stories.d.ts +0 -23
- package/dist/molecules/wizard-steps/stories/wizard-steps.stories.d.ts +0 -14
- package/dist/organisms/grid-container/stories/grid-container.stories.d.ts +0 -10
- package/dist/organisms/horizontal-nav/stories/horizontal-nav.stories.d.ts +0 -20
- package/dist/organisms/loading-state/stories/loading-state.stories.d.ts +0 -25
- package/dist/organisms/modal/stories/modal.stories.d.ts +0 -25
- package/dist/organisms/modal-drawer/stories/modal-drawer.stories.d.ts +0 -26
- package/dist/organisms/tabs-panel/stories/tabs-panel.stories.d.ts +0 -20
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rocket-kit.cjs.production.min.js","sources":["../src/ions/variables.ts","../src/atoms/avatar-image/styles.tsx","../src/utils/hooks/use-color.ts","../src/atoms/button/styles.tsx","../src/atoms/button/index.tsx","../src/atoms/button-dropdown/styles.tsx","../src/utils/hooks/use-visible.ts","../src/atoms/button-dropdown/index.tsx","../src/atoms/button-link/styles.tsx","../src/atoms/checkbox/styles.tsx","../src/atoms/checkbox/index.tsx","../src/atoms/checkbox-button/styles.tsx","../src/ions/icons.ts","../src/atoms/text-field/styles.tsx","../src/atoms/text-area/styles.tsx","../src/atoms/select/styles.tsx","../src/atoms/error-field/styles.tsx","../src/atoms/error-field/index.tsx","../src/atoms/icon/index.tsx","../src/atoms/label/styles.tsx","../src/atoms/label/index.tsx","../src/atoms/spinner/styles.tsx","../src/atoms/spinner/index.tsx","../src/atoms/tag/styles.tsx","../src/atoms/tag/index.tsx","../src/atoms/tag-number/styles.tsx","../src/atoms/text-field/index.tsx","../src/atoms/select-interactive/styles.tsx","../src/atoms/select-interactive/components/index.tsx","../src/atoms/text-field-appendix/styles.tsx","../src/atoms/truncate-line/styles.tsx","../src/ions/breakpoints.ts","../src/atoms/slideshow/styles.tsx","../src/atoms/video-player/styles.tsx","../src/atoms/progress-bar/styles.tsx","../src/atoms/toggle/styles.tsx","../src/atoms/file-picker/styles.tsx","../src/molecules/actions-menu/styles.tsx","../src/molecules/actions-menu/index.tsx","../src/molecules/card-value/styles.tsx","../src/molecules/empty-table/styles.tsx","../src/molecules/empty-table/index.tsx","../src/molecules/modal-footer/styles.tsx","../src/molecules/modal-footer/index.tsx","../src/molecules/note-card/styles.tsx","../src/utils/filters/has-value.ts","../src/molecules/table/styles.tsx","../src/molecules/table-dnd/styles.tsx","../src/molecules/form-group/styles.tsx","../src/molecules/number-input-spinner/styles.tsx","../src/molecules/wizard-steps/styles.tsx","../src/molecules/pagination-control/styles.tsx","../src/molecules/error/styles.tsx","../src/molecules/data-warning/styles.tsx","../src/ions/icon-login-only.tsx","../src/ions/icon-empty-data.tsx","../src/molecules/radio-group/styles.tsx","../src/molecules/checkbox-group/styles.tsx","../src/molecules/field-with-button/styles.tsx","../src/organisms/horizontal-nav/styles.tsx","../src/organisms/modal/styles.tsx","../src/organisms/modal-drawer/styles.tsx","../src/organisms/loading-state/styles.tsx","../src/organisms/tabs-panel/styles.tsx","../src/organisms/grid-container/styles.tsx","../src/atoms/avatar-image/index.tsx","../src/atoms/button-link/index.tsx","../src/molecules/card-value/index.tsx","../src/atoms/checkbox-button/index.tsx","../src/molecules/checkbox-group/index.tsx","../src/molecules/data-warning/index.tsx","../src/molecules/error/index.tsx","../src/molecules/field-with-button/index.tsx","../src/atoms/file-picker/index.tsx","../src/molecules/form-group/index.tsx","../src/organisms/grid-container/grid-col.tsx","../src/organisms/grid-container/index.tsx","../src/organisms/grid-container/grid-row.tsx","../src/organisms/horizontal-nav/index.tsx","../src/organisms/loading-state/index.tsx","../src/organisms/modal/index.tsx","../src/organisms/modal-drawer/index.tsx","../src/molecules/note-card/index.tsx","../src/molecules/number-input-spinner/index.tsx","../src/molecules/pagination-control/index.tsx","../src/atoms/progress-bar/index.tsx","../src/molecules/radio-group/index.tsx","../src/atoms/select/index.tsx","../src/atoms/select-interactive/index.tsx","../src/atoms/slideshow/index.tsx","../src/molecules/table/index.tsx","../src/molecules/table-dnd/index.tsx","../src/organisms/tabs-panel/index.tsx","../src/atoms/tag-number/index.tsx","../src/atoms/text-area/index.tsx","../src/atoms/text-field-appendix/index.tsx","../src/atoms/toggle/index.tsx","../src/atoms/truncate-line/index.tsx","../src/atoms/video-player/index.tsx","../src/molecules/wizard-steps/index.tsx"],"sourcesContent":["import { rem, rgba } from 'polished';\n\nexport const colors = {\n black: '#000000',\n white: '#ffffff',\n grey50: '#F1F1F3',\n grey100: '#E3E3E8',\n grey150: '#D5D6DC',\n grey200: '#C7C8D1',\n grey300: '#ABACBA',\n grey400: '#8F91A3',\n grey500: '#73758C',\n grey600: '#5C5E70',\n grey700: '#454654',\n grey800: '#2E2F38',\n grey850: '#23232A',\n grey900: '#17171C',\n grey950: '#0C0C0E',\n blue50: '#ECEDFC',\n blue100: '#D9DCFA',\n blue150: '#C6CAF7',\n blue200: '#B3B9F4',\n blue300: '#8E96EF',\n blue400: '#6873E9',\n blue500: '#4250E4',\n blue600: '#3540B6',\n blue700: '#283089',\n blue800: '#1A205B',\n blue850: '#141844',\n blue900: '#0D102E',\n blue950: '#070817',\n purple50: '#ECEAF6',\n purple100: '#D9D4ED',\n purple150: '#C7BFE4',\n purple200: '#B4A9DB',\n purple300: '#8E7FCA',\n purple400: '#6954B8',\n purple500: '#4329A6',\n purple600: '#362185',\n purple700: '#281964',\n purple800: '#1B1042',\n purple850: '#140C32',\n purple900: '#0D0821',\n purple950: '#070411',\n red50: '#FDEEEE',\n red100: '#FBDDDD',\n red150: '#F9CDCD',\n red200: '#F7BCBC',\n red300: '#F39A9A',\n red400: '#EF7979',\n red500: '#EB5757',\n red600: '#BC4646',\n red700: '#8D3434',\n red800: '#5E2323',\n red850: '#471A1A',\n red900: '#2F1111',\n red950: '#180909',\n oracle50: '#F4F0FD',\n oracle100: '#EAE1FB',\n oracle150: '#DFD2FA',\n oracle200: '#D5C3F8',\n oracle300: '#C0A5F4',\n oracle400: '#AB87F1',\n oracle500: '#9669ED',\n oracle600: '#7854BE',\n oracle700: '#5A3F8E',\n oracle800: '#3C2A5F',\n oracle850: '#2D2047',\n oracle900: '#1E152F',\n oracle950: '#0F0B18',\n green50: '#EBFCF7',\n green100: '#D7F9EF',\n green150: '#C2F6E6',\n green200: '#AEF3DE',\n green300: '#86ECCE',\n green400: '#5DE6BD',\n green500: '#35E0AD',\n green600: '#2AB38A',\n green700: '#208668',\n green800: '#155A45',\n green850: '#104334',\n green900: '#0B2D23',\n green950: '#051611',\n orange50: '#FFF0EA',\n orange100: '#FFE1D5',\n orange150: '#FFD2C0',\n orange200: '#FFC3AB',\n orange300: '#FFA680',\n orange400: '#FF8856',\n orange500: '#FF6A2C',\n orange600: '#CC5523',\n orange700: '#99401A',\n orange800: '#662A12',\n orange850: '#4D200D',\n orange900: '#331509',\n orange950: '#1A0B04',\n yellow50: '#FFFBEC',\n yellow100: '#FFF7DA',\n yellow150: '#FFF3C7',\n yellow200: '#FFEFB5',\n yellow300: '#FFE690',\n yellow400: '#FFDE6B',\n yellow500: '#FFD646',\n yellow600: '#CCAB38',\n yellow700: '#99802A',\n yellow800: '#66561C',\n yellow850: '#4D4015',\n yellow900: '#332B0E',\n yellow950: '#1A1507',\n paleBlue50: '#F3F9FD',\n paleBlue100: '#E7F4FB',\n paleBlue150: '#DBEEF9',\n paleBlue200: '#CFE9F7',\n paleBlue300: '#B7DDF4',\n paleBlue400: '#9FD2F0',\n paleBlue500: '#87C7EC',\n paleBlue600: '#6C9FBD',\n paleBlue700: '#51778E',\n paleBlue800: '#36505E',\n paleBlue850: '#293C47',\n paleBlue900: '#1B282F',\n paleBlue950: '#0E1418',\n paleOrange50: '#FDF4EC',\n paleOrange100: '#FCE9D9',\n paleOrange150: '#FADEC6',\n paleOrange200: '#F8D3B3',\n paleOrange300: '#F5BE8C',\n paleOrange400: '#F1A866',\n paleOrange500: '#EE9240',\n paleOrange600: '#BE7533',\n paleOrange700: '#8F5826',\n paleOrange800: '#5F3A1A',\n paleOrange850: '#472C13',\n paleOrange900: '#301D0D',\n paleOrange950: '#180F06',\n};\n\nexport const colorHues = [50, 100, 150, 200, 300, 400, 500, 600, 700, 800, 850, 900, 950];\n\nexport const typography = {\n defaultFont: `\"Space Grotesk\", Verdana, Arial, Helvetica, sans-serif`,\n defaultSize: '16px',\n fontSizeSm: rem('14px'),\n fontSizeXs: rem('12px'),\n regular: 400,\n medium: 500,\n semiBold: 600,\n bold: 700,\n};\n\nexport const button = {\n height: rem('44px'),\n borderWidth: rem('1px'),\n borderRadius: rem('8px'),\n padding: rem('24px'),\n iconSpacing: rem('14px'),\n iconSize: rem('20px'),\n}\n\nexport const misc = {\n transitionDuration: '0.3s'\n}\n\nexport const field = {\n borderWidth: rem('1px'),\n borderRadius: rem('8px'),\n borderColor: colors.purple100,\n hoverBorderColor: colors.purple150,\n backgroundColor: colors.white,\n boxShadow: rgba(colors.black, 0.15),\n color: colors.black,\n activeBorderColor: colors.purple500,\n activeColor: colors.purple500,\n successBackgroundColor: colors.green500,\n successBorderColor: colors.green600,\n errorBorderColor: colors.red500,\n errorBackgroundColor: colors.red300,\n disabledBackgroundColor: colors.grey100,\n disabledColor: colors.grey300,\n height: rem('50px'),\n placeholderColor: colors.grey200,\n}","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors } from '../../ions/variables';\n\ninterface AvatarProps {\n size?: number;\n square?: boolean;\n}\n\nexport const Wrapper = styled.div<AvatarProps>`\n position: relative;\n border: ${rem('2px')} solid ${colors.grey200};\n border-radius: ${props => (props.square ? 0 : '999px')};\n width: ${props => props.size}px;\n height: ${props => props.size}px;\n overflow: hidden;\n z-index: 0;\n\n > * {\n width: 100%;\n height: 100%;\n }\n\n img {\n object-fit: cover;\n }\n`;\n","import { colors, colorHues } from \"../../ions/variables\"\n\nexport const useColor = (value: string) => {\n // @ts-ignore\n const color = colors?.[value];\n const c = value.split(/([0-9]+)/).filter(Boolean);\n const tint = c[0];\n const hue = parseFloat(c[1]);\n\n const getHoverColor = (tint: string, hue: number) => {\n const indexCurrentHue = colorHues.indexOf(hue);\n const indexIsLast = indexCurrentHue === colorHues.length - 1;\n const indexHoverHue = indexIsLast ? indexCurrentHue - 1 : indexCurrentHue + 1;\n // @ts-ignore\n const hoverColor = colors?.[indexCurrentHue > -1 ? tint + colorHues[indexHoverHue] : tint];\n return hoverColor ?? colors.black;\n }\n\n const hover = getHoverColor(tint, hue);\n\n return {color, hover};\n};","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { ButtonColor, ButtonVariant } from './types';\nimport { colors, typography, button, misc } from '../../ions/variables';\nimport { useColor } from '../../utils/hooks/use-color';\n\ninterface ButtonProps {\n variant?: ButtonVariant;\n rounded?: boolean;\n color?: ButtonColor;\n txtColor?: ButtonColor;\n value?: String;\n iconPosition?: 'left' | 'right';\n}\n\nexport const ButtonWrapper = styled.button<ButtonProps>`\n --bg: ${props => useColor(props.color ?? 'black').color};\n --txt: ${props =>\n props.variant === 'outline' && !props.txtColor\n ? useColor(props.color ?? 'black').color\n : useColor(props.txtColor ?? 'white').color};\n --hover: ${props =>\n props.color === 'white'\n ? colors.grey100\n : props.color === 'black'\n ? colors.grey900\n : useColor(props.color ?? 'black').hover};\n\n margin: 0;\n border-width: ${props =>\n props.variant === 'outline' ? button.borderWidth : 0};\n border-style: solid;\n border-color: var(--bg);\n border-radius: ${props =>\n props.variant === 'text'\n ? 0\n : props.rounded\n ? '999px'\n : button.borderRadius};\n background-color: ${props =>\n props.variant === 'solid' ? 'var(--bg)' : 'transparent'};\n width: min-content;\n min-width: ${props => (props.value ? rem('80px') : rem('42px'))};\n height: ${button.height};\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ${props => (props.value ? `0 ${button.padding}` : 0)};\n white-space: nowrap;\n text-decoration: none;\n transition-duration: ${misc.transitionDuration};\n cursor: pointer;\n outline: none;\n\n &:hover {\n border-color: ${props => (props.variant === 'solid' ? '' : 'var(--hover)')};\n background-color: ${props =>\n props.variant === 'solid' ? 'var(--hover)' : 'transparent'};\n\n span {\n color: ${props => (props.variant === 'solid' ? '' : 'var(--hover)')};\n }\n\n svg {\n fill: ${props => (props.variant === 'solid' ? '' : 'var(--hover)')};\n }\n }\n\n &:disabled {\n cursor: inherit;\n opacity: 0.5;\n\n &:hover {\n background-color: ${props =>\n props.variant === 'solid' ? 'var(--bg)' : 'transparent'};\n pointer-events: none;\n }\n }\n\n > *:not(:last-child) {\n margin-left: ${props =>\n props.iconPosition === 'right' ? button.iconSpacing : 0};\n margin-right: ${props =>\n props.iconPosition === 'left' ? button.iconSpacing : 0};\n }\n\n .spinner {\n order: ${props => (props.iconPosition === 'left' ? 1 : 2)};\n border-top-color: ${props =>\n props.variant === 'solid' ? '' : 'var(--button)'};\n }\n\n span {\n position: relative;\n font-size: ${rem(typography.defaultSize)};\n font-weight: ${typography.medium};\n line-height: ${rem(typography.defaultSize)};\n color: ${props =>\n props.variant === 'solid' || props.variant === 'outline'\n ? 'var(--txt)'\n : 'var(--bg)'};\n pointer-events: none;\n transition-duration: ${misc.transitionDuration};\n order: ${props => (props.iconPosition === 'left' ? 2 : 1)};\n }\n\n svg {\n order: ${props => (props.iconPosition === 'left' ? 1 : 2)};\n width: ${button.iconSize};\n height: ${button.iconSize};\n fill: ${props =>\n props.variant === 'solid' || props.variant === 'outline'\n ? 'var(--txt)'\n : 'var(--bg)'};\n transition: ${misc.transitionDuration};\n }\n`;\n","import React, { CSSProperties } from 'react';\nimport { Icon, Spinner } from '../..';\nimport * as Styles from './styles';\nimport { ButtonColor, ButtonVariant } from './types';\n\nexport interface ButtonProps {\n variant?: ButtonVariant;\n rounded?: boolean;\n color?: ButtonColor;\n txtColor?: ButtonColor;\n type?: 'submit' | 'reset' | 'button';\n className?: string;\n style?: CSSProperties;\n action?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;\n value?: string;\n iconPosition?: 'left' | 'right';\n icon?: string;\n loading?: boolean;\n ariaLabel?: string;\n ariaHidden?: boolean;\n dataTestId?: string;\n eventId?: string;\n disabled?: boolean;\n}\n\nconst Button = (props: ButtonProps) => {\n const {\n variant = 'solid',\n rounded = false,\n color = 'purple500',\n txtColor,\n type,\n className = 'button',\n style,\n action = () => {},\n value = '',\n iconPosition = 'left',\n icon = '',\n loading = false,\n dataTestId = '',\n eventId = '',\n ariaLabel,\n ariaHidden = false,\n disabled = false,\n } = props;\n\n return (\n <Styles.ButtonWrapper\n variant={variant}\n rounded={rounded}\n color={color}\n txtColor={txtColor}\n type={type}\n className={className}\n style={style}\n onClick={action}\n value={value}\n iconPosition={iconPosition}\n data-testid={dataTestId}\n data-event={eventId}\n aria-label={ariaLabel}\n aria-hidden={ariaHidden}\n disabled={disabled || loading}\n >\n {loading ? <Spinner /> : icon ? <Icon icon={icon} /> : null}\n {value && <span>{value}</span>}\n </Styles.ButtonWrapper>\n );\n};\n\nexport default Button;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { field, misc } from '../../ions/variables';\n\ninterface ActionsMenuInterface {\n visibleActions: number;\n}\n\nexport const ActionsMenuStyle = styled.div<ActionsMenuInterface>`\n position: relative;\n\n ul {\n position: absolute;\n opacity: 0;\n top: 0;\n margin: 0;\n border: ${rem('1px')} solid ${field.borderColor};\n border-radius: ${field.borderRadius};\n background-color: ${field.backgroundColor};\n min-width: ${rem('200px')};\n max-width: ${rem('250px')};\n height: 0;\n max-height: none;\n padding: 0;\n -moz-box-shadow: 0 0 ${rem('15px')} 0 ${field.boxShadow};\n -webkit-box-shadow: 0 0 ${rem('15px')} 0 ${field.boxShadow};\n box-shadow: 0 0 ${rem('15px')} 0 ${field.boxShadow};\n overflow-y: hidden;\n z-index: 1;\n -webkit-scrollbar-width: none;\n -moz-scrollbar-width: none;\n -ms-scrollbar-width: none;\n scrollbar-width: none;\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n transition-duration: ${misc.transitionDuration};\n\n &.isOpen {\n opacity: 1;\n // prettier-ignore\n height: calc(${rem('45px')} * ${props => props.visibleActions} + ${rem(\n '2px'\n)});\n max-height: ${rem('1280px')};\n }\n\n li {\n list-style: none;\n min-height: ${rem('45px')};\n display: flex;\n transition-duration: 0.3s;\n\n &:hover {\n background-color: ${field.borderColor};\n cursor: pointer;\n }\n\n &:first-child {\n border-radius: ${rem('4px')} ${rem('4px')} 0 0;\n }\n\n &:last-child {\n border-radius: 0 0 ${rem('4px')} ${rem('4px')};\n }\n\n a {\n width: 100%;\n display: flex;\n align-items: center;\n padding: 0 ${rem('20px')};\n color: ${field.color};\n text-decoration: none;\n white-space: nowrap;\n\n span {\n display: table-cell;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n }\n }\n`;\n","import { useState, useRef, useEffect } from 'react';\n\nexport default function useVisible<T extends HTMLElement>(\n initialIsVisible: boolean\n) {\n const [isVisible, setIsVisible] = useState(initialIsVisible);\n const ref = useRef<T>(null);\n\n const handleClickOutside = (event: MouseEvent) => {\n if (!ref || !ref.current) return;\n if (!ref.current.contains(event.target as Node)) {\n setIsVisible(false);\n }\n };\n\n useEffect(() => {\n document.addEventListener('click', handleClickOutside, false);\n return () => {\n document.removeEventListener('click', handleClickOutside, false);\n };\n }, []);\n\n return { ref, isVisible, setIsVisible };\n}\n","import React, { CSSProperties } from 'react';\nimport * as Styles from './styles';\nimport useVisible from '../../utils/hooks/use-visible';\nimport { Button } from '../..';\nimport { ButtonColor, ButtonVariant } from '../button/types';\nimport { ActionMenu } from './types';\n\nexport interface ActionsMenuInterface<T> {\n variant?: ButtonVariant;\n rounded?: boolean;\n color?: ButtonColor;\n txtColor?: ButtonColor;\n className?: string;\n style?: CSSProperties;\n actions: ActionMenu<T>[];\n value?: string;\n icon: string;\n ariaLabel?: string;\n ariaHidden?: boolean;\n dataTestId?: string;\n eventId?: string;\n data?: T;\n startsOpen?: boolean;\n disabled?: boolean;\n}\n\nconst ButtonDropdown = <T,>(props: ActionsMenuInterface<T>) => {\n const {\n variant = 'solid',\n rounded = false,\n color = 'purple500',\n txtColor = 'white',\n className = 'button-dropdown',\n style,\n actions = [],\n value = '',\n icon = 'add',\n dataTestId = 'action-button-dropdown',\n eventId = '',\n ariaLabel = '',\n ariaHidden = false,\n data = null,\n startsOpen = false,\n disabled = false,\n } = props;\n\n const { ref, isVisible, setIsVisible } = useVisible<HTMLDivElement>(\n startsOpen\n );\n\n if (!actions || !Array.isArray(actions) || actions.length === 0) return <></>;\n\n const visibleActions = actions.filter(({ visibilityFunc = null }) =>\n data && visibilityFunc ? visibilityFunc(data) : true\n );\n\n if (visibleActions.length === 0) return <></>;\n\n return (\n <Styles.ActionsMenuStyle\n className={className}\n style={style}\n visibleActions={visibleActions.length}\n ref={ref}\n >\n <Button\n variant={variant}\n rounded={rounded}\n color={color}\n txtColor={txtColor}\n action={evt => {\n evt.preventDefault();\n setIsVisible(!isVisible);\n }}\n value={value}\n iconPosition=\"right\"\n icon={icon}\n data-testid={dataTestId}\n data-event={eventId}\n ariaLabel={ariaLabel}\n aria-hidden={ariaHidden}\n disabled={disabled}\n />\n\n <ul data-testid={'ul-action-menu'} className={isVisible ? 'isOpen' : ''}>\n {visibleActions.map(\n ({ id = '', url = '', action = () => {}, value = '' }) => (\n <li key={id} data-testid={'li-action-menu'}>\n <a\n href={url}\n onClick={e => {\n setIsVisible(false);\n action(e, data);\n }}\n >\n <span>{value}</span>\n </a>\n </li>\n )\n )}\n </ul>\n </Styles.ActionsMenuStyle>\n );\n};\n\nexport default ButtonDropdown;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { ButtonColor, ButtonVariant } from '../button/types';\nimport { colors, typography, button, misc } from '../../ions/variables';\nimport { useColor } from '../../utils/hooks/use-color';\n\ninterface ButtonStyleProps {\n variant?: ButtonVariant;\n rounded?: boolean;\n color?: ButtonColor;\n txtColor?: ButtonColor;\n value?: String;\n iconPosition?: 'left' | 'right';\n}\n\nexport const ButtonLinkStyle = styled.a<ButtonStyleProps>`\n --bg: ${props => useColor(props.color ?? 'black').color};\n --txt: ${props =>\n props.variant === 'outline' && !props.txtColor\n ? useColor(props.color ?? 'black').color\n : useColor(props.txtColor ?? 'white').color};\n --hover: ${props =>\n props.color === 'white'\n ? colors.grey100\n : props.color === 'black'\n ? colors.grey900\n : useColor(props.color ?? 'black').hover};\n\n border-width: ${props =>\n props.variant === 'outline' ? button.borderWidth : 0};\n border-style: solid;\n border-color: var(--bg);\n border-radius: ${props =>\n props.variant === 'text'\n ? 0\n : props.rounded\n ? '999px'\n : button.borderRadius};\n background-color: ${props =>\n props.variant === 'solid' ? 'var(--bg)' : 'transparent'};\n width: min-content;\n min-width: ${props => (props.value ? rem('80px') : rem('42px'))};\n height: ${button.height};\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ${props => (props.value ? `0 ${button.padding}` : 0)};\n white-space: nowrap;\n text-decoration: none;\n transition-duration: ${misc.transitionDuration};\n cursor: pointer;\n\n &:hover {\n border-color: ${props => (props.variant === 'solid' ? '' : 'var(--hover)')};\n background-color: ${props =>\n props.variant === 'solid' ? 'var(--hover)' : 'transparent'};\n\n span {\n color: ${props => (props.variant === 'solid' ? '' : 'var(--hover)')};\n }\n\n svg {\n fill: ${props => (props.variant === 'solid' ? '' : 'var(--hover)')};\n }\n }\n\n > *:not(:last-child) {\n margin-left: ${props =>\n props.iconPosition === 'right' ? button.iconSpacing : 0};\n margin-right: ${props =>\n props.iconPosition === 'left' ? button.iconSpacing : 0};\n }\n\n span {\n position: relative;\n font-size: ${rem(typography.defaultSize)};\n font-weight: ${typography.medium};\n line-height: ${rem(typography.defaultSize)};\n color: ${props =>\n props.variant === 'solid' || props.variant === 'outline'\n ? 'var(--txt)'\n : 'var(--bg)'};\n pointer-events: none;\n transition-duration: ${misc.transitionDuration};\n order: ${props => (props.iconPosition === 'left' ? 2 : 1)};\n }\n\n svg {\n order: ${props => (props.iconPosition === 'left' ? 1 : 2)};\n width: ${button.iconSize};\n height: ${button.iconSize};\n fill: ${props =>\n props.variant === 'solid' || props.variant === 'outline'\n ? 'var(--txt)'\n : 'var(--bg)'};\n transition: ${misc.transitionDuration};\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, misc } from '../../ions/variables';\n\ninterface CheckboxErrorProps {\n error?: boolean;\n}\ninterface CheckboxWrapperProps extends CheckboxErrorProps {\n disabled?: boolean;\n}\n\nexport const CheckboxWrapper = styled.label<CheckboxWrapperProps>`\n display: flex;\n position: relative;\n padding-left: 0;\n cursor: ${props => (props.disabled ? 'auto' : 'pointer')};\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n &:hover input:not(:disabled) ~ span {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.hoverBorderColor};\n }\n\n span {\n color: ${props =>\n props.disabled\n ? field.disabledColor\n : props.error\n ? field.errorBorderColor\n : null};\n border-color: ${props => (props.error ? field.errorBorderColor : null)};\n }\n`;\n\nexport const CheckboxLabel = styled.span`\n margin-left: calc(${rem('24px')} + ${rem('5px')});\n line-height: ${rem('24px')};\n`;\n\nexport const CheckboxInput = styled.input<CheckboxWrapperProps>`\n position: absolute;\n left: 0;\n opacity: 0;\n cursor: pointer;\n\n &:checked:not(:disabled)[aria-checked='true'] ~ span {\n background-color: ${props =>\n props.error ? field.errorBackgroundColor : field.successBackgroundColor};\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.successBorderColor};\n\n &:after {\n display: block;\n }\n }\n\n &:checked:disabled[aria-checked='true'] ~ span {\n border-color: transparent;\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n\n &:after {\n display: block;\n }\n }\n\n &:not(:checked):disabled ~ span {\n border-color: ${field.disabledBackgroundColor};\n background-color: ${field.backgroundColor};\n }\n\n &:hover:not(:disabled) {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.activeBorderColor};\n\n &:checked ~ span {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.successBorderColor};\n }\n }\n`;\n\nexport const Checkmark = styled.span<CheckboxErrorProps>`\n position: absolute;\n top: 0;\n left: 0;\n border: ${rem('2px')} solid\n ${props => (props.error ? field.errorBorderColor : field.borderColor)};\n border-radius: 100%;\n width: ${rem('24px')};\n height: ${rem('24px')};\n transition-duration: ${misc.transitionDuration};\n\n &:after {\n display: block;\n content: '';\n position: absolute;\n display: none;\n top: ${rem('3px')};\n left: ${rem('6px')};\n width: ${rem('5px')};\n height: ${rem('9px')};\n border: solid ${colors.white};\n border-width: 0 ${rem('3px')} ${rem('3px')} 0;\n -webkit-transform: rotate(45deg);\n -ms-transform: rotate(45deg);\n transform: rotate(45deg);\n }\n\n &.checked.not-disabled {\n background-color: ${props =>\n props.error ? field.errorBackgroundColor : field.successBackgroundColor};\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.successBorderColor};\n\n &:after {\n display: block;\n }\n }\n\n &.checked.disabled {\n color: ${field.disabledColor};\n border-color: transparent;\n background-color: ${field.disabledBackgroundColor};\n\n &:after {\n display: block;\n }\n }\n\n &.not-checked.disabled {\n border-color: ${field.disabledBackgroundColor};\n background-color: ${colors.white};\n }\n\n &.not-disabled:hover {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.successBorderColor};\n\n &:checked ~ span {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.successBorderColor};\n }\n }\n`;\n","import React, { CSSProperties, useMemo, useRef, useState } from 'react';\nimport {\n CheckboxWrapper,\n CheckboxLabel,\n CheckboxInput,\n Checkmark,\n} from './styles';\n\ninterface Props {\n value: string;\n label?: string | React.ReactNode;\n checked?: boolean | undefined;\n onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;\n error?: boolean;\n disabled?: boolean;\n className?: string;\n style?: CSSProperties;\n dataTestId?: string;\n required?: boolean;\n}\n\nconst Checkbox = ({\n label,\n value,\n checked = false,\n onChange = () => {},\n error = false,\n disabled = false,\n className = 'checkbox',\n style,\n dataTestId,\n required = false,\n}: Props) => {\n const checkedRef = useRef<boolean>(checked);\n const [isChecked, setIsChecked] = useState(checked);\n\n const handleOnChange = (event: React.ChangeEvent<HTMLInputElement>) => {\n setIsChecked(prev => !prev);\n onChange(event);\n };\n\n const checkmarkClassName = useMemo(() => {\n let isCheckStr = '';\n let isDisabledStr = '';\n\n // if they are different\n // use the value coming from the props\n // as it is the source of truth\n if (checked !== checkedRef.current) {\n setIsChecked(checked);\n checkedRef.current = checked;\n isCheckStr = checked ? 'checked' : 'not-checked';\n } else if (isChecked) isCheckStr = 'checked';\n else isCheckStr = 'not-checked';\n\n if (disabled) isDisabledStr = 'disabled';\n else isDisabledStr = 'not-disabled';\n\n return `${isCheckStr} ${isDisabledStr}`;\n }, [checked, isChecked, disabled]);\n\n return (\n <CheckboxWrapper\n style={style}\n className={className}\n error={error}\n disabled={disabled}\n >\n <CheckboxLabel>{label}</CheckboxLabel>\n <CheckboxInput\n type=\"checkbox\"\n name={value}\n defaultChecked={isChecked}\n aria-checked={isChecked}\n onChange={handleOnChange}\n error={error}\n disabled={disabled}\n data-testid={dataTestId}\n required={required}\n />\n <Checkmark className={checkmarkClassName} error={error} />\n </CheckboxWrapper>\n );\n};\n\nexport default Checkbox;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, misc } from '../../ions/variables';\n\ninterface CheckboxWrapperProps {\n checked?: boolean;\n disabled?: boolean;\n}\n\nexport const CheckboxWrapper = styled.label<CheckboxWrapperProps>`\n border: ${field.borderWidth} solid\n ${props =>\n props.disabled\n ? field.borderColor\n : props.checked\n ? field.successBorderColor\n : field.borderColor};\n border-radius: ${field.borderRadius};\n background-color: ${props =>\n props.disabled\n ? field.disabledBackgroundColor\n : props.checked\n ? field.successBackgroundColor\n : field.backgroundColor};\n height: ${field.height};\n display: flex;\n align-items: center;\n position: relative;\n cursor: ${props => (props.disabled ? 'auto' : 'pointer')};\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n transition-duration: ${misc.transitionDuration};\n\n &:hover input:not(:disabled) ~ span {\n border-color: ${field.hoverBorderColor};\n }\n\n &:hover {\n background-color: ${props =>\n props.disabled\n ? field.disabledBackgroundColor\n : props.checked\n ? field.successBackgroundColor\n : field.borderColor};\n }\n\n span {\n color: ${props =>\n props.disabled\n ? field.disabledColor\n : props.checked\n ? colors.white\n : null};\n transition-duration: ${misc.transitionDuration};\n }\n`;\n\nexport const CheckboxLabel = styled.span`\n margin-left: ${rem('40px')};\n line-height: ${rem('24px')};\n`;\n\nexport const CheckboxInput = styled.input<CheckboxWrapperProps>`\n position: absolute;\n left: 0;\n opacity: 0;\n cursor: pointer;\n\n &:checked:not(:disabled) ~ span {\n background-color: ${colors.white};\n border-color: ${field.successBorderColor};\n\n &:after {\n display: block;\n }\n }\n\n &:checked:disabled ~ span {\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n\n &:after {\n display: block;\n border-color: ${field.disabledColor};\n }\n }\n\n &:not(:checked):disabled ~ span {\n border-color: ${field.disabledBackgroundColor};\n background-color: ${field.backgroundColor};\n }\n\n &:hover:not(:disabled) {\n &:checked ~ span {\n border-color: ${field.successBorderColor};\n }\n }\n`;\n\nexport const Checkmark = styled.span<CheckboxWrapperProps>`\n position: absolute;\n left: ${rem('10px')};\n border: ${rem('2px')} solid ${field.borderColor};\n border-radius: 999px;\n background-color: ${colors.white};\n width: ${rem('24px')};\n height: ${rem('24px')};\n transition-duration: ${misc.transitionDuration};\n\n &:after {\n content: '';\n position: absolute;\n display: none;\n top: ${rem('3px')};\n left: ${rem('6px')};\n width: ${rem('5px')};\n height: ${rem('9px')};\n border: solid\n ${props => (props.disabled ? colors.white : field.successBorderColor)};\n border-width: 0 ${rem('3px')} ${rem('3px')} 0;\n -webkit-transform: rotate(45deg);\n -ms-transform: rotate(45deg);\n transform: rotate(45deg);\n }\n`;\n","interface IconsType {\n [key: string]: string;\n}\n\nconst icons: IconsType = {\n 'taikai-mark':\n 'M6.01099 25.2271L6 25.2503V27H8.48149L15.319 11.8652L13.6424 8.33333L6.01099 25.2271Z M14.9499 5L14.3205 6.3963L19.3913 17.6667H22.641L16.9423 5.00076L14.9499 5Z M20.0265 19.3333L22.2053 24.2137H11.2116L9.99385 27H25.9692V25.2989L23.308 19.3333H20.0265Z',\n rocket:\n 'M27.42 5.151c-0.081-0.276-0.294-0.489-0.565-0.568l-0.006-0.001c-0.98-0.205-2.107-0.323-3.26-0.323-0.18 0-0.359 0.003-0.537 0.009l0.026-0.001c-4.731 0-7.568 2.53-9.685 5.867h-4.777c-0.842 0.047-1.564 0.519-1.96 1.203l-0.006 0.012-2.265 4.528c-0.067 0.144-0.109 0.312-0.115 0.488l-0 0.002c0.001 0.607 0.493 1.099 1.1 1.1h4.764c0 0 0.001 0 0.001 0 2.43 0 4.4 1.97 4.4 4.4v0 4.766c0 0.608 0.493 1.101 1.101 1.101v0c0.179-0.007 0.347-0.049 0.499-0.119l-0.008 0.003 4.526-2.265c0.696-0.401 1.167-1.123 1.215-1.957l0-0.006v-4.787c3.325-2.123 5.867-4.969 5.867-9.675 0.006-0.164 0.009-0.357 0.009-0.55 0-1.142-0.118-2.257-0.341-3.332l0.018 0.106zM21.873 11.967c-0.001 0-0.003 0-0.004 0-1.013 0-1.834-0.821-1.834-1.834s0.821-1.834 1.834-1.834c1.013 0 1.834 0.821 1.834 1.834v0c0 1.013-0.821 1.834-1.834 1.834-0.001 0-0.002 0-0.002 0h0zM5.902 20.403c-1.185 1.185-1.771 4.149-1.609 7.303 3.168 0.163 6.124-0.427 7.305-1.609 1.846-1.846 1.965-4.307 0.289-5.984s-4.139-1.554-5.985 0.289zM9.644 24.255c-0.548 0.356-1.218 0.568-1.938 0.568-0.175 0-0.347-0.013-0.516-0.037l0.019 0.002c-0.022-0.149-0.034-0.321-0.034-0.496 0-0.72 0.212-1.39 0.576-1.952l-0.008 0.014c0.249-0.3 0.622-0.49 1.040-0.49 0.745 0 1.348 0.604 1.348 1.348 0 0.417-0.19 0.79-0.487 1.038l-0.002 0.002z',\n surfboard:\n 'M19.030 6.223c-1.58 0.822-2.937 1.699-4.203 2.687l0.060-0.045v15.764c1.555-1.101 2.905-2.175 4.194-3.317l-0.051 0.044z M20.643 5.449v14.415q0.247-0.24 0.494-0.486c3.94-4.142 6.679-9.461 7.634-15.377l0.022-0.167c0.004-0.025 0.006-0.054 0.006-0.084 0-0.303-0.246-0.549-0.549-0.549-0.029 0-0.058 0.002-0.086 0.007l0.003-0c-2.821 0.466-5.349 1.245-7.715 2.318l0.192-0.078z M13.275 25.717v-15.483q-0.329 0.305-0.652 0.627c-3.796 3.784-6.945 8.215-9.266 13.115l-0.121 0.284c-0.022 0.049-0.036 0.107-0.036 0.167 0 0.227 0.184 0.411 0.411 0.411 0.014 0 0.028-0.001 0.042-0.002l-0.002 0 3.891-0.379-0.379 3.891c-0.001 0.012-0.002 0.026-0.002 0.039 0 0.227 0.184 0.411 0.411 0.411 0.060 0 0.117-0.013 0.169-0.036l-0.003 0.001c2.15-0.986 3.966-2.002 5.692-3.143l-0.156 0.097z',\n notifications:\n 'M16 29.333c1.471-0.005 2.662-1.196 2.667-2.666v-0h-5.333c0 0 0 0 0 0.001 0 1.472 1.194 2.666 2.666 2.666 0 0 0 0 0.001 0h-0zM24 21.333v-6.667c0-4.093-2.187-7.52-6-8.427v-0.907c0-1.105-0.895-2-2-2s-2 0.895-2 2v0 0.907c-3.827 0.907-6 4.32-6 8.427v6.667l-1.72 1.72c-0.244 0.242-0.394 0.577-0.394 0.947 0 0.734 0.594 1.33 1.327 1.333h17.56c0.738-0.001 1.336-0.599 1.336-1.337 0-0.368-0.149-0.701-0.389-0.943l0 0z',\n notificationsOutline:\n 'M25.72 23.053l-1.72-1.72v-6.667c0-4.093-2.187-7.52-6-8.427v-0.907c0-1.107-0.893-2-2-2s-2 0.893-2 2v0.907c-3.827 0.907-6 4.32-6 8.427v6.667l-1.72 1.72c-0.84 0.84-0.253 2.28 0.933 2.28h17.56c1.2 0 1.787-1.44 0.947-2.28zM21.333 22.667h-10.667v-8c0-3.307 2.013-6 5.333-6s5.333 2.693 5.333 6v8zM16 29.333c1.467 0 2.667-1.2 2.667-2.667h-5.333c0 1.467 1.187 2.667 2.667 2.667z',\n mail:\n 'M26.667 5.333h-21.333c-1.467 0-2.653 1.2-2.653 2.667l-0.013 16c0 1.467 1.2 2.667 2.667 2.667h21.333c1.467 0 2.667-1.2 2.667-2.667v-16c0-1.467-1.2-2.667-2.667-2.667zM26.133 11l-9.427 5.893c-0.427 0.267-0.987 0.267-1.413 0l-9.427-5.893c-0.333-0.213-0.533-0.573-0.533-0.96 0-0.893 0.973-1.427 1.733-0.96l8.933 5.587 8.933-5.587c0.76-0.467 1.733 0.067 1.733 0.96 0 0.387-0.2 0.747-0.533 0.96z',\n mailOutline:\n 'M26.667 5.333h-21.333c-1.467 0-2.653 1.2-2.653 2.667l-0.013 16c0 1.467 1.2 2.667 2.667 2.667h21.333c1.467 0 2.667-1.2 2.667-2.667v-16c0-1.467-1.2-2.667-2.667-2.667zM25.333 24h-18.667c-0.733 0-1.333-0.6-1.333-1.333v-12l9.253 5.787c0.867 0.547 1.96 0.547 2.827 0l9.253-5.787v12c0 0.733-0.6 1.333-1.333 1.333zM16 14.667l-10.667-6.667h21.333l-10.667 6.667z',\n warning:\n 'M5.466 27.792h21.067c1.544-0.001 2.796-1.253 2.796-2.797 0-0.515-0.139-0.998-0.383-1.413l0.007 0.013-10.533-18.199c-0.493-0.84-1.392-1.395-2.42-1.395s-1.927 0.555-2.413 1.382l-0.007 0.013-10.534 18.2c-0.236 0.401-0.375 0.884-0.375 1.4 0 1.544 1.251 2.796 2.795 2.797h0zM16 18c-0.772-0.002-1.397-0.627-1.399-1.399v-2.798c-0-0.006-0-0.014-0-0.021 0-0.773 0.626-1.399 1.399-1.399s1.399 0.626 1.399 1.399c0 0.007-0 0.015-0 0.022v-0.001 2.798c-0.002 0.772-0.627 1.397-1.399 1.399h-0zM17.399 23.595h-2.798v-2.798h2.798z',\n challenge:\n 'M9.92 4.853v12c0.002 0.736 0.598 1.331 1.333 1.333h2.667v9.533c0 0 0 0 0 0.001 0 0.367 0.298 0.665 0.665 0.665 0.245 0 0.458-0.132 0.574-0.329l0.002-0.003 6.92-11.867c0.115-0.193 0.184-0.425 0.184-0.673 0-0.733-0.594-1.327-1.327-1.327-0.001 0-0.002 0-0.004 0h-3.013l3.32-8.867c0.056-0.141 0.088-0.304 0.088-0.475 0-0.732-0.593-1.325-1.325-1.325-0.001 0-0.002 0-0.003 0h-8.746c-0.736 0.002-1.331 0.598-1.333 1.333v0z',\n flag:\n 'M19.2 8l-0.32-1.6c-0.127-0.613-0.663-1.067-1.304-1.067-0.001 0-0.002 0-0.003 0h-9.573c-0.736 0.002-1.331 0.598-1.333 1.333v20c-0 0.006-0 0.013-0 0.021 0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333c0-0.007-0-0.015-0-0.022v0.001-8h7.467l0.32 1.6c0.122 0.612 0.654 1.067 1.293 1.067 0.005 0 0.009-0 0.014-0h6.906c0.736-0.002 1.331-0.598 1.333-1.333v-10.667c-0.002-0.736-0.598-1.331-1.333-1.333h-0z',\n transferReceived:\n 'M20 26.667c-0.006 0-0.014 0-0.021 0-1.492 0-2.912-0.308-4.2-0.864l0.069 0.026c-1.318-0.565-2.443-1.336-3.39-2.285l-0-0c-0.95-0.947-1.721-2.073-2.259-3.323l-0.026-0.069c-0.53-1.219-0.838-2.639-0.838-4.131 0-0.007 0-0.014 0-0.021v0.001c0-0.006-0-0.014-0-0.022 0-1.492 0.308-2.912 0.864-4.2l-0.026 0.069c0.565-1.319 1.336-2.445 2.285-3.392l0-0c0.947-0.949 2.072-1.721 3.321-2.259l0.069-0.026c1.218-0.529 2.637-0.836 4.128-0.836 0.009 0 0.018 0 0.026 0h-0.001c0.006 0 0.014-0 0.021-0 1.492 0 2.912 0.308 4.2 0.864l-0.069-0.026c1.318 0.565 2.443 1.336 3.39 2.285l0 0c0.95 0.947 1.721 2.073 2.259 3.323l0.026 0.069c0.53 1.219 0.838 2.639 0.838 4.131 0 0.008 0 0.015-0 0.023v-0.001c0 0.006 0 0.014 0 0.022 0 1.492-0.308 2.912-0.864 4.2l0.026-0.069c-0.565 1.319-1.336 2.445-2.285 3.392l-0 0c-0.947 0.949-2.072 1.721-3.321 2.259l-0.069 0.026c-1.217 0.528-2.635 0.835-4.124 0.835-0.010 0-0.020 0-0.030-0h0.002zM21.001 19.119v0l1.673 1.668c0.022 0.022 0.036 0.034 0.049 0.044l0.022 0.016 0.010 0.007 0.013 0.012 0.030 0.023c0.134 0.091 0.299 0.145 0.477 0.145 0.002 0 0.004 0 0.006-0h-0c0.021 0 0.042 0 0.064-0.002 0.211-0.013 0.399-0.105 0.536-0.246l0-0c0.153-0.148 0.249-0.353 0.254-0.581v-0.001c0.001-0.011 0.001-0.024 0.001-0.037 0-0.214-0.083-0.408-0.219-0.552l0 0-0.017-0.018-0.034-0.048-1.591-1.579 0.792-0.714c0.163-0.145 0.27-0.35 0.283-0.581l0-0.002c0.002-0.021 0.003-0.045 0.003-0.069 0-0.212-0.081-0.405-0.213-0.549l0.001 0.001c-0.146-0.165-0.357-0.271-0.592-0.279l-0.001-0c-0.017 0-0.034 0-0.050 0-0.003-0-0.007-0-0.011-0-0.215 0-0.411 0.082-0.558 0.217l-0.863 0.777-0.95-0.943 3.71-3.35c0.040-0.032 0.075-0.067 0.107-0.104l0.001-0.001c0.029-0.030 0.055-0.062 0.079-0.097l0.002-0.003c0.081-0.129 0.128-0.285 0.128-0.453 0-0.21-0.075-0.402-0.199-0.551l0.001 0.001c-0.016-0.018-0.032-0.035-0.049-0.050l-0.001-0c-0.154-0.153-0.363-0.25-0.594-0.259l-0.002-0h-0.013c-0.053 0.006-0.089 0.009-0.115 0.012-0.051 0.002-0.099 0.013-0.142 0.033l0.002-0.001c-0.025 0.009-0.059 0.021-0.107 0.037l-0.066 0.034c-0.031 0.015-0.058 0.031-0.083 0.050l0.001-0.001-0.007 0.004-0.058 0.041-4.866 4.403v-3.757c0-0.001 0-0.002 0-0.004 0-0.236-0.098-0.449-0.256-0.6l-0-0c-0.151-0.157-0.363-0.254-0.597-0.254-0.002 0-0.005 0-0.007 0h0c-0.002-0-0.004-0-0.007-0-0.234 0-0.446 0.097-0.597 0.254l-0 0c-0.157 0.151-0.254 0.363-0.254 0.598 0 0.002 0 0.004 0 0.007v-0 8.36c-0 0.002-0 0.004-0 0.007 0 0.235 0.098 0.446 0.254 0.597l0 0c0.151 0.157 0.363 0.254 0.597 0.254 0.002 0 0.005 0 0.007-0h-0c0.002 0 0.004 0 0.007 0 0.234 0 0.446-0.097 0.597-0.254l0-0c0.158-0.151 0.256-0.364 0.256-0.599 0-0.002 0-0.003 0-0.005v0-2.292l1.003-0.909 0.946 0.943-0.794 0.716c-0.165 0.147-0.271 0.357-0.279 0.592l-0 0.001c-0.001 0.018-0.002 0.039-0.002 0.060 0 0.216 0.083 0.412 0.218 0.56l-0.001-0.001c0.146 0.164 0.357 0.269 0.592 0.273h0.033c0.003 0 0.006 0 0.009 0 0.219 0 0.418-0.084 0.567-0.222l-0.001 0 0.864-0.777z M4 16c0-0.001 0-0.002 0-0.003 0-3.172 1.848-5.912 4.526-7.203l0.048-0.021c0.442-0.191 0.748-0.618 0.76-1.119l0-0.002v-0.253c-0.003-0.673-0.549-1.218-1.223-1.218-0.195 0-0.38 0.046-0.544 0.127l0.007-0.003c-3.711 1.718-6.24 5.41-6.24 9.693s2.528 7.975 6.174 9.666l0.066 0.027c0.156 0.077 0.339 0.121 0.532 0.121 0.673 0 1.22-0.542 1.228-1.214v-0.241c-0.011-0.506-0.317-0.937-0.752-1.13l-0.008-0.003c-2.726-1.312-4.573-4.052-4.573-7.224 0-0.001 0-0.002 0-0.003v0z',\n transferSent:\n 'M20 26.667c-0.006 0-0.014 0-0.021 0-1.492 0-2.912-0.308-4.2-0.864l0.069 0.026c-1.318-0.565-2.443-1.336-3.39-2.285l-0-0c-0.95-0.947-1.721-2.073-2.259-3.323l-0.026-0.069c-0.53-1.219-0.838-2.64-0.838-4.132 0-0.007 0-0.013 0-0.020v0.001c0-0.006-0-0.014-0-0.021 0-1.492 0.308-2.912 0.864-4.2l-0.026 0.069c0.565-1.319 1.336-2.445 2.285-3.392l0-0c0.947-0.949 2.072-1.721 3.321-2.259l0.069-0.026c1.218-0.529 2.637-0.836 4.128-0.836 0.009 0 0.018 0 0.027 0h-0.001c0.006 0 0.014-0 0.021-0 1.492 0 2.912 0.308 4.2 0.864l-0.069-0.026c1.318 0.565 2.443 1.336 3.39 2.285l0 0c0.95 0.947 1.721 2.073 2.259 3.323l0.026 0.069c0.53 1.219 0.838 2.639 0.838 4.131 0 0.008 0 0.015-0 0.023v-0.001c0 0.006 0 0.014 0 0.022 0 1.492-0.308 2.912-0.864 4.2l0.026-0.069c-0.565 1.319-1.336 2.445-2.285 3.392l-0 0c-0.947 0.949-2.072 1.721-3.321 2.259l-0.069 0.026c-1.217 0.528-2.635 0.835-4.124 0.835-0.010 0-0.020 0-0.031-0h0.002zM18.737 10.703c-0.736 0.001-1.333 0.597-1.333 1.333v0c0.001 0.736 0.597 1.332 1.333 1.333h2.12l-5.747 5.747c-0.24 0.241-0.388 0.573-0.388 0.94s0.148 0.699 0.389 0.94l-0-0c0.239 0.241 0.571 0.39 0.937 0.39 0.001 0 0.002 0 0.003 0h-0c0.001 0 0.002 0 0.003 0 0.366 0 0.698-0.149 0.937-0.39l5.747-5.747v2.12c0.001 0.736 0.597 1.333 1.333 1.333h0c0.736-0.001 1.333-0.597 1.333-1.333v-5.333c-0.001-0.736-0.597-1.333-1.333-1.333h-0z M4 16c0-0.001 0-0.002 0-0.003 0-3.172 1.848-5.912 4.526-7.203l0.048-0.021c0.442-0.191 0.748-0.618 0.76-1.119l0-0.002v-0.253c-0.003-0.673-0.549-1.218-1.223-1.218-0.195 0-0.38 0.046-0.544 0.127l0.007-0.003c-3.711 1.718-6.24 5.41-6.24 9.693s2.528 7.975 6.174 9.666l0.066 0.027c0.156 0.077 0.339 0.121 0.532 0.121 0.673 0 1.22-0.542 1.228-1.214v-0.241c-0.011-0.506-0.317-0.937-0.752-1.13l-0.008-0.003c-2.726-1.312-4.573-4.052-4.573-7.224 0-0.001 0-0.002 0-0.003v0z',\n transferFailed:\n 'M20 26.667c-0.006 0-0.014 0-0.021 0-1.492 0-2.912-0.308-4.2-0.864l0.069 0.026c-1.318-0.565-2.443-1.336-3.39-2.285l-0-0c-0.95-0.947-1.721-2.073-2.259-3.323l-0.026-0.069c-0.53-1.219-0.838-2.639-0.838-4.132 0-0.007 0-0.014 0-0.021v0.001c0-0.006-0-0.014-0-0.021 0-1.492 0.308-2.912 0.864-4.2l-0.026 0.069c0.565-1.319 1.336-2.445 2.285-3.392l0-0c0.947-0.949 2.072-1.721 3.321-2.259l0.069-0.026c1.218-0.529 2.637-0.836 4.128-0.836 0.009 0 0.018 0 0.027 0h-0.001c0.006 0 0.014-0 0.021-0 1.492 0 2.912 0.308 4.2 0.864l-0.069-0.026c1.318 0.565 2.443 1.336 3.39 2.285l0 0c0.95 0.947 1.721 2.073 2.259 3.323l0.026 0.069c0.53 1.219 0.838 2.639 0.838 4.132 0 0.008 0 0.015-0 0.023v-0.001c0 0.006 0 0.014 0 0.021 0 1.492-0.308 2.912-0.864 4.2l0.026-0.069c-0.565 1.319-1.336 2.445-2.285 3.392l-0 0c-0.947 0.949-2.072 1.721-3.321 2.259l-0.069 0.026c-1.217 0.528-2.635 0.835-4.124 0.835-0.010 0-0.020 0-0.030-0h0.002zM20.16 17.886v0l2.828 2.828c0.24 0.24 0.571 0.389 0.937 0.389 0.002 0 0.004 0 0.006 0h-0c0.002 0 0.004 0 0.006 0 0.366 0 0.698-0.149 0.937-0.389l0-0c0.24-0.24 0.389-0.571 0.389-0.937 0-0.002 0-0.004 0-0.006v0c0-0.002 0-0.003 0-0.005 0-0.366-0.149-0.698-0.389-0.937l-2.828-2.828 2.828-2.828c0.24-0.24 0.389-0.571 0.389-0.937 0-0.002 0-0.004 0-0.006v0c0-0.002 0-0.004 0-0.006 0-0.366-0.149-0.698-0.389-0.937l-0-0c-0.24-0.24-0.571-0.389-0.937-0.389-0.002 0-0.004 0-0.006 0h0c-0.002 0-0.004 0-0.006 0-0.366 0-0.698 0.149-0.937 0.389l-2.828 2.828-2.828-2.828c-0.24-0.24-0.571-0.389-0.937-0.389-0.002 0-0.004 0-0.006 0h0c-0.002 0-0.004 0-0.006 0-0.366 0-0.698 0.149-0.937 0.389l-0 0c-0.241 0.242-0.39 0.575-0.39 0.943s0.149 0.701 0.39 0.943l2.828 2.828-2.828 2.828c-0.241 0.241-0.39 0.575-0.39 0.943s0.149 0.701 0.39 0.943l-0-0c0.24 0.24 0.571 0.389 0.937 0.389 0.002 0 0.004 0 0.006 0h-0c0.002 0 0.004 0 0.006 0 0.366 0 0.698-0.149 0.937-0.389l2.828-2.828z M4 16c0-0.001 0-0.002 0-0.003 0-3.172 1.848-5.912 4.526-7.203l0.048-0.021c0.442-0.191 0.748-0.618 0.76-1.119l0-0.002v-0.253c-0.003-0.673-0.549-1.218-1.223-1.218-0.195 0-0.38 0.046-0.544 0.127l0.007-0.003c-3.711 1.718-6.24 5.41-6.24 9.693s2.528 7.975 6.174 9.666l0.066 0.027c0.156 0.077 0.339 0.121 0.532 0.121 0.673 0 1.22-0.542 1.228-1.214v-0.241c-0.011-0.506-0.317-0.937-0.752-1.13l-0.008-0.003c-2.726-1.312-4.573-4.052-4.573-7.224 0-0.001 0-0.002 0-0.003v0z',\n backer:\n 'M15.987 2.667c-7.358 0.007-13.32 5.974-13.32 13.333 0 7.364 5.97 13.333 13.333 13.333s13.333-5.97 13.333-13.333v0c0-0.002 0-0.004 0-0.007 0-7.36-5.967-13.327-13.327-13.327-0.007 0-0.014 0-0.021 0h0.001zM16 26.667c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667c5.891 0 10.667 4.776 10.667 10.667v0c0 0.001 0 0.002 0 0.003 0 5.889-4.774 10.664-10.664 10.664-0.001 0-0.002 0-0.003 0h0zM16 23.333c2.694-0.003 5.047-1.462 6.314-3.632l0.019-0.035c0.054-0.094 0.085-0.208 0.085-0.328 0-0.371-0.301-0.672-0.672-0.672-0 0-0 0-0 0h-11.493c-0.371 0.003-0.67 0.304-0.67 0.675 0 0.119 0.031 0.231 0.085 0.329l-0.002-0.003c1.287 2.205 3.639 3.663 6.333 3.667h0z M18.132 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.224-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.087 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z M9.812 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.225-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.088 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z',\n jury:\n 'M15.987 2.667c-7.358 0.007-13.32 5.974-13.32 13.333 0 7.364 5.97 13.333 13.333 13.333s13.333-5.97 13.333-13.333v0c0-0.002 0-0.004 0-0.007 0-7.36-5.967-13.327-13.327-13.327-0.007 0-0.014 0-0.021 0h0.001zM16 26.667c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667c5.891 0 10.667 4.776 10.667 10.667v0c0 0.001 0 0.002 0 0.003 0 5.889-4.774 10.664-10.664 10.664-0.001 0-0.002 0-0.003 0h0zM16 23.333c2.694-0.003 5.047-1.462 6.314-3.632l0.019-0.035c0.054-0.094 0.085-0.208 0.085-0.328 0-0.371-0.301-0.672-0.672-0.672-0 0-0 0-0 0h-11.493c-0.371 0.003-0.67 0.304-0.67 0.675 0 0.119 0.031 0.231 0.085 0.329l-0.002-0.003c1.287 2.205 3.639 3.663 6.333 3.667h0z M18.132 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.224-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.087 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z M9.812 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.225-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.088 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z',\n addMember:\n 'M16 26.667l-1.147-1.147c-0.724-0.723-1.172-1.723-1.172-2.827 0-1.117 0.459-2.128 1.198-2.853l0.001-0.001 1.12-1.093c-0.397-0.048-0.86-0.077-1.329-0.080l-0.004-0c-3.56 0-10.667 1.787-10.667 5.333v2.667h12zM14.667 16c0 0 0 0 0 0 2.946 0 5.333-2.388 5.333-5.333s-2.388-5.333-5.333-5.333c-2.946 0-5.333 2.388-5.333 5.333 0 0 0 0 0 0v-0c0 0 0 0.001 0 0.001 0 2.945 2.387 5.332 5.332 5.332 0 0 0.001 0 0.001 0h-0z M21.573 26.373c-0.243 0.241-0.577 0.39-0.947 0.39s-0.704-0.149-0.947-0.39l0 0-2.76-2.787c-0.235-0.238-0.38-0.566-0.38-0.927s0.145-0.689 0.38-0.927l-0 0 0.013-0.014c0.238-0.241 0.568-0.39 0.933-0.39s0.695 0.149 0.933 0.39l1.827 1.827 5.907-5.946c0.24-0.241 0.573-0.39 0.94-0.39s0.7 0.149 0.94 0.39l0.013 0.013c0.235 0.238 0.38 0.566 0.38 0.927s-0.145 0.689-0.38 0.927l0-0-6.853 6.907z',\n github:\n 'M15.999 0c-8.839 0-15.999 7.341-15.999 16.404 0 7.26 4.58 13.39 10.94 15.565 0.8 0.143 1.1-0.349 1.1-0.779 0-0.39-0.021-1.681-0.021-3.055-4.019 0.759-5.059-1.005-5.38-1.927-0.18-0.471-0.96-1.927-1.639-2.317-0.561-0.308-1.36-1.067-0.021-1.087 1.26-0.020 2.16 1.189 2.461 1.681 1.44 2.482 3.74 1.785 4.659 1.354 0.14-1.067 0.56-1.785 1.020-2.195-3.559-0.41-7.279-1.825-7.279-8.1 0-1.784 0.62-3.261 1.639-4.409-0.16-0.41-0.72-2.091 0.16-4.346 0 0 1.341-0.431 4.401 1.68 1.301-0.37 2.648-0.556 4-0.553 1.36 0 2.72 0.185 4 0.553 3.059-2.133 4.399-1.681 4.399-1.681 0.88 2.255 0.32 3.937 0.16 4.347 1.021 1.148 1.64 2.604 1.64 4.409 0 6.294-3.74 7.689-7.3 8.099 0.58 0.514 1.080 1.497 1.080 3.035 0 2.195-0.020 3.957-0.020 4.512 0 0.43 0.3 0.943 1.1 0.779 6.513-2.256 10.898-8.518 10.899-15.566 0-9.063-7.16-16.404-15.999-16.404z',\n bitbucket:\n 'M1.387 2c-0.004-0-0.008-0-0.013-0-0.548 0-0.993 0.441-1 0.987v0.001c0.001 0.063 0.006 0.124 0.013 0.183l-0.001-0.008 4.244 25.756c0.11 0.646 0.663 1.132 1.331 1.137h20.357c0.004 0 0.009 0 0.013 0 0.495 0 0.906-0.36 0.986-0.832l0.001-0.006 4.244-26.050c0.008-0.047 0.012-0.102 0.012-0.157 0-0.495-0.359-0.906-0.831-0.986l-0.006-0.001c-0.052-0.007-0.112-0.012-0.174-0.013l-29.176-0.012zM19.256 20.613h-6.5l-1.756-9.188h9.831l-1.575 9.188z',\n google:\n 'M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16c-8.836 0-16-7.163-16-16s7.163-16 16-16zM16 6.095c-5.471-0.001-9.906 4.434-9.905 9.905-0.002 1.639 0.404 3.252 1.181 4.694 1.673 3.103 4.952 5.212 8.724 5.212 2.256 0.003 4.444-0.767 6.2-2.181h0c1.779-1.427 3.011-3.425 3.488-5.656 0.142-0.667 0.216-1.36 0.216-2.068 0-0.633-0.059-1.251-0.173-1.851h-9.514v3.918h5.296c-0.477 1.266-1.373 2.33-2.541 3.014-1.821 1.064-4.072 1.073-5.902 0.024s-2.959-2.997-2.96-5.107c-0.001-0.651 0.107-1.297 0.318-1.913 0.584-1.696 1.909-3.034 3.599-3.634s3.562-0.398 5.085 0.55l3.209-2.627c-1.716-1.424-3.919-2.28-6.322-2.28z',\n dribbble:\n 'M16 32c-8.835-0.006-15.994-7.169-15.994-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM16 7.467c-0.608 0-1.202 0.063-1.774 0.183l0.056-0.010c-0.611 0.126-1.148 0.297-1.658 0.517l0.055-0.021c-0.557 0.238-1.033 0.501-1.48 0.806l0.029-0.019c-0.915 0.622-1.681 1.386-2.285 2.271l-0.019 0.029c-0.596 0.869-1.042 1.892-1.275 2.993l-0.010 0.056c-0.11 0.516-0.173 1.108-0.173 1.715s0.063 1.2 0.183 1.771l-0.010-0.056c0.243 1.157 0.689 2.179 1.304 3.078l-0.019-0.029c0.928 1.36 2.202 2.421 3.698 3.067l0.055 0.021c0.981 0.423 2.122 0.67 3.322 0.67s2.341-0.246 3.377-0.691l-0.056 0.021c0.557-0.238 1.033-0.501 1.479-0.805l-0.030 0.019c0.472-0.322 0.885-0.664 1.264-1.040l-0 0c0.377-0.378 0.719-0.79 1.022-1.232l0.019-0.030c0.287-0.416 0.55-0.892 0.766-1.393l0.021-0.054c0.425-0.979 0.672-2.119 0.672-3.317s-0.247-2.338-0.694-3.372l0.021 0.055c-0.236-0.555-0.5-1.031-0.805-1.476l0.018 0.028c-0.321-0.471-0.664-0.884-1.041-1.261l0 0c-0.378-0.376-0.791-0.717-1.232-1.019l-0.030-0.019c-0.87-0.597-1.895-1.043-2.998-1.274l-0.055-0.010c-0.517-0.11-1.11-0.174-1.718-0.174h-0z M16 23.265c-0.004 0-0.009 0-0.014 0-1.692 0-3.248-0.58-4.481-1.552l0.015 0.012c0.36-0.678 0.792-1.26 1.297-1.769l-0.001 0.001c1.201-1.234 2.684-2.187 4.346-2.754l0.078-0.023c0.016-0.006 0.032-0.011 0.048-0.016 0.63 1.567 1.169 3.421 1.528 5.338l0.029 0.187c-0.835 0.365-1.809 0.577-2.832 0.577-0.005 0-0.010 0-0.015 0h0.001zM20.072 22.024v0c-0.373-1.997-0.864-3.741-1.491-5.418l0.073 0.221c0.448-0.075 0.965-0.118 1.491-0.118 0.009 0 0.019 0 0.028 0h-0.001c0.009-0 0.019-0 0.029-0 1.067 0 2.098 0.159 3.069 0.453l-0.075-0.020c-0.341 2.042-1.488 3.766-3.097 4.864l-0.025 0.016zM10.58 20.851v0c-1.158-1.281-1.867-2.987-1.867-4.859 0-0.001 0-0.003 0-0.004v0c0-0.051 0-0.106 0.004-0.172l0.002-0.060c0.026 0 0.12 0.003 0.263 0.003 2.578-0.019 5.061-0.397 7.409-1.087l-0.19 0.048c0.219 0.428 0.416 0.844 0.591 1.236l-0.027 0.008c-0.076 0.022-0.17 0.049-0.26 0.079-1.753 0.607-3.243 1.591-4.43 2.862l-0.006 0.006c-0.554 0.569-1.046 1.204-1.461 1.891l-0.026 0.047zM23.284 15.914v0l-0.007-0.002c-1.017-0.209-2.187-0.331-3.385-0.334h-0.003c-0.011-0-0.024-0-0.037-0-0.579 0-1.149 0.036-1.709 0.106l0.067-0.007c-0.049-0.12-0.096-0.228-0.158-0.377-0.143-0.334-0.301-0.68-0.484-1.056 2.853-1.164 4.012-2.81 4.060-2.88 1.016 1.228 1.638 2.813 1.657 4.543l0 0.004zM8.991 14.489h-0.122c0.495-2.263 1.986-4.102 3.979-5.064l0.044-0.019 0.005 0.006c0.879 1.19 1.772 2.557 2.588 3.974l0.113 0.213c-1.975 0.539-4.247 0.862-6.59 0.889l-0.016 0zM17.007 13.16v0c-0.904-1.631-1.802-3.013-2.784-4.328l0.071 0.099-0.011-0.014c0.516-0.129 1.108-0.204 1.717-0.204h0c0.001 0 0.003 0 0.004 0 1.847 0 3.533 0.688 4.816 1.822l-0.008-0.007c-0.112 0.166-1.168 1.646-3.805 2.634z',\n microsoft:\n 'M4.8 4.8h10.73v10.73h-10.73zM16.47 4.8h10.73v10.73h-10.73zM4.8 16.47h10.73v10.73h-10.73zM16.47 16.47h10.73v10.73h-10.73z',\n 'twitter-n':\n 'M26.169 10.782c0.016 0.227 0.016 0.455 0.016 0.682 0 6.936-5.28 14.928-14.928 14.928-0.011 0-0.025 0-0.039 0-2.979 0-5.752-0.878-8.076-2.39l0.057 0.035c0.356 0.041 0.769 0.065 1.187 0.065 0.028 0 0.056-0 0.085-0l-0.004 0c0.008 0 0.018 0 0.028 0 2.457 0 4.718-0.844 6.507-2.257l-0.022 0.017c-2.286-0.043-4.212-1.539-4.895-3.601l-0.011-0.037c0.297 0.049 0.64 0.078 0.989 0.080h0.002c0.491-0.001 0.967-0.066 1.42-0.187l-0.039 0.009c-2.417-0.502-4.207-2.613-4.207-5.143 0-0.003 0-0.005 0-0.008v0-0.065c0.683 0.388 1.495 0.631 2.361 0.665l0.010 0c-1.418-0.956-2.339-2.556-2.339-4.371 0-0.975 0.266-1.888 0.728-2.671l-0.013 0.024c2.6 3.182 6.445 5.262 10.782 5.489l0.037 0.002c-0.080-0.36-0.127-0.774-0.13-1.198v-0.002c0.004-2.898 2.354-5.246 5.252-5.246 1.508 0 2.868 0.636 3.826 1.654l0.003 0.003c1.255-0.247 2.371-0.687 3.376-1.293l-0.046 0.026c-0.406 1.233-1.222 2.239-2.283 2.878l-0.024 0.013c1.12-0.131 2.141-0.418 3.088-0.84l-0.067 0.027c-0.732 1.057-1.603 1.954-2.6 2.691l-0.031 0.022z',\n 'facebook-n':\n 'M21.613 17.6l0.711-4.633h-4.446v-3.006c0-1.267 0.621-2.503 2.612-2.503h2.021v-3.945c-1.066-0.181-2.306-0.295-3.569-0.313l-0.018-0c-3.661 0-6.054 2.219-6.054 6.236v3.531h-4.070v4.633h4.070v11.2h5.009v-11.2z',\n 'instagram-n':\n 'M16.003 9.437c-3.623 0-6.56 2.937-6.56 6.56s2.937 6.56 6.56 6.56c3.623 0 6.56-2.937 6.56-6.56v0c0-0.002 0-0.005 0-0.008 0-3.619-2.933-6.552-6.552-6.552-0.003 0-0.006 0-0.008 0h0zM16.003 20.267c-0 0-0.001 0-0.001 0-2.357 0-4.267-1.91-4.267-4.267s1.911-4.267 4.267-4.267c2.357 0 4.267 1.911 4.267 4.267v0c-0.004 2.355-1.912 4.263-4.266 4.267h-0zM24.364 9.168c-0 0.845-0.685 1.53-1.53 1.53s-1.53-0.685-1.53-1.53 0.685-1.53 1.53-1.53v0c0.001 0 0.002 0 0.003 0 0.843 0 1.527 0.684 1.527 1.527 0 0.001 0 0.003 0 0.004v-0zM28.71 10.722c0.001-0.047 0.002-0.102 0.002-0.157 0-2.016-0.788-3.849-2.072-5.206l0.003 0.004c-1.361-1.282-3.199-2.069-5.222-2.069-0.049 0-0.097 0-0.145 0.001l0.007-0c-2.113-0.12-8.446-0.12-10.56 0-0.044-0.001-0.096-0.001-0.148-0.001-2.018 0-3.853 0.785-5.215 2.067l0.004-0.004c-1.281 1.357-2.069 3.193-2.069 5.212 0 0.052 0.001 0.104 0.002 0.156l-0-0.008c-0.12 2.114-0.12 8.449 0 10.56-0.001 0.047-0.002 0.102-0.002 0.157 0 2.016 0.788 3.849 2.072 5.206l-0.003-0.004c1.362 1.282 3.202 2.069 5.226 2.069 0.047 0 0.095-0 0.142-0.001l-0.007 0c2.113 0.12 8.446 0.12 10.56 0 0.047 0.001 0.102 0.002 0.158 0.002 2.016 0 3.849-0.788 5.206-2.073l-0.003 0.003c1.281-1.361 2.068-3.2 2.068-5.223 0-0.048-0-0.097-0.001-0.145l0 0.007c0.119-2.111 0.119-8.441 0-10.554zM25.98 23.546c-0.449 1.116-1.316 1.985-2.404 2.423l-0.029 0.010c-1.685 0.668-5.68 0.514-7.544 0.514s-5.863 0.148-7.543-0.514c-1.116-0.449-1.984-1.317-2.422-2.405l-0.010-0.029c-0.668-1.685-0.514-5.68-0.514-7.546s-0.149-5.866 0.514-7.546c0.449-1.116 1.317-1.984 2.404-2.422l0.029-0.010c1.685-0.668 5.68-0.514 7.544-0.514s5.866-0.149 7.544 0.514c1.116 0.449 1.983 1.317 2.422 2.404l0.010 0.029c0.668 1.685 0.514 5.68 0.514 7.546s0.154 5.866-0.514 7.546z',\n 'linkedin-n':\n 'M8.93 25.599h-5.307v-17.091h5.307zM6.274 6.177c-0.004 0-0.009 0-0.014 0-1.705 0-3.088-1.383-3.088-3.088s1.383-3.088 3.088-3.088c1.7 0 3.079 1.374 3.088 3.072v0.001c0 0.001 0 0.002 0 0.003 0 1.703-1.373 3.085-3.072 3.1h-0.001zM28.794 25.599h-5.296v-8.32c0-1.983-0.040-4.526-2.759-4.526-2.759 0-3.182 2.154-3.182 4.383v8.462h-5.302v-17.091h5.090v2.331h0.074c0.985-1.665 2.772-2.764 4.815-2.764 0.073 0 0.145 0.001 0.217 0.004l-0.010-0c5.371 0 6.359 3.537 6.359 8.131v9.389z',\n 'medium-n':\n 'M6.233 9.744c0.003-0.030 0.005-0.064 0.005-0.099 0-0.292-0.125-0.554-0.324-0.737l-0.001-0.001-2.387-2.88v-0.428h7.42l5.734 12.58 5.044-12.58h7.076v0.429l-2.043 1.958c-0.143 0.11-0.235 0.281-0.235 0.474 0 0.034 0.003 0.068 0.008 0.1l-0-0.004v14.396c-0.005 0.029-0.008 0.063-0.008 0.097 0 0.193 0.092 0.364 0.234 0.473l0.001 0.001 1.995 1.958v0.429h-10.039v-0.429l2.070-2.006c0.201-0.201 0.201-0.265 0.201-0.571v-11.634l-5.754 14.602h-0.778l-6.692-14.602v9.786c-0.008 0.055-0.013 0.12-0.013 0.185 0 0.364 0.146 0.695 0.383 0.935l-0-0 2.691 3.261v0.429h-7.622v-0.423l2.689-3.266c0.225-0.232 0.363-0.548 0.363-0.897 0-0.079-0.007-0.156-0.021-0.231l0.001 0.008z',\n 'reddit-n':\n 'M25.945 13.259c-0.8 0.001-1.524 0.329-2.044 0.857l-0 0c-2.085-1.39-4.638-2.236-7.386-2.282l-0.012-0 1.494-6.734 4.761 1.068c0.002 1.167 0.948 2.113 2.115 2.115h0c0.004 0 0.009 0 0.013 0 1.183 0 2.142-0.959 2.142-2.142s-0.959-2.142-2.142-2.142c-0.835 0-1.559 0.478-1.912 1.176l-0.006 0.012-5.255-1.166c-0.031-0.007-0.066-0.011-0.102-0.011-0.239 0-0.439 0.167-0.491 0.39l-0.001 0.003-1.642 7.424c-2.747 0.074-5.28 0.926-7.406 2.342l0.051-0.032c-0.519-0.543-1.249-0.881-2.059-0.881-1.572 0-2.846 1.274-2.846 2.846 0 1.117 0.644 2.084 1.58 2.55l0.017 0.007c-0.089 0.389-0.14 0.835-0.14 1.294 0 0.014 0 0.028 0 0.041v-0.002c0 4.522 5.094 8.186 11.347 8.186 6.28 0 11.374-3.664 11.374-8.186 0-0.014 0-0.031 0-0.048 0-0.464-0.061-0.914-0.176-1.341l0.008 0.036c0.938-0.477 1.569-1.435 1.569-2.54 0-1.569-1.272-2.841-2.841-2.841-0.004 0-0.009 0-0.013 0h0.001zM9.17 18.946c-0-0.004-0-0.009-0-0.014 0-1.176 0.953-2.129 2.129-2.129s2.129 0.953 2.129 2.129c0 1.171-0.945 2.121-2.114 2.129h-0.001c-0.003 0-0.006 0-0.009 0-1.172 0-2.123-0.945-2.133-2.114v-0.001zM20.734 23.991c-1.964 1.964-7.506 1.964-9.47 0-0.1-0.092-0.162-0.224-0.162-0.37s0.062-0.277 0.162-0.369l0-0c0.093-0.088 0.218-0.142 0.356-0.142s0.263 0.054 0.356 0.142l-0-0c1.5 1.538 6.475 1.565 8.039 0 0.093-0.088 0.218-0.142 0.356-0.142s0.263 0.054 0.356 0.142l-0-0c0.103 0.092 0.167 0.224 0.167 0.372 0 0.145-0.062 0.276-0.161 0.367l-0 0zM20.69 21.066c-1.17-0.008-2.115-0.958-2.115-2.129 0-1.176 0.953-2.129 2.129-2.129s2.129 0.953 2.129 2.129c0 0.005-0 0.010-0 0.014v-0.001c-0.002 1.169-0.95 2.115-2.118 2.115-0.009 0-0.017-0-0.026-0h0.001z',\n link:\n 'M15.999 6.572l-2.828 2.828c-0.521 0.521-0.521 1.365 0 1.886s1.365 0.521 1.886 0v0l2.828-2.828c1.562-1.562 4.095-1.562 5.657 0s1.562 4.095 0 5.657v0l-2.828 2.828c-0.521 0.521-0.521 1.365 0 1.886s1.365 0.521 1.886 0v0l2.828-2.828c2.604-2.604 2.604-6.825 0-9.428s-6.825-2.603-9.428 0v0zM12.228 19.771c0.521 0.521 1.365 0.521 1.886 0v0l5.657-5.657c0.521-0.521 0.521-1.365 0-1.886s-1.365-0.521-1.886 0v0l-5.657 5.657c-0.521 0.521-0.521 1.365 0 1.886v0zM16.942 20.714l-2.828 2.828c-1.562 1.562-4.095 1.562-5.657 0s-1.562-4.095 0-5.657v0l2.828-2.828c0.521-0.521 0.521-1.365 0-1.886s-1.365-0.521-1.886 0v0l-2.828 2.828c-2.603 2.604-2.603 6.825 0 9.428s6.825 2.604 9.428 0v0l2.828-2.828c0.521-0.521 0.521-1.365 0-1.886s-1.365-0.521-1.886 0v0z',\n 'link-o':\n 'M16 32c-0.013 0-0.028 0-0.043 0-4.405 0-8.391-1.792-11.27-4.686l-0.001-0.001c-2.895-2.879-4.686-6.865-4.686-11.27 0-0.015 0-0.031 0-0.046v0.002c-0-0.013-0-0.028-0-0.043 0-4.405 1.792-8.391 4.686-11.269l0.001-0.001c2.88-2.895 6.866-4.687 11.271-4.687 0.015 0 0.030 0 0.045 0h-0.002c0.013-0 0.028-0 0.043-0 4.405 0 8.391 1.792 11.27 4.686l0.001 0.001c2.895 2.879 4.686 6.866 4.686 11.27 0 0.015-0 0.030-0 0.045v-0.002c0 0.013 0 0.028 0 0.044 0 4.404-1.792 8.39-4.686 11.269l-0.001 0.001c-2.879 2.895-6.865 4.687-11.27 4.687-0.015 0-0.031-0-0.046-0h0.002zM12.371 14.144c-0.001 0-0.002 0-0.004 0-0.267 0-0.508 0.108-0.682 0.283l-2.057 2.057c-0.877 0.872-1.42 2.080-1.42 3.414 0 0.005 0 0.010 0 0.015v-0.001c0 0.004-0 0.009-0 0.014 0 1.335 0.543 2.543 1.42 3.415l0 0c0.873 0.877 2.080 1.419 3.415 1.419 0.005 0 0.009 0 0.014-0h-0.001c0.004 0 0.008 0 0.013 0 1.335 0 2.543-0.543 3.416-1.419l2.057-2.058c0.175-0.176 0.283-0.418 0.283-0.685s-0.108-0.51-0.283-0.685l0 0c-0.174-0.175-0.415-0.284-0.681-0.284-0.001 0-0.003 0-0.004 0h0c-0.001 0-0.003 0-0.004 0-0.266 0-0.508 0.109-0.681 0.284l-2.057 2.056c-0.523 0.524-1.246 0.848-2.045 0.848-0.004 0-0.009 0-0.013-0h0.001c-0.004 0-0.008 0-0.012 0-0.799 0-1.522-0.324-2.044-0.848l-0-0c-0.524-0.523-0.849-1.246-0.849-2.045 0-0.004 0-0.009 0-0.013v0.001c-0-0.004-0-0.008-0-0.012 0-0.799 0.324-1.522 0.849-2.045l2.057-2.058c0.175-0.174 0.283-0.415 0.283-0.681 0-0.002 0-0.003 0-0.005v0c0-0.001 0-0.003 0-0.005 0-0.266-0.108-0.506-0.283-0.68l-0-0c-0.175-0.175-0.416-0.283-0.682-0.283-0.001 0-0.003 0-0.004 0h0zM18.542 13.458c-0.001 0-0.002 0-0.003 0-0.267 0-0.508 0.109-0.682 0.284l-4.114 4.114c-0.175 0.174-0.283 0.415-0.283 0.681 0 0.001 0 0.003 0 0.004v-0c0 0.001 0 0.003 0 0.005 0 0.266 0.108 0.508 0.283 0.682l0 0c0.174 0.175 0.415 0.284 0.682 0.284 0.001 0 0.002 0 0.004 0h-0c0.001 0 0.002 0 0.003 0 0.267 0 0.508-0.108 0.682-0.284l4.114-4.114c0.175-0.174 0.283-0.415 0.283-0.681 0-0.001 0-0.003 0-0.004v0c0-0.001 0-0.003 0-0.005 0-0.266-0.108-0.508-0.283-0.682l-0-0c-0.174-0.175-0.414-0.283-0.68-0.283-0.002 0-0.004 0-0.006 0h0zM19.913 10.15c0.004-0 0.008-0 0.013-0 0.799 0 1.521 0.324 2.044 0.848l0 0c0.524 0.523 0.848 1.246 0.848 2.044 0 0.004 0 0.009-0 0.013v-0.001c0 0.004 0 0.008 0 0.013 0 0.799-0.324 1.521-0.848 2.044l-2.058 2.058c-0.175 0.174-0.283 0.415-0.283 0.682 0 0.001 0 0.003 0 0.004v-0c0 0.002 0 0.003 0 0.005 0 0.266 0.108 0.506 0.283 0.68l0 0c0.175 0.175 0.416 0.283 0.682 0.283 0.001 0 0.003 0 0.004 0h-0c0.001 0 0.003 0 0.004 0 0.266 0 0.508-0.108 0.682-0.283l2.057-2.057c0.876-0.878 1.418-2.090 1.418-3.429s-0.542-2.551-1.418-3.429l0 0c-0.873-0.877-2.080-1.419-3.415-1.419-0.005 0-0.009 0-0.014 0h0.001c-0.004 0-0.009-0-0.013-0-1.334 0-2.542 0.543-3.415 1.419l-2.057 2.057c-0.175 0.176-0.283 0.418-0.283 0.686s0.108 0.51 0.283 0.686l-0-0c0.174 0.175 0.415 0.284 0.681 0.284 0.001 0 0.003 0 0.004 0h-0c0.001 0 0.003 0 0.004 0 0.266 0 0.508-0.109 0.681-0.284l2.058-2.056c0.522-0.524 1.245-0.847 2.043-0.847 0.005 0 0.010 0 0.015 0h-0.001z',\n instagram:\n 'M16 32c-8.835-0.006-15.994-7.169-15.994-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM16 7.467h-0.37c-1.959 0-2.269 0.011-3.148 0.050-0.748 0.016-1.458 0.16-2.115 0.411l0.043-0.014c-1.15 0.453-2.043 1.346-2.486 2.466l-0.010 0.030c-0.237 0.613-0.381 1.323-0.397 2.064l-0 0.007c-0.042 0.931-0.052 1.238-0.052 3.52s0.010 2.587 0.052 3.518c0.017 0.748 0.161 1.458 0.411 2.115l-0.015-0.043c0.454 1.15 1.346 2.042 2.466 2.486l0.030 0.010c0.613 0.236 1.322 0.38 2.062 0.397l0.007 0c0.918 0.042 1.223 0.052 3.52 0.052s2.6-0.010 3.518-0.052c0.748-0.016 1.458-0.16 2.116-0.411l-0.043 0.015c1.149-0.454 2.042-1.347 2.486-2.466l0.010-0.030c0.235-0.614 0.379-1.323 0.396-2.064l0-0.007c0.042-0.931 0.052-1.238 0.052-3.518s-0.010-2.587-0.052-3.52c-0.017-0.748-0.161-1.457-0.411-2.114l0.015 0.044c-0.453-1.15-1.346-2.043-2.466-2.486l-0.030-0.010c-0.614-0.236-1.324-0.38-2.066-0.396l-0.007-0c-0.918-0.041-1.222-0.051-3.517-0.051z M16.001 22.992c-2.263 0-2.535-0.009-3.448-0.050-0.571-0.008-1.114-0.115-1.617-0.306l0.033 0.011c-0.385-0.145-0.713-0.363-0.98-0.639l-0.001-0.001c-0.277-0.268-0.495-0.596-0.634-0.962l-0.006-0.018c-0.18-0.47-0.287-1.013-0.294-1.581l-0-0.003c-0.039-0.89-0.047-1.158-0.047-3.447s0.009-2.556 0.049-3.447c0.007-0.571 0.114-1.114 0.305-1.617l-0.011 0.032c0.144-0.385 0.363-0.713 0.639-0.98l0.001-0.001c0.269-0.277 0.597-0.495 0.963-0.634l0.018-0.006c0.47-0.179 1.013-0.285 1.58-0.293l0.003-0c0.792-0.036 1.091-0.046 2.683-0.048 0.073 0.003 0.152 0.003 0.222 0.003h0.544c2.299 0 2.566 0.009 3.448 0.049 0.571 0.007 1.114 0.115 1.617 0.305l-0.033-0.011c0.385 0.145 0.712 0.363 0.98 0.639l0.001 0.001c0.277 0.269 0.495 0.597 0.634 0.963l0.006 0.018c0.179 0.47 0.287 1.013 0.294 1.581l0 0.003c0.041 0.892 0.049 1.16 0.049 3.448s-0.009 2.556-0.049 3.447c-0.008 0.571-0.115 1.114-0.305 1.617l0.011-0.033c-0.294 0.746-0.874 1.325-1.6 1.612l-0.019 0.007c-0.47 0.181-1.014 0.288-1.582 0.295l-0.003 0c-0.915 0.039-1.187 0.048-3.45 0.048zM16.001 11.618c-2.42 0-4.382 1.962-4.382 4.382s1.962 4.382 4.382 4.382c2.419 0 4.38-1.96 4.382-4.379v-0c-0.002-2.42-1.962-4.381-4.381-4.384h-0zM20.557 10.421h-0.002c-0.416 0.001-0.753 0.338-0.753 0.754s0.338 0.754 0.754 0.754 0.754-0.338 0.754-0.754c0-0.416-0.337-0.753-0.753-0.754h-0z M16.001 13.156c1.571 0 2.844 1.274 2.844 2.844s-1.274 2.844-2.844 2.844c-1.571 0-2.844-1.274-2.844-2.844v0c0-1.571 1.274-2.844 2.844-2.844v0z',\n linkedin:\n 'M16 32c-0.004 0-0.008 0-0.012 0-8.834 0-15.995-7.161-15.995-15.995 0-4.421 1.794-8.423 4.693-11.319l0-0c2.895-2.891 6.892-4.68 11.307-4.68 8.837 0 16 7.163 16 16 0 6.585-3.978 12.241-9.661 14.695l-0.104 0.040c-1.829 0.795-3.959 1.258-6.197 1.258-0.011 0-0.022 0-0.033-0h0.002zM18.92 15.855c0.838 0 1.837 0.427 1.837 2.464v5.828h3.627v-6.247c0-1.602-0.401-2.848-1.193-3.707-0.715-0.74-1.717-1.2-2.826-1.2-0.055 0-0.11 0.001-0.164 0.003l0.008-0c-0.032-0.001-0.069-0.002-0.107-0.002-0.771 0-1.487 0.233-2.082 0.632l0.014-0.009c-0.439 0.319-0.804 0.71-1.083 1.161l-0.010 0.017v-1.543h-3.626c0.047 1.011 0 10.796 0 10.894h3.626v-6.084c-0.002-0.038-0.003-0.082-0.003-0.126 0-0.271 0.045-0.532 0.128-0.775l-0.005 0.017c0.145-0.362 0.368-0.666 0.649-0.903l0.003-0.003c0.318-0.26 0.729-0.418 1.177-0.418 0.011 0 0.022 0 0.033 0l-0.002-0zM7.68 13.252v10.895h3.627v-10.895zM9.518 8c-1.208 0-2.052 0.774-2.052 1.882 0 1.091 0.843 1.883 2.004 1.883h0.023c0.023 0.001 0.050 0.001 0.076 0.001 0.549 0 1.049-0.209 1.425-0.552l-0.002 0.002c0.34-0.332 0.552-0.795 0.552-1.307 0-0.009-0-0.019-0-0.028l0 0.001c-0.026-1.126-0.839-1.882-2.028-1.882z',\n medium:\n 'M16 32c-8.835-0.006-15.994-7.169-15.994-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM20.152 12.177v0 9.922c0 0.268 0 0.316-0.17 0.489l-1.723 1.712v0.367h8.367v-0.367l-1.664-1.672c-0.12-0.095-0.196-0.24-0.196-0.403 0-0.030 0.003-0.060 0.008-0.089l-0 0.003v-12.279c-0.005-0.026-0.007-0.056-0.007-0.086 0-0.163 0.076-0.309 0.195-0.402l0.001-0.001 1.703-1.671v-0.367h-5.895l-4.203 10.731-4.781-10.731h-6.185v0.367l1.992 2.456c0.168 0.157 0.273 0.38 0.273 0.628 0 0.030-0.002 0.060-0.005 0.089l0-0.004v9.651c0.010 0.056 0.016 0.121 0.016 0.187 0 0.298-0.115 0.57-0.304 0.772l0.001-0.001-2.24 2.782v0.367h6.352v-0.367l-2.24-2.782c-0.198-0.208-0.319-0.489-0.319-0.799 0-0.056 0.004-0.111 0.012-0.165l-0.001 0.006v-8.346l5.576 12.452h0.647z',\n twitter:\n 'M16 32c-8.835-0.006-15.994-7.169-15.994-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM8.512 14.149c-0.018 0-0.028 0.003-0.032 0.009-0.081 0.082 0.194 1.115 0.403 1.514 0.361 0.625 0.884 1.12 1.512 1.437l0.021 0.009 0.548 0.26-0.649 0.011c-0.402 0-0.546 0.005-0.592 0.064-0.028 0.037-0.014 0.096 0.010 0.184 0.224 0.733 1.104 1.512 2.093 1.853l0.694 0.238-0.604 0.361c-0.862 0.502-1.892 0.809-2.991 0.836l-0.008 0c-0.039-0.002-0.084-0.002-0.13-0.002-0.279 0-0.551 0.034-0.811 0.098l0.023-0.005c0 0.116 1.373 0.748 2.16 0.994 0.786 0.248 1.691 0.39 2.628 0.39 0.013 0 0.027-0 0.040-0h-0.002c0.016 0 0.035 0 0.054 0 1.7 0 3.294-0.455 4.667-1.25l-0.045 0.024c1.644-1.060 2.927-2.554 3.702-4.321l0.025-0.063c0.398-0.995 0.669-2.148 0.759-3.351l0.002-0.039c0-0.523 0.037-0.591 0.66-1.209 0.28-0.266 0.537-0.55 0.771-0.853l0.013-0.017c0.041-0.079 0.064-0.128 0.052-0.151-0.005-0.009-0.017-0.013-0.036-0.013-0.185 0.035-0.348 0.084-0.503 0.147l0.017-0.006c-0.227 0.099-0.492 0.176-0.768 0.216l-0.017 0.002c-0.050 0-0.079-0.012-0.090-0.035-0.024-0.055 0.056-0.178 0.259-0.397 0.349-0.364 0.761-1.019 0.761-1.209 0-0.007-0.006-0.010-0.019-0.010-0.128 0.028-0.242 0.074-0.344 0.137l0.005-0.003c-0.276 0.139-0.602 0.27-0.941 0.372l-0.044 0.012-0.604 0.192-0.548-0.372c-0.274-0.19-0.588-0.358-0.92-0.487l-0.031-0.011c-0.256-0.067-0.55-0.106-0.853-0.106-0.015 0-0.030 0-0.045 0l0.002-0c-0.018-0-0.040-0.001-0.061-0.001-0.358 0-0.703 0.055-1.027 0.158l0.024-0.007c-1.283 0.446-2.187 1.645-2.187 3.055 0 0.070 0.002 0.139 0.007 0.208l-0-0.009 0.034 0.554-0.56-0.068c-2.099-0.273-3.937-1.223-5.326-2.621l-0-0-0.739-0.736-0.192 0.544c-0.122 0.329-0.192 0.709-0.192 1.105 0 0.867 0.337 1.655 0.888 2.241l-0.002-0.002c0.202 0.214 0.286 0.34 0.262 0.394-0.010 0.022-0.036 0.032-0.083 0.032-0.225-0.030-0.429-0.089-0.62-0.173l0.014 0.006c-0.142-0.058-0.308-0.104-0.481-0.13l-0.013-0.002z',\n vimeo:\n 'M16 32c-8.835-0.006-15.994-7.169-15.994-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM8.276 13.792c0.655 0 1.278 1.043 1.851 3.099l1.549 5.682c0.77 2.056 1.726 3.099 2.84 3.099 0.899 0 1.912-0.428 3.011-1.272 1.361-1.122 2.55-2.375 3.574-3.759l0.040-0.057c2.513-3.234 3.831-5.816 3.914-7.676 0.064-1.391-0.202-2.417-0.788-3.049-0.492-0.488-1.17-0.79-1.918-0.79-0.029 0-0.059 0-0.088 0.001l0.004-0c-0.072-0.002-0.144-0.004-0.214-0.004-0.040-0.001-0.088-0.002-0.135-0.002-1.174 0-2.248 0.427-3.076 1.134l0.007-0.005c-0.862 0.748-1.53 1.886-1.987 3.382 0.418-0.191 0.905-0.307 1.418-0.315l0.003-0c0.032-0.003 0.069-0.004 0.107-0.004 0.353 0 0.673 0.14 0.908 0.368l-0-0c0.195 0.264 0.311 0.596 0.311 0.955 0 0.116-0.012 0.229-0.035 0.337l0.002-0.011c-0.058 0.66-0.493 1.636-1.292 2.899s-1.41 1.904-1.811 1.904c-0.515 0-0.992-0.987-1.423-2.935-0.143-0.57-0.405-2.050-0.776-4.4-0.093-0.873-0.403-1.659-0.874-2.322l0.010 0.015c-0.369-0.47-0.937-0.769-1.574-0.769-0.017 0-0.034 0-0.051 0.001l0.003-0c-0.087 0-0.178 0.004-0.27 0.013-0.63 0.057-1.587 0.637-2.846 1.724-0.884 0.8-1.827 1.642-2.801 2.499l0.903 1.163c0.869-0.61 1.362-0.905 1.506-0.905z',\n youtube:\n 'M16 32c-8.835-0.006-15.994-7.169-15.994-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM16 10.133c-0.053 0-5.352 0.004-6.668 0.366-0.743 0.215-1.313 0.798-1.506 1.534l-0.003 0.015c-0.352 1.351-0.357 4.189-0.357 4.218s0.004 2.867 0.357 4.218c0.196 0.751 0.766 1.334 1.494 1.545l0.015 0.004c1.316 0.362 6.615 0.366 6.668 0.366s5.352-0.004 6.668-0.366c0.743-0.215 1.313-0.798 1.505-1.534l0.003-0.015c0.352-1.351 0.357-4.189 0.357-4.218s-0.004-2.867-0.357-4.218c-0.196-0.751-0.766-1.334-1.493-1.545l-0.015-0.004c-1.315-0.362-6.614-0.366-6.668-0.366z M14.4 19.2v-5.333l4.267 2.667z',\n facebook:\n 'M16 32c-8.835-0.005-15.995-7.168-15.995-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM12.267 13.703v3h1.8v8.704h3.6v-8.705h2.4l0.319-3h-2.719l0.004-1.501c0-0.767 0.055-1.2 1.2-1.2h1.502v-3.001h-2.4c-1.4 0-2.395 0.338-3.034 1.033-0.549 0.689-0.88 1.572-0.88 2.533 0 0.117 0.005 0.234 0.015 0.349l-0.001-0.015v1.8z',\n messenger:\n 'M16 32c-8.835-0.005-15.995-7.168-15.995-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM15.915 6.4c-0.023-0-0.050-0-0.076-0-2.57 0-4.909 0.989-6.658 2.606l0.007-0.006c-1.708 1.56-2.778 3.793-2.787 6.276v0.002c0.021 2.814 1.385 5.305 3.482 6.867l0.023 0.016v3.415l3.193-1.815c0.841 0.251 1.807 0.395 2.807 0.395 0.004 0 0.007 0 0.011 0h-0.001c0.023 0 0.050 0 0.077 0 2.57 0 4.909-0.989 6.658-2.606l-0.006 0.006c1.714-1.555 2.786-3.791 2.786-6.278s-1.072-4.722-2.778-6.271l-0.007-0.006c-1.742-1.612-4.082-2.602-6.653-2.602-0.026 0-0.053 0-0.079 0l0.004-0z M14.901 12.846l-5.133 5.433 4.67-2.563 2.44 2.562 5.103-5.433-4.619 2.517-2.461-2.517z',\n reddit:\n 'M16 32c-8.835-0.005-15.995-7.168-15.995-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM7.467 13.137c-0.005-0-0.011-0-0.017-0-1.463 0-2.649 1.186-2.649 2.649 0 0.931 0.48 1.75 1.207 2.222l0.010 0.006c-0.036 0.217-0.056 0.467-0.057 0.722v0c0 3.774 4.6 6.844 10.26 6.844s10.26-3.070 10.26-6.844c-0.001-0.237-0.018-0.47-0.053-0.697l0.003 0.026c0.782-0.471 1.296-1.316 1.296-2.28 0-1.466-1.188-2.654-2.654-2.654-0.677 0-1.294 0.253-1.763 0.67l0.003-0.002c-1.806-1.11-3.976-1.8-6.3-1.884l-0.023-0.001 1.286-4.047 3.508 0.823c0.044 1.184 1.014 2.127 2.205 2.127 0 0 0.001 0 0.002 0h-0c1.213-0.003 2.194-0.987 2.194-2.2 0-1.215-0.985-2.2-2.2-2.2-0.878 0-1.636 0.514-1.989 1.258l-0.006 0.013-3.942-0.923c-0.035-0.008-0.075-0.013-0.117-0.013-0 0-0.001 0-0.001 0h0c-0.001 0-0.002 0-0.003 0-0.227 0-0.419 0.149-0.485 0.354l-0.001 0.004-1.522 4.79c-2.486 0.011-4.809 0.704-6.793 1.9l0.060-0.033c-0.461-0.391-1.062-0.629-1.719-0.63h-0z M26.149 17.013c-0.443-1.042-1.115-1.912-1.958-2.576l-0.014-0.010c0.252-0.165 0.56-0.264 0.891-0.264 0.901 0 1.633 0.728 1.638 1.629v0c-0.001 0.487-0.216 0.923-0.555 1.22l-0.002 0.002z M23.989 7.44c0.648 0.003 1.173 0.529 1.173 1.178 0 0.651-0.527 1.178-1.178 1.178s-1.178-0.527-1.178-1.178v0c0.002-0.651 0.531-1.178 1.182-1.178 0 0 0.001 0 0.001 0h-0z M16.22 24.56c-5.091 0-9.233-2.611-9.233-5.821 0-0.105 0.005-0.215 0.016-0.333 0.036-0.369 0.118-0.708 0.24-1.026l-0.009 0.026c0.376-0.919 0.97-1.683 1.72-2.253l0.013-0.010c0.248-0.199 0.526-0.395 0.816-0.573l0.035-0.020c1.776-1.028 3.907-1.635 6.179-1.635 0.078 0 0.156 0.001 0.234 0.002l-0.012-0c0.071-0.001 0.155-0.002 0.239-0.002 2.296 0 4.447 0.623 6.292 1.71l-0.058-0.032c0.323 0.201 0.6 0.401 0.863 0.617l-0.013-0.011c0.733 0.573 1.304 1.321 1.654 2.182l0.013 0.035c0.113 0.292 0.194 0.632 0.227 0.985l0.001 0.015c0.010 0.122 0.015 0.225 0.015 0.322 0 3.211-4.142 5.822-9.233 5.822zM16.266 23.171h0.013c1.719 0 2.933-0.379 3.719-1.157 0.092-0.092 0.149-0.22 0.149-0.361 0-0.282-0.229-0.511-0.511-0.511-0 0-0.001 0-0.001 0h0c-0 0-0.001 0-0.002 0-0.141 0-0.269 0.057-0.362 0.149l0-0c-0.581 0.577-1.56 0.858-2.992 0.858h-0.025c-1.433 0-2.412-0.281-2.992-0.858-0.093-0.093-0.221-0.15-0.363-0.15-0.283 0-0.513 0.229-0.513 0.512v0c0 0 0 0.001 0 0.001 0 0.141 0.057 0.268 0.15 0.359l0 0c0.783 0.779 2 1.158 3.718 1.158h0.012zM12.843 15.923c-0.872 0.011-1.576 0.714-1.59 1.584l-0 0.001c0.003 0.87 0.709 1.575 1.58 1.575 0.873 0 1.58-0.707 1.58-1.58 0-0.869-0.702-1.574-1.569-1.58h-0.001zM19.714 15.923c-0.873 0.009-1.579 0.712-1.594 1.583l-0 0.001c0.002 0.872 0.709 1.578 1.581 1.578 0.873 0 1.581-0.708 1.581-1.581 0-0.869-0.701-1.574-1.568-1.581h-0.001z M5.827 15.792c0.002-0.902 0.734-1.632 1.636-1.632 0.309 0 0.599 0.086 0.845 0.235l-0.007-0.004c-0.857 0.668-1.533 1.53-1.968 2.52l-0.016 0.042c-0.302-0.295-0.489-0.706-0.489-1.16 0-0 0-0 0-0v0z',\n skype:\n 'M16 32c-8.835-0.005-15.995-7.168-15.995-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM17.581 23.98v0c0.647 0.348 1.415 0.553 2.232 0.553h0c0.008 0 0.018 0 0.027 0 2.578 0 4.671-2.079 4.692-4.652v-0.002c0-0.003 0-0.007 0-0.011 0-0.75-0.181-1.457-0.503-2.081l0.012 0.026c0.12-0.517 0.188-1.111 0.188-1.721 0-2.224-0.912-4.235-2.383-5.678l-0.001-0.001c-1.47-1.45-3.49-2.346-5.72-2.346-0.013 0-0.026 0-0.039 0h0.002c-0.001 0-0.001 0-0.002 0-0.491 0-0.972 0.043-1.439 0.125l0.050-0.007c-0.713-0.45-1.58-0.717-2.51-0.717-0 0-0 0-0.001 0h0c-0.008-0-0.018-0-0.027-0-2.579 0-4.672 2.080-4.694 4.653v0.002c0.001 0.869 0.242 1.682 0.66 2.375l-0.012-0.021c-0.105 0.484-0.165 1.040-0.165 1.61 0 2.223 0.912 4.233 2.381 5.677l0.001 0.001c1.47 1.453 3.492 2.351 5.724 2.351 0.011 0 0.022-0 0.033-0h-0.002c0.002 0 0.004 0 0.006 0 0.525 0 1.038-0.049 1.536-0.141l-0.052 0.008z M20.265 19.925c-0.42 0.554-0.98 0.98-1.629 1.228l-0.025 0.009c-0.712 0.281-1.536 0.444-2.398 0.444-0.051 0-0.102-0.001-0.152-0.002l0.008 0c-0.066 0.002-0.143 0.004-0.221 0.004-0.979 0-1.906-0.224-2.732-0.624l0.037 0.016c-0.542-0.287-0.991-0.683-1.331-1.162l-0.008-0.012c-0.308-0.399-0.501-0.901-0.521-1.447l-0-0.004c0-0.002-0-0.004-0-0.006 0-0.299 0.131-0.567 0.338-0.75l0.001-0.001c0.212-0.193 0.495-0.311 0.806-0.311 0.016 0 0.031 0 0.046 0.001l-0.002-0c0.008-0 0.018-0 0.028-0 0.262 0 0.503 0.093 0.69 0.247l-0.002-0.002c0.206 0.186 0.368 0.416 0.473 0.676l0.004 0.012c0.134 0.312 0.29 0.58 0.474 0.826l-0.007-0.010c0.181 0.223 0.41 0.401 0.672 0.517l0.011 0.005c0.318 0.133 0.688 0.21 1.075 0.21 0.037 0 0.075-0.001 0.112-0.002l-0.005 0c0.039 0.002 0.084 0.003 0.129 0.003 0.558 0 1.080-0.158 1.523-0.431l-0.012 0.007c0.354-0.201 0.591-0.572 0.6-0.999l0-0.001c0-0.012 0.001-0.026 0.001-0.040 0-0.285-0.121-0.541-0.314-0.721l-0.001-0.001c-0.241-0.212-0.531-0.374-0.851-0.469l-0.016-0.004c-0.37-0.113-0.872-0.237-1.493-0.365-0.816-0.162-1.53-0.379-2.213-0.658l0.080 0.029c-0.559-0.224-1.029-0.568-1.396-1.003l-0.004-0.005c-0.329-0.418-0.528-0.952-0.528-1.533 0-0.027 0-0.054 0.001-0.080l-0 0.004c-0-0.008-0-0.018-0-0.028 0-0.606 0.209-1.163 0.559-1.604l-0.004 0.005c0.408-0.494 0.943-0.869 1.556-1.076l0.024-0.007c0.671-0.236 1.445-0.372 2.251-0.372 0.048 0 0.096 0.001 0.144 0.001l-0.007-0c0.035-0.001 0.076-0.001 0.117-0.001 0.635 0 1.249 0.091 1.829 0.26l-0.046-0.011c0.513 0.149 0.96 0.375 1.355 0.668l-0.011-0.008c0.321 0.236 0.586 0.528 0.785 0.864l0.007 0.013c0.154 0.263 0.247 0.577 0.255 0.913l0 0.002c-0.002 0.304-0.13 0.579-0.333 0.774l-0 0c-0.205 0.213-0.492 0.346-0.81 0.346-0.009 0-0.018-0-0.027-0l0.001 0c-0.020 0.001-0.042 0.002-0.065 0.002-0.24 0-0.462-0.082-0.638-0.219l0.002 0.002c-0.19-0.183-0.352-0.393-0.48-0.624l-0.007-0.014c-0.183-0.355-0.429-0.652-0.728-0.887l-0.006-0.004c-0.335-0.199-0.738-0.317-1.169-0.317-0.067 0-0.134 0.003-0.2 0.009l0.009-0.001c-0.036-0.002-0.078-0.003-0.121-0.003-0.475 0-0.919 0.129-1.301 0.353l0.012-0.007c-0.288 0.146-0.486 0.433-0.505 0.767l-0 0.002c-0 0.006-0 0.013-0 0.019 0 0.171 0.062 0.327 0.164 0.448l-0.001-0.001c0.132 0.152 0.294 0.275 0.476 0.36l0.009 0.004c0.186 0.095 0.403 0.181 0.63 0.244l0.025 0.006c0.226 0.062 0.605 0.154 1.126 0.273 0.659 0.139 1.267 0.296 1.8 0.467 0.531 0.16 0.993 0.373 1.418 0.64l-0.024-0.014c0.38 0.242 0.689 0.563 0.91 0.942l0.007 0.013c0.211 0.386 0.334 0.846 0.334 1.335 0 0.028-0 0.056-0.001 0.084l0-0.004c0 0.008 0 0.017 0 0.026 0 0.663-0.214 1.276-0.576 1.773l0.006-0.009z',\n 'telegram-o':\n 'M16 32c-8.835-0.005-15.995-7.168-15.995-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM19.153 13.589c0.004-0 0.009-0.001 0.014-0.001 0.045 0 0.085 0.021 0.11 0.054l0 0c0.047 0.070 0.027 0.21-0.059 0.417-0.906 0.991-1.895 1.885-2.851 2.749l-0.054 0.049c-0.629 0.569-1.281 1.159-1.907 1.776-0.411 0.313-0.697 0.771-0.784 1.296l-0.002 0.012c-0.001 0.018-0.002 0.038-0.002 0.059 0 0.252 0.104 0.48 0.272 0.643l0 0c1.419 0.993 2.883 1.978 4.298 2.933l0.444 0.299 1.075 0.723c0.22 0.177 0.502 0.284 0.81 0.284 0.003 0 0.006 0 0.009-0h-0c0.002 0 0.004 0 0.005 0 0.702 0 1.288-0.498 1.424-1.159l0.002-0.009v-0.015q0.117-0.688 0.235-1.376l0.010-0.058c0.427-2.502 0.867-5.089 1.254-7.641 0.052-0.4 0.111-0.8 0.172-1.211 0.142-0.961 0.289-1.955 0.333-2.941-0.058-0.485-0.381-0.733-0.959-0.733-0.363 0.013-0.705 0.080-1.026 0.193l0.024-0.007c-3.65 1.389-7.169 2.853-10.129 4.101-0.333 0.146-0.686 0.303-1.154 0.507-1.596 0.697-3.246 1.417-4.755 2.248-0.2 0.149-0.292 0.29-0.273 0.433 0.047 0.361 0.791 0.651 1.511 0.933 0.145 0.056 0.309 0.12 0.457 0.181 0.121 0.037 0.243 0.076 0.368 0.116 0.628 0.245 1.355 0.406 2.114 0.451l0.020 0.001c0.014 0 0.032 0 0.049 0 0.434 0 0.843-0.111 1.198-0.306l-0.013 0.006c1.737-1 3.4-2.169 5.013-3.303l0.008-0.005c0.498-0.351 1.063-0.749 1.615-1.129l0.059-0.039 0.025-0.017c0.295-0.228 0.642-0.405 1.019-0.512l0.021-0.005z',\n 'whatsapp-o':\n 'M16 32c-8.835-0.005-15.995-7.168-15.995-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM16.527 5.867c-5.254 0.004-9.512 4.265-9.512 9.519 0 1.747 0.471 3.385 1.293 4.792l-0.024-0.045-1.35 4.933 5.043-1.323c1.313 0.728 2.88 1.157 4.546 1.158h0.004c5.256 0 9.518-4.261 9.518-9.518s-4.261-9.518-9.518-9.518v0z M16.527 23.295v0c-1.485-0-2.874-0.41-4.061-1.122l0.036 0.020-0.289-0.171-2.994 0.785 0.8-2.919-0.188-0.299c-0.758-1.192-1.208-2.644-1.208-4.201 0-4.367 3.54-7.907 7.907-7.907s7.907 3.54 7.907 7.907c0 4.367-3.54 7.907-7.907 7.907-0 0-0 0-0 0v0zM13.159 10.987c-0.253 0.006-0.478 0.119-0.633 0.296l-0.001 0.001-0.046 0.049c-0.486 0.476-0.787 1.139-0.787 1.871 0 0.022 0 0.043 0.001 0.065l-0-0.003c0.078 0.938 0.43 1.782 0.974 2.465l-0.007-0.009v0.003c0.008 0.011 0.023 0.031 0.043 0.061 1.012 1.503 2.367 2.702 3.959 3.5l0.059 0.027c0.349 0.158 0.798 0.328 1.258 0.475l0.097 0.027c0.271 0.089 0.582 0.14 0.906 0.14 0.005 0 0.010 0 0.016-0h-0.001c0.204-0.001 0.403-0.017 0.598-0.048l-0.022 0.003c0.685-0.143 1.254-0.557 1.599-1.123l0.006-0.011c0.106-0.235 0.167-0.509 0.167-0.798 0-0.119-0.010-0.235-0.030-0.347l0.002 0.012c-0.087-0.096-0.196-0.17-0.321-0.213l-0.005-0.002-0.129-0.063c-0.284-0.142-1.411-0.696-1.624-0.773-0.075-0.033-0.162-0.055-0.253-0.061l-0.003-0c-0.122 0.005-0.227 0.076-0.279 0.178l-0.001 0.002c-0.159 0.239-0.607 0.766-0.753 0.933-0.059 0.079-0.152 0.13-0.256 0.133h-0.001c-0.096-0.006-0.184-0.033-0.262-0.078l0.003 0.002c-0.039-0.019-0.091-0.042-0.156-0.070-0.675-0.286-1.256-0.659-1.761-1.115l0.005 0.005c-0.512-0.474-0.95-1.015-1.305-1.614l-0.018-0.033c-0.141-0.241-0.011-0.371 0.105-0.485 0.071-0.071 0.153-0.171 0.233-0.267 0.041-0.051 0.083-0.101 0.123-0.148 0.080-0.094 0.149-0.203 0.201-0.319l0.003-0.009 0.034-0.067c0.027-0.056 0.043-0.121 0.043-0.19 0-0.084-0.024-0.162-0.064-0.229l0.001 0.002c-0.039-0.079-0.267-0.632-0.467-1.121v-0.005c-0.101-0.247-0.2-0.482-0.267-0.64-0.157-0.376-0.313-0.407-0.46-0.407h-0.071c-0.143-0.003-0.303-0.004-0.456-0.004z',\n settings:\n 'M16 12.572c-1.852 0.053-3.333 1.568-3.333 3.428 0 1.894 1.535 3.429 3.429 3.429s3.429-1.535 3.429-3.429v0c-0.034-1.9-1.582-3.428-3.488-3.428-0.013 0-0.027 0-0.040 0l0.002-0zM25.253 16c-0.003 0.413-0.035 0.817-0.094 1.212l0.006-0.046 2.608 1.988c0.138 0.11 0.226 0.278 0.226 0.466 0 0.113-0.031 0.218-0.086 0.308l0.002-0.003-2.468 4.148c-0.113 0.18-0.311 0.297-0.536 0.297-0.079 0-0.155-0.015-0.226-0.041l0.004 0.001-3.067-1.2c-0.601 0.455-1.286 0.851-2.017 1.159l-0.063 0.023-0.464 3.172c-0.058 0.293-0.312 0.512-0.617 0.515h-4.934c-0.301-0.002-0.551-0.212-0.617-0.493l-0.001-0.004-0.459-3.172c-0.794-0.326-1.48-0.724-2.102-1.199l0.022 0.016-3.067 1.2c-0.066 0.025-0.142 0.040-0.221 0.040-0.225 0-0.423-0.118-0.535-0.295l-0.002-0.003-2.461-4.148c-0.053-0.087-0.085-0.193-0.085-0.306 0-0.189 0.088-0.357 0.225-0.466l0.001-0.001 2.608-1.988c-0.053-0.353-0.085-0.762-0.088-1.179l-0-0.004c0.003-0.413 0.035-0.817 0.094-1.212l-0.006 0.046-2.609-1.989c-0.138-0.11-0.226-0.278-0.226-0.466 0-0.113 0.031-0.218 0.086-0.308l-0.002 0.003 2.468-4.148c0.114-0.18 0.311-0.297 0.536-0.297 0.079 0 0.155 0.015 0.226 0.041l-0.004-0.001 3.067 1.2c0.601-0.455 1.286-0.851 2.017-1.159l0.063-0.023 0.459-3.172c0.059-0.293 0.312-0.511 0.617-0.513h4.934c0.301 0.002 0.551 0.212 0.616 0.493l0.001 0.004 0.459 3.172c0.794 0.326 1.48 0.723 2.102 1.199l-0.022-0.016 3.067-1.2c0.066-0.025 0.142-0.040 0.221-0.040 0.225 0 0.423 0.118 0.535 0.295l0.002 0.003 2.468 4.148c0.053 0.087 0.084 0.193 0.084 0.306 0 0.189-0.088 0.357-0.225 0.466l-0.001 0.001-2.608 1.988c0.053 0.353 0.085 0.762 0.088 1.179l0 0.004z',\n play:\n 'M10.667 9.093v13.813c0 1.053 1.16 1.693 2.053 1.12l10.853-6.907c0.827-0.52 0.827-1.72 0-2.253l-10.853-6.893c-0.893-0.573-2.053 0.067-2.053 1.12z',\n users:\n 'M21.333 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 17.333c-3.107 0-9.333 1.56-9.333 4.667v2c0 0.733 0.6 1.333 1.333 1.333h16c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667zM21.333 17.333c-0.387 0-0.827 0.027-1.293 0.067 0.027 0.013 0.040 0.040 0.053 0.053 1.52 1.107 2.573 2.587 2.573 4.547v2c0 0.467-0.093 0.92-0.24 1.333h6.907c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667z',\n user:\n 'M16 16c2.947 0 5.333-2.387 5.333-5.333s-2.387-5.333-5.333-5.333-5.333 2.387-5.333 5.333 2.387 5.333 5.333 5.333zM16 18.667c-3.56 0-10.667 1.787-10.667 5.333v1.333c0 0.733 0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333v-1.333c0-3.547-7.107-5.333-10.667-5.333z',\n 'user-o':\n 'M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333 13.333-5.973 13.333-13.333-5.973-13.333-13.333-13.333zM16 6.667c2.213 0 4 1.787 4 4s-1.787 4-4 4-4-1.787-4-4 1.787-4 4-4zM16 25.6c-3.333 0-6.28-1.707-8-4.293 0.040-2.653 5.333-4.107 8-4.107 2.653 0 7.96 1.453 8 4.107-1.72 2.587-4.667 4.293-8 4.293z',\n arrowRight:\n 'M7.044 17.425h14.893l-6.507 6.507c-0.241 0.243-0.39 0.577-0.39 0.947s0.149 0.704 0.39 0.947l-0-0c0.241 0.242 0.574 0.392 0.942 0.392s0.701-0.15 0.942-0.392l8.783-8.783c0.241-0.24 0.39-0.573 0.39-0.94s-0.149-0.699-0.39-0.94l-8.783-8.787c-0.239-0.234-0.567-0.379-0.929-0.379-0.734 0-1.329 0.595-1.329 1.329 0 0.362 0.145 0.69 0.379 0.929l-0-0 6.507 6.507h-14.897c-0.736 0-1.333 0.597-1.333 1.333s0.597 1.333 1.333 1.333v0z',\n arrowBack:\n 'M25.333 14.667h-14.893l6.507-6.507c0.52-0.52 0.52-1.373 0-1.893s-1.36-0.52-1.88 0l-8.787 8.787c-0.52 0.52-0.52 1.36 0 1.88l8.787 8.787c0.52 0.52 1.36 0.52 1.88 0s0.52-1.36 0-1.88l-6.507-6.507h14.893c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333z',\n arrowForward:\n 'M6.667 17.333h14.893l-6.507 6.507c-0.52 0.52-0.52 1.373 0 1.893s1.36 0.52 1.88 0l8.787-8.787c0.52-0.52 0.52-1.36 0-1.88l-8.773-8.8c-0.52-0.52-1.36-0.52-1.88 0s-0.52 1.36 0 1.88l6.493 6.52h-14.893c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333z',\n keyboardDown:\n 'M10.827 12.387l5.173 5.173 5.173-5.173c0.52-0.52 1.36-0.52 1.88 0s0.52 1.36 0 1.88l-6.12 6.12c-0.52 0.52-1.36 0.52-1.88 0l-6.12-6.12c-0.52-0.52-0.52-1.36 0-1.88 0.52-0.507 1.373-0.52 1.893 0z',\n tkai:\n 'M10.47 7c.807.01 1.46.663 1.469 1.469v6.43l8.328-7.533c.106-.085.226-.159.355-.217l.01-.004a1.42 1.42 0 01.616-.138h.002c.408.01.775.178 1.044.445l.001-.002c.03.028.059.056.085.085h.001c.212.254.34.582.34.941 0 .287-.082.555-.224.781l.003-.005a1.437 1.437 0 01-.138.17l.001-.001a1.33 1.33 0 01-.183.178l-.003.002-6.349 5.734 1.627 1.615 1.477-1.331a1.484 1.484 0 012.073.108h.001a1.377 1.377 0 01.36 1.064v-.005c-.024.398-.206.75-.484.996l-.002.001-1.355 1.22 2.722 2.704.057.083.03.03a1.385 1.385 0 01.372 1.012v-.003c-.01.391-.174.742-.435.996a1.402 1.402 0 01-.914.42h-.004a1.47 1.47 0 01-.941-.249l.005.004-.05-.04-.024-.021-.055-.039a1.107 1.107 0 01-.084-.076l-2.864-2.856-1.478 1.331a1.437 1.437 0 01-1.045.379h.003a1.382 1.382 0 01-1.014-.466l-.001-.002a1.482 1.482 0 01.108-2.073v-.001l1.36-1.225-1.618-1.614-1.717 1.556v3.931a1.462 1.462 0 01-2.503 1.027A1.422 1.422 0 019 22.785v-.009.001V8.47c.01-.807.662-1.46 1.468-1.469h.002z',\n vkai:\n 'M19.755 7a1.49 1.49 0 011.47 1.468v6.428l8.322-7.534c.111-.09.234-.163.364-.22.194-.092.405-.139.618-.138.392.009.765.168 1.043.444.032.027.06.056.088.087a1.472 1.472 0 01.12 1.717c-.094.129-.202.246-.322.35l-6.35 5.733 1.626 1.614 1.478-1.33a1.49 1.49 0 012.074.108 1.39 1.39 0 01.359 1.059 1.44 1.44 0 01-.485.996l-1.355 1.222 2.725 2.702.06.084.028.029a1.401 1.401 0 01.372 1.008c-.01.376-.167.734-.438.996-.243.25-.57.399-.917.42-.33.026-.66-.06-.936-.244l-.051-.04-.024-.021a1.043 1.043 0 01-.141-.115L26.62 20.97l-1.478 1.33a1.448 1.448 0 01-1.038.37 1.388 1.388 0 01-1.015-.467 1.49 1.49 0 01.108-2.074l1.36-1.227-1.619-1.613-1.713 1.561v3.923a1.47 1.47 0 01-2.938 0V8.468A1.49 1.49 0 0119.755 7zM.165 9.493A1.752 1.752 0 013.34 8.012l6.4 13.722a1.752 1.752 0 01-3.177 1.481L.165 9.493z M12.987 8.012a1.752 1.752 0 113.176 1.481L9.764 23.215a1.752 1.752 0 01-3.175-1.48l6.398-13.723z',\n trophy:\n 'M27.185 5.789c-0.516-0.724-1.344-1.197-2.283-1.224l-0.004-0h-1.139c-0.031-0.112-0.061-0.224-0.096-0.335-0.098-0.321-0.346-0.568-0.66-0.665l-0.007-0.002c-2.109-0.641-4.534-1.009-7.044-1.009s-4.935 0.369-7.222 1.055l0.178-0.046c-0.321 0.098-0.569 0.346-0.665 0.66l-0.002 0.007c-0.033 0.111-0.064 0.223-0.096 0.335h-1.139c-0.943 0.027-1.77 0.5-2.281 1.215l-0.006 0.009c-0.549 0.778-0.877 1.746-0.877 2.79 0 0.506 0.077 0.994 0.22 1.452l-0.009-0.035 0.021 0.071c0.838 3.063 3.117 5.458 6.045 6.441l0.386 0.113c0.8 0.938 1.792 1.687 2.917 2.192l0.052 0.021c-0.175 1.834-0.697 3.511-1.501 5.015l0.035-0.071-0.479 0.62h-2.332c-0 0-0.001 0-0.001 0-0.548 0-0.992 0.444-0.992 0.992 0 0 0 0 0 0v0 3.375c0 0 0 0.001 0 0.001 0 0.548 0.444 0.992 0.992 0.992 0 0 0.001 0 0.001 0h13.5c0 0 0 0 0 0 0.548 0 0.992-0.444 0.992-0.992 0-0 0-0.001 0-0.001v0-3.375c-0.001-0.548-0.444-0.991-0.992-0.992h-2.133l-0.479-0.62c-0.778-1.458-1.303-3.165-1.469-4.975l-0.004-0.053c1.098-0.528 2.025-1.246 2.773-2.122l0.010-0.011 0.321-0.093c2.992-1.001 5.27-3.394 6.094-6.389l0.015-0.066 0.023-0.076c0.134-0.424 0.211-0.912 0.211-1.418 0-1.043-0.327-2.009-0.885-2.802l0.010 0.016zM5.965 9.492l-0.019-0.060c-0.080-0.254-0.126-0.546-0.126-0.848 0-0.594 0.178-1.146 0.482-1.606l-0.007 0.011c0.152-0.242 0.406-0.407 0.7-0.436l0.004-0h0.737c-0.079 0.578-0.125 1.245-0.125 1.923v0.001c0 0.007-0 0.016-0 0.025 0 1.801 0.36 3.518 1.011 5.083l-0.032-0.088c-1.234-1.022-2.152-2.386-2.611-3.947l-0.014-0.057zM13.959 24.4c0.699-1.477 1.207-3.191 1.434-4.993l0.009-0.084c0.181 0.016 0.365 0.028 0.549 0.028 0.263-0.001 0.522-0.018 0.775-0.051l-0.031 0.003c0.236 1.893 0.744 3.614 1.49 5.202l-0.044-0.105zM25.952 9.431l-0.019 0.063c-0.474 1.616-1.391 2.979-2.611 3.989l-0.013 0.011c0.619-1.477 0.979-3.194 0.979-4.995 0-0.009 0-0.017-0-0.026v0.001c-0-0.679-0.046-1.347-0.134-2.001l0.008 0.077h0.737c0.298 0.029 0.552 0.194 0.702 0.432l0.002 0.004c0.295 0.448 0.471 0.997 0.471 1.587 0 0.306-0.047 0.601-0.135 0.879l0.006-0.021z',\n edit:\n 'M4 23.28v4.053c0 0.373 0.293 0.667 0.667 0.667h4.053c0.173 0 0.347-0.067 0.467-0.2l14.56-14.547-5-5-14.547 14.547c-0.133 0.133-0.2 0.293-0.2 0.48zM27.613 9.387c0.52-0.52 0.52-1.36 0-1.88l-3.12-3.12c-0.52-0.52-1.36-0.52-1.88 0l-2.44 2.44 5 5 2.44-2.44z',\n projects:\n 'M26.333 5.613c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l-0.52 0.52c-0.238 0.239-0.385 0.569-0.385 0.933s0.147 0.694 0.385 0.933l0.013 0.013c0.241 0.24 0.573 0.388 0.94 0.388s0.699-0.148 0.94-0.388l0.52-0.52c0.236-0.24 0.381-0.57 0.381-0.933 0-0.37-0.151-0.705-0.394-0.947l-0-0zM16.013 1.333h-0.013c-0.002 0-0.003 0-0.005 0-0.726 0-1.315 0.589-1.315 1.315 0 0.002 0 0.004 0 0.006v-0 1.28c0 0.002 0 0.003 0 0.005 0 0.726 0.589 1.315 1.315 1.315 0.002 0 0.004 0 0.006 0h0.013c0.002 0 0.003 0 0.005 0 0.726 0 1.315-0.589 1.315-1.315 0-0.002 0-0.004 0-0.006v0-1.28c0-0.002 0-0.003 0-0.005 0-0.726-0.589-1.315-1.315-1.315-0.002 0-0.004 0-0.006 0h0zM27.987 17.267h1.36c0.002 0 0.003 0 0.005 0 0.726 0 1.315-0.589 1.315-1.315 0-0.002 0-0.004 0-0.006v0-0.013c0-0.002 0-0.003 0-0.005 0-0.726-0.589-1.315-1.315-1.315-0.002 0-0.004 0-0.006 0h-1.346c-0.002 0-0.003 0-0.005 0-0.726 0-1.315 0.589-1.315 1.315 0 0.002 0 0.004 0 0.006v-0 0.013c-0 0.008-0 0.016-0 0.025 0 0.715 0.58 1.295 1.295 1.295 0.004 0 0.009-0 0.013-0h-0.001zM12 22.853v5.080c0 0.736 0.597 1.333 1.333 1.333v0h5.333c0.736 0 1.333-0.597 1.333-1.333v0-5.080c2.408-1.409 4-3.983 4-6.928 0-4.418-3.582-8-8-8s-8 3.582-8 8c0 2.946 1.592 5.519 3.962 6.908l0.038 0.020zM5.333 15.947v-0.013c0-0.002 0-0.003 0-0.005 0-0.726-0.589-1.315-1.315-1.315-0.002 0-0.004 0-0.006 0h-1.346c-0.002 0-0.003 0-0.005 0-0.726 0-1.315 0.589-1.315 1.315 0 0.002 0 0.004 0 0.006v-0 0.013c0 0.002 0 0.003 0 0.005 0 0.726 0.589 1.315 1.315 1.315 0.002 0 0.004 0 0.006 0h1.346c0.002 0 0.003 0 0.005 0 0.726 0 1.315-0.589 1.315-1.315 0-0.002 0-0.004 0-0.006v0zM8.080 6.12l-0.52-0.52c-0.232-0.199-0.535-0.321-0.867-0.321-0.736 0-1.333 0.597-1.333 1.333 0 0.332 0.121 0.636 0.322 0.869l-0.001-0.002 0.52 0.52c0.232 0.199 0.535 0.321 0.867 0.321 0.736 0 1.333-0.597 1.333-1.333 0-0.332-0.121-0.636-0.322-0.869l0.001 0.002z',\n check:\n 'M10.869 27.146l-10.4-10.4c-0.289-0.29-0.468-0.689-0.468-1.131s0.179-0.841 0.468-1.131l2.262-2.263c0.289-0.29 0.689-0.469 1.131-0.469s0.842 0.179 1.131 0.469l7.003 7.003 15.006-15.006c0.29-0.289 0.689-0.468 1.131-0.468s0.841 0.179 1.131 0.468l2.262 2.262c0.289 0.29 0.468 0.689 0.468 1.131s-0.179 0.841-0.468 1.131l-18.396 18.405c-0.289 0.29-0.689 0.469-1.131 0.469s-0.842-0.179-1.131-0.469v0z',\n 'check-double':\n 'M28.449 11.94l-1.98-1.98c-0.216-0.218-0.516-0.353-0.847-0.353s-0.631 0.135-0.847 0.353l-11.973 11.973-5.569-5.574c-0.216-0.218-0.516-0.353-0.847-0.353s-0.631 0.135-0.847 0.353l-1.985 1.985c-0.218 0.217-0.353 0.518-0.353 0.85s0.135 0.633 0.353 0.85l8.399 8.404c0.216 0.218 0.516 0.353 0.847 0.353s0.631-0.135 0.847-0.353l14.798-14.81c0.217-0.218 0.351-0.518 0.351-0.85s-0.134-0.632-0.351-0.85l0 0zM12.236 17.239c0.144 0.146 0.344 0.236 0.565 0.236s0.421-0.090 0.565-0.236l10.399-10.409c0.144-0.145 0.233-0.345 0.233-0.565s-0.089-0.42-0.233-0.565l-2.259-2.261c-0.144-0.146-0.344-0.236-0.565-0.236s-0.421 0.090-0.565 0.236l-7.573 7.573-2.773-2.773c-0.144-0.144-0.342-0.232-0.561-0.232s-0.417 0.089-0.561 0.232v0l-2.27 2.26c-0.144 0.145-0.233 0.345-0.233 0.565s0.089 0.42 0.233 0.565l-0-0 5.599 5.61z',\n add:\n 'M24 17.333h-6.667v6.667c0 0.733-0.6 1.333-1.333 1.333s-1.333-0.6-1.333-1.333v-6.667h-6.667c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h6.667v-6.667c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333v6.667h6.667c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333z',\n remove:\n 'M24 17.333h-16c-0.733 0-1.333-0.6-1.333-1.333v0c0-0.733 0.6-1.333 1.333-1.333h16c0.733 0 1.333 0.6 1.333 1.333v0c0 0.733-0.6 1.333-1.333 1.333z',\n cross:\n 'M24.4 7.613c-0.52-0.52-1.36-0.52-1.88 0l-6.52 6.507-6.52-6.52c-0.52-0.52-1.36-0.52-1.88 0s-0.52 1.36 0 1.88l6.52 6.52-6.52 6.52c-0.52 0.52-0.52 1.36 0 1.88s1.36 0.52 1.88 0l6.52-6.52 6.52 6.52c0.52 0.52 1.36 0.52 1.88 0s0.52-1.36 0-1.88l-6.52-6.52 6.52-6.52c0.507-0.507 0.507-1.36 0-1.867z',\n menuVert:\n 'M16 10.667c1.473 0 2.667-1.194 2.667-2.667s-1.194-2.667-2.667-2.667c-1.473 0-2.666 1.194-2.667 2.666v0c0.004 1.471 1.196 2.662 2.666 2.667h0zM16 13.333c-1.473 0-2.667 1.194-2.667 2.667s1.194 2.667 2.667 2.667c1.473 0 2.667-1.194 2.667-2.667v0c-0.005-1.471-1.196-2.662-2.666-2.667h-0zM16 21.333c-1.473 0-2.667 1.194-2.667 2.667s1.194 2.667 2.667 2.667c1.473 0 2.667-1.194 2.667-2.667v0c-0.005-1.471-1.196-2.662-2.666-2.667h-0z',\n tag:\n 'M28.547 15.44l-12-12c-0.48-0.48-1.147-0.773-1.88-0.773h-9.333c-1.467 0-2.667 1.2-2.667 2.667v9.333c0 0.733 0.293 1.4 0.787 1.893l12 12c0.48 0.48 1.147 0.773 1.88 0.773s1.4-0.293 1.88-0.787l9.333-9.333c0.493-0.48 0.787-1.147 0.787-1.88s-0.307-1.413-0.787-1.893zM7.333 9.333c-1.107 0-2-0.893-2-2s0.893-2 2-2 2 0.893 2 2-0.893 2-2 2z',\n local:\n 'M16 2.667c-5.16 0-9.333 4.173-9.333 9.333 0 5.56 5.893 13.227 8.32 16.147 0.533 0.64 1.507 0.64 2.040 0 2.413-2.92 8.307-10.587 8.307-16.147 0-5.16-4.173-9.333-9.333-9.333zM16 15.333c-1.84 0-3.333-1.493-3.333-3.333s1.493-3.333 3.333-3.333 3.333 1.493 3.333 3.333-1.493 3.333-3.333 3.333z',\n search:\n 'M20.667 18.667h-1.053l-0.373-0.36c1.6-1.867 2.427-4.413 1.973-7.12-0.627-3.707-3.72-6.667-7.453-7.12-5.64-0.693-10.387 4.053-9.693 9.693 0.453 3.733 3.413 6.827 7.12 7.453 2.707 0.453 5.253-0.373 7.12-1.973l0.36 0.373v1.053l5.667 5.667c0.547 0.547 1.44 0.547 1.987 0s0.547-1.44 0-1.987l-5.653-5.68zM12.667 18.667c-3.32 0-6-2.68-6-6s2.68-6 6-6 6 2.68 6 6-2.68 6-6 6z',\n download:\n 'M25.8 13.387c-0.907-4.6-4.947-8.053-9.8-8.053-3.853 0-7.2 2.187-8.867 5.387-4.013 0.427-7.133 3.827-7.133 7.947 0 4.413 3.587 8 8 8h17.333c3.68 0 6.667-2.987 6.667-6.667 0-3.52-2.733-6.373-6.2-6.613zM22.667 17.333l-6.2 6.2c-0.267 0.267-0.68 0.267-0.947 0l-6.187-6.2h4v-5.333h5.333v5.333h4z',\n overview:\n 'M17.333 22.667h-10.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h10.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM25.333 12h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM6.667 20h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333zM5.333 8c0 0.733 0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333z',\n categories:\n 'M28.547 15.44l-12-12c-0.48-0.48-1.147-0.773-1.88-0.773h-9.333c-1.467 0-2.667 1.2-2.667 2.667v9.333c0 0.733 0.293 1.4 0.787 1.893l12 12c0.48 0.48 1.147 0.773 1.88 0.773s1.4-0.293 1.88-0.787l9.333-9.333c0.493-0.48 0.787-1.147 0.787-1.88s-0.307-1.413-0.787-1.893zM7.333 9.333c-1.107 0-2-0.893-2-2s0.893-2 2-2 2 0.893 2 2-0.893 2-2 2z',\n question:\n 'M15.526 1.231c-0.137-0.006-0.298-0.009-0.46-0.009-4.147 0-7.787 2.168-9.85 5.432l-0.028 0.048c-0.162 0.23-0.259 0.517-0.259 0.826 0 0.468 0.222 0.883 0.567 1.147l0.003 0.003 2.592 1.969c0.239 0.184 0.543 0.294 0.873 0.294 0.454 0 0.859-0.21 1.123-0.538l0.002-0.003c1.505-1.886 2.622-2.972 4.974-2.972 1.846 0 4.135 1.19 4.135 2.982 0 1.354-1.119 2.052-2.944 3.077-2.129 1.194-4.946 2.679-4.946 6.4v0.588c0.006 0.791 0.646 1.43 1.437 1.433h4.356c0.797 0 1.442-0.646 1.442-1.442v0-0.347c0-2.576 7.529-2.683 7.529-9.653-0.001-5.253-5.446-9.234-10.546-9.234zM14.924 23.674c-0.002 0-0.004 0-0.006 0-2.299 0-4.162 1.864-4.162 4.162s1.864 4.162 4.162 4.162c2.298 0 4.162-1.863 4.162-4.161v-0c-0.002-2.297-1.861-4.158-4.157-4.164h-0.001z',\n faqs:\n 'M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333 13.333-5.973 13.333-13.333-5.973-13.333-13.333-13.333zM16 26.667c-5.88 0-10.667-4.787-10.667-10.667s4.787-10.667 10.667-10.667 10.667 4.787 10.667 10.667-4.787 10.667-10.667 10.667zM14.667 21.333h2.667v2.667h-2.667zM16.813 8.053c-2.747-0.4-5.173 1.293-5.907 3.72-0.24 0.773 0.347 1.56 1.16 1.56h0.267c0.547 0 0.987-0.387 1.173-0.893 0.427-1.187 1.693-2 3.067-1.707 1.267 0.267 2.2 1.507 2.093 2.8-0.133 1.787-2.16 2.173-3.267 3.84 0 0.013-0.013 0.013-0.013 0.027-0.013 0.027-0.027 0.040-0.040 0.067-0.12 0.2-0.24 0.427-0.333 0.667-0.013 0.040-0.040 0.067-0.053 0.107-0.013 0.027-0.013 0.053-0.027 0.093-0.16 0.453-0.267 1-0.267 1.667h2.667c0-0.56 0.147-1.027 0.373-1.427 0.027-0.040 0.040-0.080 0.067-0.12 0.107-0.187 0.24-0.36 0.373-0.52 0.013-0.013 0.027-0.040 0.040-0.053 0.133-0.16 0.28-0.307 0.44-0.453 1.28-1.213 3.013-2.2 2.653-4.747-0.32-2.32-2.147-4.28-4.467-4.627z',\n timeline:\n 'M15.987 2.667c-7.36 0-13.32 5.973-13.32 13.333s5.96 13.333 13.32 13.333c7.373 0 13.347-5.973 13.347-13.333s-5.973-13.333-13.347-13.333zM16 26.667c-5.893 0-10.667-4.773-10.667-10.667s4.773-10.667 10.667-10.667 10.667 4.773 10.667 10.667-4.773 10.667-10.667 10.667zM15.707 9.333h-0.080c-0.533 0-0.96 0.427-0.96 0.96v6.293c0 0.467 0.24 0.907 0.653 1.147l5.533 3.32c0.453 0.267 1.040 0.133 1.307-0.32 0.28-0.453 0.133-1.053-0.333-1.32l-5.16-3.067v-6.053c0-0.533-0.427-0.96-0.96-0.96z',\n resources:\n 'M22 9v14.107c0 2.787-2.040 5.267-4.813 5.533-3.187 0.307-5.853-2.187-5.853-5.307v-16.48c0-1.747 1.253-3.333 2.987-3.507 2-0.2 3.68 1.36 3.68 3.32v14c0 0.733-0.6 1.333-1.333 1.333s-1.333-0.6-1.333-1.333v-11.667c0-0.547-0.453-1-1-1s-1 0.453-1 1v11.48c0 1.747 1.253 3.333 2.987 3.507 2 0.2 3.68-1.36 3.68-3.32v-13.773c0-2.787-2.040-5.267-4.813-5.533-3.173-0.307-5.853 2.187-5.853 5.307v16.36c0 3.827 2.8 7.253 6.613 7.613 4.387 0.4 8.053-3.013 8.053-7.307v-14.333c0-0.547-0.453-1-1-1s-1 0.453-1 1z',\n rules:\n 'M28 8.4c0-1.053-0.627-2.013-1.587-2.44l-9.333-4.147c-0.693-0.307-1.48-0.307-2.16 0l-9.333 4.147c-0.96 0.427-1.587 1.387-1.587 2.44v6.267c0 7.4 5.12 14.32 12 16 3.067-0.747 5.773-2.533 7.84-4.947l-4.16-4.16c-2.587 1.72-6.107 1.427-8.387-0.853-2.6-2.6-2.6-6.827 0-9.427s6.827-2.6 9.427 0c2.28 2.28 2.56 5.8 0.853 8.387l3.867 3.867c1.613-2.613 2.56-5.693 2.56-8.867v-6.267z M20 16c0 2.209-1.791 4-4 4s-4-1.791-4-4c0-2.209 1.791-4 4-4s4 1.791 4 4z',\n prizes:\n 'M27.185 5.789c-0.516-0.724-1.344-1.197-2.283-1.224l-0.004-0h-1.139c-0.031-0.112-0.061-0.224-0.096-0.335-0.098-0.321-0.346-0.568-0.66-0.665l-0.007-0.002c-2.109-0.641-4.534-1.009-7.044-1.009s-4.935 0.369-7.222 1.055l0.178-0.046c-0.321 0.098-0.569 0.346-0.665 0.66l-0.002 0.007c-0.033 0.111-0.064 0.223-0.096 0.335h-1.139c-0.943 0.027-1.77 0.5-2.281 1.215l-0.006 0.009c-0.549 0.778-0.877 1.746-0.877 2.79 0 0.506 0.077 0.994 0.22 1.452l-0.009-0.035 0.021 0.071c0.838 3.063 3.117 5.458 6.045 6.441l0.386 0.113c0.8 0.938 1.792 1.687 2.917 2.192l0.052 0.021c-0.175 1.834-0.697 3.511-1.501 5.015l0.035-0.071-0.479 0.62h-2.332c-0 0-0.001 0-0.001 0-0.548 0-0.992 0.444-0.992 0.992 0 0 0 0 0 0v0 3.375c0 0 0 0.001 0 0.001 0 0.548 0.444 0.992 0.992 0.992 0 0 0.001 0 0.001 0h13.5c0 0 0 0 0 0 0.548 0 0.992-0.444 0.992-0.992 0-0 0-0.001 0-0.001v0-3.375c-0.001-0.548-0.444-0.991-0.992-0.992h-2.133l-0.479-0.62c-0.778-1.458-1.303-3.165-1.469-4.975l-0.004-0.053c1.098-0.528 2.025-1.246 2.773-2.122l0.010-0.011 0.321-0.093c2.992-1.001 5.27-3.394 6.094-6.389l0.015-0.066 0.023-0.076c0.134-0.424 0.211-0.912 0.211-1.418 0-1.043-0.327-2.009-0.885-2.802l0.010 0.016zM5.965 9.492l-0.019-0.060c-0.080-0.254-0.126-0.546-0.126-0.848 0-0.594 0.178-1.146 0.482-1.606l-0.007 0.011c0.152-0.242 0.406-0.407 0.7-0.436l0.004-0h0.737c-0.079 0.578-0.125 1.245-0.125 1.923v0.001c0 0.007-0 0.016-0 0.025 0 1.801 0.36 3.518 1.011 5.083l-0.032-0.088c-1.234-1.022-2.152-2.386-2.611-3.947l-0.014-0.057zM13.959 24.4c0.699-1.477 1.207-3.191 1.434-4.993l0.009-0.084c0.181 0.016 0.365 0.028 0.549 0.028 0.263-0.001 0.522-0.018 0.775-0.051l-0.031 0.003c0.236 1.893 0.744 3.614 1.49 5.202l-0.044-0.105zM25.952 9.431l-0.019 0.063c-0.474 1.616-1.391 2.979-2.611 3.989l-0.013 0.011c0.619-1.477 0.979-3.194 0.979-4.995 0-0.009 0-0.017-0-0.026v0.001c-0-0.679-0.046-1.347-0.134-2.001l0.008 0.077h0.737c0.298 0.029 0.552 0.194 0.702 0.432l0.002 0.004c0.295 0.448 0.471 0.997 0.471 1.587 0 0.306-0.047 0.601-0.135 0.879l0.006-0.021z',\n share:\n 'M24 21.44c-1.013 0-1.92 0.4-2.613 1.027l-9.507-5.533c0.067-0.307 0.12-0.613 0.12-0.933s-0.053-0.627-0.12-0.933l9.4-5.48c0.72 0.667 1.667 1.080 2.72 1.080 2.213 0 4-1.787 4-4s-1.787-4-4-4-4 1.787-4 4c0 0.32 0.053 0.627 0.12 0.933l-9.4 5.48c-0.72-0.667-1.667-1.080-2.72-1.080-2.213 0-4 1.787-4 4s1.787 4 4 4c1.053 0 2-0.413 2.72-1.080l9.493 5.547c-0.067 0.28-0.107 0.573-0.107 0.867 0 2.147 1.747 3.893 3.893 3.893s3.893-1.747 3.893-3.893-1.747-3.893-3.893-3.893z',\n star:\n 'M16 23.027l5.533 3.347c1.013 0.613 2.253-0.293 1.987-1.44l-1.467-6.293 4.893-4.24c0.893-0.773 0.413-2.24-0.76-2.333l-6.44-0.547-2.52-5.947c-0.453-1.080-2-1.080-2.453 0l-2.52 5.933-6.44 0.547c-1.173 0.093-1.653 1.56-0.76 2.333l4.893 4.24-1.467 6.293c-0.267 1.147 0.973 2.053 1.987 1.44l5.533-3.333z',\n verify:\n 'M15.787 31.056c-0.001 0-0.003 0-0.004 0-0.385 0-0.733-0.157-0.984-0.41l-3.643-3.643h-5.169c-0.773-0.001-1.399-0.628-1.4-1.4v-5.185l-3.645-3.643c-0.252-0.253-0.408-0.602-0.408-0.988s0.156-0.735 0.408-0.988l3.645-3.643v-5.17c0.001-0.773 0.627-1.399 1.4-1.401h5.17l3.657-3.643c0.252-0.253 0.601-0.409 0.987-0.409s0.734 0.156 0.987 0.409l3.645 3.643h5.168c0.773 0.001 1.4 0.628 1.401 1.401v5.17l3.644 3.657c0.252 0.253 0.408 0.601 0.408 0.987s-0.156 0.734-0.408 0.987l-3.642 3.646v5.17c-0.001 0.774-0.628 1.401-1.402 1.401-0 0-0 0-0.001 0h-5.182l-3.643 3.643c-0.251 0.253-0.599 0.409-0.983 0.409-0.002 0-0.003 0-0.005 0h0zM10.301 15.761c-0 0-0 0-0 0-0.442 0-0.8 0.358-0.8 0.8 0 0.221 0.090 0.421 0.235 0.566l3.356 3.354c0.145 0.145 0.345 0.235 0.566 0.235s0.421-0.090 0.566-0.235l8.493-8.491c0.145-0.145 0.235-0.345 0.235-0.566 0-0.442-0.358-0.801-0.801-0.801-0.221 0-0.421 0.090-0.566 0.235l-7.93 7.924-2.785-2.786c-0.145-0.144-0.344-0.234-0.565-0.234-0.001 0-0.002 0-0.003 0h0z',\n voucher:\n 'M26.667 26.667h-21.333c-1.547 0-2.667-1.284-2.667-3.054v-3c-0-0.016-0.001-0.034-0.001-0.053 0-0.935 0.498-1.755 1.243-2.207l0.011-0.006c0.846-0.451 1.413-1.328 1.413-2.337 0-0.003 0-0.007-0-0.010v0.001c-0.004-1.011-0.561-1.892-1.385-2.354l-0.014-0.007c-0.756-0.437-1.256-1.241-1.256-2.162 0-0.032 0.001-0.063 0.002-0.094l-0 0.005v-3.401c0.002-1.465 1.189-2.652 2.653-2.653h21.333c1.473 0 2.667 1.194 2.667 2.667v0 3.388c0 0.016 0.001 0.034 0.001 0.052 0 0.935-0.498 1.754-1.242 2.207l-0.011 0.006c-0.847 0.455-1.413 1.335-1.413 2.347s0.566 1.891 1.398 2.34l0.014 0.007c0.756 0.459 1.254 1.278 1.254 2.213 0 0.019-0 0.037-0.001 0.056l0-0.003v3.387c-0.002 1.472-1.195 2.665-2.667 2.667h-0zM10.111 16.444c-0.43 0.001-0.778 0.349-0.779 0.779v4.666c0.001 0.43 0.349 0.778 0.779 0.779h4.666c0.43-0.001 0.778-0.349 0.779-0.779v-4.666c-0.001-0.43-0.349-0.778-0.779-0.779h-0zM19.11 20.889h0.89v1.444c0 0 0 0 0 0 0 0.184 0.149 0.334 0.333 0.334h1.999c0.184-0 0.333-0.15 0.333-0.334v0-1.999c0 0 0 0 0 0 0-0.184-0.149-0.334-0.333-0.334h-1.444v-0.889h1.444c0.184-0 0.333-0.15 0.333-0.334v0-1.999c-0-0.184-0.149-0.333-0.333-0.333h-1.999c-0.184 0-0.333 0.149-0.333 0.333v1.444h-0.889v-1.444c-0-0.184-0.149-0.333-0.333-0.333h-1.999c-0.184 0-0.333 0.149-0.333 0.333v1.999c0 0 0 0 0 0 0 0.184 0.149 0.334 0.333 0.334h1.444v0.889h-1.444c-0.184 0-0.333 0.15-0.333 0.334v0 1.999c0 0 0 0 0 0 0 0.184 0.149 0.334 0.333 0.334h1.999c0.184-0 0.333-0.15 0.333-0.334v0-1.444zM17.222 9.333c-0.43 0.001-0.778 0.349-0.779 0.779v4.666c0.001 0.43 0.349 0.778 0.779 0.779h4.666c0.43-0.001 0.778-0.349 0.779-0.779v-4.666c-0.001-0.43-0.349-0.778-0.779-0.778h-0zM10.111 9.333c-0.43 0.001-0.778 0.349-0.779 0.779v4.666c0.001 0.43 0.349 0.778 0.779 0.779h4.666c0.43-0.001 0.778-0.349 0.779-0.779v-4.666c-0.001-0.43-0.349-0.778-0.779-0.779h-0zM14.388 21.889h-3.888c-0.215-0-0.389-0.174-0.389-0.389v-3.888c0-0.215 0.174-0.389 0.389-0.389h3.888c0.215 0 0.389 0.174 0.389 0.389v3.888c-0.001 0.214-0.174 0.388-0.389 0.388h-0zM11.445 18.223c0 0 0 0 0 0-0.184 0-0.334 0.149-0.334 0.333v1.999c0 0.184 0.15 0.333 0.334 0.333h1.999c0.184-0 0.333-0.149 0.333-0.333v-1.999c-0-0.184-0.149-0.333-0.333-0.333h-0zM21.5 14.778h-3.888c-0.215-0-0.389-0.174-0.389-0.389v-3.889c0-0.215 0.174-0.389 0.389-0.389h3.888c0.215 0 0.389 0.174 0.389 0.389v3.888c0 0 0 0 0 0 0 0.215-0.174 0.389-0.389 0.389h-0zM18.556 11.111c-0.184 0-0.333 0.149-0.333 0.333v1.999c0 0.184 0.149 0.333 0.333 0.333h1.999c0 0 0 0 0 0 0.184 0 0.334-0.149 0.334-0.333v-1.999c-0-0.184-0.15-0.333-0.334-0.333v0zM14.389 14.778h-3.888c-0.215-0-0.389-0.174-0.389-0.389v-3.889c0-0.215 0.174-0.389 0.389-0.389h3.888c0.215 0 0.389 0.174 0.389 0.389v3.888c0 0.215-0.174 0.389-0.389 0.389v0zM11.445 11.111c0 0 0 0 0 0-0.184 0-0.334 0.149-0.334 0.333v1.999c0 0.184 0.15 0.333 0.334 0.333h1.999c0.184-0 0.333-0.149 0.333-0.333v-1.999c-0-0.184-0.149-0.333-0.333-0.333h-0z',\n delete:\n 'M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-13.333c0-1.467-1.2-2.667-2.667-2.667h-10.667c-1.467 0-2.667 1.2-2.667 2.667v13.333zM24 5.333h-3.333l-0.947-0.947c-0.24-0.24-0.587-0.387-0.933-0.387h-5.573c-0.347 0-0.693 0.147-0.933 0.387l-0.947 0.947h-3.333c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h16c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333z',\n filter:\n 'M14.667 24h2.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-2.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333zM4 9.333c0 0.733 0.6 1.333 1.333 1.333h21.333c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-21.333c-0.733 0-1.333 0.6-1.333 1.333zM9.333 17.333h13.333c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-13.333c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333z',\n sort:\n 'M17.24 3.533c-0.267-0.267-0.68-0.267-0.947 0l-2.68 2.68h6.293l-2.667-2.68zM16.307 28.467c0.267 0.267 0.68 0.267 0.947 0l2.64-2.64h-6.213l2.627 2.64zM14.64 23.64c0.8 0 1.347-0.8 1.053-1.547l-4.973-12.72c-0.24-0.613-0.84-1.013-1.493-1.013s-1.253 0.4-1.493 1.013l-4.987 12.707c-0.293 0.747 0.253 1.547 1.053 1.547 0.467 0 0.893-0.293 1.067-0.733l0.947-2.533h6.813l0.947 2.533c0.173 0.453 0.6 0.747 1.067 0.747zM6.627 18.187l2.587-6.907 2.587 6.907h-5.173zM28.067 21.52h-7.107l7.627-11.053c0.613-0.88-0.027-2.093-1.093-2.093h-8.64c-0.587 0-1.053 0.48-1.053 1.067v0.013c0 0.587 0.48 1.067 1.053 1.067h6.787l-7.64 11.040c-0.613 0.88 0.027 2.093 1.093 2.093h8.96c0.587 0 1.053-0.48 1.053-1.053 0.027-0.6-0.453-1.080-1.040-1.080z',\n message:\n 'M16 2c-8.838 0-16 5.819-16 13 0 3.1 1.337 5.938 3.563 8.169-0.781 3.15-3.394 5.956-3.425 5.988-0.138 0.144-0.175 0.356-0.094 0.544s0.256 0.3 0.456 0.3c4.144 0 7.25-1.988 8.787-3.212 2.044 0.769 4.313 1.212 6.713 1.212 8.837 0 16-5.819 16-13s-7.163-13-16-13z',\n camera:\n 'M4 10.667c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333v-2.667h2.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-2.667v-2.667c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333v2.667h-2.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h2.667v2.667z M21.333 18.667c0 2.209-1.791 4-4 4s-4-1.791-4-4c0-2.209 1.791-4 4-4s4 1.791 4 4z M28 8h-4.227l-1.653-1.8c-0.493-0.547-1.213-0.867-1.96-0.867h-8.533c0.227 0.4 0.373 0.84 0.373 1.333 0 1.467-1.2 2.667-2.667 2.667h-1.333v1.333c0 1.467-1.2 2.667-2.667 2.667-0.493 0-0.933-0.147-1.333-0.373v13.707c0 1.467 1.2 2.667 2.667 2.667h21.333c1.467 0 2.667-1.2 2.667-2.667v-16c0-1.467-1.2-2.667-2.667-2.667zM17.333 25.333c-3.68 0-6.667-2.987-6.667-6.667s2.987-6.667 6.667-6.667 6.667 2.987 6.667 6.667-2.987 6.667-6.667 6.667z',\n image:\n 'M28 25.333v-18.667c0-1.467-1.2-2.667-2.667-2.667h-18.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667zM11.867 18.64l2.8 3.373 4.133-5.32c0.267-0.347 0.8-0.347 1.067 0.013l4.68 6.24c0.333 0.44 0.013 1.067-0.533 1.067h-15.987c-0.56 0-0.867-0.64-0.52-1.080l3.32-4.267c0.253-0.347 0.76-0.36 1.040-0.027z',\n upload:\n 'M25.8 13.387c-0.907-4.6-4.947-8.053-9.8-8.053-3.853 0-7.2 2.187-8.867 5.387-4.013 0.427-7.133 3.827-7.133 7.947 0 4.413 3.587 8 8 8h17.333c3.68 0 6.667-2.987 6.667-6.667 0-3.52-2.733-6.373-6.2-6.613zM18.667 17.333v5.333h-5.333v-5.333h-4l6.667-6.667 6.667 6.667h-4z',\n chart:\n 'M8.533 12.267h0.267c1.027 0 1.867 0.84 1.867 1.867v9.333c0 1.027-0.84 1.867-1.867 1.867h-0.267c-1.027 0-1.867-0.84-1.867-1.867v-9.333c0-1.027 0.84-1.867 1.867-1.867zM16 6.667c1.027 0 1.867 0.84 1.867 1.867v14.933c0 1.027-0.84 1.867-1.867 1.867s-1.867-0.84-1.867-1.867v-14.933c0-1.027 0.84-1.867 1.867-1.867zM23.467 17.333c1.027 0 1.867 0.84 1.867 1.867v4.267c0 1.027-0.84 1.867-1.867 1.867s-1.867-0.84-1.867-1.867v-4.267c0-1.027 0.84-1.867 1.867-1.867z',\n organization:\n 'M5.333 15.333v5.333c0 1.107 0.893 2 2 2s2-0.893 2-2v-5.333c0-1.107-0.893-2-2-2s-2 0.893-2 2zM13.333 15.333v5.333c0 1.107 0.893 2 2 2s2-0.893 2-2v-5.333c0-1.107-0.893-2-2-2s-2 0.893-2 2zM4.667 29.333h21.333c1.107 0 2-0.893 2-2s-0.893-2-2-2h-21.333c-1.107 0-2 0.893-2 2s0.893 2 2 2zM21.333 15.333v5.333c0 1.107 0.893 2 2 2s2-0.893 2-2v-5.333c0-1.107-0.893-2-2-2s-2 0.893-2 2zM14.093 1.987l-10.533 5.547c-0.547 0.28-0.893 0.853-0.893 1.467 0 0.92 0.747 1.667 1.667 1.667h22.013c0.907 0 1.653-0.747 1.653-1.667 0-0.613-0.347-1.187-0.893-1.467l-10.533-5.547c-0.773-0.413-1.707-0.413-2.48 0z',\n news:\n 'M17.333 22.667h-10.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h10.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM25.333 12h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM6.667 20h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333zM5.333 8c0 0.733 0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333z',\n pen:\n 'M10.528 10.628c-0.939 0.271-1.672 0.975-1.979 1.875l-0.006 0.021-4.276 12.827 0.673 0.673 6.88-6.88c-0.139-0.282-0.22-0.613-0.22-0.964 0-1.227 0.994-2.221 2.221-2.221s2.221 0.994 2.221 2.221c0 1.227-0.994 2.221-2.221 2.221-0.351 0-0.682-0.081-0.977-0.226l0.013 0.006-6.883 6.88 0.676 0.676 12.828-4.278c0.921-0.313 1.624-1.046 1.89-1.964l0.005-0.021 1.962-6.939-5.867-5.867-6.94 1.961zM27.093 7.667l-2.759-2.757c-0.398-0.398-0.949-0.644-1.556-0.644s-1.158 0.246-1.556 0.644l-2.592 2.592 5.867 5.867 2.597-2.592c0.398-0.398 0.644-0.949 0.644-1.556s-0.246-1.158-0.644-1.556v0z',\n jobs:\n 'M26.667 8h-5.333v-2.667c0-1.48-1.187-2.667-2.667-2.667h-5.333c-1.48 0-2.667 1.187-2.667 2.667v2.667h-5.333c-1.48 0-2.653 1.187-2.653 2.667l-0.013 14.667c0 1.48 1.187 2.667 2.667 2.667h21.333c1.48 0 2.667-1.187 2.667-2.667v-14.667c0-1.48-1.187-2.667-2.667-2.667zM18.667 8h-5.333v-2.667h5.333v2.667z',\n signout:\n 'M11.25 28h-5.25c-3.313 0-6-2.688-6-6v-12c0-3.313 2.688-6 6-6h5.25c0.412 0 0.75 0.338 0.75 0.75v2.5c0 0.412-0.338 0.75-0.75 0.75h-5.25c-1.106 0-2 0.894-2 2v12c0 1.106 0.894 2 2 2h5.25c0.412 0 0.75 0.337 0.75 0.75v2.5c0 0.413-0.338 0.75-0.75 0.75zM18.619 9.056l4.85 4.444h-11.969c-0.831 0-1.5 0.669-1.5 1.5v2c0 0.831 0.669 1.5 1.5 1.5h11.969l-4.85 4.444c-0.631 0.575-0.65 1.563-0.050 2.169l1.369 1.369c0.581 0.581 1.531 0.587 2.119 0.006l9.5-9.425c0.594-0.587 0.594-1.544 0-2.131l-9.494-9.412c-0.587-0.581-1.531-0.581-2.119 0.006l-1.369 1.369c-0.606 0.6-0.581 1.588 0.044 2.162z',\n slack:\n 'M5.883 19.694c0 1.619-1.322 2.941-2.941 2.941s-2.941-1.323-2.941-2.941c0-1.619 1.323-2.941 2.941-2.941h2.941v2.941zM7.365 19.694c0-1.619 1.322-2.941 2.941-2.941s2.941 1.323 2.941 2.941v7.365c0 1.619-1.322 2.941-2.941 2.941s-2.941-1.323-2.941-2.941v-7.365zM10.306 7.883c-1.619 0-2.941-1.322-2.941-2.941s1.322-2.941 2.941-2.941 2.941 1.322 2.941 2.941v2.941h-2.941zM10.306 9.365c1.619 0 2.941 1.322 2.941 2.941s-1.322 2.941-2.941 2.941h-7.365c-1.619 0-2.941-1.322-2.941-2.941s1.323-2.941 2.941-2.941h7.365zM22.117 12.306c0-1.619 1.323-2.941 2.941-2.941s2.941 1.322 2.941 2.941-1.323 2.941-2.941 2.941h-2.941v-2.941zM20.635 12.306c0 1.619-1.323 2.941-2.941 2.941s-2.941-1.322-2.941-2.941v-7.365c0-1.619 1.323-2.941 2.941-2.941s2.941 1.322 2.941 2.941v7.365zM17.694 24.117c1.619 0 2.941 1.323 2.941 2.941s-1.323 2.941-2.941 2.941c-1.619 0-2.941-1.323-2.941-2.941v-2.941h2.941zM17.694 22.635c-1.619 0-2.941-1.323-2.941-2.941s1.323-2.941 2.941-2.941h7.365c1.619 0 2.941 1.323 2.941 2.941s-1.323 2.941-2.941 2.941h-7.365z',\n discord:\n 'M18.576 15.2c0 0.976-0.72 1.776-1.632 1.776-0.896 0-1.632-0.8-1.632-1.776s0.72-1.776 1.632-1.776c0.912 0 1.632 0.8 1.632 1.776zM11.104 13.424c-0.912 0-1.632 0.8-1.632 1.776s0.736 1.776 1.632 1.776c0.912 0 1.632-0.8 1.632-1.776 0.016-0.976-0.72-1.776-1.632-1.776zM28 3.296v28.704c-4.031-3.562-2.742-2.383-7.424-6.736l0.848 2.96h-18.144c-1.808 0-3.28-1.472-3.28-3.296v-21.632c0-1.824 1.472-3.296 3.28-3.296h21.44c1.808 0 3.28 1.472 3.28 3.296zM23.44 18.464c0-5.152-2.304-9.328-2.304-9.328-2.304-1.728-4.496-1.68-4.496-1.68l-0.224 0.256c2.72 0.832 3.984 2.032 3.984 2.032-3.801-2.083-8.265-2.083-11.952-0.464-0.592 0.272-0.944 0.464-0.944 0.464s1.328-1.264 4.208-2.096l-0.16-0.192s-2.192-0.048-4.496 1.68c0 0-2.304 4.176-2.304 9.328 0 0 1.344 2.32 4.88 2.432 0 0 0.592-0.72 1.072-1.328-2.032-0.608-2.8-1.888-2.8-1.888 0.235 0.165 0.624 0.378 0.656 0.4 2.701 1.512 6.537 2.008 9.984 0.56 0.56-0.208 1.184-0.512 1.84-0.944 0 0-0.8 1.312-2.896 1.904 0.48 0.608 1.056 1.296 1.056 1.296 3.536-0.112 4.896-2.432 4.896-2.432z',\n teams:\n 'M4.173 7.31c4.494-0.779 8.985-1.558 13.527-2.346v3.284c0.967-0.4 1.87-0.374 2.726 0.142s1.266 1.306 1.356 2.302c1.038-1.578 2.693-1.71 3.806-1.142 1.177 0.601 1.77 1.932 1.416 3.185-0.345 1.226-1.593 2.111-2.863 2.017-1.215-0.090-2.531-0.897-2.687-2.726-1.097 1.419-1.843 1.667-3.721 1.225v0.954c0.144 0.009 0.27 0.023 0.395 0.023 0.969 0.002 1.939 0.026 2.908-0.006 0.904-0.029 1.433 0.382 1.338 1.195-0.003 0.028 0.018 0.059 0.038 0.122 0.125 0.010 0.26 0.030 0.395 0.030 1.045 0.003 2.089-0.002 3.134 0.002 0.87 0.004 1.141 0.273 1.142 1.115 0 0.916 0.002 1.831-0 2.747-0.004 1.703-1.23 2.923-2.976 2.952-0.645 0.011-1.291 0.002-1.934 0.002-0.044 0.056-0.082 0.094-0.107 0.139-0.6 1.078-1.547 1.562-2.78 1.561-0.504-0-1.009 0-1.565 0v3.337c-4.555-0.727-9.046-1.444-13.546-2.163v-17.95zM17.728 23.19c0.585 0 1.133-0.025 1.678 0.005 1.117 0.062 2.093-0.847 2.080-2.049-0.021-1.882-0.006-3.764-0.008-5.645-0-0.112-0.012-0.223-0.019-0.339h-3.731v8.028zM22.386 21.468c0.748 0 1.462 0.058 2.162-0.014 0.953-0.098 1.636-0.974 1.646-2.004 0.009-0.904 0.003-1.808 0.001-2.712-0-0.081-0.017-0.161-0.027-0.248h-3.782v4.978zM11.621 13.387c0.88-0.048 1.7-0.093 2.528-0.138v-1.242c-2.076 0.13-4.125 0.258-6.174 0.386v1.097h2.217v6.877c0.498 0.024 0.941 0.045 1.428 0.068v-7.048zM22.475 11.966c-0.013 0.985 0.771 1.795 1.751 1.808 1.065 0.014 1.899-0.755 1.908-1.76 0.008-0.993-0.789-1.796-1.794-1.806-1.054-0.010-1.851 0.742-1.864 1.758zM17.722 12.022c0.718 0.682 1.856 0.649 2.556-0.064 0.705-0.72 0.673-1.865-0.073-2.548-0.707-0.648-1.846-0.645-2.482 0.015v2.598z',\n telegram:\n 'M27.919 6.162l-4.225 19.925c-0.319 1.406-1.15 1.756-2.331 1.094l-6.438-4.744-3.106 2.988c-0.344 0.344-0.631 0.631-1.294 0.631l0.463-6.556 11.931-10.781c0.519-0.463-0.113-0.719-0.806-0.256l-14.75 9.287-6.35-1.988c-1.381-0.431-1.406-1.381 0.288-2.044l24.837-9.569c1.15-0.431 2.156 0.256 1.781 2.013z',\n whatsapp:\n 'M23.806 6.069c-2.619-2.625-6.106-4.069-9.813-4.069-7.65 0-13.875 6.225-13.875 13.875 0 2.444 0.637 4.831 1.85 6.938l-1.969 7.188 7.356-1.931c2.025 1.106 4.306 1.688 6.631 1.688h0.006c7.644 0 14.006-6.225 14.006-13.875 0-3.706-1.575-7.188-4.194-9.813zM13.994 27.419c-2.075 0-4.106-0.556-5.875-1.606l-0.419-0.25-4.362 1.144 1.162-4.256-0.275-0.438c-1.156-1.837-1.763-3.956-1.763-6.137 0-6.356 5.175-11.531 11.538-11.531 3.081 0 5.975 1.2 8.15 3.381s3.512 5.075 3.506 8.156c0 6.362-5.306 11.537-11.662 11.537zM20.319 18.781c-0.344-0.175-2.050-1.012-2.369-1.125-0.319-0.119-0.55-0.175-0.781 0.175s-0.894 1.125-1.1 1.363c-0.2 0.231-0.406 0.262-0.75 0.087-2.037-1.019-3.375-1.819-4.719-4.125-0.356-0.613 0.356-0.569 1.019-1.894 0.113-0.231 0.056-0.431-0.031-0.606s-0.781-1.881-1.069-2.575c-0.281-0.675-0.569-0.581-0.781-0.594-0.2-0.012-0.431-0.012-0.662-0.012s-0.606 0.088-0.925 0.431c-0.319 0.35-1.213 1.188-1.213 2.894s1.244 3.356 1.412 3.587c0.175 0.231 2.444 3.731 5.925 5.238 2.2 0.95 3.063 1.031 4.162 0.869 0.669-0.1 2.050-0.837 2.337-1.65s0.288-1.506 0.2-1.65c-0.081-0.156-0.313-0.244-0.656-0.413z',\n copy:\n 'M20 1.333h-14.667c-1.467 0-2.667 1.2-2.667 2.667v17.333c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333v-16c0-0.733 0.6-1.333 1.333-1.333h13.333c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM25.333 6.667h-14.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h14.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM24 28h-12c-0.733 0-1.333-0.6-1.333-1.333v-16c0-0.733 0.6-1.333 1.333-1.333h12c0.733 0 1.333 0.6 1.333 1.333v16c0 0.733-0.6 1.333-1.333 1.333z',\n bitcoin:\n 'M21.467 15.107c1.164-0.556 1.955-1.725 1.955-3.077 0-0.227-0.022-0.449-0.065-0.664l0.004 0.022c-0.24-2.667-2.507-3.507-5.333-3.747v-3.64h-2.253v3.533h-1.773v-3.533h-2.213v3.64h-4.467v2.36h1.613c0.063-0.012 0.135-0.019 0.209-0.019 0.576 0 1.052 0.43 1.124 0.987l0.001 0.006v9.96c-0.028 0.412-0.369 0.735-0.785 0.735-0.019 0-0.039-0.001-0.058-0.002l0.003 0h-1.613l-0.44 2.667h4.413v3.667h2.213v-3.64h1.773v3.64h2.213v-3.667c3.72-0.213 6.333-1.16 6.667-4.653 0.061-0.253 0.096-0.545 0.096-0.844 0-1.908-1.422-3.485-3.263-3.727l-0.019-0.002zM14.053 10.16c1.253 0 5.187-0.387 5.187 2.213s-3.933 2.213-5.187 2.213zM14.053 21.68v-4.867c1.507 0 6.213-0.427 6.213 2.44s-4.707 2.427-6.213 2.427z',\n ether:\n 'M16 4l-0.16 0.547v15.867l0.16 0.16 7.413-4.347-7.413-12.227z M16 4l-7.413 12.227 7.413 4.347v-16.573zM16 21.973l-0.093 0.107v5.653l0.093 0.267 7.413-10.387-7.413 4.36z M16 28v-6.027l-7.413-4.36 7.413 10.387zM16 20.573l7.4-4.347-7.4-3.347v7.693zM8.587 16.227l7.413 4.347v-7.693l-7.413 3.347z',\n eos:\n 'M16.073 3.52l-5.916 8.14-2.477 12.033 8.393 5.107 8.393-5.107-2.528-12.084zM9.045 23.136l1.871-9.152 4.247 12.896zM11.522 11.912l4.55-6.268 4.55 6.269-4.55 13.751zM16.932 26.88l4.247-12.893 1.871 9.152z',\n language:\n 'M16 3.2c-7.069 0-12.8 5.731-12.8 12.8s5.731 12.8 12.8 12.8c7.069 0 12.8-5.731 12.8-12.8v0c0-7.069-5.731-12.8-12.8-12.8v0zM25.972 11.045h-4.258c-0.382-2.129-1.162-4.024-2.264-5.687l0.035 0.056c2.858 0.971 5.146 2.98 6.459 5.567l0.029 0.064zM20.542 16c0 0.007 0 0.015 0 0.023 0 1.157-0.081 2.295-0.236 3.409l0.015-0.129h-8.64c-0.141-0.992-0.222-2.138-0.222-3.303s0.081-2.311 0.237-3.433l-0.015 0.13h8.64c0.141 0.986 0.222 2.124 0.222 3.281 0 0.008 0 0.016 0 0.024v-0.001zM16 4.852c1.388 0 3.169 2.276 4.031 6.194h-8.062c0.862-3.918 2.643-6.194 4.031-6.194zM12.516 5.412c-1.067 1.607-1.847 3.502-2.216 5.54l-0.014 0.092h-4.258c1.342-2.65 3.63-4.659 6.409-5.605l0.079-0.023zM4.852 16c0-0.003 0-0.006 0-0.010 0-1.176 0.183-2.309 0.522-3.372l-0.022 0.078h4.67c-0.135 0.99-0.214 2.136-0.217 3.3v0.003c0 0.001 0 0.001 0 0.002 0 1.164 0.079 2.31 0.231 3.432l-0.015-0.131h-4.671c-0.317-0.984-0.5-2.116-0.5-3.291 0-0.004 0-0.009 0-0.013v0.001zM6.029 20.955h4.258c0.382 2.129 1.162 4.024 2.264 5.687l-0.035-0.056c-2.858-0.971-5.146-2.98-6.459-5.567l-0.029-0.064zM16 27.148c-1.388 0-3.169-2.276-4.031-6.194h8.062c-0.862 3.92-2.64 6.194-4.031 6.194zM19.484 26.588c1.067-1.607 1.847-3.502 2.216-5.54l0.014-0.092h4.258c-1.342 2.65-3.63 4.659-6.409 5.605l-0.079 0.023zM21.977 19.308c0.136-0.991 0.214-2.139 0.217-3.305v-0.003c0-0.001 0-0.001 0-0.002 0-1.164-0.079-2.31-0.231-3.432l0.015 0.131h4.671c0.318 0.988 0.501 2.124 0.501 3.303s-0.183 2.315-0.522 3.382l0.022-0.079z',\n folder:\n 'M14.12 6.12c-0.507-0.507-1.187-0.787-1.893-0.787h-6.893c-1.467 0-2.653 1.2-2.653 2.667l-0.013 16c0 1.467 1.2 2.667 2.667 2.667h21.333c1.467 0 2.667-1.2 2.667-2.667v-13.333c0-1.467-1.2-2.667-2.667-2.667h-10.667l-1.88-1.88z',\n 'folder-open':\n 'M29.719 17.6l-3.219 5.518c-0.501 0.852-1.413 1.414-2.456 1.415h-17.776c-0.588-0.001-1.064-0.478-1.064-1.067 0-0.196 0.053-0.38 0.146-0.538l-0.003 0.005 3.219-5.522c0.502-0.85 1.414-1.411 2.457-1.411h17.778c0.587 0.002 1.062 0.479 1.062 1.067 0 0.196-0.053 0.38-0.146 0.538l0.003-0.005zM11.022 14.578h14.578v-2.133c0-1.178-0.955-2.133-2.133-2.133v0h-7.111l-2.844-2.845h-7.111c-1.178 0-2.133 0.955-2.133 2.133v0 12.357l3.070-5.263c0.756-1.273 2.122-2.113 3.685-2.116h0z',\n 'camera-roll':\n 'M18.667 6.667c0-1.467-1.2-2.667-2.667-2.667h-1.333v-1.333c0-0.733-0.6-1.333-1.333-1.333h-5.333c-0.733 0-1.333 0.6-1.333 1.333v1.333h-1.333c-1.467 0-2.667 1.2-2.667 2.667v20c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667h8c1.467 0 2.667-1.2 2.667-2.667v-14.667c0-1.467-1.2-2.667-2.667-2.667h-8zM16 24h-2.667v-2.667h2.667v2.667zM16 12h-2.667v-2.667h2.667v2.667zM21.333 24h-2.667v-2.667h2.667v2.667zM21.333 12h-2.667v-2.667h2.667v2.667zM26.667 24h-2.667v-2.667h2.667v2.667zM26.667 12h-2.667v-2.667h2.667v2.667z',\n 'clean-hands':\n 'M19.987 9.333l1.827-0.84 0.84-1.827 0.84 1.827 1.827 0.84-1.827 0.84-0.84 1.827-0.84-1.827-1.827-0.84zM26.667 18.667c1.467 0 2.667-1.2 2.667-2.667 0-1.040-1.32-3.253-2.107-4.48-0.267-0.413-0.853-0.413-1.12 0-0.787 1.227-2.107 3.44-2.107 4.48 0 1.467 1.2 2.667 2.667 2.667zM12.32 12.667l7.68 2.867v-0.867c0-3.227-2.293-5.92-5.333-6.533v-2.8h2.667c0.467 0 0.907 0.080 1.333 0.24 0.493 0.173 1.040 0.067 1.4-0.293v0c0.68-0.68 0.453-1.853-0.44-2.187-0.707-0.28-1.48-0.427-2.293-0.427h-6c-0.733 0-1.333 0.6-1.333 1.333v0c0 0.733 0.6 1.333 1.333 1.333h0.667v2.813c-2.373 0.493-4.267 2.24-5 4.52h5.32zM4 14.667v0c-1.467 0-2.667 1.2-2.667 2.667v9.333c0 1.467 1.2 2.667 2.667 2.667v0c1.467 0 2.667-1.2 2.667-2.667v-9.333c0-1.467-1.2-2.667-2.667-2.667zM26.653 22.667h-9.107c-0.147 0-0.293-0.027-0.44-0.080l-1.96-0.68c-0.347-0.12-0.52-0.493-0.4-0.84v0c0.12-0.347 0.507-0.533 0.853-0.4l1.493 0.573c0.147 0.053 0.32 0.093 0.48 0.093h3.507c0.867 0 1.573-0.707 1.573-1.573v0c0-0.653-0.413-1.24-1.027-1.48l-9.227-3.44c-0.293-0.12-0.613-0.173-0.933-0.173h-2.133v12.027l8.493 2.413c0.547 0.16 1.133 0.133 1.667-0.067l9.84-3.707c0-1.48-1.2-2.667-2.68-2.667z',\n code:\n 'M11.6 21.2l-5.2-5.2 5.2-5.2c0.52-0.52 0.52-1.347 0-1.867s-1.347-0.52-1.867 0l-6.12 6.12c-0.52 0.52-0.52 1.36 0 1.88l6.12 6.133c0.52 0.52 1.347 0.52 1.867 0s0.52-1.347 0-1.867zM20.4 21.2l5.2-5.2-5.2-5.2c-0.52-0.52-0.52-1.347 0-1.867s1.347-0.52 1.867 0l6.12 6.12c0.52 0.52 0.52 1.36 0 1.88l-6.12 6.133c-0.52 0.52-1.347 0.52-1.867 0s-0.52-1.347 0-1.867z',\n mask:\n 'M26 8c-1.747 0-3.16 1.347-3.307 3.067-2.507-0.667-3.787-2.4-6.693-2.4-2.92 0-4.187 1.733-6.693 2.4-0.147-1.707-1.56-3.067-3.307-3.067-1.84 0-3.333 1.493-3.333 3.333v0.667c0 8 4.8 10.413 8.693 10.64 1.347 0.853 2.933 1.36 4.64 1.36s3.293-0.507 4.64-1.36c3.893-0.227 8.693-2.64 8.693-10.64v-0.667c0-1.84-1.493-3.333-3.333-3.333zM4.667 12v-0.667c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333v4c0 1.707 0.507 3.293 1.347 4.64-2.027-0.947-4.013-3.107-4.013-7.973zM19.067 14.68c-0.533-0.227-0.96-0.48-1.347-0.707-0.613-0.373-1.067-0.64-1.72-0.64s-1.12 0.267-1.747 0.64c-0.373 0.227-0.8 0.467-1.307 0.68-0.453 0.2-0.947-0.107-0.947-0.6v0c0-0.267 0.147-0.507 0.387-0.6 0.453-0.187 0.827-0.413 1.173-0.613 0.733-0.44 1.413-0.84 2.44-0.84s1.693 0.4 2.4 0.827c0.36 0.213 0.733 0.44 1.2 0.64 0.24 0.107 0.387 0.347 0.387 0.6 0.013 0.48-0.48 0.8-0.92 0.613zM27.333 12c0 4.867-1.987 7.027-4.013 7.973 0.853-1.347 1.347-2.933 1.347-4.64v-4c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333v0.667z',\n sanitizer:\n 'M20.667 8.667c0-0.747 0.893-1.987 1.48-2.72 0.267-0.333 0.773-0.333 1.027 0 0.587 0.733 1.48 1.973 1.48 2.72 0.013 1.107-0.88 2-1.987 2s-2-0.893-2-2zM26 20c1.84 0 3.333-1.493 3.333-3.333 0-1.667-1.88-4.213-2.813-5.387-0.267-0.333-0.76-0.333-1.027 0-0.947 1.173-2.827 3.72-2.827 5.387 0 1.84 1.493 3.333 3.333 3.333zM16 18.667h-1.333v-1.333c0-0.733-0.6-1.333-1.333-1.333v0c-0.733 0-1.333 0.6-1.333 1.333v1.333h-1.333c-0.733 0-1.333 0.6-1.333 1.333v0c0 0.733 0.6 1.333 1.333 1.333h1.333v1.333c0 0.733 0.6 1.333 1.333 1.333v0c0.733 0 1.333-0.6 1.333-1.333v-1.333h1.333c0.733 0 1.333-0.6 1.333-1.333v0c0-0.733-0.6-1.333-1.333-1.333zM21.333 16v10.667c0 1.467-1.2 2.667-2.667 2.667h-10.667c-1.467 0-2.667-1.2-2.667-2.667v-10.667c0-3.96 2.88-7.24 6.667-7.88v-2.787h-1.333c-0.733 0-1.333-0.6-1.333-1.333v0c0-0.733 0.6-1.333 1.333-1.333h6.667c0.813 0 1.587 0.147 2.293 0.413 0.893 0.333 1.107 1.507 0.44 2.187v0c-0.373 0.373-0.92 0.48-1.4 0.307-0.427-0.16-0.867-0.24-1.333-0.24h-2.667v2.787c3.787 0.64 6.667 3.92 6.667 7.88z',\n coronavirus:\n 'M28.333 14c-0.547 0-1 0.453-1 1h-2.053c-0.2-1.827-0.92-3.507-2.027-4.867l1.453-1.453 0.013 0.013c0.387 0.387 1.027 0.387 1.413 0s0.387-1.027 0-1.413l-1.413-1.413c-0.387-0.387-1.027-0.387-1.413 0s-0.387 1.013-0.013 1.4l-1.453 1.453c-1.36-1.093-3.027-1.813-4.853-2.013v-2.040h0.013c0.547 0 1-0.453 1-1s-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1s0.44 0.987 0.987 1v2.067c-1.827 0.187-3.493 0.92-4.853 2.013l-1.453-1.453 0.013-0.013c0.387-0.387 0.387-1.027 0-1.413s-1.027-0.387-1.413 0l-1.413 1.413c-0.387 0.387-0.387 1.027 0 1.413s1.013 0.387 1.4 0.013l1.453 1.453c-1.093 1.36-1.813 3.013-2 4.84h-2.053c0-0.547-0.453-1-1-1s-1 0.453-1 1v2c0 0.547 0.453 1 1 1s1-0.453 1-1h2.053c0.2 1.827 0.92 3.48 2 4.84l-1.453 1.453c-0.387-0.387-1.013-0.373-1.4 0.013s-0.387 1.027 0 1.413l1.413 1.413c0.387 0.387 1.027 0.387 1.413 0s0.387-1.027 0-1.413l-0.013-0.013 1.453-1.453c1.36 1.093 3.013 1.813 4.84 2.013v2.067c-0.547 0.013-0.987 0.453-0.987 1s0.453 1 1 1h2c0.547 0 1-0.453 1-1s-0.453-1-1-1h-0.013v-2.053c1.827-0.187 3.493-0.92 4.853-2.013l1.453 1.453c-0.387 0.387-0.373 1.013 0.013 1.4s1.027 0.387 1.413 0l1.413-1.413c0.387-0.387 0.387-1.027 0-1.413s-1.027-0.387-1.413 0l-0.013 0.013-1.453-1.453c1.093-1.36 1.827-3.027 2.027-4.867h2.053c0 0.547 0.453 1 1 1s1-0.453 1-1v-2c0.013-0.533-0.44-0.987-0.987-0.987zM18.333 10.667c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333-1.333-0.6-1.333-1.333 0.6-1.333 1.333-1.333zM16 17.333c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333 1.333 0.6 1.333 1.333c0 0.733-0.6 1.333-1.333 1.333zM13.667 10.667c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333-1.333-0.6-1.333-1.333 0.6-1.333 1.333-1.333zM11.333 17.333c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333 1.333 0.6 1.333 1.333c0 0.733-0.6 1.333-1.333 1.333zM13.667 21.333c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333 1.333 0.6 1.333 1.333c0 0.733-0.6 1.333-1.333 1.333zM18.333 21.333c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333 1.333 0.6 1.333 1.333c0 0.733-0.6 1.333-1.333 1.333zM19.333 16c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333c0 0.733-0.6 1.333-1.333 1.333s-1.333-0.6-1.333-1.333z',\n dashboard:\n 'M5.333 17.333h8c0.733 0 1.333-0.6 1.333-1.333v-10.667c0-0.733-0.6-1.333-1.333-1.333h-8c-0.733 0-1.333 0.6-1.333 1.333v10.667c0 0.733 0.6 1.333 1.333 1.333zM5.333 28h8c0.733 0 1.333-0.6 1.333-1.333v-5.333c0-0.733-0.6-1.333-1.333-1.333h-8c-0.733 0-1.333 0.6-1.333 1.333v5.333c0 0.733 0.6 1.333 1.333 1.333zM18.667 28h8c0.733 0 1.333-0.6 1.333-1.333v-10.667c0-0.733-0.6-1.333-1.333-1.333h-8c-0.733 0-1.333 0.6-1.333 1.333v10.667c0 0.733 0.6 1.333 1.333 1.333zM17.333 5.333v5.333c0 0.733 0.6 1.333 1.333 1.333h8c0.733 0 1.333-0.6 1.333-1.333v-5.333c0-0.733-0.6-1.333-1.333-1.333h-8c-0.733 0-1.333 0.6-1.333 1.333z',\n lamp:\n 'M16 4c-0.613 0-1.24 0.053-1.867 0.187-3.68 0.707-6.613 3.68-7.307 7.36-0.64 3.48 0.64 6.68 2.96 8.747 0.573 0.507 0.88 1.213 0.88 1.96v3.080c0 1.467 1.2 2.667 2.667 2.667h0.373c0.467 0.8 1.307 1.333 2.293 1.333s1.84-0.533 2.293-1.333h0.373c1.467 0 2.667-1.2 2.667-2.667v-3.080c0-0.733 0.293-1.453 0.853-1.947 1.933-1.707 3.147-4.2 3.147-6.973 0-5.16-4.173-9.333-9.333-9.333zM16.667 18.667h-1.333v-3.453l-2.44-2.427 0.947-0.947 2.16 2.16 2.16-2.16 0.947 0.947-2.44 2.44v3.44zM18 25.333c-0.013 0-0.027-0.013-0.040-0.013v0.013h-3.92v-0.013c-0.013 0-0.027 0.013-0.040 0.013-0.373 0-0.667-0.293-0.667-0.667s0.293-0.667 0.667-0.667c0.013 0 0.027 0.013 0.040 0.013v-0.013h3.92v0.013c0.013 0 0.027-0.013 0.040-0.013 0.373 0 0.667 0.293 0.667 0.667s-0.293 0.667-0.667 0.667zM18 22.667h-4c-0.373 0-0.667-0.293-0.667-0.667s0.293-0.667 0.667-0.667h4c0.373 0 0.667 0.293 0.667 0.667s-0.293 0.667-0.667 0.667z',\n puzzle:\n 'M27.333 14.667h-2v-5.333c0-1.467-1.2-2.667-2.667-2.667h-5.333v-2c0-1.84-1.493-3.333-3.333-3.333s-3.333 1.493-3.333 3.333v2h-5.333c-1.467 0-2.653 1.2-2.653 2.667v5.067h1.987c1.987 0 3.6 1.613 3.6 3.6s-1.613 3.6-3.6 3.6h-2v5.067c0 1.467 1.2 2.667 2.667 2.667h5.067v-2c0-1.987 1.613-3.6 3.6-3.6s3.6 1.613 3.6 3.6v2h5.067c1.467 0 2.667-1.2 2.667-2.667v-5.333h2c1.84 0 3.333-1.493 3.333-3.333s-1.493-3.333-3.333-3.333z',\n 'cloud-outline':\n 'M25.8 13.387c-0.907-4.6-4.947-8.053-9.8-8.053-3.853 0-7.187 2.187-8.853 5.387-4.013 0.427-7.147 3.813-7.147 7.947 0 4.413 3.587 8 8 8h17.333c3.68 0 6.667-2.987 6.667-6.667 0-3.52-2.733-6.373-6.2-6.613zM25.333 24h-17.107c-2.787 0-5.267-2.040-5.533-4.813-0.307-3.173 2.187-5.853 5.307-5.853 2.56 0 4.707 1.813 5.213 4.227 0.133 0.64 0.667 1.107 1.307 1.107 0.813 0 1.48-0.733 1.32-1.533-0.573-2.987-2.813-5.373-5.72-6.173 1.467-1.947 3.853-3.16 6.52-2.933 3.84 0.333 6.68 3.76 6.68 7.613v0.36h1.827c1.933 0 3.72 1.293 4.093 3.2 0.52 2.547-1.44 4.8-3.907 4.8z',\n cloud:\n 'M25.827 13.387c-0.92-4.6-4.96-8.053-9.813-8.053-3.853 0-7.2 2.187-8.867 5.387-4.013 0.427-7.133 3.827-7.133 7.947 0 4.413 3.587 8 8 8h17.333c3.68 0 6.667-2.987 6.667-6.667 0-3.52-2.733-6.373-6.187-6.613z',\n 'search-in-page':\n 'M26.667 26.12v-14.347c0-0.707-0.28-1.387-0.787-1.88l-6.44-6.44c-0.493-0.507-1.173-0.787-1.88-0.787h-9.56c-1.467 0-2.653 1.2-2.653 2.667l-0.013 21.333c0 1.467 1.187 2.667 2.653 2.667h16.013c0.6 0 1.133-0.2 1.587-0.533l-5.907-5.907c-1.147 0.747-2.52 1.173-4 1.093-3.16-0.147-5.867-2.613-6.293-5.747-0.587-4.467 3.267-8.24 7.773-7.48 2.6 0.44 4.76 2.467 5.333 5.040 0.44 1.947 0.013 3.76-0.933 5.2l5.107 5.12zM12 17.333c0 2.213 1.787 4 4 4s4-1.787 4-4-1.787-4-4-4-4 1.787-4 4z',\n live:\n 'M14 22.867l5.307-3.040c0.893-0.507 0.893-1.8 0-2.32l-5.307-3.040c-0.893-0.507-2 0.147-2 1.16v6.067c0 1.027 1.107 1.68 2 1.173zM28 8h-10.12l3.92-3.92c0.267-0.267 0.267-0.68 0-0.947s-0.68-0.267-0.947 0l-4.853 4.853-4.853-4.853c-0.267-0.267-0.68-0.267-0.947 0s-0.267 0.68 0 0.947l3.92 3.92h-10.12c-1.467 0-2.667 1.187-2.667 2.667v16c0 1.467 1.2 2.667 2.667 2.667h24c1.467 0 2.667-1.2 2.667-2.667v-16c0-1.48-1.2-2.667-2.667-2.667zM26.667 26.667h-21.333c-0.733 0-1.333-0.6-1.333-1.333v-13.333c0-0.733 0.6-1.333 1.333-1.333h21.333c0.733 0 1.333 0.6 1.333 1.333v13.333c0 0.733-0.6 1.333-1.333 1.333z',\n food:\n 'M10.8 17.787l3.773-3.773-8.253-8.24c-0.64-0.64-1.747-0.467-2.147 0.36-0.947 1.987-0.6 4.427 1.040 6.080l5.587 5.573zM19.84 15.373c2.040 0.947 4.907 0.28 7.027-1.84 2.547-2.547 3.040-6.2 1.080-8.16-1.947-1.947-5.6-1.467-8.16 1.080-2.12 2.12-2.787 4.987-1.84 7.027l-12.067 12.067c-0.52 0.52-0.52 1.36 0 1.88s1.36 0.52 1.88 0l8.24-8.213 8.24 8.24c0.52 0.52 1.36 0.52 1.88 0s0.52-1.36 0-1.88l-8.24-8.24 1.96-1.96z',\n pizza:\n 'M16 2.667c-3.987 0-7.627 1.44-10.44 3.84-0.947 0.813-1.147 2.2-0.533 3.28l9.813 17.48c0.507 0.907 1.813 0.907 2.32 0l9.813-17.48c0.613-1.080 0.413-2.48-0.533-3.28-2.8-2.387-6.453-3.84-10.44-3.84zM9.333 9.333c0-1.467 1.2-2.667 2.667-2.667s2.667 1.2 2.667 2.667-1.2 2.667-2.667 2.667-2.667-1.2-2.667-2.667zM16 20c-1.467 0-2.667-1.2-2.667-2.667s1.2-2.667 2.667-2.667 2.667 1.2 2.667 2.667-1.2 2.667-2.667 2.667z',\n one:\n 'M25.333 4h-18.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM17.333 22.667c-0.733 0-1.333-0.6-1.333-1.333v-9.333h-1.333c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h2.667c0.733 0 1.333 0.6 1.333 1.333v10.667c0 0.733-0.6 1.333-1.333 1.333z',\n two:\n 'M25.333 4h-18.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM20 14.667c0 1.467-1.2 2.667-2.667 2.667h-2.667v2.667h4c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333h-5.333c-0.733 0-1.333-0.6-1.333-1.333v-4c0-1.467 1.2-2.667 2.667-2.667h2.667v-2.667h-4c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h4c1.467 0 2.667 1.2 2.667 2.667v2.667z',\n three:\n 'M25.333 4h-18.653c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.653c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM20.013 14c0 1.107-0.893 2-2 2 1.107 0 2 0.893 2 2v2c0 1.48-1.2 2.667-2.667 2.667h-4.013c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h4.013l-0.013-2.667h-1.333c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h1.333l0.013-2.667h-4.013c-0.733 0-1.32-0.6-1.32-1.333s0.587-1.333 1.32-1.333h4.013c1.467 0 2.667 1.2 2.667 2.667v2z',\n four:\n 'M25.387 4h-18.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM18.72 22.667c-0.733 0-1.333-0.6-1.333-1.333v-4h-4c-0.733 0-1.333-0.6-1.333-1.333v-5.333c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333v4h2.667v-4c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333v10.667c0 0.733-0.6 1.333-1.333 1.333z',\n five:\n 'M25.333 4h-18.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM18.667 12h-4v2.667h2.667c1.467 0 2.667 1.2 2.667 2.667v2.667c0 1.48-1.2 2.667-2.667 2.667h-4c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h4v-2.667h-4c-0.733 0-1.333-0.6-1.333-1.333v-5.333c0-0.733 0.6-1.333 1.333-1.333h5.333c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333z',\n six:\n 'M14.667 20h2.667v-2.667h-2.667v2.667zM25.333 4h-18.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM18.667 12h-4v2.667h2.667c1.467 0 2.667 1.2 2.667 2.667v2.667c0 1.48-1.2 2.667-2.667 2.667h-2.667c-1.467 0-2.667-1.187-2.667-2.667v-8c0-1.467 1.2-2.667 2.667-2.667h4c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333z',\n school:\n 'M6.667 17.573v3.747c0 0.973 0.533 1.88 1.387 2.347l6.667 3.64c0.8 0.44 1.76 0.44 2.56 0l6.667-3.64c0.853-0.467 1.387-1.373 1.387-2.347v-3.747l-8.053 4.4c-0.8 0.44-1.76 0.44-2.56 0l-8.053-4.4zM14.72 4.693l-11.24 6.133c-0.92 0.507-0.92 1.84 0 2.347l11.24 6.133c0.8 0.44 1.76 0.44 2.56 0l10.72-5.853v7.88c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333v-8.547c0-0.493-0.267-0.933-0.693-1.173l-12.693-6.92c-0.8-0.427-1.76-0.427-2.56 0z',\n mic:\n 'M16 18.667c2.213 0 4-1.787 4-4v-8c0-2.213-1.787-4-4-4s-4 1.787-4 4v8c0 2.213 1.787 4 4 4zM23.88 14.667c-0.653 0-1.2 0.48-1.307 1.133-0.547 3.133-3.28 5.533-6.573 5.533s-6.027-2.4-6.573-5.533c-0.107-0.653-0.653-1.133-1.307-1.133-0.813 0-1.453 0.72-1.333 1.52 0.653 4 3.853 7.133 7.88 7.707v2.773c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333v-2.773c4.027-0.573 7.227-3.707 7.88-7.707 0.133-0.8-0.52-1.52-1.333-1.52z',\n 'thunder-o':\n 'M16 2.693c-7.347 0-13.307 5.96-13.307 13.307s5.96 13.307 13.307 13.307 13.307-5.96 13.307-13.307-5.96-13.307-13.307-13.307zM15.307 23.84v-5.52h-3.547c-0.493 0-0.827-0.533-0.587-0.973l4.907-9.56c0.307-0.627 1.253-0.4 1.253 0.307v5.587h3.387c0.493 0 0.813 0.52 0.6 0.96l-4.747 9.493c-0.32 0.64-1.267 0.413-1.267-0.293z',\n security:\n 'M14.92 1.813l-9.333 4.147c-0.96 0.427-1.587 1.387-1.587 2.44v6.267c0 7.4 5.12 14.32 12 16 6.88-1.68 12-8.6 12-16v-6.267c0-1.053-0.627-2.013-1.587-2.44l-9.333-4.147c-0.68-0.307-1.48-0.307-2.16 0zM16 15.987h9.333c-0.707 5.493-4.373 10.387-9.333 11.92v-11.907h-9.333v-7.6l9.333-4.147v11.733z',\n input:\n 'M24 9.333v-4c0-1.467-1.2-2.667-2.667-2.667h-10.667c-1.467 0-2.667 1.2-2.667 2.667v4c-0.733 0-1.333 0.6-1.333 1.333v6.267c0 0.267 0.080 0.52 0.227 0.733l3.773 7.667v2.667c0 0.733 0.6 1.333 1.333 1.333h8c0.733 0 1.333-0.6 1.333-1.333v-2.667l3.773-7.667c0.147-0.213 0.227-0.48 0.227-0.733v-6.267c0-0.733-0.6-1.333-1.333-1.333zM21.333 9.333h-2.667v-2c0-0.373-0.293-0.667-0.667-0.667s-0.667 0.293-0.667 0.667v2h-2.667v-2c0-0.373-0.293-0.667-0.667-0.667s-0.667 0.293-0.667 0.667v2h-2.667v-4h10.667v4z',\n beer:\n 'M25.333 12h-2.080c0.44-0.733 0.707-1.573 0.733-2.48 0.053-1.373-0.573-2.653-1.547-3.613-2.053-2.053-3.653-2.080-5.093-1.72-1.080-0.92-2.467-1.493-4.013-1.493-2.52 0-4.68 1.48-5.693 3.613-2.107 0.707-3.64 2.68-3.64 5.027 0 2.48 1.707 4.547 4 5.147v8.853c0 1.467 1.2 2.667 2.667 2.667h9.333c1.467 0 2.667-1.2 2.667-2.667v0h2.667c1.467 0 2.667-1.2 2.667-2.667v-8c0-1.467-1.2-2.667-2.667-2.667zM9.333 14c-1.467 0-2.667-1.2-2.667-2.667 0-1.133 0.733-2.133 1.827-2.507l1.067-0.36 0.48-1.013c0.627-1.293 1.88-2.093 3.293-2.093 1.053 0 1.853 0.467 2.32 0.867l1.040 0.867c0 0 0.853-0.427 1.96-0.427 1.467 0 2.667 1.2 2.667 2.667 0 0-4 0-4 0-4.427 0-5.12 4.667-7.987 4.667zM25.333 22.667h-2.667v-8h2.667v8z',\n 'video-playlist':\n 'M25.333 10.667h-18.667c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h18.667c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333zM22.667 2.667h-13.333c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h13.333c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM29.333 16v10.667c0 1.467-1.2 2.667-2.667 2.667h-21.333c-1.467 0-2.667-1.2-2.667-2.667v-10.667c0-1.467 1.2-2.667 2.667-2.667h21.333c1.467 0 2.667 1.2 2.667 2.667zM20.253 20.747l-6.92-3.773v8.707l6.92-3.76c0.467-0.253 0.467-0.92 0-1.173z',\n 'users-o':\n 'M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333 13.333-5.973 13.333-13.333-5.973-13.333-13.333-13.333zM20.813 11.12c1.427 0 2.573 1.147 2.573 2.573s-1.147 2.573-2.573 2.573-2.573-1.147-2.573-2.573c-0.013-1.427 1.147-2.573 2.573-2.573zM12.813 9.013c1.733 0 3.147 1.413 3.147 3.147s-1.413 3.147-3.147 3.147-3.147-1.413-3.147-3.147c0-1.747 1.4-3.147 3.147-3.147zM12.813 21.187v5c-3.2-1-5.733-3.467-6.853-6.613 1.4-1.493 4.893-2.253 6.853-2.253 0.707 0 1.6 0.107 2.533 0.293-2.187 1.16-2.533 2.693-2.533 3.573zM16 26.667c-0.36 0-0.707-0.013-1.053-0.053v-5.427c0-1.893 3.92-2.84 5.867-2.84 1.427 0 3.893 0.52 5.12 1.533-1.56 3.96-5.413 6.787-9.933 6.787z',\n support:\n 'M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333 13.333-5.973 13.333-13.333c0-7.36-5.973-13.333-13.333-13.333zM25.947 12.16l-3.707 1.533c-0.68-1.813-2.107-3.253-3.933-3.92l1.533-3.707c2.8 1.067 5.027 3.293 6.107 6.093zM16 20c-2.213 0-4-1.787-4-4s1.787-4 4-4 4 1.787 4 4-1.787 4-4 4zM12.173 6.053l1.56 3.707c-1.84 0.667-3.293 2.12-3.973 3.96l-3.707-1.547c1.080-2.813 3.307-5.040 6.12-6.12zM6.053 19.827l3.707-1.533c0.68 1.84 2.12 3.28 3.96 3.947l-1.56 3.707c-2.8-1.080-5.027-3.307-6.107-6.12zM19.84 25.947l-1.533-3.707c1.827-0.68 3.267-2.12 3.933-3.96l3.707 1.56c-1.080 2.8-3.307 5.027-6.107 6.107z',\n headset:\n 'M13.067 13.801c0-0.81-0.657-1.467-1.467-1.467v0h-0.733c-1.62 0-2.933 1.313-2.933 2.933v0 2.201c0 1.62 1.313 2.933 2.933 2.933v0h0.734c0.81-0.001 1.466-0.657 1.466-1.467 0-0 0-0.001 0-0.001v0zM21.134 20.401c1.62 0 2.933-1.313 2.933-2.933v0-2.201c0-1.62-1.313-2.933-2.933-2.933v0h-0.733c-0 0-0.001 0-0.001 0-0.81 0-1.467 0.657-1.467 1.467v0 5.133c0 0.81 0.657 1.467 1.467 1.467v0zM16 4.267c-6.43 0.123-11.611 5.303-11.733 11.722l-0 0.012v0.734c0 0 0 0.001 0 0.001 0 0.405 0.328 0.733 0.733 0.733 0 0 0.001 0 0.001 0h0.734c0 0 0.001 0 0.001 0 0.405 0 0.733-0.328 0.733-0.733 0 0 0 0 0 0v0-0.735c0.057-5.222 4.303-9.433 9.533-9.433s9.476 4.211 9.533 9.428l0 0.005h-0.005c0 0.107 0.005 7.596 0.005 7.596 0 1.070-0.868 1.938-1.938 1.938v0h-4.663c0-1.215-0.985-2.199-2.199-2.199v0h-1.467c-1.194 0.027-2.152 1.002-2.152 2.2s0.958 2.173 2.15 2.2l0.003 0h8.329c2.285 0 4.138-1.852 4.138-4.138 0-0 0-0.001 0-0.001v0-7.596c-0.123-6.43-5.303-11.611-11.722-11.733l-0.012-0z',\n tune:\n 'M4 24c0 0.733 0.6 1.333 1.333 1.333h6.667v-2.667h-6.667c-0.733 0-1.333 0.6-1.333 1.333zM4 8c0 0.733 0.6 1.333 1.333 1.333h12v-2.667h-12c-0.733 0-1.333 0.6-1.333 1.333zM17.333 26.667v-1.333h9.333c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-9.333v-1.333c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333v5.333c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333zM9.333 13.333v1.333h-4c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h4v1.333c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333v-5.333c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333zM28 16c0-0.733-0.6-1.333-1.333-1.333h-12v2.667h12c0.733 0 1.333-0.6 1.333-1.333zM21.333 12c0.733 0 1.333-0.6 1.333-1.333v-1.333h4c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-4v-1.333c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333v5.333c0 0.733 0.6 1.333 1.333 1.333z',\n video:\n 'M22.667 14v-4.667c0-0.733-0.6-1.333-1.333-1.333h-16c-0.733 0-1.333 0.6-1.333 1.333v13.333c0 0.733 0.6 1.333 1.333 1.333h16c0.733 0 1.333-0.6 1.333-1.333v-4.667l3.053 3.053c0.84 0.84 2.28 0.24 2.28-0.947v-8.227c0-1.187-1.44-1.787-2.28-0.947l-3.053 3.067z',\n wifi:\n 'M2.747 13.413c0.68 0.68 1.76 0.747 2.493 0.133 6.227-5.12 15.267-5.12 21.507-0.013 0.747 0.613 1.84 0.56 2.52-0.12 0.787-0.787 0.733-2.093-0.133-2.8-7.613-6.227-18.627-6.227-26.253 0-0.867 0.693-0.933 2-0.133 2.8zM13.093 23.76l1.96 1.96c0.52 0.52 1.36 0.52 1.88 0l1.96-1.96c0.627-0.627 0.493-1.707-0.307-2.12-1.627-0.84-3.573-0.84-5.213 0-0.76 0.413-0.907 1.493-0.28 2.12zM8.12 18.787c0.653 0.653 1.68 0.72 2.44 0.173 3.253-2.307 7.627-2.307 10.88 0 0.76 0.533 1.787 0.48 2.44-0.173l0.013-0.013c0.8-0.8 0.747-2.16-0.173-2.813-4.587-3.32-10.84-3.32-15.44 0-0.92 0.667-0.973 2.013-0.16 2.827z',\n stream:\n 'M16 12.969c-1.432 0-2.592 1.16-2.592 2.592s1.16 2.592 2.592 2.592c1.432 0 2.592-1.16 2.592-2.592v0c0-1.432-1.16-2.592-2.592-2.592v0zM5.629 15.557c0-0.003 0-0.006 0-0.009 0-2.566 0.974-4.904 2.573-6.666l-0.007 0.008c0.11-0.126 0.177-0.292 0.177-0.474 0-0.207-0.087-0.394-0.227-0.526l-0-0-1.035-1.011c-0.136-0.129-0.32-0.208-0.523-0.208-0.226 0-0.428 0.098-0.567 0.254l-0.001 0.001c-2.079 2.267-3.354 5.302-3.354 8.634s1.274 6.367 3.362 8.643l-0.009-0.009c0.14 0.157 0.342 0.255 0.568 0.255 0.203 0 0.387-0.079 0.523-0.209l-0 0 1.035-1.011c0.14-0.132 0.227-0.319 0.227-0.526 0-0.182-0.067-0.348-0.178-0.475l0.001 0.001c-1.591-1.753-2.565-4.092-2.565-6.657 0-0.003 0-0.006 0-0.010v0.001zM11.845 11.503l-1.053-1.029c-0.137-0.131-0.322-0.212-0.527-0.212-0.234 0-0.443 0.105-0.582 0.271l-0.001 0.001c-1.139 1.348-1.83 3.106-1.83 5.025s0.692 3.677 1.84 5.037l-0.010-0.012c0.141 0.167 0.35 0.272 0.583 0.272 0.205 0 0.391-0.081 0.528-0.212l-0 0 1.053-1.029c0.134-0.128 0.218-0.308 0.218-0.507 0-0.165-0.057-0.316-0.152-0.436l0.001 0.001c-0.684-0.845-1.098-1.932-1.098-3.117s0.414-2.272 1.105-3.126l-0.007 0.009c0.093-0.118 0.149-0.268 0.149-0.432 0-0.199-0.083-0.378-0.216-0.505l-0-0zM25.979 6.924c-0.14-0.157-0.342-0.255-0.568-0.255-0.203 0-0.387 0.079-0.523 0.209l0-0-1.035 1.012c-0.14 0.132-0.227 0.319-0.227 0.526 0 0.182 0.067 0.348 0.178 0.475l-0.001-0.001c1.59 1.757 2.563 4.098 2.563 6.667s-0.973 4.91-2.571 6.675l0.008-0.009c-0.11 0.126-0.177 0.292-0.177 0.474 0 0.207 0.087 0.394 0.226 0.525l0 0 1.035 1.011c0.136 0.129 0.32 0.208 0.523 0.208 0.226 0 0.428-0.098 0.567-0.254l0.001-0.001c2.079-2.267 3.354-5.302 3.354-8.634s-1.274-6.367-3.362-8.643l0.009 0.009zM22.316 10.535c-0.141-0.167-0.35-0.272-0.583-0.272-0.205 0-0.391 0.081-0.528 0.212l0-0-1.053 1.029c-0.134 0.128-0.217 0.307-0.217 0.507 0 0.164 0.057 0.315 0.151 0.435l-0.001-0.001c0.684 0.845 1.098 1.932 1.098 3.117s-0.414 2.272-1.105 3.126l0.007-0.009c-0.094 0.118-0.151 0.27-0.151 0.434 0 0.199 0.083 0.379 0.217 0.507l0 0 1.053 1.029c0.137 0.131 0.323 0.212 0.527 0.212 0.234 0 0.443-0.105 0.582-0.271l0.001-0.001c1.139-1.348 1.831-3.106 1.831-5.025s-0.692-3.677-1.84-5.037l0.010 0.012z',\n innovators:\n 'M21.333 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 17.333c-3.107 0-9.333 1.56-9.333 4.667v2c0 0.733 0.6 1.333 1.333 1.333h16c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667zM21.333 17.333c-0.387 0-0.827 0.027-1.293 0.067 0.027 0.013 0.040 0.040 0.053 0.053 1.52 1.107 2.573 2.587 2.573 4.547v2c0 0.467-0.093 0.92-0.24 1.333h6.907c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667z',\n participants:\n 'M21.333 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 17.333c-3.107 0-9.333 1.56-9.333 4.667v2c0 0.733 0.6 1.333 1.333 1.333h16c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667zM21.333 17.333c-0.387 0-0.827 0.027-1.293 0.067 0.027 0.013 0.040 0.040 0.053 0.053 1.52 1.107 2.573 2.587 2.573 4.547v2c0 0.467-0.093 0.92-0.24 1.333h6.907c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667z',\n backers:\n 'M15.987 2.667c-7.358 0.007-13.32 5.974-13.32 13.333 0 7.364 5.97 13.333 13.333 13.333s13.333-5.97 13.333-13.333v0c0-0.002 0-0.004 0-0.007 0-7.36-5.967-13.327-13.327-13.327-0.007 0-0.014 0-0.021 0h0.001zM16 26.667c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667c5.891 0 10.667 4.776 10.667 10.667v0c0 0.001 0 0.002 0 0.003 0 5.889-4.774 10.664-10.664 10.664-0.001 0-0.002 0-0.003 0h0zM16 23.333c2.694-0.003 5.047-1.462 6.314-3.632l0.019-0.035c0.054-0.094 0.085-0.208 0.085-0.328 0-0.371-0.301-0.672-0.672-0.672-0 0-0 0-0 0h-11.493c-0.371 0.003-0.67 0.304-0.67 0.675 0 0.119 0.031 0.231 0.085 0.329l-0.002-0.003c1.287 2.205 3.639 3.663 6.333 3.667h0z M18.132 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.224-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.087 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z M9.812 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.225-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.088 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z',\n juries:\n 'M15.987 2.667c-7.358 0.007-13.32 5.974-13.32 13.333 0 7.364 5.97 13.333 13.333 13.333s13.333-5.97 13.333-13.333v0c0-0.002 0-0.004 0-0.007 0-7.36-5.967-13.327-13.327-13.327-0.007 0-0.014 0-0.021 0h0.001zM16 26.667c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667c5.891 0 10.667 4.776 10.667 10.667v0c0 0.001 0 0.002 0 0.003 0 5.889-4.774 10.664-10.664 10.664-0.001 0-0.002 0-0.003 0h0zM16 23.333c2.694-0.003 5.047-1.462 6.314-3.632l0.019-0.035c0.054-0.094 0.085-0.208 0.085-0.328 0-0.371-0.301-0.672-0.672-0.672-0 0-0 0-0 0h-11.493c-0.371 0.003-0.67 0.304-0.67 0.675 0 0.119 0.031 0.231 0.085 0.329l-0.002-0.003c1.287 2.205 3.639 3.663 6.333 3.667h0z M18.132 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.224-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.087 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z M9.812 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.225-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.088 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z',\n transactions:\n 'M9.451 5.76c0.973 0.012 1.76 0.798 1.771 1.77v7.755l10.043-9.085c0.127-0.102 0.272-0.191 0.427-0.261l0.013-0.005c0.217-0.105 0.473-0.166 0.742-0.166 0.001 0 0.002 0 0.003 0h-0c0.492 0.012 0.934 0.214 1.258 0.536l-0-0 0.002-0.002c0.037 0.033 0.071 0.067 0.103 0.102l0.001 0.001c0.255 0.305 0.41 0.701 0.41 1.134 0 0.346-0.099 0.669-0.271 0.942l0.004-0.007c-0.053 0.076-0.107 0.143-0.166 0.205l0.001-0.001c-0.068 0.080-0.141 0.151-0.221 0.215l-0.003 0.002-7.656 6.915 1.961 1.947 1.782-1.605c0.314-0.277 0.729-0.446 1.183-0.446 0.521 0 0.989 0.222 1.317 0.576l0.001 0.001c0.273 0.296 0.44 0.693 0.44 1.129 0 0.052-0.002 0.103-0.007 0.153l0-0.006c-0.029 0.48-0.248 0.904-0.583 1.201l-0.002 0.002-1.635 1.472 3.283 3.26 0.069 0.1 0.036 0.036c0.279 0.299 0.45 0.701 0.45 1.143 0 0.026-0.001 0.052-0.002 0.077l0-0.004c-0.012 0.472-0.21 0.895-0.524 1.201l-0 0c-0.284 0.291-0.671 0.48-1.102 0.508l-0.005 0c-0.041 0.003-0.089 0.005-0.137 0.005-0.37 0-0.713-0.112-0.998-0.305l0.006 0.004-0.061-0.048-0.028-0.026c-0.032-0.022-0.010-0.007-0.066-0.047-0.028-0.022-0.055-0.047-0.102-0.092l-3.453-3.443-1.782 1.605c-0.309 0.284-0.722 0.458-1.176 0.458-0.028 0-0.057-0.001-0.085-0.002l0.004 0c-0.487-0.008-0.922-0.224-1.222-0.562l-0.002-0.002c-0.277-0.314-0.446-0.729-0.446-1.184 0-0.52 0.222-0.989 0.576-1.316l0.001-0.001 1.64-1.477-1.952-1.946-2.070 1.876v4.73c0 0.003 0 0.006 0 0.010 0 0.974-0.789 1.763-1.763 1.763-0.491 0-0.935-0.201-1.255-0.524l-0-0c-0.324-0.313-0.525-0.752-0.525-1.237 0-0.004 0-0.008 0-0.011v0.001-17.254c0.012-0.973 0.798-1.76 1.77-1.771h0.001z',\n updates:\n 'M16 29.333c1.471-0.005 2.662-1.196 2.667-2.666v-0h-5.333c0 0 0 0 0 0.001 0 1.472 1.194 2.666 2.666 2.666 0 0 0 0 0.001 0h-0zM24 21.333v-6.667c0-4.093-2.187-7.52-6-8.427v-0.907c0-1.105-0.895-2-2-2s-2 0.895-2 2v0 0.907c-3.827 0.907-6 4.32-6 8.427v6.667l-1.72 1.72c-0.244 0.242-0.394 0.577-0.394 0.947 0 0.734 0.594 1.33 1.327 1.333h17.56c0.738-0.001 1.336-0.599 1.336-1.337 0-0.368-0.149-0.701-0.389-0.943l0 0z',\n matchmaking:\n 'M28.449 11.94l-1.98-1.98c-0.216-0.218-0.516-0.353-0.847-0.353s-0.631 0.135-0.847 0.353l-11.973 11.973-5.569-5.574c-0.216-0.218-0.516-0.353-0.847-0.353s-0.631 0.135-0.847 0.353l-1.985 1.985c-0.218 0.217-0.353 0.518-0.353 0.85s0.135 0.633 0.353 0.85l8.399 8.404c0.216 0.218 0.516 0.353 0.847 0.353s0.631-0.135 0.847-0.353l14.798-14.81c0.217-0.218 0.351-0.518 0.351-0.85s-0.134-0.632-0.351-0.85l0 0zM12.236 17.239c0.144 0.146 0.344 0.236 0.565 0.236s0.421-0.090 0.565-0.236l10.399-10.409c0.144-0.145 0.233-0.345 0.233-0.565s-0.089-0.42-0.233-0.565l-2.259-2.261c-0.144-0.146-0.344-0.236-0.565-0.236s-0.421 0.090-0.565 0.236l-7.573 7.573-2.773-2.773c-0.144-0.144-0.342-0.232-0.561-0.232s-0.417 0.089-0.561 0.232v0l-2.27 2.26c-0.144 0.145-0.233 0.345-0.233 0.565s0.089 0.42 0.233 0.565l-0-0 5.599 5.61z',\n results:\n 'M27.185 5.789c-0.516-0.724-1.344-1.197-2.283-1.224l-0.004-0h-1.139c-0.031-0.112-0.061-0.224-0.096-0.335-0.098-0.321-0.346-0.568-0.66-0.665l-0.007-0.002c-2.109-0.641-4.534-1.009-7.044-1.009s-4.935 0.369-7.222 1.055l0.178-0.046c-0.321 0.098-0.569 0.346-0.665 0.66l-0.002 0.007c-0.033 0.111-0.064 0.223-0.096 0.335h-1.139c-0.943 0.027-1.77 0.5-2.281 1.215l-0.006 0.009c-0.549 0.778-0.877 1.746-0.877 2.79 0 0.506 0.077 0.994 0.22 1.452l-0.009-0.035 0.021 0.071c0.838 3.063 3.117 5.458 6.045 6.441l0.386 0.113c0.8 0.938 1.792 1.687 2.917 2.192l0.052 0.021c-0.175 1.834-0.697 3.511-1.501 5.015l0.035-0.071-0.479 0.62h-2.332c-0 0-0.001 0-0.001 0-0.548 0-0.992 0.444-0.992 0.992 0 0 0 0 0 0v0 3.375c0 0 0 0.001 0 0.001 0 0.548 0.444 0.992 0.992 0.992 0 0 0.001 0 0.001 0h13.5c0 0 0 0 0 0 0.548 0 0.992-0.444 0.992-0.992 0-0 0-0.001 0-0.001v0-3.375c-0.001-0.548-0.444-0.991-0.992-0.992h-2.133l-0.479-0.62c-0.778-1.458-1.303-3.165-1.469-4.975l-0.004-0.053c1.098-0.528 2.025-1.246 2.773-2.122l0.010-0.011 0.321-0.093c2.992-1.001 5.27-3.394 6.094-6.389l0.015-0.066 0.023-0.076c0.134-0.424 0.211-0.912 0.211-1.418 0-1.043-0.327-2.009-0.885-2.802l0.010 0.016zM5.965 9.492l-0.019-0.060c-0.080-0.254-0.126-0.546-0.126-0.848 0-0.594 0.178-1.146 0.482-1.606l-0.007 0.011c0.152-0.242 0.406-0.407 0.7-0.436l0.004-0h0.737c-0.079 0.578-0.125 1.245-0.125 1.923v0.001c0 0.007-0 0.016-0 0.025 0 1.801 0.36 3.518 1.011 5.083l-0.032-0.088c-1.234-1.022-2.152-2.386-2.611-3.947l-0.014-0.057zM13.959 24.4c0.699-1.477 1.207-3.191 1.434-4.993l0.009-0.084c0.181 0.016 0.365 0.028 0.549 0.028 0.263-0.001 0.522-0.018 0.775-0.051l-0.031 0.003c0.236 1.893 0.744 3.614 1.49 5.202l-0.044-0.105zM25.952 9.431l-0.019 0.063c-0.474 1.616-1.391 2.979-2.611 3.989l-0.013 0.011c0.619-1.477 0.979-3.194 0.979-4.995 0-0.009 0-0.017-0-0.026v0.001c-0-0.679-0.046-1.347-0.134-2.001l0.008 0.077h0.737c0.298 0.029 0.552 0.194 0.702 0.432l0.002 0.004c0.295 0.448 0.471 0.997 0.471 1.587 0 0.306-0.047 0.601-0.135 0.879l0.006-0.021z',\n mentors:\n 'M21.333 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 17.333c-3.107 0-9.333 1.56-9.333 4.667v2c0 0.733 0.6 1.333 1.333 1.333h16c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667zM21.333 17.333c-0.387 0-0.827 0.027-1.293 0.067 0.027 0.013 0.040 0.040 0.053 0.053 1.52 1.107 2.573 2.587 2.573 4.547v2c0 0.467-0.093 0.92-0.24 1.333h6.907c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667z',\n lock:\n 'M24 10.667h-1.333v-2.667c0-3.68-2.987-6.667-6.667-6.667s-6.667 2.987-6.667 6.667v2.667h-1.333c-1.467 0-2.667 1.2-2.667 2.667v13.333c0 1.467 1.2 2.667 2.667 2.667h16c1.467 0 2.667-1.2 2.667-2.667v-13.333c0-1.467-1.2-2.667-2.667-2.667zM16 22.667c-1.467 0-2.667-1.2-2.667-2.667s1.2-2.667 2.667-2.667 2.667 1.2 2.667 2.667-1.2 2.667-2.667 2.667zM12 10.667v-2.667c0-2.213 1.787-4 4-4s4 1.787 4 4v2.667h-8z',\n phone:\n 'M22.667 1.347l-13.333-0.013c-1.467 0-2.667 1.2-2.667 2.667v24c0 1.467 1.2 2.667 2.667 2.667h13.333c1.467 0 2.667-1.2 2.667-2.667v-24c0-1.467-1.2-2.653-2.667-2.653zM22.667 25.333h-13.333v-18.667h13.333v18.667z',\n cart:\n 'M21.131 16.758c0.922-0.004 1.724-0.509 2.15-1.257l0.006-0.012 4.373-7.938c0.12-0.191 0.192-0.424 0.192-0.674 0-0.256-0.075-0.495-0.205-0.696l0.003 0.005c-0.236-0.315-0.608-0.517-1.028-0.517-0.002 0-0.005 0-0.007 0h-18.227l-0.826-1.766c-0.2-0.419-0.621-0.703-1.107-0.703-0.001 0-0.002 0-0.002 0h-2.021c-0.68 0.002-1.23 0.553-1.232 1.233v0c0.002 0.679 0.553 1.23 1.232 1.232h1.233l4.436 9.356-1.664 3.006c-0.193 0.344-0.306 0.754-0.306 1.191 0 1.362 1.102 2.466 2.463 2.469h13.557c0 0 0 0 0 0 0.681 0 1.233-0.55 1.236-1.231v-0c-0.002-0.68-0.552-1.231-1.232-1.233h-13.561l1.353-2.465z M13.059 25.387c0 1.361-1.104 2.465-2.465 2.465s-2.465-1.104-2.465-2.465c0-1.361 1.104-2.465 2.465-2.465s2.465 1.104 2.465 2.465z M25.383 25.387c0 1.361-1.104 2.465-2.465 2.465s-2.465-1.104-2.465-2.465c0-1.361 1.104-2.465 2.465-2.465s2.465 1.104 2.465 2.465z',\n idea:\n 'M17.333 22.667h-10.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h10.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM25.333 12h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM6.667 20h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333zM5.333 8c0 0.733 0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333z',\n visibility:\n 'M16 5.333c-6.667 0-12.36 4.147-14.667 10 2.307 5.853 8 10 14.667 10s12.36-4.147 14.667-10c-2.307-5.853-8-10-14.667-10zM16 22c-3.68 0-6.667-2.987-6.667-6.667s2.987-6.667 6.667-6.667 6.667 2.987 6.667 6.667-2.987 6.667-6.667 6.667zM16 11.333c-2.213 0-4 1.787-4 4s1.787 4 4 4 4-1.787 4-4-1.787-4-4-4z',\n event:\n 'M21.333 17.333h-4c-0.733 0-1.333 0.6-1.333 1.333v4c0 0.733 0.6 1.333 1.333 1.333h4c0.733 0 1.333-0.6 1.333-1.333v-4c0-0.733-0.6-1.333-1.333-1.333zM21.333 4v1.333h-10.667v-1.333c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333v1.333h-1.333c-1.48 0-2.653 1.2-2.653 2.667l-0.013 18.667c0 1.467 1.187 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667h-1.333v-1.333c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333zM24 26.667h-16c-0.733 0-1.333-0.6-1.333-1.333v-13.333h18.667v13.333c0 0.733-0.6 1.333-1.333 1.333z',\n info:\n 'M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333 13.333-5.973 13.333-13.333-5.973-13.333-13.333-13.333zM16 22.667c-0.733 0-1.333-0.6-1.333-1.333v-5.333c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333v5.333c0 0.733-0.6 1.333-1.333 1.333zM17.333 12h-2.667v-2.667h2.667v2.667z',\n 'drag-handle':\n 'M25.333 12h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM6.667 20h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333z',\n 'thumb-up':\n 'M17.493 2.747l-7.387 7.387c-0.493 0.493-0.773 1.173-0.773 1.88v13.32c0 1.467 1.2 2.667 2.667 2.667h12c1.067 0 2.027-0.64 2.453-1.613l4.347-10.147c1.12-2.64-0.813-5.573-3.68-5.573h-7.533l1.267-6.107c0.133-0.667-0.067-1.347-0.547-1.827-0.787-0.773-2.040-0.773-2.813 0.013zM4 28c1.467 0 2.667-1.2 2.667-2.667v-10.667c0-1.467-1.2-2.667-2.667-2.667s-2.667 1.2-2.667 2.667v10.667c0 1.467 1.2 2.667 2.667 2.667z',\n 'thumb-down':\n 'M14.507 29.253l7.373-7.387c0.493-0.493 0.773-1.173 0.773-1.88v-13.32c0-1.467-1.2-2.667-2.667-2.667h-11.987c-1.067 0-2.027 0.64-2.44 1.613l-4.347 10.147c-1.133 2.64 0.8 5.573 3.667 5.573h7.533l-1.267 6.107c-0.133 0.667 0.067 1.347 0.547 1.827 0.787 0.773 2.040 0.773 2.813-0.013zM28 4c-1.467 0-2.667 1.2-2.667 2.667v10.667c0 1.467 1.2 2.667 2.667 2.667s2.667-1.2 2.667-2.667v-10.667c0-1.467-1.2-2.667-2.667-2.667z',\n send:\n 'M4.533 27.2l23.267-9.973c1.080-0.467 1.080-1.987 0-2.453l-23.267-9.973c-0.88-0.387-1.853 0.267-1.853 1.213l-0.013 6.147c0 0.667 0.493 1.24 1.16 1.32l18.84 2.52-18.84 2.507c-0.667 0.093-1.16 0.667-1.16 1.333l0.013 6.147c0 0.947 0.973 1.6 1.853 1.213z',\n 'caret-left':\n 'M22.6986 26.027C22.0701 26.7812 20.9491 26.8832 20.1948 26.2546L9.52814 17.3657C9.12282 17.0279 8.88847 16.5276 8.88847 16C8.88847 15.4724 9.12282 14.972 9.52814 14.6342L20.1948 5.74536C20.9491 5.1168 22.0701 5.21871 22.6986 5.97298C23.3272 6.72725 23.2253 7.84826 22.471 8.47682L13.4432 16L22.471 23.5231C23.2253 24.1517 23.3272 25.2727 22.6986 26.027Z',\n 'caret-right':\n 'M9.30048 5.97303C9.92904 5.21876 11.05 5.11685 11.8043 5.74541L22.471 14.6343C22.8763 14.9721 23.1106 15.4724 23.1106 16C23.1106 16.5276 22.8763 17.028 22.471 17.3658L11.8043 26.2546C11.05 26.8832 9.92904 26.7813 9.30048 26.027C8.67192 25.2727 8.77383 24.1517 9.5281 23.5232L18.5559 16L9.5281 8.47686C8.77383 7.8483 8.67192 6.7273 9.30048 5.97303Z',\n 'wallet-connect':\n 'M8.32274 11.1135C12.5628 6.96216 19.4372 6.96216 23.6773 11.1135L24.1876 11.6131C24.3996 11.8207 24.3996 12.1572 24.1876 12.3648L22.442 14.0739C22.336 14.1777 22.1641 14.1777 22.0581 14.0739L21.3559 13.3864C18.3979 10.4903 13.6021 10.4903 10.6442 13.3864L9.89213 14.1227C9.78613 14.2265 9.61426 14.2265 9.50826 14.1227L7.76264 12.4136C7.55064 12.206 7.55064 11.8695 7.76264 11.6619L8.32274 11.1135ZM27.2874 14.6481L28.841 16.1692C29.053 16.3768 29.053 16.7133 28.841 16.9209L21.8357 23.7798C21.6237 23.9874 21.28 23.9874 21.068 23.7798C21.068 23.7798 21.068 23.7798 21.068 23.7798L16.096 18.9119C16.043 18.86 15.9571 18.86 15.9041 18.9119C15.9041 18.9118 15.9041 18.9119 15.9041 18.9119L10.9322 23.7798C10.7202 23.9874 10.3765 23.9874 10.1645 23.7798C10.1645 23.7798 10.1645 23.7798 10.1645 23.7798L3.159 16.9208C2.947 16.7133 2.947 16.3767 3.159 16.1692L4.71261 14.648C4.92461 14.4405 5.26833 14.4405 5.48034 14.648L10.4524 19.5161C10.5054 19.568 10.5913 19.568 10.6443 19.5161C10.6443 19.5161 10.6443 19.5161 10.6443 19.5161L15.6161 14.648C15.8281 14.4405 16.1718 14.4405 16.3838 14.648C16.3838 14.648 16.3838 14.648 16.3838 14.648L21.3558 19.5161C21.4088 19.568 21.4947 19.568 21.5477 19.5161L26.5197 14.6481C26.7317 14.4406 27.0754 14.4406 27.2874 14.6481Z',\n 'bepro-mark':\n 'M16.0801 5C22.205 5 27.1603 9.91944 27.1603 16C27.1603 22.0806 22.205 27 16.0801 27C9.95528 27 5 22.0806 5 16C5 14.3347 5.36934 12.7458 6.04646 11.3403C6.10801 11.7069 6.20035 12.0736 6.35424 12.4097C6.60046 12.9903 6.93902 13.4944 7.38531 13.9375C7.8162 14.3653 8.33943 14.7167 8.92422 14.9611C9.47822 15.1903 10.0938 15.3125 10.7247 15.3125H11.6789H11.9251V15.0681V13.2194V12.975H11.6789H10.7247C10.4016 12.975 10.0938 12.9139 9.83217 12.7917C9.53978 12.6694 9.27816 12.5014 9.06272 12.2875C8.84727 12.0736 8.6626 11.8139 8.53949 11.5236C8.43177 11.2486 8.35482 10.9583 8.35482 10.6528V10.6375V10.6222C8.35482 10.3167 8.41638 10.0111 8.53949 9.75139C8.6626 9.46111 8.83188 9.20139 9.04733 8.9875C9.26278 8.77361 9.52439 8.59028 9.81678 8.48333C10.0938 8.37639 10.4016 8.3 10.7093 8.3C11.0325 8.3 11.3249 8.36111 11.6019 8.48333C11.8943 8.60556 12.1559 8.77361 12.3714 8.9875C12.5868 9.20139 12.7715 9.46111 12.8792 9.75139C12.9869 10.0264 13.0639 10.3319 13.0639 10.6375V14.1514V17.6653C13.0639 18.2917 13.187 18.9028 13.4178 19.4528C13.6641 20.0333 14.0026 20.5375 14.4489 20.9806C14.8798 21.4083 15.403 21.7597 15.9878 22.0042C16.5418 22.2333 17.1574 22.3556 17.7883 22.3556C18.4193 22.3556 19.0348 22.2333 19.5889 22.0042C20.1582 21.7597 20.6815 21.4236 21.1278 20.9806C21.5587 20.5528 21.9126 20.0333 22.1588 19.4528C22.3589 18.9792 22.482 18.4597 22.5128 17.9097H22.5282V17.6653V17.5736V17.5125C22.5128 16.9319 22.3897 16.3972 22.1742 15.8778C21.928 15.3125 21.5894 14.7931 21.1431 14.35C20.7123 13.9222 20.189 13.5708 19.6042 13.3264C19.0502 13.0972 18.4347 12.975 17.8037 12.975H16.8496H16.6034V13.2194V15.0681V15.3125H16.8496H17.8037C18.1269 15.3125 18.4347 15.3736 18.6963 15.4958C18.9887 15.6181 19.2503 15.7861 19.4657 16.0153C19.6812 16.2292 19.8659 16.4889 19.989 16.7792C20.0967 17.0542 20.1736 17.3444 20.1736 17.65V17.6653V17.6806C20.1736 17.9861 20.1121 18.2917 19.989 18.5514C19.8659 18.8417 19.6966 19.1014 19.4811 19.3153C19.2657 19.5292 19.0041 19.7125 18.7117 19.8194C18.4347 19.9264 18.1269 20.0028 17.8191 20.0028C17.5113 20.0028 17.2035 19.9417 16.9265 19.8194C16.6341 19.6972 16.3725 19.5292 16.1571 19.3153C15.9416 19.1014 15.757 18.8417 15.6492 18.5514C15.5415 18.2764 15.4646 17.9708 15.4646 17.6653V14.1514V10.6375C15.4646 10.0111 15.3415 9.4 15.1106 8.85C14.8644 8.26944 14.5258 7.76528 14.0796 7.32222C13.6487 6.89444 13.1254 6.54306 12.5407 6.29861C12.2175 6.16111 11.8635 6.06944 11.5096 6.00833C12.8792 5.35139 14.4335 5 16.0801 5Z',\n kucoin:\n 'M12.3502 16.0022L18.8661 22.5192L22.979 18.4063C23.7144 17.7441 24.8396 17.7735 25.5393 18.4733C26.2391 19.1731 26.2686 20.2982 25.6064 21.0337L20.1788 26.4623C19.4497 27.1792 18.2805 27.1792 17.5514 26.4623L9.72078 18.6296V23.2851C9.72078 24.3126 8.88786 25.1455 7.86039 25.1455C6.83293 25.1455 6 24.3126 6 23.2851V8.71325C6 7.68578 6.83293 6.85286 7.86039 6.85286C8.88786 6.85286 9.72078 7.68578 9.72078 8.71325V13.3688L17.5504 5.53815C18.2792 4.82062 19.449 4.82062 20.1778 5.53815L25.6094 10.9657C26.2716 11.7012 26.2421 12.8263 25.5424 13.5261C24.8426 14.2259 23.7174 14.2553 22.982 13.5931L18.8691 9.48024L12.3502 16.0022ZM18.8691 14.1398C18.1158 14.1394 17.4364 14.5929 17.1478 15.2888C16.8592 15.9847 17.0183 16.7859 17.5508 17.3188C18.0834 17.8516 18.8846 18.0112 19.5806 17.723C20.2767 17.4348 20.7305 16.7556 20.7305 16.0022C20.7308 15.5083 20.5349 15.0345 20.1858 14.685C19.8367 14.3355 19.3631 14.1391 18.8691 14.1388V14.1398Z',\n bitmark:\n 'M21.566 7.608c-1.387-1.142-3.295-1.714-5.724-1.714-3.248 0-4.688 0-6.052 0v0.846c0 0 3.285 0 5.941 0 2.065 0 3.935 0.426 5.077 1.412 1.142 0.987 2.007 2.455 2.007 4.268 0 1.749-0.749 3.046-1.936 4.027s-3.305 1.413-5.424 1.413c-2.53 0-6.825 0-6.825 0v0.846c0 0 5.811-0.001 6.872-0.001 2.557 0 4.554-0.556 5.992-1.665 1.438-1.111 2.156-2.672 2.156-4.686 0-2.020-0.693-3.601-2.081-4.743z M21.053 8.833c-0.863-0.655-1.855-1.182-4.661-1.182-3.026 0.001-3.396 0-4.668 0v0.825c0 0 2.089-0.027 4.564 0 2.392 0.025 3.27 0.295 4.075 0.89 1.030 0.761 1.669 1.701 1.669 3.016 0 1.268-0.649 2.166-1.684 2.927-1.059 0.78-2.677 0.789-3.336 0.804-0.249 0.006-3.466 0-3.466 0v0.825c0 0 1.601 0.022 2.59-0.001 2.271-0.051 3.618-0.186 4.872-1.118 1.177-0.873 1.8-2.026 1.8-3.486 0-1.925-0.963-2.896-1.757-3.499z M20.636 9.922c-0.648-0.406-1.216-0.68-3.897-0.68-2.724 0-2.21 0-3.355 0v0.542c0 0 1.035 0 3.263 0 2.375 0 3.275 0.422 3.547 0.589 0.534 0.327 1.237 0.859 1.237 1.944 0 0.693-0.41 1.564-1.015 1.906-0.552 0.311-1.561 0.589-3.339 0.589-0.224 0-10.96 0-10.96 0v0.542c0 0 10.11 0 11.001 0 2.143 0 2.879-0.238 3.634-0.655 0.758-0.417 1.263-1.275 1.263-2.377 0-1.231-0.687-1.969-1.378-2.401z M22.77 15.905c-1.387-1.143-3.296-1.714-5.724-1.714-3.249 0-2.683-0.001-4.049-0.001v0.846c0 0 1.28 0 3.936 0 2.065 0 3.936 0.426 5.078 1.412 1.142 0.987 2.006 2.455 2.006 4.269 0 1.748-0.748 3.045-1.935 4.025s-3.306 1.413-5.426 1.413c-2.528 0-6.824 0-6.824 0v0.846c0 0 5.81-0.001 6.872-0.001 2.557 0 4.553-0.555 5.99-1.665 1.438-1.109 2.157-2.672 2.157-4.685 0-2.021-0.693-3.602-2.081-4.744z M22.257 17.129c-0.863-0.654-1.855-1.182-4.661-1.182-3.027 0.001-5.074 0-6.346 0v0.825c0 0 3.765-0.027 6.242 0 2.392 0.025 3.269 0.295 4.074 0.89 1.031 0.763 1.67 1.701 1.67 3.016 0 1.268-0.649 2.166-1.684 2.928-1.059 0.779-2.677 0.789-3.337 0.803-0.249 0.005-3.466 0-3.466 0v0.823c0 0 1.601 0.022 2.591 0 2.27-0.052 3.618-0.187 4.872-1.118 1.176-0.874 1.799-2.027 1.799-3.487 0-1.924-0.962-2.896-1.756-3.499z M12.609 19.927h5.947v-0.461h-5.947v0.461z M15.062 21.538h3.46v-0.396h-3.46v0.396z M9.832 19.927h1.762v-0.461h-1.762v0.461z M8.733 21.571h5.351v-0.461h-5.351v0.461z M10.052 9.748h2.085v-0.38h-2.085v0.38z M8.6 12.832h4.776v-0.442h-4.776v0.442z M8.733 25.176h5.036v-0.552h-5.036v0.552z M7.478 26.967h1.259v-0.8h-1.259v0.8z M10.625 11.482h7.907v-0.442h-7.907v0.442z M14.579 12.832h3.804v-0.442h-3.804v0.442z M21.84 18.3c-0.649-0.392-1.217-0.656-3.896-0.656-2.724 0-3.131 0-4.276 0v0.524c0 0 1.954 0 4.181 0 2.375 0 3.276 0.407 3.549 0.57 0.532 0.316 1.237 0.828 1.237 1.876 0 0.67-0.41 1.509-1.017 1.839-0.552 0.301-1.561 0.57-3.339 0.57-0.224 0-10.959 0-10.959 0v0.524c0 0 10.11-0.001 11-0.001 2.145 0 2.88-0.229 3.635-0.631 0.756-0.404 1.262-1.232 1.262-2.296 0-1.188-0.686-1.899-1.377-2.317z',\n coinbase:\n 'M16.0031 21.5C12.9658 21.5 10.5031 19.0403 10.5031 16C10.5031 12.9597 12.9658 10.5 16.0031 10.5C18.7256 10.5 20.9867 12.4861 21.4206 15.0833H26.9603C26.4928 9.43667 21.7658 5 16 5C9.92556 5 5 9.92556 5 16C5 22.0744 9.92556 27 16 27C21.7658 27 26.4928 22.5633 26.9603 16.9167H21.4175C20.9806 19.5139 18.7256 21.5 16.0031 21.5Z',\n moonpay:\n 'M23.6174 11.7653C24.2864 11.7653 24.9404 11.5669 25.4967 11.1953C26.0529 10.8236 26.4865 10.2953 26.7425 9.67716C26.9986 9.05906 27.0656 8.37891 26.935 7.72274C26.8045 7.06657 26.4823 6.46384 26.0093 5.99076C25.5362 5.51769 24.9335 5.19552 24.2773 5.065C23.6211 4.93448 22.941 5.00147 22.3229 5.25749C21.7048 5.51352 21.1765 5.94708 20.8048 6.50336C20.4331 7.05964 20.2347 7.71364 20.2347 8.38267C20.2347 8.82689 20.3221 9.26677 20.4921 9.67719C20.6621 10.0876 20.9113 10.4605 21.2254 10.7746C21.5395 11.0887 21.9124 11.3379 22.3228 11.5079C22.7333 11.6779 23.1731 11.7654 23.6174 11.7653ZM13.2453 27C11.6145 27 10.0204 26.5164 8.66444 25.6104C7.30852 24.7044 6.2517 23.4167 5.62764 21.9101C5.00357 20.4034 4.84029 18.7456 5.15844 17.1462C5.47658 15.5467 6.26187 14.0776 7.41499 12.9245C8.56811 11.7713 10.0373 10.9861 11.6367 10.6679C13.2361 10.3498 14.894 10.5131 16.4006 11.1371C17.9072 11.7612 19.1949 12.818 20.1009 14.1739C21.0069 15.5299 21.4905 17.124 21.4905 18.7548C21.4905 19.8376 21.2773 20.9098 20.8629 21.9101C20.4486 22.9105 19.8412 23.8195 19.0756 24.5851C18.3099 25.3507 17.401 25.9581 16.4006 26.3724C15.4002 26.7868 14.3281 27 13.2453 27Z',\n ledger:\n 'M3 21.0526V27.4139H12.6806V26.0048H4.4172V21.0526H3ZM3 5.00808V11.3532H4.4172V6.40912H12.6887V5L3 5.00808Z M29 21.0526V27.4139H19.3167V26.0048H27.5882V21.0526H29ZM29 5.00808V11.3532H27.5882V6.40912H19.3167V5L29 5.00808Z M14.1841 11.3612H12.7749V21.0445H19.1362V19.7728H14.1841V11.3612Z',\n moonbeam:\n 'M21.142 5.645c2.964 1.257 4.94 4.356 4.715 7.499-5.299 0-10.598 0.045-15.896-0.045 0-2.111 0.718-4.266 2.245-5.748 2.245-2.29 5.972-3.009 8.936-1.706z M20.917 25.852c0.314 0 0.584 0.18 0.584 0.404s-0.27 0.404-0.584 0.404h-8.532c-0.314 0-0.584-0.18-0.584-0.404s0.269-0.404 0.584-0.404h8.532z M10.544 26.661c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M15.663 24.505c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M25.677 23.338c0.314 0 0.584 0.269 0.584 0.584s-0.269 0.584-0.584 0.584h-8.352c-0.314 0-0.584-0.269-0.584-0.584s0.27-0.584 0.584-0.584h8.352z M4.706 22.35c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M13.014 21.182c0.314 0 0.584 0.27 0.584 0.584s-0.27 0.584-0.584 0.584h-6.87c-0.314 0-0.584-0.27-0.584-0.584s0.269-0.584 0.584-0.584h6.87z M28.416 21.182c0.314 0 0.584 0.27 0.584 0.584s-0.269 0.584-0.584 0.584h-13.651c-0.314 0-0.584-0.27-0.584-0.584s0.269-0.584 0.584-0.584h13.651z M25.857 19.027c0.314 0 0.584 0.27 0.584 0.584s-0.269 0.584-0.584 0.584h-16.75c-0.314 0-0.584-0.27-0.584-0.584s0.269-0.584 0.584-0.584h16.75z M7.266 20.195c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M22.354 16.916c0.314 0 0.584 0.269 0.584 0.584s-0.269 0.584-0.584 0.584h-16.75c-0.314 0-0.584-0.269-0.584-0.584s0.269-0.584 0.584-0.584h16.75z M3.584 18.084c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M7.266 15.929c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M27.473 14.761c0.314 0 0.584 0.27 0.584 0.584s-0.269 0.584-0.584 0.584h-18.231c-0.314 0-0.584-0.27-0.584-0.584s0.269-0.584 0.584-0.584h18.231z',\n solidity:\n 'M20.535 3l4.177 7.429h-8.357l-4.177 7.427-4.177-7.427 4.177-7.429h8.357zM16.398 21.571l4.177-7.427 4.18 7.427-4.18 7.429h-8.357l-4.177-7.429h8.357z',\n metamask:\n 'M27.043 16.037l1.128-1.32c0.006-0.012 0.008-0.025 0.008-0.038s-0.003-0.026-0.008-0.038c-0.001-0.013-0.005-0.025-0.012-0.036s-0.016-0.020-0.027-0.026l-0.415-0.299 0.722-0.66c0.005-0.012 0.008-0.025 0.008-0.038s-0.003-0.026-0.008-0.038c-0.001-0.014-0.005-0.027-0.012-0.039s-0.016-0.022-0.027-0.030l-0.514-0.399 0.706-0.537c0.011-0.009 0.021-0.021 0.027-0.034s0.010-0.028 0.011-0.042c0.002-0.015-0.001-0.031-0.008-0.044s-0.018-0.025-0.031-0.033l-0.484-0.376 0.837-4.053v-0.046l-1.274-3.838c-0.011-0.020-0.029-0.035-0.050-0.043s-0.044-0.009-0.066-0.003v0l-8.183 3.071h-6.778l-8.168-3.071h-0.077c-0.022 0.015-0.038 0.037-0.046 0.061l-1.274 3.838c-0.004 0.015-0.004 0.031 0 0.046l0.852 4.053-0.507 0.376c-0.012 0.009-0.022 0.020-0.029 0.034s-0.010 0.028-0.010 0.043c0.001 0.015 0.005 0.029 0.011 0.043s0.016 0.025 0.027 0.034l0.722 0.537-0.514 0.407c-0.011 0.008-0.020 0.018-0.027 0.030s-0.011 0.025-0.011 0.039c-0.007 0.025-0.007 0.052 0 0.077l0.714 0.66-0.415 0.299c-0.017 0.018-0.030 0.038-0.038 0.062-0.008 0.025-0.008 0.052 0 0.077l1.136 1.32-1.75 5.42c-0.004 0.009-0.005 0.018-0.005 0.027s0.002 0.018 0.005 0.027l1.635 5.588c0.003 0.012 0.008 0.024 0.015 0.034s0.017 0.019 0.027 0.025c0.011 0.006 0.023 0.011 0.035 0.012s0.025 0.001 0.037-0.003l5.688-1.535 1.090 0.89 2.303 1.535h4l2.303-1.574 1.067-0.875 5.696 1.535c0.025 0.007 0.053 0.004 0.076-0.009s0.040-0.035 0.047-0.060l1.643-5.588v-0.054l-1.812-5.42zM11.060 19.314c-0.018-0.008-0.034-0.020-0.045-0.037s-0.017-0.036-0.017-0.055c0-0.020 0.006-0.039 0.017-0.055s0.027-0.029 0.045-0.037l2.011-0.921c0.023-0.009 0.047-0.009 0.070 0s0.041 0.025 0.053 0.046l0.837 1.75c0.010 0.013 0.015 0.029 0.015 0.046s-0.005 0.033-0.015 0.046c-0.007 0.014-0.018 0.026-0.032 0.034s-0.029 0.012-0.045 0.012l-2.894-0.829zM18.222 26.146c-0.016 0.009-0.035 0.015-0.054 0.015s-0.037-0.005-0.054-0.015l-0.238-0.192h-3.746l-0.223 0.192c-0.020 0.008-0.042 0.008-0.061 0h-0.046c-0.017-0.011-0.031-0.025-0.040-0.043s-0.014-0.037-0.014-0.057l0.276-2.226c0.008-0.025 0.025-0.046 0.046-0.061l0.476-0.338c0.008-0.004 0.018-0.005 0.027-0.005s0.018 0.002 0.027 0.005h2.863l0.484 0.33c0.010 0.027 0.010 0.057 0 0.084v0l0.276 2.211c0.007 0.016 0.010 0.034 0.008 0.051s-0.007 0.034-0.016 0.049h0.008zM20.971 19.307l-2.863 0.844h-0.061c-0.009-0.025-0.009-0.052 0-0.077-0.003-0.018-0.003-0.036 0-0.054l0.837-1.758c0.014-0.021 0.034-0.037 0.058-0.045s0.049-0.009 0.073-0.001l2.019 0.921c0.019 0.008 0.034 0.023 0.044 0.041s0.013 0.039 0.010 0.059c-0.007 0.025-0.024 0.047-0.047 0.060s-0.050 0.016-0.076 0.009h0.008z',\n launch:\n 'M19.1153 6C18.4467 6 17.9048 6.54196 17.9048 7.2105C17.9048 7.87905 18.4467 8.42101 19.1153 8.42101H21.8671L13.4974 16.7907C13.0247 17.2634 13.0247 18.0299 13.4974 18.5026C13.9701 18.9753 14.7366 18.9753 15.2093 18.5026L23.579 10.1329V12.8847C23.579 13.5533 24.121 14.0952 24.7895 14.0952C25.458 14.0952 26 13.5533 26 12.8847V7.2105C26 6.54196 25.458 6 24.7895 6H19.1153Z M9.14146 8.16167C8.8816 8.16167 8.63239 8.26489 8.44864 8.44864C8.26489 8.63239 8.16167 8.8816 8.16167 9.14146V22.8585C8.16167 23.1184 8.26489 23.3676 8.44864 23.5514C8.63239 23.7351 8.8816 23.8383 9.14146 23.8383H22.8585C23.1184 23.8383 23.3676 23.7351 23.5514 23.5514C23.7351 23.3676 23.8383 23.1184 23.8383 22.8585V19.055C23.8383 18.5139 24.277 18.0752 24.8181 18.0752C25.3592 18.0752 25.7979 18.5139 25.7979 19.055V22.8585C25.7979 23.6381 25.4882 24.3858 24.937 24.937C24.3858 25.4882 23.6381 25.7979 22.8585 25.7979H9.14146C8.36189 25.7979 7.61424 25.4882 7.06301 24.937C6.51177 24.3858 6.20208 23.6381 6.20208 22.8585V9.14146C6.20208 8.36189 6.51177 7.61425 7.06301 7.06301C7.61425 6.51177 8.36189 6.20208 9.14146 6.20208H12.945C13.4861 6.20208 13.9248 6.64075 13.9248 7.18187C13.9248 7.723 13.4861 8.16167 12.945 8.16167H9.14146Z M6.92011 6.92011C7.50925 6.33097 8.30829 6 9.14146 6H12.945C13.5977 6 14.1268 6.52914 14.1268 7.18187C14.1268 7.83461 13.5977 8.36375 12.945 8.36375H9.14146C8.9352 8.36375 8.73738 8.44569 8.59153 8.59153C8.44568 8.73738 8.36375 8.9352 8.36375 9.14146V22.8585C8.36375 23.0648 8.44568 23.2626 8.59153 23.4085C8.73738 23.5543 8.9352 23.6363 9.14146 23.6363H22.8585C23.0648 23.6363 23.2626 23.5543 23.4085 23.4085C23.5543 23.2626 23.6363 23.0648 23.6363 22.8585V19.055C23.6363 18.4023 24.1654 17.8732 24.8181 17.8732C25.4709 17.8732 26 18.4023 26 19.055V22.8585C26 23.6917 25.669 24.4908 25.0799 25.0799C24.4908 25.669 23.6917 26 22.8585 26H9.14146C8.30829 26 7.50925 25.669 6.92011 25.0799C6.33097 24.4907 6 23.6917 6 22.8585V9.14146C6 8.30829 6.33097 7.50925 6.92011 6.92011ZM9.14146 6.40416C8.41548 6.40416 7.71924 6.69256 7.2059 7.2059C6.69256 7.71924 6.40416 8.41548 6.40416 9.14146V22.8585C6.40416 23.5845 6.69256 24.2808 7.2059 24.7941C7.71924 25.3074 8.41548 25.5958 9.14146 25.5958H22.8585C23.5845 25.5958 24.2808 25.3074 24.7941 24.7941C25.3074 24.2808 25.5958 23.5845 25.5958 22.8585V19.055C25.5958 18.6255 25.2476 18.2773 24.8181 18.2773C24.3886 18.2773 24.0404 18.6255 24.0404 19.055V22.8585C24.0404 23.172 23.9159 23.4726 23.6943 23.6943C23.4726 23.9159 23.172 24.0404 22.8585 24.0404H9.14146C8.82801 24.0404 8.52739 23.9159 8.30575 23.6943C8.0841 23.4726 7.95958 23.172 7.95958 22.8585V9.14146C7.95958 8.828 8.0841 8.52739 8.30575 8.30575C8.52739 8.0841 8.828 7.95958 9.14146 7.95958H12.945C13.3745 7.95958 13.7227 7.61139 13.7227 7.18187C13.7227 6.75236 13.3745 6.40416 12.945 6.40416H9.14146Z',\n 'arrow-external':\n 'M6 6v5.663h9.542L6.666 21.796v4.183h4.628l9.222-10.917V26H26V6H6z',\n mint:\n 'M21.102 2a1 1 0 011 1v2h2a1 1 0 010 2h-2v2a1 1 0 01-2 0V7h-2a1 1 0 110-2h2V3a1 1 0 011-1zM16.44 22.938l-2.4 6.512a1 1 0 01-1.874 0l-2.4-6.512a1.012 1.012 0 00-.6-.6l-6.513-2.4a1 1 0 010-1.875l6.513-2.4a1.013 1.013 0 00.6-.6l2.4-6.513a1 1 0 011.875 0l2.4 6.512a1.012 1.012 0 00.6.6l6.512 2.4a1 1 0 010 1.875l-6.512 2.4a1.012 1.012 0 00-.6.6zM27.102 9a1 1 0 011 1v1h1a1 1 0 010 2h-1v1a1 1 0 01-2 0v-1h-1a1 1 0 110-2h1v-1a1 1 0 011-1z',\n};\n\nexport default icons;\n","import styled, { css } from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { field, misc, typography } from '../../ions/variables';\nimport icons from '../../ions/icons';\n\ninterface InputStyleProps {\n icon?: string;\n error?: string;\n}\n\nexport const TextFieldInputStyle = styled.input<InputStyleProps>`\n border-width: ${field.borderWidth};\n border-style: solid;\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n border-radius: ${field.borderRadius};\n background-repeat: no-repeat;\n background-size: ${rem('20px')} ${rem('20px')};\n background-position: ${rem('10px')} 50%;\n height: ${field.height};\n padding: ${rem('10px')};\n font-family: inherit;\n font-size: ${typography.defaultSize};\n transition-property: border-color;\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n border-color: ${field.hoverBorderColor};\n }\n\n &:focus {\n border-color: ${field.activeBorderColor};\n outline: none;\n }\n\n &:disabled {\n border-color: ${field.borderColor};\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n }\n\n &:invalid {\n border-color: ${field.errorBorderColor};\n outline: none;\n box-shadow: none;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n }\n\n &:required {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n }\n\n &::placeholder,\n &:-ms-input-placeholder,\n &::-ms-input-placeholder {\n color: ${field.placeholderColor};\n opacity: 1;\n }\n\n ${props =>\n props.icon &&\n css<InputStyleProps>`\n background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 32 32\"><path style=\"fill:${props =>\n props.error\n ? 'rgb(235,87,87)'\n : 'rgb(217,212,237)'}\" d=${JSON.stringify(\n icons[props.icon]\n )} /></svg>');\n padding-left: ${rem('40px')};\n\n &:focus {\n background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 32 32\">\n <path style=\"fill:rgb(67,41,166)\" d=${JSON.stringify(\n icons[props.icon]\n )} /></svg>');\n }\n `}\n`;\n","import styled from 'styled-components';\nimport { rem, transparentize } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\ninterface TextAreaProps {\n height?: string;\n error?: string;\n minlength?: number;\n maxlength?: number;\n}\n\nexport const Wrapper = styled.div`\n position: relative;\n`;\n\nexport const TextAreaStyle = styled.textarea<TextAreaProps>`\n border-width: ${field.borderWidth};\n border-style: solid;\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n border-radius: ${field.borderRadius};\n width: 100%;\n height: ${props => props.height || rem('100px')};\n min-height: ${field.height};\n padding: ${rem('10px')};\n font-family: inherit;\n font-size: ${rem('16px')};\n word-break: break-word;\n transition-duration: ${misc.transitionDuration};\n resize: none;\n\n &:hover {\n border-color: ${field.hoverBorderColor};\n }\n\n &:focus {\n border-color: ${field.activeColor};\n outline: none;\n }\n\n &:disabled {\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n }\n\n &:invalid {\n border-color: ${field.errorBorderColor};\n outline: none;\n box-shadow: none;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n }\n\n &:required {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n }\n\n &::placeholder {\n color: ${field.placeholderColor};\n opacity: 1;\n }\n\n &:-ms-input-placeholder {\n color: ${field.placeholderColor};\n opacity: 1;\n }\n\n &::-ms-input-placeholder {\n color: ${field.placeholderColor};\n opacity: 1;\n }\n`;\n\nexport const Count = styled.div<TextAreaProps>`\n position: absolute;\n top: ${rem('5px')};\n right: ${rem('10px')};\n background-color: ${transparentize(0.15, colors.white)};\n padding: 0 ${rem('5px')};\n\n span {\n font-size: ${typography.fontSizeXs};\n color: ${field.borderColor};\n\n &.negative {\n color: ${field.errorBorderColor};\n }\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\ninterface SelectStyleProps {\n error?: string;\n}\n\nexport const SelectStyle = styled.select<SelectStyleProps>`\n border: ${field.borderWidth} solid\n ${props => (props.error ? field.errorBorderColor : field.borderColor)};\n border-radius: ${field.borderRadius};\n background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><path fill='rgb(217,212,237)' d='M10.827 12.387l5.173 5.173 5.173-5.173c0.52-0.52 1.36-0.52 1.88 0v0c0.52 0.52 0.52 1.36 0 1.88l-6.12 6.12c-0.52 0.52-1.36 0.52-1.88 0l-6.12-6.12c-0.52-0.52-0.52-1.36 0-1.88v0c0.52-0.507 1.373-0.52 1.893 0z'></path></svg>\");\n background-position: calc(100% - 15px) center;\n background-repeat: no-repeat;\n background-size: ${rem('30px')};\n background-color: transparent;\n height: ${field.height};\n padding: 0 ${rem('65px')} 0 ${rem('15px')};\n font-size: ${typography.defaultSize};\n appearance: none;\n cursor: pointer;\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n border-color: ${field.hoverBorderColor};\n }\n\n &:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 ${colors.black};\n }\n\n &:focus {\n outline: none;\n }\n\n &:disabled {\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n pointer-events: none;\n }\n`;\n","import styled from 'styled-components/macro';\nimport { ErrorFieldColor } from './types';\nimport { field } from '../../ions/variables';\nimport { rem } from 'polished';\n\nimport { TextFieldInputStyle as Input } from '../text-field/styles';\nimport { TextAreaStyle as TextArea } from '../text-area/styles';\nimport { SelectStyle as Select } from '../select/styles';\n\ninterface ErrorStyleProps {\n color: ErrorFieldColor;\n}\n\nexport const ErrorStyle = styled.span<ErrorStyleProps>`\n display: block;\n font-size: 0.7rem;\n color: ${props =>\n props.color === 'success'\n ? field.successBorderColor\n : field.errorBorderColor};\n\n ${Input} + &, ${TextArea} + &, ${Select} + & {\n margin-top: ${rem('5px')};\n }\n`;\n","import React, { CSSProperties } from 'react';\nimport * as Styles from './styles';\nimport { ErrorFieldColor } from './types';\n\ninterface ErrorFieldProps {\n color?: ErrorFieldColor;\n error: string;\n className?: string;\n style?: CSSProperties;\n}\n\nconst ErrorField = (props: ErrorFieldProps) => {\n const { color = 'red', error, className = 'error-field', style } = props;\n return (\n <Styles.ErrorStyle color={color} className={className} style={style}>\n {error}\n </Styles.ErrorStyle>\n );\n};\n\nexport default ErrorField;\n","import React, { CSSProperties } from 'react';\nimport icons from '../../ions/icons';\n\nexport interface IconProps {\n fill?: string;\n icon: string;\n className?: string;\n style?: CSSProperties;\n}\n\nconst Icon = (props: IconProps) => {\n const { fill, icon, className = 'icon', style } = props;\n\n return (\n <svg viewBox=\"0 0 32 32\" className={className} style={style}>\n <path style={{ fill }} d={icons[icon]} />\n </svg>\n );\n};\n\nexport default Icon;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, typography } from '../../ions/variables';\n\nexport const LabelStyle = styled.label`\n display: flex;\n align-items: center;\n font-size: ${typography.fontSizeXs};\n font-weight: ${typography.semiBold};\n color: ${colors.grey500};\n\n svg {\n margin-left: ${rem('5px')};\n width: auto;\n height: ${rem('16px')};\n }\n`;\n","import React from 'react';\nimport * as Styles from './styles';\n\nimport { colors } from '../../ions/variables';\nimport { Icon } from '../..';\n\nexport interface LabelProps {\n currency?: 'tkai' | 'vkai' | undefined;\n value: string;\n className?: string;\n style?: React.CSSProperties;\n}\n\nconst Label = (props: LabelProps) => {\n const { value, currency, className = 'label', style } = props;\n return (\n <Styles.LabelStyle className={className} style={style}>\n {value}\n {currency === 'tkai' && <Icon icon=\"tkai\" fill={colors.grey200} />}\n {currency === 'vkai' && <Icon icon=\"vkai\" fill={colors.grey200} />}\n </Styles.LabelStyle>\n );\n};\n\nexport default Label;\n","import styled, { keyframes } from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors } from '../../ions/variables';\n\ninterface LoadingProps {\n fill?: string;\n size?: string;\n}\n\nconst rotation = keyframes`\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n`;\n\nexport const Loading = styled.div<LoadingProps>`\n border: ${rem('5px')} solid hsla(0, 0%, 48%, 0.5);\n border-top-color: ${props => props.fill || colors.white};\n border-radius: 50%;\n width: ${props => props.size || rem('20px')};\n height: ${props => props.size || rem('20px')};\n animation: ${rotation} 0.8s ease infinite;\n`;\n","import React, { CSSProperties } from 'react';\nimport { colors } from '../../ions/variables';\nimport * as Styles from './styles';\n\ninterface SpinnerProps {\n fill?: string;\n size?: string;\n className?: string;\n style?: CSSProperties;\n}\n\nconst Spinner = (props: SpinnerProps) => {\n const {\n fill = colors.grey200,\n size = '20px',\n className = 'spinner',\n style,\n } = props;\n return (\n <Styles.Loading\n className={className}\n fill={fill}\n size={size}\n style={style}\n />\n );\n};\n\nexport default Spinner;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { TagVariant, TagColor } from './types';\nimport { typography } from '../../ions/variables';\nimport { useColor } from '../../utils/hooks/use-color';\n\ninterface TagWrapperProps {\n variant?: TagVariant;\n color?: TagColor;\n txtColor?: TagColor;\n}\n\nexport const TagWrapper = styled.span<TagWrapperProps>`\n --bg: ${props => useColor(props.color ?? 'black').color};\n --txt: ${props => useColor(props.txtColor ?? 'black').color};\n\n display: inline-block;\n border: ${rem('2px')} solid var(--bg);\n border-radius: ${rem('4px')};\n background-color: ${props =>\n props.variant === 'solid' ? 'var(--bg)' : 'transparent'};\n padding: ${rem('3px')} ${rem('8px')};\n font-size: ${rem('12px')};\n font-weight: ${typography.medium};\n text-transform: uppercase;\n letter-spacing: ${rem('1px')};\n line-height: 1;\n color: ${props => (props.variant === 'solid' ? 'var(--txt)' : 'var(--bg)')};\n white-space: nowrap;\n`;\n","import React, { CSSProperties } from 'react';\nimport { TagVariant, TagColor } from './types';\nimport * as Styles from './styles';\n\nexport interface TagProps {\n variant?: TagVariant;\n color?: TagColor;\n txtColor?: TagColor;\n value: string;\n className?: string;\n style?: CSSProperties;\n}\n\nconst Tag = (props: TagProps) => {\n const {\n variant = 'solid',\n color = 'purple500',\n txtColor = 'white',\n value,\n className = 'tag',\n style,\n } = props;\n\n return (\n <Styles.TagWrapper\n className={className}\n variant={variant}\n color={color}\n txtColor={txtColor}\n style={style}\n title={value}\n >\n {value}\n </Styles.TagWrapper>\n );\n};\n\nexport default Tag;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { TagColor } from '../tag/types';\nimport { useColor } from '../../utils/hooks/use-color';\nimport { typography } from '../../ions/variables';\n\ninterface TagWrapperProps {\n color?: TagColor;\n valueColor?: TagColor;\n}\n\nexport const TagWrapper = styled.div<TagWrapperProps>`\n --bg: ${props => useColor(props.color ?? 'black').color};\n --valueColor: ${props => useColor(props.valueColor ?? 'black').color};\n\n display: flex;\n border: ${rem('2px')} solid var(--bg);\n border-radius: ${rem('3px')};\n line-height: 1;\n max-width: 100%;\n width: max-content;\n overflow: hidden;\n\n span {\n display: inline-block;\n padding: ${rem('3px')} ${rem('8px')};\n font-size: ${rem('12px')};\n font-weight: ${typography.medium};\n letter-spacing: ${rem('1px')};\n\n &.label {\n flex: 1;\n color: var(--bg);\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n text-transform: uppercase;\n }\n\n &.value {\n background-color: var(--bg);\n color: var(--valueColor);\n }\n }\n\n &:not(:first-child) {\n margin-left: ${rem('5px')};\n }\n`;\n","import React, { CSSProperties } from 'react';\nimport { ErrorField } from '../..';\nimport * as Styles from './styles';\nimport { TextFieldType } from './types';\n\ninterface TextFieldProps {\n type?: TextFieldType;\n error?: string;\n icon?: string;\n name?: string;\n value?: string | number;\n defaultValue?: string | number;\n onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;\n disabled?: boolean;\n placeholder?: string;\n dataTestId?: string;\n className?: string;\n style?: CSSProperties;\n min?: number;\n max?: number;\n pattern?: string;\n required?: boolean;\n}\n\nconst TextField = (props: TextFieldProps) => {\n const {\n type = 'text',\n icon,\n name,\n value,\n defaultValue,\n onChange = () => {},\n placeholder = '',\n min,\n max,\n disabled = false,\n error,\n dataTestId,\n className = 'text-field',\n style,\n pattern,\n required = false,\n } = props;\n\n return (\n <>\n <Styles.TextFieldInputStyle\n icon={icon}\n type={type}\n name={name}\n value={value}\n defaultValue={defaultValue}\n onChange={onChange}\n placeholder={placeholder}\n min={min}\n max={max}\n disabled={disabled}\n error={error}\n data-testid={dataTestId}\n className={className}\n style={style}\n pattern={pattern}\n required={required}\n />\n {error ? <ErrorField error={error} /> : null}\n </>\n );\n};\n\nexport default TextField;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\nexport const SelectWrapper = styled.div`\n .select {\n &-interactive {\n z-index: 3;\n }\n\n &__control {\n border-color: ${field.borderColor};\n border-radius: ${field.borderRadius};\n min-height: ${field.height};\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n border-color: ${field.hoverBorderColor};\n }\n\n &--is-focused {\n border-color: ${field.activeBorderColor};\n box-shadow: none;\n }\n }\n\n &__value-container {\n padding: 0 ${rem('15px')};\n }\n\n &__placeholder {\n color: ${field.placeholderColor};\n }\n\n &__input {\n color: ${field.color};\n }\n\n &__single-value {\n color: ${field.color};\n }\n\n &__indicator {\n padding: 0 ${rem('15px')};\n\n &:hover {\n color: inherit;\n }\n\n svg {\n width: ${rem('22px')};\n height: ${rem('22px')};\n\n path {\n fill: ${field.borderColor};\n }\n }\n\n &-separator {\n background-color: ${field.borderColor};\n }\n }\n\n &__option {\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n background-color: ${field.hoverBorderColor};\n color: ${field.color};\n\n svg {\n fill: ${field.color};\n }\n }\n\n &--is-focused {\n background-color: ${field.activeBorderColor};\n color: ${colors.white};\n }\n\n &--is-selected {\n background-color: ${field.activeBorderColor} !important;\n color: ${colors.white} !important;\n }\n }\n }\n\n .select__value-container > div,\n .select__option {\n display: flex;\n align-items: center;\n }\n\n .select__value-container.select__value-container--is-multi > div {\n align-items: stretch;\n\n .select__multi-value__remove {\n padding-right: 0;\n }\n }\n\n .select__value-container,\n .select__option {\n svg,\n img {\n margin: 0 ${rem('5px')} 0 0;\n width: ${rem('20px')};\n height: auto;\n transition-duration: ${misc.transitionDuration};\n }\n }\n\n .select__option--is-selected {\n svg {\n fill: ${colors.white} !important;\n transition-duration: ${misc.transitionDuration};\n }\n }\n\n .select__option--is-focused {\n svg {\n fill: ${colors.white};\n transition-duration: ${misc.transitionDuration};\n }\n }\n\n .select__option--is-disabled {\n pointer-events: none;\n }\n`;\n\nexport const SelectGroupLabel = styled.span`\n font-size: ${typography.fontSizeXs};\n color: ${field.placeholderColor};\n\n + .tag {\n border-color: ${field.borderColor};\n background-color: ${field.borderColor};\n color: ${field.activeBorderColor};\n }\n`;\n\nexport const SingleValue = styled.div`\n grid-area: 1 / 1 / 2 / 3;\n margin-left: ${rem('2px')};\n margin-right: ${rem('2px')};\n max-width: 100%;\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n box-sizing: border-box;\n`;\n","import React from 'react';\nimport Icon from '../../icon';\nimport Tag from '../../tag';\nimport { components } from 'react-select';\nimport { TCustomOptions, TSelectInteractiveOption } from '../types';\nimport * as Styles from '../styles';\n\nexport interface GroupBase {\n options: readonly TSelectInteractiveOption[];\n label?: string;\n}\n\nconst { Option } = components;\n\nexport const FormatGroupLabel = (props: GroupBase) => {\n return (\n <div\n style={{\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n }}\n >\n <Styles.SelectGroupLabel className=\"selective-options-group-label\">\n {props.label}\n </Styles.SelectGroupLabel>\n <Tag value={`${props.options?.length}`} />\n </div>\n );\n};\n\nexport const CustomSelectOption = (props: TCustomOptions, commonProps: any) => (\n <Option {...props} {...commonProps}>\n {props.data.icon ? (\n <Icon icon={props.data.icon} />\n ) : props.data.customImage ? (\n <img src={props.data.customImage} alt={props.data.label} />\n ) : null}\n {props.data.label}\n </Option>\n);\n\nexport const CustomSelectValue = (props: TCustomOptions) => (\n <Styles.SingleValue>\n {props.data.icon ? (\n <Icon icon={props.data.icon} />\n ) : props.data.customImage ? (\n <img src={props.data.customImage} alt={props.data.label} />\n ) : null}\n {props.data.label}\n </Styles.SingleValue>\n);\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { field, misc } from '../../ions/variables';\n\ninterface TextFieldAppendixProps {\n error?: string;\n}\n\ninterface AppendixProps {\n position: 'left' | 'right';\n error?: string;\n}\n\nexport const Wrapper = styled.div<TextFieldAppendixProps>`\n border-width: ${field.borderWidth};\n border-style: solid;\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n border-radius: ${field.borderRadius};\n display: flex;\n transition-duration: ${misc.transitionDuration};\n overflow: hidden;\n\n &:hover {\n border-color: ${field.hoverBorderColor};\n }\n\n &:has(input:focus) {\n border-color: ${field.activeBorderColor};\n }\n\n &:has(input:disabled) {\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n\n > div {\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n }\n }\n\n input {\n flex: 1;\n border: 0;\n color: ${props => (props.error ? field.errorBorderColor : field.color)};\n\n &:disabled {\n margin: 0;\n border-radius: 0;\n }\n }\n\n & + span {\n margin-top: ${props => (props.error ? rem('5px') : 0)};\n }\n`;\n\nexport const Appendix = styled.div<AppendixProps>`\n border-width: ${props =>\n props.position === 'left'\n ? `0 ${field.borderWidth} 0 0`\n : `0 0 0 ${field.borderWidth}`};\n border-style: solid;\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n background-color: ${props =>\n props.error ? field.errorBackgroundColor : field.borderColor};\n padding: 0 ${rem('15px')};\n color: ${props => (props.error ? field.errorBorderColor : field.color)};\n line-height: ${rem('48px')};\n vertical-align: center;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n`;\n","import styled from 'styled-components/macro';\n\nexport const TruncateWrapper = styled.div`\n display: table;\n table-layout: fixed;\n width: 100%;\n white-space: nowrap;\n\n span {\n display: table-cell;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n`;\n","const size = {\n xs: '360px',\n s: '700px',\n m: '900px',\n l: '1280px',\n xl: '1600px',\n};\n\nexport const device = {\n xs: `(min-width: ${size.xs})`,\n s: `(min-width: ${size.s})`,\n m: `(min-width: ${size.m})`,\n l: `(min-width: ${size.l})`,\n xl: `(min-width: ${size.xl})`,\n touch: `(hover: none) and (pointer: coarse)`,\n mouse: '(min-width: 538px) and (min-height: 720px)',\n};\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { device } from '../../ions/breakpoints';\nimport { colors } from '../../ions/variables';\n\ninterface SlideshowProps {\n slidesNumber: number;\n}\n\nexport const Wrapper = styled.div<SlideshowProps>`\n position: relative;\n\n .carousel .control-arrow,\n .carousel.carousel-slider .control-arrow {\n -webkit-transition: all 0.25s ease-in;\n -moz-transition: all 0.25s ease-in;\n -ms-transition: all 0.25s ease-in;\n -o-transition: all 0.25s ease-in;\n transition: all 0.25s ease-in;\n opacity: 0.4;\n filter: alpha(opacity=40);\n position: absolute;\n z-index: 2;\n top: ${rem('20px')};\n background: none;\n border: 0;\n font-size: ${rem('32px')};\n cursor: pointer;\n }\n\n .carousel .control-arrow:hover {\n opacity: 1;\n filter: alpha(opacity=100);\n }\n\n .carousel .control-arrow:before,\n .carousel.carousel-slider .control-arrow:before {\n margin: 0 ${rem('5px')};\n display: inline-block;\n border-top: ${rem('8px')} solid transparent;\n border-bottom: ${rem('8px')} solid transparent;\n content: '';\n }\n\n .carousel .control-disabled.control-arrow {\n opacity: 0;\n filter: alpha(opacity=0);\n cursor: inherit;\n display: none;\n }\n\n .carousel .control-prev.control-arrow {\n left: 0;\n }\n\n .carousel .control-prev.control-arrow:before {\n border-right: ${rem('8px')} solid ${colors.white};\n }\n\n .carousel .control-next.control-arrow {\n right: 0;\n }\n\n .carousel .control-next.control-arrow:before {\n border-left: ${rem('8px')} solid ${colors.white};\n }\n\n .carousel-root {\n outline: none;\n }\n\n .carousel {\n position: relative;\n width: 100%;\n }\n\n .carousel * {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n }\n\n .carousel img {\n width: 100%;\n display: inline-block;\n pointer-events: none;\n }\n\n .carousel .carousel {\n position: relative;\n }\n\n .carousel .control-arrow {\n outline: 0;\n border: 0;\n background: none;\n top: 50%;\n margin-top: ${rem('-13px')};\n font-size: ${rem('18px')};\n }\n\n .carousel .thumbs-wrapper {\n margin: ${rem('20px')};\n overflow: hidden;\n }\n\n .carousel .thumbs {\n -webkit-transition: all 0.15s ease-in;\n -moz-transition: all 0.15s ease-in;\n -ms-transition: all 0.15s ease-in;\n -o-transition: all 0.15s ease-in;\n transition: all 0.15s ease-in;\n -webkit-transform: translate3d(0, 0, 0);\n -moz-transform: translate3d(0, 0, 0);\n -ms-transform: translate3d(0, 0, 0);\n -o-transform: translate3d(0, 0, 0);\n transform: translate3d(0, 0, 0);\n position: relative;\n list-style: none;\n white-space: nowrap;\n }\n\n .carousel .thumb {\n -webkit-transition: border 0.15s ease-in;\n -moz-transition: border 0.15s ease-in;\n -ms-transition: border 0.15s ease-in;\n -o-transition: border 0.15s ease-in;\n transition: border 0.15s ease-in;\n display: inline-block;\n margin-right: ${rem('6px')};\n white-space: nowrap;\n overflow: hidden;\n border: ${rem('3px')} solid ${colors.white};\n padding: ${rem('2px')};\n }\n\n .carousel .thumb:focus {\n border: ${rem('3px')} solid #ccc;\n outline: none;\n }\n\n .carousel .thumb.selected,\n .carousel .thumb:hover {\n border: ${rem('3px')} solid #333;\n }\n\n .carousel .thumb img {\n vertical-align: top;\n }\n\n .carousel.carousel-slider {\n position: relative;\n margin: 0;\n overflow: hidden;\n }\n\n .carousel.carousel-slider .control-arrow {\n top: 0;\n color: ${colors.white};\n font-size: ${rem('26px')};\n bottom: 0;\n margin-top: 0;\n padding: ${rem('5px')};\n }\n\n .carousel.carousel-slider .control-arrow:hover {\n background: rgba(0, 0, 0, 0.2);\n }\n\n .carousel .slider-wrapper {\n overflow: hidden;\n margin: auto;\n width: 100%;\n -webkit-transition: height 0.15s ease-in;\n -moz-transition: height 0.15s ease-in;\n -ms-transition: height 0.15s ease-in;\n -o-transition: height 0.15s ease-in;\n transition: height 0.15s ease-in;\n }\n\n .carousel .slider-wrapper.axis-horizontal .slider {\n -ms-box-orient: horizontal;\n display: -webkit-box;\n display: -moz-box;\n display: -ms-flexbox;\n display: -moz-flex;\n display: -webkit-flex;\n display: flex;\n }\n\n .carousel .slider-wrapper.axis-horizontal .slider .slide {\n flex-direction: column;\n flex-flow: column;\n }\n\n .carousel .slider-wrapper.axis-vertical {\n -ms-box-orient: horizontal;\n display: -webkit-box;\n display: -moz-box;\n display: -ms-flexbox;\n display: -moz-flex;\n display: -webkit-flex;\n display: flex;\n }\n\n .carousel .slider-wrapper.axis-vertical .slider {\n -webkit-flex-direction: column;\n flex-direction: column;\n }\n\n .carousel .slider {\n margin: 0;\n padding: 0;\n position: relative;\n list-style: none;\n width: 100%;\n }\n\n .carousel .slider.animated {\n -webkit-transition: all 0.35s ease-in-out;\n -moz-transition: all 0.35s ease-in-out;\n -ms-transition: all 0.35s ease-in-out;\n -o-transition: all 0.35s ease-in-out;\n transition: all 0.35s ease-in-out;\n }\n\n .carousel .slide {\n min-width: 100%;\n margin: 0;\n position: relative;\n text-align: center;\n background: #000;\n }\n\n .carousel .slide img {\n width: 100%;\n vertical-align: top;\n border: 0;\n }\n\n .carousel .carousel-status {\n position: absolute;\n top: 0;\n right: 0;\n padding: ${rem('5px')};\n font-size: ${rem('10px')};\n text-shadow: ${rem('1px')} ${rem('1px')} ${rem('1px')} rgba(0, 0, 0, 0.9);\n color: ${colors.white};\n }\n\n > div > div > button {\n position: absolute;\n left: ${rem('30px')};\n bottom: ${rem('30px')};\n opacity: 0.25;\n z-index: 2;\n transition-duration: 0.3s;\n\n svg {\n width: ${rem('36px')};\n height: ${rem('36px')};\n fill: ${colors.white};\n }\n\n &.next {\n margin-left: ${rem('46px')};\n }\n\n &:hover {\n opacity: 1;\n\n svg {\n fill: ${colors.white};\n }\n }\n\n @media ${device.m} {\n left: 3.5vw;\n }\n }\n\n .control-dots {\n position: absolute;\n right: ${rem('30px')};\n bottom: ${rem('42px')} !important;\n margin: 0 !important;\n width: initial !important;\n height: ${rem('15px')};\n display: ${props => (props.slidesNumber > 1 ? 'inherit' : 'none')};\n padding: 0;\n text-align: center;\n z-index: 1;\n\n li {\n position: relative;\n display: inline-block;\n border-radius: 999px;\n background-color: ${colors.white};\n width: ${rem('15px')};\n height: ${rem('15px')};\n opacity: 0.25;\n transition-duration: 0.3s;\n cursor: pointer;\n\n button {\n position: absolute;\n left: 0;\n border: 0;\n border-radius: 999px;\n background-color: transparent;\n width: ${rem('15px')};\n height: ${rem('15px')};\n cursor: pointer;\n }\n\n &.selected {\n width: ${rem('30px')};\n opacity: 1;\n }\n\n &:hover {\n opacity: 1;\n }\n\n &:not(:last-child) {\n margin-right: ${rem('5px')};\n }\n }\n\n @media ${device.m} {\n right: 3.5vw;\n }\n }\n`;\n","import styled from 'styled-components';\n\nexport const Wrapper = styled.div`\n position: relative;\n padding-top: 56.25%;\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, typography } from '../../ions/variables';\n\ninterface ProgressBarProps {\n progress: number;\n value?: string;\n}\n\nexport const Wrapper = styled.div`\n display: flex;\n align-items: center;\n`;\n\nexport const Bar = styled.div`\n flex: 1;\n border: ${rem('1px')} solid ${colors.purple100};\n border-radius: 999px;\n background-color: ${colors.grey50};\n height: ${rem('10px')};\n overflow: hidden;\n`;\n\nexport const Progress = styled.div<ProgressBarProps>`\n border-radius: 999px;\n background-color: ${colors.purple500};\n height: 100%;\n width: ${props => (props.progress ? `${props.progress}%` : 0)};\n transition-duration: 2s;\n`;\n\nexport const Value = styled.div`\n margin-left: ${rem('5px')};\n font-size: ${typography.fontSizeXs};\n font-weight: ${typography.regular};\n color: ${colors.purple400};\n letter-spacing: ${rem('1px')};\n text-transform: uppercase;\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, field, misc } from '../../ions/variables';\n\nexport const Switcher = styled.fieldset`\n margin: 0;\n border: none;\n padding: 0;\n\n > div {\n > label {\n cursor: ${props => (props.disabled ? 'not-allowed' : 'pointer')};\n\n &:first-child {\n margin-right: ${rem('10px')};\n }\n\n &:last-child {\n margin-left: ${rem('10px')};\n }\n }\n\n .wrapper {\n display: inline-block;\n vertical-align: middle;\n width: ${rem('40px')};\n height: ${rem('25px')};\n border-radius: 999px;\n border: ${field.borderWidth} solid ${field.borderColor};\n position: relative;\n opacity: ${props => (props.disabled ? '0.5' : '1')};\n\n input,\n span,\n label {\n cursor: ${props => (props.disabled ? 'not-allowed' : 'pointer')};\n }\n\n input[type='radio'] {\n display: inline-block;\n margin: 0 ${rem('-3px')} 0 0;\n width: 50%;\n height: 100%;\n opacity: 0;\n position: relative;\n z-index: 1;\n\n &.switch-on:checked ~ .switcher {\n right: 0;\n left: 50%;\n }\n\n &.switch-on:checked ~ .bg {\n background-color: ${colors.green500};\n }\n\n &.switch-off:checked ~ .switcher {\n right: 0;\n }\n\n &.switch-off:checked ~ .bg {\n background-color: ${colors.grey100};\n }\n }\n\n .switcher {\n display: block;\n position: absolute;\n top: ${rem('3px')};\n left: ${rem('3px')};\n right: 100%;\n width: ${rem('16px')};\n height: ${rem('16px')};\n border-radius: 50%;\n background-color: ${colors.white};\n transition: all ${misc.transitionDuration} ease-out;\n z-index: 2;\n }\n\n .bg {\n display: block;\n position: absolute;\n top: 0;\n width: 100%;\n height: 100%;\n z-index: 0;\n border-radius: 999px;\n background-color: transparent;\n transition: all ${misc.transitionDuration} ease-out;\n background-color: ${colors.grey200};\n }\n }\n }\n\n @media screen and (-ms-high-contrast: active) {\n .switcher {\n background-color: windowText;\n }\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { field, misc } from '../../ions/variables';\n\ninterface FilePickerProps {\n error?: boolean;\n disabled?: boolean;\n}\n\nexport const Wrapper = styled.div<FilePickerProps>`\n input {\n width: 0.1px;\n height: 0.1px;\n opacity: 0;\n overflow: hidden;\n position: absolute;\n z-index: -1;\n }\n\n label {\n margin-bottom: 0 !important;\n border-width: ${field.borderWidth};\n border-style: solid;\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n border-radius: ${field.borderRadius};\n background-color: ${props =>\n props.disabled ? field.disabledBackgroundColor : 'transparent'};\n display: flex;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n height: ${field.height};\n -webkit-appearance: none;\n outline: none;\n cursor: ${props => (props.disabled ? 'default' : 'pointer')};\n pointer-events: ${props => (props.disabled ? 'none' : '')};\n transition-duration: ${misc.transitionDuration};\n overflow: hidden;\n\n span {\n display: flex;\n align-items: center;\n\n &.file-name {\n flex: 1;\n display: block;\n padding: ${`0 ${rem('10px')}`};\n color: ${props => (props.disabled ? field.disabledColor : field.color)};\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n &.button {\n border-left: ${props =>\n `${field.borderWidth} solid ${\n props.error ? field.errorBorderColor : field.borderColor\n }`};\n background-color: ${props =>\n props.disabled\n ? field.disabledBackgroundColor\n : props.error\n ? field.errorBackgroundColor\n : field.borderColor};\n height: 100%;\n padding: ${`0 ${rem('20px')}`};\n color: ${props =>\n props.disabled\n ? field.disabledColor\n : props.error\n ? field.errorBorderColor\n : field.activeColor};\n transition-duration: ${misc.transitionDuration};\n\n svg {\n margin-right: ${rem('8px')};\n width: auto;\n height: ${rem('24px')};\n fill: ${props =>\n props.disabled\n ? field.disabledColor\n : props.error\n ? field.errorBorderColor\n : field.activeColor};\n transition-duration: ${misc.transitionDuration};\n }\n\n &:hover {\n background-color: ${field.hoverBorderColor};\n }\n }\n }\n\n &:hover {\n border-color: ${field.hoverBorderColor};\n\n span.button {\n background-color: ${field.hoverBorderColor};\n }\n }\n }\n`;\n","import styled, { css } from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { field } from '../../ions/variables';\n\ninterface ListInterface {\n rowIndex?: number;\n}\n\nexport const ActionsMenuStyle = styled.div`\n height: ${rem('50px')};\n\n button {\n margin-top: ${rem('7px')};\n }\n`;\n\nexport const List = styled.ul<ListInterface>`\n position: absolute;\n border: ${field.borderWidth} solid ${field.borderColor};\n border-radius: ${field.borderRadius};\n background-color: ${field.backgroundColor};\n margin-top: ${rem('5px')};\n min-width: ${rem('200px')};\n max-width: ${rem('250px')};\n padding: 0;\n -moz-box-shadow: ${field.boxShadow};\n -webkit-box-shadow: ${field.boxShadow};\n box-shadow: ${field.boxShadow};\n overflow: hidden;\n z-index: 1;\n\n ${props =>\n props.rowIndex != undefined &&\n css`\n --margin: ${`calc(${rem('45px')} + ${rem('50px')} * ${\n props.rowIndex\n } + ${rem('42px')})`};\n top: var(--margin);\n right: ${rem('5px')};\n `}\n\n li {\n list-style: none;\n min-height: ${rem('45px')};\n display: flex;\n transition-duration: 0.3s;\n\n &:hover {\n background-color: ${field.hoverBorderColor};\n cursor: pointer;\n }\n\n &.danger {\n border-top: ${field.borderWidth} solid ${field.borderColor};\n\n a {\n color: ${field.errorBorderColor};\n }\n }\n\n &.disabled {\n a {\n color: ${field.disabledColor};\n pointer-events: none;\n }\n\n &:hover {\n background-color: transparent;\n }\n }\n\n a {\n width: 100%;\n display: flex;\n align-items: center;\n padding: 0 ${rem('20px')};\n color: ${field.color};\n text-decoration: none;\n white-space: nowrap;\n\n span {\n display: table-cell;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n }\n`;\n","import React from 'react';\nimport useVisible from '../../utils/hooks/use-visible';\nimport { Button } from '../..';\nimport { ActionMenu } from './types';\nimport * as Styles from './styles';\n\ninterface ActionsMenuListInterface<T> {\n actions: ActionMenu<T>[];\n data?: any;\n rowIndex?: number;\n handleOptionClick?: () => void;\n}\n\ninterface ActionsMenuInterface<T> {\n className?: string;\n ariaLabel?: string;\n actions: ActionMenu<T>[];\n data?: T;\n dataTestId?: string;\n startsOpen?: boolean;\n}\n\nexport const ActionMenuList = <T,>(props: ActionsMenuListInterface<T>) => {\n const { actions = [], data = null, rowIndex, handleOptionClick } = props;\n\n if (!actions || !Array.isArray(actions) || actions.length === 0) return <></>;\n\n const visibleActions = actions.filter(({ visibilityFunc = null }) =>\n data && visibilityFunc ? visibilityFunc(data) : true\n );\n\n if (visibleActions.length === 0) return <></>;\n\n return (\n <Styles.List rowIndex={rowIndex} data-testid=\"ul-action-menu\">\n {visibleActions.map(\n ({ id = '', type = '', url = '', action = () => {}, value = '' }) => (\n <li\n key={id}\n data-testid={'li-action-menu'}\n className={type ?? undefined}\n >\n <a\n href={url}\n onClick={e => {\n if (handleOptionClick) handleOptionClick();\n action(e, data);\n e.stopPropagation();\n }}\n >\n <span>{value}</span>\n </a>\n </li>\n )\n )}\n </Styles.List>\n );\n};\n\nconst ActionsMenu = <T,>(props: ActionsMenuInterface<T>) => {\n const {\n ariaLabel = '',\n actions = [],\n data,\n dataTestId = 'action-menu-button',\n startsOpen = false,\n } = props;\n\n const { ref, isVisible, setIsVisible } =\n useVisible<HTMLDivElement>(startsOpen);\n\n return (\n <Styles.ActionsMenuStyle ref={ref}>\n <Button\n variant=\"text\"\n color=\"dark\"\n icon=\"menuVert\"\n ariaLabel={ariaLabel}\n action={evt => {\n evt.preventDefault();\n setIsVisible(!isVisible);\n evt.stopPropagation();\n }}\n dataTestId={dataTestId}\n />\n\n {isVisible ? (\n <ActionMenuList\n actions={actions}\n data={data}\n handleOptionClick={() => {\n setIsVisible(false);\n }}\n />\n ) : null}\n </Styles.ActionsMenuStyle>\n );\n};\n\nexport default ActionsMenu;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, typography } from '../../ions/variables';\n\nexport const CardValueStyle = styled.div`\n border: ${field.borderWidth} solid ${field.borderColor};\n border-radius: ${field.borderRadius};\n background-color: ${colors.white};\n display: flex;\n flex-direction: column;\n padding: ${rem('15px')};\n overflow-x: auto;\n\n > span {\n display: block;\n margin-top: ${rem('5px')};\n font-size: ${rem('32px')};\n font-weight: ${typography.semiBold};\n line-height: 1;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n a,\n button {\n margin-top: ${rem('20px')};\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem, rgba } from 'polished';\nimport { colors, field, typography } from '../../ions/variables';\nimport { device } from '../../ions/breakpoints';\n\ninterface BorderProps {\n border: boolean;\n}\n\nexport const EmptyTableWrapper = styled.div`\n position: relative;\n`;\n\nexport const EmptyTableHead = styled.div<BorderProps>`\n border-width: ${props =>\n props.border ? field.borderWidth : `0 0 ${field.borderWidth} 0`};\n border-style: solid;\n border-color: ${colors.grey200};\n border-radius: ${field.borderRadius} ${field.borderRadius} 0 0;\n height: ${rem('50px')};\n display: flex;\n align-items: center;\n font-size: ${typography.fontSizeSm};\n font-weight: ${typography.semiBold};\n color: ${colors.grey400};\n\n > div {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n display: none;\n flex: 1;\n padding: 0 ${rem('15px')};\n font-size: ${typography.fontSizeSm};\n font-weight: ${typography.semiBold};\n color: ${colors.grey400};\n\n &:first-child,\n &:nth-child(2) {\n display: initial;\n }\n\n @media ${device.s} {\n &:nth-child(3) {\n display: initial;\n }\n }\n\n @media ${device.m} {\n &:nth-child(4) {\n display: initial;\n }\n }\n\n @media ${device.l} {\n display: initial;\n }\n }\n`;\n\nexport const EmptyTableBody = styled.div<BorderProps>`\n border-width: ${props =>\n props.border\n ? `0 ${field.borderWidth} ${field.borderWidth} ${field.borderWidth}`\n : 0};\n border-style: solid;\n border-color: ${colors.grey200};\n border-radius: 0 0 ${field.borderRadius} ${field.borderRadius};\n`;\n\nexport const EmptyTableRow = styled.div`\n height: ${rem('50px')};\n display: flex;\n align-items: center;\n\n &:not(:last-child) {\n border-bottom: ${field.borderWidth} solid ${colors.grey200};\n }\n\n > div {\n display: none;\n flex: 1;\n padding: 0 ${rem('15px')};\n\n &:first-child,\n &:nth-child(2) {\n display: inherit;\n }\n\n @media ${device.s} {\n &:nth-child(3) {\n display: inherit;\n }\n }\n\n @media ${device.m} {\n &:nth-child(4) {\n display: inherit;\n }\n }\n\n @media ${device.l} {\n display: inherit;\n }\n }\n`;\n\nexport const EmptyTableCellText = styled.div`\n background-color: ${colors.grey200};\n width: 100%;\n height: ${rem('15px')};\n`;\n\nexport const EmptyTableOverlay = styled.div`\n position: absolute;\n bottom: 0;\n background-image: linear-gradient(\n to bottom,\n ${rgba(colors.white, 0)},\n ${rgba(colors.white, 1)}\n );\n width: 100%;\n height: calc(100% - ${rem('50px')});\n display: flex;\n justify-content: center;\n align-items: flex-end;\n padding: 0 ${rem('15px')} ${rem('15px')} ${rem('15px')};\n text-align: center;\n color: ${colors.grey400};\n`;\n","import React from 'react';\nimport * as Styles from './styles';\n\nexport interface EmptyTableProps {\n border?: boolean;\n value: string;\n tableHead: string[];\n}\n\nconst EmptyTable = (props: EmptyTableProps) => {\n let rows = [];\n let columns = [];\n\n const { border = false, tableHead = [], value } = props;\n const headCells = tableHead.map((value, index) => (\n <div key={index}>{value}</div>\n ));\n\n for (let i = 0; i < tableHead.length; i++) {\n columns.push(\n <div key={i}>\n <Styles.EmptyTableCellText />\n </div>\n );\n }\n\n for (let i = 0; i < 3; i++) {\n rows.push(<Styles.EmptyTableRow key={i}>{columns}</Styles.EmptyTableRow>);\n }\n\n return (\n <Styles.EmptyTableWrapper>\n <Styles.EmptyTableOverlay>\n <span>{value}</span>\n </Styles.EmptyTableOverlay>\n <Styles.EmptyTableHead border={border}>{headCells}</Styles.EmptyTableHead>\n <Styles.EmptyTableBody border={border}>{rows}</Styles.EmptyTableBody>\n </Styles.EmptyTableWrapper>\n );\n};\n\nexport default EmptyTable;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { device } from '../../ions/breakpoints';\n\nexport const FooterStyle = styled.div`\n position: relative;\n margin-top: ${rem('50px')};\n max-width: 100%;\n display: flex;\n justify-content: center;\n\n > button {\n min-width: ${rem('100px')};\n\n &:not(:last-child) {\n margin-right: ${rem('5px')};\n }\n }\n\n @media ${device.s} {\n justify-content: flex-end;\n }\n`;\n","import React from 'react';\nimport { Button } from '../..';\nimport * as Styles from './styles';\n\nexport interface ModalFooterProps {\n children?: React.ReactNode;\n closeAction?: (\n event: React.MouseEvent<HTMLButtonElement, MouseEvent>\n ) => void;\n closeValue?: string;\n dataTestId?: string;\n className?: string;\n style?: React.CSSProperties;\n}\n\nconst ModalFooter = (props: ModalFooterProps) => {\n const {\n children,\n closeAction,\n closeValue = 'Close',\n dataTestId,\n className = 'modal-footer',\n style,\n } = props;\n\n return (\n <Styles.FooterStyle\n className={className}\n data-testid={dataTestId}\n style={style}\n >\n <Button\n variant=\"outline\"\n color=\"grey300\"\n action={closeAction}\n value={closeValue}\n />\n {children}\n </Styles.FooterStyle>\n );\n};\n\nexport default ModalFooter;\n","import styled, { css } from 'styled-components/macro';\nimport { NoteColor } from './types';\nimport { rem } from 'polished';\nimport { device } from '../../ions/breakpoints';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\ninterface NoteCardProps {\n color?: NoteColor;\n buttonValue?: string;\n}\n\nexport const Wrapper = styled.div<NoteCardProps>`\n --borderColor: ${field.borderColor};\n --backgroundColor: ${colors.purple50};\n --dark: ${colors.purple400};\n\n ${props =>\n props.color === 'grey' &&\n css`\n --borderColor: ${field.borderColor};\n --backgroundColor: ${colors.purple50};\n --dark: ${colors.purple400};\n `}\n\n ${props =>\n props.color === 'green' &&\n css`\n --borderColor: ${field.successBorderColor};\n --backgroundColor: ${field.successBackgroundColor};\n --dark: ${colors.green900};\n `}\n\n ${props =>\n props.color === 'red' &&\n css`\n --borderColor: ${field.errorBorderColor};\n --backgroundColor: ${field.errorBackgroundColor};\n --dark: ${colors.red800};\n `}\n\n border-width: ${field.borderWidth};\n border-style: solid;\n border-color: var(--borderColor);\n border-radius: ${field.borderRadius};\n background-color: var(--backgroundColor);\n padding: ${rem('15px')};\n\n div {\n &:first-child {\n flex: 1;\n }\n\n p {\n margin: 0;\n }\n }\n\n ${props =>\n props.buttonValue &&\n css`\n button {\n margin: ${rem('30px')} 0 0 0;\n border: 0;\n border-radius: ${field.borderRadius};\n background-color: var(--borderColor);\n height: ${rem('36px')};\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ${rem('20px')};\n font-size: ${typography.fontSizeSm};\n font-weight: ${typography.medium};\n color: var(--dark);\n white-space: nowrap;\n transition-duration: ${misc.transitionDuration};\n cursor: pointer;\n\n &:hover {\n background-color: var(--dark);\n color: ${colors.white};\n }\n }\n\n @media ${device.s} {\n display: flex;\n align-items: center;\n\n button {\n margin: 0 0 0 ${rem('30px')};\n }\n }\n `}\n`;\n","export function hasValue<T>(value: T | undefined | null): value is T {\n return value !== undefined && value !== null;\n}\n","import styled, { css } from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\nimport { device } from '../../ions/breakpoints';\n\ninterface TableProps {\n border?: boolean;\n loadingState?: boolean;\n}\n\nexport const TableWrapper = styled.div`\n position: relative;\n`;\n\nexport const OverflowWrapper = styled.div`\n @media ${device.s} {\n display: block;\n border-radius: ${field.borderRadius};\n background: linear-gradient(\n to right,\n ${colors.white} 30%,\n rgba(255, 255, 255, 0)\n ),\n linear-gradient(to right, rgba(255, 255, 255, 0), ${colors.white} 70%) 0\n 100%,\n radial-gradient(\n farthest-side at 0% 50%,\n rgba(0, 0, 0, 0.2),\n rgba(0, 0, 0, 0)\n ),\n radial-gradient(\n farthest-side at 100% 50%,\n rgba(0, 0, 0, 0.2),\n rgba(0, 0, 0, 0)\n )\n 0 100%;\n background-repeat: no-repeat;\n background-color: ${colors.white};\n background-size: ${rem('40px')} 100%, ${rem('40px')} 100%,\n ${rem('14px')} 100%, ${rem('14px')} 100%;\n background-position: 0 0, 100%, 0 0, 100%;\n background-attachment: local, local, scroll, scroll;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n -webkit-scrollbar-width: none;\n -moz-scrollbar-width: none;\n -ms-scrollbar-width: none;\n scrollbar-width: none;\n }\n`;\n\nexport const Table = styled.table<TableProps>`\n width: 100%;\n border-width: 0;\n border-style: solid;\n border-color: ${colors.grey200};\n border-radius: ${field.borderRadius};\n border-spacing: 0;\n white-space: nowrap;\n\n @media ${device.s} {\n border-width: ${props => (props.border ? field.borderWidth : 0)};\n }\n\n th,\n td {\n height: ${rem('50px')};\n padding: 0 ${rem('15px')};\n\n &.center {\n text-align: center;\n\n > div {\n justify-content: center;\n }\n }\n\n &.right {\n text-align: right;\n\n > div {\n justify-content: flex-end;\n }\n }\n\n &.thin {\n @media ${device.s} {\n max-width: min-content;\n }\n }\n\n &.vkai,\n &.tkai {\n text-align: right;\n\n > div {\n justify-content: flex-end;\n }\n }\n\n &.avatar > div {\n display: flex;\n align-items: center;\n\n .avatar-img {\n margin-right: ${rem('15px')};\n }\n }\n }\n\n th {\n font-size: ${typography.fontSizeSm};\n\n &:first-child {\n border-top-left-radius: ${field.borderRadius};\n }\n\n &:last-child {\n border-top-right-radius: ${field.borderRadius};\n }\n }\n\n tr {\n border: ${field.borderWidth} solid ${colors.grey200};\n border-radius: ${field.borderRadius};\n position: relative;\n\n &:not(:last-child) {\n margin-bottom: ${rem('15px')};\n }\n\n @media ${device.s} {\n border: 0;\n }\n }\n\n thead {\n border: none;\n clip: rect(0 0 0 0);\n height: ${rem('1px')};\n margin: ${rem('-1px')};\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: ${rem('1px')};\n\n @media ${device.s} {\n display: contents;\n font-weight: ${typography.semiBold};\n color: ${colors.grey400};\n text-align: left;\n }\n }\n\n tbody {\n tr {\n display: block;\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n background-color: ${props =>\n props.loadingState ? 'transparent' : colors.grey50};\n\n td.menu {\n button {\n opacity: 1;\n }\n }\n }\n\n @media ${device.s} {\n display: table-row;\n }\n }\n\n td {\n border-top: ${field.borderWidth} solid ${colors.grey200};\n height: inherit;\n min-height: ${rem('50px')};\n padding: ${rem('15px')};\n display: flex;\n justify-content: flex-end;\n align-items: center;\n\n > div {\n margin-left: ${rem('100px')};\n height: 100%;\n display: flex;\n justify-content: flex-end;\n align-items: center;\n flex-wrap: nowrap;\n text-align: right;\n\n > span {\n display: none;\n\n &:first-child,\n &:last-child {\n display: inherit;\n }\n }\n }\n\n img {\n min-width: ${rem('30px')};\n min-height: ${rem('30px')};\n }\n\n a {\n display: flex;\n align-items: center;\n color: ${colors.black};\n text-decoration-color: ${colors.grey400};\n }\n\n &:first-child {\n border: 0;\n }\n\n &:before {\n position: absolute;\n left: ${rem('15px')};\n content: attr(data-label);\n font-weight: ${typography.semiBold};\n text-transform: capitalize;\n\n ${props =>\n props.loadingState &&\n css`\n width: ${rem('75px')};\n height: ${rem('15px')};\n background: #f6f7f8;\n background-image: -webkit-linear-gradient(\n left,\n #f6f7f8 0%,\n #edeef1 20%,\n #f6f7f8 40%,\n #f6f7f8 100%\n );\n background-repeat: no-repeat;\n background-size: ${rem('800px')} 100%;\n animation-fill-mode: forwards;\n animation-name: placeholderSkeleton;\n animation-timing-function: linear;\n animation-iteration-count: infinite;\n animation-duration: 1.5s;\n `}\n }\n\n &.tkai,\n &.vkai {\n svg {\n float: right;\n margin-left: ${rem('5px')};\n width: auto;\n min-width: ${rem('22px')};\n max-height: ${rem('22px')};\n }\n }\n\n .avatar-img {\n display: none;\n }\n\n .tag {\n margin: 0;\n\n &:not(:first-child) {\n display: none;\n }\n }\n\n .button {\n height: ${rem('34px')};\n }\n\n &.menu {\n padding: 0 ${rem('10px')} 0 0;\n\n button {\n margin-top: ${rem('5px')};\n transition: ${misc.transitionDuration};\n }\n\n ul {\n top: ${rem('36px')};\n margin-left: ${rem('-170px')};\n }\n }\n\n @media ${device.s} {\n display: table-cell;\n height: ${rem('50px')};\n padding: 0 ${rem('15px')};\n\n > div {\n position: relative;\n margin-left: 0;\n display: flex-start;\n justify-content: flex-start;\n text-align: left;\n\n > span {\n display: inherit;\n }\n }\n\n &:first-child {\n border-top: ${field.borderWidth} solid ${colors.grey200};\n }\n\n &:before {\n content: '';\n }\n\n &.tkai,\n &.vkai {\n max-width: ${rem('100px')};\n }\n\n .avatar-img {\n display: inherit;\n }\n\n .tag {\n &:not(:first-child) {\n display: inherit;\n }\n\n &:not(:last-child) {\n margin-right: ${rem('5px')};\n }\n }\n\n &.menu {\n width: ${rem('40px')};\n\n button {\n opacity: 0;\n }\n }\n }\n }\n }\n`;\n\nexport const SkeletonCell = styled.div`\n @keyframes placeholderSkeleton {\n 0% {\n background-position: ${rem('-800px')} 0;\n }\n 100% {\n background-position: ${rem('800px')} 0;\n }\n }\n\n width: 100%;\n height: ${rem('15px')} !important;\n background: #f6f7f8;\n background-image: -webkit-linear-gradient(\n left,\n #f6f7f8 0%,\n #edeef1 20%,\n #f6f7f8 40%,\n #f6f7f8 100%\n );\n background-repeat: no-repeat;\n background-size: ${rem('800px')} 100%;\n animation-fill-mode: forwards;\n animation-name: placeholderSkeleton;\n animation-timing-function: linear;\n animation-iteration-count: infinite;\n animation-duration: 1.5s;\n`;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\nimport { device } from '../../ions/breakpoints';\n\ninterface TableDnDProps {\n border?: boolean;\n layout?: 'fixed' | 'auto';\n draggableId?: string;\n}\n\nexport const Table = styled.table<TableDnDProps>`\n position: relative;\n width: 100%;\n border-width: ${props => (props.border ? field.borderWidth : 0)};\n border-style: solid;\n border-color: ${colors.grey200};\n border-radius: ${field.borderRadius};\n border-spacing: 0;\n white-space: nowrap;\n table-layout: ${props => props.layout};\n\n th,\n td {\n height: ${rem('50px')};\n padding: 0 ${rem('15px')};\n\n &.center {\n text-align: center;\n\n > div {\n justify-content: center;\n }\n }\n\n &.right {\n text-align: right;\n\n > div {\n justify-content: flex-end;\n }\n }\n\n &.thin {\n @media ${device.s} {\n max-width: min-content;\n }\n }\n\n &.kai {\n text-align: right;\n\n > div {\n justify-content: flex-end;\n }\n }\n\n &.avatar > div {\n display: flex;\n align-items: center;\n\n .avatar-img {\n margin-right: ${rem('15px')};\n }\n }\n }\n\n th {\n font-size: 0.85rem;\n\n &:first-child {\n border-top-left-radius: ${field.borderRadius};\n }\n\n &:last-child {\n border-top-right-radius: ${field.borderRadius};\n }\n }\n\n tr {\n border: ${field.borderWidth} solid ${colors.grey200};\n border-radius: ${field.borderRadius};\n position: relative;\n\n &:not(:last-child) {\n margin-bottom: ${rem('15px')};\n }\n\n @media ${device.s} {\n border: 0;\n }\n }\n\n thead {\n border: none;\n clip: rect(0 0 0 0);\n height: ${rem('1px')};\n margin: ${rem('-1px')};\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: ${rem('1px')};\n\n @media ${device.s} {\n display: contents;\n font-weight: ${typography.semiBold};\n color: ${colors.grey400};\n text-align: left;\n }\n }\n\n tbody {\n tr {\n display: block;\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n background-color: ${colors.grey50};\n\n td {\n &.drag-handle {\n svg {\n fill: ${colors.grey200};\n }\n }\n\n &.menu {\n button {\n opacity: 1;\n }\n }\n }\n }\n\n @media ${device.s} {\n display: table-row;\n }\n }\n\n td {\n border-top: ${field.borderWidth} solid ${colors.grey200};\n height: inherit;\n min-height: ${rem('50px')};\n padding: ${rem('15px')};\n display: flex;\n justify-content: flex-end;\n\n &.drag-handle {\n > div {\n width: min-content;\n }\n\n svg {\n width: ${rem('30px')};\n height: ${rem('30px')};\n fill: ${colors.grey200};\n transition-duration: ${misc.transitionDuration};\n }\n }\n\n > div {\n margin-left: ${rem('100px')};\n height: 100%;\n display: flex;\n justify-content: flex-end;\n align-items: center;\n flex-wrap: nowrap;\n text-align: right;\n\n > span {\n display: none;\n\n &:first-child,\n &:last-child {\n display: inherit;\n }\n }\n }\n\n img {\n min-width: ${rem('30px')};\n min-height: ${rem('30px')};\n }\n\n a {\n display: flex;\n align-items: center;\n color: ${colors.black};\n text-decoration-color: ${colors.grey400};\n }\n\n &:first-child {\n border: 0;\n }\n\n &:before {\n position: absolute;\n left: ${rem('15px')};\n content: attr(data-label);\n font-weight: ${typography.semiBold};\n text-transform: capitalize;\n }\n\n &.kai {\n svg {\n float: right;\n width: auto;\n min-width: ${rem('20px')};\n max-height: ${rem('20px')};\n }\n }\n\n .avatar-img {\n display: none;\n }\n\n .tag {\n margin: 0;\n\n &:not(:first-child) {\n display: none;\n }\n }\n\n &.menu {\n padding: 0 ${rem('10px')} 0 0;\n\n button {\n margin-top: ${rem('5px')};\n transition: ${misc.transitionDuration};\n }\n\n ul {\n top: ${rem('36px')};\n margin-left: ${rem('-170px')};\n }\n }\n\n @media ${device.s} {\n display: table-cell;\n height: ${rem('50px')};\n padding: 0 ${rem('15px')};\n align-items: center;\n\n > div {\n position: relative;\n margin-left: 0;\n display: flex-start;\n justify-content: flex-start;\n text-align: left;\n\n > span {\n display: inherit;\n }\n }\n\n &:first-child {\n border-top: ${field.borderWidth} solid ${colors.grey200};\n }\n\n &:before {\n content: '';\n }\n\n &.kai {\n max-width: ${rem('100px')};\n }\n\n .avatar-img {\n display: inherit;\n }\n\n .tag {\n &:not(:first-child) {\n display: inherit;\n }\n\n &:not(:last-child) {\n margin-right: ${rem('5px')};\n }\n }\n\n &.menu {\n width: ${rem('40px')};\n\n button {\n opacity: 0;\n }\n }\n }\n }\n }\n`;\n\nexport const TableRow = styled.tr<TableDnDProps>`\n &[data-rbd-draggable-id='${props => props.draggableId}'] {\n position: absolute;\n display: table;\n width: 100%;\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field } from '../../ions/variables';\ninterface WrapperProps {\n error?: boolean;\n}\n\nexport const Wrapper = styled.div<WrapperProps>`\n display: inline-block;\n\n > label {\n margin-bottom: ${rem('5px')};\n color: ${props => (props.error ? field.errorBorderColor : colors.grey500)};\n\n span {\n color: ${props => (props.error ? field.errorBorderColor : field.color)};\n }\n }\n\n &:not(:last-child) {\n margin-bottom: ${rem('15px')};\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\ninterface NumberInputSpinnerProps {\n max?: number;\n}\n\nexport const Wrapper = styled.div`\n border: ${field.borderWidth} solid ${field.borderColor};\n border-radius: ${field.borderRadius};\n max-width: max-content;\n height: ${field.height};\n display: flex;\n overflow: hidden;\n\n button,\n input {\n &:disabled {\n cursor: inherit;\n background-color: ${field.disabledBackgroundColor};\n\n svg {\n fill: ${field.disabledColor};\n }\n\n &:hover {\n pointer-events: none;\n }\n }\n }\n`;\n\nexport const Input = styled.input<NumberInputSpinnerProps>`\n border: 0;\n width: ${props =>\n props.max != null && props.max.toString().length > 5\n ? props.max.toString().length * 10 + 20 + 'px'\n : '70px'};\n height: ${field.height};\n padding: ${rem('10px')};\n font-family: inherit;\n font-size: ${typography.defaultSize};\n text-align: center;\n -moz-appearance: textfield;\n\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n\n &:focus {\n outline: none;\n }\n\n &:invalid {\n box-shadow: none;\n background-color: ${field.errorBackgroundColor};\n }\n`;\n\nexport const Button = styled.button`\n width: ${field.height};\n height: ${field.height};\n border: 0;\n background-color: ${field.borderColor};\n cursor: pointer;\n transition-duration: ${misc.transitionDuration};\n\n &.remove-button {\n border-right: ${field.borderWidth} solid ${field.borderColor};\n }\n\n &.add-button {\n border-left: ${field.borderWidth} solid ${field.borderColor};\n }\n\n svg {\n width: auto;\n height: ${rem('20px')};\n fill: ${colors.purple300};\n }\n\n &:hover {\n background-color: ${field.hoverBorderColor};\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { device } from '../../ions/breakpoints';\nimport { colors, field, typography } from '../../ions/variables';\n\ninterface WizardStepProps {\n active?: boolean;\n}\n\nexport const Steps = styled.ul`\n margin: 0;\n width: 100%;\n padding: 0;\n display: flex;\n`;\n\nexport const Step = styled.li<WizardStepProps>`\n list-style: none;\n flex: 1;\n position: relative;\n height: ${rem('44px')};\n display: flex;\n justify-content: center;\n align-items: center;\n padding-right: ${rem('18px')};\n text-align: center;\n\n &:before,\n &:after {\n content: '';\n position: absolute;\n top: 0;\n border: 0 solid\n ${props =>\n props.active ? field.successBackgroundColor : field.borderColor};\n border-width: ${rem('22px')} ${rem('15px')};\n width: 0;\n height: 0;\n }\n\n &:before {\n left: ${rem('-15px')};\n border-left-color: transparent;\n }\n\n &:after {\n left: calc(100% - ${rem('18px')});\n border-color: transparent;\n border-left-color: ${props =>\n props.active ? field.successBackgroundColor : field.borderColor};\n }\n\n &:first-child:before {\n border: none;\n }\n\n &:last-child:after {\n border: none;\n }\n\n &:first-child {\n overflow: hidden;\n\n > div {\n border-radius: ${field.borderRadius} 0 0 ${field.borderRadius};\n }\n }\n\n &:last-child {\n padding-right: 0;\n\n > div {\n border-radius: 0 ${field.borderRadius} ${field.borderRadius} 0;\n }\n }\n\n > div {\n background-color: ${props =>\n props.active ? field.successBackgroundColor : field.borderColor};\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n\n span {\n width: min-content;\n font-size: ${typography.fontSizeSm};\n color: ${props => (props.active ? colors.white : colors.purple300)};\n\n @media ${device.s} {\n width: 100%;\n font-size: ${typography.defaultSize};\n font-weight: ${typography.semiBold};\n }\n }\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\ninterface PageControlProps {\n dark?: boolean;\n}\n\nexport const PaginationWrapper = styled.div<PageControlProps>`\n --size: ${rem('30px')};\n\n ul.pagination {\n margin: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0;\n list-style: none;\n\n li {\n min-width: var(--size);\n height: var(--size);\n cursor: pointer;\n\n &.previous,\n &.next {\n transition-duration: ${misc.transitionDuration};\n\n a svg {\n transition-duration: ${misc.transitionDuration};\n }\n }\n\n a,\n .break {\n min-width: var(--size);\n height: var(--size);\n transition-duration: ${misc.transitionDuration};\n }\n\n a {\n border-radius: ${field.borderRadius};\n min-width: var(--size);\n height: var(--size);\n padding: 0 ${rem('5px')};\n display: flex;\n justify-content: center;\n align-items: center;\n color: ${colors.black};\n font-weight: ${typography.semiBold};\n text-decoration: none;\n\n &:hover {\n color: ${colors.blue500};\n }\n\n svg {\n width: ${rem('18px')};\n height: auto;\n fill: ${colors.blue500};\n }\n }\n\n &.active {\n pointer-events: none;\n\n a {\n background-color: ${colors.blue500};\n color: ${colors.white};\n }\n }\n }\n\n &.dark {\n a {\n color: ${colors.white};\n\n &:hover {\n color: ${colors.white};\n }\n }\n }\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, misc, typography } from '../../ions/variables';\n\ninterface ErrorProps {\n variant: 'default' | 'minimal';\n}\n\nexport const Wrapper = styled.div<ErrorProps>`\n min-height: ${props => (props.variant === 'default' ? '50vh' : 'inherit')};\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n padding: 0 ${rem('30px')};\n text-align: center;\n\n svg {\n width: auto;\n height: ${rem('100px')};\n }\n\n > span {\n margin-top: ${rem('15px')};\n font-weight: ${typography.semiBold};\n color: ${colors.black};\n\n a {\n color: ${colors.black};\n transition-duration: ${misc.transitionDuration};\n }\n\n &:hover {\n color: ${colors.purple500};\n }\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, misc, typography } from '../../ions/variables';\n\ninterface DataWarningProps {\n type: 'login' | 'data';\n}\n\nexport const Wrapper = styled.div<DataWarningProps>`\n min-height: 50vh;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n padding: 0 ${rem('30px')};\n text-align: center;\n\n svg {\n width: auto;\n height: ${rem('100px')};\n }\n\n > div {\n margin-top: ${rem('15px')};\n font-weight: ${typography.semiBold};\n color: ${colors.black};\n\n a {\n color: ${colors.black};\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n color: ${colors.purple500};\n }\n }\n }\n`;\n","import React from 'react';\n\nconst IconLoginOnly = () => (\n <svg\n id=\"login-only-icon\"\n width={100}\n height={100}\n data-name=\"login-only-icon \\u2013 1\"\n viewBox=\"0 0 100 100\"\n >\n <circle\n id=\"Ellipse_30\"\n cx={39.876}\n cy={39.876}\n r={39.876}\n fill=\"#e0b8a4\"\n data-name=\"Ellipse 30\"\n transform=\"translate(10.124 11.914)\"\n />\n <path\n id=\"Rectangle_5\"\n fill=\"none\"\n d=\"M0 0H100V100H0z\"\n data-name=\"Rectangle 5\"\n />\n <path\n id=\"Intersection_1\"\n fill=\"#895947\"\n d=\"M-2119.279-25.892l40.091.489a39.621 39.621 0 01-9.291 3.8l-20.089.151a39.63 39.63 0 01-10.711-4.44zm-3.8-2.588a40.086 40.086 0 01-3.714-3.234l57.324-1.407a40.09 40.09 0 01-5.351 4.852zm-7.151-7.086a39.973 39.973 0 01-3.048-4.492l30.843 5.233 40.161-9.3a39.776 39.776 0 01-3.463 6.284l-36.7 3.975zm-5.942-10.589a39.613 39.613 0 01-1.828-6.56l34.6 12.591 44-13.887a39.6 39.6 0 01-1.376 5.9l-42.429 11.184zm50.168-33.611l1.366-.62 25.006 12.8a39.968 39.968 0 01.66 5.726zm-50.715 7.236l36.623-10.339-.158 1.229-38.246 17.563a39.666 39.666 0 011.777-8.453zm45.819-12.593l.61-1.839 27.727 10.2a39.561 39.561 0 012.182 5.961zm-40.842 2.507l33.958-4.311.726 1.844-38.358 9.12a39.768 39.768 0 013.67-6.654zm39.635-6.988l-36.748 3.261a40.12 40.12 0 014.946-4.768l32.7-1.193 21.774 5.21a40.006 40.006 0 014.633 6.132zm-18.216-8.708l23.205.055a39.677 39.677 0 018.76 3.9l-41.4.3a39.676 39.676 0 019.432-4.256z\"\n data-name=\"Intersection 1\"\n opacity={0.35}\n transform=\"translate(2148.814 111.914)\"\n />\n <path\n id=\"Path_699\"\n fill=\"#895947\"\n d=\"M479 158.659L464.6 148.6l-10.879-7.6-.872-.609-10.526-7.347-24.451 12.118-.762.377-4.817 2.387-19.48 9.656 49.322-26.776z\"\n data-name=\"Path 699\"\n opacity={0.35}\n transform=\"translate(-386.315 -103.185)\"\n />\n <path\n id=\"Path_702\"\n fill=\"#895947\"\n d=\"M484.808 309.047a3.091 3.091 0 01-.97 1.445c-.637.406-3.34.111-4.672-.222a2.432 2.432 0 01-1.7-1.223s-3.961-.737-4.885-1.108-2.256-2.849-2.256-2.849a23.56 23.56 0 01-3.368-.606c-1.11-.357-1.83-2.722-1.83-2.722s-5.669-1.728-5.8-3.178l15.579 6.4 2.241.919 3.8 1.561z\"\n data-name=\"Path 702\"\n opacity={0.35}\n transform=\"translate(-440.142 -238.976)\"\n />\n <path\n id=\"Path_703\"\n fill=\"#5b2839\"\n d=\"M479 168.16l-4.53 1.411-12.777 3.981-9.141 2.849-1.477.458-5.709 1.779-13.053 4.062-.832.26-.5-.208-3.868-1.587-3.8-1.562-2.241-.919-15.582-6.384-5.16-2.119-7.517-3.087 12.231-6.064 7.249-3.592 4.817-2.387.762-.377 24.451-12.118 10.527 7.344.872.609 7.971 5.566 2.907 2.03z\"\n data-name=\"Path 703\"\n transform=\"translate(-386.313 -112.686)\"\n />\n <path\n id=\"Path_704\"\n fill=\"#8c3b47\"\n d=\"M506.385 272.36l-12.777 3.981-9.141 2.849-1.477.458-5.709 1.779-13.052 4.066-.832.26-.5-.208-3.868-1.587-3.8-1.562-2.241-.919-15.578-6.394-5.16-2.119 46.745-3.417z\"\n data-name=\"Path 704\"\n opacity={0.54}\n transform=\"translate(-418.229 -215.475)\"\n />\n <path\n id=\"Path_705\"\n fill=\"#fe876e\"\n d=\"M560.194 158.866a.135.135 0 010 .021.031.031 0 000 .008l-.006.043a220.748 220.748 0 01-.493 3.207 197.413 197.413 0 01-.69 4.066c0 .019-.006.041-.013.068s-.006.049-.009.075-.008.043-.011.064c-.019.117-.044.264-.07.445-.01.051-.017.106-.025.162-.006.04-.013.079-.017.119-.011.062-.021.126-.03.194s-.017.113-.026.172-.017.124-.026.193l-.03.207c-.013.094-.03.189-.043.287v.04c-.017.107-.034.219-.049.332s-.034.234-.051.355c-.023.147-.042.3-.064.455l-.041.3c-.021.128-.038.258-.057.392-.123.864-.253 1.794-.381 2.708l-.119.836c-.008.07-.017.138-.028.206l-.085.606c-.025.172-.045.34-.07.5q-.062.425-.113.815c0 .019-.006.036-.008.051-.013.1-.026.2-.04.291a.286.286 0 000 .036c-.017.1-.03.2-.043.291a.077.077 0 010 .021l-.04.287c-.007.049-.013.1-.021.143l-3.926 1.225-1.783.555-13.884 4.326-4.37-1.794-3.8-1.562c-.16-.623-.355-1.389-.568-2.234-1.047-4.1-2.558-10.045-2.683-10.626-.077-.383-.664-3.611-1.309-7.2v-.008c-.062-.356-.126-.717-.192-1.079l-.262-1.458c-.074-.4-.143-.806-.215-1.2s-.138-.764-.2-1.134l4.783-2.37 19.669-9.748 8.071 5.632 2.455 1.711c.3 1.366.6 2.76.834 3.832.066.309.132.589.187.836.121.545.209.921.242 1.038a19.025 19.025 0 01-.35 3.262z\"\n data-name=\"Path 705\"\n transform=\"translate(-492.717 -112.687)\"\n />\n <path\n id=\"Path_706\"\n fill=\"#632f39\"\n d=\"M571.324 284.557c-.033.24-.067.471-.1.7-.007.04-.011.08-.018.118 0 .018 0 .036-.007.051-.013.1-.026.2-.04.291a.213.213 0 000 .036l-.042.291a.059.059 0 010 .02l-.04.286-.02.144-3.926 1.224-1.783.555-13.885 4.326-4.37-1.794-3.8-1.561-2.241-.919a.967.967 0 01.557-.588 5.4 5.4 0 001.061-.684l.051-.04a52.485 52.485 0 005.991-5.947 1.63 1.63 0 01.371-.329c1.357-.973 5.434-2.4 5.873-2.614a8.808 8.808 0 011.954-.123c1.949 0 4.723.089 5.42.078a10.232 10.232 0 012.132.74 15.54 15.54 0 012.427 1.286 8.918 8.918 0 011.248.935c.04.06.16.2.331.4.62.711 1.918 2.138 2.853 3.113z\"\n data-name=\"Path 706\"\n transform=\"translate(-506.291 -222.316)\"\n />\n <path\n id=\"Path_707\"\n fill=\"#ef5855\"\n d=\"M699.764 225.224a10.129 10.129 0 012.085 2.848c.156.616-.827 3.016-1.389 4.759a3.567 3.567 0 01-2.315 2.875c-1.924.712 1.619-10.482 1.619-10.482z\"\n data-name=\"Path 707\"\n transform=\"translate(-632.98 -179.6)\"\n />\n <path\n id=\"Path_708\"\n fill=\"#ef5855\"\n d=\"M631.879 273.163a.358.358 0 01-.06.2 10.235 10.235 0 00-2.132-.74c-.7.011-3.471-.082-5.42-.078l6.608-1.286a11.758 11.758 0 011.004 1.904z\"\n data-name=\"Path 708\"\n opacity={0.7}\n transform=\"translate(-573.647 -216.857)\"\n />\n <path\n id=\"Path_709\"\n fill=\"#67373f\"\n d=\"M619.486 278.818a14.091 14.091 0 01-2.7 3.339c-.944.407-3.96.056-4.435-.11a33.648 33.648 0 01-3.324-3.48l2.9-.566c1.95 0 4.723.089 5.42.078a10.232 10.232 0 012.139.739z\"\n data-name=\"Path 709\"\n opacity={0.45}\n transform=\"translate(-561.315 -222.316)\"\n />\n <path\n id=\"Path_710\"\n fill=\"#e14950\"\n d=\"M616.93 224.651a9.064 9.064 0 01-1.152 1.322 13.1 13.1 0 01-2.1 1.563 7.9 7.9 0 01-3.468-.273 4.7 4.7 0 00-1.644-1.065 5.126 5.126 0 01-1.55-.536.284.284 0 01-.07-.087 5.141 5.141 0 01-.457-2.3 13.033 13.033 0 012.519-1.911c.137-.024 1.694-9.161 1.84-9.325.259-.29.886-.966 1.277-.762s1.7 4.351 1.994 5.307.544 4.433.6 4.611 1.568.745 1.783 1.04a7.509 7.509 0 01.428 2.416z\"\n data-name=\"Path 710\"\n transform=\"translate(-559.232 -168.277)\"\n />\n <path\n id=\"Path_711\"\n fill=\"#ef5855\"\n d=\"M637.71 207.991l-2.051.716s2.579 11.525 2.644 11.636.862-6.4 1-6.569a15.944 15.944 0 013.2-1.228 24.6 24.6 0 004.317-1.044c.3-.3 1.808-2.336 1.216-2.776-1.916-1.426-10.326-.735-10.326-.735z\"\n data-name=\"Path 711\"\n opacity={0.7}\n transform=\"translate(-582.868 -165.517)\"\n />\n <path\n id=\"Path_712\"\n fill=\"#ef5855\"\n d=\"M558.839 206.981c-.407.314.694 1.858 1.221 2.048s8.026-.065 9.259-.576.961-3.56.706-4-10.048 1.647-11.186 2.528z\"\n data-name=\"Path 712\"\n opacity={0.7}\n transform=\"translate(-520.619 -162.739)\"\n />\n <path\n id=\"Path_713\"\n fill=\"#ef5855\"\n d=\"M618.63 155.6a26.309 26.309 0 01-.242-1.037c-.055-.246-.12-.526-.187-.835-.235-1.072-.537-2.467-.835-3.833l-2.454-1.712-8.071-5.633-10.765 5.336s12.519.389 14.5 1.366 4 4.712 4 4.712l-.948.342c-2.3-.476-5.405-.768-5.405-.768l-2.5 1.131c-.166.666-.072 3.4.944 3.7s8.319.267 8.319.267a8.474 8.474 0 01.723-1.611 1.809 1.809 0 01.531 1.121c.2 1.243-.924 2.631-1.5 4.186-.18.486-.489 2.309-.895 4.683.344-.526.648-.993.868-1.321a55.8 55.8 0 002.9-6.826c.122-.568.68.027.68.027a.018.018 0 010-.007 19.287 19.287 0 00.337-3.288z\"\n data-name=\"Path 713\"\n opacity={0.7}\n transform=\"translate(-550.83 -112.683)\"\n />\n <path\n id=\"Path_714\"\n fill=\"#c5413f\"\n d=\"M575.548 216.282a9.987 9.987 0 00-2.459-1.975 3.351 3.351 0 00-2.327-.355c-.239.083-4.467 1.945-4.886 2.478s9.672-.148 9.672-.148z\"\n data-name=\"Path 714\"\n opacity={0.55}\n transform=\"translate(-526.376 -170.415)\"\n />\n <path\n id=\"Path_715\"\n fill=\"#c5413f\"\n d=\"M651.06 226.566a5.482 5.482 0 002.789 1.407c1.732.26 5-.666 5.438-1.42.207-.357-2.556.115-2.556.115z\"\n data-name=\"Path 715\"\n opacity={0.55}\n transform=\"translate(-595.333 -180.567)\"\n />\n <path\n id=\"Path_716\"\n fill=\"#c5413f\"\n d=\"M658.363 215.192s-2.545-2.335-4.488-2.724-4.214 2.3-4.214 2.3z\"\n data-name=\"Path 716\"\n opacity={0.55}\n transform=\"translate(-594.201 -169.244)\"\n />\n <path\n id=\"Path_717\"\n fill=\"#c5413f\"\n d=\"M652.6 232.6a25.965 25.965 0 002.587.777c1.22.168 3.615-.47 3.412-.289a10.515 10.515 0 01-3.891.71c-.845-.161-2.331-1.183-2.108-1.198z\"\n data-name=\"Path 717\"\n opacity={0.4}\n transform=\"translate(-596.561 -185.566)\"\n />\n <path\n id=\"Path_718\"\n fill=\"#c5413f\"\n d=\"M574.6 226.758a5.642 5.642 0 01-3.511 1.836 15.822 15.822 0 01-5.278-.661 2.8 2.8 0 01-1.03-.639z\"\n data-name=\"Path 718\"\n opacity={0.55}\n transform=\"translate(-525.499 -180.841)\"\n />\n <path\n id=\"Path_719\"\n fill=\"#c5413f\"\n d=\"M584.863 231.67c0-.138-1.486 1.136-2.656 1.313-1.346.2-4.444-.145-4.242.035a13.62 13.62 0 004.07.581 4.994 4.994 0 002.828-1.929z\"\n data-name=\"Path 719\"\n opacity={0.4}\n transform=\"translate(-536.164 -184.808)\"\n />\n <path\n id=\"Path_720\"\n fill=\"#67373f\"\n d=\"M568.3 193.358c.267-.021.639 2.9.375 3.131s-2.205.023-5.729.532a46.582 46.582 0 00-6.132 1.454c-.111-.058-.287-.627-.169-.757a24.322 24.322 0 0111.655-4.36z\"\n data-name=\"Path 720\"\n transform=\"translate(-518.88 -153.807)\"\n />\n <g\n id=\"Group_235\"\n fill=\"#67373f\"\n data-name=\"Group 235\"\n transform=\"translate(54.401 39.53)\"\n >\n <path\n id=\"Path_721\"\n d=\"M655.1 197.289a6.632 6.632 0 01-.728-.158c-.051-.013-.107-.024-.162-.04-.206-.047-.442-.1-.706-.158l-.164-.036a28.828 28.828 0 00-.848-.166 29.999 29.999 0 00-.784-.135l-.167-.024a30.748 30.748 0 00-.91-.122c-.055 0-.111-.011-.166-.018a19.658 19.658 0 00-.846-.078.041.041 0 00-.016 0l-.153-.011a21.583 21.583 0 00-.944-.042h-.169c-.34-.007-.662 0-.964 0h-.169c-.355.011-.682.029-.977.044-.058 0-.113.009-.167.011-.36.022-.668.044-.921.055h-.167a1.039 1.039 0 01-.591-.089 3.705 3.705 0 01-.278-1.785 2.539 2.539 0 01.169-1.246 1.71 1.71 0 01.666-.024c.053 0 .109.009.167.015.322.031.717.089 1.159.167l.164.029c.353.064.733.142 1.126.231.053.013.109.027.164.038a27.6 27.6 0 011.017.258c.053.013.109.029.162.044.127.036.255.071.382.109.18.053.364.111.553.171l.16.049q.426.14.866.291l.158.053.908.324.158.058.764.286c.053.022.107.042.158.062a33.336 33.336 0 01.824.322l.142.056.531.213.158.067a4.74 4.74 0 01.52.238c.092.095.103.928-.079.941z\"\n data-name=\"Path 721\"\n transform=\"translate(-644.104 -193.254)\"\n />\n <path\n id=\"Path_722\"\n d=\"M655.1 197.289a6.632 6.632 0 01-.728-.158c-.051-.013-.107-.024-.162-.04-.206-.047-.442-.1-.706-.158l-.164-.036a28.828 28.828 0 00-.848-.166 29.999 29.999 0 00-.784-.135l-.167-.024a30.748 30.748 0 00-.91-.122c-.055 0-.111-.011-.166-.018a19.658 19.658 0 00-.846-.078.041.041 0 00-.016 0l-.153-.011a21.583 21.583 0 00-.944-.042h-.169c-.34-.007-.662 0-.964 0h-.169c-.355.011-.682.029-.977.044-.058 0-.113.009-.167.011-.36.022-.668.044-.921.055h-.167a1.039 1.039 0 01-.591-.089 3.705 3.705 0 01-.278-1.785 2.539 2.539 0 01.169-1.246 1.71 1.71 0 01.666-.024c.053 0 .109.009.167.015.322.031.717.089 1.159.167l.164.029c.353.064.733.142 1.126.231.053.013.109.027.164.038a27.6 27.6 0 011.017.258c.053.013.109.029.162.044.127.036.255.071.382.109.18.053.364.111.553.171l.16.049q.426.14.866.291l.158.053.908.324.158.058.764.286c.053.022.107.042.158.062a33.336 33.336 0 01.824.322l.142.056.531.213.158.067a4.74 4.74 0 01.52.238c.092.095.103.928-.079.941z\"\n data-name=\"Path 722\"\n opacity={0.45}\n transform=\"translate(-644.104 -193.254)\"\n />\n </g>\n <path\n id=\"Path_723\"\n fill=\"#67373f\"\n d=\"M568.67 196.49a1.758 1.758 0 01-.779.124c-.053 0-.109.007-.166.009-.289.013-.642.024-1.057.047a37.211 37.211 0 00-1.277.078l-.169.013c-.34.029-.7.062-1.092.107l-.167.02q-.486.057-1.021.133l-.047.007-.166.027c-.329.049-.646.1-.955.16-.056.009-.111.02-.167.031-.357.067-.7.138-1.024.211l-.162.038a35.86 35.86 0 00-1.821.466l-.16.047c-.3.087-.571.169-.8.238l-.16.049a3.169 3.169 0 01-.675.182.375.375 0 01-.111-.173c-.08-.2-.14-.493-.058-.582a5.378 5.378 0 01.493-.36c.044-.031.093-.062.144-.1.2-.131.435-.284.715-.451l.144-.087q.33-.2.72-.413l.149-.08a21.114 21.114 0 01.982-.504q.473-.233 1-.466l.156-.067c.309-.133.631-.266.964-.393l.156-.06c.337-.127.688-.251 1.05-.366.053-.02.107-.035.16-.053a22.748 22.748 0 011.312-.375q.623-.16 1.274-.286c.055-.011.111-.022.167-.031.182-.033.369-.067.553-.093.251-.04.5-.075.757-.1.055-.009.111-.013.166-.02.2-.022.391-.04.588-.055.277-.025.648 2.898.384 3.128z\"\n data-name=\"Path 723\"\n opacity={0.45}\n transform=\"translate(-518.88 -153.809)\"\n />\n <path\n id=\"Path_724\"\n fill=\"#fff2e5\"\n d=\"M574.607 217.553a9.449 9.449 0 01-2.847.744 15.558 15.558 0 01-2.427.164c-.235 0-.462-.007-.682-.011a20.827 20.827 0 01-3.937-.313c-.06-.062.082-.293.173-.393a.236.236 0 01.047-.042c.149-.089 1.665-.79 3.1-1.388a12.024 12.024 0 012.531-.868 3.9 3.9 0 011.488.415 11.867 11.867 0 012.285 1.412h.007c.18.152.278.254.262.28z\"\n data-name=\"Path 724\"\n transform=\"translate(-525.436 -171.685)\"\n />\n <path\n id=\"Path_725\"\n fill=\"#fff2e5\"\n d=\"M658.259 216.69a14.9 14.9 0 01-2.569.373 21.573 21.573 0 01-2.187.073c-.364-.009-.7-.024-1.021-.044a13.741 13.741 0 01-2.658-.351c-.2-.073-.353-.4-.266-.471.024-.022.071-.06.131-.109a11.6 11.6 0 012.729-1.616 3.386 3.386 0 011.326-.262 6.756 6.756 0 012.32.933 14.14 14.14 0 012.192 1.454z\"\n data-name=\"Path 725\"\n transform=\"translate(-594.097 -170.742)\"\n />\n <path\n id=\"Path_726\"\n fill=\"#632f39\"\n d=\"M525.823 193.693c-.213.279-.4.568-.574.821a7.569 7.569 0 00-.79 1.989l-.1.36a43.233 43.233 0 00-.747 3.485l-.072.43-.036.225-.915-.034-.479-.019-.189-.008v-.008c-.03-.085-.375-1.022-.832-2.275-.121-.328-.247-.679-.377-1.042-.042-.115-.085-.23-.126-.349l-.262-.721c-.011-.036-.025-.072-.038-.108l.141-.07.621-.307z\"\n data-name=\"Path 726\"\n transform=\"translate(-489.481 -154.079)\"\n />\n <path\n id=\"Path_727\"\n fill=\"#632f39\"\n d=\"M540.727 241.532l-2.569 6.713-.921 2.569-3.584-1.472-.218-.089-.557-2.176c0-.018-.009-.038-.013-.056l-1.483-5.833c-.526-2.074-.973-3.85-1.137-4.537a20.167 20.167 0 01-.06-.26c-.078-.382-.664-3.611-1.31-7.2l.169-.06 1.523-.535s.626 3.129 4.077 8.855a20.4 20.4 0 004.583 3.291c.865.464 1.5.79 1.5.79z\"\n data-name=\"Path 727\"\n transform=\"translate(-496.438 -182.33)\"\n />\n <path\n id=\"Path_728\"\n fill=\"#ffebc6\"\n d=\"M528.505 237.755l-.218-.089-.557-2.176c0-.018-.009-.038-.013-.056-1.044-4.1-2.558-10.048-2.68-10.63-.078-.382-.664-3.611-1.31-7.2a.017.017 0 000-.007l-.833-2.276-.377-1.041a10.361 10.361 0 011.381 3.264l.02.067a35.011 35.011 0 01.808 3.455c.984 5.289 3.271 13.949 3.626 15.752.062.326.111.639.153.937z\"\n data-name=\"Path 728\"\n opacity={0.9}\n transform=\"translate(-491.29 -170.743)\"\n />\n <path\n id=\"Path_729\"\n fill=\"#632f39\"\n d=\"M676.927 227.126c-.415 2.893-1.07 6.71-1.188 7.317 0 .02-.007.042-.013.069s-.007.049-.011.076l-.011.064-.069.444c-.009.051-.016.1-.024.162l-.018.12c-.011.062-.02.127-.029.193s-.018.113-.027.173-.018.124-.026.191-.02.138-.031.209c-.013.093-.029.189-.042.286v.04c-.018.107-.033.217-.049.331l-.051.355-.064.455-.042.3c-.018.129-.036.26-.056.393l-.382 2.707c-.04.282-.078.562-.118.837-.009.069-.018.138-.029.2-.029.206-.058.409-.084.606-.022.171-.047.34-.069.506a72.1 72.1 0 01-.1.695c-.007.04-.011.08-.018.118 0 .018 0 .036-.007.051-.013.1-.026.2-.04.291a.212.212 0 000 .036l-.042.291a.059.059 0 010 .02l-.04.287-.02.144-3.926 1.224-1.783.555.264-1.761.875-5.809a3.42 3.42 0 01.406-.6c.7-.848 1.663-2.3 2.423-3.457.344-.526.648-.993.868-1.321a55.81 55.81 0 002.9-6.826c.116-.567.673.028.673.028z\"\n data-name=\"Path 729\"\n transform=\"translate(-609.456 -180.919)\"\n />\n <path\n id=\"Path_730\"\n fill=\"#36131b\"\n d=\"M617.677 309.384c.059.028-.145.306-.145.306s-2.752-.206-5.046-.114-4.736.509-4.826.386a28.41 28.41 0 013.147-1.363 9.842 9.842 0 012.678-.42c.362.142 3.821 1.033 4.192 1.205z\"\n data-name=\"Path 730\"\n transform=\"translate(-560.204 -246.72)\"\n />\n <path\n id=\"Path_731\"\n fill=\"#67373f\"\n d=\"M571.226 316.046l-.173 1.237-5.709 1.779-13.885 4.326-4.37-1.794-3.8-1.561-2.241-.919a.967.967 0 01.557-.588 5.406 5.406 0 001.061-.684l.064.016 5.28 1.168 4.958 1.1 12.639-2.822z\"\n data-name=\"Path 731\"\n opacity={0.45}\n transform=\"translate(-506.291 -253.109)\"\n />\n <path\n id=\"Path_732\"\n fill=\"#67373f\"\n d=\"M538.033 273.493c-.1.369-.323.513-.834.553-.526-2.074-.973-3.85-1.137-4.537l1.039-.315s1.274 3.078.932 4.299z\"\n data-name=\"Path 732\"\n opacity={0.45}\n transform=\"translate(-502.256 -215.188)\"\n />\n <path\n id=\"Path_733\"\n fill=\"#fe876e\"\n d=\"M557.229 326.4a10.151 10.151 0 01-2.389.311 7.528 7.528 0 01-3.167-1.073c-.027-.116-.3-.886-.557-1.73-.311-1.008-.6-2.121-.413-2.34a3.05 3.05 0 01.593-.455l.076-.049a10.423 10.423 0 011.128-.631 6.947 6.947 0 012.747.515 4.517 4.517 0 011.188.886l.009.007a10.6 10.6 0 011.541 1.8 6.938 6.938 0 01-.756 2.759z\"\n data-name=\"Path 733\"\n transform=\"translate(-514.059 -256.636)\"\n />\n <path\n id=\"Path_734\"\n fill=\"#67373f\"\n d=\"M698.284 182.8a.017.017 0 000 .006l-.68-.026a23.264 23.264 0 00.193-4.392c-.007-.044-.013-.087-.022-.127a9.13 9.13 0 00-.622-1.579c-.62-1.344-1.565-3.18-2.258-4.583l2.454 1.714.873.608c.2 1.339.366 2.831.489 3.735.02.147.038.275.055.386.02.133.04.24.058.315a16.979 16.979 0 01-.54 3.943z\"\n data-name=\"Path 734\"\n transform=\"translate(-630.811 -136.603)\"\n />\n <path\n id=\"Path_735\"\n fill=\"#c1333a\"\n d=\"M619.015 224.651a9.062 9.062 0 01-1.152 1.322 13.1 13.1 0 01-2.1 1.563 7.9 7.9 0 01-3.468-.273 4.7 4.7 0 00-1.644-1.065 5.127 5.127 0 01-1.55-.536.285.285 0 01-.07-.087 3.013 3.013 0 002.214.1c.387-.192.681-.728.764-.576.661 1.216 2.963.12 3.386-.455.364-.494.037-3.517-.195-5.624-.272-2.473-.87-6.835-1.165-7.056s-1.1.075-1.1.075c.259-.29.886-.966 1.277-.762s1.7 4.351 1.994 5.307.544 4.433.6 4.611 1.568.745 1.783 1.04a7.507 7.507 0 01.426 2.416z\"\n data-name=\"Path 735\"\n transform=\"translate(-561.316 -168.277)\"\n />\n <path\n id=\"Path_736\"\n fill=\"#5c91aa\"\n d=\"M666.652 215.878a2.049 2.049 0 01-.448 1.188 21.14 21.14 0 01-2.187.073 26.745 26.745 0 01-1.023-.045 2.064 2.064 0 01-.064-2.546 3.357 3.357 0 011.326-.261 6.726 6.726 0 012.321.932 2.069 2.069 0 01.075.659z\"\n data-name=\"Path 736\"\n transform=\"translate(-604.61 -170.745)\"\n />\n <path\n id=\"Path_737\"\n fill=\"#302626\"\n d=\"M670.459 218.372a.9.9 0 11-.851-.937.9.9 0 01.851.937z\"\n data-name=\"Path 737\"\n transform=\"translate(-609.586 -173.294)\"\n />\n <path\n id=\"Path_738\"\n fill=\"#fff2e5\"\n d=\"M665.2 216.989a.428.428 0 11-.407-.449.428.428 0 01.407.449z\"\n data-name=\"Path 738\"\n opacity={0.6}\n transform=\"translate(-606.083 -172.571)\"\n />\n <path\n id=\"Path_739\"\n fill=\"#5c91aa\"\n d=\"M586.155 216.867a2.145 2.145 0 01-.539 1.43 15.559 15.559 0 01-2.427.164c-.235 0-.462-.007-.682-.011a2.169 2.169 0 01-.617-2.136 12.024 12.024 0 012.531-.868 3.9 3.9 0 011.488.415 2.153 2.153 0 01.246 1.006z\"\n data-name=\"Path 739\"\n transform=\"translate(-539.29 -171.685)\"\n />\n <path\n id=\"Path_740\"\n fill=\"#302626\"\n d=\"M590.146 218.914a.939.939 0 11-.939-.939.939.939 0 01.939.939z\"\n data-name=\"Path 740\"\n transform=\"translate(-544.51 -173.732)\"\n />\n <path\n id=\"Path_741\"\n fill=\"#72182e\"\n d=\"M557.377 154.239c-.171-.169-.346-.34-.526-.511q-.5-.48-1.03-.961a89.992 89.992 0 00-9.865-7.592s-13.268 5.036-21.5 9.932c-.24.142-.477.284-.708.424a47.574 47.574 0 00-2.669 1.732c-.158-.433-.329-.9-.5-1.39-.087-.238-.173-.48-.262-.722a1.52 1.52 0 00-.038-.107l.142-.071.62-.307 4.783-2.369 19.669-9.75 8.071 5.633 2.454 1.714.873.608c.198 1.341.364 2.833.486 3.737z\"\n data-name=\"Path 741\"\n opacity={0.54}\n transform=\"translate(-489.48 -112.683)\"\n />\n <path\n id=\"Path_742\"\n fill=\"#67373f\"\n d=\"M684.5 182.8a.03.03 0 000 .008 213.684 213.684 0 01-1.188 7.316c0 .019-.006.041-.013.068s-.006.049-.01.075l-.011.064c-.019.117-.044.264-.07.445-.01.051-.015.1-.025.162-.006.04-.013.079-.017.119-.011.062-.021.126-.03.194s-.017.113-.026.172-.017.124-.026.193l-.03.207c-.013.094-.03.189-.043.287v.04c-.017.107-.034.219-.049.332s-.034.234-.051.355l-.064.455-.041.3c-.019.128-.036.258-.057.392-.123.864-.253 1.794-.381 2.708-.039.281-.077.562-.119.836-.008.07-.017.138-.028.206l-.085.606c-.021.172-.045.34-.068.506-.034.242-.066.472-.1.7l-.017.117c0 .019-.006.036-.008.051-.013.1-.026.2-.04.291a.275.275 0 000 .036c-.017.1-.03.2-.043.291a.074.074 0 010 .021l-.04.287c-.007.049-.013.1-.021.143L677.858 202c.485-1.872.938-4.092 1.342-6.271.313-1.685.6-3.341.845-4.794.343-.526.647-.992.868-1.321a53.8 53.8 0 002.317-5.194 15.269 15.269 0 00.585-1.632 23.166 23.166 0 00.193-4.392 1.837 1.837 0 00-.021-.126 9.179 9.179 0 00-.623-1.579c-.619-1.343-1.566-3.181-2.258-4.583l2.455 1.715.872.609c.2 1.338.366 2.83.489 3.734.021.147.038.275.057.387.019.134.04.24.057.315a16.96 16.96 0 01-.536 3.932z\"\n data-name=\"Path 742\"\n opacity={0.45}\n transform=\"translate(-617.023 -136.599)\"\n />\n <path\n id=\"Path_743\"\n fill=\"#fe876e\"\n d=\"M511 235.892a.071.071 0 010 .023c-.079.306-.762.7-1.511.856s-3.062-.9-4.164-2.283a8.286 8.286 0 01-1.015-1.806c-.04-.089-.075-.179-.113-.268a7.283 7.283 0 01-.719-3.079 17.037 17.037 0 012.911-3.568 4.483 4.483 0 011.5-.03l.091.008.119.011h.017l.121.011h.006l.074.008.119.011.149.017a.017.017 0 00.01 0c.032 0 .059.006.083.01a.225.225 0 01.036 0 .342.342 0 00.04 0l.042.006.006.008a4.016 4.016 0 01.385.987c.179.6.379 1.409.579 2.3v.008l.017.079c.215.962.43 2.013.615 2.99.355 1.869.615 3.465.602 3.701z\"\n data-name=\"Path 743\"\n transform=\"translate(-475.859 -179.981)\"\n />\n <path\n id=\"Path_744\"\n fill=\"#e14950\"\n d=\"M514.516 239.691a4.9 4.9 0 01-1.819.853.427.427 0 01-.244-.04c-1.209-.713-2.2-4.126-2.159-4.485s1.871-2.225 2.573-2.225c.35 0 .629.859.772 1.546a3.152 3.152 0 01.1.824c-.058.162-.872.695-.978.881a3.221 3.221 0 00.1 1.272c.054.087 1.422.229 1.465.289a5.355 5.355 0 01.19 1.085z\"\n data-name=\"Path 744\"\n transform=\"translate(-481.399 -186.535)\"\n />\n <path\n id=\"Path_745\"\n fill=\"#67373f\"\n d=\"M623.784 318.69a18.577 18.577 0 012.68.365c-.031.27-1.632.5-2.407.535a9.612 9.612 0 01-3.009-.4 8.969 8.969 0 012.736-.5z\"\n data-name=\"Path 745\"\n opacity={0.35}\n transform=\"translate(-571.042 -255.247)\"\n />\n <path\n id=\"Path_746\"\n fill=\"#fe876e\"\n d=\"M462.091 294.946a5.82 5.82 0 01.96-1.094 18.766 18.766 0 014.229.836c.239.154-.087 2.353-.087 2.353z\"\n data-name=\"Path 746\"\n transform=\"translate(-442.385 -235.127)\"\n />\n <path\n id=\"Path_747\"\n fill=\"#ef5855\"\n d=\"M467.194 297.041l-4.841-1.985-.262-.109a5.844 5.844 0 01.959-1.095 18.785 18.785 0 014.23.835c.238.153-.086 2.354-.086 2.354z\"\n data-name=\"Path 747\"\n opacity={0.7}\n transform=\"translate(-442.385 -235.128)\"\n />\n <path\n id=\"Path_748\"\n fill=\"#ef5855\"\n d=\"M559.229 326.4a10.152 10.152 0 01-2.389.311 7.529 7.529 0 01-3.167-1.073c-.026-.116-.3-.886-.557-1.73 2.129 1.21 5.014.249 4.927-.733-.089-1.022-2.109-2.052-2.778-2.174a7.549 7.549 0 00-1.97.111 10.931 10.931 0 011.2-.68 6.947 6.947 0 012.747.515 9.6 9.6 0 012.738 2.689 6.938 6.938 0 01-.751 2.764z\"\n data-name=\"Path 748\"\n opacity={0.7}\n transform=\"translate(-516.059 -256.636)\"\n />\n <path\n id=\"Path_749\"\n fill=\"#ffcfba\"\n d=\"M558.69 331.306c-.191.126-.156.918 0 .944a6.932 6.932 0 012.347-.492 18.915 18.915 0 012.763.482c.157-.069-.333-1.039-.7-1.221a4.752 4.752 0 00-4.41.287z\"\n data-name=\"Path 749\"\n opacity={0.65}\n transform=\"translate(-520.465 -264.891)\"\n />\n <path\n id=\"Path_750\"\n fill=\"#ffebc6\"\n d=\"M559.518 321.831a7.525 7.525 0 00-1.088-.695 10.515 10.515 0 00-2.665-.484 9.024 9.024 0 00-1.208.673l-.1-.264a10.423 10.423 0 011.128-.631 6.947 6.947 0 012.747.515 4.518 4.518 0 011.186.886z\"\n data-name=\"Path 750\"\n opacity={0.9}\n transform=\"translate(-517.143 -256.636)\"\n />\n <path\n id=\"Path_751\"\n fill=\"#fe876e\"\n d=\"M522.786 313.2c-.418.5-4.432-.118-5.065-.309s-2.034-3.34-2.169-3.655a1.125 1.125 0 01-.056-.315c-.029-.52.093-1.405.417-1.585a1.09 1.09 0 01.2-.076 7.174 7.174 0 01.731-.162 20.959 20.959 0 012.465-.3 4.576 4.576 0 011.441.886 19.008 19.008 0 012.651 2.369c.319.481-.201 2.655-.615 3.147z\"\n data-name=\"Path 751\"\n transform=\"translate(-485.607 -245.623)\"\n />\n <path\n id=\"Path_752\"\n fill=\"#ef5855\"\n d=\"M522.8 313.2c-.417.5-4.432-.118-5.065-.309s-2.034-3.34-2.169-3.655a1.124 1.124 0 01-.055-.315 7.05 7.05 0 001.55 1.881c.517.189 3.875.233 4.25-.5s-1.661-2.8-1.994-2.933a20.1 20.1 0 00-2.462-.269 20.956 20.956 0 012.465-.3c.542 0 3.719 2.687 4.1 3.257.318.477-.2 2.651-.62 3.143z\"\n data-name=\"Path 752\"\n opacity={0.7}\n transform=\"translate(-485.624 -245.623)\"\n />\n <path\n id=\"Path_753\"\n fill=\"#ffcfba\"\n d=\"M525.741 318.3c.042.2.518.275 2.463.184a20.71 20.71 0 002.725-.126c.287-.109-1.686-1.532-2.274-1.577s-3.05.889-2.914 1.519z\"\n data-name=\"Path 753\"\n opacity={0.65}\n transform=\"translate(-493.898 -253.705)\"\n />\n <path\n id=\"Path_754\"\n fill=\"#ffebc6\"\n d=\"M523.365 307.683c-.076-.04-1.286-.634-1.406-.666a32.163 32.163 0 00-3.2.411l-.029-.164a7.17 7.17 0 01.731-.162 20.959 20.959 0 012.465-.3 4.577 4.577 0 011.439.881z\"\n data-name=\"Path 754\"\n opacity={0.9}\n transform=\"translate(-488.226 -245.623)\"\n />\n <path\n id=\"Path_755\"\n fill=\"#fe876e\"\n d=\"M492.772 304.6a4.6 4.6 0 01-.806 1.736 17.508 17.508 0 01-4.055-.517 10.744 10.744 0 01-1.141-1.981l-1.532-.628s.246-.133.6-.315l.58-.3a15.544 15.544 0 011.665-.775 9.743 9.743 0 013.253.542h.007a1.946 1.946 0 01.293.122 5.021 5.021 0 011.136 2.116z\"\n data-name=\"Path 755\"\n transform=\"translate(-461.12 -241.573)\"\n />\n <path\n id=\"Path_756\"\n fill=\"#ef5855\"\n d=\"M492.772 304.6a4.6 4.6 0 01-.806 1.736 17.506 17.506 0 01-4.055-.517 10.744 10.744 0 01-1.141-1.981l-1.532-.628s.551-.3 1.177-.613c.273.2.562.409.628.455.138.091.249.768.64 1.024a5.075 5.075 0 002.767.2c.659-.238.617-1.648.258-1.787s-2.627-.666-2.627-.666a9.68 9.68 0 013.553.666 5.022 5.022 0 011.138 2.111z\"\n data-name=\"Path 756\"\n opacity={0.7}\n transform=\"translate(-461.12 -241.573)\"\n />\n <path\n id=\"Path_757\"\n fill=\"#ffcfba\"\n d=\"M502.67 308.43c-.185.015-.348.426-.148.579s2.673-.061 3.628.251c-.26-.56-1.185-1.014-3.48-.83z\"\n data-name=\"Path 757\"\n opacity={0.65}\n transform=\"translate(-475.035 -246.911)\"\n />\n <path\n id=\"Path_758\"\n fill=\"#ea4e4b\"\n d=\"M514.18 263.51a.057.057 0 010 .022c-.079.306-.762.7-1.511.857s-3.062-.9-4.163-2.283a8.8 8.8 0 01-1.128-2.074 7.282 7.282 0 002.329 2.625c.87.4 3.591.029 3.822-.584a10.105 10.105 0 00.046-2.256c.355 1.861.615 3.457.605 3.693z\"\n data-name=\"Path 758\"\n opacity={0.65}\n transform=\"translate(-479.037 -207.598)\"\n />\n <path\n id=\"Path_759\"\n fill=\"#fff2e5\"\n d=\"M674.34 224.153c-.079 0-.473.5-.333.619a10.023 10.023 0 002.241-.04 4.415 4.415 0 00-1.908-.579z\"\n data-name=\"Path 759\"\n opacity={0.32}\n transform=\"translate(-613.882 -178.732)\"\n />\n <path\n id=\"Path_760\"\n fill=\"#fff2e5\"\n d=\"M584.334 219.332a.429.429 0 11-.428-.429.428.428 0 01.428.429z\"\n data-name=\"Path 760\"\n opacity={0.6}\n transform=\"translate(-540.633 -174.483)\"\n />\n <path\n id=\"Path_761\"\n fill=\"#fff2e5\"\n d=\"M593.836 225.532c-.079.007-.448.523-.3.634a10.021 10.021 0 002.236-.147 4.412 4.412 0 00-1.936-.487z\"\n data-name=\"Path 761\"\n opacity={0.32}\n transform=\"translate(-548.745 -179.845)\"\n />\n <path\n id=\"Path_762\"\n fill=\"#ffebc6\"\n d=\"M508.792 225.833a21.2 21.2 0 00-2.323.067 33.235 33.235 0 00-2.81 3.48 14.2 14.2 0 00.649 3.306c-.039-.089-.075-.18-.112-.269a7.3 7.3 0 01-.72-3.08 17.028 17.028 0 012.912-3.566 9.34 9.34 0 012.404.062z\"\n data-name=\"Path 762\"\n opacity={0.9}\n transform=\"translate(-475.858 -179.983)\"\n />\n <path\n id=\"Path_763\"\n fill=\"#ffebc6\"\n d=\"M467.28 294.687a38.124 38.124 0 00-4-.542c-.2.047-.588.486-.928.91l-.262-.109a5.844 5.844 0 01.959-1.095 18.785 18.785 0 014.231.836z\"\n data-name=\"Path 763\"\n opacity={0.9}\n transform=\"translate(-442.385 -235.128)\"\n />\n <path\n id=\"Path_764\"\n fill=\"#3a1e38\"\n d=\"M517.221 304.781h-.007z\"\n data-name=\"Path 764\"\n transform=\"translate(-487.001 -243.991)\"\n />\n <path\n id=\"Path_765\"\n fill=\"#ffebc6\"\n d=\"M493.869 302.363a20.906 20.906 0 00-3.087-.337c-.371.111-2.018.868-2.018.868h-.393l.58-.3a15.547 15.547 0 011.665-.775 9.743 9.743 0 013.253.544z\"\n data-name=\"Path 765\"\n opacity={0.9}\n transform=\"translate(-463.656 -241.573)\"\n />\n <path\n id=\"Path_766\"\n fill=\"#834b49\"\n d=\"M658.919 216.69s-3.351-1.717-4.639-1.634a19.537 19.537 0 00-3.932 1.106 11.6 11.6 0 012.729-1.616 3.386 3.386 0 011.326-.262 6.756 6.756 0 012.32.933 14.143 14.143 0 012.192 1.454z\"\n data-name=\"Path 766\"\n opacity={0.1}\n transform=\"translate(-594.757 -170.742)\"\n />\n <path\n id=\"Path_767\"\n fill=\"#834b49\"\n d=\"M575.135 217.273c-.167-.073-2.956-1.319-3.892-1.2-.853.107-4.667 1.375-5.558 1.672a.236.236 0 01.047-.042c.149-.089 1.665-.79 3.1-1.388a12.024 12.024 0 012.531-.868 3.9 3.9 0 011.488.415 11.861 11.861 0 012.284 1.411z\"\n data-name=\"Path 767\"\n opacity={0.1}\n transform=\"translate(-526.232 -171.685)\"\n />\n <g\n id=\"Group_246\"\n data-name=\"Group 246\"\n transform=\"translate(55.236 39.546)\"\n >\n <g id=\"Group_236\" data-name=\"Group 236\" opacity={0.45}>\n <path\n id=\"Path_768\"\n fill=\"#67373f\"\n d=\"M648.684 196.479h-.167l-.033-3.144c.053 0 .109.009.167.015z\"\n data-name=\"Path 768\"\n transform=\"translate(-648.484 -193.337)\"\n />\n </g>\n <g\n id=\"Group_237\"\n data-name=\"Group 237\"\n opacity={0.45}\n transform=\"translate(1.121 .182)\"\n >\n <path\n id=\"Path_769\"\n fill=\"#67373f\"\n d=\"M654.736 194.321l-.2 2.864c-.058 0-.113.009-.167.011l.2-2.9z\"\n data-name=\"Path 769\"\n transform=\"translate(-654.367 -194.292)\"\n />\n </g>\n <g\n id=\"Group_238\"\n data-name=\"Group 238\"\n opacity={0.45}\n transform=\"translate(2.265 .442)\"\n >\n <path\n id=\"Path_770\"\n fill=\"#67373f\"\n d=\"M660.881 195.693l-.346 2.547h-.169l.351-2.589c.053.017.109.031.164.042z\"\n data-name=\"Path 770\"\n transform=\"translate(-660.366 -195.655)\"\n />\n </g>\n <g\n id=\"Group_239\"\n data-name=\"Group 239\"\n opacity={0.45}\n transform=\"translate(3.397 .737)\"\n >\n <path\n id=\"Path_771\"\n fill=\"#67373f\"\n d=\"M666.869 197.248l-.393 2.247h-.169l.4-2.287c.053.009.109.025.162.04z\"\n data-name=\"Path 771\"\n transform=\"translate(-666.307 -197.204)\"\n />\n </g>\n <g\n id=\"Group_240\"\n data-name=\"Group 240\"\n opacity={0.45}\n transform=\"translate(4.51 1.061)\"\n >\n <path\n id=\"Path_772\"\n fill=\"#67373f\"\n d=\"M672.687 198.954l-.375 1.974a.041.041 0 00-.016 0l-.153-.011.384-2.01z\"\n data-name=\"Path 772\"\n transform=\"translate(-672.143 -198.905)\"\n />\n </g>\n <g\n id=\"Group_241\"\n data-name=\"Group 241\"\n opacity={0.45}\n transform=\"translate(5.525 1.401)\"\n >\n <path\n id=\"Path_773\"\n fill=\"#67373f\"\n d=\"M678.02 200.74l-.386 1.725c-.055 0-.111-.011-.166-.018l.4-1.761z\"\n data-name=\"Path 773\"\n transform=\"translate(-677.467 -200.687)\"\n />\n </g>\n <g\n id=\"Group_242\"\n data-name=\"Group 242\"\n opacity={0.45}\n transform=\"translate(6.602 1.779)\"\n >\n <path\n id=\"Path_774\"\n fill=\"#67373f\"\n d=\"M683.658 202.726l-.375 1.49-.167-.024.384-1.523z\"\n data-name=\"Path 774\"\n transform=\"translate(-683.116 -202.668)\"\n />\n </g>\n <g\n id=\"Group_243\"\n data-name=\"Group 243\"\n opacity={0.45}\n transform=\"translate(7.552 2.123)\"\n >\n <path\n id=\"Path_775\"\n fill=\"#67373f\"\n d=\"M688.615 204.535l-.349 1.308a3.974 3.974 0 00-.164-.031l.355-1.339c.054.027.107.042.158.062z\"\n data-name=\"Path 775\"\n transform=\"translate(-688.102 -204.473)\"\n />\n </g>\n <g\n id=\"Group_244\"\n data-name=\"Group 244\"\n opacity={0.45}\n transform=\"translate(8.4 2.445)\"\n >\n <path\n id=\"Path_776\"\n fill=\"#67373f\"\n d=\"M693.041 206.224l-.324 1.157-.164-.036.333-1.184c.052.021.106.039.155.063z\"\n data-name=\"Path 776\"\n transform=\"translate(-692.552 -206.162)\"\n />\n </g>\n <g\n id=\"Group_245\"\n data-name=\"Group 245\"\n opacity={0.45}\n transform=\"translate(9.271 2.778)\"\n >\n <path\n id=\"Path_777\"\n fill=\"#67373f\"\n d=\"M697.567 207.977l-.286 1.017c-.051-.013-.107-.024-.162-.04l.291-1.044z\"\n data-name=\"Path 777\"\n transform=\"translate(-697.118 -207.91)\"\n />\n </g>\n </g>\n <g\n id=\"Group_257\"\n data-name=\"Group 257\"\n transform=\"translate(38.254 39.606)\"\n >\n <g\n id=\"Group_247\"\n data-name=\"Group 247\"\n opacity={0.45}\n transform=\"translate(10.405)\"\n >\n <path\n id=\"Path_778\"\n fill=\"#67373f\"\n d=\"M614.332 196.851c-.053 0-.109.007-.166.009l-.184-3.189c.055-.009.111-.013.166-.02z\"\n data-name=\"Path 778\"\n transform=\"translate(-613.981 -193.651)\"\n />\n </g>\n <g\n id=\"Group_248\"\n data-name=\"Group 248\"\n opacity={0.45}\n transform=\"translate(8.929 .218)\"\n >\n <path\n id=\"Path_779\"\n fill=\"#67373f\"\n d=\"M606.838 197.831c-.053 0-.109 0-.167.007l-.437-3.013c.055-.011.111-.022.167-.031z\"\n data-name=\"Path 779\"\n transform=\"translate(-606.234 -194.793)\"\n />\n </g>\n <g\n id=\"Group_249\"\n data-name=\"Group 249\"\n opacity={0.45}\n transform=\"translate(7.49 .535)\"\n >\n <path\n id=\"Path_780\"\n fill=\"#67373f\"\n d=\"M599.452 199.257l-.169.013-.6-2.769c.055-.015.109-.029.164-.042z\"\n data-name=\"Path 780\"\n transform=\"translate(-598.686 -196.459)\"\n />\n </g>\n <g\n id=\"Group_250\"\n data-name=\"Group 250\"\n opacity={0.45}\n transform=\"translate(6.182 .911)\"\n >\n <path\n id=\"Path_781\"\n fill=\"#67373f\"\n d=\"M592.638 200.97l-.167.02-.646-2.509c.053-.02.107-.035.16-.053z\"\n data-name=\"Path 781\"\n transform=\"translate(-591.825 -198.428)\"\n />\n </g>\n <g\n id=\"Group_251\"\n data-name=\"Group 251\"\n opacity={0.45}\n transform=\"translate(4.976 1.33)\"\n >\n <path\n id=\"Path_782\"\n fill=\"#67373f\"\n d=\"M586.283 202.912l-.166.027-.617-2.249.156-.06z\"\n data-name=\"Path 782\"\n transform=\"translate(-585.499 -200.629)\"\n />\n </g>\n <g\n id=\"Group_252\"\n data-name=\"Group 252\"\n opacity={0.45}\n transform=\"translate(3.857 1.783)\"\n >\n <path\n id=\"Path_783\"\n fill=\"#67373f\"\n d=\"M580.41 205.022c-.056.009-.111.02-.167.031l-.615-1.981.156-.067z\"\n data-name=\"Path 783\"\n transform=\"translate(-579.628 -203.006)\"\n />\n </g>\n <g\n id=\"Group_253\"\n data-name=\"Group 253\"\n opacity={0.45}\n transform=\"translate(2.705 2.316)\"\n >\n <path\n id=\"Path_784\"\n fill=\"#67373f\"\n d=\"M574.327 207.526l-.162.038-.582-1.69c.049-.027.1-.051.149-.073z\"\n data-name=\"Path 784\"\n transform=\"translate(-573.583 -205.801)\"\n />\n </g>\n <g\n id=\"Group_254\"\n data-name=\"Group 254\"\n opacity={0.45}\n transform=\"translate(1.723 2.82)\"\n >\n <path\n id=\"Path_785\"\n fill=\"#67373f\"\n d=\"M569.111 209.917a8.005 8.005 0 01-.164.042l-.513-1.434.149-.08z\"\n data-name=\"Path 785\"\n transform=\"translate(-568.434 -208.445)\"\n />\n </g>\n <g\n id=\"Group_255\"\n data-name=\"Group 255\"\n opacity={0.45}\n transform=\"translate(.859 3.313)\"\n >\n <path\n id=\"Path_786\"\n fill=\"#67373f\"\n d=\"M564.508 212.264l-.16.046-.446-1.192.144-.087z\"\n data-name=\"Path 786\"\n transform=\"translate(-563.902 -211.032)\"\n />\n </g>\n <g\n id=\"Group_256\"\n data-name=\"Group 256\"\n opacity={0.45}\n transform=\"translate(0 3.851)\"\n >\n <path\n id=\"Path_787\"\n fill=\"#67373f\"\n d=\"M559.9 214.83l-.16.049-.351-.933c.044-.031.093-.062.144-.1z\"\n data-name=\"Path 787\"\n transform=\"translate(-559.394 -213.851)\"\n />\n </g>\n </g>\n <path\n id=\"Path_788\"\n fill=\"#67373f\"\n d=\"M569.082 196.49a1.758 1.758 0 01-.779.124c-.053 0-.109.007-.166.009-.289.013-.642.024-1.057.047a37.211 37.211 0 00-1.277.078l-.169.013c-.34.029-.7.062-1.092.107l-.167.02q-.486.057-1.021.133l-.047.007-.166.027c-.329.049-.646.1-.955.16-.056.009-.111.02-.167.031-.357.067-.7.138-1.024.211l-.162.038a35.86 35.86 0 00-1.821.466l-.16.047c-.3.087-.571.169-.8.238l-.16.049a3.17 3.17 0 01-.675.182.375.375 0 01-.111-.173 52.658 52.658 0 015.074-1.625c1.721-.375 5.42-1.013 5.513-1.3a7.049 7.049 0 00-.5-1.836c.251-.04.5-.075.757-.1.055-.009.111-.013.166-.02.2-.022.391-.04.589-.055.27-.031.641 2.892.377 3.122z\"\n data-name=\"Path 788\"\n opacity={0.4}\n transform=\"translate(-519.293 -153.809)\"\n />\n <path\n id=\"Path_789\"\n fill=\"#67373f\"\n d=\"M655.1 202.749a6.64 6.64 0 01-.728-.158c-.051-.013-.107-.024-.162-.04-.206-.047-.442-.1-.706-.158l-.164-.036a28.828 28.828 0 00-.848-.166 29.999 29.999 0 00-.784-.135l-.167-.024a30.748 30.748 0 00-.91-.122c-.055 0-.111-.011-.166-.018a19.658 19.658 0 00-.846-.078.04.04 0 00-.016 0l-.153-.011a21.609 21.609 0 00-.943-.042h-.169c-.34-.007-.662 0-.964 0h-.169c-.355.011-.682.029-.977.044-.058 0-.113.009-.167.011-.36.022-.668.044-.921.055h-.167a1.039 1.039 0 01-.591-.089A3.706 3.706 0 01644.1 200a7.874 7.874 0 00.26.837c.056.058 2.645.164 4.461.2s5.087.964 5.145.837a1.827 1.827 0 000-.58l.531.213.158.067a4.741 4.741 0 01.52.238c.096.088.107.924-.075.937z\"\n data-name=\"Path 789\"\n opacity={0.4}\n transform=\"translate(-589.703 -159.184)\"\n />\n <path\n id=\"Path_797\"\n fill=\"#ac4751\"\n d=\"M556.957 158.866a.135.135 0 010 .021.031.031 0 000 .008l-.006.043a235.132 235.132 0 01-.492 3.207c-2.34-.643-9.26-2.008-11.545-2.5-1.939-.417-6.429 0-7.9.141-1.209.118-11.188 1.467-13.609 2.128l-.017-.079v-.008c-.2-.888-.4-1.7-.579-2.3a4.015 4.015 0 00-.385-.987l-.006-.008-.042-.006a.339.339 0 01-.04 0 .227.227 0 00-.036 0 .833.833 0 00-.083-.01.017.017 0 01-.01 0l-.149-.017-.119-.011c-.025 0-.049-.006-.073-.008h-.006l-.121-.011h-.017l-.119-.011-.091-.008c-.125-.338-.27-.738-.43-1.177-.121-.328-.247-.679-.377-1.042-.042-.115-.085-.23-.126-.349l-.262-.721c-.011-.036-.025-.072-.038-.107l.141-.07.621-.307 4.783-2.37 19.669-9.748 8.071 5.634 2.455 1.713.872.609c.2 1.338.366 2.83.489 3.734.021.147.038.275.057.387.019.134.04.24.057.315a16.579 16.579 0 01-.537 3.915z\"\n data-name=\"Path 797\"\n opacity={0.2}\n transform=\"translate(-489.481 -112.687)\"\n />\n <path\n id=\"Path_798\"\n fill=\"#583536\"\n d=\"M529.611 226.187l.149.017a2.857 2.857 0 01-.149-.017z\"\n data-name=\"Path 798\"\n opacity={0.4}\n transform=\"translate(-497.035 -180.379)\"\n />\n <path\n id=\"Path_799\"\n fill=\"#fe876e\"\n d=\"M649.161 146.585s-2.747-.21-5.419-.451a44.633 44.633 0 01-4.956-.6 1.931 1.931 0 00-.181-.064c-.636-.21-1.789-.5-2.672-.84a2.8 2.8 0 01-1.111-.64 4.1 4.1 0 01-.421-.692c-.055-.1-.109-.213-.168-.327-.228-.46-.485-.993-.783-1.477a.021.021 0 00-.01-.013 21.354 21.354 0 01-2.213-4 .57.57 0 01.017-.4 1.322 1.322 0 01.27-.311 3.558 3.558 0 01.687-.462c1.319-.7 3.553-1.14 4.673-.19a32.051 32.051 0 013.3 4.2z\"\n data-name=\"Path 799\"\n transform=\"translate(-579.258 -107.035)\"\n />\n <path\n id=\"Path_800\"\n fill=\"#ffcfba\"\n d=\"M635 148.886c-.062.351-1.348.848-1.348.848s-.033-.051-.093-.138a.046.046 0 00-.009-.013 21.368 21.368 0 01-2.214-4 7.133 7.133 0 012.218.229 9.01 9.01 0 011.446 3.074z\"\n data-name=\"Path 800\"\n opacity={0.65}\n transform=\"translate(-579.37 -115.137)\"\n />\n <path\n id=\"Path_801\"\n fill=\"#ef5855\"\n d=\"M650.489 146.587s-9.59-.728-10.374-1.048a2.599 2.599 0 00-.182-.064c1.377-.1 6.562-.333 6.562-.457a31.526 31.526 0 00-3.476-2.6c-.362-.138-2.507-.678-2.685-.789a7.67 7.67 0 00-.591-1.457c-.794-1.3-2.209-2.976-2.979-3.274a11.619 11.619 0 00-3.924-.131c1.021-.915 4.01-1.8 5.367-.655a32.124 32.124 0 013.3 4.2z\"\n data-name=\"Path 801\"\n opacity={0.7}\n transform=\"translate(-580.586 -107.037)\"\n />\n <path\n id=\"Path_802\"\n fill=\"#ef5855\"\n d=\"M649.518 177.115a2.791 2.791 0 01-1.11-.64 3.975 3.975 0 01-.422-.693 5.472 5.472 0 001.037.111c.406-.018 1.072-.24 1.148-.184s-.846.389-.793.5a12.163 12.163 0 001.106.813c.107.091-.908.093-.966.093z\"\n data-name=\"Path 802\"\n opacity={0.5}\n transform=\"translate(-592.843 -139.516)\"\n />\n <path\n id=\"Path_803\"\n fill=\"#ffebc6\"\n d=\"M634.231 149.385c-.229-.462-.486-.993-.784-1.479a.044.044 0 00-.009-.013 21.364 21.364 0 01-2.214-4 .564.564 0 01.018-.4 5.865 5.865 0 00.99 2.032 15.143 15.143 0 011.999 3.86z\"\n data-name=\"Path 803\"\n opacity={0.9}\n transform=\"translate(-579.257 -113.447)\"\n />\n </svg>\n);\n\nexport default IconLoginOnly;\n","import React from 'react';\n\nconst IconEmptyData = () => (\n <svg\n id=\"design-dev-circular-icon\"\n width={100}\n height={100}\n viewBox=\"0 0 100 100\"\n >\n <defs>\n <clipPath id=\"clip-path\">\n <circle\n id=\"Ellipse_40\"\n cx={39.875}\n cy={39.875}\n r={39.875}\n fill=\"none\"\n data-name=\"Ellipse 40\"\n />\n </clipPath>\n </defs>\n <path\n id=\"Rectangle_5\"\n fill=\"none\"\n d=\"M0 0H100V100H0z\"\n data-name=\"Rectangle 5\"\n />\n <g\n id=\"Group_728\"\n data-name=\"Group 728\"\n transform=\"translate(-47.5 -359.762) translate(57.5 369.762)\"\n >\n <circle\n id=\"Ellipse_39\"\n cx={39.875}\n cy={39.875}\n r={39.875}\n fill=\"#f2f2f2\"\n data-name=\"Ellipse 39\"\n />\n <g id=\"Group_727\" data-name=\"Group 727\">\n <g\n id=\"Group_679\"\n data-name=\"Group 679\"\n transform=\"translate(5.713 10.302)\"\n >\n <path\n id=\"Path_834\"\n fill=\"#f2f2f2\"\n d=\"M83.823 407.86l-7.68-2.337 7.68-2.338z\"\n data-name=\"Path 834\"\n transform=\"translate(-76.143 -403.185)\"\n />\n <path\n id=\"Path_835\"\n fill=\"#cccbca\"\n d=\"M76.143 410.815l7.68 2.337v-1.47z\"\n data-name=\"Path 835\"\n transform=\"translate(-76.143 -408.477)\"\n />\n <path\n id=\"Rectangle_51\"\n fill=\"#474f59\"\n d=\"M0 0H58.31V4.675H0z\"\n data-name=\"Rectangle 51\"\n transform=\"translate(7.68)\"\n />\n <path\n id=\"Rectangle_52\"\n fill=\"#232e38\"\n d=\"M0 0H58.31V1.47H0z\"\n data-name=\"Rectangle 52\"\n transform=\"translate(7.68 3.205)\"\n />\n <path\n id=\"Path_836\"\n fill=\"#353f49\"\n d=\"M79.149 409.648l-3.006-.914 3.006-.919z\"\n data-name=\"Path 836\"\n transform=\"translate(-76.143 -406.396)\"\n />\n <path\n id=\"Path_837\"\n fill=\"#232e38\"\n d=\"M79.149 411.728l-3.006-.914 3.006.339z\"\n data-name=\"Path 837\"\n transform=\"translate(-76.143 -408.477)\"\n />\n <path\n id=\"Rectangle_53\"\n fill=\"#f2f2f2\"\n d=\"M0 0H2.713V4.675H0z\"\n data-name=\"Rectangle 53\"\n transform=\"translate(65.99)\"\n />\n <path\n id=\"Rectangle_54\"\n fill=\"#cccbca\"\n d=\"M0 0H2.713V1.47H0z\"\n data-name=\"Rectangle 54\"\n transform=\"translate(65.99 3.205)\"\n />\n <path\n id=\"Path_838\"\n fill=\"#f68360\"\n d=\"M303.26 407.86a2.337 2.337 0 002.338-2.338 2.337 2.337 0 00-2.338-2.338h-2.921v4.675z\"\n data-name=\"Path 838\"\n transform=\"translate(-231.636 -403.185)\"\n />\n <path\n id=\"Path_839\"\n fill=\"#ed6d47\"\n d=\"M304.914 404.162a2.319 2.319 0 00-.914-.555 2.328 2.328 0 01-2.208 3.076h-1.452v1.47h2.921a2.338 2.338 0 001.653-3.991z\"\n data-name=\"Path 839\"\n transform=\"translate(-231.636 -403.478)\"\n />\n </g>\n <g\n id=\"Group_683\"\n data-name=\"Group 683\"\n transform=\"translate(57.594 .133)\"\n >\n <path\n id=\"Rectangle_55\"\n fill=\"#91d3d9\"\n d=\"M0 0H9.255V63.991H0z\"\n data-name=\"Rectangle 55\"\n />\n <g\n id=\"Group_682\"\n fill=\"#fff\"\n data-name=\"Group 682\"\n transform=\"translate(0 1.903)\"\n >\n <g\n id=\"Group_680\"\n data-name=\"Group 680\"\n transform=\"translate(0 2.133)\"\n >\n <path\n id=\"Rectangle_56\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 56\"\n transform=\"translate(0 57.593)\"\n />\n <path\n id=\"Rectangle_57\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 57\"\n transform=\"translate(0 53.327)\"\n />\n <path\n id=\"Rectangle_58\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 58\"\n transform=\"translate(0 49.06)\"\n />\n <path\n id=\"Rectangle_59\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 59\"\n transform=\"translate(0 44.795)\"\n />\n <path\n id=\"Rectangle_60\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 60\"\n transform=\"translate(0 40.529)\"\n />\n <path\n id=\"Rectangle_61\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 61\"\n transform=\"translate(0 36.262)\"\n />\n <path\n id=\"Rectangle_62\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 62\"\n transform=\"translate(0 31.996)\"\n />\n <path\n id=\"Rectangle_63\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 63\"\n transform=\"translate(0 27.73)\"\n />\n <path\n id=\"Rectangle_64\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 64\"\n transform=\"translate(0 23.464)\"\n />\n <path\n id=\"Rectangle_65\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 65\"\n transform=\"translate(0 19.198)\"\n />\n <path\n id=\"Rectangle_66\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 66\"\n transform=\"translate(0 14.932)\"\n />\n <path\n id=\"Rectangle_67\"\n d=\"M0 0H1.22V0.46H0z\"\n data-name=\"Rectangle 67\"\n transform=\"translate(0 8.533)\"\n />\n <path\n id=\"Rectangle_68\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 68\"\n transform=\"translate(0 4.267)\"\n />\n <path\n id=\"Rectangle_69\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 69\"\n />\n </g>\n <g id=\"Group_681\" data-name=\"Group 681\">\n <path\n id=\"Rectangle_70\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 70\"\n transform=\"translate(0 57.592)\"\n />\n <path\n id=\"Rectangle_71\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 71\"\n transform=\"translate(0 53.326)\"\n />\n <path\n id=\"Rectangle_72\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 72\"\n transform=\"translate(0 49.06)\"\n />\n <path\n id=\"Rectangle_73\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 73\"\n transform=\"translate(0 44.794)\"\n />\n <path\n id=\"Rectangle_74\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 74\"\n transform=\"translate(0 40.528)\"\n />\n <path\n id=\"Rectangle_75\"\n d=\"M0 0H1.286V0.46H0z\"\n data-name=\"Rectangle 75\"\n transform=\"translate(0 36.262)\"\n />\n <path\n id=\"Rectangle_76\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 76\"\n transform=\"translate(0 31.996)\"\n />\n <path\n id=\"Rectangle_77\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 77\"\n transform=\"translate(0 27.729)\"\n />\n <path\n id=\"Rectangle_78\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 78\"\n transform=\"translate(0 23.463)\"\n />\n <path\n id=\"Rectangle_79\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 79\"\n transform=\"translate(0 19.198)\"\n />\n <path\n id=\"Rectangle_80\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 80\"\n transform=\"translate(0 14.931)\"\n />\n <path\n id=\"Rectangle_81\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 81\"\n transform=\"translate(0 12.798)\"\n />\n <path\n id=\"Rectangle_82\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 82\"\n transform=\"translate(0 8.532)\"\n />\n <path\n id=\"Rectangle_83\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 83\"\n transform=\"translate(0 4.266)\"\n />\n <path\n id=\"Rectangle_84\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 84\"\n />\n </g>\n </g>\n </g>\n <g\n id=\"Group_686\"\n data-name=\"Group 686\"\n transform=\"translate(34.474 42.969)\"\n >\n <g id=\"Group_685\" data-name=\"Group 685\">\n <g id=\"Group_684\" fill=\"#ff9978\" data-name=\"Group 684\">\n <path\n id=\"Path_840\"\n d=\"M198.944 509.786h-1.432l-.418 2.082h2.267z\"\n data-name=\"Path 840\"\n transform=\"translate(-188.792 -509.786)\"\n />\n <path\n id=\"Path_841\"\n d=\"M184.614 512.742l-1.24.716.679 2.013 1.964-1.134z\"\n data-name=\"Path 841\"\n transform=\"translate(-179.275 -511.836)\"\n />\n <path\n id=\"Path_842\"\n d=\"M173.674 523.158l-.715 1.24 1.6 1.4 1.133-1.963z\"\n data-name=\"Path 842\"\n transform=\"translate(-172.052 -519.06)\"\n />\n <path\n id=\"Path_843\"\n d=\"M170 537.3v1.431l2.083.418v-2.269z\"\n data-name=\"Path 843\"\n transform=\"translate(-169.998 -528.577)\"\n />\n <path\n id=\"Path_844\"\n d=\"M172.959 550.776l.716 1.24 2.012-.681-1.133-1.963z\"\n data-name=\"Path 844\"\n transform=\"translate(-172.052 -537.242)\"\n />\n <path\n id=\"Path_845\"\n d=\"M183.374 561.523l1.24.716 1.4-1.6-1.963-1.133z\"\n data-name=\"Path 845\"\n transform=\"translate(-179.275 -544.273)\"\n />\n <path\n id=\"Path_846\"\n d=\"M197.515 566.658h1.431l.418-2.082H197.1z\"\n data-name=\"Path 846\"\n transform=\"translate(-188.793 -547.786)\"\n />\n <path\n id=\"Path_847\"\n d=\"M210.993 562.239l1.239-.716-.68-2.013-1.963 1.133z\"\n data-name=\"Path 847\"\n transform=\"translate(-197.457 -544.273)\"\n />\n <path\n id=\"Path_848\"\n d=\"M221.739 552.017l.715-1.24-1.6-1.4-1.133 1.963z\"\n data-name=\"Path 848\"\n transform=\"translate(-204.487 -537.242)\"\n />\n <path\n id=\"Path_849\"\n d=\"M226.874 538.729V537.3l-2.083-.418v2.267z\"\n data-name=\"Path 849\"\n transform=\"translate(-208 -528.577)\"\n />\n <path\n id=\"Path_850\"\n d=\"M222.454 524.4l-.715-1.24-2.013.68 1.133 1.963z\"\n data-name=\"Path 850\"\n transform=\"translate(-204.487 -519.06)\"\n />\n <path\n id=\"Path_851\"\n d=\"M212.232 513.46l-1.24-.715-1.4 1.595 1.963 1.133z\"\n data-name=\"Path 851\"\n transform=\"translate(-197.457 -511.838)\"\n />\n </g>\n </g>\n <path\n id=\"Path_852\"\n fill=\"#f68360\"\n d=\"M183.955 516.3a7.439 7.439 0 107.439 7.439 7.439 7.439 0 00-7.439-7.439zm0 9.5a2.061 2.061 0 112.061-2.06 2.063 2.063 0 01-2.061 2.06z\"\n data-name=\"Path 852\"\n transform=\"translate(-174.518 -514.306)\"\n />\n <path\n id=\"Path_853\"\n fill=\"#232e38\"\n d=\"M192.712 528.925a3.571 3.571 0 103.571 3.571 3.57 3.57 0 00-3.571-3.571zm0 5.357a1.785 1.785 0 111.788-1.782 1.787 1.787 0 01-1.788 1.782z\"\n data-name=\"Path 853\"\n transform=\"translate(-183.275 -523.06)\"\n />\n </g>\n <g id=\"Group_690\" data-name=\"Group 690\">\n <g id=\"Group_689\" clipPath=\"url(#clip-path)\" data-name=\"Group 689\">\n <g\n id=\"Group_688\"\n data-name=\"Group 688\"\n transform=\"translate(46.07 23.393)\"\n >\n <path\n id=\"Rectangle_85\"\n fill=\"#353f49\"\n d=\"M0 0H33.601V43.358H0z\"\n data-name=\"Rectangle 85\"\n transform=\"translate(0 4.116)\"\n />\n <g\n id=\"Group_687\"\n data-name=\"Group 687\"\n transform=\"translate(3.634 7.793)\"\n >\n <path\n id=\"Rectangle_86\"\n fill=\"#abe0e5\"\n d=\"M0 0H6.865V0.681H0z\"\n data-name=\"Rectangle 86\"\n />\n <path\n id=\"Rectangle_87\"\n fill=\"#abe0e5\"\n d=\"M0 0H1.935V0.681H0z\"\n data-name=\"Rectangle 87\"\n transform=\"translate(0 5.226)\"\n />\n <path\n id=\"Rectangle_88\"\n fill=\"#f68360\"\n d=\"M0 0H2.73V0.681H0z\"\n data-name=\"Rectangle 88\"\n transform=\"translate(8.062)\"\n />\n <path\n id=\"Rectangle_89\"\n fill=\"#656a73\"\n d=\"M0 0H6.987V0.681H0z\"\n data-name=\"Rectangle 89\"\n transform=\"translate(2.436 5.226)\"\n />\n <path\n id=\"Rectangle_90\"\n fill=\"#abe0e5\"\n d=\"M0 0H3.079V0.68H0z\"\n data-name=\"Rectangle 90\"\n transform=\"translate(1.935 1.786)\"\n />\n <path\n id=\"Rectangle_91\"\n fill=\"#abe0e5\"\n d=\"M0 0H3.079V0.68H0z\"\n data-name=\"Rectangle 91\"\n transform=\"translate(1.935 10.585)\"\n />\n <path\n id=\"Rectangle_92\"\n fill=\"#e6e5e5\"\n d=\"M0 0H5.015V0.681H0z\"\n data-name=\"Rectangle 92\"\n transform=\"translate(0 21.168)\"\n />\n <path\n id=\"Rectangle_93\"\n fill=\"#abe0e5\"\n d=\"M0 0H1.27V0.681H0z\"\n data-name=\"Rectangle 93\"\n transform=\"translate(1.935 12.372)\"\n />\n <path\n id=\"Rectangle_94\"\n fill=\"#abe0e5\"\n d=\"M0 0H8.043V0.68H0z\"\n data-name=\"Rectangle 94\"\n transform=\"translate(5.742 10.585)\"\n />\n <path\n id=\"Rectangle_95\"\n fill=\"#abe0e5\"\n d=\"M0 0H7.8V0.68H0z\"\n data-name=\"Rectangle 95\"\n transform=\"translate(5.227 15.943)\"\n />\n <path\n id=\"Rectangle_96\"\n fill=\"#abe0e5\"\n d=\"M0 0H2.799V0.681H0z\"\n data-name=\"Rectangle 96\"\n transform=\"translate(3.572 35.323)\"\n />\n <path\n id=\"Rectangle_97\"\n fill=\"#e6e5e5\"\n d=\"M0 0H2.885V0.681H0z\"\n data-name=\"Rectangle 97\"\n transform=\"translate(13.97 22.954)\"\n />\n <path\n id=\"Rectangle_98\"\n fill=\"#e6e5e5\"\n d=\"M0 0H5.435V0.68H0z\"\n data-name=\"Rectangle 98\"\n transform=\"translate(5.825 31.751)\"\n />\n <path\n id=\"Rectangle_99\"\n fill=\"#e6e5e5\"\n d=\"M0 0H6.386V0.681H0z\"\n data-name=\"Rectangle 99\"\n transform=\"translate(7.586 35.323)\"\n />\n <path\n id=\"Rectangle_100\"\n fill=\"#f68360\"\n d=\"M0 0H2.321V0.68H0z\"\n data-name=\"Rectangle 100\"\n transform=\"translate(19.067 26.525)\"\n />\n <path\n id=\"Rectangle_101\"\n fill=\"#f68360\"\n d=\"M0 0H5.791V0.68H0z\"\n data-name=\"Rectangle 101\"\n transform=\"translate(14.437 15.943)\"\n />\n <path\n id=\"Rectangle_102\"\n fill=\"#656a73\"\n d=\"M0 0H5.785V0.68H0z\"\n data-name=\"Rectangle 102\"\n transform=\"translate(14.698 10.585)\"\n />\n <path\n id=\"Rectangle_103\"\n fill=\"#656a73\"\n d=\"M0 0H3.542V0.68H0z\"\n data-name=\"Rectangle 103\"\n transform=\"translate(21.661 10.585)\"\n />\n <path\n id=\"Rectangle_104\"\n fill=\"#656a73\"\n d=\"M0 0H4.594V0.68H0z\"\n data-name=\"Rectangle 104\"\n transform=\"translate(1.935 7.013)\"\n />\n <path\n id=\"Rectangle_105\"\n fill=\"#656a73\"\n d=\"M0 0H6.514V0.681H0z\"\n data-name=\"Rectangle 105\"\n transform=\"translate(1.935 8.799)\"\n />\n <path\n id=\"Rectangle_106\"\n fill=\"#656a73\"\n d=\"M0 0H7.466V0.681H0z\"\n data-name=\"Rectangle 106\"\n transform=\"translate(3.675 12.372)\"\n />\n <path\n id=\"Rectangle_107\"\n fill=\"#e6e5e5\"\n d=\"M0 0H7.465V0.68H0z\"\n data-name=\"Rectangle 107\"\n transform=\"translate(1.935 24.74)\"\n />\n <path\n id=\"Rectangle_108\"\n fill=\"#656a73\"\n d=\"M0 0H8.198V0.68H0z\"\n data-name=\"Rectangle 108\"\n transform=\"translate(1.935 26.525)\"\n />\n <path\n id=\"Rectangle_109\"\n fill=\"#f68360\"\n d=\"M0 0H14.512V0.679H0z\"\n data-name=\"Rectangle 109\"\n transform=\"translate(8.919 33.539)\"\n />\n <path\n id=\"Rectangle_110\"\n fill=\"#656a73\"\n d=\"M0 0H3.179V0.681H0z\"\n data-name=\"Rectangle 110\"\n transform=\"translate(15.917 35.323)\"\n />\n <path\n id=\"Rectangle_111\"\n fill=\"#656a73\"\n d=\"M0 0H7.112V0.68H0z\"\n data-name=\"Rectangle 111\"\n transform=\"translate(11.014 26.525)\"\n />\n <path\n id=\"Rectangle_112\"\n fill=\"#656a73\"\n d=\"M0 0H7.111V0.68H0z\"\n data-name=\"Rectangle 112\"\n transform=\"translate(13.327 31.751)\"\n />\n <path\n id=\"Rectangle_113\"\n fill=\"#abe0e5\"\n d=\"M0 0H2.426V0.68H0z\"\n data-name=\"Rectangle 113\"\n transform=\"translate(3.675 14.157)\"\n />\n <path\n id=\"Rectangle_114\"\n fill=\"#abe0e5\"\n d=\"M0 0H2.639V0.68H0z\"\n data-name=\"Rectangle 114\"\n transform=\"translate(3.675 17.729)\"\n />\n <path\n id=\"Rectangle_115\"\n fill=\"#abe0e5\"\n d=\"M0 0H11.091V0.681H0z\"\n data-name=\"Rectangle 115\"\n transform=\"translate(1.935 22.954)\"\n />\n <path\n id=\"Rectangle_116\"\n fill=\"#abe0e5\"\n d=\"M0 0H4.972V0.68H0z\"\n data-name=\"Rectangle 116\"\n transform=\"translate(0 31.751)\"\n />\n <path\n id=\"Rectangle_117\"\n fill=\"#abe0e5\"\n d=\"M0 0H5.664V0.68H0z\"\n data-name=\"Rectangle 117\"\n transform=\"translate(1.935 33.539)\"\n />\n <path\n id=\"Rectangle_118\"\n fill=\"#e6e5e5\"\n d=\"M0 0H14.575V0.68H0z\"\n data-name=\"Rectangle 118\"\n transform=\"translate(6.865 14.157)\"\n />\n <path\n id=\"Rectangle_119\"\n fill=\"#656a73\"\n d=\"M0 0H4.66V0.681H0z\"\n data-name=\"Rectangle 119\"\n transform=\"translate(3.486 28.311)\"\n />\n <path\n id=\"Rectangle_120\"\n fill=\"#e6e5e5\"\n d=\"M0 0H12.887V0.681H0z\"\n data-name=\"Rectangle 120\"\n transform=\"translate(9.745 28.311)\"\n />\n <path\n id=\"Rectangle_121\"\n fill=\"#f68360\"\n d=\"M0 0H4.913V0.681H0z\"\n data-name=\"Rectangle 121\"\n transform=\"translate(12.678 12.372)\"\n />\n <path\n id=\"Rectangle_122\"\n fill=\"#656a73\"\n d=\"M0 0H6.512V0.681H0z\"\n data-name=\"Rectangle 122\"\n transform=\"translate(9.144 8.799)\"\n />\n <path\n id=\"Rectangle_123\"\n fill=\"#f68360\"\n d=\"M0 0H5.352V0.681H0z\"\n data-name=\"Rectangle 123\"\n transform=\"translate(16.107 8.799)\"\n />\n <path\n id=\"Rectangle_124\"\n fill=\"#e6e5e5\"\n d=\"M0 0H2.899V0.681H0z\"\n data-name=\"Rectangle 124\"\n transform=\"translate(23.433 8.799)\"\n />\n <path\n id=\"Rectangle_125\"\n fill=\"#e6e5e5\"\n d=\"M0 0H7.054V0.68H0z\"\n data-name=\"Rectangle 125\"\n transform=\"translate(8.03 7.013)\"\n />\n <path\n id=\"Rectangle_126\"\n fill=\"#e6e5e5\"\n d=\"M0 0H6.984V0.68H0z\"\n data-name=\"Rectangle 126\"\n transform=\"translate(6.154 1.786)\"\n />\n </g>\n <path\n id=\"Rectangle_127\"\n fill=\"#232e38\"\n d=\"M0 0H33.601V4.116H0z\"\n data-name=\"Rectangle 127\"\n />\n </g>\n </g>\n </g>\n <g\n id=\"Group_692\"\n data-name=\"Group 692\"\n transform=\"translate(5.713 33.126)\"\n >\n <path\n id=\"Path_854\"\n fill=\"#232e38\"\n d=\"M76.143 479.081a1.418 1.418 0 011.414-1.416h23.18a1.419 1.419 0 011.414 1.416v34.913a1.417 1.417 0 01-1.414 1.413h-23.18a1.416 1.416 0 01-1.414-1.413z\"\n data-name=\"Path 854\"\n transform=\"translate(-76.143 -477.665)\"\n />\n <path\n id=\"Rectangle_128\"\n fill=\"#474f59\"\n d=\"M.707 0H3.42a.708.708 0 01.708.708.707.707 0 01-.707.707H.707A.707.707 0 010 .708.707.707 0 01.707 0z\"\n data-name=\"Rectangle 128\"\n transform=\"translate(10.94 34.749)\"\n />\n <path\n id=\"Path_855\"\n fill=\"#474f59\"\n d=\"M117.112 482.861a.648.648 0 010-1.3.648.648 0 110 1.3z\"\n data-name=\"Path 855\"\n transform=\"translate(-104.111 -480.369)\"\n />\n <path\n id=\"Path_856\"\n fill=\"#d9d8d7\"\n d=\"M117.968 483.341a.271.271 0 11.271-.272.271.271 0 01-.271.272z\"\n data-name=\"Path 856\"\n transform=\"translate(-104.965 -481.226)\"\n />\n <path\n id=\"Rectangle_129\"\n fill=\"#fff\"\n d=\"M0 0H23.056V29.485H0z\"\n data-name=\"Rectangle 129\"\n transform=\"translate(1.474 3.687)\"\n />\n <g\n id=\"Group_691\"\n data-name=\"Group 691\"\n transform=\"translate(2.383 8.707)\"\n >\n <path\n id=\"Rectangle_130\"\n fill=\"#f68360\"\n d=\"M0 0H4.605V4.604H0z\"\n data-name=\"Rectangle 130\"\n />\n <path\n id=\"Rectangle_131\"\n fill=\"#abe0e5\"\n d=\"M0 0H4.605V4.604H0z\"\n data-name=\"Rectangle 131\"\n transform=\"translate(5.525)\"\n />\n <path\n id=\"Rectangle_132\"\n fill=\"#ffd680\"\n d=\"M0 0H4.605V4.604H0z\"\n data-name=\"Rectangle 132\"\n transform=\"translate(11.05)\"\n />\n <path\n id=\"Rectangle_133\"\n fill=\"#474f59\"\n d=\"M0 0H4.605V4.604H0z\"\n data-name=\"Rectangle 133\"\n transform=\"translate(16.576)\"\n />\n <path\n id=\"Rectangle_134\"\n fill=\"#ffd680\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 134\"\n transform=\"translate(0 5.524)\"\n />\n <path\n id=\"Rectangle_135\"\n fill=\"#474f59\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 135\"\n transform=\"translate(5.525 5.524)\"\n />\n <path\n id=\"Rectangle_136\"\n fill=\"#abe0e5\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 136\"\n transform=\"translate(11.05 5.524)\"\n />\n <path\n id=\"Rectangle_137\"\n fill=\"#f68360\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 137\"\n transform=\"translate(16.576 5.524)\"\n />\n <path\n id=\"Rectangle_138\"\n fill=\"#f68360\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 138\"\n transform=\"translate(5.525 11.049)\"\n />\n <path\n id=\"Rectangle_139\"\n fill=\"#cccbca\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 139\"\n transform=\"translate(11.05 11.049)\"\n />\n <path\n id=\"Rectangle_140\"\n fill=\"#ffd680\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 140\"\n transform=\"translate(16.576 11.049)\"\n />\n <path\n id=\"Rectangle_141\"\n fill=\"#f68360\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 141\"\n transform=\"translate(0 18.9)\"\n />\n <path\n id=\"Rectangle_142\"\n fill=\"#cccbca\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 142\"\n transform=\"translate(5.525 18.9)\"\n />\n </g>\n <path\n id=\"Rectangle_143\"\n fill=\"#e6e5e5\"\n d=\"M0 0H23.056V4.059H0z\"\n data-name=\"Rectangle 143\"\n transform=\"translate(1.474 3.687)\"\n />\n </g>\n <g\n id=\"Group_704\"\n data-name=\"Group 704\"\n transform=\"translate(22.236 66.298)\"\n >\n <path\n id=\"Rectangle_144\"\n fill=\"#c4edf1\"\n d=\"M0 0H17.602V11.549H0z\"\n data-name=\"Rectangle 144\"\n transform=\"translate(0 1.961)\"\n />\n <path\n id=\"Rectangle_145\"\n fill=\"#f68360\"\n d=\"M0 0H17.602V1.961H0z\"\n data-name=\"Rectangle 145\"\n />\n <g\n id=\"Group_703\"\n data-name=\"Group 703\"\n transform=\"translate(3.267 3.742)\"\n >\n <g\n id=\"Group_693\"\n data-name=\"Group 693\"\n transform=\"translate(2.732 6.024)\"\n >\n <path\n id=\"Rectangle_146\"\n fill=\"#f68360\"\n d=\"M0 0H5.603V1.961H0z\"\n data-name=\"Rectangle 146\"\n />\n <path\n id=\"Rectangle_147\"\n fill=\"#fff\"\n d=\"M0 0H3.03V0.506H0z\"\n data-name=\"Rectangle 147\"\n transform=\"translate(1.287 .728)\"\n />\n </g>\n <g id=\"Group_697\" data-name=\"Group 697\">\n <g\n id=\"Group_695\"\n data-name=\"Group 695\"\n transform=\"translate(9.106)\"\n >\n <path\n id=\"Rectangle_148\"\n fill=\"#91d3d9\"\n d=\"M0 0H1.961V1.962H0z\"\n data-name=\"Rectangle 148\"\n />\n <g\n id=\"Group_694\"\n fill=\"#fff\"\n data-name=\"Group 694\"\n transform=\"translate(.439 .455)\"\n >\n <path\n id=\"Path_857\"\n d=\"M173.27 599.956a.3.3 0 11-.292-.344.322.322 0 01.292.344z\"\n data-name=\"Path 857\"\n transform=\"translate(-172.436 -599.612)\"\n />\n <path\n id=\"Path_858\"\n d=\"M172.568 602.123a.363.363 0 01-.311 0c-.211.038-.368.147-.386.281h1.083c-.018-.134-.175-.243-.386-.281z\"\n data-name=\"Path 858\"\n transform=\"translate(-171.871 -601.354)\"\n />\n </g>\n </g>\n <g id=\"Group_696\" data-name=\"Group 696\">\n <path\n id=\"Rectangle_149\"\n fill=\"#fff\"\n d=\"M0 0H9.106V1.962H0z\"\n data-name=\"Rectangle 149\"\n />\n <path\n id=\"Rectangle_150\"\n fill=\"#cccbca\"\n d=\"M0 0H5.551V0.505H0z\"\n data-name=\"Rectangle 150\"\n transform=\"translate(1.778 .728)\"\n />\n </g>\n </g>\n <g\n id=\"Group_702\"\n data-name=\"Group 702\"\n transform=\"translate(0 2.662)\"\n >\n <g\n id=\"Group_698\"\n data-name=\"Group 698\"\n transform=\"translate(9.106)\"\n >\n <path\n id=\"Rectangle_151\"\n fill=\"#91d3d9\"\n d=\"M0 0H1.961V1.961H0z\"\n data-name=\"Rectangle 151\"\n />\n <path\n id=\"Path_859\"\n fill=\"#fff\"\n d=\"M173.067 608.732v-.162a.272.272 0 00-.544 0v.162h-.1v.617h.746v-.617zm-.087 0h-.37v-.162a.185.185 0 01.37 0z\"\n data-name=\"Path 859\"\n transform=\"translate(-171.815 -607.843)\"\n />\n </g>\n <g id=\"Group_701\" data-name=\"Group 701\">\n <path\n id=\"Rectangle_152\"\n fill=\"#fff\"\n d=\"M0 0H9.106V1.961H0z\"\n data-name=\"Rectangle 152\"\n />\n <g\n id=\"Group_700\"\n data-name=\"Group 700\"\n transform=\"translate(1.778 .728)\"\n >\n <g id=\"Group_699\" fill=\"#474f59\" data-name=\"Group 699\">\n <path\n id=\"Path_860\"\n d=\"M146.777 609.189a.253.253 0 10.252.252.253.253 0 00-.252-.252z\"\n data-name=\"Path 860\"\n transform=\"translate(-146.524 -609.189)\"\n />\n <path\n id=\"Path_861\"\n d=\"M150.07 609.189a.253.253 0 10.253.252.252.252 0 00-.253-.252z\"\n data-name=\"Path 861\"\n transform=\"translate(-148.809 -609.189)\"\n />\n <path\n id=\"Path_862\"\n d=\"M153.361 609.189a.253.253 0 10.253.252.252.252 0 00-.253-.252z\"\n data-name=\"Path 862\"\n transform=\"translate(-151.091 -609.189)\"\n />\n <path\n id=\"Path_863\"\n d=\"M156.655 609.189a.253.253 0 10.253.252.253.253 0 00-.253-.252z\"\n data-name=\"Path 863\"\n transform=\"translate(-153.375 -609.189)\"\n />\n <path\n id=\"Path_864\"\n d=\"M159.949 609.189a.253.253 0 10.252.252.252.252 0 00-.252-.252z\"\n data-name=\"Path 864\"\n transform=\"translate(-155.66 -609.189)\"\n />\n <path\n id=\"Path_865\"\n d=\"M163.242 609.189a.253.253 0 10.253.252.252.252 0 00-.253-.252z\"\n data-name=\"Path 865\"\n transform=\"translate(-157.944 -609.189)\"\n />\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n <g\n id=\"Group_709\"\n data-name=\"Group 709\"\n transform=\"translate(7.023 10.088)\"\n >\n <g\n id=\"Group_706\"\n data-name=\"Group 706\"\n transform=\"translate(0 17.439)\"\n >\n <path\n id=\"Path_866\"\n fill=\"#474f59\"\n d=\"M86.58 467.19a.215.215 0 01-.132-.384l9.17-7.173a1.133 1.133 0 011.258-.093l8.612 4.887a.215.215 0 01-.212.373l-8.611-4.887a.706.706 0 00-.782.058l-9.17 7.173a.214.214 0 01-.133.046z\"\n data-name=\"Path 866\"\n transform=\"translate(-84.543 -459.393)\"\n />\n <g\n id=\"Group_705\"\n data-name=\"Group 705\"\n transform=\"translate(0 4.688)\"\n >\n <path\n id=\"Rectangle_153\"\n fill=\"#f68360\"\n d=\"M0 0H18.8V4.059H0z\"\n data-name=\"Rectangle 153\"\n transform=\"rotate(-7.25 22.994 1.472)\"\n />\n <path\n id=\"Rectangle_154\"\n fill=\"#fff\"\n d=\"M0 0H17.638V2.452H0z\"\n data-name=\"Rectangle 154\"\n transform=\"rotate(-7.19 29.068 -3.583)\"\n />\n <path\n id=\"Rectangle_155\"\n fill=\"#cccbca\"\n d=\"M0 0H5.181V0.509H0z\"\n data-name=\"Rectangle 155\"\n transform=\"rotate(-7.19 36.382 -10.761)\"\n />\n <path\n id=\"Rectangle_156\"\n fill=\"#f68360\"\n d=\"M0 0H4.256V4.059H0z\"\n data-name=\"Rectangle 156\"\n transform=\"rotate(-7.25 13.758 -148.343)\"\n />\n <path\n id=\"Path_867\"\n fill=\"#fff\"\n d=\"M147.62 480.432l-.493-.382a.059.059 0 00-.045-.013.06.06 0 00-.041.023l-.017.022-.14-.109a.792.792 0 10-.106.137l.14.108-.017.022a.059.059 0 00-.013.045.061.061 0 00.023.041l.493.382a.176.176 0 00.246-.031.175.175 0 00-.031-.246zm-1.33-.221a.658.658 0 11.57-.735.658.658 0 01-.57.735z\"\n data-name=\"Path 867\"\n transform=\"translate(-125.497 -477.517)\"\n />\n </g>\n </g>\n <g id=\"Group_708\" data-name=\"Group 708\" transform=\"translate(9.01)\">\n <g\n id=\"Group_707\"\n data-name=\"Group 707\"\n transform=\"translate(0 10.872)\"\n >\n <path\n id=\"Path_868\"\n fill=\"#ffb959\"\n d=\"M112.5 448.712a2.685 2.685 0 01-2.681-2.681.383.383 0 11.766 0 1.915 1.915 0 101.915-1.916.383.383 0 01-.383-.383v-1.086a.383.383 0 11.766 0v.731a2.682 2.682 0 01-.383 5.336z\"\n data-name=\"Path 868\"\n transform=\"translate(-109.822 -440.945)\"\n />\n <path\n id=\"Path_869\"\n fill=\"#232e38\"\n d=\"M116.215 440.047a1.042 1.042 0 111.042-1.047 1.043 1.043 0 01-1.042 1.047zm0-1.318a.276.276 0 10.276.275.276.276 0 00-.276-.275z\"\n data-name=\"Path 869\"\n transform=\"translate(-113.533 -437.963)\"\n />\n </g>\n <path\n id=\"Path_870\"\n fill=\"#656a73\"\n d=\"M118.087 414.613a.215.215 0 01-.215-.215V402.7a.215.215 0 11.429 0v11.7a.215.215 0 01-.214.213z\"\n data-name=\"Path 870\"\n transform=\"translate(-115.405 -402.485)\"\n />\n </g>\n <path\n id=\"Path_871\"\n fill=\"#474f59\"\n d=\"M115.484 460.51a.7.7 0 00-.352.144l-.579.453a2.5 2.5 0 01-.432-.205l.668-.524a1.873 1.873 0 00.695.132z\"\n data-name=\"Path 871\"\n transform=\"translate(-103.793 -442.637)\"\n />\n </g>\n <g\n id=\"Group_723\"\n data-name=\"Group 723\"\n transform=\"translate(58.574 57.712)\"\n >\n <g id=\"Group_711\" data-name=\"Group 711\">\n <path\n id=\"Rectangle_157\"\n fill=\"#f68360\"\n d=\"M0 0H21.049V13.156H0z\"\n data-name=\"Rectangle 157\"\n />\n <g\n id=\"Group_710\"\n fill=\"#fff\"\n data-name=\"Group 710\"\n transform=\"translate(7.459 3.512)\"\n >\n <path\n id=\"Path_872\"\n d=\"M276.051 575.487a3.065 3.065 0 113.065-3.066 3.069 3.069 0 01-3.065 3.066zm0-5.933a2.868 2.868 0 102.868 2.867 2.871 2.871 0 00-2.868-2.867z\"\n data-name=\"Path 872\"\n transform=\"translate(-272.986 -569.356)\"\n />\n <path\n id=\"Path_873\"\n d=\"M281.128 576.138l1.71.987-1.71.988z\"\n data-name=\"Path 873\"\n transform=\"translate(-278.633 -574.06)\"\n />\n </g>\n </g>\n <g\n id=\"Group_722\"\n data-name=\"Group 722\"\n transform=\"translate(0 13.156)\"\n >\n <path\n id=\"Rectangle_158\"\n fill=\"#353f49\"\n d=\"M0 0H21.049V3.947H0z\"\n data-name=\"Rectangle 158\"\n />\n <g\n id=\"Group_721\"\n data-name=\"Group 721\"\n transform=\"translate(1.161 1.284)\"\n >\n <g\n id=\"Group_715\"\n data-name=\"Group 715\"\n transform=\"translate(2.301 .41)\"\n >\n <g id=\"Group_714\" fill=\"#cccbca\" data-name=\"Group 714\">\n <g\n id=\"Group_712\"\n data-name=\"Group 712\"\n transform=\"translate(12.148)\"\n >\n <path\n id=\"Path_874\"\n d=\"M299.585 606.632c0-.133.059-.279.207-.279s.207.147.207.279-.059.28-.207.28-.207-.148-.207-.28zm.346 0c0-.108-.035-.219-.138-.219s-.138.111-.138.219.035.22.138.22.138-.111.138-.22z\"\n data-name=\"Path 874\"\n transform=\"translate(-299.585 -606.353)\"\n />\n <path\n id=\"Path_875\"\n d=\"M301.151 606.823l.039-.042a.19.19 0 00.151.071c.079 0 .126-.04.126-.1s-.055-.1-.135-.1h-.056v-.062h.056c.068 0 .126-.027.126-.089s-.055-.093-.121-.093a.179.179 0 00-.143.066l-.037-.043a.232.232 0 01.186-.084c.1 0 .183.052.183.143a.131.131 0 01-.116.126.138.138 0 01.125.134c0 .091-.073.156-.193.156a.228.228 0 01-.191-.083z\"\n data-name=\"Path 875\"\n transform=\"translate(-300.671 -606.353)\"\n />\n <path\n id=\"Path_876\"\n d=\"M302.711 606.894a.045.045 0 01.089 0 .045.045 0 01-.089 0zm0 .316a.045.045 0 01.089 0 .045.045 0 11-.089 0z\"\n data-name=\"Path 876\"\n transform=\"translate(-301.753 -606.697)\"\n />\n <path\n id=\"Path_877\"\n d=\"M303.491 606.922v-.137h-.258v-.056l.233-.348h.092v.346h.077v.059h-.077v.137zm0-.479l-.191.283h.191z\"\n data-name=\"Path 877\"\n transform=\"translate(-302.115 -606.372)\"\n />\n <path\n id=\"Path_878\"\n d=\"M304.766 606.766a.16.16 0 01.129-.142.143.143 0 01-.12-.13c0-.1.095-.14.185-.14s.186.043.186.14a.143.143 0 01-.121.13.161.161 0 01.129.142c0 .092-.088.147-.195.147s-.193-.055-.193-.147zm.32-.007c0-.071-.093-.1-.126-.1s-.126.033-.126.1.058.095.126.095.126-.037.126-.096zm-.008-.256c0-.056-.053-.089-.118-.089s-.117.033-.117.089.085.087.117.094.118-.029.118-.097z\"\n data-name=\"Path 878\"\n transform=\"translate(-303.178 -606.353)\"\n />\n </g>\n <g id=\"Group_713\" data-name=\"Group 713\">\n <path\n id=\"Path_879\"\n d=\"M259.943 606.632c0-.133.059-.279.207-.279s.207.146.207.279-.059.28-.207.28-.207-.148-.207-.28zm.345 0c0-.108-.035-.219-.138-.219s-.138.111-.138.219.036.22.138.22.138-.111.138-.22z\"\n data-name=\"Path 879\"\n transform=\"translate(-259.943 -606.353)\"\n />\n <path\n id=\"Path_880\"\n d=\"M261.615 606.922v-.453l-.087.092-.041-.041.136-.139h.059v.542z\"\n data-name=\"Path 880\"\n transform=\"translate(-261.014 -606.372)\"\n />\n <path\n id=\"Path_881\"\n d=\"M262.49 606.894a.045.045 0 01.089 0 .045.045 0 01-.089 0zm0 .316a.045.045 0 01.089 0 .045.045 0 11-.089 0z\"\n data-name=\"Path 881\"\n transform=\"translate(-261.709 -606.697)\"\n />\n <path\n id=\"Path_882\"\n d=\"M263.112 606.922v-.453l-.087.092-.04-.041.136-.139h.059v.542z\"\n data-name=\"Path 882\"\n transform=\"translate(-262.053 -606.372)\"\n />\n <path\n id=\"Path_883\"\n d=\"M263.982 606.922l.219-.481h-.292v-.06h.37v.046l-.222.5z\"\n data-name=\"Path 883\"\n transform=\"translate(-262.694 -606.372)\"\n />\n </g>\n </g>\n </g>\n <g\n id=\"Group_717\"\n data-name=\"Group 717\"\n transform=\"translate(4.735 .207)\"\n >\n <g\n id=\"Group_716\"\n data-name=\"Group 716\"\n transform=\"translate(0 .31)\"\n >\n <path\n id=\"Path_884\"\n fill=\"#cccbca\"\n d=\"M284.663 606.7h-5.685v.344h5.685a.172.172 0 000-.344z\"\n data-name=\"Path 884\"\n transform=\"translate(-275.578 -606.703)\"\n />\n <path\n id=\"Path_885\"\n fill=\"#91d3d9\"\n d=\"M271.456 606.875a.173.173 0 01-.172.172h-3.227a.173.173 0 01-.172-.172.173.173 0 01.172-.172h3.227a.173.173 0 01.172.172z\"\n data-name=\"Path 885\"\n transform=\"translate(-267.884 -606.703)\"\n />\n </g>\n <path\n id=\"Path_886\"\n fill=\"#fff\"\n d=\"M278.368 606.173a.482.482 0 11-.482-.482.482.482 0 01.482.482z\"\n data-name=\"Path 886\"\n transform=\"translate(-274.487 -605.691)\"\n />\n </g>\n <g id=\"Group_720\" data-name=\"Group 720\">\n <path\n id=\"Path_887\"\n fill=\"#cccbca\"\n d=\"M252.434 605.519l.928.535-.928.536z\"\n data-name=\"Path 887\"\n transform=\"translate(-252.434 -605.365)\"\n />\n <g\n id=\"Group_719\"\n data-name=\"Group 719\"\n transform=\"translate(17.796)\"\n >\n <g id=\"Group_718\" fill=\"#cccbca\" data-name=\"Group 718\">\n <path\n id=\"Rectangle_159\"\n d=\"M0 0H0.439V0.631H0z\"\n data-name=\"Rectangle 159\"\n transform=\"translate(0 .374)\"\n />\n <path\n id=\"Path_888\"\n d=\"M312.432 606.394l-.491-.374v-.631l.491-.374z\"\n data-name=\"Path 888\"\n transform=\"translate(-311.501 -605.016)\"\n />\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n <g\n id=\"Group_726\"\n data-name=\"Group 726\"\n transform=\"translate(37.127 30.879)\"\n >\n <path\n id=\"Rectangle_160\"\n fill=\"#ffd680\"\n d=\"M0 0H19.178V4.109H0z\"\n data-name=\"Rectangle 160\"\n transform=\"translate(4.11)\"\n />\n <path\n id=\"Rectangle_161\"\n fill=\"#ffb959\"\n d=\"M0 0H4.11V4.109H0z\"\n data-name=\"Rectangle 161\"\n />\n <path\n id=\"Rectangle_162\"\n fill=\"#ffb959\"\n d=\"M0 0H4.11V4.109H0z\"\n data-name=\"Rectangle 162\"\n transform=\"translate(23.288)\"\n />\n <path\n id=\"Rectangle_163\"\n fill=\"#fff\"\n d=\"M0 0H15.753V0.411H0z\"\n data-name=\"Rectangle 163\"\n transform=\"translate(5.822 1.849)\"\n />\n <path\n id=\"Path_889\"\n fill=\"#fff\"\n d=\"M183.038 474.355l1.424.822-1.424.822z\"\n data-name=\"Path 889\"\n transform=\"translate(-181.695 -473.123)\"\n />\n <g\n id=\"Group_725\"\n data-name=\"Group 725\"\n transform=\"translate(24.649 1.027)\"\n >\n <g id=\"Group_724\" fill=\"#fff\" data-name=\"Group 724\">\n <path\n id=\"Rectangle_164\"\n d=\"M0 0H0.656V0.94H0z\"\n data-name=\"Rectangle 164\"\n transform=\"translate(0 .558)\"\n />\n <path\n id=\"Path_890\"\n d=\"M261.964 475.741l-.732-.558v-.94l.732-.558z\"\n data-name=\"Path 890\"\n transform=\"translate(-260.576 -473.686)\"\n />\n </g>\n </g>\n <path\n id=\"Path_891\"\n fill=\"#ffb959\"\n d=\"M209.692 475.177a.822.822 0 11-.822-.823.822.822 0 01.822.823z\"\n data-name=\"Path 891\"\n transform=\"translate(-199.041 -473.123)\"\n />\n </g>\n </g>\n </g>\n </svg>\n);\n\nexport default IconEmptyData;\n","import styled, { css } from 'styled-components';\nimport { rem } from 'polished';\nimport { field, misc } from '../../ions/variables';\n\ninterface WrapperProps {\n type?: 'row' | 'column';\n group: string;\n error?: string;\n disabled?: boolean;\n}\n\ninterface ItemProps {\n error?: string;\n disabled?: boolean;\n}\n\nexport const Wrapper = styled.ul<WrapperProps>`\n display: flex;\n flex-direction: ${props => (props.type === 'column' ? 'column' : 'row')};\n position: relative;\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n &:not(:last-child) {\n ${props =>\n props.type === 'row' &&\n css`\n margin-right: ${rem('30px')};\n `}\n\n ${props =>\n props.type === 'column' &&\n css`\n margin-bottom: ${rem('10px')};\n `}\n }\n }\n\n input[type='radio']:checked ~ .check {\n border-color: ${field.successBorderColor};\n }\n\n input[type='radio']:checked ~ .check::before {\n background-color: ${field.successBackgroundColor};\n }\n\n & + span {\n margin-top: ${rem('10px')};\n }\n`;\n\nexport const Item = styled.li<ItemProps>`\n --size: ${rem('24px')};\n display: flex;\n position: relative;\n min-height: var(--size);\n\n input[type='radio'] {\n position: absolute;\n visibility: hidden;\n }\n\n label {\n position: relative;\n padding-left: calc(var(--size) + 5px);\n line-height: var(--size);\n vertical-align: middle;\n color: ${props => (props.error ? field.errorBorderColor : null)};\n cursor: pointer;\n z-index: 1;\n }\n\n .check {\n position: absolute;\n top: 0;\n border: ${rem('2px')} solid\n ${props => (props.error ? field.errorBorderColor : field.borderColor)};\n border-radius: 100%;\n width: var(--size);\n height: var(--size);\n transition-duration: ${misc.transitionDuration};\n display: flex;\n justify-content: center;\n align-items: center;\n\n &::before {\n content: '';\n display: block;\n border-radius: 100%;\n height: calc(var(--size) / 1.5);\n width: calc(var(--size) / 1.5);\n }\n }\n\n &:hover .check {\n border-color: ${field.hoverBorderColor};\n }\n\n ${props =>\n props.disabled &&\n css`\n label {\n color: ${field.disabledColor};\n }\n\n input[type='radio'] ~ .check,\n input[type='radio']:checked ~ .check {\n border-color: ${field.disabledColor};\n }\n\n input[type='radio']:checked ~ .check::before {\n background-color: ${field.disabledBackgroundColor};\n }\n\n &:hover {\n pointer-events: none;\n cursor: auto;\n }\n `}\n`;\n","import styled, { css } from 'styled-components';\nimport { rem } from 'polished';\n\ninterface CheckboxGroupProps {\n type?: 'row' | 'column';\n error?: string;\n}\n\nexport const Wrapper = styled.ul<CheckboxGroupProps>`\n display: flex;\n flex-direction: ${props => (props.type === 'column' ? 'column' : 'row')};\n position: relative;\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n position: relative;\n min-height: ${rem('24px')};\n\n &:not(:last-child) {\n ${props =>\n props.type === 'row' &&\n css`\n margin-right: ${rem('30px')};\n `}\n\n ${props =>\n props.type === 'column' &&\n css`\n margin-bottom: ${rem('10px')};\n `}\n }\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { field, misc } from '../../ions/variables';\n\nexport const Wrapper = styled.div`\n label {\n margin-bottom: ${rem('5px')};\n }\n`;\n\nexport const Field = styled.div`\n display: flex;\n flex-wrap: wrap;\n\n input {\n flex: 1;\n margin-right: ${rem('-1px')};\n border-radius: ${field.borderRadius} 0 0 ${field.borderRadius};\n\n &:disabled {\n background-color: ${field.backgroundColor};\n color: ${field.color};\n }\n }\n\n span {\n order: 3;\n width: 100%;\n }\n\n button {\n border: 0;\n border-radius: 0 ${field.borderRadius} ${field.borderRadius} 0;\n min-width: ${rem('50px')};\n height: ${field.height};\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0 ${rem('20px')};\n white-space: nowrap;\n transition-duration: ${misc.transitionDuration};\n cursor: pointer;\n\n span {\n color: ${field.activeColor};\n }\n\n svg {\n fill: ${field.activeColor};\n }\n\n &:disabled {\n border: ${field.borderWidth} solid ${field.borderColor} !important;\n }\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\ninterface HorizontalNavInterface {\n customColor?: string;\n}\n\nexport const Wrapper = styled.div<HorizontalNavInterface>`\n display: flex;\n align-items: center;\n\n ul.menu {\n width: 0;\n animation: showAnimation 1s forwards;\n animation-delay: 0.5s;\n overflow: hidden;\n }\n\n @keyframes showAnimation {\n 0% {\n width: 0%;\n }\n 100% {\n width: 100%;\n }\n }\n\n ul {\n margin: 0;\n max-width: max-content;\n padding: 0;\n\n &.menu {\n display: flex;\n\n li:not(:last-child) {\n margin-right: ${rem('10px')};\n }\n }\n\n li {\n position: relative;\n list-style: none;\n\n a {\n display: flex;\n align-items: center;\n padding: ${rem('10px')};\n color: ${colors.black};\n text-transform: capitalize;\n text-decoration: none;\n white-space: nowrap;\n transition-duration: ${misc.transitionDuration};\n\n svg {\n margin-right: ${rem('5px')};\n width: auto;\n height: ${rem('24px')};\n min-width: ${rem('24px')};\n fill: ${colors.grey200};\n transition-duration: ${misc.transitionDuration};\n }\n\n &:hover {\n color: ${props =>\n props.customColor ? props.customColor : colors.purple500};\n\n svg {\n fill: ${props =>\n props.customColor ? props.customColor : colors.purple500};\n }\n }\n }\n\n &.active {\n font-weight: ${typography.medium};\n\n a {\n color: ${props =>\n props.customColor ? props.customColor : colors.purple500};\n pointer-events: none;\n\n svg {\n fill: ${props =>\n props.customColor ? props.customColor : colors.purple500};\n }\n }\n }\n }\n }\n`;\n\nexport const More = styled.div`\n position: relative;\n display: none;\n\n &.hide {\n display: initial;\n }\n\n ul {\n position: absolute;\n right: 0;\n border: ${field.borderWidth} solid ${field.borderColor};\n border-radius: ${field.borderRadius};\n background-color: ${field.backgroundColor};\n margin-top: ${rem('5px')};\n padding: 0;\n -moz-box-shadow: ${field.boxShadow};\n -webkit-box-shadow: ${field.boxShadow};\n box-shadow: ${field.boxShadow};\n z-index: 1;\n overflow-x: hidden;\n overflow-y: auto;\n scrollbar-width: none;\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n\n &.more {\n display: none;\n }\n\n &.is-open {\n display: inherit;\n }\n\n li {\n list-style: none;\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n background-color: ${field.borderColor};\n cursor: pointer;\n\n a {\n color: ${colors.black};\n\n svg {\n fill: ${colors.black};\n }\n }\n }\n\n &:first-child {\n border-radius: ${field.borderRadius} ${field.borderRadius} 0 0;\n }\n\n &:last-child {\n border-radius: 0 0 ${field.borderRadius} ${field.borderRadius};\n }\n\n a {\n width: 100%;\n height: 100%;\n padding: ${rem('15px')};\n }\n }\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem, rgba } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\nimport { device } from '../../ions/breakpoints';\n\ninterface ModalStyleBaseProps {\n zIndex: number;\n modalOverflow?: boolean;\n}\n\nexport const ModalOverlay = styled.div<ModalStyleBaseProps>`\n position: fixed;\n top: 0;\n left: 0;\n background-color: ${rgba(colors.black, 0.8)};\n width: 100vw;\n height: 100vh;\n z-index: ${props => (props.zIndex ? props.zIndex : 10)};\n`;\n\nexport const ModalWrapper = styled.div<ModalStyleBaseProps>`\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100vh;\n z-index: ${props => props.zIndex + 1};\n overflow-x: hidden;\n overflow-y: auto;\n -webkit-scrollbar-width: none;\n -moz-scrollbar-width: none;\n -ms-scrollbar-width: none;\n scrollbar-width: none;\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n\n @media ${device.s} {\n display: flex;\n justify-content: center;\n align-items: ${props => (props.modalOverflow ? 'flex-start' : 'center')};\n }\n`;\n\nexport const ModalContainer = styled.div<ModalStyleBaseProps>`\n position: relative;\n background: ${colors.white};\n width: 100%;\n min-height: 0;\n padding: ${rem('15px')};\n word-wrap: break-word;\n transition-duration: ${misc.transitionDuration};\n\n @media ${device.s} {\n --spacing: ${rem('30px')};\n margin: var(--spacing);\n border-radius: ${field.borderRadius};\n max-width: ${rem('860px')};\n padding: var(--spacing);\n\n &:after {\n content: '';\n position: absolute;\n bottom: calc(var(--spacing) * -1);\n width: ${rem('1px')};\n height: var(--spacing);\n }\n }\n`;\n\nexport const ModalHeader = styled.div`\n display: flex;\n\n h2 {\n margin: 0 0 ${rem('30px')} 0;\n font-size: ${rem('32px')};\n font-weight: ${typography.semiBold};\n }\n\n button {\n display: none;\n position: absolute;\n top: 0;\n right: 0;\n margin: ${rem('-14px')} ${rem('-14px')} 0 0;\n border: ${rem('2px')} solid ${colors.grey200};\n min-width: ${rem('28px')};\n height: ${rem('28px')};\n z-index: 1;\n outline: none;\n\n @media ${device.s} {\n display: inherit;\n }\n }\n`;\n","import styled, { keyframes } from 'styled-components/macro';\nimport { rem, rgba, timingFunctions } from 'polished';\nimport { colors, typography } from '../../ions/variables';\nimport { device } from '../../ions/breakpoints';\n\ninterface ModalStyleBaseProps {\n zIndex: number;\n}\n\nconst slideInLeft = keyframes`\n from {\n transform: translateX(100%);\n }\n\n to {\n transform: translateX(0);\n }\n`;\n\nexport const ModalOverlay = styled.div<ModalStyleBaseProps>`\n position: fixed;\n top: 0;\n left: 0;\n background-color: ${rgba(colors.black, 0.8)};\n width: 100vw;\n height: 100vh;\n z-index: ${props => (props.zIndex ? props.zIndex : 10)};\n`;\n\nexport const ModalWrapper = styled.div<ModalStyleBaseProps>`\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n z-index: ${props => props.zIndex + 1};\n`;\n\nexport const ModalContainer = styled.div<ModalStyleBaseProps>`\n position: fixed;\n right: 0;\n background: ${colors.white};\n width: 100%;\n height: 100vh;\n height: calc(var(--vh, 1vh) * 100);\n display: flex;\n flex-direction: column;\n padding: ${rem('15px')};\n word-wrap: break-word;\n animation-timing-function: ${timingFunctions('easeOutQuint')};\n animation-duration: 1s;\n animation-fill-mode: forwards;\n transform: translateX(100%);\n animation-name: ${slideInLeft};\n overflow-y: auto;\n\n @media ${device.s} {\n max-width: ${rem('400px')};\n padding: ${rem('30px')};\n }\n`;\n\nexport const ModalHeader = styled.div`\n top: 0;\n\n h2 {\n margin: 0 0 ${rem('30px')} 0;\n font-size: ${rem('32px')};\n font-weight: ${typography.semiBold};\n }\n`;\n\nexport const ModalContent = styled.div`\n display: flex;\n flex-direction: column;\n\n @media ${device.s} {\n flex: 1;\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors } from '../../ions/variables';\n\ninterface LoadingStateProps {\n type?: 'text' | 'card' | 'table' | 'value';\n columnsNumber?: number;\n center?: boolean;\n}\n\nexport const Wrapper = styled.div<LoadingStateProps>`\n div {\n width: 100%;\n height: 100%;\n }\n\n > div > div > div {\n background: #f6f7f8;\n background-image: -webkit-linear-gradient(\n left,\n #f6f7f8 0%,\n #edeef1 20%,\n #f6f7f8 40%,\n #f6f7f8 100%\n );\n background-repeat: no-repeat;\n background-size: ${rem('800px')} 100%;\n animation-fill-mode: forwards;\n animation-name: placeholderSkeleton;\n animation-timing-function: linear;\n animation-iteration-count: infinite;\n animation-duration: 1.5s;\n\n &.title {\n margin-bottom: ${rem('10px')};\n width: 50%;\n height: ${rem('30px')};\n }\n\n &.subtitle {\n margin-bottom: ${rem('30px')};\n width: 25%;\n height: ${rem('15px')};\n }\n\n &.paragraph {\n width: 100%;\n height: ${rem('15px')};\n\n &:not(:last-child) {\n margin-bottom: ${rem('10px')};\n }\n }\n\n &.value {\n width: 50%;\n height: ${rem('30px')};\n }\n }\n\n @keyframes placeholderSkeleton {\n 0% {\n background-position: ${rem('-800px')} 0;\n }\n 100% {\n background-position: ${rem('800px')} 0;\n }\n }\n\n .card {\n position: relative;\n border: ${rem('2px')} solid ${colors.grey50};\n border-radius: ${rem('6px')};\n width: ${rem('300px')};\n overflow: hidden;\n\n .cover {\n width: 100%;\n height: ${rem('165px')};\n }\n\n .avatar {\n position: absolute;\n margin: ${rem('-45px')} 0 0 ${rem('20px')};\n width: ${rem('90px')};\n height: ${rem('90px')};\n border: ${rem('1px')} solid ${colors.grey50};\n border-radius: 999px;\n }\n\n .title {\n margin: ${rem('75px')} 0 ${rem('30px')} ${rem('25px')};\n }\n\n .paragraph {\n margin: 0 auto ${rem('20px')} auto;\n width: calc(100% - ${rem('40px')});\n\n &:last-child {\n width: 40%;\n margin-left: ${rem('20px')};\n }\n }\n }\n`;\n\nexport const Grid = styled.div<LoadingStateProps>`\n display: grid;\n grid-template-columns: repeat(auto-fill, ${rem('300px')});\n grid-gap: ${rem('15px')};\n justify-content: ${props => (props.center ? 'center' : 'flex-start')};\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, field, misc } from '../../ions/variables';\n\nexport const Wrapper = styled.div`\n .tab {\n border-color: ${field.borderColor};\n\n &[aria-selected='true'] {\n border-bottom: 0;\n }\n\n &[aria-selected='false'] {\n background-color: ${field.borderColor};\n color: ${colors.black};\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n color: ${colors.black};\n }\n }\n\n &:first-child {\n border-top-left-radius: ${field.borderRadius};\n }\n\n &:last-child {\n border-top-right-radius: ${field.borderRadius};\n }\n }\n\n .panel {\n // prettier-ignore\n border-radius: 0 ${field.borderRadius} ${field.borderRadius} ${\n field.borderRadius\n};\n border-color: ${field.borderColor};\n background-color: ${colors.white};\n padding: ${rem('30px')};\n }\n\n .RRT__container {\n position: relative;\n }\n\n .RRT__tabs {\n display: flex;\n flex-wrap: wrap;\n }\n\n .RRT__accordion {\n flex-direction: column;\n }\n\n .RRT__tab {\n background: #eee;\n border-style: solid;\n border-color: ${field.borderColor};\n border-width: ${field.borderWidth} ${field.borderWidth} ${\n field.borderWidth\n} 0;\n cursor: pointer;\n z-index: 1;\n white-space: nowrap;\n padding: 0.7em 1em;\n }\n\n .RRT__tab:focus {\n outline: 0;\n background-color: ${field.borderColor};\n }\n\n .RRT__accordion .RRT__tab {\n border-left-width: ${field.borderWidth};\n }\n\n .RRT__tab--first {\n border-left-width: ${field.borderWidth};\n }\n\n .RRT__tab--selected {\n background: ${colors.white};\n border-color: ${field.borderColor} ${field.borderColor} ${colors.white};\n }\n\n .RRT__tab--selected:focus {\n background-color: ${colors.white};\n }\n\n .RRT__tab--disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n\n .RRT__tab:focus {\n z-index: 2;\n }\n\n .RRT__tab--selected .RRT__removable {\n position: relative;\n }\n\n .RRT__tab--selected .RRT__removable-text {\n margin-right: ${rem('10px')};\n }\n\n .RRT__tab--selected .RRT__removable-icon {\n position: absolute;\n font-size: ${rem('18px')};\n right: 0.5em;\n top: 0.2em;\n }\n\n .RRT__panel {\n margin-top: ${rem('-1px')};\n padding: 1em;\n border: ${rem('1px')} solid ${field.borderColor};\n }\n\n .RRT__panel--hidden {\n display: none;\n }\n\n .RRT__accordion .RRT__panel {\n margin-top: 0;\n }\n\n .RRT__showmore {\n background: ${field.borderColor};\n border: ${rem('1px')} solid ${field.borderColor};\n border-radius: 0 ${field.borderRadius} 0 0;\n cursor: pointer;\n z-index: 1;\n white-space: nowrap;\n margin-left: ${rem('-1px')};\n position: relative;\n }\n\n .RRT__showmore--selected {\n background: ${colors.white};\n border-bottom: none;\n }\n\n .RRT__showmore-label {\n padding: 0.7em 1em;\n position: relative;\n z-index: 1;\n }\n\n .RRT__showmore-label--selected {\n background-color: ${field.borderColor};\n }\n\n .RRT__showmore-list {\n position: absolute;\n right: ${rem('-1px')};\n top: 100%;\n display: none;\n }\n\n .RRT__showmore-list--opened {\n display: block;\n\n div.tab:last-child {\n border-radius: 0;\n }\n }\n`;\n","import styled from 'styled-components';\nimport { device } from '../../ions/breakpoints';\n\nexport interface GridProps {\n size?: number;\n}\n\nexport const Wrapper = styled.div`\n display: flex;\n flex-direction: column;\n`;\n\nexport const GridRow = styled.div`\n @media ${device.m} {\n display: flex;\n }\n`;\n\nexport const GridCol = styled.div<GridProps>`\n @media ${device.m} {\n flex: ${props => props.size};\n }\n`;\n","import React, { CSSProperties } from 'react';\nimport Avatar from 'boring-avatars';\nimport * as Styles from './styles';\n\nexport interface AvatarProps {\n style?: CSSProperties;\n className?: string;\n size?: number;\n url?: string;\n alt: string;\n boring?: boolean;\n boringType?: 'marble' | 'beam' | 'pixel' | 'sunset' | 'ring' | 'bauhaus';\n square?: boolean;\n}\n\nconst AvatarImage = (props: AvatarProps) => {\n const {\n style,\n className = 'avatar-img',\n size = 30,\n url,\n alt,\n boring = true,\n boringType = 'pixel',\n square = false,\n } = props;\n\n return (\n <Styles.Wrapper className={className} size={size} square={square}>\n {boring && !url ? (\n <Avatar\n size={size}\n name={alt}\n variant={boringType}\n square={square}\n colors={['#55cad7', '#5031a9', '#f9c543', '#ef5766', '#7a7a7a']}\n />\n ) : (\n <img style={style} src={url} alt={alt} />\n )}\n </Styles.Wrapper>\n );\n};\n\nexport default AvatarImage;\n","import React, { CSSProperties } from 'react';\nimport { Icon } from '../..';\nimport { ButtonColor, ButtonVariant } from '../button/types';\nimport * as Styles from './styles';\n\nexport interface ButtonLinkProps {\n variant?: ButtonVariant;\n rounded?: boolean;\n color?: ButtonColor;\n txtColor?: ButtonColor;\n className?: string;\n style?: CSSProperties;\n action?: (event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;\n url: string;\n blank?: boolean;\n rel?: string;\n value?: string;\n iconPosition?: 'left' | 'right';\n icon?: string;\n dataTestId?: string;\n eventId?: string;\n ariaLabel?: string;\n ariaHidden?: boolean;\n}\n\nconst ButtonLink = (props: ButtonLinkProps) => {\n const {\n variant = 'solid',\n rounded = false,\n color = 'purple500',\n txtColor,\n className = 'button-link',\n style,\n action = () => {},\n url,\n blank = false,\n rel = undefined,\n value = '',\n iconPosition = 'left',\n icon = '',\n dataTestId = '',\n eventId = '',\n ariaLabel = '',\n ariaHidden = false,\n } = props;\n\n const getRelationshipAttributes = () => {\n if (rel && rel !== '') return rel;\n return blank ? 'noopener noreferrer' : '';\n };\n\n return (\n <Styles.ButtonLinkStyle\n variant={variant}\n rounded={rounded}\n color={color}\n txtColor={txtColor}\n className={`button ${className}`}\n style={style}\n onClick={action}\n href={url}\n target={blank ? '_blank' : ''}\n rel={getRelationshipAttributes()}\n value={value}\n iconPosition={iconPosition}\n data-testid={dataTestId}\n data-event={eventId}\n aria-label={ariaLabel}\n aria-hidden={ariaHidden}\n >\n {icon && <Icon icon={icon} />}\n {value && <span>{value}</span>}\n </Styles.ButtonLinkStyle>\n );\n};\n\nexport default ButtonLink;\n","import React from 'react';\nimport { Button, Label } from '../..';\nimport * as Styles from './styles';\n\nexport interface CardValueProps {\n label: string;\n currency?: 'tkai' | 'vkai' | undefined;\n value: string | number;\n description?: string;\n buttonValue?: string;\n onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;\n className?: string;\n style?: React.CSSProperties;\n}\n\nconst CardValue = (props: CardValueProps) => {\n const {\n label,\n currency,\n value,\n description,\n buttonValue,\n onClick,\n className = 'card-value',\n style,\n } = props;\n\n return (\n <Styles.CardValueStyle className={className} style={style}>\n <Label value={label} currency={currency} />\n <span>{value}</span>\n {description && <p>{description}</p>}\n {buttonValue && onClick && (\n <Button\n color=\"grey150\"\n txtColor=\"grey500\"\n value={buttonValue}\n action={onClick}\n />\n )}\n </Styles.CardValueStyle>\n );\n};\n\nexport default CardValue;\n","import React, { useState, CSSProperties } from 'react';\nimport * as Styles from './styles';\n\nexport interface CheckboxButtonProps {\n label?: string | React.ReactNode;\n value: string;\n checked?: boolean;\n onChange?: () => {};\n disabled?: boolean;\n className?: string;\n style?: CSSProperties;\n dataTestId?: string;\n required?: boolean;\n}\n\nconst CheckboxButton = (props: CheckboxButtonProps) => {\n const {\n label,\n value,\n checked = false,\n onChange = () => {},\n disabled = false,\n className = 'checkbox-button',\n style,\n dataTestId,\n required = false,\n } = props;\n\n const [buttonChecked, setButtonChecked] = useState(checked);\n\n return (\n <Styles.CheckboxWrapper\n style={style}\n className={className}\n disabled={disabled}\n checked={buttonChecked}\n >\n <Styles.CheckboxLabel>{label}</Styles.CheckboxLabel>\n <Styles.CheckboxInput\n type=\"checkbox\"\n name={value}\n defaultChecked={checked}\n aria-checked={checked}\n onChange={onChange}\n disabled={disabled}\n data-testid={dataTestId}\n required={required}\n onClick={() => {\n setButtonChecked(!buttonChecked);\n }}\n />\n <Styles.Checkmark disabled={disabled} />\n </Styles.CheckboxWrapper>\n );\n};\n\nexport default CheckboxButton;\n","import React, { CSSProperties } from 'react';\nimport Checkbox from '../../atoms/checkbox';\nimport ErrorField from '../../atoms/error-field';\nimport * as Styles from './styles';\n\nexport type CheckboxItem = {\n value: string;\n label?: string | React.ReactNode;\n checked?: boolean;\n onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;\n error?: string;\n disabled?: boolean;\n className?: string;\n style?: CSSProperties;\n dataTestId?: string;\n required?: boolean;\n};\n\nexport interface CheckboxGroupProps {\n type?: 'row' | 'column';\n children?: React.ReactNode;\n options?: CheckboxItem[];\n error?: string;\n onChange?: () => {};\n disabled?: boolean;\n}\n\nconst CheckboxGroup = (props: CheckboxGroupProps) => {\n const {\n children,\n options,\n type = 'column',\n onChange,\n error,\n disabled,\n } = props;\n\n return (\n <Styles.Wrapper type={type} error={error}>\n {children\n ? children\n : options && Array.isArray(options)\n ? options.map((value, index) => (\n <li key={index}>\n <Checkbox\n label={value.label}\n value={value.value}\n checked={value.checked}\n onChange={onChange}\n error={!!error}\n disabled={disabled}\n />\n </li>\n ))\n : null}\n {error ? <ErrorField error={error} /> : null}\n </Styles.Wrapper>\n );\n};\n\nexport default CheckboxGroup;\n","import React from 'react';\nimport * as Styles from './styles';\n\n// @ts-ignore\nimport IconLoginOnly from '../../ions/icon-login-only';\n// @ts-ignore\nimport IconEmptyData from '../../ions/icon-empty-data';\n\nexport interface DataWarningProps {\n type?: 'login' | 'data';\n children: React.ReactNode;\n}\n\nconst DataWarning = (props: DataWarningProps) => {\n let icon;\n const { type = 'login', children } = props;\n\n switch (type) {\n case 'login':\n icon = <IconLoginOnly />;\n break;\n case 'data':\n icon = <IconEmptyData />;\n break;\n default:\n icon = <IconLoginOnly />;\n }\n\n return (\n <Styles.Wrapper type={type}>\n {icon}\n <div>{children}</div>\n </Styles.Wrapper>\n );\n};\n\nexport default DataWarning;\n","import React from 'react';\nimport Icon from '../../atoms/icon';\nimport * as Styles from './styles';\n\nexport interface ErrorProps {\n variant?: 'default' | 'minimal';\n value: string;\n}\n\nconst Error = (props: ErrorProps) => {\n const { variant = 'default', value } = props;\n\n return (\n <Styles.Wrapper variant={variant}>\n {variant === 'default' ? (\n <Icon icon=\"warning\" fill=\"hsl(354, 83%, 64%)\" />\n ) : (\n <span>¯\\\\_(ツ)_/¯</span>\n )}\n {value && <span>{value}</span>}\n </Styles.Wrapper>\n );\n};\n\nexport default Error;\n","import React, { useState } from 'react';\nimport Label from '../../atoms/label';\nimport TextField from '../../atoms/text-field';\nimport { TextFieldType } from '../../atoms/text-field/types';\nimport Button from '../../atoms/button';\nimport * as Styles from './styles';\n\nexport interface FieldWidthButtonProps {\n label?: string;\n type?: TextFieldType;\n name?: string;\n placeholder?: string;\n value?: string | number;\n disabled?: boolean;\n dataTestId?: string;\n buttonIcon: string;\n buttonValue?: string;\n onChange?: (value: string | number | null) => void;\n buttonAction?: (value: string | number | null) => void | Promise<void>;\n buttonDisabled?: boolean;\n}\n\nconst FieldWidthButton = (props: FieldWidthButtonProps) => {\n const {\n label,\n type = 'text',\n name,\n placeholder,\n value,\n onChange,\n dataTestId,\n buttonIcon,\n buttonValue,\n buttonAction,\n buttonDisabled,\n disabled = true,\n } = props;\n\n const [loading, setLoading] = useState(false);\n const [fieldValue, setFieldValue] = useState<string | number | null>(\n value ?? null\n );\n\n const handleOnClickAction = async () => {\n if (buttonAction?.constructor.name !== 'AsyncFunction') {\n buttonAction?.(fieldValue);\n return;\n }\n\n setLoading(true);\n await buttonAction?.(fieldValue);\n setLoading(false);\n };\n\n return (\n <Styles.Wrapper>\n {label && <Label value={label} />}\n\n <Styles.Field>\n <TextField\n type={type}\n name={name}\n disabled={disabled}\n placeholder={placeholder}\n dataTestId={dataTestId}\n value={fieldValue ?? undefined}\n onChange={e => {\n e.preventDefault();\n\n if (e.target.value === '' || e.target.value === ' ') {\n setFieldValue(null);\n onChange?.(e.target.value);\n } else {\n setFieldValue(e.target.value);\n onChange?.(e.target.value);\n }\n }}\n />\n\n <Button\n color=\"purple100\"\n loading={loading}\n icon={buttonIcon}\n value={buttonValue}\n disabled={buttonDisabled}\n action={e => {\n e.preventDefault();\n handleOnClickAction();\n }}\n />\n </Styles.Field>\n </Styles.Wrapper>\n );\n};\n\nexport default FieldWidthButton;\n","import React, { useState } from 'react';\nimport ErrorField from '../error-field';\nimport Icon from '../icon';\nimport * as Styles from './styles';\n\nexport interface FilePickerProps {\n name: string;\n accept?: string;\n multiple?: boolean;\n placeholder?: string;\n pluralText?: string;\n error?: string;\n dataTestId?: string;\n onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;\n value?: string;\n buttonText?: string;\n disabled?: boolean;\n}\n\nconst FilePicker = (props: FilePickerProps) => {\n const {\n name,\n accept,\n multiple = false,\n placeholder = 'Select file',\n pluralText = 'files selected',\n error,\n dataTestId,\n onChange = () => {},\n value = '',\n buttonText = 'Browse',\n disabled = false,\n } = props;\n\n const [fileName, setFileName] = useState(value ? value : placeholder);\n\n const getUploadedFileName = (e: React.ChangeEvent<HTMLInputElement>) => {\n let files = e.target.files,\n value = e.target.value,\n fileName;\n if (files && files.length > 1) fileName = `${files.length} ${pluralText}`;\n else fileName = value.split('\\\\').pop();\n if (fileName) setFileName(fileName);\n };\n\n return (\n <Styles.Wrapper disabled={disabled} error={!!error}>\n <input\n id={name}\n type=\"file\"\n accept={accept}\n multiple={multiple}\n data-multiple-caption={fileName}\n onChange={evt => {\n getUploadedFileName(evt);\n onChange(evt);\n }}\n data-testid={dataTestId}\n />\n\n <label htmlFor={name}>\n <span className=\"file-name\">{fileName}</span>\n <span className=\"button\">\n <Icon icon=\"upload\" />\n {buttonText}\n </span>\n </label>\n {error && <ErrorField error={error} />}\n </Styles.Wrapper>\n );\n};\n\nexport default FilePicker;\n","import React from 'react';\nimport { Label } from '../..';\nimport * as Styles from './styles';\n\nexport interface FormGroupProps {\n currency?: 'tkai' | 'vkai' | undefined;\n label: string;\n error?: boolean;\n children: React.ReactNode;\n}\n\nconst FormGroup = (props: FormGroupProps) => {\n const { label, currency, error = false, children } = props;\n\n return (\n <Styles.Wrapper error={error}>\n <Label value={label} currency={currency} />\n {children}\n </Styles.Wrapper>\n );\n};\n\nexport default FormGroup;\n","import React from 'react';\nimport * as Styles from './styles';\n\nexport interface GridColProps {\n className?: string;\n size?: number;\n children?: React.ReactNode;\n}\n\nconst GridCol = (props: GridColProps) => {\n const { className = 'grid-col', size = 1, children } = props;\n return (\n <Styles.GridCol className={className} size={size}>\n {children}\n </Styles.GridCol>\n );\n};\n\nexport default GridCol;\n","import React from 'react';\nimport * as Styles from './styles';\n\nexport interface GridContainerProps {\n className?: string;\n children?: React.ReactNode;\n}\n\nconst TabsPanel = (props: GridContainerProps) => {\n const { className = 'grid-container', children } = props;\n return <Styles.Wrapper className={className}>{children}</Styles.Wrapper>;\n};\n\nexport default TabsPanel;\n","import React from 'react';\nimport { GridContainerProps } from '.';\nimport * as Styles from './styles';\n\nconst GridRow = (props: GridContainerProps) => {\n const { className = 'grid-row', children } = props;\n return <Styles.GridRow className={className}>{children}</Styles.GridRow>;\n};\n\nexport default GridRow;\n","import React, { useState, useRef, useEffect } from 'react';\nimport * as Styles from './styles';\nimport useVisible from '../../utils/hooks/use-visible';\nimport { Button } from '../..';\n\nexport interface HorizontalNavInterface {\n className?: string;\n customColor?: string;\n items: any;\n startsOpen?: boolean;\n}\n\nconst HorizontalNav = (props: HorizontalNavInterface) => {\n const [showMore, setShowMore] = useState(false);\n const moreMenu = useRef(null);\n const visibleMenuRef = useRef<HTMLUListElement>(null);\n\n const {\n className = 'horizontal-nav',\n customColor = '',\n items,\n startsOpen = false,\n } = props;\n\n const { ref, isVisible, setIsVisible } =\n useVisible<HTMLDivElement>(startsOpen);\n\n useEffect(() => {\n if (!ref || !ref.current) return;\n\n const visible = document!\n .querySelector('ul.menu')!\n .getElementsByTagName('li');\n\n const more = document.querySelector('.more')!.getElementsByTagName('li');\n const moreVisibility = () =>\n more.length > 0 ? setShowMore(true) : setShowMore(false);\n\n const removeItem = () => {\n if (visible.length === 1) return;\n let last = visible[visible.length - 1];\n document.querySelector('ul.more')!.prepend(last);\n };\n\n const addItem = () => {\n if (more.length === 0) return;\n let first = more[0];\n document.querySelector('ul.menu')!.append(first);\n };\n\n const checkOverflow = () => {\n moreVisibility();\n for (let i = 0; i < visible.length + 20; i++) {\n visibleMenuRef.current!.scrollWidth + 50 > ref.current!.offsetWidth\n ? removeItem()\n : addItem();\n }\n };\n\n checkOverflow();\n\n if (typeof window !== 'undefined') {\n moreVisibility();\n window.addEventListener('resize', checkOverflow);\n return () => window.removeEventListener('resize', checkOverflow);\n }\n\n return;\n }, [ref]);\n\n return (\n <Styles.Wrapper ref={ref} className={className} customColor={customColor}>\n <ul className=\"menu\" ref={visibleMenuRef}>\n {items}\n </ul>\n\n <Styles.More className={showMore ? 'hide' : ''} ref={moreMenu}>\n <Button\n variant=\"text\"\n color=\"dark\"\n icon=\"menuVert\"\n action={() => {\n setIsVisible(!isVisible);\n }}\n />\n <ul className={isVisible ? 'more is-open' : 'more'}></ul>\n </Styles.More>\n </Styles.Wrapper>\n );\n};\n\nexport default HorizontalNav;\n","import React from 'react';\nimport * as Styles from './styles';\n\nexport interface LoadingStateProps {\n type: 'text' | 'card' | 'value';\n lines?: number;\n cardsNumber?: number;\n center?: boolean;\n}\n\nconst LoadingState = (props: LoadingStateProps) => {\n const { type = 'text', lines = 3, cardsNumber = 4, center = true } = props;\n\n let paragraphs = [];\n let cards = [];\n let loadingType;\n\n for (let i = 0; i < lines; i++) {\n paragraphs.push(<div key={i} className=\"paragraph\"></div>);\n }\n\n for (let i = 0; i < cardsNumber; i++) {\n cards.push(\n <div key={i} className=\"card\">\n <div className=\"cover\"></div>\n <div className=\"avatar\"></div>\n <div className=\"title\"></div>\n <div className=\"paragraph\"></div>\n <div className=\"paragraph\"></div>\n <div className=\"paragraph\"></div>\n <div className=\"paragraph\"></div>\n </div>\n );\n }\n\n switch (type) {\n case 'text':\n loadingType = (\n <div>\n <div>\n <div className=\"title\"></div>\n <div className=\"subtitle\"></div>\n {paragraphs}\n </div>\n </div>\n );\n break;\n\n case 'card':\n loadingType = <Styles.Grid center={center}>{cards}</Styles.Grid>;\n break;\n\n case 'value':\n loadingType = (\n <div>\n <div>\n <div className=\"value\"></div>\n </div>\n </div>\n );\n break;\n\n default:\n loadingType = (\n <div>\n <div>\n <div className=\"title\"></div>\n <div className=\"subtitle\"></div>\n {paragraphs}\n </div>\n </div>\n );\n }\n\n return <Styles.Wrapper type={type}>{loadingType}</Styles.Wrapper>;\n};\n\nexport default LoadingState;\n","import React, { useState, useEffect } from 'react';\nimport throttle from 'lodash.throttle';\nimport ReactDOM from 'react-dom';\nimport { Button, ModalFooter } from '../..';\nimport * as Styles from './styles';\n\nexport interface ModalProps {\n isShowing: boolean;\n hide: () => void;\n title: string;\n children: React.ReactNode;\n closeValue?: string;\n footer: boolean;\n zIndex?: number;\n}\n\nconst Modal = (props: ModalProps) => {\n const {\n isShowing = false,\n hide,\n title,\n children,\n closeValue = 'Close',\n footer = false,\n zIndex = 10,\n } = props;\n\n const [overflow, setOverflow] = useState(false);\n\n useEffect(() => {\n if (typeof window !== 'undefined') {\n const modalHeight: HTMLElement | null = document.querySelector(\n 'div.modal'\n );\n\n modalHeight && modalHeight.offsetHeight + 60 > window.innerHeight\n ? setOverflow(true)\n : setOverflow(false);\n\n const resizeWindow = throttle(function() {\n modalHeight && modalHeight.offsetHeight + 60 > window.innerHeight\n ? setOverflow(true)\n : setOverflow(false);\n }, 200);\n\n window.addEventListener('resize', resizeWindow);\n return () => window.removeEventListener('resize', resizeWindow);\n } else {\n return;\n }\n }, []);\n\n return isShowing ? (\n ReactDOM.createPortal(\n <React.Fragment>\n <Styles.ModalOverlay zIndex={zIndex} />\n <Styles.ModalWrapper\n aria-modal\n tabIndex={-1}\n role=\"dialog\"\n zIndex={zIndex}\n modalOverflow={overflow}\n >\n <Styles.ModalContainer\n onClick={event => event.stopPropagation()}\n zIndex={zIndex}\n className=\"modal\"\n >\n <Styles.ModalHeader>\n {title && <h2>{title}</h2>}\n\n <Button\n color=\"white\"\n txtColor=\"grey300\"\n icon=\"cross\"\n ariaLabel=\"Close\"\n action={hide}\n rounded\n />\n </Styles.ModalHeader>\n\n {children}\n\n {footer && (\n <ModalFooter closeAction={hide} closeValue={closeValue} />\n )}\n </Styles.ModalContainer>\n </Styles.ModalWrapper>\n </React.Fragment>,\n document.body\n )\n ) : (\n <></>\n );\n};\n\nexport default Modal;\n","import React, { useEffect } from 'react';\nimport ReactDOM from 'react-dom';\nimport { ModalFooter } from '../..';\nimport * as Styles from './styles';\n\nexport interface ModalDrawerProps {\n isShowing: boolean;\n hide: () => void;\n title: string;\n children: React.ReactNode;\n closeValue?: string;\n footer?: React.ReactNode;\n footerHidden?: boolean;\n zIndex?: number;\n}\n\nconst ModalDrawer = (props: ModalDrawerProps) => {\n const {\n isShowing = false,\n hide,\n title,\n children,\n closeValue = 'Close',\n footer = null,\n footerHidden = false,\n zIndex = 10,\n } = props;\n\n useEffect(() => {\n if (isShowing && typeof window !== 'undefined') {\n document.documentElement.style.overflow = 'hidden';\n } else {\n document.documentElement.style.overflow = '';\n }\n\n return () => {\n document.documentElement.style.overflow = '';\n };\n }, [isShowing]);\n\n useEffect(() => {\n const fixViewport = () => {\n let vh = window.innerHeight * 0.01;\n document.documentElement.style.setProperty('--vh', `${vh}px`);\n };\n\n fixViewport();\n\n if (typeof window !== 'undefined') {\n let vh = window.innerHeight * 0.01;\n document.documentElement.style.setProperty('--vh', `${vh}px`);\n window.addEventListener('resize', fixViewport);\n return () => window.removeEventListener('resize', fixViewport);\n }\n\n return;\n }, []);\n\n return isShowing ? (\n ReactDOM.createPortal(\n <React.Fragment>\n <Styles.ModalOverlay zIndex={zIndex} />\n <Styles.ModalWrapper\n aria-modal\n tabIndex={-1}\n role=\"dialog\"\n zIndex={zIndex}\n >\n <Styles.ModalContainer\n onClick={event => event.stopPropagation()}\n zIndex={zIndex}\n >\n <Styles.ModalHeader>{title && <h2>{title}</h2>}</Styles.ModalHeader>\n <Styles.ModalContent>{children}</Styles.ModalContent>\n\n {!footerHidden &&\n (footer ? (\n footer\n ) : (\n <ModalFooter closeAction={hide} closeValue={closeValue} />\n ))}\n </Styles.ModalContainer>\n </Styles.ModalWrapper>\n </React.Fragment>,\n document.body\n )\n ) : (\n <></>\n );\n};\n\nexport default ModalDrawer;\n","import React, { CSSProperties } from 'react';\nimport { NoteColor } from './types';\nimport * as Styles from './styles';\n\ninterface NoteCardProps {\n color?: NoteColor;\n value: any;\n buttonValue?: string;\n onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;\n className?: string;\n style?: CSSProperties;\n}\n\nconst NoteCard = (props: NoteCardProps) => {\n const {\n color = 'grey',\n value = '',\n buttonValue = '',\n onClick,\n className = 'note-card',\n style,\n } = props;\n\n return (\n <Styles.Wrapper\n className={className}\n color={color}\n buttonValue={buttonValue}\n style={style}\n >\n <div>\n <p>{value}</p>\n </div>\n {buttonValue && onClick && (\n <div>\n <button onClick={onClick}>{buttonValue}</button>\n </div>\n )}\n </Styles.Wrapper>\n );\n};\n\nexport default NoteCard;\n","import React, { useState, useEffect, useRef } from 'react';\nimport * as Styles from './styles';\nimport { Icon } from '../..';\n\nexport interface NumberInputSpinnerProps {\n decreaseAriaLabel?: string;\n increaseAriaLabel?: string;\n increment?: number;\n min?: number;\n max?: number;\n value?: number;\n onChange?: (value: number) => void;\n disabled?: boolean;\n}\n\nconst NumberInputSpinner = (props: NumberInputSpinnerProps) => {\n const {\n decreaseAriaLabel = 'Decrease Value',\n increaseAriaLabel = 'Increase Value',\n increment = 1,\n min = 0,\n max = 10,\n value = 0,\n onChange,\n disabled = false,\n } = props;\n const isFirstRender = useRef(true);\n const [number, setNumber] = useState(value);\n\n useEffect(() => {\n if (isFirstRender.current) {\n isFirstRender.current = false;\n return;\n }\n setNumber(value);\n }, [value]);\n\n const updateValue = (value: number) => {\n if (onChange) {\n onChange(value);\n }\n setNumber(value);\n };\n\n return (\n <Styles.Wrapper>\n <Styles.Button\n className=\"remove-button\"\n aria-label={decreaseAriaLabel}\n onClick={evt => {\n evt.preventDefault();\n updateValue(number - increment > min ? number - increment : min);\n }}\n disabled={number <= min || disabled}\n >\n <Icon icon=\"remove\" />\n </Styles.Button>\n <Styles.Input\n type=\"number\"\n min={min}\n max={max}\n value={number}\n onChange={evt => {\n evt.preventDefault();\n updateValue(parseInt(evt.target.value));\n }}\n disabled={disabled}\n />\n <Styles.Button\n className=\"add-button\"\n aria-label={increaseAriaLabel}\n onClick={evt => {\n evt.preventDefault();\n updateValue(number + increment < max ? number + increment : max);\n }}\n disabled={number >= max || disabled}\n >\n <Icon icon=\"add\" />\n </Styles.Button>\n </Styles.Wrapper>\n );\n};\n\nexport default NumberInputSpinner;\n","import React, { useState, useEffect } from 'react';\nimport ReactPaginate from 'react-paginate';\nimport * as Styles from './styles';\n\nexport interface PageControlProps {\n dark?: boolean;\n page: number;\n pageCount: number;\n hrefBuilder?: any;\n onPageChange?: (\n event: React.MouseEvent<HTMLButtonElement, MouseEvent>\n ) => void;\n ariaLabelBuilder?: any;\n}\n\nconst PaginationControl = (props: PageControlProps) => {\n const [pageDisplayed, setPageDisplayed] = useState(3);\n\n const {\n dark = false,\n page = 0,\n pageCount,\n hrefBuilder = () => {},\n onPageChange = () => {},\n ariaLabelBuilder = () => {},\n } = props;\n\n useEffect(() => {\n function updateDimensions() {\n if (typeof window !== 'undefined') {\n if (window.innerWidth < 700) setPageDisplayed(1);\n if (window.innerWidth > 700) setPageDisplayed(3);\n }\n }\n\n updateDimensions();\n if (typeof window !== 'undefined') {\n window.addEventListener('resize', updateDimensions);\n }\n });\n\n return (\n <Styles.PaginationWrapper>\n {/* @ts-ignore */}\n <ReactPaginate\n containerClassName={dark ? 'dark pagination' : 'pagination'}\n pageClassName=\"page\"\n breakLinkClassName=\"break\"\n activeClassName=\"active\"\n previousLabel={\n <svg viewBox=\"0 0 32 32\">\n <path d=\"M22.6986 26.027C22.0701 26.7812 20.9491 26.8832 20.1948 26.2546L9.52814 17.3657C9.12282 17.0279 8.88847 16.5276 8.88847 16C8.88847 15.4724 9.12282 14.972 9.52814 14.6342L20.1948 5.74536C20.9491 5.1168 22.0701 5.21871 22.6986 5.97298C23.3272 6.72725 23.2253 7.84826 22.471 8.47682L13.4432 16L22.471 23.5231C23.2253 24.1517 23.3272 25.2727 22.6986 26.027Z\" />\n </svg>\n }\n nextLabel={\n <svg viewBox=\"0 0 32 32\">\n <path d=\"M9.30048 5.97303C9.92904 5.21876 11.05 5.11685 11.8043 5.74541L22.471 14.6343C22.8763 14.9721 23.1106 15.4724 23.1106 16C23.1106 16.5276 22.8763 17.028 22.471 17.3658L11.8043 26.2546C11.05 26.8832 9.92904 26.7813 9.30048 26.027C8.67192 25.2727 8.77383 24.1517 9.5281 23.5232L18.5559 16L9.5281 8.47686C8.77383 7.8483 8.67192 6.7273 9.30048 5.97303Z\" />\n </svg>\n }\n pageRangeDisplayed={pageDisplayed}\n marginPagesDisplayed={1}\n forcePage={page}\n pageCount={pageCount}\n hrefBuilder={hrefBuilder}\n onPageChange={(pageObj: any) => {\n onPageChange(pageObj.selected);\n }}\n ariaLabelBuilder={ariaLabelBuilder}\n />\n </Styles.PaginationWrapper>\n );\n};\n\nexport default PaginationControl;\n","import React from 'react';\nimport * as Styles from './styles';\n\nexport interface ProgressBarProps {\n progress: number;\n value?: string;\n}\n\nconst ProgressBar = (props: ProgressBarProps) => {\n const { progress = 0, value = '' } = props;\n\n return (\n <Styles.Wrapper>\n <Styles.Bar>\n <Styles.Progress progress={progress} />\n </Styles.Bar>\n {value && <Styles.Value>{value}</Styles.Value>}\n </Styles.Wrapper>\n );\n};\n\nexport default ProgressBar;\n","import React from 'react';\nimport ErrorField from '../../atoms/error-field';\nimport * as Styles from './styles';\n\nexport type Item = {\n value: string;\n label: string;\n disabled: boolean;\n checked: boolean | undefined;\n};\n\nexport interface RadioGroupProps {\n className?: string;\n style?: React.CSSProperties;\n options: Item[];\n type?: 'row' | 'column';\n group: string;\n onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;\n error?: string;\n disabled?: boolean;\n dataTestId?: string;\n}\n\nconst RadioGroup = (props: RadioGroupProps) => {\n const {\n className = 'radio-group',\n style,\n options,\n type = 'column',\n group,\n onChange,\n error,\n disabled = false,\n dataTestId,\n } = props;\n\n return (\n <div style={style} className={className}>\n <Styles.Wrapper\n type={type}\n group={group}\n error={error}\n data-testid={dataTestId}\n >\n {options.map((value, index) => (\n <Styles.Item key={index} disabled={value.disabled || disabled}>\n <input\n id={`radio-${group}-${index}`}\n type=\"radio\"\n name={group}\n value={value.value}\n checked={value.checked}\n onChange={onChange}\n disabled={value.disabled || disabled}\n />\n <label htmlFor={`radio-${group}-${index}`}>{value.label}</label>\n <div className=\"check\" />\n </Styles.Item>\n ))}\n </Styles.Wrapper>\n {error ? <ErrorField error={error} /> : null}\n </div>\n );\n};\n\nexport default RadioGroup;\n","import React, { CSSProperties } from 'react';\nimport ErrorField from '../error-field';\nimport * as Styles from './styles';\n\nexport interface SelectProps {\n placeholder?: string;\n options: any;\n defaultValue?: string | number;\n value?: string | number;\n name?: string;\n onChange?: (event: React.ChangeEvent<HTMLSelectElement>) => void;\n error?: string;\n disabled?: boolean;\n dataTestId?: string;\n className?: string;\n style?: CSSProperties;\n}\n\nconst Select = (props: SelectProps) => {\n const {\n placeholder,\n options,\n defaultValue,\n value,\n name,\n onChange = () => {},\n error,\n disabled = false,\n dataTestId,\n } = props;\n\n const selectOptions = options.map(\n (value: { value: string; name: string }) => (\n <option key={value.value} value={value.value}>\n {value.name}\n </option>\n )\n );\n\n return (\n <>\n <Styles.SelectStyle\n name={name}\n defaultValue={defaultValue}\n value={value}\n onChange={onChange}\n error={error}\n disabled={disabled}\n data-testid={dataTestId}\n >\n {placeholder && (\n <option value=\"\" disabled selected hidden>\n {placeholder}\n </option>\n )}\n {selectOptions}\n </Styles.SelectStyle>\n {error ? <ErrorField error={error} /> : null}\n </>\n );\n};\n\nexport default Select;\n","import React from 'react';\nimport Select from 'react-select';\nimport ErrorField from '../error-field';\nimport {\n CustomSelectOption,\n CustomSelectValue,\n FormatGroupLabel,\n} from './components';\nimport * as Styles from './styles';\nimport { SelectInteractiveProps, TSelectInteractiveOption } from './types';\n\nconst SelectInteractive = ({\n name,\n multi = false,\n search = true,\n placeholder,\n options,\n value,\n clear = true,\n error,\n disabled = false,\n formatGroupLabel = true,\n onChange = () => {},\n onInputChange = () => {},\n ...rest\n}: SelectInteractiveProps<TSelectInteractiveOption>) => {\n return (\n <Styles.SelectWrapper {...rest}>\n <Select\n name={name}\n value={value}\n isMulti={multi}\n options={options}\n isClearable={clear}\n isDisabled={disabled}\n isSearchable={search}\n classNamePrefix=\"select\"\n placeholder={placeholder}\n className=\"select-interactive\"\n // @ts-ignore\n onChange={e => onChange(e ?? [])}\n defaultMenuIsOpen={false}\n onInputChange={onInputChange}\n components={{\n Option: CustomSelectOption,\n SingleValue: CustomSelectValue,\n }}\n formatGroupLabel={s =>\n formatGroupLabel ? FormatGroupLabel?.(s) : undefined\n }\n />\n {error ? <ErrorField error={error} /> : null}\n </Styles.SelectWrapper>\n );\n};\n\nexport default SelectInteractive;\n","import React from 'react';\nimport { Carousel } from 'react-responsive-carousel';\nimport Button from '../button';\nimport * as Styles from './styles';\n\nexport interface SlideshowProps {\n showArrows?: boolean;\n slidesNumber: number;\n autoPlay?: boolean;\n stopOnHover?: boolean;\n interval?: number;\n dynamicHeight?: boolean;\n slideSelected?: number;\n children: any;\n}\n\nconst Slideshow = (props: SlideshowProps) => {\n const {\n showArrows = true,\n slidesNumber = 1,\n autoPlay = true,\n stopOnHover = true,\n interval = 5000,\n dynamicHeight = true,\n slideSelected = 0,\n children,\n } = props;\n\n return (\n <Styles.Wrapper slidesNumber={slidesNumber}>\n <Carousel\n showArrows={showArrows}\n showStatus={false}\n showThumbs={false}\n autoPlay={autoPlay}\n stopOnHover={stopOnHover}\n interval={interval}\n transitionTime={1000}\n infiniteLoop={true}\n useKeyboardArrows={true}\n swipeable={false}\n swipeScrollTolerance={5}\n emulateTouch={false}\n dynamicHeight={dynamicHeight}\n selectedItem={slideSelected}\n renderArrowPrev={(onClickHandler, hasPrev) =>\n hasPrev && (\n <Button\n className=\"previous\"\n variant=\"text\"\n ariaLabel=\"Previous\"\n action={onClickHandler}\n icon=\"arrowBack\"\n />\n )\n }\n renderArrowNext={(onClickHandler, hasNext) =>\n hasNext && (\n <Button\n className=\"next\"\n variant=\"text\"\n ariaLabel=\"Next\"\n action={onClickHandler}\n icon=\"arrowForward\"\n />\n )\n }\n renderIndicator={(onClickHandler, isSelected, index) => {\n if (isSelected) {\n return (\n <li\n className=\"selected\"\n aria-label={`Slide ${index + 1} selected`}\n title={`Slide ${index + 1} selected`}\n />\n );\n }\n return (\n <li>\n <button\n onClick={onClickHandler}\n onKeyDown={onClickHandler}\n value={index}\n key={index}\n tabIndex={0}\n title={`Slide ${index + 1}`}\n aria-label={`Slide ${index + 1}`}\n />\n </li>\n );\n }}\n >\n {children}\n </Carousel>\n </Styles.Wrapper>\n );\n};\n\nexport default Slideshow;\n","import React, { useState } from 'react';\nimport { Button, EmptyTable, Icon } from '../..';\nimport { hasValue } from '../../utils/filters/has-value';\nimport { ActionMenu } from '../actions-menu/types';\nimport { ActionMenuList } from '../actions-menu';\nimport useVisible from '../../utils/hooks/use-visible';\nimport * as Styles from './styles';\n\ninterface TableOption<CellDataType> {\n id: string;\n value: string;\n dataKey: string;\n renderer?: (\n value: any,\n data: CellDataType\n ) => JSX.Element | string | number | null | undefined;\n className?: string;\n dataTestId?: string;\n}\n\nexport interface TableOptions<CellDataType> {\n columns: TableOption<CellDataType>[];\n}\n\nexport interface TableProps<CellDataType> {\n border?: boolean;\n options: TableOptions<CellDataType>;\n values: (CellDataType | null)[];\n actions?: ActionMenu<CellDataType>[];\n dataTestId?: string;\n menuDataTestId?: string;\n actionMenuTestId?: string;\n loading?: boolean;\n loadingColumns?: number;\n loadingRows?: number;\n showEmpty?: boolean;\n emptyValue?: string;\n className?: string;\n style?: React.CSSProperties;\n startsOpen?: boolean;\n}\n\nexport interface CellBaseType {\n id: string;\n}\n\nconst Table = <CellData extends CellBaseType>(props: TableProps<CellData>) => {\n const {\n border = true,\n options,\n values = [],\n actions = [],\n dataTestId = 'table-test-id',\n menuDataTestId = 'table-action-menu',\n actionMenuTestId = 'icon-button',\n loading = false,\n loadingColumns = 4,\n loadingRows = 5,\n showEmpty = false,\n emptyValue = 'No Data',\n className = 'table',\n style,\n startsOpen = false,\n } = props;\n\n const { ref, isVisible, setIsVisible } = useVisible<HTMLDivElement>(\n startsOpen\n );\n\n const [rowData, setRowData] = useState({});\n const [rowIndex, setRowIndex] = useState<number | undefined>(undefined);\n const { columns = [] } = options;\n const hasActionMenu = actions.length > 0;\n const validValues = values.filter(hasValue);\n const hasValues = Array.isArray(values) && values.length > 0;\n\n const headSkeleton = (\n <th>\n <Styles.SkeletonCell />\n </th>\n );\n\n const cellSkeleton = (\n <td>\n <Styles.SkeletonCell />\n </td>\n );\n\n const columnsSkeleton = columns.length > 0 ? columns.length : loadingColumns;\n\n if (showEmpty && !hasValues) {\n const columnHeaders = columns.map(column => column.value);\n return (\n <EmptyTable\n border={border}\n tableHead={columnHeaders}\n value={emptyValue}\n />\n );\n }\n\n return (\n <Styles.TableWrapper>\n <Styles.OverflowWrapper>\n <Styles.Table\n border={border}\n data-testid={dataTestId}\n className={className}\n style={style}\n loadingState={loading}\n >\n <thead>\n <tr>\n {loading && !columns\n ? Array.from({ length: loadingColumns }, () => headSkeleton)\n : columns.map(\n ({\n id = '',\n className = '',\n value = '',\n dataTestId: colDataTestId = null,\n }) => (\n <th\n key={id}\n className={className}\n data-testid={\n colDataTestId ? `th-${colDataTestId}` : null\n }\n >\n {value}\n </th>\n )\n )}\n {!loading && hasActionMenu && <th />}\n </tr>\n </thead>\n <tbody>\n {loading\n ? Array.from({ length: loadingRows }, () => (\n <tr>\n {Array.from(\n { length: columnsSkeleton },\n () => cellSkeleton\n )}\n </tr>\n ))\n : validValues.map((row, index) => (\n <tr key={row.id} data-testid={`row-${dataTestId}`}>\n {columns.map(\n ({\n id = '',\n dataKey = '',\n className = '',\n value = '',\n renderer = null,\n dataTestId,\n }) => (\n <td\n key={id}\n className={className}\n data-label={value}\n data-testid={`td-${dataTestId}`}\n >\n <div>\n {renderer\n ? renderer(row[dataKey as keyof CellData], row)\n : row[dataKey as keyof CellData]}\n {className === 'tkai' ? (\n <Icon icon=\"tkai\" fill=\"hsl(0, 0%, 16%)\" />\n ) : className === 'vkai' ? (\n <Icon icon=\"vkai\" fill=\"hsl(0, 0%, 16%)\" />\n ) : null}\n </div>\n </td>\n )\n )}\n\n {hasActionMenu && (\n <td className=\"menu\" data-testid={menuDataTestId}>\n <div ref={ref}>\n <Button\n variant=\"text\"\n color=\"grey500\"\n icon=\"menuVert\"\n action={evt => {\n evt.preventDefault();\n setRowData(row);\n setRowIndex(index);\n setIsVisible(!isVisible);\n evt.stopPropagation();\n }}\n dataTestId={actionMenuTestId}\n />\n </div>\n </td>\n )}\n </tr>\n ))}\n </tbody>\n </Styles.Table>\n\n {isVisible && (\n <ActionMenuList\n actions={actions}\n data={rowData}\n rowIndex={rowIndex}\n handleOptionClick={() => {\n setIsVisible(false);\n }}\n />\n )}\n </Styles.OverflowWrapper>\n </Styles.TableWrapper>\n );\n};\n\nexport default Table;\n","import React, { useState } from 'react';\nimport { Button, EmptyTable, Icon } from '../..';\nimport { hasValue } from '../../utils/filters/has-value';\nimport { ActionMenu } from '../actions-menu/types';\nimport { colors } from '../../ions/variables';\nimport { TableWrapper, OverflowWrapper } from '../table/styles';\nimport { ActionMenuList } from '../actions-menu';\nimport useVisible from '../../utils/hooks/use-visible';\nimport * as Styles from './styles';\n\nimport { DragDropContext, Droppable, Draggable } from 'react-beautiful-dnd';\n\ninterface TableOption<CellDataType> {\n id: string;\n value: string;\n dataKey: string;\n renderer?: (\n value: any,\n data: CellDataType\n ) => JSX.Element | string | number | null | undefined;\n className?: string;\n dataTestId?: string;\n}\n\nexport interface TableOptions<CellDataType> {\n columns: TableOption<CellDataType>[];\n}\n\nexport interface TableProps<CellDataType> {\n border?: boolean;\n options: TableOptions<CellDataType>;\n values: (CellDataType | null)[];\n actions?: ActionMenu<CellDataType>[];\n dataTestId?: string;\n menuDataTestId?: string;\n actionMenuTestId?: string;\n showEmpty?: boolean;\n emptyValue?: string;\n className?: string;\n style?: React.CSSProperties;\n onChange?: any;\n startsOpen?: boolean;\n}\n\nexport interface CellBaseType {\n id: string;\n}\n\nconst TableDnD = <CellData extends CellBaseType>(\n props: TableProps<CellData>\n) => {\n const {\n border = false,\n options,\n values = [],\n actions = [],\n dataTestId = 'table-test-id',\n menuDataTestId = 'table-action-menu',\n actionMenuTestId = 'icon-button',\n showEmpty = false,\n emptyValue = 'No Data',\n className = 'table',\n style,\n onChange,\n startsOpen = false,\n } = props;\n\n const { ref, isVisible, setIsVisible } = useVisible<HTMLDivElement>(\n startsOpen\n );\n\n const [draggableId, setDraggableId] = useState('');\n const [rowData, setRowData] = useState({});\n const [rowIndex, setRowIndex] = useState<number | undefined>(undefined);\n\n const { columns = [] } = options;\n const hasActionMenu = actions.length > 0;\n const validValues = values.filter(hasValue);\n\n const hasValues = Array.isArray(values) && values.length > 0;\n if (showEmpty && !hasValues) {\n const columnHeaders = columns.map(column => column.value);\n return (\n <EmptyTable\n border={border}\n tableHead={columnHeaders}\n value={emptyValue}\n />\n );\n }\n\n const reorder = (list: any[], startIndex: number, endIndex: number) => {\n const result = Array.from(list);\n const [removed] = result.splice(startIndex, 1);\n result.splice(endIndex, 0, removed);\n\n return result.map((dragItem: any, index) => {\n dragItem.order = index;\n return dragItem;\n });\n };\n\n const getItemStyle = (isDragging: boolean, draggableStyle: any) => ({\n userSelect: 'none',\n background: isDragging ? colors.white : 'transparent',\n ...draggableStyle,\n });\n\n const getListStyle = (isDraggingOver: boolean) => ({\n background: isDraggingOver ? colors.white : 'transparent',\n });\n\n return (\n // @ts-ignore\n <DragDropContext\n onBeforeDragStart={result => {\n setDraggableId(result.draggableId);\n }}\n onDragEnd={result => {\n if (!result.destination) {\n return;\n }\n const newValues = reorder(\n values,\n result.source.index,\n result.destination.index\n );\n onChange(newValues);\n setDraggableId('');\n }}\n >\n <TableWrapper>\n <OverflowWrapper>\n <Styles.Table\n border={border}\n data-testid={dataTestId}\n className={className}\n style={style}\n layout=\"auto\"\n >\n <thead>\n <tr>\n <th className=\"thin\" />\n {columns.map(\n ({\n id = '',\n className = '',\n value = '',\n dataTestId: colDataTestId = null,\n }) => (\n <th\n key={id}\n className={className}\n data-testid={colDataTestId ? `th-${colDataTestId}` : null}\n >\n {value}\n </th>\n )\n )}\n </tr>\n </thead>\n {/* @ts-ignore */}\n <Droppable droppableId=\"droppable\">\n {(provided, snapshot) => (\n <tbody\n {...provided.droppableProps}\n ref={provided.innerRef}\n style={getListStyle(snapshot.isDraggingOver)}\n >\n {validValues.map((row, index) => (\n // @ts-ignore\n <Draggable\n key={`${index}`}\n draggableId={`${index}`}\n index={index}\n >\n {(provided, snapshot) => (\n <Styles.TableRow\n ref={provided.innerRef}\n key={row.id}\n data-testid={`row-${dataTestId}`}\n draggableId={draggableId}\n style={getItemStyle(\n snapshot.isDragging,\n provided.draggableProps.style\n )}\n {...provided.draggableProps}\n >\n <td className=\"thin drag-handle\">\n <div {...provided.dragHandleProps}>\n <Icon icon=\"drag-handle\" />\n </div>\n </td>\n {columns.map(\n ({\n id = '',\n dataKey = '',\n className = '',\n value = '',\n renderer = null,\n dataTestId,\n }) => (\n <td\n key={id}\n className={className}\n data-label={value}\n data-testid={`td-${dataTestId}`}\n >\n <div>\n {renderer\n ? renderer(\n row[dataKey as keyof CellData],\n row\n )\n : row[dataKey as keyof CellData]}\n {className === 'kai' ? (\n <Icon icon=\"kai\" fill=\"hsl(0, 0%, 16%)\" />\n ) : null}\n </div>\n </td>\n )\n )}\n\n {hasActionMenu && (\n <td className=\"menu\" data-testid={menuDataTestId}>\n <div ref={ref}>\n <Button\n variant=\"text\"\n color=\"grey500\"\n icon=\"menuVert\"\n action={evt => {\n evt.preventDefault();\n setRowData(row);\n setRowIndex(index);\n setIsVisible(!isVisible);\n evt.stopPropagation();\n }}\n dataTestId={actionMenuTestId}\n />\n </div>\n </td>\n )}\n </Styles.TableRow>\n )}\n </Draggable>\n ))}\n {provided.placeholder}\n </tbody>\n )}\n </Droppable>\n </Styles.Table>\n\n {isVisible && (\n <ActionMenuList\n actions={actions}\n data={rowData}\n rowIndex={rowIndex}\n />\n )}\n </OverflowWrapper>\n </TableWrapper>\n </DragDropContext>\n );\n};\n\nexport default TableDnD;\n","import React from 'react';\nimport Tabs from 'react-responsive-tabs';\nimport * as Styles from './styles';\n\nexport type Tab = {\n title: string;\n renderer: React.ReactNode;\n};\n\nexport interface TabsPanelProps {\n unmountOnExit?: boolean;\n selectedTabKey?: number;\n beforeChange?: () => {};\n onChange?: () => {};\n tabs: Tab[];\n}\n\nconst TabsPanel = (props: TabsPanelProps) => {\n const {\n unmountOnExit = true,\n selectedTabKey = 0,\n beforeChange,\n onChange,\n tabs,\n } = props;\n\n const getTabs = () => {\n return tabs.map((tab, index) => ({\n key: index,\n tabClassName: 'tab',\n panelClassName: 'panel',\n title: tab.title,\n getContent: () => tab.renderer,\n }));\n };\n\n return (\n <Styles.Wrapper>\n <Tabs\n transform={false}\n unmountOnExit={unmountOnExit}\n selectedTabKey={selectedTabKey}\n beforeChange={beforeChange}\n onChange={onChange}\n items={getTabs()}\n />\n </Styles.Wrapper>\n );\n};\n\nexport default TabsPanel;\n","import React, { CSSProperties } from 'react';\nimport * as Styles from './styles';\nimport { TagColor } from '../tag/types';\n\nexport interface TagNumberProps {\n className?: string;\n style?: CSSProperties;\n color?: TagColor;\n valueColor?: TagColor;\n label: string;\n value: number | string;\n}\n\nconst TagNumber = (props: TagNumberProps) => {\n const {\n className = 'tag-number',\n style,\n color = 'purple500',\n valueColor = 'white',\n label,\n value,\n } = props;\n\n return (\n <Styles.TagWrapper\n className={className}\n style={style}\n color={color}\n valueColor={valueColor}\n >\n <span className=\"label\">{label}</span>\n <span className=\"value\">{value}</span>\n </Styles.TagWrapper>\n );\n};\n\nexport default TagNumber;\n","import React, { CSSProperties } from 'react';\nimport ErrorField from '../error-field';\nimport * as Styles from './styles';\n\nexport interface TextAreaProps {\n className?: string;\n style?: CSSProperties;\n height?: string;\n name?: string;\n placeholder?: string;\n value?: string;\n defaultValue?: string;\n onChange?: (event: React.ChangeEvent<HTMLTextAreaElement>) => void;\n minlength?: number;\n maxlength?: number;\n charactersCount?: number;\n disabled?: boolean;\n error?: string;\n required?: boolean;\n dataTestId?: string;\n}\n\nconst TextArea = (props: TextAreaProps) => {\n const {\n className = 'text-area',\n style,\n height,\n name,\n placeholder,\n value,\n defaultValue,\n onChange = () => {},\n minlength,\n maxlength,\n charactersCount,\n disabled = false,\n error,\n required,\n dataTestId,\n } = props;\n\n return (\n <Styles.Wrapper className=\"text-field\">\n <Styles.TextAreaStyle\n className={className}\n style={style}\n height={height}\n name={name}\n placeholder={placeholder}\n value={value}\n defaultValue={defaultValue}\n onChange={onChange}\n minlength={minlength}\n maxlength={maxlength}\n disabled={disabled}\n error={error}\n required={required}\n data-testid={dataTestId}\n />\n\n {charactersCount != undefined && (\n <Styles.Count>\n <span className={charactersCount < 0 ? 'negative' : ''}>\n {charactersCount}\n </span>\n </Styles.Count>\n )}\n {error ? <ErrorField error={error} /> : null}\n </Styles.Wrapper>\n );\n};\n\nexport default TextArea;\n","import React from 'react';\nimport { ErrorField } from '../..';\nimport TextField from '../text-field';\nimport { TextFieldType } from '../text-field/types';\nimport * as Styles from './styles';\n\nexport interface TextFieldAppendixProps {\n append?: string;\n prepend?: string;\n type?: TextFieldType;\n error?: string;\n name?: string;\n value?: string | number;\n defaultValue?: string | number;\n onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;\n disabled?: boolean;\n placeholder?: string;\n dataTestId?: string;\n className?: string;\n min?: number;\n max?: number;\n pattern?: string;\n required?: boolean;\n}\n\nconst TextFieldAppendix = (props: TextFieldAppendixProps) => {\n const {\n append,\n prepend,\n type = 'text',\n name,\n value,\n defaultValue,\n onChange = () => {},\n placeholder = '',\n min,\n max,\n disabled = false,\n error,\n dataTestId,\n className = 'text-field-appendix',\n pattern,\n required = false,\n } = props;\n\n return (\n <>\n <Styles.Wrapper className={className} error={error}>\n {prepend && (\n <Styles.Appendix error={error} position=\"left\">\n <span>{prepend}</span>\n </Styles.Appendix>\n )}\n <TextField\n type={type}\n name={name}\n value={value}\n defaultValue={defaultValue}\n onChange={onChange}\n placeholder={placeholder}\n min={min}\n max={max}\n disabled={disabled}\n data-testid={dataTestId}\n pattern={pattern}\n required={required}\n />\n {append && (\n <Styles.Appendix error={error} position=\"right\">\n <span>{append}</span>\n </Styles.Appendix>\n )}\n </Styles.Wrapper>\n {error ? <ErrorField error={error} /> : null}\n </>\n );\n};\n\nexport default TextFieldAppendix;\n","import React, { useEffect, useState } from 'react';\n\nimport * as Styles from './styles';\nimport { ToggleProps } from './types';\nimport { v4 } from 'uuid';\n\nconst Toggle = ({\n ariaLabelOn,\n ariaLabelOff,\n labelLeft = 'Off',\n labelRight = 'On',\n checked = false,\n disabled = false,\n isLabelVisible = false,\n onClick = () => {},\n ...rest\n}: ToggleProps) => {\n // tracks the active state so it's easier to test\n const [state, setState] = useState(checked);\n const [id, setId] = useState('');\n\n const handleClick = (value: boolean) => {\n if (disabled) return;\n\n setState(value);\n return onClick(value);\n };\n\n useEffect(() => {\n // If the ID stays outside the component\n // it will be the same if we instantiate\n // thousands components.\n // And if it stays inside the component\n // it will rerun everytime causing memory leak\n // So, this will enforce a unique id,\n // without any re-renders\n const id = v4().split('', 5).join('');\n setId(id);\n }, []);\n\n useEffect(() => {\n setState(checked);\n }, [checked]);\n\n return (\n <Styles.Switcher\n disabled={disabled}\n role=\"radiogroup\"\n aria-label=\"toggle switcher\"\n {...rest}\n >\n <div>\n {labelLeft && isLabelVisible && (\n <label htmlFor={`${id}-switch-off`}>{labelLeft}</label>\n )}\n\n <span className=\"wrapper\">\n <input\n type=\"radio\"\n name={`toggle-id-${id}`}\n id={`${id}-switch-off`}\n className=\"switch-off\"\n checked={!state}\n disabled={disabled}\n aria-checked={!state}\n aria-label={ariaLabelOff}\n onChange={() => handleClick(false)}\n />\n <input\n type=\"radio\"\n name={`toggle-id-${id}`}\n className=\"switch-on\"\n id={`${id}-switch-on`}\n checked={state}\n disabled={disabled}\n aria-checked={state}\n aria-label={ariaLabelOn}\n onChange={() => handleClick(true)}\n />\n <span aria-hidden=\"true\" className=\"bg\" />\n {/* eslint-disable-next-line jsx-a11y/label-has-associated-control */}\n <label\n aria-hidden=\"true\"\n className=\"switcher\"\n htmlFor={`${id}-switch-${state ? 'off' : 'on'}`}\n />\n </span>\n\n {labelRight && isLabelVisible && (\n <label htmlFor={`${id}-switch-on`}>{labelRight}</label>\n )}\n </div>\n </Styles.Switcher>\n );\n};\n\nexport default Toggle;\n","import React, { CSSProperties } from 'react';\nimport * as Styles from './styles';\n\nexport interface TruncateLineProps {\n value: string;\n className?: string;\n style?: CSSProperties;\n dataTestId?: string;\n}\n\nconst TruncateLine = (props: TruncateLineProps) => {\n const { value, className = 'truncate', style, dataTestId } = props;\n return (\n <Styles.TruncateWrapper\n className={className}\n style={style}\n data-testid={dataTestId}\n >\n <span>{value}</span>\n </Styles.TruncateWrapper>\n );\n};\n\nexport default TruncateLine;\n","import React from 'react';\nimport ReactPlayer from 'react-player';\nimport * as Styles from './styles';\n\nexport interface VideoPlayerProps {\n video: any;\n playing?: boolean;\n loop?: boolean;\n controls?: boolean;\n width?: string;\n height?: string;\n onEnded?: any;\n onReady?: any;\n onError?: any;\n}\n\nconst VideoPlayer = (props: VideoPlayerProps) => {\n const {\n video,\n playing = true,\n loop = false,\n controls = false,\n width = '100%',\n height = '100%',\n onEnded,\n onReady,\n onError,\n } = props;\n\n return (\n <Styles.Wrapper>\n {/* @ts-ignore */}\n <ReactPlayer\n style={{ position: 'absolute', top: 0, left: 0 }}\n url={video}\n playing={playing}\n loop={loop}\n controls={controls}\n width={width}\n height={height}\n onEnded={onEnded}\n onReady={onReady}\n onError={onError}\n />\n </Styles.Wrapper>\n );\n};\n\nexport default VideoPlayer;\n","import React, { CSSProperties } from 'react';\nimport * as Styles from './styles';\n\nexport type Step = {\n active: boolean;\n value: string;\n dataTestId?: string;\n};\n\nexport interface WizardStepsProps {\n className?: string;\n style?: CSSProperties;\n steps: Step[];\n dataTestId?: string;\n}\n\nconst WizardSteps = (props: WizardStepsProps) => {\n const {\n className = 'wizard-steps',\n style,\n steps = [],\n dataTestId = 'wizard-steps-test-id',\n } = props;\n\n return (\n <div className={className} style={style} data-testid={dataTestId}>\n <Styles.Steps>\n {steps.map((step, index) => (\n <Styles.Step\n key={index}\n active={step.active}\n data-testid={`step-${step.dataTestId}`}\n >\n <div>\n <span>{step.value}</span>\n </div>\n </Styles.Step>\n ))}\n </Styles.Steps>\n </div>\n );\n};\n\nexport default WizardSteps;\n"],"names":["colors","black","white","grey50","grey100","grey150","grey200","grey300","grey400","grey500","grey600","grey700","grey800","grey850","grey900","grey950","blue50","blue100","blue150","blue200","blue300","blue400","blue500","blue600","blue700","blue800","blue850","blue900","blue950","purple50","purple100","purple150","purple200","purple300","purple400","purple500","purple600","purple700","purple800","purple850","purple900","purple950","red50","red100","red150","red200","red300","red400","red500","red600","red700","red800","red850","red900","red950","oracle50","oracle100","oracle150","oracle200","oracle300","oracle400","oracle500","oracle600","oracle700","oracle800","oracle850","oracle900","oracle950","green50","green100","green150","green200","green300","green400","green500","green600","green700","green800","green850","green900","green950","orange50","orange100","orange150","orange200","orange300","orange400","orange500","orange600","orange700","orange800","orange850","orange900","orange950","yellow50","yellow100","yellow150","yellow200","yellow300","yellow400","yellow500","yellow600","yellow700","yellow800","yellow850","yellow900","yellow950","paleBlue50","paleBlue100","paleBlue150","paleBlue200","paleBlue300","paleBlue400","paleBlue500","paleBlue600","paleBlue700","paleBlue800","paleBlue850","paleBlue900","paleBlue950","paleOrange50","paleOrange100","paleOrange150","paleOrange200","paleOrange300","paleOrange400","paleOrange500","paleOrange600","paleOrange700","paleOrange800","paleOrange850","paleOrange900","paleOrange950","colorHues","typography","defaultFont","defaultSize","fontSizeSm","rem","fontSizeXs","regular","medium","semiBold","bold","button","height","borderWidth","borderRadius","padding","iconSpacing","iconSize","field","borderColor","hoverBorderColor","backgroundColor","boxShadow","rgba","color","activeBorderColor","activeColor","successBackgroundColor","successBorderColor","errorBorderColor","errorBackgroundColor","disabledBackgroundColor","disabledColor","placeholderColor","Wrapper","styled","div","withConfig","displayName","componentId","props","square","size","useColor","value","c","split","filter","Boolean","hover","getHoverColor","tint","hue","indexCurrentHue","indexOf","hoverColor","length","parseFloat","ButtonWrapper","_props$color","_props$color2","_props$txtColor","variant","txtColor","_props$color3","rounded","iconPosition","Button","type","className","style","action","icon","loading","dataTestId","eventId","ariaLabel","ariaHidden","disabled","React","Styles","onClick","Spinner","Icon","ActionsMenuStyle","visibleActions","useVisible","initialIsVisible","isVisible","setIsVisible","useState","ref","useRef","handleClickOutside","event","current","contains","target","useEffect","document","addEventListener","removeEventListener","ButtonLinkStyle","a","CheckboxWrapper","label","error","CheckboxLabel","span","CheckboxInput","input","Checkmark","Checkbox","checked","onChange","required","checkedRef","isChecked","setIsChecked","checkmarkClassName","useMemo","isCheckStr","isDisabledStr","name","defaultChecked","prev","icons","taikai-mark","rocket","surfboard","notifications","notificationsOutline","mail","mailOutline","warning","challenge","flag","transferReceived","transferSent","transferFailed","backer","jury","addMember","github","bitbucket","google","dribbble","microsoft","twitter-n","facebook-n","instagram-n","linkedin-n","medium-n","reddit-n","link","link-o","instagram","linkedin","twitter","vimeo","youtube","facebook","messenger","reddit","skype","telegram-o","whatsapp-o","settings","play","users","user","user-o","arrowRight","arrowBack","arrowForward","keyboardDown","tkai","vkai","trophy","edit","projects","check","check-double","add","remove","cross","menuVert","tag","local","search","download","overview","categories","question","faqs","timeline","resources","rules","prizes","share","star","verify","voucher","delete","sort","message","camera","image","upload","chart","organization","news","pen","jobs","signout","slack","discord","teams","telegram","whatsapp","copy","bitcoin","ether","eos","language","folder","folder-open","camera-roll","clean-hands","code","mask","sanitizer","coronavirus","dashboard","lamp","puzzle","cloud-outline","cloud","search-in-page","live","food","pizza","one","two","three","four","five","six","school","mic","thunder-o","security","beer","video-playlist","users-o","support","headset","tune","video","wifi","stream","innovators","participants","backers","juries","transactions","updates","matchmaking","results","mentors","lock","phone","cart","idea","visibility","info","drag-handle","thumb-up","thumb-down","send","caret-left","caret-right","wallet-connect","bepro-mark","kucoin","bitmark","coinbase","moonpay","ledger","moonbeam","solidity","metamask","launch","arrow-external","mint","TextFieldInputStyle","css","JSON","stringify","TextAreaStyle","textarea","Count","transparentize","SelectStyle","select","ErrorStyle","Input","TextArea","Select","ErrorField","fill","viewBox","d","LabelStyle","Label","currency","rotation","keyframes","Loading","TagWrapper","Tag","title","_props$valueColor","valueColor","TextField","defaultValue","placeholder","min","max","pattern","SelectWrapper","SelectGroupLabel","SingleValue","Option","components","FormatGroupLabel","display","alignItems","justifyContent","options","_props$options","CustomSelectOption","commonProps","data","customImage","src","alt","CustomSelectValue","Appendix","position","TruncateWrapper","device","slidesNumber","Bar","Progress","progress","Value","Switcher","fieldset","List","ul","undefined","rowIndex","ActionMenuList","actions","handleOptionClick","Array","isArray","visibilityFunc","map","id","url","key","href","e","stopPropagation","CardValueStyle","EmptyTableWrapper","EmptyTableHead","border","EmptyTableBody","EmptyTableRow","EmptyTableCellText","EmptyTableOverlay","EmptyTable","rows","columns","tableHead","headCells","index","i","push","FooterStyle","ModalFooter","children","closeAction","closeValue","buttonValue","hasValue","TableWrapper","OverflowWrapper","Table","table","loadingState","SkeletonCell","layout","TableRow","tr","draggableId","toString","Steps","Step","li","active","PaginationWrapper","IconLoginOnly","width","cx","cy","r","transform","opacity","IconEmptyData","clipPath","Item","Field","customColor","More","ModalOverlay","zIndex","ModalWrapper","modalOverflow","ModalContainer","ModalHeader","slideInLeft","timingFunctions","ModalContent","Grid","center","GridRow","GridCol","startsOpen","evt","preventDefault","boring","boringType","Avatar","blank","rel","description","buttonChecked","setButtonChecked","buttonIcon","buttonAction","buttonDisabled","setLoading","fieldValue","setFieldValue","async","constructor","handleOnClickAction","accept","multiple","pluralText","buttonText","fileName","setFileName","files","pop","getUploadedFileName","htmlFor","showMore","setShowMore","moreMenu","visibleMenuRef","items","visible","querySelector","getElementsByTagName","more","moreVisibility","removeItem","last","prepend","addItem","first","append","checkOverflow","scrollWidth","offsetWidth","window","lines","cardsNumber","loadingType","paragraphs","cards","isShowing","hide","footer","overflow","setOverflow","modalHeight","offsetHeight","innerHeight","resizeWindow","throttle","ReactDOM","createPortal","Fragment","tabIndex","role","body","footerHidden","documentElement","fixViewport","vh","setProperty","decreaseAriaLabel","increaseAriaLabel","increment","isFirstRender","number","setNumber","updateValue","parseInt","pageDisplayed","setPageDisplayed","dark","page","pageCount","hrefBuilder","onPageChange","ariaLabelBuilder","updateDimensions","innerWidth","ReactPaginate","containerClassName","pageClassName","breakLinkClassName","activeClassName","previousLabel","nextLabel","pageRangeDisplayed","marginPagesDisplayed","forcePage","pageObj","selected","group","selectOptions","hidden","SelectInteractive","multi","clear","formatGroupLabel","onInputChange","rest","isMulti","isClearable","isDisabled","isSearchable","classNamePrefix","defaultMenuIsOpen","s","showArrows","autoPlay","stopOnHover","interval","dynamicHeight","slideSelected","Carousel","showStatus","showThumbs","transitionTime","infiniteLoop","useKeyboardArrows","swipeable","swipeScrollTolerance","emulateTouch","selectedItem","renderArrowPrev","onClickHandler","hasPrev","renderArrowNext","hasNext","renderIndicator","isSelected","onKeyDown","values","menuDataTestId","actionMenuTestId","loadingColumns","loadingRows","showEmpty","emptyValue","rowData","setRowData","setRowIndex","hasActionMenu","validValues","hasValues","headSkeleton","cellSkeleton","columnsSkeleton","columnHeaders","column","from","colDataTestId","row","dataKey","renderer","setDraggableId","DragDropContext","onBeforeDragStart","result","onDragEnd","destination","newValues","reorder","list","startIndex","endIndex","removed","splice","dragItem","order","source","Droppable","droppableId","provided","snapshot","droppableProps","innerRef","isDraggingOver","background","Draggable","isDragging","draggableStyle","draggableProps","userSelect","dragHandleProps","getItemStyle","unmountOnExit","selectedTabKey","beforeChange","tabs","Tabs","tab","tabClassName","panelClassName","getContent","minlength","maxlength","charactersCount","Toggle","ariaLabelOn","ariaLabelOff","labelLeft","labelRight","isLabelVisible","state","setState","setId","handleClick","v4","join","playing","loop","controls","onEnded","onReady","onError","ReactPlayer","top","left","steps","step"],"mappings":"0hBAEO,MAAMA,EAAS,CACpBC,MAAO,UACPC,MAAO,UACPC,OAAQ,UACRC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,OAAQ,UACRC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,QAAS,UACTC,SAAU,UACVC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,MAAO,UACPC,OAAQ,UACRC,OAAQ,UACRC,OAAQ,UACRC,OAAQ,UACRC,OAAQ,UACRC,OAAQ,UACRC,OAAQ,UACRC,OAAQ,UACRC,OAAQ,UACRC,OAAQ,UACRC,OAAQ,UACRC,OAAQ,UACRC,SAAU,UACVC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,QAAS,UACTC,SAAU,UACVC,SAAU,UACVC,SAAU,UACVC,SAAU,UACVC,SAAU,UACVC,SAAU,UACVC,SAAU,UACVC,SAAU,UACVC,SAAU,UACVC,SAAU,UACVC,SAAU,UACVC,SAAU,UACVC,SAAU,UACVC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,SAAU,UACVC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,UAAW,UACXC,WAAY,UACZC,YAAa,UACbC,YAAa,UACbC,YAAa,UACbC,YAAa,UACbC,YAAa,UACbC,YAAa,UACbC,YAAa,UACbC,YAAa,UACbC,YAAa,UACbC,YAAa,UACbC,YAAa,UACbC,YAAa,UACbC,aAAc,UACdC,cAAe,UACfC,cAAe,UACfC,cAAe,UACfC,cAAe,UACfC,cAAe,UACfC,cAAe,UACfC,cAAe,UACfC,cAAe,UACfC,cAAe,UACfC,cAAe,UACfC,cAAe,UACfC,cAAe,WAGJC,EAAY,CAAC,GAAI,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,KAExEC,EAAa,CACxBC,qEACAC,YAAa,OACbC,WAAYC,MAAI,QAChBC,WAAYD,MAAI,QAChBE,QAAS,IACTC,OAAQ,IACRC,SAAU,IACVC,KAAM,KAGKC,EAAS,CACpBC,OAAQP,MAAI,QACZQ,YAAaR,MAAI,OACjBS,aAAcT,MAAI,OAClBU,QAASV,MAAI,QACbW,YAAaX,MAAI,QACjBY,SAAUZ,MAAI,SAOHa,EAAQ,CACnBL,YAAaR,MAAI,OACjBS,aAAcT,MAAI,OAClBc,YAAaxJ,EAAO8B,UACpB2H,iBAAkBzJ,EAAO+B,UACzB2H,gBAAiB1J,EAAOE,MACxByJ,UAAWC,OAAK5J,EAAOC,MAAO,KAC9B4J,MAAO7J,EAAOC,MACd6J,kBAAmB9J,EAAOmC,UAC1B4H,YAAa/J,EAAOmC,UACpB6H,uBAAwBhK,EAAO0E,SAC/BuF,mBAAoBjK,EAAO2E,SAC3BuF,iBAAkBlK,EAAOgD,OACzBmH,qBAAsBnK,EAAO8C,OAC7BsH,wBAAyBpK,EAAOI,QAChCiK,cAAerK,EAAOO,QACtB0I,OAAQP,MAAI,QACZ4B,iBAAkBtK,EAAOM,SC3KdiK,EAAUC,EAAOC,IAAGC,YAAAC,8BAAAC,4BAAVJ,oKAEX9B,MAAI,OAAgB1I,EAAOM,QACpBuK,GAAUA,EAAMC,OAAS,EAAI,QACrCD,GAASA,EAAME,KACdF,GAASA,EAAME,MCZdC,EAAYC,IAEvB,MAAMpB,QAAQ7J,SAAAA,EAASiL,GACjBC,EAAID,EAAME,MAAM,YAAYC,OAAOC,SAezC,MAAO,CAACxB,MAAAA,EAAOyB,MAXOC,EAACC,EAAcC,KACnC,MAAMC,EAAkBrD,EAAUsD,QAAQF,GAIpCG,QAAa5L,SAAAA,EAAS0L,GAAmB,EAAIF,EAAOnD,EAHtCqD,IAAoBrD,EAAUwD,OAAS,EACvBH,EAAkB,EAAIA,EAAkB,GAESF,GACrF,aAAOI,EAAAA,EAAc5L,EAAOC,OAGhBsL,CAZDL,EAAE,GACHY,WAAWZ,EAAE,OCQda,EAAgBvB,EAAOxB,OAAM0B,YAAAC,oCAAAC,2BAAbJ,kyBACnBK,IAAK,IAAAmB,EAAA,OAAIhB,SAAQgB,EAACnB,EAAMhB,OAAKmC,EAAI,SAASnC,OACzCgB,IAAK,IAAAoB,EAAAC,EAAA,MACM,YAAlBrB,EAAMsB,SAA0BtB,EAAMuB,SAElCpB,SAAQkB,EAACrB,EAAMuB,UAAQF,EAAI,SAASrC,MADpCmB,SAAQiB,EAACpB,EAAMhB,OAAKoC,EAAI,SAASpC,OAE5BgB,IAAK,IAAAwB,EAAA,MACE,UAAhBxB,EAAMhB,MACF7J,EAAOI,QACS,UAAhByK,EAAMhB,MACN7J,EAAOc,QACPkK,SAAQqB,EAACxB,EAAMhB,OAAKwC,EAAI,SAASf,OAGvBT,GACI,YAAlBA,EAAMsB,QAAwBnD,EAAOE,YAAc,EAGpC2B,GACG,SAAlBA,EAAMsB,QACF,EACAtB,EAAMyB,QACN,QACAtD,EAAOG,aACO0B,GACA,UAAlBA,EAAMsB,QAAsB,YAAc,cAE/BtB,GAAwBnC,MAAdmC,EAAMI,MAAY,OAAc,QAC7CjC,EAAOC,OAIN4B,GAAUA,EAAMI,WAAajC,EAAOI,QAAY,EHiHvC,OGzGFyB,GAA4B,UAAlBA,EAAMsB,QAAsB,GAAK,eACvCtB,GACA,UAAlBA,EAAMsB,QAAsB,eAAiB,cAGpCtB,GAA4B,UAAlBA,EAAMsB,QAAsB,GAAK,eAI5CtB,GAA4B,UAAlBA,EAAMsB,QAAsB,GAAK,eAS/BtB,GACA,UAAlBA,EAAMsB,QAAsB,YAAc,cAM/BtB,GACU,UAAvBA,EAAM0B,aAA2BvD,EAAOK,YAAc,EACxCwB,GACS,SAAvBA,EAAM0B,aAA0BvD,EAAOK,YAAc,EAI9CwB,GAAiC,SAAvBA,EAAM0B,aAA0B,EAAI,EACnC1B,GACA,UAAlBA,EAAMsB,QAAsB,GAAK,gBAKtBzD,MAAIJ,EAAWE,aACbF,EAAWO,OACXH,MAAIJ,EAAWE,aACrBqC,GACW,UAAlBA,EAAMsB,SAAyC,YAAlBtB,EAAMsB,QAC/B,aACA,YH4DY,OGzDTtB,GAAiC,SAAvBA,EAAM0B,aAA0B,EAAI,EAI9C1B,GAAiC,SAAvBA,EAAM0B,aAA0B,EAAI,EAC9CvD,EAAOM,SACNN,EAAOM,SACTuB,GACY,UAAlBA,EAAMsB,SAAyC,YAAlBtB,EAAMsB,QAC/B,aACA,YH+CY,QIvIhBK,EAAU3B,IACd,MAAMsB,QACJA,EAAU,QAAOG,QACjBA,GAAU,EAAKzC,MACfA,EAAQ,YAAWuC,SACnBA,EAAQK,KACRA,EAAIC,UACJA,EAAY,SAAQC,MACpBA,EAAKC,OACLA,EAASA,SAAQ3B,MACjBA,EAAQ,GAAEsB,aACVA,EAAe,OAAMM,KACrBA,EAAO,GAAEC,QACTA,GAAU,EAAKC,WACfA,EAAa,GAAEC,QACfA,EAAU,GAAEC,UACZA,EAASC,WACTA,GAAa,EAAKC,SAClBA,GAAW,GACTtC,EAEJ,OACEuC,gBAACC,GACClB,QAASA,EACTG,QAASA,EACTzC,MAAOA,EACPuC,SAAUA,EACVK,KAAMA,EACNC,UAAWA,EACXC,MAAOA,EACPW,QAASV,EACT3B,MAAOA,EACPsB,aAAcA,gBACDQ,eACDC,eACAC,gBACCC,EACbC,SAAUA,GAAYL,GAErBA,EAAUM,gBAACG,QAAaV,EAAOO,gBAACI,GAAKX,KAAMA,IAAW,KACtD5B,GAASmC,4BAAOnC,KCzDVwC,EAAmBjD,EAAOC,IAAGC,YAAAC,uCAAAC,4BAAVJ,q7BAQlB9B,MAAI,OAAgBa,EAAMC,YACnBD,EAAMJ,aACHI,EAAMG,gBACbhB,MAAI,SACJA,MAAI,SAIMA,MAAI,QAAaa,EAAMI,UACpBjB,MAAI,QAAaa,EAAMI,UAC/BjB,MAAI,QAAaa,EAAMI,ULsIvB,OKxHDjB,MAAI,QAAamC,GAASA,EAAM6C,eAAoBhF,MACvE,OAEkBA,MAAI,UAKJA,MAAI,QAKIa,EAAMC,YAKTd,MAAI,OAAUA,MAAI,OAIdA,MAAI,OAAUA,MAAI,OAO1BA,MAAI,QACRa,EAAMM,gBCpEC8D,EACtBC,GAEA,MAAOC,EAAWC,GAAgBC,WAASH,GACrCI,EAAMC,SAAU,MAEhBC,EAAsBC,IACrBH,GAAQA,EAAII,UACZJ,EAAII,QAAQC,SAASF,EAAMG,SAC9BR,GAAa,KAWjB,OAPAS,YAAU,KACRC,SAASC,iBAAiB,QAASP,GAAoB,GAChD,KACLM,SAASE,oBAAoB,QAASR,GAAoB,KAE3D,IAEI,CAAEF,IAAAA,EAAKH,UAAAA,EAAWC,aAAAA,GCI3B,MCXaa,EAAkBnE,EAAOoE,EAAClE,YAAAC,sCAAAC,2BAARJ,0oBACrBK,IAAK,IAAAmB,EAAA,OAAIhB,SAAQgB,EAACnB,EAAMhB,OAAKmC,EAAI,SAASnC,OACzCgB,IAAK,IAAAoB,EAAAC,EAAA,MACM,YAAlBrB,EAAMsB,SAA0BtB,EAAMuB,SAElCpB,SAAQkB,EAACrB,EAAMuB,UAAQF,EAAI,SAASrC,MADpCmB,SAAQiB,EAACpB,EAAMhB,OAAKoC,EAAI,SAASpC,OAE5BgB,IAAK,IAAAwB,EAAA,MACE,UAAhBxB,EAAMhB,MACF7J,EAAOI,QACS,UAAhByK,EAAMhB,MACN7J,EAAOc,QACPkK,SAAQqB,EAACxB,EAAMhB,OAAKwC,EAAI,SAASf,OAEvBT,GACI,YAAlBA,EAAMsB,QAAwBnD,EAAOE,YAAc,EAGpC2B,GACG,SAAlBA,EAAMsB,QACF,EACAtB,EAAMyB,QACN,QACAtD,EAAOG,aACO0B,GACA,UAAlBA,EAAMsB,QAAsB,YAAc,cAE/BtB,GAAwBnC,MAAdmC,EAAMI,MAAY,OAAc,QAC7CjC,EAAOC,OAIN4B,GAAUA,EAAMI,WAAajC,EAAOI,QAAY,ERkHvC,OQ3GFyB,GAA4B,UAAlBA,EAAMsB,QAAsB,GAAK,eACvCtB,GACA,UAAlBA,EAAMsB,QAAsB,eAAiB,cAGpCtB,GAA4B,UAAlBA,EAAMsB,QAAsB,GAAK,eAI5CtB,GAA4B,UAAlBA,EAAMsB,QAAsB,GAAK,eAKtCtB,GACU,UAAvBA,EAAM0B,aAA2BvD,EAAOK,YAAc,EACxCwB,GACS,SAAvBA,EAAM0B,aAA0BvD,EAAOK,YAAc,EAK1CX,MAAIJ,EAAWE,aACbF,EAAWO,OACXH,MAAIJ,EAAWE,aACrBqC,GACW,UAAlBA,EAAMsB,SAAyC,YAAlBtB,EAAMsB,QAC/B,aACA,YR+EY,OQ5ETtB,GAAiC,SAAvBA,EAAM0B,aAA0B,EAAI,EAI9C1B,GAAiC,SAAvBA,EAAM0B,aAA0B,EAAI,EAC9CvD,EAAOM,SACNN,EAAOM,SACTuB,GACY,UAAlBA,EAAMsB,SAAyC,YAAlBtB,EAAMsB,QAC/B,aACA,YRkEY,QSrJT0C,EAAkBrE,EAAOsE,MAAKpE,YAAAC,sCAAAC,2BAAZJ,2OAInBK,GAAUA,EAAMsC,SAAW,OAAS,UAO5BtC,GACdA,EAAMkE,MAAQxF,EAAMW,iBAAmBX,EAAME,iBAItCoB,GACPA,EAAMsC,SACF5D,EAAMc,cACNQ,EAAMkE,MACNxF,EAAMW,iBACN,KACUW,GAAUA,EAAMkE,MAAQxF,EAAMW,iBAAmB,MAIxD8E,EAAgBxE,EAAOyE,KAAIvE,YAAAC,oCAAAC,2BAAXJ,kDACP9B,MAAI,QAAaA,MAAI,OAC1BA,MAAI,SAGRwG,EAAgB1E,EAAO2E,MAAKzE,YAAAC,oCAAAC,2BAAZJ,6bAOLK,GAClBA,EAAMkE,MAAQxF,EAAMY,qBAAuBZ,EAAMS,uBACnCa,GACdA,EAAMkE,MAAQxF,EAAMW,iBAAmBX,EAAMU,mBAS3BV,EAAMa,wBACjBb,EAAMc,cAQCd,EAAMa,wBACFb,EAAMG,gBAIVmB,GACdA,EAAMkE,MAAQxF,EAAMW,iBAAmBX,EAAMO,kBAG7Be,GACdA,EAAMkE,MAAQxF,EAAMW,iBAAmBX,EAAMU,oBAKxCmF,EAAY5E,EAAOyE,KAAIvE,YAAAC,gCAAAC,2BAAXJ,+pBAIb9B,MAAI,OACVmC,GAAUA,EAAMkE,MAAQxF,EAAMW,iBAAmBX,EAAMC,YAElDd,MAAI,QACHA,MAAI,QTmEM,OS3DXA,MAAI,OACHA,MAAI,OACHA,MAAI,OACHA,MAAI,OACE1I,EAAOE,MACLwI,MAAI,OAAUA,MAAI,OAOhBmC,GAClBA,EAAMkE,MAAQxF,EAAMY,qBAAuBZ,EAAMS,uBACnCa,GACdA,EAAMkE,MAAQxF,EAAMW,iBAAmBX,EAAMU,mBAQtCV,EAAMc,cAEKd,EAAMa,wBAQVb,EAAMa,wBACFpK,EAAOE,MAIX2K,GACdA,EAAMkE,MAAQxF,EAAMW,iBAAmBX,EAAMU,mBAG7BY,GACdA,EAAMkE,MAAQxF,EAAMW,iBAAmBX,EAAMU,oBC3H/CoF,EAAWA,EACfP,MAAAA,EACA7D,MAAAA,EACAqE,QAAAA,GAAU,EACVC,SAAAA,EAAWA,SACXR,MAAAA,GAAQ,EACR5B,SAAAA,GAAW,EACXT,UAAAA,EAAY,WACZC,MAAAA,EACAI,WAAAA,EACAyC,SAAAA,GAAW,MAEX,MAAMC,EAAaxB,SAAgBqB,IAC5BI,EAAWC,GAAgB5B,WAASuB,GAOrCM,EAAqBC,UAAQ,KACjC,IAAIC,EAAa,GACbC,EAAgB,GAepB,OAVIT,IAAYG,EAAWrB,SACzBuB,EAAaL,GACbG,EAAWrB,QAAUkB,EACrBQ,EAAaR,EAAU,UAAY,eACfQ,EAAXJ,EAAwB,UACjB,cAEJK,EAAV5C,EAA0B,WACT,kBAEX2C,KAAcC,KACvB,CAACT,EAASI,EAAWvC,IAExB,OACEC,gBAACyB,GACClC,MAAOA,EACPD,UAAWA,EACXqC,MAAOA,EACP5B,SAAUA,GAEVC,gBAAC4B,OAAeF,GAChB1B,gBAAC8B,GACCzC,KAAK,WACLuD,KAAM/E,EACNgF,eAAgBP,iBACFA,EACdH,SAtCkBpB,IACtBwB,EAAaO,IAASA,GACtBX,EAASpB,IAqCLY,MAAOA,EACP5B,SAAUA,gBACGJ,EACbyC,SAAUA,IAEZpC,gBAACgC,GAAU1C,UAAWkD,EAAoBb,MAAOA,MCvE1CF,EAAkBrE,EAAOsE,MAAKpE,YAAAC,sCAAAC,2BAAZJ,mXACnBjB,EAAML,YACZ2B,GACAA,EAAMsC,SACF5D,EAAMC,YACNqB,EAAMyE,QACN/F,EAAMU,mBACNV,EAAMC,YACGD,EAAMJ,aACH0B,GAClBA,EAAMsC,SACF5D,EAAMa,wBACNS,EAAMyE,QACN/F,EAAMS,uBACNT,EAAMG,gBACFH,EAAMN,OAIN4B,GAAUA,EAAMsC,SAAW,OAAS,UXoI1B,OW5HF5D,EAAME,iBAIFoB,GAClBA,EAAMsC,SACF5D,EAAMa,wBACNS,EAAMyE,QACN/F,EAAMS,uBACNT,EAAMC,YAIHqB,GACPA,EAAMsC,SACF5D,EAAMc,cACNQ,EAAMyE,QACNtP,EAAOE,MACP,KX0GY,QWrGT8O,EAAgBxE,EAAOyE,KAAIvE,YAAAC,oCAAAC,2BAAXJ,sCACZ9B,MAAI,QACJA,MAAI,SAGRwG,EAAgB1E,EAAO2E,MAAKzE,YAAAC,oCAAAC,2BAAZJ,0XAOLxK,EAAOE,MACXqJ,EAAMU,mBAQFV,EAAMa,wBACjBb,EAAMc,cAIGd,EAAMc,cAKRd,EAAMa,wBACFb,EAAMG,gBAKRH,EAAMU,oBAKfmF,EAAY5E,EAAOyE,KAAIvE,YAAAC,gCAAAC,2BAAXJ,mWAEf9B,MAAI,QACFA,MAAI,OAAgBa,EAAMC,YAEhBxJ,EAAOE,MAClBwI,MAAI,QACHA,MAAI,QXoDM,OW7CXA,MAAI,OACHA,MAAI,OACHA,MAAI,OACHA,MAAI,OAEVmC,GAAUA,EAAMsC,SAAWnN,EAAOE,MAAQqJ,EAAMU,mBAClCvB,MAAI,OAAUA,MAAI,QCrHlCyH,EAAmB,CACvBC,cACE,gQACFC,OACE,2uCACFC,UACE,+vBACFC,cACE,2ZACFC,qBACE,oXACFC,KACE,uYACFC,YACE,mWACFC,QACE,ogBACFC,UACE,kaACFC,KACE,uZACFC,iBACE,6wGACFC,aACE,4vDACFC,eACE,2wEACFC,OACE,i0GACFC,KACE,i0GACFC,UACE,0xBACFC,OACE,0zBACFC,UACE,ubACFC,OACE,2lBACFC,SACE,+0FACFC,UACE,2HACFC,YACE,89BACFC,aACE,gNACFC,cACE,2rDACFC,aACE,0dACFC,WACE,mpBACFC,WACE,0jDACFC,KACE,guBACFC,SACE,y7FACFC,UACE,2/EACFC,SACE,0mCACFrJ,OACE,g6BACFsJ,QACE,4gEACFC,MACE,uzCACFC,QACE,iwBACFC,SACE,2fACFC,UACE,i0BACFC,OACE,u8FACFC,MACE,4iHACFC,aACE,ogDACFC,aACE,ooEACFC,SACE,6iDACFC,KACE,mJACFC,MACE,4hBACFC,KACE,iRACFC,SACE,mUACFC,WACE,uaACFC,UACE,+PACFC,aACE,4PACFC,aACE,kMACFC,KACE,+6BACFC,KACE,63BACFC,OACE,87DACFC,KACE,8PACFC,SACE,q0DACFC,MACE,2YACFC,eACE,+xBACFC,IACE,qRACFC,OACE,kJACFC,MACE,oSACFC,SACE,4aACFC,IACE,6UACFC,MACE,kSACFC,OACE,gXACFC,SACE,oSACFC,SACE,4hBACFC,WACE,6UACFC,SACE,4tBACFC,KACE,q7BACFC,SACE,keACFC,UACE,ifACFC,MACE,8bACFC,OACE,87DACFC,MACE,gdACFC,KACE,4SACFC,OACE,k9BACFC,QACE,szFACFC,OACE,8YACF5J,OACE,sZACF6J,KACE,otBACFC,QACE,oQACFC,OACE,sxBACFC,MACE,0WACFC,OACE,2QACFC,MACE,ucACFC,aACE,4kBACFC,KACE,4hBACFC,IACE,ikBACFC,KACE,4SACFC,QACE,mkBACFC,MACE,y/BACFC,QACE,0/BACFC,MACE,qhDACFC,SACE,4SACFC,SACE,8kCACFC,KACE,ggBACFC,QACE,grBACFC,MACE,qSACFC,IACE,6MACFC,SACE,k7CACFC,OACE,gOACFC,cACE,sdACFC,cACE,khBACFC,cACE,qnCACFC,KACE,iWACFC,KACE,g+BACFC,UACE,0/BACFC,YACE,4jEACFC,UACE,omBACFC,KACE,k4BACFC,OACE,gaACFC,gBACE,+iBACFC,MACE,8MACFC,iBACE,4dACFC,KACE,mlBACFC,KACE,4ZACFC,MACE,2ZACFC,IACE,8VACFC,IACE,mcACFC,MACE,ofACFC,KACE,qZACFC,KACE,kcACFC,IACE,oaACFC,OACE,sbACFC,IACE,uaACFC,YACE,+TACFC,SACE,mSACF7I,MACE,ifACF8I,KACE,2rBACFC,iBACE,8fACFC,UACE,oqBACFC,QACE,+mBACFC,QACE,k8BACFC,KACE,s1BACFC,MACE,gQACFC,KACE,i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"}
|
|
1
|
+
{"version":3,"file":"rocket-kit.cjs.production.min.js","sources":["../src/ions/variables.ts","../src/atoms/avatar-image/styles.tsx","../src/utils/hooks/use-color.ts","../src/atoms/button/styles.tsx","../src/atoms/button/index.tsx","../src/atoms/button-dropdown/styles.tsx","../src/utils/hooks/use-visible.ts","../src/atoms/button-dropdown/index.tsx","../src/atoms/button-link/styles.tsx","../src/atoms/checkbox/styles.tsx","../src/atoms/checkbox/index.tsx","../src/atoms/checkbox-button/styles.tsx","../src/ions/icons.ts","../src/atoms/text-field/styles.tsx","../src/atoms/text-area/styles.tsx","../src/atoms/select/styles.tsx","../src/atoms/error-field/styles.tsx","../src/atoms/error-field/index.tsx","../src/atoms/icon/index.tsx","../src/atoms/label/styles.tsx","../src/atoms/label/index.tsx","../src/atoms/spinner/styles.tsx","../src/atoms/spinner/index.tsx","../src/atoms/tag/styles.tsx","../src/atoms/tag/index.tsx","../src/atoms/tag-number/styles.tsx","../src/atoms/text-field/index.tsx","../src/atoms/select-interactive/styles.tsx","../src/atoms/select-interactive/components/index.tsx","../src/atoms/text-field-appendix/styles.tsx","../src/atoms/truncate-line/styles.tsx","../src/ions/breakpoints.ts","../src/atoms/slideshow/styles.tsx","../src/atoms/video-player/styles.tsx","../src/atoms/progress-bar/styles.tsx","../src/atoms/toggle/styles.tsx","../src/atoms/file-picker/styles.tsx","../src/molecules/actions-menu/styles.tsx","../src/molecules/actions-menu/index.tsx","../src/molecules/card-value/styles.tsx","../src/molecules/empty-table/styles.tsx","../src/molecules/empty-table/index.tsx","../src/molecules/modal-footer/styles.tsx","../src/molecules/modal-footer/index.tsx","../src/molecules/note-card/styles.tsx","../src/utils/filters/has-value.ts","../src/molecules/table/styles.tsx","../src/molecules/table-dnd/styles.tsx","../src/molecules/form-group/styles.tsx","../src/molecules/number-input-spinner/styles.tsx","../src/molecules/wizard-steps/styles.tsx","../src/molecules/pagination-control/styles.tsx","../src/molecules/error/styles.tsx","../src/molecules/data-warning/styles.tsx","../src/ions/icon-login-only.tsx","../src/ions/icon-empty-data.tsx","../src/molecules/radio-group/styles.tsx","../src/molecules/checkbox-group/styles.tsx","../src/molecules/field-with-button/styles.tsx","../src/organisms/horizontal-nav/styles.tsx","../src/organisms/modal/styles.tsx","../src/organisms/modal-drawer/styles.tsx","../src/organisms/loading-state/styles.tsx","../src/organisms/tabs-panel/styles.tsx","../src/organisms/grid-container/styles.tsx","../src/atoms/avatar-image/index.tsx","../src/atoms/button-link/index.tsx","../src/molecules/card-value/index.tsx","../src/atoms/checkbox-button/index.tsx","../src/molecules/checkbox-group/index.tsx","../src/molecules/data-warning/index.tsx","../src/molecules/error/index.tsx","../src/molecules/field-with-button/index.tsx","../src/atoms/file-picker/index.tsx","../src/molecules/form-group/index.tsx","../src/organisms/grid-container/grid-col.tsx","../src/organisms/grid-container/index.tsx","../src/organisms/grid-container/grid-row.tsx","../src/organisms/horizontal-nav/index.tsx","../src/organisms/loading-state/index.tsx","../src/organisms/modal/index.tsx","../src/organisms/modal-drawer/index.tsx","../src/molecules/note-card/index.tsx","../src/molecules/number-input-spinner/index.tsx","../src/molecules/pagination-control/index.tsx","../src/atoms/progress-bar/index.tsx","../src/molecules/radio-group/index.tsx","../src/atoms/select/index.tsx","../src/atoms/select-interactive/index.tsx","../src/atoms/slideshow/index.tsx","../src/molecules/table/index.tsx","../src/molecules/table-dnd/index.tsx","../src/organisms/tabs-panel/index.tsx","../src/atoms/tag-number/index.tsx","../src/atoms/text-area/index.tsx","../src/atoms/text-field-appendix/index.tsx","../src/atoms/toggle/index.tsx","../src/atoms/truncate-line/index.tsx","../src/atoms/video-player/index.tsx","../src/molecules/wizard-steps/index.tsx"],"sourcesContent":["import { rem, rgba } from 'polished';\n\nexport const colors = {\n black: '#000000',\n white: '#ffffff',\n grey50: '#F1F1F3',\n grey100: '#E3E3E8',\n grey150: '#D5D6DC',\n grey200: '#C7C8D1',\n grey300: '#ABACBA',\n grey400: '#8F91A3',\n grey500: '#73758C',\n grey600: '#5C5E70',\n grey700: '#454654',\n grey800: '#2E2F38',\n grey850: '#23232A',\n grey900: '#17171C',\n grey950: '#0C0C0E',\n blue50: '#ECEDFC',\n blue100: '#D9DCFA',\n blue150: '#C6CAF7',\n blue200: '#B3B9F4',\n blue300: '#8E96EF',\n blue400: '#6873E9',\n blue500: '#4250E4',\n blue600: '#3540B6',\n blue700: '#283089',\n blue800: '#1A205B',\n blue850: '#141844',\n blue900: '#0D102E',\n blue950: '#070817',\n purple50: '#ECEAF6',\n purple100: '#D9D4ED',\n purple150: '#C7BFE4',\n purple200: '#B4A9DB',\n purple300: '#8E7FCA',\n purple400: '#6954B8',\n purple500: '#4329A6',\n purple600: '#362185',\n purple700: '#281964',\n purple800: '#1B1042',\n purple850: '#140C32',\n purple900: '#0D0821',\n purple950: '#070411',\n red50: '#FDEEEE',\n red100: '#FBDDDD',\n red150: '#F9CDCD',\n red200: '#F7BCBC',\n red300: '#F39A9A',\n red400: '#EF7979',\n red500: '#EB5757',\n red600: '#BC4646',\n red700: '#8D3434',\n red800: '#5E2323',\n red850: '#471A1A',\n red900: '#2F1111',\n red950: '#180909',\n oracle50: '#F4F0FD',\n oracle100: '#EAE1FB',\n oracle150: '#DFD2FA',\n oracle200: '#D5C3F8',\n oracle300: '#C0A5F4',\n oracle400: '#AB87F1',\n oracle500: '#9669ED',\n oracle600: '#7854BE',\n oracle700: '#5A3F8E',\n oracle800: '#3C2A5F',\n oracle850: '#2D2047',\n oracle900: '#1E152F',\n oracle950: '#0F0B18',\n green50: '#EBFCF7',\n green100: '#D7F9EF',\n green150: '#C2F6E6',\n green200: '#AEF3DE',\n green300: '#86ECCE',\n green400: '#5DE6BD',\n green500: '#35E0AD',\n green600: '#2AB38A',\n green700: '#208668',\n green800: '#155A45',\n green850: '#104334',\n green900: '#0B2D23',\n green950: '#051611',\n orange50: '#FFF0EA',\n orange100: '#FFE1D5',\n orange150: '#FFD2C0',\n orange200: '#FFC3AB',\n orange300: '#FFA680',\n orange400: '#FF8856',\n orange500: '#FF6A2C',\n orange600: '#CC5523',\n orange700: '#99401A',\n orange800: '#662A12',\n orange850: '#4D200D',\n orange900: '#331509',\n orange950: '#1A0B04',\n yellow50: '#FFFBEC',\n yellow100: '#FFF7DA',\n yellow150: '#FFF3C7',\n yellow200: '#FFEFB5',\n yellow300: '#FFE690',\n yellow400: '#FFDE6B',\n yellow500: '#FFD646',\n yellow600: '#CCAB38',\n yellow700: '#99802A',\n yellow800: '#66561C',\n yellow850: '#4D4015',\n yellow900: '#332B0E',\n yellow950: '#1A1507',\n paleBlue50: '#F3F9FD',\n paleBlue100: '#E7F4FB',\n paleBlue150: '#DBEEF9',\n paleBlue200: '#CFE9F7',\n paleBlue300: '#B7DDF4',\n paleBlue400: '#9FD2F0',\n paleBlue500: '#87C7EC',\n paleBlue600: '#6C9FBD',\n paleBlue700: '#51778E',\n paleBlue800: '#36505E',\n paleBlue850: '#293C47',\n paleBlue900: '#1B282F',\n paleBlue950: '#0E1418',\n paleOrange50: '#FDF4EC',\n paleOrange100: '#FCE9D9',\n paleOrange150: '#FADEC6',\n paleOrange200: '#F8D3B3',\n paleOrange300: '#F5BE8C',\n paleOrange400: '#F1A866',\n paleOrange500: '#EE9240',\n paleOrange600: '#BE7533',\n paleOrange700: '#8F5826',\n paleOrange800: '#5F3A1A',\n paleOrange850: '#472C13',\n paleOrange900: '#301D0D',\n paleOrange950: '#180F06',\n};\n\nexport const colorHues = [50, 100, 150, 200, 300, 400, 500, 600, 700, 800, 850, 900, 950];\n\nexport const typography = {\n defaultFont: `\"Space Grotesk\", Verdana, Arial, Helvetica, sans-serif`,\n defaultSize: '16px',\n fontSizeSm: rem('14px'),\n fontSizeXs: rem('12px'),\n regular: 400,\n medium: 500,\n semiBold: 600,\n bold: 700,\n};\n\nexport const button = {\n height: rem('44px'),\n borderWidth: rem('1px'),\n borderRadius: rem('8px'),\n padding: rem('24px'),\n iconSpacing: rem('14px'),\n iconSize: rem('20px'),\n}\n\nexport const misc = {\n transitionDuration: '0.3s'\n}\n\nexport const field = {\n borderWidth: rem('1px'),\n borderRadius: rem('8px'),\n borderColor: colors.purple100,\n hoverBorderColor: colors.purple150,\n backgroundColor: colors.white,\n boxShadow: rgba(colors.black, 0.15),\n color: colors.black,\n activeBorderColor: colors.purple500,\n activeColor: colors.purple500,\n successBackgroundColor: colors.green500,\n successBorderColor: colors.green600,\n errorBorderColor: colors.red500,\n errorBackgroundColor: colors.red300,\n disabledBackgroundColor: colors.grey100,\n disabledColor: colors.grey300,\n height: rem('50px'),\n placeholderColor: colors.grey200,\n}","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors } from '../../ions/variables';\n\ninterface AvatarProps {\n size?: number;\n square?: boolean;\n}\n\nexport const Wrapper = styled.div<AvatarProps>`\n position: relative;\n border: ${rem('2px')} solid ${colors.grey200};\n border-radius: ${props => (props.square ? 0 : '999px')};\n width: ${props => props.size}px;\n height: ${props => props.size}px;\n overflow: hidden;\n z-index: 0;\n\n > * {\n width: 100%;\n height: 100%;\n }\n\n img {\n object-fit: cover;\n }\n`;\n","import { colors, colorHues } from \"../../ions/variables\"\n\nexport const useColor = (value: string) => {\n // @ts-ignore\n const color = colors[value];\n const c = value.split(/([0-9]+)/).filter(Boolean);\n const tint = c[0];\n const hue = parseFloat(c[1]);\n\n const getHoverColor = (tint: string, hue: number) => {\n const indexCurrentHue = colorHues.indexOf(hue);\n const indexIsLast = indexCurrentHue === colorHues.length - 1;\n const indexHoverHue = indexIsLast ? indexCurrentHue - 1 : indexCurrentHue + 1;\n // @ts-ignore\n const hoverColor = colors[indexCurrentHue > -1 ? tint + colorHues[indexHoverHue] : tint];\n return hoverColor ?? colors.black;\n }\n\n const hover = getHoverColor(tint, hue);\n\n return {color, hover};\n};","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { ButtonColor, ButtonVariant } from './types';\nimport { colors, typography, button, misc } from '../../ions/variables';\nimport { useColor } from '../../utils/hooks/use-color';\n\ninterface ButtonProps {\n variant?: ButtonVariant;\n rounded?: boolean;\n color?: ButtonColor;\n txtColor?: ButtonColor;\n value?: String;\n iconPosition?: 'left' | 'right';\n}\n\nexport const ButtonWrapper = styled.button<ButtonProps>`\n --bg: ${props => useColor(props.color ?? 'black').color};\n --txt: ${props =>\n props.variant === 'outline' && !props.txtColor\n ? useColor(props.color ?? 'black').color\n : useColor(props.txtColor ?? 'white').color};\n --hover: ${props =>\n props.color === 'white'\n ? colors.grey100\n : props.color === 'black'\n ? colors.grey900\n : useColor(props.color ?? 'black').hover};\n\n margin: 0;\n border-width: ${props =>\n props.variant === 'outline' ? button.borderWidth : 0};\n border-style: solid;\n border-color: var(--bg);\n border-radius: ${props =>\n props.variant === 'text'\n ? 0\n : props.rounded\n ? '999px'\n : button.borderRadius};\n background-color: ${props =>\n props.variant === 'solid' ? 'var(--bg)' : 'transparent'};\n width: min-content;\n min-width: ${props => (props.value ? rem('80px') : rem('42px'))};\n height: ${button.height};\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ${props => (props.value ? `0 ${button.padding}` : 0)};\n white-space: nowrap;\n text-decoration: none;\n transition-duration: ${misc.transitionDuration};\n cursor: pointer;\n outline: none;\n\n &:hover {\n border-color: ${props => (props.variant === 'solid' ? '' : 'var(--hover)')};\n background-color: ${props =>\n props.variant === 'solid' ? 'var(--hover)' : 'transparent'};\n\n span {\n color: ${props => (props.variant === 'solid' ? '' : 'var(--hover)')};\n }\n\n svg {\n fill: ${props => (props.variant === 'solid' ? '' : 'var(--hover)')};\n }\n }\n\n &:disabled {\n cursor: inherit;\n opacity: 0.5;\n\n &:hover {\n background-color: ${props =>\n props.variant === 'solid' ? 'var(--bg)' : 'transparent'};\n pointer-events: none;\n }\n }\n\n > *:not(:last-child) {\n margin-left: ${props =>\n props.iconPosition === 'right' ? button.iconSpacing : 0};\n margin-right: ${props =>\n props.iconPosition === 'left' ? button.iconSpacing : 0};\n }\n\n .spinner {\n order: ${props => (props.iconPosition === 'left' ? 1 : 2)};\n border-top-color: ${props =>\n props.variant === 'solid' ? '' : 'var(--button)'};\n }\n\n span {\n position: relative;\n font-size: ${rem(typography.defaultSize)};\n font-weight: ${typography.medium};\n line-height: ${rem(typography.defaultSize)};\n color: ${props =>\n props.variant === 'solid' || props.variant === 'outline'\n ? 'var(--txt)'\n : 'var(--bg)'};\n pointer-events: none;\n transition-duration: ${misc.transitionDuration};\n order: ${props => (props.iconPosition === 'left' ? 2 : 1)};\n }\n\n svg {\n order: ${props => (props.iconPosition === 'left' ? 1 : 2)};\n width: ${button.iconSize};\n height: ${button.iconSize};\n fill: ${props =>\n props.variant === 'solid' || props.variant === 'outline'\n ? 'var(--txt)'\n : 'var(--bg)'};\n transition: ${misc.transitionDuration};\n }\n`;\n","import React, { CSSProperties } from 'react';\nimport { Icon, Spinner } from '../..';\nimport * as Styles from './styles';\nimport { ButtonColor, ButtonVariant } from './types';\n\nexport interface ButtonProps {\n variant?: ButtonVariant;\n rounded?: boolean;\n color?: ButtonColor;\n txtColor?: ButtonColor;\n type?: 'submit' | 'reset' | 'button';\n className?: string;\n style?: CSSProperties;\n action?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;\n value?: string;\n iconPosition?: 'left' | 'right';\n icon?: string;\n loading?: boolean;\n ariaLabel?: string;\n ariaHidden?: boolean;\n dataTestId?: string;\n eventId?: string;\n disabled?: boolean;\n}\n\nconst Button = (props: ButtonProps) => {\n const {\n variant = 'solid',\n rounded = false,\n color = 'purple500',\n txtColor,\n type,\n className = 'button',\n style,\n action = () => {},\n value = '',\n iconPosition = 'left',\n icon = '',\n loading = false,\n dataTestId = '',\n eventId = '',\n ariaLabel,\n ariaHidden = false,\n disabled = false,\n } = props;\n\n return (\n <Styles.ButtonWrapper\n variant={variant}\n rounded={rounded}\n color={color}\n txtColor={txtColor}\n type={type}\n className={className}\n style={style}\n onClick={action}\n value={value}\n iconPosition={iconPosition}\n data-testid={dataTestId}\n data-event={eventId}\n aria-label={ariaLabel}\n aria-hidden={ariaHidden}\n disabled={disabled || loading}\n >\n {loading ? <Spinner /> : icon ? <Icon icon={icon} /> : null}\n {value && <span>{value}</span>}\n </Styles.ButtonWrapper>\n );\n};\n\nexport default Button;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { field, misc } from '../../ions/variables';\n\ninterface ActionsMenuInterface {\n visibleActions: number;\n}\n\nexport const ActionsMenuStyle = styled.div<ActionsMenuInterface>`\n position: relative;\n\n ul {\n position: absolute;\n opacity: 0;\n top: 0;\n margin: 0;\n border: ${rem('1px')} solid ${field.borderColor};\n border-radius: ${field.borderRadius};\n background-color: ${field.backgroundColor};\n min-width: ${rem('200px')};\n max-width: ${rem('250px')};\n height: 0;\n max-height: none;\n padding: 0;\n -moz-box-shadow: 0 0 ${rem('15px')} 0 ${field.boxShadow};\n -webkit-box-shadow: 0 0 ${rem('15px')} 0 ${field.boxShadow};\n box-shadow: 0 0 ${rem('15px')} 0 ${field.boxShadow};\n overflow-y: hidden;\n z-index: 1;\n -webkit-scrollbar-width: none;\n -moz-scrollbar-width: none;\n -ms-scrollbar-width: none;\n scrollbar-width: none;\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n transition-duration: ${misc.transitionDuration};\n\n &.isOpen {\n opacity: 1;\n // prettier-ignore\n height: calc(${rem('45px')} * ${props => props.visibleActions} + ${rem(\n '2px'\n)});\n max-height: ${rem('1280px')};\n }\n\n li {\n list-style: none;\n min-height: ${rem('45px')};\n display: flex;\n transition-duration: 0.3s;\n\n &:hover {\n background-color: ${field.borderColor};\n cursor: pointer;\n }\n\n &:first-child {\n border-radius: ${rem('4px')} ${rem('4px')} 0 0;\n }\n\n &:last-child {\n border-radius: 0 0 ${rem('4px')} ${rem('4px')};\n }\n\n a {\n width: 100%;\n display: flex;\n align-items: center;\n padding: 0 ${rem('20px')};\n color: ${field.color};\n text-decoration: none;\n white-space: nowrap;\n\n span {\n display: table-cell;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n }\n }\n`;\n","import { useState, useRef, useEffect } from 'react';\n\nexport default function useVisible<T extends HTMLElement>(\n initialIsVisible: boolean\n) {\n const [isVisible, setIsVisible] = useState(initialIsVisible);\n const ref = useRef<T>(null);\n\n const handleClickOutside = (event: MouseEvent) => {\n if (!ref || !ref.current) return;\n if (!ref.current.contains(event.target as Node)) {\n setIsVisible(false);\n }\n };\n\n useEffect(() => {\n document.addEventListener('click', handleClickOutside, false);\n return () => {\n document.removeEventListener('click', handleClickOutside, false);\n };\n }, []);\n\n return { ref, isVisible, setIsVisible };\n}\n","import React, { CSSProperties } from 'react';\nimport * as Styles from './styles';\nimport useVisible from '../../utils/hooks/use-visible';\nimport { Button } from '../..';\nimport { ButtonColor, ButtonVariant } from '../button/types';\nimport { ActionMenu } from './types';\n\nexport interface ActionsMenuInterface<T> {\n variant?: ButtonVariant;\n rounded?: boolean;\n color?: ButtonColor;\n txtColor?: ButtonColor;\n className?: string;\n style?: CSSProperties;\n actions: ActionMenu<T>[];\n value?: string;\n icon: string;\n ariaLabel?: string;\n ariaHidden?: boolean;\n dataTestId?: string;\n eventId?: string;\n data?: T;\n startsOpen?: boolean;\n disabled?: boolean;\n}\n\nconst ButtonDropdown = <T,>(props: ActionsMenuInterface<T>) => {\n const {\n variant = 'solid',\n rounded = false,\n color = 'purple500',\n txtColor = 'white',\n className = 'button-dropdown',\n style,\n actions = [],\n value = '',\n icon = 'add',\n dataTestId = 'action-button-dropdown',\n eventId = '',\n ariaLabel = '',\n ariaHidden = false,\n data = null,\n startsOpen = false,\n disabled = false,\n } = props;\n\n const { ref, isVisible, setIsVisible } = useVisible<HTMLDivElement>(\n startsOpen\n );\n\n if (!actions || !Array.isArray(actions) || actions.length === 0) return <></>;\n\n const visibleActions = actions.filter(({ visibilityFunc = null }) =>\n data && visibilityFunc ? visibilityFunc(data) : true\n );\n\n if (visibleActions.length === 0) return <></>;\n\n return (\n <Styles.ActionsMenuStyle\n className={className}\n style={style}\n visibleActions={visibleActions.length}\n ref={ref}\n >\n <Button\n variant={variant}\n rounded={rounded}\n color={color}\n txtColor={txtColor}\n action={evt => {\n evt.preventDefault();\n setIsVisible(!isVisible);\n }}\n value={value}\n iconPosition=\"right\"\n icon={icon}\n data-testid={dataTestId}\n data-event={eventId}\n ariaLabel={ariaLabel}\n aria-hidden={ariaHidden}\n disabled={disabled}\n />\n\n <ul data-testid={'ul-action-menu'} className={isVisible ? 'isOpen' : ''}>\n {visibleActions.map(\n ({ id = '', url = '', action = () => {}, value = '' }) => (\n <li key={id} data-testid={'li-action-menu'}>\n <a\n href={url}\n onClick={e => {\n setIsVisible(false);\n action(e, data);\n }}\n >\n <span>{value}</span>\n </a>\n </li>\n )\n )}\n </ul>\n </Styles.ActionsMenuStyle>\n );\n};\n\nexport default ButtonDropdown;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { ButtonColor, ButtonVariant } from '../button/types';\nimport { colors, typography, button, misc } from '../../ions/variables';\nimport { useColor } from '../../utils/hooks/use-color';\n\ninterface ButtonStyleProps {\n variant?: ButtonVariant;\n rounded?: boolean;\n color?: ButtonColor;\n txtColor?: ButtonColor;\n value?: String;\n iconPosition?: 'left' | 'right';\n}\n\nexport const ButtonLinkStyle = styled.a<ButtonStyleProps>`\n --bg: ${props => useColor(props.color ?? 'black').color};\n --txt: ${props =>\n props.variant === 'outline' && !props.txtColor\n ? useColor(props.color ?? 'black').color\n : useColor(props.txtColor ?? 'white').color};\n --hover: ${props =>\n props.color === 'white'\n ? colors.grey100\n : props.color === 'black'\n ? colors.grey900\n : useColor(props.color ?? 'black').hover};\n\n border-width: ${props =>\n props.variant === 'outline' ? button.borderWidth : 0};\n border-style: solid;\n border-color: var(--bg);\n border-radius: ${props =>\n props.variant === 'text'\n ? 0\n : props.rounded\n ? '999px'\n : button.borderRadius};\n background-color: ${props =>\n props.variant === 'solid' ? 'var(--bg)' : 'transparent'};\n width: min-content;\n min-width: ${props => (props.value ? rem('80px') : rem('42px'))};\n height: ${button.height};\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ${props => (props.value ? `0 ${button.padding}` : 0)};\n white-space: nowrap;\n text-decoration: none;\n transition-duration: ${misc.transitionDuration};\n cursor: pointer;\n\n &:hover {\n border-color: ${props => (props.variant === 'solid' ? '' : 'var(--hover)')};\n background-color: ${props =>\n props.variant === 'solid' ? 'var(--hover)' : 'transparent'};\n\n span {\n color: ${props => (props.variant === 'solid' ? '' : 'var(--hover)')};\n }\n\n svg {\n fill: ${props => (props.variant === 'solid' ? '' : 'var(--hover)')};\n }\n }\n\n > *:not(:last-child) {\n margin-left: ${props =>\n props.iconPosition === 'right' ? button.iconSpacing : 0};\n margin-right: ${props =>\n props.iconPosition === 'left' ? button.iconSpacing : 0};\n }\n\n span {\n position: relative;\n font-size: ${rem(typography.defaultSize)};\n font-weight: ${typography.medium};\n line-height: ${rem(typography.defaultSize)};\n color: ${props =>\n props.variant === 'solid' || props.variant === 'outline'\n ? 'var(--txt)'\n : 'var(--bg)'};\n pointer-events: none;\n transition-duration: ${misc.transitionDuration};\n order: ${props => (props.iconPosition === 'left' ? 2 : 1)};\n }\n\n svg {\n order: ${props => (props.iconPosition === 'left' ? 1 : 2)};\n width: ${button.iconSize};\n height: ${button.iconSize};\n fill: ${props =>\n props.variant === 'solid' || props.variant === 'outline'\n ? 'var(--txt)'\n : 'var(--bg)'};\n transition: ${misc.transitionDuration};\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, misc } from '../../ions/variables';\n\ninterface CheckboxErrorProps {\n error?: boolean;\n}\ninterface CheckboxWrapperProps extends CheckboxErrorProps {\n disabled?: boolean;\n}\n\nexport const CheckboxWrapper = styled.label<CheckboxWrapperProps>`\n display: flex;\n position: relative;\n padding-left: 0;\n cursor: ${props => (props.disabled ? 'auto' : 'pointer')};\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n\n &:hover input:not(:disabled) ~ span {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.hoverBorderColor};\n }\n\n span {\n color: ${props =>\n props.disabled\n ? field.disabledColor\n : props.error\n ? field.errorBorderColor\n : null};\n border-color: ${props => (props.error ? field.errorBorderColor : null)};\n }\n`;\n\nexport const CheckboxLabel = styled.span`\n margin-left: calc(${rem('24px')} + ${rem('5px')});\n line-height: ${rem('24px')};\n`;\n\nexport const CheckboxInput = styled.input<CheckboxWrapperProps>`\n position: absolute;\n left: 0;\n opacity: 0;\n cursor: pointer;\n\n &:checked:not(:disabled)[aria-checked='true'] ~ span {\n background-color: ${props =>\n props.error ? field.errorBackgroundColor : field.successBackgroundColor};\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.successBorderColor};\n\n &:after {\n display: block;\n }\n }\n\n &:checked:disabled[aria-checked='true'] ~ span {\n border-color: transparent;\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n\n &:after {\n display: block;\n }\n }\n\n &:not(:checked):disabled ~ span {\n border-color: ${field.disabledBackgroundColor};\n background-color: ${field.backgroundColor};\n }\n\n &:hover:not(:disabled) {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.activeBorderColor};\n\n &:checked ~ span {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.successBorderColor};\n }\n }\n`;\n\nexport const Checkmark = styled.span<CheckboxErrorProps>`\n position: absolute;\n top: 0;\n left: 0;\n border: ${rem('2px')} solid\n ${props => (props.error ? field.errorBorderColor : field.borderColor)};\n border-radius: 100%;\n width: ${rem('24px')};\n height: ${rem('24px')};\n transition-duration: ${misc.transitionDuration};\n\n &:after {\n display: block;\n content: '';\n position: absolute;\n display: none;\n top: ${rem('3px')};\n left: ${rem('6px')};\n width: ${rem('5px')};\n height: ${rem('9px')};\n border: solid ${colors.white};\n border-width: 0 ${rem('3px')} ${rem('3px')} 0;\n -webkit-transform: rotate(45deg);\n -ms-transform: rotate(45deg);\n transform: rotate(45deg);\n }\n\n &.checked.not-disabled {\n background-color: ${props =>\n props.error ? field.errorBackgroundColor : field.successBackgroundColor};\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.successBorderColor};\n\n &:after {\n display: block;\n }\n }\n\n &.checked.disabled {\n color: ${field.disabledColor};\n border-color: transparent;\n background-color: ${field.disabledBackgroundColor};\n\n &:after {\n display: block;\n }\n }\n\n &.not-checked.disabled {\n border-color: ${field.disabledBackgroundColor};\n background-color: ${colors.white};\n }\n\n &.not-disabled:hover {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.successBorderColor};\n\n &:checked ~ span {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.successBorderColor};\n }\n }\n`;\n","import React, { CSSProperties, useMemo, useRef, useState } from 'react';\nimport {\n CheckboxWrapper,\n CheckboxLabel,\n CheckboxInput,\n Checkmark,\n} from './styles';\n\ninterface Props {\n value: string;\n label?: string | React.ReactNode;\n checked?: boolean | undefined;\n onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;\n error?: boolean;\n disabled?: boolean;\n className?: string;\n style?: CSSProperties;\n dataTestId?: string;\n required?: boolean;\n}\n\nconst Checkbox = ({\n label,\n value,\n checked = false,\n onChange = () => {},\n error = false,\n disabled = false,\n className = 'checkbox',\n style,\n dataTestId,\n required = false,\n}: Props) => {\n const checkedRef = useRef<boolean>(checked);\n const [isChecked, setIsChecked] = useState(checked);\n\n const handleOnChange = (event: React.ChangeEvent<HTMLInputElement>) => {\n setIsChecked(prev => !prev);\n onChange(event);\n };\n\n const checkmarkClassName = useMemo(() => {\n let isCheckStr = '';\n let isDisabledStr = '';\n\n // if they are different\n // use the value coming from the props\n // as it is the source of truth\n if (checked !== checkedRef.current) {\n setIsChecked(checked);\n checkedRef.current = checked;\n isCheckStr = checked ? 'checked' : 'not-checked';\n } else if (isChecked) isCheckStr = 'checked';\n else isCheckStr = 'not-checked';\n\n if (disabled) isDisabledStr = 'disabled';\n else isDisabledStr = 'not-disabled';\n\n return `${isCheckStr} ${isDisabledStr}`;\n }, [checked, isChecked, disabled]);\n\n return (\n <CheckboxWrapper\n style={style}\n className={className}\n error={error}\n disabled={disabled}\n >\n <CheckboxLabel>{label}</CheckboxLabel>\n <CheckboxInput\n type=\"checkbox\"\n name={value}\n defaultChecked={isChecked}\n aria-checked={isChecked}\n onChange={handleOnChange}\n error={error}\n disabled={disabled}\n data-testid={dataTestId}\n required={required}\n />\n <Checkmark className={checkmarkClassName} error={error} />\n </CheckboxWrapper>\n );\n};\n\nexport default Checkbox;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, misc } from '../../ions/variables';\n\ninterface CheckboxWrapperProps {\n checked?: boolean;\n disabled?: boolean;\n}\n\nexport const CheckboxWrapper = styled.label<CheckboxWrapperProps>`\n border: ${field.borderWidth} solid\n ${props =>\n props.disabled\n ? field.borderColor\n : props.checked\n ? field.successBorderColor\n : field.borderColor};\n border-radius: ${field.borderRadius};\n background-color: ${props =>\n props.disabled\n ? field.disabledBackgroundColor\n : props.checked\n ? field.successBackgroundColor\n : field.backgroundColor};\n height: ${field.height};\n display: flex;\n align-items: center;\n position: relative;\n cursor: ${props => (props.disabled ? 'auto' : 'pointer')};\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n transition-duration: ${misc.transitionDuration};\n\n &:hover input:not(:disabled) ~ span {\n border-color: ${field.hoverBorderColor};\n }\n\n &:hover {\n background-color: ${props =>\n props.disabled\n ? field.disabledBackgroundColor\n : props.checked\n ? field.successBackgroundColor\n : field.borderColor};\n }\n\n span {\n color: ${props =>\n props.disabled\n ? field.disabledColor\n : props.checked\n ? colors.white\n : null};\n transition-duration: ${misc.transitionDuration};\n }\n`;\n\nexport const CheckboxLabel = styled.span`\n margin-left: ${rem('40px')};\n line-height: ${rem('24px')};\n`;\n\nexport const CheckboxInput = styled.input<CheckboxWrapperProps>`\n position: absolute;\n left: 0;\n opacity: 0;\n cursor: pointer;\n\n &:checked:not(:disabled) ~ span {\n background-color: ${colors.white};\n border-color: ${field.successBorderColor};\n\n &:after {\n display: block;\n }\n }\n\n &:checked:disabled ~ span {\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n\n &:after {\n display: block;\n border-color: ${field.disabledColor};\n }\n }\n\n &:not(:checked):disabled ~ span {\n border-color: ${field.disabledBackgroundColor};\n background-color: ${field.backgroundColor};\n }\n\n &:hover:not(:disabled) {\n &:checked ~ span {\n border-color: ${field.successBorderColor};\n }\n }\n`;\n\nexport const Checkmark = styled.span<CheckboxWrapperProps>`\n position: absolute;\n left: ${rem('10px')};\n border: ${rem('2px')} solid ${field.borderColor};\n border-radius: 999px;\n background-color: ${colors.white};\n width: ${rem('24px')};\n height: ${rem('24px')};\n transition-duration: ${misc.transitionDuration};\n\n &:after {\n content: '';\n position: absolute;\n display: none;\n top: ${rem('3px')};\n left: ${rem('6px')};\n width: ${rem('5px')};\n height: ${rem('9px')};\n border: solid\n ${props => (props.disabled ? colors.white : field.successBorderColor)};\n border-width: 0 ${rem('3px')} ${rem('3px')} 0;\n -webkit-transform: rotate(45deg);\n -ms-transform: rotate(45deg);\n transform: rotate(45deg);\n }\n`;\n","interface IconsType {\n [key: string]: string;\n}\n\nconst icons: IconsType = {\n 'taikai-mark':\n 'M6.01099 25.2271L6 25.2503V27H8.48149L15.319 11.8652L13.6424 8.33333L6.01099 25.2271Z M14.9499 5L14.3205 6.3963L19.3913 17.6667H22.641L16.9423 5.00076L14.9499 5Z M20.0265 19.3333L22.2053 24.2137H11.2116L9.99385 27H25.9692V25.2989L23.308 19.3333H20.0265Z',\n rocket:\n 'M27.42 5.151c-0.081-0.276-0.294-0.489-0.565-0.568l-0.006-0.001c-0.98-0.205-2.107-0.323-3.26-0.323-0.18 0-0.359 0.003-0.537 0.009l0.026-0.001c-4.731 0-7.568 2.53-9.685 5.867h-4.777c-0.842 0.047-1.564 0.519-1.96 1.203l-0.006 0.012-2.265 4.528c-0.067 0.144-0.109 0.312-0.115 0.488l-0 0.002c0.001 0.607 0.493 1.099 1.1 1.1h4.764c0 0 0.001 0 0.001 0 2.43 0 4.4 1.97 4.4 4.4v0 4.766c0 0.608 0.493 1.101 1.101 1.101v0c0.179-0.007 0.347-0.049 0.499-0.119l-0.008 0.003 4.526-2.265c0.696-0.401 1.167-1.123 1.215-1.957l0-0.006v-4.787c3.325-2.123 5.867-4.969 5.867-9.675 0.006-0.164 0.009-0.357 0.009-0.55 0-1.142-0.118-2.257-0.341-3.332l0.018 0.106zM21.873 11.967c-0.001 0-0.003 0-0.004 0-1.013 0-1.834-0.821-1.834-1.834s0.821-1.834 1.834-1.834c1.013 0 1.834 0.821 1.834 1.834v0c0 1.013-0.821 1.834-1.834 1.834-0.001 0-0.002 0-0.002 0h0zM5.902 20.403c-1.185 1.185-1.771 4.149-1.609 7.303 3.168 0.163 6.124-0.427 7.305-1.609 1.846-1.846 1.965-4.307 0.289-5.984s-4.139-1.554-5.985 0.289zM9.644 24.255c-0.548 0.356-1.218 0.568-1.938 0.568-0.175 0-0.347-0.013-0.516-0.037l0.019 0.002c-0.022-0.149-0.034-0.321-0.034-0.496 0-0.72 0.212-1.39 0.576-1.952l-0.008 0.014c0.249-0.3 0.622-0.49 1.040-0.49 0.745 0 1.348 0.604 1.348 1.348 0 0.417-0.19 0.79-0.487 1.038l-0.002 0.002z',\n surfboard:\n 'M19.030 6.223c-1.58 0.822-2.937 1.699-4.203 2.687l0.060-0.045v15.764c1.555-1.101 2.905-2.175 4.194-3.317l-0.051 0.044z M20.643 5.449v14.415q0.247-0.24 0.494-0.486c3.94-4.142 6.679-9.461 7.634-15.377l0.022-0.167c0.004-0.025 0.006-0.054 0.006-0.084 0-0.303-0.246-0.549-0.549-0.549-0.029 0-0.058 0.002-0.086 0.007l0.003-0c-2.821 0.466-5.349 1.245-7.715 2.318l0.192-0.078z M13.275 25.717v-15.483q-0.329 0.305-0.652 0.627c-3.796 3.784-6.945 8.215-9.266 13.115l-0.121 0.284c-0.022 0.049-0.036 0.107-0.036 0.167 0 0.227 0.184 0.411 0.411 0.411 0.014 0 0.028-0.001 0.042-0.002l-0.002 0 3.891-0.379-0.379 3.891c-0.001 0.012-0.002 0.026-0.002 0.039 0 0.227 0.184 0.411 0.411 0.411 0.060 0 0.117-0.013 0.169-0.036l-0.003 0.001c2.15-0.986 3.966-2.002 5.692-3.143l-0.156 0.097z',\n notifications:\n 'M16 29.333c1.471-0.005 2.662-1.196 2.667-2.666v-0h-5.333c0 0 0 0 0 0.001 0 1.472 1.194 2.666 2.666 2.666 0 0 0 0 0.001 0h-0zM24 21.333v-6.667c0-4.093-2.187-7.52-6-8.427v-0.907c0-1.105-0.895-2-2-2s-2 0.895-2 2v0 0.907c-3.827 0.907-6 4.32-6 8.427v6.667l-1.72 1.72c-0.244 0.242-0.394 0.577-0.394 0.947 0 0.734 0.594 1.33 1.327 1.333h17.56c0.738-0.001 1.336-0.599 1.336-1.337 0-0.368-0.149-0.701-0.389-0.943l0 0z',\n notificationsOutline:\n 'M25.72 23.053l-1.72-1.72v-6.667c0-4.093-2.187-7.52-6-8.427v-0.907c0-1.107-0.893-2-2-2s-2 0.893-2 2v0.907c-3.827 0.907-6 4.32-6 8.427v6.667l-1.72 1.72c-0.84 0.84-0.253 2.28 0.933 2.28h17.56c1.2 0 1.787-1.44 0.947-2.28zM21.333 22.667h-10.667v-8c0-3.307 2.013-6 5.333-6s5.333 2.693 5.333 6v8zM16 29.333c1.467 0 2.667-1.2 2.667-2.667h-5.333c0 1.467 1.187 2.667 2.667 2.667z',\n mail:\n 'M26.667 5.333h-21.333c-1.467 0-2.653 1.2-2.653 2.667l-0.013 16c0 1.467 1.2 2.667 2.667 2.667h21.333c1.467 0 2.667-1.2 2.667-2.667v-16c0-1.467-1.2-2.667-2.667-2.667zM26.133 11l-9.427 5.893c-0.427 0.267-0.987 0.267-1.413 0l-9.427-5.893c-0.333-0.213-0.533-0.573-0.533-0.96 0-0.893 0.973-1.427 1.733-0.96l8.933 5.587 8.933-5.587c0.76-0.467 1.733 0.067 1.733 0.96 0 0.387-0.2 0.747-0.533 0.96z',\n mailOutline:\n 'M26.667 5.333h-21.333c-1.467 0-2.653 1.2-2.653 2.667l-0.013 16c0 1.467 1.2 2.667 2.667 2.667h21.333c1.467 0 2.667-1.2 2.667-2.667v-16c0-1.467-1.2-2.667-2.667-2.667zM25.333 24h-18.667c-0.733 0-1.333-0.6-1.333-1.333v-12l9.253 5.787c0.867 0.547 1.96 0.547 2.827 0l9.253-5.787v12c0 0.733-0.6 1.333-1.333 1.333zM16 14.667l-10.667-6.667h21.333l-10.667 6.667z',\n warning:\n 'M5.466 27.792h21.067c1.544-0.001 2.796-1.253 2.796-2.797 0-0.515-0.139-0.998-0.383-1.413l0.007 0.013-10.533-18.199c-0.493-0.84-1.392-1.395-2.42-1.395s-1.927 0.555-2.413 1.382l-0.007 0.013-10.534 18.2c-0.236 0.401-0.375 0.884-0.375 1.4 0 1.544 1.251 2.796 2.795 2.797h0zM16 18c-0.772-0.002-1.397-0.627-1.399-1.399v-2.798c-0-0.006-0-0.014-0-0.021 0-0.773 0.626-1.399 1.399-1.399s1.399 0.626 1.399 1.399c0 0.007-0 0.015-0 0.022v-0.001 2.798c-0.002 0.772-0.627 1.397-1.399 1.399h-0zM17.399 23.595h-2.798v-2.798h2.798z',\n challenge:\n 'M9.92 4.853v12c0.002 0.736 0.598 1.331 1.333 1.333h2.667v9.533c0 0 0 0 0 0.001 0 0.367 0.298 0.665 0.665 0.665 0.245 0 0.458-0.132 0.574-0.329l0.002-0.003 6.92-11.867c0.115-0.193 0.184-0.425 0.184-0.673 0-0.733-0.594-1.327-1.327-1.327-0.001 0-0.002 0-0.004 0h-3.013l3.32-8.867c0.056-0.141 0.088-0.304 0.088-0.475 0-0.732-0.593-1.325-1.325-1.325-0.001 0-0.002 0-0.003 0h-8.746c-0.736 0.002-1.331 0.598-1.333 1.333v0z',\n flag:\n 'M19.2 8l-0.32-1.6c-0.127-0.613-0.663-1.067-1.304-1.067-0.001 0-0.002 0-0.003 0h-9.573c-0.736 0.002-1.331 0.598-1.333 1.333v20c-0 0.006-0 0.013-0 0.021 0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333c0-0.007-0-0.015-0-0.022v0.001-8h7.467l0.32 1.6c0.122 0.612 0.654 1.067 1.293 1.067 0.005 0 0.009-0 0.014-0h6.906c0.736-0.002 1.331-0.598 1.333-1.333v-10.667c-0.002-0.736-0.598-1.331-1.333-1.333h-0z',\n transferReceived:\n 'M20 26.667c-0.006 0-0.014 0-0.021 0-1.492 0-2.912-0.308-4.2-0.864l0.069 0.026c-1.318-0.565-2.443-1.336-3.39-2.285l-0-0c-0.95-0.947-1.721-2.073-2.259-3.323l-0.026-0.069c-0.53-1.219-0.838-2.639-0.838-4.131 0-0.007 0-0.014 0-0.021v0.001c0-0.006-0-0.014-0-0.022 0-1.492 0.308-2.912 0.864-4.2l-0.026 0.069c0.565-1.319 1.336-2.445 2.285-3.392l0-0c0.947-0.949 2.072-1.721 3.321-2.259l0.069-0.026c1.218-0.529 2.637-0.836 4.128-0.836 0.009 0 0.018 0 0.026 0h-0.001c0.006 0 0.014-0 0.021-0 1.492 0 2.912 0.308 4.2 0.864l-0.069-0.026c1.318 0.565 2.443 1.336 3.39 2.285l0 0c0.95 0.947 1.721 2.073 2.259 3.323l0.026 0.069c0.53 1.219 0.838 2.639 0.838 4.131 0 0.008 0 0.015-0 0.023v-0.001c0 0.006 0 0.014 0 0.022 0 1.492-0.308 2.912-0.864 4.2l0.026-0.069c-0.565 1.319-1.336 2.445-2.285 3.392l-0 0c-0.947 0.949-2.072 1.721-3.321 2.259l-0.069 0.026c-1.217 0.528-2.635 0.835-4.124 0.835-0.010 0-0.020 0-0.030-0h0.002zM21.001 19.119v0l1.673 1.668c0.022 0.022 0.036 0.034 0.049 0.044l0.022 0.016 0.010 0.007 0.013 0.012 0.030 0.023c0.134 0.091 0.299 0.145 0.477 0.145 0.002 0 0.004 0 0.006-0h-0c0.021 0 0.042 0 0.064-0.002 0.211-0.013 0.399-0.105 0.536-0.246l0-0c0.153-0.148 0.249-0.353 0.254-0.581v-0.001c0.001-0.011 0.001-0.024 0.001-0.037 0-0.214-0.083-0.408-0.219-0.552l0 0-0.017-0.018-0.034-0.048-1.591-1.579 0.792-0.714c0.163-0.145 0.27-0.35 0.283-0.581l0-0.002c0.002-0.021 0.003-0.045 0.003-0.069 0-0.212-0.081-0.405-0.213-0.549l0.001 0.001c-0.146-0.165-0.357-0.271-0.592-0.279l-0.001-0c-0.017 0-0.034 0-0.050 0-0.003-0-0.007-0-0.011-0-0.215 0-0.411 0.082-0.558 0.217l-0.863 0.777-0.95-0.943 3.71-3.35c0.040-0.032 0.075-0.067 0.107-0.104l0.001-0.001c0.029-0.030 0.055-0.062 0.079-0.097l0.002-0.003c0.081-0.129 0.128-0.285 0.128-0.453 0-0.21-0.075-0.402-0.199-0.551l0.001 0.001c-0.016-0.018-0.032-0.035-0.049-0.050l-0.001-0c-0.154-0.153-0.363-0.25-0.594-0.259l-0.002-0h-0.013c-0.053 0.006-0.089 0.009-0.115 0.012-0.051 0.002-0.099 0.013-0.142 0.033l0.002-0.001c-0.025 0.009-0.059 0.021-0.107 0.037l-0.066 0.034c-0.031 0.015-0.058 0.031-0.083 0.050l0.001-0.001-0.007 0.004-0.058 0.041-4.866 4.403v-3.757c0-0.001 0-0.002 0-0.004 0-0.236-0.098-0.449-0.256-0.6l-0-0c-0.151-0.157-0.363-0.254-0.597-0.254-0.002 0-0.005 0-0.007 0h0c-0.002-0-0.004-0-0.007-0-0.234 0-0.446 0.097-0.597 0.254l-0 0c-0.157 0.151-0.254 0.363-0.254 0.598 0 0.002 0 0.004 0 0.007v-0 8.36c-0 0.002-0 0.004-0 0.007 0 0.235 0.098 0.446 0.254 0.597l0 0c0.151 0.157 0.363 0.254 0.597 0.254 0.002 0 0.005 0 0.007-0h-0c0.002 0 0.004 0 0.007 0 0.234 0 0.446-0.097 0.597-0.254l0-0c0.158-0.151 0.256-0.364 0.256-0.599 0-0.002 0-0.003 0-0.005v0-2.292l1.003-0.909 0.946 0.943-0.794 0.716c-0.165 0.147-0.271 0.357-0.279 0.592l-0 0.001c-0.001 0.018-0.002 0.039-0.002 0.060 0 0.216 0.083 0.412 0.218 0.56l-0.001-0.001c0.146 0.164 0.357 0.269 0.592 0.273h0.033c0.003 0 0.006 0 0.009 0 0.219 0 0.418-0.084 0.567-0.222l-0.001 0 0.864-0.777z M4 16c0-0.001 0-0.002 0-0.003 0-3.172 1.848-5.912 4.526-7.203l0.048-0.021c0.442-0.191 0.748-0.618 0.76-1.119l0-0.002v-0.253c-0.003-0.673-0.549-1.218-1.223-1.218-0.195 0-0.38 0.046-0.544 0.127l0.007-0.003c-3.711 1.718-6.24 5.41-6.24 9.693s2.528 7.975 6.174 9.666l0.066 0.027c0.156 0.077 0.339 0.121 0.532 0.121 0.673 0 1.22-0.542 1.228-1.214v-0.241c-0.011-0.506-0.317-0.937-0.752-1.13l-0.008-0.003c-2.726-1.312-4.573-4.052-4.573-7.224 0-0.001 0-0.002 0-0.003v0z',\n transferSent:\n 'M20 26.667c-0.006 0-0.014 0-0.021 0-1.492 0-2.912-0.308-4.2-0.864l0.069 0.026c-1.318-0.565-2.443-1.336-3.39-2.285l-0-0c-0.95-0.947-1.721-2.073-2.259-3.323l-0.026-0.069c-0.53-1.219-0.838-2.64-0.838-4.132 0-0.007 0-0.013 0-0.020v0.001c0-0.006-0-0.014-0-0.021 0-1.492 0.308-2.912 0.864-4.2l-0.026 0.069c0.565-1.319 1.336-2.445 2.285-3.392l0-0c0.947-0.949 2.072-1.721 3.321-2.259l0.069-0.026c1.218-0.529 2.637-0.836 4.128-0.836 0.009 0 0.018 0 0.027 0h-0.001c0.006 0 0.014-0 0.021-0 1.492 0 2.912 0.308 4.2 0.864l-0.069-0.026c1.318 0.565 2.443 1.336 3.39 2.285l0 0c0.95 0.947 1.721 2.073 2.259 3.323l0.026 0.069c0.53 1.219 0.838 2.639 0.838 4.131 0 0.008 0 0.015-0 0.023v-0.001c0 0.006 0 0.014 0 0.022 0 1.492-0.308 2.912-0.864 4.2l0.026-0.069c-0.565 1.319-1.336 2.445-2.285 3.392l-0 0c-0.947 0.949-2.072 1.721-3.321 2.259l-0.069 0.026c-1.217 0.528-2.635 0.835-4.124 0.835-0.010 0-0.020 0-0.031-0h0.002zM18.737 10.703c-0.736 0.001-1.333 0.597-1.333 1.333v0c0.001 0.736 0.597 1.332 1.333 1.333h2.12l-5.747 5.747c-0.24 0.241-0.388 0.573-0.388 0.94s0.148 0.699 0.389 0.94l-0-0c0.239 0.241 0.571 0.39 0.937 0.39 0.001 0 0.002 0 0.003 0h-0c0.001 0 0.002 0 0.003 0 0.366 0 0.698-0.149 0.937-0.39l5.747-5.747v2.12c0.001 0.736 0.597 1.333 1.333 1.333h0c0.736-0.001 1.333-0.597 1.333-1.333v-5.333c-0.001-0.736-0.597-1.333-1.333-1.333h-0z M4 16c0-0.001 0-0.002 0-0.003 0-3.172 1.848-5.912 4.526-7.203l0.048-0.021c0.442-0.191 0.748-0.618 0.76-1.119l0-0.002v-0.253c-0.003-0.673-0.549-1.218-1.223-1.218-0.195 0-0.38 0.046-0.544 0.127l0.007-0.003c-3.711 1.718-6.24 5.41-6.24 9.693s2.528 7.975 6.174 9.666l0.066 0.027c0.156 0.077 0.339 0.121 0.532 0.121 0.673 0 1.22-0.542 1.228-1.214v-0.241c-0.011-0.506-0.317-0.937-0.752-1.13l-0.008-0.003c-2.726-1.312-4.573-4.052-4.573-7.224 0-0.001 0-0.002 0-0.003v0z',\n transferFailed:\n 'M20 26.667c-0.006 0-0.014 0-0.021 0-1.492 0-2.912-0.308-4.2-0.864l0.069 0.026c-1.318-0.565-2.443-1.336-3.39-2.285l-0-0c-0.95-0.947-1.721-2.073-2.259-3.323l-0.026-0.069c-0.53-1.219-0.838-2.639-0.838-4.132 0-0.007 0-0.014 0-0.021v0.001c0-0.006-0-0.014-0-0.021 0-1.492 0.308-2.912 0.864-4.2l-0.026 0.069c0.565-1.319 1.336-2.445 2.285-3.392l0-0c0.947-0.949 2.072-1.721 3.321-2.259l0.069-0.026c1.218-0.529 2.637-0.836 4.128-0.836 0.009 0 0.018 0 0.027 0h-0.001c0.006 0 0.014-0 0.021-0 1.492 0 2.912 0.308 4.2 0.864l-0.069-0.026c1.318 0.565 2.443 1.336 3.39 2.285l0 0c0.95 0.947 1.721 2.073 2.259 3.323l0.026 0.069c0.53 1.219 0.838 2.639 0.838 4.132 0 0.008 0 0.015-0 0.023v-0.001c0 0.006 0 0.014 0 0.021 0 1.492-0.308 2.912-0.864 4.2l0.026-0.069c-0.565 1.319-1.336 2.445-2.285 3.392l-0 0c-0.947 0.949-2.072 1.721-3.321 2.259l-0.069 0.026c-1.217 0.528-2.635 0.835-4.124 0.835-0.010 0-0.020 0-0.030-0h0.002zM20.16 17.886v0l2.828 2.828c0.24 0.24 0.571 0.389 0.937 0.389 0.002 0 0.004 0 0.006 0h-0c0.002 0 0.004 0 0.006 0 0.366 0 0.698-0.149 0.937-0.389l0-0c0.24-0.24 0.389-0.571 0.389-0.937 0-0.002 0-0.004 0-0.006v0c0-0.002 0-0.003 0-0.005 0-0.366-0.149-0.698-0.389-0.937l-2.828-2.828 2.828-2.828c0.24-0.24 0.389-0.571 0.389-0.937 0-0.002 0-0.004 0-0.006v0c0-0.002 0-0.004 0-0.006 0-0.366-0.149-0.698-0.389-0.937l-0-0c-0.24-0.24-0.571-0.389-0.937-0.389-0.002 0-0.004 0-0.006 0h0c-0.002 0-0.004 0-0.006 0-0.366 0-0.698 0.149-0.937 0.389l-2.828 2.828-2.828-2.828c-0.24-0.24-0.571-0.389-0.937-0.389-0.002 0-0.004 0-0.006 0h0c-0.002 0-0.004 0-0.006 0-0.366 0-0.698 0.149-0.937 0.389l-0 0c-0.241 0.242-0.39 0.575-0.39 0.943s0.149 0.701 0.39 0.943l2.828 2.828-2.828 2.828c-0.241 0.241-0.39 0.575-0.39 0.943s0.149 0.701 0.39 0.943l-0-0c0.24 0.24 0.571 0.389 0.937 0.389 0.002 0 0.004 0 0.006 0h-0c0.002 0 0.004 0 0.006 0 0.366 0 0.698-0.149 0.937-0.389l2.828-2.828z M4 16c0-0.001 0-0.002 0-0.003 0-3.172 1.848-5.912 4.526-7.203l0.048-0.021c0.442-0.191 0.748-0.618 0.76-1.119l0-0.002v-0.253c-0.003-0.673-0.549-1.218-1.223-1.218-0.195 0-0.38 0.046-0.544 0.127l0.007-0.003c-3.711 1.718-6.24 5.41-6.24 9.693s2.528 7.975 6.174 9.666l0.066 0.027c0.156 0.077 0.339 0.121 0.532 0.121 0.673 0 1.22-0.542 1.228-1.214v-0.241c-0.011-0.506-0.317-0.937-0.752-1.13l-0.008-0.003c-2.726-1.312-4.573-4.052-4.573-7.224 0-0.001 0-0.002 0-0.003v0z',\n backer:\n 'M15.987 2.667c-7.358 0.007-13.32 5.974-13.32 13.333 0 7.364 5.97 13.333 13.333 13.333s13.333-5.97 13.333-13.333v0c0-0.002 0-0.004 0-0.007 0-7.36-5.967-13.327-13.327-13.327-0.007 0-0.014 0-0.021 0h0.001zM16 26.667c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667c5.891 0 10.667 4.776 10.667 10.667v0c0 0.001 0 0.002 0 0.003 0 5.889-4.774 10.664-10.664 10.664-0.001 0-0.002 0-0.003 0h0zM16 23.333c2.694-0.003 5.047-1.462 6.314-3.632l0.019-0.035c0.054-0.094 0.085-0.208 0.085-0.328 0-0.371-0.301-0.672-0.672-0.672-0 0-0 0-0 0h-11.493c-0.371 0.003-0.67 0.304-0.67 0.675 0 0.119 0.031 0.231 0.085 0.329l-0.002-0.003c1.287 2.205 3.639 3.663 6.333 3.667h0z M18.132 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.224-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.087 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z M9.812 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.225-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.088 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z',\n jury:\n 'M15.987 2.667c-7.358 0.007-13.32 5.974-13.32 13.333 0 7.364 5.97 13.333 13.333 13.333s13.333-5.97 13.333-13.333v0c0-0.002 0-0.004 0-0.007 0-7.36-5.967-13.327-13.327-13.327-0.007 0-0.014 0-0.021 0h0.001zM16 26.667c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667c5.891 0 10.667 4.776 10.667 10.667v0c0 0.001 0 0.002 0 0.003 0 5.889-4.774 10.664-10.664 10.664-0.001 0-0.002 0-0.003 0h0zM16 23.333c2.694-0.003 5.047-1.462 6.314-3.632l0.019-0.035c0.054-0.094 0.085-0.208 0.085-0.328 0-0.371-0.301-0.672-0.672-0.672-0 0-0 0-0 0h-11.493c-0.371 0.003-0.67 0.304-0.67 0.675 0 0.119 0.031 0.231 0.085 0.329l-0.002-0.003c1.287 2.205 3.639 3.663 6.333 3.667h0z M18.132 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.224-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.087 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z M9.812 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.225-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.088 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z',\n addMember:\n 'M16 26.667l-1.147-1.147c-0.724-0.723-1.172-1.723-1.172-2.827 0-1.117 0.459-2.128 1.198-2.853l0.001-0.001 1.12-1.093c-0.397-0.048-0.86-0.077-1.329-0.080l-0.004-0c-3.56 0-10.667 1.787-10.667 5.333v2.667h12zM14.667 16c0 0 0 0 0 0 2.946 0 5.333-2.388 5.333-5.333s-2.388-5.333-5.333-5.333c-2.946 0-5.333 2.388-5.333 5.333 0 0 0 0 0 0v-0c0 0 0 0.001 0 0.001 0 2.945 2.387 5.332 5.332 5.332 0 0 0.001 0 0.001 0h-0z M21.573 26.373c-0.243 0.241-0.577 0.39-0.947 0.39s-0.704-0.149-0.947-0.39l0 0-2.76-2.787c-0.235-0.238-0.38-0.566-0.38-0.927s0.145-0.689 0.38-0.927l-0 0 0.013-0.014c0.238-0.241 0.568-0.39 0.933-0.39s0.695 0.149 0.933 0.39l1.827 1.827 5.907-5.946c0.24-0.241 0.573-0.39 0.94-0.39s0.7 0.149 0.94 0.39l0.013 0.013c0.235 0.238 0.38 0.566 0.38 0.927s-0.145 0.689-0.38 0.927l0-0-6.853 6.907z',\n github:\n 'M15.999 0c-8.839 0-15.999 7.341-15.999 16.404 0 7.26 4.58 13.39 10.94 15.565 0.8 0.143 1.1-0.349 1.1-0.779 0-0.39-0.021-1.681-0.021-3.055-4.019 0.759-5.059-1.005-5.38-1.927-0.18-0.471-0.96-1.927-1.639-2.317-0.561-0.308-1.36-1.067-0.021-1.087 1.26-0.020 2.16 1.189 2.461 1.681 1.44 2.482 3.74 1.785 4.659 1.354 0.14-1.067 0.56-1.785 1.020-2.195-3.559-0.41-7.279-1.825-7.279-8.1 0-1.784 0.62-3.261 1.639-4.409-0.16-0.41-0.72-2.091 0.16-4.346 0 0 1.341-0.431 4.401 1.68 1.301-0.37 2.648-0.556 4-0.553 1.36 0 2.72 0.185 4 0.553 3.059-2.133 4.399-1.681 4.399-1.681 0.88 2.255 0.32 3.937 0.16 4.347 1.021 1.148 1.64 2.604 1.64 4.409 0 6.294-3.74 7.689-7.3 8.099 0.58 0.514 1.080 1.497 1.080 3.035 0 2.195-0.020 3.957-0.020 4.512 0 0.43 0.3 0.943 1.1 0.779 6.513-2.256 10.898-8.518 10.899-15.566 0-9.063-7.16-16.404-15.999-16.404z',\n bitbucket:\n 'M1.387 2c-0.004-0-0.008-0-0.013-0-0.548 0-0.993 0.441-1 0.987v0.001c0.001 0.063 0.006 0.124 0.013 0.183l-0.001-0.008 4.244 25.756c0.11 0.646 0.663 1.132 1.331 1.137h20.357c0.004 0 0.009 0 0.013 0 0.495 0 0.906-0.36 0.986-0.832l0.001-0.006 4.244-26.050c0.008-0.047 0.012-0.102 0.012-0.157 0-0.495-0.359-0.906-0.831-0.986l-0.006-0.001c-0.052-0.007-0.112-0.012-0.174-0.013l-29.176-0.012zM19.256 20.613h-6.5l-1.756-9.188h9.831l-1.575 9.188z',\n google:\n 'M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16c-8.836 0-16-7.163-16-16s7.163-16 16-16zM16 6.095c-5.471-0.001-9.906 4.434-9.905 9.905-0.002 1.639 0.404 3.252 1.181 4.694 1.673 3.103 4.952 5.212 8.724 5.212 2.256 0.003 4.444-0.767 6.2-2.181h0c1.779-1.427 3.011-3.425 3.488-5.656 0.142-0.667 0.216-1.36 0.216-2.068 0-0.633-0.059-1.251-0.173-1.851h-9.514v3.918h5.296c-0.477 1.266-1.373 2.33-2.541 3.014-1.821 1.064-4.072 1.073-5.902 0.024s-2.959-2.997-2.96-5.107c-0.001-0.651 0.107-1.297 0.318-1.913 0.584-1.696 1.909-3.034 3.599-3.634s3.562-0.398 5.085 0.55l3.209-2.627c-1.716-1.424-3.919-2.28-6.322-2.28z',\n dribbble:\n 'M16 32c-8.835-0.006-15.994-7.169-15.994-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM16 7.467c-0.608 0-1.202 0.063-1.774 0.183l0.056-0.010c-0.611 0.126-1.148 0.297-1.658 0.517l0.055-0.021c-0.557 0.238-1.033 0.501-1.48 0.806l0.029-0.019c-0.915 0.622-1.681 1.386-2.285 2.271l-0.019 0.029c-0.596 0.869-1.042 1.892-1.275 2.993l-0.010 0.056c-0.11 0.516-0.173 1.108-0.173 1.715s0.063 1.2 0.183 1.771l-0.010-0.056c0.243 1.157 0.689 2.179 1.304 3.078l-0.019-0.029c0.928 1.36 2.202 2.421 3.698 3.067l0.055 0.021c0.981 0.423 2.122 0.67 3.322 0.67s2.341-0.246 3.377-0.691l-0.056 0.021c0.557-0.238 1.033-0.501 1.479-0.805l-0.030 0.019c0.472-0.322 0.885-0.664 1.264-1.040l-0 0c0.377-0.378 0.719-0.79 1.022-1.232l0.019-0.030c0.287-0.416 0.55-0.892 0.766-1.393l0.021-0.054c0.425-0.979 0.672-2.119 0.672-3.317s-0.247-2.338-0.694-3.372l0.021 0.055c-0.236-0.555-0.5-1.031-0.805-1.476l0.018 0.028c-0.321-0.471-0.664-0.884-1.041-1.261l0 0c-0.378-0.376-0.791-0.717-1.232-1.019l-0.030-0.019c-0.87-0.597-1.895-1.043-2.998-1.274l-0.055-0.010c-0.517-0.11-1.11-0.174-1.718-0.174h-0z M16 23.265c-0.004 0-0.009 0-0.014 0-1.692 0-3.248-0.58-4.481-1.552l0.015 0.012c0.36-0.678 0.792-1.26 1.297-1.769l-0.001 0.001c1.201-1.234 2.684-2.187 4.346-2.754l0.078-0.023c0.016-0.006 0.032-0.011 0.048-0.016 0.63 1.567 1.169 3.421 1.528 5.338l0.029 0.187c-0.835 0.365-1.809 0.577-2.832 0.577-0.005 0-0.010 0-0.015 0h0.001zM20.072 22.024v0c-0.373-1.997-0.864-3.741-1.491-5.418l0.073 0.221c0.448-0.075 0.965-0.118 1.491-0.118 0.009 0 0.019 0 0.028 0h-0.001c0.009-0 0.019-0 0.029-0 1.067 0 2.098 0.159 3.069 0.453l-0.075-0.020c-0.341 2.042-1.488 3.766-3.097 4.864l-0.025 0.016zM10.58 20.851v0c-1.158-1.281-1.867-2.987-1.867-4.859 0-0.001 0-0.003 0-0.004v0c0-0.051 0-0.106 0.004-0.172l0.002-0.060c0.026 0 0.12 0.003 0.263 0.003 2.578-0.019 5.061-0.397 7.409-1.087l-0.19 0.048c0.219 0.428 0.416 0.844 0.591 1.236l-0.027 0.008c-0.076 0.022-0.17 0.049-0.26 0.079-1.753 0.607-3.243 1.591-4.43 2.862l-0.006 0.006c-0.554 0.569-1.046 1.204-1.461 1.891l-0.026 0.047zM23.284 15.914v0l-0.007-0.002c-1.017-0.209-2.187-0.331-3.385-0.334h-0.003c-0.011-0-0.024-0-0.037-0-0.579 0-1.149 0.036-1.709 0.106l0.067-0.007c-0.049-0.12-0.096-0.228-0.158-0.377-0.143-0.334-0.301-0.68-0.484-1.056 2.853-1.164 4.012-2.81 4.060-2.88 1.016 1.228 1.638 2.813 1.657 4.543l0 0.004zM8.991 14.489h-0.122c0.495-2.263 1.986-4.102 3.979-5.064l0.044-0.019 0.005 0.006c0.879 1.19 1.772 2.557 2.588 3.974l0.113 0.213c-1.975 0.539-4.247 0.862-6.59 0.889l-0.016 0zM17.007 13.16v0c-0.904-1.631-1.802-3.013-2.784-4.328l0.071 0.099-0.011-0.014c0.516-0.129 1.108-0.204 1.717-0.204h0c0.001 0 0.003 0 0.004 0 1.847 0 3.533 0.688 4.816 1.822l-0.008-0.007c-0.112 0.166-1.168 1.646-3.805 2.634z',\n microsoft:\n 'M4.8 4.8h10.73v10.73h-10.73zM16.47 4.8h10.73v10.73h-10.73zM4.8 16.47h10.73v10.73h-10.73zM16.47 16.47h10.73v10.73h-10.73z',\n x: 'M22.901 5h3.68l-8.04 9.19L28 26.693h-7.406l-5.8-7.584-6.638 7.584H4.474l8.6-9.83L4 5h7.594l5.243 6.932L22.901 5zM21.61 24.491h2.039L10.486 7.087H8.298L21.61 24.491z',\n 'twitter-n':\n 'M26.169 10.782c0.016 0.227 0.016 0.455 0.016 0.682 0 6.936-5.28 14.928-14.928 14.928-0.011 0-0.025 0-0.039 0-2.979 0-5.752-0.878-8.076-2.39l0.057 0.035c0.356 0.041 0.769 0.065 1.187 0.065 0.028 0 0.056-0 0.085-0l-0.004 0c0.008 0 0.018 0 0.028 0 2.457 0 4.718-0.844 6.507-2.257l-0.022 0.017c-2.286-0.043-4.212-1.539-4.895-3.601l-0.011-0.037c0.297 0.049 0.64 0.078 0.989 0.080h0.002c0.491-0.001 0.967-0.066 1.42-0.187l-0.039 0.009c-2.417-0.502-4.207-2.613-4.207-5.143 0-0.003 0-0.005 0-0.008v0-0.065c0.683 0.388 1.495 0.631 2.361 0.665l0.010 0c-1.418-0.956-2.339-2.556-2.339-4.371 0-0.975 0.266-1.888 0.728-2.671l-0.013 0.024c2.6 3.182 6.445 5.262 10.782 5.489l0.037 0.002c-0.080-0.36-0.127-0.774-0.13-1.198v-0.002c0.004-2.898 2.354-5.246 5.252-5.246 1.508 0 2.868 0.636 3.826 1.654l0.003 0.003c1.255-0.247 2.371-0.687 3.376-1.293l-0.046 0.026c-0.406 1.233-1.222 2.239-2.283 2.878l-0.024 0.013c1.12-0.131 2.141-0.418 3.088-0.84l-0.067 0.027c-0.732 1.057-1.603 1.954-2.6 2.691l-0.031 0.022z',\n 'facebook-n':\n 'M21.613 17.6l0.711-4.633h-4.446v-3.006c0-1.267 0.621-2.503 2.612-2.503h2.021v-3.945c-1.066-0.181-2.306-0.295-3.569-0.313l-0.018-0c-3.661 0-6.054 2.219-6.054 6.236v3.531h-4.070v4.633h4.070v11.2h5.009v-11.2z',\n 'instagram-n':\n 'M16.003 9.437c-3.623 0-6.56 2.937-6.56 6.56s2.937 6.56 6.56 6.56c3.623 0 6.56-2.937 6.56-6.56v0c0-0.002 0-0.005 0-0.008 0-3.619-2.933-6.552-6.552-6.552-0.003 0-0.006 0-0.008 0h0zM16.003 20.267c-0 0-0.001 0-0.001 0-2.357 0-4.267-1.91-4.267-4.267s1.911-4.267 4.267-4.267c2.357 0 4.267 1.911 4.267 4.267v0c-0.004 2.355-1.912 4.263-4.266 4.267h-0zM24.364 9.168c-0 0.845-0.685 1.53-1.53 1.53s-1.53-0.685-1.53-1.53 0.685-1.53 1.53-1.53v0c0.001 0 0.002 0 0.003 0 0.843 0 1.527 0.684 1.527 1.527 0 0.001 0 0.003 0 0.004v-0zM28.71 10.722c0.001-0.047 0.002-0.102 0.002-0.157 0-2.016-0.788-3.849-2.072-5.206l0.003 0.004c-1.361-1.282-3.199-2.069-5.222-2.069-0.049 0-0.097 0-0.145 0.001l0.007-0c-2.113-0.12-8.446-0.12-10.56 0-0.044-0.001-0.096-0.001-0.148-0.001-2.018 0-3.853 0.785-5.215 2.067l0.004-0.004c-1.281 1.357-2.069 3.193-2.069 5.212 0 0.052 0.001 0.104 0.002 0.156l-0-0.008c-0.12 2.114-0.12 8.449 0 10.56-0.001 0.047-0.002 0.102-0.002 0.157 0 2.016 0.788 3.849 2.072 5.206l-0.003-0.004c1.362 1.282 3.202 2.069 5.226 2.069 0.047 0 0.095-0 0.142-0.001l-0.007 0c2.113 0.12 8.446 0.12 10.56 0 0.047 0.001 0.102 0.002 0.158 0.002 2.016 0 3.849-0.788 5.206-2.073l-0.003 0.003c1.281-1.361 2.068-3.2 2.068-5.223 0-0.048-0-0.097-0.001-0.145l0 0.007c0.119-2.111 0.119-8.441 0-10.554zM25.98 23.546c-0.449 1.116-1.316 1.985-2.404 2.423l-0.029 0.010c-1.685 0.668-5.68 0.514-7.544 0.514s-5.863 0.148-7.543-0.514c-1.116-0.449-1.984-1.317-2.422-2.405l-0.010-0.029c-0.668-1.685-0.514-5.68-0.514-7.546s-0.149-5.866 0.514-7.546c0.449-1.116 1.317-1.984 2.404-2.422l0.029-0.010c1.685-0.668 5.68-0.514 7.544-0.514s5.866-0.149 7.544 0.514c1.116 0.449 1.983 1.317 2.422 2.404l0.010 0.029c0.668 1.685 0.514 5.68 0.514 7.546s0.154 5.866-0.514 7.546z',\n 'linkedin-n':\n 'M8.93 25.599h-5.307v-17.091h5.307zM6.274 6.177c-0.004 0-0.009 0-0.014 0-1.705 0-3.088-1.383-3.088-3.088s1.383-3.088 3.088-3.088c1.7 0 3.079 1.374 3.088 3.072v0.001c0 0.001 0 0.002 0 0.003 0 1.703-1.373 3.085-3.072 3.1h-0.001zM28.794 25.599h-5.296v-8.32c0-1.983-0.040-4.526-2.759-4.526-2.759 0-3.182 2.154-3.182 4.383v8.462h-5.302v-17.091h5.090v2.331h0.074c0.985-1.665 2.772-2.764 4.815-2.764 0.073 0 0.145 0.001 0.217 0.004l-0.010-0c5.371 0 6.359 3.537 6.359 8.131v9.389z',\n 'medium-n':\n 'M6.233 9.744c0.003-0.030 0.005-0.064 0.005-0.099 0-0.292-0.125-0.554-0.324-0.737l-0.001-0.001-2.387-2.88v-0.428h7.42l5.734 12.58 5.044-12.58h7.076v0.429l-2.043 1.958c-0.143 0.11-0.235 0.281-0.235 0.474 0 0.034 0.003 0.068 0.008 0.1l-0-0.004v14.396c-0.005 0.029-0.008 0.063-0.008 0.097 0 0.193 0.092 0.364 0.234 0.473l0.001 0.001 1.995 1.958v0.429h-10.039v-0.429l2.070-2.006c0.201-0.201 0.201-0.265 0.201-0.571v-11.634l-5.754 14.602h-0.778l-6.692-14.602v9.786c-0.008 0.055-0.013 0.12-0.013 0.185 0 0.364 0.146 0.695 0.383 0.935l-0-0 2.691 3.261v0.429h-7.622v-0.423l2.689-3.266c0.225-0.232 0.363-0.548 0.363-0.897 0-0.079-0.007-0.156-0.021-0.231l0.001 0.008z',\n 'reddit-n':\n 'M25.945 13.259c-0.8 0.001-1.524 0.329-2.044 0.857l-0 0c-2.085-1.39-4.638-2.236-7.386-2.282l-0.012-0 1.494-6.734 4.761 1.068c0.002 1.167 0.948 2.113 2.115 2.115h0c0.004 0 0.009 0 0.013 0 1.183 0 2.142-0.959 2.142-2.142s-0.959-2.142-2.142-2.142c-0.835 0-1.559 0.478-1.912 1.176l-0.006 0.012-5.255-1.166c-0.031-0.007-0.066-0.011-0.102-0.011-0.239 0-0.439 0.167-0.491 0.39l-0.001 0.003-1.642 7.424c-2.747 0.074-5.28 0.926-7.406 2.342l0.051-0.032c-0.519-0.543-1.249-0.881-2.059-0.881-1.572 0-2.846 1.274-2.846 2.846 0 1.117 0.644 2.084 1.58 2.55l0.017 0.007c-0.089 0.389-0.14 0.835-0.14 1.294 0 0.014 0 0.028 0 0.041v-0.002c0 4.522 5.094 8.186 11.347 8.186 6.28 0 11.374-3.664 11.374-8.186 0-0.014 0-0.031 0-0.048 0-0.464-0.061-0.914-0.176-1.341l0.008 0.036c0.938-0.477 1.569-1.435 1.569-2.54 0-1.569-1.272-2.841-2.841-2.841-0.004 0-0.009 0-0.013 0h0.001zM9.17 18.946c-0-0.004-0-0.009-0-0.014 0-1.176 0.953-2.129 2.129-2.129s2.129 0.953 2.129 2.129c0 1.171-0.945 2.121-2.114 2.129h-0.001c-0.003 0-0.006 0-0.009 0-1.172 0-2.123-0.945-2.133-2.114v-0.001zM20.734 23.991c-1.964 1.964-7.506 1.964-9.47 0-0.1-0.092-0.162-0.224-0.162-0.37s0.062-0.277 0.162-0.369l0-0c0.093-0.088 0.218-0.142 0.356-0.142s0.263 0.054 0.356 0.142l-0-0c1.5 1.538 6.475 1.565 8.039 0 0.093-0.088 0.218-0.142 0.356-0.142s0.263 0.054 0.356 0.142l-0-0c0.103 0.092 0.167 0.224 0.167 0.372 0 0.145-0.062 0.276-0.161 0.367l-0 0zM20.69 21.066c-1.17-0.008-2.115-0.958-2.115-2.129 0-1.176 0.953-2.129 2.129-2.129s2.129 0.953 2.129 2.129c0 0.005-0 0.010-0 0.014v-0.001c-0.002 1.169-0.95 2.115-2.118 2.115-0.009 0-0.017-0-0.026-0h0.001z',\n link:\n 'M15.999 6.572l-2.828 2.828c-0.521 0.521-0.521 1.365 0 1.886s1.365 0.521 1.886 0v0l2.828-2.828c1.562-1.562 4.095-1.562 5.657 0s1.562 4.095 0 5.657v0l-2.828 2.828c-0.521 0.521-0.521 1.365 0 1.886s1.365 0.521 1.886 0v0l2.828-2.828c2.604-2.604 2.604-6.825 0-9.428s-6.825-2.603-9.428 0v0zM12.228 19.771c0.521 0.521 1.365 0.521 1.886 0v0l5.657-5.657c0.521-0.521 0.521-1.365 0-1.886s-1.365-0.521-1.886 0v0l-5.657 5.657c-0.521 0.521-0.521 1.365 0 1.886v0zM16.942 20.714l-2.828 2.828c-1.562 1.562-4.095 1.562-5.657 0s-1.562-4.095 0-5.657v0l2.828-2.828c0.521-0.521 0.521-1.365 0-1.886s-1.365-0.521-1.886 0v0l-2.828 2.828c-2.603 2.604-2.603 6.825 0 9.428s6.825 2.604 9.428 0v0l2.828-2.828c0.521-0.521 0.521-1.365 0-1.886s-1.365-0.521-1.886 0v0z',\n 'link-o':\n 'M16 32c-0.013 0-0.028 0-0.043 0-4.405 0-8.391-1.792-11.27-4.686l-0.001-0.001c-2.895-2.879-4.686-6.865-4.686-11.27 0-0.015 0-0.031 0-0.046v0.002c-0-0.013-0-0.028-0-0.043 0-4.405 1.792-8.391 4.686-11.269l0.001-0.001c2.88-2.895 6.866-4.687 11.271-4.687 0.015 0 0.030 0 0.045 0h-0.002c0.013-0 0.028-0 0.043-0 4.405 0 8.391 1.792 11.27 4.686l0.001 0.001c2.895 2.879 4.686 6.866 4.686 11.27 0 0.015-0 0.030-0 0.045v-0.002c0 0.013 0 0.028 0 0.044 0 4.404-1.792 8.39-4.686 11.269l-0.001 0.001c-2.879 2.895-6.865 4.687-11.27 4.687-0.015 0-0.031-0-0.046-0h0.002zM12.371 14.144c-0.001 0-0.002 0-0.004 0-0.267 0-0.508 0.108-0.682 0.283l-2.057 2.057c-0.877 0.872-1.42 2.080-1.42 3.414 0 0.005 0 0.010 0 0.015v-0.001c0 0.004-0 0.009-0 0.014 0 1.335 0.543 2.543 1.42 3.415l0 0c0.873 0.877 2.080 1.419 3.415 1.419 0.005 0 0.009 0 0.014-0h-0.001c0.004 0 0.008 0 0.013 0 1.335 0 2.543-0.543 3.416-1.419l2.057-2.058c0.175-0.176 0.283-0.418 0.283-0.685s-0.108-0.51-0.283-0.685l0 0c-0.174-0.175-0.415-0.284-0.681-0.284-0.001 0-0.003 0-0.004 0h0c-0.001 0-0.003 0-0.004 0-0.266 0-0.508 0.109-0.681 0.284l-2.057 2.056c-0.523 0.524-1.246 0.848-2.045 0.848-0.004 0-0.009 0-0.013-0h0.001c-0.004 0-0.008 0-0.012 0-0.799 0-1.522-0.324-2.044-0.848l-0-0c-0.524-0.523-0.849-1.246-0.849-2.045 0-0.004 0-0.009 0-0.013v0.001c-0-0.004-0-0.008-0-0.012 0-0.799 0.324-1.522 0.849-2.045l2.057-2.058c0.175-0.174 0.283-0.415 0.283-0.681 0-0.002 0-0.003 0-0.005v0c0-0.001 0-0.003 0-0.005 0-0.266-0.108-0.506-0.283-0.68l-0-0c-0.175-0.175-0.416-0.283-0.682-0.283-0.001 0-0.003 0-0.004 0h0zM18.542 13.458c-0.001 0-0.002 0-0.003 0-0.267 0-0.508 0.109-0.682 0.284l-4.114 4.114c-0.175 0.174-0.283 0.415-0.283 0.681 0 0.001 0 0.003 0 0.004v-0c0 0.001 0 0.003 0 0.005 0 0.266 0.108 0.508 0.283 0.682l0 0c0.174 0.175 0.415 0.284 0.682 0.284 0.001 0 0.002 0 0.004 0h-0c0.001 0 0.002 0 0.003 0 0.267 0 0.508-0.108 0.682-0.284l4.114-4.114c0.175-0.174 0.283-0.415 0.283-0.681 0-0.001 0-0.003 0-0.004v0c0-0.001 0-0.003 0-0.005 0-0.266-0.108-0.508-0.283-0.682l-0-0c-0.174-0.175-0.414-0.283-0.68-0.283-0.002 0-0.004 0-0.006 0h0zM19.913 10.15c0.004-0 0.008-0 0.013-0 0.799 0 1.521 0.324 2.044 0.848l0 0c0.524 0.523 0.848 1.246 0.848 2.044 0 0.004 0 0.009-0 0.013v-0.001c0 0.004 0 0.008 0 0.013 0 0.799-0.324 1.521-0.848 2.044l-2.058 2.058c-0.175 0.174-0.283 0.415-0.283 0.682 0 0.001 0 0.003 0 0.004v-0c0 0.002 0 0.003 0 0.005 0 0.266 0.108 0.506 0.283 0.68l0 0c0.175 0.175 0.416 0.283 0.682 0.283 0.001 0 0.003 0 0.004 0h-0c0.001 0 0.003 0 0.004 0 0.266 0 0.508-0.108 0.682-0.283l2.057-2.057c0.876-0.878 1.418-2.090 1.418-3.429s-0.542-2.551-1.418-3.429l0 0c-0.873-0.877-2.080-1.419-3.415-1.419-0.005 0-0.009 0-0.014 0h0.001c-0.004 0-0.009-0-0.013-0-1.334 0-2.542 0.543-3.415 1.419l-2.057 2.057c-0.175 0.176-0.283 0.418-0.283 0.686s0.108 0.51 0.283 0.686l-0-0c0.174 0.175 0.415 0.284 0.681 0.284 0.001 0 0.003 0 0.004 0h-0c0.001 0 0.003 0 0.004 0 0.266 0 0.508-0.109 0.681-0.284l2.058-2.056c0.522-0.524 1.245-0.847 2.043-0.847 0.005 0 0.010 0 0.015 0h-0.001z',\n instagram:\n 'M16 32c-8.835-0.006-15.994-7.169-15.994-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM16 7.467h-0.37c-1.959 0-2.269 0.011-3.148 0.050-0.748 0.016-1.458 0.16-2.115 0.411l0.043-0.014c-1.15 0.453-2.043 1.346-2.486 2.466l-0.010 0.030c-0.237 0.613-0.381 1.323-0.397 2.064l-0 0.007c-0.042 0.931-0.052 1.238-0.052 3.52s0.010 2.587 0.052 3.518c0.017 0.748 0.161 1.458 0.411 2.115l-0.015-0.043c0.454 1.15 1.346 2.042 2.466 2.486l0.030 0.010c0.613 0.236 1.322 0.38 2.062 0.397l0.007 0c0.918 0.042 1.223 0.052 3.52 0.052s2.6-0.010 3.518-0.052c0.748-0.016 1.458-0.16 2.116-0.411l-0.043 0.015c1.149-0.454 2.042-1.347 2.486-2.466l0.010-0.030c0.235-0.614 0.379-1.323 0.396-2.064l0-0.007c0.042-0.931 0.052-1.238 0.052-3.518s-0.010-2.587-0.052-3.52c-0.017-0.748-0.161-1.457-0.411-2.114l0.015 0.044c-0.453-1.15-1.346-2.043-2.466-2.486l-0.030-0.010c-0.614-0.236-1.324-0.38-2.066-0.396l-0.007-0c-0.918-0.041-1.222-0.051-3.517-0.051z M16.001 22.992c-2.263 0-2.535-0.009-3.448-0.050-0.571-0.008-1.114-0.115-1.617-0.306l0.033 0.011c-0.385-0.145-0.713-0.363-0.98-0.639l-0.001-0.001c-0.277-0.268-0.495-0.596-0.634-0.962l-0.006-0.018c-0.18-0.47-0.287-1.013-0.294-1.581l-0-0.003c-0.039-0.89-0.047-1.158-0.047-3.447s0.009-2.556 0.049-3.447c0.007-0.571 0.114-1.114 0.305-1.617l-0.011 0.032c0.144-0.385 0.363-0.713 0.639-0.98l0.001-0.001c0.269-0.277 0.597-0.495 0.963-0.634l0.018-0.006c0.47-0.179 1.013-0.285 1.58-0.293l0.003-0c0.792-0.036 1.091-0.046 2.683-0.048 0.073 0.003 0.152 0.003 0.222 0.003h0.544c2.299 0 2.566 0.009 3.448 0.049 0.571 0.007 1.114 0.115 1.617 0.305l-0.033-0.011c0.385 0.145 0.712 0.363 0.98 0.639l0.001 0.001c0.277 0.269 0.495 0.597 0.634 0.963l0.006 0.018c0.179 0.47 0.287 1.013 0.294 1.581l0 0.003c0.041 0.892 0.049 1.16 0.049 3.448s-0.009 2.556-0.049 3.447c-0.008 0.571-0.115 1.114-0.305 1.617l0.011-0.033c-0.294 0.746-0.874 1.325-1.6 1.612l-0.019 0.007c-0.47 0.181-1.014 0.288-1.582 0.295l-0.003 0c-0.915 0.039-1.187 0.048-3.45 0.048zM16.001 11.618c-2.42 0-4.382 1.962-4.382 4.382s1.962 4.382 4.382 4.382c2.419 0 4.38-1.96 4.382-4.379v-0c-0.002-2.42-1.962-4.381-4.381-4.384h-0zM20.557 10.421h-0.002c-0.416 0.001-0.753 0.338-0.753 0.754s0.338 0.754 0.754 0.754 0.754-0.338 0.754-0.754c0-0.416-0.337-0.753-0.753-0.754h-0z M16.001 13.156c1.571 0 2.844 1.274 2.844 2.844s-1.274 2.844-2.844 2.844c-1.571 0-2.844-1.274-2.844-2.844v0c0-1.571 1.274-2.844 2.844-2.844v0z',\n linkedin:\n 'M16 32c-0.004 0-0.008 0-0.012 0-8.834 0-15.995-7.161-15.995-15.995 0-4.421 1.794-8.423 4.693-11.319l0-0c2.895-2.891 6.892-4.68 11.307-4.68 8.837 0 16 7.163 16 16 0 6.585-3.978 12.241-9.661 14.695l-0.104 0.040c-1.829 0.795-3.959 1.258-6.197 1.258-0.011 0-0.022 0-0.033-0h0.002zM18.92 15.855c0.838 0 1.837 0.427 1.837 2.464v5.828h3.627v-6.247c0-1.602-0.401-2.848-1.193-3.707-0.715-0.74-1.717-1.2-2.826-1.2-0.055 0-0.11 0.001-0.164 0.003l0.008-0c-0.032-0.001-0.069-0.002-0.107-0.002-0.771 0-1.487 0.233-2.082 0.632l0.014-0.009c-0.439 0.319-0.804 0.71-1.083 1.161l-0.010 0.017v-1.543h-3.626c0.047 1.011 0 10.796 0 10.894h3.626v-6.084c-0.002-0.038-0.003-0.082-0.003-0.126 0-0.271 0.045-0.532 0.128-0.775l-0.005 0.017c0.145-0.362 0.368-0.666 0.649-0.903l0.003-0.003c0.318-0.26 0.729-0.418 1.177-0.418 0.011 0 0.022 0 0.033 0l-0.002-0zM7.68 13.252v10.895h3.627v-10.895zM9.518 8c-1.208 0-2.052 0.774-2.052 1.882 0 1.091 0.843 1.883 2.004 1.883h0.023c0.023 0.001 0.050 0.001 0.076 0.001 0.549 0 1.049-0.209 1.425-0.552l-0.002 0.002c0.34-0.332 0.552-0.795 0.552-1.307 0-0.009-0-0.019-0-0.028l0 0.001c-0.026-1.126-0.839-1.882-2.028-1.882z',\n medium:\n 'M16 32c-8.835-0.006-15.994-7.169-15.994-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM20.152 12.177v0 9.922c0 0.268 0 0.316-0.17 0.489l-1.723 1.712v0.367h8.367v-0.367l-1.664-1.672c-0.12-0.095-0.196-0.24-0.196-0.403 0-0.030 0.003-0.060 0.008-0.089l-0 0.003v-12.279c-0.005-0.026-0.007-0.056-0.007-0.086 0-0.163 0.076-0.309 0.195-0.402l0.001-0.001 1.703-1.671v-0.367h-5.895l-4.203 10.731-4.781-10.731h-6.185v0.367l1.992 2.456c0.168 0.157 0.273 0.38 0.273 0.628 0 0.030-0.002 0.060-0.005 0.089l0-0.004v9.651c0.010 0.056 0.016 0.121 0.016 0.187 0 0.298-0.115 0.57-0.304 0.772l0.001-0.001-2.24 2.782v0.367h6.352v-0.367l-2.24-2.782c-0.198-0.208-0.319-0.489-0.319-0.799 0-0.056 0.004-0.111 0.012-0.165l-0.001 0.006v-8.346l5.576 12.452h0.647z',\n twitter:\n 'M16 32c-8.835-0.006-15.994-7.169-15.994-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM8.512 14.149c-0.018 0-0.028 0.003-0.032 0.009-0.081 0.082 0.194 1.115 0.403 1.514 0.361 0.625 0.884 1.12 1.512 1.437l0.021 0.009 0.548 0.26-0.649 0.011c-0.402 0-0.546 0.005-0.592 0.064-0.028 0.037-0.014 0.096 0.010 0.184 0.224 0.733 1.104 1.512 2.093 1.853l0.694 0.238-0.604 0.361c-0.862 0.502-1.892 0.809-2.991 0.836l-0.008 0c-0.039-0.002-0.084-0.002-0.13-0.002-0.279 0-0.551 0.034-0.811 0.098l0.023-0.005c0 0.116 1.373 0.748 2.16 0.994 0.786 0.248 1.691 0.39 2.628 0.39 0.013 0 0.027-0 0.040-0h-0.002c0.016 0 0.035 0 0.054 0 1.7 0 3.294-0.455 4.667-1.25l-0.045 0.024c1.644-1.060 2.927-2.554 3.702-4.321l0.025-0.063c0.398-0.995 0.669-2.148 0.759-3.351l0.002-0.039c0-0.523 0.037-0.591 0.66-1.209 0.28-0.266 0.537-0.55 0.771-0.853l0.013-0.017c0.041-0.079 0.064-0.128 0.052-0.151-0.005-0.009-0.017-0.013-0.036-0.013-0.185 0.035-0.348 0.084-0.503 0.147l0.017-0.006c-0.227 0.099-0.492 0.176-0.768 0.216l-0.017 0.002c-0.050 0-0.079-0.012-0.090-0.035-0.024-0.055 0.056-0.178 0.259-0.397 0.349-0.364 0.761-1.019 0.761-1.209 0-0.007-0.006-0.010-0.019-0.010-0.128 0.028-0.242 0.074-0.344 0.137l0.005-0.003c-0.276 0.139-0.602 0.27-0.941 0.372l-0.044 0.012-0.604 0.192-0.548-0.372c-0.274-0.19-0.588-0.358-0.92-0.487l-0.031-0.011c-0.256-0.067-0.55-0.106-0.853-0.106-0.015 0-0.030 0-0.045 0l0.002-0c-0.018-0-0.040-0.001-0.061-0.001-0.358 0-0.703 0.055-1.027 0.158l0.024-0.007c-1.283 0.446-2.187 1.645-2.187 3.055 0 0.070 0.002 0.139 0.007 0.208l-0-0.009 0.034 0.554-0.56-0.068c-2.099-0.273-3.937-1.223-5.326-2.621l-0-0-0.739-0.736-0.192 0.544c-0.122 0.329-0.192 0.709-0.192 1.105 0 0.867 0.337 1.655 0.888 2.241l-0.002-0.002c0.202 0.214 0.286 0.34 0.262 0.394-0.010 0.022-0.036 0.032-0.083 0.032-0.225-0.030-0.429-0.089-0.62-0.173l0.014 0.006c-0.142-0.058-0.308-0.104-0.481-0.13l-0.013-0.002z',\n vimeo:\n 'M16 32c-8.835-0.006-15.994-7.169-15.994-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM8.276 13.792c0.655 0 1.278 1.043 1.851 3.099l1.549 5.682c0.77 2.056 1.726 3.099 2.84 3.099 0.899 0 1.912-0.428 3.011-1.272 1.361-1.122 2.55-2.375 3.574-3.759l0.040-0.057c2.513-3.234 3.831-5.816 3.914-7.676 0.064-1.391-0.202-2.417-0.788-3.049-0.492-0.488-1.17-0.79-1.918-0.79-0.029 0-0.059 0-0.088 0.001l0.004-0c-0.072-0.002-0.144-0.004-0.214-0.004-0.040-0.001-0.088-0.002-0.135-0.002-1.174 0-2.248 0.427-3.076 1.134l0.007-0.005c-0.862 0.748-1.53 1.886-1.987 3.382 0.418-0.191 0.905-0.307 1.418-0.315l0.003-0c0.032-0.003 0.069-0.004 0.107-0.004 0.353 0 0.673 0.14 0.908 0.368l-0-0c0.195 0.264 0.311 0.596 0.311 0.955 0 0.116-0.012 0.229-0.035 0.337l0.002-0.011c-0.058 0.66-0.493 1.636-1.292 2.899s-1.41 1.904-1.811 1.904c-0.515 0-0.992-0.987-1.423-2.935-0.143-0.57-0.405-2.050-0.776-4.4-0.093-0.873-0.403-1.659-0.874-2.322l0.010 0.015c-0.369-0.47-0.937-0.769-1.574-0.769-0.017 0-0.034 0-0.051 0.001l0.003-0c-0.087 0-0.178 0.004-0.27 0.013-0.63 0.057-1.587 0.637-2.846 1.724-0.884 0.8-1.827 1.642-2.801 2.499l0.903 1.163c0.869-0.61 1.362-0.905 1.506-0.905z',\n youtube:\n 'M16 32c-8.835-0.006-15.994-7.169-15.994-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM16 10.133c-0.053 0-5.352 0.004-6.668 0.366-0.743 0.215-1.313 0.798-1.506 1.534l-0.003 0.015c-0.352 1.351-0.357 4.189-0.357 4.218s0.004 2.867 0.357 4.218c0.196 0.751 0.766 1.334 1.494 1.545l0.015 0.004c1.316 0.362 6.615 0.366 6.668 0.366s5.352-0.004 6.668-0.366c0.743-0.215 1.313-0.798 1.505-1.534l0.003-0.015c0.352-1.351 0.357-4.189 0.357-4.218s-0.004-2.867-0.357-4.218c-0.196-0.751-0.766-1.334-1.493-1.545l-0.015-0.004c-1.315-0.362-6.614-0.366-6.668-0.366z M14.4 19.2v-5.333l4.267 2.667z',\n facebook:\n 'M16 32c-8.835-0.005-15.995-7.168-15.995-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM12.267 13.703v3h1.8v8.704h3.6v-8.705h2.4l0.319-3h-2.719l0.004-1.501c0-0.767 0.055-1.2 1.2-1.2h1.502v-3.001h-2.4c-1.4 0-2.395 0.338-3.034 1.033-0.549 0.689-0.88 1.572-0.88 2.533 0 0.117 0.005 0.234 0.015 0.349l-0.001-0.015v1.8z',\n messenger:\n 'M16 32c-8.835-0.005-15.995-7.168-15.995-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM15.915 6.4c-0.023-0-0.050-0-0.076-0-2.57 0-4.909 0.989-6.658 2.606l0.007-0.006c-1.708 1.56-2.778 3.793-2.787 6.276v0.002c0.021 2.814 1.385 5.305 3.482 6.867l0.023 0.016v3.415l3.193-1.815c0.841 0.251 1.807 0.395 2.807 0.395 0.004 0 0.007 0 0.011 0h-0.001c0.023 0 0.050 0 0.077 0 2.57 0 4.909-0.989 6.658-2.606l-0.006 0.006c1.714-1.555 2.786-3.791 2.786-6.278s-1.072-4.722-2.778-6.271l-0.007-0.006c-1.742-1.612-4.082-2.602-6.653-2.602-0.026 0-0.053 0-0.079 0l0.004-0z M14.901 12.846l-5.133 5.433 4.67-2.563 2.44 2.562 5.103-5.433-4.619 2.517-2.461-2.517z',\n reddit:\n 'M16 32c-8.835-0.005-15.995-7.168-15.995-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM7.467 13.137c-0.005-0-0.011-0-0.017-0-1.463 0-2.649 1.186-2.649 2.649 0 0.931 0.48 1.75 1.207 2.222l0.010 0.006c-0.036 0.217-0.056 0.467-0.057 0.722v0c0 3.774 4.6 6.844 10.26 6.844s10.26-3.070 10.26-6.844c-0.001-0.237-0.018-0.47-0.053-0.697l0.003 0.026c0.782-0.471 1.296-1.316 1.296-2.28 0-1.466-1.188-2.654-2.654-2.654-0.677 0-1.294 0.253-1.763 0.67l0.003-0.002c-1.806-1.11-3.976-1.8-6.3-1.884l-0.023-0.001 1.286-4.047 3.508 0.823c0.044 1.184 1.014 2.127 2.205 2.127 0 0 0.001 0 0.002 0h-0c1.213-0.003 2.194-0.987 2.194-2.2 0-1.215-0.985-2.2-2.2-2.2-0.878 0-1.636 0.514-1.989 1.258l-0.006 0.013-3.942-0.923c-0.035-0.008-0.075-0.013-0.117-0.013-0 0-0.001 0-0.001 0h0c-0.001 0-0.002 0-0.003 0-0.227 0-0.419 0.149-0.485 0.354l-0.001 0.004-1.522 4.79c-2.486 0.011-4.809 0.704-6.793 1.9l0.060-0.033c-0.461-0.391-1.062-0.629-1.719-0.63h-0z M26.149 17.013c-0.443-1.042-1.115-1.912-1.958-2.576l-0.014-0.010c0.252-0.165 0.56-0.264 0.891-0.264 0.901 0 1.633 0.728 1.638 1.629v0c-0.001 0.487-0.216 0.923-0.555 1.22l-0.002 0.002z M23.989 7.44c0.648 0.003 1.173 0.529 1.173 1.178 0 0.651-0.527 1.178-1.178 1.178s-1.178-0.527-1.178-1.178v0c0.002-0.651 0.531-1.178 1.182-1.178 0 0 0.001 0 0.001 0h-0z M16.22 24.56c-5.091 0-9.233-2.611-9.233-5.821 0-0.105 0.005-0.215 0.016-0.333 0.036-0.369 0.118-0.708 0.24-1.026l-0.009 0.026c0.376-0.919 0.97-1.683 1.72-2.253l0.013-0.010c0.248-0.199 0.526-0.395 0.816-0.573l0.035-0.020c1.776-1.028 3.907-1.635 6.179-1.635 0.078 0 0.156 0.001 0.234 0.002l-0.012-0c0.071-0.001 0.155-0.002 0.239-0.002 2.296 0 4.447 0.623 6.292 1.71l-0.058-0.032c0.323 0.201 0.6 0.401 0.863 0.617l-0.013-0.011c0.733 0.573 1.304 1.321 1.654 2.182l0.013 0.035c0.113 0.292 0.194 0.632 0.227 0.985l0.001 0.015c0.010 0.122 0.015 0.225 0.015 0.322 0 3.211-4.142 5.822-9.233 5.822zM16.266 23.171h0.013c1.719 0 2.933-0.379 3.719-1.157 0.092-0.092 0.149-0.22 0.149-0.361 0-0.282-0.229-0.511-0.511-0.511-0 0-0.001 0-0.001 0h0c-0 0-0.001 0-0.002 0-0.141 0-0.269 0.057-0.362 0.149l0-0c-0.581 0.577-1.56 0.858-2.992 0.858h-0.025c-1.433 0-2.412-0.281-2.992-0.858-0.093-0.093-0.221-0.15-0.363-0.15-0.283 0-0.513 0.229-0.513 0.512v0c0 0 0 0.001 0 0.001 0 0.141 0.057 0.268 0.15 0.359l0 0c0.783 0.779 2 1.158 3.718 1.158h0.012zM12.843 15.923c-0.872 0.011-1.576 0.714-1.59 1.584l-0 0.001c0.003 0.87 0.709 1.575 1.58 1.575 0.873 0 1.58-0.707 1.58-1.58 0-0.869-0.702-1.574-1.569-1.58h-0.001zM19.714 15.923c-0.873 0.009-1.579 0.712-1.594 1.583l-0 0.001c0.002 0.872 0.709 1.578 1.581 1.578 0.873 0 1.581-0.708 1.581-1.581 0-0.869-0.701-1.574-1.568-1.581h-0.001z M5.827 15.792c0.002-0.902 0.734-1.632 1.636-1.632 0.309 0 0.599 0.086 0.845 0.235l-0.007-0.004c-0.857 0.668-1.533 1.53-1.968 2.52l-0.016 0.042c-0.302-0.295-0.489-0.706-0.489-1.16 0-0 0-0 0-0v0z',\n skype:\n 'M16 32c-8.835-0.005-15.995-7.168-15.995-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM17.581 23.98v0c0.647 0.348 1.415 0.553 2.232 0.553h0c0.008 0 0.018 0 0.027 0 2.578 0 4.671-2.079 4.692-4.652v-0.002c0-0.003 0-0.007 0-0.011 0-0.75-0.181-1.457-0.503-2.081l0.012 0.026c0.12-0.517 0.188-1.111 0.188-1.721 0-2.224-0.912-4.235-2.383-5.678l-0.001-0.001c-1.47-1.45-3.49-2.346-5.72-2.346-0.013 0-0.026 0-0.039 0h0.002c-0.001 0-0.001 0-0.002 0-0.491 0-0.972 0.043-1.439 0.125l0.050-0.007c-0.713-0.45-1.58-0.717-2.51-0.717-0 0-0 0-0.001 0h0c-0.008-0-0.018-0-0.027-0-2.579 0-4.672 2.080-4.694 4.653v0.002c0.001 0.869 0.242 1.682 0.66 2.375l-0.012-0.021c-0.105 0.484-0.165 1.040-0.165 1.61 0 2.223 0.912 4.233 2.381 5.677l0.001 0.001c1.47 1.453 3.492 2.351 5.724 2.351 0.011 0 0.022-0 0.033-0h-0.002c0.002 0 0.004 0 0.006 0 0.525 0 1.038-0.049 1.536-0.141l-0.052 0.008z M20.265 19.925c-0.42 0.554-0.98 0.98-1.629 1.228l-0.025 0.009c-0.712 0.281-1.536 0.444-2.398 0.444-0.051 0-0.102-0.001-0.152-0.002l0.008 0c-0.066 0.002-0.143 0.004-0.221 0.004-0.979 0-1.906-0.224-2.732-0.624l0.037 0.016c-0.542-0.287-0.991-0.683-1.331-1.162l-0.008-0.012c-0.308-0.399-0.501-0.901-0.521-1.447l-0-0.004c0-0.002-0-0.004-0-0.006 0-0.299 0.131-0.567 0.338-0.75l0.001-0.001c0.212-0.193 0.495-0.311 0.806-0.311 0.016 0 0.031 0 0.046 0.001l-0.002-0c0.008-0 0.018-0 0.028-0 0.262 0 0.503 0.093 0.69 0.247l-0.002-0.002c0.206 0.186 0.368 0.416 0.473 0.676l0.004 0.012c0.134 0.312 0.29 0.58 0.474 0.826l-0.007-0.010c0.181 0.223 0.41 0.401 0.672 0.517l0.011 0.005c0.318 0.133 0.688 0.21 1.075 0.21 0.037 0 0.075-0.001 0.112-0.002l-0.005 0c0.039 0.002 0.084 0.003 0.129 0.003 0.558 0 1.080-0.158 1.523-0.431l-0.012 0.007c0.354-0.201 0.591-0.572 0.6-0.999l0-0.001c0-0.012 0.001-0.026 0.001-0.040 0-0.285-0.121-0.541-0.314-0.721l-0.001-0.001c-0.241-0.212-0.531-0.374-0.851-0.469l-0.016-0.004c-0.37-0.113-0.872-0.237-1.493-0.365-0.816-0.162-1.53-0.379-2.213-0.658l0.080 0.029c-0.559-0.224-1.029-0.568-1.396-1.003l-0.004-0.005c-0.329-0.418-0.528-0.952-0.528-1.533 0-0.027 0-0.054 0.001-0.080l-0 0.004c-0-0.008-0-0.018-0-0.028 0-0.606 0.209-1.163 0.559-1.604l-0.004 0.005c0.408-0.494 0.943-0.869 1.556-1.076l0.024-0.007c0.671-0.236 1.445-0.372 2.251-0.372 0.048 0 0.096 0.001 0.144 0.001l-0.007-0c0.035-0.001 0.076-0.001 0.117-0.001 0.635 0 1.249 0.091 1.829 0.26l-0.046-0.011c0.513 0.149 0.96 0.375 1.355 0.668l-0.011-0.008c0.321 0.236 0.586 0.528 0.785 0.864l0.007 0.013c0.154 0.263 0.247 0.577 0.255 0.913l0 0.002c-0.002 0.304-0.13 0.579-0.333 0.774l-0 0c-0.205 0.213-0.492 0.346-0.81 0.346-0.009 0-0.018-0-0.027-0l0.001 0c-0.020 0.001-0.042 0.002-0.065 0.002-0.24 0-0.462-0.082-0.638-0.219l0.002 0.002c-0.19-0.183-0.352-0.393-0.48-0.624l-0.007-0.014c-0.183-0.355-0.429-0.652-0.728-0.887l-0.006-0.004c-0.335-0.199-0.738-0.317-1.169-0.317-0.067 0-0.134 0.003-0.2 0.009l0.009-0.001c-0.036-0.002-0.078-0.003-0.121-0.003-0.475 0-0.919 0.129-1.301 0.353l0.012-0.007c-0.288 0.146-0.486 0.433-0.505 0.767l-0 0.002c-0 0.006-0 0.013-0 0.019 0 0.171 0.062 0.327 0.164 0.448l-0.001-0.001c0.132 0.152 0.294 0.275 0.476 0.36l0.009 0.004c0.186 0.095 0.403 0.181 0.63 0.244l0.025 0.006c0.226 0.062 0.605 0.154 1.126 0.273 0.659 0.139 1.267 0.296 1.8 0.467 0.531 0.16 0.993 0.373 1.418 0.64l-0.024-0.014c0.38 0.242 0.689 0.563 0.91 0.942l0.007 0.013c0.211 0.386 0.334 0.846 0.334 1.335 0 0.028-0 0.056-0.001 0.084l0-0.004c0 0.008 0 0.017 0 0.026 0 0.663-0.214 1.276-0.576 1.773l0.006-0.009z',\n 'telegram-o':\n 'M16 32c-8.835-0.005-15.995-7.168-15.995-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM19.153 13.589c0.004-0 0.009-0.001 0.014-0.001 0.045 0 0.085 0.021 0.11 0.054l0 0c0.047 0.070 0.027 0.21-0.059 0.417-0.906 0.991-1.895 1.885-2.851 2.749l-0.054 0.049c-0.629 0.569-1.281 1.159-1.907 1.776-0.411 0.313-0.697 0.771-0.784 1.296l-0.002 0.012c-0.001 0.018-0.002 0.038-0.002 0.059 0 0.252 0.104 0.48 0.272 0.643l0 0c1.419 0.993 2.883 1.978 4.298 2.933l0.444 0.299 1.075 0.723c0.22 0.177 0.502 0.284 0.81 0.284 0.003 0 0.006 0 0.009-0h-0c0.002 0 0.004 0 0.005 0 0.702 0 1.288-0.498 1.424-1.159l0.002-0.009v-0.015q0.117-0.688 0.235-1.376l0.010-0.058c0.427-2.502 0.867-5.089 1.254-7.641 0.052-0.4 0.111-0.8 0.172-1.211 0.142-0.961 0.289-1.955 0.333-2.941-0.058-0.485-0.381-0.733-0.959-0.733-0.363 0.013-0.705 0.080-1.026 0.193l0.024-0.007c-3.65 1.389-7.169 2.853-10.129 4.101-0.333 0.146-0.686 0.303-1.154 0.507-1.596 0.697-3.246 1.417-4.755 2.248-0.2 0.149-0.292 0.29-0.273 0.433 0.047 0.361 0.791 0.651 1.511 0.933 0.145 0.056 0.309 0.12 0.457 0.181 0.121 0.037 0.243 0.076 0.368 0.116 0.628 0.245 1.355 0.406 2.114 0.451l0.020 0.001c0.014 0 0.032 0 0.049 0 0.434 0 0.843-0.111 1.198-0.306l-0.013 0.006c1.737-1 3.4-2.169 5.013-3.303l0.008-0.005c0.498-0.351 1.063-0.749 1.615-1.129l0.059-0.039 0.025-0.017c0.295-0.228 0.642-0.405 1.019-0.512l0.021-0.005z',\n 'whatsapp-o':\n 'M16 32c-8.835-0.005-15.995-7.168-15.995-16.004 0-6.586 3.978-12.243 9.663-14.699l0.104-0.040c1.838-0.798 3.979-1.262 6.228-1.262 8.839 0 16.004 7.165 16.004 16.004 0 6.59-3.983 12.249-9.672 14.703l-0.104 0.040c-1.829 0.795-3.959 1.257-6.197 1.257-0.011 0-0.022 0-0.033-0h0.002zM16.527 5.867c-5.254 0.004-9.512 4.265-9.512 9.519 0 1.747 0.471 3.385 1.293 4.792l-0.024-0.045-1.35 4.933 5.043-1.323c1.313 0.728 2.88 1.157 4.546 1.158h0.004c5.256 0 9.518-4.261 9.518-9.518s-4.261-9.518-9.518-9.518v0z M16.527 23.295v0c-1.485-0-2.874-0.41-4.061-1.122l0.036 0.020-0.289-0.171-2.994 0.785 0.8-2.919-0.188-0.299c-0.758-1.192-1.208-2.644-1.208-4.201 0-4.367 3.54-7.907 7.907-7.907s7.907 3.54 7.907 7.907c0 4.367-3.54 7.907-7.907 7.907-0 0-0 0-0 0v0zM13.159 10.987c-0.253 0.006-0.478 0.119-0.633 0.296l-0.001 0.001-0.046 0.049c-0.486 0.476-0.787 1.139-0.787 1.871 0 0.022 0 0.043 0.001 0.065l-0-0.003c0.078 0.938 0.43 1.782 0.974 2.465l-0.007-0.009v0.003c0.008 0.011 0.023 0.031 0.043 0.061 1.012 1.503 2.367 2.702 3.959 3.5l0.059 0.027c0.349 0.158 0.798 0.328 1.258 0.475l0.097 0.027c0.271 0.089 0.582 0.14 0.906 0.14 0.005 0 0.010 0 0.016-0h-0.001c0.204-0.001 0.403-0.017 0.598-0.048l-0.022 0.003c0.685-0.143 1.254-0.557 1.599-1.123l0.006-0.011c0.106-0.235 0.167-0.509 0.167-0.798 0-0.119-0.010-0.235-0.030-0.347l0.002 0.012c-0.087-0.096-0.196-0.17-0.321-0.213l-0.005-0.002-0.129-0.063c-0.284-0.142-1.411-0.696-1.624-0.773-0.075-0.033-0.162-0.055-0.253-0.061l-0.003-0c-0.122 0.005-0.227 0.076-0.279 0.178l-0.001 0.002c-0.159 0.239-0.607 0.766-0.753 0.933-0.059 0.079-0.152 0.13-0.256 0.133h-0.001c-0.096-0.006-0.184-0.033-0.262-0.078l0.003 0.002c-0.039-0.019-0.091-0.042-0.156-0.070-0.675-0.286-1.256-0.659-1.761-1.115l0.005 0.005c-0.512-0.474-0.95-1.015-1.305-1.614l-0.018-0.033c-0.141-0.241-0.011-0.371 0.105-0.485 0.071-0.071 0.153-0.171 0.233-0.267 0.041-0.051 0.083-0.101 0.123-0.148 0.080-0.094 0.149-0.203 0.201-0.319l0.003-0.009 0.034-0.067c0.027-0.056 0.043-0.121 0.043-0.19 0-0.084-0.024-0.162-0.064-0.229l0.001 0.002c-0.039-0.079-0.267-0.632-0.467-1.121v-0.005c-0.101-0.247-0.2-0.482-0.267-0.64-0.157-0.376-0.313-0.407-0.46-0.407h-0.071c-0.143-0.003-0.303-0.004-0.456-0.004z',\n settings:\n 'M16 12.572c-1.852 0.053-3.333 1.568-3.333 3.428 0 1.894 1.535 3.429 3.429 3.429s3.429-1.535 3.429-3.429v0c-0.034-1.9-1.582-3.428-3.488-3.428-0.013 0-0.027 0-0.040 0l0.002-0zM25.253 16c-0.003 0.413-0.035 0.817-0.094 1.212l0.006-0.046 2.608 1.988c0.138 0.11 0.226 0.278 0.226 0.466 0 0.113-0.031 0.218-0.086 0.308l0.002-0.003-2.468 4.148c-0.113 0.18-0.311 0.297-0.536 0.297-0.079 0-0.155-0.015-0.226-0.041l0.004 0.001-3.067-1.2c-0.601 0.455-1.286 0.851-2.017 1.159l-0.063 0.023-0.464 3.172c-0.058 0.293-0.312 0.512-0.617 0.515h-4.934c-0.301-0.002-0.551-0.212-0.617-0.493l-0.001-0.004-0.459-3.172c-0.794-0.326-1.48-0.724-2.102-1.199l0.022 0.016-3.067 1.2c-0.066 0.025-0.142 0.040-0.221 0.040-0.225 0-0.423-0.118-0.535-0.295l-0.002-0.003-2.461-4.148c-0.053-0.087-0.085-0.193-0.085-0.306 0-0.189 0.088-0.357 0.225-0.466l0.001-0.001 2.608-1.988c-0.053-0.353-0.085-0.762-0.088-1.179l-0-0.004c0.003-0.413 0.035-0.817 0.094-1.212l-0.006 0.046-2.609-1.989c-0.138-0.11-0.226-0.278-0.226-0.466 0-0.113 0.031-0.218 0.086-0.308l-0.002 0.003 2.468-4.148c0.114-0.18 0.311-0.297 0.536-0.297 0.079 0 0.155 0.015 0.226 0.041l-0.004-0.001 3.067 1.2c0.601-0.455 1.286-0.851 2.017-1.159l0.063-0.023 0.459-3.172c0.059-0.293 0.312-0.511 0.617-0.513h4.934c0.301 0.002 0.551 0.212 0.616 0.493l0.001 0.004 0.459 3.172c0.794 0.326 1.48 0.723 2.102 1.199l-0.022-0.016 3.067-1.2c0.066-0.025 0.142-0.040 0.221-0.040 0.225 0 0.423 0.118 0.535 0.295l0.002 0.003 2.468 4.148c0.053 0.087 0.084 0.193 0.084 0.306 0 0.189-0.088 0.357-0.225 0.466l-0.001 0.001-2.608 1.988c0.053 0.353 0.085 0.762 0.088 1.179l0 0.004z',\n play:\n 'M10.667 9.093v13.813c0 1.053 1.16 1.693 2.053 1.12l10.853-6.907c0.827-0.52 0.827-1.72 0-2.253l-10.853-6.893c-0.893-0.573-2.053 0.067-2.053 1.12z',\n users:\n 'M21.333 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 17.333c-3.107 0-9.333 1.56-9.333 4.667v2c0 0.733 0.6 1.333 1.333 1.333h16c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667zM21.333 17.333c-0.387 0-0.827 0.027-1.293 0.067 0.027 0.013 0.040 0.040 0.053 0.053 1.52 1.107 2.573 2.587 2.573 4.547v2c0 0.467-0.093 0.92-0.24 1.333h6.907c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667z',\n user:\n 'M16 16c2.947 0 5.333-2.387 5.333-5.333s-2.387-5.333-5.333-5.333-5.333 2.387-5.333 5.333 2.387 5.333 5.333 5.333zM16 18.667c-3.56 0-10.667 1.787-10.667 5.333v1.333c0 0.733 0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333v-1.333c0-3.547-7.107-5.333-10.667-5.333z',\n 'user-o':\n 'M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333 13.333-5.973 13.333-13.333-5.973-13.333-13.333-13.333zM16 6.667c2.213 0 4 1.787 4 4s-1.787 4-4 4-4-1.787-4-4 1.787-4 4-4zM16 25.6c-3.333 0-6.28-1.707-8-4.293 0.040-2.653 5.333-4.107 8-4.107 2.653 0 7.96 1.453 8 4.107-1.72 2.587-4.667 4.293-8 4.293z',\n arrowRight:\n 'M7.044 17.425h14.893l-6.507 6.507c-0.241 0.243-0.39 0.577-0.39 0.947s0.149 0.704 0.39 0.947l-0-0c0.241 0.242 0.574 0.392 0.942 0.392s0.701-0.15 0.942-0.392l8.783-8.783c0.241-0.24 0.39-0.573 0.39-0.94s-0.149-0.699-0.39-0.94l-8.783-8.787c-0.239-0.234-0.567-0.379-0.929-0.379-0.734 0-1.329 0.595-1.329 1.329 0 0.362 0.145 0.69 0.379 0.929l-0-0 6.507 6.507h-14.897c-0.736 0-1.333 0.597-1.333 1.333s0.597 1.333 1.333 1.333v0z',\n arrowBack:\n 'M25.333 14.667h-14.893l6.507-6.507c0.52-0.52 0.52-1.373 0-1.893s-1.36-0.52-1.88 0l-8.787 8.787c-0.52 0.52-0.52 1.36 0 1.88l8.787 8.787c0.52 0.52 1.36 0.52 1.88 0s0.52-1.36 0-1.88l-6.507-6.507h14.893c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333z',\n arrowForward:\n 'M6.667 17.333h14.893l-6.507 6.507c-0.52 0.52-0.52 1.373 0 1.893s1.36 0.52 1.88 0l8.787-8.787c0.52-0.52 0.52-1.36 0-1.88l-8.773-8.8c-0.52-0.52-1.36-0.52-1.88 0s-0.52 1.36 0 1.88l6.493 6.52h-14.893c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333z',\n keyboardDown:\n 'M10.827 12.387l5.173 5.173 5.173-5.173c0.52-0.52 1.36-0.52 1.88 0s0.52 1.36 0 1.88l-6.12 6.12c-0.52 0.52-1.36 0.52-1.88 0l-6.12-6.12c-0.52-0.52-0.52-1.36 0-1.88 0.52-0.507 1.373-0.52 1.893 0z',\n tkai:\n 'M10.47 7c.807.01 1.46.663 1.469 1.469v6.43l8.328-7.533c.106-.085.226-.159.355-.217l.01-.004a1.42 1.42 0 01.616-.138h.002c.408.01.775.178 1.044.445l.001-.002c.03.028.059.056.085.085h.001c.212.254.34.582.34.941 0 .287-.082.555-.224.781l.003-.005a1.437 1.437 0 01-.138.17l.001-.001a1.33 1.33 0 01-.183.178l-.003.002-6.349 5.734 1.627 1.615 1.477-1.331a1.484 1.484 0 012.073.108h.001a1.377 1.377 0 01.36 1.064v-.005c-.024.398-.206.75-.484.996l-.002.001-1.355 1.22 2.722 2.704.057.083.03.03a1.385 1.385 0 01.372 1.012v-.003c-.01.391-.174.742-.435.996a1.402 1.402 0 01-.914.42h-.004a1.47 1.47 0 01-.941-.249l.005.004-.05-.04-.024-.021-.055-.039a1.107 1.107 0 01-.084-.076l-2.864-2.856-1.478 1.331a1.437 1.437 0 01-1.045.379h.003a1.382 1.382 0 01-1.014-.466l-.001-.002a1.482 1.482 0 01.108-2.073v-.001l1.36-1.225-1.618-1.614-1.717 1.556v3.931a1.462 1.462 0 01-2.503 1.027A1.422 1.422 0 019 22.785v-.009.001V8.47c.01-.807.662-1.46 1.468-1.469h.002z',\n vkai:\n 'M19.755 7a1.49 1.49 0 011.47 1.468v6.428l8.322-7.534c.111-.09.234-.163.364-.22.194-.092.405-.139.618-.138.392.009.765.168 1.043.444.032.027.06.056.088.087a1.472 1.472 0 01.12 1.717c-.094.129-.202.246-.322.35l-6.35 5.733 1.626 1.614 1.478-1.33a1.49 1.49 0 012.074.108 1.39 1.39 0 01.359 1.059 1.44 1.44 0 01-.485.996l-1.355 1.222 2.725 2.702.06.084.028.029a1.401 1.401 0 01.372 1.008c-.01.376-.167.734-.438.996-.243.25-.57.399-.917.42-.33.026-.66-.06-.936-.244l-.051-.04-.024-.021a1.043 1.043 0 01-.141-.115L26.62 20.97l-1.478 1.33a1.448 1.448 0 01-1.038.37 1.388 1.388 0 01-1.015-.467 1.49 1.49 0 01.108-2.074l1.36-1.227-1.619-1.613-1.713 1.561v3.923a1.47 1.47 0 01-2.938 0V8.468A1.49 1.49 0 0119.755 7zM.165 9.493A1.752 1.752 0 013.34 8.012l6.4 13.722a1.752 1.752 0 01-3.177 1.481L.165 9.493z M12.987 8.012a1.752 1.752 0 113.176 1.481L9.764 23.215a1.752 1.752 0 01-3.175-1.48l6.398-13.723z',\n trophy:\n 'M27.185 5.789c-0.516-0.724-1.344-1.197-2.283-1.224l-0.004-0h-1.139c-0.031-0.112-0.061-0.224-0.096-0.335-0.098-0.321-0.346-0.568-0.66-0.665l-0.007-0.002c-2.109-0.641-4.534-1.009-7.044-1.009s-4.935 0.369-7.222 1.055l0.178-0.046c-0.321 0.098-0.569 0.346-0.665 0.66l-0.002 0.007c-0.033 0.111-0.064 0.223-0.096 0.335h-1.139c-0.943 0.027-1.77 0.5-2.281 1.215l-0.006 0.009c-0.549 0.778-0.877 1.746-0.877 2.79 0 0.506 0.077 0.994 0.22 1.452l-0.009-0.035 0.021 0.071c0.838 3.063 3.117 5.458 6.045 6.441l0.386 0.113c0.8 0.938 1.792 1.687 2.917 2.192l0.052 0.021c-0.175 1.834-0.697 3.511-1.501 5.015l0.035-0.071-0.479 0.62h-2.332c-0 0-0.001 0-0.001 0-0.548 0-0.992 0.444-0.992 0.992 0 0 0 0 0 0v0 3.375c0 0 0 0.001 0 0.001 0 0.548 0.444 0.992 0.992 0.992 0 0 0.001 0 0.001 0h13.5c0 0 0 0 0 0 0.548 0 0.992-0.444 0.992-0.992 0-0 0-0.001 0-0.001v0-3.375c-0.001-0.548-0.444-0.991-0.992-0.992h-2.133l-0.479-0.62c-0.778-1.458-1.303-3.165-1.469-4.975l-0.004-0.053c1.098-0.528 2.025-1.246 2.773-2.122l0.010-0.011 0.321-0.093c2.992-1.001 5.27-3.394 6.094-6.389l0.015-0.066 0.023-0.076c0.134-0.424 0.211-0.912 0.211-1.418 0-1.043-0.327-2.009-0.885-2.802l0.010 0.016zM5.965 9.492l-0.019-0.060c-0.080-0.254-0.126-0.546-0.126-0.848 0-0.594 0.178-1.146 0.482-1.606l-0.007 0.011c0.152-0.242 0.406-0.407 0.7-0.436l0.004-0h0.737c-0.079 0.578-0.125 1.245-0.125 1.923v0.001c0 0.007-0 0.016-0 0.025 0 1.801 0.36 3.518 1.011 5.083l-0.032-0.088c-1.234-1.022-2.152-2.386-2.611-3.947l-0.014-0.057zM13.959 24.4c0.699-1.477 1.207-3.191 1.434-4.993l0.009-0.084c0.181 0.016 0.365 0.028 0.549 0.028 0.263-0.001 0.522-0.018 0.775-0.051l-0.031 0.003c0.236 1.893 0.744 3.614 1.49 5.202l-0.044-0.105zM25.952 9.431l-0.019 0.063c-0.474 1.616-1.391 2.979-2.611 3.989l-0.013 0.011c0.619-1.477 0.979-3.194 0.979-4.995 0-0.009 0-0.017-0-0.026v0.001c-0-0.679-0.046-1.347-0.134-2.001l0.008 0.077h0.737c0.298 0.029 0.552 0.194 0.702 0.432l0.002 0.004c0.295 0.448 0.471 0.997 0.471 1.587 0 0.306-0.047 0.601-0.135 0.879l0.006-0.021z',\n edit:\n 'M4 23.28v4.053c0 0.373 0.293 0.667 0.667 0.667h4.053c0.173 0 0.347-0.067 0.467-0.2l14.56-14.547-5-5-14.547 14.547c-0.133 0.133-0.2 0.293-0.2 0.48zM27.613 9.387c0.52-0.52 0.52-1.36 0-1.88l-3.12-3.12c-0.52-0.52-1.36-0.52-1.88 0l-2.44 2.44 5 5 2.44-2.44z',\n projects:\n 'M26.333 5.613c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l-0.52 0.52c-0.238 0.239-0.385 0.569-0.385 0.933s0.147 0.694 0.385 0.933l0.013 0.013c0.241 0.24 0.573 0.388 0.94 0.388s0.699-0.148 0.94-0.388l0.52-0.52c0.236-0.24 0.381-0.57 0.381-0.933 0-0.37-0.151-0.705-0.394-0.947l-0-0zM16.013 1.333h-0.013c-0.002 0-0.003 0-0.005 0-0.726 0-1.315 0.589-1.315 1.315 0 0.002 0 0.004 0 0.006v-0 1.28c0 0.002 0 0.003 0 0.005 0 0.726 0.589 1.315 1.315 1.315 0.002 0 0.004 0 0.006 0h0.013c0.002 0 0.003 0 0.005 0 0.726 0 1.315-0.589 1.315-1.315 0-0.002 0-0.004 0-0.006v0-1.28c0-0.002 0-0.003 0-0.005 0-0.726-0.589-1.315-1.315-1.315-0.002 0-0.004 0-0.006 0h0zM27.987 17.267h1.36c0.002 0 0.003 0 0.005 0 0.726 0 1.315-0.589 1.315-1.315 0-0.002 0-0.004 0-0.006v0-0.013c0-0.002 0-0.003 0-0.005 0-0.726-0.589-1.315-1.315-1.315-0.002 0-0.004 0-0.006 0h-1.346c-0.002 0-0.003 0-0.005 0-0.726 0-1.315 0.589-1.315 1.315 0 0.002 0 0.004 0 0.006v-0 0.013c-0 0.008-0 0.016-0 0.025 0 0.715 0.58 1.295 1.295 1.295 0.004 0 0.009-0 0.013-0h-0.001zM12 22.853v5.080c0 0.736 0.597 1.333 1.333 1.333v0h5.333c0.736 0 1.333-0.597 1.333-1.333v0-5.080c2.408-1.409 4-3.983 4-6.928 0-4.418-3.582-8-8-8s-8 3.582-8 8c0 2.946 1.592 5.519 3.962 6.908l0.038 0.020zM5.333 15.947v-0.013c0-0.002 0-0.003 0-0.005 0-0.726-0.589-1.315-1.315-1.315-0.002 0-0.004 0-0.006 0h-1.346c-0.002 0-0.003 0-0.005 0-0.726 0-1.315 0.589-1.315 1.315 0 0.002 0 0.004 0 0.006v-0 0.013c0 0.002 0 0.003 0 0.005 0 0.726 0.589 1.315 1.315 1.315 0.002 0 0.004 0 0.006 0h1.346c0.002 0 0.003 0 0.005 0 0.726 0 1.315-0.589 1.315-1.315 0-0.002 0-0.004 0-0.006v0zM8.080 6.12l-0.52-0.52c-0.232-0.199-0.535-0.321-0.867-0.321-0.736 0-1.333 0.597-1.333 1.333 0 0.332 0.121 0.636 0.322 0.869l-0.001-0.002 0.52 0.52c0.232 0.199 0.535 0.321 0.867 0.321 0.736 0 1.333-0.597 1.333-1.333 0-0.332-0.121-0.636-0.322-0.869l0.001 0.002z',\n check:\n 'M10.869 27.146l-10.4-10.4c-0.289-0.29-0.468-0.689-0.468-1.131s0.179-0.841 0.468-1.131l2.262-2.263c0.289-0.29 0.689-0.469 1.131-0.469s0.842 0.179 1.131 0.469l7.003 7.003 15.006-15.006c0.29-0.289 0.689-0.468 1.131-0.468s0.841 0.179 1.131 0.468l2.262 2.262c0.289 0.29 0.468 0.689 0.468 1.131s-0.179 0.841-0.468 1.131l-18.396 18.405c-0.289 0.29-0.689 0.469-1.131 0.469s-0.842-0.179-1.131-0.469v0z',\n 'check-double':\n 'M28.449 11.94l-1.98-1.98c-0.216-0.218-0.516-0.353-0.847-0.353s-0.631 0.135-0.847 0.353l-11.973 11.973-5.569-5.574c-0.216-0.218-0.516-0.353-0.847-0.353s-0.631 0.135-0.847 0.353l-1.985 1.985c-0.218 0.217-0.353 0.518-0.353 0.85s0.135 0.633 0.353 0.85l8.399 8.404c0.216 0.218 0.516 0.353 0.847 0.353s0.631-0.135 0.847-0.353l14.798-14.81c0.217-0.218 0.351-0.518 0.351-0.85s-0.134-0.632-0.351-0.85l0 0zM12.236 17.239c0.144 0.146 0.344 0.236 0.565 0.236s0.421-0.090 0.565-0.236l10.399-10.409c0.144-0.145 0.233-0.345 0.233-0.565s-0.089-0.42-0.233-0.565l-2.259-2.261c-0.144-0.146-0.344-0.236-0.565-0.236s-0.421 0.090-0.565 0.236l-7.573 7.573-2.773-2.773c-0.144-0.144-0.342-0.232-0.561-0.232s-0.417 0.089-0.561 0.232v0l-2.27 2.26c-0.144 0.145-0.233 0.345-0.233 0.565s0.089 0.42 0.233 0.565l-0-0 5.599 5.61z',\n add:\n 'M24 17.333h-6.667v6.667c0 0.733-0.6 1.333-1.333 1.333s-1.333-0.6-1.333-1.333v-6.667h-6.667c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h6.667v-6.667c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333v6.667h6.667c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333z',\n remove:\n 'M24 17.333h-16c-0.733 0-1.333-0.6-1.333-1.333v0c0-0.733 0.6-1.333 1.333-1.333h16c0.733 0 1.333 0.6 1.333 1.333v0c0 0.733-0.6 1.333-1.333 1.333z',\n cross:\n 'M24.4 7.613c-0.52-0.52-1.36-0.52-1.88 0l-6.52 6.507-6.52-6.52c-0.52-0.52-1.36-0.52-1.88 0s-0.52 1.36 0 1.88l6.52 6.52-6.52 6.52c-0.52 0.52-0.52 1.36 0 1.88s1.36 0.52 1.88 0l6.52-6.52 6.52 6.52c0.52 0.52 1.36 0.52 1.88 0s0.52-1.36 0-1.88l-6.52-6.52 6.52-6.52c0.507-0.507 0.507-1.36 0-1.867z',\n menuVert:\n 'M16 10.667c1.473 0 2.667-1.194 2.667-2.667s-1.194-2.667-2.667-2.667c-1.473 0-2.666 1.194-2.667 2.666v0c0.004 1.471 1.196 2.662 2.666 2.667h0zM16 13.333c-1.473 0-2.667 1.194-2.667 2.667s1.194 2.667 2.667 2.667c1.473 0 2.667-1.194 2.667-2.667v0c-0.005-1.471-1.196-2.662-2.666-2.667h-0zM16 21.333c-1.473 0-2.667 1.194-2.667 2.667s1.194 2.667 2.667 2.667c1.473 0 2.667-1.194 2.667-2.667v0c-0.005-1.471-1.196-2.662-2.666-2.667h-0z',\n tag:\n 'M28.547 15.44l-12-12c-0.48-0.48-1.147-0.773-1.88-0.773h-9.333c-1.467 0-2.667 1.2-2.667 2.667v9.333c0 0.733 0.293 1.4 0.787 1.893l12 12c0.48 0.48 1.147 0.773 1.88 0.773s1.4-0.293 1.88-0.787l9.333-9.333c0.493-0.48 0.787-1.147 0.787-1.88s-0.307-1.413-0.787-1.893zM7.333 9.333c-1.107 0-2-0.893-2-2s0.893-2 2-2 2 0.893 2 2-0.893 2-2 2z',\n local:\n 'M16 2.667c-5.16 0-9.333 4.173-9.333 9.333 0 5.56 5.893 13.227 8.32 16.147 0.533 0.64 1.507 0.64 2.040 0 2.413-2.92 8.307-10.587 8.307-16.147 0-5.16-4.173-9.333-9.333-9.333zM16 15.333c-1.84 0-3.333-1.493-3.333-3.333s1.493-3.333 3.333-3.333 3.333 1.493 3.333 3.333-1.493 3.333-3.333 3.333z',\n search:\n 'M20.667 18.667h-1.053l-0.373-0.36c1.6-1.867 2.427-4.413 1.973-7.12-0.627-3.707-3.72-6.667-7.453-7.12-5.64-0.693-10.387 4.053-9.693 9.693 0.453 3.733 3.413 6.827 7.12 7.453 2.707 0.453 5.253-0.373 7.12-1.973l0.36 0.373v1.053l5.667 5.667c0.547 0.547 1.44 0.547 1.987 0s0.547-1.44 0-1.987l-5.653-5.68zM12.667 18.667c-3.32 0-6-2.68-6-6s2.68-6 6-6 6 2.68 6 6-2.68 6-6 6z',\n download:\n 'M25.8 13.387c-0.907-4.6-4.947-8.053-9.8-8.053-3.853 0-7.2 2.187-8.867 5.387-4.013 0.427-7.133 3.827-7.133 7.947 0 4.413 3.587 8 8 8h17.333c3.68 0 6.667-2.987 6.667-6.667 0-3.52-2.733-6.373-6.2-6.613zM22.667 17.333l-6.2 6.2c-0.267 0.267-0.68 0.267-0.947 0l-6.187-6.2h4v-5.333h5.333v5.333h4z',\n overview:\n 'M17.333 22.667h-10.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h10.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM25.333 12h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM6.667 20h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333zM5.333 8c0 0.733 0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333z',\n categories:\n 'M28.547 15.44l-12-12c-0.48-0.48-1.147-0.773-1.88-0.773h-9.333c-1.467 0-2.667 1.2-2.667 2.667v9.333c0 0.733 0.293 1.4 0.787 1.893l12 12c0.48 0.48 1.147 0.773 1.88 0.773s1.4-0.293 1.88-0.787l9.333-9.333c0.493-0.48 0.787-1.147 0.787-1.88s-0.307-1.413-0.787-1.893zM7.333 9.333c-1.107 0-2-0.893-2-2s0.893-2 2-2 2 0.893 2 2-0.893 2-2 2z',\n question:\n 'M15.526 1.231c-0.137-0.006-0.298-0.009-0.46-0.009-4.147 0-7.787 2.168-9.85 5.432l-0.028 0.048c-0.162 0.23-0.259 0.517-0.259 0.826 0 0.468 0.222 0.883 0.567 1.147l0.003 0.003 2.592 1.969c0.239 0.184 0.543 0.294 0.873 0.294 0.454 0 0.859-0.21 1.123-0.538l0.002-0.003c1.505-1.886 2.622-2.972 4.974-2.972 1.846 0 4.135 1.19 4.135 2.982 0 1.354-1.119 2.052-2.944 3.077-2.129 1.194-4.946 2.679-4.946 6.4v0.588c0.006 0.791 0.646 1.43 1.437 1.433h4.356c0.797 0 1.442-0.646 1.442-1.442v0-0.347c0-2.576 7.529-2.683 7.529-9.653-0.001-5.253-5.446-9.234-10.546-9.234zM14.924 23.674c-0.002 0-0.004 0-0.006 0-2.299 0-4.162 1.864-4.162 4.162s1.864 4.162 4.162 4.162c2.298 0 4.162-1.863 4.162-4.161v-0c-0.002-2.297-1.861-4.158-4.157-4.164h-0.001z',\n faqs:\n 'M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333 13.333-5.973 13.333-13.333-5.973-13.333-13.333-13.333zM16 26.667c-5.88 0-10.667-4.787-10.667-10.667s4.787-10.667 10.667-10.667 10.667 4.787 10.667 10.667-4.787 10.667-10.667 10.667zM14.667 21.333h2.667v2.667h-2.667zM16.813 8.053c-2.747-0.4-5.173 1.293-5.907 3.72-0.24 0.773 0.347 1.56 1.16 1.56h0.267c0.547 0 0.987-0.387 1.173-0.893 0.427-1.187 1.693-2 3.067-1.707 1.267 0.267 2.2 1.507 2.093 2.8-0.133 1.787-2.16 2.173-3.267 3.84 0 0.013-0.013 0.013-0.013 0.027-0.013 0.027-0.027 0.040-0.040 0.067-0.12 0.2-0.24 0.427-0.333 0.667-0.013 0.040-0.040 0.067-0.053 0.107-0.013 0.027-0.013 0.053-0.027 0.093-0.16 0.453-0.267 1-0.267 1.667h2.667c0-0.56 0.147-1.027 0.373-1.427 0.027-0.040 0.040-0.080 0.067-0.12 0.107-0.187 0.24-0.36 0.373-0.52 0.013-0.013 0.027-0.040 0.040-0.053 0.133-0.16 0.28-0.307 0.44-0.453 1.28-1.213 3.013-2.2 2.653-4.747-0.32-2.32-2.147-4.28-4.467-4.627z',\n timeline:\n 'M15.987 2.667c-7.36 0-13.32 5.973-13.32 13.333s5.96 13.333 13.32 13.333c7.373 0 13.347-5.973 13.347-13.333s-5.973-13.333-13.347-13.333zM16 26.667c-5.893 0-10.667-4.773-10.667-10.667s4.773-10.667 10.667-10.667 10.667 4.773 10.667 10.667-4.773 10.667-10.667 10.667zM15.707 9.333h-0.080c-0.533 0-0.96 0.427-0.96 0.96v6.293c0 0.467 0.24 0.907 0.653 1.147l5.533 3.32c0.453 0.267 1.040 0.133 1.307-0.32 0.28-0.453 0.133-1.053-0.333-1.32l-5.16-3.067v-6.053c0-0.533-0.427-0.96-0.96-0.96z',\n resources:\n 'M22 9v14.107c0 2.787-2.040 5.267-4.813 5.533-3.187 0.307-5.853-2.187-5.853-5.307v-16.48c0-1.747 1.253-3.333 2.987-3.507 2-0.2 3.68 1.36 3.68 3.32v14c0 0.733-0.6 1.333-1.333 1.333s-1.333-0.6-1.333-1.333v-11.667c0-0.547-0.453-1-1-1s-1 0.453-1 1v11.48c0 1.747 1.253 3.333 2.987 3.507 2 0.2 3.68-1.36 3.68-3.32v-13.773c0-2.787-2.040-5.267-4.813-5.533-3.173-0.307-5.853 2.187-5.853 5.307v16.36c0 3.827 2.8 7.253 6.613 7.613 4.387 0.4 8.053-3.013 8.053-7.307v-14.333c0-0.547-0.453-1-1-1s-1 0.453-1 1z',\n rules:\n 'M28 8.4c0-1.053-0.627-2.013-1.587-2.44l-9.333-4.147c-0.693-0.307-1.48-0.307-2.16 0l-9.333 4.147c-0.96 0.427-1.587 1.387-1.587 2.44v6.267c0 7.4 5.12 14.32 12 16 3.067-0.747 5.773-2.533 7.84-4.947l-4.16-4.16c-2.587 1.72-6.107 1.427-8.387-0.853-2.6-2.6-2.6-6.827 0-9.427s6.827-2.6 9.427 0c2.28 2.28 2.56 5.8 0.853 8.387l3.867 3.867c1.613-2.613 2.56-5.693 2.56-8.867v-6.267z M20 16c0 2.209-1.791 4-4 4s-4-1.791-4-4c0-2.209 1.791-4 4-4s4 1.791 4 4z',\n prizes:\n 'M27.185 5.789c-0.516-0.724-1.344-1.197-2.283-1.224l-0.004-0h-1.139c-0.031-0.112-0.061-0.224-0.096-0.335-0.098-0.321-0.346-0.568-0.66-0.665l-0.007-0.002c-2.109-0.641-4.534-1.009-7.044-1.009s-4.935 0.369-7.222 1.055l0.178-0.046c-0.321 0.098-0.569 0.346-0.665 0.66l-0.002 0.007c-0.033 0.111-0.064 0.223-0.096 0.335h-1.139c-0.943 0.027-1.77 0.5-2.281 1.215l-0.006 0.009c-0.549 0.778-0.877 1.746-0.877 2.79 0 0.506 0.077 0.994 0.22 1.452l-0.009-0.035 0.021 0.071c0.838 3.063 3.117 5.458 6.045 6.441l0.386 0.113c0.8 0.938 1.792 1.687 2.917 2.192l0.052 0.021c-0.175 1.834-0.697 3.511-1.501 5.015l0.035-0.071-0.479 0.62h-2.332c-0 0-0.001 0-0.001 0-0.548 0-0.992 0.444-0.992 0.992 0 0 0 0 0 0v0 3.375c0 0 0 0.001 0 0.001 0 0.548 0.444 0.992 0.992 0.992 0 0 0.001 0 0.001 0h13.5c0 0 0 0 0 0 0.548 0 0.992-0.444 0.992-0.992 0-0 0-0.001 0-0.001v0-3.375c-0.001-0.548-0.444-0.991-0.992-0.992h-2.133l-0.479-0.62c-0.778-1.458-1.303-3.165-1.469-4.975l-0.004-0.053c1.098-0.528 2.025-1.246 2.773-2.122l0.010-0.011 0.321-0.093c2.992-1.001 5.27-3.394 6.094-6.389l0.015-0.066 0.023-0.076c0.134-0.424 0.211-0.912 0.211-1.418 0-1.043-0.327-2.009-0.885-2.802l0.010 0.016zM5.965 9.492l-0.019-0.060c-0.080-0.254-0.126-0.546-0.126-0.848 0-0.594 0.178-1.146 0.482-1.606l-0.007 0.011c0.152-0.242 0.406-0.407 0.7-0.436l0.004-0h0.737c-0.079 0.578-0.125 1.245-0.125 1.923v0.001c0 0.007-0 0.016-0 0.025 0 1.801 0.36 3.518 1.011 5.083l-0.032-0.088c-1.234-1.022-2.152-2.386-2.611-3.947l-0.014-0.057zM13.959 24.4c0.699-1.477 1.207-3.191 1.434-4.993l0.009-0.084c0.181 0.016 0.365 0.028 0.549 0.028 0.263-0.001 0.522-0.018 0.775-0.051l-0.031 0.003c0.236 1.893 0.744 3.614 1.49 5.202l-0.044-0.105zM25.952 9.431l-0.019 0.063c-0.474 1.616-1.391 2.979-2.611 3.989l-0.013 0.011c0.619-1.477 0.979-3.194 0.979-4.995 0-0.009 0-0.017-0-0.026v0.001c-0-0.679-0.046-1.347-0.134-2.001l0.008 0.077h0.737c0.298 0.029 0.552 0.194 0.702 0.432l0.002 0.004c0.295 0.448 0.471 0.997 0.471 1.587 0 0.306-0.047 0.601-0.135 0.879l0.006-0.021z',\n share:\n 'M24 21.44c-1.013 0-1.92 0.4-2.613 1.027l-9.507-5.533c0.067-0.307 0.12-0.613 0.12-0.933s-0.053-0.627-0.12-0.933l9.4-5.48c0.72 0.667 1.667 1.080 2.72 1.080 2.213 0 4-1.787 4-4s-1.787-4-4-4-4 1.787-4 4c0 0.32 0.053 0.627 0.12 0.933l-9.4 5.48c-0.72-0.667-1.667-1.080-2.72-1.080-2.213 0-4 1.787-4 4s1.787 4 4 4c1.053 0 2-0.413 2.72-1.080l9.493 5.547c-0.067 0.28-0.107 0.573-0.107 0.867 0 2.147 1.747 3.893 3.893 3.893s3.893-1.747 3.893-3.893-1.747-3.893-3.893-3.893z',\n star:\n 'M16 23.027l5.533 3.347c1.013 0.613 2.253-0.293 1.987-1.44l-1.467-6.293 4.893-4.24c0.893-0.773 0.413-2.24-0.76-2.333l-6.44-0.547-2.52-5.947c-0.453-1.080-2-1.080-2.453 0l-2.52 5.933-6.44 0.547c-1.173 0.093-1.653 1.56-0.76 2.333l4.893 4.24-1.467 6.293c-0.267 1.147 0.973 2.053 1.987 1.44l5.533-3.333z',\n verify:\n 'M15.787 31.056c-0.001 0-0.003 0-0.004 0-0.385 0-0.733-0.157-0.984-0.41l-3.643-3.643h-5.169c-0.773-0.001-1.399-0.628-1.4-1.4v-5.185l-3.645-3.643c-0.252-0.253-0.408-0.602-0.408-0.988s0.156-0.735 0.408-0.988l3.645-3.643v-5.17c0.001-0.773 0.627-1.399 1.4-1.401h5.17l3.657-3.643c0.252-0.253 0.601-0.409 0.987-0.409s0.734 0.156 0.987 0.409l3.645 3.643h5.168c0.773 0.001 1.4 0.628 1.401 1.401v5.17l3.644 3.657c0.252 0.253 0.408 0.601 0.408 0.987s-0.156 0.734-0.408 0.987l-3.642 3.646v5.17c-0.001 0.774-0.628 1.401-1.402 1.401-0 0-0 0-0.001 0h-5.182l-3.643 3.643c-0.251 0.253-0.599 0.409-0.983 0.409-0.002 0-0.003 0-0.005 0h0zM10.301 15.761c-0 0-0 0-0 0-0.442 0-0.8 0.358-0.8 0.8 0 0.221 0.090 0.421 0.235 0.566l3.356 3.354c0.145 0.145 0.345 0.235 0.566 0.235s0.421-0.090 0.566-0.235l8.493-8.491c0.145-0.145 0.235-0.345 0.235-0.566 0-0.442-0.358-0.801-0.801-0.801-0.221 0-0.421 0.090-0.566 0.235l-7.93 7.924-2.785-2.786c-0.145-0.144-0.344-0.234-0.565-0.234-0.001 0-0.002 0-0.003 0h0z',\n voucher:\n 'M26.667 26.667h-21.333c-1.547 0-2.667-1.284-2.667-3.054v-3c-0-0.016-0.001-0.034-0.001-0.053 0-0.935 0.498-1.755 1.243-2.207l0.011-0.006c0.846-0.451 1.413-1.328 1.413-2.337 0-0.003 0-0.007-0-0.010v0.001c-0.004-1.011-0.561-1.892-1.385-2.354l-0.014-0.007c-0.756-0.437-1.256-1.241-1.256-2.162 0-0.032 0.001-0.063 0.002-0.094l-0 0.005v-3.401c0.002-1.465 1.189-2.652 2.653-2.653h21.333c1.473 0 2.667 1.194 2.667 2.667v0 3.388c0 0.016 0.001 0.034 0.001 0.052 0 0.935-0.498 1.754-1.242 2.207l-0.011 0.006c-0.847 0.455-1.413 1.335-1.413 2.347s0.566 1.891 1.398 2.34l0.014 0.007c0.756 0.459 1.254 1.278 1.254 2.213 0 0.019-0 0.037-0.001 0.056l0-0.003v3.387c-0.002 1.472-1.195 2.665-2.667 2.667h-0zM10.111 16.444c-0.43 0.001-0.778 0.349-0.779 0.779v4.666c0.001 0.43 0.349 0.778 0.779 0.779h4.666c0.43-0.001 0.778-0.349 0.779-0.779v-4.666c-0.001-0.43-0.349-0.778-0.779-0.779h-0zM19.11 20.889h0.89v1.444c0 0 0 0 0 0 0 0.184 0.149 0.334 0.333 0.334h1.999c0.184-0 0.333-0.15 0.333-0.334v0-1.999c0 0 0 0 0 0 0-0.184-0.149-0.334-0.333-0.334h-1.444v-0.889h1.444c0.184-0 0.333-0.15 0.333-0.334v0-1.999c-0-0.184-0.149-0.333-0.333-0.333h-1.999c-0.184 0-0.333 0.149-0.333 0.333v1.444h-0.889v-1.444c-0-0.184-0.149-0.333-0.333-0.333h-1.999c-0.184 0-0.333 0.149-0.333 0.333v1.999c0 0 0 0 0 0 0 0.184 0.149 0.334 0.333 0.334h1.444v0.889h-1.444c-0.184 0-0.333 0.15-0.333 0.334v0 1.999c0 0 0 0 0 0 0 0.184 0.149 0.334 0.333 0.334h1.999c0.184-0 0.333-0.15 0.333-0.334v0-1.444zM17.222 9.333c-0.43 0.001-0.778 0.349-0.779 0.779v4.666c0.001 0.43 0.349 0.778 0.779 0.779h4.666c0.43-0.001 0.778-0.349 0.779-0.779v-4.666c-0.001-0.43-0.349-0.778-0.779-0.778h-0zM10.111 9.333c-0.43 0.001-0.778 0.349-0.779 0.779v4.666c0.001 0.43 0.349 0.778 0.779 0.779h4.666c0.43-0.001 0.778-0.349 0.779-0.779v-4.666c-0.001-0.43-0.349-0.778-0.779-0.779h-0zM14.388 21.889h-3.888c-0.215-0-0.389-0.174-0.389-0.389v-3.888c0-0.215 0.174-0.389 0.389-0.389h3.888c0.215 0 0.389 0.174 0.389 0.389v3.888c-0.001 0.214-0.174 0.388-0.389 0.388h-0zM11.445 18.223c0 0 0 0 0 0-0.184 0-0.334 0.149-0.334 0.333v1.999c0 0.184 0.15 0.333 0.334 0.333h1.999c0.184-0 0.333-0.149 0.333-0.333v-1.999c-0-0.184-0.149-0.333-0.333-0.333h-0zM21.5 14.778h-3.888c-0.215-0-0.389-0.174-0.389-0.389v-3.889c0-0.215 0.174-0.389 0.389-0.389h3.888c0.215 0 0.389 0.174 0.389 0.389v3.888c0 0 0 0 0 0 0 0.215-0.174 0.389-0.389 0.389h-0zM18.556 11.111c-0.184 0-0.333 0.149-0.333 0.333v1.999c0 0.184 0.149 0.333 0.333 0.333h1.999c0 0 0 0 0 0 0.184 0 0.334-0.149 0.334-0.333v-1.999c-0-0.184-0.15-0.333-0.334-0.333v0zM14.389 14.778h-3.888c-0.215-0-0.389-0.174-0.389-0.389v-3.889c0-0.215 0.174-0.389 0.389-0.389h3.888c0.215 0 0.389 0.174 0.389 0.389v3.888c0 0.215-0.174 0.389-0.389 0.389v0zM11.445 11.111c0 0 0 0 0 0-0.184 0-0.334 0.149-0.334 0.333v1.999c0 0.184 0.15 0.333 0.334 0.333h1.999c0.184-0 0.333-0.149 0.333-0.333v-1.999c-0-0.184-0.149-0.333-0.333-0.333h-0z',\n delete:\n 'M8 25.333c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667v-13.333c0-1.467-1.2-2.667-2.667-2.667h-10.667c-1.467 0-2.667 1.2-2.667 2.667v13.333zM24 5.333h-3.333l-0.947-0.947c-0.24-0.24-0.587-0.387-0.933-0.387h-5.573c-0.347 0-0.693 0.147-0.933 0.387l-0.947 0.947h-3.333c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h16c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333z',\n filter:\n 'M14.667 24h2.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-2.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333zM4 9.333c0 0.733 0.6 1.333 1.333 1.333h21.333c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-21.333c-0.733 0-1.333 0.6-1.333 1.333zM9.333 17.333h13.333c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-13.333c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333z',\n sort:\n 'M17.24 3.533c-0.267-0.267-0.68-0.267-0.947 0l-2.68 2.68h6.293l-2.667-2.68zM16.307 28.467c0.267 0.267 0.68 0.267 0.947 0l2.64-2.64h-6.213l2.627 2.64zM14.64 23.64c0.8 0 1.347-0.8 1.053-1.547l-4.973-12.72c-0.24-0.613-0.84-1.013-1.493-1.013s-1.253 0.4-1.493 1.013l-4.987 12.707c-0.293 0.747 0.253 1.547 1.053 1.547 0.467 0 0.893-0.293 1.067-0.733l0.947-2.533h6.813l0.947 2.533c0.173 0.453 0.6 0.747 1.067 0.747zM6.627 18.187l2.587-6.907 2.587 6.907h-5.173zM28.067 21.52h-7.107l7.627-11.053c0.613-0.88-0.027-2.093-1.093-2.093h-8.64c-0.587 0-1.053 0.48-1.053 1.067v0.013c0 0.587 0.48 1.067 1.053 1.067h6.787l-7.64 11.040c-0.613 0.88 0.027 2.093 1.093 2.093h8.96c0.587 0 1.053-0.48 1.053-1.053 0.027-0.6-0.453-1.080-1.040-1.080z',\n message:\n 'M16 2c-8.838 0-16 5.819-16 13 0 3.1 1.337 5.938 3.563 8.169-0.781 3.15-3.394 5.956-3.425 5.988-0.138 0.144-0.175 0.356-0.094 0.544s0.256 0.3 0.456 0.3c4.144 0 7.25-1.988 8.787-3.212 2.044 0.769 4.313 1.212 6.713 1.212 8.837 0 16-5.819 16-13s-7.163-13-16-13z',\n camera:\n 'M4 10.667c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333v-2.667h2.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-2.667v-2.667c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333v2.667h-2.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h2.667v2.667z M21.333 18.667c0 2.209-1.791 4-4 4s-4-1.791-4-4c0-2.209 1.791-4 4-4s4 1.791 4 4z M28 8h-4.227l-1.653-1.8c-0.493-0.547-1.213-0.867-1.96-0.867h-8.533c0.227 0.4 0.373 0.84 0.373 1.333 0 1.467-1.2 2.667-2.667 2.667h-1.333v1.333c0 1.467-1.2 2.667-2.667 2.667-0.493 0-0.933-0.147-1.333-0.373v13.707c0 1.467 1.2 2.667 2.667 2.667h21.333c1.467 0 2.667-1.2 2.667-2.667v-16c0-1.467-1.2-2.667-2.667-2.667zM17.333 25.333c-3.68 0-6.667-2.987-6.667-6.667s2.987-6.667 6.667-6.667 6.667 2.987 6.667 6.667-2.987 6.667-6.667 6.667z',\n image:\n 'M28 25.333v-18.667c0-1.467-1.2-2.667-2.667-2.667h-18.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667zM11.867 18.64l2.8 3.373 4.133-5.32c0.267-0.347 0.8-0.347 1.067 0.013l4.68 6.24c0.333 0.44 0.013 1.067-0.533 1.067h-15.987c-0.56 0-0.867-0.64-0.52-1.080l3.32-4.267c0.253-0.347 0.76-0.36 1.040-0.027z',\n upload:\n 'M25.8 13.387c-0.907-4.6-4.947-8.053-9.8-8.053-3.853 0-7.2 2.187-8.867 5.387-4.013 0.427-7.133 3.827-7.133 7.947 0 4.413 3.587 8 8 8h17.333c3.68 0 6.667-2.987 6.667-6.667 0-3.52-2.733-6.373-6.2-6.613zM18.667 17.333v5.333h-5.333v-5.333h-4l6.667-6.667 6.667 6.667h-4z',\n chart:\n 'M8.533 12.267h0.267c1.027 0 1.867 0.84 1.867 1.867v9.333c0 1.027-0.84 1.867-1.867 1.867h-0.267c-1.027 0-1.867-0.84-1.867-1.867v-9.333c0-1.027 0.84-1.867 1.867-1.867zM16 6.667c1.027 0 1.867 0.84 1.867 1.867v14.933c0 1.027-0.84 1.867-1.867 1.867s-1.867-0.84-1.867-1.867v-14.933c0-1.027 0.84-1.867 1.867-1.867zM23.467 17.333c1.027 0 1.867 0.84 1.867 1.867v4.267c0 1.027-0.84 1.867-1.867 1.867s-1.867-0.84-1.867-1.867v-4.267c0-1.027 0.84-1.867 1.867-1.867z',\n organization:\n 'M5.333 15.333v5.333c0 1.107 0.893 2 2 2s2-0.893 2-2v-5.333c0-1.107-0.893-2-2-2s-2 0.893-2 2zM13.333 15.333v5.333c0 1.107 0.893 2 2 2s2-0.893 2-2v-5.333c0-1.107-0.893-2-2-2s-2 0.893-2 2zM4.667 29.333h21.333c1.107 0 2-0.893 2-2s-0.893-2-2-2h-21.333c-1.107 0-2 0.893-2 2s0.893 2 2 2zM21.333 15.333v5.333c0 1.107 0.893 2 2 2s2-0.893 2-2v-5.333c0-1.107-0.893-2-2-2s-2 0.893-2 2zM14.093 1.987l-10.533 5.547c-0.547 0.28-0.893 0.853-0.893 1.467 0 0.92 0.747 1.667 1.667 1.667h22.013c0.907 0 1.653-0.747 1.653-1.667 0-0.613-0.347-1.187-0.893-1.467l-10.533-5.547c-0.773-0.413-1.707-0.413-2.48 0z',\n news:\n 'M17.333 22.667h-10.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h10.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM25.333 12h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM6.667 20h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333zM5.333 8c0 0.733 0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333z',\n pen:\n 'M10.528 10.628c-0.939 0.271-1.672 0.975-1.979 1.875l-0.006 0.021-4.276 12.827 0.673 0.673 6.88-6.88c-0.139-0.282-0.22-0.613-0.22-0.964 0-1.227 0.994-2.221 2.221-2.221s2.221 0.994 2.221 2.221c0 1.227-0.994 2.221-2.221 2.221-0.351 0-0.682-0.081-0.977-0.226l0.013 0.006-6.883 6.88 0.676 0.676 12.828-4.278c0.921-0.313 1.624-1.046 1.89-1.964l0.005-0.021 1.962-6.939-5.867-5.867-6.94 1.961zM27.093 7.667l-2.759-2.757c-0.398-0.398-0.949-0.644-1.556-0.644s-1.158 0.246-1.556 0.644l-2.592 2.592 5.867 5.867 2.597-2.592c0.398-0.398 0.644-0.949 0.644-1.556s-0.246-1.158-0.644-1.556v0z',\n jobs:\n 'M26.667 8h-5.333v-2.667c0-1.48-1.187-2.667-2.667-2.667h-5.333c-1.48 0-2.667 1.187-2.667 2.667v2.667h-5.333c-1.48 0-2.653 1.187-2.653 2.667l-0.013 14.667c0 1.48 1.187 2.667 2.667 2.667h21.333c1.48 0 2.667-1.187 2.667-2.667v-14.667c0-1.48-1.187-2.667-2.667-2.667zM18.667 8h-5.333v-2.667h5.333v2.667z',\n signout:\n 'M11.25 28h-5.25c-3.313 0-6-2.688-6-6v-12c0-3.313 2.688-6 6-6h5.25c0.412 0 0.75 0.338 0.75 0.75v2.5c0 0.412-0.338 0.75-0.75 0.75h-5.25c-1.106 0-2 0.894-2 2v12c0 1.106 0.894 2 2 2h5.25c0.412 0 0.75 0.337 0.75 0.75v2.5c0 0.413-0.338 0.75-0.75 0.75zM18.619 9.056l4.85 4.444h-11.969c-0.831 0-1.5 0.669-1.5 1.5v2c0 0.831 0.669 1.5 1.5 1.5h11.969l-4.85 4.444c-0.631 0.575-0.65 1.563-0.050 2.169l1.369 1.369c0.581 0.581 1.531 0.587 2.119 0.006l9.5-9.425c0.594-0.587 0.594-1.544 0-2.131l-9.494-9.412c-0.587-0.581-1.531-0.581-2.119 0.006l-1.369 1.369c-0.606 0.6-0.581 1.588 0.044 2.162z',\n slack:\n 'M5.883 19.694c0 1.619-1.322 2.941-2.941 2.941s-2.941-1.323-2.941-2.941c0-1.619 1.323-2.941 2.941-2.941h2.941v2.941zM7.365 19.694c0-1.619 1.322-2.941 2.941-2.941s2.941 1.323 2.941 2.941v7.365c0 1.619-1.322 2.941-2.941 2.941s-2.941-1.323-2.941-2.941v-7.365zM10.306 7.883c-1.619 0-2.941-1.322-2.941-2.941s1.322-2.941 2.941-2.941 2.941 1.322 2.941 2.941v2.941h-2.941zM10.306 9.365c1.619 0 2.941 1.322 2.941 2.941s-1.322 2.941-2.941 2.941h-7.365c-1.619 0-2.941-1.322-2.941-2.941s1.323-2.941 2.941-2.941h7.365zM22.117 12.306c0-1.619 1.323-2.941 2.941-2.941s2.941 1.322 2.941 2.941-1.323 2.941-2.941 2.941h-2.941v-2.941zM20.635 12.306c0 1.619-1.323 2.941-2.941 2.941s-2.941-1.322-2.941-2.941v-7.365c0-1.619 1.323-2.941 2.941-2.941s2.941 1.322 2.941 2.941v7.365zM17.694 24.117c1.619 0 2.941 1.323 2.941 2.941s-1.323 2.941-2.941 2.941c-1.619 0-2.941-1.323-2.941-2.941v-2.941h2.941zM17.694 22.635c-1.619 0-2.941-1.323-2.941-2.941s1.323-2.941 2.941-2.941h7.365c1.619 0 2.941 1.323 2.941 2.941s-1.323 2.941-2.941 2.941h-7.365z',\n discord:\n 'M18.576 15.2c0 0.976-0.72 1.776-1.632 1.776-0.896 0-1.632-0.8-1.632-1.776s0.72-1.776 1.632-1.776c0.912 0 1.632 0.8 1.632 1.776zM11.104 13.424c-0.912 0-1.632 0.8-1.632 1.776s0.736 1.776 1.632 1.776c0.912 0 1.632-0.8 1.632-1.776 0.016-0.976-0.72-1.776-1.632-1.776zM28 3.296v28.704c-4.031-3.562-2.742-2.383-7.424-6.736l0.848 2.96h-18.144c-1.808 0-3.28-1.472-3.28-3.296v-21.632c0-1.824 1.472-3.296 3.28-3.296h21.44c1.808 0 3.28 1.472 3.28 3.296zM23.44 18.464c0-5.152-2.304-9.328-2.304-9.328-2.304-1.728-4.496-1.68-4.496-1.68l-0.224 0.256c2.72 0.832 3.984 2.032 3.984 2.032-3.801-2.083-8.265-2.083-11.952-0.464-0.592 0.272-0.944 0.464-0.944 0.464s1.328-1.264 4.208-2.096l-0.16-0.192s-2.192-0.048-4.496 1.68c0 0-2.304 4.176-2.304 9.328 0 0 1.344 2.32 4.88 2.432 0 0 0.592-0.72 1.072-1.328-2.032-0.608-2.8-1.888-2.8-1.888 0.235 0.165 0.624 0.378 0.656 0.4 2.701 1.512 6.537 2.008 9.984 0.56 0.56-0.208 1.184-0.512 1.84-0.944 0 0-0.8 1.312-2.896 1.904 0.48 0.608 1.056 1.296 1.056 1.296 3.536-0.112 4.896-2.432 4.896-2.432z',\n teams:\n 'M4.173 7.31c4.494-0.779 8.985-1.558 13.527-2.346v3.284c0.967-0.4 1.87-0.374 2.726 0.142s1.266 1.306 1.356 2.302c1.038-1.578 2.693-1.71 3.806-1.142 1.177 0.601 1.77 1.932 1.416 3.185-0.345 1.226-1.593 2.111-2.863 2.017-1.215-0.090-2.531-0.897-2.687-2.726-1.097 1.419-1.843 1.667-3.721 1.225v0.954c0.144 0.009 0.27 0.023 0.395 0.023 0.969 0.002 1.939 0.026 2.908-0.006 0.904-0.029 1.433 0.382 1.338 1.195-0.003 0.028 0.018 0.059 0.038 0.122 0.125 0.010 0.26 0.030 0.395 0.030 1.045 0.003 2.089-0.002 3.134 0.002 0.87 0.004 1.141 0.273 1.142 1.115 0 0.916 0.002 1.831-0 2.747-0.004 1.703-1.23 2.923-2.976 2.952-0.645 0.011-1.291 0.002-1.934 0.002-0.044 0.056-0.082 0.094-0.107 0.139-0.6 1.078-1.547 1.562-2.78 1.561-0.504-0-1.009 0-1.565 0v3.337c-4.555-0.727-9.046-1.444-13.546-2.163v-17.95zM17.728 23.19c0.585 0 1.133-0.025 1.678 0.005 1.117 0.062 2.093-0.847 2.080-2.049-0.021-1.882-0.006-3.764-0.008-5.645-0-0.112-0.012-0.223-0.019-0.339h-3.731v8.028zM22.386 21.468c0.748 0 1.462 0.058 2.162-0.014 0.953-0.098 1.636-0.974 1.646-2.004 0.009-0.904 0.003-1.808 0.001-2.712-0-0.081-0.017-0.161-0.027-0.248h-3.782v4.978zM11.621 13.387c0.88-0.048 1.7-0.093 2.528-0.138v-1.242c-2.076 0.13-4.125 0.258-6.174 0.386v1.097h2.217v6.877c0.498 0.024 0.941 0.045 1.428 0.068v-7.048zM22.475 11.966c-0.013 0.985 0.771 1.795 1.751 1.808 1.065 0.014 1.899-0.755 1.908-1.76 0.008-0.993-0.789-1.796-1.794-1.806-1.054-0.010-1.851 0.742-1.864 1.758zM17.722 12.022c0.718 0.682 1.856 0.649 2.556-0.064 0.705-0.72 0.673-1.865-0.073-2.548-0.707-0.648-1.846-0.645-2.482 0.015v2.598z',\n telegram:\n 'M27.919 6.162l-4.225 19.925c-0.319 1.406-1.15 1.756-2.331 1.094l-6.438-4.744-3.106 2.988c-0.344 0.344-0.631 0.631-1.294 0.631l0.463-6.556 11.931-10.781c0.519-0.463-0.113-0.719-0.806-0.256l-14.75 9.287-6.35-1.988c-1.381-0.431-1.406-1.381 0.288-2.044l24.837-9.569c1.15-0.431 2.156 0.256 1.781 2.013z',\n whatsapp:\n 'M23.806 6.069c-2.619-2.625-6.106-4.069-9.813-4.069-7.65 0-13.875 6.225-13.875 13.875 0 2.444 0.637 4.831 1.85 6.938l-1.969 7.188 7.356-1.931c2.025 1.106 4.306 1.688 6.631 1.688h0.006c7.644 0 14.006-6.225 14.006-13.875 0-3.706-1.575-7.188-4.194-9.813zM13.994 27.419c-2.075 0-4.106-0.556-5.875-1.606l-0.419-0.25-4.362 1.144 1.162-4.256-0.275-0.438c-1.156-1.837-1.763-3.956-1.763-6.137 0-6.356 5.175-11.531 11.538-11.531 3.081 0 5.975 1.2 8.15 3.381s3.512 5.075 3.506 8.156c0 6.362-5.306 11.537-11.662 11.537zM20.319 18.781c-0.344-0.175-2.050-1.012-2.369-1.125-0.319-0.119-0.55-0.175-0.781 0.175s-0.894 1.125-1.1 1.363c-0.2 0.231-0.406 0.262-0.75 0.087-2.037-1.019-3.375-1.819-4.719-4.125-0.356-0.613 0.356-0.569 1.019-1.894 0.113-0.231 0.056-0.431-0.031-0.606s-0.781-1.881-1.069-2.575c-0.281-0.675-0.569-0.581-0.781-0.594-0.2-0.012-0.431-0.012-0.662-0.012s-0.606 0.088-0.925 0.431c-0.319 0.35-1.213 1.188-1.213 2.894s1.244 3.356 1.412 3.587c0.175 0.231 2.444 3.731 5.925 5.238 2.2 0.95 3.063 1.031 4.162 0.869 0.669-0.1 2.050-0.837 2.337-1.65s0.288-1.506 0.2-1.65c-0.081-0.156-0.313-0.244-0.656-0.413z',\n copy:\n 'M20 1.333h-14.667c-1.467 0-2.667 1.2-2.667 2.667v17.333c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333v-16c0-0.733 0.6-1.333 1.333-1.333h13.333c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM25.333 6.667h-14.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h14.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM24 28h-12c-0.733 0-1.333-0.6-1.333-1.333v-16c0-0.733 0.6-1.333 1.333-1.333h12c0.733 0 1.333 0.6 1.333 1.333v16c0 0.733-0.6 1.333-1.333 1.333z',\n bitcoin:\n 'M21.467 15.107c1.164-0.556 1.955-1.725 1.955-3.077 0-0.227-0.022-0.449-0.065-0.664l0.004 0.022c-0.24-2.667-2.507-3.507-5.333-3.747v-3.64h-2.253v3.533h-1.773v-3.533h-2.213v3.64h-4.467v2.36h1.613c0.063-0.012 0.135-0.019 0.209-0.019 0.576 0 1.052 0.43 1.124 0.987l0.001 0.006v9.96c-0.028 0.412-0.369 0.735-0.785 0.735-0.019 0-0.039-0.001-0.058-0.002l0.003 0h-1.613l-0.44 2.667h4.413v3.667h2.213v-3.64h1.773v3.64h2.213v-3.667c3.72-0.213 6.333-1.16 6.667-4.653 0.061-0.253 0.096-0.545 0.096-0.844 0-1.908-1.422-3.485-3.263-3.727l-0.019-0.002zM14.053 10.16c1.253 0 5.187-0.387 5.187 2.213s-3.933 2.213-5.187 2.213zM14.053 21.68v-4.867c1.507 0 6.213-0.427 6.213 2.44s-4.707 2.427-6.213 2.427z',\n ether:\n 'M16 4l-0.16 0.547v15.867l0.16 0.16 7.413-4.347-7.413-12.227z M16 4l-7.413 12.227 7.413 4.347v-16.573zM16 21.973l-0.093 0.107v5.653l0.093 0.267 7.413-10.387-7.413 4.36z M16 28v-6.027l-7.413-4.36 7.413 10.387zM16 20.573l7.4-4.347-7.4-3.347v7.693zM8.587 16.227l7.413 4.347v-7.693l-7.413 3.347z',\n eos:\n 'M16.073 3.52l-5.916 8.14-2.477 12.033 8.393 5.107 8.393-5.107-2.528-12.084zM9.045 23.136l1.871-9.152 4.247 12.896zM11.522 11.912l4.55-6.268 4.55 6.269-4.55 13.751zM16.932 26.88l4.247-12.893 1.871 9.152z',\n language:\n 'M16 3.2c-7.069 0-12.8 5.731-12.8 12.8s5.731 12.8 12.8 12.8c7.069 0 12.8-5.731 12.8-12.8v0c0-7.069-5.731-12.8-12.8-12.8v0zM25.972 11.045h-4.258c-0.382-2.129-1.162-4.024-2.264-5.687l0.035 0.056c2.858 0.971 5.146 2.98 6.459 5.567l0.029 0.064zM20.542 16c0 0.007 0 0.015 0 0.023 0 1.157-0.081 2.295-0.236 3.409l0.015-0.129h-8.64c-0.141-0.992-0.222-2.138-0.222-3.303s0.081-2.311 0.237-3.433l-0.015 0.13h8.64c0.141 0.986 0.222 2.124 0.222 3.281 0 0.008 0 0.016 0 0.024v-0.001zM16 4.852c1.388 0 3.169 2.276 4.031 6.194h-8.062c0.862-3.918 2.643-6.194 4.031-6.194zM12.516 5.412c-1.067 1.607-1.847 3.502-2.216 5.54l-0.014 0.092h-4.258c1.342-2.65 3.63-4.659 6.409-5.605l0.079-0.023zM4.852 16c0-0.003 0-0.006 0-0.010 0-1.176 0.183-2.309 0.522-3.372l-0.022 0.078h4.67c-0.135 0.99-0.214 2.136-0.217 3.3v0.003c0 0.001 0 0.001 0 0.002 0 1.164 0.079 2.31 0.231 3.432l-0.015-0.131h-4.671c-0.317-0.984-0.5-2.116-0.5-3.291 0-0.004 0-0.009 0-0.013v0.001zM6.029 20.955h4.258c0.382 2.129 1.162 4.024 2.264 5.687l-0.035-0.056c-2.858-0.971-5.146-2.98-6.459-5.567l-0.029-0.064zM16 27.148c-1.388 0-3.169-2.276-4.031-6.194h8.062c-0.862 3.92-2.64 6.194-4.031 6.194zM19.484 26.588c1.067-1.607 1.847-3.502 2.216-5.54l0.014-0.092h4.258c-1.342 2.65-3.63 4.659-6.409 5.605l-0.079 0.023zM21.977 19.308c0.136-0.991 0.214-2.139 0.217-3.305v-0.003c0-0.001 0-0.001 0-0.002 0-1.164-0.079-2.31-0.231-3.432l0.015 0.131h4.671c0.318 0.988 0.501 2.124 0.501 3.303s-0.183 2.315-0.522 3.382l0.022-0.079z',\n folder:\n 'M14.12 6.12c-0.507-0.507-1.187-0.787-1.893-0.787h-6.893c-1.467 0-2.653 1.2-2.653 2.667l-0.013 16c0 1.467 1.2 2.667 2.667 2.667h21.333c1.467 0 2.667-1.2 2.667-2.667v-13.333c0-1.467-1.2-2.667-2.667-2.667h-10.667l-1.88-1.88z',\n 'folder-open':\n 'M29.719 17.6l-3.219 5.518c-0.501 0.852-1.413 1.414-2.456 1.415h-17.776c-0.588-0.001-1.064-0.478-1.064-1.067 0-0.196 0.053-0.38 0.146-0.538l-0.003 0.005 3.219-5.522c0.502-0.85 1.414-1.411 2.457-1.411h17.778c0.587 0.002 1.062 0.479 1.062 1.067 0 0.196-0.053 0.38-0.146 0.538l0.003-0.005zM11.022 14.578h14.578v-2.133c0-1.178-0.955-2.133-2.133-2.133v0h-7.111l-2.844-2.845h-7.111c-1.178 0-2.133 0.955-2.133 2.133v0 12.357l3.070-5.263c0.756-1.273 2.122-2.113 3.685-2.116h0z',\n 'camera-roll':\n 'M18.667 6.667c0-1.467-1.2-2.667-2.667-2.667h-1.333v-1.333c0-0.733-0.6-1.333-1.333-1.333h-5.333c-0.733 0-1.333 0.6-1.333 1.333v1.333h-1.333c-1.467 0-2.667 1.2-2.667 2.667v20c0 1.467 1.2 2.667 2.667 2.667h10.667c1.467 0 2.667-1.2 2.667-2.667h8c1.467 0 2.667-1.2 2.667-2.667v-14.667c0-1.467-1.2-2.667-2.667-2.667h-8zM16 24h-2.667v-2.667h2.667v2.667zM16 12h-2.667v-2.667h2.667v2.667zM21.333 24h-2.667v-2.667h2.667v2.667zM21.333 12h-2.667v-2.667h2.667v2.667zM26.667 24h-2.667v-2.667h2.667v2.667zM26.667 12h-2.667v-2.667h2.667v2.667z',\n 'clean-hands':\n 'M19.987 9.333l1.827-0.84 0.84-1.827 0.84 1.827 1.827 0.84-1.827 0.84-0.84 1.827-0.84-1.827-1.827-0.84zM26.667 18.667c1.467 0 2.667-1.2 2.667-2.667 0-1.040-1.32-3.253-2.107-4.48-0.267-0.413-0.853-0.413-1.12 0-0.787 1.227-2.107 3.44-2.107 4.48 0 1.467 1.2 2.667 2.667 2.667zM12.32 12.667l7.68 2.867v-0.867c0-3.227-2.293-5.92-5.333-6.533v-2.8h2.667c0.467 0 0.907 0.080 1.333 0.24 0.493 0.173 1.040 0.067 1.4-0.293v0c0.68-0.68 0.453-1.853-0.44-2.187-0.707-0.28-1.48-0.427-2.293-0.427h-6c-0.733 0-1.333 0.6-1.333 1.333v0c0 0.733 0.6 1.333 1.333 1.333h0.667v2.813c-2.373 0.493-4.267 2.24-5 4.52h5.32zM4 14.667v0c-1.467 0-2.667 1.2-2.667 2.667v9.333c0 1.467 1.2 2.667 2.667 2.667v0c1.467 0 2.667-1.2 2.667-2.667v-9.333c0-1.467-1.2-2.667-2.667-2.667zM26.653 22.667h-9.107c-0.147 0-0.293-0.027-0.44-0.080l-1.96-0.68c-0.347-0.12-0.52-0.493-0.4-0.84v0c0.12-0.347 0.507-0.533 0.853-0.4l1.493 0.573c0.147 0.053 0.32 0.093 0.48 0.093h3.507c0.867 0 1.573-0.707 1.573-1.573v0c0-0.653-0.413-1.24-1.027-1.48l-9.227-3.44c-0.293-0.12-0.613-0.173-0.933-0.173h-2.133v12.027l8.493 2.413c0.547 0.16 1.133 0.133 1.667-0.067l9.84-3.707c0-1.48-1.2-2.667-2.68-2.667z',\n code:\n 'M11.6 21.2l-5.2-5.2 5.2-5.2c0.52-0.52 0.52-1.347 0-1.867s-1.347-0.52-1.867 0l-6.12 6.12c-0.52 0.52-0.52 1.36 0 1.88l6.12 6.133c0.52 0.52 1.347 0.52 1.867 0s0.52-1.347 0-1.867zM20.4 21.2l5.2-5.2-5.2-5.2c-0.52-0.52-0.52-1.347 0-1.867s1.347-0.52 1.867 0l6.12 6.12c0.52 0.52 0.52 1.36 0 1.88l-6.12 6.133c-0.52 0.52-1.347 0.52-1.867 0s-0.52-1.347 0-1.867z',\n mask:\n 'M26 8c-1.747 0-3.16 1.347-3.307 3.067-2.507-0.667-3.787-2.4-6.693-2.4-2.92 0-4.187 1.733-6.693 2.4-0.147-1.707-1.56-3.067-3.307-3.067-1.84 0-3.333 1.493-3.333 3.333v0.667c0 8 4.8 10.413 8.693 10.64 1.347 0.853 2.933 1.36 4.64 1.36s3.293-0.507 4.64-1.36c3.893-0.227 8.693-2.64 8.693-10.64v-0.667c0-1.84-1.493-3.333-3.333-3.333zM4.667 12v-0.667c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333v4c0 1.707 0.507 3.293 1.347 4.64-2.027-0.947-4.013-3.107-4.013-7.973zM19.067 14.68c-0.533-0.227-0.96-0.48-1.347-0.707-0.613-0.373-1.067-0.64-1.72-0.64s-1.12 0.267-1.747 0.64c-0.373 0.227-0.8 0.467-1.307 0.68-0.453 0.2-0.947-0.107-0.947-0.6v0c0-0.267 0.147-0.507 0.387-0.6 0.453-0.187 0.827-0.413 1.173-0.613 0.733-0.44 1.413-0.84 2.44-0.84s1.693 0.4 2.4 0.827c0.36 0.213 0.733 0.44 1.2 0.64 0.24 0.107 0.387 0.347 0.387 0.6 0.013 0.48-0.48 0.8-0.92 0.613zM27.333 12c0 4.867-1.987 7.027-4.013 7.973 0.853-1.347 1.347-2.933 1.347-4.64v-4c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333v0.667z',\n sanitizer:\n 'M20.667 8.667c0-0.747 0.893-1.987 1.48-2.72 0.267-0.333 0.773-0.333 1.027 0 0.587 0.733 1.48 1.973 1.48 2.72 0.013 1.107-0.88 2-1.987 2s-2-0.893-2-2zM26 20c1.84 0 3.333-1.493 3.333-3.333 0-1.667-1.88-4.213-2.813-5.387-0.267-0.333-0.76-0.333-1.027 0-0.947 1.173-2.827 3.72-2.827 5.387 0 1.84 1.493 3.333 3.333 3.333zM16 18.667h-1.333v-1.333c0-0.733-0.6-1.333-1.333-1.333v0c-0.733 0-1.333 0.6-1.333 1.333v1.333h-1.333c-0.733 0-1.333 0.6-1.333 1.333v0c0 0.733 0.6 1.333 1.333 1.333h1.333v1.333c0 0.733 0.6 1.333 1.333 1.333v0c0.733 0 1.333-0.6 1.333-1.333v-1.333h1.333c0.733 0 1.333-0.6 1.333-1.333v0c0-0.733-0.6-1.333-1.333-1.333zM21.333 16v10.667c0 1.467-1.2 2.667-2.667 2.667h-10.667c-1.467 0-2.667-1.2-2.667-2.667v-10.667c0-3.96 2.88-7.24 6.667-7.88v-2.787h-1.333c-0.733 0-1.333-0.6-1.333-1.333v0c0-0.733 0.6-1.333 1.333-1.333h6.667c0.813 0 1.587 0.147 2.293 0.413 0.893 0.333 1.107 1.507 0.44 2.187v0c-0.373 0.373-0.92 0.48-1.4 0.307-0.427-0.16-0.867-0.24-1.333-0.24h-2.667v2.787c3.787 0.64 6.667 3.92 6.667 7.88z',\n coronavirus:\n 'M28.333 14c-0.547 0-1 0.453-1 1h-2.053c-0.2-1.827-0.92-3.507-2.027-4.867l1.453-1.453 0.013 0.013c0.387 0.387 1.027 0.387 1.413 0s0.387-1.027 0-1.413l-1.413-1.413c-0.387-0.387-1.027-0.387-1.413 0s-0.387 1.013-0.013 1.4l-1.453 1.453c-1.36-1.093-3.027-1.813-4.853-2.013v-2.040h0.013c0.547 0 1-0.453 1-1s-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1s0.44 0.987 0.987 1v2.067c-1.827 0.187-3.493 0.92-4.853 2.013l-1.453-1.453 0.013-0.013c0.387-0.387 0.387-1.027 0-1.413s-1.027-0.387-1.413 0l-1.413 1.413c-0.387 0.387-0.387 1.027 0 1.413s1.013 0.387 1.4 0.013l1.453 1.453c-1.093 1.36-1.813 3.013-2 4.84h-2.053c0-0.547-0.453-1-1-1s-1 0.453-1 1v2c0 0.547 0.453 1 1 1s1-0.453 1-1h2.053c0.2 1.827 0.92 3.48 2 4.84l-1.453 1.453c-0.387-0.387-1.013-0.373-1.4 0.013s-0.387 1.027 0 1.413l1.413 1.413c0.387 0.387 1.027 0.387 1.413 0s0.387-1.027 0-1.413l-0.013-0.013 1.453-1.453c1.36 1.093 3.013 1.813 4.84 2.013v2.067c-0.547 0.013-0.987 0.453-0.987 1s0.453 1 1 1h2c0.547 0 1-0.453 1-1s-0.453-1-1-1h-0.013v-2.053c1.827-0.187 3.493-0.92 4.853-2.013l1.453 1.453c-0.387 0.387-0.373 1.013 0.013 1.4s1.027 0.387 1.413 0l1.413-1.413c0.387-0.387 0.387-1.027 0-1.413s-1.027-0.387-1.413 0l-0.013 0.013-1.453-1.453c1.093-1.36 1.827-3.027 2.027-4.867h2.053c0 0.547 0.453 1 1 1s1-0.453 1-1v-2c0.013-0.533-0.44-0.987-0.987-0.987zM18.333 10.667c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333-1.333-0.6-1.333-1.333 0.6-1.333 1.333-1.333zM16 17.333c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333 1.333 0.6 1.333 1.333c0 0.733-0.6 1.333-1.333 1.333zM13.667 10.667c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333-1.333-0.6-1.333-1.333 0.6-1.333 1.333-1.333zM11.333 17.333c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333 1.333 0.6 1.333 1.333c0 0.733-0.6 1.333-1.333 1.333zM13.667 21.333c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333 1.333 0.6 1.333 1.333c0 0.733-0.6 1.333-1.333 1.333zM18.333 21.333c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333 1.333 0.6 1.333 1.333c0 0.733-0.6 1.333-1.333 1.333zM19.333 16c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333c0 0.733-0.6 1.333-1.333 1.333s-1.333-0.6-1.333-1.333z',\n dashboard:\n 'M5.333 17.333h8c0.733 0 1.333-0.6 1.333-1.333v-10.667c0-0.733-0.6-1.333-1.333-1.333h-8c-0.733 0-1.333 0.6-1.333 1.333v10.667c0 0.733 0.6 1.333 1.333 1.333zM5.333 28h8c0.733 0 1.333-0.6 1.333-1.333v-5.333c0-0.733-0.6-1.333-1.333-1.333h-8c-0.733 0-1.333 0.6-1.333 1.333v5.333c0 0.733 0.6 1.333 1.333 1.333zM18.667 28h8c0.733 0 1.333-0.6 1.333-1.333v-10.667c0-0.733-0.6-1.333-1.333-1.333h-8c-0.733 0-1.333 0.6-1.333 1.333v10.667c0 0.733 0.6 1.333 1.333 1.333zM17.333 5.333v5.333c0 0.733 0.6 1.333 1.333 1.333h8c0.733 0 1.333-0.6 1.333-1.333v-5.333c0-0.733-0.6-1.333-1.333-1.333h-8c-0.733 0-1.333 0.6-1.333 1.333z',\n lamp:\n 'M16 4c-0.613 0-1.24 0.053-1.867 0.187-3.68 0.707-6.613 3.68-7.307 7.36-0.64 3.48 0.64 6.68 2.96 8.747 0.573 0.507 0.88 1.213 0.88 1.96v3.080c0 1.467 1.2 2.667 2.667 2.667h0.373c0.467 0.8 1.307 1.333 2.293 1.333s1.84-0.533 2.293-1.333h0.373c1.467 0 2.667-1.2 2.667-2.667v-3.080c0-0.733 0.293-1.453 0.853-1.947 1.933-1.707 3.147-4.2 3.147-6.973 0-5.16-4.173-9.333-9.333-9.333zM16.667 18.667h-1.333v-3.453l-2.44-2.427 0.947-0.947 2.16 2.16 2.16-2.16 0.947 0.947-2.44 2.44v3.44zM18 25.333c-0.013 0-0.027-0.013-0.040-0.013v0.013h-3.92v-0.013c-0.013 0-0.027 0.013-0.040 0.013-0.373 0-0.667-0.293-0.667-0.667s0.293-0.667 0.667-0.667c0.013 0 0.027 0.013 0.040 0.013v-0.013h3.92v0.013c0.013 0 0.027-0.013 0.040-0.013 0.373 0 0.667 0.293 0.667 0.667s-0.293 0.667-0.667 0.667zM18 22.667h-4c-0.373 0-0.667-0.293-0.667-0.667s0.293-0.667 0.667-0.667h4c0.373 0 0.667 0.293 0.667 0.667s-0.293 0.667-0.667 0.667z',\n puzzle:\n 'M27.333 14.667h-2v-5.333c0-1.467-1.2-2.667-2.667-2.667h-5.333v-2c0-1.84-1.493-3.333-3.333-3.333s-3.333 1.493-3.333 3.333v2h-5.333c-1.467 0-2.653 1.2-2.653 2.667v5.067h1.987c1.987 0 3.6 1.613 3.6 3.6s-1.613 3.6-3.6 3.6h-2v5.067c0 1.467 1.2 2.667 2.667 2.667h5.067v-2c0-1.987 1.613-3.6 3.6-3.6s3.6 1.613 3.6 3.6v2h5.067c1.467 0 2.667-1.2 2.667-2.667v-5.333h2c1.84 0 3.333-1.493 3.333-3.333s-1.493-3.333-3.333-3.333z',\n 'cloud-outline':\n 'M25.8 13.387c-0.907-4.6-4.947-8.053-9.8-8.053-3.853 0-7.187 2.187-8.853 5.387-4.013 0.427-7.147 3.813-7.147 7.947 0 4.413 3.587 8 8 8h17.333c3.68 0 6.667-2.987 6.667-6.667 0-3.52-2.733-6.373-6.2-6.613zM25.333 24h-17.107c-2.787 0-5.267-2.040-5.533-4.813-0.307-3.173 2.187-5.853 5.307-5.853 2.56 0 4.707 1.813 5.213 4.227 0.133 0.64 0.667 1.107 1.307 1.107 0.813 0 1.48-0.733 1.32-1.533-0.573-2.987-2.813-5.373-5.72-6.173 1.467-1.947 3.853-3.16 6.52-2.933 3.84 0.333 6.68 3.76 6.68 7.613v0.36h1.827c1.933 0 3.72 1.293 4.093 3.2 0.52 2.547-1.44 4.8-3.907 4.8z',\n cloud:\n 'M25.827 13.387c-0.92-4.6-4.96-8.053-9.813-8.053-3.853 0-7.2 2.187-8.867 5.387-4.013 0.427-7.133 3.827-7.133 7.947 0 4.413 3.587 8 8 8h17.333c3.68 0 6.667-2.987 6.667-6.667 0-3.52-2.733-6.373-6.187-6.613z',\n 'search-in-page':\n 'M26.667 26.12v-14.347c0-0.707-0.28-1.387-0.787-1.88l-6.44-6.44c-0.493-0.507-1.173-0.787-1.88-0.787h-9.56c-1.467 0-2.653 1.2-2.653 2.667l-0.013 21.333c0 1.467 1.187 2.667 2.653 2.667h16.013c0.6 0 1.133-0.2 1.587-0.533l-5.907-5.907c-1.147 0.747-2.52 1.173-4 1.093-3.16-0.147-5.867-2.613-6.293-5.747-0.587-4.467 3.267-8.24 7.773-7.48 2.6 0.44 4.76 2.467 5.333 5.040 0.44 1.947 0.013 3.76-0.933 5.2l5.107 5.12zM12 17.333c0 2.213 1.787 4 4 4s4-1.787 4-4-1.787-4-4-4-4 1.787-4 4z',\n live:\n 'M14 22.867l5.307-3.040c0.893-0.507 0.893-1.8 0-2.32l-5.307-3.040c-0.893-0.507-2 0.147-2 1.16v6.067c0 1.027 1.107 1.68 2 1.173zM28 8h-10.12l3.92-3.92c0.267-0.267 0.267-0.68 0-0.947s-0.68-0.267-0.947 0l-4.853 4.853-4.853-4.853c-0.267-0.267-0.68-0.267-0.947 0s-0.267 0.68 0 0.947l3.92 3.92h-10.12c-1.467 0-2.667 1.187-2.667 2.667v16c0 1.467 1.2 2.667 2.667 2.667h24c1.467 0 2.667-1.2 2.667-2.667v-16c0-1.48-1.2-2.667-2.667-2.667zM26.667 26.667h-21.333c-0.733 0-1.333-0.6-1.333-1.333v-13.333c0-0.733 0.6-1.333 1.333-1.333h21.333c0.733 0 1.333 0.6 1.333 1.333v13.333c0 0.733-0.6 1.333-1.333 1.333z',\n food:\n 'M10.8 17.787l3.773-3.773-8.253-8.24c-0.64-0.64-1.747-0.467-2.147 0.36-0.947 1.987-0.6 4.427 1.040 6.080l5.587 5.573zM19.84 15.373c2.040 0.947 4.907 0.28 7.027-1.84 2.547-2.547 3.040-6.2 1.080-8.16-1.947-1.947-5.6-1.467-8.16 1.080-2.12 2.12-2.787 4.987-1.84 7.027l-12.067 12.067c-0.52 0.52-0.52 1.36 0 1.88s1.36 0.52 1.88 0l8.24-8.213 8.24 8.24c0.52 0.52 1.36 0.52 1.88 0s0.52-1.36 0-1.88l-8.24-8.24 1.96-1.96z',\n pizza:\n 'M16 2.667c-3.987 0-7.627 1.44-10.44 3.84-0.947 0.813-1.147 2.2-0.533 3.28l9.813 17.48c0.507 0.907 1.813 0.907 2.32 0l9.813-17.48c0.613-1.080 0.413-2.48-0.533-3.28-2.8-2.387-6.453-3.84-10.44-3.84zM9.333 9.333c0-1.467 1.2-2.667 2.667-2.667s2.667 1.2 2.667 2.667-1.2 2.667-2.667 2.667-2.667-1.2-2.667-2.667zM16 20c-1.467 0-2.667-1.2-2.667-2.667s1.2-2.667 2.667-2.667 2.667 1.2 2.667 2.667-1.2 2.667-2.667 2.667z',\n one:\n 'M25.333 4h-18.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM17.333 22.667c-0.733 0-1.333-0.6-1.333-1.333v-9.333h-1.333c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h2.667c0.733 0 1.333 0.6 1.333 1.333v10.667c0 0.733-0.6 1.333-1.333 1.333z',\n two:\n 'M25.333 4h-18.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM20 14.667c0 1.467-1.2 2.667-2.667 2.667h-2.667v2.667h4c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333h-5.333c-0.733 0-1.333-0.6-1.333-1.333v-4c0-1.467 1.2-2.667 2.667-2.667h2.667v-2.667h-4c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h4c1.467 0 2.667 1.2 2.667 2.667v2.667z',\n three:\n 'M25.333 4h-18.653c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.653c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM20.013 14c0 1.107-0.893 2-2 2 1.107 0 2 0.893 2 2v2c0 1.48-1.2 2.667-2.667 2.667h-4.013c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h4.013l-0.013-2.667h-1.333c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h1.333l0.013-2.667h-4.013c-0.733 0-1.32-0.6-1.32-1.333s0.587-1.333 1.32-1.333h4.013c1.467 0 2.667 1.2 2.667 2.667v2z',\n four:\n 'M25.387 4h-18.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM18.72 22.667c-0.733 0-1.333-0.6-1.333-1.333v-4h-4c-0.733 0-1.333-0.6-1.333-1.333v-5.333c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333v4h2.667v-4c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333v10.667c0 0.733-0.6 1.333-1.333 1.333z',\n five:\n 'M25.333 4h-18.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM18.667 12h-4v2.667h2.667c1.467 0 2.667 1.2 2.667 2.667v2.667c0 1.48-1.2 2.667-2.667 2.667h-4c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h4v-2.667h-4c-0.733 0-1.333-0.6-1.333-1.333v-5.333c0-0.733 0.6-1.333 1.333-1.333h5.333c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333z',\n six:\n 'M14.667 20h2.667v-2.667h-2.667v2.667zM25.333 4h-18.667c-1.467 0-2.667 1.2-2.667 2.667v18.667c0 1.467 1.2 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667zM18.667 12h-4v2.667h2.667c1.467 0 2.667 1.2 2.667 2.667v2.667c0 1.48-1.2 2.667-2.667 2.667h-2.667c-1.467 0-2.667-1.187-2.667-2.667v-8c0-1.467 1.2-2.667 2.667-2.667h4c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333z',\n school:\n 'M6.667 17.573v3.747c0 0.973 0.533 1.88 1.387 2.347l6.667 3.64c0.8 0.44 1.76 0.44 2.56 0l6.667-3.64c0.853-0.467 1.387-1.373 1.387-2.347v-3.747l-8.053 4.4c-0.8 0.44-1.76 0.44-2.56 0l-8.053-4.4zM14.72 4.693l-11.24 6.133c-0.92 0.507-0.92 1.84 0 2.347l11.24 6.133c0.8 0.44 1.76 0.44 2.56 0l10.72-5.853v7.88c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333v-8.547c0-0.493-0.267-0.933-0.693-1.173l-12.693-6.92c-0.8-0.427-1.76-0.427-2.56 0z',\n mic:\n 'M16 18.667c2.213 0 4-1.787 4-4v-8c0-2.213-1.787-4-4-4s-4 1.787-4 4v8c0 2.213 1.787 4 4 4zM23.88 14.667c-0.653 0-1.2 0.48-1.307 1.133-0.547 3.133-3.28 5.533-6.573 5.533s-6.027-2.4-6.573-5.533c-0.107-0.653-0.653-1.133-1.307-1.133-0.813 0-1.453 0.72-1.333 1.52 0.653 4 3.853 7.133 7.88 7.707v2.773c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333v-2.773c4.027-0.573 7.227-3.707 7.88-7.707 0.133-0.8-0.52-1.52-1.333-1.52z',\n 'thunder-o':\n 'M16 2.693c-7.347 0-13.307 5.96-13.307 13.307s5.96 13.307 13.307 13.307 13.307-5.96 13.307-13.307-5.96-13.307-13.307-13.307zM15.307 23.84v-5.52h-3.547c-0.493 0-0.827-0.533-0.587-0.973l4.907-9.56c0.307-0.627 1.253-0.4 1.253 0.307v5.587h3.387c0.493 0 0.813 0.52 0.6 0.96l-4.747 9.493c-0.32 0.64-1.267 0.413-1.267-0.293z',\n security:\n 'M14.92 1.813l-9.333 4.147c-0.96 0.427-1.587 1.387-1.587 2.44v6.267c0 7.4 5.12 14.32 12 16 6.88-1.68 12-8.6 12-16v-6.267c0-1.053-0.627-2.013-1.587-2.44l-9.333-4.147c-0.68-0.307-1.48-0.307-2.16 0zM16 15.987h9.333c-0.707 5.493-4.373 10.387-9.333 11.92v-11.907h-9.333v-7.6l9.333-4.147v11.733z',\n input:\n 'M24 9.333v-4c0-1.467-1.2-2.667-2.667-2.667h-10.667c-1.467 0-2.667 1.2-2.667 2.667v4c-0.733 0-1.333 0.6-1.333 1.333v6.267c0 0.267 0.080 0.52 0.227 0.733l3.773 7.667v2.667c0 0.733 0.6 1.333 1.333 1.333h8c0.733 0 1.333-0.6 1.333-1.333v-2.667l3.773-7.667c0.147-0.213 0.227-0.48 0.227-0.733v-6.267c0-0.733-0.6-1.333-1.333-1.333zM21.333 9.333h-2.667v-2c0-0.373-0.293-0.667-0.667-0.667s-0.667 0.293-0.667 0.667v2h-2.667v-2c0-0.373-0.293-0.667-0.667-0.667s-0.667 0.293-0.667 0.667v2h-2.667v-4h10.667v4z',\n beer:\n 'M25.333 12h-2.080c0.44-0.733 0.707-1.573 0.733-2.48 0.053-1.373-0.573-2.653-1.547-3.613-2.053-2.053-3.653-2.080-5.093-1.72-1.080-0.92-2.467-1.493-4.013-1.493-2.52 0-4.68 1.48-5.693 3.613-2.107 0.707-3.64 2.68-3.64 5.027 0 2.48 1.707 4.547 4 5.147v8.853c0 1.467 1.2 2.667 2.667 2.667h9.333c1.467 0 2.667-1.2 2.667-2.667v0h2.667c1.467 0 2.667-1.2 2.667-2.667v-8c0-1.467-1.2-2.667-2.667-2.667zM9.333 14c-1.467 0-2.667-1.2-2.667-2.667 0-1.133 0.733-2.133 1.827-2.507l1.067-0.36 0.48-1.013c0.627-1.293 1.88-2.093 3.293-2.093 1.053 0 1.853 0.467 2.32 0.867l1.040 0.867c0 0 0.853-0.427 1.96-0.427 1.467 0 2.667 1.2 2.667 2.667 0 0-4 0-4 0-4.427 0-5.12 4.667-7.987 4.667zM25.333 22.667h-2.667v-8h2.667v8z',\n 'video-playlist':\n 'M25.333 10.667h-18.667c-0.733 0-1.333-0.6-1.333-1.333s0.6-1.333 1.333-1.333h18.667c0.733 0 1.333 0.6 1.333 1.333s-0.6 1.333-1.333 1.333zM22.667 2.667h-13.333c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h13.333c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM29.333 16v10.667c0 1.467-1.2 2.667-2.667 2.667h-21.333c-1.467 0-2.667-1.2-2.667-2.667v-10.667c0-1.467 1.2-2.667 2.667-2.667h21.333c1.467 0 2.667 1.2 2.667 2.667zM20.253 20.747l-6.92-3.773v8.707l6.92-3.76c0.467-0.253 0.467-0.92 0-1.173z',\n 'users-o':\n 'M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333 13.333-5.973 13.333-13.333-5.973-13.333-13.333-13.333zM20.813 11.12c1.427 0 2.573 1.147 2.573 2.573s-1.147 2.573-2.573 2.573-2.573-1.147-2.573-2.573c-0.013-1.427 1.147-2.573 2.573-2.573zM12.813 9.013c1.733 0 3.147 1.413 3.147 3.147s-1.413 3.147-3.147 3.147-3.147-1.413-3.147-3.147c0-1.747 1.4-3.147 3.147-3.147zM12.813 21.187v5c-3.2-1-5.733-3.467-6.853-6.613 1.4-1.493 4.893-2.253 6.853-2.253 0.707 0 1.6 0.107 2.533 0.293-2.187 1.16-2.533 2.693-2.533 3.573zM16 26.667c-0.36 0-0.707-0.013-1.053-0.053v-5.427c0-1.893 3.92-2.84 5.867-2.84 1.427 0 3.893 0.52 5.12 1.533-1.56 3.96-5.413 6.787-9.933 6.787z',\n support:\n 'M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333 13.333-5.973 13.333-13.333c0-7.36-5.973-13.333-13.333-13.333zM25.947 12.16l-3.707 1.533c-0.68-1.813-2.107-3.253-3.933-3.92l1.533-3.707c2.8 1.067 5.027 3.293 6.107 6.093zM16 20c-2.213 0-4-1.787-4-4s1.787-4 4-4 4 1.787 4 4-1.787 4-4 4zM12.173 6.053l1.56 3.707c-1.84 0.667-3.293 2.12-3.973 3.96l-3.707-1.547c1.080-2.813 3.307-5.040 6.12-6.12zM6.053 19.827l3.707-1.533c0.68 1.84 2.12 3.28 3.96 3.947l-1.56 3.707c-2.8-1.080-5.027-3.307-6.107-6.12zM19.84 25.947l-1.533-3.707c1.827-0.68 3.267-2.12 3.933-3.96l3.707 1.56c-1.080 2.8-3.307 5.027-6.107 6.107z',\n headset:\n 'M13.067 13.801c0-0.81-0.657-1.467-1.467-1.467v0h-0.733c-1.62 0-2.933 1.313-2.933 2.933v0 2.201c0 1.62 1.313 2.933 2.933 2.933v0h0.734c0.81-0.001 1.466-0.657 1.466-1.467 0-0 0-0.001 0-0.001v0zM21.134 20.401c1.62 0 2.933-1.313 2.933-2.933v0-2.201c0-1.62-1.313-2.933-2.933-2.933v0h-0.733c-0 0-0.001 0-0.001 0-0.81 0-1.467 0.657-1.467 1.467v0 5.133c0 0.81 0.657 1.467 1.467 1.467v0zM16 4.267c-6.43 0.123-11.611 5.303-11.733 11.722l-0 0.012v0.734c0 0 0 0.001 0 0.001 0 0.405 0.328 0.733 0.733 0.733 0 0 0.001 0 0.001 0h0.734c0 0 0.001 0 0.001 0 0.405 0 0.733-0.328 0.733-0.733 0 0 0 0 0 0v0-0.735c0.057-5.222 4.303-9.433 9.533-9.433s9.476 4.211 9.533 9.428l0 0.005h-0.005c0 0.107 0.005 7.596 0.005 7.596 0 1.070-0.868 1.938-1.938 1.938v0h-4.663c0-1.215-0.985-2.199-2.199-2.199v0h-1.467c-1.194 0.027-2.152 1.002-2.152 2.2s0.958 2.173 2.15 2.2l0.003 0h8.329c2.285 0 4.138-1.852 4.138-4.138 0-0 0-0.001 0-0.001v0-7.596c-0.123-6.43-5.303-11.611-11.722-11.733l-0.012-0z',\n tune:\n 'M4 24c0 0.733 0.6 1.333 1.333 1.333h6.667v-2.667h-6.667c-0.733 0-1.333 0.6-1.333 1.333zM4 8c0 0.733 0.6 1.333 1.333 1.333h12v-2.667h-12c-0.733 0-1.333 0.6-1.333 1.333zM17.333 26.667v-1.333h9.333c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-9.333v-1.333c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333v5.333c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333zM9.333 13.333v1.333h-4c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h4v1.333c0 0.733 0.6 1.333 1.333 1.333s1.333-0.6 1.333-1.333v-5.333c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333zM28 16c0-0.733-0.6-1.333-1.333-1.333h-12v2.667h12c0.733 0 1.333-0.6 1.333-1.333zM21.333 12c0.733 0 1.333-0.6 1.333-1.333v-1.333h4c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-4v-1.333c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333v5.333c0 0.733 0.6 1.333 1.333 1.333z',\n video:\n 'M22.667 14v-4.667c0-0.733-0.6-1.333-1.333-1.333h-16c-0.733 0-1.333 0.6-1.333 1.333v13.333c0 0.733 0.6 1.333 1.333 1.333h16c0.733 0 1.333-0.6 1.333-1.333v-4.667l3.053 3.053c0.84 0.84 2.28 0.24 2.28-0.947v-8.227c0-1.187-1.44-1.787-2.28-0.947l-3.053 3.067z',\n wifi:\n 'M2.747 13.413c0.68 0.68 1.76 0.747 2.493 0.133 6.227-5.12 15.267-5.12 21.507-0.013 0.747 0.613 1.84 0.56 2.52-0.12 0.787-0.787 0.733-2.093-0.133-2.8-7.613-6.227-18.627-6.227-26.253 0-0.867 0.693-0.933 2-0.133 2.8zM13.093 23.76l1.96 1.96c0.52 0.52 1.36 0.52 1.88 0l1.96-1.96c0.627-0.627 0.493-1.707-0.307-2.12-1.627-0.84-3.573-0.84-5.213 0-0.76 0.413-0.907 1.493-0.28 2.12zM8.12 18.787c0.653 0.653 1.68 0.72 2.44 0.173 3.253-2.307 7.627-2.307 10.88 0 0.76 0.533 1.787 0.48 2.44-0.173l0.013-0.013c0.8-0.8 0.747-2.16-0.173-2.813-4.587-3.32-10.84-3.32-15.44 0-0.92 0.667-0.973 2.013-0.16 2.827z',\n stream:\n 'M16 12.969c-1.432 0-2.592 1.16-2.592 2.592s1.16 2.592 2.592 2.592c1.432 0 2.592-1.16 2.592-2.592v0c0-1.432-1.16-2.592-2.592-2.592v0zM5.629 15.557c0-0.003 0-0.006 0-0.009 0-2.566 0.974-4.904 2.573-6.666l-0.007 0.008c0.11-0.126 0.177-0.292 0.177-0.474 0-0.207-0.087-0.394-0.227-0.526l-0-0-1.035-1.011c-0.136-0.129-0.32-0.208-0.523-0.208-0.226 0-0.428 0.098-0.567 0.254l-0.001 0.001c-2.079 2.267-3.354 5.302-3.354 8.634s1.274 6.367 3.362 8.643l-0.009-0.009c0.14 0.157 0.342 0.255 0.568 0.255 0.203 0 0.387-0.079 0.523-0.209l-0 0 1.035-1.011c0.14-0.132 0.227-0.319 0.227-0.526 0-0.182-0.067-0.348-0.178-0.475l0.001 0.001c-1.591-1.753-2.565-4.092-2.565-6.657 0-0.003 0-0.006 0-0.010v0.001zM11.845 11.503l-1.053-1.029c-0.137-0.131-0.322-0.212-0.527-0.212-0.234 0-0.443 0.105-0.582 0.271l-0.001 0.001c-1.139 1.348-1.83 3.106-1.83 5.025s0.692 3.677 1.84 5.037l-0.010-0.012c0.141 0.167 0.35 0.272 0.583 0.272 0.205 0 0.391-0.081 0.528-0.212l-0 0 1.053-1.029c0.134-0.128 0.218-0.308 0.218-0.507 0-0.165-0.057-0.316-0.152-0.436l0.001 0.001c-0.684-0.845-1.098-1.932-1.098-3.117s0.414-2.272 1.105-3.126l-0.007 0.009c0.093-0.118 0.149-0.268 0.149-0.432 0-0.199-0.083-0.378-0.216-0.505l-0-0zM25.979 6.924c-0.14-0.157-0.342-0.255-0.568-0.255-0.203 0-0.387 0.079-0.523 0.209l0-0-1.035 1.012c-0.14 0.132-0.227 0.319-0.227 0.526 0 0.182 0.067 0.348 0.178 0.475l-0.001-0.001c1.59 1.757 2.563 4.098 2.563 6.667s-0.973 4.91-2.571 6.675l0.008-0.009c-0.11 0.126-0.177 0.292-0.177 0.474 0 0.207 0.087 0.394 0.226 0.525l0 0 1.035 1.011c0.136 0.129 0.32 0.208 0.523 0.208 0.226 0 0.428-0.098 0.567-0.254l0.001-0.001c2.079-2.267 3.354-5.302 3.354-8.634s-1.274-6.367-3.362-8.643l0.009 0.009zM22.316 10.535c-0.141-0.167-0.35-0.272-0.583-0.272-0.205 0-0.391 0.081-0.528 0.212l0-0-1.053 1.029c-0.134 0.128-0.217 0.307-0.217 0.507 0 0.164 0.057 0.315 0.151 0.435l-0.001-0.001c0.684 0.845 1.098 1.932 1.098 3.117s-0.414 2.272-1.105 3.126l0.007-0.009c-0.094 0.118-0.151 0.27-0.151 0.434 0 0.199 0.083 0.379 0.217 0.507l0 0 1.053 1.029c0.137 0.131 0.323 0.212 0.527 0.212 0.234 0 0.443-0.105 0.582-0.271l0.001-0.001c1.139-1.348 1.831-3.106 1.831-5.025s-0.692-3.677-1.84-5.037l0.010 0.012z',\n innovators:\n 'M21.333 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 17.333c-3.107 0-9.333 1.56-9.333 4.667v2c0 0.733 0.6 1.333 1.333 1.333h16c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667zM21.333 17.333c-0.387 0-0.827 0.027-1.293 0.067 0.027 0.013 0.040 0.040 0.053 0.053 1.52 1.107 2.573 2.587 2.573 4.547v2c0 0.467-0.093 0.92-0.24 1.333h6.907c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667z',\n participants:\n 'M21.333 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 17.333c-3.107 0-9.333 1.56-9.333 4.667v2c0 0.733 0.6 1.333 1.333 1.333h16c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667zM21.333 17.333c-0.387 0-0.827 0.027-1.293 0.067 0.027 0.013 0.040 0.040 0.053 0.053 1.52 1.107 2.573 2.587 2.573 4.547v2c0 0.467-0.093 0.92-0.24 1.333h6.907c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667z',\n backers:\n 'M15.987 2.667c-7.358 0.007-13.32 5.974-13.32 13.333 0 7.364 5.97 13.333 13.333 13.333s13.333-5.97 13.333-13.333v0c0-0.002 0-0.004 0-0.007 0-7.36-5.967-13.327-13.327-13.327-0.007 0-0.014 0-0.021 0h0.001zM16 26.667c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667c5.891 0 10.667 4.776 10.667 10.667v0c0 0.001 0 0.002 0 0.003 0 5.889-4.774 10.664-10.664 10.664-0.001 0-0.002 0-0.003 0h0zM16 23.333c2.694-0.003 5.047-1.462 6.314-3.632l0.019-0.035c0.054-0.094 0.085-0.208 0.085-0.328 0-0.371-0.301-0.672-0.672-0.672-0 0-0 0-0 0h-11.493c-0.371 0.003-0.67 0.304-0.67 0.675 0 0.119 0.031 0.231 0.085 0.329l-0.002-0.003c1.287 2.205 3.639 3.663 6.333 3.667h0z M18.132 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.224-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.087 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z M9.812 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.225-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.088 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z',\n juries:\n 'M15.987 2.667c-7.358 0.007-13.32 5.974-13.32 13.333 0 7.364 5.97 13.333 13.333 13.333s13.333-5.97 13.333-13.333v0c0-0.002 0-0.004 0-0.007 0-7.36-5.967-13.327-13.327-13.327-0.007 0-0.014 0-0.021 0h0.001zM16 26.667c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667c5.891 0 10.667 4.776 10.667 10.667v0c0 0.001 0 0.002 0 0.003 0 5.889-4.774 10.664-10.664 10.664-0.001 0-0.002 0-0.003 0h0zM16 23.333c2.694-0.003 5.047-1.462 6.314-3.632l0.019-0.035c0.054-0.094 0.085-0.208 0.085-0.328 0-0.371-0.301-0.672-0.672-0.672-0 0-0 0-0 0h-11.493c-0.371 0.003-0.67 0.304-0.67 0.675 0 0.119 0.031 0.231 0.085 0.329l-0.002-0.003c1.287 2.205 3.639 3.663 6.333 3.667h0z M18.132 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.224-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.087 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z M9.812 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.225-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.088 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z',\n transactions:\n 'M9.451 5.76c0.973 0.012 1.76 0.798 1.771 1.77v7.755l10.043-9.085c0.127-0.102 0.272-0.191 0.427-0.261l0.013-0.005c0.217-0.105 0.473-0.166 0.742-0.166 0.001 0 0.002 0 0.003 0h-0c0.492 0.012 0.934 0.214 1.258 0.536l-0-0 0.002-0.002c0.037 0.033 0.071 0.067 0.103 0.102l0.001 0.001c0.255 0.305 0.41 0.701 0.41 1.134 0 0.346-0.099 0.669-0.271 0.942l0.004-0.007c-0.053 0.076-0.107 0.143-0.166 0.205l0.001-0.001c-0.068 0.080-0.141 0.151-0.221 0.215l-0.003 0.002-7.656 6.915 1.961 1.947 1.782-1.605c0.314-0.277 0.729-0.446 1.183-0.446 0.521 0 0.989 0.222 1.317 0.576l0.001 0.001c0.273 0.296 0.44 0.693 0.44 1.129 0 0.052-0.002 0.103-0.007 0.153l0-0.006c-0.029 0.48-0.248 0.904-0.583 1.201l-0.002 0.002-1.635 1.472 3.283 3.26 0.069 0.1 0.036 0.036c0.279 0.299 0.45 0.701 0.45 1.143 0 0.026-0.001 0.052-0.002 0.077l0-0.004c-0.012 0.472-0.21 0.895-0.524 1.201l-0 0c-0.284 0.291-0.671 0.48-1.102 0.508l-0.005 0c-0.041 0.003-0.089 0.005-0.137 0.005-0.37 0-0.713-0.112-0.998-0.305l0.006 0.004-0.061-0.048-0.028-0.026c-0.032-0.022-0.010-0.007-0.066-0.047-0.028-0.022-0.055-0.047-0.102-0.092l-3.453-3.443-1.782 1.605c-0.309 0.284-0.722 0.458-1.176 0.458-0.028 0-0.057-0.001-0.085-0.002l0.004 0c-0.487-0.008-0.922-0.224-1.222-0.562l-0.002-0.002c-0.277-0.314-0.446-0.729-0.446-1.184 0-0.52 0.222-0.989 0.576-1.316l0.001-0.001 1.64-1.477-1.952-1.946-2.070 1.876v4.73c0 0.003 0 0.006 0 0.010 0 0.974-0.789 1.763-1.763 1.763-0.491 0-0.935-0.201-1.255-0.524l-0-0c-0.324-0.313-0.525-0.752-0.525-1.237 0-0.004 0-0.008 0-0.011v0.001-17.254c0.012-0.973 0.798-1.76 1.77-1.771h0.001z',\n updates:\n 'M16 29.333c1.471-0.005 2.662-1.196 2.667-2.666v-0h-5.333c0 0 0 0 0 0.001 0 1.472 1.194 2.666 2.666 2.666 0 0 0 0 0.001 0h-0zM24 21.333v-6.667c0-4.093-2.187-7.52-6-8.427v-0.907c0-1.105-0.895-2-2-2s-2 0.895-2 2v0 0.907c-3.827 0.907-6 4.32-6 8.427v6.667l-1.72 1.72c-0.244 0.242-0.394 0.577-0.394 0.947 0 0.734 0.594 1.33 1.327 1.333h17.56c0.738-0.001 1.336-0.599 1.336-1.337 0-0.368-0.149-0.701-0.389-0.943l0 0z',\n matchmaking:\n 'M28.449 11.94l-1.98-1.98c-0.216-0.218-0.516-0.353-0.847-0.353s-0.631 0.135-0.847 0.353l-11.973 11.973-5.569-5.574c-0.216-0.218-0.516-0.353-0.847-0.353s-0.631 0.135-0.847 0.353l-1.985 1.985c-0.218 0.217-0.353 0.518-0.353 0.85s0.135 0.633 0.353 0.85l8.399 8.404c0.216 0.218 0.516 0.353 0.847 0.353s0.631-0.135 0.847-0.353l14.798-14.81c0.217-0.218 0.351-0.518 0.351-0.85s-0.134-0.632-0.351-0.85l0 0zM12.236 17.239c0.144 0.146 0.344 0.236 0.565 0.236s0.421-0.090 0.565-0.236l10.399-10.409c0.144-0.145 0.233-0.345 0.233-0.565s-0.089-0.42-0.233-0.565l-2.259-2.261c-0.144-0.146-0.344-0.236-0.565-0.236s-0.421 0.090-0.565 0.236l-7.573 7.573-2.773-2.773c-0.144-0.144-0.342-0.232-0.561-0.232s-0.417 0.089-0.561 0.232v0l-2.27 2.26c-0.144 0.145-0.233 0.345-0.233 0.565s0.089 0.42 0.233 0.565l-0-0 5.599 5.61z',\n results:\n 'M27.185 5.789c-0.516-0.724-1.344-1.197-2.283-1.224l-0.004-0h-1.139c-0.031-0.112-0.061-0.224-0.096-0.335-0.098-0.321-0.346-0.568-0.66-0.665l-0.007-0.002c-2.109-0.641-4.534-1.009-7.044-1.009s-4.935 0.369-7.222 1.055l0.178-0.046c-0.321 0.098-0.569 0.346-0.665 0.66l-0.002 0.007c-0.033 0.111-0.064 0.223-0.096 0.335h-1.139c-0.943 0.027-1.77 0.5-2.281 1.215l-0.006 0.009c-0.549 0.778-0.877 1.746-0.877 2.79 0 0.506 0.077 0.994 0.22 1.452l-0.009-0.035 0.021 0.071c0.838 3.063 3.117 5.458 6.045 6.441l0.386 0.113c0.8 0.938 1.792 1.687 2.917 2.192l0.052 0.021c-0.175 1.834-0.697 3.511-1.501 5.015l0.035-0.071-0.479 0.62h-2.332c-0 0-0.001 0-0.001 0-0.548 0-0.992 0.444-0.992 0.992 0 0 0 0 0 0v0 3.375c0 0 0 0.001 0 0.001 0 0.548 0.444 0.992 0.992 0.992 0 0 0.001 0 0.001 0h13.5c0 0 0 0 0 0 0.548 0 0.992-0.444 0.992-0.992 0-0 0-0.001 0-0.001v0-3.375c-0.001-0.548-0.444-0.991-0.992-0.992h-2.133l-0.479-0.62c-0.778-1.458-1.303-3.165-1.469-4.975l-0.004-0.053c1.098-0.528 2.025-1.246 2.773-2.122l0.010-0.011 0.321-0.093c2.992-1.001 5.27-3.394 6.094-6.389l0.015-0.066 0.023-0.076c0.134-0.424 0.211-0.912 0.211-1.418 0-1.043-0.327-2.009-0.885-2.802l0.010 0.016zM5.965 9.492l-0.019-0.060c-0.080-0.254-0.126-0.546-0.126-0.848 0-0.594 0.178-1.146 0.482-1.606l-0.007 0.011c0.152-0.242 0.406-0.407 0.7-0.436l0.004-0h0.737c-0.079 0.578-0.125 1.245-0.125 1.923v0.001c0 0.007-0 0.016-0 0.025 0 1.801 0.36 3.518 1.011 5.083l-0.032-0.088c-1.234-1.022-2.152-2.386-2.611-3.947l-0.014-0.057zM13.959 24.4c0.699-1.477 1.207-3.191 1.434-4.993l0.009-0.084c0.181 0.016 0.365 0.028 0.549 0.028 0.263-0.001 0.522-0.018 0.775-0.051l-0.031 0.003c0.236 1.893 0.744 3.614 1.49 5.202l-0.044-0.105zM25.952 9.431l-0.019 0.063c-0.474 1.616-1.391 2.979-2.611 3.989l-0.013 0.011c0.619-1.477 0.979-3.194 0.979-4.995 0-0.009 0-0.017-0-0.026v0.001c-0-0.679-0.046-1.347-0.134-2.001l0.008 0.077h0.737c0.298 0.029 0.552 0.194 0.702 0.432l0.002 0.004c0.295 0.448 0.471 0.997 0.471 1.587 0 0.306-0.047 0.601-0.135 0.879l0.006-0.021z',\n mentors:\n 'M21.333 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 17.333c-3.107 0-9.333 1.56-9.333 4.667v2c0 0.733 0.6 1.333 1.333 1.333h16c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667zM21.333 17.333c-0.387 0-0.827 0.027-1.293 0.067 0.027 0.013 0.040 0.040 0.053 0.053 1.52 1.107 2.573 2.587 2.573 4.547v2c0 0.467-0.093 0.92-0.24 1.333h6.907c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667z',\n lock:\n 'M24 10.667h-1.333v-2.667c0-3.68-2.987-6.667-6.667-6.667s-6.667 2.987-6.667 6.667v2.667h-1.333c-1.467 0-2.667 1.2-2.667 2.667v13.333c0 1.467 1.2 2.667 2.667 2.667h16c1.467 0 2.667-1.2 2.667-2.667v-13.333c0-1.467-1.2-2.667-2.667-2.667zM16 22.667c-1.467 0-2.667-1.2-2.667-2.667s1.2-2.667 2.667-2.667 2.667 1.2 2.667 2.667-1.2 2.667-2.667 2.667zM12 10.667v-2.667c0-2.213 1.787-4 4-4s4 1.787 4 4v2.667h-8z',\n phone:\n 'M22.667 1.347l-13.333-0.013c-1.467 0-2.667 1.2-2.667 2.667v24c0 1.467 1.2 2.667 2.667 2.667h13.333c1.467 0 2.667-1.2 2.667-2.667v-24c0-1.467-1.2-2.653-2.667-2.653zM22.667 25.333h-13.333v-18.667h13.333v18.667z',\n cart:\n 'M21.131 16.758c0.922-0.004 1.724-0.509 2.15-1.257l0.006-0.012 4.373-7.938c0.12-0.191 0.192-0.424 0.192-0.674 0-0.256-0.075-0.495-0.205-0.696l0.003 0.005c-0.236-0.315-0.608-0.517-1.028-0.517-0.002 0-0.005 0-0.007 0h-18.227l-0.826-1.766c-0.2-0.419-0.621-0.703-1.107-0.703-0.001 0-0.002 0-0.002 0h-2.021c-0.68 0.002-1.23 0.553-1.232 1.233v0c0.002 0.679 0.553 1.23 1.232 1.232h1.233l4.436 9.356-1.664 3.006c-0.193 0.344-0.306 0.754-0.306 1.191 0 1.362 1.102 2.466 2.463 2.469h13.557c0 0 0 0 0 0 0.681 0 1.233-0.55 1.236-1.231v-0c-0.002-0.68-0.552-1.231-1.232-1.233h-13.561l1.353-2.465z M13.059 25.387c0 1.361-1.104 2.465-2.465 2.465s-2.465-1.104-2.465-2.465c0-1.361 1.104-2.465 2.465-2.465s2.465 1.104 2.465 2.465z M25.383 25.387c0 1.361-1.104 2.465-2.465 2.465s-2.465-1.104-2.465-2.465c0-1.361 1.104-2.465 2.465-2.465s2.465 1.104 2.465 2.465z',\n idea:\n 'M17.333 22.667h-10.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h10.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM25.333 12h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM6.667 20h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333zM5.333 8c0 0.733 0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333z',\n visibility:\n 'M16 5.333c-6.667 0-12.36 4.147-14.667 10 2.307 5.853 8 10 14.667 10s12.36-4.147 14.667-10c-2.307-5.853-8-10-14.667-10zM16 22c-3.68 0-6.667-2.987-6.667-6.667s2.987-6.667 6.667-6.667 6.667 2.987 6.667 6.667-2.987 6.667-6.667 6.667zM16 11.333c-2.213 0-4 1.787-4 4s1.787 4 4 4 4-1.787 4-4-1.787-4-4-4z',\n event:\n 'M21.333 17.333h-4c-0.733 0-1.333 0.6-1.333 1.333v4c0 0.733 0.6 1.333 1.333 1.333h4c0.733 0 1.333-0.6 1.333-1.333v-4c0-0.733-0.6-1.333-1.333-1.333zM21.333 4v1.333h-10.667v-1.333c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333v1.333h-1.333c-1.48 0-2.653 1.2-2.653 2.667l-0.013 18.667c0 1.467 1.187 2.667 2.667 2.667h18.667c1.467 0 2.667-1.2 2.667-2.667v-18.667c0-1.467-1.2-2.667-2.667-2.667h-1.333v-1.333c0-0.733-0.6-1.333-1.333-1.333s-1.333 0.6-1.333 1.333zM24 26.667h-16c-0.733 0-1.333-0.6-1.333-1.333v-13.333h18.667v13.333c0 0.733-0.6 1.333-1.333 1.333z',\n info:\n 'M16 2.667c-7.36 0-13.333 5.973-13.333 13.333s5.973 13.333 13.333 13.333 13.333-5.973 13.333-13.333-5.973-13.333-13.333-13.333zM16 22.667c-0.733 0-1.333-0.6-1.333-1.333v-5.333c0-0.733 0.6-1.333 1.333-1.333s1.333 0.6 1.333 1.333v5.333c0 0.733-0.6 1.333-1.333 1.333zM17.333 12h-2.667v-2.667h2.667v2.667z',\n 'drag-handle':\n 'M25.333 12h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333zM6.667 20h18.667c0.733 0 1.333-0.6 1.333-1.333s-0.6-1.333-1.333-1.333h-18.667c-0.733 0-1.333 0.6-1.333 1.333s0.6 1.333 1.333 1.333z',\n 'thumb-up':\n 'M17.493 2.747l-7.387 7.387c-0.493 0.493-0.773 1.173-0.773 1.88v13.32c0 1.467 1.2 2.667 2.667 2.667h12c1.067 0 2.027-0.64 2.453-1.613l4.347-10.147c1.12-2.64-0.813-5.573-3.68-5.573h-7.533l1.267-6.107c0.133-0.667-0.067-1.347-0.547-1.827-0.787-0.773-2.040-0.773-2.813 0.013zM4 28c1.467 0 2.667-1.2 2.667-2.667v-10.667c0-1.467-1.2-2.667-2.667-2.667s-2.667 1.2-2.667 2.667v10.667c0 1.467 1.2 2.667 2.667 2.667z',\n 'thumb-down':\n 'M14.507 29.253l7.373-7.387c0.493-0.493 0.773-1.173 0.773-1.88v-13.32c0-1.467-1.2-2.667-2.667-2.667h-11.987c-1.067 0-2.027 0.64-2.44 1.613l-4.347 10.147c-1.133 2.64 0.8 5.573 3.667 5.573h7.533l-1.267 6.107c-0.133 0.667 0.067 1.347 0.547 1.827 0.787 0.773 2.040 0.773 2.813-0.013zM28 4c-1.467 0-2.667 1.2-2.667 2.667v10.667c0 1.467 1.2 2.667 2.667 2.667s2.667-1.2 2.667-2.667v-10.667c0-1.467-1.2-2.667-2.667-2.667z',\n send:\n 'M4.533 27.2l23.267-9.973c1.080-0.467 1.080-1.987 0-2.453l-23.267-9.973c-0.88-0.387-1.853 0.267-1.853 1.213l-0.013 6.147c0 0.667 0.493 1.24 1.16 1.32l18.84 2.52-18.84 2.507c-0.667 0.093-1.16 0.667-1.16 1.333l0.013 6.147c0 0.947 0.973 1.6 1.853 1.213z',\n 'caret-left':\n 'M22.6986 26.027C22.0701 26.7812 20.9491 26.8832 20.1948 26.2546L9.52814 17.3657C9.12282 17.0279 8.88847 16.5276 8.88847 16C8.88847 15.4724 9.12282 14.972 9.52814 14.6342L20.1948 5.74536C20.9491 5.1168 22.0701 5.21871 22.6986 5.97298C23.3272 6.72725 23.2253 7.84826 22.471 8.47682L13.4432 16L22.471 23.5231C23.2253 24.1517 23.3272 25.2727 22.6986 26.027Z',\n 'caret-right':\n 'M9.30048 5.97303C9.92904 5.21876 11.05 5.11685 11.8043 5.74541L22.471 14.6343C22.8763 14.9721 23.1106 15.4724 23.1106 16C23.1106 16.5276 22.8763 17.028 22.471 17.3658L11.8043 26.2546C11.05 26.8832 9.92904 26.7813 9.30048 26.027C8.67192 25.2727 8.77383 24.1517 9.5281 23.5232L18.5559 16L9.5281 8.47686C8.77383 7.8483 8.67192 6.7273 9.30048 5.97303Z',\n 'wallet-connect':\n 'M8.32274 11.1135C12.5628 6.96216 19.4372 6.96216 23.6773 11.1135L24.1876 11.6131C24.3996 11.8207 24.3996 12.1572 24.1876 12.3648L22.442 14.0739C22.336 14.1777 22.1641 14.1777 22.0581 14.0739L21.3559 13.3864C18.3979 10.4903 13.6021 10.4903 10.6442 13.3864L9.89213 14.1227C9.78613 14.2265 9.61426 14.2265 9.50826 14.1227L7.76264 12.4136C7.55064 12.206 7.55064 11.8695 7.76264 11.6619L8.32274 11.1135ZM27.2874 14.6481L28.841 16.1692C29.053 16.3768 29.053 16.7133 28.841 16.9209L21.8357 23.7798C21.6237 23.9874 21.28 23.9874 21.068 23.7798C21.068 23.7798 21.068 23.7798 21.068 23.7798L16.096 18.9119C16.043 18.86 15.9571 18.86 15.9041 18.9119C15.9041 18.9118 15.9041 18.9119 15.9041 18.9119L10.9322 23.7798C10.7202 23.9874 10.3765 23.9874 10.1645 23.7798C10.1645 23.7798 10.1645 23.7798 10.1645 23.7798L3.159 16.9208C2.947 16.7133 2.947 16.3767 3.159 16.1692L4.71261 14.648C4.92461 14.4405 5.26833 14.4405 5.48034 14.648L10.4524 19.5161C10.5054 19.568 10.5913 19.568 10.6443 19.5161C10.6443 19.5161 10.6443 19.5161 10.6443 19.5161L15.6161 14.648C15.8281 14.4405 16.1718 14.4405 16.3838 14.648C16.3838 14.648 16.3838 14.648 16.3838 14.648L21.3558 19.5161C21.4088 19.568 21.4947 19.568 21.5477 19.5161L26.5197 14.6481C26.7317 14.4406 27.0754 14.4406 27.2874 14.6481Z',\n 'bepro-mark':\n 'M16.0801 5C22.205 5 27.1603 9.91944 27.1603 16C27.1603 22.0806 22.205 27 16.0801 27C9.95528 27 5 22.0806 5 16C5 14.3347 5.36934 12.7458 6.04646 11.3403C6.10801 11.7069 6.20035 12.0736 6.35424 12.4097C6.60046 12.9903 6.93902 13.4944 7.38531 13.9375C7.8162 14.3653 8.33943 14.7167 8.92422 14.9611C9.47822 15.1903 10.0938 15.3125 10.7247 15.3125H11.6789H11.9251V15.0681V13.2194V12.975H11.6789H10.7247C10.4016 12.975 10.0938 12.9139 9.83217 12.7917C9.53978 12.6694 9.27816 12.5014 9.06272 12.2875C8.84727 12.0736 8.6626 11.8139 8.53949 11.5236C8.43177 11.2486 8.35482 10.9583 8.35482 10.6528V10.6375V10.6222C8.35482 10.3167 8.41638 10.0111 8.53949 9.75139C8.6626 9.46111 8.83188 9.20139 9.04733 8.9875C9.26278 8.77361 9.52439 8.59028 9.81678 8.48333C10.0938 8.37639 10.4016 8.3 10.7093 8.3C11.0325 8.3 11.3249 8.36111 11.6019 8.48333C11.8943 8.60556 12.1559 8.77361 12.3714 8.9875C12.5868 9.20139 12.7715 9.46111 12.8792 9.75139C12.9869 10.0264 13.0639 10.3319 13.0639 10.6375V14.1514V17.6653C13.0639 18.2917 13.187 18.9028 13.4178 19.4528C13.6641 20.0333 14.0026 20.5375 14.4489 20.9806C14.8798 21.4083 15.403 21.7597 15.9878 22.0042C16.5418 22.2333 17.1574 22.3556 17.7883 22.3556C18.4193 22.3556 19.0348 22.2333 19.5889 22.0042C20.1582 21.7597 20.6815 21.4236 21.1278 20.9806C21.5587 20.5528 21.9126 20.0333 22.1588 19.4528C22.3589 18.9792 22.482 18.4597 22.5128 17.9097H22.5282V17.6653V17.5736V17.5125C22.5128 16.9319 22.3897 16.3972 22.1742 15.8778C21.928 15.3125 21.5894 14.7931 21.1431 14.35C20.7123 13.9222 20.189 13.5708 19.6042 13.3264C19.0502 13.0972 18.4347 12.975 17.8037 12.975H16.8496H16.6034V13.2194V15.0681V15.3125H16.8496H17.8037C18.1269 15.3125 18.4347 15.3736 18.6963 15.4958C18.9887 15.6181 19.2503 15.7861 19.4657 16.0153C19.6812 16.2292 19.8659 16.4889 19.989 16.7792C20.0967 17.0542 20.1736 17.3444 20.1736 17.65V17.6653V17.6806C20.1736 17.9861 20.1121 18.2917 19.989 18.5514C19.8659 18.8417 19.6966 19.1014 19.4811 19.3153C19.2657 19.5292 19.0041 19.7125 18.7117 19.8194C18.4347 19.9264 18.1269 20.0028 17.8191 20.0028C17.5113 20.0028 17.2035 19.9417 16.9265 19.8194C16.6341 19.6972 16.3725 19.5292 16.1571 19.3153C15.9416 19.1014 15.757 18.8417 15.6492 18.5514C15.5415 18.2764 15.4646 17.9708 15.4646 17.6653V14.1514V10.6375C15.4646 10.0111 15.3415 9.4 15.1106 8.85C14.8644 8.26944 14.5258 7.76528 14.0796 7.32222C13.6487 6.89444 13.1254 6.54306 12.5407 6.29861C12.2175 6.16111 11.8635 6.06944 11.5096 6.00833C12.8792 5.35139 14.4335 5 16.0801 5Z',\n kucoin:\n 'M12.3502 16.0022L18.8661 22.5192L22.979 18.4063C23.7144 17.7441 24.8396 17.7735 25.5393 18.4733C26.2391 19.1731 26.2686 20.2982 25.6064 21.0337L20.1788 26.4623C19.4497 27.1792 18.2805 27.1792 17.5514 26.4623L9.72078 18.6296V23.2851C9.72078 24.3126 8.88786 25.1455 7.86039 25.1455C6.83293 25.1455 6 24.3126 6 23.2851V8.71325C6 7.68578 6.83293 6.85286 7.86039 6.85286C8.88786 6.85286 9.72078 7.68578 9.72078 8.71325V13.3688L17.5504 5.53815C18.2792 4.82062 19.449 4.82062 20.1778 5.53815L25.6094 10.9657C26.2716 11.7012 26.2421 12.8263 25.5424 13.5261C24.8426 14.2259 23.7174 14.2553 22.982 13.5931L18.8691 9.48024L12.3502 16.0022ZM18.8691 14.1398C18.1158 14.1394 17.4364 14.5929 17.1478 15.2888C16.8592 15.9847 17.0183 16.7859 17.5508 17.3188C18.0834 17.8516 18.8846 18.0112 19.5806 17.723C20.2767 17.4348 20.7305 16.7556 20.7305 16.0022C20.7308 15.5083 20.5349 15.0345 20.1858 14.685C19.8367 14.3355 19.3631 14.1391 18.8691 14.1388V14.1398Z',\n bitmark:\n 'M21.566 7.608c-1.387-1.142-3.295-1.714-5.724-1.714-3.248 0-4.688 0-6.052 0v0.846c0 0 3.285 0 5.941 0 2.065 0 3.935 0.426 5.077 1.412 1.142 0.987 2.007 2.455 2.007 4.268 0 1.749-0.749 3.046-1.936 4.027s-3.305 1.413-5.424 1.413c-2.53 0-6.825 0-6.825 0v0.846c0 0 5.811-0.001 6.872-0.001 2.557 0 4.554-0.556 5.992-1.665 1.438-1.111 2.156-2.672 2.156-4.686 0-2.020-0.693-3.601-2.081-4.743z M21.053 8.833c-0.863-0.655-1.855-1.182-4.661-1.182-3.026 0.001-3.396 0-4.668 0v0.825c0 0 2.089-0.027 4.564 0 2.392 0.025 3.27 0.295 4.075 0.89 1.030 0.761 1.669 1.701 1.669 3.016 0 1.268-0.649 2.166-1.684 2.927-1.059 0.78-2.677 0.789-3.336 0.804-0.249 0.006-3.466 0-3.466 0v0.825c0 0 1.601 0.022 2.59-0.001 2.271-0.051 3.618-0.186 4.872-1.118 1.177-0.873 1.8-2.026 1.8-3.486 0-1.925-0.963-2.896-1.757-3.499z M20.636 9.922c-0.648-0.406-1.216-0.68-3.897-0.68-2.724 0-2.21 0-3.355 0v0.542c0 0 1.035 0 3.263 0 2.375 0 3.275 0.422 3.547 0.589 0.534 0.327 1.237 0.859 1.237 1.944 0 0.693-0.41 1.564-1.015 1.906-0.552 0.311-1.561 0.589-3.339 0.589-0.224 0-10.96 0-10.96 0v0.542c0 0 10.11 0 11.001 0 2.143 0 2.879-0.238 3.634-0.655 0.758-0.417 1.263-1.275 1.263-2.377 0-1.231-0.687-1.969-1.378-2.401z M22.77 15.905c-1.387-1.143-3.296-1.714-5.724-1.714-3.249 0-2.683-0.001-4.049-0.001v0.846c0 0 1.28 0 3.936 0 2.065 0 3.936 0.426 5.078 1.412 1.142 0.987 2.006 2.455 2.006 4.269 0 1.748-0.748 3.045-1.935 4.025s-3.306 1.413-5.426 1.413c-2.528 0-6.824 0-6.824 0v0.846c0 0 5.81-0.001 6.872-0.001 2.557 0 4.553-0.555 5.99-1.665 1.438-1.109 2.157-2.672 2.157-4.685 0-2.021-0.693-3.602-2.081-4.744z M22.257 17.129c-0.863-0.654-1.855-1.182-4.661-1.182-3.027 0.001-5.074 0-6.346 0v0.825c0 0 3.765-0.027 6.242 0 2.392 0.025 3.269 0.295 4.074 0.89 1.031 0.763 1.67 1.701 1.67 3.016 0 1.268-0.649 2.166-1.684 2.928-1.059 0.779-2.677 0.789-3.337 0.803-0.249 0.005-3.466 0-3.466 0v0.823c0 0 1.601 0.022 2.591 0 2.27-0.052 3.618-0.187 4.872-1.118 1.176-0.874 1.799-2.027 1.799-3.487 0-1.924-0.962-2.896-1.756-3.499z M12.609 19.927h5.947v-0.461h-5.947v0.461z M15.062 21.538h3.46v-0.396h-3.46v0.396z M9.832 19.927h1.762v-0.461h-1.762v0.461z M8.733 21.571h5.351v-0.461h-5.351v0.461z M10.052 9.748h2.085v-0.38h-2.085v0.38z M8.6 12.832h4.776v-0.442h-4.776v0.442z M8.733 25.176h5.036v-0.552h-5.036v0.552z M7.478 26.967h1.259v-0.8h-1.259v0.8z M10.625 11.482h7.907v-0.442h-7.907v0.442z M14.579 12.832h3.804v-0.442h-3.804v0.442z M21.84 18.3c-0.649-0.392-1.217-0.656-3.896-0.656-2.724 0-3.131 0-4.276 0v0.524c0 0 1.954 0 4.181 0 2.375 0 3.276 0.407 3.549 0.57 0.532 0.316 1.237 0.828 1.237 1.876 0 0.67-0.41 1.509-1.017 1.839-0.552 0.301-1.561 0.57-3.339 0.57-0.224 0-10.959 0-10.959 0v0.524c0 0 10.11-0.001 11-0.001 2.145 0 2.88-0.229 3.635-0.631 0.756-0.404 1.262-1.232 1.262-2.296 0-1.188-0.686-1.899-1.377-2.317z',\n coinbase:\n 'M16.0031 21.5C12.9658 21.5 10.5031 19.0403 10.5031 16C10.5031 12.9597 12.9658 10.5 16.0031 10.5C18.7256 10.5 20.9867 12.4861 21.4206 15.0833H26.9603C26.4928 9.43667 21.7658 5 16 5C9.92556 5 5 9.92556 5 16C5 22.0744 9.92556 27 16 27C21.7658 27 26.4928 22.5633 26.9603 16.9167H21.4175C20.9806 19.5139 18.7256 21.5 16.0031 21.5Z',\n moonpay:\n 'M23.6174 11.7653C24.2864 11.7653 24.9404 11.5669 25.4967 11.1953C26.0529 10.8236 26.4865 10.2953 26.7425 9.67716C26.9986 9.05906 27.0656 8.37891 26.935 7.72274C26.8045 7.06657 26.4823 6.46384 26.0093 5.99076C25.5362 5.51769 24.9335 5.19552 24.2773 5.065C23.6211 4.93448 22.941 5.00147 22.3229 5.25749C21.7048 5.51352 21.1765 5.94708 20.8048 6.50336C20.4331 7.05964 20.2347 7.71364 20.2347 8.38267C20.2347 8.82689 20.3221 9.26677 20.4921 9.67719C20.6621 10.0876 20.9113 10.4605 21.2254 10.7746C21.5395 11.0887 21.9124 11.3379 22.3228 11.5079C22.7333 11.6779 23.1731 11.7654 23.6174 11.7653ZM13.2453 27C11.6145 27 10.0204 26.5164 8.66444 25.6104C7.30852 24.7044 6.2517 23.4167 5.62764 21.9101C5.00357 20.4034 4.84029 18.7456 5.15844 17.1462C5.47658 15.5467 6.26187 14.0776 7.41499 12.9245C8.56811 11.7713 10.0373 10.9861 11.6367 10.6679C13.2361 10.3498 14.894 10.5131 16.4006 11.1371C17.9072 11.7612 19.1949 12.818 20.1009 14.1739C21.0069 15.5299 21.4905 17.124 21.4905 18.7548C21.4905 19.8376 21.2773 20.9098 20.8629 21.9101C20.4486 22.9105 19.8412 23.8195 19.0756 24.5851C18.3099 25.3507 17.401 25.9581 16.4006 26.3724C15.4002 26.7868 14.3281 27 13.2453 27Z',\n ledger:\n 'M3 21.0526V27.4139H12.6806V26.0048H4.4172V21.0526H3ZM3 5.00808V11.3532H4.4172V6.40912H12.6887V5L3 5.00808Z M29 21.0526V27.4139H19.3167V26.0048H27.5882V21.0526H29ZM29 5.00808V11.3532H27.5882V6.40912H19.3167V5L29 5.00808Z M14.1841 11.3612H12.7749V21.0445H19.1362V19.7728H14.1841V11.3612Z',\n moonbeam:\n 'M21.142 5.645c2.964 1.257 4.94 4.356 4.715 7.499-5.299 0-10.598 0.045-15.896-0.045 0-2.111 0.718-4.266 2.245-5.748 2.245-2.29 5.972-3.009 8.936-1.706z M20.917 25.852c0.314 0 0.584 0.18 0.584 0.404s-0.27 0.404-0.584 0.404h-8.532c-0.314 0-0.584-0.18-0.584-0.404s0.269-0.404 0.584-0.404h8.532z M10.544 26.661c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M15.663 24.505c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M25.677 23.338c0.314 0 0.584 0.269 0.584 0.584s-0.269 0.584-0.584 0.584h-8.352c-0.314 0-0.584-0.269-0.584-0.584s0.27-0.584 0.584-0.584h8.352z M4.706 22.35c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M13.014 21.182c0.314 0 0.584 0.27 0.584 0.584s-0.27 0.584-0.584 0.584h-6.87c-0.314 0-0.584-0.27-0.584-0.584s0.269-0.584 0.584-0.584h6.87z M28.416 21.182c0.314 0 0.584 0.27 0.584 0.584s-0.269 0.584-0.584 0.584h-13.651c-0.314 0-0.584-0.27-0.584-0.584s0.269-0.584 0.584-0.584h13.651z M25.857 19.027c0.314 0 0.584 0.27 0.584 0.584s-0.269 0.584-0.584 0.584h-16.75c-0.314 0-0.584-0.27-0.584-0.584s0.269-0.584 0.584-0.584h16.75z M7.266 20.195c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M22.354 16.916c0.314 0 0.584 0.269 0.584 0.584s-0.269 0.584-0.584 0.584h-16.75c-0.314 0-0.584-0.269-0.584-0.584s0.269-0.584 0.584-0.584h16.75z M3.584 18.084c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M7.266 15.929c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M27.473 14.761c0.314 0 0.584 0.27 0.584 0.584s-0.269 0.584-0.584 0.584h-18.231c-0.314 0-0.584-0.27-0.584-0.584s0.269-0.584 0.584-0.584h18.231z',\n solidity:\n 'M20.535 3l4.177 7.429h-8.357l-4.177 7.427-4.177-7.427 4.177-7.429h8.357zM16.398 21.571l4.177-7.427 4.18 7.427-4.18 7.429h-8.357l-4.177-7.429h8.357z',\n metamask:\n 'M27.043 16.037l1.128-1.32c0.006-0.012 0.008-0.025 0.008-0.038s-0.003-0.026-0.008-0.038c-0.001-0.013-0.005-0.025-0.012-0.036s-0.016-0.020-0.027-0.026l-0.415-0.299 0.722-0.66c0.005-0.012 0.008-0.025 0.008-0.038s-0.003-0.026-0.008-0.038c-0.001-0.014-0.005-0.027-0.012-0.039s-0.016-0.022-0.027-0.030l-0.514-0.399 0.706-0.537c0.011-0.009 0.021-0.021 0.027-0.034s0.010-0.028 0.011-0.042c0.002-0.015-0.001-0.031-0.008-0.044s-0.018-0.025-0.031-0.033l-0.484-0.376 0.837-4.053v-0.046l-1.274-3.838c-0.011-0.020-0.029-0.035-0.050-0.043s-0.044-0.009-0.066-0.003v0l-8.183 3.071h-6.778l-8.168-3.071h-0.077c-0.022 0.015-0.038 0.037-0.046 0.061l-1.274 3.838c-0.004 0.015-0.004 0.031 0 0.046l0.852 4.053-0.507 0.376c-0.012 0.009-0.022 0.020-0.029 0.034s-0.010 0.028-0.010 0.043c0.001 0.015 0.005 0.029 0.011 0.043s0.016 0.025 0.027 0.034l0.722 0.537-0.514 0.407c-0.011 0.008-0.020 0.018-0.027 0.030s-0.011 0.025-0.011 0.039c-0.007 0.025-0.007 0.052 0 0.077l0.714 0.66-0.415 0.299c-0.017 0.018-0.030 0.038-0.038 0.062-0.008 0.025-0.008 0.052 0 0.077l1.136 1.32-1.75 5.42c-0.004 0.009-0.005 0.018-0.005 0.027s0.002 0.018 0.005 0.027l1.635 5.588c0.003 0.012 0.008 0.024 0.015 0.034s0.017 0.019 0.027 0.025c0.011 0.006 0.023 0.011 0.035 0.012s0.025 0.001 0.037-0.003l5.688-1.535 1.090 0.89 2.303 1.535h4l2.303-1.574 1.067-0.875 5.696 1.535c0.025 0.007 0.053 0.004 0.076-0.009s0.040-0.035 0.047-0.060l1.643-5.588v-0.054l-1.812-5.42zM11.060 19.314c-0.018-0.008-0.034-0.020-0.045-0.037s-0.017-0.036-0.017-0.055c0-0.020 0.006-0.039 0.017-0.055s0.027-0.029 0.045-0.037l2.011-0.921c0.023-0.009 0.047-0.009 0.070 0s0.041 0.025 0.053 0.046l0.837 1.75c0.010 0.013 0.015 0.029 0.015 0.046s-0.005 0.033-0.015 0.046c-0.007 0.014-0.018 0.026-0.032 0.034s-0.029 0.012-0.045 0.012l-2.894-0.829zM18.222 26.146c-0.016 0.009-0.035 0.015-0.054 0.015s-0.037-0.005-0.054-0.015l-0.238-0.192h-3.746l-0.223 0.192c-0.020 0.008-0.042 0.008-0.061 0h-0.046c-0.017-0.011-0.031-0.025-0.040-0.043s-0.014-0.037-0.014-0.057l0.276-2.226c0.008-0.025 0.025-0.046 0.046-0.061l0.476-0.338c0.008-0.004 0.018-0.005 0.027-0.005s0.018 0.002 0.027 0.005h2.863l0.484 0.33c0.010 0.027 0.010 0.057 0 0.084v0l0.276 2.211c0.007 0.016 0.010 0.034 0.008 0.051s-0.007 0.034-0.016 0.049h0.008zM20.971 19.307l-2.863 0.844h-0.061c-0.009-0.025-0.009-0.052 0-0.077-0.003-0.018-0.003-0.036 0-0.054l0.837-1.758c0.014-0.021 0.034-0.037 0.058-0.045s0.049-0.009 0.073-0.001l2.019 0.921c0.019 0.008 0.034 0.023 0.044 0.041s0.013 0.039 0.010 0.059c-0.007 0.025-0.024 0.047-0.047 0.060s-0.050 0.016-0.076 0.009h0.008z',\n launch:\n 'M19.1153 6C18.4467 6 17.9048 6.54196 17.9048 7.2105C17.9048 7.87905 18.4467 8.42101 19.1153 8.42101H21.8671L13.4974 16.7907C13.0247 17.2634 13.0247 18.0299 13.4974 18.5026C13.9701 18.9753 14.7366 18.9753 15.2093 18.5026L23.579 10.1329V12.8847C23.579 13.5533 24.121 14.0952 24.7895 14.0952C25.458 14.0952 26 13.5533 26 12.8847V7.2105C26 6.54196 25.458 6 24.7895 6H19.1153Z M9.14146 8.16167C8.8816 8.16167 8.63239 8.26489 8.44864 8.44864C8.26489 8.63239 8.16167 8.8816 8.16167 9.14146V22.8585C8.16167 23.1184 8.26489 23.3676 8.44864 23.5514C8.63239 23.7351 8.8816 23.8383 9.14146 23.8383H22.8585C23.1184 23.8383 23.3676 23.7351 23.5514 23.5514C23.7351 23.3676 23.8383 23.1184 23.8383 22.8585V19.055C23.8383 18.5139 24.277 18.0752 24.8181 18.0752C25.3592 18.0752 25.7979 18.5139 25.7979 19.055V22.8585C25.7979 23.6381 25.4882 24.3858 24.937 24.937C24.3858 25.4882 23.6381 25.7979 22.8585 25.7979H9.14146C8.36189 25.7979 7.61424 25.4882 7.06301 24.937C6.51177 24.3858 6.20208 23.6381 6.20208 22.8585V9.14146C6.20208 8.36189 6.51177 7.61425 7.06301 7.06301C7.61425 6.51177 8.36189 6.20208 9.14146 6.20208H12.945C13.4861 6.20208 13.9248 6.64075 13.9248 7.18187C13.9248 7.723 13.4861 8.16167 12.945 8.16167H9.14146Z M6.92011 6.92011C7.50925 6.33097 8.30829 6 9.14146 6H12.945C13.5977 6 14.1268 6.52914 14.1268 7.18187C14.1268 7.83461 13.5977 8.36375 12.945 8.36375H9.14146C8.9352 8.36375 8.73738 8.44569 8.59153 8.59153C8.44568 8.73738 8.36375 8.9352 8.36375 9.14146V22.8585C8.36375 23.0648 8.44568 23.2626 8.59153 23.4085C8.73738 23.5543 8.9352 23.6363 9.14146 23.6363H22.8585C23.0648 23.6363 23.2626 23.5543 23.4085 23.4085C23.5543 23.2626 23.6363 23.0648 23.6363 22.8585V19.055C23.6363 18.4023 24.1654 17.8732 24.8181 17.8732C25.4709 17.8732 26 18.4023 26 19.055V22.8585C26 23.6917 25.669 24.4908 25.0799 25.0799C24.4908 25.669 23.6917 26 22.8585 26H9.14146C8.30829 26 7.50925 25.669 6.92011 25.0799C6.33097 24.4907 6 23.6917 6 22.8585V9.14146C6 8.30829 6.33097 7.50925 6.92011 6.92011ZM9.14146 6.40416C8.41548 6.40416 7.71924 6.69256 7.2059 7.2059C6.69256 7.71924 6.40416 8.41548 6.40416 9.14146V22.8585C6.40416 23.5845 6.69256 24.2808 7.2059 24.7941C7.71924 25.3074 8.41548 25.5958 9.14146 25.5958H22.8585C23.5845 25.5958 24.2808 25.3074 24.7941 24.7941C25.3074 24.2808 25.5958 23.5845 25.5958 22.8585V19.055C25.5958 18.6255 25.2476 18.2773 24.8181 18.2773C24.3886 18.2773 24.0404 18.6255 24.0404 19.055V22.8585C24.0404 23.172 23.9159 23.4726 23.6943 23.6943C23.4726 23.9159 23.172 24.0404 22.8585 24.0404H9.14146C8.82801 24.0404 8.52739 23.9159 8.30575 23.6943C8.0841 23.4726 7.95958 23.172 7.95958 22.8585V9.14146C7.95958 8.828 8.0841 8.52739 8.30575 8.30575C8.52739 8.0841 8.828 7.95958 9.14146 7.95958H12.945C13.3745 7.95958 13.7227 7.61139 13.7227 7.18187C13.7227 6.75236 13.3745 6.40416 12.945 6.40416H9.14146Z',\n 'arrow-external':\n 'M6 6v5.663h9.542L6.666 21.796v4.183h4.628l9.222-10.917V26H26V6H6z',\n mint:\n 'M21.102 2a1 1 0 011 1v2h2a1 1 0 010 2h-2v2a1 1 0 01-2 0V7h-2a1 1 0 110-2h2V3a1 1 0 011-1zM16.44 22.938l-2.4 6.512a1 1 0 01-1.874 0l-2.4-6.512a1.012 1.012 0 00-.6-.6l-6.513-2.4a1 1 0 010-1.875l6.513-2.4a1.013 1.013 0 00.6-.6l2.4-6.513a1 1 0 011.875 0l2.4 6.512a1.012 1.012 0 00.6.6l6.512 2.4a1 1 0 010 1.875l-6.512 2.4a1.012 1.012 0 00-.6.6zM27.102 9a1 1 0 011 1v1h1a1 1 0 010 2h-1v1a1 1 0 01-2 0v-1h-1a1 1 0 110-2h1v-1a1 1 0 011-1z',\n};\n\nexport default icons;\n","import styled, { css } from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { field, misc, typography } from '../../ions/variables';\nimport icons from '../../ions/icons';\n\ninterface InputStyleProps {\n icon?: string;\n error?: string;\n}\n\nexport const TextFieldInputStyle = styled.input<InputStyleProps>`\n border-width: ${field.borderWidth};\n border-style: solid;\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n border-radius: ${field.borderRadius};\n background-repeat: no-repeat;\n background-size: ${rem('20px')} ${rem('20px')};\n background-position: ${rem('10px')} 50%;\n height: ${field.height};\n padding: ${rem('10px')};\n font-family: inherit;\n font-size: ${typography.defaultSize};\n transition-property: border-color;\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n border-color: ${field.hoverBorderColor};\n }\n\n &:focus {\n border-color: ${field.activeBorderColor};\n outline: none;\n }\n\n &:disabled {\n border-color: ${field.borderColor};\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n }\n\n &:invalid {\n border-color: ${field.errorBorderColor};\n outline: none;\n box-shadow: none;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n }\n\n &:required {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n }\n\n &::placeholder,\n &:-ms-input-placeholder,\n &::-ms-input-placeholder {\n color: ${field.placeholderColor};\n opacity: 1;\n }\n\n ${props =>\n props.icon &&\n css<InputStyleProps>`\n background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 32 32\"><path style=\"fill:${props =>\n props.error\n ? 'rgb(235,87,87)'\n : 'rgb(217,212,237)'}\" d=${JSON.stringify(\n icons[props.icon]\n )} /></svg>');\n padding-left: ${rem('40px')};\n\n &:focus {\n background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 32 32\">\n <path style=\"fill:rgb(67,41,166)\" d=${JSON.stringify(\n icons[props.icon]\n )} /></svg>');\n }\n `}\n`;\n","import styled from 'styled-components';\nimport { rem, transparentize } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\ninterface TextAreaProps {\n height?: string;\n error?: string;\n minlength?: number;\n maxlength?: number;\n}\n\nexport const Wrapper = styled.div`\n position: relative;\n`;\n\nexport const TextAreaStyle = styled.textarea<TextAreaProps>`\n border-width: ${field.borderWidth};\n border-style: solid;\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n border-radius: ${field.borderRadius};\n width: 100%;\n height: ${props => props.height || rem('100px')};\n min-height: ${field.height};\n padding: ${rem('10px')};\n font-family: inherit;\n font-size: ${rem('16px')};\n word-break: break-word;\n transition-duration: ${misc.transitionDuration};\n resize: none;\n\n &:hover {\n border-color: ${field.hoverBorderColor};\n }\n\n &:focus {\n border-color: ${field.activeColor};\n outline: none;\n }\n\n &:disabled {\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n }\n\n &:invalid {\n border-color: ${field.errorBorderColor};\n outline: none;\n box-shadow: none;\n -webkit-box-shadow: none;\n -moz-box-shadow: none;\n }\n\n &:required {\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n }\n\n &::placeholder {\n color: ${field.placeholderColor};\n opacity: 1;\n }\n\n &:-ms-input-placeholder {\n color: ${field.placeholderColor};\n opacity: 1;\n }\n\n &::-ms-input-placeholder {\n color: ${field.placeholderColor};\n opacity: 1;\n }\n`;\n\nexport const Count = styled.div<TextAreaProps>`\n position: absolute;\n top: ${rem('5px')};\n right: ${rem('10px')};\n background-color: ${transparentize(0.15, colors.white)};\n padding: 0 ${rem('5px')};\n\n span {\n font-size: ${typography.fontSizeXs};\n color: ${field.borderColor};\n\n &.negative {\n color: ${field.errorBorderColor};\n }\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\ninterface SelectStyleProps {\n error?: string;\n}\n\nexport const SelectStyle = styled.select<SelectStyleProps>`\n border: ${field.borderWidth} solid\n ${props => (props.error ? field.errorBorderColor : field.borderColor)};\n border-radius: ${field.borderRadius};\n background-image: url(\"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><path fill='rgb(217,212,237)' d='M10.827 12.387l5.173 5.173 5.173-5.173c0.52-0.52 1.36-0.52 1.88 0v0c0.52 0.52 0.52 1.36 0 1.88l-6.12 6.12c-0.52 0.52-1.36 0.52-1.88 0l-6.12-6.12c-0.52-0.52-0.52-1.36 0-1.88v0c0.52-0.507 1.373-0.52 1.893 0z'></path></svg>\");\n background-position: calc(100% - 15px) center;\n background-repeat: no-repeat;\n background-size: ${rem('30px')};\n background-color: transparent;\n height: ${field.height};\n padding: 0 ${rem('65px')} 0 ${rem('15px')};\n font-size: ${typography.defaultSize};\n appearance: none;\n cursor: pointer;\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n border-color: ${field.hoverBorderColor};\n }\n\n &:-moz-focusring {\n color: transparent;\n text-shadow: 0 0 0 ${colors.black};\n }\n\n &:focus {\n outline: none;\n }\n\n &:disabled {\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n pointer-events: none;\n }\n`;\n","import styled from 'styled-components/macro';\nimport { ErrorFieldColor } from './types';\nimport { field } from '../../ions/variables';\nimport { rem } from 'polished';\n\nimport { TextFieldInputStyle as Input } from '../text-field/styles';\nimport { TextAreaStyle as TextArea } from '../text-area/styles';\nimport { SelectStyle as Select } from '../select/styles';\n\ninterface ErrorStyleProps {\n color: ErrorFieldColor;\n}\n\nexport const ErrorStyle = styled.span<ErrorStyleProps>`\n display: block;\n font-size: 0.7rem;\n color: ${props =>\n props.color === 'success'\n ? field.successBorderColor\n : field.errorBorderColor};\n\n ${Input} + &, ${TextArea} + &, ${Select} + & {\n margin-top: ${rem('5px')};\n }\n`;\n","import React, { CSSProperties } from 'react';\nimport * as Styles from './styles';\nimport { ErrorFieldColor } from './types';\n\ninterface ErrorFieldProps {\n color?: ErrorFieldColor;\n error: string;\n className?: string;\n style?: CSSProperties;\n}\n\nconst ErrorField = (props: ErrorFieldProps) => {\n const { color = 'red', error, className = 'error-field', style } = props;\n return (\n <Styles.ErrorStyle color={color} className={className} style={style}>\n {error}\n </Styles.ErrorStyle>\n );\n};\n\nexport default ErrorField;\n","import React, { CSSProperties } from 'react';\nimport icons from '../../ions/icons';\n\nexport interface IconProps {\n fill?: string;\n icon: string;\n className?: string;\n style?: CSSProperties;\n}\n\nconst Icon = (props: IconProps) => {\n const { fill, icon, className = 'icon', style } = props;\n\n return (\n <svg viewBox=\"0 0 32 32\" className={className} style={style}>\n <path style={{ fill }} d={icons[icon]} />\n </svg>\n );\n};\n\nexport default Icon;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, typography } from '../../ions/variables';\n\nexport const LabelStyle = styled.label`\n display: flex;\n align-items: center;\n font-size: ${typography.fontSizeXs};\n font-weight: ${typography.semiBold};\n color: ${colors.grey500};\n\n svg {\n margin-left: ${rem('5px')};\n width: auto;\n height: ${rem('16px')};\n }\n`;\n","import React from 'react';\nimport * as Styles from './styles';\n\nimport { colors } from '../../ions/variables';\nimport { Icon } from '../..';\n\nexport interface LabelProps {\n currency?: 'tkai' | 'vkai' | undefined;\n value: string;\n className?: string;\n style?: React.CSSProperties;\n}\n\nconst Label = (props: LabelProps) => {\n const { value, currency, className = 'label', style } = props;\n return (\n <Styles.LabelStyle className={className} style={style}>\n {value}\n {currency === 'tkai' && <Icon icon=\"tkai\" fill={colors.grey200} />}\n {currency === 'vkai' && <Icon icon=\"vkai\" fill={colors.grey200} />}\n </Styles.LabelStyle>\n );\n};\n\nexport default Label;\n","import styled, { keyframes } from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors } from '../../ions/variables';\n\ninterface LoadingProps {\n fill?: string;\n size?: string;\n}\n\nconst rotation = keyframes`\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n`;\n\nexport const Loading = styled.div<LoadingProps>`\n border: ${rem('5px')} solid hsla(0, 0%, 48%, 0.5);\n border-top-color: ${props => props.fill || colors.white};\n border-radius: 50%;\n width: ${props => props.size || rem('20px')};\n height: ${props => props.size || rem('20px')};\n animation: ${rotation} 0.8s ease infinite;\n`;\n","import React, { CSSProperties } from 'react';\nimport { colors } from '../../ions/variables';\nimport * as Styles from './styles';\n\ninterface SpinnerProps {\n fill?: string;\n size?: string;\n className?: string;\n style?: CSSProperties;\n}\n\nconst Spinner = (props: SpinnerProps) => {\n const {\n fill = colors.grey200,\n size = '20px',\n className = 'spinner',\n style,\n } = props;\n return (\n <Styles.Loading\n className={className}\n fill={fill}\n size={size}\n style={style}\n />\n );\n};\n\nexport default Spinner;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { TagVariant, TagColor } from './types';\nimport { typography } from '../../ions/variables';\nimport { useColor } from '../../utils/hooks/use-color';\n\ninterface TagWrapperProps {\n variant?: TagVariant;\n color?: TagColor;\n txtColor?: TagColor;\n}\n\nexport const TagWrapper = styled.span<TagWrapperProps>`\n --bg: ${props => useColor(props.color ?? 'black').color};\n --txt: ${props => useColor(props.txtColor ?? 'black').color};\n\n display: inline-block;\n border: ${rem('2px')} solid var(--bg);\n border-radius: ${rem('4px')};\n background-color: ${props =>\n props.variant === 'solid' ? 'var(--bg)' : 'transparent'};\n padding: ${rem('3px')} ${rem('8px')};\n font-size: ${rem('12px')};\n font-weight: ${typography.medium};\n text-transform: uppercase;\n letter-spacing: ${rem('1px')};\n line-height: 1;\n color: ${props => (props.variant === 'solid' ? 'var(--txt)' : 'var(--bg)')};\n white-space: nowrap;\n`;\n","import React, { CSSProperties } from 'react';\nimport { TagVariant, TagColor } from './types';\nimport * as Styles from './styles';\n\nexport interface TagProps {\n variant?: TagVariant;\n color?: TagColor;\n txtColor?: TagColor;\n value: string;\n className?: string;\n style?: CSSProperties;\n}\n\nconst Tag = (props: TagProps) => {\n const {\n variant = 'solid',\n color = 'purple500',\n txtColor = 'white',\n value,\n className = 'tag',\n style,\n } = props;\n\n return (\n <Styles.TagWrapper\n className={className}\n variant={variant}\n color={color}\n txtColor={txtColor}\n style={style}\n title={value}\n >\n {value}\n </Styles.TagWrapper>\n );\n};\n\nexport default Tag;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { TagColor } from '../tag/types';\nimport { useColor } from '../../utils/hooks/use-color';\nimport { typography } from '../../ions/variables';\n\ninterface TagWrapperProps {\n color?: TagColor;\n valueColor?: TagColor;\n}\n\nexport const TagWrapper = styled.div<TagWrapperProps>`\n --bg: ${props => useColor(props.color ?? 'black').color};\n --valueColor: ${props => useColor(props.valueColor ?? 'black').color};\n\n display: flex;\n border: ${rem('2px')} solid var(--bg);\n border-radius: ${rem('3px')};\n line-height: 1;\n max-width: 100%;\n width: max-content;\n overflow: hidden;\n\n span {\n display: inline-block;\n padding: ${rem('3px')} ${rem('8px')};\n font-size: ${rem('12px')};\n font-weight: ${typography.medium};\n letter-spacing: ${rem('1px')};\n\n &.label {\n flex: 1;\n color: var(--bg);\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n text-transform: uppercase;\n }\n\n &.value {\n background-color: var(--bg);\n color: var(--valueColor);\n }\n }\n\n &:not(:first-child) {\n margin-left: ${rem('5px')};\n }\n`;\n","import React, { CSSProperties } from 'react';\nimport { ErrorField } from '../..';\nimport * as Styles from './styles';\nimport { TextFieldType } from './types';\n\ninterface TextFieldProps {\n type?: TextFieldType;\n error?: string;\n icon?: string;\n name?: string;\n value?: string | number;\n defaultValue?: string | number;\n onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;\n disabled?: boolean;\n placeholder?: string;\n dataTestId?: string;\n className?: string;\n style?: CSSProperties;\n min?: number;\n max?: number;\n pattern?: string;\n required?: boolean;\n}\n\nconst TextField = (props: TextFieldProps) => {\n const {\n type = 'text',\n icon,\n name,\n value,\n defaultValue,\n onChange = () => {},\n placeholder = '',\n min,\n max,\n disabled = false,\n error,\n dataTestId,\n className = 'text-field',\n style,\n pattern,\n required = false,\n } = props;\n\n return (\n <>\n <Styles.TextFieldInputStyle\n icon={icon}\n type={type}\n name={name}\n value={value}\n defaultValue={defaultValue}\n onChange={onChange}\n placeholder={placeholder}\n min={min}\n max={max}\n disabled={disabled}\n error={error}\n data-testid={dataTestId}\n className={className}\n style={style}\n pattern={pattern}\n required={required}\n />\n {error ? <ErrorField error={error} /> : null}\n </>\n );\n};\n\nexport default TextField;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\nexport const SelectWrapper = styled.div`\n .select {\n &-interactive {\n z-index: 3;\n }\n\n &__control {\n border-color: ${field.borderColor};\n border-radius: ${field.borderRadius};\n min-height: ${field.height};\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n border-color: ${field.hoverBorderColor};\n }\n\n &--is-focused {\n border-color: ${field.activeBorderColor};\n box-shadow: none;\n }\n }\n\n &__value-container {\n padding: 0 ${rem('15px')};\n }\n\n &__placeholder {\n color: ${field.placeholderColor};\n }\n\n &__input {\n color: ${field.color};\n }\n\n &__single-value {\n color: ${field.color};\n }\n\n &__indicator {\n padding: 0 ${rem('15px')};\n\n &:hover {\n color: inherit;\n }\n\n svg {\n width: ${rem('22px')};\n height: ${rem('22px')};\n\n path {\n fill: ${field.borderColor};\n }\n }\n\n &-separator {\n background-color: ${field.borderColor};\n }\n }\n\n &__option {\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n background-color: ${field.hoverBorderColor};\n color: ${field.color};\n\n svg {\n fill: ${field.color};\n }\n }\n\n &--is-focused {\n background-color: ${field.activeBorderColor};\n color: ${colors.white};\n }\n\n &--is-selected {\n background-color: ${field.activeBorderColor} !important;\n color: ${colors.white} !important;\n }\n }\n }\n\n .select__value-container > div,\n .select__option {\n display: flex;\n align-items: center;\n }\n\n .select__value-container.select__value-container--is-multi > div {\n align-items: stretch;\n\n .select__multi-value__remove {\n padding-right: 0;\n }\n }\n\n .select__value-container,\n .select__option {\n svg,\n img {\n margin: 0 ${rem('5px')} 0 0;\n width: ${rem('20px')};\n height: auto;\n transition-duration: ${misc.transitionDuration};\n }\n }\n\n .select__option--is-selected {\n svg {\n fill: ${colors.white} !important;\n transition-duration: ${misc.transitionDuration};\n }\n }\n\n .select__option--is-focused {\n svg {\n fill: ${colors.white};\n transition-duration: ${misc.transitionDuration};\n }\n }\n\n .select__option--is-disabled {\n pointer-events: none;\n }\n`;\n\nexport const SelectGroupLabel = styled.span`\n font-size: ${typography.fontSizeXs};\n color: ${field.placeholderColor};\n\n + .tag {\n border-color: ${field.borderColor};\n background-color: ${field.borderColor};\n color: ${field.activeBorderColor};\n }\n`;\n\nexport const SingleValue = styled.div`\n grid-area: 1 / 1 / 2 / 3;\n margin-left: ${rem('2px')};\n margin-right: ${rem('2px')};\n max-width: 100%;\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n box-sizing: border-box;\n`;\n","import React from 'react';\nimport Icon from '../../icon';\nimport Tag from '../../tag';\nimport { components } from 'react-select';\nimport { TCustomOptions, TSelectInteractiveOption } from '../types';\nimport * as Styles from '../styles';\n\nexport interface GroupBase {\n options: readonly TSelectInteractiveOption[];\n label?: string;\n}\n\nconst { Option } = components;\n\nexport const FormatGroupLabel = (props: GroupBase) => {\n return (\n <div\n style={{\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n }}\n >\n <Styles.SelectGroupLabel className=\"selective-options-group-label\">\n {props.label}\n </Styles.SelectGroupLabel>\n <Tag value={`${props.options.length}`} />\n </div>\n );\n};\n\nexport const CustomSelectOption = (props: TCustomOptions, commonProps: any) => (\n <Option {...props} {...commonProps}>\n {props.data.icon ? (\n <Icon icon={props.data.icon} />\n ) : props.data.customImage ? (\n <img src={props.data.customImage} alt={props.data.label} />\n ) : null}\n {props.data.label}\n </Option>\n);\n\nexport const CustomSelectValue = (props: TCustomOptions) => (\n <Styles.SingleValue>\n {props.data.icon ? (\n <Icon icon={props.data.icon} />\n ) : props.data.customImage ? (\n <img src={props.data.customImage} alt={props.data.label} />\n ) : null}\n {props.data.label}\n </Styles.SingleValue>\n);\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { field, misc } from '../../ions/variables';\n\ninterface TextFieldAppendixProps {\n error?: string;\n}\n\ninterface AppendixProps {\n position: 'left' | 'right';\n error?: string;\n}\n\nexport const Wrapper = styled.div<TextFieldAppendixProps>`\n border-width: ${field.borderWidth};\n border-style: solid;\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n border-radius: ${field.borderRadius};\n display: flex;\n transition-duration: ${misc.transitionDuration};\n overflow: hidden;\n\n &:hover {\n border-color: ${field.hoverBorderColor};\n }\n\n &:has(input:focus) {\n border-color: ${field.activeBorderColor};\n }\n\n &:has(input:disabled) {\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n\n > div {\n background-color: ${field.disabledBackgroundColor};\n color: ${field.disabledColor};\n }\n }\n\n input {\n flex: 1;\n border: 0;\n color: ${props => (props.error ? field.errorBorderColor : field.color)};\n\n &:disabled {\n margin: 0;\n border-radius: 0;\n }\n }\n\n & + span {\n margin-top: ${props => (props.error ? rem('5px') : 0)};\n }\n`;\n\nexport const Appendix = styled.div<AppendixProps>`\n border-width: ${props =>\n props.position === 'left'\n ? `0 ${field.borderWidth} 0 0`\n : `0 0 0 ${field.borderWidth}`};\n border-style: solid;\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n background-color: ${props =>\n props.error ? field.errorBackgroundColor : field.borderColor};\n padding: 0 ${rem('15px')};\n color: ${props => (props.error ? field.errorBorderColor : field.color)};\n line-height: ${rem('48px')};\n vertical-align: center;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n`;\n","import styled from 'styled-components/macro';\n\nexport const TruncateWrapper = styled.div`\n display: table;\n table-layout: fixed;\n width: 100%;\n white-space: nowrap;\n\n span {\n display: table-cell;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n`;\n","const size = {\n xs: '360px',\n s: '700px',\n m: '900px',\n l: '1280px',\n xl: '1600px',\n};\n\nexport const device = {\n xs: `(min-width: ${size.xs})`,\n s: `(min-width: ${size.s})`,\n m: `(min-width: ${size.m})`,\n l: `(min-width: ${size.l})`,\n xl: `(min-width: ${size.xl})`,\n touch: `(hover: none) and (pointer: coarse)`,\n mouse: '(min-width: 538px) and (min-height: 720px)',\n};\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { device } from '../../ions/breakpoints';\nimport { colors } from '../../ions/variables';\n\ninterface SlideshowProps {\n slidesNumber: number;\n}\n\nexport const Wrapper = styled.div<SlideshowProps>`\n position: relative;\n\n .carousel .control-arrow,\n .carousel.carousel-slider .control-arrow {\n -webkit-transition: all 0.25s ease-in;\n -moz-transition: all 0.25s ease-in;\n -ms-transition: all 0.25s ease-in;\n -o-transition: all 0.25s ease-in;\n transition: all 0.25s ease-in;\n opacity: 0.4;\n filter: alpha(opacity=40);\n position: absolute;\n z-index: 2;\n top: ${rem('20px')};\n background: none;\n border: 0;\n font-size: ${rem('32px')};\n cursor: pointer;\n }\n\n .carousel .control-arrow:hover {\n opacity: 1;\n filter: alpha(opacity=100);\n }\n\n .carousel .control-arrow:before,\n .carousel.carousel-slider .control-arrow:before {\n margin: 0 ${rem('5px')};\n display: inline-block;\n border-top: ${rem('8px')} solid transparent;\n border-bottom: ${rem('8px')} solid transparent;\n content: '';\n }\n\n .carousel .control-disabled.control-arrow {\n opacity: 0;\n filter: alpha(opacity=0);\n cursor: inherit;\n display: none;\n }\n\n .carousel .control-prev.control-arrow {\n left: 0;\n }\n\n .carousel .control-prev.control-arrow:before {\n border-right: ${rem('8px')} solid ${colors.white};\n }\n\n .carousel .control-next.control-arrow {\n right: 0;\n }\n\n .carousel .control-next.control-arrow:before {\n border-left: ${rem('8px')} solid ${colors.white};\n }\n\n .carousel-root {\n outline: none;\n }\n\n .carousel {\n position: relative;\n width: 100%;\n }\n\n .carousel * {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n }\n\n .carousel img {\n width: 100%;\n display: inline-block;\n pointer-events: none;\n }\n\n .carousel .carousel {\n position: relative;\n }\n\n .carousel .control-arrow {\n outline: 0;\n border: 0;\n background: none;\n top: 50%;\n margin-top: ${rem('-13px')};\n font-size: ${rem('18px')};\n }\n\n .carousel .thumbs-wrapper {\n margin: ${rem('20px')};\n overflow: hidden;\n }\n\n .carousel .thumbs {\n -webkit-transition: all 0.15s ease-in;\n -moz-transition: all 0.15s ease-in;\n -ms-transition: all 0.15s ease-in;\n -o-transition: all 0.15s ease-in;\n transition: all 0.15s ease-in;\n -webkit-transform: translate3d(0, 0, 0);\n -moz-transform: translate3d(0, 0, 0);\n -ms-transform: translate3d(0, 0, 0);\n -o-transform: translate3d(0, 0, 0);\n transform: translate3d(0, 0, 0);\n position: relative;\n list-style: none;\n white-space: nowrap;\n }\n\n .carousel .thumb {\n -webkit-transition: border 0.15s ease-in;\n -moz-transition: border 0.15s ease-in;\n -ms-transition: border 0.15s ease-in;\n -o-transition: border 0.15s ease-in;\n transition: border 0.15s ease-in;\n display: inline-block;\n margin-right: ${rem('6px')};\n white-space: nowrap;\n overflow: hidden;\n border: ${rem('3px')} solid ${colors.white};\n padding: ${rem('2px')};\n }\n\n .carousel .thumb:focus {\n border: ${rem('3px')} solid #ccc;\n outline: none;\n }\n\n .carousel .thumb.selected,\n .carousel .thumb:hover {\n border: ${rem('3px')} solid #333;\n }\n\n .carousel .thumb img {\n vertical-align: top;\n }\n\n .carousel.carousel-slider {\n position: relative;\n margin: 0;\n overflow: hidden;\n }\n\n .carousel.carousel-slider .control-arrow {\n top: 0;\n color: ${colors.white};\n font-size: ${rem('26px')};\n bottom: 0;\n margin-top: 0;\n padding: ${rem('5px')};\n }\n\n .carousel.carousel-slider .control-arrow:hover {\n background: rgba(0, 0, 0, 0.2);\n }\n\n .carousel .slider-wrapper {\n overflow: hidden;\n margin: auto;\n width: 100%;\n -webkit-transition: height 0.15s ease-in;\n -moz-transition: height 0.15s ease-in;\n -ms-transition: height 0.15s ease-in;\n -o-transition: height 0.15s ease-in;\n transition: height 0.15s ease-in;\n }\n\n .carousel .slider-wrapper.axis-horizontal .slider {\n -ms-box-orient: horizontal;\n display: -webkit-box;\n display: -moz-box;\n display: -ms-flexbox;\n display: -moz-flex;\n display: -webkit-flex;\n display: flex;\n }\n\n .carousel .slider-wrapper.axis-horizontal .slider .slide {\n flex-direction: column;\n flex-flow: column;\n }\n\n .carousel .slider-wrapper.axis-vertical {\n -ms-box-orient: horizontal;\n display: -webkit-box;\n display: -moz-box;\n display: -ms-flexbox;\n display: -moz-flex;\n display: -webkit-flex;\n display: flex;\n }\n\n .carousel .slider-wrapper.axis-vertical .slider {\n -webkit-flex-direction: column;\n flex-direction: column;\n }\n\n .carousel .slider {\n margin: 0;\n padding: 0;\n position: relative;\n list-style: none;\n width: 100%;\n }\n\n .carousel .slider.animated {\n -webkit-transition: all 0.35s ease-in-out;\n -moz-transition: all 0.35s ease-in-out;\n -ms-transition: all 0.35s ease-in-out;\n -o-transition: all 0.35s ease-in-out;\n transition: all 0.35s ease-in-out;\n }\n\n .carousel .slide {\n min-width: 100%;\n margin: 0;\n position: relative;\n text-align: center;\n background: #000;\n }\n\n .carousel .slide img {\n width: 100%;\n vertical-align: top;\n border: 0;\n }\n\n .carousel .carousel-status {\n position: absolute;\n top: 0;\n right: 0;\n padding: ${rem('5px')};\n font-size: ${rem('10px')};\n text-shadow: ${rem('1px')} ${rem('1px')} ${rem('1px')} rgba(0, 0, 0, 0.9);\n color: ${colors.white};\n }\n\n > div > div > button {\n position: absolute;\n left: ${rem('30px')};\n bottom: ${rem('30px')};\n opacity: 0.25;\n z-index: 2;\n transition-duration: 0.3s;\n\n svg {\n width: ${rem('36px')};\n height: ${rem('36px')};\n fill: ${colors.white};\n }\n\n &.next {\n margin-left: ${rem('46px')};\n }\n\n &:hover {\n opacity: 1;\n\n svg {\n fill: ${colors.white};\n }\n }\n\n @media ${device.m} {\n left: 3.5vw;\n }\n }\n\n .control-dots {\n position: absolute;\n right: ${rem('30px')};\n bottom: ${rem('42px')} !important;\n margin: 0 !important;\n width: initial !important;\n height: ${rem('15px')};\n display: ${props => (props.slidesNumber > 1 ? 'inherit' : 'none')};\n padding: 0;\n text-align: center;\n z-index: 1;\n\n li {\n position: relative;\n display: inline-block;\n border-radius: 999px;\n background-color: ${colors.white};\n width: ${rem('15px')};\n height: ${rem('15px')};\n opacity: 0.25;\n transition-duration: 0.3s;\n cursor: pointer;\n\n button {\n position: absolute;\n left: 0;\n border: 0;\n border-radius: 999px;\n background-color: transparent;\n width: ${rem('15px')};\n height: ${rem('15px')};\n cursor: pointer;\n }\n\n &.selected {\n width: ${rem('30px')};\n opacity: 1;\n }\n\n &:hover {\n opacity: 1;\n }\n\n &:not(:last-child) {\n margin-right: ${rem('5px')};\n }\n }\n\n @media ${device.m} {\n right: 3.5vw;\n }\n }\n`;\n","import styled from 'styled-components';\n\nexport const Wrapper = styled.div`\n position: relative;\n padding-top: 56.25%;\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, typography } from '../../ions/variables';\n\ninterface ProgressBarProps {\n progress: number;\n value?: string;\n}\n\nexport const Wrapper = styled.div`\n display: flex;\n align-items: center;\n`;\n\nexport const Bar = styled.div`\n flex: 1;\n border: ${rem('1px')} solid ${colors.purple100};\n border-radius: 999px;\n background-color: ${colors.grey50};\n height: ${rem('10px')};\n overflow: hidden;\n`;\n\nexport const Progress = styled.div<ProgressBarProps>`\n border-radius: 999px;\n background-color: ${colors.purple500};\n height: 100%;\n width: ${props => (props.progress ? `${props.progress}%` : 0)};\n transition-duration: 2s;\n`;\n\nexport const Value = styled.div`\n margin-left: ${rem('5px')};\n font-size: ${typography.fontSizeXs};\n font-weight: ${typography.regular};\n color: ${colors.purple400};\n letter-spacing: ${rem('1px')};\n text-transform: uppercase;\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, field, misc } from '../../ions/variables';\n\nexport const Switcher = styled.fieldset`\n margin: 0;\n border: none;\n padding: 0;\n\n > div {\n > label {\n cursor: ${props => (props.disabled ? 'not-allowed' : 'pointer')};\n\n &:first-child {\n margin-right: ${rem('10px')};\n }\n\n &:last-child {\n margin-left: ${rem('10px')};\n }\n }\n\n .wrapper {\n display: inline-block;\n vertical-align: middle;\n width: ${rem('40px')};\n height: ${rem('25px')};\n border-radius: 999px;\n border: ${field.borderWidth} solid ${field.borderColor};\n position: relative;\n opacity: ${props => (props.disabled ? '0.5' : '1')};\n\n input,\n span,\n label {\n cursor: ${props => (props.disabled ? 'not-allowed' : 'pointer')};\n }\n\n input[type='radio'] {\n display: inline-block;\n margin: 0 ${rem('-3px')} 0 0;\n width: 50%;\n height: 100%;\n opacity: 0;\n position: relative;\n z-index: 1;\n\n &.switch-on:checked ~ .switcher {\n right: 0;\n left: 50%;\n }\n\n &.switch-on:checked ~ .bg {\n background-color: ${colors.green500};\n }\n\n &.switch-off:checked ~ .switcher {\n right: 0;\n }\n\n &.switch-off:checked ~ .bg {\n background-color: ${colors.grey100};\n }\n }\n\n .switcher {\n display: block;\n position: absolute;\n top: ${rem('3px')};\n left: ${rem('3px')};\n right: 100%;\n width: ${rem('16px')};\n height: ${rem('16px')};\n border-radius: 50%;\n background-color: ${colors.white};\n transition: all ${misc.transitionDuration} ease-out;\n z-index: 2;\n }\n\n .bg {\n display: block;\n position: absolute;\n top: 0;\n width: 100%;\n height: 100%;\n z-index: 0;\n border-radius: 999px;\n background-color: transparent;\n transition: all ${misc.transitionDuration} ease-out;\n background-color: ${colors.grey200};\n }\n }\n }\n\n @media screen and (-ms-high-contrast: active) {\n .switcher {\n background-color: windowText;\n }\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { field, misc } from '../../ions/variables';\n\ninterface FilePickerProps {\n error?: boolean;\n disabled?: boolean;\n}\n\nexport const Wrapper = styled.div<FilePickerProps>`\n input {\n width: 0.1px;\n height: 0.1px;\n opacity: 0;\n overflow: hidden;\n position: absolute;\n z-index: -1;\n }\n\n label {\n margin-bottom: 0 !important;\n border-width: ${field.borderWidth};\n border-style: solid;\n border-color: ${props =>\n props.error ? field.errorBorderColor : field.borderColor};\n border-radius: ${field.borderRadius};\n background-color: ${props =>\n props.disabled ? field.disabledBackgroundColor : 'transparent'};\n display: flex;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n height: ${field.height};\n -webkit-appearance: none;\n outline: none;\n cursor: ${props => (props.disabled ? 'default' : 'pointer')};\n pointer-events: ${props => (props.disabled ? 'none' : '')};\n transition-duration: ${misc.transitionDuration};\n overflow: hidden;\n\n span {\n display: flex;\n align-items: center;\n\n &.file-name {\n flex: 1;\n display: block;\n padding: ${`0 ${rem('10px')}`};\n color: ${props => (props.disabled ? field.disabledColor : field.color)};\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n &.button {\n border-left: ${props =>\n `${field.borderWidth} solid ${\n props.error ? field.errorBorderColor : field.borderColor\n }`};\n background-color: ${props =>\n props.disabled\n ? field.disabledBackgroundColor\n : props.error\n ? field.errorBackgroundColor\n : field.borderColor};\n height: 100%;\n padding: ${`0 ${rem('20px')}`};\n color: ${props =>\n props.disabled\n ? field.disabledColor\n : props.error\n ? field.errorBorderColor\n : field.activeColor};\n transition-duration: ${misc.transitionDuration};\n\n svg {\n margin-right: ${rem('8px')};\n width: auto;\n height: ${rem('24px')};\n fill: ${props =>\n props.disabled\n ? field.disabledColor\n : props.error\n ? field.errorBorderColor\n : field.activeColor};\n transition-duration: ${misc.transitionDuration};\n }\n\n &:hover {\n background-color: ${field.hoverBorderColor};\n }\n }\n }\n\n &:hover {\n border-color: ${field.hoverBorderColor};\n\n span.button {\n background-color: ${field.hoverBorderColor};\n }\n }\n }\n`;\n","import styled, { css } from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { field } from '../../ions/variables';\n\ninterface ListInterface {\n rowIndex?: number;\n}\n\nexport const ActionsMenuStyle = styled.div`\n height: ${rem('50px')};\n\n button {\n margin-top: ${rem('7px')};\n }\n`;\n\nexport const List = styled.ul<ListInterface>`\n position: absolute;\n border: ${field.borderWidth} solid ${field.borderColor};\n border-radius: ${field.borderRadius};\n background-color: ${field.backgroundColor};\n margin-top: ${rem('5px')};\n min-width: ${rem('200px')};\n max-width: ${rem('250px')};\n padding: 0;\n -moz-box-shadow: ${field.boxShadow};\n -webkit-box-shadow: ${field.boxShadow};\n box-shadow: ${field.boxShadow};\n overflow: hidden;\n z-index: 1;\n\n ${props =>\n props.rowIndex != undefined &&\n css`\n --margin: ${`calc(${rem('45px')} + ${rem('50px')} * ${\n props.rowIndex\n } + ${rem('42px')})`};\n top: var(--margin);\n right: ${rem('5px')};\n `}\n\n li {\n list-style: none;\n min-height: ${rem('45px')};\n display: flex;\n transition-duration: 0.3s;\n\n &:hover {\n background-color: ${field.hoverBorderColor};\n cursor: pointer;\n }\n\n &.danger {\n border-top: ${field.borderWidth} solid ${field.borderColor};\n\n a {\n color: ${field.errorBorderColor};\n }\n }\n\n &.disabled {\n a {\n color: ${field.disabledColor};\n pointer-events: none;\n }\n\n &:hover {\n background-color: transparent;\n }\n }\n\n a {\n width: 100%;\n display: flex;\n align-items: center;\n padding: 0 ${rem('20px')};\n color: ${field.color};\n text-decoration: none;\n white-space: nowrap;\n\n span {\n display: table-cell;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n }\n`;\n","import React from 'react';\nimport useVisible from '../../utils/hooks/use-visible';\nimport { Button } from '../..';\nimport { ActionMenu } from './types';\nimport * as Styles from './styles';\n\ninterface ActionsMenuListInterface<T> {\n actions: ActionMenu<T>[];\n data?: any;\n rowIndex?: number;\n handleOptionClick?: () => void;\n}\n\ninterface ActionsMenuInterface<T> {\n className?: string;\n ariaLabel?: string;\n actions: ActionMenu<T>[];\n data?: T;\n dataTestId?: string;\n startsOpen?: boolean;\n}\n\nexport const ActionMenuList = <T,>(props: ActionsMenuListInterface<T>) => {\n const { actions = [], data = null, rowIndex, handleOptionClick } = props;\n\n if (!actions || !Array.isArray(actions) || actions.length === 0) return <></>;\n\n const visibleActions = actions.filter(({ visibilityFunc = null }) =>\n data && visibilityFunc ? visibilityFunc(data) : true\n );\n\n if (visibleActions.length === 0) return <></>;\n\n return (\n <Styles.List rowIndex={rowIndex} data-testid=\"ul-action-menu\">\n {visibleActions.map(\n ({ id = '', type = '', url = '', action = () => {}, value = '' }) => (\n <li\n key={id}\n data-testid={'li-action-menu'}\n className={type ?? undefined}\n >\n <a\n href={url}\n onClick={e => {\n if (handleOptionClick) handleOptionClick();\n action(e, data);\n e.stopPropagation();\n }}\n >\n <span>{value}</span>\n </a>\n </li>\n )\n )}\n </Styles.List>\n );\n};\n\nconst ActionsMenu = <T,>(props: ActionsMenuInterface<T>) => {\n const {\n ariaLabel = '',\n actions = [],\n data,\n dataTestId = 'action-menu-button',\n startsOpen = false,\n } = props;\n\n const { ref, isVisible, setIsVisible } =\n useVisible<HTMLDivElement>(startsOpen);\n\n return (\n <Styles.ActionsMenuStyle ref={ref}>\n <Button\n variant=\"text\"\n color=\"dark\"\n icon=\"menuVert\"\n ariaLabel={ariaLabel}\n action={evt => {\n evt.preventDefault();\n setIsVisible(!isVisible);\n evt.stopPropagation();\n }}\n dataTestId={dataTestId}\n />\n\n {isVisible ? (\n <ActionMenuList\n actions={actions}\n data={data}\n handleOptionClick={() => {\n setIsVisible(false);\n }}\n />\n ) : null}\n </Styles.ActionsMenuStyle>\n );\n};\n\nexport default ActionsMenu;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, typography } from '../../ions/variables';\n\nexport const CardValueStyle = styled.div`\n border: ${field.borderWidth} solid ${field.borderColor};\n border-radius: ${field.borderRadius};\n background-color: ${colors.white};\n display: flex;\n flex-direction: column;\n padding: ${rem('15px')};\n overflow-x: auto;\n\n > span {\n display: block;\n margin-top: ${rem('5px')};\n font-size: ${rem('32px')};\n font-weight: ${typography.semiBold};\n line-height: 1;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n a,\n button {\n margin-top: ${rem('20px')};\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem, rgba } from 'polished';\nimport { colors, field, typography } from '../../ions/variables';\nimport { device } from '../../ions/breakpoints';\n\ninterface BorderProps {\n border: boolean;\n}\n\nexport const EmptyTableWrapper = styled.div`\n position: relative;\n`;\n\nexport const EmptyTableHead = styled.div<BorderProps>`\n border-width: ${props =>\n props.border ? field.borderWidth : `0 0 ${field.borderWidth} 0`};\n border-style: solid;\n border-color: ${colors.grey200};\n border-radius: ${field.borderRadius} ${field.borderRadius} 0 0;\n height: ${rem('50px')};\n display: flex;\n align-items: center;\n font-size: ${typography.fontSizeSm};\n font-weight: ${typography.semiBold};\n color: ${colors.grey400};\n\n > div {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n display: none;\n flex: 1;\n padding: 0 ${rem('15px')};\n font-size: ${typography.fontSizeSm};\n font-weight: ${typography.semiBold};\n color: ${colors.grey400};\n\n &:first-child,\n &:nth-child(2) {\n display: initial;\n }\n\n @media ${device.s} {\n &:nth-child(3) {\n display: initial;\n }\n }\n\n @media ${device.m} {\n &:nth-child(4) {\n display: initial;\n }\n }\n\n @media ${device.l} {\n display: initial;\n }\n }\n`;\n\nexport const EmptyTableBody = styled.div<BorderProps>`\n border-width: ${props =>\n props.border\n ? `0 ${field.borderWidth} ${field.borderWidth} ${field.borderWidth}`\n : 0};\n border-style: solid;\n border-color: ${colors.grey200};\n border-radius: 0 0 ${field.borderRadius} ${field.borderRadius};\n`;\n\nexport const EmptyTableRow = styled.div`\n height: ${rem('50px')};\n display: flex;\n align-items: center;\n\n &:not(:last-child) {\n border-bottom: ${field.borderWidth} solid ${colors.grey200};\n }\n\n > div {\n display: none;\n flex: 1;\n padding: 0 ${rem('15px')};\n\n &:first-child,\n &:nth-child(2) {\n display: inherit;\n }\n\n @media ${device.s} {\n &:nth-child(3) {\n display: inherit;\n }\n }\n\n @media ${device.m} {\n &:nth-child(4) {\n display: inherit;\n }\n }\n\n @media ${device.l} {\n display: inherit;\n }\n }\n`;\n\nexport const EmptyTableCellText = styled.div`\n background-color: ${colors.grey200};\n width: 100%;\n height: ${rem('15px')};\n`;\n\nexport const EmptyTableOverlay = styled.div`\n position: absolute;\n bottom: 0;\n background-image: linear-gradient(\n to bottom,\n ${rgba(colors.white, 0)},\n ${rgba(colors.white, 1)}\n );\n width: 100%;\n height: calc(100% - ${rem('50px')});\n display: flex;\n justify-content: center;\n align-items: flex-end;\n padding: 0 ${rem('15px')} ${rem('15px')} ${rem('15px')};\n text-align: center;\n color: ${colors.grey400};\n`;\n","import React from 'react';\nimport * as Styles from './styles';\n\nexport interface EmptyTableProps {\n border?: boolean;\n value: string;\n tableHead: string[];\n}\n\nconst EmptyTable = (props: EmptyTableProps) => {\n let rows = [];\n let columns = [];\n\n const { border = false, tableHead = [], value } = props;\n const headCells = tableHead.map((value, index) => (\n <div key={index}>{value}</div>\n ));\n\n for (let i = 0; i < tableHead.length; i++) {\n columns.push(\n <div key={i}>\n <Styles.EmptyTableCellText />\n </div>\n );\n }\n\n for (let i = 0; i < 3; i++) {\n rows.push(<Styles.EmptyTableRow key={i}>{columns}</Styles.EmptyTableRow>);\n }\n\n return (\n <Styles.EmptyTableWrapper>\n <Styles.EmptyTableOverlay>\n <span>{value}</span>\n </Styles.EmptyTableOverlay>\n <Styles.EmptyTableHead border={border}>{headCells}</Styles.EmptyTableHead>\n <Styles.EmptyTableBody border={border}>{rows}</Styles.EmptyTableBody>\n </Styles.EmptyTableWrapper>\n );\n};\n\nexport default EmptyTable;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { device } from '../../ions/breakpoints';\n\nexport const FooterStyle = styled.div`\n position: relative;\n margin-top: ${rem('50px')};\n max-width: 100%;\n display: flex;\n justify-content: center;\n\n > button {\n min-width: ${rem('100px')};\n\n &:not(:last-child) {\n margin-right: ${rem('5px')};\n }\n }\n\n @media ${device.s} {\n justify-content: flex-end;\n }\n`;\n","import React from 'react';\nimport { Button } from '../..';\nimport * as Styles from './styles';\n\nexport interface ModalFooterProps {\n children?: React.ReactNode;\n closeAction?: (\n event: React.MouseEvent<HTMLButtonElement, MouseEvent>\n ) => void;\n closeValue?: string;\n dataTestId?: string;\n className?: string;\n style?: React.CSSProperties;\n}\n\nconst ModalFooter = (props: ModalFooterProps) => {\n const {\n children,\n closeAction,\n closeValue = 'Close',\n dataTestId,\n className = 'modal-footer',\n style,\n } = props;\n\n return (\n <Styles.FooterStyle\n className={className}\n data-testid={dataTestId}\n style={style}\n >\n <Button\n variant=\"outline\"\n color=\"grey300\"\n action={closeAction}\n value={closeValue}\n />\n {children}\n </Styles.FooterStyle>\n );\n};\n\nexport default ModalFooter;\n","import styled, { css } from 'styled-components/macro';\nimport { NoteColor } from './types';\nimport { rem } from 'polished';\nimport { device } from '../../ions/breakpoints';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\ninterface NoteCardProps {\n color?: NoteColor;\n buttonValue?: string;\n}\n\nexport const Wrapper = styled.div<NoteCardProps>`\n --borderColor: ${field.borderColor};\n --backgroundColor: ${colors.purple50};\n --dark: ${colors.purple400};\n\n ${props =>\n props.color === 'grey' &&\n css`\n --borderColor: ${field.borderColor};\n --backgroundColor: ${colors.purple50};\n --dark: ${colors.purple400};\n `}\n\n ${props =>\n props.color === 'green' &&\n css`\n --borderColor: ${field.successBorderColor};\n --backgroundColor: ${field.successBackgroundColor};\n --dark: ${colors.green900};\n `}\n\n ${props =>\n props.color === 'red' &&\n css`\n --borderColor: ${field.errorBorderColor};\n --backgroundColor: ${field.errorBackgroundColor};\n --dark: ${colors.red800};\n `}\n\n border-width: ${field.borderWidth};\n border-style: solid;\n border-color: var(--borderColor);\n border-radius: ${field.borderRadius};\n background-color: var(--backgroundColor);\n padding: ${rem('15px')};\n\n div {\n &:first-child {\n flex: 1;\n }\n\n p {\n margin: 0;\n }\n }\n\n ${props =>\n props.buttonValue &&\n css`\n button {\n margin: ${rem('30px')} 0 0 0;\n border: 0;\n border-radius: ${field.borderRadius};\n background-color: var(--borderColor);\n height: ${rem('36px')};\n display: flex;\n justify-content: center;\n align-items: center;\n padding: ${rem('20px')};\n font-size: ${typography.fontSizeSm};\n font-weight: ${typography.medium};\n color: var(--dark);\n white-space: nowrap;\n transition-duration: ${misc.transitionDuration};\n cursor: pointer;\n\n &:hover {\n background-color: var(--dark);\n color: ${colors.white};\n }\n }\n\n @media ${device.s} {\n display: flex;\n align-items: center;\n\n button {\n margin: 0 0 0 ${rem('30px')};\n }\n }\n `}\n`;\n","export function hasValue<T>(value: T | undefined | null): value is T {\n return value !== undefined && value !== null;\n}\n","import styled, { css } from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\nimport { device } from '../../ions/breakpoints';\n\ninterface TableProps {\n border?: boolean;\n loadingState?: boolean;\n}\n\nexport const TableWrapper = styled.div`\n position: relative;\n`;\n\nexport const OverflowWrapper = styled.div`\n @media ${device.s} {\n display: block;\n border-radius: ${field.borderRadius};\n background: linear-gradient(\n to right,\n ${colors.white} 30%,\n rgba(255, 255, 255, 0)\n ),\n linear-gradient(to right, rgba(255, 255, 255, 0), ${colors.white} 70%) 0\n 100%,\n radial-gradient(\n farthest-side at 0% 50%,\n rgba(0, 0, 0, 0.2),\n rgba(0, 0, 0, 0)\n ),\n radial-gradient(\n farthest-side at 100% 50%,\n rgba(0, 0, 0, 0.2),\n rgba(0, 0, 0, 0)\n )\n 0 100%;\n background-repeat: no-repeat;\n background-color: ${colors.white};\n background-size: ${rem('40px')} 100%, ${rem('40px')} 100%,\n ${rem('14px')} 100%, ${rem('14px')} 100%;\n background-position: 0 0, 100%, 0 0, 100%;\n background-attachment: local, local, scroll, scroll;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n -webkit-scrollbar-width: none;\n -moz-scrollbar-width: none;\n -ms-scrollbar-width: none;\n scrollbar-width: none;\n }\n`;\n\nexport const Table = styled.table<TableProps>`\n width: 100%;\n border-width: 0;\n border-style: solid;\n border-color: ${colors.grey200};\n border-radius: ${field.borderRadius};\n border-spacing: 0;\n white-space: nowrap;\n\n @media ${device.s} {\n border-width: ${props => (props.border ? field.borderWidth : 0)};\n }\n\n th,\n td {\n height: ${rem('50px')};\n padding: 0 ${rem('15px')};\n\n &.center {\n text-align: center;\n\n > div {\n justify-content: center;\n }\n }\n\n &.right {\n text-align: right;\n\n > div {\n justify-content: flex-end;\n }\n }\n\n &.thin {\n @media ${device.s} {\n max-width: min-content;\n }\n }\n\n &.vkai,\n &.tkai {\n text-align: right;\n\n > div {\n justify-content: flex-end;\n }\n }\n\n &.avatar > div {\n display: flex;\n align-items: center;\n\n .avatar-img {\n margin-right: ${rem('15px')};\n }\n }\n }\n\n th {\n font-size: ${typography.fontSizeSm};\n\n &:first-child {\n border-top-left-radius: ${field.borderRadius};\n }\n\n &:last-child {\n border-top-right-radius: ${field.borderRadius};\n }\n }\n\n tr {\n border: ${field.borderWidth} solid ${colors.grey200};\n border-radius: ${field.borderRadius};\n position: relative;\n\n &:not(:last-child) {\n margin-bottom: ${rem('15px')};\n }\n\n @media ${device.s} {\n border: 0;\n }\n }\n\n thead {\n border: none;\n clip: rect(0 0 0 0);\n height: ${rem('1px')};\n margin: ${rem('-1px')};\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: ${rem('1px')};\n\n @media ${device.s} {\n display: contents;\n font-weight: ${typography.semiBold};\n color: ${colors.grey400};\n text-align: left;\n }\n }\n\n tbody {\n tr {\n display: block;\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n background-color: ${props =>\n props.loadingState ? 'transparent' : colors.grey50};\n\n td.menu {\n button {\n opacity: 1;\n }\n }\n }\n\n @media ${device.s} {\n display: table-row;\n }\n }\n\n td {\n border-top: ${field.borderWidth} solid ${colors.grey200};\n height: inherit;\n min-height: ${rem('50px')};\n padding: ${rem('15px')};\n display: flex;\n justify-content: flex-end;\n align-items: center;\n\n > div {\n margin-left: ${rem('100px')};\n height: 100%;\n display: flex;\n justify-content: flex-end;\n align-items: center;\n flex-wrap: nowrap;\n text-align: right;\n\n > span {\n display: none;\n\n &:first-child,\n &:last-child {\n display: inherit;\n }\n }\n }\n\n img {\n min-width: ${rem('30px')};\n min-height: ${rem('30px')};\n }\n\n a {\n display: flex;\n align-items: center;\n color: ${colors.black};\n text-decoration-color: ${colors.grey400};\n }\n\n &:first-child {\n border: 0;\n }\n\n &:before {\n position: absolute;\n left: ${rem('15px')};\n content: attr(data-label);\n font-weight: ${typography.semiBold};\n text-transform: capitalize;\n\n ${props =>\n props.loadingState &&\n css`\n width: ${rem('75px')};\n height: ${rem('15px')};\n background: #f6f7f8;\n background-image: -webkit-linear-gradient(\n left,\n #f6f7f8 0%,\n #edeef1 20%,\n #f6f7f8 40%,\n #f6f7f8 100%\n );\n background-repeat: no-repeat;\n background-size: ${rem('800px')} 100%;\n animation-fill-mode: forwards;\n animation-name: placeholderSkeleton;\n animation-timing-function: linear;\n animation-iteration-count: infinite;\n animation-duration: 1.5s;\n `}\n }\n\n &.tkai,\n &.vkai {\n svg {\n float: right;\n margin-left: ${rem('5px')};\n width: auto;\n min-width: ${rem('22px')};\n max-height: ${rem('22px')};\n }\n }\n\n .avatar-img {\n display: none;\n }\n\n .tag {\n margin: 0;\n\n &:not(:first-child) {\n display: none;\n }\n }\n\n .button {\n height: ${rem('34px')};\n }\n\n &.menu {\n padding: 0 ${rem('10px')} 0 0;\n\n button {\n margin-top: ${rem('5px')};\n transition: ${misc.transitionDuration};\n }\n\n ul {\n top: ${rem('36px')};\n margin-left: ${rem('-170px')};\n }\n }\n\n @media ${device.s} {\n display: table-cell;\n height: ${rem('50px')};\n padding: 0 ${rem('15px')};\n\n > div {\n position: relative;\n margin-left: 0;\n display: flex-start;\n justify-content: flex-start;\n text-align: left;\n\n > span {\n display: inherit;\n }\n }\n\n &:first-child {\n border-top: ${field.borderWidth} solid ${colors.grey200};\n }\n\n &:before {\n content: '';\n }\n\n &.tkai,\n &.vkai {\n max-width: ${rem('100px')};\n }\n\n .avatar-img {\n display: inherit;\n }\n\n .tag {\n &:not(:first-child) {\n display: inherit;\n }\n\n &:not(:last-child) {\n margin-right: ${rem('5px')};\n }\n }\n\n &.menu {\n width: ${rem('40px')};\n\n button {\n opacity: 0;\n }\n }\n }\n }\n }\n`;\n\nexport const SkeletonCell = styled.div`\n @keyframes placeholderSkeleton {\n 0% {\n background-position: ${rem('-800px')} 0;\n }\n 100% {\n background-position: ${rem('800px')} 0;\n }\n }\n\n width: 100%;\n height: ${rem('15px')} !important;\n background: #f6f7f8;\n background-image: -webkit-linear-gradient(\n left,\n #f6f7f8 0%,\n #edeef1 20%,\n #f6f7f8 40%,\n #f6f7f8 100%\n );\n background-repeat: no-repeat;\n background-size: ${rem('800px')} 100%;\n animation-fill-mode: forwards;\n animation-name: placeholderSkeleton;\n animation-timing-function: linear;\n animation-iteration-count: infinite;\n animation-duration: 1.5s;\n`;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\nimport { device } from '../../ions/breakpoints';\n\ninterface TableDnDProps {\n border?: boolean;\n layout?: 'fixed' | 'auto';\n draggableId?: string;\n}\n\nexport const Table = styled.table<TableDnDProps>`\n position: relative;\n width: 100%;\n border-width: ${props => (props.border ? field.borderWidth : 0)};\n border-style: solid;\n border-color: ${colors.grey200};\n border-radius: ${field.borderRadius};\n border-spacing: 0;\n white-space: nowrap;\n table-layout: ${props => props.layout};\n\n th,\n td {\n height: ${rem('50px')};\n padding: 0 ${rem('15px')};\n\n &.center {\n text-align: center;\n\n > div {\n justify-content: center;\n }\n }\n\n &.right {\n text-align: right;\n\n > div {\n justify-content: flex-end;\n }\n }\n\n &.thin {\n @media ${device.s} {\n max-width: min-content;\n }\n }\n\n &.kai {\n text-align: right;\n\n > div {\n justify-content: flex-end;\n }\n }\n\n &.avatar > div {\n display: flex;\n align-items: center;\n\n .avatar-img {\n margin-right: ${rem('15px')};\n }\n }\n }\n\n th {\n font-size: 0.85rem;\n\n &:first-child {\n border-top-left-radius: ${field.borderRadius};\n }\n\n &:last-child {\n border-top-right-radius: ${field.borderRadius};\n }\n }\n\n tr {\n border: ${field.borderWidth} solid ${colors.grey200};\n border-radius: ${field.borderRadius};\n position: relative;\n\n &:not(:last-child) {\n margin-bottom: ${rem('15px')};\n }\n\n @media ${device.s} {\n border: 0;\n }\n }\n\n thead {\n border: none;\n clip: rect(0 0 0 0);\n height: ${rem('1px')};\n margin: ${rem('-1px')};\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: ${rem('1px')};\n\n @media ${device.s} {\n display: contents;\n font-weight: ${typography.semiBold};\n color: ${colors.grey400};\n text-align: left;\n }\n }\n\n tbody {\n tr {\n display: block;\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n background-color: ${colors.grey50};\n\n td {\n &.drag-handle {\n svg {\n fill: ${colors.grey200};\n }\n }\n\n &.menu {\n button {\n opacity: 1;\n }\n }\n }\n }\n\n @media ${device.s} {\n display: table-row;\n }\n }\n\n td {\n border-top: ${field.borderWidth} solid ${colors.grey200};\n height: inherit;\n min-height: ${rem('50px')};\n padding: ${rem('15px')};\n display: flex;\n justify-content: flex-end;\n\n &.drag-handle {\n > div {\n width: min-content;\n }\n\n svg {\n width: ${rem('30px')};\n height: ${rem('30px')};\n fill: ${colors.grey200};\n transition-duration: ${misc.transitionDuration};\n }\n }\n\n > div {\n margin-left: ${rem('100px')};\n height: 100%;\n display: flex;\n justify-content: flex-end;\n align-items: center;\n flex-wrap: nowrap;\n text-align: right;\n\n > span {\n display: none;\n\n &:first-child,\n &:last-child {\n display: inherit;\n }\n }\n }\n\n img {\n min-width: ${rem('30px')};\n min-height: ${rem('30px')};\n }\n\n a {\n display: flex;\n align-items: center;\n color: ${colors.black};\n text-decoration-color: ${colors.grey400};\n }\n\n &:first-child {\n border: 0;\n }\n\n &:before {\n position: absolute;\n left: ${rem('15px')};\n content: attr(data-label);\n font-weight: ${typography.semiBold};\n text-transform: capitalize;\n }\n\n &.kai {\n svg {\n float: right;\n width: auto;\n min-width: ${rem('20px')};\n max-height: ${rem('20px')};\n }\n }\n\n .avatar-img {\n display: none;\n }\n\n .tag {\n margin: 0;\n\n &:not(:first-child) {\n display: none;\n }\n }\n\n &.menu {\n padding: 0 ${rem('10px')} 0 0;\n\n button {\n margin-top: ${rem('5px')};\n transition: ${misc.transitionDuration};\n }\n\n ul {\n top: ${rem('36px')};\n margin-left: ${rem('-170px')};\n }\n }\n\n @media ${device.s} {\n display: table-cell;\n height: ${rem('50px')};\n padding: 0 ${rem('15px')};\n align-items: center;\n\n > div {\n position: relative;\n margin-left: 0;\n display: flex-start;\n justify-content: flex-start;\n text-align: left;\n\n > span {\n display: inherit;\n }\n }\n\n &:first-child {\n border-top: ${field.borderWidth} solid ${colors.grey200};\n }\n\n &:before {\n content: '';\n }\n\n &.kai {\n max-width: ${rem('100px')};\n }\n\n .avatar-img {\n display: inherit;\n }\n\n .tag {\n &:not(:first-child) {\n display: inherit;\n }\n\n &:not(:last-child) {\n margin-right: ${rem('5px')};\n }\n }\n\n &.menu {\n width: ${rem('40px')};\n\n button {\n opacity: 0;\n }\n }\n }\n }\n }\n`;\n\nexport const TableRow = styled.tr<TableDnDProps>`\n &[data-rbd-draggable-id='${props => props.draggableId}'] {\n position: absolute;\n display: table;\n width: 100%;\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field } from '../../ions/variables';\ninterface WrapperProps {\n error?: boolean;\n}\n\nexport const Wrapper = styled.div<WrapperProps>`\n display: inline-block;\n\n > label {\n margin-bottom: ${rem('5px')};\n color: ${props => (props.error ? field.errorBorderColor : colors.grey500)};\n\n span {\n color: ${props => (props.error ? field.errorBorderColor : field.color)};\n }\n }\n\n &:not(:last-child) {\n margin-bottom: ${rem('15px')};\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\ninterface NumberInputSpinnerProps {\n max?: number;\n}\n\nexport const Wrapper = styled.div`\n border: ${field.borderWidth} solid ${field.borderColor};\n border-radius: ${field.borderRadius};\n max-width: max-content;\n height: ${field.height};\n display: flex;\n overflow: hidden;\n\n button,\n input {\n &:disabled {\n cursor: inherit;\n background-color: ${field.disabledBackgroundColor};\n\n svg {\n fill: ${field.disabledColor};\n }\n\n &:hover {\n pointer-events: none;\n }\n }\n }\n`;\n\nexport const Input = styled.input<NumberInputSpinnerProps>`\n border: 0;\n width: ${props =>\n props.max != null && props.max.toString().length > 5\n ? props.max.toString().length * 10 + 20 + 'px'\n : '70px'};\n height: ${field.height};\n padding: ${rem('10px')};\n font-family: inherit;\n font-size: ${typography.defaultSize};\n text-align: center;\n -moz-appearance: textfield;\n\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n\n &:focus {\n outline: none;\n }\n\n &:invalid {\n box-shadow: none;\n background-color: ${field.errorBackgroundColor};\n }\n`;\n\nexport const Button = styled.button`\n width: ${field.height};\n height: ${field.height};\n border: 0;\n background-color: ${field.borderColor};\n cursor: pointer;\n transition-duration: ${misc.transitionDuration};\n\n &.remove-button {\n border-right: ${field.borderWidth} solid ${field.borderColor};\n }\n\n &.add-button {\n border-left: ${field.borderWidth} solid ${field.borderColor};\n }\n\n svg {\n width: auto;\n height: ${rem('20px')};\n fill: ${colors.purple300};\n }\n\n &:hover {\n background-color: ${field.hoverBorderColor};\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { device } from '../../ions/breakpoints';\nimport { colors, field, typography } from '../../ions/variables';\n\ninterface WizardStepProps {\n active?: boolean;\n}\n\nexport const Steps = styled.ul`\n margin: 0;\n width: 100%;\n padding: 0;\n display: flex;\n`;\n\nexport const Step = styled.li<WizardStepProps>`\n list-style: none;\n flex: 1;\n position: relative;\n height: ${rem('44px')};\n display: flex;\n justify-content: center;\n align-items: center;\n padding-right: ${rem('18px')};\n text-align: center;\n\n &:before,\n &:after {\n content: '';\n position: absolute;\n top: 0;\n border: 0 solid\n ${props =>\n props.active ? field.successBackgroundColor : field.borderColor};\n border-width: ${rem('22px')} ${rem('15px')};\n width: 0;\n height: 0;\n }\n\n &:before {\n left: ${rem('-15px')};\n border-left-color: transparent;\n }\n\n &:after {\n left: calc(100% - ${rem('18px')});\n border-color: transparent;\n border-left-color: ${props =>\n props.active ? field.successBackgroundColor : field.borderColor};\n }\n\n &:first-child:before {\n border: none;\n }\n\n &:last-child:after {\n border: none;\n }\n\n &:first-child {\n overflow: hidden;\n\n > div {\n border-radius: ${field.borderRadius} 0 0 ${field.borderRadius};\n }\n }\n\n &:last-child {\n padding-right: 0;\n\n > div {\n border-radius: 0 ${field.borderRadius} ${field.borderRadius} 0;\n }\n }\n\n > div {\n background-color: ${props =>\n props.active ? field.successBackgroundColor : field.borderColor};\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n\n span {\n width: min-content;\n font-size: ${typography.fontSizeSm};\n color: ${props => (props.active ? colors.white : colors.purple300)};\n\n @media ${device.s} {\n width: 100%;\n font-size: ${typography.defaultSize};\n font-weight: ${typography.semiBold};\n }\n }\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\ninterface PageControlProps {\n dark?: boolean;\n}\n\nexport const PaginationWrapper = styled.div<PageControlProps>`\n --size: ${rem('30px')};\n\n ul.pagination {\n margin: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0;\n list-style: none;\n\n li {\n min-width: var(--size);\n height: var(--size);\n cursor: pointer;\n\n &.previous,\n &.next {\n transition-duration: ${misc.transitionDuration};\n\n a svg {\n transition-duration: ${misc.transitionDuration};\n }\n }\n\n a,\n .break {\n min-width: var(--size);\n height: var(--size);\n transition-duration: ${misc.transitionDuration};\n }\n\n a {\n border-radius: ${field.borderRadius};\n min-width: var(--size);\n height: var(--size);\n padding: 0 ${rem('5px')};\n display: flex;\n justify-content: center;\n align-items: center;\n color: ${colors.black};\n font-weight: ${typography.semiBold};\n text-decoration: none;\n\n &:hover {\n color: ${colors.blue500};\n }\n\n svg {\n width: ${rem('18px')};\n height: auto;\n fill: ${colors.blue500};\n }\n }\n\n &.active {\n pointer-events: none;\n\n a {\n background-color: ${colors.blue500};\n color: ${colors.white};\n }\n }\n }\n\n &.dark {\n a {\n color: ${colors.white};\n\n &:hover {\n color: ${colors.white};\n }\n }\n }\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, misc, typography } from '../../ions/variables';\n\ninterface ErrorProps {\n variant: 'default' | 'minimal';\n}\n\nexport const Wrapper = styled.div<ErrorProps>`\n min-height: ${props => (props.variant === 'default' ? '50vh' : 'inherit')};\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n padding: 0 ${rem('30px')};\n text-align: center;\n\n svg {\n width: auto;\n height: ${rem('100px')};\n }\n\n > span {\n margin-top: ${rem('15px')};\n font-weight: ${typography.semiBold};\n color: ${colors.black};\n\n a {\n color: ${colors.black};\n transition-duration: ${misc.transitionDuration};\n }\n\n &:hover {\n color: ${colors.purple500};\n }\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, misc, typography } from '../../ions/variables';\n\ninterface DataWarningProps {\n type: 'login' | 'data';\n}\n\nexport const Wrapper = styled.div<DataWarningProps>`\n min-height: 50vh;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n padding: 0 ${rem('30px')};\n text-align: center;\n\n svg {\n width: auto;\n height: ${rem('100px')};\n }\n\n > div {\n margin-top: ${rem('15px')};\n font-weight: ${typography.semiBold};\n color: ${colors.black};\n\n a {\n color: ${colors.black};\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n color: ${colors.purple500};\n }\n }\n }\n`;\n","import React from 'react';\n\nconst IconLoginOnly = () => (\n <svg\n id=\"login-only-icon\"\n width={100}\n height={100}\n data-name=\"login-only-icon \\u2013 1\"\n viewBox=\"0 0 100 100\"\n >\n <circle\n id=\"Ellipse_30\"\n cx={39.876}\n cy={39.876}\n r={39.876}\n fill=\"#e0b8a4\"\n data-name=\"Ellipse 30\"\n transform=\"translate(10.124 11.914)\"\n />\n <path\n id=\"Rectangle_5\"\n fill=\"none\"\n d=\"M0 0H100V100H0z\"\n data-name=\"Rectangle 5\"\n />\n <path\n id=\"Intersection_1\"\n fill=\"#895947\"\n d=\"M-2119.279-25.892l40.091.489a39.621 39.621 0 01-9.291 3.8l-20.089.151a39.63 39.63 0 01-10.711-4.44zm-3.8-2.588a40.086 40.086 0 01-3.714-3.234l57.324-1.407a40.09 40.09 0 01-5.351 4.852zm-7.151-7.086a39.973 39.973 0 01-3.048-4.492l30.843 5.233 40.161-9.3a39.776 39.776 0 01-3.463 6.284l-36.7 3.975zm-5.942-10.589a39.613 39.613 0 01-1.828-6.56l34.6 12.591 44-13.887a39.6 39.6 0 01-1.376 5.9l-42.429 11.184zm50.168-33.611l1.366-.62 25.006 12.8a39.968 39.968 0 01.66 5.726zm-50.715 7.236l36.623-10.339-.158 1.229-38.246 17.563a39.666 39.666 0 011.777-8.453zm45.819-12.593l.61-1.839 27.727 10.2a39.561 39.561 0 012.182 5.961zm-40.842 2.507l33.958-4.311.726 1.844-38.358 9.12a39.768 39.768 0 013.67-6.654zm39.635-6.988l-36.748 3.261a40.12 40.12 0 014.946-4.768l32.7-1.193 21.774 5.21a40.006 40.006 0 014.633 6.132zm-18.216-8.708l23.205.055a39.677 39.677 0 018.76 3.9l-41.4.3a39.676 39.676 0 019.432-4.256z\"\n data-name=\"Intersection 1\"\n opacity={0.35}\n transform=\"translate(2148.814 111.914)\"\n />\n <path\n id=\"Path_699\"\n fill=\"#895947\"\n d=\"M479 158.659L464.6 148.6l-10.879-7.6-.872-.609-10.526-7.347-24.451 12.118-.762.377-4.817 2.387-19.48 9.656 49.322-26.776z\"\n data-name=\"Path 699\"\n opacity={0.35}\n transform=\"translate(-386.315 -103.185)\"\n />\n <path\n id=\"Path_702\"\n fill=\"#895947\"\n d=\"M484.808 309.047a3.091 3.091 0 01-.97 1.445c-.637.406-3.34.111-4.672-.222a2.432 2.432 0 01-1.7-1.223s-3.961-.737-4.885-1.108-2.256-2.849-2.256-2.849a23.56 23.56 0 01-3.368-.606c-1.11-.357-1.83-2.722-1.83-2.722s-5.669-1.728-5.8-3.178l15.579 6.4 2.241.919 3.8 1.561z\"\n data-name=\"Path 702\"\n opacity={0.35}\n transform=\"translate(-440.142 -238.976)\"\n />\n <path\n id=\"Path_703\"\n fill=\"#5b2839\"\n d=\"M479 168.16l-4.53 1.411-12.777 3.981-9.141 2.849-1.477.458-5.709 1.779-13.053 4.062-.832.26-.5-.208-3.868-1.587-3.8-1.562-2.241-.919-15.582-6.384-5.16-2.119-7.517-3.087 12.231-6.064 7.249-3.592 4.817-2.387.762-.377 24.451-12.118 10.527 7.344.872.609 7.971 5.566 2.907 2.03z\"\n data-name=\"Path 703\"\n transform=\"translate(-386.313 -112.686)\"\n />\n <path\n id=\"Path_704\"\n fill=\"#8c3b47\"\n d=\"M506.385 272.36l-12.777 3.981-9.141 2.849-1.477.458-5.709 1.779-13.052 4.066-.832.26-.5-.208-3.868-1.587-3.8-1.562-2.241-.919-15.578-6.394-5.16-2.119 46.745-3.417z\"\n data-name=\"Path 704\"\n opacity={0.54}\n transform=\"translate(-418.229 -215.475)\"\n />\n <path\n id=\"Path_705\"\n fill=\"#fe876e\"\n d=\"M560.194 158.866a.135.135 0 010 .021.031.031 0 000 .008l-.006.043a220.748 220.748 0 01-.493 3.207 197.413 197.413 0 01-.69 4.066c0 .019-.006.041-.013.068s-.006.049-.009.075-.008.043-.011.064c-.019.117-.044.264-.07.445-.01.051-.017.106-.025.162-.006.04-.013.079-.017.119-.011.062-.021.126-.03.194s-.017.113-.026.172-.017.124-.026.193l-.03.207c-.013.094-.03.189-.043.287v.04c-.017.107-.034.219-.049.332s-.034.234-.051.355c-.023.147-.042.3-.064.455l-.041.3c-.021.128-.038.258-.057.392-.123.864-.253 1.794-.381 2.708l-.119.836c-.008.07-.017.138-.028.206l-.085.606c-.025.172-.045.34-.07.5q-.062.425-.113.815c0 .019-.006.036-.008.051-.013.1-.026.2-.04.291a.286.286 0 000 .036c-.017.1-.03.2-.043.291a.077.077 0 010 .021l-.04.287c-.007.049-.013.1-.021.143l-3.926 1.225-1.783.555-13.884 4.326-4.37-1.794-3.8-1.562c-.16-.623-.355-1.389-.568-2.234-1.047-4.1-2.558-10.045-2.683-10.626-.077-.383-.664-3.611-1.309-7.2v-.008c-.062-.356-.126-.717-.192-1.079l-.262-1.458c-.074-.4-.143-.806-.215-1.2s-.138-.764-.2-1.134l4.783-2.37 19.669-9.748 8.071 5.632 2.455 1.711c.3 1.366.6 2.76.834 3.832.066.309.132.589.187.836.121.545.209.921.242 1.038a19.025 19.025 0 01-.35 3.262z\"\n data-name=\"Path 705\"\n transform=\"translate(-492.717 -112.687)\"\n />\n <path\n id=\"Path_706\"\n fill=\"#632f39\"\n d=\"M571.324 284.557c-.033.24-.067.471-.1.7-.007.04-.011.08-.018.118 0 .018 0 .036-.007.051-.013.1-.026.2-.04.291a.213.213 0 000 .036l-.042.291a.059.059 0 010 .02l-.04.286-.02.144-3.926 1.224-1.783.555-13.885 4.326-4.37-1.794-3.8-1.561-2.241-.919a.967.967 0 01.557-.588 5.4 5.4 0 001.061-.684l.051-.04a52.485 52.485 0 005.991-5.947 1.63 1.63 0 01.371-.329c1.357-.973 5.434-2.4 5.873-2.614a8.808 8.808 0 011.954-.123c1.949 0 4.723.089 5.42.078a10.232 10.232 0 012.132.74 15.54 15.54 0 012.427 1.286 8.918 8.918 0 011.248.935c.04.06.16.2.331.4.62.711 1.918 2.138 2.853 3.113z\"\n data-name=\"Path 706\"\n transform=\"translate(-506.291 -222.316)\"\n />\n <path\n id=\"Path_707\"\n fill=\"#ef5855\"\n d=\"M699.764 225.224a10.129 10.129 0 012.085 2.848c.156.616-.827 3.016-1.389 4.759a3.567 3.567 0 01-2.315 2.875c-1.924.712 1.619-10.482 1.619-10.482z\"\n data-name=\"Path 707\"\n transform=\"translate(-632.98 -179.6)\"\n />\n <path\n id=\"Path_708\"\n fill=\"#ef5855\"\n d=\"M631.879 273.163a.358.358 0 01-.06.2 10.235 10.235 0 00-2.132-.74c-.7.011-3.471-.082-5.42-.078l6.608-1.286a11.758 11.758 0 011.004 1.904z\"\n data-name=\"Path 708\"\n opacity={0.7}\n transform=\"translate(-573.647 -216.857)\"\n />\n <path\n id=\"Path_709\"\n fill=\"#67373f\"\n d=\"M619.486 278.818a14.091 14.091 0 01-2.7 3.339c-.944.407-3.96.056-4.435-.11a33.648 33.648 0 01-3.324-3.48l2.9-.566c1.95 0 4.723.089 5.42.078a10.232 10.232 0 012.139.739z\"\n data-name=\"Path 709\"\n opacity={0.45}\n transform=\"translate(-561.315 -222.316)\"\n />\n <path\n id=\"Path_710\"\n fill=\"#e14950\"\n d=\"M616.93 224.651a9.064 9.064 0 01-1.152 1.322 13.1 13.1 0 01-2.1 1.563 7.9 7.9 0 01-3.468-.273 4.7 4.7 0 00-1.644-1.065 5.126 5.126 0 01-1.55-.536.284.284 0 01-.07-.087 5.141 5.141 0 01-.457-2.3 13.033 13.033 0 012.519-1.911c.137-.024 1.694-9.161 1.84-9.325.259-.29.886-.966 1.277-.762s1.7 4.351 1.994 5.307.544 4.433.6 4.611 1.568.745 1.783 1.04a7.509 7.509 0 01.428 2.416z\"\n data-name=\"Path 710\"\n transform=\"translate(-559.232 -168.277)\"\n />\n <path\n id=\"Path_711\"\n fill=\"#ef5855\"\n d=\"M637.71 207.991l-2.051.716s2.579 11.525 2.644 11.636.862-6.4 1-6.569a15.944 15.944 0 013.2-1.228 24.6 24.6 0 004.317-1.044c.3-.3 1.808-2.336 1.216-2.776-1.916-1.426-10.326-.735-10.326-.735z\"\n data-name=\"Path 711\"\n opacity={0.7}\n transform=\"translate(-582.868 -165.517)\"\n />\n <path\n id=\"Path_712\"\n fill=\"#ef5855\"\n d=\"M558.839 206.981c-.407.314.694 1.858 1.221 2.048s8.026-.065 9.259-.576.961-3.56.706-4-10.048 1.647-11.186 2.528z\"\n data-name=\"Path 712\"\n opacity={0.7}\n transform=\"translate(-520.619 -162.739)\"\n />\n <path\n id=\"Path_713\"\n fill=\"#ef5855\"\n d=\"M618.63 155.6a26.309 26.309 0 01-.242-1.037c-.055-.246-.12-.526-.187-.835-.235-1.072-.537-2.467-.835-3.833l-2.454-1.712-8.071-5.633-10.765 5.336s12.519.389 14.5 1.366 4 4.712 4 4.712l-.948.342c-2.3-.476-5.405-.768-5.405-.768l-2.5 1.131c-.166.666-.072 3.4.944 3.7s8.319.267 8.319.267a8.474 8.474 0 01.723-1.611 1.809 1.809 0 01.531 1.121c.2 1.243-.924 2.631-1.5 4.186-.18.486-.489 2.309-.895 4.683.344-.526.648-.993.868-1.321a55.8 55.8 0 002.9-6.826c.122-.568.68.027.68.027a.018.018 0 010-.007 19.287 19.287 0 00.337-3.288z\"\n data-name=\"Path 713\"\n opacity={0.7}\n transform=\"translate(-550.83 -112.683)\"\n />\n <path\n id=\"Path_714\"\n fill=\"#c5413f\"\n d=\"M575.548 216.282a9.987 9.987 0 00-2.459-1.975 3.351 3.351 0 00-2.327-.355c-.239.083-4.467 1.945-4.886 2.478s9.672-.148 9.672-.148z\"\n data-name=\"Path 714\"\n opacity={0.55}\n transform=\"translate(-526.376 -170.415)\"\n />\n <path\n id=\"Path_715\"\n fill=\"#c5413f\"\n d=\"M651.06 226.566a5.482 5.482 0 002.789 1.407c1.732.26 5-.666 5.438-1.42.207-.357-2.556.115-2.556.115z\"\n data-name=\"Path 715\"\n opacity={0.55}\n transform=\"translate(-595.333 -180.567)\"\n />\n <path\n id=\"Path_716\"\n fill=\"#c5413f\"\n d=\"M658.363 215.192s-2.545-2.335-4.488-2.724-4.214 2.3-4.214 2.3z\"\n data-name=\"Path 716\"\n opacity={0.55}\n transform=\"translate(-594.201 -169.244)\"\n />\n <path\n id=\"Path_717\"\n fill=\"#c5413f\"\n d=\"M652.6 232.6a25.965 25.965 0 002.587.777c1.22.168 3.615-.47 3.412-.289a10.515 10.515 0 01-3.891.71c-.845-.161-2.331-1.183-2.108-1.198z\"\n data-name=\"Path 717\"\n opacity={0.4}\n transform=\"translate(-596.561 -185.566)\"\n />\n <path\n id=\"Path_718\"\n fill=\"#c5413f\"\n d=\"M574.6 226.758a5.642 5.642 0 01-3.511 1.836 15.822 15.822 0 01-5.278-.661 2.8 2.8 0 01-1.03-.639z\"\n data-name=\"Path 718\"\n opacity={0.55}\n transform=\"translate(-525.499 -180.841)\"\n />\n <path\n id=\"Path_719\"\n fill=\"#c5413f\"\n d=\"M584.863 231.67c0-.138-1.486 1.136-2.656 1.313-1.346.2-4.444-.145-4.242.035a13.62 13.62 0 004.07.581 4.994 4.994 0 002.828-1.929z\"\n data-name=\"Path 719\"\n opacity={0.4}\n transform=\"translate(-536.164 -184.808)\"\n />\n <path\n id=\"Path_720\"\n fill=\"#67373f\"\n d=\"M568.3 193.358c.267-.021.639 2.9.375 3.131s-2.205.023-5.729.532a46.582 46.582 0 00-6.132 1.454c-.111-.058-.287-.627-.169-.757a24.322 24.322 0 0111.655-4.36z\"\n data-name=\"Path 720\"\n transform=\"translate(-518.88 -153.807)\"\n />\n <g\n id=\"Group_235\"\n fill=\"#67373f\"\n data-name=\"Group 235\"\n transform=\"translate(54.401 39.53)\"\n >\n <path\n id=\"Path_721\"\n d=\"M655.1 197.289a6.632 6.632 0 01-.728-.158c-.051-.013-.107-.024-.162-.04-.206-.047-.442-.1-.706-.158l-.164-.036a28.828 28.828 0 00-.848-.166 29.999 29.999 0 00-.784-.135l-.167-.024a30.748 30.748 0 00-.91-.122c-.055 0-.111-.011-.166-.018a19.658 19.658 0 00-.846-.078.041.041 0 00-.016 0l-.153-.011a21.583 21.583 0 00-.944-.042h-.169c-.34-.007-.662 0-.964 0h-.169c-.355.011-.682.029-.977.044-.058 0-.113.009-.167.011-.36.022-.668.044-.921.055h-.167a1.039 1.039 0 01-.591-.089 3.705 3.705 0 01-.278-1.785 2.539 2.539 0 01.169-1.246 1.71 1.71 0 01.666-.024c.053 0 .109.009.167.015.322.031.717.089 1.159.167l.164.029c.353.064.733.142 1.126.231.053.013.109.027.164.038a27.6 27.6 0 011.017.258c.053.013.109.029.162.044.127.036.255.071.382.109.18.053.364.111.553.171l.16.049q.426.14.866.291l.158.053.908.324.158.058.764.286c.053.022.107.042.158.062a33.336 33.336 0 01.824.322l.142.056.531.213.158.067a4.74 4.74 0 01.52.238c.092.095.103.928-.079.941z\"\n data-name=\"Path 721\"\n transform=\"translate(-644.104 -193.254)\"\n />\n <path\n id=\"Path_722\"\n d=\"M655.1 197.289a6.632 6.632 0 01-.728-.158c-.051-.013-.107-.024-.162-.04-.206-.047-.442-.1-.706-.158l-.164-.036a28.828 28.828 0 00-.848-.166 29.999 29.999 0 00-.784-.135l-.167-.024a30.748 30.748 0 00-.91-.122c-.055 0-.111-.011-.166-.018a19.658 19.658 0 00-.846-.078.041.041 0 00-.016 0l-.153-.011a21.583 21.583 0 00-.944-.042h-.169c-.34-.007-.662 0-.964 0h-.169c-.355.011-.682.029-.977.044-.058 0-.113.009-.167.011-.36.022-.668.044-.921.055h-.167a1.039 1.039 0 01-.591-.089 3.705 3.705 0 01-.278-1.785 2.539 2.539 0 01.169-1.246 1.71 1.71 0 01.666-.024c.053 0 .109.009.167.015.322.031.717.089 1.159.167l.164.029c.353.064.733.142 1.126.231.053.013.109.027.164.038a27.6 27.6 0 011.017.258c.053.013.109.029.162.044.127.036.255.071.382.109.18.053.364.111.553.171l.16.049q.426.14.866.291l.158.053.908.324.158.058.764.286c.053.022.107.042.158.062a33.336 33.336 0 01.824.322l.142.056.531.213.158.067a4.74 4.74 0 01.52.238c.092.095.103.928-.079.941z\"\n data-name=\"Path 722\"\n opacity={0.45}\n transform=\"translate(-644.104 -193.254)\"\n />\n </g>\n <path\n id=\"Path_723\"\n fill=\"#67373f\"\n d=\"M568.67 196.49a1.758 1.758 0 01-.779.124c-.053 0-.109.007-.166.009-.289.013-.642.024-1.057.047a37.211 37.211 0 00-1.277.078l-.169.013c-.34.029-.7.062-1.092.107l-.167.02q-.486.057-1.021.133l-.047.007-.166.027c-.329.049-.646.1-.955.16-.056.009-.111.02-.167.031-.357.067-.7.138-1.024.211l-.162.038a35.86 35.86 0 00-1.821.466l-.16.047c-.3.087-.571.169-.8.238l-.16.049a3.169 3.169 0 01-.675.182.375.375 0 01-.111-.173c-.08-.2-.14-.493-.058-.582a5.378 5.378 0 01.493-.36c.044-.031.093-.062.144-.1.2-.131.435-.284.715-.451l.144-.087q.33-.2.72-.413l.149-.08a21.114 21.114 0 01.982-.504q.473-.233 1-.466l.156-.067c.309-.133.631-.266.964-.393l.156-.06c.337-.127.688-.251 1.05-.366.053-.02.107-.035.16-.053a22.748 22.748 0 011.312-.375q.623-.16 1.274-.286c.055-.011.111-.022.167-.031.182-.033.369-.067.553-.093.251-.04.5-.075.757-.1.055-.009.111-.013.166-.02.2-.022.391-.04.588-.055.277-.025.648 2.898.384 3.128z\"\n data-name=\"Path 723\"\n opacity={0.45}\n transform=\"translate(-518.88 -153.809)\"\n />\n <path\n id=\"Path_724\"\n fill=\"#fff2e5\"\n d=\"M574.607 217.553a9.449 9.449 0 01-2.847.744 15.558 15.558 0 01-2.427.164c-.235 0-.462-.007-.682-.011a20.827 20.827 0 01-3.937-.313c-.06-.062.082-.293.173-.393a.236.236 0 01.047-.042c.149-.089 1.665-.79 3.1-1.388a12.024 12.024 0 012.531-.868 3.9 3.9 0 011.488.415 11.867 11.867 0 012.285 1.412h.007c.18.152.278.254.262.28z\"\n data-name=\"Path 724\"\n transform=\"translate(-525.436 -171.685)\"\n />\n <path\n id=\"Path_725\"\n fill=\"#fff2e5\"\n d=\"M658.259 216.69a14.9 14.9 0 01-2.569.373 21.573 21.573 0 01-2.187.073c-.364-.009-.7-.024-1.021-.044a13.741 13.741 0 01-2.658-.351c-.2-.073-.353-.4-.266-.471.024-.022.071-.06.131-.109a11.6 11.6 0 012.729-1.616 3.386 3.386 0 011.326-.262 6.756 6.756 0 012.32.933 14.14 14.14 0 012.192 1.454z\"\n data-name=\"Path 725\"\n transform=\"translate(-594.097 -170.742)\"\n />\n <path\n id=\"Path_726\"\n fill=\"#632f39\"\n d=\"M525.823 193.693c-.213.279-.4.568-.574.821a7.569 7.569 0 00-.79 1.989l-.1.36a43.233 43.233 0 00-.747 3.485l-.072.43-.036.225-.915-.034-.479-.019-.189-.008v-.008c-.03-.085-.375-1.022-.832-2.275-.121-.328-.247-.679-.377-1.042-.042-.115-.085-.23-.126-.349l-.262-.721c-.011-.036-.025-.072-.038-.108l.141-.07.621-.307z\"\n data-name=\"Path 726\"\n transform=\"translate(-489.481 -154.079)\"\n />\n <path\n id=\"Path_727\"\n fill=\"#632f39\"\n d=\"M540.727 241.532l-2.569 6.713-.921 2.569-3.584-1.472-.218-.089-.557-2.176c0-.018-.009-.038-.013-.056l-1.483-5.833c-.526-2.074-.973-3.85-1.137-4.537a20.167 20.167 0 01-.06-.26c-.078-.382-.664-3.611-1.31-7.2l.169-.06 1.523-.535s.626 3.129 4.077 8.855a20.4 20.4 0 004.583 3.291c.865.464 1.5.79 1.5.79z\"\n data-name=\"Path 727\"\n transform=\"translate(-496.438 -182.33)\"\n />\n <path\n id=\"Path_728\"\n fill=\"#ffebc6\"\n d=\"M528.505 237.755l-.218-.089-.557-2.176c0-.018-.009-.038-.013-.056-1.044-4.1-2.558-10.048-2.68-10.63-.078-.382-.664-3.611-1.31-7.2a.017.017 0 000-.007l-.833-2.276-.377-1.041a10.361 10.361 0 011.381 3.264l.02.067a35.011 35.011 0 01.808 3.455c.984 5.289 3.271 13.949 3.626 15.752.062.326.111.639.153.937z\"\n data-name=\"Path 728\"\n opacity={0.9}\n transform=\"translate(-491.29 -170.743)\"\n />\n <path\n id=\"Path_729\"\n fill=\"#632f39\"\n d=\"M676.927 227.126c-.415 2.893-1.07 6.71-1.188 7.317 0 .02-.007.042-.013.069s-.007.049-.011.076l-.011.064-.069.444c-.009.051-.016.1-.024.162l-.018.12c-.011.062-.02.127-.029.193s-.018.113-.027.173-.018.124-.026.191-.02.138-.031.209c-.013.093-.029.189-.042.286v.04c-.018.107-.033.217-.049.331l-.051.355-.064.455-.042.3c-.018.129-.036.26-.056.393l-.382 2.707c-.04.282-.078.562-.118.837-.009.069-.018.138-.029.2-.029.206-.058.409-.084.606-.022.171-.047.34-.069.506a72.1 72.1 0 01-.1.695c-.007.04-.011.08-.018.118 0 .018 0 .036-.007.051-.013.1-.026.2-.04.291a.212.212 0 000 .036l-.042.291a.059.059 0 010 .02l-.04.287-.02.144-3.926 1.224-1.783.555.264-1.761.875-5.809a3.42 3.42 0 01.406-.6c.7-.848 1.663-2.3 2.423-3.457.344-.526.648-.993.868-1.321a55.81 55.81 0 002.9-6.826c.116-.567.673.028.673.028z\"\n data-name=\"Path 729\"\n transform=\"translate(-609.456 -180.919)\"\n />\n <path\n id=\"Path_730\"\n fill=\"#36131b\"\n d=\"M617.677 309.384c.059.028-.145.306-.145.306s-2.752-.206-5.046-.114-4.736.509-4.826.386a28.41 28.41 0 013.147-1.363 9.842 9.842 0 012.678-.42c.362.142 3.821 1.033 4.192 1.205z\"\n data-name=\"Path 730\"\n transform=\"translate(-560.204 -246.72)\"\n />\n <path\n id=\"Path_731\"\n fill=\"#67373f\"\n d=\"M571.226 316.046l-.173 1.237-5.709 1.779-13.885 4.326-4.37-1.794-3.8-1.561-2.241-.919a.967.967 0 01.557-.588 5.406 5.406 0 001.061-.684l.064.016 5.28 1.168 4.958 1.1 12.639-2.822z\"\n data-name=\"Path 731\"\n opacity={0.45}\n transform=\"translate(-506.291 -253.109)\"\n />\n <path\n id=\"Path_732\"\n fill=\"#67373f\"\n d=\"M538.033 273.493c-.1.369-.323.513-.834.553-.526-2.074-.973-3.85-1.137-4.537l1.039-.315s1.274 3.078.932 4.299z\"\n data-name=\"Path 732\"\n opacity={0.45}\n transform=\"translate(-502.256 -215.188)\"\n />\n <path\n id=\"Path_733\"\n fill=\"#fe876e\"\n d=\"M557.229 326.4a10.151 10.151 0 01-2.389.311 7.528 7.528 0 01-3.167-1.073c-.027-.116-.3-.886-.557-1.73-.311-1.008-.6-2.121-.413-2.34a3.05 3.05 0 01.593-.455l.076-.049a10.423 10.423 0 011.128-.631 6.947 6.947 0 012.747.515 4.517 4.517 0 011.188.886l.009.007a10.6 10.6 0 011.541 1.8 6.938 6.938 0 01-.756 2.759z\"\n data-name=\"Path 733\"\n transform=\"translate(-514.059 -256.636)\"\n />\n <path\n id=\"Path_734\"\n fill=\"#67373f\"\n d=\"M698.284 182.8a.017.017 0 000 .006l-.68-.026a23.264 23.264 0 00.193-4.392c-.007-.044-.013-.087-.022-.127a9.13 9.13 0 00-.622-1.579c-.62-1.344-1.565-3.18-2.258-4.583l2.454 1.714.873.608c.2 1.339.366 2.831.489 3.735.02.147.038.275.055.386.02.133.04.24.058.315a16.979 16.979 0 01-.54 3.943z\"\n data-name=\"Path 734\"\n transform=\"translate(-630.811 -136.603)\"\n />\n <path\n id=\"Path_735\"\n fill=\"#c1333a\"\n d=\"M619.015 224.651a9.062 9.062 0 01-1.152 1.322 13.1 13.1 0 01-2.1 1.563 7.9 7.9 0 01-3.468-.273 4.7 4.7 0 00-1.644-1.065 5.127 5.127 0 01-1.55-.536.285.285 0 01-.07-.087 3.013 3.013 0 002.214.1c.387-.192.681-.728.764-.576.661 1.216 2.963.12 3.386-.455.364-.494.037-3.517-.195-5.624-.272-2.473-.87-6.835-1.165-7.056s-1.1.075-1.1.075c.259-.29.886-.966 1.277-.762s1.7 4.351 1.994 5.307.544 4.433.6 4.611 1.568.745 1.783 1.04a7.507 7.507 0 01.426 2.416z\"\n data-name=\"Path 735\"\n transform=\"translate(-561.316 -168.277)\"\n />\n <path\n id=\"Path_736\"\n fill=\"#5c91aa\"\n d=\"M666.652 215.878a2.049 2.049 0 01-.448 1.188 21.14 21.14 0 01-2.187.073 26.745 26.745 0 01-1.023-.045 2.064 2.064 0 01-.064-2.546 3.357 3.357 0 011.326-.261 6.726 6.726 0 012.321.932 2.069 2.069 0 01.075.659z\"\n data-name=\"Path 736\"\n transform=\"translate(-604.61 -170.745)\"\n />\n <path\n id=\"Path_737\"\n fill=\"#302626\"\n d=\"M670.459 218.372a.9.9 0 11-.851-.937.9.9 0 01.851.937z\"\n data-name=\"Path 737\"\n transform=\"translate(-609.586 -173.294)\"\n />\n <path\n id=\"Path_738\"\n fill=\"#fff2e5\"\n d=\"M665.2 216.989a.428.428 0 11-.407-.449.428.428 0 01.407.449z\"\n data-name=\"Path 738\"\n opacity={0.6}\n transform=\"translate(-606.083 -172.571)\"\n />\n <path\n id=\"Path_739\"\n fill=\"#5c91aa\"\n d=\"M586.155 216.867a2.145 2.145 0 01-.539 1.43 15.559 15.559 0 01-2.427.164c-.235 0-.462-.007-.682-.011a2.169 2.169 0 01-.617-2.136 12.024 12.024 0 012.531-.868 3.9 3.9 0 011.488.415 2.153 2.153 0 01.246 1.006z\"\n data-name=\"Path 739\"\n transform=\"translate(-539.29 -171.685)\"\n />\n <path\n id=\"Path_740\"\n fill=\"#302626\"\n d=\"M590.146 218.914a.939.939 0 11-.939-.939.939.939 0 01.939.939z\"\n data-name=\"Path 740\"\n transform=\"translate(-544.51 -173.732)\"\n />\n <path\n id=\"Path_741\"\n fill=\"#72182e\"\n d=\"M557.377 154.239c-.171-.169-.346-.34-.526-.511q-.5-.48-1.03-.961a89.992 89.992 0 00-9.865-7.592s-13.268 5.036-21.5 9.932c-.24.142-.477.284-.708.424a47.574 47.574 0 00-2.669 1.732c-.158-.433-.329-.9-.5-1.39-.087-.238-.173-.48-.262-.722a1.52 1.52 0 00-.038-.107l.142-.071.62-.307 4.783-2.369 19.669-9.75 8.071 5.633 2.454 1.714.873.608c.198 1.341.364 2.833.486 3.737z\"\n data-name=\"Path 741\"\n opacity={0.54}\n transform=\"translate(-489.48 -112.683)\"\n />\n <path\n id=\"Path_742\"\n fill=\"#67373f\"\n d=\"M684.5 182.8a.03.03 0 000 .008 213.684 213.684 0 01-1.188 7.316c0 .019-.006.041-.013.068s-.006.049-.01.075l-.011.064c-.019.117-.044.264-.07.445-.01.051-.015.1-.025.162-.006.04-.013.079-.017.119-.011.062-.021.126-.03.194s-.017.113-.026.172-.017.124-.026.193l-.03.207c-.013.094-.03.189-.043.287v.04c-.017.107-.034.219-.049.332s-.034.234-.051.355l-.064.455-.041.3c-.019.128-.036.258-.057.392-.123.864-.253 1.794-.381 2.708-.039.281-.077.562-.119.836-.008.07-.017.138-.028.206l-.085.606c-.021.172-.045.34-.068.506-.034.242-.066.472-.1.7l-.017.117c0 .019-.006.036-.008.051-.013.1-.026.2-.04.291a.275.275 0 000 .036c-.017.1-.03.2-.043.291a.074.074 0 010 .021l-.04.287c-.007.049-.013.1-.021.143L677.858 202c.485-1.872.938-4.092 1.342-6.271.313-1.685.6-3.341.845-4.794.343-.526.647-.992.868-1.321a53.8 53.8 0 002.317-5.194 15.269 15.269 0 00.585-1.632 23.166 23.166 0 00.193-4.392 1.837 1.837 0 00-.021-.126 9.179 9.179 0 00-.623-1.579c-.619-1.343-1.566-3.181-2.258-4.583l2.455 1.715.872.609c.2 1.338.366 2.83.489 3.734.021.147.038.275.057.387.019.134.04.24.057.315a16.96 16.96 0 01-.536 3.932z\"\n data-name=\"Path 742\"\n opacity={0.45}\n transform=\"translate(-617.023 -136.599)\"\n />\n <path\n id=\"Path_743\"\n fill=\"#fe876e\"\n d=\"M511 235.892a.071.071 0 010 .023c-.079.306-.762.7-1.511.856s-3.062-.9-4.164-2.283a8.286 8.286 0 01-1.015-1.806c-.04-.089-.075-.179-.113-.268a7.283 7.283 0 01-.719-3.079 17.037 17.037 0 012.911-3.568 4.483 4.483 0 011.5-.03l.091.008.119.011h.017l.121.011h.006l.074.008.119.011.149.017a.017.017 0 00.01 0c.032 0 .059.006.083.01a.225.225 0 01.036 0 .342.342 0 00.04 0l.042.006.006.008a4.016 4.016 0 01.385.987c.179.6.379 1.409.579 2.3v.008l.017.079c.215.962.43 2.013.615 2.99.355 1.869.615 3.465.602 3.701z\"\n data-name=\"Path 743\"\n transform=\"translate(-475.859 -179.981)\"\n />\n <path\n id=\"Path_744\"\n fill=\"#e14950\"\n d=\"M514.516 239.691a4.9 4.9 0 01-1.819.853.427.427 0 01-.244-.04c-1.209-.713-2.2-4.126-2.159-4.485s1.871-2.225 2.573-2.225c.35 0 .629.859.772 1.546a3.152 3.152 0 01.1.824c-.058.162-.872.695-.978.881a3.221 3.221 0 00.1 1.272c.054.087 1.422.229 1.465.289a5.355 5.355 0 01.19 1.085z\"\n data-name=\"Path 744\"\n transform=\"translate(-481.399 -186.535)\"\n />\n <path\n id=\"Path_745\"\n fill=\"#67373f\"\n d=\"M623.784 318.69a18.577 18.577 0 012.68.365c-.031.27-1.632.5-2.407.535a9.612 9.612 0 01-3.009-.4 8.969 8.969 0 012.736-.5z\"\n data-name=\"Path 745\"\n opacity={0.35}\n transform=\"translate(-571.042 -255.247)\"\n />\n <path\n id=\"Path_746\"\n fill=\"#fe876e\"\n d=\"M462.091 294.946a5.82 5.82 0 01.96-1.094 18.766 18.766 0 014.229.836c.239.154-.087 2.353-.087 2.353z\"\n data-name=\"Path 746\"\n transform=\"translate(-442.385 -235.127)\"\n />\n <path\n id=\"Path_747\"\n fill=\"#ef5855\"\n d=\"M467.194 297.041l-4.841-1.985-.262-.109a5.844 5.844 0 01.959-1.095 18.785 18.785 0 014.23.835c.238.153-.086 2.354-.086 2.354z\"\n data-name=\"Path 747\"\n opacity={0.7}\n transform=\"translate(-442.385 -235.128)\"\n />\n <path\n id=\"Path_748\"\n fill=\"#ef5855\"\n d=\"M559.229 326.4a10.152 10.152 0 01-2.389.311 7.529 7.529 0 01-3.167-1.073c-.026-.116-.3-.886-.557-1.73 2.129 1.21 5.014.249 4.927-.733-.089-1.022-2.109-2.052-2.778-2.174a7.549 7.549 0 00-1.97.111 10.931 10.931 0 011.2-.68 6.947 6.947 0 012.747.515 9.6 9.6 0 012.738 2.689 6.938 6.938 0 01-.751 2.764z\"\n data-name=\"Path 748\"\n opacity={0.7}\n transform=\"translate(-516.059 -256.636)\"\n />\n <path\n id=\"Path_749\"\n fill=\"#ffcfba\"\n d=\"M558.69 331.306c-.191.126-.156.918 0 .944a6.932 6.932 0 012.347-.492 18.915 18.915 0 012.763.482c.157-.069-.333-1.039-.7-1.221a4.752 4.752 0 00-4.41.287z\"\n data-name=\"Path 749\"\n opacity={0.65}\n transform=\"translate(-520.465 -264.891)\"\n />\n <path\n id=\"Path_750\"\n fill=\"#ffebc6\"\n d=\"M559.518 321.831a7.525 7.525 0 00-1.088-.695 10.515 10.515 0 00-2.665-.484 9.024 9.024 0 00-1.208.673l-.1-.264a10.423 10.423 0 011.128-.631 6.947 6.947 0 012.747.515 4.518 4.518 0 011.186.886z\"\n data-name=\"Path 750\"\n opacity={0.9}\n transform=\"translate(-517.143 -256.636)\"\n />\n <path\n id=\"Path_751\"\n fill=\"#fe876e\"\n d=\"M522.786 313.2c-.418.5-4.432-.118-5.065-.309s-2.034-3.34-2.169-3.655a1.125 1.125 0 01-.056-.315c-.029-.52.093-1.405.417-1.585a1.09 1.09 0 01.2-.076 7.174 7.174 0 01.731-.162 20.959 20.959 0 012.465-.3 4.576 4.576 0 011.441.886 19.008 19.008 0 012.651 2.369c.319.481-.201 2.655-.615 3.147z\"\n data-name=\"Path 751\"\n transform=\"translate(-485.607 -245.623)\"\n />\n <path\n id=\"Path_752\"\n fill=\"#ef5855\"\n d=\"M522.8 313.2c-.417.5-4.432-.118-5.065-.309s-2.034-3.34-2.169-3.655a1.124 1.124 0 01-.055-.315 7.05 7.05 0 001.55 1.881c.517.189 3.875.233 4.25-.5s-1.661-2.8-1.994-2.933a20.1 20.1 0 00-2.462-.269 20.956 20.956 0 012.465-.3c.542 0 3.719 2.687 4.1 3.257.318.477-.2 2.651-.62 3.143z\"\n data-name=\"Path 752\"\n opacity={0.7}\n transform=\"translate(-485.624 -245.623)\"\n />\n <path\n id=\"Path_753\"\n fill=\"#ffcfba\"\n d=\"M525.741 318.3c.042.2.518.275 2.463.184a20.71 20.71 0 002.725-.126c.287-.109-1.686-1.532-2.274-1.577s-3.05.889-2.914 1.519z\"\n data-name=\"Path 753\"\n opacity={0.65}\n transform=\"translate(-493.898 -253.705)\"\n />\n <path\n id=\"Path_754\"\n fill=\"#ffebc6\"\n d=\"M523.365 307.683c-.076-.04-1.286-.634-1.406-.666a32.163 32.163 0 00-3.2.411l-.029-.164a7.17 7.17 0 01.731-.162 20.959 20.959 0 012.465-.3 4.577 4.577 0 011.439.881z\"\n data-name=\"Path 754\"\n opacity={0.9}\n transform=\"translate(-488.226 -245.623)\"\n />\n <path\n id=\"Path_755\"\n fill=\"#fe876e\"\n d=\"M492.772 304.6a4.6 4.6 0 01-.806 1.736 17.508 17.508 0 01-4.055-.517 10.744 10.744 0 01-1.141-1.981l-1.532-.628s.246-.133.6-.315l.58-.3a15.544 15.544 0 011.665-.775 9.743 9.743 0 013.253.542h.007a1.946 1.946 0 01.293.122 5.021 5.021 0 011.136 2.116z\"\n data-name=\"Path 755\"\n transform=\"translate(-461.12 -241.573)\"\n />\n <path\n id=\"Path_756\"\n fill=\"#ef5855\"\n d=\"M492.772 304.6a4.6 4.6 0 01-.806 1.736 17.506 17.506 0 01-4.055-.517 10.744 10.744 0 01-1.141-1.981l-1.532-.628s.551-.3 1.177-.613c.273.2.562.409.628.455.138.091.249.768.64 1.024a5.075 5.075 0 002.767.2c.659-.238.617-1.648.258-1.787s-2.627-.666-2.627-.666a9.68 9.68 0 013.553.666 5.022 5.022 0 011.138 2.111z\"\n data-name=\"Path 756\"\n opacity={0.7}\n transform=\"translate(-461.12 -241.573)\"\n />\n <path\n id=\"Path_757\"\n fill=\"#ffcfba\"\n d=\"M502.67 308.43c-.185.015-.348.426-.148.579s2.673-.061 3.628.251c-.26-.56-1.185-1.014-3.48-.83z\"\n data-name=\"Path 757\"\n opacity={0.65}\n transform=\"translate(-475.035 -246.911)\"\n />\n <path\n id=\"Path_758\"\n fill=\"#ea4e4b\"\n d=\"M514.18 263.51a.057.057 0 010 .022c-.079.306-.762.7-1.511.857s-3.062-.9-4.163-2.283a8.8 8.8 0 01-1.128-2.074 7.282 7.282 0 002.329 2.625c.87.4 3.591.029 3.822-.584a10.105 10.105 0 00.046-2.256c.355 1.861.615 3.457.605 3.693z\"\n data-name=\"Path 758\"\n opacity={0.65}\n transform=\"translate(-479.037 -207.598)\"\n />\n <path\n id=\"Path_759\"\n fill=\"#fff2e5\"\n d=\"M674.34 224.153c-.079 0-.473.5-.333.619a10.023 10.023 0 002.241-.04 4.415 4.415 0 00-1.908-.579z\"\n data-name=\"Path 759\"\n opacity={0.32}\n transform=\"translate(-613.882 -178.732)\"\n />\n <path\n id=\"Path_760\"\n fill=\"#fff2e5\"\n d=\"M584.334 219.332a.429.429 0 11-.428-.429.428.428 0 01.428.429z\"\n data-name=\"Path 760\"\n opacity={0.6}\n transform=\"translate(-540.633 -174.483)\"\n />\n <path\n id=\"Path_761\"\n fill=\"#fff2e5\"\n d=\"M593.836 225.532c-.079.007-.448.523-.3.634a10.021 10.021 0 002.236-.147 4.412 4.412 0 00-1.936-.487z\"\n data-name=\"Path 761\"\n opacity={0.32}\n transform=\"translate(-548.745 -179.845)\"\n />\n <path\n id=\"Path_762\"\n fill=\"#ffebc6\"\n d=\"M508.792 225.833a21.2 21.2 0 00-2.323.067 33.235 33.235 0 00-2.81 3.48 14.2 14.2 0 00.649 3.306c-.039-.089-.075-.18-.112-.269a7.3 7.3 0 01-.72-3.08 17.028 17.028 0 012.912-3.566 9.34 9.34 0 012.404.062z\"\n data-name=\"Path 762\"\n opacity={0.9}\n transform=\"translate(-475.858 -179.983)\"\n />\n <path\n id=\"Path_763\"\n fill=\"#ffebc6\"\n d=\"M467.28 294.687a38.124 38.124 0 00-4-.542c-.2.047-.588.486-.928.91l-.262-.109a5.844 5.844 0 01.959-1.095 18.785 18.785 0 014.231.836z\"\n data-name=\"Path 763\"\n opacity={0.9}\n transform=\"translate(-442.385 -235.128)\"\n />\n <path\n id=\"Path_764\"\n fill=\"#3a1e38\"\n d=\"M517.221 304.781h-.007z\"\n data-name=\"Path 764\"\n transform=\"translate(-487.001 -243.991)\"\n />\n <path\n id=\"Path_765\"\n fill=\"#ffebc6\"\n d=\"M493.869 302.363a20.906 20.906 0 00-3.087-.337c-.371.111-2.018.868-2.018.868h-.393l.58-.3a15.547 15.547 0 011.665-.775 9.743 9.743 0 013.253.544z\"\n data-name=\"Path 765\"\n opacity={0.9}\n transform=\"translate(-463.656 -241.573)\"\n />\n <path\n id=\"Path_766\"\n fill=\"#834b49\"\n d=\"M658.919 216.69s-3.351-1.717-4.639-1.634a19.537 19.537 0 00-3.932 1.106 11.6 11.6 0 012.729-1.616 3.386 3.386 0 011.326-.262 6.756 6.756 0 012.32.933 14.143 14.143 0 012.192 1.454z\"\n data-name=\"Path 766\"\n opacity={0.1}\n transform=\"translate(-594.757 -170.742)\"\n />\n <path\n id=\"Path_767\"\n fill=\"#834b49\"\n d=\"M575.135 217.273c-.167-.073-2.956-1.319-3.892-1.2-.853.107-4.667 1.375-5.558 1.672a.236.236 0 01.047-.042c.149-.089 1.665-.79 3.1-1.388a12.024 12.024 0 012.531-.868 3.9 3.9 0 011.488.415 11.861 11.861 0 012.284 1.411z\"\n data-name=\"Path 767\"\n opacity={0.1}\n transform=\"translate(-526.232 -171.685)\"\n />\n <g\n id=\"Group_246\"\n data-name=\"Group 246\"\n transform=\"translate(55.236 39.546)\"\n >\n <g id=\"Group_236\" data-name=\"Group 236\" opacity={0.45}>\n <path\n id=\"Path_768\"\n fill=\"#67373f\"\n d=\"M648.684 196.479h-.167l-.033-3.144c.053 0 .109.009.167.015z\"\n data-name=\"Path 768\"\n transform=\"translate(-648.484 -193.337)\"\n />\n </g>\n <g\n id=\"Group_237\"\n data-name=\"Group 237\"\n opacity={0.45}\n transform=\"translate(1.121 .182)\"\n >\n <path\n id=\"Path_769\"\n fill=\"#67373f\"\n d=\"M654.736 194.321l-.2 2.864c-.058 0-.113.009-.167.011l.2-2.9z\"\n data-name=\"Path 769\"\n transform=\"translate(-654.367 -194.292)\"\n />\n </g>\n <g\n id=\"Group_238\"\n data-name=\"Group 238\"\n opacity={0.45}\n transform=\"translate(2.265 .442)\"\n >\n <path\n id=\"Path_770\"\n fill=\"#67373f\"\n d=\"M660.881 195.693l-.346 2.547h-.169l.351-2.589c.053.017.109.031.164.042z\"\n data-name=\"Path 770\"\n transform=\"translate(-660.366 -195.655)\"\n />\n </g>\n <g\n id=\"Group_239\"\n data-name=\"Group 239\"\n opacity={0.45}\n transform=\"translate(3.397 .737)\"\n >\n <path\n id=\"Path_771\"\n fill=\"#67373f\"\n d=\"M666.869 197.248l-.393 2.247h-.169l.4-2.287c.053.009.109.025.162.04z\"\n data-name=\"Path 771\"\n transform=\"translate(-666.307 -197.204)\"\n />\n </g>\n <g\n id=\"Group_240\"\n data-name=\"Group 240\"\n opacity={0.45}\n transform=\"translate(4.51 1.061)\"\n >\n <path\n id=\"Path_772\"\n fill=\"#67373f\"\n d=\"M672.687 198.954l-.375 1.974a.041.041 0 00-.016 0l-.153-.011.384-2.01z\"\n data-name=\"Path 772\"\n transform=\"translate(-672.143 -198.905)\"\n />\n </g>\n <g\n id=\"Group_241\"\n data-name=\"Group 241\"\n opacity={0.45}\n transform=\"translate(5.525 1.401)\"\n >\n <path\n id=\"Path_773\"\n fill=\"#67373f\"\n d=\"M678.02 200.74l-.386 1.725c-.055 0-.111-.011-.166-.018l.4-1.761z\"\n data-name=\"Path 773\"\n transform=\"translate(-677.467 -200.687)\"\n />\n </g>\n <g\n id=\"Group_242\"\n data-name=\"Group 242\"\n opacity={0.45}\n transform=\"translate(6.602 1.779)\"\n >\n <path\n id=\"Path_774\"\n fill=\"#67373f\"\n d=\"M683.658 202.726l-.375 1.49-.167-.024.384-1.523z\"\n data-name=\"Path 774\"\n transform=\"translate(-683.116 -202.668)\"\n />\n </g>\n <g\n id=\"Group_243\"\n data-name=\"Group 243\"\n opacity={0.45}\n transform=\"translate(7.552 2.123)\"\n >\n <path\n id=\"Path_775\"\n fill=\"#67373f\"\n d=\"M688.615 204.535l-.349 1.308a3.974 3.974 0 00-.164-.031l.355-1.339c.054.027.107.042.158.062z\"\n data-name=\"Path 775\"\n transform=\"translate(-688.102 -204.473)\"\n />\n </g>\n <g\n id=\"Group_244\"\n data-name=\"Group 244\"\n opacity={0.45}\n transform=\"translate(8.4 2.445)\"\n >\n <path\n id=\"Path_776\"\n fill=\"#67373f\"\n d=\"M693.041 206.224l-.324 1.157-.164-.036.333-1.184c.052.021.106.039.155.063z\"\n data-name=\"Path 776\"\n transform=\"translate(-692.552 -206.162)\"\n />\n </g>\n <g\n id=\"Group_245\"\n data-name=\"Group 245\"\n opacity={0.45}\n transform=\"translate(9.271 2.778)\"\n >\n <path\n id=\"Path_777\"\n fill=\"#67373f\"\n d=\"M697.567 207.977l-.286 1.017c-.051-.013-.107-.024-.162-.04l.291-1.044z\"\n data-name=\"Path 777\"\n transform=\"translate(-697.118 -207.91)\"\n />\n </g>\n </g>\n <g\n id=\"Group_257\"\n data-name=\"Group 257\"\n transform=\"translate(38.254 39.606)\"\n >\n <g\n id=\"Group_247\"\n data-name=\"Group 247\"\n opacity={0.45}\n transform=\"translate(10.405)\"\n >\n <path\n id=\"Path_778\"\n fill=\"#67373f\"\n d=\"M614.332 196.851c-.053 0-.109.007-.166.009l-.184-3.189c.055-.009.111-.013.166-.02z\"\n data-name=\"Path 778\"\n transform=\"translate(-613.981 -193.651)\"\n />\n </g>\n <g\n id=\"Group_248\"\n data-name=\"Group 248\"\n opacity={0.45}\n transform=\"translate(8.929 .218)\"\n >\n <path\n id=\"Path_779\"\n fill=\"#67373f\"\n d=\"M606.838 197.831c-.053 0-.109 0-.167.007l-.437-3.013c.055-.011.111-.022.167-.031z\"\n data-name=\"Path 779\"\n transform=\"translate(-606.234 -194.793)\"\n />\n </g>\n <g\n id=\"Group_249\"\n data-name=\"Group 249\"\n opacity={0.45}\n transform=\"translate(7.49 .535)\"\n >\n <path\n id=\"Path_780\"\n fill=\"#67373f\"\n d=\"M599.452 199.257l-.169.013-.6-2.769c.055-.015.109-.029.164-.042z\"\n data-name=\"Path 780\"\n transform=\"translate(-598.686 -196.459)\"\n />\n </g>\n <g\n id=\"Group_250\"\n data-name=\"Group 250\"\n opacity={0.45}\n transform=\"translate(6.182 .911)\"\n >\n <path\n id=\"Path_781\"\n fill=\"#67373f\"\n d=\"M592.638 200.97l-.167.02-.646-2.509c.053-.02.107-.035.16-.053z\"\n data-name=\"Path 781\"\n transform=\"translate(-591.825 -198.428)\"\n />\n </g>\n <g\n id=\"Group_251\"\n data-name=\"Group 251\"\n opacity={0.45}\n transform=\"translate(4.976 1.33)\"\n >\n <path\n id=\"Path_782\"\n fill=\"#67373f\"\n d=\"M586.283 202.912l-.166.027-.617-2.249.156-.06z\"\n data-name=\"Path 782\"\n transform=\"translate(-585.499 -200.629)\"\n />\n </g>\n <g\n id=\"Group_252\"\n data-name=\"Group 252\"\n opacity={0.45}\n transform=\"translate(3.857 1.783)\"\n >\n <path\n id=\"Path_783\"\n fill=\"#67373f\"\n d=\"M580.41 205.022c-.056.009-.111.02-.167.031l-.615-1.981.156-.067z\"\n data-name=\"Path 783\"\n transform=\"translate(-579.628 -203.006)\"\n />\n </g>\n <g\n id=\"Group_253\"\n data-name=\"Group 253\"\n opacity={0.45}\n transform=\"translate(2.705 2.316)\"\n >\n <path\n id=\"Path_784\"\n fill=\"#67373f\"\n d=\"M574.327 207.526l-.162.038-.582-1.69c.049-.027.1-.051.149-.073z\"\n data-name=\"Path 784\"\n transform=\"translate(-573.583 -205.801)\"\n />\n </g>\n <g\n id=\"Group_254\"\n data-name=\"Group 254\"\n opacity={0.45}\n transform=\"translate(1.723 2.82)\"\n >\n <path\n id=\"Path_785\"\n fill=\"#67373f\"\n d=\"M569.111 209.917a8.005 8.005 0 01-.164.042l-.513-1.434.149-.08z\"\n data-name=\"Path 785\"\n transform=\"translate(-568.434 -208.445)\"\n />\n </g>\n <g\n id=\"Group_255\"\n data-name=\"Group 255\"\n opacity={0.45}\n transform=\"translate(.859 3.313)\"\n >\n <path\n id=\"Path_786\"\n fill=\"#67373f\"\n d=\"M564.508 212.264l-.16.046-.446-1.192.144-.087z\"\n data-name=\"Path 786\"\n transform=\"translate(-563.902 -211.032)\"\n />\n </g>\n <g\n id=\"Group_256\"\n data-name=\"Group 256\"\n opacity={0.45}\n transform=\"translate(0 3.851)\"\n >\n <path\n id=\"Path_787\"\n fill=\"#67373f\"\n d=\"M559.9 214.83l-.16.049-.351-.933c.044-.031.093-.062.144-.1z\"\n data-name=\"Path 787\"\n transform=\"translate(-559.394 -213.851)\"\n />\n </g>\n </g>\n <path\n id=\"Path_788\"\n fill=\"#67373f\"\n d=\"M569.082 196.49a1.758 1.758 0 01-.779.124c-.053 0-.109.007-.166.009-.289.013-.642.024-1.057.047a37.211 37.211 0 00-1.277.078l-.169.013c-.34.029-.7.062-1.092.107l-.167.02q-.486.057-1.021.133l-.047.007-.166.027c-.329.049-.646.1-.955.16-.056.009-.111.02-.167.031-.357.067-.7.138-1.024.211l-.162.038a35.86 35.86 0 00-1.821.466l-.16.047c-.3.087-.571.169-.8.238l-.16.049a3.17 3.17 0 01-.675.182.375.375 0 01-.111-.173 52.658 52.658 0 015.074-1.625c1.721-.375 5.42-1.013 5.513-1.3a7.049 7.049 0 00-.5-1.836c.251-.04.5-.075.757-.1.055-.009.111-.013.166-.02.2-.022.391-.04.589-.055.27-.031.641 2.892.377 3.122z\"\n data-name=\"Path 788\"\n opacity={0.4}\n transform=\"translate(-519.293 -153.809)\"\n />\n <path\n id=\"Path_789\"\n fill=\"#67373f\"\n d=\"M655.1 202.749a6.64 6.64 0 01-.728-.158c-.051-.013-.107-.024-.162-.04-.206-.047-.442-.1-.706-.158l-.164-.036a28.828 28.828 0 00-.848-.166 29.999 29.999 0 00-.784-.135l-.167-.024a30.748 30.748 0 00-.91-.122c-.055 0-.111-.011-.166-.018a19.658 19.658 0 00-.846-.078.04.04 0 00-.016 0l-.153-.011a21.609 21.609 0 00-.943-.042h-.169c-.34-.007-.662 0-.964 0h-.169c-.355.011-.682.029-.977.044-.058 0-.113.009-.167.011-.36.022-.668.044-.921.055h-.167a1.039 1.039 0 01-.591-.089A3.706 3.706 0 01644.1 200a7.874 7.874 0 00.26.837c.056.058 2.645.164 4.461.2s5.087.964 5.145.837a1.827 1.827 0 000-.58l.531.213.158.067a4.741 4.741 0 01.52.238c.096.088.107.924-.075.937z\"\n data-name=\"Path 789\"\n opacity={0.4}\n transform=\"translate(-589.703 -159.184)\"\n />\n <path\n id=\"Path_797\"\n fill=\"#ac4751\"\n d=\"M556.957 158.866a.135.135 0 010 .021.031.031 0 000 .008l-.006.043a235.132 235.132 0 01-.492 3.207c-2.34-.643-9.26-2.008-11.545-2.5-1.939-.417-6.429 0-7.9.141-1.209.118-11.188 1.467-13.609 2.128l-.017-.079v-.008c-.2-.888-.4-1.7-.579-2.3a4.015 4.015 0 00-.385-.987l-.006-.008-.042-.006a.339.339 0 01-.04 0 .227.227 0 00-.036 0 .833.833 0 00-.083-.01.017.017 0 01-.01 0l-.149-.017-.119-.011c-.025 0-.049-.006-.073-.008h-.006l-.121-.011h-.017l-.119-.011-.091-.008c-.125-.338-.27-.738-.43-1.177-.121-.328-.247-.679-.377-1.042-.042-.115-.085-.23-.126-.349l-.262-.721c-.011-.036-.025-.072-.038-.107l.141-.07.621-.307 4.783-2.37 19.669-9.748 8.071 5.634 2.455 1.713.872.609c.2 1.338.366 2.83.489 3.734.021.147.038.275.057.387.019.134.04.24.057.315a16.579 16.579 0 01-.537 3.915z\"\n data-name=\"Path 797\"\n opacity={0.2}\n transform=\"translate(-489.481 -112.687)\"\n />\n <path\n id=\"Path_798\"\n fill=\"#583536\"\n d=\"M529.611 226.187l.149.017a2.857 2.857 0 01-.149-.017z\"\n data-name=\"Path 798\"\n opacity={0.4}\n transform=\"translate(-497.035 -180.379)\"\n />\n <path\n id=\"Path_799\"\n fill=\"#fe876e\"\n d=\"M649.161 146.585s-2.747-.21-5.419-.451a44.633 44.633 0 01-4.956-.6 1.931 1.931 0 00-.181-.064c-.636-.21-1.789-.5-2.672-.84a2.8 2.8 0 01-1.111-.64 4.1 4.1 0 01-.421-.692c-.055-.1-.109-.213-.168-.327-.228-.46-.485-.993-.783-1.477a.021.021 0 00-.01-.013 21.354 21.354 0 01-2.213-4 .57.57 0 01.017-.4 1.322 1.322 0 01.27-.311 3.558 3.558 0 01.687-.462c1.319-.7 3.553-1.14 4.673-.19a32.051 32.051 0 013.3 4.2z\"\n data-name=\"Path 799\"\n transform=\"translate(-579.258 -107.035)\"\n />\n <path\n id=\"Path_800\"\n fill=\"#ffcfba\"\n d=\"M635 148.886c-.062.351-1.348.848-1.348.848s-.033-.051-.093-.138a.046.046 0 00-.009-.013 21.368 21.368 0 01-2.214-4 7.133 7.133 0 012.218.229 9.01 9.01 0 011.446 3.074z\"\n data-name=\"Path 800\"\n opacity={0.65}\n transform=\"translate(-579.37 -115.137)\"\n />\n <path\n id=\"Path_801\"\n fill=\"#ef5855\"\n d=\"M650.489 146.587s-9.59-.728-10.374-1.048a2.599 2.599 0 00-.182-.064c1.377-.1 6.562-.333 6.562-.457a31.526 31.526 0 00-3.476-2.6c-.362-.138-2.507-.678-2.685-.789a7.67 7.67 0 00-.591-1.457c-.794-1.3-2.209-2.976-2.979-3.274a11.619 11.619 0 00-3.924-.131c1.021-.915 4.01-1.8 5.367-.655a32.124 32.124 0 013.3 4.2z\"\n data-name=\"Path 801\"\n opacity={0.7}\n transform=\"translate(-580.586 -107.037)\"\n />\n <path\n id=\"Path_802\"\n fill=\"#ef5855\"\n d=\"M649.518 177.115a2.791 2.791 0 01-1.11-.64 3.975 3.975 0 01-.422-.693 5.472 5.472 0 001.037.111c.406-.018 1.072-.24 1.148-.184s-.846.389-.793.5a12.163 12.163 0 001.106.813c.107.091-.908.093-.966.093z\"\n data-name=\"Path 802\"\n opacity={0.5}\n transform=\"translate(-592.843 -139.516)\"\n />\n <path\n id=\"Path_803\"\n fill=\"#ffebc6\"\n d=\"M634.231 149.385c-.229-.462-.486-.993-.784-1.479a.044.044 0 00-.009-.013 21.364 21.364 0 01-2.214-4 .564.564 0 01.018-.4 5.865 5.865 0 00.99 2.032 15.143 15.143 0 011.999 3.86z\"\n data-name=\"Path 803\"\n opacity={0.9}\n transform=\"translate(-579.257 -113.447)\"\n />\n </svg>\n);\n\nexport default IconLoginOnly;\n","import React from 'react';\n\nconst IconEmptyData = () => (\n <svg\n id=\"design-dev-circular-icon\"\n width={100}\n height={100}\n viewBox=\"0 0 100 100\"\n >\n <defs>\n <clipPath id=\"clip-path\">\n <circle\n id=\"Ellipse_40\"\n cx={39.875}\n cy={39.875}\n r={39.875}\n fill=\"none\"\n data-name=\"Ellipse 40\"\n />\n </clipPath>\n </defs>\n <path\n id=\"Rectangle_5\"\n fill=\"none\"\n d=\"M0 0H100V100H0z\"\n data-name=\"Rectangle 5\"\n />\n <g\n id=\"Group_728\"\n data-name=\"Group 728\"\n transform=\"translate(-47.5 -359.762) translate(57.5 369.762)\"\n >\n <circle\n id=\"Ellipse_39\"\n cx={39.875}\n cy={39.875}\n r={39.875}\n fill=\"#f2f2f2\"\n data-name=\"Ellipse 39\"\n />\n <g id=\"Group_727\" data-name=\"Group 727\">\n <g\n id=\"Group_679\"\n data-name=\"Group 679\"\n transform=\"translate(5.713 10.302)\"\n >\n <path\n id=\"Path_834\"\n fill=\"#f2f2f2\"\n d=\"M83.823 407.86l-7.68-2.337 7.68-2.338z\"\n data-name=\"Path 834\"\n transform=\"translate(-76.143 -403.185)\"\n />\n <path\n id=\"Path_835\"\n fill=\"#cccbca\"\n d=\"M76.143 410.815l7.68 2.337v-1.47z\"\n data-name=\"Path 835\"\n transform=\"translate(-76.143 -408.477)\"\n />\n <path\n id=\"Rectangle_51\"\n fill=\"#474f59\"\n d=\"M0 0H58.31V4.675H0z\"\n data-name=\"Rectangle 51\"\n transform=\"translate(7.68)\"\n />\n <path\n id=\"Rectangle_52\"\n fill=\"#232e38\"\n d=\"M0 0H58.31V1.47H0z\"\n data-name=\"Rectangle 52\"\n transform=\"translate(7.68 3.205)\"\n />\n <path\n id=\"Path_836\"\n fill=\"#353f49\"\n d=\"M79.149 409.648l-3.006-.914 3.006-.919z\"\n data-name=\"Path 836\"\n transform=\"translate(-76.143 -406.396)\"\n />\n <path\n id=\"Path_837\"\n fill=\"#232e38\"\n d=\"M79.149 411.728l-3.006-.914 3.006.339z\"\n data-name=\"Path 837\"\n transform=\"translate(-76.143 -408.477)\"\n />\n <path\n id=\"Rectangle_53\"\n fill=\"#f2f2f2\"\n d=\"M0 0H2.713V4.675H0z\"\n data-name=\"Rectangle 53\"\n transform=\"translate(65.99)\"\n />\n <path\n id=\"Rectangle_54\"\n fill=\"#cccbca\"\n d=\"M0 0H2.713V1.47H0z\"\n data-name=\"Rectangle 54\"\n transform=\"translate(65.99 3.205)\"\n />\n <path\n id=\"Path_838\"\n fill=\"#f68360\"\n d=\"M303.26 407.86a2.337 2.337 0 002.338-2.338 2.337 2.337 0 00-2.338-2.338h-2.921v4.675z\"\n data-name=\"Path 838\"\n transform=\"translate(-231.636 -403.185)\"\n />\n <path\n id=\"Path_839\"\n fill=\"#ed6d47\"\n d=\"M304.914 404.162a2.319 2.319 0 00-.914-.555 2.328 2.328 0 01-2.208 3.076h-1.452v1.47h2.921a2.338 2.338 0 001.653-3.991z\"\n data-name=\"Path 839\"\n transform=\"translate(-231.636 -403.478)\"\n />\n </g>\n <g\n id=\"Group_683\"\n data-name=\"Group 683\"\n transform=\"translate(57.594 .133)\"\n >\n <path\n id=\"Rectangle_55\"\n fill=\"#91d3d9\"\n d=\"M0 0H9.255V63.991H0z\"\n data-name=\"Rectangle 55\"\n />\n <g\n id=\"Group_682\"\n fill=\"#fff\"\n data-name=\"Group 682\"\n transform=\"translate(0 1.903)\"\n >\n <g\n id=\"Group_680\"\n data-name=\"Group 680\"\n transform=\"translate(0 2.133)\"\n >\n <path\n id=\"Rectangle_56\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 56\"\n transform=\"translate(0 57.593)\"\n />\n <path\n id=\"Rectangle_57\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 57\"\n transform=\"translate(0 53.327)\"\n />\n <path\n id=\"Rectangle_58\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 58\"\n transform=\"translate(0 49.06)\"\n />\n <path\n id=\"Rectangle_59\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 59\"\n transform=\"translate(0 44.795)\"\n />\n <path\n id=\"Rectangle_60\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 60\"\n transform=\"translate(0 40.529)\"\n />\n <path\n id=\"Rectangle_61\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 61\"\n transform=\"translate(0 36.262)\"\n />\n <path\n id=\"Rectangle_62\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 62\"\n transform=\"translate(0 31.996)\"\n />\n <path\n id=\"Rectangle_63\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 63\"\n transform=\"translate(0 27.73)\"\n />\n <path\n id=\"Rectangle_64\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 64\"\n transform=\"translate(0 23.464)\"\n />\n <path\n id=\"Rectangle_65\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 65\"\n transform=\"translate(0 19.198)\"\n />\n <path\n id=\"Rectangle_66\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 66\"\n transform=\"translate(0 14.932)\"\n />\n <path\n id=\"Rectangle_67\"\n d=\"M0 0H1.22V0.46H0z\"\n data-name=\"Rectangle 67\"\n transform=\"translate(0 8.533)\"\n />\n <path\n id=\"Rectangle_68\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 68\"\n transform=\"translate(0 4.267)\"\n />\n <path\n id=\"Rectangle_69\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 69\"\n />\n </g>\n <g id=\"Group_681\" data-name=\"Group 681\">\n <path\n id=\"Rectangle_70\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 70\"\n transform=\"translate(0 57.592)\"\n />\n <path\n id=\"Rectangle_71\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 71\"\n transform=\"translate(0 53.326)\"\n />\n <path\n id=\"Rectangle_72\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 72\"\n transform=\"translate(0 49.06)\"\n />\n <path\n id=\"Rectangle_73\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 73\"\n transform=\"translate(0 44.794)\"\n />\n <path\n id=\"Rectangle_74\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 74\"\n transform=\"translate(0 40.528)\"\n />\n <path\n id=\"Rectangle_75\"\n d=\"M0 0H1.286V0.46H0z\"\n data-name=\"Rectangle 75\"\n transform=\"translate(0 36.262)\"\n />\n <path\n id=\"Rectangle_76\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 76\"\n transform=\"translate(0 31.996)\"\n />\n <path\n id=\"Rectangle_77\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 77\"\n transform=\"translate(0 27.729)\"\n />\n <path\n id=\"Rectangle_78\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 78\"\n transform=\"translate(0 23.463)\"\n />\n <path\n id=\"Rectangle_79\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 79\"\n transform=\"translate(0 19.198)\"\n />\n <path\n id=\"Rectangle_80\"\n d=\"M0 0H1.285V0.46H0z\"\n data-name=\"Rectangle 80\"\n transform=\"translate(0 14.931)\"\n />\n <path\n id=\"Rectangle_81\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 81\"\n transform=\"translate(0 12.798)\"\n />\n <path\n id=\"Rectangle_82\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 82\"\n transform=\"translate(0 8.532)\"\n />\n <path\n id=\"Rectangle_83\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 83\"\n transform=\"translate(0 4.266)\"\n />\n <path\n id=\"Rectangle_84\"\n d=\"M0 0H2.44V0.46H0z\"\n data-name=\"Rectangle 84\"\n />\n </g>\n </g>\n </g>\n <g\n id=\"Group_686\"\n data-name=\"Group 686\"\n transform=\"translate(34.474 42.969)\"\n >\n <g id=\"Group_685\" data-name=\"Group 685\">\n <g id=\"Group_684\" fill=\"#ff9978\" data-name=\"Group 684\">\n <path\n id=\"Path_840\"\n d=\"M198.944 509.786h-1.432l-.418 2.082h2.267z\"\n data-name=\"Path 840\"\n transform=\"translate(-188.792 -509.786)\"\n />\n <path\n id=\"Path_841\"\n d=\"M184.614 512.742l-1.24.716.679 2.013 1.964-1.134z\"\n data-name=\"Path 841\"\n transform=\"translate(-179.275 -511.836)\"\n />\n <path\n id=\"Path_842\"\n d=\"M173.674 523.158l-.715 1.24 1.6 1.4 1.133-1.963z\"\n data-name=\"Path 842\"\n transform=\"translate(-172.052 -519.06)\"\n />\n <path\n id=\"Path_843\"\n d=\"M170 537.3v1.431l2.083.418v-2.269z\"\n data-name=\"Path 843\"\n transform=\"translate(-169.998 -528.577)\"\n />\n <path\n id=\"Path_844\"\n d=\"M172.959 550.776l.716 1.24 2.012-.681-1.133-1.963z\"\n data-name=\"Path 844\"\n transform=\"translate(-172.052 -537.242)\"\n />\n <path\n id=\"Path_845\"\n d=\"M183.374 561.523l1.24.716 1.4-1.6-1.963-1.133z\"\n data-name=\"Path 845\"\n transform=\"translate(-179.275 -544.273)\"\n />\n <path\n id=\"Path_846\"\n d=\"M197.515 566.658h1.431l.418-2.082H197.1z\"\n data-name=\"Path 846\"\n transform=\"translate(-188.793 -547.786)\"\n />\n <path\n id=\"Path_847\"\n d=\"M210.993 562.239l1.239-.716-.68-2.013-1.963 1.133z\"\n data-name=\"Path 847\"\n transform=\"translate(-197.457 -544.273)\"\n />\n <path\n id=\"Path_848\"\n d=\"M221.739 552.017l.715-1.24-1.6-1.4-1.133 1.963z\"\n data-name=\"Path 848\"\n transform=\"translate(-204.487 -537.242)\"\n />\n <path\n id=\"Path_849\"\n d=\"M226.874 538.729V537.3l-2.083-.418v2.267z\"\n data-name=\"Path 849\"\n transform=\"translate(-208 -528.577)\"\n />\n <path\n id=\"Path_850\"\n d=\"M222.454 524.4l-.715-1.24-2.013.68 1.133 1.963z\"\n data-name=\"Path 850\"\n transform=\"translate(-204.487 -519.06)\"\n />\n <path\n id=\"Path_851\"\n d=\"M212.232 513.46l-1.24-.715-1.4 1.595 1.963 1.133z\"\n data-name=\"Path 851\"\n transform=\"translate(-197.457 -511.838)\"\n />\n </g>\n </g>\n <path\n id=\"Path_852\"\n fill=\"#f68360\"\n d=\"M183.955 516.3a7.439 7.439 0 107.439 7.439 7.439 7.439 0 00-7.439-7.439zm0 9.5a2.061 2.061 0 112.061-2.06 2.063 2.063 0 01-2.061 2.06z\"\n data-name=\"Path 852\"\n transform=\"translate(-174.518 -514.306)\"\n />\n <path\n id=\"Path_853\"\n fill=\"#232e38\"\n d=\"M192.712 528.925a3.571 3.571 0 103.571 3.571 3.57 3.57 0 00-3.571-3.571zm0 5.357a1.785 1.785 0 111.788-1.782 1.787 1.787 0 01-1.788 1.782z\"\n data-name=\"Path 853\"\n transform=\"translate(-183.275 -523.06)\"\n />\n </g>\n <g id=\"Group_690\" data-name=\"Group 690\">\n <g id=\"Group_689\" clipPath=\"url(#clip-path)\" data-name=\"Group 689\">\n <g\n id=\"Group_688\"\n data-name=\"Group 688\"\n transform=\"translate(46.07 23.393)\"\n >\n <path\n id=\"Rectangle_85\"\n fill=\"#353f49\"\n d=\"M0 0H33.601V43.358H0z\"\n data-name=\"Rectangle 85\"\n transform=\"translate(0 4.116)\"\n />\n <g\n id=\"Group_687\"\n data-name=\"Group 687\"\n transform=\"translate(3.634 7.793)\"\n >\n <path\n id=\"Rectangle_86\"\n fill=\"#abe0e5\"\n d=\"M0 0H6.865V0.681H0z\"\n data-name=\"Rectangle 86\"\n />\n <path\n id=\"Rectangle_87\"\n fill=\"#abe0e5\"\n d=\"M0 0H1.935V0.681H0z\"\n data-name=\"Rectangle 87\"\n transform=\"translate(0 5.226)\"\n />\n <path\n id=\"Rectangle_88\"\n fill=\"#f68360\"\n d=\"M0 0H2.73V0.681H0z\"\n data-name=\"Rectangle 88\"\n transform=\"translate(8.062)\"\n />\n <path\n id=\"Rectangle_89\"\n fill=\"#656a73\"\n d=\"M0 0H6.987V0.681H0z\"\n data-name=\"Rectangle 89\"\n transform=\"translate(2.436 5.226)\"\n />\n <path\n id=\"Rectangle_90\"\n fill=\"#abe0e5\"\n d=\"M0 0H3.079V0.68H0z\"\n data-name=\"Rectangle 90\"\n transform=\"translate(1.935 1.786)\"\n />\n <path\n id=\"Rectangle_91\"\n fill=\"#abe0e5\"\n d=\"M0 0H3.079V0.68H0z\"\n data-name=\"Rectangle 91\"\n transform=\"translate(1.935 10.585)\"\n />\n <path\n id=\"Rectangle_92\"\n fill=\"#e6e5e5\"\n d=\"M0 0H5.015V0.681H0z\"\n data-name=\"Rectangle 92\"\n transform=\"translate(0 21.168)\"\n />\n <path\n id=\"Rectangle_93\"\n fill=\"#abe0e5\"\n d=\"M0 0H1.27V0.681H0z\"\n data-name=\"Rectangle 93\"\n transform=\"translate(1.935 12.372)\"\n />\n <path\n id=\"Rectangle_94\"\n fill=\"#abe0e5\"\n d=\"M0 0H8.043V0.68H0z\"\n data-name=\"Rectangle 94\"\n transform=\"translate(5.742 10.585)\"\n />\n <path\n id=\"Rectangle_95\"\n fill=\"#abe0e5\"\n d=\"M0 0H7.8V0.68H0z\"\n data-name=\"Rectangle 95\"\n transform=\"translate(5.227 15.943)\"\n />\n <path\n id=\"Rectangle_96\"\n fill=\"#abe0e5\"\n d=\"M0 0H2.799V0.681H0z\"\n data-name=\"Rectangle 96\"\n transform=\"translate(3.572 35.323)\"\n />\n <path\n id=\"Rectangle_97\"\n fill=\"#e6e5e5\"\n d=\"M0 0H2.885V0.681H0z\"\n data-name=\"Rectangle 97\"\n transform=\"translate(13.97 22.954)\"\n />\n <path\n id=\"Rectangle_98\"\n fill=\"#e6e5e5\"\n d=\"M0 0H5.435V0.68H0z\"\n data-name=\"Rectangle 98\"\n transform=\"translate(5.825 31.751)\"\n />\n <path\n id=\"Rectangle_99\"\n fill=\"#e6e5e5\"\n d=\"M0 0H6.386V0.681H0z\"\n data-name=\"Rectangle 99\"\n transform=\"translate(7.586 35.323)\"\n />\n <path\n id=\"Rectangle_100\"\n fill=\"#f68360\"\n d=\"M0 0H2.321V0.68H0z\"\n data-name=\"Rectangle 100\"\n transform=\"translate(19.067 26.525)\"\n />\n <path\n id=\"Rectangle_101\"\n fill=\"#f68360\"\n d=\"M0 0H5.791V0.68H0z\"\n data-name=\"Rectangle 101\"\n transform=\"translate(14.437 15.943)\"\n />\n <path\n id=\"Rectangle_102\"\n fill=\"#656a73\"\n d=\"M0 0H5.785V0.68H0z\"\n data-name=\"Rectangle 102\"\n transform=\"translate(14.698 10.585)\"\n />\n <path\n id=\"Rectangle_103\"\n fill=\"#656a73\"\n d=\"M0 0H3.542V0.68H0z\"\n data-name=\"Rectangle 103\"\n transform=\"translate(21.661 10.585)\"\n />\n <path\n id=\"Rectangle_104\"\n fill=\"#656a73\"\n d=\"M0 0H4.594V0.68H0z\"\n data-name=\"Rectangle 104\"\n transform=\"translate(1.935 7.013)\"\n />\n <path\n id=\"Rectangle_105\"\n fill=\"#656a73\"\n d=\"M0 0H6.514V0.681H0z\"\n data-name=\"Rectangle 105\"\n transform=\"translate(1.935 8.799)\"\n />\n <path\n id=\"Rectangle_106\"\n fill=\"#656a73\"\n d=\"M0 0H7.466V0.681H0z\"\n data-name=\"Rectangle 106\"\n transform=\"translate(3.675 12.372)\"\n />\n <path\n id=\"Rectangle_107\"\n fill=\"#e6e5e5\"\n d=\"M0 0H7.465V0.68H0z\"\n data-name=\"Rectangle 107\"\n transform=\"translate(1.935 24.74)\"\n />\n <path\n id=\"Rectangle_108\"\n fill=\"#656a73\"\n d=\"M0 0H8.198V0.68H0z\"\n data-name=\"Rectangle 108\"\n transform=\"translate(1.935 26.525)\"\n />\n <path\n id=\"Rectangle_109\"\n fill=\"#f68360\"\n d=\"M0 0H14.512V0.679H0z\"\n data-name=\"Rectangle 109\"\n transform=\"translate(8.919 33.539)\"\n />\n <path\n id=\"Rectangle_110\"\n fill=\"#656a73\"\n d=\"M0 0H3.179V0.681H0z\"\n data-name=\"Rectangle 110\"\n transform=\"translate(15.917 35.323)\"\n />\n <path\n id=\"Rectangle_111\"\n fill=\"#656a73\"\n d=\"M0 0H7.112V0.68H0z\"\n data-name=\"Rectangle 111\"\n transform=\"translate(11.014 26.525)\"\n />\n <path\n id=\"Rectangle_112\"\n fill=\"#656a73\"\n d=\"M0 0H7.111V0.68H0z\"\n data-name=\"Rectangle 112\"\n transform=\"translate(13.327 31.751)\"\n />\n <path\n id=\"Rectangle_113\"\n fill=\"#abe0e5\"\n d=\"M0 0H2.426V0.68H0z\"\n data-name=\"Rectangle 113\"\n transform=\"translate(3.675 14.157)\"\n />\n <path\n id=\"Rectangle_114\"\n fill=\"#abe0e5\"\n d=\"M0 0H2.639V0.68H0z\"\n data-name=\"Rectangle 114\"\n transform=\"translate(3.675 17.729)\"\n />\n <path\n id=\"Rectangle_115\"\n fill=\"#abe0e5\"\n d=\"M0 0H11.091V0.681H0z\"\n data-name=\"Rectangle 115\"\n transform=\"translate(1.935 22.954)\"\n />\n <path\n id=\"Rectangle_116\"\n fill=\"#abe0e5\"\n d=\"M0 0H4.972V0.68H0z\"\n data-name=\"Rectangle 116\"\n transform=\"translate(0 31.751)\"\n />\n <path\n id=\"Rectangle_117\"\n fill=\"#abe0e5\"\n d=\"M0 0H5.664V0.68H0z\"\n data-name=\"Rectangle 117\"\n transform=\"translate(1.935 33.539)\"\n />\n <path\n id=\"Rectangle_118\"\n fill=\"#e6e5e5\"\n d=\"M0 0H14.575V0.68H0z\"\n data-name=\"Rectangle 118\"\n transform=\"translate(6.865 14.157)\"\n />\n <path\n id=\"Rectangle_119\"\n fill=\"#656a73\"\n d=\"M0 0H4.66V0.681H0z\"\n data-name=\"Rectangle 119\"\n transform=\"translate(3.486 28.311)\"\n />\n <path\n id=\"Rectangle_120\"\n fill=\"#e6e5e5\"\n d=\"M0 0H12.887V0.681H0z\"\n data-name=\"Rectangle 120\"\n transform=\"translate(9.745 28.311)\"\n />\n <path\n id=\"Rectangle_121\"\n fill=\"#f68360\"\n d=\"M0 0H4.913V0.681H0z\"\n data-name=\"Rectangle 121\"\n transform=\"translate(12.678 12.372)\"\n />\n <path\n id=\"Rectangle_122\"\n fill=\"#656a73\"\n d=\"M0 0H6.512V0.681H0z\"\n data-name=\"Rectangle 122\"\n transform=\"translate(9.144 8.799)\"\n />\n <path\n id=\"Rectangle_123\"\n fill=\"#f68360\"\n d=\"M0 0H5.352V0.681H0z\"\n data-name=\"Rectangle 123\"\n transform=\"translate(16.107 8.799)\"\n />\n <path\n id=\"Rectangle_124\"\n fill=\"#e6e5e5\"\n d=\"M0 0H2.899V0.681H0z\"\n data-name=\"Rectangle 124\"\n transform=\"translate(23.433 8.799)\"\n />\n <path\n id=\"Rectangle_125\"\n fill=\"#e6e5e5\"\n d=\"M0 0H7.054V0.68H0z\"\n data-name=\"Rectangle 125\"\n transform=\"translate(8.03 7.013)\"\n />\n <path\n id=\"Rectangle_126\"\n fill=\"#e6e5e5\"\n d=\"M0 0H6.984V0.68H0z\"\n data-name=\"Rectangle 126\"\n transform=\"translate(6.154 1.786)\"\n />\n </g>\n <path\n id=\"Rectangle_127\"\n fill=\"#232e38\"\n d=\"M0 0H33.601V4.116H0z\"\n data-name=\"Rectangle 127\"\n />\n </g>\n </g>\n </g>\n <g\n id=\"Group_692\"\n data-name=\"Group 692\"\n transform=\"translate(5.713 33.126)\"\n >\n <path\n id=\"Path_854\"\n fill=\"#232e38\"\n d=\"M76.143 479.081a1.418 1.418 0 011.414-1.416h23.18a1.419 1.419 0 011.414 1.416v34.913a1.417 1.417 0 01-1.414 1.413h-23.18a1.416 1.416 0 01-1.414-1.413z\"\n data-name=\"Path 854\"\n transform=\"translate(-76.143 -477.665)\"\n />\n <path\n id=\"Rectangle_128\"\n fill=\"#474f59\"\n d=\"M.707 0H3.42a.708.708 0 01.708.708.707.707 0 01-.707.707H.707A.707.707 0 010 .708.707.707 0 01.707 0z\"\n data-name=\"Rectangle 128\"\n transform=\"translate(10.94 34.749)\"\n />\n <path\n id=\"Path_855\"\n fill=\"#474f59\"\n d=\"M117.112 482.861a.648.648 0 010-1.3.648.648 0 110 1.3z\"\n data-name=\"Path 855\"\n transform=\"translate(-104.111 -480.369)\"\n />\n <path\n id=\"Path_856\"\n fill=\"#d9d8d7\"\n d=\"M117.968 483.341a.271.271 0 11.271-.272.271.271 0 01-.271.272z\"\n data-name=\"Path 856\"\n transform=\"translate(-104.965 -481.226)\"\n />\n <path\n id=\"Rectangle_129\"\n fill=\"#fff\"\n d=\"M0 0H23.056V29.485H0z\"\n data-name=\"Rectangle 129\"\n transform=\"translate(1.474 3.687)\"\n />\n <g\n id=\"Group_691\"\n data-name=\"Group 691\"\n transform=\"translate(2.383 8.707)\"\n >\n <path\n id=\"Rectangle_130\"\n fill=\"#f68360\"\n d=\"M0 0H4.605V4.604H0z\"\n data-name=\"Rectangle 130\"\n />\n <path\n id=\"Rectangle_131\"\n fill=\"#abe0e5\"\n d=\"M0 0H4.605V4.604H0z\"\n data-name=\"Rectangle 131\"\n transform=\"translate(5.525)\"\n />\n <path\n id=\"Rectangle_132\"\n fill=\"#ffd680\"\n d=\"M0 0H4.605V4.604H0z\"\n data-name=\"Rectangle 132\"\n transform=\"translate(11.05)\"\n />\n <path\n id=\"Rectangle_133\"\n fill=\"#474f59\"\n d=\"M0 0H4.605V4.604H0z\"\n data-name=\"Rectangle 133\"\n transform=\"translate(16.576)\"\n />\n <path\n id=\"Rectangle_134\"\n fill=\"#ffd680\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 134\"\n transform=\"translate(0 5.524)\"\n />\n <path\n id=\"Rectangle_135\"\n fill=\"#474f59\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 135\"\n transform=\"translate(5.525 5.524)\"\n />\n <path\n id=\"Rectangle_136\"\n fill=\"#abe0e5\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 136\"\n transform=\"translate(11.05 5.524)\"\n />\n <path\n id=\"Rectangle_137\"\n fill=\"#f68360\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 137\"\n transform=\"translate(16.576 5.524)\"\n />\n <path\n id=\"Rectangle_138\"\n fill=\"#f68360\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 138\"\n transform=\"translate(5.525 11.049)\"\n />\n <path\n id=\"Rectangle_139\"\n fill=\"#cccbca\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 139\"\n transform=\"translate(11.05 11.049)\"\n />\n <path\n id=\"Rectangle_140\"\n fill=\"#ffd680\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 140\"\n transform=\"translate(16.576 11.049)\"\n />\n <path\n id=\"Rectangle_141\"\n fill=\"#f68360\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 141\"\n transform=\"translate(0 18.9)\"\n />\n <path\n id=\"Rectangle_142\"\n fill=\"#cccbca\"\n d=\"M0 0H4.605V4.605H0z\"\n data-name=\"Rectangle 142\"\n transform=\"translate(5.525 18.9)\"\n />\n </g>\n <path\n id=\"Rectangle_143\"\n fill=\"#e6e5e5\"\n d=\"M0 0H23.056V4.059H0z\"\n data-name=\"Rectangle 143\"\n transform=\"translate(1.474 3.687)\"\n />\n </g>\n <g\n id=\"Group_704\"\n data-name=\"Group 704\"\n transform=\"translate(22.236 66.298)\"\n >\n <path\n id=\"Rectangle_144\"\n fill=\"#c4edf1\"\n d=\"M0 0H17.602V11.549H0z\"\n data-name=\"Rectangle 144\"\n transform=\"translate(0 1.961)\"\n />\n <path\n id=\"Rectangle_145\"\n fill=\"#f68360\"\n d=\"M0 0H17.602V1.961H0z\"\n data-name=\"Rectangle 145\"\n />\n <g\n id=\"Group_703\"\n data-name=\"Group 703\"\n transform=\"translate(3.267 3.742)\"\n >\n <g\n id=\"Group_693\"\n data-name=\"Group 693\"\n transform=\"translate(2.732 6.024)\"\n >\n <path\n id=\"Rectangle_146\"\n fill=\"#f68360\"\n d=\"M0 0H5.603V1.961H0z\"\n data-name=\"Rectangle 146\"\n />\n <path\n id=\"Rectangle_147\"\n fill=\"#fff\"\n d=\"M0 0H3.03V0.506H0z\"\n data-name=\"Rectangle 147\"\n transform=\"translate(1.287 .728)\"\n />\n </g>\n <g id=\"Group_697\" data-name=\"Group 697\">\n <g\n id=\"Group_695\"\n data-name=\"Group 695\"\n transform=\"translate(9.106)\"\n >\n <path\n id=\"Rectangle_148\"\n fill=\"#91d3d9\"\n d=\"M0 0H1.961V1.962H0z\"\n data-name=\"Rectangle 148\"\n />\n <g\n id=\"Group_694\"\n fill=\"#fff\"\n data-name=\"Group 694\"\n transform=\"translate(.439 .455)\"\n >\n <path\n id=\"Path_857\"\n d=\"M173.27 599.956a.3.3 0 11-.292-.344.322.322 0 01.292.344z\"\n data-name=\"Path 857\"\n transform=\"translate(-172.436 -599.612)\"\n />\n <path\n id=\"Path_858\"\n d=\"M172.568 602.123a.363.363 0 01-.311 0c-.211.038-.368.147-.386.281h1.083c-.018-.134-.175-.243-.386-.281z\"\n data-name=\"Path 858\"\n transform=\"translate(-171.871 -601.354)\"\n />\n </g>\n </g>\n <g id=\"Group_696\" data-name=\"Group 696\">\n <path\n id=\"Rectangle_149\"\n fill=\"#fff\"\n d=\"M0 0H9.106V1.962H0z\"\n data-name=\"Rectangle 149\"\n />\n <path\n id=\"Rectangle_150\"\n fill=\"#cccbca\"\n d=\"M0 0H5.551V0.505H0z\"\n data-name=\"Rectangle 150\"\n transform=\"translate(1.778 .728)\"\n />\n </g>\n </g>\n <g\n id=\"Group_702\"\n data-name=\"Group 702\"\n transform=\"translate(0 2.662)\"\n >\n <g\n id=\"Group_698\"\n data-name=\"Group 698\"\n transform=\"translate(9.106)\"\n >\n <path\n id=\"Rectangle_151\"\n fill=\"#91d3d9\"\n d=\"M0 0H1.961V1.961H0z\"\n data-name=\"Rectangle 151\"\n />\n <path\n id=\"Path_859\"\n fill=\"#fff\"\n d=\"M173.067 608.732v-.162a.272.272 0 00-.544 0v.162h-.1v.617h.746v-.617zm-.087 0h-.37v-.162a.185.185 0 01.37 0z\"\n data-name=\"Path 859\"\n transform=\"translate(-171.815 -607.843)\"\n />\n </g>\n <g id=\"Group_701\" data-name=\"Group 701\">\n <path\n id=\"Rectangle_152\"\n fill=\"#fff\"\n d=\"M0 0H9.106V1.961H0z\"\n data-name=\"Rectangle 152\"\n />\n <g\n id=\"Group_700\"\n data-name=\"Group 700\"\n transform=\"translate(1.778 .728)\"\n >\n <g id=\"Group_699\" fill=\"#474f59\" data-name=\"Group 699\">\n <path\n id=\"Path_860\"\n d=\"M146.777 609.189a.253.253 0 10.252.252.253.253 0 00-.252-.252z\"\n data-name=\"Path 860\"\n transform=\"translate(-146.524 -609.189)\"\n />\n <path\n id=\"Path_861\"\n d=\"M150.07 609.189a.253.253 0 10.253.252.252.252 0 00-.253-.252z\"\n data-name=\"Path 861\"\n transform=\"translate(-148.809 -609.189)\"\n />\n <path\n id=\"Path_862\"\n d=\"M153.361 609.189a.253.253 0 10.253.252.252.252 0 00-.253-.252z\"\n data-name=\"Path 862\"\n transform=\"translate(-151.091 -609.189)\"\n />\n <path\n id=\"Path_863\"\n d=\"M156.655 609.189a.253.253 0 10.253.252.253.253 0 00-.253-.252z\"\n data-name=\"Path 863\"\n transform=\"translate(-153.375 -609.189)\"\n />\n <path\n id=\"Path_864\"\n d=\"M159.949 609.189a.253.253 0 10.252.252.252.252 0 00-.252-.252z\"\n data-name=\"Path 864\"\n transform=\"translate(-155.66 -609.189)\"\n />\n <path\n id=\"Path_865\"\n d=\"M163.242 609.189a.253.253 0 10.253.252.252.252 0 00-.253-.252z\"\n data-name=\"Path 865\"\n transform=\"translate(-157.944 -609.189)\"\n />\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n <g\n id=\"Group_709\"\n data-name=\"Group 709\"\n transform=\"translate(7.023 10.088)\"\n >\n <g\n id=\"Group_706\"\n data-name=\"Group 706\"\n transform=\"translate(0 17.439)\"\n >\n <path\n id=\"Path_866\"\n fill=\"#474f59\"\n d=\"M86.58 467.19a.215.215 0 01-.132-.384l9.17-7.173a1.133 1.133 0 011.258-.093l8.612 4.887a.215.215 0 01-.212.373l-8.611-4.887a.706.706 0 00-.782.058l-9.17 7.173a.214.214 0 01-.133.046z\"\n data-name=\"Path 866\"\n transform=\"translate(-84.543 -459.393)\"\n />\n <g\n id=\"Group_705\"\n data-name=\"Group 705\"\n transform=\"translate(0 4.688)\"\n >\n <path\n id=\"Rectangle_153\"\n fill=\"#f68360\"\n d=\"M0 0H18.8V4.059H0z\"\n data-name=\"Rectangle 153\"\n transform=\"rotate(-7.25 22.994 1.472)\"\n />\n <path\n id=\"Rectangle_154\"\n fill=\"#fff\"\n d=\"M0 0H17.638V2.452H0z\"\n data-name=\"Rectangle 154\"\n transform=\"rotate(-7.19 29.068 -3.583)\"\n />\n <path\n id=\"Rectangle_155\"\n fill=\"#cccbca\"\n d=\"M0 0H5.181V0.509H0z\"\n data-name=\"Rectangle 155\"\n transform=\"rotate(-7.19 36.382 -10.761)\"\n />\n <path\n id=\"Rectangle_156\"\n fill=\"#f68360\"\n d=\"M0 0H4.256V4.059H0z\"\n data-name=\"Rectangle 156\"\n transform=\"rotate(-7.25 13.758 -148.343)\"\n />\n <path\n id=\"Path_867\"\n fill=\"#fff\"\n d=\"M147.62 480.432l-.493-.382a.059.059 0 00-.045-.013.06.06 0 00-.041.023l-.017.022-.14-.109a.792.792 0 10-.106.137l.14.108-.017.022a.059.059 0 00-.013.045.061.061 0 00.023.041l.493.382a.176.176 0 00.246-.031.175.175 0 00-.031-.246zm-1.33-.221a.658.658 0 11.57-.735.658.658 0 01-.57.735z\"\n data-name=\"Path 867\"\n transform=\"translate(-125.497 -477.517)\"\n />\n </g>\n </g>\n <g id=\"Group_708\" data-name=\"Group 708\" transform=\"translate(9.01)\">\n <g\n id=\"Group_707\"\n data-name=\"Group 707\"\n transform=\"translate(0 10.872)\"\n >\n <path\n id=\"Path_868\"\n fill=\"#ffb959\"\n d=\"M112.5 448.712a2.685 2.685 0 01-2.681-2.681.383.383 0 11.766 0 1.915 1.915 0 101.915-1.916.383.383 0 01-.383-.383v-1.086a.383.383 0 11.766 0v.731a2.682 2.682 0 01-.383 5.336z\"\n data-name=\"Path 868\"\n transform=\"translate(-109.822 -440.945)\"\n />\n <path\n id=\"Path_869\"\n fill=\"#232e38\"\n d=\"M116.215 440.047a1.042 1.042 0 111.042-1.047 1.043 1.043 0 01-1.042 1.047zm0-1.318a.276.276 0 10.276.275.276.276 0 00-.276-.275z\"\n data-name=\"Path 869\"\n transform=\"translate(-113.533 -437.963)\"\n />\n </g>\n <path\n id=\"Path_870\"\n fill=\"#656a73\"\n d=\"M118.087 414.613a.215.215 0 01-.215-.215V402.7a.215.215 0 11.429 0v11.7a.215.215 0 01-.214.213z\"\n data-name=\"Path 870\"\n transform=\"translate(-115.405 -402.485)\"\n />\n </g>\n <path\n id=\"Path_871\"\n fill=\"#474f59\"\n d=\"M115.484 460.51a.7.7 0 00-.352.144l-.579.453a2.5 2.5 0 01-.432-.205l.668-.524a1.873 1.873 0 00.695.132z\"\n data-name=\"Path 871\"\n transform=\"translate(-103.793 -442.637)\"\n />\n </g>\n <g\n id=\"Group_723\"\n data-name=\"Group 723\"\n transform=\"translate(58.574 57.712)\"\n >\n <g id=\"Group_711\" data-name=\"Group 711\">\n <path\n id=\"Rectangle_157\"\n fill=\"#f68360\"\n d=\"M0 0H21.049V13.156H0z\"\n data-name=\"Rectangle 157\"\n />\n <g\n id=\"Group_710\"\n fill=\"#fff\"\n data-name=\"Group 710\"\n transform=\"translate(7.459 3.512)\"\n >\n <path\n id=\"Path_872\"\n d=\"M276.051 575.487a3.065 3.065 0 113.065-3.066 3.069 3.069 0 01-3.065 3.066zm0-5.933a2.868 2.868 0 102.868 2.867 2.871 2.871 0 00-2.868-2.867z\"\n data-name=\"Path 872\"\n transform=\"translate(-272.986 -569.356)\"\n />\n <path\n id=\"Path_873\"\n d=\"M281.128 576.138l1.71.987-1.71.988z\"\n data-name=\"Path 873\"\n transform=\"translate(-278.633 -574.06)\"\n />\n </g>\n </g>\n <g\n id=\"Group_722\"\n data-name=\"Group 722\"\n transform=\"translate(0 13.156)\"\n >\n <path\n id=\"Rectangle_158\"\n fill=\"#353f49\"\n d=\"M0 0H21.049V3.947H0z\"\n data-name=\"Rectangle 158\"\n />\n <g\n id=\"Group_721\"\n data-name=\"Group 721\"\n transform=\"translate(1.161 1.284)\"\n >\n <g\n id=\"Group_715\"\n data-name=\"Group 715\"\n transform=\"translate(2.301 .41)\"\n >\n <g id=\"Group_714\" fill=\"#cccbca\" data-name=\"Group 714\">\n <g\n id=\"Group_712\"\n data-name=\"Group 712\"\n transform=\"translate(12.148)\"\n >\n <path\n id=\"Path_874\"\n d=\"M299.585 606.632c0-.133.059-.279.207-.279s.207.147.207.279-.059.28-.207.28-.207-.148-.207-.28zm.346 0c0-.108-.035-.219-.138-.219s-.138.111-.138.219.035.22.138.22.138-.111.138-.22z\"\n data-name=\"Path 874\"\n transform=\"translate(-299.585 -606.353)\"\n />\n <path\n id=\"Path_875\"\n d=\"M301.151 606.823l.039-.042a.19.19 0 00.151.071c.079 0 .126-.04.126-.1s-.055-.1-.135-.1h-.056v-.062h.056c.068 0 .126-.027.126-.089s-.055-.093-.121-.093a.179.179 0 00-.143.066l-.037-.043a.232.232 0 01.186-.084c.1 0 .183.052.183.143a.131.131 0 01-.116.126.138.138 0 01.125.134c0 .091-.073.156-.193.156a.228.228 0 01-.191-.083z\"\n data-name=\"Path 875\"\n transform=\"translate(-300.671 -606.353)\"\n />\n <path\n id=\"Path_876\"\n d=\"M302.711 606.894a.045.045 0 01.089 0 .045.045 0 01-.089 0zm0 .316a.045.045 0 01.089 0 .045.045 0 11-.089 0z\"\n data-name=\"Path 876\"\n transform=\"translate(-301.753 -606.697)\"\n />\n <path\n id=\"Path_877\"\n d=\"M303.491 606.922v-.137h-.258v-.056l.233-.348h.092v.346h.077v.059h-.077v.137zm0-.479l-.191.283h.191z\"\n data-name=\"Path 877\"\n transform=\"translate(-302.115 -606.372)\"\n />\n <path\n id=\"Path_878\"\n d=\"M304.766 606.766a.16.16 0 01.129-.142.143.143 0 01-.12-.13c0-.1.095-.14.185-.14s.186.043.186.14a.143.143 0 01-.121.13.161.161 0 01.129.142c0 .092-.088.147-.195.147s-.193-.055-.193-.147zm.32-.007c0-.071-.093-.1-.126-.1s-.126.033-.126.1.058.095.126.095.126-.037.126-.096zm-.008-.256c0-.056-.053-.089-.118-.089s-.117.033-.117.089.085.087.117.094.118-.029.118-.097z\"\n data-name=\"Path 878\"\n transform=\"translate(-303.178 -606.353)\"\n />\n </g>\n <g id=\"Group_713\" data-name=\"Group 713\">\n <path\n id=\"Path_879\"\n d=\"M259.943 606.632c0-.133.059-.279.207-.279s.207.146.207.279-.059.28-.207.28-.207-.148-.207-.28zm.345 0c0-.108-.035-.219-.138-.219s-.138.111-.138.219.036.22.138.22.138-.111.138-.22z\"\n data-name=\"Path 879\"\n transform=\"translate(-259.943 -606.353)\"\n />\n <path\n id=\"Path_880\"\n d=\"M261.615 606.922v-.453l-.087.092-.041-.041.136-.139h.059v.542z\"\n data-name=\"Path 880\"\n transform=\"translate(-261.014 -606.372)\"\n />\n <path\n id=\"Path_881\"\n d=\"M262.49 606.894a.045.045 0 01.089 0 .045.045 0 01-.089 0zm0 .316a.045.045 0 01.089 0 .045.045 0 11-.089 0z\"\n data-name=\"Path 881\"\n transform=\"translate(-261.709 -606.697)\"\n />\n <path\n id=\"Path_882\"\n d=\"M263.112 606.922v-.453l-.087.092-.04-.041.136-.139h.059v.542z\"\n data-name=\"Path 882\"\n transform=\"translate(-262.053 -606.372)\"\n />\n <path\n id=\"Path_883\"\n d=\"M263.982 606.922l.219-.481h-.292v-.06h.37v.046l-.222.5z\"\n data-name=\"Path 883\"\n transform=\"translate(-262.694 -606.372)\"\n />\n </g>\n </g>\n </g>\n <g\n id=\"Group_717\"\n data-name=\"Group 717\"\n transform=\"translate(4.735 .207)\"\n >\n <g\n id=\"Group_716\"\n data-name=\"Group 716\"\n transform=\"translate(0 .31)\"\n >\n <path\n id=\"Path_884\"\n fill=\"#cccbca\"\n d=\"M284.663 606.7h-5.685v.344h5.685a.172.172 0 000-.344z\"\n data-name=\"Path 884\"\n transform=\"translate(-275.578 -606.703)\"\n />\n <path\n id=\"Path_885\"\n fill=\"#91d3d9\"\n d=\"M271.456 606.875a.173.173 0 01-.172.172h-3.227a.173.173 0 01-.172-.172.173.173 0 01.172-.172h3.227a.173.173 0 01.172.172z\"\n data-name=\"Path 885\"\n transform=\"translate(-267.884 -606.703)\"\n />\n </g>\n <path\n id=\"Path_886\"\n fill=\"#fff\"\n d=\"M278.368 606.173a.482.482 0 11-.482-.482.482.482 0 01.482.482z\"\n data-name=\"Path 886\"\n transform=\"translate(-274.487 -605.691)\"\n />\n </g>\n <g id=\"Group_720\" data-name=\"Group 720\">\n <path\n id=\"Path_887\"\n fill=\"#cccbca\"\n d=\"M252.434 605.519l.928.535-.928.536z\"\n data-name=\"Path 887\"\n transform=\"translate(-252.434 -605.365)\"\n />\n <g\n id=\"Group_719\"\n data-name=\"Group 719\"\n transform=\"translate(17.796)\"\n >\n <g id=\"Group_718\" fill=\"#cccbca\" data-name=\"Group 718\">\n <path\n id=\"Rectangle_159\"\n d=\"M0 0H0.439V0.631H0z\"\n data-name=\"Rectangle 159\"\n transform=\"translate(0 .374)\"\n />\n <path\n id=\"Path_888\"\n d=\"M312.432 606.394l-.491-.374v-.631l.491-.374z\"\n data-name=\"Path 888\"\n transform=\"translate(-311.501 -605.016)\"\n />\n </g>\n </g>\n </g>\n </g>\n </g>\n </g>\n <g\n id=\"Group_726\"\n data-name=\"Group 726\"\n transform=\"translate(37.127 30.879)\"\n >\n <path\n id=\"Rectangle_160\"\n fill=\"#ffd680\"\n d=\"M0 0H19.178V4.109H0z\"\n data-name=\"Rectangle 160\"\n transform=\"translate(4.11)\"\n />\n <path\n id=\"Rectangle_161\"\n fill=\"#ffb959\"\n d=\"M0 0H4.11V4.109H0z\"\n data-name=\"Rectangle 161\"\n />\n <path\n id=\"Rectangle_162\"\n fill=\"#ffb959\"\n d=\"M0 0H4.11V4.109H0z\"\n data-name=\"Rectangle 162\"\n transform=\"translate(23.288)\"\n />\n <path\n id=\"Rectangle_163\"\n fill=\"#fff\"\n d=\"M0 0H15.753V0.411H0z\"\n data-name=\"Rectangle 163\"\n transform=\"translate(5.822 1.849)\"\n />\n <path\n id=\"Path_889\"\n fill=\"#fff\"\n d=\"M183.038 474.355l1.424.822-1.424.822z\"\n data-name=\"Path 889\"\n transform=\"translate(-181.695 -473.123)\"\n />\n <g\n id=\"Group_725\"\n data-name=\"Group 725\"\n transform=\"translate(24.649 1.027)\"\n >\n <g id=\"Group_724\" fill=\"#fff\" data-name=\"Group 724\">\n <path\n id=\"Rectangle_164\"\n d=\"M0 0H0.656V0.94H0z\"\n data-name=\"Rectangle 164\"\n transform=\"translate(0 .558)\"\n />\n <path\n id=\"Path_890\"\n d=\"M261.964 475.741l-.732-.558v-.94l.732-.558z\"\n data-name=\"Path 890\"\n transform=\"translate(-260.576 -473.686)\"\n />\n </g>\n </g>\n <path\n id=\"Path_891\"\n fill=\"#ffb959\"\n d=\"M209.692 475.177a.822.822 0 11-.822-.823.822.822 0 01.822.823z\"\n data-name=\"Path 891\"\n transform=\"translate(-199.041 -473.123)\"\n />\n </g>\n </g>\n </g>\n </svg>\n);\n\nexport default IconEmptyData;\n","import styled, { css } from 'styled-components';\nimport { rem } from 'polished';\nimport { field, misc } from '../../ions/variables';\n\ninterface WrapperProps {\n type?: 'row' | 'column';\n group: string;\n error?: string;\n disabled?: boolean;\n}\n\ninterface ItemProps {\n error?: string;\n disabled?: boolean;\n}\n\nexport const Wrapper = styled.ul<WrapperProps>`\n display: flex;\n flex-direction: ${props => (props.type === 'column' ? 'column' : 'row')};\n position: relative;\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n &:not(:last-child) {\n ${props =>\n props.type === 'row' &&\n css`\n margin-right: ${rem('30px')};\n `}\n\n ${props =>\n props.type === 'column' &&\n css`\n margin-bottom: ${rem('10px')};\n `}\n }\n }\n\n input[type='radio']:checked ~ .check {\n border-color: ${field.successBorderColor};\n }\n\n input[type='radio']:checked ~ .check::before {\n background-color: ${field.successBackgroundColor};\n }\n\n & + span {\n margin-top: ${rem('10px')};\n }\n`;\n\nexport const Item = styled.li<ItemProps>`\n --size: ${rem('24px')};\n display: flex;\n position: relative;\n min-height: var(--size);\n\n input[type='radio'] {\n position: absolute;\n visibility: hidden;\n }\n\n label {\n position: relative;\n padding-left: calc(var(--size) + 5px);\n line-height: var(--size);\n vertical-align: middle;\n color: ${props => (props.error ? field.errorBorderColor : null)};\n cursor: pointer;\n z-index: 1;\n }\n\n .check {\n position: absolute;\n top: 0;\n border: ${rem('2px')} solid\n ${props => (props.error ? field.errorBorderColor : field.borderColor)};\n border-radius: 100%;\n width: var(--size);\n height: var(--size);\n transition-duration: ${misc.transitionDuration};\n display: flex;\n justify-content: center;\n align-items: center;\n\n &::before {\n content: '';\n display: block;\n border-radius: 100%;\n height: calc(var(--size) / 1.5);\n width: calc(var(--size) / 1.5);\n }\n }\n\n &:hover .check {\n border-color: ${field.hoverBorderColor};\n }\n\n ${props =>\n props.disabled &&\n css`\n label {\n color: ${field.disabledColor};\n }\n\n input[type='radio'] ~ .check,\n input[type='radio']:checked ~ .check {\n border-color: ${field.disabledColor};\n }\n\n input[type='radio']:checked ~ .check::before {\n background-color: ${field.disabledBackgroundColor};\n }\n\n &:hover {\n pointer-events: none;\n cursor: auto;\n }\n `}\n`;\n","import styled, { css } from 'styled-components';\nimport { rem } from 'polished';\n\ninterface CheckboxGroupProps {\n type?: 'row' | 'column';\n error?: string;\n}\n\nexport const Wrapper = styled.ul<CheckboxGroupProps>`\n display: flex;\n flex-direction: ${props => (props.type === 'column' ? 'column' : 'row')};\n position: relative;\n margin: 0;\n padding: 0;\n list-style: none;\n\n li {\n position: relative;\n min-height: ${rem('24px')};\n\n &:not(:last-child) {\n ${props =>\n props.type === 'row' &&\n css`\n margin-right: ${rem('30px')};\n `}\n\n ${props =>\n props.type === 'column' &&\n css`\n margin-bottom: ${rem('10px')};\n `}\n }\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { field, misc } from '../../ions/variables';\n\nexport const Wrapper = styled.div`\n label {\n margin-bottom: ${rem('5px')};\n }\n`;\n\nexport const Field = styled.div`\n display: flex;\n flex-wrap: wrap;\n\n input {\n flex: 1;\n margin-right: ${rem('-1px')};\n border-radius: ${field.borderRadius} 0 0 ${field.borderRadius};\n\n &:disabled {\n background-color: ${field.backgroundColor};\n color: ${field.color};\n }\n }\n\n span {\n order: 3;\n width: 100%;\n }\n\n button {\n border: 0;\n border-radius: 0 ${field.borderRadius} ${field.borderRadius} 0;\n min-width: ${rem('50px')};\n height: ${field.height};\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 0 ${rem('20px')};\n white-space: nowrap;\n transition-duration: ${misc.transitionDuration};\n cursor: pointer;\n\n span {\n color: ${field.activeColor};\n }\n\n svg {\n fill: ${field.activeColor};\n }\n\n &:disabled {\n border: ${field.borderWidth} solid ${field.borderColor} !important;\n }\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\n\ninterface HorizontalNavInterface {\n customColor?: string;\n}\n\nexport const Wrapper = styled.div<HorizontalNavInterface>`\n display: flex;\n align-items: center;\n\n ul.menu {\n width: 0;\n animation: showAnimation 1s forwards;\n animation-delay: 0.5s;\n overflow: hidden;\n }\n\n @keyframes showAnimation {\n 0% {\n width: 0%;\n }\n 100% {\n width: 100%;\n }\n }\n\n ul {\n margin: 0;\n max-width: max-content;\n padding: 0;\n\n &.menu {\n display: flex;\n\n li:not(:last-child) {\n margin-right: ${rem('10px')};\n }\n }\n\n li {\n position: relative;\n list-style: none;\n\n a {\n display: flex;\n align-items: center;\n padding: ${rem('10px')};\n color: ${colors.black};\n text-transform: capitalize;\n text-decoration: none;\n white-space: nowrap;\n transition-duration: ${misc.transitionDuration};\n\n svg {\n margin-right: ${rem('5px')};\n width: auto;\n height: ${rem('24px')};\n min-width: ${rem('24px')};\n fill: ${colors.grey200};\n transition-duration: ${misc.transitionDuration};\n }\n\n &:hover {\n color: ${props =>\n props.customColor ? props.customColor : colors.purple500};\n\n svg {\n fill: ${props =>\n props.customColor ? props.customColor : colors.purple500};\n }\n }\n }\n\n &.active {\n font-weight: ${typography.medium};\n\n a {\n color: ${props =>\n props.customColor ? props.customColor : colors.purple500};\n pointer-events: none;\n\n svg {\n fill: ${props =>\n props.customColor ? props.customColor : colors.purple500};\n }\n }\n }\n }\n }\n`;\n\nexport const More = styled.div`\n position: relative;\n display: none;\n\n &.hide {\n display: initial;\n }\n\n ul {\n position: absolute;\n right: 0;\n border: ${field.borderWidth} solid ${field.borderColor};\n border-radius: ${field.borderRadius};\n background-color: ${field.backgroundColor};\n margin-top: ${rem('5px')};\n padding: 0;\n -moz-box-shadow: ${field.boxShadow};\n -webkit-box-shadow: ${field.boxShadow};\n box-shadow: ${field.boxShadow};\n z-index: 1;\n overflow-x: hidden;\n overflow-y: auto;\n scrollbar-width: none;\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n\n &.more {\n display: none;\n }\n\n &.is-open {\n display: inherit;\n }\n\n li {\n list-style: none;\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n background-color: ${field.borderColor};\n cursor: pointer;\n\n a {\n color: ${colors.black};\n\n svg {\n fill: ${colors.black};\n }\n }\n }\n\n &:first-child {\n border-radius: ${field.borderRadius} ${field.borderRadius} 0 0;\n }\n\n &:last-child {\n border-radius: 0 0 ${field.borderRadius} ${field.borderRadius};\n }\n\n a {\n width: 100%;\n height: 100%;\n padding: ${rem('15px')};\n }\n }\n }\n`;\n","import styled from 'styled-components/macro';\nimport { rem, rgba } from 'polished';\nimport { colors, field, misc, typography } from '../../ions/variables';\nimport { device } from '../../ions/breakpoints';\n\ninterface ModalStyleBaseProps {\n zIndex: number;\n modalOverflow?: boolean;\n}\n\nexport const ModalOverlay = styled.div<ModalStyleBaseProps>`\n position: fixed;\n top: 0;\n left: 0;\n background-color: ${rgba(colors.black, 0.8)};\n width: 100vw;\n height: 100vh;\n z-index: ${props => (props.zIndex ? props.zIndex : 10)};\n`;\n\nexport const ModalWrapper = styled.div<ModalStyleBaseProps>`\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100vh;\n z-index: ${props => props.zIndex + 1};\n overflow-x: hidden;\n overflow-y: auto;\n -webkit-scrollbar-width: none;\n -moz-scrollbar-width: none;\n -ms-scrollbar-width: none;\n scrollbar-width: none;\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n\n @media ${device.s} {\n display: flex;\n justify-content: center;\n align-items: ${props => (props.modalOverflow ? 'flex-start' : 'center')};\n }\n`;\n\nexport const ModalContainer = styled.div<ModalStyleBaseProps>`\n position: relative;\n background: ${colors.white};\n width: 100%;\n min-height: 0;\n padding: ${rem('15px')};\n word-wrap: break-word;\n transition-duration: ${misc.transitionDuration};\n\n @media ${device.s} {\n --spacing: ${rem('30px')};\n margin: var(--spacing);\n border-radius: ${field.borderRadius};\n max-width: ${rem('860px')};\n padding: var(--spacing);\n\n &:after {\n content: '';\n position: absolute;\n bottom: calc(var(--spacing) * -1);\n width: ${rem('1px')};\n height: var(--spacing);\n }\n }\n`;\n\nexport const ModalHeader = styled.div`\n display: flex;\n\n h2 {\n margin: 0 0 ${rem('30px')} 0;\n font-size: ${rem('32px')};\n font-weight: ${typography.semiBold};\n }\n\n button {\n display: none;\n position: absolute;\n top: 0;\n right: 0;\n margin: ${rem('-14px')} ${rem('-14px')} 0 0;\n border: ${rem('2px')} solid ${colors.grey200};\n min-width: ${rem('28px')};\n height: ${rem('28px')};\n z-index: 1;\n outline: none;\n\n @media ${device.s} {\n display: inherit;\n }\n }\n`;\n","import styled, { keyframes } from 'styled-components/macro';\nimport { rem, rgba, timingFunctions } from 'polished';\nimport { colors, typography } from '../../ions/variables';\nimport { device } from '../../ions/breakpoints';\n\ninterface ModalStyleBaseProps {\n zIndex: number;\n}\n\nconst slideInLeft = keyframes`\n from {\n transform: translateX(100%);\n }\n\n to {\n transform: translateX(0);\n }\n`;\n\nexport const ModalOverlay = styled.div<ModalStyleBaseProps>`\n position: fixed;\n top: 0;\n left: 0;\n background-color: ${rgba(colors.black, 0.8)};\n width: 100vw;\n height: 100vh;\n z-index: ${props => (props.zIndex ? props.zIndex : 10)};\n`;\n\nexport const ModalWrapper = styled.div<ModalStyleBaseProps>`\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n z-index: ${props => props.zIndex + 1};\n`;\n\nexport const ModalContainer = styled.div<ModalStyleBaseProps>`\n position: fixed;\n right: 0;\n background: ${colors.white};\n width: 100%;\n height: 100vh;\n height: calc(var(--vh, 1vh) * 100);\n display: flex;\n flex-direction: column;\n padding: ${rem('15px')};\n word-wrap: break-word;\n animation-timing-function: ${timingFunctions('easeOutQuint')};\n animation-duration: 1s;\n animation-fill-mode: forwards;\n transform: translateX(100%);\n animation-name: ${slideInLeft};\n overflow-y: auto;\n\n @media ${device.s} {\n max-width: ${rem('400px')};\n padding: ${rem('30px')};\n }\n`;\n\nexport const ModalHeader = styled.div`\n top: 0;\n\n h2 {\n margin: 0 0 ${rem('30px')} 0;\n font-size: ${rem('32px')};\n font-weight: ${typography.semiBold};\n }\n`;\n\nexport const ModalContent = styled.div`\n display: flex;\n flex-direction: column;\n\n @media ${device.s} {\n flex: 1;\n }\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors } from '../../ions/variables';\n\ninterface LoadingStateProps {\n type?: 'text' | 'card' | 'table' | 'value';\n columnsNumber?: number;\n center?: boolean;\n}\n\nexport const Wrapper = styled.div<LoadingStateProps>`\n div {\n width: 100%;\n height: 100%;\n }\n\n > div > div > div {\n background: #f6f7f8;\n background-image: -webkit-linear-gradient(\n left,\n #f6f7f8 0%,\n #edeef1 20%,\n #f6f7f8 40%,\n #f6f7f8 100%\n );\n background-repeat: no-repeat;\n background-size: ${rem('800px')} 100%;\n animation-fill-mode: forwards;\n animation-name: placeholderSkeleton;\n animation-timing-function: linear;\n animation-iteration-count: infinite;\n animation-duration: 1.5s;\n\n &.title {\n margin-bottom: ${rem('10px')};\n width: 50%;\n height: ${rem('30px')};\n }\n\n &.subtitle {\n margin-bottom: ${rem('30px')};\n width: 25%;\n height: ${rem('15px')};\n }\n\n &.paragraph {\n width: 100%;\n height: ${rem('15px')};\n\n &:not(:last-child) {\n margin-bottom: ${rem('10px')};\n }\n }\n\n &.value {\n width: 50%;\n height: ${rem('30px')};\n }\n }\n\n @keyframes placeholderSkeleton {\n 0% {\n background-position: ${rem('-800px')} 0;\n }\n 100% {\n background-position: ${rem('800px')} 0;\n }\n }\n\n .card {\n position: relative;\n border: ${rem('2px')} solid ${colors.grey50};\n border-radius: ${rem('6px')};\n width: ${rem('300px')};\n overflow: hidden;\n\n .cover {\n width: 100%;\n height: ${rem('165px')};\n }\n\n .avatar {\n position: absolute;\n margin: ${rem('-45px')} 0 0 ${rem('20px')};\n width: ${rem('90px')};\n height: ${rem('90px')};\n border: ${rem('1px')} solid ${colors.grey50};\n border-radius: 999px;\n }\n\n .title {\n margin: ${rem('75px')} 0 ${rem('30px')} ${rem('25px')};\n }\n\n .paragraph {\n margin: 0 auto ${rem('20px')} auto;\n width: calc(100% - ${rem('40px')});\n\n &:last-child {\n width: 40%;\n margin-left: ${rem('20px')};\n }\n }\n }\n`;\n\nexport const Grid = styled.div<LoadingStateProps>`\n display: grid;\n grid-template-columns: repeat(auto-fill, ${rem('300px')});\n grid-gap: ${rem('15px')};\n justify-content: ${props => (props.center ? 'center' : 'flex-start')};\n`;\n","import styled from 'styled-components';\nimport { rem } from 'polished';\nimport { colors, field, misc } from '../../ions/variables';\n\nexport const Wrapper = styled.div`\n .tab {\n border-color: ${field.borderColor};\n\n &[aria-selected='true'] {\n border-bottom: 0;\n }\n\n &[aria-selected='false'] {\n background-color: ${field.borderColor};\n color: ${colors.black};\n transition-duration: ${misc.transitionDuration};\n\n &:hover {\n color: ${colors.black};\n }\n }\n\n &:first-child {\n border-top-left-radius: ${field.borderRadius};\n }\n\n &:last-child {\n border-top-right-radius: ${field.borderRadius};\n }\n }\n\n .panel {\n // prettier-ignore\n border-radius: 0 ${field.borderRadius} ${field.borderRadius} ${\n field.borderRadius\n};\n border-color: ${field.borderColor};\n background-color: ${colors.white};\n padding: ${rem('30px')};\n }\n\n .RRT__container {\n position: relative;\n }\n\n .RRT__tabs {\n display: flex;\n flex-wrap: wrap;\n }\n\n .RRT__accordion {\n flex-direction: column;\n }\n\n .RRT__tab {\n background: #eee;\n border-style: solid;\n border-color: ${field.borderColor};\n border-width: ${field.borderWidth} ${field.borderWidth} ${\n field.borderWidth\n} 0;\n cursor: pointer;\n z-index: 1;\n white-space: nowrap;\n padding: 0.7em 1em;\n }\n\n .RRT__tab:focus {\n outline: 0;\n background-color: ${field.borderColor};\n }\n\n .RRT__accordion .RRT__tab {\n border-left-width: ${field.borderWidth};\n }\n\n .RRT__tab--first {\n border-left-width: ${field.borderWidth};\n }\n\n .RRT__tab--selected {\n background: ${colors.white};\n border-color: ${field.borderColor} ${field.borderColor} ${colors.white};\n }\n\n .RRT__tab--selected:focus {\n background-color: ${colors.white};\n }\n\n .RRT__tab--disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n\n .RRT__tab:focus {\n z-index: 2;\n }\n\n .RRT__tab--selected .RRT__removable {\n position: relative;\n }\n\n .RRT__tab--selected .RRT__removable-text {\n margin-right: ${rem('10px')};\n }\n\n .RRT__tab--selected .RRT__removable-icon {\n position: absolute;\n font-size: ${rem('18px')};\n right: 0.5em;\n top: 0.2em;\n }\n\n .RRT__panel {\n margin-top: ${rem('-1px')};\n padding: 1em;\n border: ${rem('1px')} solid ${field.borderColor};\n }\n\n .RRT__panel--hidden {\n display: none;\n }\n\n .RRT__accordion .RRT__panel {\n margin-top: 0;\n }\n\n .RRT__showmore {\n background: ${field.borderColor};\n border: ${rem('1px')} solid ${field.borderColor};\n border-radius: 0 ${field.borderRadius} 0 0;\n cursor: pointer;\n z-index: 1;\n white-space: nowrap;\n margin-left: ${rem('-1px')};\n position: relative;\n }\n\n .RRT__showmore--selected {\n background: ${colors.white};\n border-bottom: none;\n }\n\n .RRT__showmore-label {\n padding: 0.7em 1em;\n position: relative;\n z-index: 1;\n }\n\n .RRT__showmore-label--selected {\n background-color: ${field.borderColor};\n }\n\n .RRT__showmore-list {\n position: absolute;\n right: ${rem('-1px')};\n top: 100%;\n display: none;\n }\n\n .RRT__showmore-list--opened {\n display: block;\n\n div.tab:last-child {\n border-radius: 0;\n }\n }\n`;\n","import styled from 'styled-components';\nimport { device } from '../../ions/breakpoints';\n\nexport interface GridProps {\n size?: number;\n}\n\nexport const Wrapper = styled.div`\n display: flex;\n flex-direction: column;\n`;\n\nexport const GridRow = styled.div`\n @media ${device.m} {\n display: flex;\n }\n`;\n\nexport const GridCol = styled.div<GridProps>`\n @media ${device.m} {\n flex: ${props => props.size};\n }\n`;\n","import React, { CSSProperties } from 'react';\nimport Avatar from 'boring-avatars';\nimport * as Styles from './styles';\n\nexport interface AvatarProps {\n style?: CSSProperties;\n className?: string;\n size?: number;\n url?: string;\n alt: string;\n boring?: boolean;\n boringType?: 'marble' | 'beam' | 'pixel' | 'sunset' | 'ring' | 'bauhaus';\n square?: boolean;\n}\n\nconst AvatarImage = (props: AvatarProps) => {\n const {\n style,\n className = 'avatar-img',\n size = 30,\n url,\n alt,\n boring = true,\n boringType = 'pixel',\n square = false,\n } = props;\n\n return (\n <Styles.Wrapper className={className} size={size} square={square}>\n {boring && !url ? (\n <Avatar\n size={size}\n name={alt}\n variant={boringType}\n square={square}\n colors={['#55cad7', '#5031a9', '#f9c543', '#ef5766', '#7a7a7a']}\n />\n ) : (\n <img style={style} src={url} alt={alt} />\n )}\n </Styles.Wrapper>\n );\n};\n\nexport default AvatarImage;\n","import React, { CSSProperties } from 'react';\nimport { Icon } from '../..';\nimport { ButtonColor, ButtonVariant } from '../button/types';\nimport * as Styles from './styles';\n\nexport interface ButtonLinkProps {\n variant?: ButtonVariant;\n rounded?: boolean;\n color?: ButtonColor;\n txtColor?: ButtonColor;\n className?: string;\n style?: CSSProperties;\n action?: (event: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;\n url: string;\n blank?: boolean;\n rel?: string;\n value?: string;\n iconPosition?: 'left' | 'right';\n icon?: string;\n dataTestId?: string;\n eventId?: string;\n ariaLabel?: string;\n ariaHidden?: boolean;\n}\n\nconst ButtonLink = (props: ButtonLinkProps) => {\n const {\n variant = 'solid',\n rounded = false,\n color = 'purple500',\n txtColor,\n className = 'button-link',\n style,\n action = () => {},\n url,\n blank = false,\n rel = undefined,\n value = '',\n iconPosition = 'left',\n icon = '',\n dataTestId = '',\n eventId = '',\n ariaLabel = '',\n ariaHidden = false,\n } = props;\n\n const getRelationshipAttributes = () => {\n if (rel && rel !== '') return rel;\n return blank ? 'noopener noreferrer' : '';\n };\n\n return (\n <Styles.ButtonLinkStyle\n variant={variant}\n rounded={rounded}\n color={color}\n txtColor={txtColor}\n className={`button ${className}`}\n style={style}\n onClick={action}\n href={url}\n target={blank ? '_blank' : ''}\n rel={getRelationshipAttributes()}\n value={value}\n iconPosition={iconPosition}\n data-testid={dataTestId}\n data-event={eventId}\n aria-label={ariaLabel}\n aria-hidden={ariaHidden}\n >\n {icon && <Icon icon={icon} />}\n {value && <span>{value}</span>}\n </Styles.ButtonLinkStyle>\n );\n};\n\nexport default ButtonLink;\n","import React from 'react';\nimport { Button, Label } from '../..';\nimport * as Styles from './styles';\n\nexport interface CardValueProps {\n label: string;\n currency?: 'tkai' | 'vkai' | undefined;\n value: string | number;\n description?: string;\n buttonValue?: string;\n onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;\n className?: string;\n style?: React.CSSProperties;\n}\n\nconst CardValue = (props: CardValueProps) => {\n const {\n label,\n currency,\n value,\n description,\n buttonValue,\n onClick,\n className = 'card-value',\n style,\n } = props;\n\n return (\n <Styles.CardValueStyle className={className} style={style}>\n <Label value={label} currency={currency} />\n <span>{value}</span>\n {description && <p>{description}</p>}\n {buttonValue && onClick && (\n <Button\n color=\"grey150\"\n txtColor=\"grey500\"\n value={buttonValue}\n action={onClick}\n />\n )}\n </Styles.CardValueStyle>\n );\n};\n\nexport default CardValue;\n","import React, { useState, CSSProperties } from 'react';\nimport * as Styles from './styles';\n\nexport interface CheckboxButtonProps {\n label?: string | React.ReactNode;\n value: string;\n checked?: boolean;\n onChange?: () => {};\n disabled?: boolean;\n className?: string;\n style?: CSSProperties;\n dataTestId?: string;\n required?: boolean;\n}\n\nconst CheckboxButton = (props: CheckboxButtonProps) => {\n const {\n label,\n value,\n checked = false,\n onChange = () => {},\n disabled = false,\n className = 'checkbox-button',\n style,\n dataTestId,\n required = false,\n } = props;\n\n const [buttonChecked, setButtonChecked] = useState(checked);\n\n return (\n <Styles.CheckboxWrapper\n style={style}\n className={className}\n disabled={disabled}\n checked={buttonChecked}\n >\n <Styles.CheckboxLabel>{label}</Styles.CheckboxLabel>\n <Styles.CheckboxInput\n type=\"checkbox\"\n name={value}\n defaultChecked={checked}\n aria-checked={checked}\n onChange={onChange}\n disabled={disabled}\n data-testid={dataTestId}\n required={required}\n onClick={() => {\n setButtonChecked(!buttonChecked);\n }}\n />\n <Styles.Checkmark disabled={disabled} />\n </Styles.CheckboxWrapper>\n );\n};\n\nexport default CheckboxButton;\n","import React, { CSSProperties } from 'react';\nimport Checkbox from '../../atoms/checkbox';\nimport ErrorField from '../../atoms/error-field';\nimport * as Styles from './styles';\n\nexport type CheckboxItem = {\n value: string;\n label?: string | React.ReactNode;\n checked?: boolean;\n onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;\n error?: string;\n disabled?: boolean;\n className?: string;\n style?: CSSProperties;\n dataTestId?: string;\n required?: boolean;\n};\n\nexport interface CheckboxGroupProps {\n type?: 'row' | 'column';\n children?: React.ReactNode;\n options?: CheckboxItem[];\n error?: string;\n onChange?: () => {};\n disabled?: boolean;\n}\n\nconst CheckboxGroup = (props: CheckboxGroupProps) => {\n const {\n children,\n options,\n type = 'column',\n onChange,\n error,\n disabled,\n } = props;\n\n return (\n <Styles.Wrapper type={type} error={error}>\n {children\n ? children\n : options && Array.isArray(options)\n ? options.map((value, index) => (\n <li key={index}>\n <Checkbox\n label={value.label}\n value={value.value}\n checked={value.checked}\n onChange={onChange}\n error={!!error}\n disabled={disabled}\n />\n </li>\n ))\n : null}\n {error ? <ErrorField error={error} /> : null}\n </Styles.Wrapper>\n );\n};\n\nexport default CheckboxGroup;\n","import React from 'react';\nimport * as Styles from './styles';\n\n// @ts-ignore\nimport IconLoginOnly from '../../ions/icon-login-only';\n// @ts-ignore\nimport IconEmptyData from '../../ions/icon-empty-data';\n\nexport interface DataWarningProps {\n type?: 'login' | 'data';\n children: React.ReactNode;\n}\n\nconst DataWarning = (props: DataWarningProps) => {\n let icon;\n const { type = 'login', children } = props;\n\n switch (type) {\n case 'login':\n icon = <IconLoginOnly />;\n break;\n case 'data':\n icon = <IconEmptyData />;\n break;\n default:\n icon = <IconLoginOnly />;\n }\n\n return (\n <Styles.Wrapper type={type}>\n {icon}\n <div>{children}</div>\n </Styles.Wrapper>\n );\n};\n\nexport default DataWarning;\n","import React from 'react';\nimport Icon from '../../atoms/icon';\nimport * as Styles from './styles';\n\nexport interface ErrorProps {\n variant?: 'default' | 'minimal';\n value: string;\n}\n\nconst Error = (props: ErrorProps) => {\n const { variant = 'default', value } = props;\n\n return (\n <Styles.Wrapper variant={variant}>\n {variant === 'default' ? (\n <Icon icon=\"warning\" fill=\"hsl(354, 83%, 64%)\" />\n ) : (\n <span>¯\\\\_(ツ)_/¯</span>\n )}\n {value && <span>{value}</span>}\n </Styles.Wrapper>\n );\n};\n\nexport default Error;\n","import React, { useState } from 'react';\nimport Label from '../../atoms/label';\nimport TextField from '../../atoms/text-field';\nimport { TextFieldType } from '../../atoms/text-field/types';\nimport Button from '../../atoms/button';\nimport * as Styles from './styles';\n\nexport interface FieldWidthButtonProps {\n label?: string;\n type?: TextFieldType;\n name?: string;\n placeholder?: string;\n value?: string | number;\n disabled?: boolean;\n dataTestId?: string;\n buttonIcon: string;\n buttonValue?: string;\n onChange?: (value: string | number | null) => void;\n buttonAction?: (value: string | number | null) => void | Promise<void>;\n buttonDisabled?: boolean;\n clearFieldAfterSubmit?: boolean;\n}\n\nconst FieldWidthButton = (props: FieldWidthButtonProps) => {\n const {\n label,\n type = 'text',\n name,\n placeholder,\n value,\n onChange,\n dataTestId,\n buttonIcon,\n buttonValue,\n buttonAction,\n buttonDisabled,\n disabled = true,\n clearFieldAfterSubmit = false,\n } = props;\n\n const [loading, setLoading] = useState(false);\n const [fieldValue, setFieldValue] = useState<string | number | null>(\n value ?? null\n );\n\n const handleOnClickAction = async () => {\n if (buttonAction?.constructor.name !== 'AsyncFunction') {\n buttonAction?.(fieldValue);\n } else {\n setLoading(true);\n await buttonAction?.(fieldValue);\n setLoading(false);\n }\n\n clearFieldAfterSubmit && setFieldValue('');\n };\n\n return (\n <Styles.Wrapper>\n {label && <Label value={label} />}\n\n <Styles.Field>\n <TextField\n type={type}\n name={name}\n disabled={disabled}\n placeholder={placeholder}\n dataTestId={dataTestId}\n value={fieldValue ?? undefined}\n onChange={e => {\n e.preventDefault();\n\n if (e.target.value === '' || e.target.value === ' ') {\n setFieldValue(null);\n onChange?.(e.target.value);\n } else {\n setFieldValue(e.target.value);\n onChange?.(e.target.value);\n }\n }}\n />\n\n <Button\n color=\"purple100\"\n loading={loading}\n icon={buttonIcon}\n value={buttonValue}\n disabled={buttonDisabled}\n action={e => {\n e.preventDefault();\n handleOnClickAction();\n }}\n />\n </Styles.Field>\n </Styles.Wrapper>\n );\n};\n\nexport default FieldWidthButton;\n","import React, { useState } from 'react';\nimport ErrorField from '../error-field';\nimport Icon from '../icon';\nimport * as Styles from './styles';\n\nexport interface FilePickerProps {\n name: string;\n accept?: string;\n multiple?: boolean;\n placeholder?: string;\n pluralText?: string;\n error?: string;\n dataTestId?: string;\n onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;\n value?: string;\n buttonText?: string;\n disabled?: boolean;\n}\n\nconst FilePicker = (props: FilePickerProps) => {\n const {\n name,\n accept,\n multiple = false,\n placeholder = 'Select file',\n pluralText = 'files selected',\n error,\n dataTestId,\n onChange = () => {},\n value = '',\n buttonText = 'Browse',\n disabled = false,\n } = props;\n\n const [fileName, setFileName] = useState(value ? value : placeholder);\n\n const getUploadedFileName = (e: React.ChangeEvent<HTMLInputElement>) => {\n let files = e.target.files,\n value = e.target.value,\n fileName;\n if (files && files.length > 1) fileName = `${files.length} ${pluralText}`;\n else fileName = value.split('\\\\').pop();\n if (fileName) setFileName(fileName);\n };\n\n return (\n <Styles.Wrapper disabled={disabled} error={!!error}>\n <input\n id={name}\n type=\"file\"\n accept={accept}\n multiple={multiple}\n data-multiple-caption={fileName}\n onChange={evt => {\n getUploadedFileName(evt);\n onChange(evt);\n }}\n data-testid={dataTestId}\n />\n\n <label htmlFor={name}>\n <span className=\"file-name\">{fileName}</span>\n <span className=\"button\">\n <Icon icon=\"upload\" />\n {buttonText}\n </span>\n </label>\n {error && <ErrorField error={error} />}\n </Styles.Wrapper>\n );\n};\n\nexport default FilePicker;\n","import React from 'react';\nimport { Label } from '../..';\nimport * as Styles from './styles';\n\nexport interface FormGroupProps {\n currency?: 'tkai' | 'vkai' | undefined;\n label: string;\n error?: boolean;\n children: React.ReactNode;\n}\n\nconst FormGroup = (props: FormGroupProps) => {\n const { label, currency, error = false, children } = props;\n\n return (\n <Styles.Wrapper error={error}>\n <Label value={label} currency={currency} />\n {children}\n </Styles.Wrapper>\n );\n};\n\nexport default FormGroup;\n","import React from 'react';\nimport * as Styles from './styles';\n\nexport interface GridColProps {\n className?: string;\n size?: number;\n children?: React.ReactNode;\n}\n\nconst GridCol = (props: GridColProps) => {\n const { className = 'grid-col', size = 1, children } = props;\n return (\n <Styles.GridCol className={className} size={size}>\n {children}\n </Styles.GridCol>\n );\n};\n\nexport default GridCol;\n","import React from 'react';\nimport * as Styles from './styles';\n\nexport interface GridContainerProps {\n className?: string;\n children?: React.ReactNode;\n}\n\nconst TabsPanel = (props: GridContainerProps) => {\n const { className = 'grid-container', children } = props;\n return <Styles.Wrapper className={className}>{children}</Styles.Wrapper>;\n};\n\nexport default TabsPanel;\n","import React from 'react';\nimport { GridContainerProps } from '.';\nimport * as Styles from './styles';\n\nconst GridRow = (props: GridContainerProps) => {\n const { className = 'grid-row', children } = props;\n return <Styles.GridRow className={className}>{children}</Styles.GridRow>;\n};\n\nexport default GridRow;\n","import React, { useState, useRef, useEffect } from 'react';\nimport * as Styles from './styles';\nimport useVisible from '../../utils/hooks/use-visible';\nimport { Button } from '../..';\n\nexport interface HorizontalNavInterface {\n className?: string;\n customColor?: string;\n items: any;\n startsOpen?: boolean;\n}\n\nconst HorizontalNav = (props: HorizontalNavInterface) => {\n const [showMore, setShowMore] = useState(false);\n const moreMenu = useRef(null);\n const visibleMenuRef = useRef<HTMLUListElement>(null);\n\n const {\n className = 'horizontal-nav',\n customColor = '',\n items,\n startsOpen = false,\n } = props;\n\n const { ref, isVisible, setIsVisible } =\n useVisible<HTMLDivElement>(startsOpen);\n\n useEffect(() => {\n if (!ref || !ref.current) return;\n\n const visible = document!\n .querySelector('ul.menu')!\n .getElementsByTagName('li');\n\n const more = document.querySelector('.more')!.getElementsByTagName('li');\n const moreVisibility = () =>\n more.length > 0 ? setShowMore(true) : setShowMore(false);\n\n const removeItem = () => {\n if (visible.length === 1) return;\n let last = visible[visible.length - 1];\n document.querySelector('ul.more')!.prepend(last);\n };\n\n const addItem = () => {\n if (more.length === 0) return;\n let first = more[0];\n document.querySelector('ul.menu')!.append(first);\n };\n\n const checkOverflow = () => {\n moreVisibility();\n for (let i = 0; i < visible.length + 20; i++) {\n visibleMenuRef.current!.scrollWidth + 50 > ref.current!.offsetWidth\n ? removeItem()\n : addItem();\n }\n };\n\n checkOverflow();\n\n if (typeof window !== 'undefined') {\n moreVisibility();\n window.addEventListener('resize', checkOverflow);\n return () => window.removeEventListener('resize', checkOverflow);\n }\n\n return;\n }, [ref]);\n\n return (\n <Styles.Wrapper ref={ref} className={className} customColor={customColor}>\n <ul className=\"menu\" ref={visibleMenuRef}>\n {items}\n </ul>\n\n <Styles.More className={showMore ? 'hide' : ''} ref={moreMenu}>\n <Button\n variant=\"text\"\n color=\"dark\"\n icon=\"menuVert\"\n action={() => {\n setIsVisible(!isVisible);\n }}\n />\n <ul className={isVisible ? 'more is-open' : 'more'}></ul>\n </Styles.More>\n </Styles.Wrapper>\n );\n};\n\nexport default HorizontalNav;\n","import React from 'react';\nimport * as Styles from './styles';\n\nexport interface LoadingStateProps {\n type: 'text' | 'card' | 'value';\n lines?: number;\n cardsNumber?: number;\n center?: boolean;\n}\n\nconst LoadingState = (props: LoadingStateProps) => {\n const { type = 'text', lines = 3, cardsNumber = 4, center = true } = props;\n\n let paragraphs = [];\n let cards = [];\n let loadingType;\n\n for (let i = 0; i < lines; i++) {\n paragraphs.push(<div key={i} className=\"paragraph\"></div>);\n }\n\n for (let i = 0; i < cardsNumber; i++) {\n cards.push(\n <div key={i} className=\"card\">\n <div className=\"cover\"></div>\n <div className=\"avatar\"></div>\n <div className=\"title\"></div>\n <div className=\"paragraph\"></div>\n <div className=\"paragraph\"></div>\n <div className=\"paragraph\"></div>\n <div className=\"paragraph\"></div>\n </div>\n );\n }\n\n switch (type) {\n case 'text':\n loadingType = (\n <div>\n <div>\n <div className=\"title\"></div>\n <div className=\"subtitle\"></div>\n {paragraphs}\n </div>\n </div>\n );\n break;\n\n case 'card':\n loadingType = <Styles.Grid center={center}>{cards}</Styles.Grid>;\n break;\n\n case 'value':\n loadingType = (\n <div>\n <div>\n <div className=\"value\"></div>\n </div>\n </div>\n );\n break;\n\n default:\n loadingType = (\n <div>\n <div>\n <div className=\"title\"></div>\n <div className=\"subtitle\"></div>\n {paragraphs}\n </div>\n </div>\n );\n }\n\n return <Styles.Wrapper type={type}>{loadingType}</Styles.Wrapper>;\n};\n\nexport default LoadingState;\n","import React, { useState, useEffect } from 'react';\nimport throttle from 'lodash.throttle';\nimport ReactDOM from 'react-dom';\nimport { Button, ModalFooter } from '../..';\nimport * as Styles from './styles';\n\nexport interface ModalProps {\n isShowing: boolean;\n hide: () => void;\n title: string;\n children: React.ReactNode;\n closeValue?: string;\n footer: boolean;\n zIndex?: number;\n}\n\nconst Modal = (props: ModalProps) => {\n const {\n isShowing = false,\n hide,\n title,\n children,\n closeValue = 'Close',\n footer = false,\n zIndex = 10,\n } = props;\n\n const [overflow, setOverflow] = useState(false);\n\n useEffect(() => {\n if (typeof window !== 'undefined') {\n const modalHeight: HTMLElement | null = document.querySelector(\n 'div.modal'\n );\n\n modalHeight && modalHeight.offsetHeight + 60 > window.innerHeight\n ? setOverflow(true)\n : setOverflow(false);\n\n const resizeWindow = throttle(function() {\n modalHeight && modalHeight.offsetHeight + 60 > window.innerHeight\n ? setOverflow(true)\n : setOverflow(false);\n }, 200);\n\n window.addEventListener('resize', resizeWindow);\n return () => window.removeEventListener('resize', resizeWindow);\n } else {\n return;\n }\n }, []);\n\n return isShowing ? (\n ReactDOM.createPortal(\n <React.Fragment>\n <Styles.ModalOverlay zIndex={zIndex} />\n <Styles.ModalWrapper\n aria-modal\n tabIndex={-1}\n role=\"dialog\"\n zIndex={zIndex}\n modalOverflow={overflow}\n >\n <Styles.ModalContainer\n onClick={event => event.stopPropagation()}\n zIndex={zIndex}\n className=\"modal\"\n >\n <Styles.ModalHeader>\n {title && <h2>{title}</h2>}\n\n <Button\n color=\"white\"\n txtColor=\"grey300\"\n icon=\"cross\"\n ariaLabel=\"Close\"\n action={hide}\n rounded\n />\n </Styles.ModalHeader>\n\n {children}\n\n {footer && (\n <ModalFooter closeAction={hide} closeValue={closeValue} />\n )}\n </Styles.ModalContainer>\n </Styles.ModalWrapper>\n </React.Fragment>,\n document.body\n )\n ) : (\n <></>\n );\n};\n\nexport default Modal;\n","import React, { useEffect } from 'react';\nimport ReactDOM from 'react-dom';\nimport { ModalFooter } from '../..';\nimport * as Styles from './styles';\n\nexport interface ModalDrawerProps {\n isShowing: boolean;\n hide: () => void;\n title: string;\n children: React.ReactNode;\n closeValue?: string;\n footer?: React.ReactNode;\n footerHidden?: boolean;\n zIndex?: number;\n}\n\nconst ModalDrawer = (props: ModalDrawerProps) => {\n const {\n isShowing = false,\n hide,\n title,\n children,\n closeValue = 'Close',\n footer = null,\n footerHidden = false,\n zIndex = 10,\n } = props;\n\n useEffect(() => {\n if (isShowing && typeof window !== 'undefined') {\n document.documentElement.style.overflow = 'hidden';\n } else {\n document.documentElement.style.overflow = '';\n }\n\n return () => {\n document.documentElement.style.overflow = '';\n };\n }, [isShowing]);\n\n useEffect(() => {\n const fixViewport = () => {\n let vh = window.innerHeight * 0.01;\n document.documentElement.style.setProperty('--vh', `${vh}px`);\n };\n\n fixViewport();\n\n if (typeof window !== 'undefined') {\n let vh = window.innerHeight * 0.01;\n document.documentElement.style.setProperty('--vh', `${vh}px`);\n window.addEventListener('resize', fixViewport);\n return () => window.removeEventListener('resize', fixViewport);\n }\n\n return;\n }, []);\n\n return isShowing ? (\n ReactDOM.createPortal(\n <React.Fragment>\n <Styles.ModalOverlay zIndex={zIndex} />\n <Styles.ModalWrapper\n aria-modal\n tabIndex={-1}\n role=\"dialog\"\n zIndex={zIndex}\n >\n <Styles.ModalContainer\n onClick={event => event.stopPropagation()}\n zIndex={zIndex}\n >\n <Styles.ModalHeader>{title && <h2>{title}</h2>}</Styles.ModalHeader>\n <Styles.ModalContent>{children}</Styles.ModalContent>\n\n {!footerHidden &&\n (footer ? (\n footer\n ) : (\n <ModalFooter closeAction={hide} closeValue={closeValue} />\n ))}\n </Styles.ModalContainer>\n </Styles.ModalWrapper>\n </React.Fragment>,\n document.body\n )\n ) : (\n <></>\n );\n};\n\nexport default ModalDrawer;\n","import React, { CSSProperties } from 'react';\nimport { NoteColor } from './types';\nimport * as Styles from './styles';\n\ninterface NoteCardProps {\n color?: NoteColor;\n value: any;\n buttonValue?: string;\n onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;\n className?: string;\n style?: CSSProperties;\n}\n\nconst NoteCard = (props: NoteCardProps) => {\n const {\n color = 'grey',\n value = '',\n buttonValue = '',\n onClick,\n className = 'note-card',\n style,\n } = props;\n\n return (\n <Styles.Wrapper\n className={className}\n color={color}\n buttonValue={buttonValue}\n style={style}\n >\n <div>\n <p>{value}</p>\n </div>\n {buttonValue && onClick && (\n <div>\n <button onClick={onClick}>{buttonValue}</button>\n </div>\n )}\n </Styles.Wrapper>\n );\n};\n\nexport default NoteCard;\n","import React, { useState, useEffect, useRef } from 'react';\nimport * as Styles from './styles';\nimport { Icon } from '../..';\n\nexport interface NumberInputSpinnerProps {\n decreaseAriaLabel?: string;\n increaseAriaLabel?: string;\n increment?: number;\n min?: number;\n max?: number;\n value?: number;\n onChange?: (value: number) => void;\n disabled?: boolean;\n}\n\nconst NumberInputSpinner = (props: NumberInputSpinnerProps) => {\n const {\n decreaseAriaLabel = 'Decrease Value',\n increaseAriaLabel = 'Increase Value',\n increment = 1,\n min = 0,\n max = 10,\n value = 0,\n onChange,\n disabled = false,\n } = props;\n const isFirstRender = useRef(true);\n const [number, setNumber] = useState(value);\n\n useEffect(() => {\n if (isFirstRender.current) {\n isFirstRender.current = false;\n return;\n }\n setNumber(value);\n }, [value]);\n\n const updateValue = (value: number) => {\n if (onChange) {\n onChange(value);\n }\n setNumber(value);\n };\n\n return (\n <Styles.Wrapper>\n <Styles.Button\n className=\"remove-button\"\n aria-label={decreaseAriaLabel}\n onClick={evt => {\n evt.preventDefault();\n updateValue(number - increment > min ? number - increment : min);\n }}\n disabled={number <= min || disabled}\n >\n <Icon icon=\"remove\" />\n </Styles.Button>\n <Styles.Input\n type=\"number\"\n min={min}\n max={max}\n value={number}\n onChange={evt => {\n evt.preventDefault();\n updateValue(parseInt(evt.target.value));\n }}\n disabled={disabled}\n />\n <Styles.Button\n className=\"add-button\"\n aria-label={increaseAriaLabel}\n onClick={evt => {\n evt.preventDefault();\n updateValue(number + increment < max ? number + increment : max);\n }}\n disabled={number >= max || disabled}\n >\n <Icon icon=\"add\" />\n </Styles.Button>\n </Styles.Wrapper>\n );\n};\n\nexport default NumberInputSpinner;\n","import React, { useState, useEffect } from 'react';\nimport ReactPaginate from 'react-paginate';\nimport * as Styles from './styles';\n\nexport interface PageControlProps {\n dark?: boolean;\n page: number;\n pageCount: number;\n hrefBuilder?: any;\n onPageChange?: (\n event: React.MouseEvent<HTMLButtonElement, MouseEvent>\n ) => void;\n ariaLabelBuilder?: any;\n}\n\nconst PaginationControl = (props: PageControlProps) => {\n const [pageDisplayed, setPageDisplayed] = useState(3);\n\n const {\n dark = false,\n page = 0,\n pageCount,\n hrefBuilder = () => {},\n onPageChange = () => {},\n ariaLabelBuilder = () => {},\n } = props;\n\n useEffect(() => {\n function updateDimensions() {\n if (typeof window !== 'undefined') {\n if (window.innerWidth < 700) setPageDisplayed(1);\n if (window.innerWidth > 700) setPageDisplayed(3);\n }\n }\n\n updateDimensions();\n if (typeof window !== 'undefined') {\n window.addEventListener('resize', updateDimensions);\n }\n });\n\n return (\n <Styles.PaginationWrapper>\n {/* @ts-ignore */}\n <ReactPaginate\n containerClassName={dark ? 'dark pagination' : 'pagination'}\n pageClassName=\"page\"\n breakLinkClassName=\"break\"\n activeClassName=\"active\"\n previousLabel={\n <svg viewBox=\"0 0 32 32\">\n <path d=\"M22.6986 26.027C22.0701 26.7812 20.9491 26.8832 20.1948 26.2546L9.52814 17.3657C9.12282 17.0279 8.88847 16.5276 8.88847 16C8.88847 15.4724 9.12282 14.972 9.52814 14.6342L20.1948 5.74536C20.9491 5.1168 22.0701 5.21871 22.6986 5.97298C23.3272 6.72725 23.2253 7.84826 22.471 8.47682L13.4432 16L22.471 23.5231C23.2253 24.1517 23.3272 25.2727 22.6986 26.027Z\" />\n </svg>\n }\n nextLabel={\n <svg viewBox=\"0 0 32 32\">\n <path d=\"M9.30048 5.97303C9.92904 5.21876 11.05 5.11685 11.8043 5.74541L22.471 14.6343C22.8763 14.9721 23.1106 15.4724 23.1106 16C23.1106 16.5276 22.8763 17.028 22.471 17.3658L11.8043 26.2546C11.05 26.8832 9.92904 26.7813 9.30048 26.027C8.67192 25.2727 8.77383 24.1517 9.5281 23.5232L18.5559 16L9.5281 8.47686C8.77383 7.8483 8.67192 6.7273 9.30048 5.97303Z\" />\n </svg>\n }\n pageRangeDisplayed={pageDisplayed}\n marginPagesDisplayed={1}\n forcePage={page}\n pageCount={pageCount}\n hrefBuilder={hrefBuilder}\n onPageChange={(pageObj: any) => {\n onPageChange(pageObj.selected);\n }}\n ariaLabelBuilder={ariaLabelBuilder}\n />\n </Styles.PaginationWrapper>\n );\n};\n\nexport default PaginationControl;\n","import React from 'react';\nimport * as Styles from './styles';\n\nexport interface ProgressBarProps {\n progress: number;\n value?: string;\n}\n\nconst ProgressBar = (props: ProgressBarProps) => {\n const { progress = 0, value = '' } = props;\n\n return (\n <Styles.Wrapper>\n <Styles.Bar>\n <Styles.Progress progress={progress} />\n </Styles.Bar>\n {value && <Styles.Value>{value}</Styles.Value>}\n </Styles.Wrapper>\n );\n};\n\nexport default ProgressBar;\n","import React from 'react';\nimport ErrorField from '../../atoms/error-field';\nimport * as Styles from './styles';\n\nexport type Item = {\n value: string;\n label: string;\n disabled: boolean;\n checked: boolean | undefined;\n};\n\nexport interface RadioGroupProps {\n className?: string;\n style?: React.CSSProperties;\n options: Item[];\n type?: 'row' | 'column';\n group: string;\n onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;\n error?: string;\n disabled?: boolean;\n dataTestId?: string;\n}\n\nconst RadioGroup = (props: RadioGroupProps) => {\n const {\n className = 'radio-group',\n style,\n options,\n type = 'column',\n group,\n onChange,\n error,\n disabled = false,\n dataTestId,\n } = props;\n\n return (\n <div style={style} className={className}>\n <Styles.Wrapper\n type={type}\n group={group}\n error={error}\n data-testid={dataTestId}\n >\n {options.map((value, index) => (\n <Styles.Item key={index} disabled={value.disabled || disabled}>\n <input\n id={`radio-${group}-${index}`}\n type=\"radio\"\n name={group}\n value={value.value}\n checked={value.checked}\n onChange={onChange}\n disabled={value.disabled || disabled}\n />\n <label htmlFor={`radio-${group}-${index}`}>{value.label}</label>\n <div className=\"check\" />\n </Styles.Item>\n ))}\n </Styles.Wrapper>\n {error ? <ErrorField error={error} /> : null}\n </div>\n );\n};\n\nexport default RadioGroup;\n","import React, { CSSProperties } from 'react';\nimport ErrorField from '../error-field';\nimport * as Styles from './styles';\n\nexport interface SelectProps {\n placeholder?: string;\n options: any;\n defaultValue?: string | number;\n value?: string | number;\n name?: string;\n onChange?: (event: React.ChangeEvent<HTMLSelectElement>) => void;\n error?: string;\n disabled?: boolean;\n dataTestId?: string;\n className?: string;\n style?: CSSProperties;\n}\n\nconst Select = (props: SelectProps) => {\n const {\n placeholder,\n options,\n defaultValue,\n value,\n name,\n onChange = () => {},\n error,\n disabled = false,\n dataTestId,\n } = props;\n\n const selectOptions = options.map(\n (value: { value: string; name: string }) => (\n <option key={value.value} value={value.value}>\n {value.name}\n </option>\n )\n );\n\n return (\n <>\n <Styles.SelectStyle\n name={name}\n defaultValue={defaultValue}\n value={value}\n onChange={onChange}\n error={error}\n disabled={disabled}\n data-testid={dataTestId}\n >\n {placeholder && (\n <option value=\"\" disabled selected hidden>\n {placeholder}\n </option>\n )}\n {selectOptions}\n </Styles.SelectStyle>\n {error ? <ErrorField error={error} /> : null}\n </>\n );\n};\n\nexport default Select;\n","import React from 'react';\nimport Select from 'react-select';\nimport ErrorField from '../error-field';\nimport {\n CustomSelectOption,\n CustomSelectValue,\n FormatGroupLabel,\n} from './components';\nimport * as Styles from './styles';\nimport { SelectInteractiveProps, TSelectInteractiveOption } from './types';\n\nconst SelectInteractive = ({\n name,\n multi = false,\n search = true,\n placeholder,\n options,\n value,\n clear = true,\n error,\n disabled = false,\n formatGroupLabel = true,\n onChange = () => {},\n onInputChange = () => {},\n ...rest\n}: SelectInteractiveProps<TSelectInteractiveOption>) => {\n return (\n <Styles.SelectWrapper {...rest}>\n <Select\n name={name}\n value={value}\n isMulti={multi}\n options={options}\n isClearable={clear}\n isDisabled={disabled}\n isSearchable={search}\n classNamePrefix=\"select\"\n placeholder={placeholder}\n className=\"select-interactive\"\n // @ts-ignore\n onChange={e => onChange(e ?? [])}\n defaultMenuIsOpen={false}\n onInputChange={onInputChange}\n components={{\n Option: CustomSelectOption,\n SingleValue: CustomSelectValue,\n }}\n formatGroupLabel={s =>\n formatGroupLabel ? FormatGroupLabel(s) : undefined\n }\n />\n {error ? <ErrorField error={error} /> : null}\n </Styles.SelectWrapper>\n );\n};\n\nexport default SelectInteractive;\n","import React from 'react';\nimport { Carousel } from 'react-responsive-carousel';\nimport Button from '../button';\nimport * as Styles from './styles';\n\nexport interface SlideshowProps {\n showArrows?: boolean;\n slidesNumber: number;\n autoPlay?: boolean;\n stopOnHover?: boolean;\n interval?: number;\n dynamicHeight?: boolean;\n slideSelected?: number;\n children: any;\n}\n\nconst Slideshow = (props: SlideshowProps) => {\n const {\n showArrows = true,\n slidesNumber = 1,\n autoPlay = true,\n stopOnHover = true,\n interval = 5000,\n dynamicHeight = true,\n slideSelected = 0,\n children,\n } = props;\n\n return (\n <Styles.Wrapper slidesNumber={slidesNumber}>\n <Carousel\n showArrows={showArrows}\n showStatus={false}\n showThumbs={false}\n autoPlay={autoPlay}\n stopOnHover={stopOnHover}\n interval={interval}\n transitionTime={1000}\n infiniteLoop={true}\n useKeyboardArrows={true}\n swipeable={false}\n swipeScrollTolerance={5}\n emulateTouch={false}\n dynamicHeight={dynamicHeight}\n selectedItem={slideSelected}\n renderArrowPrev={(onClickHandler, hasPrev) =>\n hasPrev && (\n <Button\n className=\"previous\"\n variant=\"text\"\n ariaLabel=\"Previous\"\n action={onClickHandler}\n icon=\"arrowBack\"\n />\n )\n }\n renderArrowNext={(onClickHandler, hasNext) =>\n hasNext && (\n <Button\n className=\"next\"\n variant=\"text\"\n ariaLabel=\"Next\"\n action={onClickHandler}\n icon=\"arrowForward\"\n />\n )\n }\n renderIndicator={(onClickHandler, isSelected, index) => {\n if (isSelected) {\n return (\n <li\n className=\"selected\"\n aria-label={`Slide ${index + 1} selected`}\n title={`Slide ${index + 1} selected`}\n />\n );\n }\n return (\n <li>\n <button\n onClick={onClickHandler}\n onKeyDown={onClickHandler}\n value={index}\n key={index}\n tabIndex={0}\n title={`Slide ${index + 1}`}\n aria-label={`Slide ${index + 1}`}\n />\n </li>\n );\n }}\n >\n {children}\n </Carousel>\n </Styles.Wrapper>\n );\n};\n\nexport default Slideshow;\n","import React, { useState } from 'react';\nimport { Button, EmptyTable, Icon } from '../..';\nimport { hasValue } from '../../utils/filters/has-value';\nimport { ActionMenu } from '../actions-menu/types';\nimport { ActionMenuList } from '../actions-menu';\nimport useVisible from '../../utils/hooks/use-visible';\nimport * as Styles from './styles';\n\ninterface TableOption<CellDataType> {\n id: string;\n value: string;\n dataKey: string;\n renderer?: (\n value: any,\n data: CellDataType\n ) => JSX.Element | string | number | null | undefined;\n className?: string;\n dataTestId?: string;\n}\n\nexport interface TableOptions<CellDataType> {\n columns: TableOption<CellDataType>[];\n}\n\nexport interface TableProps<CellDataType> {\n border?: boolean;\n options: TableOptions<CellDataType>;\n values: (CellDataType | null)[];\n actions?: ActionMenu<CellDataType>[];\n dataTestId?: string;\n menuDataTestId?: string;\n actionMenuTestId?: string;\n loading?: boolean;\n loadingColumns?: number;\n loadingRows?: number;\n showEmpty?: boolean;\n emptyValue?: string;\n className?: string;\n style?: React.CSSProperties;\n startsOpen?: boolean;\n}\n\nexport interface CellBaseType {\n id: string;\n}\n\nconst Table = <CellData extends CellBaseType>(props: TableProps<CellData>) => {\n const {\n border = true,\n options,\n values = [],\n actions = [],\n dataTestId = 'table-test-id',\n menuDataTestId = 'table-action-menu',\n actionMenuTestId = 'icon-button',\n loading = false,\n loadingColumns = 4,\n loadingRows = 5,\n showEmpty = false,\n emptyValue = 'No Data',\n className = 'table',\n style,\n startsOpen = false,\n } = props;\n\n const { ref, isVisible, setIsVisible } =\n useVisible<HTMLDivElement>(startsOpen);\n\n const [rowData, setRowData] = useState({});\n const [rowIndex, setRowIndex] = useState<number | undefined>(undefined);\n const { columns = [] } = options;\n const hasActionMenu = actions.length > 0;\n const validValues = values.filter(hasValue);\n const hasValues = Array.isArray(values) && values.length > 0;\n\n const headSkeleton = (\n <th>\n <Styles.SkeletonCell />\n </th>\n );\n\n const cellSkeleton = (\n <td>\n <Styles.SkeletonCell />\n </td>\n );\n\n const columnsSkeleton = columns.length > 0 ? columns.length : loadingColumns;\n\n if (showEmpty && !hasValues) {\n const columnHeaders = columns.map(column => column.value);\n return (\n <EmptyTable\n border={border}\n tableHead={columnHeaders}\n value={emptyValue}\n />\n );\n }\n\n return (\n <Styles.TableWrapper>\n <Styles.OverflowWrapper>\n <Styles.Table\n border={border}\n data-testid={dataTestId}\n className={className}\n style={style}\n loadingState={loading}\n >\n <thead>\n <tr>\n {loading && !columns\n ? Array.from({ length: loadingColumns }, () => headSkeleton)\n : columns.map(\n ({\n id = '',\n className = '',\n value = '',\n dataTestId: colDataTestId = null,\n }) => (\n <th\n key={id}\n className={className}\n data-testid={\n colDataTestId ? `th-${colDataTestId}` : null\n }\n >\n {value}\n </th>\n )\n )}\n {!loading && hasActionMenu && <th />}\n </tr>\n </thead>\n <tbody>\n {loading\n ? Array.from({ length: loadingRows }, () => (\n <tr>\n {Array.from(\n { length: columnsSkeleton },\n () => cellSkeleton\n )}\n </tr>\n ))\n : validValues.map((row, index) => (\n <tr key={row.id} data-testid={`row-${dataTestId}`}>\n {columns.map(\n ({\n id = '',\n dataKey = '',\n className = '',\n value = '',\n renderer = null,\n dataTestId,\n }) => (\n <td\n key={id}\n className={className}\n data-label={value}\n data-testid={`td-${dataTestId}`}\n >\n <div>\n {renderer\n ? renderer(row[dataKey as keyof CellData], row)\n : row[dataKey as keyof CellData]}\n {className === 'tkai' ? (\n <Icon icon=\"tkai\" fill=\"hsl(0, 0%, 16%)\" />\n ) : className === 'vkai' ? (\n <Icon icon=\"vkai\" fill=\"hsl(0, 0%, 16%)\" />\n ) : null}\n </div>\n </td>\n )\n )}\n\n {hasActionMenu && (\n <td className=\"menu\" data-testid={menuDataTestId}>\n <div ref={ref}>\n <Button\n variant=\"text\"\n color=\"grey500\"\n icon=\"menuVert\"\n action={evt => {\n evt.preventDefault();\n setRowData(row);\n setRowIndex(index);\n setIsVisible(!isVisible);\n evt.stopPropagation();\n }}\n dataTestId={actionMenuTestId}\n />\n </div>\n </td>\n )}\n </tr>\n ))}\n </tbody>\n </Styles.Table>\n\n {isVisible && (\n <ActionMenuList\n actions={actions}\n data={rowData}\n rowIndex={rowIndex}\n handleOptionClick={() => {\n setIsVisible(false);\n }}\n />\n )}\n </Styles.OverflowWrapper>\n </Styles.TableWrapper>\n );\n};\n\nexport default Table;\n","import React, { useState } from 'react';\nimport { Button, EmptyTable, Icon } from '../..';\nimport { hasValue } from '../../utils/filters/has-value';\nimport { ActionMenu } from '../actions-menu/types';\nimport { colors } from '../../ions/variables';\nimport { TableWrapper, OverflowWrapper } from '../table/styles';\nimport { ActionMenuList } from '../actions-menu';\nimport useVisible from '../../utils/hooks/use-visible';\nimport * as Styles from './styles';\n\nimport { DragDropContext, Droppable, Draggable } from 'react-beautiful-dnd';\n\ninterface TableOption<CellDataType> {\n id: string;\n value: string;\n dataKey: string;\n renderer?: (\n value: any,\n data: CellDataType\n ) => JSX.Element | string | number | null | undefined;\n className?: string;\n dataTestId?: string;\n}\n\nexport interface TableOptions<CellDataType> {\n columns: TableOption<CellDataType>[];\n}\n\nexport interface TableProps<CellDataType> {\n border?: boolean;\n options: TableOptions<CellDataType>;\n values: (CellDataType | null)[];\n actions?: ActionMenu<CellDataType>[];\n dataTestId?: string;\n menuDataTestId?: string;\n actionMenuTestId?: string;\n showEmpty?: boolean;\n emptyValue?: string;\n className?: string;\n style?: React.CSSProperties;\n onChange?: any;\n startsOpen?: boolean;\n}\n\nexport interface CellBaseType {\n id: string;\n}\n\nconst TableDnD = <CellData extends CellBaseType>(\n props: TableProps<CellData>\n) => {\n const {\n border = false,\n options,\n values = [],\n actions = [],\n dataTestId = 'table-test-id',\n menuDataTestId = 'table-action-menu',\n actionMenuTestId = 'icon-button',\n showEmpty = false,\n emptyValue = 'No Data',\n className = 'table',\n style,\n onChange,\n startsOpen = false,\n } = props;\n\n const { ref, isVisible, setIsVisible } = useVisible<HTMLDivElement>(\n startsOpen\n );\n\n const [draggableId, setDraggableId] = useState('');\n const [rowData, setRowData] = useState({});\n const [rowIndex, setRowIndex] = useState<number | undefined>(undefined);\n\n const { columns = [] } = options;\n const hasActionMenu = actions.length > 0;\n const validValues = values.filter(hasValue);\n\n const hasValues = Array.isArray(values) && values.length > 0;\n if (showEmpty && !hasValues) {\n const columnHeaders = columns.map(column => column.value);\n return (\n <EmptyTable\n border={border}\n tableHead={columnHeaders}\n value={emptyValue}\n />\n );\n }\n\n const reorder = (list: any[], startIndex: number, endIndex: number) => {\n const result = Array.from(list);\n const [removed] = result.splice(startIndex, 1);\n result.splice(endIndex, 0, removed);\n\n return result.map((dragItem: any, index) => {\n dragItem.order = index;\n return dragItem;\n });\n };\n\n const getItemStyle = (isDragging: boolean, draggableStyle: any) => ({\n userSelect: 'none',\n background: isDragging ? colors.white : 'transparent',\n ...draggableStyle,\n });\n\n const getListStyle = (isDraggingOver: boolean) => ({\n background: isDraggingOver ? colors.white : 'transparent',\n });\n\n return (\n // @ts-ignore\n <DragDropContext\n onBeforeDragStart={result => {\n setDraggableId(result.draggableId);\n }}\n onDragEnd={result => {\n if (!result.destination) {\n return;\n }\n const newValues = reorder(\n values,\n result.source.index,\n result.destination.index\n );\n onChange(newValues);\n setDraggableId('');\n }}\n >\n <TableWrapper>\n <OverflowWrapper>\n <Styles.Table\n border={border}\n data-testid={dataTestId}\n className={className}\n style={style}\n layout=\"auto\"\n >\n <thead>\n <tr>\n <th className=\"thin\" />\n {columns.map(\n ({\n id = '',\n className = '',\n value = '',\n dataTestId: colDataTestId = null,\n }) => (\n <th\n key={id}\n className={className}\n data-testid={colDataTestId ? `th-${colDataTestId}` : null}\n >\n {value}\n </th>\n )\n )}\n </tr>\n </thead>\n {/* @ts-ignore */}\n <Droppable droppableId=\"droppable\">\n {(provided, snapshot) => (\n <tbody\n {...provided.droppableProps}\n ref={provided.innerRef}\n style={getListStyle(snapshot.isDraggingOver)}\n >\n {validValues.map((row, index) => (\n // @ts-ignore\n <Draggable\n key={`${index}`}\n draggableId={`${index}`}\n index={index}\n >\n {(provided, snapshot) => (\n <Styles.TableRow\n ref={provided.innerRef}\n key={row.id}\n data-testid={`row-${dataTestId}`}\n draggableId={draggableId}\n style={getItemStyle(\n snapshot.isDragging,\n provided.draggableProps.style\n )}\n {...provided.draggableProps}\n >\n <td className=\"thin drag-handle\">\n <div {...provided.dragHandleProps}>\n <Icon icon=\"drag-handle\" />\n </div>\n </td>\n {columns.map(\n ({\n id = '',\n dataKey = '',\n className = '',\n value = '',\n renderer = null,\n dataTestId,\n }) => (\n <td\n key={id}\n className={className}\n data-label={value}\n data-testid={`td-${dataTestId}`}\n >\n <div>\n {renderer\n ? renderer(\n row[dataKey as keyof CellData],\n row\n )\n : row[dataKey as keyof CellData]}\n {className === 'kai' ? (\n <Icon icon=\"kai\" fill=\"hsl(0, 0%, 16%)\" />\n ) : null}\n </div>\n </td>\n )\n )}\n\n {hasActionMenu && (\n <td className=\"menu\" data-testid={menuDataTestId}>\n <div ref={ref}>\n <Button\n variant=\"text\"\n color=\"grey500\"\n icon=\"menuVert\"\n action={evt => {\n evt.preventDefault();\n setRowData(row);\n setRowIndex(index);\n setIsVisible(!isVisible);\n evt.stopPropagation();\n }}\n dataTestId={actionMenuTestId}\n />\n </div>\n </td>\n )}\n </Styles.TableRow>\n )}\n </Draggable>\n ))}\n {provided.placeholder}\n </tbody>\n )}\n </Droppable>\n </Styles.Table>\n\n {isVisible && (\n <ActionMenuList\n actions={actions}\n data={rowData}\n rowIndex={rowIndex}\n />\n )}\n </OverflowWrapper>\n </TableWrapper>\n </DragDropContext>\n );\n};\n\nexport default TableDnD;\n","import React from 'react';\n// @ts-ignore\nimport Tabs from 'react-responsive-tabs';\nimport * as Styles from './styles';\n\nexport type Tab = {\n title: string;\n renderer: React.ReactNode;\n};\n\nexport interface TabsPanelProps {\n unmountOnExit?: boolean;\n selectedTabKey?: number;\n beforeChange?: () => {};\n onChange?: () => {};\n tabs: Tab[];\n}\n\nconst TabsPanel = (props: TabsPanelProps) => {\n const {\n unmountOnExit = true,\n selectedTabKey = 0,\n beforeChange,\n onChange,\n tabs,\n } = props;\n\n const getTabs = () => {\n return tabs.map((tab, index) => ({\n key: index,\n tabClassName: 'tab',\n panelClassName: 'panel',\n title: tab.title,\n getContent: () => tab.renderer,\n }));\n };\n\n return (\n <Styles.Wrapper>\n <Tabs\n transform={false}\n unmountOnExit={unmountOnExit}\n selectedTabKey={selectedTabKey}\n beforeChange={beforeChange}\n onChange={onChange}\n items={getTabs()}\n />\n </Styles.Wrapper>\n );\n};\n\nexport default TabsPanel;\n","import React, { CSSProperties } from 'react';\nimport * as Styles from './styles';\nimport { TagColor } from '../tag/types';\n\nexport interface TagNumberProps {\n className?: string;\n style?: CSSProperties;\n color?: TagColor;\n valueColor?: TagColor;\n label: string;\n value: number | string;\n}\n\nconst TagNumber = (props: TagNumberProps) => {\n const {\n className = 'tag-number',\n style,\n color = 'purple500',\n valueColor = 'white',\n label,\n value,\n } = props;\n\n return (\n <Styles.TagWrapper\n className={className}\n style={style}\n color={color}\n valueColor={valueColor}\n >\n <span className=\"label\">{label}</span>\n <span className=\"value\">{value}</span>\n </Styles.TagWrapper>\n );\n};\n\nexport default TagNumber;\n","import React, { CSSProperties } from 'react';\nimport ErrorField from '../error-field';\nimport * as Styles from './styles';\n\nexport interface TextAreaProps {\n className?: string;\n style?: CSSProperties;\n height?: string;\n name?: string;\n placeholder?: string;\n value?: string;\n defaultValue?: string;\n onChange?: (event: React.ChangeEvent<HTMLTextAreaElement>) => void;\n minlength?: number;\n maxlength?: number;\n charactersCount?: number;\n disabled?: boolean;\n error?: string;\n required?: boolean;\n dataTestId?: string;\n}\n\nconst TextArea = (props: TextAreaProps) => {\n const {\n className = 'text-area',\n style,\n height,\n name,\n placeholder,\n value,\n defaultValue,\n onChange = () => {},\n minlength,\n maxlength,\n charactersCount,\n disabled = false,\n error,\n required,\n dataTestId,\n } = props;\n\n return (\n <Styles.Wrapper className=\"text-field\">\n <Styles.TextAreaStyle\n className={className}\n style={style}\n height={height}\n name={name}\n placeholder={placeholder}\n value={value}\n defaultValue={defaultValue}\n onChange={onChange}\n minlength={minlength}\n maxlength={maxlength}\n disabled={disabled}\n error={error}\n required={required}\n data-testid={dataTestId}\n />\n\n {charactersCount != undefined && (\n <Styles.Count>\n <span className={charactersCount < 0 ? 'negative' : ''}>\n {charactersCount}\n </span>\n </Styles.Count>\n )}\n {error ? <ErrorField error={error} /> : null}\n </Styles.Wrapper>\n );\n};\n\nexport default TextArea;\n","import React from 'react';\nimport { ErrorField } from '../..';\nimport TextField from '../text-field';\nimport { TextFieldType } from '../text-field/types';\nimport * as Styles from './styles';\n\nexport interface TextFieldAppendixProps {\n append?: string;\n prepend?: string;\n type?: TextFieldType;\n error?: string;\n name?: string;\n value?: string | number;\n defaultValue?: string | number;\n onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;\n disabled?: boolean;\n placeholder?: string;\n dataTestId?: string;\n className?: string;\n min?: number;\n max?: number;\n pattern?: string;\n required?: boolean;\n}\n\nconst TextFieldAppendix = (props: TextFieldAppendixProps) => {\n const {\n append,\n prepend,\n type = 'text',\n name,\n value,\n defaultValue,\n onChange = () => {},\n placeholder = '',\n min,\n max,\n disabled = false,\n error,\n dataTestId,\n className = 'text-field-appendix',\n pattern,\n required = false,\n } = props;\n\n return (\n <>\n <Styles.Wrapper className={className} error={error}>\n {prepend && (\n <Styles.Appendix error={error} position=\"left\">\n <span>{prepend}</span>\n </Styles.Appendix>\n )}\n <TextField\n type={type}\n name={name}\n value={value}\n defaultValue={defaultValue}\n onChange={onChange}\n placeholder={placeholder}\n min={min}\n max={max}\n disabled={disabled}\n data-testid={dataTestId}\n pattern={pattern}\n required={required}\n />\n {append && (\n <Styles.Appendix error={error} position=\"right\">\n <span>{append}</span>\n </Styles.Appendix>\n )}\n </Styles.Wrapper>\n {error ? <ErrorField error={error} /> : null}\n </>\n );\n};\n\nexport default TextFieldAppendix;\n","import React, { useEffect, useState } from 'react';\n\nimport * as Styles from './styles';\nimport { ToggleProps } from './types';\nimport { v4 } from 'uuid';\n\nconst Toggle = ({\n ariaLabelOn,\n ariaLabelOff,\n labelLeft = 'Off',\n labelRight = 'On',\n checked = false,\n disabled = false,\n isLabelVisible = false,\n onClick = () => {},\n ...rest\n}: ToggleProps) => {\n // tracks the active state so it's easier to test\n const [state, setState] = useState(checked);\n const [id, setId] = useState('');\n\n const handleClick = (value: boolean) => {\n if (disabled) return;\n\n setState(value);\n return onClick(value);\n };\n\n useEffect(() => {\n // If the ID stays outside the component\n // it will be the same if we instantiate\n // thousands components.\n // And if it stays inside the component\n // it will rerun everytime causing memory leak\n // So, this will enforce a unique id,\n // without any re-renders\n const id = v4().split('', 5).join('');\n setId(id);\n }, []);\n\n useEffect(() => {\n setState(checked);\n }, [checked]);\n\n return (\n <Styles.Switcher\n disabled={disabled}\n role=\"radiogroup\"\n aria-label=\"toggle switcher\"\n {...rest}\n >\n <div>\n {labelLeft && isLabelVisible && (\n <label htmlFor={`${id}-switch-off`}>{labelLeft}</label>\n )}\n\n <span className=\"wrapper\">\n <input\n type=\"radio\"\n name={`toggle-id-${id}`}\n id={`${id}-switch-off`}\n className=\"switch-off\"\n checked={!state}\n disabled={disabled}\n aria-checked={!state}\n aria-label={ariaLabelOff}\n onChange={() => handleClick(false)}\n />\n <input\n type=\"radio\"\n name={`toggle-id-${id}`}\n className=\"switch-on\"\n id={`${id}-switch-on`}\n checked={state}\n disabled={disabled}\n aria-checked={state}\n aria-label={ariaLabelOn}\n onChange={() => handleClick(true)}\n />\n <span aria-hidden=\"true\" className=\"bg\" />\n {/* eslint-disable-next-line jsx-a11y/label-has-associated-control */}\n <label\n aria-hidden=\"true\"\n className=\"switcher\"\n htmlFor={`${id}-switch-${state ? 'off' : 'on'}`}\n />\n </span>\n\n {labelRight && isLabelVisible && (\n <label htmlFor={`${id}-switch-on`}>{labelRight}</label>\n )}\n </div>\n </Styles.Switcher>\n );\n};\n\nexport default Toggle;\n","import React, { CSSProperties } from 'react';\nimport * as Styles from './styles';\n\nexport interface TruncateLineProps {\n value: string;\n className?: string;\n style?: CSSProperties;\n dataTestId?: string;\n}\n\nconst TruncateLine = (props: TruncateLineProps) => {\n const { value, className = 'truncate', style, dataTestId } = props;\n return (\n <Styles.TruncateWrapper\n className={className}\n style={style}\n data-testid={dataTestId}\n >\n <span>{value}</span>\n </Styles.TruncateWrapper>\n );\n};\n\nexport default TruncateLine;\n","import React from 'react';\nimport ReactPlayer from 'react-player';\nimport * as Styles from './styles';\n\nexport interface VideoPlayerProps {\n video: any;\n playing?: boolean;\n loop?: boolean;\n controls?: boolean;\n width?: string;\n height?: string;\n onEnded?: any;\n onReady?: any;\n onError?: any;\n}\n\nconst VideoPlayer = (props: VideoPlayerProps) => {\n const {\n video,\n playing = true,\n loop = false,\n controls = false,\n width = '100%',\n height = '100%',\n onEnded,\n onReady,\n onError,\n } = props;\n\n return (\n <Styles.Wrapper>\n {/* @ts-ignore */}\n <ReactPlayer\n style={{ position: 'absolute', top: 0, left: 0 }}\n url={video}\n playing={playing}\n loop={loop}\n controls={controls}\n width={width}\n height={height}\n onEnded={onEnded}\n onReady={onReady}\n onError={onError}\n />\n </Styles.Wrapper>\n );\n};\n\nexport default VideoPlayer;\n","import React, { CSSProperties } from 'react';\nimport * as Styles from './styles';\n\nexport type Step = {\n active: boolean;\n value: string;\n dataTestId?: string;\n};\n\nexport interface WizardStepsProps {\n className?: string;\n style?: CSSProperties;\n steps: Step[];\n dataTestId?: string;\n}\n\nconst WizardSteps = (props: WizardStepsProps) => {\n const {\n className = 'wizard-steps',\n style,\n steps = [],\n dataTestId = 'wizard-steps-test-id',\n } = props;\n\n return (\n <div className={className} style={style} data-testid={dataTestId}>\n <Styles.Steps>\n {steps.map((step, index) => (\n <Styles.Step\n key={index}\n active={step.active}\n data-testid={`step-${step.dataTestId}`}\n >\n <div>\n <span>{step.value}</span>\n </div>\n </Styles.Step>\n ))}\n </Styles.Steps>\n </div>\n );\n};\n\nexport default WizardSteps;\n"],"names":["colors","black","white","grey50","grey100","grey150","grey200","grey300","grey400","grey500","grey600","grey700","grey800","grey850","grey900","grey950","blue50","blue100","blue150","blue200","blue300","blue400","blue500","blue600","blue700","blue800","blue850","blue900","blue950","purple50","purple100","purple150","purple200","purple300","purple400","purple500","purple600","purple700","purple800","purple850","purple900","purple950","red50","red100","red150","red200","red300","red400","red500","red600","red700","red800","red850","red900","red950","oracle50","oracle100","oracle150","oracle200","oracle300","oracle400","oracle500","oracle600","oracle700","oracle800","oracle850","oracle900","oracle950","green50","green100","green150","green200","green300","green400","green500","green600","green700","green800","green850","green900","green950","orange50","orange100","orange150","orange200","orange300","orange400","orange500","orange600","orange700","orange800","orange850","orange900","orange950","yellow50","yellow100","yellow150","yellow200","yellow300","yellow400","yellow500","yellow600","yellow700","yellow800","yellow850","yellow900","yellow950","paleBlue50","paleBlue100","paleBlue150","paleBlue200","paleBlue300","paleBlue400","paleBlue500","paleBlue600","paleBlue700","paleBlue800","paleBlue850","paleBlue900","paleBlue950","paleOrange50","paleOrange100","paleOrange150","paleOrange200","paleOrange300","paleOrange400","paleOrange500","paleOrange600","paleOrange700","paleOrange800","paleOrange850","paleOrange900","paleOrange950","colorHues","typography","defaultFont","defaultSize","fontSizeSm","rem","fontSizeXs","regular","medium","semiBold","bold","button","height","borderWidth","borderRadius","padding","iconSpacing","iconSize","field","borderColor","hoverBorderColor","backgroundColor","boxShadow","rgba","color","activeBorderColor","activeColor","successBackgroundColor","successBorderColor","errorBorderColor","errorBackgroundColor","disabledBackgroundColor","disabledColor","placeholderColor","Wrapper","styled","div","withConfig","displayName","componentId","props","square","size","useColor","value","c","split","filter","Boolean","hover","getHoverColor","tint","hue","indexCurrentHue","indexOf","length","parseFloat","ButtonWrapper","variant","txtColor","rounded","iconPosition","Button","type","className","style","action","icon","loading","dataTestId","eventId","ariaLabel","ariaHidden","disabled","React","createElement","Styles","onClick","data-testid","data-event","aria-label","aria-hidden","Spinner","Icon","ActionsMenuStyle","visibleActions","useVisible","initialIsVisible","isVisible","setIsVisible","useState","ref","useRef","handleClickOutside","event","current","contains","target","useEffect","document","addEventListener","removeEventListener","ButtonLinkStyle","a","CheckboxWrapper","label","error","CheckboxLabel","span","CheckboxInput","input","Checkmark","Checkbox","checked","onChange","required","checkedRef","isChecked","setIsChecked","checkmarkClassName","useMemo","isCheckStr","isDisabledStr","name","defaultChecked","aria-checked","prev","icons","taikai-mark","rocket","surfboard","notifications","notificationsOutline","mail","mailOutline","warning","challenge","flag","transferReceived","transferSent","transferFailed","backer","jury","addMember","github","bitbucket","google","dribbble","microsoft","x","twitter-n","facebook-n","instagram-n","linkedin-n","medium-n","reddit-n","link","link-o","instagram","linkedin","twitter","vimeo","youtube","facebook","messenger","reddit","skype","telegram-o","whatsapp-o","settings","play","users","user","user-o","arrowRight","arrowBack","arrowForward","keyboardDown","tkai","vkai","trophy","edit","projects","check","check-double","add","remove","cross","menuVert","tag","local","search","download","overview","categories","question","faqs","timeline","resources","rules","prizes","share","star","verify","voucher","delete","sort","message","camera","image","upload","chart","organization","news","pen","jobs","signout","slack","discord","teams","telegram","whatsapp","copy","bitcoin","ether","eos","language","folder","folder-open","camera-roll","clean-hands","code","mask","sanitizer","coronavirus","dashboard","lamp","puzzle","cloud-outline","cloud","search-in-page","live","food","pizza","one","two","three","four","five","six","school","mic","thunder-o","security","beer","video-playlist","users-o","support","headset","tune","video","wifi","stream","innovators","participants","backers","juries","transactions","updates","matchmaking","results","mentors","lock","phone","cart","idea","visibility","info","drag-handle","thumb-up","thumb-down","send","caret-left","caret-right","wallet-connect","bepro-mark","kucoin","bitmark","coinbase","moonpay","ledger","moonbeam","solidity","metamask","launch","arrow-external","mint","TextFieldInputStyle","css","JSON","stringify","TextAreaStyle","textarea","Count","transparentize","SelectStyle","select","ErrorStyle","Input","TextArea","Select","ErrorField","fill","viewBox","d","LabelStyle","Label","currency","rotation","keyframes","Loading","TagWrapper","Tag","title","valueColor","TextField","defaultValue","placeholder","min","max","pattern","Fragment","SelectWrapper","SelectGroupLabel","SingleValue","Option","components","CustomSelectOption","commonProps","_extends","data","customImage","src","alt","CustomSelectValue","Appendix","position","TruncateWrapper","device","slidesNumber","Bar","Progress","progress","Value","Switcher","fieldset","List","ul","undefined","rowIndex","ActionMenuList","actions","handleOptionClick","Array","isArray","visibilityFunc","map","id","url","key","href","e","stopPropagation","CardValueStyle","EmptyTableWrapper","EmptyTableHead","border","EmptyTableBody","EmptyTableRow","EmptyTableCellText","EmptyTableOverlay","EmptyTable","rows","columns","tableHead","headCells","index","i","push","FooterStyle","ModalFooter","children","closeAction","closeValue","buttonValue","hasValue","TableWrapper","OverflowWrapper","Table","table","loadingState","SkeletonCell","layout","TableRow","tr","draggableId","toString","Steps","Step","li","active","PaginationWrapper","IconLoginOnly","width","data-name","cx","cy","r","transform","opacity","IconEmptyData","clipPath","Item","Field","customColor","More","ModalOverlay","zIndex","ModalWrapper","modalOverflow","ModalContainer","ModalHeader","slideInLeft","timingFunctions","ModalContent","Grid","center","GridRow","GridCol","startsOpen","evt","preventDefault","boring","boringType","Avatar","blank","rel","description","buttonChecked","setButtonChecked","options","buttonIcon","buttonAction","buttonDisabled","clearFieldAfterSubmit","setLoading","fieldValue","setFieldValue","async","constructor","handleOnClickAction","accept","multiple","pluralText","buttonText","fileName","setFileName","data-multiple-caption","files","pop","getUploadedFileName","htmlFor","showMore","setShowMore","moreMenu","visibleMenuRef","items","visible","querySelector","getElementsByTagName","more","moreVisibility","removeItem","last","prepend","addItem","first","append","checkOverflow","scrollWidth","offsetWidth","window","lines","cardsNumber","loadingType","paragraphs","cards","isShowing","hide","footer","overflow","setOverflow","modalHeight","offsetHeight","innerHeight","resizeWindow","throttle","ReactDOM","createPortal","aria-modal","tabIndex","role","body","footerHidden","documentElement","fixViewport","vh","setProperty","decreaseAriaLabel","increaseAriaLabel","increment","isFirstRender","number","setNumber","updateValue","parseInt","pageDisplayed","setPageDisplayed","dark","page","pageCount","hrefBuilder","onPageChange","ariaLabelBuilder","updateDimensions","innerWidth","ReactPaginate","containerClassName","pageClassName","breakLinkClassName","activeClassName","previousLabel","nextLabel","pageRangeDisplayed","marginPagesDisplayed","forcePage","pageObj","selected","group","selectOptions","hidden","SelectInteractive","multi","clear","formatGroupLabel","onInputChange","rest","isMulti","isClearable","isDisabled","isSearchable","classNamePrefix","defaultMenuIsOpen","s","display","alignItems","justifyContent","showArrows","autoPlay","stopOnHover","interval","dynamicHeight","slideSelected","Carousel","showStatus","showThumbs","transitionTime","infiniteLoop","useKeyboardArrows","swipeable","swipeScrollTolerance","emulateTouch","selectedItem","renderArrowPrev","onClickHandler","hasPrev","renderArrowNext","hasNext","renderIndicator","isSelected","onKeyDown","values","menuDataTestId","actionMenuTestId","loadingColumns","loadingRows","showEmpty","emptyValue","rowData","setRowData","setRowIndex","hasActionMenu","validValues","hasValues","headSkeleton","cellSkeleton","columnsSkeleton","columnHeaders","column","from","colDataTestId","row","dataKey","renderer","data-label","setDraggableId","DragDropContext","onBeforeDragStart","result","onDragEnd","destination","newValues","reorder","list","startIndex","endIndex","removed","splice","dragItem","order","source","Droppable","droppableId","provided","snapshot","droppableProps","innerRef","isDraggingOver","background","Draggable","isDragging","draggableStyle","draggableProps","userSelect","dragHandleProps","getItemStyle","unmountOnExit","selectedTabKey","beforeChange","tabs","Tabs","tab","tabClassName","panelClassName","getContent","minlength","maxlength","charactersCount","Toggle","ariaLabelOn","ariaLabelOff","labelLeft","labelRight","isLabelVisible","state","setState","setId","handleClick","v4","join","playing","loop","controls","onEnded","onReady","onError","ReactPlayer","top","left","steps","step"],"mappings":"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X0GY,QWrGT8O,EAAgBxE,EAAOyE,KAAIvE,YAAAC,oCAAAC,2BAAXJ,sCACZ9B,MAAI,QACJA,MAAI,SAGRwG,EAAgB1E,EAAO2E,MAAKzE,YAAAC,oCAAAC,2BAAZJ,0XAOLxK,EAAOE,MACXqJ,EAAMU,mBAQFV,EAAMa,wBACjBb,EAAMc,cAIGd,EAAMc,cAKRd,EAAMa,wBACFb,EAAMG,gBAKRH,EAAMU,oBAKfmF,EAAY5E,EAAOyE,KAAIvE,YAAAC,gCAAAC,2BAAXJ,mWAEf9B,MAAI,QACFA,MAAI,OAAgBa,EAAMC,YAEhBxJ,EAAOE,MAClBwI,MAAI,QACHA,MAAI,QXoDM,OW7CXA,MAAI,OACHA,MAAI,OACHA,MAAI,OACHA,MAAI,OAEVmC,GAAUA,EAAMiC,SAAW9M,EAAOE,MAAQqJ,EAAMU,mBAClCvB,MAAI,OAAUA,MAAI,QCrHlC0H,EAAmB,CACvBC,cACE,gQACFC,OACE,2uCACFC,UACE,+vBACFC,cACE,2ZACFC,qBACE,oXACFC,KACE,uYACFC,YACE,mWACFC,QACE,ogBACFC,UACE,kaACFC,KACE,uZACFC,iBACE,6wGACFC,aACE,4vDACFC,eACE,2wEACFC,OACE,i0GACFC,KACE,i0GACFC,UACE,0xBACFC,OACE,0zBACFC,UACE,ubACFC,OACE,2lBACFC,SACE,+0FACFC,UACE,2HACAC,EAAG,uKACLC,YACE,89BACFC,aACE,gNACFC,cACE,2rDACFC,aACE,0dACFC,WACE,mpBACFC,WACE,0jDACFC,KACE,guBACFC,SACE,y7FACFC,UACE,2/EACFC,SACE,0mCACFvJ,OACE,g6BACFwJ,QACE,4gEACFC,MACE,uzCACFC,QACE,iwBACFC,SACE,2fACFC,UACE,i0BACFC,OACE,u8FACFC,MACE,4iHACFC,aACE,ogDACFC,aACE,ooEACFC,SACE,6iDACFC,KACE,mJACFC,MACE,4hBACFC,KACE,iRACFC,SACE,mUACFC,WACE,uaACFC,UACE,+PACFC,aACE,4PACFC,aACE,kMACFC,KACE,+6BACFC,KACE,63BACFC,OACE,87DACFC,KACE,8PACFC,SACE,q0DACFC,MACE,2YACFC,eACE,+xBACFC,IACE,qRACFC,OACE,kJACFC,MACE,oSACFC,SACE,4aACFC,IACE,6UACFC,MACE,kSACFC,OACE,gXACFC,SACE,oSACFC,SACE,4hBACFC,WACE,6UACFC,SACE,4tBACFC,KACE,q7BACFC,SACE,keACFC,UACE,ifACFC,MACE,8bACFC,OACE,87DACFC,MACE,gdACFC,KACE,4SACFC,OACE,k9BACFC,QACE,szFACFC,OACE,8YACF9J,OACE,sZACF+J,KACE,otBACFC,QACE,oQACFC,OACE,sxBACFC,MACE,0WACFC,OACE,2QACFC,MACE,ucACFC,aACE,4kBACFC,KACE,4hBACFC,IACE,ikBACFC,KACE,4SACFC,QACE,mkBACFC,MACE,y/BACFC,QACE,0/BACFC,MACE,qhDACFC,SACE,4SACFC,SACE,8kCACFC,KACE,ggBACFC,QACE,grBACFC,MACE,qSACFC,IACE,6MACFC,SACE,k7CACFC,OACE,gOACFC,cACE,sdACFC,cACE,khBACFC,cACE,qnCACFC,KACE,iWACFC,KACE,g+BACFC,UACE,0/BACFC,YACE,4jEACFC,UACE,omBACFC,KACE,k4BACFC,OACE,gaACFC,gBACE,+iBACFC,MACE,8MACFC,iBACE,4dACFC,KACE,mlBACFC,KACE,4ZACFC,MACE,2ZACFC,IACE,8VACFC,IACE,mcACFC,MACE,ofACFC,KACE,qZACFC,KACE,kcACFC,IACE,oaACFC,OACE,sbACFC,IACE,uaACFC,YACE,+TACFC,SACE,mSACF/I,MACE,ifACFgJ,KACE,2rBACFC,iBACE,8fACFC,UACE,oqBACFC,QACE,+mBACFC,QACE,k8BACFC,KACE,s1BACFC,MACE,gQACFC,KACE,ilBACFC,OACE,2mEACFC,WACE,4hBACFC,aACE,4hBACFC,QACE,i0GACFC,OACE,i0GACFC,aACE,qhDACFC,QACE,2ZACFC,YACE,+xBACFC,QACE,87DACFC,QACE,4hBACFC,KACE,mZACFC,MACE,mNACFC,KACE,00BACFC,KACE,4hBA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"}
|