.kpi-section {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 550px;
  background: #ffffff;
  overflow: hidden;
}

.new-header-section {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 88px;
  background: #ffffff;
  /*overflow: hidden;*/
}

.kpi-group {
  position: absolute;
  width: 100%;
  height: 550px;
  top: 0;
  left: 0;
  background: #0c1850;
  /*z-index: 1;*/
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}
.kpi-img {
  position: absolute;
  width: 2000px;
  height: 1080px;
  top: 50%;
  left: 50%;
  background: url(../images/kpi1.png)
    no-repeat center;
  background-size: cover;
  transform: translate(-40.33%, -63.43%);
  /*z-index: 2;*/
}
.kpi-section-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: absolute;
  width: 80%;
  height: 88px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 300;
  border-radius: 20px;
}
@media (min-width: 1025px) and (max-width: 1280px){
    .kpi-section-2 {
       width: 96%;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .kpi-section-2 {
        width: 50%;
        left: 26%;

    }
}
.kpi-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 200px;
  padding: 0 51px 0 0;
  z-index: 15;
}
.kpi-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 149px;
  height: 48px;
  z-index: 16;
  border-radius: 12px;
}
.kpi-img-2 {
  flex-shrink: 0;
  position: relative;
  width: 167px;
  height: 40px;
  background: url(./assets/images/101d2738-7475-4534-ac66-1de8b57b574b.png)
    no-repeat center;
  background-size: cover;
  z-index: 17;
}
.kpi-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 32px;
  position: relative;
  width: auto;
  z-index: 18;
}
.kpi-group-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: auto;
  padding: 32px 0 32px 0;
  z-index: 19;
}
.kpi-text {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #83affa;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 20;
}
.kpi-section-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 74px;
  padding: 32px 0 32px 0;
  z-index: 21;
}
.kpi-text-2 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #83affa;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 22;
}
.kpi-wrapper-3 {
/*  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;*/
  gap: 8px;
  /*position: relative;*/
  width: auto;
  padding: 32px 0 32px 0;
  background: rgba(0, 0, 0, 0.01);
  z-index: 23;
  box-shadow: -1px 3px 0 -2px #ffffff;
}
.kpi-text-3 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 24;
}
.kpi-wrapper-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 54px;
  padding: 32px 0 32px 0;
  z-index: 25;
}
.kpi-text-4 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #83affa;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 26;
}
.kpi-section-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 57px;
  padding: 32px 0 32px 0;
  z-index: 27;
}
.kpi-text-5 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #83affa;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 28;
}
.kpi-group-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 84px;
  padding: 32px 0 32px 0;
  z-index: 29;
}
.kpi-text-6 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #83affa;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 30;
}
.kpi-wrapper-5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 104px;
  z-index: 31;
}
.kpi-box-2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 48px;
  padding: 12px 12px 12px 12px;
  z-index: 32;
  border-radius: 5px;
}
.kpi-img-3 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  background: url(./assets/images/b56816df-da87-44a8-b48b-1f6856659cee.png)
    no-repeat center;
  background-size: cover;
  z-index: 33;
}
.kpi-wrapper-6 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 46px;
  padding: 12px 12px 12px 12px;
  z-index: 34;
  border-radius: 5px;
}
.kpi-box-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 22px;
  z-index: 35;
  overflow: hidden;
}
.kpi-pic {
  flex-shrink: 0;
  position: relative;
  width: 22px;
  height: 16px;
  background: url(./assets/images/3a592990-f383-41f8-a2ce-0547a31961b1.png)
    no-repeat center;
  background-size: cover;
  z-index: 36;
  overflow: hidden;
  border-radius: 2px;
}
.kpi-box-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  /*gap: 32px;*/
  position: absolute;
  width: 601px;
  height: 575px;
  top: 0;
  left: 15%;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 1024px){
    .kpi-box-4 {
        left: 7.5%;
    }
}
.kpi-section-5 {
  flex-shrink: 0;
  position: relative;
  width: 536px;
  /*min-height: 30px;*/
  z-index: 4;
}
.kpi-text-7 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /*position: absolute;*/
  width: 536px;
  height: auto;
  top: 0.5px;
  left: 0;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  font-style: normal;
  text-align: left;
  letter-spacing: -1.12px;
  z-index: 5;
}
.kpi-text-8 {
  display: inline-block;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 601px;
  height: 112px;
  color: var(--Primary-200, #C5D6FC);
font-family: Inter;
font-size: 23px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.72px;
/*top: 30px;*/
}
.kpi-group-4 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 438px;
  z-index: 7;
}
.kpi-box-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 262px;
  padding: 0 32px 0 32px;
  background: #2a8aed;
  z-index: 8;
  border-radius: 7px;
}
.kpi-text-9 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 48px;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  white-space: nowrap;
  z-index: 9;
}
.kpi-box-6 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 10;
}
.kpi-img-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/197ddcda-a137-4424-ae6f-09e14de0efeb.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 11;
}
.kpi-group-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 164px;
  padding: 0 32px 0 32px;
  background: #062341;
  z-index: 12;
  border-radius: 7px;
}
.kpi-text-a {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 48px;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  white-space: nowrap;
  z-index: 13;
}
.kpi-box-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 72px;
  position: relative;
  padding: 72px 300px 72px 300px;
  background: #ffffff;
  z-index: 37;
}
.kpi-section-6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 1320px;
  z-index: 38;
}
.section-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 32px;
  position: relative;
  width: 984px;
  z-index: 39;
}
.kpi-text-b {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  min-width: 0;
  height: 60px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -1.12px;
  z-index: 40;
}
.kpi-text-c {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 984px;
  min-width: 0;
  height: 84px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  text-overflow: initial;
  z-index: 41;
  overflow: hidden;
}
.kpi-section-8 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  width: 1320px;
  z-index: 42;
}
.kpi-box-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  width: 424px;
  padding: 32px 32px 32px 32px;
  background: #eff4ff;
  z-index: 43;
  border-radius: 16px;
}
.kpi-pic-2 {
  flex-shrink: 0;
  position: relative;
  width: 148px;
  height: 148px;
  background: url(./assets/images/5ab407c65cfdbf106dbc3d714d3f2d2ac9edd5ba.png)
    no-repeat center;
  background-size: cover;
  z-index: 44;
}
.kpi-group-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 360px;
  z-index: 45;
}
.kpi-text-d {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 32px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  white-space: nowrap;
  z-index: 46;
}
.kpi-text-e {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 360px;
  height: 168px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 47;
}
.kpi-wrapper-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  width: 424px;
  padding: 32px 32px 32px 32px;
  background: #feedfa;
  z-index: 48;
  border-radius: 16px;
}
.kpi-pic-3 {
  flex-shrink: 0;
  position: relative;
  width: 148px;
  height: 148px;
  background: url(./assets/images/fe6fd96bd85f7749636d9e767d2b6e8ce262e1b0.png)
    no-repeat center;
  background-size: cover;
  z-index: 49;
}
.kpi-box-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 360px;
  z-index: 50;
}
.kpi-text-f {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 32px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  white-space: nowrap;
  z-index: 51;
}
.kpi-text-10 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 360px;
  height: 120px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 52;
}
.kpi-section-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  width: 424px;
  padding: 32px 32px 32px 32px;
  background: #f4f5f7;
  z-index: 53;
  border-radius: 16px;
}
.kpi-img-5 {
  flex-shrink: 0;
  position: relative;
  width: 148px;
  height: 148px;
  background: url(./assets/images/8224c91a81fd6cc911f10716e6bf9534c2dee136.png)
    no-repeat center;
  background-size: cover;
  z-index: 54;
}
.kpi-wrapper-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 360px;
  z-index: 55;
}
.kpi-text-11 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 32px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  white-space: nowrap;
  z-index: 56;
}
.kpi-text-12 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 360px;
  height: 120px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 57;
}
.kpi-group-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  z-index: 58;
}
.kpi-section-a {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  z-index: 59;
}
.kpi-section-b {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 20px;
  position: relative;
  padding: 24px 24px 24px 24px;
  background: #ffffff;
  z-index: 60;
  border-radius: 16px;
}
.kpi-box-a {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 64px;
  padding: 16px 16px 16px 16px;
  background: #eff4ff;
  z-index: 61;
  border-radius: 8px;
}
.kpi-wrapper-9 {
  flex-shrink: 0;
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 62;
}
.img-6 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/51475bd6-0182-4c3e-b62e-c8a7646e7d11.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 63;
}
.kpi-section-c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 264px;
  padding: 4px 0 0 0;
  z-index: 64;
}
.kpi-text-13 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 65;
}
.kpi-text-14 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 264px;
  height: 100px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  z-index: 66;
}
.kpi-section-d {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 20px;
  position: relative;
  padding: 24px 24px 24px 24px;
  background: #ffffff;
  z-index: 67;
  border-radius: 16px;
}
.kpi-wrapper-a {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 64px;
  padding: 16px 16px 16px 16px;
  background: #eff4ff;
  z-index: 68;
  border-radius: 8px;
}
.kpi-group-8 {
  flex-shrink: 0;
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 69;
}
.kpi-img-7 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/92cc6a5b-7f90-4c23-9a39-0bc8854bc577.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 70;
}
.kpi-group-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 264px;
  padding: 4px 0 0 0;
  z-index: 71;
}
.kpi-text-15 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 72;
}
.kpi-text-16 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 264px;
  height: 121px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  z-index: 73;
}
.kpi-group-a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 20px;
  position: relative;
  padding: 24px 24px 24px 24px;
  background: #ffffff;
  z-index: 74;
  border-radius: 16px;
}
.kpi-group-b {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 64px;
  padding: 16px 16px 16px 16px;
  background: #eff4ff;
  z-index: 75;
  border-radius: 8px;
}
.kpi-section-e {
  flex-shrink: 0;
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 76;
}
.kpi-img-8 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/a3d08048-219c-4713-a254-5acaf9fed048.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 77;
}
.kpi-group-c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 264px;
  padding: 4px 0 0 0;
  z-index: 78;
}
.kpi-text-17 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 79;
}
.kpi-text-18 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 264px;
  height: 120px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  z-index: 80;
}
.kpi-box-b {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 20px;
  position: relative;
  padding: 24px 24px 24px 24px;
  background: #ffffff;
  z-index: 81;
  border-radius: 16px;
}
.kpi-box-c {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 64px;
  padding: 16px 16px 16px 16px;
  background: #eff4ff;
  z-index: 82;
  border-radius: 8px;
}
.kpi-group-d {
  flex-shrink: 0;
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 83;
}
.kpi-pic-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/1586c454-a184-4a61-88c9-a2b31a3081e3.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 84;
}
.kpi-wrapper-b {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 264px;
  padding: 4px 0 0 0;
  z-index: 85;
}
.kpi-text-19 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 86;
}
.kpi-text-1a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 264px;
  height: 100px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  z-index: 87;
}
.kpi-group-e {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 72px;
  position: relative;
  width: 1920px;
  padding: 72px 300px 72px 300px;
  background: #f4f5f7;
  z-index: 88;
  overflow: hidden;
}
.kpi-wrapper-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 1320px;
  z-index: 89;
}
.kpi-group-f {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  z-index: 90;
}
.kpi-text-1b {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 60px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -1.12px;
  z-index: 91;
}
.kpi-text-1c {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 816px;
  height: 52px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  z-index: 92;
}
.kpi-section-f {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 72px;
  position: relative;
  width: 1320px;
  z-index: 93;
}
.kpi-wrapper-d {
  flex-shrink: 0;
  position: relative;
  width: 624px;
  height: 652px;
  z-index: 94;
  overflow: hidden;
}
.kpi-img-9 {
  position: relative;
  width: 624px;
  height: 468px;
  margin: 0 0 0 0;
  background: url(./assets/images/6f9a52634230b78df8081b1d6110eeb07505e750.png)
    no-repeat center;
  background-size: cover;
  z-index: 99;
}
.kpi-group-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  position: absolute;
  width: 100%;
  top: -3.07%;
  left: 0;
  padding: 500px 32px 32px 32px;
  background: #ffffff;
  border: 1px solid #e6e8ec;
  z-index: 95;
}
.kpi-box-d {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 560px;
  z-index: 96;
}
.kpi-text-1d {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 32px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  white-space: nowrap;
  z-index: 97;
}
.kpi-text-1e {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 560px;
  height: 120px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 98;
}
.kpi-wrapper-e {
  flex-shrink: 0;
  position: relative;
  width: 624px;
  height: 652px;
  z-index: 100;
  overflow: hidden;
}
.kpi-pic-5 {
  position: relative;
  width: 624px;
  height: 468px;
  margin: 0 0 0 0;
  background: url(./assets/images/a13204b9de2fe4edb2d26c689f3a42fffca3d44f.png)
    no-repeat center;
  background-size: cover;
  z-index: 105;
}
.kpi-section-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  position: absolute;
  width: 100%;
  top: -1.23%;
  left: 0;
  padding: 500px 32px 32px 32px;
  background: #ffffff;
  border: 1px solid #e6e8ec;
  z-index: 101;
}
.kpi-section-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 560px;
  z-index: 102;
}
.kpi-text-1f {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 32px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  white-space: nowrap;
  z-index: 103;
}
.kpi-text-20 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 560px;
  height: 96px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 104;
}
.kpi-section-12 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 72px;
  position: relative;
  width: 1320px;
  z-index: 106;
}
.kpi-box-e {
  flex-shrink: 0;
  position: relative;
  width: 624px;
  height: 652px;
  z-index: 107;
}
.kpi-img-a {
  position: absolute;
  width: 100%;
  height: 71.78%;
  top: 0;
  left: 0;
  background: url(./assets/images/8fa5f48c7731d1c31e7dfac8c763e76aded30d84.png)
    no-repeat center;
  background-size: cover;
  z-index: 112;
}
.kpi-section-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  position: absolute;
  width: 100%;
  top: 0.61%;
  left: 0;
  padding: 500px 32px 32px 32px;
  background: #ffffff;
  border: 1px solid #e6e8ec;
  z-index: 108;
}
.kpi-group-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 560px;
  z-index: 109;
}
.kpi-text-21 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 32px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  white-space: nowrap;
  z-index: 110;
}
.kpi-text-22 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 560px;
  height: 72px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 111;
}
.kpi-group-12 {
  flex-shrink: 0;
  position: relative;
  width: 624px;
  height: 652px;
  z-index: 113;
}
.kpi-pic-6 {
  position: absolute;
  width: 100%;
  height: 71.78%;
  top: 0;
  left: 0;
  background: url(./assets/images/b2f9445635bf1a85b356d21959e771144d07b075.png)
    no-repeat center;
  background-size: cover;
  z-index: 118;
}
.kpi-section-14 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  position: absolute;
  width: 100%;
  top: 0.61%;
  left: 0;
  padding: 500px 32px 32px 32px;
  background: #ffffff;
  border: 1px solid #e6e8ec;
  z-index: 114;
}
.kpi-section-15 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 560px;
  z-index: 115;
}
.kpi-text-23 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 32px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  white-space: nowrap;
  z-index: 116;
}
.kpi-text-24 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 560px;
  height: 72px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 117;
}
.kpi-wrapper-f {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 72px;
  position: relative;
  width: 1920px;
  padding: 72px 300px 72px 300px;
  background: #ffffff;
  z-index: 119;
  overflow: hidden;
}
.kpi-group-13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 1320px;
  z-index: 120;
}
.kpi-box-f {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 64px;
  padding: 16px 16px 16px 16px;
  background: #ffffff;
  opacity: 0;
  z-index: 121;
  border-radius: 100px;
  box-shadow: 0 12px 32px 0 rgba(6, 28, 61, 0.04);
}
.kpi-group-14 {
  flex-shrink: 0;
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 122;
}
.kpi-pic-7 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/d121bcbd-eda4-43c7-872c-89392f141f4c.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 123;
}
.kpi-text-25 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 536px;
  height: 120px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  letter-spacing: -1.12px;
  z-index: 124;
}
.kpi-section-16 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 64px;
  padding: 16px 16px 16px 16px;
  background: #1d66b1;
  opacity: 0;
  z-index: 125;
  border-radius: 100px;
}
.kpi-section-17 {
  flex-shrink: 0;
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 126;
}
.kpi-pic-8 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/3bb956ee-7c40-4119-ade8-1d06906393cc.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 127;
}
.kpi-box-10 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  width: 1320px;
  z-index: 128;
}
.kpi-box-11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  width: 424px;
  padding: 32px 32px 32px 32px;
  background: #ffffff;
  z-index: 129;
  border-radius: 16px;
  box-shadow: 0 12px 32px 0 rgba(6, 28, 61, 0.04);
}
.kpi-group-15 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 252px;
  z-index: 130;
}
.kpi-wrapper-10 {
  flex-shrink: 0;
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 131;
}
.kpi-pic-9 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/fd3b07d1d3ef3253e370e92e23a0c18c1c350ed9.png)
    no-repeat center;
  background-size: cover;
  z-index: 132;
  border-radius: 5000px;
}
.kpi-box-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  width: 192px;
  z-index: 133;
}
.kpi-text-26 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 134;
}
.kpi-text-27 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 20px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 135;
}
.kpi-text-28 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 360px;
  height: 182px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  z-index: 136;
}
.kpi-box-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  width: 424px;
  padding: 32px 32px 32px 32px;
  background: #ffffff;
  z-index: 137;
  border-radius: 16px;
  box-shadow: 0 12px 32px 0 rgba(6, 28, 61, 0.04);
}
.kpi-group-16 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 257px;
  z-index: 138;
}
.kpi-wrapper-11 {
  flex-shrink: 0;
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 139;
}
.kpi-img-b {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/37d5a254242411bed5dae5af39e5c7cfbc39b402.png)
    no-repeat center;
  background-size: cover;
  z-index: 140;
  border-radius: 5000px;
}
.kpi-wrapper-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  width: 197px;
  z-index: 141;
}
.kpi-text-29 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 142;
}
.kpi-text-2a {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 20px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 143;
}
.kpi-text-2b {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 360px;
  height: 208px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  z-index: 144;
}
.kpi-group-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  width: 424px;
  padding: 32px 32px 32px 32px;
  background: #ffffff;
  z-index: 145;
  border-radius: 16px;
  box-shadow: 0 12px 32px 0 rgba(6, 28, 61, 0.04);
}
.kpi-section-18 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 263px;
  z-index: 146;
}
.kpi-box-14 {
  flex-shrink: 0;
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 147;
}
.kpi-pic-a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/d48d5f785bc8bca9a3ec3bbf7dc48594dcaa9ee9.png)
    no-repeat center;
  background-size: cover;
  z-index: 148;
  border-radius: 5000px;
}
.kpi-wrapper-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  width: 203px;
  z-index: 149;
}
.kpi-text-2c {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 150;
}
.kpi-text-2d {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 20px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 151;
}
.kpi-text-2e {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 360px;
  height: 130px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  z-index: 152;
}
.kpi-wrapper-14 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 120px;
  z-index: 153;
}
.kpi-section-19 {
  flex-shrink: 0;
  position: relative;
  width: 12px;
  height: 12px;
  background: #ebf1fe;
  z-index: 154;
  border-radius: 500px;
}
.kpi-section-1a {
  flex-shrink: 0;
  position: relative;
  width: 12px;
  height: 12px;
  background: #ebf1fe;
  z-index: 155;
  border-radius: 500px;
}
.kpi-section-1b {
  flex-shrink: 0;
  position: relative;
  width: 32px;
  height: 12px;
  background: #1d66b1;
  z-index: 156;
  border-radius: 500px;
}
.kpi-group-18 {
  flex-shrink: 0;
  position: relative;
  width: 12px;
  height: 12px;
  background: #ebf1fe;
  z-index: 157;
  border-radius: 500px;
}
.kpi-wrapper-15 {
  flex-shrink: 0;
  position: relative;
  width: 12px;
  height: 12px;
  background: #ebf1fe;
  z-index: 158;
  border-radius: 500px;
}

.kpi-text-8 {
  color: #ffffff;
}


.kpi-job-management-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 1320px;
}
.kpi-job-management-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  z-index: 1;
}
.kpi-job-management-text {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 60px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -1.12px;
  z-index: 2;
}
.kpi-job-management-text-2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 816px;
  height: 52px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  z-index: 3;
}
.kpi-job-management-group-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  z-index: 4;
}
.kpi-job-management-box {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  z-index: 5;
}
.kpi-job-management-group-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 20px;
  position: relative;
  padding: 24px 24px 24px 24px;
  background: #ffffff;
  z-index: 6;
  border-radius: 16px;
}
.kpi-job-management-section {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 64px;
  padding: 16px 16px 16px 16px;
  background: #eff4ff;
  z-index: 7;
  border-radius: 8px;
}
.kpi-job-management-section-2 {
  flex-shrink: 0;
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 8;
}
.kpi-job-management-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/6a55d8b8-eb73-443f-8ac1-863806bd1e26.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 9;
}
.kpi-job-management-group-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 264px;
  padding: 4px 0 0 0;
  z-index: 10;
}
.kpi-job-management-text-3 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 11;
}
.kpi-job-management-text-4 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 264px;
  height: 100px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  z-index: 12;
}
.kpi-job-management-wrapper-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 20px;
  position: relative;
  padding: 24px 24px 24px 24px;
  background: #ffffff;
  z-index: 13;
  border-radius: 16px;
}
.kpi-job-management-wrapper-3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 64px;
  padding: 16px 16px 16px 16px;
  background: #eff4ff;
  z-index: 14;
  border-radius: 8px;
}
.kpi-job-management-group-5 {
  flex-shrink: 0;
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 15;
}
.kpi-job-management-pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/bc6227b0-7c13-457d-a3c3-eb1002fdca07.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 16;
}
.kpi-job-management-box-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 264px;
  padding: 4px 0 0 0;
  z-index: 17;
}
.kpi-job-management-text-5 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 18;
}
.kpi-job-management-text-6 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 264px;
  height: 100px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  z-index: 19;
}
.kpi-job-management-section-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 20px;
  position: relative;
  padding: 24px 24px 24px 24px;
  background: #ffffff;
  z-index: 20;
  border-radius: 16px;
}
.kpi-job-management-wrapper-4 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 64px;
  padding: 16px 16px 16px 16px;
  background: #eff4ff;
  z-index: 21;
  border-radius: 8px;
}
.kpi-job-management-section-4 {
  flex-shrink: 0;
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 22;
}
.kpi-job-management-pic-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/12ef9b3e-619e-4c53-8b9f-384004047915.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 23;
}
.kpi-job-management-group-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 264px;
  padding: 4px 0 0 0;
  z-index: 24;
}
.kpi-job-management-text-7 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 25;
}
.kpi-job-management-text-8 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 264px;
  height: 100px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  z-index: 26;
}
.kpi-job-management-box-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 20px;
  position: relative;
  padding: 24px 24px 24px 24px;
  background: #ffffff;
  z-index: 27;
  border-radius: 16px;
}
.kpi-job-management-box-4 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 64px;
  padding: 16px 16px 16px 16px;
  background: #eff4ff;
  z-index: 28;
  border-radius: 8px;
}
.kpi-job-management-group-7 {
  flex-shrink: 0;
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 29;
}
.kpi-job-management-pic-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/56fd4219-0fe5-4af3-83db-a283bc9f3ca4.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 30;
}
.kpi-job-management-wrapper-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 264px;
  padding: 4px 0 0 0;
  z-index: 31;
}
.kpi-job-management-text-9 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 32;
}
.kpi-job-management-text-a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 264px;
  height: 100px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  z-index: 33;
}







.new-kpi-group-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 72px;
  position: relative;
  padding: 72px 0 72px 0;
  background: #ffffff;
  z-index: 37;
}
.new-kpi-box-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 1320px;
  z-index: 38;
}
.new-kpi-wrapper-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 32px;
  position: relative;
  width: 984px;
  z-index: 39;
}
.new-kpi-text-b {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  min-width: 0;
  height: 60px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -1.12px;
  z-index: 40;
}
.new-kpi-text-c {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 70%;
  min-width: 0;
  height: auto;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  text-overflow: initial;
  z-index: 41;
  overflow: hidden;
  left: 15%;
}
.new-kpi-box-6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 75%;
  z-index: 42;
  gap: 20px;
}

.new-kpi-group-a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 50%;
  z-index: 43;
}

@media (min-width: 1281px) {
   .new-kpi-box-6 {
    width: 90%;
    gap: 5%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px){
    .new-kpi-box-6 {
    width: 90%;
    gap: 5%;
  }
/*  .new-kpi-group-a {
    width: 46%;
  }*/
}
@media (min-width: 768px) and (max-width: 1024px){
     .new-kpi-box-6 {
    width: 90%;
    gap: 5%;
  }
}
.new-kpi-wrapper-a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 24px;
  background: #f4f5f7;
  z-index: 44;
  border-radius: 12px;
}
.new-kpi-wrapper-b {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 45;
}
.new-kpi-pic-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/1150a23a-f4a2-494d-b7d0-42dd1718d18c.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 46;
}
.new-kpi-text-d {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: auto;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  /*white-space: nowrap;*/
  z-index: 47;
  width: 85%;
}
@media (min-width: 1025px) and (max-width: 1280px){
    .new-kpi-text-d {
        width: 85%;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
   .new-kpi-text-d {
        width: 65%;
    }
}
.new-kpi-section-3 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 48;
}
.new-kpi-img-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/71f29fc1-69e4-41b9-b98f-3668d531e093.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 49;
}
.new-kpi-wrapper-c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 24px;
  background: #135ba5;
  z-index: 50;
  border-radius: 12px;
}
.new-kpi-section-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  width: 100%;
  z-index: 51;
}
.new-kpi-wrapper-d {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 52;
}
.new-kpi-pic-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/fcd40cd7-7ef5-4d29-a444-a479debcc2a6.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 53;
}
.new-kpi-text-e {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  min-width: 0;
  height: 26px;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 54;
}
.new-kpi-pic-5 {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  background: url(./assets/images/931d7613-1d31-464d-aad0-53075b1300cb.png)
    no-repeat center;
  background-size: cover;
  z-index: 55;
}
.new-kpi-text-f {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  opacity: 0.800000011920929;
  z-index: 56;
}
.new-kpi-wrapper-e {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 24px;
  background: #f4f5f7;
  z-index: 57;
  border-radius: 12px;
}
.new-kpi-wrapper-f {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 58;
}
.new-kpi-pic-6 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/69b448ce-bdff-45aa-9085-29ac3ad9c4f1.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 59;
}
.new-kpi-text-10 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 60;
}
.new-kpi-group-b {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 61;
}
.new-kpi-pic-7 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/fb6143a3-e14b-4fc4-bb89-0b98e28fd6ae.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 62;
}
.new-kpi-wrapper-10 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 24px;
  background: #f4f5f7;
  z-index: 63;
  border-radius: 12px;
}
.new-kpi-group-c {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 64;
}
.new-kpi-img-5 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/baa3f2fe-128c-49dd-8d8e-0abd8a895bb1.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 65;
}
.new-kpi-text-11 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 66;
}
.new-kpi-group-d {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 67;
}
.new-kpi-pic-8 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/12f4d1ff-966b-4140-bd36-77d643d58858.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 68;
}
.new-kpi-group-e {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 24px;
  background: #f4f5f7;
  z-index: 69;
  border-radius: 12px;
}
.new-kpi-wrapper-11 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 70;
}
.new-kpi-img-6 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/574f728a-caaa-430e-8693-3773c9061960.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 71;
}
.new-kpi-text-12 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 72;
}
.new-kpi-group-f {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 73;
}
.new-kpi-pic-9 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/2f487e00-7d76-47fa-a98b-eb76b01f11ff.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 74;
}
.new-kpi-wrapper-12 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 24px;
  background: #f4f5f7;
  z-index: 75;
  border-radius: 12px;
}
.new-kpi-wrapper-13 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 76;
}
.new-kpi-img-7 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/06cf6f62-c13a-40a5-b43c-85e57e92eb13.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 77;
}
.new-kpi-text-13 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 78;
}
.new-kpi-wrapper-14 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 79;
}
.new-kpi-pic-a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/61a42faa-f5cf-4634-ad4c-dd426f82244e.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 80;
}
.new-kpi-box-7 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 24px;
  background: #f4f5f7;
  z-index: 81;
  border-radius: 12px;
}
.new-kpi-group-10 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 82;
}
.new-kpi-pic-b {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/4f70033d-f635-4c74-952a-558a13094d02.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 83;
}
.new-kpi-text-14 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 84;
}
.new-kpi-wrapper-15 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 85;
}
.new-kpi-pic-c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/909c7902-1804-4eaf-adf3-1cd2ecd854ef.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 86;
}
.new-kpi-img-8 {
  flex-shrink: 0;
  position: relative;
  width: 45%;
  height: 648px;
  background: url(./assets/images/d2f3f625-a05a-4935-94e2-b739d1c5359c.png)
    no-repeat center;
  background-size: cover;
  z-index: 87;
  border-radius: 40px;
}

@media (min-width: 1025px) and (max-width: 1280px){
    .new-kpi-img-8 {
        width: 45%;
        height: 480px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .new-kpi-img-8 {
        width: 45%;
        height: 500px;
    }
}

.new-kpi-wrapper-16 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 72px;
  position: relative;
  padding: 72px 0 72px 0;
  background: #f4f5f7;
  z-index: 88;
}
.new-kpi-box-8 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 1320px;
  z-index: 89;
}
.new-kpi-box-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 32px;
  position: relative;
  width: 984px;
  z-index: 90;
}
.new-kpi-text-15 {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  min-width: 0;
  height: 60px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -1.12px;
  z-index: 91;
}
.new-kpi-text-16 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 70%;
  min-width: 0;
  height: auto;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  z-index: 92;
  left: 15%;
}
.new-kpi-box-a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 75%;
  z-index: 93;
}
@media (min-width: 768px) and (max-width: 1024px){
    .new-kpi-box-a {
        width: 90%;
        gap: 5%;
    }
}
@media (min-width: 1025px) and (max-width: 1280px){
    .new-kpi-box-a {
        width: 90%;
    gap: 5%;
    }
}
@media (min-width: 1281px) {
   .new-kpi-box-a {
    width: 90%;
    gap: 5%;
  }
}

.new-kpi-wrapper-17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 50%;
  z-index: 94;
}
.new-kpi-group-11 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 24px;
  background: #ffffff;
  z-index: 95;
  border-radius: 12px;
}
.new-kpi-section-5 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 96;
}
.new-kpi-img-9 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/94fd3a37-6f43-469a-aa6a-74d4d9b4a089.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 97;
}
.new-kpi-text-17 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 98;
}
.new-kpi-box-b {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 99;
}
.new-kpi-img-a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/dc9444cf-1b99-4997-a04d-ce00bf396a84.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 100;
}
.new-kpi-section-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 24px;
  background: #135ba5;
  z-index: 101;
  border-radius: 12px;
}
.new-kpi-group-12 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  width: 100%;
  z-index: 102;
}
.new-kpi-wrapper-18 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 103;
}
.new-kpi-img-b {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/e7cdd509-1719-4525-9bfd-e6651bb044bb.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 104;
}
.new-kpi-text-18 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  min-width: 0;
  height: 26px;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 105;
}
@media (min-width: 768px) and (max-width: 1024px){
  .new-kpi-text-18{
        width: 100px;
        font-size: 14px;
    }
}
.new-kpi-pic-d {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  background: url(./assets/images/127e4df6-976c-44d6-b29f-17494d8894a9.png)
    no-repeat center;
  background-size: cover;
  z-index: 106;
}
.new-kpi-text-19 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  opacity: 0.800000011920929;
  z-index: 107;
}
.new-kpi-box-c {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 24px;
  background: #ffffff;
  z-index: 108;
  border-radius: 12px;
}
.new-kpi-box-d {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 109;
}
.new-kpi-img-c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/516bf14d-83ef-43ac-bf01-a0aa1457cedd.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 110;
}
.new-kpi-text-1a {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  /*white-space: nowrap;*/
  z-index: 111;
}
@media (min-width: 1025px) and (max-width: 1280px){
    .new-kpi-text-1a {
       font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
     .new-kpi-text-1a {
       width: 100px;
       font-size: 14px;
    }
}
.new-kpi-wrapper-19 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 112;
}
.new-kpi-pic-e {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/24f51aec-76a0-44c9-bfe2-ac405c3cbd7e.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 113;
}
.new-kpi-box-e {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  min-width: 0;
  padding: 24px 24px 24px 24px;
  background: #ffffff;
  z-index: 114;
  border-radius: 12px;
}
.new-kpi-box-f {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 115;
}
.new-kpi-pic-f {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/69c6ebb2-da3a-43f0-8139-76bae5886c2e.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 116;
}
.new-kpi-text-1b {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  z-index: 117;
}
.new-kpi-section-7 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 118;
}
.new-kpi-img-d {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/a363c72f-2d82-4cc5-96cf-c9fc6d735296.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 119;
}
.new-kpi-pic-10 {
  flex-shrink: 0;
  position: relative;
  width: 45%;
  height: 648px;
  background: url(./assets/images/7ca85945-b15e-461a-8260-827a20e5bb6d.png)
    no-repeat center;
  background-size: cover;
  z-index: 120;
  border-radius: 40px;
}
@media (min-width: 1025px) and (max-width: 1280px){
    .new-kpi-pic-10 {
        width: 45%;
        height: 480px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .new-kpi-pic-10 {
        width: 45%;
        height: 500px;
    }
}
.new-kpi-group-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 72px;
  position: relative;
  width: 100%;
  padding: 72px 300px 72px 300px;
  background: #ffffff;
  z-index: 121;
  overflow: hidden;
}
@media (min-width: 1281px) {
    .new-kpi-group-13 {
    width: 100%;
    padding: 72px 50px 72px 50px;
  }
  .new-kpi-section-9 {
    width: 20%;
  }
  .new-kpi-group-1a {
    width: 16%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px){
   .new-kpi-group-13 {
    width: 100%;
    padding: 0px;

  }
  .new-kpi-section-9 {
    width: 20%;
  }
  .new-kpi-group-1a {
    width: 14%;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
    .new-kpi-group-13 {
    width: 100%;
    padding: 0px;
        margin-top: 20px;
  }
  .new-kpi-section-9 {
    width: 15%;
  }
  .new-kpi-group-1a {
    width: 14%;
  }
}
.new-kpi-group-14 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  min-width: 0;
  z-index: 122;
}
.new-kpi-section-8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 24px;
  position: relative;
  width: 648px;
  z-index: 123;
}
.new-kpi-text-1c {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 648px;
  height: 60px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -1.12px;
  z-index: 124;
}
.new-kpi-box-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  min-width: 0;
  border: 1px solid #f4f5f7;
  z-index: 125;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 1281px) {
    .new-kpi-box-10 {
        width: 90%;
         left: 5%;
    }
}
.new-kpi-box-11 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  z-index: 126;
}
.new-kpi-section-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 282px;
  height: 850px;
  background: #eff4ff;
  z-index: 127;
}
.new-kpi-wrapper-1a {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  min-width: 0;
  height: 52px;
  padding: 10px 8px 10px 8px;
  z-index: 128;
}
.new-kpi-group-15 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  min-width: 0;
  padding: 16px 24px 16px 24px;
  border-bottom: 1px solid #cdd2d8;
  z-index: 129;
}
.new-kpi-text-1d {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 144px;
  height: 24px;
  color: rgba(29, 36, 51, 0.8);
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  z-index: 130;
}
.new-kpi-box-12 {
  flex-shrink: 0;
  position: relative;
  width: 144px;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  opacity: 0;
  z-index: 131;
}
.new-kpi-text-1e {
  position: relative;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.48px;
}
.new-kpi-text-1f {
  position: relative;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.new-kpi-group-16 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 153px;
  padding: 0 32px 0 32px;
  background: #1d66b1;
  opacity: 0;
  z-index: 132;
  border-radius: 7px;
}
.new-kpi-text-20 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 48px;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 133;
}
.new-kpi-box-13 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 134;
}
.new-kpi-pic-11 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/6d50c6d4-03ca-44e3-beb0-a7bb0b2596b7.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 135;
}
.new-kpi-group-17 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 10px 24px 10px 24px;
  border-bottom: 1px solid #cdd2d8;
  z-index: 136;
}
.new-kpi-text-21 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  width: 234px;
  height: 48px;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 137;
}
.new-kpi-group-18 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 10px 24px 10px 24px;
  border-bottom: 1px solid #cdd2d8;
  z-index: 138;
}
.new-kpi-text-22 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  width: 234px;
  height: 48px;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 139;
}
.new-kpi-section-a {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 10px 24px 10px 24px;
  border-bottom: 1px solid #cdd2d8;
  z-index: 140;
}
.new-kpi-text-23 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  width: 234px;
  height: 48px;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 141;
}
.new-kpi-group-19 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 10px 24px 10px 24px;
  border-bottom: 1px solid #cdd2d8;
  z-index: 142;
}
.new-kpi-text-24 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  width: 234px;
  height: 48px;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  z-index: 143;
}
.new-kpi-box-14 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 10px 24px 10px 24px;
  border-bottom: 1px solid #cdd2d8;
  z-index: 144;
}
.new-kpi-text-25 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
  z-index: 145;
}
.new-kpi-group-1a {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  z-index: 146;
}
.new-kpi-group-1b {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  padding: 13px 8px 13px 8px;
  background: #c5d6fc;
  border-bottom: 1px solid #cdd2d8;
  z-index: 147;
}
.new-kpi-text-26 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
  z-index: 148;
}
.group-1c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  padding: 16px 24px 16px 24px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 149;
}
.new-kpi-text-27 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 144px;
  height: 24px;
  color: rgba(29, 36, 51, 0.8);
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  z-index: 150;
}
.new-kpi-box-15 {
  flex-shrink: 0;
  position: relative;
  width: 144px;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  z-index: 151;
}
.new-kpi-text-28 {
  position: relative;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.48px;
}
.new-kpi-text-29 {
  position: relative;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}


.new-kpi-section-b {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: auto;
  padding: 0 32px 0 32px;
  background: #1d66b1;
  z-index: 152;
  border-radius: 7px;
}
@media (min-width: 768px) and (max-width: 1024px){
  .new-kpi-text-27 {
    font-size: 13px;
  }
  .new-kpi-text-28 {
    font-size: 18px;
  }
  .new-kpi-text-29 {
    font-size: 12px;
    }
    .new-kpi-section-b {
      width: auto;
      padding: 0px 20px 0px 20px;
    }
    .new-kpi-section-9 {
      width: 25%;
    }
    .new-kpi-section-13 {
      width: 10%;
    }
}
.new-kpi-text-2a {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 48px;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 153;
}
.new-kpi-section-c {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 154;
}
.new-kpi-box-16 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 155;
}
.new-kpi-pic-12 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/02a00d90-3c71-489d-8752-761b6bf7c7ec.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 156;
}
.new-kpi-wrapper-1b {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 157;
}
.new-kpi-section-d {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 158;
}
.new-kpi-pic-13 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/5a358a3d-e47d-46c9-af02-63ea1e149e9f.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 159;
}
.new-kpi-wrapper-1c {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 160;
}
.new-kpi-box-17 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 161;
}
.new-kpi-pic-14 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/34508aaa-7d60-426a-8208-77776a91b97f.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 162;
}
.new-kpi-group-1d {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 163;
}
.new-kpi-box-18 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 164;
}
.new-kpi-pic-15 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/d93349cb-258a-43e5-83ee-708407644ad9.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 165;
}
.new-kpi-section-e {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 166;
}
.new-kpi-wrapper-1d {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 167;
}
.new-kpi-img-e {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/51b30fa8-4930-4043-b7da-ab8c3083929d.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 168;
}
.new-kpi-group-1e {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  z-index: 169;
}
.new-kpi-section-f {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  padding: 13px 8px 13px 8px;
  background: #c5d6fc;
  border-bottom: 1px solid #cdd2d8;
  z-index: 170;
}
.new-kpi-text-2b {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
  z-index: 171;
}
.new-kpi-wrapper-1e {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  padding: 16px 24px 16px 24px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 172;
}
.new-kpi-text-2c {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 144px;
  height: 24px;
  color: rgba(29, 36, 51, 0.8);
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  z-index: 173;
}
.new-kpi-wrapper-1f {
  flex-shrink: 0;
  position: relative;
  width: 144px;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  z-index: 174;
}
.new-kpi-text-2d {
  position: relative;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.48px;
}
.new-kpi-text-2e {
  position: relative;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.new-kpi-new-kpi-box-19 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 129px;
  padding: 0 32px 0 32px;
  background: #1d66b1;
  z-index: 175;
  border-radius: 7px;
}
.new-kpi-text-2f {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 48px;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 176;
}
.new-kpi-box-1a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 177;
}
.new-kpi-group-1f {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 178;
}
.new-kpi-pic-16 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/b4996375-67ea-4bc1-a005-c43119c344cf.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 179;
}
.new-kpi-wrapper-20 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 180;
}
.new-kpi-group-20 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 181;
}
.new-kpi-pic-17 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/b230ec24-d020-4f65-bf8c-7f0cf2319c9f.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 182;
}
.new-kpi-group-21 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 183;
}
.new-kpi-group-22 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 184;
}
.new-kpi-pic-18 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/a23a2c54-e801-4d5c-be9b-808c990c0d8d.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 185;
}
.new-kpi-group-23 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 186;
}
.new-kpi-group-24 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 187;
}
.new-kpi-pic-19 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/f638489e-5284-4acb-85da-805b45f2ac8b.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 188;
}
.new-kpi-group-25 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 189;
}
.new-kpi-group-26 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 190;
}
.new-kpi-pic-1a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/4a316061-a17c-4fea-ad27-0e96fc9eb287.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 191;
}
.new-kpi-wrapper-21 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  z-index: 192;
}
.new-kpi-wrapper-22 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  padding: 13px 8px 13px 8px;
  background: #c5d6fc;
  border-bottom: 1px solid #cdd2d8;
  z-index: 193;
}
.new-kpi-text-30 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
  z-index: 194;
}
.new-kpi-wrapper-23 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  padding: 16px 24px 16px 24px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 195;
}
.new-kpi-text-31 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 144px;
  height: 24px;
  color: rgba(29, 36, 51, 0.8);
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  z-index: 196;
}
.new-kpi-box-1b {
  flex-shrink: 0;
  position: relative;
  width: 144px;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  z-index: 197;
}
.new-kpi-text-32 {
  position: relative;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.48px;
}
.new-kpi-text-33 {
  position: relative;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.new-kpi-wrapper-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 129px;
  padding: 0 32px 0 32px;
  background: #1d66b1;
  z-index: 198;
  border-radius: 7px;
}
.new-kpi-text-34 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 48px;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 199;
}
.new-kpi-box-1c {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 200;
}
.new-kpi-wrapper-25 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 201;
}
.new-kpi-pic-1b {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/030a07c2-f3ee-4676-90e5-27615793bfaa.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 202;
}
.new-kpi-section-10 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 203;
}
.new-kpi-group-27 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 204;
}
.new-kpi-pic-1c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/fb492a75-7153-40c6-bd72-37cf0961bbd6.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 205;
}
.new-kpi-wrapper-26 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 206;
}
.new-kpi-wrapper-27 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 207;
}
.new-kpi-img-f {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/94ad30b1-a27f-4fb9-8aef-23cdbe2a3e0f.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 208;
}
.new-kpi-box-1d {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 209;
}
.new-kpi-wrapper-28 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 210;
}
.new-kpi-pic-1d {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/1bd99f57-941e-452d-a610-66917b8d449e.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 211;
}
.new-kpi-wrapper-29 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 212;
}
.new-kpi-group-28 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 213;
}
.new-kpi-pic-1e {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/eafc92d6-bce7-42ac-ba99-0c85941e1bc5.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 214;
}
.new-kpi-wrapper-2a {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  z-index: 215;
}
.new-kpi-group-29 {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  padding: 13px 8px 13px 8px;
  background: #c5d6fc;
  border-bottom: 1px solid #cdd2d8;
  z-index: 216;
}
.new-kpi-text-35 {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
  z-index: 217;
}
.new-kpi-wrapper-2b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  padding: 16px 24px 16px 24px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 218;
}
.new-kpi-text-36 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 144px;
  height: 24px;
  color: rgba(29, 36, 51, 0.8);
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  z-index: 219;
}
.new-kpi-box-1e {
  flex-shrink: 0;
  position: relative;
  width: 144px;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  z-index: 220;
}
.new-kpi-text-37 {
  position: relative;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.48px;
}
.new-kpi-text-38 {
  position: relative;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.new-kpi-group-2a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 129px;
  padding: 0 32px 0 32px;
  background: #1d66b1;
  z-index: 221;
  border-radius: 7px;
}
.new-kpi-text-39 {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 48px;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 222;
}
.new-kpi-box-1f {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 223;
}
.new-kpi-section-11 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 224;
}
.new-kpi-pic-1f {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/3aa2f776-090e-485d-929f-c2914ebd86c1.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 225;
}
.new-kpi-box-20 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 226;
}
.new-kpi-group-2b {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 227;
}
.new-kpi-pic-20 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/282726f0-5042-4f91-aa41-93386086e6d6.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 228;
}
.new-kpi-box-21 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 229;
}
.new-kpi-group-2c {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 230;
}
.new-kpi-img-10 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/deaff013-1999-4607-9de8-cfbe239d72ec.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 231;
}
.new-kpi-group-2d {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 232;
}
.new-kpi-box-22 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 233;
}
.new-kpi-img-11 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/f1b26e2c-8ecf-478c-8ffe-a5e29dc9c886.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 234;
}
.new-kpi-wrapper-2c {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  background: #ffffff;
  border-bottom: 1px solid #e1e5ef;
  z-index: 235;
}
.new-kpi-section-12 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 236;
}
.new-kpi-pic-21 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/e195b59a-4c6e-4824-a10f-263d80a48d84.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 237;
}
.new-kpi-section-13 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  background: #edfcff;
  z-index: 238;
}
.new-kpi-wrapper-2d {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  padding: 13px 8px 13px 8px;
  background: #c7f5ff;
  border-bottom: 1px solid #cdd2d8;
  z-index: 239;
}
.new-kpi-text-3a {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 26px;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
  z-index: 240;
}
.new-kpi-section-14 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  padding: 16px 24px 16px 24px;
  border-bottom: 1px solid #e1e5ef;
  z-index: 241;
}
.new-kpi-text-3b {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 144px;
  height: 24px;
  color: rgba(29, 36, 51, 0.8);
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  z-index: 242;
}
.new-kpi-section-15 {
  flex-shrink: 0;
  position: relative;
  width: 144px;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  z-index: 243;
}
.new-kpi-text-3c {
  position: relative;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.48px;
}
.new-kpi-text-3d {
  position: relative;
  color: #1c2433;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.section-16 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 129px;
  padding: 0 32px 0 32px;
  background: #1d66b1;
  z-index: 244;
  border-radius: 7px;
}
.new-kpi-text-3e {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 48px;
  color: #ffffff;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 245;
}
.new-kpi-section-17 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  border-bottom: 1px solid #e1e5ef;
  z-index: 246;
}
.new-kpi-box-23 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 247;
}
.new-kpi-img-12 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/4ea0b463-850a-4bb4-80f1-2c3e4da4f26b.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 248;
}
.new-kpi-wrapper-2e {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  border-bottom: 1px solid #e1e5ef;
  z-index: 249;
}
.new-kpi-section-18 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 250;
}
.new-kpi-pic-22 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/6599fbeb-7965-4336-a083-d245fa9a02e5.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 251;
}
.new-kpi-box-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  border-bottom: 1px solid #e1e5ef;
  z-index: 252;
}
.new-kpi-wrapper-2f {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 253;
}
.new-kpi-img-13 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/2503bb8c-0751-452d-a6b7-c06ef004490c.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 254;
}
.new-kpi-box-25 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  border-bottom: 1px solid #e1e5ef;
  z-index: 255;
}
.new-kpi-group-2e {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 256;
}
.new-kpi-pic-23 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/4ed00884-1271-443e-8521-7d602122d40a.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 257;
}
.new-kpi-wrapper-30 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 8px;
  position: relative;
  padding: 10px 8px 10px 8px;
  border-bottom: 1px solid #e1e5ef;
  z-index: 258;
}
.new-kpi-box-26 {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 259;
}
.new-kpi-img-14 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(./assets/images/146e8202-41d0-4320-b52d-5707022ed9a0.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 260;
}

.new-kpi-box-29 {
        flex-shrink: 0;
    position: relative;
    width: 144px;
    font-family: Inter, var(--default-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
    z-index: 151;
}


.news-feture-project {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 80%;
  z-index: 28;
  gap: 15px;
  left: 10%;
}
@media (max-width: 1366px) {
  .news-feture-project {
    width: 100%;
    left: 0;
  }
}

.news-feture-photo {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: auto;
  background: url(./assets/images/89a3954f2316c1c2f43393547b09a475320484fc.png)
    no-repeat center;
  background-size: cover;
  z-index: 29;
}
@media (min-width: 768px) and (max-width: 1024px){
    .news-feture-project {
    width: 100%;
    left: 0;
  }
  .news-feture-photo {
    width: 50%;
    height: auto;
  }
}
.news-feture-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 32px;
  position: relative;
  width: 50%;
  z-index: 30;
}
.news-feture-heading-d {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 12px;
  position: relative;
  width: 100%;
  z-index: 31;
}
.news-feture-pmr-online-platform {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: auto;
  color: #061c3d;
  font-family: Inter, var(--default-font-family);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  letter-spacing: -0.64px;
  z-index: 32;
}
.news-feture-news-feture-less-doing-more-living {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 560px;
  height: 156px;
  color: #42526b;
  font-family: Inter, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  z-index: 33;
}
