.nbhero-slider {
  background: #fff;
  left: auto;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  overflow: hidden;
  position: relative;
  right: auto;
  width: 100vw !important;
}

.page-home .nbhero-slider {
  margin-top: -1.4285714286rem;
}

#wrapper .nbhero-slider {
  max-width: none;
  width: 100vw !important;
}

.nbhero-track {
  position: relative;
  width: 100%;
}

.nbhero-slide {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 360ms ease;
  width: 100%;
}

.nbhero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.nbhero-link {
  display: block;
  line-height: 0;
  width: 100%;
}

.nbhero-link[aria-disabled="true"] {
  cursor: default;
}

.nbhero-slider picture,
.nbhero-slider img {
  display: block;
  width: 100%;
}

.nbhero-slider img {
  height: auto;
  object-fit: cover;
}

.nbhero-arrow {
  align-items: center;
  background: rgba(0, 0, 0, 0.38);
  border: 0;
  color: #fff;
  display: flex;
  font-size: 38px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  transition: background 180ms ease;
  width: 48px;
  z-index: 4;
}

.nbhero-arrow:hover,
.nbhero-arrow:focus {
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
}

.nbhero-prev {
  left: 18px;
}

.nbhero-next {
  right: 18px;
}

.nbhero-dots {
  bottom: 18px;
  display: flex;
  gap: 7px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 5;
}

.nbhero-dot {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 13px;
  padding: 0;
  width: 13px;
}

.nbhero-dot.is-active {
  background: #fff;
}

@media (max-width: 767px) {
  .nbhero-arrow {
    display: none;
  }

  .nbhero-dots {
    bottom: 10px;
  }

  .nbhero-dot {
    height: 10px;
    width: 10px;
  }
}
