.contentflex__center__center {
  max-width: 100% !important;
  margin: 0;
  width: 100% !important;
}

.contentflex__center__left,
.contentflex__center__right {
  display: none;
}

.contentflex__noposition__3 {
  margin: 0;
}

.stock-targets-page {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  .content.text {
    min-height: auto;
    text-align: left;
  }

  .content p {
    margin: 0 !important;
    text-align: left;
  }

  .block.sections {
    text-align: left;
  }
}

.st-hero {
  width: 100%;
  max-width: calc(100vw - 40px);
  margin: 0 auto;

  @media (min-width: 1200px) {
    max-width: 1200px;
  }

  .st-hero__breadcrumbs {
    padding-bottom: 20px;

    .header-breadcrumbs {
      margin-bottom: 0;
    }
  }

  .st-hero__main {
    display: flex;
    flex-direction: column;
  }

  .st-hero__banner {
    position: relative;
    display: flex;
    height: 340px;
    min-height: 340px;
    background: linear-gradient(180deg, #2f3a5b 0%, #697ec3 100%);
    border-radius: 10px 10px 0 0;
    overflow: hidden;

    @media (min-width: 768px) {
      height: 260px;
      min-height: 260px;
    }
  }

  .st-hero__text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    max-width: 434px;
    padding: 0 20px;

    @media (min-width: 1024px) {
      max-width: 580px;
      padding: 0 20px;
    }

    @media (min-width: 1200px) {
      padding: 46px 40px;
    }

    .st-hero__title {
      margin: 0;
      padding: 0;
      font-weight: 400;
      font-size: 26px;
      line-height: 36px;
      color: #ffffff;
      text-align: left;
      text-transform: none;
      text-align: center;

      @media (min-width: 768px) {
        font-size: 28px;
        text-align: left;
      }

      @media (min-width: 1024px) {
        font-size: 30px;
      }
    }

    .st-hero__desc {
      margin: 0;
      padding: 0;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #ffffff;
      text-align: center;

      @media (min-width: 768px) {
        text-align: left;
        line-height: 28px;
      }

      @media (min-width: 1024px) {
        font-size: 18px;
      }
    }
  }

  .st-hero__image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    max-width: 756px;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    pointer-events: none;

    @media (min-width: 768px) {
      right: -240px;
    }

    @media (min-width: 1024px) {
      right: -200px;
    }

    @media (min-width: 1200px) {
      right: 0;
    }
  }

  .st-hero__banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
      180deg,
      rgba(47, 58, 91, 0.7) 0%,
      rgba(105, 126, 195, 0.7) 100%
    );
    pointer-events: none;

    @media (min-width: 768px) {
      display: none;
    }
  }

  .st-hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 18px 24px;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(196, 196, 196, 0.6);
    border-radius: 0 0 10px 10px;
  }

  .st-hero__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 430px;
    max-width: 100%;

    @media (min-width: 768px) {
      flex-direction: row;
    }
  }

  .st-hero__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    max-width: 100%;
    min-height: 40px;
    padding: 0;
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;

    &.st-hero__btn--primary {
      background: #1f9034;

      &:hover {
        background: #1a7a2c;
        color: #ffffff !important;
      }
    }

    &.st-hero__btn--secondary {
      background: #8b8c8e;

      &:hover {
        background: #76777a;
        color: #ffffff !important;
      }
    }
  }

  .st-hero__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    flex: none;

    &:disabled {
      opacity: 1;
      cursor: default;
    }
  }

  .st-hero__nav-icon {
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #8b8c8e;
    border-bottom: 2px solid #8b8c8e;
    transform: rotate(-45deg);

    &.st-hero__nav-icon--prev {
      transform: rotate(135deg);
    }
  }
}

.st-forecast {
  width: 100%;
  max-width: calc(100vw - 40px);
  margin: 40px auto;

  @media (min-width: 768px) {
    margin: 60px auto;
  }

  @media (min-width: 1200px) {
    max-width: 1200px;
  }

  .st-forecast__logo {
    width: 40px;
    height: 40px;
    object-fit: cover;
    padding-top: 4px;
  }

  .st-forecast__heading {
    display: flex;
    gap: 20px;
    align-items: start;

    .st-forecast__title {
      display: flex;
      align-items: center;
      width: 100%;
      margin: 0;
      padding: 0;
      font-weight: 500;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: -1px;
      color: #171717;
      text-align: left;
      text-transform: none;

      @media (min-width: 768px) {
        font-size: 32px;
        line-height: 48px;
      }

      @media (min-width: 1024px) {
        font-size: 40px;
      }
    }

    .st-forecast__subtitle {
      display: flex;
      align-items: center;
      width: 100%;
      margin-top: 8px !important;
      padding: 0;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #34a853;
      text-align: left;
      text-transform: none;

      @media (min-width: 768px) {
        font-size: 24px;
        line-height: 32px;
      }
    }
  }

  .st-forecast__stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    height: auto;
    margin-top: 16px;

    @media (min-width: 768px) {
      gap: 20px;
      margin-top: 40px;
    }

    @media (min-width: 1024px) {
      margin-top: 60px;
      height: 168px;
      flex-wrap: nowrap;
    }
  }

  .st-forecast__overview-card {
    display: grid;
    place-content: start center;
    overflow: hidden;
    width: 100%;
    height: 140px;
    padding-top: 28px;
    border-radius: 20px;
    background-color: #1e2329;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: none;

    @media (min-width: 768px) {
      height: 168px;
      padding-top: 32px;
    }

    @media (min-width: 1024px) {
      width: 310px;
    }

    @media (min-width: 1200px) {
      width: 324px;
    }
  }

  .st-forecast__overview-title {
    margin: 0;
    max-width: 254px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-align: center !important;
    color: #ffffff;
  }

  .st-forecast__stat-card {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    height: auto;
    padding: 16px;
    background: #f6f8fa;
    border-radius: 20px;

    @media (min-width: 768px) {
      height: 168px;
      padding: 0;
      padding-left: 16px;
    }

    @media (min-width: 1200px) {
      flex: 1 1 272px;
    }
  }

  .st-forecast__stat-text {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    height: 32px;

    @media (min-width: 768px) {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
    }
  }

  .st-forecast__stat-label {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #1e2329;
  }

  .st-forecast__stat-value {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #171717;
    flex: 1;
    text-align: right;

    @media (min-width: 768px) {
      font-size: 40px;
      line-height: 48px;
      text-align: left;
    }

    &.st-forecast__stat-value--green {
      color: #34a853;
    }

    &.st-forecast__stat-value--compound {
      display: flex;
      flex: inherit;
      align-items: baseline;
      gap: 4px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1;

      @media (min-width: 768px) {
        gap: 8px;
      }
    }
  }

  .st-forecast__stat-number {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #171717;

    @media (min-width: 768px) {
      font-size: 40px;
      line-height: 48px;
    }
  }

  .st-forecast__stat-unit {
    display: block;
    font-size: 16px;
    line-height: 48px;
    font-weight: 500;
    color: #171717;
    letter-spacing: -1px;

    @media (min-width: 768px) {
      display: none;
    }

    @media (min-width: 1024px) {
      display: block;
      font-size: 18px;
    }
  }

  .st-forecast__insights-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: auto;
    margin-top: 16px;
    font-family: Inter, Helvetica, Arial, sans-serif;

    @media (min-width: 768px) {
      gap: 20px;
      height: 200px;
      margin-top: 40px;
      flex-direction: row;
    }
  }

  .st-forecast__insight-card {
    background: #f6f8fa;
    border-radius: 20px;

    &.st-forecast__insight-card--growth {
      display: flex;
      width: 286px;
      height: auto;
      padding: 10px 16px;
      flex: none;

      @media (min-width: 768px) {
        width: 260px;
        padding: 24px 13px;
      }

      @media (min-width: 1024px) {
        width: 284px;
      }

      @media (min-width: 1200px) {
        width: 324px;
        padding: 24px 20px;
      }

      .st-forecast__insight-text {
        width: 284px;
        max-width: 100%;
      }
    }

    &.st-forecast__insight-card--wallstreet {
      position: relative;
      display: flex;
      flex: 1 1 auto;
      min-width: 0;
      height: auto;
      padding: 24px 13px;
      overflow: none;

      @media (min-width: 768px) {
        flex: 1 1 856px;
        overflow: hidden;
      }

      @media (min-width: 1200px) {
        padding: 24px 20px;
      }
    }
  }

  .st-forecast__insight-text {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    min-width: 0;
  }

  .st-forecast__insight-head {
    display: flex;
    align-items: start;
    height: auto;

    @media (min-width: 768px) {
      height: 32px;
    }
  }

  .st-forecast__insight-icon {
    display: inline-flex;
    align-items: start;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: none;
  }

  .st-forecast__insight-title {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #34a853;
    text-align: left;

    @media (min-width: 768px) {
      font-size: 17px;
    }

    @media (min-width: 1024px) {
      font-size: 18px;
    }

    @media (min-width: 1200px) {
      font-size: 20px;
    }
  }

  .st-forecast__insight-body {
    display: flex;
    flex-direction: row;
    gap: 18px;
    padding-left: 0;
    justify-content: space-between;

    @media (min-width: 768px) {
      flex-direction: column;
      padding-left: 32px;
      justify-content: flex-start;
    }
  }

  .st-forecast__insight-label {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #171717;
  }

  .st-forecast__insight-value {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #171717;

    @media (min-width: 768px) {
      font-size: 40px;
      line-height: 48px;
    }
  }

  .st-forecast__target-rows {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 0;
    max-width: 100%;

    @media (min-width: 768px) {
      padding-left: 32px;
      max-width: calc(100% - 32px);
    }

    @media (min-width: 1024px) {
      max-width: calc(100% - 272px);
    }

    @media (min-width: 1200px) {
      max-width: calc(100% - 432px);
    }
  }

  .st-forecast__target-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 18px;
  }

  .st-forecast__target-label {
    font-size: 18px;
    line-height: 22px;
    color: #171717;
  }

  .st-forecast__target-value {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #171717;
    white-space: nowrap;
  }

  .st-forecast__insight-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    z-index: 1;
    pointer-events: none;
    display: none;

    @media (min-width: 1024px) {
      display: block;
    }

    @media (min-width: 1200px) {
      width: 340px;
    }
  }

  .st-forecast__insight-image--mobile {
    width: 100%;
    height: 166px;
    display: block;

    @media (min-width: 768px) {
      display: none;
    }
  }
}

.st-thesis {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 60px;

  .st-thesis__row {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 100%;

    @media (min-width: 768px) {
      flex-direction: row;
      align-items: stretch;
    }

    &.st-thesis__row--solo {
      flex-direction: column-reverse;
      align-items: start;

      @media (min-width: 768px) {
        flex-direction: row;
        align-items: stretch;
      }
    }
  }

  .st-thesis__text-card {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    padding: 16px;
    background: #f6f8fa;
    border-radius: 20px;

    @media (min-width: 768px) {
      flex: 1 1 730px;
    }

    @media (min-width: 1024px) {
      padding: 40px;
    }

    &.st-thesis__text-card--solo {
      align-items: flex-start;
    }
  }

  .st-thesis__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;

    @media (min-width: 768px) {
      gap: 20px;
    }
  }

  .st-thesis__title {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #171717;
    text-align: left;
    text-transform: none;

    @media (min-width: 768px) {
      font-size: 32px;
      line-height: 48px;
    }

    @media (min-width: 1024px) {
      font-size: 40px;
    }
  }

  .st-thesis__body {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1e2329;
    text-align: left;
  }

  .st-thesis__image {
    width: 100%;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;

    @media (min-width: 768px) {
      width: 234px;
      height: auto;
    }

    @media (min-width: 1200px) {
      width: 450px;
    }
  }

  .st-thesis__image--shield {
    aspect-ratio: 450 / 388;
  }
}

.st-pick {
  width: 100%;
  max-width: calc(100vw - 40px);
  margin: 40px auto 0;

  @media (min-width: 768px) {
    margin: 60px auto 0;
  }

  @media (min-width: 1200px) {
    max-width: 1200px;
  }

  .st-pick__card {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    min-height: 466px;
    padding: 10px;
    background: #f6f8fa;
    border-radius: 20px;
    overflow: hidden;

    @media (min-width: 768px) {
      padding: 32px 32px 0 0;
    }

    @media (min-width: 1024px) {
      flex-direction: row;
    }

    @media (min-width: 1200px) {
      gap: 58px;
    }
  }

  .st-pick__analyst {
    display: flex;
    min-width: 0;
    align-items: center;

    @media (min-width: 1024px) {
      align-items: flex-start;
    }
  }

  .st-pick__portrait {
    width: 103px;
    max-width: 52%;
    height: auto;
    object-fit: cover;
    object-position: bottom center;

    @media (min-width: 768px) {
      width: 264px;
      object-fit: contain;
    }

    @media (min-width: 1200px) {
      max-width: 45%;
    }
  }

  .st-pick__recommendation {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 200px;
    padding-bottom: 0;

    @media (min-width: 768px) {
      width: 400px;
      padding-bottom: 32px;
    }

    @media (min-width: 1200px) {
      width: 100%;
    }
  }

  .st-pick__stock-head {
    position: relative;
    display: none;
    align-items: center;
    min-height: 48px;
    padding-left: 60px;

    @media (min-width: 768px) {
      display: flex;
    }

    .st-pick__logo {
      position: absolute;
      left: 0;
      top: 50%;
      width: 40px;
      height: 40px;
      transform: translateY(-50%);
      object-fit: cover;
    }
  }

  .st-pick__stock-head--mobile {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: 16px;

    @media (min-width: 768px) {
      display: none;
    }

    .st-pick__stock-title {
      font-size: 24px;
      line-height: 32px;
    }
  }

  .st-pick__stock-title {
    margin: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #171717;
    text-align: left;
    text-transform: none;

    @media (min-width: 1200px) {
      font-size: 40px;
    }
  }

  .st-pick__dean-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: Inter, Helvetica, Arial, sans-serif;
  }

  .st-pick__label-row {
    display: flex;
    align-items: start;
    gap: 0;
    min-height: 32px;
  }

  .st-pick__label-icon {
    display: inline-flex;
    flex: none;
    width: 32px;
    height: 32px;

    img {
      display: block;
      width: 32px;
      height: 32px;
    }
  }

  .st-pick__label {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: left;

    &.st-pick__label--dean {
      color: #33b065;
    }

    &.st-pick__label--consensus {
      color: #34a853;
    }
  }

  .st-pick__values {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 22px;

    @media (min-width: 768px) {
      gap: 25px;
      padding-left: 32px;
    }
  }

  .st-pick__target {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #171717;

    @media (min-width: 768px) {
      font-size: 40px;
      line-height: 48px;
    }
  }

  .st-pick__growth {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 4px;

    @media (min-width: 768px) {
      flex-direction: row;
      gap: 18px;
    }
  }

  .st-pick__growth-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #171717;
  }

  .st-pick__growth-value {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #171717;
  }

  .st-pick__consensus {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 0 1 424px;
    align-self: center;
    margin-top: 18px;
    margin-bottom: 16px;
    font-family: Inter, Helvetica, Arial, sans-serif;

    @media (min-width: 768px) {
      margin-top: 28px;
      margin-bottom: 32px;
    }

    @media (min-width: 1024px) {
      margin-top: 0;
      align-self: flex-start;
    }

    @media (min-width: 1200px) {
      flex: 0 1 532px;
    }
  }

  .st-pick__panel {
    padding: 16px;
    background: #ffffff;
    border-radius: 20px;

    @media (min-width: 768px) {
      padding: 24px;
    }
  }

  .st-pick__panel-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .st-pick__data-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 18px;
  }

  .st-pick__data-label {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #171717;
  }

  .st-pick__data-value {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #171717;
    white-space: nowrap;
  }

  .st-pick__divider {
    width: 100%;
    height: 0;
    margin: 0;
    border: none;
    border-top: 1px solid #e4e7eb;
  }

  .st-pick__range-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .st-pick__range-title {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #171717;
  }

  .st-pick__range-rows {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 14px;
  }

  .st-pick__range-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }

  .st-pick__range-label {
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
  }

  .st-pick__range-value {
    flex: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #171717;
    white-space: nowrap;
  }

  .st-pick__verdict {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 68px;
    padding: 4px;
    border: 1px solid #34a853;
    border-radius: 20px;

    @media (min-width: 768px) {
      padding: 10px;
    }
  }

  .st-pick__verdict-icon {
    flex: none;
    width: 48px;
    height: 48px;
  }

  .st-pick__verdict-text {
    margin: 0;
    flex: 1 1 auto;
    font-size: 18px;
    line-height: 160%;
    color: #171717;
  }
}
