*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background: #0b0f3a;
  color: white;
}

.investment {
  /* padding: 40px 40px; */
  background: linear-gradient(90deg, #101A7D 0%, #060738 100%);
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 80px;
}

.investment__container {
  max-width: 1200px;
  margin: 0 auto;
}

/* content */

.investment__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 20px;
}

/* text */

.investment__description {
  max-width: 320px;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 20px;
}

/* button */

.investment__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 30px;
  background: #4b6bff;
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.investment__button:hover {
  background: #6b84ff;
}

.investment__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: white;
  color: #4b6bff;
  border-radius: 50%;
  font-size: 14px;
}

.block--img {
  margin: 0px auto;
  text-align: center;
}

.block--img img {
  width: 1383px;
  height: 672px;

}

/* title */

.investment__title-wrapper {
  max-width: 520px;
}

.investment__title {
  font-size: 72px;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 16px;
}

.investment__subtitle {
  font-size: 18px;
  opacity: 0.85;
}

/* stats */

.investment__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.investment__card {
  background: #f1f3ff;
  color: #0b0f3a;
  padding: 25px;
  border-radius: 14px;
}

.investment__card-title {
  color: #0B1059;
  font-family: Onest;
  font-size: 59.796px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 60.156% */
  letter-spacing: -1.794px;
}

.investment__card-text {
  color: rgba(6, 7, 56, 0.60);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-top: 20px;
}

.i--content {
  display: flex;
  justify-content: space-between;
  gap: 55px;
}

.i--content p {
  max-width: 461px;
  height: 80px;
  color: #FFF;
  font-feature-settings: 'case' on, 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.i--content p strong {
  color: rgba(255, 255, 255, 0.60);
  font-feature-settings: 'case' on, 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.i--content h2 {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 118px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  /* 62.5% */
}

.ii-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.ii-content h2 {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 122px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  /* 62.5% */

}

.ii-content p {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
  /* 100% */
  max-width: 326px;

}

.ii-content p strong {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);

}

.in--loop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
  gap: 10px;
}

.line--one {
  width: 766px;
  height: 1px;
  background: #FFF;
}

.line--two {
  width: 246px;
  height: 1px;
  background: #FFF;
}

.in--loop p {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
  width: 600px;
}

@media (max-width:1024px) {

  .investment__title {
    font-size: 54px;
  }

  .investment__stats {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* mobile */

@media (max-width:600px) {

  .investment {
    padding: 20px 16px;
  }

  .investment__title {
    font-size: 40px;
  }

  .investment__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .investment__stats {
    grid-template-columns: 1fr;
  }

}

.wrapp--lm {
  background-image:
    url("/src/Group 41721.png"),
    linear-gradient(90deg, #101A7D 0%, #060738 100%);

  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  height: 500px;
}

.market__title strong {
  color: #05044E;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Static-Display-Medium-Line-Height, 52px);
  /* 108.333% */
}

.market__desc strong {
  color: #05044E;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
  /* 133.333% */
}

.market__desc--secondary strong {
  position: relative;
  color: #05044E;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
}

.market__desc--secondary strong::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;

  width: 146px;
  height: 7px;

  background-image: url("/src/Vector\ 194.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.market__problem-item svg {
  background-color: #566BFE;
  border-radius: 55px;
  padding: 5px;
}

.sub--txt {
  padding-top: 28px;
  color: #060738;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.footer--wrap {
  background: linear-gradient(180deg, #EDF0F6 0%, #566BFE 100%);
  padding-top: 44px;
  padding-bottom: 35px;
}

/* .apply {
  padding: 80px 20px;
} */

.apply__container {
  max-width: 1180px;
  margin: auto;
}

.apply__title {
  color: #05044E;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Static-Display-Medium-Line-Height, 52px);
  /* 108.333% */
  margin-bottom: 16px;
}

.apply__subtitle {
  color: rgba(5, 4, 78, 0.60);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
  /* 133.333% */
  margin-bottom: 48px;
  max-width: 800px;
  margin: 0px auto;
  padding-bottom: 30px;
}

.apply__form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.apply__input,
.apply__select select {
  width: 100%;
  height: 56px;
  border-radius: 40px;
  border: 1px solid #e3e6ff;
  padding: 0 20px;
  color: #080551;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
  /* 120% */
  background: #f5f6ff;
}

.apply__input--full {
  grid-column: span 3;
  width: 780px;
}

.apply__select {
  position: relative;
}

.apply__select::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);

  width: 12px;
  height: 8px;

  background-image: url("/src/Rectangle\ 6331.svg");
  background-repeat: no-repeat;
  background-size: contain;

  pointer-events: none;
}

.apply__options {
  grid-column: span 3;
  display: flex;
  gap: 30px;
  margin-top: 10px;
}

.apply__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.apply__checkbox input {
  width: 16px;
  height: 16px;
}

.apply__button {
  grid-column: span 3;
  justify-self: center;

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 14px 28px;
  border-radius: 40px;
  border: none;

  background: #566BFE;
  color: white;
  font-weight: 600;
  cursor: pointer;
}

.apply__select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

.apply__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;
  border-radius: 50%;

  background: white;
  color: #566BFE;
}

@media (max-width: 900px) {

  .apply__form {
    grid-template-columns: repeat(2, 1fr);
  }

  .apply__input--full {
    grid-column: span 2;
  }

  .apply__options,
  .apply__button {
    grid-column: span 2;
  }

}

@media (max-width: 600px) {

  .apply__form {
    grid-template-columns: 1fr;
  }

  .apply__input--full,
  .apply__options,
  .apply__button {
    grid-column: span 1;
  }

  .apply__options {
    flex-direction: column;
  }

}

.apply__button {
  display: inline-flex;
  align-items: center;
  gap: 16px;

  height: 61px;
  padding: 6px 2px 6px 26px;

  border-radius: 30.5px;
  border: none;

  background: #566BFE;
  color: #fff;

  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.apply__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 55px;
  height: 55px;

  border-radius: 50%;
  background: white;
}

.apply__button-text {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
  /* 150% */
}

.apply__input::placeholder {
  color: #080551;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
  /* 120% */
}

.apply__checkbox span {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
  /* 120% */
}

.apply__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;

  font-family: Onest;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.apply__checkbox input {
  appearance: none;
  -webkit-appearance: none;

  width: 16px;
  height: 16px;

  border: 2px solid #ffffff;
  border-radius: 3px;
  background: transparent;

  position: relative;
  cursor: pointer;
}

/* checked */
.apply__checkbox input:checked {
  background: #566BFE;
}

/* галочка */
.apply__checkbox input:checked::after {
  content: "";
  position: absolute;

  left: 4px;
  top: 1px;

  width: 4px;
  height: 8px;

  border: solid white;
  border-width: 0 2px 2px 0;

  transform: rotate(45deg);
}

.faq {
  padding: 80px 20px;
  background-color: white;
}

.faq__container {
  max-width: 800px;
  margin: 0 auto;
}

.faq__title {
  text-align: start;
  color: #060738;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 25px;
}

.faq__item {
  border-bottom: 1px solid #566BFE;
}

.faq__question {
  width: 100%;
  padding: 20px 0;

  background: none;
  border: none;

  text-align: left;

  color: #060738;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
  /* 120% */

  cursor: pointer;
}

.faq__answer {
  color: #060738;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
  height: 0;
  overflow: hidden;
}

.faq__answer-inner {
  padding-bottom: 20px;
  color: #5C6395;
  font-size: 16px;
  line-height: 1.5;
}

.program {
  width: 100%;
}

.program__row {
  width: 100%;
}

.program__row:nth-child(even) {
  background: #EDF0F6;
}

.program__row:nth-child(odd) {
  background: #ffffff;
}

.program__row--head {
  background: #E6E9FF;
}

.program__inner {
  max-width: 900px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;

  padding: 18px 20px;
}

.program__cell {
  /* text-align: center; */
  color: #05044E;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 200% */
}

.program__cell--feature {
  text-align: left;
}

.program__cell--plan {
  color: #05044E;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 200% */
}

.program__cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.speakers {
  padding: 100px 20px;
  background: linear-gradient(180deg, #AAB3FF 0%, #566BFE 100%);
  color: white;
}

.speakers__container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

/* GRID */

.speakers__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* PERSON */

.speakers__person {
  max-width: 420px;
}

.speakers__badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.25);
  font-size: 14px;
  margin-bottom: 14px;
}

.speakers__name {
  font-size: 28px;
  margin-bottom: 20px;
}

/* LIST */

.speakers__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.speakers__item {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
}

/* ICON */

.speakers__icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  flex-shrink: 0;
}

/* IMAGES */

.speakers__images {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 40px;
}

.speakers__img {
  max-width: 260px;
}

.experts {
  padding: 60px 20px;
  /* background: linear-gradient(180deg,#AAB3FF 0%,#566BFE 100%); */
  color: white;
}

.experts__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* тримає текстові колонки вгорі */
  position: relative;

  position: relative;
}

/* TEXT COLUMNS */

.experts__col {
  width: 380px;
}

.experts__badge {
  display: inline-block;
  padding: 6px 24px;
  border-radius: 1000px;
  background: #DAE0F7;
  font-size: 14px;
  margin-bottom: 14px;
  color: #040CAD;
  text-align: center;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}

.experts__name {
  color: #FFF;
  font-family: Onest;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 100% */
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}

.experts__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.experts__item {
  display: flex;
  gap: 25px;
  margin-bottom: 12px;

}

.experts__item p {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.experts__item p strong {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 100% */
}

.experts__item p span {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.experts__icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;

  flex-shrink: 0;
}

/* CENTER */

.experts__center {
  position: relative;
  width: 420px;
  height: 420px;
}

/* IMAGES */

.experts__img {
  position: absolute;
  bottom: 0;
}

.experts__img--1 {
  left: 0;
  z-index: 2;
  width: 360px;
  top: 115px;
  left: -110px;
}

.experts__img--2 {
  right: 0;
  width: 240px;
  width: 360px;
  top: 90px;
  right: -100px;
  /* height: 540px; */
}

.res--wrapp {
  background: linear-gradient(180deg, #EDF0F6 0%, #566BFE 100%);

}

.foo--cards {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
  /* 171.429% */
  padding-top: 30px;
  text-align: start;
}

.audience {
  padding: 30px 20px;
}

.audience__container {
  max-width: 1280px;
  margin: 0 auto;
}

.audience__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-radius: 25px;
  background: #DAE0F7;
  padding: 40px;
  gap: 40px;
}

.audience__left {
  border-right: 1px solid rgb(255, 255, 255);
  padding-right: 40px;
}

.audience__title {
  color: #05044E;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Static-Display-Medium-Line-Height, 52px);
  /* 108.333% */
  text-align: start;
}

.audience__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.audience__item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  color: #060738;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.2px;
  text-align: start;
}

/* .audience__check {
  width: 20px;
  height: 20px;
  background: #22C55E;
  border-radius: 4px;
  flex-shrink: 0;
} */

.audience__note {
  text-align: start;
  margin-top: 24px;
  font-size: 14px;
  color: #7A7FA8;
  max-width: 750px;
  margin-left: auto;
  margin-right: 40px;
  color: rgba(5, 4, 78, 0.60);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
}

.linne--block {
  width: 1293.019px;
  height: 0;
  transform: rotate(179.69deg);
  stroke-width: 2px;
  stroke: #DAE0F7;
  margin: 0px auto;

}

.sectors {
  padding: 40px 20px;
}

.sectors__container {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */

.sectors__header {
  text-align: center;
  margin-bottom: 60px;
}

.sectors__badge {
  display: inline-block;
  padding: 14px 21px;
  border-radius: 1000px;
  background: #DAE0F7;
  color: #040CAD;
  text-align: center;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-bottom: 16px;
}

.sectors__title {
  color: #05044E;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: var(--Static-Display-Medium-Line-Height, 52px);
  /* 108.333% */
  max-width: 1150px;
  margin: 0 auto;
}

.sectors__title strong {
  font-weight: 700;
}

/* FLEX GRID */

.sectors__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}

/* CARD */

.sectors__card {
  background: #fff;
  border-radius: 20px;
  padding: 28px;

  flex: 0 0 calc(33.333% - 16px);
}

.sectors__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #EEF1FF;
  margin-bottom: 16px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.sectors__card-title {
  color: #060738;
  font-family: Onest;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.32px;
  margin-bottom: 12px;
  text-align: start;
  padding-top: 28px;
  /* padding-block-start: 30px; */
  padding-bottom: 30px;
}

.sectors__text strong {
  color: #060738;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sectors__text {
  color: #060738;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: start;
}

/* NOTE */

.sectors__note {
  text-align: center;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
  /* 171.429% */
}

@media (max-width:1024px) {

  .sectors__card {
    flex: 0 0 calc(50% - 12px);
  }

}

@media (max-width:640px) {

  .sectors__card {
    flex: 0 0 100%;
  }

  .sectors__title {
    font-size: 26px;
  }

}

.bottom--t {
  padding-bottom: 15px;
}


.fr--tst {
  position: relative;
  z-index: 8;
  display: flex;
  width: 252px;
  height: 19px;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 85px;
  margin: 0px auto;
  /* padding-bottom: 50px; */
  padding-top: 45px;
}

.fr--tst p {
  border-radius: 1000px;
  background: #DAE0F7;
  color: #040CAD;
  text-align: center;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  text-align: center;
  padding: 14px 26px;
}

.wrapp--lm {
  position: relative;
}

.start--btn {
  position: absolute;
  left: calc(50% + 60px);
  top: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.start--btn p {
  color: #FFF;
  text-align: right;
  font-feature-settings: 'case' on, 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 129.157%;
  /* 25.831px */
}

.start--btn p strong {
  color: #FFF;
  font-feature-settings: 'case' on, 'liga' off, 'clig' off;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 129.157%;
}

.start---ntb {
  position: relative;
}

.start---ntb::before {
  content: "";
  position: absolute;
  inset: -10px;
  background: #566BFE;
  border-radius: 50%;
  filter: blur(20px);
  z-index: -1;
}

.start---ntb svg {
  position: relative;
  z-index: 2;
}

@media (max-width: 1040px) {

  .linne--block {
    max-width: 100%;
  }

  .apply__input--full,
  .apply__options,
  .apply__button {
    grid-column: span 1;
    width: fit-content;
  }

  .footer--wrap {
    padding-bottom: 25px;
  }

  .footer,
  .apply,
  .pricing-section__cards {
    margin: 10px !important;
  }

  .audience__grid {
    display: flex;
    flex-direction: column;
  }

  .experts__container {
    display: flex;
    flex-direction: column;
  }

  .experts__img--1 {
    left: 0;
    z-index: 2;
    width: 200px;
    top: 7px;
    left: 0px;
  }

  .experts__img--2 {
    left: 0;
    z-index: 2;
    width: 200px;
    top: 0px;
    left: 150px;
  }

  .experts__center {
    position: relative;
    width: 100%;
    height: 250px;
  }

  h2 {
    font-size: 30px !important;
  }

  .experts__item p {
    font-size: 14px;
  }

  .experts__item p span {
    font-size: 15px;
  }

  .experts__col {
    width: 100%;
  }

  .wrapp--lm {
    background-image: url('/src/Group 41721.png'), linear-gradient(90deg, #101A7D 0%, #060738 100%);
    background-size: contain;
    background-repeat: no-repeat, no-repeat;
    background-position: top;
    height: 180px;
  }

  .investment__card-title {
    color: #0B1059;
    font-family: Onest;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1.794px;
  }

  .line--one {
    width: 35px;
    height: 1px;
    background: #FFF;
  }

  .line--two {
    width: 100%;
    height: 1px;
    background: #FFF;
  }

  .market__title strong {
    font-size: 20px;
  }

  .i--content {
    display: flex;
    justify-content: space-between;
    gap: 55px;
    width: 100%;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .audience {
    padding: 0px;
  }

  .audience__grid {
    padding: 20px;
  }

  .audience__title {
    color: #05044E;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: var(--Static-Display-Medium-Line-Height, 32px);
    text-align: start;
  }

  .audience__item {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    color: #060738;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.2px;
    text-align: start;
  }

  .sectors {
    padding: 0px;
  }

  .program__cell {
    font-size: 15px;
    line-height: 20px;
  }

  .sectors__title {
    font-size: 19px;
    line-height: 25px;
  }

  .market__title {
    font-size: 20px !important;
    line-height: 4px !important;
    width: 100%;
  }
}

/* * {
  outline: 1px solid rgba(255,0,0,.2);
} */

@media (max-width: 1040px) {

  .start--btn,
  .investment__content,
  .in--loop {
    display: none;
  }

  .in--mobile {
    display: flex;
  }

  .in--mobile span:nth-child(1) {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    /* 62.5% */
  }

  .in--mobile span:nth-child(2) {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    /* 62.5% */
  }

  .ii-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .ii-content p {
    font-size: 16px;
  }

  .ii-content p strong {
    font-size: 16px;
  }

  .loq {
    padding-bottom: 15px;
    font-size: 13px;
    text-align: center;
  }

  .ii-content svg {
    width: 150px
  }

  .start--btnmm {
    position: absolute;
    top: 70px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .audience__left {
    border-right: 1px solid rgb(255 255 255 / 0%);
    padding-right: 40px;
  }

  .sectors__badge {
    margin-top: 15px;
  }

  .sectors__icon {
    margin-bottom: 0px;
  }

  .results__title {
    padding-bottom: 10px !important;
    line-height: 40px !important;
  }

  .results__text {
    font-size: 19px !important;
    font-weight: 500;
    text-align: start;
  }

  .sub--txt {
    padding-top: 18px;
  }

  .pricing-card__image,
  .pricing-card__images {
    display: none;
  }

  .experts__badge {
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .faq__question {
    font-size: 16px;
  }

  .faq__answer {
    font-size: 14px;
  }

  .apply__title {
    line-height: 30px;
  }

  .apply__subtitle {
    font-size: 16px;
  }

  .apply__input--full,
  .apply__options,
  .apply__button {
    grid-column: span 1;
    width: 100%;
  }

  .apply__input::placeholder {
    color: #080551;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: var(--Static-Title-Medium-Line-Height, 24px);
    /* 120% */
  }

  .apply__input,
  .apply__select select {
    width: 100%;
    height: 46px;
    border-radius: 40px;
    border: 1px solid #e3e6ff;
    padding: 0 20px;
    color: #080551;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: var(--Static-Title-Medium-Line-Height, 24px);
    background: #f5f6ff;
  }

  .apply__checkbox span {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: var(--Static-Title-Medium-Line-Height, 24px);
  }

  .apply__options {
    flex-direction: column;
    gap: 10px;
  }

  .apply__button {
    width: fit-content;
    height: 45px;
  }
  .apply__button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
}
.program__inner{
  grid-gap: 20px;
}
.pricing-card__description, .pricing-card__description__uif{
  font-size: 16px !important;
}
.market {
    padding: 15px !important;
}
}




@media (min-width: 1040px) {
  .mobile--redy {
    display: none;
  }
}