._Point_fd5ah_150 {
  outline: none;
  pointer-events: none;
}
._Point_fd5ah_150:focus, ._Point_fd5ah_150:focus-visible {
  outline: none !important;
}

._VisuallyHidden_fd5ah_158 {
  position: absolute !important;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0;
}

._Crosshair_1t1jt_1 {
  pointer-events: none;
}

._ChartContainer_e4we5_150 {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
._ChartContainer_e4we5_150 *:focus, ._ChartContainer_e4we5_150 *:focus-visible {
  outline: 2px solid #4b92e5;
  outline-offset: 2px;
}

._Shimmer_hqp2w_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(5, 10);
  animation-name: _shimmer_hqp2w_1;
  animation-duration: 10s;
  /* stylelint-disable */
  animation-timing-function: linear;
  /* stylelint-enable */
  animation-iteration-count: infinite;
  background-size: calc(var(--shimmerWidth)*1) calc(var(--shimmerHeight)*1);
  background-position-y: 0;
  pointer-events: none;
}

@keyframes _shimmer_hqp2w_1 {
  0% {
    background-position-x: calc(var(--shimmerWidth)*1*-1);
  }
  50% {
    background-position-x: calc(var(--shimmerWidth)*1*2);
  }
  51% {
    background-position-x: calc(var(--shimmerWidth)*1*-1);
  }
  100% {
    background-position-x: calc(var(--shimmerWidth)*1*2);
  }
}

._Arc_1awg3_150 {
  outline: none;
}
._Arc_1awg3_150:focus, ._Arc_1awg3_150:focus-visible {
  outline: none !important;
}

._Donut_ywbqc_150 {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
}

._DonutWrapper_ywbqc_160 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

._ContentWrapper_ywbqc_168 {
  position: absolute;
  justify-content: center;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-size: 20px;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
._ContentWrapper_ywbqc_168 span {
  max-width: 50%;
  text-align: center;
  color: white;
  font-size: 12px;
}

._DonutChart_ywbqc_186 {
  outline: none;
  overflow: visible;
}
._DonutChart_ywbqc_186:focus, ._DonutChart_ywbqc_186:focus-visible {
  outline: none !important;
}

._Label_17yst_150 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._SVG_1ou8g_150 {
  display: block;
  font-feature-settings: normal;
  outline: none;
}
._SVG_1ou8g_150:focus, ._SVG_1ou8g_150:focus-visible {
  outline: none !important;
}

._Bar_ri6mw_150 {
  outline: none;
  transition: fill 300 ease;
}
._Bar_ri6mw_150:focus, ._Bar_ri6mw_150:focus-visible {
  outline: none !important;
}

@media print {
  ._Group_ri6mw_159 {
    transform: none !important;
  }
}

._Bar_18zdg_150 {
  outline: none;
}
._Bar_18zdg_150:focus, ._Bar_18zdg_150:focus-visible {
  outline: none !important;
}

._Group_1i3b1_150 {
  outline: none;
}
._Group_1i3b1_150:focus, ._Group_1i3b1_150:focus-visible {
  outline: none !important;
}

._SimpleBarSkeleton_1nscx_1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

._Item_1nscx_8 {
  display: grid;
  grid-template-rows: 16px 40px;
  grid-template-columns: 20% auto;
  gap: 20px;
}
._Item_1nscx_8 > *:last-child {
  grid-column: span 2;
}

._Legend_iqjhb_1 {
  height: 50px;
  display: flex;
  gap: 5%;
  max-width: 60%;
  margin: 14px 0;
}

._LegendItem_iqjhb_9 {
  width: 100%;
  display: block;
  display: grid;
  grid-template-columns: 16px 1fr;
  grid-template-rows: 16px;
  grid-gap: 10px;
}
._LegendItem_iqjhb_9 > *:first-child {
  width: 16px;
  height: 16px;
}
._LegendItem_iqjhb_9 > *:nth-child(2) {
  height: 16px;
}
._LegendItem_iqjhb_9 > *:nth-child(3) {
  grid-column: 2;
  height: 16px;
  width: 80%;
}

._LegendItemComponent_iqjhb_30 {
  border-radius: 2px;
  height: 16px;
  width: 100%;
}

._Container_1ymq9_1 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._ChartDimensions_qgx6z_1 {
  height: 100%;
  width: 100%;
}

._Chart_qgx6z_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
._Chart_qgx6z_1 svg {
  overflow: visible;
  max-width: 100%;
}

._VisuallyHidden_nt7tl_150 {
  position: absolute !important;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

._VisuallyHidden_1sur7_150 {
  position: absolute !important;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0;
}

._ComparisonLine_1sur7_162 {
  stroke-linecap: round;
}

._SkipLink_1jwcn_1 {
  position: absolute;
  top: 1px;
  left: 1px;
  background: white;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.4rem;
  color: #212b36;
  border: 1px solid #babfc3;
  padding: 8px 16px;
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
}
._SkipLink_1jwcn_1:focus {
  pointer-events: all;
  opacity: 1;
}

._Line_y7hzj_1 {
  pointer-events: none;
}

._Blur_m9tly_1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

._Button_m9tly_9 {
  border: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  font-size: 0;
  display: block;
}

._Container_803jc_1 {
  pointer-events: auto;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 8px 12px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

._Title_803jc_9 {
  font-weight: 500;
  line-height: 20px;
  font-size: 13px;
  margin: 0 0 4px;
}

._Content_803jc_16 {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

._Link_803jc_22 {
  margin-left: 4px;
}

._Button_pb42n_1 {
  border: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  font-size: 0;
  display: block;
}

._Group_1i3b1_150 {
  outline: none;
}
._Group_1i3b1_150:focus, ._Group_1i3b1_150:focus-visible {
  outline: none !important;
}

._Container_8b5v1_1 {
  display: flex;
}

._SVG_8b5v1_5 {
  display: block;
  overflow: visible;
}

._ColorPreview_1bobw_150 {
  border-radius: 2px;
  display: block;
  flex: none;
  -webkit-print-color-adjust: exact;
  /* stylelint-disable-line property-no-vendor-prefix */
  print-color-adjust: exact;
  /* stylelint-disable-line property-no-unknown */
}

._Legend_12i9x_150 {
  padding: 6px 0;
  outline: none;
  border: none;
  border-radius: 2px;
  display: flex;
}
._Legend_12i9x_150:focus, ._Legend_12i9x_150:focus-visible {
  outline: 2px solid #4b92e5;
  outline-offset: 2px;
}

._TextContainer_12i9x_162 {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 3px;
  line-height: 16px;
  margin: -2px 0;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

._IconContainer_12i9x_173 {
  display: flex;
  align-items: center;
  justify-items: center;
}

._Container_3h6ct_1 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

._Container_2fp3n_1 {
  position: absolute;
  pointer-events: none;
  max-width: 70%;
}

._VisuallyHidden_1a8sw_150 {
  position: absolute !important;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0;
}

._ChartContainer_9fvfp_150 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

._SVG_9fvfp_160 {
  overflow: visible;
  max-width: 100%;
  min-width: 0;
}
._SVG_9fvfp_160 [data-color-vision-event-watch=true] {
  outline: none;
}
._SVG_9fvfp_160 [data-color-vision-event-watch=true]:focus, ._SVG_9fvfp_160 [data-color-vision-event-watch=true]:focus-visible {
  outline: none !important;
}

._PositiveIcon_ue5xe_150,
._NegativeIcon_ue5xe_151,
._NeutralIcon_ue5xe_152 {
  display: flex;
  align-items: center;
}

._PositiveIcon_ue5xe_150 svg {
  margin-right: 4px;
}

._NegativeIcon_ue5xe_151 svg {
  margin-right: 4px;
}

._VisuallyHidden_ue5xe_165 {
  position: absolute !important;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0;
}

._VisuallyHidden_1a8sw_150 {
  position: absolute !important;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0;
}

._VisuallyHidden_1a8sw_150 {
  position: absolute !important;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0;
}

._Container_1ei4s_1 {
  position: relative;
  display: flex;
  align-items: baseline;
}

._ContainerDefaultLabel_1ei4s_7 {
  margin-bottom: 32px;
}

._ContaineBottomLabel_1ei4s_11 {
  margin-top: 20px;
}

._LabelColor_1ei4s_15 {
  margin: 1px;
  border-radius: 3px;
  height: 10px;
  width: 10px;
}

._Label_1ei4s_15 {
  flex: 1 1;
  margin: 0 8px;
  word-break: break-word;
  max-width: 120px;
  line-height: 18px;
}

._FormattedVerticalLabel_1ei4s_30 {
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}

._FormattedHorizontalLabel_1ei4s_39 {
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._ValueContainer_1ei4s_46 {
  margin-top: 4px;
  display: flex;
}

._ValueHorizontalContainer_1ei4s_51 {
  position: absolute;
  top: 16px;
  margin-top: 4px;
  display: flex;
}

._Value_1ei4s_46 {
  margin-right: 8px;
}

._Segment_14e18_150 {
  outline: none;
  margin: 1px 2px 2px 1px;
}
._Segment_14e18_150:focus, ._Segment_14e18_150:focus-visible {
  outline: none !important;
}
._Segment_14e18_150:last-of-type {
  margin: 1px;
}

._horizontal-RoundedCorners_14e18_161:first-of-type {
  border-radius: 2px 0 0 2px;
}
._horizontal-RoundedCorners_14e18_161:last-of-type {
  border-radius: 0 2px 2px 0;
}

._vertical-RoundedCorners_14e18_168:first-of-type {
  border-radius: 0 0 2px 2px;
}
._vertical-RoundedCorners_14e18_168:last-of-type {
  border-radius: 2px 2px 0 0;
}

._RoundedCorners_14e18_175 {
  border-radius: 2px;
}

._horizontal-small_14e18_179 {
  height: 16px;
}

._horizontal-medium_14e18_183 {
  height: 36px;
}

._horizontal-large_14e18_187 {
  height: 56px;
}

._vertical-small_14e18_191 {
  width: 16px;
}

._vertical-medium_14e18_195 {
  width: 36px;
}

._vertical-large_14e18_199 {
  width: 56px;
}

._Container_ybmid_150 {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  display: flex;
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
  /* stylelint-disable-line property-no-vendor-prefix */
  print-color-adjust: exact;
  /* stylelint-disable-line property-no-unknown */
}

._VerticalContainer_ybmid_161 {
  height: 100%;
}

._VerticalContainerRightLabel_ybmid_165 {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

._HorizontalContainer_ybmid_170 {
  flex-direction: column;
  justify-content: normal;
}

._HorizontalContainerBottomLabel_ybmid_175 {
  flex-direction: column-reverse;
}

._BarContainer_ybmid_179 {
  display: flex;
}

._VerticalBarContainer_ybmid_183 {
  flex-direction: column-reverse;
}

._HorizontalBarContainer_ybmid_187 {
  flex-direction: row;
}

._VerticalLabelContainer_ybmid_191 {
  margin: 0 20px;
  padding: 0;
}

._HorizontalLabelContainer_ybmid_196 {
  padding: 0;
  display: flex;
}

._HorizontalLabelContainerGrid_ybmid_201 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, max-content));
}

._LabelContainerEndJustify_ybmid_206 {
  justify-content: end;
  justify-items: end;
}

._Group_1i3b1_150 {
  outline: none;
}
._Group_1i3b1_150:focus, ._Group_1i3b1_150:focus-visible {
  outline: none !important;
}

@media print {
  ._Group_oqjz6_2 {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

._Bar_s86ue_150 {
  outline: none;
  transition: fill 300 ease;
}
._Bar_s86ue_150:focus, ._Bar_s86ue_150:focus-visible {
  outline: none !important;
}

._BarGroup_5ulib_150,
._Bar_5ulib_150 {
  outline: none;
}
._BarGroup_5ulib_150:focus, ._BarGroup_5ulib_150:focus-visible,
._Bar_5ulib_150:focus,
._Bar_5ulib_150:focus-visible {
  outline: none !important;
}

._Bar_18zdg_150 {
  outline: none;
}
._Bar_18zdg_150:focus, ._Bar_18zdg_150:focus-visible {
  outline: none !important;
}

._Group_1i3b1_150 {
  outline: none;
}
._Group_1i3b1_150:focus, ._Group_1i3b1_150:focus-visible {
  outline: none !important;
}

._Donut_tpdvc_150 {
  position: relative;
  display: flex;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
}

._DonutWrapper_tpdvc_158 {
  position: relative;
  display: flex;
  align-items: center;
}

._ContentWrapper_tpdvc_164 {
  position: absolute;
  justify-content: center;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-size: 20px;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

._ContentValue_tpdvc_176 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  margin: 0;
  font-variant-numeric: tabular-nums;
}

._ComparisonMetric_tpdvc_185 {
  font-size: 16px;
}

._DonutChart_tpdvc_189 {
  outline: none;
  overflow: visible;
}
._DonutChart_tpdvc_189:focus, ._DonutChart_tpdvc_189:focus-visible {
  outline: none !important;
}

._Label_hgwz8_1 {
  text-align: center;
  padding-top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
._Label_hgwz8_1 > span {
  padding: 0 4px;
  border-radius: "4px";
  border-radius: 4px;
}
._Label_hgwz8_1 > span:empty {
  display: none;
}

._YAxis_hgwz8_17 {
  overflow: visible;
}

._Row_12jm5_150 {
  line-height: 20px;
  font-size: 14px;
  gap: 8px;
  display: flex;
  align-items: center;
}

._Value_12jm5_158 {
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

._Truncate_12jm5_164 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._Container_no9uw_1 {
  padding: 8px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 5px;
  min-width: 180px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._Title_gk0ma_1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

._AxisTitle_ahut2_1 {
  line-height: 16px;
  margin: 0;
}

._Series_1mcj1_1 {
  gap: 4px;
  display: flex;
  flex-direction: column;
}