hr.hr::after {
  background-color: #282828 !important;
}

#nt_sticky {
  background-color: #282828 !important;
}

.banner-home {
  display: grid;
  justify-content: center;
  justify-items: center;
  grid-template-columns: 100%;
  gap: 4px;
}

.banner-1col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

.banner-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  grid-template-rows: repeat(50, 9%);
}
.banner-2col a > img {
  height: 100%;
  object-fit: fill;
}

@media (max-width: 767px) {
  .banner-2col {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 767px) {
  .banner-home {
    grid-template-columns: 80%;
    place-items: normal;
  }
}
.banner {
  width: 100%;
}
.banner-item {
  line-height: 0;
}

.img-h100 {
  height: 100% !important;
}

/*# sourceMappingURL=Basic.css.map */