/*! purgecss start ignore */
/*! purgecss end ignore */
.fp-bullet-block__list.ordered .decor {
  background-color: rgb(var(--accent-2));
  color: var(--body);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fp-bullet-block__list.ordered .decor span {
  transform: translateY(-10%);
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .fp-bullet-block__list.ordered .decor span {
    font-size: 2.4rem;
  }
}
.fp-bullet-block__list.ordered .decor span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--body);
}
@media (min-width: 1440px) {
  .fp-bullet-block__list.ordered .decor span:after {
    height: 3px;
  }
}
.fp-bullet-block__list .decor {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
@media (min-width: 1024px) {
  .fp-bullet-block__list .decor {
    width: 60px;
    height: 60px;
  }
}
.fp-bullet-block__list li:not(:last-child) {
  border-bottom: 2px solid rgba(var(--accent-2), 0.15);
}
@media (min-width: 1024px) {
  .fp-bullet-block__list li:not(:last-child) {
    border-width: 3px;
  }
}