.for-short {
  padding: var(--sp) 0;
  position: relative;
  color: var(--white);
  overflow: hidden;
}

.for-short:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: var(--secondary);
  border-radius: var(--48, 48px);
}

.for-short__container {
  display: flex;
  gap: 32px;
}

.for-short .col-1 {
  width: 392px;
  display: flex;
  flex-flow: column;
  gap: 32px;
  flex-shrink: 0;
}

.for-short .col-2 {
  gap: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.for-short .sub-col {
  display: flex;
  flex-flow: column;
  gap: 32px;
}

.for-short__title {
  margin-bottom: auto;
}

.for-short-cta {
  padding: 32px;
  border-radius: var(--20, 20px);
  border: 1px solid #02C358;
  background: var(--bg-gradient-green, radial-gradient(94.03% 141.42% at 0% 100%, rgba(2, 195, 88, 0.2) 0%, rgba(2, 195, 88, 0.04) 54.33%));
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  overflow: hidden;
  grid-column: 1/-1;
}

.for-short-cta__title {
  max-width: 280px;
}

.for-short-cta__text {
  max-width: 275px;
  font-size: var(--s);
  line-height: 130%;
  margin-bottom: 12px;
}

.for-short-cta__image {
  position: absolute;
  aspect-ratio: 166/175;
  bottom: 0;
  right: 10px;
  width: 166px;
  background: 50%/contain no-repeat;
}

.for-short .item {
  border-radius: var(--20, 20px);
  border: 1px solid var(--grey-900, #262E31);
  position: relative;
  z-index: 1;
  padding: 32px;
  overflow: hidden;
  background: var(--white-1, rgba(255, 255, 255, 0.01));
}

.for-short .item__number {
  font-size: var(--huge);
  line-height: 75%;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--secondary, #1B2225);
  position: absolute;
  z-index: -1;
}

.for-short .item__number:before {
  content: "";
  background: var(--grey-200, #D7DADB);
  opacity: 0.2;
  filter: blur(70px);
  aspect-ratio: 1/1;
  width: 155px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.for-short .item__image {
  position: absolute;
  background: 50%/contain no-repeat;
  z-index: -1;
}

.for-short .item__text {
  font-size: var(--s);
  line-height: 130%;
  max-width: 190px;
}

.for-short .item__text strong {
  font: 500 var(--h4)/120% var(--heading-font-family);
  display: block;
  margin-bottom: 2px;
}

.for-short .item--1 .item__number {
  left: 0;
  bottom: 0;
}

.for-short .item--1 .item__image {
  right: 0;
  bottom: 0;
  aspect-ratio: 160/136;
  width: 160px;
}

.for-short .item--2 .item__number {
  right: 0;
  bottom: 0;
}

.for-short .item--2 .item__image {
  left: 0;
  top: 0;
  aspect-ratio: 160/136;
  width: 160px;
}

.for-short .item--2 .item__text {
  margin-left: auto;
}

.for-short .item--3 {
  min-height: 164px;
}

.for-short .item--3 .item__number {
  left: 0;
  bottom: 0;
}

.for-short .item--3 .item__image {
  right: 0;
  bottom: 0;
  aspect-ratio: 167/92;
  width: 297px;
  right: -28.696px;
}

.for-short .item--3 .item__text {
  max-width: 190px;
}

.for-short .item--4 .item__number {
  right: 0;
  bottom: 0;
}

.for-short .item--4 .item__image {
  left: 0;
  bottom: 0;
  aspect-ratio: 246/158;
  width: 246px;
  left: -72px;
}

.for-short .item--4 .item__text {
  margin-left: auto;
}

.for-short .item--5 {
  min-height: 138px;
}

.for-short .item--5 .item__number {
  left: 0;
  bottom: 0;
}

.for-short .item--5 .item__image {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 191/193;
  width: 191px;
}

.for-short .item--6 .item__number {
  right: 0;
  bottom: 0;
}

.for-short .item--6 .item__text {
  margin-left: auto;
}

.for-short .item--6 .item__image {
  aspect-ratio: 191/158;
  width: 191px;
  top: 0;
  left: -22px;
}

.for-short .item--7 .item__number {
  left: 0;
  bottom: 0;
}

.for-short .item--7 .item__image {
  aspect-ratio: 189/208;
  width: 189px;
  bottom: 0;
  right: -4px;
}

.for-short .item--8 .item__number {
  right: 0;
  bottom: 0;
}

.for-short .item--8 .item__image {
  aspect-ratio: 140/207;
  width: 140px;
  top: 0;
  left: -10px;
}

.for-short .item--8 .item__text {
  margin-left: auto;
  max-width: 187px;
}

.for-short .item--9 .item__number {
  left: 0;
  bottom: 0;
}

.for-short .item--9 .item__image {
  aspect-ratio: 196/218;
  width: 196px;
  bottom: 0;
  right: 0;
}

.for-short .item--9 .item__text {
  max-width: 150px;
}

.for-short .item--10 .item__number {
  right: 0;
  bottom: 0;
}

.for-short .item--10 .item__image {
  aspect-ratio: 160/144;
  width: 160px;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
}

.for-short .item--10 .item__text {
  margin-left: auto;
}

.for-short .item--11 .item__number {
  left: 0;
  bottom: 0;
}

.for-short .item--11 .item__image {
  aspect-ratio: 185/207;
  width: 207px;
  top: 0;
  right: -35px;
}

.for-short .item--11 .item__text {
  max-width: 190px;
}

.for-short .item--12 .item__number {
  right: 0;
  bottom: 0;
}

.for-short .item--12 .item__image {
  aspect-ratio: 226/265;
  width: 226px;
  bottom: 0;
  left: -52px;
}

.for-short .item--12 .item__text {
  margin-left: auto;
}

@media (max-width: 1260px) {
  .for-short__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: var(--container-width);
  }

  .for-short__title {
    grid-column: 1/-1;
  }

  .for-short-cta {
    padding: 20px;
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .for-short-cta__title {
    max-width: 100%;
  }

  .for-short-cta__text {
    max-width: 183px;
  }

  .for-short-cta__image {
    transform: translateX(30%);
  }

  .for-short .item {
    border-radius: var(--20, 20px);
    padding: 20px;
  }

  .for-short .item__number:before {
    width: 116px;
    filter: blur(52.5px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .for-short .item__text {
    max-width: 160px;
  }

  .for-short .item__text strong {
    line-height: 125%;
  }

  .for-short .item--3,
  .for-short .item--4,
  .for-short .item--7,
  .for-short .item--8,
  .for-short .item--11,
  .for-short .item--12 {
    grid-column: 1/-1;
  }

  .for-short .item--1 {
    min-height: 240px;
  }

  .for-short .item--1 .item__number {
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
  }

  .for-short .item--2 {
    display: flex;
    align-items: flex-end;
    min-height: 240px;
  }

  .for-short .item--3 {
    min-height: auto;
  }

  .for-short .item--3 .item__image {
    right: 0;
    width: 167px;
  }

  .for-short .item--3 .item__text {
    max-width: 160px;
  }

  .for-short .item--4 .item__number {
    top: 0;
    bottom: auto;
  }

  .for-short .item--4 .item__image {
    width: 167px;
    left: 0;
  }

  .for-short .item--5 {
    min-height: 240px;
  }

  .for-short .item--5 .item__number {
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
  }

  .for-short .item--5 .item__image {
    width: 160px;
    transform: none;
    bottom: 0;
    top: auto;
  }

  .for-short .item--6 {
    display: flex;
    align-items: flex-end;
  }

  .for-short .item--7 .item__image {
    width: 147px;
  }

  .for-short .item--8 .item__number {
    bottom: auto;
    top: 0;
  }

  .for-short .item--8 .item__image {
    width: 109px;
  }

  .for-short .item--9 {
    min-height: 240px;
  }

  .for-short .item--9 .item__number {
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
  }

  .for-short .item--9 .item__image {
    width: 173px;
    bottom: -77px;
  }

  .for-short .item--10 {
    display: flex;
    align-items: flex-end;
  }

  .for-short .item--10 .item__image {
    width: 120px;
    transform: translateX(-50%);
    top: 6px;
    left: 50%;
  }

  .for-short .item--11 .item__image {
    width: 114px;
    right: 0;
    top: auto;
    bottom: 0;
  }

  .for-short .item--12 .item__image {
    width: 135px;
    left: -12px;
    top: -7px;
    bottom: auto;
  }

  .for-short .item--12 .item__text {
    max-width: 180px;
  }
}

@media (max-width: 760px) {
  .for-short__text {
    grid-column: 1/-1;
  }

  .for-short .item--6 .item__image {
    width: 160px;
    left: 0;
  }
}