/* Le Duong Product Stories v1.0.3 */
.ldps-story,
.ldps-story *,
.ldps-tier-section,
.ldps-tier-section * {
  box-sizing: border-box;
}

.ldps-story {
  margin: 10px 0 14px;
  padding: 0 0 0 12px;
  border-left: 2px solid rgba(39, 90, 67, .28);
  max-width: 62ch;
  min-width: 0;
  font-family: inherit;
  text-align: start;
  overflow-wrap: anywhere;
}
.ldps-story__tagline {
  display: block;
  margin: 0 0 4px;
  font-size: .78rem;
  line-height: 1.35;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #275a43;
}
.ldps-story__text {
  margin: 0;
  padding: 0;
  font-size: .94rem;
  line-height: 1.62;
  color: inherit;
  opacity: .82;
}

.ldps-story-group + .ldps-story-group {
  margin-top: 22px;
}
.ldps-story-group__title {
  margin: 0 0 9px;
  padding: 0;
  font-family: inherit;
  font-size: .74rem;
  line-height: 1.4;
  font-weight: 750;
  letter-spacing: .065em;
  text-transform: uppercase;
  color: #6f7f76;
}
.ldps-city-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.ldps-city-story {
  min-width: 0;
  margin: 0;
  padding: 14px 14px 15px;
  border: 1px solid rgba(39, 90, 67, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
  font-family: inherit;
  color: inherit;
  text-align: start;
  box-shadow: none;
  overflow-wrap: anywhere;
}
.ldps-city-story .ldps-city-story__name {
  margin: 0 0 3px;
  padding: 0;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: .08em;
  color: #173f30;
}
.ldps-city-story .ldps-city-story__tagline {
  margin: 0 0 6px;
  padding: 0;
  font-size: .73rem;
  line-height: 1.4;
  font-weight: 750;
  letter-spacing: .055em;
  text-transform: uppercase;
  color: #275a43;
}
.ldps-city-story .ldps-city-story__text {
  margin: 0;
  padding: 0;
  font-size: .86rem;
  line-height: 1.55;
  color: inherit;
  opacity: .82;
}

.ldps-tier-section {
  width: calc(100% - 48px);
  max-width: 1300px;
  margin: 28px auto 42px;
  padding: 0;
  font-family: inherit;
  color: inherit;
  text-align: start;
}
.ldps-tier-section .ldps-tier-section__eyebrow {
  margin: 0 0 10px;
  padding: 0;
  font-family: inherit;
  font-size: .82rem;
  line-height: 1.4;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #275a43;
}
.ldps-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.ldps-tier-card {
  padding: 14px 14px 15px;
  border: 1px solid rgba(39, 90, 67, .16);
  border-radius: 12px;
  background: rgba(255,255,255,.72);
  min-width: 0;
  box-shadow: none;
}
.ldps-tier-card .ldps-tier-card__name {
  margin: 0 0 3px;
  padding: 0;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 780;
  color: #173f30;
}
.ldps-tier-card .ldps-tier-card__tagline {
  margin: 0 0 7px;
  padding: 0;
  font-size: .73rem;
  line-height: 1.4;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #6f7f76;
}
.ldps-tier-card .ldps-tier-card__text {
  margin: 0;
  padding: 0;
  font-size: .86rem;
  line-height: 1.55;
  opacity: .82;
  overflow-wrap: anywhere;
}

html[dir="rtl"] .ldps-story,
[dir="rtl"] .ldps-story {
  padding-left: 0;
  padding-right: 12px;
  border-left: 0;
  border-right: 2px solid rgba(39, 90, 67, .28);
}
@media (max-width: 900px) {
  .ldps-city-grid,
  .ldps-tier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .ldps-story {
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .ldps-story__text {
    font-size: .9rem;
  }
  .ldps-tier-section {
    width: calc(100% - 32px);
    margin-top: 22px;
    margin-bottom: 34px;
  }
  .ldps-city-grid,
  .ldps-tier-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .ldps-story-group + .ldps-story-group {
    margin-top: 18px;
  }
}
