.ecosystem__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ecosystem__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 53.3%;
  mix-blend-mode: lighten;
}
.ecosystem__video::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.ecosystem__video > video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 145%;
  height: 145%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ecosystem__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5rem;
}
.ecosystem__columns > * {
  margin: 0 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ecosystem__column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.ecosystem__column--1, .ecosystem__column--3 {
  max-width: 27.875rem;
  width: 100%;
}
.ecosystem__column--2 .ecosystem__block, .ecosystem__column--3 .ecosystem__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ecosystem__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ecosystem__block--1 {
  padding: 2.0625rem 2.25rem;
  min-height: 23.4375rem;
}
.ecosystem__block--3 {
  padding: 1.6875rem 1.4375rem;
}
.ecosystem__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ecosystem__logo {
  width: 3.5rem;
  height: 3.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ecosystem__logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.ecosystem__name {
  height: 1rem;
  margin-left: 0.9375rem;
}
.ecosystem__name > svg {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.ecosystem__text {
  margin-top: auto;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#b2b2b2));
  background: linear-gradient(90deg, #fff 0%, #b2b2b2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ecosystem__card {
  position: relative;
  font-family: var(--font-inter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.96875rem 1.3125rem 0.96875rem 0.875rem;
  z-index: 3;
}
.ecosystem__card-logo {
  width: 2.96875rem;
  height: 2.96875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}
.ecosystem__card-logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.75rem;
}
.ecosystem__card-title {
  font-size: max(1.0625rem, 13px);
  line-height: 108%;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.ecosystem__card-text {
  font-size: max(1.0625rem, 13px);
  line-height: 108%;
  letter-spacing: -0.01em;
  color: var(--white-09);
}
.ecosystem__card-time {
  font-size: max(0.9375rem, 12px);
  line-height: 125%;
  color: var(--white-06);
  margin-left: 0.5rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.ecosystem__card:nth-child(2) {
  margin: -2.1875rem 0.5625rem 0;
  padding: 0.95rem 1.3125rem 0.95rem 0.85625rem;
  z-index: 2;
}
.ecosystem__card:nth-child(2) .ecosystem__card-logo {
  width: 2.85rem;
  height: 2.85rem;
}
.ecosystem__card:nth-child(2) .ecosystem__card-logo > img {
  border-radius: 0.6875rem;
}
.ecosystem__card:nth-child(2) .ecosystem__card-time {
  font-size: max(0.875rem, 12px);
}
.ecosystem__card:nth-child(3) {
  z-index: 1;
  margin: -3.5625rem 2.1875rem 0;
  padding: 0.75rem 1.125rem 0.75rem 0.75rem;
}
.ecosystem__card:nth-child(3) .ecosystem__card-logo {
  width: 2.546875rem;
  height: 2.546875rem;
}
.ecosystem__card:nth-child(3) .ecosystem__card-logo > img {
  border-radius: 0.625rem;
}
.ecosystem__card:nth-child(3) .ecosystem__card-title {
  font-size: max(0.9375rem, 12px);
  margin-bottom: 0.25rem;
}
.ecosystem__card:nth-child(3) .ecosystem__card-text {
  font-size: max(0.9375rem, 12px);
}
.ecosystem__card:nth-child(3) .ecosystem__card-time {
  font-size: max(0.8125rem, 12px);
}
.ecosystem__subtitle {
  font-weight: 600;
  margin-left: 1.25rem;
}
.ecosystem__descr {
  margin-top: 1rem;
  color: var(--white-08);
}
.ecosystem__title {
  font-size: max(3.5rem, 12px);
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  padding: 4.0625rem 1.25rem;
  margin-bottom: auto;
}
.ecosystem__title .gsap-line {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ecosystem__info {
  margin-top: auto;
  text-align: center;
  padding: 1.875rem 1.25rem;
}
.ecosystem__info-title {
  font-weight: 600;
  margin-bottom: 0.4375rem;
}
.ecosystem__info-subtitle {
  line-height: 130%;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.875rem;
}
.ecosystem__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ecosystem__info-list > li {
  font-size: max(0.875rem, 12px);
  line-height: 100%;
  color: var(--white-08);
  position: relative;
  padding: 0.25rem 0.5rem 0.25rem 1.125rem;
  background-color: var(--white-005);
  border-radius: 6.25rem;
}
.ecosystem__info-list > li::before, .ecosystem__info-list > li::after {
  content: "";
  position: absolute;
}
.ecosystem__info-list > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/ecosystem/glass.png");
}
.ecosystem__info-list > li::before {
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: linear-gradient(128deg, #e9ff8f 0%, #8bf258 100%);
}
.ecosystem__info-descr {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#b2b2b2));
  background: linear-gradient(90deg, #fff 0%, #b2b2b2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ecosystem__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.375rem 1fr;
  grid-template-columns: 11.375rem 1fr;
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  gap: 1rem;
}
.ecosystem__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1.125rem;
}
.ecosystem__item-ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}
.ecosystem__item-ico > svg {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.ecosystem__item-ico > svg path {
  -webkit-transition: fill var(--hover-transition);
  transition: fill var(--hover-transition);
}
@media (any-hover: hover) {
  .ecosystem__item-ico:hover > svg path {
    fill: #adfc51;
  }
}
.ecosystem__item-title {
  font-size: max(2rem, 12px);
  line-height: 100%;
  letter-spacing: -0.01em;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.125rem;
}
.ecosystem__item-text {
  font-size: max(0.9375rem, 12px);
  line-height: 100%;
  font-weight: 500;
}
.ecosystem__item-images {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}
.ecosystem__item-images > li {
  width: 3.125rem;
  height: 3.125rem;
}
.ecosystem__item-images > li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 0.1125rem solid #293B28;
}
.ecosystem__item-images > li:nth-child(3) {
  width: 3.625rem;
  height: 3.625rem;
}
.ecosystem__item-images > li:nth-child(4) {
  z-index: -1;
}
.ecosystem__item-images > li:nth-child(5) {
  z-index: -2;
}
.ecosystem__item-images > li:not(:last-child) {
  margin-right: -0.875rem;
}
.ecosystem__item--big {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ecosystem__item--big .ecosystem__item-title {
  font-size: max(3rem, 12px);
  letter-spacing: -0.02em;
}
.ecosystem__item--big .ecosystem__item-text {
  font-size: max(1.125rem, 14px);
  line-height: 130%;
}
.ecosystem__education {
  position: relative;
  padding: 2.5rem 2.0625rem 1.625rem 1.75rem;
}
.ecosystem__education-img {
  position: relative;
  max-width: 21.875rem;
  width: 100%;
  margin: 0 auto 3.375rem;
}
.ecosystem__education-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 42.735%;
}
.ecosystem__education-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ecosystem__education-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.ecosystem__education-text {
  color: var(--white-08);
}
@media (max-width: 1180px) {
  .ecosystem__info-subtitle {
    display: none;
  }
}
@media (max-width: 991px) {
  .ecosystem__columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 350px;
    margin: 0 auto;
  }
  .ecosystem__columns > * {
    margin: unset;
  }
  .ecosystem__column {
    gap: 12px;
  }
  .ecosystem__column--3 {
    display: none;
  }
  .ecosystem__block--1, .ecosystem__block--3 {
    display: none;
  }
  .ecosystem__block--4, .ecosystem__block--5 {
    min-height: 265px;
  }
  .ecosystem__cards {
    position: relative;
    width: 100%;
    height: 136px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin-bottom: 12.5px;
  }
  .ecosystem__card {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
  }
}
@media (max-width: 768px) {
  .ecosystem__title {
    font-size: 36px;
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .ecosystem__card {
    padding: 12px 16.8px 12px 11.2px !important;
  }
  .ecosystem__card-logo {
    width: 37px;
    height: 37px;
    margin-right: 12px;
  }
  .ecosystem__card-logo > img {
    border-radius: 9px !important;
  }
  .ecosystem__card-title {
    font-size: 13px;
    margin-bottom: 3.7px;
  }
  .ecosystem__card-text {
    font-size: 13px;
  }
  .ecosystem__card-time {
    font-size: 12px;
    margin-left: 7px;
  }
  .ecosystem__card:nth-child(2) {
    margin-top: -27px;
  }
  .ecosystem__card:nth-child(2) .ecosystem__card-logo {
    width: 35.7px;
    height: 35.7px;
  }
  .ecosystem__card:nth-child(2) .ecosystem__card-time {
    font-size: 11px;
  }
  .ecosystem__card:nth-child(3) {
    margin: -45px 25px 0;
    padding: 10px 14px 10px 9.6px !important;
  }
  .ecosystem__card:nth-child(3) .ecosystem__card-logo {
    width: 32px;
    height: 32px;
  }
  .ecosystem__card:nth-child(3) .ecosystem__card-logo > img {
    border-radius: 8px;
  }
  .ecosystem__card:nth-child(3) .ecosystem__card-title {
    font-size: 12px;
    margin-bottom: 3.2px;
  }
  .ecosystem__card:nth-child(3) .ecosystem__card-text {
    font-size: 12px;
  }
  .ecosystem__card:nth-child(3) .ecosystem__card-time {
    font-size: 10px;
  }
}
/*# sourceMappingURL=ecosystem.css.map */
/*# sourceMappingURL=ecosystem.css.map */