:root {
  --ff-brand: var(--bs-primary, #4b8554);
  --ff-brand-soft: var(--bs-primary-lt, #eaf4ec);
  --ff-blue: #3f7fb7;
  --ff-ink: #07101f;
  --ff-muted: #667085;
  --ff-line: #dce4ea;
  --ff-soft: #f6faf7;
}

body.ff-final {
  color: var(--ff-ink);
  background: #fff;
}

.ff-frame {
  max-width: 1480px;
  margin: 0 auto;
  padding: 1.25rem clamp(1rem, 3vw, 2.75rem) 1.5rem;
}

.ff-logo {
  height: 2.3rem;
}

.ff-opportunity-img {
    height: 11.25rem; 
    object-fit: cover;
}

.button-radius {
  border-radius: 0.62rem;
}

.ff-soft-radius {
    border-radius: .5rem !important;
}

.nav-title-spacing {
    margin-right: 8rem !important;
}

.ff-nav-link {
  color: var(--ff-ink);
  font-weight: 500;
  text-decoration: none;
}

.ff-nav-link:hover,
.ff-nav-link:focus,
.ff-nav-link:active,
.ff-nav-link.active {
  color: var(--ff-brand);
  text-decoration: none;
}

.ff-nav-link.active {
  border-bottom: 2px solid var(--ff-brand);
}

.ff-hero {
  position: relative;
  min-height: 205px;
  overflow: hidden;
}

.ff-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: min(62vw, 860px);
  height: 230px;
  background: url('../uploads/cms/0c7d23b75_Complete.png') center right / contain no-repeat;
  opacity: .36;
  pointer-events: none;
}

.ff-hero > * {
  position: relative;
  z-index: 1;
}

.ff-hero-gallery {
  min-height: 190px;
}

.ff-hero-image {
  width: min(100%, 860px);
  height: auto;
  display: block;
  object-fit: contain;
}

.ff-asset-chip {
  width: 118px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff, #eef4f0);
  border: 1px solid var(--ff-line);
  border-radius: 1rem;
  box-shadow: 0 1rem 2.25rem rgba(15, 23, 42, .08);
}

.ff-asset-chip-lg {
  width: 165px;
  height: 118px;
}

.ff-asset-chip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.ff-card {
  border: 1px solid var(--ff-line);
  border-radius: 1rem;
  box-shadow: 0 .75rem 2rem rgba(15, 23, 42, .04);
}

.ff-card-soft {
  background: linear-gradient(135deg, #fff, var(--ff-soft));
}

.ff-card-blue {
  background: linear-gradient(135deg, #fff, #f2f7fc);
}

.ff-path-card {
  position: relative;
  overflow: hidden;
}

.ff-path-card .card-body {
  position: relative;
  z-index: 1;
  min-height: 210px;
}

.ff-path-card-content {
  max-width: 72%;
}

.ff-path-card-art {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.ff-path-card-art-tree {
  position: absolute;
  right: -3.75rem;
  bottom: 2.5rem;
  width: 16rem;
}

.ff-path-card-art-mountains {
  position: absolute;
  right: -12rem;
  bottom: -7rem;
  width: 31rem;
}

.ff-icon-badge,
.ff-icon-badge-small,
.ff-icon-badge-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ff-brand-soft);
  color: var(--ff-brand);
  flex: 0 0 auto;
}

.ff-icon-badge {
  width: 3.75rem;
  height: 3.75rem;
}

.ff-icon-badge-small {
  width: 2.75rem;
  height: 2.75rem;
}

.ff-icon-badge-large {
  width: 4.75rem;
  height: 4.75rem;
}

.ff-icon-badge-no-bg {
    background: transparent !important;
}

.ff-icon-badge-blue {
  background: #eaf3fb;
  color: var(--ff-blue);
}

/* To be discussed, the next 5 classes */
.ff-bg-primary-opacity-7 {
    background-color: rgba(var(--bs-primary-rgb), .07) !important;
}
.ff-bg-warning-opacity-7 {
    background-color: rgba(var(--bs-warning-rgb), .07) !important;
}
.ff-bg-blue-opacity-7 {
    background-color: color-mix(in srgb, var(--ff-blue) 7%, transparent) !important;
}

.bg-blue-subtle {
    background-color: color-mix(in srgb, var(--ff-blue) 15%, transparent) !important;
}
.badge-fw {
    font-weight: 700 !important;
}

.bg-opacity-5 {
    --bs-bg-opacity: .05;
}

.ff-asset-thumb {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: .75rem;
}

.ff-asset-thumb-sm {
  width: 46px;
  height: 40px;
  object-fit: cover;
  border-radius: .35rem;
}

.ff-upload {
  border: 1px dashed #9fc5a5;
  border-radius: .9rem;
  background: #fbfdfb;
}

.ff-progress-card {
  border: 0.0625rem solid var(--ff-line);
  border-radius: 1.125rem;
  box-shadow: 0 0.125rem 0.625rem rgba(15, 23, 42, .04);
}

.ff-border-dashed {
    border: 1px dashed rgba(var(--bs-secondary-rgb), .35);
}

.ff-stepbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.125rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ff-stepbar .step-item {
  flex: 1;
  position: relative;
  text-align: center;
  color: var(--bs-secondary-color) !important;
  font-weight: 600;
  font-size: 0.875rem;
  padding-top: 3rem;
}

.ff-stepbar .step-item::before {
  content: attr(data-step);
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.125rem;
  height: 2.125rem;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 0.0625rem solid var(--ff-line);
  color: var(--bs-body-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  z-index: 3;
  font-size: 1.25rem;
}

.ff-stepbar .step-item::after {
  content: "";
  position: absolute;
  top: 1.0625rem;
  left: calc(50% + 2.5rem);
  width: calc(100% - 3.75rem);
  height: 0;
  border-top: 0.1875rem dotted var(--ff-line);
  background: transparent !important;
  z-index: 1;
}

.ff-stepbar .step-item:last-child::after {
  display: none;
}

.ff-stepbar .step-item.active::before {
  background: var(--ff-brand-soft);
  border: 0.125rem solid var(--ff-brand);
  color: var(--ff-brand) !important;
}

/* Vertical stepper */
.ff-vsteps {
  padding: 0;
  margin: 0;
}

.ff-vstep {
  display: flex;
  gap: 1rem;
  padding-bottom: 3rem;
  position: relative;
}

.ff-vstep:last-child {
  padding-bottom: 0;
}

.ff-vstep-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  position: relative;       
}

.ff-vstep-circle {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  border: 0.0625rem solid var(--ff-line);
  color: var(--bs-body-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  position: relative;       
  z-index: 1;
}

.ff-vstep.active .ff-vstep-circle {
  background: var(--bs-body-bg);    
  border: 0.125rem solid var(--ff-brand);
  color: var(--ff-brand);
}

.ff-vstep-line {
  position: absolute;               
  top: 2.6rem;                   
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border-left: 0.1875rem dotted var(--ff-line);
  bottom: -2.5rem;               
  min-height: unset;              
}

.ff-vstep:last-child .ff-vstep-line {
  display: none;
}

/* Timeline */

.ff-timeline {
    position: relative;
}

.ff-timeline::before {
    content: "";
    position: absolute;
    top: 3.8rem;
    bottom: 2.5rem;
    left: 1.2rem;
    width: 2px;
    background: rgba(var(--bs-secondary-rgb), .15);
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .ff-timeline::before {
        top: 3.2rem;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .ff-timeline::before {
        top: 5rem;
    }
}

@media (max-width: 575.98px) {
    .ff-timeline-icon {
        display: none;
    }
}

.ff-timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
    min-height: 5.5rem;
    padding: 1rem 0 1rem 4.5rem;
}

.ff-timeline-dot {
    position: absolute;
    left: .45rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: var(--ff-brand);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    z-index: 2;
}

.ff-timeline-dot-active {
    background: #fff;
    border: .15rem solid var(--ff-brand);
}

.ff-timeline-icon {
    width: 3.5rem;
    text-align: center;
    flex-shrink: 0;
}

.ff-timeline-active {
    background: #f3faf5;
    border: 1px solid #dfece3;
    border-radius: 1rem;
    padding-right: 1.5rem;
    margin-top: .5rem;
}

.ff-timeline-date {
    white-space: nowrap;
    min-width: 8rem;
    text-align: right;
    margin-left: auto;
    flex-shrink: 0;
}

.ff-divider {
  height: 1px;
  background: var(--ff-line);
}

.ff-list-clean {
  list-style: none;
  padding-left: 0;
}

.ff-list-clean li + li {
  margin-top: .75rem;
}

.ff-table-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 1rem;
}

.ff-price {
  color: var(--ff-brand);
  font-weight: 700;
  letter-spacing: -.04em;
}

.ff-step-circle {
  width: 2.3rem;
  height: 2.3rem;
  font-weight: 700 !important;
  font-size: 1.25rem;
  }

.ff-subtitle {
  font-size: 1.25rem;
  color: var(--bs-secondary-color) !important;
}

@media (max-width: 991.98px) {
  .ff-hero::before {
    width: 100%;
    opacity: .14;
  }

  .ff-table-grid {
    grid-template-columns: 1fr;
  }

  .ff-path-card-content {
    max-width: 78%;
  }
}

@media (max-width: 575.98px) {
  .ff-frame {
    padding-inline: .9rem;
  }

  .ff-path-card-content {
    max-width: none;
  }

  .ff-path-card-art {
    opacity: .12;
  }


@media (max-width: 576px) {
    .ff-path-card-art-mountains {
      position: absolute;
      opacity: 100%;
    }

    .ff-path-card-art-tree {
      position: absolute;
      opacity: 100%;
    }
}

@media (max-width: 61.998rem) {
    .ff-progress-card {
        overflow-x: auto;
        padding: 1.25rem;
    }

    .ff-stepbar {
        min-width: 53.1rem;
    }
}

@media (max-width: 36rem) {
    .ff-progress-card {
        padding: 1rem;
    }

    .ff-stepbar {
        min-width: 48.75rem;
        gap: 0.75rem;
    }

    .ff-stepbar .step-item {
        font-size: 0.81rem;
    }

    .ff-stepbar .step-item::after {
        left: calc(50% + 2rem);
        width: calc(100% - 3.25rem);
    }
}
}
