@charset "utf-8";
/* CSS Document */
@layer base, components, utilities;
@layer components {

.wrapper {
  background: #fff;
  color: /*#272054*//*#151517*/#1b1d24;
}
.title {
    color: #1b1d24;
}
.text-sign {
  display: inline-block;
  margin-top: 0;
      font-weight: 700;
    letter-spacing: .075rem;
}

@media screen and (max-width: 992px) {
    .content-wrapper-full:has(.mv) {
        margin-top: -87px !important;
    }
.menu-button::before, .menu-button::after {
        background-color: #1b1d24;
    }
  }

}

@layer utilities {



}