.statistics {
  color: #f2f0ec;
  background-color: #222e72;
  padding: 72px 16px 105px;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .statistics {
    padding: 52px 32px 111px;
  }
}
@media screen and (min-width: 1024px) {
  .statistics {
    padding: 96px 16px;
  }
}
@media screen and (min-width: 1920px) {
  .statistics {
    padding: 0 16px;
    overflow: hidden;
  }
}
.statistics__4 {
  padding-bottom: 78px;
}
@media screen and (min-width: 1920px) {
  .statistics__4 {
    padding-bottom: 0;
  }
}
.statistics--inner {
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .statistics--inner {
    margin: 0 auto;
    max-width: 1216px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-column-gap: 64px;
    -moz-column-gap: 64px;
    column-gap: 64px;
    padding: 16px 0;
  }
}
@media screen and (min-width: 1280px) {
  .statistics--inner {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .statistics--inner {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .statistics--inner {
    margin: 0 auto;
    max-width: 1630px;
    padding: 96px 32px;
    position: relative;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
.statistics__info {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.statistics__info.in-viewport {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: animate-in-down;
  -moz-animation-name: animate-in-down;
  animation-name: animate-in-down;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes animate-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes animate-in-down {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes animate-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.statistics__title {
  font-size: 2.25rem;
  line-height: 1.2222222222;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 0;
  color: #f2f0ec;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .statistics__title {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .statistics__title {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 500;
  }
}
.statistics__summary {
  margin-bottom: 35px;
}
.statistics__summary p {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
}
.statistics__summary p:first-child {
  margin-top: 0;
}
.statistics__summary p:last-of-type {
  margin-bottom: 0;
}
.statistics__summary a {
  color: #f2f0ec;
}
.statistics__content {
  opacity: 0;
  display: -ms-grid;
  display: grid;
  list-style: none;
  padding-left: 0;
  margin: 0;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  width: 100%;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.statistics__content.in-viewport {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: animate-in-down;
  -moz-animation-name: animate-in-down;
  animation-name: animate-in-down;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes animate-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .statistics__content {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .statistics__content {
    margin-left: auto;
    row-gap: 32px;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .statistics__content {
    margin-left: auto;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .statistics__content {
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .statistics__content__4 {
    -ms-grid-columns: (minmax(315px, auto))[2];
    grid-template-columns: repeat(2, minmax(315px, auto));
  }
}
@media screen and (min-width: 1024px) {
  .statistics__content__4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1920px) {
  .statistics__content__4 {
    -ms-grid-columns: (max-content)[2];
    grid-template-columns: repeat(2, max-content);
    -webkit-column-gap: 200px;
    -moz-column-gap: 200px;
    column-gap: 200px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .statistics__content__3 {
    -ms-grid-columns: (minmax(234px, auto))[3];
    grid-template-columns: repeat(3, minmax(234px, auto));
  }
}
@media screen and (min-width: 1024px) {
  .statistics__content__3 {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (min-width: 1920px) {
  .statistics__content__3 {
    -ms-grid-columns: (max-content)[3];
    grid-template-columns: repeat(3, max-content);
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .statistics__content__2 {
    -ms-grid-columns: (minmax(222px, auto))[2];
    grid-template-columns: repeat(2, minmax(222px, auto));
  }
}
@media screen and (min-width: 1024px) {
  .statistics__content__2 {
    -ms-grid-columns: (minmax(auto, 1fr))[2];
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media screen and (min-width: 1920px) {
  .statistics__content__2 {
    -ms-grid-columns: (max-content)[2];
    grid-template-columns: repeat(2, max-content);
    -webkit-column-gap: 181px;
    -moz-column-gap: 181px;
    column-gap: 181px;
  }
}
.statistics__element {
  margin-bottom: 32px;
  padding-left: 24px;
  margin-left: 16px;
  border-left: 3px solid #CCDAE6;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .statistics__element {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .statistics__element {
    margin-left: 0;
    height: 100%;
  }
}
.statistics__number {
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 4px;
}
.statistics__number-text {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  word-break: break-word;
}
.statistics__elipse-right {
  background-image: url("../../../../assets/images/single-elipse-right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .statistics__elipse-right {
    background-image: url("../../../../assets/images/double-elipse-right.svg");
    width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .statistics__elipse-right {
    background-image: url("../../../../assets/images/double-elipse-right.svg");
    width: 120px;
  }
}
.statistics__elipse-left {
  background-image: url("../../../../assets/images/single-elipse-left-mobile.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 115px;
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .statistics__elipse-left {
    background-image: url("../../../../assets/images/single-elipse-left.svg");
    width: 52px;
  }
}
@media screen and (min-width: 1024px) {
  .statistics__elipse-left {
    background-image: url("../../../../assets/images/single-elipse-left.svg");
    width: 80px;
  }
}