.invest-hero {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url("https://cdn.propelholdings.com/web/v3/why-invest-hero.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: var(--hero-text);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-arrow-link{
    display: inline-flex;
    align-items: center;
    text-decoration:none;
    gap: 5px;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    color: var(--color-primary);
}
.section-one{
    position: relative;
    display:flex;
    align-items:center;
    width:100%;
    min-height: 50vh;
    padding-top: 70px;
    background:var(--color-bg-light);
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .section-one {
        height: auto;
        padding: 7rem 0px;
    }
}
.section-two {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 60vh;
    overflow: hidden;
}

.section-two-right{
    background: #001731;
    color:var(--color-surface);
    min-height:100vh;
    display:flex;
}

.stat-col-left {
  background: #121245;
  color: white;
  min-height: 100vh;
  display: flex;
  padding-top: 30px;
}

@media (max-width: 900px) {
  .stat-col-left {
    min-height: 80vh;
  }
}

.section-two-left{
    background: #ffffff;
    color: var(--color-title);
    min-height:100vh;
    display: flex;
}
@media (max-width: 767.98px) {
    .section-two {
        height: auto;
    }

    .section-two-right {
        min-height: 50vh;
    }

    .section-two-left {
        min-height: 30vh !important;
    }
}
.section-full{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background: var(--color-bg-light);
    overflow-y:auto;
}

.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  padding: 10px 10px 30px;
}

#shareholderStats .stat-card {
  justify-content: flex-start;
}

#shareholderStats .stat-eyebrow {
  min-height: 1.5rem;
}

#shareholderStats .stat-number {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#platformStats .stat-card {
  justify-content: flex-start;
}

#platformStats .stat-number {
  min-height: 4rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

#platformStats .stat-label {
  min-height: 3rem;
}


.why-invest-performance{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: rgba(250, 250, 250, 0.5);
}
.performance-image-card {
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 28px;
    box-shadow: 0 12px 30px rgba(29, 49, 84, 0.06);
    overflow: hidden;
    height: 100%;
}

.performance-chart-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 28px;
}

.platform-bg{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url("https://cdn.propelholdings.com/web/v3/why-invest-sectbg.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.sub-container-bg {
    position: relative;
    width: 100%;
    height:auto;
    overflow:visible;
    background-image: url("https://cdn.propelholdings.com/web/v3/why-invest-sub-bg.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;   
    padding-top:7rem; 
    padding-bottom: 7rem;
}
.fin-container{
    border-right:1px solid var(--color-borders-light);
}
@media (max-width: 767.98px) {
    .fin-container {
        border-right: none;
    }
}

#fin-links{
    padding-left:0px;
}

#fin-links li, #fin-links p {
    display: block;
    width: 100%;
    margin-bottom: .5rem;
}

#fin-links li a:link,
#fin-links li a:visited,
#fin-links a:link,
#fin-links a:visited {
    display: block;
    background-color: var(--color-surface);
    border: 1px solid var(--color-borders-light);
    color: var(--color-text);
    text-decoration: none;
    padding: .4rem .5rem;
    border-radius: var(--border-radius-lg);
    width: 100%;
}

#fin-links li a:hover,
#fin-links a:hover {
    background-color: var(--color-primary-hover);
    border: 1px solid var(--color-primary-hover);
    color: var(--color-surface);
}
.svc-pr-link {
    margin-top: auto;
    align-items: start;
    gap: 0.75rem;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    color: inherit;
    text-decoration: none;
}

.svc-pr-link:hover {
    color: inherit;
    text-decoration: none;
}
.svc-pr-link-icon {
    font-size: var(--font-size-base);
    line-height: 1;
}
.h-divider{
    border-top:1px solid var(--color-borders-light);
    width:100%;
}
.sub-award-img{
    max-height:50px;
    margin:2rem;
}

.section-two .stats-inner {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}