.nav--main ul li {
  margin-left: 1.5em;
}
.nav--main ul li:first-of-type {
  margin-left: 0;
}
.top-header__link {
  display: flex;
}
.top-header__link:first-of-type::before {
  display: none;
}
.list--none {
  list-style: none;
  padding-left: 0;
}
#brx-header.sticky.scrolling {
  transform: translateY(-100%);
}
.hero__text {
  width: 52ch;
  max-width: 100%;
}
.review-card {
  clip-path: polygon(0 93%, 45% 93%, 50% 100%, 55% 93%, 100% 93%, 100% 0, 0% 0%, 0% 0%);
}
.review-card::after {
  content: "";
  position: absolute;
  bottom: -5%;
  height: 14%;
  background-color: var(--base-ultra-dark-trans-90);
  width: 100%;
  left: 0;
}
.why-us__image {
  clip-path: polygon(0 0, 85% 0%, 100% 100%, 15% 100%);
}
.why-us__image-wrapper::before {
  content: "";
  position: absolute;
  bottom: -5%;
  height: 50%;
  background-color: var(--secondary);
  width: 50%;
  left: 0;
  clip-path: polygon(0 0, 85% 0%, 100% 100%, 15% 100%);
}
/*.service-card {
    &::before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(-45deg, var(--primary) 0%, var(--primary-light) 100%);
        transform: translate3d(0px, 0px, 0) scale(1);
        filter: blur(7px);
        opacity: var(0.25);
        transition: opacity 0.3s;
        border-radius: inherit;
    }
}
*/
.service-card__footer-learn-more {
  display: flex;
  align-items: center;
}
.service-card__footer-learn-more::before {
  content: "";
  margin-right: var(--space-s);
  width: 30px;
  height: 2px;
  background-color: var(--white);
}
.sell-card__list-wrapper:first-of-type {
  border: 2px solid red;
  margin-left: 50;
  background-color: blue;
}
#brxe-xiszhi .x-star-rating_star:last-child i {
  margin-right: 0;
}
.slider--overflow .splide__track {
  overflow: visible !important;
}
.slider--nav-left .splide__arrows {
  position: absolute;
  top: 50%;
  left: -12%;
  width: 10rem;
  flex-direction: row;
  gap: var(--space-m);
}
@media (max-width: 992px) {
  .slider--nav-left .splide__arrows {
    left: 0;
    top: -10%;
  }
}
.slider--nav-bottom .splide__arrows {
  position: absolute;
  bottom: -3em;
  width: 6em;
}
.accent-heading {
  display: flex;
  align-items: center;
}
.accent-heading::before {
  content: "";
  width: 6em;
  height: 2px;
  background-color: var(--secondary);
  margin-right: var(--space-s);
}
[data-heading-left]::after {
  content: attr(data-heading-left);
  position: absolute;
  font-family: Impact;
  width: 50vw;
  max-width: 50vw;
  font-size: 10rem;
  display: flex;
  line-height: 1;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(119, 119, 119, 0.3);
  text-shadow: none;
  z-index: -1;
  bottom: -100%;
  left: 0;
}
.highlight {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.highlight::after {
  content: "";
  display: flex;
  height: 0.25em;
  left: 50%;
  bottom: 0.12em;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 0.15em);
  z-index: -1;
  background-color: var(--secondary-light);
}
