  /**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
/**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
.paragraph--type--statistics {
  background: #fff;
  position: relative;
  border-top: solid 0.6rem #85A5E9;
  padding: 1.5rem 3rem 5rem;
  background: #4670C9;
  border-radius: 0 0 .5rem .5rem;
}

.paragraph--type--statistics:before, .paragraph--type--statistics:after {
  background-color: #4670C9;
  content: "";
  height: .6rem;
  position: absolute;
  right: 0;
  top: -6px;
  width: 24px;
}

.paragraph--type--statistics:before {
  left: 0;
  right: auto;
}

.paragraph--type--statistics .statistics--title {
  color: #fff;
  font-size: 3rem;
  line-height: 3.9rem;
  background: #1E3F84;
  padding: 1.5rem 3rem;
  margin: -1.5rem -3rem 1rem;
}

.paragraph--type--statistic {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 1.3rem 0;
}

.paragraph--type--statistic .statistic--num {
  flex: 0 0 10rem;
  max-width: 10rem;
  text-align: center;
  font: 4rem/4.4rem "robotobold", "Helvetica", Arial, sans-serif;
  color: #fff;
}

.paragraph--type--statistic .statistic--caption {
  flex: 0 0 calc(100% - 10rem);
  max-width: calc(100% - 10rem);
  color: #fff;
  line-height: 2.4rem;
  padding-left: 2.5rem;
}

/*# sourceMappingURL=../sourcemaps/paragraph--statistics.css.map */
