.AboutUs-section {
  position: relative;
}

.AboutUs-section::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 1rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url("../../../../images/separator.svg");
  z-index: var(--layerPageZIndex);
}

.Hero {
  position: relative;
}

.Hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 1rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url("../../../../images/separator-hero.svg");
  z-index: var(--layerPageZIndex);
}

.HomeCategories {
  position: relative;
}

.HomeCategories::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 1rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url("../../../../images/separator.svg");
  transform: rotate(180deg);
  z-index: var(--layerPageZIndex);
}

/*# sourceMappingURL=homepage.min.css.map */
