.hero {
  background: radial-gradient(471.36% 278.64% at -61.33% 214.31%, #7b4cfd 0%, #7b4cfd00 73.85%), linear-gradient(274deg, #021639 6.68%, #081b40 19.22%, #0d1f44 31.75%, #12244a 44.29%, #16284e 56.83%, #1c2d55 69.36%, #203059 81.9%, #23335c 94.44%, #283761 106.97%, #2f3d69 119.51%, #35436f 132.05%, #424e7d 144.58%);
  padding-bottom: 40px;
}

.hero__header {
  margin-bottom: 32px;
}

@media (width <= 768px) {
  .hero__header {
    margin: 0;
  }
}

.hero__content {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.hero__devices {
  position: absolute;
  inset: 0;
}

.hero__devices img {
  max-width: 100%;
}

.hero__devices img:first-child {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -20px;
}

@media (width <= 1024px) {
  .hero__devices img:first-child {
    max-width: 70%;
  }
}

@media (width <= 576px) {
  .hero__devices img:first-child {
    max-width: 430px;
    top: 70px;
    right: 0;
  }
}

@media (width <= 430px) {
  .hero__devices img:first-child {
    max-width: 100%;
    top: 140px;
  }
}

.hero__devices img:nth-child(2) {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 23.6111%;
}

@media (width <= 1024px) {
  .hero__devices img:nth-child(2) {
    left: 10%;
  }
}

@media (width <= 768px) {
  .hero__devices img:nth-child(2) {
    display: none;
  }
}

.hero__warning {
  z-index: 5;
  text-align: right;
  color: #fff;
  opacity: .7;
  letter-spacing: .13px;
  margin-bottom: 37px;
  padding-right: 50px;
  font-size: 13px;
  font-weight: 500;
  display: block;
  position: relative;
}

@media (width <= 576px) {
  .hero__warning {
    text-align: left;
    margin-bottom: 14px;
  }
}

@media (width <= 768px) {
  .hero__title-new-line {
    display: none;
  }
}

.hero__title {
  z-index: 2;
  color: #fff;
  letter-spacing: -1.52px;
  text-transform: uppercase;
  max-width: 901px;
  margin: 0;
  font-size: max(48px, min(5.27778vw, 76px));
  font-weight: 500;
  line-height: 90%;
  position: relative;
}

.hero__title--highlighted {
  color: #3dcbb1;
}

.hero__startx {
  z-index: 4;
  margin-top: 232px;
  margin-bottom: 33px;
  display: inline-block;
  position: relative;
}

@media (width <= 576px) {
  .hero__startx {
    margin-top: 280px;
  }

  .hero__startx img {
    width: 98px;
    height: 38px;
  }
}

@media (width <= 430px) {
  .hero__startx {
    margin-top: 270px;
  }
}

.hero__body-img img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.hero__link {
  color: #f5f4fa;
  letter-spacing: .18px;
  text-underline-offset: 7px;
  margin-bottom: 31px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline 3px #5459b7;
  display: block;
}

.mission {
  background: url("mission-bg.827fa425.png") center / cover no-repeat;
  padding-top: max(144px, min(12.7083vw, 183px));
  padding-bottom: max(181px, min(13.125vw, 189px));
  position: relative;
}

.mission:before {
  content: "";
  mix-blend-mode: color;
  background: linear-gradient(98deg, #3f3a8f 13.95%, #03173a 79.78%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mission__content {
  text-align: center;
}

.mission__title {
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: max(16px, min(1.52778vw, 22px));
  font-weight: 700;
}

.mission__desc {
  text-align: center;
  letter-spacing: .32px;
  color: #fff;
  background: linear-gradient(90deg, #3dcbb100 3%, #5cabf300 3%, #424e7d 56%, #5cabf300 100%);
  max-width: 1062px;
  margin: 0 auto;
  padding: max(22px, min(1.875vw, 27px)) max(27px, min(5.76389vw, 83px)) 32px;
  font-size: max(24px, min(2.22222vw, 32px));
  font-weight: 300;
  line-height: max(34px, min(2.91667vw, 42px));
}

.partners {
  background: radial-gradient(471.36% 278.64% at -61.33% 214.31%, #7b4cfd 0%, #7b4cfd00 73.85%), linear-gradient(274deg, #021639 6.68%, #081b40 19.22%, #0d1f44 31.75%, #12244a 44.29%, #16284e 56.83%, #1c2d55 69.36%, #203059 81.9%, #23335c 94.44%, #283761 106.97%, #2f3d69 119.51%, #35436f 132.05%, #424e7d 144.58%);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 37px 0 66px;
  position: relative;
}

@media (width <= 576px) {
  .partners {
    padding: 42px 0 44px;
  }
}

.partners__content {
  max-width: 1228px;
  margin: auto;
  padding: 0 50px;
}

.partners-list {
  grid-template-rows: auto auto;
  grid-template-columns: repeat(5, auto);
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

@media (width <= 900px) {
  .partners-list {
    grid-template-columns: repeat(3, auto);
    grid-auto-flow: row;
  }

  .partners-list__item {
    margin: 10px 0;
  }
}

@media (width <= 576px) {
  .partners-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners-list__item {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .partners-list__item:nth-child(odd) {
    margin-right: 11px;
  }

  .partners-list__item:nth-child(2n) {
    margin-left: 11px;
  }
}

.partner {
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media (width <= 576px) {
  .partner {
    display: block;
  }
}

.partner:not(.partner--with-child) {
  grid-row: span 2;
}

.partner--with-child .partner__img {
  margin-bottom: 9px;
}

.partner__img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.partner__text {
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.advantages {
  padding-top: 95px;
  padding-bottom: 75px;
}

@media (width <= 576px) {
  .advantages {
    padding-top: 90px;
    padding-bottom: 140px;
  }
}

.advantages__content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1239px;
  margin: auto;
  padding: 0 50px;
  display: flex;
}

@media (width <= 1024px) {
  .advantages__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .advantages__img {
    text-align: center;
    margin-top: 73px;
    margin-right: 0;
  }
}

.advantages__img img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.advantages__list {
  flex-basis: 397px;
}

@media (width <= 1024px) {
  .advantages__list {
    flex-basis: auto;
  }
}

.advantages-list {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.advantages-list__item {
  flex-shrink: 0;
}

@media (width <= 1024px) {
  .advantages-list__item {
    flex: 1 0 50% !important;
  }
}

@media (width <= 576px) {
  .advantages-list__item:nth-child(odd) {
    padding-right: 15px;
  }

  .advantages-list__item:nth-child(2n) {
    padding-left: 15px;
  }
}

@media (width <= 410px) {
  .advantages-list__item {
    flex: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .advantages-list__item:nth-child(3) {
    padding-top: 0 !important;
  }
}

.advantages-list__item:first-child {
  flex-basis: 142px;
  padding-bottom: 36px;
  padding-right: 23px;
}

.advantages-list__item:nth-child(2) {
  flex-basis: 202px;
  padding-bottom: 36px;
  padding-left: 23px;
}

.advantages-list__item:nth-child(3) {
  flex-basis: 147px;
  padding-top: 36px;
  padding-right: 23px;
}

.advantages-list__item:nth-child(4) {
  flex-basis: 94px;
  padding-top: 36px;
  padding-left: 23px;
}

.advantage {
  box-sizing: content-box;
  position: relative;
}

@media (width <= 1024px) {
  .advantage {
    box-sizing: border-box;
  }
}

.advantage__title {
  color: #424e7d;
  max-width: 202px;
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

@media (width <= 410px) {
  .advantage__title {
    max-width: 100%;
    margin: 0 !important;
  }

  .advantage__title-new-line {
    display: none;
  }
}

.advantage:nth-child(odd) .advantage__title {
  margin-left: auto;
}

@media (width <= 576px) {
  .advantage:nth-child(odd) .advantage__title {
    margin: auto;
  }
}

.advantage:nth-child(2n) .advantage__title {
  margin: 0;
}

@media (width <= 576px) {
  .advantage:nth-child(2n) .advantage__title {
    margin: auto;
  }
}

.advantage__digit {
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 38px;
  display: block;
}

.advantage__digit:before {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.advantage:first-child .advantage__digit:before {
  content: url("icon-check.fc76b6a5.svg");
}

.advantage:nth-child(2) .advantage__digit:before {
  content: url("icon-heartbeat.281c2ec5.svg");
}

.advantage:nth-child(3) .advantage__digit:before {
  content: url("icon-profile.706aabad.svg");
}

.advantage:nth-child(4) .advantage__digit:before {
  content: url("icon-flag.e24eadde.svg");
}

.timeline__content {
  max-width: 1920px;
  margin: auto;
}

.timeline-events {
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  justify-content: start;
  padding-bottom: 70px;
  padding-left: 10.8333%;
  display: grid;
  overflow-x: auto;
}

.timeline-events::-webkit-scrollbar {
  height: 10px;
}

.timeline-events::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}

.timeline-events::-webkit-scrollbar-thumb {
  background-color: #5cabf366;
  border-radius: 10px;
}

.timeline-events::-webkit-scrollbar-thumb:hover {
  background-color: #5cabf3;
}

.timeline-event__placeholder {
  visibility: hidden;
}

.timeline-event__achievements {
  align-items: flex-end;
  margin-bottom: 40px;
  margin-left: 50px;
  margin-right: 12px;
  display: flex;
}

.timeline-event__achievement {
  color: #021639;
  background-color: #5cabf366;
  border-radius: 8px;
  align-items: center;
  margin-right: 10px;
  padding: 7px 10px;
  font-size: 15px;
  line-height: 110%;
  display: flex;
  position: relative;
}

.timeline-event__achievement:before {
  content: url("timeline-item.1391830b.svg");
  z-index: 1;
  line-height: 0;
  position: absolute;
  top: 100%;
  left: calc(50% - 6px);
}

.timeline-event__achievement img + span, .timeline-event__achievement svg + span {
  margin-left: 10px;
  margin-right: 0;
}

.timeline-event__achievement span {
  margin-right: 10px;
}

.timeline-event__achievement--highlighted {
  font-weight: 800;
}

.timeline-event__achievement img, .timeline-event__achievement svg {
  flex-shrink: 0;
}

.timeline-event__year {
  color: #5cabf3;
  z-index: 1;
  background-color: #fff;
  justify-self: start;
  margin-bottom: 40px;
  padding: 0 4px;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

.timeline-event__info {
  min-width: 275px;
  padding-right: 60px;
  position: relative;
}

.timeline-event__info:before {
  content: "";
  border-top: 2px dashed #5cabf3;
  width: calc(100% + 58px);
  height: 2px;
  position: absolute;
  top: -48px;
}

.timeline-event__title {
  color: #021639;
  align-items: center;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.timeline-event__title svg {
  margin-right: 4px;
}

.timeline-event__desc {
  color: #0d0d0d;
  margin: 0 0 18px;
  font-family: inherit;
  font-size: 15px;
  line-height: 120%;
}

.timeline-event__desc--highlighted {
  font-weight: 700;
}

.timeline-event__title, .timeline-event__desc {
  max-width: 275px;
}

.recognized {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (width <= 576px) {
  .recognized {
    padding-top: 64px;
    padding-bottom: 56px;
  }
}

.recognized__content {
  max-width: 1104px;
  margin: auto;
  padding: 0 43px;
}

.recognized__title {
  color: #424e7d;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 41px;
  font-size: 22px;
  font-weight: 700;
}

.recognized-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.recognized-list__item {
  text-align: center;
  margin-bottom: 10px;
  margin-left: 37.5px;
  margin-right: 37.5px;
}

@media (width <= 768px) {
  .recognized-list__item {
    flex: calc(33% - 75px);
    margin-bottom: 30px;
  }
}

.recognized-list__item img {
  min-width: 62px;
  max-width: 100%;
  height: auto;
}

.investors {
  padding-bottom: 100px;
}

@media (width <= 576px) {
  .investors {
    padding-bottom: 42px;
  }
}

.investors__content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.investors__title {
  color: #424e7d;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
}

.investors-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.investors-list__item {
  margin: 0 40px 40px;
}

@media (width <= 576px) {
  .investors-list__item {
    margin-bottom: 18px;
  }
}

.investors-list__item img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.team {
  background-color: #fff;
  padding: 40px 0 160px;
}

.team__content {
  justify-content: space-between;
  display: flex;
}

@media (width <= 768px) {
  .team__content {
    flex-direction: column;
  }
}

.team__left {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
}

@media (width <= 768px) {
  .team__left {
    margin-right: 0;
  }
}

.team__left__title {
  flex-direction: row;
  display: flex;
}

.team__left__title__line {
  background-color: #5cabf3;
  width: 8px;
  margin-right: 24px;
}

.team__left__title__text {
  color: #424e7d;
  font-size: max(24px, min(2.22222vw, 32px));
  font-weight: 600;
  line-height: max(30px, min(2.77778vw, 40px));
}

.team__left__desc {
  color: #424e7d;
  margin-top: 26px;
  margin-bottom: 46px;
  font-size: 16px;
  line-height: 20px;
}

.team__right {
  margin-top: auto;
  margin-bottom: auto;
}

@media (width <= 768px) {
  .team__right {
    order: -1;
    margin-bottom: 46px;
  }
}

.team__right__img {
  max-width: 100%;
  height: auto;
}

.team__btn {
  color: #fff;
  background-color: #5cabf3;
  border: none;
  place-self: start;
  padding: 15px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

@media (width <= 576px) {
  .team__btn {
    text-align: center;
    width: 100%;
    display: block;
  }
}
/*# sourceMappingURL=cerebra-landing.e4caf229.css.map */
