.Select .react-select,body>.react-select,body>.react-select__menu-portal>.react-select{font-size:.75rem;font-weight:500;font-family:var(--chakra-fonts-heading)}.Select .react-select__control,body>.react-select__control,body>.react-select__menu-portal>.react-select__control{padding:4px 12px;gap:4px;border:none;border-radius:10px;color:#fff;background-color:var(--chakra-colors-brand-normal);width:max-content;min-height:0;box-shadow:none}.Select .react-select__control:hover,body>.react-select__control:hover,body>.react-select__menu-portal>.react-select__control:hover{cursor:pointer;background-color:var(--chakra-colors-brand-light)}.Select .react-select__control--menu-is-open,body>.react-select__control--menu-is-open,body>.react-select__menu-portal>.react-select__control--menu-is-open{background-color:var(--chakra-colors-brand-light)}.Select .react-select__value-container,body>.react-select__menu-portal>.react-select__value-container,body>.react-select__value-container{padding:0;line-height:16px}.Select .react-select__single-value,body>.react-select__menu-portal>.react-select__single-value,body>.react-select__single-value{margin:0;width:max-content}.Select .react-select__input-container,body>.react-select__input-container,body>.react-select__menu-portal>.react-select__input-container{margin:0;padding:0}.Select .react-select__control--menu-is-open .react-select__dropdown-indicator,body>.react-select__control--menu-is-open .react-select__dropdown-indicator,body>.react-select__menu-portal>.react-select__control--menu-is-open .react-select__dropdown-indicator{transform:rotate(-180deg)}.Select .react-select__dropdown-indicator,body>.react-select__dropdown-indicator,body>.react-select__menu-portal>.react-select__dropdown-indicator{width:1rem;height:1rem;padding:0;transition:transform .15s}.Select .react-select__dropdown-indicator svg,body>.react-select__dropdown-indicator svg,body>.react-select__menu-portal>.react-select__dropdown-indicator svg{width:16px;height:16px;display:block;flex-shrink:0;fill:#fff;stroke:#fff}.Select .react-select__input-container,body>.react-select__input-container,body>.react-select__menu-portal>.react-select__input-container{color:#fff}.Select .react-select__placeholder,.Select .react-select__single-value,body>.react-select__menu-portal>.react-select__placeholder,body>.react-select__menu-portal>.react-select__single-value,body>.react-select__placeholder,body>.react-select__single-value{color:#fff;font-size:.75rem;font-weight:500;font-family:var(--chakra-fonts-heading)}.Select .react-select__menu,body>.react-select__menu,body>.react-select__menu-portal>.react-select__menu{z-index:1000;background-color:#fff;color:var(--chakra-colors-brand-normal);border-radius:10px;overflow:hidden;font-size:.75rem;font-family:var(--chakra-fonts-heading);width:100%}.Select .react-select__indicator-separator,body>.react-select__indicator-separator,body>.react-select__menu-portal>.react-select__indicator-separator{display:none}.Select .react-select__menu-list,body>.react-select__menu-list,body>.react-select__menu-portal>.react-select__menu-list{padding:4px;display:flex;flex-direction:column;gap:4px}.Select .react-select__option,body>.react-select__menu-portal>.react-select__option,body>.react-select__option{width:100%;min-width:max-content;border-radius:4px;line-height:16px;padding:4px 8px;transition:.1s}.Select .react-select__option:hover,body>.react-select__menu-portal>.react-select__option:hover,body>.react-select__option:hover{cursor:pointer}.Select .react-select__option--is-focused,body>.react-select__menu-portal>.react-select__option--is-focused,body>.react-select__option--is-focused{background-color:transparent}.Select .react-select__option:hover,body>.react-select__menu-portal>.react-select__option:hover,body>.react-select__option:hover{background-color:rgba(var(--chakra-colors-gray-675-rgb),.09);color:var(--chakra-colors-gray-900)}.Select .react-select__option--is-selected,body>.react-select__menu-portal>.react-select__option--is-selected,body>.react-select__option--is-selected{background-color:var(--chakra-colors-brand-light)!important;color:#fff!important}.Select .react-select__option--is-selected:hover,body>.react-select__menu-portal>.react-select__option--is-selected:hover,body>.react-select__option--is-selected:hover{background-color:var(--chakra-colors-brand-light);cursor:default!important}.Select .react-select__menu-portal,body>.react-select__menu-portal,body>.react-select__menu-portal>.react-select__menu-portal{z-index:50!important}.PageSizeSelector{display:flex;font-family:var(--chakra-fonts-mono);align-items:center}.PageSizeSelector__Title{margin-right:8px;white-space:nowrap;color:var(--chakra-colors-gray-250);font-size:.75rem}.PageSizeSelector select{font-size:.75rem;max-width:100%;height:29px;box-sizing:border-box;border:1px solid var(--chakra-colors-whiteAlpha-200);border-radius:5px;padding:0 4px;background-color:var(--chakra-colors-brand-normal)}.ChartContainer.loading{overflow:hidden;position:relative;animation:LoadingContainer 1s infinite}.ChartContainer.loading:before{z-index:5!important;opacity:1!important}.ChartContainer.loading:after{animation:loading-process 1s infinite;z-index:6}.ChartContainer.loading:after,.ChartContainer.loading:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.ChartContainer.loading:before{background-color:var(--chakra-colors-gray-900)}.ChartContainer.loading:after{background:linear-gradient(90deg,transparent,#0e75b5 50%,transparent)!important;width:100%;height:100%}.Chart{visibility:hidden;transition:all 1s;margin:0 -10px!important;padding:0 10px!important;overflow-x:clip}.Chart,.loading .Chart{opacity:0}.Chart.loaded{visibility:visible;opacity:1}.Chart__Tooltip{font-size:.875rem;font-family:var(--chakra-fonts-body)}.Chart__FocusPoint{display:none;fill:#fff;stroke:var(--chakra-colors-brand-normal);stroke-width:2px}.Chart__Point{fill:var(--chakra-colors-brand-normal);opacity:0}.Chart .grid line{stroke:#ccc;stroke-opacity:.03}.Chart .grid .tick:nth-child(2n) line{stroke-opacity:.1}.Chart .grid path{display:none}.ChartTooltip__InfoLine--Blocks{opacity:.7}.ChartTooltip__InfoLine--Bold{font-weight:700;font-size:1rem}.ChartTooltip__InfoLine--Tiny{font-size:.813rem}.Axis{font-family:var(--chakra-fonts-heading);font-weight:700;font-size:.75rem}.Axis .domain{opacity:0}.Axis__Label{opacity:.5}.Axis__Label,.Axis__TickContainer{font-size:.75rem}.Axis--X .Axis__TickContainer{font-weight:400;opacity:.5}.Axis__Line{opacity:.5;stroke-width:1px;stroke:#fff}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.DateRangePicker{display:flex;flex-direction:column;align-items:center;font-size:.75rem;font-family:var(--chakra-fonts-mono);container-type:inline-size}.DateRangePicker--NoTopNavigation .react-calendar__navigation,.DateRangePicker--NoWeekDay .react-calendar__month-view__weekdays{display:none!important}.DateRangePicker__Header{display:flex;justify-content:center;width:100%;margin-bottom:20px}.DateRangePicker--SingleCalendar .DateRangePicker__HeaderMonth{width:100%;max-width:none}.DateRangePicker__HeaderMonth{width:50%;text-align:center;font-family:var(--chakra-fonts-heading);font-size:.875rem;font-weight:700;max-width:350px}.DateRangePicker__Calendar{width:100%;margin-bottom:10px}.DateRangePicker__MonthSelector{display:flex;justify-content:space-between;width:100%;margin-top:10px}.DateRangePicker__Arrow,.DateRangePicker__MonthButton{color:#fff;border:1px solid #343f44;border-radius:10px;background-color:rgba(var(--chakra-colors-gray-800-rgb),.3);cursor:pointer;transition:all .1s;margin:0 4px}.DateRangePicker__Arrow:hover,.DateRangePicker__MonthButton:hover{background-color:rgba(var(--chakra-colors-gray-800-rgb),.5)}.DateRangePicker__Arrow:disabled,.DateRangePicker__MonthButton:disabled{opacity:.4;cursor:not-allowed}.DateRangePicker__MonthButton{color:var(--chakra-colors-gray-250);padding:10px 16px;text-transform:uppercase}.DateRangePicker__MonthButton:hover{color:var(--chakra-colors-gray-100)}.DateRangePicker__MonthButton--Active{color:#fff;background-color:var(--chakra-colors-brand-normal)}.DateRangePicker__MonthButton--Active:hover{background-color:var(--chakra-colors-brand-normal);cursor:default}.DateRangePicker__Arrow{display:flex;align-items:center;justify-content:center;width:28px}.DateRangePicker__Arrow svg{width:8px;height:8px}.DateRangePicker__Arrow--Left{margin-right:auto;margin-left:0}.DateRangePicker__Arrow--Left svg{transform:rotate(180deg)}.DateRangePicker__Arrow--Right{margin-left:auto;margin-right:0}@container (max-width: 640px){.DateRangePicker__MonthButton{font-size:.625rem;padding:10px 14px}.DateRangePicker__Arrow{width:24px}}@container (max-width: 570px){.DateRangePicker__Arrow,.DateRangePicker__MonthButton{border-radius:8px}.DateRangePicker__MonthButton{font-size:.5rem;padding:8px 10px;margin:0 4px}.DateRangePicker__Arrow{width:20px}.DateRangePicker__Arrow svg{width:4px;height:6px}}@container (max-width: 450px){.DateRangePicker__Arrow,.DateRangePicker__MonthButton{border-radius:6px}.DateRangePicker__MonthButton{font-size:.5rem;padding:6px;margin:0 2px}.DateRangePicker__Arrow{width:16px}.DateRangePicker__Arrow svg{width:4px;height:6px}}@container (max-width: 400px){.DateRangePicker__Arrow,.DateRangePicker__MonthButton{border-radius:5px}.DateRangePicker__MonthButton{font-size:.438rem;padding:5px;margin:0 1px}.DateRangePicker__Arrow{width:14px}.DateRangePicker__Arrow svg{width:3px;height:5px}}.DateRangePicker .react-calendar{margin:0 auto;background:transparent;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.DateRangePicker .react-calendar__tile{border-radius:10px;font-family:var(--chakra-fonts-heading);font-size:.75rem;white-space:nowrap;padding:16px 8px}.DateRangePicker .react-calendar__tile:disabled{color:hsla(0,0%,100%,.5)!important;pointer-events:none;background-color:transparent;opacity:.5}.DateRangePicker .react-calendar__tile--now{background-color:rgba(var(--chakra-colors-gray-800-rgb),.3)}.DateRangePicker .react-calendar__tile--hover,.DateRangePicker .react-calendar__tile--range{background-color:rgba(var(--chakra-colors-gray-800-rgb),.5)!important;border-radius:0}.DateRangePicker .react-calendar__tile--rangeEnd,.DateRangePicker .react-calendar__tile--rangeStart{transition:border-radius .2s;background-color:var(--chakra-colors-brand-normal)!important;color:#fff}.DateRangePicker .react-calendar__tile--rangeEnd:hover,.DateRangePicker .react-calendar__tile--rangeStart:hover{background-color:var(--chakra-colors-brand-light)!important}.DateRangePicker .react-calendar__tile--rangeStart{border-radius:10px 0 0 10px!important}.DateRangePicker .react-calendar__tile--rangeEnd{border-radius:0 10px 10px 0!important}.DateRangePicker .react-calendar__tile--rangeStart.react-calendar__tile--rangeEnd{border-radius:10px!important}.DateRangePicker .react-calendar__tile:enabled:focus,.DateRangePicker .react-calendar__tile:enabled:hover{background-color:rgba(var(--chakra-colors-gray-800-rgb),.3)}.DateRangePicker .react-calendar__navigation button{font-size:.875rem;font-weight:700}.DateRangePicker .react-calendar__navigation button:enabled:focus,.DateRangePicker .react-calendar__navigation button:enabled:hover{background-color:rgba(var(--chakra-colors-gray-800-rgb),.5);border-radius:10px;overflow:hidden}.DateRangePicker .react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}.DateRangePicker .react-calendar__month-view__days__day--weekend:not(.react-calendar__month-view__days__day--neighboringMonth){color:#fff}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .react-calendar__month-view__days__day--neighboringMonth.react-calendar__tile--rangeEnd,.DateRangePicker:not(.DateRangePicker--SingleCalendar) .react-calendar__month-view__days__day--neighboringMonth.react-calendar__tile--rangeStart{background:rgba(var(--chakra-colors-gray-800-rgb),.5)!important}@media screen and (max-width:80em){.DateRangePicker .react-calendar__tile{padding:12px 6px}}@media screen and (max-width:48em){.DateRangePicker .react-calendar__tile{font-size:.7rem}}@media screen and (max-width:30em){.DateRangePicker .react-calendar__tile{font-size:.6rem}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .react-calendar__viewContainer{flex-direction:column}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .react-calendar__month-view{width:100%;margin-top:34px;margin-left:0;margin-right:0}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .react-calendar__month-view:first-child{margin-top:0}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .react-calendar__viewContainer{margin-left:0;margin-right:0}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .DateRangePicker__Header{flex-direction:column;position:relative}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .DateRangePicker__HeaderMonth{width:100%;max-width:none}.DateRangePicker:not(.DateRangePicker--SingleCalendar) .DateRangePicker__HeaderMonth:nth-child(2){position:absolute;top:270px}}.TimeframeMenu{padding:12px;border-radius:20px}.TimeframeMenu__ValuesContainer{display:flex;align-items:center;justify-content:flex-end}.TimeframeMenu__Values{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.TimeframeMenu__ValueButton{font-size:.75rem;height:28px!important;padding:3px 12px!important}.TimeframeMenu__ValueButton--Active{background-color:var(--chakra-colors-brand-normal)!important;color:#fff!important}.TimeframeMenu__Calendar{width:100%;margin-top:24px}.TimeframeMenu__Calendar--Stub{position:relative}.TimeframeMenu__Calendar--Stub .DateRangePicker{opacity:.05;-webkit-user-select:none;-moz-user-select:none;user-select:none}.TimeframeMenu__Calendar--Stub:before{content:"";position:absolute;z-index:20;width:100%;height:100%;top:0;left:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.TimeframeMenu__Calendar--Stub:after{content:"Coming soon";text-transform:uppercase;font-size:.875rem;font-family:var(--chakra-fonts-heading);opacity:.8;display:block;position:absolute;z-index:22;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:555px){.TimeframeMenu__Values{flex-wrap:wrap}.TimeframeMenu__ValueButton{font-size:.6rem!important;height:24px!important}}@media screen and (max-width:350px){.TimeframeMenu__ValueButton{font-size:.5rem!important;height:22px!important}}.TimeframeSelector--MenuActive .TimeframeSelector__Menu{visibility:visible;opacity:1;transition-delay:.2s}.TimeframeSelector__Menu{padding:0 12px!important;top:12px;position:absolute;z-index:10;width:100%;height:max-content;left:0;-webkit-backdrop-filter:blur(44px);backdrop-filter:blur(44px);visibility:hidden;opacity:0;transition:all .2s;transition-delay:0s}.TimeframeSelector__Button{position:absolute!important;transition:all .2s;visibility:visible;opacity:1;height:28px!important}.TimeframeSelector__Button--Active{background-color:#fff!important;color:var(--chakra-colors-brand-normal)!important}@media screen and (max-width:555px){.TimeframeSelector__Button{font-size:.6rem!important;height:24px!important}}@media screen and (max-width:350px){.TimeframeSelector__Button{font-size:.5rem!important;height:22px!important}}.ChartBlock{container-type:inline-size;height:100%;min-height:300px;padding-bottom:0!important;overflow:hidden;transition:.1s}.ChartBlock .InfoBlock__Title,.ChartBlock .TimeframeSelector__Button{position:relative;z-index:555}.ChartBlock--MenuIsOpen{padding-bottom:24px!important}.ChartBlock__TimeframeTitle{margin:5px 5px 5px 0}.ChartBlock__TimeframeContainer{display:flex;flex-wrap:wrap;align-items:center;margin-left:auto;margin-top:-20px}.ChartBlock__ChartContainer{height:100%;visibility:visible;opacity:1;transition:all .2s;transition-delay:.2s}.ChartBlock__ChartContainer--Hidden{visibility:hidden;opacity:0;transition-delay:0s}.ChartBlock .TimeframeSelector__Menu{top:0}.ChartBlock .TimeframeSelector .TimeframeMenu{padding-bottom:12px!important}.ChartBlock .TimeframeSelector .TimeframeMenu__ValuesContainer{margin-top:52px}.ChartBlock .TimeframeSelector__Button{top:12px;right:16px}@container (max-width: 400px){.ChartBlock .TimeframeSelector .TimeframeMenu__ValuesContainer{margin-top:90px}.ChartBlock .TimeframeSelector__Button{top:50px;z-index:11;width:100px;min-width:max-content;transition:width .2s}.ChartBlock .TimeframeSelector__Button--Active{width:calc(100% - 24px)}}.ChartBlock__TimeframeButtons{display:flex;flex-wrap:wrap}.ChartBlock__TimeframeButton{font-family:var(--chakra-fonts-heading);font-size:12px;height:27px!important;margin:5px}.ChartBlock__TimeframeButton:last-child{margin-right:0}.ChartBlock__TimeframeButton--Active{background-color:var(--chakra-colors-brand-normal)!important}.ChartBlock__Loader{width:100%}@keyframes loading-process{0%{opacity:0;left:-100%;z-index:6}50%{opacity:.25}to{z-index:6;left:100%}}@keyframes LoadingContainer{0%{overflow:hidden}to{overflow:hidden}}.ChartBlock__Loader{overflow:hidden;position:relative;animation:LoadingContainer 1s infinite}.ChartBlock__Loader:before{z-index:5!important;opacity:1!important}.ChartBlock__Loader:after{animation:loading-process 1s infinite;z-index:6}.ChartBlock__Loader:after,.ChartBlock__Loader:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.ChartBlock__Loader:before{background-color:var(--chakra-colors-gray-900)}.ChartBlock__Loader:after{background:linear-gradient(90deg,transparent,#0e75b5 50%,transparent)!important;width:100%;height:100%}@media screen and (max-width:640px){.ChartBlock__TimeframeContainer{margin-top:0}}.HorisontalSeparator{margin:24px 0}.HorisontalSeparator:after,.HorisontalSeparator:before{content:"";display:block;height:1px;width:100%}.HorisontalSeparator:after{position:absolute;left:0;background-color:var(--chakra-colors-gray-250);opacity:.2}.Intro{-webkit-backdrop-filter:blur(44px);backdrop-filter:blur(44px);border-radius:var(--chakra-radii-block);border:1px solid hsla(0,0%,100%,.1);background:rgba(24,31,34,.2);box-shadow:2px 2px var(--chakra-colors-brand-normal);display:flex;padding:64px;width:100%;gap:2.5rem}.Intro__Title{font-style:italic;font-weight:800}.Intro__Info{width:480px;flex-shrink:0}.Intro__Block{display:flex;align-items:center;flex-grow:1;flex-shrink:1;min-width:0;overflow:hidden}@media screen and (min-width:96em){.Intro__Info{min-width:40%}}@media screen and (max-width:75em){.Intro{flex-wrap:wrap;padding:2.5rem;gap:2.5rem}.Intro__Block,.Intro__Info{width:100%}.Intro__Block{margin-left:0}}@media screen and (max-width:62em){.Intro{gap:1.5rem;padding:1.5rem}}.IdentitiesPage__IntroTabs{width:100%;padding-bottom:0}.IdentitiesPage__IntroTabs .TimeframeSelector__Button{top:-2px!important}.IdentitiesPage__IntroTabs .ChartBlock--MenuIsOpen{margin-bottom:-52px!important}.IdentitiesPage__IdentitiesCountChart,.IdentitiesPage__IdentitiesCountChart .Chart{overflow:visible!important}.Markdown a{color:var(--chakra-colors-brand-normal);transition:color .1s}.Markdown a:hover{color:var(--chakra-colors-brand-light)}.Markdown li{font-family:var(--chakra-fonts-mono)}.Markdown small{font-size:100%;color:var(--chakra-colors-gray-250)}.Markdown__TableWrapper{border:1px solid var(--chakra-colors-gray-800);border-radius:var(--chakra-radii-lg);overflow-x:auto}.Markdown__TableWrapper td:first-child,.Markdown__TableWrapper th:first-child{border-left:none}.Markdown__TableWrapper td:last-child,.Markdown__TableWrapper th:last-child{border-right:none}.Markdown__TableWrapper tr:first-child td,.Markdown__TableWrapper tr:first-child th{border-top:none}.Markdown__TableWrapper tr:last-child td,.Markdown__TableWrapper tr:last-child th{border-bottom:none}.Markdown table{width:100%;border-collapse:collapse;border:none}.Markdown td,.Markdown th{border:1px solid var(--chakra-colors-gray-800);padding:8px}.Markdown th{font-weight:700}