.cx_impact {
  width: calc(100% - 48px);
  margin: 0 auto;
  padding: 80px 0 120px 0;
  border-radius: 32px;
  max-width: 1392px;
  background: radial-gradient(93.25% 134.44% at 24.46% -3.13%, #4a3bbe 0%, #2a216b 100%);
}
.cx_impact.flex_layout > .container {
  display: flex;
  gap: 32px;
}
.cx_impact.flex_layout .title_holder {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
.cx_impact.flex_layout .items_holder {
  flex: 1;
}
.cx_impact.flex_layout .items_holder .items_row {
  flex-direction: column;
  gap: 0;
}
.cx_impact.flex_layout .items_holder .items_row:first-child {
  margin: 0;
  padding: 0;
}
.cx_impact.flex_layout .items_holder .items_row .item {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.cx_impact.flex_layout .items_holder .items_row .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
.cx_impact.flex_layout .items_holder .items_row .item .percent {
  display: inline-block;
}
.cx_impact.flex_layout .items_holder .items_row .item .percent .title {
  color: #f7f7f8;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.cx_impact.flex_layout .items_holder .items_row .item .desc {
  flex: 0 0 280px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
}
.cx_impact.flex_layout .items_holder .items_row:first-child {
  border: unset;
}
.cx_impact .title_holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
.cx_impact .title_holder h2 {
  color: #f7f7f8;
}
.cx_impact .cta_holder.visible_sm {
  display: none;
}
.cx_impact .items_holder .items_row {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cx_impact .items_holder .items_row:first-child {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(231, 231, 234, 0.4);
}
.cx_impact .items_holder .items_row:first-child .item {
  opacity: 1;
}
.cx_impact .items_holder .items_row:first-child .item .percent {
  font-size: 88px;
  line-height: 112px;
  color: #f7f7f8;
  font-weight: 700;
  position: relative;
}
.cx_impact .items_holder .items_row:first-child .item .percent .icon {
  position: absolute;
  top: 0px;
  right: -48px;
  line-height: 0;
  display: inline-block;
}
.cx_impact .items_holder .items_row:first-child .item .text {
  color: #f7f7f8;
  margin-top: 8px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
.cx_impact .items_holder .items_row .item {
  flex: 0 0 calc(25% - 24px);
}
.cx_impact .items_holder .items_row .item .percent {
  font-size: 56px;
  line-height: 72px;
  color: #aaa6cd;
  font-weight: 700;
}
.cx_impact .items_holder .items_row .item .text {
  color: #aaa6cd;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 4px;
}

@media screen and (max-width: 1280px) {
  .cx_impact {
    border-radius: 16px;
  }
  .cx_impact.flex_layout > .container {
    display: block;
  }
  .cx_impact.flex_layout > .container .items_holder .items_row .item {
    text-align: left;
  }
  .cx_impact .items_holder .items_row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cx_impact .items_holder .items_row .item {
    flex: 0 0 calc(50% - 24px);
    text-align: center;
  }
  .cx_impact .cta_holder.visible_lg {
    display: none;
  }
  .cx_impact .cta_holder.visible_sm {
    display: block;
    text-align: center;
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .cx_impact {
    width: calc(100% - 16px);
    padding: 48px 20px;
  }
  .cx_impact.flex_layout .items_holder .items_row .item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .cx_impact.flex_layout .items_holder .items_row .item .item_inner .percent .icon {
    width: 24px;
    height: 24px;
  }
  .cx_impact.flex_layout .items_holder .items_row .item .item_inner .percent .icon img {
    width: 100%;
  }
  .cx_impact.flex_layout .items_holder .items_row .item .text {
    font-size: 16px;
    line-height: 24px;
  }
  .cx_impact.flex_layout .items_holder .items_row .item .desc {
    flex: auto;
    font-size: 16px;
    line-height: 24px;
  }
  .cx_impact .container {
    padding: 0;
  }
  .cx_impact .title_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
  }
  .cx_impact .title_holder .button {
    display: none;
  }
  .cx_impact .title_holder h2 {
    color: #f7f7f8;
  }
  .cx_impact .items_holder .items_row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    align-items: flex-start;
  }
  .cx_impact .items_holder .items_row.first_row .item {
    flex: 0 0 100%;
  }
  .cx_impact .items_holder .items_row.first_row .item .percent {
    font-size: 64px;
    line-height: 80px;
  }
  .cx_impact .items_holder .items_row .item {
    text-align: center;
    flex: 0 0 calc(50% - 12px);
  }
  .cx_impact .items_holder .items_row .item .percent {
    font-size: 48px;
    line-height: 60px;
  }
}