.yibo_company_profile_overview {
  background: var(--bg-color);
  overflow: hidden;
  padding: var(--component-gap) 0 calc(var(--component-gap) * 6);
  position: relative;
}

.yibo_company_profile_overview-bg {
  inset: 0;
  position: absolute;
  pointer-events: none;
}

.yibo_company_profile_overview-bg img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}


.yibo_company_profile_overview .container {
  position: relative;
  z-index: 1;
}

.yibo_company_profile_overview-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--text-gap-md);
  text-align: center;
}

.yibo_company_profile_overview-title {
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  font-size: var(--title-size);
  font-weight: 500;
  line-height: 1.05;
  margin: 0;
}

.yibo_company_profile_overview-subtitle {
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  font-size: var(--text-size);
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

.yibo_company_profile_overview-note {
  color: #7a7474;
  font-family: var(--font-family);
  font-size: var(--text-size-md);
  font-weight: 400;
  line-height: 1.4118;
  margin: 0;
}

.yibo_company_profile_overview-line {
  background: var(--color-primary);
  display: block;
  height: 2px;
  margin: var(--text-gap-md) 0;
  width: 64px;
}

.yibo_company_profile_overview-brand {
  align-items: center;
  display: inline-flex;
  gap: var(--text-gap-md);
  justify-content: center;
}

.yibo_company_profile_overview-brand-logo {
  display: block;
  height: clamp(30px, 2.86vw, 55px);
  object-fit: contain;
  width: auto;
}

.yibo_company_profile_overview-brand-name {
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  font-size: clamp(22px, 1.67vw, 24px);
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

.yibo_company_profile_overview-ribbon {
  align-items: stretch;
  display: inline-flex;
  margin-top: var(--text-gap-xs);
}

.yibo_company_profile_overview-ribbon-left {
  align-items: center;
  background: var(--color-primary);
  clip-path: polygon(0 0, 82% 0, 100% 50%, 82% 100%, 0 100%, 14% 50%);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: var(--text-gap-md) var(--component-gap-sm);
  text-align: center;
}

.yibo_company_profile_overview-ribbon-left-content {
  color: #fffaf4;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.ribbon-figure {
  height: clamp(32px, 3.333vw, 64px);
  width: auto;
  transform: translateX(30%);
}

.ribbon-figure-right {
  transform: translateX(-30%);
}

.yibo_company_profile_overview-ribbon-value {
  font-family: var(--title-font-family);
  font-size: clamp(21px, 2.1875vw, 42px);
  font-weight: 500;
  line-height: 0.95;
}

.yibo_company_profile_overview-ribbon-label {
  font-family: var(--title-font-family);
  font-size: var(--text-size-md);
  font-weight: 500;
  line-height: 1;
  margin-top: 2px;
}

.yibo_company_profile_overview-ribbon-right {
  align-items: center;
  background: rgba(var(--color-primary-rgb), 0.12);
  border-radius: calc(var(--radius) * 2);
  color: var(--color-primary);
  display: flex;
  font-family: var(--title-font-family);
  font-size: var(--text-size);
  font-weight: 500;
  line-height: 1.25;
  padding: var(--text-gap-md) var(--component-gap-md) var(--text-gap-md) var(--component-gap);
  /* transform: translateX(calc(-1.5 * var(--component-gap-md))); */
  text-align: left;
  margin-left: calc(-1.5 * var(--component-gap-md));
}

.yibo_company_profile_overview-stats {
  border-radius: calc(var(--radius) * 2);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: var(--text-gap-xs);
  overflow: hidden;
  width: 100%;
  background: rgba(255, 250, 244, 0.40);
  box-shadow: 0 0 14px 0 rgba(181, 81, 0, 0.05);
}

.yibo_company_profile_overview-stat {
  align-items: center;
  display: flex;
  gap: var(--text-gap-md);
  min-width: 0;
  padding: var(--text-gap-md) 0 var(--text-gap-md) var(--component-gap-md);
  position: relative;
}

.yibo_company_profile_overview-stat:not(:last-child)::after {
  background: rgba(160, 157, 157, 0.55);
  content: "";
  height: 80%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.yibo_company_profile_overview-stat-icon {
  display: block;
  flex: 0 0 auto;
  height: clamp(30px, 3.125vw, 60px);
  object-fit: contain;
}

.yibo_company_profile_overview-stat-copy {
  min-width: 0;
  text-align: left;
}

.yibo_company_profile_overview-stat-value {
  color: var(--color-primary);
  font-family: var(--title-font-family);
  font-size: var(--text-size);
  font-weight: 700;
  line-height: 1;
}

.yibo_company_profile_overview-stat-label {
  color: var(--title-text-color);
  font-family: var(--font-family);
  font-size: var(--text-size-md);
  font-weight: 400;
  line-height: 1.3;
  margin-top: 4px;
}

.yibo_company_profile_overview-certs {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--text-gap-md) * 4);
  justify-content: center;
  margin-top: var(--text-gap-xs);
}

.yibo_company_profile_overview-cert {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--text-gap-xs);
  text-align: center;
}

.yibo_company_profile_overview-cert-icon {
  align-items: center;
  border: 1px solid rgba(160, 157, 157, 0.4);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  width: clamp(40px, 4.167vw, 80px);
  aspect-ratio: 1 / 1;
}

.yibo_company_profile_overview-cert-icon img {
  display: block;
  height: 70%;
  width: 70%;
}

.yibo_company_profile_overview-cert-label {
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  font-size: var(--text-size);
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .yibo_company_profile_overview {
    padding-bottom: 0;
  }

  .yibo_company_profile_overview-bg {
    position: static;
    aspect-ratio: 2.5 / 1;
    margin-top: var(--component-gap-xs);
  }

  .yibo_company_profile_overview-ribbon {
    max-width: 100%;
    width: 100%;
  }

  .yibo_company_profile_overview-ribbon-right {
    max-width: none;
  }

  .yibo_company_profile_overview-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yibo_company_profile_overview-stat:nth-child(2n)::after {
    display: none;
  }

  .yibo_company_profile_overview-certs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {

  .yibo_company_profile_overview-stats,
  .yibo_company_profile_overview-certs {
    grid-template-columns: minmax(0, 1fr);
  }

  .yibo_company_profile_overview-stat::after {
    display: none;
  }


  .yibo_company_profile_overview-ribbon-right {
    justify-content: center;
    text-align: center;
  }
}