.founders__text {
  max-width: 37.5rem;
  width: 100%;
  margin: 2rem auto 3.5rem;
  color: var(--white-08);
  text-align: center;
}
.founders__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px -1.5rem;
}
.founders__cards > * {
  margin: 0 12px 1.5rem;
  width: calc(50% - 24px);
}
.founders__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 60rem;
  padding: 1.5rem;
  border-radius: 4rem;
}
.founders__card.glass::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.5px;
  opacity: 0.3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.founders__card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.founders__card-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.founders__card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
  border-radius: 2.5rem;
  padding: 2rem;
}
.founders__card-top {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--white-01);
}
.founders__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}
.founders__card-name {
  margin-bottom: 1rem;
}
.founders__card-position {
  font-size: max(1.25rem, 12px);
  line-height: 140%;
  font-weight: 500;
  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;
}
.founders__card-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.founders__card-socials > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
  color: var(--white);
}
.founders__card-socials > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.5rem;
  background-color: var(--white-01);
}
.founders__card-socials > li > a > img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.founders__card-socials > li > a > span {
  line-height: 100%;
}
.founders__card-text {
  line-height: 140%;
  color: var(--white);
}
.founders__card-text > *:not(:last-child) {
  margin-bottom: 0.625rem;
}
.founders__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.5rem -12px -1.5rem;
}
.founders__items > * {
  margin: 0 12px 1.5rem;
  width: calc(33.3333333333% - 24px);
}
.founders__items--two > * {
  width: calc(50% - 24px);
}
.founders__items--two .founders__item {
  padding: 1.5rem;
}
.founders__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--white-01);
  border-radius: 2rem;
  padding: 3rem 1.5rem;
  background-color: var(--white-005);
}
.founders__item-ico {
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
}
.founders__item-ico::after {
  width: 2.25rem;
  height: 2.25rem;
  background-image: url('data:image/svg+xml,%3Csvg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M30 10.5L15 25.5L7.5 18" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cpath d="M30 10.5L15 25.5L7.5 18" stroke="url(%23paint0_linear_3845_14000)" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_3845_14000" x1="7.5" y1="10.5" x2="30.58" y2="11.796" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23E9FF8F" /%3E%3Cstop offset="1" stop-color="%238BF258" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.founders__item-text {
  color: var(--white);
}
.founders__info {
  margin-top: 5rem;
  font-weight: 400;
}
.founders--default .founders__card {
  min-height: 50rem;
}
.founders--default .founders__card-img > img {
  -o-object-position: top;
  object-position: top;
}
.founders--default .founders__card-top {
  margin-bottom: unset;
  padding-bottom: unset;
  border-bottom: unset;
}
.founders--default .founders__card-top:not(:last-child) {
  margin-bottom: 3.75rem;
}
.founders--default .founders__card-name {
  margin-bottom: 0.75rem;
}
.founders--default .founders__card-socials {
  margin-bottom: unset;
}
.founders--default .founders__card-text {
  max-width: 21.875rem;
  width: 100%;
  margin-right: 1.25rem;
}
.founders--curator .founders__card {
  min-height: 42.5rem;
}
@media (max-width: 768px) {
  .founders__text {
    font-size: 18px;
    line-height: 130%;
    margin: 16px 0 32px;
  }
  .founders__cards {
    margin: unset;
  }
  .founders__cards > * {
    margin: unset;
    width: 100%;
  }
  .founders__card {
    min-height: 500px;
    padding: 12px;
    border-radius: 24px;
    max-width: 500px;
    margin: 0 auto;
  }
  .founders__card-img > img {
    -o-object-position: top;
    object-position: top;
  }
  .founders__card-wrapper {
    border-radius: 12px;
    padding: 16px;
  }
  .founders__card-top {
    padding-bottom: unset;
    border-bottom: unset;
  }
  .founders__card-top:not(:last-child) {
    margin-bottom: 12px !important;
  }
  .founders__card-name {
    line-height: 120%;
    margin-bottom: 4px !important;
  }
  .founders__card-position {
    font-size: 14px;
  }
  .founders__card-socials {
    position: absolute;
    top: 12px;
    right: 12px;
    gap: 4px;
    margin-bottom: unset;
  }
  .founders__card-socials > li > a {
    padding: 4px 8px;
    font-size: 10px;
  }
  .founders__card-socials > li > a::before {
    border-radius: 20px;
  }
  .founders__card-socials > li > a > img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .founders__card-text {
    font-size: 12px;
    line-height: 140%;
    color: var(--white-08);
  }
  .founders__card:not(:last-child) {
    margin-bottom: 20px;
  }
  .founders__items {
    margin: 12px 0 0;
  }
  .founders__items > * {
    margin: unset;
    width: 100%;
  }
  .founders__item {
    border-radius: 24px;
    padding: 24px;
  }
  .founders__item-ico {
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
  .founders__item-ico::after {
    width: 24px;
    height: 24px;
  }
  .founders__item-text {
    line-height: 140%;
  }
  .founders__item:not(:last-child) {
    margin-bottom: 12px;
  }
  .founders__info {
    font-size: 24px;
    line-height: 120%;
    margin-top: 40px;
  }
  .founders--default .founders__card {
    min-height: 440px;
  }
  .founders--default .founders__card:not(:last-child) {
    margin-bottom: 12px;
  }
}
/*# sourceMappingURL=founders.css.map */
/*# sourceMappingURL=founders.css.map */