/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/components/paragraph/statistic/statistic.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.paragraph--statistic {
  align-items: center;
  background-color: #041E56;
  border-left: var(--statistic-border-left);
  color: #C2D3EA;
  display: flex;
  flex-direction: column;
  gap: 18.6624px;
  justify-content: flex-end;
  padding: var(--statistic-padding, 37.3248px);
}
.paragraph--statistic .paragraph__stat-icon {
  --svg-width: 100%;
  aspect-ratio: 1/1;
  width: 2.985984em;
}
.paragraph--statistic .paragraph__stat-icon svg path {
  fill: currentColor !important;
}
.paragraph--statistic .paragraph__stat-number-group {
  font-size: 2.0736rem;
  color: #FCB23D;
  display: flex;
  font-weight: 700;
}
.paragraph--statistic .paragraph__stat-description {
  min-height: 2ch;
}
