.fi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.header-cta .fi,
.btn .fi,
.text-link .fi,
.service-feature .fi,
.article a .fi {
  margin-left: 8px;
  font-size: .82em;
}

.menu-toggle .fi {
  color: var(--navy);
  font-size: 1.55rem;
}

.stats div::before {
  content: none;
}

.stat-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  color: var(--gold);
  font-size: 1rem;
}

.values .value-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
}

.values .value-item .value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  width: auto;
  min-width: 0;
  height: 28px;
  flex: 0 0 28px;
  color: var(--gold);
  font-size: 1.35rem;
  line-height: 1;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.values .value-item .value-icon::before {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.values .value-item strong {
  display: block;
  line-height: 1.32;
  margin: 0;
}

.approach-link {
  display: inline-flex;
  margin-top: 28px;
}

.service-card .arrow {
  line-height: 1;
  font-size: .82rem;
}

.slider-buttons .fi {
  font-size: .9rem;
}

.stars {
  display: flex;
  gap: 4px;
  letter-spacing: 0;
}

.stars .fi {
  font-size: .7rem;
}

.whatsapp-icon {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #24d366;
  display: grid;
  place-items: center;
}

.whatsapp-icon .fi,
.floating-whatsapp .fi {
  color: #fff;
  font-size: 1.25rem;
}

.social .fi {
  font-size: .9rem;
}

@media(max-width:680px) {
  .stat-icon {
    width: 32px;
    height: 32px;
    font-size: .85rem;
  }
}
